diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Add-MgBetaApplicationKey.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Add-MgBetaApplicationKey.md index 9aaa3f27ec9e1..ff31640e519fa 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Add-MgBetaApplicationKey.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Add-MgBetaApplicationKey.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/add-mgbetaapplicationkey Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Add-MgBetaApplicationKey --- @@ -32,7 +32,7 @@ Add-MgBetaApplicationKey -ApplicationId [-ResponseHeadersVariable ] [-Proof ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Add @@ -43,7 +43,6 @@ Add-MgBetaApplicationKey -ApplicationId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### AddViaIdentityExpanded @@ -54,7 +53,7 @@ Add-MgBetaApplicationKey -InputObject [-ResponseHeadersV [-PasswordCredential ] [-Proof ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### AddViaIdentity @@ -65,7 +64,6 @@ Add-MgBetaApplicationKey -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -87,7 +85,7 @@ You can use the Update application operation to perform an update instead. | --------------- | ------------------------------------------ | | Delegated (work or school account) | Application.ReadWrite.All, Directory.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | Application.ReadWrite.OwnedBy, Directory.ReadWrite.All, Application.ReadWrite.All, | +| Application | Application.ReadWrite.OwnedBy, Application.ReadWrite.All, Directory.ReadWrite.All, | ## EXAMPLES ### Example 1: Add a new key credential to an application @@ -124,7 +122,7 @@ $params = @{ key = [System.Text.Encoding]::ASCII.GetBytes("MIIDYDCCAki...") } passwordCredential = @{ - secretText = "MKTr0w1..." + secretText = "" } proof = "eyJ0eXAiOiJ..." } @@ -592,7 +590,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -672,7 +670,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Add-MgBetaApplicationPassword.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Add-MgBetaApplicationPassword.md index 6044072e432c5..581bbdf786f69 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Add-MgBetaApplicationPassword.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Add-MgBetaApplicationPassword.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/add-mgbetaapplicationpassword Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Add-MgBetaApplicationPassword --- @@ -28,7 +28,7 @@ Add-MgBetaApplicationPassword -ApplicationId [-ResponseHeadersVariable [-AdditionalProperties ] [-PasswordCredential ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Add @@ -39,7 +39,6 @@ Add-MgBetaApplicationPassword -ApplicationId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### AddViaIdentityExpanded @@ -50,7 +49,6 @@ Add-MgBetaApplicationPassword -InputObject [-PasswordCredential ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### AddViaIdentity @@ -61,7 +59,6 @@ Add-MgBetaApplicationPassword -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -80,7 +77,7 @@ You can also add passwords while creating the application. | --------------- | ------------------------------------------ | | Delegated (work or school account) | Application.ReadWrite.All, Directory.ReadWrite.All, | | Delegated (personal Microsoft account) | Application.ReadWrite.All, | -| Application | Application.ReadWrite.OwnedBy, Directory.ReadWrite.All, Application.ReadWrite.All, | +| Application | Application.ReadWrite.OwnedBy, Application.ReadWrite.All, Directory.ReadWrite.All, | ## EXAMPLES ### Example 1: Add a password credential to an application with a six month expiry @@ -104,7 +101,7 @@ DisplayName : Created in PowerShell EndDateTime : 26/11/2022 12:03:31 pm Hint : Q_e KeyId : c82bb763-741b-4575-9d9d-df7e766f6999 -SecretText : Q_e8Q~ZDWJD.bkgajbREp-VFFUayCuEk8b1hDcr9 +SecretText : StartDateTime : 26/5/2022 1:03:31 pm AdditionalProperties : {[@odata.context, https://graph.microsoft.com/v1.0/$metadata#microsoft.graph.passwordCredential]} @@ -137,7 +134,7 @@ DisplayName : Created in PowerShell EndDateTime : 26/11/2022 1:00:00 pm Hint : TiA KeyId : 082bf20f-63d6-4970-bb4e-55e504f50d8b -SecretText : TiA8Q~Zs7ej1cGtlW0qnmuFi~JlxXTZew_tU1bGA +SecretText : StartDateTime : 26/5/2022 2:00:00 pm AdditionalProperties : {[@odata.context, https://graph.microsoft.com/v1.0/$metadata#microsoft.graph.passwordCredential]} diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Add-MgBetaServicePrincipalTokenSigningCertificate.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Add-MgBetaServicePrincipalTokenSigningCertificate.md index 0e4b46b23ffed..1b598e0b03b76 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Add-MgBetaServicePrincipalTokenSigningCertificate.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Add-MgBetaServicePrincipalTokenSigningCertificate.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/add-mgbetaserviceprincipaltokensigningcertificate Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Add-MgBetaServicePrincipalTokenSigningCertificate --- @@ -34,7 +34,7 @@ Add-MgBetaServicePrincipalTokenSigningCertificate -ServicePrincipalId [-ResponseHeadersVariable ] [-AdditionalProperties ] [-DisplayName ] [-EndDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Add @@ -45,7 +45,6 @@ Add-MgBetaServicePrincipalTokenSigningCertificate -ServicePrincipalId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### AddViaIdentityExpanded @@ -55,7 +54,7 @@ Add-MgBetaServicePrincipalTokenSigningCertificate -InputObject ] [-AdditionalProperties ] [-DisplayName ] [-EndDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### AddViaIdentity @@ -66,7 +65,6 @@ Add-MgBetaServicePrincipalTokenSigningCertificate -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -91,7 +89,7 @@ The endDateTime can be up to three years after the certificate is created. | --------------- | ------------------------------------------ | | Delegated (work or school account) | Application.ReadWrite.All, Directory.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | Application.ReadWrite.OwnedBy, Directory.ReadWrite.All, Application.ReadWrite.All, | +| Application | Application.ReadWrite.OwnedBy, Application.ReadWrite.All, Directory.ReadWrite.All, | ## EXAMPLES ### Example 1: Code snippet diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Clear-MgBetaApplicationVerifiedPublisher.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Clear-MgBetaApplicationVerifiedPublisher.md index e8f0484acf25b..89f3fc2414170 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Clear-MgBetaApplicationVerifiedPublisher.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Clear-MgBetaApplicationVerifiedPublisher.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/clear-mgbetaapplicationverifiedpublisher Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Clear-MgBetaApplicationVerifiedPublisher --- @@ -28,7 +28,6 @@ Clear-MgBetaApplicationVerifiedPublisher -ApplicationId [-ResponseHeade [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UnsetViaIdentity @@ -38,7 +37,6 @@ Clear-MgBetaApplicationVerifiedPublisher -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Confirm-MgBetaApplicationMemberGroup.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Confirm-MgBetaApplicationMemberGroup.md index 80e45e69483c7..9ea380b7c665a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Confirm-MgBetaApplicationMemberGroup.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Confirm-MgBetaApplicationMemberGroup.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/confirm-mgbetaapplicationmembergroup Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Confirm-MgBetaApplicationMemberGroup --- @@ -31,7 +31,6 @@ Confirm-MgBetaApplicationMemberGroup -ApplicationId [-ResponseHeadersVa [-AdditionalProperties ] [-GroupIds ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Check @@ -42,7 +41,6 @@ Confirm-MgBetaApplicationMemberGroup -ApplicationId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CheckViaIdentityExpanded @@ -52,7 +50,7 @@ Confirm-MgBetaApplicationMemberGroup -InputObject [-ResponseHeadersVariable ] [-AdditionalProperties ] [-GroupIds ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CheckViaIdentity @@ -63,7 +61,6 @@ Confirm-MgBetaApplicationMemberGroup -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Confirm-MgBetaApplicationMemberObject.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Confirm-MgBetaApplicationMemberObject.md index 43ddaba5048fd..60a5070909665 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Confirm-MgBetaApplicationMemberObject.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Confirm-MgBetaApplicationMemberObject.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/confirm-mgbetaapplicationmemberobject Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Confirm-MgBetaApplicationMemberObject --- @@ -27,7 +27,6 @@ Confirm-MgBetaApplicationMemberObject -ApplicationId [-ResponseHeadersV [-AdditionalProperties ] [-Ids ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Check @@ -38,7 +37,6 @@ Confirm-MgBetaApplicationMemberObject -ApplicationId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CheckViaIdentityExpanded @@ -48,7 +46,7 @@ Confirm-MgBetaApplicationMemberObject -InputObject [-ResponseHeadersVariable ] [-AdditionalProperties ] [-Ids ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CheckViaIdentity @@ -59,7 +57,6 @@ Confirm-MgBetaApplicationMemberObject -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Confirm-MgBetaServicePrincipalMemberGroup.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Confirm-MgBetaServicePrincipalMemberGroup.md index ec8252e080b15..b314a308d0732 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Confirm-MgBetaServicePrincipalMemberGroup.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Confirm-MgBetaServicePrincipalMemberGroup.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/confirm-mgbetaserviceprincipalmembergroup Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Confirm-MgBetaServicePrincipalMemberGroup --- @@ -31,7 +31,7 @@ Confirm-MgBetaServicePrincipalMemberGroup -ServicePrincipalId [-ResponseHeadersVariable ] [-AdditionalProperties ] [-GroupIds ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Check @@ -42,7 +42,6 @@ Confirm-MgBetaServicePrincipalMemberGroup -ServicePrincipalId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CheckViaIdentityExpanded @@ -52,7 +51,7 @@ Confirm-MgBetaServicePrincipalMemberGroup -InputObject [-ResponseHeadersVariable ] [-AdditionalProperties ] [-GroupIds ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CheckViaIdentity @@ -63,7 +62,6 @@ Confirm-MgBetaServicePrincipalMemberGroup -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -83,9 +81,9 @@ Because Microsoft 365 groups cannot contain other groups, membership in a Micros | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Application.Read.All, User.ReadWrite.All, GroupMember.Read.All, User.Read.All, Application.ReadWrite.All, Device.Read.All, Directory.Read.All, Directory.ReadWrite.All, Group.Read.All, Group.ReadWrite.All, | +| Delegated (work or school account) | Application.Read.All, AgentIdUser.ReadWrite.All, AgentIdUser.ReadWrite.IdentityParentedBy, Application.ReadWrite.All, Device.Read.All, Directory.Read.All, Directory.ReadWrite.All, Group.Read.All, Group.ReadWrite.All, GroupMember.Read.All, User.Read.All, User.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | Application.Read.All, Application.ReadWrite.All, User.Read.All, GroupMember.Read.All, Group.ReadWrite.All, Group.Read.All, User.ReadWrite.All, Directory.Read.All, Device.ReadWrite.All, Device.Read.All, Directory.ReadWrite.All, | +| Application | Application.Read.All, AgentIdUser.ReadWrite.All, AgentIdUser.ReadWrite.IdentityParentedBy, Application.ReadWrite.All, Device.Read.All, Device.ReadWrite.All, Directory.Read.All, Directory.ReadWrite.All, Group.Read.All, Group.ReadWrite.All, GroupMember.Read.All, User.Read.All, User.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Confirm-MgBetaServicePrincipalMemberObject.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Confirm-MgBetaServicePrincipalMemberObject.md index 08cbf53b54b8b..92f5b55eb2d4f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Confirm-MgBetaServicePrincipalMemberObject.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Confirm-MgBetaServicePrincipalMemberObject.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/confirm-mgbetaserviceprincipalmemberobject Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Confirm-MgBetaServicePrincipalMemberObject --- @@ -27,7 +27,7 @@ Confirm-MgBetaServicePrincipalMemberObject -ServicePrincipalId [-ResponseHeadersVariable ] [-AdditionalProperties ] [-Ids ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Check @@ -38,7 +38,6 @@ Confirm-MgBetaServicePrincipalMemberObject -ServicePrincipalId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CheckViaIdentityExpanded @@ -48,7 +47,7 @@ Confirm-MgBetaServicePrincipalMemberObject -InputObject [-ResponseHeadersVariable ] [-AdditionalProperties ] [-Ids ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CheckViaIdentity @@ -59,7 +58,6 @@ Confirm-MgBetaServicePrincipalMemberObject -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -75,9 +73,9 @@ Invoke action checkMemberObjects | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Application.Read.All, User.ReadWrite.All, User.Read, User.Read.All, Application.ReadWrite.All, Device.Read.All, Directory.Read.All, Directory.ReadWrite.All, Group.Read.All, Group.ReadWrite.All, GroupMember.Read.All, | +| Delegated (work or school account) | Application.Read.All, AgentIdUser.ReadWrite.All, AgentIdUser.ReadWrite.IdentityParentedBy, Application.ReadWrite.All, Device.Read.All, Directory.Read.All, Directory.ReadWrite.All, Group.Read.All, Group.ReadWrite.All, GroupMember.Read.All, User.Read, User.Read.All, User.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | Application.Read.All, Application.ReadWrite.All, User.Read.All, GroupMember.Read.All, Group.ReadWrite.All, Group.Read.All, User.ReadWrite.All, Directory.Read.All, Device.ReadWrite.All, Device.Read.All, Directory.ReadWrite.All, | +| Application | Application.Read.All, AgentIdUser.ReadWrite.All, AgentIdUser.ReadWrite.IdentityParentedBy, Application.ReadWrite.All, Device.Read.All, Device.ReadWrite.All, Directory.Read.All, Directory.ReadWrite.All, Group.Read.All, Group.ReadWrite.All, GroupMember.Read.All, User.Read.All, User.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Find-MgBetaApplicationSynchronizationJobSchemaDirectory.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Find-MgBetaApplicationSynchronizationJobSchemaDirectory.md index 7f4935048c770..1dc9f859fa1e0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Find-MgBetaApplicationSynchronizationJobSchemaDirectory.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Find-MgBetaApplicationSynchronizationJobSchemaDirectory.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/find-mgbetaapplicationsynchronizationjobschemadirectory Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Find-MgBetaApplicationSynchronizationJobSchemaDirectory --- @@ -27,7 +27,7 @@ Find-MgBetaApplicationSynchronizationJobSchemaDirectory -ApplicationId -DirectoryDefinitionId -SynchronizationJobId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### DiscoverViaIdentity @@ -37,7 +37,6 @@ Find-MgBetaApplicationSynchronizationJobSchemaDirectory -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Find-MgBetaApplicationSynchronizationTemplateSchemaDirectory.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Find-MgBetaApplicationSynchronizationTemplateSchemaDirectory.md index 6de4620cf0474..d4bef37bcd122 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Find-MgBetaApplicationSynchronizationTemplateSchemaDirectory.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Find-MgBetaApplicationSynchronizationTemplateSchemaDirectory.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/find-mgbetaapplicationsynchronizationtemplateschemadirectory Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Find-MgBetaApplicationSynchronizationTemplateSchemaDirectory --- @@ -28,7 +28,6 @@ Find-MgBetaApplicationSynchronizationTemplateSchemaDirectory -ApplicationId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DiscoverViaIdentity @@ -38,7 +37,6 @@ Find-MgBetaApplicationSynchronizationTemplateSchemaDirectory -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Find-MgBetaServicePrincipalSynchronizationJobSchemaDirectory.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Find-MgBetaServicePrincipalSynchronizationJobSchemaDirectory.md index d3f1d8e45638c..64df71c234a2f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Find-MgBetaServicePrincipalSynchronizationJobSchemaDirectory.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Find-MgBetaServicePrincipalSynchronizationJobSchemaDirectory.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/find-mgbetaserviceprincipalsynchronizationjobschemadirectory Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Find-MgBetaServicePrincipalSynchronizationJobSchemaDirectory --- @@ -27,7 +27,7 @@ Find-MgBetaServicePrincipalSynchronizationJobSchemaDirectory -DirectoryDefinitio -ServicePrincipalId -SynchronizationJobId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### DiscoverViaIdentity @@ -37,7 +37,6 @@ Find-MgBetaServicePrincipalSynchronizationJobSchemaDirectory -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Find-MgBetaServicePrincipalSynchronizationTemplateSchemaDirectory.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Find-MgBetaServicePrincipalSynchronizationTemplateSchemaDirectory.md index 86ed9c4a96774..aa6ab0c49daa3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Find-MgBetaServicePrincipalSynchronizationTemplateSchemaDirectory.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Find-MgBetaServicePrincipalSynchronizationTemplateSchemaDirectory.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/find-mgbetaserviceprincipalsynchronizationtemplateschemadirectory Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Find-MgBetaServicePrincipalSynchronizationTemplateSchemaDirectory --- @@ -28,7 +28,6 @@ Find-MgBetaServicePrincipalSynchronizationTemplateSchemaDirectory -DirectoryDefi [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DiscoverViaIdentity @@ -38,7 +37,7 @@ Find-MgBetaServicePrincipalSynchronizationTemplateSchemaDirectory -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplication.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplication.md index e046394a2f3e4..dfb2a7da324f8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplication.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplication.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaapplication Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaApplication --- @@ -29,7 +29,7 @@ Get-MgBetaApplication [-ExpandProperty ] [-Property ] [-Filt [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaApplication [-ExpandProperty ] [-Property ] [-Filt Get-MgBetaApplication -ApplicationId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -47,7 +47,7 @@ Get-MgBetaApplication -ApplicationId [-ExpandProperty ] [-Pro Get-MgBetaApplication -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -64,9 +64,9 @@ This API can be used to get agentIdentityBlueprint objects as well by their ID. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Application.Read.All, Directory.ReadWrite.All, Directory.Read.All, Application.ReadWrite.All, | +| Delegated (work or school account) | Application.Read.All, AgentIdentityBlueprint.Read.All, Application.ReadWrite.All, Directory.Read.All, Directory.ReadWrite.All, | | Delegated (personal Microsoft account) | Application.Read.All, Application.ReadWrite.All, | -| Application | Application.Read.All, Directory.ReadWrite.All, Directory.Read.All, Application.ReadWrite.OwnedBy, Application.ReadWrite.All, | +| Application | Application.Read.All, AgentIdentityBlueprint.Read.All, Application.ReadWrite.All, Application.ReadWrite.OwnedBy, Directory.Read.All, Directory.ReadWrite.All, | ## EXAMPLES ### Example 1: Get a list of applications diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationAppManagementPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationAppManagementPolicy.md index e3b217ab8ccf3..c98765393f0be 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationAppManagementPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationAppManagementPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaapplicationappmanagementpolicy Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaApplicationAppManagementPolicy --- @@ -28,7 +28,7 @@ Get-MgBetaApplicationAppManagementPolicy -ApplicationId [-ExpandPropert [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationAppManagementPolicyByRef.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationAppManagementPolicyByRef.md index 38d5b7e12d8dd..89c2f7fa761b7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationAppManagementPolicyByRef.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationAppManagementPolicyByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaapplicationappmanagementpolicybyref Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaApplicationAppManagementPolicyByRef --- @@ -28,7 +28,7 @@ Get-MgBetaApplicationAppManagementPolicyByRef -ApplicationId [-Filter < [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationAppManagementPolicyCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationAppManagementPolicyCount.md index 3bff9d8efac0b..fdfeb552450af 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationAppManagementPolicyCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationAppManagementPolicyCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaapplicationappmanagementpolicycount Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaApplicationAppManagementPolicyCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaApplicationAppManagementPolicyCount -ApplicationId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaApplicationAppManagementPolicyCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationByAppId.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationByAppId.md index 3a4290f6c6982..4d565aeaee3a8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationByAppId.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationByAppId.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaapplicationbyappid Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaApplicationByAppId --- @@ -27,7 +27,7 @@ This API can be used to get agentIdentityBlueprint objects as well by their ID. Get-MgBetaApplicationByAppId -AppId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaApplicationByAppId -AppId [-ExpandProperty ] [-Prop Get-MgBetaApplicationByAppId -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -53,9 +53,9 @@ This API can be used to get agentIdentityBlueprint objects as well by their ID. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Application.Read.All, Directory.ReadWrite.All, Directory.Read.All, Application.ReadWrite.All, | -| Delegated (personal Microsoft account) | Application.Read.All, User.Read, Application.ReadWrite.All, | -| Application | Application.Read.All, Directory.Read.All, Application.ReadWrite.OwnedBy, Application.ReadWrite.All, | +| Delegated (work or school account) | Application.Read.All, AgentIdentityBlueprint.Read.All, Application.ReadWrite.All, Directory.Read.All, Directory.ReadWrite.All, | +| Delegated (personal Microsoft account) | Application.Read.All, Application.ReadWrite.All, User.Read, | +| Application | Application.Read.All, AgentIdentityBlueprint.Read.All, Application.ReadWrite.All, Application.ReadWrite.OwnedBy, Directory.Read.All, | ## EXAMPLES ### Example 1: Retrieve an application by its appId and only specific properties diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationById.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationById.md index 285b7afd0b103..e30be8f26da3c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationById.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationById.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaapplicationbyid Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaApplicationById --- @@ -28,7 +28,6 @@ Get-MgBetaApplicationById [-ResponseHeadersVariable ] [-AdditionalProper [-Ids ] [-Types ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Get @@ -39,7 +38,6 @@ Get-MgBetaApplicationById [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationByUniqueName.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationByUniqueName.md index 46ca5a45ab229..544852a4d83d2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationByUniqueName.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationByUniqueName.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaapplicationbyuniquename Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaApplicationByUniqueName --- @@ -27,7 +27,7 @@ This API can be used to get agentIdentityBlueprint objects as well by their ID. Get-MgBetaApplicationByUniqueName -UniqueName [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaApplicationByUniqueName -UniqueName [-ExpandProperty [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -53,9 +53,9 @@ This API can be used to get agentIdentityBlueprint objects as well by their ID. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Application.Read.All, Directory.ReadWrite.All, Directory.Read.All, Application.ReadWrite.All, | -| Delegated (personal Microsoft account) | Application.Read.All, User.Read, Application.ReadWrite.All, | -| Application | Application.Read.All, Directory.Read.All, Application.ReadWrite.OwnedBy, Application.ReadWrite.All, | +| Delegated (work or school account) | Application.Read.All, AgentIdentityBlueprint.Read.All, Application.ReadWrite.All, Directory.Read.All, Directory.ReadWrite.All, | +| Delegated (personal Microsoft account) | Application.Read.All, Application.ReadWrite.All, User.Read, | +| Application | Application.Read.All, AgentIdentityBlueprint.Read.All, Application.ReadWrite.All, Application.ReadWrite.OwnedBy, Directory.Read.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationConnectorGroup.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationConnectorGroup.md index 24c75172f9abd..0c08e1760bf07 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationConnectorGroup.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationConnectorGroup.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaapplicationconnectorgroup Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaApplicationConnectorGroup --- @@ -24,7 +24,7 @@ Nullable. Get-MgBetaApplicationConnectorGroup -ApplicationId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaApplicationConnectorGroup -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationConnectorGroupByRef.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationConnectorGroupByRef.md index c57490a72e4c4..f3ec3eb1d7db9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationConnectorGroupByRef.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationConnectorGroupByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaapplicationconnectorgroupbyref Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaApplicationConnectorGroupByRef --- @@ -24,7 +24,7 @@ Nullable. Get-MgBetaApplicationConnectorGroupByRef -ApplicationId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -33,7 +33,7 @@ Get-MgBetaApplicationConnectorGroupByRef -ApplicationId [-ResponseHeade Get-MgBetaApplicationConnectorGroupByRef -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationCount.md index 7c6e1c4bfad19..223a4d25687ef 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaapplicationcount Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaApplicationCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaApplicationCount -ConsistencyLevel [-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) | Application.Read.All, Directory.ReadWrite.All, Directory.Read.All, Application.ReadWrite.All, | -| Delegated (personal Microsoft account) | Application.Read.All, User.Read, Application.ReadWrite.All, | -| Application | Application.Read.All, Directory.Read.All, Application.ReadWrite.OwnedBy, Application.ReadWrite.All, | +| Delegated (work or school account) | Application.Read.All, AgentIdentityBlueprint.Read.All, Application.ReadWrite.All, Directory.Read.All, Directory.ReadWrite.All, | +| Delegated (personal Microsoft account) | Application.Read.All, Application.ReadWrite.All, User.Read, | +| Application | Application.Read.All, AgentIdentityBlueprint.Read.All, Application.ReadWrite.All, Application.ReadWrite.OwnedBy, Directory.Read.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationCreatedOnBehalfOf.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationCreatedOnBehalfOf.md index 23b35ee739957..90cd88854fe4a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationCreatedOnBehalfOf.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationCreatedOnBehalfOf.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaapplicationcreatedonbehalfof Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaApplicationCreatedOnBehalfOf --- @@ -27,7 +27,7 @@ Read-only. Get-MgBetaApplicationCreatedOnBehalfOf -ApplicationId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaApplicationCreatedOnBehalfOf -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationDelta.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationDelta.md index 733929c351609..ce5d23f7f2a31 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationDelta.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationDelta.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaapplicationdelta Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaApplicationDelta --- @@ -29,7 +29,7 @@ Get-MgBetaApplicationDelta [-ExpandProperty ] [-Filter ] [-Pro [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ## ALIASES @@ -46,9 +46,9 @@ For more information, see Use delta query to track changes in Microsoft Graph da | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Directory.Read.All, Directory.ReadWrite.All, Application.ReadWrite.All, Application.Read.All, | +| Delegated (work or school account) | Directory.Read.All, Application.Read.All, Application.ReadWrite.All, Directory.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | Application.ReadWrite.OwnedBy, Directory.ReadWrite.All, Directory.Read.All, Application.ReadWrite.All, Application.Read.All, | +| Application | Application.ReadWrite.OwnedBy, Application.Read.All, Application.ReadWrite.All, Directory.Read.All, Directory.ReadWrite.All, | ## EXAMPLES ### Example diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationExtensionProperty.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationExtensionProperty.md index ac7a147b39eb7..6c1349ecbb03d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationExtensionProperty.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationExtensionProperty.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaapplicationextensionproperty Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaApplicationExtensionProperty --- @@ -28,7 +28,7 @@ Get-MgBetaApplicationExtensionProperty -ApplicationId [-ExpandProperty [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaApplicationExtensionProperty -ApplicationId -ExtensionPropert [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +48,7 @@ Get-MgBetaApplicationExtensionProperty -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -64,9 +64,9 @@ Read a directory extension definition represented by an extensionProperty object | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Application.Read.All, Directory.Read.All, Application.ReadWrite.All, | +| Delegated (work or school account) | Application.Read.All, Application.ReadWrite.All, Directory.Read.All, | | Delegated (personal Microsoft account) | Application.Read.All, Application.ReadWrite.All, | -| Application | Application.Read.All, Application.ReadWrite.OwnedBy, Application.ReadWrite.All, | +| Application | Application.Read.All, Application.ReadWrite.All, Application.ReadWrite.OwnedBy, | ## EXAMPLES ### Example 1: Code snippet diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationExtensionPropertyCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationExtensionPropertyCount.md index 3f402bc8d7613..dae80a58fddbc 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationExtensionPropertyCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationExtensionPropertyCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaapplicationextensionpropertycount Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaApplicationExtensionPropertyCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaApplicationExtensionPropertyCount -ApplicationId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaApplicationExtensionPropertyCount -ApplicationId [-Filter [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -51,9 +51,9 @@ Get the number of the resource | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Application.Read.All, Directory.ReadWrite.All, Directory.Read.All, Application.ReadWrite.All, | +| Delegated (work or school account) | Application.Read.All, Application.ReadWrite.All, Directory.Read.All, Directory.ReadWrite.All, | | Delegated (personal Microsoft account) | Application.Read.All, Application.ReadWrite.All, | -| Application | Application.Read.All, Directory.ReadWrite.All, Directory.Read.All, Application.ReadWrite.OwnedBy, Application.ReadWrite.All, | +| Application | Application.Read.All, Application.ReadWrite.All, Application.ReadWrite.OwnedBy, Directory.Read.All, Directory.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationFederatedIdentityCredential.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationFederatedIdentityCredential.md index e4bcdd859e601..66d346f5a0593 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationFederatedIdentityCredential.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationFederatedIdentityCredential.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaapplicationfederatedidentitycredential Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaApplicationFederatedIdentityCredential --- @@ -29,7 +29,6 @@ Get-MgBetaApplicationFederatedIdentityCredential -ApplicationId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -39,7 +38,7 @@ Get-MgBetaApplicationFederatedIdentityCredential -ApplicationId -FederatedIdentityCredentialId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -49,7 +48,7 @@ Get-MgBetaApplicationFederatedIdentityCredential -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -76,7 +75,7 @@ Read the properties and relationships of a federatedIdentityCredential object as Import-Module Microsoft.Graph.Beta.Applications -Get-MgBetaApplicationFederatedIdentityCredential -ApplicationId $applicationId -FederatedIdentityCredentialId $federatedIdentityCredentialId +Get-MgBetaApplicationFederatedIdentityCredential -ApplicationId $applicationId ``` This example shows how to use the Get-MgBetaApplicationFederatedIdentityCredential Cmdlet. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationFederatedIdentityCredentialByName.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationFederatedIdentityCredentialByName.md index 08a1e17a4f487..8ef8cd6a571d8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationFederatedIdentityCredentialByName.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationFederatedIdentityCredentialByName.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaapplicationfederatedidentitycredentialbyname Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaApplicationFederatedIdentityCredentialByName --- @@ -27,7 +27,7 @@ Get-MgBetaApplicationFederatedIdentityCredentialByName -ApplicationId - [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaApplicationFederatedIdentityCredentialByName -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -55,7 +55,7 @@ Read the properties and relationships of a federatedIdentityCredential object as | --------------- | ------------------------------------------ | | Delegated (work or school account) | Application.Read.All, Application.ReadWrite.All, | | Delegated (personal Microsoft account) | Application.ReadWrite.All, | -| Application | Application.Read.All, Application.ReadWrite.OwnedBy, Application.ReadWrite.All, | +| Application | Application.Read.All, Application.ReadWrite.All, Application.ReadWrite.OwnedBy, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationFederatedIdentityCredentialCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationFederatedIdentityCredentialCount.md index 9decd45688353..b70d4526c3ea8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationFederatedIdentityCredentialCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationFederatedIdentityCredentialCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaapplicationfederatedidentitycredentialcount Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaApplicationFederatedIdentityCredentialCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaApplicationFederatedIdentityCredentialCount -ApplicationId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaApplicationFederatedIdentityCredentialCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -54,7 +54,7 @@ Get the number of the resource | --------------- | ------------------------------------------ | | Delegated (work or school account) | Application.Read.All, Application.ReadWrite.All, | | Delegated (personal Microsoft account) | Application.ReadWrite.All, | -| Application | Application.Read.All, Application.ReadWrite.OwnedBy, Application.ReadWrite.All, | +| Application | Application.Read.All, Application.ReadWrite.All, Application.ReadWrite.OwnedBy, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationHomeRealmDiscoveryPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationHomeRealmDiscoveryPolicy.md index 20d866b050330..ece445d584a99 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationHomeRealmDiscoveryPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationHomeRealmDiscoveryPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaapplicationhomerealmdiscoverypolicy Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaApplicationHomeRealmDiscoveryPolicy --- @@ -28,7 +28,7 @@ Get-MgBetaApplicationHomeRealmDiscoveryPolicy -ApplicationId [-ExpandPr [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaApplicationHomeRealmDiscoveryPolicy -ApplicationId -HomeRealmDiscoveryPolicyId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +48,7 @@ Get-MgBetaApplicationHomeRealmDiscoveryPolicy -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationHomeRealmDiscoveryPolicyCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationHomeRealmDiscoveryPolicyCount.md index eb2c9e0d60afa..829de85d46449 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationHomeRealmDiscoveryPolicyCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationHomeRealmDiscoveryPolicyCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaapplicationhomerealmdiscoverypolicycount Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaApplicationHomeRealmDiscoveryPolicyCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaApplicationHomeRealmDiscoveryPolicyCount -ApplicationId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaApplicationHomeRealmDiscoveryPolicyCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationLogo.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationLogo.md index fc9061a2a2032..634b49a0bfeef 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationLogo.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationLogo.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaapplicationlogo Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaApplicationLogo --- @@ -27,7 +27,7 @@ Not nullable. Get-MgBetaApplicationLogo -ApplicationId -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaApplicationLogo -ApplicationId -OutFile Get-MgBetaApplicationLogo -InputObject -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationMemberGroup.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationMemberGroup.md index d93ad7f674690..33aef598f9b76 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationMemberGroup.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationMemberGroup.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaapplicationmembergroup Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaApplicationMemberGroup --- @@ -31,7 +31,6 @@ Get-MgBetaApplicationMemberGroup -ApplicationId [-ResponseHeadersVariab [-AdditionalProperties ] [-SecurityEnabledOnly] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Get @@ -42,7 +41,6 @@ Get-MgBetaApplicationMemberGroup -ApplicationId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### GetViaIdentityExpanded @@ -52,7 +50,7 @@ Get-MgBetaApplicationMemberGroup -InputObject [-ResponseHeadersVariable ] [-AdditionalProperties ] [-SecurityEnabledOnly] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### GetViaIdentity @@ -63,7 +61,6 @@ Get-MgBetaApplicationMemberGroup -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationMemberObject.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationMemberObject.md index dacc1a6c13dd7..e0318b34766c1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationMemberObject.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationMemberObject.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaapplicationmemberobject Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaApplicationMemberObject --- @@ -27,7 +27,6 @@ Get-MgBetaApplicationMemberObject -ApplicationId [-ResponseHeadersVaria [-AdditionalProperties ] [-SecurityEnabledOnly] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Get @@ -38,7 +37,6 @@ Get-MgBetaApplicationMemberObject -ApplicationId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### GetViaIdentityExpanded @@ -48,7 +46,7 @@ Get-MgBetaApplicationMemberObject -InputObject [-ResponseHeadersVariable ] [-AdditionalProperties ] [-SecurityEnabledOnly] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### GetViaIdentity @@ -59,7 +57,6 @@ Get-MgBetaApplicationMemberObject -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationOwner.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationOwner.md index 30ea31a0346df..1a0636f5dda88 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationOwner.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationOwner.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaapplicationowner Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaApplicationOwner --- @@ -28,7 +28,7 @@ Get-MgBetaApplicationOwner -ApplicationId [-ExpandProperty ] [-ConsistencyLevel ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ## ALIASES @@ -44,9 +44,9 @@ Retrieve a list of owners for an application that are directoryObject types. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Application.Read.All, Directory.ReadWrite.All, Directory.Read.All, Application.ReadWrite.All, | +| Delegated (work or school account) | Application.Read.All, Application.ReadWrite.All, Directory.Read.All, Directory.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | Application.Read.All, Directory.ReadWrite.All, Directory.Read.All, Application.ReadWrite.OwnedBy, Application.ReadWrite.All, | +| Application | Application.Read.All, Application.ReadWrite.All, Application.ReadWrite.OwnedBy, Directory.Read.All, Directory.ReadWrite.All, | ## EXAMPLES ### Example 1: Code snippet diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationOwnerAsAppRoleAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationOwnerAsAppRoleAssignment.md index 695808068725f..cc2257aef7d75 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationOwnerAsAppRoleAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationOwnerAsAppRoleAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaapplicationownerasapproleassignment Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaApplicationOwnerAsAppRoleAssignment --- @@ -29,7 +29,6 @@ Get-MgBetaApplicationOwnerAsAppRoleAssignment -ApplicationId [-ExpandPr [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -39,7 +38,7 @@ Get-MgBetaApplicationOwnerAsAppRoleAssignment -ApplicationId -Directory [-ExpandProperty ] [-Property ] [-ConsistencyLevel ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -49,7 +48,7 @@ Get-MgBetaApplicationOwnerAsAppRoleAssignment -InputObject ] [-Property ] [-ConsistencyLevel ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationOwnerAsEndpoint.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationOwnerAsEndpoint.md index 64f27342003ea..44c5c3703e104 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationOwnerAsEndpoint.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationOwnerAsEndpoint.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaapplicationownerasendpoint Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaApplicationOwnerAsEndpoint --- @@ -29,7 +29,6 @@ Get-MgBetaApplicationOwnerAsEndpoint -ApplicationId [-ExpandProperty ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -39,7 +38,7 @@ Get-MgBetaApplicationOwnerAsEndpoint -ApplicationId -DirectoryObjectId [-ExpandProperty ] [-Property ] [-ConsistencyLevel ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -49,7 +48,7 @@ Get-MgBetaApplicationOwnerAsEndpoint -InputObject [-ExpandProperty ] [-Property ] [-ConsistencyLevel ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationOwnerAsServicePrincipal.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationOwnerAsServicePrincipal.md index 9bd191fd449be..7086483ece7c7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationOwnerAsServicePrincipal.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationOwnerAsServicePrincipal.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaapplicationownerasserviceprincipal Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaApplicationOwnerAsServicePrincipal --- @@ -29,7 +29,6 @@ Get-MgBetaApplicationOwnerAsServicePrincipal -ApplicationId [-ExpandPro [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -39,7 +38,7 @@ Get-MgBetaApplicationOwnerAsServicePrincipal -ApplicationId -DirectoryO [-ExpandProperty ] [-Property ] [-ConsistencyLevel ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -49,7 +48,7 @@ Get-MgBetaApplicationOwnerAsServicePrincipal -InputObject ] [-Property ] [-ConsistencyLevel ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationOwnerAsUser.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationOwnerAsUser.md index 299e116f6ebd1..e58f17a2f40df 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationOwnerAsUser.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationOwnerAsUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaapplicationownerasuser Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaApplicationOwnerAsUser --- @@ -29,7 +29,6 @@ Get-MgBetaApplicationOwnerAsUser -ApplicationId [-ExpandProperty ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -39,7 +38,7 @@ Get-MgBetaApplicationOwnerAsUser -ApplicationId -DirectoryObjectId ] [-Property ] [-ConsistencyLevel ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -49,7 +48,7 @@ Get-MgBetaApplicationOwnerAsUser -InputObject [-ExpandPr [-Property ] [-ConsistencyLevel ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationOwnerByRef.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationOwnerByRef.md index c82c5119a4b4d..12f4ba638c24f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationOwnerByRef.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationOwnerByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaapplicationownerbyref Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaApplicationOwnerByRef --- @@ -28,7 +28,7 @@ Get-MgBetaApplicationOwnerByRef -ApplicationId [-Filter ] [-Sea [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ## ALIASES @@ -44,9 +44,9 @@ Retrieve a list of owners for an application that are directoryObject types. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Application.Read.All, Directory.ReadWrite.All, Directory.Read.All, Application.ReadWrite.All, | +| Delegated (work or school account) | Application.Read.All, Application.ReadWrite.All, Directory.Read.All, Directory.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | Application.Read.All, Directory.ReadWrite.All, Directory.Read.All, Application.ReadWrite.OwnedBy, Application.ReadWrite.All, | +| Application | Application.Read.All, Application.ReadWrite.All, Application.ReadWrite.OwnedBy, Directory.Read.All, Directory.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationOwnerCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationOwnerCount.md index 78744ebf1ae07..4acf2b6db73d7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationOwnerCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationOwnerCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaapplicationownercount Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaApplicationOwnerCount --- @@ -27,7 +27,7 @@ Get-MgBetaApplicationOwnerCount -ApplicationId -ConsistencyLevel ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaApplicationOwnerCount -InputObject -Consistenc [-Filter ] [-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) | Application.Read.All, Directory.ReadWrite.All, Directory.Read.All, Application.ReadWrite.All, | +| Delegated (work or school account) | Application.Read.All, Application.ReadWrite.All, Directory.Read.All, Directory.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | Application.Read.All, Directory.ReadWrite.All, Directory.Read.All, Application.ReadWrite.OwnedBy, Application.ReadWrite.All, | +| Application | Application.Read.All, Application.ReadWrite.All, Application.ReadWrite.OwnedBy, Directory.Read.All, Directory.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationOwnerCountAsAppRoleAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationOwnerCountAsAppRoleAssignment.md index 37245f0eb3736..3e4c75570cf3d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationOwnerCountAsAppRoleAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationOwnerCountAsAppRoleAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaapplicationownercountasapproleassignment Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaApplicationOwnerCountAsAppRoleAssignment --- @@ -27,7 +27,7 @@ Get-MgBetaApplicationOwnerCountAsAppRoleAssignment -ApplicationId -ConsistencyLevel [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaApplicationOwnerCountAsAppRoleAssignment -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationOwnerCountAsEndpoint.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationOwnerCountAsEndpoint.md index dbbb0aa5d8575..a08092c4c9894 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationOwnerCountAsEndpoint.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationOwnerCountAsEndpoint.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaapplicationownercountasendpoint Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaApplicationOwnerCountAsEndpoint --- @@ -27,7 +27,7 @@ Get-MgBetaApplicationOwnerCountAsEndpoint -ApplicationId -ConsistencyLe [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaApplicationOwnerCountAsEndpoint -InputObject -ConsistencyLevel [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationOwnerCountAsServicePrincipal.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationOwnerCountAsServicePrincipal.md index 788233cb2075d..e81810718743a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationOwnerCountAsServicePrincipal.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationOwnerCountAsServicePrincipal.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaapplicationownercountasserviceprincipal Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaApplicationOwnerCountAsServicePrincipal --- @@ -27,7 +27,7 @@ Get-MgBetaApplicationOwnerCountAsServicePrincipal -ApplicationId -Consi [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaApplicationOwnerCountAsServicePrincipal -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationOwnerCountAsUser.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationOwnerCountAsUser.md index a54b975fd09c6..8c8f4336852be 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationOwnerCountAsUser.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationOwnerCountAsUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaapplicationownercountasuser Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaApplicationOwnerCountAsUser --- @@ -27,7 +27,7 @@ Get-MgBetaApplicationOwnerCountAsUser -ApplicationId -ConsistencyLevel [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaApplicationOwnerCountAsUser -InputObject -ConsistencyLevel [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationSynchronization.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationSynchronization.md index 27c579306b7e8..4538ccecd7cc7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationSynchronization.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationSynchronization.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaapplicationsynchronization Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaApplicationSynchronization --- @@ -26,7 +26,7 @@ Represents the capability for Microsoft Entra identity synchronization through t Get-MgBetaApplicationSynchronization -ApplicationId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaApplicationSynchronization -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationSynchronizationAccessToken.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationSynchronizationAccessToken.md index 51c9a7f248f11..7d65500ae628c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationSynchronizationAccessToken.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationSynchronizationAccessToken.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaapplicationsynchronizationaccesstoken Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaApplicationSynchronizationAccessToken --- @@ -29,7 +29,6 @@ Get-MgBetaApplicationSynchronizationAccessToken -ApplicationId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Acquire @@ -40,7 +39,6 @@ Get-MgBetaApplicationSynchronizationAccessToken -ApplicationId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### AcquireViaIdentityExpanded @@ -52,7 +50,6 @@ Get-MgBetaApplicationSynchronizationAccessToken -InputObject ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### AcquireViaIdentity @@ -63,7 +60,6 @@ Get-MgBetaApplicationSynchronizationAccessToken -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationSynchronizationJob.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationSynchronizationJob.md index e9d4573881e00..dbdddfbccd140 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationSynchronizationJob.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationSynchronizationJob.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaapplicationsynchronizationjob Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaApplicationSynchronizationJob --- @@ -28,7 +28,7 @@ Get-MgBetaApplicationSynchronizationJob -ApplicationId [-ExpandProperty [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaApplicationSynchronizationJob -ApplicationId -Synchronization [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +48,7 @@ Get-MgBetaApplicationSynchronizationJob -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationSynchronizationJobBulkUpload.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationSynchronizationJobBulkUpload.md index 6fc8e261b3714..e06e77cc1fc9a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationSynchronizationJobBulkUpload.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationSynchronizationJobBulkUpload.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaapplicationsynchronizationjobbulkupload Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaApplicationSynchronizationJobBulkUpload --- @@ -27,7 +27,7 @@ Get-MgBetaApplicationSynchronizationJobBulkUpload -ApplicationId -SynchronizationJobId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaApplicationSynchronizationJobBulkUpload -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationSynchronizationJobBulkUploadContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationSynchronizationJobBulkUploadContent.md index c8767fa48c59e..5971c422d494e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationSynchronizationJobBulkUploadContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationSynchronizationJobBulkUploadContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaapplicationsynchronizationjobbulkuploadcontent Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaApplicationSynchronizationJobBulkUploadContent --- @@ -27,7 +27,7 @@ Get-MgBetaApplicationSynchronizationJobBulkUploadContent -ApplicationId -SynchronizationJobId -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaApplicationSynchronizationJobBulkUploadContent -ApplicationId Get-MgBetaApplicationSynchronizationJobBulkUploadContent -InputObject -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationSynchronizationJobCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationSynchronizationJobCount.md index b08556358ce94..e8e3ab54fe011 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationSynchronizationJobCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationSynchronizationJobCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaapplicationsynchronizationjobcount Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaApplicationSynchronizationJobCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaApplicationSynchronizationJobCount -ApplicationId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaApplicationSynchronizationJobCount -ApplicationId [-Filter [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationSynchronizationJobSchema.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationSynchronizationJobSchema.md index 63140dd5f69cb..74a4c84fdd98f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationSynchronizationJobSchema.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationSynchronizationJobSchema.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaapplicationsynchronizationjobschema Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaApplicationSynchronizationJobSchema --- @@ -27,7 +27,7 @@ Get-MgBetaApplicationSynchronizationJobSchema -ApplicationId -Synchroni [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaApplicationSynchronizationJobSchema -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationSynchronizationJobSchemaDirectory.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationSynchronizationJobSchemaDirectory.md index 27404e433b418..fd69c0b820a9d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationSynchronizationJobSchemaDirectory.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationSynchronizationJobSchemaDirectory.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaapplicationsynchronizationjobschemadirectory Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaApplicationSynchronizationJobSchemaDirectory --- @@ -29,7 +29,7 @@ Get-MgBetaApplicationSynchronizationJobSchemaDirectory -ApplicationId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -39,7 +39,7 @@ Get-MgBetaApplicationSynchronizationJobSchemaDirectory -ApplicationId -DirectoryDefinitionId -SynchronizationJobId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -49,7 +49,7 @@ Get-MgBetaApplicationSynchronizationJobSchemaDirectory -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationSynchronizationJobSchemaDirectoryCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationSynchronizationJobSchemaDirectoryCount.md index 13892227ea615..ecdd2d32df16e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationSynchronizationJobSchemaDirectoryCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationSynchronizationJobSchemaDirectoryCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaapplicationsynchronizationjobschemadirectorycount Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaApplicationSynchronizationJobSchemaDirectoryCount --- @@ -27,7 +27,7 @@ Get-MgBetaApplicationSynchronizationJobSchemaDirectoryCount -ApplicationId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaApplicationSynchronizationJobSchemaDirectoryCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationSynchronizationSecretCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationSynchronizationSecretCount.md index e74a74fe5797f..0d022276bd034 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationSynchronizationSecretCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationSynchronizationSecretCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaapplicationsynchronizationsecretcount Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaApplicationSynchronizationSecretCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaApplicationSynchronizationSecretCount -ApplicationId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaApplicationSynchronizationSecretCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationSynchronizationTemplate.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationSynchronizationTemplate.md index 92be5e09bf658..3c91c39877022 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationSynchronizationTemplate.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationSynchronizationTemplate.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaapplicationsynchronizationtemplate Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaApplicationSynchronizationTemplate --- @@ -28,7 +28,7 @@ Get-MgBetaApplicationSynchronizationTemplate -ApplicationId [-ExpandPro [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaApplicationSynchronizationTemplate -ApplicationId -SynchronizationTemplateId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +48,7 @@ Get-MgBetaApplicationSynchronizationTemplate -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -66,7 +66,7 @@ Pre-configured synchronization settings for a particular application. | --------------- | ------------------------------------------ | | Delegated (work or school account) | Synchronization.Read.All, Synchronization.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | Application.ReadWrite.OwnedBy, Synchronization.ReadWrite.All, Synchronization.Read.All, | +| Application | Application.ReadWrite.OwnedBy, Synchronization.Read.All, Synchronization.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationSynchronizationTemplateCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationSynchronizationTemplateCount.md index d1b6c1707b0ee..5b7c6741bc09d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationSynchronizationTemplateCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationSynchronizationTemplateCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaapplicationsynchronizationtemplatecount Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaApplicationSynchronizationTemplateCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaApplicationSynchronizationTemplateCount -ApplicationId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaApplicationSynchronizationTemplateCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -54,7 +54,7 @@ Get the number of the resource | --------------- | ------------------------------------------ | | Delegated (work or school account) | Synchronization.Read.All, Synchronization.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | Application.ReadWrite.OwnedBy, Synchronization.ReadWrite.All, Synchronization.Read.All, | +| Application | Application.ReadWrite.OwnedBy, Synchronization.Read.All, Synchronization.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationSynchronizationTemplateSchema.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationSynchronizationTemplateSchema.md index 281a322f87029..2cc381bf9f6a7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationSynchronizationTemplateSchema.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationSynchronizationTemplateSchema.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaapplicationsynchronizationtemplateschema Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaApplicationSynchronizationTemplateSchema --- @@ -27,7 +27,7 @@ Get-MgBetaApplicationSynchronizationTemplateSchema -ApplicationId -SynchronizationTemplateId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaApplicationSynchronizationTemplateSchema -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -55,7 +55,7 @@ Default synchronization schema for the jobs based on this template. | --------------- | ------------------------------------------ | | Delegated (work or school account) | Synchronization.Read.All, Synchronization.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | Application.ReadWrite.OwnedBy, Synchronization.ReadWrite.All, Synchronization.Read.All, | +| Application | Application.ReadWrite.OwnedBy, Synchronization.Read.All, Synchronization.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationSynchronizationTemplateSchemaDirectory.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationSynchronizationTemplateSchemaDirectory.md index c0bf649ff7753..c7f888b850394 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationSynchronizationTemplateSchemaDirectory.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationSynchronizationTemplateSchemaDirectory.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaapplicationsynchronizationtemplateschemadirectory Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaApplicationSynchronizationTemplateSchemaDirectory --- @@ -29,7 +29,7 @@ Get-MgBetaApplicationSynchronizationTemplateSchemaDirectory -ApplicationId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -39,7 +39,7 @@ Get-MgBetaApplicationSynchronizationTemplateSchemaDirectory -ApplicationId -SynchronizationTemplateId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -49,7 +49,7 @@ Get-MgBetaApplicationSynchronizationTemplateSchemaDirectory -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationSynchronizationTemplateSchemaDirectoryCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationSynchronizationTemplateSchemaDirectoryCount.md index d6388cccb6799..adb06f2c2f388 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationSynchronizationTemplateSchemaDirectoryCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationSynchronizationTemplateSchemaDirectoryCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaapplicationsynchronizationtemplateschemadirectorycount Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaApplicationSynchronizationTemplateSchemaDirectoryCount --- @@ -27,7 +27,7 @@ Get-MgBetaApplicationSynchronizationTemplateSchemaDirectoryCount -ApplicationId -SynchronizationTemplateId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaApplicationSynchronizationTemplateSchemaDirectoryCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationTemplate.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationTemplate.md index aa8f5451872f8..4c69dd7af16b8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationTemplate.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationTemplate.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaapplicationtemplate Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaApplicationTemplate --- @@ -29,7 +29,7 @@ Get-MgBetaApplicationTemplate [-ExpandProperty ] [-Property [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaApplicationTemplate [-ExpandProperty ] [-Property Get-MgBetaApplicationTemplate -ApplicationTemplateId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -47,7 +47,7 @@ Get-MgBetaApplicationTemplate -ApplicationTemplateId [-ExpandProperty < Get-MgBetaApplicationTemplate -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationTemplateCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationTemplateCount.md index 521ccaba3a458..8426e8b044772 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationTemplateCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationTemplateCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaapplicationtemplatecount Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaApplicationTemplateCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaApplicationTemplateCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationTokenIssuancePolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationTokenIssuancePolicy.md index a214986f30538..23be74b9622be 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationTokenIssuancePolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationTokenIssuancePolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaapplicationtokenissuancepolicy Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaApplicationTokenIssuancePolicy --- @@ -28,7 +28,7 @@ Get-MgBetaApplicationTokenIssuancePolicy -ApplicationId [-ExpandPropert [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ## ALIASES @@ -44,9 +44,9 @@ List the tokenIssuancePolicy objects that are assigned to an application. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Policy.ReadWrite.ApplicationConfiguration, Policy.Read.All, Application.ReadWrite.All, | +| Delegated (work or school account) | Application.ReadWrite.All, Policy.Read.All, Policy.ReadWrite.ApplicationConfiguration, | | Delegated (personal Microsoft account) | Not supported | -| Application | Policy.ReadWrite.ApplicationConfiguration, Policy.Read.All, Application.ReadWrite.OwnedBy, Application.ReadWrite.All, | +| Application | Application.ReadWrite.All, Application.ReadWrite.OwnedBy, Policy.Read.All, Policy.ReadWrite.ApplicationConfiguration, | ## EXAMPLES ### Example 1: Code snippet diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationTokenIssuancePolicyByRef.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationTokenIssuancePolicyByRef.md index 594b0174bc1aa..f3f1c347cca05 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationTokenIssuancePolicyByRef.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationTokenIssuancePolicyByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaapplicationtokenissuancepolicybyref Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaApplicationTokenIssuancePolicyByRef --- @@ -28,7 +28,7 @@ Get-MgBetaApplicationTokenIssuancePolicyByRef -ApplicationId [-Filter < [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ## ALIASES @@ -44,9 +44,9 @@ List the tokenIssuancePolicy objects that are assigned to an application. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Policy.ReadWrite.ApplicationConfiguration, Policy.Read.All, Application.ReadWrite.All, | +| Delegated (work or school account) | Application.ReadWrite.All, Policy.Read.All, Policy.ReadWrite.ApplicationConfiguration, | | Delegated (personal Microsoft account) | Not supported | -| Application | Policy.ReadWrite.ApplicationConfiguration, Policy.Read.All, Application.ReadWrite.OwnedBy, Application.ReadWrite.All, | +| Application | Application.ReadWrite.All, Application.ReadWrite.OwnedBy, Policy.Read.All, Policy.ReadWrite.ApplicationConfiguration, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationTokenIssuancePolicyCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationTokenIssuancePolicyCount.md index b64bfe4a87ac3..4f92876d5fa94 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationTokenIssuancePolicyCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationTokenIssuancePolicyCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaapplicationtokenissuancepolicycount Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaApplicationTokenIssuancePolicyCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaApplicationTokenIssuancePolicyCount -ApplicationId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaApplicationTokenIssuancePolicyCount -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.ReadWrite.ApplicationConfiguration, Policy.Read.All, Application.ReadWrite.All, | +| Delegated (work or school account) | Application.ReadWrite.All, Policy.Read.All, Policy.ReadWrite.ApplicationConfiguration, | | Delegated (personal Microsoft account) | Not supported | -| Application | Policy.ReadWrite.ApplicationConfiguration, Policy.Read.All, Application.ReadWrite.OwnedBy, Application.ReadWrite.All, | +| Application | Application.ReadWrite.All, Application.ReadWrite.OwnedBy, Policy.Read.All, Policy.ReadWrite.ApplicationConfiguration, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationTokenLifetimePolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationTokenLifetimePolicy.md index 1b6b7e315dc56..9baaa97d6128d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationTokenLifetimePolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationTokenLifetimePolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaapplicationtokenlifetimepolicy Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaApplicationTokenLifetimePolicy --- @@ -29,7 +29,7 @@ Get-MgBetaApplicationTokenLifetimePolicy -ApplicationId [-ExpandPropert [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ## ALIASES @@ -46,9 +46,9 @@ Only one object is returned in the collection because only one tokenLifetimePoli | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Policy.ReadWrite.ApplicationConfiguration, Policy.Read.All, Application.ReadWrite.All, | +| Delegated (work or school account) | Application.ReadWrite.All, Policy.Read.All, Policy.ReadWrite.ApplicationConfiguration, | | Delegated (personal Microsoft account) | Not supported | -| Application | Policy.ReadWrite.ApplicationConfiguration, Policy.Read.All, Application.ReadWrite.OwnedBy, Application.ReadWrite.All, | +| Application | Application.ReadWrite.All, Application.ReadWrite.OwnedBy, Policy.Read.All, Policy.ReadWrite.ApplicationConfiguration, | ## EXAMPLES ### Example 1: Code snippet diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationTokenLifetimePolicyByRef.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationTokenLifetimePolicyByRef.md index 13d4e8a87fadd..c07465e3f6e23 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationTokenLifetimePolicyByRef.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationTokenLifetimePolicyByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaapplicationtokenlifetimepolicybyref Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaApplicationTokenLifetimePolicyByRef --- @@ -29,7 +29,7 @@ Get-MgBetaApplicationTokenLifetimePolicyByRef -ApplicationId [-Filter < [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ## ALIASES @@ -46,9 +46,9 @@ Only one object is returned in the collection because only one tokenLifetimePoli | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Policy.ReadWrite.ApplicationConfiguration, Policy.Read.All, Application.ReadWrite.All, | +| Delegated (work or school account) | Application.ReadWrite.All, Policy.Read.All, Policy.ReadWrite.ApplicationConfiguration, | | Delegated (personal Microsoft account) | Not supported | -| Application | Policy.ReadWrite.ApplicationConfiguration, Policy.Read.All, Application.ReadWrite.OwnedBy, Application.ReadWrite.All, | +| Application | Application.ReadWrite.All, Application.ReadWrite.OwnedBy, Policy.Read.All, Policy.ReadWrite.ApplicationConfiguration, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationTokenLifetimePolicyCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationTokenLifetimePolicyCount.md index cfc0158e4d212..1d48451e360c9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationTokenLifetimePolicyCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationTokenLifetimePolicyCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaapplicationtokenlifetimepolicycount Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaApplicationTokenLifetimePolicyCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaApplicationTokenLifetimePolicyCount -ApplicationId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaApplicationTokenLifetimePolicyCount -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.ReadWrite.ApplicationConfiguration, Policy.Read.All, Application.ReadWrite.All, | +| Delegated (work or school account) | Application.ReadWrite.All, Policy.Read.All, Policy.ReadWrite.ApplicationConfiguration, | | Delegated (personal Microsoft account) | Not supported | -| Application | Policy.ReadWrite.ApplicationConfiguration, Policy.Read.All, Application.ReadWrite.OwnedBy, Application.ReadWrite.All, | +| Application | Application.ReadWrite.All, Application.ReadWrite.OwnedBy, Policy.Read.All, Policy.ReadWrite.ApplicationConfiguration, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationUserOwnedObject.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationUserOwnedObject.md index b690ba44b8989..c943c5812fde6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationUserOwnedObject.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaApplicationUserOwnedObject.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaapplicationuserownedobject Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaApplicationUserOwnedObject --- @@ -25,7 +25,7 @@ Get-MgBetaApplicationUserOwnedObject [-ResponseHeadersVariable ] [-AdditionalProperties ] [-Type ] [-UserId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Get @@ -36,7 +36,6 @@ Get-MgBetaApplicationUserOwnedObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaGroupAppRoleAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaGroupAppRoleAssignment.md index c377fc32f3a67..0b359f99d24fa 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaGroupAppRoleAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaGroupAppRoleAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetagroupapproleassignment Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupAppRoleAssignment --- @@ -30,7 +30,6 @@ Get-MgBetaGroupAppRoleAssignment -GroupId [-ExpandProperty ] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -40,7 +39,7 @@ Get-MgBetaGroupAppRoleAssignment -AppRoleAssignmentId -GroupId [-ExpandProperty ] [-Property ] [-ConsistencyLevel ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -50,7 +49,7 @@ Get-MgBetaGroupAppRoleAssignment -InputObject [-ExpandPr [-Property ] [-ConsistencyLevel ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaGroupAppRoleAssignmentCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaGroupAppRoleAssignmentCount.md index 438be0142511e..fc0e8cd3db1ff 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaGroupAppRoleAssignmentCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaGroupAppRoleAssignmentCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetagroupapproleassignmentcount Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupAppRoleAssignmentCount --- @@ -27,7 +27,7 @@ Get-MgBetaGroupAppRoleAssignmentCount -GroupId -ConsistencyLevel ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaGroupAppRoleAssignmentCount -InputObject -ConsistencyLevel [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-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) | Directory.Read.All, Directory.ReadWrite.All, AppRoleAssignment.ReadWrite.All, | +| Delegated (work or school account) | Directory.Read.All, AppRoleAssignment.ReadWrite.All, Directory.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | Directory.Read.All, Directory.ReadWrite.All, AppRoleAssignment.ReadWrite.All, | +| Application | Directory.Read.All, AppRoleAssignment.ReadWrite.All, Directory.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaOnPremisePublishingProfile.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaOnPremisePublishingProfile.md index 1079ee76a8826..68a3c5437a328 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaOnPremisePublishingProfile.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaOnPremisePublishingProfile.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaonpremisepublishingprofile Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaOnPremisePublishingProfile --- @@ -25,7 +25,7 @@ Get-MgBetaOnPremisePublishingProfile [-ExpandProperty ] [-Property ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaOnPremisePublishingProfile -OnPremisesPublishingProfileId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -45,7 +45,7 @@ Get-MgBetaOnPremisePublishingProfile -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -61,7 +61,7 @@ Get entity from onPremisesPublishingProfiles by key | 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.Applications/Get-MgBetaOnPremisePublishingProfileAgent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaOnPremisePublishingProfileAgent.md index 0101702b211ca..02ea5a74c6f35 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaOnPremisePublishingProfileAgent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaOnPremisePublishingProfileAgent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaonpremisepublishingprofileagent Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaOnPremisePublishingProfileAgent --- @@ -28,7 +28,6 @@ Get-MgBetaOnPremisePublishingProfileAgent -OnPremisesPublishingProfileId ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -38,7 +37,7 @@ Get-MgBetaOnPremisePublishingProfileAgent -OnPremisesAgentId -OnPremisesPublishingProfileId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +47,7 @@ Get-MgBetaOnPremisePublishingProfileAgent -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -66,7 +65,7 @@ Nullable. | 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.Applications/Get-MgBetaOnPremisePublishingProfileAgentCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaOnPremisePublishingProfileAgentCount.md index 8fa9bb251a075..b2f290a4fe8dc 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaOnPremisePublishingProfileAgentCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaOnPremisePublishingProfileAgentCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaonpremisepublishingprofileagentcount Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaOnPremisePublishingProfileAgentCount --- @@ -24,7 +24,7 @@ Get-MgBetaOnPremisePublishingProfileAgentCount -OnPremisesPublishingProfileId ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaOnPremisePublishingProfileAgentCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -50,7 +50,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.Applications/Get-MgBetaOnPremisePublishingProfileAgentGroup.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaOnPremisePublishingProfileAgentGroup.md index cfddf5bd6de32..958be83a8d5bf 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaOnPremisePublishingProfileAgentGroup.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaOnPremisePublishingProfileAgentGroup.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaonpremisepublishingprofileagentgroup Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaOnPremisePublishingProfileAgentGroup --- @@ -28,7 +28,6 @@ Get-MgBetaOnPremisePublishingProfileAgentGroup -OnPremisesPublishingProfileId ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### List1 @@ -40,7 +39,7 @@ Get-MgBetaOnPremisePublishingProfileAgentGroup -OnPremisesAgentGroupId [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -50,7 +49,7 @@ Get-MgBetaOnPremisePublishingProfileAgentGroup -OnPremisesAgentGroupId -OnPremisesPublishingProfileId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### List2 @@ -62,7 +61,7 @@ Get-MgBetaOnPremisePublishingProfileAgentGroup -OnPremisesPublishingProfileId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### GetViaIdentity @@ -72,7 +71,7 @@ Get-MgBetaOnPremisePublishingProfileAgentGroup -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -90,7 +89,7 @@ Nullable. | 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.Applications/Get-MgBetaOnPremisePublishingProfileAgentGroupAgent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaOnPremisePublishingProfileAgentGroupAgent.md index f42d4bfd0ec60..b229bd8e9ab86 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaOnPremisePublishingProfileAgentGroupAgent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaOnPremisePublishingProfileAgentGroupAgent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaonpremisepublishingprofileagentgroupagent Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaOnPremisePublishingProfileAgentGroupAgent --- @@ -28,7 +28,7 @@ Get-MgBetaOnPremisePublishingProfileAgentGroupAgent -OnPremisesAgentGroupId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaOnPremisePublishingProfileAgentGroupAgent -OnPremisesAgentGroupId -OnPremisesPublishingProfileId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +48,7 @@ Get-MgBetaOnPremisePublishingProfileAgentGroupAgent -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaOnPremisePublishingProfileAgentGroupAgentCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaOnPremisePublishingProfileAgentGroupAgentCount.md index 71670c3401bec..69be8a3fd348f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaOnPremisePublishingProfileAgentGroupAgentCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaOnPremisePublishingProfileAgentGroupAgentCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaonpremisepublishingprofileagentgroupagentcount Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaOnPremisePublishingProfileAgentGroupAgentCount --- @@ -24,7 +24,7 @@ Get-MgBetaOnPremisePublishingProfileAgentGroupAgentCount -OnPremisesAgentGroupId -OnPremisesPublishingProfileId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaOnPremisePublishingProfileAgentGroupAgentCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaOnPremisePublishingProfileAgentGroupByRef.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaOnPremisePublishingProfileAgentGroupByRef.md index b201854dd8b30..c645fb2c8796f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaOnPremisePublishingProfileAgentGroupByRef.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaOnPremisePublishingProfileAgentGroupByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaonpremisepublishingprofileagentgroupbyref Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaOnPremisePublishingProfileAgentGroupByRef --- @@ -28,7 +28,6 @@ Get-MgBetaOnPremisePublishingProfileAgentGroupByRef -OnPremisesAgentId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### List @@ -40,7 +39,7 @@ Get-MgBetaOnPremisePublishingProfileAgentGroupByRef -OnPremisesAgentId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaOnPremisePublishingProfileAgentGroupCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaOnPremisePublishingProfileAgentGroupCount.md index 1b6e936131707..becbe405f7a59 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaOnPremisePublishingProfileAgentGroupCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaOnPremisePublishingProfileAgentGroupCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaonpremisepublishingprofileagentgroupcount Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaOnPremisePublishingProfileAgentGroupCount --- @@ -24,7 +24,7 @@ Get-MgBetaOnPremisePublishingProfileAgentGroupCount -OnPremisesPublishingProfile [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### Get2 @@ -34,7 +34,7 @@ Get-MgBetaOnPremisePublishingProfileAgentGroupCount -OnPremisesPublishingProfile -OnPremisesAgentId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### Get1 @@ -44,7 +44,7 @@ Get-MgBetaOnPremisePublishingProfileAgentGroupCount -OnPremisesPublishingProfile -OnPremisesAgentGroupId -OnPremisesAgentId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity2 @@ -54,7 +54,7 @@ Get-MgBetaOnPremisePublishingProfileAgentGroupCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity1 @@ -64,7 +64,7 @@ Get-MgBetaOnPremisePublishingProfileAgentGroupCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -74,7 +74,7 @@ Get-MgBetaOnPremisePublishingProfileAgentGroupCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -90,7 +90,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.Applications/Get-MgBetaOnPremisePublishingProfileAgentGroupPublishedResource.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaOnPremisePublishingProfileAgentGroupPublishedResource.md index c2ad307de8a78..525f504bc0f8c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaOnPremisePublishingProfileAgentGroupPublishedResource.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaOnPremisePublishingProfileAgentGroupPublishedResource.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaonpremisepublishingprofileagentgrouppublishedresource Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaOnPremisePublishingProfileAgentGroupPublishedResource --- @@ -28,7 +28,7 @@ Get-MgBetaOnPremisePublishingProfileAgentGroupPublishedResource -OnPremisesAgent [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaOnPremisePublishingProfileAgentGroupPublishedResource -OnPremisesAgent -OnPremisesPublishingProfileId -PublishedResourceId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +48,7 @@ Get-MgBetaOnPremisePublishingProfileAgentGroupPublishedResource -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroup.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroup.md index 1108e3b1c0602..0b63fa903166b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroup.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroup.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaonpremisepublishingprofileagentgrouppublishedresourceagentgroup Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroup --- @@ -29,7 +29,7 @@ Get-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroup [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroupByRef.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroupByRef.md index a5d77713da161..f17923335bc3f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroupByRef.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroupByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaonpremisepublishingprofileagentgrouppublishedresourceagentgroupbyref Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroupByRef --- @@ -29,7 +29,6 @@ Get-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroupByRef [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroupCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroupCount.md index 1ddffa11cb98a..bc44286629f83 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroupCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroupCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaonpremisepublishingprofileagentgrouppublishedresourceagentgroupcount Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroupCount --- @@ -25,7 +25,7 @@ Get-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroupCount -PublishedResourceId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroupCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceCount.md index 5ae7d6937833c..8b552d8f745bd 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaonpremisepublishingprofileagentgrouppublishedresourcecount Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceCount --- @@ -24,7 +24,7 @@ Get-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceCount -OnPremisesAgentGroupId -OnPremisesPublishingProfileId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaOnPremisePublishingProfileApplicationSegment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaOnPremisePublishingProfileApplicationSegment.md index 0b2419ee9dc9e..cfe2ea033e164 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaOnPremisePublishingProfileApplicationSegment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaOnPremisePublishingProfileApplicationSegment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaonpremisepublishingprofileapplicationsegment Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaOnPremisePublishingProfileApplicationSegment --- @@ -26,7 +26,6 @@ Get-MgBetaOnPremisePublishingProfileApplicationSegment -OnPremisesPublishingProf [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -36,7 +35,7 @@ Get-MgBetaOnPremisePublishingProfileApplicationSegment -IPApplicationSegmentId < -OnPremisesPublishingProfileId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +45,7 @@ Get-MgBetaOnPremisePublishingProfileApplicationSegment -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaOnPremisePublishingProfileApplicationSegmentCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaOnPremisePublishingProfileApplicationSegmentCount.md index 46daff318773b..9b08f00ed88b0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaOnPremisePublishingProfileApplicationSegmentCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaOnPremisePublishingProfileApplicationSegmentCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaonpremisepublishingprofileapplicationsegmentcount Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaOnPremisePublishingProfileApplicationSegmentCount --- @@ -24,7 +24,7 @@ Get-MgBetaOnPremisePublishingProfileApplicationSegmentCount -OnPremisesPublishin [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaOnPremisePublishingProfileApplicationSegmentCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaOnPremisePublishingProfileConnector.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaOnPremisePublishingProfileConnector.md index 5f5f4f2753ef1..000bfd82aa01b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaOnPremisePublishingProfileConnector.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaOnPremisePublishingProfileConnector.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaonpremisepublishingprofileconnector Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaOnPremisePublishingProfileConnector --- @@ -28,7 +28,6 @@ Get-MgBetaOnPremisePublishingProfileConnector -OnPremisesPublishingProfileId ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -38,7 +37,7 @@ Get-MgBetaOnPremisePublishingProfileConnector -ConnectorId -OnPremisesPublishingProfileId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +47,7 @@ Get-MgBetaOnPremisePublishingProfileConnector -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaOnPremisePublishingProfileConnectorCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaOnPremisePublishingProfileConnectorCount.md index 03216cf0b98fa..5f764aed31325 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaOnPremisePublishingProfileConnectorCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaOnPremisePublishingProfileConnectorCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaonpremisepublishingprofileconnectorcount Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaOnPremisePublishingProfileConnectorCount --- @@ -24,7 +24,7 @@ Get-MgBetaOnPremisePublishingProfileConnectorCount -OnPremisesPublishingProfileI [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaOnPremisePublishingProfileConnectorCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaOnPremisePublishingProfileConnectorGroup.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaOnPremisePublishingProfileConnectorGroup.md index c835987065b83..20c47fe3cce72 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaOnPremisePublishingProfileConnectorGroup.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaOnPremisePublishingProfileConnectorGroup.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaonpremisepublishingprofileconnectorgroup Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaOnPremisePublishingProfileConnectorGroup --- @@ -28,7 +28,6 @@ Get-MgBetaOnPremisePublishingProfileConnectorGroup -OnPremisesPublishingProfileI [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -38,7 +37,7 @@ Get-MgBetaOnPremisePublishingProfileConnectorGroup -ConnectorGroupId -OnPremisesPublishingProfileId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +47,7 @@ Get-MgBetaOnPremisePublishingProfileConnectorGroup -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaOnPremisePublishingProfileConnectorGroupApplication.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaOnPremisePublishingProfileConnectorGroupApplication.md index 2bcdebf34b64e..eb13e6f21563f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaOnPremisePublishingProfileConnectorGroupApplication.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaOnPremisePublishingProfileConnectorGroupApplication.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaonpremisepublishingprofileconnectorgroupapplication Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaOnPremisePublishingProfileConnectorGroupApplication --- @@ -26,7 +26,7 @@ Get-MgBetaOnPremisePublishingProfileConnectorGroupApplication -ConnectorGroupId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -36,7 +36,7 @@ Get-MgBetaOnPremisePublishingProfileConnectorGroupApplication -ApplicationId -OnPremisesPublishingProfileId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +46,7 @@ Get-MgBetaOnPremisePublishingProfileConnectorGroupApplication -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaOnPremisePublishingProfileConnectorGroupApplicationByAppId.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaOnPremisePublishingProfileConnectorGroupApplicationByAppId.md index 2ba72ca0c6083..c820a77e6bcdf 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaOnPremisePublishingProfileConnectorGroupApplicationByAppId.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaOnPremisePublishingProfileConnectorGroupApplicationByAppId.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaonpremisepublishingprofileconnectorgroupapplicationbyappid Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaOnPremisePublishingProfileConnectorGroupApplicationByAppId --- @@ -24,7 +24,7 @@ Get-MgBetaOnPremisePublishingProfileConnectorGroupApplicationByAppId -AppId -OnPremisesPublishingProfileId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaOnPremisePublishingProfileConnectorGroupApplicationByAppId -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaOnPremisePublishingProfileConnectorGroupApplicationByUniqueName.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaOnPremisePublishingProfileConnectorGroupApplicationByUniqueName.md index ef29098cb6666..3a15ea3971d35 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaOnPremisePublishingProfileConnectorGroupApplicationByUniqueName.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaOnPremisePublishingProfileConnectorGroupApplicationByUniqueName.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaonpremisepublishingprofileconnectorgroupapplicationbyuniquename Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaOnPremisePublishingProfileConnectorGroupApplicationByUniqueName --- @@ -24,7 +24,7 @@ Get-MgBetaOnPremisePublishingProfileConnectorGroupApplicationByUniqueName -Conne -OnPremisesPublishingProfileId -UniqueName [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaOnPremisePublishingProfileConnectorGroupApplicationByUniqueName -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaOnPremisePublishingProfileConnectorGroupApplicationCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaOnPremisePublishingProfileConnectorGroupApplicationCount.md index 8191a2e730074..ae6c29984236b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaOnPremisePublishingProfileConnectorGroupApplicationCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaOnPremisePublishingProfileConnectorGroupApplicationCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaonpremisepublishingprofileconnectorgroupapplicationcount Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaOnPremisePublishingProfileConnectorGroupApplicationCount --- @@ -24,7 +24,7 @@ Get-MgBetaOnPremisePublishingProfileConnectorGroupApplicationCount -ConnectorGro -OnPremisesPublishingProfileId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaOnPremisePublishingProfileConnectorGroupApplicationCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaOnPremisePublishingProfileConnectorGroupApplicationLogo.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaOnPremisePublishingProfileConnectorGroupApplicationLogo.md index 674485b566146..b2168c296b845 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaOnPremisePublishingProfileConnectorGroupApplicationLogo.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaOnPremisePublishingProfileConnectorGroupApplicationLogo.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaonpremisepublishingprofileconnectorgroupapplicationlogo Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaOnPremisePublishingProfileConnectorGroupApplicationLogo --- @@ -25,7 +25,7 @@ Get-MgBetaOnPremisePublishingProfileConnectorGroupApplicationLogo -ApplicationId -ConnectorGroupId -OnPremisesPublishingProfileId -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaOnPremisePublishingProfileConnectorGroupApplicationLogo -InputObject -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaOnPremisePublishingProfileConnectorGroupCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaOnPremisePublishingProfileConnectorGroupCount.md index 9c1dcfe2c02db..972367c93863b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaOnPremisePublishingProfileConnectorGroupCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaOnPremisePublishingProfileConnectorGroupCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaonpremisepublishingprofileconnectorgroupcount Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaOnPremisePublishingProfileConnectorGroupCount --- @@ -24,7 +24,7 @@ Get-MgBetaOnPremisePublishingProfileConnectorGroupCount -OnPremisesPublishingPro [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaOnPremisePublishingProfileConnectorGroupCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaOnPremisePublishingProfileConnectorGroupMember.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaOnPremisePublishingProfileConnectorGroupMember.md index 0a55224c750f3..8a97ddf0c0aca 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaOnPremisePublishingProfileConnectorGroupMember.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaOnPremisePublishingProfileConnectorGroupMember.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaonpremisepublishingprofileconnectorgroupmember Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaOnPremisePublishingProfileConnectorGroupMember --- @@ -26,7 +26,7 @@ Get-MgBetaOnPremisePublishingProfileConnectorGroupMember -ConnectorGroupId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaOnPremisePublishingProfileConnectorGroupMemberByRef.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaOnPremisePublishingProfileConnectorGroupMemberByRef.md index 2cce75aabc082..b2614293cdd33 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaOnPremisePublishingProfileConnectorGroupMemberByRef.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaOnPremisePublishingProfileConnectorGroupMemberByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaonpremisepublishingprofileconnectorgroupmemberbyref Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaOnPremisePublishingProfileConnectorGroupMemberByRef --- @@ -26,7 +26,6 @@ Get-MgBetaOnPremisePublishingProfileConnectorGroupMemberByRef -ConnectorGroupId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaOnPremisePublishingProfileConnectorGroupMemberCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaOnPremisePublishingProfileConnectorGroupMemberCount.md index 4eca3e5a94398..d4a557595ab8f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaOnPremisePublishingProfileConnectorGroupMemberCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaOnPremisePublishingProfileConnectorGroupMemberCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaonpremisepublishingprofileconnectorgroupmembercount Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaOnPremisePublishingProfileConnectorGroupMemberCount --- @@ -24,7 +24,7 @@ Get-MgBetaOnPremisePublishingProfileConnectorGroupMemberCount -ConnectorGroupId -OnPremisesPublishingProfileId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaOnPremisePublishingProfileConnectorGroupMemberCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaOnPremisePublishingProfileConnectorMemberOf.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaOnPremisePublishingProfileConnectorMemberOf.md index c74c6b2b658f2..f1bae192c7010 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaOnPremisePublishingProfileConnectorMemberOf.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaOnPremisePublishingProfileConnectorMemberOf.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaonpremisepublishingprofileconnectormemberof Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaOnPremisePublishingProfileConnectorMemberOf --- @@ -27,7 +27,7 @@ Get-MgBetaOnPremisePublishingProfileConnectorMemberOf -ConnectorId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaOnPremisePublishingProfileConnectorMemberOfCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaOnPremisePublishingProfileConnectorMemberOfCount.md index d7893e0f8c0bd..a566a0c5a5e04 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaOnPremisePublishingProfileConnectorMemberOfCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaOnPremisePublishingProfileConnectorMemberOfCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaonpremisepublishingprofileconnectormemberofcount Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaOnPremisePublishingProfileConnectorMemberOfCount --- @@ -24,7 +24,7 @@ Get-MgBetaOnPremisePublishingProfileConnectorMemberOfCount -ConnectorId -OnPremisesPublishingProfileId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaOnPremisePublishingProfileConnectorMemberOfCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaOnPremisePublishingProfileCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaOnPremisePublishingProfileCount.md index 849379ee1b8a4..39a3369bfda28 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaOnPremisePublishingProfileCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaOnPremisePublishingProfileCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaonpremisepublishingprofilecount Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaOnPremisePublishingProfileCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaOnPremisePublishingProfileCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaOnPremisePublishingProfilePublishedResource.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaOnPremisePublishingProfilePublishedResource.md index 483699ae452c5..ac6212158cade 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaOnPremisePublishingProfilePublishedResource.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaOnPremisePublishingProfilePublishedResource.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaonpremisepublishingprofilepublishedresource Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaOnPremisePublishingProfilePublishedResource --- @@ -28,7 +28,6 @@ Get-MgBetaOnPremisePublishingProfilePublishedResource -OnPremisesPublishingProfi [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -38,7 +37,7 @@ Get-MgBetaOnPremisePublishingProfilePublishedResource -OnPremisesPublishingProfi -PublishedResourceId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +47,7 @@ Get-MgBetaOnPremisePublishingProfilePublishedResource -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaOnPremisePublishingProfilePublishedResourceAgentGroup.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaOnPremisePublishingProfilePublishedResourceAgentGroup.md index c293df5800227..a00b2c46a7213 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaOnPremisePublishingProfilePublishedResourceAgentGroup.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaOnPremisePublishingProfilePublishedResourceAgentGroup.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaonpremisepublishingprofilepublishedresourceagentgroup Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaOnPremisePublishingProfilePublishedResourceAgentGroup --- @@ -28,7 +28,7 @@ Get-MgBetaOnPremisePublishingProfilePublishedResourceAgentGroup [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaOnPremisePublishingProfilePublishedResourceAgentGroupByRef.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaOnPremisePublishingProfilePublishedResourceAgentGroupByRef.md index f0d6ee51e7f46..491dd87b52648 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaOnPremisePublishingProfilePublishedResourceAgentGroupByRef.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaOnPremisePublishingProfilePublishedResourceAgentGroupByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaonpremisepublishingprofilepublishedresourceagentgroupbyref Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaOnPremisePublishingProfilePublishedResourceAgentGroupByRef --- @@ -28,7 +28,7 @@ Get-MgBetaOnPremisePublishingProfilePublishedResourceAgentGroupByRef [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaOnPremisePublishingProfilePublishedResourceAgentGroupCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaOnPremisePublishingProfilePublishedResourceAgentGroupCount.md index 3b16d7f010ea8..10698a84a800c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaOnPremisePublishingProfilePublishedResourceAgentGroupCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaOnPremisePublishingProfilePublishedResourceAgentGroupCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaonpremisepublishingprofilepublishedresourceagentgroupcount Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaOnPremisePublishingProfilePublishedResourceAgentGroupCount --- @@ -24,7 +24,7 @@ Get-MgBetaOnPremisePublishingProfilePublishedResourceAgentGroupCount -OnPremisesPublishingProfileId -PublishedResourceId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaOnPremisePublishingProfilePublishedResourceAgentGroupCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaOnPremisePublishingProfilePublishedResourceCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaOnPremisePublishingProfilePublishedResourceCount.md index 7d86e0699ced9..2c59b3e6d9f05 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaOnPremisePublishingProfilePublishedResourceCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaOnPremisePublishingProfilePublishedResourceCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaonpremisepublishingprofilepublishedresourcecount Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaOnPremisePublishingProfilePublishedResourceCount --- @@ -24,7 +24,7 @@ Get-MgBetaOnPremisePublishingProfilePublishedResourceCount -OnPremisesPublishing [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaOnPremisePublishingProfilePublishedResourceCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaOnPremisePublishingProfileSensor.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaOnPremisePublishingProfileSensor.md index 2564e3f52e6cc..17c687275be2a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaOnPremisePublishingProfileSensor.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaOnPremisePublishingProfileSensor.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaonpremisepublishingprofilesensor Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaOnPremisePublishingProfileSensor --- @@ -26,7 +26,6 @@ Get-MgBetaOnPremisePublishingProfileSensor -OnPremisesPublishingProfileId ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -36,7 +35,7 @@ Get-MgBetaOnPremisePublishingProfileSensor -OnPremisesPublishingProfileId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +45,7 @@ Get-MgBetaOnPremisePublishingProfileSensor -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaOnPremisePublishingProfileSensorCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaOnPremisePublishingProfileSensorCount.md index d2e871e2b0af4..c5ae489100466 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaOnPremisePublishingProfileSensorCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaOnPremisePublishingProfileSensorCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaonpremisepublishingprofilesensorcount Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaOnPremisePublishingProfileSensorCount --- @@ -24,7 +24,7 @@ Get-MgBetaOnPremisePublishingProfileSensorCount -OnPremisesPublishingProfileId < [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaOnPremisePublishingProfileSensorCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipal.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipal.md index d907f0609f823..e37b44334cafd 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipal.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipal.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaserviceprincipal Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaServicePrincipal --- @@ -29,7 +29,7 @@ Get-MgBetaServicePrincipal [-ExpandProperty ] [-Property ] [ [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaServicePrincipal [-ExpandProperty ] [-Property ] [ Get-MgBetaServicePrincipal -ServicePrincipalId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -47,7 +47,7 @@ Get-MgBetaServicePrincipal -ServicePrincipalId [-ExpandProperty [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -64,9 +64,9 @@ This API can be used to get agentIdentityBlueprintPrincipal objects as well by t | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Application.Read.All, Directory.ReadWrite.All, Directory.Read.All, Application.ReadWrite.All, | +| Delegated (work or school account) | Application.Read.All, AgentIdentity.Read.All, AgentIdentityBlueprintPrincipal.Read.All, Application.ReadWrite.All, Directory.Read.All, Directory.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | Application.Read.All, Directory.ReadWrite.All, Directory.Read.All, Application.ReadWrite.OwnedBy, Application.ReadWrite.All, | +| Application | Application.Read.All, AgentIdentity.Read.All, AgentIdentityBlueprintPrincipal.Read.All, Application.ReadWrite.All, Application.ReadWrite.OwnedBy, Directory.Read.All, Directory.ReadWrite.All, | ## EXAMPLES ### Example 1: Get all service principals from the directory diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalAppManagementPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalAppManagementPolicy.md index 1b6cdefaddb1e..c32527df965c1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalAppManagementPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalAppManagementPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaserviceprincipalappmanagementpolicy Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaServicePrincipalAppManagementPolicy --- @@ -29,7 +29,6 @@ Get-MgBetaServicePrincipalAppManagementPolicy -ServicePrincipalId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -39,7 +38,7 @@ Get-MgBetaServicePrincipalAppManagementPolicy -AppManagementPolicyId -ServicePrincipalId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -49,7 +48,7 @@ Get-MgBetaServicePrincipalAppManagementPolicy -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalAppManagementPolicyCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalAppManagementPolicyCount.md index ffaa3e7649a0b..6c3d4501b8215 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalAppManagementPolicyCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalAppManagementPolicyCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaserviceprincipalappmanagementpolicycount Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaServicePrincipalAppManagementPolicyCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaServicePrincipalAppManagementPolicyCount -ServicePrincipalId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaServicePrincipalAppManagementPolicyCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalAppRoleAssignedTo.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalAppRoleAssignedTo.md index 62be7b91c5b28..cf608c952cd9b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalAppRoleAssignedTo.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalAppRoleAssignedTo.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaserviceprincipalapproleassignedto Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaServicePrincipalAppRoleAssignedTo --- @@ -29,7 +29,6 @@ Get-MgBetaServicePrincipalAppRoleAssignedTo -ServicePrincipalId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -39,7 +38,7 @@ Get-MgBetaServicePrincipalAppRoleAssignedTo -AppRoleAssignmentId -ServicePrincipalId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -49,7 +48,7 @@ Get-MgBetaServicePrincipalAppRoleAssignedTo -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalAppRoleAssignedToCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalAppRoleAssignedToCount.md index d9330dedc7a82..30f4bd330484e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalAppRoleAssignedToCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalAppRoleAssignedToCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaserviceprincipalapproleassignedtocount Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaServicePrincipalAppRoleAssignedToCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaServicePrincipalAppRoleAssignedToCount -ServicePrincipalId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaServicePrincipalAppRoleAssignedToCount -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, Directory.ReadWrite.All, Directory.Read.All, Application.ReadWrite.All, | +| Delegated (work or school account) | Application.Read.All, Application.ReadWrite.All, Directory.Read.All, Directory.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | Application.Read.All, Directory.ReadWrite.All, Directory.Read.All, Application.ReadWrite.OwnedBy, Application.ReadWrite.All, | +| Application | Application.Read.All, Application.ReadWrite.All, Application.ReadWrite.OwnedBy, Directory.Read.All, Directory.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalAppRoleAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalAppRoleAssignment.md index 31c9db524c2c0..87458ddb882aa 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalAppRoleAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalAppRoleAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaserviceprincipalapproleassignment Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaServicePrincipalAppRoleAssignment --- @@ -29,7 +29,7 @@ Get-MgBetaServicePrincipalAppRoleAssignment -ServicePrincipalId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -39,7 +39,7 @@ Get-MgBetaServicePrincipalAppRoleAssignment -AppRoleAssignmentId -ServicePrincipalId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -49,7 +49,7 @@ Get-MgBetaServicePrincipalAppRoleAssignment -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalAppRoleAssignmentCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalAppRoleAssignmentCount.md index 59d6a54e56506..26c77865f28d9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalAppRoleAssignmentCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalAppRoleAssignmentCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaserviceprincipalapproleassignmentcount Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaServicePrincipalAppRoleAssignmentCount --- @@ -27,7 +27,7 @@ Get-MgBetaServicePrincipalAppRoleAssignmentCount -ServicePrincipalId -ConsistencyLevel [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaServicePrincipalAppRoleAssignmentCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-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) | Application.Read.All, Directory.ReadWrite.All, Directory.Read.All, Application.ReadWrite.All, | +| Delegated (work or school account) | Application.Read.All, Application.ReadWrite.All, Directory.Read.All, Directory.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | Application.Read.All, Directory.ReadWrite.All, Directory.Read.All, Application.ReadWrite.OwnedBy, Application.ReadWrite.All, | +| Application | Application.Read.All, Application.ReadWrite.All, Application.ReadWrite.OwnedBy, Directory.Read.All, Directory.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalByAppId.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalByAppId.md index 7f082de0e9e38..3549b9a00dc42 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalByAppId.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalByAppId.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaserviceprincipalbyappid Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaServicePrincipalByAppId --- @@ -27,7 +27,7 @@ This API can be used to get agentIdentityBlueprintPrincipal objects as well by t Get-MgBetaServicePrincipalByAppId -AppId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaServicePrincipalByAppId -AppId [-ExpandProperty ] Get-MgBetaServicePrincipalByAppId -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -53,9 +53,9 @@ This API can be used to get agentIdentityBlueprintPrincipal objects as well by t | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Application.Read.All, Directory.ReadWrite.All, Directory.Read.All, Application.ReadWrite.All, | +| Delegated (work or school account) | Application.Read.All, AgentIdentity.Read.All, AgentIdentityBlueprintPrincipal.Read.All, Application.ReadWrite.All, Directory.Read.All, Directory.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | Application.Read.All, Directory.Read.All, Application.ReadWrite.OwnedBy, Application.ReadWrite.All, | +| Application | Application.Read.All, AgentIdentity.Read.All, AgentIdentityBlueprintPrincipal.Read.All, Application.ReadWrite.All, Application.ReadWrite.OwnedBy, Directory.Read.All, | ## EXAMPLES ### Example 1: Retrieve a service principal by its appId and only specific properties diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalById.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalById.md index 1832f4e8ed0d9..d7e8c3434d97e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalById.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalById.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaserviceprincipalbyid Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaServicePrincipalById --- @@ -28,7 +28,7 @@ Get-MgBetaServicePrincipalById [-ResponseHeadersVariable ] [-AdditionalProperties ] [-Ids ] [-Types ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Get @@ -39,7 +39,6 @@ Get-MgBetaServicePrincipalById [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalClaimMappingPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalClaimMappingPolicy.md index 366647b564bb9..36d627452f148 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalClaimMappingPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalClaimMappingPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaserviceprincipalclaimmappingpolicy Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaServicePrincipalClaimMappingPolicy --- @@ -29,7 +29,6 @@ Get-MgBetaServicePrincipalClaimMappingPolicy -ServicePrincipalId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ## ALIASES @@ -45,9 +44,9 @@ List the claimsMappingPolicy objects that are assigned to a servicePrincipal. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Policy.ReadWrite.ApplicationConfiguration, Policy.Read.All, Application.ReadWrite.All, | +| Delegated (work or school account) | Application.ReadWrite.All, Policy.Read.All, Policy.ReadWrite.ApplicationConfiguration, | | Delegated (personal Microsoft account) | Not supported | -| Application | Policy.ReadWrite.ApplicationConfiguration, Policy.Read.All, Application.ReadWrite.OwnedBy, Application.ReadWrite.All, | +| Application | Application.ReadWrite.All, Application.ReadWrite.OwnedBy, Policy.Read.All, Policy.ReadWrite.ApplicationConfiguration, | ## EXAMPLES ### Example 1: Code snippet diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalClaimMappingPolicyByRef.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalClaimMappingPolicyByRef.md index 5c6a90c64de75..a5e0a83900777 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalClaimMappingPolicyByRef.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalClaimMappingPolicyByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaserviceprincipalclaimmappingpolicybyref Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaServicePrincipalClaimMappingPolicyByRef --- @@ -28,7 +28,7 @@ Get-MgBetaServicePrincipalClaimMappingPolicyByRef -ServicePrincipalId [ [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ## ALIASES @@ -44,9 +44,9 @@ List the claimsMappingPolicy objects that are assigned to a servicePrincipal. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Policy.ReadWrite.ApplicationConfiguration, Policy.Read.All, Application.ReadWrite.All, | +| Delegated (work or school account) | Application.ReadWrite.All, Policy.Read.All, Policy.ReadWrite.ApplicationConfiguration, | | Delegated (personal Microsoft account) | Not supported | -| Application | Policy.ReadWrite.ApplicationConfiguration, Policy.Read.All, Application.ReadWrite.OwnedBy, Application.ReadWrite.All, | +| Application | Application.ReadWrite.All, Application.ReadWrite.OwnedBy, Policy.Read.All, Policy.ReadWrite.ApplicationConfiguration, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalClaimMappingPolicyCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalClaimMappingPolicyCount.md index 2e92254e591d2..7b957ba159e70 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalClaimMappingPolicyCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalClaimMappingPolicyCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaserviceprincipalclaimmappingpolicycount Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaServicePrincipalClaimMappingPolicyCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaServicePrincipalClaimMappingPolicyCount -ServicePrincipalId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaServicePrincipalClaimMappingPolicyCount -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.ReadWrite.ApplicationConfiguration, Policy.Read.All, Application.ReadWrite.All, | +| Delegated (work or school account) | Application.ReadWrite.All, Policy.Read.All, Policy.ReadWrite.ApplicationConfiguration, | | Delegated (personal Microsoft account) | Not supported | -| Application | Policy.ReadWrite.ApplicationConfiguration, Policy.Read.All, Application.ReadWrite.OwnedBy, Application.ReadWrite.All, | +| Application | Application.ReadWrite.All, Application.ReadWrite.OwnedBy, Policy.Read.All, Policy.ReadWrite.ApplicationConfiguration, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalClaimPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalClaimPolicy.md index 8cb84552872f9..3533118be24b3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalClaimPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalClaimPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaserviceprincipalclaimpolicy Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaServicePrincipalClaimPolicy --- @@ -23,7 +23,7 @@ Get the properties and relationships of a customClaimsPolicy object. Get-MgBetaServicePrincipalClaimPolicy -ServicePrincipalId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -33,7 +33,7 @@ Get-MgBetaServicePrincipalClaimPolicy -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalCount.md index 94b25417ce198..9c6f2b9d65e62 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaserviceprincipalcount Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaServicePrincipalCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaServicePrincipalCount -ConsistencyLevel [-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) | Application.Read.All, Directory.ReadWrite.All, Directory.Read.All, Application.ReadWrite.All, | +| Delegated (work or school account) | Application.Read.All, AgentIdentity.Read.All, AgentIdentityBlueprintPrincipal.Read.All, Application.ReadWrite.All, Directory.Read.All, Directory.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | Application.Read.All, Directory.Read.All, Application.ReadWrite.OwnedBy, Application.ReadWrite.All, | +| Application | Application.Read.All, AgentIdentity.Read.All, AgentIdentityBlueprintPrincipal.Read.All, Application.ReadWrite.All, Application.ReadWrite.OwnedBy, Directory.Read.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalCreatedObject.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalCreatedObject.md index 0007c8b4f2113..4f4fb5ae08737 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalCreatedObject.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalCreatedObject.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaserviceprincipalcreatedobject Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaServicePrincipalCreatedObject --- @@ -30,7 +30,7 @@ Get-MgBetaServicePrincipalCreatedObject -ServicePrincipalId [-ExpandPro [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -40,7 +40,7 @@ Get-MgBetaServicePrincipalCreatedObject -DirectoryObjectId -ServicePrin [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -50,7 +50,7 @@ Get-MgBetaServicePrincipalCreatedObject -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalCreatedObjectAsServicePrincipal.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalCreatedObjectAsServicePrincipal.md index f814411b9f1d3..58c7fb31c8bbc 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalCreatedObjectAsServicePrincipal.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalCreatedObjectAsServicePrincipal.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaserviceprincipalcreatedobjectasserviceprincipal Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaServicePrincipalCreatedObjectAsServicePrincipal --- @@ -29,7 +29,6 @@ Get-MgBetaServicePrincipalCreatedObjectAsServicePrincipal -ServicePrincipalId ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -39,7 +38,7 @@ Get-MgBetaServicePrincipalCreatedObjectAsServicePrincipal -DirectoryObjectId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -49,7 +48,7 @@ Get-MgBetaServicePrincipalCreatedObjectAsServicePrincipal -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalCreatedObjectCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalCreatedObjectCount.md index b590f5801855b..5237579226627 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalCreatedObjectCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalCreatedObjectCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaserviceprincipalcreatedobjectcount Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaServicePrincipalCreatedObjectCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaServicePrincipalCreatedObjectCount -ServicePrincipalId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaServicePrincipalCreatedObjectCount -ServicePrincipalId [-Filt Get-MgBetaServicePrincipalCreatedObjectCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -51,9 +51,9 @@ Get the number of the resource | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Application.Read.All, Directory.ReadWrite.All, Directory.Read.All, Application.ReadWrite.All, | +| Delegated (work or school account) | Application.Read.All, Application.ReadWrite.All, Directory.Read.All, Directory.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | Application.Read.All, Directory.ReadWrite.All, Directory.Read.All, Application.ReadWrite.OwnedBy, Application.ReadWrite.All, | +| Application | Application.Read.All, Application.ReadWrite.All, Application.ReadWrite.OwnedBy, Directory.Read.All, Directory.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalCreatedObjectCountAsServicePrincipal.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalCreatedObjectCountAsServicePrincipal.md index 8118b0ed71bec..511d0edeb525e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalCreatedObjectCountAsServicePrincipal.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalCreatedObjectCountAsServicePrincipal.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaserviceprincipalcreatedobjectcountasserviceprincipal Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaServicePrincipalCreatedObjectCountAsServicePrincipal --- @@ -27,7 +27,7 @@ Get-MgBetaServicePrincipalCreatedObjectCountAsServicePrincipal -ServicePrincipal [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaServicePrincipalCreatedObjectCountAsServicePrincipal -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalDelegatedPermissionClassification.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalDelegatedPermissionClassification.md index d47e39ac51cb5..8ccff429549ae 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalDelegatedPermissionClassification.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalDelegatedPermissionClassification.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaserviceprincipaldelegatedpermissionclassification Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaServicePrincipalDelegatedPermissionClassification --- @@ -30,7 +30,6 @@ Get-MgBetaServicePrincipalDelegatedPermissionClassification -ServicePrincipalId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -41,7 +40,7 @@ Get-MgBetaServicePrincipalDelegatedPermissionClassification [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -51,7 +50,7 @@ Get-MgBetaServicePrincipalDelegatedPermissionClassification -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalDelegatedPermissionClassificationCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalDelegatedPermissionClassificationCount.md index e1aca4caf473e..70a5341900608 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalDelegatedPermissionClassificationCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalDelegatedPermissionClassificationCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaserviceprincipaldelegatedpermissionclassificationcount Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaServicePrincipalDelegatedPermissionClassificationCount --- @@ -27,7 +27,7 @@ Get-MgBetaServicePrincipalDelegatedPermissionClassificationCount -ServicePrincip [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaServicePrincipalDelegatedPermissionClassificationCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -55,7 +55,7 @@ Get the number of the resource | --------------- | ------------------------------------------ | | Delegated (work or school account) | Application.Read.All, Directory.Read.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | Application.Read.All, Directory.Read.All, Application.ReadWrite.OwnedBy, | +| Application | Application.Read.All, Application.ReadWrite.OwnedBy, Directory.Read.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalDelta.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalDelta.md index f9d7288d5579b..469958f2eff53 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalDelta.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalDelta.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaserviceprincipaldelta Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaServicePrincipalDelta --- @@ -13,7 +13,7 @@ title: Get-MgBetaServicePrincipalDelta ## SYNOPSIS -Get newly created, updated, or deleted directory objects without performing a full read of the entire directoryObject collection. +Get newly created, updated, or deleted service principals, agent identities, and agent identity blueprints without having to perform a full read of the entire resource collection. For more information, see Use delta query to track changes in Microsoft Graph data for details. > [!NOTE] @@ -29,7 +29,7 @@ Get-MgBetaServicePrincipalDelta [-ExpandProperty ] [-Filter ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ## ALIASES @@ -39,16 +39,16 @@ This cmdlet has the following aliases, ## DESCRIPTION -Get newly created, updated, or deleted directory objects without performing a full read of the entire directoryObject collection. +Get newly created, updated, or deleted service principals, agent identities, and agent identity blueprints without having to perform a full read of the entire resource collection. For more information, see Use delta query to track changes in Microsoft Graph data for details. **Permissions** | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Directory.Read.All, Directory.ReadWrite.All, Application.ReadWrite.All, Application.Read.All, | +| Delegated (work or school account) | Directory.Read.All, Application.Read.All, Application.ReadWrite.All, Directory.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | Application.ReadWrite.OwnedBy, Directory.ReadWrite.All, Directory.Read.All, Application.ReadWrite.All, Application.Read.All, | +| Application | Application.ReadWrite.OwnedBy, Application.Read.All, Application.ReadWrite.All, Directory.Read.All, Directory.ReadWrite.All, | ## EXAMPLES ### Example 1: Code snippet @@ -465,7 +465,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphDirectoryObject +### Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphServicePrincipal {{ Fill in the Description }} @@ -474,7 +474,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## RELATED LINKS - [Get-MgBetaServicePrincipalDelta](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaserviceprincipaldelta) -- [Graph API Reference](https://learn.microsoft.com/graph/api/directoryobject-delta?view=graph-rest-beta) +- [Graph API Reference](https://learn.microsoft.com/graph/api/serviceprincipal-delta?view=graph-rest-beta) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalEndpoint.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalEndpoint.md index c4040c558bf7c..dfdf5c95c3e7c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalEndpoint.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalEndpoint.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaserviceprincipalendpoint Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaServicePrincipalEndpoint --- @@ -29,7 +29,7 @@ Get-MgBetaServicePrincipalEndpoint -ServicePrincipalId [-ExpandProperty [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -39,7 +39,7 @@ Get-MgBetaServicePrincipalEndpoint -EndpointId -ServicePrincipalId ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +48,7 @@ Get-MgBetaServicePrincipalEndpoint -EndpointId -ServicePrincipalId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalEndpointCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalEndpointCount.md index 3e2f160a62b07..bef359ac31fd0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalEndpointCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalEndpointCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaserviceprincipalendpointcount Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaServicePrincipalEndpointCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaServicePrincipalEndpointCount -ServicePrincipalId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaServicePrincipalEndpointCount -ServicePrincipalId [-Filter [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalHomeRealmDiscoveryPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalHomeRealmDiscoveryPolicy.md index df951c229bec4..8d0425f023018 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalHomeRealmDiscoveryPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalHomeRealmDiscoveryPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaserviceprincipalhomerealmdiscoverypolicy Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaServicePrincipalHomeRealmDiscoveryPolicy --- @@ -29,7 +29,6 @@ Get-MgBetaServicePrincipalHomeRealmDiscoveryPolicy -ServicePrincipalId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ## ALIASES @@ -45,9 +44,9 @@ List the homeRealmDiscoveryPolicy objects that are assigned to a servicePrincipa | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Policy.ReadWrite.ApplicationConfiguration, Policy.Read.All, Application.ReadWrite.All, | +| Delegated (work or school account) | Application.ReadWrite.All, Policy.Read.All, Policy.ReadWrite.ApplicationConfiguration, | | Delegated (personal Microsoft account) | Not supported | -| Application | Policy.ReadWrite.ApplicationConfiguration, Policy.Read.All, Application.ReadWrite.OwnedBy, Application.ReadWrite.All, | +| Application | Application.ReadWrite.All, Application.ReadWrite.OwnedBy, Policy.Read.All, Policy.ReadWrite.ApplicationConfiguration, | ## EXAMPLES ### Example 1: Code snippet diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalHomeRealmDiscoveryPolicyByRef.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalHomeRealmDiscoveryPolicyByRef.md index d179227a3e880..28090b8140635 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalHomeRealmDiscoveryPolicyByRef.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalHomeRealmDiscoveryPolicyByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaserviceprincipalhomerealmdiscoverypolicybyref Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaServicePrincipalHomeRealmDiscoveryPolicyByRef --- @@ -28,7 +28,7 @@ Get-MgBetaServicePrincipalHomeRealmDiscoveryPolicyByRef -ServicePrincipalId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ## ALIASES @@ -44,9 +44,9 @@ List the homeRealmDiscoveryPolicy objects that are assigned to a servicePrincipa | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Policy.ReadWrite.ApplicationConfiguration, Policy.Read.All, Application.ReadWrite.All, | +| Delegated (work or school account) | Application.ReadWrite.All, Policy.Read.All, Policy.ReadWrite.ApplicationConfiguration, | | Delegated (personal Microsoft account) | Not supported | -| Application | Policy.ReadWrite.ApplicationConfiguration, Policy.Read.All, Application.ReadWrite.OwnedBy, Application.ReadWrite.All, | +| Application | Application.ReadWrite.All, Application.ReadWrite.OwnedBy, Policy.Read.All, Policy.ReadWrite.ApplicationConfiguration, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalHomeRealmDiscoveryPolicyCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalHomeRealmDiscoveryPolicyCount.md index 9f818399bf488..975d95f6b0f63 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalHomeRealmDiscoveryPolicyCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalHomeRealmDiscoveryPolicyCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaserviceprincipalhomerealmdiscoverypolicycount Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaServicePrincipalHomeRealmDiscoveryPolicyCount --- @@ -27,7 +27,7 @@ Get-MgBetaServicePrincipalHomeRealmDiscoveryPolicyCount -ServicePrincipalId ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaServicePrincipalHomeRealmDiscoveryPolicyCount -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.ReadWrite.ApplicationConfiguration, Policy.Read.All, Application.ReadWrite.All, | +| Delegated (work or school account) | Application.ReadWrite.All, Policy.Read.All, Policy.ReadWrite.ApplicationConfiguration, | | Delegated (personal Microsoft account) | Not supported | -| Application | Policy.ReadWrite.ApplicationConfiguration, Policy.Read.All, Application.ReadWrite.OwnedBy, Application.ReadWrite.All, | +| Application | Application.ReadWrite.All, Application.ReadWrite.OwnedBy, Policy.Read.All, Policy.ReadWrite.ApplicationConfiguration, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalLicenseDetail.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalLicenseDetail.md index 81d61944e31a6..ee0dcfc0716d7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalLicenseDetail.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalLicenseDetail.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaserviceprincipallicensedetail Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaServicePrincipalLicenseDetail --- @@ -25,7 +25,7 @@ Get-MgBetaServicePrincipalLicenseDetail -ServicePrincipalId [-ExpandPro [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaServicePrincipalLicenseDetail -LicenseDetailsId -ServicePrinc [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -45,7 +45,7 @@ Get-MgBetaServicePrincipalLicenseDetail -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalLicenseDetailCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalLicenseDetailCount.md index 11684300eba29..6c94992bbafad 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalLicenseDetailCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalLicenseDetailCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaserviceprincipallicensedetailcount Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaServicePrincipalLicenseDetailCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaServicePrincipalLicenseDetailCount -ServicePrincipalId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -32,7 +32,7 @@ Get-MgBetaServicePrincipalLicenseDetailCount -ServicePrincipalId [-Filt Get-MgBetaServicePrincipalLicenseDetailCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalLicenseDetailTeamLicensingDetail.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalLicenseDetailTeamLicensingDetail.md index 73026b62d666b..dd7baf21ab54c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalLicenseDetailTeamLicensingDetail.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalLicenseDetailTeamLicensingDetail.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaserviceprincipallicensedetailteamlicensingdetail Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaServicePrincipalLicenseDetailTeamLicensingDetail --- @@ -23,7 +23,7 @@ Get the license status of a user in Microsoft Teams. Get-MgBetaServicePrincipalLicenseDetailTeamLicensingDetail -ServicePrincipalId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -32,7 +32,7 @@ Get-MgBetaServicePrincipalLicenseDetailTeamLicensingDetail -ServicePrincipalId < Get-MgBetaServicePrincipalLicenseDetailTeamLicensingDetail -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalMemberGroup.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalMemberGroup.md index d0c481b855297..74e6cfa559f08 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalMemberGroup.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalMemberGroup.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaserviceprincipalmembergroup Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaServicePrincipalMemberGroup --- @@ -31,7 +31,7 @@ Get-MgBetaServicePrincipalMemberGroup -ServicePrincipalId [-ResponseHeadersVariable ] [-AdditionalProperties ] [-SecurityEnabledOnly] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Get @@ -42,7 +42,6 @@ Get-MgBetaServicePrincipalMemberGroup -ServicePrincipalId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### GetViaIdentityExpanded @@ -52,7 +51,7 @@ Get-MgBetaServicePrincipalMemberGroup -InputObject [-ResponseHeadersVariable ] [-AdditionalProperties ] [-SecurityEnabledOnly] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### GetViaIdentity @@ -63,7 +62,6 @@ Get-MgBetaServicePrincipalMemberGroup -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -83,9 +81,9 @@ If you get the DirectoryResultSizeLimitExceeded error code, use the List group t | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Application.Read.All, User.Read.All, Group.ReadWrite.All, GroupMember.Read.All, Application.ReadWrite.All, Device.Read.All, Directory.Read.All, Directory.ReadWrite.All, Group.Read.All, | +| Delegated (work or school account) | Application.Read.All, Application.ReadWrite.All, Device.Read.All, Directory.Read.All, Directory.ReadWrite.All, Group.Read.All, Group.ReadWrite.All, GroupMember.Read.All, User.Read.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | Application.Read.All, Application.ReadWrite.All, GroupMember.Read.All, Group.ReadWrite.All, Group.Read.All, Directory.ReadWrite.All, User.Read.All, Device.ReadWrite.All, Device.Read.All, Directory.Read.All, | +| Application | Application.Read.All, Application.ReadWrite.All, Device.Read.All, Device.ReadWrite.All, Directory.Read.All, Directory.ReadWrite.All, Group.Read.All, Group.ReadWrite.All, GroupMember.Read.All, User.Read.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalMemberObject.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalMemberObject.md index f110f9107a4e2..bd653a36b4d3d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalMemberObject.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalMemberObject.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaserviceprincipalmemberobject Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaServicePrincipalMemberObject --- @@ -27,7 +27,7 @@ Get-MgBetaServicePrincipalMemberObject -ServicePrincipalId [-ResponseHeadersVariable ] [-AdditionalProperties ] [-SecurityEnabledOnly] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Get @@ -38,7 +38,6 @@ Get-MgBetaServicePrincipalMemberObject -ServicePrincipalId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### GetViaIdentityExpanded @@ -48,7 +47,7 @@ Get-MgBetaServicePrincipalMemberObject -InputObject [-ResponseHeadersVariable ] [-AdditionalProperties ] [-SecurityEnabledOnly] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### GetViaIdentity @@ -59,7 +58,6 @@ Get-MgBetaServicePrincipalMemberObject -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -75,9 +73,9 @@ Invoke action getMemberObjects | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Application.Read.All, User.ReadWrite.All, User.Read, User.Read.All, Application.ReadWrite.All, Device.Read.All, Directory.Read.All, Directory.ReadWrite.All, Group.Read.All, Group.ReadWrite.All, GroupMember.Read.All, | +| Delegated (work or school account) | Application.Read.All, AgentIdUser.ReadWrite.All, AgentIdUser.ReadWrite.IdentityParentedBy, Application.ReadWrite.All, Device.Read.All, Directory.Read.All, Directory.ReadWrite.All, Group.Read.All, Group.ReadWrite.All, GroupMember.Read.All, User.Read, User.Read.All, User.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | Application.Read.All, Application.ReadWrite.All, User.Read.All, GroupMember.Read.All, Group.ReadWrite.All, Group.Read.All, User.ReadWrite.All, Directory.Read.All, Device.ReadWrite.All, Device.Read.All, Directory.ReadWrite.All, | +| Application | Application.Read.All, AgentIdUser.ReadWrite.All, AgentIdUser.ReadWrite.IdentityParentedBy, Application.ReadWrite.All, Device.Read.All, Device.ReadWrite.All, Directory.Read.All, Directory.ReadWrite.All, Group.Read.All, Group.ReadWrite.All, GroupMember.Read.All, User.Read.All, User.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalMemberOf.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalMemberOf.md index 039b97884d55c..5f3f3fce30242 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalMemberOf.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalMemberOf.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaserviceprincipalmemberof Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaServicePrincipalMemberOf --- @@ -32,7 +32,6 @@ Get-MgBetaServicePrincipalMemberOf -ServicePrincipalId [-ExpandProperty [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -42,7 +41,7 @@ Get-MgBetaServicePrincipalMemberOf -DirectoryObjectId -ServicePrincipal [-ExpandProperty ] [-Property ] [-ConsistencyLevel ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -52,7 +51,7 @@ Get-MgBetaServicePrincipalMemberOf -InputObject [-Expand [-Property ] [-ConsistencyLevel ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalMemberOfAsAdministrativeUnit.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalMemberOfAsAdministrativeUnit.md index 7c7f634a8ffa1..ba447da114990 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalMemberOfAsAdministrativeUnit.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalMemberOfAsAdministrativeUnit.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaserviceprincipalmemberofasadministrativeunit Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaServicePrincipalMemberOfAsAdministrativeUnit --- @@ -29,7 +29,7 @@ Get-MgBetaServicePrincipalMemberOfAsAdministrativeUnit -ServicePrincipalId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -39,7 +39,7 @@ Get-MgBetaServicePrincipalMemberOfAsAdministrativeUnit -DirectoryObjectId [-ExpandProperty ] [-Property ] [-ConsistencyLevel ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -49,7 +49,7 @@ Get-MgBetaServicePrincipalMemberOfAsAdministrativeUnit -InputObject ] [-Property ] [-ConsistencyLevel ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalMemberOfAsDirectoryRole.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalMemberOfAsDirectoryRole.md index 617c8172fa072..9ec1ffff06857 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalMemberOfAsDirectoryRole.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalMemberOfAsDirectoryRole.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaserviceprincipalmemberofasdirectoryrole Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaServicePrincipalMemberOfAsDirectoryRole --- @@ -29,7 +29,7 @@ Get-MgBetaServicePrincipalMemberOfAsDirectoryRole -ServicePrincipalId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -39,7 +39,7 @@ Get-MgBetaServicePrincipalMemberOfAsDirectoryRole -DirectoryObjectId -ServicePrincipalId [-ExpandProperty ] [-Property ] [-ConsistencyLevel ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -49,7 +49,7 @@ Get-MgBetaServicePrincipalMemberOfAsDirectoryRole -InputObject ] [-Property ] [-ConsistencyLevel ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalMemberOfAsGroup.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalMemberOfAsGroup.md index 6cbd41e6e7296..ca109a0106d31 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalMemberOfAsGroup.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalMemberOfAsGroup.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaserviceprincipalmemberofasgroup Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaServicePrincipalMemberOfAsGroup --- @@ -29,7 +29,6 @@ Get-MgBetaServicePrincipalMemberOfAsGroup -ServicePrincipalId [-ExpandP [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -39,7 +38,7 @@ Get-MgBetaServicePrincipalMemberOfAsGroup -DirectoryObjectId -ServicePr [-ExpandProperty ] [-Property ] [-ConsistencyLevel ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -49,7 +48,7 @@ Get-MgBetaServicePrincipalMemberOfAsGroup -InputObject [-ExpandProperty ] [-Property ] [-ConsistencyLevel ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalMemberOfCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalMemberOfCount.md index eb24ab8dd03cf..c465bd25953eb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalMemberOfCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalMemberOfCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaserviceprincipalmemberofcount Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaServicePrincipalMemberOfCount --- @@ -27,7 +27,7 @@ Get-MgBetaServicePrincipalMemberOfCount -ServicePrincipalId -Consistenc [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaServicePrincipalMemberOfCount -InputObject -ConsistencyLevel [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-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) | Application.Read.All, Directory.ReadWrite.All, Directory.Read.All, Application.ReadWrite.All, | +| Delegated (work or school account) | Application.Read.All, Application.ReadWrite.All, Directory.Read.All, Directory.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | Application.Read.All, Directory.ReadWrite.All, Directory.Read.All, Application.ReadWrite.OwnedBy, Application.ReadWrite.All, | +| Application | Application.Read.All, Application.ReadWrite.All, Application.ReadWrite.OwnedBy, Directory.Read.All, Directory.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalMemberOfCountAsAdministrativeUnit.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalMemberOfCountAsAdministrativeUnit.md index 4a0777cf92e40..c127574c01cb1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalMemberOfCountAsAdministrativeUnit.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalMemberOfCountAsAdministrativeUnit.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaserviceprincipalmemberofcountasadministrativeunit Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaServicePrincipalMemberOfCountAsAdministrativeUnit --- @@ -27,7 +27,7 @@ Get-MgBetaServicePrincipalMemberOfCountAsAdministrativeUnit -ServicePrincipalId -ConsistencyLevel [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaServicePrincipalMemberOfCountAsAdministrativeUnit -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalMemberOfCountAsDirectoryRole.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalMemberOfCountAsDirectoryRole.md index 43fe889647555..477ca26ac6110 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalMemberOfCountAsDirectoryRole.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalMemberOfCountAsDirectoryRole.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaserviceprincipalmemberofcountasdirectoryrole Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaServicePrincipalMemberOfCountAsDirectoryRole --- @@ -27,7 +27,7 @@ Get-MgBetaServicePrincipalMemberOfCountAsDirectoryRole -ServicePrincipalId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaServicePrincipalMemberOfCountAsDirectoryRole -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalMemberOfCountAsGroup.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalMemberOfCountAsGroup.md index 04065d665503a..3355e3fade287 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalMemberOfCountAsGroup.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalMemberOfCountAsGroup.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaserviceprincipalmemberofcountasgroup Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaServicePrincipalMemberOfCountAsGroup --- @@ -27,7 +27,7 @@ Get-MgBetaServicePrincipalMemberOfCountAsGroup -ServicePrincipalId -ConsistencyLevel [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaServicePrincipalMemberOfCountAsGroup -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalOauth2PermissionGrant.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalOauth2PermissionGrant.md index 3b8c7904ee764..74f9c65a2e375 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalOauth2PermissionGrant.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalOauth2PermissionGrant.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaserviceprincipaloauth2permissiongrant Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaServicePrincipalOauth2PermissionGrant --- @@ -31,7 +31,6 @@ Get-MgBetaServicePrincipalOauth2PermissionGrant -ServicePrincipalId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -41,7 +40,7 @@ Get-MgBetaServicePrincipalOauth2PermissionGrant -OAuth2PermissionGrantId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -51,7 +50,7 @@ Get-MgBetaServicePrincipalOauth2PermissionGrant -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalOauth2PermissionGrantCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalOauth2PermissionGrantCount.md index 4d47fa65387c2..444f421f2f02f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalOauth2PermissionGrantCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalOauth2PermissionGrantCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaserviceprincipaloauth2permissiongrantcount Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaServicePrincipalOauth2PermissionGrantCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaServicePrincipalOauth2PermissionGrantCount -ServicePrincipalId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaServicePrincipalOauth2PermissionGrantCount -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) | 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.Applications/Get-MgBetaServicePrincipalOwnedObject.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalOwnedObject.md index fbdc8b7861185..e39562a5d887f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalOwnedObject.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalOwnedObject.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaserviceprincipalownedobject Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaServicePrincipalOwnedObject --- @@ -31,7 +31,7 @@ Get-MgBetaServicePrincipalOwnedObject -ServicePrincipalId [-ExpandPrope [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -41,7 +41,7 @@ Get-MgBetaServicePrincipalOwnedObject -DirectoryObjectId -ServicePrinci [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -51,7 +51,7 @@ Get-MgBetaServicePrincipalOwnedObject -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalOwnedObjectAsAppRoleAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalOwnedObjectAsAppRoleAssignment.md index a29a2c6f4bdd8..f8321e4b6c3fe 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalOwnedObjectAsAppRoleAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalOwnedObjectAsAppRoleAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaserviceprincipalownedobjectasapproleassignment Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaServicePrincipalOwnedObjectAsAppRoleAssignment --- @@ -29,7 +29,6 @@ Get-MgBetaServicePrincipalOwnedObjectAsAppRoleAssignment -ServicePrincipalId ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -39,7 +38,7 @@ Get-MgBetaServicePrincipalOwnedObjectAsAppRoleAssignment -DirectoryObjectId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -49,7 +48,7 @@ Get-MgBetaServicePrincipalOwnedObjectAsAppRoleAssignment -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalOwnedObjectAsApplication.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalOwnedObjectAsApplication.md index b986e656fb479..d1dfd8b1fd6cb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalOwnedObjectAsApplication.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalOwnedObjectAsApplication.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaserviceprincipalownedobjectasapplication Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaServicePrincipalOwnedObjectAsApplication --- @@ -29,7 +29,6 @@ Get-MgBetaServicePrincipalOwnedObjectAsApplication -ServicePrincipalId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -39,7 +38,7 @@ Get-MgBetaServicePrincipalOwnedObjectAsApplication -DirectoryObjectId -ServicePrincipalId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -49,7 +48,7 @@ Get-MgBetaServicePrincipalOwnedObjectAsApplication -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalOwnedObjectAsEndpoint.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalOwnedObjectAsEndpoint.md index e8c40b42bf9b8..3fc3561b82d1c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalOwnedObjectAsEndpoint.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalOwnedObjectAsEndpoint.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaserviceprincipalownedobjectasendpoint Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaServicePrincipalOwnedObjectAsEndpoint --- @@ -29,7 +29,6 @@ Get-MgBetaServicePrincipalOwnedObjectAsEndpoint -ServicePrincipalId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -39,7 +38,7 @@ Get-MgBetaServicePrincipalOwnedObjectAsEndpoint -DirectoryObjectId -ServicePrincipalId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -49,7 +48,7 @@ Get-MgBetaServicePrincipalOwnedObjectAsEndpoint -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalOwnedObjectAsGroup.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalOwnedObjectAsGroup.md index 437086f340883..9e5276e6ee873 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalOwnedObjectAsGroup.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalOwnedObjectAsGroup.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaserviceprincipalownedobjectasgroup Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaServicePrincipalOwnedObjectAsGroup --- @@ -29,7 +29,6 @@ Get-MgBetaServicePrincipalOwnedObjectAsGroup -ServicePrincipalId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -39,7 +38,7 @@ Get-MgBetaServicePrincipalOwnedObjectAsGroup -DirectoryObjectId -ServicePrincipalId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -49,7 +48,7 @@ Get-MgBetaServicePrincipalOwnedObjectAsGroup -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalOwnedObjectAsServicePrincipal.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalOwnedObjectAsServicePrincipal.md index 99e4124e95aeb..f7fdeab1acabe 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalOwnedObjectAsServicePrincipal.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalOwnedObjectAsServicePrincipal.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaserviceprincipalownedobjectasserviceprincipal Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaServicePrincipalOwnedObjectAsServicePrincipal --- @@ -29,7 +29,6 @@ Get-MgBetaServicePrincipalOwnedObjectAsServicePrincipal -ServicePrincipalId ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -39,7 +38,7 @@ Get-MgBetaServicePrincipalOwnedObjectAsServicePrincipal -DirectoryObjectId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -49,7 +48,7 @@ Get-MgBetaServicePrincipalOwnedObjectAsServicePrincipal -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalOwnedObjectCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalOwnedObjectCount.md index 4888471c8094c..c5b5e64692d96 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalOwnedObjectCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalOwnedObjectCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaserviceprincipalownedobjectcount Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaServicePrincipalOwnedObjectCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaServicePrincipalOwnedObjectCount -ServicePrincipalId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaServicePrincipalOwnedObjectCount -ServicePrincipalId [-Filter Get-MgBetaServicePrincipalOwnedObjectCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -51,9 +51,9 @@ Get the number of the resource | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Application.Read.All, Directory.ReadWrite.All, Directory.Read.All, Application.ReadWrite.All, | +| Delegated (work or school account) | Application.Read.All, Application.ReadWrite.All, Directory.Read.All, Directory.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | Application.Read.All, Directory.ReadWrite.All, Directory.Read.All, Application.ReadWrite.OwnedBy, Application.ReadWrite.All, | +| Application | Application.Read.All, Application.ReadWrite.All, Application.ReadWrite.OwnedBy, Directory.Read.All, Directory.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalOwnedObjectCountAsAppRoleAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalOwnedObjectCountAsAppRoleAssignment.md index 1a7c231ab740e..9990269fc1171 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalOwnedObjectCountAsAppRoleAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalOwnedObjectCountAsAppRoleAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaserviceprincipalownedobjectcountasapproleassignment Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaServicePrincipalOwnedObjectCountAsAppRoleAssignment --- @@ -27,7 +27,7 @@ Get-MgBetaServicePrincipalOwnedObjectCountAsAppRoleAssignment -ServicePrincipalI [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaServicePrincipalOwnedObjectCountAsAppRoleAssignment -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalOwnedObjectCountAsApplication.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalOwnedObjectCountAsApplication.md index 0ebfe19abcb2d..451d0dfcee283 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalOwnedObjectCountAsApplication.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalOwnedObjectCountAsApplication.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaserviceprincipalownedobjectcountasapplication Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaServicePrincipalOwnedObjectCountAsApplication --- @@ -27,7 +27,7 @@ Get-MgBetaServicePrincipalOwnedObjectCountAsApplication -ServicePrincipalId ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaServicePrincipalOwnedObjectCountAsApplication -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalOwnedObjectCountAsEndpoint.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalOwnedObjectCountAsEndpoint.md index 590dc99d5e05e..3212aee05677b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalOwnedObjectCountAsEndpoint.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalOwnedObjectCountAsEndpoint.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaserviceprincipalownedobjectcountasendpoint Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaServicePrincipalOwnedObjectCountAsEndpoint --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaServicePrincipalOwnedObjectCountAsEndpoint -ServicePrincipalId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaServicePrincipalOwnedObjectCountAsEndpoint -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalOwnedObjectCountAsGroup.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalOwnedObjectCountAsGroup.md index ccd6e224e9f6c..8061e31f42c4f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalOwnedObjectCountAsGroup.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalOwnedObjectCountAsGroup.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaserviceprincipalownedobjectcountasgroup Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaServicePrincipalOwnedObjectCountAsGroup --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaServicePrincipalOwnedObjectCountAsGroup -ServicePrincipalId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaServicePrincipalOwnedObjectCountAsGroup -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalOwnedObjectCountAsServicePrincipal.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalOwnedObjectCountAsServicePrincipal.md index 9e4ad3452c8e4..c671604027e85 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalOwnedObjectCountAsServicePrincipal.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalOwnedObjectCountAsServicePrincipal.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaserviceprincipalownedobjectcountasserviceprincipal Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaServicePrincipalOwnedObjectCountAsServicePrincipal --- @@ -27,7 +27,7 @@ Get-MgBetaServicePrincipalOwnedObjectCountAsServicePrincipal -ServicePrincipalId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaServicePrincipalOwnedObjectCountAsServicePrincipal -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalOwner.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalOwner.md index d9413ffa35bd2..03149c28cd585 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalOwner.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalOwner.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaserviceprincipalowner Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaServicePrincipalOwner --- @@ -31,7 +31,6 @@ Get-MgBetaServicePrincipalOwner -ServicePrincipalId [-ExpandProperty ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ## ALIASES @@ -49,9 +48,9 @@ Supports $expand and $filter (/$count eq 0, /$count ne 0, /$count eq 1, /$count | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Application.Read.All, Directory.ReadWrite.All, Directory.Read.All, Application.ReadWrite.All, | +| Delegated (work or school account) | Application.Read.All, Application.ReadWrite.All, Directory.Read.All, Directory.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | Application.Read.All, Directory.ReadWrite.All, Directory.Read.All, Application.ReadWrite.OwnedBy, Application.ReadWrite.All, | +| Application | Application.Read.All, Application.ReadWrite.All, Application.ReadWrite.OwnedBy, Directory.Read.All, Directory.ReadWrite.All, | ## EXAMPLES ### Example 1: List the owners of a service principal diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalOwnerAsAppRoleAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalOwnerAsAppRoleAssignment.md index 41bc599891dad..467d1987b4047 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalOwnerAsAppRoleAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalOwnerAsAppRoleAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaserviceprincipalownerasapproleassignment Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaServicePrincipalOwnerAsAppRoleAssignment --- @@ -29,7 +29,7 @@ Get-MgBetaServicePrincipalOwnerAsAppRoleAssignment -ServicePrincipalId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -39,7 +39,7 @@ Get-MgBetaServicePrincipalOwnerAsAppRoleAssignment -DirectoryObjectId -ServicePrincipalId [-ExpandProperty ] [-Property ] [-ConsistencyLevel ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -49,7 +49,7 @@ Get-MgBetaServicePrincipalOwnerAsAppRoleAssignment -InputObject ] [-Property ] [-ConsistencyLevel ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalOwnerAsEndpoint.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalOwnerAsEndpoint.md index d190ee6b7e63c..561985683db72 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalOwnerAsEndpoint.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalOwnerAsEndpoint.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaserviceprincipalownerasendpoint Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaServicePrincipalOwnerAsEndpoint --- @@ -29,7 +29,6 @@ Get-MgBetaServicePrincipalOwnerAsEndpoint -ServicePrincipalId [-ExpandP [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -39,7 +38,7 @@ Get-MgBetaServicePrincipalOwnerAsEndpoint -DirectoryObjectId -ServicePr [-ExpandProperty ] [-Property ] [-ConsistencyLevel ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -49,7 +48,7 @@ Get-MgBetaServicePrincipalOwnerAsEndpoint -InputObject [-ExpandProperty ] [-Property ] [-ConsistencyLevel ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalOwnerAsServicePrincipal.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalOwnerAsServicePrincipal.md index 0552b2f6b0c64..df84d1633e6de 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalOwnerAsServicePrincipal.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalOwnerAsServicePrincipal.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaserviceprincipalownerasserviceprincipal Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaServicePrincipalOwnerAsServicePrincipal --- @@ -29,7 +29,7 @@ Get-MgBetaServicePrincipalOwnerAsServicePrincipal -ServicePrincipalId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -39,7 +39,7 @@ Get-MgBetaServicePrincipalOwnerAsServicePrincipal -DirectoryObjectId -ServicePrincipalId [-ExpandProperty ] [-Property ] [-ConsistencyLevel ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -49,7 +49,7 @@ Get-MgBetaServicePrincipalOwnerAsServicePrincipal -InputObject ] [-Property ] [-ConsistencyLevel ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalOwnerAsUser.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalOwnerAsUser.md index d7e81dc0323d8..15f7fce4f3d05 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalOwnerAsUser.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalOwnerAsUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaserviceprincipalownerasuser Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaServicePrincipalOwnerAsUser --- @@ -29,7 +29,6 @@ Get-MgBetaServicePrincipalOwnerAsUser -ServicePrincipalId [-ExpandPrope [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -39,7 +38,7 @@ Get-MgBetaServicePrincipalOwnerAsUser -DirectoryObjectId -ServicePrinci [-ExpandProperty ] [-Property ] [-ConsistencyLevel ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -49,7 +48,7 @@ Get-MgBetaServicePrincipalOwnerAsUser -InputObject [-ExpandProperty ] [-Property ] [-ConsistencyLevel ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalOwnerByRef.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalOwnerByRef.md index 14bdea6be3881..f418ec03fb9ab 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalOwnerByRef.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalOwnerByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaserviceprincipalownerbyref Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaServicePrincipalOwnerByRef --- @@ -30,7 +30,7 @@ Get-MgBetaServicePrincipalOwnerByRef -ServicePrincipalId [-Filter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ## ALIASES @@ -48,9 +48,9 @@ Supports $expand and $filter (/$count eq 0, /$count ne 0, /$count eq 1, /$count | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Application.Read.All, Directory.ReadWrite.All, Directory.Read.All, Application.ReadWrite.All, | +| Delegated (work or school account) | Application.Read.All, Application.ReadWrite.All, Directory.Read.All, Directory.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | Application.Read.All, Directory.ReadWrite.All, Directory.Read.All, Application.ReadWrite.OwnedBy, Application.ReadWrite.All, | +| Application | Application.Read.All, Application.ReadWrite.All, Application.ReadWrite.OwnedBy, Directory.Read.All, Directory.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalOwnerCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalOwnerCount.md index fb0e03054fbdc..277fe5df099dc 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalOwnerCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalOwnerCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaserviceprincipalownercount Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaServicePrincipalOwnerCount --- @@ -27,7 +27,7 @@ Get-MgBetaServicePrincipalOwnerCount -ServicePrincipalId -ConsistencyLe [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaServicePrincipalOwnerCount -InputObject -Consi [-Filter ] [-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) | Application.Read.All, Directory.ReadWrite.All, Directory.Read.All, Application.ReadWrite.All, | +| Delegated (work or school account) | Application.Read.All, Application.ReadWrite.All, Directory.Read.All, Directory.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | Application.Read.All, Directory.ReadWrite.All, Directory.Read.All, Application.ReadWrite.OwnedBy, Application.ReadWrite.All, | +| Application | Application.Read.All, Application.ReadWrite.All, Application.ReadWrite.OwnedBy, Directory.Read.All, Directory.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalOwnerCountAsAppRoleAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalOwnerCountAsAppRoleAssignment.md index 32a2bea7ed3a4..122153cb5d45a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalOwnerCountAsAppRoleAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalOwnerCountAsAppRoleAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaserviceprincipalownercountasapproleassignment Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaServicePrincipalOwnerCountAsAppRoleAssignment --- @@ -27,7 +27,7 @@ Get-MgBetaServicePrincipalOwnerCountAsAppRoleAssignment -ServicePrincipalId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaServicePrincipalOwnerCountAsAppRoleAssignment -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalOwnerCountAsEndpoint.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalOwnerCountAsEndpoint.md index 4a61aa23de9db..a86f38350c6e6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalOwnerCountAsEndpoint.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalOwnerCountAsEndpoint.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaserviceprincipalownercountasendpoint Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaServicePrincipalOwnerCountAsEndpoint --- @@ -27,7 +27,7 @@ Get-MgBetaServicePrincipalOwnerCountAsEndpoint -ServicePrincipalId -ConsistencyLevel [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaServicePrincipalOwnerCountAsEndpoint -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalOwnerCountAsServicePrincipal.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalOwnerCountAsServicePrincipal.md index 42df05e0baa81..3bacea4e0cbd1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalOwnerCountAsServicePrincipal.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalOwnerCountAsServicePrincipal.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaserviceprincipalownercountasserviceprincipal Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaServicePrincipalOwnerCountAsServicePrincipal --- @@ -27,7 +27,7 @@ Get-MgBetaServicePrincipalOwnerCountAsServicePrincipal -ServicePrincipalId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaServicePrincipalOwnerCountAsServicePrincipal -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalOwnerCountAsUser.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalOwnerCountAsUser.md index f617e50eeae55..788e3c62d2e92 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalOwnerCountAsUser.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalOwnerCountAsUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaserviceprincipalownercountasuser Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaServicePrincipalOwnerCountAsUser --- @@ -27,7 +27,7 @@ Get-MgBetaServicePrincipalOwnerCountAsUser -ServicePrincipalId -Consist [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaServicePrincipalOwnerCountAsUser -InputObject -ConsistencyLevel [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalPasswordSingleSignOnCredential.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalPasswordSingleSignOnCredential.md index 6f5b9adf367cf..71ade2435a606 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalPasswordSingleSignOnCredential.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalPasswordSingleSignOnCredential.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaserviceprincipalpasswordsinglesignoncredential Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaServicePrincipalPasswordSingleSignOnCredential --- @@ -24,7 +24,7 @@ Get-MgBetaServicePrincipalPasswordSingleSignOnCredential -ServicePrincipalId ] [-AdditionalProperties ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Get @@ -35,7 +35,6 @@ Get-MgBetaServicePrincipalPasswordSingleSignOnCredential -ServicePrincipalId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### GetViaIdentityExpanded @@ -45,7 +44,7 @@ Get-MgBetaServicePrincipalPasswordSingleSignOnCredential -InputObject ] [-AdditionalProperties ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### GetViaIdentity @@ -56,7 +55,6 @@ Get-MgBetaServicePrincipalPasswordSingleSignOnCredential -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -72,9 +70,9 @@ Get a list of single sign-on credentials using a password for a user or group. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Directory.ReadWrite.All, Directory.Read.All, Application.ReadWrite.All, | +| Delegated (work or school account) | Application.ReadWrite.All, Directory.Read.All, Directory.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | Directory.ReadWrite.All, Directory.Read.All, Application.ReadWrite.OwnedBy, Application.ReadWrite.All, | +| Application | Application.ReadWrite.All, Application.ReadWrite.OwnedBy, Directory.Read.All, Directory.ReadWrite.All, | ## EXAMPLES ### Example 1: Code snippet diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalPermissionGrantPreApprovalPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalPermissionGrantPreApprovalPolicy.md index 8121fb8eb2eb1..defaca6a672e2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalPermissionGrantPreApprovalPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalPermissionGrantPreApprovalPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaserviceprincipalpermissiongrantpreapprovalpolicy Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaServicePrincipalPermissionGrantPreApprovalPolicy --- @@ -26,7 +26,6 @@ Get-MgBetaServicePrincipalPermissionGrantPreApprovalPolicy -ServicePrincipalId < [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -37,7 +36,7 @@ Get-MgBetaServicePrincipalPermissionGrantPreApprovalPolicy [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -47,7 +46,7 @@ Get-MgBetaServicePrincipalPermissionGrantPreApprovalPolicy -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalPermissionGrantPreApprovalPolicyCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalPermissionGrantPreApprovalPolicyCount.md index a3bf63f049f9f..dbbc18b4026c3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalPermissionGrantPreApprovalPolicyCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalPermissionGrantPreApprovalPolicyCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaserviceprincipalpermissiongrantpreapprovalpolicycount Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaServicePrincipalPermissionGrantPreApprovalPolicyCount --- @@ -24,7 +24,7 @@ Get-MgBetaServicePrincipalPermissionGrantPreApprovalPolicyCount -ServicePrincipa [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaServicePrincipalPermissionGrantPreApprovalPolicyCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalRemoteDesktopSecurityConfiguration.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalRemoteDesktopSecurityConfiguration.md index 433fa0389e6c9..0087916751293 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalRemoteDesktopSecurityConfiguration.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalRemoteDesktopSecurityConfiguration.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaserviceprincipalremotedesktopsecurityconfiguration Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaServicePrincipalRemoteDesktopSecurityConfiguration --- @@ -29,7 +29,7 @@ Get-MgBetaServicePrincipalRemoteDesktopSecurityConfiguration -ServicePrincipalId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -39,7 +39,7 @@ Get-MgBetaServicePrincipalRemoteDesktopSecurityConfiguration -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -57,9 +57,9 @@ Additionally you can view any targetDeviceGroups that have been configured for S | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Application.Read.All, Directory.ReadWrite.All, Directory.Read.All, Application.ReadWrite.All, Application-RemoteDesktopConfig.ReadWrite.All, | +| Delegated (work or school account) | Application.Read.All, Application-RemoteDesktopConfig.ReadWrite.All, Application.ReadWrite.All, Directory.Read.All, Directory.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | Application.Read.All, Directory.ReadWrite.All, Directory.Read.All, Application.ReadWrite.OwnedBy, Application.ReadWrite.All, Application-RemoteDesktopConfig.ReadWrite.All, | +| Application | Application.Read.All, Application-RemoteDesktopConfig.ReadWrite.All, Application.ReadWrite.All, Application.ReadWrite.OwnedBy, Directory.Read.All, Directory.ReadWrite.All, | ## EXAMPLES ### Example 1: Code snippet diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationApprovedClientApp.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationApprovedClientApp.md index 4f4657bd9e2d8..5812cbceef7e8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationApprovedClientApp.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationApprovedClientApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaserviceprincipalremotedesktopsecurityconfigurationapprovedclientapp Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationApprovedClientApp --- @@ -13,7 +13,10 @@ title: Get-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationApprovedClien ## SYNOPSIS -Get approvedClientApps from servicePrincipals +Read the properties and relationships of a approvedClientApp object for the remoteDesktopSecurityConfiguration object on a servicePrincipal. + +> [!NOTE] +> To view the v1.0 release of this cmdlet, view [Get-MgServicePrincipalRemoteDesktopSecurityConfigurationApprovedClientApp](/powershell/module/Microsoft.Graph.Applications/Get-MgServicePrincipalRemoteDesktopSecurityConfigurationApprovedClientApp?view=graph-powershell-1.0) ## SYNTAX @@ -26,7 +29,7 @@ Get-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationApprovedClientApp [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -36,7 +39,7 @@ Get-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationApprovedClientApp -ApprovedClientAppId -ServicePrincipalId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +49,7 @@ Get-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationApprovedClientApp -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -56,15 +59,28 @@ This cmdlet has the following aliases, ## DESCRIPTION -Get approvedClientApps from servicePrincipals +Read the properties and relationships of a approvedClientApp object for the remoteDesktopSecurityConfiguration object on a servicePrincipal. **Permissions** | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Application.Read.All, Directory.ReadWrite.All, Directory.Read.All, Application.ReadWrite.All, Application-RemoteDesktopConfig.ReadWrite.All, | +| Delegated (work or school account) | Application.Read.All, Application-RemoteDesktopConfig.ReadWrite.All, Application.ReadWrite.All, Directory.Read.All, Directory.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | Application.Read.All, Directory.ReadWrite.All, Directory.Read.All, Application.ReadWrite.OwnedBy, Application.ReadWrite.All, Application-RemoteDesktopConfig.ReadWrite.All, | +| Application | Application.Read.All, Application-RemoteDesktopConfig.ReadWrite.All, Application.ReadWrite.All, Application.ReadWrite.OwnedBy, Directory.Read.All, Directory.ReadWrite.All, | + +## EXAMPLES +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Beta.Applications + +Get-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationApprovedClientApp -ServicePrincipalId $servicePrincipalId + +``` +This example shows how to use the Get-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationApprovedClientApp Cmdlet. + ## PARAMETERS @@ -595,7 +611,8 @@ INPUTOBJECT ``: Identity Parameter ## RELATED LINKS - [Get-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationApprovedClientApp](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaserviceprincipalremotedesktopsecurityconfigurationapprovedclientapp) - +- [Graph API Reference](https://learn.microsoft.com/graph/api/approvedclientapp-get?view=graph-rest-beta) +- [Graph API Reference](https://learn.microsoft.com/graph/api/remotedesktopsecurityconfiguration-list-approvedclientapps?view=graph-rest-beta) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationApprovedClientAppCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationApprovedClientAppCount.md index aa3a8fff87d55..80c813dac7edb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationApprovedClientAppCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationApprovedClientAppCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaserviceprincipalremotedesktopsecurityconfigurationapprovedclientappcount Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationApprovedClientAppCount --- @@ -15,6 +15,9 @@ title: Get-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationApprovedClien Get the number of the resource +> [!NOTE] +> To view the v1.0 release of this cmdlet, view [Get-MgServicePrincipalRemoteDesktopSecurityConfigurationApprovedClientAppCount](/powershell/module/Microsoft.Graph.Applications/Get-MgServicePrincipalRemoteDesktopSecurityConfigurationApprovedClientAppCount?view=graph-powershell-1.0) + ## SYNTAX ### Get (Default) @@ -24,7 +27,7 @@ Get-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationApprovedClientAppCou -ServicePrincipalId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +37,7 @@ Get-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationApprovedClientAppCou -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -50,9 +53,9 @@ Get the number of the resource | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Application.Read.All, Directory.ReadWrite.All, Directory.Read.All, Application.ReadWrite.All, Application-RemoteDesktopConfig.ReadWrite.All, | +| Delegated (work or school account) | Application.Read.All, Application-RemoteDesktopConfig.ReadWrite.All, Application.ReadWrite.All, Directory.Read.All, Directory.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | Application.Read.All, Directory.ReadWrite.All, Directory.Read.All, Application.ReadWrite.OwnedBy, Application.ReadWrite.All, Application-RemoteDesktopConfig.ReadWrite.All, | +| Application | Application.Read.All, Application-RemoteDesktopConfig.ReadWrite.All, Application.ReadWrite.All, Application.ReadWrite.OwnedBy, Directory.Read.All, Directory.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup.md index e5159576cd4df..5e007e2800279 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaserviceprincipalremotedesktopsecurityconfigurationtargetdevicegroup Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup --- @@ -29,7 +29,7 @@ Get-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -39,7 +39,7 @@ Get-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup -ServicePrincipalId -TargetDeviceGroupId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -49,7 +49,7 @@ Get-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -65,9 +65,9 @@ Read the properties and relationships of a targetDeviceGroup object for the remo | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Application.Read.All, Directory.ReadWrite.All, Directory.Read.All, Application.ReadWrite.All, Application-RemoteDesktopConfig.ReadWrite.All, | +| Delegated (work or school account) | Application.Read.All, Application-RemoteDesktopConfig.ReadWrite.All, Application.ReadWrite.All, Directory.Read.All, Directory.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | Application.Read.All, Directory.ReadWrite.All, Directory.Read.All, Application.ReadWrite.OwnedBy, Application.ReadWrite.All, Application-RemoteDesktopConfig.ReadWrite.All, | +| Application | Application.Read.All, Application-RemoteDesktopConfig.ReadWrite.All, Application.ReadWrite.All, Application.ReadWrite.OwnedBy, Directory.Read.All, Directory.ReadWrite.All, | ## EXAMPLES ### Example 1: Code snippet diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroupCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroupCount.md index b22550967ab8e..4c6ecad3a00c9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroupCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroupCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaserviceprincipalremotedesktopsecurityconfigurationtargetdevicegroupcount Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroupCount --- @@ -27,7 +27,7 @@ Get-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroupCou -ServicePrincipalId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroupCou -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-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) | Application.Read.All, Directory.ReadWrite.All, Application.ReadWrite.All, Application-RemoteDesktopConfig.ReadWrite.All, | +| Delegated (work or school account) | Application.Read.All, Application-RemoteDesktopConfig.ReadWrite.All, Application.ReadWrite.All, Directory.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | Application.Read.All, Directory.ReadWrite.All, Application.ReadWrite.OwnedBy, Application.ReadWrite.All, Application-RemoteDesktopConfig.ReadWrite.All, | +| Application | Application.Read.All, Application-RemoteDesktopConfig.ReadWrite.All, Application.ReadWrite.All, Application.ReadWrite.OwnedBy, Directory.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalSynchronization.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalSynchronization.md index feb0a646291a3..0f218baf4bbe0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalSynchronization.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalSynchronization.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaserviceprincipalsynchronization Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaServicePrincipalSynchronization --- @@ -26,7 +26,7 @@ Represents the capability for Microsoft Entra identity synchronization through t Get-MgBetaServicePrincipalSynchronization -ServicePrincipalId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaServicePrincipalSynchronization -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalSynchronizationAccessToken.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalSynchronizationAccessToken.md index eb4b0c94bc44e..1e3d998bc929c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalSynchronizationAccessToken.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalSynchronizationAccessToken.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaserviceprincipalsynchronizationaccesstoken Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaServicePrincipalSynchronizationAccessToken --- @@ -29,7 +29,6 @@ Get-MgBetaServicePrincipalSynchronizationAccessToken -ServicePrincipalId ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Acquire @@ -40,7 +39,6 @@ Get-MgBetaServicePrincipalSynchronizationAccessToken -ServicePrincipalId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### AcquireViaIdentityExpanded @@ -52,7 +50,6 @@ Get-MgBetaServicePrincipalSynchronizationAccessToken -InputObject ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### AcquireViaIdentity @@ -63,7 +60,6 @@ Get-MgBetaServicePrincipalSynchronizationAccessToken -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalSynchronizationJob.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalSynchronizationJob.md index 49ddf56ecdc28..86fcfad04a466 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalSynchronizationJob.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalSynchronizationJob.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaserviceprincipalsynchronizationjob Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaServicePrincipalSynchronizationJob --- @@ -29,7 +29,6 @@ Get-MgBetaServicePrincipalSynchronizationJob -ServicePrincipalId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -39,7 +38,7 @@ Get-MgBetaServicePrincipalSynchronizationJob -ServicePrincipalId -SynchronizationJobId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -49,7 +48,7 @@ Get-MgBetaServicePrincipalSynchronizationJob -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -67,7 +66,7 @@ Retrieve the existing synchronization job and its properties. | --------------- | ------------------------------------------ | | Delegated (work or school account) | Synchronization.Read.All, Synchronization.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | Application.ReadWrite.OwnedBy, Synchronization.ReadWrite.All, Synchronization.Read.All, | +| Application | Application.ReadWrite.OwnedBy, Synchronization.Read.All, Synchronization.ReadWrite.All, | ## EXAMPLES ### Example 1: Code snippet diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalSynchronizationJobBulkUpload.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalSynchronizationJobBulkUpload.md index ccebb20373ebd..f319a5a07bd05 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalSynchronizationJobBulkUpload.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalSynchronizationJobBulkUpload.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaserviceprincipalsynchronizationjobbulkupload Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaServicePrincipalSynchronizationJobBulkUpload --- @@ -27,7 +27,7 @@ Get-MgBetaServicePrincipalSynchronizationJobBulkUpload -ServicePrincipalId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaServicePrincipalSynchronizationJobBulkUpload -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalSynchronizationJobBulkUploadContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalSynchronizationJobBulkUploadContent.md index 55a4553dd4168..fd6886c4e8d8f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalSynchronizationJobBulkUploadContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalSynchronizationJobBulkUploadContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaserviceprincipalsynchronizationjobbulkuploadcontent Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaServicePrincipalSynchronizationJobBulkUploadContent --- @@ -27,7 +27,7 @@ Get-MgBetaServicePrincipalSynchronizationJobBulkUploadContent -ServicePrincipalI -SynchronizationJobId -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaServicePrincipalSynchronizationJobBulkUploadContent -ServicePrincipalI Get-MgBetaServicePrincipalSynchronizationJobBulkUploadContent -InputObject -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalSynchronizationJobCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalSynchronizationJobCount.md index 7ea86fe560e14..bea963a357c0f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalSynchronizationJobCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalSynchronizationJobCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaserviceprincipalsynchronizationjobcount Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaServicePrincipalSynchronizationJobCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaServicePrincipalSynchronizationJobCount -ServicePrincipalId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaServicePrincipalSynchronizationJobCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -54,7 +54,7 @@ Get the number of the resource | --------------- | ------------------------------------------ | | Delegated (work or school account) | Synchronization.Read.All, Synchronization.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | Application.ReadWrite.OwnedBy, Synchronization.ReadWrite.All, Synchronization.Read.All, | +| Application | Application.ReadWrite.OwnedBy, Synchronization.Read.All, Synchronization.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalSynchronizationJobSchema.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalSynchronizationJobSchema.md index a77d5255e01a0..d8f732655da54 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalSynchronizationJobSchema.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalSynchronizationJobSchema.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaserviceprincipalsynchronizationjobschema Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaServicePrincipalSynchronizationJobSchema --- @@ -27,7 +27,7 @@ Get-MgBetaServicePrincipalSynchronizationJobSchema -ServicePrincipalId -SynchronizationJobId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaServicePrincipalSynchronizationJobSchema -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -53,9 +53,9 @@ Retrieve the schema for a given synchronization job or template. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Synchronization.Read.All, Synchronization.ReadWrite.All, CustomSecAttributeProvisioning.ReadWrite.All, CustomSecAttributeProvisioning.Read.All, | +| Delegated (work or school account) | Synchronization.Read.All, CustomSecAttributeProvisioning.Read.All, CustomSecAttributeProvisioning.ReadWrite.All, Synchronization.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | CustomSecAttributeProvisioning.Read.All, Synchronization.ReadWrite.All, Synchronization.Read.All, CustomSecAttributeProvisioning.ReadWrite.All, Application.ReadWrite.OwnedBy, | +| Application | CustomSecAttributeProvisioning.Read.All, Application.ReadWrite.OwnedBy, CustomSecAttributeProvisioning.ReadWrite.All, Synchronization.Read.All, Synchronization.ReadWrite.All, | ## EXAMPLES ### Example 1: Code snippet diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalSynchronizationJobSchemaDirectory.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalSynchronizationJobSchemaDirectory.md index c402155feb45f..ea7e6e04064f0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalSynchronizationJobSchemaDirectory.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalSynchronizationJobSchemaDirectory.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaserviceprincipalsynchronizationjobschemadirectory Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaServicePrincipalSynchronizationJobSchemaDirectory --- @@ -29,7 +29,7 @@ Get-MgBetaServicePrincipalSynchronizationJobSchemaDirectory -ServicePrincipalId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -39,7 +39,7 @@ Get-MgBetaServicePrincipalSynchronizationJobSchemaDirectory -DirectoryDefinition -ServicePrincipalId -SynchronizationJobId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -49,7 +49,7 @@ Get-MgBetaServicePrincipalSynchronizationJobSchemaDirectory -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalSynchronizationJobSchemaDirectoryCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalSynchronizationJobSchemaDirectoryCount.md index c76f74c137417..f5c2c7e827adf 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalSynchronizationJobSchemaDirectoryCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalSynchronizationJobSchemaDirectoryCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaserviceprincipalsynchronizationjobschemadirectorycount Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaServicePrincipalSynchronizationJobSchemaDirectoryCount --- @@ -27,7 +27,7 @@ Get-MgBetaServicePrincipalSynchronizationJobSchemaDirectoryCount -ServicePrincip -SynchronizationJobId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaServicePrincipalSynchronizationJobSchemaDirectoryCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalSynchronizationSecretCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalSynchronizationSecretCount.md index 667e10c1d6c31..c9b469f402abc 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalSynchronizationSecretCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalSynchronizationSecretCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaserviceprincipalsynchronizationsecretcount Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaServicePrincipalSynchronizationSecretCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaServicePrincipalSynchronizationSecretCount -ServicePrincipalId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaServicePrincipalSynchronizationSecretCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalSynchronizationTemplate.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalSynchronizationTemplate.md index e9bbc7ff5ff4a..540ea12f38e77 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalSynchronizationTemplate.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalSynchronizationTemplate.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaserviceprincipalsynchronizationtemplate Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaServicePrincipalSynchronizationTemplate --- @@ -29,7 +29,6 @@ Get-MgBetaServicePrincipalSynchronizationTemplate -ServicePrincipalId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -39,7 +38,7 @@ Get-MgBetaServicePrincipalSynchronizationTemplate -ServicePrincipalId -SynchronizationTemplateId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -49,7 +48,7 @@ Get-MgBetaServicePrincipalSynchronizationTemplate -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -67,7 +66,7 @@ Pre-configured synchronization settings for a particular application. | --------------- | ------------------------------------------ | | Delegated (work or school account) | Synchronization.Read.All, Synchronization.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | Application.ReadWrite.OwnedBy, Synchronization.ReadWrite.All, Synchronization.Read.All, | +| Application | Application.ReadWrite.OwnedBy, Synchronization.Read.All, Synchronization.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalSynchronizationTemplateCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalSynchronizationTemplateCount.md index aced07b2ebddb..3d19a6e6fe532 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalSynchronizationTemplateCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalSynchronizationTemplateCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaserviceprincipalsynchronizationtemplatecount Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaServicePrincipalSynchronizationTemplateCount --- @@ -27,7 +27,7 @@ Get-MgBetaServicePrincipalSynchronizationTemplateCount -ServicePrincipalId ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaServicePrincipalSynchronizationTemplateCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -55,7 +55,7 @@ Get the number of the resource | --------------- | ------------------------------------------ | | Delegated (work or school account) | Synchronization.Read.All, Synchronization.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | Application.ReadWrite.OwnedBy, Synchronization.ReadWrite.All, Synchronization.Read.All, | +| Application | Application.ReadWrite.OwnedBy, Synchronization.Read.All, Synchronization.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalSynchronizationTemplateSchema.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalSynchronizationTemplateSchema.md index 066091701a771..428694521594d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalSynchronizationTemplateSchema.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalSynchronizationTemplateSchema.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaserviceprincipalsynchronizationtemplateschema Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaServicePrincipalSynchronizationTemplateSchema --- @@ -27,7 +27,7 @@ Get-MgBetaServicePrincipalSynchronizationTemplateSchema -ServicePrincipalId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaServicePrincipalSynchronizationTemplateSchema -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -55,7 +55,7 @@ Default synchronization schema for the jobs based on this template. | --------------- | ------------------------------------------ | | Delegated (work or school account) | Synchronization.Read.All, Synchronization.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | Application.ReadWrite.OwnedBy, Synchronization.ReadWrite.All, Synchronization.Read.All, | +| Application | Application.ReadWrite.OwnedBy, Synchronization.Read.All, Synchronization.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalSynchronizationTemplateSchemaDirectory.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalSynchronizationTemplateSchemaDirectory.md index 3c42fb770992d..d4d343b9ed4e2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalSynchronizationTemplateSchemaDirectory.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalSynchronizationTemplateSchemaDirectory.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaserviceprincipalsynchronizationtemplateschemadirectory Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaServicePrincipalSynchronizationTemplateSchemaDirectory --- @@ -29,7 +29,7 @@ Get-MgBetaServicePrincipalSynchronizationTemplateSchemaDirectory -ServicePrincip [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -39,7 +39,7 @@ Get-MgBetaServicePrincipalSynchronizationTemplateSchemaDirectory -DirectoryDefin -ServicePrincipalId -SynchronizationTemplateId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -49,7 +49,7 @@ Get-MgBetaServicePrincipalSynchronizationTemplateSchemaDirectory -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalSynchronizationTemplateSchemaDirectoryCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalSynchronizationTemplateSchemaDirectoryCount.md index cf052feb98130..872ecea38cb3c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalSynchronizationTemplateSchemaDirectoryCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalSynchronizationTemplateSchemaDirectoryCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaserviceprincipalsynchronizationtemplateschemadirectorycount Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaServicePrincipalSynchronizationTemplateSchemaDirectoryCount --- @@ -27,7 +27,7 @@ Get-MgBetaServicePrincipalSynchronizationTemplateSchemaDirectoryCount -ServicePr -SynchronizationTemplateId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaServicePrincipalSynchronizationTemplateSchemaDirectoryCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalTokenIssuancePolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalTokenIssuancePolicy.md index ae08a32d83388..96fa353222a44 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalTokenIssuancePolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalTokenIssuancePolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaserviceprincipaltokenissuancepolicy Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaServicePrincipalTokenIssuancePolicy --- @@ -30,7 +30,6 @@ Get-MgBetaServicePrincipalTokenIssuancePolicy -ServicePrincipalId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalTokenIssuancePolicyByRef.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalTokenIssuancePolicyByRef.md index 5857fcf6ac543..60077f26a6319 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalTokenIssuancePolicyByRef.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalTokenIssuancePolicyByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaserviceprincipaltokenissuancepolicybyref Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaServicePrincipalTokenIssuancePolicyByRef --- @@ -29,7 +29,7 @@ Get-MgBetaServicePrincipalTokenIssuancePolicyByRef -ServicePrincipalId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalTokenIssuancePolicyCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalTokenIssuancePolicyCount.md index f87fc4cd93242..4db1ecbe31ceb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalTokenIssuancePolicyCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalTokenIssuancePolicyCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaserviceprincipaltokenissuancepolicycount Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaServicePrincipalTokenIssuancePolicyCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaServicePrincipalTokenIssuancePolicyCount -ServicePrincipalId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaServicePrincipalTokenIssuancePolicyCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalTokenLifetimePolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalTokenLifetimePolicy.md index 5297c5acb04ee..a2769b86e55ae 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalTokenLifetimePolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalTokenLifetimePolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaserviceprincipaltokenlifetimepolicy Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaServicePrincipalTokenLifetimePolicy --- @@ -30,7 +30,6 @@ Get-MgBetaServicePrincipalTokenLifetimePolicy -ServicePrincipalId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ## ALIASES @@ -47,9 +46,9 @@ Only one object is returned in the collection because only one tokenLifetimePoli | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Policy.ReadWrite.ApplicationConfiguration, Policy.Read.All, Application.ReadWrite.All, | +| Delegated (work or school account) | Application.ReadWrite.All, Policy.Read.All, Policy.ReadWrite.ApplicationConfiguration, | | Delegated (personal Microsoft account) | Not supported | -| Application | Policy.ReadWrite.ApplicationConfiguration, Policy.Read.All, Application.ReadWrite.OwnedBy, Application.ReadWrite.All, | +| Application | Application.ReadWrite.All, Application.ReadWrite.OwnedBy, Policy.Read.All, Policy.ReadWrite.ApplicationConfiguration, | ## EXAMPLES ### Example 1: Code snippet diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalTokenLifetimePolicyByRef.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalTokenLifetimePolicyByRef.md index b1f2086114762..036f01b643fa7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalTokenLifetimePolicyByRef.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalTokenLifetimePolicyByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaserviceprincipaltokenlifetimepolicybyref Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaServicePrincipalTokenLifetimePolicyByRef --- @@ -29,7 +29,7 @@ Get-MgBetaServicePrincipalTokenLifetimePolicyByRef -ServicePrincipalId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ## ALIASES @@ -46,9 +46,9 @@ Only one object is returned in the collection because only one tokenLifetimePoli | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Policy.ReadWrite.ApplicationConfiguration, Policy.Read.All, Application.ReadWrite.All, | +| Delegated (work or school account) | Application.ReadWrite.All, Policy.Read.All, Policy.ReadWrite.ApplicationConfiguration, | | Delegated (personal Microsoft account) | Not supported | -| Application | Policy.ReadWrite.ApplicationConfiguration, Policy.Read.All, Application.ReadWrite.OwnedBy, Application.ReadWrite.All, | +| Application | Application.ReadWrite.All, Application.ReadWrite.OwnedBy, Policy.Read.All, Policy.ReadWrite.ApplicationConfiguration, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalTokenLifetimePolicyCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalTokenLifetimePolicyCount.md index b77e751989e34..bcac061b30d85 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalTokenLifetimePolicyCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalTokenLifetimePolicyCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaserviceprincipaltokenlifetimepolicycount Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaServicePrincipalTokenLifetimePolicyCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaServicePrincipalTokenLifetimePolicyCount -ServicePrincipalId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaServicePrincipalTokenLifetimePolicyCount -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.ReadWrite.ApplicationConfiguration, Policy.Read.All, Application.ReadWrite.All, | +| Delegated (work or school account) | Application.ReadWrite.All, Policy.Read.All, Policy.ReadWrite.ApplicationConfiguration, | | Delegated (personal Microsoft account) | Not supported | -| Application | Policy.ReadWrite.ApplicationConfiguration, Policy.Read.All, Application.ReadWrite.OwnedBy, Application.ReadWrite.All, | +| Application | Application.ReadWrite.All, Application.ReadWrite.OwnedBy, Policy.Read.All, Policy.ReadWrite.ApplicationConfiguration, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalTransitiveMemberOf.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalTransitiveMemberOf.md index 3a2f20a187aa2..be34824be190b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalTransitiveMemberOf.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalTransitiveMemberOf.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaserviceprincipaltransitivememberof Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaServicePrincipalTransitiveMemberOf --- @@ -29,7 +29,7 @@ Get-MgBetaServicePrincipalTransitiveMemberOf -ServicePrincipalId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -39,7 +39,7 @@ Get-MgBetaServicePrincipalTransitiveMemberOf -DirectoryObjectId -ServicePrincipalId [-ExpandProperty ] [-Property ] [-ConsistencyLevel ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -49,7 +49,7 @@ Get-MgBetaServicePrincipalTransitiveMemberOf -InputObject ] [-Property ] [-ConsistencyLevel ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalTransitiveMemberOfAsAdministrativeUnit.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalTransitiveMemberOfAsAdministrativeUnit.md index 2aeadcb17ed53..d690d14c3c1de 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalTransitiveMemberOfAsAdministrativeUnit.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalTransitiveMemberOfAsAdministrativeUnit.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaserviceprincipaltransitivememberofasadministrativeunit Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaServicePrincipalTransitiveMemberOfAsAdministrativeUnit --- @@ -29,7 +29,7 @@ Get-MgBetaServicePrincipalTransitiveMemberOfAsAdministrativeUnit -ServicePrincip [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -39,7 +39,7 @@ Get-MgBetaServicePrincipalTransitiveMemberOfAsAdministrativeUnit -DirectoryObjec -ServicePrincipalId [-ExpandProperty ] [-Property ] [-ConsistencyLevel ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -49,7 +49,7 @@ Get-MgBetaServicePrincipalTransitiveMemberOfAsAdministrativeUnit -InputObject [-ExpandProperty ] [-Property ] [-ConsistencyLevel ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalTransitiveMemberOfAsDirectoryRole.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalTransitiveMemberOfAsDirectoryRole.md index 744ae517ecf5a..3eb20e11a12c0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalTransitiveMemberOfAsDirectoryRole.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalTransitiveMemberOfAsDirectoryRole.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaserviceprincipaltransitivememberofasdirectoryrole Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaServicePrincipalTransitiveMemberOfAsDirectoryRole --- @@ -29,7 +29,7 @@ Get-MgBetaServicePrincipalTransitiveMemberOfAsDirectoryRole -ServicePrincipalId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -39,7 +39,7 @@ Get-MgBetaServicePrincipalTransitiveMemberOfAsDirectoryRole -DirectoryObjectId < -ServicePrincipalId [-ExpandProperty ] [-Property ] [-ConsistencyLevel ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -49,7 +49,7 @@ Get-MgBetaServicePrincipalTransitiveMemberOfAsDirectoryRole -InputObject ] [-Property ] [-ConsistencyLevel ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalTransitiveMemberOfAsGroup.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalTransitiveMemberOfAsGroup.md index 232b8541cabbe..15879b8a492f6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalTransitiveMemberOfAsGroup.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalTransitiveMemberOfAsGroup.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaserviceprincipaltransitivememberofasgroup Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaServicePrincipalTransitiveMemberOfAsGroup --- @@ -29,7 +29,7 @@ Get-MgBetaServicePrincipalTransitiveMemberOfAsGroup -ServicePrincipalId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -39,7 +39,7 @@ Get-MgBetaServicePrincipalTransitiveMemberOfAsGroup -DirectoryObjectId -ServicePrincipalId [-ExpandProperty ] [-Property ] [-ConsistencyLevel ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -49,7 +49,7 @@ Get-MgBetaServicePrincipalTransitiveMemberOfAsGroup -InputObject ] [-Property ] [-ConsistencyLevel ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalTransitiveMemberOfCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalTransitiveMemberOfCount.md index 7b866c63a7e3d..0740035198e37 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalTransitiveMemberOfCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalTransitiveMemberOfCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaserviceprincipaltransitivememberofcount Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaServicePrincipalTransitiveMemberOfCount --- @@ -27,7 +27,7 @@ Get-MgBetaServicePrincipalTransitiveMemberOfCount -ServicePrincipalId -ConsistencyLevel [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaServicePrincipalTransitiveMemberOfCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-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) | Application.Read.All, Directory.ReadWrite.All, Directory.Read.All, Application.ReadWrite.All, | +| Delegated (work or school account) | Application.Read.All, Application.ReadWrite.All, Directory.Read.All, Directory.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | Application.Read.All, Directory.ReadWrite.All, Directory.Read.All, Application.ReadWrite.All, | +| Application | Application.Read.All, Application.ReadWrite.All, Directory.Read.All, Directory.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalTransitiveMemberOfCountAsAdministrativeUnit.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalTransitiveMemberOfCountAsAdministrativeUnit.md index 6fcd93d93bba3..eb8223b4a9cee 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalTransitiveMemberOfCountAsAdministrativeUnit.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalTransitiveMemberOfCountAsAdministrativeUnit.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaserviceprincipaltransitivememberofcountasadministrativeunit Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaServicePrincipalTransitiveMemberOfCountAsAdministrativeUnit --- @@ -27,7 +27,7 @@ Get-MgBetaServicePrincipalTransitiveMemberOfCountAsAdministrativeUnit -ServicePr -ConsistencyLevel [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaServicePrincipalTransitiveMemberOfCountAsAdministrativeUnit -InputObject -ConsistencyLevel [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalTransitiveMemberOfCountAsDirectoryRole.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalTransitiveMemberOfCountAsDirectoryRole.md index d63b582d477b3..dacc0ed0f0f5b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalTransitiveMemberOfCountAsDirectoryRole.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalTransitiveMemberOfCountAsDirectoryRole.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaserviceprincipaltransitivememberofcountasdirectoryrole Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaServicePrincipalTransitiveMemberOfCountAsDirectoryRole --- @@ -27,7 +27,7 @@ Get-MgBetaServicePrincipalTransitiveMemberOfCountAsDirectoryRole -ServicePrincip -ConsistencyLevel [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaServicePrincipalTransitiveMemberOfCountAsDirectoryRole -InputObject -ConsistencyLevel [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalTransitiveMemberOfCountAsGroup.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalTransitiveMemberOfCountAsGroup.md index 7d51121af223c..e9f4d9fe4689b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalTransitiveMemberOfCountAsGroup.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalTransitiveMemberOfCountAsGroup.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaserviceprincipaltransitivememberofcountasgroup Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaServicePrincipalTransitiveMemberOfCountAsGroup --- @@ -27,7 +27,7 @@ Get-MgBetaServicePrincipalTransitiveMemberOfCountAsGroup -ServicePrincipalId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaServicePrincipalTransitiveMemberOfCountAsGroup -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalUserOwnedObject.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalUserOwnedObject.md index 40ef7bd51ad1c..284fd150d39b9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalUserOwnedObject.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaServicePrincipalUserOwnedObject.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetaserviceprincipaluserownedobject Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaServicePrincipalUserOwnedObject --- @@ -25,7 +25,7 @@ Get-MgBetaServicePrincipalUserOwnedObject [-ResponseHeadersVariable ] [-AdditionalProperties ] [-Type ] [-UserId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Get @@ -36,7 +36,6 @@ Get-MgBetaServicePrincipalUserOwnedObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaUserAppRoleAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaUserAppRoleAssignment.md index e7e78d2234f6f..a3d581e5a46e6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaUserAppRoleAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaUserAppRoleAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetauserapproleassignment Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserAppRoleAssignment --- @@ -29,7 +29,7 @@ Get-MgBetaUserAppRoleAssignment -UserId [-ExpandProperty ] [- [-ConsistencyLevel ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -39,7 +39,7 @@ Get-MgBetaUserAppRoleAssignment -AppRoleAssignmentId -UserId [-ExpandProperty ] [-Property ] [-ConsistencyLevel ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -49,7 +49,7 @@ Get-MgBetaUserAppRoleAssignment -InputObject [-ExpandPro [-Property ] [-ConsistencyLevel ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaUserAppRoleAssignmentCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaUserAppRoleAssignmentCount.md index 24c44f83c851e..13c62d0862f4d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaUserAppRoleAssignmentCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Get-MgBetaUserAppRoleAssignmentCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/get-mgbetauserapproleassignmentcount Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserAppRoleAssignmentCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaUserAppRoleAssignmentCount -UserId -ConsistencyLevel [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaUserAppRoleAssignmentCount -InputObject -Consi [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Invoke-MgBetaFilterApplicationSynchronizationJobSchemaOperator.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Invoke-MgBetaFilterApplicationSynchronizationJobSchemaOperator.md index 47b5cc01c5ef7..d918c5250b5c3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Invoke-MgBetaFilterApplicationSynchronizationJobSchemaOperator.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Invoke-MgBetaFilterApplicationSynchronizationJobSchemaOperator.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/invoke-mgbetafilterapplicationsynchronizationjobschemaoperator Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaFilterApplicationSynchronizationJobSchemaOperator --- @@ -28,7 +28,7 @@ Invoke-MgBetaFilterApplicationSynchronizationJobSchemaOperator -ApplicationId ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### FilterViaIdentity @@ -39,7 +39,7 @@ Invoke-MgBetaFilterApplicationSynchronizationJobSchemaOperator -InputObject ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Invoke-MgBetaFilterApplicationSynchronizationTemplateSchemaOperator.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Invoke-MgBetaFilterApplicationSynchronizationTemplateSchemaOperator.md index b9b360cfd9a21..b039e9373458d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Invoke-MgBetaFilterApplicationSynchronizationTemplateSchemaOperator.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Invoke-MgBetaFilterApplicationSynchronizationTemplateSchemaOperator.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/invoke-mgbetafilterapplicationsynchronizationtemplateschemaoperator Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaFilterApplicationSynchronizationTemplateSchemaOperator --- @@ -28,7 +28,7 @@ Invoke-MgBetaFilterApplicationSynchronizationTemplateSchemaOperator -Application [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### FilterViaIdentity @@ -39,7 +39,7 @@ Invoke-MgBetaFilterApplicationSynchronizationTemplateSchemaOperator [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Invoke-MgBetaFilterServicePrincipalSynchronizationJobSchemaOperator.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Invoke-MgBetaFilterServicePrincipalSynchronizationJobSchemaOperator.md index b38f1476b7f86..db3509634382f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Invoke-MgBetaFilterServicePrincipalSynchronizationJobSchemaOperator.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Invoke-MgBetaFilterServicePrincipalSynchronizationJobSchemaOperator.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/invoke-mgbetafilterserviceprincipalsynchronizationjobschemaoperator Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaFilterServicePrincipalSynchronizationJobSchemaOperator --- @@ -28,7 +28,7 @@ Invoke-MgBetaFilterServicePrincipalSynchronizationJobSchemaOperator -ServicePrin [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### FilterViaIdentity @@ -39,7 +39,7 @@ Invoke-MgBetaFilterServicePrincipalSynchronizationJobSchemaOperator [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Invoke-MgBetaFilterServicePrincipalSynchronizationTemplateSchemaOperator.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Invoke-MgBetaFilterServicePrincipalSynchronizationTemplateSchemaOperator.md index a1c3b40af5376..5e0df42a6a0e4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Invoke-MgBetaFilterServicePrincipalSynchronizationTemplateSchemaOperator.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Invoke-MgBetaFilterServicePrincipalSynchronizationTemplateSchemaOperator.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/invoke-mgbetafilterserviceprincipalsynchronizationtemplateschemaoperator Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaFilterServicePrincipalSynchronizationTemplateSchemaOperator --- @@ -29,7 +29,7 @@ Invoke-MgBetaFilterServicePrincipalSynchronizationTemplateSchemaOperator [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### FilterViaIdentity @@ -40,7 +40,7 @@ Invoke-MgBetaFilterServicePrincipalSynchronizationTemplateSchemaOperator [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Invoke-MgBetaFunctionApplicationSynchronizationJobSchema.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Invoke-MgBetaFunctionApplicationSynchronizationJobSchema.md index 85e240129d986..6ad2ef0266fb3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Invoke-MgBetaFunctionApplicationSynchronizationJobSchema.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Invoke-MgBetaFunctionApplicationSynchronizationJobSchema.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/invoke-mgbetafunctionapplicationsynchronizationjobschema Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaFunctionApplicationSynchronizationJobSchema --- @@ -28,7 +28,7 @@ Invoke-MgBetaFunctionApplicationSynchronizationJobSchema -ApplicationId [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### FunctionViaIdentity @@ -39,7 +39,7 @@ Invoke-MgBetaFunctionApplicationSynchronizationJobSchema -InputObject ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Invoke-MgBetaFunctionApplicationSynchronizationTemplateSchema.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Invoke-MgBetaFunctionApplicationSynchronizationTemplateSchema.md index 1991d8d002ea4..8d00d0e97718e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Invoke-MgBetaFunctionApplicationSynchronizationTemplateSchema.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Invoke-MgBetaFunctionApplicationSynchronizationTemplateSchema.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/invoke-mgbetafunctionapplicationsynchronizationtemplateschema Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaFunctionApplicationSynchronizationTemplateSchema --- @@ -28,7 +28,7 @@ Invoke-MgBetaFunctionApplicationSynchronizationTemplateSchema -ApplicationId ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### FunctionViaIdentity @@ -39,7 +39,7 @@ Invoke-MgBetaFunctionApplicationSynchronizationTemplateSchema -InputObject ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Invoke-MgBetaFunctionServicePrincipalSynchronizationJobSchema.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Invoke-MgBetaFunctionServicePrincipalSynchronizationJobSchema.md index 06d976d0f8213..e91c008ae83cb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Invoke-MgBetaFunctionServicePrincipalSynchronizationJobSchema.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Invoke-MgBetaFunctionServicePrincipalSynchronizationJobSchema.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/invoke-mgbetafunctionserviceprincipalsynchronizationjobschema Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaFunctionServicePrincipalSynchronizationJobSchema --- @@ -28,7 +28,7 @@ Invoke-MgBetaFunctionServicePrincipalSynchronizationJobSchema -ServicePrincipalI [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### FunctionViaIdentity @@ -39,7 +39,7 @@ Invoke-MgBetaFunctionServicePrincipalSynchronizationJobSchema -InputObject ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Invoke-MgBetaFunctionServicePrincipalSynchronizationTemplateSchema.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Invoke-MgBetaFunctionServicePrincipalSynchronizationTemplateSchema.md index 5f769b915913a..04defd41697e7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Invoke-MgBetaFunctionServicePrincipalSynchronizationTemplateSchema.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Invoke-MgBetaFunctionServicePrincipalSynchronizationTemplateSchema.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/invoke-mgbetafunctionserviceprincipalsynchronizationtemplateschema Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaFunctionServicePrincipalSynchronizationTemplateSchema --- @@ -28,7 +28,7 @@ Invoke-MgBetaFunctionServicePrincipalSynchronizationTemplateSchema -ServicePrinc [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### FunctionViaIdentity @@ -39,7 +39,7 @@ Invoke-MgBetaFunctionServicePrincipalSynchronizationTemplateSchema [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Invoke-MgBetaInstantiateApplicationTemplate.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Invoke-MgBetaInstantiateApplicationTemplate.md index d68ff605c2afa..21d3cf2157cbd 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Invoke-MgBetaInstantiateApplicationTemplate.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Invoke-MgBetaInstantiateApplicationTemplate.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/invoke-mgbetainstantiateapplicationtemplate Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaInstantiateApplicationTemplate --- @@ -29,7 +29,6 @@ Invoke-MgBetaInstantiateApplicationTemplate -ApplicationTemplateId [-ServiceManagementReference ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Instantiate @@ -40,7 +39,6 @@ Invoke-MgBetaInstantiateApplicationTemplate -ApplicationTemplateId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### InstantiateViaIdentityExpanded @@ -51,7 +49,6 @@ Invoke-MgBetaInstantiateApplicationTemplate -InputObject [-ServiceManagementReference ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### InstantiateViaIdentity @@ -62,7 +59,6 @@ Invoke-MgBetaInstantiateApplicationTemplate -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -81,7 +77,7 @@ For non-gallery apps, use an application template with one of the following IDs | --------------- | ------------------------------------------ | | Delegated (work or school account) | Application.ReadWrite.All, Directory.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | Application.ReadWrite.OwnedBy, Directory.ReadWrite.All, Application.ReadWrite.All, | +| Application | Application.ReadWrite.OwnedBy, Application.ReadWrite.All, Directory.ReadWrite.All, | ## EXAMPLES ### Example 1: Code snippet diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Invoke-MgBetaParseApplicationSynchronizationJobSchemaExpression.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Invoke-MgBetaParseApplicationSynchronizationJobSchemaExpression.md index a0c1f74b1cb77..c0ad431e57d65 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Invoke-MgBetaParseApplicationSynchronizationJobSchemaExpression.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Invoke-MgBetaParseApplicationSynchronizationJobSchemaExpression.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/invoke-mgbetaparseapplicationsynchronizationjobschemaexpression Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaParseApplicationSynchronizationJobSchemaExpression --- @@ -31,7 +31,6 @@ Invoke-MgBetaParseApplicationSynchronizationJobSchemaExpression -ApplicationId < [-TestInputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Parse @@ -43,7 +42,6 @@ Invoke-MgBetaParseApplicationSynchronizationJobSchemaExpression -ApplicationId < [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ParseViaIdentityExpanded @@ -55,7 +53,6 @@ Invoke-MgBetaParseApplicationSynchronizationJobSchemaExpression -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ParseViaIdentity @@ -66,7 +63,6 @@ Invoke-MgBetaParseApplicationSynchronizationJobSchemaExpression -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Invoke-MgBetaParseApplicationSynchronizationTemplateSchemaExpression.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Invoke-MgBetaParseApplicationSynchronizationTemplateSchemaExpression.md index f180a379b0e84..95e6ccaef3856 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Invoke-MgBetaParseApplicationSynchronizationTemplateSchemaExpression.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Invoke-MgBetaParseApplicationSynchronizationTemplateSchemaExpression.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/invoke-mgbetaparseapplicationsynchronizationtemplateschemaexpression Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaParseApplicationSynchronizationTemplateSchemaExpression --- @@ -31,7 +31,6 @@ Invoke-MgBetaParseApplicationSynchronizationTemplateSchemaExpression -Applicatio [-TestInputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Parse @@ -43,7 +42,6 @@ Invoke-MgBetaParseApplicationSynchronizationTemplateSchemaExpression -Applicatio [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ParseViaIdentityExpanded @@ -56,7 +54,6 @@ Invoke-MgBetaParseApplicationSynchronizationTemplateSchemaExpression [-TestInputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ParseViaIdentity @@ -68,7 +65,6 @@ Invoke-MgBetaParseApplicationSynchronizationTemplateSchemaExpression [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Invoke-MgBetaParseServicePrincipalSynchronizationJobSchemaExpression.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Invoke-MgBetaParseServicePrincipalSynchronizationJobSchemaExpression.md index bed53fa73cc9a..33f7e4312907b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Invoke-MgBetaParseServicePrincipalSynchronizationJobSchemaExpression.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Invoke-MgBetaParseServicePrincipalSynchronizationJobSchemaExpression.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/invoke-mgbetaparseserviceprincipalsynchronizationjobschemaexpression Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaParseServicePrincipalSynchronizationJobSchemaExpression --- @@ -31,7 +31,6 @@ Invoke-MgBetaParseServicePrincipalSynchronizationJobSchemaExpression -ServicePri [-TestInputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Parse @@ -43,7 +42,6 @@ Invoke-MgBetaParseServicePrincipalSynchronizationJobSchemaExpression -ServicePri [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ParseViaIdentityExpanded @@ -56,7 +54,6 @@ Invoke-MgBetaParseServicePrincipalSynchronizationJobSchemaExpression [-TestInputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ParseViaIdentity @@ -68,7 +65,6 @@ Invoke-MgBetaParseServicePrincipalSynchronizationJobSchemaExpression [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Invoke-MgBetaParseServicePrincipalSynchronizationTemplateSchemaExpression.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Invoke-MgBetaParseServicePrincipalSynchronizationTemplateSchemaExpression.md index f3541d43836ac..c31bba3ee649b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Invoke-MgBetaParseServicePrincipalSynchronizationTemplateSchemaExpression.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Invoke-MgBetaParseServicePrincipalSynchronizationTemplateSchemaExpression.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/invoke-mgbetaparseserviceprincipalsynchronizationtemplateschemaexpression Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaParseServicePrincipalSynchronizationTemplateSchemaExpression --- @@ -31,7 +31,6 @@ Invoke-MgBetaParseServicePrincipalSynchronizationTemplateSchemaExpression [-TestInputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Parse @@ -43,7 +42,6 @@ Invoke-MgBetaParseServicePrincipalSynchronizationTemplateSchemaExpression [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ParseViaIdentityExpanded @@ -56,7 +54,6 @@ Invoke-MgBetaParseServicePrincipalSynchronizationTemplateSchemaExpression [-TestInputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ParseViaIdentity @@ -68,7 +65,6 @@ Invoke-MgBetaParseServicePrincipalSynchronizationTemplateSchemaExpression [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Microsoft.Graph.Beta.Applications.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Microsoft.Graph.Beta.Applications.md index 7d61584f3887b..6bd750e24ec65 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Microsoft.Graph.Beta.Applications.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Microsoft.Graph.Beta.Applications.md @@ -1,6 +1,6 @@ --- Module Name: Microsoft.Graph.Beta.Applications -Module Guid: f95cfbc4-29de-428e-83b6-bedf6cd8e8f5 +Module Guid: 4285b067-8b14-ed6e-ae4c-defd23b04ff6 Download Help Link: https://learn.microsoft.com/en-us/powershell/module/microsoft.graph.beta.applications/?view=graph-powershell-beta Help Version: 1.0.0.0 Locale: en-US diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaApplication.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaApplication.md index ee93ab1a358ff..e0135e3672b15 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaApplication.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaApplication.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/new-mgbetaapplication Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaApplication --- @@ -39,7 +39,8 @@ New-MgBetaApplication [-ResponseHeadersVariable ] [-AdditionalProperties [-HomeRealmDiscoveryPolicies ] [-Id ] [-IdentifierUris ] [-Info ] [-IsDeviceOnlyAuthSupported] [-IsDisabled] [-IsFallbackPublicClient] [-KeyCredentials ] - [-LogoInputFile ] [-NativeAuthenticationApisEnabled ] [-Notes ] + [-LogoInputFile ] [-ManagerApplications ] + [-NativeAuthenticationApisEnabled ] [-Notes ] [-OnPremisesPublishing ] [-OptionalClaims ] [-Owners ] [-ParentalControlSettings ] @@ -59,7 +60,6 @@ New-MgBetaApplication [-ResponseHeadersVariable ] [-AdditionalProperties [-Windows ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -69,7 +69,6 @@ New-MgBetaApplication -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -86,9 +85,9 @@ This API can also create an agentIdentityBlueprint object when the @odata.type p | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Application.ReadWrite.All, | +| Delegated (work or school account) | Application.ReadWrite.All, AgentIdentityBlueprint.Create, | | Delegated (personal Microsoft account) | Application.ReadWrite.All, | -| Application | Application.ReadWrite.OwnedBy, Application.ReadWrite.All, | +| Application | Application.ReadWrite.OwnedBy, AgentIdentityBlueprint.Create, Application.ReadWrite.All, | ## EXAMPLES ### Example 1: Create a new application @@ -355,7 +354,7 @@ HelpMessage: '' ### -CreatedByAppId -The globally unique appId (called Application (client) ID on the Microsoft Entra admin center) of the application that created this application. +The appId of the application that created this application. Set internally by Microsoft Entra ID. Read-only. @@ -786,8 +785,10 @@ HelpMessage: '' ### -IsDisabled -Specifies whether the service principal of the app in a tenant or across tenants for multi-tenant apps can obtain new access tokens or access protected resources. +Deactivate an app without deleting it. +This configuration specifies whether the service principal of the app in a tenant or across tenants for multi-tenant apps can obtain new access tokens or access protected resources. When set to true, existing tokens remain valid until they expire based on their configured lifetimes, and the app stays visible in the Enterprise apps list but users cannot sign in.true if the application is deactivated (disabled); otherwise false. +Learn more in Deactivate an app registration. ```yaml Type: System.Management.Automation.SwitchParameter @@ -877,6 +878,33 @@ AcceptedValues: [] HelpMessage: '' ``` +### -ManagerApplications + +A collection of application IDs for applications designated as managers of this application. +Manager applications can create service principals for the applications they manage. +Currently, only Microsoft first-party application IDs can be set as values. +Maximum of 10 values. +Not nullable. +Read-only for third-party (3P) callers; writes by 3P callers are rejected with a 400 Bad Request error. +Requires $select to retrieve. + +```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: '' +``` + ### -NativeAuthenticationApisEnabled nativeAuthenticationApisEnabled @@ -1670,22 +1698,23 @@ Always null when the object hasn't been deleted. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -1715,12 +1744,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration APPROLES : The collection of roles defined for the application. With app role assignments, these roles can be assigned to users, groups, or service principals associated with other applications. @@ -1828,22 +1914,23 @@ Always null when the object hasn't been deleted. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -1873,12 +1960,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppRoles ]: The collection of roles defined for the application. With app role assignments, these roles can be assigned to users, groups, or service principals associated with other applications. Not nullable. @@ -1938,7 +2082,7 @@ Read-only. Read-only. [Name ]: The name associated with the connectorGroup. [Region ]: connectorGroupRegion - [CreatedByAppId ]: The globally unique appId (called Application (client) ID on the Microsoft Entra admin center) of the application that created this application. + [CreatedByAppId ]: The appId of the application that created this application. Set internally by Microsoft Entra ID. Read-only. [CreatedDateTime ]: The date and time the application was registered. @@ -2062,8 +2206,10 @@ For example, https://www.contoso.com/app/support For example, https://www.contoso.com/app/termsofservice [IsDeviceOnlyAuthSupported ]: Specifies whether this application supports device authentication without a user. The default is false. - [IsDisabled ]: Specifies whether the service principal of the app in a tenant or across tenants for multi-tenant apps can obtain new access tokens or access protected resources. + [IsDisabled ]: Deactivate an app without deleting it. +This configuration specifies whether the service principal of the app in a tenant or across tenants for multi-tenant apps can obtain new access tokens or access protected resources. When set to true, existing tokens remain valid until they expire based on their configured lifetimes, and the app stays visible in the Enterprise apps list but users cannot sign in.true if the application is deactivated (disabled); otherwise false. +Learn more in Deactivate an app registration. [IsFallbackPublicClient ]: Specifies the fallback application type as public client, such as an installed application running on a mobile device. The default value is false, which means the fallback application type is confidential client such as a web app. There are certain scenarios where Microsoft Entra ID can't determine the client application type. @@ -2083,7 +2229,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -2094,6 +2240,13 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. If usage is Sign​, the type should be X509CertAndPassword​, and the passwordCredentials​ for signing should be defined. [Logo ]: The main logo for the application. Not nullable. + [ManagerApplications ]: A collection of application IDs for applications designated as managers of this application. +Manager applications can create service principals for the applications they manage. +Currently, only Microsoft first-party application IDs can be set as values. +Maximum of 10 values. +Not nullable. +Read-only for third-party (3P) callers; writes by 3P callers are rejected with a 400 Bad Request error. +Requires $select to retrieve. [NativeAuthenticationApisEnabled ]: nativeAuthenticationApisEnabled [Notes ]: Notes relevant for the management of the application. [OnPremisesPublishing ]: onPremisesPublishing @@ -2171,6 +2324,7 @@ The origin must be an exact case-sensitive match with the origin that the user a This SPN needs to be in the list of services to which the connector can present delegated credentials. [KerberosSignOnMappingAttributeType ]: kerberosSignOnMappingAttributeType [SingleSignOnMode ]: singleSignOnMode + [TrafficRoutingMethod ]: trafficRoutingMethod [UseAlternateUrlForTranslationAndRedirect ]: Indicates whether the application should use alternateUrl instead of externalUrl. [VerifiedCustomDomainCertificatesMetadata ]: verifiedCustomDomainCertificatesMetadata [(Any) ]: This indicates any property can be added to this object. @@ -2695,22 +2849,23 @@ Always null when the object hasn't been deleted. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -2740,12 +2895,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppRoles ]: The collection of roles defined for the application. With app role assignments, these roles can be assigned to users, groups, or service principals associated with other applications. Not nullable. @@ -2784,7 +2996,7 @@ Tenant administrators should respond to security advisories sent through Azure H [IsPublisherAttested ]: Indicates whether the application developer or publisher completed Publisher Attestation. [LastCertificationDateTime ]: The timestamp when the certification for the application was most recently added or updated. [ConnectorGroup ]: connectorGroup - [CreatedByAppId ]: The globally unique appId (called Application (client) ID on the Microsoft Entra admin center) of the application that created this application. + [CreatedByAppId ]: The appId of the application that created this application. Set internally by Microsoft Entra ID. Read-only. [CreatedDateTime ]: The date and time the application was registered. @@ -2908,8 +3120,10 @@ For example, https://www.contoso.com/app/support For example, https://www.contoso.com/app/termsofservice [IsDeviceOnlyAuthSupported ]: Specifies whether this application supports device authentication without a user. The default is false. - [IsDisabled ]: Specifies whether the service principal of the app in a tenant or across tenants for multi-tenant apps can obtain new access tokens or access protected resources. + [IsDisabled ]: Deactivate an app without deleting it. +This configuration specifies whether the service principal of the app in a tenant or across tenants for multi-tenant apps can obtain new access tokens or access protected resources. When set to true, existing tokens remain valid until they expire based on their configured lifetimes, and the app stays visible in the Enterprise apps list but users cannot sign in.true if the application is deactivated (disabled); otherwise false. +Learn more in Deactivate an app registration. [IsFallbackPublicClient ]: Specifies the fallback application type as public client, such as an installed application running on a mobile device. The default value is false, which means the fallback application type is confidential client such as a web app. There are certain scenarios where Microsoft Entra ID can't determine the client application type. @@ -2929,7 +3143,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -2940,6 +3154,13 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. If usage is Sign​, the type should be X509CertAndPassword​, and the passwordCredentials​ for signing should be defined. [Logo ]: The main logo for the application. Not nullable. + [ManagerApplications ]: A collection of application IDs for applications designated as managers of this application. +Manager applications can create service principals for the applications they manage. +Currently, only Microsoft first-party application IDs can be set as values. +Maximum of 10 values. +Not nullable. +Read-only for third-party (3P) callers; writes by 3P callers are rejected with a 400 Bad Request error. +Requires $select to retrieve. [NativeAuthenticationApisEnabled ]: nativeAuthenticationApisEnabled [Notes ]: Notes relevant for the management of the application. [OnPremisesPublishing ]: onPremisesPublishing @@ -3017,6 +3238,7 @@ The origin must be an exact case-sensitive match with the origin that the user a This SPN needs to be in the list of services to which the connector can present delegated credentials. [KerberosSignOnMappingAttributeType ]: kerberosSignOnMappingAttributeType [SingleSignOnMode ]: singleSignOnMode + [TrafficRoutingMethod ]: trafficRoutingMethod [UseAlternateUrlForTranslationAndRedirect ]: Indicates whether the application should use alternateUrl instead of externalUrl. [VerifiedCustomDomainCertificatesMetadata ]: verifiedCustomDomainCertificatesMetadata [(Any) ]: This indicates any property can be added to this object. @@ -3598,7 +3820,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -3683,6 +3905,7 @@ The origin must be an exact case-sensitive match with the origin that the user a This SPN needs to be in the list of services to which the connector can present delegated credentials. [KerberosSignOnMappingAttributeType ]: kerberosSignOnMappingAttributeType [SingleSignOnMode ]: singleSignOnMode + [TrafficRoutingMethod ]: trafficRoutingMethod [UseAlternateUrlForTranslationAndRedirect ]: Indicates whether the application should use alternateUrl instead of externalUrl. [VerifiedCustomDomainCertificatesMetadata ]: verifiedCustomDomainCertificatesMetadata [(Any) ]: This indicates any property can be added to this object. @@ -3708,7 +3931,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaApplicationAppManagementPolicyByRef.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaApplicationAppManagementPolicyByRef.md index 41d5f7ff2bc2b..b1ce4985005b5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaApplicationAppManagementPolicyByRef.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaApplicationAppManagementPolicyByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/new-mgbetaapplicationappmanagementpolicybyref Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaApplicationAppManagementPolicyByRef --- @@ -30,7 +30,6 @@ New-MgBetaApplicationAppManagementPolicyByRef -ApplicationId -OdataId < [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -41,7 +40,6 @@ New-MgBetaApplicationAppManagementPolicyByRef -ApplicationId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -52,7 +50,6 @@ New-MgBetaApplicationAppManagementPolicyByRef -InputObject ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -63,7 +60,6 @@ New-MgBetaApplicationAppManagementPolicyByRef -InputObject ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -81,9 +77,9 @@ Only one policy object can be assigned to an application or service principal. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Application.Read.All, Policy.ReadWrite.ApplicationConfiguration, Policy.Read.ApplicationConfiguration, | +| Delegated (work or school account) | Application.Read.All, Policy.Read.ApplicationConfiguration, Policy.ReadWrite.ApplicationConfiguration, | | Delegated (personal Microsoft account) | Not supported | -| Application | Application.Read.All, Policy.ReadWrite.ApplicationConfiguration, Policy.Read.ApplicationConfiguration, | +| Application | Application.Read.All, Policy.Read.ApplicationConfiguration, Policy.ReadWrite.ApplicationConfiguration, | ## EXAMPLES ### Example 1: Code snippet diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaApplicationExtensionProperty.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaApplicationExtensionProperty.md index d5832c62961b4..28fbf0d816ab3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaApplicationExtensionProperty.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaApplicationExtensionProperty.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/new-mgbetaapplicationextensionproperty Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaApplicationExtensionProperty --- @@ -29,7 +29,6 @@ New-MgBetaApplicationExtensionProperty -ApplicationId [-ResponseHeaders [-Name ] [-TargetObjects ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -39,7 +38,7 @@ New-MgBetaApplicationExtensionProperty -ApplicationId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -51,7 +50,7 @@ New-MgBetaApplicationExtensionProperty -InputObject [-IsSyncedFromOnPremises] [-Name ] [-TargetObjects ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -61,7 +60,7 @@ New-MgBetaApplicationExtensionProperty -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -79,7 +78,7 @@ Create a new directory extension definition, represented by an extensionProperty | --------------- | ------------------------------------------ | | Delegated (work or school account) | Application.ReadWrite.All, Directory.ReadWrite.All, | | Delegated (personal Microsoft account) | Application.ReadWrite.All, | -| Application | Application.ReadWrite.OwnedBy, Directory.ReadWrite.All, Application.ReadWrite.All, | +| Application | Application.ReadWrite.OwnedBy, Application.ReadWrite.All, Directory.ReadWrite.All, | ## EXAMPLES ### Example 1: Code snippet diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaApplicationFederatedIdentityCredential.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaApplicationFederatedIdentityCredential.md index 38c7535b7bb0b..371c8e9d620f0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaApplicationFederatedIdentityCredential.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaApplicationFederatedIdentityCredential.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/new-mgbetaapplicationfederatedidentitycredential Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaApplicationFederatedIdentityCredential --- @@ -31,7 +31,7 @@ New-MgBetaApplicationFederatedIdentityCredential -ApplicationId [-Id ] [-Issuer ] [-Name ] [-Subject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -41,7 +41,7 @@ New-MgBetaApplicationFederatedIdentityCredential -ApplicationId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -53,7 +53,7 @@ New-MgBetaApplicationFederatedIdentityCredential -InputObject ] [-Issuer ] [-Name ] [-Subject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -63,7 +63,7 @@ New-MgBetaApplicationFederatedIdentityCredential -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaApplicationOwnerByRef.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaApplicationOwnerByRef.md index 2c28a929b625b..bdc10c09fce92 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaApplicationOwnerByRef.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaApplicationOwnerByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/new-mgbetaapplicationownerbyref Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaApplicationOwnerByRef --- @@ -29,7 +29,6 @@ New-MgBetaApplicationOwnerByRef -ApplicationId -OdataId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -39,7 +38,6 @@ New-MgBetaApplicationOwnerByRef -ApplicationId -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -50,7 +48,6 @@ New-MgBetaApplicationOwnerByRef -InputObject -OdataId ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -61,7 +58,6 @@ New-MgBetaApplicationOwnerByRef -InputObject [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -78,9 +74,9 @@ Application owners can be individual users, the associated service principal, or | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Directory.ReadWrite.All, Directory.Read.All, Application.ReadWrite.All, | +| Delegated (work or school account) | Application.ReadWrite.All, Directory.Read.All, Directory.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | Directory.ReadWrite.All, Directory.Read.All, Application.ReadWrite.OwnedBy, Application.ReadWrite.All, | +| Application | Application.ReadWrite.All, Application.ReadWrite.OwnedBy, Directory.Read.All, Directory.ReadWrite.All, | ## EXAMPLES ### Example 1: Add an owner to an application diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaApplicationSynchronizationJob.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaApplicationSynchronizationJob.md index 39d0c67f3da86..4b53e76a15e6d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaApplicationSynchronizationJob.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaApplicationSynchronizationJob.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/new-mgbetaapplicationsynchronizationjob Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaApplicationSynchronizationJob --- @@ -30,7 +30,7 @@ New-MgBetaApplicationSynchronizationJob -ApplicationId [-ResponseHeader [-SynchronizationJobSettings ] [-TemplateId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -40,7 +40,7 @@ New-MgBetaApplicationSynchronizationJob -ApplicationId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -53,7 +53,7 @@ New-MgBetaApplicationSynchronizationJob -InputObject [-SynchronizationJobSettings ] [-TemplateId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -63,7 +63,7 @@ New-MgBetaApplicationSynchronizationJob -InputObject -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.Applications/New-MgBetaApplicationSynchronizationJobOnDemand.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaApplicationSynchronizationJobOnDemand.md index c424991de1c0f..ab6e868853288 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaApplicationSynchronizationJobOnDemand.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaApplicationSynchronizationJobOnDemand.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/new-mgbetaapplicationsynchronizationjobondemand Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaApplicationSynchronizationJobOnDemand --- @@ -31,7 +31,7 @@ New-MgBetaApplicationSynchronizationJobOnDemand -ApplicationId [-Parameters ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Provision @@ -43,7 +43,6 @@ New-MgBetaApplicationSynchronizationJobOnDemand -ApplicationId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ProvisionViaIdentityExpanded @@ -54,7 +53,7 @@ New-MgBetaApplicationSynchronizationJobOnDemand -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### ProvisionViaIdentity @@ -65,7 +64,6 @@ New-MgBetaApplicationSynchronizationJobOnDemand -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaApplicationSynchronizationJobSchemaDirectory.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaApplicationSynchronizationJobSchemaDirectory.md index 4ff6fc0a138b7..1ce6e0ac2f052 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaApplicationSynchronizationJobSchemaDirectory.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaApplicationSynchronizationJobSchemaDirectory.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/new-mgbetaapplicationsynchronizationjobschemadirectory Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaApplicationSynchronizationJobSchemaDirectory --- @@ -29,7 +29,7 @@ New-MgBetaApplicationSynchronizationJobSchemaDirectory -ApplicationId [-Id ] [-Name ] [-Objects ] [-ReadOnly] [-Version ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -40,7 +40,6 @@ New-MgBetaApplicationSynchronizationJobSchemaDirectory -ApplicationId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -52,7 +51,7 @@ New-MgBetaApplicationSynchronizationJobSchemaDirectory -InputObject ] [-ReadOnly] [-Version ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -62,7 +61,7 @@ New-MgBetaApplicationSynchronizationJobSchemaDirectory -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaApplicationSynchronizationTemplate.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaApplicationSynchronizationTemplate.md index 1302ffb011889..39993bba5acd3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaApplicationSynchronizationTemplate.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaApplicationSynchronizationTemplate.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/new-mgbetaapplicationsynchronizationtemplate Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaApplicationSynchronizationTemplate --- @@ -30,7 +30,6 @@ New-MgBetaApplicationSynchronizationTemplate -ApplicationId [-Schema ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -43,7 +42,6 @@ New-MgBetaApplicationSynchronizationTemplate -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -53,7 +51,7 @@ New-MgBetaApplicationSynchronizationTemplate -ApplicationId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -63,7 +61,7 @@ New-MgBetaApplicationSynchronizationTemplate -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaApplicationSynchronizationTemplateSchemaDirectory.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaApplicationSynchronizationTemplateSchemaDirectory.md index 385e0abef1bac..03ecb143b1ea8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaApplicationSynchronizationTemplateSchemaDirectory.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaApplicationSynchronizationTemplateSchemaDirectory.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/new-mgbetaapplicationsynchronizationtemplateschemadirectory Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaApplicationSynchronizationTemplateSchemaDirectory --- @@ -29,7 +29,7 @@ New-MgBetaApplicationSynchronizationTemplateSchemaDirectory -ApplicationId ] [-Name ] [-Objects ] [-ReadOnly] [-Version ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -40,7 +40,6 @@ New-MgBetaApplicationSynchronizationTemplateSchemaDirectory -ApplicationId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -52,7 +51,7 @@ New-MgBetaApplicationSynchronizationTemplateSchemaDirectory -InputObject ] [-ReadOnly] [-Version ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -62,7 +61,7 @@ New-MgBetaApplicationSynchronizationTemplateSchemaDirectory -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaApplicationTokenIssuancePolicyByRef.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaApplicationTokenIssuancePolicyByRef.md index 52d88c333f715..a399e62b4baf6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaApplicationTokenIssuancePolicyByRef.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaApplicationTokenIssuancePolicyByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/new-mgbetaapplicationtokenissuancepolicybyref Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaApplicationTokenIssuancePolicyByRef --- @@ -28,7 +28,6 @@ New-MgBetaApplicationTokenIssuancePolicyByRef -ApplicationId -OdataId < [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -39,7 +38,6 @@ New-MgBetaApplicationTokenIssuancePolicyByRef -ApplicationId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -50,7 +48,6 @@ New-MgBetaApplicationTokenIssuancePolicyByRef -InputObject ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -61,7 +58,6 @@ New-MgBetaApplicationTokenIssuancePolicyByRef -InputObject ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -77,9 +73,9 @@ Assign a tokenIssuancePolicy to an application. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Policy.ReadWrite.ApplicationConfiguration, Policy.Read.All, Application.ReadWrite.All, | +| Delegated (work or school account) | Application.ReadWrite.All, Policy.Read.All, Policy.ReadWrite.ApplicationConfiguration, | | Delegated (personal Microsoft account) | Not supported | -| Application | Policy.ReadWrite.ApplicationConfiguration, Policy.Read.All, Application.ReadWrite.OwnedBy, Application.ReadWrite.All, | +| Application | Application.ReadWrite.All, Application.ReadWrite.OwnedBy, Policy.Read.All, Policy.ReadWrite.ApplicationConfiguration, | ## EXAMPLES ### Example 1: Code snippet diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaApplicationTokenLifetimePolicyByRef.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaApplicationTokenLifetimePolicyByRef.md index 006402d7c1fc3..b987a049dce80 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaApplicationTokenLifetimePolicyByRef.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaApplicationTokenLifetimePolicyByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/new-mgbetaapplicationtokenlifetimepolicybyref Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaApplicationTokenLifetimePolicyByRef --- @@ -29,7 +29,6 @@ New-MgBetaApplicationTokenLifetimePolicyByRef -ApplicationId -OdataId < [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -40,7 +39,6 @@ New-MgBetaApplicationTokenLifetimePolicyByRef -ApplicationId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -51,7 +49,6 @@ New-MgBetaApplicationTokenLifetimePolicyByRef -InputObject ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -62,7 +59,6 @@ New-MgBetaApplicationTokenLifetimePolicyByRef -InputObject ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -79,9 +75,9 @@ You can have multiple tokenLifetimePolicy policies in a tenant but can assign on | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Policy.ReadWrite.ApplicationConfiguration, Policy.Read.All, Application.ReadWrite.All, | +| Delegated (work or school account) | Application.ReadWrite.All, Policy.Read.All, Policy.ReadWrite.ApplicationConfiguration, | | Delegated (personal Microsoft account) | Not supported | -| Application | Policy.ReadWrite.ApplicationConfiguration, Policy.Read.All, Application.ReadWrite.OwnedBy, Application.ReadWrite.All, | +| Application | Application.ReadWrite.All, Application.ReadWrite.OwnedBy, Policy.Read.All, Policy.ReadWrite.ApplicationConfiguration, | ## EXAMPLES ### Example 1: Code snippet diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaGroupAppRoleAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaGroupAppRoleAssignment.md index 4a497a8e91221..942ee00ef449b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaGroupAppRoleAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaGroupAppRoleAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/new-mgbetagroupapproleassignment Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaGroupAppRoleAssignment --- @@ -32,7 +32,7 @@ New-MgBetaGroupAppRoleAssignment -GroupId [-ResponseHeadersVariable ] [-PrincipalType ] [-ResourceDisplayName ] [-ResourceId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -42,7 +42,6 @@ New-MgBetaGroupAppRoleAssignment -GroupId -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -55,7 +54,6 @@ New-MgBetaGroupAppRoleAssignment -InputObject [-ResourceDisplayName ] [-ResourceId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -65,7 +63,7 @@ New-MgBetaGroupAppRoleAssignment -InputObject -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.Applications/New-MgBetaOnPremisePublishingProfile.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaOnPremisePublishingProfile.md index 98fcfe07254bf..e1cebb1d77f14 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaOnPremisePublishingProfile.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaOnPremisePublishingProfile.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/new-mgbetaonpremisepublishingprofile Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaOnPremisePublishingProfile --- @@ -30,7 +30,6 @@ New-MgBetaOnPremisePublishingProfile [-ResponseHeadersVariable ] [-Sensors ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -40,7 +39,6 @@ New-MgBetaOnPremisePublishingProfile -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -738,22 +736,23 @@ Always null when the object hasn't been deleted. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -783,12 +782,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppRoles ]: The collection of roles defined for the application. With app role assignments, these roles can be assigned to users, groups, or service principals associated with other applications. Not nullable. @@ -848,7 +904,7 @@ Read-only. Read-only. [Name ]: The name associated with the connectorGroup. [Region ]: connectorGroupRegion - [CreatedByAppId ]: The globally unique appId (called Application (client) ID on the Microsoft Entra admin center) of the application that created this application. + [CreatedByAppId ]: The appId of the application that created this application. Set internally by Microsoft Entra ID. Read-only. [CreatedDateTime ]: The date and time the application was registered. @@ -972,8 +1028,10 @@ For example, https://www.contoso.com/app/support For example, https://www.contoso.com/app/termsofservice [IsDeviceOnlyAuthSupported ]: Specifies whether this application supports device authentication without a user. The default is false. - [IsDisabled ]: Specifies whether the service principal of the app in a tenant or across tenants for multi-tenant apps can obtain new access tokens or access protected resources. + [IsDisabled ]: Deactivate an app without deleting it. +This configuration specifies whether the service principal of the app in a tenant or across tenants for multi-tenant apps can obtain new access tokens or access protected resources. When set to true, existing tokens remain valid until they expire based on their configured lifetimes, and the app stays visible in the Enterprise apps list but users cannot sign in.true if the application is deactivated (disabled); otherwise false. +Learn more in Deactivate an app registration. [IsFallbackPublicClient ]: Specifies the fallback application type as public client, such as an installed application running on a mobile device. The default value is false, which means the fallback application type is confidential client such as a web app. There are certain scenarios where Microsoft Entra ID can't determine the client application type. @@ -993,7 +1051,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -1004,6 +1062,13 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. If usage is Sign​, the type should be X509CertAndPassword​, and the passwordCredentials​ for signing should be defined. [Logo ]: The main logo for the application. Not nullable. + [ManagerApplications ]: A collection of application IDs for applications designated as managers of this application. +Manager applications can create service principals for the applications they manage. +Currently, only Microsoft first-party application IDs can be set as values. +Maximum of 10 values. +Not nullable. +Read-only for third-party (3P) callers; writes by 3P callers are rejected with a 400 Bad Request error. +Requires $select to retrieve. [NativeAuthenticationApisEnabled ]: nativeAuthenticationApisEnabled [Notes ]: Notes relevant for the management of the application. [OnPremisesPublishing ]: onPremisesPublishing @@ -1081,6 +1146,7 @@ The origin must be an exact case-sensitive match with the origin that the user a This SPN needs to be in the list of services to which the connector can present delegated credentials. [KerberosSignOnMappingAttributeType ]: kerberosSignOnMappingAttributeType [SingleSignOnMode ]: singleSignOnMode + [TrafficRoutingMethod ]: trafficRoutingMethod [UseAlternateUrlForTranslationAndRedirect ]: Indicates whether the application should use alternateUrl instead of externalUrl. [VerifiedCustomDomainCertificatesMetadata ]: verifiedCustomDomainCertificatesMetadata [(Any) ]: This indicates any property can be added to this object. @@ -1648,22 +1714,23 @@ Always null when the object hasn't been deleted. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -1693,12 +1760,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppRoles ]: The collection of roles defined for the application. With app role assignments, these roles can be assigned to users, groups, or service principals associated with other applications. Not nullable. @@ -1758,7 +1882,7 @@ Read-only. Read-only. [Name ]: The name associated with the connectorGroup. [Region ]: connectorGroupRegion - [CreatedByAppId ]: The globally unique appId (called Application (client) ID on the Microsoft Entra admin center) of the application that created this application. + [CreatedByAppId ]: The appId of the application that created this application. Set internally by Microsoft Entra ID. Read-only. [CreatedDateTime ]: The date and time the application was registered. @@ -1882,8 +2006,10 @@ For example, https://www.contoso.com/app/support For example, https://www.contoso.com/app/termsofservice [IsDeviceOnlyAuthSupported ]: Specifies whether this application supports device authentication without a user. The default is false. - [IsDisabled ]: Specifies whether the service principal of the app in a tenant or across tenants for multi-tenant apps can obtain new access tokens or access protected resources. + [IsDisabled ]: Deactivate an app without deleting it. +This configuration specifies whether the service principal of the app in a tenant or across tenants for multi-tenant apps can obtain new access tokens or access protected resources. When set to true, existing tokens remain valid until they expire based on their configured lifetimes, and the app stays visible in the Enterprise apps list but users cannot sign in.true if the application is deactivated (disabled); otherwise false. +Learn more in Deactivate an app registration. [IsFallbackPublicClient ]: Specifies the fallback application type as public client, such as an installed application running on a mobile device. The default value is false, which means the fallback application type is confidential client such as a web app. There are certain scenarios where Microsoft Entra ID can't determine the client application type. @@ -1903,7 +2029,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -1914,6 +2040,13 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. If usage is Sign​, the type should be X509CertAndPassword​, and the passwordCredentials​ for signing should be defined. [Logo ]: The main logo for the application. Not nullable. + [ManagerApplications ]: A collection of application IDs for applications designated as managers of this application. +Manager applications can create service principals for the applications they manage. +Currently, only Microsoft first-party application IDs can be set as values. +Maximum of 10 values. +Not nullable. +Read-only for third-party (3P) callers; writes by 3P callers are rejected with a 400 Bad Request error. +Requires $select to retrieve. [NativeAuthenticationApisEnabled ]: nativeAuthenticationApisEnabled [Notes ]: Notes relevant for the management of the application. [OnPremisesPublishing ]: onPremisesPublishing @@ -1991,6 +2124,7 @@ The origin must be an exact case-sensitive match with the origin that the user a This SPN needs to be in the list of services to which the connector can present delegated credentials. [KerberosSignOnMappingAttributeType ]: kerberosSignOnMappingAttributeType [SingleSignOnMode ]: singleSignOnMode + [TrafficRoutingMethod ]: trafficRoutingMethod [UseAlternateUrlForTranslationAndRedirect ]: Indicates whether the application should use alternateUrl instead of externalUrl. [VerifiedCustomDomainCertificatesMetadata ]: verifiedCustomDomainCertificatesMetadata [(Any) ]: This indicates any property can be added to this object. @@ -2545,22 +2679,23 @@ Always null when the object hasn't been deleted. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -2590,12 +2725,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppRoles ]: The collection of roles defined for the application. With app role assignments, these roles can be assigned to users, groups, or service principals associated with other applications. Not nullable. @@ -2634,7 +2826,7 @@ Tenant administrators should respond to security advisories sent through Azure H [IsPublisherAttested ]: Indicates whether the application developer or publisher completed Publisher Attestation. [LastCertificationDateTime ]: The timestamp when the certification for the application was most recently added or updated. [ConnectorGroup ]: connectorGroup - [CreatedByAppId ]: The globally unique appId (called Application (client) ID on the Microsoft Entra admin center) of the application that created this application. + [CreatedByAppId ]: The appId of the application that created this application. Set internally by Microsoft Entra ID. Read-only. [CreatedDateTime ]: The date and time the application was registered. @@ -2758,8 +2950,10 @@ For example, https://www.contoso.com/app/support For example, https://www.contoso.com/app/termsofservice [IsDeviceOnlyAuthSupported ]: Specifies whether this application supports device authentication without a user. The default is false. - [IsDisabled ]: Specifies whether the service principal of the app in a tenant or across tenants for multi-tenant apps can obtain new access tokens or access protected resources. + [IsDisabled ]: Deactivate an app without deleting it. +This configuration specifies whether the service principal of the app in a tenant or across tenants for multi-tenant apps can obtain new access tokens or access protected resources. When set to true, existing tokens remain valid until they expire based on their configured lifetimes, and the app stays visible in the Enterprise apps list but users cannot sign in.true if the application is deactivated (disabled); otherwise false. +Learn more in Deactivate an app registration. [IsFallbackPublicClient ]: Specifies the fallback application type as public client, such as an installed application running on a mobile device. The default value is false, which means the fallback application type is confidential client such as a web app. There are certain scenarios where Microsoft Entra ID can't determine the client application type. @@ -2779,7 +2973,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -2790,6 +2984,13 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. If usage is Sign​, the type should be X509CertAndPassword​, and the passwordCredentials​ for signing should be defined. [Logo ]: The main logo for the application. Not nullable. + [ManagerApplications ]: A collection of application IDs for applications designated as managers of this application. +Manager applications can create service principals for the applications they manage. +Currently, only Microsoft first-party application IDs can be set as values. +Maximum of 10 values. +Not nullable. +Read-only for third-party (3P) callers; writes by 3P callers are rejected with a 400 Bad Request error. +Requires $select to retrieve. [NativeAuthenticationApisEnabled ]: nativeAuthenticationApisEnabled [Notes ]: Notes relevant for the management of the application. [OnPremisesPublishing ]: onPremisesPublishing @@ -2867,6 +3068,7 @@ The origin must be an exact case-sensitive match with the origin that the user a This SPN needs to be in the list of services to which the connector can present delegated credentials. [KerberosSignOnMappingAttributeType ]: kerberosSignOnMappingAttributeType [SingleSignOnMode ]: singleSignOnMode + [TrafficRoutingMethod ]: trafficRoutingMethod [UseAlternateUrlForTranslationAndRedirect ]: Indicates whether the application should use alternateUrl instead of externalUrl. [VerifiedCustomDomainCertificatesMetadata ]: verifiedCustomDomainCertificatesMetadata [(Any) ]: This indicates any property can be added to this object. @@ -3410,22 +3612,23 @@ Always null when the object hasn't been deleted. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -3455,12 +3658,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppRoles ]: The collection of roles defined for the application. With app role assignments, these roles can be assigned to users, groups, or service principals associated with other applications. Not nullable. @@ -3499,7 +3759,7 @@ Tenant administrators should respond to security advisories sent through Azure H [IsPublisherAttested ]: Indicates whether the application developer or publisher completed Publisher Attestation. [LastCertificationDateTime ]: The timestamp when the certification for the application was most recently added or updated. [ConnectorGroup ]: connectorGroup - [CreatedByAppId ]: The globally unique appId (called Application (client) ID on the Microsoft Entra admin center) of the application that created this application. + [CreatedByAppId ]: The appId of the application that created this application. Set internally by Microsoft Entra ID. Read-only. [CreatedDateTime ]: The date and time the application was registered. @@ -3623,8 +3883,10 @@ For example, https://www.contoso.com/app/support For example, https://www.contoso.com/app/termsofservice [IsDeviceOnlyAuthSupported ]: Specifies whether this application supports device authentication without a user. The default is false. - [IsDisabled ]: Specifies whether the service principal of the app in a tenant or across tenants for multi-tenant apps can obtain new access tokens or access protected resources. + [IsDisabled ]: Deactivate an app without deleting it. +This configuration specifies whether the service principal of the app in a tenant or across tenants for multi-tenant apps can obtain new access tokens or access protected resources. When set to true, existing tokens remain valid until they expire based on their configured lifetimes, and the app stays visible in the Enterprise apps list but users cannot sign in.true if the application is deactivated (disabled); otherwise false. +Learn more in Deactivate an app registration. [IsFallbackPublicClient ]: Specifies the fallback application type as public client, such as an installed application running on a mobile device. The default value is false, which means the fallback application type is confidential client such as a web app. There are certain scenarios where Microsoft Entra ID can't determine the client application type. @@ -3644,7 +3906,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -3655,6 +3917,13 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. If usage is Sign​, the type should be X509CertAndPassword​, and the passwordCredentials​ for signing should be defined. [Logo ]: The main logo for the application. Not nullable. + [ManagerApplications ]: A collection of application IDs for applications designated as managers of this application. +Manager applications can create service principals for the applications they manage. +Currently, only Microsoft first-party application IDs can be set as values. +Maximum of 10 values. +Not nullable. +Read-only for third-party (3P) callers; writes by 3P callers are rejected with a 400 Bad Request error. +Requires $select to retrieve. [NativeAuthenticationApisEnabled ]: nativeAuthenticationApisEnabled [Notes ]: Notes relevant for the management of the application. [OnPremisesPublishing ]: onPremisesPublishing @@ -3732,6 +4001,7 @@ The origin must be an exact case-sensitive match with the origin that the user a This SPN needs to be in the list of services to which the connector can present delegated credentials. [KerberosSignOnMappingAttributeType ]: kerberosSignOnMappingAttributeType [SingleSignOnMode ]: singleSignOnMode + [TrafficRoutingMethod ]: trafficRoutingMethod [UseAlternateUrlForTranslationAndRedirect ]: Indicates whether the application should use alternateUrl instead of externalUrl. [VerifiedCustomDomainCertificatesMetadata ]: verifiedCustomDomainCertificatesMetadata [(Any) ]: This indicates any property can be added to this object. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaOnPremisePublishingProfileAgent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaOnPremisePublishingProfileAgent.md index 81ad727646b40..e5210434efeaa 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaOnPremisePublishingProfileAgent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaOnPremisePublishingProfileAgent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/new-mgbetaonpremisepublishingprofileagent Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaOnPremisePublishingProfileAgent --- @@ -26,7 +26,7 @@ New-MgBetaOnPremisePublishingProfileAgent -OnPremisesPublishingProfileId ] [-Status ] [-SupportedPublishingTypes ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -36,7 +36,7 @@ New-MgBetaOnPremisePublishingProfileAgent -OnPremisesPublishingProfileId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -48,7 +48,7 @@ New-MgBetaOnPremisePublishingProfileAgent -InputObject [-MachineName ] [-Status ] [-SupportedPublishingTypes ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -58,7 +58,7 @@ New-MgBetaOnPremisePublishingProfileAgent -InputObject -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.Applications/New-MgBetaOnPremisePublishingProfileAgentGroup.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaOnPremisePublishingProfileAgentGroup.md index 5beb9364dc864..4b0821816507f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaOnPremisePublishingProfileAgentGroup.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaOnPremisePublishingProfileAgentGroup.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/new-mgbetaonpremisepublishingprofileagentgroup Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaOnPremisePublishingProfileAgentGroup --- @@ -26,7 +26,7 @@ New-MgBetaOnPremisePublishingProfileAgentGroup -OnPremisesPublishingProfileId ] [-PublishingType ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -36,7 +36,7 @@ New-MgBetaOnPremisePublishingProfileAgentGroup -OnPremisesPublishingProfileId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -48,7 +48,7 @@ New-MgBetaOnPremisePublishingProfileAgentGroup -InputObject ] [-PublishingType ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -58,7 +58,7 @@ New-MgBetaOnPremisePublishingProfileAgentGroup -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaOnPremisePublishingProfileAgentGroupAgent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaOnPremisePublishingProfileAgentGroupAgent.md index e78604e64faa2..9a0c0cb9e529d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaOnPremisePublishingProfileAgentGroupAgent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaOnPremisePublishingProfileAgentGroupAgent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/new-mgbetaonpremisepublishingprofileagentgroupagent Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaOnPremisePublishingProfileAgentGroupAgent --- @@ -27,7 +27,6 @@ New-MgBetaOnPremisePublishingProfileAgentGroupAgent -OnPremisesAgentGroupId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -38,7 +37,6 @@ New-MgBetaOnPremisePublishingProfileAgentGroupAgent -OnPremisesAgentGroupId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -50,7 +48,7 @@ New-MgBetaOnPremisePublishingProfileAgentGroupAgent -InputObject ] [-Status ] [-SupportedPublishingTypes ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -60,7 +58,7 @@ New-MgBetaOnPremisePublishingProfileAgentGroupAgent -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaOnPremisePublishingProfileAgentGroupByRef.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaOnPremisePublishingProfileAgentGroupByRef.md index b4aeb4fe88f21..3fda6ec6cb0b6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaOnPremisePublishingProfileAgentGroupByRef.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaOnPremisePublishingProfileAgentGroupByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/new-mgbetaonpremisepublishingprofileagentgroupbyref Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaOnPremisePublishingProfileAgentGroupByRef --- @@ -25,7 +25,6 @@ New-MgBetaOnPremisePublishingProfileAgentGroupByRef -OnPremisesAgentId [-AdditionalProperties ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateExpanded @@ -37,7 +36,6 @@ New-MgBetaOnPremisePublishingProfileAgentGroupByRef -OnPremisesAgentGroupId ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -49,7 +47,6 @@ New-MgBetaOnPremisePublishingProfileAgentGroupByRef -OnPremisesAgentGroupId ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create1 @@ -60,7 +57,6 @@ New-MgBetaOnPremisePublishingProfileAgentGroupByRef -OnPremisesAgentId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded1 @@ -71,7 +67,6 @@ New-MgBetaOnPremisePublishingProfileAgentGroupByRef -InputObject ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -82,7 +77,6 @@ New-MgBetaOnPremisePublishingProfileAgentGroupByRef -InputObject ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity1 @@ -93,7 +87,6 @@ New-MgBetaOnPremisePublishingProfileAgentGroupByRef -InputObject ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -104,7 +97,6 @@ New-MgBetaOnPremisePublishingProfileAgentGroupByRef -InputObject ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaOnPremisePublishingProfileAgentGroupPublishedResource.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaOnPremisePublishingProfileAgentGroupPublishedResource.md index 2444aa51cd664..cb088f80cb8c4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaOnPremisePublishingProfileAgentGroupPublishedResource.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaOnPremisePublishingProfileAgentGroupPublishedResource.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/new-mgbetaonpremisepublishingprofileagentgrouppublishedresource Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaOnPremisePublishingProfileAgentGroupPublishedResource --- @@ -26,7 +26,7 @@ New-MgBetaOnPremisePublishingProfileAgentGroupPublishedResource -OnPremisesAgent [-DisplayName ] [-Id ] [-PublishingType ] [-ResourceName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -37,7 +37,6 @@ New-MgBetaOnPremisePublishingProfileAgentGroupPublishedResource -OnPremisesAgent [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -49,7 +48,6 @@ New-MgBetaOnPremisePublishingProfileAgentGroupPublishedResource -InputObject ] [-ResourceName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -59,7 +57,7 @@ New-MgBetaOnPremisePublishingProfileAgentGroupPublishedResource -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroup.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroup.md index e0f4632da62fa..52ed054795091 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroup.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroup.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/new-mgbetaonpremisepublishingprofileagentgrouppublishedresourceagentgroup Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroup --- @@ -28,7 +28,7 @@ New-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroup [-PublishedResources ] [-PublishingType ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -40,7 +40,6 @@ New-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroup [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -53,7 +52,7 @@ New-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroup [-PublishedResources ] [-PublishingType ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -64,7 +63,6 @@ New-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroup [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroupByRef.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroupByRef.md index 787a2c4ed79d4..387af679432de 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroupByRef.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroupByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/new-mgbetaonpremisepublishingprofileagentgrouppublishedresourceagentgroupbyref Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroupByRef --- @@ -26,7 +26,6 @@ New-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroupByRef [-AdditionalProperties ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -38,7 +37,6 @@ New-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroupByRef [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -49,7 +47,6 @@ New-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroupByRef [-AdditionalProperties ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -60,7 +57,6 @@ New-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroupByRef [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaOnPremisePublishingProfileConnector.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaOnPremisePublishingProfileConnector.md index 96a871fe7a7ec..bfc82be054904 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaOnPremisePublishingProfileConnector.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaOnPremisePublishingProfileConnector.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/new-mgbetaonpremisepublishingprofileconnector Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaOnPremisePublishingProfileConnector --- @@ -26,7 +26,6 @@ New-MgBetaOnPremisePublishingProfileConnector -OnPremisesPublishingProfileId ] [-Version ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -36,7 +35,7 @@ New-MgBetaOnPremisePublishingProfileConnector -OnPremisesPublishingProfileId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -48,7 +47,6 @@ New-MgBetaOnPremisePublishingProfileConnector -InputObject ] [-Version ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -58,7 +56,7 @@ New-MgBetaOnPremisePublishingProfileConnector -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -678,22 +676,23 @@ Always null when the object hasn't been deleted. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -723,12 +722,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppRoles ]: The collection of roles defined for the application. With app role assignments, these roles can be assigned to users, groups, or service principals associated with other applications. Not nullable. @@ -767,7 +823,7 @@ Tenant administrators should respond to security advisories sent through Azure H [IsPublisherAttested ]: Indicates whether the application developer or publisher completed Publisher Attestation. [LastCertificationDateTime ]: The timestamp when the certification for the application was most recently added or updated. [ConnectorGroup ]: connectorGroup - [CreatedByAppId ]: The globally unique appId (called Application (client) ID on the Microsoft Entra admin center) of the application that created this application. + [CreatedByAppId ]: The appId of the application that created this application. Set internally by Microsoft Entra ID. Read-only. [CreatedDateTime ]: The date and time the application was registered. @@ -891,8 +947,10 @@ For example, https://www.contoso.com/app/support For example, https://www.contoso.com/app/termsofservice [IsDeviceOnlyAuthSupported ]: Specifies whether this application supports device authentication without a user. The default is false. - [IsDisabled ]: Specifies whether the service principal of the app in a tenant or across tenants for multi-tenant apps can obtain new access tokens or access protected resources. + [IsDisabled ]: Deactivate an app without deleting it. +This configuration specifies whether the service principal of the app in a tenant or across tenants for multi-tenant apps can obtain new access tokens or access protected resources. When set to true, existing tokens remain valid until they expire based on their configured lifetimes, and the app stays visible in the Enterprise apps list but users cannot sign in.true if the application is deactivated (disabled); otherwise false. +Learn more in Deactivate an app registration. [IsFallbackPublicClient ]: Specifies the fallback application type as public client, such as an installed application running on a mobile device. The default value is false, which means the fallback application type is confidential client such as a web app. There are certain scenarios where Microsoft Entra ID can't determine the client application type. @@ -912,7 +970,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -923,6 +981,13 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. If usage is Sign​, the type should be X509CertAndPassword​, and the passwordCredentials​ for signing should be defined. [Logo ]: The main logo for the application. Not nullable. + [ManagerApplications ]: A collection of application IDs for applications designated as managers of this application. +Manager applications can create service principals for the applications they manage. +Currently, only Microsoft first-party application IDs can be set as values. +Maximum of 10 values. +Not nullable. +Read-only for third-party (3P) callers; writes by 3P callers are rejected with a 400 Bad Request error. +Requires $select to retrieve. [NativeAuthenticationApisEnabled ]: nativeAuthenticationApisEnabled [Notes ]: Notes relevant for the management of the application. [OnPremisesPublishing ]: onPremisesPublishing @@ -1000,6 +1065,7 @@ The origin must be an exact case-sensitive match with the origin that the user a This SPN needs to be in the list of services to which the connector can present delegated credentials. [KerberosSignOnMappingAttributeType ]: kerberosSignOnMappingAttributeType [SingleSignOnMode ]: singleSignOnMode + [TrafficRoutingMethod ]: trafficRoutingMethod [UseAlternateUrlForTranslationAndRedirect ]: Indicates whether the application should use alternateUrl instead of externalUrl. [VerifiedCustomDomainCertificatesMetadata ]: verifiedCustomDomainCertificatesMetadata [(Any) ]: This indicates any property can be added to this object. @@ -1566,22 +1632,23 @@ Always null when the object hasn't been deleted. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -1611,12 +1678,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppRoles ]: The collection of roles defined for the application. With app role assignments, these roles can be assigned to users, groups, or service principals associated with other applications. Not nullable. @@ -1655,7 +1779,7 @@ Tenant administrators should respond to security advisories sent through Azure H [IsPublisherAttested ]: Indicates whether the application developer or publisher completed Publisher Attestation. [LastCertificationDateTime ]: The timestamp when the certification for the application was most recently added or updated. [ConnectorGroup ]: connectorGroup - [CreatedByAppId ]: The globally unique appId (called Application (client) ID on the Microsoft Entra admin center) of the application that created this application. + [CreatedByAppId ]: The appId of the application that created this application. Set internally by Microsoft Entra ID. Read-only. [CreatedDateTime ]: The date and time the application was registered. @@ -1779,8 +1903,10 @@ For example, https://www.contoso.com/app/support For example, https://www.contoso.com/app/termsofservice [IsDeviceOnlyAuthSupported ]: Specifies whether this application supports device authentication without a user. The default is false. - [IsDisabled ]: Specifies whether the service principal of the app in a tenant or across tenants for multi-tenant apps can obtain new access tokens or access protected resources. + [IsDisabled ]: Deactivate an app without deleting it. +This configuration specifies whether the service principal of the app in a tenant or across tenants for multi-tenant apps can obtain new access tokens or access protected resources. When set to true, existing tokens remain valid until they expire based on their configured lifetimes, and the app stays visible in the Enterprise apps list but users cannot sign in.true if the application is deactivated (disabled); otherwise false. +Learn more in Deactivate an app registration. [IsFallbackPublicClient ]: Specifies the fallback application type as public client, such as an installed application running on a mobile device. The default value is false, which means the fallback application type is confidential client such as a web app. There are certain scenarios where Microsoft Entra ID can't determine the client application type. @@ -1800,7 +1926,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -1811,6 +1937,13 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. If usage is Sign​, the type should be X509CertAndPassword​, and the passwordCredentials​ for signing should be defined. [Logo ]: The main logo for the application. Not nullable. + [ManagerApplications ]: A collection of application IDs for applications designated as managers of this application. +Manager applications can create service principals for the applications they manage. +Currently, only Microsoft first-party application IDs can be set as values. +Maximum of 10 values. +Not nullable. +Read-only for third-party (3P) callers; writes by 3P callers are rejected with a 400 Bad Request error. +Requires $select to retrieve. [NativeAuthenticationApisEnabled ]: nativeAuthenticationApisEnabled [Notes ]: Notes relevant for the management of the application. [OnPremisesPublishing ]: onPremisesPublishing @@ -1888,6 +2021,7 @@ The origin must be an exact case-sensitive match with the origin that the user a This SPN needs to be in the list of services to which the connector can present delegated credentials. [KerberosSignOnMappingAttributeType ]: kerberosSignOnMappingAttributeType [SingleSignOnMode ]: singleSignOnMode + [TrafficRoutingMethod ]: trafficRoutingMethod [UseAlternateUrlForTranslationAndRedirect ]: Indicates whether the application should use alternateUrl instead of externalUrl. [VerifiedCustomDomainCertificatesMetadata ]: verifiedCustomDomainCertificatesMetadata [(Any) ]: This indicates any property can be added to this object. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaOnPremisePublishingProfileConnectorGroup.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaOnPremisePublishingProfileConnectorGroup.md index d914e8a1c2437..0c7f1339f8efa 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaOnPremisePublishingProfileConnectorGroup.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaOnPremisePublishingProfileConnectorGroup.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/new-mgbetaonpremisepublishingprofileconnectorgroup Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaOnPremisePublishingProfileConnectorGroup --- @@ -26,7 +26,7 @@ New-MgBetaOnPremisePublishingProfileConnectorGroup -OnPremisesPublishingProfileI [-IsDefault] [-Members ] [-Name ] [-Region ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -36,7 +36,7 @@ New-MgBetaOnPremisePublishingProfileConnectorGroup -OnPremisesPublishingProfileI -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -48,7 +48,7 @@ New-MgBetaOnPremisePublishingProfileConnectorGroup -InputObject ] [-Name ] [-Region ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -58,7 +58,7 @@ New-MgBetaOnPremisePublishingProfileConnectorGroup -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -717,22 +717,23 @@ Always null when the object hasn't been deleted. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -762,12 +763,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppRoles ]: The collection of roles defined for the application. With app role assignments, these roles can be assigned to users, groups, or service principals associated with other applications. Not nullable. @@ -827,7 +885,7 @@ Read-only. Read-only. [Name ]: The name associated with the connectorGroup. [Region ]: connectorGroupRegion - [CreatedByAppId ]: The globally unique appId (called Application (client) ID on the Microsoft Entra admin center) of the application that created this application. + [CreatedByAppId ]: The appId of the application that created this application. Set internally by Microsoft Entra ID. Read-only. [CreatedDateTime ]: The date and time the application was registered. @@ -951,8 +1009,10 @@ For example, https://www.contoso.com/app/support For example, https://www.contoso.com/app/termsofservice [IsDeviceOnlyAuthSupported ]: Specifies whether this application supports device authentication without a user. The default is false. - [IsDisabled ]: Specifies whether the service principal of the app in a tenant or across tenants for multi-tenant apps can obtain new access tokens or access protected resources. + [IsDisabled ]: Deactivate an app without deleting it. +This configuration specifies whether the service principal of the app in a tenant or across tenants for multi-tenant apps can obtain new access tokens or access protected resources. When set to true, existing tokens remain valid until they expire based on their configured lifetimes, and the app stays visible in the Enterprise apps list but users cannot sign in.true if the application is deactivated (disabled); otherwise false. +Learn more in Deactivate an app registration. [IsFallbackPublicClient ]: Specifies the fallback application type as public client, such as an installed application running on a mobile device. The default value is false, which means the fallback application type is confidential client such as a web app. There are certain scenarios where Microsoft Entra ID can't determine the client application type. @@ -972,7 +1032,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -983,6 +1043,13 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. If usage is Sign​, the type should be X509CertAndPassword​, and the passwordCredentials​ for signing should be defined. [Logo ]: The main logo for the application. Not nullable. + [ManagerApplications ]: A collection of application IDs for applications designated as managers of this application. +Manager applications can create service principals for the applications they manage. +Currently, only Microsoft first-party application IDs can be set as values. +Maximum of 10 values. +Not nullable. +Read-only for third-party (3P) callers; writes by 3P callers are rejected with a 400 Bad Request error. +Requires $select to retrieve. [NativeAuthenticationApisEnabled ]: nativeAuthenticationApisEnabled [Notes ]: Notes relevant for the management of the application. [OnPremisesPublishing ]: onPremisesPublishing @@ -1060,6 +1127,7 @@ The origin must be an exact case-sensitive match with the origin that the user a This SPN needs to be in the list of services to which the connector can present delegated credentials. [KerberosSignOnMappingAttributeType ]: kerberosSignOnMappingAttributeType [SingleSignOnMode ]: singleSignOnMode + [TrafficRoutingMethod ]: trafficRoutingMethod [UseAlternateUrlForTranslationAndRedirect ]: Indicates whether the application should use alternateUrl instead of externalUrl. [VerifiedCustomDomainCertificatesMetadata ]: verifiedCustomDomainCertificatesMetadata [(Any) ]: This indicates any property can be added to this object. @@ -1578,22 +1646,23 @@ Always null when the object hasn't been deleted. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -1623,12 +1692,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppRoles ]: The collection of roles defined for the application. With app role assignments, these roles can be assigned to users, groups, or service principals associated with other applications. Not nullable. @@ -1667,7 +1793,7 @@ Tenant administrators should respond to security advisories sent through Azure H [IsPublisherAttested ]: Indicates whether the application developer or publisher completed Publisher Attestation. [LastCertificationDateTime ]: The timestamp when the certification for the application was most recently added or updated. [ConnectorGroup ]: connectorGroup - [CreatedByAppId ]: The globally unique appId (called Application (client) ID on the Microsoft Entra admin center) of the application that created this application. + [CreatedByAppId ]: The appId of the application that created this application. Set internally by Microsoft Entra ID. Read-only. [CreatedDateTime ]: The date and time the application was registered. @@ -1791,8 +1917,10 @@ For example, https://www.contoso.com/app/support For example, https://www.contoso.com/app/termsofservice [IsDeviceOnlyAuthSupported ]: Specifies whether this application supports device authentication without a user. The default is false. - [IsDisabled ]: Specifies whether the service principal of the app in a tenant or across tenants for multi-tenant apps can obtain new access tokens or access protected resources. + [IsDisabled ]: Deactivate an app without deleting it. +This configuration specifies whether the service principal of the app in a tenant or across tenants for multi-tenant apps can obtain new access tokens or access protected resources. When set to true, existing tokens remain valid until they expire based on their configured lifetimes, and the app stays visible in the Enterprise apps list but users cannot sign in.true if the application is deactivated (disabled); otherwise false. +Learn more in Deactivate an app registration. [IsFallbackPublicClient ]: Specifies the fallback application type as public client, such as an installed application running on a mobile device. The default value is false, which means the fallback application type is confidential client such as a web app. There are certain scenarios where Microsoft Entra ID can't determine the client application type. @@ -1812,7 +1940,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -1823,6 +1951,13 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. If usage is Sign​, the type should be X509CertAndPassword​, and the passwordCredentials​ for signing should be defined. [Logo ]: The main logo for the application. Not nullable. + [ManagerApplications ]: A collection of application IDs for applications designated as managers of this application. +Manager applications can create service principals for the applications they manage. +Currently, only Microsoft first-party application IDs can be set as values. +Maximum of 10 values. +Not nullable. +Read-only for third-party (3P) callers; writes by 3P callers are rejected with a 400 Bad Request error. +Requires $select to retrieve. [NativeAuthenticationApisEnabled ]: nativeAuthenticationApisEnabled [Notes ]: Notes relevant for the management of the application. [OnPremisesPublishing ]: onPremisesPublishing @@ -1900,6 +2035,7 @@ The origin must be an exact case-sensitive match with the origin that the user a This SPN needs to be in the list of services to which the connector can present delegated credentials. [KerberosSignOnMappingAttributeType ]: kerberosSignOnMappingAttributeType [SingleSignOnMode ]: singleSignOnMode + [TrafficRoutingMethod ]: trafficRoutingMethod [UseAlternateUrlForTranslationAndRedirect ]: Indicates whether the application should use alternateUrl instead of externalUrl. [VerifiedCustomDomainCertificatesMetadata ]: verifiedCustomDomainCertificatesMetadata [(Any) ]: This indicates any property can be added to this object. @@ -2479,22 +2615,23 @@ Always null when the object hasn't been deleted. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -2524,12 +2661,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppRoles ]: The collection of roles defined for the application. With app role assignments, these roles can be assigned to users, groups, or service principals associated with other applications. Not nullable. @@ -2568,7 +2762,7 @@ Tenant administrators should respond to security advisories sent through Azure H [IsPublisherAttested ]: Indicates whether the application developer or publisher completed Publisher Attestation. [LastCertificationDateTime ]: The timestamp when the certification for the application was most recently added or updated. [ConnectorGroup ]: connectorGroup - [CreatedByAppId ]: The globally unique appId (called Application (client) ID on the Microsoft Entra admin center) of the application that created this application. + [CreatedByAppId ]: The appId of the application that created this application. Set internally by Microsoft Entra ID. Read-only. [CreatedDateTime ]: The date and time the application was registered. @@ -2692,8 +2886,10 @@ For example, https://www.contoso.com/app/support For example, https://www.contoso.com/app/termsofservice [IsDeviceOnlyAuthSupported ]: Specifies whether this application supports device authentication without a user. The default is false. - [IsDisabled ]: Specifies whether the service principal of the app in a tenant or across tenants for multi-tenant apps can obtain new access tokens or access protected resources. + [IsDisabled ]: Deactivate an app without deleting it. +This configuration specifies whether the service principal of the app in a tenant or across tenants for multi-tenant apps can obtain new access tokens or access protected resources. When set to true, existing tokens remain valid until they expire based on their configured lifetimes, and the app stays visible in the Enterprise apps list but users cannot sign in.true if the application is deactivated (disabled); otherwise false. +Learn more in Deactivate an app registration. [IsFallbackPublicClient ]: Specifies the fallback application type as public client, such as an installed application running on a mobile device. The default value is false, which means the fallback application type is confidential client such as a web app. There are certain scenarios where Microsoft Entra ID can't determine the client application type. @@ -2713,7 +2909,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -2724,6 +2920,13 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. If usage is Sign​, the type should be X509CertAndPassword​, and the passwordCredentials​ for signing should be defined. [Logo ]: The main logo for the application. Not nullable. + [ManagerApplications ]: A collection of application IDs for applications designated as managers of this application. +Manager applications can create service principals for the applications they manage. +Currently, only Microsoft first-party application IDs can be set as values. +Maximum of 10 values. +Not nullable. +Read-only for third-party (3P) callers; writes by 3P callers are rejected with a 400 Bad Request error. +Requires $select to retrieve. [NativeAuthenticationApisEnabled ]: nativeAuthenticationApisEnabled [Notes ]: Notes relevant for the management of the application. [OnPremisesPublishing ]: onPremisesPublishing @@ -2801,6 +3004,7 @@ The origin must be an exact case-sensitive match with the origin that the user a This SPN needs to be in the list of services to which the connector can present delegated credentials. [KerberosSignOnMappingAttributeType ]: kerberosSignOnMappingAttributeType [SingleSignOnMode ]: singleSignOnMode + [TrafficRoutingMethod ]: trafficRoutingMethod [UseAlternateUrlForTranslationAndRedirect ]: Indicates whether the application should use alternateUrl instead of externalUrl. [VerifiedCustomDomainCertificatesMetadata ]: verifiedCustomDomainCertificatesMetadata [(Any) ]: This indicates any property can be added to this object. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaOnPremisePublishingProfileConnectorGroupMemberByRef.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaOnPremisePublishingProfileConnectorGroupMemberByRef.md index aaa6482ae7f0c..948ed3657aea9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaOnPremisePublishingProfileConnectorGroupMemberByRef.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaOnPremisePublishingProfileConnectorGroupMemberByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/new-mgbetaonpremisepublishingprofileconnectorgroupmemberbyref Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaOnPremisePublishingProfileConnectorGroupMemberByRef --- @@ -25,7 +25,6 @@ New-MgBetaOnPremisePublishingProfileConnectorGroupMemberByRef -ConnectorGroupId [-AdditionalProperties ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -36,7 +35,6 @@ New-MgBetaOnPremisePublishingProfileConnectorGroupMemberByRef -ConnectorGroupId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -47,7 +45,6 @@ New-MgBetaOnPremisePublishingProfileConnectorGroupMemberByRef -InputObject ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -58,7 +55,6 @@ New-MgBetaOnPremisePublishingProfileConnectorGroupMemberByRef -InputObject ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaOnPremisePublishingProfileConnectorMemberOfByRef.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaOnPremisePublishingProfileConnectorMemberOfByRef.md index 4169e21af545e..103000d712faa 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaOnPremisePublishingProfileConnectorMemberOfByRef.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaOnPremisePublishingProfileConnectorMemberOfByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/new-mgbetaonpremisepublishingprofileconnectormemberofbyref Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaOnPremisePublishingProfileConnectorMemberOfByRef --- @@ -25,7 +25,6 @@ New-MgBetaOnPremisePublishingProfileConnectorMemberOfByRef -ConnectorId [-AdditionalProperties ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -36,7 +35,6 @@ New-MgBetaOnPremisePublishingProfileConnectorMemberOfByRef -ConnectorId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -47,7 +45,6 @@ New-MgBetaOnPremisePublishingProfileConnectorMemberOfByRef -InputObject ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -58,7 +55,6 @@ New-MgBetaOnPremisePublishingProfileConnectorMemberOfByRef -InputObject ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaOnPremisePublishingProfilePublishedResource.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaOnPremisePublishingProfilePublishedResource.md index 459a24b7a3326..6e2f2c156fab6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaOnPremisePublishingProfilePublishedResource.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaOnPremisePublishingProfilePublishedResource.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/new-mgbetaonpremisepublishingprofilepublishedresource Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaOnPremisePublishingProfilePublishedResource --- @@ -26,7 +26,6 @@ New-MgBetaOnPremisePublishingProfilePublishedResource -OnPremisesPublishingProfi [-PublishingType ] [-ResourceName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -36,7 +35,7 @@ New-MgBetaOnPremisePublishingProfilePublishedResource -OnPremisesPublishingProfi -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -48,7 +47,6 @@ New-MgBetaOnPremisePublishingProfilePublishedResource -InputObject ] [-ResourceName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -58,7 +56,7 @@ New-MgBetaOnPremisePublishingProfilePublishedResource -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaOnPremisePublishingProfilePublishedResourceAgentGroup.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaOnPremisePublishingProfilePublishedResourceAgentGroup.md index 6a13267adbdf3..bfa467ed720d0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaOnPremisePublishingProfilePublishedResourceAgentGroup.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaOnPremisePublishingProfilePublishedResourceAgentGroup.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/new-mgbetaonpremisepublishingprofilepublishedresourceagentgroup Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaOnPremisePublishingProfilePublishedResourceAgentGroup --- @@ -27,7 +27,7 @@ New-MgBetaOnPremisePublishingProfilePublishedResourceAgentGroup [-PublishedResources ] [-PublishingType ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -38,7 +38,7 @@ New-MgBetaOnPremisePublishingProfilePublishedResourceAgentGroup -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -50,7 +50,7 @@ New-MgBetaOnPremisePublishingProfilePublishedResourceAgentGroup -InputObject ] [-PublishingType ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -60,7 +60,7 @@ New-MgBetaOnPremisePublishingProfilePublishedResourceAgentGroup -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaOnPremisePublishingProfilePublishedResourceAgentGroupByRef.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaOnPremisePublishingProfilePublishedResourceAgentGroupByRef.md index 442fab5c23071..9f72441db4768 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaOnPremisePublishingProfilePublishedResourceAgentGroupByRef.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaOnPremisePublishingProfilePublishedResourceAgentGroupByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/new-mgbetaonpremisepublishingprofilepublishedresourceagentgroupbyref Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaOnPremisePublishingProfilePublishedResourceAgentGroupByRef --- @@ -26,7 +26,6 @@ New-MgBetaOnPremisePublishingProfilePublishedResourceAgentGroupByRef [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -38,7 +37,6 @@ New-MgBetaOnPremisePublishingProfilePublishedResourceAgentGroupByRef [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -49,7 +47,6 @@ New-MgBetaOnPremisePublishingProfilePublishedResourceAgentGroupByRef [-AdditionalProperties ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -60,7 +57,6 @@ New-MgBetaOnPremisePublishingProfilePublishedResourceAgentGroupByRef [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaOnPremisePublishingProfileSensor.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaOnPremisePublishingProfileSensor.md index 9e5b105385145..7e500f2014088 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaOnPremisePublishingProfileSensor.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaOnPremisePublishingProfileSensor.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/new-mgbetaonpremisepublishingprofilesensor Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaOnPremisePublishingProfileSensor --- @@ -25,7 +25,7 @@ New-MgBetaOnPremisePublishingProfileSensor -OnPremisesPublishingProfileId ] [-IsAuditMode] [-IsBreakglassEnabled] [-MachineName ] [-Status ] [-Version ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -35,7 +35,7 @@ New-MgBetaOnPremisePublishingProfileSensor -OnPremisesPublishingProfileId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -46,7 +46,7 @@ New-MgBetaOnPremisePublishingProfileSensor -InputObject [-Id ] [-IsAuditMode] [-IsBreakglassEnabled] [-MachineName ] [-Status ] [-Version ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -56,7 +56,7 @@ New-MgBetaOnPremisePublishingProfileSensor -InputObject -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.Applications/New-MgBetaServicePrincipal.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaServicePrincipal.md index 11113bbbdc63b..7deceb8b0eec5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaServicePrincipal.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaServicePrincipal.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/new-mgbetaserviceprincipal Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaServicePrincipal --- @@ -63,7 +63,6 @@ New-MgBetaServicePrincipal [-ResponseHeadersVariable ] [-AccountEnabled] [-VerifiedPublisher ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -73,7 +72,6 @@ New-MgBetaServicePrincipal -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -90,9 +88,9 @@ This API can also create an agentIdentityBlueprintPrincipal object from an agent | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Application.ReadWrite.All, Directory.ReadWrite.All, | +| Delegated (work or school account) | Application.ReadWrite.All, AgentIdentity.Create.All, AgentIdentityBlueprintPrincipal.Create, Directory.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | Application.ReadWrite.OwnedBy, Directory.ReadWrite.All, Application.ReadWrite.All, | +| Application | Application.ReadWrite.OwnedBy, AgentIdentity.Create.All, AgentIdentity.CreateAsManager, AgentIdentityBlueprintPrincipal.Create, Application.ReadWrite.All, Directory.ReadWrite.All, | ## EXAMPLES ### Example 1: Create a new service principal object @@ -544,7 +542,7 @@ HelpMessage: '' ### -CreatedByAppId -The appId (called Application (client) ID on the Microsoft Entra admin center) of the application used to create the service principal. +The appId of the application that created this service principal. Set internally by Microsoft Entra ID. Read-only. @@ -1863,22 +1861,23 @@ Always null when the object hasn't been deleted. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -1908,12 +1907,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration APPROLEASSIGNEDTO : App role assignments for this app or service, granted to users, groups, and other service principals.Supports $expand. [DeletedDateTime ]: Date and time when this object was deleted. @@ -2043,22 +2099,23 @@ Always null when the object hasn't been deleted. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -2088,12 +2145,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -2203,7 +2317,7 @@ Optional. [IncludeBasicClaimSet ]: Determines whether the basic claim set is included in tokens affected by this policy. If set to true, all claims in the basic claim set are emitted in tokens affected by the policy. By default the basic claim set isn't in the tokens unless they're explicitly configured in this policy. - [CreatedByAppId ]: The appId (called Application (client) ID on the Microsoft Entra admin center) of the application used to create the service principal. + [CreatedByAppId ]: The appId of the application that created this service principal. Set internally by Microsoft Entra ID. Read-only. [CreatedObjects ]: Directory objects created by this service principal. @@ -2335,7 +2449,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -2494,13 +2608,13 @@ May not begin with .. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [ApprovedClientApps ]: + [ApprovedClientApps ]: The collection of approved client apps that are associated with the RDS configuration. +Supports $expand. [Id ]: The unique identifier for an entity. Read-only. - [DisplayName ]: + [DisplayName ]: Display name for the client application. [IsRemoteDesktopProtocolEnabled ]: Determines if Microsoft Entra ID RDS authentication protocol for RDP is enabled. [TargetDeviceGroups ]: The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. -
]: The unique identifier for an entity. Read-only. [DisplayName ]: Display name for the target device group. @@ -2998,7 +3112,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -3160,13 +3274,13 @@ REMOTEDESKTOPSECURITYCONFIGURATION `]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [ApprovedClientApps ]: + [ApprovedClientApps ]: The collection of approved client apps that are associated with the RDS configuration. +Supports $expand. [Id ]: The unique identifier for an entity. Read-only. - [DisplayName ]: + [DisplayName ]: Display name for the client application. [IsRemoteDesktopProtocolEnabled ]: Determines if Microsoft Entra ID RDS authentication protocol for RDP is enabled. [TargetDeviceGroups ]: The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. -
]: The unique identifier for an entity. Read-only. [DisplayName ]: Display name for the target device group. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaServicePrincipalAppRoleAssignedTo.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaServicePrincipalAppRoleAssignedTo.md index c1d237f45f118..eff25edf67567 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaServicePrincipalAppRoleAssignedTo.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaServicePrincipalAppRoleAssignedTo.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/new-mgbetaserviceprincipalapproleassignedto Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaServicePrincipalAppRoleAssignedTo --- @@ -33,7 +33,6 @@ New-MgBetaServicePrincipalAppRoleAssignedTo -ServicePrincipalId [-ResourceDisplayName ] [-ResourceId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -43,7 +42,7 @@ New-MgBetaServicePrincipalAppRoleAssignedTo -ServicePrincipalId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -56,7 +55,6 @@ New-MgBetaServicePrincipalAppRoleAssignedTo -InputObject [-ResourceDisplayName ] [-ResourceId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -66,7 +64,7 @@ New-MgBetaServicePrincipalAppRoleAssignedTo -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -85,9 +83,9 @@ To grant an app role assignment, you need three identifiers: | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Directory.Read.All, AppRoleAssignment.ReadWrite.All, Application.Read.All, | +| Delegated (work or school account) | Application.Read.All, AppRoleAssignment.ReadWrite.All, Directory.Read.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | Directory.Read.All, AppRoleAssignment.ReadWrite.All, Application.Read.All, | +| Application | Application.Read.All, AppRoleAssignment.ReadWrite.All, Directory.Read.All, | ## EXAMPLES ### Example 1: Code snippet diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaServicePrincipalAppRoleAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaServicePrincipalAppRoleAssignment.md index d05e4a831b25b..3a5166ed392b7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaServicePrincipalAppRoleAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaServicePrincipalAppRoleAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/new-mgbetaserviceprincipalapproleassignment Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaServicePrincipalAppRoleAssignment --- @@ -33,7 +33,6 @@ New-MgBetaServicePrincipalAppRoleAssignment -ServicePrincipalId [-ResourceDisplayName ] [-ResourceId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -43,7 +42,7 @@ New-MgBetaServicePrincipalAppRoleAssignment -ServicePrincipalId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -56,7 +55,6 @@ New-MgBetaServicePrincipalAppRoleAssignment -InputObject [-ResourceDisplayName ] [-ResourceId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -66,7 +64,7 @@ New-MgBetaServicePrincipalAppRoleAssignment -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -85,9 +83,9 @@ To grant an app role assignment to a client service principal, you need three id | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Directory.Read.All, AppRoleAssignment.ReadWrite.All, Application.Read.All, | +| Delegated (work or school account) | Application.Read.All, AppRoleAssignment.ReadWrite.All, Directory.Read.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | Directory.Read.All, AppRoleAssignment.ReadWrite.All, Application.Read.All, | +| Application | Application.Read.All, AppRoleAssignment.ReadWrite.All, Directory.Read.All, | ## EXAMPLES ### Example 1: Code snippet diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaServicePrincipalClaimMappingPolicyByRef.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaServicePrincipalClaimMappingPolicyByRef.md index 948f2982f72a2..3f800df923bcf 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaServicePrincipalClaimMappingPolicyByRef.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaServicePrincipalClaimMappingPolicyByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/new-mgbetaserviceprincipalclaimmappingpolicybyref Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaServicePrincipalClaimMappingPolicyByRef --- @@ -28,7 +28,6 @@ New-MgBetaServicePrincipalClaimMappingPolicyByRef -ServicePrincipalId - [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -39,7 +38,6 @@ New-MgBetaServicePrincipalClaimMappingPolicyByRef -ServicePrincipalId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -50,7 +48,6 @@ New-MgBetaServicePrincipalClaimMappingPolicyByRef -InputObject ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -61,7 +58,6 @@ New-MgBetaServicePrincipalClaimMappingPolicyByRef -InputObject ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -77,9 +73,9 @@ Assign a claimsMappingPolicy to a servicePrincipal. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Policy.ReadWrite.ApplicationConfiguration, Policy.Read.All, Application.ReadWrite.All, | +| Delegated (work or school account) | Application.ReadWrite.All, Policy.Read.All, Policy.ReadWrite.ApplicationConfiguration, | | Delegated (personal Microsoft account) | Not supported | -| Application | Policy.ReadWrite.ApplicationConfiguration, Policy.Read.All, Application.ReadWrite.OwnedBy, Application.ReadWrite.All, | +| Application | Application.ReadWrite.All, Application.ReadWrite.OwnedBy, Policy.Read.All, Policy.ReadWrite.ApplicationConfiguration, | ## EXAMPLES ### Example 1: Code snippet diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaServicePrincipalDelegatedPermissionClassification.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaServicePrincipalDelegatedPermissionClassification.md index 66199bb89eb89..761b38d7d5bca 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaServicePrincipalDelegatedPermissionClassification.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaServicePrincipalDelegatedPermissionClassification.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/new-mgbetaserviceprincipaldelegatedpermissionclassification Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaServicePrincipalDelegatedPermissionClassification --- @@ -28,7 +28,7 @@ New-MgBetaServicePrincipalDelegatedPermissionClassification -ServicePrincipalId [-Id ] [-PermissionId ] [-PermissionName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -39,7 +39,6 @@ New-MgBetaServicePrincipalDelegatedPermissionClassification -ServicePrincipalId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -50,7 +49,7 @@ New-MgBetaServicePrincipalDelegatedPermissionClassification -InputObject ] [-PermissionId ] [-PermissionName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -61,7 +60,6 @@ New-MgBetaServicePrincipalDelegatedPermissionClassification -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaServicePrincipalEndpoint.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaServicePrincipalEndpoint.md index e0b58e8274011..6280743eaca1a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaServicePrincipalEndpoint.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaServicePrincipalEndpoint.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/new-mgbetaserviceprincipalendpoint Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaServicePrincipalEndpoint --- @@ -28,7 +28,7 @@ New-MgBetaServicePrincipalEndpoint -ServicePrincipalId [-ResponseHeader [-Id ] [-ProviderId ] [-ProviderName ] [-ProviderResourceId ] [-Uri ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -38,7 +38,7 @@ New-MgBetaServicePrincipalEndpoint -ServicePrincipalId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -50,7 +50,6 @@ New-MgBetaServicePrincipalEndpoint -InputObject [-ProviderResourceId ] [-Uri ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -60,7 +59,7 @@ New-MgBetaServicePrincipalEndpoint -InputObject -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.Applications/New-MgBetaServicePrincipalHomeRealmDiscoveryPolicyByRef.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaServicePrincipalHomeRealmDiscoveryPolicyByRef.md index 5355178f3244d..98a13f7229826 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaServicePrincipalHomeRealmDiscoveryPolicyByRef.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaServicePrincipalHomeRealmDiscoveryPolicyByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/new-mgbetaserviceprincipalhomerealmdiscoverypolicybyref Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaServicePrincipalHomeRealmDiscoveryPolicyByRef --- @@ -28,7 +28,6 @@ New-MgBetaServicePrincipalHomeRealmDiscoveryPolicyByRef -ServicePrincipalId ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -39,7 +38,6 @@ New-MgBetaServicePrincipalHomeRealmDiscoveryPolicyByRef -ServicePrincipalId ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -50,7 +48,6 @@ New-MgBetaServicePrincipalHomeRealmDiscoveryPolicyByRef -InputObject ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -61,7 +58,6 @@ New-MgBetaServicePrincipalHomeRealmDiscoveryPolicyByRef -InputObject ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -77,9 +73,9 @@ Assign a homeRealmDiscoveryPolicy to a servicePrincipal. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Policy.ReadWrite.ApplicationConfiguration, Policy.Read.All, Application.ReadWrite.All, | +| Delegated (work or school account) | Application.ReadWrite.All, Policy.Read.All, Policy.ReadWrite.ApplicationConfiguration, | | Delegated (personal Microsoft account) | Not supported | -| Application | Policy.ReadWrite.ApplicationConfiguration, Policy.Read.All, Application.ReadWrite.OwnedBy, Application.ReadWrite.All, | +| Application | Application.ReadWrite.All, Application.ReadWrite.OwnedBy, Policy.Read.All, Policy.ReadWrite.ApplicationConfiguration, | ## EXAMPLES ### Example 1: Code snippet diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaServicePrincipalLicenseDetail.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaServicePrincipalLicenseDetail.md index 2b0c3888a82aa..5c01dc2f4fa04 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaServicePrincipalLicenseDetail.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaServicePrincipalLicenseDetail.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/new-mgbetaserviceprincipallicensedetail Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaServicePrincipalLicenseDetail --- @@ -25,7 +25,7 @@ New-MgBetaServicePrincipalLicenseDetail -ServicePrincipalId [-ServicePlans ] [-SkuId ] [-SkuPartNumber ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -35,7 +35,7 @@ New-MgBetaServicePrincipalLicenseDetail -ServicePrincipalId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -46,7 +46,7 @@ New-MgBetaServicePrincipalLicenseDetail -InputObject [-ServicePlans ] [-SkuId ] [-SkuPartNumber ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -56,7 +56,7 @@ New-MgBetaServicePrincipalLicenseDetail -InputObject -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.Applications/New-MgBetaServicePrincipalOwnerByRef.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaServicePrincipalOwnerByRef.md index fb90f8a6bb798..9b56cc726ec49 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaServicePrincipalOwnerByRef.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaServicePrincipalOwnerByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/new-mgbetaserviceprincipalownerbyref Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaServicePrincipalOwnerByRef --- @@ -29,7 +29,6 @@ New-MgBetaServicePrincipalOwnerByRef -ServicePrincipalId -OdataId ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -39,7 +38,6 @@ New-MgBetaServicePrincipalOwnerByRef -ServicePrincipalId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -50,7 +48,6 @@ New-MgBetaServicePrincipalOwnerByRef -InputObject -Odata [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -61,7 +58,6 @@ New-MgBetaServicePrincipalOwnerByRef -InputObject [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -78,9 +74,9 @@ Service principal owners can be users, the service principal itself, or other se | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Directory.ReadWrite.All, Directory.Read.All, Application.ReadWrite.All, | +| Delegated (work or school account) | Application.ReadWrite.All, Directory.Read.All, Directory.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | Directory.ReadWrite.All, Directory.Read.All, Application.ReadWrite.OwnedBy, Application.ReadWrite.All, | +| Application | Application.ReadWrite.All, Application.ReadWrite.OwnedBy, Directory.Read.All, Directory.ReadWrite.All, | ## EXAMPLES ### Example 1: Add an owner for a service principal diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaServicePrincipalPasswordSingleSignOnCredential.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaServicePrincipalPasswordSingleSignOnCredential.md index b8dc4f48258c1..0301d7aa5ba8d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaServicePrincipalPasswordSingleSignOnCredential.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaServicePrincipalPasswordSingleSignOnCredential.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/new-mgbetaserviceprincipalpasswordsinglesignoncredential Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaServicePrincipalPasswordSingleSignOnCredential --- @@ -25,7 +25,6 @@ New-MgBetaServicePrincipalPasswordSingleSignOnCredential -ServicePrincipalId ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -36,7 +35,6 @@ New-MgBetaServicePrincipalPasswordSingleSignOnCredential -ServicePrincipalId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -47,7 +45,6 @@ New-MgBetaServicePrincipalPasswordSingleSignOnCredential -InputObject ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -58,7 +55,6 @@ New-MgBetaServicePrincipalPasswordSingleSignOnCredential -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -74,9 +70,9 @@ Create single sign-on credentials using a password for a user or group. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Directory.ReadWrite.All, Directory.Read.All, Application.ReadWrite.All, | +| Delegated (work or school account) | Application.ReadWrite.All, Directory.Read.All, Directory.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | Directory.ReadWrite.All, Directory.Read.All, Application.ReadWrite.All, | +| Application | Application.ReadWrite.All, Directory.Read.All, Directory.ReadWrite.All, | ## EXAMPLES ### Example 1: Code snippet diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationApprovedClientApp.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationApprovedClientApp.md index 59206f57d62b2..7e7b19d5be7bf 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationApprovedClientApp.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationApprovedClientApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/new-mgbetaserviceprincipalremotedesktopsecurityconfigurationapprovedclientapp Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationApprovedClientApp --- @@ -13,7 +13,11 @@ title: New-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationApprovedClien ## SYNOPSIS -Create new navigation property to approvedClientApps for servicePrincipals +Create a new approvedClientApp object for the remoteDesktopSecurityConfiguration object on a service principal. +You can configure a maximum of 20 approved client apps. + +> [!NOTE] +> To view the v1.0 release of this cmdlet, view [New-MgServicePrincipalRemoteDesktopSecurityConfigurationApprovedClientApp](/powershell/module/Microsoft.Graph.Applications/New-MgServicePrincipalRemoteDesktopSecurityConfigurationApprovedClientApp?view=graph-powershell-1.0) ## SYNTAX @@ -25,7 +29,7 @@ New-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationApprovedClientApp [-AdditionalProperties ] [-DisplayName ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -36,7 +40,6 @@ New-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationApprovedClientApp [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -47,7 +50,7 @@ New-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationApprovedClientApp [-AdditionalProperties ] [-DisplayName ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -58,7 +61,6 @@ New-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationApprovedClientApp [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -68,15 +70,34 @@ This cmdlet has the following aliases, ## DESCRIPTION -Create new navigation property to approvedClientApps for servicePrincipals +Create a new approvedClientApp object for the remoteDesktopSecurityConfiguration object on a service principal. +You can configure a maximum of 20 approved client apps. **Permissions** | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Application-RemoteDesktopConfig.ReadWrite.All, Directory.ReadWrite.All, Application.ReadWrite.All, | +| Delegated (work or school account) | Application-RemoteDesktopConfig.ReadWrite.All, Application.ReadWrite.All, Directory.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | Application-RemoteDesktopConfig.ReadWrite.All, Directory.ReadWrite.All, Application.ReadWrite.OwnedBy, Application.ReadWrite.All, | +| Application | Application-RemoteDesktopConfig.ReadWrite.All, Application.ReadWrite.All, Application.ReadWrite.OwnedBy, Directory.ReadWrite.All, | + +## EXAMPLES +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Beta.Applications + +$params = @{ + "@odata.type" = "#microsoft.graph.approvedClientApp" + id = "cd57c330-a543-4249-9486-c1c257341de6" +} + +New-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationApprovedClientApp -ServicePrincipalId $servicePrincipalId -BodyParameter $params + +``` +This example shows how to use the New-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationApprovedClientApp Cmdlet. + ## PARAMETERS @@ -180,7 +201,7 @@ HelpMessage: '' ### -DisplayName - +Display name for the client application. ```yaml Type: System.String @@ -496,7 +517,7 @@ BODYPARAMETER ``: approvedClientApp [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [DisplayName ]: + [DisplayName ]: Display name for the client application. INPUTOBJECT ``: Identity Parameter [AppId ]: Alternate key of application @@ -540,7 +561,7 @@ INPUTOBJECT ``: Identity Parameter ## RELATED LINKS - [New-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationApprovedClientApp](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/new-mgbetaserviceprincipalremotedesktopsecurityconfigurationapprovedclientapp) - +- [Graph API Reference](https://learn.microsoft.com/graph/api/remotedesktopsecurityconfiguration-post-approvedclientapps?view=graph-rest-beta) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup.md index 247c11a7db0a2..39c79d84e7eae 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/new-mgbetaserviceprincipalremotedesktopsecurityconfigurationtargetdevicegroup Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup --- @@ -14,7 +14,7 @@ title: New-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceG ## SYNOPSIS Create a new targetDeviceGroup object for the remoteDesktopSecurityConfiguration object on the servicePrincipal. -You can configure a maximum of 10 target device groups for the remoteDesktopSecurityConfiguraiton object on the servicePrincipal. +You can configure a maximum of 10 target device groups for the remoteDesktopSecurityConfiguration object on the servicePrincipal. > [!NOTE] > To view the v1.0 release of this cmdlet, view [New-MgServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup](/powershell/module/Microsoft.Graph.Applications/New-MgServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup?view=graph-powershell-1.0) @@ -29,7 +29,7 @@ New-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup [-AdditionalProperties ] [-DisplayName ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -40,7 +40,6 @@ New-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -51,7 +50,7 @@ New-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup [-AdditionalProperties ] [-DisplayName ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -62,7 +61,6 @@ New-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -73,15 +71,15 @@ This cmdlet has the following aliases, ## DESCRIPTION Create a new targetDeviceGroup object for the remoteDesktopSecurityConfiguration object on the servicePrincipal. -You can configure a maximum of 10 target device groups for the remoteDesktopSecurityConfiguraiton object on the servicePrincipal. +You can configure a maximum of 10 target device groups for the remoteDesktopSecurityConfiguration object on the servicePrincipal. **Permissions** | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Application-RemoteDesktopConfig.ReadWrite.All, Directory.ReadWrite.All, Application.ReadWrite.All, | +| Delegated (work or school account) | Application-RemoteDesktopConfig.ReadWrite.All, Application.ReadWrite.All, Directory.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | Application-RemoteDesktopConfig.ReadWrite.All, Directory.ReadWrite.All, Application.ReadWrite.OwnedBy, Application.ReadWrite.All, | +| Application | Application-RemoteDesktopConfig.ReadWrite.All, Application.ReadWrite.All, Application.ReadWrite.OwnedBy, Directory.ReadWrite.All, | ## EXAMPLES ### Example 1: Code snippet diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaServicePrincipalSynchronizationJob.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaServicePrincipalSynchronizationJob.md index 868b5ec41bf33..2767b4e6ef509 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaServicePrincipalSynchronizationJob.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaServicePrincipalSynchronizationJob.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/new-mgbetaserviceprincipalsynchronizationjob Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaServicePrincipalSynchronizationJob --- @@ -32,7 +32,7 @@ New-MgBetaServicePrincipalSynchronizationJob -ServicePrincipalId [-SynchronizationJobSettings ] [-TemplateId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -42,7 +42,7 @@ New-MgBetaServicePrincipalSynchronizationJob -ServicePrincipalId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -55,7 +55,7 @@ New-MgBetaServicePrincipalSynchronizationJob -InputObject ] [-TemplateId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -65,7 +65,7 @@ New-MgBetaServicePrincipalSynchronizationJob -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaServicePrincipalSynchronizationJobOnDemand.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaServicePrincipalSynchronizationJobOnDemand.md index 6d279df8ecb54..ffc6eaaa4e3de 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaServicePrincipalSynchronizationJobOnDemand.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaServicePrincipalSynchronizationJobOnDemand.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/new-mgbetaserviceprincipalsynchronizationjobondemand Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaServicePrincipalSynchronizationJobOnDemand --- @@ -31,7 +31,7 @@ New-MgBetaServicePrincipalSynchronizationJobOnDemand -ServicePrincipalId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Provision @@ -43,7 +43,6 @@ New-MgBetaServicePrincipalSynchronizationJobOnDemand -ServicePrincipalId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ProvisionViaIdentityExpanded @@ -54,7 +53,7 @@ New-MgBetaServicePrincipalSynchronizationJobOnDemand -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### ProvisionViaIdentity @@ -65,7 +64,6 @@ New-MgBetaServicePrincipalSynchronizationJobOnDemand -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaServicePrincipalSynchronizationJobSchemaDirectory.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaServicePrincipalSynchronizationJobSchemaDirectory.md index 297b182832b62..b34da2733215b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaServicePrincipalSynchronizationJobSchemaDirectory.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaServicePrincipalSynchronizationJobSchemaDirectory.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/new-mgbetaserviceprincipalsynchronizationjobschemadirectory Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaServicePrincipalSynchronizationJobSchemaDirectory --- @@ -29,7 +29,7 @@ New-MgBetaServicePrincipalSynchronizationJobSchemaDirectory -ServicePrincipalId [-Id ] [-Name ] [-Objects ] [-ReadOnly] [-Version ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -40,7 +40,6 @@ New-MgBetaServicePrincipalSynchronizationJobSchemaDirectory -ServicePrincipalId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -52,7 +51,7 @@ New-MgBetaServicePrincipalSynchronizationJobSchemaDirectory -InputObject ] [-ReadOnly] [-Version ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -62,7 +61,7 @@ New-MgBetaServicePrincipalSynchronizationJobSchemaDirectory -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaServicePrincipalSynchronizationTemplate.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaServicePrincipalSynchronizationTemplate.md index 5fea59f1aa326..abb35275eaeae 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaServicePrincipalSynchronizationTemplate.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaServicePrincipalSynchronizationTemplate.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/new-mgbetaserviceprincipalsynchronizationtemplate Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaServicePrincipalSynchronizationTemplate --- @@ -30,7 +30,6 @@ New-MgBetaServicePrincipalSynchronizationTemplate -ServicePrincipalId [-Schema ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -40,7 +39,7 @@ New-MgBetaServicePrincipalSynchronizationTemplate -ServicePrincipalId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -53,7 +52,6 @@ New-MgBetaServicePrincipalSynchronizationTemplate -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -63,7 +61,7 @@ New-MgBetaServicePrincipalSynchronizationTemplate -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaServicePrincipalSynchronizationTemplateSchemaDirectory.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaServicePrincipalSynchronizationTemplateSchemaDirectory.md index f798cdee11289..12095b230810c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaServicePrincipalSynchronizationTemplateSchemaDirectory.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaServicePrincipalSynchronizationTemplateSchemaDirectory.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/new-mgbetaserviceprincipalsynchronizationtemplateschemadirectory Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaServicePrincipalSynchronizationTemplateSchemaDirectory --- @@ -29,7 +29,7 @@ New-MgBetaServicePrincipalSynchronizationTemplateSchemaDirectory -ServicePrincip [-Id ] [-Name ] [-Objects ] [-ReadOnly] [-Version ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -40,7 +40,6 @@ New-MgBetaServicePrincipalSynchronizationTemplateSchemaDirectory -ServicePrincip [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -52,7 +51,7 @@ New-MgBetaServicePrincipalSynchronizationTemplateSchemaDirectory [-Id ] [-Name ] [-Objects ] [-ReadOnly] [-Version ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -63,7 +62,6 @@ New-MgBetaServicePrincipalSynchronizationTemplateSchemaDirectory [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaServicePrincipalTokenIssuancePolicyByRef.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaServicePrincipalTokenIssuancePolicyByRef.md index dafa06ae8ec8a..bb607ca705d44 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaServicePrincipalTokenIssuancePolicyByRef.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaServicePrincipalTokenIssuancePolicyByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/new-mgbetaserviceprincipaltokenissuancepolicybyref Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaServicePrincipalTokenIssuancePolicyByRef --- @@ -28,7 +28,6 @@ New-MgBetaServicePrincipalTokenIssuancePolicyByRef -ServicePrincipalId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -39,7 +38,6 @@ New-MgBetaServicePrincipalTokenIssuancePolicyByRef -ServicePrincipalId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -50,7 +48,6 @@ New-MgBetaServicePrincipalTokenIssuancePolicyByRef -InputObject ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -61,7 +58,6 @@ New-MgBetaServicePrincipalTokenIssuancePolicyByRef -InputObject ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaServicePrincipalTokenLifetimePolicyByRef.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaServicePrincipalTokenLifetimePolicyByRef.md index 3818f003c8877..cc1cc5eff5ab1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaServicePrincipalTokenLifetimePolicyByRef.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaServicePrincipalTokenLifetimePolicyByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/new-mgbetaserviceprincipaltokenlifetimepolicybyref Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaServicePrincipalTokenLifetimePolicyByRef --- @@ -29,7 +29,6 @@ New-MgBetaServicePrincipalTokenLifetimePolicyByRef -ServicePrincipalId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -40,7 +39,6 @@ New-MgBetaServicePrincipalTokenLifetimePolicyByRef -ServicePrincipalId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -51,7 +49,6 @@ New-MgBetaServicePrincipalTokenLifetimePolicyByRef -InputObject ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -62,7 +59,6 @@ New-MgBetaServicePrincipalTokenLifetimePolicyByRef -InputObject ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -79,13 +75,14 @@ You can have multiple tokenLifetimePolicy policies in a tenant but can assign on | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Policy.ReadWrite.ApplicationConfiguration, Policy.Read.All, Application.ReadWrite.All, | +| Delegated (work or school account) | Application.ReadWrite.All, Policy.Read.All, Policy.ReadWrite.ApplicationConfiguration, | | Delegated (personal Microsoft account) | Not supported | -| Application | Policy.ReadWrite.ApplicationConfiguration, Policy.Read.All, Application.ReadWrite.OwnedBy, Application.ReadWrite.All, | +| Application | Application.ReadWrite.All, Application.ReadWrite.OwnedBy, Policy.Read.All, Policy.ReadWrite.ApplicationConfiguration, | ## EXAMPLES +### Example 1: Code snippet -### EXAMPLE 1 +```powershell Import-Module Microsoft.Graph.Beta.Applications @@ -95,6 +92,10 @@ $params = @{ New-MgBetaServicePrincipalTokenLifetimePolicyByRef -ServicePrincipalId $servicePrincipalId -BodyParameter $params +``` +This example shows how to use the New-MgBetaServicePrincipalTokenLifetimePolicyByRef Cmdlet. + + ## PARAMETERS ### -AdditionalProperties diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaUserAppRoleAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaUserAppRoleAssignment.md index 34eff1fc1f6e2..3861a5762997a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaUserAppRoleAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/New-MgBetaUserAppRoleAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/new-mgbetauserapproleassignment Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaUserAppRoleAssignment --- @@ -29,7 +29,7 @@ New-MgBetaUserAppRoleAssignment -UserId [-ResponseHeadersVariable ] [-PrincipalType ] [-ResourceDisplayName ] [-ResourceId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -39,7 +39,6 @@ New-MgBetaUserAppRoleAssignment -UserId -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -52,7 +51,6 @@ New-MgBetaUserAppRoleAssignment -InputObject [-ResourceDisplayName ] [-ResourceId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -62,7 +60,7 @@ New-MgBetaUserAppRoleAssignment -InputObject -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.Applications/Ping-MgBetaApplicationSynchronization.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Ping-MgBetaApplicationSynchronization.md index 5f4aff1e9bcb3..d71543bef81a0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Ping-MgBetaApplicationSynchronization.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Ping-MgBetaApplicationSynchronization.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/ping-mgbetaapplicationsynchronization Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Ping-MgBetaApplicationSynchronization --- @@ -23,7 +23,7 @@ Invoke function Ping Ping-MgBetaApplicationSynchronization -ApplicationId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### PingViaIdentity @@ -32,7 +32,7 @@ Ping-MgBetaApplicationSynchronization -ApplicationId [-ResponseHeadersV Ping-MgBetaApplicationSynchronization -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Ping-MgBetaServicePrincipalSynchronization.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Ping-MgBetaServicePrincipalSynchronization.md index f4e94ac2e281e..f46c4ba8027db 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Ping-MgBetaServicePrincipalSynchronization.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Ping-MgBetaServicePrincipalSynchronization.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/ping-mgbetaserviceprincipalsynchronization Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Ping-MgBetaServicePrincipalSynchronization --- @@ -23,7 +23,7 @@ Invoke function Ping Ping-MgBetaServicePrincipalSynchronization -ServicePrincipalId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### PingViaIdentity @@ -32,7 +32,7 @@ Ping-MgBetaServicePrincipalSynchronization -ServicePrincipalId Ping-MgBetaServicePrincipalSynchronization -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaApplication.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaApplication.md index 2f202c8b1759a..523b60d06a683 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaApplication.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaApplication.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/remove-mgbetaapplication Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaApplication --- @@ -30,7 +30,6 @@ Remove-MgBetaApplication -ApplicationId [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -40,7 +39,6 @@ Remove-MgBetaApplication -InputObject [-IfMatch [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -59,9 +57,9 @@ This API can also delete an agentIdentityBlueprint object by its ID. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Application.ReadWrite.All, | +| Delegated (work or school account) | Application.ReadWrite.All, AgentIdentityBlueprint.DeleteRestore.All, | | Delegated (personal Microsoft account) | Application.ReadWrite.All, | -| Application | Application.ReadWrite.OwnedBy, Application.ReadWrite.All, | +| Application | Application.ReadWrite.OwnedBy, AgentIdentityBlueprint.DeleteRestore.All, Application.ReadWrite.All, | ## EXAMPLES ### Example 1: Delete an application diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaApplicationAppManagementPolicyAppManagementPolicyByRef.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaApplicationAppManagementPolicyAppManagementPolicyByRef.md index a4300cbb4f807..4a9a4b8d90f0a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaApplicationAppManagementPolicyAppManagementPolicyByRef.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaApplicationAppManagementPolicyAppManagementPolicyByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/remove-mgbetaapplicationappmanagementpolicyappmanagementpolicybyref Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaApplicationAppManagementPolicyAppManagementPolicyByRef --- @@ -29,7 +29,6 @@ Remove-MgBetaApplicationAppManagementPolicyAppManagementPolicyByRef -AppManageme [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -40,7 +39,6 @@ Remove-MgBetaApplicationAppManagementPolicyAppManagementPolicyByRef [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaApplicationAppManagementPolicyByRef.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaApplicationAppManagementPolicyByRef.md index 4e52644b61fe2..3bb723d21a301 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaApplicationAppManagementPolicyByRef.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaApplicationAppManagementPolicyByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/Remove-MgBetaApplicationAppManagementPolicyByRef Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaApplicationAppManagementPolicyByRef --- @@ -29,7 +29,6 @@ Remove-MgBetaApplicationAppManagementPolicyByRef -AppManagementPolicyId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -40,7 +39,6 @@ Remove-MgBetaApplicationAppManagementPolicyByRef [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaApplicationByAppId.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaApplicationByAppId.md index a3fed2348214a..5d526d5bcf682 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaApplicationByAppId.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaApplicationByAppId.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/remove-mgbetaapplicationbyappid Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaApplicationByAppId --- @@ -30,7 +30,6 @@ Remove-MgBetaApplicationByAppId -AppId [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -40,7 +39,6 @@ Remove-MgBetaApplicationByAppId -InputObject [-IfMatch < [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaApplicationByUniqueName.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaApplicationByUniqueName.md index 7981e0f395819..f20449b0dd8ab 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaApplicationByUniqueName.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaApplicationByUniqueName.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/remove-mgbetaapplicationbyuniquename Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaApplicationByUniqueName --- @@ -30,7 +30,6 @@ Remove-MgBetaApplicationByUniqueName -UniqueName [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -40,7 +39,6 @@ Remove-MgBetaApplicationByUniqueName -InputObject [-IfMa [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaApplicationConnectorGroupByRef.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaApplicationConnectorGroupByRef.md index 5f500780e6696..fa4ed87fd541b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaApplicationConnectorGroupByRef.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaApplicationConnectorGroupByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/remove-mgbetaapplicationconnectorgroupbyref Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaApplicationConnectorGroupByRef --- @@ -24,7 +24,6 @@ Remove-MgBetaApplicationConnectorGroupByRef -ApplicationId [-IfMatch ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaApplicationConnectorGroupByRef -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaApplicationExtensionProperty.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaApplicationExtensionProperty.md index 1b55cfe7bd2d4..2f1575bebf357 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaApplicationExtensionProperty.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaApplicationExtensionProperty.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/remove-mgbetaapplicationextensionproperty Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaApplicationExtensionProperty --- @@ -28,7 +28,6 @@ Remove-MgBetaApplicationExtensionProperty -ApplicationId -ExtensionProp [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -38,7 +37,6 @@ Remove-MgBetaApplicationExtensionProperty -InputObject [ [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -57,7 +55,7 @@ You can delete only directory extensions that aren't synced from on-premises act | --------------- | ------------------------------------------ | | Delegated (work or school account) | Application.ReadWrite.All, Directory.ReadWrite.All, | | Delegated (personal Microsoft account) | Application.ReadWrite.All, | -| Application | Application.ReadWrite.OwnedBy, Directory.ReadWrite.All, Application.ReadWrite.All, | +| Application | Application.ReadWrite.OwnedBy, Application.ReadWrite.All, Directory.ReadWrite.All, | ## EXAMPLES ### Example 1: Code snippet diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaApplicationFederatedIdentityCredential.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaApplicationFederatedIdentityCredential.md index b1c1bf259a0e8..6586d555c0cd8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaApplicationFederatedIdentityCredential.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaApplicationFederatedIdentityCredential.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/remove-mgbetaapplicationfederatedidentitycredential Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaApplicationFederatedIdentityCredential --- @@ -28,7 +28,6 @@ Remove-MgBetaApplicationFederatedIdentityCredential -ApplicationId [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -38,7 +37,6 @@ Remove-MgBetaApplicationFederatedIdentityCredential -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaApplicationFederatedIdentityCredentialByName.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaApplicationFederatedIdentityCredentialByName.md index 9cf673e8bf9dd..734a5ae6df203 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaApplicationFederatedIdentityCredentialByName.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaApplicationFederatedIdentityCredentialByName.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/remove-mgbetaapplicationfederatedidentitycredentialbyname Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaApplicationFederatedIdentityCredentialByName --- @@ -27,7 +27,6 @@ Remove-MgBetaApplicationFederatedIdentityCredentialByName -ApplicationId ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaApplicationFederatedIdentityCredentialByName -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaApplicationKey.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaApplicationKey.md index 231867020ace0..8f81a5f182d38 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaApplicationKey.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaApplicationKey.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/remove-mgbetaapplicationkey Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaApplicationKey --- @@ -29,7 +29,6 @@ Remove-MgBetaApplicationKey -ApplicationId [-ResponseHeadersVariable ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Remove @@ -40,7 +39,6 @@ Remove-MgBetaApplicationKey -ApplicationId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### RemoveViaIdentityExpanded @@ -51,7 +49,6 @@ Remove-MgBetaApplicationKey -InputObject [-ResponseHeade [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### RemoveViaIdentity @@ -62,7 +59,6 @@ Remove-MgBetaApplicationKey -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -81,7 +77,7 @@ This method along with addKey can be used to automate rolling its expiring keys. | --------------- | ------------------------------------------ | | Delegated (work or school account) | Application.ReadWrite.All, Directory.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | Application.ReadWrite.OwnedBy, Directory.ReadWrite.All, Application.ReadWrite.All, | +| Application | Application.ReadWrite.OwnedBy, Application.ReadWrite.All, Directory.ReadWrite.All, | ## EXAMPLES ### Example 1: Code snippet diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaApplicationLogo.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaApplicationLogo.md index d554910b9963e..45769f6c80294 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaApplicationLogo.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaApplicationLogo.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/remove-mgbetaapplicationlogo Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaApplicationLogo --- @@ -28,7 +28,6 @@ Remove-MgBetaApplicationLogo -ApplicationId [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -38,7 +37,6 @@ Remove-MgBetaApplicationLogo -InputObject [-IfMatch ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaApplicationOwnerByRef.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaApplicationOwnerByRef.md index fca9848cc57fd..eae01677177a4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaApplicationOwnerByRef.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaApplicationOwnerByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/Remove-MgBetaApplicationOwnerByRef Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaApplicationOwnerByRef --- @@ -29,7 +29,6 @@ Remove-MgBetaApplicationOwnerByRef -ApplicationId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -39,7 +38,6 @@ Remove-MgBetaApplicationOwnerByRef -InputObject [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -58,7 +56,7 @@ As a recommended best practice, apps should have at least two owners. | --------------- | ------------------------------------------ | | Delegated (work or school account) | Application.ReadWrite.All, Directory.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | Application.ReadWrite.OwnedBy, Directory.ReadWrite.All, Application.ReadWrite.All, | +| Application | Application.ReadWrite.OwnedBy, Application.ReadWrite.All, Directory.ReadWrite.All, | ## EXAMPLES ### Example 1: Code snippet diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaApplicationOwnerDirectoryObjectByRef.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaApplicationOwnerDirectoryObjectByRef.md index 8f0a14b8c4205..912d7c1be526b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaApplicationOwnerDirectoryObjectByRef.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaApplicationOwnerDirectoryObjectByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/remove-mgbetaapplicationownerdirectoryobjectbyref Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaApplicationOwnerDirectoryObjectByRef --- @@ -29,7 +29,6 @@ Remove-MgBetaApplicationOwnerDirectoryObjectByRef -ApplicationId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -39,7 +38,6 @@ Remove-MgBetaApplicationOwnerDirectoryObjectByRef -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -58,7 +56,7 @@ As a recommended best practice, apps should have at least two owners. | --------------- | ------------------------------------------ | | Delegated (work or school account) | Application.ReadWrite.All, Directory.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | Application.ReadWrite.OwnedBy, Directory.ReadWrite.All, Application.ReadWrite.All, | +| Application | Application.ReadWrite.OwnedBy, Application.ReadWrite.All, Directory.ReadWrite.All, | ## EXAMPLES ### Example 1: Code snippet diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaApplicationPassword.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaApplicationPassword.md index 6287a05d65f1e..69389872d2ec3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaApplicationPassword.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaApplicationPassword.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/remove-mgbetaapplicationpassword Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaApplicationPassword --- @@ -27,7 +27,6 @@ Remove-MgBetaApplicationPassword -ApplicationId [-ResponseHeadersVariab [-AdditionalProperties ] [-KeyId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Remove @@ -38,7 +37,6 @@ Remove-MgBetaApplicationPassword -ApplicationId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### RemoveViaIdentityExpanded @@ -49,7 +47,6 @@ Remove-MgBetaApplicationPassword -InputObject [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### RemoveViaIdentity @@ -60,7 +57,6 @@ Remove-MgBetaApplicationPassword -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -78,7 +74,7 @@ Removes a password from an application. | --------------- | ------------------------------------------ | | Delegated (work or school account) | Application.ReadWrite.All, Directory.ReadWrite.All, | | Delegated (personal Microsoft account) | Application.ReadWrite.All, | -| Application | Application.ReadWrite.OwnedBy, Directory.ReadWrite.All, Application.ReadWrite.All, | +| Application | Application.ReadWrite.OwnedBy, Application.ReadWrite.All, Directory.ReadWrite.All, | ## EXAMPLES ### Example 1: Code snippet diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaApplicationSynchronization.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaApplicationSynchronization.md index 8bb1a9165fada..9b508a1fc6ffe 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaApplicationSynchronization.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaApplicationSynchronization.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/remove-mgbetaapplicationsynchronization Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaApplicationSynchronization --- @@ -27,7 +27,6 @@ Remove-MgBetaApplicationSynchronization -ApplicationId [-IfMatch ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaApplicationSynchronization -InputObject [-I [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaApplicationSynchronizationJob.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaApplicationSynchronizationJob.md index 2f70630916824..366562299fdf3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaApplicationSynchronizationJob.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaApplicationSynchronizationJob.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/remove-mgbetaapplicationsynchronizationjob Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaApplicationSynchronizationJob --- @@ -27,7 +27,6 @@ Remove-MgBetaApplicationSynchronizationJob -ApplicationId -Synchronizat [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaApplicationSynchronizationJob -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaApplicationSynchronizationJobBulkUpload.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaApplicationSynchronizationJobBulkUpload.md index d196499eb4a37..9fec011a81b14 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaApplicationSynchronizationJobBulkUpload.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaApplicationSynchronizationJobBulkUpload.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/remove-mgbetaapplicationsynchronizationjobbulkupload Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaApplicationSynchronizationJobBulkUpload --- @@ -28,7 +28,6 @@ Remove-MgBetaApplicationSynchronizationJobBulkUpload -ApplicationId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -38,7 +37,6 @@ Remove-MgBetaApplicationSynchronizationJobBulkUpload -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaApplicationSynchronizationJobBulkUploadContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaApplicationSynchronizationJobBulkUploadContent.md index 6896d1c814b72..67cdd8f4e8d64 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaApplicationSynchronizationJobBulkUploadContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaApplicationSynchronizationJobBulkUploadContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/remove-mgbetaapplicationsynchronizationjobbulkuploadcontent Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaApplicationSynchronizationJobBulkUploadContent --- @@ -28,7 +28,6 @@ Remove-MgBetaApplicationSynchronizationJobBulkUploadContent -ApplicationId ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -38,7 +37,6 @@ Remove-MgBetaApplicationSynchronizationJobBulkUploadContent -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaApplicationSynchronizationJobSchema.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaApplicationSynchronizationJobSchema.md index b7d20cd9a5ad6..5701244795aa9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaApplicationSynchronizationJobSchema.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaApplicationSynchronizationJobSchema.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/remove-mgbetaapplicationsynchronizationjobschema Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaApplicationSynchronizationJobSchema --- @@ -28,7 +28,6 @@ Remove-MgBetaApplicationSynchronizationJobSchema -ApplicationId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -38,7 +37,6 @@ Remove-MgBetaApplicationSynchronizationJobSchema -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaApplicationSynchronizationJobSchemaDirectory.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaApplicationSynchronizationJobSchemaDirectory.md index 4e973b262d91e..3964a3f03f43f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaApplicationSynchronizationJobSchemaDirectory.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaApplicationSynchronizationJobSchemaDirectory.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/remove-mgbetaapplicationsynchronizationjobschemadirectory Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaApplicationSynchronizationJobSchemaDirectory --- @@ -28,7 +28,6 @@ Remove-MgBetaApplicationSynchronizationJobSchemaDirectory -ApplicationId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -38,7 +37,6 @@ Remove-MgBetaApplicationSynchronizationJobSchemaDirectory -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaApplicationSynchronizationTemplate.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaApplicationSynchronizationTemplate.md index 88c9d48bbe619..9cf8689206f2e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaApplicationSynchronizationTemplate.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaApplicationSynchronizationTemplate.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/remove-mgbetaapplicationsynchronizationtemplate Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaApplicationSynchronizationTemplate --- @@ -28,7 +28,6 @@ Remove-MgBetaApplicationSynchronizationTemplate -ApplicationId [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -38,7 +37,6 @@ Remove-MgBetaApplicationSynchronizationTemplate -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaApplicationSynchronizationTemplateSchema.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaApplicationSynchronizationTemplateSchema.md index 05c4e73ddc292..8de77656e0370 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaApplicationSynchronizationTemplateSchema.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaApplicationSynchronizationTemplateSchema.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/remove-mgbetaapplicationsynchronizationtemplateschema Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaApplicationSynchronizationTemplateSchema --- @@ -28,7 +28,6 @@ Remove-MgBetaApplicationSynchronizationTemplateSchema -ApplicationId [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -38,7 +37,6 @@ Remove-MgBetaApplicationSynchronizationTemplateSchema -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaApplicationSynchronizationTemplateSchemaDirectory.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaApplicationSynchronizationTemplateSchemaDirectory.md index c214a89865fbf..9715385f18007 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaApplicationSynchronizationTemplateSchemaDirectory.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaApplicationSynchronizationTemplateSchemaDirectory.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/remove-mgbetaapplicationsynchronizationtemplateschemadirectory Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaApplicationSynchronizationTemplateSchemaDirectory --- @@ -28,7 +28,6 @@ Remove-MgBetaApplicationSynchronizationTemplateSchemaDirectory -ApplicationId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -38,7 +37,6 @@ Remove-MgBetaApplicationSynchronizationTemplateSchemaDirectory -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaApplicationTokenIssuancePolicyByRef.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaApplicationTokenIssuancePolicyByRef.md index ad22c5b43f497..ea89d63b12968 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaApplicationTokenIssuancePolicyByRef.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaApplicationTokenIssuancePolicyByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/Remove-MgBetaApplicationTokenIssuancePolicyByRef Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaApplicationTokenIssuancePolicyByRef --- @@ -28,7 +28,6 @@ Remove-MgBetaApplicationTokenIssuancePolicyByRef -ApplicationId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -39,7 +38,6 @@ Remove-MgBetaApplicationTokenIssuancePolicyByRef [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -55,9 +53,9 @@ Remove a tokenIssuancePolicy from an application. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Policy.ReadWrite.ApplicationConfiguration, Policy.Read.All, Application.ReadWrite.All, | +| Delegated (work or school account) | Application.ReadWrite.All, Policy.Read.All, Policy.ReadWrite.ApplicationConfiguration, | | Delegated (personal Microsoft account) | Not supported | -| Application | Policy.ReadWrite.ApplicationConfiguration, Policy.Read.All, Application.ReadWrite.OwnedBy, Application.ReadWrite.All, | +| Application | Application.ReadWrite.All, Application.ReadWrite.OwnedBy, Policy.Read.All, Policy.ReadWrite.ApplicationConfiguration, | ## EXAMPLES ### Example 1: Code snippet diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaApplicationTokenIssuancePolicyTokenIssuancePolicyByRef.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaApplicationTokenIssuancePolicyTokenIssuancePolicyByRef.md index 4a97adbf967b6..709b49a773208 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaApplicationTokenIssuancePolicyTokenIssuancePolicyByRef.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaApplicationTokenIssuancePolicyTokenIssuancePolicyByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/remove-mgbetaapplicationtokenissuancepolicytokenissuancepolicybyref Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaApplicationTokenIssuancePolicyTokenIssuancePolicyByRef --- @@ -28,7 +28,6 @@ Remove-MgBetaApplicationTokenIssuancePolicyTokenIssuancePolicyByRef -Application [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -39,7 +38,6 @@ Remove-MgBetaApplicationTokenIssuancePolicyTokenIssuancePolicyByRef [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -55,9 +53,9 @@ Remove a tokenIssuancePolicy from an application. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Policy.ReadWrite.ApplicationConfiguration, Policy.Read.All, Application.ReadWrite.All, | +| Delegated (work or school account) | Application.ReadWrite.All, Policy.Read.All, Policy.ReadWrite.ApplicationConfiguration, | | Delegated (personal Microsoft account) | Not supported | -| Application | Policy.ReadWrite.ApplicationConfiguration, Policy.Read.All, Application.ReadWrite.OwnedBy, Application.ReadWrite.All, | +| Application | Application.ReadWrite.All, Application.ReadWrite.OwnedBy, Policy.Read.All, Policy.ReadWrite.ApplicationConfiguration, | ## EXAMPLES ### Example 1: Code snippet diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaApplicationTokenLifetimePolicyByRef.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaApplicationTokenLifetimePolicyByRef.md index 55283bacf3071..f805cb2385fe3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaApplicationTokenLifetimePolicyByRef.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaApplicationTokenLifetimePolicyByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/Remove-MgBetaApplicationTokenLifetimePolicyByRef Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaApplicationTokenLifetimePolicyByRef --- @@ -28,7 +28,6 @@ Remove-MgBetaApplicationTokenLifetimePolicyByRef -ApplicationId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -39,7 +38,6 @@ Remove-MgBetaApplicationTokenLifetimePolicyByRef [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -55,9 +53,9 @@ Remove a tokenLifetimePolicy from an application or servicePrincipal. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Policy.ReadWrite.ApplicationConfiguration, Policy.Read.All, Application.ReadWrite.All, | +| Delegated (work or school account) | Application.ReadWrite.All, Policy.Read.All, Policy.ReadWrite.ApplicationConfiguration, | | Delegated (personal Microsoft account) | Not supported | -| Application | Policy.ReadWrite.ApplicationConfiguration, Policy.Read.All, Application.ReadWrite.OwnedBy, Application.ReadWrite.All, | +| Application | Application.ReadWrite.All, Application.ReadWrite.OwnedBy, Policy.Read.All, Policy.ReadWrite.ApplicationConfiguration, | ## EXAMPLES ### Example 1: Code snippet diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaApplicationTokenLifetimePolicyTokenLifetimePolicyByRef.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaApplicationTokenLifetimePolicyTokenLifetimePolicyByRef.md index 411218d624e58..df294c25bf691 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaApplicationTokenLifetimePolicyTokenLifetimePolicyByRef.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaApplicationTokenLifetimePolicyTokenLifetimePolicyByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/remove-mgbetaapplicationtokenlifetimepolicytokenlifetimepolicybyref Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaApplicationTokenLifetimePolicyTokenLifetimePolicyByRef --- @@ -28,7 +28,6 @@ Remove-MgBetaApplicationTokenLifetimePolicyTokenLifetimePolicyByRef -Application [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -39,7 +38,6 @@ Remove-MgBetaApplicationTokenLifetimePolicyTokenLifetimePolicyByRef [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -55,9 +53,9 @@ Remove a tokenLifetimePolicy from an application or servicePrincipal. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Policy.ReadWrite.ApplicationConfiguration, Policy.Read.All, Application.ReadWrite.All, | +| Delegated (work or school account) | Application.ReadWrite.All, Policy.Read.All, Policy.ReadWrite.ApplicationConfiguration, | | Delegated (personal Microsoft account) | Not supported | -| Application | Policy.ReadWrite.ApplicationConfiguration, Policy.Read.All, Application.ReadWrite.OwnedBy, Application.ReadWrite.All, | +| Application | Application.ReadWrite.All, Application.ReadWrite.OwnedBy, Policy.Read.All, Policy.ReadWrite.ApplicationConfiguration, | ## EXAMPLES ### Example 1: Code snippet diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaGroupAppRoleAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaGroupAppRoleAssignment.md index 21a87de23085e..c059dbcca6499 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaGroupAppRoleAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaGroupAppRoleAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/remove-mgbetagroupapproleassignment Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupAppRoleAssignment --- @@ -27,7 +27,6 @@ Remove-MgBetaGroupAppRoleAssignment -AppRoleAssignmentId -GroupId ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaGroupAppRoleAssignment -InputObject [-IfMat [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaOnPremisePublishingProfile.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaOnPremisePublishingProfile.md index cff003d383f69..a8d8731ed50ed 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaOnPremisePublishingProfile.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaOnPremisePublishingProfile.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/remove-mgbetaonpremisepublishingprofile Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaOnPremisePublishingProfile --- @@ -24,7 +24,6 @@ Remove-MgBetaOnPremisePublishingProfile -OnPremisesPublishingProfileId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaOnPremisePublishingProfile -InputObject [-I [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaOnPremisePublishingProfileAgent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaOnPremisePublishingProfileAgent.md index f304e5f034d8c..8e0616f9be037 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaOnPremisePublishingProfileAgent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaOnPremisePublishingProfileAgent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/remove-mgbetaonpremisepublishingprofileagent Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaOnPremisePublishingProfileAgent --- @@ -25,7 +25,6 @@ Remove-MgBetaOnPremisePublishingProfileAgent -OnPremisesAgentId [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaOnPremisePublishingProfileAgent -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaOnPremisePublishingProfileAgentGroup.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaOnPremisePublishingProfileAgentGroup.md index c9af54a0bce42..8246ea676e6c2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaOnPremisePublishingProfileAgentGroup.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaOnPremisePublishingProfileAgentGroup.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/remove-mgbetaonpremisepublishingprofileagentgroup Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaOnPremisePublishingProfileAgentGroup --- @@ -25,7 +25,6 @@ Remove-MgBetaOnPremisePublishingProfileAgentGroup -OnPremisesAgentGroupId ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaOnPremisePublishingProfileAgentGroup -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaOnPremisePublishingProfileAgentGroupAgent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaOnPremisePublishingProfileAgentGroupAgent.md index 638b7128073a6..eaf58ac048ad5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaOnPremisePublishingProfileAgentGroupAgent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaOnPremisePublishingProfileAgentGroupAgent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/remove-mgbetaonpremisepublishingprofileagentgroupagent Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaOnPremisePublishingProfileAgentGroupAgent --- @@ -25,7 +25,6 @@ Remove-MgBetaOnPremisePublishingProfileAgentGroupAgent -OnPremisesAgentGroupId < [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaOnPremisePublishingProfileAgentGroupAgent -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaOnPremisePublishingProfileAgentGroupByRef.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaOnPremisePublishingProfileAgentGroupByRef.md index 0e7b0dd8d8f6b..88c207b6b4605 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaOnPremisePublishingProfileAgentGroupByRef.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaOnPremisePublishingProfileAgentGroupByRef.md @@ -551,6 +551,29 @@ INPUTOBJECT ``: Identity Parameter + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaOnPremisePublishingProfileAgentGroupOnPremiseAgentGroupByRef.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaOnPremisePublishingProfileAgentGroupOnPremiseAgentGroupByRef.md index 3e3bc1e865871..770f8c3675a36 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaOnPremisePublishingProfileAgentGroupOnPremiseAgentGroupByRef.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaOnPremisePublishingProfileAgentGroupOnPremiseAgentGroupByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/remove-mgbetaonpremisepublishingprofileagentgrouponpremiseagentgroupbyref Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaOnPremisePublishingProfileAgentGroupOnPremiseAgentGroupByRef --- @@ -26,7 +26,6 @@ Remove-MgBetaOnPremisePublishingProfileAgentGroupOnPremiseAgentGroupByRef [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Delete @@ -38,7 +37,6 @@ Remove-MgBetaOnPremisePublishingProfileAgentGroupOnPremiseAgentGroupByRef [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity1 @@ -49,7 +47,6 @@ Remove-MgBetaOnPremisePublishingProfileAgentGroupOnPremiseAgentGroupByRef [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -60,7 +57,6 @@ Remove-MgBetaOnPremisePublishingProfileAgentGroupOnPremiseAgentGroupByRef [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaOnPremisePublishingProfileAgentGroupPublishedResource.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaOnPremisePublishingProfileAgentGroupPublishedResource.md index 692f66d367c03..f6ab741e16552 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaOnPremisePublishingProfileAgentGroupPublishedResource.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaOnPremisePublishingProfileAgentGroupPublishedResource.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/remove-mgbetaonpremisepublishingprofileagentgrouppublishedresource Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaOnPremisePublishingProfileAgentGroupPublishedResource --- @@ -25,7 +25,6 @@ Remove-MgBetaOnPremisePublishingProfileAgentGroupPublishedResource -OnPremisesAg [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaOnPremisePublishingProfileAgentGroupPublishedResource [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroupByRef.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroupByRef.md index 4abd681787e5d..611e80ee6c26a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroupByRef.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroupByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/Remove-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroupByRef Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroupByRef --- @@ -26,7 +26,6 @@ Remove-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroupByRe [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroupByRe [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroupOnPremiseAgentGroupByRef.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroupOnPremiseAgentGroupByRef.md index f3e1a820fa199..86ab9b0730626 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroupOnPremiseAgentGroupByRef.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroupOnPremiseAgentGroupByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/remove-mgbetaonpremisepublishingprofileagentgrouppublishedresourceagentgrouponpremiseagentgroupbyref Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroupOnPremiseAgentGroupByRef --- @@ -26,7 +26,6 @@ Remove-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroupOnPr [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroupOnPr [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaOnPremisePublishingProfileConnector.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaOnPremisePublishingProfileConnector.md index d26d1aa676bf5..e9cb58e1d645f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaOnPremisePublishingProfileConnector.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaOnPremisePublishingProfileConnector.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/remove-mgbetaonpremisepublishingprofileconnector Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaOnPremisePublishingProfileConnector --- @@ -25,7 +25,6 @@ Remove-MgBetaOnPremisePublishingProfileConnector -ConnectorId [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaOnPremisePublishingProfileConnector -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaOnPremisePublishingProfileConnectorGroup.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaOnPremisePublishingProfileConnectorGroup.md index 1322208219c69..cf467dddf3a2a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaOnPremisePublishingProfileConnectorGroup.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaOnPremisePublishingProfileConnectorGroup.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/remove-mgbetaonpremisepublishingprofileconnectorgroup Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaOnPremisePublishingProfileConnectorGroup --- @@ -25,7 +25,6 @@ Remove-MgBetaOnPremisePublishingProfileConnectorGroup -ConnectorGroupId [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaOnPremisePublishingProfileConnectorGroup -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaOnPremisePublishingProfileConnectorGroupApplicationLogo.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaOnPremisePublishingProfileConnectorGroupApplicationLogo.md index a33120a047999..b66fad030fbc8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaOnPremisePublishingProfileConnectorGroupApplicationLogo.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaOnPremisePublishingProfileConnectorGroupApplicationLogo.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/remove-mgbetaonpremisepublishingprofileconnectorgroupapplicationlogo Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaOnPremisePublishingProfileConnectorGroupApplicationLogo --- @@ -26,7 +26,6 @@ Remove-MgBetaOnPremisePublishingProfileConnectorGroupApplicationLogo -Applicatio [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaOnPremisePublishingProfileConnectorGroupApplicationLogo [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaOnPremisePublishingProfileConnectorGroupMemberByRef.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaOnPremisePublishingProfileConnectorGroupMemberByRef.md index 95b11619541eb..3ab13d9748067 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaOnPremisePublishingProfileConnectorGroupMemberByRef.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaOnPremisePublishingProfileConnectorGroupMemberByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/Remove-MgBetaOnPremisePublishingProfileConnectorGroupMemberByRef Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaOnPremisePublishingProfileConnectorGroupMemberByRef --- @@ -25,7 +25,6 @@ Remove-MgBetaOnPremisePublishingProfileConnectorGroupMemberByRef -ConnectorGroup [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaOnPremisePublishingProfileConnectorGroupMemberByRef [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaOnPremisePublishingProfileConnectorGroupMemberConnectorByRef.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaOnPremisePublishingProfileConnectorGroupMemberConnectorByRef.md index ef3d537da0e5f..aeaac5b443923 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaOnPremisePublishingProfileConnectorGroupMemberConnectorByRef.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaOnPremisePublishingProfileConnectorGroupMemberConnectorByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/remove-mgbetaonpremisepublishingprofileconnectorgroupmemberconnectorbyref Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaOnPremisePublishingProfileConnectorGroupMemberConnectorByRef --- @@ -25,7 +25,6 @@ Remove-MgBetaOnPremisePublishingProfileConnectorGroupMemberConnectorByRef -Conne [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaOnPremisePublishingProfileConnectorGroupMemberConnectorByRef [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaOnPremisePublishingProfileConnectorMemberOfByRef.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaOnPremisePublishingProfileConnectorMemberOfByRef.md index 0d7b204cf9a9a..610140705b349 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaOnPremisePublishingProfileConnectorMemberOfByRef.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaOnPremisePublishingProfileConnectorMemberOfByRef.md @@ -482,6 +482,29 @@ INPUTOBJECT ``: Identity Parameter + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaOnPremisePublishingProfileConnectorMemberOfConnectorGroupByRef.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaOnPremisePublishingProfileConnectorMemberOfConnectorGroupByRef.md index eb1c061ce32f1..e8d74af866b44 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaOnPremisePublishingProfileConnectorMemberOfConnectorGroupByRef.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaOnPremisePublishingProfileConnectorMemberOfConnectorGroupByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/remove-mgbetaonpremisepublishingprofileconnectormemberofconnectorgroupbyref Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaOnPremisePublishingProfileConnectorMemberOfConnectorGroupByRef --- @@ -25,7 +25,6 @@ Remove-MgBetaOnPremisePublishingProfileConnectorMemberOfConnectorGroupByRef [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaOnPremisePublishingProfileConnectorMemberOfConnectorGroupByRef [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaOnPremisePublishingProfilePublishedResource.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaOnPremisePublishingProfilePublishedResource.md index 305ca5dc67e68..9a90eb1415ce0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaOnPremisePublishingProfilePublishedResource.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaOnPremisePublishingProfilePublishedResource.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/remove-mgbetaonpremisepublishingprofilepublishedresource Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaOnPremisePublishingProfilePublishedResource --- @@ -25,7 +25,6 @@ Remove-MgBetaOnPremisePublishingProfilePublishedResource -OnPremisesPublishingPr [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaOnPremisePublishingProfilePublishedResource -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaOnPremisePublishingProfilePublishedResourceAgentGroupByRef.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaOnPremisePublishingProfilePublishedResourceAgentGroupByRef.md index 0180b649ea1c4..de329c86225e7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaOnPremisePublishingProfilePublishedResourceAgentGroupByRef.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaOnPremisePublishingProfilePublishedResourceAgentGroupByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/Remove-MgBetaOnPremisePublishingProfilePublishedResourceAgentGroupByRef Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaOnPremisePublishingProfilePublishedResourceAgentGroupByRef --- @@ -26,7 +26,6 @@ Remove-MgBetaOnPremisePublishingProfilePublishedResourceAgentGroupByRef [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaOnPremisePublishingProfilePublishedResourceAgentGroupByRef [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaOnPremisePublishingProfilePublishedResourceAgentGroupOnPremiseAgentGroupByRef.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaOnPremisePublishingProfilePublishedResourceAgentGroupOnPremiseAgentGroupByRef.md index 2cc85c3b89c2e..6212aec31b9b0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaOnPremisePublishingProfilePublishedResourceAgentGroupOnPremiseAgentGroupByRef.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaOnPremisePublishingProfilePublishedResourceAgentGroupOnPremiseAgentGroupByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/remove-mgbetaonpremisepublishingprofilepublishedresourceagentgrouponpremiseagentgroupbyref Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaOnPremisePublishingProfilePublishedResourceAgentGroupOnPremiseAgentGroupByRef --- @@ -26,7 +26,6 @@ Remove-MgBetaOnPremisePublishingProfilePublishedResourceAgentGroupOnPremiseAgent [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaOnPremisePublishingProfilePublishedResourceAgentGroupOnPremiseAgent [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaOnPremisePublishingProfileSensor.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaOnPremisePublishingProfileSensor.md index 7f676f6356f28..0c45c6cac72eb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaOnPremisePublishingProfileSensor.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaOnPremisePublishingProfileSensor.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/remove-mgbetaonpremisepublishingprofilesensor Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaOnPremisePublishingProfileSensor --- @@ -25,7 +25,6 @@ Remove-MgBetaOnPremisePublishingProfileSensor -OnPremisesPublishingProfileId ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaOnPremisePublishingProfileSensor -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaServicePrincipal.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaServicePrincipal.md index 9b42585fd2d8c..b65b2891b8bbc 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaServicePrincipal.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaServicePrincipal.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/remove-mgbetaserviceprincipal Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaServicePrincipal --- @@ -28,7 +28,6 @@ Remove-MgBetaServicePrincipal -ServicePrincipalId [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -38,7 +37,6 @@ Remove-MgBetaServicePrincipal -InputObject [-IfMatch ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -55,9 +53,9 @@ This API can also delete an agentIdentityBlueprintPrincipal object by its ID. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Application.ReadWrite.All, Directory.ReadWrite.All, | +| Delegated (work or school account) | Application.ReadWrite.All, AgentIdentity.DeleteRestore.All, AgentIdentityBlueprintPrincipal.DeleteRestore.All, Directory.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | Application.ReadWrite.OwnedBy, Directory.ReadWrite.All, Application.ReadWrite.All, | +| Application | Application.ReadWrite.OwnedBy, AgentIdentity.DeleteRestore.All, AgentIdentityBlueprintPrincipal.DeleteRestore.All, Application.ReadWrite.All, Directory.ReadWrite.All, | ## EXAMPLES ### Example 1: Code snippet diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaServicePrincipalAppRoleAssignedTo.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaServicePrincipalAppRoleAssignedTo.md index 0e172727e47cc..7d401c0cf5f8d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaServicePrincipalAppRoleAssignedTo.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaServicePrincipalAppRoleAssignedTo.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/remove-mgbetaserviceprincipalapproleassignedto Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaServicePrincipalAppRoleAssignedTo --- @@ -28,7 +28,6 @@ Remove-MgBetaServicePrincipalAppRoleAssignedTo -AppRoleAssignmentId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -38,7 +37,6 @@ Remove-MgBetaServicePrincipalAppRoleAssignedTo -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaServicePrincipalAppRoleAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaServicePrincipalAppRoleAssignment.md index c5989b04a5c05..f31cf68101e9b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaServicePrincipalAppRoleAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaServicePrincipalAppRoleAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/remove-mgbetaserviceprincipalapproleassignment Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaServicePrincipalAppRoleAssignment --- @@ -30,7 +30,6 @@ Remove-MgBetaServicePrincipalAppRoleAssignment -AppRoleAssignmentId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -40,7 +39,6 @@ Remove-MgBetaServicePrincipalAppRoleAssignment -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaServicePrincipalByAppId.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaServicePrincipalByAppId.md index edb875c9d519f..c5248788b01a3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaServicePrincipalByAppId.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaServicePrincipalByAppId.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/remove-mgbetaserviceprincipalbyappid Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaServicePrincipalByAppId --- @@ -28,7 +28,6 @@ Remove-MgBetaServicePrincipalByAppId -AppId [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -38,7 +37,6 @@ Remove-MgBetaServicePrincipalByAppId -InputObject [-IfMa [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaServicePrincipalClaimMappingPolicyByRef.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaServicePrincipalClaimMappingPolicyByRef.md index 9b9bfef70f4d5..853f3a66bd4e3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaServicePrincipalClaimMappingPolicyByRef.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaServicePrincipalClaimMappingPolicyByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/Remove-MgBetaServicePrincipalClaimMappingPolicyByRef Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaServicePrincipalClaimMappingPolicyByRef --- @@ -28,7 +28,6 @@ Remove-MgBetaServicePrincipalClaimMappingPolicyByRef [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -39,7 +38,6 @@ Remove-MgBetaServicePrincipalClaimMappingPolicyByRef [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -55,9 +53,9 @@ Remove a claimsMappingPolicy from a servicePrincipal. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Policy.ReadWrite.ApplicationConfiguration, Policy.Read.All, Application.ReadWrite.All, | +| Delegated (work or school account) | Application.ReadWrite.All, Policy.Read.All, Policy.ReadWrite.ApplicationConfiguration, | | Delegated (personal Microsoft account) | Not supported | -| Application | Policy.ReadWrite.ApplicationConfiguration, Policy.Read.All, Application.ReadWrite.OwnedBy, Application.ReadWrite.All, | +| Application | Application.ReadWrite.All, Application.ReadWrite.OwnedBy, Policy.Read.All, Policy.ReadWrite.ApplicationConfiguration, | ## EXAMPLES ### Example 1: Code snippet diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaServicePrincipalClaimMappingPolicyClaimMappingPolicyByRef.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaServicePrincipalClaimMappingPolicyClaimMappingPolicyByRef.md index c1fae956fca1a..9f73bca026d1a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaServicePrincipalClaimMappingPolicyClaimMappingPolicyByRef.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaServicePrincipalClaimMappingPolicyClaimMappingPolicyByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/remove-mgbetaserviceprincipalclaimmappingpolicyclaimmappingpolicybyref Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaServicePrincipalClaimMappingPolicyClaimMappingPolicyByRef --- @@ -28,7 +28,6 @@ Remove-MgBetaServicePrincipalClaimMappingPolicyClaimMappingPolicyByRef [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -39,7 +38,6 @@ Remove-MgBetaServicePrincipalClaimMappingPolicyClaimMappingPolicyByRef [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -55,9 +53,9 @@ Remove a claimsMappingPolicy from a servicePrincipal. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Policy.ReadWrite.ApplicationConfiguration, Policy.Read.All, Application.ReadWrite.All, | +| Delegated (work or school account) | Application.ReadWrite.All, Policy.Read.All, Policy.ReadWrite.ApplicationConfiguration, | | Delegated (personal Microsoft account) | Not supported | -| Application | Policy.ReadWrite.ApplicationConfiguration, Policy.Read.All, Application.ReadWrite.OwnedBy, Application.ReadWrite.All, | +| Application | Application.ReadWrite.All, Application.ReadWrite.OwnedBy, Policy.Read.All, Policy.ReadWrite.ApplicationConfiguration, | ## EXAMPLES ### Example 1: Code snippet diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaServicePrincipalDelegatedPermissionClassification.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaServicePrincipalDelegatedPermissionClassification.md index a262d758366a7..35a5517da763b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaServicePrincipalDelegatedPermissionClassification.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaServicePrincipalDelegatedPermissionClassification.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/remove-mgbetaserviceprincipaldelegatedpermissionclassification Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaServicePrincipalDelegatedPermissionClassification --- @@ -28,7 +28,6 @@ Remove-MgBetaServicePrincipalDelegatedPermissionClassification [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -38,7 +37,6 @@ Remove-MgBetaServicePrincipalDelegatedPermissionClassification -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaServicePrincipalEndpoint.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaServicePrincipalEndpoint.md index b1e837c834dde..ec763e2332902 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaServicePrincipalEndpoint.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaServicePrincipalEndpoint.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/remove-mgbetaserviceprincipalendpoint Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaServicePrincipalEndpoint --- @@ -27,7 +27,6 @@ Remove-MgBetaServicePrincipalEndpoint -EndpointId -ServicePrincipalId < [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaServicePrincipalEndpoint -InputObject [-IfM [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaServicePrincipalHomeRealmDiscoveryPolicyByRef.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaServicePrincipalHomeRealmDiscoveryPolicyByRef.md index 612a843af57ff..cb2de6608d4a5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaServicePrincipalHomeRealmDiscoveryPolicyByRef.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaServicePrincipalHomeRealmDiscoveryPolicyByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/Remove-MgBetaServicePrincipalHomeRealmDiscoveryPolicyByRef Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaServicePrincipalHomeRealmDiscoveryPolicyByRef --- @@ -28,7 +28,6 @@ Remove-MgBetaServicePrincipalHomeRealmDiscoveryPolicyByRef [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -39,7 +38,6 @@ Remove-MgBetaServicePrincipalHomeRealmDiscoveryPolicyByRef [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -55,9 +53,9 @@ Remove a homeRealmDiscoveryPolicy from a servicePrincipal. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Policy.ReadWrite.ApplicationConfiguration, Policy.Read.All, Application.ReadWrite.All, | +| Delegated (work or school account) | Application.ReadWrite.All, Policy.Read.All, Policy.ReadWrite.ApplicationConfiguration, | | Delegated (personal Microsoft account) | Not supported | -| Application | Policy.ReadWrite.ApplicationConfiguration, Policy.Read.All, Application.ReadWrite.OwnedBy, Application.ReadWrite.All, | +| Application | Application.ReadWrite.All, Application.ReadWrite.OwnedBy, Policy.Read.All, Policy.ReadWrite.ApplicationConfiguration, | ## EXAMPLES ### Example 1: Code snippet diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaServicePrincipalHomeRealmDiscoveryPolicyHomeRealmDiscoveryPolicyByRef.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaServicePrincipalHomeRealmDiscoveryPolicyHomeRealmDiscoveryPolicyByRef.md index cfd33558debb3..c97ddcffcf4dd 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaServicePrincipalHomeRealmDiscoveryPolicyHomeRealmDiscoveryPolicyByRef.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaServicePrincipalHomeRealmDiscoveryPolicyHomeRealmDiscoveryPolicyByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/remove-mgbetaserviceprincipalhomerealmdiscoverypolicyhomerealmdiscoverypolicybyref Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaServicePrincipalHomeRealmDiscoveryPolicyHomeRealmDiscoveryPolicyByRef --- @@ -28,7 +28,6 @@ Remove-MgBetaServicePrincipalHomeRealmDiscoveryPolicyHomeRealmDiscoveryPolicyByR [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -39,7 +38,6 @@ Remove-MgBetaServicePrincipalHomeRealmDiscoveryPolicyHomeRealmDiscoveryPolicyByR [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -55,9 +53,9 @@ Remove a homeRealmDiscoveryPolicy from a servicePrincipal. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Policy.ReadWrite.ApplicationConfiguration, Policy.Read.All, Application.ReadWrite.All, | +| Delegated (work or school account) | Application.ReadWrite.All, Policy.Read.All, Policy.ReadWrite.ApplicationConfiguration, | | Delegated (personal Microsoft account) | Not supported | -| Application | Policy.ReadWrite.ApplicationConfiguration, Policy.Read.All, Application.ReadWrite.OwnedBy, Application.ReadWrite.All, | +| Application | Application.ReadWrite.All, Application.ReadWrite.OwnedBy, Policy.Read.All, Policy.ReadWrite.ApplicationConfiguration, | ## EXAMPLES ### Example 1: Code snippet diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaServicePrincipalLicenseDetail.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaServicePrincipalLicenseDetail.md index 808c3eabd1294..1a434f7f74bf0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaServicePrincipalLicenseDetail.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaServicePrincipalLicenseDetail.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/remove-mgbetaserviceprincipallicensedetail Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaServicePrincipalLicenseDetail --- @@ -24,7 +24,6 @@ Remove-MgBetaServicePrincipalLicenseDetail -LicenseDetailsId -ServicePr [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaServicePrincipalLicenseDetail -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaServicePrincipalOwnerByRef.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaServicePrincipalOwnerByRef.md index 8a86ea0b75155..633fb47b277c3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaServicePrincipalOwnerByRef.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaServicePrincipalOwnerByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/Remove-MgBetaServicePrincipalOwnerByRef Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaServicePrincipalOwnerByRef --- @@ -29,7 +29,6 @@ Remove-MgBetaServicePrincipalOwnerByRef -DirectoryObjectId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -39,7 +38,6 @@ Remove-MgBetaServicePrincipalOwnerByRef -InputObject [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -58,7 +56,7 @@ As a recommended best practice, service principals should have at least two owne | --------------- | ------------------------------------------ | | Delegated (work or school account) | Application.ReadWrite.All, Directory.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | Application.ReadWrite.OwnedBy, Directory.ReadWrite.All, Application.ReadWrite.All, | +| Application | Application.ReadWrite.OwnedBy, Application.ReadWrite.All, Directory.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaServicePrincipalOwnerDirectoryObjectByRef.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaServicePrincipalOwnerDirectoryObjectByRef.md index ec7b6594675f6..70f39b4662a2c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaServicePrincipalOwnerDirectoryObjectByRef.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaServicePrincipalOwnerDirectoryObjectByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/remove-mgbetaserviceprincipalownerdirectoryobjectbyref Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaServicePrincipalOwnerDirectoryObjectByRef --- @@ -29,7 +29,6 @@ Remove-MgBetaServicePrincipalOwnerDirectoryObjectByRef -DirectoryObjectId ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -39,7 +38,6 @@ Remove-MgBetaServicePrincipalOwnerDirectoryObjectByRef -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -58,7 +56,7 @@ As a recommended best practice, service principals should have at least two owne | --------------- | ------------------------------------------ | | Delegated (work or school account) | Application.ReadWrite.All, Directory.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | Application.ReadWrite.OwnedBy, Directory.ReadWrite.All, Application.ReadWrite.All, | +| Application | Application.ReadWrite.OwnedBy, Application.ReadWrite.All, Directory.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaServicePrincipalPasswordSingleSignOnCredential.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaServicePrincipalPasswordSingleSignOnCredential.md index 2b86432a24af3..d60fa0c3eb303 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaServicePrincipalPasswordSingleSignOnCredential.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaServicePrincipalPasswordSingleSignOnCredential.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/remove-mgbetaserviceprincipalpasswordsinglesignoncredential Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaServicePrincipalPasswordSingleSignOnCredential --- @@ -25,7 +25,6 @@ Remove-MgBetaServicePrincipalPasswordSingleSignOnCredential -ServicePrincipalId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Delete @@ -36,7 +35,6 @@ Remove-MgBetaServicePrincipalPasswordSingleSignOnCredential -ServicePrincipalId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentityExpanded @@ -47,7 +45,6 @@ Remove-MgBetaServicePrincipalPasswordSingleSignOnCredential -InputObject ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -58,7 +55,6 @@ Remove-MgBetaServicePrincipalPasswordSingleSignOnCredential -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -74,9 +70,9 @@ Delete single sign-on credentials using a password for a user or group. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Directory.ReadWrite.All, Directory.Read.All, Application.ReadWrite.All, | +| Delegated (work or school account) | Application.ReadWrite.All, Directory.Read.All, Directory.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | Directory.ReadWrite.All, Directory.Read.All, Application.ReadWrite.All, | +| Application | Application.ReadWrite.All, Directory.Read.All, Directory.ReadWrite.All, | ## EXAMPLES ### Example 1: Code snippet diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaServicePrincipalRemoteDesktopSecurityConfiguration.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaServicePrincipalRemoteDesktopSecurityConfiguration.md index 95dff97351fa3..119ab7f9be7f0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaServicePrincipalRemoteDesktopSecurityConfiguration.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaServicePrincipalRemoteDesktopSecurityConfiguration.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/remove-mgbetaserviceprincipalremotedesktopsecurityconfiguration Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaServicePrincipalRemoteDesktopSecurityConfiguration --- @@ -28,7 +28,6 @@ Remove-MgBetaServicePrincipalRemoteDesktopSecurityConfiguration -ServicePrincipa [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -38,7 +37,6 @@ Remove-MgBetaServicePrincipalRemoteDesktopSecurityConfiguration -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -55,9 +53,9 @@ Removing remoteDesktopSecurityConfiguration object on the servicePrincipal disab | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Application-RemoteDesktopConfig.ReadWrite.All, Directory.ReadWrite.All, Application.ReadWrite.All, | +| Delegated (work or school account) | Application-RemoteDesktopConfig.ReadWrite.All, Application.ReadWrite.All, Directory.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | Application-RemoteDesktopConfig.ReadWrite.All, Directory.ReadWrite.All, Application.ReadWrite.All, | +| Application | Application-RemoteDesktopConfig.ReadWrite.All, Application.ReadWrite.All, Directory.ReadWrite.All, | ## EXAMPLES ### Example 1: Code snippet diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationApprovedClientApp.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationApprovedClientApp.md index b42dec92b2e5c..90ab2a7609339 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationApprovedClientApp.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationApprovedClientApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/remove-mgbetaserviceprincipalremotedesktopsecurityconfigurationapprovedclientapp Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationApprovedClientApp --- @@ -13,7 +13,10 @@ title: Remove-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationApprovedCl ## SYNOPSIS -Delete navigation property approvedClientApps for servicePrincipals +Delete a approvedClientApp object for the remoteDesktopSecurityConfiguration object on a service principal. + +> [!NOTE] +> To view the v1.0 release of this cmdlet, view [Remove-MgServicePrincipalRemoteDesktopSecurityConfigurationApprovedClientApp](/powershell/module/Microsoft.Graph.Applications/Remove-MgServicePrincipalRemoteDesktopSecurityConfigurationApprovedClientApp?view=graph-powershell-1.0) ## SYNTAX @@ -25,7 +28,6 @@ Remove-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationApprovedClientApp [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +38,6 @@ Remove-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationApprovedClientApp [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -46,15 +47,28 @@ This cmdlet has the following aliases, ## DESCRIPTION -Delete navigation property approvedClientApps for servicePrincipals +Delete a approvedClientApp object for the remoteDesktopSecurityConfiguration object on a service principal. **Permissions** | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Application-RemoteDesktopConfig.ReadWrite.All, Directory.ReadWrite.All, Application.ReadWrite.All, | +| Delegated (work or school account) | Application-RemoteDesktopConfig.ReadWrite.All, Application.ReadWrite.All, Directory.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | Application-RemoteDesktopConfig.ReadWrite.All, Directory.ReadWrite.All, Application.ReadWrite.OwnedBy, Application.ReadWrite.All, | +| Application | Application-RemoteDesktopConfig.ReadWrite.All, Application.ReadWrite.All, Application.ReadWrite.OwnedBy, Directory.ReadWrite.All, | + +## EXAMPLES +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Beta.Applications + +Remove-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationApprovedClientApp -ServicePrincipalId $servicePrincipalId -ApprovedClientAppId $approvedClientAppId + +``` +This example shows how to use the Remove-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationApprovedClientApp Cmdlet. + ## PARAMETERS @@ -449,7 +463,7 @@ INPUTOBJECT ``: Identity Parameter ## RELATED LINKS - [Remove-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationApprovedClientApp](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/remove-mgbetaserviceprincipalremotedesktopsecurityconfigurationapprovedclientapp) - +- [Graph API Reference](https://learn.microsoft.com/graph/api/remotedesktopsecurityconfiguration-delete-approvedclientapps?view=graph-rest-beta) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup.md index f565571650ec9..696665ecffcac 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/remove-mgbetaserviceprincipalremotedesktopsecurityconfigurationtargetdevicegroup Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup --- @@ -29,7 +29,6 @@ Remove-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -40,7 +39,6 @@ Remove-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -57,9 +55,9 @@ Any user authenticating using the Microsoft Entra ID Remote Desktop Services (RD | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Application-RemoteDesktopConfig.ReadWrite.All, Directory.ReadWrite.All, Application.ReadWrite.All, | +| Delegated (work or school account) | Application-RemoteDesktopConfig.ReadWrite.All, Application.ReadWrite.All, Directory.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | Application-RemoteDesktopConfig.ReadWrite.All, Directory.ReadWrite.All, Application.ReadWrite.OwnedBy, Application.ReadWrite.All, | +| Application | Application-RemoteDesktopConfig.ReadWrite.All, Application.ReadWrite.All, Application.ReadWrite.OwnedBy, Directory.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaServicePrincipalSynchronization.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaServicePrincipalSynchronization.md index ce473b627ae74..2f1b05dd2ec76 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaServicePrincipalSynchronization.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaServicePrincipalSynchronization.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/remove-mgbetaserviceprincipalsynchronization Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaServicePrincipalSynchronization --- @@ -27,7 +27,6 @@ Remove-MgBetaServicePrincipalSynchronization -ServicePrincipalId [-IfMa [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaServicePrincipalSynchronization -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaServicePrincipalSynchronizationJob.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaServicePrincipalSynchronizationJob.md index 6821176d7a032..ebd6740018e8d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaServicePrincipalSynchronizationJob.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaServicePrincipalSynchronizationJob.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/remove-mgbetaserviceprincipalsynchronizationjob Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaServicePrincipalSynchronizationJob --- @@ -29,7 +29,6 @@ Remove-MgBetaServicePrincipalSynchronizationJob -ServicePrincipalId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -39,7 +38,6 @@ Remove-MgBetaServicePrincipalSynchronizationJob -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaServicePrincipalSynchronizationJobBulkUpload.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaServicePrincipalSynchronizationJobBulkUpload.md index d94d1d3e8df4a..11fb5e74fb19e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaServicePrincipalSynchronizationJobBulkUpload.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaServicePrincipalSynchronizationJobBulkUpload.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/remove-mgbetaserviceprincipalsynchronizationjobbulkupload Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaServicePrincipalSynchronizationJobBulkUpload --- @@ -28,7 +28,6 @@ Remove-MgBetaServicePrincipalSynchronizationJobBulkUpload -ServicePrincipalId ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -38,7 +37,6 @@ Remove-MgBetaServicePrincipalSynchronizationJobBulkUpload -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaServicePrincipalSynchronizationJobBulkUploadContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaServicePrincipalSynchronizationJobBulkUploadContent.md index 995017664da79..9543a76c9fe87 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaServicePrincipalSynchronizationJobBulkUploadContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaServicePrincipalSynchronizationJobBulkUploadContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/remove-mgbetaserviceprincipalsynchronizationjobbulkuploadcontent Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaServicePrincipalSynchronizationJobBulkUploadContent --- @@ -28,7 +28,6 @@ Remove-MgBetaServicePrincipalSynchronizationJobBulkUploadContent -ServicePrincip [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -39,7 +38,6 @@ Remove-MgBetaServicePrincipalSynchronizationJobBulkUploadContent [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaServicePrincipalSynchronizationJobSchema.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaServicePrincipalSynchronizationJobSchema.md index 9ee7603d6b80d..3f61f3eac0e38 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaServicePrincipalSynchronizationJobSchema.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaServicePrincipalSynchronizationJobSchema.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/remove-mgbetaserviceprincipalsynchronizationjobschema Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaServicePrincipalSynchronizationJobSchema --- @@ -28,7 +28,6 @@ Remove-MgBetaServicePrincipalSynchronizationJobSchema -ServicePrincipalId ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -38,7 +37,6 @@ Remove-MgBetaServicePrincipalSynchronizationJobSchema -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -56,7 +54,7 @@ Delete navigation property schema for servicePrincipals | --------------- | ------------------------------------------ | | Delegated (work or school account) | Synchronization.ReadWrite.All, CustomSecAttributeProvisioning.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | Application.ReadWrite.OwnedBy, Synchronization.ReadWrite.All, CustomSecAttributeProvisioning.ReadWrite.All, | +| Application | Application.ReadWrite.OwnedBy, CustomSecAttributeProvisioning.ReadWrite.All, Synchronization.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaServicePrincipalSynchronizationJobSchemaDirectory.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaServicePrincipalSynchronizationJobSchemaDirectory.md index 216a6877add8d..cdfbc82c94eb4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaServicePrincipalSynchronizationJobSchemaDirectory.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaServicePrincipalSynchronizationJobSchemaDirectory.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/remove-mgbetaserviceprincipalsynchronizationjobschemadirectory Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaServicePrincipalSynchronizationJobSchemaDirectory --- @@ -28,7 +28,6 @@ Remove-MgBetaServicePrincipalSynchronizationJobSchemaDirectory -DirectoryDefinit [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -38,7 +37,6 @@ Remove-MgBetaServicePrincipalSynchronizationJobSchemaDirectory -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaServicePrincipalSynchronizationTemplate.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaServicePrincipalSynchronizationTemplate.md index 0cc6dece3b40a..6cea109d469e1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaServicePrincipalSynchronizationTemplate.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaServicePrincipalSynchronizationTemplate.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/remove-mgbetaserviceprincipalsynchronizationtemplate Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaServicePrincipalSynchronizationTemplate --- @@ -28,7 +28,6 @@ Remove-MgBetaServicePrincipalSynchronizationTemplate -ServicePrincipalId ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -38,7 +37,6 @@ Remove-MgBetaServicePrincipalSynchronizationTemplate -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaServicePrincipalSynchronizationTemplateSchema.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaServicePrincipalSynchronizationTemplateSchema.md index 09cea0e370d83..700fdb8c00cad 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaServicePrincipalSynchronizationTemplateSchema.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaServicePrincipalSynchronizationTemplateSchema.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/remove-mgbetaserviceprincipalsynchronizationtemplateschema Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaServicePrincipalSynchronizationTemplateSchema --- @@ -28,7 +28,6 @@ Remove-MgBetaServicePrincipalSynchronizationTemplateSchema -ServicePrincipalId < [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -38,7 +37,6 @@ Remove-MgBetaServicePrincipalSynchronizationTemplateSchema -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaServicePrincipalSynchronizationTemplateSchemaDirectory.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaServicePrincipalSynchronizationTemplateSchemaDirectory.md index 88928a486d47a..1d7366a17bfba 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaServicePrincipalSynchronizationTemplateSchemaDirectory.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaServicePrincipalSynchronizationTemplateSchemaDirectory.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/remove-mgbetaserviceprincipalsynchronizationtemplateschemadirectory Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaServicePrincipalSynchronizationTemplateSchemaDirectory --- @@ -28,7 +28,6 @@ Remove-MgBetaServicePrincipalSynchronizationTemplateSchemaDirectory -DirectoryDe [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -39,7 +38,6 @@ Remove-MgBetaServicePrincipalSynchronizationTemplateSchemaDirectory [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaServicePrincipalTokenIssuancePolicyByRef.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaServicePrincipalTokenIssuancePolicyByRef.md index 1fcc3ee2a471d..0eb5f76871e80 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaServicePrincipalTokenIssuancePolicyByRef.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaServicePrincipalTokenIssuancePolicyByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/remove-mgbetaserviceprincipaltokenissuancepolicybyref Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaServicePrincipalTokenIssuancePolicyByRef --- @@ -27,7 +27,6 @@ Remove-MgBetaServicePrincipalTokenIssuancePolicyByRef -ServicePrincipalId ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -38,7 +37,6 @@ Remove-MgBetaServicePrincipalTokenIssuancePolicyByRef -InputObject ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaServicePrincipalTokenIssuancePolicyTokenIssuancePolicyByRef.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaServicePrincipalTokenIssuancePolicyTokenIssuancePolicyByRef.md index 62da6dca8a041..e4147d742d0e5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaServicePrincipalTokenIssuancePolicyTokenIssuancePolicyByRef.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaServicePrincipalTokenIssuancePolicyTokenIssuancePolicyByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/remove-mgbetaserviceprincipaltokenissuancepolicytokenissuancepolicybyref Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaServicePrincipalTokenIssuancePolicyTokenIssuancePolicyByRef --- @@ -28,7 +28,6 @@ Remove-MgBetaServicePrincipalTokenIssuancePolicyTokenIssuancePolicyByRef [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -39,7 +38,6 @@ Remove-MgBetaServicePrincipalTokenIssuancePolicyTokenIssuancePolicyByRef [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaServicePrincipalTokenLifetimePolicyByRef.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaServicePrincipalTokenLifetimePolicyByRef.md index 704ef7f195e7d..14200cf45c798 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaServicePrincipalTokenLifetimePolicyByRef.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaServicePrincipalTokenLifetimePolicyByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/remove-mgbetaserviceprincipaltokenlifetimepolicybyref Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaServicePrincipalTokenLifetimePolicyByRef --- @@ -27,7 +27,6 @@ Remove-MgBetaServicePrincipalTokenLifetimePolicyByRef -ServicePrincipalId ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -38,7 +37,6 @@ Remove-MgBetaServicePrincipalTokenLifetimePolicyByRef -InputObject ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaServicePrincipalTokenLifetimePolicyTokenLifetimePolicyByRef.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaServicePrincipalTokenLifetimePolicyTokenLifetimePolicyByRef.md index 264a4efca5de3..7e576238b380f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaServicePrincipalTokenLifetimePolicyTokenLifetimePolicyByRef.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaServicePrincipalTokenLifetimePolicyTokenLifetimePolicyByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/remove-mgbetaserviceprincipaltokenlifetimepolicytokenlifetimepolicybyref Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaServicePrincipalTokenLifetimePolicyTokenLifetimePolicyByRef --- @@ -28,7 +28,6 @@ Remove-MgBetaServicePrincipalTokenLifetimePolicyTokenLifetimePolicyByRef [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -39,7 +38,6 @@ Remove-MgBetaServicePrincipalTokenLifetimePolicyTokenLifetimePolicyByRef [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -55,18 +53,23 @@ Remove a tokenLifetimePolicy object from a service principal. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Policy.ReadWrite.ApplicationConfiguration, Application.ReadWrite.All, | +| Delegated (work or school account) | Application.ReadWrite.All, Policy.ReadWrite.ApplicationConfiguration, | | Delegated (personal Microsoft account) | Not supported | -| Application | Policy.ReadWrite.ApplicationConfiguration, Application.ReadWrite.OwnedBy, Application.ReadWrite.All, | +| Application | Application.ReadWrite.All, Application.ReadWrite.OwnedBy, Policy.ReadWrite.ApplicationConfiguration, | ## EXAMPLES +### Example 1: Code snippet -### EXAMPLE 1 +```powershell Import-Module Microsoft.Graph.Beta.Applications Remove-MgBetaServicePrincipalTokenLifetimePolicyTokenLifetimePolicyByRef -ServicePrincipalId $servicePrincipalId -TokenLifetimePolicyId $tokenLifetimePolicyId +``` +This example shows how to use the Remove-MgBetaServicePrincipalTokenLifetimePolicyTokenLifetimePolicyByRef Cmdlet. + + ## PARAMETERS ### -Break diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaUserAppRoleAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaUserAppRoleAssignment.md index 5094d0ab61f9f..a5f10e3db7aec 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaUserAppRoleAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Remove-MgBetaUserAppRoleAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/remove-mgbetauserapproleassignment Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaUserAppRoleAssignment --- @@ -27,7 +27,6 @@ Remove-MgBetaUserAppRoleAssignment -AppRoleAssignmentId -UserId ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaUserAppRoleAssignment -InputObject [-IfMatc [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Restart-MgBetaApplicationSynchronizationJob.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Restart-MgBetaApplicationSynchronizationJob.md index 4fc7d93c6b1a9..453a5ee967a05 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Restart-MgBetaApplicationSynchronizationJob.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Restart-MgBetaApplicationSynchronizationJob.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/restart-mgbetaapplicationsynchronizationjob Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Restart-MgBetaApplicationSynchronizationJob --- @@ -29,7 +29,6 @@ Restart-MgBetaApplicationSynchronizationJob -ApplicationId -Synchroniza [-Criteria ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Restart @@ -40,7 +39,6 @@ Restart-MgBetaApplicationSynchronizationJob -ApplicationId -Synchroniza [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### RestartViaIdentityExpanded @@ -51,7 +49,6 @@ Restart-MgBetaApplicationSynchronizationJob -InputObject [-Criteria ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### RestartViaIdentity @@ -62,7 +59,6 @@ Restart-MgBetaApplicationSynchronizationJob -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Restart-MgBetaServicePrincipalSynchronizationJob.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Restart-MgBetaServicePrincipalSynchronizationJob.md index 85d4e028b5205..cd77a6998d008 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Restart-MgBetaServicePrincipalSynchronizationJob.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Restart-MgBetaServicePrincipalSynchronizationJob.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/restart-mgbetaserviceprincipalsynchronizationjob Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Restart-MgBetaServicePrincipalSynchronizationJob --- @@ -30,7 +30,6 @@ Restart-MgBetaServicePrincipalSynchronizationJob -ServicePrincipalId [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Restart @@ -42,7 +41,6 @@ Restart-MgBetaServicePrincipalSynchronizationJob -ServicePrincipalId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### RestartViaIdentityExpanded @@ -53,7 +51,6 @@ Restart-MgBetaServicePrincipalSynchronizationJob -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### RestartViaIdentity @@ -64,7 +61,6 @@ Restart-MgBetaServicePrincipalSynchronizationJob -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Set-MgBetaApplicationConnectorGroupByRef.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Set-MgBetaApplicationConnectorGroupByRef.md index 1e57aa903a7e7..919b6c9dd8f10 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Set-MgBetaApplicationConnectorGroupByRef.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Set-MgBetaApplicationConnectorGroupByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/set-mgbetaapplicationconnectorgroupbyref Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Set-MgBetaApplicationConnectorGroupByRef --- @@ -25,7 +25,6 @@ Set-MgBetaApplicationConnectorGroupByRef -ApplicationId -OdataId ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Set @@ -35,7 +34,6 @@ Set-MgBetaApplicationConnectorGroupByRef -ApplicationId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SetViaIdentityExpanded @@ -46,7 +44,6 @@ Set-MgBetaApplicationConnectorGroupByRef -InputObject -O [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SetViaIdentity @@ -57,7 +54,6 @@ Set-MgBetaApplicationConnectorGroupByRef -InputObject [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Set-MgBetaApplicationLogo.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Set-MgBetaApplicationLogo.md index d305215fe32b9..8b00b3d9217a9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Set-MgBetaApplicationLogo.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Set-MgBetaApplicationLogo.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/set-mgbetaapplicationlogo Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Set-MgBetaApplicationLogo --- @@ -28,7 +28,6 @@ Set-MgBetaApplicationLogo -ApplicationId -InFile [-Data ] [-Break] [-ContentType ] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SetViaIdentity @@ -38,7 +37,6 @@ Set-MgBetaApplicationLogo -InputObject -InFile [-ResponseHeadersVariable ] [-Break] [-ContentType ] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Set-MgBetaApplicationSynchronization.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Set-MgBetaApplicationSynchronization.md index eaccf8473d497..47dbf55d5558a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Set-MgBetaApplicationSynchronization.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Set-MgBetaApplicationSynchronization.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/set-mgbetaapplicationsynchronization Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Set-MgBetaApplicationSynchronization --- @@ -29,7 +29,6 @@ Set-MgBetaApplicationSynchronization -ApplicationId [-ResponseHeadersVa [-Templates ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Set @@ -39,7 +38,7 @@ Set-MgBetaApplicationSynchronization -ApplicationId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### SetViaIdentityExpanded @@ -52,7 +51,6 @@ Set-MgBetaApplicationSynchronization -InputObject [-Templates ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SetViaIdentity @@ -62,7 +60,7 @@ Set-MgBetaApplicationSynchronization -InputObject -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.Applications/Set-MgBetaApplicationSynchronizationJobBulkUploadContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Set-MgBetaApplicationSynchronizationJobBulkUploadContent.md index 1fd53b4697ef4..9a9d2665bfc8c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Set-MgBetaApplicationSynchronizationJobBulkUploadContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Set-MgBetaApplicationSynchronizationJobBulkUploadContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/set-mgbetaapplicationsynchronizationjobbulkuploadcontent Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Set-MgBetaApplicationSynchronizationJobBulkUploadContent --- @@ -28,7 +28,6 @@ Set-MgBetaApplicationSynchronizationJobBulkUploadContent -ApplicationId [-ResponseHeadersVariable ] [-Break] [-ContentType ] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SetViaIdentity @@ -39,7 +38,6 @@ Set-MgBetaApplicationSynchronizationJobBulkUploadContent -InputObject ] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Set-MgBetaApplicationSynchronizationSecret.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Set-MgBetaApplicationSynchronizationSecret.md index 980b74516479e..a36e8332df161 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Set-MgBetaApplicationSynchronizationSecret.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Set-MgBetaApplicationSynchronizationSecret.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/set-mgbetaapplicationsynchronizationsecret Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Set-MgBetaApplicationSynchronizationSecret --- @@ -28,7 +28,7 @@ Set-MgBetaApplicationSynchronizationSecret -ApplicationId [-Value ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Set @@ -39,7 +39,6 @@ Set-MgBetaApplicationSynchronizationSecret -ApplicationId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SetViaIdentityExpanded @@ -50,7 +49,7 @@ Set-MgBetaApplicationSynchronizationSecret -InputObject [-Value ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### SetViaIdentity @@ -61,7 +60,6 @@ Set-MgBetaApplicationSynchronizationSecret -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Set-MgBetaApplicationVerifiedPublisher.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Set-MgBetaApplicationVerifiedPublisher.md index 5af6c735b138d..245d044161711 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Set-MgBetaApplicationVerifiedPublisher.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Set-MgBetaApplicationVerifiedPublisher.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/set-mgbetaapplicationverifiedpublisher Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Set-MgBetaApplicationVerifiedPublisher --- @@ -29,7 +29,6 @@ Set-MgBetaApplicationVerifiedPublisher -ApplicationId [-ResponseHeaders [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Set @@ -40,7 +39,6 @@ Set-MgBetaApplicationVerifiedPublisher -ApplicationId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SetViaIdentityExpanded @@ -51,7 +49,6 @@ Set-MgBetaApplicationVerifiedPublisher -InputObject [-VerifiedPublisherId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SetViaIdentity @@ -62,7 +59,6 @@ Set-MgBetaApplicationVerifiedPublisher -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Set-MgBetaOnPremisePublishingProfileConnectorGroupApplicationLogo.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Set-MgBetaOnPremisePublishingProfileConnectorGroupApplicationLogo.md index 619757b7ee061..b714693306eb7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Set-MgBetaOnPremisePublishingProfileConnectorGroupApplicationLogo.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Set-MgBetaOnPremisePublishingProfileConnectorGroupApplicationLogo.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/set-mgbetaonpremisepublishingprofileconnectorgroupapplicationlogo Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Set-MgBetaOnPremisePublishingProfileConnectorGroupApplicationLogo --- @@ -27,7 +27,6 @@ Set-MgBetaOnPremisePublishingProfileConnectorGroupApplicationLogo -ApplicationId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SetViaIdentity @@ -38,7 +37,6 @@ Set-MgBetaOnPremisePublishingProfileConnectorGroupApplicationLogo [-ResponseHeadersVariable ] [-Break] [-ContentType ] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Set-MgBetaServicePrincipalClaimPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Set-MgBetaServicePrincipalClaimPolicy.md index 5ac35ba2fdfec..f8596b9ceecf6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Set-MgBetaServicePrincipalClaimPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Set-MgBetaServicePrincipalClaimPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/set-mgbetaserviceprincipalclaimpolicy Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Set-MgBetaServicePrincipalClaimPolicy --- @@ -26,7 +26,6 @@ Set-MgBetaServicePrincipalClaimPolicy -ServicePrincipalId [-IncludeApplicationIdInIssuer] [-IncludeBasicClaimSet] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Set @@ -36,7 +35,7 @@ Set-MgBetaServicePrincipalClaimPolicy -ServicePrincipalId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### SetViaIdentityExpanded @@ -48,7 +47,6 @@ Set-MgBetaServicePrincipalClaimPolicy -InputObject [-IncludeApplicationIdInIssuer] [-IncludeBasicClaimSet] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SetViaIdentity @@ -58,7 +56,7 @@ Set-MgBetaServicePrincipalClaimPolicy -InputObject -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.Applications/Set-MgBetaServicePrincipalSynchronization.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Set-MgBetaServicePrincipalSynchronization.md index 6d947913eec09..51794c040711e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Set-MgBetaServicePrincipalSynchronization.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Set-MgBetaServicePrincipalSynchronization.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/set-mgbetaserviceprincipalsynchronization Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Set-MgBetaServicePrincipalSynchronization --- @@ -30,7 +30,6 @@ Set-MgBetaServicePrincipalSynchronization -ServicePrincipalId [-Templates ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Set @@ -40,7 +39,7 @@ Set-MgBetaServicePrincipalSynchronization -ServicePrincipalId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### SetViaIdentityExpanded @@ -53,7 +52,6 @@ Set-MgBetaServicePrincipalSynchronization -InputObject [-Templates ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SetViaIdentity @@ -63,7 +61,7 @@ Set-MgBetaServicePrincipalSynchronization -InputObject -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.Applications/Set-MgBetaServicePrincipalSynchronizationJobBulkUploadContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Set-MgBetaServicePrincipalSynchronizationJobBulkUploadContent.md index 30c19f6c5371e..615231cc8fdcf 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Set-MgBetaServicePrincipalSynchronizationJobBulkUploadContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Set-MgBetaServicePrincipalSynchronizationJobBulkUploadContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/set-mgbetaserviceprincipalsynchronizationjobbulkuploadcontent Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Set-MgBetaServicePrincipalSynchronizationJobBulkUploadContent --- @@ -28,7 +28,6 @@ Set-MgBetaServicePrincipalSynchronizationJobBulkUploadContent -ServicePrincipalI [-ResponseHeadersVariable ] [-Break] [-ContentType ] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SetViaIdentity @@ -39,7 +38,6 @@ Set-MgBetaServicePrincipalSynchronizationJobBulkUploadContent -InputObject ] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Set-MgBetaServicePrincipalSynchronizationSecret.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Set-MgBetaServicePrincipalSynchronizationSecret.md index 7b8018b9d3b99..36963763e5501 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Set-MgBetaServicePrincipalSynchronizationSecret.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Set-MgBetaServicePrincipalSynchronizationSecret.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/set-mgbetaserviceprincipalsynchronizationsecret Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Set-MgBetaServicePrincipalSynchronizationSecret --- @@ -28,7 +28,7 @@ Set-MgBetaServicePrincipalSynchronizationSecret -ServicePrincipalId [-Value ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Set @@ -39,7 +39,6 @@ Set-MgBetaServicePrincipalSynchronizationSecret -ServicePrincipalId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SetViaIdentityExpanded @@ -50,7 +49,7 @@ Set-MgBetaServicePrincipalSynchronizationSecret -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### SetViaIdentity @@ -61,7 +60,6 @@ Set-MgBetaServicePrincipalSynchronizationSecret -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Start-MgBetaApplicationSynchronizationJob.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Start-MgBetaApplicationSynchronizationJob.md index 724ca2dce850a..1856fa7a190b8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Start-MgBetaApplicationSynchronizationJob.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Start-MgBetaApplicationSynchronizationJob.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/start-mgbetaapplicationsynchronizationjob Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Start-MgBetaApplicationSynchronizationJob --- @@ -31,7 +31,6 @@ Start-MgBetaApplicationSynchronizationJob -ApplicationId -Synchronizati [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### StartViaIdentity @@ -41,7 +40,6 @@ Start-MgBetaApplicationSynchronizationJob -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Start-MgBetaServicePrincipalSynchronizationJob.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Start-MgBetaServicePrincipalSynchronizationJob.md index 03cd220d1bcb5..8d6e741dc44a8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Start-MgBetaServicePrincipalSynchronizationJob.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Start-MgBetaServicePrincipalSynchronizationJob.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/start-mgbetaserviceprincipalsynchronizationjob Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Start-MgBetaServicePrincipalSynchronizationJob --- @@ -32,7 +32,6 @@ Start-MgBetaServicePrincipalSynchronizationJob -ServicePrincipalId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### StartViaIdentity @@ -42,7 +41,6 @@ Start-MgBetaServicePrincipalSynchronizationJob -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Suspend-MgBetaApplicationSynchronizationJob.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Suspend-MgBetaApplicationSynchronizationJob.md index e285f5933e325..eb64ecff77df1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Suspend-MgBetaApplicationSynchronizationJob.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Suspend-MgBetaApplicationSynchronizationJob.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/suspend-mgbetaapplicationsynchronizationjob Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Suspend-MgBetaApplicationSynchronizationJob --- @@ -28,7 +28,6 @@ Suspend-MgBetaApplicationSynchronizationJob -ApplicationId -Synchroniza [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### PauseViaIdentity @@ -38,7 +37,6 @@ Suspend-MgBetaApplicationSynchronizationJob -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Suspend-MgBetaServicePrincipalSynchronizationJob.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Suspend-MgBetaServicePrincipalSynchronizationJob.md index f9d081c4e0514..fac0848e26cc0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Suspend-MgBetaServicePrincipalSynchronizationJob.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Suspend-MgBetaServicePrincipalSynchronizationJob.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/suspend-mgbetaserviceprincipalsynchronizationjob Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Suspend-MgBetaServicePrincipalSynchronizationJob --- @@ -29,7 +29,6 @@ Suspend-MgBetaServicePrincipalSynchronizationJob -ServicePrincipalId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### PauseViaIdentity @@ -39,7 +38,6 @@ Suspend-MgBetaServicePrincipalSynchronizationJob -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Test-MgBetaApplicationProperty.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Test-MgBetaApplicationProperty.md index 18a4bb5a466d8..7313ece743d2c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Test-MgBetaApplicationProperty.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Test-MgBetaApplicationProperty.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/test-mgbetaapplicationproperty Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Test-MgBetaApplicationProperty --- @@ -36,7 +36,6 @@ Test-MgBetaApplicationProperty [-ResponseHeadersVariable ] [-MailNickname ] [-OnBehalfOfUserId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Validate @@ -47,7 +46,6 @@ Test-MgBetaApplicationProperty [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Test-MgBetaApplicationSynchronizationJobCredential.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Test-MgBetaApplicationSynchronizationJobCredential.md index eff922a370a81..5c753a81879fa 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Test-MgBetaApplicationSynchronizationJobCredential.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Test-MgBetaApplicationSynchronizationJobCredential.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/test-mgbetaapplicationsynchronizationjobcredential Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Test-MgBetaApplicationSynchronizationJobCredential --- @@ -30,7 +30,6 @@ Test-MgBetaApplicationSynchronizationJobCredential -ApplicationId [-UseSavedCredentials] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Validate @@ -42,7 +41,6 @@ Test-MgBetaApplicationSynchronizationJobCredential -ApplicationId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ValidateViaIdentityExpanded @@ -55,7 +53,6 @@ Test-MgBetaApplicationSynchronizationJobCredential -InputObject ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ValidateViaIdentity @@ -66,7 +63,6 @@ Test-MgBetaApplicationSynchronizationJobCredential -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Test-MgBetaServicePrincipalProperty.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Test-MgBetaServicePrincipalProperty.md index 330d7d17a575f..11d35113441dc 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Test-MgBetaServicePrincipalProperty.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Test-MgBetaServicePrincipalProperty.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/test-mgbetaserviceprincipalproperty Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Test-MgBetaServicePrincipalProperty --- @@ -36,7 +36,6 @@ Test-MgBetaServicePrincipalProperty [-ResponseHeadersVariable ] [-MailNickname ] [-OnBehalfOfUserId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Validate @@ -47,7 +46,6 @@ Test-MgBetaServicePrincipalProperty [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Test-MgBetaServicePrincipalSynchronizationJobCredential.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Test-MgBetaServicePrincipalSynchronizationJobCredential.md index 66a0598ff9f8d..668a5fef25098 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Test-MgBetaServicePrincipalSynchronizationJobCredential.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Test-MgBetaServicePrincipalSynchronizationJobCredential.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/test-mgbetaserviceprincipalsynchronizationjobcredential Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Test-MgBetaServicePrincipalSynchronizationJobCredential --- @@ -30,7 +30,6 @@ Test-MgBetaServicePrincipalSynchronizationJobCredential -ServicePrincipalId ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Validate @@ -42,7 +41,6 @@ Test-MgBetaServicePrincipalSynchronizationJobCredential -ServicePrincipalId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ValidateViaIdentityExpanded @@ -55,7 +53,6 @@ Test-MgBetaServicePrincipalSynchronizationJobCredential -InputObject ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ValidateViaIdentity @@ -66,7 +63,6 @@ Test-MgBetaServicePrincipalSynchronizationJobCredential -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Update-MgBetaApplication.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Update-MgBetaApplication.md index 169f14d3f2760..50a4fff473120 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Update-MgBetaApplication.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Update-MgBetaApplication.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/update-mgbetaapplication Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaApplication --- @@ -39,7 +39,8 @@ Update-MgBetaApplication -ApplicationId [-ResponseHeadersVariable ] [-Id ] [-IdentifierUris ] [-Info ] [-IsDeviceOnlyAuthSupported] [-IsDisabled] [-IsFallbackPublicClient] [-KeyCredentials ] - [-LogoInputFile ] [-NativeAuthenticationApisEnabled ] [-Notes ] + [-LogoInputFile ] [-ManagerApplications ] + [-NativeAuthenticationApisEnabled ] [-Notes ] [-OnPremisesPublishing ] [-OptionalClaims ] [-Owners ] [-ParentalControlSettings ] @@ -59,7 +60,6 @@ Update-MgBetaApplication -ApplicationId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -69,7 +69,6 @@ Update-MgBetaApplication -ApplicationId -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -90,7 +89,8 @@ Update-MgBetaApplication -InputObject [-ResponseHeadersV [-HomeRealmDiscoveryPolicies ] [-Id ] [-IdentifierUris ] [-Info ] [-IsDeviceOnlyAuthSupported] [-IsDisabled] [-IsFallbackPublicClient] [-KeyCredentials ] - [-LogoInputFile ] [-NativeAuthenticationApisEnabled ] [-Notes ] + [-LogoInputFile ] [-ManagerApplications ] + [-NativeAuthenticationApisEnabled ] [-Notes ] [-OnPremisesPublishing ] [-OptionalClaims ] [-Owners ] [-ParentalControlSettings ] @@ -110,7 +110,6 @@ Update-MgBetaApplication -InputObject [-ResponseHeadersV [-Windows ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -120,7 +119,7 @@ Update-MgBetaApplication -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -137,9 +136,9 @@ This API can also create an agentIdentityBlueprint object from an agentIdentityB | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Application.ReadWrite.All, | +| Delegated (work or school account) | Application.ReadWrite.All, AgentIdentityBlueprint.AddRemoveCreds.All, AgentIdentityBlueprint.ReadWrite.All, AgentIdentityBlueprint.UpdateAuthProperties.All, AgentIdentityBlueprint.UpdateBranding.All, AgentIdentityBlueprintPrincipal.ReadWrite.All, | | Delegated (personal Microsoft account) | Application.ReadWrite.All, | -| Application | Application.ReadWrite.OwnedBy, Application.ReadWrite.All, | +| Application | Application.ReadWrite.OwnedBy, AgentIdentityBlueprint.AddRemoveCreds.All, AgentIdentityBlueprint.ReadWrite.All, AgentIdentityBlueprint.UpdateAuthProperties.All, AgentIdentityBlueprint.UpdateBranding.All, AgentIdentityBlueprintPrincipal.ReadWrite.All, Application.ReadWrite.All, | ## EXAMPLES ### Example 1: Update an application @@ -483,7 +482,7 @@ HelpMessage: '' ### -CreatedByAppId -The globally unique appId (called Application (client) ID on the Microsoft Entra admin center) of the application that created this application. +The appId of the application that created this application. Set internally by Microsoft Entra ID. Read-only. @@ -1038,8 +1037,10 @@ HelpMessage: '' ### -IsDisabled -Specifies whether the service principal of the app in a tenant or across tenants for multi-tenant apps can obtain new access tokens or access protected resources. +Deactivate an app without deleting it. +This configuration specifies whether the service principal of the app in a tenant or across tenants for multi-tenant apps can obtain new access tokens or access protected resources. When set to true, existing tokens remain valid until they expire based on their configured lifetimes, and the app stays visible in the Enterprise apps list but users cannot sign in.true if the application is deactivated (disabled); otherwise false. +Learn more in Deactivate an app registration. ```yaml Type: System.Management.Automation.SwitchParameter @@ -1153,6 +1154,39 @@ AcceptedValues: [] HelpMessage: '' ``` +### -ManagerApplications + +A collection of application IDs for applications designated as managers of this application. +Manager applications can create service principals for the applications they manage. +Currently, only Microsoft first-party application IDs can be set as values. +Maximum of 10 values. +Not nullable. +Read-only for third-party (3P) callers; writes by 3P callers are rejected with a 400 Bad Request error. +Requires $select to retrieve. + +```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: '' +``` + ### -NativeAuthenticationApisEnabled nativeAuthenticationApisEnabled @@ -2106,22 +2140,23 @@ Always null when the object hasn't been deleted. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -2151,12 +2186,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration APPROLES : The collection of roles defined for the application. With app role assignments, these roles can be assigned to users, groups, or service principals associated with other applications. @@ -2264,22 +2356,23 @@ Always null when the object hasn't been deleted. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -2309,12 +2402,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppRoles ]: The collection of roles defined for the application. With app role assignments, these roles can be assigned to users, groups, or service principals associated with other applications. Not nullable. @@ -2374,7 +2524,7 @@ Read-only. Read-only. [Name ]: The name associated with the connectorGroup. [Region ]: connectorGroupRegion - [CreatedByAppId ]: The globally unique appId (called Application (client) ID on the Microsoft Entra admin center) of the application that created this application. + [CreatedByAppId ]: The appId of the application that created this application. Set internally by Microsoft Entra ID. Read-only. [CreatedDateTime ]: The date and time the application was registered. @@ -2498,8 +2648,10 @@ For example, https://www.contoso.com/app/support For example, https://www.contoso.com/app/termsofservice [IsDeviceOnlyAuthSupported ]: Specifies whether this application supports device authentication without a user. The default is false. - [IsDisabled ]: Specifies whether the service principal of the app in a tenant or across tenants for multi-tenant apps can obtain new access tokens or access protected resources. + [IsDisabled ]: Deactivate an app without deleting it. +This configuration specifies whether the service principal of the app in a tenant or across tenants for multi-tenant apps can obtain new access tokens or access protected resources. When set to true, existing tokens remain valid until they expire based on their configured lifetimes, and the app stays visible in the Enterprise apps list but users cannot sign in.true if the application is deactivated (disabled); otherwise false. +Learn more in Deactivate an app registration. [IsFallbackPublicClient ]: Specifies the fallback application type as public client, such as an installed application running on a mobile device. The default value is false, which means the fallback application type is confidential client such as a web app. There are certain scenarios where Microsoft Entra ID can't determine the client application type. @@ -2519,7 +2671,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -2530,6 +2682,13 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. If usage is Sign​, the type should be X509CertAndPassword​, and the passwordCredentials​ for signing should be defined. [Logo ]: The main logo for the application. Not nullable. + [ManagerApplications ]: A collection of application IDs for applications designated as managers of this application. +Manager applications can create service principals for the applications they manage. +Currently, only Microsoft first-party application IDs can be set as values. +Maximum of 10 values. +Not nullable. +Read-only for third-party (3P) callers; writes by 3P callers are rejected with a 400 Bad Request error. +Requires $select to retrieve. [NativeAuthenticationApisEnabled ]: nativeAuthenticationApisEnabled [Notes ]: Notes relevant for the management of the application. [OnPremisesPublishing ]: onPremisesPublishing @@ -2607,6 +2766,7 @@ The origin must be an exact case-sensitive match with the origin that the user a This SPN needs to be in the list of services to which the connector can present delegated credentials. [KerberosSignOnMappingAttributeType ]: kerberosSignOnMappingAttributeType [SingleSignOnMode ]: singleSignOnMode + [TrafficRoutingMethod ]: trafficRoutingMethod [UseAlternateUrlForTranslationAndRedirect ]: Indicates whether the application should use alternateUrl instead of externalUrl. [VerifiedCustomDomainCertificatesMetadata ]: verifiedCustomDomainCertificatesMetadata [(Any) ]: This indicates any property can be added to this object. @@ -3131,22 +3291,23 @@ Always null when the object hasn't been deleted. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -3176,12 +3337,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppRoles ]: The collection of roles defined for the application. With app role assignments, these roles can be assigned to users, groups, or service principals associated with other applications. Not nullable. @@ -3220,7 +3438,7 @@ Tenant administrators should respond to security advisories sent through Azure H [IsPublisherAttested ]: Indicates whether the application developer or publisher completed Publisher Attestation. [LastCertificationDateTime ]: The timestamp when the certification for the application was most recently added or updated. [ConnectorGroup ]: connectorGroup - [CreatedByAppId ]: The globally unique appId (called Application (client) ID on the Microsoft Entra admin center) of the application that created this application. + [CreatedByAppId ]: The appId of the application that created this application. Set internally by Microsoft Entra ID. Read-only. [CreatedDateTime ]: The date and time the application was registered. @@ -3344,8 +3562,10 @@ For example, https://www.contoso.com/app/support For example, https://www.contoso.com/app/termsofservice [IsDeviceOnlyAuthSupported ]: Specifies whether this application supports device authentication without a user. The default is false. - [IsDisabled ]: Specifies whether the service principal of the app in a tenant or across tenants for multi-tenant apps can obtain new access tokens or access protected resources. + [IsDisabled ]: Deactivate an app without deleting it. +This configuration specifies whether the service principal of the app in a tenant or across tenants for multi-tenant apps can obtain new access tokens or access protected resources. When set to true, existing tokens remain valid until they expire based on their configured lifetimes, and the app stays visible in the Enterprise apps list but users cannot sign in.true if the application is deactivated (disabled); otherwise false. +Learn more in Deactivate an app registration. [IsFallbackPublicClient ]: Specifies the fallback application type as public client, such as an installed application running on a mobile device. The default value is false, which means the fallback application type is confidential client such as a web app. There are certain scenarios where Microsoft Entra ID can't determine the client application type. @@ -3365,7 +3585,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -3376,6 +3596,13 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. If usage is Sign​, the type should be X509CertAndPassword​, and the passwordCredentials​ for signing should be defined. [Logo ]: The main logo for the application. Not nullable. + [ManagerApplications ]: A collection of application IDs for applications designated as managers of this application. +Manager applications can create service principals for the applications they manage. +Currently, only Microsoft first-party application IDs can be set as values. +Maximum of 10 values. +Not nullable. +Read-only for third-party (3P) callers; writes by 3P callers are rejected with a 400 Bad Request error. +Requires $select to retrieve. [NativeAuthenticationApisEnabled ]: nativeAuthenticationApisEnabled [Notes ]: Notes relevant for the management of the application. [OnPremisesPublishing ]: onPremisesPublishing @@ -3453,6 +3680,7 @@ The origin must be an exact case-sensitive match with the origin that the user a This SPN needs to be in the list of services to which the connector can present delegated credentials. [KerberosSignOnMappingAttributeType ]: kerberosSignOnMappingAttributeType [SingleSignOnMode ]: singleSignOnMode + [TrafficRoutingMethod ]: trafficRoutingMethod [UseAlternateUrlForTranslationAndRedirect ]: Indicates whether the application should use alternateUrl instead of externalUrl. [VerifiedCustomDomainCertificatesMetadata ]: verifiedCustomDomainCertificatesMetadata [(Any) ]: This indicates any property can be added to this object. @@ -4072,7 +4300,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -4157,6 +4385,7 @@ The origin must be an exact case-sensitive match with the origin that the user a This SPN needs to be in the list of services to which the connector can present delegated credentials. [KerberosSignOnMappingAttributeType ]: kerberosSignOnMappingAttributeType [SingleSignOnMode ]: singleSignOnMode + [TrafficRoutingMethod ]: trafficRoutingMethod [UseAlternateUrlForTranslationAndRedirect ]: Indicates whether the application should use alternateUrl instead of externalUrl. [VerifiedCustomDomainCertificatesMetadata ]: verifiedCustomDomainCertificatesMetadata [(Any) ]: This indicates any property can be added to this object. @@ -4182,7 +4411,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Update-MgBetaApplicationByAppId.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Update-MgBetaApplicationByAppId.md index 5c13f7fb37547..ecee249df7469 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Update-MgBetaApplicationByAppId.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Update-MgBetaApplicationByAppId.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/update-mgbetaapplicationbyappid Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaApplicationByAppId --- @@ -39,7 +39,8 @@ Update-MgBetaApplicationByAppId -AppId [-ResponseHeadersVariable ] [-Id ] [-IdentifierUris ] [-Info ] [-IsDeviceOnlyAuthSupported] [-IsDisabled] [-IsFallbackPublicClient] [-KeyCredentials ] - [-LogoInputFile ] [-NativeAuthenticationApisEnabled ] [-Notes ] + [-LogoInputFile ] [-ManagerApplications ] + [-NativeAuthenticationApisEnabled ] [-Notes ] [-OnPremisesPublishing ] [-OptionalClaims ] [-Owners ] [-ParentalControlSettings ] @@ -59,7 +60,6 @@ Update-MgBetaApplicationByAppId -AppId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -81,7 +81,8 @@ Update-MgBetaApplicationByAppId -InputObject [-AppId ] [-Id ] [-IdentifierUris ] [-Info ] [-IsDeviceOnlyAuthSupported] [-IsDisabled] [-IsFallbackPublicClient] [-KeyCredentials ] - [-LogoInputFile ] [-NativeAuthenticationApisEnabled ] [-Notes ] + [-LogoInputFile ] [-ManagerApplications ] + [-NativeAuthenticationApisEnabled ] [-Notes ] [-OnPremisesPublishing ] [-OptionalClaims ] [-Owners ] [-ParentalControlSettings ] @@ -101,7 +102,6 @@ Update-MgBetaApplicationByAppId -InputObject [-AppId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -111,7 +111,6 @@ Update-MgBetaApplicationByAppId -AppId -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -121,7 +120,7 @@ Update-MgBetaApplicationByAppId -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -464,7 +463,7 @@ HelpMessage: '' ### -CreatedByAppId -The globally unique appId (called Application (client) ID on the Microsoft Entra admin center) of the application that created this application. +The appId of the application that created this application. Set internally by Microsoft Entra ID. Read-only. @@ -1019,8 +1018,10 @@ HelpMessage: '' ### -IsDisabled -Specifies whether the service principal of the app in a tenant or across tenants for multi-tenant apps can obtain new access tokens or access protected resources. +Deactivate an app without deleting it. +This configuration specifies whether the service principal of the app in a tenant or across tenants for multi-tenant apps can obtain new access tokens or access protected resources. When set to true, existing tokens remain valid until they expire based on their configured lifetimes, and the app stays visible in the Enterprise apps list but users cannot sign in.true if the application is deactivated (disabled); otherwise false. +Learn more in Deactivate an app registration. ```yaml Type: System.Management.Automation.SwitchParameter @@ -1134,6 +1135,39 @@ AcceptedValues: [] HelpMessage: '' ``` +### -ManagerApplications + +A collection of application IDs for applications designated as managers of this application. +Manager applications can create service principals for the applications they manage. +Currently, only Microsoft first-party application IDs can be set as values. +Maximum of 10 values. +Not nullable. +Read-only for third-party (3P) callers; writes by 3P callers are rejected with a 400 Bad Request error. +Requires $select to retrieve. + +```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: '' +``` + ### -NativeAuthenticationApisEnabled nativeAuthenticationApisEnabled @@ -2087,22 +2121,23 @@ Always null when the object hasn't been deleted. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -2132,12 +2167,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration APPROLES : The collection of roles defined for the application. With app role assignments, these roles can be assigned to users, groups, or service principals associated with other applications. @@ -2245,22 +2337,23 @@ Always null when the object hasn't been deleted. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -2290,12 +2383,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppRoles ]: The collection of roles defined for the application. With app role assignments, these roles can be assigned to users, groups, or service principals associated with other applications. Not nullable. @@ -2355,7 +2505,7 @@ Read-only. Read-only. [Name ]: The name associated with the connectorGroup. [Region ]: connectorGroupRegion - [CreatedByAppId ]: The globally unique appId (called Application (client) ID on the Microsoft Entra admin center) of the application that created this application. + [CreatedByAppId ]: The appId of the application that created this application. Set internally by Microsoft Entra ID. Read-only. [CreatedDateTime ]: The date and time the application was registered. @@ -2479,8 +2629,10 @@ For example, https://www.contoso.com/app/support For example, https://www.contoso.com/app/termsofservice [IsDeviceOnlyAuthSupported ]: Specifies whether this application supports device authentication without a user. The default is false. - [IsDisabled ]: Specifies whether the service principal of the app in a tenant or across tenants for multi-tenant apps can obtain new access tokens or access protected resources. + [IsDisabled ]: Deactivate an app without deleting it. +This configuration specifies whether the service principal of the app in a tenant or across tenants for multi-tenant apps can obtain new access tokens or access protected resources. When set to true, existing tokens remain valid until they expire based on their configured lifetimes, and the app stays visible in the Enterprise apps list but users cannot sign in.true if the application is deactivated (disabled); otherwise false. +Learn more in Deactivate an app registration. [IsFallbackPublicClient ]: Specifies the fallback application type as public client, such as an installed application running on a mobile device. The default value is false, which means the fallback application type is confidential client such as a web app. There are certain scenarios where Microsoft Entra ID can't determine the client application type. @@ -2500,7 +2652,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -2511,6 +2663,13 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. If usage is Sign​, the type should be X509CertAndPassword​, and the passwordCredentials​ for signing should be defined. [Logo ]: The main logo for the application. Not nullable. + [ManagerApplications ]: A collection of application IDs for applications designated as managers of this application. +Manager applications can create service principals for the applications they manage. +Currently, only Microsoft first-party application IDs can be set as values. +Maximum of 10 values. +Not nullable. +Read-only for third-party (3P) callers; writes by 3P callers are rejected with a 400 Bad Request error. +Requires $select to retrieve. [NativeAuthenticationApisEnabled ]: nativeAuthenticationApisEnabled [Notes ]: Notes relevant for the management of the application. [OnPremisesPublishing ]: onPremisesPublishing @@ -2588,6 +2747,7 @@ The origin must be an exact case-sensitive match with the origin that the user a This SPN needs to be in the list of services to which the connector can present delegated credentials. [KerberosSignOnMappingAttributeType ]: kerberosSignOnMappingAttributeType [SingleSignOnMode ]: singleSignOnMode + [TrafficRoutingMethod ]: trafficRoutingMethod [UseAlternateUrlForTranslationAndRedirect ]: Indicates whether the application should use alternateUrl instead of externalUrl. [VerifiedCustomDomainCertificatesMetadata ]: verifiedCustomDomainCertificatesMetadata [(Any) ]: This indicates any property can be added to this object. @@ -3112,22 +3272,23 @@ Always null when the object hasn't been deleted. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -3157,12 +3318,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppRoles ]: The collection of roles defined for the application. With app role assignments, these roles can be assigned to users, groups, or service principals associated with other applications. Not nullable. @@ -3201,7 +3419,7 @@ Tenant administrators should respond to security advisories sent through Azure H [IsPublisherAttested ]: Indicates whether the application developer or publisher completed Publisher Attestation. [LastCertificationDateTime ]: The timestamp when the certification for the application was most recently added or updated. [ConnectorGroup ]: connectorGroup - [CreatedByAppId ]: The globally unique appId (called Application (client) ID on the Microsoft Entra admin center) of the application that created this application. + [CreatedByAppId ]: The appId of the application that created this application. Set internally by Microsoft Entra ID. Read-only. [CreatedDateTime ]: The date and time the application was registered. @@ -3325,8 +3543,10 @@ For example, https://www.contoso.com/app/support For example, https://www.contoso.com/app/termsofservice [IsDeviceOnlyAuthSupported ]: Specifies whether this application supports device authentication without a user. The default is false. - [IsDisabled ]: Specifies whether the service principal of the app in a tenant or across tenants for multi-tenant apps can obtain new access tokens or access protected resources. + [IsDisabled ]: Deactivate an app without deleting it. +This configuration specifies whether the service principal of the app in a tenant or across tenants for multi-tenant apps can obtain new access tokens or access protected resources. When set to true, existing tokens remain valid until they expire based on their configured lifetimes, and the app stays visible in the Enterprise apps list but users cannot sign in.true if the application is deactivated (disabled); otherwise false. +Learn more in Deactivate an app registration. [IsFallbackPublicClient ]: Specifies the fallback application type as public client, such as an installed application running on a mobile device. The default value is false, which means the fallback application type is confidential client such as a web app. There are certain scenarios where Microsoft Entra ID can't determine the client application type. @@ -3346,7 +3566,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -3357,6 +3577,13 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. If usage is Sign​, the type should be X509CertAndPassword​, and the passwordCredentials​ for signing should be defined. [Logo ]: The main logo for the application. Not nullable. + [ManagerApplications ]: A collection of application IDs for applications designated as managers of this application. +Manager applications can create service principals for the applications they manage. +Currently, only Microsoft first-party application IDs can be set as values. +Maximum of 10 values. +Not nullable. +Read-only for third-party (3P) callers; writes by 3P callers are rejected with a 400 Bad Request error. +Requires $select to retrieve. [NativeAuthenticationApisEnabled ]: nativeAuthenticationApisEnabled [Notes ]: Notes relevant for the management of the application. [OnPremisesPublishing ]: onPremisesPublishing @@ -3434,6 +3661,7 @@ The origin must be an exact case-sensitive match with the origin that the user a This SPN needs to be in the list of services to which the connector can present delegated credentials. [KerberosSignOnMappingAttributeType ]: kerberosSignOnMappingAttributeType [SingleSignOnMode ]: singleSignOnMode + [TrafficRoutingMethod ]: trafficRoutingMethod [UseAlternateUrlForTranslationAndRedirect ]: Indicates whether the application should use alternateUrl instead of externalUrl. [VerifiedCustomDomainCertificatesMetadata ]: verifiedCustomDomainCertificatesMetadata [(Any) ]: This indicates any property can be added to this object. @@ -4053,7 +4281,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -4138,6 +4366,7 @@ The origin must be an exact case-sensitive match with the origin that the user a This SPN needs to be in the list of services to which the connector can present delegated credentials. [KerberosSignOnMappingAttributeType ]: kerberosSignOnMappingAttributeType [SingleSignOnMode ]: singleSignOnMode + [TrafficRoutingMethod ]: trafficRoutingMethod [UseAlternateUrlForTranslationAndRedirect ]: Indicates whether the application should use alternateUrl instead of externalUrl. [VerifiedCustomDomainCertificatesMetadata ]: verifiedCustomDomainCertificatesMetadata [(Any) ]: This indicates any property can be added to this object. @@ -4163,7 +4392,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Update-MgBetaApplicationByUniqueName.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Update-MgBetaApplicationByUniqueName.md index aaac487a6b840..03dfaf6289589 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Update-MgBetaApplicationByUniqueName.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Update-MgBetaApplicationByUniqueName.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/update-mgbetaapplicationbyuniquename Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaApplicationByUniqueName --- @@ -39,7 +39,8 @@ Update-MgBetaApplicationByUniqueName -UniqueName [-ResponseHeadersVaria [-HomeRealmDiscoveryPolicies ] [-Id ] [-IdentifierUris ] [-Info ] [-IsDeviceOnlyAuthSupported] [-IsDisabled] [-IsFallbackPublicClient] [-KeyCredentials ] - [-LogoInputFile ] [-NativeAuthenticationApisEnabled ] [-Notes ] + [-LogoInputFile ] [-ManagerApplications ] + [-NativeAuthenticationApisEnabled ] [-Notes ] [-OnPremisesPublishing ] [-OptionalClaims ] [-Owners ] [-ParentalControlSettings ] @@ -59,7 +60,6 @@ Update-MgBetaApplicationByUniqueName -UniqueName [-ResponseHeadersVaria [-Windows ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -81,7 +81,8 @@ Update-MgBetaApplicationByUniqueName -InputObject [-Uniq [-HomeRealmDiscoveryPolicies ] [-Id ] [-IdentifierUris ] [-Info ] [-IsDeviceOnlyAuthSupported] [-IsDisabled] [-IsFallbackPublicClient] [-KeyCredentials ] - [-LogoInputFile ] [-NativeAuthenticationApisEnabled ] [-Notes ] + [-LogoInputFile ] [-ManagerApplications ] + [-NativeAuthenticationApisEnabled ] [-Notes ] [-OnPremisesPublishing ] [-OptionalClaims ] [-Owners ] [-ParentalControlSettings ] @@ -101,7 +102,6 @@ Update-MgBetaApplicationByUniqueName -InputObject [-Uniq [-Windows ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -111,7 +111,7 @@ Update-MgBetaApplicationByUniqueName -UniqueName -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -121,7 +121,7 @@ Update-MgBetaApplicationByUniqueName -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -469,7 +469,7 @@ HelpMessage: '' ### -CreatedByAppId -The globally unique appId (called Application (client) ID on the Microsoft Entra admin center) of the application that created this application. +The appId of the application that created this application. Set internally by Microsoft Entra ID. Read-only. @@ -1024,8 +1024,10 @@ HelpMessage: '' ### -IsDisabled -Specifies whether the service principal of the app in a tenant or across tenants for multi-tenant apps can obtain new access tokens or access protected resources. +Deactivate an app without deleting it. +This configuration specifies whether the service principal of the app in a tenant or across tenants for multi-tenant apps can obtain new access tokens or access protected resources. When set to true, existing tokens remain valid until they expire based on their configured lifetimes, and the app stays visible in the Enterprise apps list but users cannot sign in.true if the application is deactivated (disabled); otherwise false. +Learn more in Deactivate an app registration. ```yaml Type: System.Management.Automation.SwitchParameter @@ -1139,6 +1141,39 @@ AcceptedValues: [] HelpMessage: '' ``` +### -ManagerApplications + +A collection of application IDs for applications designated as managers of this application. +Manager applications can create service principals for the applications they manage. +Currently, only Microsoft first-party application IDs can be set as values. +Maximum of 10 values. +Not nullable. +Read-only for third-party (3P) callers; writes by 3P callers are rejected with a 400 Bad Request error. +Requires $select to retrieve. + +```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: '' +``` + ### -NativeAuthenticationApisEnabled nativeAuthenticationApisEnabled @@ -2119,22 +2154,23 @@ Always null when the object hasn't been deleted. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -2164,12 +2200,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration APPROLES : The collection of roles defined for the application. With app role assignments, these roles can be assigned to users, groups, or service principals associated with other applications. @@ -2277,22 +2370,23 @@ Always null when the object hasn't been deleted. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -2322,12 +2416,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppRoles ]: The collection of roles defined for the application. With app role assignments, these roles can be assigned to users, groups, or service principals associated with other applications. Not nullable. @@ -2387,7 +2538,7 @@ Read-only. Read-only. [Name ]: The name associated with the connectorGroup. [Region ]: connectorGroupRegion - [CreatedByAppId ]: The globally unique appId (called Application (client) ID on the Microsoft Entra admin center) of the application that created this application. + [CreatedByAppId ]: The appId of the application that created this application. Set internally by Microsoft Entra ID. Read-only. [CreatedDateTime ]: The date and time the application was registered. @@ -2511,8 +2662,10 @@ For example, https://www.contoso.com/app/support For example, https://www.contoso.com/app/termsofservice [IsDeviceOnlyAuthSupported ]: Specifies whether this application supports device authentication without a user. The default is false. - [IsDisabled ]: Specifies whether the service principal of the app in a tenant or across tenants for multi-tenant apps can obtain new access tokens or access protected resources. + [IsDisabled ]: Deactivate an app without deleting it. +This configuration specifies whether the service principal of the app in a tenant or across tenants for multi-tenant apps can obtain new access tokens or access protected resources. When set to true, existing tokens remain valid until they expire based on their configured lifetimes, and the app stays visible in the Enterprise apps list but users cannot sign in.true if the application is deactivated (disabled); otherwise false. +Learn more in Deactivate an app registration. [IsFallbackPublicClient ]: Specifies the fallback application type as public client, such as an installed application running on a mobile device. The default value is false, which means the fallback application type is confidential client such as a web app. There are certain scenarios where Microsoft Entra ID can't determine the client application type. @@ -2532,7 +2685,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -2543,6 +2696,13 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. If usage is Sign​, the type should be X509CertAndPassword​, and the passwordCredentials​ for signing should be defined. [Logo ]: The main logo for the application. Not nullable. + [ManagerApplications ]: A collection of application IDs for applications designated as managers of this application. +Manager applications can create service principals for the applications they manage. +Currently, only Microsoft first-party application IDs can be set as values. +Maximum of 10 values. +Not nullable. +Read-only for third-party (3P) callers; writes by 3P callers are rejected with a 400 Bad Request error. +Requires $select to retrieve. [NativeAuthenticationApisEnabled ]: nativeAuthenticationApisEnabled [Notes ]: Notes relevant for the management of the application. [OnPremisesPublishing ]: onPremisesPublishing @@ -2620,6 +2780,7 @@ The origin must be an exact case-sensitive match with the origin that the user a This SPN needs to be in the list of services to which the connector can present delegated credentials. [KerberosSignOnMappingAttributeType ]: kerberosSignOnMappingAttributeType [SingleSignOnMode ]: singleSignOnMode + [TrafficRoutingMethod ]: trafficRoutingMethod [UseAlternateUrlForTranslationAndRedirect ]: Indicates whether the application should use alternateUrl instead of externalUrl. [VerifiedCustomDomainCertificatesMetadata ]: verifiedCustomDomainCertificatesMetadata [(Any) ]: This indicates any property can be added to this object. @@ -3144,22 +3305,23 @@ Always null when the object hasn't been deleted. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -3189,12 +3351,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppRoles ]: The collection of roles defined for the application. With app role assignments, these roles can be assigned to users, groups, or service principals associated with other applications. Not nullable. @@ -3233,7 +3452,7 @@ Tenant administrators should respond to security advisories sent through Azure H [IsPublisherAttested ]: Indicates whether the application developer or publisher completed Publisher Attestation. [LastCertificationDateTime ]: The timestamp when the certification for the application was most recently added or updated. [ConnectorGroup ]: connectorGroup - [CreatedByAppId ]: The globally unique appId (called Application (client) ID on the Microsoft Entra admin center) of the application that created this application. + [CreatedByAppId ]: The appId of the application that created this application. Set internally by Microsoft Entra ID. Read-only. [CreatedDateTime ]: The date and time the application was registered. @@ -3357,8 +3576,10 @@ For example, https://www.contoso.com/app/support For example, https://www.contoso.com/app/termsofservice [IsDeviceOnlyAuthSupported ]: Specifies whether this application supports device authentication without a user. The default is false. - [IsDisabled ]: Specifies whether the service principal of the app in a tenant or across tenants for multi-tenant apps can obtain new access tokens or access protected resources. + [IsDisabled ]: Deactivate an app without deleting it. +This configuration specifies whether the service principal of the app in a tenant or across tenants for multi-tenant apps can obtain new access tokens or access protected resources. When set to true, existing tokens remain valid until they expire based on their configured lifetimes, and the app stays visible in the Enterprise apps list but users cannot sign in.true if the application is deactivated (disabled); otherwise false. +Learn more in Deactivate an app registration. [IsFallbackPublicClient ]: Specifies the fallback application type as public client, such as an installed application running on a mobile device. The default value is false, which means the fallback application type is confidential client such as a web app. There are certain scenarios where Microsoft Entra ID can't determine the client application type. @@ -3378,7 +3599,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -3389,6 +3610,13 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. If usage is Sign​, the type should be X509CertAndPassword​, and the passwordCredentials​ for signing should be defined. [Logo ]: The main logo for the application. Not nullable. + [ManagerApplications ]: A collection of application IDs for applications designated as managers of this application. +Manager applications can create service principals for the applications they manage. +Currently, only Microsoft first-party application IDs can be set as values. +Maximum of 10 values. +Not nullable. +Read-only for third-party (3P) callers; writes by 3P callers are rejected with a 400 Bad Request error. +Requires $select to retrieve. [NativeAuthenticationApisEnabled ]: nativeAuthenticationApisEnabled [Notes ]: Notes relevant for the management of the application. [OnPremisesPublishing ]: onPremisesPublishing @@ -3466,6 +3694,7 @@ The origin must be an exact case-sensitive match with the origin that the user a This SPN needs to be in the list of services to which the connector can present delegated credentials. [KerberosSignOnMappingAttributeType ]: kerberosSignOnMappingAttributeType [SingleSignOnMode ]: singleSignOnMode + [TrafficRoutingMethod ]: trafficRoutingMethod [UseAlternateUrlForTranslationAndRedirect ]: Indicates whether the application should use alternateUrl instead of externalUrl. [VerifiedCustomDomainCertificatesMetadata ]: verifiedCustomDomainCertificatesMetadata [(Any) ]: This indicates any property can be added to this object. @@ -4085,7 +4314,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -4170,6 +4399,7 @@ The origin must be an exact case-sensitive match with the origin that the user a This SPN needs to be in the list of services to which the connector can present delegated credentials. [KerberosSignOnMappingAttributeType ]: kerberosSignOnMappingAttributeType [SingleSignOnMode ]: singleSignOnMode + [TrafficRoutingMethod ]: trafficRoutingMethod [UseAlternateUrlForTranslationAndRedirect ]: Indicates whether the application should use alternateUrl instead of externalUrl. [VerifiedCustomDomainCertificatesMetadata ]: verifiedCustomDomainCertificatesMetadata [(Any) ]: This indicates any property can be added to this object. @@ -4195,7 +4425,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Update-MgBetaApplicationExtensionProperty.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Update-MgBetaApplicationExtensionProperty.md index 4945dd68666f0..abf4cbe072d8f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Update-MgBetaApplicationExtensionProperty.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Update-MgBetaApplicationExtensionProperty.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/update-mgbetaapplicationextensionproperty Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaApplicationExtensionProperty --- @@ -29,7 +29,7 @@ Update-MgBetaApplicationExtensionProperty -ApplicationId -ExtensionProp [-IsSyncedFromOnPremises] [-Name ] [-TargetObjects ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -39,7 +39,7 @@ Update-MgBetaApplicationExtensionProperty -ApplicationId -ExtensionProp -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -51,7 +51,7 @@ Update-MgBetaApplicationExtensionProperty -InputObject [-IsSyncedFromOnPremises] [-Name ] [-TargetObjects ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -61,7 +61,7 @@ Update-MgBetaApplicationExtensionProperty -InputObject -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.Applications/Update-MgBetaApplicationFederatedIdentityCredential.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Update-MgBetaApplicationFederatedIdentityCredential.md index d1bf78be73653..a445037f2109c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Update-MgBetaApplicationFederatedIdentityCredential.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Update-MgBetaApplicationFederatedIdentityCredential.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/update-mgbetaapplicationfederatedidentitycredential Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaApplicationFederatedIdentityCredential --- @@ -32,7 +32,7 @@ Update-MgBetaApplicationFederatedIdentityCredential -ApplicationId [-Id ] [-Issuer ] [-Name ] [-Subject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -43,7 +43,6 @@ Update-MgBetaApplicationFederatedIdentityCredential -ApplicationId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -55,7 +54,7 @@ Update-MgBetaApplicationFederatedIdentityCredential -InputObject ] [-Issuer ] [-Name ] [-Subject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -65,7 +64,7 @@ Update-MgBetaApplicationFederatedIdentityCredential -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Update-MgBetaApplicationFederatedIdentityCredentialByName.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Update-MgBetaApplicationFederatedIdentityCredentialByName.md index 508154fbf09e5..6950f91cdf083 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Update-MgBetaApplicationFederatedIdentityCredentialByName.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Update-MgBetaApplicationFederatedIdentityCredentialByName.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/update-mgbetaapplicationfederatedidentitycredentialbyname Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaApplicationFederatedIdentityCredentialByName --- @@ -31,7 +31,7 @@ Update-MgBetaApplicationFederatedIdentityCredentialByName -ApplicationId ] [-Issuer ] [-Name1 ] [-Subject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -41,7 +41,7 @@ Update-MgBetaApplicationFederatedIdentityCredentialByName -ApplicationId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -53,7 +53,7 @@ Update-MgBetaApplicationFederatedIdentityCredentialByName -InputObject ] [-Id ] [-Issuer ] [-Subject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -63,7 +63,7 @@ Update-MgBetaApplicationFederatedIdentityCredentialByName -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Update-MgBetaApplicationSynchronizationJob.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Update-MgBetaApplicationSynchronizationJob.md index 3d81fa63d4098..f755790f79d2c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Update-MgBetaApplicationSynchronizationJob.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Update-MgBetaApplicationSynchronizationJob.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/update-mgbetaapplicationsynchronizationjob Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaApplicationSynchronizationJob --- @@ -30,7 +30,7 @@ Update-MgBetaApplicationSynchronizationJob -ApplicationId -Synchronizat [-SynchronizationJobSettings ] [-TemplateId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -40,7 +40,7 @@ Update-MgBetaApplicationSynchronizationJob -ApplicationId -Synchronizat -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -53,7 +53,7 @@ Update-MgBetaApplicationSynchronizationJob -InputObject [-SynchronizationJobSettings ] [-TemplateId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -63,7 +63,7 @@ Update-MgBetaApplicationSynchronizationJob -InputObject -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.Applications/Update-MgBetaApplicationSynchronizationJobBulkUpload.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Update-MgBetaApplicationSynchronizationJobBulkUpload.md index ddd5592b347ec..0233fd33a4798 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Update-MgBetaApplicationSynchronizationJobBulkUpload.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Update-MgBetaApplicationSynchronizationJobBulkUpload.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/update-mgbetaapplicationsynchronizationjobbulkupload Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaApplicationSynchronizationJobBulkUpload --- @@ -28,7 +28,6 @@ Update-MgBetaApplicationSynchronizationJobBulkUpload -ApplicationId [-AdditionalProperties ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -38,7 +37,7 @@ Update-MgBetaApplicationSynchronizationJobBulkUpload -ApplicationId -SynchronizationJobId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -48,7 +47,7 @@ Update-MgBetaApplicationSynchronizationJobBulkUpload -InputObject ] [-AdditionalProperties ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -58,7 +57,6 @@ Update-MgBetaApplicationSynchronizationJobBulkUpload -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Update-MgBetaApplicationSynchronizationJobSchema.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Update-MgBetaApplicationSynchronizationJobSchema.md index df6a6ff350ccf..f9bd05d0e199b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Update-MgBetaApplicationSynchronizationJobSchema.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Update-MgBetaApplicationSynchronizationJobSchema.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/update-mgbetaapplicationsynchronizationjobschema Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaApplicationSynchronizationJobSchema --- @@ -29,7 +29,7 @@ Update-MgBetaApplicationSynchronizationJobSchema -ApplicationId [-Id ] [-SynchronizationRules ] [-Version ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -40,7 +40,6 @@ Update-MgBetaApplicationSynchronizationJobSchema -ApplicationId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -52,7 +51,7 @@ Update-MgBetaApplicationSynchronizationJobSchema -InputObject ] [-Version ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -62,7 +61,7 @@ Update-MgBetaApplicationSynchronizationJobSchema -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Update-MgBetaApplicationSynchronizationJobSchemaDirectory.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Update-MgBetaApplicationSynchronizationJobSchemaDirectory.md index f981f93b34ab6..2fef6982d0ea8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Update-MgBetaApplicationSynchronizationJobSchemaDirectory.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Update-MgBetaApplicationSynchronizationJobSchemaDirectory.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/update-mgbetaapplicationsynchronizationjobschemadirectory Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaApplicationSynchronizationJobSchemaDirectory --- @@ -29,7 +29,7 @@ Update-MgBetaApplicationSynchronizationJobSchemaDirectory -ApplicationId ] [-Name ] [-Objects ] [-ReadOnly] [-Version ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -40,7 +40,7 @@ Update-MgBetaApplicationSynchronizationJobSchemaDirectory -ApplicationId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -52,7 +52,7 @@ Update-MgBetaApplicationSynchronizationJobSchemaDirectory -InputObject ] [-ReadOnly] [-Version ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -62,7 +62,7 @@ Update-MgBetaApplicationSynchronizationJobSchemaDirectory -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Update-MgBetaApplicationSynchronizationTemplate.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Update-MgBetaApplicationSynchronizationTemplate.md index 4d5b26f303c9f..e3bae2e185939 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Update-MgBetaApplicationSynchronizationTemplate.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Update-MgBetaApplicationSynchronizationTemplate.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/update-mgbetaapplicationsynchronizationtemplate Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaApplicationSynchronizationTemplate --- @@ -31,7 +31,6 @@ Update-MgBetaApplicationSynchronizationTemplate -ApplicationId [-Schema ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -44,7 +43,6 @@ Update-MgBetaApplicationSynchronizationTemplate -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -55,7 +53,6 @@ Update-MgBetaApplicationSynchronizationTemplate -ApplicationId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -65,7 +62,7 @@ Update-MgBetaApplicationSynchronizationTemplate -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Update-MgBetaApplicationSynchronizationTemplateSchema.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Update-MgBetaApplicationSynchronizationTemplateSchema.md index bb19dd881e07f..9f958b3419312 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Update-MgBetaApplicationSynchronizationTemplateSchema.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Update-MgBetaApplicationSynchronizationTemplateSchema.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/update-mgbetaapplicationsynchronizationtemplateschema Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaApplicationSynchronizationTemplateSchema --- @@ -29,7 +29,7 @@ Update-MgBetaApplicationSynchronizationTemplateSchema -ApplicationId [-Id ] [-SynchronizationRules ] [-Version ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -40,7 +40,6 @@ Update-MgBetaApplicationSynchronizationTemplateSchema -ApplicationId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -52,7 +51,7 @@ Update-MgBetaApplicationSynchronizationTemplateSchema -InputObject ] [-Version ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -62,7 +61,7 @@ Update-MgBetaApplicationSynchronizationTemplateSchema -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Update-MgBetaApplicationSynchronizationTemplateSchemaDirectory.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Update-MgBetaApplicationSynchronizationTemplateSchemaDirectory.md index 66afc8f1ab0e3..aaffe71f53a2a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Update-MgBetaApplicationSynchronizationTemplateSchemaDirectory.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Update-MgBetaApplicationSynchronizationTemplateSchemaDirectory.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/update-mgbetaapplicationsynchronizationtemplateschemadirectory Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaApplicationSynchronizationTemplateSchemaDirectory --- @@ -30,7 +30,7 @@ Update-MgBetaApplicationSynchronizationTemplateSchemaDirectory -ApplicationId ] [-ReadOnly] [-Version ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -41,7 +41,7 @@ Update-MgBetaApplicationSynchronizationTemplateSchemaDirectory -ApplicationId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -53,7 +53,7 @@ Update-MgBetaApplicationSynchronizationTemplateSchemaDirectory -InputObject ] [-ReadOnly] [-Version ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -63,7 +63,7 @@ Update-MgBetaApplicationSynchronizationTemplateSchemaDirectory -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Update-MgBetaGroupAppRoleAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Update-MgBetaGroupAppRoleAssignment.md index b86883d356834..86cd741eab78b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Update-MgBetaGroupAppRoleAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Update-MgBetaGroupAppRoleAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/update-mgbetagroupapproleassignment Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupAppRoleAssignment --- @@ -30,7 +30,6 @@ Update-MgBetaGroupAppRoleAssignment -AppRoleAssignmentId -GroupId ] [-ResourceId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -40,7 +39,7 @@ Update-MgBetaGroupAppRoleAssignment -AppRoleAssignmentId -GroupId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -53,7 +52,6 @@ Update-MgBetaGroupAppRoleAssignment -InputObject [-ResourceDisplayName ] [-ResourceId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -63,7 +61,7 @@ Update-MgBetaGroupAppRoleAssignment -InputObject -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.Applications/Update-MgBetaOnPremisePublishingProfile.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Update-MgBetaOnPremisePublishingProfile.md index 079e53a87dd97..301e65a978c37 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Update-MgBetaOnPremisePublishingProfile.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Update-MgBetaOnPremisePublishingProfile.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/update-mgbetaonpremisepublishingprofile Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaOnPremisePublishingProfile --- @@ -30,7 +30,6 @@ Update-MgBetaOnPremisePublishingProfile -OnPremisesPublishingProfileId [-Sensors ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -40,7 +39,7 @@ Update-MgBetaOnPremisePublishingProfile -OnPremisesPublishingProfileId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -56,7 +55,6 @@ Update-MgBetaOnPremisePublishingProfile -InputObject [-Sensors ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -66,7 +64,7 @@ Update-MgBetaOnPremisePublishingProfile -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -901,22 +899,23 @@ Always null when the object hasn't been deleted. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -946,12 +945,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppRoles ]: The collection of roles defined for the application. With app role assignments, these roles can be assigned to users, groups, or service principals associated with other applications. Not nullable. @@ -1011,7 +1067,7 @@ Read-only. Read-only. [Name ]: The name associated with the connectorGroup. [Region ]: connectorGroupRegion - [CreatedByAppId ]: The globally unique appId (called Application (client) ID on the Microsoft Entra admin center) of the application that created this application. + [CreatedByAppId ]: The appId of the application that created this application. Set internally by Microsoft Entra ID. Read-only. [CreatedDateTime ]: The date and time the application was registered. @@ -1135,8 +1191,10 @@ For example, https://www.contoso.com/app/support For example, https://www.contoso.com/app/termsofservice [IsDeviceOnlyAuthSupported ]: Specifies whether this application supports device authentication without a user. The default is false. - [IsDisabled ]: Specifies whether the service principal of the app in a tenant or across tenants for multi-tenant apps can obtain new access tokens or access protected resources. + [IsDisabled ]: Deactivate an app without deleting it. +This configuration specifies whether the service principal of the app in a tenant or across tenants for multi-tenant apps can obtain new access tokens or access protected resources. When set to true, existing tokens remain valid until they expire based on their configured lifetimes, and the app stays visible in the Enterprise apps list but users cannot sign in.true if the application is deactivated (disabled); otherwise false. +Learn more in Deactivate an app registration. [IsFallbackPublicClient ]: Specifies the fallback application type as public client, such as an installed application running on a mobile device. The default value is false, which means the fallback application type is confidential client such as a web app. There are certain scenarios where Microsoft Entra ID can't determine the client application type. @@ -1156,7 +1214,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -1167,6 +1225,13 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. If usage is Sign​, the type should be X509CertAndPassword​, and the passwordCredentials​ for signing should be defined. [Logo ]: The main logo for the application. Not nullable. + [ManagerApplications ]: A collection of application IDs for applications designated as managers of this application. +Manager applications can create service principals for the applications they manage. +Currently, only Microsoft first-party application IDs can be set as values. +Maximum of 10 values. +Not nullable. +Read-only for third-party (3P) callers; writes by 3P callers are rejected with a 400 Bad Request error. +Requires $select to retrieve. [NativeAuthenticationApisEnabled ]: nativeAuthenticationApisEnabled [Notes ]: Notes relevant for the management of the application. [OnPremisesPublishing ]: onPremisesPublishing @@ -1244,6 +1309,7 @@ The origin must be an exact case-sensitive match with the origin that the user a This SPN needs to be in the list of services to which the connector can present delegated credentials. [KerberosSignOnMappingAttributeType ]: kerberosSignOnMappingAttributeType [SingleSignOnMode ]: singleSignOnMode + [TrafficRoutingMethod ]: trafficRoutingMethod [UseAlternateUrlForTranslationAndRedirect ]: Indicates whether the application should use alternateUrl instead of externalUrl. [VerifiedCustomDomainCertificatesMetadata ]: verifiedCustomDomainCertificatesMetadata [(Any) ]: This indicates any property can be added to this object. @@ -1811,22 +1877,23 @@ Always null when the object hasn't been deleted. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -1856,12 +1923,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppRoles ]: The collection of roles defined for the application. With app role assignments, these roles can be assigned to users, groups, or service principals associated with other applications. Not nullable. @@ -1921,7 +2045,7 @@ Read-only. Read-only. [Name ]: The name associated with the connectorGroup. [Region ]: connectorGroupRegion - [CreatedByAppId ]: The globally unique appId (called Application (client) ID on the Microsoft Entra admin center) of the application that created this application. + [CreatedByAppId ]: The appId of the application that created this application. Set internally by Microsoft Entra ID. Read-only. [CreatedDateTime ]: The date and time the application was registered. @@ -2045,8 +2169,10 @@ For example, https://www.contoso.com/app/support For example, https://www.contoso.com/app/termsofservice [IsDeviceOnlyAuthSupported ]: Specifies whether this application supports device authentication without a user. The default is false. - [IsDisabled ]: Specifies whether the service principal of the app in a tenant or across tenants for multi-tenant apps can obtain new access tokens or access protected resources. + [IsDisabled ]: Deactivate an app without deleting it. +This configuration specifies whether the service principal of the app in a tenant or across tenants for multi-tenant apps can obtain new access tokens or access protected resources. When set to true, existing tokens remain valid until they expire based on their configured lifetimes, and the app stays visible in the Enterprise apps list but users cannot sign in.true if the application is deactivated (disabled); otherwise false. +Learn more in Deactivate an app registration. [IsFallbackPublicClient ]: Specifies the fallback application type as public client, such as an installed application running on a mobile device. The default value is false, which means the fallback application type is confidential client such as a web app. There are certain scenarios where Microsoft Entra ID can't determine the client application type. @@ -2066,7 +2192,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -2077,6 +2203,13 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. If usage is Sign​, the type should be X509CertAndPassword​, and the passwordCredentials​ for signing should be defined. [Logo ]: The main logo for the application. Not nullable. + [ManagerApplications ]: A collection of application IDs for applications designated as managers of this application. +Manager applications can create service principals for the applications they manage. +Currently, only Microsoft first-party application IDs can be set as values. +Maximum of 10 values. +Not nullable. +Read-only for third-party (3P) callers; writes by 3P callers are rejected with a 400 Bad Request error. +Requires $select to retrieve. [NativeAuthenticationApisEnabled ]: nativeAuthenticationApisEnabled [Notes ]: Notes relevant for the management of the application. [OnPremisesPublishing ]: onPremisesPublishing @@ -2154,6 +2287,7 @@ The origin must be an exact case-sensitive match with the origin that the user a This SPN needs to be in the list of services to which the connector can present delegated credentials. [KerberosSignOnMappingAttributeType ]: kerberosSignOnMappingAttributeType [SingleSignOnMode ]: singleSignOnMode + [TrafficRoutingMethod ]: trafficRoutingMethod [UseAlternateUrlForTranslationAndRedirect ]: Indicates whether the application should use alternateUrl instead of externalUrl. [VerifiedCustomDomainCertificatesMetadata ]: verifiedCustomDomainCertificatesMetadata [(Any) ]: This indicates any property can be added to this object. @@ -2708,22 +2842,23 @@ Always null when the object hasn't been deleted. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -2753,12 +2888,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppRoles ]: The collection of roles defined for the application. With app role assignments, these roles can be assigned to users, groups, or service principals associated with other applications. Not nullable. @@ -2797,7 +2989,7 @@ Tenant administrators should respond to security advisories sent through Azure H [IsPublisherAttested ]: Indicates whether the application developer or publisher completed Publisher Attestation. [LastCertificationDateTime ]: The timestamp when the certification for the application was most recently added or updated. [ConnectorGroup ]: connectorGroup - [CreatedByAppId ]: The globally unique appId (called Application (client) ID on the Microsoft Entra admin center) of the application that created this application. + [CreatedByAppId ]: The appId of the application that created this application. Set internally by Microsoft Entra ID. Read-only. [CreatedDateTime ]: The date and time the application was registered. @@ -2921,8 +3113,10 @@ For example, https://www.contoso.com/app/support For example, https://www.contoso.com/app/termsofservice [IsDeviceOnlyAuthSupported ]: Specifies whether this application supports device authentication without a user. The default is false. - [IsDisabled ]: Specifies whether the service principal of the app in a tenant or across tenants for multi-tenant apps can obtain new access tokens or access protected resources. + [IsDisabled ]: Deactivate an app without deleting it. +This configuration specifies whether the service principal of the app in a tenant or across tenants for multi-tenant apps can obtain new access tokens or access protected resources. When set to true, existing tokens remain valid until they expire based on their configured lifetimes, and the app stays visible in the Enterprise apps list but users cannot sign in.true if the application is deactivated (disabled); otherwise false. +Learn more in Deactivate an app registration. [IsFallbackPublicClient ]: Specifies the fallback application type as public client, such as an installed application running on a mobile device. The default value is false, which means the fallback application type is confidential client such as a web app. There are certain scenarios where Microsoft Entra ID can't determine the client application type. @@ -2942,7 +3136,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -2953,6 +3147,13 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. If usage is Sign​, the type should be X509CertAndPassword​, and the passwordCredentials​ for signing should be defined. [Logo ]: The main logo for the application. Not nullable. + [ManagerApplications ]: A collection of application IDs for applications designated as managers of this application. +Manager applications can create service principals for the applications they manage. +Currently, only Microsoft first-party application IDs can be set as values. +Maximum of 10 values. +Not nullable. +Read-only for third-party (3P) callers; writes by 3P callers are rejected with a 400 Bad Request error. +Requires $select to retrieve. [NativeAuthenticationApisEnabled ]: nativeAuthenticationApisEnabled [Notes ]: Notes relevant for the management of the application. [OnPremisesPublishing ]: onPremisesPublishing @@ -3030,6 +3231,7 @@ The origin must be an exact case-sensitive match with the origin that the user a This SPN needs to be in the list of services to which the connector can present delegated credentials. [KerberosSignOnMappingAttributeType ]: kerberosSignOnMappingAttributeType [SingleSignOnMode ]: singleSignOnMode + [TrafficRoutingMethod ]: trafficRoutingMethod [UseAlternateUrlForTranslationAndRedirect ]: Indicates whether the application should use alternateUrl instead of externalUrl. [VerifiedCustomDomainCertificatesMetadata ]: verifiedCustomDomainCertificatesMetadata [(Any) ]: This indicates any property can be added to this object. @@ -3573,22 +3775,23 @@ Always null when the object hasn't been deleted. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -3618,12 +3821,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppRoles ]: The collection of roles defined for the application. With app role assignments, these roles can be assigned to users, groups, or service principals associated with other applications. Not nullable. @@ -3662,7 +3922,7 @@ Tenant administrators should respond to security advisories sent through Azure H [IsPublisherAttested ]: Indicates whether the application developer or publisher completed Publisher Attestation. [LastCertificationDateTime ]: The timestamp when the certification for the application was most recently added or updated. [ConnectorGroup ]: connectorGroup - [CreatedByAppId ]: The globally unique appId (called Application (client) ID on the Microsoft Entra admin center) of the application that created this application. + [CreatedByAppId ]: The appId of the application that created this application. Set internally by Microsoft Entra ID. Read-only. [CreatedDateTime ]: The date and time the application was registered. @@ -3786,8 +4046,10 @@ For example, https://www.contoso.com/app/support For example, https://www.contoso.com/app/termsofservice [IsDeviceOnlyAuthSupported ]: Specifies whether this application supports device authentication without a user. The default is false. - [IsDisabled ]: Specifies whether the service principal of the app in a tenant or across tenants for multi-tenant apps can obtain new access tokens or access protected resources. + [IsDisabled ]: Deactivate an app without deleting it. +This configuration specifies whether the service principal of the app in a tenant or across tenants for multi-tenant apps can obtain new access tokens or access protected resources. When set to true, existing tokens remain valid until they expire based on their configured lifetimes, and the app stays visible in the Enterprise apps list but users cannot sign in.true if the application is deactivated (disabled); otherwise false. +Learn more in Deactivate an app registration. [IsFallbackPublicClient ]: Specifies the fallback application type as public client, such as an installed application running on a mobile device. The default value is false, which means the fallback application type is confidential client such as a web app. There are certain scenarios where Microsoft Entra ID can't determine the client application type. @@ -3807,7 +4069,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -3818,6 +4080,13 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. If usage is Sign​, the type should be X509CertAndPassword​, and the passwordCredentials​ for signing should be defined. [Logo ]: The main logo for the application. Not nullable. + [ManagerApplications ]: A collection of application IDs for applications designated as managers of this application. +Manager applications can create service principals for the applications they manage. +Currently, only Microsoft first-party application IDs can be set as values. +Maximum of 10 values. +Not nullable. +Read-only for third-party (3P) callers; writes by 3P callers are rejected with a 400 Bad Request error. +Requires $select to retrieve. [NativeAuthenticationApisEnabled ]: nativeAuthenticationApisEnabled [Notes ]: Notes relevant for the management of the application. [OnPremisesPublishing ]: onPremisesPublishing @@ -3895,6 +4164,7 @@ The origin must be an exact case-sensitive match with the origin that the user a This SPN needs to be in the list of services to which the connector can present delegated credentials. [KerberosSignOnMappingAttributeType ]: kerberosSignOnMappingAttributeType [SingleSignOnMode ]: singleSignOnMode + [TrafficRoutingMethod ]: trafficRoutingMethod [UseAlternateUrlForTranslationAndRedirect ]: Indicates whether the application should use alternateUrl instead of externalUrl. [VerifiedCustomDomainCertificatesMetadata ]: verifiedCustomDomainCertificatesMetadata [(Any) ]: This indicates any property can be added to this object. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Update-MgBetaOnPremisePublishingProfileAgent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Update-MgBetaOnPremisePublishingProfileAgent.md index ad78c20fcaef3..e597cddcb133b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Update-MgBetaOnPremisePublishingProfileAgent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Update-MgBetaOnPremisePublishingProfileAgent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/update-mgbetaonpremisepublishingprofileagent Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaOnPremisePublishingProfileAgent --- @@ -27,7 +27,6 @@ Update-MgBetaOnPremisePublishingProfileAgent -OnPremisesAgentId [-SupportedPublishingTypes ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -38,7 +37,6 @@ Update-MgBetaOnPremisePublishingProfileAgent -OnPremisesAgentId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -50,7 +48,7 @@ Update-MgBetaOnPremisePublishingProfileAgent -InputObject ] [-Status ] [-SupportedPublishingTypes ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -60,7 +58,7 @@ Update-MgBetaOnPremisePublishingProfileAgent -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Update-MgBetaOnPremisePublishingProfileAgentGroup.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Update-MgBetaOnPremisePublishingProfileAgentGroup.md index 0578120c427fe..6890d78e90c18 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Update-MgBetaOnPremisePublishingProfileAgentGroup.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Update-MgBetaOnPremisePublishingProfileAgentGroup.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/update-mgbetaonpremisepublishingprofileagentgroup Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaOnPremisePublishingProfileAgentGroup --- @@ -27,7 +27,7 @@ Update-MgBetaOnPremisePublishingProfileAgentGroup -OnPremisesAgentGroupId ] [-PublishingType ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -38,7 +38,6 @@ Update-MgBetaOnPremisePublishingProfileAgentGroup -OnPremisesAgentGroupId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -50,7 +49,7 @@ Update-MgBetaOnPremisePublishingProfileAgentGroup -InputObject ] [-PublishingType ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -60,7 +59,7 @@ Update-MgBetaOnPremisePublishingProfileAgentGroup -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Update-MgBetaOnPremisePublishingProfileAgentGroupAgent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Update-MgBetaOnPremisePublishingProfileAgentGroupAgent.md index 37b0f00218cc3..c5887822005b0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Update-MgBetaOnPremisePublishingProfileAgentGroupAgent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Update-MgBetaOnPremisePublishingProfileAgentGroupAgent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/update-mgbetaonpremisepublishingprofileagentgroupagent Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaOnPremisePublishingProfileAgentGroupAgent --- @@ -27,7 +27,7 @@ Update-MgBetaOnPremisePublishingProfileAgentGroupAgent -OnPremisesAgentGroupId < [-MachineName ] [-Status ] [-SupportedPublishingTypes ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -38,7 +38,7 @@ Update-MgBetaOnPremisePublishingProfileAgentGroupAgent -OnPremisesAgentGroupId < -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -50,7 +50,7 @@ Update-MgBetaOnPremisePublishingProfileAgentGroupAgent -InputObject ] [-Status ] [-SupportedPublishingTypes ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -60,7 +60,7 @@ Update-MgBetaOnPremisePublishingProfileAgentGroupAgent -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Update-MgBetaOnPremisePublishingProfileAgentGroupPublishedResource.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Update-MgBetaOnPremisePublishingProfileAgentGroupPublishedResource.md index 9fda05a283a6d..576f0e273e516 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Update-MgBetaOnPremisePublishingProfileAgentGroupPublishedResource.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Update-MgBetaOnPremisePublishingProfileAgentGroupPublishedResource.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/update-mgbetaonpremisepublishingprofileagentgrouppublishedresource Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaOnPremisePublishingProfileAgentGroupPublishedResource --- @@ -27,7 +27,6 @@ Update-MgBetaOnPremisePublishingProfileAgentGroupPublishedResource -OnPremisesAg [-PublishingType ] [-ResourceName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -38,7 +37,7 @@ Update-MgBetaOnPremisePublishingProfileAgentGroupPublishedResource -OnPremisesAg -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -50,7 +49,7 @@ Update-MgBetaOnPremisePublishingProfileAgentGroupPublishedResource [-DisplayName ] [-Id ] [-PublishingType ] [-ResourceName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -61,7 +60,6 @@ Update-MgBetaOnPremisePublishingProfileAgentGroupPublishedResource [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Update-MgBetaOnPremisePublishingProfileConnector.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Update-MgBetaOnPremisePublishingProfileConnector.md index b6f80bf884b96..00385fc58adce 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Update-MgBetaOnPremisePublishingProfileConnector.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Update-MgBetaOnPremisePublishingProfileConnector.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/update-mgbetaonpremisepublishingprofileconnector Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaOnPremisePublishingProfileConnector --- @@ -26,7 +26,7 @@ Update-MgBetaOnPremisePublishingProfileConnector -ConnectorId [-MemberOf ] [-Status ] [-Version ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -37,7 +37,6 @@ Update-MgBetaOnPremisePublishingProfileConnector -ConnectorId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -49,7 +48,6 @@ Update-MgBetaOnPremisePublishingProfileConnector -InputObject ] [-Version ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -59,7 +57,7 @@ Update-MgBetaOnPremisePublishingProfileConnector -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -706,22 +704,23 @@ Always null when the object hasn't been deleted. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -751,12 +750,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppRoles ]: The collection of roles defined for the application. With app role assignments, these roles can be assigned to users, groups, or service principals associated with other applications. Not nullable. @@ -795,7 +851,7 @@ Tenant administrators should respond to security advisories sent through Azure H [IsPublisherAttested ]: Indicates whether the application developer or publisher completed Publisher Attestation. [LastCertificationDateTime ]: The timestamp when the certification for the application was most recently added or updated. [ConnectorGroup ]: connectorGroup - [CreatedByAppId ]: The globally unique appId (called Application (client) ID on the Microsoft Entra admin center) of the application that created this application. + [CreatedByAppId ]: The appId of the application that created this application. Set internally by Microsoft Entra ID. Read-only. [CreatedDateTime ]: The date and time the application was registered. @@ -919,8 +975,10 @@ For example, https://www.contoso.com/app/support For example, https://www.contoso.com/app/termsofservice [IsDeviceOnlyAuthSupported ]: Specifies whether this application supports device authentication without a user. The default is false. - [IsDisabled ]: Specifies whether the service principal of the app in a tenant or across tenants for multi-tenant apps can obtain new access tokens or access protected resources. + [IsDisabled ]: Deactivate an app without deleting it. +This configuration specifies whether the service principal of the app in a tenant or across tenants for multi-tenant apps can obtain new access tokens or access protected resources. When set to true, existing tokens remain valid until they expire based on their configured lifetimes, and the app stays visible in the Enterprise apps list but users cannot sign in.true if the application is deactivated (disabled); otherwise false. +Learn more in Deactivate an app registration. [IsFallbackPublicClient ]: Specifies the fallback application type as public client, such as an installed application running on a mobile device. The default value is false, which means the fallback application type is confidential client such as a web app. There are certain scenarios where Microsoft Entra ID can't determine the client application type. @@ -940,7 +998,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -951,6 +1009,13 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. If usage is Sign​, the type should be X509CertAndPassword​, and the passwordCredentials​ for signing should be defined. [Logo ]: The main logo for the application. Not nullable. + [ManagerApplications ]: A collection of application IDs for applications designated as managers of this application. +Manager applications can create service principals for the applications they manage. +Currently, only Microsoft first-party application IDs can be set as values. +Maximum of 10 values. +Not nullable. +Read-only for third-party (3P) callers; writes by 3P callers are rejected with a 400 Bad Request error. +Requires $select to retrieve. [NativeAuthenticationApisEnabled ]: nativeAuthenticationApisEnabled [Notes ]: Notes relevant for the management of the application. [OnPremisesPublishing ]: onPremisesPublishing @@ -1028,6 +1093,7 @@ The origin must be an exact case-sensitive match with the origin that the user a This SPN needs to be in the list of services to which the connector can present delegated credentials. [KerberosSignOnMappingAttributeType ]: kerberosSignOnMappingAttributeType [SingleSignOnMode ]: singleSignOnMode + [TrafficRoutingMethod ]: trafficRoutingMethod [UseAlternateUrlForTranslationAndRedirect ]: Indicates whether the application should use alternateUrl instead of externalUrl. [VerifiedCustomDomainCertificatesMetadata ]: verifiedCustomDomainCertificatesMetadata [(Any) ]: This indicates any property can be added to this object. @@ -1594,22 +1660,23 @@ Always null when the object hasn't been deleted. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -1639,12 +1706,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppRoles ]: The collection of roles defined for the application. With app role assignments, these roles can be assigned to users, groups, or service principals associated with other applications. Not nullable. @@ -1683,7 +1807,7 @@ Tenant administrators should respond to security advisories sent through Azure H [IsPublisherAttested ]: Indicates whether the application developer or publisher completed Publisher Attestation. [LastCertificationDateTime ]: The timestamp when the certification for the application was most recently added or updated. [ConnectorGroup ]: connectorGroup - [CreatedByAppId ]: The globally unique appId (called Application (client) ID on the Microsoft Entra admin center) of the application that created this application. + [CreatedByAppId ]: The appId of the application that created this application. Set internally by Microsoft Entra ID. Read-only. [CreatedDateTime ]: The date and time the application was registered. @@ -1807,8 +1931,10 @@ For example, https://www.contoso.com/app/support For example, https://www.contoso.com/app/termsofservice [IsDeviceOnlyAuthSupported ]: Specifies whether this application supports device authentication without a user. The default is false. - [IsDisabled ]: Specifies whether the service principal of the app in a tenant or across tenants for multi-tenant apps can obtain new access tokens or access protected resources. + [IsDisabled ]: Deactivate an app without deleting it. +This configuration specifies whether the service principal of the app in a tenant or across tenants for multi-tenant apps can obtain new access tokens or access protected resources. When set to true, existing tokens remain valid until they expire based on their configured lifetimes, and the app stays visible in the Enterprise apps list but users cannot sign in.true if the application is deactivated (disabled); otherwise false. +Learn more in Deactivate an app registration. [IsFallbackPublicClient ]: Specifies the fallback application type as public client, such as an installed application running on a mobile device. The default value is false, which means the fallback application type is confidential client such as a web app. There are certain scenarios where Microsoft Entra ID can't determine the client application type. @@ -1828,7 +1954,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -1839,6 +1965,13 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. If usage is Sign​, the type should be X509CertAndPassword​, and the passwordCredentials​ for signing should be defined. [Logo ]: The main logo for the application. Not nullable. + [ManagerApplications ]: A collection of application IDs for applications designated as managers of this application. +Manager applications can create service principals for the applications they manage. +Currently, only Microsoft first-party application IDs can be set as values. +Maximum of 10 values. +Not nullable. +Read-only for third-party (3P) callers; writes by 3P callers are rejected with a 400 Bad Request error. +Requires $select to retrieve. [NativeAuthenticationApisEnabled ]: nativeAuthenticationApisEnabled [Notes ]: Notes relevant for the management of the application. [OnPremisesPublishing ]: onPremisesPublishing @@ -1916,6 +2049,7 @@ The origin must be an exact case-sensitive match with the origin that the user a This SPN needs to be in the list of services to which the connector can present delegated credentials. [KerberosSignOnMappingAttributeType ]: kerberosSignOnMappingAttributeType [SingleSignOnMode ]: singleSignOnMode + [TrafficRoutingMethod ]: trafficRoutingMethod [UseAlternateUrlForTranslationAndRedirect ]: Indicates whether the application should use alternateUrl instead of externalUrl. [VerifiedCustomDomainCertificatesMetadata ]: verifiedCustomDomainCertificatesMetadata [(Any) ]: This indicates any property can be added to this object. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Update-MgBetaOnPremisePublishingProfileConnectorGroup.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Update-MgBetaOnPremisePublishingProfileConnectorGroup.md index 5861bbb148941..8e2edef946850 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Update-MgBetaOnPremisePublishingProfileConnectorGroup.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Update-MgBetaOnPremisePublishingProfileConnectorGroup.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/update-mgbetaonpremisepublishingprofileconnectorgroup Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaOnPremisePublishingProfileConnectorGroup --- @@ -27,7 +27,6 @@ Update-MgBetaOnPremisePublishingProfileConnectorGroup -ConnectorGroupId [-Name ] [-Region ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -38,7 +37,6 @@ Update-MgBetaOnPremisePublishingProfileConnectorGroup -ConnectorGroupId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -50,7 +48,7 @@ Update-MgBetaOnPremisePublishingProfileConnectorGroup -InputObject ] [-Name ] [-Region ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -60,7 +58,7 @@ Update-MgBetaOnPremisePublishingProfileConnectorGroup -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -736,22 +734,23 @@ Always null when the object hasn't been deleted. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -781,12 +780,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppRoles ]: The collection of roles defined for the application. With app role assignments, these roles can be assigned to users, groups, or service principals associated with other applications. Not nullable. @@ -846,7 +902,7 @@ Read-only. Read-only. [Name ]: The name associated with the connectorGroup. [Region ]: connectorGroupRegion - [CreatedByAppId ]: The globally unique appId (called Application (client) ID on the Microsoft Entra admin center) of the application that created this application. + [CreatedByAppId ]: The appId of the application that created this application. Set internally by Microsoft Entra ID. Read-only. [CreatedDateTime ]: The date and time the application was registered. @@ -970,8 +1026,10 @@ For example, https://www.contoso.com/app/support For example, https://www.contoso.com/app/termsofservice [IsDeviceOnlyAuthSupported ]: Specifies whether this application supports device authentication without a user. The default is false. - [IsDisabled ]: Specifies whether the service principal of the app in a tenant or across tenants for multi-tenant apps can obtain new access tokens or access protected resources. + [IsDisabled ]: Deactivate an app without deleting it. +This configuration specifies whether the service principal of the app in a tenant or across tenants for multi-tenant apps can obtain new access tokens or access protected resources. When set to true, existing tokens remain valid until they expire based on their configured lifetimes, and the app stays visible in the Enterprise apps list but users cannot sign in.true if the application is deactivated (disabled); otherwise false. +Learn more in Deactivate an app registration. [IsFallbackPublicClient ]: Specifies the fallback application type as public client, such as an installed application running on a mobile device. The default value is false, which means the fallback application type is confidential client such as a web app. There are certain scenarios where Microsoft Entra ID can't determine the client application type. @@ -991,7 +1049,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -1002,6 +1060,13 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. If usage is Sign​, the type should be X509CertAndPassword​, and the passwordCredentials​ for signing should be defined. [Logo ]: The main logo for the application. Not nullable. + [ManagerApplications ]: A collection of application IDs for applications designated as managers of this application. +Manager applications can create service principals for the applications they manage. +Currently, only Microsoft first-party application IDs can be set as values. +Maximum of 10 values. +Not nullable. +Read-only for third-party (3P) callers; writes by 3P callers are rejected with a 400 Bad Request error. +Requires $select to retrieve. [NativeAuthenticationApisEnabled ]: nativeAuthenticationApisEnabled [Notes ]: Notes relevant for the management of the application. [OnPremisesPublishing ]: onPremisesPublishing @@ -1079,6 +1144,7 @@ The origin must be an exact case-sensitive match with the origin that the user a This SPN needs to be in the list of services to which the connector can present delegated credentials. [KerberosSignOnMappingAttributeType ]: kerberosSignOnMappingAttributeType [SingleSignOnMode ]: singleSignOnMode + [TrafficRoutingMethod ]: trafficRoutingMethod [UseAlternateUrlForTranslationAndRedirect ]: Indicates whether the application should use alternateUrl instead of externalUrl. [VerifiedCustomDomainCertificatesMetadata ]: verifiedCustomDomainCertificatesMetadata [(Any) ]: This indicates any property can be added to this object. @@ -1597,22 +1663,23 @@ Always null when the object hasn't been deleted. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -1642,12 +1709,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppRoles ]: The collection of roles defined for the application. With app role assignments, these roles can be assigned to users, groups, or service principals associated with other applications. Not nullable. @@ -1686,7 +1810,7 @@ Tenant administrators should respond to security advisories sent through Azure H [IsPublisherAttested ]: Indicates whether the application developer or publisher completed Publisher Attestation. [LastCertificationDateTime ]: The timestamp when the certification for the application was most recently added or updated. [ConnectorGroup ]: connectorGroup - [CreatedByAppId ]: The globally unique appId (called Application (client) ID on the Microsoft Entra admin center) of the application that created this application. + [CreatedByAppId ]: The appId of the application that created this application. Set internally by Microsoft Entra ID. Read-only. [CreatedDateTime ]: The date and time the application was registered. @@ -1810,8 +1934,10 @@ For example, https://www.contoso.com/app/support For example, https://www.contoso.com/app/termsofservice [IsDeviceOnlyAuthSupported ]: Specifies whether this application supports device authentication without a user. The default is false. - [IsDisabled ]: Specifies whether the service principal of the app in a tenant or across tenants for multi-tenant apps can obtain new access tokens or access protected resources. + [IsDisabled ]: Deactivate an app without deleting it. +This configuration specifies whether the service principal of the app in a tenant or across tenants for multi-tenant apps can obtain new access tokens or access protected resources. When set to true, existing tokens remain valid until they expire based on their configured lifetimes, and the app stays visible in the Enterprise apps list but users cannot sign in.true if the application is deactivated (disabled); otherwise false. +Learn more in Deactivate an app registration. [IsFallbackPublicClient ]: Specifies the fallback application type as public client, such as an installed application running on a mobile device. The default value is false, which means the fallback application type is confidential client such as a web app. There are certain scenarios where Microsoft Entra ID can't determine the client application type. @@ -1831,7 +1957,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -1842,6 +1968,13 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. If usage is Sign​, the type should be X509CertAndPassword​, and the passwordCredentials​ for signing should be defined. [Logo ]: The main logo for the application. Not nullable. + [ManagerApplications ]: A collection of application IDs for applications designated as managers of this application. +Manager applications can create service principals for the applications they manage. +Currently, only Microsoft first-party application IDs can be set as values. +Maximum of 10 values. +Not nullable. +Read-only for third-party (3P) callers; writes by 3P callers are rejected with a 400 Bad Request error. +Requires $select to retrieve. [NativeAuthenticationApisEnabled ]: nativeAuthenticationApisEnabled [Notes ]: Notes relevant for the management of the application. [OnPremisesPublishing ]: onPremisesPublishing @@ -1919,6 +2052,7 @@ The origin must be an exact case-sensitive match with the origin that the user a This SPN needs to be in the list of services to which the connector can present delegated credentials. [KerberosSignOnMappingAttributeType ]: kerberosSignOnMappingAttributeType [SingleSignOnMode ]: singleSignOnMode + [TrafficRoutingMethod ]: trafficRoutingMethod [UseAlternateUrlForTranslationAndRedirect ]: Indicates whether the application should use alternateUrl instead of externalUrl. [VerifiedCustomDomainCertificatesMetadata ]: verifiedCustomDomainCertificatesMetadata [(Any) ]: This indicates any property can be added to this object. @@ -2498,22 +2632,23 @@ Always null when the object hasn't been deleted. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -2543,12 +2678,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppRoles ]: The collection of roles defined for the application. With app role assignments, these roles can be assigned to users, groups, or service principals associated with other applications. Not nullable. @@ -2587,7 +2779,7 @@ Tenant administrators should respond to security advisories sent through Azure H [IsPublisherAttested ]: Indicates whether the application developer or publisher completed Publisher Attestation. [LastCertificationDateTime ]: The timestamp when the certification for the application was most recently added or updated. [ConnectorGroup ]: connectorGroup - [CreatedByAppId ]: The globally unique appId (called Application (client) ID on the Microsoft Entra admin center) of the application that created this application. + [CreatedByAppId ]: The appId of the application that created this application. Set internally by Microsoft Entra ID. Read-only. [CreatedDateTime ]: The date and time the application was registered. @@ -2711,8 +2903,10 @@ For example, https://www.contoso.com/app/support For example, https://www.contoso.com/app/termsofservice [IsDeviceOnlyAuthSupported ]: Specifies whether this application supports device authentication without a user. The default is false. - [IsDisabled ]: Specifies whether the service principal of the app in a tenant or across tenants for multi-tenant apps can obtain new access tokens or access protected resources. + [IsDisabled ]: Deactivate an app without deleting it. +This configuration specifies whether the service principal of the app in a tenant or across tenants for multi-tenant apps can obtain new access tokens or access protected resources. When set to true, existing tokens remain valid until they expire based on their configured lifetimes, and the app stays visible in the Enterprise apps list but users cannot sign in.true if the application is deactivated (disabled); otherwise false. +Learn more in Deactivate an app registration. [IsFallbackPublicClient ]: Specifies the fallback application type as public client, such as an installed application running on a mobile device. The default value is false, which means the fallback application type is confidential client such as a web app. There are certain scenarios where Microsoft Entra ID can't determine the client application type. @@ -2732,7 +2926,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -2743,6 +2937,13 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. If usage is Sign​, the type should be X509CertAndPassword​, and the passwordCredentials​ for signing should be defined. [Logo ]: The main logo for the application. Not nullable. + [ManagerApplications ]: A collection of application IDs for applications designated as managers of this application. +Manager applications can create service principals for the applications they manage. +Currently, only Microsoft first-party application IDs can be set as values. +Maximum of 10 values. +Not nullable. +Read-only for third-party (3P) callers; writes by 3P callers are rejected with a 400 Bad Request error. +Requires $select to retrieve. [NativeAuthenticationApisEnabled ]: nativeAuthenticationApisEnabled [Notes ]: Notes relevant for the management of the application. [OnPremisesPublishing ]: onPremisesPublishing @@ -2820,6 +3021,7 @@ The origin must be an exact case-sensitive match with the origin that the user a This SPN needs to be in the list of services to which the connector can present delegated credentials. [KerberosSignOnMappingAttributeType ]: kerberosSignOnMappingAttributeType [SingleSignOnMode ]: singleSignOnMode + [TrafficRoutingMethod ]: trafficRoutingMethod [UseAlternateUrlForTranslationAndRedirect ]: Indicates whether the application should use alternateUrl instead of externalUrl. [VerifiedCustomDomainCertificatesMetadata ]: verifiedCustomDomainCertificatesMetadata [(Any) ]: This indicates any property can be added to this object. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Update-MgBetaOnPremisePublishingProfilePublishedResource.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Update-MgBetaOnPremisePublishingProfilePublishedResource.md index aa58103c07269..f982142e401f8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Update-MgBetaOnPremisePublishingProfilePublishedResource.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Update-MgBetaOnPremisePublishingProfilePublishedResource.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/update-mgbetaonpremisepublishingprofilepublishedresource Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaOnPremisePublishingProfilePublishedResource --- @@ -26,7 +26,7 @@ Update-MgBetaOnPremisePublishingProfilePublishedResource -OnPremisesPublishingPr [-DisplayName ] [-Id ] [-PublishingType ] [-ResourceName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -37,7 +37,6 @@ Update-MgBetaOnPremisePublishingProfilePublishedResource -OnPremisesPublishingPr [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -49,7 +48,6 @@ Update-MgBetaOnPremisePublishingProfilePublishedResource -InputObject ] [-ResourceName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -59,7 +57,7 @@ Update-MgBetaOnPremisePublishingProfilePublishedResource -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Update-MgBetaOnPremisePublishingProfileSensor.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Update-MgBetaOnPremisePublishingProfileSensor.md index 68c4f6fd20a58..2e9c5e56400ca 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Update-MgBetaOnPremisePublishingProfileSensor.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Update-MgBetaOnPremisePublishingProfileSensor.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/update-mgbetaonpremisepublishingprofilesensor Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaOnPremisePublishingProfileSensor --- @@ -26,7 +26,7 @@ Update-MgBetaOnPremisePublishingProfileSensor -OnPremisesPublishingProfileId ] [-Status ] [-Version ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -37,7 +37,6 @@ Update-MgBetaOnPremisePublishingProfileSensor -OnPremisesPublishingProfileId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -48,7 +47,7 @@ Update-MgBetaOnPremisePublishingProfileSensor -InputObject ] [-IsAuditMode] [-IsBreakglassEnabled] [-MachineName ] [-Status ] [-Version ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -58,7 +57,7 @@ Update-MgBetaOnPremisePublishingProfileSensor -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Update-MgBetaServicePrincipal.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Update-MgBetaServicePrincipal.md index d75082a0410ac..634ca39259427 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Update-MgBetaServicePrincipal.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Update-MgBetaServicePrincipal.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/update-mgbetaserviceprincipal Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaServicePrincipal --- @@ -63,7 +63,6 @@ Update-MgBetaServicePrincipal -ServicePrincipalId [-ResponseHeadersVari [-VerifiedPublisher ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -73,7 +72,7 @@ Update-MgBetaServicePrincipal -ServicePrincipalId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -118,7 +117,6 @@ Update-MgBetaServicePrincipal -InputObject [-VerifiedPublisher ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -128,7 +126,7 @@ Update-MgBetaServicePrincipal -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -145,9 +143,9 @@ This API can also create an agentIdentityBlueprintPrincipal object from an agent | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Application.ReadWrite.All, Directory.ReadWrite.All, | +| Delegated (work or school account) | Application.ReadWrite.All, AgentIdentity.EnableDisable.All, AgentIdentity.ReadWrite.All, AgentIdentityBlueprintPrincipal.EnableDisable.All, Directory.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | Application.ReadWrite.OwnedBy, Directory.ReadWrite.All, Application.ReadWrite.All, | +| Application | Application.ReadWrite.OwnedBy, AgentIdentity.EnableDisable.All, AgentIdentity.ReadWrite.All, AgentIdentityBlueprintPrincipal.EnableDisable.All, Application.ReadWrite.All, Directory.ReadWrite.All, | ## EXAMPLES ### Example 1: Update the properties of a service principal @@ -697,7 +695,7 @@ HelpMessage: '' ### -CreatedByAppId -The appId (called Application (client) ID on the Microsoft Entra admin center) of the application used to create the service principal. +The appId of the application that created this service principal. Set internally by Microsoft Entra ID. Read-only. @@ -2363,22 +2361,23 @@ Always null when the object hasn't been deleted. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -2408,12 +2407,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration APPROLEASSIGNEDTO : App role assignments for this app or service, granted to users, groups, and other service principals.Supports $expand. [DeletedDateTime ]: Date and time when this object was deleted. @@ -2543,22 +2599,23 @@ Always null when the object hasn't been deleted. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -2588,12 +2645,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -2703,7 +2817,7 @@ Optional. [IncludeBasicClaimSet ]: Determines whether the basic claim set is included in tokens affected by this policy. If set to true, all claims in the basic claim set are emitted in tokens affected by the policy. By default the basic claim set isn't in the tokens unless they're explicitly configured in this policy. - [CreatedByAppId ]: The appId (called Application (client) ID on the Microsoft Entra admin center) of the application used to create the service principal. + [CreatedByAppId ]: The appId of the application that created this service principal. Set internally by Microsoft Entra ID. Read-only. [CreatedObjects ]: Directory objects created by this service principal. @@ -2835,7 +2949,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -2994,13 +3108,13 @@ May not begin with .. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [ApprovedClientApps ]: + [ApprovedClientApps ]: The collection of approved client apps that are associated with the RDS configuration. +Supports $expand. [Id ]: The unique identifier for an entity. Read-only. - [DisplayName ]: + [DisplayName ]: Display name for the client application. [IsRemoteDesktopProtocolEnabled ]: Determines if Microsoft Entra ID RDS authentication protocol for RDP is enabled. [TargetDeviceGroups ]: The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. -
]: The unique identifier for an entity. Read-only. [DisplayName ]: Display name for the target device group. @@ -3536,7 +3650,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -3698,13 +3812,13 @@ REMOTEDESKTOPSECURITYCONFIGURATION `]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [ApprovedClientApps ]: + [ApprovedClientApps ]: The collection of approved client apps that are associated with the RDS configuration. +Supports $expand. [Id ]: The unique identifier for an entity. Read-only. - [DisplayName ]: + [DisplayName ]: Display name for the client application. [IsRemoteDesktopProtocolEnabled ]: Determines if Microsoft Entra ID RDS authentication protocol for RDP is enabled. [TargetDeviceGroups ]: The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. -
]: The unique identifier for an entity. Read-only. [DisplayName ]: Display name for the target device group. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Update-MgBetaServicePrincipalAppRoleAssignedTo.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Update-MgBetaServicePrincipalAppRoleAssignedTo.md index e02df8c4f9ee2..55d9b9f3ad633 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Update-MgBetaServicePrincipalAppRoleAssignedTo.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Update-MgBetaServicePrincipalAppRoleAssignedTo.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/update-mgbetaserviceprincipalapproleassignedto Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaServicePrincipalAppRoleAssignedTo --- @@ -30,7 +30,7 @@ Update-MgBetaServicePrincipalAppRoleAssignedTo -AppRoleAssignmentId [-PrincipalId ] [-PrincipalType ] [-ResourceDisplayName ] [-ResourceId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -41,7 +41,6 @@ Update-MgBetaServicePrincipalAppRoleAssignedTo -AppRoleAssignmentId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -54,7 +53,6 @@ Update-MgBetaServicePrincipalAppRoleAssignedTo -InputObject ] [-ResourceId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -64,7 +62,7 @@ Update-MgBetaServicePrincipalAppRoleAssignedTo -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Update-MgBetaServicePrincipalAppRoleAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Update-MgBetaServicePrincipalAppRoleAssignment.md index 60c21c1ac556f..319df78741a37 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Update-MgBetaServicePrincipalAppRoleAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Update-MgBetaServicePrincipalAppRoleAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/update-mgbetaserviceprincipalapproleassignment Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaServicePrincipalAppRoleAssignment --- @@ -30,7 +30,7 @@ Update-MgBetaServicePrincipalAppRoleAssignment -AppRoleAssignmentId [-PrincipalId ] [-PrincipalType ] [-ResourceDisplayName ] [-ResourceId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -41,7 +41,6 @@ Update-MgBetaServicePrincipalAppRoleAssignment -AppRoleAssignmentId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -54,7 +53,6 @@ Update-MgBetaServicePrincipalAppRoleAssignment -InputObject ] [-ResourceId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -64,7 +62,7 @@ Update-MgBetaServicePrincipalAppRoleAssignment -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Update-MgBetaServicePrincipalByAppId.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Update-MgBetaServicePrincipalByAppId.md index e6603fdb44dd1..3e8b707e39a35 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Update-MgBetaServicePrincipalByAppId.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Update-MgBetaServicePrincipalByAppId.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/update-mgbetaserviceprincipalbyappid Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaServicePrincipalByAppId --- @@ -63,7 +63,6 @@ Update-MgBetaServicePrincipalByAppId -AppId [-ResponseHeadersVariable < [-VerifiedPublisher ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -108,7 +107,6 @@ Update-MgBetaServicePrincipalByAppId -InputObject [-AppI [-VerifiedPublisher ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -118,7 +116,7 @@ Update-MgBetaServicePrincipalByAppId -AppId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -128,7 +126,7 @@ Update-MgBetaServicePrincipalByAppId -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -734,7 +732,7 @@ HelpMessage: '' ### -CreatedByAppId -The appId (called Application (client) ID on the Microsoft Entra admin center) of the application used to create the service principal. +The appId of the application that created this service principal. Set internally by Microsoft Entra ID. Read-only. @@ -2373,22 +2371,23 @@ Always null when the object hasn't been deleted. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -2418,12 +2417,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration APPROLEASSIGNEDTO : App role assignments for this app or service, granted to users, groups, and other service principals.Supports $expand. [DeletedDateTime ]: Date and time when this object was deleted. @@ -2553,22 +2609,23 @@ Always null when the object hasn't been deleted. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -2598,12 +2655,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -2713,7 +2827,7 @@ Optional. [IncludeBasicClaimSet ]: Determines whether the basic claim set is included in tokens affected by this policy. If set to true, all claims in the basic claim set are emitted in tokens affected by the policy. By default the basic claim set isn't in the tokens unless they're explicitly configured in this policy. - [CreatedByAppId ]: The appId (called Application (client) ID on the Microsoft Entra admin center) of the application used to create the service principal. + [CreatedByAppId ]: The appId of the application that created this service principal. Set internally by Microsoft Entra ID. Read-only. [CreatedObjects ]: Directory objects created by this service principal. @@ -2845,7 +2959,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -3004,13 +3118,13 @@ May not begin with .. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [ApprovedClientApps ]: + [ApprovedClientApps ]: The collection of approved client apps that are associated with the RDS configuration. +Supports $expand. [Id ]: The unique identifier for an entity. Read-only. - [DisplayName ]: + [DisplayName ]: Display name for the client application. [IsRemoteDesktopProtocolEnabled ]: Determines if Microsoft Entra ID RDS authentication protocol for RDP is enabled. [TargetDeviceGroups ]: The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. -
]: The unique identifier for an entity. Read-only. [DisplayName ]: Display name for the target device group. @@ -3546,7 +3660,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -3708,13 +3822,13 @@ REMOTEDESKTOPSECURITYCONFIGURATION `]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [ApprovedClientApps ]: + [ApprovedClientApps ]: The collection of approved client apps that are associated with the RDS configuration. +Supports $expand. [Id ]: The unique identifier for an entity. Read-only. - [DisplayName ]: + [DisplayName ]: Display name for the client application. [IsRemoteDesktopProtocolEnabled ]: Determines if Microsoft Entra ID RDS authentication protocol for RDP is enabled. [TargetDeviceGroups ]: The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. -
]: The unique identifier for an entity. Read-only. [DisplayName ]: Display name for the target device group. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Update-MgBetaServicePrincipalClaimPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Update-MgBetaServicePrincipalClaimPolicy.md index eb596f287547f..20df8daa45dcb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Update-MgBetaServicePrincipalClaimPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Update-MgBetaServicePrincipalClaimPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/update-mgbetaserviceprincipalclaimpolicy Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaServicePrincipalClaimPolicy --- @@ -26,7 +26,6 @@ Update-MgBetaServicePrincipalClaimPolicy -ServicePrincipalId [-IncludeApplicationIdInIssuer] [-IncludeBasicClaimSet] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -36,7 +35,7 @@ Update-MgBetaServicePrincipalClaimPolicy -ServicePrincipalId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -48,7 +47,6 @@ Update-MgBetaServicePrincipalClaimPolicy -InputObject [-IncludeApplicationIdInIssuer] [-IncludeBasicClaimSet] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -58,7 +56,7 @@ Update-MgBetaServicePrincipalClaimPolicy -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -78,6 +76,31 @@ Update a customClaimsPolicy object. | Delegated (personal Microsoft account) | Not supported | | Application | Policy.Read.ApplicationConfiguration, Policy.ReadWrite.ApplicationConfiguration, | +## EXAMPLES +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Beta.Applications + +$params = @{ + "@odata.type" = "#microsoft.graph.customClaimsPolicy" + includeBasicClaimSet = "Boolean" + includeApplicationIdInIssuer = "Boolean" + audienceOverride = "String" + claims = @( + @{ + "@odata.type" = "microsoft.graph.customClaim" + } + ) +} + +Update-MgBetaServicePrincipalClaimPolicy -ServicePrincipalId $servicePrincipalId -BodyParameter $params + +``` +This example shows how to use the Update-MgBetaServicePrincipalClaimPolicy Cmdlet. + + ## PARAMETERS ### -AdditionalProperties @@ -687,6 +710,5 @@ INPUTOBJECT ``: Identity Parameter - diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Update-MgBetaServicePrincipalDelegatedPermissionClassification.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Update-MgBetaServicePrincipalDelegatedPermissionClassification.md index 2f07a5cededde..09e0756754466 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Update-MgBetaServicePrincipalDelegatedPermissionClassification.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Update-MgBetaServicePrincipalDelegatedPermissionClassification.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/update-mgbetaserviceprincipaldelegatedpermissionclassification Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaServicePrincipalDelegatedPermissionClassification --- @@ -29,7 +29,7 @@ Update-MgBetaServicePrincipalDelegatedPermissionClassification [-Id ] [-PermissionId ] [-PermissionName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -41,7 +41,6 @@ Update-MgBetaServicePrincipalDelegatedPermissionClassification [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -52,7 +51,7 @@ Update-MgBetaServicePrincipalDelegatedPermissionClassification -InputObject ] [-PermissionId ] [-PermissionName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -63,7 +62,6 @@ Update-MgBetaServicePrincipalDelegatedPermissionClassification -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Update-MgBetaServicePrincipalEndpoint.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Update-MgBetaServicePrincipalEndpoint.md index 30f6a5958fb32..ea8886ac78986 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Update-MgBetaServicePrincipalEndpoint.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Update-MgBetaServicePrincipalEndpoint.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/update-mgbetaserviceprincipalendpoint Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaServicePrincipalEndpoint --- @@ -29,7 +29,6 @@ Update-MgBetaServicePrincipalEndpoint -EndpointId -ServicePrincipalId < [-ProviderResourceId ] [-Uri ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -39,7 +38,7 @@ Update-MgBetaServicePrincipalEndpoint -EndpointId -ServicePrincipalId < -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -51,7 +50,6 @@ Update-MgBetaServicePrincipalEndpoint -InputObject [-ProviderResourceId ] [-Uri ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -61,7 +59,7 @@ Update-MgBetaServicePrincipalEndpoint -InputObject -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.Applications/Update-MgBetaServicePrincipalLicenseDetail.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Update-MgBetaServicePrincipalLicenseDetail.md index 059f90fbd6144..945d0ebea9359 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Update-MgBetaServicePrincipalLicenseDetail.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Update-MgBetaServicePrincipalLicenseDetail.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/update-mgbetaserviceprincipallicensedetail Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaServicePrincipalLicenseDetail --- @@ -25,7 +25,7 @@ Update-MgBetaServicePrincipalLicenseDetail -LicenseDetailsId -ServicePr [-ServicePlans ] [-SkuId ] [-SkuPartNumber ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -35,7 +35,7 @@ Update-MgBetaServicePrincipalLicenseDetail -LicenseDetailsId -ServicePr -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -46,7 +46,7 @@ Update-MgBetaServicePrincipalLicenseDetail -InputObject [-ServicePlans ] [-SkuId ] [-SkuPartNumber ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -56,7 +56,7 @@ Update-MgBetaServicePrincipalLicenseDetail -InputObject -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.Applications/Update-MgBetaServicePrincipalPasswordSingleSignOnCredential.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Update-MgBetaServicePrincipalPasswordSingleSignOnCredential.md index 10c7aec1ba89a..60a6dc08086aa 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Update-MgBetaServicePrincipalPasswordSingleSignOnCredential.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Update-MgBetaServicePrincipalPasswordSingleSignOnCredential.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/update-mgbetaserviceprincipalpasswordsinglesignoncredential Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaServicePrincipalPasswordSingleSignOnCredential --- @@ -25,7 +25,6 @@ Update-MgBetaServicePrincipalPasswordSingleSignOnCredential -ServicePrincipalId [-Credentials ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -36,7 +35,6 @@ Update-MgBetaServicePrincipalPasswordSingleSignOnCredential -ServicePrincipalId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -47,7 +45,6 @@ Update-MgBetaServicePrincipalPasswordSingleSignOnCredential -InputObject ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -58,7 +55,6 @@ Update-MgBetaServicePrincipalPasswordSingleSignOnCredential -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -74,9 +70,9 @@ Update single sign-on credentials using a password for a user or group. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Directory.ReadWrite.All, Directory.Read.All, Application.ReadWrite.All, | +| Delegated (work or school account) | Application.ReadWrite.All, Directory.Read.All, Directory.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | Directory.ReadWrite.All, Directory.Read.All, Application.ReadWrite.All, | +| Application | Application.ReadWrite.All, Directory.Read.All, Directory.ReadWrite.All, | ## EXAMPLES ### Example 1: Code snippet diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Update-MgBetaServicePrincipalRemoteDesktopSecurityConfiguration.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Update-MgBetaServicePrincipalRemoteDesktopSecurityConfiguration.md index a47ebeff3f5d8..a3dd378a2e229 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Update-MgBetaServicePrincipalRemoteDesktopSecurityConfiguration.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Update-MgBetaServicePrincipalRemoteDesktopSecurityConfiguration.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/update-mgbetaserviceprincipalremotedesktopsecurityconfiguration Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaServicePrincipalRemoteDesktopSecurityConfiguration --- @@ -30,7 +30,7 @@ Update-MgBetaServicePrincipalRemoteDesktopSecurityConfiguration -ServicePrincipa [-IsRemoteDesktopProtocolEnabled] [-TargetDeviceGroups ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -41,7 +41,6 @@ Update-MgBetaServicePrincipalRemoteDesktopSecurityConfiguration -ServicePrincipa [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -53,7 +52,7 @@ Update-MgBetaServicePrincipalRemoteDesktopSecurityConfiguration -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -64,7 +63,6 @@ Update-MgBetaServicePrincipalRemoteDesktopSecurityConfiguration -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -81,9 +79,9 @@ Use this configuration to enable or disable the Microsoft Entra ID Remote Deskto | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Application-RemoteDesktopConfig.ReadWrite.All, Directory.ReadWrite.All, Application.ReadWrite.All, | +| Delegated (work or school account) | Application-RemoteDesktopConfig.ReadWrite.All, Application.ReadWrite.All, Directory.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | Application-RemoteDesktopConfig.ReadWrite.All, Directory.ReadWrite.All, Application.ReadWrite.All, | +| Application | Application-RemoteDesktopConfig.ReadWrite.All, Application.ReadWrite.All, Directory.ReadWrite.All, | ## EXAMPLES ### Example 1: Code snippet @@ -134,7 +132,8 @@ HelpMessage: '' ### -ApprovedClientApps - +The collection of approved client apps that are associated with the RDS configuration. +Supports $expand. To construct, see NOTES section for APPROVEDCLIENTAPPS properties and create a hash table. ```yaml @@ -492,7 +491,6 @@ HelpMessage: '' ### -TargetDeviceGroups The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. -
: . +APPROVEDCLIENTAPPS : The collection of approved client apps that are associated with the RDS configuration. +Supports $expand. [Id ]: The unique identifier for an entity. Read-only. - [DisplayName ]: + [DisplayName ]: Display name for the client application. BODYPARAMETER ``: remoteDesktopSecurityConfiguration [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [ApprovedClientApps ]: + [ApprovedClientApps ]: The collection of approved client apps that are associated with the RDS configuration. +Supports $expand. [Id ]: The unique identifier for an entity. Read-only. - [DisplayName ]: + [DisplayName ]: Display name for the client application. [IsRemoteDesktopProtocolEnabled ]: Determines if Microsoft Entra ID RDS authentication protocol for RDP is enabled. [TargetDeviceGroups ]: The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. -
]: The unique identifier for an entity. Read-only. [DisplayName ]: Display name for the target device group. @@ -633,7 +632,6 @@ INPUTOBJECT ``: Identity Parameter [UserId ]: The unique identifier of user TARGETDEVICEGROUPS : The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. -
]: The unique identifier for an entity. Read-only. [DisplayName ]: Display name for the target device group. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Update-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationApprovedClientApp.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Update-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationApprovedClientApp.md index 690b9bbc2a857..af84008360a8a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Update-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationApprovedClientApp.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Update-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationApprovedClientApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/update-mgbetaserviceprincipalremotedesktopsecurityconfigurationapprovedclientapp Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationApprovedClientApp --- @@ -13,7 +13,10 @@ title: Update-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationApprovedCl ## SYNOPSIS -Update the navigation property approvedClientApps in servicePrincipals +Update the properties of an approvedClientApp object for a remotedesktopsecurityconfiguration. + +> [!NOTE] +> To view the v1.0 release of this cmdlet, view [Update-MgServicePrincipalRemoteDesktopSecurityConfigurationApprovedClientApp](/powershell/module/Microsoft.Graph.Applications/Update-MgServicePrincipalRemoteDesktopSecurityConfigurationApprovedClientApp?view=graph-powershell-1.0) ## SYNTAX @@ -25,7 +28,7 @@ Update-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationApprovedClientApp [-AdditionalProperties ] [-DisplayName ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -36,7 +39,7 @@ Update-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationApprovedClientApp -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -47,7 +50,7 @@ Update-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationApprovedClientApp [-AdditionalProperties ] [-DisplayName ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -58,7 +61,6 @@ Update-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationApprovedClientApp [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -68,15 +70,15 @@ This cmdlet has the following aliases, ## DESCRIPTION -Update the navigation property approvedClientApps in servicePrincipals +Update the properties of an approvedClientApp object for a remotedesktopsecurityconfiguration. **Permissions** | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Application-RemoteDesktopConfig.ReadWrite.All, Directory.ReadWrite.All, Application.ReadWrite.All, | +| Delegated (work or school account) | Application-RemoteDesktopConfig.ReadWrite.All, Application.ReadWrite.All, Directory.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | Application-RemoteDesktopConfig.ReadWrite.All, Directory.ReadWrite.All, Application.ReadWrite.OwnedBy, Application.ReadWrite.All, | +| Application | Application-RemoteDesktopConfig.ReadWrite.All, Application.ReadWrite.All, Application.ReadWrite.OwnedBy, Directory.ReadWrite.All, | ## PARAMETERS @@ -207,7 +209,7 @@ HelpMessage: '' ### -DisplayName - +Display name for the client application. ```yaml Type: System.String @@ -523,7 +525,7 @@ BODYPARAMETER ``: approvedClientApp [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [DisplayName ]: + [DisplayName ]: Display name for the client application. INPUTOBJECT ``: Identity Parameter [AppId ]: Alternate key of application @@ -567,6 +569,7 @@ INPUTOBJECT ``: Identity Parameter ## RELATED LINKS - [Update-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationApprovedClientApp](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/update-mgbetaserviceprincipalremotedesktopsecurityconfigurationapprovedclientapp) +- [Graph API Reference](https://learn.microsoft.com/graph/api/approvedclientapp-update?view=graph-rest-beta) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Update-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Update-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup.md index be89a973429f8..d1ab0055728a7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Update-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Update-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/update-mgbetaserviceprincipalremotedesktopsecurityconfigurationtargetdevicegroup Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup --- @@ -29,7 +29,7 @@ Update-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup [-AdditionalProperties ] [-DisplayName ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -40,7 +40,7 @@ Update-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -51,7 +51,7 @@ Update-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup [-AdditionalProperties ] [-DisplayName ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -62,7 +62,6 @@ Update-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -79,9 +78,9 @@ You can configure a maximum of 10 target device groups for the remoteDesktopSecu | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Application-RemoteDesktopConfig.ReadWrite.All, Directory.ReadWrite.All, Application.ReadWrite.All, | +| Delegated (work or school account) | Application-RemoteDesktopConfig.ReadWrite.All, Application.ReadWrite.All, Directory.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | Application-RemoteDesktopConfig.ReadWrite.All, Directory.ReadWrite.All, Application.ReadWrite.OwnedBy, Application.ReadWrite.All, | +| Application | Application-RemoteDesktopConfig.ReadWrite.All, Application.ReadWrite.All, Application.ReadWrite.OwnedBy, Directory.ReadWrite.All, | ## EXAMPLES ### Example 1: Code snippet diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Update-MgBetaServicePrincipalSynchronizationJob.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Update-MgBetaServicePrincipalSynchronizationJob.md index e37c71130384d..4a9442b42dbc4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Update-MgBetaServicePrincipalSynchronizationJob.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Update-MgBetaServicePrincipalSynchronizationJob.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/update-mgbetaserviceprincipalsynchronizationjob Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaServicePrincipalSynchronizationJob --- @@ -31,7 +31,7 @@ Update-MgBetaServicePrincipalSynchronizationJob -ServicePrincipalId [-SynchronizationJobSettings ] [-TemplateId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -42,7 +42,6 @@ Update-MgBetaServicePrincipalSynchronizationJob -ServicePrincipalId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -55,7 +54,7 @@ Update-MgBetaServicePrincipalSynchronizationJob -InputObject ] [-TemplateId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -65,7 +64,7 @@ Update-MgBetaServicePrincipalSynchronizationJob -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Update-MgBetaServicePrincipalSynchronizationJobBulkUpload.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Update-MgBetaServicePrincipalSynchronizationJobBulkUpload.md index e61b5ed657fd3..382ff4fffed67 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Update-MgBetaServicePrincipalSynchronizationJobBulkUpload.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Update-MgBetaServicePrincipalSynchronizationJobBulkUpload.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/update-mgbetaserviceprincipalsynchronizationjobbulkupload Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaServicePrincipalSynchronizationJobBulkUpload --- @@ -28,7 +28,6 @@ Update-MgBetaServicePrincipalSynchronizationJobBulkUpload -ServicePrincipalId ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -38,7 +37,7 @@ Update-MgBetaServicePrincipalSynchronizationJobBulkUpload -ServicePrincipalId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -48,7 +47,7 @@ Update-MgBetaServicePrincipalSynchronizationJobBulkUpload -InputObject ] [-AdditionalProperties ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -58,7 +57,6 @@ Update-MgBetaServicePrincipalSynchronizationJobBulkUpload -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Update-MgBetaServicePrincipalSynchronizationJobSchema.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Update-MgBetaServicePrincipalSynchronizationJobSchema.md index 42554af2abd96..0e4df9279bc59 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Update-MgBetaServicePrincipalSynchronizationJobSchema.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Update-MgBetaServicePrincipalSynchronizationJobSchema.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/update-mgbetaserviceprincipalsynchronizationjobschema Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaServicePrincipalSynchronizationJobSchema --- @@ -32,7 +32,7 @@ Update-MgBetaServicePrincipalSynchronizationJobSchema -ServicePrincipalId ] [-SynchronizationRules ] [-Version ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -43,7 +43,6 @@ Update-MgBetaServicePrincipalSynchronizationJobSchema -ServicePrincipalId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -55,7 +54,7 @@ Update-MgBetaServicePrincipalSynchronizationJobSchema -InputObject ] [-Version ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -65,7 +64,7 @@ Update-MgBetaServicePrincipalSynchronizationJobSchema -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Update-MgBetaServicePrincipalSynchronizationJobSchemaDirectory.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Update-MgBetaServicePrincipalSynchronizationJobSchemaDirectory.md index 9581328b7e6a5..7029fe8b8fbbe 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Update-MgBetaServicePrincipalSynchronizationJobSchemaDirectory.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Update-MgBetaServicePrincipalSynchronizationJobSchemaDirectory.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/update-mgbetaserviceprincipalsynchronizationjobschemadirectory Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaServicePrincipalSynchronizationJobSchemaDirectory --- @@ -29,7 +29,7 @@ Update-MgBetaServicePrincipalSynchronizationJobSchemaDirectory -DirectoryDefinit [-Id ] [-Name ] [-Objects ] [-ReadOnly] [-Version ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -40,7 +40,7 @@ Update-MgBetaServicePrincipalSynchronizationJobSchemaDirectory -DirectoryDefinit -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -52,7 +52,7 @@ Update-MgBetaServicePrincipalSynchronizationJobSchemaDirectory -InputObject ] [-ReadOnly] [-Version ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -62,7 +62,7 @@ Update-MgBetaServicePrincipalSynchronizationJobSchemaDirectory -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Update-MgBetaServicePrincipalSynchronizationTemplate.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Update-MgBetaServicePrincipalSynchronizationTemplate.md index 154c62b62eab4..d1149a1684378 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Update-MgBetaServicePrincipalSynchronizationTemplate.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Update-MgBetaServicePrincipalSynchronizationTemplate.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/update-mgbetaserviceprincipalsynchronizationtemplate Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaServicePrincipalSynchronizationTemplate --- @@ -31,7 +31,6 @@ Update-MgBetaServicePrincipalSynchronizationTemplate -ServicePrincipalId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -42,7 +41,6 @@ Update-MgBetaServicePrincipalSynchronizationTemplate -ServicePrincipalId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -55,7 +53,6 @@ Update-MgBetaServicePrincipalSynchronizationTemplate -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -65,7 +62,7 @@ Update-MgBetaServicePrincipalSynchronizationTemplate -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Update-MgBetaServicePrincipalSynchronizationTemplateSchema.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Update-MgBetaServicePrincipalSynchronizationTemplateSchema.md index f8608b90a4a8c..1928f014224af 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Update-MgBetaServicePrincipalSynchronizationTemplateSchema.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Update-MgBetaServicePrincipalSynchronizationTemplateSchema.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/update-mgbetaserviceprincipalsynchronizationtemplateschema Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaServicePrincipalSynchronizationTemplateSchema --- @@ -29,7 +29,7 @@ Update-MgBetaServicePrincipalSynchronizationTemplateSchema -ServicePrincipalId < [-Id ] [-SynchronizationRules ] [-Version ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -40,7 +40,6 @@ Update-MgBetaServicePrincipalSynchronizationTemplateSchema -ServicePrincipalId < [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -52,7 +51,7 @@ Update-MgBetaServicePrincipalSynchronizationTemplateSchema -InputObject ] [-Version ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -62,7 +61,7 @@ Update-MgBetaServicePrincipalSynchronizationTemplateSchema -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Update-MgBetaServicePrincipalSynchronizationTemplateSchemaDirectory.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Update-MgBetaServicePrincipalSynchronizationTemplateSchemaDirectory.md index deebfec6fb301..633853f738e26 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Update-MgBetaServicePrincipalSynchronizationTemplateSchemaDirectory.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Update-MgBetaServicePrincipalSynchronizationTemplateSchemaDirectory.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/update-mgbetaserviceprincipalsynchronizationtemplateschemadirectory Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaServicePrincipalSynchronizationTemplateSchemaDirectory --- @@ -30,7 +30,7 @@ Update-MgBetaServicePrincipalSynchronizationTemplateSchemaDirectory -DirectoryDe [-Objects ] [-ReadOnly] [-Version ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -41,7 +41,7 @@ Update-MgBetaServicePrincipalSynchronizationTemplateSchemaDirectory -DirectoryDe -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -53,7 +53,7 @@ Update-MgBetaServicePrincipalSynchronizationTemplateSchemaDirectory [-Id ] [-Name ] [-Objects ] [-ReadOnly] [-Version ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -64,7 +64,6 @@ Update-MgBetaServicePrincipalSynchronizationTemplateSchemaDirectory [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Update-MgBetaUserAppRoleAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Update-MgBetaUserAppRoleAssignment.md index 2dd27e5b1a284..15d1818c92f1e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Update-MgBetaUserAppRoleAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Applications/Update-MgBetaUserAppRoleAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Applications-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.applications/update-mgbetauserapproleassignment Locale: en-US Module Name: Microsoft.Graph.Beta.Applications -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaUserAppRoleAssignment --- @@ -30,7 +30,6 @@ Update-MgBetaUserAppRoleAssignment -AppRoleAssignmentId -UserId ] [-ResourceId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -40,7 +39,7 @@ Update-MgBetaUserAppRoleAssignment -AppRoleAssignmentId -UserId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -53,7 +52,6 @@ Update-MgBetaUserAppRoleAssignment -InputObject [-ResourceDisplayName ] [-ResourceId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -63,7 +61,7 @@ Update-MgBetaUserAppRoleAssignment -InputObject -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.BackupRestore/Enable-MgBetaSolutionBackupRestore.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Enable-MgBetaSolutionBackupRestore.md index a752bafbfd59e..45221a562cb42 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Enable-MgBetaSolutionBackupRestore.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Enable-MgBetaSolutionBackupRestore.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/enable-mgbetasolutionbackuprestore Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Enable-MgBetaSolutionBackupRestore --- @@ -27,7 +27,6 @@ Enable-MgBetaSolutionBackupRestore [-ResponseHeadersVariable ] [-AdditionalProperties ] [-AppOwnerTenantId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Enable @@ -38,7 +37,6 @@ Enable-MgBetaSolutionBackupRestore [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Enable-MgBetaSolutionBackupRestoreAllMailboxesBackup.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Enable-MgBetaSolutionBackupRestoreAllMailboxesBackup.md deleted file mode 100644 index a3b877c550b94..0000000000000 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Enable-MgBetaSolutionBackupRestoreAllMailboxesBackup.md +++ /dev/null @@ -1,307 +0,0 @@ ---- -document type: cmdlet -external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml -HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/enable-mgbetasolutionbackuprestoreallmailboxesbackup -Locale: en-US -Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 -PlatyPS schema version: 2024-05-01 -title: Enable-MgBetaSolutionBackupRestoreAllMailboxesBackup ---- - -# Enable-MgBetaSolutionBackupRestoreAllMailboxesBackup - -## SYNOPSIS - -Invoke action enable - -## SYNTAX - -### Enable (Default) - -``` -Enable-MgBetaSolutionBackupRestoreAllMailboxesBackup [-ResponseHeadersVariable ] [-Break] - [-Headers ] [-HttpPipelineAppend ] - [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] -``` - -## ALIASES - -This cmdlet has the following aliases, - {{Insert list of aliases}} - -## DESCRIPTION - -Invoke action enable - -**Permissions** - -| Permission type | Permissions (from least to most privileged) | -| --------------- | ------------------------------------------ | -| Delegated (work or school account) | BackupRestore-Configuration.ReadWrite.All, | -| Delegated (personal Microsoft account) | Not supported | -| Application | BackupRestore-Configuration.ReadWrite.All, | - -## 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: '' -``` - -### -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 - -### System.Collections.IDictionary - -{{ Fill in the Description }} - -## OUTPUTS - -### Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphAllMailboxesBackup - -{{ Fill in the Description }} - -## NOTES - -## RELATED LINKS - -- [Enable-MgBetaSolutionBackupRestoreAllMailboxesBackup](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/enable-mgbetasolutionbackuprestoreallmailboxesbackup) - - - - - - - - - - - - - - - - - - - - - - - diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestore.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestore.md index 9d46300598825..d34617d38a1eb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestore.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestore.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/get-mgbetasolutionbackuprestore Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSolutionBackupRestore --- @@ -26,7 +26,7 @@ Get the serviceStatus of the Microsoft 365 Backup Storage service in a tenant. Get-MgBetaSolutionBackupRestore [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreActivityLog.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreActivityLog.md new file mode 100644 index 0000000000000..30dc27aade53d --- /dev/null +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreActivityLog.md @@ -0,0 +1,589 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/get-mgbetasolutionbackuprestoreactivitylog +Locale: en-US +Module Name: Microsoft.Graph.Beta.BackupRestore +ms.date: 07/10/2026 +PlatyPS schema version: 2024-05-01 +title: Get-MgBetaSolutionBackupRestoreActivityLog +--- + +# Get-MgBetaSolutionBackupRestoreActivityLog + +## SYNOPSIS + +Get activityLogs from solutions + +## SYNTAX + +### List (Default) + +``` +Get-MgBetaSolutionBackupRestoreActivityLog [-ExpandProperty ] [-Property ] + [-Filter ] [-Search ] [-Skip ] [-Sort ] [-Top ] + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] + [-CountVariable ] +``` + +### Get + +``` +Get-MgBetaSolutionBackupRestoreActivityLog -ActivityLogBaseId [-ExpandProperty ] + [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] +``` + +### GetViaIdentity + +``` +Get-MgBetaSolutionBackupRestoreActivityLog -InputObject + [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Get activityLogs from solutions + +## PARAMETERS + +### -ActivityLogBaseId + +The unique identifier of activityLogBase + +```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: '' +``` + +### -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.IBackupRestoreIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: GetViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + 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.IBackupRestoreIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphActivityLogBase + +{{ 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 + [ActivityLogBaseId ]: The unique identifier of activityLogBase + [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob + [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule + [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit + [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob + [DriveRestoreArtifactId ]: The unique identifier of driveRestoreArtifact + [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest + [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy + [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase + [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact + [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact + [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob + [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule + [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit + [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob + [MailboxRestoreArtifactId ]: The unique identifier of mailboxRestoreArtifact + [MailboxRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of mailboxRestoreArtifactsBulkAdditionRequest + [NextFetchToken ]: Usage: nextFetchToken='{nextFetchToken}' + [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession + [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy + [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' + [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase + [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase + [RestorePointId ]: The unique identifier of restorePoint + [RestoreSessionBaseId ]: The unique identifier of restoreSessionBase + [ServiceAppId ]: The unique identifier of serviceApp + [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession + [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy + [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob + [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule + [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit + [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob + [SiteRestoreArtifactId ]: The unique identifier of siteRestoreArtifact + [SiteRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of siteRestoreArtifactsBulkAdditionRequest + + +## RELATED LINKS + +- [Get-MgBetaSolutionBackupRestoreActivityLog](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/get-mgbetasolutionbackuprestoreactivitylog) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreDriveBackup.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreActivityLogCount.md similarity index 81% rename from microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreDriveBackup.md rename to microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreActivityLogCount.md index f8c446d14c1b9..c41008af1ea94 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreDriveBackup.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreActivityLogCount.md @@ -1,29 +1,29 @@ --- document type: cmdlet external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml -HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/get-mgbetasolutionbackuprestoredrivebackup +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/get-mgbetasolutionbackuprestoreactivitylogcount Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 -title: Get-MgBetaSolutionBackupRestoreDriveBackup +title: Get-MgBetaSolutionBackupRestoreActivityLogCount --- -# Get-MgBetaSolutionBackupRestoreDriveBackup +# Get-MgBetaSolutionBackupRestoreActivityLogCount ## SYNOPSIS -Get allDrivesBackup from solutions +Get the number of the resource ## SYNTAX ### Get (Default) ``` -Get-MgBetaSolutionBackupRestoreDriveBackup [-ExpandProperty ] [-Property ] +Get-MgBetaSolutionBackupRestoreActivityLogCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -33,15 +33,7 @@ This cmdlet has the following aliases, ## DESCRIPTION -Get allDrivesBackup from solutions - -**Permissions** - -| Permission type | Permissions (from least to most privileged) | -| --------------- | ------------------------------------------ | -| Delegated (work or school account) | BackupRestore-Configuration.Read.All, | -| Delegated (personal Microsoft account) | Not supported | -| Application | BackupRestore-Configuration.Read.All, | +Get the number of the resource ## PARAMETERS @@ -66,16 +58,15 @@ AcceptedValues: [] HelpMessage: '' ``` -### -ExpandProperty +### -Filter -Expand related entities +Filter items by property values ```yaml -Type: System.String[] +Type: System.String DefaultValue: '' SupportsWildcards: false -Aliases: -- Expand +Aliases: [] ParameterSets: - Name: (All) Position: Named @@ -151,16 +142,15 @@ AcceptedValues: [] HelpMessage: '' ``` -### -Property +### -Proxy -Select properties to be returned +The URI for the proxy server to use ```yaml -Type: System.String[] +Type: System.Uri DefaultValue: '' SupportsWildcards: false -Aliases: -- Select +Aliases: [] ParameterSets: - Name: (All) Position: Named @@ -173,12 +163,12 @@ AcceptedValues: [] HelpMessage: '' ``` -### -Proxy +### -ProxyCredential -The URI for the proxy server to use +Credentials for a proxy server to use for the remote call ```yaml -Type: System.Uri +Type: System.Management.Automation.PSCredential DefaultValue: '' SupportsWildcards: false Aliases: [] @@ -194,13 +184,13 @@ AcceptedValues: [] HelpMessage: '' ``` -### -ProxyCredential +### -ProxyUseDefaultCredentials -Credentials for a proxy server to use for the remote call +Use the default credentials for the proxy ```yaml -Type: System.Management.Automation.PSCredential -DefaultValue: '' +Type: System.Management.Automation.SwitchParameter +DefaultValue: False SupportsWildcards: false Aliases: [] ParameterSets: @@ -215,15 +205,16 @@ AcceptedValues: [] HelpMessage: '' ``` -### -ProxyUseDefaultCredentials +### -ResponseHeadersVariable -Use the default credentials for the proxy +Optional Response Headers Variable. ```yaml -Type: System.Management.Automation.SwitchParameter -DefaultValue: False +Type: System.String +DefaultValue: '' SupportsWildcards: false -Aliases: [] +Aliases: +- RHV ParameterSets: - Name: (All) Position: Named @@ -236,16 +227,15 @@ AcceptedValues: [] HelpMessage: '' ``` -### -ResponseHeadersVariable +### -Search -Optional Response Headers Variable. +Search items by search phrases ```yaml Type: System.String DefaultValue: '' SupportsWildcards: false -Aliases: -- RHV +Aliases: [] ParameterSets: - Name: (All) Position: Named @@ -273,7 +263,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphAllDrivesBackup +### System.Int32 {{ Fill in the Description }} @@ -281,7 +271,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## RELATED LINKS -- [Get-MgBetaSolutionBackupRestoreDriveBackup](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/get-mgbetasolutionbackuprestoredrivebackup) +- [Get-MgBetaSolutionBackupRestoreActivityLogCount](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/get-mgbetasolutionbackuprestoreactivitylogcount) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreBrowseSession.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreBrowseSession.md index 18d6b9303aa9a..3e3ab9f947615 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreBrowseSession.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreBrowseSession.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/get-mgbetasolutionbackuprestorebrowsesession Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSolutionBackupRestoreBrowseSession --- @@ -13,7 +13,10 @@ title: Get-MgBetaSolutionBackupRestoreBrowseSession ## SYNOPSIS -Get browseSessions from solutions +The list of browse sessions in the tenant. + +> [!NOTE] +> To view the v1.0 release of this cmdlet, view [Get-MgSolutionBackupRestoreBrowseSession](/powershell/module/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreBrowseSession?view=graph-powershell-1.0) ## SYNTAX @@ -25,7 +28,7 @@ Get-MgBetaSolutionBackupRestoreBrowseSession [-ExpandProperty ] [-Prop [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +38,7 @@ Get-MgBetaSolutionBackupRestoreBrowseSession -BrowseSessionBaseId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -45,7 +48,7 @@ Get-MgBetaSolutionBackupRestoreBrowseSession -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -55,7 +58,7 @@ This cmdlet has the following aliases, ## DESCRIPTION -Get browseSessions from solutions +The list of browse sessions in the tenant. ## PARAMETERS @@ -518,7 +521,10 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [ActivityLogBaseId ]: The unique identifier of activityLogBase [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -526,9 +532,12 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob @@ -538,6 +547,7 @@ INPUTOBJECT ``: Identity Parameter [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase [RestorePointId ]: The unique identifier of restorePoint @@ -546,6 +556,8 @@ INPUTOBJECT ``: Identity Parameter [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob @@ -556,6 +568,7 @@ INPUTOBJECT ``: Identity Parameter ## RELATED LINKS - [Get-MgBetaSolutionBackupRestoreBrowseSession](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/get-mgbetasolutionbackuprestorebrowsesession) +- [Graph API Reference](https://learn.microsoft.com/graph/api/backuprestoreroot-list-browsesessions?view=graph-rest-beta) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreBrowseSessionCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreBrowseSessionCount.md index 2528c7182031d..642e322d93929 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreBrowseSessionCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreBrowseSessionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/get-mgbetasolutionbackuprestorebrowsesessioncount Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSolutionBackupRestoreBrowseSessionCount --- @@ -15,6 +15,9 @@ title: Get-MgBetaSolutionBackupRestoreBrowseSessionCount Get the number of the resource +> [!NOTE] +> To view the v1.0 release of this cmdlet, view [Get-MgSolutionBackupRestoreBrowseSessionCount](/powershell/module/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreBrowseSessionCount?view=graph-powershell-1.0) + ## SYNTAX ### Get (Default) @@ -23,7 +26,7 @@ Get the number of the resource Get-MgBetaSolutionBackupRestoreBrowseSessionCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreDriveExclusionUnit.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreDriveExclusionUnit.md new file mode 100644 index 0000000000000..052c1fd3de796 --- /dev/null +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreDriveExclusionUnit.md @@ -0,0 +1,590 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/get-mgbetasolutionbackuprestoredriveexclusionunit +Locale: en-US +Module Name: Microsoft.Graph.Beta.BackupRestore +ms.date: 07/10/2026 +PlatyPS schema version: 2024-05-01 +title: Get-MgBetaSolutionBackupRestoreDriveExclusionUnit +--- + +# Get-MgBetaSolutionBackupRestoreDriveExclusionUnit + +## SYNOPSIS + +The list of drive exclusion units in the tenant. + +## SYNTAX + +### List (Default) + +``` +Get-MgBetaSolutionBackupRestoreDriveExclusionUnit [-ExpandProperty ] + [-Property ] [-Filter ] [-Search ] [-Skip ] [-Sort ] + [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] + [-CountVariable ] +``` + +### Get + +``` +Get-MgBetaSolutionBackupRestoreDriveExclusionUnit -DriveExclusionUnitId + [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] +``` + +### GetViaIdentity + +``` +Get-MgBetaSolutionBackupRestoreDriveExclusionUnit -InputObject + [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +The list of drive exclusion units in the tenant. + +## 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: '' +``` + +### -DriveExclusionUnitId + +The unique identifier of driveExclusionUnit + +```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: '' +``` + +### -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.IBackupRestoreIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: GetViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + 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.IBackupRestoreIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphDriveExclusionUnit + +{{ 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 + [ActivityLogBaseId ]: The unique identifier of activityLogBase + [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob + [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule + [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit + [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob + [DriveRestoreArtifactId ]: The unique identifier of driveRestoreArtifact + [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest + [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy + [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase + [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact + [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact + [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob + [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule + [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit + [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob + [MailboxRestoreArtifactId ]: The unique identifier of mailboxRestoreArtifact + [MailboxRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of mailboxRestoreArtifactsBulkAdditionRequest + [NextFetchToken ]: Usage: nextFetchToken='{nextFetchToken}' + [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession + [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy + [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' + [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase + [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase + [RestorePointId ]: The unique identifier of restorePoint + [RestoreSessionBaseId ]: The unique identifier of restoreSessionBase + [ServiceAppId ]: The unique identifier of serviceApp + [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession + [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy + [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob + [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule + [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit + [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob + [SiteRestoreArtifactId ]: The unique identifier of siteRestoreArtifact + [SiteRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of siteRestoreArtifactsBulkAdditionRequest + + +## RELATED LINKS + +- [Get-MgBetaSolutionBackupRestoreDriveExclusionUnit](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/get-mgbetasolutionbackuprestoredriveexclusionunit) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreDriveExclusionUnitBulkAdditionJob.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreDriveExclusionUnitBulkAdditionJob.md new file mode 100644 index 0000000000000..84a44d59928b2 --- /dev/null +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreDriveExclusionUnitBulkAdditionJob.md @@ -0,0 +1,590 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/get-mgbetasolutionbackuprestoredriveexclusionunitbulkadditionjob +Locale: en-US +Module Name: Microsoft.Graph.Beta.BackupRestore +ms.date: 07/10/2026 +PlatyPS schema version: 2024-05-01 +title: Get-MgBetaSolutionBackupRestoreDriveExclusionUnitBulkAdditionJob +--- + +# Get-MgBetaSolutionBackupRestoreDriveExclusionUnitBulkAdditionJob + +## SYNOPSIS + +The list of bulk addition jobs for drive exclusion units in the tenant. + +## SYNTAX + +### List (Default) + +``` +Get-MgBetaSolutionBackupRestoreDriveExclusionUnitBulkAdditionJob [-ExpandProperty ] + [-Property ] [-Filter ] [-Search ] [-Skip ] [-Sort ] + [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] + [-CountVariable ] +``` + +### Get + +``` +Get-MgBetaSolutionBackupRestoreDriveExclusionUnitBulkAdditionJob + -DriveExclusionUnitsBulkAdditionJobId [-ExpandProperty ] [-Property ] + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] +``` + +### GetViaIdentity + +``` +Get-MgBetaSolutionBackupRestoreDriveExclusionUnitBulkAdditionJob + -InputObject [-ExpandProperty ] [-Property ] + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +The list of bulk addition jobs for drive exclusion units in the tenant. + +## 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: '' +``` + +### -DriveExclusionUnitsBulkAdditionJobId + +The unique identifier of driveExclusionUnitsBulkAdditionJob + +```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: '' +``` + +### -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.IBackupRestoreIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: GetViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + 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.IBackupRestoreIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphDriveExclusionUnitsBulkAdditionJob + +{{ 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 + [ActivityLogBaseId ]: The unique identifier of activityLogBase + [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob + [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule + [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit + [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob + [DriveRestoreArtifactId ]: The unique identifier of driveRestoreArtifact + [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest + [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy + [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase + [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact + [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact + [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob + [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule + [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit + [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob + [MailboxRestoreArtifactId ]: The unique identifier of mailboxRestoreArtifact + [MailboxRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of mailboxRestoreArtifactsBulkAdditionRequest + [NextFetchToken ]: Usage: nextFetchToken='{nextFetchToken}' + [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession + [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy + [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' + [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase + [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase + [RestorePointId ]: The unique identifier of restorePoint + [RestoreSessionBaseId ]: The unique identifier of restoreSessionBase + [ServiceAppId ]: The unique identifier of serviceApp + [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession + [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy + [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob + [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule + [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit + [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob + [SiteRestoreArtifactId ]: The unique identifier of siteRestoreArtifact + [SiteRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of siteRestoreArtifactsBulkAdditionRequest + + +## RELATED LINKS + +- [Get-MgBetaSolutionBackupRestoreDriveExclusionUnitBulkAdditionJob](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/get-mgbetasolutionbackuprestoredriveexclusionunitbulkadditionjob) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreDriveExclusionUnitBulkAdditionJobCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreDriveExclusionUnitBulkAdditionJobCount.md new file mode 100644 index 0000000000000..d3fbd2e89091d --- /dev/null +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreDriveExclusionUnitBulkAdditionJobCount.md @@ -0,0 +1,297 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/get-mgbetasolutionbackuprestoredriveexclusionunitbulkadditionjobcount +Locale: en-US +Module Name: Microsoft.Graph.Beta.BackupRestore +ms.date: 07/10/2026 +PlatyPS schema version: 2024-05-01 +title: Get-MgBetaSolutionBackupRestoreDriveExclusionUnitBulkAdditionJobCount +--- + +# Get-MgBetaSolutionBackupRestoreDriveExclusionUnitBulkAdditionJobCount + +## SYNOPSIS + +Get the number of the resource + +## SYNTAX + +### Get (Default) + +``` +Get-MgBetaSolutionBackupRestoreDriveExclusionUnitBulkAdditionJobCount [-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: '' +``` + +### -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-MgBetaSolutionBackupRestoreDriveExclusionUnitBulkAdditionJobCount](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/get-mgbetasolutionbackuprestoredriveexclusionunitbulkadditionjobcount) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreDriveExclusionUnitCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreDriveExclusionUnitCount.md new file mode 100644 index 0000000000000..02652bb3dcd7a --- /dev/null +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreDriveExclusionUnitCount.md @@ -0,0 +1,297 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/get-mgbetasolutionbackuprestoredriveexclusionunitcount +Locale: en-US +Module Name: Microsoft.Graph.Beta.BackupRestore +ms.date: 07/10/2026 +PlatyPS schema version: 2024-05-01 +title: Get-MgBetaSolutionBackupRestoreDriveExclusionUnitCount +--- + +# Get-MgBetaSolutionBackupRestoreDriveExclusionUnitCount + +## SYNOPSIS + +Get the number of the resource + +## SYNTAX + +### Get (Default) + +``` +Get-MgBetaSolutionBackupRestoreDriveExclusionUnitCount [-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: '' +``` + +### -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-MgBetaSolutionBackupRestoreDriveExclusionUnitCount](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/get-mgbetasolutionbackuprestoredriveexclusionunitcount) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreDriveInclusionRule.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreDriveInclusionRule.md index f42b70417d6a5..6b2e5d466e1b6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreDriveInclusionRule.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreDriveInclusionRule.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/get-mgbetasolutionbackuprestoredriveinclusionrule Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSolutionBackupRestoreDriveInclusionRule --- @@ -28,7 +28,7 @@ Get-MgBetaSolutionBackupRestoreDriveInclusionRule [-ExpandProperty ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaSolutionBackupRestoreDriveInclusionRule -DriveProtectionRuleId ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +48,7 @@ Get-MgBetaSolutionBackupRestoreDriveInclusionRule -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -521,7 +521,10 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [ActivityLogBaseId ]: The unique identifier of activityLogBase [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -529,9 +532,12 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob @@ -541,6 +547,7 @@ INPUTOBJECT ``: Identity Parameter [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase [RestorePointId ]: The unique identifier of restorePoint @@ -549,6 +556,8 @@ INPUTOBJECT ``: Identity Parameter [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreDriveInclusionRuleCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreDriveInclusionRuleCount.md index fffa4a59922e1..9e115de80c5bf 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreDriveInclusionRuleCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreDriveInclusionRuleCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/get-mgbetasolutionbackuprestoredriveinclusionrulecount Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSolutionBackupRestoreDriveInclusionRuleCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaSolutionBackupRestoreDriveInclusionRuleCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreDriveProtectionUnit.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreDriveProtectionUnit.md index 8b894da2fef14..25d084fa7d728 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreDriveProtectionUnit.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreDriveProtectionUnit.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/get-mgbetasolutionbackuprestoredriveprotectionunit Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSolutionBackupRestoreDriveProtectionUnit --- @@ -28,7 +28,7 @@ Get-MgBetaSolutionBackupRestoreDriveProtectionUnit [-ExpandProperty ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaSolutionBackupRestoreDriveProtectionUnit -DriveProtectionUnitId ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +48,7 @@ Get-MgBetaSolutionBackupRestoreDriveProtectionUnit -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -521,7 +521,10 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [ActivityLogBaseId ]: The unique identifier of activityLogBase [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -529,9 +532,12 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob @@ -541,6 +547,7 @@ INPUTOBJECT ``: Identity Parameter [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase [RestorePointId ]: The unique identifier of restorePoint @@ -549,6 +556,8 @@ INPUTOBJECT ``: Identity Parameter [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreDriveProtectionUnitBulkAdditionJob.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreDriveProtectionUnitBulkAdditionJob.md index 6f9be8a5f921a..d63034a45842a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreDriveProtectionUnitBulkAdditionJob.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreDriveProtectionUnitBulkAdditionJob.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/get-mgbetasolutionbackuprestoredriveprotectionunitbulkadditionjob Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSolutionBackupRestoreDriveProtectionUnitBulkAdditionJob --- @@ -28,7 +28,7 @@ Get-MgBetaSolutionBackupRestoreDriveProtectionUnitBulkAdditionJob [-ExpandProper [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaSolutionBackupRestoreDriveProtectionUnitBulkAdditionJob -DriveProtectionUnitsBulkAdditionJobId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +48,7 @@ Get-MgBetaSolutionBackupRestoreDriveProtectionUnitBulkAdditionJob -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -521,7 +521,10 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [ActivityLogBaseId ]: The unique identifier of activityLogBase [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -529,9 +532,12 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob @@ -541,6 +547,7 @@ INPUTOBJECT ``: Identity Parameter [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase [RestorePointId ]: The unique identifier of restorePoint @@ -549,6 +556,8 @@ INPUTOBJECT ``: Identity Parameter [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreDriveProtectionUnitBulkAdditionJobCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreDriveProtectionUnitBulkAdditionJobCount.md index 6639ed1103142..b0e046b5b65d2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreDriveProtectionUnitBulkAdditionJobCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreDriveProtectionUnitBulkAdditionJobCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/get-mgbetasolutionbackuprestoredriveprotectionunitbulkadditionjobcount Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSolutionBackupRestoreDriveProtectionUnitBulkAdditionJobCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaSolutionBackupRestoreDriveProtectionUnitBulkAdditionJobCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreDriveProtectionUnitCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreDriveProtectionUnitCount.md index bbf81e57676b4..6c7c0a958a63e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreDriveProtectionUnitCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreDriveProtectionUnitCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/get-mgbetasolutionbackuprestoredriveprotectionunitcount Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSolutionBackupRestoreDriveProtectionUnitCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaSolutionBackupRestoreDriveProtectionUnitCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreEmailNotificationSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreEmailNotificationSetting.md index 0b94e23c5f9d2..11bc794de376c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreEmailNotificationSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreEmailNotificationSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/get-mgbetasolutionbackuprestoreemailnotificationsetting Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSolutionBackupRestoreEmailNotificationSetting --- @@ -23,7 +23,7 @@ Read the properties and relationships of an emailNotificationsSetting object. Get-MgBetaSolutionBackupRestoreEmailNotificationSetting [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicy.md index 04b14bdb698d6..fc9a464a2cfbc 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/get-mgbetasolutionbackuprestoreexchangeprotectionpolicy Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicy --- @@ -28,7 +28,7 @@ Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicy [-ExpandProperty ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicy -ExchangeProtectionPolic [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +48,7 @@ Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicy -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -521,7 +521,10 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [ActivityLogBaseId ]: The unique identifier of activityLogBase [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -529,9 +532,12 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob @@ -541,6 +547,7 @@ INPUTOBJECT ``: Identity Parameter [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase [RestorePointId ]: The unique identifier of restorePoint @@ -549,6 +556,8 @@ INPUTOBJECT ``: Identity Parameter [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicyCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicyCount.md index f638144dca866..049019ddedbf5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicyCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicyCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/get-mgbetasolutionbackuprestoreexchangeprotectionpolicycount Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicyCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicyCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicyMailboxExclusionUnit.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicyMailboxExclusionUnit.md new file mode 100644 index 0000000000000..45696bc2d2a15 --- /dev/null +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicyMailboxExclusionUnit.md @@ -0,0 +1,620 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/get-mgbetasolutionbackuprestoreexchangeprotectionpolicymailboxexclusionunit +Locale: en-US +Module Name: Microsoft.Graph.Beta.BackupRestore +ms.date: 07/10/2026 +PlatyPS schema version: 2024-05-01 +title: Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicyMailboxExclusionUnit +--- + +# Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicyMailboxExclusionUnit + +## SYNOPSIS + +Get a mailbox exclusion unit associated with an Exchange protection policy. + +## SYNTAX + +### List (Default) + +``` +Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicyMailboxExclusionUnit + -ExchangeProtectionPolicyId [-ExpandProperty ] [-Property ] + [-Filter ] [-Search ] [-Skip ] [-Sort ] [-Top ] + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] + [-CountVariable ] +``` + +### Get + +``` +Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicyMailboxExclusionUnit + -ExchangeProtectionPolicyId -MailboxExclusionUnitId [-ExpandProperty ] + [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] +``` + +### GetViaIdentity + +``` +Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicyMailboxExclusionUnit + -InputObject [-ExpandProperty ] [-Property ] + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Get a mailbox exclusion unit associated with an Exchange protection policy. + +## 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: '' +``` + +### -ExchangeProtectionPolicyId + +The unique identifier of exchangeProtectionPolicy + +```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.IBackupRestoreIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: GetViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -MailboxExclusionUnitId + +The unique identifier of mailboxExclusionUnit + +```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.IBackupRestoreIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphMailboxExclusionUnit + +{{ 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 + [ActivityLogBaseId ]: The unique identifier of activityLogBase + [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob + [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule + [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit + [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob + [DriveRestoreArtifactId ]: The unique identifier of driveRestoreArtifact + [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest + [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy + [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase + [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact + [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact + [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob + [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule + [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit + [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob + [MailboxRestoreArtifactId ]: The unique identifier of mailboxRestoreArtifact + [MailboxRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of mailboxRestoreArtifactsBulkAdditionRequest + [NextFetchToken ]: Usage: nextFetchToken='{nextFetchToken}' + [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession + [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy + [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' + [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase + [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase + [RestorePointId ]: The unique identifier of restorePoint + [RestoreSessionBaseId ]: The unique identifier of restoreSessionBase + [ServiceAppId ]: The unique identifier of serviceApp + [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession + [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy + [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob + [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule + [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit + [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob + [SiteRestoreArtifactId ]: The unique identifier of siteRestoreArtifact + [SiteRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of siteRestoreArtifactsBulkAdditionRequest + + +## RELATED LINKS + +- [Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicyMailboxExclusionUnit](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/get-mgbetasolutionbackuprestoreexchangeprotectionpolicymailboxexclusionunit) +- [Graph API Reference](https://learn.microsoft.com/graph/api/mailboxexclusionunit-get?view=graph-rest-beta) +- [Graph API Reference](https://learn.microsoft.com/graph/api/exchangeprotectionpolicy-list-mailboxexclusionunits?view=graph-rest-beta) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicyMailboxExclusionUnitBulkAdditionJob.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicyMailboxExclusionUnitBulkAdditionJob.md new file mode 100644 index 0000000000000..d59be27d6afe4 --- /dev/null +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicyMailboxExclusionUnitBulkAdditionJob.md @@ -0,0 +1,629 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/get-mgbetasolutionbackuprestoreexchangeprotectionpolicymailboxexclusionunitbulkadditionjob +Locale: en-US +Module Name: Microsoft.Graph.Beta.BackupRestore +ms.date: 07/10/2026 +PlatyPS schema version: 2024-05-01 +title: Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicyMailboxExclusionUnitBulkAdditionJob +--- + +# Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicyMailboxExclusionUnitBulkAdditionJob + +## SYNOPSIS + +Get a mailbox exclusion units bulk addition job associated with an Exchange protection policy. + +## SYNTAX + +### List (Default) + +``` +Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicyMailboxExclusionUnitBulkAdditionJob + -ExchangeProtectionPolicyId [-ExpandProperty ] [-Property ] + [-Filter ] [-Search ] [-Skip ] [-Sort ] [-Top ] + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] + [-CountVariable ] +``` + +### Get + +``` +Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicyMailboxExclusionUnitBulkAdditionJob + -ExchangeProtectionPolicyId -MailboxExclusionUnitsBulkAdditionJobId + [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] +``` + +### GetViaIdentity + +``` +Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicyMailboxExclusionUnitBulkAdditionJob + -InputObject [-ExpandProperty ] [-Property ] + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Get a mailbox exclusion units bulk addition job associated with an Exchange protection policy. + +**Permissions** + +| Permission type | Permissions (from least to most privileged) | +| --------------- | ------------------------------------------ | +| Delegated (work or school account) | BackupRestore-Configuration.Read.All, BackupRestore-Configuration.ReadWrite.All, | +| Delegated (personal Microsoft account) | Not supported | +| Application | BackupRestore-Configuration.Read.All, BackupRestore-Configuration.ReadWrite.All, | + +## 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: '' +``` + +### -ExchangeProtectionPolicyId + +The unique identifier of exchangeProtectionPolicy + +```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.IBackupRestoreIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: GetViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -MailboxExclusionUnitsBulkAdditionJobId + +The unique identifier of mailboxExclusionUnitsBulkAdditionJob + +```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.IBackupRestoreIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphMailboxExclusionUnitsBulkAdditionJob + +{{ 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 + [ActivityLogBaseId ]: The unique identifier of activityLogBase + [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob + [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule + [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit + [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob + [DriveRestoreArtifactId ]: The unique identifier of driveRestoreArtifact + [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest + [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy + [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase + [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact + [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact + [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob + [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule + [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit + [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob + [MailboxRestoreArtifactId ]: The unique identifier of mailboxRestoreArtifact + [MailboxRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of mailboxRestoreArtifactsBulkAdditionRequest + [NextFetchToken ]: Usage: nextFetchToken='{nextFetchToken}' + [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession + [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy + [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' + [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase + [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase + [RestorePointId ]: The unique identifier of restorePoint + [RestoreSessionBaseId ]: The unique identifier of restoreSessionBase + [ServiceAppId ]: The unique identifier of serviceApp + [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession + [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy + [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob + [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule + [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit + [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob + [SiteRestoreArtifactId ]: The unique identifier of siteRestoreArtifact + [SiteRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of siteRestoreArtifactsBulkAdditionRequest + + +## RELATED LINKS + +- [Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicyMailboxExclusionUnitBulkAdditionJob](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/get-mgbetasolutionbackuprestoreexchangeprotectionpolicymailboxexclusionunitbulkadditionjob) +- [Graph API Reference](https://learn.microsoft.com/graph/api/mailboxexclusionunitsbulkadditionjob-get?view=graph-rest-beta) +- [Graph API Reference](https://learn.microsoft.com/graph/api/exchangeprotectionpolicy-list-mailboxexclusionunitsbulkadditionjobs?view=graph-rest-beta) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicyMailboxExclusionUnitBulkAdditionJobCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicyMailboxExclusionUnitBulkAdditionJobCount.md new file mode 100644 index 0000000000000..e8f003bf3b82e --- /dev/null +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicyMailboxExclusionUnitBulkAdditionJobCount.md @@ -0,0 +1,413 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/get-mgbetasolutionbackuprestoreexchangeprotectionpolicymailboxexclusionunitbulkadditionjobcount +Locale: en-US +Module Name: Microsoft.Graph.Beta.BackupRestore +ms.date: 07/10/2026 +PlatyPS schema version: 2024-05-01 +title: Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicyMailboxExclusionUnitBulkAdditionJobCount +--- + +# Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicyMailboxExclusionUnitBulkAdditionJobCount + +## SYNOPSIS + +Get the number of the resource + +## SYNTAX + +### Get (Default) + +``` +Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicyMailboxExclusionUnitBulkAdditionJobCount + -ExchangeProtectionPolicyId [-Filter ] [-Search ] + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] +``` + +### GetViaIdentity + +``` +Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicyMailboxExclusionUnitBulkAdditionJobCount + -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) | BackupRestore-Configuration.Read.All, BackupRestore-Configuration.ReadWrite.All, | +| Delegated (personal Microsoft account) | Not supported | +| Application | BackupRestore-Configuration.Read.All, BackupRestore-Configuration.ReadWrite.All, | + +## 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: '' +``` + +### -ExchangeProtectionPolicyId + +The unique identifier of exchangeProtectionPolicy + +```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.IBackupRestoreIdentity +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.IBackupRestoreIdentity + +{{ 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 + [ActivityLogBaseId ]: The unique identifier of activityLogBase + [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob + [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule + [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit + [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob + [DriveRestoreArtifactId ]: The unique identifier of driveRestoreArtifact + [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest + [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy + [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase + [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact + [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact + [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob + [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule + [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit + [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob + [MailboxRestoreArtifactId ]: The unique identifier of mailboxRestoreArtifact + [MailboxRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of mailboxRestoreArtifactsBulkAdditionRequest + [NextFetchToken ]: Usage: nextFetchToken='{nextFetchToken}' + [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession + [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy + [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' + [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase + [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase + [RestorePointId ]: The unique identifier of restorePoint + [RestoreSessionBaseId ]: The unique identifier of restoreSessionBase + [ServiceAppId ]: The unique identifier of serviceApp + [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession + [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy + [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob + [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule + [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit + [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob + [SiteRestoreArtifactId ]: The unique identifier of siteRestoreArtifact + [SiteRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of siteRestoreArtifactsBulkAdditionRequest + + +## RELATED LINKS + +- [Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicyMailboxExclusionUnitBulkAdditionJobCount](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/get-mgbetasolutionbackuprestoreexchangeprotectionpolicymailboxexclusionunitbulkadditionjobcount) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicyMailboxExclusionUnitCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicyMailboxExclusionUnitCount.md new file mode 100644 index 0000000000000..3af83ee64c7d8 --- /dev/null +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicyMailboxExclusionUnitCount.md @@ -0,0 +1,413 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/get-mgbetasolutionbackuprestoreexchangeprotectionpolicymailboxexclusionunitcount +Locale: en-US +Module Name: Microsoft.Graph.Beta.BackupRestore +ms.date: 07/10/2026 +PlatyPS schema version: 2024-05-01 +title: Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicyMailboxExclusionUnitCount +--- + +# Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicyMailboxExclusionUnitCount + +## SYNOPSIS + +Get the number of the resource + +## SYNTAX + +### Get (Default) + +``` +Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicyMailboxExclusionUnitCount + -ExchangeProtectionPolicyId [-Filter ] [-Search ] + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] +``` + +### GetViaIdentity + +``` +Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicyMailboxExclusionUnitCount + -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) | BackupRestore-Configuration.Read.All, BackupRestore-Configuration.ReadWrite.All, | +| Delegated (personal Microsoft account) | Not supported | +| Application | BackupRestore-Configuration.Read.All, BackupRestore-Configuration.ReadWrite.All, | + +## 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: '' +``` + +### -ExchangeProtectionPolicyId + +The unique identifier of exchangeProtectionPolicy + +```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.IBackupRestoreIdentity +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.IBackupRestoreIdentity + +{{ 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 + [ActivityLogBaseId ]: The unique identifier of activityLogBase + [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob + [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule + [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit + [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob + [DriveRestoreArtifactId ]: The unique identifier of driveRestoreArtifact + [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest + [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy + [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase + [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact + [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact + [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob + [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule + [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit + [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob + [MailboxRestoreArtifactId ]: The unique identifier of mailboxRestoreArtifact + [MailboxRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of mailboxRestoreArtifactsBulkAdditionRequest + [NextFetchToken ]: Usage: nextFetchToken='{nextFetchToken}' + [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession + [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy + [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' + [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase + [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase + [RestorePointId ]: The unique identifier of restorePoint + [RestoreSessionBaseId ]: The unique identifier of restoreSessionBase + [ServiceAppId ]: The unique identifier of serviceApp + [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession + [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy + [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob + [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule + [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit + [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob + [SiteRestoreArtifactId ]: The unique identifier of siteRestoreArtifact + [SiteRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of siteRestoreArtifactsBulkAdditionRequest + + +## RELATED LINKS + +- [Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicyMailboxExclusionUnitCount](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/get-mgbetasolutionbackuprestoreexchangeprotectionpolicymailboxexclusionunitcount) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicyMailboxInclusionRule.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicyMailboxInclusionRule.md index cea9301602277..f83a69f5fa684 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicyMailboxInclusionRule.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicyMailboxInclusionRule.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/get-mgbetasolutionbackuprestoreexchangeprotectionpolicymailboxinclusionrule Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicyMailboxInclusionRule --- @@ -33,7 +33,7 @@ Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicyMailboxInclusionRule [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -43,7 +43,7 @@ Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicyMailboxInclusionRule -ExchangeProtectionPolicyId -MailboxProtectionRuleId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -53,7 +53,7 @@ Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicyMailboxInclusionRule -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -565,7 +565,10 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [ActivityLogBaseId ]: The unique identifier of activityLogBase [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -573,9 +576,12 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob @@ -585,6 +591,7 @@ INPUTOBJECT ``: Identity Parameter [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase [RestorePointId ]: The unique identifier of restorePoint @@ -593,6 +600,8 @@ INPUTOBJECT ``: Identity Parameter [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicyMailboxInclusionRuleCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicyMailboxInclusionRuleCount.md index 169365ca4f380..1841b5bb1c8dd 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicyMailboxInclusionRuleCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicyMailboxInclusionRuleCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/get-mgbetasolutionbackuprestoreexchangeprotectionpolicymailboxinclusionrulecount Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicyMailboxInclusionRuleCount --- @@ -27,7 +27,7 @@ Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicyMailboxInclusionRuleCount -ExchangeProtectionPolicyId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicyMailboxInclusionRuleCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -344,7 +344,10 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [ActivityLogBaseId ]: The unique identifier of activityLogBase [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -352,9 +355,12 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob @@ -364,6 +370,7 @@ INPUTOBJECT ``: Identity Parameter [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase [RestorePointId ]: The unique identifier of restorePoint @@ -372,6 +379,8 @@ INPUTOBJECT ``: Identity Parameter [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicyMailboxProtectionUnit.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicyMailboxProtectionUnit.md index 75cdd2c076562..066a6952c6684 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicyMailboxProtectionUnit.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicyMailboxProtectionUnit.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/get-mgbetasolutionbackuprestoreexchangeprotectionpolicymailboxprotectionunit Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicyMailboxProtectionUnit --- @@ -29,7 +29,7 @@ Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicyMailboxProtectionUnit [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -39,7 +39,7 @@ Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicyMailboxProtectionUnit -ExchangeProtectionPolicyId -MailboxProtectionUnitId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -49,7 +49,7 @@ Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicyMailboxProtectionUnit -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -549,7 +549,10 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [ActivityLogBaseId ]: The unique identifier of activityLogBase [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -557,9 +560,12 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob @@ -569,6 +575,7 @@ INPUTOBJECT ``: Identity Parameter [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase [RestorePointId ]: The unique identifier of restorePoint @@ -577,6 +584,8 @@ INPUTOBJECT ``: Identity Parameter [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicyMailboxProtectionUnitBulkAdditionJob.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicyMailboxProtectionUnitBulkAdditionJob.md index 38f1328c89086..7fb67e8cfd72b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicyMailboxProtectionUnitBulkAdditionJob.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicyMailboxProtectionUnitBulkAdditionJob.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/get-mgbetasolutionbackuprestoreexchangeprotectionpolicymailboxprotectionunitbulkadditionjob Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicyMailboxProtectionUnitBulkAdditionJob --- @@ -29,7 +29,7 @@ Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicyMailboxProtectionUnitBulk [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -40,7 +40,7 @@ Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicyMailboxProtectionUnitBulk [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -50,7 +50,7 @@ Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicyMailboxProtectionUnitBulk -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -550,7 +550,10 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [ActivityLogBaseId ]: The unique identifier of activityLogBase [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -558,9 +561,12 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob @@ -570,6 +576,7 @@ INPUTOBJECT ``: Identity Parameter [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase [RestorePointId ]: The unique identifier of restorePoint @@ -578,6 +585,8 @@ INPUTOBJECT ``: Identity Parameter [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicyMailboxProtectionUnitBulkAdditionJobCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicyMailboxProtectionUnitBulkAdditionJobCount.md index 9a9bf5f9a5ad6..c34d2940c646f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicyMailboxProtectionUnitBulkAdditionJobCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicyMailboxProtectionUnitBulkAdditionJobCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/get-mgbetasolutionbackuprestoreexchangeprotectionpolicymailboxprotectionunitbulkadditionjobcount Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicyMailboxProtectionUnitBulkAdditionJobCount --- @@ -27,7 +27,7 @@ Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicyMailboxProtectionUnitBulk -ExchangeProtectionPolicyId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicyMailboxProtectionUnitBulk -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -336,7 +336,10 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [ActivityLogBaseId ]: The unique identifier of activityLogBase [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -344,9 +347,12 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob @@ -356,6 +362,7 @@ INPUTOBJECT ``: Identity Parameter [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase [RestorePointId ]: The unique identifier of restorePoint @@ -364,6 +371,8 @@ INPUTOBJECT ``: Identity Parameter [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicyMailboxProtectionUnitCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicyMailboxProtectionUnitCount.md index 7957313a3f976..d4dcfcb546795 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicyMailboxProtectionUnitCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicyMailboxProtectionUnitCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/get-mgbetasolutionbackuprestoreexchangeprotectionpolicymailboxprotectionunitcount Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicyMailboxProtectionUnitCount --- @@ -27,7 +27,7 @@ Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicyMailboxProtectionUnitCoun -ExchangeProtectionPolicyId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicyMailboxProtectionUnitCoun -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -336,7 +336,10 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [ActivityLogBaseId ]: The unique identifier of activityLogBase [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -344,9 +347,12 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob @@ -356,6 +362,7 @@ INPUTOBJECT ``: Identity Parameter [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase [RestorePointId ]: The unique identifier of restorePoint @@ -364,6 +371,8 @@ INPUTOBJECT ``: Identity Parameter [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreExchangeRestoreSession.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreExchangeRestoreSession.md index 9a1041245d00b..7357da67ec83b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreExchangeRestoreSession.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreExchangeRestoreSession.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/get-mgbetasolutionbackuprestoreexchangerestoresession Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSolutionBackupRestoreExchangeRestoreSession --- @@ -28,7 +28,7 @@ Get-MgBetaSolutionBackupRestoreExchangeRestoreSession [-ExpandProperty ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaSolutionBackupRestoreExchangeRestoreSession -ExchangeRestoreSessionId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +48,7 @@ Get-MgBetaSolutionBackupRestoreExchangeRestoreSession -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -521,7 +521,10 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [ActivityLogBaseId ]: The unique identifier of activityLogBase [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -529,9 +532,12 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob @@ -541,6 +547,7 @@ INPUTOBJECT ``: Identity Parameter [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase [RestorePointId ]: The unique identifier of restorePoint @@ -549,6 +556,8 @@ INPUTOBJECT ``: Identity Parameter [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreExchangeRestoreSessionCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreExchangeRestoreSessionCount.md index 9d0f82c4c649d..ca2c57d469e18 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreExchangeRestoreSessionCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreExchangeRestoreSessionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/get-mgbetasolutionbackuprestoreexchangerestoresessioncount Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSolutionBackupRestoreExchangeRestoreSessionCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaSolutionBackupRestoreExchangeRestoreSessionCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreExchangeRestoreSessionGranularMailboxRestoreArtifact.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreExchangeRestoreSessionGranularMailboxRestoreArtifact.md index 1f0c9a2f7b88f..c390be42921e0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreExchangeRestoreSessionGranularMailboxRestoreArtifact.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreExchangeRestoreSessionGranularMailboxRestoreArtifact.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/get-mgbetasolutionbackuprestoreexchangerestoresessiongranularmailboxrestoreartifact Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSolutionBackupRestoreExchangeRestoreSessionGranularMailboxRestoreArtifact --- @@ -29,7 +29,7 @@ Get-MgBetaSolutionBackupRestoreExchangeRestoreSessionGranularMailboxRestoreArtif [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -40,7 +40,7 @@ Get-MgBetaSolutionBackupRestoreExchangeRestoreSessionGranularMailboxRestoreArtif [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -50,7 +50,7 @@ Get-MgBetaSolutionBackupRestoreExchangeRestoreSessionGranularMailboxRestoreArtif -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -550,7 +550,10 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [ActivityLogBaseId ]: The unique identifier of activityLogBase [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -558,9 +561,12 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob @@ -570,6 +576,7 @@ INPUTOBJECT ``: Identity Parameter [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase [RestorePointId ]: The unique identifier of restorePoint @@ -578,6 +585,8 @@ INPUTOBJECT ``: Identity Parameter [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreExchangeRestoreSessionGranularMailboxRestoreArtifactCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreExchangeRestoreSessionGranularMailboxRestoreArtifactCount.md index c1c323a9143af..1f4c10b80b97b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreExchangeRestoreSessionGranularMailboxRestoreArtifactCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreExchangeRestoreSessionGranularMailboxRestoreArtifactCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/get-mgbetasolutionbackuprestoreexchangerestoresessiongranularmailboxrestoreartifactcount Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSolutionBackupRestoreExchangeRestoreSessionGranularMailboxRestoreArtifactCount --- @@ -27,7 +27,7 @@ Get-MgBetaSolutionBackupRestoreExchangeRestoreSessionGranularMailboxRestoreArtif -ExchangeRestoreSessionId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaSolutionBackupRestoreExchangeRestoreSessionGranularMailboxRestoreArtif -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -336,7 +336,10 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [ActivityLogBaseId ]: The unique identifier of activityLogBase [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -344,9 +347,12 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob @@ -356,6 +362,7 @@ INPUTOBJECT ``: Identity Parameter [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase [RestorePointId ]: The unique identifier of restorePoint @@ -364,6 +371,8 @@ INPUTOBJECT ``: Identity Parameter [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreExchangeRestoreSessionGranularMailboxRestoreArtifactRestorePoint.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreExchangeRestoreSessionGranularMailboxRestoreArtifactRestorePoint.md index dca957d822ac8..5b221f7fc333f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreExchangeRestoreSessionGranularMailboxRestoreArtifactRestorePoint.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreExchangeRestoreSessionGranularMailboxRestoreArtifactRestorePoint.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/get-mgbetasolutionbackuprestoreexchangerestoresessiongranularmailboxrestoreartifactrestorepoint Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSolutionBackupRestoreExchangeRestoreSessionGranularMailboxRestoreArtifactRestorePoint --- @@ -28,7 +28,7 @@ Get-MgBetaSolutionBackupRestoreExchangeRestoreSessionGranularMailboxRestoreArtif [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -38,7 +38,7 @@ Get-MgBetaSolutionBackupRestoreExchangeRestoreSessionGranularMailboxRestoreArtif -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -360,7 +360,10 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [ActivityLogBaseId ]: The unique identifier of activityLogBase [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -368,9 +371,12 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob @@ -380,6 +386,7 @@ INPUTOBJECT ``: Identity Parameter [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase [RestorePointId ]: The unique identifier of restorePoint @@ -388,6 +395,8 @@ INPUTOBJECT ``: Identity Parameter [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifact.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifact.md index 7dea7d4696838..8d7389965e76c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifact.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifact.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/get-mgbetasolutionbackuprestoreexchangerestoresessionmailboxrestoreartifact Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifact --- @@ -29,7 +29,7 @@ Get-MgBetaSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifact [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -39,7 +39,7 @@ Get-MgBetaSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifact -ExchangeRestoreSessionId -MailboxRestoreArtifactId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -49,7 +49,7 @@ Get-MgBetaSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifact -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -549,7 +549,10 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [ActivityLogBaseId ]: The unique identifier of activityLogBase [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -557,9 +560,12 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob @@ -569,6 +575,7 @@ INPUTOBJECT ``: Identity Parameter [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase [RestorePointId ]: The unique identifier of restorePoint @@ -577,6 +584,8 @@ INPUTOBJECT ``: Identity Parameter [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifactBulkAdditionRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifactBulkAdditionRequest.md index ad18eed6883d0..7caec9e90969a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifactBulkAdditionRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifactBulkAdditionRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/get-mgbetasolutionbackuprestoreexchangerestoresessionmailboxrestoreartifactbulkadditionrequest Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifactBulkAdditionRequest --- @@ -29,7 +29,7 @@ Get-MgBetaSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifactBulkA [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -40,7 +40,7 @@ Get-MgBetaSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifactBulkA [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -50,7 +50,7 @@ Get-MgBetaSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifactBulkA -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -550,7 +550,10 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [ActivityLogBaseId ]: The unique identifier of activityLogBase [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -558,9 +561,12 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob @@ -570,6 +576,7 @@ INPUTOBJECT ``: Identity Parameter [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase [RestorePointId ]: The unique identifier of restorePoint @@ -578,6 +585,8 @@ INPUTOBJECT ``: Identity Parameter [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifactBulkAdditionRequestCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifactBulkAdditionRequestCount.md index 540ef0917d680..b37a580af4b99 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifactBulkAdditionRequestCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifactBulkAdditionRequestCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/get-mgbetasolutionbackuprestoreexchangerestoresessionmailboxrestoreartifactbulkadditionrequestcount Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifactBulkAdditionRequestCount --- @@ -27,7 +27,7 @@ Get-MgBetaSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifactBulkA -ExchangeRestoreSessionId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifactBulkA -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -336,7 +336,10 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [ActivityLogBaseId ]: The unique identifier of activityLogBase [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -344,9 +347,12 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob @@ -356,6 +362,7 @@ INPUTOBJECT ``: Identity Parameter [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase [RestorePointId ]: The unique identifier of restorePoint @@ -364,6 +371,8 @@ INPUTOBJECT ``: Identity Parameter [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifactCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifactCount.md index 30c26ec7b35ce..1c8bc1b308ed2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifactCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifactCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/get-mgbetasolutionbackuprestoreexchangerestoresessionmailboxrestoreartifactcount Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifactCount --- @@ -27,7 +27,7 @@ Get-MgBetaSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifactCount -ExchangeRestoreSessionId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifactCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -336,7 +336,10 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [ActivityLogBaseId ]: The unique identifier of activityLogBase [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -344,9 +347,12 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob @@ -356,6 +362,7 @@ INPUTOBJECT ``: Identity Parameter [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase [RestorePointId ]: The unique identifier of restorePoint @@ -364,6 +371,8 @@ INPUTOBJECT ``: Identity Parameter [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifactRestorePoint.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifactRestorePoint.md index ca74b4fa682ec..3b1ac96fed7a4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifactRestorePoint.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifactRestorePoint.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/get-mgbetasolutionbackuprestoreexchangerestoresessionmailboxrestoreartifactrestorepoint Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifactRestorePoint --- @@ -27,7 +27,7 @@ Get-MgBetaSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifactResto -ExchangeRestoreSessionId -MailboxRestoreArtifactId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifactResto -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -359,7 +359,10 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [ActivityLogBaseId ]: The unique identifier of activityLogBase [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -367,9 +370,12 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob @@ -379,6 +385,7 @@ INPUTOBJECT ``: Identity Parameter [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase [RestorePointId ]: The unique identifier of restorePoint @@ -387,6 +394,8 @@ INPUTOBJECT ``: Identity Parameter [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreExclusionUnit.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreExclusionUnit.md new file mode 100644 index 0000000000000..5a40423322e96 --- /dev/null +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreExclusionUnit.md @@ -0,0 +1,590 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/get-mgbetasolutionbackuprestoreexclusionunit +Locale: en-US +Module Name: Microsoft.Graph.Beta.BackupRestore +ms.date: 07/10/2026 +PlatyPS schema version: 2024-05-01 +title: Get-MgBetaSolutionBackupRestoreExclusionUnit +--- + +# Get-MgBetaSolutionBackupRestoreExclusionUnit + +## SYNOPSIS + +The list of exclusion units in the tenant. + +## SYNTAX + +### List (Default) + +``` +Get-MgBetaSolutionBackupRestoreExclusionUnit [-ExpandProperty ] [-Property ] + [-Filter ] [-Search ] [-Skip ] [-Sort ] [-Top ] + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] + [-CountVariable ] +``` + +### Get + +``` +Get-MgBetaSolutionBackupRestoreExclusionUnit -ExclusionUnitBaseId + [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] +``` + +### GetViaIdentity + +``` +Get-MgBetaSolutionBackupRestoreExclusionUnit -InputObject + [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +The list of exclusion units in the tenant. + +## 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: '' +``` + +### -ExclusionUnitBaseId + +The unique identifier of exclusionUnitBase + +```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: '' +``` + +### -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.IBackupRestoreIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: GetViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + 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.IBackupRestoreIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphExclusionUnitBase + +{{ 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 + [ActivityLogBaseId ]: The unique identifier of activityLogBase + [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob + [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule + [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit + [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob + [DriveRestoreArtifactId ]: The unique identifier of driveRestoreArtifact + [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest + [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy + [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase + [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact + [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact + [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob + [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule + [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit + [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob + [MailboxRestoreArtifactId ]: The unique identifier of mailboxRestoreArtifact + [MailboxRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of mailboxRestoreArtifactsBulkAdditionRequest + [NextFetchToken ]: Usage: nextFetchToken='{nextFetchToken}' + [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession + [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy + [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' + [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase + [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase + [RestorePointId ]: The unique identifier of restorePoint + [RestoreSessionBaseId ]: The unique identifier of restoreSessionBase + [ServiceAppId ]: The unique identifier of serviceApp + [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession + [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy + [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob + [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule + [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit + [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob + [SiteRestoreArtifactId ]: The unique identifier of siteRestoreArtifact + [SiteRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of siteRestoreArtifactsBulkAdditionRequest + + +## RELATED LINKS + +- [Get-MgBetaSolutionBackupRestoreExclusionUnit](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/get-mgbetasolutionbackuprestoreexclusionunit) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Enable-MgBetaSolutionBackupRestoreAllDrivesBackup.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreExclusionUnitCount.md similarity index 76% rename from microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Enable-MgBetaSolutionBackupRestoreAllDrivesBackup.md rename to microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreExclusionUnitCount.md index 10a9156273ff8..3aa65f452bda9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Enable-MgBetaSolutionBackupRestoreAllDrivesBackup.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreExclusionUnitCount.md @@ -1,29 +1,29 @@ --- document type: cmdlet external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml -HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/enable-mgbetasolutionbackuprestorealldrivesbackup +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/get-mgbetasolutionbackuprestoreexclusionunitcount Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 -title: Enable-MgBetaSolutionBackupRestoreAllDrivesBackup +title: Get-MgBetaSolutionBackupRestoreExclusionUnitCount --- -# Enable-MgBetaSolutionBackupRestoreAllDrivesBackup +# Get-MgBetaSolutionBackupRestoreExclusionUnitCount ## SYNOPSIS -Invoke action enable +Get the number of the resource ## SYNTAX -### Enable (Default) +### Get (Default) ``` -Enable-MgBetaSolutionBackupRestoreAllDrivesBackup [-ResponseHeadersVariable ] [-Break] - [-Headers ] [-HttpPipelineAppend ] - [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] +Get-MgBetaSolutionBackupRestoreExclusionUnitCount [-Filter ] [-Search ] + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -33,15 +33,7 @@ This cmdlet has the following aliases, ## DESCRIPTION -Invoke action enable - -**Permissions** - -| Permission type | Permissions (from least to most privileged) | -| --------------- | ------------------------------------------ | -| Delegated (work or school account) | BackupRestore-Configuration.ReadWrite.All, | -| Delegated (personal Microsoft account) | Not supported | -| Application | BackupRestore-Configuration.ReadWrite.All, | +Get the number of the resource ## PARAMETERS @@ -66,16 +58,15 @@ AcceptedValues: [] HelpMessage: '' ``` -### -Confirm +### -Filter -Prompts you for confirmation before running the cmdlet. +Filter items by property values ```yaml -Type: System.Management.Automation.SwitchParameter +Type: System.String DefaultValue: '' SupportsWildcards: false -Aliases: -- cf +Aliases: [] ParameterSets: - Name: (All) Position: Named @@ -236,16 +227,15 @@ AcceptedValues: [] HelpMessage: '' ``` -### -WhatIf +### -Search -Runs the command in a mode that only reports what would happen without performing the actions. +Search items by search phrases ```yaml -Type: System.Management.Automation.SwitchParameter +Type: System.String DefaultValue: '' SupportsWildcards: false -Aliases: -- wi +Aliases: [] ParameterSets: - Name: (All) Position: Named @@ -273,7 +263,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphAllDrivesBackup +### System.Int32 {{ Fill in the Description }} @@ -281,7 +271,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## RELATED LINKS -- [Enable-MgBetaSolutionBackupRestoreAllDrivesBackup](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/enable-mgbetasolutionbackuprestorealldrivesbackup) +- [Get-MgBetaSolutionBackupRestoreExclusionUnitCount](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/get-mgbetasolutionbackuprestoreexclusionunitcount) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreMailboxExclusionUnit.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreMailboxExclusionUnit.md new file mode 100644 index 0000000000000..7049ebbb75815 --- /dev/null +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreMailboxExclusionUnit.md @@ -0,0 +1,590 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/get-mgbetasolutionbackuprestoremailboxexclusionunit +Locale: en-US +Module Name: Microsoft.Graph.Beta.BackupRestore +ms.date: 07/10/2026 +PlatyPS schema version: 2024-05-01 +title: Get-MgBetaSolutionBackupRestoreMailboxExclusionUnit +--- + +# Get-MgBetaSolutionBackupRestoreMailboxExclusionUnit + +## SYNOPSIS + +The list of mailbox exclusion units in the tenant. + +## SYNTAX + +### List (Default) + +``` +Get-MgBetaSolutionBackupRestoreMailboxExclusionUnit [-ExpandProperty ] + [-Property ] [-Filter ] [-Search ] [-Skip ] [-Sort ] + [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] + [-CountVariable ] +``` + +### Get + +``` +Get-MgBetaSolutionBackupRestoreMailboxExclusionUnit -MailboxExclusionUnitId + [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] +``` + +### GetViaIdentity + +``` +Get-MgBetaSolutionBackupRestoreMailboxExclusionUnit -InputObject + [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +The list of mailbox exclusion units in the tenant. + +## 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.IBackupRestoreIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: GetViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -MailboxExclusionUnitId + +The unique identifier of mailboxExclusionUnit + +```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.IBackupRestoreIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphMailboxExclusionUnit + +{{ 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 + [ActivityLogBaseId ]: The unique identifier of activityLogBase + [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob + [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule + [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit + [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob + [DriveRestoreArtifactId ]: The unique identifier of driveRestoreArtifact + [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest + [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy + [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase + [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact + [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact + [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob + [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule + [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit + [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob + [MailboxRestoreArtifactId ]: The unique identifier of mailboxRestoreArtifact + [MailboxRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of mailboxRestoreArtifactsBulkAdditionRequest + [NextFetchToken ]: Usage: nextFetchToken='{nextFetchToken}' + [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession + [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy + [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' + [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase + [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase + [RestorePointId ]: The unique identifier of restorePoint + [RestoreSessionBaseId ]: The unique identifier of restoreSessionBase + [ServiceAppId ]: The unique identifier of serviceApp + [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession + [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy + [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob + [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule + [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit + [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob + [SiteRestoreArtifactId ]: The unique identifier of siteRestoreArtifact + [SiteRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of siteRestoreArtifactsBulkAdditionRequest + + +## RELATED LINKS + +- [Get-MgBetaSolutionBackupRestoreMailboxExclusionUnit](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/get-mgbetasolutionbackuprestoremailboxexclusionunit) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreMailboxExclusionUnitBulkAdditionJob.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreMailboxExclusionUnitBulkAdditionJob.md new file mode 100644 index 0000000000000..7c44d73f4068f --- /dev/null +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreMailboxExclusionUnitBulkAdditionJob.md @@ -0,0 +1,590 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/get-mgbetasolutionbackuprestoremailboxexclusionunitbulkadditionjob +Locale: en-US +Module Name: Microsoft.Graph.Beta.BackupRestore +ms.date: 07/10/2026 +PlatyPS schema version: 2024-05-01 +title: Get-MgBetaSolutionBackupRestoreMailboxExclusionUnitBulkAdditionJob +--- + +# Get-MgBetaSolutionBackupRestoreMailboxExclusionUnitBulkAdditionJob + +## SYNOPSIS + +The list of bulk addition jobs for mailbox exclusion units in the tenant. + +## SYNTAX + +### List (Default) + +``` +Get-MgBetaSolutionBackupRestoreMailboxExclusionUnitBulkAdditionJob [-ExpandProperty ] + [-Property ] [-Filter ] [-Search ] [-Skip ] [-Sort ] + [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] + [-CountVariable ] +``` + +### Get + +``` +Get-MgBetaSolutionBackupRestoreMailboxExclusionUnitBulkAdditionJob + -MailboxExclusionUnitsBulkAdditionJobId [-ExpandProperty ] + [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] +``` + +### GetViaIdentity + +``` +Get-MgBetaSolutionBackupRestoreMailboxExclusionUnitBulkAdditionJob + -InputObject [-ExpandProperty ] [-Property ] + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +The list of bulk addition jobs for mailbox exclusion units in the tenant. + +## 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.IBackupRestoreIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: GetViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -MailboxExclusionUnitsBulkAdditionJobId + +The unique identifier of mailboxExclusionUnitsBulkAdditionJob + +```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.IBackupRestoreIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphMailboxExclusionUnitsBulkAdditionJob + +{{ 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 + [ActivityLogBaseId ]: The unique identifier of activityLogBase + [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob + [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule + [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit + [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob + [DriveRestoreArtifactId ]: The unique identifier of driveRestoreArtifact + [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest + [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy + [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase + [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact + [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact + [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob + [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule + [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit + [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob + [MailboxRestoreArtifactId ]: The unique identifier of mailboxRestoreArtifact + [MailboxRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of mailboxRestoreArtifactsBulkAdditionRequest + [NextFetchToken ]: Usage: nextFetchToken='{nextFetchToken}' + [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession + [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy + [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' + [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase + [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase + [RestorePointId ]: The unique identifier of restorePoint + [RestoreSessionBaseId ]: The unique identifier of restoreSessionBase + [ServiceAppId ]: The unique identifier of serviceApp + [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession + [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy + [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob + [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule + [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit + [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob + [SiteRestoreArtifactId ]: The unique identifier of siteRestoreArtifact + [SiteRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of siteRestoreArtifactsBulkAdditionRequest + + +## RELATED LINKS + +- [Get-MgBetaSolutionBackupRestoreMailboxExclusionUnitBulkAdditionJob](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/get-mgbetasolutionbackuprestoremailboxexclusionunitbulkadditionjob) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreMailboxExclusionUnitBulkAdditionJobCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreMailboxExclusionUnitBulkAdditionJobCount.md new file mode 100644 index 0000000000000..f44e4db98afe1 --- /dev/null +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreMailboxExclusionUnitBulkAdditionJobCount.md @@ -0,0 +1,297 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/get-mgbetasolutionbackuprestoremailboxexclusionunitbulkadditionjobcount +Locale: en-US +Module Name: Microsoft.Graph.Beta.BackupRestore +ms.date: 07/10/2026 +PlatyPS schema version: 2024-05-01 +title: Get-MgBetaSolutionBackupRestoreMailboxExclusionUnitBulkAdditionJobCount +--- + +# Get-MgBetaSolutionBackupRestoreMailboxExclusionUnitBulkAdditionJobCount + +## SYNOPSIS + +Get the number of the resource + +## SYNTAX + +### Get (Default) + +``` +Get-MgBetaSolutionBackupRestoreMailboxExclusionUnitBulkAdditionJobCount [-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: '' +``` + +### -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-MgBetaSolutionBackupRestoreMailboxExclusionUnitBulkAdditionJobCount](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/get-mgbetasolutionbackuprestoremailboxexclusionunitbulkadditionjobcount) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreMailboxBackup.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreMailboxExclusionUnitCount.md similarity index 82% rename from microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreMailboxBackup.md rename to microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreMailboxExclusionUnitCount.md index 9011985a22b42..930f6a1be99fc 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreMailboxBackup.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreMailboxExclusionUnitCount.md @@ -1,29 +1,29 @@ --- document type: cmdlet external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml -HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/get-mgbetasolutionbackuprestoremailboxbackup +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/get-mgbetasolutionbackuprestoremailboxexclusionunitcount Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 -title: Get-MgBetaSolutionBackupRestoreMailboxBackup +title: Get-MgBetaSolutionBackupRestoreMailboxExclusionUnitCount --- -# Get-MgBetaSolutionBackupRestoreMailboxBackup +# Get-MgBetaSolutionBackupRestoreMailboxExclusionUnitCount ## SYNOPSIS -Get allMailboxesBackup from solutions +Get the number of the resource ## SYNTAX ### Get (Default) ``` -Get-MgBetaSolutionBackupRestoreMailboxBackup [-ExpandProperty ] [-Property ] +Get-MgBetaSolutionBackupRestoreMailboxExclusionUnitCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -33,15 +33,7 @@ This cmdlet has the following aliases, ## DESCRIPTION -Get allMailboxesBackup from solutions - -**Permissions** - -| Permission type | Permissions (from least to most privileged) | -| --------------- | ------------------------------------------ | -| Delegated (work or school account) | BackupRestore-Configuration.Read.All, | -| Delegated (personal Microsoft account) | Not supported | -| Application | BackupRestore-Configuration.Read.All, | +Get the number of the resource ## PARAMETERS @@ -66,16 +58,15 @@ AcceptedValues: [] HelpMessage: '' ``` -### -ExpandProperty +### -Filter -Expand related entities +Filter items by property values ```yaml -Type: System.String[] +Type: System.String DefaultValue: '' SupportsWildcards: false -Aliases: -- Expand +Aliases: [] ParameterSets: - Name: (All) Position: Named @@ -151,16 +142,15 @@ AcceptedValues: [] HelpMessage: '' ``` -### -Property +### -Proxy -Select properties to be returned +The URI for the proxy server to use ```yaml -Type: System.String[] +Type: System.Uri DefaultValue: '' SupportsWildcards: false -Aliases: -- Select +Aliases: [] ParameterSets: - Name: (All) Position: Named @@ -173,12 +163,12 @@ AcceptedValues: [] HelpMessage: '' ``` -### -Proxy +### -ProxyCredential -The URI for the proxy server to use +Credentials for a proxy server to use for the remote call ```yaml -Type: System.Uri +Type: System.Management.Automation.PSCredential DefaultValue: '' SupportsWildcards: false Aliases: [] @@ -194,13 +184,13 @@ AcceptedValues: [] HelpMessage: '' ``` -### -ProxyCredential +### -ProxyUseDefaultCredentials -Credentials for a proxy server to use for the remote call +Use the default credentials for the proxy ```yaml -Type: System.Management.Automation.PSCredential -DefaultValue: '' +Type: System.Management.Automation.SwitchParameter +DefaultValue: False SupportsWildcards: false Aliases: [] ParameterSets: @@ -215,15 +205,16 @@ AcceptedValues: [] HelpMessage: '' ``` -### -ProxyUseDefaultCredentials +### -ResponseHeadersVariable -Use the default credentials for the proxy +Optional Response Headers Variable. ```yaml -Type: System.Management.Automation.SwitchParameter -DefaultValue: False +Type: System.String +DefaultValue: '' SupportsWildcards: false -Aliases: [] +Aliases: +- RHV ParameterSets: - Name: (All) Position: Named @@ -236,16 +227,15 @@ AcceptedValues: [] HelpMessage: '' ``` -### -ResponseHeadersVariable +### -Search -Optional Response Headers Variable. +Search items by search phrases ```yaml Type: System.String DefaultValue: '' SupportsWildcards: false -Aliases: -- RHV +Aliases: [] ParameterSets: - Name: (All) Position: Named @@ -273,7 +263,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphAllMailboxesBackup +### System.Int32 {{ Fill in the Description }} @@ -281,7 +271,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## RELATED LINKS -- [Get-MgBetaSolutionBackupRestoreMailboxBackup](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/get-mgbetasolutionbackuprestoremailboxbackup) +- [Get-MgBetaSolutionBackupRestoreMailboxExclusionUnitCount](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/get-mgbetasolutionbackuprestoremailboxexclusionunitcount) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreMailboxInclusionRule.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreMailboxInclusionRule.md index 841b04ea6327b..c72efdc6356aa 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreMailboxInclusionRule.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreMailboxInclusionRule.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/get-mgbetasolutionbackuprestoremailboxinclusionrule Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSolutionBackupRestoreMailboxInclusionRule --- @@ -28,7 +28,7 @@ Get-MgBetaSolutionBackupRestoreMailboxInclusionRule [-ExpandProperty ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaSolutionBackupRestoreMailboxInclusionRule -MailboxProtectionRuleId ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +48,7 @@ Get-MgBetaSolutionBackupRestoreMailboxInclusionRule -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -521,7 +521,10 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [ActivityLogBaseId ]: The unique identifier of activityLogBase [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -529,9 +532,12 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob @@ -541,6 +547,7 @@ INPUTOBJECT ``: Identity Parameter [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase [RestorePointId ]: The unique identifier of restorePoint @@ -549,6 +556,8 @@ INPUTOBJECT ``: Identity Parameter [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreMailboxInclusionRuleCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreMailboxInclusionRuleCount.md index 5fdc2915dea0c..8681c72c7e6e6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreMailboxInclusionRuleCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreMailboxInclusionRuleCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/get-mgbetasolutionbackuprestoremailboxinclusionrulecount Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSolutionBackupRestoreMailboxInclusionRuleCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaSolutionBackupRestoreMailboxInclusionRuleCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreMailboxProtectionUnit.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreMailboxProtectionUnit.md index 4035a0b31c0ad..9e5f1714a1ac3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreMailboxProtectionUnit.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreMailboxProtectionUnit.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/get-mgbetasolutionbackuprestoremailboxprotectionunit Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSolutionBackupRestoreMailboxProtectionUnit --- @@ -28,7 +28,7 @@ Get-MgBetaSolutionBackupRestoreMailboxProtectionUnit [-ExpandProperty [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaSolutionBackupRestoreMailboxProtectionUnit -MailboxProtectionUnitId ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +48,7 @@ Get-MgBetaSolutionBackupRestoreMailboxProtectionUnit -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -521,7 +521,10 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [ActivityLogBaseId ]: The unique identifier of activityLogBase [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -529,9 +532,12 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob @@ -541,6 +547,7 @@ INPUTOBJECT ``: Identity Parameter [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase [RestorePointId ]: The unique identifier of restorePoint @@ -549,6 +556,8 @@ INPUTOBJECT ``: Identity Parameter [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreMailboxProtectionUnitBulkAdditionJob.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreMailboxProtectionUnitBulkAdditionJob.md index 9fcea994da415..4e243a0d3af61 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreMailboxProtectionUnitBulkAdditionJob.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreMailboxProtectionUnitBulkAdditionJob.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/get-mgbetasolutionbackuprestoremailboxprotectionunitbulkadditionjob Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSolutionBackupRestoreMailboxProtectionUnitBulkAdditionJob --- @@ -28,7 +28,7 @@ Get-MgBetaSolutionBackupRestoreMailboxProtectionUnitBulkAdditionJob [-ExpandProp [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaSolutionBackupRestoreMailboxProtectionUnitBulkAdditionJob -MailboxProtectionUnitsBulkAdditionJobId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +48,7 @@ Get-MgBetaSolutionBackupRestoreMailboxProtectionUnitBulkAdditionJob -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -521,7 +521,10 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [ActivityLogBaseId ]: The unique identifier of activityLogBase [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -529,9 +532,12 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob @@ -541,6 +547,7 @@ INPUTOBJECT ``: Identity Parameter [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase [RestorePointId ]: The unique identifier of restorePoint @@ -549,6 +556,8 @@ INPUTOBJECT ``: Identity Parameter [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreMailboxProtectionUnitBulkAdditionJobCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreMailboxProtectionUnitBulkAdditionJobCount.md index 405f46a973063..2e3660acaca9e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreMailboxProtectionUnitBulkAdditionJobCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreMailboxProtectionUnitBulkAdditionJobCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/get-mgbetasolutionbackuprestoremailboxprotectionunitbulkadditionjobcount Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSolutionBackupRestoreMailboxProtectionUnitBulkAdditionJobCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaSolutionBackupRestoreMailboxProtectionUnitBulkAdditionJobCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreMailboxProtectionUnitCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreMailboxProtectionUnitCount.md index 9714395bfe4e6..bb3f5830333d1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreMailboxProtectionUnitCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreMailboxProtectionUnitCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/get-mgbetasolutionbackuprestoremailboxprotectionunitcount Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSolutionBackupRestoreMailboxProtectionUnitCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaSolutionBackupRestoreMailboxProtectionUnitCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreOneDriveForBusinessBrowseSession.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreOneDriveForBusinessBrowseSession.md index 39617c5584120..de70553cb1143 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreOneDriveForBusinessBrowseSession.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreOneDriveForBusinessBrowseSession.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/get-mgbetasolutionbackuprestoreonedriveforbusinessbrowsesession Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSolutionBackupRestoreOneDriveForBusinessBrowseSession --- @@ -13,7 +13,10 @@ title: Get-MgBetaSolutionBackupRestoreOneDriveForBusinessBrowseSession ## SYNOPSIS -Get oneDriveForBusinessBrowseSessions from solutions +Read the properties and relationships of oneDriveForBusinessBrowseSession object. + +> [!NOTE] +> To view the v1.0 release of this cmdlet, view [Get-MgSolutionBackupRestoreOneDriveForBusinessBrowseSession](/powershell/module/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreOneDriveForBusinessBrowseSession?view=graph-powershell-1.0) ## SYNTAX @@ -25,7 +28,7 @@ Get-MgBetaSolutionBackupRestoreOneDriveForBusinessBrowseSession [-ExpandProperty [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +38,7 @@ Get-MgBetaSolutionBackupRestoreOneDriveForBusinessBrowseSession -OneDriveForBusinessBrowseSessionId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -45,7 +48,7 @@ Get-MgBetaSolutionBackupRestoreOneDriveForBusinessBrowseSession -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -55,7 +58,7 @@ This cmdlet has the following aliases, ## DESCRIPTION -Get oneDriveForBusinessBrowseSessions from solutions +Read the properties and relationships of oneDriveForBusinessBrowseSession object. **Permissions** @@ -526,7 +529,10 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [ActivityLogBaseId ]: The unique identifier of activityLogBase [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -534,9 +540,12 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob @@ -546,6 +555,7 @@ INPUTOBJECT ``: Identity Parameter [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase [RestorePointId ]: The unique identifier of restorePoint @@ -554,6 +564,8 @@ INPUTOBJECT ``: Identity Parameter [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob @@ -564,6 +576,8 @@ INPUTOBJECT ``: Identity Parameter ## RELATED LINKS - [Get-MgBetaSolutionBackupRestoreOneDriveForBusinessBrowseSession](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/get-mgbetasolutionbackuprestoreonedriveforbusinessbrowsesession) +- [Graph API Reference](https://learn.microsoft.com/graph/api/onedriveforbusinessbrowsesession-get?view=graph-rest-beta) +- [Graph API Reference](https://learn.microsoft.com/graph/api/backuprestoreroot-list-onedriveforbusinessbrowsesessions?view=graph-rest-beta) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreOneDriveForBusinessBrowseSessionCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreOneDriveForBusinessBrowseSessionCount.md index d2cc36cf32315..1fc369d91985e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreOneDriveForBusinessBrowseSessionCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreOneDriveForBusinessBrowseSessionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/get-mgbetasolutionbackuprestoreonedriveforbusinessbrowsesessioncount Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSolutionBackupRestoreOneDriveForBusinessBrowseSessionCount --- @@ -15,6 +15,9 @@ title: Get-MgBetaSolutionBackupRestoreOneDriveForBusinessBrowseSessionCount Get the number of the resource +> [!NOTE] +> To view the v1.0 release of this cmdlet, view [Get-MgSolutionBackupRestoreOneDriveForBusinessBrowseSessionCount](/powershell/module/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreOneDriveForBusinessBrowseSessionCount?view=graph-powershell-1.0) + ## SYNTAX ### Get (Default) @@ -23,7 +26,7 @@ Get the number of the resource Get-MgBetaSolutionBackupRestoreOneDriveForBusinessBrowseSessionCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicy.md index c7c994f9fa2d8..09044c8a949ee 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/get-mgbetasolutionbackuprestoreonedriveforbusinessprotectionpolicy Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicy --- @@ -28,7 +28,7 @@ Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicy [-ExpandPrope [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicy -OneDriveForBusinessProtectionPolicyId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +48,7 @@ Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicy -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -521,7 +521,10 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [ActivityLogBaseId ]: The unique identifier of activityLogBase [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -529,9 +532,12 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob @@ -541,6 +547,7 @@ INPUTOBJECT ``: Identity Parameter [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase [RestorePointId ]: The unique identifier of restorePoint @@ -549,6 +556,8 @@ INPUTOBJECT ``: Identity Parameter [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicyCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicyCount.md index 8c1aab24f4632..7df91225b6e34 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicyCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicyCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/get-mgbetasolutionbackuprestoreonedriveforbusinessprotectionpolicycount Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicyCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicyCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveExclusionUnit.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveExclusionUnit.md new file mode 100644 index 0000000000000..12803248239b6 --- /dev/null +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveExclusionUnit.md @@ -0,0 +1,621 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/get-mgbetasolutionbackuprestoreonedriveforbusinessprotectionpolicydriveexclusionunit +Locale: en-US +Module Name: Microsoft.Graph.Beta.BackupRestore +ms.date: 07/10/2026 +PlatyPS schema version: 2024-05-01 +title: Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveExclusionUnit +--- + +# Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveExclusionUnit + +## SYNOPSIS + +Get a drive exclusion unit associated with a OneDrive for work or school protection policy. + +## SYNTAX + +### List (Default) + +``` +Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveExclusionUnit + -OneDriveForBusinessProtectionPolicyId [-ExpandProperty ] [-Property ] + [-Filter ] [-Search ] [-Skip ] [-Sort ] [-Top ] + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] + [-CountVariable ] +``` + +### Get + +``` +Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveExclusionUnit + -DriveExclusionUnitId -OneDriveForBusinessProtectionPolicyId + [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] +``` + +### GetViaIdentity + +``` +Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveExclusionUnit + -InputObject [-ExpandProperty ] [-Property ] + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Get a drive exclusion unit associated with a OneDrive for work or school protection policy. + +## 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: '' +``` + +### -DriveExclusionUnitId + +The unique identifier of driveExclusionUnit + +```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: '' +``` + +### -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.IBackupRestoreIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: GetViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -OneDriveForBusinessProtectionPolicyId + +The unique identifier of oneDriveForBusinessProtectionPolicy + +```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: '' +``` + +### -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.IBackupRestoreIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphDriveExclusionUnit + +{{ 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 + [ActivityLogBaseId ]: The unique identifier of activityLogBase + [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob + [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule + [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit + [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob + [DriveRestoreArtifactId ]: The unique identifier of driveRestoreArtifact + [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest + [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy + [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase + [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact + [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact + [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob + [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule + [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit + [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob + [MailboxRestoreArtifactId ]: The unique identifier of mailboxRestoreArtifact + [MailboxRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of mailboxRestoreArtifactsBulkAdditionRequest + [NextFetchToken ]: Usage: nextFetchToken='{nextFetchToken}' + [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession + [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy + [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' + [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase + [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase + [RestorePointId ]: The unique identifier of restorePoint + [RestoreSessionBaseId ]: The unique identifier of restoreSessionBase + [ServiceAppId ]: The unique identifier of serviceApp + [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession + [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy + [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob + [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule + [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit + [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob + [SiteRestoreArtifactId ]: The unique identifier of siteRestoreArtifact + [SiteRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of siteRestoreArtifactsBulkAdditionRequest + + +## RELATED LINKS + +- [Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveExclusionUnit](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/get-mgbetasolutionbackuprestoreonedriveforbusinessprotectionpolicydriveexclusionunit) +- [Graph API Reference](https://learn.microsoft.com/graph/api/driveexclusionunit-get?view=graph-rest-beta) +- [Graph API Reference](https://learn.microsoft.com/graph/api/onedriveforbusinessprotectionpolicy-list-driveexclusionunits?view=graph-rest-beta) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveExclusionUnitBulkAdditionJob.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveExclusionUnitBulkAdditionJob.md new file mode 100644 index 0000000000000..2a57cf3d6fcfb --- /dev/null +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveExclusionUnitBulkAdditionJob.md @@ -0,0 +1,629 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/get-mgbetasolutionbackuprestoreonedriveforbusinessprotectionpolicydriveexclusionunitbulkadditionjob +Locale: en-US +Module Name: Microsoft.Graph.Beta.BackupRestore +ms.date: 07/10/2026 +PlatyPS schema version: 2024-05-01 +title: Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveExclusionUnitBulkAdditionJob +--- + +# Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveExclusionUnitBulkAdditionJob + +## SYNOPSIS + +Get a drive exclusion units bulk addition job associated with a OneDrive for work or school protection policy. + +## SYNTAX + +### List (Default) + +``` +Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveExclusionUnitBulkAdditionJob + -OneDriveForBusinessProtectionPolicyId [-ExpandProperty ] [-Property ] + [-Filter ] [-Search ] [-Skip ] [-Sort ] [-Top ] + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] + [-CountVariable ] +``` + +### Get + +``` +Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveExclusionUnitBulkAdditionJob + -DriveExclusionUnitsBulkAdditionJobId -OneDriveForBusinessProtectionPolicyId + [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] +``` + +### GetViaIdentity + +``` +Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveExclusionUnitBulkAdditionJob + -InputObject [-ExpandProperty ] [-Property ] + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Get a drive exclusion units bulk addition job associated with a OneDrive for work or school protection policy. + +**Permissions** + +| Permission type | Permissions (from least to most privileged) | +| --------------- | ------------------------------------------ | +| Delegated (work or school account) | BackupRestore-Configuration.Read.All, BackupRestore-Configuration.ReadWrite.All, | +| Delegated (personal Microsoft account) | Not supported | +| Application | BackupRestore-Configuration.Read.All, BackupRestore-Configuration.ReadWrite.All, | + +## 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: '' +``` + +### -DriveExclusionUnitsBulkAdditionJobId + +The unique identifier of driveExclusionUnitsBulkAdditionJob + +```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: '' +``` + +### -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.IBackupRestoreIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: GetViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -OneDriveForBusinessProtectionPolicyId + +The unique identifier of oneDriveForBusinessProtectionPolicy + +```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: '' +``` + +### -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.IBackupRestoreIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphDriveExclusionUnitsBulkAdditionJob + +{{ 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 + [ActivityLogBaseId ]: The unique identifier of activityLogBase + [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob + [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule + [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit + [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob + [DriveRestoreArtifactId ]: The unique identifier of driveRestoreArtifact + [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest + [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy + [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase + [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact + [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact + [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob + [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule + [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit + [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob + [MailboxRestoreArtifactId ]: The unique identifier of mailboxRestoreArtifact + [MailboxRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of mailboxRestoreArtifactsBulkAdditionRequest + [NextFetchToken ]: Usage: nextFetchToken='{nextFetchToken}' + [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession + [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy + [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' + [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase + [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase + [RestorePointId ]: The unique identifier of restorePoint + [RestoreSessionBaseId ]: The unique identifier of restoreSessionBase + [ServiceAppId ]: The unique identifier of serviceApp + [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession + [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy + [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob + [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule + [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit + [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob + [SiteRestoreArtifactId ]: The unique identifier of siteRestoreArtifact + [SiteRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of siteRestoreArtifactsBulkAdditionRequest + + +## RELATED LINKS + +- [Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveExclusionUnitBulkAdditionJob](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/get-mgbetasolutionbackuprestoreonedriveforbusinessprotectionpolicydriveexclusionunitbulkadditionjob) +- [Graph API Reference](https://learn.microsoft.com/graph/api/driveexclusionunitsbulkadditionjob-get?view=graph-rest-beta) +- [Graph API Reference](https://learn.microsoft.com/graph/api/onedriveforbusinessprotectionpolicy-list-driveexclusionunitsbulkadditionjobs?view=graph-rest-beta) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveExclusionUnitBulkAdditionJobCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveExclusionUnitBulkAdditionJobCount.md new file mode 100644 index 0000000000000..0d36ff1150426 --- /dev/null +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveExclusionUnitBulkAdditionJobCount.md @@ -0,0 +1,413 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/get-mgbetasolutionbackuprestoreonedriveforbusinessprotectionpolicydriveexclusionunitbulkadditionjobcount +Locale: en-US +Module Name: Microsoft.Graph.Beta.BackupRestore +ms.date: 07/10/2026 +PlatyPS schema version: 2024-05-01 +title: Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveExclusionUnitBulkAdditionJobCount +--- + +# Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveExclusionUnitBulkAdditionJobCount + +## SYNOPSIS + +Get the number of the resource + +## SYNTAX + +### Get (Default) + +``` +Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveExclusionUnitBulkAdditionJobCount + -OneDriveForBusinessProtectionPolicyId [-Filter ] [-Search ] + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] +``` + +### GetViaIdentity + +``` +Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveExclusionUnitBulkAdditionJobCount + -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) | BackupRestore-Configuration.Read.All, BackupRestore-Configuration.ReadWrite.All, | +| Delegated (personal Microsoft account) | Not supported | +| Application | BackupRestore-Configuration.Read.All, BackupRestore-Configuration.ReadWrite.All, | + +## 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: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IBackupRestoreIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: GetViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -OneDriveForBusinessProtectionPolicyId + +The unique identifier of oneDriveForBusinessProtectionPolicy + +```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: '' +``` + +### -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.IBackupRestoreIdentity + +{{ 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 + [ActivityLogBaseId ]: The unique identifier of activityLogBase + [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob + [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule + [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit + [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob + [DriveRestoreArtifactId ]: The unique identifier of driveRestoreArtifact + [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest + [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy + [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase + [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact + [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact + [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob + [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule + [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit + [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob + [MailboxRestoreArtifactId ]: The unique identifier of mailboxRestoreArtifact + [MailboxRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of mailboxRestoreArtifactsBulkAdditionRequest + [NextFetchToken ]: Usage: nextFetchToken='{nextFetchToken}' + [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession + [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy + [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' + [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase + [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase + [RestorePointId ]: The unique identifier of restorePoint + [RestoreSessionBaseId ]: The unique identifier of restoreSessionBase + [ServiceAppId ]: The unique identifier of serviceApp + [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession + [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy + [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob + [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule + [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit + [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob + [SiteRestoreArtifactId ]: The unique identifier of siteRestoreArtifact + [SiteRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of siteRestoreArtifactsBulkAdditionRequest + + +## RELATED LINKS + +- [Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveExclusionUnitBulkAdditionJobCount](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/get-mgbetasolutionbackuprestoreonedriveforbusinessprotectionpolicydriveexclusionunitbulkadditionjobcount) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveExclusionUnitCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveExclusionUnitCount.md new file mode 100644 index 0000000000000..304b632bbdc9a --- /dev/null +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveExclusionUnitCount.md @@ -0,0 +1,413 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/get-mgbetasolutionbackuprestoreonedriveforbusinessprotectionpolicydriveexclusionunitcount +Locale: en-US +Module Name: Microsoft.Graph.Beta.BackupRestore +ms.date: 07/10/2026 +PlatyPS schema version: 2024-05-01 +title: Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveExclusionUnitCount +--- + +# Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveExclusionUnitCount + +## SYNOPSIS + +Get the number of the resource + +## SYNTAX + +### Get (Default) + +``` +Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveExclusionUnitCount + -OneDriveForBusinessProtectionPolicyId [-Filter ] [-Search ] + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] +``` + +### GetViaIdentity + +``` +Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveExclusionUnitCount + -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) | BackupRestore-Configuration.Read.All, BackupRestore-Configuration.ReadWrite.All, | +| Delegated (personal Microsoft account) | Not supported | +| Application | BackupRestore-Configuration.Read.All, BackupRestore-Configuration.ReadWrite.All, | + +## 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: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IBackupRestoreIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: GetViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -OneDriveForBusinessProtectionPolicyId + +The unique identifier of oneDriveForBusinessProtectionPolicy + +```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: '' +``` + +### -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.IBackupRestoreIdentity + +{{ 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 + [ActivityLogBaseId ]: The unique identifier of activityLogBase + [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob + [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule + [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit + [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob + [DriveRestoreArtifactId ]: The unique identifier of driveRestoreArtifact + [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest + [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy + [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase + [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact + [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact + [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob + [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule + [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit + [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob + [MailboxRestoreArtifactId ]: The unique identifier of mailboxRestoreArtifact + [MailboxRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of mailboxRestoreArtifactsBulkAdditionRequest + [NextFetchToken ]: Usage: nextFetchToken='{nextFetchToken}' + [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession + [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy + [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' + [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase + [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase + [RestorePointId ]: The unique identifier of restorePoint + [RestoreSessionBaseId ]: The unique identifier of restoreSessionBase + [ServiceAppId ]: The unique identifier of serviceApp + [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession + [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy + [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob + [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule + [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit + [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob + [SiteRestoreArtifactId ]: The unique identifier of siteRestoreArtifact + [SiteRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of siteRestoreArtifactsBulkAdditionRequest + + +## RELATED LINKS + +- [Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveExclusionUnitCount](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/get-mgbetasolutionbackuprestoreonedriveforbusinessprotectionpolicydriveexclusionunitcount) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveInclusionRule.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveInclusionRule.md index a53afff6ac65b..8a8dccd06793a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveInclusionRule.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveInclusionRule.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/get-mgbetasolutionbackuprestoreonedriveforbusinessprotectionpolicydriveinclusionrule Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveInclusionRule --- @@ -33,7 +33,7 @@ Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveInclusion [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -44,7 +44,7 @@ Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveInclusion [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -54,7 +54,7 @@ Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveInclusion -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -566,7 +566,10 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [ActivityLogBaseId ]: The unique identifier of activityLogBase [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -574,9 +577,12 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob @@ -586,6 +592,7 @@ INPUTOBJECT ``: Identity Parameter [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase [RestorePointId ]: The unique identifier of restorePoint @@ -594,6 +601,8 @@ INPUTOBJECT ``: Identity Parameter [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveInclusionRuleCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveInclusionRuleCount.md index a6362c3f01b98..f420ef807a417 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveInclusionRuleCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveInclusionRuleCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/get-mgbetasolutionbackuprestoreonedriveforbusinessprotectionpolicydriveinclusionrulecount Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveInclusionRuleCount --- @@ -27,7 +27,7 @@ Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveInclusion -OneDriveForBusinessProtectionPolicyId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveInclusion -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -344,7 +344,10 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [ActivityLogBaseId ]: The unique identifier of activityLogBase [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -352,9 +355,12 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob @@ -364,6 +370,7 @@ INPUTOBJECT ``: Identity Parameter [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase [RestorePointId ]: The unique identifier of restorePoint @@ -372,6 +379,8 @@ INPUTOBJECT ``: Identity Parameter [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveProtectionUnit.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveProtectionUnit.md index c5ddc0b16b4be..728d1253ed589 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveProtectionUnit.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveProtectionUnit.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/get-mgbetasolutionbackuprestoreonedriveforbusinessprotectionpolicydriveprotectionunit Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveProtectionUnit --- @@ -29,7 +29,7 @@ Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveProtectio [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -40,7 +40,7 @@ Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveProtectio [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -50,7 +50,7 @@ Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveProtectio -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -550,7 +550,10 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [ActivityLogBaseId ]: The unique identifier of activityLogBase [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -558,9 +561,12 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob @@ -570,6 +576,7 @@ INPUTOBJECT ``: Identity Parameter [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase [RestorePointId ]: The unique identifier of restorePoint @@ -578,6 +585,8 @@ INPUTOBJECT ``: Identity Parameter [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveProtectionUnitBulkAdditionJob.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveProtectionUnitBulkAdditionJob.md index 974bb654be0c1..48d841faea9cd 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveProtectionUnitBulkAdditionJob.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveProtectionUnitBulkAdditionJob.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/get-mgbetasolutionbackuprestoreonedriveforbusinessprotectionpolicydriveprotectionunitbulkadditionjob Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveProtectionUnitBulkAdditionJob --- @@ -29,7 +29,7 @@ Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveProtectio [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -40,7 +40,7 @@ Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveProtectio [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -50,7 +50,7 @@ Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveProtectio -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -550,7 +550,10 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [ActivityLogBaseId ]: The unique identifier of activityLogBase [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -558,9 +561,12 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob @@ -570,6 +576,7 @@ INPUTOBJECT ``: Identity Parameter [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase [RestorePointId ]: The unique identifier of restorePoint @@ -578,6 +585,8 @@ INPUTOBJECT ``: Identity Parameter [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveProtectionUnitBulkAdditionJobCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveProtectionUnitBulkAdditionJobCount.md index 4b6052abcbae4..9bd8672611be8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveProtectionUnitBulkAdditionJobCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveProtectionUnitBulkAdditionJobCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/get-mgbetasolutionbackuprestoreonedriveforbusinessprotectionpolicydriveprotectionunitbulkadditionjobcount Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveProtectionUnitBulkAdditionJobCount --- @@ -27,7 +27,7 @@ Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveProtectio -OneDriveForBusinessProtectionPolicyId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveProtectio -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -336,7 +336,10 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [ActivityLogBaseId ]: The unique identifier of activityLogBase [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -344,9 +347,12 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob @@ -356,6 +362,7 @@ INPUTOBJECT ``: Identity Parameter [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase [RestorePointId ]: The unique identifier of restorePoint @@ -364,6 +371,8 @@ INPUTOBJECT ``: Identity Parameter [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveProtectionUnitCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveProtectionUnitCount.md index 22d1f0ab95b99..99ee404548cfc 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveProtectionUnitCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveProtectionUnitCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/get-mgbetasolutionbackuprestoreonedriveforbusinessprotectionpolicydriveprotectionunitcount Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveProtectionUnitCount --- @@ -27,7 +27,7 @@ Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveProtectio -OneDriveForBusinessProtectionPolicyId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveProtectio -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -336,7 +336,10 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [ActivityLogBaseId ]: The unique identifier of activityLogBase [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -344,9 +347,12 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob @@ -356,6 +362,7 @@ INPUTOBJECT ``: Identity Parameter [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase [RestorePointId ]: The unique identifier of restorePoint @@ -364,6 +371,8 @@ INPUTOBJECT ``: Identity Parameter [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSession.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSession.md index cd547ff3ed606..d938910b14502 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSession.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSession.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/get-mgbetasolutionbackuprestoreonedriveforbusinessrestoresession Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSession --- @@ -28,7 +28,7 @@ Get-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSession [-ExpandPropert [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSession -OneDriveForBusinessRestoreSessionId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +48,7 @@ Get-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSession -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -521,7 +521,10 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [ActivityLogBaseId ]: The unique identifier of activityLogBase [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -529,9 +532,12 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob @@ -541,6 +547,7 @@ INPUTOBJECT ``: Identity Parameter [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase [RestorePointId ]: The unique identifier of restorePoint @@ -549,6 +556,8 @@ INPUTOBJECT ``: Identity Parameter [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionCount.md index d09b3ad59fd58..81abfda5e5a9a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/get-mgbetasolutionbackuprestoreonedriveforbusinessrestoresessioncount Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifact.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifact.md index c3c03f1eb5cef..97cdd6e737f39 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifact.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifact.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/get-mgbetasolutionbackuprestoreonedriveforbusinessrestoresessiondriverestoreartifact Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifact --- @@ -29,7 +29,7 @@ Get-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArti [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -40,7 +40,7 @@ Get-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArti [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -50,7 +50,7 @@ Get-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArti -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -550,7 +550,10 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [ActivityLogBaseId ]: The unique identifier of activityLogBase [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -558,9 +561,12 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob @@ -570,6 +576,7 @@ INPUTOBJECT ``: Identity Parameter [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase [RestorePointId ]: The unique identifier of restorePoint @@ -578,6 +585,8 @@ INPUTOBJECT ``: Identity Parameter [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifactBulkAdditionRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifactBulkAdditionRequest.md index 7bd4f11affe08..b3a900532079c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifactBulkAdditionRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifactBulkAdditionRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/get-mgbetasolutionbackuprestoreonedriveforbusinessrestoresessiondriverestoreartifactbulkadditionrequest Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifactBulkAdditionRequest --- @@ -29,7 +29,7 @@ Get-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArti [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -40,7 +40,7 @@ Get-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArti [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -50,7 +50,7 @@ Get-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArti -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -550,7 +550,10 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [ActivityLogBaseId ]: The unique identifier of activityLogBase [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -558,9 +561,12 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob @@ -570,6 +576,7 @@ INPUTOBJECT ``: Identity Parameter [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase [RestorePointId ]: The unique identifier of restorePoint @@ -578,6 +585,8 @@ INPUTOBJECT ``: Identity Parameter [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifactBulkAdditionRequestCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifactBulkAdditionRequestCount.md index b52876c9abfae..a8235c99ec621 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifactBulkAdditionRequestCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifactBulkAdditionRequestCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/get-mgbetasolutionbackuprestoreonedriveforbusinessrestoresessiondriverestoreartifactbulkadditionrequestcount Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifactBulkAdditionRequestCount --- @@ -27,7 +27,7 @@ Get-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArti -OneDriveForBusinessRestoreSessionId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArti -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -336,7 +336,10 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [ActivityLogBaseId ]: The unique identifier of activityLogBase [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -344,9 +347,12 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob @@ -356,6 +362,7 @@ INPUTOBJECT ``: Identity Parameter [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase [RestorePointId ]: The unique identifier of restorePoint @@ -364,6 +371,8 @@ INPUTOBJECT ``: Identity Parameter [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifactCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifactCount.md index b439e97605687..e86f5f011c238 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifactCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifactCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/get-mgbetasolutionbackuprestoreonedriveforbusinessrestoresessiondriverestoreartifactcount Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifactCount --- @@ -27,7 +27,7 @@ Get-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArti -OneDriveForBusinessRestoreSessionId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArti -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -336,7 +336,10 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [ActivityLogBaseId ]: The unique identifier of activityLogBase [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -344,9 +347,12 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob @@ -356,6 +362,7 @@ INPUTOBJECT ``: Identity Parameter [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase [RestorePointId ]: The unique identifier of restorePoint @@ -364,6 +371,8 @@ INPUTOBJECT ``: Identity Parameter [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifactRestorePoint.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifactRestorePoint.md index faa064f81f66c..9176e18582743 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifactRestorePoint.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifactRestorePoint.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/get-mgbetasolutionbackuprestoreonedriveforbusinessrestoresessiondriverestoreartifactrestorepoint Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifactRestorePoint --- @@ -28,7 +28,7 @@ Get-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArti [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -38,7 +38,7 @@ Get-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArti -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -360,7 +360,10 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [ActivityLogBaseId ]: The unique identifier of activityLogBase [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -368,9 +371,12 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob @@ -380,6 +386,7 @@ INPUTOBJECT ``: Identity Parameter [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase [RestorePointId ]: The unique identifier of restorePoint @@ -388,6 +395,8 @@ INPUTOBJECT ``: Identity Parameter [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionGranularDriveRestoreArtifact.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionGranularDriveRestoreArtifact.md index 16b8f818f0374..7c7889fee2e52 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionGranularDriveRestoreArtifact.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionGranularDriveRestoreArtifact.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/get-mgbetasolutionbackuprestoreonedriveforbusinessrestoresessiongranulardriverestoreartifact Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionGranularDriveRestoreArtifact --- @@ -13,7 +13,10 @@ title: Get-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionGranularD ## SYNOPSIS -Get granularDriveRestoreArtifacts from solutions +A collection of browse session id and item key details that can be used to restore OneDrive for work or school files and folders. + +> [!NOTE] +> To view the v1.0 release of this cmdlet, view [Get-MgSolutionBackupRestoreOneDriveForBusinessRestoreSessionGranularDriveRestoreArtifact](/powershell/module/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreOneDriveForBusinessRestoreSessionGranularDriveRestoreArtifact?view=graph-powershell-1.0) ## SYNTAX @@ -26,7 +29,7 @@ Get-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionGranularDriveRes [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -37,7 +40,7 @@ Get-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionGranularDriveRes [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -47,7 +50,7 @@ Get-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionGranularDriveRes -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -57,7 +60,7 @@ This cmdlet has the following aliases, ## DESCRIPTION -Get granularDriveRestoreArtifacts from solutions +A collection of browse session id and item key details that can be used to restore OneDrive for work or school files and folders. ## PARAMETERS @@ -547,7 +550,10 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [ActivityLogBaseId ]: The unique identifier of activityLogBase [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -555,9 +561,12 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob @@ -567,6 +576,7 @@ INPUTOBJECT ``: Identity Parameter [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase [RestorePointId ]: The unique identifier of restorePoint @@ -575,6 +585,8 @@ INPUTOBJECT ``: Identity Parameter [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob @@ -585,6 +597,7 @@ INPUTOBJECT ``: Identity Parameter ## RELATED LINKS - [Get-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionGranularDriveRestoreArtifact](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/get-mgbetasolutionbackuprestoreonedriveforbusinessrestoresessiongranulardriverestoreartifact) +- [Graph API Reference](https://learn.microsoft.com/graph/api/onedriveforbusinessrestoresession-list-granulardriverestoreartifacts?view=graph-rest-beta) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionGranularDriveRestoreArtifactCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionGranularDriveRestoreArtifactCount.md index c7f64c8add3f2..b59dbfc505d6e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionGranularDriveRestoreArtifactCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionGranularDriveRestoreArtifactCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/get-mgbetasolutionbackuprestoreonedriveforbusinessrestoresessiongranulardriverestoreartifactcount Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionGranularDriveRestoreArtifactCount --- @@ -15,6 +15,9 @@ title: Get-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionGranularD Get the number of the resource +> [!NOTE] +> To view the v1.0 release of this cmdlet, view [Get-MgSolutionBackupRestoreOneDriveForBusinessRestoreSessionGranularDriveRestoreArtifactCount](/powershell/module/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreOneDriveForBusinessRestoreSessionGranularDriveRestoreArtifactCount?view=graph-powershell-1.0) + ## SYNTAX ### Get (Default) @@ -24,7 +27,7 @@ Get-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionGranularDriveRes -OneDriveForBusinessRestoreSessionId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +37,7 @@ Get-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionGranularDriveRes -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -341,7 +344,10 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [ActivityLogBaseId ]: The unique identifier of activityLogBase [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -349,9 +355,12 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob @@ -361,6 +370,7 @@ INPUTOBJECT ``: Identity Parameter [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase [RestorePointId ]: The unique identifier of restorePoint @@ -369,6 +379,8 @@ INPUTOBJECT ``: Identity Parameter [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestorePoint.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestorePoint.md index f9dbf18313672..c6465360a31b1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestorePoint.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestorePoint.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/get-mgbetasolutionbackuprestorepoint Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSolutionBackupRestorePoint --- @@ -28,7 +28,7 @@ Get-MgBetaSolutionBackupRestorePoint [-ExpandProperty ] [-Property ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -37,7 +37,7 @@ Get-MgBetaSolutionBackupRestorePoint [-ExpandProperty ] [-Property [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -47,7 +47,7 @@ Get-MgBetaSolutionBackupRestorePoint -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -520,7 +520,10 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [ActivityLogBaseId ]: The unique identifier of activityLogBase [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -528,9 +531,12 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob @@ -540,6 +546,7 @@ INPUTOBJECT ``: Identity Parameter [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase [RestorePointId ]: The unique identifier of restorePoint @@ -548,6 +555,8 @@ INPUTOBJECT ``: Identity Parameter [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestorePointCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestorePointCount.md index 12a4f779b1b9c..9d2ad1e87c157 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestorePointCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestorePointCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/get-mgbetasolutionbackuprestorepointcount Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSolutionBackupRestorePointCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaSolutionBackupRestorePointCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestorePointProtectionUnit.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestorePointProtectionUnit.md index 09a9fec635e8b..5f546c91842ab 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestorePointProtectionUnit.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestorePointProtectionUnit.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/get-mgbetasolutionbackuprestorepointprotectionunit Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSolutionBackupRestorePointProtectionUnit --- @@ -27,7 +27,7 @@ Get-MgBetaSolutionBackupRestorePointProtectionUnit -RestorePointId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaSolutionBackupRestorePointProtectionUnit -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -338,7 +338,10 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [ActivityLogBaseId ]: The unique identifier of activityLogBase [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -346,9 +349,12 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob @@ -358,6 +364,7 @@ INPUTOBJECT ``: Identity Parameter [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase [RestorePointId ]: The unique identifier of restorePoint @@ -366,6 +373,8 @@ INPUTOBJECT ``: Identity Parameter [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreProtectionPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreProtectionPolicy.md index dc0289a18fc51..4be96f1fac9de 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreProtectionPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreProtectionPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/get-mgbetasolutionbackuprestoreprotectionpolicy Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSolutionBackupRestoreProtectionPolicy --- @@ -28,7 +28,7 @@ Get-MgBetaSolutionBackupRestoreProtectionPolicy [-ExpandProperty ] [-P [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaSolutionBackupRestoreProtectionPolicy -ProtectionPolicyBaseId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +48,7 @@ Get-MgBetaSolutionBackupRestoreProtectionPolicy -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -521,7 +521,10 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [ActivityLogBaseId ]: The unique identifier of activityLogBase [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -529,9 +532,12 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob @@ -541,6 +547,7 @@ INPUTOBJECT ``: Identity Parameter [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase [RestorePointId ]: The unique identifier of restorePoint @@ -549,6 +556,8 @@ INPUTOBJECT ``: Identity Parameter [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreProtectionPolicyCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreProtectionPolicyCount.md index 8cca6baaa9a30..a4527f3aa8719 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreProtectionPolicyCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreProtectionPolicyCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/get-mgbetasolutionbackuprestoreprotectionpolicycount Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSolutionBackupRestoreProtectionPolicyCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaSolutionBackupRestoreProtectionPolicyCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreProtectionUnit.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreProtectionUnit.md index 2440fc8a229a2..f7800fcd8baa3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreProtectionUnit.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreProtectionUnit.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/get-mgbetasolutionbackuprestoreprotectionunit Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSolutionBackupRestoreProtectionUnit --- @@ -28,7 +28,7 @@ Get-MgBetaSolutionBackupRestoreProtectionUnit [-ExpandProperty ] [-Pro [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaSolutionBackupRestoreProtectionUnit -ProtectionUnitBaseId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +48,7 @@ Get-MgBetaSolutionBackupRestoreProtectionUnit -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -521,7 +521,10 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [ActivityLogBaseId ]: The unique identifier of activityLogBase [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -529,9 +532,12 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob @@ -541,6 +547,7 @@ INPUTOBJECT ``: Identity Parameter [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase [RestorePointId ]: The unique identifier of restorePoint @@ -549,6 +556,8 @@ INPUTOBJECT ``: Identity Parameter [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreProtectionUnitAsDriveProtectionUnit.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreProtectionUnitAsDriveProtectionUnit.md index c5d7029ba2e48..120ef0bc8470f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreProtectionUnitAsDriveProtectionUnit.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreProtectionUnitAsDriveProtectionUnit.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/get-mgbetasolutionbackuprestoreprotectionunitasdriveprotectionunit Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSolutionBackupRestoreProtectionUnitAsDriveProtectionUnit --- @@ -28,7 +28,7 @@ Get-MgBetaSolutionBackupRestoreProtectionUnitAsDriveProtectionUnit [-ExpandPrope [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaSolutionBackupRestoreProtectionUnitAsDriveProtectionUnit -ProtectionUn [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +48,7 @@ Get-MgBetaSolutionBackupRestoreProtectionUnitAsDriveProtectionUnit -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -521,7 +521,10 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [ActivityLogBaseId ]: The unique identifier of activityLogBase [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -529,9 +532,12 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob @@ -541,6 +547,7 @@ INPUTOBJECT ``: Identity Parameter [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase [RestorePointId ]: The unique identifier of restorePoint @@ -549,6 +556,8 @@ INPUTOBJECT ``: Identity Parameter [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreProtectionUnitAsMailboxProtectionUnit.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreProtectionUnitAsMailboxProtectionUnit.md index 794f742e58128..925a63c99d3b9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreProtectionUnitAsMailboxProtectionUnit.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreProtectionUnitAsMailboxProtectionUnit.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/get-mgbetasolutionbackuprestoreprotectionunitasmailboxprotectionunit Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSolutionBackupRestoreProtectionUnitAsMailboxProtectionUnit --- @@ -28,7 +28,7 @@ Get-MgBetaSolutionBackupRestoreProtectionUnitAsMailboxProtectionUnit [-ExpandPro [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaSolutionBackupRestoreProtectionUnitAsMailboxProtectionUnit -Protection [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +48,7 @@ Get-MgBetaSolutionBackupRestoreProtectionUnitAsMailboxProtectionUnit -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -521,7 +521,10 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [ActivityLogBaseId ]: The unique identifier of activityLogBase [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -529,9 +532,12 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob @@ -541,6 +547,7 @@ INPUTOBJECT ``: Identity Parameter [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase [RestorePointId ]: The unique identifier of restorePoint @@ -549,6 +556,8 @@ INPUTOBJECT ``: Identity Parameter [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreProtectionUnitAsSiteProtectionUnit.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreProtectionUnitAsSiteProtectionUnit.md index 74e40a38e2434..61ea59f760b95 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreProtectionUnitAsSiteProtectionUnit.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreProtectionUnitAsSiteProtectionUnit.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/get-mgbetasolutionbackuprestoreprotectionunitassiteprotectionunit Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSolutionBackupRestoreProtectionUnitAsSiteProtectionUnit --- @@ -28,7 +28,7 @@ Get-MgBetaSolutionBackupRestoreProtectionUnitAsSiteProtectionUnit [-ExpandProper [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaSolutionBackupRestoreProtectionUnitAsSiteProtectionUnit -ProtectionUni [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +48,7 @@ Get-MgBetaSolutionBackupRestoreProtectionUnitAsSiteProtectionUnit -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -521,7 +521,10 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [ActivityLogBaseId ]: The unique identifier of activityLogBase [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -529,9 +532,12 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob @@ -541,6 +547,7 @@ INPUTOBJECT ``: Identity Parameter [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase [RestorePointId ]: The unique identifier of restorePoint @@ -549,6 +556,8 @@ INPUTOBJECT ``: Identity Parameter [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreProtectionUnitCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreProtectionUnitCount.md index d446625d64dc3..9d21982278077 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreProtectionUnitCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreProtectionUnitCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/get-mgbetasolutionbackuprestoreprotectionunitcount Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSolutionBackupRestoreProtectionUnitCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaSolutionBackupRestoreProtectionUnitCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreProtectionUnitCountAsDriveProtectionUnit.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreProtectionUnitCountAsDriveProtectionUnit.md index 7777a60930b1d..38798337c1d20 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreProtectionUnitCountAsDriveProtectionUnit.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreProtectionUnitCountAsDriveProtectionUnit.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/get-mgbetasolutionbackuprestoreprotectionunitcountasdriveprotectionunit Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSolutionBackupRestoreProtectionUnitCountAsDriveProtectionUnit --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaSolutionBackupRestoreProtectionUnitCountAsDriveProtectionUnit [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreProtectionUnitCountAsMailboxProtectionUnit.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreProtectionUnitCountAsMailboxProtectionUnit.md index ca7346777811e..edd8abb8dabe3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreProtectionUnitCountAsMailboxProtectionUnit.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreProtectionUnitCountAsMailboxProtectionUnit.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/get-mgbetasolutionbackuprestoreprotectionunitcountasmailboxprotectionunit Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSolutionBackupRestoreProtectionUnitCountAsMailboxProtectionUnit --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaSolutionBackupRestoreProtectionUnitCountAsMailboxProtectionUnit [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreProtectionUnitCountAsSiteProtectionUnit.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreProtectionUnitCountAsSiteProtectionUnit.md index fafb7a5c0e025..397f4da609470 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreProtectionUnitCountAsSiteProtectionUnit.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreProtectionUnitCountAsSiteProtectionUnit.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/get-mgbetasolutionbackuprestoreprotectionunitcountassiteprotectionunit Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSolutionBackupRestoreProtectionUnitCountAsSiteProtectionUnit --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaSolutionBackupRestoreProtectionUnitCountAsSiteProtectionUnit [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreSiteBackup.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreReport.md similarity index 84% rename from microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreSiteBackup.md rename to microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreReport.md index d8376a344b8c5..1ccd2acd15efa 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreSiteBackup.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreReport.md @@ -1,29 +1,29 @@ --- document type: cmdlet external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml -HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/get-mgbetasolutionbackuprestoresitebackup +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/get-mgbetasolutionbackuprestorereport Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 -title: Get-MgBetaSolutionBackupRestoreSiteBackup +title: Get-MgBetaSolutionBackupRestoreReport --- -# Get-MgBetaSolutionBackupRestoreSiteBackup +# Get-MgBetaSolutionBackupRestoreReport ## SYNOPSIS -Get allSitesBackup from solutions +Get reports from solutions ## SYNTAX ### Get (Default) ``` -Get-MgBetaSolutionBackupRestoreSiteBackup [-ExpandProperty ] [-Property ] +Get-MgBetaSolutionBackupRestoreReport [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -33,15 +33,7 @@ This cmdlet has the following aliases, ## DESCRIPTION -Get allSitesBackup from solutions - -**Permissions** - -| Permission type | Permissions (from least to most privileged) | -| --------------- | ------------------------------------------ | -| Delegated (work or school account) | BackupRestore-Configuration.Read.All, | -| Delegated (personal Microsoft account) | Not supported | -| Application | BackupRestore-Configuration.Read.All, | +Get reports from solutions ## PARAMETERS @@ -273,7 +265,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphAllSitesBackup +### System.String {{ Fill in the Description }} @@ -281,7 +273,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## RELATED LINKS -- [Get-MgBetaSolutionBackupRestoreSiteBackup](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/get-mgbetasolutionbackuprestoresitebackup) +- [Get-MgBetaSolutionBackupRestoreReport](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/get-mgbetasolutionbackuprestorereport) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreReportStatisticsByPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreReportStatisticsByPolicy.md new file mode 100644 index 0000000000000..d3a76b56f993e --- /dev/null +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreReportStatisticsByPolicy.md @@ -0,0 +1,361 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/get-mgbetasolutionbackuprestorereportstatisticsbypolicy +Locale: en-US +Module Name: Microsoft.Graph.Beta.BackupRestore +ms.date: 07/10/2026 +PlatyPS schema version: 2024-05-01 +title: Get-MgBetaSolutionBackupRestoreReportStatisticsByPolicy +--- + +# Get-MgBetaSolutionBackupRestoreReportStatisticsByPolicy + +## SYNOPSIS + +Invoke function getStatisticsByPolicy + +## SYNTAX + +### Get (Default) + +``` +Get-MgBetaSolutionBackupRestoreReportStatisticsByPolicy -PolicyId + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] +``` + +### GetViaIdentity + +``` +Get-MgBetaSolutionBackupRestoreReportStatisticsByPolicy -InputObject + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Invoke function getStatisticsByPolicy + +## 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: '' +``` + +### -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.IBackupRestoreIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: GetViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -PolicyId + +Usage: policyId='{policyId}' + +```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: '' +``` + +### -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 + +### Microsoft.Graph.Beta.PowerShell.Models.IBackupRestoreIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphBackupPolicyReport + +{{ 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 + [ActivityLogBaseId ]: The unique identifier of activityLogBase + [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob + [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule + [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit + [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob + [DriveRestoreArtifactId ]: The unique identifier of driveRestoreArtifact + [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest + [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy + [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase + [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact + [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact + [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob + [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule + [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit + [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob + [MailboxRestoreArtifactId ]: The unique identifier of mailboxRestoreArtifact + [MailboxRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of mailboxRestoreArtifactsBulkAdditionRequest + [NextFetchToken ]: Usage: nextFetchToken='{nextFetchToken}' + [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession + [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy + [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' + [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase + [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase + [RestorePointId ]: The unique identifier of restorePoint + [RestoreSessionBaseId ]: The unique identifier of restoreSessionBase + [ServiceAppId ]: The unique identifier of serviceApp + [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession + [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy + [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob + [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule + [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit + [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob + [SiteRestoreArtifactId ]: The unique identifier of siteRestoreArtifact + [SiteRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of siteRestoreArtifactsBulkAdditionRequest + + +## RELATED LINKS + +- [Get-MgBetaSolutionBackupRestoreReportStatisticsByPolicy](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/get-mgbetasolutionbackuprestorereportstatisticsbypolicy) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreServiceApp.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreServiceApp.md index 50bb325550fe2..f27799b9d0c29 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreServiceApp.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreServiceApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/get-mgbetasolutionbackuprestoreserviceapp Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSolutionBackupRestoreServiceApp --- @@ -28,7 +28,7 @@ Get-MgBetaSolutionBackupRestoreServiceApp [-ExpandProperty ] [-Propert [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -37,7 +37,7 @@ Get-MgBetaSolutionBackupRestoreServiceApp [-ExpandProperty ] [-Propert Get-MgBetaSolutionBackupRestoreServiceApp -ServiceAppId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -47,7 +47,7 @@ Get-MgBetaSolutionBackupRestoreServiceApp -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -520,7 +520,10 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [ActivityLogBaseId ]: The unique identifier of activityLogBase [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -528,9 +531,12 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob @@ -540,6 +546,7 @@ INPUTOBJECT ``: Identity Parameter [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase [RestorePointId ]: The unique identifier of restorePoint @@ -548,6 +555,8 @@ INPUTOBJECT ``: Identity Parameter [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreServiceAppCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreServiceAppCount.md index 22e189a8bb599..f86943ef0d7d6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreServiceAppCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreServiceAppCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/get-mgbetasolutionbackuprestoreserviceappcount Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSolutionBackupRestoreServiceAppCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaSolutionBackupRestoreServiceAppCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreSession.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreSession.md index ce9b182a8ca79..dead04c29df0a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreSession.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreSession.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/get-mgbetasolutionbackuprestoresession Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSolutionBackupRestoreSession --- @@ -28,7 +28,7 @@ Get-MgBetaSolutionBackupRestoreSession [-ExpandProperty ] [-Property < [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -37,7 +37,7 @@ Get-MgBetaSolutionBackupRestoreSession [-ExpandProperty ] [-Property < Get-MgBetaSolutionBackupRestoreSession -RestoreSessionBaseId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -47,7 +47,7 @@ Get-MgBetaSolutionBackupRestoreSession -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -520,7 +520,10 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [ActivityLogBaseId ]: The unique identifier of activityLogBase [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -528,9 +531,12 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob @@ -540,6 +546,7 @@ INPUTOBJECT ``: Identity Parameter [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase [RestorePointId ]: The unique identifier of restorePoint @@ -548,6 +555,8 @@ INPUTOBJECT ``: Identity Parameter [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreSessionCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreSessionCount.md index 15e4386c25043..db9e0bfd4d1ff 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreSessionCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreSessionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/get-mgbetasolutionbackuprestoresessioncount Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSolutionBackupRestoreSessionCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaSolutionBackupRestoreSessionCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreSharePointBrowseSession.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreSharePointBrowseSession.md index 60577d759d8ee..be5a1b0f36481 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreSharePointBrowseSession.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreSharePointBrowseSession.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/get-mgbetasolutionbackuprestoresharepointbrowsesession Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSolutionBackupRestoreSharePointBrowseSession --- @@ -13,7 +13,10 @@ title: Get-MgBetaSolutionBackupRestoreSharePointBrowseSession ## SYNOPSIS -Get sharePointBrowseSessions from solutions +Read the properties and relationships of sharePointBrowseSession object. + +> [!NOTE] +> To view the v1.0 release of this cmdlet, view [Get-MgSolutionBackupRestoreSharePointBrowseSession](/powershell/module/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreSharePointBrowseSession?view=graph-powershell-1.0) ## SYNTAX @@ -25,7 +28,7 @@ Get-MgBetaSolutionBackupRestoreSharePointBrowseSession [-ExpandProperty ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +38,7 @@ Get-MgBetaSolutionBackupRestoreSharePointBrowseSession -SharePointBrowseSessionI [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -45,7 +48,7 @@ Get-MgBetaSolutionBackupRestoreSharePointBrowseSession -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -55,7 +58,7 @@ This cmdlet has the following aliases, ## DESCRIPTION -Get sharePointBrowseSessions from solutions +Read the properties and relationships of sharePointBrowseSession object. **Permissions** @@ -526,7 +529,10 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [ActivityLogBaseId ]: The unique identifier of activityLogBase [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -534,9 +540,12 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob @@ -546,6 +555,7 @@ INPUTOBJECT ``: Identity Parameter [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase [RestorePointId ]: The unique identifier of restorePoint @@ -554,6 +564,8 @@ INPUTOBJECT ``: Identity Parameter [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob @@ -564,6 +576,8 @@ INPUTOBJECT ``: Identity Parameter ## RELATED LINKS - [Get-MgBetaSolutionBackupRestoreSharePointBrowseSession](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/get-mgbetasolutionbackuprestoresharepointbrowsesession) +- [Graph API Reference](https://learn.microsoft.com/graph/api/sharepointbrowsesession-get?view=graph-rest-beta) +- [Graph API Reference](https://learn.microsoft.com/graph/api/backuprestoreroot-list-sharepointbrowsesessions?view=graph-rest-beta) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreSharePointBrowseSessionCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreSharePointBrowseSessionCount.md index 0219470ad2a01..5da40f9099ded 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreSharePointBrowseSessionCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreSharePointBrowseSessionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/get-mgbetasolutionbackuprestoresharepointbrowsesessioncount Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSolutionBackupRestoreSharePointBrowseSessionCount --- @@ -15,6 +15,9 @@ title: Get-MgBetaSolutionBackupRestoreSharePointBrowseSessionCount Get the number of the resource +> [!NOTE] +> To view the v1.0 release of this cmdlet, view [Get-MgSolutionBackupRestoreSharePointBrowseSessionCount](/powershell/module/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreSharePointBrowseSessionCount?view=graph-powershell-1.0) + ## SYNTAX ### Get (Default) @@ -23,7 +26,7 @@ Get the number of the resource Get-MgBetaSolutionBackupRestoreSharePointBrowseSessionCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicy.md index cba4c30dacfaa..90e1380904191 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/get-mgbetasolutionbackuprestoresharepointprotectionpolicy Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicy --- @@ -28,7 +28,7 @@ Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicy [-ExpandProperty ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicy -SharePointProtectionP [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +48,7 @@ Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicy -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -521,7 +521,10 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [ActivityLogBaseId ]: The unique identifier of activityLogBase [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -529,9 +532,12 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob @@ -541,6 +547,7 @@ INPUTOBJECT ``: Identity Parameter [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase [RestorePointId ]: The unique identifier of restorePoint @@ -549,6 +556,8 @@ INPUTOBJECT ``: Identity Parameter [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicyCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicyCount.md index b3312d507591f..0b037ab03ab64 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicyCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicyCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/get-mgbetasolutionbackuprestoresharepointprotectionpolicycount Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicyCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicyCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicySiteExclusionUnit.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicySiteExclusionUnit.md new file mode 100644 index 0000000000000..373ff4f1a350d --- /dev/null +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicySiteExclusionUnit.md @@ -0,0 +1,620 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/get-mgbetasolutionbackuprestoresharepointprotectionpolicysiteexclusionunit +Locale: en-US +Module Name: Microsoft.Graph.Beta.BackupRestore +ms.date: 07/10/2026 +PlatyPS schema version: 2024-05-01 +title: Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicySiteExclusionUnit +--- + +# Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicySiteExclusionUnit + +## SYNOPSIS + +Get a site exclusion unit associated with a SharePoint protection policy. + +## SYNTAX + +### List (Default) + +``` +Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicySiteExclusionUnit + -SharePointProtectionPolicyId [-ExpandProperty ] [-Property ] + [-Filter ] [-Search ] [-Skip ] [-Sort ] [-Top ] + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] + [-CountVariable ] +``` + +### Get + +``` +Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicySiteExclusionUnit + -SharePointProtectionPolicyId -SiteExclusionUnitId [-ExpandProperty ] + [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] +``` + +### GetViaIdentity + +``` +Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicySiteExclusionUnit + -InputObject [-ExpandProperty ] [-Property ] + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Get a site exclusion unit associated with a SharePoint protection policy. + +## 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.IBackupRestoreIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: GetViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + 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: '' +``` + +### -SharePointProtectionPolicyId + +The unique identifier of sharePointProtectionPolicy + +```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: '' +``` + +### -SiteExclusionUnitId + +The unique identifier of siteExclusionUnit + +```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: '' +``` + +### -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.IBackupRestoreIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphSiteExclusionUnit + +{{ 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 + [ActivityLogBaseId ]: The unique identifier of activityLogBase + [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob + [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule + [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit + [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob + [DriveRestoreArtifactId ]: The unique identifier of driveRestoreArtifact + [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest + [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy + [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase + [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact + [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact + [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob + [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule + [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit + [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob + [MailboxRestoreArtifactId ]: The unique identifier of mailboxRestoreArtifact + [MailboxRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of mailboxRestoreArtifactsBulkAdditionRequest + [NextFetchToken ]: Usage: nextFetchToken='{nextFetchToken}' + [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession + [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy + [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' + [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase + [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase + [RestorePointId ]: The unique identifier of restorePoint + [RestoreSessionBaseId ]: The unique identifier of restoreSessionBase + [ServiceAppId ]: The unique identifier of serviceApp + [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession + [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy + [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob + [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule + [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit + [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob + [SiteRestoreArtifactId ]: The unique identifier of siteRestoreArtifact + [SiteRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of siteRestoreArtifactsBulkAdditionRequest + + +## RELATED LINKS + +- [Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicySiteExclusionUnit](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/get-mgbetasolutionbackuprestoresharepointprotectionpolicysiteexclusionunit) +- [Graph API Reference](https://learn.microsoft.com/graph/api/siteexclusionunit-get?view=graph-rest-beta) +- [Graph API Reference](https://learn.microsoft.com/graph/api/sharepointprotectionpolicy-list-siteexclusionunits?view=graph-rest-beta) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicySiteExclusionUnitBulkAdditionJob.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicySiteExclusionUnitBulkAdditionJob.md new file mode 100644 index 0000000000000..784f6046a3fe9 --- /dev/null +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicySiteExclusionUnitBulkAdditionJob.md @@ -0,0 +1,629 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/get-mgbetasolutionbackuprestoresharepointprotectionpolicysiteexclusionunitbulkadditionjob +Locale: en-US +Module Name: Microsoft.Graph.Beta.BackupRestore +ms.date: 07/10/2026 +PlatyPS schema version: 2024-05-01 +title: Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicySiteExclusionUnitBulkAdditionJob +--- + +# Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicySiteExclusionUnitBulkAdditionJob + +## SYNOPSIS + +Get a site exclusion units bulk addition job associated with a SharePoint protection policy. + +## SYNTAX + +### List (Default) + +``` +Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicySiteExclusionUnitBulkAdditionJob + -SharePointProtectionPolicyId [-ExpandProperty ] [-Property ] + [-Filter ] [-Search ] [-Skip ] [-Sort ] [-Top ] + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] + [-CountVariable ] +``` + +### Get + +``` +Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicySiteExclusionUnitBulkAdditionJob + -SharePointProtectionPolicyId -SiteExclusionUnitsBulkAdditionJobId + [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] +``` + +### GetViaIdentity + +``` +Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicySiteExclusionUnitBulkAdditionJob + -InputObject [-ExpandProperty ] [-Property ] + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Get a site exclusion units bulk addition job associated with a SharePoint protection policy. + +**Permissions** + +| Permission type | Permissions (from least to most privileged) | +| --------------- | ------------------------------------------ | +| Delegated (work or school account) | BackupRestore-Configuration.Read.All, BackupRestore-Configuration.ReadWrite.All, | +| Delegated (personal Microsoft account) | Not supported | +| Application | BackupRestore-Configuration.Read.All, BackupRestore-Configuration.ReadWrite.All, | + +## 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.IBackupRestoreIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: GetViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + 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: '' +``` + +### -SharePointProtectionPolicyId + +The unique identifier of sharePointProtectionPolicy + +```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: '' +``` + +### -SiteExclusionUnitsBulkAdditionJobId + +The unique identifier of siteExclusionUnitsBulkAdditionJob + +```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: '' +``` + +### -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.IBackupRestoreIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphSiteExclusionUnitsBulkAdditionJob + +{{ 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 + [ActivityLogBaseId ]: The unique identifier of activityLogBase + [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob + [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule + [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit + [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob + [DriveRestoreArtifactId ]: The unique identifier of driveRestoreArtifact + [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest + [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy + [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase + [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact + [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact + [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob + [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule + [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit + [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob + [MailboxRestoreArtifactId ]: The unique identifier of mailboxRestoreArtifact + [MailboxRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of mailboxRestoreArtifactsBulkAdditionRequest + [NextFetchToken ]: Usage: nextFetchToken='{nextFetchToken}' + [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession + [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy + [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' + [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase + [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase + [RestorePointId ]: The unique identifier of restorePoint + [RestoreSessionBaseId ]: The unique identifier of restoreSessionBase + [ServiceAppId ]: The unique identifier of serviceApp + [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession + [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy + [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob + [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule + [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit + [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob + [SiteRestoreArtifactId ]: The unique identifier of siteRestoreArtifact + [SiteRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of siteRestoreArtifactsBulkAdditionRequest + + +## RELATED LINKS + +- [Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicySiteExclusionUnitBulkAdditionJob](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/get-mgbetasolutionbackuprestoresharepointprotectionpolicysiteexclusionunitbulkadditionjob) +- [Graph API Reference](https://learn.microsoft.com/graph/api/siteexclusionunitsbulkadditionjob-get?view=graph-rest-beta) +- [Graph API Reference](https://learn.microsoft.com/graph/api/sharepointprotectionpolicy-list-siteexclusionunitsbulkadditionjobs?view=graph-rest-beta) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicySiteExclusionUnitBulkAdditionJobCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicySiteExclusionUnitBulkAdditionJobCount.md new file mode 100644 index 0000000000000..d35fa7dddf7ed --- /dev/null +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicySiteExclusionUnitBulkAdditionJobCount.md @@ -0,0 +1,413 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/get-mgbetasolutionbackuprestoresharepointprotectionpolicysiteexclusionunitbulkadditionjobcount +Locale: en-US +Module Name: Microsoft.Graph.Beta.BackupRestore +ms.date: 07/10/2026 +PlatyPS schema version: 2024-05-01 +title: Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicySiteExclusionUnitBulkAdditionJobCount +--- + +# Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicySiteExclusionUnitBulkAdditionJobCount + +## SYNOPSIS + +Get the number of the resource + +## SYNTAX + +### Get (Default) + +``` +Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicySiteExclusionUnitBulkAdditionJobCount + -SharePointProtectionPolicyId [-Filter ] [-Search ] + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] +``` + +### GetViaIdentity + +``` +Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicySiteExclusionUnitBulkAdditionJobCount + -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) | BackupRestore-Configuration.Read.All, BackupRestore-Configuration.ReadWrite.All, | +| Delegated (personal Microsoft account) | Not supported | +| Application | BackupRestore-Configuration.Read.All, BackupRestore-Configuration.ReadWrite.All, | + +## 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: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IBackupRestoreIdentity +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: '' +``` + +### -SharePointProtectionPolicyId + +The unique identifier of sharePointProtectionPolicy + +```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: '' +``` + +### 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.IBackupRestoreIdentity + +{{ 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 + [ActivityLogBaseId ]: The unique identifier of activityLogBase + [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob + [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule + [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit + [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob + [DriveRestoreArtifactId ]: The unique identifier of driveRestoreArtifact + [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest + [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy + [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase + [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact + [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact + [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob + [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule + [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit + [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob + [MailboxRestoreArtifactId ]: The unique identifier of mailboxRestoreArtifact + [MailboxRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of mailboxRestoreArtifactsBulkAdditionRequest + [NextFetchToken ]: Usage: nextFetchToken='{nextFetchToken}' + [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession + [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy + [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' + [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase + [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase + [RestorePointId ]: The unique identifier of restorePoint + [RestoreSessionBaseId ]: The unique identifier of restoreSessionBase + [ServiceAppId ]: The unique identifier of serviceApp + [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession + [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy + [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob + [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule + [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit + [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob + [SiteRestoreArtifactId ]: The unique identifier of siteRestoreArtifact + [SiteRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of siteRestoreArtifactsBulkAdditionRequest + + +## RELATED LINKS + +- [Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicySiteExclusionUnitBulkAdditionJobCount](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/get-mgbetasolutionbackuprestoresharepointprotectionpolicysiteexclusionunitbulkadditionjobcount) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicySiteExclusionUnitCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicySiteExclusionUnitCount.md new file mode 100644 index 0000000000000..6505ef54ec9aa --- /dev/null +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicySiteExclusionUnitCount.md @@ -0,0 +1,413 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/get-mgbetasolutionbackuprestoresharepointprotectionpolicysiteexclusionunitcount +Locale: en-US +Module Name: Microsoft.Graph.Beta.BackupRestore +ms.date: 07/10/2026 +PlatyPS schema version: 2024-05-01 +title: Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicySiteExclusionUnitCount +--- + +# Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicySiteExclusionUnitCount + +## SYNOPSIS + +Get the number of the resource + +## SYNTAX + +### Get (Default) + +``` +Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicySiteExclusionUnitCount + -SharePointProtectionPolicyId [-Filter ] [-Search ] + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] +``` + +### GetViaIdentity + +``` +Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicySiteExclusionUnitCount + -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) | BackupRestore-Configuration.Read.All, BackupRestore-Configuration.ReadWrite.All, | +| Delegated (personal Microsoft account) | Not supported | +| Application | BackupRestore-Configuration.Read.All, BackupRestore-Configuration.ReadWrite.All, | + +## 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: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IBackupRestoreIdentity +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: '' +``` + +### -SharePointProtectionPolicyId + +The unique identifier of sharePointProtectionPolicy + +```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: '' +``` + +### 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.IBackupRestoreIdentity + +{{ 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 + [ActivityLogBaseId ]: The unique identifier of activityLogBase + [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob + [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule + [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit + [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob + [DriveRestoreArtifactId ]: The unique identifier of driveRestoreArtifact + [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest + [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy + [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase + [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact + [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact + [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob + [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule + [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit + [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob + [MailboxRestoreArtifactId ]: The unique identifier of mailboxRestoreArtifact + [MailboxRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of mailboxRestoreArtifactsBulkAdditionRequest + [NextFetchToken ]: Usage: nextFetchToken='{nextFetchToken}' + [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession + [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy + [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' + [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase + [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase + [RestorePointId ]: The unique identifier of restorePoint + [RestoreSessionBaseId ]: The unique identifier of restoreSessionBase + [ServiceAppId ]: The unique identifier of serviceApp + [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession + [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy + [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob + [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule + [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit + [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob + [SiteRestoreArtifactId ]: The unique identifier of siteRestoreArtifact + [SiteRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of siteRestoreArtifactsBulkAdditionRequest + + +## RELATED LINKS + +- [Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicySiteExclusionUnitCount](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/get-mgbetasolutionbackuprestoresharepointprotectionpolicysiteexclusionunitcount) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicySiteInclusionRule.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicySiteInclusionRule.md index f6f51bbd6af14..075f98786d179 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicySiteInclusionRule.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicySiteInclusionRule.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/get-mgbetasolutionbackuprestoresharepointprotectionpolicysiteinclusionrule Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicySiteInclusionRule --- @@ -33,7 +33,7 @@ Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicySiteInclusionRule [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -43,7 +43,7 @@ Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicySiteInclusionRule -SharePointProtectionPolicyId -SiteProtectionRuleId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -53,7 +53,7 @@ Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicySiteInclusionRule -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -565,7 +565,10 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [ActivityLogBaseId ]: The unique identifier of activityLogBase [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -573,9 +576,12 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob @@ -585,6 +591,7 @@ INPUTOBJECT ``: Identity Parameter [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase [RestorePointId ]: The unique identifier of restorePoint @@ -593,6 +600,8 @@ INPUTOBJECT ``: Identity Parameter [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicySiteInclusionRuleCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicySiteInclusionRuleCount.md index b6ccc539552be..0e777b9d29505 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicySiteInclusionRuleCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicySiteInclusionRuleCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/get-mgbetasolutionbackuprestoresharepointprotectionpolicysiteinclusionrulecount Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicySiteInclusionRuleCount --- @@ -27,7 +27,7 @@ Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicySiteInclusionRuleCount -SharePointProtectionPolicyId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicySiteInclusionRuleCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -344,7 +344,10 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [ActivityLogBaseId ]: The unique identifier of activityLogBase [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -352,9 +355,12 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob @@ -364,6 +370,7 @@ INPUTOBJECT ``: Identity Parameter [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase [RestorePointId ]: The unique identifier of restorePoint @@ -372,6 +379,8 @@ INPUTOBJECT ``: Identity Parameter [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicySiteProtectionUnit.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicySiteProtectionUnit.md index ef323a165201c..acae8baa42e92 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicySiteProtectionUnit.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicySiteProtectionUnit.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/get-mgbetasolutionbackuprestoresharepointprotectionpolicysiteprotectionunit Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicySiteProtectionUnit --- @@ -29,7 +29,7 @@ Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicySiteProtectionUnit [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -39,7 +39,7 @@ Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicySiteProtectionUnit -SharePointProtectionPolicyId -SiteProtectionUnitId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -49,7 +49,7 @@ Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicySiteProtectionUnit -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -549,7 +549,10 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [ActivityLogBaseId ]: The unique identifier of activityLogBase [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -557,9 +560,12 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob @@ -569,6 +575,7 @@ INPUTOBJECT ``: Identity Parameter [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase [RestorePointId ]: The unique identifier of restorePoint @@ -577,6 +584,8 @@ INPUTOBJECT ``: Identity Parameter [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicySiteProtectionUnitBulkAdditionJob.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicySiteProtectionUnitBulkAdditionJob.md index 75c553bb03afb..ef8f12a4d4481 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicySiteProtectionUnitBulkAdditionJob.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicySiteProtectionUnitBulkAdditionJob.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/get-mgbetasolutionbackuprestoresharepointprotectionpolicysiteprotectionunitbulkadditionjob Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicySiteProtectionUnitBulkAdditionJob --- @@ -29,7 +29,7 @@ Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicySiteProtectionUnitBulkA [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -40,7 +40,7 @@ Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicySiteProtectionUnitBulkA [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -50,7 +50,7 @@ Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicySiteProtectionUnitBulkA -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -550,7 +550,10 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [ActivityLogBaseId ]: The unique identifier of activityLogBase [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -558,9 +561,12 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob @@ -570,6 +576,7 @@ INPUTOBJECT ``: Identity Parameter [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase [RestorePointId ]: The unique identifier of restorePoint @@ -578,6 +585,8 @@ INPUTOBJECT ``: Identity Parameter [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicySiteProtectionUnitBulkAdditionJobCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicySiteProtectionUnitBulkAdditionJobCount.md index c423827a5baaf..2ea75cd3998b4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicySiteProtectionUnitBulkAdditionJobCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicySiteProtectionUnitBulkAdditionJobCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/get-mgbetasolutionbackuprestoresharepointprotectionpolicysiteprotectionunitbulkadditionjobcount Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicySiteProtectionUnitBulkAdditionJobCount --- @@ -27,7 +27,7 @@ Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicySiteProtectionUnitBulkA -SharePointProtectionPolicyId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicySiteProtectionUnitBulkA -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -336,7 +336,10 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [ActivityLogBaseId ]: The unique identifier of activityLogBase [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -344,9 +347,12 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob @@ -356,6 +362,7 @@ INPUTOBJECT ``: Identity Parameter [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase [RestorePointId ]: The unique identifier of restorePoint @@ -364,6 +371,8 @@ INPUTOBJECT ``: Identity Parameter [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicySiteProtectionUnitCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicySiteProtectionUnitCount.md index 609c17448eb6f..31865bb380bc4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicySiteProtectionUnitCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicySiteProtectionUnitCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/get-mgbetasolutionbackuprestoresharepointprotectionpolicysiteprotectionunitcount Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicySiteProtectionUnitCount --- @@ -27,7 +27,7 @@ Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicySiteProtectionUnitCount -SharePointProtectionPolicyId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicySiteProtectionUnitCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -336,7 +336,10 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [ActivityLogBaseId ]: The unique identifier of activityLogBase [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -344,9 +347,12 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob @@ -356,6 +362,7 @@ INPUTOBJECT ``: Identity Parameter [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase [RestorePointId ]: The unique identifier of restorePoint @@ -364,6 +371,8 @@ INPUTOBJECT ``: Identity Parameter [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreSharePointRestoreSession.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreSharePointRestoreSession.md index f087f79dfbdf9..c4bd89e5e19c2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreSharePointRestoreSession.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreSharePointRestoreSession.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/get-mgbetasolutionbackuprestoresharepointrestoresession Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSolutionBackupRestoreSharePointRestoreSession --- @@ -28,7 +28,7 @@ Get-MgBetaSolutionBackupRestoreSharePointRestoreSession [-ExpandProperty ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaSolutionBackupRestoreSharePointRestoreSession -SharePointRestoreSessio [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +48,7 @@ Get-MgBetaSolutionBackupRestoreSharePointRestoreSession -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -521,7 +521,10 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [ActivityLogBaseId ]: The unique identifier of activityLogBase [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -529,9 +532,12 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob @@ -541,6 +547,7 @@ INPUTOBJECT ``: Identity Parameter [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase [RestorePointId ]: The unique identifier of restorePoint @@ -549,6 +556,8 @@ INPUTOBJECT ``: Identity Parameter [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreSharePointRestoreSessionCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreSharePointRestoreSessionCount.md index 877636218d79e..a530bc695c114 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreSharePointRestoreSessionCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreSharePointRestoreSessionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/get-mgbetasolutionbackuprestoresharepointrestoresessioncount Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSolutionBackupRestoreSharePointRestoreSessionCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaSolutionBackupRestoreSharePointRestoreSessionCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreSharePointRestoreSessionGranularSiteRestoreArtifact.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreSharePointRestoreSessionGranularSiteRestoreArtifact.md index c33b252dc3a0b..d8f9cbd25398d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreSharePointRestoreSessionGranularSiteRestoreArtifact.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreSharePointRestoreSessionGranularSiteRestoreArtifact.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/get-mgbetasolutionbackuprestoresharepointrestoresessiongranularsiterestoreartifact Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSolutionBackupRestoreSharePointRestoreSessionGranularSiteRestoreArtifact --- @@ -13,7 +13,10 @@ title: Get-MgBetaSolutionBackupRestoreSharePointRestoreSessionGranularSiteRestor ## SYNOPSIS -Get granularSiteRestoreArtifacts from solutions +A collection of browse session id and item key details that can be used to restore SharePoint files and folders. + +> [!NOTE] +> To view the v1.0 release of this cmdlet, view [Get-MgSolutionBackupRestoreSharePointRestoreSessionGranularSiteRestoreArtifact](/powershell/module/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreSharePointRestoreSessionGranularSiteRestoreArtifact?view=graph-powershell-1.0) ## SYNTAX @@ -26,7 +29,7 @@ Get-MgBetaSolutionBackupRestoreSharePointRestoreSessionGranularSiteRestoreArtifa [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -37,7 +40,7 @@ Get-MgBetaSolutionBackupRestoreSharePointRestoreSessionGranularSiteRestoreArtifa [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -47,7 +50,7 @@ Get-MgBetaSolutionBackupRestoreSharePointRestoreSessionGranularSiteRestoreArtifa -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -57,7 +60,7 @@ This cmdlet has the following aliases, ## DESCRIPTION -Get granularSiteRestoreArtifacts from solutions +A collection of browse session id and item key details that can be used to restore SharePoint files and folders. ## PARAMETERS @@ -547,7 +550,10 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [ActivityLogBaseId ]: The unique identifier of activityLogBase [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -555,9 +561,12 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob @@ -567,6 +576,7 @@ INPUTOBJECT ``: Identity Parameter [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase [RestorePointId ]: The unique identifier of restorePoint @@ -575,6 +585,8 @@ INPUTOBJECT ``: Identity Parameter [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob @@ -585,6 +597,7 @@ INPUTOBJECT ``: Identity Parameter ## RELATED LINKS - [Get-MgBetaSolutionBackupRestoreSharePointRestoreSessionGranularSiteRestoreArtifact](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/get-mgbetasolutionbackuprestoresharepointrestoresessiongranularsiterestoreartifact) +- [Graph API Reference](https://learn.microsoft.com/graph/api/sharepointrestoresession-list-granularsiterestoreartifacts?view=graph-rest-beta) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreSharePointRestoreSessionGranularSiteRestoreArtifactCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreSharePointRestoreSessionGranularSiteRestoreArtifactCount.md index 63d579bd63089..af1e6a8bff2b1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreSharePointRestoreSessionGranularSiteRestoreArtifactCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreSharePointRestoreSessionGranularSiteRestoreArtifactCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/get-mgbetasolutionbackuprestoresharepointrestoresessiongranularsiterestoreartifactcount Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSolutionBackupRestoreSharePointRestoreSessionGranularSiteRestoreArtifactCount --- @@ -15,6 +15,9 @@ title: Get-MgBetaSolutionBackupRestoreSharePointRestoreSessionGranularSiteRestor Get the number of the resource +> [!NOTE] +> To view the v1.0 release of this cmdlet, view [Get-MgSolutionBackupRestoreSharePointRestoreSessionGranularSiteRestoreArtifactCount](/powershell/module/Microsoft.Graph.BackupRestore/Get-MgSolutionBackupRestoreSharePointRestoreSessionGranularSiteRestoreArtifactCount?view=graph-powershell-1.0) + ## SYNTAX ### Get (Default) @@ -24,7 +27,7 @@ Get-MgBetaSolutionBackupRestoreSharePointRestoreSessionGranularSiteRestoreArtifa -SharePointRestoreSessionId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +37,7 @@ Get-MgBetaSolutionBackupRestoreSharePointRestoreSessionGranularSiteRestoreArtifa -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -341,7 +344,10 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [ActivityLogBaseId ]: The unique identifier of activityLogBase [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -349,9 +355,12 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob @@ -361,6 +370,7 @@ INPUTOBJECT ``: Identity Parameter [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase [RestorePointId ]: The unique identifier of restorePoint @@ -369,6 +379,8 @@ INPUTOBJECT ``: Identity Parameter [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifact.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifact.md index 83b20229e488c..377f5ec9c6790 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifact.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifact.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/get-mgbetasolutionbackuprestoresharepointrestoresessionsiterestoreartifact Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifact --- @@ -29,7 +29,7 @@ Get-MgBetaSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifact [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -39,7 +39,7 @@ Get-MgBetaSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifact -SharePointRestoreSessionId -SiteRestoreArtifactId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -49,7 +49,7 @@ Get-MgBetaSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifact -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -549,7 +549,10 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [ActivityLogBaseId ]: The unique identifier of activityLogBase [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -557,9 +560,12 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob @@ -569,6 +575,7 @@ INPUTOBJECT ``: Identity Parameter [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase [RestorePointId ]: The unique identifier of restorePoint @@ -577,6 +584,8 @@ INPUTOBJECT ``: Identity Parameter [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifactBulkAdditionRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifactBulkAdditionRequest.md index 2a36191ceb5fc..de52e8fbb67e4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifactBulkAdditionRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifactBulkAdditionRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/get-mgbetasolutionbackuprestoresharepointrestoresessionsiterestoreartifactbulkadditionrequest Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifactBulkAdditionRequest --- @@ -29,7 +29,7 @@ Get-MgBetaSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifactBulkAd [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -40,7 +40,7 @@ Get-MgBetaSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifactBulkAd [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -50,7 +50,7 @@ Get-MgBetaSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifactBulkAd -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -550,7 +550,10 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [ActivityLogBaseId ]: The unique identifier of activityLogBase [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -558,9 +561,12 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob @@ -570,6 +576,7 @@ INPUTOBJECT ``: Identity Parameter [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase [RestorePointId ]: The unique identifier of restorePoint @@ -578,6 +585,8 @@ INPUTOBJECT ``: Identity Parameter [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifactBulkAdditionRequestCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifactBulkAdditionRequestCount.md index ff8f2b4cac9fa..0a34a399dfa98 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifactBulkAdditionRequestCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifactBulkAdditionRequestCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/get-mgbetasolutionbackuprestoresharepointrestoresessionsiterestoreartifactbulkadditionrequestcount Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifactBulkAdditionRequestCount --- @@ -27,7 +27,7 @@ Get-MgBetaSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifactBulkAd -SharePointRestoreSessionId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifactBulkAd -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -336,7 +336,10 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [ActivityLogBaseId ]: The unique identifier of activityLogBase [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -344,9 +347,12 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob @@ -356,6 +362,7 @@ INPUTOBJECT ``: Identity Parameter [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase [RestorePointId ]: The unique identifier of restorePoint @@ -364,6 +371,8 @@ INPUTOBJECT ``: Identity Parameter [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifactCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifactCount.md index 619d969d6b427..dc5852bf8a56a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifactCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifactCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/get-mgbetasolutionbackuprestoresharepointrestoresessionsiterestoreartifactcount Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifactCount --- @@ -27,7 +27,7 @@ Get-MgBetaSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifactCount -SharePointRestoreSessionId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifactCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -336,7 +336,10 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [ActivityLogBaseId ]: The unique identifier of activityLogBase [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -344,9 +347,12 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob @@ -356,6 +362,7 @@ INPUTOBJECT ``: Identity Parameter [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase [RestorePointId ]: The unique identifier of restorePoint @@ -364,6 +371,8 @@ INPUTOBJECT ``: Identity Parameter [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifactRestorePoint.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifactRestorePoint.md index 76ac720ee785a..fa6c29693e0aa 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifactRestorePoint.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifactRestorePoint.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/get-mgbetasolutionbackuprestoresharepointrestoresessionsiterestoreartifactrestorepoint Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifactRestorePoint --- @@ -27,7 +27,7 @@ Get-MgBetaSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifactRestor -SharePointRestoreSessionId -SiteRestoreArtifactId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifactRestor -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -359,7 +359,10 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [ActivityLogBaseId ]: The unique identifier of activityLogBase [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -367,9 +370,12 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob @@ -379,6 +385,7 @@ INPUTOBJECT ``: Identity Parameter [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase [RestorePointId ]: The unique identifier of restorePoint @@ -387,6 +394,8 @@ INPUTOBJECT ``: Identity Parameter [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreSiteExclusionUnit.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreSiteExclusionUnit.md new file mode 100644 index 0000000000000..96a13084d909f --- /dev/null +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreSiteExclusionUnit.md @@ -0,0 +1,590 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/get-mgbetasolutionbackuprestoresiteexclusionunit +Locale: en-US +Module Name: Microsoft.Graph.Beta.BackupRestore +ms.date: 07/10/2026 +PlatyPS schema version: 2024-05-01 +title: Get-MgBetaSolutionBackupRestoreSiteExclusionUnit +--- + +# Get-MgBetaSolutionBackupRestoreSiteExclusionUnit + +## SYNOPSIS + +The list of site exclusion units in the tenant. + +## SYNTAX + +### List (Default) + +``` +Get-MgBetaSolutionBackupRestoreSiteExclusionUnit [-ExpandProperty ] [-Property ] + [-Filter ] [-Search ] [-Skip ] [-Sort ] [-Top ] + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] + [-CountVariable ] +``` + +### Get + +``` +Get-MgBetaSolutionBackupRestoreSiteExclusionUnit -SiteExclusionUnitId + [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] +``` + +### GetViaIdentity + +``` +Get-MgBetaSolutionBackupRestoreSiteExclusionUnit -InputObject + [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +The list of site exclusion units in the tenant. + +## 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.IBackupRestoreIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: GetViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + 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: '' +``` + +### -SiteExclusionUnitId + +The unique identifier of siteExclusionUnit + +```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: '' +``` + +### -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.IBackupRestoreIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphSiteExclusionUnit + +{{ 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 + [ActivityLogBaseId ]: The unique identifier of activityLogBase + [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob + [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule + [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit + [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob + [DriveRestoreArtifactId ]: The unique identifier of driveRestoreArtifact + [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest + [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy + [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase + [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact + [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact + [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob + [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule + [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit + [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob + [MailboxRestoreArtifactId ]: The unique identifier of mailboxRestoreArtifact + [MailboxRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of mailboxRestoreArtifactsBulkAdditionRequest + [NextFetchToken ]: Usage: nextFetchToken='{nextFetchToken}' + [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession + [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy + [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' + [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase + [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase + [RestorePointId ]: The unique identifier of restorePoint + [RestoreSessionBaseId ]: The unique identifier of restoreSessionBase + [ServiceAppId ]: The unique identifier of serviceApp + [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession + [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy + [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob + [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule + [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit + [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob + [SiteRestoreArtifactId ]: The unique identifier of siteRestoreArtifact + [SiteRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of siteRestoreArtifactsBulkAdditionRequest + + +## RELATED LINKS + +- [Get-MgBetaSolutionBackupRestoreSiteExclusionUnit](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/get-mgbetasolutionbackuprestoresiteexclusionunit) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreSiteExclusionUnitBulkAdditionJob.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreSiteExclusionUnitBulkAdditionJob.md new file mode 100644 index 0000000000000..21220e8e891f7 --- /dev/null +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreSiteExclusionUnitBulkAdditionJob.md @@ -0,0 +1,590 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/get-mgbetasolutionbackuprestoresiteexclusionunitbulkadditionjob +Locale: en-US +Module Name: Microsoft.Graph.Beta.BackupRestore +ms.date: 07/10/2026 +PlatyPS schema version: 2024-05-01 +title: Get-MgBetaSolutionBackupRestoreSiteExclusionUnitBulkAdditionJob +--- + +# Get-MgBetaSolutionBackupRestoreSiteExclusionUnitBulkAdditionJob + +## SYNOPSIS + +The list of bulk addition jobs for site exclusion units in the tenant. + +## SYNTAX + +### List (Default) + +``` +Get-MgBetaSolutionBackupRestoreSiteExclusionUnitBulkAdditionJob [-ExpandProperty ] + [-Property ] [-Filter ] [-Search ] [-Skip ] [-Sort ] + [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] + [-CountVariable ] +``` + +### Get + +``` +Get-MgBetaSolutionBackupRestoreSiteExclusionUnitBulkAdditionJob + -SiteExclusionUnitsBulkAdditionJobId [-ExpandProperty ] [-Property ] + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] +``` + +### GetViaIdentity + +``` +Get-MgBetaSolutionBackupRestoreSiteExclusionUnitBulkAdditionJob + -InputObject [-ExpandProperty ] [-Property ] + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +The list of bulk addition jobs for site exclusion units in the tenant. + +## 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.IBackupRestoreIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: GetViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + 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: '' +``` + +### -SiteExclusionUnitsBulkAdditionJobId + +The unique identifier of siteExclusionUnitsBulkAdditionJob + +```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: '' +``` + +### -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.IBackupRestoreIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphSiteExclusionUnitsBulkAdditionJob + +{{ 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 + [ActivityLogBaseId ]: The unique identifier of activityLogBase + [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob + [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule + [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit + [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob + [DriveRestoreArtifactId ]: The unique identifier of driveRestoreArtifact + [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest + [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy + [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase + [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact + [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact + [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob + [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule + [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit + [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob + [MailboxRestoreArtifactId ]: The unique identifier of mailboxRestoreArtifact + [MailboxRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of mailboxRestoreArtifactsBulkAdditionRequest + [NextFetchToken ]: Usage: nextFetchToken='{nextFetchToken}' + [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession + [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy + [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' + [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase + [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase + [RestorePointId ]: The unique identifier of restorePoint + [RestoreSessionBaseId ]: The unique identifier of restoreSessionBase + [ServiceAppId ]: The unique identifier of serviceApp + [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession + [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy + [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob + [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule + [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit + [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob + [SiteRestoreArtifactId ]: The unique identifier of siteRestoreArtifact + [SiteRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of siteRestoreArtifactsBulkAdditionRequest + + +## RELATED LINKS + +- [Get-MgBetaSolutionBackupRestoreSiteExclusionUnitBulkAdditionJob](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/get-mgbetasolutionbackuprestoresiteexclusionunitbulkadditionjob) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreSiteExclusionUnitBulkAdditionJobCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreSiteExclusionUnitBulkAdditionJobCount.md new file mode 100644 index 0000000000000..7437b868355f6 --- /dev/null +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreSiteExclusionUnitBulkAdditionJobCount.md @@ -0,0 +1,297 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/get-mgbetasolutionbackuprestoresiteexclusionunitbulkadditionjobcount +Locale: en-US +Module Name: Microsoft.Graph.Beta.BackupRestore +ms.date: 07/10/2026 +PlatyPS schema version: 2024-05-01 +title: Get-MgBetaSolutionBackupRestoreSiteExclusionUnitBulkAdditionJobCount +--- + +# Get-MgBetaSolutionBackupRestoreSiteExclusionUnitBulkAdditionJobCount + +## SYNOPSIS + +Get the number of the resource + +## SYNTAX + +### Get (Default) + +``` +Get-MgBetaSolutionBackupRestoreSiteExclusionUnitBulkAdditionJobCount [-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: '' +``` + +### -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-MgBetaSolutionBackupRestoreSiteExclusionUnitBulkAdditionJobCount](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/get-mgbetasolutionbackuprestoresiteexclusionunitbulkadditionjobcount) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreSiteExclusionUnitCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreSiteExclusionUnitCount.md new file mode 100644 index 0000000000000..55798cfb1c7bf --- /dev/null +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreSiteExclusionUnitCount.md @@ -0,0 +1,297 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/get-mgbetasolutionbackuprestoresiteexclusionunitcount +Locale: en-US +Module Name: Microsoft.Graph.Beta.BackupRestore +ms.date: 07/10/2026 +PlatyPS schema version: 2024-05-01 +title: Get-MgBetaSolutionBackupRestoreSiteExclusionUnitCount +--- + +# Get-MgBetaSolutionBackupRestoreSiteExclusionUnitCount + +## SYNOPSIS + +Get the number of the resource + +## SYNTAX + +### Get (Default) + +``` +Get-MgBetaSolutionBackupRestoreSiteExclusionUnitCount [-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: '' +``` + +### -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-MgBetaSolutionBackupRestoreSiteExclusionUnitCount](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/get-mgbetasolutionbackuprestoresiteexclusionunitcount) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreSiteInclusionRule.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreSiteInclusionRule.md index 3a5579f0dd61d..fd9108f8b2d43 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreSiteInclusionRule.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreSiteInclusionRule.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/get-mgbetasolutionbackuprestoresiteinclusionrule Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSolutionBackupRestoreSiteInclusionRule --- @@ -28,7 +28,7 @@ Get-MgBetaSolutionBackupRestoreSiteInclusionRule [-ExpandProperty ] [- [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaSolutionBackupRestoreSiteInclusionRule -SiteProtectionRuleId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +48,7 @@ Get-MgBetaSolutionBackupRestoreSiteInclusionRule -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -521,7 +521,10 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [ActivityLogBaseId ]: The unique identifier of activityLogBase [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -529,9 +532,12 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob @@ -541,6 +547,7 @@ INPUTOBJECT ``: Identity Parameter [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase [RestorePointId ]: The unique identifier of restorePoint @@ -549,6 +556,8 @@ INPUTOBJECT ``: Identity Parameter [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreSiteInclusionRuleCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreSiteInclusionRuleCount.md index 09df0e99a5b09..27fd4a3a38baa 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreSiteInclusionRuleCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreSiteInclusionRuleCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/get-mgbetasolutionbackuprestoresiteinclusionrulecount Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSolutionBackupRestoreSiteInclusionRuleCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaSolutionBackupRestoreSiteInclusionRuleCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreSiteProtectionUnit.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreSiteProtectionUnit.md index 1d62c2877a928..67c1836cfefc6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreSiteProtectionUnit.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreSiteProtectionUnit.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/get-mgbetasolutionbackuprestoresiteprotectionunit Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSolutionBackupRestoreSiteProtectionUnit --- @@ -28,7 +28,7 @@ Get-MgBetaSolutionBackupRestoreSiteProtectionUnit [-ExpandProperty ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaSolutionBackupRestoreSiteProtectionUnit -SiteProtectionUnitId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +48,7 @@ Get-MgBetaSolutionBackupRestoreSiteProtectionUnit -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -521,7 +521,10 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [ActivityLogBaseId ]: The unique identifier of activityLogBase [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -529,9 +532,12 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob @@ -541,6 +547,7 @@ INPUTOBJECT ``: Identity Parameter [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase [RestorePointId ]: The unique identifier of restorePoint @@ -549,6 +556,8 @@ INPUTOBJECT ``: Identity Parameter [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreSiteProtectionUnitBulkAdditionJob.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreSiteProtectionUnitBulkAdditionJob.md index 08b8a932009ba..a675645c395ab 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreSiteProtectionUnitBulkAdditionJob.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreSiteProtectionUnitBulkAdditionJob.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/get-mgbetasolutionbackuprestoresiteprotectionunitbulkadditionjob Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSolutionBackupRestoreSiteProtectionUnitBulkAdditionJob --- @@ -28,7 +28,7 @@ Get-MgBetaSolutionBackupRestoreSiteProtectionUnitBulkAdditionJob [-ExpandPropert [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaSolutionBackupRestoreSiteProtectionUnitBulkAdditionJob -SiteProtectionUnitsBulkAdditionJobId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +48,7 @@ Get-MgBetaSolutionBackupRestoreSiteProtectionUnitBulkAdditionJob -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -521,7 +521,10 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [ActivityLogBaseId ]: The unique identifier of activityLogBase [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -529,9 +532,12 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob @@ -541,6 +547,7 @@ INPUTOBJECT ``: Identity Parameter [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase [RestorePointId ]: The unique identifier of restorePoint @@ -549,6 +556,8 @@ INPUTOBJECT ``: Identity Parameter [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreSiteProtectionUnitBulkAdditionJobCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreSiteProtectionUnitBulkAdditionJobCount.md index 2b74b7d360310..09f1c544cc799 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreSiteProtectionUnitBulkAdditionJobCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreSiteProtectionUnitBulkAdditionJobCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/get-mgbetasolutionbackuprestoresiteprotectionunitbulkadditionjobcount Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSolutionBackupRestoreSiteProtectionUnitBulkAdditionJobCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaSolutionBackupRestoreSiteProtectionUnitBulkAdditionJobCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreSiteProtectionUnitCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreSiteProtectionUnitCount.md index 62d6c27a602f1..41b5d69aa67bb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreSiteProtectionUnitCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Get-MgBetaSolutionBackupRestoreSiteProtectionUnitCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/get-mgbetasolutionbackuprestoresiteprotectionunitcount Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSolutionBackupRestoreSiteProtectionUnitCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaSolutionBackupRestoreSiteProtectionUnitCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Initialize-MgBetaSolutionBackupRestoreProtectionPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Initialize-MgBetaSolutionBackupRestoreProtectionPolicy.md index 75e45ca83523b..642d6e41551ff 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Initialize-MgBetaSolutionBackupRestoreProtectionPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Initialize-MgBetaSolutionBackupRestoreProtectionPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/initialize-mgbetasolutionbackuprestoreprotectionpolicy Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Initialize-MgBetaSolutionBackupRestoreProtectionPolicy --- @@ -29,7 +29,6 @@ Initialize-MgBetaSolutionBackupRestoreProtectionPolicy -ProtectionPolicyBaseId < [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ActivateViaIdentity @@ -39,7 +38,6 @@ Initialize-MgBetaSolutionBackupRestoreProtectionPolicy -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -342,7 +340,10 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [ActivityLogBaseId ]: The unique identifier of activityLogBase [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -350,9 +351,12 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob @@ -362,6 +366,7 @@ INPUTOBJECT ``: Identity Parameter [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase [RestorePointId ]: The unique identifier of restorePoint @@ -370,6 +375,8 @@ INPUTOBJECT ``: Identity Parameter [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Initialize-MgBetaSolutionBackupRestoreServiceApp.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Initialize-MgBetaSolutionBackupRestoreServiceApp.md index e030768ab22c7..966de5a3aa204 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Initialize-MgBetaSolutionBackupRestoreServiceApp.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Initialize-MgBetaSolutionBackupRestoreServiceApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/initialize-mgbetasolutionbackuprestoreserviceapp Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Initialize-MgBetaSolutionBackupRestoreServiceApp --- @@ -28,7 +28,6 @@ Initialize-MgBetaSolutionBackupRestoreServiceApp -ServiceAppId [-EffectiveDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Activate @@ -39,7 +38,6 @@ Initialize-MgBetaSolutionBackupRestoreServiceApp -ServiceAppId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ActivateViaIdentityExpanded @@ -50,7 +48,6 @@ Initialize-MgBetaSolutionBackupRestoreServiceApp -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ActivateViaIdentity @@ -61,7 +58,6 @@ Initialize-MgBetaSolutionBackupRestoreServiceApp -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -464,7 +460,10 @@ BODYPARAMETER `]: INPUTOBJECT ``: Identity Parameter + [ActivityLogBaseId ]: The unique identifier of activityLogBase [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -472,9 +471,12 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob @@ -484,6 +486,7 @@ INPUTOBJECT ``: Identity Parameter [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase [RestorePointId ]: The unique identifier of restorePoint @@ -492,6 +495,8 @@ INPUTOBJECT ``: Identity Parameter [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Initialize-MgBetaSolutionBackupRestoreSession.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Initialize-MgBetaSolutionBackupRestoreSession.md index 9f0c811bb0a07..2898db0485b41 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Initialize-MgBetaSolutionBackupRestoreSession.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Initialize-MgBetaSolutionBackupRestoreSession.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/initialize-mgbetasolutionbackuprestoresession Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Initialize-MgBetaSolutionBackupRestoreSession --- @@ -28,7 +28,6 @@ Initialize-MgBetaSolutionBackupRestoreSession -RestoreSessionBaseId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ActivateViaIdentity @@ -38,7 +37,6 @@ Initialize-MgBetaSolutionBackupRestoreSession -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -340,7 +338,10 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [ActivityLogBaseId ]: The unique identifier of activityLogBase [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -348,9 +349,12 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob @@ -360,6 +364,7 @@ INPUTOBJECT ``: Identity Parameter [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase [RestorePointId ]: The unique identifier of restorePoint @@ -368,6 +373,8 @@ INPUTOBJECT ``: Identity Parameter [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Invoke-MgBetaBrowseSolutionBackupRestoreBrowseSession.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Invoke-MgBetaBrowseSolutionBackupRestoreBrowseSession.md index bb55749107251..3e7fb7599f612 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Invoke-MgBetaBrowseSolutionBackupRestoreBrowseSession.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Invoke-MgBetaBrowseSolutionBackupRestoreBrowseSession.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/invoke-mgbetabrowsesolutionbackuprestorebrowsesession Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaBrowseSolutionBackupRestoreBrowseSession --- @@ -15,6 +15,9 @@ title: Invoke-MgBetaBrowseSolutionBackupRestoreBrowseSession Invoke action browse +> [!NOTE] +> To view the v1.0 release of this cmdlet, view [Invoke-MgBrowseSolutionBackupRestoreBrowseSession](/powershell/module/Microsoft.Graph.BackupRestore/Invoke-MgBrowseSolutionBackupRestoreBrowseSession?view=graph-powershell-1.0) + ## SYNTAX ### BrowseExpanded (Default) @@ -25,7 +28,7 @@ Invoke-MgBetaBrowseSolutionBackupRestoreBrowseSession -BrowseSessionBaseId ] [-BrowseResourceType ] [-Sort ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Browse1 @@ -36,7 +39,6 @@ Invoke-MgBetaBrowseSolutionBackupRestoreBrowseSession -BrowseSessionBaseId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Browse @@ -47,7 +49,6 @@ Invoke-MgBetaBrowseSolutionBackupRestoreBrowseSession -BrowseSessionBaseId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### BrowseViaIdentityExpanded @@ -58,7 +59,7 @@ Invoke-MgBetaBrowseSolutionBackupRestoreBrowseSession -InputObject ] [-BrowseResourceType ] [-Sort ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### BrowseViaIdentity1 @@ -69,7 +70,6 @@ Invoke-MgBetaBrowseSolutionBackupRestoreBrowseSession -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### BrowseViaIdentity @@ -80,7 +80,6 @@ Invoke-MgBetaBrowseSolutionBackupRestoreBrowseSession -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -745,7 +744,10 @@ BODYPARAMETER `]: browseQueryOrder INPUTOBJECT ``: Identity Parameter + [ActivityLogBaseId ]: The unique identifier of activityLogBase [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -753,9 +755,12 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob @@ -765,6 +770,7 @@ INPUTOBJECT ``: Identity Parameter [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase [RestorePointId ]: The unique identifier of restorePoint @@ -773,6 +779,8 @@ INPUTOBJECT ``: Identity Parameter [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Invoke-MgBetaDeactivateSolutionBackupRestoreProtectionPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Invoke-MgBetaDeactivateSolutionBackupRestoreProtectionPolicy.md index 1121a096ad84b..0c508feef60aa 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Invoke-MgBetaDeactivateSolutionBackupRestoreProtectionPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Invoke-MgBetaDeactivateSolutionBackupRestoreProtectionPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/invoke-mgbetadeactivatesolutionbackuprestoreprotectionpolicy Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaDeactivateSolutionBackupRestoreProtectionPolicy --- @@ -14,6 +14,10 @@ title: Invoke-MgBetaDeactivateSolutionBackupRestoreProtectionPolicy ## SYNOPSIS Deactivate a protectionPolicyBase. +When a protection policy is deactivated, backup activity stops immediately, no new backups are taken, and the protected resources are no longer covered by the policy. +Any backups taken before deactivation are retained according to the retention policy, after which they're offboarded. +You can restore data using previous restore points even after deactivation. +To reactivate a deactivated policy, use the activate API. > [!NOTE] > To view the v1.0 release of this cmdlet, view [Invoke-MgDeactivateSolutionBackupRestoreProtectionPolicy](/powershell/module/Microsoft.Graph.BackupRestore/Invoke-MgDeactivateSolutionBackupRestoreProtectionPolicy?view=graph-powershell-1.0) @@ -27,7 +31,6 @@ Invoke-MgBetaDeactivateSolutionBackupRestoreProtectionPolicy -ProtectionPolicyBa [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeactivateViaIdentity @@ -37,7 +40,6 @@ Invoke-MgBetaDeactivateSolutionBackupRestoreProtectionPolicy -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -48,6 +50,10 @@ This cmdlet has the following aliases, ## DESCRIPTION Deactivate a protectionPolicyBase. +When a protection policy is deactivated, backup activity stops immediately, no new backups are taken, and the protected resources are no longer covered by the policy. +Any backups taken before deactivation are retained according to the retention policy, after which they're offboarded. +You can restore data using previous restore points even after deactivation. +To reactivate a deactivated policy, use the activate API. ## PARAMETERS @@ -338,7 +344,10 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [ActivityLogBaseId ]: The unique identifier of activityLogBase [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -346,9 +355,12 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob @@ -358,6 +370,7 @@ INPUTOBJECT ``: Identity Parameter [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase [RestorePointId ]: The unique identifier of restorePoint @@ -366,6 +379,8 @@ INPUTOBJECT ``: Identity Parameter [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Invoke-MgBetaDeactivateSolutionBackupRestoreServiceApp.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Invoke-MgBetaDeactivateSolutionBackupRestoreServiceApp.md index 87453bccc613e..ee3d0a866199c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Invoke-MgBetaDeactivateSolutionBackupRestoreServiceApp.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Invoke-MgBetaDeactivateSolutionBackupRestoreServiceApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/invoke-mgbetadeactivatesolutionbackuprestoreserviceapp Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaDeactivateSolutionBackupRestoreServiceApp --- @@ -27,7 +27,6 @@ Invoke-MgBetaDeactivateSolutionBackupRestoreServiceApp -ServiceAppId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeactivateViaIdentity @@ -37,7 +36,6 @@ Invoke-MgBetaDeactivateSolutionBackupRestoreServiceApp -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -338,7 +336,10 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [ActivityLogBaseId ]: The unique identifier of activityLogBase [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -346,9 +347,12 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob @@ -358,6 +362,7 @@ INPUTOBJECT ``: Identity Parameter [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase [RestorePointId ]: The unique identifier of restorePoint @@ -366,6 +371,8 @@ INPUTOBJECT ``: Identity Parameter [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Invoke-MgBetaOffboardSolutionBackupRestoreProtectionUnit.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Invoke-MgBetaOffboardSolutionBackupRestoreProtectionUnit.md index 4def6349a62da..1f92142245837 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Invoke-MgBetaOffboardSolutionBackupRestoreProtectionUnit.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Invoke-MgBetaOffboardSolutionBackupRestoreProtectionUnit.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/invoke-mgbetaoffboardsolutionbackuprestoreprotectionunit Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaOffboardSolutionBackupRestoreProtectionUnit --- @@ -27,7 +27,6 @@ Invoke-MgBetaOffboardSolutionBackupRestoreProtectionUnit -ProtectionUnitBaseId < [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### OffboardViaIdentity @@ -37,7 +36,6 @@ Invoke-MgBetaOffboardSolutionBackupRestoreProtectionUnit -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -338,7 +336,10 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [ActivityLogBaseId ]: The unique identifier of activityLogBase [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -346,9 +347,12 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob @@ -358,6 +362,7 @@ INPUTOBJECT ``: Identity Parameter [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase [RestorePointId ]: The unique identifier of restorePoint @@ -366,6 +371,8 @@ INPUTOBJECT ``: Identity Parameter [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Microsoft.Graph.Beta.BackupRestore.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Microsoft.Graph.Beta.BackupRestore.md index 51e64493423e3..9d13a89420df2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Microsoft.Graph.Beta.BackupRestore.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Microsoft.Graph.Beta.BackupRestore.md @@ -1,6 +1,6 @@ --- Module Name: Microsoft.Graph.Beta.BackupRestore -Module Guid: 5f3aac87-9415-439c-9590-46dc3926e07e +Module Guid: 6a85b199-3881-6695-d480-81f35a3f665b Download Help Link: https://learn.microsoft.com/en-us/powershell/module/microsoft.graph.beta.backuprestore/?view=graph-powershell-beta Help Version: 1.0.0.0 Locale: en-US @@ -11,21 +11,15 @@ Locale: en-US Microsoft Graph PowerShell Cmdlets ## Microsoft.Graph.Beta.BackupRestore Cmdlets -### [Disable-MgBetaSolutionBackupRestoreAllDrivesBackup](Disable-MgBetaSolutionBackupRestoreAllDrivesBackup.md) - -### [Disable-MgBetaSolutionBackupRestoreAllMailboxesBackup](Disable-MgBetaSolutionBackupRestoreAllMailboxesBackup.md) - -### [Disable-MgBetaSolutionBackupRestoreAllSitesBackup](Disable-MgBetaSolutionBackupRestoreAllSitesBackup.md) - ### [Enable-MgBetaSolutionBackupRestore](Enable-MgBetaSolutionBackupRestore.md) -### [Enable-MgBetaSolutionBackupRestoreAllDrivesBackup](Enable-MgBetaSolutionBackupRestoreAllDrivesBackup.md) +### [Get-MgBetaSolutionBackupRestore](Get-MgBetaSolutionBackupRestore.md) -### [Enable-MgBetaSolutionBackupRestoreAllMailboxesBackup](Enable-MgBetaSolutionBackupRestoreAllMailboxesBackup.md) +### [Get-MgBetaSolutionBackupRestoreActivityLog](Get-MgBetaSolutionBackupRestoreActivityLog.md) -### [Enable-MgBetaSolutionBackupRestoreAllSitesBackup](Enable-MgBetaSolutionBackupRestoreAllSitesBackup.md) +### [Get-MgBetaSolutionBackupRestoreActivityLog](Get-MgBetaSolutionBackupRestoreActivityLog.md) -### [Get-MgBetaSolutionBackupRestore](Get-MgBetaSolutionBackupRestore.md) +### [Get-MgBetaSolutionBackupRestoreActivityLogCount](Get-MgBetaSolutionBackupRestoreActivityLogCount.md) ### [Get-MgBetaSolutionBackupRestoreBrowseSession](Get-MgBetaSolutionBackupRestoreBrowseSession.md) @@ -33,7 +27,17 @@ Microsoft Graph PowerShell Cmdlets ### [Get-MgBetaSolutionBackupRestoreBrowseSessionCount](Get-MgBetaSolutionBackupRestoreBrowseSessionCount.md) -### [Get-MgBetaSolutionBackupRestoreDriveBackup](Get-MgBetaSolutionBackupRestoreDriveBackup.md) +### [Get-MgBetaSolutionBackupRestoreDriveExclusionUnit](Get-MgBetaSolutionBackupRestoreDriveExclusionUnit.md) + +### [Get-MgBetaSolutionBackupRestoreDriveExclusionUnit](Get-MgBetaSolutionBackupRestoreDriveExclusionUnit.md) + +### [Get-MgBetaSolutionBackupRestoreDriveExclusionUnitBulkAdditionJob](Get-MgBetaSolutionBackupRestoreDriveExclusionUnitBulkAdditionJob.md) + +### [Get-MgBetaSolutionBackupRestoreDriveExclusionUnitBulkAdditionJob](Get-MgBetaSolutionBackupRestoreDriveExclusionUnitBulkAdditionJob.md) + +### [Get-MgBetaSolutionBackupRestoreDriveExclusionUnitBulkAdditionJobCount](Get-MgBetaSolutionBackupRestoreDriveExclusionUnitBulkAdditionJobCount.md) + +### [Get-MgBetaSolutionBackupRestoreDriveExclusionUnitCount](Get-MgBetaSolutionBackupRestoreDriveExclusionUnitCount.md) ### [Get-MgBetaSolutionBackupRestoreDriveInclusionRule](Get-MgBetaSolutionBackupRestoreDriveInclusionRule.md) @@ -61,6 +65,18 @@ Microsoft Graph PowerShell Cmdlets ### [Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicyCount](Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicyCount.md) +### [Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicyMailboxExclusionUnit](Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicyMailboxExclusionUnit.md) + +### [Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicyMailboxExclusionUnit](Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicyMailboxExclusionUnit.md) + +### [Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicyMailboxExclusionUnitBulkAdditionJob](Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicyMailboxExclusionUnitBulkAdditionJob.md) + +### [Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicyMailboxExclusionUnitBulkAdditionJob](Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicyMailboxExclusionUnitBulkAdditionJob.md) + +### [Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicyMailboxExclusionUnitBulkAdditionJobCount](Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicyMailboxExclusionUnitBulkAdditionJobCount.md) + +### [Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicyMailboxExclusionUnitCount](Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicyMailboxExclusionUnitCount.md) + ### [Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicyMailboxInclusionRule](Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicyMailboxInclusionRule.md) ### [Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicyMailboxInclusionRule](Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicyMailboxInclusionRule.md) @@ -107,7 +123,23 @@ Microsoft Graph PowerShell Cmdlets ### [Get-MgBetaSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifactRestorePoint](Get-MgBetaSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifactRestorePoint.md) -### [Get-MgBetaSolutionBackupRestoreMailboxBackup](Get-MgBetaSolutionBackupRestoreMailboxBackup.md) +### [Get-MgBetaSolutionBackupRestoreExclusionUnit](Get-MgBetaSolutionBackupRestoreExclusionUnit.md) + +### [Get-MgBetaSolutionBackupRestoreExclusionUnit](Get-MgBetaSolutionBackupRestoreExclusionUnit.md) + +### [Get-MgBetaSolutionBackupRestoreExclusionUnitCount](Get-MgBetaSolutionBackupRestoreExclusionUnitCount.md) + +### [Get-MgBetaSolutionBackupRestoreMailboxExclusionUnit](Get-MgBetaSolutionBackupRestoreMailboxExclusionUnit.md) + +### [Get-MgBetaSolutionBackupRestoreMailboxExclusionUnit](Get-MgBetaSolutionBackupRestoreMailboxExclusionUnit.md) + +### [Get-MgBetaSolutionBackupRestoreMailboxExclusionUnitBulkAdditionJob](Get-MgBetaSolutionBackupRestoreMailboxExclusionUnitBulkAdditionJob.md) + +### [Get-MgBetaSolutionBackupRestoreMailboxExclusionUnitBulkAdditionJob](Get-MgBetaSolutionBackupRestoreMailboxExclusionUnitBulkAdditionJob.md) + +### [Get-MgBetaSolutionBackupRestoreMailboxExclusionUnitBulkAdditionJobCount](Get-MgBetaSolutionBackupRestoreMailboxExclusionUnitBulkAdditionJobCount.md) + +### [Get-MgBetaSolutionBackupRestoreMailboxExclusionUnitCount](Get-MgBetaSolutionBackupRestoreMailboxExclusionUnitCount.md) ### [Get-MgBetaSolutionBackupRestoreMailboxInclusionRule](Get-MgBetaSolutionBackupRestoreMailboxInclusionRule.md) @@ -139,6 +171,18 @@ Microsoft Graph PowerShell Cmdlets ### [Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicyCount](Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicyCount.md) +### [Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveExclusionUnit](Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveExclusionUnit.md) + +### [Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveExclusionUnit](Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveExclusionUnit.md) + +### [Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveExclusionUnitBulkAdditionJob](Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveExclusionUnitBulkAdditionJob.md) + +### [Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveExclusionUnitBulkAdditionJob](Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveExclusionUnitBulkAdditionJob.md) + +### [Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveExclusionUnitBulkAdditionJobCount](Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveExclusionUnitBulkAdditionJobCount.md) + +### [Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveExclusionUnitCount](Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveExclusionUnitCount.md) + ### [Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveInclusionRule](Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveInclusionRule.md) ### [Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveInclusionRule](Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveInclusionRule.md) @@ -221,6 +265,10 @@ Microsoft Graph PowerShell Cmdlets ### [Get-MgBetaSolutionBackupRestoreProtectionUnitCountAsSiteProtectionUnit](Get-MgBetaSolutionBackupRestoreProtectionUnitCountAsSiteProtectionUnit.md) +### [Get-MgBetaSolutionBackupRestoreReport](Get-MgBetaSolutionBackupRestoreReport.md) + +### [Get-MgBetaSolutionBackupRestoreReportStatisticsByPolicy](Get-MgBetaSolutionBackupRestoreReportStatisticsByPolicy.md) + ### [Get-MgBetaSolutionBackupRestoreServiceApp](Get-MgBetaSolutionBackupRestoreServiceApp.md) ### [Get-MgBetaSolutionBackupRestoreServiceApp](Get-MgBetaSolutionBackupRestoreServiceApp.md) @@ -245,6 +293,18 @@ Microsoft Graph PowerShell Cmdlets ### [Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicyCount](Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicyCount.md) +### [Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicySiteExclusionUnit](Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicySiteExclusionUnit.md) + +### [Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicySiteExclusionUnit](Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicySiteExclusionUnit.md) + +### [Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicySiteExclusionUnitBulkAdditionJob](Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicySiteExclusionUnitBulkAdditionJob.md) + +### [Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicySiteExclusionUnitBulkAdditionJob](Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicySiteExclusionUnitBulkAdditionJob.md) + +### [Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicySiteExclusionUnitBulkAdditionJobCount](Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicySiteExclusionUnitBulkAdditionJobCount.md) + +### [Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicySiteExclusionUnitCount](Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicySiteExclusionUnitCount.md) + ### [Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicySiteInclusionRule](Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicySiteInclusionRule.md) ### [Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicySiteInclusionRule](Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicySiteInclusionRule.md) @@ -289,7 +349,17 @@ Microsoft Graph PowerShell Cmdlets ### [Get-MgBetaSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifactRestorePoint](Get-MgBetaSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifactRestorePoint.md) -### [Get-MgBetaSolutionBackupRestoreSiteBackup](Get-MgBetaSolutionBackupRestoreSiteBackup.md) +### [Get-MgBetaSolutionBackupRestoreSiteExclusionUnit](Get-MgBetaSolutionBackupRestoreSiteExclusionUnit.md) + +### [Get-MgBetaSolutionBackupRestoreSiteExclusionUnit](Get-MgBetaSolutionBackupRestoreSiteExclusionUnit.md) + +### [Get-MgBetaSolutionBackupRestoreSiteExclusionUnitBulkAdditionJob](Get-MgBetaSolutionBackupRestoreSiteExclusionUnitBulkAdditionJob.md) + +### [Get-MgBetaSolutionBackupRestoreSiteExclusionUnitBulkAdditionJob](Get-MgBetaSolutionBackupRestoreSiteExclusionUnitBulkAdditionJob.md) + +### [Get-MgBetaSolutionBackupRestoreSiteExclusionUnitBulkAdditionJobCount](Get-MgBetaSolutionBackupRestoreSiteExclusionUnitBulkAdditionJobCount.md) + +### [Get-MgBetaSolutionBackupRestoreSiteExclusionUnitCount](Get-MgBetaSolutionBackupRestoreSiteExclusionUnitCount.md) ### [Get-MgBetaSolutionBackupRestoreSiteInclusionRule](Get-MgBetaSolutionBackupRestoreSiteInclusionRule.md) @@ -323,8 +393,14 @@ Microsoft Graph PowerShell Cmdlets ### [Invoke-MgBetaOffboardSolutionBackupRestoreProtectionUnit](Invoke-MgBetaOffboardSolutionBackupRestoreProtectionUnit.md) +### [New-MgBetaSolutionBackupRestoreActivityLog](New-MgBetaSolutionBackupRestoreActivityLog.md) + ### [New-MgBetaSolutionBackupRestoreBrowseSession](New-MgBetaSolutionBackupRestoreBrowseSession.md) +### [New-MgBetaSolutionBackupRestoreDriveExclusionUnit](New-MgBetaSolutionBackupRestoreDriveExclusionUnit.md) + +### [New-MgBetaSolutionBackupRestoreDriveExclusionUnitBulkAdditionJob](New-MgBetaSolutionBackupRestoreDriveExclusionUnitBulkAdditionJob.md) + ### [New-MgBetaSolutionBackupRestoreDriveInclusionRule](New-MgBetaSolutionBackupRestoreDriveInclusionRule.md) ### [New-MgBetaSolutionBackupRestoreDriveProtectionUnit](New-MgBetaSolutionBackupRestoreDriveProtectionUnit.md) @@ -341,6 +417,10 @@ Microsoft Graph PowerShell Cmdlets ### [New-MgBetaSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifactBulkAdditionRequest](New-MgBetaSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifactBulkAdditionRequest.md) +### [New-MgBetaSolutionBackupRestoreMailboxExclusionUnit](New-MgBetaSolutionBackupRestoreMailboxExclusionUnit.md) + +### [New-MgBetaSolutionBackupRestoreMailboxExclusionUnitBulkAdditionJob](New-MgBetaSolutionBackupRestoreMailboxExclusionUnitBulkAdditionJob.md) + ### [New-MgBetaSolutionBackupRestoreMailboxInclusionRule](New-MgBetaSolutionBackupRestoreMailboxInclusionRule.md) ### [New-MgBetaSolutionBackupRestoreMailboxProtectionUnit](New-MgBetaSolutionBackupRestoreMailboxProtectionUnit.md) @@ -379,6 +459,10 @@ Microsoft Graph PowerShell Cmdlets ### [New-MgBetaSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifactBulkAdditionRequest](New-MgBetaSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifactBulkAdditionRequest.md) +### [New-MgBetaSolutionBackupRestoreSiteExclusionUnit](New-MgBetaSolutionBackupRestoreSiteExclusionUnit.md) + +### [New-MgBetaSolutionBackupRestoreSiteExclusionUnitBulkAdditionJob](New-MgBetaSolutionBackupRestoreSiteExclusionUnitBulkAdditionJob.md) + ### [New-MgBetaSolutionBackupRestoreSiteInclusionRule](New-MgBetaSolutionBackupRestoreSiteInclusionRule.md) ### [New-MgBetaSolutionBackupRestoreSiteProtectionUnit](New-MgBetaSolutionBackupRestoreSiteProtectionUnit.md) @@ -387,9 +471,13 @@ Microsoft Graph PowerShell Cmdlets ### [Remove-MgBetaSolutionBackupRestore](Remove-MgBetaSolutionBackupRestore.md) +### [Remove-MgBetaSolutionBackupRestoreActivityLog](Remove-MgBetaSolutionBackupRestoreActivityLog.md) + ### [Remove-MgBetaSolutionBackupRestoreBrowseSession](Remove-MgBetaSolutionBackupRestoreBrowseSession.md) -### [Remove-MgBetaSolutionBackupRestoreDriveBackup](Remove-MgBetaSolutionBackupRestoreDriveBackup.md) +### [Remove-MgBetaSolutionBackupRestoreDriveExclusionUnit](Remove-MgBetaSolutionBackupRestoreDriveExclusionUnit.md) + +### [Remove-MgBetaSolutionBackupRestoreDriveExclusionUnitBulkAdditionJob](Remove-MgBetaSolutionBackupRestoreDriveExclusionUnitBulkAdditionJob.md) ### [Remove-MgBetaSolutionBackupRestoreDriveInclusionRule](Remove-MgBetaSolutionBackupRestoreDriveInclusionRule.md) @@ -409,7 +497,9 @@ Microsoft Graph PowerShell Cmdlets ### [Remove-MgBetaSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifactBulkAdditionRequest](Remove-MgBetaSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifactBulkAdditionRequest.md) -### [Remove-MgBetaSolutionBackupRestoreMailboxBackup](Remove-MgBetaSolutionBackupRestoreMailboxBackup.md) +### [Remove-MgBetaSolutionBackupRestoreMailboxExclusionUnit](Remove-MgBetaSolutionBackupRestoreMailboxExclusionUnit.md) + +### [Remove-MgBetaSolutionBackupRestoreMailboxExclusionUnitBulkAdditionJob](Remove-MgBetaSolutionBackupRestoreMailboxExclusionUnitBulkAdditionJob.md) ### [Remove-MgBetaSolutionBackupRestoreMailboxInclusionRule](Remove-MgBetaSolutionBackupRestoreMailboxInclusionRule.md) @@ -433,6 +523,8 @@ Microsoft Graph PowerShell Cmdlets ### [Remove-MgBetaSolutionBackupRestoreProtectionPolicy](Remove-MgBetaSolutionBackupRestoreProtectionPolicy.md) +### [Remove-MgBetaSolutionBackupRestoreReport](Remove-MgBetaSolutionBackupRestoreReport.md) + ### [Remove-MgBetaSolutionBackupRestoreServiceApp](Remove-MgBetaSolutionBackupRestoreServiceApp.md) ### [Remove-MgBetaSolutionBackupRestoreSession](Remove-MgBetaSolutionBackupRestoreSession.md) @@ -449,7 +541,9 @@ Microsoft Graph PowerShell Cmdlets ### [Remove-MgBetaSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifactBulkAdditionRequest](Remove-MgBetaSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifactBulkAdditionRequest.md) -### [Remove-MgBetaSolutionBackupRestoreSiteBackup](Remove-MgBetaSolutionBackupRestoreSiteBackup.md) +### [Remove-MgBetaSolutionBackupRestoreSiteExclusionUnit](Remove-MgBetaSolutionBackupRestoreSiteExclusionUnit.md) + +### [Remove-MgBetaSolutionBackupRestoreSiteExclusionUnitBulkAdditionJob](Remove-MgBetaSolutionBackupRestoreSiteExclusionUnitBulkAdditionJob.md) ### [Remove-MgBetaSolutionBackupRestoreSiteInclusionRule](Remove-MgBetaSolutionBackupRestoreSiteInclusionRule.md) @@ -463,9 +557,13 @@ Microsoft Graph PowerShell Cmdlets ### [Update-MgBetaSolutionBackupRestore](Update-MgBetaSolutionBackupRestore.md) +### [Update-MgBetaSolutionBackupRestoreActivityLog](Update-MgBetaSolutionBackupRestoreActivityLog.md) + ### [Update-MgBetaSolutionBackupRestoreBrowseSession](Update-MgBetaSolutionBackupRestoreBrowseSession.md) -### [Update-MgBetaSolutionBackupRestoreDriveBackup](Update-MgBetaSolutionBackupRestoreDriveBackup.md) +### [Update-MgBetaSolutionBackupRestoreDriveExclusionUnit](Update-MgBetaSolutionBackupRestoreDriveExclusionUnit.md) + +### [Update-MgBetaSolutionBackupRestoreDriveExclusionUnitBulkAdditionJob](Update-MgBetaSolutionBackupRestoreDriveExclusionUnitBulkAdditionJob.md) ### [Update-MgBetaSolutionBackupRestoreDriveInclusionRule](Update-MgBetaSolutionBackupRestoreDriveInclusionRule.md) @@ -485,7 +583,9 @@ Microsoft Graph PowerShell Cmdlets ### [Update-MgBetaSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifactBulkAdditionRequest](Update-MgBetaSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifactBulkAdditionRequest.md) -### [Update-MgBetaSolutionBackupRestoreMailboxBackup](Update-MgBetaSolutionBackupRestoreMailboxBackup.md) +### [Update-MgBetaSolutionBackupRestoreMailboxExclusionUnit](Update-MgBetaSolutionBackupRestoreMailboxExclusionUnit.md) + +### [Update-MgBetaSolutionBackupRestoreMailboxExclusionUnitBulkAdditionJob](Update-MgBetaSolutionBackupRestoreMailboxExclusionUnitBulkAdditionJob.md) ### [Update-MgBetaSolutionBackupRestoreMailboxInclusionRule](Update-MgBetaSolutionBackupRestoreMailboxInclusionRule.md) @@ -509,6 +609,8 @@ Microsoft Graph PowerShell Cmdlets ### [Update-MgBetaSolutionBackupRestoreProtectionPolicy](Update-MgBetaSolutionBackupRestoreProtectionPolicy.md) +### [Update-MgBetaSolutionBackupRestoreReport](Update-MgBetaSolutionBackupRestoreReport.md) + ### [Update-MgBetaSolutionBackupRestoreServiceApp](Update-MgBetaSolutionBackupRestoreServiceApp.md) ### [Update-MgBetaSolutionBackupRestoreSession](Update-MgBetaSolutionBackupRestoreSession.md) @@ -525,7 +627,9 @@ Microsoft Graph PowerShell Cmdlets ### [Update-MgBetaSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifactBulkAdditionRequest](Update-MgBetaSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifactBulkAdditionRequest.md) -### [Update-MgBetaSolutionBackupRestoreSiteBackup](Update-MgBetaSolutionBackupRestoreSiteBackup.md) +### [Update-MgBetaSolutionBackupRestoreSiteExclusionUnit](Update-MgBetaSolutionBackupRestoreSiteExclusionUnit.md) + +### [Update-MgBetaSolutionBackupRestoreSiteExclusionUnitBulkAdditionJob](Update-MgBetaSolutionBackupRestoreSiteExclusionUnitBulkAdditionJob.md) ### [Update-MgBetaSolutionBackupRestoreSiteInclusionRule](Update-MgBetaSolutionBackupRestoreSiteInclusionRule.md) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Update-MgBetaSolutionBackupRestoreDriveBackup.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/New-MgBetaSolutionBackupRestoreActivityLog.md similarity index 65% rename from microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Update-MgBetaSolutionBackupRestoreDriveBackup.md rename to microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/New-MgBetaSolutionBackupRestoreActivityLog.md index bf192848118fc..5c07890a2bef5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Update-MgBetaSolutionBackupRestoreDriveBackup.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/New-MgBetaSolutionBackupRestoreActivityLog.md @@ -1,42 +1,40 @@ --- document type: cmdlet external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml -HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/update-mgbetasolutionbackuprestoredrivebackup +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/new-mgbetasolutionbackuprestoreactivitylog Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 -title: Update-MgBetaSolutionBackupRestoreDriveBackup +title: New-MgBetaSolutionBackupRestoreActivityLog --- -# Update-MgBetaSolutionBackupRestoreDriveBackup +# New-MgBetaSolutionBackupRestoreActivityLog ## SYNOPSIS -Update the navigation property allDrivesBackup in solutions +Create new navigation property to activityLogs for solutions ## SYNTAX -### UpdateExpanded (Default) +### CreateExpanded (Default) ``` -Update-MgBetaSolutionBackupRestoreDriveBackup [-ResponseHeadersVariable ] - [-ActionOnExistingPolicy ] [-AdditionalProperties ] [-Id ] - [-LastModifiedBy ] [-LastModifiedDateTime ] - [-LastRunDateTime ] [-PolicyId ] [-Status ] [-Break] - [-Headers ] [-HttpPipelineAppend ] - [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] +New-MgBetaSolutionBackupRestoreActivityLog [-ResponseHeadersVariable ] + [-ActivityType ] [-AdditionalProperties ] [-Error ] + [-EventDateTime ] [-Id ] [-PerformedBy ] [-ResultStatus ] + [-ServiceType ] [-Severity ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` -### Update +### Create ``` -Update-MgBetaSolutionBackupRestoreDriveBackup -BodyParameter +New-MgBetaSolutionBackupRestoreActivityLog -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -46,13 +44,13 @@ This cmdlet has the following aliases, ## DESCRIPTION -Update the navigation property allDrivesBackup in solutions +Create new navigation property to activityLogs for solutions ## PARAMETERS -### -ActionOnExistingPolicy +### -ActivityType -fullServiceBackupDisableMode +activityLogOperationType ```yaml Type: System.String @@ -60,7 +58,7 @@ DefaultValue: '' SupportsWildcards: false Aliases: [] ParameterSets: -- Name: UpdateExpanded +- Name: CreateExpanded Position: Named IsRequired: false ValueFromPipeline: false @@ -81,7 +79,7 @@ DefaultValue: '' SupportsWildcards: false Aliases: [] ParameterSets: -- Name: UpdateExpanded +- Name: CreateExpanded Position: Named IsRequired: false ValueFromPipeline: false @@ -94,15 +92,16 @@ HelpMessage: '' ### -BodyParameter -allDrivesBackup +activityLogBase +To construct, see NOTES section for BODYPARAMETER properties and create a hash table. ```yaml -Type: System.Collections.Hashtable +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphActivityLogBase DefaultValue: '' SupportsWildcards: false Aliases: [] ParameterSets: -- Name: Update +- Name: Create Position: Named IsRequired: true ValueFromPipeline: true @@ -156,38 +155,18 @@ 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 +### -Error -SendAsync Pipeline Steps to be appended to the front of the pipeline +publicError +To construct, see NOTES section for ERROR properties and create a hash table. ```yaml -Type: Microsoft.Graph.Beta.PowerShell.Runtime.SendAsyncStep[] +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphPublicError DefaultValue: '' SupportsWildcards: false Aliases: [] ParameterSets: -- Name: (All) +- Name: CreateExpanded Position: Named IsRequired: false ValueFromPipeline: false @@ -198,17 +177,17 @@ AcceptedValues: [] HelpMessage: '' ``` -### -HttpPipelinePrepend +### -EventDateTime + -SendAsync Pipeline Steps to be prepended to the front of the pipeline ```yaml -Type: Microsoft.Graph.Beta.PowerShell.Runtime.SendAsyncStep[] +Type: System.DateTime DefaultValue: '' SupportsWildcards: false Aliases: [] ParameterSets: -- Name: (All) +- Name: CreateExpanded Position: Named IsRequired: false ValueFromPipeline: false @@ -219,21 +198,20 @@ AcceptedValues: [] HelpMessage: '' ``` -### -Id +### -Headers -The unique identifier for an entity. -Read-only. +Optional headers that will be added to the request. ```yaml -Type: System.String +Type: System.Collections.IDictionary DefaultValue: '' SupportsWildcards: false Aliases: [] ParameterSets: -- Name: UpdateExpanded +- Name: (All) Position: Named IsRequired: false - ValueFromPipeline: false + ValueFromPipeline: true ValueFromPipelineByPropertyName: false ValueFromRemainingArguments: false DontShow: false @@ -241,18 +219,17 @@ AcceptedValues: [] HelpMessage: '' ``` -### -LastModifiedBy +### -HttpPipelineAppend -identitySet -To construct, see NOTES section for LASTMODIFIEDBY properties and create a hash table. +SendAsync Pipeline Steps to be appended to the front of the pipeline ```yaml -Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphIdentitySet +Type: Microsoft.Graph.Beta.PowerShell.Runtime.SendAsyncStep[] DefaultValue: '' SupportsWildcards: false Aliases: [] ParameterSets: -- Name: UpdateExpanded +- Name: (All) Position: Named IsRequired: false ValueFromPipeline: false @@ -263,17 +240,17 @@ AcceptedValues: [] HelpMessage: '' ``` -### -LastModifiedDateTime - +### -HttpPipelinePrepend +SendAsync Pipeline Steps to be prepended to the front of the pipeline ```yaml -Type: System.DateTime +Type: Microsoft.Graph.Beta.PowerShell.Runtime.SendAsyncStep[] DefaultValue: '' SupportsWildcards: false Aliases: [] ParameterSets: -- Name: UpdateExpanded +- Name: (All) Position: Named IsRequired: false ValueFromPipeline: false @@ -284,17 +261,18 @@ AcceptedValues: [] HelpMessage: '' ``` -### -LastRunDateTime - +### -Id +The unique identifier for an entity. +Read-only. ```yaml -Type: System.DateTime +Type: System.String DefaultValue: '' SupportsWildcards: false Aliases: [] ParameterSets: -- Name: UpdateExpanded +- Name: CreateExpanded Position: Named IsRequired: false ValueFromPipeline: false @@ -305,7 +283,7 @@ AcceptedValues: [] HelpMessage: '' ``` -### -PolicyId +### -PerformedBy @@ -315,7 +293,7 @@ DefaultValue: '' SupportsWildcards: false Aliases: [] ParameterSets: -- Name: UpdateExpanded +- Name: CreateExpanded Position: Named IsRequired: false ValueFromPipeline: false @@ -411,9 +389,9 @@ AcceptedValues: [] HelpMessage: '' ``` -### -Status +### -ResultStatus -fullServiceBackupStatus +activityLogResultStatus ```yaml Type: System.String @@ -421,7 +399,49 @@ DefaultValue: '' SupportsWildcards: false Aliases: [] ParameterSets: -- Name: UpdateExpanded +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ServiceType + +serviceType + +```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: '' +``` + +### -Severity + +activityLogSeverity + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded Position: Named IsRequired: false ValueFromPipeline: false @@ -463,7 +483,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS -### System.Collections.Hashtable +### Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphActivityLogBase {{ Fill in the Description }} @@ -473,7 +493,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphAllDrivesBackup +### Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphActivityLogBase {{ Fill in the Description }} @@ -484,22 +504,52 @@ 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. -LASTMODIFIEDBY ``: identitySet +BODYPARAMETER ``: activityLogBase + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [ActivityType ]: activityLogOperationType + [Error ]: publicError + [(Any) ]: This indicates any property can be added to this object. + [Code ]: Represents the error code. + [Details ]: Details of the error. + [Code ]: The error code. + [Message ]: The error message. + [Target ]: The target of the error. + [InnerError ]: publicInnerError + [(Any) ]: This indicates any property can be added to this object. + [Code ]: The error code. + [Details ]: A collection of error details. + [Message ]: The error message. + [Target ]: The target of the error. + [Message ]: A non-localized message for the developer. + [Target ]: The target of the error. + [EventDateTime ]: + [PerformedBy ]: + [ResultStatus ]: activityLogResultStatus + [ServiceType ]: serviceType + [Severity ]: activityLogSeverity + +ERROR ``: publicError [(Any) ]: This indicates any property can be added to this object. - [Application ]: identity + [Code ]: Represents the error code. + [Details ]: Details of the error. + [Code ]: The error code. + [Message ]: The error message. + [Target ]: The target of the error. + [InnerError ]: publicInnerError [(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. - [Device ]: identity - [User ]: identity + [Code ]: The error code. + [Details ]: A collection of error details. + [Message ]: The error message. + [Target ]: The target of the error. + [Message ]: A non-localized message for the developer. + [Target ]: The target of the error. ## RELATED LINKS -- [Update-MgBetaSolutionBackupRestoreDriveBackup](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/update-mgbetasolutionbackuprestoredrivebackup) +- [New-MgBetaSolutionBackupRestoreActivityLog](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/new-mgbetasolutionbackuprestoreactivitylog) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/New-MgBetaSolutionBackupRestoreBrowseSession.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/New-MgBetaSolutionBackupRestoreBrowseSession.md index 09a057e64d695..da17127aa9a76 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/New-MgBetaSolutionBackupRestoreBrowseSession.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/New-MgBetaSolutionBackupRestoreBrowseSession.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/new-mgbetasolutionbackuprestorebrowsesession Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaSolutionBackupRestoreBrowseSession --- @@ -15,6 +15,9 @@ title: New-MgBetaSolutionBackupRestoreBrowseSession Create new navigation property to browseSessions for solutions +> [!NOTE] +> To view the v1.0 release of this cmdlet, view [New-MgSolutionBackupRestoreBrowseSession](/powershell/module/Microsoft.Graph.BackupRestore/New-MgSolutionBackupRestoreBrowseSession?view=graph-powershell-1.0) + ## SYNTAX ### CreateExpanded (Default) @@ -23,10 +26,10 @@ Create new navigation property to browseSessions for solutions New-MgBetaSolutionBackupRestoreBrowseSession [-ResponseHeadersVariable ] [-AdditionalProperties ] [-BackupSizeInBytes ] [-CreatedDateTime ] [-Error ] [-ExpirationDateTime ] [-Id ] - [-RestorePointDateTime ] [-Status ] [-Break] [-Headers ] - [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] + [-RestorePointDateTime ] [-RestorePointId ] [-Status ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -36,7 +39,6 @@ New-MgBetaSolutionBackupRestoreBrowseSession -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -73,7 +75,7 @@ HelpMessage: '' ### -BackupSizeInBytes - +The size of the backup in bytes. ```yaml Type: System.String @@ -159,7 +161,9 @@ HelpMessage: '' ### -CreatedDateTime - +The date and time when the browse session 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, 2014 is 2014-01-01T00:00:00Z. ```yaml Type: System.DateTime @@ -202,7 +206,7 @@ HelpMessage: '' ### -ExpirationDateTime - +The date and time after which the browse session is deleted automatically. ```yaml Type: System.DateTime @@ -393,7 +397,7 @@ HelpMessage: '' ### -RestorePointDateTime - +The date and time of the restore point on which the browse session is created. ```yaml Type: System.DateTime @@ -412,6 +416,27 @@ AcceptedValues: [] HelpMessage: '' ``` +### -RestorePointId + + + +```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: '' +``` + ### -Status browseSessionStatus @@ -489,8 +514,10 @@ BODYPARAMETER ``: browseSessionBase [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [BackupSizeInBytes ]: - [CreatedDateTime ]: + [BackupSizeInBytes ]: The size of the backup in bytes. + [CreatedDateTime ]: The date and time when the browse session 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, 2014 is 2014-01-01T00:00:00Z. [Error ]: publicError [(Any) ]: This indicates any property can be added to this object. [Code ]: Represents the error code. @@ -506,8 +533,9 @@ Read-only. [Target ]: The target of the error. [Message ]: A non-localized message for the developer. [Target ]: The target of the error. - [ExpirationDateTime ]: - [RestorePointDateTime ]: + [ExpirationDateTime ]: The date and time after which the browse session is deleted automatically. + [RestorePointDateTime ]: The date and time of the restore point on which the browse session is created. + [RestorePointId ]: [Status ]: browseSessionStatus ERROR ``: publicError diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/New-MgBetaSolutionBackupRestoreDriveExclusionUnit.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/New-MgBetaSolutionBackupRestoreDriveExclusionUnit.md new file mode 100644 index 0000000000000..2f566ac3984df --- /dev/null +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/New-MgBetaSolutionBackupRestoreDriveExclusionUnit.md @@ -0,0 +1,620 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/new-mgbetasolutionbackuprestoredriveexclusionunit +Locale: en-US +Module Name: Microsoft.Graph.Beta.BackupRestore +ms.date: 07/10/2026 +PlatyPS schema version: 2024-05-01 +title: New-MgBetaSolutionBackupRestoreDriveExclusionUnit +--- + +# New-MgBetaSolutionBackupRestoreDriveExclusionUnit + +## SYNOPSIS + +Create new navigation property to driveExclusionUnits for solutions + +## SYNTAX + +### CreateExpanded (Default) + +``` +New-MgBetaSolutionBackupRestoreDriveExclusionUnit [-ResponseHeadersVariable ] + [-AdditionalProperties ] [-CreatedBy ] + [-CreatedDateTime ] [-DirectoryObjectId ] [-Error ] + [-Id ] [-LastModifiedBy ] [-LastModifiedDateTime ] + [-PolicyId ] [-Break] [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +### Create + +``` +New-MgBetaSolutionBackupRestoreDriveExclusionUnit -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 driveExclusionUnits for solutions + +## 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 + +driveExclusionUnit +To construct, see NOTES section for BODYPARAMETER properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphDriveExclusionUnit +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: '' +``` + +### -CreatedBy + +identitySet +To construct, see NOTES section for CREATEDBY properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphIdentitySet +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CreatedDateTime + +The date and time when the exclusion unit 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, 2014 is 2014-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: '' +``` + +### -DirectoryObjectId + +The unique identifier of the directory object (user) associated with the drive. + +```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: '' +``` + +### -Error + +publicError +To construct, see NOTES section for ERROR properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphPublicError +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + 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: '' +``` + +### -LastModifiedBy + +identitySet +To construct, see NOTES section for LASTMODIFIEDBY properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphIdentitySet +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -LastModifiedDateTime + +The date and time when the exclusion unit 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, 2014 is 2014-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: '' +``` + +### -PolicyId + +The unique identifier of the protection policy that contains this exclusion unit. + +```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.IMicrosoftGraphDriveExclusionUnit + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphDriveExclusionUnit + +{{ 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 ``: driveExclusionUnit + [(Any) ]: This indicates any property can be added to this object. + [CreatedBy ]: identitySet + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(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. + [Device ]: identity + [User ]: identity + [CreatedDateTime ]: The date and time when the exclusion unit 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, 2014 is 2014-01-01T00:00:00Z. + [Error ]: publicError + [(Any) ]: This indicates any property can be added to this object. + [Code ]: Represents the error code. + [Details ]: Details of the error. + [Code ]: The error code. + [Message ]: The error message. + [Target ]: The target of the error. + [InnerError ]: publicInnerError + [(Any) ]: This indicates any property can be added to this object. + [Code ]: The error code. + [Details ]: A collection of error details. + [Message ]: The error message. + [Target ]: The target of the error. + [Message ]: A non-localized message for the developer. + [Target ]: The target of the error. + [LastModifiedBy ]: identitySet + [LastModifiedDateTime ]: The date and time when the exclusion unit 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, 2014 is 2014-01-01T00:00:00Z. + [PolicyId ]: The unique identifier of the protection policy that contains this exclusion unit. + [Id ]: The unique identifier for an entity. +Read-only. + [DirectoryObjectId ]: The unique identifier of the directory object (user) associated with the drive. + +CREATEDBY ``: identitySet + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(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. + [Device ]: identity + [User ]: identity + +ERROR ``: publicError + [(Any) ]: This indicates any property can be added to this object. + [Code ]: Represents the error code. + [Details ]: Details of the error. + [Code ]: The error code. + [Message ]: The error message. + [Target ]: The target of the error. + [InnerError ]: publicInnerError + [(Any) ]: This indicates any property can be added to this object. + [Code ]: The error code. + [Details ]: A collection of error details. + [Message ]: The error message. + [Target ]: The target of the error. + [Message ]: A non-localized message for the developer. + [Target ]: The target of the error. + +LASTMODIFIEDBY ``: identitySet + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(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. + [Device ]: identity + [User ]: identity + + +## RELATED LINKS + +- [New-MgBetaSolutionBackupRestoreDriveExclusionUnit](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/new-mgbetasolutionbackuprestoredriveexclusionunit) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/New-MgBetaSolutionBackupRestoreDriveExclusionUnitBulkAdditionJob.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/New-MgBetaSolutionBackupRestoreDriveExclusionUnitBulkAdditionJob.md new file mode 100644 index 0000000000000..256caf1aa3cd9 --- /dev/null +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/New-MgBetaSolutionBackupRestoreDriveExclusionUnitBulkAdditionJob.md @@ -0,0 +1,643 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/new-mgbetasolutionbackuprestoredriveexclusionunitbulkadditionjob +Locale: en-US +Module Name: Microsoft.Graph.Beta.BackupRestore +ms.date: 07/10/2026 +PlatyPS schema version: 2024-05-01 +title: New-MgBetaSolutionBackupRestoreDriveExclusionUnitBulkAdditionJob +--- + +# New-MgBetaSolutionBackupRestoreDriveExclusionUnitBulkAdditionJob + +## SYNOPSIS + +Create new navigation property to driveExclusionUnitsBulkAdditionJobs for solutions + +## SYNTAX + +### CreateExpanded (Default) + +``` +New-MgBetaSolutionBackupRestoreDriveExclusionUnitBulkAdditionJob [-ResponseHeadersVariable ] + [-AdditionalProperties ] [-CreatedBy ] + [-CreatedDateTime ] [-DisplayName ] [-Drives ] + [-Error ] [-Id ] [-LastModifiedBy ] + [-LastModifiedDateTime ] [-Status ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +### Create + +``` +New-MgBetaSolutionBackupRestoreDriveExclusionUnitBulkAdditionJob + -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 driveExclusionUnitsBulkAdditionJobs for solutions + +## 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 + +driveExclusionUnitsBulkAdditionJob +To construct, see NOTES section for BODYPARAMETER properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphDriveExclusionUnitsBulkAdditionJob +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: '' +``` + +### -CreatedBy + +identitySet +To construct, see NOTES section for CREATEDBY properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphIdentitySet +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CreatedDateTime + +The date and time when the bulk addition job 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, 2014 is 2014-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: '' +``` + +### -DisplayName + +The display name of the bulk addition job. + +```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: '' +``` + +### -Drives + +The email addresses or user principal names of the users whose OneDrive drives are to be added as exclusion units to the protection policy. + +```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: '' +``` + +### -Error + +publicError +To construct, see NOTES section for ERROR properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphPublicError +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + 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: '' +``` + +### -LastModifiedBy + +identitySet +To construct, see NOTES section for LASTMODIFIEDBY properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphIdentitySet +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -LastModifiedDateTime + +The date and time when the bulk addition job 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, 2014 is 2014-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: '' +``` + +### -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: '' +``` + +### -Status + +exclusionUnitBulkJobStatus + +```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: '' +``` + +### -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.IMicrosoftGraphDriveExclusionUnitsBulkAdditionJob + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphDriveExclusionUnitsBulkAdditionJob + +{{ 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 ``: driveExclusionUnitsBulkAdditionJob + [(Any) ]: This indicates any property can be added to this object. + [CreatedBy ]: identitySet + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(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. + [Device ]: identity + [User ]: identity + [CreatedDateTime ]: The date and time when the bulk addition job 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, 2014 is 2014-01-01T00:00:00Z. + [DisplayName ]: The display name of the bulk addition job. + [Error ]: publicError + [(Any) ]: This indicates any property can be added to this object. + [Code ]: Represents the error code. + [Details ]: Details of the error. + [Code ]: The error code. + [Message ]: The error message. + [Target ]: The target of the error. + [InnerError ]: publicInnerError + [(Any) ]: This indicates any property can be added to this object. + [Code ]: The error code. + [Details ]: A collection of error details. + [Message ]: The error message. + [Target ]: The target of the error. + [Message ]: A non-localized message for the developer. + [Target ]: The target of the error. + [LastModifiedBy ]: identitySet + [LastModifiedDateTime ]: The date and time when the bulk addition job 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, 2014 is 2014-01-01T00:00:00Z. + [Status ]: exclusionUnitBulkJobStatus + [Id ]: The unique identifier for an entity. +Read-only. + [Drives ]: The email addresses or user principal names of the users whose OneDrive drives are to be added as exclusion units to the protection policy. + +CREATEDBY ``: identitySet + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(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. + [Device ]: identity + [User ]: identity + +ERROR ``: publicError + [(Any) ]: This indicates any property can be added to this object. + [Code ]: Represents the error code. + [Details ]: Details of the error. + [Code ]: The error code. + [Message ]: The error message. + [Target ]: The target of the error. + [InnerError ]: publicInnerError + [(Any) ]: This indicates any property can be added to this object. + [Code ]: The error code. + [Details ]: A collection of error details. + [Message ]: The error message. + [Target ]: The target of the error. + [Message ]: A non-localized message for the developer. + [Target ]: The target of the error. + +LASTMODIFIEDBY ``: identitySet + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(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. + [Device ]: identity + [User ]: identity + + +## RELATED LINKS + +- [New-MgBetaSolutionBackupRestoreDriveExclusionUnitBulkAdditionJob](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/new-mgbetasolutionbackuprestoredriveexclusionunitbulkadditionjob) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/New-MgBetaSolutionBackupRestoreDriveInclusionRule.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/New-MgBetaSolutionBackupRestoreDriveInclusionRule.md index d8d82d59801cc..b5832a23cb4ab 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/New-MgBetaSolutionBackupRestoreDriveInclusionRule.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/New-MgBetaSolutionBackupRestoreDriveInclusionRule.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/new-mgbetasolutionbackuprestoredriveinclusionrule Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaSolutionBackupRestoreDriveInclusionRule --- @@ -30,7 +30,6 @@ New-MgBetaSolutionBackupRestoreDriveInclusionRule [-ResponseHeadersVariable ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -40,7 +39,7 @@ New-MgBetaSolutionBackupRestoreDriveInclusionRule -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.BackupRestore/New-MgBetaSolutionBackupRestoreDriveProtectionUnit.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/New-MgBetaSolutionBackupRestoreDriveProtectionUnit.md index 9be2e48bbb97b..c8023f088ce3a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/New-MgBetaSolutionBackupRestoreDriveProtectionUnit.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/New-MgBetaSolutionBackupRestoreDriveProtectionUnit.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/new-mgbetasolutionbackuprestoredriveprotectionunit Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaSolutionBackupRestoreDriveProtectionUnit --- @@ -24,13 +24,15 @@ Create new navigation property to driveProtectionUnits for solutions ``` New-MgBetaSolutionBackupRestoreDriveProtectionUnit [-ResponseHeadersVariable ] - [-AdditionalProperties ] [-CreatedBy ] - [-CreatedDateTime ] [-DirectoryObjectId ] [-Error ] - [-Id ] [-LastModifiedBy ] [-LastModifiedDateTime ] - [-OffboardRequestedDateTime ] [-PolicyId ] [-ProtectionSources ] - [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] - [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-AdditionalProperties ] [-BackupRetentionPeriodInDays ] + [-BillingPolicyId ] [-CreatedBy ] [-CreatedDateTime ] + [-DirectoryObjectId ] [-Error ] [-Id ] + [-LastModifiedBy ] [-LastModifiedDateTime ] + [-OffboardRequestedDateTime ] + [-PendingRetentionPeriodChange ] [-PolicyId ] + [-ProtectionSources ] [-Status ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -40,7 +42,7 @@ New-MgBetaSolutionBackupRestoreDriveProtectionUnit -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -75,6 +77,48 @@ AcceptedValues: [] HelpMessage: '' ``` +### -BackupRetentionPeriodInDays + +The retention period of the backup, in days. + +```yaml +Type: System.Int32 +DefaultValue: 0 +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -BillingPolicyId + +The unique identifier of the billing policy assigned to the protection unit for cost allocation. + +```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: '' +``` + ### -BodyParameter driveProtectionUnit @@ -375,6 +419,28 @@ AcceptedValues: [] HelpMessage: '' ``` +### -PendingRetentionPeriodChange + +retentionPeriodChange +To construct, see NOTES section for PENDINGRETENTIONPERIODCHANGE properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphRetentionPeriodChange +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + ### -PolicyId The unique identifier of the protection policy based on which protection unit was created. @@ -577,6 +643,8 @@ For information on hash tables, run Get-Help about_Hash_Tables. BODYPARAMETER ``: driveProtectionUnit [(Any) ]: This indicates any property can be added to this object. + [BackupRetentionPeriodInDays ]: The retention period of the backup, in days. + [BillingPolicyId ]: The unique identifier of the billing policy assigned to the protection unit for cost allocation. [CreatedBy ]: identitySet [(Any) ]: This indicates any property can be added to this object. [Application ]: identity @@ -607,6 +675,11 @@ For example, in the access reviews decisions API, this property might record the [LastModifiedBy ]: identitySet [LastModifiedDateTime ]: Timestamp of the last modification of this protection unit. [OffboardRequestedDateTime ]: The time when protection unit offboard was requested. + [PendingRetentionPeriodChange ]: retentionPeriodChange + [(Any) ]: This indicates any property can be added to this object. + [EffectiveFromDateTime ]: + [Status ]: retentionPeriodChangeStatus + [TargetRetentionPeriodInDays ]: [PolicyId ]: The unique identifier of the protection policy based on which protection unit was created. [ProtectionSources ]: protectionSource [Status ]: protectionUnitStatus @@ -654,6 +727,12 @@ For example, in the access reviews decisions API, this property might record the [Device ]: identity [User ]: identity +PENDINGRETENTIONPERIODCHANGE ``: retentionPeriodChange + [(Any) ]: This indicates any property can be added to this object. + [EffectiveFromDateTime ]: + [Status ]: retentionPeriodChangeStatus + [TargetRetentionPeriodInDays ]: + ## RELATED LINKS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/New-MgBetaSolutionBackupRestoreDriveProtectionUnitBulkAdditionJob.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/New-MgBetaSolutionBackupRestoreDriveProtectionUnitBulkAdditionJob.md index 58bca3d8934e7..a9811d25ee321 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/New-MgBetaSolutionBackupRestoreDriveProtectionUnitBulkAdditionJob.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/New-MgBetaSolutionBackupRestoreDriveProtectionUnitBulkAdditionJob.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/new-mgbetasolutionbackuprestoredriveprotectionunitbulkadditionjob Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaSolutionBackupRestoreDriveProtectionUnitBulkAdditionJob --- @@ -31,7 +31,6 @@ New-MgBetaSolutionBackupRestoreDriveProtectionUnitBulkAdditionJob [-LastModifiedDateTime ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -42,7 +41,6 @@ New-MgBetaSolutionBackupRestoreDriveProtectionUnitBulkAdditionJob [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/New-MgBetaSolutionBackupRestoreExchangeProtectionPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/New-MgBetaSolutionBackupRestoreExchangeProtectionPolicy.md index c5c5ad4c9fe65..817ec3d0d5e91 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/New-MgBetaSolutionBackupRestoreExchangeProtectionPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/New-MgBetaSolutionBackupRestoreExchangeProtectionPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/new-mgbetasolutionbackuprestoreexchangeprotectionpolicy Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaSolutionBackupRestoreExchangeProtectionPolicy --- @@ -29,16 +29,17 @@ New-MgBetaSolutionBackupRestoreExchangeProtectionPolicy [-ResponseHeadersVariabl [-AdditionalProperties ] [-BillingPolicyId ] [-CreatedBy ] [-CreatedDateTime ] [-DisplayName ] [-Id ] [-IsEnabled] [-LastModifiedBy ] - [-LastModifiedDateTime ] + [-LastModifiedDateTime ] [-MailboxExclusionUnits ] + [-MailboxExclusionUnitsBulkAdditionJobs ] [-MailboxInclusionRules ] [-MailboxProtectionUnits ] [-MailboxProtectionUnitsBulkAdditionJobs ] - [-ProtectionMode ] + [-OffboardRequestedDateTime ] [-ProtectionMode ] [-ProtectionPolicyArtifactCount ] [-RetentionSettings ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -48,7 +49,7 @@ New-MgBetaSolutionBackupRestoreExchangeProtectionPolicy -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -218,7 +219,7 @@ HelpMessage: '' ### -DisplayName -The name of the policy to be created. +The name of the policy. ```yaml Type: System.String @@ -388,6 +389,50 @@ AcceptedValues: [] HelpMessage: '' ``` +### -MailboxExclusionUnits + +The mailbox exclusion units associated with the Exchange protection policy. +To construct, see NOTES section for MAILBOXEXCLUSIONUNITS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphMailboxExclusionUnit[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -MailboxExclusionUnitsBulkAdditionJobs + +The list of bulk addition jobs for mailbox exclusion units associated with the Exchange protection policy. +To construct, see NOTES section for MAILBOXEXCLUSIONUNITSBULKADDITIONJOBS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphMailboxExclusionUnitsBulkAdditionJob[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + ### -MailboxInclusionRules The rules associated with the Exchange protection policy. @@ -454,6 +499,29 @@ AcceptedValues: [] HelpMessage: '' ``` +### -OffboardRequestedDateTime + +The date and time when offboarding was requested for the protection policy. +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. + +```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: '' +``` + ### -ProtectionMode BackupPolicyProtectionMode @@ -694,11 +762,14 @@ For example, in the access reviews decisions API, this property might record the [CreatedDateTime ]: The date and time when the policy 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, 2014 is 2014-01-01T00:00:00Z. - [DisplayName ]: The name of the policy to be created. + [DisplayName ]: The name of the policy. [IsEnabled ]: Indicates whether the policy is enabled. [LastModifiedBy ]: identitySet [LastModifiedDateTime ]: The date and time when the policy 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, 2014 is 2014-01-01T00:00:00Z. + [OffboardRequestedDateTime ]: The date and time when offboarding was requested for the protection policy. +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. [ProtectionMode ]: BackupPolicyProtectionMode [ProtectionPolicyArtifactCount ]: protectionPolicyArtifactCount @@ -713,9 +784,11 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Status ]: protectionPolicyStatus [Id ]: The unique identifier for an entity. Read-only. - [MailboxInclusionRules ]: The rules associated with the Exchange protection policy. + [MailboxExclusionUnits ]: The mailbox exclusion units associated with the Exchange protection policy. [CreatedBy ]: identitySet - [CreatedDateTime ]: The time of creation of the rule. + [CreatedDateTime ]: The date and time when the exclusion unit 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, 2014 is 2014-01-01T00:00:00Z. [Error ]: publicError [(Any) ]: This indicates any property can be added to this object. [Code ]: Represents the error code. @@ -731,6 +804,34 @@ Read-only. [Target ]: The target of the error. [Message ]: A non-localized message for the developer. [Target ]: The target of the error. + [LastModifiedBy ]: identitySet + [LastModifiedDateTime ]: The date and time when the exclusion unit 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, 2014 is 2014-01-01T00:00:00Z. + [PolicyId ]: The unique identifier of the protection policy that contains this exclusion unit. + [Id ]: The unique identifier for an entity. +Read-only. + [DirectoryObjectId ]: The unique identifier of the directory object (user) associated with the mailbox. + [MailboxType ]: mailboxType + [MailboxExclusionUnitsBulkAdditionJobs ]: The list of bulk addition jobs for mailbox exclusion units associated with the Exchange protection policy. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the bulk addition job 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, 2014 is 2014-01-01T00:00:00Z. + [DisplayName ]: The display name of the bulk addition job. + [Error ]: publicError + [LastModifiedBy ]: identitySet + [LastModifiedDateTime ]: The date and time when the bulk addition job 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, 2014 is 2014-01-01T00:00:00Z. + [Status ]: exclusionUnitBulkJobStatus + [Id ]: The unique identifier for an entity. +Read-only. + [Mailboxes ]: The email addresses of the mailboxes to be added as exclusion units to the protection policy. + [MailboxInclusionRules ]: The rules associated with the Exchange protection policy. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The time of creation of the rule. + [Error ]: publicError [IsAutoApplyEnabled ]: true indicates that the protection rule is dynamic; false that it's static. [LastModifiedBy ]: identitySet [LastModifiedDateTime ]: Timestamp of the last modification made to the rule. @@ -740,12 +841,19 @@ Read-only. [MailboxExpression ]: Contains a mailbox expression. For examples, see mailboxExpression examples. [MailboxProtectionUnits ]: The protection units (mailboxes) that are protected under the Exchange protection policy. + [BackupRetentionPeriodInDays ]: The retention period of the backup, in days. + [BillingPolicyId ]: The unique identifier of the billing policy assigned to the protection unit for cost allocation. [CreatedBy ]: identitySet [CreatedDateTime ]: The time of creation of the protection unit. [Error ]: publicError [LastModifiedBy ]: identitySet [LastModifiedDateTime ]: Timestamp of the last modification of this protection unit. [OffboardRequestedDateTime ]: The time when protection unit offboard was requested. + [PendingRetentionPeriodChange ]: retentionPeriodChange + [(Any) ]: This indicates any property can be added to this object. + [EffectiveFromDateTime ]: + [Status ]: retentionPeriodChangeStatus + [TargetRetentionPeriodInDays ]: [PolicyId ]: The unique identifier of the protection policy based on which protection unit was created. [ProtectionSources ]: protectionSource [Status ]: protectionUnitStatus @@ -790,6 +898,86 @@ For example, in the access reviews decisions API, this property might record the [Device ]: identity [User ]: identity +MAILBOXEXCLUSIONUNITS : The mailbox exclusion units associated with the Exchange protection policy. + [CreatedBy ]: identitySet + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(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. + [Device ]: identity + [User ]: identity + [CreatedDateTime ]: The date and time when the exclusion unit 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, 2014 is 2014-01-01T00:00:00Z. + [Error ]: publicError + [(Any) ]: This indicates any property can be added to this object. + [Code ]: Represents the error code. + [Details ]: Details of the error. + [Code ]: The error code. + [Message ]: The error message. + [Target ]: The target of the error. + [InnerError ]: publicInnerError + [(Any) ]: This indicates any property can be added to this object. + [Code ]: The error code. + [Details ]: A collection of error details. + [Message ]: The error message. + [Target ]: The target of the error. + [Message ]: A non-localized message for the developer. + [Target ]: The target of the error. + [LastModifiedBy ]: identitySet + [LastModifiedDateTime ]: The date and time when the exclusion unit 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, 2014 is 2014-01-01T00:00:00Z. + [PolicyId ]: The unique identifier of the protection policy that contains this exclusion unit. + [Id ]: The unique identifier for an entity. +Read-only. + [DirectoryObjectId ]: The unique identifier of the directory object (user) associated with the mailbox. + [MailboxType ]: mailboxType + +MAILBOXEXCLUSIONUNITSBULKADDITIONJOBS : The list of bulk addition jobs for mailbox exclusion units associated with the Exchange protection policy. + [CreatedBy ]: identitySet + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(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. + [Device ]: identity + [User ]: identity + [CreatedDateTime ]: The date and time when the bulk addition job 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, 2014 is 2014-01-01T00:00:00Z. + [DisplayName ]: The display name of the bulk addition job. + [Error ]: publicError + [(Any) ]: This indicates any property can be added to this object. + [Code ]: Represents the error code. + [Details ]: Details of the error. + [Code ]: The error code. + [Message ]: The error message. + [Target ]: The target of the error. + [InnerError ]: publicInnerError + [(Any) ]: This indicates any property can be added to this object. + [Code ]: The error code. + [Details ]: A collection of error details. + [Message ]: The error message. + [Target ]: The target of the error. + [Message ]: A non-localized message for the developer. + [Target ]: The target of the error. + [LastModifiedBy ]: identitySet + [LastModifiedDateTime ]: The date and time when the bulk addition job 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, 2014 is 2014-01-01T00:00:00Z. + [Status ]: exclusionUnitBulkJobStatus + [Id ]: The unique identifier for an entity. +Read-only. + [Mailboxes ]: The email addresses of the mailboxes to be added as exclusion units to the protection policy. + MAILBOXINCLUSIONRULES : The rules associated with the Exchange protection policy. [CreatedBy ]: identitySet [(Any) ]: This indicates any property can be added to this object. @@ -828,6 +1016,8 @@ Read-only. For examples, see mailboxExpression examples. MAILBOXPROTECTIONUNITS : The protection units (mailboxes) that are protected under the Exchange protection policy. + [BackupRetentionPeriodInDays ]: The retention period of the backup, in days. + [BillingPolicyId ]: The unique identifier of the billing policy assigned to the protection unit for cost allocation. [CreatedBy ]: identitySet [(Any) ]: This indicates any property can be added to this object. [Application ]: identity @@ -858,6 +1048,11 @@ For example, in the access reviews decisions API, this property might record the [LastModifiedBy ]: identitySet [LastModifiedDateTime ]: Timestamp of the last modification of this protection unit. [OffboardRequestedDateTime ]: The time when protection unit offboard was requested. + [PendingRetentionPeriodChange ]: retentionPeriodChange + [(Any) ]: This indicates any property can be added to this object. + [EffectiveFromDateTime ]: + [Status ]: retentionPeriodChangeStatus + [TargetRetentionPeriodInDays ]: [PolicyId ]: The unique identifier of the protection policy based on which protection unit was created. [ProtectionSources ]: protectionSource [Status ]: protectionUnitStatus diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/New-MgBetaSolutionBackupRestoreExchangeRestoreSession.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/New-MgBetaSolutionBackupRestoreExchangeRestoreSession.md index ba873b7bd80f1..5a5a407959967 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/New-MgBetaSolutionBackupRestoreExchangeRestoreSession.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/New-MgBetaSolutionBackupRestoreExchangeRestoreSession.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/new-mgbetasolutionbackuprestoreexchangerestoresession Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaSolutionBackupRestoreExchangeRestoreSession --- @@ -35,7 +35,7 @@ New-MgBetaSolutionBackupRestoreExchangeRestoreSession [-ResponseHeadersVariable [-RestoreSessionArtifactCount ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -45,7 +45,7 @@ New-MgBetaSolutionBackupRestoreExchangeRestoreSession -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -684,12 +684,19 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. + [BackupRetentionPeriodInDays ]: The retention period of the backup, in days. + [BillingPolicyId ]: The unique identifier of the billing policy assigned to the protection unit for cost allocation. [CreatedBy ]: identitySet [CreatedDateTime ]: The time of creation of the protection unit. [Error ]: publicError [LastModifiedBy ]: identitySet [LastModifiedDateTime ]: Timestamp of the last modification of this protection unit. [OffboardRequestedDateTime ]: The time when protection unit offboard was requested. + [PendingRetentionPeriodChange ]: retentionPeriodChange + [(Any) ]: This indicates any property can be added to this object. + [EffectiveFromDateTime ]: + [Status ]: retentionPeriodChangeStatus + [TargetRetentionPeriodInDays ]: [PolicyId ]: The unique identifier of the protection policy based on which protection unit was created. [ProtectionSources ]: protectionSource [Status ]: protectionUnitStatus @@ -793,6 +800,8 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. + [BackupRetentionPeriodInDays ]: The retention period of the backup, in days. + [BillingPolicyId ]: The unique identifier of the billing policy assigned to the protection unit for cost allocation. [CreatedBy ]: identitySet [(Any) ]: This indicates any property can be added to this object. [Application ]: identity @@ -809,6 +818,11 @@ For example, in the access reviews decisions API, this property might record the [LastModifiedBy ]: identitySet [LastModifiedDateTime ]: Timestamp of the last modification of this protection unit. [OffboardRequestedDateTime ]: The time when protection unit offboard was requested. + [PendingRetentionPeriodChange ]: retentionPeriodChange + [(Any) ]: This indicates any property can be added to this object. + [EffectiveFromDateTime ]: + [Status ]: retentionPeriodChangeStatus + [TargetRetentionPeriodInDays ]: [PolicyId ]: The unique identifier of the protection policy based on which protection unit was created. [ProtectionSources ]: protectionSource [Status ]: protectionUnitStatus @@ -861,6 +875,8 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. + [BackupRetentionPeriodInDays ]: The retention period of the backup, in days. + [BillingPolicyId ]: The unique identifier of the billing policy assigned to the protection unit for cost allocation. [CreatedBy ]: identitySet [(Any) ]: This indicates any property can be added to this object. [Application ]: identity @@ -877,6 +893,11 @@ For example, in the access reviews decisions API, this property might record the [LastModifiedBy ]: identitySet [LastModifiedDateTime ]: Timestamp of the last modification of this protection unit. [OffboardRequestedDateTime ]: The time when protection unit offboard was requested. + [PendingRetentionPeriodChange ]: retentionPeriodChange + [(Any) ]: This indicates any property can be added to this object. + [EffectiveFromDateTime ]: + [Status ]: retentionPeriodChangeStatus + [TargetRetentionPeriodInDays ]: [PolicyId ]: The unique identifier of the protection policy based on which protection unit was created. [ProtectionSources ]: protectionSource [Status ]: protectionUnitStatus diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/New-MgBetaSolutionBackupRestoreExchangeRestoreSessionGranularMailboxRestoreArtifact.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/New-MgBetaSolutionBackupRestoreExchangeRestoreSessionGranularMailboxRestoreArtifact.md index fdbebef776413..5e9dae1d2aa98 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/New-MgBetaSolutionBackupRestoreExchangeRestoreSessionGranularMailboxRestoreArtifact.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/New-MgBetaSolutionBackupRestoreExchangeRestoreSessionGranularMailboxRestoreArtifact.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/new-mgbetasolutionbackuprestoreexchangerestoresessiongranularmailboxrestoreartifact Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaSolutionBackupRestoreExchangeRestoreSessionGranularMailboxRestoreArtifact --- @@ -31,7 +31,7 @@ New-MgBetaSolutionBackupRestoreExchangeRestoreSessionGranularMailboxRestoreArtif [-RestoredItemCount ] [-SearchResponseId ] [-StartDateTime ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -42,7 +42,6 @@ New-MgBetaSolutionBackupRestoreExchangeRestoreSessionGranularMailboxRestoreArtif [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -56,7 +55,7 @@ New-MgBetaSolutionBackupRestoreExchangeRestoreSessionGranularMailboxRestoreArtif [-RestoredItemCount ] [-SearchResponseId ] [-StartDateTime ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -67,7 +66,7 @@ New-MgBetaSolutionBackupRestoreExchangeRestoreSessionGranularMailboxRestoreArtif -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -770,6 +769,8 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. + [BackupRetentionPeriodInDays ]: The retention period of the backup, in days. + [BillingPolicyId ]: The unique identifier of the billing policy assigned to the protection unit for cost allocation. [CreatedBy ]: identitySet [(Any) ]: This indicates any property can be added to this object. [Application ]: identity @@ -786,6 +787,11 @@ For example, in the access reviews decisions API, this property might record the [LastModifiedBy ]: identitySet [LastModifiedDateTime ]: Timestamp of the last modification of this protection unit. [OffboardRequestedDateTime ]: The time when protection unit offboard was requested. + [PendingRetentionPeriodChange ]: retentionPeriodChange + [(Any) ]: This indicates any property can be added to this object. + [EffectiveFromDateTime ]: + [Status ]: retentionPeriodChangeStatus + [TargetRetentionPeriodInDays ]: [PolicyId ]: The unique identifier of the protection policy based on which protection unit was created. [ProtectionSources ]: protectionSource [Status ]: protectionUnitStatus @@ -815,7 +821,10 @@ ERROR ``: publicError [Target ]: The target of the error. INPUTOBJECT ``: Identity Parameter + [ActivityLogBaseId ]: The unique identifier of activityLogBase [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -823,9 +832,12 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob @@ -835,6 +847,7 @@ INPUTOBJECT ``: Identity Parameter [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase [RestorePointId ]: The unique identifier of restorePoint @@ -843,6 +856,8 @@ INPUTOBJECT ``: Identity Parameter [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob @@ -859,6 +874,8 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. + [BackupRetentionPeriodInDays ]: The retention period of the backup, in days. + [BillingPolicyId ]: The unique identifier of the billing policy assigned to the protection unit for cost allocation. [CreatedBy ]: identitySet [(Any) ]: This indicates any property can be added to this object. [Application ]: identity @@ -889,6 +906,11 @@ For example, in the access reviews decisions API, this property might record the [LastModifiedBy ]: identitySet [LastModifiedDateTime ]: Timestamp of the last modification of this protection unit. [OffboardRequestedDateTime ]: The time when protection unit offboard was requested. + [PendingRetentionPeriodChange ]: retentionPeriodChange + [(Any) ]: This indicates any property can be added to this object. + [EffectiveFromDateTime ]: + [Status ]: retentionPeriodChangeStatus + [TargetRetentionPeriodInDays ]: [PolicyId ]: The unique identifier of the protection policy based on which protection unit was created. [ProtectionSources ]: protectionSource [Status ]: protectionUnitStatus diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/New-MgBetaSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifact.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/New-MgBetaSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifact.md index fb68e45b75e5c..8f5d088199d6d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/New-MgBetaSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifact.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/New-MgBetaSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifact.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/new-mgbetasolutionbackuprestoreexchangerestoresessionmailboxrestoreartifact Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifact --- @@ -30,7 +30,7 @@ New-MgBetaSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifact [-RestoredFolderId ] [-RestoredItemCount ] [-StartDateTime ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -41,7 +41,6 @@ New-MgBetaSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifact [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -54,7 +53,7 @@ New-MgBetaSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifact [-RestoredFolderId ] [-RestoredItemCount ] [-StartDateTime ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -65,7 +64,6 @@ New-MgBetaSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifact [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -711,6 +709,8 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. + [BackupRetentionPeriodInDays ]: The retention period of the backup, in days. + [BillingPolicyId ]: The unique identifier of the billing policy assigned to the protection unit for cost allocation. [CreatedBy ]: identitySet [(Any) ]: This indicates any property can be added to this object. [Application ]: identity @@ -727,6 +727,11 @@ For example, in the access reviews decisions API, this property might record the [LastModifiedBy ]: identitySet [LastModifiedDateTime ]: Timestamp of the last modification of this protection unit. [OffboardRequestedDateTime ]: The time when protection unit offboard was requested. + [PendingRetentionPeriodChange ]: retentionPeriodChange + [(Any) ]: This indicates any property can be added to this object. + [EffectiveFromDateTime ]: + [Status ]: retentionPeriodChangeStatus + [TargetRetentionPeriodInDays ]: [PolicyId ]: The unique identifier of the protection policy based on which protection unit was created. [ProtectionSources ]: protectionSource [Status ]: protectionUnitStatus @@ -755,7 +760,10 @@ ERROR ``: publicError [Target ]: The target of the error. INPUTOBJECT ``: Identity Parameter + [ActivityLogBaseId ]: The unique identifier of activityLogBase [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -763,9 +771,12 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob @@ -775,6 +786,7 @@ INPUTOBJECT ``: Identity Parameter [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase [RestorePointId ]: The unique identifier of restorePoint @@ -783,6 +795,8 @@ INPUTOBJECT ``: Identity Parameter [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob @@ -799,6 +813,8 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. + [BackupRetentionPeriodInDays ]: The retention period of the backup, in days. + [BillingPolicyId ]: The unique identifier of the billing policy assigned to the protection unit for cost allocation. [CreatedBy ]: identitySet [(Any) ]: This indicates any property can be added to this object. [Application ]: identity @@ -829,6 +845,11 @@ For example, in the access reviews decisions API, this property might record the [LastModifiedBy ]: identitySet [LastModifiedDateTime ]: Timestamp of the last modification of this protection unit. [OffboardRequestedDateTime ]: The time when protection unit offboard was requested. + [PendingRetentionPeriodChange ]: retentionPeriodChange + [(Any) ]: This indicates any property can be added to this object. + [EffectiveFromDateTime ]: + [Status ]: retentionPeriodChangeStatus + [TargetRetentionPeriodInDays ]: [PolicyId ]: The unique identifier of the protection policy based on which protection unit was created. [ProtectionSources ]: protectionSource [Status ]: protectionUnitStatus diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/New-MgBetaSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifactBulkAdditionRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/New-MgBetaSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifactBulkAdditionRequest.md index a556699bf4fe5..70c1eacae50c1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/New-MgBetaSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifactBulkAdditionRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/New-MgBetaSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifactBulkAdditionRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/new-mgbetasolutionbackuprestoreexchangerestoresessionmailboxrestoreartifactbulkadditionrequest Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifactBulkAdditionRequest --- @@ -34,7 +34,7 @@ New-MgBetaSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifactBulkA [-ProtectionUnitIds ] [-RestorePointPreference ] [-Status ] [-Tags ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -46,7 +46,6 @@ New-MgBetaSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifactBulkA [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -62,7 +61,7 @@ New-MgBetaSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifactBulkA [-ProtectionUnitIds ] [-RestorePointPreference ] [-Status ] [-Tags ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -74,7 +73,6 @@ New-MgBetaSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifactBulkA [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -935,7 +933,10 @@ ERROR ``: publicError [Target ]: The target of the error. INPUTOBJECT ``: Identity Parameter + [ActivityLogBaseId ]: The unique identifier of activityLogBase [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -943,9 +944,12 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob @@ -955,6 +959,7 @@ INPUTOBJECT ``: Identity Parameter [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase [RestorePointId ]: The unique identifier of restorePoint @@ -963,6 +968,8 @@ INPUTOBJECT ``: Identity Parameter [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/New-MgBetaSolutionBackupRestoreMailboxExclusionUnit.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/New-MgBetaSolutionBackupRestoreMailboxExclusionUnit.md new file mode 100644 index 0000000000000..45d33585311c1 --- /dev/null +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/New-MgBetaSolutionBackupRestoreMailboxExclusionUnit.md @@ -0,0 +1,643 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/new-mgbetasolutionbackuprestoremailboxexclusionunit +Locale: en-US +Module Name: Microsoft.Graph.Beta.BackupRestore +ms.date: 07/10/2026 +PlatyPS schema version: 2024-05-01 +title: New-MgBetaSolutionBackupRestoreMailboxExclusionUnit +--- + +# New-MgBetaSolutionBackupRestoreMailboxExclusionUnit + +## SYNOPSIS + +Create new navigation property to mailboxExclusionUnits for solutions + +## SYNTAX + +### CreateExpanded (Default) + +``` +New-MgBetaSolutionBackupRestoreMailboxExclusionUnit [-ResponseHeadersVariable ] + [-AdditionalProperties ] [-CreatedBy ] + [-CreatedDateTime ] [-DirectoryObjectId ] [-Error ] + [-Id ] [-LastModifiedBy ] [-LastModifiedDateTime ] + [-MailboxType ] [-PolicyId ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +### Create + +``` +New-MgBetaSolutionBackupRestoreMailboxExclusionUnit + -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 mailboxExclusionUnits for solutions + +## 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 + +mailboxExclusionUnit +To construct, see NOTES section for BODYPARAMETER properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphMailboxExclusionUnit +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: '' +``` + +### -CreatedBy + +identitySet +To construct, see NOTES section for CREATEDBY properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphIdentitySet +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CreatedDateTime + +The date and time when the exclusion unit 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, 2014 is 2014-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: '' +``` + +### -DirectoryObjectId + +The unique identifier of the directory object (user) associated with the mailbox. + +```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: '' +``` + +### -Error + +publicError +To construct, see NOTES section for ERROR properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphPublicError +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + 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: '' +``` + +### -LastModifiedBy + +identitySet +To construct, see NOTES section for LASTMODIFIEDBY properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphIdentitySet +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -LastModifiedDateTime + +The date and time when the exclusion unit 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, 2014 is 2014-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: '' +``` + +### -MailboxType + +mailboxType + +```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: '' +``` + +### -PolicyId + +The unique identifier of the protection policy that contains this exclusion unit. + +```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.IMicrosoftGraphMailboxExclusionUnit + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphMailboxExclusionUnit + +{{ 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 ``: mailboxExclusionUnit + [(Any) ]: This indicates any property can be added to this object. + [CreatedBy ]: identitySet + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(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. + [Device ]: identity + [User ]: identity + [CreatedDateTime ]: The date and time when the exclusion unit 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, 2014 is 2014-01-01T00:00:00Z. + [Error ]: publicError + [(Any) ]: This indicates any property can be added to this object. + [Code ]: Represents the error code. + [Details ]: Details of the error. + [Code ]: The error code. + [Message ]: The error message. + [Target ]: The target of the error. + [InnerError ]: publicInnerError + [(Any) ]: This indicates any property can be added to this object. + [Code ]: The error code. + [Details ]: A collection of error details. + [Message ]: The error message. + [Target ]: The target of the error. + [Message ]: A non-localized message for the developer. + [Target ]: The target of the error. + [LastModifiedBy ]: identitySet + [LastModifiedDateTime ]: The date and time when the exclusion unit 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, 2014 is 2014-01-01T00:00:00Z. + [PolicyId ]: The unique identifier of the protection policy that contains this exclusion unit. + [Id ]: The unique identifier for an entity. +Read-only. + [DirectoryObjectId ]: The unique identifier of the directory object (user) associated with the mailbox. + [MailboxType ]: mailboxType + +CREATEDBY ``: identitySet + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(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. + [Device ]: identity + [User ]: identity + +ERROR ``: publicError + [(Any) ]: This indicates any property can be added to this object. + [Code ]: Represents the error code. + [Details ]: Details of the error. + [Code ]: The error code. + [Message ]: The error message. + [Target ]: The target of the error. + [InnerError ]: publicInnerError + [(Any) ]: This indicates any property can be added to this object. + [Code ]: The error code. + [Details ]: A collection of error details. + [Message ]: The error message. + [Target ]: The target of the error. + [Message ]: A non-localized message for the developer. + [Target ]: The target of the error. + +LASTMODIFIEDBY ``: identitySet + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(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. + [Device ]: identity + [User ]: identity + + +## RELATED LINKS + +- [New-MgBetaSolutionBackupRestoreMailboxExclusionUnit](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/new-mgbetasolutionbackuprestoremailboxexclusionunit) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/New-MgBetaSolutionBackupRestoreMailboxExclusionUnitBulkAdditionJob.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/New-MgBetaSolutionBackupRestoreMailboxExclusionUnitBulkAdditionJob.md new file mode 100644 index 0000000000000..ce1ba316fe608 --- /dev/null +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/New-MgBetaSolutionBackupRestoreMailboxExclusionUnitBulkAdditionJob.md @@ -0,0 +1,644 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/new-mgbetasolutionbackuprestoremailboxexclusionunitbulkadditionjob +Locale: en-US +Module Name: Microsoft.Graph.Beta.BackupRestore +ms.date: 07/10/2026 +PlatyPS schema version: 2024-05-01 +title: New-MgBetaSolutionBackupRestoreMailboxExclusionUnitBulkAdditionJob +--- + +# New-MgBetaSolutionBackupRestoreMailboxExclusionUnitBulkAdditionJob + +## SYNOPSIS + +Create new navigation property to mailboxExclusionUnitsBulkAdditionJobs for solutions + +## SYNTAX + +### CreateExpanded (Default) + +``` +New-MgBetaSolutionBackupRestoreMailboxExclusionUnitBulkAdditionJob + [-ResponseHeadersVariable ] [-AdditionalProperties ] + [-CreatedBy ] [-CreatedDateTime ] [-DisplayName ] + [-Error ] [-Id ] [-LastModifiedBy ] + [-LastModifiedDateTime ] [-Mailboxes ] [-Status ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +### Create + +``` +New-MgBetaSolutionBackupRestoreMailboxExclusionUnitBulkAdditionJob + -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 mailboxExclusionUnitsBulkAdditionJobs for solutions + +## 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 + +mailboxExclusionUnitsBulkAdditionJob +To construct, see NOTES section for BODYPARAMETER properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphMailboxExclusionUnitsBulkAdditionJob +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: '' +``` + +### -CreatedBy + +identitySet +To construct, see NOTES section for CREATEDBY properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphIdentitySet +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CreatedDateTime + +The date and time when the bulk addition job 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, 2014 is 2014-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: '' +``` + +### -DisplayName + +The display name of the bulk addition job. + +```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: '' +``` + +### -Error + +publicError +To construct, see NOTES section for ERROR properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphPublicError +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + 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: '' +``` + +### -LastModifiedBy + +identitySet +To construct, see NOTES section for LASTMODIFIEDBY properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphIdentitySet +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -LastModifiedDateTime + +The date and time when the bulk addition job 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, 2014 is 2014-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: '' +``` + +### -Mailboxes + +The email addresses of the mailboxes to be added as exclusion units to the protection policy. + +```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: '' +``` + +### -Status + +exclusionUnitBulkJobStatus + +```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: '' +``` + +### -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.IMicrosoftGraphMailboxExclusionUnitsBulkAdditionJob + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphMailboxExclusionUnitsBulkAdditionJob + +{{ 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 ``: mailboxExclusionUnitsBulkAdditionJob + [(Any) ]: This indicates any property can be added to this object. + [CreatedBy ]: identitySet + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(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. + [Device ]: identity + [User ]: identity + [CreatedDateTime ]: The date and time when the bulk addition job 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, 2014 is 2014-01-01T00:00:00Z. + [DisplayName ]: The display name of the bulk addition job. + [Error ]: publicError + [(Any) ]: This indicates any property can be added to this object. + [Code ]: Represents the error code. + [Details ]: Details of the error. + [Code ]: The error code. + [Message ]: The error message. + [Target ]: The target of the error. + [InnerError ]: publicInnerError + [(Any) ]: This indicates any property can be added to this object. + [Code ]: The error code. + [Details ]: A collection of error details. + [Message ]: The error message. + [Target ]: The target of the error. + [Message ]: A non-localized message for the developer. + [Target ]: The target of the error. + [LastModifiedBy ]: identitySet + [LastModifiedDateTime ]: The date and time when the bulk addition job 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, 2014 is 2014-01-01T00:00:00Z. + [Status ]: exclusionUnitBulkJobStatus + [Id ]: The unique identifier for an entity. +Read-only. + [Mailboxes ]: The email addresses of the mailboxes to be added as exclusion units to the protection policy. + +CREATEDBY ``: identitySet + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(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. + [Device ]: identity + [User ]: identity + +ERROR ``: publicError + [(Any) ]: This indicates any property can be added to this object. + [Code ]: Represents the error code. + [Details ]: Details of the error. + [Code ]: The error code. + [Message ]: The error message. + [Target ]: The target of the error. + [InnerError ]: publicInnerError + [(Any) ]: This indicates any property can be added to this object. + [Code ]: The error code. + [Details ]: A collection of error details. + [Message ]: The error message. + [Target ]: The target of the error. + [Message ]: A non-localized message for the developer. + [Target ]: The target of the error. + +LASTMODIFIEDBY ``: identitySet + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(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. + [Device ]: identity + [User ]: identity + + +## RELATED LINKS + +- [New-MgBetaSolutionBackupRestoreMailboxExclusionUnitBulkAdditionJob](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/new-mgbetasolutionbackuprestoremailboxexclusionunitbulkadditionjob) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/New-MgBetaSolutionBackupRestoreMailboxInclusionRule.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/New-MgBetaSolutionBackupRestoreMailboxInclusionRule.md index 2ee6cb887eb97..a864de240ef32 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/New-MgBetaSolutionBackupRestoreMailboxInclusionRule.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/New-MgBetaSolutionBackupRestoreMailboxInclusionRule.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/new-mgbetasolutionbackuprestoremailboxinclusionrule Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaSolutionBackupRestoreMailboxInclusionRule --- @@ -30,7 +30,7 @@ New-MgBetaSolutionBackupRestoreMailboxInclusionRule [-ResponseHeadersVariable ] [-MailboxExpression ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -40,7 +40,7 @@ New-MgBetaSolutionBackupRestoreMailboxInclusionRule -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.BackupRestore/New-MgBetaSolutionBackupRestoreMailboxProtectionUnit.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/New-MgBetaSolutionBackupRestoreMailboxProtectionUnit.md index 05ab5aa6960a3..3e0eaed20debf 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/New-MgBetaSolutionBackupRestoreMailboxProtectionUnit.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/New-MgBetaSolutionBackupRestoreMailboxProtectionUnit.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/new-mgbetasolutionbackuprestoremailboxprotectionunit Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaSolutionBackupRestoreMailboxProtectionUnit --- @@ -24,14 +24,15 @@ Create new navigation property to mailboxProtectionUnits for solutions ``` New-MgBetaSolutionBackupRestoreMailboxProtectionUnit [-ResponseHeadersVariable ] - [-AdditionalProperties ] [-CreatedBy ] - [-CreatedDateTime ] [-DirectoryObjectId ] [-Error ] - [-Id ] [-LastModifiedBy ] [-LastModifiedDateTime ] - [-MailboxType ] [-OffboardRequestedDateTime ] [-PolicyId ] + [-AdditionalProperties ] [-BackupRetentionPeriodInDays ] + [-BillingPolicyId ] [-CreatedBy ] [-CreatedDateTime ] + [-DirectoryObjectId ] [-Error ] [-Id ] + [-LastModifiedBy ] [-LastModifiedDateTime ] + [-MailboxType ] [-OffboardRequestedDateTime ] + [-PendingRetentionPeriodChange ] [-PolicyId ] [-ProtectionSources ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -41,7 +42,7 @@ New-MgBetaSolutionBackupRestoreMailboxProtectionUnit -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -76,6 +77,48 @@ AcceptedValues: [] HelpMessage: '' ``` +### -BackupRetentionPeriodInDays + +The retention period of the backup, in days. + +```yaml +Type: System.Int32 +DefaultValue: 0 +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -BillingPolicyId + +The unique identifier of the billing policy assigned to the protection unit for cost allocation. + +```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: '' +``` + ### -BodyParameter mailboxProtectionUnit @@ -397,6 +440,28 @@ AcceptedValues: [] HelpMessage: '' ``` +### -PendingRetentionPeriodChange + +retentionPeriodChange +To construct, see NOTES section for PENDINGRETENTIONPERIODCHANGE properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphRetentionPeriodChange +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + ### -PolicyId The unique identifier of the protection policy based on which protection unit was created. @@ -599,6 +664,8 @@ For information on hash tables, run Get-Help about_Hash_Tables. BODYPARAMETER ``: mailboxProtectionUnit [(Any) ]: This indicates any property can be added to this object. + [BackupRetentionPeriodInDays ]: The retention period of the backup, in days. + [BillingPolicyId ]: The unique identifier of the billing policy assigned to the protection unit for cost allocation. [CreatedBy ]: identitySet [(Any) ]: This indicates any property can be added to this object. [Application ]: identity @@ -629,6 +696,11 @@ For example, in the access reviews decisions API, this property might record the [LastModifiedBy ]: identitySet [LastModifiedDateTime ]: Timestamp of the last modification of this protection unit. [OffboardRequestedDateTime ]: The time when protection unit offboard was requested. + [PendingRetentionPeriodChange ]: retentionPeriodChange + [(Any) ]: This indicates any property can be added to this object. + [EffectiveFromDateTime ]: + [Status ]: retentionPeriodChangeStatus + [TargetRetentionPeriodInDays ]: [PolicyId ]: The unique identifier of the protection policy based on which protection unit was created. [ProtectionSources ]: protectionSource [Status ]: protectionUnitStatus @@ -677,6 +749,12 @@ For example, in the access reviews decisions API, this property might record the [Device ]: identity [User ]: identity +PENDINGRETENTIONPERIODCHANGE ``: retentionPeriodChange + [(Any) ]: This indicates any property can be added to this object. + [EffectiveFromDateTime ]: + [Status ]: retentionPeriodChangeStatus + [TargetRetentionPeriodInDays ]: + ## RELATED LINKS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/New-MgBetaSolutionBackupRestoreMailboxProtectionUnitBulkAdditionJob.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/New-MgBetaSolutionBackupRestoreMailboxProtectionUnitBulkAdditionJob.md index 2fb8fddfbc0c6..99cd378e5bb05 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/New-MgBetaSolutionBackupRestoreMailboxProtectionUnitBulkAdditionJob.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/New-MgBetaSolutionBackupRestoreMailboxProtectionUnitBulkAdditionJob.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/new-mgbetasolutionbackuprestoremailboxprotectionunitbulkadditionjob Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaSolutionBackupRestoreMailboxProtectionUnitBulkAdditionJob --- @@ -31,7 +31,6 @@ New-MgBetaSolutionBackupRestoreMailboxProtectionUnitBulkAdditionJob [-Mailboxes ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -42,7 +41,6 @@ New-MgBetaSolutionBackupRestoreMailboxProtectionUnitBulkAdditionJob [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/New-MgBetaSolutionBackupRestoreOneDriveForBusinessBrowseSession.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/New-MgBetaSolutionBackupRestoreOneDriveForBusinessBrowseSession.md index af056c9cbb290..736a0647480ed 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/New-MgBetaSolutionBackupRestoreOneDriveForBusinessBrowseSession.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/New-MgBetaSolutionBackupRestoreOneDriveForBusinessBrowseSession.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/new-mgbetasolutionbackuprestoreonedriveforbusinessbrowsesession Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaSolutionBackupRestoreOneDriveForBusinessBrowseSession --- @@ -13,7 +13,10 @@ title: New-MgBetaSolutionBackupRestoreOneDriveForBusinessBrowseSession ## SYNOPSIS -Create new navigation property to oneDriveForBusinessBrowseSessions for solutions +Create a new oneDriveForBusinessBrowseSession object. + +> [!NOTE] +> To view the v1.0 release of this cmdlet, view [New-MgSolutionBackupRestoreOneDriveForBusinessBrowseSession](/powershell/module/Microsoft.Graph.BackupRestore/New-MgSolutionBackupRestoreOneDriveForBusinessBrowseSession?view=graph-powershell-1.0) ## SYNTAX @@ -24,9 +27,9 @@ New-MgBetaSolutionBackupRestoreOneDriveForBusinessBrowseSession [-ResponseHeader [-AdditionalProperties ] [-BackupSizeInBytes ] [-CreatedDateTime ] [-DirectoryObjectId ] [-Error ] [-ExpirationDateTime ] [-Id ] [-RestorePointDateTime ] - [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] - [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-RestorePointId ] [-Status ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -37,7 +40,6 @@ New-MgBetaSolutionBackupRestoreOneDriveForBusinessBrowseSession [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -47,7 +49,7 @@ This cmdlet has the following aliases, ## DESCRIPTION -Create new navigation property to oneDriveForBusinessBrowseSessions for solutions +Create a new oneDriveForBusinessBrowseSession object. **Permissions** @@ -82,7 +84,7 @@ HelpMessage: '' ### -BackupSizeInBytes - +The size of the backup in bytes. ```yaml Type: System.String @@ -168,7 +170,9 @@ HelpMessage: '' ### -CreatedDateTime - +The date and time when the browse session 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, 2014 is 2014-01-01T00:00:00Z. ```yaml Type: System.DateTime @@ -189,7 +193,7 @@ HelpMessage: '' ### -DirectoryObjectId - +Id of the backed-up OneDrive. ```yaml Type: System.String @@ -232,7 +236,7 @@ HelpMessage: '' ### -ExpirationDateTime - +The date and time after which the browse session is deleted automatically. ```yaml Type: System.DateTime @@ -423,7 +427,7 @@ HelpMessage: '' ### -RestorePointDateTime - +The date and time of the restore point on which the browse session is created. ```yaml Type: System.DateTime @@ -442,6 +446,27 @@ AcceptedValues: [] HelpMessage: '' ``` +### -RestorePointId + + + +```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: '' +``` + ### -Status browseSessionStatus @@ -517,8 +542,10 @@ For information on hash tables, run Get-Help about_Hash_Tables. BODYPARAMETER ``: oneDriveForBusinessBrowseSession [(Any) ]: This indicates any property can be added to this object. - [BackupSizeInBytes ]: - [CreatedDateTime ]: + [BackupSizeInBytes ]: The size of the backup in bytes. + [CreatedDateTime ]: The date and time when the browse session 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, 2014 is 2014-01-01T00:00:00Z. [Error ]: publicError [(Any) ]: This indicates any property can be added to this object. [Code ]: Represents the error code. @@ -534,12 +561,13 @@ BODYPARAMETER ``: oneDriveForBu [Target ]: The target of the error. [Message ]: A non-localized message for the developer. [Target ]: The target of the error. - [ExpirationDateTime ]: - [RestorePointDateTime ]: + [ExpirationDateTime ]: The date and time after which the browse session is deleted automatically. + [RestorePointDateTime ]: The date and time of the restore point on which the browse session is created. + [RestorePointId ]: [Status ]: browseSessionStatus [Id ]: The unique identifier for an entity. Read-only. - [DirectoryObjectId ]: + [DirectoryObjectId ]: Id of the backed-up OneDrive. ERROR ``: publicError [(Any) ]: This indicates any property can be added to this object. @@ -561,6 +589,7 @@ ERROR ``: publicError ## RELATED LINKS - [New-MgBetaSolutionBackupRestoreOneDriveForBusinessBrowseSession](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/new-mgbetasolutionbackuprestoreonedriveforbusinessbrowsesession) +- [Graph API Reference](https://learn.microsoft.com/graph/api/backuprestoreroot-post-onedriveforbusinessbrowsesessions?view=graph-rest-beta) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/New-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/New-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicy.md index c4eddef419531..aa52383d38958 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/New-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/New-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/new-mgbetasolutionbackuprestoreonedriveforbusinessprotectionpolicy Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicy --- @@ -28,16 +28,19 @@ Users can also provide a list of protection units under the policy. New-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicy [-ResponseHeadersVariable ] [-AdditionalProperties ] [-BillingPolicyId ] [-CreatedBy ] [-CreatedDateTime ] [-DisplayName ] + [-DriveExclusionUnits ] + [-DriveExclusionUnitsBulkAdditionJobs ] [-DriveInclusionRules ] [-DriveProtectionUnits ] [-DriveProtectionUnitsBulkAdditionJobs ] [-Id ] [-IsEnabled] [-LastModifiedBy ] - [-LastModifiedDateTime ] [-ProtectionMode ] + [-LastModifiedDateTime ] [-OffboardRequestedDateTime ] + [-ProtectionMode ] [-ProtectionPolicyArtifactCount ] [-RetentionSettings ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -48,7 +51,6 @@ New-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicy [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -218,7 +220,7 @@ HelpMessage: '' ### -DisplayName -The name of the policy to be created. +The name of the policy. ```yaml Type: System.String @@ -237,6 +239,50 @@ AcceptedValues: [] HelpMessage: '' ``` +### -DriveExclusionUnits + +The drive exclusion units associated with the OneDrive for work or school protection policy. +To construct, see NOTES section for DRIVEEXCLUSIONUNITS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphDriveExclusionUnit[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -DriveExclusionUnitsBulkAdditionJobs + +The list of bulk addition jobs for drive exclusion units associated with the OneDrive for work or school protection policy. +To construct, see NOTES section for DRIVEEXCLUSIONUNITSBULKADDITIONJOBS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphDriveExclusionUnitsBulkAdditionJob[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + ### -DriveInclusionRules Contains the details of the OneDrive for Work or School protection rule. @@ -454,6 +500,29 @@ AcceptedValues: [] HelpMessage: '' ``` +### -OffboardRequestedDateTime + +The date and time when offboarding was requested for the protection policy. +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. + +```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: '' +``` + ### -ProtectionMode BackupPolicyProtectionMode @@ -694,11 +763,14 @@ For example, in the access reviews decisions API, this property might record the [CreatedDateTime ]: The date and time when the policy 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, 2014 is 2014-01-01T00:00:00Z. - [DisplayName ]: The name of the policy to be created. + [DisplayName ]: The name of the policy. [IsEnabled ]: Indicates whether the policy is enabled. [LastModifiedBy ]: identitySet [LastModifiedDateTime ]: The date and time when the policy 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, 2014 is 2014-01-01T00:00:00Z. + [OffboardRequestedDateTime ]: The date and time when offboarding was requested for the protection policy. +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. [ProtectionMode ]: BackupPolicyProtectionMode [ProtectionPolicyArtifactCount ]: protectionPolicyArtifactCount @@ -713,9 +785,11 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Status ]: protectionPolicyStatus [Id ]: The unique identifier for an entity. Read-only. - [DriveInclusionRules ]: Contains the details of the OneDrive for Work or School protection rule. + [DriveExclusionUnits ]: The drive exclusion units associated with the OneDrive for work or school protection policy. [CreatedBy ]: identitySet - [CreatedDateTime ]: The time of creation of the rule. + [CreatedDateTime ]: The date and time when the exclusion unit 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, 2014 is 2014-01-01T00:00:00Z. [Error ]: publicError [(Any) ]: This indicates any property can be added to this object. [Code ]: Represents the error code. @@ -731,6 +805,33 @@ Read-only. [Target ]: The target of the error. [Message ]: A non-localized message for the developer. [Target ]: The target of the error. + [LastModifiedBy ]: identitySet + [LastModifiedDateTime ]: The date and time when the exclusion unit 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, 2014 is 2014-01-01T00:00:00Z. + [PolicyId ]: The unique identifier of the protection policy that contains this exclusion unit. + [Id ]: The unique identifier for an entity. +Read-only. + [DirectoryObjectId ]: The unique identifier of the directory object (user) associated with the drive. + [DriveExclusionUnitsBulkAdditionJobs ]: The list of bulk addition jobs for drive exclusion units associated with the OneDrive for work or school protection policy. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the bulk addition job 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, 2014 is 2014-01-01T00:00:00Z. + [DisplayName ]: The display name of the bulk addition job. + [Error ]: publicError + [LastModifiedBy ]: identitySet + [LastModifiedDateTime ]: The date and time when the bulk addition job 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, 2014 is 2014-01-01T00:00:00Z. + [Status ]: exclusionUnitBulkJobStatus + [Id ]: The unique identifier for an entity. +Read-only. + [Drives ]: The email addresses or user principal names of the users whose OneDrive drives are to be added as exclusion units to the protection policy. + [DriveInclusionRules ]: Contains the details of the OneDrive for Work or School protection rule. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The time of creation of the rule. + [Error ]: publicError [IsAutoApplyEnabled ]: true indicates that the protection rule is dynamic; false that it's static. [LastModifiedBy ]: identitySet [LastModifiedDateTime ]: Timestamp of the last modification made to the rule. @@ -740,12 +841,19 @@ Read-only. [DriveExpression ]: Contains a drive expression. For examples, see driveExpression examples. [DriveProtectionUnits ]: Contains the protection units associated with a OneDrive for Work or School protection policy. + [BackupRetentionPeriodInDays ]: The retention period of the backup, in days. + [BillingPolicyId ]: The unique identifier of the billing policy assigned to the protection unit for cost allocation. [CreatedBy ]: identitySet [CreatedDateTime ]: The time of creation of the protection unit. [Error ]: publicError [LastModifiedBy ]: identitySet [LastModifiedDateTime ]: Timestamp of the last modification of this protection unit. [OffboardRequestedDateTime ]: The time when protection unit offboard was requested. + [PendingRetentionPeriodChange ]: retentionPeriodChange + [(Any) ]: This indicates any property can be added to this object. + [EffectiveFromDateTime ]: + [Status ]: retentionPeriodChangeStatus + [TargetRetentionPeriodInDays ]: [PolicyId ]: The unique identifier of the protection policy based on which protection unit was created. [ProtectionSources ]: protectionSource [Status ]: protectionUnitStatus @@ -777,6 +885,85 @@ For example, in the access reviews decisions API, this property might record the [Device ]: identity [User ]: identity +DRIVEEXCLUSIONUNITS : The drive exclusion units associated with the OneDrive for work or school protection policy. + [CreatedBy ]: identitySet + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(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. + [Device ]: identity + [User ]: identity + [CreatedDateTime ]: The date and time when the exclusion unit 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, 2014 is 2014-01-01T00:00:00Z. + [Error ]: publicError + [(Any) ]: This indicates any property can be added to this object. + [Code ]: Represents the error code. + [Details ]: Details of the error. + [Code ]: The error code. + [Message ]: The error message. + [Target ]: The target of the error. + [InnerError ]: publicInnerError + [(Any) ]: This indicates any property can be added to this object. + [Code ]: The error code. + [Details ]: A collection of error details. + [Message ]: The error message. + [Target ]: The target of the error. + [Message ]: A non-localized message for the developer. + [Target ]: The target of the error. + [LastModifiedBy ]: identitySet + [LastModifiedDateTime ]: The date and time when the exclusion unit 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, 2014 is 2014-01-01T00:00:00Z. + [PolicyId ]: The unique identifier of the protection policy that contains this exclusion unit. + [Id ]: The unique identifier for an entity. +Read-only. + [DirectoryObjectId ]: The unique identifier of the directory object (user) associated with the drive. + +DRIVEEXCLUSIONUNITSBULKADDITIONJOBS : The list of bulk addition jobs for drive exclusion units associated with the OneDrive for work or school protection policy. + [CreatedBy ]: identitySet + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(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. + [Device ]: identity + [User ]: identity + [CreatedDateTime ]: The date and time when the bulk addition job 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, 2014 is 2014-01-01T00:00:00Z. + [DisplayName ]: The display name of the bulk addition job. + [Error ]: publicError + [(Any) ]: This indicates any property can be added to this object. + [Code ]: Represents the error code. + [Details ]: Details of the error. + [Code ]: The error code. + [Message ]: The error message. + [Target ]: The target of the error. + [InnerError ]: publicInnerError + [(Any) ]: This indicates any property can be added to this object. + [Code ]: The error code. + [Details ]: A collection of error details. + [Message ]: The error message. + [Target ]: The target of the error. + [Message ]: A non-localized message for the developer. + [Target ]: The target of the error. + [LastModifiedBy ]: identitySet + [LastModifiedDateTime ]: The date and time when the bulk addition job 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, 2014 is 2014-01-01T00:00:00Z. + [Status ]: exclusionUnitBulkJobStatus + [Id ]: The unique identifier for an entity. +Read-only. + [Drives ]: The email addresses or user principal names of the users whose OneDrive drives are to be added as exclusion units to the protection policy. + DRIVEINCLUSIONRULES : Contains the details of the OneDrive for Work or School protection rule. [CreatedBy ]: identitySet [(Any) ]: This indicates any property can be added to this object. @@ -815,6 +1002,8 @@ Read-only. For examples, see driveExpression examples. DRIVEPROTECTIONUNITS : Contains the protection units associated with a OneDrive for Work or School protection policy. + [BackupRetentionPeriodInDays ]: The retention period of the backup, in days. + [BillingPolicyId ]: The unique identifier of the billing policy assigned to the protection unit for cost allocation. [CreatedBy ]: identitySet [(Any) ]: This indicates any property can be added to this object. [Application ]: identity @@ -845,6 +1034,11 @@ For example, in the access reviews decisions API, this property might record the [LastModifiedBy ]: identitySet [LastModifiedDateTime ]: Timestamp of the last modification of this protection unit. [OffboardRequestedDateTime ]: The time when protection unit offboard was requested. + [PendingRetentionPeriodChange ]: retentionPeriodChange + [(Any) ]: This indicates any property can be added to this object. + [EffectiveFromDateTime ]: + [Status ]: retentionPeriodChangeStatus + [TargetRetentionPeriodInDays ]: [PolicyId ]: The unique identifier of the protection policy based on which protection unit was created. [ProtectionSources ]: protectionSource [Status ]: protectionUnitStatus diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/New-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSession.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/New-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSession.md index 23849d4385b57..13b5fafe9e4a0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/New-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSession.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/New-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSession.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/new-mgbetasolutionbackuprestoreonedriveforbusinessrestoresession Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSession --- @@ -35,7 +35,7 @@ New-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSession [-ResponseHeade [-RestoreSessionArtifactCount ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -46,7 +46,6 @@ New-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSession [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -278,7 +277,7 @@ HelpMessage: '' ### -GranularDriveRestoreArtifacts - +A collection of browse session id and item key details that can be used to restore OneDrive for work or school files and folders. To construct, see NOTES section for GRANULARDRIVERESTOREARTIFACTS properties and create a hash table. ```yaml @@ -683,12 +682,19 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. + [BackupRetentionPeriodInDays ]: The retention period of the backup, in days. + [BillingPolicyId ]: The unique identifier of the billing policy assigned to the protection unit for cost allocation. [CreatedBy ]: identitySet [CreatedDateTime ]: The time of creation of the protection unit. [Error ]: publicError [LastModifiedBy ]: identitySet [LastModifiedDateTime ]: Timestamp of the last modification of this protection unit. [OffboardRequestedDateTime ]: The time when protection unit offboard was requested. + [PendingRetentionPeriodChange ]: retentionPeriodChange + [(Any) ]: This indicates any property can be added to this object. + [EffectiveFromDateTime ]: + [Status ]: retentionPeriodChangeStatus + [TargetRetentionPeriodInDays ]: [PolicyId ]: The unique identifier of the protection policy based on which protection unit was created. [ProtectionSources ]: protectionSource [Status ]: protectionUnitStatus @@ -720,19 +726,21 @@ Future value; don't use. Read-only. [DirectoryObjectIds ]: The list of directory object IDs that are added to the corresponding OneDrive for work or school restore session in a bulk operation. [Drives ]: The list of email addresses that are added to the corresponding OneDrive for work or school restore session in a bulk operation. - [GranularDriveRestoreArtifacts ]: - [BrowseSessionId ]: - [CompletionDateTime ]: - [RestorePointDateTime ]: - [RestoredItemKey ]: - [RestoredItemPath ]: - [RestoredItemWebUrl ]: - [StartDateTime ]: + [GranularDriveRestoreArtifacts ]: A collection of browse session id and item key details that can be used to restore OneDrive for work or school files and folders. + [BrowseSessionId ]: The unique identifier of the browseSession + [CompletionDateTime ]: Date time when the artifact's restoration completes. + [DestinationType ]: destinationType + [RestorePointDateTime ]: The restore point date time to which the artifact is restored. + [RestoredItemKey ]: The unique identifier for the restored artifact. + [RestoredItemPath ]: The path of the restored artifact. +It's the path of the folder where all the artifacts are restored within a granular restore session. + [RestoredItemWebUrl ]: The web url of the restored artifact. + [StartDateTime ]: The start time of the restoration. [Status ]: artifactRestoreStatus - [WebUrl ]: + [WebUrl ]: The original web url of the artifact being restored. [Id ]: The unique identifier for an entity. Read-only. - [DirectoryObjectId ]: + [DirectoryObjectId ]: Id of the drive in which artifact is present. CREATEDBY ``: identitySet [(Any) ]: This indicates any property can be added to this object. @@ -774,6 +782,8 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. + [BackupRetentionPeriodInDays ]: The retention period of the backup, in days. + [BillingPolicyId ]: The unique identifier of the billing policy assigned to the protection unit for cost allocation. [CreatedBy ]: identitySet [(Any) ]: This indicates any property can be added to this object. [Application ]: identity @@ -790,6 +800,11 @@ For example, in the access reviews decisions API, this property might record the [LastModifiedBy ]: identitySet [LastModifiedDateTime ]: Timestamp of the last modification of this protection unit. [OffboardRequestedDateTime ]: The time when protection unit offboard was requested. + [PendingRetentionPeriodChange ]: retentionPeriodChange + [(Any) ]: This indicates any property can be added to this object. + [EffectiveFromDateTime ]: + [Status ]: retentionPeriodChangeStatus + [TargetRetentionPeriodInDays ]: [PolicyId ]: The unique identifier of the protection policy based on which protection unit was created. [ProtectionSources ]: protectionSource [Status ]: protectionUnitStatus @@ -863,19 +878,21 @@ ERROR ``: publicError [Message ]: A non-localized message for the developer. [Target ]: The target of the error. -GRANULARDRIVERESTOREARTIFACTS : . - [BrowseSessionId ]: - [CompletionDateTime ]: - [RestorePointDateTime ]: - [RestoredItemKey ]: - [RestoredItemPath ]: - [RestoredItemWebUrl ]: - [StartDateTime ]: +GRANULARDRIVERESTOREARTIFACTS : A collection of browse session id and item key details that can be used to restore OneDrive for work or school files and folders. + [BrowseSessionId ]: The unique identifier of the browseSession + [CompletionDateTime ]: Date time when the artifact's restoration completes. + [DestinationType ]: destinationType + [RestorePointDateTime ]: The restore point date time to which the artifact is restored. + [RestoredItemKey ]: The unique identifier for the restored artifact. + [RestoredItemPath ]: The path of the restored artifact. +It's the path of the folder where all the artifacts are restored within a granular restore session. + [RestoredItemWebUrl ]: The web url of the restored artifact. + [StartDateTime ]: The start time of the restoration. [Status ]: artifactRestoreStatus - [WebUrl ]: + [WebUrl ]: The original web url of the artifact being restored. [Id ]: The unique identifier for an entity. Read-only. - [DirectoryObjectId ]: + [DirectoryObjectId ]: Id of the drive in which artifact is present. LASTMODIFIEDBY ``: identitySet [(Any) ]: This indicates any property can be added to this object. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/New-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifact.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/New-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifact.md index 58f85084771ae..165c75917e0f7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/New-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifact.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/New-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifact.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/new-mgbetasolutionbackuprestoreonedriveforbusinessrestoresessiondriverestoreartifact Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifact --- @@ -30,7 +30,7 @@ New-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArti [-RestoredSiteId ] [-StartDateTime ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -41,7 +41,6 @@ New-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArti [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -54,7 +53,7 @@ New-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArti [-RestoredSiteId ] [-StartDateTime ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -65,7 +64,6 @@ New-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArti [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -684,6 +682,8 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. + [BackupRetentionPeriodInDays ]: The retention period of the backup, in days. + [BillingPolicyId ]: The unique identifier of the billing policy assigned to the protection unit for cost allocation. [CreatedBy ]: identitySet [(Any) ]: This indicates any property can be added to this object. [Application ]: identity @@ -700,6 +700,11 @@ For example, in the access reviews decisions API, this property might record the [LastModifiedBy ]: identitySet [LastModifiedDateTime ]: Timestamp of the last modification of this protection unit. [OffboardRequestedDateTime ]: The time when protection unit offboard was requested. + [PendingRetentionPeriodChange ]: retentionPeriodChange + [(Any) ]: This indicates any property can be added to this object. + [EffectiveFromDateTime ]: + [Status ]: retentionPeriodChangeStatus + [TargetRetentionPeriodInDays ]: [PolicyId ]: The unique identifier of the protection policy based on which protection unit was created. [ProtectionSources ]: protectionSource [Status ]: protectionUnitStatus @@ -727,7 +732,10 @@ ERROR ``: publicError [Target ]: The target of the error. INPUTOBJECT ``: Identity Parameter + [ActivityLogBaseId ]: The unique identifier of activityLogBase [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -735,9 +743,12 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob @@ -747,6 +758,7 @@ INPUTOBJECT ``: Identity Parameter [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase [RestorePointId ]: The unique identifier of restorePoint @@ -755,6 +767,8 @@ INPUTOBJECT ``: Identity Parameter [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob @@ -771,6 +785,8 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. + [BackupRetentionPeriodInDays ]: The retention period of the backup, in days. + [BillingPolicyId ]: The unique identifier of the billing policy assigned to the protection unit for cost allocation. [CreatedBy ]: identitySet [(Any) ]: This indicates any property can be added to this object. [Application ]: identity @@ -801,6 +817,11 @@ For example, in the access reviews decisions API, this property might record the [LastModifiedBy ]: identitySet [LastModifiedDateTime ]: Timestamp of the last modification of this protection unit. [OffboardRequestedDateTime ]: The time when protection unit offboard was requested. + [PendingRetentionPeriodChange ]: retentionPeriodChange + [(Any) ]: This indicates any property can be added to this object. + [EffectiveFromDateTime ]: + [Status ]: retentionPeriodChangeStatus + [TargetRetentionPeriodInDays ]: [PolicyId ]: The unique identifier of the protection policy based on which protection unit was created. [ProtectionSources ]: protectionSource [Status ]: protectionUnitStatus diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/New-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifactBulkAdditionRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/New-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifactBulkAdditionRequest.md index 14cee54cfe362..ecef7aa3a8795 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/New-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifactBulkAdditionRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/New-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifactBulkAdditionRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/new-mgbetasolutionbackuprestoreonedriveforbusinessrestoresessiondriverestoreartifactbulkadditionrequest Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifactBulkAdditionRequest --- @@ -34,7 +34,7 @@ New-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArti [-RestorePointPreference ] [-Status ] [-Tags ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -46,7 +46,6 @@ New-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArti [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -62,7 +61,7 @@ New-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArti [-RestorePointPreference ] [-Status ] [-Tags ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -74,7 +73,6 @@ New-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArti [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -935,7 +933,10 @@ ERROR ``: publicError [Target ]: The target of the error. INPUTOBJECT ``: Identity Parameter + [ActivityLogBaseId ]: The unique identifier of activityLogBase [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -943,9 +944,12 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob @@ -955,6 +959,7 @@ INPUTOBJECT ``: Identity Parameter [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase [RestorePointId ]: The unique identifier of restorePoint @@ -963,6 +968,8 @@ INPUTOBJECT ``: Identity Parameter [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/New-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionGranularDriveRestoreArtifact.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/New-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionGranularDriveRestoreArtifact.md index 5428117e5cfc6..77657acb718c6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/New-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionGranularDriveRestoreArtifact.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/New-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionGranularDriveRestoreArtifact.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/new-mgbetasolutionbackuprestoreonedriveforbusinessrestoresessiongranulardriverestoreartifact Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionGranularDriveRestoreArtifact --- @@ -15,6 +15,9 @@ title: New-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionGranularD Create new navigation property to granularDriveRestoreArtifacts for solutions +> [!NOTE] +> To view the v1.0 release of this cmdlet, view [New-MgSolutionBackupRestoreOneDriveForBusinessRestoreSessionGranularDriveRestoreArtifact](/powershell/module/Microsoft.Graph.BackupRestore/New-MgSolutionBackupRestoreOneDriveForBusinessRestoreSessionGranularDriveRestoreArtifact?view=graph-powershell-1.0) + ## SYNTAX ### CreateExpanded (Default) @@ -23,12 +26,12 @@ Create new navigation property to granularDriveRestoreArtifacts for solutions New-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionGranularDriveRestoreArtifact -OneDriveForBusinessRestoreSessionId [-ResponseHeadersVariable ] [-AdditionalProperties ] [-BrowseSessionId ] [-CompletionDateTime ] - [-DirectoryObjectId ] [-Id ] [-RestorePointDateTime ] - [-RestoredItemKey ] [-RestoredItemPath ] [-RestoredItemWebUrl ] - [-StartDateTime ] [-Status ] [-WebUrl ] [-Break] [-Headers ] - [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] + [-DestinationType ] [-DirectoryObjectId ] [-Id ] + [-RestorePointDateTime ] [-RestoredItemKey ] [-RestoredItemPath ] + [-RestoredItemWebUrl ] [-StartDateTime ] [-Status ] [-WebUrl ] + [-Break] [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -39,7 +42,7 @@ New-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionGranularDriveRes -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -48,12 +51,12 @@ New-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionGranularDriveRes New-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionGranularDriveRestoreArtifact -InputObject [-ResponseHeadersVariable ] [-AdditionalProperties ] [-BrowseSessionId ] [-CompletionDateTime ] - [-DirectoryObjectId ] [-Id ] [-RestorePointDateTime ] - [-RestoredItemKey ] [-RestoredItemPath ] [-RestoredItemWebUrl ] - [-StartDateTime ] [-Status ] [-WebUrl ] [-Break] [-Headers ] - [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] + [-DestinationType ] [-DirectoryObjectId ] [-Id ] + [-RestorePointDateTime ] [-RestoredItemKey ] [-RestoredItemPath ] + [-RestoredItemWebUrl ] [-StartDateTime ] [-Status ] [-WebUrl ] + [-Break] [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -64,7 +67,6 @@ New-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionGranularDriveRes [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -156,7 +158,7 @@ HelpMessage: '' ### -BrowseSessionId - +The unique identifier of the browseSession ```yaml Type: System.String @@ -183,7 +185,7 @@ HelpMessage: '' ### -CompletionDateTime - +Date time when the artifact's restoration completes. ```yaml Type: System.DateTime @@ -230,9 +232,36 @@ AcceptedValues: [] HelpMessage: '' ``` -### -DirectoryObjectId +### -DestinationType +destinationType +```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: '' +``` + +### -DirectoryObjectId + +Id of the drive in which artifact is present. ```yaml Type: System.String @@ -490,7 +519,7 @@ HelpMessage: '' ### -RestoredItemKey - +The unique identifier for the restored artifact. ```yaml Type: System.String @@ -517,7 +546,8 @@ HelpMessage: '' ### -RestoredItemPath - +The path of the restored artifact. +It's the path of the folder where all the artifacts are restored within a granular restore session. ```yaml Type: System.String @@ -544,7 +574,7 @@ HelpMessage: '' ### -RestoredItemWebUrl - +The web url of the restored artifact. ```yaml Type: System.String @@ -571,7 +601,7 @@ HelpMessage: '' ### -RestorePointDateTime - +The restore point date time to which the artifact is restored. ```yaml Type: System.DateTime @@ -598,7 +628,7 @@ HelpMessage: '' ### -StartDateTime - +The start time of the restoration. ```yaml Type: System.DateTime @@ -652,7 +682,7 @@ HelpMessage: '' ### -WebUrl - +The original web url of the artifact being restored. ```yaml Type: System.String @@ -735,21 +765,26 @@ For information on hash tables, run Get-Help about_Hash_Tables. BODYPARAMETER ``: granularDriveRestoreArtifact [(Any) ]: This indicates any property can be added to this object. - [BrowseSessionId ]: - [CompletionDateTime ]: - [RestorePointDateTime ]: - [RestoredItemKey ]: - [RestoredItemPath ]: - [RestoredItemWebUrl ]: - [StartDateTime ]: + [BrowseSessionId ]: The unique identifier of the browseSession + [CompletionDateTime ]: Date time when the artifact's restoration completes. + [DestinationType ]: destinationType + [RestorePointDateTime ]: The restore point date time to which the artifact is restored. + [RestoredItemKey ]: The unique identifier for the restored artifact. + [RestoredItemPath ]: The path of the restored artifact. +It's the path of the folder where all the artifacts are restored within a granular restore session. + [RestoredItemWebUrl ]: The web url of the restored artifact. + [StartDateTime ]: The start time of the restoration. [Status ]: artifactRestoreStatus - [WebUrl ]: + [WebUrl ]: The original web url of the artifact being restored. [Id ]: The unique identifier for an entity. Read-only. - [DirectoryObjectId ]: + [DirectoryObjectId ]: Id of the drive in which artifact is present. INPUTOBJECT ``: Identity Parameter + [ActivityLogBaseId ]: The unique identifier of activityLogBase [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -757,9 +792,12 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob @@ -769,6 +807,7 @@ INPUTOBJECT ``: Identity Parameter [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase [RestorePointId ]: The unique identifier of restorePoint @@ -777,6 +816,8 @@ INPUTOBJECT ``: Identity Parameter [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/New-MgBetaSolutionBackupRestorePoint.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/New-MgBetaSolutionBackupRestorePoint.md index 727065e97b8f7..f51c1af45f08c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/New-MgBetaSolutionBackupRestorePoint.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/New-MgBetaSolutionBackupRestorePoint.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/new-mgbetasolutionbackuprestorepoint Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaSolutionBackupRestorePoint --- @@ -28,7 +28,7 @@ New-MgBetaSolutionBackupRestorePoint [-ResponseHeadersVariable ] [-ProtectionDateTime ] [-ProtectionUnit ] [-Tags ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -38,7 +38,6 @@ New-MgBetaSolutionBackupRestorePoint -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -455,6 +454,8 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. + [BackupRetentionPeriodInDays ]: The retention period of the backup, in days. + [BillingPolicyId ]: The unique identifier of the billing policy assigned to the protection unit for cost allocation. [CreatedBy ]: identitySet [(Any) ]: This indicates any property can be added to this object. [Application ]: identity @@ -485,6 +486,11 @@ For example, in the access reviews decisions API, this property might record the [LastModifiedBy ]: identitySet [LastModifiedDateTime ]: Timestamp of the last modification of this protection unit. [OffboardRequestedDateTime ]: The time when protection unit offboard was requested. + [PendingRetentionPeriodChange ]: retentionPeriodChange + [(Any) ]: This indicates any property can be added to this object. + [EffectiveFromDateTime ]: + [Status ]: retentionPeriodChangeStatus + [TargetRetentionPeriodInDays ]: [PolicyId ]: The unique identifier of the protection policy based on which protection unit was created. [ProtectionSources ]: protectionSource [Status ]: protectionUnitStatus @@ -494,6 +500,8 @@ PROTECTIONUNIT ``: protectionUnitBase [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. + [BackupRetentionPeriodInDays ]: The retention period of the backup, in days. + [BillingPolicyId ]: The unique identifier of the billing policy assigned to the protection unit for cost allocation. [CreatedBy ]: identitySet [(Any) ]: This indicates any property can be added to this object. [Application ]: identity @@ -524,6 +532,11 @@ For example, in the access reviews decisions API, this property might record the [LastModifiedBy ]: identitySet [LastModifiedDateTime ]: Timestamp of the last modification of this protection unit. [OffboardRequestedDateTime ]: The time when protection unit offboard was requested. + [PendingRetentionPeriodChange ]: retentionPeriodChange + [(Any) ]: This indicates any property can be added to this object. + [EffectiveFromDateTime ]: + [Status ]: retentionPeriodChangeStatus + [TargetRetentionPeriodInDays ]: [PolicyId ]: The unique identifier of the protection policy based on which protection unit was created. [ProtectionSources ]: protectionSource [Status ]: protectionUnitStatus diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/New-MgBetaSolutionBackupRestoreProtectionPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/New-MgBetaSolutionBackupRestoreProtectionPolicy.md index 697f861eef686..7213ee06d9e7e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/New-MgBetaSolutionBackupRestoreProtectionPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/New-MgBetaSolutionBackupRestoreProtectionPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/new-mgbetasolutionbackuprestoreprotectionpolicy Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaSolutionBackupRestoreProtectionPolicy --- @@ -27,12 +27,13 @@ New-MgBetaSolutionBackupRestoreProtectionPolicy [-ResponseHeadersVariable ] [-BillingPolicyId ] [-CreatedBy ] [-CreatedDateTime ] [-DisplayName ] [-Id ] [-IsEnabled] [-LastModifiedBy ] - [-LastModifiedDateTime ] [-ProtectionMode ] + [-LastModifiedDateTime ] [-OffboardRequestedDateTime ] + [-ProtectionMode ] [-ProtectionPolicyArtifactCount ] [-RetentionSettings ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -42,7 +43,6 @@ New-MgBetaSolutionBackupRestoreProtectionPolicy -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -210,7 +210,7 @@ HelpMessage: '' ### -DisplayName -The name of the policy to be created. +The name of the policy. ```yaml Type: System.String @@ -380,6 +380,29 @@ AcceptedValues: [] HelpMessage: '' ``` +### -OffboardRequestedDateTime + +The date and time when offboarding was requested for the protection policy. +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. + +```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: '' +``` + ### -ProtectionMode BackupPolicyProtectionMode @@ -622,11 +645,14 @@ For example, in the access reviews decisions API, this property might record the [CreatedDateTime ]: The date and time when the policy 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, 2014 is 2014-01-01T00:00:00Z. - [DisplayName ]: The name of the policy to be created. + [DisplayName ]: The name of the policy. [IsEnabled ]: Indicates whether the policy is enabled. [LastModifiedBy ]: identitySet [LastModifiedDateTime ]: The date and time when the policy 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, 2014 is 2014-01-01T00:00:00Z. + [OffboardRequestedDateTime ]: The date and time when offboarding was requested for the protection policy. +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. [ProtectionMode ]: BackupPolicyProtectionMode [ProtectionPolicyArtifactCount ]: protectionPolicyArtifactCount diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/New-MgBetaSolutionBackupRestoreServiceApp.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/New-MgBetaSolutionBackupRestoreServiceApp.md index 947462b4b4f3c..e154e29be039b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/New-MgBetaSolutionBackupRestoreServiceApp.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/New-MgBetaSolutionBackupRestoreServiceApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/new-mgbetasolutionbackuprestoreserviceapp Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaSolutionBackupRestoreServiceApp --- @@ -29,7 +29,7 @@ New-MgBetaSolutionBackupRestoreServiceApp [-ResponseHeadersVariable ] [-LastModifiedDateTime ] [-RegistrationDateTime ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -39,7 +39,6 @@ New-MgBetaSolutionBackupRestoreServiceApp -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/New-MgBetaSolutionBackupRestoreSession.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/New-MgBetaSolutionBackupRestoreSession.md index ed2582e63f894..1d3f78840271a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/New-MgBetaSolutionBackupRestoreSession.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/New-MgBetaSolutionBackupRestoreSession.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/new-mgbetasolutionbackuprestoresession Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaSolutionBackupRestoreSession --- @@ -31,7 +31,7 @@ New-MgBetaSolutionBackupRestoreSession [-ResponseHeadersVariable ] [-RestoreSessionArtifactCount ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -41,7 +41,6 @@ New-MgBetaSolutionBackupRestoreSession -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/New-MgBetaSolutionBackupRestoreSharePointBrowseSession.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/New-MgBetaSolutionBackupRestoreSharePointBrowseSession.md index 870801bb2310a..245a53d1ae14c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/New-MgBetaSolutionBackupRestoreSharePointBrowseSession.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/New-MgBetaSolutionBackupRestoreSharePointBrowseSession.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/new-mgbetasolutionbackuprestoresharepointbrowsesession Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaSolutionBackupRestoreSharePointBrowseSession --- @@ -13,7 +13,10 @@ title: New-MgBetaSolutionBackupRestoreSharePointBrowseSession ## SYNOPSIS -Create new navigation property to sharePointBrowseSessions for solutions +Create a new sharePointBrowseSession object. + +> [!NOTE] +> To view the v1.0 release of this cmdlet, view [New-MgSolutionBackupRestoreSharePointBrowseSession](/powershell/module/Microsoft.Graph.BackupRestore/New-MgSolutionBackupRestoreSharePointBrowseSession?view=graph-powershell-1.0) ## SYNTAX @@ -23,10 +26,10 @@ Create new navigation property to sharePointBrowseSessions for solutions New-MgBetaSolutionBackupRestoreSharePointBrowseSession [-ResponseHeadersVariable ] [-AdditionalProperties ] [-BackupSizeInBytes ] [-CreatedDateTime ] [-Error ] [-ExpirationDateTime ] [-Id ] - [-RestorePointDateTime ] [-SiteId ] [-Status ] [-Break] - [-Headers ] [-HttpPipelineAppend ] + [-RestorePointDateTime ] [-RestorePointId ] [-SiteId ] [-Status ] + [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -36,7 +39,7 @@ New-MgBetaSolutionBackupRestoreSharePointBrowseSession -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -46,7 +49,7 @@ This cmdlet has the following aliases, ## DESCRIPTION -Create new navigation property to sharePointBrowseSessions for solutions +Create a new sharePointBrowseSession object. **Permissions** @@ -81,7 +84,7 @@ HelpMessage: '' ### -BackupSizeInBytes - +The size of the backup in bytes. ```yaml Type: System.String @@ -167,7 +170,9 @@ HelpMessage: '' ### -CreatedDateTime - +The date and time when the browse session 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, 2014 is 2014-01-01T00:00:00Z. ```yaml Type: System.DateTime @@ -210,7 +215,7 @@ HelpMessage: '' ### -ExpirationDateTime - +The date and time after which the browse session is deleted automatically. ```yaml Type: System.DateTime @@ -401,7 +406,7 @@ HelpMessage: '' ### -RestorePointDateTime - +The date and time of the restore point on which the browse session is created. ```yaml Type: System.DateTime @@ -420,10 +425,31 @@ AcceptedValues: [] HelpMessage: '' ``` -### -SiteId +### -RestorePointId +```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: '' +``` + +### -SiteId + +Id of the backed-up SharePoint site. + ```yaml Type: System.String DefaultValue: '' @@ -516,8 +542,10 @@ For information on hash tables, run Get-Help about_Hash_Tables. BODYPARAMETER ``: sharePointBrowseSession [(Any) ]: This indicates any property can be added to this object. - [BackupSizeInBytes ]: - [CreatedDateTime ]: + [BackupSizeInBytes ]: The size of the backup in bytes. + [CreatedDateTime ]: The date and time when the browse session 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, 2014 is 2014-01-01T00:00:00Z. [Error ]: publicError [(Any) ]: This indicates any property can be added to this object. [Code ]: Represents the error code. @@ -533,12 +561,13 @@ BODYPARAMETER ``: sharePointBrowseSessio [Target ]: The target of the error. [Message ]: A non-localized message for the developer. [Target ]: The target of the error. - [ExpirationDateTime ]: - [RestorePointDateTime ]: + [ExpirationDateTime ]: The date and time after which the browse session is deleted automatically. + [RestorePointDateTime ]: The date and time of the restore point on which the browse session is created. + [RestorePointId ]: [Status ]: browseSessionStatus [Id ]: The unique identifier for an entity. Read-only. - [SiteId ]: + [SiteId ]: Id of the backed-up SharePoint site. ERROR ``: publicError [(Any) ]: This indicates any property can be added to this object. @@ -560,6 +589,7 @@ ERROR ``: publicError ## RELATED LINKS - [New-MgBetaSolutionBackupRestoreSharePointBrowseSession](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/new-mgbetasolutionbackuprestoresharepointbrowsesession) +- [Graph API Reference](https://learn.microsoft.com/graph/api/backuprestoreroot-post-sharepointbrowsesessions?view=graph-rest-beta) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/New-MgBetaSolutionBackupRestoreSharePointProtectionPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/New-MgBetaSolutionBackupRestoreSharePointProtectionPolicy.md index 9a7518aa417fc..1b61496093bed 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/New-MgBetaSolutionBackupRestoreSharePointProtectionPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/New-MgBetaSolutionBackupRestoreSharePointProtectionPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/new-mgbetasolutionbackuprestoresharepointprotectionpolicy Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaSolutionBackupRestoreSharePointProtectionPolicy --- @@ -29,15 +29,18 @@ New-MgBetaSolutionBackupRestoreSharePointProtectionPolicy [-ResponseHeadersVaria [-AdditionalProperties ] [-BillingPolicyId ] [-CreatedBy ] [-CreatedDateTime ] [-DisplayName ] [-Id ] [-IsEnabled] [-LastModifiedBy ] - [-LastModifiedDateTime ] [-ProtectionMode ] + [-LastModifiedDateTime ] [-OffboardRequestedDateTime ] + [-ProtectionMode ] [-ProtectionPolicyArtifactCount ] [-RetentionSettings ] + [-SiteExclusionUnits ] + [-SiteExclusionUnitsBulkAdditionJobs ] [-SiteInclusionRules ] [-SiteProtectionUnits ] [-SiteProtectionUnitsBulkAdditionJobs ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -47,7 +50,7 @@ New-MgBetaSolutionBackupRestoreSharePointProtectionPolicy -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -217,7 +220,7 @@ HelpMessage: '' ### -DisplayName -The name of the policy to be created. +The name of the policy. ```yaml Type: System.String @@ -387,6 +390,29 @@ AcceptedValues: [] HelpMessage: '' ``` +### -OffboardRequestedDateTime + +The date and time when offboarding was requested for the protection policy. +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. + +```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: '' +``` + ### -ProtectionMode BackupPolicyProtectionMode @@ -537,6 +563,50 @@ AcceptedValues: [] HelpMessage: '' ``` +### -SiteExclusionUnits + +The site exclusion units associated with the SharePoint protection policy. +To construct, see NOTES section for SITEEXCLUSIONUNITS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphSiteExclusionUnit[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -SiteExclusionUnitsBulkAdditionJobs + +The list of bulk addition jobs for site exclusion units associated with the SharePoint protection policy. +To construct, see NOTES section for SITEEXCLUSIONUNITSBULKADDITIONJOBS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphSiteExclusionUnitsBulkAdditionJob[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + ### -SiteInclusionRules The rules associated with the SharePoint Protection policy. @@ -693,11 +763,14 @@ For example, in the access reviews decisions API, this property might record the [CreatedDateTime ]: The date and time when the policy 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, 2014 is 2014-01-01T00:00:00Z. - [DisplayName ]: The name of the policy to be created. + [DisplayName ]: The name of the policy. [IsEnabled ]: Indicates whether the policy is enabled. [LastModifiedBy ]: identitySet [LastModifiedDateTime ]: The date and time when the policy 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, 2014 is 2014-01-01T00:00:00Z. + [OffboardRequestedDateTime ]: The date and time when offboarding was requested for the protection policy. +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. [ProtectionMode ]: BackupPolicyProtectionMode [ProtectionPolicyArtifactCount ]: protectionPolicyArtifactCount @@ -712,9 +785,11 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Status ]: protectionPolicyStatus [Id ]: The unique identifier for an entity. Read-only. - [SiteInclusionRules ]: The rules associated with the SharePoint Protection policy. + [SiteExclusionUnits ]: The site exclusion units associated with the SharePoint protection policy. [CreatedBy ]: identitySet - [CreatedDateTime ]: The time of creation of the rule. + [CreatedDateTime ]: The date and time when the exclusion unit 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, 2014 is 2014-01-01T00:00:00Z. [Error ]: publicError [(Any) ]: This indicates any property can be added to this object. [Code ]: Represents the error code. @@ -730,6 +805,33 @@ Read-only. [Target ]: The target of the error. [Message ]: A non-localized message for the developer. [Target ]: The target of the error. + [LastModifiedBy ]: identitySet + [LastModifiedDateTime ]: The date and time when the exclusion unit 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, 2014 is 2014-01-01T00:00:00Z. + [PolicyId ]: The unique identifier of the protection policy that contains this exclusion unit. + [Id ]: The unique identifier for an entity. +Read-only. + [SiteId ]: The unique identifier of the SharePoint site. + [SiteExclusionUnitsBulkAdditionJobs ]: The list of bulk addition jobs for site exclusion units associated with the SharePoint protection policy. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the bulk addition job 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, 2014 is 2014-01-01T00:00:00Z. + [DisplayName ]: The display name of the bulk addition job. + [Error ]: publicError + [LastModifiedBy ]: identitySet + [LastModifiedDateTime ]: The date and time when the bulk addition job 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, 2014 is 2014-01-01T00:00:00Z. + [Status ]: exclusionUnitBulkJobStatus + [Id ]: The unique identifier for an entity. +Read-only. + [SiteWebUrls ]: The URLs of SharePoint sites to be added as exclusion units to the protection policy. + [SiteInclusionRules ]: The rules associated with the SharePoint Protection policy. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The time of creation of the rule. + [Error ]: publicError [IsAutoApplyEnabled ]: true indicates that the protection rule is dynamic; false that it's static. [LastModifiedBy ]: identitySet [LastModifiedDateTime ]: Timestamp of the last modification made to the rule. @@ -739,12 +841,19 @@ Read-only. [SiteExpression ]: Contains a site expression. For examples, see siteExpression example. [SiteProtectionUnits ]: The protection units (sites) that are protected under the site protection policy. + [BackupRetentionPeriodInDays ]: The retention period of the backup, in days. + [BillingPolicyId ]: The unique identifier of the billing policy assigned to the protection unit for cost allocation. [CreatedBy ]: identitySet [CreatedDateTime ]: The time of creation of the protection unit. [Error ]: publicError [LastModifiedBy ]: identitySet [LastModifiedDateTime ]: Timestamp of the last modification of this protection unit. [OffboardRequestedDateTime ]: The time when protection unit offboard was requested. + [PendingRetentionPeriodChange ]: retentionPeriodChange + [(Any) ]: This indicates any property can be added to this object. + [EffectiveFromDateTime ]: + [Status ]: retentionPeriodChangeStatus + [TargetRetentionPeriodInDays ]: [PolicyId ]: The unique identifier of the protection policy based on which protection unit was created. [ProtectionSources ]: protectionSource [Status ]: protectionUnitStatus @@ -799,6 +908,85 @@ RETENTIONSETTINGS : Contains the retention se [Interval ]: The frequency of the backup. [Period ]: The period of time to retain the protected data for a single Microsoft 365 service. +SITEEXCLUSIONUNITS : The site exclusion units associated with the SharePoint protection policy. + [CreatedBy ]: identitySet + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(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. + [Device ]: identity + [User ]: identity + [CreatedDateTime ]: The date and time when the exclusion unit 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, 2014 is 2014-01-01T00:00:00Z. + [Error ]: publicError + [(Any) ]: This indicates any property can be added to this object. + [Code ]: Represents the error code. + [Details ]: Details of the error. + [Code ]: The error code. + [Message ]: The error message. + [Target ]: The target of the error. + [InnerError ]: publicInnerError + [(Any) ]: This indicates any property can be added to this object. + [Code ]: The error code. + [Details ]: A collection of error details. + [Message ]: The error message. + [Target ]: The target of the error. + [Message ]: A non-localized message for the developer. + [Target ]: The target of the error. + [LastModifiedBy ]: identitySet + [LastModifiedDateTime ]: The date and time when the exclusion unit 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, 2014 is 2014-01-01T00:00:00Z. + [PolicyId ]: The unique identifier of the protection policy that contains this exclusion unit. + [Id ]: The unique identifier for an entity. +Read-only. + [SiteId ]: The unique identifier of the SharePoint site. + +SITEEXCLUSIONUNITSBULKADDITIONJOBS : The list of bulk addition jobs for site exclusion units associated with the SharePoint protection policy. + [CreatedBy ]: identitySet + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(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. + [Device ]: identity + [User ]: identity + [CreatedDateTime ]: The date and time when the bulk addition job 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, 2014 is 2014-01-01T00:00:00Z. + [DisplayName ]: The display name of the bulk addition job. + [Error ]: publicError + [(Any) ]: This indicates any property can be added to this object. + [Code ]: Represents the error code. + [Details ]: Details of the error. + [Code ]: The error code. + [Message ]: The error message. + [Target ]: The target of the error. + [InnerError ]: publicInnerError + [(Any) ]: This indicates any property can be added to this object. + [Code ]: The error code. + [Details ]: A collection of error details. + [Message ]: The error message. + [Target ]: The target of the error. + [Message ]: A non-localized message for the developer. + [Target ]: The target of the error. + [LastModifiedBy ]: identitySet + [LastModifiedDateTime ]: The date and time when the bulk addition job 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, 2014 is 2014-01-01T00:00:00Z. + [Status ]: exclusionUnitBulkJobStatus + [Id ]: The unique identifier for an entity. +Read-only. + [SiteWebUrls ]: The URLs of SharePoint sites to be added as exclusion units to the protection policy. + SITEINCLUSIONRULES : The rules associated with the SharePoint Protection policy. [CreatedBy ]: identitySet [(Any) ]: This indicates any property can be added to this object. @@ -837,6 +1025,8 @@ Read-only. For examples, see siteExpression example. SITEPROTECTIONUNITS : The protection units (sites) that are protected under the site protection policy. + [BackupRetentionPeriodInDays ]: The retention period of the backup, in days. + [BillingPolicyId ]: The unique identifier of the billing policy assigned to the protection unit for cost allocation. [CreatedBy ]: identitySet [(Any) ]: This indicates any property can be added to this object. [Application ]: identity @@ -867,6 +1057,11 @@ For example, in the access reviews decisions API, this property might record the [LastModifiedBy ]: identitySet [LastModifiedDateTime ]: Timestamp of the last modification of this protection unit. [OffboardRequestedDateTime ]: The time when protection unit offboard was requested. + [PendingRetentionPeriodChange ]: retentionPeriodChange + [(Any) ]: This indicates any property can be added to this object. + [EffectiveFromDateTime ]: + [Status ]: retentionPeriodChangeStatus + [TargetRetentionPeriodInDays ]: [PolicyId ]: The unique identifier of the protection policy based on which protection unit was created. [ProtectionSources ]: protectionSource [Status ]: protectionUnitStatus diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/New-MgBetaSolutionBackupRestoreSharePointRestoreSession.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/New-MgBetaSolutionBackupRestoreSharePointRestoreSession.md index 31b6fd080c80c..316af69c5b1fe 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/New-MgBetaSolutionBackupRestoreSharePointRestoreSession.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/New-MgBetaSolutionBackupRestoreSharePointRestoreSession.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/new-mgbetasolutionbackuprestoresharepointrestoresession Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaSolutionBackupRestoreSharePointRestoreSession --- @@ -14,6 +14,9 @@ title: New-MgBetaSolutionBackupRestoreSharePointRestoreSession ## SYNOPSIS Create a new sharePointRestoreSession object. +To create a granular restore session, granular site restore artifacts must be present in the payload. +A request can't include both granularSiteRestoreArtifact and siteRestoreArtifact in the same create or update request. +If no payload is provided when you create the restore session, the request creates an empty standard restore session by default. > [!NOTE] > To view the v1.0 release of this cmdlet, view [New-MgSolutionBackupRestoreSharePointRestoreSession](/powershell/module/Microsoft.Graph.BackupRestore/New-MgSolutionBackupRestoreSharePointRestoreSession?view=graph-powershell-1.0) @@ -35,7 +38,7 @@ New-MgBetaSolutionBackupRestoreSharePointRestoreSession [-ResponseHeadersVariabl [-SiteRestoreArtifactsBulkAdditionRequests ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -45,7 +48,7 @@ New-MgBetaSolutionBackupRestoreSharePointRestoreSession -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -56,6 +59,9 @@ This cmdlet has the following aliases, ## DESCRIPTION Create a new sharePointRestoreSession object. +To create a granular restore session, granular site restore artifacts must be present in the payload. +A request can't include both granularSiteRestoreArtifact and siteRestoreArtifact in the same create or update request. +If no payload is provided when you create the restore session, the request creates an empty standard restore session by default. ## PARAMETERS @@ -233,7 +239,7 @@ HelpMessage: '' ### -GranularSiteRestoreArtifacts - +A collection of browse session id and item key details that can be used to restore SharePoint files and folders. To construct, see NOTES section for GRANULARSITERESTOREARTIFACTS properties and create a hash table. ```yaml @@ -668,19 +674,21 @@ For example, in the access reviews decisions API, this property might record the [Status ]: restoreSessionStatus [Id ]: The unique identifier for an entity. Read-only. - [GranularSiteRestoreArtifacts ]: - [BrowseSessionId ]: - [CompletionDateTime ]: - [RestorePointDateTime ]: - [RestoredItemKey ]: - [RestoredItemPath ]: - [RestoredItemWebUrl ]: - [StartDateTime ]: + [GranularSiteRestoreArtifacts ]: A collection of browse session id and item key details that can be used to restore SharePoint files and folders. + [BrowseSessionId ]: The unique identifier of the browseSession + [CompletionDateTime ]: Date time when the artifact's restoration completes. + [DestinationType ]: destinationType + [RestorePointDateTime ]: The restore point date time to which the artifact is restored. + [RestoredItemKey ]: The unique identifier for the restored artifact. + [RestoredItemPath ]: The path of the restored artifact. +It's the path of the folder where all the artifacts are restored within a granular restore session. + [RestoredItemWebUrl ]: The web url of the restored artifact. + [StartDateTime ]: The start time of the restoration. [Status ]: artifactRestoreStatus - [WebUrl ]: + [WebUrl ]: The original web url of the artifact being restored. [Id ]: The unique identifier for an entity. Read-only. - [SiteId ]: + [SiteId ]: Id of the site in which artifact is present. [SiteRestoreArtifacts ]: A collection of restore points and destination details that can be used to restore SharePoint sites. [CompletionDateTime ]: The time when restoration of restore artifact is completed. [DestinationType ]: destinationType @@ -695,12 +703,19 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. + [BackupRetentionPeriodInDays ]: The retention period of the backup, in days. + [BillingPolicyId ]: The unique identifier of the billing policy assigned to the protection unit for cost allocation. [CreatedBy ]: identitySet [CreatedDateTime ]: The time of creation of the protection unit. [Error ]: publicError [LastModifiedBy ]: identitySet [LastModifiedDateTime ]: Timestamp of the last modification of this protection unit. [OffboardRequestedDateTime ]: The time when protection unit offboard was requested. + [PendingRetentionPeriodChange ]: retentionPeriodChange + [(Any) ]: This indicates any property can be added to this object. + [EffectiveFromDateTime ]: + [Status ]: retentionPeriodChangeStatus + [TargetRetentionPeriodInDays ]: [PolicyId ]: The unique identifier of the protection policy based on which protection unit was created. [ProtectionSources ]: protectionSource [Status ]: protectionUnitStatus @@ -761,19 +776,21 @@ ERROR ``: publicError [Message ]: A non-localized message for the developer. [Target ]: The target of the error. -GRANULARSITERESTOREARTIFACTS : . - [BrowseSessionId ]: - [CompletionDateTime ]: - [RestorePointDateTime ]: - [RestoredItemKey ]: - [RestoredItemPath ]: - [RestoredItemWebUrl ]: - [StartDateTime ]: +GRANULARSITERESTOREARTIFACTS : A collection of browse session id and item key details that can be used to restore SharePoint files and folders. + [BrowseSessionId ]: The unique identifier of the browseSession + [CompletionDateTime ]: Date time when the artifact's restoration completes. + [DestinationType ]: destinationType + [RestorePointDateTime ]: The restore point date time to which the artifact is restored. + [RestoredItemKey ]: The unique identifier for the restored artifact. + [RestoredItemPath ]: The path of the restored artifact. +It's the path of the folder where all the artifacts are restored within a granular restore session. + [RestoredItemWebUrl ]: The web url of the restored artifact. + [StartDateTime ]: The start time of the restoration. [Status ]: artifactRestoreStatus - [WebUrl ]: + [WebUrl ]: The original web url of the artifact being restored. [Id ]: The unique identifier for an entity. Read-only. - [SiteId ]: + [SiteId ]: Id of the site in which artifact is present. LASTMODIFIEDBY ``: identitySet [(Any) ]: This indicates any property can be added to this object. @@ -822,6 +839,8 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. + [BackupRetentionPeriodInDays ]: The retention period of the backup, in days. + [BillingPolicyId ]: The unique identifier of the billing policy assigned to the protection unit for cost allocation. [CreatedBy ]: identitySet [(Any) ]: This indicates any property can be added to this object. [Application ]: identity @@ -838,6 +857,11 @@ For example, in the access reviews decisions API, this property might record the [LastModifiedBy ]: identitySet [LastModifiedDateTime ]: Timestamp of the last modification of this protection unit. [OffboardRequestedDateTime ]: The time when protection unit offboard was requested. + [PendingRetentionPeriodChange ]: retentionPeriodChange + [(Any) ]: This indicates any property can be added to this object. + [EffectiveFromDateTime ]: + [Status ]: retentionPeriodChangeStatus + [TargetRetentionPeriodInDays ]: [PolicyId ]: The unique identifier of the protection policy based on which protection unit was created. [ProtectionSources ]: protectionSource [Status ]: protectionUnitStatus diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/New-MgBetaSolutionBackupRestoreSharePointRestoreSessionGranularSiteRestoreArtifact.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/New-MgBetaSolutionBackupRestoreSharePointRestoreSessionGranularSiteRestoreArtifact.md index 0d28b7dd33f17..3c709e14e8718 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/New-MgBetaSolutionBackupRestoreSharePointRestoreSessionGranularSiteRestoreArtifact.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/New-MgBetaSolutionBackupRestoreSharePointRestoreSessionGranularSiteRestoreArtifact.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/new-mgbetasolutionbackuprestoresharepointrestoresessiongranularsiterestoreartifact Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaSolutionBackupRestoreSharePointRestoreSessionGranularSiteRestoreArtifact --- @@ -15,6 +15,9 @@ title: New-MgBetaSolutionBackupRestoreSharePointRestoreSessionGranularSiteRestor Create new navigation property to granularSiteRestoreArtifacts for solutions +> [!NOTE] +> To view the v1.0 release of this cmdlet, view [New-MgSolutionBackupRestoreSharePointRestoreSessionGranularSiteRestoreArtifact](/powershell/module/Microsoft.Graph.BackupRestore/New-MgSolutionBackupRestoreSharePointRestoreSessionGranularSiteRestoreArtifact?view=graph-powershell-1.0) + ## SYNTAX ### CreateExpanded (Default) @@ -23,12 +26,12 @@ Create new navigation property to granularSiteRestoreArtifacts for solutions New-MgBetaSolutionBackupRestoreSharePointRestoreSessionGranularSiteRestoreArtifact -SharePointRestoreSessionId [-ResponseHeadersVariable ] [-AdditionalProperties ] [-BrowseSessionId ] [-CompletionDateTime ] - [-Id ] [-RestorePointDateTime ] [-RestoredItemKey ] - [-RestoredItemPath ] [-RestoredItemWebUrl ] [-SiteId ] - [-StartDateTime ] [-Status ] [-WebUrl ] [-Break] [-Headers ] - [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] + [-DestinationType ] [-Id ] [-RestorePointDateTime ] + [-RestoredItemKey ] [-RestoredItemPath ] [-RestoredItemWebUrl ] + [-SiteId ] [-StartDateTime ] [-Status ] [-WebUrl ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -39,7 +42,6 @@ New-MgBetaSolutionBackupRestoreSharePointRestoreSessionGranularSiteRestoreArtifa [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -48,12 +50,12 @@ New-MgBetaSolutionBackupRestoreSharePointRestoreSessionGranularSiteRestoreArtifa New-MgBetaSolutionBackupRestoreSharePointRestoreSessionGranularSiteRestoreArtifact -InputObject [-ResponseHeadersVariable ] [-AdditionalProperties ] [-BrowseSessionId ] [-CompletionDateTime ] - [-Id ] [-RestorePointDateTime ] [-RestoredItemKey ] - [-RestoredItemPath ] [-RestoredItemWebUrl ] [-SiteId ] - [-StartDateTime ] [-Status ] [-WebUrl ] [-Break] [-Headers ] - [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] + [-DestinationType ] [-Id ] [-RestorePointDateTime ] + [-RestoredItemKey ] [-RestoredItemPath ] [-RestoredItemWebUrl ] + [-SiteId ] [-StartDateTime ] [-Status ] [-WebUrl ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -64,7 +66,6 @@ New-MgBetaSolutionBackupRestoreSharePointRestoreSessionGranularSiteRestoreArtifa [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -156,7 +157,7 @@ HelpMessage: '' ### -BrowseSessionId - +The unique identifier of the browseSession ```yaml Type: System.String @@ -183,7 +184,7 @@ HelpMessage: '' ### -CompletionDateTime - +Date time when the artifact's restoration completes. ```yaml Type: System.DateTime @@ -230,6 +231,33 @@ AcceptedValues: [] HelpMessage: '' ``` +### -DestinationType + +destinationType + +```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: '' +``` + ### -Headers Optional headers that will be added to the request. @@ -436,7 +464,7 @@ HelpMessage: '' ### -RestoredItemKey - +The unique identifier for the restored artifact. ```yaml Type: System.String @@ -463,7 +491,8 @@ HelpMessage: '' ### -RestoredItemPath - +The path of the restored artifact. +It's the path of the folder where all the artifacts are restored within a granular restore session. ```yaml Type: System.String @@ -490,7 +519,7 @@ HelpMessage: '' ### -RestoredItemWebUrl - +The web url of the restored artifact. ```yaml Type: System.String @@ -517,7 +546,7 @@ HelpMessage: '' ### -RestorePointDateTime - +The restore point date time to which the artifact is restored. ```yaml Type: System.DateTime @@ -571,7 +600,7 @@ HelpMessage: '' ### -SiteId - +Id of the site in which artifact is present. ```yaml Type: System.String @@ -598,7 +627,7 @@ HelpMessage: '' ### -StartDateTime - +The start time of the restoration. ```yaml Type: System.DateTime @@ -652,7 +681,7 @@ HelpMessage: '' ### -WebUrl - +The original web url of the artifact being restored. ```yaml Type: System.String @@ -735,21 +764,26 @@ For information on hash tables, run Get-Help about_Hash_Tables. BODYPARAMETER ``: granularSiteRestoreArtifact [(Any) ]: This indicates any property can be added to this object. - [BrowseSessionId ]: - [CompletionDateTime ]: - [RestorePointDateTime ]: - [RestoredItemKey ]: - [RestoredItemPath ]: - [RestoredItemWebUrl ]: - [StartDateTime ]: + [BrowseSessionId ]: The unique identifier of the browseSession + [CompletionDateTime ]: Date time when the artifact's restoration completes. + [DestinationType ]: destinationType + [RestorePointDateTime ]: The restore point date time to which the artifact is restored. + [RestoredItemKey ]: The unique identifier for the restored artifact. + [RestoredItemPath ]: The path of the restored artifact. +It's the path of the folder where all the artifacts are restored within a granular restore session. + [RestoredItemWebUrl ]: The web url of the restored artifact. + [StartDateTime ]: The start time of the restoration. [Status ]: artifactRestoreStatus - [WebUrl ]: + [WebUrl ]: The original web url of the artifact being restored. [Id ]: The unique identifier for an entity. Read-only. - [SiteId ]: + [SiteId ]: Id of the site in which artifact is present. INPUTOBJECT ``: Identity Parameter + [ActivityLogBaseId ]: The unique identifier of activityLogBase [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -757,9 +791,12 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob @@ -769,6 +806,7 @@ INPUTOBJECT ``: Identity Parameter [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase [RestorePointId ]: The unique identifier of restorePoint @@ -777,6 +815,8 @@ INPUTOBJECT ``: Identity Parameter [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/New-MgBetaSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifact.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/New-MgBetaSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifact.md index 6bc147e942565..b23fbe450be9c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/New-MgBetaSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifact.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/New-MgBetaSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifact.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/new-mgbetasolutionbackuprestoresharepointrestoresessionsiterestoreartifact Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifact --- @@ -30,7 +30,7 @@ New-MgBetaSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifact [-RestoredSiteId ] [-StartDateTime ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -41,7 +41,6 @@ New-MgBetaSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifact [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -54,7 +53,7 @@ New-MgBetaSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifact [-RestoredSiteId ] [-StartDateTime ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -65,7 +64,6 @@ New-MgBetaSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifact [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -684,6 +682,8 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. + [BackupRetentionPeriodInDays ]: The retention period of the backup, in days. + [BillingPolicyId ]: The unique identifier of the billing policy assigned to the protection unit for cost allocation. [CreatedBy ]: identitySet [(Any) ]: This indicates any property can be added to this object. [Application ]: identity @@ -700,6 +700,11 @@ For example, in the access reviews decisions API, this property might record the [LastModifiedBy ]: identitySet [LastModifiedDateTime ]: Timestamp of the last modification of this protection unit. [OffboardRequestedDateTime ]: The time when protection unit offboard was requested. + [PendingRetentionPeriodChange ]: retentionPeriodChange + [(Any) ]: This indicates any property can be added to this object. + [EffectiveFromDateTime ]: + [Status ]: retentionPeriodChangeStatus + [TargetRetentionPeriodInDays ]: [PolicyId ]: The unique identifier of the protection policy based on which protection unit was created. [ProtectionSources ]: protectionSource [Status ]: protectionUnitStatus @@ -727,7 +732,10 @@ ERROR ``: publicError [Target ]: The target of the error. INPUTOBJECT ``: Identity Parameter + [ActivityLogBaseId ]: The unique identifier of activityLogBase [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -735,9 +743,12 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob @@ -747,6 +758,7 @@ INPUTOBJECT ``: Identity Parameter [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase [RestorePointId ]: The unique identifier of restorePoint @@ -755,6 +767,8 @@ INPUTOBJECT ``: Identity Parameter [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob @@ -771,6 +785,8 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. + [BackupRetentionPeriodInDays ]: The retention period of the backup, in days. + [BillingPolicyId ]: The unique identifier of the billing policy assigned to the protection unit for cost allocation. [CreatedBy ]: identitySet [(Any) ]: This indicates any property can be added to this object. [Application ]: identity @@ -801,6 +817,11 @@ For example, in the access reviews decisions API, this property might record the [LastModifiedBy ]: identitySet [LastModifiedDateTime ]: Timestamp of the last modification of this protection unit. [OffboardRequestedDateTime ]: The time when protection unit offboard was requested. + [PendingRetentionPeriodChange ]: retentionPeriodChange + [(Any) ]: This indicates any property can be added to this object. + [EffectiveFromDateTime ]: + [Status ]: retentionPeriodChangeStatus + [TargetRetentionPeriodInDays ]: [PolicyId ]: The unique identifier of the protection policy based on which protection unit was created. [ProtectionSources ]: protectionSource [Status ]: protectionUnitStatus diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/New-MgBetaSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifactBulkAdditionRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/New-MgBetaSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifactBulkAdditionRequest.md index 531fe6ec638fc..2f60b4ceef99d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/New-MgBetaSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifactBulkAdditionRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/New-MgBetaSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifactBulkAdditionRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/new-mgbetasolutionbackuprestoresharepointrestoresessionsiterestoreartifactbulkadditionrequest Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifactBulkAdditionRequest --- @@ -34,7 +34,6 @@ New-MgBetaSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifactBulkAd [-SiteWebUrls ] [-Status ] [-Tags ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -46,7 +45,6 @@ New-MgBetaSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifactBulkAd [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -62,7 +60,6 @@ New-MgBetaSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifactBulkAd [-SiteWebUrls ] [-Status ] [-Tags ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -74,7 +71,6 @@ New-MgBetaSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifactBulkAd [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -935,7 +931,10 @@ ERROR ``: publicError [Target ]: The target of the error. INPUTOBJECT ``: Identity Parameter + [ActivityLogBaseId ]: The unique identifier of activityLogBase [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -943,9 +942,12 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob @@ -955,6 +957,7 @@ INPUTOBJECT ``: Identity Parameter [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase [RestorePointId ]: The unique identifier of restorePoint @@ -963,6 +966,8 @@ INPUTOBJECT ``: Identity Parameter [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/New-MgBetaSolutionBackupRestoreSiteExclusionUnit.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/New-MgBetaSolutionBackupRestoreSiteExclusionUnit.md new file mode 100644 index 0000000000000..6857727268e07 --- /dev/null +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/New-MgBetaSolutionBackupRestoreSiteExclusionUnit.md @@ -0,0 +1,620 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/new-mgbetasolutionbackuprestoresiteexclusionunit +Locale: en-US +Module Name: Microsoft.Graph.Beta.BackupRestore +ms.date: 07/10/2026 +PlatyPS schema version: 2024-05-01 +title: New-MgBetaSolutionBackupRestoreSiteExclusionUnit +--- + +# New-MgBetaSolutionBackupRestoreSiteExclusionUnit + +## SYNOPSIS + +Create new navigation property to siteExclusionUnits for solutions + +## SYNTAX + +### CreateExpanded (Default) + +``` +New-MgBetaSolutionBackupRestoreSiteExclusionUnit [-ResponseHeadersVariable ] + [-AdditionalProperties ] [-CreatedBy ] + [-CreatedDateTime ] [-Error ] [-Id ] + [-LastModifiedBy ] [-LastModifiedDateTime ] + [-PolicyId ] [-SiteId ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +### Create + +``` +New-MgBetaSolutionBackupRestoreSiteExclusionUnit -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 siteExclusionUnits for solutions + +## 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 + +siteExclusionUnit +To construct, see NOTES section for BODYPARAMETER properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphSiteExclusionUnit +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: '' +``` + +### -CreatedBy + +identitySet +To construct, see NOTES section for CREATEDBY properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphIdentitySet +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CreatedDateTime + +The date and time when the exclusion unit 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, 2014 is 2014-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: '' +``` + +### -Error + +publicError +To construct, see NOTES section for ERROR properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphPublicError +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + 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: '' +``` + +### -LastModifiedBy + +identitySet +To construct, see NOTES section for LASTMODIFIEDBY properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphIdentitySet +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -LastModifiedDateTime + +The date and time when the exclusion unit 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, 2014 is 2014-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: '' +``` + +### -PolicyId + +The unique identifier of the protection policy that contains this exclusion unit. + +```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: '' +``` + +### -SiteId + +The unique identifier of the SharePoint site. + +```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: '' +``` + +### -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.IMicrosoftGraphSiteExclusionUnit + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphSiteExclusionUnit + +{{ 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 ``: siteExclusionUnit + [(Any) ]: This indicates any property can be added to this object. + [CreatedBy ]: identitySet + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(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. + [Device ]: identity + [User ]: identity + [CreatedDateTime ]: The date and time when the exclusion unit 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, 2014 is 2014-01-01T00:00:00Z. + [Error ]: publicError + [(Any) ]: This indicates any property can be added to this object. + [Code ]: Represents the error code. + [Details ]: Details of the error. + [Code ]: The error code. + [Message ]: The error message. + [Target ]: The target of the error. + [InnerError ]: publicInnerError + [(Any) ]: This indicates any property can be added to this object. + [Code ]: The error code. + [Details ]: A collection of error details. + [Message ]: The error message. + [Target ]: The target of the error. + [Message ]: A non-localized message for the developer. + [Target ]: The target of the error. + [LastModifiedBy ]: identitySet + [LastModifiedDateTime ]: The date and time when the exclusion unit 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, 2014 is 2014-01-01T00:00:00Z. + [PolicyId ]: The unique identifier of the protection policy that contains this exclusion unit. + [Id ]: The unique identifier for an entity. +Read-only. + [SiteId ]: The unique identifier of the SharePoint site. + +CREATEDBY ``: identitySet + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(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. + [Device ]: identity + [User ]: identity + +ERROR ``: publicError + [(Any) ]: This indicates any property can be added to this object. + [Code ]: Represents the error code. + [Details ]: Details of the error. + [Code ]: The error code. + [Message ]: The error message. + [Target ]: The target of the error. + [InnerError ]: publicInnerError + [(Any) ]: This indicates any property can be added to this object. + [Code ]: The error code. + [Details ]: A collection of error details. + [Message ]: The error message. + [Target ]: The target of the error. + [Message ]: A non-localized message for the developer. + [Target ]: The target of the error. + +LASTMODIFIEDBY ``: identitySet + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(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. + [Device ]: identity + [User ]: identity + + +## RELATED LINKS + +- [New-MgBetaSolutionBackupRestoreSiteExclusionUnit](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/new-mgbetasolutionbackuprestoresiteexclusionunit) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/New-MgBetaSolutionBackupRestoreSiteExclusionUnitBulkAdditionJob.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/New-MgBetaSolutionBackupRestoreSiteExclusionUnitBulkAdditionJob.md new file mode 100644 index 0000000000000..401b49af6d47f --- /dev/null +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/New-MgBetaSolutionBackupRestoreSiteExclusionUnitBulkAdditionJob.md @@ -0,0 +1,643 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/new-mgbetasolutionbackuprestoresiteexclusionunitbulkadditionjob +Locale: en-US +Module Name: Microsoft.Graph.Beta.BackupRestore +ms.date: 07/10/2026 +PlatyPS schema version: 2024-05-01 +title: New-MgBetaSolutionBackupRestoreSiteExclusionUnitBulkAdditionJob +--- + +# New-MgBetaSolutionBackupRestoreSiteExclusionUnitBulkAdditionJob + +## SYNOPSIS + +Create new navigation property to siteExclusionUnitsBulkAdditionJobs for solutions + +## SYNTAX + +### CreateExpanded (Default) + +``` +New-MgBetaSolutionBackupRestoreSiteExclusionUnitBulkAdditionJob [-ResponseHeadersVariable ] + [-AdditionalProperties ] [-CreatedBy ] + [-CreatedDateTime ] [-DisplayName ] [-Error ] + [-Id ] [-LastModifiedBy ] [-LastModifiedDateTime ] + [-SiteWebUrls ] [-Status ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +### Create + +``` +New-MgBetaSolutionBackupRestoreSiteExclusionUnitBulkAdditionJob + -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 siteExclusionUnitsBulkAdditionJobs for solutions + +## 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 + +siteExclusionUnitsBulkAdditionJob +To construct, see NOTES section for BODYPARAMETER properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphSiteExclusionUnitsBulkAdditionJob +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: '' +``` + +### -CreatedBy + +identitySet +To construct, see NOTES section for CREATEDBY properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphIdentitySet +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CreatedDateTime + +The date and time when the bulk addition job 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, 2014 is 2014-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: '' +``` + +### -DisplayName + +The display name of the bulk addition job. + +```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: '' +``` + +### -Error + +publicError +To construct, see NOTES section for ERROR properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphPublicError +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + 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: '' +``` + +### -LastModifiedBy + +identitySet +To construct, see NOTES section for LASTMODIFIEDBY properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphIdentitySet +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -LastModifiedDateTime + +The date and time when the bulk addition job 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, 2014 is 2014-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: '' +``` + +### -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: '' +``` + +### -SiteWebUrls + +The URLs of SharePoint sites to be added as exclusion units to the protection policy. + +```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: '' +``` + +### -Status + +exclusionUnitBulkJobStatus + +```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: '' +``` + +### -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.IMicrosoftGraphSiteExclusionUnitsBulkAdditionJob + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphSiteExclusionUnitsBulkAdditionJob + +{{ 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 ``: siteExclusionUnitsBulkAdditionJob + [(Any) ]: This indicates any property can be added to this object. + [CreatedBy ]: identitySet + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(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. + [Device ]: identity + [User ]: identity + [CreatedDateTime ]: The date and time when the bulk addition job 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, 2014 is 2014-01-01T00:00:00Z. + [DisplayName ]: The display name of the bulk addition job. + [Error ]: publicError + [(Any) ]: This indicates any property can be added to this object. + [Code ]: Represents the error code. + [Details ]: Details of the error. + [Code ]: The error code. + [Message ]: The error message. + [Target ]: The target of the error. + [InnerError ]: publicInnerError + [(Any) ]: This indicates any property can be added to this object. + [Code ]: The error code. + [Details ]: A collection of error details. + [Message ]: The error message. + [Target ]: The target of the error. + [Message ]: A non-localized message for the developer. + [Target ]: The target of the error. + [LastModifiedBy ]: identitySet + [LastModifiedDateTime ]: The date and time when the bulk addition job 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, 2014 is 2014-01-01T00:00:00Z. + [Status ]: exclusionUnitBulkJobStatus + [Id ]: The unique identifier for an entity. +Read-only. + [SiteWebUrls ]: The URLs of SharePoint sites to be added as exclusion units to the protection policy. + +CREATEDBY ``: identitySet + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(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. + [Device ]: identity + [User ]: identity + +ERROR ``: publicError + [(Any) ]: This indicates any property can be added to this object. + [Code ]: Represents the error code. + [Details ]: Details of the error. + [Code ]: The error code. + [Message ]: The error message. + [Target ]: The target of the error. + [InnerError ]: publicInnerError + [(Any) ]: This indicates any property can be added to this object. + [Code ]: The error code. + [Details ]: A collection of error details. + [Message ]: The error message. + [Target ]: The target of the error. + [Message ]: A non-localized message for the developer. + [Target ]: The target of the error. + +LASTMODIFIEDBY ``: identitySet + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(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. + [Device ]: identity + [User ]: identity + + +## RELATED LINKS + +- [New-MgBetaSolutionBackupRestoreSiteExclusionUnitBulkAdditionJob](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/new-mgbetasolutionbackuprestoresiteexclusionunitbulkadditionjob) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/New-MgBetaSolutionBackupRestoreSiteInclusionRule.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/New-MgBetaSolutionBackupRestoreSiteInclusionRule.md index 126a1eaa33dcf..63a7aa9ba4c18 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/New-MgBetaSolutionBackupRestoreSiteInclusionRule.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/New-MgBetaSolutionBackupRestoreSiteInclusionRule.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/new-mgbetasolutionbackuprestoresiteinclusionrule Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaSolutionBackupRestoreSiteInclusionRule --- @@ -30,7 +30,7 @@ New-MgBetaSolutionBackupRestoreSiteInclusionRule [-ResponseHeadersVariable ] [-SiteExpression ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -40,7 +40,6 @@ New-MgBetaSolutionBackupRestoreSiteInclusionRule -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/New-MgBetaSolutionBackupRestoreSiteProtectionUnit.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/New-MgBetaSolutionBackupRestoreSiteProtectionUnit.md index 3f3a5253ed030..6efddad0d23fc 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/New-MgBetaSolutionBackupRestoreSiteProtectionUnit.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/New-MgBetaSolutionBackupRestoreSiteProtectionUnit.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/new-mgbetasolutionbackuprestoresiteprotectionunit Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaSolutionBackupRestoreSiteProtectionUnit --- @@ -24,14 +24,15 @@ Create new navigation property to siteProtectionUnits for solutions ``` New-MgBetaSolutionBackupRestoreSiteProtectionUnit [-ResponseHeadersVariable ] - [-AdditionalProperties ] [-CreatedBy ] - [-CreatedDateTime ] [-Error ] [-Id ] - [-LastModifiedBy ] [-LastModifiedDateTime ] - [-OffboardRequestedDateTime ] [-PolicyId ] [-ProtectionSources ] - [-SiteId ] [-Status ] [-Break] [-Headers ] - [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] + [-AdditionalProperties ] [-BackupRetentionPeriodInDays ] + [-BillingPolicyId ] [-CreatedBy ] [-CreatedDateTime ] + [-Error ] [-Id ] [-LastModifiedBy ] + [-LastModifiedDateTime ] [-OffboardRequestedDateTime ] + [-PendingRetentionPeriodChange ] [-PolicyId ] + [-ProtectionSources ] [-SiteId ] [-Status ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -41,7 +42,6 @@ New-MgBetaSolutionBackupRestoreSiteProtectionUnit -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -76,6 +76,48 @@ AcceptedValues: [] HelpMessage: '' ``` +### -BackupRetentionPeriodInDays + +The retention period of the backup, in days. + +```yaml +Type: System.Int32 +DefaultValue: 0 +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -BillingPolicyId + +The unique identifier of the billing policy assigned to the protection unit for cost allocation. + +```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: '' +``` + ### -BodyParameter siteProtectionUnit @@ -355,6 +397,28 @@ AcceptedValues: [] HelpMessage: '' ``` +### -PendingRetentionPeriodChange + +retentionPeriodChange +To construct, see NOTES section for PENDINGRETENTIONPERIODCHANGE properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphRetentionPeriodChange +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + ### -PolicyId The unique identifier of the protection policy based on which protection unit was created. @@ -578,6 +642,8 @@ For information on hash tables, run Get-Help about_Hash_Tables. BODYPARAMETER ``: siteProtectionUnit [(Any) ]: This indicates any property can be added to this object. + [BackupRetentionPeriodInDays ]: The retention period of the backup, in days. + [BillingPolicyId ]: The unique identifier of the billing policy assigned to the protection unit for cost allocation. [CreatedBy ]: identitySet [(Any) ]: This indicates any property can be added to this object. [Application ]: identity @@ -608,6 +674,11 @@ For example, in the access reviews decisions API, this property might record the [LastModifiedBy ]: identitySet [LastModifiedDateTime ]: Timestamp of the last modification of this protection unit. [OffboardRequestedDateTime ]: The time when protection unit offboard was requested. + [PendingRetentionPeriodChange ]: retentionPeriodChange + [(Any) ]: This indicates any property can be added to this object. + [EffectiveFromDateTime ]: + [Status ]: retentionPeriodChangeStatus + [TargetRetentionPeriodInDays ]: [PolicyId ]: The unique identifier of the protection policy based on which protection unit was created. [ProtectionSources ]: protectionSource [Status ]: protectionUnitStatus @@ -655,6 +726,12 @@ For example, in the access reviews decisions API, this property might record the [Device ]: identity [User ]: identity +PENDINGRETENTIONPERIODCHANGE ``: retentionPeriodChange + [(Any) ]: This indicates any property can be added to this object. + [EffectiveFromDateTime ]: + [Status ]: retentionPeriodChangeStatus + [TargetRetentionPeriodInDays ]: + ## RELATED LINKS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/New-MgBetaSolutionBackupRestoreSiteProtectionUnitBulkAdditionJob.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/New-MgBetaSolutionBackupRestoreSiteProtectionUnitBulkAdditionJob.md index 74cd5aadea6e0..357e581be9216 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/New-MgBetaSolutionBackupRestoreSiteProtectionUnitBulkAdditionJob.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/New-MgBetaSolutionBackupRestoreSiteProtectionUnitBulkAdditionJob.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/new-mgbetasolutionbackuprestoresiteprotectionunitbulkadditionjob Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaSolutionBackupRestoreSiteProtectionUnitBulkAdditionJob --- @@ -30,7 +30,7 @@ New-MgBetaSolutionBackupRestoreSiteProtectionUnitBulkAdditionJob [-ResponseHeade [-SiteIds ] [-SiteWebUrls ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -41,7 +41,6 @@ New-MgBetaSolutionBackupRestoreSiteProtectionUnitBulkAdditionJob [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Remove-MgBetaSolutionBackupRestore.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Remove-MgBetaSolutionBackupRestore.md index 223c96b0caaad..1ed447d10069a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Remove-MgBetaSolutionBackupRestore.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Remove-MgBetaSolutionBackupRestore.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/remove-mgbetasolutionbackuprestore Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaSolutionBackupRestore --- @@ -27,7 +27,6 @@ Remove-MgBetaSolutionBackupRestore [-IfMatch ] [-ResponseHeadersVariable [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Remove-MgBetaSolutionBackupRestoreActivityLog.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Remove-MgBetaSolutionBackupRestoreActivityLog.md new file mode 100644 index 0000000000000..4f25f53b85e12 --- /dev/null +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Remove-MgBetaSolutionBackupRestoreActivityLog.md @@ -0,0 +1,447 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/remove-mgbetasolutionbackuprestoreactivitylog +Locale: en-US +Module Name: Microsoft.Graph.Beta.BackupRestore +ms.date: 07/10/2026 +PlatyPS schema version: 2024-05-01 +title: Remove-MgBetaSolutionBackupRestoreActivityLog +--- + +# Remove-MgBetaSolutionBackupRestoreActivityLog + +## SYNOPSIS + +Delete navigation property activityLogs for solutions + +## SYNTAX + +### Delete (Default) + +``` +Remove-MgBetaSolutionBackupRestoreActivityLog -ActivityLogBaseId [-IfMatch ] + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +### DeleteViaIdentity + +``` +Remove-MgBetaSolutionBackupRestoreActivityLog -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 activityLogs for solutions + +## PARAMETERS + +### -ActivityLogBaseId + +The unique identifier of activityLogBase + +```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: '' +``` + +### -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.IBackupRestoreIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: DeleteViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + 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.IBackupRestoreIdentity + +{{ 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 + [ActivityLogBaseId ]: The unique identifier of activityLogBase + [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob + [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule + [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit + [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob + [DriveRestoreArtifactId ]: The unique identifier of driveRestoreArtifact + [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest + [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy + [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase + [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact + [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact + [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob + [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule + [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit + [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob + [MailboxRestoreArtifactId ]: The unique identifier of mailboxRestoreArtifact + [MailboxRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of mailboxRestoreArtifactsBulkAdditionRequest + [NextFetchToken ]: Usage: nextFetchToken='{nextFetchToken}' + [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession + [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy + [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' + [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase + [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase + [RestorePointId ]: The unique identifier of restorePoint + [RestoreSessionBaseId ]: The unique identifier of restoreSessionBase + [ServiceAppId ]: The unique identifier of serviceApp + [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession + [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy + [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob + [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule + [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit + [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob + [SiteRestoreArtifactId ]: The unique identifier of siteRestoreArtifact + [SiteRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of siteRestoreArtifactsBulkAdditionRequest + + +## RELATED LINKS + +- [Remove-MgBetaSolutionBackupRestoreActivityLog](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/remove-mgbetasolutionbackuprestoreactivitylog) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Remove-MgBetaSolutionBackupRestoreBrowseSession.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Remove-MgBetaSolutionBackupRestoreBrowseSession.md index eef09ace63bf5..4762397c23b70 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Remove-MgBetaSolutionBackupRestoreBrowseSession.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Remove-MgBetaSolutionBackupRestoreBrowseSession.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/remove-mgbetasolutionbackuprestorebrowsesession Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaSolutionBackupRestoreBrowseSession --- @@ -15,6 +15,9 @@ title: Remove-MgBetaSolutionBackupRestoreBrowseSession Delete navigation property browseSessions for solutions +> [!NOTE] +> To view the v1.0 release of this cmdlet, view [Remove-MgSolutionBackupRestoreBrowseSession](/powershell/module/Microsoft.Graph.BackupRestore/Remove-MgSolutionBackupRestoreBrowseSession?view=graph-powershell-1.0) + ## SYNTAX ### Delete (Default) @@ -24,7 +27,6 @@ Remove-MgBetaSolutionBackupRestoreBrowseSession -BrowseSessionBaseId [- [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +36,6 @@ Remove-MgBetaSolutionBackupRestoreBrowseSession -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -377,7 +378,10 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [ActivityLogBaseId ]: The unique identifier of activityLogBase [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -385,9 +389,12 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob @@ -397,6 +404,7 @@ INPUTOBJECT ``: Identity Parameter [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase [RestorePointId ]: The unique identifier of restorePoint @@ -405,6 +413,8 @@ INPUTOBJECT ``: Identity Parameter [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Remove-MgBetaSolutionBackupRestoreDriveExclusionUnit.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Remove-MgBetaSolutionBackupRestoreDriveExclusionUnit.md new file mode 100644 index 0000000000000..05c51a01122d4 --- /dev/null +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Remove-MgBetaSolutionBackupRestoreDriveExclusionUnit.md @@ -0,0 +1,447 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/remove-mgbetasolutionbackuprestoredriveexclusionunit +Locale: en-US +Module Name: Microsoft.Graph.Beta.BackupRestore +ms.date: 07/10/2026 +PlatyPS schema version: 2024-05-01 +title: Remove-MgBetaSolutionBackupRestoreDriveExclusionUnit +--- + +# Remove-MgBetaSolutionBackupRestoreDriveExclusionUnit + +## SYNOPSIS + +Delete navigation property driveExclusionUnits for solutions + +## SYNTAX + +### Delete (Default) + +``` +Remove-MgBetaSolutionBackupRestoreDriveExclusionUnit -DriveExclusionUnitId + [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +### DeleteViaIdentity + +``` +Remove-MgBetaSolutionBackupRestoreDriveExclusionUnit -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 driveExclusionUnits for solutions + +## 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: '' +``` + +### -DriveExclusionUnitId + +The unique identifier of driveExclusionUnit + +```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.IBackupRestoreIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: DeleteViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + 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.IBackupRestoreIdentity + +{{ 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 + [ActivityLogBaseId ]: The unique identifier of activityLogBase + [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob + [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule + [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit + [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob + [DriveRestoreArtifactId ]: The unique identifier of driveRestoreArtifact + [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest + [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy + [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase + [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact + [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact + [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob + [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule + [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit + [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob + [MailboxRestoreArtifactId ]: The unique identifier of mailboxRestoreArtifact + [MailboxRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of mailboxRestoreArtifactsBulkAdditionRequest + [NextFetchToken ]: Usage: nextFetchToken='{nextFetchToken}' + [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession + [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy + [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' + [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase + [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase + [RestorePointId ]: The unique identifier of restorePoint + [RestoreSessionBaseId ]: The unique identifier of restoreSessionBase + [ServiceAppId ]: The unique identifier of serviceApp + [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession + [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy + [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob + [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule + [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit + [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob + [SiteRestoreArtifactId ]: The unique identifier of siteRestoreArtifact + [SiteRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of siteRestoreArtifactsBulkAdditionRequest + + +## RELATED LINKS + +- [Remove-MgBetaSolutionBackupRestoreDriveExclusionUnit](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/remove-mgbetasolutionbackuprestoredriveexclusionunit) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Remove-MgBetaSolutionBackupRestoreDriveExclusionUnitBulkAdditionJob.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Remove-MgBetaSolutionBackupRestoreDriveExclusionUnitBulkAdditionJob.md new file mode 100644 index 0000000000000..bd36bceb7bcf4 --- /dev/null +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Remove-MgBetaSolutionBackupRestoreDriveExclusionUnitBulkAdditionJob.md @@ -0,0 +1,449 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/remove-mgbetasolutionbackuprestoredriveexclusionunitbulkadditionjob +Locale: en-US +Module Name: Microsoft.Graph.Beta.BackupRestore +ms.date: 07/10/2026 +PlatyPS schema version: 2024-05-01 +title: Remove-MgBetaSolutionBackupRestoreDriveExclusionUnitBulkAdditionJob +--- + +# Remove-MgBetaSolutionBackupRestoreDriveExclusionUnitBulkAdditionJob + +## SYNOPSIS + +Delete navigation property driveExclusionUnitsBulkAdditionJobs for solutions + +## SYNTAX + +### Delete (Default) + +``` +Remove-MgBetaSolutionBackupRestoreDriveExclusionUnitBulkAdditionJob + -DriveExclusionUnitsBulkAdditionJobId [-IfMatch ] + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +### DeleteViaIdentity + +``` +Remove-MgBetaSolutionBackupRestoreDriveExclusionUnitBulkAdditionJob + -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 driveExclusionUnitsBulkAdditionJobs for solutions + +## 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: '' +``` + +### -DriveExclusionUnitsBulkAdditionJobId + +The unique identifier of driveExclusionUnitsBulkAdditionJob + +```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.IBackupRestoreIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: DeleteViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + 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.IBackupRestoreIdentity + +{{ 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 + [ActivityLogBaseId ]: The unique identifier of activityLogBase + [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob + [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule + [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit + [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob + [DriveRestoreArtifactId ]: The unique identifier of driveRestoreArtifact + [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest + [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy + [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase + [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact + [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact + [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob + [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule + [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit + [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob + [MailboxRestoreArtifactId ]: The unique identifier of mailboxRestoreArtifact + [MailboxRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of mailboxRestoreArtifactsBulkAdditionRequest + [NextFetchToken ]: Usage: nextFetchToken='{nextFetchToken}' + [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession + [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy + [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' + [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase + [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase + [RestorePointId ]: The unique identifier of restorePoint + [RestoreSessionBaseId ]: The unique identifier of restoreSessionBase + [ServiceAppId ]: The unique identifier of serviceApp + [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession + [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy + [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob + [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule + [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit + [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob + [SiteRestoreArtifactId ]: The unique identifier of siteRestoreArtifact + [SiteRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of siteRestoreArtifactsBulkAdditionRequest + + +## RELATED LINKS + +- [Remove-MgBetaSolutionBackupRestoreDriveExclusionUnitBulkAdditionJob](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/remove-mgbetasolutionbackuprestoredriveexclusionunitbulkadditionjob) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Remove-MgBetaSolutionBackupRestoreDriveInclusionRule.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Remove-MgBetaSolutionBackupRestoreDriveInclusionRule.md index cec6c0e924122..c5ea2f9de9241 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Remove-MgBetaSolutionBackupRestoreDriveInclusionRule.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Remove-MgBetaSolutionBackupRestoreDriveInclusionRule.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/remove-mgbetasolutionbackuprestoredriveinclusionrule Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaSolutionBackupRestoreDriveInclusionRule --- @@ -27,7 +27,6 @@ Remove-MgBetaSolutionBackupRestoreDriveInclusionRule -DriveProtectionRuleId ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaSolutionBackupRestoreDriveInclusionRule -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -380,7 +378,10 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [ActivityLogBaseId ]: The unique identifier of activityLogBase [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -388,9 +389,12 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob @@ -400,6 +404,7 @@ INPUTOBJECT ``: Identity Parameter [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase [RestorePointId ]: The unique identifier of restorePoint @@ -408,6 +413,8 @@ INPUTOBJECT ``: Identity Parameter [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Remove-MgBetaSolutionBackupRestoreDriveProtectionUnit.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Remove-MgBetaSolutionBackupRestoreDriveProtectionUnit.md index 0beaf42e33b1e..a6161432c8c5a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Remove-MgBetaSolutionBackupRestoreDriveProtectionUnit.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Remove-MgBetaSolutionBackupRestoreDriveProtectionUnit.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/remove-mgbetasolutionbackuprestoredriveprotectionunit Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaSolutionBackupRestoreDriveProtectionUnit --- @@ -27,7 +27,6 @@ Remove-MgBetaSolutionBackupRestoreDriveProtectionUnit -DriveProtectionUnitId ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaSolutionBackupRestoreDriveProtectionUnit -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -380,7 +378,10 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [ActivityLogBaseId ]: The unique identifier of activityLogBase [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -388,9 +389,12 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob @@ -400,6 +404,7 @@ INPUTOBJECT ``: Identity Parameter [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase [RestorePointId ]: The unique identifier of restorePoint @@ -408,6 +413,8 @@ INPUTOBJECT ``: Identity Parameter [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Remove-MgBetaSolutionBackupRestoreDriveProtectionUnitBulkAdditionJob.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Remove-MgBetaSolutionBackupRestoreDriveProtectionUnitBulkAdditionJob.md index 80802ce2904a1..dea2ceb34cdbb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Remove-MgBetaSolutionBackupRestoreDriveProtectionUnitBulkAdditionJob.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Remove-MgBetaSolutionBackupRestoreDriveProtectionUnitBulkAdditionJob.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/remove-mgbetasolutionbackuprestoredriveprotectionunitbulkadditionjob Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaSolutionBackupRestoreDriveProtectionUnitBulkAdditionJob --- @@ -28,7 +28,6 @@ Remove-MgBetaSolutionBackupRestoreDriveProtectionUnitBulkAdditionJob [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -39,7 +38,6 @@ Remove-MgBetaSolutionBackupRestoreDriveProtectionUnitBulkAdditionJob [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -382,7 +380,10 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [ActivityLogBaseId ]: The unique identifier of activityLogBase [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -390,9 +391,12 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob @@ -402,6 +406,7 @@ INPUTOBJECT ``: Identity Parameter [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase [RestorePointId ]: The unique identifier of restorePoint @@ -410,6 +415,8 @@ INPUTOBJECT ``: Identity Parameter [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Remove-MgBetaSolutionBackupRestoreEmailNotificationSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Remove-MgBetaSolutionBackupRestoreEmailNotificationSetting.md index 13107c3cc8387..0b26ffed95aa7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Remove-MgBetaSolutionBackupRestoreEmailNotificationSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Remove-MgBetaSolutionBackupRestoreEmailNotificationSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/remove-mgbetasolutionbackuprestoreemailnotificationsetting Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaSolutionBackupRestoreEmailNotificationSetting --- @@ -24,7 +24,6 @@ Remove-MgBetaSolutionBackupRestoreEmailNotificationSetting [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Remove-MgBetaSolutionBackupRestoreExchangeProtectionPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Remove-MgBetaSolutionBackupRestoreExchangeProtectionPolicy.md index 36fb3397a357d..40735614da2ed 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Remove-MgBetaSolutionBackupRestoreExchangeProtectionPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Remove-MgBetaSolutionBackupRestoreExchangeProtectionPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/remove-mgbetasolutionbackuprestoreexchangeprotectionpolicy Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaSolutionBackupRestoreExchangeProtectionPolicy --- @@ -27,7 +27,6 @@ Remove-MgBetaSolutionBackupRestoreExchangeProtectionPolicy -ExchangeProtectionPo [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaSolutionBackupRestoreExchangeProtectionPolicy -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -380,7 +378,10 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [ActivityLogBaseId ]: The unique identifier of activityLogBase [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -388,9 +389,12 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob @@ -400,6 +404,7 @@ INPUTOBJECT ``: Identity Parameter [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase [RestorePointId ]: The unique identifier of restorePoint @@ -408,6 +413,8 @@ INPUTOBJECT ``: Identity Parameter [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Remove-MgBetaSolutionBackupRestoreExchangeRestoreSession.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Remove-MgBetaSolutionBackupRestoreExchangeRestoreSession.md index 19db7603ee132..49ca52b1cb5be 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Remove-MgBetaSolutionBackupRestoreExchangeRestoreSession.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Remove-MgBetaSolutionBackupRestoreExchangeRestoreSession.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/remove-mgbetasolutionbackuprestoreexchangerestoresession Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaSolutionBackupRestoreExchangeRestoreSession --- @@ -27,7 +27,6 @@ Remove-MgBetaSolutionBackupRestoreExchangeRestoreSession -ExchangeRestoreSession [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaSolutionBackupRestoreExchangeRestoreSession -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -380,7 +378,10 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [ActivityLogBaseId ]: The unique identifier of activityLogBase [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -388,9 +389,12 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob @@ -400,6 +404,7 @@ INPUTOBJECT ``: Identity Parameter [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase [RestorePointId ]: The unique identifier of restorePoint @@ -408,6 +413,8 @@ INPUTOBJECT ``: Identity Parameter [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Remove-MgBetaSolutionBackupRestoreExchangeRestoreSessionGranularMailboxRestoreArtifact.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Remove-MgBetaSolutionBackupRestoreExchangeRestoreSessionGranularMailboxRestoreArtifact.md index c6ede87a8d26f..9a38336a58bc9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Remove-MgBetaSolutionBackupRestoreExchangeRestoreSessionGranularMailboxRestoreArtifact.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Remove-MgBetaSolutionBackupRestoreExchangeRestoreSessionGranularMailboxRestoreArtifact.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/remove-mgbetasolutionbackuprestoreexchangerestoresessiongranularmailboxrestoreartifact Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaSolutionBackupRestoreExchangeRestoreSessionGranularMailboxRestoreArtifact --- @@ -28,7 +28,6 @@ Remove-MgBetaSolutionBackupRestoreExchangeRestoreSessionGranularMailboxRestoreAr [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -39,7 +38,6 @@ Remove-MgBetaSolutionBackupRestoreExchangeRestoreSessionGranularMailboxRestoreAr [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -403,7 +401,10 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [ActivityLogBaseId ]: The unique identifier of activityLogBase [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -411,9 +412,12 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob @@ -423,6 +427,7 @@ INPUTOBJECT ``: Identity Parameter [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase [RestorePointId ]: The unique identifier of restorePoint @@ -431,6 +436,8 @@ INPUTOBJECT ``: Identity Parameter [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Remove-MgBetaSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifact.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Remove-MgBetaSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifact.md index 1f980453f5ec4..e8ecbc0646cc3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Remove-MgBetaSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifact.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Remove-MgBetaSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifact.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/remove-mgbetasolutionbackuprestoreexchangerestoresessionmailboxrestoreartifact Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifact --- @@ -28,7 +28,6 @@ Remove-MgBetaSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifact [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -39,7 +38,6 @@ Remove-MgBetaSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifact [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -403,7 +401,10 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [ActivityLogBaseId ]: The unique identifier of activityLogBase [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -411,9 +412,12 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob @@ -423,6 +427,7 @@ INPUTOBJECT ``: Identity Parameter [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase [RestorePointId ]: The unique identifier of restorePoint @@ -431,6 +436,8 @@ INPUTOBJECT ``: Identity Parameter [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Remove-MgBetaSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifactBulkAdditionRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Remove-MgBetaSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifactBulkAdditionRequest.md index c9b774d519b05..7e05c8cc04fe3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Remove-MgBetaSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifactBulkAdditionRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Remove-MgBetaSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifactBulkAdditionRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/remove-mgbetasolutionbackuprestoreexchangerestoresessionmailboxrestoreartifactbulkadditionrequest Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifactBulkAdditionRequest --- @@ -28,7 +28,6 @@ Remove-MgBetaSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifactBu [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -39,7 +38,6 @@ Remove-MgBetaSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifactBu [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -403,7 +401,10 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [ActivityLogBaseId ]: The unique identifier of activityLogBase [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -411,9 +412,12 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob @@ -423,6 +427,7 @@ INPUTOBJECT ``: Identity Parameter [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase [RestorePointId ]: The unique identifier of restorePoint @@ -431,6 +436,8 @@ INPUTOBJECT ``: Identity Parameter [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Remove-MgBetaSolutionBackupRestoreMailboxExclusionUnit.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Remove-MgBetaSolutionBackupRestoreMailboxExclusionUnit.md new file mode 100644 index 0000000000000..fc71ab5d14117 --- /dev/null +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Remove-MgBetaSolutionBackupRestoreMailboxExclusionUnit.md @@ -0,0 +1,447 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/remove-mgbetasolutionbackuprestoremailboxexclusionunit +Locale: en-US +Module Name: Microsoft.Graph.Beta.BackupRestore +ms.date: 07/10/2026 +PlatyPS schema version: 2024-05-01 +title: Remove-MgBetaSolutionBackupRestoreMailboxExclusionUnit +--- + +# Remove-MgBetaSolutionBackupRestoreMailboxExclusionUnit + +## SYNOPSIS + +Delete navigation property mailboxExclusionUnits for solutions + +## SYNTAX + +### Delete (Default) + +``` +Remove-MgBetaSolutionBackupRestoreMailboxExclusionUnit -MailboxExclusionUnitId + [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +### DeleteViaIdentity + +``` +Remove-MgBetaSolutionBackupRestoreMailboxExclusionUnit -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 mailboxExclusionUnits for solutions + +## 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.IBackupRestoreIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: DeleteViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -MailboxExclusionUnitId + +The unique identifier of mailboxExclusionUnit + +```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.IBackupRestoreIdentity + +{{ 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 + [ActivityLogBaseId ]: The unique identifier of activityLogBase + [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob + [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule + [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit + [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob + [DriveRestoreArtifactId ]: The unique identifier of driveRestoreArtifact + [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest + [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy + [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase + [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact + [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact + [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob + [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule + [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit + [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob + [MailboxRestoreArtifactId ]: The unique identifier of mailboxRestoreArtifact + [MailboxRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of mailboxRestoreArtifactsBulkAdditionRequest + [NextFetchToken ]: Usage: nextFetchToken='{nextFetchToken}' + [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession + [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy + [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' + [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase + [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase + [RestorePointId ]: The unique identifier of restorePoint + [RestoreSessionBaseId ]: The unique identifier of restoreSessionBase + [ServiceAppId ]: The unique identifier of serviceApp + [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession + [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy + [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob + [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule + [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit + [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob + [SiteRestoreArtifactId ]: The unique identifier of siteRestoreArtifact + [SiteRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of siteRestoreArtifactsBulkAdditionRequest + + +## RELATED LINKS + +- [Remove-MgBetaSolutionBackupRestoreMailboxExclusionUnit](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/remove-mgbetasolutionbackuprestoremailboxexclusionunit) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Remove-MgBetaSolutionBackupRestoreMailboxExclusionUnitBulkAdditionJob.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Remove-MgBetaSolutionBackupRestoreMailboxExclusionUnitBulkAdditionJob.md new file mode 100644 index 0000000000000..bfe034cfdaa4c --- /dev/null +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Remove-MgBetaSolutionBackupRestoreMailboxExclusionUnitBulkAdditionJob.md @@ -0,0 +1,449 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/remove-mgbetasolutionbackuprestoremailboxexclusionunitbulkadditionjob +Locale: en-US +Module Name: Microsoft.Graph.Beta.BackupRestore +ms.date: 07/10/2026 +PlatyPS schema version: 2024-05-01 +title: Remove-MgBetaSolutionBackupRestoreMailboxExclusionUnitBulkAdditionJob +--- + +# Remove-MgBetaSolutionBackupRestoreMailboxExclusionUnitBulkAdditionJob + +## SYNOPSIS + +Delete navigation property mailboxExclusionUnitsBulkAdditionJobs for solutions + +## SYNTAX + +### Delete (Default) + +``` +Remove-MgBetaSolutionBackupRestoreMailboxExclusionUnitBulkAdditionJob + -MailboxExclusionUnitsBulkAdditionJobId [-IfMatch ] + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +### DeleteViaIdentity + +``` +Remove-MgBetaSolutionBackupRestoreMailboxExclusionUnitBulkAdditionJob + -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 mailboxExclusionUnitsBulkAdditionJobs for solutions + +## 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.IBackupRestoreIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: DeleteViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -MailboxExclusionUnitsBulkAdditionJobId + +The unique identifier of mailboxExclusionUnitsBulkAdditionJob + +```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.IBackupRestoreIdentity + +{{ 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 + [ActivityLogBaseId ]: The unique identifier of activityLogBase + [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob + [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule + [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit + [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob + [DriveRestoreArtifactId ]: The unique identifier of driveRestoreArtifact + [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest + [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy + [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase + [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact + [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact + [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob + [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule + [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit + [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob + [MailboxRestoreArtifactId ]: The unique identifier of mailboxRestoreArtifact + [MailboxRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of mailboxRestoreArtifactsBulkAdditionRequest + [NextFetchToken ]: Usage: nextFetchToken='{nextFetchToken}' + [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession + [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy + [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' + [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase + [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase + [RestorePointId ]: The unique identifier of restorePoint + [RestoreSessionBaseId ]: The unique identifier of restoreSessionBase + [ServiceAppId ]: The unique identifier of serviceApp + [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession + [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy + [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob + [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule + [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit + [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob + [SiteRestoreArtifactId ]: The unique identifier of siteRestoreArtifact + [SiteRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of siteRestoreArtifactsBulkAdditionRequest + + +## RELATED LINKS + +- [Remove-MgBetaSolutionBackupRestoreMailboxExclusionUnitBulkAdditionJob](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/remove-mgbetasolutionbackuprestoremailboxexclusionunitbulkadditionjob) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Remove-MgBetaSolutionBackupRestoreMailboxInclusionRule.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Remove-MgBetaSolutionBackupRestoreMailboxInclusionRule.md index 8051aae9565af..472b2759ddaaa 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Remove-MgBetaSolutionBackupRestoreMailboxInclusionRule.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Remove-MgBetaSolutionBackupRestoreMailboxInclusionRule.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/remove-mgbetasolutionbackuprestoremailboxinclusionrule Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaSolutionBackupRestoreMailboxInclusionRule --- @@ -27,7 +27,6 @@ Remove-MgBetaSolutionBackupRestoreMailboxInclusionRule -MailboxProtectionRuleId [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaSolutionBackupRestoreMailboxInclusionRule -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -380,7 +378,10 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [ActivityLogBaseId ]: The unique identifier of activityLogBase [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -388,9 +389,12 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob @@ -400,6 +404,7 @@ INPUTOBJECT ``: Identity Parameter [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase [RestorePointId ]: The unique identifier of restorePoint @@ -408,6 +413,8 @@ INPUTOBJECT ``: Identity Parameter [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Remove-MgBetaSolutionBackupRestoreMailboxProtectionUnit.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Remove-MgBetaSolutionBackupRestoreMailboxProtectionUnit.md index 12e8e80831534..8a415ab1b555e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Remove-MgBetaSolutionBackupRestoreMailboxProtectionUnit.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Remove-MgBetaSolutionBackupRestoreMailboxProtectionUnit.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/remove-mgbetasolutionbackuprestoremailboxprotectionunit Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaSolutionBackupRestoreMailboxProtectionUnit --- @@ -27,7 +27,6 @@ Remove-MgBetaSolutionBackupRestoreMailboxProtectionUnit -MailboxProtectionUnitId [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaSolutionBackupRestoreMailboxProtectionUnit -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -380,7 +378,10 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [ActivityLogBaseId ]: The unique identifier of activityLogBase [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -388,9 +389,12 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob @@ -400,6 +404,7 @@ INPUTOBJECT ``: Identity Parameter [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase [RestorePointId ]: The unique identifier of restorePoint @@ -408,6 +413,8 @@ INPUTOBJECT ``: Identity Parameter [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Remove-MgBetaSolutionBackupRestoreMailboxProtectionUnitBulkAdditionJob.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Remove-MgBetaSolutionBackupRestoreMailboxProtectionUnitBulkAdditionJob.md index f8d4191addf3c..64b6ceb6079bb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Remove-MgBetaSolutionBackupRestoreMailboxProtectionUnitBulkAdditionJob.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Remove-MgBetaSolutionBackupRestoreMailboxProtectionUnitBulkAdditionJob.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/remove-mgbetasolutionbackuprestoremailboxprotectionunitbulkadditionjob Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaSolutionBackupRestoreMailboxProtectionUnitBulkAdditionJob --- @@ -28,7 +28,6 @@ Remove-MgBetaSolutionBackupRestoreMailboxProtectionUnitBulkAdditionJob [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -39,7 +38,6 @@ Remove-MgBetaSolutionBackupRestoreMailboxProtectionUnitBulkAdditionJob [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -382,7 +380,10 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [ActivityLogBaseId ]: The unique identifier of activityLogBase [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -390,9 +391,12 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob @@ -402,6 +406,7 @@ INPUTOBJECT ``: Identity Parameter [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase [RestorePointId ]: The unique identifier of restorePoint @@ -410,6 +415,8 @@ INPUTOBJECT ``: Identity Parameter [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Remove-MgBetaSolutionBackupRestoreOneDriveForBusinessBrowseSession.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Remove-MgBetaSolutionBackupRestoreOneDriveForBusinessBrowseSession.md index f5c9b1b8598d5..cbeb2a3ef5524 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Remove-MgBetaSolutionBackupRestoreOneDriveForBusinessBrowseSession.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Remove-MgBetaSolutionBackupRestoreOneDriveForBusinessBrowseSession.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/remove-mgbetasolutionbackuprestoreonedriveforbusinessbrowsesession Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaSolutionBackupRestoreOneDriveForBusinessBrowseSession --- @@ -15,6 +15,9 @@ title: Remove-MgBetaSolutionBackupRestoreOneDriveForBusinessBrowseSession Delete navigation property oneDriveForBusinessBrowseSessions for solutions +> [!NOTE] +> To view the v1.0 release of this cmdlet, view [Remove-MgSolutionBackupRestoreOneDriveForBusinessBrowseSession](/powershell/module/Microsoft.Graph.BackupRestore/Remove-MgSolutionBackupRestoreOneDriveForBusinessBrowseSession?view=graph-powershell-1.0) + ## SYNTAX ### Delete (Default) @@ -25,7 +28,6 @@ Remove-MgBetaSolutionBackupRestoreOneDriveForBusinessBrowseSession [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +38,6 @@ Remove-MgBetaSolutionBackupRestoreOneDriveForBusinessBrowseSession [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -379,7 +380,10 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [ActivityLogBaseId ]: The unique identifier of activityLogBase [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -387,9 +391,12 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob @@ -399,6 +406,7 @@ INPUTOBJECT ``: Identity Parameter [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase [RestorePointId ]: The unique identifier of restorePoint @@ -407,6 +415,8 @@ INPUTOBJECT ``: Identity Parameter [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Remove-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Remove-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicy.md index d5508630dc638..33f44e5e54374 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Remove-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Remove-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/remove-mgbetasolutionbackuprestoreonedriveforbusinessprotectionpolicy Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicy --- @@ -28,7 +28,6 @@ Remove-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicy [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -39,7 +38,6 @@ Remove-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicy [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -382,7 +380,10 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [ActivityLogBaseId ]: The unique identifier of activityLogBase [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -390,9 +391,12 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob @@ -402,6 +406,7 @@ INPUTOBJECT ``: Identity Parameter [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase [RestorePointId ]: The unique identifier of restorePoint @@ -410,6 +415,8 @@ INPUTOBJECT ``: Identity Parameter [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Remove-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSession.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Remove-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSession.md index 11de84d9638fc..5652fb2e8040e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Remove-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSession.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Remove-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSession.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/remove-mgbetasolutionbackuprestoreonedriveforbusinessrestoresession Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSession --- @@ -28,7 +28,6 @@ Remove-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSession [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -39,7 +38,6 @@ Remove-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSession [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -382,7 +380,10 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [ActivityLogBaseId ]: The unique identifier of activityLogBase [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -390,9 +391,12 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob @@ -402,6 +406,7 @@ INPUTOBJECT ``: Identity Parameter [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase [RestorePointId ]: The unique identifier of restorePoint @@ -410,6 +415,8 @@ INPUTOBJECT ``: Identity Parameter [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Remove-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifact.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Remove-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifact.md index b8811f72ca332..f84145da4a50d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Remove-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifact.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Remove-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifact.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/remove-mgbetasolutionbackuprestoreonedriveforbusinessrestoresessiondriverestoreartifact Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifact --- @@ -28,7 +28,6 @@ Remove-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreA [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -39,7 +38,6 @@ Remove-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreA [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -403,7 +401,10 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [ActivityLogBaseId ]: The unique identifier of activityLogBase [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -411,9 +412,12 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob @@ -423,6 +427,7 @@ INPUTOBJECT ``: Identity Parameter [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase [RestorePointId ]: The unique identifier of restorePoint @@ -431,6 +436,8 @@ INPUTOBJECT ``: Identity Parameter [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Remove-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifactBulkAdditionRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Remove-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifactBulkAdditionRequest.md index f28f915d12de9..1d3ba06399a9e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Remove-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifactBulkAdditionRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Remove-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifactBulkAdditionRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/remove-mgbetasolutionbackuprestoreonedriveforbusinessrestoresessiondriverestoreartifactbulkadditionrequest Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifactBulkAdditionRequest --- @@ -28,7 +28,6 @@ Remove-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreA [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -39,7 +38,6 @@ Remove-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreA [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -403,7 +401,10 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [ActivityLogBaseId ]: The unique identifier of activityLogBase [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -411,9 +412,12 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob @@ -423,6 +427,7 @@ INPUTOBJECT ``: Identity Parameter [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase [RestorePointId ]: The unique identifier of restorePoint @@ -431,6 +436,8 @@ INPUTOBJECT ``: Identity Parameter [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Remove-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionGranularDriveRestoreArtifact.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Remove-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionGranularDriveRestoreArtifact.md index 89a7a47ea913b..d170e5a3c2819 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Remove-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionGranularDriveRestoreArtifact.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Remove-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionGranularDriveRestoreArtifact.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/remove-mgbetasolutionbackuprestoreonedriveforbusinessrestoresessiongranulardriverestoreartifact Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionGranularDriveRestoreArtifact --- @@ -15,6 +15,9 @@ title: Remove-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionGranul Delete navigation property granularDriveRestoreArtifacts for solutions +> [!NOTE] +> To view the v1.0 release of this cmdlet, view [Remove-MgSolutionBackupRestoreOneDriveForBusinessRestoreSessionGranularDriveRestoreArtifact](/powershell/module/Microsoft.Graph.BackupRestore/Remove-MgSolutionBackupRestoreOneDriveForBusinessRestoreSessionGranularDriveRestoreArtifact?view=graph-powershell-1.0) + ## SYNTAX ### Delete (Default) @@ -25,7 +28,6 @@ Remove-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionGranularDrive [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +38,6 @@ Remove-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionGranularDrive [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -400,7 +401,10 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [ActivityLogBaseId ]: The unique identifier of activityLogBase [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -408,9 +412,12 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob @@ -420,6 +427,7 @@ INPUTOBJECT ``: Identity Parameter [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase [RestorePointId ]: The unique identifier of restorePoint @@ -428,6 +436,8 @@ INPUTOBJECT ``: Identity Parameter [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Remove-MgBetaSolutionBackupRestorePoint.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Remove-MgBetaSolutionBackupRestorePoint.md index 4953ecebc5e1d..f8d43f3e6a762 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Remove-MgBetaSolutionBackupRestorePoint.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Remove-MgBetaSolutionBackupRestorePoint.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/remove-mgbetasolutionbackuprestorepoint Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaSolutionBackupRestorePoint --- @@ -27,7 +27,6 @@ Remove-MgBetaSolutionBackupRestorePoint -RestorePointId [-IfMatch ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaSolutionBackupRestorePoint -InputObject [- [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -380,7 +378,10 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [ActivityLogBaseId ]: The unique identifier of activityLogBase [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -388,9 +389,12 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob @@ -400,6 +404,7 @@ INPUTOBJECT ``: Identity Parameter [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase [RestorePointId ]: The unique identifier of restorePoint @@ -408,6 +413,8 @@ INPUTOBJECT ``: Identity Parameter [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Remove-MgBetaSolutionBackupRestoreProtectionPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Remove-MgBetaSolutionBackupRestoreProtectionPolicy.md index a553f27daece1..6ee1e455f4d84 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Remove-MgBetaSolutionBackupRestoreProtectionPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Remove-MgBetaSolutionBackupRestoreProtectionPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/remove-mgbetasolutionbackuprestoreprotectionpolicy Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaSolutionBackupRestoreProtectionPolicy --- @@ -13,8 +13,11 @@ title: Remove-MgBetaSolutionBackupRestoreProtectionPolicy ## SYNOPSIS -Delete a protection policy. -Read the properties and relationships of a protectionPolicyBase object. +Delete a protectionPolicyBase object. +A protection policy can be deleted only after it was deactivated. +When you delete a policy, all associated protection units are removed, and backup protection stops for the resources previously covered by the policy. +Existing backup data is retained according to the retention policy before it's offboarded. +You can restore data using previous restore points even after deletion. > [!NOTE] > To view the v1.0 release of this cmdlet, view [Remove-MgSolutionBackupRestoreProtectionPolicy](/powershell/module/Microsoft.Graph.BackupRestore/Remove-MgSolutionBackupRestoreProtectionPolicy?view=graph-powershell-1.0) @@ -28,7 +31,6 @@ Remove-MgBetaSolutionBackupRestoreProtectionPolicy -ProtectionPolicyBaseId ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -38,7 +40,6 @@ Remove-MgBetaSolutionBackupRestoreProtectionPolicy -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -48,8 +49,11 @@ This cmdlet has the following aliases, ## DESCRIPTION -Delete a protection policy. -Read the properties and relationships of a protectionPolicyBase object. +Delete a protectionPolicyBase object. +A protection policy can be deleted only after it was deactivated. +When you delete a policy, all associated protection units are removed, and backup protection stops for the resources previously covered by the policy. +Existing backup data is retained according to the retention policy before it's offboarded. +You can restore data using previous restore points even after deletion. ## PARAMETERS @@ -382,7 +386,10 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [ActivityLogBaseId ]: The unique identifier of activityLogBase [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -390,9 +397,12 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob @@ -402,6 +412,7 @@ INPUTOBJECT ``: Identity Parameter [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase [RestorePointId ]: The unique identifier of restorePoint @@ -410,6 +421,8 @@ INPUTOBJECT ``: Identity Parameter [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Remove-MgBetaSolutionBackupRestoreSiteBackup.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Remove-MgBetaSolutionBackupRestoreReport.md similarity index 90% rename from microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Remove-MgBetaSolutionBackupRestoreSiteBackup.md rename to microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Remove-MgBetaSolutionBackupRestoreReport.md index a2a3c3c6e6559..74bda261b156b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Remove-MgBetaSolutionBackupRestoreSiteBackup.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Remove-MgBetaSolutionBackupRestoreReport.md @@ -1,30 +1,29 @@ --- document type: cmdlet external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml -HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/remove-mgbetasolutionbackuprestoresitebackup +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/remove-mgbetasolutionbackuprestorereport Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 -title: Remove-MgBetaSolutionBackupRestoreSiteBackup +title: Remove-MgBetaSolutionBackupRestoreReport --- -# Remove-MgBetaSolutionBackupRestoreSiteBackup +# Remove-MgBetaSolutionBackupRestoreReport ## SYNOPSIS -Delete navigation property allSitesBackup for solutions +Delete navigation property reports for solutions ## SYNTAX ### Delete (Default) ``` -Remove-MgBetaSolutionBackupRestoreSiteBackup [-IfMatch ] [-ResponseHeadersVariable ] +Remove-MgBetaSolutionBackupRestoreReport [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -34,7 +33,7 @@ This cmdlet has the following aliases, ## DESCRIPTION -Delete navigation property allSitesBackup for solutions +Delete navigation property reports for solutions ## PARAMETERS @@ -316,7 +315,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## RELATED LINKS -- [Remove-MgBetaSolutionBackupRestoreSiteBackup](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/remove-mgbetasolutionbackuprestoresitebackup) +- [Remove-MgBetaSolutionBackupRestoreReport](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/remove-mgbetasolutionbackuprestorereport) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Remove-MgBetaSolutionBackupRestoreServiceApp.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Remove-MgBetaSolutionBackupRestoreServiceApp.md index ec2d6d69e5d1e..0f8dcee468940 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Remove-MgBetaSolutionBackupRestoreServiceApp.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Remove-MgBetaSolutionBackupRestoreServiceApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/remove-mgbetasolutionbackuprestoreserviceapp Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaSolutionBackupRestoreServiceApp --- @@ -27,7 +27,6 @@ Remove-MgBetaSolutionBackupRestoreServiceApp -ServiceAppId [-IfMatch ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaSolutionBackupRestoreServiceApp -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -380,7 +378,10 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [ActivityLogBaseId ]: The unique identifier of activityLogBase [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -388,9 +389,12 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob @@ -400,6 +404,7 @@ INPUTOBJECT ``: Identity Parameter [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase [RestorePointId ]: The unique identifier of restorePoint @@ -408,6 +413,8 @@ INPUTOBJECT ``: Identity Parameter [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Remove-MgBetaSolutionBackupRestoreSession.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Remove-MgBetaSolutionBackupRestoreSession.md index 8f50ebd41186d..4b98095a5d03d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Remove-MgBetaSolutionBackupRestoreSession.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Remove-MgBetaSolutionBackupRestoreSession.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/remove-mgbetasolutionbackuprestoresession Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaSolutionBackupRestoreSession --- @@ -27,7 +27,6 @@ Remove-MgBetaSolutionBackupRestoreSession -RestoreSessionBaseId [-IfMat [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaSolutionBackupRestoreSession -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -380,7 +378,10 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [ActivityLogBaseId ]: The unique identifier of activityLogBase [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -388,9 +389,12 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob @@ -400,6 +404,7 @@ INPUTOBJECT ``: Identity Parameter [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase [RestorePointId ]: The unique identifier of restorePoint @@ -408,6 +413,8 @@ INPUTOBJECT ``: Identity Parameter [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Remove-MgBetaSolutionBackupRestoreSharePointBrowseSession.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Remove-MgBetaSolutionBackupRestoreSharePointBrowseSession.md index 5474232a4181c..e75e928b98554 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Remove-MgBetaSolutionBackupRestoreSharePointBrowseSession.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Remove-MgBetaSolutionBackupRestoreSharePointBrowseSession.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/remove-mgbetasolutionbackuprestoresharepointbrowsesession Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaSolutionBackupRestoreSharePointBrowseSession --- @@ -15,6 +15,9 @@ title: Remove-MgBetaSolutionBackupRestoreSharePointBrowseSession Delete navigation property sharePointBrowseSessions for solutions +> [!NOTE] +> To view the v1.0 release of this cmdlet, view [Remove-MgSolutionBackupRestoreSharePointBrowseSession](/powershell/module/Microsoft.Graph.BackupRestore/Remove-MgSolutionBackupRestoreSharePointBrowseSession?view=graph-powershell-1.0) + ## SYNTAX ### Delete (Default) @@ -24,7 +27,6 @@ Remove-MgBetaSolutionBackupRestoreSharePointBrowseSession -SharePointBrowseSessi [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +36,6 @@ Remove-MgBetaSolutionBackupRestoreSharePointBrowseSession -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -377,7 +378,10 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [ActivityLogBaseId ]: The unique identifier of activityLogBase [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -385,9 +389,12 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob @@ -397,6 +404,7 @@ INPUTOBJECT ``: Identity Parameter [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase [RestorePointId ]: The unique identifier of restorePoint @@ -405,6 +413,8 @@ INPUTOBJECT ``: Identity Parameter [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Remove-MgBetaSolutionBackupRestoreSharePointProtectionPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Remove-MgBetaSolutionBackupRestoreSharePointProtectionPolicy.md index b47143a3b0a49..da4ca1b277022 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Remove-MgBetaSolutionBackupRestoreSharePointProtectionPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Remove-MgBetaSolutionBackupRestoreSharePointProtectionPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/remove-mgbetasolutionbackuprestoresharepointprotectionpolicy Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaSolutionBackupRestoreSharePointProtectionPolicy --- @@ -27,7 +27,6 @@ Remove-MgBetaSolutionBackupRestoreSharePointProtectionPolicy -SharePointProtecti [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaSolutionBackupRestoreSharePointProtectionPolicy -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -380,7 +378,10 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [ActivityLogBaseId ]: The unique identifier of activityLogBase [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -388,9 +389,12 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob @@ -400,6 +404,7 @@ INPUTOBJECT ``: Identity Parameter [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase [RestorePointId ]: The unique identifier of restorePoint @@ -408,6 +413,8 @@ INPUTOBJECT ``: Identity Parameter [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Remove-MgBetaSolutionBackupRestoreSharePointRestoreSession.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Remove-MgBetaSolutionBackupRestoreSharePointRestoreSession.md index b5e0bcc1a7d50..46e065faae572 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Remove-MgBetaSolutionBackupRestoreSharePointRestoreSession.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Remove-MgBetaSolutionBackupRestoreSharePointRestoreSession.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/remove-mgbetasolutionbackuprestoresharepointrestoresession Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaSolutionBackupRestoreSharePointRestoreSession --- @@ -27,7 +27,6 @@ Remove-MgBetaSolutionBackupRestoreSharePointRestoreSession -SharePointRestoreSes [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaSolutionBackupRestoreSharePointRestoreSession -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -380,7 +378,10 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [ActivityLogBaseId ]: The unique identifier of activityLogBase [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -388,9 +389,12 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob @@ -400,6 +404,7 @@ INPUTOBJECT ``: Identity Parameter [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase [RestorePointId ]: The unique identifier of restorePoint @@ -408,6 +413,8 @@ INPUTOBJECT ``: Identity Parameter [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Remove-MgBetaSolutionBackupRestoreSharePointRestoreSessionGranularSiteRestoreArtifact.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Remove-MgBetaSolutionBackupRestoreSharePointRestoreSessionGranularSiteRestoreArtifact.md index fd3f7e91ed85a..a050185072592 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Remove-MgBetaSolutionBackupRestoreSharePointRestoreSessionGranularSiteRestoreArtifact.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Remove-MgBetaSolutionBackupRestoreSharePointRestoreSessionGranularSiteRestoreArtifact.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/remove-mgbetasolutionbackuprestoresharepointrestoresessiongranularsiterestoreartifact Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaSolutionBackupRestoreSharePointRestoreSessionGranularSiteRestoreArtifact --- @@ -15,6 +15,9 @@ title: Remove-MgBetaSolutionBackupRestoreSharePointRestoreSessionGranularSiteRes Delete navigation property granularSiteRestoreArtifacts for solutions +> [!NOTE] +> To view the v1.0 release of this cmdlet, view [Remove-MgSolutionBackupRestoreSharePointRestoreSessionGranularSiteRestoreArtifact](/powershell/module/Microsoft.Graph.BackupRestore/Remove-MgSolutionBackupRestoreSharePointRestoreSessionGranularSiteRestoreArtifact?view=graph-powershell-1.0) + ## SYNTAX ### Delete (Default) @@ -25,7 +28,6 @@ Remove-MgBetaSolutionBackupRestoreSharePointRestoreSessionGranularSiteRestoreArt [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +38,6 @@ Remove-MgBetaSolutionBackupRestoreSharePointRestoreSessionGranularSiteRestoreArt [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -400,7 +401,10 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [ActivityLogBaseId ]: The unique identifier of activityLogBase [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -408,9 +412,12 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob @@ -420,6 +427,7 @@ INPUTOBJECT ``: Identity Parameter [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase [RestorePointId ]: The unique identifier of restorePoint @@ -428,6 +436,8 @@ INPUTOBJECT ``: Identity Parameter [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Remove-MgBetaSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifact.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Remove-MgBetaSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifact.md index 2df13c66b7d76..29ec80225176e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Remove-MgBetaSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifact.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Remove-MgBetaSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifact.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/remove-mgbetasolutionbackuprestoresharepointrestoresessionsiterestoreartifact Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifact --- @@ -28,7 +28,6 @@ Remove-MgBetaSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifact [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -39,7 +38,6 @@ Remove-MgBetaSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifact [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -403,7 +401,10 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [ActivityLogBaseId ]: The unique identifier of activityLogBase [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -411,9 +412,12 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob @@ -423,6 +427,7 @@ INPUTOBJECT ``: Identity Parameter [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase [RestorePointId ]: The unique identifier of restorePoint @@ -431,6 +436,8 @@ INPUTOBJECT ``: Identity Parameter [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Remove-MgBetaSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifactBulkAdditionRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Remove-MgBetaSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifactBulkAdditionRequest.md index 95b06f76c90d8..b34e6267772dd 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Remove-MgBetaSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifactBulkAdditionRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Remove-MgBetaSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifactBulkAdditionRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/remove-mgbetasolutionbackuprestoresharepointrestoresessionsiterestoreartifactbulkadditionrequest Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifactBulkAdditionRequest --- @@ -28,7 +28,6 @@ Remove-MgBetaSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifactBul [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -39,7 +38,6 @@ Remove-MgBetaSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifactBul [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -403,7 +401,10 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [ActivityLogBaseId ]: The unique identifier of activityLogBase [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -411,9 +412,12 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob @@ -423,6 +427,7 @@ INPUTOBJECT ``: Identity Parameter [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase [RestorePointId ]: The unique identifier of restorePoint @@ -431,6 +436,8 @@ INPUTOBJECT ``: Identity Parameter [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Remove-MgBetaSolutionBackupRestoreSiteExclusionUnit.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Remove-MgBetaSolutionBackupRestoreSiteExclusionUnit.md new file mode 100644 index 0000000000000..4d12b6e9029ae --- /dev/null +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Remove-MgBetaSolutionBackupRestoreSiteExclusionUnit.md @@ -0,0 +1,447 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/remove-mgbetasolutionbackuprestoresiteexclusionunit +Locale: en-US +Module Name: Microsoft.Graph.Beta.BackupRestore +ms.date: 07/10/2026 +PlatyPS schema version: 2024-05-01 +title: Remove-MgBetaSolutionBackupRestoreSiteExclusionUnit +--- + +# Remove-MgBetaSolutionBackupRestoreSiteExclusionUnit + +## SYNOPSIS + +Delete navigation property siteExclusionUnits for solutions + +## SYNTAX + +### Delete (Default) + +``` +Remove-MgBetaSolutionBackupRestoreSiteExclusionUnit -SiteExclusionUnitId + [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +### DeleteViaIdentity + +``` +Remove-MgBetaSolutionBackupRestoreSiteExclusionUnit -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 siteExclusionUnits for solutions + +## 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.IBackupRestoreIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: DeleteViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + 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: '' +``` + +### -SiteExclusionUnitId + +The unique identifier of siteExclusionUnit + +```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: '' +``` + +### -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.IBackupRestoreIdentity + +{{ 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 + [ActivityLogBaseId ]: The unique identifier of activityLogBase + [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob + [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule + [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit + [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob + [DriveRestoreArtifactId ]: The unique identifier of driveRestoreArtifact + [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest + [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy + [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase + [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact + [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact + [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob + [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule + [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit + [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob + [MailboxRestoreArtifactId ]: The unique identifier of mailboxRestoreArtifact + [MailboxRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of mailboxRestoreArtifactsBulkAdditionRequest + [NextFetchToken ]: Usage: nextFetchToken='{nextFetchToken}' + [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession + [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy + [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' + [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase + [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase + [RestorePointId ]: The unique identifier of restorePoint + [RestoreSessionBaseId ]: The unique identifier of restoreSessionBase + [ServiceAppId ]: The unique identifier of serviceApp + [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession + [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy + [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob + [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule + [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit + [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob + [SiteRestoreArtifactId ]: The unique identifier of siteRestoreArtifact + [SiteRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of siteRestoreArtifactsBulkAdditionRequest + + +## RELATED LINKS + +- [Remove-MgBetaSolutionBackupRestoreSiteExclusionUnit](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/remove-mgbetasolutionbackuprestoresiteexclusionunit) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Remove-MgBetaSolutionBackupRestoreSiteExclusionUnitBulkAdditionJob.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Remove-MgBetaSolutionBackupRestoreSiteExclusionUnitBulkAdditionJob.md new file mode 100644 index 0000000000000..1576887575981 --- /dev/null +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Remove-MgBetaSolutionBackupRestoreSiteExclusionUnitBulkAdditionJob.md @@ -0,0 +1,449 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/remove-mgbetasolutionbackuprestoresiteexclusionunitbulkadditionjob +Locale: en-US +Module Name: Microsoft.Graph.Beta.BackupRestore +ms.date: 07/10/2026 +PlatyPS schema version: 2024-05-01 +title: Remove-MgBetaSolutionBackupRestoreSiteExclusionUnitBulkAdditionJob +--- + +# Remove-MgBetaSolutionBackupRestoreSiteExclusionUnitBulkAdditionJob + +## SYNOPSIS + +Delete navigation property siteExclusionUnitsBulkAdditionJobs for solutions + +## SYNTAX + +### Delete (Default) + +``` +Remove-MgBetaSolutionBackupRestoreSiteExclusionUnitBulkAdditionJob + -SiteExclusionUnitsBulkAdditionJobId [-IfMatch ] + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +### DeleteViaIdentity + +``` +Remove-MgBetaSolutionBackupRestoreSiteExclusionUnitBulkAdditionJob + -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 siteExclusionUnitsBulkAdditionJobs for solutions + +## 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.IBackupRestoreIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: DeleteViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + 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: '' +``` + +### -SiteExclusionUnitsBulkAdditionJobId + +The unique identifier of siteExclusionUnitsBulkAdditionJob + +```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: '' +``` + +### -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.IBackupRestoreIdentity + +{{ 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 + [ActivityLogBaseId ]: The unique identifier of activityLogBase + [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob + [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule + [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit + [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob + [DriveRestoreArtifactId ]: The unique identifier of driveRestoreArtifact + [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest + [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy + [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase + [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact + [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact + [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob + [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule + [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit + [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob + [MailboxRestoreArtifactId ]: The unique identifier of mailboxRestoreArtifact + [MailboxRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of mailboxRestoreArtifactsBulkAdditionRequest + [NextFetchToken ]: Usage: nextFetchToken='{nextFetchToken}' + [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession + [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy + [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' + [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase + [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase + [RestorePointId ]: The unique identifier of restorePoint + [RestoreSessionBaseId ]: The unique identifier of restoreSessionBase + [ServiceAppId ]: The unique identifier of serviceApp + [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession + [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy + [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob + [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule + [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit + [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob + [SiteRestoreArtifactId ]: The unique identifier of siteRestoreArtifact + [SiteRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of siteRestoreArtifactsBulkAdditionRequest + + +## RELATED LINKS + +- [Remove-MgBetaSolutionBackupRestoreSiteExclusionUnitBulkAdditionJob](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/remove-mgbetasolutionbackuprestoresiteexclusionunitbulkadditionjob) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Remove-MgBetaSolutionBackupRestoreSiteInclusionRule.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Remove-MgBetaSolutionBackupRestoreSiteInclusionRule.md index 9d629aebd479f..69062f77a5f68 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Remove-MgBetaSolutionBackupRestoreSiteInclusionRule.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Remove-MgBetaSolutionBackupRestoreSiteInclusionRule.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/remove-mgbetasolutionbackuprestoresiteinclusionrule Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaSolutionBackupRestoreSiteInclusionRule --- @@ -27,7 +27,6 @@ Remove-MgBetaSolutionBackupRestoreSiteInclusionRule -SiteProtectionRuleId ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaSolutionBackupRestoreSiteInclusionRule -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -380,7 +378,10 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [ActivityLogBaseId ]: The unique identifier of activityLogBase [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -388,9 +389,12 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob @@ -400,6 +404,7 @@ INPUTOBJECT ``: Identity Parameter [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase [RestorePointId ]: The unique identifier of restorePoint @@ -408,6 +413,8 @@ INPUTOBJECT ``: Identity Parameter [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Remove-MgBetaSolutionBackupRestoreSiteProtectionUnit.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Remove-MgBetaSolutionBackupRestoreSiteProtectionUnit.md index 50526b14b055f..42edc808305e6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Remove-MgBetaSolutionBackupRestoreSiteProtectionUnit.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Remove-MgBetaSolutionBackupRestoreSiteProtectionUnit.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/remove-mgbetasolutionbackuprestoresiteprotectionunit Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaSolutionBackupRestoreSiteProtectionUnit --- @@ -27,7 +27,6 @@ Remove-MgBetaSolutionBackupRestoreSiteProtectionUnit -SiteProtectionUnitId ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaSolutionBackupRestoreSiteProtectionUnit -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -380,7 +378,10 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [ActivityLogBaseId ]: The unique identifier of activityLogBase [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -388,9 +389,12 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob @@ -400,6 +404,7 @@ INPUTOBJECT ``: Identity Parameter [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase [RestorePointId ]: The unique identifier of restorePoint @@ -408,6 +413,8 @@ INPUTOBJECT ``: Identity Parameter [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Remove-MgBetaSolutionBackupRestoreSiteProtectionUnitBulkAdditionJob.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Remove-MgBetaSolutionBackupRestoreSiteProtectionUnitBulkAdditionJob.md index 2d3a2011fb121..006a97a28d93d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Remove-MgBetaSolutionBackupRestoreSiteProtectionUnitBulkAdditionJob.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Remove-MgBetaSolutionBackupRestoreSiteProtectionUnitBulkAdditionJob.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/remove-mgbetasolutionbackuprestoresiteprotectionunitbulkadditionjob Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaSolutionBackupRestoreSiteProtectionUnitBulkAdditionJob --- @@ -28,7 +28,6 @@ Remove-MgBetaSolutionBackupRestoreSiteProtectionUnitBulkAdditionJob [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -39,7 +38,6 @@ Remove-MgBetaSolutionBackupRestoreSiteProtectionUnitBulkAdditionJob [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -382,7 +380,10 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [ActivityLogBaseId ]: The unique identifier of activityLogBase [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -390,9 +391,12 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob @@ -402,6 +406,7 @@ INPUTOBJECT ``: Identity Parameter [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase [RestorePointId ]: The unique identifier of restorePoint @@ -410,6 +415,8 @@ INPUTOBJECT ``: Identity Parameter [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Search-MgBetaSolutionBackupRestorePoint.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Search-MgBetaSolutionBackupRestorePoint.md index 6a1efe1ad2580..1ce40fb3ed0e6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Search-MgBetaSolutionBackupRestorePoint.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Search-MgBetaSolutionBackupRestorePoint.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/search-mgbetasolutionbackuprestorepoint Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Search-MgBetaSolutionBackupRestorePoint --- @@ -29,7 +29,6 @@ Search-MgBetaSolutionBackupRestorePoint [-ResponseHeadersVariable ] [-RestorePointPreference ] [-Tags ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Search @@ -40,7 +39,6 @@ Search-MgBetaSolutionBackupRestorePoint [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Stop-MgBetaSolutionBackupRestoreProtectionUnitOffboard.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Stop-MgBetaSolutionBackupRestoreProtectionUnitOffboard.md index 890cb5ede6960..02da2eed7bd26 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Stop-MgBetaSolutionBackupRestoreProtectionUnitOffboard.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Stop-MgBetaSolutionBackupRestoreProtectionUnitOffboard.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/stop-mgbetasolutionbackuprestoreprotectionunitoffboard Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Stop-MgBetaSolutionBackupRestoreProtectionUnitOffboard --- @@ -27,7 +27,6 @@ Stop-MgBetaSolutionBackupRestoreProtectionUnitOffboard -ProtectionUnitBaseId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CancelViaIdentity @@ -37,7 +36,6 @@ Stop-MgBetaSolutionBackupRestoreProtectionUnitOffboard -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -338,7 +336,10 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter + [ActivityLogBaseId ]: The unique identifier of activityLogBase [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -346,9 +347,12 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob @@ -358,6 +362,7 @@ INPUTOBJECT ``: Identity Parameter [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase [RestorePointId ]: The unique identifier of restorePoint @@ -366,6 +371,8 @@ INPUTOBJECT ``: Identity Parameter [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Update-MgBetaSolutionBackupRestore.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Update-MgBetaSolutionBackupRestore.md index 4a4ba2557ed8f..d4886ae1b523e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Update-MgBetaSolutionBackupRestore.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Update-MgBetaSolutionBackupRestore.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/update-mgbetasolutionbackuprestore Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaSolutionBackupRestore --- @@ -24,15 +24,19 @@ Update the navigation property backupRestore in solutions ``` Update-MgBetaSolutionBackupRestore [-ResponseHeadersVariable ] - [-AdditionalProperties ] [-AllDrivesBackup ] - [-AllMailboxesBackup ] [-AllSitesBackup ] + [-ActivityLogs ] [-AdditionalProperties ] [-BrowseSessions ] + [-DriveExclusionUnits ] + [-DriveExclusionUnitsBulkAdditionJobs ] [-DriveInclusionRules ] [-DriveProtectionUnits ] [-DriveProtectionUnitsBulkAdditionJobs ] [-EmailNotificationsSetting ] [-ExchangeProtectionPolicies ] - [-ExchangeRestoreSessions ] [-Id ] + [-ExchangeRestoreSessions ] + [-ExclusionUnits ] [-Id ] + [-MailboxExclusionUnits ] + [-MailboxExclusionUnitsBulkAdditionJobs ] [-MailboxInclusionRules ] [-MailboxProtectionUnits ] [-MailboxProtectionUnitsBulkAdditionJobs ] @@ -40,19 +44,21 @@ Update-MgBetaSolutionBackupRestore [-ResponseHeadersVariable ] [-OneDriveForBusinessProtectionPolicies ] [-OneDriveForBusinessRestoreSessions ] [-ProtectionPolicies ] - [-ProtectionUnits ] + [-ProtectionUnits ] [-Reports ] [-RestorePoints ] [-RestoreSessions ] [-ServiceApps ] [-ServiceStatus ] [-SharePointBrowseSessions ] [-SharePointProtectionPolicies ] [-SharePointRestoreSessions ] + [-SiteExclusionUnits ] + [-SiteExclusionUnitsBulkAdditionJobs ] [-SiteInclusionRules ] [-SiteProtectionUnits ] [-SiteProtectionUnitsBulkAdditionJobs ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -62,7 +68,6 @@ Update-MgBetaSolutionBackupRestore -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -76,12 +81,13 @@ Update the navigation property backupRestore in solutions ## PARAMETERS -### -AdditionalProperties +### -ActivityLogs -Additional Parameters + +To construct, see NOTES section for ACTIVITYLOGS properties and create a hash table. ```yaml -Type: System.Collections.Hashtable +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphActivityLogBase[] DefaultValue: '' SupportsWildcards: false Aliases: [] @@ -97,9 +103,9 @@ AcceptedValues: [] HelpMessage: '' ``` -### -AllDrivesBackup +### -AdditionalProperties -allDrivesBackup +Additional Parameters ```yaml Type: System.Collections.Hashtable @@ -118,20 +124,21 @@ AcceptedValues: [] HelpMessage: '' ``` -### -AllMailboxesBackup +### -BodyParameter -allMailboxesBackup +backupRestoreRoot +To construct, see NOTES section for BODYPARAMETER properties and create a hash table. ```yaml -Type: System.Collections.Hashtable +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphBackupRestoreRoot DefaultValue: '' SupportsWildcards: false Aliases: [] ParameterSets: -- Name: UpdateExpanded +- Name: Update Position: Named - IsRequired: false - ValueFromPipeline: false + IsRequired: true + ValueFromPipeline: true ValueFromPipelineByPropertyName: false ValueFromRemainingArguments: false DontShow: false @@ -139,17 +146,17 @@ AcceptedValues: [] HelpMessage: '' ``` -### -AllSitesBackup +### -Break -allSitesBackup +Wait for .NET debugger to attach ```yaml -Type: System.Collections.Hashtable -DefaultValue: '' +Type: System.Management.Automation.SwitchParameter +DefaultValue: False SupportsWildcards: false Aliases: [] ParameterSets: -- Name: UpdateExpanded +- Name: (All) Position: Named IsRequired: false ValueFromPipeline: false @@ -160,21 +167,21 @@ AcceptedValues: [] HelpMessage: '' ``` -### -BodyParameter +### -BrowseSessions -backupRestoreRoot -To construct, see NOTES section for BODYPARAMETER properties and create a hash table. +The list of browse sessions in the tenant. +To construct, see NOTES section for BROWSESESSIONS properties and create a hash table. ```yaml -Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphBackupRestoreRoot +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphBrowseSessionBase[] DefaultValue: '' SupportsWildcards: false Aliases: [] ParameterSets: -- Name: Update +- Name: UpdateExpanded Position: Named - IsRequired: true - ValueFromPipeline: true + IsRequired: false + ValueFromPipeline: false ValueFromPipelineByPropertyName: false ValueFromRemainingArguments: false DontShow: false @@ -182,15 +189,16 @@ AcceptedValues: [] HelpMessage: '' ``` -### -Break +### -Confirm -Wait for .NET debugger to attach +Prompts you for confirmation before running the cmdlet. ```yaml Type: System.Management.Automation.SwitchParameter -DefaultValue: False +DefaultValue: '' SupportsWildcards: false -Aliases: [] +Aliases: +- cf ParameterSets: - Name: (All) Position: Named @@ -203,13 +211,13 @@ AcceptedValues: [] HelpMessage: '' ``` -### -BrowseSessions - +### -DriveExclusionUnits -To construct, see NOTES section for BROWSESESSIONS properties and create a hash table. +The list of drive exclusion units in the tenant. +To construct, see NOTES section for DRIVEEXCLUSIONUNITS properties and create a hash table. ```yaml -Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphBrowseSessionBase[] +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphDriveExclusionUnit[] DefaultValue: '' SupportsWildcards: false Aliases: [] @@ -225,18 +233,18 @@ AcceptedValues: [] HelpMessage: '' ``` -### -Confirm +### -DriveExclusionUnitsBulkAdditionJobs -Prompts you for confirmation before running the cmdlet. +The list of bulk addition jobs for drive exclusion units in the tenant. +To construct, see NOTES section for DRIVEEXCLUSIONUNITSBULKADDITIONJOBS properties and create a hash table. ```yaml -Type: System.Management.Automation.SwitchParameter +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphDriveExclusionUnitsBulkAdditionJob[] DefaultValue: '' SupportsWildcards: false -Aliases: -- cf +Aliases: [] ParameterSets: -- Name: (All) +- Name: UpdateExpanded Position: Named IsRequired: false ValueFromPipeline: false @@ -379,6 +387,28 @@ AcceptedValues: [] HelpMessage: '' ``` +### -ExclusionUnits + +The list of exclusion units in the tenant. +To construct, see NOTES section for EXCLUSIONUNITS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphExclusionUnitBase[] +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. @@ -464,6 +494,50 @@ AcceptedValues: [] HelpMessage: '' ``` +### -MailboxExclusionUnits + +The list of mailbox exclusion units in the tenant. +To construct, see NOTES section for MAILBOXEXCLUSIONUNITS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphMailboxExclusionUnit[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -MailboxExclusionUnitsBulkAdditionJobs + +The list of bulk addition jobs for mailbox exclusion units in the tenant. +To construct, see NOTES section for MAILBOXEXCLUSIONUNITSBULKADDITIONJOBS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphMailboxExclusionUnitsBulkAdditionJob[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + ### -MailboxInclusionRules The list of mailbox inclusion rules applied to the tenant. @@ -532,7 +606,7 @@ HelpMessage: '' ### -OneDriveForBusinessBrowseSessions - +The list of OneDrive for work or school browse sessions in the tenant. To construct, see NOTES section for ONEDRIVEFORBUSINESSBROWSESESSIONS properties and create a hash table. ```yaml @@ -703,6 +777,27 @@ AcceptedValues: [] HelpMessage: '' ``` +### -Reports + +backupReport + +```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: '' +``` + ### -ResponseHeadersVariable Optional Response Headers Variable. @@ -815,7 +910,7 @@ HelpMessage: '' ### -SharePointBrowseSessions - +The list of SharePoint browse sessions in the tenant. To construct, see NOTES section for SHAREPOINTBROWSESESSIONS properties and create a hash table. ```yaml @@ -879,6 +974,50 @@ AcceptedValues: [] HelpMessage: '' ``` +### -SiteExclusionUnits + +The list of site exclusion units in the tenant. +To construct, see NOTES section for SITEEXCLUSIONUNITS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphSiteExclusionUnit[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -SiteExclusionUnitsBulkAdditionJobs + +The list of bulk addition jobs for site exclusion units in the tenant. +To construct, see NOTES section for SITEEXCLUSIONUNITSBULKADDITIONJOBS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphSiteExclusionUnitsBulkAdditionJob[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + ### -SiteInclusionRules The list of site inclusion rules applied to the tenant. @@ -997,55 +1136,39 @@ 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 ``: backupRestoreRoot - [(Any) ]: This indicates any property can be added to this object. +ACTIVITYLOGS : . [Id ]: The unique identifier for an entity. Read-only. - [AllDrivesBackup ]: allDrivesBackup + [ActivityType ]: activityLogOperationType + [Error ]: publicError [(Any) ]: This indicates any property can be added to this object. - [ActionOnExistingPolicy ]: fullServiceBackupDisableMode - [LastModifiedBy ]: identitySet + [Code ]: Represents the error code. + [Details ]: Details of the error. + [Code ]: The error code. + [Message ]: The error message. + [Target ]: The target of the error. + [InnerError ]: publicInnerError [(Any) ]: This indicates any property can be added to this object. - [Application ]: identity - [(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. - [Device ]: identity - [User ]: identity - [LastModifiedDateTime ]: - [LastRunDateTime ]: - [PolicyId ]: - [Status ]: fullServiceBackupStatus - [Id ]: The unique identifier for an entity. -Read-only. - [AllMailboxesBackup ]: allMailboxesBackup - [(Any) ]: This indicates any property can be added to this object. - [ActionOnExistingPolicy ]: fullServiceBackupDisableMode - [LastModifiedBy ]: identitySet - [LastModifiedDateTime ]: - [LastRunDateTime ]: - [PolicyId ]: - [Status ]: fullServiceBackupStatus - [Id ]: The unique identifier for an entity. -Read-only. - [AllSitesBackup ]: allSitesBackup - [(Any) ]: This indicates any property can be added to this object. - [ActionOnExistingPolicy ]: fullServiceBackupDisableMode - [LastModifiedBy ]: identitySet - [LastModifiedDateTime ]: - [LastRunDateTime ]: - [PolicyId ]: - [Status ]: fullServiceBackupStatus - [Id ]: The unique identifier for an entity. + [Code ]: The error code. + [Details ]: A collection of error details. + [Message ]: The error message. + [Target ]: The target of the error. + [Message ]: A non-localized message for the developer. + [Target ]: The target of the error. + [EventDateTime ]: + [PerformedBy ]: + [ResultStatus ]: activityLogResultStatus + [ServiceType ]: serviceType + [Severity ]: activityLogSeverity + +BODYPARAMETER ``: backupRestoreRoot + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. Read-only. - [BrowseSessions ]: + [ActivityLogs ]: [Id ]: The unique identifier for an entity. Read-only. - [BackupSizeInBytes ]: - [CreatedDateTime ]: + [ActivityType ]: activityLogOperationType [Error ]: publicError [(Any) ]: This indicates any property can be added to this object. [Code ]: Represents the error code. @@ -1061,9 +1184,62 @@ Read-only. [Target ]: The target of the error. [Message ]: A non-localized message for the developer. [Target ]: The target of the error. - [ExpirationDateTime ]: - [RestorePointDateTime ]: + [EventDateTime ]: + [PerformedBy ]: + [ResultStatus ]: activityLogResultStatus + [ServiceType ]: serviceType + [Severity ]: activityLogSeverity + [BrowseSessions ]: The list of browse sessions in the tenant. + [Id ]: The unique identifier for an entity. +Read-only. + [BackupSizeInBytes ]: The size of the backup in bytes. + [CreatedDateTime ]: The date and time when the browse session 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, 2014 is 2014-01-01T00:00:00Z. + [Error ]: publicError + [ExpirationDateTime ]: The date and time after which the browse session is deleted automatically. + [RestorePointDateTime ]: The date and time of the restore point on which the browse session is created. + [RestorePointId ]: [Status ]: browseSessionStatus + [DriveExclusionUnits ]: The list of drive exclusion units in the tenant. + [CreatedBy ]: identitySet + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(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. + [Device ]: identity + [User ]: identity + [CreatedDateTime ]: The date and time when the exclusion unit 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, 2014 is 2014-01-01T00:00:00Z. + [Error ]: publicError + [LastModifiedBy ]: identitySet + [LastModifiedDateTime ]: The date and time when the exclusion unit 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, 2014 is 2014-01-01T00:00:00Z. + [PolicyId ]: The unique identifier of the protection policy that contains this exclusion unit. + [Id ]: The unique identifier for an entity. +Read-only. + [DirectoryObjectId ]: The unique identifier of the directory object (user) associated with the drive. + [DriveExclusionUnitsBulkAdditionJobs ]: The list of bulk addition jobs for drive exclusion units in the tenant. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the bulk addition job 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, 2014 is 2014-01-01T00:00:00Z. + [DisplayName ]: The display name of the bulk addition job. + [Error ]: publicError + [LastModifiedBy ]: identitySet + [LastModifiedDateTime ]: The date and time when the bulk addition job 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, 2014 is 2014-01-01T00:00:00Z. + [Status ]: exclusionUnitBulkJobStatus + [Id ]: The unique identifier for an entity. +Read-only. + [Drives ]: The email addresses or user principal names of the users whose OneDrive drives are to be added as exclusion units to the protection policy. [DriveInclusionRules ]: The list of drive inclusion rules applied to the tenant. [CreatedBy ]: identitySet [CreatedDateTime ]: The time of creation of the rule. @@ -1077,12 +1253,19 @@ Read-only. [DriveExpression ]: Contains a drive expression. For examples, see driveExpression examples. [DriveProtectionUnits ]: The list of drive protection units in the tenant. + [BackupRetentionPeriodInDays ]: The retention period of the backup, in days. + [BillingPolicyId ]: The unique identifier of the billing policy assigned to the protection unit for cost allocation. [CreatedBy ]: identitySet [CreatedDateTime ]: The time of creation of the protection unit. [Error ]: publicError [LastModifiedBy ]: identitySet [LastModifiedDateTime ]: Timestamp of the last modification of this protection unit. [OffboardRequestedDateTime ]: The time when protection unit offboard was requested. + [PendingRetentionPeriodChange ]: retentionPeriodChange + [(Any) ]: This indicates any property can be added to this object. + [EffectiveFromDateTime ]: + [Status ]: retentionPeriodChangeStatus + [TargetRetentionPeriodInDays ]: [PolicyId ]: The unique identifier of the protection policy based on which protection unit was created. [ProtectionSources ]: protectionSource [Status ]: protectionUnitStatus @@ -1124,11 +1307,14 @@ For example, in the access reviews decisions API, this property might record the [CreatedDateTime ]: The date and time when the policy 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, 2014 is 2014-01-01T00:00:00Z. - [DisplayName ]: The name of the policy to be created. + [DisplayName ]: The name of the policy. [IsEnabled ]: Indicates whether the policy is enabled. [LastModifiedBy ]: identitySet [LastModifiedDateTime ]: The date and time when the policy 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, 2014 is 2014-01-01T00:00:00Z. + [OffboardRequestedDateTime ]: The date and time when offboarding was requested for the protection policy. +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. [ProtectionMode ]: BackupPolicyProtectionMode [ProtectionPolicyArtifactCount ]: protectionPolicyArtifactCount @@ -1143,25 +1329,58 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Status ]: protectionPolicyStatus [Id ]: The unique identifier for an entity. Read-only. - [MailboxInclusionRules ]: The rules associated with the Exchange protection policy. + [MailboxExclusionUnits ]: The mailbox exclusion units associated with the Exchange protection policy. [CreatedBy ]: identitySet - [CreatedDateTime ]: The time of creation of the rule. + [CreatedDateTime ]: The date and time when the exclusion unit 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, 2014 is 2014-01-01T00:00:00Z. [Error ]: publicError - [IsAutoApplyEnabled ]: true indicates that the protection rule is dynamic; false that it's static. [LastModifiedBy ]: identitySet - [LastModifiedDateTime ]: Timestamp of the last modification made to the rule. - [Status ]: protectionRuleStatus + [LastModifiedDateTime ]: The date and time when the exclusion unit 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, 2014 is 2014-01-01T00:00:00Z. + [PolicyId ]: The unique identifier of the protection policy that contains this exclusion unit. [Id ]: The unique identifier for an entity. Read-only. - [MailboxExpression ]: Contains a mailbox expression. -For examples, see mailboxExpression examples. - [MailboxProtectionUnits ]: The protection units (mailboxes) that are protected under the Exchange protection policy. + [DirectoryObjectId ]: The unique identifier of the directory object (user) associated with the mailbox. + [MailboxType ]: mailboxType + [MailboxExclusionUnitsBulkAdditionJobs ]: The list of bulk addition jobs for mailbox exclusion units associated with the Exchange protection policy. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the bulk addition job 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, 2014 is 2014-01-01T00:00:00Z. + [DisplayName ]: The display name of the bulk addition job. + [Error ]: publicError + [LastModifiedBy ]: identitySet + [LastModifiedDateTime ]: The date and time when the bulk addition job 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, 2014 is 2014-01-01T00:00:00Z. + [Status ]: exclusionUnitBulkJobStatus + [Id ]: The unique identifier for an entity. +Read-only. + [Mailboxes ]: The email addresses of the mailboxes to be added as exclusion units to the protection policy. + [MailboxInclusionRules ]: The rules associated with the Exchange protection policy. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The time of creation of the rule. + [Error ]: publicError + [IsAutoApplyEnabled ]: true indicates that the protection rule is dynamic; false that it's static. + [LastModifiedBy ]: identitySet + [LastModifiedDateTime ]: Timestamp of the last modification made to the rule. + [Status ]: protectionRuleStatus + [Id ]: The unique identifier for an entity. +Read-only. + [MailboxExpression ]: Contains a mailbox expression. +For examples, see mailboxExpression examples. + [MailboxProtectionUnits ]: The protection units (mailboxes) that are protected under the Exchange protection policy. + [BackupRetentionPeriodInDays ]: The retention period of the backup, in days. + [BillingPolicyId ]: The unique identifier of the billing policy assigned to the protection unit for cost allocation. [CreatedBy ]: identitySet [CreatedDateTime ]: The time of creation of the protection unit. [Error ]: publicError [LastModifiedBy ]: identitySet [LastModifiedDateTime ]: Timestamp of the last modification of this protection unit. [OffboardRequestedDateTime ]: The time when protection unit offboard was requested. + [PendingRetentionPeriodChange ]: retentionPeriodChange [PolicyId ]: The unique identifier of the protection policy based on which protection unit was created. [ProtectionSources ]: protectionSource [Status ]: protectionUnitStatus @@ -1214,12 +1433,15 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. + [BackupRetentionPeriodInDays ]: The retention period of the backup, in days. + [BillingPolicyId ]: The unique identifier of the billing policy assigned to the protection unit for cost allocation. [CreatedBy ]: identitySet [CreatedDateTime ]: The time of creation of the protection unit. [Error ]: publicError [LastModifiedBy ]: identitySet [LastModifiedDateTime ]: Timestamp of the last modification of this protection unit. [OffboardRequestedDateTime ]: The time when protection unit offboard was requested. + [PendingRetentionPeriodChange ]: retentionPeriodChange [PolicyId ]: The unique identifier of the protection policy based on which protection unit was created. [ProtectionSources ]: protectionSource [Status ]: protectionUnitStatus @@ -1264,30 +1486,51 @@ Future value; don't use. Read-only. [DirectoryObjectIds ]: The list of directory object IDs that are added to the corresponding Exchange restore session in a bulk operation. [Mailboxes ]: The list of email addresses that are added to the corresponding Exchange restore session in a bulk operation. + [ExclusionUnits ]: The list of exclusion units in the tenant. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the exclusion unit 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, 2014 is 2014-01-01T00:00:00Z. + [Error ]: publicError + [LastModifiedBy ]: identitySet + [LastModifiedDateTime ]: The date and time when the exclusion unit 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, 2014 is 2014-01-01T00:00:00Z. + [PolicyId ]: The unique identifier of the protection policy that contains this exclusion unit. + [MailboxExclusionUnits ]: The list of mailbox exclusion units in the tenant. + [MailboxExclusionUnitsBulkAdditionJobs ]: The list of bulk addition jobs for mailbox exclusion units in the tenant. [MailboxInclusionRules ]: The list of mailbox inclusion rules applied to the tenant. [MailboxProtectionUnits ]: The list of mailbox protection units in the tenant. [MailboxProtectionUnitsBulkAdditionJobs ]: - [OneDriveForBusinessBrowseSessions ]: - [BackupSizeInBytes ]: - [CreatedDateTime ]: + [OneDriveForBusinessBrowseSessions ]: The list of OneDrive for work or school browse sessions in the tenant. + [BackupSizeInBytes ]: The size of the backup in bytes. + [CreatedDateTime ]: The date and time when the browse session 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, 2014 is 2014-01-01T00:00:00Z. [Error ]: publicError - [ExpirationDateTime ]: - [RestorePointDateTime ]: + [ExpirationDateTime ]: The date and time after which the browse session is deleted automatically. + [RestorePointDateTime ]: The date and time of the restore point on which the browse session is created. + [RestorePointId ]: [Status ]: browseSessionStatus [Id ]: The unique identifier for an entity. Read-only. - [DirectoryObjectId ]: + [DirectoryObjectId ]: Id of the backed-up OneDrive. [OneDriveForBusinessProtectionPolicies ]: The list of OneDrive for Business protection policies in the tenant. [BillingPolicyId ]: [CreatedBy ]: identitySet [CreatedDateTime ]: The date and time when the policy 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, 2014 is 2014-01-01T00:00:00Z. - [DisplayName ]: The name of the policy to be created. + [DisplayName ]: The name of the policy. [IsEnabled ]: Indicates whether the policy is enabled. [LastModifiedBy ]: identitySet [LastModifiedDateTime ]: The date and time when the policy 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, 2014 is 2014-01-01T00:00:00Z. + [OffboardRequestedDateTime ]: The date and time when offboarding was requested for the protection policy. +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. [ProtectionMode ]: BackupPolicyProtectionMode [ProtectionPolicyArtifactCount ]: protectionPolicyArtifactCount @@ -1295,6 +1538,8 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Status ]: protectionPolicyStatus [Id ]: The unique identifier for an entity. Read-only. + [DriveExclusionUnits ]: The drive exclusion units associated with the OneDrive for work or school protection policy. + [DriveExclusionUnitsBulkAdditionJobs ]: The list of bulk addition jobs for drive exclusion units associated with the OneDrive for work or school protection policy. [DriveInclusionRules ]: Contains the details of the OneDrive for Work or School protection rule. [DriveProtectionUnits ]: Contains the protection units associated with a OneDrive for Work or School protection policy. [DriveProtectionUnitsBulkAdditionJobs ]: @@ -1339,19 +1584,21 @@ Future value; don't use. Read-only. [DirectoryObjectIds ]: The list of directory object IDs that are added to the corresponding OneDrive for work or school restore session in a bulk operation. [Drives ]: The list of email addresses that are added to the corresponding OneDrive for work or school restore session in a bulk operation. - [GranularDriveRestoreArtifacts ]: - [BrowseSessionId ]: - [CompletionDateTime ]: - [RestorePointDateTime ]: - [RestoredItemKey ]: - [RestoredItemPath ]: - [RestoredItemWebUrl ]: - [StartDateTime ]: + [GranularDriveRestoreArtifacts ]: A collection of browse session id and item key details that can be used to restore OneDrive for work or school files and folders. + [BrowseSessionId ]: The unique identifier of the browseSession + [CompletionDateTime ]: Date time when the artifact's restoration completes. + [DestinationType ]: destinationType + [RestorePointDateTime ]: The restore point date time to which the artifact is restored. + [RestoredItemKey ]: The unique identifier for the restored artifact. + [RestoredItemPath ]: The path of the restored artifact. +It's the path of the folder where all the artifacts are restored within a granular restore session. + [RestoredItemWebUrl ]: The web url of the restored artifact. + [StartDateTime ]: The start time of the restoration. [Status ]: artifactRestoreStatus - [WebUrl ]: + [WebUrl ]: The original web url of the artifact being restored. [Id ]: The unique identifier for an entity. Read-only. - [DirectoryObjectId ]: + [DirectoryObjectId ]: Id of the drive in which artifact is present. [ProtectionPolicies ]: List of protection policies in the tenant. [Id ]: The unique identifier for an entity. Read-only. @@ -1360,17 +1607,24 @@ Read-only. [CreatedDateTime ]: The date and time when the policy 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, 2014 is 2014-01-01T00:00:00Z. - [DisplayName ]: The name of the policy to be created. + [DisplayName ]: The name of the policy. [IsEnabled ]: Indicates whether the policy is enabled. [LastModifiedBy ]: identitySet [LastModifiedDateTime ]: The date and time when the policy 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, 2014 is 2014-01-01T00:00:00Z. + [OffboardRequestedDateTime ]: The date and time when offboarding was requested for the protection policy. +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. [ProtectionMode ]: BackupPolicyProtectionMode [ProtectionPolicyArtifactCount ]: protectionPolicyArtifactCount [RetentionSettings ]: Contains the retention setting details for the policy. [Status ]: protectionPolicyStatus [ProtectionUnits ]: List of protection units in the tenant. + [Reports ]: backupReport + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. [RestorePoints ]: List of restore points in the tenant. [RestoreSessions ]: List of restore sessions in the tenant. [Id ]: The unique identifier for an entity. @@ -1402,27 +1656,33 @@ Read-only. [LastModifiedDateTime ]: Timestamp of the last modification of the entity. [RestoreAllowedTillDateTime ]: The expiration time of the restoration allowed period. [Status ]: backupServiceStatus - [SharePointBrowseSessions ]: - [BackupSizeInBytes ]: - [CreatedDateTime ]: + [SharePointBrowseSessions ]: The list of SharePoint browse sessions in the tenant. + [BackupSizeInBytes ]: The size of the backup in bytes. + [CreatedDateTime ]: The date and time when the browse session 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, 2014 is 2014-01-01T00:00:00Z. [Error ]: publicError - [ExpirationDateTime ]: - [RestorePointDateTime ]: + [ExpirationDateTime ]: The date and time after which the browse session is deleted automatically. + [RestorePointDateTime ]: The date and time of the restore point on which the browse session is created. + [RestorePointId ]: [Status ]: browseSessionStatus [Id ]: The unique identifier for an entity. Read-only. - [SiteId ]: + [SiteId ]: Id of the backed-up SharePoint site. [SharePointProtectionPolicies ]: The list of SharePoint protection policies in the tenant. [BillingPolicyId ]: [CreatedBy ]: identitySet [CreatedDateTime ]: The date and time when the policy 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, 2014 is 2014-01-01T00:00:00Z. - [DisplayName ]: The name of the policy to be created. + [DisplayName ]: The name of the policy. [IsEnabled ]: Indicates whether the policy is enabled. [LastModifiedBy ]: identitySet [LastModifiedDateTime ]: The date and time when the policy 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, 2014 is 2014-01-01T00:00:00Z. + [OffboardRequestedDateTime ]: The date and time when offboarding was requested for the protection policy. +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. [ProtectionMode ]: BackupPolicyProtectionMode [ProtectionPolicyArtifactCount ]: protectionPolicyArtifactCount @@ -1430,6 +1690,35 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Status ]: protectionPolicyStatus [Id ]: The unique identifier for an entity. Read-only. + [SiteExclusionUnits ]: The site exclusion units associated with the SharePoint protection policy. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the exclusion unit 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, 2014 is 2014-01-01T00:00:00Z. + [Error ]: publicError + [LastModifiedBy ]: identitySet + [LastModifiedDateTime ]: The date and time when the exclusion unit 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, 2014 is 2014-01-01T00:00:00Z. + [PolicyId ]: The unique identifier of the protection policy that contains this exclusion unit. + [Id ]: The unique identifier for an entity. +Read-only. + [SiteId ]: The unique identifier of the SharePoint site. + [SiteExclusionUnitsBulkAdditionJobs ]: The list of bulk addition jobs for site exclusion units associated with the SharePoint protection policy. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the bulk addition job 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, 2014 is 2014-01-01T00:00:00Z. + [DisplayName ]: The display name of the bulk addition job. + [Error ]: publicError + [LastModifiedBy ]: identitySet + [LastModifiedDateTime ]: The date and time when the bulk addition job 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, 2014 is 2014-01-01T00:00:00Z. + [Status ]: exclusionUnitBulkJobStatus + [Id ]: The unique identifier for an entity. +Read-only. + [SiteWebUrls ]: The URLs of SharePoint sites to be added as exclusion units to the protection policy. [SiteInclusionRules ]: The rules associated with the SharePoint Protection policy. [CreatedBy ]: identitySet [CreatedDateTime ]: The time of creation of the rule. @@ -1443,12 +1732,15 @@ Read-only. [SiteExpression ]: Contains a site expression. For examples, see siteExpression example. [SiteProtectionUnits ]: The protection units (sites) that are protected under the site protection policy. + [BackupRetentionPeriodInDays ]: The retention period of the backup, in days. + [BillingPolicyId ]: The unique identifier of the billing policy assigned to the protection unit for cost allocation. [CreatedBy ]: identitySet [CreatedDateTime ]: The time of creation of the protection unit. [Error ]: publicError [LastModifiedBy ]: identitySet [LastModifiedDateTime ]: Timestamp of the last modification of this protection unit. [OffboardRequestedDateTime ]: The time when protection unit offboard was requested. + [PendingRetentionPeriodChange ]: retentionPeriodChange [PolicyId ]: The unique identifier of the protection policy based on which protection unit was created. [ProtectionSources ]: protectionSource [Status ]: protectionUnitStatus @@ -1479,19 +1771,21 @@ Read-only. [Status ]: restoreSessionStatus [Id ]: The unique identifier for an entity. Read-only. - [GranularSiteRestoreArtifacts ]: - [BrowseSessionId ]: - [CompletionDateTime ]: - [RestorePointDateTime ]: - [RestoredItemKey ]: - [RestoredItemPath ]: - [RestoredItemWebUrl ]: - [StartDateTime ]: + [GranularSiteRestoreArtifacts ]: A collection of browse session id and item key details that can be used to restore SharePoint files and folders. + [BrowseSessionId ]: The unique identifier of the browseSession + [CompletionDateTime ]: Date time when the artifact's restoration completes. + [DestinationType ]: destinationType + [RestorePointDateTime ]: The restore point date time to which the artifact is restored. + [RestoredItemKey ]: The unique identifier for the restored artifact. + [RestoredItemPath ]: The path of the restored artifact. +It's the path of the folder where all the artifacts are restored within a granular restore session. + [RestoredItemWebUrl ]: The web url of the restored artifact. + [StartDateTime ]: The start time of the restoration. [Status ]: artifactRestoreStatus - [WebUrl ]: + [WebUrl ]: The original web url of the artifact being restored. [Id ]: The unique identifier for an entity. Read-only. - [SiteId ]: + [SiteId ]: Id of the site in which artifact is present. [SiteRestoreArtifacts ]: A collection of restore points and destination details that can be used to restore SharePoint sites. [CompletionDateTime ]: The time when restoration of restore artifact is completed. [DestinationType ]: destinationType @@ -1521,15 +1815,19 @@ Future value; don't use. Read-only. [SiteIds ]: The list of SharePoint site IDs that are added to the corresponding SharePoint restore session in a bulk operation. [SiteWebUrls ]: The list of SharePoint site URLs that are added to the corresponding SharePoint restore session in a bulk operation. + [SiteExclusionUnits ]: The list of site exclusion units in the tenant. + [SiteExclusionUnitsBulkAdditionJobs ]: The list of bulk addition jobs for site exclusion units in the tenant. [SiteInclusionRules ]: The list of site inclusion rules applied to the tenant. [SiteProtectionUnits ]: The list of site protection units in the tenant. [SiteProtectionUnitsBulkAdditionJobs ]: -BROWSESESSIONS : . +BROWSESESSIONS : The list of browse sessions in the tenant. [Id ]: The unique identifier for an entity. Read-only. - [BackupSizeInBytes ]: - [CreatedDateTime ]: + [BackupSizeInBytes ]: The size of the backup in bytes. + [CreatedDateTime ]: The date and time when the browse session 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, 2014 is 2014-01-01T00:00:00Z. [Error ]: publicError [(Any) ]: This indicates any property can be added to this object. [Code ]: Represents the error code. @@ -1545,10 +1843,90 @@ Read-only. [Target ]: The target of the error. [Message ]: A non-localized message for the developer. [Target ]: The target of the error. - [ExpirationDateTime ]: - [RestorePointDateTime ]: + [ExpirationDateTime ]: The date and time after which the browse session is deleted automatically. + [RestorePointDateTime ]: The date and time of the restore point on which the browse session is created. + [RestorePointId ]: [Status ]: browseSessionStatus +DRIVEEXCLUSIONUNITS : The list of drive exclusion units in the tenant. + [CreatedBy ]: identitySet + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(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. + [Device ]: identity + [User ]: identity + [CreatedDateTime ]: The date and time when the exclusion unit 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, 2014 is 2014-01-01T00:00:00Z. + [Error ]: publicError + [(Any) ]: This indicates any property can be added to this object. + [Code ]: Represents the error code. + [Details ]: Details of the error. + [Code ]: The error code. + [Message ]: The error message. + [Target ]: The target of the error. + [InnerError ]: publicInnerError + [(Any) ]: This indicates any property can be added to this object. + [Code ]: The error code. + [Details ]: A collection of error details. + [Message ]: The error message. + [Target ]: The target of the error. + [Message ]: A non-localized message for the developer. + [Target ]: The target of the error. + [LastModifiedBy ]: identitySet + [LastModifiedDateTime ]: The date and time when the exclusion unit 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, 2014 is 2014-01-01T00:00:00Z. + [PolicyId ]: The unique identifier of the protection policy that contains this exclusion unit. + [Id ]: The unique identifier for an entity. +Read-only. + [DirectoryObjectId ]: The unique identifier of the directory object (user) associated with the drive. + +DRIVEEXCLUSIONUNITSBULKADDITIONJOBS : The list of bulk addition jobs for drive exclusion units in the tenant. + [CreatedBy ]: identitySet + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(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. + [Device ]: identity + [User ]: identity + [CreatedDateTime ]: The date and time when the bulk addition job 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, 2014 is 2014-01-01T00:00:00Z. + [DisplayName ]: The display name of the bulk addition job. + [Error ]: publicError + [(Any) ]: This indicates any property can be added to this object. + [Code ]: Represents the error code. + [Details ]: Details of the error. + [Code ]: The error code. + [Message ]: The error message. + [Target ]: The target of the error. + [InnerError ]: publicInnerError + [(Any) ]: This indicates any property can be added to this object. + [Code ]: The error code. + [Details ]: A collection of error details. + [Message ]: The error message. + [Target ]: The target of the error. + [Message ]: A non-localized message for the developer. + [Target ]: The target of the error. + [LastModifiedBy ]: identitySet + [LastModifiedDateTime ]: The date and time when the bulk addition job 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, 2014 is 2014-01-01T00:00:00Z. + [Status ]: exclusionUnitBulkJobStatus + [Id ]: The unique identifier for an entity. +Read-only. + [Drives ]: The email addresses or user principal names of the users whose OneDrive drives are to be added as exclusion units to the protection policy. + DRIVEINCLUSIONRULES : The list of drive inclusion rules applied to the tenant. [CreatedBy ]: identitySet [(Any) ]: This indicates any property can be added to this object. @@ -1587,6 +1965,8 @@ Read-only. For examples, see driveExpression examples. DRIVEPROTECTIONUNITS : The list of drive protection units in the tenant. + [BackupRetentionPeriodInDays ]: The retention period of the backup, in days. + [BillingPolicyId ]: The unique identifier of the billing policy assigned to the protection unit for cost allocation. [CreatedBy ]: identitySet [(Any) ]: This indicates any property can be added to this object. [Application ]: identity @@ -1617,6 +1997,11 @@ For example, in the access reviews decisions API, this property might record the [LastModifiedBy ]: identitySet [LastModifiedDateTime ]: Timestamp of the last modification of this protection unit. [OffboardRequestedDateTime ]: The time when protection unit offboard was requested. + [PendingRetentionPeriodChange ]: retentionPeriodChange + [(Any) ]: This indicates any property can be added to this object. + [EffectiveFromDateTime ]: + [Status ]: retentionPeriodChangeStatus + [TargetRetentionPeriodInDays ]: [PolicyId ]: The unique identifier of the protection policy based on which protection unit was created. [ProtectionSources ]: protectionSource [Status ]: protectionUnitStatus @@ -1695,11 +2080,14 @@ For example, in the access reviews decisions API, this property might record the [CreatedDateTime ]: The date and time when the policy 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, 2014 is 2014-01-01T00:00:00Z. - [DisplayName ]: The name of the policy to be created. + [DisplayName ]: The name of the policy. [IsEnabled ]: Indicates whether the policy is enabled. [LastModifiedBy ]: identitySet [LastModifiedDateTime ]: The date and time when the policy 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, 2014 is 2014-01-01T00:00:00Z. + [OffboardRequestedDateTime ]: The date and time when offboarding was requested for the protection policy. +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. [ProtectionMode ]: BackupPolicyProtectionMode [ProtectionPolicyArtifactCount ]: protectionPolicyArtifactCount @@ -1714,9 +2102,11 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Status ]: protectionPolicyStatus [Id ]: The unique identifier for an entity. Read-only. - [MailboxInclusionRules ]: The rules associated with the Exchange protection policy. + [MailboxExclusionUnits ]: The mailbox exclusion units associated with the Exchange protection policy. [CreatedBy ]: identitySet - [CreatedDateTime ]: The time of creation of the rule. + [CreatedDateTime ]: The date and time when the exclusion unit 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, 2014 is 2014-01-01T00:00:00Z. [Error ]: publicError [(Any) ]: This indicates any property can be added to this object. [Code ]: Represents the error code. @@ -1732,6 +2122,34 @@ Read-only. [Target ]: The target of the error. [Message ]: A non-localized message for the developer. [Target ]: The target of the error. + [LastModifiedBy ]: identitySet + [LastModifiedDateTime ]: The date and time when the exclusion unit 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, 2014 is 2014-01-01T00:00:00Z. + [PolicyId ]: The unique identifier of the protection policy that contains this exclusion unit. + [Id ]: The unique identifier for an entity. +Read-only. + [DirectoryObjectId ]: The unique identifier of the directory object (user) associated with the mailbox. + [MailboxType ]: mailboxType + [MailboxExclusionUnitsBulkAdditionJobs ]: The list of bulk addition jobs for mailbox exclusion units associated with the Exchange protection policy. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the bulk addition job 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, 2014 is 2014-01-01T00:00:00Z. + [DisplayName ]: The display name of the bulk addition job. + [Error ]: publicError + [LastModifiedBy ]: identitySet + [LastModifiedDateTime ]: The date and time when the bulk addition job 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, 2014 is 2014-01-01T00:00:00Z. + [Status ]: exclusionUnitBulkJobStatus + [Id ]: The unique identifier for an entity. +Read-only. + [Mailboxes ]: The email addresses of the mailboxes to be added as exclusion units to the protection policy. + [MailboxInclusionRules ]: The rules associated with the Exchange protection policy. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The time of creation of the rule. + [Error ]: publicError [IsAutoApplyEnabled ]: true indicates that the protection rule is dynamic; false that it's static. [LastModifiedBy ]: identitySet [LastModifiedDateTime ]: Timestamp of the last modification made to the rule. @@ -1741,12 +2159,19 @@ Read-only. [MailboxExpression ]: Contains a mailbox expression. For examples, see mailboxExpression examples. [MailboxProtectionUnits ]: The protection units (mailboxes) that are protected under the Exchange protection policy. + [BackupRetentionPeriodInDays ]: The retention period of the backup, in days. + [BillingPolicyId ]: The unique identifier of the billing policy assigned to the protection unit for cost allocation. [CreatedBy ]: identitySet [CreatedDateTime ]: The time of creation of the protection unit. [Error ]: publicError [LastModifiedBy ]: identitySet [LastModifiedDateTime ]: Timestamp of the last modification of this protection unit. [OffboardRequestedDateTime ]: The time when protection unit offboard was requested. + [PendingRetentionPeriodChange ]: retentionPeriodChange + [(Any) ]: This indicates any property can be added to this object. + [EffectiveFromDateTime ]: + [Status ]: retentionPeriodChangeStatus + [TargetRetentionPeriodInDays ]: [PolicyId ]: The unique identifier of the protection policy based on which protection unit was created. [ProtectionSources ]: protectionSource [Status ]: protectionUnitStatus @@ -1824,12 +2249,19 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. + [BackupRetentionPeriodInDays ]: The retention period of the backup, in days. + [BillingPolicyId ]: The unique identifier of the billing policy assigned to the protection unit for cost allocation. [CreatedBy ]: identitySet [CreatedDateTime ]: The time of creation of the protection unit. [Error ]: publicError [LastModifiedBy ]: identitySet [LastModifiedDateTime ]: Timestamp of the last modification of this protection unit. [OffboardRequestedDateTime ]: The time when protection unit offboard was requested. + [PendingRetentionPeriodChange ]: retentionPeriodChange + [(Any) ]: This indicates any property can be added to this object. + [EffectiveFromDateTime ]: + [Status ]: retentionPeriodChangeStatus + [TargetRetentionPeriodInDays ]: [PolicyId ]: The unique identifier of the protection policy based on which protection unit was created. [ProtectionSources ]: protectionSource [Status ]: protectionUnitStatus @@ -1875,6 +2307,124 @@ Read-only. [DirectoryObjectIds ]: The list of directory object IDs that are added to the corresponding Exchange restore session in a bulk operation. [Mailboxes ]: The list of email addresses that are added to the corresponding Exchange restore session in a bulk operation. +EXCLUSIONUNITS : The list of exclusion units in the tenant. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedBy ]: identitySet + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(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. + [Device ]: identity + [User ]: identity + [CreatedDateTime ]: The date and time when the exclusion unit 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, 2014 is 2014-01-01T00:00:00Z. + [Error ]: publicError + [(Any) ]: This indicates any property can be added to this object. + [Code ]: Represents the error code. + [Details ]: Details of the error. + [Code ]: The error code. + [Message ]: The error message. + [Target ]: The target of the error. + [InnerError ]: publicInnerError + [(Any) ]: This indicates any property can be added to this object. + [Code ]: The error code. + [Details ]: A collection of error details. + [Message ]: The error message. + [Target ]: The target of the error. + [Message ]: A non-localized message for the developer. + [Target ]: The target of the error. + [LastModifiedBy ]: identitySet + [LastModifiedDateTime ]: The date and time when the exclusion unit 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, 2014 is 2014-01-01T00:00:00Z. + [PolicyId ]: The unique identifier of the protection policy that contains this exclusion unit. + +MAILBOXEXCLUSIONUNITS : The list of mailbox exclusion units in the tenant. + [CreatedBy ]: identitySet + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(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. + [Device ]: identity + [User ]: identity + [CreatedDateTime ]: The date and time when the exclusion unit 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, 2014 is 2014-01-01T00:00:00Z. + [Error ]: publicError + [(Any) ]: This indicates any property can be added to this object. + [Code ]: Represents the error code. + [Details ]: Details of the error. + [Code ]: The error code. + [Message ]: The error message. + [Target ]: The target of the error. + [InnerError ]: publicInnerError + [(Any) ]: This indicates any property can be added to this object. + [Code ]: The error code. + [Details ]: A collection of error details. + [Message ]: The error message. + [Target ]: The target of the error. + [Message ]: A non-localized message for the developer. + [Target ]: The target of the error. + [LastModifiedBy ]: identitySet + [LastModifiedDateTime ]: The date and time when the exclusion unit 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, 2014 is 2014-01-01T00:00:00Z. + [PolicyId ]: The unique identifier of the protection policy that contains this exclusion unit. + [Id ]: The unique identifier for an entity. +Read-only. + [DirectoryObjectId ]: The unique identifier of the directory object (user) associated with the mailbox. + [MailboxType ]: mailboxType + +MAILBOXEXCLUSIONUNITSBULKADDITIONJOBS : The list of bulk addition jobs for mailbox exclusion units in the tenant. + [CreatedBy ]: identitySet + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(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. + [Device ]: identity + [User ]: identity + [CreatedDateTime ]: The date and time when the bulk addition job 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, 2014 is 2014-01-01T00:00:00Z. + [DisplayName ]: The display name of the bulk addition job. + [Error ]: publicError + [(Any) ]: This indicates any property can be added to this object. + [Code ]: Represents the error code. + [Details ]: Details of the error. + [Code ]: The error code. + [Message ]: The error message. + [Target ]: The target of the error. + [InnerError ]: publicInnerError + [(Any) ]: This indicates any property can be added to this object. + [Code ]: The error code. + [Details ]: A collection of error details. + [Message ]: The error message. + [Target ]: The target of the error. + [Message ]: A non-localized message for the developer. + [Target ]: The target of the error. + [LastModifiedBy ]: identitySet + [LastModifiedDateTime ]: The date and time when the bulk addition job 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, 2014 is 2014-01-01T00:00:00Z. + [Status ]: exclusionUnitBulkJobStatus + [Id ]: The unique identifier for an entity. +Read-only. + [Mailboxes ]: The email addresses of the mailboxes to be added as exclusion units to the protection policy. + MAILBOXINCLUSIONRULES : The list of mailbox inclusion rules applied to the tenant. [CreatedBy ]: identitySet [(Any) ]: This indicates any property can be added to this object. @@ -1913,6 +2463,8 @@ Read-only. For examples, see mailboxExpression examples. MAILBOXPROTECTIONUNITS : The list of mailbox protection units in the tenant. + [BackupRetentionPeriodInDays ]: The retention period of the backup, in days. + [BillingPolicyId ]: The unique identifier of the billing policy assigned to the protection unit for cost allocation. [CreatedBy ]: identitySet [(Any) ]: This indicates any property can be added to this object. [Application ]: identity @@ -1943,6 +2495,11 @@ For example, in the access reviews decisions API, this property might record the [LastModifiedBy ]: identitySet [LastModifiedDateTime ]: Timestamp of the last modification of this protection unit. [OffboardRequestedDateTime ]: The time when protection unit offboard was requested. + [PendingRetentionPeriodChange ]: retentionPeriodChange + [(Any) ]: This indicates any property can be added to this object. + [EffectiveFromDateTime ]: + [Status ]: retentionPeriodChangeStatus + [TargetRetentionPeriodInDays ]: [PolicyId ]: The unique identifier of the protection policy based on which protection unit was created. [ProtectionSources ]: protectionSource [Status ]: protectionUnitStatus @@ -1988,9 +2545,11 @@ Read-only. [DirectoryObjectIds ]: The list of Exchange directoryObjectIds to add to the Exchange protection policy. [Mailboxes ]: The list of Exchange email addresses to add to the Exchange protection policy. -ONEDRIVEFORBUSINESSBROWSESESSIONS : . - [BackupSizeInBytes ]: - [CreatedDateTime ]: +ONEDRIVEFORBUSINESSBROWSESESSIONS : The list of OneDrive for work or school browse sessions in the tenant. + [BackupSizeInBytes ]: The size of the backup in bytes. + [CreatedDateTime ]: The date and time when the browse session 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, 2014 is 2014-01-01T00:00:00Z. [Error ]: publicError [(Any) ]: This indicates any property can be added to this object. [Code ]: Represents the error code. @@ -2006,12 +2565,13 @@ ONEDRIVEFORBUSINESSBROWSESESSIONS ]: The target of the error. [Message ]: A non-localized message for the developer. [Target ]: The target of the error. - [ExpirationDateTime ]: - [RestorePointDateTime ]: + [ExpirationDateTime ]: The date and time after which the browse session is deleted automatically. + [RestorePointDateTime ]: The date and time of the restore point on which the browse session is created. + [RestorePointId ]: [Status ]: browseSessionStatus [Id ]: The unique identifier for an entity. Read-only. - [DirectoryObjectId ]: + [DirectoryObjectId ]: Id of the backed-up OneDrive. ONEDRIVEFORBUSINESSPROTECTIONPOLICIES : The list of OneDrive for Business protection policies in the tenant. [BillingPolicyId ]: @@ -2029,11 +2589,14 @@ For example, in the access reviews decisions API, this property might record the [CreatedDateTime ]: The date and time when the policy 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, 2014 is 2014-01-01T00:00:00Z. - [DisplayName ]: The name of the policy to be created. + [DisplayName ]: The name of the policy. [IsEnabled ]: Indicates whether the policy is enabled. [LastModifiedBy ]: identitySet [LastModifiedDateTime ]: The date and time when the policy 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, 2014 is 2014-01-01T00:00:00Z. + [OffboardRequestedDateTime ]: The date and time when offboarding was requested for the protection policy. +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. [ProtectionMode ]: BackupPolicyProtectionMode [ProtectionPolicyArtifactCount ]: protectionPolicyArtifactCount @@ -2048,9 +2611,11 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Status ]: protectionPolicyStatus [Id ]: The unique identifier for an entity. Read-only. - [DriveInclusionRules ]: Contains the details of the OneDrive for Work or School protection rule. + [DriveExclusionUnits ]: The drive exclusion units associated with the OneDrive for work or school protection policy. [CreatedBy ]: identitySet - [CreatedDateTime ]: The time of creation of the rule. + [CreatedDateTime ]: The date and time when the exclusion unit 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, 2014 is 2014-01-01T00:00:00Z. [Error ]: publicError [(Any) ]: This indicates any property can be added to this object. [Code ]: Represents the error code. @@ -2066,6 +2631,33 @@ Read-only. [Target ]: The target of the error. [Message ]: A non-localized message for the developer. [Target ]: The target of the error. + [LastModifiedBy ]: identitySet + [LastModifiedDateTime ]: The date and time when the exclusion unit 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, 2014 is 2014-01-01T00:00:00Z. + [PolicyId ]: The unique identifier of the protection policy that contains this exclusion unit. + [Id ]: The unique identifier for an entity. +Read-only. + [DirectoryObjectId ]: The unique identifier of the directory object (user) associated with the drive. + [DriveExclusionUnitsBulkAdditionJobs ]: The list of bulk addition jobs for drive exclusion units associated with the OneDrive for work or school protection policy. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the bulk addition job 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, 2014 is 2014-01-01T00:00:00Z. + [DisplayName ]: The display name of the bulk addition job. + [Error ]: publicError + [LastModifiedBy ]: identitySet + [LastModifiedDateTime ]: The date and time when the bulk addition job 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, 2014 is 2014-01-01T00:00:00Z. + [Status ]: exclusionUnitBulkJobStatus + [Id ]: The unique identifier for an entity. +Read-only. + [Drives ]: The email addresses or user principal names of the users whose OneDrive drives are to be added as exclusion units to the protection policy. + [DriveInclusionRules ]: Contains the details of the OneDrive for Work or School protection rule. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The time of creation of the rule. + [Error ]: publicError [IsAutoApplyEnabled ]: true indicates that the protection rule is dynamic; false that it's static. [LastModifiedBy ]: identitySet [LastModifiedDateTime ]: Timestamp of the last modification made to the rule. @@ -2075,12 +2667,19 @@ Read-only. [DriveExpression ]: Contains a drive expression. For examples, see driveExpression examples. [DriveProtectionUnits ]: Contains the protection units associated with a OneDrive for Work or School protection policy. + [BackupRetentionPeriodInDays ]: The retention period of the backup, in days. + [BillingPolicyId ]: The unique identifier of the billing policy assigned to the protection unit for cost allocation. [CreatedBy ]: identitySet [CreatedDateTime ]: The time of creation of the protection unit. [Error ]: publicError [LastModifiedBy ]: identitySet [LastModifiedDateTime ]: Timestamp of the last modification of this protection unit. [OffboardRequestedDateTime ]: The time when protection unit offboard was requested. + [PendingRetentionPeriodChange ]: retentionPeriodChange + [(Any) ]: This indicates any property can be added to this object. + [EffectiveFromDateTime ]: + [Status ]: retentionPeriodChangeStatus + [TargetRetentionPeriodInDays ]: [PolicyId ]: The unique identifier of the protection policy based on which protection unit was created. [ProtectionSources ]: protectionSource [Status ]: protectionUnitStatus @@ -2155,12 +2754,19 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. + [BackupRetentionPeriodInDays ]: The retention period of the backup, in days. + [BillingPolicyId ]: The unique identifier of the billing policy assigned to the protection unit for cost allocation. [CreatedBy ]: identitySet [CreatedDateTime ]: The time of creation of the protection unit. [Error ]: publicError [LastModifiedBy ]: identitySet [LastModifiedDateTime ]: Timestamp of the last modification of this protection unit. [OffboardRequestedDateTime ]: The time when protection unit offboard was requested. + [PendingRetentionPeriodChange ]: retentionPeriodChange + [(Any) ]: This indicates any property can be added to this object. + [EffectiveFromDateTime ]: + [Status ]: retentionPeriodChangeStatus + [TargetRetentionPeriodInDays ]: [PolicyId ]: The unique identifier of the protection policy based on which protection unit was created. [ProtectionSources ]: protectionSource [Status ]: protectionUnitStatus @@ -2192,19 +2798,21 @@ Future value; don't use. Read-only. [DirectoryObjectIds ]: The list of directory object IDs that are added to the corresponding OneDrive for work or school restore session in a bulk operation. [Drives ]: The list of email addresses that are added to the corresponding OneDrive for work or school restore session in a bulk operation. - [GranularDriveRestoreArtifacts ]: - [BrowseSessionId ]: - [CompletionDateTime ]: - [RestorePointDateTime ]: - [RestoredItemKey ]: - [RestoredItemPath ]: - [RestoredItemWebUrl ]: - [StartDateTime ]: + [GranularDriveRestoreArtifacts ]: A collection of browse session id and item key details that can be used to restore OneDrive for work or school files and folders. + [BrowseSessionId ]: The unique identifier of the browseSession + [CompletionDateTime ]: Date time when the artifact's restoration completes. + [DestinationType ]: destinationType + [RestorePointDateTime ]: The restore point date time to which the artifact is restored. + [RestoredItemKey ]: The unique identifier for the restored artifact. + [RestoredItemPath ]: The path of the restored artifact. +It's the path of the folder where all the artifacts are restored within a granular restore session. + [RestoredItemWebUrl ]: The web url of the restored artifact. + [StartDateTime ]: The start time of the restoration. [Status ]: artifactRestoreStatus - [WebUrl ]: + [WebUrl ]: The original web url of the artifact being restored. [Id ]: The unique identifier for an entity. Read-only. - [DirectoryObjectId ]: + [DirectoryObjectId ]: Id of the drive in which artifact is present. PROTECTIONPOLICIES : List of protection policies in the tenant. [Id ]: The unique identifier for an entity. @@ -2224,11 +2832,14 @@ For example, in the access reviews decisions API, this property might record the [CreatedDateTime ]: The date and time when the policy 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, 2014 is 2014-01-01T00:00:00Z. - [DisplayName ]: The name of the policy to be created. + [DisplayName ]: The name of the policy. [IsEnabled ]: Indicates whether the policy is enabled. [LastModifiedBy ]: identitySet [LastModifiedDateTime ]: The date and time when the policy 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, 2014 is 2014-01-01T00:00:00Z. + [OffboardRequestedDateTime ]: The date and time when offboarding was requested for the protection policy. +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. [ProtectionMode ]: BackupPolicyProtectionMode [ProtectionPolicyArtifactCount ]: protectionPolicyArtifactCount @@ -2245,6 +2856,8 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. PROTECTIONUNITS : List of protection units in the tenant. [Id ]: The unique identifier for an entity. Read-only. + [BackupRetentionPeriodInDays ]: The retention period of the backup, in days. + [BillingPolicyId ]: The unique identifier of the billing policy assigned to the protection unit for cost allocation. [CreatedBy ]: identitySet [(Any) ]: This indicates any property can be added to this object. [Application ]: identity @@ -2275,6 +2888,11 @@ For example, in the access reviews decisions API, this property might record the [LastModifiedBy ]: identitySet [LastModifiedDateTime ]: Timestamp of the last modification of this protection unit. [OffboardRequestedDateTime ]: The time when protection unit offboard was requested. + [PendingRetentionPeriodChange ]: retentionPeriodChange + [(Any) ]: This indicates any property can be added to this object. + [EffectiveFromDateTime ]: + [Status ]: retentionPeriodChangeStatus + [TargetRetentionPeriodInDays ]: [PolicyId ]: The unique identifier of the protection policy based on which protection unit was created. [ProtectionSources ]: protectionSource [Status ]: protectionUnitStatus @@ -2288,6 +2906,8 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. + [BackupRetentionPeriodInDays ]: The retention period of the backup, in days. + [BillingPolicyId ]: The unique identifier of the billing policy assigned to the protection unit for cost allocation. [CreatedBy ]: identitySet [(Any) ]: This indicates any property can be added to this object. [Application ]: identity @@ -2318,6 +2938,11 @@ For example, in the access reviews decisions API, this property might record the [LastModifiedBy ]: identitySet [LastModifiedDateTime ]: Timestamp of the last modification of this protection unit. [OffboardRequestedDateTime ]: The time when protection unit offboard was requested. + [PendingRetentionPeriodChange ]: retentionPeriodChange + [(Any) ]: This indicates any property can be added to this object. + [EffectiveFromDateTime ]: + [Status ]: retentionPeriodChangeStatus + [TargetRetentionPeriodInDays ]: [PolicyId ]: The unique identifier of the protection policy based on which protection unit was created. [ProtectionSources ]: protectionSource [Status ]: protectionUnitStatus @@ -2405,9 +3030,11 @@ For example, in the access reviews decisions API, this property might record the [RestoreAllowedTillDateTime ]: The expiration time of the restoration allowed period. [Status ]: backupServiceStatus -SHAREPOINTBROWSESESSIONS : . - [BackupSizeInBytes ]: - [CreatedDateTime ]: +SHAREPOINTBROWSESESSIONS : The list of SharePoint browse sessions in the tenant. + [BackupSizeInBytes ]: The size of the backup in bytes. + [CreatedDateTime ]: The date and time when the browse session 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, 2014 is 2014-01-01T00:00:00Z. [Error ]: publicError [(Any) ]: This indicates any property can be added to this object. [Code ]: Represents the error code. @@ -2423,12 +3050,13 @@ SHAREPOINTBROWSESESSIONS : . [Target ]: The target of the error. [Message ]: A non-localized message for the developer. [Target ]: The target of the error. - [ExpirationDateTime ]: - [RestorePointDateTime ]: + [ExpirationDateTime ]: The date and time after which the browse session is deleted automatically. + [RestorePointDateTime ]: The date and time of the restore point on which the browse session is created. + [RestorePointId ]: [Status ]: browseSessionStatus [Id ]: The unique identifier for an entity. Read-only. - [SiteId ]: + [SiteId ]: Id of the backed-up SharePoint site. SHAREPOINTPROTECTIONPOLICIES : The list of SharePoint protection policies in the tenant. [BillingPolicyId ]: @@ -2446,11 +3074,14 @@ For example, in the access reviews decisions API, this property might record the [CreatedDateTime ]: The date and time when the policy 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, 2014 is 2014-01-01T00:00:00Z. - [DisplayName ]: The name of the policy to be created. + [DisplayName ]: The name of the policy. [IsEnabled ]: Indicates whether the policy is enabled. [LastModifiedBy ]: identitySet [LastModifiedDateTime ]: The date and time when the policy 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, 2014 is 2014-01-01T00:00:00Z. + [OffboardRequestedDateTime ]: The date and time when offboarding was requested for the protection policy. +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. [ProtectionMode ]: BackupPolicyProtectionMode [ProtectionPolicyArtifactCount ]: protectionPolicyArtifactCount @@ -2465,9 +3096,11 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Status ]: protectionPolicyStatus [Id ]: The unique identifier for an entity. Read-only. - [SiteInclusionRules ]: The rules associated with the SharePoint Protection policy. + [SiteExclusionUnits ]: The site exclusion units associated with the SharePoint protection policy. [CreatedBy ]: identitySet - [CreatedDateTime ]: The time of creation of the rule. + [CreatedDateTime ]: The date and time when the exclusion unit 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, 2014 is 2014-01-01T00:00:00Z. [Error ]: publicError [(Any) ]: This indicates any property can be added to this object. [Code ]: Represents the error code. @@ -2483,6 +3116,33 @@ Read-only. [Target ]: The target of the error. [Message ]: A non-localized message for the developer. [Target ]: The target of the error. + [LastModifiedBy ]: identitySet + [LastModifiedDateTime ]: The date and time when the exclusion unit 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, 2014 is 2014-01-01T00:00:00Z. + [PolicyId ]: The unique identifier of the protection policy that contains this exclusion unit. + [Id ]: The unique identifier for an entity. +Read-only. + [SiteId ]: The unique identifier of the SharePoint site. + [SiteExclusionUnitsBulkAdditionJobs ]: The list of bulk addition jobs for site exclusion units associated with the SharePoint protection policy. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the bulk addition job 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, 2014 is 2014-01-01T00:00:00Z. + [DisplayName ]: The display name of the bulk addition job. + [Error ]: publicError + [LastModifiedBy ]: identitySet + [LastModifiedDateTime ]: The date and time when the bulk addition job 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, 2014 is 2014-01-01T00:00:00Z. + [Status ]: exclusionUnitBulkJobStatus + [Id ]: The unique identifier for an entity. +Read-only. + [SiteWebUrls ]: The URLs of SharePoint sites to be added as exclusion units to the protection policy. + [SiteInclusionRules ]: The rules associated with the SharePoint Protection policy. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The time of creation of the rule. + [Error ]: publicError [IsAutoApplyEnabled ]: true indicates that the protection rule is dynamic; false that it's static. [LastModifiedBy ]: identitySet [LastModifiedDateTime ]: Timestamp of the last modification made to the rule. @@ -2492,12 +3152,19 @@ Read-only. [SiteExpression ]: Contains a site expression. For examples, see siteExpression example. [SiteProtectionUnits ]: The protection units (sites) that are protected under the site protection policy. + [BackupRetentionPeriodInDays ]: The retention period of the backup, in days. + [BillingPolicyId ]: The unique identifier of the billing policy assigned to the protection unit for cost allocation. [CreatedBy ]: identitySet [CreatedDateTime ]: The time of creation of the protection unit. [Error ]: publicError [LastModifiedBy ]: identitySet [LastModifiedDateTime ]: Timestamp of the last modification of this protection unit. [OffboardRequestedDateTime ]: The time when protection unit offboard was requested. + [PendingRetentionPeriodChange ]: retentionPeriodChange + [(Any) ]: This indicates any property can be added to this object. + [EffectiveFromDateTime ]: + [Status ]: retentionPeriodChangeStatus + [TargetRetentionPeriodInDays ]: [PolicyId ]: The unique identifier of the protection policy based on which protection unit was created. [ProtectionSources ]: protectionSource [Status ]: protectionUnitStatus @@ -2558,19 +3225,21 @@ For example, in the access reviews decisions API, this property might record the [Status ]: restoreSessionStatus [Id ]: The unique identifier for an entity. Read-only. - [GranularSiteRestoreArtifacts ]: - [BrowseSessionId ]: - [CompletionDateTime ]: - [RestorePointDateTime ]: - [RestoredItemKey ]: - [RestoredItemPath ]: - [RestoredItemWebUrl ]: - [StartDateTime ]: + [GranularSiteRestoreArtifacts ]: A collection of browse session id and item key details that can be used to restore SharePoint files and folders. + [BrowseSessionId ]: The unique identifier of the browseSession + [CompletionDateTime ]: Date time when the artifact's restoration completes. + [DestinationType ]: destinationType + [RestorePointDateTime ]: The restore point date time to which the artifact is restored. + [RestoredItemKey ]: The unique identifier for the restored artifact. + [RestoredItemPath ]: The path of the restored artifact. +It's the path of the folder where all the artifacts are restored within a granular restore session. + [RestoredItemWebUrl ]: The web url of the restored artifact. + [StartDateTime ]: The start time of the restoration. [Status ]: artifactRestoreStatus - [WebUrl ]: + [WebUrl ]: The original web url of the artifact being restored. [Id ]: The unique identifier for an entity. Read-only. - [SiteId ]: + [SiteId ]: Id of the site in which artifact is present. [SiteRestoreArtifacts ]: A collection of restore points and destination details that can be used to restore SharePoint sites. [CompletionDateTime ]: The time when restoration of restore artifact is completed. [DestinationType ]: destinationType @@ -2585,12 +3254,19 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. + [BackupRetentionPeriodInDays ]: The retention period of the backup, in days. + [BillingPolicyId ]: The unique identifier of the billing policy assigned to the protection unit for cost allocation. [CreatedBy ]: identitySet [CreatedDateTime ]: The time of creation of the protection unit. [Error ]: publicError [LastModifiedBy ]: identitySet [LastModifiedDateTime ]: Timestamp of the last modification of this protection unit. [OffboardRequestedDateTime ]: The time when protection unit offboard was requested. + [PendingRetentionPeriodChange ]: retentionPeriodChange + [(Any) ]: This indicates any property can be added to this object. + [EffectiveFromDateTime ]: + [Status ]: retentionPeriodChangeStatus + [TargetRetentionPeriodInDays ]: [PolicyId ]: The unique identifier of the protection policy based on which protection unit was created. [ProtectionSources ]: protectionSource [Status ]: protectionUnitStatus @@ -2623,6 +3299,85 @@ Read-only. [SiteIds ]: The list of SharePoint site IDs that are added to the corresponding SharePoint restore session in a bulk operation. [SiteWebUrls ]: The list of SharePoint site URLs that are added to the corresponding SharePoint restore session in a bulk operation. +SITEEXCLUSIONUNITS : The list of site exclusion units in the tenant. + [CreatedBy ]: identitySet + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(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. + [Device ]: identity + [User ]: identity + [CreatedDateTime ]: The date and time when the exclusion unit 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, 2014 is 2014-01-01T00:00:00Z. + [Error ]: publicError + [(Any) ]: This indicates any property can be added to this object. + [Code ]: Represents the error code. + [Details ]: Details of the error. + [Code ]: The error code. + [Message ]: The error message. + [Target ]: The target of the error. + [InnerError ]: publicInnerError + [(Any) ]: This indicates any property can be added to this object. + [Code ]: The error code. + [Details ]: A collection of error details. + [Message ]: The error message. + [Target ]: The target of the error. + [Message ]: A non-localized message for the developer. + [Target ]: The target of the error. + [LastModifiedBy ]: identitySet + [LastModifiedDateTime ]: The date and time when the exclusion unit 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, 2014 is 2014-01-01T00:00:00Z. + [PolicyId ]: The unique identifier of the protection policy that contains this exclusion unit. + [Id ]: The unique identifier for an entity. +Read-only. + [SiteId ]: The unique identifier of the SharePoint site. + +SITEEXCLUSIONUNITSBULKADDITIONJOBS : The list of bulk addition jobs for site exclusion units in the tenant. + [CreatedBy ]: identitySet + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(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. + [Device ]: identity + [User ]: identity + [CreatedDateTime ]: The date and time when the bulk addition job 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, 2014 is 2014-01-01T00:00:00Z. + [DisplayName ]: The display name of the bulk addition job. + [Error ]: publicError + [(Any) ]: This indicates any property can be added to this object. + [Code ]: Represents the error code. + [Details ]: Details of the error. + [Code ]: The error code. + [Message ]: The error message. + [Target ]: The target of the error. + [InnerError ]: publicInnerError + [(Any) ]: This indicates any property can be added to this object. + [Code ]: The error code. + [Details ]: A collection of error details. + [Message ]: The error message. + [Target ]: The target of the error. + [Message ]: A non-localized message for the developer. + [Target ]: The target of the error. + [LastModifiedBy ]: identitySet + [LastModifiedDateTime ]: The date and time when the bulk addition job 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, 2014 is 2014-01-01T00:00:00Z. + [Status ]: exclusionUnitBulkJobStatus + [Id ]: The unique identifier for an entity. +Read-only. + [SiteWebUrls ]: The URLs of SharePoint sites to be added as exclusion units to the protection policy. + SITEINCLUSIONRULES : The list of site inclusion rules applied to the tenant. [CreatedBy ]: identitySet [(Any) ]: This indicates any property can be added to this object. @@ -2661,6 +3416,8 @@ Read-only. For examples, see siteExpression example. SITEPROTECTIONUNITS : The list of site protection units in the tenant. + [BackupRetentionPeriodInDays ]: The retention period of the backup, in days. + [BillingPolicyId ]: The unique identifier of the billing policy assigned to the protection unit for cost allocation. [CreatedBy ]: identitySet [(Any) ]: This indicates any property can be added to this object. [Application ]: identity @@ -2691,6 +3448,11 @@ For example, in the access reviews decisions API, this property might record the [LastModifiedBy ]: identitySet [LastModifiedDateTime ]: Timestamp of the last modification of this protection unit. [OffboardRequestedDateTime ]: The time when protection unit offboard was requested. + [PendingRetentionPeriodChange ]: retentionPeriodChange + [(Any) ]: This indicates any property can be added to this object. + [EffectiveFromDateTime ]: + [Status ]: retentionPeriodChangeStatus + [TargetRetentionPeriodInDays ]: [PolicyId ]: The unique identifier of the protection policy based on which protection unit was created. [ProtectionSources ]: protectionSource [Status ]: protectionUnitStatus diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Update-MgBetaSolutionBackupRestoreActivityLog.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Update-MgBetaSolutionBackupRestoreActivityLog.md new file mode 100644 index 0000000000000..1e47cfffd3a84 --- /dev/null +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Update-MgBetaSolutionBackupRestoreActivityLog.md @@ -0,0 +1,762 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/update-mgbetasolutionbackuprestoreactivitylog +Locale: en-US +Module Name: Microsoft.Graph.Beta.BackupRestore +ms.date: 07/10/2026 +PlatyPS schema version: 2024-05-01 +title: Update-MgBetaSolutionBackupRestoreActivityLog +--- + +# Update-MgBetaSolutionBackupRestoreActivityLog + +## SYNOPSIS + +Update the navigation property activityLogs in solutions + +## SYNTAX + +### UpdateExpanded (Default) + +``` +Update-MgBetaSolutionBackupRestoreActivityLog -ActivityLogBaseId + [-ResponseHeadersVariable ] [-ActivityType ] [-AdditionalProperties ] + [-Error ] [-EventDateTime ] [-Id ] + [-PerformedBy ] [-ResultStatus ] [-ServiceType ] [-Severity ] + [-Break] [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +### Update + +``` +Update-MgBetaSolutionBackupRestoreActivityLog -ActivityLogBaseId + -BodyParameter [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +### UpdateViaIdentityExpanded + +``` +Update-MgBetaSolutionBackupRestoreActivityLog -InputObject + [-ResponseHeadersVariable ] [-ActivityType ] [-AdditionalProperties ] + [-Error ] [-EventDateTime ] [-Id ] + [-PerformedBy ] [-ResultStatus ] [-ServiceType ] [-Severity ] + [-Break] [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +### UpdateViaIdentity + +``` +Update-MgBetaSolutionBackupRestoreActivityLog -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 activityLogs in solutions + +## PARAMETERS + +### -ActivityLogBaseId + +The unique identifier of activityLogBase + +```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: '' +``` + +### -ActivityType + +activityLogOperationType + +```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: '' +``` + +### -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 + +activityLogBase +To construct, see NOTES section for BODYPARAMETER properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphActivityLogBase +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: '' +``` + +### -Error + +publicError +To construct, see NOTES section for ERROR properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphPublicError +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: '' +``` + +### -EventDateTime + + + +```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: '' +``` + +### -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: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IBackupRestoreIdentity +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: '' +``` + +### -PerformedBy + + + +```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: '' +``` + +### -ResultStatus + +activityLogResultStatus + +```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: '' +``` + +### -ServiceType + +serviceType + +```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: '' +``` + +### -Severity + +activityLogSeverity + +```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: '' +``` + +### -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.IBackupRestoreIdentity + +{{ Fill in the Description }} + +### Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphActivityLogBase + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphActivityLogBase + +{{ 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 ``: activityLogBase + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [ActivityType ]: activityLogOperationType + [Error ]: publicError + [(Any) ]: This indicates any property can be added to this object. + [Code ]: Represents the error code. + [Details ]: Details of the error. + [Code ]: The error code. + [Message ]: The error message. + [Target ]: The target of the error. + [InnerError ]: publicInnerError + [(Any) ]: This indicates any property can be added to this object. + [Code ]: The error code. + [Details ]: A collection of error details. + [Message ]: The error message. + [Target ]: The target of the error. + [Message ]: A non-localized message for the developer. + [Target ]: The target of the error. + [EventDateTime ]: + [PerformedBy ]: + [ResultStatus ]: activityLogResultStatus + [ServiceType ]: serviceType + [Severity ]: activityLogSeverity + +ERROR ``: publicError + [(Any) ]: This indicates any property can be added to this object. + [Code ]: Represents the error code. + [Details ]: Details of the error. + [Code ]: The error code. + [Message ]: The error message. + [Target ]: The target of the error. + [InnerError ]: publicInnerError + [(Any) ]: This indicates any property can be added to this object. + [Code ]: The error code. + [Details ]: A collection of error details. + [Message ]: The error message. + [Target ]: The target of the error. + [Message ]: A non-localized message for the developer. + [Target ]: The target of the error. + +INPUTOBJECT ``: Identity Parameter + [ActivityLogBaseId ]: The unique identifier of activityLogBase + [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob + [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule + [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit + [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob + [DriveRestoreArtifactId ]: The unique identifier of driveRestoreArtifact + [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest + [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy + [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase + [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact + [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact + [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob + [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule + [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit + [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob + [MailboxRestoreArtifactId ]: The unique identifier of mailboxRestoreArtifact + [MailboxRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of mailboxRestoreArtifactsBulkAdditionRequest + [NextFetchToken ]: Usage: nextFetchToken='{nextFetchToken}' + [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession + [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy + [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' + [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase + [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase + [RestorePointId ]: The unique identifier of restorePoint + [RestoreSessionBaseId ]: The unique identifier of restoreSessionBase + [ServiceAppId ]: The unique identifier of serviceApp + [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession + [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy + [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob + [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule + [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit + [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob + [SiteRestoreArtifactId ]: The unique identifier of siteRestoreArtifact + [SiteRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of siteRestoreArtifactsBulkAdditionRequest + + +## RELATED LINKS + +- [Update-MgBetaSolutionBackupRestoreActivityLog](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/update-mgbetasolutionbackuprestoreactivitylog) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Update-MgBetaSolutionBackupRestoreBrowseSession.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Update-MgBetaSolutionBackupRestoreBrowseSession.md index 67696912acbca..2873ab1f9d5e9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Update-MgBetaSolutionBackupRestoreBrowseSession.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Update-MgBetaSolutionBackupRestoreBrowseSession.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/update-mgbetasolutionbackuprestorebrowsesession Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaSolutionBackupRestoreBrowseSession --- @@ -15,6 +15,9 @@ title: Update-MgBetaSolutionBackupRestoreBrowseSession Update the navigation property browseSessions in solutions +> [!NOTE] +> To view the v1.0 release of this cmdlet, view [Update-MgSolutionBackupRestoreBrowseSession](/powershell/module/Microsoft.Graph.BackupRestore/Update-MgSolutionBackupRestoreBrowseSession?view=graph-powershell-1.0) + ## SYNTAX ### UpdateExpanded (Default) @@ -24,9 +27,9 @@ Update-MgBetaSolutionBackupRestoreBrowseSession -BrowseSessionBaseId [-ResponseHeadersVariable ] [-AdditionalProperties ] [-BackupSizeInBytes ] [-CreatedDateTime ] [-Error ] [-ExpirationDateTime ] [-Id ] [-RestorePointDateTime ] - [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] - [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-RestorePointId ] [-Status ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -36,7 +39,7 @@ Update-MgBetaSolutionBackupRestoreBrowseSession -BrowseSessionBaseId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -46,9 +49,9 @@ Update-MgBetaSolutionBackupRestoreBrowseSession -InputObject ] [-AdditionalProperties ] [-BackupSizeInBytes ] [-CreatedDateTime ] [-Error ] [-ExpirationDateTime ] [-Id ] [-RestorePointDateTime ] - [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] - [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-RestorePointId ] [-Status ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -58,7 +61,7 @@ Update-MgBetaSolutionBackupRestoreBrowseSession -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -101,7 +104,7 @@ HelpMessage: '' ### -BackupSizeInBytes - +The size of the backup in bytes. ```yaml Type: System.String @@ -226,7 +229,9 @@ HelpMessage: '' ### -CreatedDateTime - +The date and time when the browse session 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, 2014 is 2014-01-01T00:00:00Z. ```yaml Type: System.DateTime @@ -281,7 +286,7 @@ HelpMessage: '' ### -ExpirationDateTime - +The date and time after which the browse session is deleted automatically. ```yaml Type: System.DateTime @@ -512,7 +517,7 @@ HelpMessage: '' ### -RestorePointDateTime - +The date and time of the restore point on which the browse session is created. ```yaml Type: System.DateTime @@ -537,6 +542,33 @@ AcceptedValues: [] HelpMessage: '' ``` +### -RestorePointId + + + +```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: '' +``` + ### -Status browseSessionStatus @@ -624,8 +656,10 @@ BODYPARAMETER ``: browseSessionBase [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [BackupSizeInBytes ]: - [CreatedDateTime ]: + [BackupSizeInBytes ]: The size of the backup in bytes. + [CreatedDateTime ]: The date and time when the browse session 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, 2014 is 2014-01-01T00:00:00Z. [Error ]: publicError [(Any) ]: This indicates any property can be added to this object. [Code ]: Represents the error code. @@ -641,8 +675,9 @@ Read-only. [Target ]: The target of the error. [Message ]: A non-localized message for the developer. [Target ]: The target of the error. - [ExpirationDateTime ]: - [RestorePointDateTime ]: + [ExpirationDateTime ]: The date and time after which the browse session is deleted automatically. + [RestorePointDateTime ]: The date and time of the restore point on which the browse session is created. + [RestorePointId ]: [Status ]: browseSessionStatus ERROR ``: publicError @@ -662,7 +697,10 @@ ERROR ``: publicError [Target ]: The target of the error. INPUTOBJECT ``: Identity Parameter + [ActivityLogBaseId ]: The unique identifier of activityLogBase [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -670,9 +708,12 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob @@ -682,6 +723,7 @@ INPUTOBJECT ``: Identity Parameter [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase [RestorePointId ]: The unique identifier of restorePoint @@ -690,6 +732,8 @@ INPUTOBJECT ``: Identity Parameter [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Update-MgBetaSolutionBackupRestoreDriveExclusionUnit.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Update-MgBetaSolutionBackupRestoreDriveExclusionUnit.md new file mode 100644 index 0000000000000..1a036d99a15f7 --- /dev/null +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Update-MgBetaSolutionBackupRestoreDriveExclusionUnit.md @@ -0,0 +1,808 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/update-mgbetasolutionbackuprestoredriveexclusionunit +Locale: en-US +Module Name: Microsoft.Graph.Beta.BackupRestore +ms.date: 07/10/2026 +PlatyPS schema version: 2024-05-01 +title: Update-MgBetaSolutionBackupRestoreDriveExclusionUnit +--- + +# Update-MgBetaSolutionBackupRestoreDriveExclusionUnit + +## SYNOPSIS + +Update the navigation property driveExclusionUnits in solutions + +## SYNTAX + +### UpdateExpanded (Default) + +``` +Update-MgBetaSolutionBackupRestoreDriveExclusionUnit -DriveExclusionUnitId + [-ResponseHeadersVariable ] [-AdditionalProperties ] + [-CreatedBy ] [-CreatedDateTime ] + [-DirectoryObjectId ] [-Error ] [-Id ] + [-LastModifiedBy ] [-LastModifiedDateTime ] + [-PolicyId ] [-Break] [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +### Update + +``` +Update-MgBetaSolutionBackupRestoreDriveExclusionUnit -DriveExclusionUnitId + -BodyParameter [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +### UpdateViaIdentityExpanded + +``` +Update-MgBetaSolutionBackupRestoreDriveExclusionUnit -InputObject + [-ResponseHeadersVariable ] [-AdditionalProperties ] + [-CreatedBy ] [-CreatedDateTime ] + [-DirectoryObjectId ] [-Error ] [-Id ] + [-LastModifiedBy ] [-LastModifiedDateTime ] + [-PolicyId ] [-Break] [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +### UpdateViaIdentity + +``` +Update-MgBetaSolutionBackupRestoreDriveExclusionUnit -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 driveExclusionUnits in solutions + +## 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 + +driveExclusionUnit +To construct, see NOTES section for BODYPARAMETER properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphDriveExclusionUnit +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: '' +``` + +### -CreatedBy + +identitySet +To construct, see NOTES section for CREATEDBY properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphIdentitySet +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: '' +``` + +### -CreatedDateTime + +The date and time when the exclusion unit 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, 2014 is 2014-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: '' +``` + +### -DirectoryObjectId + +The unique identifier of the directory object (user) associated with the drive. + +```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: '' +``` + +### -DriveExclusionUnitId + +The unique identifier of driveExclusionUnit + +```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: '' +``` + +### -Error + +publicError +To construct, see NOTES section for ERROR properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphPublicError +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: '' +``` + +### -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: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IBackupRestoreIdentity +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: '' +``` + +### -LastModifiedBy + +identitySet +To construct, see NOTES section for LASTMODIFIEDBY properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphIdentitySet +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: '' +``` + +### -LastModifiedDateTime + +The date and time when the exclusion unit 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, 2014 is 2014-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: '' +``` + +### -PolicyId + +The unique identifier of the protection policy that contains this exclusion unit. + +```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.IBackupRestoreIdentity + +{{ Fill in the Description }} + +### Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphDriveExclusionUnit + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphDriveExclusionUnit + +{{ 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 ``: driveExclusionUnit + [(Any) ]: This indicates any property can be added to this object. + [CreatedBy ]: identitySet + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(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. + [Device ]: identity + [User ]: identity + [CreatedDateTime ]: The date and time when the exclusion unit 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, 2014 is 2014-01-01T00:00:00Z. + [Error ]: publicError + [(Any) ]: This indicates any property can be added to this object. + [Code ]: Represents the error code. + [Details ]: Details of the error. + [Code ]: The error code. + [Message ]: The error message. + [Target ]: The target of the error. + [InnerError ]: publicInnerError + [(Any) ]: This indicates any property can be added to this object. + [Code ]: The error code. + [Details ]: A collection of error details. + [Message ]: The error message. + [Target ]: The target of the error. + [Message ]: A non-localized message for the developer. + [Target ]: The target of the error. + [LastModifiedBy ]: identitySet + [LastModifiedDateTime ]: The date and time when the exclusion unit 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, 2014 is 2014-01-01T00:00:00Z. + [PolicyId ]: The unique identifier of the protection policy that contains this exclusion unit. + [Id ]: The unique identifier for an entity. +Read-only. + [DirectoryObjectId ]: The unique identifier of the directory object (user) associated with the drive. + +CREATEDBY ``: identitySet + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(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. + [Device ]: identity + [User ]: identity + +ERROR ``: publicError + [(Any) ]: This indicates any property can be added to this object. + [Code ]: Represents the error code. + [Details ]: Details of the error. + [Code ]: The error code. + [Message ]: The error message. + [Target ]: The target of the error. + [InnerError ]: publicInnerError + [(Any) ]: This indicates any property can be added to this object. + [Code ]: The error code. + [Details ]: A collection of error details. + [Message ]: The error message. + [Target ]: The target of the error. + [Message ]: A non-localized message for the developer. + [Target ]: The target of the error. + +INPUTOBJECT ``: Identity Parameter + [ActivityLogBaseId ]: The unique identifier of activityLogBase + [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob + [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule + [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit + [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob + [DriveRestoreArtifactId ]: The unique identifier of driveRestoreArtifact + [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest + [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy + [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase + [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact + [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact + [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob + [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule + [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit + [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob + [MailboxRestoreArtifactId ]: The unique identifier of mailboxRestoreArtifact + [MailboxRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of mailboxRestoreArtifactsBulkAdditionRequest + [NextFetchToken ]: Usage: nextFetchToken='{nextFetchToken}' + [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession + [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy + [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' + [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase + [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase + [RestorePointId ]: The unique identifier of restorePoint + [RestoreSessionBaseId ]: The unique identifier of restoreSessionBase + [ServiceAppId ]: The unique identifier of serviceApp + [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession + [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy + [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob + [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule + [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit + [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob + [SiteRestoreArtifactId ]: The unique identifier of siteRestoreArtifact + [SiteRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of siteRestoreArtifactsBulkAdditionRequest + +LASTMODIFIEDBY ``: identitySet + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(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. + [Device ]: identity + [User ]: identity + + +## RELATED LINKS + +- [Update-MgBetaSolutionBackupRestoreDriveExclusionUnit](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/update-mgbetasolutionbackuprestoredriveexclusionunit) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Update-MgBetaSolutionBackupRestoreDriveExclusionUnitBulkAdditionJob.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Update-MgBetaSolutionBackupRestoreDriveExclusionUnitBulkAdditionJob.md new file mode 100644 index 0000000000000..db38bd371798f --- /dev/null +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Update-MgBetaSolutionBackupRestoreDriveExclusionUnitBulkAdditionJob.md @@ -0,0 +1,838 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/update-mgbetasolutionbackuprestoredriveexclusionunitbulkadditionjob +Locale: en-US +Module Name: Microsoft.Graph.Beta.BackupRestore +ms.date: 07/10/2026 +PlatyPS schema version: 2024-05-01 +title: Update-MgBetaSolutionBackupRestoreDriveExclusionUnitBulkAdditionJob +--- + +# Update-MgBetaSolutionBackupRestoreDriveExclusionUnitBulkAdditionJob + +## SYNOPSIS + +Update the navigation property driveExclusionUnitsBulkAdditionJobs in solutions + +## SYNTAX + +### UpdateExpanded (Default) + +``` +Update-MgBetaSolutionBackupRestoreDriveExclusionUnitBulkAdditionJob + -DriveExclusionUnitsBulkAdditionJobId [-ResponseHeadersVariable ] + [-AdditionalProperties ] [-CreatedBy ] + [-CreatedDateTime ] [-DisplayName ] [-Drives ] + [-Error ] [-Id ] [-LastModifiedBy ] + [-LastModifiedDateTime ] [-Status ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +### Update + +``` +Update-MgBetaSolutionBackupRestoreDriveExclusionUnitBulkAdditionJob + -DriveExclusionUnitsBulkAdditionJobId + -BodyParameter + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +### UpdateViaIdentityExpanded + +``` +Update-MgBetaSolutionBackupRestoreDriveExclusionUnitBulkAdditionJob + -InputObject [-ResponseHeadersVariable ] + [-AdditionalProperties ] [-CreatedBy ] + [-CreatedDateTime ] [-DisplayName ] [-Drives ] + [-Error ] [-Id ] [-LastModifiedBy ] + [-LastModifiedDateTime ] [-Status ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +### UpdateViaIdentity + +``` +Update-MgBetaSolutionBackupRestoreDriveExclusionUnitBulkAdditionJob + -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 driveExclusionUnitsBulkAdditionJobs in solutions + +## 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 + +driveExclusionUnitsBulkAdditionJob +To construct, see NOTES section for BODYPARAMETER properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphDriveExclusionUnitsBulkAdditionJob +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: '' +``` + +### -CreatedBy + +identitySet +To construct, see NOTES section for CREATEDBY properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphIdentitySet +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: '' +``` + +### -CreatedDateTime + +The date and time when the bulk addition job 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, 2014 is 2014-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: '' +``` + +### -DisplayName + +The display name of the bulk addition job. + +```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: '' +``` + +### -DriveExclusionUnitsBulkAdditionJobId + +The unique identifier of driveExclusionUnitsBulkAdditionJob + +```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: '' +``` + +### -Drives + +The email addresses or user principal names of the users whose OneDrive drives are to be added as exclusion units to the protection policy. + +```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: '' +``` + +### -Error + +publicError +To construct, see NOTES section for ERROR properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphPublicError +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: '' +``` + +### -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: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IBackupRestoreIdentity +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: '' +``` + +### -LastModifiedBy + +identitySet +To construct, see NOTES section for LASTMODIFIEDBY properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphIdentitySet +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: '' +``` + +### -LastModifiedDateTime + +The date and time when the bulk addition job 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, 2014 is 2014-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: '' +``` + +### -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: '' +``` + +### -Status + +exclusionUnitBulkJobStatus + +```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: '' +``` + +### -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.IBackupRestoreIdentity + +{{ Fill in the Description }} + +### Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphDriveExclusionUnitsBulkAdditionJob + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphDriveExclusionUnitsBulkAdditionJob + +{{ 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 ``: driveExclusionUnitsBulkAdditionJob + [(Any) ]: This indicates any property can be added to this object. + [CreatedBy ]: identitySet + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(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. + [Device ]: identity + [User ]: identity + [CreatedDateTime ]: The date and time when the bulk addition job 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, 2014 is 2014-01-01T00:00:00Z. + [DisplayName ]: The display name of the bulk addition job. + [Error ]: publicError + [(Any) ]: This indicates any property can be added to this object. + [Code ]: Represents the error code. + [Details ]: Details of the error. + [Code ]: The error code. + [Message ]: The error message. + [Target ]: The target of the error. + [InnerError ]: publicInnerError + [(Any) ]: This indicates any property can be added to this object. + [Code ]: The error code. + [Details ]: A collection of error details. + [Message ]: The error message. + [Target ]: The target of the error. + [Message ]: A non-localized message for the developer. + [Target ]: The target of the error. + [LastModifiedBy ]: identitySet + [LastModifiedDateTime ]: The date and time when the bulk addition job 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, 2014 is 2014-01-01T00:00:00Z. + [Status ]: exclusionUnitBulkJobStatus + [Id ]: The unique identifier for an entity. +Read-only. + [Drives ]: The email addresses or user principal names of the users whose OneDrive drives are to be added as exclusion units to the protection policy. + +CREATEDBY ``: identitySet + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(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. + [Device ]: identity + [User ]: identity + +ERROR ``: publicError + [(Any) ]: This indicates any property can be added to this object. + [Code ]: Represents the error code. + [Details ]: Details of the error. + [Code ]: The error code. + [Message ]: The error message. + [Target ]: The target of the error. + [InnerError ]: publicInnerError + [(Any) ]: This indicates any property can be added to this object. + [Code ]: The error code. + [Details ]: A collection of error details. + [Message ]: The error message. + [Target ]: The target of the error. + [Message ]: A non-localized message for the developer. + [Target ]: The target of the error. + +INPUTOBJECT ``: Identity Parameter + [ActivityLogBaseId ]: The unique identifier of activityLogBase + [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob + [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule + [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit + [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob + [DriveRestoreArtifactId ]: The unique identifier of driveRestoreArtifact + [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest + [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy + [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase + [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact + [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact + [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob + [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule + [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit + [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob + [MailboxRestoreArtifactId ]: The unique identifier of mailboxRestoreArtifact + [MailboxRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of mailboxRestoreArtifactsBulkAdditionRequest + [NextFetchToken ]: Usage: nextFetchToken='{nextFetchToken}' + [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession + [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy + [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' + [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase + [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase + [RestorePointId ]: The unique identifier of restorePoint + [RestoreSessionBaseId ]: The unique identifier of restoreSessionBase + [ServiceAppId ]: The unique identifier of serviceApp + [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession + [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy + [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob + [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule + [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit + [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob + [SiteRestoreArtifactId ]: The unique identifier of siteRestoreArtifact + [SiteRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of siteRestoreArtifactsBulkAdditionRequest + +LASTMODIFIEDBY ``: identitySet + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(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. + [Device ]: identity + [User ]: identity + + +## RELATED LINKS + +- [Update-MgBetaSolutionBackupRestoreDriveExclusionUnitBulkAdditionJob](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/update-mgbetasolutionbackuprestoredriveexclusionunitbulkadditionjob) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Update-MgBetaSolutionBackupRestoreDriveInclusionRule.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Update-MgBetaSolutionBackupRestoreDriveInclusionRule.md index c2410a87346d1..360bdcc0dc1e3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Update-MgBetaSolutionBackupRestoreDriveInclusionRule.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Update-MgBetaSolutionBackupRestoreDriveInclusionRule.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/update-mgbetasolutionbackuprestoredriveinclusionrule Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaSolutionBackupRestoreDriveInclusionRule --- @@ -30,7 +30,7 @@ Update-MgBetaSolutionBackupRestoreDriveInclusionRule -DriveProtectionRuleId ] [-LastModifiedDateTime ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -40,7 +40,7 @@ Update-MgBetaSolutionBackupRestoreDriveInclusionRule -DriveProtectionRuleId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -53,7 +53,7 @@ Update-MgBetaSolutionBackupRestoreDriveInclusionRule -InputObject ] [-LastModifiedDateTime ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -63,7 +63,7 @@ Update-MgBetaSolutionBackupRestoreDriveInclusionRule -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -749,7 +749,10 @@ ERROR ``: publicError [Target ]: The target of the error. INPUTOBJECT ``: Identity Parameter + [ActivityLogBaseId ]: The unique identifier of activityLogBase [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -757,9 +760,12 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob @@ -769,6 +775,7 @@ INPUTOBJECT ``: Identity Parameter [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase [RestorePointId ]: The unique identifier of restorePoint @@ -777,6 +784,8 @@ INPUTOBJECT ``: Identity Parameter [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Update-MgBetaSolutionBackupRestoreDriveProtectionUnit.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Update-MgBetaSolutionBackupRestoreDriveProtectionUnit.md index b6a8d208ff02b..3513e8f9c0042 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Update-MgBetaSolutionBackupRestoreDriveProtectionUnit.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Update-MgBetaSolutionBackupRestoreDriveProtectionUnit.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/update-mgbetasolutionbackuprestoredriveprotectionunit Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaSolutionBackupRestoreDriveProtectionUnit --- @@ -25,13 +25,15 @@ Update the navigation property driveProtectionUnits in solutions ``` Update-MgBetaSolutionBackupRestoreDriveProtectionUnit -DriveProtectionUnitId [-ResponseHeadersVariable ] [-AdditionalProperties ] + [-BackupRetentionPeriodInDays ] [-BillingPolicyId ] [-CreatedBy ] [-CreatedDateTime ] [-DirectoryObjectId ] [-Error ] [-Id ] [-LastModifiedBy ] [-LastModifiedDateTime ] - [-OffboardRequestedDateTime ] [-PolicyId ] [-ProtectionSources ] - [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] - [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-OffboardRequestedDateTime ] + [-PendingRetentionPeriodChange ] [-PolicyId ] + [-ProtectionSources ] [-Status ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -41,7 +43,7 @@ Update-MgBetaSolutionBackupRestoreDriveProtectionUnit -DriveProtectionUnitId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -49,13 +51,15 @@ Update-MgBetaSolutionBackupRestoreDriveProtectionUnit -DriveProtectionUnitId [-ResponseHeadersVariable ] [-AdditionalProperties ] + [-BackupRetentionPeriodInDays ] [-BillingPolicyId ] [-CreatedBy ] [-CreatedDateTime ] [-DirectoryObjectId ] [-Error ] [-Id ] [-LastModifiedBy ] [-LastModifiedDateTime ] - [-OffboardRequestedDateTime ] [-PolicyId ] [-ProtectionSources ] - [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] - [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-OffboardRequestedDateTime ] + [-PendingRetentionPeriodChange ] [-PolicyId ] + [-ProtectionSources ] [-Status ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -65,7 +69,7 @@ Update-MgBetaSolutionBackupRestoreDriveProtectionUnit -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -106,6 +110,60 @@ AcceptedValues: [] HelpMessage: '' ``` +### -BackupRetentionPeriodInDays + +The retention period of the backup, in days. + +```yaml +Type: System.Int32 +DefaultValue: 0 +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: '' +``` + +### -BillingPolicyId + +The unique identifier of the billing policy assigned to the protection unit for cost allocation. + +```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: '' +``` + ### -BodyParameter driveProtectionUnit @@ -515,6 +573,34 @@ AcceptedValues: [] HelpMessage: '' ``` +### -PendingRetentionPeriodChange + +retentionPeriodChange +To construct, see NOTES section for PENDINGRETENTIONPERIODCHANGE properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphRetentionPeriodChange +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: '' +``` + ### -PolicyId The unique identifier of the protection policy based on which protection unit was created. @@ -739,6 +825,8 @@ For information on hash tables, run Get-Help about_Hash_Tables. BODYPARAMETER ``: driveProtectionUnit [(Any) ]: This indicates any property can be added to this object. + [BackupRetentionPeriodInDays ]: The retention period of the backup, in days. + [BillingPolicyId ]: The unique identifier of the billing policy assigned to the protection unit for cost allocation. [CreatedBy ]: identitySet [(Any) ]: This indicates any property can be added to this object. [Application ]: identity @@ -769,6 +857,11 @@ For example, in the access reviews decisions API, this property might record the [LastModifiedBy ]: identitySet [LastModifiedDateTime ]: Timestamp of the last modification of this protection unit. [OffboardRequestedDateTime ]: The time when protection unit offboard was requested. + [PendingRetentionPeriodChange ]: retentionPeriodChange + [(Any) ]: This indicates any property can be added to this object. + [EffectiveFromDateTime ]: + [Status ]: retentionPeriodChangeStatus + [TargetRetentionPeriodInDays ]: [PolicyId ]: The unique identifier of the protection policy based on which protection unit was created. [ProtectionSources ]: protectionSource [Status ]: protectionUnitStatus @@ -805,7 +898,10 @@ ERROR ``: publicError [Target ]: The target of the error. INPUTOBJECT ``: Identity Parameter + [ActivityLogBaseId ]: The unique identifier of activityLogBase [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -813,9 +909,12 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob @@ -825,6 +924,7 @@ INPUTOBJECT ``: Identity Parameter [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase [RestorePointId ]: The unique identifier of restorePoint @@ -833,6 +933,8 @@ INPUTOBJECT ``: Identity Parameter [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob @@ -851,6 +953,12 @@ For example, in the access reviews decisions API, this property might record the [Device ]: identity [User ]: identity +PENDINGRETENTIONPERIODCHANGE ``: retentionPeriodChange + [(Any) ]: This indicates any property can be added to this object. + [EffectiveFromDateTime ]: + [Status ]: retentionPeriodChangeStatus + [TargetRetentionPeriodInDays ]: + ## RELATED LINKS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Update-MgBetaSolutionBackupRestoreDriveProtectionUnitBulkAdditionJob.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Update-MgBetaSolutionBackupRestoreDriveProtectionUnitBulkAdditionJob.md index cf68b7a4961a4..68b0d9ea2e881 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Update-MgBetaSolutionBackupRestoreDriveProtectionUnitBulkAdditionJob.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Update-MgBetaSolutionBackupRestoreDriveProtectionUnitBulkAdditionJob.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/update-mgbetasolutionbackuprestoredriveprotectionunitbulkadditionjob Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaSolutionBackupRestoreDriveProtectionUnitBulkAdditionJob --- @@ -31,7 +31,7 @@ Update-MgBetaSolutionBackupRestoreDriveProtectionUnitBulkAdditionJob [-LastModifiedBy ] [-LastModifiedDateTime ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -43,7 +43,6 @@ Update-MgBetaSolutionBackupRestoreDriveProtectionUnitBulkAdditionJob [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -57,7 +56,7 @@ Update-MgBetaSolutionBackupRestoreDriveProtectionUnitBulkAdditionJob [-LastModifiedBy ] [-LastModifiedDateTime ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -69,7 +68,6 @@ Update-MgBetaSolutionBackupRestoreDriveProtectionUnitBulkAdditionJob [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -781,7 +779,10 @@ ERROR ``: publicError [Target ]: The target of the error. INPUTOBJECT ``: Identity Parameter + [ActivityLogBaseId ]: The unique identifier of activityLogBase [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -789,9 +790,12 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob @@ -801,6 +805,7 @@ INPUTOBJECT ``: Identity Parameter [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase [RestorePointId ]: The unique identifier of restorePoint @@ -809,6 +814,8 @@ INPUTOBJECT ``: Identity Parameter [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Update-MgBetaSolutionBackupRestoreEmailNotificationSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Update-MgBetaSolutionBackupRestoreEmailNotificationSetting.md index 068eaa5754ae3..14816b68872d2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Update-MgBetaSolutionBackupRestoreEmailNotificationSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Update-MgBetaSolutionBackupRestoreEmailNotificationSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/update-mgbetasolutionbackuprestoreemailnotificationsetting Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaSolutionBackupRestoreEmailNotificationSetting --- @@ -25,7 +25,6 @@ Update-MgBetaSolutionBackupRestoreEmailNotificationSetting [-ResponseHeadersVari [-Recipients ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -35,7 +34,7 @@ Update-MgBetaSolutionBackupRestoreEmailNotificationSetting -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.BackupRestore/Update-MgBetaSolutionBackupRestoreExchangeProtectionPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Update-MgBetaSolutionBackupRestoreExchangeProtectionPolicy.md index be7858f5e11fe..d72e3a1726d02 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Update-MgBetaSolutionBackupRestoreExchangeProtectionPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Update-MgBetaSolutionBackupRestoreExchangeProtectionPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/update-mgbetasolutionbackuprestoreexchangeprotectionpolicy Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaSolutionBackupRestoreExchangeProtectionPolicy --- @@ -28,16 +28,17 @@ Update-MgBetaSolutionBackupRestoreExchangeProtectionPolicy -ExchangeProtectionPo [-ResponseHeadersVariable ] [-AdditionalProperties ] [-BillingPolicyId ] [-CreatedBy ] [-CreatedDateTime ] [-DisplayName ] [-Id ] [-IsEnabled] [-LastModifiedBy ] - [-LastModifiedDateTime ] + [-LastModifiedDateTime ] [-MailboxExclusionUnits ] + [-MailboxExclusionUnitsBulkAdditionJobs ] [-MailboxInclusionRules ] [-MailboxProtectionUnits ] [-MailboxProtectionUnitsBulkAdditionJobs ] - [-ProtectionMode ] + [-OffboardRequestedDateTime ] [-ProtectionMode ] [-ProtectionPolicyArtifactCount ] [-RetentionSettings ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -47,7 +48,7 @@ Update-MgBetaSolutionBackupRestoreExchangeProtectionPolicy -ExchangeProtectionPo -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -57,16 +58,17 @@ Update-MgBetaSolutionBackupRestoreExchangeProtectionPolicy -InputObject ] [-AdditionalProperties ] [-BillingPolicyId ] [-CreatedBy ] [-CreatedDateTime ] [-DisplayName ] [-Id ] [-IsEnabled] [-LastModifiedBy ] - [-LastModifiedDateTime ] + [-LastModifiedDateTime ] [-MailboxExclusionUnits ] + [-MailboxExclusionUnitsBulkAdditionJobs ] [-MailboxInclusionRules ] [-MailboxProtectionUnits ] [-MailboxProtectionUnitsBulkAdditionJobs ] - [-ProtectionMode ] + [-OffboardRequestedDateTime ] [-ProtectionMode ] [-ProtectionPolicyArtifactCount ] [-RetentionSettings ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -76,7 +78,7 @@ Update-MgBetaSolutionBackupRestoreExchangeProtectionPolicy -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -275,7 +277,7 @@ HelpMessage: '' ### -DisplayName -The name of the policy to be created. +The name of the policy. ```yaml Type: System.String @@ -530,6 +532,62 @@ AcceptedValues: [] HelpMessage: '' ``` +### -MailboxExclusionUnits + +The mailbox exclusion units associated with the Exchange protection policy. +To construct, see NOTES section for MAILBOXEXCLUSIONUNITS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphMailboxExclusionUnit[] +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: '' +``` + +### -MailboxExclusionUnitsBulkAdditionJobs + +The list of bulk addition jobs for mailbox exclusion units associated with the Exchange protection policy. +To construct, see NOTES section for MAILBOXEXCLUSIONUNITSBULKADDITIONJOBS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphMailboxExclusionUnitsBulkAdditionJob[] +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: '' +``` + ### -MailboxInclusionRules The rules associated with the Exchange protection policy. @@ -614,6 +672,35 @@ AcceptedValues: [] HelpMessage: '' ``` +### -OffboardRequestedDateTime + +The date and time when offboarding was requested for the protection policy. +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. + +```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: '' +``` + ### -ProtectionMode BackupPolicyProtectionMode @@ -882,11 +969,14 @@ For example, in the access reviews decisions API, this property might record the [CreatedDateTime ]: The date and time when the policy 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, 2014 is 2014-01-01T00:00:00Z. - [DisplayName ]: The name of the policy to be created. + [DisplayName ]: The name of the policy. [IsEnabled ]: Indicates whether the policy is enabled. [LastModifiedBy ]: identitySet [LastModifiedDateTime ]: The date and time when the policy 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, 2014 is 2014-01-01T00:00:00Z. + [OffboardRequestedDateTime ]: The date and time when offboarding was requested for the protection policy. +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. [ProtectionMode ]: BackupPolicyProtectionMode [ProtectionPolicyArtifactCount ]: protectionPolicyArtifactCount @@ -901,9 +991,11 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Status ]: protectionPolicyStatus [Id ]: The unique identifier for an entity. Read-only. - [MailboxInclusionRules ]: The rules associated with the Exchange protection policy. + [MailboxExclusionUnits ]: The mailbox exclusion units associated with the Exchange protection policy. [CreatedBy ]: identitySet - [CreatedDateTime ]: The time of creation of the rule. + [CreatedDateTime ]: The date and time when the exclusion unit 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, 2014 is 2014-01-01T00:00:00Z. [Error ]: publicError [(Any) ]: This indicates any property can be added to this object. [Code ]: Represents the error code. @@ -919,6 +1011,34 @@ Read-only. [Target ]: The target of the error. [Message ]: A non-localized message for the developer. [Target ]: The target of the error. + [LastModifiedBy ]: identitySet + [LastModifiedDateTime ]: The date and time when the exclusion unit 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, 2014 is 2014-01-01T00:00:00Z. + [PolicyId ]: The unique identifier of the protection policy that contains this exclusion unit. + [Id ]: The unique identifier for an entity. +Read-only. + [DirectoryObjectId ]: The unique identifier of the directory object (user) associated with the mailbox. + [MailboxType ]: mailboxType + [MailboxExclusionUnitsBulkAdditionJobs ]: The list of bulk addition jobs for mailbox exclusion units associated with the Exchange protection policy. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the bulk addition job 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, 2014 is 2014-01-01T00:00:00Z. + [DisplayName ]: The display name of the bulk addition job. + [Error ]: publicError + [LastModifiedBy ]: identitySet + [LastModifiedDateTime ]: The date and time when the bulk addition job 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, 2014 is 2014-01-01T00:00:00Z. + [Status ]: exclusionUnitBulkJobStatus + [Id ]: The unique identifier for an entity. +Read-only. + [Mailboxes ]: The email addresses of the mailboxes to be added as exclusion units to the protection policy. + [MailboxInclusionRules ]: The rules associated with the Exchange protection policy. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The time of creation of the rule. + [Error ]: publicError [IsAutoApplyEnabled ]: true indicates that the protection rule is dynamic; false that it's static. [LastModifiedBy ]: identitySet [LastModifiedDateTime ]: Timestamp of the last modification made to the rule. @@ -928,12 +1048,19 @@ Read-only. [MailboxExpression ]: Contains a mailbox expression. For examples, see mailboxExpression examples. [MailboxProtectionUnits ]: The protection units (mailboxes) that are protected under the Exchange protection policy. + [BackupRetentionPeriodInDays ]: The retention period of the backup, in days. + [BillingPolicyId ]: The unique identifier of the billing policy assigned to the protection unit for cost allocation. [CreatedBy ]: identitySet [CreatedDateTime ]: The time of creation of the protection unit. [Error ]: publicError [LastModifiedBy ]: identitySet [LastModifiedDateTime ]: Timestamp of the last modification of this protection unit. [OffboardRequestedDateTime ]: The time when protection unit offboard was requested. + [PendingRetentionPeriodChange ]: retentionPeriodChange + [(Any) ]: This indicates any property can be added to this object. + [EffectiveFromDateTime ]: + [Status ]: retentionPeriodChangeStatus + [TargetRetentionPeriodInDays ]: [PolicyId ]: The unique identifier of the protection policy based on which protection unit was created. [ProtectionSources ]: protectionSource [Status ]: protectionUnitStatus @@ -967,7 +1094,10 @@ For example, in the access reviews decisions API, this property might record the [User ]: identity INPUTOBJECT ``: Identity Parameter + [ActivityLogBaseId ]: The unique identifier of activityLogBase [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -975,9 +1105,12 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob @@ -987,6 +1120,7 @@ INPUTOBJECT ``: Identity Parameter [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase [RestorePointId ]: The unique identifier of restorePoint @@ -995,6 +1129,8 @@ INPUTOBJECT ``: Identity Parameter [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob @@ -1013,6 +1149,86 @@ For example, in the access reviews decisions API, this property might record the [Device ]: identity [User ]: identity +MAILBOXEXCLUSIONUNITS : The mailbox exclusion units associated with the Exchange protection policy. + [CreatedBy ]: identitySet + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(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. + [Device ]: identity + [User ]: identity + [CreatedDateTime ]: The date and time when the exclusion unit 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, 2014 is 2014-01-01T00:00:00Z. + [Error ]: publicError + [(Any) ]: This indicates any property can be added to this object. + [Code ]: Represents the error code. + [Details ]: Details of the error. + [Code ]: The error code. + [Message ]: The error message. + [Target ]: The target of the error. + [InnerError ]: publicInnerError + [(Any) ]: This indicates any property can be added to this object. + [Code ]: The error code. + [Details ]: A collection of error details. + [Message ]: The error message. + [Target ]: The target of the error. + [Message ]: A non-localized message for the developer. + [Target ]: The target of the error. + [LastModifiedBy ]: identitySet + [LastModifiedDateTime ]: The date and time when the exclusion unit 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, 2014 is 2014-01-01T00:00:00Z. + [PolicyId ]: The unique identifier of the protection policy that contains this exclusion unit. + [Id ]: The unique identifier for an entity. +Read-only. + [DirectoryObjectId ]: The unique identifier of the directory object (user) associated with the mailbox. + [MailboxType ]: mailboxType + +MAILBOXEXCLUSIONUNITSBULKADDITIONJOBS : The list of bulk addition jobs for mailbox exclusion units associated with the Exchange protection policy. + [CreatedBy ]: identitySet + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(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. + [Device ]: identity + [User ]: identity + [CreatedDateTime ]: The date and time when the bulk addition job 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, 2014 is 2014-01-01T00:00:00Z. + [DisplayName ]: The display name of the bulk addition job. + [Error ]: publicError + [(Any) ]: This indicates any property can be added to this object. + [Code ]: Represents the error code. + [Details ]: Details of the error. + [Code ]: The error code. + [Message ]: The error message. + [Target ]: The target of the error. + [InnerError ]: publicInnerError + [(Any) ]: This indicates any property can be added to this object. + [Code ]: The error code. + [Details ]: A collection of error details. + [Message ]: The error message. + [Target ]: The target of the error. + [Message ]: A non-localized message for the developer. + [Target ]: The target of the error. + [LastModifiedBy ]: identitySet + [LastModifiedDateTime ]: The date and time when the bulk addition job 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, 2014 is 2014-01-01T00:00:00Z. + [Status ]: exclusionUnitBulkJobStatus + [Id ]: The unique identifier for an entity. +Read-only. + [Mailboxes ]: The email addresses of the mailboxes to be added as exclusion units to the protection policy. + MAILBOXINCLUSIONRULES : The rules associated with the Exchange protection policy. [CreatedBy ]: identitySet [(Any) ]: This indicates any property can be added to this object. @@ -1051,6 +1267,8 @@ Read-only. For examples, see mailboxExpression examples. MAILBOXPROTECTIONUNITS : The protection units (mailboxes) that are protected under the Exchange protection policy. + [BackupRetentionPeriodInDays ]: The retention period of the backup, in days. + [BillingPolicyId ]: The unique identifier of the billing policy assigned to the protection unit for cost allocation. [CreatedBy ]: identitySet [(Any) ]: This indicates any property can be added to this object. [Application ]: identity @@ -1081,6 +1299,11 @@ For example, in the access reviews decisions API, this property might record the [LastModifiedBy ]: identitySet [LastModifiedDateTime ]: Timestamp of the last modification of this protection unit. [OffboardRequestedDateTime ]: The time when protection unit offboard was requested. + [PendingRetentionPeriodChange ]: retentionPeriodChange + [(Any) ]: This indicates any property can be added to this object. + [EffectiveFromDateTime ]: + [Status ]: retentionPeriodChangeStatus + [TargetRetentionPeriodInDays ]: [PolicyId ]: The unique identifier of the protection policy based on which protection unit was created. [ProtectionSources ]: protectionSource [Status ]: protectionUnitStatus diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Update-MgBetaSolutionBackupRestoreExchangeRestoreSession.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Update-MgBetaSolutionBackupRestoreExchangeRestoreSession.md index 615fa15013220..319e58c5bb542 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Update-MgBetaSolutionBackupRestoreExchangeRestoreSession.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Update-MgBetaSolutionBackupRestoreExchangeRestoreSession.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/update-mgbetasolutionbackuprestoreexchangerestoresession Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaSolutionBackupRestoreExchangeRestoreSession --- @@ -35,7 +35,7 @@ Update-MgBetaSolutionBackupRestoreExchangeRestoreSession -ExchangeRestoreSession [-RestoreSessionArtifactCount ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -45,7 +45,7 @@ Update-MgBetaSolutionBackupRestoreExchangeRestoreSession -ExchangeRestoreSession -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -63,7 +63,7 @@ Update-MgBetaSolutionBackupRestoreExchangeRestoreSession -InputObject ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -73,7 +73,7 @@ Update-MgBetaSolutionBackupRestoreExchangeRestoreSession -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -861,12 +861,19 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. + [BackupRetentionPeriodInDays ]: The retention period of the backup, in days. + [BillingPolicyId ]: The unique identifier of the billing policy assigned to the protection unit for cost allocation. [CreatedBy ]: identitySet [CreatedDateTime ]: The time of creation of the protection unit. [Error ]: publicError [LastModifiedBy ]: identitySet [LastModifiedDateTime ]: Timestamp of the last modification of this protection unit. [OffboardRequestedDateTime ]: The time when protection unit offboard was requested. + [PendingRetentionPeriodChange ]: retentionPeriodChange + [(Any) ]: This indicates any property can be added to this object. + [EffectiveFromDateTime ]: + [Status ]: retentionPeriodChangeStatus + [TargetRetentionPeriodInDays ]: [PolicyId ]: The unique identifier of the protection policy based on which protection unit was created. [ProtectionSources ]: protectionSource [Status ]: protectionUnitStatus @@ -970,6 +977,8 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. + [BackupRetentionPeriodInDays ]: The retention period of the backup, in days. + [BillingPolicyId ]: The unique identifier of the billing policy assigned to the protection unit for cost allocation. [CreatedBy ]: identitySet [(Any) ]: This indicates any property can be added to this object. [Application ]: identity @@ -986,6 +995,11 @@ For example, in the access reviews decisions API, this property might record the [LastModifiedBy ]: identitySet [LastModifiedDateTime ]: Timestamp of the last modification of this protection unit. [OffboardRequestedDateTime ]: The time when protection unit offboard was requested. + [PendingRetentionPeriodChange ]: retentionPeriodChange + [(Any) ]: This indicates any property can be added to this object. + [EffectiveFromDateTime ]: + [Status ]: retentionPeriodChangeStatus + [TargetRetentionPeriodInDays ]: [PolicyId ]: The unique identifier of the protection policy based on which protection unit was created. [ProtectionSources ]: protectionSource [Status ]: protectionUnitStatus @@ -999,7 +1013,10 @@ Don't use. [SearchResponseId ]: . INPUTOBJECT ``: Identity Parameter + [ActivityLogBaseId ]: The unique identifier of activityLogBase [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -1007,9 +1024,12 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob @@ -1019,6 +1039,7 @@ INPUTOBJECT ``: Identity Parameter [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase [RestorePointId ]: The unique identifier of restorePoint @@ -1027,6 +1048,8 @@ INPUTOBJECT ``: Identity Parameter [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob @@ -1073,6 +1096,8 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. + [BackupRetentionPeriodInDays ]: The retention period of the backup, in days. + [BillingPolicyId ]: The unique identifier of the billing policy assigned to the protection unit for cost allocation. [CreatedBy ]: identitySet [(Any) ]: This indicates any property can be added to this object. [Application ]: identity @@ -1089,6 +1114,11 @@ For example, in the access reviews decisions API, this property might record the [LastModifiedBy ]: identitySet [LastModifiedDateTime ]: Timestamp of the last modification of this protection unit. [OffboardRequestedDateTime ]: The time when protection unit offboard was requested. + [PendingRetentionPeriodChange ]: retentionPeriodChange + [(Any) ]: This indicates any property can be added to this object. + [EffectiveFromDateTime ]: + [Status ]: retentionPeriodChangeStatus + [TargetRetentionPeriodInDays ]: [PolicyId ]: The unique identifier of the protection policy based on which protection unit was created. [ProtectionSources ]: protectionSource [Status ]: protectionUnitStatus diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Update-MgBetaSolutionBackupRestoreExchangeRestoreSessionGranularMailboxRestoreArtifact.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Update-MgBetaSolutionBackupRestoreExchangeRestoreSessionGranularMailboxRestoreArtifact.md index 8362350fe308a..b520ffe683649 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Update-MgBetaSolutionBackupRestoreExchangeRestoreSessionGranularMailboxRestoreArtifact.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Update-MgBetaSolutionBackupRestoreExchangeRestoreSessionGranularMailboxRestoreArtifact.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/update-mgbetasolutionbackuprestoreexchangerestoresessiongranularmailboxrestoreartifact Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaSolutionBackupRestoreExchangeRestoreSessionGranularMailboxRestoreArtifact --- @@ -31,7 +31,7 @@ Update-MgBetaSolutionBackupRestoreExchangeRestoreSessionGranularMailboxRestoreAr [-RestoredItemCount ] [-SearchResponseId ] [-StartDateTime ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -42,7 +42,7 @@ Update-MgBetaSolutionBackupRestoreExchangeRestoreSessionGranularMailboxRestoreAr -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -56,7 +56,7 @@ Update-MgBetaSolutionBackupRestoreExchangeRestoreSessionGranularMailboxRestoreAr [-RestoredItemCount ] [-SearchResponseId ] [-StartDateTime ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -67,7 +67,7 @@ Update-MgBetaSolutionBackupRestoreExchangeRestoreSessionGranularMailboxRestoreAr -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -797,6 +797,8 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. + [BackupRetentionPeriodInDays ]: The retention period of the backup, in days. + [BillingPolicyId ]: The unique identifier of the billing policy assigned to the protection unit for cost allocation. [CreatedBy ]: identitySet [(Any) ]: This indicates any property can be added to this object. [Application ]: identity @@ -813,6 +815,11 @@ For example, in the access reviews decisions API, this property might record the [LastModifiedBy ]: identitySet [LastModifiedDateTime ]: Timestamp of the last modification of this protection unit. [OffboardRequestedDateTime ]: The time when protection unit offboard was requested. + [PendingRetentionPeriodChange ]: retentionPeriodChange + [(Any) ]: This indicates any property can be added to this object. + [EffectiveFromDateTime ]: + [Status ]: retentionPeriodChangeStatus + [TargetRetentionPeriodInDays ]: [PolicyId ]: The unique identifier of the protection policy based on which protection unit was created. [ProtectionSources ]: protectionSource [Status ]: protectionUnitStatus @@ -842,7 +849,10 @@ ERROR ``: publicError [Target ]: The target of the error. INPUTOBJECT ``: Identity Parameter + [ActivityLogBaseId ]: The unique identifier of activityLogBase [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -850,9 +860,12 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob @@ -862,6 +875,7 @@ INPUTOBJECT ``: Identity Parameter [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase [RestorePointId ]: The unique identifier of restorePoint @@ -870,6 +884,8 @@ INPUTOBJECT ``: Identity Parameter [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob @@ -886,6 +902,8 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. + [BackupRetentionPeriodInDays ]: The retention period of the backup, in days. + [BillingPolicyId ]: The unique identifier of the billing policy assigned to the protection unit for cost allocation. [CreatedBy ]: identitySet [(Any) ]: This indicates any property can be added to this object. [Application ]: identity @@ -916,6 +934,11 @@ For example, in the access reviews decisions API, this property might record the [LastModifiedBy ]: identitySet [LastModifiedDateTime ]: Timestamp of the last modification of this protection unit. [OffboardRequestedDateTime ]: The time when protection unit offboard was requested. + [PendingRetentionPeriodChange ]: retentionPeriodChange + [(Any) ]: This indicates any property can be added to this object. + [EffectiveFromDateTime ]: + [Status ]: retentionPeriodChangeStatus + [TargetRetentionPeriodInDays ]: [PolicyId ]: The unique identifier of the protection policy based on which protection unit was created. [ProtectionSources ]: protectionSource [Status ]: protectionUnitStatus diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Update-MgBetaSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifact.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Update-MgBetaSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifact.md index 25c684045f395..6cea0ec045f90 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Update-MgBetaSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifact.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Update-MgBetaSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifact.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/update-mgbetasolutionbackuprestoreexchangerestoresessionmailboxrestoreartifact Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifact --- @@ -31,7 +31,7 @@ Update-MgBetaSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifact [-RestoredItemCount ] [-StartDateTime ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -42,7 +42,7 @@ Update-MgBetaSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifact -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -55,7 +55,7 @@ Update-MgBetaSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifact [-RestoredFolderId ] [-RestoredItemCount ] [-StartDateTime ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -66,7 +66,6 @@ Update-MgBetaSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifact [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -739,6 +738,8 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. + [BackupRetentionPeriodInDays ]: The retention period of the backup, in days. + [BillingPolicyId ]: The unique identifier of the billing policy assigned to the protection unit for cost allocation. [CreatedBy ]: identitySet [(Any) ]: This indicates any property can be added to this object. [Application ]: identity @@ -755,6 +756,11 @@ For example, in the access reviews decisions API, this property might record the [LastModifiedBy ]: identitySet [LastModifiedDateTime ]: Timestamp of the last modification of this protection unit. [OffboardRequestedDateTime ]: The time when protection unit offboard was requested. + [PendingRetentionPeriodChange ]: retentionPeriodChange + [(Any) ]: This indicates any property can be added to this object. + [EffectiveFromDateTime ]: + [Status ]: retentionPeriodChangeStatus + [TargetRetentionPeriodInDays ]: [PolicyId ]: The unique identifier of the protection policy based on which protection unit was created. [ProtectionSources ]: protectionSource [Status ]: protectionUnitStatus @@ -783,7 +789,10 @@ ERROR ``: publicError [Target ]: The target of the error. INPUTOBJECT ``: Identity Parameter + [ActivityLogBaseId ]: The unique identifier of activityLogBase [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -791,9 +800,12 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob @@ -803,6 +815,7 @@ INPUTOBJECT ``: Identity Parameter [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase [RestorePointId ]: The unique identifier of restorePoint @@ -811,6 +824,8 @@ INPUTOBJECT ``: Identity Parameter [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob @@ -827,6 +842,8 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. + [BackupRetentionPeriodInDays ]: The retention period of the backup, in days. + [BillingPolicyId ]: The unique identifier of the billing policy assigned to the protection unit for cost allocation. [CreatedBy ]: identitySet [(Any) ]: This indicates any property can be added to this object. [Application ]: identity @@ -857,6 +874,11 @@ For example, in the access reviews decisions API, this property might record the [LastModifiedBy ]: identitySet [LastModifiedDateTime ]: Timestamp of the last modification of this protection unit. [OffboardRequestedDateTime ]: The time when protection unit offboard was requested. + [PendingRetentionPeriodChange ]: retentionPeriodChange + [(Any) ]: This indicates any property can be added to this object. + [EffectiveFromDateTime ]: + [Status ]: retentionPeriodChangeStatus + [TargetRetentionPeriodInDays ]: [PolicyId ]: The unique identifier of the protection policy based on which protection unit was created. [ProtectionSources ]: protectionSource [Status ]: protectionUnitStatus diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Update-MgBetaSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifactBulkAdditionRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Update-MgBetaSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifactBulkAdditionRequest.md index 353122bd0d5fc..ddd566be758a9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Update-MgBetaSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifactBulkAdditionRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Update-MgBetaSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifactBulkAdditionRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/update-mgbetasolutionbackuprestoreexchangerestoresessionmailboxrestoreartifactbulkadditionrequest Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifactBulkAdditionRequest --- @@ -33,7 +33,7 @@ Update-MgBetaSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifactBu [-ProtectionUnitIds ] [-RestorePointPreference ] [-Status ] [-Tags ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -45,7 +45,6 @@ Update-MgBetaSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifactBu [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -61,7 +60,7 @@ Update-MgBetaSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifactBu [-ProtectionUnitIds ] [-RestorePointPreference ] [-Status ] [-Tags ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -73,7 +72,6 @@ Update-MgBetaSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifactBu [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -960,7 +958,10 @@ ERROR ``: publicError [Target ]: The target of the error. INPUTOBJECT ``: Identity Parameter + [ActivityLogBaseId ]: The unique identifier of activityLogBase [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -968,9 +969,12 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob @@ -980,6 +984,7 @@ INPUTOBJECT ``: Identity Parameter [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase [RestorePointId ]: The unique identifier of restorePoint @@ -988,6 +993,8 @@ INPUTOBJECT ``: Identity Parameter [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Update-MgBetaSolutionBackupRestoreMailboxExclusionUnit.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Update-MgBetaSolutionBackupRestoreMailboxExclusionUnit.md new file mode 100644 index 0000000000000..7955de2ecb219 --- /dev/null +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Update-MgBetaSolutionBackupRestoreMailboxExclusionUnit.md @@ -0,0 +1,836 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/update-mgbetasolutionbackuprestoremailboxexclusionunit +Locale: en-US +Module Name: Microsoft.Graph.Beta.BackupRestore +ms.date: 07/10/2026 +PlatyPS schema version: 2024-05-01 +title: Update-MgBetaSolutionBackupRestoreMailboxExclusionUnit +--- + +# Update-MgBetaSolutionBackupRestoreMailboxExclusionUnit + +## SYNOPSIS + +Update the navigation property mailboxExclusionUnits in solutions + +## SYNTAX + +### UpdateExpanded (Default) + +``` +Update-MgBetaSolutionBackupRestoreMailboxExclusionUnit -MailboxExclusionUnitId + [-ResponseHeadersVariable ] [-AdditionalProperties ] + [-CreatedBy ] [-CreatedDateTime ] + [-DirectoryObjectId ] [-Error ] [-Id ] + [-LastModifiedBy ] [-LastModifiedDateTime ] + [-MailboxType ] [-PolicyId ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +### Update + +``` +Update-MgBetaSolutionBackupRestoreMailboxExclusionUnit -MailboxExclusionUnitId + -BodyParameter [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +### UpdateViaIdentityExpanded + +``` +Update-MgBetaSolutionBackupRestoreMailboxExclusionUnit -InputObject + [-ResponseHeadersVariable ] [-AdditionalProperties ] + [-CreatedBy ] [-CreatedDateTime ] + [-DirectoryObjectId ] [-Error ] [-Id ] + [-LastModifiedBy ] [-LastModifiedDateTime ] + [-MailboxType ] [-PolicyId ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +### UpdateViaIdentity + +``` +Update-MgBetaSolutionBackupRestoreMailboxExclusionUnit -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 mailboxExclusionUnits in solutions + +## 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 + +mailboxExclusionUnit +To construct, see NOTES section for BODYPARAMETER properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphMailboxExclusionUnit +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: '' +``` + +### -CreatedBy + +identitySet +To construct, see NOTES section for CREATEDBY properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphIdentitySet +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: '' +``` + +### -CreatedDateTime + +The date and time when the exclusion unit 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, 2014 is 2014-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: '' +``` + +### -DirectoryObjectId + +The unique identifier of the directory object (user) associated with the mailbox. + +```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: '' +``` + +### -Error + +publicError +To construct, see NOTES section for ERROR properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphPublicError +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: '' +``` + +### -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: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IBackupRestoreIdentity +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: '' +``` + +### -LastModifiedBy + +identitySet +To construct, see NOTES section for LASTMODIFIEDBY properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphIdentitySet +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: '' +``` + +### -LastModifiedDateTime + +The date and time when the exclusion unit 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, 2014 is 2014-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: '' +``` + +### -MailboxExclusionUnitId + +The unique identifier of mailboxExclusionUnit + +```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: '' +``` + +### -MailboxType + +mailboxType + +```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: '' +``` + +### -PolicyId + +The unique identifier of the protection policy that contains this exclusion unit. + +```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.IBackupRestoreIdentity + +{{ Fill in the Description }} + +### Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphMailboxExclusionUnit + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphMailboxExclusionUnit + +{{ 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 ``: mailboxExclusionUnit + [(Any) ]: This indicates any property can be added to this object. + [CreatedBy ]: identitySet + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(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. + [Device ]: identity + [User ]: identity + [CreatedDateTime ]: The date and time when the exclusion unit 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, 2014 is 2014-01-01T00:00:00Z. + [Error ]: publicError + [(Any) ]: This indicates any property can be added to this object. + [Code ]: Represents the error code. + [Details ]: Details of the error. + [Code ]: The error code. + [Message ]: The error message. + [Target ]: The target of the error. + [InnerError ]: publicInnerError + [(Any) ]: This indicates any property can be added to this object. + [Code ]: The error code. + [Details ]: A collection of error details. + [Message ]: The error message. + [Target ]: The target of the error. + [Message ]: A non-localized message for the developer. + [Target ]: The target of the error. + [LastModifiedBy ]: identitySet + [LastModifiedDateTime ]: The date and time when the exclusion unit 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, 2014 is 2014-01-01T00:00:00Z. + [PolicyId ]: The unique identifier of the protection policy that contains this exclusion unit. + [Id ]: The unique identifier for an entity. +Read-only. + [DirectoryObjectId ]: The unique identifier of the directory object (user) associated with the mailbox. + [MailboxType ]: mailboxType + +CREATEDBY ``: identitySet + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(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. + [Device ]: identity + [User ]: identity + +ERROR ``: publicError + [(Any) ]: This indicates any property can be added to this object. + [Code ]: Represents the error code. + [Details ]: Details of the error. + [Code ]: The error code. + [Message ]: The error message. + [Target ]: The target of the error. + [InnerError ]: publicInnerError + [(Any) ]: This indicates any property can be added to this object. + [Code ]: The error code. + [Details ]: A collection of error details. + [Message ]: The error message. + [Target ]: The target of the error. + [Message ]: A non-localized message for the developer. + [Target ]: The target of the error. + +INPUTOBJECT ``: Identity Parameter + [ActivityLogBaseId ]: The unique identifier of activityLogBase + [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob + [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule + [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit + [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob + [DriveRestoreArtifactId ]: The unique identifier of driveRestoreArtifact + [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest + [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy + [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase + [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact + [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact + [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob + [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule + [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit + [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob + [MailboxRestoreArtifactId ]: The unique identifier of mailboxRestoreArtifact + [MailboxRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of mailboxRestoreArtifactsBulkAdditionRequest + [NextFetchToken ]: Usage: nextFetchToken='{nextFetchToken}' + [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession + [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy + [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' + [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase + [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase + [RestorePointId ]: The unique identifier of restorePoint + [RestoreSessionBaseId ]: The unique identifier of restoreSessionBase + [ServiceAppId ]: The unique identifier of serviceApp + [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession + [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy + [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob + [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule + [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit + [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob + [SiteRestoreArtifactId ]: The unique identifier of siteRestoreArtifact + [SiteRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of siteRestoreArtifactsBulkAdditionRequest + +LASTMODIFIEDBY ``: identitySet + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(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. + [Device ]: identity + [User ]: identity + + +## RELATED LINKS + +- [Update-MgBetaSolutionBackupRestoreMailboxExclusionUnit](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/update-mgbetasolutionbackuprestoremailboxexclusionunit) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Update-MgBetaSolutionBackupRestoreMailboxExclusionUnitBulkAdditionJob.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Update-MgBetaSolutionBackupRestoreMailboxExclusionUnitBulkAdditionJob.md new file mode 100644 index 0000000000000..c9266536ee50e --- /dev/null +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Update-MgBetaSolutionBackupRestoreMailboxExclusionUnitBulkAdditionJob.md @@ -0,0 +1,838 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/update-mgbetasolutionbackuprestoremailboxexclusionunitbulkadditionjob +Locale: en-US +Module Name: Microsoft.Graph.Beta.BackupRestore +ms.date: 07/10/2026 +PlatyPS schema version: 2024-05-01 +title: Update-MgBetaSolutionBackupRestoreMailboxExclusionUnitBulkAdditionJob +--- + +# Update-MgBetaSolutionBackupRestoreMailboxExclusionUnitBulkAdditionJob + +## SYNOPSIS + +Update the navigation property mailboxExclusionUnitsBulkAdditionJobs in solutions + +## SYNTAX + +### UpdateExpanded (Default) + +``` +Update-MgBetaSolutionBackupRestoreMailboxExclusionUnitBulkAdditionJob + -MailboxExclusionUnitsBulkAdditionJobId [-ResponseHeadersVariable ] + [-AdditionalProperties ] [-CreatedBy ] + [-CreatedDateTime ] [-DisplayName ] [-Error ] + [-Id ] [-LastModifiedBy ] [-LastModifiedDateTime ] + [-Mailboxes ] [-Status ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +### Update + +``` +Update-MgBetaSolutionBackupRestoreMailboxExclusionUnitBulkAdditionJob + -MailboxExclusionUnitsBulkAdditionJobId + -BodyParameter + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +### UpdateViaIdentityExpanded + +``` +Update-MgBetaSolutionBackupRestoreMailboxExclusionUnitBulkAdditionJob + -InputObject [-ResponseHeadersVariable ] + [-AdditionalProperties ] [-CreatedBy ] + [-CreatedDateTime ] [-DisplayName ] [-Error ] + [-Id ] [-LastModifiedBy ] [-LastModifiedDateTime ] + [-Mailboxes ] [-Status ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +### UpdateViaIdentity + +``` +Update-MgBetaSolutionBackupRestoreMailboxExclusionUnitBulkAdditionJob + -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 mailboxExclusionUnitsBulkAdditionJobs in solutions + +## 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 + +mailboxExclusionUnitsBulkAdditionJob +To construct, see NOTES section for BODYPARAMETER properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphMailboxExclusionUnitsBulkAdditionJob +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: '' +``` + +### -CreatedBy + +identitySet +To construct, see NOTES section for CREATEDBY properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphIdentitySet +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: '' +``` + +### -CreatedDateTime + +The date and time when the bulk addition job 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, 2014 is 2014-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: '' +``` + +### -DisplayName + +The display name of the bulk addition job. + +```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: '' +``` + +### -Error + +publicError +To construct, see NOTES section for ERROR properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphPublicError +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: '' +``` + +### -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: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IBackupRestoreIdentity +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: '' +``` + +### -LastModifiedBy + +identitySet +To construct, see NOTES section for LASTMODIFIEDBY properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphIdentitySet +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: '' +``` + +### -LastModifiedDateTime + +The date and time when the bulk addition job 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, 2014 is 2014-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: '' +``` + +### -Mailboxes + +The email addresses of the mailboxes to be added as exclusion units to the protection policy. + +```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: '' +``` + +### -MailboxExclusionUnitsBulkAdditionJobId + +The unique identifier of mailboxExclusionUnitsBulkAdditionJob + +```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: '' +``` + +### -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: '' +``` + +### -Status + +exclusionUnitBulkJobStatus + +```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: '' +``` + +### -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.IBackupRestoreIdentity + +{{ Fill in the Description }} + +### Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphMailboxExclusionUnitsBulkAdditionJob + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphMailboxExclusionUnitsBulkAdditionJob + +{{ 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 ``: mailboxExclusionUnitsBulkAdditionJob + [(Any) ]: This indicates any property can be added to this object. + [CreatedBy ]: identitySet + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(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. + [Device ]: identity + [User ]: identity + [CreatedDateTime ]: The date and time when the bulk addition job 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, 2014 is 2014-01-01T00:00:00Z. + [DisplayName ]: The display name of the bulk addition job. + [Error ]: publicError + [(Any) ]: This indicates any property can be added to this object. + [Code ]: Represents the error code. + [Details ]: Details of the error. + [Code ]: The error code. + [Message ]: The error message. + [Target ]: The target of the error. + [InnerError ]: publicInnerError + [(Any) ]: This indicates any property can be added to this object. + [Code ]: The error code. + [Details ]: A collection of error details. + [Message ]: The error message. + [Target ]: The target of the error. + [Message ]: A non-localized message for the developer. + [Target ]: The target of the error. + [LastModifiedBy ]: identitySet + [LastModifiedDateTime ]: The date and time when the bulk addition job 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, 2014 is 2014-01-01T00:00:00Z. + [Status ]: exclusionUnitBulkJobStatus + [Id ]: The unique identifier for an entity. +Read-only. + [Mailboxes ]: The email addresses of the mailboxes to be added as exclusion units to the protection policy. + +CREATEDBY ``: identitySet + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(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. + [Device ]: identity + [User ]: identity + +ERROR ``: publicError + [(Any) ]: This indicates any property can be added to this object. + [Code ]: Represents the error code. + [Details ]: Details of the error. + [Code ]: The error code. + [Message ]: The error message. + [Target ]: The target of the error. + [InnerError ]: publicInnerError + [(Any) ]: This indicates any property can be added to this object. + [Code ]: The error code. + [Details ]: A collection of error details. + [Message ]: The error message. + [Target ]: The target of the error. + [Message ]: A non-localized message for the developer. + [Target ]: The target of the error. + +INPUTOBJECT ``: Identity Parameter + [ActivityLogBaseId ]: The unique identifier of activityLogBase + [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob + [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule + [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit + [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob + [DriveRestoreArtifactId ]: The unique identifier of driveRestoreArtifact + [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest + [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy + [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase + [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact + [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact + [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob + [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule + [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit + [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob + [MailboxRestoreArtifactId ]: The unique identifier of mailboxRestoreArtifact + [MailboxRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of mailboxRestoreArtifactsBulkAdditionRequest + [NextFetchToken ]: Usage: nextFetchToken='{nextFetchToken}' + [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession + [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy + [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' + [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase + [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase + [RestorePointId ]: The unique identifier of restorePoint + [RestoreSessionBaseId ]: The unique identifier of restoreSessionBase + [ServiceAppId ]: The unique identifier of serviceApp + [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession + [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy + [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob + [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule + [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit + [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob + [SiteRestoreArtifactId ]: The unique identifier of siteRestoreArtifact + [SiteRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of siteRestoreArtifactsBulkAdditionRequest + +LASTMODIFIEDBY ``: identitySet + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(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. + [Device ]: identity + [User ]: identity + + +## RELATED LINKS + +- [Update-MgBetaSolutionBackupRestoreMailboxExclusionUnitBulkAdditionJob](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/update-mgbetasolutionbackuprestoremailboxexclusionunitbulkadditionjob) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Update-MgBetaSolutionBackupRestoreMailboxInclusionRule.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Update-MgBetaSolutionBackupRestoreMailboxInclusionRule.md index f4b1851c046be..ab63d4f8cabb4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Update-MgBetaSolutionBackupRestoreMailboxInclusionRule.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Update-MgBetaSolutionBackupRestoreMailboxInclusionRule.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/update-mgbetasolutionbackuprestoremailboxinclusionrule Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaSolutionBackupRestoreMailboxInclusionRule --- @@ -31,7 +31,6 @@ Update-MgBetaSolutionBackupRestoreMailboxInclusionRule -MailboxProtectionRuleId [-MailboxExpression ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -41,7 +40,7 @@ Update-MgBetaSolutionBackupRestoreMailboxInclusionRule -MailboxProtectionRuleId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -55,7 +54,6 @@ Update-MgBetaSolutionBackupRestoreMailboxInclusionRule -InputObject ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -65,7 +63,7 @@ Update-MgBetaSolutionBackupRestoreMailboxInclusionRule -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -751,7 +749,10 @@ ERROR ``: publicError [Target ]: The target of the error. INPUTOBJECT ``: Identity Parameter + [ActivityLogBaseId ]: The unique identifier of activityLogBase [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -759,9 +760,12 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob @@ -771,6 +775,7 @@ INPUTOBJECT ``: Identity Parameter [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase [RestorePointId ]: The unique identifier of restorePoint @@ -779,6 +784,8 @@ INPUTOBJECT ``: Identity Parameter [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Update-MgBetaSolutionBackupRestoreMailboxProtectionUnit.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Update-MgBetaSolutionBackupRestoreMailboxProtectionUnit.md index 7c97720af6adf..5d5b4d7c2478c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Update-MgBetaSolutionBackupRestoreMailboxProtectionUnit.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Update-MgBetaSolutionBackupRestoreMailboxProtectionUnit.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/update-mgbetasolutionbackuprestoremailboxprotectionunit Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaSolutionBackupRestoreMailboxProtectionUnit --- @@ -25,14 +25,15 @@ Update the navigation property mailboxProtectionUnits in solutions ``` Update-MgBetaSolutionBackupRestoreMailboxProtectionUnit -MailboxProtectionUnitId [-ResponseHeadersVariable ] [-AdditionalProperties ] + [-BackupRetentionPeriodInDays ] [-BillingPolicyId ] [-CreatedBy ] [-CreatedDateTime ] [-DirectoryObjectId ] [-Error ] [-Id ] [-LastModifiedBy ] [-LastModifiedDateTime ] - [-MailboxType ] [-OffboardRequestedDateTime ] [-PolicyId ] + [-MailboxType ] [-OffboardRequestedDateTime ] + [-PendingRetentionPeriodChange ] [-PolicyId ] [-ProtectionSources ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -42,7 +43,7 @@ Update-MgBetaSolutionBackupRestoreMailboxProtectionUnit -MailboxProtectionUnitId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -50,14 +51,15 @@ Update-MgBetaSolutionBackupRestoreMailboxProtectionUnit -MailboxProtectionUnitId ``` Update-MgBetaSolutionBackupRestoreMailboxProtectionUnit -InputObject [-ResponseHeadersVariable ] [-AdditionalProperties ] + [-BackupRetentionPeriodInDays ] [-BillingPolicyId ] [-CreatedBy ] [-CreatedDateTime ] [-DirectoryObjectId ] [-Error ] [-Id ] [-LastModifiedBy ] [-LastModifiedDateTime ] - [-MailboxType ] [-OffboardRequestedDateTime ] [-PolicyId ] + [-MailboxType ] [-OffboardRequestedDateTime ] + [-PendingRetentionPeriodChange ] [-PolicyId ] [-ProtectionSources ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -67,7 +69,7 @@ Update-MgBetaSolutionBackupRestoreMailboxProtectionUnit -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -108,6 +110,60 @@ AcceptedValues: [] HelpMessage: '' ``` +### -BackupRetentionPeriodInDays + +The retention period of the backup, in days. + +```yaml +Type: System.Int32 +DefaultValue: 0 +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: '' +``` + +### -BillingPolicyId + +The unique identifier of the billing policy assigned to the protection unit for cost allocation. + +```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: '' +``` + ### -BodyParameter mailboxProtectionUnit @@ -544,6 +600,34 @@ AcceptedValues: [] HelpMessage: '' ``` +### -PendingRetentionPeriodChange + +retentionPeriodChange +To construct, see NOTES section for PENDINGRETENTIONPERIODCHANGE properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphRetentionPeriodChange +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: '' +``` + ### -PolicyId The unique identifier of the protection policy based on which protection unit was created. @@ -768,6 +852,8 @@ For information on hash tables, run Get-Help about_Hash_Tables. BODYPARAMETER ``: mailboxProtectionUnit [(Any) ]: This indicates any property can be added to this object. + [BackupRetentionPeriodInDays ]: The retention period of the backup, in days. + [BillingPolicyId ]: The unique identifier of the billing policy assigned to the protection unit for cost allocation. [CreatedBy ]: identitySet [(Any) ]: This indicates any property can be added to this object. [Application ]: identity @@ -798,6 +884,11 @@ For example, in the access reviews decisions API, this property might record the [LastModifiedBy ]: identitySet [LastModifiedDateTime ]: Timestamp of the last modification of this protection unit. [OffboardRequestedDateTime ]: The time when protection unit offboard was requested. + [PendingRetentionPeriodChange ]: retentionPeriodChange + [(Any) ]: This indicates any property can be added to this object. + [EffectiveFromDateTime ]: + [Status ]: retentionPeriodChangeStatus + [TargetRetentionPeriodInDays ]: [PolicyId ]: The unique identifier of the protection policy based on which protection unit was created. [ProtectionSources ]: protectionSource [Status ]: protectionUnitStatus @@ -835,7 +926,10 @@ ERROR ``: publicError [Target ]: The target of the error. INPUTOBJECT ``: Identity Parameter + [ActivityLogBaseId ]: The unique identifier of activityLogBase [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -843,9 +937,12 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob @@ -855,6 +952,7 @@ INPUTOBJECT ``: Identity Parameter [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase [RestorePointId ]: The unique identifier of restorePoint @@ -863,6 +961,8 @@ INPUTOBJECT ``: Identity Parameter [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob @@ -881,6 +981,12 @@ For example, in the access reviews decisions API, this property might record the [Device ]: identity [User ]: identity +PENDINGRETENTIONPERIODCHANGE ``: retentionPeriodChange + [(Any) ]: This indicates any property can be added to this object. + [EffectiveFromDateTime ]: + [Status ]: retentionPeriodChangeStatus + [TargetRetentionPeriodInDays ]: + ## RELATED LINKS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Update-MgBetaSolutionBackupRestoreMailboxProtectionUnitBulkAdditionJob.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Update-MgBetaSolutionBackupRestoreMailboxProtectionUnitBulkAdditionJob.md index d93b91a75783d..ceb861d047fd5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Update-MgBetaSolutionBackupRestoreMailboxProtectionUnitBulkAdditionJob.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Update-MgBetaSolutionBackupRestoreMailboxProtectionUnitBulkAdditionJob.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/update-mgbetasolutionbackuprestoremailboxprotectionunitbulkadditionjob Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaSolutionBackupRestoreMailboxProtectionUnitBulkAdditionJob --- @@ -31,7 +31,7 @@ Update-MgBetaSolutionBackupRestoreMailboxProtectionUnitBulkAdditionJob [-LastModifiedDateTime ] [-Mailboxes ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -43,7 +43,6 @@ Update-MgBetaSolutionBackupRestoreMailboxProtectionUnitBulkAdditionJob [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -57,7 +56,7 @@ Update-MgBetaSolutionBackupRestoreMailboxProtectionUnitBulkAdditionJob [-LastModifiedDateTime ] [-Mailboxes ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -69,7 +68,6 @@ Update-MgBetaSolutionBackupRestoreMailboxProtectionUnitBulkAdditionJob [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -781,7 +779,10 @@ ERROR ``: publicError [Target ]: The target of the error. INPUTOBJECT ``: Identity Parameter + [ActivityLogBaseId ]: The unique identifier of activityLogBase [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -789,9 +790,12 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob @@ -801,6 +805,7 @@ INPUTOBJECT ``: Identity Parameter [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase [RestorePointId ]: The unique identifier of restorePoint @@ -809,6 +814,8 @@ INPUTOBJECT ``: Identity Parameter [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Update-MgBetaSolutionBackupRestoreOneDriveForBusinessBrowseSession.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Update-MgBetaSolutionBackupRestoreOneDriveForBusinessBrowseSession.md index 49fbdb4c0eeb1..f5a6a667df524 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Update-MgBetaSolutionBackupRestoreOneDriveForBusinessBrowseSession.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Update-MgBetaSolutionBackupRestoreOneDriveForBusinessBrowseSession.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/update-mgbetasolutionbackuprestoreonedriveforbusinessbrowsesession Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaSolutionBackupRestoreOneDriveForBusinessBrowseSession --- @@ -15,6 +15,9 @@ title: Update-MgBetaSolutionBackupRestoreOneDriveForBusinessBrowseSession Update the navigation property oneDriveForBusinessBrowseSessions in solutions +> [!NOTE] +> To view the v1.0 release of this cmdlet, view [Update-MgSolutionBackupRestoreOneDriveForBusinessBrowseSession](/powershell/module/Microsoft.Graph.BackupRestore/Update-MgSolutionBackupRestoreOneDriveForBusinessBrowseSession?view=graph-powershell-1.0) + ## SYNTAX ### UpdateExpanded (Default) @@ -25,9 +28,9 @@ Update-MgBetaSolutionBackupRestoreOneDriveForBusinessBrowseSession [-AdditionalProperties ] [-BackupSizeInBytes ] [-CreatedDateTime ] [-DirectoryObjectId ] [-Error ] [-ExpirationDateTime ] [-Id ] [-RestorePointDateTime ] - [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] - [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-RestorePointId ] [-Status ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -39,7 +42,6 @@ Update-MgBetaSolutionBackupRestoreOneDriveForBusinessBrowseSession [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -50,9 +52,9 @@ Update-MgBetaSolutionBackupRestoreOneDriveForBusinessBrowseSession [-AdditionalProperties ] [-BackupSizeInBytes ] [-CreatedDateTime ] [-DirectoryObjectId ] [-Error ] [-ExpirationDateTime ] [-Id ] [-RestorePointDateTime ] - [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] - [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-RestorePointId ] [-Status ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -64,7 +66,6 @@ Update-MgBetaSolutionBackupRestoreOneDriveForBusinessBrowseSession [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -107,7 +108,7 @@ HelpMessage: '' ### -BackupSizeInBytes - +The size of the backup in bytes. ```yaml Type: System.String @@ -205,7 +206,9 @@ HelpMessage: '' ### -CreatedDateTime - +The date and time when the browse session 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, 2014 is 2014-01-01T00:00:00Z. ```yaml Type: System.DateTime @@ -232,7 +235,7 @@ HelpMessage: '' ### -DirectoryObjectId - +Id of the backed-up OneDrive. ```yaml Type: System.String @@ -287,7 +290,7 @@ HelpMessage: '' ### -ExpirationDateTime - +The date and time after which the browse session is deleted automatically. ```yaml Type: System.DateTime @@ -545,7 +548,7 @@ HelpMessage: '' ### -RestorePointDateTime - +The date and time of the restore point on which the browse session is created. ```yaml Type: System.DateTime @@ -570,6 +573,33 @@ AcceptedValues: [] HelpMessage: '' ``` +### -RestorePointId + + + +```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: '' +``` + ### -Status browseSessionStatus @@ -655,8 +685,10 @@ For information on hash tables, run Get-Help about_Hash_Tables. BODYPARAMETER ``: oneDriveForBusinessBrowseSession [(Any) ]: This indicates any property can be added to this object. - [BackupSizeInBytes ]: - [CreatedDateTime ]: + [BackupSizeInBytes ]: The size of the backup in bytes. + [CreatedDateTime ]: The date and time when the browse session 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, 2014 is 2014-01-01T00:00:00Z. [Error ]: publicError [(Any) ]: This indicates any property can be added to this object. [Code ]: Represents the error code. @@ -672,12 +704,13 @@ BODYPARAMETER ``: oneDriveForBu [Target ]: The target of the error. [Message ]: A non-localized message for the developer. [Target ]: The target of the error. - [ExpirationDateTime ]: - [RestorePointDateTime ]: + [ExpirationDateTime ]: The date and time after which the browse session is deleted automatically. + [RestorePointDateTime ]: The date and time of the restore point on which the browse session is created. + [RestorePointId ]: [Status ]: browseSessionStatus [Id ]: The unique identifier for an entity. Read-only. - [DirectoryObjectId ]: + [DirectoryObjectId ]: Id of the backed-up OneDrive. ERROR ``: publicError [(Any) ]: This indicates any property can be added to this object. @@ -696,7 +729,10 @@ ERROR ``: publicError [Target ]: The target of the error. INPUTOBJECT ``: Identity Parameter + [ActivityLogBaseId ]: The unique identifier of activityLogBase [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -704,9 +740,12 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob @@ -716,6 +755,7 @@ INPUTOBJECT ``: Identity Parameter [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase [RestorePointId ]: The unique identifier of restorePoint @@ -724,6 +764,8 @@ INPUTOBJECT ``: Identity Parameter [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Update-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Update-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicy.md index ba8aaf5bf930d..bc001a86d22df 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Update-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Update-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/update-mgbetasolutionbackuprestoreonedriveforbusinessprotectionpolicy Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicy --- @@ -28,16 +28,19 @@ Update-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicy -OneDriveForBusinessProtectionPolicyId [-ResponseHeadersVariable ] [-AdditionalProperties ] [-BillingPolicyId ] [-CreatedBy ] [-CreatedDateTime ] [-DisplayName ] + [-DriveExclusionUnits ] + [-DriveExclusionUnitsBulkAdditionJobs ] [-DriveInclusionRules ] [-DriveProtectionUnits ] [-DriveProtectionUnitsBulkAdditionJobs ] [-Id ] [-IsEnabled] [-LastModifiedBy ] - [-LastModifiedDateTime ] [-ProtectionMode ] + [-LastModifiedDateTime ] [-OffboardRequestedDateTime ] + [-ProtectionMode ] [-ProtectionPolicyArtifactCount ] [-RetentionSettings ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -49,7 +52,6 @@ Update-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicy [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -59,16 +61,19 @@ Update-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicy -InputObject [-ResponseHeadersVariable ] [-AdditionalProperties ] [-BillingPolicyId ] [-CreatedBy ] [-CreatedDateTime ] [-DisplayName ] + [-DriveExclusionUnits ] + [-DriveExclusionUnitsBulkAdditionJobs ] [-DriveInclusionRules ] [-DriveProtectionUnits ] [-DriveProtectionUnitsBulkAdditionJobs ] [-Id ] [-IsEnabled] [-LastModifiedBy ] - [-LastModifiedDateTime ] [-ProtectionMode ] + [-LastModifiedDateTime ] [-OffboardRequestedDateTime ] + [-ProtectionMode ] [-ProtectionPolicyArtifactCount ] [-RetentionSettings ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -80,7 +85,6 @@ Update-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicy [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -279,7 +283,7 @@ HelpMessage: '' ### -DisplayName -The name of the policy to be created. +The name of the policy. ```yaml Type: System.String @@ -304,6 +308,62 @@ AcceptedValues: [] HelpMessage: '' ``` +### -DriveExclusionUnits + +The drive exclusion units associated with the OneDrive for work or school protection policy. +To construct, see NOTES section for DRIVEEXCLUSIONUNITS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphDriveExclusionUnit[] +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: '' +``` + +### -DriveExclusionUnitsBulkAdditionJobs + +The list of bulk addition jobs for drive exclusion units associated with the OneDrive for work or school protection policy. +To construct, see NOTES section for DRIVEEXCLUSIONUNITSBULKADDITIONJOBS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphDriveExclusionUnitsBulkAdditionJob[] +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: '' +``` + ### -DriveInclusionRules Contains the details of the OneDrive for Work or School protection rule. @@ -591,6 +651,35 @@ AcceptedValues: [] HelpMessage: '' ``` +### -OffboardRequestedDateTime + +The date and time when offboarding was requested for the protection policy. +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. + +```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: '' +``` + ### -OneDriveForBusinessProtectionPolicyId The unique identifier of oneDriveForBusinessProtectionPolicy @@ -886,11 +975,14 @@ For example, in the access reviews decisions API, this property might record the [CreatedDateTime ]: The date and time when the policy 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, 2014 is 2014-01-01T00:00:00Z. - [DisplayName ]: The name of the policy to be created. + [DisplayName ]: The name of the policy. [IsEnabled ]: Indicates whether the policy is enabled. [LastModifiedBy ]: identitySet [LastModifiedDateTime ]: The date and time when the policy 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, 2014 is 2014-01-01T00:00:00Z. + [OffboardRequestedDateTime ]: The date and time when offboarding was requested for the protection policy. +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. [ProtectionMode ]: BackupPolicyProtectionMode [ProtectionPolicyArtifactCount ]: protectionPolicyArtifactCount @@ -905,9 +997,11 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Status ]: protectionPolicyStatus [Id ]: The unique identifier for an entity. Read-only. - [DriveInclusionRules ]: Contains the details of the OneDrive for Work or School protection rule. + [DriveExclusionUnits ]: The drive exclusion units associated with the OneDrive for work or school protection policy. [CreatedBy ]: identitySet - [CreatedDateTime ]: The time of creation of the rule. + [CreatedDateTime ]: The date and time when the exclusion unit 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, 2014 is 2014-01-01T00:00:00Z. [Error ]: publicError [(Any) ]: This indicates any property can be added to this object. [Code ]: Represents the error code. @@ -923,6 +1017,33 @@ Read-only. [Target ]: The target of the error. [Message ]: A non-localized message for the developer. [Target ]: The target of the error. + [LastModifiedBy ]: identitySet + [LastModifiedDateTime ]: The date and time when the exclusion unit 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, 2014 is 2014-01-01T00:00:00Z. + [PolicyId ]: The unique identifier of the protection policy that contains this exclusion unit. + [Id ]: The unique identifier for an entity. +Read-only. + [DirectoryObjectId ]: The unique identifier of the directory object (user) associated with the drive. + [DriveExclusionUnitsBulkAdditionJobs ]: The list of bulk addition jobs for drive exclusion units associated with the OneDrive for work or school protection policy. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the bulk addition job 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, 2014 is 2014-01-01T00:00:00Z. + [DisplayName ]: The display name of the bulk addition job. + [Error ]: publicError + [LastModifiedBy ]: identitySet + [LastModifiedDateTime ]: The date and time when the bulk addition job 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, 2014 is 2014-01-01T00:00:00Z. + [Status ]: exclusionUnitBulkJobStatus + [Id ]: The unique identifier for an entity. +Read-only. + [Drives ]: The email addresses or user principal names of the users whose OneDrive drives are to be added as exclusion units to the protection policy. + [DriveInclusionRules ]: Contains the details of the OneDrive for Work or School protection rule. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The time of creation of the rule. + [Error ]: publicError [IsAutoApplyEnabled ]: true indicates that the protection rule is dynamic; false that it's static. [LastModifiedBy ]: identitySet [LastModifiedDateTime ]: Timestamp of the last modification made to the rule. @@ -932,12 +1053,19 @@ Read-only. [DriveExpression ]: Contains a drive expression. For examples, see driveExpression examples. [DriveProtectionUnits ]: Contains the protection units associated with a OneDrive for Work or School protection policy. + [BackupRetentionPeriodInDays ]: The retention period of the backup, in days. + [BillingPolicyId ]: The unique identifier of the billing policy assigned to the protection unit for cost allocation. [CreatedBy ]: identitySet [CreatedDateTime ]: The time of creation of the protection unit. [Error ]: publicError [LastModifiedBy ]: identitySet [LastModifiedDateTime ]: Timestamp of the last modification of this protection unit. [OffboardRequestedDateTime ]: The time when protection unit offboard was requested. + [PendingRetentionPeriodChange ]: retentionPeriodChange + [(Any) ]: This indicates any property can be added to this object. + [EffectiveFromDateTime ]: + [Status ]: retentionPeriodChangeStatus + [TargetRetentionPeriodInDays ]: [PolicyId ]: The unique identifier of the protection policy based on which protection unit was created. [ProtectionSources ]: protectionSource [Status ]: protectionUnitStatus @@ -969,6 +1097,85 @@ For example, in the access reviews decisions API, this property might record the [Device ]: identity [User ]: identity +DRIVEEXCLUSIONUNITS : The drive exclusion units associated with the OneDrive for work or school protection policy. + [CreatedBy ]: identitySet + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(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. + [Device ]: identity + [User ]: identity + [CreatedDateTime ]: The date and time when the exclusion unit 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, 2014 is 2014-01-01T00:00:00Z. + [Error ]: publicError + [(Any) ]: This indicates any property can be added to this object. + [Code ]: Represents the error code. + [Details ]: Details of the error. + [Code ]: The error code. + [Message ]: The error message. + [Target ]: The target of the error. + [InnerError ]: publicInnerError + [(Any) ]: This indicates any property can be added to this object. + [Code ]: The error code. + [Details ]: A collection of error details. + [Message ]: The error message. + [Target ]: The target of the error. + [Message ]: A non-localized message for the developer. + [Target ]: The target of the error. + [LastModifiedBy ]: identitySet + [LastModifiedDateTime ]: The date and time when the exclusion unit 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, 2014 is 2014-01-01T00:00:00Z. + [PolicyId ]: The unique identifier of the protection policy that contains this exclusion unit. + [Id ]: The unique identifier for an entity. +Read-only. + [DirectoryObjectId ]: The unique identifier of the directory object (user) associated with the drive. + +DRIVEEXCLUSIONUNITSBULKADDITIONJOBS : The list of bulk addition jobs for drive exclusion units associated with the OneDrive for work or school protection policy. + [CreatedBy ]: identitySet + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(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. + [Device ]: identity + [User ]: identity + [CreatedDateTime ]: The date and time when the bulk addition job 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, 2014 is 2014-01-01T00:00:00Z. + [DisplayName ]: The display name of the bulk addition job. + [Error ]: publicError + [(Any) ]: This indicates any property can be added to this object. + [Code ]: Represents the error code. + [Details ]: Details of the error. + [Code ]: The error code. + [Message ]: The error message. + [Target ]: The target of the error. + [InnerError ]: publicInnerError + [(Any) ]: This indicates any property can be added to this object. + [Code ]: The error code. + [Details ]: A collection of error details. + [Message ]: The error message. + [Target ]: The target of the error. + [Message ]: A non-localized message for the developer. + [Target ]: The target of the error. + [LastModifiedBy ]: identitySet + [LastModifiedDateTime ]: The date and time when the bulk addition job 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, 2014 is 2014-01-01T00:00:00Z. + [Status ]: exclusionUnitBulkJobStatus + [Id ]: The unique identifier for an entity. +Read-only. + [Drives ]: The email addresses or user principal names of the users whose OneDrive drives are to be added as exclusion units to the protection policy. + DRIVEINCLUSIONRULES : Contains the details of the OneDrive for Work or School protection rule. [CreatedBy ]: identitySet [(Any) ]: This indicates any property can be added to this object. @@ -1007,6 +1214,8 @@ Read-only. For examples, see driveExpression examples. DRIVEPROTECTIONUNITS : Contains the protection units associated with a OneDrive for Work or School protection policy. + [BackupRetentionPeriodInDays ]: The retention period of the backup, in days. + [BillingPolicyId ]: The unique identifier of the billing policy assigned to the protection unit for cost allocation. [CreatedBy ]: identitySet [(Any) ]: This indicates any property can be added to this object. [Application ]: identity @@ -1037,6 +1246,11 @@ For example, in the access reviews decisions API, this property might record the [LastModifiedBy ]: identitySet [LastModifiedDateTime ]: Timestamp of the last modification of this protection unit. [OffboardRequestedDateTime ]: The time when protection unit offboard was requested. + [PendingRetentionPeriodChange ]: retentionPeriodChange + [(Any) ]: This indicates any property can be added to this object. + [EffectiveFromDateTime ]: + [Status ]: retentionPeriodChangeStatus + [TargetRetentionPeriodInDays ]: [PolicyId ]: The unique identifier of the protection policy based on which protection unit was created. [ProtectionSources ]: protectionSource [Status ]: protectionUnitStatus @@ -1082,7 +1296,10 @@ Read-only. [Drives ]: The list of email addresses to add to the OneDrive protection policy. INPUTOBJECT ``: Identity Parameter + [ActivityLogBaseId ]: The unique identifier of activityLogBase [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -1090,9 +1307,12 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob @@ -1102,6 +1322,7 @@ INPUTOBJECT ``: Identity Parameter [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase [RestorePointId ]: The unique identifier of restorePoint @@ -1110,6 +1331,8 @@ INPUTOBJECT ``: Identity Parameter [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Update-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSession.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Update-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSession.md index 4fb51bb370437..740f9972ea27a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Update-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSession.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Update-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSession.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/update-mgbetasolutionbackuprestoreonedriveforbusinessrestoresession Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSession --- @@ -36,7 +36,7 @@ Update-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSession [-RestoreSessionArtifactCount ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -48,7 +48,6 @@ Update-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSession [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -67,7 +66,7 @@ Update-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSession [-RestoreSessionArtifactCount ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -79,7 +78,6 @@ Update-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSession [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -359,7 +357,7 @@ HelpMessage: '' ### -GranularDriveRestoreArtifacts - +A collection of browse session id and item key details that can be used to restore OneDrive for work or school files and folders. To construct, see NOTES section for GRANULARDRIVERESTOREARTIFACTS properties and create a hash table. ```yaml @@ -865,12 +863,19 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. + [BackupRetentionPeriodInDays ]: The retention period of the backup, in days. + [BillingPolicyId ]: The unique identifier of the billing policy assigned to the protection unit for cost allocation. [CreatedBy ]: identitySet [CreatedDateTime ]: The time of creation of the protection unit. [Error ]: publicError [LastModifiedBy ]: identitySet [LastModifiedDateTime ]: Timestamp of the last modification of this protection unit. [OffboardRequestedDateTime ]: The time when protection unit offboard was requested. + [PendingRetentionPeriodChange ]: retentionPeriodChange + [(Any) ]: This indicates any property can be added to this object. + [EffectiveFromDateTime ]: + [Status ]: retentionPeriodChangeStatus + [TargetRetentionPeriodInDays ]: [PolicyId ]: The unique identifier of the protection policy based on which protection unit was created. [ProtectionSources ]: protectionSource [Status ]: protectionUnitStatus @@ -902,19 +907,21 @@ Future value; don't use. Read-only. [DirectoryObjectIds ]: The list of directory object IDs that are added to the corresponding OneDrive for work or school restore session in a bulk operation. [Drives ]: The list of email addresses that are added to the corresponding OneDrive for work or school restore session in a bulk operation. - [GranularDriveRestoreArtifacts ]: - [BrowseSessionId ]: - [CompletionDateTime ]: - [RestorePointDateTime ]: - [RestoredItemKey ]: - [RestoredItemPath ]: - [RestoredItemWebUrl ]: - [StartDateTime ]: + [GranularDriveRestoreArtifacts ]: A collection of browse session id and item key details that can be used to restore OneDrive for work or school files and folders. + [BrowseSessionId ]: The unique identifier of the browseSession + [CompletionDateTime ]: Date time when the artifact's restoration completes. + [DestinationType ]: destinationType + [RestorePointDateTime ]: The restore point date time to which the artifact is restored. + [RestoredItemKey ]: The unique identifier for the restored artifact. + [RestoredItemPath ]: The path of the restored artifact. +It's the path of the folder where all the artifacts are restored within a granular restore session. + [RestoredItemWebUrl ]: The web url of the restored artifact. + [StartDateTime ]: The start time of the restoration. [Status ]: artifactRestoreStatus - [WebUrl ]: + [WebUrl ]: The original web url of the artifact being restored. [Id ]: The unique identifier for an entity. Read-only. - [DirectoryObjectId ]: + [DirectoryObjectId ]: Id of the drive in which artifact is present. CREATEDBY ``: identitySet [(Any) ]: This indicates any property can be added to this object. @@ -956,6 +963,8 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. + [BackupRetentionPeriodInDays ]: The retention period of the backup, in days. + [BillingPolicyId ]: The unique identifier of the billing policy assigned to the protection unit for cost allocation. [CreatedBy ]: identitySet [(Any) ]: This indicates any property can be added to this object. [Application ]: identity @@ -972,6 +981,11 @@ For example, in the access reviews decisions API, this property might record the [LastModifiedBy ]: identitySet [LastModifiedDateTime ]: Timestamp of the last modification of this protection unit. [OffboardRequestedDateTime ]: The time when protection unit offboard was requested. + [PendingRetentionPeriodChange ]: retentionPeriodChange + [(Any) ]: This indicates any property can be added to this object. + [EffectiveFromDateTime ]: + [Status ]: retentionPeriodChangeStatus + [TargetRetentionPeriodInDays ]: [PolicyId ]: The unique identifier of the protection policy based on which protection unit was created. [ProtectionSources ]: protectionSource [Status ]: protectionUnitStatus @@ -1045,22 +1059,27 @@ ERROR ``: publicError [Message ]: A non-localized message for the developer. [Target ]: The target of the error. -GRANULARDRIVERESTOREARTIFACTS : . - [BrowseSessionId ]: - [CompletionDateTime ]: - [RestorePointDateTime ]: - [RestoredItemKey ]: - [RestoredItemPath ]: - [RestoredItemWebUrl ]: - [StartDateTime ]: +GRANULARDRIVERESTOREARTIFACTS : A collection of browse session id and item key details that can be used to restore OneDrive for work or school files and folders. + [BrowseSessionId ]: The unique identifier of the browseSession + [CompletionDateTime ]: Date time when the artifact's restoration completes. + [DestinationType ]: destinationType + [RestorePointDateTime ]: The restore point date time to which the artifact is restored. + [RestoredItemKey ]: The unique identifier for the restored artifact. + [RestoredItemPath ]: The path of the restored artifact. +It's the path of the folder where all the artifacts are restored within a granular restore session. + [RestoredItemWebUrl ]: The web url of the restored artifact. + [StartDateTime ]: The start time of the restoration. [Status ]: artifactRestoreStatus - [WebUrl ]: + [WebUrl ]: The original web url of the artifact being restored. [Id ]: The unique identifier for an entity. Read-only. - [DirectoryObjectId ]: + [DirectoryObjectId ]: Id of the drive in which artifact is present. INPUTOBJECT ``: Identity Parameter + [ActivityLogBaseId ]: The unique identifier of activityLogBase [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -1068,9 +1087,12 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob @@ -1080,6 +1102,7 @@ INPUTOBJECT ``: Identity Parameter [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase [RestorePointId ]: The unique identifier of restorePoint @@ -1088,6 +1111,8 @@ INPUTOBJECT ``: Identity Parameter [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Update-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifact.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Update-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifact.md index a928546ebf816..e59051444cba3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Update-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifact.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Update-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifact.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/update-mgbetasolutionbackuprestoreonedriveforbusinessrestoresessiondriverestoreartifact Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifact --- @@ -31,7 +31,6 @@ Update-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreA [-StartDateTime ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -42,7 +41,7 @@ Update-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreA -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -55,7 +54,7 @@ Update-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreA [-RestoredSiteId ] [-StartDateTime ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -66,7 +65,6 @@ Update-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreA [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -712,6 +710,8 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. + [BackupRetentionPeriodInDays ]: The retention period of the backup, in days. + [BillingPolicyId ]: The unique identifier of the billing policy assigned to the protection unit for cost allocation. [CreatedBy ]: identitySet [(Any) ]: This indicates any property can be added to this object. [Application ]: identity @@ -728,6 +728,11 @@ For example, in the access reviews decisions API, this property might record the [LastModifiedBy ]: identitySet [LastModifiedDateTime ]: Timestamp of the last modification of this protection unit. [OffboardRequestedDateTime ]: The time when protection unit offboard was requested. + [PendingRetentionPeriodChange ]: retentionPeriodChange + [(Any) ]: This indicates any property can be added to this object. + [EffectiveFromDateTime ]: + [Status ]: retentionPeriodChangeStatus + [TargetRetentionPeriodInDays ]: [PolicyId ]: The unique identifier of the protection policy based on which protection unit was created. [ProtectionSources ]: protectionSource [Status ]: protectionUnitStatus @@ -755,7 +760,10 @@ ERROR ``: publicError [Target ]: The target of the error. INPUTOBJECT ``: Identity Parameter + [ActivityLogBaseId ]: The unique identifier of activityLogBase [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -763,9 +771,12 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob @@ -775,6 +786,7 @@ INPUTOBJECT ``: Identity Parameter [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase [RestorePointId ]: The unique identifier of restorePoint @@ -783,6 +795,8 @@ INPUTOBJECT ``: Identity Parameter [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob @@ -799,6 +813,8 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. + [BackupRetentionPeriodInDays ]: The retention period of the backup, in days. + [BillingPolicyId ]: The unique identifier of the billing policy assigned to the protection unit for cost allocation. [CreatedBy ]: identitySet [(Any) ]: This indicates any property can be added to this object. [Application ]: identity @@ -829,6 +845,11 @@ For example, in the access reviews decisions API, this property might record the [LastModifiedBy ]: identitySet [LastModifiedDateTime ]: Timestamp of the last modification of this protection unit. [OffboardRequestedDateTime ]: The time when protection unit offboard was requested. + [PendingRetentionPeriodChange ]: retentionPeriodChange + [(Any) ]: This indicates any property can be added to this object. + [EffectiveFromDateTime ]: + [Status ]: retentionPeriodChangeStatus + [TargetRetentionPeriodInDays ]: [PolicyId ]: The unique identifier of the protection policy based on which protection unit was created. [ProtectionSources ]: protectionSource [Status ]: protectionUnitStatus diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Update-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifactBulkAdditionRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Update-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifactBulkAdditionRequest.md index add9d173f0c66..9fc9266218e29 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Update-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifactBulkAdditionRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Update-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifactBulkAdditionRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/update-mgbetasolutionbackuprestoreonedriveforbusinessrestoresessiondriverestoreartifactbulkadditionrequest Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifactBulkAdditionRequest --- @@ -33,7 +33,7 @@ Update-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreA [-ProtectionUnitIds ] [-RestorePointPreference ] [-Status ] [-Tags ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -45,7 +45,6 @@ Update-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreA [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -61,7 +60,7 @@ Update-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreA [-RestorePointPreference ] [-Status ] [-Tags ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -73,7 +72,6 @@ Update-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreA [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -960,7 +958,10 @@ ERROR ``: publicError [Target ]: The target of the error. INPUTOBJECT ``: Identity Parameter + [ActivityLogBaseId ]: The unique identifier of activityLogBase [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -968,9 +969,12 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob @@ -980,6 +984,7 @@ INPUTOBJECT ``: Identity Parameter [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase [RestorePointId ]: The unique identifier of restorePoint @@ -988,6 +993,8 @@ INPUTOBJECT ``: Identity Parameter [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Update-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionGranularDriveRestoreArtifact.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Update-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionGranularDriveRestoreArtifact.md index 22e3ce5ccbc06..009da2d2851ef 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Update-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionGranularDriveRestoreArtifact.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Update-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionGranularDriveRestoreArtifact.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/update-mgbetasolutionbackuprestoreonedriveforbusinessrestoresessiongranulardriverestoreartifact Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionGranularDriveRestoreArtifact --- @@ -15,6 +15,9 @@ title: Update-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionGranul Update the navigation property granularDriveRestoreArtifacts in solutions +> [!NOTE] +> To view the v1.0 release of this cmdlet, view [Update-MgSolutionBackupRestoreOneDriveForBusinessRestoreSessionGranularDriveRestoreArtifact](/powershell/module/Microsoft.Graph.BackupRestore/Update-MgSolutionBackupRestoreOneDriveForBusinessRestoreSessionGranularDriveRestoreArtifact?view=graph-powershell-1.0) + ## SYNTAX ### UpdateExpanded (Default) @@ -23,12 +26,12 @@ Update the navigation property granularDriveRestoreArtifacts in solutions Update-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionGranularDriveRestoreArtifact -GranularDriveRestoreArtifactId -OneDriveForBusinessRestoreSessionId [-ResponseHeadersVariable ] [-AdditionalProperties ] [-BrowseSessionId ] - [-CompletionDateTime ] [-DirectoryObjectId ] [-Id ] - [-RestorePointDateTime ] [-RestoredItemKey ] [-RestoredItemPath ] - [-RestoredItemWebUrl ] [-StartDateTime ] [-Status ] [-WebUrl ] - [-Break] [-Headers ] [-HttpPipelineAppend ] - [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-CompletionDateTime ] [-DestinationType ] [-DirectoryObjectId ] + [-Id ] [-RestorePointDateTime ] [-RestoredItemKey ] + [-RestoredItemPath ] [-RestoredItemWebUrl ] [-StartDateTime ] + [-Status ] [-WebUrl ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -39,7 +42,7 @@ Update-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionGranularDrive -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -48,12 +51,12 @@ Update-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionGranularDrive Update-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionGranularDriveRestoreArtifact -InputObject [-ResponseHeadersVariable ] [-AdditionalProperties ] [-BrowseSessionId ] [-CompletionDateTime ] - [-DirectoryObjectId ] [-Id ] [-RestorePointDateTime ] - [-RestoredItemKey ] [-RestoredItemPath ] [-RestoredItemWebUrl ] - [-StartDateTime ] [-Status ] [-WebUrl ] [-Break] [-Headers ] - [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] + [-DestinationType ] [-DirectoryObjectId ] [-Id ] + [-RestorePointDateTime ] [-RestoredItemKey ] [-RestoredItemPath ] + [-RestoredItemWebUrl ] [-StartDateTime ] [-Status ] [-WebUrl ] + [-Break] [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -64,7 +67,6 @@ Update-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionGranularDrive [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -156,7 +158,7 @@ HelpMessage: '' ### -BrowseSessionId - +The unique identifier of the browseSession ```yaml Type: System.String @@ -183,7 +185,7 @@ HelpMessage: '' ### -CompletionDateTime - +Date time when the artifact's restoration completes. ```yaml Type: System.DateTime @@ -230,9 +232,36 @@ AcceptedValues: [] HelpMessage: '' ``` -### -DirectoryObjectId +### -DestinationType +destinationType +```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: '' +``` + +### -DirectoryObjectId + +Id of the drive in which artifact is present. ```yaml Type: System.String @@ -517,7 +546,7 @@ HelpMessage: '' ### -RestoredItemKey - +The unique identifier for the restored artifact. ```yaml Type: System.String @@ -544,7 +573,8 @@ HelpMessage: '' ### -RestoredItemPath - +The path of the restored artifact. +It's the path of the folder where all the artifacts are restored within a granular restore session. ```yaml Type: System.String @@ -571,7 +601,7 @@ HelpMessage: '' ### -RestoredItemWebUrl - +The web url of the restored artifact. ```yaml Type: System.String @@ -598,7 +628,7 @@ HelpMessage: '' ### -RestorePointDateTime - +The restore point date time to which the artifact is restored. ```yaml Type: System.DateTime @@ -625,7 +655,7 @@ HelpMessage: '' ### -StartDateTime - +The start time of the restoration. ```yaml Type: System.DateTime @@ -679,7 +709,7 @@ HelpMessage: '' ### -WebUrl - +The original web url of the artifact being restored. ```yaml Type: System.String @@ -762,21 +792,26 @@ For information on hash tables, run Get-Help about_Hash_Tables. BODYPARAMETER ``: granularDriveRestoreArtifact [(Any) ]: This indicates any property can be added to this object. - [BrowseSessionId ]: - [CompletionDateTime ]: - [RestorePointDateTime ]: - [RestoredItemKey ]: - [RestoredItemPath ]: - [RestoredItemWebUrl ]: - [StartDateTime ]: + [BrowseSessionId ]: The unique identifier of the browseSession + [CompletionDateTime ]: Date time when the artifact's restoration completes. + [DestinationType ]: destinationType + [RestorePointDateTime ]: The restore point date time to which the artifact is restored. + [RestoredItemKey ]: The unique identifier for the restored artifact. + [RestoredItemPath ]: The path of the restored artifact. +It's the path of the folder where all the artifacts are restored within a granular restore session. + [RestoredItemWebUrl ]: The web url of the restored artifact. + [StartDateTime ]: The start time of the restoration. [Status ]: artifactRestoreStatus - [WebUrl ]: + [WebUrl ]: The original web url of the artifact being restored. [Id ]: The unique identifier for an entity. Read-only. - [DirectoryObjectId ]: + [DirectoryObjectId ]: Id of the drive in which artifact is present. INPUTOBJECT ``: Identity Parameter + [ActivityLogBaseId ]: The unique identifier of activityLogBase [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -784,9 +819,12 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob @@ -796,6 +834,7 @@ INPUTOBJECT ``: Identity Parameter [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase [RestorePointId ]: The unique identifier of restorePoint @@ -804,6 +843,8 @@ INPUTOBJECT ``: Identity Parameter [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Update-MgBetaSolutionBackupRestorePoint.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Update-MgBetaSolutionBackupRestorePoint.md index df9a78557f0e9..51218d31b9e5c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Update-MgBetaSolutionBackupRestorePoint.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Update-MgBetaSolutionBackupRestorePoint.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/update-mgbetasolutionbackuprestorepoint Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaSolutionBackupRestorePoint --- @@ -28,7 +28,7 @@ Update-MgBetaSolutionBackupRestorePoint -RestorePointId [-ResponseHeade [-ProtectionDateTime ] [-ProtectionUnit ] [-Tags ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -38,7 +38,7 @@ Update-MgBetaSolutionBackupRestorePoint -RestorePointId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -50,7 +50,7 @@ Update-MgBetaSolutionBackupRestorePoint -InputObject [-ProtectionUnit ] [-Tags ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -60,7 +60,7 @@ Update-MgBetaSolutionBackupRestorePoint -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -578,6 +578,8 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. + [BackupRetentionPeriodInDays ]: The retention period of the backup, in days. + [BillingPolicyId ]: The unique identifier of the billing policy assigned to the protection unit for cost allocation. [CreatedBy ]: identitySet [(Any) ]: This indicates any property can be added to this object. [Application ]: identity @@ -608,13 +610,21 @@ For example, in the access reviews decisions API, this property might record the [LastModifiedBy ]: identitySet [LastModifiedDateTime ]: Timestamp of the last modification of this protection unit. [OffboardRequestedDateTime ]: The time when protection unit offboard was requested. + [PendingRetentionPeriodChange ]: retentionPeriodChange + [(Any) ]: This indicates any property can be added to this object. + [EffectiveFromDateTime ]: + [Status ]: retentionPeriodChangeStatus + [TargetRetentionPeriodInDays ]: [PolicyId ]: The unique identifier of the protection policy based on which protection unit was created. [ProtectionSources ]: protectionSource [Status ]: protectionUnitStatus [Tags ]: restorePointTags INPUTOBJECT ``: Identity Parameter + [ActivityLogBaseId ]: The unique identifier of activityLogBase [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -622,9 +632,12 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob @@ -634,6 +647,7 @@ INPUTOBJECT ``: Identity Parameter [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase [RestorePointId ]: The unique identifier of restorePoint @@ -642,6 +656,8 @@ INPUTOBJECT ``: Identity Parameter [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob @@ -652,6 +668,8 @@ PROTECTIONUNIT ``: protectionUnitBase [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. + [BackupRetentionPeriodInDays ]: The retention period of the backup, in days. + [BillingPolicyId ]: The unique identifier of the billing policy assigned to the protection unit for cost allocation. [CreatedBy ]: identitySet [(Any) ]: This indicates any property can be added to this object. [Application ]: identity @@ -682,6 +700,11 @@ For example, in the access reviews decisions API, this property might record the [LastModifiedBy ]: identitySet [LastModifiedDateTime ]: Timestamp of the last modification of this protection unit. [OffboardRequestedDateTime ]: The time when protection unit offboard was requested. + [PendingRetentionPeriodChange ]: retentionPeriodChange + [(Any) ]: This indicates any property can be added to this object. + [EffectiveFromDateTime ]: + [Status ]: retentionPeriodChangeStatus + [TargetRetentionPeriodInDays ]: [PolicyId ]: The unique identifier of the protection policy based on which protection unit was created. [ProtectionSources ]: protectionSource [Status ]: protectionUnitStatus diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Update-MgBetaSolutionBackupRestoreProtectionPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Update-MgBetaSolutionBackupRestoreProtectionPolicy.md index f4edae71bb7ee..21f9e86048130 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Update-MgBetaSolutionBackupRestoreProtectionPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Update-MgBetaSolutionBackupRestoreProtectionPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/update-mgbetasolutionbackuprestoreprotectionpolicy Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaSolutionBackupRestoreProtectionPolicy --- @@ -27,12 +27,13 @@ Update-MgBetaSolutionBackupRestoreProtectionPolicy -ProtectionPolicyBaseId ] [-AdditionalProperties ] [-BillingPolicyId ] [-CreatedBy ] [-CreatedDateTime ] [-DisplayName ] [-Id ] [-IsEnabled] [-LastModifiedBy ] - [-LastModifiedDateTime ] [-ProtectionMode ] + [-LastModifiedDateTime ] [-OffboardRequestedDateTime ] + [-ProtectionMode ] [-ProtectionPolicyArtifactCount ] [-RetentionSettings ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -42,7 +43,7 @@ Update-MgBetaSolutionBackupRestoreProtectionPolicy -ProtectionPolicyBaseId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -52,12 +53,13 @@ Update-MgBetaSolutionBackupRestoreProtectionPolicy -InputObject ] [-AdditionalProperties ] [-BillingPolicyId ] [-CreatedBy ] [-CreatedDateTime ] [-DisplayName ] [-Id ] [-IsEnabled] [-LastModifiedBy ] - [-LastModifiedDateTime ] [-ProtectionMode ] + [-LastModifiedDateTime ] [-OffboardRequestedDateTime ] + [-ProtectionMode ] [-ProtectionPolicyArtifactCount ] [-RetentionSettings ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -67,7 +69,7 @@ Update-MgBetaSolutionBackupRestoreProtectionPolicy -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -265,7 +267,7 @@ HelpMessage: '' ### -DisplayName -The name of the policy to be created. +The name of the policy. ```yaml Type: System.String @@ -493,6 +495,35 @@ AcceptedValues: [] HelpMessage: '' ``` +### -OffboardRequestedDateTime + +The date and time when offboarding was requested for the protection policy. +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. + +```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: '' +``` + ### -ProtectionMode BackupPolicyProtectionMode @@ -790,11 +821,14 @@ For example, in the access reviews decisions API, this property might record the [CreatedDateTime ]: The date and time when the policy 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, 2014 is 2014-01-01T00:00:00Z. - [DisplayName ]: The name of the policy to be created. + [DisplayName ]: The name of the policy. [IsEnabled ]: Indicates whether the policy is enabled. [LastModifiedBy ]: identitySet [LastModifiedDateTime ]: The date and time when the policy 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, 2014 is 2014-01-01T00:00:00Z. + [OffboardRequestedDateTime ]: The date and time when offboarding was requested for the protection policy. +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. [ProtectionMode ]: BackupPolicyProtectionMode [ProtectionPolicyArtifactCount ]: protectionPolicyArtifactCount @@ -821,7 +855,10 @@ For example, in the access reviews decisions API, this property might record the [User ]: identity INPUTOBJECT ``: Identity Parameter + [ActivityLogBaseId ]: The unique identifier of activityLogBase [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -829,9 +866,12 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob @@ -841,6 +881,7 @@ INPUTOBJECT ``: Identity Parameter [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase [RestorePointId ]: The unique identifier of restorePoint @@ -849,6 +890,8 @@ INPUTOBJECT ``: Identity Parameter [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Remove-MgBetaSolutionBackupRestoreMailboxBackup.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Update-MgBetaSolutionBackupRestoreReport.md similarity index 77% rename from microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Remove-MgBetaSolutionBackupRestoreMailboxBackup.md rename to microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Update-MgBetaSolutionBackupRestoreReport.md index 18ac55b199035..01f978c7489ec 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Remove-MgBetaSolutionBackupRestoreMailboxBackup.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Update-MgBetaSolutionBackupRestoreReport.md @@ -1,30 +1,38 @@ --- document type: cmdlet external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml -HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/remove-mgbetasolutionbackuprestoremailboxbackup +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/update-mgbetasolutionbackuprestorereport Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 -title: Remove-MgBetaSolutionBackupRestoreMailboxBackup +title: Update-MgBetaSolutionBackupRestoreReport --- -# Remove-MgBetaSolutionBackupRestoreMailboxBackup +# Update-MgBetaSolutionBackupRestoreReport ## SYNOPSIS -Delete navigation property allMailboxesBackup for solutions +Update the navigation property reports in solutions ## SYNTAX -### Delete (Default) +### UpdateExpanded (Default) ``` -Remove-MgBetaSolutionBackupRestoreMailboxBackup [-IfMatch ] +Update-MgBetaSolutionBackupRestoreReport [-ResponseHeadersVariable ] + [-AdditionalProperties ] [-Id ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +### Update + +``` +Update-MgBetaSolutionBackupRestoreReport -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] - [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -34,10 +42,52 @@ This cmdlet has the following aliases, ## DESCRIPTION -Delete navigation property allMailboxesBackup for solutions +Update the navigation property reports in solutions ## 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 + +backupReport + +```yaml +Type: System.Collections.Hashtable +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 @@ -144,9 +194,10 @@ AcceptedValues: [] HelpMessage: '' ``` -### -IfMatch +### -Id -ETag +The unique identifier for an entity. +Read-only. ```yaml Type: System.String @@ -154,28 +205,7 @@ DefaultValue: '' SupportsWildcards: false Aliases: [] ParameterSets: -- Name: (All) - Position: Named - IsRequired: false - 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) +- Name: UpdateExpanded Position: Named IsRequired: false ValueFromPipeline: false @@ -302,13 +332,17 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS +### System.Collections.Hashtable + +{{ Fill in the Description }} + ### System.Collections.IDictionary {{ Fill in the Description }} ## OUTPUTS -### System.Boolean +### System.String {{ Fill in the Description }} @@ -316,7 +350,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## RELATED LINKS -- [Remove-MgBetaSolutionBackupRestoreMailboxBackup](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/remove-mgbetasolutionbackuprestoremailboxbackup) +- [Update-MgBetaSolutionBackupRestoreReport](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/update-mgbetasolutionbackuprestorereport) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Update-MgBetaSolutionBackupRestoreServiceApp.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Update-MgBetaSolutionBackupRestoreServiceApp.md index b95785c6221bf..48494308d7632 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Update-MgBetaSolutionBackupRestoreServiceApp.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Update-MgBetaSolutionBackupRestoreServiceApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/update-mgbetasolutionbackuprestoreserviceapp Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaSolutionBackupRestoreServiceApp --- @@ -30,7 +30,6 @@ Update-MgBetaSolutionBackupRestoreServiceApp -ServiceAppId [-RegistrationDateTime ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -40,7 +39,7 @@ Update-MgBetaSolutionBackupRestoreServiceApp -ServiceAppId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -53,7 +52,6 @@ Update-MgBetaSolutionBackupRestoreServiceApp -InputObject ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -63,7 +61,7 @@ Update-MgBetaSolutionBackupRestoreServiceApp -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -656,7 +654,10 @@ For example, in the access reviews decisions API, this property might record the [Status ]: serviceAppStatus INPUTOBJECT ``: Identity Parameter + [ActivityLogBaseId ]: The unique identifier of activityLogBase [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -664,9 +665,12 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob @@ -676,6 +680,7 @@ INPUTOBJECT ``: Identity Parameter [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase [RestorePointId ]: The unique identifier of restorePoint @@ -684,6 +689,8 @@ INPUTOBJECT ``: Identity Parameter [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Update-MgBetaSolutionBackupRestoreSession.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Update-MgBetaSolutionBackupRestoreSession.md index 43e6829bbdf23..056d4ba0c6af8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Update-MgBetaSolutionBackupRestoreSession.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Update-MgBetaSolutionBackupRestoreSession.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/update-mgbetasolutionbackuprestoresession Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaSolutionBackupRestoreSession --- @@ -32,7 +32,7 @@ Update-MgBetaSolutionBackupRestoreSession -RestoreSessionBaseId [-RestoreSessionArtifactCount ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -42,7 +42,7 @@ Update-MgBetaSolutionBackupRestoreSession -RestoreSessionBaseId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -57,7 +57,7 @@ Update-MgBetaSolutionBackupRestoreSession -InputObject [-RestoreSessionArtifactCount ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -67,7 +67,7 @@ Update-MgBetaSolutionBackupRestoreSession -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -785,7 +785,10 @@ ERROR ``: publicError [Target ]: The target of the error. INPUTOBJECT ``: Identity Parameter + [ActivityLogBaseId ]: The unique identifier of activityLogBase [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -793,9 +796,12 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob @@ -805,6 +811,7 @@ INPUTOBJECT ``: Identity Parameter [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase [RestorePointId ]: The unique identifier of restorePoint @@ -813,6 +820,8 @@ INPUTOBJECT ``: Identity Parameter [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Update-MgBetaSolutionBackupRestoreSharePointBrowseSession.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Update-MgBetaSolutionBackupRestoreSharePointBrowseSession.md index a0efdfd6e9f79..bbbc8d6b71018 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Update-MgBetaSolutionBackupRestoreSharePointBrowseSession.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Update-MgBetaSolutionBackupRestoreSharePointBrowseSession.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/update-mgbetasolutionbackuprestoresharepointbrowsesession Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaSolutionBackupRestoreSharePointBrowseSession --- @@ -15,6 +15,9 @@ title: Update-MgBetaSolutionBackupRestoreSharePointBrowseSession Update the navigation property sharePointBrowseSessions in solutions +> [!NOTE] +> To view the v1.0 release of this cmdlet, view [Update-MgSolutionBackupRestoreSharePointBrowseSession](/powershell/module/Microsoft.Graph.BackupRestore/Update-MgSolutionBackupRestoreSharePointBrowseSession?view=graph-powershell-1.0) + ## SYNTAX ### UpdateExpanded (Default) @@ -24,10 +27,9 @@ Update-MgBetaSolutionBackupRestoreSharePointBrowseSession -SharePointBrowseSessi [-ResponseHeadersVariable ] [-AdditionalProperties ] [-BackupSizeInBytes ] [-CreatedDateTime ] [-Error ] [-ExpirationDateTime ] [-Id ] [-RestorePointDateTime ] - [-SiteId ] [-Status ] [-Break] [-Headers ] + [-RestorePointId ] [-SiteId ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -37,7 +39,7 @@ Update-MgBetaSolutionBackupRestoreSharePointBrowseSession -SharePointBrowseSessi -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -47,10 +49,9 @@ Update-MgBetaSolutionBackupRestoreSharePointBrowseSession -InputObject ] [-AdditionalProperties ] [-BackupSizeInBytes ] [-CreatedDateTime ] [-Error ] [-ExpirationDateTime ] [-Id ] [-RestorePointDateTime ] - [-SiteId ] [-Status ] [-Break] [-Headers ] + [-RestorePointId ] [-SiteId ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -60,7 +61,7 @@ Update-MgBetaSolutionBackupRestoreSharePointBrowseSession -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -103,7 +104,7 @@ HelpMessage: '' ### -BackupSizeInBytes - +The size of the backup in bytes. ```yaml Type: System.String @@ -201,7 +202,9 @@ HelpMessage: '' ### -CreatedDateTime - +The date and time when the browse session 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, 2014 is 2014-01-01T00:00:00Z. ```yaml Type: System.DateTime @@ -256,7 +259,7 @@ HelpMessage: '' ### -ExpirationDateTime - +The date and time after which the browse session is deleted automatically. ```yaml Type: System.DateTime @@ -487,7 +490,7 @@ HelpMessage: '' ### -RestorePointDateTime - +The date and time of the restore point on which the browse session is created. ```yaml Type: System.DateTime @@ -512,6 +515,33 @@ AcceptedValues: [] HelpMessage: '' ``` +### -RestorePointId + + + +```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: '' +``` + ### -SharePointBrowseSessionId The unique identifier of sharePointBrowseSession @@ -541,7 +571,7 @@ HelpMessage: '' ### -SiteId - +Id of the backed-up SharePoint site. ```yaml Type: System.String @@ -651,8 +681,10 @@ For information on hash tables, run Get-Help about_Hash_Tables. BODYPARAMETER ``: sharePointBrowseSession [(Any) ]: This indicates any property can be added to this object. - [BackupSizeInBytes ]: - [CreatedDateTime ]: + [BackupSizeInBytes ]: The size of the backup in bytes. + [CreatedDateTime ]: The date and time when the browse session 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, 2014 is 2014-01-01T00:00:00Z. [Error ]: publicError [(Any) ]: This indicates any property can be added to this object. [Code ]: Represents the error code. @@ -668,12 +700,13 @@ BODYPARAMETER ``: sharePointBrowseSessio [Target ]: The target of the error. [Message ]: A non-localized message for the developer. [Target ]: The target of the error. - [ExpirationDateTime ]: - [RestorePointDateTime ]: + [ExpirationDateTime ]: The date and time after which the browse session is deleted automatically. + [RestorePointDateTime ]: The date and time of the restore point on which the browse session is created. + [RestorePointId ]: [Status ]: browseSessionStatus [Id ]: The unique identifier for an entity. Read-only. - [SiteId ]: + [SiteId ]: Id of the backed-up SharePoint site. ERROR ``: publicError [(Any) ]: This indicates any property can be added to this object. @@ -692,7 +725,10 @@ ERROR ``: publicError [Target ]: The target of the error. INPUTOBJECT ``: Identity Parameter + [ActivityLogBaseId ]: The unique identifier of activityLogBase [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -700,9 +736,12 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob @@ -712,6 +751,7 @@ INPUTOBJECT ``: Identity Parameter [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase [RestorePointId ]: The unique identifier of restorePoint @@ -720,6 +760,8 @@ INPUTOBJECT ``: Identity Parameter [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Update-MgBetaSolutionBackupRestoreSharePointProtectionPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Update-MgBetaSolutionBackupRestoreSharePointProtectionPolicy.md index d998b0e58dc85..742ffc2b59727 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Update-MgBetaSolutionBackupRestoreSharePointProtectionPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Update-MgBetaSolutionBackupRestoreSharePointProtectionPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/update-mgbetasolutionbackuprestoresharepointprotectionpolicy Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaSolutionBackupRestoreSharePointProtectionPolicy --- @@ -28,15 +28,18 @@ Update-MgBetaSolutionBackupRestoreSharePointProtectionPolicy -SharePointProtecti [-ResponseHeadersVariable ] [-AdditionalProperties ] [-BillingPolicyId ] [-CreatedBy ] [-CreatedDateTime ] [-DisplayName ] [-Id ] [-IsEnabled] [-LastModifiedBy ] - [-LastModifiedDateTime ] [-ProtectionMode ] + [-LastModifiedDateTime ] [-OffboardRequestedDateTime ] + [-ProtectionMode ] [-ProtectionPolicyArtifactCount ] [-RetentionSettings ] + [-SiteExclusionUnits ] + [-SiteExclusionUnitsBulkAdditionJobs ] [-SiteInclusionRules ] [-SiteProtectionUnits ] [-SiteProtectionUnitsBulkAdditionJobs ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -46,7 +49,7 @@ Update-MgBetaSolutionBackupRestoreSharePointProtectionPolicy -SharePointProtecti -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -56,15 +59,18 @@ Update-MgBetaSolutionBackupRestoreSharePointProtectionPolicy -InputObject ] [-AdditionalProperties ] [-BillingPolicyId ] [-CreatedBy ] [-CreatedDateTime ] [-DisplayName ] [-Id ] [-IsEnabled] [-LastModifiedBy ] - [-LastModifiedDateTime ] [-ProtectionMode ] + [-LastModifiedDateTime ] [-OffboardRequestedDateTime ] + [-ProtectionMode ] [-ProtectionPolicyArtifactCount ] [-RetentionSettings ] + [-SiteExclusionUnits ] + [-SiteExclusionUnitsBulkAdditionJobs ] [-SiteInclusionRules ] [-SiteProtectionUnits ] [-SiteProtectionUnitsBulkAdditionJobs ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -74,7 +80,7 @@ Update-MgBetaSolutionBackupRestoreSharePointProtectionPolicy -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -273,7 +279,7 @@ HelpMessage: '' ### -DisplayName -The name of the policy to be created. +The name of the policy. ```yaml Type: System.String @@ -501,6 +507,35 @@ AcceptedValues: [] HelpMessage: '' ``` +### -OffboardRequestedDateTime + +The date and time when offboarding was requested for the protection policy. +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. + +```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: '' +``` + ### -ProtectionMode BackupPolicyProtectionMode @@ -696,6 +731,62 @@ AcceptedValues: [] HelpMessage: '' ``` +### -SiteExclusionUnits + +The site exclusion units associated with the SharePoint protection policy. +To construct, see NOTES section for SITEEXCLUSIONUNITS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphSiteExclusionUnit[] +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: '' +``` + +### -SiteExclusionUnitsBulkAdditionJobs + +The list of bulk addition jobs for site exclusion units associated with the SharePoint protection policy. +To construct, see NOTES section for SITEEXCLUSIONUNITSBULKADDITIONJOBS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphSiteExclusionUnitsBulkAdditionJob[] +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: '' +``` + ### -SiteInclusionRules The rules associated with the SharePoint Protection policy. @@ -880,11 +971,14 @@ For example, in the access reviews decisions API, this property might record the [CreatedDateTime ]: The date and time when the policy 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, 2014 is 2014-01-01T00:00:00Z. - [DisplayName ]: The name of the policy to be created. + [DisplayName ]: The name of the policy. [IsEnabled ]: Indicates whether the policy is enabled. [LastModifiedBy ]: identitySet [LastModifiedDateTime ]: The date and time when the policy 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, 2014 is 2014-01-01T00:00:00Z. + [OffboardRequestedDateTime ]: The date and time when offboarding was requested for the protection policy. +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. [ProtectionMode ]: BackupPolicyProtectionMode [ProtectionPolicyArtifactCount ]: protectionPolicyArtifactCount @@ -899,9 +993,11 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Status ]: protectionPolicyStatus [Id ]: The unique identifier for an entity. Read-only. - [SiteInclusionRules ]: The rules associated with the SharePoint Protection policy. + [SiteExclusionUnits ]: The site exclusion units associated with the SharePoint protection policy. [CreatedBy ]: identitySet - [CreatedDateTime ]: The time of creation of the rule. + [CreatedDateTime ]: The date and time when the exclusion unit 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, 2014 is 2014-01-01T00:00:00Z. [Error ]: publicError [(Any) ]: This indicates any property can be added to this object. [Code ]: Represents the error code. @@ -917,6 +1013,33 @@ Read-only. [Target ]: The target of the error. [Message ]: A non-localized message for the developer. [Target ]: The target of the error. + [LastModifiedBy ]: identitySet + [LastModifiedDateTime ]: The date and time when the exclusion unit 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, 2014 is 2014-01-01T00:00:00Z. + [PolicyId ]: The unique identifier of the protection policy that contains this exclusion unit. + [Id ]: The unique identifier for an entity. +Read-only. + [SiteId ]: The unique identifier of the SharePoint site. + [SiteExclusionUnitsBulkAdditionJobs ]: The list of bulk addition jobs for site exclusion units associated with the SharePoint protection policy. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the bulk addition job 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, 2014 is 2014-01-01T00:00:00Z. + [DisplayName ]: The display name of the bulk addition job. + [Error ]: publicError + [LastModifiedBy ]: identitySet + [LastModifiedDateTime ]: The date and time when the bulk addition job 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, 2014 is 2014-01-01T00:00:00Z. + [Status ]: exclusionUnitBulkJobStatus + [Id ]: The unique identifier for an entity. +Read-only. + [SiteWebUrls ]: The URLs of SharePoint sites to be added as exclusion units to the protection policy. + [SiteInclusionRules ]: The rules associated with the SharePoint Protection policy. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The time of creation of the rule. + [Error ]: publicError [IsAutoApplyEnabled ]: true indicates that the protection rule is dynamic; false that it's static. [LastModifiedBy ]: identitySet [LastModifiedDateTime ]: Timestamp of the last modification made to the rule. @@ -926,12 +1049,19 @@ Read-only. [SiteExpression ]: Contains a site expression. For examples, see siteExpression example. [SiteProtectionUnits ]: The protection units (sites) that are protected under the site protection policy. + [BackupRetentionPeriodInDays ]: The retention period of the backup, in days. + [BillingPolicyId ]: The unique identifier of the billing policy assigned to the protection unit for cost allocation. [CreatedBy ]: identitySet [CreatedDateTime ]: The time of creation of the protection unit. [Error ]: publicError [LastModifiedBy ]: identitySet [LastModifiedDateTime ]: Timestamp of the last modification of this protection unit. [OffboardRequestedDateTime ]: The time when protection unit offboard was requested. + [PendingRetentionPeriodChange ]: retentionPeriodChange + [(Any) ]: This indicates any property can be added to this object. + [EffectiveFromDateTime ]: + [Status ]: retentionPeriodChangeStatus + [TargetRetentionPeriodInDays ]: [PolicyId ]: The unique identifier of the protection policy based on which protection unit was created. [ProtectionSources ]: protectionSource [Status ]: protectionUnitStatus @@ -964,7 +1094,10 @@ For example, in the access reviews decisions API, this property might record the [User ]: identity INPUTOBJECT ``: Identity Parameter + [ActivityLogBaseId ]: The unique identifier of activityLogBase [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -972,9 +1105,12 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob @@ -984,6 +1120,7 @@ INPUTOBJECT ``: Identity Parameter [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase [RestorePointId ]: The unique identifier of restorePoint @@ -992,6 +1129,8 @@ INPUTOBJECT ``: Identity Parameter [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob @@ -1021,6 +1160,85 @@ RETENTIONSETTINGS : Contains the retention se [Interval ]: The frequency of the backup. [Period ]: The period of time to retain the protected data for a single Microsoft 365 service. +SITEEXCLUSIONUNITS : The site exclusion units associated with the SharePoint protection policy. + [CreatedBy ]: identitySet + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(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. + [Device ]: identity + [User ]: identity + [CreatedDateTime ]: The date and time when the exclusion unit 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, 2014 is 2014-01-01T00:00:00Z. + [Error ]: publicError + [(Any) ]: This indicates any property can be added to this object. + [Code ]: Represents the error code. + [Details ]: Details of the error. + [Code ]: The error code. + [Message ]: The error message. + [Target ]: The target of the error. + [InnerError ]: publicInnerError + [(Any) ]: This indicates any property can be added to this object. + [Code ]: The error code. + [Details ]: A collection of error details. + [Message ]: The error message. + [Target ]: The target of the error. + [Message ]: A non-localized message for the developer. + [Target ]: The target of the error. + [LastModifiedBy ]: identitySet + [LastModifiedDateTime ]: The date and time when the exclusion unit 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, 2014 is 2014-01-01T00:00:00Z. + [PolicyId ]: The unique identifier of the protection policy that contains this exclusion unit. + [Id ]: The unique identifier for an entity. +Read-only. + [SiteId ]: The unique identifier of the SharePoint site. + +SITEEXCLUSIONUNITSBULKADDITIONJOBS : The list of bulk addition jobs for site exclusion units associated with the SharePoint protection policy. + [CreatedBy ]: identitySet + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(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. + [Device ]: identity + [User ]: identity + [CreatedDateTime ]: The date and time when the bulk addition job 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, 2014 is 2014-01-01T00:00:00Z. + [DisplayName ]: The display name of the bulk addition job. + [Error ]: publicError + [(Any) ]: This indicates any property can be added to this object. + [Code ]: Represents the error code. + [Details ]: Details of the error. + [Code ]: The error code. + [Message ]: The error message. + [Target ]: The target of the error. + [InnerError ]: publicInnerError + [(Any) ]: This indicates any property can be added to this object. + [Code ]: The error code. + [Details ]: A collection of error details. + [Message ]: The error message. + [Target ]: The target of the error. + [Message ]: A non-localized message for the developer. + [Target ]: The target of the error. + [LastModifiedBy ]: identitySet + [LastModifiedDateTime ]: The date and time when the bulk addition job 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, 2014 is 2014-01-01T00:00:00Z. + [Status ]: exclusionUnitBulkJobStatus + [Id ]: The unique identifier for an entity. +Read-only. + [SiteWebUrls ]: The URLs of SharePoint sites to be added as exclusion units to the protection policy. + SITEINCLUSIONRULES : The rules associated with the SharePoint Protection policy. [CreatedBy ]: identitySet [(Any) ]: This indicates any property can be added to this object. @@ -1059,6 +1277,8 @@ Read-only. For examples, see siteExpression example. SITEPROTECTIONUNITS : The protection units (sites) that are protected under the site protection policy. + [BackupRetentionPeriodInDays ]: The retention period of the backup, in days. + [BillingPolicyId ]: The unique identifier of the billing policy assigned to the protection unit for cost allocation. [CreatedBy ]: identitySet [(Any) ]: This indicates any property can be added to this object. [Application ]: identity @@ -1089,6 +1309,11 @@ For example, in the access reviews decisions API, this property might record the [LastModifiedBy ]: identitySet [LastModifiedDateTime ]: Timestamp of the last modification of this protection unit. [OffboardRequestedDateTime ]: The time when protection unit offboard was requested. + [PendingRetentionPeriodChange ]: retentionPeriodChange + [(Any) ]: This indicates any property can be added to this object. + [EffectiveFromDateTime ]: + [Status ]: retentionPeriodChangeStatus + [TargetRetentionPeriodInDays ]: [PolicyId ]: The unique identifier of the protection policy based on which protection unit was created. [ProtectionSources ]: protectionSource [Status ]: protectionUnitStatus diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Update-MgBetaSolutionBackupRestoreSharePointRestoreSession.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Update-MgBetaSolutionBackupRestoreSharePointRestoreSession.md index 60dba6062d583..7af997ff28d4a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Update-MgBetaSolutionBackupRestoreSharePointRestoreSession.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Update-MgBetaSolutionBackupRestoreSharePointRestoreSession.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/update-mgbetasolutionbackuprestoresharepointrestoresession Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaSolutionBackupRestoreSharePointRestoreSession --- @@ -13,7 +13,7 @@ title: Update-MgBetaSolutionBackupRestoreSharePointRestoreSession ## SYNOPSIS -Update the navigation property sharePointRestoreSessions in solutions +Update the properties of a sharePointRestoreSession object. > [!NOTE] > To view the v1.0 release of this cmdlet, view [Update-MgSolutionBackupRestoreSharePointRestoreSession](/powershell/module/Microsoft.Graph.BackupRestore/Update-MgSolutionBackupRestoreSharePointRestoreSession?view=graph-powershell-1.0) @@ -35,7 +35,7 @@ Update-MgBetaSolutionBackupRestoreSharePointRestoreSession -SharePointRestoreSes [-SiteRestoreArtifactsBulkAdditionRequests ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -45,7 +45,7 @@ Update-MgBetaSolutionBackupRestoreSharePointRestoreSession -SharePointRestoreSes -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -63,7 +63,7 @@ Update-MgBetaSolutionBackupRestoreSharePointRestoreSession -InputObject ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -73,7 +73,7 @@ Update-MgBetaSolutionBackupRestoreSharePointRestoreSession -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -83,7 +83,7 @@ This cmdlet has the following aliases, ## DESCRIPTION -Update the navigation property sharePointRestoreSessions in solutions +Update the properties of a sharePointRestoreSession object. ## PARAMETERS @@ -297,7 +297,7 @@ HelpMessage: '' ### -GranularSiteRestoreArtifacts - +A collection of browse session id and item key details that can be used to restore SharePoint files and folders. To construct, see NOTES section for GRANULARSITERESTOREARTIFACTS properties and create a hash table. ```yaml @@ -845,19 +845,21 @@ For example, in the access reviews decisions API, this property might record the [Status ]: restoreSessionStatus [Id ]: The unique identifier for an entity. Read-only. - [GranularSiteRestoreArtifacts ]: - [BrowseSessionId ]: - [CompletionDateTime ]: - [RestorePointDateTime ]: - [RestoredItemKey ]: - [RestoredItemPath ]: - [RestoredItemWebUrl ]: - [StartDateTime ]: + [GranularSiteRestoreArtifacts ]: A collection of browse session id and item key details that can be used to restore SharePoint files and folders. + [BrowseSessionId ]: The unique identifier of the browseSession + [CompletionDateTime ]: Date time when the artifact's restoration completes. + [DestinationType ]: destinationType + [RestorePointDateTime ]: The restore point date time to which the artifact is restored. + [RestoredItemKey ]: The unique identifier for the restored artifact. + [RestoredItemPath ]: The path of the restored artifact. +It's the path of the folder where all the artifacts are restored within a granular restore session. + [RestoredItemWebUrl ]: The web url of the restored artifact. + [StartDateTime ]: The start time of the restoration. [Status ]: artifactRestoreStatus - [WebUrl ]: + [WebUrl ]: The original web url of the artifact being restored. [Id ]: The unique identifier for an entity. Read-only. - [SiteId ]: + [SiteId ]: Id of the site in which artifact is present. [SiteRestoreArtifacts ]: A collection of restore points and destination details that can be used to restore SharePoint sites. [CompletionDateTime ]: The time when restoration of restore artifact is completed. [DestinationType ]: destinationType @@ -872,12 +874,19 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. + [BackupRetentionPeriodInDays ]: The retention period of the backup, in days. + [BillingPolicyId ]: The unique identifier of the billing policy assigned to the protection unit for cost allocation. [CreatedBy ]: identitySet [CreatedDateTime ]: The time of creation of the protection unit. [Error ]: publicError [LastModifiedBy ]: identitySet [LastModifiedDateTime ]: Timestamp of the last modification of this protection unit. [OffboardRequestedDateTime ]: The time when protection unit offboard was requested. + [PendingRetentionPeriodChange ]: retentionPeriodChange + [(Any) ]: This indicates any property can be added to this object. + [EffectiveFromDateTime ]: + [Status ]: retentionPeriodChangeStatus + [TargetRetentionPeriodInDays ]: [PolicyId ]: The unique identifier of the protection policy based on which protection unit was created. [ProtectionSources ]: protectionSource [Status ]: protectionUnitStatus @@ -938,22 +947,27 @@ ERROR ``: publicError [Message ]: A non-localized message for the developer. [Target ]: The target of the error. -GRANULARSITERESTOREARTIFACTS : . - [BrowseSessionId ]: - [CompletionDateTime ]: - [RestorePointDateTime ]: - [RestoredItemKey ]: - [RestoredItemPath ]: - [RestoredItemWebUrl ]: - [StartDateTime ]: +GRANULARSITERESTOREARTIFACTS : A collection of browse session id and item key details that can be used to restore SharePoint files and folders. + [BrowseSessionId ]: The unique identifier of the browseSession + [CompletionDateTime ]: Date time when the artifact's restoration completes. + [DestinationType ]: destinationType + [RestorePointDateTime ]: The restore point date time to which the artifact is restored. + [RestoredItemKey ]: The unique identifier for the restored artifact. + [RestoredItemPath ]: The path of the restored artifact. +It's the path of the folder where all the artifacts are restored within a granular restore session. + [RestoredItemWebUrl ]: The web url of the restored artifact. + [StartDateTime ]: The start time of the restoration. [Status ]: artifactRestoreStatus - [WebUrl ]: + [WebUrl ]: The original web url of the artifact being restored. [Id ]: The unique identifier for an entity. Read-only. - [SiteId ]: + [SiteId ]: Id of the site in which artifact is present. INPUTOBJECT ``: Identity Parameter + [ActivityLogBaseId ]: The unique identifier of activityLogBase [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -961,9 +975,12 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob @@ -973,6 +990,7 @@ INPUTOBJECT ``: Identity Parameter [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase [RestorePointId ]: The unique identifier of restorePoint @@ -981,6 +999,8 @@ INPUTOBJECT ``: Identity Parameter [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob @@ -1034,6 +1054,8 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. + [BackupRetentionPeriodInDays ]: The retention period of the backup, in days. + [BillingPolicyId ]: The unique identifier of the billing policy assigned to the protection unit for cost allocation. [CreatedBy ]: identitySet [(Any) ]: This indicates any property can be added to this object. [Application ]: identity @@ -1050,6 +1072,11 @@ For example, in the access reviews decisions API, this property might record the [LastModifiedBy ]: identitySet [LastModifiedDateTime ]: Timestamp of the last modification of this protection unit. [OffboardRequestedDateTime ]: The time when protection unit offboard was requested. + [PendingRetentionPeriodChange ]: retentionPeriodChange + [(Any) ]: This indicates any property can be added to this object. + [EffectiveFromDateTime ]: + [Status ]: retentionPeriodChangeStatus + [TargetRetentionPeriodInDays ]: [PolicyId ]: The unique identifier of the protection policy based on which protection unit was created. [ProtectionSources ]: protectionSource [Status ]: protectionUnitStatus @@ -1111,6 +1138,7 @@ Read-only. ## RELATED LINKS - [Update-MgBetaSolutionBackupRestoreSharePointRestoreSession](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/update-mgbetasolutionbackuprestoresharepointrestoresession) +- [Graph API Reference](https://learn.microsoft.com/graph/api/sharepointrestoresession-update?view=graph-rest-beta) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Update-MgBetaSolutionBackupRestoreSharePointRestoreSessionGranularSiteRestoreArtifact.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Update-MgBetaSolutionBackupRestoreSharePointRestoreSessionGranularSiteRestoreArtifact.md index cf98f18096dfc..a3c220e60a348 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Update-MgBetaSolutionBackupRestoreSharePointRestoreSessionGranularSiteRestoreArtifact.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Update-MgBetaSolutionBackupRestoreSharePointRestoreSessionGranularSiteRestoreArtifact.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/update-mgbetasolutionbackuprestoresharepointrestoresessiongranularsiterestoreartifact Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaSolutionBackupRestoreSharePointRestoreSessionGranularSiteRestoreArtifact --- @@ -15,6 +15,9 @@ title: Update-MgBetaSolutionBackupRestoreSharePointRestoreSessionGranularSiteRes Update the navigation property granularSiteRestoreArtifacts in solutions +> [!NOTE] +> To view the v1.0 release of this cmdlet, view [Update-MgSolutionBackupRestoreSharePointRestoreSessionGranularSiteRestoreArtifact](/powershell/module/Microsoft.Graph.BackupRestore/Update-MgSolutionBackupRestoreSharePointRestoreSessionGranularSiteRestoreArtifact?view=graph-powershell-1.0) + ## SYNTAX ### UpdateExpanded (Default) @@ -23,12 +26,12 @@ Update the navigation property granularSiteRestoreArtifacts in solutions Update-MgBetaSolutionBackupRestoreSharePointRestoreSessionGranularSiteRestoreArtifact -GranularSiteRestoreArtifactId -SharePointRestoreSessionId [-ResponseHeadersVariable ] [-AdditionalProperties ] [-BrowseSessionId ] - [-CompletionDateTime ] [-Id ] [-RestorePointDateTime ] - [-RestoredItemKey ] [-RestoredItemPath ] [-RestoredItemWebUrl ] - [-SiteId ] [-StartDateTime ] [-Status ] [-WebUrl ] [-Break] - [-Headers ] [-HttpPipelineAppend ] + [-CompletionDateTime ] [-DestinationType ] [-Id ] + [-RestorePointDateTime ] [-RestoredItemKey ] [-RestoredItemPath ] + [-RestoredItemWebUrl ] [-SiteId ] [-StartDateTime ] [-Status ] + [-WebUrl ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -39,7 +42,7 @@ Update-MgBetaSolutionBackupRestoreSharePointRestoreSessionGranularSiteRestoreArt -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -48,12 +51,12 @@ Update-MgBetaSolutionBackupRestoreSharePointRestoreSessionGranularSiteRestoreArt Update-MgBetaSolutionBackupRestoreSharePointRestoreSessionGranularSiteRestoreArtifact -InputObject [-ResponseHeadersVariable ] [-AdditionalProperties ] [-BrowseSessionId ] [-CompletionDateTime ] - [-Id ] [-RestorePointDateTime ] [-RestoredItemKey ] - [-RestoredItemPath ] [-RestoredItemWebUrl ] [-SiteId ] - [-StartDateTime ] [-Status ] [-WebUrl ] [-Break] [-Headers ] - [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] + [-DestinationType ] [-Id ] [-RestorePointDateTime ] + [-RestoredItemKey ] [-RestoredItemPath ] [-RestoredItemWebUrl ] + [-SiteId ] [-StartDateTime ] [-Status ] [-WebUrl ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -64,7 +67,6 @@ Update-MgBetaSolutionBackupRestoreSharePointRestoreSessionGranularSiteRestoreArt [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -156,7 +158,7 @@ HelpMessage: '' ### -BrowseSessionId - +The unique identifier of the browseSession ```yaml Type: System.String @@ -183,7 +185,7 @@ HelpMessage: '' ### -CompletionDateTime - +Date time when the artifact's restoration completes. ```yaml Type: System.DateTime @@ -230,6 +232,33 @@ AcceptedValues: [] HelpMessage: '' ``` +### -DestinationType + +destinationType + +```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: '' +``` + ### -GranularSiteRestoreArtifactId The unique identifier of granularSiteRestoreArtifact @@ -463,7 +492,7 @@ HelpMessage: '' ### -RestoredItemKey - +The unique identifier for the restored artifact. ```yaml Type: System.String @@ -490,7 +519,8 @@ HelpMessage: '' ### -RestoredItemPath - +The path of the restored artifact. +It's the path of the folder where all the artifacts are restored within a granular restore session. ```yaml Type: System.String @@ -517,7 +547,7 @@ HelpMessage: '' ### -RestoredItemWebUrl - +The web url of the restored artifact. ```yaml Type: System.String @@ -544,7 +574,7 @@ HelpMessage: '' ### -RestorePointDateTime - +The restore point date time to which the artifact is restored. ```yaml Type: System.DateTime @@ -598,7 +628,7 @@ HelpMessage: '' ### -SiteId - +Id of the site in which artifact is present. ```yaml Type: System.String @@ -625,7 +655,7 @@ HelpMessage: '' ### -StartDateTime - +The start time of the restoration. ```yaml Type: System.DateTime @@ -679,7 +709,7 @@ HelpMessage: '' ### -WebUrl - +The original web url of the artifact being restored. ```yaml Type: System.String @@ -762,21 +792,26 @@ For information on hash tables, run Get-Help about_Hash_Tables. BODYPARAMETER ``: granularSiteRestoreArtifact [(Any) ]: This indicates any property can be added to this object. - [BrowseSessionId ]: - [CompletionDateTime ]: - [RestorePointDateTime ]: - [RestoredItemKey ]: - [RestoredItemPath ]: - [RestoredItemWebUrl ]: - [StartDateTime ]: + [BrowseSessionId ]: The unique identifier of the browseSession + [CompletionDateTime ]: Date time when the artifact's restoration completes. + [DestinationType ]: destinationType + [RestorePointDateTime ]: The restore point date time to which the artifact is restored. + [RestoredItemKey ]: The unique identifier for the restored artifact. + [RestoredItemPath ]: The path of the restored artifact. +It's the path of the folder where all the artifacts are restored within a granular restore session. + [RestoredItemWebUrl ]: The web url of the restored artifact. + [StartDateTime ]: The start time of the restoration. [Status ]: artifactRestoreStatus - [WebUrl ]: + [WebUrl ]: The original web url of the artifact being restored. [Id ]: The unique identifier for an entity. Read-only. - [SiteId ]: + [SiteId ]: Id of the site in which artifact is present. INPUTOBJECT ``: Identity Parameter + [ActivityLogBaseId ]: The unique identifier of activityLogBase [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -784,9 +819,12 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob @@ -796,6 +834,7 @@ INPUTOBJECT ``: Identity Parameter [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase [RestorePointId ]: The unique identifier of restorePoint @@ -804,6 +843,8 @@ INPUTOBJECT ``: Identity Parameter [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Update-MgBetaSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifact.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Update-MgBetaSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifact.md index a795b843437a6..420d4f0b9ffb0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Update-MgBetaSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifact.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Update-MgBetaSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifact.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/update-mgbetasolutionbackuprestoresharepointrestoresessionsiterestoreartifact Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifact --- @@ -31,7 +31,6 @@ Update-MgBetaSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifact [-StartDateTime ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -42,7 +41,7 @@ Update-MgBetaSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifact -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -55,7 +54,7 @@ Update-MgBetaSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifact [-RestoredSiteId ] [-StartDateTime ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -66,7 +65,6 @@ Update-MgBetaSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifact [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -712,6 +710,8 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. + [BackupRetentionPeriodInDays ]: The retention period of the backup, in days. + [BillingPolicyId ]: The unique identifier of the billing policy assigned to the protection unit for cost allocation. [CreatedBy ]: identitySet [(Any) ]: This indicates any property can be added to this object. [Application ]: identity @@ -728,6 +728,11 @@ For example, in the access reviews decisions API, this property might record the [LastModifiedBy ]: identitySet [LastModifiedDateTime ]: Timestamp of the last modification of this protection unit. [OffboardRequestedDateTime ]: The time when protection unit offboard was requested. + [PendingRetentionPeriodChange ]: retentionPeriodChange + [(Any) ]: This indicates any property can be added to this object. + [EffectiveFromDateTime ]: + [Status ]: retentionPeriodChangeStatus + [TargetRetentionPeriodInDays ]: [PolicyId ]: The unique identifier of the protection policy based on which protection unit was created. [ProtectionSources ]: protectionSource [Status ]: protectionUnitStatus @@ -755,7 +760,10 @@ ERROR ``: publicError [Target ]: The target of the error. INPUTOBJECT ``: Identity Parameter + [ActivityLogBaseId ]: The unique identifier of activityLogBase [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -763,9 +771,12 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob @@ -775,6 +786,7 @@ INPUTOBJECT ``: Identity Parameter [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase [RestorePointId ]: The unique identifier of restorePoint @@ -783,6 +795,8 @@ INPUTOBJECT ``: Identity Parameter [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob @@ -799,6 +813,8 @@ Read-only. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. + [BackupRetentionPeriodInDays ]: The retention period of the backup, in days. + [BillingPolicyId ]: The unique identifier of the billing policy assigned to the protection unit for cost allocation. [CreatedBy ]: identitySet [(Any) ]: This indicates any property can be added to this object. [Application ]: identity @@ -829,6 +845,11 @@ For example, in the access reviews decisions API, this property might record the [LastModifiedBy ]: identitySet [LastModifiedDateTime ]: Timestamp of the last modification of this protection unit. [OffboardRequestedDateTime ]: The time when protection unit offboard was requested. + [PendingRetentionPeriodChange ]: retentionPeriodChange + [(Any) ]: This indicates any property can be added to this object. + [EffectiveFromDateTime ]: + [Status ]: retentionPeriodChangeStatus + [TargetRetentionPeriodInDays ]: [PolicyId ]: The unique identifier of the protection policy based on which protection unit was created. [ProtectionSources ]: protectionSource [Status ]: protectionUnitStatus diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Update-MgBetaSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifactBulkAdditionRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Update-MgBetaSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifactBulkAdditionRequest.md index 75573b3092120..d80057a49d685 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Update-MgBetaSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifactBulkAdditionRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Update-MgBetaSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifactBulkAdditionRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/update-mgbetasolutionbackuprestoresharepointrestoresessionsiterestoreartifactbulkadditionrequest Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifactBulkAdditionRequest --- @@ -34,7 +34,6 @@ Update-MgBetaSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifactBul [-Status ] [-Tags ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -46,7 +45,6 @@ Update-MgBetaSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifactBul [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -62,7 +60,6 @@ Update-MgBetaSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifactBul [-SiteWebUrls ] [-Status ] [-Tags ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -74,7 +71,6 @@ Update-MgBetaSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifactBul [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -961,7 +957,10 @@ ERROR ``: publicError [Target ]: The target of the error. INPUTOBJECT ``: Identity Parameter + [ActivityLogBaseId ]: The unique identifier of activityLogBase [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -969,9 +968,12 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob @@ -981,6 +983,7 @@ INPUTOBJECT ``: Identity Parameter [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase [RestorePointId ]: The unique identifier of restorePoint @@ -989,6 +992,8 @@ INPUTOBJECT ``: Identity Parameter [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Update-MgBetaSolutionBackupRestoreSiteExclusionUnit.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Update-MgBetaSolutionBackupRestoreSiteExclusionUnit.md new file mode 100644 index 0000000000000..85bab75a62f80 --- /dev/null +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Update-MgBetaSolutionBackupRestoreSiteExclusionUnit.md @@ -0,0 +1,808 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/update-mgbetasolutionbackuprestoresiteexclusionunit +Locale: en-US +Module Name: Microsoft.Graph.Beta.BackupRestore +ms.date: 07/10/2026 +PlatyPS schema version: 2024-05-01 +title: Update-MgBetaSolutionBackupRestoreSiteExclusionUnit +--- + +# Update-MgBetaSolutionBackupRestoreSiteExclusionUnit + +## SYNOPSIS + +Update the navigation property siteExclusionUnits in solutions + +## SYNTAX + +### UpdateExpanded (Default) + +``` +Update-MgBetaSolutionBackupRestoreSiteExclusionUnit -SiteExclusionUnitId + [-ResponseHeadersVariable ] [-AdditionalProperties ] + [-CreatedBy ] [-CreatedDateTime ] + [-Error ] [-Id ] [-LastModifiedBy ] + [-LastModifiedDateTime ] [-PolicyId ] [-SiteId ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +### Update + +``` +Update-MgBetaSolutionBackupRestoreSiteExclusionUnit -SiteExclusionUnitId + -BodyParameter [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +### UpdateViaIdentityExpanded + +``` +Update-MgBetaSolutionBackupRestoreSiteExclusionUnit -InputObject + [-ResponseHeadersVariable ] [-AdditionalProperties ] + [-CreatedBy ] [-CreatedDateTime ] + [-Error ] [-Id ] [-LastModifiedBy ] + [-LastModifiedDateTime ] [-PolicyId ] [-SiteId ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +### UpdateViaIdentity + +``` +Update-MgBetaSolutionBackupRestoreSiteExclusionUnit -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 siteExclusionUnits in solutions + +## 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 + +siteExclusionUnit +To construct, see NOTES section for BODYPARAMETER properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphSiteExclusionUnit +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: '' +``` + +### -CreatedBy + +identitySet +To construct, see NOTES section for CREATEDBY properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphIdentitySet +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: '' +``` + +### -CreatedDateTime + +The date and time when the exclusion unit 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, 2014 is 2014-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: '' +``` + +### -Error + +publicError +To construct, see NOTES section for ERROR properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphPublicError +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: '' +``` + +### -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: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IBackupRestoreIdentity +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: '' +``` + +### -LastModifiedBy + +identitySet +To construct, see NOTES section for LASTMODIFIEDBY properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphIdentitySet +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: '' +``` + +### -LastModifiedDateTime + +The date and time when the exclusion unit 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, 2014 is 2014-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: '' +``` + +### -PolicyId + +The unique identifier of the protection policy that contains this exclusion unit. + +```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: '' +``` + +### -SiteExclusionUnitId + +The unique identifier of siteExclusionUnit + +```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: '' +``` + +### -SiteId + +The unique identifier of the SharePoint site. + +```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: '' +``` + +### -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.IBackupRestoreIdentity + +{{ Fill in the Description }} + +### Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphSiteExclusionUnit + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphSiteExclusionUnit + +{{ 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 ``: siteExclusionUnit + [(Any) ]: This indicates any property can be added to this object. + [CreatedBy ]: identitySet + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(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. + [Device ]: identity + [User ]: identity + [CreatedDateTime ]: The date and time when the exclusion unit 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, 2014 is 2014-01-01T00:00:00Z. + [Error ]: publicError + [(Any) ]: This indicates any property can be added to this object. + [Code ]: Represents the error code. + [Details ]: Details of the error. + [Code ]: The error code. + [Message ]: The error message. + [Target ]: The target of the error. + [InnerError ]: publicInnerError + [(Any) ]: This indicates any property can be added to this object. + [Code ]: The error code. + [Details ]: A collection of error details. + [Message ]: The error message. + [Target ]: The target of the error. + [Message ]: A non-localized message for the developer. + [Target ]: The target of the error. + [LastModifiedBy ]: identitySet + [LastModifiedDateTime ]: The date and time when the exclusion unit 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, 2014 is 2014-01-01T00:00:00Z. + [PolicyId ]: The unique identifier of the protection policy that contains this exclusion unit. + [Id ]: The unique identifier for an entity. +Read-only. + [SiteId ]: The unique identifier of the SharePoint site. + +CREATEDBY ``: identitySet + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(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. + [Device ]: identity + [User ]: identity + +ERROR ``: publicError + [(Any) ]: This indicates any property can be added to this object. + [Code ]: Represents the error code. + [Details ]: Details of the error. + [Code ]: The error code. + [Message ]: The error message. + [Target ]: The target of the error. + [InnerError ]: publicInnerError + [(Any) ]: This indicates any property can be added to this object. + [Code ]: The error code. + [Details ]: A collection of error details. + [Message ]: The error message. + [Target ]: The target of the error. + [Message ]: A non-localized message for the developer. + [Target ]: The target of the error. + +INPUTOBJECT ``: Identity Parameter + [ActivityLogBaseId ]: The unique identifier of activityLogBase + [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob + [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule + [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit + [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob + [DriveRestoreArtifactId ]: The unique identifier of driveRestoreArtifact + [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest + [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy + [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase + [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact + [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact + [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob + [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule + [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit + [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob + [MailboxRestoreArtifactId ]: The unique identifier of mailboxRestoreArtifact + [MailboxRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of mailboxRestoreArtifactsBulkAdditionRequest + [NextFetchToken ]: Usage: nextFetchToken='{nextFetchToken}' + [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession + [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy + [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' + [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase + [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase + [RestorePointId ]: The unique identifier of restorePoint + [RestoreSessionBaseId ]: The unique identifier of restoreSessionBase + [ServiceAppId ]: The unique identifier of serviceApp + [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession + [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy + [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob + [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule + [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit + [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob + [SiteRestoreArtifactId ]: The unique identifier of siteRestoreArtifact + [SiteRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of siteRestoreArtifactsBulkAdditionRequest + +LASTMODIFIEDBY ``: identitySet + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(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. + [Device ]: identity + [User ]: identity + + +## RELATED LINKS + +- [Update-MgBetaSolutionBackupRestoreSiteExclusionUnit](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/update-mgbetasolutionbackuprestoresiteexclusionunit) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Update-MgBetaSolutionBackupRestoreSiteExclusionUnitBulkAdditionJob.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Update-MgBetaSolutionBackupRestoreSiteExclusionUnitBulkAdditionJob.md new file mode 100644 index 0000000000000..53eb0eca706fa --- /dev/null +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Update-MgBetaSolutionBackupRestoreSiteExclusionUnitBulkAdditionJob.md @@ -0,0 +1,838 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/update-mgbetasolutionbackuprestoresiteexclusionunitbulkadditionjob +Locale: en-US +Module Name: Microsoft.Graph.Beta.BackupRestore +ms.date: 07/10/2026 +PlatyPS schema version: 2024-05-01 +title: Update-MgBetaSolutionBackupRestoreSiteExclusionUnitBulkAdditionJob +--- + +# Update-MgBetaSolutionBackupRestoreSiteExclusionUnitBulkAdditionJob + +## SYNOPSIS + +Update the navigation property siteExclusionUnitsBulkAdditionJobs in solutions + +## SYNTAX + +### UpdateExpanded (Default) + +``` +Update-MgBetaSolutionBackupRestoreSiteExclusionUnitBulkAdditionJob + -SiteExclusionUnitsBulkAdditionJobId [-ResponseHeadersVariable ] + [-AdditionalProperties ] [-CreatedBy ] + [-CreatedDateTime ] [-DisplayName ] [-Error ] + [-Id ] [-LastModifiedBy ] [-LastModifiedDateTime ] + [-SiteWebUrls ] [-Status ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +### Update + +``` +Update-MgBetaSolutionBackupRestoreSiteExclusionUnitBulkAdditionJob + -SiteExclusionUnitsBulkAdditionJobId + -BodyParameter + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +### UpdateViaIdentityExpanded + +``` +Update-MgBetaSolutionBackupRestoreSiteExclusionUnitBulkAdditionJob + -InputObject [-ResponseHeadersVariable ] + [-AdditionalProperties ] [-CreatedBy ] + [-CreatedDateTime ] [-DisplayName ] [-Error ] + [-Id ] [-LastModifiedBy ] [-LastModifiedDateTime ] + [-SiteWebUrls ] [-Status ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +### UpdateViaIdentity + +``` +Update-MgBetaSolutionBackupRestoreSiteExclusionUnitBulkAdditionJob + -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 siteExclusionUnitsBulkAdditionJobs in solutions + +## 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 + +siteExclusionUnitsBulkAdditionJob +To construct, see NOTES section for BODYPARAMETER properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphSiteExclusionUnitsBulkAdditionJob +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: '' +``` + +### -CreatedBy + +identitySet +To construct, see NOTES section for CREATEDBY properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphIdentitySet +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: '' +``` + +### -CreatedDateTime + +The date and time when the bulk addition job 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, 2014 is 2014-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: '' +``` + +### -DisplayName + +The display name of the bulk addition job. + +```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: '' +``` + +### -Error + +publicError +To construct, see NOTES section for ERROR properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphPublicError +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: '' +``` + +### -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: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IBackupRestoreIdentity +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: '' +``` + +### -LastModifiedBy + +identitySet +To construct, see NOTES section for LASTMODIFIEDBY properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphIdentitySet +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: '' +``` + +### -LastModifiedDateTime + +The date and time when the bulk addition job 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, 2014 is 2014-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: '' +``` + +### -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: '' +``` + +### -SiteExclusionUnitsBulkAdditionJobId + +The unique identifier of siteExclusionUnitsBulkAdditionJob + +```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: '' +``` + +### -SiteWebUrls + +The URLs of SharePoint sites to be added as exclusion units to the protection policy. + +```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: '' +``` + +### -Status + +exclusionUnitBulkJobStatus + +```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: '' +``` + +### -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.IBackupRestoreIdentity + +{{ Fill in the Description }} + +### Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphSiteExclusionUnitsBulkAdditionJob + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphSiteExclusionUnitsBulkAdditionJob + +{{ 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 ``: siteExclusionUnitsBulkAdditionJob + [(Any) ]: This indicates any property can be added to this object. + [CreatedBy ]: identitySet + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(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. + [Device ]: identity + [User ]: identity + [CreatedDateTime ]: The date and time when the bulk addition job 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, 2014 is 2014-01-01T00:00:00Z. + [DisplayName ]: The display name of the bulk addition job. + [Error ]: publicError + [(Any) ]: This indicates any property can be added to this object. + [Code ]: Represents the error code. + [Details ]: Details of the error. + [Code ]: The error code. + [Message ]: The error message. + [Target ]: The target of the error. + [InnerError ]: publicInnerError + [(Any) ]: This indicates any property can be added to this object. + [Code ]: The error code. + [Details ]: A collection of error details. + [Message ]: The error message. + [Target ]: The target of the error. + [Message ]: A non-localized message for the developer. + [Target ]: The target of the error. + [LastModifiedBy ]: identitySet + [LastModifiedDateTime ]: The date and time when the bulk addition job 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, 2014 is 2014-01-01T00:00:00Z. + [Status ]: exclusionUnitBulkJobStatus + [Id ]: The unique identifier for an entity. +Read-only. + [SiteWebUrls ]: The URLs of SharePoint sites to be added as exclusion units to the protection policy. + +CREATEDBY ``: identitySet + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(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. + [Device ]: identity + [User ]: identity + +ERROR ``: publicError + [(Any) ]: This indicates any property can be added to this object. + [Code ]: Represents the error code. + [Details ]: Details of the error. + [Code ]: The error code. + [Message ]: The error message. + [Target ]: The target of the error. + [InnerError ]: publicInnerError + [(Any) ]: This indicates any property can be added to this object. + [Code ]: The error code. + [Details ]: A collection of error details. + [Message ]: The error message. + [Target ]: The target of the error. + [Message ]: A non-localized message for the developer. + [Target ]: The target of the error. + +INPUTOBJECT ``: Identity Parameter + [ActivityLogBaseId ]: The unique identifier of activityLogBase + [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob + [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule + [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit + [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob + [DriveRestoreArtifactId ]: The unique identifier of driveRestoreArtifact + [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest + [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy + [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase + [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact + [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact + [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob + [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule + [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit + [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob + [MailboxRestoreArtifactId ]: The unique identifier of mailboxRestoreArtifact + [MailboxRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of mailboxRestoreArtifactsBulkAdditionRequest + [NextFetchToken ]: Usage: nextFetchToken='{nextFetchToken}' + [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession + [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy + [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' + [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase + [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase + [RestorePointId ]: The unique identifier of restorePoint + [RestoreSessionBaseId ]: The unique identifier of restoreSessionBase + [ServiceAppId ]: The unique identifier of serviceApp + [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession + [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy + [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob + [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule + [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit + [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob + [SiteRestoreArtifactId ]: The unique identifier of siteRestoreArtifact + [SiteRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of siteRestoreArtifactsBulkAdditionRequest + +LASTMODIFIEDBY ``: identitySet + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(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. + [Device ]: identity + [User ]: identity + + +## RELATED LINKS + +- [Update-MgBetaSolutionBackupRestoreSiteExclusionUnitBulkAdditionJob](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/update-mgbetasolutionbackuprestoresiteexclusionunitbulkadditionjob) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Update-MgBetaSolutionBackupRestoreSiteInclusionRule.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Update-MgBetaSolutionBackupRestoreSiteInclusionRule.md index 49cf52cfe2e14..c6b2aa6b70556 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Update-MgBetaSolutionBackupRestoreSiteInclusionRule.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Update-MgBetaSolutionBackupRestoreSiteInclusionRule.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/update-mgbetasolutionbackuprestoresiteinclusionrule Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaSolutionBackupRestoreSiteInclusionRule --- @@ -31,7 +31,6 @@ Update-MgBetaSolutionBackupRestoreSiteInclusionRule -SiteProtectionRuleId ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -41,7 +40,7 @@ Update-MgBetaSolutionBackupRestoreSiteInclusionRule -SiteProtectionRuleId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -55,7 +54,6 @@ Update-MgBetaSolutionBackupRestoreSiteInclusionRule -InputObject ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -65,7 +63,7 @@ Update-MgBetaSolutionBackupRestoreSiteInclusionRule -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -751,7 +749,10 @@ ERROR ``: publicError [Target ]: The target of the error. INPUTOBJECT ``: Identity Parameter + [ActivityLogBaseId ]: The unique identifier of activityLogBase [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -759,9 +760,12 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob @@ -771,6 +775,7 @@ INPUTOBJECT ``: Identity Parameter [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase [RestorePointId ]: The unique identifier of restorePoint @@ -779,6 +784,8 @@ INPUTOBJECT ``: Identity Parameter [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Update-MgBetaSolutionBackupRestoreSiteProtectionUnit.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Update-MgBetaSolutionBackupRestoreSiteProtectionUnit.md index 72d8efd3ba6b4..3005a05f4e4a4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Update-MgBetaSolutionBackupRestoreSiteProtectionUnit.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Update-MgBetaSolutionBackupRestoreSiteProtectionUnit.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/update-mgbetasolutionbackuprestoresiteprotectionunit Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaSolutionBackupRestoreSiteProtectionUnit --- @@ -25,13 +25,15 @@ Update the navigation property siteProtectionUnits in solutions ``` Update-MgBetaSolutionBackupRestoreSiteProtectionUnit -SiteProtectionUnitId [-ResponseHeadersVariable ] [-AdditionalProperties ] + [-BackupRetentionPeriodInDays ] [-BillingPolicyId ] [-CreatedBy ] [-CreatedDateTime ] [-Error ] [-Id ] [-LastModifiedBy ] - [-LastModifiedDateTime ] [-OffboardRequestedDateTime ] [-PolicyId ] + [-LastModifiedDateTime ] [-OffboardRequestedDateTime ] + [-PendingRetentionPeriodChange ] [-PolicyId ] [-ProtectionSources ] [-SiteId ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -41,7 +43,7 @@ Update-MgBetaSolutionBackupRestoreSiteProtectionUnit -SiteProtectionUnitId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -49,13 +51,15 @@ Update-MgBetaSolutionBackupRestoreSiteProtectionUnit -SiteProtectionUnitId [-ResponseHeadersVariable ] [-AdditionalProperties ] + [-BackupRetentionPeriodInDays ] [-BillingPolicyId ] [-CreatedBy ] [-CreatedDateTime ] [-Error ] [-Id ] [-LastModifiedBy ] - [-LastModifiedDateTime ] [-OffboardRequestedDateTime ] [-PolicyId ] + [-LastModifiedDateTime ] [-OffboardRequestedDateTime ] + [-PendingRetentionPeriodChange ] [-PolicyId ] [-ProtectionSources ] [-SiteId ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -65,7 +69,7 @@ Update-MgBetaSolutionBackupRestoreSiteProtectionUnit -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -106,6 +110,60 @@ AcceptedValues: [] HelpMessage: '' ``` +### -BackupRetentionPeriodInDays + +The retention period of the backup, in days. + +```yaml +Type: System.Int32 +DefaultValue: 0 +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: '' +``` + +### -BillingPolicyId + +The unique identifier of the billing policy assigned to the protection unit for cost allocation. + +```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: '' +``` + ### -BodyParameter siteProtectionUnit @@ -461,6 +519,34 @@ AcceptedValues: [] HelpMessage: '' ``` +### -PendingRetentionPeriodChange + +retentionPeriodChange +To construct, see NOTES section for PENDINGRETENTIONPERIODCHANGE properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphRetentionPeriodChange +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: '' +``` + ### -PolicyId The unique identifier of the protection policy based on which protection unit was created. @@ -739,6 +825,8 @@ For information on hash tables, run Get-Help about_Hash_Tables. BODYPARAMETER ``: siteProtectionUnit [(Any) ]: This indicates any property can be added to this object. + [BackupRetentionPeriodInDays ]: The retention period of the backup, in days. + [BillingPolicyId ]: The unique identifier of the billing policy assigned to the protection unit for cost allocation. [CreatedBy ]: identitySet [(Any) ]: This indicates any property can be added to this object. [Application ]: identity @@ -769,6 +857,11 @@ For example, in the access reviews decisions API, this property might record the [LastModifiedBy ]: identitySet [LastModifiedDateTime ]: Timestamp of the last modification of this protection unit. [OffboardRequestedDateTime ]: The time when protection unit offboard was requested. + [PendingRetentionPeriodChange ]: retentionPeriodChange + [(Any) ]: This indicates any property can be added to this object. + [EffectiveFromDateTime ]: + [Status ]: retentionPeriodChangeStatus + [TargetRetentionPeriodInDays ]: [PolicyId ]: The unique identifier of the protection policy based on which protection unit was created. [ProtectionSources ]: protectionSource [Status ]: protectionUnitStatus @@ -805,7 +898,10 @@ ERROR ``: publicError [Target ]: The target of the error. INPUTOBJECT ``: Identity Parameter + [ActivityLogBaseId ]: The unique identifier of activityLogBase [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -813,9 +909,12 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob @@ -825,6 +924,7 @@ INPUTOBJECT ``: Identity Parameter [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase [RestorePointId ]: The unique identifier of restorePoint @@ -833,6 +933,8 @@ INPUTOBJECT ``: Identity Parameter [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob @@ -851,6 +953,12 @@ For example, in the access reviews decisions API, this property might record the [Device ]: identity [User ]: identity +PENDINGRETENTIONPERIODCHANGE ``: retentionPeriodChange + [(Any) ]: This indicates any property can be added to this object. + [EffectiveFromDateTime ]: + [Status ]: retentionPeriodChangeStatus + [TargetRetentionPeriodInDays ]: + ## RELATED LINKS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Update-MgBetaSolutionBackupRestoreSiteProtectionUnitBulkAdditionJob.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Update-MgBetaSolutionBackupRestoreSiteProtectionUnitBulkAdditionJob.md index ddf7b1eb5ac45..dab08fcba9e0a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Update-MgBetaSolutionBackupRestoreSiteProtectionUnitBulkAdditionJob.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Update-MgBetaSolutionBackupRestoreSiteProtectionUnitBulkAdditionJob.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/update-mgbetasolutionbackuprestoresiteprotectionunitbulkadditionjob Locale: en-US Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaSolutionBackupRestoreSiteProtectionUnitBulkAdditionJob --- @@ -31,7 +31,7 @@ Update-MgBetaSolutionBackupRestoreSiteProtectionUnitBulkAdditionJob [-SiteIds ] [-SiteWebUrls ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -43,7 +43,6 @@ Update-MgBetaSolutionBackupRestoreSiteProtectionUnitBulkAdditionJob [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -57,7 +56,7 @@ Update-MgBetaSolutionBackupRestoreSiteProtectionUnitBulkAdditionJob [-SiteIds ] [-SiteWebUrls ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -69,7 +68,6 @@ Update-MgBetaSolutionBackupRestoreSiteProtectionUnitBulkAdditionJob [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -781,7 +779,10 @@ ERROR ``: publicError [Target ]: The target of the error. INPUTOBJECT ``: Identity Parameter + [ActivityLogBaseId ]: The unique identifier of activityLogBase [BrowseSessionBaseId ]: The unique identifier of browseSessionBase + [DriveExclusionUnitId ]: The unique identifier of driveExclusionUnit + [DriveExclusionUnitsBulkAdditionJobId ]: The unique identifier of driveExclusionUnitsBulkAdditionJob [DriveProtectionRuleId ]: The unique identifier of driveProtectionRule [DriveProtectionUnitId ]: The unique identifier of driveProtectionUnit [DriveProtectionUnitsBulkAdditionJobId ]: The unique identifier of driveProtectionUnitsBulkAdditionJob @@ -789,9 +790,12 @@ INPUTOBJECT ``: Identity Parameter [DriveRestoreArtifactsBulkAdditionRequestId ]: The unique identifier of driveRestoreArtifactsBulkAdditionRequest [ExchangeProtectionPolicyId ]: The unique identifier of exchangeProtectionPolicy [ExchangeRestoreSessionId ]: The unique identifier of exchangeRestoreSession + [ExclusionUnitBaseId ]: The unique identifier of exclusionUnitBase [GranularDriveRestoreArtifactId ]: The unique identifier of granularDriveRestoreArtifact [GranularMailboxRestoreArtifactId ]: The unique identifier of granularMailboxRestoreArtifact [GranularSiteRestoreArtifactId ]: The unique identifier of granularSiteRestoreArtifact + [MailboxExclusionUnitId ]: The unique identifier of mailboxExclusionUnit + [MailboxExclusionUnitsBulkAdditionJobId ]: The unique identifier of mailboxExclusionUnitsBulkAdditionJob [MailboxProtectionRuleId ]: The unique identifier of mailboxProtectionRule [MailboxProtectionUnitId ]: The unique identifier of mailboxProtectionUnit [MailboxProtectionUnitsBulkAdditionJobId ]: The unique identifier of mailboxProtectionUnitsBulkAdditionJob @@ -801,6 +805,7 @@ INPUTOBJECT ``: Identity Parameter [OneDriveForBusinessBrowseSessionId ]: The unique identifier of oneDriveForBusinessBrowseSession [OneDriveForBusinessProtectionPolicyId ]: The unique identifier of oneDriveForBusinessProtectionPolicy [OneDriveForBusinessRestoreSessionId ]: The unique identifier of oneDriveForBusinessRestoreSession + [PolicyId ]: Usage: policyId='{policyId}' [ProtectionPolicyBaseId ]: The unique identifier of protectionPolicyBase [ProtectionUnitBaseId ]: The unique identifier of protectionUnitBase [RestorePointId ]: The unique identifier of restorePoint @@ -809,6 +814,8 @@ INPUTOBJECT ``: Identity Parameter [SharePointBrowseSessionId ]: The unique identifier of sharePointBrowseSession [SharePointProtectionPolicyId ]: The unique identifier of sharePointProtectionPolicy [SharePointRestoreSessionId ]: The unique identifier of sharePointRestoreSession + [SiteExclusionUnitId ]: The unique identifier of siteExclusionUnit + [SiteExclusionUnitsBulkAdditionJobId ]: The unique identifier of siteExclusionUnitsBulkAdditionJob [SiteProtectionRuleId ]: The unique identifier of siteProtectionRule [SiteProtectionUnitId ]: The unique identifier of siteProtectionUnit [SiteProtectionUnitsBulkAdditionJobId ]: The unique identifier of siteProtectionUnitsBulkAdditionJob diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaBookingBusiness.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaBookingBusiness.md index 8f7b2e8774526..bd6f858f655ba 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaBookingBusiness.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaBookingBusiness.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/get-mgbetabookingbusiness Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaBookingBusiness --- @@ -28,7 +28,7 @@ Get-MgBetaBookingBusiness [-ExpandProperty ] [-Property ] [- [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get1 @@ -37,7 +37,7 @@ Get-MgBetaBookingBusiness [-ExpandProperty ] [-Property ] [- Get-MgBetaBookingBusiness -BookingBusinessId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### Get @@ -46,7 +46,7 @@ Get-MgBetaBookingBusiness -BookingBusinessId [-ExpandProperty [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity1 @@ -55,7 +55,7 @@ Get-MgBetaBookingBusiness -BookingBusinessId [-ExpandProperty [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -64,7 +64,7 @@ Get-MgBetaBookingBusiness -InputObject [-ExpandProperty [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### List1 @@ -75,7 +75,7 @@ Get-MgBetaBookingBusiness [-ExpandProperty ] [-Property ] [- [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ## ALIASES @@ -91,9 +91,9 @@ Represents a Microsoft Bookings Business. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Bookings.Read.All, BookingsAppointment.ReadWrite.All, Bookings.ReadWrite.All, Bookings.Manage.All, | +| Delegated (work or school account) | Bookings.Read.All, Bookings.Manage.All, Bookings.ReadWrite.All, BookingsAppointment.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | BookingsAppointment.ReadWrite.All, Bookings.ReadWrite.All, Bookings.Read.All, Bookings.Manage.All, | +| Application | BookingsAppointment.ReadWrite.All, Bookings.Manage.All, Bookings.Read.All, Bookings.ReadWrite.All, | ## EXAMPLES ### Example 1: Using the Get-MgBetaBookingBusiness Cmdlet diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaBookingBusinessAppointment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaBookingBusinessAppointment.md index 88629ebd3051f..b90ea048422a6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaBookingBusinessAppointment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaBookingBusinessAppointment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/get-mgbetabookingbusinessappointment Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaBookingBusinessAppointment --- @@ -30,7 +30,7 @@ Get-MgBetaBookingBusinessAppointment -BookingBusinessId [-ExpandPropert [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get1 @@ -40,7 +40,7 @@ Get-MgBetaBookingBusinessAppointment -BookingAppointmentId -BookingBusi [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### Get @@ -50,7 +50,7 @@ Get-MgBetaBookingBusinessAppointment -BookingAppointmentId -BookingBusi [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### List1 @@ -61,7 +61,7 @@ Get-MgBetaBookingBusinessAppointment -BookingBusinessId [-ExpandPropert [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### GetViaIdentity1 @@ -70,7 +70,7 @@ Get-MgBetaBookingBusinessAppointment -BookingBusinessId [-ExpandPropert Get-MgBetaBookingBusinessAppointment -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -79,7 +79,7 @@ Get-MgBetaBookingBusinessAppointment -InputObject [-ExpandPr Get-MgBetaBookingBusinessAppointment -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -97,9 +97,9 @@ Nullable. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Bookings.Read.All, BookingsAppointment.ReadWrite.All, Bookings.ReadWrite.All, Bookings.Manage.All, | +| Delegated (work or school account) | Bookings.Read.All, Bookings.Manage.All, Bookings.ReadWrite.All, BookingsAppointment.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | BookingsAppointment.ReadWrite.All, Bookings.ReadWrite.All, Bookings.Read.All, Bookings.Manage.All, | +| Application | BookingsAppointment.ReadWrite.All, Bookings.Manage.All, Bookings.Read.All, Bookings.ReadWrite.All, | ## EXAMPLES ### Example 1: Using the Get-MgBetaBookingBusinessAppointment Cmdlet diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaBookingBusinessAppointmentCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaBookingBusinessAppointmentCount.md index e3be51b0562d5..b82fc6a255008 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaBookingBusinessAppointmentCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaBookingBusinessAppointmentCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/get-mgbetabookingbusinessappointmentcount Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaBookingBusinessAppointmentCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaBookingBusinessAppointmentCount -BookingBusinessId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### Get1 @@ -35,7 +35,7 @@ Get-MgBetaBookingBusinessAppointmentCount -BookingBusinessId [-Filter < Get-MgBetaBookingBusinessAppointmentCount -BookingBusinessId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity1 @@ -44,7 +44,7 @@ Get-MgBetaBookingBusinessAppointmentCount -BookingBusinessId [-Filter < Get-MgBetaBookingBusinessAppointmentCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -53,7 +53,7 @@ Get-MgBetaBookingBusinessAppointmentCount -InputObject [-Fil Get-MgBetaBookingBusinessAppointmentCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -69,9 +69,9 @@ Get the number of the resource | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Bookings.Read.All, BookingsAppointment.ReadWrite.All, Bookings.ReadWrite.All, Bookings.Manage.All, | +| Delegated (work or school account) | Bookings.Read.All, Bookings.Manage.All, Bookings.ReadWrite.All, BookingsAppointment.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | Bookings.Read.All, BookingsAppointment.ReadWrite.All, Bookings.ReadWrite.All, Bookings.Manage.All, | +| Application | Bookings.Read.All, Bookings.Manage.All, Bookings.ReadWrite.All, BookingsAppointment.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaBookingBusinessCalendarView.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaBookingBusinessCalendarView.md index 33eaf2ce99427..3bf0652547bb6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaBookingBusinessCalendarView.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaBookingBusinessCalendarView.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/get-mgbetabookingbusinesscalendarview Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaBookingBusinessCalendarView --- @@ -31,7 +31,6 @@ Get-MgBetaBookingBusinessCalendarView -BookingBusinessId -End [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get1 @@ -41,7 +40,7 @@ Get-MgBetaBookingBusinessCalendarView -BookingAppointmentId -BookingBus -End -Start [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### Get @@ -51,7 +50,7 @@ Get-MgBetaBookingBusinessCalendarView -BookingAppointmentId -BookingBus -End -Start [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### List1 @@ -63,7 +62,6 @@ Get-MgBetaBookingBusinessCalendarView -BookingBusinessId -End [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### GetViaIdentity1 @@ -73,7 +71,7 @@ Get-MgBetaBookingBusinessCalendarView -InputObject -End ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -83,7 +81,7 @@ Get-MgBetaBookingBusinessCalendarView -InputObject -End ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaBookingBusinessCalendarViewCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaBookingBusinessCalendarViewCount.md index 8ae6d43ce17b9..c281cfff8956b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaBookingBusinessCalendarViewCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaBookingBusinessCalendarViewCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/get-mgbetabookingbusinesscalendarviewcount Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaBookingBusinessCalendarViewCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaBookingBusinessCalendarViewCount -BookingBusinessId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### Get1 @@ -35,7 +35,7 @@ Get-MgBetaBookingBusinessCalendarViewCount -BookingBusinessId [-Filter Get-MgBetaBookingBusinessCalendarViewCount -BookingBusinessId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity1 @@ -44,7 +44,7 @@ Get-MgBetaBookingBusinessCalendarViewCount -BookingBusinessId [-Filter Get-MgBetaBookingBusinessCalendarViewCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -53,7 +53,7 @@ Get-MgBetaBookingBusinessCalendarViewCount -InputObject [-Fi Get-MgBetaBookingBusinessCalendarViewCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -69,9 +69,9 @@ Get the number of the resource | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Bookings.Read.All, BookingsAppointment.ReadWrite.All, Bookings.ReadWrite.All, Bookings.Manage.All, | +| Delegated (work or school account) | Bookings.Read.All, Bookings.Manage.All, Bookings.ReadWrite.All, BookingsAppointment.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | Bookings.Read.All, BookingsAppointment.ReadWrite.All, Bookings.ReadWrite.All, Bookings.Manage.All, | +| Application | Bookings.Read.All, Bookings.Manage.All, Bookings.ReadWrite.All, BookingsAppointment.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaBookingBusinessCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaBookingBusinessCount.md index 6cd4ef8b576f0..1af5d143d92e9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaBookingBusinessCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaBookingBusinessCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/get-mgbetabookingbusinesscount Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaBookingBusinessCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaBookingBusinessCount [-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) | Bookings.Read.All, BookingsAppointment.ReadWrite.All, Bookings.ReadWrite.All, Bookings.Manage.All, | +| Delegated (work or school account) | Bookings.Read.All, Bookings.Manage.All, Bookings.ReadWrite.All, BookingsAppointment.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | Bookings.Read.All, Bookings.ReadWrite.All, Bookings.Manage.All, | +| Application | Bookings.Read.All, Bookings.Manage.All, Bookings.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaBookingBusinessCustomQuestion.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaBookingBusinessCustomQuestion.md index 3078252925c75..aa43e64cff9f3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaBookingBusinessCustomQuestion.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaBookingBusinessCustomQuestion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/get-mgbetabookingbusinesscustomquestion Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaBookingBusinessCustomQuestion --- @@ -28,7 +28,7 @@ Get-MgBetaBookingBusinessCustomQuestion -BookingBusinessId [-ExpandProp [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### List1 @@ -39,7 +39,7 @@ Get-MgBetaBookingBusinessCustomQuestion -BookingBusinessId [-ExpandProp [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get1 @@ -49,7 +49,7 @@ Get-MgBetaBookingBusinessCustomQuestion -BookingBusinessId -BookingCustomQuestionId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### Get @@ -59,7 +59,7 @@ Get-MgBetaBookingBusinessCustomQuestion -BookingBusinessId -BookingCustomQuestionId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity1 @@ -69,7 +69,7 @@ Get-MgBetaBookingBusinessCustomQuestion -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -79,7 +79,7 @@ Get-MgBetaBookingBusinessCustomQuestion -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -95,9 +95,9 @@ All custom questions of this business. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Bookings.Read.All, BookingsAppointment.ReadWrite.All, Bookings.ReadWrite.All, Bookings.Manage.All, | +| Delegated (work or school account) | Bookings.Read.All, Bookings.Manage.All, Bookings.ReadWrite.All, BookingsAppointment.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | Bookings.Read.All, BookingsAppointment.ReadWrite.All, Bookings.ReadWrite.All, Bookings.Manage.All, | +| Application | Bookings.Read.All, Bookings.Manage.All, Bookings.ReadWrite.All, BookingsAppointment.ReadWrite.All, | ## EXAMPLES ### Example 1: Using the Get-MgBetaBookingBusinessCustomQuestion Cmdlet diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaBookingBusinessCustomQuestionCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaBookingBusinessCustomQuestionCount.md index 2e640807d6463..c399a6f26694b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaBookingBusinessCustomQuestionCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaBookingBusinessCustomQuestionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/get-mgbetabookingbusinesscustomquestioncount Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaBookingBusinessCustomQuestionCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaBookingBusinessCustomQuestionCount -BookingBusinessId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### Get1 @@ -35,7 +35,7 @@ Get-MgBetaBookingBusinessCustomQuestionCount -BookingBusinessId [-Filte Get-MgBetaBookingBusinessCustomQuestionCount -BookingBusinessId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity1 @@ -44,7 +44,7 @@ Get-MgBetaBookingBusinessCustomQuestionCount -BookingBusinessId [-Filte Get-MgBetaBookingBusinessCustomQuestionCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -53,7 +53,7 @@ Get-MgBetaBookingBusinessCustomQuestionCount -InputObject [- Get-MgBetaBookingBusinessCustomQuestionCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -69,9 +69,9 @@ Get the number of the resource | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Bookings.Read.All, BookingsAppointment.ReadWrite.All, Bookings.ReadWrite.All, Bookings.Manage.All, | +| Delegated (work or school account) | Bookings.Read.All, Bookings.Manage.All, Bookings.ReadWrite.All, BookingsAppointment.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | Bookings.Read.All, Bookings.ReadWrite.All, Bookings.Manage.All, | +| Application | Bookings.Read.All, Bookings.Manage.All, Bookings.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaBookingBusinessCustomer.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaBookingBusinessCustomer.md index c9c153411acbc..812d6d1075fad 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaBookingBusinessCustomer.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaBookingBusinessCustomer.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/get-mgbetabookingbusinesscustomer Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaBookingBusinessCustomer --- @@ -30,7 +30,7 @@ Get-MgBetaBookingBusinessCustomer -BookingBusinessId [-ExpandProperty < [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### List1 @@ -41,7 +41,7 @@ Get-MgBetaBookingBusinessCustomer -BookingBusinessId [-ExpandProperty < [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get1 @@ -51,7 +51,7 @@ Get-MgBetaBookingBusinessCustomer -BookingBusinessId -BookingCustomerId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### Get @@ -61,7 +61,7 @@ Get-MgBetaBookingBusinessCustomer -BookingBusinessId -BookingCustomerId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity1 @@ -70,7 +70,7 @@ Get-MgBetaBookingBusinessCustomer -BookingBusinessId -BookingCustomerId Get-MgBetaBookingBusinessCustomer -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -79,7 +79,7 @@ Get-MgBetaBookingBusinessCustomer -InputObject [-ExpandPrope Get-MgBetaBookingBusinessCustomer -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -97,9 +97,9 @@ Nullable. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Bookings.Read.All, BookingsAppointment.ReadWrite.All, Bookings.ReadWrite.All, Bookings.Manage.All, | +| Delegated (work or school account) | Bookings.Read.All, Bookings.Manage.All, Bookings.ReadWrite.All, BookingsAppointment.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | BookingsAppointment.ReadWrite.All, Bookings.ReadWrite.All, Bookings.Read.All, Bookings.Manage.All, | +| Application | BookingsAppointment.ReadWrite.All, Bookings.Manage.All, Bookings.Read.All, Bookings.ReadWrite.All, | ## EXAMPLES ### Example 1: Using the Get-MgBetaBookingBusinessCustomer Cmdlet diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaBookingBusinessCustomerCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaBookingBusinessCustomerCount.md index 4a4a0f7ee1e42..9ec0f20ea2d61 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaBookingBusinessCustomerCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaBookingBusinessCustomerCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/get-mgbetabookingbusinesscustomercount Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaBookingBusinessCustomerCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaBookingBusinessCustomerCount -BookingBusinessId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### Get1 @@ -35,7 +35,7 @@ Get-MgBetaBookingBusinessCustomerCount -BookingBusinessId [-Filter [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity1 @@ -44,7 +44,7 @@ Get-MgBetaBookingBusinessCustomerCount -BookingBusinessId [-Filter [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -53,7 +53,7 @@ Get-MgBetaBookingBusinessCustomerCount -InputObject [-Filter Get-MgBetaBookingBusinessCustomerCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -69,9 +69,9 @@ Get the number of the resource | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Bookings.Read.All, BookingsAppointment.ReadWrite.All, Bookings.ReadWrite.All, Bookings.Manage.All, | +| Delegated (work or school account) | Bookings.Read.All, Bookings.Manage.All, Bookings.ReadWrite.All, BookingsAppointment.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | Bookings.Read.All, BookingsAppointment.ReadWrite.All, Bookings.ReadWrite.All, Bookings.Manage.All, | +| Application | Bookings.Read.All, Bookings.Manage.All, Bookings.ReadWrite.All, BookingsAppointment.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaBookingBusinessService.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaBookingBusinessService.md index bc218d3d8993b..9f098ff165937 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaBookingBusinessService.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaBookingBusinessService.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/get-mgbetabookingbusinessservice Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaBookingBusinessService --- @@ -30,7 +30,7 @@ Get-MgBetaBookingBusinessService -BookingBusinessId [-ExpandProperty ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### List1 @@ -41,7 +41,7 @@ Get-MgBetaBookingBusinessService -BookingBusinessId [-ExpandProperty ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get1 @@ -51,7 +51,7 @@ Get-MgBetaBookingBusinessService -BookingBusinessId -BookingServiceId < [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### Get @@ -61,7 +61,7 @@ Get-MgBetaBookingBusinessService -BookingBusinessId -BookingServiceId < [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity1 @@ -70,7 +70,7 @@ Get-MgBetaBookingBusinessService -BookingBusinessId -BookingServiceId < Get-MgBetaBookingBusinessService -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -79,7 +79,7 @@ Get-MgBetaBookingBusinessService -InputObject [-ExpandProper Get-MgBetaBookingBusinessService -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -97,9 +97,9 @@ Nullable. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Bookings.Read.All, BookingsAppointment.ReadWrite.All, Bookings.ReadWrite.All, Bookings.Manage.All, | +| Delegated (work or school account) | Bookings.Read.All, Bookings.Manage.All, Bookings.ReadWrite.All, BookingsAppointment.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | BookingsAppointment.ReadWrite.All, Bookings.ReadWrite.All, Bookings.Read.All, Bookings.Manage.All, | +| Application | BookingsAppointment.ReadWrite.All, Bookings.Manage.All, Bookings.Read.All, Bookings.ReadWrite.All, | ## EXAMPLES ### Example 1: Using the Get-MgBetaBookingBusinessService Cmdlet diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaBookingBusinessServiceCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaBookingBusinessServiceCount.md index 4ccc9fbe26f28..db0183e45dd10 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaBookingBusinessServiceCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaBookingBusinessServiceCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/get-mgbetabookingbusinessservicecount Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaBookingBusinessServiceCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaBookingBusinessServiceCount -BookingBusinessId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### Get1 @@ -35,7 +35,7 @@ Get-MgBetaBookingBusinessServiceCount -BookingBusinessId [-Filter [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity1 @@ -44,7 +44,7 @@ Get-MgBetaBookingBusinessServiceCount -BookingBusinessId [-Filter [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -53,7 +53,7 @@ Get-MgBetaBookingBusinessServiceCount -InputObject [-Filter Get-MgBetaBookingBusinessServiceCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -69,9 +69,9 @@ Get the number of the resource | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Bookings.Read.All, BookingsAppointment.ReadWrite.All, Bookings.ReadWrite.All, Bookings.Manage.All, | +| Delegated (work or school account) | Bookings.Read.All, Bookings.Manage.All, Bookings.ReadWrite.All, BookingsAppointment.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | BookingsAppointment.ReadWrite.All, Bookings.ReadWrite.All, Bookings.Read.All, Bookings.Manage.All, | +| Application | BookingsAppointment.ReadWrite.All, Bookings.Manage.All, Bookings.Read.All, Bookings.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaBookingBusinessStaffAvailability.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaBookingBusinessStaffAvailability.md index 94703692d6702..d9454e3c64f4d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaBookingBusinessStaffAvailability.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaBookingBusinessStaffAvailability.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/get-mgbetabookingbusinessstaffavailability Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaBookingBusinessStaffAvailability --- @@ -29,7 +29,6 @@ Get-MgBetaBookingBusinessStaffAvailability -BookingBusinessId [-StartDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Get @@ -40,7 +39,6 @@ Get-MgBetaBookingBusinessStaffAvailability -BookingBusinessId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### GetViaIdentityExpanded @@ -52,7 +50,6 @@ Get-MgBetaBookingBusinessStaffAvailability -InputObject [-StartDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### GetViaIdentity @@ -63,7 +60,6 @@ Get-MgBetaBookingBusinessStaffAvailability -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -81,7 +77,7 @@ Get the availability information of staff members of a Microsoft Bookings calend | --------------- | ------------------------------------------ | | Delegated (work or school account) | Not supported | | Delegated (personal Microsoft account) | Not supported | -| Application | Bookings.Read.All, Calendars.ReadWrite, Calendars.Read, Bookings.ReadWrite.All, Bookings.Manage.All, | +| Application | Bookings.Read.All, Bookings.Manage.All, Bookings.ReadWrite.All, Calendars.Read, Calendars.ReadWrite, | ## EXAMPLES ### Example 1: Code snippet diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaBookingBusinessStaffMember.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaBookingBusinessStaffMember.md index 9a35ffdc8c6db..a91a19bfe4a3d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaBookingBusinessStaffMember.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaBookingBusinessStaffMember.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/get-mgbetabookingbusinessstaffmember Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaBookingBusinessStaffMember --- @@ -30,7 +30,7 @@ Get-MgBetaBookingBusinessStaffMember -BookingBusinessId [-ExpandPropert [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### List1 @@ -41,7 +41,7 @@ Get-MgBetaBookingBusinessStaffMember -BookingBusinessId [-ExpandPropert [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get1 @@ -51,7 +51,7 @@ Get-MgBetaBookingBusinessStaffMember -BookingBusinessId -BookingStaffMe [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### Get @@ -61,7 +61,7 @@ Get-MgBetaBookingBusinessStaffMember -BookingBusinessId -BookingStaffMe [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity1 @@ -70,7 +70,7 @@ Get-MgBetaBookingBusinessStaffMember -BookingBusinessId -BookingStaffMe Get-MgBetaBookingBusinessStaffMember -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -79,7 +79,7 @@ Get-MgBetaBookingBusinessStaffMember -InputObject [-ExpandPr Get-MgBetaBookingBusinessStaffMember -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -97,9 +97,9 @@ Nullable. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Bookings.Read.All, BookingsAppointment.ReadWrite.All, Bookings.ReadWrite.All, Bookings.Manage.All, | +| Delegated (work or school account) | Bookings.Read.All, Bookings.Manage.All, Bookings.ReadWrite.All, BookingsAppointment.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | BookingsAppointment.ReadWrite.All, Bookings.ReadWrite.All, Bookings.Read.All, Bookings.Manage.All, | +| Application | BookingsAppointment.ReadWrite.All, Bookings.Manage.All, Bookings.Read.All, Bookings.ReadWrite.All, | ## EXAMPLES ### Example 1: Using the Get-MgBetaBookingBusinessStaffMember Cmdlet diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaBookingBusinessStaffMemberCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaBookingBusinessStaffMemberCount.md index 05b85a9a6f483..cb296a8483567 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaBookingBusinessStaffMemberCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaBookingBusinessStaffMemberCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/get-mgbetabookingbusinessstaffmembercount Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaBookingBusinessStaffMemberCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaBookingBusinessStaffMemberCount -BookingBusinessId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### Get1 @@ -35,7 +35,7 @@ Get-MgBetaBookingBusinessStaffMemberCount -BookingBusinessId [-Filter < Get-MgBetaBookingBusinessStaffMemberCount -BookingBusinessId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity1 @@ -44,7 +44,7 @@ Get-MgBetaBookingBusinessStaffMemberCount -BookingBusinessId [-Filter < Get-MgBetaBookingBusinessStaffMemberCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -53,7 +53,7 @@ Get-MgBetaBookingBusinessStaffMemberCount -InputObject [-Fil Get-MgBetaBookingBusinessStaffMemberCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -69,9 +69,9 @@ Get the number of the resource | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Bookings.Read.All, BookingsAppointment.ReadWrite.All, Bookings.ReadWrite.All, Bookings.Manage.All, | +| Delegated (work or school account) | Bookings.Read.All, Bookings.Manage.All, Bookings.ReadWrite.All, BookingsAppointment.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | BookingsAppointment.ReadWrite.All, Bookings.ReadWrite.All, Bookings.Read.All, Bookings.Manage.All, | +| Application | BookingsAppointment.ReadWrite.All, Bookings.Manage.All, Bookings.Read.All, Bookings.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaBookingCurrency.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaBookingCurrency.md index 877efece33148..aef30577d51a8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaBookingCurrency.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaBookingCurrency.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/get-mgbetabookingcurrency Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaBookingCurrency --- @@ -28,7 +28,7 @@ Get-MgBetaBookingCurrency [-ExpandProperty ] [-Property ] [- [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get1 @@ -37,7 +37,7 @@ Get-MgBetaBookingCurrency [-ExpandProperty ] [-Property ] [- Get-MgBetaBookingCurrency -BookingCurrencyId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### Get @@ -46,7 +46,7 @@ Get-MgBetaBookingCurrency -BookingCurrencyId [-ExpandProperty [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity1 @@ -55,7 +55,7 @@ Get-MgBetaBookingCurrency -BookingCurrencyId [-ExpandProperty [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -64,7 +64,7 @@ Get-MgBetaBookingCurrency -InputObject [-ExpandProperty [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### List1 @@ -75,7 +75,7 @@ Get-MgBetaBookingCurrency [-ExpandProperty ] [-Property ] [- [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ## ALIASES @@ -91,7 +91,7 @@ Get entity from bookingCurrencies by key | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Bookings.Read.All, BookingsAppointment.ReadWrite.All, Bookings.ReadWrite.All, Bookings.Manage.All, | +| Delegated (work or school account) | Bookings.Read.All, Bookings.Manage.All, Bookings.ReadWrite.All, BookingsAppointment.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | | Application | Not supported | diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaBookingCurrencyCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaBookingCurrencyCount.md index 12cce131be787..ef541fae9e7dd 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaBookingCurrencyCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaBookingCurrencyCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/get-mgbetabookingcurrencycount Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaBookingCurrencyCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaBookingCurrencyCount [-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) | Bookings.Read.All, BookingsAppointment.ReadWrite.All, Bookings.ReadWrite.All, Bookings.Manage.All, | +| Delegated (work or school account) | Bookings.Read.All, Bookings.Manage.All, Bookings.ReadWrite.All, BookingsAppointment.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | | Application | Not supported | diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEvent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEvent.md index 9941b1102064e..e62c9a8df7bf2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEvent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEvent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/get-mgbetavirtualevent Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaVirtualEvent --- @@ -28,7 +28,7 @@ Get-MgBetaVirtualEvent [-ExpandProperty ] [-Property ] [-Fil [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get1 @@ -37,7 +37,7 @@ Get-MgBetaVirtualEvent [-ExpandProperty ] [-Property ] [-Fil Get-MgBetaVirtualEvent -VirtualEventId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +46,7 @@ Get-MgBetaVirtualEvent -VirtualEventId [-ExpandProperty ] [-P Get-MgBetaVirtualEvent -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventCount.md index 22a3572d0cd9a..17ddcc334822c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/get-mgbetavirtualeventcount Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaVirtualEventCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaVirtualEventCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventPresenter.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventPresenter.md index 00cb221859519..2fca23dfbf5c2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventPresenter.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventPresenter.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/get-mgbetavirtualeventpresenter Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaVirtualEventPresenter --- @@ -28,7 +28,7 @@ Get-MgBetaVirtualEventPresenter -VirtualEventId [-ExpandProperty ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaVirtualEventPresenter -VirtualEventId -VirtualEventPresenterI [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -47,7 +47,7 @@ Get-MgBetaVirtualEventPresenter -VirtualEventId -VirtualEventPresenterI Get-MgBetaVirtualEventPresenter -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventPresenterCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventPresenterCount.md index 96d8f6c03b144..8b6fef7c5d8d8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventPresenterCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventPresenterCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/get-mgbetavirtualeventpresentercount Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaVirtualEventPresenterCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaVirtualEventPresenterCount -VirtualEventId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaVirtualEventPresenterCount -VirtualEventId [-Filter ] Get-MgBetaVirtualEventPresenterCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventPresenterSession.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventPresenterSession.md index 95ff558bddc50..fe043488e5326 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventPresenterSession.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventPresenterSession.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/get-mgbetavirtualeventpresentersession Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaVirtualEventPresenterSession --- @@ -26,7 +26,6 @@ Get-MgBetaVirtualEventPresenterSession -VirtualEventId -VirtualEventPre [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -36,7 +35,7 @@ Get-MgBetaVirtualEventPresenterSession -VirtualEventId -VirtualEventPre -VirtualEventSessionId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -45,7 +44,7 @@ Get-MgBetaVirtualEventPresenterSession -VirtualEventId -VirtualEventPre Get-MgBetaVirtualEventPresenterSession -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventPresenterSessionByJoinWebUrl.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventPresenterSessionByJoinWebUrl.md index d1725422fc355..15d03f62dd73c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventPresenterSessionByJoinWebUrl.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventPresenterSessionByJoinWebUrl.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/get-mgbetavirtualeventpresentersessionbyjoinweburl Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaVirtualEventPresenterSessionByJoinWebUrl --- @@ -24,7 +24,7 @@ Get-MgBetaVirtualEventPresenterSessionByJoinWebUrl -JoinWebUrl -Virtual -VirtualEventPresenterId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaVirtualEventPresenterSessionByJoinWebUrl -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventPresenterSessionCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventPresenterSessionCount.md index b0dcddfcea01b..8252ed96fd18f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventPresenterSessionCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventPresenterSessionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/get-mgbetavirtualeventpresentersessioncount Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaVirtualEventPresenterSessionCount --- @@ -24,7 +24,7 @@ Get-MgBetaVirtualEventPresenterSessionCount -VirtualEventId -VirtualEventPresenterId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -33,7 +33,7 @@ Get-MgBetaVirtualEventPresenterSessionCount -VirtualEventId Get-MgBetaVirtualEventPresenterSessionCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventSession.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventSession.md index c373dd6b94feb..4af346395a4a0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventSession.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventSession.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/get-mgbetavirtualeventsession Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaVirtualEventSession --- @@ -28,7 +28,7 @@ Get-MgBetaVirtualEventSession -VirtualEventId [-ExpandProperty ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaVirtualEventSession -VirtualEventId -VirtualEventSessionId ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -47,7 +47,7 @@ Get-MgBetaVirtualEventSession -VirtualEventId -VirtualEventSessionId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventSessionAttendanceReport.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventSessionAttendanceReport.md index 0ec019f15c45e..7bb117ce979e7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventSessionAttendanceReport.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventSessionAttendanceReport.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/get-mgbetavirtualeventsessionattendancereport Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaVirtualEventSessionAttendanceReport --- @@ -30,7 +30,7 @@ Get-MgBetaVirtualEventSessionAttendanceReport -VirtualEventId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -40,7 +40,7 @@ Get-MgBetaVirtualEventSessionAttendanceReport -MeetingAttendanceReportId -VirtualEventSessionId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -50,7 +50,7 @@ Get-MgBetaVirtualEventSessionAttendanceReport -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventSessionAttendanceReportAttendanceRecord.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventSessionAttendanceReportAttendanceRecord.md index c52cea2e4806b..e1ec5f6c4f005 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventSessionAttendanceReportAttendanceRecord.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventSessionAttendanceReportAttendanceRecord.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/get-mgbetavirtualeventsessionattendancereportattendancerecord Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaVirtualEventSessionAttendanceReportAttendanceRecord --- @@ -30,7 +30,7 @@ Get-MgBetaVirtualEventSessionAttendanceReportAttendanceRecord -MeetingAttendance [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -41,7 +41,7 @@ Get-MgBetaVirtualEventSessionAttendanceReportAttendanceRecord -AttendanceRecordI [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -51,7 +51,7 @@ Get-MgBetaVirtualEventSessionAttendanceReportAttendanceRecord -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventSessionAttendanceReportAttendanceRecordCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventSessionAttendanceReportAttendanceRecordCount.md index 382c7dbc6a774..0b3f3f2fd186a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventSessionAttendanceReportAttendanceRecordCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventSessionAttendanceReportAttendanceRecordCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/get-mgbetavirtualeventsessionattendancereportattendancerecordcount Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaVirtualEventSessionAttendanceReportAttendanceRecordCount --- @@ -28,7 +28,7 @@ Get-MgBetaVirtualEventSessionAttendanceReportAttendanceRecordCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -38,7 +38,7 @@ Get-MgBetaVirtualEventSessionAttendanceReportAttendanceRecordCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventSessionAttendanceReportCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventSessionAttendanceReportCount.md index 5694634b8dd15..9501947331305 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventSessionAttendanceReportCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventSessionAttendanceReportCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/get-mgbetavirtualeventsessionattendancereportcount Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaVirtualEventSessionAttendanceReportCount --- @@ -27,7 +27,7 @@ Get-MgBetaVirtualEventSessionAttendanceReportCount -VirtualEventId -VirtualEventSessionId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaVirtualEventSessionAttendanceReportCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventSessionByJoinWebUrl.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventSessionByJoinWebUrl.md index 0106b63e954ce..d388696e8db16 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventSessionByJoinWebUrl.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventSessionByJoinWebUrl.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/get-mgbetavirtualeventsessionbyjoinweburl Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaVirtualEventSessionByJoinWebUrl --- @@ -24,7 +24,7 @@ Get-MgBetaVirtualEventSessionByJoinWebUrl -JoinWebUrl -VirtualEventId < [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaVirtualEventSessionByJoinWebUrl -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventSessionCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventSessionCount.md index c9dabf23e7564..41903885abf42 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventSessionCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventSessionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/get-mgbetavirtualeventsessioncount Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaVirtualEventSessionCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaVirtualEventSessionCount -VirtualEventId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaVirtualEventSessionCount -VirtualEventId [-Filter ] [ Get-MgBetaVirtualEventSessionCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventSessionPresenter.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventSessionPresenter.md index f6d6890cadd46..e3892776057e5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventSessionPresenter.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventSessionPresenter.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/get-mgbetavirtualeventsessionpresenter Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaVirtualEventSessionPresenter --- @@ -26,7 +26,6 @@ Get-MgBetaVirtualEventSessionPresenter -VirtualEventId -VirtualEventSes [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -36,7 +35,7 @@ Get-MgBetaVirtualEventSessionPresenter -VirtualEventId -VirtualEventPre -VirtualEventSessionId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -45,7 +44,7 @@ Get-MgBetaVirtualEventSessionPresenter -VirtualEventId -VirtualEventPre Get-MgBetaVirtualEventSessionPresenter -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventSessionPresenterCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventSessionPresenterCount.md index 772db887fc8ee..fe7c4e9314d36 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventSessionPresenterCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventSessionPresenterCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/get-mgbetavirtualeventsessionpresentercount Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaVirtualEventSessionPresenterCount --- @@ -24,7 +24,7 @@ Get-MgBetaVirtualEventSessionPresenterCount -VirtualEventId -VirtualEve [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -33,7 +33,7 @@ Get-MgBetaVirtualEventSessionPresenterCount -VirtualEventId -VirtualEve Get-MgBetaVirtualEventSessionPresenterCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventSessionRegistration.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventSessionRegistration.md index aee5b3e43988a..11c17fbed9c2a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventSessionRegistration.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventSessionRegistration.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/get-mgbetavirtualeventsessionregistration Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaVirtualEventSessionRegistration --- @@ -26,7 +26,6 @@ Get-MgBetaVirtualEventSessionRegistration -VirtualEventId -VirtualEvent [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -36,7 +35,7 @@ Get-MgBetaVirtualEventSessionRegistration -VirtualEventId -VirtualEventRegistrationId -VirtualEventSessionId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +45,7 @@ Get-MgBetaVirtualEventSessionRegistration -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventSessionRegistrationByEmail.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventSessionRegistrationByEmail.md index 3b4cf48460ee4..0872a48de1fb5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventSessionRegistrationByEmail.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventSessionRegistrationByEmail.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/get-mgbetavirtualeventsessionregistrationbyemail Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaVirtualEventSessionRegistrationByEmail --- @@ -24,7 +24,7 @@ Get-MgBetaVirtualEventSessionRegistrationByEmail -Email -VirtualEventId -VirtualEventSessionId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaVirtualEventSessionRegistrationByEmail -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventSessionRegistrationByUserId.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventSessionRegistrationByUserId.md index 59182c89e5d94..1c33bda9d251a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventSessionRegistrationByUserId.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventSessionRegistrationByUserId.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/get-mgbetavirtualeventsessionregistrationbyuserid Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaVirtualEventSessionRegistrationByUserId --- @@ -24,7 +24,7 @@ Get-MgBetaVirtualEventSessionRegistrationByUserId -UserId -VirtualEvent -VirtualEventSessionId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaVirtualEventSessionRegistrationByUserId -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventSessionRegistrationCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventSessionRegistrationCount.md index 6549a150d025d..864bc597a3ed7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventSessionRegistrationCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventSessionRegistrationCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/get-mgbetavirtualeventsessionregistrationcount Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaVirtualEventSessionRegistrationCount --- @@ -24,7 +24,7 @@ Get-MgBetaVirtualEventSessionRegistrationCount -VirtualEventId -VirtualEventSessionId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -33,7 +33,7 @@ Get-MgBetaVirtualEventSessionRegistrationCount -VirtualEventId Get-MgBetaVirtualEventSessionRegistrationCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventTownhall.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventTownhall.md index 1a58f65d6a971..cb5a1443eabd0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventTownhall.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventTownhall.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/get-mgbetavirtualeventtownhall Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaVirtualEventTownhall --- @@ -28,7 +28,7 @@ Get-MgBetaVirtualEventTownhall [-ExpandProperty ] [-Property ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -37,7 +37,7 @@ Get-MgBetaVirtualEventTownhall [-ExpandProperty ] [-Property [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +46,7 @@ Get-MgBetaVirtualEventTownhall -VirtualEventTownhallId [-ExpandProperty Get-MgBetaVirtualEventTownhall -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventTownhallByUserIdAndRole.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventTownhallByUserIdAndRole.md index ae8b1f7d43658..a82080fe7e708 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventTownhallByUserIdAndRole.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventTownhallByUserIdAndRole.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/get-mgbetavirtualeventtownhallbyuseridandrole Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaVirtualEventTownhallByUserIdAndRole --- @@ -28,7 +28,7 @@ Get-MgBetaVirtualEventTownhallByUserIdAndRole -Role -UserId [- [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -39,7 +39,7 @@ Get-MgBetaVirtualEventTownhallByUserIdAndRole -InputObject [ [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventTownhallByUserRole.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventTownhallByUserRole.md index e850806340b8d..2cc0bb9c2f457 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventTownhallByUserRole.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventTownhallByUserRole.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/get-mgbetavirtualeventtownhallbyuserrole Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaVirtualEventTownhallByUserRole --- @@ -27,7 +27,7 @@ Get-MgBetaVirtualEventTownhallByUserRole -Role [-Count] [-ExpandPropert [-Filter ] [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -38,7 +38,7 @@ Get-MgBetaVirtualEventTownhallByUserRole -InputObject [-Coun [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventTownhallCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventTownhallCount.md index 302d6d17f82cc..da927b7c32386 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventTownhallCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventTownhallCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/get-mgbetavirtualeventtownhallcount Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaVirtualEventTownhallCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaVirtualEventTownhallCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventTownhallPresenter.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventTownhallPresenter.md index 962a4b39ee1be..817f0c9bdf374 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventTownhallPresenter.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventTownhallPresenter.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/get-mgbetavirtualeventtownhallpresenter Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaVirtualEventTownhallPresenter --- @@ -30,7 +30,6 @@ Get-MgBetaVirtualEventTownhallPresenter -VirtualEventTownhallId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -40,7 +39,7 @@ Get-MgBetaVirtualEventTownhallPresenter -VirtualEventPresenterId -VirtualEventTownhallId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -50,7 +49,7 @@ Get-MgBetaVirtualEventTownhallPresenter -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventTownhallPresenterCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventTownhallPresenterCount.md index eed399de9eb14..7c6ec6b0a3e66 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventTownhallPresenterCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventTownhallPresenterCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/get-mgbetavirtualeventtownhallpresentercount Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaVirtualEventTownhallPresenterCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaVirtualEventTownhallPresenterCount -VirtualEventTownhallId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaVirtualEventTownhallPresenterCount -VirtualEventTownhallId [- Get-MgBetaVirtualEventTownhallPresenterCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventTownhallPresenterSession.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventTownhallPresenterSession.md index fde30cc269ca6..8fd0fb468f840 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventTownhallPresenterSession.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventTownhallPresenterSession.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/get-mgbetavirtualeventtownhallpresentersession Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaVirtualEventTownhallPresenterSession --- @@ -26,7 +26,7 @@ Get-MgBetaVirtualEventTownhallPresenterSession -VirtualEventPresenterId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -36,7 +36,7 @@ Get-MgBetaVirtualEventTownhallPresenterSession -VirtualEventPresenterId -VirtualEventSessionId -VirtualEventTownhallId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +46,7 @@ Get-MgBetaVirtualEventTownhallPresenterSession -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventTownhallPresenterSessionByJoinWebUrl.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventTownhallPresenterSessionByJoinWebUrl.md index 8c49a2c149dd4..aad13647b5d26 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventTownhallPresenterSessionByJoinWebUrl.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventTownhallPresenterSessionByJoinWebUrl.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/get-mgbetavirtualeventtownhallpresentersessionbyjoinweburl Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaVirtualEventTownhallPresenterSessionByJoinWebUrl --- @@ -24,7 +24,7 @@ Get-MgBetaVirtualEventTownhallPresenterSessionByJoinWebUrl -JoinWebUrl -VirtualEventPresenterId -VirtualEventTownhallId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaVirtualEventTownhallPresenterSessionByJoinWebUrl -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventTownhallPresenterSessionCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventTownhallPresenterSessionCount.md index 76e399f9d69a9..3aecb218df5e0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventTownhallPresenterSessionCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventTownhallPresenterSessionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/get-mgbetavirtualeventtownhallpresentersessioncount Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaVirtualEventTownhallPresenterSessionCount --- @@ -24,7 +24,7 @@ Get-MgBetaVirtualEventTownhallPresenterSessionCount -VirtualEventPresenterId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaVirtualEventTownhallPresenterSessionCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventTownhallRegistration.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventTownhallRegistration.md new file mode 100644 index 0000000000000..0b0a033ffa0b7 --- /dev/null +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventTownhallRegistration.md @@ -0,0 +1,595 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.Beta.Bookings-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/get-mgbetavirtualeventtownhallregistration +Locale: en-US +Module Name: Microsoft.Graph.Beta.Bookings +ms.date: 07/10/2026 +PlatyPS schema version: 2024-05-01 +title: Get-MgBetaVirtualEventTownhallRegistration +--- + +# Get-MgBetaVirtualEventTownhallRegistration + +## SYNOPSIS + +Registration records of the town hall. + +## SYNTAX + +### List (Default) + +``` +Get-MgBetaVirtualEventTownhallRegistration -VirtualEventTownhallId + [-ExpandProperty ] [-Property ] [-Filter ] [-Search ] + [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] +``` + +### Get + +``` +Get-MgBetaVirtualEventTownhallRegistration -VirtualEventRegistrationId + -VirtualEventTownhallId [-ExpandProperty ] [-Property ] + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] +``` + +### GetViaIdentity + +``` +Get-MgBetaVirtualEventTownhallRegistration -InputObject + [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Registration records of the town hall. + +## 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.IBookingsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: GetViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + 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: '' +``` + +### -VirtualEventRegistrationId + +The unique identifier of virtualEventRegistration + +```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: '' +``` + +### -VirtualEventTownhallId + +The unique identifier of virtualEventTownhall + +```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: '' +``` + +### 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.IBookingsIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphVirtualEventRegistration + +{{ 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 + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [BookingAppointmentId ]: The unique identifier of bookingAppointment + [BookingBusinessId ]: The unique identifier of bookingBusiness + [BookingCurrencyId ]: The unique identifier of bookingCurrency + [BookingCustomQuestionId ]: The unique identifier of bookingCustomQuestion + [BookingCustomerId ]: The unique identifier of bookingCustomer + [BookingServiceId ]: The unique identifier of bookingService + [BookingStaffMemberId ]: The unique identifier of bookingStaffMember + [Email ]: Alternate key of virtualEventRegistration + [JoinWebUrl ]: Alternate key of virtualEventSession + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [Role ]: Usage: role='{role}' + [UserId ]: Alternate key of virtualEventRegistration + [VirtualEventId ]: The unique identifier of virtualEvent + [VirtualEventPresenterId ]: The unique identifier of virtualEventPresenter + [VirtualEventRegistrationId ]: The unique identifier of virtualEventRegistration + [VirtualEventRegistrationQuestionBaseId ]: The unique identifier of virtualEventRegistrationQuestionBase + [VirtualEventSessionId ]: The unique identifier of virtualEventSession + [VirtualEventTownhallId ]: The unique identifier of virtualEventTownhall + [VirtualEventWebinarId ]: The unique identifier of virtualEventWebinar + + +## RELATED LINKS + +- [Get-MgBetaVirtualEventTownhallRegistration](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/get-mgbetavirtualeventtownhallregistration) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventTownhallRegistrationByEmail.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventTownhallRegistrationByEmail.md new file mode 100644 index 0000000000000..a7d3bf312a110 --- /dev/null +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventTownhallRegistrationByEmail.md @@ -0,0 +1,406 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.Beta.Bookings-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/get-mgbetavirtualeventtownhallregistrationbyemail +Locale: en-US +Module Name: Microsoft.Graph.Beta.Bookings +ms.date: 07/10/2026 +PlatyPS schema version: 2024-05-01 +title: Get-MgBetaVirtualEventTownhallRegistrationByEmail +--- + +# Get-MgBetaVirtualEventTownhallRegistrationByEmail + +## SYNOPSIS + +Registration records of the town hall. + +## SYNTAX + +### Get (Default) + +``` +Get-MgBetaVirtualEventTownhallRegistrationByEmail -Email -VirtualEventTownhallId + [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] +``` + +### GetViaIdentity + +``` +Get-MgBetaVirtualEventTownhallRegistrationByEmail -InputObject + [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Registration records of the town hall. + +## 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: '' +``` + +### -Email + +Alternate key of virtualEventRegistration + +```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: '' +``` + +### -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: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IBookingsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: GetViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + 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: '' +``` + +### -VirtualEventTownhallId + +The unique identifier of virtualEventTownhall + +```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: '' +``` + +### 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.IBookingsIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphVirtualEventRegistration + +{{ 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 + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [BookingAppointmentId ]: The unique identifier of bookingAppointment + [BookingBusinessId ]: The unique identifier of bookingBusiness + [BookingCurrencyId ]: The unique identifier of bookingCurrency + [BookingCustomQuestionId ]: The unique identifier of bookingCustomQuestion + [BookingCustomerId ]: The unique identifier of bookingCustomer + [BookingServiceId ]: The unique identifier of bookingService + [BookingStaffMemberId ]: The unique identifier of bookingStaffMember + [Email ]: Alternate key of virtualEventRegistration + [JoinWebUrl ]: Alternate key of virtualEventSession + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [Role ]: Usage: role='{role}' + [UserId ]: Alternate key of virtualEventRegistration + [VirtualEventId ]: The unique identifier of virtualEvent + [VirtualEventPresenterId ]: The unique identifier of virtualEventPresenter + [VirtualEventRegistrationId ]: The unique identifier of virtualEventRegistration + [VirtualEventRegistrationQuestionBaseId ]: The unique identifier of virtualEventRegistrationQuestionBase + [VirtualEventSessionId ]: The unique identifier of virtualEventSession + [VirtualEventTownhallId ]: The unique identifier of virtualEventTownhall + [VirtualEventWebinarId ]: The unique identifier of virtualEventWebinar + + +## RELATED LINKS + +- [Get-MgBetaVirtualEventTownhallRegistrationByEmail](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/get-mgbetavirtualeventtownhallregistrationbyemail) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventTownhallRegistrationByUserId.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventTownhallRegistrationByUserId.md new file mode 100644 index 0000000000000..bc9afdf2ce2e0 --- /dev/null +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventTownhallRegistrationByUserId.md @@ -0,0 +1,406 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.Beta.Bookings-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/get-mgbetavirtualeventtownhallregistrationbyuserid +Locale: en-US +Module Name: Microsoft.Graph.Beta.Bookings +ms.date: 07/10/2026 +PlatyPS schema version: 2024-05-01 +title: Get-MgBetaVirtualEventTownhallRegistrationByUserId +--- + +# Get-MgBetaVirtualEventTownhallRegistrationByUserId + +## SYNOPSIS + +Registration records of the town hall. + +## SYNTAX + +### Get (Default) + +``` +Get-MgBetaVirtualEventTownhallRegistrationByUserId -UserId -VirtualEventTownhallId + [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] +``` + +### GetViaIdentity + +``` +Get-MgBetaVirtualEventTownhallRegistrationByUserId -InputObject + [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Registration records of the town hall. + +## 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: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IBookingsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: GetViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + 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: '' +``` + +### -UserId + +Alternate key of virtualEventRegistration + +```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: '' +``` + +### -VirtualEventTownhallId + +The unique identifier of virtualEventTownhall + +```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: '' +``` + +### 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.IBookingsIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphVirtualEventRegistration + +{{ 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 + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [BookingAppointmentId ]: The unique identifier of bookingAppointment + [BookingBusinessId ]: The unique identifier of bookingBusiness + [BookingCurrencyId ]: The unique identifier of bookingCurrency + [BookingCustomQuestionId ]: The unique identifier of bookingCustomQuestion + [BookingCustomerId ]: The unique identifier of bookingCustomer + [BookingServiceId ]: The unique identifier of bookingService + [BookingStaffMemberId ]: The unique identifier of bookingStaffMember + [Email ]: Alternate key of virtualEventRegistration + [JoinWebUrl ]: Alternate key of virtualEventSession + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [Role ]: Usage: role='{role}' + [UserId ]: Alternate key of virtualEventRegistration + [VirtualEventId ]: The unique identifier of virtualEvent + [VirtualEventPresenterId ]: The unique identifier of virtualEventPresenter + [VirtualEventRegistrationId ]: The unique identifier of virtualEventRegistration + [VirtualEventRegistrationQuestionBaseId ]: The unique identifier of virtualEventRegistrationQuestionBase + [VirtualEventSessionId ]: The unique identifier of virtualEventSession + [VirtualEventTownhallId ]: The unique identifier of virtualEventTownhall + [VirtualEventWebinarId ]: The unique identifier of virtualEventWebinar + + +## RELATED LINKS + +- [Get-MgBetaVirtualEventTownhallRegistrationByUserId](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/get-mgbetavirtualeventtownhallregistrationbyuserid) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventTownhallRegistrationConfiguration.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventTownhallRegistrationConfiguration.md new file mode 100644 index 0000000000000..7775b080193ea --- /dev/null +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventTownhallRegistrationConfiguration.md @@ -0,0 +1,386 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.Beta.Bookings-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/get-mgbetavirtualeventtownhallregistrationconfiguration +Locale: en-US +Module Name: Microsoft.Graph.Beta.Bookings +ms.date: 07/10/2026 +PlatyPS schema version: 2024-05-01 +title: Get-MgBetaVirtualEventTownhallRegistrationConfiguration +--- + +# Get-MgBetaVirtualEventTownhallRegistrationConfiguration + +## SYNOPSIS + +Read the properties and relationships of a virtualEventTownhallRegistrationConfiguration object. + +## SYNTAX + +### Get (Default) + +``` +Get-MgBetaVirtualEventTownhallRegistrationConfiguration -VirtualEventTownhallId + [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] +``` + +### GetViaIdentity + +``` +Get-MgBetaVirtualEventTownhallRegistrationConfiguration -InputObject + [-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 and relationships of a virtualEventTownhallRegistrationConfiguration object. + +## 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: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IBookingsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: GetViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + 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: '' +``` + +### -VirtualEventTownhallId + +The unique identifier of virtualEventTownhall + +```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: '' +``` + +### 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.IBookingsIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphVirtualEventTownhallRegistrationConfiguration + +{{ 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 + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [BookingAppointmentId ]: The unique identifier of bookingAppointment + [BookingBusinessId ]: The unique identifier of bookingBusiness + [BookingCurrencyId ]: The unique identifier of bookingCurrency + [BookingCustomQuestionId ]: The unique identifier of bookingCustomQuestion + [BookingCustomerId ]: The unique identifier of bookingCustomer + [BookingServiceId ]: The unique identifier of bookingService + [BookingStaffMemberId ]: The unique identifier of bookingStaffMember + [Email ]: Alternate key of virtualEventRegistration + [JoinWebUrl ]: Alternate key of virtualEventSession + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [Role ]: Usage: role='{role}' + [UserId ]: Alternate key of virtualEventRegistration + [VirtualEventId ]: The unique identifier of virtualEvent + [VirtualEventPresenterId ]: The unique identifier of virtualEventPresenter + [VirtualEventRegistrationId ]: The unique identifier of virtualEventRegistration + [VirtualEventRegistrationQuestionBaseId ]: The unique identifier of virtualEventRegistrationQuestionBase + [VirtualEventSessionId ]: The unique identifier of virtualEventSession + [VirtualEventTownhallId ]: The unique identifier of virtualEventTownhall + [VirtualEventWebinarId ]: The unique identifier of virtualEventWebinar + + +## RELATED LINKS + +- [Get-MgBetaVirtualEventTownhallRegistrationConfiguration](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/get-mgbetavirtualeventtownhallregistrationconfiguration) +- [Graph API Reference](https://learn.microsoft.com/graph/api/virtualeventtownhallregistrationconfiguration-get?view=graph-rest-beta) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventTownhallRegistrationConfigurationQuestion.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventTownhallRegistrationConfigurationQuestion.md new file mode 100644 index 0000000000000..d2e5fb64c3e6d --- /dev/null +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventTownhallRegistrationConfigurationQuestion.md @@ -0,0 +1,596 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.Beta.Bookings-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/get-mgbetavirtualeventtownhallregistrationconfigurationquestion +Locale: en-US +Module Name: Microsoft.Graph.Beta.Bookings +ms.date: 07/10/2026 +PlatyPS schema version: 2024-05-01 +title: Get-MgBetaVirtualEventTownhallRegistrationConfigurationQuestion +--- + +# Get-MgBetaVirtualEventTownhallRegistrationConfigurationQuestion + +## SYNOPSIS + +Registration questions. + +## SYNTAX + +### List (Default) + +``` +Get-MgBetaVirtualEventTownhallRegistrationConfigurationQuestion -VirtualEventTownhallId + [-ExpandProperty ] [-Property ] [-Filter ] [-Search ] + [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] +``` + +### Get + +``` +Get-MgBetaVirtualEventTownhallRegistrationConfigurationQuestion + -VirtualEventRegistrationQuestionBaseId -VirtualEventTownhallId + [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] +``` + +### GetViaIdentity + +``` +Get-MgBetaVirtualEventTownhallRegistrationConfigurationQuestion -InputObject + [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Registration questions. + +## 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.IBookingsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: GetViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + 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: '' +``` + +### -VirtualEventRegistrationQuestionBaseId + +The unique identifier of virtualEventRegistrationQuestionBase + +```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: '' +``` + +### -VirtualEventTownhallId + +The unique identifier of virtualEventTownhall + +```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: '' +``` + +### 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.IBookingsIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphVirtualEventRegistrationQuestionBase + +{{ 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 + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [BookingAppointmentId ]: The unique identifier of bookingAppointment + [BookingBusinessId ]: The unique identifier of bookingBusiness + [BookingCurrencyId ]: The unique identifier of bookingCurrency + [BookingCustomQuestionId ]: The unique identifier of bookingCustomQuestion + [BookingCustomerId ]: The unique identifier of bookingCustomer + [BookingServiceId ]: The unique identifier of bookingService + [BookingStaffMemberId ]: The unique identifier of bookingStaffMember + [Email ]: Alternate key of virtualEventRegistration + [JoinWebUrl ]: Alternate key of virtualEventSession + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [Role ]: Usage: role='{role}' + [UserId ]: Alternate key of virtualEventRegistration + [VirtualEventId ]: The unique identifier of virtualEvent + [VirtualEventPresenterId ]: The unique identifier of virtualEventPresenter + [VirtualEventRegistrationId ]: The unique identifier of virtualEventRegistration + [VirtualEventRegistrationQuestionBaseId ]: The unique identifier of virtualEventRegistrationQuestionBase + [VirtualEventSessionId ]: The unique identifier of virtualEventSession + [VirtualEventTownhallId ]: The unique identifier of virtualEventTownhall + [VirtualEventWebinarId ]: The unique identifier of virtualEventWebinar + + +## RELATED LINKS + +- [Get-MgBetaVirtualEventTownhallRegistrationConfigurationQuestion](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/get-mgbetavirtualeventtownhallregistrationconfigurationquestion) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventTownhallRegistrationConfigurationQuestionCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventTownhallRegistrationConfigurationQuestionCount.md new file mode 100644 index 0000000000000..d6108339419e3 --- /dev/null +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventTownhallRegistrationConfigurationQuestionCount.md @@ -0,0 +1,383 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.Beta.Bookings-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/get-mgbetavirtualeventtownhallregistrationconfigurationquestioncount +Locale: en-US +Module Name: Microsoft.Graph.Beta.Bookings +ms.date: 07/10/2026 +PlatyPS schema version: 2024-05-01 +title: Get-MgBetaVirtualEventTownhallRegistrationConfigurationQuestionCount +--- + +# Get-MgBetaVirtualEventTownhallRegistrationConfigurationQuestionCount + +## SYNOPSIS + +Get the number of the resource + +## SYNTAX + +### Get (Default) + +``` +Get-MgBetaVirtualEventTownhallRegistrationConfigurationQuestionCount + -VirtualEventTownhallId [-Filter ] [-Search ] + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] +``` + +### GetViaIdentity + +``` +Get-MgBetaVirtualEventTownhallRegistrationConfigurationQuestionCount + -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: '' +``` + +### -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.IBookingsIdentity +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: '' +``` + +### -VirtualEventTownhallId + +The unique identifier of virtualEventTownhall + +```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: '' +``` + +### 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.IBookingsIdentity + +{{ 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 + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [BookingAppointmentId ]: The unique identifier of bookingAppointment + [BookingBusinessId ]: The unique identifier of bookingBusiness + [BookingCurrencyId ]: The unique identifier of bookingCurrency + [BookingCustomQuestionId ]: The unique identifier of bookingCustomQuestion + [BookingCustomerId ]: The unique identifier of bookingCustomer + [BookingServiceId ]: The unique identifier of bookingService + [BookingStaffMemberId ]: The unique identifier of bookingStaffMember + [Email ]: Alternate key of virtualEventRegistration + [JoinWebUrl ]: Alternate key of virtualEventSession + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [Role ]: Usage: role='{role}' + [UserId ]: Alternate key of virtualEventRegistration + [VirtualEventId ]: The unique identifier of virtualEvent + [VirtualEventPresenterId ]: The unique identifier of virtualEventPresenter + [VirtualEventRegistrationId ]: The unique identifier of virtualEventRegistration + [VirtualEventRegistrationQuestionBaseId ]: The unique identifier of virtualEventRegistrationQuestionBase + [VirtualEventSessionId ]: The unique identifier of virtualEventSession + [VirtualEventTownhallId ]: The unique identifier of virtualEventTownhall + [VirtualEventWebinarId ]: The unique identifier of virtualEventWebinar + + +## RELATED LINKS + +- [Get-MgBetaVirtualEventTownhallRegistrationConfigurationQuestionCount](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/get-mgbetavirtualeventtownhallregistrationconfigurationquestioncount) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventTownhallRegistrationCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventTownhallRegistrationCount.md new file mode 100644 index 0000000000000..715f2048c0f9d --- /dev/null +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventTownhallRegistrationCount.md @@ -0,0 +1,381 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.Beta.Bookings-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/get-mgbetavirtualeventtownhallregistrationcount +Locale: en-US +Module Name: Microsoft.Graph.Beta.Bookings +ms.date: 07/10/2026 +PlatyPS schema version: 2024-05-01 +title: Get-MgBetaVirtualEventTownhallRegistrationCount +--- + +# Get-MgBetaVirtualEventTownhallRegistrationCount + +## SYNOPSIS + +Get the number of the resource + +## SYNTAX + +### Get (Default) + +``` +Get-MgBetaVirtualEventTownhallRegistrationCount -VirtualEventTownhallId [-Filter ] + [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] +``` + +### GetViaIdentity + +``` +Get-MgBetaVirtualEventTownhallRegistrationCount -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: '' +``` + +### -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.IBookingsIdentity +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: '' +``` + +### -VirtualEventTownhallId + +The unique identifier of virtualEventTownhall + +```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: '' +``` + +### 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.IBookingsIdentity + +{{ 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 + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [BookingAppointmentId ]: The unique identifier of bookingAppointment + [BookingBusinessId ]: The unique identifier of bookingBusiness + [BookingCurrencyId ]: The unique identifier of bookingCurrency + [BookingCustomQuestionId ]: The unique identifier of bookingCustomQuestion + [BookingCustomerId ]: The unique identifier of bookingCustomer + [BookingServiceId ]: The unique identifier of bookingService + [BookingStaffMemberId ]: The unique identifier of bookingStaffMember + [Email ]: Alternate key of virtualEventRegistration + [JoinWebUrl ]: Alternate key of virtualEventSession + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [Role ]: Usage: role='{role}' + [UserId ]: Alternate key of virtualEventRegistration + [VirtualEventId ]: The unique identifier of virtualEvent + [VirtualEventPresenterId ]: The unique identifier of virtualEventPresenter + [VirtualEventRegistrationId ]: The unique identifier of virtualEventRegistration + [VirtualEventRegistrationQuestionBaseId ]: The unique identifier of virtualEventRegistrationQuestionBase + [VirtualEventSessionId ]: The unique identifier of virtualEventSession + [VirtualEventTownhallId ]: The unique identifier of virtualEventTownhall + [VirtualEventWebinarId ]: The unique identifier of virtualEventWebinar + + +## RELATED LINKS + +- [Get-MgBetaVirtualEventTownhallRegistrationCount](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/get-mgbetavirtualeventtownhallregistrationcount) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventTownhallRegistrationSession.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventTownhallRegistrationSession.md new file mode 100644 index 0000000000000..c2a8b6b6143b2 --- /dev/null +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventTownhallRegistrationSession.md @@ -0,0 +1,623 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.Beta.Bookings-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/get-mgbetavirtualeventtownhallregistrationsession +Locale: en-US +Module Name: Microsoft.Graph.Beta.Bookings +ms.date: 07/10/2026 +PlatyPS schema version: 2024-05-01 +title: Get-MgBetaVirtualEventTownhallRegistrationSession +--- + +# Get-MgBetaVirtualEventTownhallRegistrationSession + +## SYNOPSIS + +Sessions for a registration. + +## SYNTAX + +### List (Default) + +``` +Get-MgBetaVirtualEventTownhallRegistrationSession -VirtualEventRegistrationId + -VirtualEventTownhallId [-ExpandProperty ] [-Property ] + [-Filter ] [-Search ] [-Skip ] [-Sort ] [-Top ] + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] + [-CountVariable ] +``` + +### Get + +``` +Get-MgBetaVirtualEventTownhallRegistrationSession -VirtualEventRegistrationId + -VirtualEventSessionId -VirtualEventTownhallId [-ExpandProperty ] + [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] +``` + +### GetViaIdentity + +``` +Get-MgBetaVirtualEventTownhallRegistrationSession -InputObject + [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Sessions for a registration. + +## 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.IBookingsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: GetViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + 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: '' +``` + +### -VirtualEventRegistrationId + +The unique identifier of virtualEventRegistration + +```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: '' +``` + +### -VirtualEventSessionId + +The unique identifier of virtualEventSession + +```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: '' +``` + +### -VirtualEventTownhallId + +The unique identifier of virtualEventTownhall + +```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: '' +``` + +### 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.IBookingsIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphVirtualEventSession + +{{ 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 + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [BookingAppointmentId ]: The unique identifier of bookingAppointment + [BookingBusinessId ]: The unique identifier of bookingBusiness + [BookingCurrencyId ]: The unique identifier of bookingCurrency + [BookingCustomQuestionId ]: The unique identifier of bookingCustomQuestion + [BookingCustomerId ]: The unique identifier of bookingCustomer + [BookingServiceId ]: The unique identifier of bookingService + [BookingStaffMemberId ]: The unique identifier of bookingStaffMember + [Email ]: Alternate key of virtualEventRegistration + [JoinWebUrl ]: Alternate key of virtualEventSession + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [Role ]: Usage: role='{role}' + [UserId ]: Alternate key of virtualEventRegistration + [VirtualEventId ]: The unique identifier of virtualEvent + [VirtualEventPresenterId ]: The unique identifier of virtualEventPresenter + [VirtualEventRegistrationId ]: The unique identifier of virtualEventRegistration + [VirtualEventRegistrationQuestionBaseId ]: The unique identifier of virtualEventRegistrationQuestionBase + [VirtualEventSessionId ]: The unique identifier of virtualEventSession + [VirtualEventTownhallId ]: The unique identifier of virtualEventTownhall + [VirtualEventWebinarId ]: The unique identifier of virtualEventWebinar + + +## RELATED LINKS + +- [Get-MgBetaVirtualEventTownhallRegistrationSession](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/get-mgbetavirtualeventtownhallregistrationsession) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventTownhallRegistrationSessionByJoinWebUrl.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventTownhallRegistrationSessionByJoinWebUrl.md new file mode 100644 index 0000000000000..d7dfd8ec3b070 --- /dev/null +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventTownhallRegistrationSessionByJoinWebUrl.md @@ -0,0 +1,427 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.Beta.Bookings-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/get-mgbetavirtualeventtownhallregistrationsessionbyjoinweburl +Locale: en-US +Module Name: Microsoft.Graph.Beta.Bookings +ms.date: 07/10/2026 +PlatyPS schema version: 2024-05-01 +title: Get-MgBetaVirtualEventTownhallRegistrationSessionByJoinWebUrl +--- + +# Get-MgBetaVirtualEventTownhallRegistrationSessionByJoinWebUrl + +## SYNOPSIS + +Sessions for a registration. + +## SYNTAX + +### Get (Default) + +``` +Get-MgBetaVirtualEventTownhallRegistrationSessionByJoinWebUrl -JoinWebUrl + -VirtualEventRegistrationId -VirtualEventTownhallId [-ExpandProperty ] + [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] +``` + +### GetViaIdentity + +``` +Get-MgBetaVirtualEventTownhallRegistrationSessionByJoinWebUrl -InputObject + [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Sessions for a registration. + +## 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: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IBookingsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: GetViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -JoinWebUrl + +Alternate key of virtualEventSession + +```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: '' +``` + +### -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: '' +``` + +### -VirtualEventRegistrationId + +The unique identifier of virtualEventRegistration + +```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: '' +``` + +### -VirtualEventTownhallId + +The unique identifier of virtualEventTownhall + +```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: '' +``` + +### 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.IBookingsIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphVirtualEventSession + +{{ 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 + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [BookingAppointmentId ]: The unique identifier of bookingAppointment + [BookingBusinessId ]: The unique identifier of bookingBusiness + [BookingCurrencyId ]: The unique identifier of bookingCurrency + [BookingCustomQuestionId ]: The unique identifier of bookingCustomQuestion + [BookingCustomerId ]: The unique identifier of bookingCustomer + [BookingServiceId ]: The unique identifier of bookingService + [BookingStaffMemberId ]: The unique identifier of bookingStaffMember + [Email ]: Alternate key of virtualEventRegistration + [JoinWebUrl ]: Alternate key of virtualEventSession + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [Role ]: Usage: role='{role}' + [UserId ]: Alternate key of virtualEventRegistration + [VirtualEventId ]: The unique identifier of virtualEvent + [VirtualEventPresenterId ]: The unique identifier of virtualEventPresenter + [VirtualEventRegistrationId ]: The unique identifier of virtualEventRegistration + [VirtualEventRegistrationQuestionBaseId ]: The unique identifier of virtualEventRegistrationQuestionBase + [VirtualEventSessionId ]: The unique identifier of virtualEventSession + [VirtualEventTownhallId ]: The unique identifier of virtualEventTownhall + [VirtualEventWebinarId ]: The unique identifier of virtualEventWebinar + + +## RELATED LINKS + +- [Get-MgBetaVirtualEventTownhallRegistrationSessionByJoinWebUrl](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/get-mgbetavirtualeventtownhallregistrationsessionbyjoinweburl) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Disable-MgBetaSolutionBackupRestoreAllDrivesBackup.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventTownhallRegistrationSessionCount.md similarity index 65% rename from microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Disable-MgBetaSolutionBackupRestoreAllDrivesBackup.md rename to microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventTownhallRegistrationSessionCount.md index d57ea077a17bb..072c0d200c214 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Disable-MgBetaSolutionBackupRestoreAllDrivesBackup.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventTownhallRegistrationSessionCount.md @@ -1,41 +1,40 @@ --- document type: cmdlet -external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml -HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/disable-mgbetasolutionbackuprestorealldrivesbackup +external help file: Microsoft.Graph.Beta.Bookings-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/get-mgbetavirtualeventtownhallregistrationsessioncount Locale: en-US -Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +Module Name: Microsoft.Graph.Beta.Bookings +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 -title: Disable-MgBetaSolutionBackupRestoreAllDrivesBackup +title: Get-MgBetaVirtualEventTownhallRegistrationSessionCount --- -# Disable-MgBetaSolutionBackupRestoreAllDrivesBackup +# Get-MgBetaVirtualEventTownhallRegistrationSessionCount ## SYNOPSIS -Invoke action disable +Get the number of the resource ## SYNTAX -### DisableExpanded (Default) +### Get (Default) ``` -Disable-MgBetaSolutionBackupRestoreAllDrivesBackup [-ResponseHeadersVariable ] - [-ActionOnExistingPolicy ] [-AdditionalProperties ] [-Break] - [-Headers ] [-HttpPipelineAppend ] - [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] +Get-MgBetaVirtualEventTownhallRegistrationSessionCount -VirtualEventRegistrationId + -VirtualEventTownhallId [-Filter ] [-Search ] + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` -### Disable +### GetViaIdentity ``` -Disable-MgBetaSolutionBackupRestoreAllDrivesBackup - -BodyParameter - [-ResponseHeadersVariable ] [-Break] [-Headers ] - [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] +Get-MgBetaVirtualEventTownhallRegistrationSessionCount -InputObject + [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -45,29 +44,21 @@ This cmdlet has the following aliases, ## DESCRIPTION -Invoke action disable - -**Permissions** - -| Permission type | Permissions (from least to most privileged) | -| --------------- | ------------------------------------------ | -| Delegated (work or school account) | BackupRestore-Configuration.ReadWrite.All, | -| Delegated (personal Microsoft account) | Not supported | -| Application | BackupRestore-Configuration.ReadWrite.All, | +Get the number of the resource ## PARAMETERS -### -ActionOnExistingPolicy +### -Break -fullServiceBackupDisableMode +Wait for .NET debugger to attach ```yaml -Type: System.String -DefaultValue: '' +Type: System.Management.Automation.SwitchParameter +DefaultValue: False SupportsWildcards: false Aliases: [] ParameterSets: -- Name: DisableExpanded +- Name: (All) Position: Named IsRequired: false ValueFromPipeline: false @@ -78,17 +69,17 @@ AcceptedValues: [] HelpMessage: '' ``` -### -AdditionalProperties +### -Filter -Additional Parameters +Filter items by property values ```yaml -Type: System.Collections.Hashtable +Type: System.String DefaultValue: '' SupportsWildcards: false Aliases: [] ParameterSets: -- Name: DisableExpanded +- Name: (All) Position: Named IsRequired: false ValueFromPipeline: false @@ -99,20 +90,19 @@ AcceptedValues: [] HelpMessage: '' ``` -### -BodyParameter - +### -Headers -To construct, see NOTES section for BODYPARAMETER properties and create a hash table. +Optional headers that will be added to the request. ```yaml -Type: Microsoft.Graph.Beta.PowerShell.Models.IPaths116Tg59SolutionsBackuprestoreAlldrivesbackupMicrosoftGraphDisablePostRequestbodyContentApplicationJsonSchema +Type: System.Collections.IDictionary DefaultValue: '' SupportsWildcards: false Aliases: [] ParameterSets: -- Name: Disable +- Name: (All) Position: Named - IsRequired: true + IsRequired: false ValueFromPipeline: true ValueFromPipelineByPropertyName: false ValueFromRemainingArguments: false @@ -121,13 +111,13 @@ AcceptedValues: [] HelpMessage: '' ``` -### -Break +### -HttpPipelineAppend -Wait for .NET debugger to attach +SendAsync Pipeline Steps to be appended to the front of the pipeline ```yaml -Type: System.Management.Automation.SwitchParameter -DefaultValue: False +Type: Microsoft.Graph.Beta.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' SupportsWildcards: false Aliases: [] ParameterSets: @@ -142,16 +132,15 @@ AcceptedValues: [] HelpMessage: '' ``` -### -Confirm +### -HttpPipelinePrepend -Prompts you for confirmation before running the cmdlet. +SendAsync Pipeline Steps to be prepended to the front of the pipeline ```yaml -Type: System.Management.Automation.SwitchParameter +Type: Microsoft.Graph.Beta.PowerShell.Runtime.SendAsyncStep[] DefaultValue: '' SupportsWildcards: false -Aliases: -- cf +Aliases: [] ParameterSets: - Name: (All) Position: Named @@ -164,19 +153,20 @@ AcceptedValues: [] HelpMessage: '' ``` -### -Headers +### -InputObject -Optional headers that will be added to the request. +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml -Type: System.Collections.IDictionary +Type: Microsoft.Graph.Beta.PowerShell.Models.IBookingsIdentity DefaultValue: '' SupportsWildcards: false Aliases: [] ParameterSets: -- Name: (All) +- Name: GetViaIdentity Position: Named - IsRequired: false + IsRequired: true ValueFromPipeline: true ValueFromPipelineByPropertyName: false ValueFromRemainingArguments: false @@ -185,12 +175,12 @@ AcceptedValues: [] HelpMessage: '' ``` -### -HttpPipelineAppend +### -Proxy -SendAsync Pipeline Steps to be appended to the front of the pipeline +The URI for the proxy server to use ```yaml -Type: Microsoft.Graph.Beta.PowerShell.Runtime.SendAsyncStep[] +Type: System.Uri DefaultValue: '' SupportsWildcards: false Aliases: [] @@ -206,12 +196,12 @@ AcceptedValues: [] HelpMessage: '' ``` -### -HttpPipelinePrepend +### -ProxyCredential -SendAsync Pipeline Steps to be prepended to the front of the pipeline +Credentials for a proxy server to use for the remote call ```yaml -Type: Microsoft.Graph.Beta.PowerShell.Runtime.SendAsyncStep[] +Type: System.Management.Automation.PSCredential DefaultValue: '' SupportsWildcards: false Aliases: [] @@ -227,13 +217,13 @@ AcceptedValues: [] HelpMessage: '' ``` -### -Proxy +### -ProxyUseDefaultCredentials -The URI for the proxy server to use +Use the default credentials for the proxy ```yaml -Type: System.Uri -DefaultValue: '' +Type: System.Management.Automation.SwitchParameter +DefaultValue: False SupportsWildcards: false Aliases: [] ParameterSets: @@ -248,15 +238,16 @@ AcceptedValues: [] HelpMessage: '' ``` -### -ProxyCredential +### -ResponseHeadersVariable -Credentials for a proxy server to use for the remote call +Optional Response Headers Variable. ```yaml -Type: System.Management.Automation.PSCredential +Type: System.String DefaultValue: '' SupportsWildcards: false -Aliases: [] +Aliases: +- RHV ParameterSets: - Name: (All) Position: Named @@ -269,13 +260,13 @@ AcceptedValues: [] HelpMessage: '' ``` -### -ProxyUseDefaultCredentials +### -Search -Use the default credentials for the proxy +Search items by search phrases ```yaml -Type: System.Management.Automation.SwitchParameter -DefaultValue: False +Type: System.String +DefaultValue: '' SupportsWildcards: false Aliases: [] ParameterSets: @@ -290,20 +281,19 @@ AcceptedValues: [] HelpMessage: '' ``` -### -ResponseHeadersVariable +### -VirtualEventRegistrationId -Optional Response Headers Variable. +The unique identifier of virtualEventRegistration ```yaml Type: System.String DefaultValue: '' SupportsWildcards: false -Aliases: -- RHV +Aliases: [] ParameterSets: -- Name: (All) +- Name: Get Position: Named - IsRequired: false + IsRequired: true ValueFromPipeline: false ValueFromPipelineByPropertyName: false ValueFromRemainingArguments: false @@ -312,20 +302,19 @@ AcceptedValues: [] HelpMessage: '' ``` -### -WhatIf +### -VirtualEventTownhallId -Runs the command in a mode that only reports what would happen without performing the actions. +The unique identifier of virtualEventTownhall ```yaml -Type: System.Management.Automation.SwitchParameter +Type: System.String DefaultValue: '' SupportsWildcards: false -Aliases: -- wi +Aliases: [] ParameterSets: -- Name: (All) +- Name: Get Position: Named - IsRequired: false + IsRequired: true ValueFromPipeline: false ValueFromPipelineByPropertyName: false ValueFromRemainingArguments: false @@ -343,7 +332,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS -### Microsoft.Graph.Beta.PowerShell.Models.IPaths116Tg59SolutionsBackuprestoreAlldrivesbackupMicrosoftGraphDisablePostRequestbodyContentApplicationJsonSchema +### Microsoft.Graph.Beta.PowerShell.Models.IBookingsIdentity {{ Fill in the Description }} @@ -353,7 +342,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphAllDrivesBackup +### System.Int32 {{ Fill in the Description }} @@ -364,14 +353,32 @@ 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 ``: . - [(Any) ]: This indicates any property can be added to this object. - [ActionOnExistingPolicy ]: fullServiceBackupDisableMode +INPUTOBJECT ``: Identity Parameter + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [BookingAppointmentId ]: The unique identifier of bookingAppointment + [BookingBusinessId ]: The unique identifier of bookingBusiness + [BookingCurrencyId ]: The unique identifier of bookingCurrency + [BookingCustomQuestionId ]: The unique identifier of bookingCustomQuestion + [BookingCustomerId ]: The unique identifier of bookingCustomer + [BookingServiceId ]: The unique identifier of bookingService + [BookingStaffMemberId ]: The unique identifier of bookingStaffMember + [Email ]: Alternate key of virtualEventRegistration + [JoinWebUrl ]: Alternate key of virtualEventSession + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [Role ]: Usage: role='{role}' + [UserId ]: Alternate key of virtualEventRegistration + [VirtualEventId ]: The unique identifier of virtualEvent + [VirtualEventPresenterId ]: The unique identifier of virtualEventPresenter + [VirtualEventRegistrationId ]: The unique identifier of virtualEventRegistration + [VirtualEventRegistrationQuestionBaseId ]: The unique identifier of virtualEventRegistrationQuestionBase + [VirtualEventSessionId ]: The unique identifier of virtualEventSession + [VirtualEventTownhallId ]: The unique identifier of virtualEventTownhall + [VirtualEventWebinarId ]: The unique identifier of virtualEventWebinar ## RELATED LINKS -- [Disable-MgBetaSolutionBackupRestoreAllDrivesBackup](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/disable-mgbetasolutionbackuprestorealldrivesbackup) +- [Get-MgBetaVirtualEventTownhallRegistrationSessionCount](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/get-mgbetavirtualeventtownhallregistrationsessioncount) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventTownhallSession.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventTownhallSession.md index 037ff3b37da4b..a28c53c408b3c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventTownhallSession.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventTownhallSession.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/get-mgbetavirtualeventtownhallsession Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaVirtualEventTownhallSession --- @@ -28,7 +28,7 @@ Get-MgBetaVirtualEventTownhallSession -VirtualEventTownhallId [-ExpandP [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaVirtualEventTownhallSession -VirtualEventSessionId -VirtualEventTownhallId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -47,7 +47,7 @@ Get-MgBetaVirtualEventTownhallSession -VirtualEventSessionId Get-MgBetaVirtualEventTownhallSession -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventTownhallSessionAttendanceReport.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventTownhallSessionAttendanceReport.md index c2326d742733e..7649c2bcaebb7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventTownhallSessionAttendanceReport.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventTownhallSessionAttendanceReport.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/get-mgbetavirtualeventtownhallsessionattendancereport Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaVirtualEventTownhallSessionAttendanceReport --- @@ -30,7 +30,7 @@ Get-MgBetaVirtualEventTownhallSessionAttendanceReport -VirtualEventSessionId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -40,7 +40,7 @@ Get-MgBetaVirtualEventTownhallSessionAttendanceReport -MeetingAttendanceReportId -VirtualEventSessionId -VirtualEventTownhallId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -50,7 +50,7 @@ Get-MgBetaVirtualEventTownhallSessionAttendanceReport -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -64,7 +64,7 @@ Get the meetingAttendanceReport for an onlineMeeting or a virtualEvent. When an online meeting ends, an attendance report is generated for that session. ## EXAMPLES -### Example 2: Code snippet +### Example 1: List attendance reports for a town hall session ```powershell @@ -73,7 +73,7 @@ Import-Module Microsoft.Graph.Beta.Bookings Get-MgBetaVirtualEventTownhallSessionAttendanceReport -VirtualEventTownhallId $virtualEventTownhallId -VirtualEventSessionId $virtualEventSessionId ``` -This example shows how to use the Get-MgBetaVirtualEventTownhallSessionAttendanceReport Cmdlet. +This example will list attendance reports for a town hall session ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventTownhallSessionAttendanceReportAttendanceRecord.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventTownhallSessionAttendanceReportAttendanceRecord.md index cc0a489ce670b..0f358569c44f6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventTownhallSessionAttendanceReportAttendanceRecord.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventTownhallSessionAttendanceReportAttendanceRecord.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/get-mgbetavirtualeventtownhallsessionattendancereportattendancerecord Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaVirtualEventTownhallSessionAttendanceReportAttendanceRecord --- @@ -31,7 +31,7 @@ Get-MgBetaVirtualEventTownhallSessionAttendanceReportAttendanceRecord [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -42,7 +42,7 @@ Get-MgBetaVirtualEventTownhallSessionAttendanceReportAttendanceRecord -Attendanc -VirtualEventTownhallId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -52,7 +52,7 @@ Get-MgBetaVirtualEventTownhallSessionAttendanceReportAttendanceRecord -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventTownhallSessionAttendanceReportAttendanceRecordCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventTownhallSessionAttendanceReportAttendanceRecordCount.md index 49c7c66d11029..5597dc1a35ffa 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventTownhallSessionAttendanceReportAttendanceRecordCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventTownhallSessionAttendanceReportAttendanceRecordCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/get-mgbetavirtualeventtownhallsessionattendancereportattendancerecordcount Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaVirtualEventTownhallSessionAttendanceReportAttendanceRecordCount --- @@ -28,7 +28,7 @@ Get-MgBetaVirtualEventTownhallSessionAttendanceReportAttendanceRecordCount -VirtualEventTownhallId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -38,7 +38,7 @@ Get-MgBetaVirtualEventTownhallSessionAttendanceReportAttendanceRecordCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventTownhallSessionAttendanceReportCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventTownhallSessionAttendanceReportCount.md index bc8b54216c62d..6aa6acb0920a3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventTownhallSessionAttendanceReportCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventTownhallSessionAttendanceReportCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/get-mgbetavirtualeventtownhallsessionattendancereportcount Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaVirtualEventTownhallSessionAttendanceReportCount --- @@ -27,7 +27,7 @@ Get-MgBetaVirtualEventTownhallSessionAttendanceReportCount -VirtualEventSessionI -VirtualEventTownhallId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaVirtualEventTownhallSessionAttendanceReportCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventTownhallSessionByJoinWebUrl.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventTownhallSessionByJoinWebUrl.md index 7f870bf6748e9..8d5ea182bd663 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventTownhallSessionByJoinWebUrl.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventTownhallSessionByJoinWebUrl.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/get-mgbetavirtualeventtownhallsessionbyjoinweburl Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaVirtualEventTownhallSessionByJoinWebUrl --- @@ -24,7 +24,7 @@ Get-MgBetaVirtualEventTownhallSessionByJoinWebUrl -JoinWebUrl -VirtualEventTownhallId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaVirtualEventTownhallSessionByJoinWebUrl -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventTownhallSessionCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventTownhallSessionCount.md index 1ffcfa8b6f5d7..7898233557ef8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventTownhallSessionCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventTownhallSessionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/get-mgbetavirtualeventtownhallsessioncount Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaVirtualEventTownhallSessionCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaVirtualEventTownhallSessionCount -VirtualEventTownhallId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaVirtualEventTownhallSessionCount -VirtualEventTownhallId [-Fi Get-MgBetaVirtualEventTownhallSessionCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventTownhallSessionPresenter.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventTownhallSessionPresenter.md index 1edba9aadd945..53c6fe1b22036 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventTownhallSessionPresenter.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventTownhallSessionPresenter.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/get-mgbetavirtualeventtownhallsessionpresenter Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaVirtualEventTownhallSessionPresenter --- @@ -26,7 +26,7 @@ Get-MgBetaVirtualEventTownhallSessionPresenter -VirtualEventSessionId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -36,7 +36,7 @@ Get-MgBetaVirtualEventTownhallSessionPresenter -VirtualEventPresenterId -VirtualEventSessionId -VirtualEventTownhallId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +46,7 @@ Get-MgBetaVirtualEventTownhallSessionPresenter -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventTownhallSessionPresenterCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventTownhallSessionPresenterCount.md index c4bebb6fb4e32..eb68bdad12fd4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventTownhallSessionPresenterCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventTownhallSessionPresenterCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/get-mgbetavirtualeventtownhallsessionpresentercount Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaVirtualEventTownhallSessionPresenterCount --- @@ -24,7 +24,7 @@ Get-MgBetaVirtualEventTownhallSessionPresenterCount -VirtualEventSessionId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaVirtualEventTownhallSessionPresenterCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventTownhallSessionRegistration.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventTownhallSessionRegistration.md index 431059157ed29..625bd3e47f57e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventTownhallSessionRegistration.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventTownhallSessionRegistration.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/get-mgbetavirtualeventtownhallsessionregistration Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaVirtualEventTownhallSessionRegistration --- @@ -26,7 +26,7 @@ Get-MgBetaVirtualEventTownhallSessionRegistration -VirtualEventSessionId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -36,7 +36,7 @@ Get-MgBetaVirtualEventTownhallSessionRegistration -VirtualEventRegistrationId -VirtualEventTownhallId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +46,7 @@ Get-MgBetaVirtualEventTownhallSessionRegistration -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventTownhallSessionRegistrationByEmail.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventTownhallSessionRegistrationByEmail.md index 8b1bba8d078f0..851cbf9203f86 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventTownhallSessionRegistrationByEmail.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventTownhallSessionRegistrationByEmail.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/get-mgbetavirtualeventtownhallsessionregistrationbyemail Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaVirtualEventTownhallSessionRegistrationByEmail --- @@ -24,7 +24,7 @@ Get-MgBetaVirtualEventTownhallSessionRegistrationByEmail -Email -VirtualEventSessionId -VirtualEventTownhallId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaVirtualEventTownhallSessionRegistrationByEmail -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventTownhallSessionRegistrationByUserId.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventTownhallSessionRegistrationByUserId.md index 88514fc92ff90..00d019242d1e0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventTownhallSessionRegistrationByUserId.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventTownhallSessionRegistrationByUserId.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/get-mgbetavirtualeventtownhallsessionregistrationbyuserid Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaVirtualEventTownhallSessionRegistrationByUserId --- @@ -24,7 +24,7 @@ Get-MgBetaVirtualEventTownhallSessionRegistrationByUserId -UserId -VirtualEventSessionId -VirtualEventTownhallId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaVirtualEventTownhallSessionRegistrationByUserId -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventTownhallSessionRegistrationCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventTownhallSessionRegistrationCount.md index 9a0e4ea1b8939..eed70f762b6c6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventTownhallSessionRegistrationCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventTownhallSessionRegistrationCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/get-mgbetavirtualeventtownhallsessionregistrationcount Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaVirtualEventTownhallSessionRegistrationCount --- @@ -24,7 +24,7 @@ Get-MgBetaVirtualEventTownhallSessionRegistrationCount -VirtualEventSessionId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaVirtualEventTownhallSessionRegistrationCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventWebinar.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventWebinar.md index bd16ba66a8819..5e26b7adf9578 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventWebinar.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventWebinar.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/get-mgbetavirtualeventwebinar Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaVirtualEventWebinar --- @@ -28,7 +28,7 @@ Get-MgBetaVirtualEventWebinar [-ExpandProperty ] [-Property [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -37,7 +37,7 @@ Get-MgBetaVirtualEventWebinar [-ExpandProperty ] [-Property Get-MgBetaVirtualEventWebinar -VirtualEventWebinarId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +46,7 @@ Get-MgBetaVirtualEventWebinar -VirtualEventWebinarId [-ExpandProperty < Get-MgBetaVirtualEventWebinar -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventWebinarByUserIdAndRole.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventWebinarByUserIdAndRole.md index 582988cab0faa..4fa94d9cf3ae2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventWebinarByUserIdAndRole.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventWebinarByUserIdAndRole.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/get-mgbetavirtualeventwebinarbyuseridandrole Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaVirtualEventWebinarByUserIdAndRole --- @@ -28,7 +28,7 @@ Get-MgBetaVirtualEventWebinarByUserIdAndRole -Role -UserId [-C [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -39,7 +39,7 @@ Get-MgBetaVirtualEventWebinarByUserIdAndRole -InputObject [- [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventWebinarByUserRole.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventWebinarByUserRole.md index a7a3b4179b93e..c64d15bbb1fa1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventWebinarByUserRole.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventWebinarByUserRole.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/get-mgbetavirtualeventwebinarbyuserrole Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaVirtualEventWebinarByUserRole --- @@ -27,7 +27,7 @@ Get-MgBetaVirtualEventWebinarByUserRole -Role [-Count] [-ExpandProperty [-Filter ] [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -38,7 +38,7 @@ Get-MgBetaVirtualEventWebinarByUserRole -InputObject [-Count [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventWebinarCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventWebinarCount.md index a485dd60fe231..f8ee13135710a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventWebinarCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventWebinarCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/get-mgbetavirtualeventwebinarcount Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaVirtualEventWebinarCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaVirtualEventWebinarCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventWebinarPresenter.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventWebinarPresenter.md index f18d1aec20a64..dd2a597153c3a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventWebinarPresenter.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventWebinarPresenter.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/get-mgbetavirtualeventwebinarpresenter Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaVirtualEventWebinarPresenter --- @@ -28,7 +28,7 @@ Get-MgBetaVirtualEventWebinarPresenter -VirtualEventWebinarId [-ExpandP [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaVirtualEventWebinarPresenter -VirtualEventPresenterId -VirtualEventWebinarId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -47,7 +47,7 @@ Get-MgBetaVirtualEventWebinarPresenter -VirtualEventPresenterId Get-MgBetaVirtualEventWebinarPresenter -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventWebinarPresenterCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventWebinarPresenterCount.md index 1d210a6309a38..42381a89ec4c0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventWebinarPresenterCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventWebinarPresenterCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/get-mgbetavirtualeventwebinarpresentercount Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaVirtualEventWebinarPresenterCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaVirtualEventWebinarPresenterCount -VirtualEventWebinarId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaVirtualEventWebinarPresenterCount -VirtualEventWebinarId [-Fi Get-MgBetaVirtualEventWebinarPresenterCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventWebinarPresenterSession.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventWebinarPresenterSession.md index e18fe97a8b5df..be70730c399ae 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventWebinarPresenterSession.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventWebinarPresenterSession.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/get-mgbetavirtualeventwebinarpresentersession Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaVirtualEventWebinarPresenterSession --- @@ -26,7 +26,7 @@ Get-MgBetaVirtualEventWebinarPresenterSession -VirtualEventPresenterId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -36,7 +36,7 @@ Get-MgBetaVirtualEventWebinarPresenterSession -VirtualEventPresenterId -VirtualEventSessionId -VirtualEventWebinarId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +46,7 @@ Get-MgBetaVirtualEventWebinarPresenterSession -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventWebinarPresenterSessionByJoinWebUrl.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventWebinarPresenterSessionByJoinWebUrl.md index fb43007bfb41f..cd1acb6479ff1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventWebinarPresenterSessionByJoinWebUrl.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventWebinarPresenterSessionByJoinWebUrl.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/get-mgbetavirtualeventwebinarpresentersessionbyjoinweburl Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaVirtualEventWebinarPresenterSessionByJoinWebUrl --- @@ -24,7 +24,7 @@ Get-MgBetaVirtualEventWebinarPresenterSessionByJoinWebUrl -JoinWebUrl -VirtualEventPresenterId -VirtualEventWebinarId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaVirtualEventWebinarPresenterSessionByJoinWebUrl -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventWebinarPresenterSessionCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventWebinarPresenterSessionCount.md index 4d6c1ac4a7c81..c489ba4cc3695 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventWebinarPresenterSessionCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventWebinarPresenterSessionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/get-mgbetavirtualeventwebinarpresentersessioncount Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaVirtualEventWebinarPresenterSessionCount --- @@ -24,7 +24,7 @@ Get-MgBetaVirtualEventWebinarPresenterSessionCount -VirtualEventPresenterId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaVirtualEventWebinarPresenterSessionCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventWebinarRegistration.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventWebinarRegistration.md index bcab4d3e0a8cb..9eb776a85d1ee 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventWebinarRegistration.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventWebinarRegistration.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/get-mgbetavirtualeventwebinarregistration Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaVirtualEventWebinarRegistration --- @@ -29,7 +29,6 @@ Get-MgBetaVirtualEventWebinarRegistration -VirtualEventWebinarId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -39,7 +38,7 @@ Get-MgBetaVirtualEventWebinarRegistration -VirtualEventRegistrationId -VirtualEventWebinarId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -49,7 +48,7 @@ Get-MgBetaVirtualEventWebinarRegistration -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -67,7 +66,7 @@ Get the properties and relationships of a virtualEventRegistration object. | --------------- | ------------------------------------------ | | Delegated (work or school account) | VirtualEvent.Read, VirtualEvent.ReadWrite, | | Delegated (personal Microsoft account) | Not supported | -| Application | VirtualEvent.Read.Chat, VirtualEventRegistration-Anon.ReadWrite.All, VirtualEvent.Read.All, | +| Application | VirtualEvent.Read.Chat, VirtualEvent.Read.All, VirtualEventRegistration-Anon.ReadWrite.All, | ## EXAMPLES ### Example 1: Retrieve a list of virtual event registrations diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventWebinarRegistrationByEmail.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventWebinarRegistrationByEmail.md index 96baa343daae0..a5d9b6abc47b8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventWebinarRegistrationByEmail.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventWebinarRegistrationByEmail.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/get-mgbetavirtualeventwebinarregistrationbyemail Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaVirtualEventWebinarRegistrationByEmail --- @@ -27,7 +27,7 @@ Get-MgBetaVirtualEventWebinarRegistrationByEmail -Email -VirtualEventWe [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaVirtualEventWebinarRegistrationByEmail -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventWebinarRegistrationByUserId.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventWebinarRegistrationByUserId.md index eb68a96065af8..8532d8c45d4ed 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventWebinarRegistrationByUserId.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventWebinarRegistrationByUserId.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/get-mgbetavirtualeventwebinarregistrationbyuserid Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaVirtualEventWebinarRegistrationByUserId --- @@ -27,7 +27,7 @@ Get-MgBetaVirtualEventWebinarRegistrationByUserId -UserId -VirtualEvent [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaVirtualEventWebinarRegistrationByUserId -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventWebinarRegistrationConfiguration.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventWebinarRegistrationConfiguration.md index 75e919d06bc56..365ffd2b53633 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventWebinarRegistrationConfiguration.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventWebinarRegistrationConfiguration.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/get-mgbetavirtualeventwebinarregistrationconfiguration Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaVirtualEventWebinarRegistrationConfiguration --- @@ -27,7 +27,7 @@ Get-MgBetaVirtualEventWebinarRegistrationConfiguration -VirtualEventWebinarId ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaVirtualEventWebinarRegistrationConfiguration -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventWebinarRegistrationConfigurationQuestion.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventWebinarRegistrationConfigurationQuestion.md index b994ec4bec5e7..1cfccbcd4704b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventWebinarRegistrationConfigurationQuestion.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventWebinarRegistrationConfigurationQuestion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/get-mgbetavirtualeventwebinarregistrationconfigurationquestion Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaVirtualEventWebinarRegistrationConfigurationQuestion --- @@ -29,7 +29,6 @@ Get-MgBetaVirtualEventWebinarRegistrationConfigurationQuestion -VirtualEventWebi [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -40,7 +39,7 @@ Get-MgBetaVirtualEventWebinarRegistrationConfigurationQuestion [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -50,7 +49,7 @@ Get-MgBetaVirtualEventWebinarRegistrationConfigurationQuestion -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventWebinarRegistrationConfigurationQuestionCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventWebinarRegistrationConfigurationQuestionCount.md index 5293c57aedbac..b8a2f43378b6d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventWebinarRegistrationConfigurationQuestionCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventWebinarRegistrationConfigurationQuestionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/get-mgbetavirtualeventwebinarregistrationconfigurationquestioncount Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaVirtualEventWebinarRegistrationConfigurationQuestionCount --- @@ -27,7 +27,7 @@ Get-MgBetaVirtualEventWebinarRegistrationConfigurationQuestionCount -VirtualEven [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaVirtualEventWebinarRegistrationConfigurationQuestionCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventWebinarRegistrationCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventWebinarRegistrationCount.md index be6b269591d61..8e770531b11ce 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventWebinarRegistrationCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventWebinarRegistrationCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/get-mgbetavirtualeventwebinarregistrationcount Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaVirtualEventWebinarRegistrationCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaVirtualEventWebinarRegistrationCount -VirtualEventWebinarId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaVirtualEventWebinarRegistrationCount -VirtualEventWebinarId [ Get-MgBetaVirtualEventWebinarRegistrationCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventWebinarRegistrationSession.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventWebinarRegistrationSession.md index d54bd6be63e0c..618205d112e7b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventWebinarRegistrationSession.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventWebinarRegistrationSession.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/get-mgbetavirtualeventwebinarregistrationsession Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaVirtualEventWebinarRegistrationSession --- @@ -29,7 +29,7 @@ Get-MgBetaVirtualEventWebinarRegistrationSession -VirtualEventRegistrationId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -39,7 +39,7 @@ Get-MgBetaVirtualEventWebinarRegistrationSession -VirtualEventRegistrationId -VirtualEventWebinarId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -49,7 +49,7 @@ Get-MgBetaVirtualEventWebinarRegistrationSession -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventWebinarRegistrationSessionByJoinWebUrl.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventWebinarRegistrationSessionByJoinWebUrl.md index c46c7b0f8bec9..dd3d03b644d4b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventWebinarRegistrationSessionByJoinWebUrl.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventWebinarRegistrationSessionByJoinWebUrl.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/get-mgbetavirtualeventwebinarregistrationsessionbyjoinweburl Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaVirtualEventWebinarRegistrationSessionByJoinWebUrl --- @@ -24,7 +24,7 @@ Get-MgBetaVirtualEventWebinarRegistrationSessionByJoinWebUrl -JoinWebUrl -VirtualEventWebinarId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaVirtualEventWebinarRegistrationSessionByJoinWebUrl -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventWebinarRegistrationSessionCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventWebinarRegistrationSessionCount.md index 2238c77567abe..916b8005ed033 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventWebinarRegistrationSessionCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventWebinarRegistrationSessionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/get-mgbetavirtualeventwebinarregistrationsessioncount Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaVirtualEventWebinarRegistrationSessionCount --- @@ -27,7 +27,7 @@ Get-MgBetaVirtualEventWebinarRegistrationSessionCount -VirtualEventRegistrationI -VirtualEventWebinarId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaVirtualEventWebinarRegistrationSessionCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventWebinarSession.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventWebinarSession.md index 0087025ffc56f..b139b5679fe12 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventWebinarSession.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventWebinarSession.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/get-mgbetavirtualeventwebinarsession Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaVirtualEventWebinarSession --- @@ -29,7 +29,7 @@ Get-MgBetaVirtualEventWebinarSession -VirtualEventWebinarId [-ExpandPro [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -39,7 +39,7 @@ Get-MgBetaVirtualEventWebinarSession -VirtualEventSessionId -VirtualEve [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +48,7 @@ Get-MgBetaVirtualEventWebinarSession -VirtualEventSessionId -VirtualEve Get-MgBetaVirtualEventWebinarSession -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventWebinarSessionAttendanceReport.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventWebinarSessionAttendanceReport.md index 73563a92b6082..94828f852bb9e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventWebinarSessionAttendanceReport.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventWebinarSessionAttendanceReport.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/get-mgbetavirtualeventwebinarsessionattendancereport Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaVirtualEventWebinarSessionAttendanceReport --- @@ -30,7 +30,7 @@ Get-MgBetaVirtualEventWebinarSessionAttendanceReport -VirtualEventSessionId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -40,7 +40,7 @@ Get-MgBetaVirtualEventWebinarSessionAttendanceReport -MeetingAttendanceReportId -VirtualEventSessionId -VirtualEventWebinarId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -50,7 +50,7 @@ Get-MgBetaVirtualEventWebinarSessionAttendanceReport -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventWebinarSessionAttendanceReportAttendanceRecord.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventWebinarSessionAttendanceReportAttendanceRecord.md index d7669ccd1d0be..112844fc30691 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventWebinarSessionAttendanceReportAttendanceRecord.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventWebinarSessionAttendanceReportAttendanceRecord.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/get-mgbetavirtualeventwebinarsessionattendancereportattendancerecord Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaVirtualEventWebinarSessionAttendanceReportAttendanceRecord --- @@ -31,7 +31,6 @@ Get-MgBetaVirtualEventWebinarSessionAttendanceReportAttendanceRecord [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -42,7 +41,7 @@ Get-MgBetaVirtualEventWebinarSessionAttendanceReportAttendanceRecord -Attendance [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -52,7 +51,7 @@ Get-MgBetaVirtualEventWebinarSessionAttendanceReportAttendanceRecord -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventWebinarSessionAttendanceReportAttendanceRecordCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventWebinarSessionAttendanceReportAttendanceRecordCount.md index 4340651c70700..872cdd043e404 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventWebinarSessionAttendanceReportAttendanceRecordCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventWebinarSessionAttendanceReportAttendanceRecordCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/get-mgbetavirtualeventwebinarsessionattendancereportattendancerecordcount Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaVirtualEventWebinarSessionAttendanceReportAttendanceRecordCount --- @@ -28,7 +28,7 @@ Get-MgBetaVirtualEventWebinarSessionAttendanceReportAttendanceRecordCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -38,7 +38,7 @@ Get-MgBetaVirtualEventWebinarSessionAttendanceReportAttendanceRecordCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventWebinarSessionAttendanceReportCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventWebinarSessionAttendanceReportCount.md index 977e614827d27..5997dd5bd61ce 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventWebinarSessionAttendanceReportCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventWebinarSessionAttendanceReportCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/get-mgbetavirtualeventwebinarsessionattendancereportcount Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaVirtualEventWebinarSessionAttendanceReportCount --- @@ -27,7 +27,7 @@ Get-MgBetaVirtualEventWebinarSessionAttendanceReportCount -VirtualEventSessionId -VirtualEventWebinarId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaVirtualEventWebinarSessionAttendanceReportCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventWebinarSessionByJoinWebUrl.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventWebinarSessionByJoinWebUrl.md index 173611ffb0f5d..992551f7c3906 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventWebinarSessionByJoinWebUrl.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventWebinarSessionByJoinWebUrl.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/get-mgbetavirtualeventwebinarsessionbyjoinweburl Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaVirtualEventWebinarSessionByJoinWebUrl --- @@ -25,7 +25,7 @@ Get-MgBetaVirtualEventWebinarSessionByJoinWebUrl -JoinWebUrl -VirtualEventWebinarId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaVirtualEventWebinarSessionByJoinWebUrl -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventWebinarSessionCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventWebinarSessionCount.md index 7b996f318f197..aa54964d10f25 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventWebinarSessionCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventWebinarSessionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/get-mgbetavirtualeventwebinarsessioncount Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaVirtualEventWebinarSessionCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaVirtualEventWebinarSessionCount -VirtualEventWebinarId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaVirtualEventWebinarSessionCount -VirtualEventWebinarId [-Filt Get-MgBetaVirtualEventWebinarSessionCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventWebinarSessionPresenter.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventWebinarSessionPresenter.md index 41b187d0c3626..ffc901e6f3e22 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventWebinarSessionPresenter.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventWebinarSessionPresenter.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/get-mgbetavirtualeventwebinarsessionpresenter Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaVirtualEventWebinarSessionPresenter --- @@ -26,7 +26,7 @@ Get-MgBetaVirtualEventWebinarSessionPresenter -VirtualEventSessionId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -36,7 +36,7 @@ Get-MgBetaVirtualEventWebinarSessionPresenter -VirtualEventPresenterId -VirtualEventSessionId -VirtualEventWebinarId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +46,7 @@ Get-MgBetaVirtualEventWebinarSessionPresenter -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventWebinarSessionPresenterCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventWebinarSessionPresenterCount.md index 7378d199b9b58..19cb1d9850a73 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventWebinarSessionPresenterCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventWebinarSessionPresenterCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/get-mgbetavirtualeventwebinarsessionpresentercount Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaVirtualEventWebinarSessionPresenterCount --- @@ -24,7 +24,7 @@ Get-MgBetaVirtualEventWebinarSessionPresenterCount -VirtualEventSessionId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaVirtualEventWebinarSessionPresenterCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventWebinarSessionRegistration.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventWebinarSessionRegistration.md index 72182fda33168..7ffb4b595d4ed 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventWebinarSessionRegistration.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventWebinarSessionRegistration.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/get-mgbetavirtualeventwebinarsessionregistration Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaVirtualEventWebinarSessionRegistration --- @@ -26,7 +26,7 @@ Get-MgBetaVirtualEventWebinarSessionRegistration -VirtualEventSessionId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -36,7 +36,7 @@ Get-MgBetaVirtualEventWebinarSessionRegistration -VirtualEventRegistrationId -VirtualEventWebinarId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +46,7 @@ Get-MgBetaVirtualEventWebinarSessionRegistration -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventWebinarSessionRegistrationByEmail.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventWebinarSessionRegistrationByEmail.md index 010dff43c3e7a..44ada1c8a8345 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventWebinarSessionRegistrationByEmail.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventWebinarSessionRegistrationByEmail.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/get-mgbetavirtualeventwebinarsessionregistrationbyemail Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaVirtualEventWebinarSessionRegistrationByEmail --- @@ -24,7 +24,7 @@ Get-MgBetaVirtualEventWebinarSessionRegistrationByEmail -Email -VirtualEventSessionId -VirtualEventWebinarId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaVirtualEventWebinarSessionRegistrationByEmail -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventWebinarSessionRegistrationByUserId.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventWebinarSessionRegistrationByUserId.md index b95fe0c50dd2d..504bd6af0995f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventWebinarSessionRegistrationByUserId.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventWebinarSessionRegistrationByUserId.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/get-mgbetavirtualeventwebinarsessionregistrationbyuserid Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaVirtualEventWebinarSessionRegistrationByUserId --- @@ -24,7 +24,7 @@ Get-MgBetaVirtualEventWebinarSessionRegistrationByUserId -UserId -VirtualEventSessionId -VirtualEventWebinarId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaVirtualEventWebinarSessionRegistrationByUserId -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventWebinarSessionRegistrationCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventWebinarSessionRegistrationCount.md index 2d2146fc79f64..3116411f3d49d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventWebinarSessionRegistrationCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Get-MgBetaVirtualEventWebinarSessionRegistrationCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/get-mgbetavirtualeventwebinarsessionregistrationcount Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaVirtualEventWebinarSessionRegistrationCount --- @@ -24,7 +24,7 @@ Get-MgBetaVirtualEventWebinarSessionRegistrationCount -VirtualEventSessionId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaVirtualEventWebinarSessionRegistrationCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Microsoft.Graph.Beta.Bookings.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Microsoft.Graph.Beta.Bookings.md index 1dbe9763795b0..a996bd0c5e998 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Microsoft.Graph.Beta.Bookings.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Microsoft.Graph.Beta.Bookings.md @@ -1,6 +1,6 @@ --- Module Name: Microsoft.Graph.Beta.Bookings -Module Guid: 1bc4b6f2-7115-4385-bbb8-497bf18d112a +Module Guid: 398ef54f-b04c-a353-2f5f-1b5b28cf880f Download Help Link: https://learn.microsoft.com/en-us/powershell/module/microsoft.graph.beta.bookings/?view=graph-powershell-beta Help Version: 1.0.0.0 Locale: en-US @@ -141,6 +141,32 @@ Microsoft Graph PowerShell Cmdlets ### [Get-MgBetaVirtualEventTownhallPresenterSessionCount](Get-MgBetaVirtualEventTownhallPresenterSessionCount.md) +### [Get-MgBetaVirtualEventTownhallRegistration](Get-MgBetaVirtualEventTownhallRegistration.md) + +### [Get-MgBetaVirtualEventTownhallRegistration](Get-MgBetaVirtualEventTownhallRegistration.md) + +### [Get-MgBetaVirtualEventTownhallRegistrationByEmail](Get-MgBetaVirtualEventTownhallRegistrationByEmail.md) + +### [Get-MgBetaVirtualEventTownhallRegistrationByUserId](Get-MgBetaVirtualEventTownhallRegistrationByUserId.md) + +### [Get-MgBetaVirtualEventTownhallRegistrationConfiguration](Get-MgBetaVirtualEventTownhallRegistrationConfiguration.md) + +### [Get-MgBetaVirtualEventTownhallRegistrationConfigurationQuestion](Get-MgBetaVirtualEventTownhallRegistrationConfigurationQuestion.md) + +### [Get-MgBetaVirtualEventTownhallRegistrationConfigurationQuestion](Get-MgBetaVirtualEventTownhallRegistrationConfigurationQuestion.md) + +### [Get-MgBetaVirtualEventTownhallRegistrationConfigurationQuestionCount](Get-MgBetaVirtualEventTownhallRegistrationConfigurationQuestionCount.md) + +### [Get-MgBetaVirtualEventTownhallRegistrationCount](Get-MgBetaVirtualEventTownhallRegistrationCount.md) + +### [Get-MgBetaVirtualEventTownhallRegistrationSession](Get-MgBetaVirtualEventTownhallRegistrationSession.md) + +### [Get-MgBetaVirtualEventTownhallRegistrationSession](Get-MgBetaVirtualEventTownhallRegistrationSession.md) + +### [Get-MgBetaVirtualEventTownhallRegistrationSessionByJoinWebUrl](Get-MgBetaVirtualEventTownhallRegistrationSessionByJoinWebUrl.md) + +### [Get-MgBetaVirtualEventTownhallRegistrationSessionCount](Get-MgBetaVirtualEventTownhallRegistrationSessionCount.md) + ### [Get-MgBetaVirtualEventTownhallSession](Get-MgBetaVirtualEventTownhallSession.md) ### [Get-MgBetaVirtualEventTownhallSession](Get-MgBetaVirtualEventTownhallSession.md) @@ -293,6 +319,10 @@ Microsoft Graph PowerShell Cmdlets ### [New-MgBetaVirtualEventTownhallPresenter](New-MgBetaVirtualEventTownhallPresenter.md) +### [New-MgBetaVirtualEventTownhallRegistration](New-MgBetaVirtualEventTownhallRegistration.md) + +### [New-MgBetaVirtualEventTownhallRegistrationConfigurationQuestion](New-MgBetaVirtualEventTownhallRegistrationConfigurationQuestion.md) + ### [New-MgBetaVirtualEventTownhallSession](New-MgBetaVirtualEventTownhallSession.md) ### [New-MgBetaVirtualEventTownhallSessionAttendanceReport](New-MgBetaVirtualEventTownhallSessionAttendanceReport.md) @@ -349,6 +379,16 @@ Microsoft Graph PowerShell Cmdlets ### [Remove-MgBetaVirtualEventTownhallPresenter](Remove-MgBetaVirtualEventTownhallPresenter.md) +### [Remove-MgBetaVirtualEventTownhallRegistration](Remove-MgBetaVirtualEventTownhallRegistration.md) + +### [Remove-MgBetaVirtualEventTownhallRegistrationByEmail](Remove-MgBetaVirtualEventTownhallRegistrationByEmail.md) + +### [Remove-MgBetaVirtualEventTownhallRegistrationByUserId](Remove-MgBetaVirtualEventTownhallRegistrationByUserId.md) + +### [Remove-MgBetaVirtualEventTownhallRegistrationConfiguration](Remove-MgBetaVirtualEventTownhallRegistrationConfiguration.md) + +### [Remove-MgBetaVirtualEventTownhallRegistrationConfigurationQuestion](Remove-MgBetaVirtualEventTownhallRegistrationConfigurationQuestion.md) + ### [Remove-MgBetaVirtualEventTownhallSession](Remove-MgBetaVirtualEventTownhallSession.md) ### [Remove-MgBetaVirtualEventTownhallSessionAttendanceReport](Remove-MgBetaVirtualEventTownhallSessionAttendanceReport.md) @@ -387,6 +427,12 @@ Microsoft Graph PowerShell Cmdlets ### [Stop-MgBetaVirtualEvent](Stop-MgBetaVirtualEvent.md) +### [Stop-MgBetaVirtualEventTownhallRegistration](Stop-MgBetaVirtualEventTownhallRegistration.md) + +### [Stop-MgBetaVirtualEventTownhallRegistrationEmail](Stop-MgBetaVirtualEventTownhallRegistrationEmail.md) + +### [Stop-MgBetaVirtualEventTownhallRegistrationUserId](Stop-MgBetaVirtualEventTownhallRegistrationUserId.md) + ### [Stop-MgBetaVirtualEventWebinarRegistration](Stop-MgBetaVirtualEventWebinarRegistration.md) ### [Stop-MgBetaVirtualEventWebinarRegistrationEmail](Stop-MgBetaVirtualEventWebinarRegistrationEmail.md) @@ -427,6 +473,16 @@ Microsoft Graph PowerShell Cmdlets ### [Update-MgBetaVirtualEventTownhallPresenter](Update-MgBetaVirtualEventTownhallPresenter.md) +### [Update-MgBetaVirtualEventTownhallRegistration](Update-MgBetaVirtualEventTownhallRegistration.md) + +### [Update-MgBetaVirtualEventTownhallRegistrationByEmail](Update-MgBetaVirtualEventTownhallRegistrationByEmail.md) + +### [Update-MgBetaVirtualEventTownhallRegistrationByUserId](Update-MgBetaVirtualEventTownhallRegistrationByUserId.md) + +### [Update-MgBetaVirtualEventTownhallRegistrationConfiguration](Update-MgBetaVirtualEventTownhallRegistrationConfiguration.md) + +### [Update-MgBetaVirtualEventTownhallRegistrationConfigurationQuestion](Update-MgBetaVirtualEventTownhallRegistrationConfigurationQuestion.md) + ### [Update-MgBetaVirtualEventTownhallSession](Update-MgBetaVirtualEventTownhallSession.md) ### [Update-MgBetaVirtualEventTownhallSessionAttendanceReport](Update-MgBetaVirtualEventTownhallSessionAttendanceReport.md) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/New-MgBetaBookingBusiness.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/New-MgBetaBookingBusiness.md index 2e1fb805d61d5..dcb4bb5d54ae0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/New-MgBetaBookingBusiness.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/New-MgBetaBookingBusiness.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/new-mgbetabookingbusiness Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaBookingBusiness --- @@ -36,7 +36,7 @@ New-MgBetaBookingBusiness [-ResponseHeadersVariable ] [-AdditionalProper [-Services ] [-StaffMembers ] [-WebSiteUrl ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create1 @@ -46,7 +46,6 @@ New-MgBetaBookingBusiness -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -56,7 +55,6 @@ New-MgBetaBookingBusiness -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateExpanded1 @@ -75,7 +73,7 @@ New-MgBetaBookingBusiness [-ResponseHeadersVariable ] [-AdditionalProper [-Services ] [-StaffMembers ] [-WebSiteUrl ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/New-MgBetaBookingBusinessAppointment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/New-MgBetaBookingBusinessAppointment.md index 9ac6b34561c93..2b37c84a5b692 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/New-MgBetaBookingBusinessAppointment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/New-MgBetaBookingBusinessAppointment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/new-mgbetabookingbusinessappointment Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaBookingBusinessAppointment --- @@ -41,7 +41,7 @@ New-MgBetaBookingBusinessAppointment -BookingBusinessId [-ResponseHeade [-SmsNotificationsEnabled] [-StaffMemberIds ] [-Start ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateExpanded1 @@ -65,7 +65,7 @@ New-MgBetaBookingBusinessAppointment -BookingBusinessId [-ResponseHeade [-SmsNotificationsEnabled] [-StaffMemberIds ] [-Start ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create1 @@ -75,7 +75,7 @@ New-MgBetaBookingBusinessAppointment -BookingBusinessId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -85,7 +85,7 @@ New-MgBetaBookingBusinessAppointment -BookingBusinessId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded1 @@ -109,7 +109,7 @@ New-MgBetaBookingBusinessAppointment -InputObject [-SmsNotificationsEnabled] [-StaffMemberIds ] [-Start ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -133,7 +133,7 @@ New-MgBetaBookingBusinessAppointment -InputObject [-SmsNotificationsEnabled] [-StaffMemberIds ] [-Start ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity1 @@ -143,7 +143,7 @@ New-MgBetaBookingBusinessAppointment -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -153,7 +153,7 @@ New-MgBetaBookingBusinessAppointment -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -169,9 +169,9 @@ Create new navigation property to appointments for bookingBusinesses | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | BookingsAppointment.ReadWrite.All, Bookings.ReadWrite.All, Bookings.Manage.All, | +| Delegated (work or school account) | BookingsAppointment.ReadWrite.All, Bookings.Manage.All, Bookings.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | BookingsAppointment.ReadWrite.All, Bookings.ReadWrite.All, Bookings.Read.All, Bookings.Manage.All, | +| Application | BookingsAppointment.ReadWrite.All, Bookings.Manage.All, Bookings.Read.All, Bookings.ReadWrite.All, | ## EXAMPLES ### Example 1: Using the New-MgBetaBookingBusinessAppointment Cmdlet diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/New-MgBetaBookingBusinessCalendarView.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/New-MgBetaBookingBusinessCalendarView.md index 54adfa8a49cdd..fd76909c8f759 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/New-MgBetaBookingBusinessCalendarView.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/New-MgBetaBookingBusinessCalendarView.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/new-mgbetabookingbusinesscalendarview Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaBookingBusinessCalendarView --- @@ -41,7 +41,7 @@ New-MgBetaBookingBusinessCalendarView -BookingBusinessId [-SmsNotificationsEnabled] [-StaffMemberIds ] [-Start ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateExpanded1 @@ -65,7 +65,7 @@ New-MgBetaBookingBusinessCalendarView -BookingBusinessId [-SmsNotificationsEnabled] [-StaffMemberIds ] [-Start ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create1 @@ -75,7 +75,7 @@ New-MgBetaBookingBusinessCalendarView -BookingBusinessId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -85,7 +85,7 @@ New-MgBetaBookingBusinessCalendarView -BookingBusinessId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded1 @@ -109,7 +109,7 @@ New-MgBetaBookingBusinessCalendarView -InputObject [-SmsNotificationsEnabled] [-StaffMemberIds ] [-Start ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -133,7 +133,7 @@ New-MgBetaBookingBusinessCalendarView -InputObject [-SmsNotificationsEnabled] [-StaffMemberIds ] [-Start ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity1 @@ -143,7 +143,7 @@ New-MgBetaBookingBusinessCalendarView -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -153,7 +153,7 @@ New-MgBetaBookingBusinessCalendarView -InputObject -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.Bookings/New-MgBetaBookingBusinessCustomQuestion.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/New-MgBetaBookingBusinessCustomQuestion.md index 15eb4cac4eb7b..a42bfbabea46d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/New-MgBetaBookingBusinessCustomQuestion.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/New-MgBetaBookingBusinessCustomQuestion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/new-mgbetabookingbusinesscustomquestion Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaBookingBusinessCustomQuestion --- @@ -29,7 +29,6 @@ New-MgBetaBookingBusinessCustomQuestion -BookingBusinessId [-LastUpdatedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateExpanded1 @@ -41,7 +40,6 @@ New-MgBetaBookingBusinessCustomQuestion -BookingBusinessId [-LastUpdatedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create1 @@ -51,7 +49,7 @@ New-MgBetaBookingBusinessCustomQuestion -BookingBusinessId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -61,7 +59,7 @@ New-MgBetaBookingBusinessCustomQuestion -BookingBusinessId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded1 @@ -73,7 +71,6 @@ New-MgBetaBookingBusinessCustomQuestion -InputObject [-LastUpdatedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -85,7 +82,6 @@ New-MgBetaBookingBusinessCustomQuestion -InputObject [-LastUpdatedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity1 @@ -95,7 +91,7 @@ New-MgBetaBookingBusinessCustomQuestion -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -105,7 +101,7 @@ New-MgBetaBookingBusinessCustomQuestion -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -121,7 +117,7 @@ Create new navigation property to customQuestions for bookingBusinesses | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | BookingsAppointment.ReadWrite.All, Bookings.ReadWrite.All, Bookings.Manage.All, | +| Delegated (work or school account) | BookingsAppointment.ReadWrite.All, Bookings.Manage.All, Bookings.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | | Application | Bookings.ReadWrite.All, Bookings.Manage.All, | diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/New-MgBetaBookingBusinessCustomer.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/New-MgBetaBookingBusinessCustomer.md index dd0624ecffdad..d4dcaef5c048c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/New-MgBetaBookingBusinessCustomer.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/New-MgBetaBookingBusinessCustomer.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/new-mgbetabookingbusinesscustomer Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaBookingBusinessCustomer --- @@ -29,7 +29,7 @@ New-MgBetaBookingBusinessCustomer -BookingBusinessId [-ResponseHeadersV [-LastUpdatedDateTime ] [-Phones ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateExpanded1 @@ -41,7 +41,7 @@ New-MgBetaBookingBusinessCustomer -BookingBusinessId [-ResponseHeadersV [-LastUpdatedDateTime ] [-Phones ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create1 @@ -51,7 +51,7 @@ New-MgBetaBookingBusinessCustomer -BookingBusinessId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -61,7 +61,7 @@ New-MgBetaBookingBusinessCustomer -BookingBusinessId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded1 @@ -74,7 +74,6 @@ New-MgBetaBookingBusinessCustomer -InputObject [-Phones ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -87,7 +86,6 @@ New-MgBetaBookingBusinessCustomer -InputObject [-Phones ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity1 @@ -97,7 +95,7 @@ New-MgBetaBookingBusinessCustomer -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -107,7 +105,7 @@ New-MgBetaBookingBusinessCustomer -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -123,9 +121,9 @@ Create new navigation property to customers for bookingBusinesses | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | BookingsAppointment.ReadWrite.All, Bookings.ReadWrite.All, Bookings.Manage.All, | +| Delegated (work or school account) | BookingsAppointment.ReadWrite.All, Bookings.Manage.All, Bookings.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | BookingsAppointment.ReadWrite.All, Bookings.ReadWrite.All, Bookings.Manage.All, | +| Application | BookingsAppointment.ReadWrite.All, Bookings.Manage.All, Bookings.ReadWrite.All, | ## EXAMPLES ### Example 1: Using the New-MgBetaBookingBusinessCustomer Cmdlet diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/New-MgBetaBookingBusinessService.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/New-MgBetaBookingBusinessService.md index 4d949ba2b35c2..e52e2c83db35a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/New-MgBetaBookingBusinessService.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/New-MgBetaBookingBusinessService.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/new-mgbetabookingbusinessservice Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaBookingBusinessService --- @@ -36,7 +36,6 @@ New-MgBetaBookingBusinessService -BookingBusinessId [-ResponseHeadersVa [-StaffMemberIds ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateExpanded1 @@ -55,7 +54,6 @@ New-MgBetaBookingBusinessService -BookingBusinessId [-ResponseHeadersVa [-StaffMemberIds ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create1 @@ -65,7 +63,7 @@ New-MgBetaBookingBusinessService -BookingBusinessId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -75,7 +73,7 @@ New-MgBetaBookingBusinessService -BookingBusinessId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded1 @@ -95,7 +93,6 @@ New-MgBetaBookingBusinessService -InputObject [-StaffMemberIds ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -115,7 +112,6 @@ New-MgBetaBookingBusinessService -InputObject [-StaffMemberIds ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity1 @@ -125,7 +121,7 @@ New-MgBetaBookingBusinessService -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -135,7 +131,7 @@ New-MgBetaBookingBusinessService -InputObject -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.Bookings/New-MgBetaBookingBusinessStaffMember.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/New-MgBetaBookingBusinessStaffMember.md index 7c05bff06b69c..3903c044a8d6d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/New-MgBetaBookingBusinessStaffMember.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/New-MgBetaBookingBusinessStaffMember.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/new-mgbetabookingbusinessstaffmember Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaBookingBusinessStaffMember --- @@ -31,7 +31,6 @@ New-MgBetaBookingBusinessStaffMember -BookingBusinessId [-ResponseHeade [-WorkingHours ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateExpanded1 @@ -45,7 +44,6 @@ New-MgBetaBookingBusinessStaffMember -BookingBusinessId [-ResponseHeade [-WorkingHours ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create1 @@ -55,7 +53,7 @@ New-MgBetaBookingBusinessStaffMember -BookingBusinessId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -65,7 +63,7 @@ New-MgBetaBookingBusinessStaffMember -BookingBusinessId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded1 @@ -79,7 +77,7 @@ New-MgBetaBookingBusinessStaffMember -InputObject [-TimeZone ] [-UseBusinessHours] [-WorkingHours ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -93,7 +91,7 @@ New-MgBetaBookingBusinessStaffMember -InputObject [-TimeZone ] [-UseBusinessHours] [-WorkingHours ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity1 @@ -103,7 +101,7 @@ New-MgBetaBookingBusinessStaffMember -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -113,7 +111,7 @@ New-MgBetaBookingBusinessStaffMember -InputObject -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.Bookings/New-MgBetaBookingCurrency.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/New-MgBetaBookingCurrency.md index 3217c021d4c30..ea494896439a2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/New-MgBetaBookingCurrency.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/New-MgBetaBookingCurrency.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/new-mgbetabookingcurrency Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaBookingCurrency --- @@ -27,7 +27,6 @@ New-MgBetaBookingCurrency [-ResponseHeadersVariable ] [-AdditionalProper [-Id ] [-Symbol ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create1 @@ -37,7 +36,6 @@ New-MgBetaBookingCurrency -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -47,7 +45,6 @@ New-MgBetaBookingCurrency -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateExpanded1 @@ -57,7 +54,6 @@ New-MgBetaBookingCurrency [-ResponseHeadersVariable ] [-AdditionalProper [-Id ] [-Symbol ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/New-MgBetaVirtualEvent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/New-MgBetaVirtualEvent.md index 569e71032186b..b7e21d4ed2513 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/New-MgBetaVirtualEvent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/New-MgBetaVirtualEvent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/new-mgbetavirtualevent Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaVirtualEvent --- @@ -27,12 +27,13 @@ New-MgBetaVirtualEvent [-ResponseHeadersVariable ] [-AdditionalPropertie [-CreatedBy ] [-Description ] [-DisplayName ] [-EndDateTime ] [-ExternalEventInformation ] [-Id ] + [-IsRegistrationEnabled] [-IsRegistrationRequired] [-Presenters ] [-Sessions ] [-Settings ] [-StartDateTime ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -42,7 +43,6 @@ New-MgBetaVirtualEvent -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -337,6 +337,48 @@ AcceptedValues: [] HelpMessage: '' ``` +### -IsRegistrationEnabled + + + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -IsRegistrationRequired + + + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + ### -Presenters The virtual event presenters. @@ -625,6 +667,8 @@ Read-only. This association bundles all the information (both supported and not supported in virtualEvent) into one virtual event object. Optional. If set, the maximum supported length is 256 characters. + [IsRegistrationEnabled ]: + [IsRegistrationRequired ]: [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -670,6 +714,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. @@ -712,6 +760,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. @@ -752,6 +805,7 @@ Read-only. [IsEnabledForVideo ]: Indicates whether to apply a watermark to everyone's video feed. [Id ]: The unique identifier for an entity. Read-only. + [Capacity ]: Represents the expected number of attendees for town hall session. [EndDateTime ]: dateTimeTimeZone [Presenters ]: [Registrations ]: @@ -888,6 +942,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. @@ -936,6 +994,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. @@ -976,6 +1039,7 @@ Read-only. [IsEnabledForVideo ]: Indicates whether to apply a watermark to everyone's video feed. [Id ]: The unique identifier for an entity. Read-only. + [Capacity ]: Represents the expected number of attendees for town hall session. [EndDateTime ]: dateTimeTimeZone [(Any) ]: This indicates any property can be added to this object. [DateTime ]: A single point of time in a combined date and time representation ({date}T{time}). @@ -1047,6 +1111,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. @@ -1101,6 +1169,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. @@ -1144,6 +1217,7 @@ Read-only. [IsEnabledForVideo ]: Indicates whether to apply a watermark to everyone's video feed. [Id ]: The unique identifier for an entity. Read-only. + [Capacity ]: Represents the expected number of attendees for town hall session. [EndDateTime ]: dateTimeTimeZone [(Any) ]: This indicates any property can be added to this object. [DateTime ]: A single point of time in a combined date and time representation ({date}T{time}). diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/New-MgBetaVirtualEventPresenter.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/New-MgBetaVirtualEventPresenter.md index 036bde16eace3..93f482830777a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/New-MgBetaVirtualEventPresenter.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/New-MgBetaVirtualEventPresenter.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/new-mgbetavirtualeventpresenter Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaVirtualEventPresenter --- @@ -30,7 +30,6 @@ New-MgBetaVirtualEventPresenter -VirtualEventId [-ResponseHeadersVariab [-Sessions ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -40,7 +39,7 @@ New-MgBetaVirtualEventPresenter -VirtualEventId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -53,7 +52,6 @@ New-MgBetaVirtualEventPresenter -InputObject [-ResponseHeade [-Sessions ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -63,7 +61,7 @@ New-MgBetaVirtualEventPresenter -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -628,6 +626,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. @@ -676,6 +678,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. @@ -716,6 +723,7 @@ Read-only. [IsEnabledForVideo ]: Indicates whether to apply a watermark to everyone's video feed. [Id ]: The unique identifier for an entity. Read-only. + [Capacity ]: Represents the expected number of attendees for town hall session. [EndDateTime ]: dateTimeTimeZone [(Any) ]: This indicates any property can be added to this object. [DateTime ]: A single point of time in a combined date and time representation ({date}T{time}). @@ -830,6 +838,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. @@ -884,6 +896,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. @@ -927,6 +944,7 @@ Read-only. [IsEnabledForVideo ]: Indicates whether to apply a watermark to everyone's video feed. [Id ]: The unique identifier for an entity. Read-only. + [Capacity ]: Represents the expected number of attendees for town hall session. [EndDateTime ]: dateTimeTimeZone [(Any) ]: This indicates any property can be added to this object. [DateTime ]: A single point of time in a combined date and time representation ({date}T{time}). diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/New-MgBetaVirtualEventSession.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/New-MgBetaVirtualEventSession.md index ad51936d6aed5..ea450083e973b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/New-MgBetaVirtualEventSession.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/New-MgBetaVirtualEventSession.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/new-mgbetavirtualeventsession Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaVirtualEventSession --- @@ -31,10 +31,11 @@ New-MgBetaVirtualEventSession -VirtualEventId [-ResponseHeadersVariable [-AllowedLobbyAdmitters ] [-AllowedPresenters ] [-AnonymizeIdentityForRoles ] [-AttendanceReports ] - [-AudioConferencing ] [-ChatInfo ] - [-ChatRestrictions ] [-EndDateTime ] - [-ExpiryDateTime ] [-Id ] [-IsEndToEndEncryptionEnabled] [-IsEntryExitAnnounced] - [-JoinInformation ] + [-AudioConferencing ] [-Capacity ] + [-ChatInfo ] [-ChatRestrictions ] + [-CloudVideoInteropInfo ] + [-EndDateTime ] [-ExpiryDateTime ] [-Id ] + [-IsEndToEndEncryptionEnabled] [-IsEntryExitAnnounced] [-JoinInformation ] [-JoinMeetingIdSettings ] [-JoinWebUrl ] [-LobbyBypassSettings ] [-MeetingOptionsWebUrl ] [-MeetingSpokenLanguageTag ] [-Presenters ] @@ -45,7 +46,6 @@ New-MgBetaVirtualEventSession -VirtualEventId [-ResponseHeadersVariable [-WatermarkProtection ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -55,7 +55,7 @@ New-MgBetaVirtualEventSession -VirtualEventId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -69,10 +69,11 @@ New-MgBetaVirtualEventSession -InputObject [-ResponseHeaders [-AllowedLobbyAdmitters ] [-AllowedPresenters ] [-AnonymizeIdentityForRoles ] [-AttendanceReports ] - [-AudioConferencing ] [-ChatInfo ] - [-ChatRestrictions ] [-EndDateTime ] - [-ExpiryDateTime ] [-Id ] [-IsEndToEndEncryptionEnabled] [-IsEntryExitAnnounced] - [-JoinInformation ] + [-AudioConferencing ] [-Capacity ] + [-ChatInfo ] [-ChatRestrictions ] + [-CloudVideoInteropInfo ] + [-EndDateTime ] [-ExpiryDateTime ] [-Id ] + [-IsEndToEndEncryptionEnabled] [-IsEntryExitAnnounced] [-JoinInformation ] [-JoinMeetingIdSettings ] [-JoinWebUrl ] [-LobbyBypassSettings ] [-MeetingOptionsWebUrl ] [-MeetingSpokenLanguageTag ] [-Presenters ] @@ -83,7 +84,6 @@ New-MgBetaVirtualEventSession -InputObject [-ResponseHeaders [-WatermarkProtection ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -93,7 +93,7 @@ New-MgBetaVirtualEventSession -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -647,6 +647,33 @@ AcceptedValues: [] HelpMessage: '' ``` +### -Capacity + +Represents the expected number of attendees for town hall session. + +```yaml +Type: System.Int32 +DefaultValue: 0 +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: '' +``` + ### -ChatInfo chatInfo @@ -703,6 +730,34 @@ AcceptedValues: [] HelpMessage: '' ``` +### -CloudVideoInteropInfo + +cloudVideoInteropInfo +To construct, see NOTES section for CLOUDVIDEOINTEROPINFO properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphCloudVideoInteropInfo +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: '' +``` + ### -Confirm Prompts you for confirmation before running the cmdlet. @@ -1579,6 +1634,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. @@ -1658,6 +1717,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. @@ -1712,6 +1775,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. @@ -1755,6 +1823,7 @@ Read-only. [IsEnabledForVideo ]: Indicates whether to apply a watermark to everyone's video feed. [Id ]: The unique identifier for an entity. Read-only. + [Capacity ]: Represents the expected number of attendees for town hall session. [EndDateTime ]: dateTimeTimeZone [(Any) ]: This indicates any property can be added to this object. [DateTime ]: A single point of time in a combined date and time representation ({date}T{time}). @@ -1820,6 +1889,12 @@ CHATRESTRICTIONS ``: chatRestrictions [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 ]: + ENDDATETIME ``: dateTimeTimeZone [(Any) ]: This indicates any property can be added to this object. [DateTime ]: A single point of time in a combined date and time representation ({date}T{time}). @@ -1925,6 +2000,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. @@ -1973,6 +2052,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. @@ -2013,6 +2097,7 @@ Read-only. [IsEnabledForVideo ]: Indicates whether to apply a watermark to everyone's video feed. [Id ]: The unique identifier for an entity. Read-only. + [Capacity ]: Represents the expected number of attendees for town hall session. [EndDateTime ]: dateTimeTimeZone [(Any) ]: This indicates any property can be added to this object. [DateTime ]: A single point of time in a combined date and time representation ({date}T{time}). @@ -2116,6 +2201,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 [Identity ]: identity [(Any) ]: This indicates any property can be added to this object. @@ -2164,6 +2253,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. @@ -2207,6 +2301,7 @@ Read-only. [IsEnabledForVideo ]: Indicates whether to apply a watermark to everyone's video feed. [Id ]: The unique identifier for an entity. Read-only. + [Capacity ]: Represents the expected number of attendees for town hall session. [EndDateTime ]: dateTimeTimeZone [(Any) ]: This indicates any property can be added to this object. [DateTime ]: A single point of time in a combined date and time representation ({date}T{time}). diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/New-MgBetaVirtualEventSessionAttendanceReport.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/New-MgBetaVirtualEventSessionAttendanceReport.md index dafdc3fffef6a..1c7416ded983e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/New-MgBetaVirtualEventSessionAttendanceReport.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/New-MgBetaVirtualEventSessionAttendanceReport.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/new-mgbetavirtualeventsessionattendancereport Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaVirtualEventSessionAttendanceReport --- @@ -30,7 +30,7 @@ New-MgBetaVirtualEventSessionAttendanceReport -VirtualEventId [-MeetingEndDateTime ] [-MeetingStartDateTime ] [-TotalParticipantCount ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -41,7 +41,6 @@ New-MgBetaVirtualEventSessionAttendanceReport -VirtualEventId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -54,7 +53,7 @@ New-MgBetaVirtualEventSessionAttendanceReport -InputObject [-MeetingEndDateTime ] [-MeetingStartDateTime ] [-TotalParticipantCount ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -64,7 +63,7 @@ New-MgBetaVirtualEventSessionAttendanceReport -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -642,6 +641,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. @@ -678,6 +681,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. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/New-MgBetaVirtualEventSessionAttendanceReportAttendanceRecord.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/New-MgBetaVirtualEventSessionAttendanceReportAttendanceRecord.md index a804d0fcf3df7..05e5610159de2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/New-MgBetaVirtualEventSessionAttendanceReportAttendanceRecord.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/New-MgBetaVirtualEventSessionAttendanceReportAttendanceRecord.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/new-mgbetavirtualeventsessionattendancereportattendancerecord Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaVirtualEventSessionAttendanceReportAttendanceRecord --- @@ -26,13 +26,13 @@ Create new navigation property to attendanceRecords for solutions New-MgBetaVirtualEventSessionAttendanceReportAttendanceRecord -MeetingAttendanceReportId -VirtualEventId -VirtualEventSessionId [-ResponseHeadersVariable ] [-AdditionalProperties ] [-AttendanceIntervals ] - [-EmailAddress ] + [-EmailAddress ] [-Engagements ] [-ExternalRegistrationInformation ] [-Id ] [-Identity ] [-RegistrantId ] [-RegistrationId ] [-Role ] [-TotalAttendanceInSeconds ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -43,7 +43,7 @@ New-MgBetaVirtualEventSessionAttendanceReportAttendanceRecord -MeetingAttendance -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -52,12 +52,13 @@ New-MgBetaVirtualEventSessionAttendanceReportAttendanceRecord -MeetingAttendance New-MgBetaVirtualEventSessionAttendanceReportAttendanceRecord -InputObject [-ResponseHeadersVariable ] [-AdditionalProperties ] [-AttendanceIntervals ] [-EmailAddress ] + [-Engagements ] [-ExternalRegistrationInformation ] [-Id ] [-Identity ] [-RegistrantId ] [-RegistrationId ] [-Role ] [-TotalAttendanceInSeconds ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -67,7 +68,7 @@ New-MgBetaVirtualEventSessionAttendanceReportAttendanceRecord -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -234,6 +235,34 @@ AcceptedValues: [] HelpMessage: '' ``` +### -Engagements + +The list of real-time participant interaction behaviors during a meeting. +To construct, see NOTES section for ENGAGEMENTS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphMeetingEngagement[] +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: '' +``` + ### -ExternalRegistrationInformation virtualEventExternalRegistrationInformation @@ -757,6 +786,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. @@ -780,6 +813,11 @@ Presents for all participant who has registered for the virtualEventWebinar. The possible values are: None, Attendee, Presenter, and Organizer. [TotalAttendanceInSeconds ]: Total duration of the attendances in seconds. +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. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/New-MgBetaVirtualEventTownhall.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/New-MgBetaVirtualEventTownhall.md index 1e139c0d14052..f1986aee66426 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/New-MgBetaVirtualEventTownhall.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/New-MgBetaVirtualEventTownhall.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/new-mgbetavirtualeventtownhall Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaVirtualEventTownhall --- @@ -24,18 +24,20 @@ Create a new virtualEventTownhall object in draft mode. ``` New-MgBetaVirtualEventTownhall [-ResponseHeadersVariable ] - [-AdditionalProperties ] [-Audience ] + [-AdditionalProperties ] [-Audience ] [-Capacity ] [-CoOrganizers ] [-CreatedBy ] [-Description ] [-DisplayName ] [-EndDateTime ] [-ExternalEventInformation ] [-Id ] - [-InvitedAttendees ] [-IsInviteOnly] - [-Presenters ] + [-InvitedAttendees ] [-IsInviteOnly] [-IsRegistrationEnabled] + [-IsRegistrationRequired] [-Presenters ] + [-RegistrationConfiguration ] + [-Registrations ] [-Sessions ] [-Settings ] [-StartDateTime ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -45,7 +47,6 @@ New-MgBetaVirtualEventTownhall -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -144,6 +145,27 @@ AcceptedValues: [] HelpMessage: '' ``` +### -Capacity + + + +```yaml +Type: System.Int32 +DefaultValue: 0 +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. @@ -411,6 +433,48 @@ HelpMessage: '' Indicates whether the town hall is only open to invited people and groups within your organization. The isInviteOnly property can only be true if the value of the audience property is set to organization. +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -IsRegistrationEnabled + + + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -IsRegistrationRequired + + + ```yaml Type: System.Management.Automation.SwitchParameter DefaultValue: False @@ -513,6 +577,49 @@ AcceptedValues: [] HelpMessage: '' ``` +### -RegistrationConfiguration + +virtualEventTownhallRegistrationConfiguration + +```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: '' +``` + +### -Registrations + +Registration records of the town hall. +To construct, see NOTES section for REGISTRATIONS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphVirtualEventRegistration[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + ### -ResponseHeadersVariable Optional Response Headers Variable. @@ -714,6 +821,8 @@ Read-only. This association bundles all the information (both supported and not supported in virtualEvent) into one virtual event object. Optional. If set, the maximum supported length is 256 characters. + [IsRegistrationEnabled ]: + [IsRegistrationRequired ]: [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -759,6 +868,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. @@ -801,6 +914,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. @@ -841,6 +959,7 @@ Read-only. [IsEnabledForVideo ]: Indicates whether to apply a watermark to everyone's video feed. [Id ]: The unique identifier for an entity. Read-only. + [Capacity ]: Represents the expected number of attendees for town hall session. [EndDateTime ]: dateTimeTimeZone [Presenters ]: [Registrations ]: @@ -884,6 +1003,7 @@ Only appears when the registrant is registered in Microsoft Entra ID. [Id ]: The unique identifier for an entity. Read-only. [Audience ]: meetingAudience + [Capacity ]: [CoOrganizers ]: Identity information of the coorganizers of the town hall. [DisplayName ]: The display name of the identity. For drive items, the display name might not always be available or up to date. @@ -895,6 +1015,21 @@ For example, in the access reviews decisions API, this property might record the The supported identities are: communicationsUserIdentity and communicationsGuestIdentity. [IsInviteOnly ]: Indicates whether the town hall is only open to invited people and groups within your organization. The isInviteOnly property can only be true if the value of the audience property is set to organization. + [RegistrationConfiguration ]: virtualEventTownhallRegistrationConfiguration + [(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. + [DisplayName ]: Display name of the registration question. + [IsRequired ]: Indicates whether an answer to the question is required. +The default value is false. + [RegistrationWebUrl ]: Registration URL of the virtual event. + [Id ]: The unique identifier for an entity. +Read-only. + [Registrations ]: Registration records of the town hall. COORGANIZERS : Identity information of the coorganizers of the town hall. [DisplayName ]: The display name of the identity. @@ -1007,6 +1142,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. @@ -1055,6 +1194,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. @@ -1095,6 +1239,7 @@ Read-only. [IsEnabledForVideo ]: Indicates whether to apply a watermark to everyone's video feed. [Id ]: The unique identifier for an entity. Read-only. + [Capacity ]: Represents the expected number of attendees for town hall session. [EndDateTime ]: dateTimeTimeZone [(Any) ]: This indicates any property can be added to this object. [DateTime ]: A single point of time in a combined date and time representation ({date}T{time}). @@ -1135,6 +1280,198 @@ Only appears when the registrant is registered in Microsoft Entra ID. [StartDateTime ]: dateTimeTimeZone [VideoOnDemandWebUrl ]: The URL of the video on demand (VOD) for Microsoft Teams events that allows webinar and town hall organizers to quickly publish and share event recordings. +REGISTRATIONS : Registration records of the town hall. + [Id ]: The unique identifier for an entity. +Read-only. + [CancelationDateTime ]: Date and time when the registrant cancels their registration for the virtual event. +Only appears when applicable. +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. + [Email ]: Email address of the registrant. + [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. +Optional. + [RegistrationId ]: The identifier for a virtualEventExternalRegistrationInformation object. +Optional. +If set, the maximum supported length is 256 characters. + [FirstName ]: First name of the registrant. + [LastName ]: Last name of the registrant. + [PreferredLanguage ]: The registrant's preferred language. + [PreferredTimezone ]: The registrant's time zone details. + [RegistrantVideoOnDemandWebUrl ]: + [RegistrationDateTime ]: Date and time when the registrant registers for the virtual event. +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. + [RegistrationQuestionAnswers ]: The registrant's answer to the registration questions. + [BooleanValue ]: Boolean answer to the virtualEventRegistrationCustomQuestion. +Only appears when answerInputType is boolean. + [DisplayName ]: Display name of the registration question. + [MultiChoiceValues ]: A collection of text answers to the virtualEventRegistrationCustomQuestion. +Only appears when answerInputType is multiChoice. + [QuestionId ]: The identifier of either a virtualEventRegistrationCustomQuestion or a virtualEventRegistrationPredefinedQuestion. + [Value ]: Text answer to the virtualEventRegistrationCustomQuestion or the virtualEventRegistrationPredefinedQuestion. +Appears when answerInputType is text, multilineText or singleChoice. + [Sessions ]: Sessions for a registration. + [AllowAttendeeToEnableCamera ]: Indicates whether attendees can turn on their camera. + [AllowAttendeeToEnableMic ]: Indicates whether attendees can turn on their microphone. + [AllowBreakoutRooms ]: Indicates whether breakout rooms are enabled for the meeting. + [AllowCopyingAndSharingMeetingContent ]: Indicates whether copying and sharing meeting content is enabled for the meeting. + [AllowLiveShare ]: meetingLiveShareOptions + [AllowMeetingChat ]: meetingChatMode + [AllowParticipantsToChangeName ]: Specifies if participants are allowed to rename themselves in an instance of the meeting. + [AllowPowerPointSharing ]: Indicates whether PowerPoint live is enabled for the meeting. + [AllowRecording ]: Indicates whether recording is enabled for the meeting. + [AllowTeamworkReactions ]: Indicates if Teams reactions are enabled for the meeting. + [AllowTranscription ]: Indicates whether transcription is enabled for the meeting. + [AllowWhiteboard ]: Indicates whether whiteboard is enabled for the meeting. + [AllowedLobbyAdmitters ]: allowedLobbyAdmitterRoles + [AllowedPresenters ]: onlineMeetingPresenters + [AnonymizeIdentityForRoles ]: Specifies whose identity is anonymized in the meeting. +The possible values are: attendee. +The attendee value can't be removed through a PATCH operation once added. + [AttendanceReports ]: The attendance reports of an online meeting. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [AttendanceRecords ]: List of attendance records of an attendance report. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [AttendanceIntervals ]: List of time periods between joining and leaving a meeting. + [DurationInSeconds ]: Duration of the meeting interval in seconds; that is, the difference between joinDateTime and leaveDateTime. + [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 + [Identity ]: identity + [(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. + [RegistrantId ]: Unique identifier of a meetingRegistrant. +Presents when the participant has registered for the meeting. +(deprecated) + [RegistrationId ]: Unique identifier of a virtualEventRegistration. +Presents for all participant who has registered for the virtualEventWebinar. + [Role ]: Role of the attendee. +The possible values are: None, Attendee, Presenter, and Organizer. + [TotalAttendanceInSeconds ]: Total duration of the attendances in seconds. + [ExternalEventInformation ]: The external information of a virtual event. +Returned only for event organizers or coorganizers. +Read-only. + [ApplicationId ]: Identifier of the application that hosts the externalEventId. +Read-only. + [ExternalEventId ]: The identifier for a virtualEventExternalInformation object that associates the virtual event with an event ID in an external application. +This association bundles all the information (both supported and not supported in virtualEvent) into one virtual event object. +Optional. +If set, the maximum supported length is 256 characters. + [MeetingEndDateTime ]: UTC time when the meeting ended. +Read-only. + [MeetingStartDateTime ]: UTC time when the meeting started. +Read-only. + [TotalParticipantCount ]: Total number of participants. +Read-only. + [AudioConferencing ]: audioConferencing + [(Any) ]: This indicates any property can be added to this object. + [ConferenceId ]: The conference id of the online meeting. + [DialinUrl ]: A URL to the externally-accessible web page that contains dial-in information. + [TollFreeNumber ]: The toll-free number that connects to the Audio Conference Provider. + [TollFreeNumbers ]: List of toll-free numbers that are displayed in the meeting invite. + [TollNumber ]: The toll number that connects to the Audio Conference Provider. + [TollNumbers ]: List of toll numbers that are displayed in the meeting invite. + [ChatInfo ]: chatInfo + [(Any) ]: This indicates any property can be added to this object. + [MessageId ]: The unique identifier for a message in a Microsoft Teams channel. + [ReplyChainMessageId ]: The ID of the reply message. + [ThreadId ]: The unique identifier for a thread in Microsoft Teams. + [ChatRestrictions ]: chatRestrictions + [(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. + [IsEndToEndEncryptionEnabled ]: Indicates whether end-to-end encryption (E2EE) is enabled for the online meeting. + [IsEntryExitAnnounced ]: Indicates whether to announce when callers join or leave. + [JoinInformation ]: itemBody + [(Any) ]: This indicates any property can be added to this object. + [Content ]: The content of the item. + [ContentType ]: bodyType + [JoinMeetingIdSettings ]: joinMeetingIdSettings + [(Any) ]: This indicates any property can be added to this object. + [IsPasscodeRequired ]: Indicates whether a passcode is required to join a meeting when using joinMeetingId. +Optional. + [JoinMeetingId ]: The meeting ID to be used to join a meeting. +Optional. +Read-only. + [Passcode ]: The passcode to join a meeting. + Optional. +Read-only. + [JoinWebUrl ]: The join URL of the online meeting. +Read-only. + [LobbyBypassSettings ]: lobbyBypassSettings + [(Any) ]: This indicates any property can be added to this object. + [IsDialInBypassEnabled ]: Specifies whether or not to always let dial-in callers bypass the lobby. +Optional. + [Scope ]: lobbyBypassScope + [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. +This link allows only the organizer to configure meeting settings. + [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [RecordAutomatically ]: Indicates whether to record the meeting automatically. + [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment + [(Any) ]: This indicates any property can be added to this object. + [SensitivityLabelId ]: Id of the sensitivity label that is applied to the Teams meeting. + [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode + [Subject ]: The subject of the online meeting. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. + [WatermarkProtection ]: watermarkProtectionValues + [(Any) ]: This indicates any property can be added to this object. + [IsEnabledForContentSharing ]: Indicates whether to apply a watermark to any shared content. + [IsEnabledForVideo ]: Indicates whether to apply a watermark to everyone's video feed. + [Id ]: The unique identifier for an entity. +Read-only. + [Capacity ]: Represents the expected number of attendees for town hall session. + [EndDateTime ]: dateTimeTimeZone + [(Any) ]: This indicates any property can be added to this object. + [DateTime ]: A single point of time in a combined date and time representation ({date}T{time}). +For example, '2019-04-16T09:00:00'. + [TimeZone ]: Represents a time zone, for example, 'Pacific Standard Time'. +See below for possible values. + [Presenters ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Email ]: Email address of the presenter. + [Identity ]: identity + [PresenterDetails ]: virtualEventPresenterDetails + [(Any) ]: This indicates any property can be added to this object. + [Bio ]: itemBody + [Company ]: The presenter's company name. + [JobTitle ]: The presenter's job title. + [LinkedInProfileWebUrl ]: The presenter's LinkedIn profile URL. + [PersonalSiteWebUrl ]: The presenter's personal website URL. + [Photo ]: The content stream of the presenter's photo. + [TwitterProfileWebUrl ]: The presenter's Twitter profile URL. + [Sessions ]: + [Registrations ]: + [StartDateTime ]: dateTimeTimeZone + [VideoOnDemandWebUrl ]: The URL of the video on demand (VOD) for Microsoft Teams events that allows webinar and town hall organizers to quickly publish and share event recordings. + [Status ]: virtualEventAttendeeRegistrationStatus + [UserId ]: The registrant's ID in Microsoft Entra ID. +Only appears when the registrant is registered in Microsoft Entra ID. + SESSIONS : The sessions for the virtual event. [AllowAttendeeToEnableCamera ]: Indicates whether attendees can turn on their camera. [AllowAttendeeToEnableMic ]: Indicates whether attendees can turn on their microphone. @@ -1166,6 +1503,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. @@ -1220,6 +1561,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. @@ -1263,6 +1609,7 @@ Read-only. [IsEnabledForVideo ]: Indicates whether to apply a watermark to everyone's video feed. [Id ]: The unique identifier for an entity. Read-only. + [Capacity ]: Represents the expected number of attendees for town hall session. [EndDateTime ]: dateTimeTimeZone [(Any) ]: This indicates any property can be added to this object. [DateTime ]: A single point of time in a combined date and time representation ({date}T{time}). diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/New-MgBetaVirtualEventTownhallPresenter.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/New-MgBetaVirtualEventTownhallPresenter.md index c605a2087b447..05896a719e69d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/New-MgBetaVirtualEventTownhallPresenter.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/New-MgBetaVirtualEventTownhallPresenter.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/new-mgbetavirtualeventtownhallpresenter Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaVirtualEventTownhallPresenter --- @@ -31,7 +31,6 @@ New-MgBetaVirtualEventTownhallPresenter -VirtualEventTownhallId [-Sessions ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -41,7 +40,7 @@ New-MgBetaVirtualEventTownhallPresenter -VirtualEventTownhallId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -54,7 +53,6 @@ New-MgBetaVirtualEventTownhallPresenter -InputObject [-Sessions ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -64,7 +62,7 @@ New-MgBetaVirtualEventTownhallPresenter -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -669,6 +667,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. @@ -717,6 +719,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. @@ -757,6 +764,7 @@ Read-only. [IsEnabledForVideo ]: Indicates whether to apply a watermark to everyone's video feed. [Id ]: The unique identifier for an entity. Read-only. + [Capacity ]: Represents the expected number of attendees for town hall session. [EndDateTime ]: dateTimeTimeZone [(Any) ]: This indicates any property can be added to this object. [DateTime ]: A single point of time in a combined date and time representation ({date}T{time}). @@ -871,6 +879,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. @@ -925,6 +937,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. @@ -968,6 +985,7 @@ Read-only. [IsEnabledForVideo ]: Indicates whether to apply a watermark to everyone's video feed. [Id ]: The unique identifier for an entity. Read-only. + [Capacity ]: Represents the expected number of attendees for town hall session. [EndDateTime ]: dateTimeTimeZone [(Any) ]: This indicates any property can be added to this object. [DateTime ]: A single point of time in a combined date and time representation ({date}T{time}). diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/New-MgBetaVirtualEventTownhallRegistration.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/New-MgBetaVirtualEventTownhallRegistration.md new file mode 100644 index 0000000000000..c58c3035e27e5 --- /dev/null +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/New-MgBetaVirtualEventTownhallRegistration.md @@ -0,0 +1,1281 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.Beta.Bookings-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/new-mgbetavirtualeventtownhallregistration +Locale: en-US +Module Name: Microsoft.Graph.Beta.Bookings +ms.date: 07/10/2026 +PlatyPS schema version: 2024-05-01 +title: New-MgBetaVirtualEventTownhallRegistration +--- + +# New-MgBetaVirtualEventTownhallRegistration + +## SYNOPSIS + +Create new navigation property to registrations for solutions + +## SYNTAX + +### CreateExpanded (Default) + +``` +New-MgBetaVirtualEventTownhallRegistration -VirtualEventTownhallId + [-ResponseHeadersVariable ] [-AdditionalProperties ] + [-CancelationDateTime ] [-Email ] + [-ExternalRegistrationInformation ] + [-FirstName ] [-Id ] [-LastName ] [-PreferredLanguage ] + [-PreferredTimezone ] [-RegistrantVideoOnDemandWebUrl ] + [-RegistrationDateTime ] + [-RegistrationQuestionAnswers ] + [-Sessions ] [-Status ] [-UserId ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +### Create + +``` +New-MgBetaVirtualEventTownhallRegistration -VirtualEventTownhallId + -BodyParameter [-ResponseHeadersVariable ] + [-Break] [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +### CreateViaIdentityExpanded + +``` +New-MgBetaVirtualEventTownhallRegistration -InputObject + [-ResponseHeadersVariable ] [-AdditionalProperties ] + [-CancelationDateTime ] [-Email ] + [-ExternalRegistrationInformation ] + [-FirstName ] [-Id ] [-LastName ] [-PreferredLanguage ] + [-PreferredTimezone ] [-RegistrantVideoOnDemandWebUrl ] + [-RegistrationDateTime ] + [-RegistrationQuestionAnswers ] + [-Sessions ] [-Status ] [-UserId ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +### CreateViaIdentity + +``` +New-MgBetaVirtualEventTownhallRegistration -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 registrations for solutions + +## 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 + +virtualEventRegistration +To construct, see NOTES section for BODYPARAMETER properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphVirtualEventRegistration +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: '' +``` + +### -CancelationDateTime + +Date and time when the registrant cancels their registration for the virtual event. +Only appears when applicable. +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. + +```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: '' +``` + +### -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: '' +``` + +### -Email + +Email address of the registrant. + +```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: '' +``` + +### -ExternalRegistrationInformation + +virtualEventExternalRegistrationInformation +To construct, see NOTES section for EXTERNALREGISTRATIONINFORMATION properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphVirtualEventExternalRegistrationInformation +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: '' +``` + +### -FirstName + +First name of the registrant. + +```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: '' +``` + +### -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: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IBookingsIdentity +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: '' +``` + +### -LastName + +Last name of the registrant. + +```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: '' +``` + +### -PreferredLanguage + +The registrant's preferred language. + +```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: '' +``` + +### -PreferredTimezone + +The registrant's time zone details. + +```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: '' +``` + +### -RegistrantVideoOnDemandWebUrl + + + +```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: '' +``` + +### -RegistrationDateTime + +Date and time when the registrant registers for the virtual event. +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. + +```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: '' +``` + +### -RegistrationQuestionAnswers + +The registrant's answer to the registration questions. +To construct, see NOTES section for REGISTRATIONQUESTIONANSWERS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphVirtualEventRegistrationQuestionAnswer[] +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: '' +``` + +### -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: '' +``` + +### -Sessions + +Sessions for a registration. +To construct, see NOTES section for SESSIONS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphVirtualEventSession[] +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: '' +``` + +### -Status + +virtualEventAttendeeRegistrationStatus + +```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: '' +``` + +### -UserId + +The registrant's ID in Microsoft Entra ID. +Only appears when the registrant is registered in Microsoft Entra ID. + +```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: '' +``` + +### -VirtualEventTownhallId + +The unique identifier of virtualEventTownhall + +```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: '' +``` + +### -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.IBookingsIdentity + +{{ Fill in the Description }} + +### Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphVirtualEventRegistration + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphVirtualEventRegistration + +{{ 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 ``: virtualEventRegistration + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [CancelationDateTime ]: Date and time when the registrant cancels their registration for the virtual event. +Only appears when applicable. +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. + [Email ]: Email address of the registrant. + [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. +Optional. + [RegistrationId ]: The identifier for a virtualEventExternalRegistrationInformation object. +Optional. +If set, the maximum supported length is 256 characters. + [FirstName ]: First name of the registrant. + [LastName ]: Last name of the registrant. + [PreferredLanguage ]: The registrant's preferred language. + [PreferredTimezone ]: The registrant's time zone details. + [RegistrantVideoOnDemandWebUrl ]: + [RegistrationDateTime ]: Date and time when the registrant registers for the virtual event. +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. + [RegistrationQuestionAnswers ]: The registrant's answer to the registration questions. + [BooleanValue ]: Boolean answer to the virtualEventRegistrationCustomQuestion. +Only appears when answerInputType is boolean. + [DisplayName ]: Display name of the registration question. + [MultiChoiceValues ]: A collection of text answers to the virtualEventRegistrationCustomQuestion. +Only appears when answerInputType is multiChoice. + [QuestionId ]: The identifier of either a virtualEventRegistrationCustomQuestion or a virtualEventRegistrationPredefinedQuestion. + [Value ]: Text answer to the virtualEventRegistrationCustomQuestion or the virtualEventRegistrationPredefinedQuestion. +Appears when answerInputType is text, multilineText or singleChoice. + [Sessions ]: Sessions for a registration. + [AllowAttendeeToEnableCamera ]: Indicates whether attendees can turn on their camera. + [AllowAttendeeToEnableMic ]: Indicates whether attendees can turn on their microphone. + [AllowBreakoutRooms ]: Indicates whether breakout rooms are enabled for the meeting. + [AllowCopyingAndSharingMeetingContent ]: Indicates whether copying and sharing meeting content is enabled for the meeting. + [AllowLiveShare ]: meetingLiveShareOptions + [AllowMeetingChat ]: meetingChatMode + [AllowParticipantsToChangeName ]: Specifies if participants are allowed to rename themselves in an instance of the meeting. + [AllowPowerPointSharing ]: Indicates whether PowerPoint live is enabled for the meeting. + [AllowRecording ]: Indicates whether recording is enabled for the meeting. + [AllowTeamworkReactions ]: Indicates if Teams reactions are enabled for the meeting. + [AllowTranscription ]: Indicates whether transcription is enabled for the meeting. + [AllowWhiteboard ]: Indicates whether whiteboard is enabled for the meeting. + [AllowedLobbyAdmitters ]: allowedLobbyAdmitterRoles + [AllowedPresenters ]: onlineMeetingPresenters + [AnonymizeIdentityForRoles ]: Specifies whose identity is anonymized in the meeting. +The possible values are: attendee. +The attendee value can't be removed through a PATCH operation once added. + [AttendanceReports ]: The attendance reports of an online meeting. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [AttendanceRecords ]: List of attendance records of an attendance report. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [AttendanceIntervals ]: List of time periods between joining and leaving a meeting. + [DurationInSeconds ]: Duration of the meeting interval in seconds; that is, the difference between joinDateTime and leaveDateTime. + [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 + [Identity ]: identity + [(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. + [RegistrantId ]: Unique identifier of a meetingRegistrant. +Presents when the participant has registered for the meeting. +(deprecated) + [RegistrationId ]: Unique identifier of a virtualEventRegistration. +Presents for all participant who has registered for the virtualEventWebinar. + [Role ]: Role of the attendee. +The possible values are: None, Attendee, Presenter, and Organizer. + [TotalAttendanceInSeconds ]: Total duration of the attendances in seconds. + [ExternalEventInformation ]: The external information of a virtual event. +Returned only for event organizers or coorganizers. +Read-only. + [ApplicationId ]: Identifier of the application that hosts the externalEventId. +Read-only. + [ExternalEventId ]: The identifier for a virtualEventExternalInformation object that associates the virtual event with an event ID in an external application. +This association bundles all the information (both supported and not supported in virtualEvent) into one virtual event object. +Optional. +If set, the maximum supported length is 256 characters. + [MeetingEndDateTime ]: UTC time when the meeting ended. +Read-only. + [MeetingStartDateTime ]: UTC time when the meeting started. +Read-only. + [TotalParticipantCount ]: Total number of participants. +Read-only. + [AudioConferencing ]: audioConferencing + [(Any) ]: This indicates any property can be added to this object. + [ConferenceId ]: The conference id of the online meeting. + [DialinUrl ]: A URL to the externally-accessible web page that contains dial-in information. + [TollFreeNumber ]: The toll-free number that connects to the Audio Conference Provider. + [TollFreeNumbers ]: List of toll-free numbers that are displayed in the meeting invite. + [TollNumber ]: The toll number that connects to the Audio Conference Provider. + [TollNumbers ]: List of toll numbers that are displayed in the meeting invite. + [ChatInfo ]: chatInfo + [(Any) ]: This indicates any property can be added to this object. + [MessageId ]: The unique identifier for a message in a Microsoft Teams channel. + [ReplyChainMessageId ]: The ID of the reply message. + [ThreadId ]: The unique identifier for a thread in Microsoft Teams. + [ChatRestrictions ]: chatRestrictions + [(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. + [IsEndToEndEncryptionEnabled ]: Indicates whether end-to-end encryption (E2EE) is enabled for the online meeting. + [IsEntryExitAnnounced ]: Indicates whether to announce when callers join or leave. + [JoinInformation ]: itemBody + [(Any) ]: This indicates any property can be added to this object. + [Content ]: The content of the item. + [ContentType ]: bodyType + [JoinMeetingIdSettings ]: joinMeetingIdSettings + [(Any) ]: This indicates any property can be added to this object. + [IsPasscodeRequired ]: Indicates whether a passcode is required to join a meeting when using joinMeetingId. +Optional. + [JoinMeetingId ]: The meeting ID to be used to join a meeting. +Optional. +Read-only. + [Passcode ]: The passcode to join a meeting. + Optional. +Read-only. + [JoinWebUrl ]: The join URL of the online meeting. +Read-only. + [LobbyBypassSettings ]: lobbyBypassSettings + [(Any) ]: This indicates any property can be added to this object. + [IsDialInBypassEnabled ]: Specifies whether or not to always let dial-in callers bypass the lobby. +Optional. + [Scope ]: lobbyBypassScope + [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. +This link allows only the organizer to configure meeting settings. + [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [RecordAutomatically ]: Indicates whether to record the meeting automatically. + [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment + [(Any) ]: This indicates any property can be added to this object. + [SensitivityLabelId ]: Id of the sensitivity label that is applied to the Teams meeting. + [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode + [Subject ]: The subject of the online meeting. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. + [WatermarkProtection ]: watermarkProtectionValues + [(Any) ]: This indicates any property can be added to this object. + [IsEnabledForContentSharing ]: Indicates whether to apply a watermark to any shared content. + [IsEnabledForVideo ]: Indicates whether to apply a watermark to everyone's video feed. + [Id ]: The unique identifier for an entity. +Read-only. + [Capacity ]: Represents the expected number of attendees for town hall session. + [EndDateTime ]: dateTimeTimeZone + [(Any) ]: This indicates any property can be added to this object. + [DateTime ]: A single point of time in a combined date and time representation ({date}T{time}). +For example, '2019-04-16T09:00:00'. + [TimeZone ]: Represents a time zone, for example, 'Pacific Standard Time'. +See below for possible values. + [Presenters ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Email ]: Email address of the presenter. + [Identity ]: identity + [PresenterDetails ]: virtualEventPresenterDetails + [(Any) ]: This indicates any property can be added to this object. + [Bio ]: itemBody + [Company ]: The presenter's company name. + [JobTitle ]: The presenter's job title. + [LinkedInProfileWebUrl ]: The presenter's LinkedIn profile URL. + [PersonalSiteWebUrl ]: The presenter's personal website URL. + [Photo ]: The content stream of the presenter's photo. + [TwitterProfileWebUrl ]: The presenter's Twitter profile URL. + [Sessions ]: + [Registrations ]: + [StartDateTime ]: dateTimeTimeZone + [VideoOnDemandWebUrl ]: The URL of the video on demand (VOD) for Microsoft Teams events that allows webinar and town hall organizers to quickly publish and share event recordings. + [Status ]: virtualEventAttendeeRegistrationStatus + [UserId ]: The registrant's ID in Microsoft Entra ID. +Only appears when the registrant is registered in Microsoft Entra ID. + +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. +Optional. + [RegistrationId ]: The identifier for a virtualEventExternalRegistrationInformation object. +Optional. +If set, the maximum supported length is 256 characters. + +INPUTOBJECT ``: Identity Parameter + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [BookingAppointmentId ]: The unique identifier of bookingAppointment + [BookingBusinessId ]: The unique identifier of bookingBusiness + [BookingCurrencyId ]: The unique identifier of bookingCurrency + [BookingCustomQuestionId ]: The unique identifier of bookingCustomQuestion + [BookingCustomerId ]: The unique identifier of bookingCustomer + [BookingServiceId ]: The unique identifier of bookingService + [BookingStaffMemberId ]: The unique identifier of bookingStaffMember + [Email ]: Alternate key of virtualEventRegistration + [JoinWebUrl ]: Alternate key of virtualEventSession + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [Role ]: Usage: role='{role}' + [UserId ]: Alternate key of virtualEventRegistration + [VirtualEventId ]: The unique identifier of virtualEvent + [VirtualEventPresenterId ]: The unique identifier of virtualEventPresenter + [VirtualEventRegistrationId ]: The unique identifier of virtualEventRegistration + [VirtualEventRegistrationQuestionBaseId ]: The unique identifier of virtualEventRegistrationQuestionBase + [VirtualEventSessionId ]: The unique identifier of virtualEventSession + [VirtualEventTownhallId ]: The unique identifier of virtualEventTownhall + [VirtualEventWebinarId ]: The unique identifier of virtualEventWebinar + +REGISTRATIONQUESTIONANSWERS : The registrant's answer to the registration questions. + [BooleanValue ]: Boolean answer to the virtualEventRegistrationCustomQuestion. +Only appears when answerInputType is boolean. + [DisplayName ]: Display name of the registration question. + [MultiChoiceValues ]: A collection of text answers to the virtualEventRegistrationCustomQuestion. +Only appears when answerInputType is multiChoice. + [QuestionId ]: The identifier of either a virtualEventRegistrationCustomQuestion or a virtualEventRegistrationPredefinedQuestion. + [Value ]: Text answer to the virtualEventRegistrationCustomQuestion or the virtualEventRegistrationPredefinedQuestion. +Appears when answerInputType is text, multilineText or singleChoice. + +SESSIONS : Sessions for a registration. + [AllowAttendeeToEnableCamera ]: Indicates whether attendees can turn on their camera. + [AllowAttendeeToEnableMic ]: Indicates whether attendees can turn on their microphone. + [AllowBreakoutRooms ]: Indicates whether breakout rooms are enabled for the meeting. + [AllowCopyingAndSharingMeetingContent ]: Indicates whether copying and sharing meeting content is enabled for the meeting. + [AllowLiveShare ]: meetingLiveShareOptions + [AllowMeetingChat ]: meetingChatMode + [AllowParticipantsToChangeName ]: Specifies if participants are allowed to rename themselves in an instance of the meeting. + [AllowPowerPointSharing ]: Indicates whether PowerPoint live is enabled for the meeting. + [AllowRecording ]: Indicates whether recording is enabled for the meeting. + [AllowTeamworkReactions ]: Indicates if Teams reactions are enabled for the meeting. + [AllowTranscription ]: Indicates whether transcription is enabled for the meeting. + [AllowWhiteboard ]: Indicates whether whiteboard is enabled for the meeting. + [AllowedLobbyAdmitters ]: allowedLobbyAdmitterRoles + [AllowedPresenters ]: onlineMeetingPresenters + [AnonymizeIdentityForRoles ]: Specifies whose identity is anonymized in the meeting. +The possible values are: attendee. +The attendee value can't be removed through a PATCH operation once added. + [AttendanceReports ]: The attendance reports of an online meeting. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [AttendanceRecords ]: List of attendance records of an attendance report. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [AttendanceIntervals ]: List of time periods between joining and leaving a meeting. + [DurationInSeconds ]: Duration of the meeting interval in seconds; that is, the difference between joinDateTime and leaveDateTime. + [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. +Optional. + [RegistrationId ]: The identifier for a virtualEventExternalRegistrationInformation object. +Optional. +If set, the maximum supported length is 256 characters. + [Identity ]: identity + [(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. + [RegistrantId ]: Unique identifier of a meetingRegistrant. +Presents when the participant has registered for the meeting. +(deprecated) + [RegistrationId ]: Unique identifier of a virtualEventRegistration. +Presents for all participant who has registered for the virtualEventWebinar. + [Role ]: Role of the attendee. +The possible values are: None, Attendee, Presenter, and Organizer. + [TotalAttendanceInSeconds ]: Total duration of the attendances in seconds. + [ExternalEventInformation ]: The external information of a virtual event. +Returned only for event organizers or coorganizers. +Read-only. + [ApplicationId ]: Identifier of the application that hosts the externalEventId. +Read-only. + [ExternalEventId ]: The identifier for a virtualEventExternalInformation object that associates the virtual event with an event ID in an external application. +This association bundles all the information (both supported and not supported in virtualEvent) into one virtual event object. +Optional. +If set, the maximum supported length is 256 characters. + [MeetingEndDateTime ]: UTC time when the meeting ended. +Read-only. + [MeetingStartDateTime ]: UTC time when the meeting started. +Read-only. + [TotalParticipantCount ]: Total number of participants. +Read-only. + [AudioConferencing ]: audioConferencing + [(Any) ]: This indicates any property can be added to this object. + [ConferenceId ]: The conference id of the online meeting. + [DialinUrl ]: A URL to the externally-accessible web page that contains dial-in information. + [TollFreeNumber ]: The toll-free number that connects to the Audio Conference Provider. + [TollFreeNumbers ]: List of toll-free numbers that are displayed in the meeting invite. + [TollNumber ]: The toll number that connects to the Audio Conference Provider. + [TollNumbers ]: List of toll numbers that are displayed in the meeting invite. + [ChatInfo ]: chatInfo + [(Any) ]: This indicates any property can be added to this object. + [MessageId ]: The unique identifier for a message in a Microsoft Teams channel. + [ReplyChainMessageId ]: The ID of the reply message. + [ThreadId ]: The unique identifier for a thread in Microsoft Teams. + [ChatRestrictions ]: chatRestrictions + [(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. + [IsEndToEndEncryptionEnabled ]: Indicates whether end-to-end encryption (E2EE) is enabled for the online meeting. + [IsEntryExitAnnounced ]: Indicates whether to announce when callers join or leave. + [JoinInformation ]: itemBody + [(Any) ]: This indicates any property can be added to this object. + [Content ]: The content of the item. + [ContentType ]: bodyType + [JoinMeetingIdSettings ]: joinMeetingIdSettings + [(Any) ]: This indicates any property can be added to this object. + [IsPasscodeRequired ]: Indicates whether a passcode is required to join a meeting when using joinMeetingId. +Optional. + [JoinMeetingId ]: The meeting ID to be used to join a meeting. +Optional. +Read-only. + [Passcode ]: The passcode to join a meeting. + Optional. +Read-only. + [JoinWebUrl ]: The join URL of the online meeting. +Read-only. + [LobbyBypassSettings ]: lobbyBypassSettings + [(Any) ]: This indicates any property can be added to this object. + [IsDialInBypassEnabled ]: Specifies whether or not to always let dial-in callers bypass the lobby. +Optional. + [Scope ]: lobbyBypassScope + [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. +This link allows only the organizer to configure meeting settings. + [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [RecordAutomatically ]: Indicates whether to record the meeting automatically. + [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment + [(Any) ]: This indicates any property can be added to this object. + [SensitivityLabelId ]: Id of the sensitivity label that is applied to the Teams meeting. + [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode + [Subject ]: The subject of the online meeting. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. + [WatermarkProtection ]: watermarkProtectionValues + [(Any) ]: This indicates any property can be added to this object. + [IsEnabledForContentSharing ]: Indicates whether to apply a watermark to any shared content. + [IsEnabledForVideo ]: Indicates whether to apply a watermark to everyone's video feed. + [Id ]: The unique identifier for an entity. +Read-only. + [Capacity ]: Represents the expected number of attendees for town hall session. + [EndDateTime ]: dateTimeTimeZone + [(Any) ]: This indicates any property can be added to this object. + [DateTime ]: A single point of time in a combined date and time representation ({date}T{time}). +For example, '2019-04-16T09:00:00'. + [TimeZone ]: Represents a time zone, for example, 'Pacific Standard Time'. +See below for possible values. + [Presenters ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Email ]: Email address of the presenter. + [Identity ]: identity + [PresenterDetails ]: virtualEventPresenterDetails + [(Any) ]: This indicates any property can be added to this object. + [Bio ]: itemBody + [Company ]: The presenter's company name. + [JobTitle ]: The presenter's job title. + [LinkedInProfileWebUrl ]: The presenter's LinkedIn profile URL. + [PersonalSiteWebUrl ]: The presenter's personal website URL. + [Photo ]: The content stream of the presenter's photo. + [TwitterProfileWebUrl ]: The presenter's Twitter profile URL. + [Sessions ]: + [Registrations ]: + [Id ]: The unique identifier for an entity. +Read-only. + [CancelationDateTime ]: Date and time when the registrant cancels their registration for the virtual event. +Only appears when applicable. +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. + [Email ]: Email address of the registrant. + [ExternalRegistrationInformation ]: virtualEventExternalRegistrationInformation + [FirstName ]: First name of the registrant. + [LastName ]: Last name of the registrant. + [PreferredLanguage ]: The registrant's preferred language. + [PreferredTimezone ]: The registrant's time zone details. + [RegistrantVideoOnDemandWebUrl ]: + [RegistrationDateTime ]: Date and time when the registrant registers for the virtual event. +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. + [RegistrationQuestionAnswers ]: The registrant's answer to the registration questions. + [BooleanValue ]: Boolean answer to the virtualEventRegistrationCustomQuestion. +Only appears when answerInputType is boolean. + [DisplayName ]: Display name of the registration question. + [MultiChoiceValues ]: A collection of text answers to the virtualEventRegistrationCustomQuestion. +Only appears when answerInputType is multiChoice. + [QuestionId ]: The identifier of either a virtualEventRegistrationCustomQuestion or a virtualEventRegistrationPredefinedQuestion. + [Value ]: Text answer to the virtualEventRegistrationCustomQuestion or the virtualEventRegistrationPredefinedQuestion. +Appears when answerInputType is text, multilineText or singleChoice. + [Sessions ]: Sessions for a registration. + [Status ]: virtualEventAttendeeRegistrationStatus + [UserId ]: The registrant's ID in Microsoft Entra ID. +Only appears when the registrant is registered in Microsoft Entra ID. + [StartDateTime ]: dateTimeTimeZone + [VideoOnDemandWebUrl ]: The URL of the video on demand (VOD) for Microsoft Teams events that allows webinar and town hall organizers to quickly publish and share event recordings. + + +## RELATED LINKS + +- [New-MgBetaVirtualEventTownhallRegistration](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/new-mgbetavirtualeventtownhallregistration) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/New-MgBetaVirtualEventTownhallRegistrationConfigurationQuestion.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/New-MgBetaVirtualEventTownhallRegistrationConfigurationQuestion.md new file mode 100644 index 0000000000000..f98b12bce6bd9 --- /dev/null +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/New-MgBetaVirtualEventTownhallRegistrationConfigurationQuestion.md @@ -0,0 +1,567 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.Beta.Bookings-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/new-mgbetavirtualeventtownhallregistrationconfigurationquestion +Locale: en-US +Module Name: Microsoft.Graph.Beta.Bookings +ms.date: 07/10/2026 +PlatyPS schema version: 2024-05-01 +title: New-MgBetaVirtualEventTownhallRegistrationConfigurationQuestion +--- + +# New-MgBetaVirtualEventTownhallRegistrationConfigurationQuestion + +## SYNOPSIS + +Create new navigation property to questions for solutions + +## SYNTAX + +### CreateExpanded (Default) + +``` +New-MgBetaVirtualEventTownhallRegistrationConfigurationQuestion -VirtualEventTownhallId + [-ResponseHeadersVariable ] [-AdditionalProperties ] [-DisplayName ] + [-Id ] [-IsRequired] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +### Create + +``` +New-MgBetaVirtualEventTownhallRegistrationConfigurationQuestion -VirtualEventTownhallId + -BodyParameter + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +### CreateViaIdentityExpanded + +``` +New-MgBetaVirtualEventTownhallRegistrationConfigurationQuestion -InputObject + [-ResponseHeadersVariable ] [-AdditionalProperties ] [-DisplayName ] + [-Id ] [-IsRequired] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +### CreateViaIdentity + +``` +New-MgBetaVirtualEventTownhallRegistrationConfigurationQuestion -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 questions for solutions + +## 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 + +virtualEventRegistrationQuestionBase +To construct, see NOTES section for BODYPARAMETER properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphVirtualEventRegistrationQuestionBase +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: '' +``` + +### -DisplayName + +Display name of the registration question. + +```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: '' +``` + +### -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: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IBookingsIdentity +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: '' +``` + +### -IsRequired + +Indicates whether an answer to the question is required. +The default value is false. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +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: '' +``` + +### -VirtualEventTownhallId + +The unique identifier of virtualEventTownhall + +```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: '' +``` + +### -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.IBookingsIdentity + +{{ Fill in the Description }} + +### Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphVirtualEventRegistrationQuestionBase + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphVirtualEventRegistrationQuestionBase + +{{ 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 ``: virtualEventRegistrationQuestionBase + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: Display name of the registration question. + [IsRequired ]: Indicates whether an answer to the question is required. +The default value is false. + +INPUTOBJECT ``: Identity Parameter + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [BookingAppointmentId ]: The unique identifier of bookingAppointment + [BookingBusinessId ]: The unique identifier of bookingBusiness + [BookingCurrencyId ]: The unique identifier of bookingCurrency + [BookingCustomQuestionId ]: The unique identifier of bookingCustomQuestion + [BookingCustomerId ]: The unique identifier of bookingCustomer + [BookingServiceId ]: The unique identifier of bookingService + [BookingStaffMemberId ]: The unique identifier of bookingStaffMember + [Email ]: Alternate key of virtualEventRegistration + [JoinWebUrl ]: Alternate key of virtualEventSession + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [Role ]: Usage: role='{role}' + [UserId ]: Alternate key of virtualEventRegistration + [VirtualEventId ]: The unique identifier of virtualEvent + [VirtualEventPresenterId ]: The unique identifier of virtualEventPresenter + [VirtualEventRegistrationId ]: The unique identifier of virtualEventRegistration + [VirtualEventRegistrationQuestionBaseId ]: The unique identifier of virtualEventRegistrationQuestionBase + [VirtualEventSessionId ]: The unique identifier of virtualEventSession + [VirtualEventTownhallId ]: The unique identifier of virtualEventTownhall + [VirtualEventWebinarId ]: The unique identifier of virtualEventWebinar + + +## RELATED LINKS + +- [New-MgBetaVirtualEventTownhallRegistrationConfigurationQuestion](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/new-mgbetavirtualeventtownhallregistrationconfigurationquestion) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/New-MgBetaVirtualEventTownhallSession.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/New-MgBetaVirtualEventTownhallSession.md index 57a4d7390dbe4..aa68434a00270 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/New-MgBetaVirtualEventTownhallSession.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/New-MgBetaVirtualEventTownhallSession.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/new-mgbetavirtualeventtownhallsession Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaVirtualEventTownhallSession --- @@ -32,10 +32,11 @@ New-MgBetaVirtualEventTownhallSession -VirtualEventTownhallId [-AllowedLobbyAdmitters ] [-AllowedPresenters ] [-AnonymizeIdentityForRoles ] [-AttendanceReports ] - [-AudioConferencing ] [-ChatInfo ] - [-ChatRestrictions ] [-EndDateTime ] - [-ExpiryDateTime ] [-Id ] [-IsEndToEndEncryptionEnabled] [-IsEntryExitAnnounced] - [-JoinInformation ] + [-AudioConferencing ] [-Capacity ] + [-ChatInfo ] [-ChatRestrictions ] + [-CloudVideoInteropInfo ] + [-EndDateTime ] [-ExpiryDateTime ] [-Id ] + [-IsEndToEndEncryptionEnabled] [-IsEntryExitAnnounced] [-JoinInformation ] [-JoinMeetingIdSettings ] [-JoinWebUrl ] [-LobbyBypassSettings ] [-MeetingOptionsWebUrl ] [-MeetingSpokenLanguageTag ] [-Presenters ] @@ -46,7 +47,6 @@ New-MgBetaVirtualEventTownhallSession -VirtualEventTownhallId [-WatermarkProtection ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -56,7 +56,7 @@ New-MgBetaVirtualEventTownhallSession -VirtualEventTownhallId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -71,10 +71,11 @@ New-MgBetaVirtualEventTownhallSession -InputObject [-AllowedLobbyAdmitters ] [-AllowedPresenters ] [-AnonymizeIdentityForRoles ] [-AttendanceReports ] - [-AudioConferencing ] [-ChatInfo ] - [-ChatRestrictions ] [-EndDateTime ] - [-ExpiryDateTime ] [-Id ] [-IsEndToEndEncryptionEnabled] [-IsEntryExitAnnounced] - [-JoinInformation ] + [-AudioConferencing ] [-Capacity ] + [-ChatInfo ] [-ChatRestrictions ] + [-CloudVideoInteropInfo ] + [-EndDateTime ] [-ExpiryDateTime ] [-Id ] + [-IsEndToEndEncryptionEnabled] [-IsEntryExitAnnounced] [-JoinInformation ] [-JoinMeetingIdSettings ] [-JoinWebUrl ] [-LobbyBypassSettings ] [-MeetingOptionsWebUrl ] [-MeetingSpokenLanguageTag ] [-Presenters ] @@ -85,7 +86,6 @@ New-MgBetaVirtualEventTownhallSession -InputObject [-WatermarkProtection ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -95,7 +95,7 @@ New-MgBetaVirtualEventTownhallSession -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -649,6 +649,33 @@ AcceptedValues: [] HelpMessage: '' ``` +### -Capacity + +Represents the expected number of attendees for town hall session. + +```yaml +Type: System.Int32 +DefaultValue: 0 +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: '' +``` + ### -ChatInfo chatInfo @@ -705,6 +732,34 @@ AcceptedValues: [] HelpMessage: '' ``` +### -CloudVideoInteropInfo + +cloudVideoInteropInfo +To construct, see NOTES section for CLOUDVIDEOINTEROPINFO properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphCloudVideoInteropInfo +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: '' +``` + ### -Confirm Prompts you for confirmation before running the cmdlet. @@ -1581,6 +1636,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. @@ -1660,6 +1719,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. @@ -1714,6 +1777,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. @@ -1757,6 +1825,7 @@ Read-only. [IsEnabledForVideo ]: Indicates whether to apply a watermark to everyone's video feed. [Id ]: The unique identifier for an entity. Read-only. + [Capacity ]: Represents the expected number of attendees for town hall session. [EndDateTime ]: dateTimeTimeZone [(Any) ]: This indicates any property can be added to this object. [DateTime ]: A single point of time in a combined date and time representation ({date}T{time}). @@ -1822,6 +1891,12 @@ CHATRESTRICTIONS ``: chatRestrictions [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 ]: + ENDDATETIME ``: dateTimeTimeZone [(Any) ]: This indicates any property can be added to this object. [DateTime ]: A single point of time in a combined date and time representation ({date}T{time}). @@ -1927,6 +2002,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. @@ -1975,6 +2054,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. @@ -2015,6 +2099,7 @@ Read-only. [IsEnabledForVideo ]: Indicates whether to apply a watermark to everyone's video feed. [Id ]: The unique identifier for an entity. Read-only. + [Capacity ]: Represents the expected number of attendees for town hall session. [EndDateTime ]: dateTimeTimeZone [(Any) ]: This indicates any property can be added to this object. [DateTime ]: A single point of time in a combined date and time representation ({date}T{time}). @@ -2118,6 +2203,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 [Identity ]: identity [(Any) ]: This indicates any property can be added to this object. @@ -2166,6 +2255,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. @@ -2209,6 +2303,7 @@ Read-only. [IsEnabledForVideo ]: Indicates whether to apply a watermark to everyone's video feed. [Id ]: The unique identifier for an entity. Read-only. + [Capacity ]: Represents the expected number of attendees for town hall session. [EndDateTime ]: dateTimeTimeZone [(Any) ]: This indicates any property can be added to this object. [DateTime ]: A single point of time in a combined date and time representation ({date}T{time}). diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/New-MgBetaVirtualEventTownhallSessionAttendanceReport.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/New-MgBetaVirtualEventTownhallSessionAttendanceReport.md index 6ed57aaa5356c..e3f9b5b02ca77 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/New-MgBetaVirtualEventTownhallSessionAttendanceReport.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/New-MgBetaVirtualEventTownhallSessionAttendanceReport.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/new-mgbetavirtualeventtownhallsessionattendancereport Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaVirtualEventTownhallSessionAttendanceReport --- @@ -30,7 +30,7 @@ New-MgBetaVirtualEventTownhallSessionAttendanceReport -VirtualEventSessionId ] [-MeetingStartDateTime ] [-TotalParticipantCount ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -41,7 +41,6 @@ New-MgBetaVirtualEventTownhallSessionAttendanceReport -VirtualEventSessionId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -54,7 +53,7 @@ New-MgBetaVirtualEventTownhallSessionAttendanceReport -InputObject ] [-MeetingStartDateTime ] [-TotalParticipantCount ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -64,7 +63,7 @@ New-MgBetaVirtualEventTownhallSessionAttendanceReport -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -642,6 +641,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. @@ -678,6 +681,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. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/New-MgBetaVirtualEventTownhallSessionAttendanceReportAttendanceRecord.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/New-MgBetaVirtualEventTownhallSessionAttendanceReportAttendanceRecord.md index 5f50c24271b15..15046219c6bd0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/New-MgBetaVirtualEventTownhallSessionAttendanceReportAttendanceRecord.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/New-MgBetaVirtualEventTownhallSessionAttendanceReportAttendanceRecord.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/new-mgbetavirtualeventtownhallsessionattendancereportattendancerecord Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaVirtualEventTownhallSessionAttendanceReportAttendanceRecord --- @@ -27,13 +27,13 @@ New-MgBetaVirtualEventTownhallSessionAttendanceReportAttendanceRecord -MeetingAttendanceReportId -VirtualEventSessionId -VirtualEventTownhallId [-ResponseHeadersVariable ] [-AdditionalProperties ] [-AttendanceIntervals ] - [-EmailAddress ] + [-EmailAddress ] [-Engagements ] [-ExternalRegistrationInformation ] [-Id ] [-Identity ] [-RegistrantId ] [-RegistrationId ] [-Role ] [-TotalAttendanceInSeconds ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -45,7 +45,6 @@ New-MgBetaVirtualEventTownhallSessionAttendanceReportAttendanceRecord [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -54,13 +53,13 @@ New-MgBetaVirtualEventTownhallSessionAttendanceReportAttendanceRecord New-MgBetaVirtualEventTownhallSessionAttendanceReportAttendanceRecord -InputObject [-ResponseHeadersVariable ] [-AdditionalProperties ] [-AttendanceIntervals ] - [-EmailAddress ] + [-EmailAddress ] [-Engagements ] [-ExternalRegistrationInformation ] [-Id ] [-Identity ] [-RegistrantId ] [-RegistrationId ] [-Role ] [-TotalAttendanceInSeconds ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -71,7 +70,6 @@ New-MgBetaVirtualEventTownhallSessionAttendanceReportAttendanceRecord [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -238,6 +236,34 @@ AcceptedValues: [] HelpMessage: '' ``` +### -Engagements + +The list of real-time participant interaction behaviors during a meeting. +To construct, see NOTES section for ENGAGEMENTS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphMeetingEngagement[] +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: '' +``` + ### -ExternalRegistrationInformation virtualEventExternalRegistrationInformation @@ -761,6 +787,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. @@ -784,6 +814,11 @@ Presents for all participant who has registered for the virtualEventWebinar. The possible values are: None, Attendee, Presenter, and Organizer. [TotalAttendanceInSeconds ]: Total duration of the attendances in seconds. +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. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/New-MgBetaVirtualEventWebinar.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/New-MgBetaVirtualEventWebinar.md index bd9698f98b610..f165ab62f7dbc 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/New-MgBetaVirtualEventWebinar.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/New-MgBetaVirtualEventWebinar.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/new-mgbetavirtualeventwebinar Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaVirtualEventWebinar --- @@ -29,14 +29,14 @@ New-MgBetaVirtualEventWebinar [-ResponseHeadersVariable ] [-CreatedBy ] [-Description ] [-DisplayName ] [-EndDateTime ] [-ExternalEventInformation ] [-Id ] - [-Presenters ] - [-RegistrationConfiguration ] + [-IsRegistrationEnabled] [-IsRegistrationRequired] + [-Presenters ] [-RegistrationConfiguration ] [-Registrations ] [-Sessions ] [-Settings ] [-StartDateTime ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -46,7 +46,6 @@ New-MgBetaVirtualEventWebinar -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -384,6 +383,48 @@ AcceptedValues: [] HelpMessage: '' ``` +### -IsRegistrationEnabled + + + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -IsRegistrationRequired + + + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + ### -Presenters The virtual event presenters. @@ -472,10 +513,9 @@ HelpMessage: '' ### -RegistrationConfiguration virtualEventWebinarRegistrationConfiguration -To construct, see NOTES section for REGISTRATIONCONFIGURATION properties and create a hash table. ```yaml -Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphVirtualEventWebinarRegistrationConfiguration +Type: System.Collections.Hashtable DefaultValue: '' SupportsWildcards: false Aliases: [] @@ -714,6 +754,8 @@ Read-only. This association bundles all the information (both supported and not supported in virtualEvent) into one virtual event object. Optional. If set, the maximum supported length is 256 characters. + [IsRegistrationEnabled ]: + [IsRegistrationRequired ]: [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -759,6 +801,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. @@ -801,6 +847,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. @@ -841,6 +892,7 @@ Read-only. [IsEnabledForVideo ]: Indicates whether to apply a watermark to everyone's video feed. [Id ]: The unique identifier for an entity. Read-only. + [Capacity ]: Represents the expected number of attendees for town hall session. [EndDateTime ]: dateTimeTimeZone [Presenters ]: [Registrations ]: @@ -894,6 +946,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. @@ -903,8 +957,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. COORGANIZERS : Identity information of coorganizers of the webinar. @@ -1010,6 +1062,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. @@ -1058,6 +1114,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. @@ -1098,6 +1159,7 @@ Read-only. [IsEnabledForVideo ]: Indicates whether to apply a watermark to everyone's video feed. [Id ]: The unique identifier for an entity. Read-only. + [Capacity ]: Represents the expected number of attendees for town hall session. [EndDateTime ]: dateTimeTimeZone [(Any) ]: This indicates any property can be added to this object. [DateTime ]: A single point of time in a combined date and time representation ({date}T{time}). @@ -1138,21 +1200,6 @@ Only appears when the registrant is registered in Microsoft Entra ID. [StartDateTime ]: dateTimeTimeZone [VideoOnDemandWebUrl ]: The URL of the video on demand (VOD) for Microsoft Teams events that allows webinar and town hall organizers to quickly publish and share event recordings. -REGISTRATIONCONFIGURATION ``: virtualEventWebinarRegistrationConfiguration - [(Any) ]: This indicates any property can be added to this object. - [Capacity ]: Total capacity of the virtual event. - [Questions ]: Registration questions. - [Id ]: The unique identifier for an entity. -Read-only. - [DisplayName ]: Display name of the registration question. - [IsRequired ]: Indicates whether an answer to the question is required. -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. [Id ]: The unique identifier for an entity. Read-only. @@ -1216,6 +1263,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 [Identity ]: identity [(Any) ]: This indicates any property can be added to this object. @@ -1264,6 +1315,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. @@ -1307,6 +1363,7 @@ Read-only. [IsEnabledForVideo ]: Indicates whether to apply a watermark to everyone's video feed. [Id ]: The unique identifier for an entity. Read-only. + [Capacity ]: Represents the expected number of attendees for town hall session. [EndDateTime ]: dateTimeTimeZone [(Any) ]: This indicates any property can be added to this object. [DateTime ]: A single point of time in a combined date and time representation ({date}T{time}). @@ -1366,6 +1423,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. @@ -1420,6 +1481,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. @@ -1463,6 +1529,7 @@ Read-only. [IsEnabledForVideo ]: Indicates whether to apply a watermark to everyone's video feed. [Id ]: The unique identifier for an entity. Read-only. + [Capacity ]: Represents the expected number of attendees for town hall session. [EndDateTime ]: dateTimeTimeZone [(Any) ]: This indicates any property can be added to this object. [DateTime ]: A single point of time in a combined date and time representation ({date}T{time}). diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/New-MgBetaVirtualEventWebinarPresenter.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/New-MgBetaVirtualEventWebinarPresenter.md index 4fd18f6ecc699..3c8a09a59c292 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/New-MgBetaVirtualEventWebinarPresenter.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/New-MgBetaVirtualEventWebinarPresenter.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/new-mgbetavirtualeventwebinarpresenter Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaVirtualEventWebinarPresenter --- @@ -30,7 +30,6 @@ New-MgBetaVirtualEventWebinarPresenter -VirtualEventWebinarId [-Sessions ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -40,7 +39,7 @@ New-MgBetaVirtualEventWebinarPresenter -VirtualEventWebinarId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -53,7 +52,6 @@ New-MgBetaVirtualEventWebinarPresenter -InputObject [-Sessions ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -63,7 +61,7 @@ New-MgBetaVirtualEventWebinarPresenter -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -628,6 +626,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. @@ -676,6 +678,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. @@ -716,6 +723,7 @@ Read-only. [IsEnabledForVideo ]: Indicates whether to apply a watermark to everyone's video feed. [Id ]: The unique identifier for an entity. Read-only. + [Capacity ]: Represents the expected number of attendees for town hall session. [EndDateTime ]: dateTimeTimeZone [(Any) ]: This indicates any property can be added to this object. [DateTime ]: A single point of time in a combined date and time representation ({date}T{time}). @@ -830,6 +838,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. @@ -884,6 +896,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. @@ -927,6 +944,7 @@ Read-only. [IsEnabledForVideo ]: Indicates whether to apply a watermark to everyone's video feed. [Id ]: The unique identifier for an entity. Read-only. + [Capacity ]: Represents the expected number of attendees for town hall session. [EndDateTime ]: dateTimeTimeZone [(Any) ]: This indicates any property can be added to this object. [DateTime ]: A single point of time in a combined date and time representation ({date}T{time}). diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/New-MgBetaVirtualEventWebinarRegistration.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/New-MgBetaVirtualEventWebinarRegistration.md index e340eccbffd9b..3a1be1051c2f2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/New-MgBetaVirtualEventWebinarRegistration.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/New-MgBetaVirtualEventWebinarRegistration.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/new-mgbetavirtualeventwebinarregistration Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaVirtualEventWebinarRegistration --- @@ -13,8 +13,8 @@ title: New-MgBetaVirtualEventWebinarRegistration ## SYNOPSIS -Create a registration record for a registrant of a webinar. -This method registers the person for the webinar. +Create a registration record for a registrant of a webinar or town hall. +This method registers the person for the webinar or town hall. > [!NOTE] > To view the v1.0 release of this cmdlet, view [New-MgVirtualEventWebinarRegistration](/powershell/module/Microsoft.Graph.Bookings/New-MgVirtualEventWebinarRegistration?view=graph-powershell-1.0) @@ -35,7 +35,7 @@ New-MgBetaVirtualEventWebinarRegistration -VirtualEventWebinarId [-Sessions ] [-Status ] [-UserId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -45,7 +45,7 @@ New-MgBetaVirtualEventWebinarRegistration -VirtualEventWebinarId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -62,7 +62,7 @@ New-MgBetaVirtualEventWebinarRegistration -InputObject [-Sessions ] [-Status ] [-UserId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -72,7 +72,7 @@ New-MgBetaVirtualEventWebinarRegistration -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -82,8 +82,8 @@ This cmdlet has the following aliases, ## DESCRIPTION -Create a registration record for a registrant of a webinar. -This method registers the person for the webinar. +Create a registration record for a registrant of a webinar or town hall. +This method registers the person for the webinar or town hall. **Permissions** @@ -1002,6 +1002,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 [Identity ]: identity [(Any) ]: This indicates any property can be added to this object. @@ -1050,6 +1054,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. @@ -1093,6 +1102,7 @@ Read-only. [IsEnabledForVideo ]: Indicates whether to apply a watermark to everyone's video feed. [Id ]: The unique identifier for an entity. Read-only. + [Capacity ]: Represents the expected number of attendees for town hall session. [EndDateTime ]: dateTimeTimeZone [(Any) ]: This indicates any property can be added to this object. [DateTime ]: A single point of time in a combined date and time representation ({date}T{time}). @@ -1192,6 +1202,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. @@ -1246,6 +1260,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. @@ -1289,6 +1308,7 @@ Read-only. [IsEnabledForVideo ]: Indicates whether to apply a watermark to everyone's video feed. [Id ]: The unique identifier for an entity. Read-only. + [Capacity ]: Represents the expected number of attendees for town hall session. [EndDateTime ]: dateTimeTimeZone [(Any) ]: This indicates any property can be added to this object. [DateTime ]: A single point of time in a combined date and time representation ({date}T{time}). diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/New-MgBetaVirtualEventWebinarRegistrationConfigurationQuestion.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/New-MgBetaVirtualEventWebinarRegistrationConfigurationQuestion.md index ed12192c868da..5c7659ea44ded 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/New-MgBetaVirtualEventWebinarRegistrationConfigurationQuestion.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/New-MgBetaVirtualEventWebinarRegistrationConfigurationQuestion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/new-mgbetavirtualeventwebinarregistrationconfigurationquestion Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaVirtualEventWebinarRegistrationConfigurationQuestion --- @@ -13,7 +13,7 @@ title: New-MgBetaVirtualEventWebinarRegistrationConfigurationQuestion ## SYNOPSIS -Create a registration question for a webinar. +Create a registration question for a webinar or town hall. You can create either a predefined registration question or a custom registration question. > [!NOTE] @@ -29,7 +29,6 @@ New-MgBetaVirtualEventWebinarRegistrationConfigurationQuestion -VirtualEventWebi [-Id ] [-IsRequired] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -40,7 +39,6 @@ New-MgBetaVirtualEventWebinarRegistrationConfigurationQuestion -VirtualEventWebi [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -51,7 +49,6 @@ New-MgBetaVirtualEventWebinarRegistrationConfigurationQuestion -InputObject ] [-IsRequired] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -62,7 +59,6 @@ New-MgBetaVirtualEventWebinarRegistrationConfigurationQuestion -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -72,7 +68,7 @@ This cmdlet has the following aliases, ## DESCRIPTION -Create a registration question for a webinar. +Create a registration question for a webinar or town hall. You can create either a predefined registration question or a custom registration question. ## EXAMPLES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/New-MgBetaVirtualEventWebinarSession.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/New-MgBetaVirtualEventWebinarSession.md index 0b7cf8aa6238b..7d1060298bb12 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/New-MgBetaVirtualEventWebinarSession.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/New-MgBetaVirtualEventWebinarSession.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/new-mgbetavirtualeventwebinarsession Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaVirtualEventWebinarSession --- @@ -32,10 +32,11 @@ New-MgBetaVirtualEventWebinarSession -VirtualEventWebinarId [-AllowedLobbyAdmitters ] [-AllowedPresenters ] [-AnonymizeIdentityForRoles ] [-AttendanceReports ] - [-AudioConferencing ] [-ChatInfo ] - [-ChatRestrictions ] [-EndDateTime ] - [-ExpiryDateTime ] [-Id ] [-IsEndToEndEncryptionEnabled] [-IsEntryExitAnnounced] - [-JoinInformation ] + [-AudioConferencing ] [-Capacity ] + [-ChatInfo ] [-ChatRestrictions ] + [-CloudVideoInteropInfo ] + [-EndDateTime ] [-ExpiryDateTime ] [-Id ] + [-IsEndToEndEncryptionEnabled] [-IsEntryExitAnnounced] [-JoinInformation ] [-JoinMeetingIdSettings ] [-JoinWebUrl ] [-LobbyBypassSettings ] [-MeetingOptionsWebUrl ] [-MeetingSpokenLanguageTag ] [-Presenters ] @@ -46,7 +47,6 @@ New-MgBetaVirtualEventWebinarSession -VirtualEventWebinarId [-WatermarkProtection ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -56,7 +56,7 @@ New-MgBetaVirtualEventWebinarSession -VirtualEventWebinarId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -71,10 +71,11 @@ New-MgBetaVirtualEventWebinarSession -InputObject [-AllowedLobbyAdmitters ] [-AllowedPresenters ] [-AnonymizeIdentityForRoles ] [-AttendanceReports ] - [-AudioConferencing ] [-ChatInfo ] - [-ChatRestrictions ] [-EndDateTime ] - [-ExpiryDateTime ] [-Id ] [-IsEndToEndEncryptionEnabled] [-IsEntryExitAnnounced] - [-JoinInformation ] + [-AudioConferencing ] [-Capacity ] + [-ChatInfo ] [-ChatRestrictions ] + [-CloudVideoInteropInfo ] + [-EndDateTime ] [-ExpiryDateTime ] [-Id ] + [-IsEndToEndEncryptionEnabled] [-IsEntryExitAnnounced] [-JoinInformation ] [-JoinMeetingIdSettings ] [-JoinWebUrl ] [-LobbyBypassSettings ] [-MeetingOptionsWebUrl ] [-MeetingSpokenLanguageTag ] [-Presenters ] @@ -85,7 +86,6 @@ New-MgBetaVirtualEventWebinarSession -InputObject [-WatermarkProtection ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -95,7 +95,7 @@ New-MgBetaVirtualEventWebinarSession -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -649,6 +649,33 @@ AcceptedValues: [] HelpMessage: '' ``` +### -Capacity + +Represents the expected number of attendees for town hall session. + +```yaml +Type: System.Int32 +DefaultValue: 0 +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: '' +``` + ### -ChatInfo chatInfo @@ -705,6 +732,34 @@ AcceptedValues: [] HelpMessage: '' ``` +### -CloudVideoInteropInfo + +cloudVideoInteropInfo +To construct, see NOTES section for CLOUDVIDEOINTEROPINFO properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphCloudVideoInteropInfo +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: '' +``` + ### -Confirm Prompts you for confirmation before running the cmdlet. @@ -1581,6 +1636,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. @@ -1660,6 +1719,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. @@ -1714,6 +1777,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. @@ -1757,6 +1825,7 @@ Read-only. [IsEnabledForVideo ]: Indicates whether to apply a watermark to everyone's video feed. [Id ]: The unique identifier for an entity. Read-only. + [Capacity ]: Represents the expected number of attendees for town hall session. [EndDateTime ]: dateTimeTimeZone [(Any) ]: This indicates any property can be added to this object. [DateTime ]: A single point of time in a combined date and time representation ({date}T{time}). @@ -1822,6 +1891,12 @@ CHATRESTRICTIONS ``: chatRestrictions [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 ]: + ENDDATETIME ``: dateTimeTimeZone [(Any) ]: This indicates any property can be added to this object. [DateTime ]: A single point of time in a combined date and time representation ({date}T{time}). @@ -1927,6 +2002,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. @@ -1975,6 +2054,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. @@ -2015,6 +2099,7 @@ Read-only. [IsEnabledForVideo ]: Indicates whether to apply a watermark to everyone's video feed. [Id ]: The unique identifier for an entity. Read-only. + [Capacity ]: Represents the expected number of attendees for town hall session. [EndDateTime ]: dateTimeTimeZone [(Any) ]: This indicates any property can be added to this object. [DateTime ]: A single point of time in a combined date and time representation ({date}T{time}). @@ -2118,6 +2203,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 [Identity ]: identity [(Any) ]: This indicates any property can be added to this object. @@ -2166,6 +2255,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. @@ -2209,6 +2303,7 @@ Read-only. [IsEnabledForVideo ]: Indicates whether to apply a watermark to everyone's video feed. [Id ]: The unique identifier for an entity. Read-only. + [Capacity ]: Represents the expected number of attendees for town hall session. [EndDateTime ]: dateTimeTimeZone [(Any) ]: This indicates any property can be added to this object. [DateTime ]: A single point of time in a combined date and time representation ({date}T{time}). diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/New-MgBetaVirtualEventWebinarSessionAttendanceReport.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/New-MgBetaVirtualEventWebinarSessionAttendanceReport.md index 3f1048f7cf916..d09a9e26fc02e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/New-MgBetaVirtualEventWebinarSessionAttendanceReport.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/New-MgBetaVirtualEventWebinarSessionAttendanceReport.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/new-mgbetavirtualeventwebinarsessionattendancereport Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaVirtualEventWebinarSessionAttendanceReport --- @@ -30,7 +30,7 @@ New-MgBetaVirtualEventWebinarSessionAttendanceReport -VirtualEventSessionId ] [-MeetingStartDateTime ] [-TotalParticipantCount ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -41,7 +41,6 @@ New-MgBetaVirtualEventWebinarSessionAttendanceReport -VirtualEventSessionId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -54,7 +53,7 @@ New-MgBetaVirtualEventWebinarSessionAttendanceReport -InputObject ] [-MeetingStartDateTime ] [-TotalParticipantCount ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -64,7 +63,7 @@ New-MgBetaVirtualEventWebinarSessionAttendanceReport -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -642,6 +641,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. @@ -678,6 +681,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. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/New-MgBetaVirtualEventWebinarSessionAttendanceReportAttendanceRecord.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/New-MgBetaVirtualEventWebinarSessionAttendanceReportAttendanceRecord.md index 95998bba5a488..b0cc73be3d859 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/New-MgBetaVirtualEventWebinarSessionAttendanceReportAttendanceRecord.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/New-MgBetaVirtualEventWebinarSessionAttendanceReportAttendanceRecord.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/new-mgbetavirtualeventwebinarsessionattendancereportattendancerecord Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaVirtualEventWebinarSessionAttendanceReportAttendanceRecord --- @@ -27,12 +27,13 @@ New-MgBetaVirtualEventWebinarSessionAttendanceReportAttendanceRecord -MeetingAttendanceReportId -VirtualEventSessionId -VirtualEventWebinarId [-ResponseHeadersVariable ] [-AdditionalProperties ] [-AttendanceIntervals ] [-EmailAddress ] + [-Engagements ] [-ExternalRegistrationInformation ] [-Id ] [-Identity ] [-RegistrantId ] [-RegistrationId ] [-Role ] [-TotalAttendanceInSeconds ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -43,7 +44,7 @@ New-MgBetaVirtualEventWebinarSessionAttendanceReportAttendanceRecord -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -52,13 +53,13 @@ New-MgBetaVirtualEventWebinarSessionAttendanceReportAttendanceRecord New-MgBetaVirtualEventWebinarSessionAttendanceReportAttendanceRecord -InputObject [-ResponseHeadersVariable ] [-AdditionalProperties ] [-AttendanceIntervals ] - [-EmailAddress ] + [-EmailAddress ] [-Engagements ] [-ExternalRegistrationInformation ] [-Id ] [-Identity ] [-RegistrantId ] [-RegistrationId ] [-Role ] [-TotalAttendanceInSeconds ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -69,7 +70,6 @@ New-MgBetaVirtualEventWebinarSessionAttendanceReportAttendanceRecord [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -236,6 +236,34 @@ AcceptedValues: [] HelpMessage: '' ``` +### -Engagements + +The list of real-time participant interaction behaviors during a meeting. +To construct, see NOTES section for ENGAGEMENTS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphMeetingEngagement[] +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: '' +``` + ### -ExternalRegistrationInformation virtualEventExternalRegistrationInformation @@ -759,6 +787,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. @@ -782,6 +814,11 @@ Presents for all participant who has registered for the virtualEventWebinar. The possible values are: None, Attendee, Presenter, and Organizer. [TotalAttendanceInSeconds ]: Total duration of the attendances in seconds. +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. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Publish-MgBetaBookingBusiness.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Publish-MgBetaBookingBusiness.md index 244305dc3e025..14dca85acb3ed 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Publish-MgBetaBookingBusiness.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Publish-MgBetaBookingBusiness.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/publish-mgbetabookingbusiness Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Publish-MgBetaBookingBusiness --- @@ -28,7 +28,6 @@ Publish-MgBetaBookingBusiness -BookingBusinessId [-ResponseHeadersVaria [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Publish1 @@ -38,7 +37,6 @@ Publish-MgBetaBookingBusiness -BookingBusinessId [-ResponseHeadersVaria [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### PublishViaIdentity1 @@ -48,7 +46,6 @@ Publish-MgBetaBookingBusiness -InputObject [-ResponseHeaders [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### PublishViaIdentity @@ -58,7 +55,6 @@ Publish-MgBetaBookingBusiness -InputObject [-ResponseHeaders [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Publish-MgBetaVirtualEvent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Publish-MgBetaVirtualEvent.md index 4202bb3620c24..9d9f35bb77e04 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Publish-MgBetaVirtualEvent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Publish-MgBetaVirtualEvent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/publish-mgbetavirtualevent Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Publish-MgBetaVirtualEvent --- @@ -27,7 +27,6 @@ Publish-MgBetaVirtualEvent -VirtualEventId [-ResponseHeadersVariable ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### PublishViaIdentity @@ -37,7 +36,6 @@ Publish-MgBetaVirtualEvent -InputObject [-ResponseHeadersVar [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Remove-MgBetaBookingBusiness.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Remove-MgBetaBookingBusiness.md index c9fe85bc64197..6db70725da8ab 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Remove-MgBetaBookingBusiness.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Remove-MgBetaBookingBusiness.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/remove-mgbetabookingbusiness Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaBookingBusiness --- @@ -27,7 +27,6 @@ Remove-MgBetaBookingBusiness -BookingBusinessId [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Delete1 @@ -37,7 +36,6 @@ Remove-MgBetaBookingBusiness -BookingBusinessId [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity1 @@ -47,7 +45,6 @@ Remove-MgBetaBookingBusiness -InputObject [-IfMatch [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -57,7 +54,6 @@ Remove-MgBetaBookingBusiness -InputObject [-IfMatch [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Remove-MgBetaBookingBusinessAppointment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Remove-MgBetaBookingBusinessAppointment.md index 7d4cb730bf6ac..ff6b889bc7e8c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Remove-MgBetaBookingBusinessAppointment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Remove-MgBetaBookingBusinessAppointment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/remove-mgbetabookingbusinessappointment Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaBookingBusinessAppointment --- @@ -27,7 +27,6 @@ Remove-MgBetaBookingBusinessAppointment -BookingAppointmentId -BookingB [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Delete1 @@ -37,7 +36,6 @@ Remove-MgBetaBookingBusinessAppointment -BookingAppointmentId -BookingB [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity1 @@ -47,7 +45,6 @@ Remove-MgBetaBookingBusinessAppointment -InputObject [-IfMat [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -57,7 +54,6 @@ Remove-MgBetaBookingBusinessAppointment -InputObject [-IfMat [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -73,9 +69,9 @@ Delete navigation property appointments for bookingBusinesses | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | BookingsAppointment.ReadWrite.All, Bookings.ReadWrite.All, Bookings.Manage.All, | +| Delegated (work or school account) | BookingsAppointment.ReadWrite.All, Bookings.Manage.All, Bookings.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | BookingsAppointment.ReadWrite.All, Bookings.ReadWrite.All, Bookings.Read.All, Bookings.Manage.All, | +| Application | BookingsAppointment.ReadWrite.All, Bookings.Manage.All, Bookings.Read.All, Bookings.ReadWrite.All, | ## EXAMPLES ### Example 1: Using the Remove-MgBetaBookingBusinessAppointment Cmdlet diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Remove-MgBetaBookingBusinessCalendarView.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Remove-MgBetaBookingBusinessCalendarView.md index a982c4a9c6678..3db763e643724 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Remove-MgBetaBookingBusinessCalendarView.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Remove-MgBetaBookingBusinessCalendarView.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/remove-mgbetabookingbusinesscalendarview Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaBookingBusinessCalendarView --- @@ -27,7 +27,6 @@ Remove-MgBetaBookingBusinessCalendarView -BookingAppointmentId -Booking [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Delete1 @@ -37,7 +36,6 @@ Remove-MgBetaBookingBusinessCalendarView -BookingAppointmentId -Booking [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity1 @@ -47,7 +45,6 @@ Remove-MgBetaBookingBusinessCalendarView -InputObject [-IfMa [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -57,7 +54,6 @@ Remove-MgBetaBookingBusinessCalendarView -InputObject [-IfMa [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Remove-MgBetaBookingBusinessCustomQuestion.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Remove-MgBetaBookingBusinessCustomQuestion.md index 7824a0bdf3918..faec6cca3d97c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Remove-MgBetaBookingBusinessCustomQuestion.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Remove-MgBetaBookingBusinessCustomQuestion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/remove-mgbetabookingbusinesscustomquestion Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaBookingBusinessCustomQuestion --- @@ -28,7 +28,6 @@ Remove-MgBetaBookingBusinessCustomQuestion -BookingBusinessId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Delete1 @@ -39,7 +38,6 @@ Remove-MgBetaBookingBusinessCustomQuestion -BookingBusinessId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity1 @@ -49,7 +47,6 @@ Remove-MgBetaBookingBusinessCustomQuestion -InputObject [-If [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -59,7 +56,6 @@ Remove-MgBetaBookingBusinessCustomQuestion -InputObject [-If [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -75,7 +71,7 @@ Delete navigation property customQuestions for bookingBusinesses | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | BookingsAppointment.ReadWrite.All, Bookings.ReadWrite.All, Bookings.Manage.All, | +| Delegated (work or school account) | BookingsAppointment.ReadWrite.All, Bookings.Manage.All, Bookings.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | | Application | Bookings.ReadWrite.All, Bookings.Manage.All, | diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Remove-MgBetaBookingBusinessCustomer.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Remove-MgBetaBookingBusinessCustomer.md index b227e11f8a1e1..4e7561295efa6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Remove-MgBetaBookingBusinessCustomer.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Remove-MgBetaBookingBusinessCustomer.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/remove-mgbetabookingbusinesscustomer Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaBookingBusinessCustomer --- @@ -27,7 +27,6 @@ Remove-MgBetaBookingBusinessCustomer -BookingBusinessId -BookingCustome [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Delete1 @@ -37,7 +36,6 @@ Remove-MgBetaBookingBusinessCustomer -BookingBusinessId -BookingCustome [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity1 @@ -47,7 +45,6 @@ Remove-MgBetaBookingBusinessCustomer -InputObject [-IfMatch [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -57,7 +54,6 @@ Remove-MgBetaBookingBusinessCustomer -InputObject [-IfMatch [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -73,9 +69,9 @@ Delete navigation property customers for bookingBusinesses | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | BookingsAppointment.ReadWrite.All, Bookings.ReadWrite.All, Bookings.Manage.All, | +| Delegated (work or school account) | BookingsAppointment.ReadWrite.All, Bookings.Manage.All, Bookings.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | BookingsAppointment.ReadWrite.All, Bookings.ReadWrite.All, Bookings.Read.All, Bookings.Manage.All, | +| Application | BookingsAppointment.ReadWrite.All, Bookings.Manage.All, Bookings.Read.All, Bookings.ReadWrite.All, | ## EXAMPLES ### Example 1: Using the Remove-MgBetaBookingBusinessCustomer Cmdlet diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Remove-MgBetaBookingBusinessService.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Remove-MgBetaBookingBusinessService.md index 59ec73fe6dbac..7f2885cb8d14e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Remove-MgBetaBookingBusinessService.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Remove-MgBetaBookingBusinessService.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/remove-mgbetabookingbusinessservice Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaBookingBusinessService --- @@ -27,7 +27,6 @@ Remove-MgBetaBookingBusinessService -BookingBusinessId -BookingServiceI [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Delete1 @@ -37,7 +36,6 @@ Remove-MgBetaBookingBusinessService -BookingBusinessId -BookingServiceI [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity1 @@ -47,7 +45,6 @@ Remove-MgBetaBookingBusinessService -InputObject [-IfMatch < [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -57,7 +54,6 @@ Remove-MgBetaBookingBusinessService -InputObject [-IfMatch < [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Remove-MgBetaBookingBusinessStaffMember.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Remove-MgBetaBookingBusinessStaffMember.md index 1b08fde7f5f08..749e074b02b7b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Remove-MgBetaBookingBusinessStaffMember.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Remove-MgBetaBookingBusinessStaffMember.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/remove-mgbetabookingbusinessstaffmember Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaBookingBusinessStaffMember --- @@ -27,7 +27,6 @@ Remove-MgBetaBookingBusinessStaffMember -BookingBusinessId -BookingStaf [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Delete1 @@ -37,7 +36,6 @@ Remove-MgBetaBookingBusinessStaffMember -BookingBusinessId -BookingStaf [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity1 @@ -47,7 +45,6 @@ Remove-MgBetaBookingBusinessStaffMember -InputObject [-IfMat [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -57,7 +54,6 @@ Remove-MgBetaBookingBusinessStaffMember -InputObject [-IfMat [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Remove-MgBetaBookingCurrency.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Remove-MgBetaBookingCurrency.md index 65afe5bde8cfe..2180129f9916c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Remove-MgBetaBookingCurrency.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Remove-MgBetaBookingCurrency.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/remove-mgbetabookingcurrency Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaBookingCurrency --- @@ -27,7 +27,6 @@ Remove-MgBetaBookingCurrency -BookingCurrencyId [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Delete1 @@ -37,7 +36,6 @@ Remove-MgBetaBookingCurrency -BookingCurrencyId [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity1 @@ -47,7 +45,6 @@ Remove-MgBetaBookingCurrency -InputObject [-IfMatch [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -57,7 +54,6 @@ Remove-MgBetaBookingCurrency -InputObject [-IfMatch [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Remove-MgBetaVirtualEvent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Remove-MgBetaVirtualEvent.md index 7eef58e33a8c4..20ea6dc59eb9e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Remove-MgBetaVirtualEvent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Remove-MgBetaVirtualEvent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/remove-mgbetavirtualevent Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaVirtualEvent --- @@ -27,7 +27,6 @@ Remove-MgBetaVirtualEvent -VirtualEventId [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaVirtualEvent -InputObject [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Remove-MgBetaVirtualEventPresenter.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Remove-MgBetaVirtualEventPresenter.md index caaba787c7f71..d7abc47aa4ebd 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Remove-MgBetaVirtualEventPresenter.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Remove-MgBetaVirtualEventPresenter.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/remove-mgbetavirtualeventpresenter Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaVirtualEventPresenter --- @@ -27,7 +27,6 @@ Remove-MgBetaVirtualEventPresenter -VirtualEventId -VirtualEventPresent [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaVirtualEventPresenter -InputObject [-IfMatch ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Remove-MgBetaVirtualEventSession.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Remove-MgBetaVirtualEventSession.md index c9247e4f537a1..9d42ea70ae84a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Remove-MgBetaVirtualEventSession.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Remove-MgBetaVirtualEventSession.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/remove-mgbetavirtualeventsession Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaVirtualEventSession --- @@ -27,7 +27,6 @@ Remove-MgBetaVirtualEventSession -VirtualEventId -VirtualEventSessionId [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaVirtualEventSession -InputObject [-IfMatch ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Remove-MgBetaVirtualEventSessionAttendanceReport.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Remove-MgBetaVirtualEventSessionAttendanceReport.md index f0a7bf001c099..bea4cad22b6d5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Remove-MgBetaVirtualEventSessionAttendanceReport.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Remove-MgBetaVirtualEventSessionAttendanceReport.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/remove-mgbetavirtualeventsessionattendancereport Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaVirtualEventSessionAttendanceReport --- @@ -28,7 +28,6 @@ Remove-MgBetaVirtualEventSessionAttendanceReport -MeetingAttendanceReportId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -38,7 +37,6 @@ Remove-MgBetaVirtualEventSessionAttendanceReport -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Remove-MgBetaVirtualEventSessionAttendanceReportAttendanceRecord.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Remove-MgBetaVirtualEventSessionAttendanceReportAttendanceRecord.md index e38592a8db52c..16f40669d599d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Remove-MgBetaVirtualEventSessionAttendanceReportAttendanceRecord.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Remove-MgBetaVirtualEventSessionAttendanceReportAttendanceRecord.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/remove-mgbetavirtualeventsessionattendancereportattendancerecord Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaVirtualEventSessionAttendanceReportAttendanceRecord --- @@ -28,7 +28,6 @@ Remove-MgBetaVirtualEventSessionAttendanceReportAttendanceRecord -AttendanceReco [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -38,7 +37,6 @@ Remove-MgBetaVirtualEventSessionAttendanceReportAttendanceRecord -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Remove-MgBetaVirtualEventSessionByJoinWebUrl.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Remove-MgBetaVirtualEventSessionByJoinWebUrl.md index 39852c5a70fe1..55ea173665ae2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Remove-MgBetaVirtualEventSessionByJoinWebUrl.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Remove-MgBetaVirtualEventSessionByJoinWebUrl.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/remove-mgbetavirtualeventsessionbyjoinweburl Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaVirtualEventSessionByJoinWebUrl --- @@ -24,7 +24,6 @@ Remove-MgBetaVirtualEventSessionByJoinWebUrl -JoinWebUrl -VirtualEventI [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaVirtualEventSessionByJoinWebUrl -InputObject [- [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Remove-MgBetaVirtualEventTownhall.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Remove-MgBetaVirtualEventTownhall.md index ae80c20210d1a..7d46c38f108cc 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Remove-MgBetaVirtualEventTownhall.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Remove-MgBetaVirtualEventTownhall.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/remove-mgbetavirtualeventtownhall Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaVirtualEventTownhall --- @@ -27,7 +27,6 @@ Remove-MgBetaVirtualEventTownhall -VirtualEventTownhallId [-IfMatch ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaVirtualEventTownhall -InputObject [-IfMatch ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Remove-MgBetaVirtualEventTownhallPresenter.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Remove-MgBetaVirtualEventTownhallPresenter.md index 8e7c5e0bf85df..daa3f518310c6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Remove-MgBetaVirtualEventTownhallPresenter.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Remove-MgBetaVirtualEventTownhallPresenter.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/remove-mgbetavirtualeventtownhallpresenter Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaVirtualEventTownhallPresenter --- @@ -29,7 +29,6 @@ Remove-MgBetaVirtualEventTownhallPresenter -VirtualEventPresenterId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -39,7 +38,6 @@ Remove-MgBetaVirtualEventTownhallPresenter -InputObject [-If [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Remove-MgBetaVirtualEventTownhallRegistration.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Remove-MgBetaVirtualEventTownhallRegistration.md new file mode 100644 index 0000000000000..c1174deebc297 --- /dev/null +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Remove-MgBetaVirtualEventTownhallRegistration.md @@ -0,0 +1,447 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.Beta.Bookings-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/remove-mgbetavirtualeventtownhallregistration +Locale: en-US +Module Name: Microsoft.Graph.Beta.Bookings +ms.date: 07/10/2026 +PlatyPS schema version: 2024-05-01 +title: Remove-MgBetaVirtualEventTownhallRegistration +--- + +# Remove-MgBetaVirtualEventTownhallRegistration + +## SYNOPSIS + +Delete navigation property registrations for solutions + +## SYNTAX + +### Delete (Default) + +``` +Remove-MgBetaVirtualEventTownhallRegistration -VirtualEventRegistrationId + -VirtualEventTownhallId [-IfMatch ] [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +### DeleteViaIdentity + +``` +Remove-MgBetaVirtualEventTownhallRegistration -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 registrations for solutions + +## 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.IBookingsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: DeleteViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + 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: '' +``` + +### -VirtualEventRegistrationId + +The unique identifier of virtualEventRegistration + +```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: '' +``` + +### -VirtualEventTownhallId + +The unique identifier of virtualEventTownhall + +```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: '' +``` + +### -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.IBookingsIdentity + +{{ 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 + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [BookingAppointmentId ]: The unique identifier of bookingAppointment + [BookingBusinessId ]: The unique identifier of bookingBusiness + [BookingCurrencyId ]: The unique identifier of bookingCurrency + [BookingCustomQuestionId ]: The unique identifier of bookingCustomQuestion + [BookingCustomerId ]: The unique identifier of bookingCustomer + [BookingServiceId ]: The unique identifier of bookingService + [BookingStaffMemberId ]: The unique identifier of bookingStaffMember + [Email ]: Alternate key of virtualEventRegistration + [JoinWebUrl ]: Alternate key of virtualEventSession + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [Role ]: Usage: role='{role}' + [UserId ]: Alternate key of virtualEventRegistration + [VirtualEventId ]: The unique identifier of virtualEvent + [VirtualEventPresenterId ]: The unique identifier of virtualEventPresenter + [VirtualEventRegistrationId ]: The unique identifier of virtualEventRegistration + [VirtualEventRegistrationQuestionBaseId ]: The unique identifier of virtualEventRegistrationQuestionBase + [VirtualEventSessionId ]: The unique identifier of virtualEventSession + [VirtualEventTownhallId ]: The unique identifier of virtualEventTownhall + [VirtualEventWebinarId ]: The unique identifier of virtualEventWebinar + + +## RELATED LINKS + +- [Remove-MgBetaVirtualEventTownhallRegistration](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/remove-mgbetavirtualeventtownhallregistration) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Remove-MgBetaVirtualEventTownhallRegistrationByEmail.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Remove-MgBetaVirtualEventTownhallRegistrationByEmail.md new file mode 100644 index 0000000000000..bc0c643e8a54f --- /dev/null +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Remove-MgBetaVirtualEventTownhallRegistrationByEmail.md @@ -0,0 +1,447 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.Beta.Bookings-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/remove-mgbetavirtualeventtownhallregistrationbyemail +Locale: en-US +Module Name: Microsoft.Graph.Beta.Bookings +ms.date: 07/10/2026 +PlatyPS schema version: 2024-05-01 +title: Remove-MgBetaVirtualEventTownhallRegistrationByEmail +--- + +# Remove-MgBetaVirtualEventTownhallRegistrationByEmail + +## SYNOPSIS + +Delete navigation property registrations for solutions + +## SYNTAX + +### Delete (Default) + +``` +Remove-MgBetaVirtualEventTownhallRegistrationByEmail -Email + -VirtualEventTownhallId [-IfMatch ] [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +### DeleteViaIdentity + +``` +Remove-MgBetaVirtualEventTownhallRegistrationByEmail -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 registrations for solutions + +## 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: '' +``` + +### -Email + +Alternate key of virtualEventRegistration + +```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.IBookingsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: DeleteViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + 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: '' +``` + +### -VirtualEventTownhallId + +The unique identifier of virtualEventTownhall + +```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: '' +``` + +### -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.IBookingsIdentity + +{{ 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 + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [BookingAppointmentId ]: The unique identifier of bookingAppointment + [BookingBusinessId ]: The unique identifier of bookingBusiness + [BookingCurrencyId ]: The unique identifier of bookingCurrency + [BookingCustomQuestionId ]: The unique identifier of bookingCustomQuestion + [BookingCustomerId ]: The unique identifier of bookingCustomer + [BookingServiceId ]: The unique identifier of bookingService + [BookingStaffMemberId ]: The unique identifier of bookingStaffMember + [Email ]: Alternate key of virtualEventRegistration + [JoinWebUrl ]: Alternate key of virtualEventSession + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [Role ]: Usage: role='{role}' + [UserId ]: Alternate key of virtualEventRegistration + [VirtualEventId ]: The unique identifier of virtualEvent + [VirtualEventPresenterId ]: The unique identifier of virtualEventPresenter + [VirtualEventRegistrationId ]: The unique identifier of virtualEventRegistration + [VirtualEventRegistrationQuestionBaseId ]: The unique identifier of virtualEventRegistrationQuestionBase + [VirtualEventSessionId ]: The unique identifier of virtualEventSession + [VirtualEventTownhallId ]: The unique identifier of virtualEventTownhall + [VirtualEventWebinarId ]: The unique identifier of virtualEventWebinar + + +## RELATED LINKS + +- [Remove-MgBetaVirtualEventTownhallRegistrationByEmail](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/remove-mgbetavirtualeventtownhallregistrationbyemail) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Remove-MgBetaVirtualEventTownhallRegistrationByUserId.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Remove-MgBetaVirtualEventTownhallRegistrationByUserId.md new file mode 100644 index 0000000000000..1418d3efb1f55 --- /dev/null +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Remove-MgBetaVirtualEventTownhallRegistrationByUserId.md @@ -0,0 +1,447 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.Beta.Bookings-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/remove-mgbetavirtualeventtownhallregistrationbyuserid +Locale: en-US +Module Name: Microsoft.Graph.Beta.Bookings +ms.date: 07/10/2026 +PlatyPS schema version: 2024-05-01 +title: Remove-MgBetaVirtualEventTownhallRegistrationByUserId +--- + +# Remove-MgBetaVirtualEventTownhallRegistrationByUserId + +## SYNOPSIS + +Delete navigation property registrations for solutions + +## SYNTAX + +### Delete (Default) + +``` +Remove-MgBetaVirtualEventTownhallRegistrationByUserId -UserId + -VirtualEventTownhallId [-IfMatch ] [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +### DeleteViaIdentity + +``` +Remove-MgBetaVirtualEventTownhallRegistrationByUserId -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 registrations for solutions + +## 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.IBookingsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: DeleteViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + 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: '' +``` + +### -UserId + +Alternate key of virtualEventRegistration + +```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: '' +``` + +### -VirtualEventTownhallId + +The unique identifier of virtualEventTownhall + +```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: '' +``` + +### -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.IBookingsIdentity + +{{ 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 + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [BookingAppointmentId ]: The unique identifier of bookingAppointment + [BookingBusinessId ]: The unique identifier of bookingBusiness + [BookingCurrencyId ]: The unique identifier of bookingCurrency + [BookingCustomQuestionId ]: The unique identifier of bookingCustomQuestion + [BookingCustomerId ]: The unique identifier of bookingCustomer + [BookingServiceId ]: The unique identifier of bookingService + [BookingStaffMemberId ]: The unique identifier of bookingStaffMember + [Email ]: Alternate key of virtualEventRegistration + [JoinWebUrl ]: Alternate key of virtualEventSession + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [Role ]: Usage: role='{role}' + [UserId ]: Alternate key of virtualEventRegistration + [VirtualEventId ]: The unique identifier of virtualEvent + [VirtualEventPresenterId ]: The unique identifier of virtualEventPresenter + [VirtualEventRegistrationId ]: The unique identifier of virtualEventRegistration + [VirtualEventRegistrationQuestionBaseId ]: The unique identifier of virtualEventRegistrationQuestionBase + [VirtualEventSessionId ]: The unique identifier of virtualEventSession + [VirtualEventTownhallId ]: The unique identifier of virtualEventTownhall + [VirtualEventWebinarId ]: The unique identifier of virtualEventWebinar + + +## RELATED LINKS + +- [Remove-MgBetaVirtualEventTownhallRegistrationByUserId](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/remove-mgbetavirtualeventtownhallregistrationbyuserid) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Remove-MgBetaVirtualEventTownhallRegistrationConfiguration.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Remove-MgBetaVirtualEventTownhallRegistrationConfiguration.md new file mode 100644 index 0000000000000..10fd244f218ba --- /dev/null +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Remove-MgBetaVirtualEventTownhallRegistrationConfiguration.md @@ -0,0 +1,425 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.Beta.Bookings-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/remove-mgbetavirtualeventtownhallregistrationconfiguration +Locale: en-US +Module Name: Microsoft.Graph.Beta.Bookings +ms.date: 07/10/2026 +PlatyPS schema version: 2024-05-01 +title: Remove-MgBetaVirtualEventTownhallRegistrationConfiguration +--- + +# Remove-MgBetaVirtualEventTownhallRegistrationConfiguration + +## SYNOPSIS + +Delete navigation property registrationConfiguration for solutions + +## SYNTAX + +### Delete (Default) + +``` +Remove-MgBetaVirtualEventTownhallRegistrationConfiguration -VirtualEventTownhallId + [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +### DeleteViaIdentity + +``` +Remove-MgBetaVirtualEventTownhallRegistrationConfiguration -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 registrationConfiguration for solutions + +## 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.IBookingsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: DeleteViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + 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: '' +``` + +### -VirtualEventTownhallId + +The unique identifier of virtualEventTownhall + +```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: '' +``` + +### -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.IBookingsIdentity + +{{ 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 + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [BookingAppointmentId ]: The unique identifier of bookingAppointment + [BookingBusinessId ]: The unique identifier of bookingBusiness + [BookingCurrencyId ]: The unique identifier of bookingCurrency + [BookingCustomQuestionId ]: The unique identifier of bookingCustomQuestion + [BookingCustomerId ]: The unique identifier of bookingCustomer + [BookingServiceId ]: The unique identifier of bookingService + [BookingStaffMemberId ]: The unique identifier of bookingStaffMember + [Email ]: Alternate key of virtualEventRegistration + [JoinWebUrl ]: Alternate key of virtualEventSession + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [Role ]: Usage: role='{role}' + [UserId ]: Alternate key of virtualEventRegistration + [VirtualEventId ]: The unique identifier of virtualEvent + [VirtualEventPresenterId ]: The unique identifier of virtualEventPresenter + [VirtualEventRegistrationId ]: The unique identifier of virtualEventRegistration + [VirtualEventRegistrationQuestionBaseId ]: The unique identifier of virtualEventRegistrationQuestionBase + [VirtualEventSessionId ]: The unique identifier of virtualEventSession + [VirtualEventTownhallId ]: The unique identifier of virtualEventTownhall + [VirtualEventWebinarId ]: The unique identifier of virtualEventWebinar + + +## RELATED LINKS + +- [Remove-MgBetaVirtualEventTownhallRegistrationConfiguration](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/remove-mgbetavirtualeventtownhallregistrationconfiguration) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Remove-MgBetaVirtualEventTownhallRegistrationConfigurationQuestion.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Remove-MgBetaVirtualEventTownhallRegistrationConfigurationQuestion.md new file mode 100644 index 0000000000000..bd7e746dd745e --- /dev/null +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Remove-MgBetaVirtualEventTownhallRegistrationConfigurationQuestion.md @@ -0,0 +1,447 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.Beta.Bookings-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/remove-mgbetavirtualeventtownhallregistrationconfigurationquestion +Locale: en-US +Module Name: Microsoft.Graph.Beta.Bookings +ms.date: 07/10/2026 +PlatyPS schema version: 2024-05-01 +title: Remove-MgBetaVirtualEventTownhallRegistrationConfigurationQuestion +--- + +# Remove-MgBetaVirtualEventTownhallRegistrationConfigurationQuestion + +## SYNOPSIS + +Delete navigation property questions for solutions + +## SYNTAX + +### Delete (Default) + +``` +Remove-MgBetaVirtualEventTownhallRegistrationConfigurationQuestion + -VirtualEventRegistrationQuestionBaseId -VirtualEventTownhallId + [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +### DeleteViaIdentity + +``` +Remove-MgBetaVirtualEventTownhallRegistrationConfigurationQuestion -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 questions for solutions + +## 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.IBookingsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: DeleteViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + 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: '' +``` + +### -VirtualEventRegistrationQuestionBaseId + +The unique identifier of virtualEventRegistrationQuestionBase + +```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: '' +``` + +### -VirtualEventTownhallId + +The unique identifier of virtualEventTownhall + +```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: '' +``` + +### -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.IBookingsIdentity + +{{ 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 + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [BookingAppointmentId ]: The unique identifier of bookingAppointment + [BookingBusinessId ]: The unique identifier of bookingBusiness + [BookingCurrencyId ]: The unique identifier of bookingCurrency + [BookingCustomQuestionId ]: The unique identifier of bookingCustomQuestion + [BookingCustomerId ]: The unique identifier of bookingCustomer + [BookingServiceId ]: The unique identifier of bookingService + [BookingStaffMemberId ]: The unique identifier of bookingStaffMember + [Email ]: Alternate key of virtualEventRegistration + [JoinWebUrl ]: Alternate key of virtualEventSession + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [Role ]: Usage: role='{role}' + [UserId ]: Alternate key of virtualEventRegistration + [VirtualEventId ]: The unique identifier of virtualEvent + [VirtualEventPresenterId ]: The unique identifier of virtualEventPresenter + [VirtualEventRegistrationId ]: The unique identifier of virtualEventRegistration + [VirtualEventRegistrationQuestionBaseId ]: The unique identifier of virtualEventRegistrationQuestionBase + [VirtualEventSessionId ]: The unique identifier of virtualEventSession + [VirtualEventTownhallId ]: The unique identifier of virtualEventTownhall + [VirtualEventWebinarId ]: The unique identifier of virtualEventWebinar + + +## RELATED LINKS + +- [Remove-MgBetaVirtualEventTownhallRegistrationConfigurationQuestion](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/remove-mgbetavirtualeventtownhallregistrationconfigurationquestion) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Remove-MgBetaVirtualEventTownhallSession.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Remove-MgBetaVirtualEventTownhallSession.md index ce4c42710a652..901ebc46b05a1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Remove-MgBetaVirtualEventTownhallSession.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Remove-MgBetaVirtualEventTownhallSession.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/remove-mgbetavirtualeventtownhallsession Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaVirtualEventTownhallSession --- @@ -28,7 +28,6 @@ Remove-MgBetaVirtualEventTownhallSession -VirtualEventSessionId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -38,7 +37,6 @@ Remove-MgBetaVirtualEventTownhallSession -InputObject [-IfMa [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Remove-MgBetaVirtualEventTownhallSessionAttendanceReport.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Remove-MgBetaVirtualEventTownhallSessionAttendanceReport.md index 37f3f224c6807..ae6e903e5f735 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Remove-MgBetaVirtualEventTownhallSessionAttendanceReport.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Remove-MgBetaVirtualEventTownhallSessionAttendanceReport.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/remove-mgbetavirtualeventtownhallsessionattendancereport Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaVirtualEventTownhallSessionAttendanceReport --- @@ -28,7 +28,6 @@ Remove-MgBetaVirtualEventTownhallSessionAttendanceReport -MeetingAttendanceRepor [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -38,7 +37,6 @@ Remove-MgBetaVirtualEventTownhallSessionAttendanceReport -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Remove-MgBetaVirtualEventTownhallSessionAttendanceReportAttendanceRecord.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Remove-MgBetaVirtualEventTownhallSessionAttendanceReportAttendanceRecord.md index ad444e52a8748..7f9f2e7362dfd 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Remove-MgBetaVirtualEventTownhallSessionAttendanceReportAttendanceRecord.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Remove-MgBetaVirtualEventTownhallSessionAttendanceReportAttendanceRecord.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/remove-mgbetavirtualeventtownhallsessionattendancereportattendancerecord Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaVirtualEventTownhallSessionAttendanceReportAttendanceRecord --- @@ -29,7 +29,6 @@ Remove-MgBetaVirtualEventTownhallSessionAttendanceReportAttendanceRecord [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -40,7 +39,6 @@ Remove-MgBetaVirtualEventTownhallSessionAttendanceReportAttendanceRecord [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Remove-MgBetaVirtualEventTownhallSessionByJoinWebUrl.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Remove-MgBetaVirtualEventTownhallSessionByJoinWebUrl.md index f8f8c83d37dbd..bbc1f976ed747 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Remove-MgBetaVirtualEventTownhallSessionByJoinWebUrl.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Remove-MgBetaVirtualEventTownhallSessionByJoinWebUrl.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/remove-mgbetavirtualeventtownhallsessionbyjoinweburl Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaVirtualEventTownhallSessionByJoinWebUrl --- @@ -25,7 +25,6 @@ Remove-MgBetaVirtualEventTownhallSessionByJoinWebUrl -JoinWebUrl [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaVirtualEventTownhallSessionByJoinWebUrl -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Remove-MgBetaVirtualEventWebinar.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Remove-MgBetaVirtualEventWebinar.md index 5cee4c1408fef..8d2c51339ebe6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Remove-MgBetaVirtualEventWebinar.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Remove-MgBetaVirtualEventWebinar.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/remove-mgbetavirtualeventwebinar Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaVirtualEventWebinar --- @@ -27,7 +27,6 @@ Remove-MgBetaVirtualEventWebinar -VirtualEventWebinarId [-IfMatch ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaVirtualEventWebinar -InputObject [-IfMatch ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Remove-MgBetaVirtualEventWebinarPresenter.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Remove-MgBetaVirtualEventWebinarPresenter.md index 0a86607112199..599f0cb372d17 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Remove-MgBetaVirtualEventWebinarPresenter.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Remove-MgBetaVirtualEventWebinarPresenter.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/remove-mgbetavirtualeventwebinarpresenter Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaVirtualEventWebinarPresenter --- @@ -28,7 +28,6 @@ Remove-MgBetaVirtualEventWebinarPresenter -VirtualEventPresenterId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -38,7 +37,6 @@ Remove-MgBetaVirtualEventWebinarPresenter -InputObject [-IfM [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Remove-MgBetaVirtualEventWebinarRegistration.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Remove-MgBetaVirtualEventWebinarRegistration.md index f70bc7104ae69..b06748e760e57 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Remove-MgBetaVirtualEventWebinarRegistration.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Remove-MgBetaVirtualEventWebinarRegistration.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/remove-mgbetavirtualeventwebinarregistration Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaVirtualEventWebinarRegistration --- @@ -28,7 +28,6 @@ Remove-MgBetaVirtualEventWebinarRegistration -VirtualEventRegistrationId ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -38,7 +37,6 @@ Remove-MgBetaVirtualEventWebinarRegistration -InputObject [- [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Remove-MgBetaVirtualEventWebinarRegistrationByEmail.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Remove-MgBetaVirtualEventWebinarRegistrationByEmail.md index c338fe12f099b..2331c1354a3ba 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Remove-MgBetaVirtualEventWebinarRegistrationByEmail.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Remove-MgBetaVirtualEventWebinarRegistrationByEmail.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/remove-mgbetavirtualeventwebinarregistrationbyemail Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaVirtualEventWebinarRegistrationByEmail --- @@ -27,7 +27,6 @@ Remove-MgBetaVirtualEventWebinarRegistrationByEmail -Email -VirtualEven [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaVirtualEventWebinarRegistrationByEmail -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Remove-MgBetaVirtualEventWebinarRegistrationByUserId.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Remove-MgBetaVirtualEventWebinarRegistrationByUserId.md index 05c73611499a0..ecfbeecdc19ba 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Remove-MgBetaVirtualEventWebinarRegistrationByUserId.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Remove-MgBetaVirtualEventWebinarRegistrationByUserId.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/remove-mgbetavirtualeventwebinarregistrationbyuserid Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaVirtualEventWebinarRegistrationByUserId --- @@ -28,7 +28,6 @@ Remove-MgBetaVirtualEventWebinarRegistrationByUserId -UserId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -38,7 +37,6 @@ Remove-MgBetaVirtualEventWebinarRegistrationByUserId -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Remove-MgBetaVirtualEventWebinarRegistrationConfiguration.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Remove-MgBetaVirtualEventWebinarRegistrationConfiguration.md index fb4e4b07a2301..3d88250ff923d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Remove-MgBetaVirtualEventWebinarRegistrationConfiguration.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Remove-MgBetaVirtualEventWebinarRegistrationConfiguration.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/remove-mgbetavirtualeventwebinarregistrationconfiguration Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaVirtualEventWebinarRegistrationConfiguration --- @@ -27,7 +27,6 @@ Remove-MgBetaVirtualEventWebinarRegistrationConfiguration -VirtualEventWebinarId [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaVirtualEventWebinarRegistrationConfiguration -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Remove-MgBetaVirtualEventWebinarRegistrationConfigurationQuestion.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Remove-MgBetaVirtualEventWebinarRegistrationConfigurationQuestion.md index 21055688d4239..4a1d95ab4f6e9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Remove-MgBetaVirtualEventWebinarRegistrationConfigurationQuestion.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Remove-MgBetaVirtualEventWebinarRegistrationConfigurationQuestion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/remove-mgbetavirtualeventwebinarregistrationconfigurationquestion Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaVirtualEventWebinarRegistrationConfigurationQuestion --- @@ -13,8 +13,8 @@ title: Remove-MgBetaVirtualEventWebinarRegistrationConfigurationQuestion ## SYNOPSIS -Delete a registration question from a webinar. -The question can either be a predefined registration question or a custom registration question. +Delete a registration question from a webinar or town hall. +\rThe question can either be a predefined registration question or a custom registration question. > [!NOTE] > To view the v1.0 release of this cmdlet, view [Remove-MgVirtualEventWebinarRegistrationConfigurationQuestion](/powershell/module/Microsoft.Graph.Bookings/Remove-MgVirtualEventWebinarRegistrationConfigurationQuestion?view=graph-powershell-1.0) @@ -29,7 +29,6 @@ Remove-MgBetaVirtualEventWebinarRegistrationConfigurationQuestion [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -39,7 +38,6 @@ Remove-MgBetaVirtualEventWebinarRegistrationConfigurationQuestion -InputObject < [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -49,8 +47,8 @@ This cmdlet has the following aliases, ## DESCRIPTION -Delete a registration question from a webinar. -The question can either be a predefined registration question or a custom registration question. +Delete a registration question from a webinar or town hall. +\rThe question can either be a predefined registration question or a custom registration question. ## EXAMPLES ### Example 1: Code snippet diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Remove-MgBetaVirtualEventWebinarSession.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Remove-MgBetaVirtualEventWebinarSession.md index 507fdecc53818..4bd3d51931059 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Remove-MgBetaVirtualEventWebinarSession.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Remove-MgBetaVirtualEventWebinarSession.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/remove-mgbetavirtualeventwebinarsession Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaVirtualEventWebinarSession --- @@ -28,7 +28,6 @@ Remove-MgBetaVirtualEventWebinarSession -VirtualEventSessionId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -38,7 +37,6 @@ Remove-MgBetaVirtualEventWebinarSession -InputObject [-IfMat [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Remove-MgBetaVirtualEventWebinarSessionAttendanceReport.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Remove-MgBetaVirtualEventWebinarSessionAttendanceReport.md index 217df0c3fba2a..015c5d3c96818 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Remove-MgBetaVirtualEventWebinarSessionAttendanceReport.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Remove-MgBetaVirtualEventWebinarSessionAttendanceReport.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/remove-mgbetavirtualeventwebinarsessionattendancereport Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaVirtualEventWebinarSessionAttendanceReport --- @@ -28,7 +28,6 @@ Remove-MgBetaVirtualEventWebinarSessionAttendanceReport -MeetingAttendanceReport [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -38,7 +37,6 @@ Remove-MgBetaVirtualEventWebinarSessionAttendanceReport -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Remove-MgBetaVirtualEventWebinarSessionAttendanceReportAttendanceRecord.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Remove-MgBetaVirtualEventWebinarSessionAttendanceReportAttendanceRecord.md index a9456691f3142..182bb56292173 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Remove-MgBetaVirtualEventWebinarSessionAttendanceReportAttendanceRecord.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Remove-MgBetaVirtualEventWebinarSessionAttendanceReportAttendanceRecord.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/remove-mgbetavirtualeventwebinarsessionattendancereportattendancerecord Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaVirtualEventWebinarSessionAttendanceReportAttendanceRecord --- @@ -28,7 +28,6 @@ Remove-MgBetaVirtualEventWebinarSessionAttendanceReportAttendanceRecord -Attenda [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -39,7 +38,6 @@ Remove-MgBetaVirtualEventWebinarSessionAttendanceReportAttendanceRecord [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Remove-MgBetaVirtualEventWebinarSessionByJoinWebUrl.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Remove-MgBetaVirtualEventWebinarSessionByJoinWebUrl.md index 9350cd039a546..24287dd9919b4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Remove-MgBetaVirtualEventWebinarSessionByJoinWebUrl.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Remove-MgBetaVirtualEventWebinarSessionByJoinWebUrl.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/remove-mgbetavirtualeventwebinarsessionbyjoinweburl Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaVirtualEventWebinarSessionByJoinWebUrl --- @@ -25,7 +25,6 @@ Remove-MgBetaVirtualEventWebinarSessionByJoinWebUrl -JoinWebUrl [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaVirtualEventWebinarSessionByJoinWebUrl -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Set-MgBetaVirtualEventExternalEventInformation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Set-MgBetaVirtualEventExternalEventInformation.md index e3052a980b036..486d09add849e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Set-MgBetaVirtualEventExternalEventInformation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Set-MgBetaVirtualEventExternalEventInformation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/set-mgbetavirtualeventexternaleventinformation Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Set-MgBetaVirtualEventExternalEventInformation --- @@ -28,7 +28,6 @@ Set-MgBetaVirtualEventExternalEventInformation -VirtualEventId [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Set @@ -39,7 +38,6 @@ Set-MgBetaVirtualEventExternalEventInformation -VirtualEventId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SetViaIdentityExpanded @@ -50,7 +48,6 @@ Set-MgBetaVirtualEventExternalEventInformation -InputObject [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SetViaIdentity @@ -61,7 +58,6 @@ Set-MgBetaVirtualEventExternalEventInformation -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Stop-MgBetaBookingBusinessAppointment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Stop-MgBetaBookingBusinessAppointment.md index 5ab5a08d34935..95907c4a5a8e6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Stop-MgBetaBookingBusinessAppointment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Stop-MgBetaBookingBusinessAppointment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/stop-mgbetabookingbusinessappointment Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Stop-MgBetaBookingBusinessAppointment --- @@ -28,7 +28,6 @@ Stop-MgBetaBookingBusinessAppointment -BookingAppointmentId -BookingBus [-CancellationMessage ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Cancel @@ -39,7 +38,6 @@ Stop-MgBetaBookingBusinessAppointment -BookingAppointmentId -BookingBus [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CancelViaIdentityExpanded @@ -50,7 +48,6 @@ Stop-MgBetaBookingBusinessAppointment -InputObject [-CancellationMessage ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CancelViaIdentity @@ -61,7 +58,6 @@ Stop-MgBetaBookingBusinessAppointment -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -77,7 +73,7 @@ Cancel the specified bookingAppointment in the specified bookingBusiness, and se | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | BookingsAppointment.ReadWrite.All, Bookings.ReadWrite.All, Bookings.Manage.All, | +| Delegated (work or school account) | BookingsAppointment.ReadWrite.All, Bookings.Manage.All, Bookings.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | | Application | Bookings.ReadWrite.All, Bookings.Manage.All, | diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Stop-MgBetaBookingBusinessCalendarView.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Stop-MgBetaBookingBusinessCalendarView.md index 6a5f9043c7085..308262b251477 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Stop-MgBetaBookingBusinessCalendarView.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Stop-MgBetaBookingBusinessCalendarView.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/stop-mgbetabookingbusinesscalendarview Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Stop-MgBetaBookingBusinessCalendarView --- @@ -28,7 +28,6 @@ Stop-MgBetaBookingBusinessCalendarView -BookingAppointmentId -BookingBu [-CancellationMessage ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Cancel @@ -39,7 +38,6 @@ Stop-MgBetaBookingBusinessCalendarView -BookingAppointmentId -BookingBu [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CancelViaIdentityExpanded @@ -50,7 +48,6 @@ Stop-MgBetaBookingBusinessCalendarView -InputObject [-CancellationMessage ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CancelViaIdentity @@ -61,7 +58,6 @@ Stop-MgBetaBookingBusinessCalendarView -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Stop-MgBetaVirtualEvent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Stop-MgBetaVirtualEvent.md index c1f306f5cc3b9..870b46b5fc549 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Stop-MgBetaVirtualEvent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Stop-MgBetaVirtualEvent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/stop-mgbetavirtualevent Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Stop-MgBetaVirtualEvent --- @@ -27,7 +27,6 @@ Stop-MgBetaVirtualEvent -VirtualEventId [-ResponseHeadersVariable ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CancelViaIdentity @@ -37,7 +36,6 @@ Stop-MgBetaVirtualEvent -InputObject [-ResponseHeadersVariab [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Disable-MgBetaSolutionBackupRestoreAllSitesBackup.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Stop-MgBetaVirtualEventTownhallRegistration.md similarity index 64% rename from microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Disable-MgBetaSolutionBackupRestoreAllSitesBackup.md rename to microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Stop-MgBetaVirtualEventTownhallRegistration.md index 81b1d4e3667d7..3221c12a9679e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Disable-MgBetaSolutionBackupRestoreAllSitesBackup.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Stop-MgBetaVirtualEventTownhallRegistration.md @@ -1,41 +1,39 @@ --- document type: cmdlet -external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml -HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/disable-mgbetasolutionbackuprestoreallsitesbackup +external help file: Microsoft.Graph.Beta.Bookings-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/stop-mgbetavirtualeventtownhallregistration Locale: en-US -Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +Module Name: Microsoft.Graph.Beta.Bookings +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 -title: Disable-MgBetaSolutionBackupRestoreAllSitesBackup +title: Stop-MgBetaVirtualEventTownhallRegistration --- -# Disable-MgBetaSolutionBackupRestoreAllSitesBackup +# Stop-MgBetaVirtualEventTownhallRegistration ## SYNOPSIS -Invoke action disable +Invoke action cancel ## SYNTAX -### DisableExpanded (Default) +### Cancel (Default) ``` -Disable-MgBetaSolutionBackupRestoreAllSitesBackup [-ResponseHeadersVariable ] - [-ActionOnExistingPolicy ] [-AdditionalProperties ] [-Break] +Stop-MgBetaVirtualEventTownhallRegistration -VirtualEventRegistrationId + -VirtualEventTownhallId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] - [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` -### Disable +### CancelViaIdentity ``` -Disable-MgBetaSolutionBackupRestoreAllSitesBackup - -BodyParameter +Stop-MgBetaVirtualEventTownhallRegistration -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] - [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -45,29 +43,21 @@ This cmdlet has the following aliases, ## DESCRIPTION -Invoke action disable - -**Permissions** - -| Permission type | Permissions (from least to most privileged) | -| --------------- | ------------------------------------------ | -| Delegated (work or school account) | BackupRestore-Configuration.ReadWrite.All, | -| Delegated (personal Microsoft account) | Not supported | -| Application | BackupRestore-Configuration.ReadWrite.All, | +Invoke action cancel ## PARAMETERS -### -ActionOnExistingPolicy +### -Break -fullServiceBackupDisableMode +Wait for .NET debugger to attach ```yaml -Type: System.String -DefaultValue: '' +Type: System.Management.Automation.SwitchParameter +DefaultValue: False SupportsWildcards: false Aliases: [] ParameterSets: -- Name: DisableExpanded +- Name: (All) Position: Named IsRequired: false ValueFromPipeline: false @@ -78,17 +68,18 @@ AcceptedValues: [] HelpMessage: '' ``` -### -AdditionalProperties +### -Confirm -Additional Parameters +Prompts you for confirmation before running the cmdlet. ```yaml -Type: System.Collections.Hashtable +Type: System.Management.Automation.SwitchParameter DefaultValue: '' SupportsWildcards: false -Aliases: [] +Aliases: +- cf ParameterSets: -- Name: DisableExpanded +- Name: (All) Position: Named IsRequired: false ValueFromPipeline: false @@ -99,42 +90,20 @@ AcceptedValues: [] HelpMessage: '' ``` -### -BodyParameter - +### -Headers -To construct, see NOTES section for BODYPARAMETER properties and create a hash table. +Optional headers that will be added to the request. ```yaml -Type: Microsoft.Graph.Beta.PowerShell.Models.IPathsMa4DrzSolutionsBackuprestoreAllsitesbackupMicrosoftGraphDisablePostRequestbodyContentApplicationJsonSchema +Type: System.Collections.IDictionary DefaultValue: '' SupportsWildcards: false Aliases: [] ParameterSets: -- Name: Disable - 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 + ValueFromPipeline: true ValueFromPipelineByPropertyName: false ValueFromRemainingArguments: false DontShow: false @@ -142,16 +111,15 @@ AcceptedValues: [] HelpMessage: '' ``` -### -Confirm +### -HttpPipelineAppend -Prompts you for confirmation before running the cmdlet. +SendAsync Pipeline Steps to be appended to the front of the pipeline ```yaml -Type: System.Management.Automation.SwitchParameter +Type: Microsoft.Graph.Beta.PowerShell.Runtime.SendAsyncStep[] DefaultValue: '' SupportsWildcards: false -Aliases: -- cf +Aliases: [] ParameterSets: - Name: (All) Position: Named @@ -164,12 +132,12 @@ AcceptedValues: [] HelpMessage: '' ``` -### -Headers +### -HttpPipelinePrepend -Optional headers that will be added to the request. +SendAsync Pipeline Steps to be prepended to the front of the pipeline ```yaml -Type: System.Collections.IDictionary +Type: Microsoft.Graph.Beta.PowerShell.Runtime.SendAsyncStep[] DefaultValue: '' SupportsWildcards: false Aliases: [] @@ -177,7 +145,7 @@ ParameterSets: - Name: (All) Position: Named IsRequired: false - ValueFromPipeline: true + ValueFromPipeline: false ValueFromPipelineByPropertyName: false ValueFromRemainingArguments: false DontShow: false @@ -185,20 +153,21 @@ AcceptedValues: [] HelpMessage: '' ``` -### -HttpPipelineAppend +### -InputObject -SendAsync Pipeline Steps to be appended to the front of the pipeline +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml -Type: Microsoft.Graph.Beta.PowerShell.Runtime.SendAsyncStep[] +Type: Microsoft.Graph.Beta.PowerShell.Models.IBookingsIdentity DefaultValue: '' SupportsWildcards: false Aliases: [] ParameterSets: -- Name: (All) +- Name: CancelViaIdentity Position: Named - IsRequired: false - ValueFromPipeline: false + IsRequired: true + ValueFromPipeline: true ValueFromPipelineByPropertyName: false ValueFromRemainingArguments: false DontShow: false @@ -206,13 +175,13 @@ AcceptedValues: [] HelpMessage: '' ``` -### -HttpPipelinePrepend +### -PassThru -SendAsync Pipeline Steps to be prepended to the front of the pipeline +Returns true when the command succeeds ```yaml -Type: Microsoft.Graph.Beta.PowerShell.Runtime.SendAsyncStep[] -DefaultValue: '' +Type: System.Management.Automation.SwitchParameter +DefaultValue: False SupportsWildcards: false Aliases: [] ParameterSets: @@ -312,6 +281,48 @@ AcceptedValues: [] HelpMessage: '' ``` +### -VirtualEventRegistrationId + +The unique identifier of virtualEventRegistration + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Cancel + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -VirtualEventTownhallId + +The unique identifier of virtualEventTownhall + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Cancel + Position: Named + IsRequired: true + 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. @@ -343,7 +354,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS -### Microsoft.Graph.Beta.PowerShell.Models.IPathsMa4DrzSolutionsBackuprestoreAllsitesbackupMicrosoftGraphDisablePostRequestbodyContentApplicationJsonSchema +### Microsoft.Graph.Beta.PowerShell.Models.IBookingsIdentity {{ Fill in the Description }} @@ -353,7 +364,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphAllSitesBackup +### System.Boolean {{ Fill in the Description }} @@ -364,14 +375,32 @@ 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 ``: . - [(Any) ]: This indicates any property can be added to this object. - [ActionOnExistingPolicy ]: fullServiceBackupDisableMode +INPUTOBJECT ``: Identity Parameter + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [BookingAppointmentId ]: The unique identifier of bookingAppointment + [BookingBusinessId ]: The unique identifier of bookingBusiness + [BookingCurrencyId ]: The unique identifier of bookingCurrency + [BookingCustomQuestionId ]: The unique identifier of bookingCustomQuestion + [BookingCustomerId ]: The unique identifier of bookingCustomer + [BookingServiceId ]: The unique identifier of bookingService + [BookingStaffMemberId ]: The unique identifier of bookingStaffMember + [Email ]: Alternate key of virtualEventRegistration + [JoinWebUrl ]: Alternate key of virtualEventSession + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [Role ]: Usage: role='{role}' + [UserId ]: Alternate key of virtualEventRegistration + [VirtualEventId ]: The unique identifier of virtualEvent + [VirtualEventPresenterId ]: The unique identifier of virtualEventPresenter + [VirtualEventRegistrationId ]: The unique identifier of virtualEventRegistration + [VirtualEventRegistrationQuestionBaseId ]: The unique identifier of virtualEventRegistrationQuestionBase + [VirtualEventSessionId ]: The unique identifier of virtualEventSession + [VirtualEventTownhallId ]: The unique identifier of virtualEventTownhall + [VirtualEventWebinarId ]: The unique identifier of virtualEventWebinar ## RELATED LINKS -- [Disable-MgBetaSolutionBackupRestoreAllSitesBackup](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/disable-mgbetasolutionbackuprestoreallsitesbackup) +- [Stop-MgBetaVirtualEventTownhallRegistration](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/stop-mgbetavirtualeventtownhallregistration) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Stop-MgBetaVirtualEventTownhallRegistrationEmail.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Stop-MgBetaVirtualEventTownhallRegistrationEmail.md new file mode 100644 index 0000000000000..a7c61a2412fb2 --- /dev/null +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Stop-MgBetaVirtualEventTownhallRegistrationEmail.md @@ -0,0 +1,425 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.Beta.Bookings-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/stop-mgbetavirtualeventtownhallregistrationemail +Locale: en-US +Module Name: Microsoft.Graph.Beta.Bookings +ms.date: 07/10/2026 +PlatyPS schema version: 2024-05-01 +title: Stop-MgBetaVirtualEventTownhallRegistrationEmail +--- + +# Stop-MgBetaVirtualEventTownhallRegistrationEmail + +## SYNOPSIS + +Invoke action cancel + +## SYNTAX + +### Cancel (Default) + +``` +Stop-MgBetaVirtualEventTownhallRegistrationEmail -Email -VirtualEventTownhallId + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +### CancelViaIdentity + +``` +Stop-MgBetaVirtualEventTownhallRegistrationEmail -InputObject + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Invoke action cancel + +## 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: '' +``` + +### -Email + +Alternate key of virtualEventRegistration + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Cancel + 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: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IBookingsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CancelViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + 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: '' +``` + +### -VirtualEventTownhallId + +The unique identifier of virtualEventTownhall + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Cancel + Position: Named + IsRequired: true + 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.IBookingsIdentity + +{{ 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 + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [BookingAppointmentId ]: The unique identifier of bookingAppointment + [BookingBusinessId ]: The unique identifier of bookingBusiness + [BookingCurrencyId ]: The unique identifier of bookingCurrency + [BookingCustomQuestionId ]: The unique identifier of bookingCustomQuestion + [BookingCustomerId ]: The unique identifier of bookingCustomer + [BookingServiceId ]: The unique identifier of bookingService + [BookingStaffMemberId ]: The unique identifier of bookingStaffMember + [Email ]: Alternate key of virtualEventRegistration + [JoinWebUrl ]: Alternate key of virtualEventSession + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [Role ]: Usage: role='{role}' + [UserId ]: Alternate key of virtualEventRegistration + [VirtualEventId ]: The unique identifier of virtualEvent + [VirtualEventPresenterId ]: The unique identifier of virtualEventPresenter + [VirtualEventRegistrationId ]: The unique identifier of virtualEventRegistration + [VirtualEventRegistrationQuestionBaseId ]: The unique identifier of virtualEventRegistrationQuestionBase + [VirtualEventSessionId ]: The unique identifier of virtualEventSession + [VirtualEventTownhallId ]: The unique identifier of virtualEventTownhall + [VirtualEventWebinarId ]: The unique identifier of virtualEventWebinar + + +## RELATED LINKS + +- [Stop-MgBetaVirtualEventTownhallRegistrationEmail](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/stop-mgbetavirtualeventtownhallregistrationemail) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Stop-MgBetaVirtualEventTownhallRegistrationUserId.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Stop-MgBetaVirtualEventTownhallRegistrationUserId.md new file mode 100644 index 0000000000000..b315b1d6a27eb --- /dev/null +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Stop-MgBetaVirtualEventTownhallRegistrationUserId.md @@ -0,0 +1,425 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.Beta.Bookings-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/stop-mgbetavirtualeventtownhallregistrationuserid +Locale: en-US +Module Name: Microsoft.Graph.Beta.Bookings +ms.date: 07/10/2026 +PlatyPS schema version: 2024-05-01 +title: Stop-MgBetaVirtualEventTownhallRegistrationUserId +--- + +# Stop-MgBetaVirtualEventTownhallRegistrationUserId + +## SYNOPSIS + +Invoke action cancel + +## SYNTAX + +### Cancel (Default) + +``` +Stop-MgBetaVirtualEventTownhallRegistrationUserId -UserId -VirtualEventTownhallId + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +### CancelViaIdentity + +``` +Stop-MgBetaVirtualEventTownhallRegistrationUserId -InputObject + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Invoke action cancel + +## 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: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IBookingsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CancelViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + 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: '' +``` + +### -UserId + +Alternate key of virtualEventRegistration + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Cancel + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -VirtualEventTownhallId + +The unique identifier of virtualEventTownhall + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Cancel + Position: Named + IsRequired: true + 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.IBookingsIdentity + +{{ 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 + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [BookingAppointmentId ]: The unique identifier of bookingAppointment + [BookingBusinessId ]: The unique identifier of bookingBusiness + [BookingCurrencyId ]: The unique identifier of bookingCurrency + [BookingCustomQuestionId ]: The unique identifier of bookingCustomQuestion + [BookingCustomerId ]: The unique identifier of bookingCustomer + [BookingServiceId ]: The unique identifier of bookingService + [BookingStaffMemberId ]: The unique identifier of bookingStaffMember + [Email ]: Alternate key of virtualEventRegistration + [JoinWebUrl ]: Alternate key of virtualEventSession + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [Role ]: Usage: role='{role}' + [UserId ]: Alternate key of virtualEventRegistration + [VirtualEventId ]: The unique identifier of virtualEvent + [VirtualEventPresenterId ]: The unique identifier of virtualEventPresenter + [VirtualEventRegistrationId ]: The unique identifier of virtualEventRegistration + [VirtualEventRegistrationQuestionBaseId ]: The unique identifier of virtualEventRegistrationQuestionBase + [VirtualEventSessionId ]: The unique identifier of virtualEventSession + [VirtualEventTownhallId ]: The unique identifier of virtualEventTownhall + [VirtualEventWebinarId ]: The unique identifier of virtualEventWebinar + + +## RELATED LINKS + +- [Stop-MgBetaVirtualEventTownhallRegistrationUserId](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/stop-mgbetavirtualeventtownhallregistrationuserid) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Stop-MgBetaVirtualEventWebinarRegistration.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Stop-MgBetaVirtualEventWebinarRegistration.md index 16b9d99222bab..502d47d8221a4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Stop-MgBetaVirtualEventWebinarRegistration.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Stop-MgBetaVirtualEventWebinarRegistration.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/stop-mgbetavirtualeventwebinarregistration Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Stop-MgBetaVirtualEventWebinarRegistration --- @@ -13,7 +13,7 @@ title: Stop-MgBetaVirtualEventWebinarRegistration ## SYNOPSIS -Cancel a registrant's registration record for a webinar. +Cancel a registrant's registration record for a webinar or town hall. > [!NOTE] > To view the v1.0 release of this cmdlet, view [Stop-MgVirtualEventWebinarRegistration](/powershell/module/Microsoft.Graph.Bookings/Stop-MgVirtualEventWebinarRegistration?view=graph-powershell-1.0) @@ -28,7 +28,6 @@ Stop-MgBetaVirtualEventWebinarRegistration -VirtualEventRegistrationId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CancelViaIdentity @@ -38,7 +37,6 @@ Stop-MgBetaVirtualEventWebinarRegistration -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -48,7 +46,7 @@ This cmdlet has the following aliases, ## DESCRIPTION -Cancel a registrant's registration record for a webinar. +Cancel a registrant's registration record for a webinar or town hall. **Permissions** diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Stop-MgBetaVirtualEventWebinarRegistrationEmail.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Stop-MgBetaVirtualEventWebinarRegistrationEmail.md index 6510613cae377..238ae444e7672 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Stop-MgBetaVirtualEventWebinarRegistrationEmail.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Stop-MgBetaVirtualEventWebinarRegistrationEmail.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/stop-mgbetavirtualeventwebinarregistrationemail Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Stop-MgBetaVirtualEventWebinarRegistrationEmail --- @@ -13,7 +13,7 @@ title: Stop-MgBetaVirtualEventWebinarRegistrationEmail ## SYNOPSIS -Cancel a registrant's registration record for a webinar. +Cancel a registrant's registration record for a webinar or town hall. > [!NOTE] > To view the v1.0 release of this cmdlet, view [Stop-MgVirtualEventWebinarRegistrationEmail](/powershell/module/Microsoft.Graph.Bookings/Stop-MgVirtualEventWebinarRegistrationEmail?view=graph-powershell-1.0) @@ -27,7 +27,6 @@ Stop-MgBetaVirtualEventWebinarRegistrationEmail -Email -VirtualEventWeb [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CancelViaIdentity @@ -37,7 +36,6 @@ Stop-MgBetaVirtualEventWebinarRegistrationEmail -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -47,7 +45,7 @@ This cmdlet has the following aliases, ## DESCRIPTION -Cancel a registrant's registration record for a webinar. +Cancel a registrant's registration record for a webinar or town hall. ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Stop-MgBetaVirtualEventWebinarRegistrationUserId.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Stop-MgBetaVirtualEventWebinarRegistrationUserId.md index 8a0bcc036b9d9..ba897e47ac64c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Stop-MgBetaVirtualEventWebinarRegistrationUserId.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Stop-MgBetaVirtualEventWebinarRegistrationUserId.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/stop-mgbetavirtualeventwebinarregistrationuserid Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Stop-MgBetaVirtualEventWebinarRegistrationUserId --- @@ -13,7 +13,7 @@ title: Stop-MgBetaVirtualEventWebinarRegistrationUserId ## SYNOPSIS -Cancel a registrant's registration record for a webinar. +Cancel a registrant's registration record for a webinar or town hall. > [!NOTE] > To view the v1.0 release of this cmdlet, view [Stop-MgVirtualEventWebinarRegistrationUserId](/powershell/module/Microsoft.Graph.Bookings/Stop-MgVirtualEventWebinarRegistrationUserId?view=graph-powershell-1.0) @@ -27,7 +27,6 @@ Stop-MgBetaVirtualEventWebinarRegistrationUserId -UserId -VirtualEventW [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CancelViaIdentity @@ -37,7 +36,6 @@ Stop-MgBetaVirtualEventWebinarRegistrationUserId -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -47,7 +45,7 @@ This cmdlet has the following aliases, ## DESCRIPTION -Cancel a registrant's registration record for a webinar. +Cancel a registrant's registration record for a webinar or town hall. ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Unpublish-MgBetaBookingBusiness.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Unpublish-MgBetaBookingBusiness.md index 82c9f0ec99730..278ebe5c339ae 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Unpublish-MgBetaBookingBusiness.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Unpublish-MgBetaBookingBusiness.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/unpublish-mgbetabookingbusiness Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Unpublish-MgBetaBookingBusiness --- @@ -28,7 +28,6 @@ Unpublish-MgBetaBookingBusiness -BookingBusinessId [-ResponseHeadersVar [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Unpublish1 @@ -38,7 +37,6 @@ Unpublish-MgBetaBookingBusiness -BookingBusinessId [-ResponseHeadersVar [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UnpublishViaIdentity1 @@ -48,7 +46,6 @@ Unpublish-MgBetaBookingBusiness -InputObject [-ResponseHeade [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UnpublishViaIdentity @@ -58,7 +55,6 @@ Unpublish-MgBetaBookingBusiness -InputObject [-ResponseHeade [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Update-MgBetaBookingBusiness.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Update-MgBetaBookingBusiness.md index ef0bebad722eb..0ba93db3b91ca 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Update-MgBetaBookingBusiness.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Update-MgBetaBookingBusiness.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/update-mgbetabookingbusiness Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaBookingBusiness --- @@ -37,7 +37,7 @@ Update-MgBetaBookingBusiness -BookingBusinessId [-ResponseHeadersVariab [-Services ] [-StaffMembers ] [-WebSiteUrl ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateExpanded1 @@ -57,7 +57,7 @@ Update-MgBetaBookingBusiness -BookingBusinessId [-ResponseHeadersVariab [-Services ] [-StaffMembers ] [-WebSiteUrl ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update1 @@ -67,7 +67,7 @@ Update-MgBetaBookingBusiness -BookingBusinessId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -77,7 +77,7 @@ Update-MgBetaBookingBusiness -BookingBusinessId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded1 @@ -97,7 +97,7 @@ Update-MgBetaBookingBusiness -InputObject [-ResponseHeadersV [-Services ] [-StaffMembers ] [-WebSiteUrl ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -117,7 +117,7 @@ Update-MgBetaBookingBusiness -InputObject [-ResponseHeadersV [-Services ] [-StaffMembers ] [-WebSiteUrl ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity1 @@ -127,7 +127,7 @@ Update-MgBetaBookingBusiness -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -137,7 +137,7 @@ Update-MgBetaBookingBusiness -InputObject -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.Bookings/Update-MgBetaBookingBusinessAppointment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Update-MgBetaBookingBusinessAppointment.md index 6ecd24d00a1ac..06d7cbeca2b2c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Update-MgBetaBookingBusinessAppointment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Update-MgBetaBookingBusinessAppointment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/update-mgbetabookingbusinessappointment Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaBookingBusinessAppointment --- @@ -41,7 +41,7 @@ Update-MgBetaBookingBusinessAppointment -BookingAppointmentId -BookingB [-SmsNotificationsEnabled] [-StaffMemberIds ] [-Start ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateExpanded1 @@ -65,7 +65,7 @@ Update-MgBetaBookingBusinessAppointment -BookingAppointmentId -BookingB [-SmsNotificationsEnabled] [-StaffMemberIds ] [-Start ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update1 @@ -75,7 +75,7 @@ Update-MgBetaBookingBusinessAppointment -BookingAppointmentId -BookingB -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -85,7 +85,7 @@ Update-MgBetaBookingBusinessAppointment -BookingAppointmentId -BookingB -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded1 @@ -109,7 +109,7 @@ Update-MgBetaBookingBusinessAppointment -InputObject [-SmsNotificationsEnabled] [-StaffMemberIds ] [-Start ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -133,7 +133,7 @@ Update-MgBetaBookingBusinessAppointment -InputObject [-SmsNotificationsEnabled] [-StaffMemberIds ] [-Start ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity1 @@ -143,7 +143,7 @@ Update-MgBetaBookingBusinessAppointment -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -153,7 +153,7 @@ Update-MgBetaBookingBusinessAppointment -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -169,9 +169,9 @@ Update the navigation property appointments in bookingBusinesses | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | BookingsAppointment.ReadWrite.All, Bookings.ReadWrite.All, Bookings.Manage.All, | +| Delegated (work or school account) | BookingsAppointment.ReadWrite.All, Bookings.Manage.All, Bookings.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | BookingsAppointment.ReadWrite.All, Bookings.ReadWrite.All, Bookings.Read.All, Bookings.Manage.All, | +| Application | BookingsAppointment.ReadWrite.All, Bookings.Manage.All, Bookings.Read.All, Bookings.ReadWrite.All, | ## EXAMPLES ### Example 1: Using the Update-MgBetaBookingBusinessAppointment Cmdlet diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Update-MgBetaBookingBusinessCalendarView.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Update-MgBetaBookingBusinessCalendarView.md index 887350b25438f..502b05fdecfd2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Update-MgBetaBookingBusinessCalendarView.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Update-MgBetaBookingBusinessCalendarView.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/update-mgbetabookingbusinesscalendarview Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaBookingBusinessCalendarView --- @@ -41,7 +41,7 @@ Update-MgBetaBookingBusinessCalendarView -BookingAppointmentId -Booking [-SmsNotificationsEnabled] [-StaffMemberIds ] [-Start ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateExpanded1 @@ -65,7 +65,7 @@ Update-MgBetaBookingBusinessCalendarView -BookingAppointmentId -Booking [-SmsNotificationsEnabled] [-StaffMemberIds ] [-Start ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update1 @@ -75,7 +75,7 @@ Update-MgBetaBookingBusinessCalendarView -BookingAppointmentId -Booking -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -85,7 +85,7 @@ Update-MgBetaBookingBusinessCalendarView -BookingAppointmentId -Booking -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded1 @@ -109,7 +109,7 @@ Update-MgBetaBookingBusinessCalendarView -InputObject [-SmsNotificationsEnabled] [-StaffMemberIds ] [-Start ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -133,7 +133,7 @@ Update-MgBetaBookingBusinessCalendarView -InputObject [-SmsNotificationsEnabled] [-StaffMemberIds ] [-Start ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity1 @@ -143,7 +143,7 @@ Update-MgBetaBookingBusinessCalendarView -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -153,7 +153,7 @@ Update-MgBetaBookingBusinessCalendarView -InputObject -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.Bookings/Update-MgBetaBookingBusinessCustomQuestion.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Update-MgBetaBookingBusinessCustomQuestion.md index ef40559530c65..af9aa2fd2439a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Update-MgBetaBookingBusinessCustomQuestion.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Update-MgBetaBookingBusinessCustomQuestion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/update-mgbetabookingbusinesscustomquestion Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaBookingBusinessCustomQuestion --- @@ -30,7 +30,6 @@ Update-MgBetaBookingBusinessCustomQuestion -BookingBusinessId [-LastUpdatedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateExpanded1 @@ -43,7 +42,6 @@ Update-MgBetaBookingBusinessCustomQuestion -BookingBusinessId [-LastUpdatedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update1 @@ -54,7 +52,6 @@ Update-MgBetaBookingBusinessCustomQuestion -BookingBusinessId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -65,7 +62,6 @@ Update-MgBetaBookingBusinessCustomQuestion -BookingBusinessId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded1 @@ -77,7 +73,6 @@ Update-MgBetaBookingBusinessCustomQuestion -InputObject [-LastUpdatedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -89,7 +84,6 @@ Update-MgBetaBookingBusinessCustomQuestion -InputObject [-LastUpdatedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity1 @@ -99,7 +93,7 @@ Update-MgBetaBookingBusinessCustomQuestion -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -109,7 +103,7 @@ Update-MgBetaBookingBusinessCustomQuestion -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -125,7 +119,7 @@ Update the navigation property customQuestions in bookingBusinesses | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | BookingsAppointment.ReadWrite.All, Bookings.ReadWrite.All, Bookings.Manage.All, | +| Delegated (work or school account) | BookingsAppointment.ReadWrite.All, Bookings.Manage.All, Bookings.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | | Application | Bookings.ReadWrite.All, Bookings.Manage.All, | diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Update-MgBetaBookingBusinessCustomer.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Update-MgBetaBookingBusinessCustomer.md index 52a7b4c9e4954..72eab6d832c9b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Update-MgBetaBookingBusinessCustomer.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Update-MgBetaBookingBusinessCustomer.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/update-mgbetabookingbusinesscustomer Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaBookingBusinessCustomer --- @@ -30,7 +30,6 @@ Update-MgBetaBookingBusinessCustomer -BookingBusinessId -BookingCustome [-Phones ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateExpanded1 @@ -43,7 +42,6 @@ Update-MgBetaBookingBusinessCustomer -BookingBusinessId -BookingCustome [-Phones ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update1 @@ -53,7 +51,7 @@ Update-MgBetaBookingBusinessCustomer -BookingBusinessId -BookingCustome -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -63,7 +61,7 @@ Update-MgBetaBookingBusinessCustomer -BookingBusinessId -BookingCustome -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded1 @@ -76,7 +74,6 @@ Update-MgBetaBookingBusinessCustomer -InputObject [-Phones ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -89,7 +86,6 @@ Update-MgBetaBookingBusinessCustomer -InputObject [-Phones ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity1 @@ -99,7 +95,7 @@ Update-MgBetaBookingBusinessCustomer -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -109,7 +105,7 @@ Update-MgBetaBookingBusinessCustomer -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -125,9 +121,9 @@ Update the navigation property customers in bookingBusinesses | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | BookingsAppointment.ReadWrite.All, Bookings.ReadWrite.All, Bookings.Manage.All, | +| Delegated (work or school account) | BookingsAppointment.ReadWrite.All, Bookings.Manage.All, Bookings.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | BookingsAppointment.ReadWrite.All, Bookings.ReadWrite.All, Bookings.Read.All, Bookings.Manage.All, | +| Application | BookingsAppointment.ReadWrite.All, Bookings.Manage.All, Bookings.Read.All, Bookings.ReadWrite.All, | ## EXAMPLES ### Example 1: Using the Update-MgBetaBookingBusinessCustomer Cmdlet diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Update-MgBetaBookingBusinessService.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Update-MgBetaBookingBusinessService.md index 710ba07fe5ed4..a0d81f28db1a7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Update-MgBetaBookingBusinessService.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Update-MgBetaBookingBusinessService.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/update-mgbetabookingbusinessservice Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaBookingBusinessService --- @@ -37,7 +37,6 @@ Update-MgBetaBookingBusinessService -BookingBusinessId -BookingServiceI [-StaffMemberIds ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateExpanded1 @@ -57,7 +56,6 @@ Update-MgBetaBookingBusinessService -BookingBusinessId -BookingServiceI [-StaffMemberIds ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update1 @@ -67,7 +65,7 @@ Update-MgBetaBookingBusinessService -BookingBusinessId -BookingServiceI -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -77,7 +75,7 @@ Update-MgBetaBookingBusinessService -BookingBusinessId -BookingServiceI -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded1 @@ -97,7 +95,6 @@ Update-MgBetaBookingBusinessService -InputObject [-StaffMemberIds ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -117,7 +114,6 @@ Update-MgBetaBookingBusinessService -InputObject [-StaffMemberIds ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity1 @@ -127,7 +123,7 @@ Update-MgBetaBookingBusinessService -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -137,7 +133,7 @@ Update-MgBetaBookingBusinessService -InputObject -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.Bookings/Update-MgBetaBookingBusinessStaffMember.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Update-MgBetaBookingBusinessStaffMember.md index 80e1ad556167d..e5aca1d96e5e9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Update-MgBetaBookingBusinessStaffMember.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Update-MgBetaBookingBusinessStaffMember.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/update-mgbetabookingbusinessstaffmember Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaBookingBusinessStaffMember --- @@ -31,7 +31,7 @@ Update-MgBetaBookingBusinessStaffMember -BookingBusinessId -BookingStaf [-TimeZone ] [-UseBusinessHours] [-WorkingHours ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateExpanded1 @@ -45,7 +45,7 @@ Update-MgBetaBookingBusinessStaffMember -BookingBusinessId -BookingStaf [-TimeZone ] [-UseBusinessHours] [-WorkingHours ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update1 @@ -55,7 +55,7 @@ Update-MgBetaBookingBusinessStaffMember -BookingBusinessId -BookingStaf -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -65,7 +65,7 @@ Update-MgBetaBookingBusinessStaffMember -BookingBusinessId -BookingStaf -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded1 @@ -79,7 +79,7 @@ Update-MgBetaBookingBusinessStaffMember -InputObject [-TimeZone ] [-UseBusinessHours] [-WorkingHours ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -93,7 +93,7 @@ Update-MgBetaBookingBusinessStaffMember -InputObject [-TimeZone ] [-UseBusinessHours] [-WorkingHours ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity1 @@ -103,7 +103,7 @@ Update-MgBetaBookingBusinessStaffMember -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -113,7 +113,7 @@ Update-MgBetaBookingBusinessStaffMember -InputObject -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.Bookings/Update-MgBetaBookingCurrency.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Update-MgBetaBookingCurrency.md index 6cad049a37cf2..a0a020d81e5e2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Update-MgBetaBookingCurrency.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Update-MgBetaBookingCurrency.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/update-mgbetabookingcurrency Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaBookingCurrency --- @@ -27,7 +27,7 @@ Update-MgBetaBookingCurrency -BookingCurrencyId [-ResponseHeadersVariab [-AdditionalProperties ] [-Id ] [-Symbol ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateExpanded1 @@ -37,7 +37,7 @@ Update-MgBetaBookingCurrency -BookingCurrencyId [-ResponseHeadersVariab [-AdditionalProperties ] [-Id ] [-Symbol ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update1 @@ -47,7 +47,7 @@ Update-MgBetaBookingCurrency -BookingCurrencyId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -57,7 +57,7 @@ Update-MgBetaBookingCurrency -BookingCurrencyId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded1 @@ -67,7 +67,7 @@ Update-MgBetaBookingCurrency -InputObject [-ResponseHeadersV [-AdditionalProperties ] [-Id ] [-Symbol ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -77,7 +77,7 @@ Update-MgBetaBookingCurrency -InputObject [-ResponseHeadersV [-AdditionalProperties ] [-Id ] [-Symbol ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity1 @@ -87,7 +87,7 @@ Update-MgBetaBookingCurrency -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -97,7 +97,7 @@ Update-MgBetaBookingCurrency -InputObject -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.Bookings/Update-MgBetaVirtualEvent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Update-MgBetaVirtualEvent.md index 178bb1e698dd6..74ebac1f9a83c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Update-MgBetaVirtualEvent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Update-MgBetaVirtualEvent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/update-mgbetavirtualevent Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaVirtualEvent --- @@ -28,12 +28,13 @@ Update-MgBetaVirtualEvent -VirtualEventId [-ResponseHeadersVariable ] [-DisplayName ] [-EndDateTime ] [-ExternalEventInformation ] [-Id ] + [-IsRegistrationEnabled] [-IsRegistrationRequired] [-Presenters ] [-Sessions ] [-Settings ] [-StartDateTime ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update1 @@ -43,7 +44,6 @@ Update-MgBetaVirtualEvent -VirtualEventId -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -54,12 +54,13 @@ Update-MgBetaVirtualEvent -InputObject [-ResponseHeadersVari [-Description ] [-DisplayName ] [-EndDateTime ] [-ExternalEventInformation ] [-Id ] + [-IsRegistrationEnabled] [-IsRegistrationRequired] [-Presenters ] [-Sessions ] [-Settings ] [-StartDateTime ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -69,7 +70,7 @@ Update-MgBetaVirtualEvent -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -440,6 +441,60 @@ AcceptedValues: [] HelpMessage: '' ``` +### -IsRegistrationEnabled + + + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded1 + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -IsRegistrationRequired + + + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UpdateExpanded1 + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + ### -Presenters The virtual event presenters. @@ -789,6 +844,8 @@ Read-only. This association bundles all the information (both supported and not supported in virtualEvent) into one virtual event object. Optional. If set, the maximum supported length is 256 characters. + [IsRegistrationEnabled ]: + [IsRegistrationRequired ]: [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -834,6 +891,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. @@ -876,6 +937,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. @@ -916,6 +982,7 @@ Read-only. [IsEnabledForVideo ]: Indicates whether to apply a watermark to everyone's video feed. [Id ]: The unique identifier for an entity. Read-only. + [Capacity ]: Represents the expected number of attendees for town hall session. [EndDateTime ]: dateTimeTimeZone [Presenters ]: [Registrations ]: @@ -1074,6 +1141,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. @@ -1122,6 +1193,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. @@ -1162,6 +1238,7 @@ Read-only. [IsEnabledForVideo ]: Indicates whether to apply a watermark to everyone's video feed. [Id ]: The unique identifier for an entity. Read-only. + [Capacity ]: Represents the expected number of attendees for town hall session. [EndDateTime ]: dateTimeTimeZone [(Any) ]: This indicates any property can be added to this object. [DateTime ]: A single point of time in a combined date and time representation ({date}T{time}). @@ -1233,6 +1310,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. @@ -1287,6 +1368,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. @@ -1330,6 +1416,7 @@ Read-only. [IsEnabledForVideo ]: Indicates whether to apply a watermark to everyone's video feed. [Id ]: The unique identifier for an entity. Read-only. + [Capacity ]: Represents the expected number of attendees for town hall session. [EndDateTime ]: dateTimeTimeZone [(Any) ]: This indicates any property can be added to this object. [DateTime ]: A single point of time in a combined date and time representation ({date}T{time}). diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Update-MgBetaVirtualEventPresenter.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Update-MgBetaVirtualEventPresenter.md index 4480a75f1908c..4d918b48bbf34 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Update-MgBetaVirtualEventPresenter.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Update-MgBetaVirtualEventPresenter.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/update-mgbetavirtualeventpresenter Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaVirtualEventPresenter --- @@ -30,7 +30,6 @@ Update-MgBetaVirtualEventPresenter -VirtualEventId -VirtualEventPresent [-Sessions ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -40,7 +39,7 @@ Update-MgBetaVirtualEventPresenter -VirtualEventId -VirtualEventPresent -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -53,7 +52,6 @@ Update-MgBetaVirtualEventPresenter -InputObject [-Sessions ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -63,7 +61,7 @@ Update-MgBetaVirtualEventPresenter -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -655,6 +653,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. @@ -703,6 +705,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. @@ -743,6 +750,7 @@ Read-only. [IsEnabledForVideo ]: Indicates whether to apply a watermark to everyone's video feed. [Id ]: The unique identifier for an entity. Read-only. + [Capacity ]: Represents the expected number of attendees for town hall session. [EndDateTime ]: dateTimeTimeZone [(Any) ]: This indicates any property can be added to this object. [DateTime ]: A single point of time in a combined date and time representation ({date}T{time}). @@ -857,6 +865,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. @@ -911,6 +923,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. @@ -954,6 +971,7 @@ Read-only. [IsEnabledForVideo ]: Indicates whether to apply a watermark to everyone's video feed. [Id ]: The unique identifier for an entity. Read-only. + [Capacity ]: Represents the expected number of attendees for town hall session. [EndDateTime ]: dateTimeTimeZone [(Any) ]: This indicates any property can be added to this object. [DateTime ]: A single point of time in a combined date and time representation ({date}T{time}). diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Update-MgBetaVirtualEventSession.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Update-MgBetaVirtualEventSession.md index 61e43d9a03b25..bf72a717c06d5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Update-MgBetaVirtualEventSession.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Update-MgBetaVirtualEventSession.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/update-mgbetavirtualeventsession Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaVirtualEventSession --- @@ -32,10 +32,11 @@ Update-MgBetaVirtualEventSession -VirtualEventId -VirtualEventSessionId [-AllowedLobbyAdmitters ] [-AllowedPresenters ] [-AnonymizeIdentityForRoles ] [-AttendanceReports ] - [-AudioConferencing ] [-ChatInfo ] - [-ChatRestrictions ] [-EndDateTime ] - [-ExpiryDateTime ] [-Id ] [-IsEndToEndEncryptionEnabled] [-IsEntryExitAnnounced] - [-JoinInformation ] + [-AudioConferencing ] [-Capacity ] + [-ChatInfo ] [-ChatRestrictions ] + [-CloudVideoInteropInfo ] + [-EndDateTime ] [-ExpiryDateTime ] [-Id ] + [-IsEndToEndEncryptionEnabled] [-IsEntryExitAnnounced] [-JoinInformation ] [-JoinMeetingIdSettings ] [-JoinWebUrl ] [-LobbyBypassSettings ] [-MeetingOptionsWebUrl ] [-MeetingSpokenLanguageTag ] [-Presenters ] @@ -46,7 +47,6 @@ Update-MgBetaVirtualEventSession -VirtualEventId -VirtualEventSessionId [-WatermarkProtection ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -56,7 +56,7 @@ Update-MgBetaVirtualEventSession -VirtualEventId -VirtualEventSessionId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -71,10 +71,11 @@ Update-MgBetaVirtualEventSession -InputObject [-AllowedLobbyAdmitters ] [-AllowedPresenters ] [-AnonymizeIdentityForRoles ] [-AttendanceReports ] - [-AudioConferencing ] [-ChatInfo ] - [-ChatRestrictions ] [-EndDateTime ] - [-ExpiryDateTime ] [-Id ] [-IsEndToEndEncryptionEnabled] [-IsEntryExitAnnounced] - [-JoinInformation ] + [-AudioConferencing ] [-Capacity ] + [-ChatInfo ] [-ChatRestrictions ] + [-CloudVideoInteropInfo ] + [-EndDateTime ] [-ExpiryDateTime ] [-Id ] + [-IsEndToEndEncryptionEnabled] [-IsEntryExitAnnounced] [-JoinInformation ] [-JoinMeetingIdSettings ] [-JoinWebUrl ] [-LobbyBypassSettings ] [-MeetingOptionsWebUrl ] [-MeetingSpokenLanguageTag ] [-Presenters ] @@ -85,7 +86,6 @@ Update-MgBetaVirtualEventSession -InputObject [-WatermarkProtection ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -95,7 +95,7 @@ Update-MgBetaVirtualEventSession -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -649,6 +649,33 @@ AcceptedValues: [] HelpMessage: '' ``` +### -Capacity + +Represents the expected number of attendees for town hall session. + +```yaml +Type: System.Int32 +DefaultValue: 0 +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: '' +``` + ### -ChatInfo chatInfo @@ -705,6 +732,34 @@ AcceptedValues: [] HelpMessage: '' ``` +### -CloudVideoInteropInfo + +cloudVideoInteropInfo +To construct, see NOTES section for CLOUDVIDEOINTEROPINFO properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphCloudVideoInteropInfo +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. @@ -1608,6 +1663,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. @@ -1687,6 +1746,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. @@ -1741,6 +1804,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. @@ -1784,6 +1852,7 @@ Read-only. [IsEnabledForVideo ]: Indicates whether to apply a watermark to everyone's video feed. [Id ]: The unique identifier for an entity. Read-only. + [Capacity ]: Represents the expected number of attendees for town hall session. [EndDateTime ]: dateTimeTimeZone [(Any) ]: This indicates any property can be added to this object. [DateTime ]: A single point of time in a combined date and time representation ({date}T{time}). @@ -1849,6 +1918,12 @@ CHATRESTRICTIONS ``: chatRestrictions [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 ]: + ENDDATETIME ``: dateTimeTimeZone [(Any) ]: This indicates any property can be added to this object. [DateTime ]: A single point of time in a combined date and time representation ({date}T{time}). @@ -1954,6 +2029,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. @@ -2002,6 +2081,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. @@ -2042,6 +2126,7 @@ Read-only. [IsEnabledForVideo ]: Indicates whether to apply a watermark to everyone's video feed. [Id ]: The unique identifier for an entity. Read-only. + [Capacity ]: Represents the expected number of attendees for town hall session. [EndDateTime ]: dateTimeTimeZone [(Any) ]: This indicates any property can be added to this object. [DateTime ]: A single point of time in a combined date and time representation ({date}T{time}). @@ -2145,6 +2230,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 [Identity ]: identity [(Any) ]: This indicates any property can be added to this object. @@ -2193,6 +2282,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. @@ -2236,6 +2330,7 @@ Read-only. [IsEnabledForVideo ]: Indicates whether to apply a watermark to everyone's video feed. [Id ]: The unique identifier for an entity. Read-only. + [Capacity ]: Represents the expected number of attendees for town hall session. [EndDateTime ]: dateTimeTimeZone [(Any) ]: This indicates any property can be added to this object. [DateTime ]: A single point of time in a combined date and time representation ({date}T{time}). diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Update-MgBetaVirtualEventSessionAttendanceReport.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Update-MgBetaVirtualEventSessionAttendanceReport.md index c0d0398e87a92..803c120f592c3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Update-MgBetaVirtualEventSessionAttendanceReport.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Update-MgBetaVirtualEventSessionAttendanceReport.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/update-mgbetavirtualeventsessionattendancereport Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaVirtualEventSessionAttendanceReport --- @@ -30,7 +30,7 @@ Update-MgBetaVirtualEventSessionAttendanceReport -MeetingAttendanceReportId ] [-MeetingStartDateTime ] [-TotalParticipantCount ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -41,7 +41,7 @@ Update-MgBetaVirtualEventSessionAttendanceReport -MeetingAttendanceReportId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -54,7 +54,7 @@ Update-MgBetaVirtualEventSessionAttendanceReport -InputObject ] [-MeetingStartDateTime ] [-TotalParticipantCount ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -64,7 +64,7 @@ Update-MgBetaVirtualEventSessionAttendanceReport -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -669,6 +669,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. @@ -705,6 +709,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. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Update-MgBetaVirtualEventSessionAttendanceReportAttendanceRecord.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Update-MgBetaVirtualEventSessionAttendanceReportAttendanceRecord.md index c6361acbcd77b..6b61470793e1d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Update-MgBetaVirtualEventSessionAttendanceReportAttendanceRecord.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Update-MgBetaVirtualEventSessionAttendanceReportAttendanceRecord.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/update-mgbetavirtualeventsessionattendancereportattendancerecord Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaVirtualEventSessionAttendanceReportAttendanceRecord --- @@ -27,12 +27,13 @@ Update-MgBetaVirtualEventSessionAttendanceReportAttendanceRecord -AttendanceReco -MeetingAttendanceReportId -VirtualEventId -VirtualEventSessionId [-ResponseHeadersVariable ] [-AdditionalProperties ] [-AttendanceIntervals ] [-EmailAddress ] + [-Engagements ] [-ExternalRegistrationInformation ] [-Id ] [-Identity ] [-RegistrantId ] [-RegistrationId ] [-Role ] [-TotalAttendanceInSeconds ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -43,7 +44,7 @@ Update-MgBetaVirtualEventSessionAttendanceReportAttendanceRecord -AttendanceReco -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -52,12 +53,13 @@ Update-MgBetaVirtualEventSessionAttendanceReportAttendanceRecord -AttendanceReco Update-MgBetaVirtualEventSessionAttendanceReportAttendanceRecord -InputObject [-ResponseHeadersVariable ] [-AdditionalProperties ] [-AttendanceIntervals ] [-EmailAddress ] + [-Engagements ] [-ExternalRegistrationInformation ] [-Id ] [-Identity ] [-RegistrantId ] [-RegistrationId ] [-Role ] [-TotalAttendanceInSeconds ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -67,7 +69,7 @@ Update-MgBetaVirtualEventSessionAttendanceReportAttendanceRecord -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -261,6 +263,34 @@ AcceptedValues: [] HelpMessage: '' ``` +### -Engagements + +The list of real-time participant interaction behaviors during a meeting. +To construct, see NOTES section for ENGAGEMENTS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphMeetingEngagement[] +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: '' +``` + ### -ExternalRegistrationInformation virtualEventExternalRegistrationInformation @@ -784,6 +814,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. @@ -807,6 +841,11 @@ Presents for all participant who has registered for the virtualEventWebinar. The possible values are: None, Attendee, Presenter, and Organizer. [TotalAttendanceInSeconds ]: Total duration of the attendances in seconds. +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. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Update-MgBetaVirtualEventSessionByJoinWebUrl.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Update-MgBetaVirtualEventSessionByJoinWebUrl.md index a2ed3a1cbdfe2..1c9ac0d332acd 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Update-MgBetaVirtualEventSessionByJoinWebUrl.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Update-MgBetaVirtualEventSessionByJoinWebUrl.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/update-mgbetavirtualeventsessionbyjoinweburl Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaVirtualEventSessionByJoinWebUrl --- @@ -29,10 +29,11 @@ Update-MgBetaVirtualEventSessionByJoinWebUrl -JoinWebUrl -VirtualEventI [-AllowedLobbyAdmitters ] [-AllowedPresenters ] [-AnonymizeIdentityForRoles ] [-AttendanceReports ] - [-AudioConferencing ] [-ChatInfo ] - [-ChatRestrictions ] [-EndDateTime ] - [-ExpiryDateTime ] [-Id ] [-IsEndToEndEncryptionEnabled] [-IsEntryExitAnnounced] - [-JoinInformation ] + [-AudioConferencing ] [-Capacity ] + [-ChatInfo ] [-ChatRestrictions ] + [-CloudVideoInteropInfo ] + [-EndDateTime ] [-ExpiryDateTime ] [-Id ] + [-IsEndToEndEncryptionEnabled] [-IsEntryExitAnnounced] [-JoinInformation ] [-JoinMeetingIdSettings ] [-JoinWebUrl1 ] [-LobbyBypassSettings ] [-MeetingOptionsWebUrl ] [-MeetingSpokenLanguageTag ] [-Presenters ] @@ -43,7 +44,6 @@ Update-MgBetaVirtualEventSessionByJoinWebUrl -JoinWebUrl -VirtualEventI [-WatermarkProtection ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -58,10 +58,11 @@ Update-MgBetaVirtualEventSessionByJoinWebUrl -InputObject [- [-AllowedLobbyAdmitters ] [-AllowedPresenters ] [-AnonymizeIdentityForRoles ] [-AttendanceReports ] - [-AudioConferencing ] [-ChatInfo ] - [-ChatRestrictions ] [-EndDateTime ] - [-ExpiryDateTime ] [-Id ] [-IsEndToEndEncryptionEnabled] [-IsEntryExitAnnounced] - [-JoinInformation ] + [-AudioConferencing ] [-Capacity ] + [-ChatInfo ] [-ChatRestrictions ] + [-CloudVideoInteropInfo ] + [-EndDateTime ] [-ExpiryDateTime ] [-Id ] + [-IsEndToEndEncryptionEnabled] [-IsEntryExitAnnounced] [-JoinInformation ] [-JoinMeetingIdSettings ] [-LobbyBypassSettings ] [-MeetingOptionsWebUrl ] [-MeetingSpokenLanguageTag ] [-Presenters ] @@ -72,7 +73,6 @@ Update-MgBetaVirtualEventSessionByJoinWebUrl -InputObject [- [-WatermarkProtection ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -82,7 +82,7 @@ Update-MgBetaVirtualEventSessionByJoinWebUrl -JoinWebUrl -VirtualEventI -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -92,7 +92,7 @@ Update-MgBetaVirtualEventSessionByJoinWebUrl -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -646,6 +646,33 @@ AcceptedValues: [] HelpMessage: '' ``` +### -Capacity + +Represents the expected number of attendees for town hall session. + +```yaml +Type: System.Int32 +DefaultValue: 0 +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: '' +``` + ### -ChatInfo chatInfo @@ -702,6 +729,34 @@ AcceptedValues: [] HelpMessage: '' ``` +### -CloudVideoInteropInfo + +cloudVideoInteropInfo +To construct, see NOTES section for CLOUDVIDEOINTEROPINFO properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphCloudVideoInteropInfo +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. @@ -1605,6 +1660,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. @@ -1684,6 +1743,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. @@ -1738,6 +1801,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. @@ -1781,6 +1849,7 @@ Read-only. [IsEnabledForVideo ]: Indicates whether to apply a watermark to everyone's video feed. [Id ]: The unique identifier for an entity. Read-only. + [Capacity ]: Represents the expected number of attendees for town hall session. [EndDateTime ]: dateTimeTimeZone [(Any) ]: This indicates any property can be added to this object. [DateTime ]: A single point of time in a combined date and time representation ({date}T{time}). @@ -1846,6 +1915,12 @@ CHATRESTRICTIONS ``: chatRestrictions [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 ]: + ENDDATETIME ``: dateTimeTimeZone [(Any) ]: This indicates any property can be added to this object. [DateTime ]: A single point of time in a combined date and time representation ({date}T{time}). @@ -1951,6 +2026,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. @@ -1999,6 +2078,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. @@ -2039,6 +2123,7 @@ Read-only. [IsEnabledForVideo ]: Indicates whether to apply a watermark to everyone's video feed. [Id ]: The unique identifier for an entity. Read-only. + [Capacity ]: Represents the expected number of attendees for town hall session. [EndDateTime ]: dateTimeTimeZone [(Any) ]: This indicates any property can be added to this object. [DateTime ]: A single point of time in a combined date and time representation ({date}T{time}). @@ -2142,6 +2227,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 [Identity ]: identity [(Any) ]: This indicates any property can be added to this object. @@ -2190,6 +2279,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. @@ -2233,6 +2327,7 @@ Read-only. [IsEnabledForVideo ]: Indicates whether to apply a watermark to everyone's video feed. [Id ]: The unique identifier for an entity. Read-only. + [Capacity ]: Represents the expected number of attendees for town hall session. [EndDateTime ]: dateTimeTimeZone [(Any) ]: This indicates any property can be added to this object. [DateTime ]: A single point of time in a combined date and time representation ({date}T{time}). diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Update-MgBetaVirtualEventTownhall.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Update-MgBetaVirtualEventTownhall.md index afbda41fc7bc6..269c6d90f4f7e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Update-MgBetaVirtualEventTownhall.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Update-MgBetaVirtualEventTownhall.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/update-mgbetavirtualeventtownhall Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaVirtualEventTownhall --- @@ -25,17 +25,19 @@ Update the properties of a virtualEventTownhall object. ``` Update-MgBetaVirtualEventTownhall -VirtualEventTownhallId [-ResponseHeadersVariable ] [-AdditionalProperties ] [-Audience ] - [-CoOrganizers ] + [-Capacity ] [-CoOrganizers ] [-CreatedBy ] [-Description ] [-DisplayName ] [-EndDateTime ] [-ExternalEventInformation ] [-Id ] - [-InvitedAttendees ] [-IsInviteOnly] - [-Presenters ] + [-InvitedAttendees ] [-IsInviteOnly] [-IsRegistrationEnabled] + [-IsRegistrationRequired] [-Presenters ] + [-RegistrationConfiguration ] + [-Registrations ] [-Sessions ] [-Settings ] [-StartDateTime ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -45,7 +47,7 @@ Update-MgBetaVirtualEventTownhall -VirtualEventTownhallId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -53,17 +55,19 @@ Update-MgBetaVirtualEventTownhall -VirtualEventTownhallId ``` Update-MgBetaVirtualEventTownhall -InputObject [-ResponseHeadersVariable ] [-AdditionalProperties ] [-Audience ] - [-CoOrganizers ] + [-Capacity ] [-CoOrganizers ] [-CreatedBy ] [-Description ] [-DisplayName ] [-EndDateTime ] [-ExternalEventInformation ] [-Id ] - [-InvitedAttendees ] [-IsInviteOnly] - [-Presenters ] + [-InvitedAttendees ] [-IsInviteOnly] [-IsRegistrationEnabled] + [-IsRegistrationRequired] [-Presenters ] + [-RegistrationConfiguration ] + [-Registrations ] [-Sessions ] [-Settings ] [-StartDateTime ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -73,7 +77,7 @@ Update-MgBetaVirtualEventTownhall -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -214,6 +218,33 @@ AcceptedValues: [] HelpMessage: '' ``` +### -Capacity + + + +```yaml +Type: System.Int32 +DefaultValue: 0 +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. @@ -557,6 +588,60 @@ HelpMessage: '' Indicates whether the town hall is only open to invited people and groups within your organization. The isInviteOnly property can only be true if the value of the audience property is set to organization. +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +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: '' +``` + +### -IsRegistrationEnabled + + + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +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: '' +``` + +### -IsRegistrationRequired + + + ```yaml Type: System.Management.Automation.SwitchParameter DefaultValue: False @@ -671,6 +756,61 @@ AcceptedValues: [] HelpMessage: '' ``` +### -RegistrationConfiguration + +virtualEventTownhallRegistrationConfiguration + +```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: '' +``` + +### -Registrations + +Registration records of the town hall. +To construct, see NOTES section for REGISTRATIONS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphVirtualEventRegistration[] +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: '' +``` + ### -ResponseHeadersVariable Optional Response Headers Variable. @@ -927,6 +1067,8 @@ Read-only. This association bundles all the information (both supported and not supported in virtualEvent) into one virtual event object. Optional. If set, the maximum supported length is 256 characters. + [IsRegistrationEnabled ]: + [IsRegistrationRequired ]: [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -972,6 +1114,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. @@ -1014,6 +1160,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. @@ -1054,6 +1205,7 @@ Read-only. [IsEnabledForVideo ]: Indicates whether to apply a watermark to everyone's video feed. [Id ]: The unique identifier for an entity. Read-only. + [Capacity ]: Represents the expected number of attendees for town hall session. [EndDateTime ]: dateTimeTimeZone [Presenters ]: [Registrations ]: @@ -1097,6 +1249,7 @@ Only appears when the registrant is registered in Microsoft Entra ID. [Id ]: The unique identifier for an entity. Read-only. [Audience ]: meetingAudience + [Capacity ]: [CoOrganizers ]: Identity information of the coorganizers of the town hall. [DisplayName ]: The display name of the identity. For drive items, the display name might not always be available or up to date. @@ -1108,6 +1261,21 @@ For example, in the access reviews decisions API, this property might record the The supported identities are: communicationsUserIdentity and communicationsGuestIdentity. [IsInviteOnly ]: Indicates whether the town hall is only open to invited people and groups within your organization. The isInviteOnly property can only be true if the value of the audience property is set to organization. + [RegistrationConfiguration ]: virtualEventTownhallRegistrationConfiguration + [(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. + [DisplayName ]: Display name of the registration question. + [IsRequired ]: Indicates whether an answer to the question is required. +The default value is false. + [RegistrationWebUrl ]: Registration URL of the virtual event. + [Id ]: The unique identifier for an entity. +Read-only. + [Registrations ]: Registration records of the town hall. COORGANIZERS : Identity information of the coorganizers of the town hall. [DisplayName ]: The display name of the identity. @@ -1242,6 +1410,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. @@ -1290,6 +1462,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. @@ -1330,6 +1507,7 @@ Read-only. [IsEnabledForVideo ]: Indicates whether to apply a watermark to everyone's video feed. [Id ]: The unique identifier for an entity. Read-only. + [Capacity ]: Represents the expected number of attendees for town hall session. [EndDateTime ]: dateTimeTimeZone [(Any) ]: This indicates any property can be added to this object. [DateTime ]: A single point of time in a combined date and time representation ({date}T{time}). @@ -1370,6 +1548,198 @@ Only appears when the registrant is registered in Microsoft Entra ID. [StartDateTime ]: dateTimeTimeZone [VideoOnDemandWebUrl ]: The URL of the video on demand (VOD) for Microsoft Teams events that allows webinar and town hall organizers to quickly publish and share event recordings. +REGISTRATIONS : Registration records of the town hall. + [Id ]: The unique identifier for an entity. +Read-only. + [CancelationDateTime ]: Date and time when the registrant cancels their registration for the virtual event. +Only appears when applicable. +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. + [Email ]: Email address of the registrant. + [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. +Optional. + [RegistrationId ]: The identifier for a virtualEventExternalRegistrationInformation object. +Optional. +If set, the maximum supported length is 256 characters. + [FirstName ]: First name of the registrant. + [LastName ]: Last name of the registrant. + [PreferredLanguage ]: The registrant's preferred language. + [PreferredTimezone ]: The registrant's time zone details. + [RegistrantVideoOnDemandWebUrl ]: + [RegistrationDateTime ]: Date and time when the registrant registers for the virtual event. +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. + [RegistrationQuestionAnswers ]: The registrant's answer to the registration questions. + [BooleanValue ]: Boolean answer to the virtualEventRegistrationCustomQuestion. +Only appears when answerInputType is boolean. + [DisplayName ]: Display name of the registration question. + [MultiChoiceValues ]: A collection of text answers to the virtualEventRegistrationCustomQuestion. +Only appears when answerInputType is multiChoice. + [QuestionId ]: The identifier of either a virtualEventRegistrationCustomQuestion or a virtualEventRegistrationPredefinedQuestion. + [Value ]: Text answer to the virtualEventRegistrationCustomQuestion or the virtualEventRegistrationPredefinedQuestion. +Appears when answerInputType is text, multilineText or singleChoice. + [Sessions ]: Sessions for a registration. + [AllowAttendeeToEnableCamera ]: Indicates whether attendees can turn on their camera. + [AllowAttendeeToEnableMic ]: Indicates whether attendees can turn on their microphone. + [AllowBreakoutRooms ]: Indicates whether breakout rooms are enabled for the meeting. + [AllowCopyingAndSharingMeetingContent ]: Indicates whether copying and sharing meeting content is enabled for the meeting. + [AllowLiveShare ]: meetingLiveShareOptions + [AllowMeetingChat ]: meetingChatMode + [AllowParticipantsToChangeName ]: Specifies if participants are allowed to rename themselves in an instance of the meeting. + [AllowPowerPointSharing ]: Indicates whether PowerPoint live is enabled for the meeting. + [AllowRecording ]: Indicates whether recording is enabled for the meeting. + [AllowTeamworkReactions ]: Indicates if Teams reactions are enabled for the meeting. + [AllowTranscription ]: Indicates whether transcription is enabled for the meeting. + [AllowWhiteboard ]: Indicates whether whiteboard is enabled for the meeting. + [AllowedLobbyAdmitters ]: allowedLobbyAdmitterRoles + [AllowedPresenters ]: onlineMeetingPresenters + [AnonymizeIdentityForRoles ]: Specifies whose identity is anonymized in the meeting. +The possible values are: attendee. +The attendee value can't be removed through a PATCH operation once added. + [AttendanceReports ]: The attendance reports of an online meeting. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [AttendanceRecords ]: List of attendance records of an attendance report. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [AttendanceIntervals ]: List of time periods between joining and leaving a meeting. + [DurationInSeconds ]: Duration of the meeting interval in seconds; that is, the difference between joinDateTime and leaveDateTime. + [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 + [Identity ]: identity + [(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. + [RegistrantId ]: Unique identifier of a meetingRegistrant. +Presents when the participant has registered for the meeting. +(deprecated) + [RegistrationId ]: Unique identifier of a virtualEventRegistration. +Presents for all participant who has registered for the virtualEventWebinar. + [Role ]: Role of the attendee. +The possible values are: None, Attendee, Presenter, and Organizer. + [TotalAttendanceInSeconds ]: Total duration of the attendances in seconds. + [ExternalEventInformation ]: The external information of a virtual event. +Returned only for event organizers or coorganizers. +Read-only. + [ApplicationId ]: Identifier of the application that hosts the externalEventId. +Read-only. + [ExternalEventId ]: The identifier for a virtualEventExternalInformation object that associates the virtual event with an event ID in an external application. +This association bundles all the information (both supported and not supported in virtualEvent) into one virtual event object. +Optional. +If set, the maximum supported length is 256 characters. + [MeetingEndDateTime ]: UTC time when the meeting ended. +Read-only. + [MeetingStartDateTime ]: UTC time when the meeting started. +Read-only. + [TotalParticipantCount ]: Total number of participants. +Read-only. + [AudioConferencing ]: audioConferencing + [(Any) ]: This indicates any property can be added to this object. + [ConferenceId ]: The conference id of the online meeting. + [DialinUrl ]: A URL to the externally-accessible web page that contains dial-in information. + [TollFreeNumber ]: The toll-free number that connects to the Audio Conference Provider. + [TollFreeNumbers ]: List of toll-free numbers that are displayed in the meeting invite. + [TollNumber ]: The toll number that connects to the Audio Conference Provider. + [TollNumbers ]: List of toll numbers that are displayed in the meeting invite. + [ChatInfo ]: chatInfo + [(Any) ]: This indicates any property can be added to this object. + [MessageId ]: The unique identifier for a message in a Microsoft Teams channel. + [ReplyChainMessageId ]: The ID of the reply message. + [ThreadId ]: The unique identifier for a thread in Microsoft Teams. + [ChatRestrictions ]: chatRestrictions + [(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. + [IsEndToEndEncryptionEnabled ]: Indicates whether end-to-end encryption (E2EE) is enabled for the online meeting. + [IsEntryExitAnnounced ]: Indicates whether to announce when callers join or leave. + [JoinInformation ]: itemBody + [(Any) ]: This indicates any property can be added to this object. + [Content ]: The content of the item. + [ContentType ]: bodyType + [JoinMeetingIdSettings ]: joinMeetingIdSettings + [(Any) ]: This indicates any property can be added to this object. + [IsPasscodeRequired ]: Indicates whether a passcode is required to join a meeting when using joinMeetingId. +Optional. + [JoinMeetingId ]: The meeting ID to be used to join a meeting. +Optional. +Read-only. + [Passcode ]: The passcode to join a meeting. + Optional. +Read-only. + [JoinWebUrl ]: The join URL of the online meeting. +Read-only. + [LobbyBypassSettings ]: lobbyBypassSettings + [(Any) ]: This indicates any property can be added to this object. + [IsDialInBypassEnabled ]: Specifies whether or not to always let dial-in callers bypass the lobby. +Optional. + [Scope ]: lobbyBypassScope + [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. +This link allows only the organizer to configure meeting settings. + [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [RecordAutomatically ]: Indicates whether to record the meeting automatically. + [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment + [(Any) ]: This indicates any property can be added to this object. + [SensitivityLabelId ]: Id of the sensitivity label that is applied to the Teams meeting. + [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode + [Subject ]: The subject of the online meeting. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. + [WatermarkProtection ]: watermarkProtectionValues + [(Any) ]: This indicates any property can be added to this object. + [IsEnabledForContentSharing ]: Indicates whether to apply a watermark to any shared content. + [IsEnabledForVideo ]: Indicates whether to apply a watermark to everyone's video feed. + [Id ]: The unique identifier for an entity. +Read-only. + [Capacity ]: Represents the expected number of attendees for town hall session. + [EndDateTime ]: dateTimeTimeZone + [(Any) ]: This indicates any property can be added to this object. + [DateTime ]: A single point of time in a combined date and time representation ({date}T{time}). +For example, '2019-04-16T09:00:00'. + [TimeZone ]: Represents a time zone, for example, 'Pacific Standard Time'. +See below for possible values. + [Presenters ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Email ]: Email address of the presenter. + [Identity ]: identity + [PresenterDetails ]: virtualEventPresenterDetails + [(Any) ]: This indicates any property can be added to this object. + [Bio ]: itemBody + [Company ]: The presenter's company name. + [JobTitle ]: The presenter's job title. + [LinkedInProfileWebUrl ]: The presenter's LinkedIn profile URL. + [PersonalSiteWebUrl ]: The presenter's personal website URL. + [Photo ]: The content stream of the presenter's photo. + [TwitterProfileWebUrl ]: The presenter's Twitter profile URL. + [Sessions ]: + [Registrations ]: + [StartDateTime ]: dateTimeTimeZone + [VideoOnDemandWebUrl ]: The URL of the video on demand (VOD) for Microsoft Teams events that allows webinar and town hall organizers to quickly publish and share event recordings. + [Status ]: virtualEventAttendeeRegistrationStatus + [UserId ]: The registrant's ID in Microsoft Entra ID. +Only appears when the registrant is registered in Microsoft Entra ID. + SESSIONS : The sessions for the virtual event. [AllowAttendeeToEnableCamera ]: Indicates whether attendees can turn on their camera. [AllowAttendeeToEnableMic ]: Indicates whether attendees can turn on their microphone. @@ -1401,6 +1771,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. @@ -1455,6 +1829,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. @@ -1498,6 +1877,7 @@ Read-only. [IsEnabledForVideo ]: Indicates whether to apply a watermark to everyone's video feed. [Id ]: The unique identifier for an entity. Read-only. + [Capacity ]: Represents the expected number of attendees for town hall session. [EndDateTime ]: dateTimeTimeZone [(Any) ]: This indicates any property can be added to this object. [DateTime ]: A single point of time in a combined date and time representation ({date}T{time}). diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Update-MgBetaVirtualEventTownhallPresenter.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Update-MgBetaVirtualEventTownhallPresenter.md index 0e57f2e893779..6f0b4362703a5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Update-MgBetaVirtualEventTownhallPresenter.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Update-MgBetaVirtualEventTownhallPresenter.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/update-mgbetavirtualeventtownhallpresenter Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaVirtualEventTownhallPresenter --- @@ -31,7 +31,6 @@ Update-MgBetaVirtualEventTownhallPresenter -VirtualEventPresenterId [-Sessions ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -42,7 +41,6 @@ Update-MgBetaVirtualEventTownhallPresenter -VirtualEventPresenterId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -55,7 +53,6 @@ Update-MgBetaVirtualEventTownhallPresenter -InputObject [-Sessions ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -65,7 +62,7 @@ Update-MgBetaVirtualEventTownhallPresenter -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -657,6 +654,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. @@ -705,6 +706,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. @@ -745,6 +751,7 @@ Read-only. [IsEnabledForVideo ]: Indicates whether to apply a watermark to everyone's video feed. [Id ]: The unique identifier for an entity. Read-only. + [Capacity ]: Represents the expected number of attendees for town hall session. [EndDateTime ]: dateTimeTimeZone [(Any) ]: This indicates any property can be added to this object. [DateTime ]: A single point of time in a combined date and time representation ({date}T{time}). @@ -859,6 +866,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. @@ -913,6 +924,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. @@ -956,6 +972,7 @@ Read-only. [IsEnabledForVideo ]: Indicates whether to apply a watermark to everyone's video feed. [Id ]: The unique identifier for an entity. Read-only. + [Capacity ]: Represents the expected number of attendees for town hall session. [EndDateTime ]: dateTimeTimeZone [(Any) ]: This indicates any property can be added to this object. [DateTime ]: A single point of time in a combined date and time representation ({date}T{time}). diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Update-MgBetaVirtualEventTownhallRegistration.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Update-MgBetaVirtualEventTownhallRegistration.md new file mode 100644 index 0000000000000..ef719c241f61d --- /dev/null +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Update-MgBetaVirtualEventTownhallRegistration.md @@ -0,0 +1,1308 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.Beta.Bookings-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/update-mgbetavirtualeventtownhallregistration +Locale: en-US +Module Name: Microsoft.Graph.Beta.Bookings +ms.date: 07/10/2026 +PlatyPS schema version: 2024-05-01 +title: Update-MgBetaVirtualEventTownhallRegistration +--- + +# Update-MgBetaVirtualEventTownhallRegistration + +## SYNOPSIS + +Update the navigation property registrations in solutions + +## SYNTAX + +### UpdateExpanded (Default) + +``` +Update-MgBetaVirtualEventTownhallRegistration -VirtualEventRegistrationId + -VirtualEventTownhallId [-ResponseHeadersVariable ] + [-AdditionalProperties ] [-CancelationDateTime ] [-Email ] + [-ExternalRegistrationInformation ] + [-FirstName ] [-Id ] [-LastName ] [-PreferredLanguage ] + [-PreferredTimezone ] [-RegistrantVideoOnDemandWebUrl ] + [-RegistrationDateTime ] + [-RegistrationQuestionAnswers ] + [-Sessions ] [-Status ] [-UserId ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +### Update + +``` +Update-MgBetaVirtualEventTownhallRegistration -VirtualEventRegistrationId + -VirtualEventTownhallId -BodyParameter + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +### UpdateViaIdentityExpanded + +``` +Update-MgBetaVirtualEventTownhallRegistration -InputObject + [-ResponseHeadersVariable ] [-AdditionalProperties ] + [-CancelationDateTime ] [-Email ] + [-ExternalRegistrationInformation ] + [-FirstName ] [-Id ] [-LastName ] [-PreferredLanguage ] + [-PreferredTimezone ] [-RegistrantVideoOnDemandWebUrl ] + [-RegistrationDateTime ] + [-RegistrationQuestionAnswers ] + [-Sessions ] [-Status ] [-UserId ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +### UpdateViaIdentity + +``` +Update-MgBetaVirtualEventTownhallRegistration -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 registrations in solutions + +## 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 + +virtualEventRegistration +To construct, see NOTES section for BODYPARAMETER properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphVirtualEventRegistration +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: '' +``` + +### -CancelationDateTime + +Date and time when the registrant cancels their registration for the virtual event. +Only appears when applicable. +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. + +```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: '' +``` + +### -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: '' +``` + +### -Email + +Email address of the registrant. + +```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: '' +``` + +### -ExternalRegistrationInformation + +virtualEventExternalRegistrationInformation +To construct, see NOTES section for EXTERNALREGISTRATIONINFORMATION properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphVirtualEventExternalRegistrationInformation +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: '' +``` + +### -FirstName + +First name of the registrant. + +```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: '' +``` + +### -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: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IBookingsIdentity +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: '' +``` + +### -LastName + +Last name of the registrant. + +```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: '' +``` + +### -PreferredLanguage + +The registrant's preferred language. + +```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: '' +``` + +### -PreferredTimezone + +The registrant's time zone details. + +```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: '' +``` + +### -RegistrantVideoOnDemandWebUrl + + + +```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: '' +``` + +### -RegistrationDateTime + +Date and time when the registrant registers for the virtual event. +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. + +```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: '' +``` + +### -RegistrationQuestionAnswers + +The registrant's answer to the registration questions. +To construct, see NOTES section for REGISTRATIONQUESTIONANSWERS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphVirtualEventRegistrationQuestionAnswer[] +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: '' +``` + +### -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: '' +``` + +### -Sessions + +Sessions for a registration. +To construct, see NOTES section for SESSIONS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphVirtualEventSession[] +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: '' +``` + +### -Status + +virtualEventAttendeeRegistrationStatus + +```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: '' +``` + +### -UserId + +The registrant's ID in Microsoft Entra ID. +Only appears when the registrant is registered in Microsoft Entra ID. + +```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: '' +``` + +### -VirtualEventRegistrationId + +The unique identifier of virtualEventRegistration + +```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: '' +``` + +### -VirtualEventTownhallId + +The unique identifier of virtualEventTownhall + +```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: '' +``` + +### -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.IBookingsIdentity + +{{ Fill in the Description }} + +### Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphVirtualEventRegistration + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphVirtualEventRegistration + +{{ 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 ``: virtualEventRegistration + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [CancelationDateTime ]: Date and time when the registrant cancels their registration for the virtual event. +Only appears when applicable. +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. + [Email ]: Email address of the registrant. + [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. +Optional. + [RegistrationId ]: The identifier for a virtualEventExternalRegistrationInformation object. +Optional. +If set, the maximum supported length is 256 characters. + [FirstName ]: First name of the registrant. + [LastName ]: Last name of the registrant. + [PreferredLanguage ]: The registrant's preferred language. + [PreferredTimezone ]: The registrant's time zone details. + [RegistrantVideoOnDemandWebUrl ]: + [RegistrationDateTime ]: Date and time when the registrant registers for the virtual event. +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. + [RegistrationQuestionAnswers ]: The registrant's answer to the registration questions. + [BooleanValue ]: Boolean answer to the virtualEventRegistrationCustomQuestion. +Only appears when answerInputType is boolean. + [DisplayName ]: Display name of the registration question. + [MultiChoiceValues ]: A collection of text answers to the virtualEventRegistrationCustomQuestion. +Only appears when answerInputType is multiChoice. + [QuestionId ]: The identifier of either a virtualEventRegistrationCustomQuestion or a virtualEventRegistrationPredefinedQuestion. + [Value ]: Text answer to the virtualEventRegistrationCustomQuestion or the virtualEventRegistrationPredefinedQuestion. +Appears when answerInputType is text, multilineText or singleChoice. + [Sessions ]: Sessions for a registration. + [AllowAttendeeToEnableCamera ]: Indicates whether attendees can turn on their camera. + [AllowAttendeeToEnableMic ]: Indicates whether attendees can turn on their microphone. + [AllowBreakoutRooms ]: Indicates whether breakout rooms are enabled for the meeting. + [AllowCopyingAndSharingMeetingContent ]: Indicates whether copying and sharing meeting content is enabled for the meeting. + [AllowLiveShare ]: meetingLiveShareOptions + [AllowMeetingChat ]: meetingChatMode + [AllowParticipantsToChangeName ]: Specifies if participants are allowed to rename themselves in an instance of the meeting. + [AllowPowerPointSharing ]: Indicates whether PowerPoint live is enabled for the meeting. + [AllowRecording ]: Indicates whether recording is enabled for the meeting. + [AllowTeamworkReactions ]: Indicates if Teams reactions are enabled for the meeting. + [AllowTranscription ]: Indicates whether transcription is enabled for the meeting. + [AllowWhiteboard ]: Indicates whether whiteboard is enabled for the meeting. + [AllowedLobbyAdmitters ]: allowedLobbyAdmitterRoles + [AllowedPresenters ]: onlineMeetingPresenters + [AnonymizeIdentityForRoles ]: Specifies whose identity is anonymized in the meeting. +The possible values are: attendee. +The attendee value can't be removed through a PATCH operation once added. + [AttendanceReports ]: The attendance reports of an online meeting. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [AttendanceRecords ]: List of attendance records of an attendance report. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [AttendanceIntervals ]: List of time periods between joining and leaving a meeting. + [DurationInSeconds ]: Duration of the meeting interval in seconds; that is, the difference between joinDateTime and leaveDateTime. + [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 + [Identity ]: identity + [(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. + [RegistrantId ]: Unique identifier of a meetingRegistrant. +Presents when the participant has registered for the meeting. +(deprecated) + [RegistrationId ]: Unique identifier of a virtualEventRegistration. +Presents for all participant who has registered for the virtualEventWebinar. + [Role ]: Role of the attendee. +The possible values are: None, Attendee, Presenter, and Organizer. + [TotalAttendanceInSeconds ]: Total duration of the attendances in seconds. + [ExternalEventInformation ]: The external information of a virtual event. +Returned only for event organizers or coorganizers. +Read-only. + [ApplicationId ]: Identifier of the application that hosts the externalEventId. +Read-only. + [ExternalEventId ]: The identifier for a virtualEventExternalInformation object that associates the virtual event with an event ID in an external application. +This association bundles all the information (both supported and not supported in virtualEvent) into one virtual event object. +Optional. +If set, the maximum supported length is 256 characters. + [MeetingEndDateTime ]: UTC time when the meeting ended. +Read-only. + [MeetingStartDateTime ]: UTC time when the meeting started. +Read-only. + [TotalParticipantCount ]: Total number of participants. +Read-only. + [AudioConferencing ]: audioConferencing + [(Any) ]: This indicates any property can be added to this object. + [ConferenceId ]: The conference id of the online meeting. + [DialinUrl ]: A URL to the externally-accessible web page that contains dial-in information. + [TollFreeNumber ]: The toll-free number that connects to the Audio Conference Provider. + [TollFreeNumbers ]: List of toll-free numbers that are displayed in the meeting invite. + [TollNumber ]: The toll number that connects to the Audio Conference Provider. + [TollNumbers ]: List of toll numbers that are displayed in the meeting invite. + [ChatInfo ]: chatInfo + [(Any) ]: This indicates any property can be added to this object. + [MessageId ]: The unique identifier for a message in a Microsoft Teams channel. + [ReplyChainMessageId ]: The ID of the reply message. + [ThreadId ]: The unique identifier for a thread in Microsoft Teams. + [ChatRestrictions ]: chatRestrictions + [(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. + [IsEndToEndEncryptionEnabled ]: Indicates whether end-to-end encryption (E2EE) is enabled for the online meeting. + [IsEntryExitAnnounced ]: Indicates whether to announce when callers join or leave. + [JoinInformation ]: itemBody + [(Any) ]: This indicates any property can be added to this object. + [Content ]: The content of the item. + [ContentType ]: bodyType + [JoinMeetingIdSettings ]: joinMeetingIdSettings + [(Any) ]: This indicates any property can be added to this object. + [IsPasscodeRequired ]: Indicates whether a passcode is required to join a meeting when using joinMeetingId. +Optional. + [JoinMeetingId ]: The meeting ID to be used to join a meeting. +Optional. +Read-only. + [Passcode ]: The passcode to join a meeting. + Optional. +Read-only. + [JoinWebUrl ]: The join URL of the online meeting. +Read-only. + [LobbyBypassSettings ]: lobbyBypassSettings + [(Any) ]: This indicates any property can be added to this object. + [IsDialInBypassEnabled ]: Specifies whether or not to always let dial-in callers bypass the lobby. +Optional. + [Scope ]: lobbyBypassScope + [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. +This link allows only the organizer to configure meeting settings. + [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [RecordAutomatically ]: Indicates whether to record the meeting automatically. + [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment + [(Any) ]: This indicates any property can be added to this object. + [SensitivityLabelId ]: Id of the sensitivity label that is applied to the Teams meeting. + [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode + [Subject ]: The subject of the online meeting. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. + [WatermarkProtection ]: watermarkProtectionValues + [(Any) ]: This indicates any property can be added to this object. + [IsEnabledForContentSharing ]: Indicates whether to apply a watermark to any shared content. + [IsEnabledForVideo ]: Indicates whether to apply a watermark to everyone's video feed. + [Id ]: The unique identifier for an entity. +Read-only. + [Capacity ]: Represents the expected number of attendees for town hall session. + [EndDateTime ]: dateTimeTimeZone + [(Any) ]: This indicates any property can be added to this object. + [DateTime ]: A single point of time in a combined date and time representation ({date}T{time}). +For example, '2019-04-16T09:00:00'. + [TimeZone ]: Represents a time zone, for example, 'Pacific Standard Time'. +See below for possible values. + [Presenters ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Email ]: Email address of the presenter. + [Identity ]: identity + [PresenterDetails ]: virtualEventPresenterDetails + [(Any) ]: This indicates any property can be added to this object. + [Bio ]: itemBody + [Company ]: The presenter's company name. + [JobTitle ]: The presenter's job title. + [LinkedInProfileWebUrl ]: The presenter's LinkedIn profile URL. + [PersonalSiteWebUrl ]: The presenter's personal website URL. + [Photo ]: The content stream of the presenter's photo. + [TwitterProfileWebUrl ]: The presenter's Twitter profile URL. + [Sessions ]: + [Registrations ]: + [StartDateTime ]: dateTimeTimeZone + [VideoOnDemandWebUrl ]: The URL of the video on demand (VOD) for Microsoft Teams events that allows webinar and town hall organizers to quickly publish and share event recordings. + [Status ]: virtualEventAttendeeRegistrationStatus + [UserId ]: The registrant's ID in Microsoft Entra ID. +Only appears when the registrant is registered in Microsoft Entra ID. + +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. +Optional. + [RegistrationId ]: The identifier for a virtualEventExternalRegistrationInformation object. +Optional. +If set, the maximum supported length is 256 characters. + +INPUTOBJECT ``: Identity Parameter + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [BookingAppointmentId ]: The unique identifier of bookingAppointment + [BookingBusinessId ]: The unique identifier of bookingBusiness + [BookingCurrencyId ]: The unique identifier of bookingCurrency + [BookingCustomQuestionId ]: The unique identifier of bookingCustomQuestion + [BookingCustomerId ]: The unique identifier of bookingCustomer + [BookingServiceId ]: The unique identifier of bookingService + [BookingStaffMemberId ]: The unique identifier of bookingStaffMember + [Email ]: Alternate key of virtualEventRegistration + [JoinWebUrl ]: Alternate key of virtualEventSession + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [Role ]: Usage: role='{role}' + [UserId ]: Alternate key of virtualEventRegistration + [VirtualEventId ]: The unique identifier of virtualEvent + [VirtualEventPresenterId ]: The unique identifier of virtualEventPresenter + [VirtualEventRegistrationId ]: The unique identifier of virtualEventRegistration + [VirtualEventRegistrationQuestionBaseId ]: The unique identifier of virtualEventRegistrationQuestionBase + [VirtualEventSessionId ]: The unique identifier of virtualEventSession + [VirtualEventTownhallId ]: The unique identifier of virtualEventTownhall + [VirtualEventWebinarId ]: The unique identifier of virtualEventWebinar + +REGISTRATIONQUESTIONANSWERS : The registrant's answer to the registration questions. + [BooleanValue ]: Boolean answer to the virtualEventRegistrationCustomQuestion. +Only appears when answerInputType is boolean. + [DisplayName ]: Display name of the registration question. + [MultiChoiceValues ]: A collection of text answers to the virtualEventRegistrationCustomQuestion. +Only appears when answerInputType is multiChoice. + [QuestionId ]: The identifier of either a virtualEventRegistrationCustomQuestion or a virtualEventRegistrationPredefinedQuestion. + [Value ]: Text answer to the virtualEventRegistrationCustomQuestion or the virtualEventRegistrationPredefinedQuestion. +Appears when answerInputType is text, multilineText or singleChoice. + +SESSIONS : Sessions for a registration. + [AllowAttendeeToEnableCamera ]: Indicates whether attendees can turn on their camera. + [AllowAttendeeToEnableMic ]: Indicates whether attendees can turn on their microphone. + [AllowBreakoutRooms ]: Indicates whether breakout rooms are enabled for the meeting. + [AllowCopyingAndSharingMeetingContent ]: Indicates whether copying and sharing meeting content is enabled for the meeting. + [AllowLiveShare ]: meetingLiveShareOptions + [AllowMeetingChat ]: meetingChatMode + [AllowParticipantsToChangeName ]: Specifies if participants are allowed to rename themselves in an instance of the meeting. + [AllowPowerPointSharing ]: Indicates whether PowerPoint live is enabled for the meeting. + [AllowRecording ]: Indicates whether recording is enabled for the meeting. + [AllowTeamworkReactions ]: Indicates if Teams reactions are enabled for the meeting. + [AllowTranscription ]: Indicates whether transcription is enabled for the meeting. + [AllowWhiteboard ]: Indicates whether whiteboard is enabled for the meeting. + [AllowedLobbyAdmitters ]: allowedLobbyAdmitterRoles + [AllowedPresenters ]: onlineMeetingPresenters + [AnonymizeIdentityForRoles ]: Specifies whose identity is anonymized in the meeting. +The possible values are: attendee. +The attendee value can't be removed through a PATCH operation once added. + [AttendanceReports ]: The attendance reports of an online meeting. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [AttendanceRecords ]: List of attendance records of an attendance report. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [AttendanceIntervals ]: List of time periods between joining and leaving a meeting. + [DurationInSeconds ]: Duration of the meeting interval in seconds; that is, the difference between joinDateTime and leaveDateTime. + [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. +Optional. + [RegistrationId ]: The identifier for a virtualEventExternalRegistrationInformation object. +Optional. +If set, the maximum supported length is 256 characters. + [Identity ]: identity + [(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. + [RegistrantId ]: Unique identifier of a meetingRegistrant. +Presents when the participant has registered for the meeting. +(deprecated) + [RegistrationId ]: Unique identifier of a virtualEventRegistration. +Presents for all participant who has registered for the virtualEventWebinar. + [Role ]: Role of the attendee. +The possible values are: None, Attendee, Presenter, and Organizer. + [TotalAttendanceInSeconds ]: Total duration of the attendances in seconds. + [ExternalEventInformation ]: The external information of a virtual event. +Returned only for event organizers or coorganizers. +Read-only. + [ApplicationId ]: Identifier of the application that hosts the externalEventId. +Read-only. + [ExternalEventId ]: The identifier for a virtualEventExternalInformation object that associates the virtual event with an event ID in an external application. +This association bundles all the information (both supported and not supported in virtualEvent) into one virtual event object. +Optional. +If set, the maximum supported length is 256 characters. + [MeetingEndDateTime ]: UTC time when the meeting ended. +Read-only. + [MeetingStartDateTime ]: UTC time when the meeting started. +Read-only. + [TotalParticipantCount ]: Total number of participants. +Read-only. + [AudioConferencing ]: audioConferencing + [(Any) ]: This indicates any property can be added to this object. + [ConferenceId ]: The conference id of the online meeting. + [DialinUrl ]: A URL to the externally-accessible web page that contains dial-in information. + [TollFreeNumber ]: The toll-free number that connects to the Audio Conference Provider. + [TollFreeNumbers ]: List of toll-free numbers that are displayed in the meeting invite. + [TollNumber ]: The toll number that connects to the Audio Conference Provider. + [TollNumbers ]: List of toll numbers that are displayed in the meeting invite. + [ChatInfo ]: chatInfo + [(Any) ]: This indicates any property can be added to this object. + [MessageId ]: The unique identifier for a message in a Microsoft Teams channel. + [ReplyChainMessageId ]: The ID of the reply message. + [ThreadId ]: The unique identifier for a thread in Microsoft Teams. + [ChatRestrictions ]: chatRestrictions + [(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. + [IsEndToEndEncryptionEnabled ]: Indicates whether end-to-end encryption (E2EE) is enabled for the online meeting. + [IsEntryExitAnnounced ]: Indicates whether to announce when callers join or leave. + [JoinInformation ]: itemBody + [(Any) ]: This indicates any property can be added to this object. + [Content ]: The content of the item. + [ContentType ]: bodyType + [JoinMeetingIdSettings ]: joinMeetingIdSettings + [(Any) ]: This indicates any property can be added to this object. + [IsPasscodeRequired ]: Indicates whether a passcode is required to join a meeting when using joinMeetingId. +Optional. + [JoinMeetingId ]: The meeting ID to be used to join a meeting. +Optional. +Read-only. + [Passcode ]: The passcode to join a meeting. + Optional. +Read-only. + [JoinWebUrl ]: The join URL of the online meeting. +Read-only. + [LobbyBypassSettings ]: lobbyBypassSettings + [(Any) ]: This indicates any property can be added to this object. + [IsDialInBypassEnabled ]: Specifies whether or not to always let dial-in callers bypass the lobby. +Optional. + [Scope ]: lobbyBypassScope + [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. +This link allows only the organizer to configure meeting settings. + [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [RecordAutomatically ]: Indicates whether to record the meeting automatically. + [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment + [(Any) ]: This indicates any property can be added to this object. + [SensitivityLabelId ]: Id of the sensitivity label that is applied to the Teams meeting. + [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode + [Subject ]: The subject of the online meeting. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. + [WatermarkProtection ]: watermarkProtectionValues + [(Any) ]: This indicates any property can be added to this object. + [IsEnabledForContentSharing ]: Indicates whether to apply a watermark to any shared content. + [IsEnabledForVideo ]: Indicates whether to apply a watermark to everyone's video feed. + [Id ]: The unique identifier for an entity. +Read-only. + [Capacity ]: Represents the expected number of attendees for town hall session. + [EndDateTime ]: dateTimeTimeZone + [(Any) ]: This indicates any property can be added to this object. + [DateTime ]: A single point of time in a combined date and time representation ({date}T{time}). +For example, '2019-04-16T09:00:00'. + [TimeZone ]: Represents a time zone, for example, 'Pacific Standard Time'. +See below for possible values. + [Presenters ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Email ]: Email address of the presenter. + [Identity ]: identity + [PresenterDetails ]: virtualEventPresenterDetails + [(Any) ]: This indicates any property can be added to this object. + [Bio ]: itemBody + [Company ]: The presenter's company name. + [JobTitle ]: The presenter's job title. + [LinkedInProfileWebUrl ]: The presenter's LinkedIn profile URL. + [PersonalSiteWebUrl ]: The presenter's personal website URL. + [Photo ]: The content stream of the presenter's photo. + [TwitterProfileWebUrl ]: The presenter's Twitter profile URL. + [Sessions ]: + [Registrations ]: + [Id ]: The unique identifier for an entity. +Read-only. + [CancelationDateTime ]: Date and time when the registrant cancels their registration for the virtual event. +Only appears when applicable. +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. + [Email ]: Email address of the registrant. + [ExternalRegistrationInformation ]: virtualEventExternalRegistrationInformation + [FirstName ]: First name of the registrant. + [LastName ]: Last name of the registrant. + [PreferredLanguage ]: The registrant's preferred language. + [PreferredTimezone ]: The registrant's time zone details. + [RegistrantVideoOnDemandWebUrl ]: + [RegistrationDateTime ]: Date and time when the registrant registers for the virtual event. +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. + [RegistrationQuestionAnswers ]: The registrant's answer to the registration questions. + [BooleanValue ]: Boolean answer to the virtualEventRegistrationCustomQuestion. +Only appears when answerInputType is boolean. + [DisplayName ]: Display name of the registration question. + [MultiChoiceValues ]: A collection of text answers to the virtualEventRegistrationCustomQuestion. +Only appears when answerInputType is multiChoice. + [QuestionId ]: The identifier of either a virtualEventRegistrationCustomQuestion or a virtualEventRegistrationPredefinedQuestion. + [Value ]: Text answer to the virtualEventRegistrationCustomQuestion or the virtualEventRegistrationPredefinedQuestion. +Appears when answerInputType is text, multilineText or singleChoice. + [Sessions ]: Sessions for a registration. + [Status ]: virtualEventAttendeeRegistrationStatus + [UserId ]: The registrant's ID in Microsoft Entra ID. +Only appears when the registrant is registered in Microsoft Entra ID. + [StartDateTime ]: dateTimeTimeZone + [VideoOnDemandWebUrl ]: The URL of the video on demand (VOD) for Microsoft Teams events that allows webinar and town hall organizers to quickly publish and share event recordings. + + +## RELATED LINKS + +- [Update-MgBetaVirtualEventTownhallRegistration](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/update-mgbetavirtualeventtownhallregistration) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Update-MgBetaVirtualEventTownhallRegistrationByEmail.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Update-MgBetaVirtualEventTownhallRegistrationByEmail.md new file mode 100644 index 0000000000000..934938beba725 --- /dev/null +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Update-MgBetaVirtualEventTownhallRegistrationByEmail.md @@ -0,0 +1,1308 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.Beta.Bookings-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/update-mgbetavirtualeventtownhallregistrationbyemail +Locale: en-US +Module Name: Microsoft.Graph.Beta.Bookings +ms.date: 07/10/2026 +PlatyPS schema version: 2024-05-01 +title: Update-MgBetaVirtualEventTownhallRegistrationByEmail +--- + +# Update-MgBetaVirtualEventTownhallRegistrationByEmail + +## SYNOPSIS + +Update the navigation property registrations in solutions + +## SYNTAX + +### UpdateExpanded (Default) + +``` +Update-MgBetaVirtualEventTownhallRegistrationByEmail -Email + -VirtualEventTownhallId [-ResponseHeadersVariable ] + [-AdditionalProperties ] [-CancelationDateTime ] [-Email1 ] + [-ExternalRegistrationInformation ] + [-FirstName ] [-Id ] [-LastName ] [-PreferredLanguage ] + [-PreferredTimezone ] [-RegistrantVideoOnDemandWebUrl ] + [-RegistrationDateTime ] + [-RegistrationQuestionAnswers ] + [-Sessions ] [-Status ] [-UserId ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +### UpdateViaIdentityExpanded + +``` +Update-MgBetaVirtualEventTownhallRegistrationByEmail -InputObject + [-Email ] [-ResponseHeadersVariable ] [-AdditionalProperties ] + [-CancelationDateTime ] + [-ExternalRegistrationInformation ] + [-FirstName ] [-Id ] [-LastName ] [-PreferredLanguage ] + [-PreferredTimezone ] [-RegistrantVideoOnDemandWebUrl ] + [-RegistrationDateTime ] + [-RegistrationQuestionAnswers ] + [-Sessions ] [-Status ] [-UserId ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +### Update + +``` +Update-MgBetaVirtualEventTownhallRegistrationByEmail -Email + -VirtualEventTownhallId -BodyParameter + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +### UpdateViaIdentity + +``` +Update-MgBetaVirtualEventTownhallRegistrationByEmail -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 registrations in solutions + +## 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 + +virtualEventRegistration +To construct, see NOTES section for BODYPARAMETER properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphVirtualEventRegistration +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: '' +``` + +### -CancelationDateTime + +Date and time when the registrant cancels their registration for the virtual event. +Only appears when applicable. +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. + +```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: '' +``` + +### -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: '' +``` + +### -Email + +Alternate key of virtualEventRegistration + +```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: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Update + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Email1 + +Email address of the registrant. + +```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: '' +``` + +### -ExternalRegistrationInformation + +virtualEventExternalRegistrationInformation +To construct, see NOTES section for EXTERNALREGISTRATIONINFORMATION properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphVirtualEventExternalRegistrationInformation +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: '' +``` + +### -FirstName + +First name of the registrant. + +```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: '' +``` + +### -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: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IBookingsIdentity +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: '' +``` + +### -LastName + +Last name of the registrant. + +```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: '' +``` + +### -PreferredLanguage + +The registrant's preferred language. + +```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: '' +``` + +### -PreferredTimezone + +The registrant's time zone details. + +```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: '' +``` + +### -RegistrantVideoOnDemandWebUrl + + + +```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: '' +``` + +### -RegistrationDateTime + +Date and time when the registrant registers for the virtual event. +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. + +```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: '' +``` + +### -RegistrationQuestionAnswers + +The registrant's answer to the registration questions. +To construct, see NOTES section for REGISTRATIONQUESTIONANSWERS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphVirtualEventRegistrationQuestionAnswer[] +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: '' +``` + +### -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: '' +``` + +### -Sessions + +Sessions for a registration. +To construct, see NOTES section for SESSIONS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphVirtualEventSession[] +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: '' +``` + +### -Status + +virtualEventAttendeeRegistrationStatus + +```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: '' +``` + +### -UserId + +The registrant's ID in Microsoft Entra ID. +Only appears when the registrant is registered in Microsoft Entra ID. + +```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: '' +``` + +### -VirtualEventTownhallId + +The unique identifier of virtualEventTownhall + +```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: '' +``` + +### -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.IBookingsIdentity + +{{ Fill in the Description }} + +### Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphVirtualEventRegistration + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphVirtualEventRegistration + +{{ 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 ``: virtualEventRegistration + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [CancelationDateTime ]: Date and time when the registrant cancels their registration for the virtual event. +Only appears when applicable. +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. + [Email ]: Email address of the registrant. + [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. +Optional. + [RegistrationId ]: The identifier for a virtualEventExternalRegistrationInformation object. +Optional. +If set, the maximum supported length is 256 characters. + [FirstName ]: First name of the registrant. + [LastName ]: Last name of the registrant. + [PreferredLanguage ]: The registrant's preferred language. + [PreferredTimezone ]: The registrant's time zone details. + [RegistrantVideoOnDemandWebUrl ]: + [RegistrationDateTime ]: Date and time when the registrant registers for the virtual event. +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. + [RegistrationQuestionAnswers ]: The registrant's answer to the registration questions. + [BooleanValue ]: Boolean answer to the virtualEventRegistrationCustomQuestion. +Only appears when answerInputType is boolean. + [DisplayName ]: Display name of the registration question. + [MultiChoiceValues ]: A collection of text answers to the virtualEventRegistrationCustomQuestion. +Only appears when answerInputType is multiChoice. + [QuestionId ]: The identifier of either a virtualEventRegistrationCustomQuestion or a virtualEventRegistrationPredefinedQuestion. + [Value ]: Text answer to the virtualEventRegistrationCustomQuestion or the virtualEventRegistrationPredefinedQuestion. +Appears when answerInputType is text, multilineText or singleChoice. + [Sessions ]: Sessions for a registration. + [AllowAttendeeToEnableCamera ]: Indicates whether attendees can turn on their camera. + [AllowAttendeeToEnableMic ]: Indicates whether attendees can turn on their microphone. + [AllowBreakoutRooms ]: Indicates whether breakout rooms are enabled for the meeting. + [AllowCopyingAndSharingMeetingContent ]: Indicates whether copying and sharing meeting content is enabled for the meeting. + [AllowLiveShare ]: meetingLiveShareOptions + [AllowMeetingChat ]: meetingChatMode + [AllowParticipantsToChangeName ]: Specifies if participants are allowed to rename themselves in an instance of the meeting. + [AllowPowerPointSharing ]: Indicates whether PowerPoint live is enabled for the meeting. + [AllowRecording ]: Indicates whether recording is enabled for the meeting. + [AllowTeamworkReactions ]: Indicates if Teams reactions are enabled for the meeting. + [AllowTranscription ]: Indicates whether transcription is enabled for the meeting. + [AllowWhiteboard ]: Indicates whether whiteboard is enabled for the meeting. + [AllowedLobbyAdmitters ]: allowedLobbyAdmitterRoles + [AllowedPresenters ]: onlineMeetingPresenters + [AnonymizeIdentityForRoles ]: Specifies whose identity is anonymized in the meeting. +The possible values are: attendee. +The attendee value can't be removed through a PATCH operation once added. + [AttendanceReports ]: The attendance reports of an online meeting. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [AttendanceRecords ]: List of attendance records of an attendance report. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [AttendanceIntervals ]: List of time periods between joining and leaving a meeting. + [DurationInSeconds ]: Duration of the meeting interval in seconds; that is, the difference between joinDateTime and leaveDateTime. + [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 + [Identity ]: identity + [(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. + [RegistrantId ]: Unique identifier of a meetingRegistrant. +Presents when the participant has registered for the meeting. +(deprecated) + [RegistrationId ]: Unique identifier of a virtualEventRegistration. +Presents for all participant who has registered for the virtualEventWebinar. + [Role ]: Role of the attendee. +The possible values are: None, Attendee, Presenter, and Organizer. + [TotalAttendanceInSeconds ]: Total duration of the attendances in seconds. + [ExternalEventInformation ]: The external information of a virtual event. +Returned only for event organizers or coorganizers. +Read-only. + [ApplicationId ]: Identifier of the application that hosts the externalEventId. +Read-only. + [ExternalEventId ]: The identifier for a virtualEventExternalInformation object that associates the virtual event with an event ID in an external application. +This association bundles all the information (both supported and not supported in virtualEvent) into one virtual event object. +Optional. +If set, the maximum supported length is 256 characters. + [MeetingEndDateTime ]: UTC time when the meeting ended. +Read-only. + [MeetingStartDateTime ]: UTC time when the meeting started. +Read-only. + [TotalParticipantCount ]: Total number of participants. +Read-only. + [AudioConferencing ]: audioConferencing + [(Any) ]: This indicates any property can be added to this object. + [ConferenceId ]: The conference id of the online meeting. + [DialinUrl ]: A URL to the externally-accessible web page that contains dial-in information. + [TollFreeNumber ]: The toll-free number that connects to the Audio Conference Provider. + [TollFreeNumbers ]: List of toll-free numbers that are displayed in the meeting invite. + [TollNumber ]: The toll number that connects to the Audio Conference Provider. + [TollNumbers ]: List of toll numbers that are displayed in the meeting invite. + [ChatInfo ]: chatInfo + [(Any) ]: This indicates any property can be added to this object. + [MessageId ]: The unique identifier for a message in a Microsoft Teams channel. + [ReplyChainMessageId ]: The ID of the reply message. + [ThreadId ]: The unique identifier for a thread in Microsoft Teams. + [ChatRestrictions ]: chatRestrictions + [(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. + [IsEndToEndEncryptionEnabled ]: Indicates whether end-to-end encryption (E2EE) is enabled for the online meeting. + [IsEntryExitAnnounced ]: Indicates whether to announce when callers join or leave. + [JoinInformation ]: itemBody + [(Any) ]: This indicates any property can be added to this object. + [Content ]: The content of the item. + [ContentType ]: bodyType + [JoinMeetingIdSettings ]: joinMeetingIdSettings + [(Any) ]: This indicates any property can be added to this object. + [IsPasscodeRequired ]: Indicates whether a passcode is required to join a meeting when using joinMeetingId. +Optional. + [JoinMeetingId ]: The meeting ID to be used to join a meeting. +Optional. +Read-only. + [Passcode ]: The passcode to join a meeting. + Optional. +Read-only. + [JoinWebUrl ]: The join URL of the online meeting. +Read-only. + [LobbyBypassSettings ]: lobbyBypassSettings + [(Any) ]: This indicates any property can be added to this object. + [IsDialInBypassEnabled ]: Specifies whether or not to always let dial-in callers bypass the lobby. +Optional. + [Scope ]: lobbyBypassScope + [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. +This link allows only the organizer to configure meeting settings. + [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [RecordAutomatically ]: Indicates whether to record the meeting automatically. + [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment + [(Any) ]: This indicates any property can be added to this object. + [SensitivityLabelId ]: Id of the sensitivity label that is applied to the Teams meeting. + [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode + [Subject ]: The subject of the online meeting. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. + [WatermarkProtection ]: watermarkProtectionValues + [(Any) ]: This indicates any property can be added to this object. + [IsEnabledForContentSharing ]: Indicates whether to apply a watermark to any shared content. + [IsEnabledForVideo ]: Indicates whether to apply a watermark to everyone's video feed. + [Id ]: The unique identifier for an entity. +Read-only. + [Capacity ]: Represents the expected number of attendees for town hall session. + [EndDateTime ]: dateTimeTimeZone + [(Any) ]: This indicates any property can be added to this object. + [DateTime ]: A single point of time in a combined date and time representation ({date}T{time}). +For example, '2019-04-16T09:00:00'. + [TimeZone ]: Represents a time zone, for example, 'Pacific Standard Time'. +See below for possible values. + [Presenters ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Email ]: Email address of the presenter. + [Identity ]: identity + [PresenterDetails ]: virtualEventPresenterDetails + [(Any) ]: This indicates any property can be added to this object. + [Bio ]: itemBody + [Company ]: The presenter's company name. + [JobTitle ]: The presenter's job title. + [LinkedInProfileWebUrl ]: The presenter's LinkedIn profile URL. + [PersonalSiteWebUrl ]: The presenter's personal website URL. + [Photo ]: The content stream of the presenter's photo. + [TwitterProfileWebUrl ]: The presenter's Twitter profile URL. + [Sessions ]: + [Registrations ]: + [StartDateTime ]: dateTimeTimeZone + [VideoOnDemandWebUrl ]: The URL of the video on demand (VOD) for Microsoft Teams events that allows webinar and town hall organizers to quickly publish and share event recordings. + [Status ]: virtualEventAttendeeRegistrationStatus + [UserId ]: The registrant's ID in Microsoft Entra ID. +Only appears when the registrant is registered in Microsoft Entra ID. + +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. +Optional. + [RegistrationId ]: The identifier for a virtualEventExternalRegistrationInformation object. +Optional. +If set, the maximum supported length is 256 characters. + +INPUTOBJECT ``: Identity Parameter + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [BookingAppointmentId ]: The unique identifier of bookingAppointment + [BookingBusinessId ]: The unique identifier of bookingBusiness + [BookingCurrencyId ]: The unique identifier of bookingCurrency + [BookingCustomQuestionId ]: The unique identifier of bookingCustomQuestion + [BookingCustomerId ]: The unique identifier of bookingCustomer + [BookingServiceId ]: The unique identifier of bookingService + [BookingStaffMemberId ]: The unique identifier of bookingStaffMember + [Email ]: Alternate key of virtualEventRegistration + [JoinWebUrl ]: Alternate key of virtualEventSession + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [Role ]: Usage: role='{role}' + [UserId ]: Alternate key of virtualEventRegistration + [VirtualEventId ]: The unique identifier of virtualEvent + [VirtualEventPresenterId ]: The unique identifier of virtualEventPresenter + [VirtualEventRegistrationId ]: The unique identifier of virtualEventRegistration + [VirtualEventRegistrationQuestionBaseId ]: The unique identifier of virtualEventRegistrationQuestionBase + [VirtualEventSessionId ]: The unique identifier of virtualEventSession + [VirtualEventTownhallId ]: The unique identifier of virtualEventTownhall + [VirtualEventWebinarId ]: The unique identifier of virtualEventWebinar + +REGISTRATIONQUESTIONANSWERS : The registrant's answer to the registration questions. + [BooleanValue ]: Boolean answer to the virtualEventRegistrationCustomQuestion. +Only appears when answerInputType is boolean. + [DisplayName ]: Display name of the registration question. + [MultiChoiceValues ]: A collection of text answers to the virtualEventRegistrationCustomQuestion. +Only appears when answerInputType is multiChoice. + [QuestionId ]: The identifier of either a virtualEventRegistrationCustomQuestion or a virtualEventRegistrationPredefinedQuestion. + [Value ]: Text answer to the virtualEventRegistrationCustomQuestion or the virtualEventRegistrationPredefinedQuestion. +Appears when answerInputType is text, multilineText or singleChoice. + +SESSIONS : Sessions for a registration. + [AllowAttendeeToEnableCamera ]: Indicates whether attendees can turn on their camera. + [AllowAttendeeToEnableMic ]: Indicates whether attendees can turn on their microphone. + [AllowBreakoutRooms ]: Indicates whether breakout rooms are enabled for the meeting. + [AllowCopyingAndSharingMeetingContent ]: Indicates whether copying and sharing meeting content is enabled for the meeting. + [AllowLiveShare ]: meetingLiveShareOptions + [AllowMeetingChat ]: meetingChatMode + [AllowParticipantsToChangeName ]: Specifies if participants are allowed to rename themselves in an instance of the meeting. + [AllowPowerPointSharing ]: Indicates whether PowerPoint live is enabled for the meeting. + [AllowRecording ]: Indicates whether recording is enabled for the meeting. + [AllowTeamworkReactions ]: Indicates if Teams reactions are enabled for the meeting. + [AllowTranscription ]: Indicates whether transcription is enabled for the meeting. + [AllowWhiteboard ]: Indicates whether whiteboard is enabled for the meeting. + [AllowedLobbyAdmitters ]: allowedLobbyAdmitterRoles + [AllowedPresenters ]: onlineMeetingPresenters + [AnonymizeIdentityForRoles ]: Specifies whose identity is anonymized in the meeting. +The possible values are: attendee. +The attendee value can't be removed through a PATCH operation once added. + [AttendanceReports ]: The attendance reports of an online meeting. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [AttendanceRecords ]: List of attendance records of an attendance report. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [AttendanceIntervals ]: List of time periods between joining and leaving a meeting. + [DurationInSeconds ]: Duration of the meeting interval in seconds; that is, the difference between joinDateTime and leaveDateTime. + [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. +Optional. + [RegistrationId ]: The identifier for a virtualEventExternalRegistrationInformation object. +Optional. +If set, the maximum supported length is 256 characters. + [Identity ]: identity + [(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. + [RegistrantId ]: Unique identifier of a meetingRegistrant. +Presents when the participant has registered for the meeting. +(deprecated) + [RegistrationId ]: Unique identifier of a virtualEventRegistration. +Presents for all participant who has registered for the virtualEventWebinar. + [Role ]: Role of the attendee. +The possible values are: None, Attendee, Presenter, and Organizer. + [TotalAttendanceInSeconds ]: Total duration of the attendances in seconds. + [ExternalEventInformation ]: The external information of a virtual event. +Returned only for event organizers or coorganizers. +Read-only. + [ApplicationId ]: Identifier of the application that hosts the externalEventId. +Read-only. + [ExternalEventId ]: The identifier for a virtualEventExternalInformation object that associates the virtual event with an event ID in an external application. +This association bundles all the information (both supported and not supported in virtualEvent) into one virtual event object. +Optional. +If set, the maximum supported length is 256 characters. + [MeetingEndDateTime ]: UTC time when the meeting ended. +Read-only. + [MeetingStartDateTime ]: UTC time when the meeting started. +Read-only. + [TotalParticipantCount ]: Total number of participants. +Read-only. + [AudioConferencing ]: audioConferencing + [(Any) ]: This indicates any property can be added to this object. + [ConferenceId ]: The conference id of the online meeting. + [DialinUrl ]: A URL to the externally-accessible web page that contains dial-in information. + [TollFreeNumber ]: The toll-free number that connects to the Audio Conference Provider. + [TollFreeNumbers ]: List of toll-free numbers that are displayed in the meeting invite. + [TollNumber ]: The toll number that connects to the Audio Conference Provider. + [TollNumbers ]: List of toll numbers that are displayed in the meeting invite. + [ChatInfo ]: chatInfo + [(Any) ]: This indicates any property can be added to this object. + [MessageId ]: The unique identifier for a message in a Microsoft Teams channel. + [ReplyChainMessageId ]: The ID of the reply message. + [ThreadId ]: The unique identifier for a thread in Microsoft Teams. + [ChatRestrictions ]: chatRestrictions + [(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. + [IsEndToEndEncryptionEnabled ]: Indicates whether end-to-end encryption (E2EE) is enabled for the online meeting. + [IsEntryExitAnnounced ]: Indicates whether to announce when callers join or leave. + [JoinInformation ]: itemBody + [(Any) ]: This indicates any property can be added to this object. + [Content ]: The content of the item. + [ContentType ]: bodyType + [JoinMeetingIdSettings ]: joinMeetingIdSettings + [(Any) ]: This indicates any property can be added to this object. + [IsPasscodeRequired ]: Indicates whether a passcode is required to join a meeting when using joinMeetingId. +Optional. + [JoinMeetingId ]: The meeting ID to be used to join a meeting. +Optional. +Read-only. + [Passcode ]: The passcode to join a meeting. + Optional. +Read-only. + [JoinWebUrl ]: The join URL of the online meeting. +Read-only. + [LobbyBypassSettings ]: lobbyBypassSettings + [(Any) ]: This indicates any property can be added to this object. + [IsDialInBypassEnabled ]: Specifies whether or not to always let dial-in callers bypass the lobby. +Optional. + [Scope ]: lobbyBypassScope + [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. +This link allows only the organizer to configure meeting settings. + [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [RecordAutomatically ]: Indicates whether to record the meeting automatically. + [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment + [(Any) ]: This indicates any property can be added to this object. + [SensitivityLabelId ]: Id of the sensitivity label that is applied to the Teams meeting. + [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode + [Subject ]: The subject of the online meeting. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. + [WatermarkProtection ]: watermarkProtectionValues + [(Any) ]: This indicates any property can be added to this object. + [IsEnabledForContentSharing ]: Indicates whether to apply a watermark to any shared content. + [IsEnabledForVideo ]: Indicates whether to apply a watermark to everyone's video feed. + [Id ]: The unique identifier for an entity. +Read-only. + [Capacity ]: Represents the expected number of attendees for town hall session. + [EndDateTime ]: dateTimeTimeZone + [(Any) ]: This indicates any property can be added to this object. + [DateTime ]: A single point of time in a combined date and time representation ({date}T{time}). +For example, '2019-04-16T09:00:00'. + [TimeZone ]: Represents a time zone, for example, 'Pacific Standard Time'. +See below for possible values. + [Presenters ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Email ]: Email address of the presenter. + [Identity ]: identity + [PresenterDetails ]: virtualEventPresenterDetails + [(Any) ]: This indicates any property can be added to this object. + [Bio ]: itemBody + [Company ]: The presenter's company name. + [JobTitle ]: The presenter's job title. + [LinkedInProfileWebUrl ]: The presenter's LinkedIn profile URL. + [PersonalSiteWebUrl ]: The presenter's personal website URL. + [Photo ]: The content stream of the presenter's photo. + [TwitterProfileWebUrl ]: The presenter's Twitter profile URL. + [Sessions ]: + [Registrations ]: + [Id ]: The unique identifier for an entity. +Read-only. + [CancelationDateTime ]: Date and time when the registrant cancels their registration for the virtual event. +Only appears when applicable. +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. + [Email ]: Email address of the registrant. + [ExternalRegistrationInformation ]: virtualEventExternalRegistrationInformation + [FirstName ]: First name of the registrant. + [LastName ]: Last name of the registrant. + [PreferredLanguage ]: The registrant's preferred language. + [PreferredTimezone ]: The registrant's time zone details. + [RegistrantVideoOnDemandWebUrl ]: + [RegistrationDateTime ]: Date and time when the registrant registers for the virtual event. +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. + [RegistrationQuestionAnswers ]: The registrant's answer to the registration questions. + [BooleanValue ]: Boolean answer to the virtualEventRegistrationCustomQuestion. +Only appears when answerInputType is boolean. + [DisplayName ]: Display name of the registration question. + [MultiChoiceValues ]: A collection of text answers to the virtualEventRegistrationCustomQuestion. +Only appears when answerInputType is multiChoice. + [QuestionId ]: The identifier of either a virtualEventRegistrationCustomQuestion or a virtualEventRegistrationPredefinedQuestion. + [Value ]: Text answer to the virtualEventRegistrationCustomQuestion or the virtualEventRegistrationPredefinedQuestion. +Appears when answerInputType is text, multilineText or singleChoice. + [Sessions ]: Sessions for a registration. + [Status ]: virtualEventAttendeeRegistrationStatus + [UserId ]: The registrant's ID in Microsoft Entra ID. +Only appears when the registrant is registered in Microsoft Entra ID. + [StartDateTime ]: dateTimeTimeZone + [VideoOnDemandWebUrl ]: The URL of the video on demand (VOD) for Microsoft Teams events that allows webinar and town hall organizers to quickly publish and share event recordings. + + +## RELATED LINKS + +- [Update-MgBetaVirtualEventTownhallRegistrationByEmail](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/update-mgbetavirtualeventtownhallregistrationbyemail) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Update-MgBetaVirtualEventTownhallRegistrationByUserId.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Update-MgBetaVirtualEventTownhallRegistrationByUserId.md new file mode 100644 index 0000000000000..086349b8e99ec --- /dev/null +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Update-MgBetaVirtualEventTownhallRegistrationByUserId.md @@ -0,0 +1,1308 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.Beta.Bookings-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/update-mgbetavirtualeventtownhallregistrationbyuserid +Locale: en-US +Module Name: Microsoft.Graph.Beta.Bookings +ms.date: 07/10/2026 +PlatyPS schema version: 2024-05-01 +title: Update-MgBetaVirtualEventTownhallRegistrationByUserId +--- + +# Update-MgBetaVirtualEventTownhallRegistrationByUserId + +## SYNOPSIS + +Update the navigation property registrations in solutions + +## SYNTAX + +### UpdateExpanded (Default) + +``` +Update-MgBetaVirtualEventTownhallRegistrationByUserId -UserId + -VirtualEventTownhallId [-ResponseHeadersVariable ] + [-AdditionalProperties ] [-CancelationDateTime ] [-Email ] + [-ExternalRegistrationInformation ] + [-FirstName ] [-Id ] [-LastName ] [-PreferredLanguage ] + [-PreferredTimezone ] [-RegistrantVideoOnDemandWebUrl ] + [-RegistrationDateTime ] + [-RegistrationQuestionAnswers ] + [-Sessions ] [-Status ] [-UserId1 ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +### UpdateViaIdentityExpanded + +``` +Update-MgBetaVirtualEventTownhallRegistrationByUserId -InputObject + [-UserId ] [-ResponseHeadersVariable ] [-AdditionalProperties ] + [-CancelationDateTime ] [-Email ] + [-ExternalRegistrationInformation ] + [-FirstName ] [-Id ] [-LastName ] [-PreferredLanguage ] + [-PreferredTimezone ] [-RegistrantVideoOnDemandWebUrl ] + [-RegistrationDateTime ] + [-RegistrationQuestionAnswers ] + [-Sessions ] [-Status ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +### Update + +``` +Update-MgBetaVirtualEventTownhallRegistrationByUserId -UserId + -VirtualEventTownhallId -BodyParameter + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +### UpdateViaIdentity + +``` +Update-MgBetaVirtualEventTownhallRegistrationByUserId -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 registrations in solutions + +## 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 + +virtualEventRegistration +To construct, see NOTES section for BODYPARAMETER properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphVirtualEventRegistration +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: '' +``` + +### -CancelationDateTime + +Date and time when the registrant cancels their registration for the virtual event. +Only appears when applicable. +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. + +```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: '' +``` + +### -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: '' +``` + +### -Email + +Email address of the registrant. + +```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: '' +``` + +### -ExternalRegistrationInformation + +virtualEventExternalRegistrationInformation +To construct, see NOTES section for EXTERNALREGISTRATIONINFORMATION properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphVirtualEventExternalRegistrationInformation +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: '' +``` + +### -FirstName + +First name of the registrant. + +```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: '' +``` + +### -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: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IBookingsIdentity +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: '' +``` + +### -LastName + +Last name of the registrant. + +```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: '' +``` + +### -PreferredLanguage + +The registrant's preferred language. + +```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: '' +``` + +### -PreferredTimezone + +The registrant's time zone details. + +```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: '' +``` + +### -RegistrantVideoOnDemandWebUrl + + + +```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: '' +``` + +### -RegistrationDateTime + +Date and time when the registrant registers for the virtual event. +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. + +```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: '' +``` + +### -RegistrationQuestionAnswers + +The registrant's answer to the registration questions. +To construct, see NOTES section for REGISTRATIONQUESTIONANSWERS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphVirtualEventRegistrationQuestionAnswer[] +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: '' +``` + +### -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: '' +``` + +### -Sessions + +Sessions for a registration. +To construct, see NOTES section for SESSIONS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphVirtualEventSession[] +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: '' +``` + +### -Status + +virtualEventAttendeeRegistrationStatus + +```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: '' +``` + +### -UserId + +Alternate key of virtualEventRegistration + +```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: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Update + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -UserId1 + +The registrant's ID in Microsoft Entra ID. +Only appears when the registrant is registered in Microsoft Entra ID. + +```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: '' +``` + +### -VirtualEventTownhallId + +The unique identifier of virtualEventTownhall + +```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: '' +``` + +### -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.IBookingsIdentity + +{{ Fill in the Description }} + +### Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphVirtualEventRegistration + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphVirtualEventRegistration + +{{ 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 ``: virtualEventRegistration + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [CancelationDateTime ]: Date and time when the registrant cancels their registration for the virtual event. +Only appears when applicable. +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. + [Email ]: Email address of the registrant. + [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. +Optional. + [RegistrationId ]: The identifier for a virtualEventExternalRegistrationInformation object. +Optional. +If set, the maximum supported length is 256 characters. + [FirstName ]: First name of the registrant. + [LastName ]: Last name of the registrant. + [PreferredLanguage ]: The registrant's preferred language. + [PreferredTimezone ]: The registrant's time zone details. + [RegistrantVideoOnDemandWebUrl ]: + [RegistrationDateTime ]: Date and time when the registrant registers for the virtual event. +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. + [RegistrationQuestionAnswers ]: The registrant's answer to the registration questions. + [BooleanValue ]: Boolean answer to the virtualEventRegistrationCustomQuestion. +Only appears when answerInputType is boolean. + [DisplayName ]: Display name of the registration question. + [MultiChoiceValues ]: A collection of text answers to the virtualEventRegistrationCustomQuestion. +Only appears when answerInputType is multiChoice. + [QuestionId ]: The identifier of either a virtualEventRegistrationCustomQuestion or a virtualEventRegistrationPredefinedQuestion. + [Value ]: Text answer to the virtualEventRegistrationCustomQuestion or the virtualEventRegistrationPredefinedQuestion. +Appears when answerInputType is text, multilineText or singleChoice. + [Sessions ]: Sessions for a registration. + [AllowAttendeeToEnableCamera ]: Indicates whether attendees can turn on their camera. + [AllowAttendeeToEnableMic ]: Indicates whether attendees can turn on their microphone. + [AllowBreakoutRooms ]: Indicates whether breakout rooms are enabled for the meeting. + [AllowCopyingAndSharingMeetingContent ]: Indicates whether copying and sharing meeting content is enabled for the meeting. + [AllowLiveShare ]: meetingLiveShareOptions + [AllowMeetingChat ]: meetingChatMode + [AllowParticipantsToChangeName ]: Specifies if participants are allowed to rename themselves in an instance of the meeting. + [AllowPowerPointSharing ]: Indicates whether PowerPoint live is enabled for the meeting. + [AllowRecording ]: Indicates whether recording is enabled for the meeting. + [AllowTeamworkReactions ]: Indicates if Teams reactions are enabled for the meeting. + [AllowTranscription ]: Indicates whether transcription is enabled for the meeting. + [AllowWhiteboard ]: Indicates whether whiteboard is enabled for the meeting. + [AllowedLobbyAdmitters ]: allowedLobbyAdmitterRoles + [AllowedPresenters ]: onlineMeetingPresenters + [AnonymizeIdentityForRoles ]: Specifies whose identity is anonymized in the meeting. +The possible values are: attendee. +The attendee value can't be removed through a PATCH operation once added. + [AttendanceReports ]: The attendance reports of an online meeting. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [AttendanceRecords ]: List of attendance records of an attendance report. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [AttendanceIntervals ]: List of time periods between joining and leaving a meeting. + [DurationInSeconds ]: Duration of the meeting interval in seconds; that is, the difference between joinDateTime and leaveDateTime. + [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 + [Identity ]: identity + [(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. + [RegistrantId ]: Unique identifier of a meetingRegistrant. +Presents when the participant has registered for the meeting. +(deprecated) + [RegistrationId ]: Unique identifier of a virtualEventRegistration. +Presents for all participant who has registered for the virtualEventWebinar. + [Role ]: Role of the attendee. +The possible values are: None, Attendee, Presenter, and Organizer. + [TotalAttendanceInSeconds ]: Total duration of the attendances in seconds. + [ExternalEventInformation ]: The external information of a virtual event. +Returned only for event organizers or coorganizers. +Read-only. + [ApplicationId ]: Identifier of the application that hosts the externalEventId. +Read-only. + [ExternalEventId ]: The identifier for a virtualEventExternalInformation object that associates the virtual event with an event ID in an external application. +This association bundles all the information (both supported and not supported in virtualEvent) into one virtual event object. +Optional. +If set, the maximum supported length is 256 characters. + [MeetingEndDateTime ]: UTC time when the meeting ended. +Read-only. + [MeetingStartDateTime ]: UTC time when the meeting started. +Read-only. + [TotalParticipantCount ]: Total number of participants. +Read-only. + [AudioConferencing ]: audioConferencing + [(Any) ]: This indicates any property can be added to this object. + [ConferenceId ]: The conference id of the online meeting. + [DialinUrl ]: A URL to the externally-accessible web page that contains dial-in information. + [TollFreeNumber ]: The toll-free number that connects to the Audio Conference Provider. + [TollFreeNumbers ]: List of toll-free numbers that are displayed in the meeting invite. + [TollNumber ]: The toll number that connects to the Audio Conference Provider. + [TollNumbers ]: List of toll numbers that are displayed in the meeting invite. + [ChatInfo ]: chatInfo + [(Any) ]: This indicates any property can be added to this object. + [MessageId ]: The unique identifier for a message in a Microsoft Teams channel. + [ReplyChainMessageId ]: The ID of the reply message. + [ThreadId ]: The unique identifier for a thread in Microsoft Teams. + [ChatRestrictions ]: chatRestrictions + [(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. + [IsEndToEndEncryptionEnabled ]: Indicates whether end-to-end encryption (E2EE) is enabled for the online meeting. + [IsEntryExitAnnounced ]: Indicates whether to announce when callers join or leave. + [JoinInformation ]: itemBody + [(Any) ]: This indicates any property can be added to this object. + [Content ]: The content of the item. + [ContentType ]: bodyType + [JoinMeetingIdSettings ]: joinMeetingIdSettings + [(Any) ]: This indicates any property can be added to this object. + [IsPasscodeRequired ]: Indicates whether a passcode is required to join a meeting when using joinMeetingId. +Optional. + [JoinMeetingId ]: The meeting ID to be used to join a meeting. +Optional. +Read-only. + [Passcode ]: The passcode to join a meeting. + Optional. +Read-only. + [JoinWebUrl ]: The join URL of the online meeting. +Read-only. + [LobbyBypassSettings ]: lobbyBypassSettings + [(Any) ]: This indicates any property can be added to this object. + [IsDialInBypassEnabled ]: Specifies whether or not to always let dial-in callers bypass the lobby. +Optional. + [Scope ]: lobbyBypassScope + [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. +This link allows only the organizer to configure meeting settings. + [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [RecordAutomatically ]: Indicates whether to record the meeting automatically. + [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment + [(Any) ]: This indicates any property can be added to this object. + [SensitivityLabelId ]: Id of the sensitivity label that is applied to the Teams meeting. + [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode + [Subject ]: The subject of the online meeting. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. + [WatermarkProtection ]: watermarkProtectionValues + [(Any) ]: This indicates any property can be added to this object. + [IsEnabledForContentSharing ]: Indicates whether to apply a watermark to any shared content. + [IsEnabledForVideo ]: Indicates whether to apply a watermark to everyone's video feed. + [Id ]: The unique identifier for an entity. +Read-only. + [Capacity ]: Represents the expected number of attendees for town hall session. + [EndDateTime ]: dateTimeTimeZone + [(Any) ]: This indicates any property can be added to this object. + [DateTime ]: A single point of time in a combined date and time representation ({date}T{time}). +For example, '2019-04-16T09:00:00'. + [TimeZone ]: Represents a time zone, for example, 'Pacific Standard Time'. +See below for possible values. + [Presenters ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Email ]: Email address of the presenter. + [Identity ]: identity + [PresenterDetails ]: virtualEventPresenterDetails + [(Any) ]: This indicates any property can be added to this object. + [Bio ]: itemBody + [Company ]: The presenter's company name. + [JobTitle ]: The presenter's job title. + [LinkedInProfileWebUrl ]: The presenter's LinkedIn profile URL. + [PersonalSiteWebUrl ]: The presenter's personal website URL. + [Photo ]: The content stream of the presenter's photo. + [TwitterProfileWebUrl ]: The presenter's Twitter profile URL. + [Sessions ]: + [Registrations ]: + [StartDateTime ]: dateTimeTimeZone + [VideoOnDemandWebUrl ]: The URL of the video on demand (VOD) for Microsoft Teams events that allows webinar and town hall organizers to quickly publish and share event recordings. + [Status ]: virtualEventAttendeeRegistrationStatus + [UserId ]: The registrant's ID in Microsoft Entra ID. +Only appears when the registrant is registered in Microsoft Entra ID. + +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. +Optional. + [RegistrationId ]: The identifier for a virtualEventExternalRegistrationInformation object. +Optional. +If set, the maximum supported length is 256 characters. + +INPUTOBJECT ``: Identity Parameter + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [BookingAppointmentId ]: The unique identifier of bookingAppointment + [BookingBusinessId ]: The unique identifier of bookingBusiness + [BookingCurrencyId ]: The unique identifier of bookingCurrency + [BookingCustomQuestionId ]: The unique identifier of bookingCustomQuestion + [BookingCustomerId ]: The unique identifier of bookingCustomer + [BookingServiceId ]: The unique identifier of bookingService + [BookingStaffMemberId ]: The unique identifier of bookingStaffMember + [Email ]: Alternate key of virtualEventRegistration + [JoinWebUrl ]: Alternate key of virtualEventSession + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [Role ]: Usage: role='{role}' + [UserId ]: Alternate key of virtualEventRegistration + [VirtualEventId ]: The unique identifier of virtualEvent + [VirtualEventPresenterId ]: The unique identifier of virtualEventPresenter + [VirtualEventRegistrationId ]: The unique identifier of virtualEventRegistration + [VirtualEventRegistrationQuestionBaseId ]: The unique identifier of virtualEventRegistrationQuestionBase + [VirtualEventSessionId ]: The unique identifier of virtualEventSession + [VirtualEventTownhallId ]: The unique identifier of virtualEventTownhall + [VirtualEventWebinarId ]: The unique identifier of virtualEventWebinar + +REGISTRATIONQUESTIONANSWERS : The registrant's answer to the registration questions. + [BooleanValue ]: Boolean answer to the virtualEventRegistrationCustomQuestion. +Only appears when answerInputType is boolean. + [DisplayName ]: Display name of the registration question. + [MultiChoiceValues ]: A collection of text answers to the virtualEventRegistrationCustomQuestion. +Only appears when answerInputType is multiChoice. + [QuestionId ]: The identifier of either a virtualEventRegistrationCustomQuestion or a virtualEventRegistrationPredefinedQuestion. + [Value ]: Text answer to the virtualEventRegistrationCustomQuestion or the virtualEventRegistrationPredefinedQuestion. +Appears when answerInputType is text, multilineText or singleChoice. + +SESSIONS : Sessions for a registration. + [AllowAttendeeToEnableCamera ]: Indicates whether attendees can turn on their camera. + [AllowAttendeeToEnableMic ]: Indicates whether attendees can turn on their microphone. + [AllowBreakoutRooms ]: Indicates whether breakout rooms are enabled for the meeting. + [AllowCopyingAndSharingMeetingContent ]: Indicates whether copying and sharing meeting content is enabled for the meeting. + [AllowLiveShare ]: meetingLiveShareOptions + [AllowMeetingChat ]: meetingChatMode + [AllowParticipantsToChangeName ]: Specifies if participants are allowed to rename themselves in an instance of the meeting. + [AllowPowerPointSharing ]: Indicates whether PowerPoint live is enabled for the meeting. + [AllowRecording ]: Indicates whether recording is enabled for the meeting. + [AllowTeamworkReactions ]: Indicates if Teams reactions are enabled for the meeting. + [AllowTranscription ]: Indicates whether transcription is enabled for the meeting. + [AllowWhiteboard ]: Indicates whether whiteboard is enabled for the meeting. + [AllowedLobbyAdmitters ]: allowedLobbyAdmitterRoles + [AllowedPresenters ]: onlineMeetingPresenters + [AnonymizeIdentityForRoles ]: Specifies whose identity is anonymized in the meeting. +The possible values are: attendee. +The attendee value can't be removed through a PATCH operation once added. + [AttendanceReports ]: The attendance reports of an online meeting. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [AttendanceRecords ]: List of attendance records of an attendance report. +Read-only. + [Id ]: The unique identifier for an entity. +Read-only. + [AttendanceIntervals ]: List of time periods between joining and leaving a meeting. + [DurationInSeconds ]: Duration of the meeting interval in seconds; that is, the difference between joinDateTime and leaveDateTime. + [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. +Optional. + [RegistrationId ]: The identifier for a virtualEventExternalRegistrationInformation object. +Optional. +If set, the maximum supported length is 256 characters. + [Identity ]: identity + [(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. + [RegistrantId ]: Unique identifier of a meetingRegistrant. +Presents when the participant has registered for the meeting. +(deprecated) + [RegistrationId ]: Unique identifier of a virtualEventRegistration. +Presents for all participant who has registered for the virtualEventWebinar. + [Role ]: Role of the attendee. +The possible values are: None, Attendee, Presenter, and Organizer. + [TotalAttendanceInSeconds ]: Total duration of the attendances in seconds. + [ExternalEventInformation ]: The external information of a virtual event. +Returned only for event organizers or coorganizers. +Read-only. + [ApplicationId ]: Identifier of the application that hosts the externalEventId. +Read-only. + [ExternalEventId ]: The identifier for a virtualEventExternalInformation object that associates the virtual event with an event ID in an external application. +This association bundles all the information (both supported and not supported in virtualEvent) into one virtual event object. +Optional. +If set, the maximum supported length is 256 characters. + [MeetingEndDateTime ]: UTC time when the meeting ended. +Read-only. + [MeetingStartDateTime ]: UTC time when the meeting started. +Read-only. + [TotalParticipantCount ]: Total number of participants. +Read-only. + [AudioConferencing ]: audioConferencing + [(Any) ]: This indicates any property can be added to this object. + [ConferenceId ]: The conference id of the online meeting. + [DialinUrl ]: A URL to the externally-accessible web page that contains dial-in information. + [TollFreeNumber ]: The toll-free number that connects to the Audio Conference Provider. + [TollFreeNumbers ]: List of toll-free numbers that are displayed in the meeting invite. + [TollNumber ]: The toll number that connects to the Audio Conference Provider. + [TollNumbers ]: List of toll numbers that are displayed in the meeting invite. + [ChatInfo ]: chatInfo + [(Any) ]: This indicates any property can be added to this object. + [MessageId ]: The unique identifier for a message in a Microsoft Teams channel. + [ReplyChainMessageId ]: The ID of the reply message. + [ThreadId ]: The unique identifier for a thread in Microsoft Teams. + [ChatRestrictions ]: chatRestrictions + [(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. + [IsEndToEndEncryptionEnabled ]: Indicates whether end-to-end encryption (E2EE) is enabled for the online meeting. + [IsEntryExitAnnounced ]: Indicates whether to announce when callers join or leave. + [JoinInformation ]: itemBody + [(Any) ]: This indicates any property can be added to this object. + [Content ]: The content of the item. + [ContentType ]: bodyType + [JoinMeetingIdSettings ]: joinMeetingIdSettings + [(Any) ]: This indicates any property can be added to this object. + [IsPasscodeRequired ]: Indicates whether a passcode is required to join a meeting when using joinMeetingId. +Optional. + [JoinMeetingId ]: The meeting ID to be used to join a meeting. +Optional. +Read-only. + [Passcode ]: The passcode to join a meeting. + Optional. +Read-only. + [JoinWebUrl ]: The join URL of the online meeting. +Read-only. + [LobbyBypassSettings ]: lobbyBypassSettings + [(Any) ]: This indicates any property can be added to this object. + [IsDialInBypassEnabled ]: Specifies whether or not to always let dial-in callers bypass the lobby. +Optional. + [Scope ]: lobbyBypassScope + [MeetingOptionsWebUrl ]: Provides the URL to the Teams meeting options page for the specified meeting. +This link allows only the organizer to configure meeting settings. + [MeetingSpokenLanguageTag ]: Specifies the spoken language used during the meeting for recording and transcription purposes. + [RecordAutomatically ]: Indicates whether to record the meeting automatically. + [SensitivityLabelAssignment ]: onlineMeetingSensitivityLabelAssignment + [(Any) ]: This indicates any property can be added to this object. + [SensitivityLabelId ]: Id of the sensitivity label that is applied to the Teams meeting. + [ShareMeetingChatHistoryDefault ]: meetingChatHistoryDefaultMode + [Subject ]: The subject of the online meeting. + [VideoTeleconferenceId ]: The video teleconferencing ID. +Read-only. + [WatermarkProtection ]: watermarkProtectionValues + [(Any) ]: This indicates any property can be added to this object. + [IsEnabledForContentSharing ]: Indicates whether to apply a watermark to any shared content. + [IsEnabledForVideo ]: Indicates whether to apply a watermark to everyone's video feed. + [Id ]: The unique identifier for an entity. +Read-only. + [Capacity ]: Represents the expected number of attendees for town hall session. + [EndDateTime ]: dateTimeTimeZone + [(Any) ]: This indicates any property can be added to this object. + [DateTime ]: A single point of time in a combined date and time representation ({date}T{time}). +For example, '2019-04-16T09:00:00'. + [TimeZone ]: Represents a time zone, for example, 'Pacific Standard Time'. +See below for possible values. + [Presenters ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Email ]: Email address of the presenter. + [Identity ]: identity + [PresenterDetails ]: virtualEventPresenterDetails + [(Any) ]: This indicates any property can be added to this object. + [Bio ]: itemBody + [Company ]: The presenter's company name. + [JobTitle ]: The presenter's job title. + [LinkedInProfileWebUrl ]: The presenter's LinkedIn profile URL. + [PersonalSiteWebUrl ]: The presenter's personal website URL. + [Photo ]: The content stream of the presenter's photo. + [TwitterProfileWebUrl ]: The presenter's Twitter profile URL. + [Sessions ]: + [Registrations ]: + [Id ]: The unique identifier for an entity. +Read-only. + [CancelationDateTime ]: Date and time when the registrant cancels their registration for the virtual event. +Only appears when applicable. +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. + [Email ]: Email address of the registrant. + [ExternalRegistrationInformation ]: virtualEventExternalRegistrationInformation + [FirstName ]: First name of the registrant. + [LastName ]: Last name of the registrant. + [PreferredLanguage ]: The registrant's preferred language. + [PreferredTimezone ]: The registrant's time zone details. + [RegistrantVideoOnDemandWebUrl ]: + [RegistrationDateTime ]: Date and time when the registrant registers for the virtual event. +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. + [RegistrationQuestionAnswers ]: The registrant's answer to the registration questions. + [BooleanValue ]: Boolean answer to the virtualEventRegistrationCustomQuestion. +Only appears when answerInputType is boolean. + [DisplayName ]: Display name of the registration question. + [MultiChoiceValues ]: A collection of text answers to the virtualEventRegistrationCustomQuestion. +Only appears when answerInputType is multiChoice. + [QuestionId ]: The identifier of either a virtualEventRegistrationCustomQuestion or a virtualEventRegistrationPredefinedQuestion. + [Value ]: Text answer to the virtualEventRegistrationCustomQuestion or the virtualEventRegistrationPredefinedQuestion. +Appears when answerInputType is text, multilineText or singleChoice. + [Sessions ]: Sessions for a registration. + [Status ]: virtualEventAttendeeRegistrationStatus + [UserId ]: The registrant's ID in Microsoft Entra ID. +Only appears when the registrant is registered in Microsoft Entra ID. + [StartDateTime ]: dateTimeTimeZone + [VideoOnDemandWebUrl ]: The URL of the video on demand (VOD) for Microsoft Teams events that allows webinar and town hall organizers to quickly publish and share event recordings. + + +## RELATED LINKS + +- [Update-MgBetaVirtualEventTownhallRegistrationByUserId](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/update-mgbetavirtualeventtownhallregistrationbyuserid) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Update-MgBetaVirtualEventTownhallRegistrationConfiguration.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Update-MgBetaVirtualEventTownhallRegistrationConfiguration.md new file mode 100644 index 0000000000000..c7f4bae145b5a --- /dev/null +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Update-MgBetaVirtualEventTownhallRegistrationConfiguration.md @@ -0,0 +1,648 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.Beta.Bookings-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/update-mgbetavirtualeventtownhallregistrationconfiguration +Locale: en-US +Module Name: Microsoft.Graph.Beta.Bookings +ms.date: 07/10/2026 +PlatyPS schema version: 2024-05-01 +title: Update-MgBetaVirtualEventTownhallRegistrationConfiguration +--- + +# Update-MgBetaVirtualEventTownhallRegistrationConfiguration + +## SYNOPSIS + +Update the navigation property registrationConfiguration in solutions + +## SYNTAX + +### UpdateExpanded (Default) + +``` +Update-MgBetaVirtualEventTownhallRegistrationConfiguration -VirtualEventTownhallId + [-ResponseHeadersVariable ] [-AdditionalProperties ] [-Capacity ] + [-Id ] [-IsManualApprovalEnabled] [-IsWaitlistEnabled] + [-Questions ] [-RegistrationWebUrl ] + [-Break] [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +### Update + +``` +Update-MgBetaVirtualEventTownhallRegistrationConfiguration -VirtualEventTownhallId + -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +### UpdateViaIdentityExpanded + +``` +Update-MgBetaVirtualEventTownhallRegistrationConfiguration -InputObject + [-ResponseHeadersVariable ] [-AdditionalProperties ] [-Capacity ] + [-Id ] [-IsManualApprovalEnabled] [-IsWaitlistEnabled] + [-Questions ] [-RegistrationWebUrl ] + [-Break] [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +### UpdateViaIdentity + +``` +Update-MgBetaVirtualEventTownhallRegistrationConfiguration -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 registrationConfiguration in solutions + +## 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 + +virtualEventTownhallRegistrationConfiguration + +```yaml +Type: System.Collections.Hashtable +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: '' +``` + +### -Capacity + +Total capacity of the virtual event. + +```yaml +Type: System.Int32 +DefaultValue: 0 +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. + +```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: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IBookingsIdentity +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: '' +``` + +### -IsManualApprovalEnabled + +Indicates whether registrations require organizer approval before a participant is confirmed. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +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: '' +``` + +### -IsWaitlistEnabled + +Indicates whether more registrants are automatically placed on a waitlist when capacity is reached. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +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: '' +``` + +### -Questions + +Registration questions. +To construct, see NOTES section for QUESTIONS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphVirtualEventRegistrationQuestionBase[] +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: '' +``` + +### -RegistrationWebUrl + +Registration URL of the virtual event. + +```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: '' +``` + +### -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: '' +``` + +### -VirtualEventTownhallId + +The unique identifier of virtualEventTownhall + +```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: '' +``` + +### -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.IBookingsIdentity + +{{ Fill in the Description }} + +### System.Collections.Hashtable + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphVirtualEventTownhallRegistrationConfiguration + +{{ 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 + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [BookingAppointmentId ]: The unique identifier of bookingAppointment + [BookingBusinessId ]: The unique identifier of bookingBusiness + [BookingCurrencyId ]: The unique identifier of bookingCurrency + [BookingCustomQuestionId ]: The unique identifier of bookingCustomQuestion + [BookingCustomerId ]: The unique identifier of bookingCustomer + [BookingServiceId ]: The unique identifier of bookingService + [BookingStaffMemberId ]: The unique identifier of bookingStaffMember + [Email ]: Alternate key of virtualEventRegistration + [JoinWebUrl ]: Alternate key of virtualEventSession + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [Role ]: Usage: role='{role}' + [UserId ]: Alternate key of virtualEventRegistration + [VirtualEventId ]: The unique identifier of virtualEvent + [VirtualEventPresenterId ]: The unique identifier of virtualEventPresenter + [VirtualEventRegistrationId ]: The unique identifier of virtualEventRegistration + [VirtualEventRegistrationQuestionBaseId ]: The unique identifier of virtualEventRegistrationQuestionBase + [VirtualEventSessionId ]: The unique identifier of virtualEventSession + [VirtualEventTownhallId ]: The unique identifier of virtualEventTownhall + [VirtualEventWebinarId ]: The unique identifier of virtualEventWebinar + +QUESTIONS : Registration questions. + [Id ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: Display name of the registration question. + [IsRequired ]: Indicates whether an answer to the question is required. +The default value is false. + + +## RELATED LINKS + +- [Update-MgBetaVirtualEventTownhallRegistrationConfiguration](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/update-mgbetavirtualeventtownhallregistrationconfiguration) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Update-MgBetaVirtualEventTownhallRegistrationConfigurationQuestion.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Update-MgBetaVirtualEventTownhallRegistrationConfigurationQuestion.md new file mode 100644 index 0000000000000..4ffa016564add --- /dev/null +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Update-MgBetaVirtualEventTownhallRegistrationConfigurationQuestion.md @@ -0,0 +1,596 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.Beta.Bookings-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/update-mgbetavirtualeventtownhallregistrationconfigurationquestion +Locale: en-US +Module Name: Microsoft.Graph.Beta.Bookings +ms.date: 07/10/2026 +PlatyPS schema version: 2024-05-01 +title: Update-MgBetaVirtualEventTownhallRegistrationConfigurationQuestion +--- + +# Update-MgBetaVirtualEventTownhallRegistrationConfigurationQuestion + +## SYNOPSIS + +Update the navigation property questions in solutions + +## SYNTAX + +### UpdateExpanded (Default) + +``` +Update-MgBetaVirtualEventTownhallRegistrationConfigurationQuestion + -VirtualEventRegistrationQuestionBaseId -VirtualEventTownhallId + [-ResponseHeadersVariable ] [-AdditionalProperties ] [-DisplayName ] + [-Id ] [-IsRequired] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +### Update + +``` +Update-MgBetaVirtualEventTownhallRegistrationConfigurationQuestion + -VirtualEventRegistrationQuestionBaseId -VirtualEventTownhallId + -BodyParameter + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +### UpdateViaIdentityExpanded + +``` +Update-MgBetaVirtualEventTownhallRegistrationConfigurationQuestion -InputObject + [-ResponseHeadersVariable ] [-AdditionalProperties ] [-DisplayName ] + [-Id ] [-IsRequired] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +### UpdateViaIdentity + +``` +Update-MgBetaVirtualEventTownhallRegistrationConfigurationQuestion -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 questions in solutions + +## 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 + +virtualEventRegistrationQuestionBase +To construct, see NOTES section for BODYPARAMETER properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphVirtualEventRegistrationQuestionBase +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: '' +``` + +### -DisplayName + +Display name of the registration question. + +```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: '' +``` + +### -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: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IBookingsIdentity +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: '' +``` + +### -IsRequired + +Indicates whether an answer to the question is required. +The default value is false. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +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: '' +``` + +### -VirtualEventRegistrationQuestionBaseId + +The unique identifier of virtualEventRegistrationQuestionBase + +```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: '' +``` + +### -VirtualEventTownhallId + +The unique identifier of virtualEventTownhall + +```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: '' +``` + +### -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.IBookingsIdentity + +{{ Fill in the Description }} + +### Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphVirtualEventRegistrationQuestionBase + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphVirtualEventRegistrationQuestionBase + +{{ 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 ``: virtualEventRegistrationQuestionBase + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [DisplayName ]: Display name of the registration question. + [IsRequired ]: Indicates whether an answer to the question is required. +The default value is false. + +INPUTOBJECT ``: Identity Parameter + [AttendanceRecordId ]: The unique identifier of attendanceRecord + [BookingAppointmentId ]: The unique identifier of bookingAppointment + [BookingBusinessId ]: The unique identifier of bookingBusiness + [BookingCurrencyId ]: The unique identifier of bookingCurrency + [BookingCustomQuestionId ]: The unique identifier of bookingCustomQuestion + [BookingCustomerId ]: The unique identifier of bookingCustomer + [BookingServiceId ]: The unique identifier of bookingService + [BookingStaffMemberId ]: The unique identifier of bookingStaffMember + [Email ]: Alternate key of virtualEventRegistration + [JoinWebUrl ]: Alternate key of virtualEventSession + [MeetingAttendanceReportId ]: The unique identifier of meetingAttendanceReport + [Role ]: Usage: role='{role}' + [UserId ]: Alternate key of virtualEventRegistration + [VirtualEventId ]: The unique identifier of virtualEvent + [VirtualEventPresenterId ]: The unique identifier of virtualEventPresenter + [VirtualEventRegistrationId ]: The unique identifier of virtualEventRegistration + [VirtualEventRegistrationQuestionBaseId ]: The unique identifier of virtualEventRegistrationQuestionBase + [VirtualEventSessionId ]: The unique identifier of virtualEventSession + [VirtualEventTownhallId ]: The unique identifier of virtualEventTownhall + [VirtualEventWebinarId ]: The unique identifier of virtualEventWebinar + + +## RELATED LINKS + +- [Update-MgBetaVirtualEventTownhallRegistrationConfigurationQuestion](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/update-mgbetavirtualeventtownhallregistrationconfigurationquestion) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Update-MgBetaVirtualEventTownhallSession.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Update-MgBetaVirtualEventTownhallSession.md index 2917e44dc5479..a264291695082 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Update-MgBetaVirtualEventTownhallSession.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Update-MgBetaVirtualEventTownhallSession.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/update-mgbetavirtualeventtownhallsession Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaVirtualEventTownhallSession --- @@ -32,10 +32,11 @@ Update-MgBetaVirtualEventTownhallSession -VirtualEventSessionId [-AllowedLobbyAdmitters ] [-AllowedPresenters ] [-AnonymizeIdentityForRoles ] [-AttendanceReports ] - [-AudioConferencing ] [-ChatInfo ] - [-ChatRestrictions ] [-EndDateTime ] - [-ExpiryDateTime ] [-Id ] [-IsEndToEndEncryptionEnabled] [-IsEntryExitAnnounced] - [-JoinInformation ] + [-AudioConferencing ] [-Capacity ] + [-ChatInfo ] [-ChatRestrictions ] + [-CloudVideoInteropInfo ] + [-EndDateTime ] [-ExpiryDateTime ] [-Id ] + [-IsEndToEndEncryptionEnabled] [-IsEntryExitAnnounced] [-JoinInformation ] [-JoinMeetingIdSettings ] [-JoinWebUrl ] [-LobbyBypassSettings ] [-MeetingOptionsWebUrl ] [-MeetingSpokenLanguageTag ] [-Presenters ] @@ -46,7 +47,6 @@ Update-MgBetaVirtualEventTownhallSession -VirtualEventSessionId [-WatermarkProtection ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -57,7 +57,6 @@ Update-MgBetaVirtualEventTownhallSession -VirtualEventSessionId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -72,10 +71,11 @@ Update-MgBetaVirtualEventTownhallSession -InputObject [-AllowedLobbyAdmitters ] [-AllowedPresenters ] [-AnonymizeIdentityForRoles ] [-AttendanceReports ] - [-AudioConferencing ] [-ChatInfo ] - [-ChatRestrictions ] [-EndDateTime ] - [-ExpiryDateTime ] [-Id ] [-IsEndToEndEncryptionEnabled] [-IsEntryExitAnnounced] - [-JoinInformation ] + [-AudioConferencing ] [-Capacity ] + [-ChatInfo ] [-ChatRestrictions ] + [-CloudVideoInteropInfo ] + [-EndDateTime ] [-ExpiryDateTime ] [-Id ] + [-IsEndToEndEncryptionEnabled] [-IsEntryExitAnnounced] [-JoinInformation ] [-JoinMeetingIdSettings ] [-JoinWebUrl ] [-LobbyBypassSettings ] [-MeetingOptionsWebUrl ] [-MeetingSpokenLanguageTag ] [-Presenters ] @@ -86,7 +86,6 @@ Update-MgBetaVirtualEventTownhallSession -InputObject [-WatermarkProtection ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -96,7 +95,7 @@ Update-MgBetaVirtualEventTownhallSession -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -650,6 +649,33 @@ AcceptedValues: [] HelpMessage: '' ``` +### -Capacity + +Represents the expected number of attendees for town hall session. + +```yaml +Type: System.Int32 +DefaultValue: 0 +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: '' +``` + ### -ChatInfo chatInfo @@ -706,6 +732,34 @@ AcceptedValues: [] HelpMessage: '' ``` +### -CloudVideoInteropInfo + +cloudVideoInteropInfo +To construct, see NOTES section for CLOUDVIDEOINTEROPINFO properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphCloudVideoInteropInfo +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. @@ -1609,6 +1663,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. @@ -1688,6 +1746,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. @@ -1742,6 +1804,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. @@ -1785,6 +1852,7 @@ Read-only. [IsEnabledForVideo ]: Indicates whether to apply a watermark to everyone's video feed. [Id ]: The unique identifier for an entity. Read-only. + [Capacity ]: Represents the expected number of attendees for town hall session. [EndDateTime ]: dateTimeTimeZone [(Any) ]: This indicates any property can be added to this object. [DateTime ]: A single point of time in a combined date and time representation ({date}T{time}). @@ -1850,6 +1918,12 @@ CHATRESTRICTIONS ``: chatRestrictions [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 ]: + ENDDATETIME ``: dateTimeTimeZone [(Any) ]: This indicates any property can be added to this object. [DateTime ]: A single point of time in a combined date and time representation ({date}T{time}). @@ -1955,6 +2029,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. @@ -2003,6 +2081,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. @@ -2043,6 +2126,7 @@ Read-only. [IsEnabledForVideo ]: Indicates whether to apply a watermark to everyone's video feed. [Id ]: The unique identifier for an entity. Read-only. + [Capacity ]: Represents the expected number of attendees for town hall session. [EndDateTime ]: dateTimeTimeZone [(Any) ]: This indicates any property can be added to this object. [DateTime ]: A single point of time in a combined date and time representation ({date}T{time}). @@ -2146,6 +2230,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 [Identity ]: identity [(Any) ]: This indicates any property can be added to this object. @@ -2194,6 +2282,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. @@ -2237,6 +2330,7 @@ Read-only. [IsEnabledForVideo ]: Indicates whether to apply a watermark to everyone's video feed. [Id ]: The unique identifier for an entity. Read-only. + [Capacity ]: Represents the expected number of attendees for town hall session. [EndDateTime ]: dateTimeTimeZone [(Any) ]: This indicates any property can be added to this object. [DateTime ]: A single point of time in a combined date and time representation ({date}T{time}). diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Update-MgBetaVirtualEventTownhallSessionAttendanceReport.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Update-MgBetaVirtualEventTownhallSessionAttendanceReport.md index 9eb2bbb9f542a..6bd30afa799ff 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Update-MgBetaVirtualEventTownhallSessionAttendanceReport.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Update-MgBetaVirtualEventTownhallSessionAttendanceReport.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/update-mgbetavirtualeventtownhallsessionattendancereport Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaVirtualEventTownhallSessionAttendanceReport --- @@ -31,7 +31,7 @@ Update-MgBetaVirtualEventTownhallSessionAttendanceReport -MeetingAttendanceRepor [-MeetingEndDateTime ] [-MeetingStartDateTime ] [-TotalParticipantCount ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -42,7 +42,7 @@ Update-MgBetaVirtualEventTownhallSessionAttendanceReport -MeetingAttendanceRepor -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -55,7 +55,7 @@ Update-MgBetaVirtualEventTownhallSessionAttendanceReport -InputObject ] [-MeetingStartDateTime ] [-TotalParticipantCount ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -65,7 +65,7 @@ Update-MgBetaVirtualEventTownhallSessionAttendanceReport -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -670,6 +670,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. @@ -706,6 +710,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. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Update-MgBetaVirtualEventTownhallSessionAttendanceReportAttendanceRecord.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Update-MgBetaVirtualEventTownhallSessionAttendanceReportAttendanceRecord.md index ae2aebc69cc11..9037a2c2db632 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Update-MgBetaVirtualEventTownhallSessionAttendanceReportAttendanceRecord.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Update-MgBetaVirtualEventTownhallSessionAttendanceReportAttendanceRecord.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/update-mgbetavirtualeventtownhallsessionattendancereportattendancerecord Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaVirtualEventTownhallSessionAttendanceReportAttendanceRecord --- @@ -27,13 +27,13 @@ Update-MgBetaVirtualEventTownhallSessionAttendanceReportAttendanceRecord -AttendanceRecordId -MeetingAttendanceReportId -VirtualEventSessionId -VirtualEventTownhallId [-ResponseHeadersVariable ] [-AdditionalProperties ] [-AttendanceIntervals ] - [-EmailAddress ] + [-EmailAddress ] [-Engagements ] [-ExternalRegistrationInformation ] [-Id ] [-Identity ] [-RegistrantId ] [-RegistrationId ] [-Role ] [-TotalAttendanceInSeconds ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -45,7 +45,6 @@ Update-MgBetaVirtualEventTownhallSessionAttendanceReportAttendanceRecord [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -54,13 +53,13 @@ Update-MgBetaVirtualEventTownhallSessionAttendanceReportAttendanceRecord Update-MgBetaVirtualEventTownhallSessionAttendanceReportAttendanceRecord -InputObject [-ResponseHeadersVariable ] [-AdditionalProperties ] [-AttendanceIntervals ] - [-EmailAddress ] + [-EmailAddress ] [-Engagements ] [-ExternalRegistrationInformation ] [-Id ] [-Identity ] [-RegistrantId ] [-RegistrationId ] [-Role ] [-TotalAttendanceInSeconds ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -71,7 +70,6 @@ Update-MgBetaVirtualEventTownhallSessionAttendanceReportAttendanceRecord [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -265,6 +263,34 @@ AcceptedValues: [] HelpMessage: '' ``` +### -Engagements + +The list of real-time participant interaction behaviors during a meeting. +To construct, see NOTES section for ENGAGEMENTS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphMeetingEngagement[] +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: '' +``` + ### -ExternalRegistrationInformation virtualEventExternalRegistrationInformation @@ -788,6 +814,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. @@ -811,6 +841,11 @@ Presents for all participant who has registered for the virtualEventWebinar. The possible values are: None, Attendee, Presenter, and Organizer. [TotalAttendanceInSeconds ]: Total duration of the attendances in seconds. +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. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Update-MgBetaVirtualEventTownhallSessionByJoinWebUrl.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Update-MgBetaVirtualEventTownhallSessionByJoinWebUrl.md index 679dd2803e4b8..d35b8efc188a4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Update-MgBetaVirtualEventTownhallSessionByJoinWebUrl.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Update-MgBetaVirtualEventTownhallSessionByJoinWebUrl.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/update-mgbetavirtualeventtownhallsessionbyjoinweburl Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaVirtualEventTownhallSessionByJoinWebUrl --- @@ -29,10 +29,11 @@ Update-MgBetaVirtualEventTownhallSessionByJoinWebUrl -JoinWebUrl [-AllowedLobbyAdmitters ] [-AllowedPresenters ] [-AnonymizeIdentityForRoles ] [-AttendanceReports ] - [-AudioConferencing ] [-ChatInfo ] - [-ChatRestrictions ] [-EndDateTime ] - [-ExpiryDateTime ] [-Id ] [-IsEndToEndEncryptionEnabled] [-IsEntryExitAnnounced] - [-JoinInformation ] + [-AudioConferencing ] [-Capacity ] + [-ChatInfo ] [-ChatRestrictions ] + [-CloudVideoInteropInfo ] + [-EndDateTime ] [-ExpiryDateTime ] [-Id ] + [-IsEndToEndEncryptionEnabled] [-IsEntryExitAnnounced] [-JoinInformation ] [-JoinMeetingIdSettings ] [-JoinWebUrl1 ] [-LobbyBypassSettings ] [-MeetingOptionsWebUrl ] [-MeetingSpokenLanguageTag ] [-Presenters ] @@ -43,7 +44,6 @@ Update-MgBetaVirtualEventTownhallSessionByJoinWebUrl -JoinWebUrl [-WatermarkProtection ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -58,10 +58,11 @@ Update-MgBetaVirtualEventTownhallSessionByJoinWebUrl -InputObject ] [-AllowedPresenters ] [-AnonymizeIdentityForRoles ] [-AttendanceReports ] - [-AudioConferencing ] [-ChatInfo ] - [-ChatRestrictions ] [-EndDateTime ] - [-ExpiryDateTime ] [-Id ] [-IsEndToEndEncryptionEnabled] [-IsEntryExitAnnounced] - [-JoinInformation ] + [-AudioConferencing ] [-Capacity ] + [-ChatInfo ] [-ChatRestrictions ] + [-CloudVideoInteropInfo ] + [-EndDateTime ] [-ExpiryDateTime ] [-Id ] + [-IsEndToEndEncryptionEnabled] [-IsEntryExitAnnounced] [-JoinInformation ] [-JoinMeetingIdSettings ] [-LobbyBypassSettings ] [-MeetingOptionsWebUrl ] [-MeetingSpokenLanguageTag ] [-Presenters ] @@ -72,7 +73,6 @@ Update-MgBetaVirtualEventTownhallSessionByJoinWebUrl -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -83,7 +83,6 @@ Update-MgBetaVirtualEventTownhallSessionByJoinWebUrl -JoinWebUrl [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -93,7 +92,7 @@ Update-MgBetaVirtualEventTownhallSessionByJoinWebUrl -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -647,6 +646,33 @@ AcceptedValues: [] HelpMessage: '' ``` +### -Capacity + +Represents the expected number of attendees for town hall session. + +```yaml +Type: System.Int32 +DefaultValue: 0 +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: '' +``` + ### -ChatInfo chatInfo @@ -703,6 +729,34 @@ AcceptedValues: [] HelpMessage: '' ``` +### -CloudVideoInteropInfo + +cloudVideoInteropInfo +To construct, see NOTES section for CLOUDVIDEOINTEROPINFO properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphCloudVideoInteropInfo +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. @@ -1606,6 +1660,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. @@ -1685,6 +1743,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. @@ -1739,6 +1801,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. @@ -1782,6 +1849,7 @@ Read-only. [IsEnabledForVideo ]: Indicates whether to apply a watermark to everyone's video feed. [Id ]: The unique identifier for an entity. Read-only. + [Capacity ]: Represents the expected number of attendees for town hall session. [EndDateTime ]: dateTimeTimeZone [(Any) ]: This indicates any property can be added to this object. [DateTime ]: A single point of time in a combined date and time representation ({date}T{time}). @@ -1847,6 +1915,12 @@ CHATRESTRICTIONS ``: chatRestrictions [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 ]: + ENDDATETIME ``: dateTimeTimeZone [(Any) ]: This indicates any property can be added to this object. [DateTime ]: A single point of time in a combined date and time representation ({date}T{time}). @@ -1952,6 +2026,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. @@ -2000,6 +2078,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. @@ -2040,6 +2123,7 @@ Read-only. [IsEnabledForVideo ]: Indicates whether to apply a watermark to everyone's video feed. [Id ]: The unique identifier for an entity. Read-only. + [Capacity ]: Represents the expected number of attendees for town hall session. [EndDateTime ]: dateTimeTimeZone [(Any) ]: This indicates any property can be added to this object. [DateTime ]: A single point of time in a combined date and time representation ({date}T{time}). @@ -2143,6 +2227,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 [Identity ]: identity [(Any) ]: This indicates any property can be added to this object. @@ -2191,6 +2279,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. @@ -2234,6 +2327,7 @@ Read-only. [IsEnabledForVideo ]: Indicates whether to apply a watermark to everyone's video feed. [Id ]: The unique identifier for an entity. Read-only. + [Capacity ]: Represents the expected number of attendees for town hall session. [EndDateTime ]: dateTimeTimeZone [(Any) ]: This indicates any property can be added to this object. [DateTime ]: A single point of time in a combined date and time representation ({date}T{time}). diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Update-MgBetaVirtualEventWebinar.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Update-MgBetaVirtualEventWebinar.md index c022b23a2164d..484e6553c2fb2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Update-MgBetaVirtualEventWebinar.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Update-MgBetaVirtualEventWebinar.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/update-mgbetavirtualeventwebinar Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaVirtualEventWebinar --- @@ -29,14 +29,14 @@ Update-MgBetaVirtualEventWebinar -VirtualEventWebinarId [-ResponseHeade [-CreatedBy ] [-Description ] [-DisplayName ] [-EndDateTime ] [-ExternalEventInformation ] [-Id ] - [-Presenters ] - [-RegistrationConfiguration ] + [-IsRegistrationEnabled] [-IsRegistrationRequired] + [-Presenters ] [-RegistrationConfiguration ] [-Registrations ] [-Sessions ] [-Settings ] [-StartDateTime ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -46,7 +46,7 @@ Update-MgBetaVirtualEventWebinar -VirtualEventWebinarId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -58,14 +58,14 @@ Update-MgBetaVirtualEventWebinar -InputObject [-CreatedBy ] [-Description ] [-DisplayName ] [-EndDateTime ] [-ExternalEventInformation ] [-Id ] - [-Presenters ] - [-RegistrationConfiguration ] + [-IsRegistrationEnabled] [-IsRegistrationRequired] + [-Presenters ] [-RegistrationConfiguration ] [-Registrations ] [-Sessions ] [-Settings ] [-StartDateTime ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -75,7 +75,7 @@ Update-MgBetaVirtualEventWebinar -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -525,6 +525,60 @@ AcceptedValues: [] HelpMessage: '' ``` +### -IsRegistrationEnabled + + + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +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: '' +``` + +### -IsRegistrationRequired + + + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +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: '' +``` + ### -Presenters The virtual event presenters. @@ -619,10 +673,9 @@ HelpMessage: '' ### -RegistrationConfiguration virtualEventWebinarRegistrationConfiguration -To construct, see NOTES section for REGISTRATIONCONFIGURATION properties and create a hash table. ```yaml -Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphVirtualEventWebinarRegistrationConfiguration +Type: System.Collections.Hashtable DefaultValue: '' SupportsWildcards: false Aliases: [] @@ -928,6 +981,8 @@ Read-only. This association bundles all the information (both supported and not supported in virtualEvent) into one virtual event object. Optional. If set, the maximum supported length is 256 characters. + [IsRegistrationEnabled ]: + [IsRegistrationRequired ]: [Presenters ]: The virtual event presenters. [Id ]: The unique identifier for an entity. Read-only. @@ -973,6 +1028,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. @@ -1015,6 +1074,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. @@ -1055,6 +1119,7 @@ Read-only. [IsEnabledForVideo ]: Indicates whether to apply a watermark to everyone's video feed. [Id ]: The unique identifier for an entity. Read-only. + [Capacity ]: Represents the expected number of attendees for town hall session. [EndDateTime ]: dateTimeTimeZone [Presenters ]: [Registrations ]: @@ -1108,6 +1173,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. @@ -1117,8 +1184,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. COORGANIZERS : Identity information of coorganizers of the webinar. @@ -1246,6 +1311,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. @@ -1294,6 +1363,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. @@ -1334,6 +1408,7 @@ Read-only. [IsEnabledForVideo ]: Indicates whether to apply a watermark to everyone's video feed. [Id ]: The unique identifier for an entity. Read-only. + [Capacity ]: Represents the expected number of attendees for town hall session. [EndDateTime ]: dateTimeTimeZone [(Any) ]: This indicates any property can be added to this object. [DateTime ]: A single point of time in a combined date and time representation ({date}T{time}). @@ -1374,21 +1449,6 @@ Only appears when the registrant is registered in Microsoft Entra ID. [StartDateTime ]: dateTimeTimeZone [VideoOnDemandWebUrl ]: The URL of the video on demand (VOD) for Microsoft Teams events that allows webinar and town hall organizers to quickly publish and share event recordings. -REGISTRATIONCONFIGURATION ``: virtualEventWebinarRegistrationConfiguration - [(Any) ]: This indicates any property can be added to this object. - [Capacity ]: Total capacity of the virtual event. - [Questions ]: Registration questions. - [Id ]: The unique identifier for an entity. -Read-only. - [DisplayName ]: Display name of the registration question. - [IsRequired ]: Indicates whether an answer to the question is required. -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. [Id ]: The unique identifier for an entity. Read-only. @@ -1452,6 +1512,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 [Identity ]: identity [(Any) ]: This indicates any property can be added to this object. @@ -1500,6 +1564,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. @@ -1543,6 +1612,7 @@ Read-only. [IsEnabledForVideo ]: Indicates whether to apply a watermark to everyone's video feed. [Id ]: The unique identifier for an entity. Read-only. + [Capacity ]: Represents the expected number of attendees for town hall session. [EndDateTime ]: dateTimeTimeZone [(Any) ]: This indicates any property can be added to this object. [DateTime ]: A single point of time in a combined date and time representation ({date}T{time}). @@ -1602,6 +1672,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. @@ -1656,6 +1730,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. @@ -1699,6 +1778,7 @@ Read-only. [IsEnabledForVideo ]: Indicates whether to apply a watermark to everyone's video feed. [Id ]: The unique identifier for an entity. Read-only. + [Capacity ]: Represents the expected number of attendees for town hall session. [EndDateTime ]: dateTimeTimeZone [(Any) ]: This indicates any property can be added to this object. [DateTime ]: A single point of time in a combined date and time representation ({date}T{time}). diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Update-MgBetaVirtualEventWebinarPresenter.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Update-MgBetaVirtualEventWebinarPresenter.md index 0386254d2ebfa..941b8114fda08 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Update-MgBetaVirtualEventWebinarPresenter.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Update-MgBetaVirtualEventWebinarPresenter.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/update-mgbetavirtualeventwebinarpresenter Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaVirtualEventWebinarPresenter --- @@ -32,7 +32,6 @@ Update-MgBetaVirtualEventWebinarPresenter -VirtualEventPresenterId [-Sessions ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -43,7 +42,6 @@ Update-MgBetaVirtualEventWebinarPresenter -VirtualEventPresenterId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -56,7 +54,6 @@ Update-MgBetaVirtualEventWebinarPresenter -InputObject [-Sessions ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -66,7 +63,7 @@ Update-MgBetaVirtualEventWebinarPresenter -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -685,6 +682,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. @@ -733,6 +734,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. @@ -773,6 +779,7 @@ Read-only. [IsEnabledForVideo ]: Indicates whether to apply a watermark to everyone's video feed. [Id ]: The unique identifier for an entity. Read-only. + [Capacity ]: Represents the expected number of attendees for town hall session. [EndDateTime ]: dateTimeTimeZone [(Any) ]: This indicates any property can be added to this object. [DateTime ]: A single point of time in a combined date and time representation ({date}T{time}). @@ -887,6 +894,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. @@ -941,6 +952,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. @@ -984,6 +1000,7 @@ Read-only. [IsEnabledForVideo ]: Indicates whether to apply a watermark to everyone's video feed. [Id ]: The unique identifier for an entity. Read-only. + [Capacity ]: Represents the expected number of attendees for town hall session. [EndDateTime ]: dateTimeTimeZone [(Any) ]: This indicates any property can be added to this object. [DateTime ]: A single point of time in a combined date and time representation ({date}T{time}). diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Update-MgBetaVirtualEventWebinarRegistration.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Update-MgBetaVirtualEventWebinarRegistration.md index aea0cfe155ecd..0570880e15c2e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Update-MgBetaVirtualEventWebinarRegistration.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Update-MgBetaVirtualEventWebinarRegistration.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/update-mgbetavirtualeventwebinarregistration Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaVirtualEventWebinarRegistration --- @@ -34,7 +34,7 @@ Update-MgBetaVirtualEventWebinarRegistration -VirtualEventRegistrationId ] [-Status ] [-UserId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -45,7 +45,6 @@ Update-MgBetaVirtualEventWebinarRegistration -VirtualEventRegistrationId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -62,7 +61,7 @@ Update-MgBetaVirtualEventWebinarRegistration -InputObject [-Sessions ] [-Status ] [-UserId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -72,7 +71,7 @@ Update-MgBetaVirtualEventWebinarRegistration -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -922,6 +921,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 [Identity ]: identity [(Any) ]: This indicates any property can be added to this object. @@ -970,6 +973,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. @@ -1013,6 +1021,7 @@ Read-only. [IsEnabledForVideo ]: Indicates whether to apply a watermark to everyone's video feed. [Id ]: The unique identifier for an entity. Read-only. + [Capacity ]: Represents the expected number of attendees for town hall session. [EndDateTime ]: dateTimeTimeZone [(Any) ]: This indicates any property can be added to this object. [DateTime ]: A single point of time in a combined date and time representation ({date}T{time}). @@ -1112,6 +1121,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. @@ -1166,6 +1179,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. @@ -1209,6 +1227,7 @@ Read-only. [IsEnabledForVideo ]: Indicates whether to apply a watermark to everyone's video feed. [Id ]: The unique identifier for an entity. Read-only. + [Capacity ]: Represents the expected number of attendees for town hall session. [EndDateTime ]: dateTimeTimeZone [(Any) ]: This indicates any property can be added to this object. [DateTime ]: A single point of time in a combined date and time representation ({date}T{time}). diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Update-MgBetaVirtualEventWebinarRegistrationByEmail.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Update-MgBetaVirtualEventWebinarRegistrationByEmail.md index cec727e53202e..fa6772b556e83 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Update-MgBetaVirtualEventWebinarRegistrationByEmail.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Update-MgBetaVirtualEventWebinarRegistrationByEmail.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/update-mgbetavirtualeventwebinarregistrationbyemail Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaVirtualEventWebinarRegistrationByEmail --- @@ -34,7 +34,7 @@ Update-MgBetaVirtualEventWebinarRegistrationByEmail -Email -VirtualEven [-Sessions ] [-Status ] [-UserId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -51,7 +51,7 @@ Update-MgBetaVirtualEventWebinarRegistrationByEmail -InputObject ] [-Status ] [-UserId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -61,7 +61,7 @@ Update-MgBetaVirtualEventWebinarRegistrationByEmail -Email -VirtualEven -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -71,7 +71,7 @@ Update-MgBetaVirtualEventWebinarRegistrationByEmail -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -921,6 +921,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 [Identity ]: identity [(Any) ]: This indicates any property can be added to this object. @@ -969,6 +973,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. @@ -1012,6 +1021,7 @@ Read-only. [IsEnabledForVideo ]: Indicates whether to apply a watermark to everyone's video feed. [Id ]: The unique identifier for an entity. Read-only. + [Capacity ]: Represents the expected number of attendees for town hall session. [EndDateTime ]: dateTimeTimeZone [(Any) ]: This indicates any property can be added to this object. [DateTime ]: A single point of time in a combined date and time representation ({date}T{time}). @@ -1111,6 +1121,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. @@ -1165,6 +1179,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. @@ -1208,6 +1227,7 @@ Read-only. [IsEnabledForVideo ]: Indicates whether to apply a watermark to everyone's video feed. [Id ]: The unique identifier for an entity. Read-only. + [Capacity ]: Represents the expected number of attendees for town hall session. [EndDateTime ]: dateTimeTimeZone [(Any) ]: This indicates any property can be added to this object. [DateTime ]: A single point of time in a combined date and time representation ({date}T{time}). diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Update-MgBetaVirtualEventWebinarRegistrationByUserId.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Update-MgBetaVirtualEventWebinarRegistrationByUserId.md index a46e8b4b782b0..62fc5df5397f6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Update-MgBetaVirtualEventWebinarRegistrationByUserId.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Update-MgBetaVirtualEventWebinarRegistrationByUserId.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/update-mgbetavirtualeventwebinarregistrationbyuserid Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaVirtualEventWebinarRegistrationByUserId --- @@ -34,7 +34,7 @@ Update-MgBetaVirtualEventWebinarRegistrationByUserId -UserId [-Sessions ] [-Status ] [-UserId1 ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -51,7 +51,7 @@ Update-MgBetaVirtualEventWebinarRegistrationByUserId -InputObject ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -62,7 +62,6 @@ Update-MgBetaVirtualEventWebinarRegistrationByUserId -UserId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -72,7 +71,7 @@ Update-MgBetaVirtualEventWebinarRegistrationByUserId -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -922,6 +921,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 [Identity ]: identity [(Any) ]: This indicates any property can be added to this object. @@ -970,6 +973,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. @@ -1013,6 +1021,7 @@ Read-only. [IsEnabledForVideo ]: Indicates whether to apply a watermark to everyone's video feed. [Id ]: The unique identifier for an entity. Read-only. + [Capacity ]: Represents the expected number of attendees for town hall session. [EndDateTime ]: dateTimeTimeZone [(Any) ]: This indicates any property can be added to this object. [DateTime ]: A single point of time in a combined date and time representation ({date}T{time}). @@ -1112,6 +1121,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. @@ -1166,6 +1179,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. @@ -1209,6 +1227,7 @@ Read-only. [IsEnabledForVideo ]: Indicates whether to apply a watermark to everyone's video feed. [Id ]: The unique identifier for an entity. Read-only. + [Capacity ]: Represents the expected number of attendees for town hall session. [EndDateTime ]: dateTimeTimeZone [(Any) ]: This indicates any property can be added to this object. [DateTime ]: A single point of time in a combined date and time representation ({date}T{time}). diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Update-MgBetaVirtualEventWebinarRegistrationConfiguration.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Update-MgBetaVirtualEventWebinarRegistrationConfiguration.md index 918ba74ded654..717b21d82f6c8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Update-MgBetaVirtualEventWebinarRegistrationConfiguration.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Update-MgBetaVirtualEventWebinarRegistrationConfiguration.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/update-mgbetavirtualeventwebinarregistrationconfiguration Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaVirtualEventWebinarRegistrationConfiguration --- @@ -29,18 +29,16 @@ Update-MgBetaVirtualEventWebinarRegistrationConfiguration -VirtualEventWebinarId [-Questions ] [-RegistrationWebUrl ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update ``` Update-MgBetaVirtualEventWebinarRegistrationConfiguration -VirtualEventWebinarId - -BodyParameter - [-ResponseHeadersVariable ] [-Break] [-Headers ] + -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -52,18 +50,16 @@ Update-MgBetaVirtualEventWebinarRegistrationConfiguration -InputObject ] [-RegistrationWebUrl ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity ``` Update-MgBetaVirtualEventWebinarRegistrationConfiguration -InputObject - -BodyParameter - [-ResponseHeadersVariable ] [-Break] [-Headers ] + -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -107,10 +103,9 @@ HelpMessage: '' ### -BodyParameter virtualEventWebinarRegistrationConfiguration -To construct, see NOTES section for BODYPARAMETER properties and create a hash table. ```yaml -Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphVirtualEventWebinarRegistrationConfiguration +Type: System.Collections.Hashtable DefaultValue: '' SupportsWildcards: false Aliases: [] @@ -323,7 +318,7 @@ HelpMessage: '' ### -IsManualApprovalEnabled - +Indicates whether registrations require organizer approval before a participant is confirmed. ```yaml Type: System.Management.Automation.SwitchParameter @@ -350,7 +345,7 @@ HelpMessage: '' ### -IsWaitlistEnabled - +Indicates whether more registrants are automatically placed on a waitlist when capacity is reached. ```yaml Type: System.Management.Automation.SwitchParameter @@ -577,7 +572,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable {{ Fill in the Description }} -### Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphVirtualEventWebinarRegistrationConfiguration +### System.Collections.Hashtable {{ Fill in the Description }} @@ -598,21 +593,6 @@ 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 ``: virtualEventWebinarRegistrationConfiguration - [(Any) ]: This indicates any property can be added to this object. - [Capacity ]: Total capacity of the virtual event. - [Questions ]: Registration questions. - [Id ]: The unique identifier for an entity. -Read-only. - [DisplayName ]: Display name of the registration question. - [IsRequired ]: Indicates whether an answer to the question is required. -The default value is false. - [RegistrationWebUrl ]: Registration URL of the virtual event. - [Id ]: The unique identifier for an entity. -Read-only. - [IsManualApprovalEnabled ]: - [IsWaitlistEnabled ]: - INPUTOBJECT ``: Identity Parameter [AttendanceRecordId ]: The unique identifier of attendanceRecord [BookingAppointmentId ]: The unique identifier of bookingAppointment diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Update-MgBetaVirtualEventWebinarRegistrationConfigurationQuestion.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Update-MgBetaVirtualEventWebinarRegistrationConfigurationQuestion.md index c33312bfeb302..b5c2560080b4f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Update-MgBetaVirtualEventWebinarRegistrationConfigurationQuestion.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Update-MgBetaVirtualEventWebinarRegistrationConfigurationQuestion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/update-mgbetavirtualeventwebinarregistrationconfigurationquestion Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaVirtualEventWebinarRegistrationConfigurationQuestion --- @@ -29,7 +29,6 @@ Update-MgBetaVirtualEventWebinarRegistrationConfigurationQuestion [-Id ] [-IsRequired] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -41,7 +40,6 @@ Update-MgBetaVirtualEventWebinarRegistrationConfigurationQuestion [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -52,7 +50,6 @@ Update-MgBetaVirtualEventWebinarRegistrationConfigurationQuestion -InputObject < [-Id ] [-IsRequired] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -63,7 +60,6 @@ Update-MgBetaVirtualEventWebinarRegistrationConfigurationQuestion -InputObject < [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Update-MgBetaVirtualEventWebinarSession.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Update-MgBetaVirtualEventWebinarSession.md index 99b026083e5e0..132eb0ce6be56 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Update-MgBetaVirtualEventWebinarSession.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Update-MgBetaVirtualEventWebinarSession.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/update-mgbetavirtualeventwebinarsession Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaVirtualEventWebinarSession --- @@ -32,10 +32,11 @@ Update-MgBetaVirtualEventWebinarSession -VirtualEventSessionId [-AllowedLobbyAdmitters ] [-AllowedPresenters ] [-AnonymizeIdentityForRoles ] [-AttendanceReports ] - [-AudioConferencing ] [-ChatInfo ] - [-ChatRestrictions ] [-EndDateTime ] - [-ExpiryDateTime ] [-Id ] [-IsEndToEndEncryptionEnabled] [-IsEntryExitAnnounced] - [-JoinInformation ] + [-AudioConferencing ] [-Capacity ] + [-ChatInfo ] [-ChatRestrictions ] + [-CloudVideoInteropInfo ] + [-EndDateTime ] [-ExpiryDateTime ] [-Id ] + [-IsEndToEndEncryptionEnabled] [-IsEntryExitAnnounced] [-JoinInformation ] [-JoinMeetingIdSettings ] [-JoinWebUrl ] [-LobbyBypassSettings ] [-MeetingOptionsWebUrl ] [-MeetingSpokenLanguageTag ] [-Presenters ] @@ -46,7 +47,6 @@ Update-MgBetaVirtualEventWebinarSession -VirtualEventSessionId [-WatermarkProtection ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -57,7 +57,6 @@ Update-MgBetaVirtualEventWebinarSession -VirtualEventSessionId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -72,10 +71,11 @@ Update-MgBetaVirtualEventWebinarSession -InputObject [-AllowedLobbyAdmitters ] [-AllowedPresenters ] [-AnonymizeIdentityForRoles ] [-AttendanceReports ] - [-AudioConferencing ] [-ChatInfo ] - [-ChatRestrictions ] [-EndDateTime ] - [-ExpiryDateTime ] [-Id ] [-IsEndToEndEncryptionEnabled] [-IsEntryExitAnnounced] - [-JoinInformation ] + [-AudioConferencing ] [-Capacity ] + [-ChatInfo ] [-ChatRestrictions ] + [-CloudVideoInteropInfo ] + [-EndDateTime ] [-ExpiryDateTime ] [-Id ] + [-IsEndToEndEncryptionEnabled] [-IsEntryExitAnnounced] [-JoinInformation ] [-JoinMeetingIdSettings ] [-JoinWebUrl ] [-LobbyBypassSettings ] [-MeetingOptionsWebUrl ] [-MeetingSpokenLanguageTag ] [-Presenters ] @@ -86,7 +86,6 @@ Update-MgBetaVirtualEventWebinarSession -InputObject [-WatermarkProtection ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -96,7 +95,7 @@ Update-MgBetaVirtualEventWebinarSession -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -650,6 +649,33 @@ AcceptedValues: [] HelpMessage: '' ``` +### -Capacity + +Represents the expected number of attendees for town hall session. + +```yaml +Type: System.Int32 +DefaultValue: 0 +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: '' +``` + ### -ChatInfo chatInfo @@ -706,6 +732,34 @@ AcceptedValues: [] HelpMessage: '' ``` +### -CloudVideoInteropInfo + +cloudVideoInteropInfo +To construct, see NOTES section for CLOUDVIDEOINTEROPINFO properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphCloudVideoInteropInfo +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. @@ -1609,6 +1663,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. @@ -1688,6 +1746,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. @@ -1742,6 +1804,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. @@ -1785,6 +1852,7 @@ Read-only. [IsEnabledForVideo ]: Indicates whether to apply a watermark to everyone's video feed. [Id ]: The unique identifier for an entity. Read-only. + [Capacity ]: Represents the expected number of attendees for town hall session. [EndDateTime ]: dateTimeTimeZone [(Any) ]: This indicates any property can be added to this object. [DateTime ]: A single point of time in a combined date and time representation ({date}T{time}). @@ -1850,6 +1918,12 @@ CHATRESTRICTIONS ``: chatRestrictions [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 ]: + ENDDATETIME ``: dateTimeTimeZone [(Any) ]: This indicates any property can be added to this object. [DateTime ]: A single point of time in a combined date and time representation ({date}T{time}). @@ -1955,6 +2029,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. @@ -2003,6 +2081,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. @@ -2043,6 +2126,7 @@ Read-only. [IsEnabledForVideo ]: Indicates whether to apply a watermark to everyone's video feed. [Id ]: The unique identifier for an entity. Read-only. + [Capacity ]: Represents the expected number of attendees for town hall session. [EndDateTime ]: dateTimeTimeZone [(Any) ]: This indicates any property can be added to this object. [DateTime ]: A single point of time in a combined date and time representation ({date}T{time}). @@ -2146,6 +2230,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 [Identity ]: identity [(Any) ]: This indicates any property can be added to this object. @@ -2194,6 +2282,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. @@ -2237,6 +2330,7 @@ Read-only. [IsEnabledForVideo ]: Indicates whether to apply a watermark to everyone's video feed. [Id ]: The unique identifier for an entity. Read-only. + [Capacity ]: Represents the expected number of attendees for town hall session. [EndDateTime ]: dateTimeTimeZone [(Any) ]: This indicates any property can be added to this object. [DateTime ]: A single point of time in a combined date and time representation ({date}T{time}). diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Update-MgBetaVirtualEventWebinarSessionAttendanceReport.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Update-MgBetaVirtualEventWebinarSessionAttendanceReport.md index 8a80be7e5713d..4c189a2bf7741 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Update-MgBetaVirtualEventWebinarSessionAttendanceReport.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Update-MgBetaVirtualEventWebinarSessionAttendanceReport.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/update-mgbetavirtualeventwebinarsessionattendancereport Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaVirtualEventWebinarSessionAttendanceReport --- @@ -30,7 +30,7 @@ Update-MgBetaVirtualEventWebinarSessionAttendanceReport -MeetingAttendanceReport [-MeetingEndDateTime ] [-MeetingStartDateTime ] [-TotalParticipantCount ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -41,7 +41,7 @@ Update-MgBetaVirtualEventWebinarSessionAttendanceReport -MeetingAttendanceReport -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -54,7 +54,7 @@ Update-MgBetaVirtualEventWebinarSessionAttendanceReport -InputObject ] [-MeetingStartDateTime ] [-TotalParticipantCount ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -64,7 +64,7 @@ Update-MgBetaVirtualEventWebinarSessionAttendanceReport -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -669,6 +669,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. @@ -705,6 +709,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. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Update-MgBetaVirtualEventWebinarSessionAttendanceReportAttendanceRecord.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Update-MgBetaVirtualEventWebinarSessionAttendanceReportAttendanceRecord.md index 2a505a4db4669..31a525aaf6764 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Update-MgBetaVirtualEventWebinarSessionAttendanceReportAttendanceRecord.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Update-MgBetaVirtualEventWebinarSessionAttendanceReportAttendanceRecord.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/update-mgbetavirtualeventwebinarsessionattendancereportattendancerecord Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaVirtualEventWebinarSessionAttendanceReportAttendanceRecord --- @@ -27,12 +27,13 @@ Update-MgBetaVirtualEventWebinarSessionAttendanceReportAttendanceRecord -Attenda -MeetingAttendanceReportId -VirtualEventSessionId -VirtualEventWebinarId [-ResponseHeadersVariable ] [-AdditionalProperties ] [-AttendanceIntervals ] [-EmailAddress ] + [-Engagements ] [-ExternalRegistrationInformation ] [-Id ] [-Identity ] [-RegistrantId ] [-RegistrationId ] [-Role ] [-TotalAttendanceInSeconds ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -43,7 +44,7 @@ Update-MgBetaVirtualEventWebinarSessionAttendanceReportAttendanceRecord -Attenda -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -52,13 +53,13 @@ Update-MgBetaVirtualEventWebinarSessionAttendanceReportAttendanceRecord -Attenda Update-MgBetaVirtualEventWebinarSessionAttendanceReportAttendanceRecord -InputObject [-ResponseHeadersVariable ] [-AdditionalProperties ] [-AttendanceIntervals ] - [-EmailAddress ] + [-EmailAddress ] [-Engagements ] [-ExternalRegistrationInformation ] [-Id ] [-Identity ] [-RegistrantId ] [-RegistrationId ] [-Role ] [-TotalAttendanceInSeconds ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -69,7 +70,6 @@ Update-MgBetaVirtualEventWebinarSessionAttendanceReportAttendanceRecord [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -263,6 +263,34 @@ AcceptedValues: [] HelpMessage: '' ``` +### -Engagements + +The list of real-time participant interaction behaviors during a meeting. +To construct, see NOTES section for ENGAGEMENTS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphMeetingEngagement[] +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: '' +``` + ### -ExternalRegistrationInformation virtualEventExternalRegistrationInformation @@ -786,6 +814,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. @@ -809,6 +841,11 @@ Presents for all participant who has registered for the virtualEventWebinar. The possible values are: None, Attendee, Presenter, and Organizer. [TotalAttendanceInSeconds ]: Total duration of the attendances in seconds. +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. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Update-MgBetaVirtualEventWebinarSessionByJoinWebUrl.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Update-MgBetaVirtualEventWebinarSessionByJoinWebUrl.md index db2348fdc257c..ca5427e871f73 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Update-MgBetaVirtualEventWebinarSessionByJoinWebUrl.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Bookings/Update-MgBetaVirtualEventWebinarSessionByJoinWebUrl.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Bookings-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.bookings/update-mgbetavirtualeventwebinarsessionbyjoinweburl Locale: en-US Module Name: Microsoft.Graph.Beta.Bookings -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaVirtualEventWebinarSessionByJoinWebUrl --- @@ -29,10 +29,11 @@ Update-MgBetaVirtualEventWebinarSessionByJoinWebUrl -JoinWebUrl [-AllowedLobbyAdmitters ] [-AllowedPresenters ] [-AnonymizeIdentityForRoles ] [-AttendanceReports ] - [-AudioConferencing ] [-ChatInfo ] - [-ChatRestrictions ] [-EndDateTime ] - [-ExpiryDateTime ] [-Id ] [-IsEndToEndEncryptionEnabled] [-IsEntryExitAnnounced] - [-JoinInformation ] + [-AudioConferencing ] [-Capacity ] + [-ChatInfo ] [-ChatRestrictions ] + [-CloudVideoInteropInfo ] + [-EndDateTime ] [-ExpiryDateTime ] [-Id ] + [-IsEndToEndEncryptionEnabled] [-IsEntryExitAnnounced] [-JoinInformation ] [-JoinMeetingIdSettings ] [-JoinWebUrl1 ] [-LobbyBypassSettings ] [-MeetingOptionsWebUrl ] [-MeetingSpokenLanguageTag ] [-Presenters ] @@ -43,7 +44,6 @@ Update-MgBetaVirtualEventWebinarSessionByJoinWebUrl -JoinWebUrl [-WatermarkProtection ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -58,10 +58,11 @@ Update-MgBetaVirtualEventWebinarSessionByJoinWebUrl -InputObject ] [-AllowedPresenters ] [-AnonymizeIdentityForRoles ] [-AttendanceReports ] - [-AudioConferencing ] [-ChatInfo ] - [-ChatRestrictions ] [-EndDateTime ] - [-ExpiryDateTime ] [-Id ] [-IsEndToEndEncryptionEnabled] [-IsEntryExitAnnounced] - [-JoinInformation ] + [-AudioConferencing ] [-Capacity ] + [-ChatInfo ] [-ChatRestrictions ] + [-CloudVideoInteropInfo ] + [-EndDateTime ] [-ExpiryDateTime ] [-Id ] + [-IsEndToEndEncryptionEnabled] [-IsEntryExitAnnounced] [-JoinInformation ] [-JoinMeetingIdSettings ] [-LobbyBypassSettings ] [-MeetingOptionsWebUrl ] [-MeetingSpokenLanguageTag ] [-Presenters ] @@ -72,7 +73,6 @@ Update-MgBetaVirtualEventWebinarSessionByJoinWebUrl -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -83,7 +83,6 @@ Update-MgBetaVirtualEventWebinarSessionByJoinWebUrl -JoinWebUrl [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -93,7 +92,7 @@ Update-MgBetaVirtualEventWebinarSessionByJoinWebUrl -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -647,6 +646,33 @@ AcceptedValues: [] HelpMessage: '' ``` +### -Capacity + +Represents the expected number of attendees for town hall session. + +```yaml +Type: System.Int32 +DefaultValue: 0 +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: '' +``` + ### -ChatInfo chatInfo @@ -703,6 +729,34 @@ AcceptedValues: [] HelpMessage: '' ``` +### -CloudVideoInteropInfo + +cloudVideoInteropInfo +To construct, see NOTES section for CLOUDVIDEOINTEROPINFO properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphCloudVideoInteropInfo +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. @@ -1606,6 +1660,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. @@ -1685,6 +1743,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. @@ -1739,6 +1801,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. @@ -1782,6 +1849,7 @@ Read-only. [IsEnabledForVideo ]: Indicates whether to apply a watermark to everyone's video feed. [Id ]: The unique identifier for an entity. Read-only. + [Capacity ]: Represents the expected number of attendees for town hall session. [EndDateTime ]: dateTimeTimeZone [(Any) ]: This indicates any property can be added to this object. [DateTime ]: A single point of time in a combined date and time representation ({date}T{time}). @@ -1847,6 +1915,12 @@ CHATRESTRICTIONS ``: chatRestrictions [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 ]: + ENDDATETIME ``: dateTimeTimeZone [(Any) ]: This indicates any property can be added to this object. [DateTime ]: A single point of time in a combined date and time representation ({date}T{time}). @@ -1952,6 +2026,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. @@ -2000,6 +2078,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. @@ -2040,6 +2123,7 @@ Read-only. [IsEnabledForVideo ]: Indicates whether to apply a watermark to everyone's video feed. [Id ]: The unique identifier for an entity. Read-only. + [Capacity ]: Represents the expected number of attendees for town hall session. [EndDateTime ]: dateTimeTimeZone [(Any) ]: This indicates any property can be added to this object. [DateTime ]: A single point of time in a combined date and time representation ({date}T{time}). @@ -2143,6 +2227,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 [Identity ]: identity [(Any) ]: This indicates any property can be added to this object. @@ -2191,6 +2279,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. @@ -2234,6 +2327,7 @@ Read-only. [IsEnabledForVideo ]: Indicates whether to apply a watermark to everyone's video feed. [Id ]: The unique identifier for an entity. Read-only. + [Capacity ]: Represents the expected number of attendees for town hall session. [EndDateTime ]: dateTimeTimeZone [(Any) ]: This indicates any property can be added to this object. [DateTime ]: A single point of time in a combined date and time representation ({date}T{time}). diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaGroupCalendar.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaGroupCalendar.md index c0805af762606..1993618f4b1dc 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaGroupCalendar.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaGroupCalendar.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/get-mgbetagroupcalendar Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupCalendar --- @@ -27,7 +27,7 @@ Read-only. Get-MgBetaGroupCalendar -GroupId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaGroupCalendar -GroupId [-ExpandProperty ] [-Propert Get-MgBetaGroupCalendar -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaGroupCalendarEvent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaGroupCalendarEvent.md index f78edc422000c..ccef1931570cb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaGroupCalendarEvent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaGroupCalendarEvent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/get-mgbetagroupcalendarevent Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupCalendarEvent --- @@ -30,7 +30,7 @@ Get-MgBetaGroupCalendarEvent -GroupId [-ExpandProperty ] [-Pr [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -39,7 +39,7 @@ Get-MgBetaGroupCalendarEvent -GroupId [-ExpandProperty ] [-Pr Get-MgBetaGroupCalendarEvent -EventId -GroupId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +48,7 @@ Get-MgBetaGroupCalendarEvent -EventId -GroupId [-ExpandPropert Get-MgBetaGroupCalendarEvent -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -66,7 +66,7 @@ Read-only. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Calendars.ReadBasic, Group.ReadWrite.All, Group.Read.All, Calendars.Read, | +| Delegated (work or school account) | Calendars.ReadBasic, Calendars.Read, Group.Read.All, Group.ReadWrite.All, | | Delegated (personal Microsoft account) | Calendars.ReadBasic, Calendars.Read, | | Application | Calendars.ReadBasic, Calendars.Read, | diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaGroupCalendarPermission.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaGroupCalendarPermission.md index 0556995196084..0615995fe91b5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaGroupCalendarPermission.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaGroupCalendarPermission.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/get-mgbetagroupcalendarpermission Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupCalendarPermission --- @@ -28,7 +28,7 @@ Get-MgBetaGroupCalendarPermission -GroupId [-ExpandProperty ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaGroupCalendarPermission -CalendarPermissionId -GroupId ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -47,7 +47,7 @@ Get-MgBetaGroupCalendarPermission -CalendarPermissionId -GroupId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaGroupCalendarPermissionCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaGroupCalendarPermissionCount.md index e0c57e9ef3e4b..794c0abcef3d5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaGroupCalendarPermissionCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaGroupCalendarPermissionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/get-mgbetagroupcalendarpermissioncount Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupCalendarPermissionCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaGroupCalendarPermissionCount -GroupId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaGroupCalendarPermissionCount -GroupId [-Filter ] [-Se Get-MgBetaGroupCalendarPermissionCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaGroupCalendarSchedule.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaGroupCalendarSchedule.md index 4fecf7efe2094..d73967588ff8b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaGroupCalendarSchedule.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaGroupCalendarSchedule.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/get-mgbetagroupcalendarschedule Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupCalendarSchedule --- @@ -29,7 +29,6 @@ Get-MgBetaGroupCalendarSchedule -GroupId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Get @@ -40,7 +39,6 @@ Get-MgBetaGroupCalendarSchedule -GroupId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### GetViaIdentityExpanded @@ -52,7 +50,6 @@ Get-MgBetaGroupCalendarSchedule -InputObject [-ResponseHeade [-StartTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### GetViaIdentity @@ -63,7 +60,6 @@ Get-MgBetaGroupCalendarSchedule -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaGroupCalendarView.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaGroupCalendarView.md index 936368a19abed..56be1d1bc9dfe 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaGroupCalendarView.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaGroupCalendarView.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/get-mgbetagroupcalendarview Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupCalendarView --- @@ -31,7 +31,6 @@ Get-MgBetaGroupCalendarView -GroupId -EndDateTime -StartDateTi [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaGroupEvent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaGroupEvent.md index 73b8a220234c0..a9fade313598c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaGroupEvent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaGroupEvent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/get-mgbetagroupevent Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupEvent --- @@ -28,7 +28,7 @@ Get-MgBetaGroupEvent -GroupId [-ExpandProperty ] [-Property < [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -37,7 +37,7 @@ Get-MgBetaGroupEvent -GroupId [-ExpandProperty ] [-Property < Get-MgBetaGroupEvent -EventId -GroupId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +46,7 @@ Get-MgBetaGroupEvent -EventId -GroupId [-ExpandProperty [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -62,7 +62,7 @@ Get an event object. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Calendars.ReadBasic, Group.ReadWrite.All, Group.Read.All, Calendars.Read, | +| Delegated (work or school account) | Calendars.ReadBasic, Calendars.Read, Group.Read.All, Group.ReadWrite.All, | | Delegated (personal Microsoft account) | Calendars.ReadBasic, Calendars.Read, | | Application | Calendars.ReadBasic, Calendars.Read, | diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaGroupEventAttachment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaGroupEventAttachment.md index 97c8516af6cee..d99a2451a4393 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaGroupEventAttachment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaGroupEventAttachment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/get-mgbetagroupeventattachment Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupEventAttachment --- @@ -31,7 +31,7 @@ Get-MgBetaGroupEventAttachment -EventId -GroupId [-ExpandPrope [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -41,7 +41,7 @@ Get-MgBetaGroupEventAttachment -AttachmentId -EventId -GroupId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -50,7 +50,7 @@ Get-MgBetaGroupEventAttachment -AttachmentId -EventId -GroupId Get-MgBetaGroupEventAttachment -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaGroupEventAttachmentCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaGroupEventAttachmentCount.md index 687a5b0dd95ec..d22c2181bebf5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaGroupEventAttachmentCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaGroupEventAttachmentCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/get-mgbetagroupeventattachmentcount Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupEventAttachmentCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaGroupEventAttachmentCount -EventId -GroupId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaGroupEventAttachmentCount -EventId -GroupId [-Filter Get-MgBetaGroupEventAttachmentCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaGroupEventCalendar.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaGroupEventCalendar.md index 3e74fbc112ada..58c05b81a1f38 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaGroupEventCalendar.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaGroupEventCalendar.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/get-mgbetagroupeventcalendar Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupEventCalendar --- @@ -28,7 +28,7 @@ Read-only. Get-MgBetaGroupEventCalendar -EventId -GroupId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaGroupEventCalendar -EventId -GroupId [-ExpandPropert Get-MgBetaGroupEventCalendar -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaGroupEventCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaGroupEventCount.md index 17fd935430289..dfb27d39d1127 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaGroupEventCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaGroupEventCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/get-mgbetagroupeventcount Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupEventCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaGroupEventCount -GroupId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaGroupEventCount -GroupId [-Filter ] [-Search Get-MgBetaGroupEventCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaGroupEventDelta.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaGroupEventDelta.md index 8e9d94dc76aa4..1a1dcf3dc4860 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaGroupEventDelta.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaGroupEventDelta.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/get-mgbetagroupeventdelta Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupEventDelta --- @@ -36,7 +36,6 @@ Get-MgBetaGroupEventDelta -GroupId -EndDateTime -StartDateTime [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### DeltaViaIdentity @@ -47,7 +46,7 @@ Get-MgBetaGroupEventDelta -InputObject -EndDateTime [-Search ] [-Skip ] [-Sort ] [-Top ] [-Count] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -70,9 +69,9 @@ The following table lists the differences between the delta function on events a | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Calendars.Read, Calendars.ReadWrite, Calendars.ReadBasic, | -| Delegated (personal Microsoft account) | Calendars.Read, Calendars.ReadWrite, Calendars.ReadBasic, | -| Application | Calendars.Read, Calendars.ReadWrite, Calendars.ReadBasic, | +| Delegated (work or school account) | Calendars.Read, Calendars.ReadBasic, Calendars.ReadWrite, | +| Delegated (personal Microsoft account) | Calendars.Read, Calendars.ReadBasic, Calendars.ReadWrite, | +| Application | Calendars.Read, Calendars.ReadBasic, Calendars.ReadWrite, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaGroupEventExtension.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaGroupEventExtension.md index a80f597e68a0d..90aac1c98fbce 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaGroupEventExtension.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaGroupEventExtension.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/get-mgbetagroupeventextension Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupEventExtension --- @@ -30,7 +30,7 @@ Get-MgBetaGroupEventExtension -EventId -GroupId [-ExpandProper [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -40,7 +40,7 @@ Get-MgBetaGroupEventExtension -EventId -ExtensionId -GroupId < [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -49,7 +49,7 @@ Get-MgBetaGroupEventExtension -EventId -ExtensionId -GroupId < Get-MgBetaGroupEventExtension -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaGroupEventExtensionCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaGroupEventExtensionCount.md index 1436557583459..98adbc96240db 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaGroupEventExtensionCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaGroupEventExtensionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/get-mgbetagroupeventextensioncount Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupEventExtensionCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaGroupEventExtensionCount -EventId -GroupId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaGroupEventExtensionCount -EventId -GroupId [-Filter Get-MgBetaGroupEventExtensionCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaGroupEventInstance.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaGroupEventInstance.md index ba82343c3352a..3d00e13478c40 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaGroupEventInstance.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaGroupEventInstance.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/get-mgbetagroupeventinstance Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupEventInstance --- @@ -34,7 +34,7 @@ Get-MgBetaGroupEventInstance -EventId -GroupId -EndDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaGroupEventInstanceDelta.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaGroupEventInstanceDelta.md index 206befb945e9a..0796f6c87442f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaGroupEventInstanceDelta.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaGroupEventInstanceDelta.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/get-mgbetagroupeventinstancedelta Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupEventInstanceDelta --- @@ -36,7 +36,7 @@ Get-MgBetaGroupEventInstanceDelta -EventId -GroupId -EndDateTi [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### DeltaViaIdentity @@ -47,7 +47,7 @@ Get-MgBetaGroupEventInstanceDelta -InputObject -EndDateTime [-Search ] [-Skip ] [-Sort ] [-Top ] [-Count] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsBuilding.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsBuilding.md index 720975ac10d4a..73e3c7b047e17 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsBuilding.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsBuilding.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/get-mgbetaplaceasbuilding Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPlaceAsBuilding --- @@ -31,7 +31,7 @@ Get-MgBetaPlaceAsBuilding [-ExpandProperty ] [-Property ] [- [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -40,7 +40,7 @@ Get-MgBetaPlaceAsBuilding [-ExpandProperty ] [-Property ] [- Get-MgBetaPlaceAsBuilding -PlaceId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -49,7 +49,7 @@ Get-MgBetaPlaceAsBuilding -PlaceId [-ExpandProperty ] [-Prope Get-MgBetaPlaceAsBuilding -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -64,6 +64,19 @@ You can do the following for a given tenant:\r- List all buildings.\r- List all Compared with the findRooms and findRoomLists functions, this operation returns a richer payload for rooms and room lists. For details about how they compare, see Using the places API. +## EXAMPLES +### Example 1: List all buildings defined in the tenant + +```powershell + +Import-Module Microsoft.Graph.Beta.Calendar + +Get-MgBetaPlaceAsBuilding + +``` +This example will list all buildings defined in the tenant + + ## PARAMETERS ### -All @@ -571,6 +584,5 @@ INPUTOBJECT ``: Identity Parameter - diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsBuildingCheck.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsBuildingCheck.md index 5fd3ba65a51ca..f1e251f4da8f2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsBuildingCheck.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsBuildingCheck.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/get-mgbetaplaceasbuildingcheck Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPlaceAsBuildingCheck --- @@ -28,7 +28,7 @@ Get-MgBetaPlaceAsBuildingCheck -PlaceId [-ExpandProperty ] [- [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaPlaceAsBuildingCheck -CheckInClaimCalendarEventId -PlaceId ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -47,7 +47,7 @@ Get-MgBetaPlaceAsBuildingCheck -CheckInClaimCalendarEventId -PlaceId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsBuildingCheckInCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsBuildingCheckInCount.md index 8e03a6106df6c..2886912d2e559 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsBuildingCheckInCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsBuildingCheckInCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/get-mgbetaplaceasbuildingcheckincount Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPlaceAsBuildingCheckInCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaPlaceAsBuildingCheckInCount -PlaceId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaPlaceAsBuildingCheckInCount -PlaceId [-Filter ] [-Sea Get-MgBetaPlaceAsBuildingCheckInCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsBuildingChild.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsBuildingChild.md index 168b223fee6e8..197a1acd6b562 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsBuildingChild.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsBuildingChild.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/get-mgbetaplaceasbuildingchild Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPlaceAsBuildingChild --- @@ -25,7 +25,7 @@ Get-MgBetaPlaceAsBuildingChild -PlaceId [-ExpandProperty ] [- [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -34,7 +34,7 @@ Get-MgBetaPlaceAsBuildingChild -PlaceId [-ExpandProperty ] [- Get-MgBetaPlaceAsBuildingChild -PlaceId -PlaceId1 [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -43,7 +43,7 @@ Get-MgBetaPlaceAsBuildingChild -PlaceId -PlaceId1 [-ExpandProp Get-MgBetaPlaceAsBuildingChild -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsBuildingChildCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsBuildingChildCount.md index 0c14a9bacac82..2591a29001e46 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsBuildingChildCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsBuildingChildCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/get-mgbetaplaceasbuildingchildcount Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPlaceAsBuildingChildCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaPlaceAsBuildingChildCount -PlaceId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -32,7 +32,7 @@ Get-MgBetaPlaceAsBuildingChildCount -PlaceId [-Filter ] [-Searc Get-MgBetaPlaceAsBuildingChildCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsBuildingMap.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsBuildingMap.md index e92846e06cdb3..50603e18a2659 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsBuildingMap.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsBuildingMap.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/get-mgbetaplaceasbuildingmap Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPlaceAsBuildingMap --- @@ -26,7 +26,7 @@ Get the map of a building in IMDF format. Get-MgBetaPlaceAsBuildingMap -PlaceId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaPlaceAsBuildingMap -PlaceId [-ExpandProperty ] [-Pr Get-MgBetaPlaceAsBuildingMap -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -47,6 +47,19 @@ This cmdlet has the following aliases, Get the map of a building in IMDF format. +## EXAMPLES +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Beta.Calendar + +Get-MgBetaPlaceAsBuildingMap -PlaceId $placeId + +``` +This example shows how to use the Get-MgBetaPlaceAsBuildingMap Cmdlet. + + ## PARAMETERS ### -Break @@ -382,6 +395,5 @@ INPUTOBJECT ``: Identity Parameter - diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsBuildingMapFootprint.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsBuildingMapFootprint.md index 35e49ff5e45f0..4c7c5d7921955 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsBuildingMapFootprint.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsBuildingMapFootprint.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/get-mgbetaplaceasbuildingmapfootprint Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPlaceAsBuildingMapFootprint --- @@ -29,7 +29,7 @@ Get-MgBetaPlaceAsBuildingMapFootprint -PlaceId [-ExpandProperty ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -39,7 +39,7 @@ Get-MgBetaPlaceAsBuildingMapFootprint -FootprintMapId -PlaceId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +48,7 @@ Get-MgBetaPlaceAsBuildingMapFootprint -FootprintMapId -PlaceId Get-MgBetaPlaceAsBuildingMapFootprint -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -61,6 +61,19 @@ This cmdlet has the following aliases, Represents the approximate physical extent of a referenced building. It corresponds to footprint.geojson in IMDF format. +## EXAMPLES +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Beta.Calendar + +Get-MgBetaPlaceAsBuildingMapFootprint -PlaceId $placeId + +``` +This example shows how to use the Get-MgBetaPlaceAsBuildingMapFootprint Cmdlet. + + ## PARAMETERS ### -All @@ -595,6 +608,5 @@ INPUTOBJECT ``: Identity Parameter - diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsBuildingMapFootprintCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsBuildingMapFootprintCount.md index eb1597d675451..c43b75c3f5715 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsBuildingMapFootprintCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsBuildingMapFootprintCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/get-mgbetaplaceasbuildingmapfootprintcount Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPlaceAsBuildingMapFootprintCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaPlaceAsBuildingMapFootprintCount -PlaceId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaPlaceAsBuildingMapFootprintCount -PlaceId [-Filter ] Get-MgBetaPlaceAsBuildingMapFootprintCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsBuildingMapLevel.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsBuildingMapLevel.md index a16c9fb68259f..83a983c03b092 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsBuildingMapLevel.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsBuildingMapLevel.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/get-mgbetaplaceasbuildingmaplevel Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPlaceAsBuildingMapLevel --- @@ -29,7 +29,7 @@ Get-MgBetaPlaceAsBuildingMapLevel -PlaceId [-ExpandProperty ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -39,7 +39,7 @@ Get-MgBetaPlaceAsBuildingMapLevel -LevelMapId -PlaceId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +48,7 @@ Get-MgBetaPlaceAsBuildingMapLevel -LevelMapId -PlaceId Get-MgBetaPlaceAsBuildingMapLevel -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -61,6 +61,19 @@ This cmdlet has the following aliases, Represents a physical floor structure within a building. It corresponds to level.geojson in IMDF format. +## EXAMPLES +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Beta.Calendar + +Get-MgBetaPlaceAsBuildingMapLevel -PlaceId $placeId + +``` +This example shows how to use the Get-MgBetaPlaceAsBuildingMapLevel Cmdlet. + + ## PARAMETERS ### -All @@ -595,6 +608,5 @@ INPUTOBJECT ``: Identity Parameter - diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsBuildingMapLevelCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsBuildingMapLevelCount.md index f34764c4a021d..b3f91ec04803f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsBuildingMapLevelCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsBuildingMapLevelCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/get-mgbetaplaceasbuildingmaplevelcount Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPlaceAsBuildingMapLevelCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaPlaceAsBuildingMapLevelCount -PlaceId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaPlaceAsBuildingMapLevelCount -PlaceId [-Filter ] [-Se Get-MgBetaPlaceAsBuildingMapLevelCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsBuildingMapLevelFixture.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsBuildingMapLevelFixture.md index 9d8fd650a3364..ec8ca4a6fd7f9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsBuildingMapLevelFixture.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsBuildingMapLevelFixture.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/get-mgbetaplaceasbuildingmaplevelfixture Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPlaceAsBuildingMapLevelFixture --- @@ -30,7 +30,6 @@ Get-MgBetaPlaceAsBuildingMapLevelFixture -LevelMapId -PlaceId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -40,7 +39,7 @@ Get-MgBetaPlaceAsBuildingMapLevelFixture -FixtureMapId -LevelMapId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -50,7 +49,7 @@ Get-MgBetaPlaceAsBuildingMapLevelFixture -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -63,6 +62,19 @@ This cmdlet has the following aliases, Collection of fixtures (such as furniture or equipment) on this level. Supports upsert. +## EXAMPLES +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Beta.Calendar + +Get-MgBetaPlaceAsBuildingMapLevelFixture -PlaceId $placeId -LevelMapId $levelMapId + +``` +This example shows how to use the Get-MgBetaPlaceAsBuildingMapLevelFixture Cmdlet. + + ## PARAMETERS ### -All @@ -624,6 +636,5 @@ INPUTOBJECT ``: Identity Parameter - diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsBuildingMapLevelFixtureCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsBuildingMapLevelFixtureCount.md index a0ccbe47cbbf3..bcf333e2f146b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsBuildingMapLevelFixtureCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsBuildingMapLevelFixtureCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/get-mgbetaplaceasbuildingmaplevelfixturecount Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPlaceAsBuildingMapLevelFixtureCount --- @@ -27,7 +27,7 @@ Get-MgBetaPlaceAsBuildingMapLevelFixtureCount -LevelMapId -PlaceId ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaPlaceAsBuildingMapLevelFixtureCount -LevelMapId -PlaceId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsBuildingMapLevelSection.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsBuildingMapLevelSection.md index 52b1cd5b28971..96fa08b9f4b18 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsBuildingMapLevelSection.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsBuildingMapLevelSection.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/get-mgbetaplaceasbuildingmaplevelsection Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPlaceAsBuildingMapLevelSection --- @@ -30,7 +30,6 @@ Get-MgBetaPlaceAsBuildingMapLevelSection -LevelMapId -PlaceId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -40,7 +39,7 @@ Get-MgBetaPlaceAsBuildingMapLevelSection -LevelMapId -PlaceId -SectionMapId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -50,7 +49,7 @@ Get-MgBetaPlaceAsBuildingMapLevelSection -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -63,6 +62,19 @@ This cmdlet has the following aliases, Collection of sections (such as zones or partitions) on this level. Supports upsert. +## EXAMPLES +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Beta.Calendar + +Get-MgBetaPlaceAsBuildingMapLevelSection -PlaceId $placeId -LevelMapId $levelMapId + +``` +This example shows how to use the Get-MgBetaPlaceAsBuildingMapLevelSection Cmdlet. + + ## PARAMETERS ### -All @@ -624,6 +636,5 @@ INPUTOBJECT ``: Identity Parameter - diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsBuildingMapLevelSectionCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsBuildingMapLevelSectionCount.md index 4fb0a35595ac4..4a1b11d5eedcd 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsBuildingMapLevelSectionCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsBuildingMapLevelSectionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/get-mgbetaplaceasbuildingmaplevelsectioncount Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPlaceAsBuildingMapLevelSectionCount --- @@ -27,7 +27,7 @@ Get-MgBetaPlaceAsBuildingMapLevelSectionCount -LevelMapId -PlaceId ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaPlaceAsBuildingMapLevelSectionCount -LevelMapId -PlaceId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsBuildingMapLevelUnit.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsBuildingMapLevelUnit.md index 3cdb7d652f365..a9c07036b7b64 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsBuildingMapLevelUnit.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsBuildingMapLevelUnit.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/get-mgbetaplaceasbuildingmaplevelunit Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPlaceAsBuildingMapLevelUnit --- @@ -30,7 +30,6 @@ Get-MgBetaPlaceAsBuildingMapLevelUnit -LevelMapId -PlaceId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -40,7 +39,7 @@ Get-MgBetaPlaceAsBuildingMapLevelUnit -LevelMapId -PlaceId -Un [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -49,7 +48,7 @@ Get-MgBetaPlaceAsBuildingMapLevelUnit -LevelMapId -PlaceId -Un Get-MgBetaPlaceAsBuildingMapLevelUnit -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -62,6 +61,19 @@ This cmdlet has the following aliases, Collection of units (such as rooms or offices) on this level. Supports upsert. +## EXAMPLES +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Beta.Calendar + +Get-MgBetaPlaceAsBuildingMapLevelUnit -PlaceId $placeId -LevelMapId $levelMapId + +``` +This example shows how to use the Get-MgBetaPlaceAsBuildingMapLevelUnit Cmdlet. + + ## PARAMETERS ### -All @@ -623,6 +635,5 @@ INPUTOBJECT ``: Identity Parameter - diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsBuildingMapLevelUnitCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsBuildingMapLevelUnitCount.md index 5daacc1d8aa35..d6e78a65ee808 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsBuildingMapLevelUnitCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsBuildingMapLevelUnitCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/get-mgbetaplaceasbuildingmaplevelunitcount Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPlaceAsBuildingMapLevelUnitCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaPlaceAsBuildingMapLevelUnitCount -LevelMapId -PlaceId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaPlaceAsBuildingMapLevelUnitCount -LevelMapId -PlaceId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsDesk.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsDesk.md index 2e88d8c2a018d..968257d695b96 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsDesk.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsDesk.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/get-mgbetaplaceasdesk Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPlaceAsDesk --- @@ -31,7 +31,7 @@ Get-MgBetaPlaceAsDesk [-ExpandProperty ] [-Property ] [-Filt [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -40,7 +40,7 @@ Get-MgBetaPlaceAsDesk [-ExpandProperty ] [-Property ] [-Filt Get-MgBetaPlaceAsDesk -PlaceId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -49,7 +49,7 @@ Get-MgBetaPlaceAsDesk -PlaceId [-ExpandProperty ] [-Property Get-MgBetaPlaceAsDesk -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -64,6 +64,19 @@ You can do the following for a given tenant:\r- List all buildings.\r- List all Compared with the findRooms and findRoomLists functions, this operation returns a richer payload for rooms and room lists. For details about how they compare, see Using the places API. +## EXAMPLES +### Example 1: List all desks defined in the tenant + +```powershell + +Import-Module Microsoft.Graph.Beta.Calendar + +Get-MgBetaPlaceAsDesk + +``` +This example will list all desks defined in the tenant + + ## PARAMETERS ### -All @@ -571,6 +584,5 @@ INPUTOBJECT ``: Identity Parameter - diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsDeskCheck.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsDeskCheck.md index 9782f36331ddc..26923d0b6f470 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsDeskCheck.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsDeskCheck.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/get-mgbetaplaceasdeskcheck Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPlaceAsDeskCheck --- @@ -28,7 +28,7 @@ Get-MgBetaPlaceAsDeskCheck -PlaceId [-ExpandProperty ] [-Prop [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaPlaceAsDeskCheck -CheckInClaimCalendarEventId -PlaceId ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -47,7 +47,7 @@ Get-MgBetaPlaceAsDeskCheck -CheckInClaimCalendarEventId -PlaceId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsDeskCheckInCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsDeskCheckInCount.md index b272eca7d2d39..9ffdc24deacc2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsDeskCheckInCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsDeskCheckInCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/get-mgbetaplaceasdeskcheckincount Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPlaceAsDeskCheckInCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaPlaceAsDeskCheckInCount -PlaceId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaPlaceAsDeskCheckInCount -PlaceId [-Filter ] [-Search Get-MgBetaPlaceAsDeskCheckInCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsDeskChild.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsDeskChild.md index 37b1220e9b230..70f590ca2bc0d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsDeskChild.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsDeskChild.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/get-mgbetaplaceasdeskchild Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPlaceAsDeskChild --- @@ -25,7 +25,7 @@ Get-MgBetaPlaceAsDeskChild -PlaceId [-ExpandProperty ] [-Prop [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -34,7 +34,7 @@ Get-MgBetaPlaceAsDeskChild -PlaceId [-ExpandProperty ] [-Prop Get-MgBetaPlaceAsDeskChild -PlaceId -PlaceId1 [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -43,7 +43,7 @@ Get-MgBetaPlaceAsDeskChild -PlaceId -PlaceId1 [-ExpandProperty Get-MgBetaPlaceAsDeskChild -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsDeskChildCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsDeskChildCount.md index a8c50c4eb2648..edef5a3852868 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsDeskChildCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsDeskChildCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/get-mgbetaplaceasdeskchildcount Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPlaceAsDeskChildCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaPlaceAsDeskChildCount -PlaceId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -32,7 +32,7 @@ Get-MgBetaPlaceAsDeskChildCount -PlaceId [-Filter ] [-Search [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsFloor.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsFloor.md index 4881169c892b1..dd417fa635fd2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsFloor.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsFloor.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/get-mgbetaplaceasfloor Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPlaceAsFloor --- @@ -31,7 +31,7 @@ Get-MgBetaPlaceAsFloor [-ExpandProperty ] [-Property ] [-Fil [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -40,7 +40,7 @@ Get-MgBetaPlaceAsFloor [-ExpandProperty ] [-Property ] [-Fil Get-MgBetaPlaceAsFloor -PlaceId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -49,7 +49,7 @@ Get-MgBetaPlaceAsFloor -PlaceId [-ExpandProperty ] [-Property Get-MgBetaPlaceAsFloor -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -64,6 +64,19 @@ You can do the following for a given tenant:\r- List all buildings.\r- List all Compared with the findRooms and findRoomLists functions, this operation returns a richer payload for rooms and room lists. For details about how they compare, see Using the places API. +## EXAMPLES +### Example 1: List all floors defined in the tenant + +```powershell + +Import-Module Microsoft.Graph.Beta.Calendar + +Get-MgBetaPlaceAsFloor + +``` +This example will list all floors defined in the tenant + + ## PARAMETERS ### -All @@ -571,6 +584,5 @@ INPUTOBJECT ``: Identity Parameter - diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsFloorCheck.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsFloorCheck.md index f469a6e6c05d6..3e9cb94f42a5c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsFloorCheck.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsFloorCheck.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/get-mgbetaplaceasfloorcheck Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPlaceAsFloorCheck --- @@ -28,7 +28,7 @@ Get-MgBetaPlaceAsFloorCheck -PlaceId [-ExpandProperty ] [-Pro [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaPlaceAsFloorCheck -CheckInClaimCalendarEventId -PlaceId ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -47,7 +47,7 @@ Get-MgBetaPlaceAsFloorCheck -CheckInClaimCalendarEventId -PlaceId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsFloorCheckInCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsFloorCheckInCount.md index 67c645cb4d371..686d71f59860b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsFloorCheckInCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsFloorCheckInCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/get-mgbetaplaceasfloorcheckincount Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPlaceAsFloorCheckInCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaPlaceAsFloorCheckInCount -PlaceId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaPlaceAsFloorCheckInCount -PlaceId [-Filter ] [-Search Get-MgBetaPlaceAsFloorCheckInCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsFloorChild.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsFloorChild.md index decee60bcccd2..e9f43ab8e1269 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsFloorChild.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsFloorChild.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/get-mgbetaplaceasfloorchild Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPlaceAsFloorChild --- @@ -25,7 +25,7 @@ Get-MgBetaPlaceAsFloorChild -PlaceId [-ExpandProperty ] [-Pro [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -34,7 +34,7 @@ Get-MgBetaPlaceAsFloorChild -PlaceId [-ExpandProperty ] [-Pro Get-MgBetaPlaceAsFloorChild -PlaceId -PlaceId1 [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -43,7 +43,7 @@ Get-MgBetaPlaceAsFloorChild -PlaceId -PlaceId1 [-ExpandPropert Get-MgBetaPlaceAsFloorChild -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsFloorChildCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsFloorChildCount.md index 6ab566a8f8255..c86fcd40a53c0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsFloorChildCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsFloorChildCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/get-mgbetaplaceasfloorchildcount Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPlaceAsFloorChildCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaPlaceAsFloorChildCount -PlaceId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -32,7 +32,7 @@ Get-MgBetaPlaceAsFloorChildCount -PlaceId [-Filter ] [-Search < Get-MgBetaPlaceAsFloorChildCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsRoom.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsRoom.md index 151ee487bcd81..4878198875c80 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsRoom.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsRoom.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/get-mgbetaplaceasroom Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPlaceAsRoom --- @@ -31,7 +31,7 @@ Get-MgBetaPlaceAsRoom [-ExpandProperty ] [-Property ] [-Filt [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -40,7 +40,7 @@ Get-MgBetaPlaceAsRoom [-ExpandProperty ] [-Property ] [-Filt Get-MgBetaPlaceAsRoom -PlaceId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -49,7 +49,7 @@ Get-MgBetaPlaceAsRoom -PlaceId [-ExpandProperty ] [-Property Get-MgBetaPlaceAsRoom -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -65,7 +65,7 @@ Compared with the findRooms and findRoomLists functions, this operation returns For details about how they compare, see Using the places API. ## EXAMPLES -### Example 1: Code snippet +### Example 1: List all rooms defined in the tenant ```powershell @@ -74,7 +74,7 @@ Import-Module Microsoft.Graph.Beta.Calendar Get-MgBetaPlaceAsRoom ``` -This example shows how to use the Get-MgBetaPlaceAsRoom Cmdlet. +This example will list all rooms defined in the tenant ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsRoomCheck.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsRoomCheck.md index bb0926ab81d94..9b02042198c8b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsRoomCheck.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsRoomCheck.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/get-mgbetaplaceasroomcheck Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPlaceAsRoomCheck --- @@ -28,7 +28,7 @@ Get-MgBetaPlaceAsRoomCheck -PlaceId [-ExpandProperty ] [-Prop [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaPlaceAsRoomCheck -CheckInClaimCalendarEventId -PlaceId ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -47,7 +47,7 @@ Get-MgBetaPlaceAsRoomCheck -CheckInClaimCalendarEventId -PlaceId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsRoomCheckInCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsRoomCheckInCount.md index e226291826b2b..614c2d285082d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsRoomCheckInCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsRoomCheckInCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/get-mgbetaplaceasroomcheckincount Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPlaceAsRoomCheckInCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaPlaceAsRoomCheckInCount -PlaceId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaPlaceAsRoomCheckInCount -PlaceId [-Filter ] [-Search Get-MgBetaPlaceAsRoomCheckInCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsRoomChild.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsRoomChild.md index 9f9c86551077d..44fa375928e73 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsRoomChild.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsRoomChild.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/get-mgbetaplaceasroomchild Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPlaceAsRoomChild --- @@ -25,7 +25,7 @@ Get-MgBetaPlaceAsRoomChild -PlaceId [-ExpandProperty ] [-Prop [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -34,7 +34,7 @@ Get-MgBetaPlaceAsRoomChild -PlaceId [-ExpandProperty ] [-Prop Get-MgBetaPlaceAsRoomChild -PlaceId -PlaceId1 [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -43,7 +43,7 @@ Get-MgBetaPlaceAsRoomChild -PlaceId -PlaceId1 [-ExpandProperty Get-MgBetaPlaceAsRoomChild -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsRoomChildCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsRoomChildCount.md index 6673b69f92d82..c5ce7288596fb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsRoomChildCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsRoomChildCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/get-mgbetaplaceasroomchildcount Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPlaceAsRoomChildCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaPlaceAsRoomChildCount -PlaceId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -32,7 +32,7 @@ Get-MgBetaPlaceAsRoomChildCount -PlaceId [-Filter ] [-Search [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsRoomList.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsRoomList.md index 9b01a1b4f3a0a..b843cf75668f9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsRoomList.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsRoomList.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/get-mgbetaplaceasroomlist Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPlaceAsRoomList --- @@ -13,7 +13,8 @@ title: Get-MgBetaPlaceAsRoomList ## SYNOPSIS -Get the item of type microsoft.graph.place as microsoft.graph.roomList +Read the properties of a place object specified by its ID. +The place object can be one of the following types: The listed resources are derived from the place object. > [!NOTE] > To view the v1.0 release of this cmdlet, view [Get-MgPlaceAsRoomList](/powershell/module/Microsoft.Graph.Calendar/Get-MgPlaceAsRoomList?view=graph-powershell-1.0) @@ -28,7 +29,7 @@ Get-MgBetaPlaceAsRoomList [-ExpandProperty ] [-Property ] [- [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -37,7 +38,7 @@ Get-MgBetaPlaceAsRoomList [-ExpandProperty ] [-Property ] [- Get-MgBetaPlaceAsRoomList -PlaceId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +47,7 @@ Get-MgBetaPlaceAsRoomList -PlaceId [-ExpandProperty ] [-Prope Get-MgBetaPlaceAsRoomList -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -56,7 +57,21 @@ This cmdlet has the following aliases, ## DESCRIPTION -Get the item of type microsoft.graph.place as microsoft.graph.roomList +Read the properties of a place object specified by its ID. +The place object can be one of the following types: The listed resources are derived from the place object. + +## EXAMPLES +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Beta.Calendar + +Get-MgBetaPlaceAsRoomList -PlaceId $placeId + +``` +This example shows how to use the Get-MgBetaPlaceAsRoomList Cmdlet. + ## PARAMETERS @@ -544,7 +559,7 @@ INPUTOBJECT ``: Identity Parameter ## RELATED LINKS - [Get-MgBetaPlaceAsRoomList](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/get-mgbetaplaceasroomlist) - +- [Graph API Reference](https://learn.microsoft.com/graph/api/place-get?view=graph-rest-beta) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsRoomListCheck.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsRoomListCheck.md index 896370e02a35a..345909e3098d0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsRoomListCheck.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsRoomListCheck.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/get-mgbetaplaceasroomlistcheck Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPlaceAsRoomListCheck --- @@ -28,7 +28,7 @@ Get-MgBetaPlaceAsRoomListCheck -PlaceId [-ExpandProperty ] [- [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaPlaceAsRoomListCheck -CheckInClaimCalendarEventId -PlaceId ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -47,7 +47,7 @@ Get-MgBetaPlaceAsRoomListCheck -CheckInClaimCalendarEventId -PlaceId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsRoomListCheckInCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsRoomListCheckInCount.md index 35891f963bc74..46b61a9dae9e2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsRoomListCheckInCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsRoomListCheckInCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/get-mgbetaplaceasroomlistcheckincount Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPlaceAsRoomListCheckInCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaPlaceAsRoomListCheckInCount -PlaceId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaPlaceAsRoomListCheckInCount -PlaceId [-Filter ] [-Sea Get-MgBetaPlaceAsRoomListCheckInCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsRoomListChild.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsRoomListChild.md index 0880abd308083..106207517050a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsRoomListChild.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsRoomListChild.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/get-mgbetaplaceasroomlistchild Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPlaceAsRoomListChild --- @@ -25,7 +25,7 @@ Get-MgBetaPlaceAsRoomListChild -PlaceId [-ExpandProperty ] [- [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -34,7 +34,7 @@ Get-MgBetaPlaceAsRoomListChild -PlaceId [-ExpandProperty ] [- Get-MgBetaPlaceAsRoomListChild -PlaceId -PlaceId1 [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -43,7 +43,7 @@ Get-MgBetaPlaceAsRoomListChild -PlaceId -PlaceId1 [-ExpandProp Get-MgBetaPlaceAsRoomListChild -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsRoomListChildCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsRoomListChildCount.md index 7839fd03b2f91..bcadd178e4da8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsRoomListChildCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsRoomListChildCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/get-mgbetaplaceasroomlistchildcount Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPlaceAsRoomListChildCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaPlaceAsRoomListChildCount -PlaceId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -32,7 +32,7 @@ Get-MgBetaPlaceAsRoomListChildCount -PlaceId [-Filter ] [-Searc Get-MgBetaPlaceAsRoomListChildCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsRoomListRoom.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsRoomListRoom.md index 0ed1111920308..e04624f27b0ec 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsRoomListRoom.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsRoomListRoom.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/get-mgbetaplaceasroomlistroom Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPlaceAsRoomListRoom --- @@ -28,7 +28,7 @@ Get-MgBetaPlaceAsRoomListRoom -PlaceId [-ExpandProperty ] [-P [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -37,7 +37,7 @@ Get-MgBetaPlaceAsRoomListRoom -PlaceId [-ExpandProperty ] [-P Get-MgBetaPlaceAsRoomListRoom -PlaceId -RoomId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +46,7 @@ Get-MgBetaPlaceAsRoomListRoom -PlaceId -RoomId [-ExpandPropert Get-MgBetaPlaceAsRoomListRoom -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsRoomListRoomCheck.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsRoomListRoomCheck.md index 245b30ae8c447..d05edca50dc88 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsRoomListRoomCheck.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsRoomListRoomCheck.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/get-mgbetaplaceasroomlistroomcheck Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPlaceAsRoomListRoomCheck --- @@ -28,7 +28,7 @@ Get-MgBetaPlaceAsRoomListRoomCheck -PlaceId -RoomId [-ExpandPr [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaPlaceAsRoomListRoomCheck -CheckInClaimCalendarEventId -PlaceI -RoomId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -47,7 +47,7 @@ Get-MgBetaPlaceAsRoomListRoomCheck -CheckInClaimCalendarEventId -PlaceI Get-MgBetaPlaceAsRoomListRoomCheck -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsRoomListRoomCheckInCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsRoomListRoomCheckInCount.md index b1823de95afbd..f92004a023935 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsRoomListRoomCheckInCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsRoomListRoomCheckInCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/get-mgbetaplaceasroomlistroomcheckincount Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPlaceAsRoomListRoomCheckInCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaPlaceAsRoomListRoomCheckInCount -PlaceId -RoomId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaPlaceAsRoomListRoomCheckInCount -PlaceId -RoomId [-F Get-MgBetaPlaceAsRoomListRoomCheckInCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsRoomListRoomChild.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsRoomListRoomChild.md index dced8923fe3df..7476bde005430 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsRoomListRoomChild.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsRoomListRoomChild.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/get-mgbetaplaceasroomlistroomchild Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPlaceAsRoomListRoomChild --- @@ -25,7 +25,7 @@ Get-MgBetaPlaceAsRoomListRoomChild -PlaceId -RoomId [-ExpandPr [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaPlaceAsRoomListRoomChild -PlaceId -PlaceId1 -RoomId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -44,7 +44,7 @@ Get-MgBetaPlaceAsRoomListRoomChild -PlaceId -PlaceId1 -RoomId Get-MgBetaPlaceAsRoomListRoomChild -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsRoomListRoomChildCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsRoomListRoomChildCount.md index af3b6f332673f..97c782a93c8ba 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsRoomListRoomChildCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsRoomListRoomChildCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/get-mgbetaplaceasroomlistroomchildcount Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPlaceAsRoomListRoomChildCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaPlaceAsRoomListRoomChildCount -PlaceId -RoomId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -32,7 +32,7 @@ Get-MgBetaPlaceAsRoomListRoomChildCount -PlaceId -RoomId [-Fil Get-MgBetaPlaceAsRoomListRoomChildCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsRoomListRoomCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsRoomListRoomCount.md index e9eec9451ce7b..8214697ea7c68 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsRoomListRoomCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsRoomListRoomCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/get-mgbetaplaceasroomlistroomcount Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPlaceAsRoomListRoomCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaPlaceAsRoomListRoomCount -PlaceId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaPlaceAsRoomListRoomCount -PlaceId [-Filter ] [-Search Get-MgBetaPlaceAsRoomListRoomCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsRoomListWorkspace.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsRoomListWorkspace.md index 866a819d0aa86..f124461ae3ca4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsRoomListWorkspace.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsRoomListWorkspace.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/get-mgbetaplaceasroomlistworkspace Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPlaceAsRoomListWorkspace --- @@ -28,7 +28,7 @@ Get-MgBetaPlaceAsRoomListWorkspace -PlaceId [-ExpandProperty [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaPlaceAsRoomListWorkspace -PlaceId -WorkspaceId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -47,7 +47,7 @@ Get-MgBetaPlaceAsRoomListWorkspace -PlaceId -WorkspaceId Get-MgBetaPlaceAsRoomListWorkspace -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsRoomListWorkspaceCheck.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsRoomListWorkspaceCheck.md index 7095a07040838..b99090649c2c4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsRoomListWorkspaceCheck.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsRoomListWorkspaceCheck.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/get-mgbetaplaceasroomlistworkspacecheck Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPlaceAsRoomListWorkspaceCheck --- @@ -29,7 +29,6 @@ Get-MgBetaPlaceAsRoomListWorkspaceCheck -PlaceId -WorkspaceId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -39,7 +38,7 @@ Get-MgBetaPlaceAsRoomListWorkspaceCheck -CheckInClaimCalendarEventId -P -WorkspaceId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -49,7 +48,7 @@ Get-MgBetaPlaceAsRoomListWorkspaceCheck -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsRoomListWorkspaceCheckInCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsRoomListWorkspaceCheckInCount.md index 8092d5b066434..083e18d0bca46 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsRoomListWorkspaceCheckInCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsRoomListWorkspaceCheckInCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/get-mgbetaplaceasroomlistworkspacecheckincount Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPlaceAsRoomListWorkspaceCheckInCount --- @@ -27,7 +27,7 @@ Get-MgBetaPlaceAsRoomListWorkspaceCheckInCount -PlaceId -WorkspaceId ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaPlaceAsRoomListWorkspaceCheckInCount -PlaceId -WorkspaceId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsRoomListWorkspaceChild.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsRoomListWorkspaceChild.md index bc0687025b484..b1f3b764ee2dc 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsRoomListWorkspaceChild.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsRoomListWorkspaceChild.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/get-mgbetaplaceasroomlistworkspacechild Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPlaceAsRoomListWorkspaceChild --- @@ -26,7 +26,6 @@ Get-MgBetaPlaceAsRoomListWorkspaceChild -PlaceId -WorkspaceId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -36,7 +35,7 @@ Get-MgBetaPlaceAsRoomListWorkspaceChild -PlaceId -PlaceId1 -Wo [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +45,7 @@ Get-MgBetaPlaceAsRoomListWorkspaceChild -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsRoomListWorkspaceChildCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsRoomListWorkspaceChildCount.md index 79bfe9faf6dc5..975b372d2f9b1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsRoomListWorkspaceChildCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsRoomListWorkspaceChildCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/get-mgbetaplaceasroomlistworkspacechildcount Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPlaceAsRoomListWorkspaceChildCount --- @@ -24,7 +24,7 @@ Get-MgBetaPlaceAsRoomListWorkspaceChildCount -PlaceId -WorkspaceId ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -33,7 +33,7 @@ Get-MgBetaPlaceAsRoomListWorkspaceChildCount -PlaceId -WorkspaceId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsRoomListWorkspaceCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsRoomListWorkspaceCount.md index acad568ad7446..8cb3ce6f97b6f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsRoomListWorkspaceCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsRoomListWorkspaceCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/get-mgbetaplaceasroomlistworkspacecount Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPlaceAsRoomListWorkspaceCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaPlaceAsRoomListWorkspaceCount -PlaceId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaPlaceAsRoomListWorkspaceCount -PlaceId [-Filter ] [-S Get-MgBetaPlaceAsRoomListWorkspaceCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsSection.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsSection.md index 3d70d05ebe3df..772c6f71be71e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsSection.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsSection.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/get-mgbetaplaceassection Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPlaceAsSection --- @@ -31,7 +31,7 @@ Get-MgBetaPlaceAsSection [-ExpandProperty ] [-Property ] [-F [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -40,7 +40,7 @@ Get-MgBetaPlaceAsSection [-ExpandProperty ] [-Property ] [-F Get-MgBetaPlaceAsSection -PlaceId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -49,7 +49,7 @@ Get-MgBetaPlaceAsSection -PlaceId [-ExpandProperty ] [-Proper Get-MgBetaPlaceAsSection -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -64,6 +64,19 @@ You can do the following for a given tenant:\r- List all buildings.\r- List all Compared with the findRooms and findRoomLists functions, this operation returns a richer payload for rooms and room lists. For details about how they compare, see Using the places API. +## EXAMPLES +### Example 1: List all sections defined in the tenant + +```powershell + +Import-Module Microsoft.Graph.Beta.Calendar + +Get-MgBetaPlaceAsSection + +``` +This example will list all sections defined in the tenant + + ## PARAMETERS ### -All @@ -571,6 +584,5 @@ INPUTOBJECT ``: Identity Parameter - diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsSectionCheck.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsSectionCheck.md index 16559a49f8165..8cb89731d77ee 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsSectionCheck.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsSectionCheck.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/get-mgbetaplaceassectioncheck Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPlaceAsSectionCheck --- @@ -28,7 +28,7 @@ Get-MgBetaPlaceAsSectionCheck -PlaceId [-ExpandProperty ] [-P [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaPlaceAsSectionCheck -CheckInClaimCalendarEventId -PlaceId ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -47,7 +47,7 @@ Get-MgBetaPlaceAsSectionCheck -CheckInClaimCalendarEventId -PlaceId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsSectionCheckInCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsSectionCheckInCount.md index 68b0296aabcbc..b35140028ddb2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsSectionCheckInCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsSectionCheckInCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/get-mgbetaplaceassectioncheckincount Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPlaceAsSectionCheckInCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaPlaceAsSectionCheckInCount -PlaceId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaPlaceAsSectionCheckInCount -PlaceId [-Filter ] [-Sear Get-MgBetaPlaceAsSectionCheckInCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsSectionChild.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsSectionChild.md index 6a7b66e79206d..5883cfb813ab1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsSectionChild.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsSectionChild.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/get-mgbetaplaceassectionchild Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPlaceAsSectionChild --- @@ -25,7 +25,7 @@ Get-MgBetaPlaceAsSectionChild -PlaceId [-ExpandProperty ] [-P [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -34,7 +34,7 @@ Get-MgBetaPlaceAsSectionChild -PlaceId [-ExpandProperty ] [-P Get-MgBetaPlaceAsSectionChild -PlaceId -PlaceId1 [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -43,7 +43,7 @@ Get-MgBetaPlaceAsSectionChild -PlaceId -PlaceId1 [-ExpandPrope Get-MgBetaPlaceAsSectionChild -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsSectionChildCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsSectionChildCount.md index fd43f9d893286..ca990ce0c909d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsSectionChildCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsSectionChildCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/get-mgbetaplaceassectionchildcount Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPlaceAsSectionChildCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaPlaceAsSectionChildCount -PlaceId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -32,7 +32,7 @@ Get-MgBetaPlaceAsSectionChildCount -PlaceId [-Filter ] [-Search Get-MgBetaPlaceAsSectionChildCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsWorkspace.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsWorkspace.md index f6dacb8f52332..106b58682089b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsWorkspace.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsWorkspace.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/get-mgbetaplaceasworkspace Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPlaceAsWorkspace --- @@ -31,7 +31,7 @@ Get-MgBetaPlaceAsWorkspace [-ExpandProperty ] [-Property ] [ [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -40,7 +40,7 @@ Get-MgBetaPlaceAsWorkspace [-ExpandProperty ] [-Property ] [ Get-MgBetaPlaceAsWorkspace -PlaceId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -49,7 +49,7 @@ Get-MgBetaPlaceAsWorkspace -PlaceId [-ExpandProperty ] [-Prop Get-MgBetaPlaceAsWorkspace -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -64,6 +64,19 @@ You can do the following for a given tenant:\r- List all buildings.\r- List all Compared with the findRooms and findRoomLists functions, this operation returns a richer payload for rooms and room lists. For details about how they compare, see Using the places API. +## EXAMPLES +### Example 1: List all workspaces defined in the tenant + +```powershell + +Import-Module Microsoft.Graph.Beta.Calendar + +Get-MgBetaPlaceAsWorkspace + +``` +This example will list all workspaces defined in the tenant + + ## PARAMETERS ### -All @@ -571,6 +584,5 @@ INPUTOBJECT ``: Identity Parameter - diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsWorkspaceCheck.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsWorkspaceCheck.md index 1b591aed88ad3..26ce54f00676c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsWorkspaceCheck.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsWorkspaceCheck.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/get-mgbetaplaceasworkspacecheck Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPlaceAsWorkspaceCheck --- @@ -28,7 +28,7 @@ Get-MgBetaPlaceAsWorkspaceCheck -PlaceId [-ExpandProperty ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaPlaceAsWorkspaceCheck -CheckInClaimCalendarEventId -PlaceId < [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -47,7 +47,7 @@ Get-MgBetaPlaceAsWorkspaceCheck -CheckInClaimCalendarEventId -PlaceId < Get-MgBetaPlaceAsWorkspaceCheck -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsWorkspaceCheckInCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsWorkspaceCheckInCount.md index 4d82c2ee08d3a..44ea2fb8b8ded 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsWorkspaceCheckInCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsWorkspaceCheckInCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/get-mgbetaplaceasworkspacecheckincount Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPlaceAsWorkspaceCheckInCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaPlaceAsWorkspaceCheckInCount -PlaceId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaPlaceAsWorkspaceCheckInCount -PlaceId [-Filter ] [-Se Get-MgBetaPlaceAsWorkspaceCheckInCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsWorkspaceChild.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsWorkspaceChild.md index 13735fffc3825..46e3a1dbc8947 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsWorkspaceChild.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsWorkspaceChild.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/get-mgbetaplaceasworkspacechild Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPlaceAsWorkspaceChild --- @@ -25,7 +25,7 @@ Get-MgBetaPlaceAsWorkspaceChild -PlaceId [-ExpandProperty ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -34,7 +34,7 @@ Get-MgBetaPlaceAsWorkspaceChild -PlaceId [-ExpandProperty ] Get-MgBetaPlaceAsWorkspaceChild -PlaceId -PlaceId1 [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -43,7 +43,7 @@ Get-MgBetaPlaceAsWorkspaceChild -PlaceId -PlaceId1 [-ExpandPro Get-MgBetaPlaceAsWorkspaceChild -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsWorkspaceChildCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsWorkspaceChildCount.md index c239d765b01b6..103fa8fd4e0d9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsWorkspaceChildCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceAsWorkspaceChildCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/get-mgbetaplaceasworkspacechildcount Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPlaceAsWorkspaceChildCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaPlaceAsWorkspaceChildCount -PlaceId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -32,7 +32,7 @@ Get-MgBetaPlaceAsWorkspaceChildCount -PlaceId [-Filter ] [-Sear Get-MgBetaPlaceAsWorkspaceChildCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceCheck.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceCheck.md index 12498a899abf4..62aed8958f1b6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceCheck.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceCheck.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/get-mgbetaplacecheck Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPlaceCheck --- @@ -29,7 +29,7 @@ Get-MgBetaPlaceCheck -PlaceId [-ExpandProperty ] [-Property < [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -39,7 +39,7 @@ Get-MgBetaPlaceCheck -CheckInClaimCalendarEventId -PlaceId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +48,7 @@ Get-MgBetaPlaceCheck -CheckInClaimCalendarEventId -PlaceId Get-MgBetaPlaceCheck -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -61,6 +61,19 @@ This cmdlet has the following aliases, Read the properties and relationships of a checkInClaim object. This API provides the check-in status for a specific place, such as a desk, room, or workspace, associated with a particular reservation. +## EXAMPLES +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Beta.Calendar + +Get-MgBetaPlaceCheck -PlaceId $placeId -CheckInClaimCalendarEventId $checkInClaimCalendarEventId + +``` +This example shows how to use the Get-MgBetaPlaceCheck Cmdlet. + + ## PARAMETERS ### -All @@ -595,6 +608,5 @@ INPUTOBJECT ``: Identity Parameter - diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceCheckInCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceCheckInCount.md index a9c90704d7c77..71d9b6ad14e85 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceCheckInCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceCheckInCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/get-mgbetaplacecheckincount Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPlaceCheckInCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaPlaceCheckInCount -PlaceId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaPlaceCheckInCount -PlaceId [-Filter ] [-Search [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceChild.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceChild.md index 920b77d74c216..c6f5adda84e52 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceChild.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceChild.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/get-mgbetaplacechild Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPlaceChild --- @@ -25,7 +25,7 @@ Get-MgBetaPlaceChild -PlaceId [-ExpandProperty ] [-Property < [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -34,7 +34,7 @@ Get-MgBetaPlaceChild -PlaceId [-ExpandProperty ] [-Property < Get-MgBetaPlaceChild -PlaceId -PlaceId1 [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -43,7 +43,7 @@ Get-MgBetaPlaceChild -PlaceId -PlaceId1 [-ExpandProperty [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceChildCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceChildCount.md index 61f0086678106..35adffa0d261a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceChildCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceChildCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/get-mgbetaplacechildcount Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPlaceChildCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaPlaceChildCount -PlaceId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -32,7 +32,7 @@ Get-MgBetaPlaceChildCount -PlaceId [-Filter ] [-Search Get-MgBetaPlaceChildCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceCount.md index 70ee7e6c130f4..b47496807101b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/get-mgbetaplacecount Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPlaceCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaPlaceCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceCountAsBuilding.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceCountAsBuilding.md index 73c288fb3a998..e82c63844ef51 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceCountAsBuilding.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceCountAsBuilding.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/get-mgbetaplacecountasbuilding Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPlaceCountAsBuilding --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaPlaceCountAsBuilding [-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) | Place.Read.All, | +| Delegated (work or school account) | Place.Read.All, Place.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | Place.Read.All, | +| Application | Place.Read.All, Place.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceCountAsDesk.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceCountAsDesk.md index 881e25855246a..a9c4d5432d5df 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceCountAsDesk.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceCountAsDesk.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/get-mgbetaplacecountasdesk Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPlaceCountAsDesk --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaPlaceCountAsDesk [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-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) | Place.Read.All, | +| Delegated (work or school account) | Place.Read.All, Place.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | Place.Read.All, | +| Application | Place.Read.All, Place.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceCountAsFloor.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceCountAsFloor.md index c2fdbad6de7d7..31095f3dcd388 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceCountAsFloor.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceCountAsFloor.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/get-mgbetaplacecountasfloor Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPlaceCountAsFloor --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaPlaceCountAsFloor [-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) | Place.Read.All, | +| Delegated (work or school account) | Place.Read.All, Place.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | Place.Read.All, | +| Application | Place.Read.All, Place.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceCountAsRoom.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceCountAsRoom.md index 700a3653e7ff8..84ae44585f595 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceCountAsRoom.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceCountAsRoom.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/get-mgbetaplacecountasroom Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPlaceCountAsRoom --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaPlaceCountAsRoom [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-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) | Place.Read.All, | +| Delegated (work or school account) | Place.Read.All, Place.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | Place.Read.All, | +| Application | Place.Read.All, Place.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceCountAsRoomList.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceCountAsRoomList.md index 1949c35e714b5..59be1044aa4b9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceCountAsRoomList.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceCountAsRoomList.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/get-mgbetaplacecountasroomlist Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPlaceCountAsRoomList --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaPlaceCountAsRoomList [-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) | Place.Read.All, | +| Delegated (work or school account) | Place.Read.All, Place.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | Place.Read.All, | +| Application | Place.Read.All, Place.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceCountAsSection.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceCountAsSection.md index aab271d720ac4..0d1c31519123c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceCountAsSection.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceCountAsSection.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/get-mgbetaplacecountassection Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPlaceCountAsSection --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaPlaceCountAsSection [-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) | Place.Read.All, | +| Delegated (work or school account) | Place.Read.All, Place.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | Place.Read.All, | +| Application | Place.Read.All, Place.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceCountAsWorkspace.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceCountAsWorkspace.md index de70e2b1153a0..8e95a6bfbfa8d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceCountAsWorkspace.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceCountAsWorkspace.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/get-mgbetaplacecountasworkspace Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPlaceCountAsWorkspace --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaPlaceCountAsWorkspace [-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) | Place.Read.All, | +| Delegated (work or school account) | Place.Read.All, Place.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | Place.Read.All, | +| Application | Place.Read.All, Place.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceOperation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceOperation.md index 4bb4c4ef43e7a..2946afa5dd444 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceOperation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaPlaceOperation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/get-mgbetaplaceoperation Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPlaceOperation --- @@ -25,7 +25,7 @@ Get-MgBetaPlaceOperation [-ExpandProperty ] [-Filter ] [-Prope [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -34,7 +34,7 @@ Get-MgBetaPlaceOperation [-ExpandProperty ] [-Filter ] [-Prope Get-MgBetaPlaceOperation -Id [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -43,7 +43,7 @@ Get-MgBetaPlaceOperation -Id [-ResponseHeadersVariable ] [-Brea Get-MgBetaPlaceOperation -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -59,9 +59,33 @@ Get a placeOperation by ID. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Place.Read.All, | +| Delegated (work or school account) | Place.Read.All, Place.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | Place.Read.All, | +| Application | Place.Read.All, Place.ReadWrite.All, | + +## EXAMPLES +### Example 1: Get a succeeded operation + +```powershell + +Import-Module Microsoft.Graph.Beta.Calendar + +Get-MgBetaPlaceOperation + +``` +This example will get a succeeded operation + +### Example 2: Get a partially succeeded operation with errors + +```powershell + +Import-Module Microsoft.Graph.Beta.Calendar + +Get-MgBetaPlaceOperation + +``` +This example will get a partially succeeded operation with errors + ## PARAMETERS @@ -571,6 +595,5 @@ INPUTOBJECT ``: Identity Parameter - diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaUserCalendar.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaUserCalendar.md index c1632b33651a7..b06c15a688634 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaUserCalendar.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaUserCalendar.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/get-mgbetausercalendar Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserCalendar --- @@ -30,7 +30,7 @@ Get-MgBetaUserCalendar -UserId [-ExpandProperty ] [-Property [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get1 @@ -39,7 +39,7 @@ Get-MgBetaUserCalendar -UserId [-ExpandProperty ] [-Property Get-MgBetaUserCalendar -CalendarId -UserId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity1 @@ -48,7 +48,7 @@ Get-MgBetaUserCalendar -CalendarId -UserId [-ExpandProperty [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaUserCalendarCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaUserCalendarCount.md index 411bfb4cb6af9..acac668b6535d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaUserCalendarCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaUserCalendarCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/get-mgbetausercalendarcount Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserCalendarCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaUserCalendarCount -UserId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaUserCalendarCount -UserId [-Filter ] [-Search [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -51,9 +51,9 @@ Get the number of the resource | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Calendars.ReadBasic, Calendars.ReadWrite, Calendars.Read.Shared, Calendars.Read, | -| Delegated (personal Microsoft account) | Calendars.ReadBasic, Calendars.ReadWrite, Calendars.Read.Shared, Calendars.Read, | -| Application | Calendars.ReadBasic, Calendars.ReadWrite, Calendars.Read, | +| Delegated (work or school account) | Calendars.ReadBasic, Calendars.Read, Calendars.Read.Shared, Calendars.ReadWrite, | +| Delegated (personal Microsoft account) | Calendars.ReadBasic, Calendars.Read, Calendars.Read.Shared, Calendars.ReadWrite, | +| Application | Calendars.ReadBasic, Calendars.Read, Calendars.ReadWrite, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaUserCalendarDelta.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaUserCalendarDelta.md index 44539f5cec11d..6cdc24a52cc47 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaUserCalendarDelta.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaUserCalendarDelta.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/get-mgbetausercalendardelta Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserCalendarDelta --- @@ -27,7 +27,7 @@ Get-MgBetaUserCalendarDelta -UserId [-ExpandProperty ] [-Filt [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### DeltaViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaUserCalendarDelta -InputObject [-ExpandProperty ] [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-Count] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -55,9 +55,9 @@ Using deltas allows you to incrementally maintain and synchronize a local store | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Calendars.Read, Calendars.ReadWrite, Calendars.ReadBasic, | -| Delegated (personal Microsoft account) | Calendars.Read, Calendars.ReadWrite, Calendars.ReadBasic, | -| Application | Calendars.Read, Calendars.ReadWrite, Calendars.ReadBasic, | +| Delegated (work or school account) | Calendars.Read, Calendars.ReadBasic, Calendars.ReadWrite, | +| Delegated (personal Microsoft account) | Calendars.Read, Calendars.ReadBasic, Calendars.ReadWrite, | +| Application | Calendars.Read, Calendars.ReadBasic, Calendars.ReadWrite, | ## EXAMPLES ### Example 1: Code snippet diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaUserCalendarEvent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaUserCalendarEvent.md index 9abfc8930a63e..3a27e6ed2f3f4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaUserCalendarEvent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaUserCalendarEvent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/get-mgbetausercalendarevent Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserCalendarEvent --- @@ -30,7 +30,7 @@ Get-MgBetaUserCalendarEvent -CalendarId -UserId [-ExpandProper [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ## ALIASES @@ -48,9 +48,9 @@ Read-only. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Calendars.ReadBasic, Calendars.ReadWrite, Calendars.Read, | -| Delegated (personal Microsoft account) | Calendars.ReadBasic, Calendars.ReadWrite, Calendars.Read, | -| Application | Calendars.ReadBasic, Calendars.ReadWrite, Calendars.Read, | +| Delegated (work or school account) | Calendars.ReadBasic, Calendars.Read, Calendars.ReadWrite, | +| Delegated (personal Microsoft account) | Calendars.ReadBasic, Calendars.Read, Calendars.ReadWrite, | +| Application | Calendars.ReadBasic, Calendars.Read, Calendars.ReadWrite, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaUserCalendarGroup.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaUserCalendarGroup.md index adf240ae05313..5951259e5e2c9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaUserCalendarGroup.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaUserCalendarGroup.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/get-mgbetausercalendargroup Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserCalendarGroup --- @@ -30,7 +30,7 @@ Get-MgBetaUserCalendarGroup -UserId [-ExpandProperty ] [-Prop [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -39,7 +39,7 @@ Get-MgBetaUserCalendarGroup -UserId [-ExpandProperty ] [-Prop Get-MgBetaUserCalendarGroup -CalendarGroupId -UserId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +48,7 @@ Get-MgBetaUserCalendarGroup -CalendarGroupId -UserId [-ExpandP Get-MgBetaUserCalendarGroup -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaUserCalendarGroupCalendar.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaUserCalendarGroupCalendar.md index d45b1ab6df581..aac1c33013c11 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaUserCalendarGroupCalendar.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaUserCalendarGroupCalendar.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/get-mgbetausercalendargroupcalendar Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserCalendarGroupCalendar --- @@ -32,7 +32,6 @@ Get-MgBetaUserCalendarGroupCalendar -CalendarGroupId -UserId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ## ALIASES @@ -51,9 +50,9 @@ Nullable. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Calendars.ReadBasic, Calendars.ReadWrite, Calendars.Read.Shared, Calendars.Read, | -| Delegated (personal Microsoft account) | Calendars.ReadBasic, Calendars.ReadWrite, Calendars.Read.Shared, Calendars.Read, | -| Application | Calendars.ReadBasic, Calendars.ReadWrite, Calendars.Read, | +| Delegated (work or school account) | Calendars.ReadBasic, Calendars.Read, Calendars.Read.Shared, Calendars.ReadWrite, | +| Delegated (personal Microsoft account) | Calendars.ReadBasic, Calendars.Read, Calendars.Read.Shared, Calendars.ReadWrite, | +| Application | Calendars.ReadBasic, Calendars.Read, Calendars.ReadWrite, | ## EXAMPLES ### Example 1: Using the Get-MgBetaUserCalendarGroupCalendar Cmdlet diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaUserCalendarGroupCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaUserCalendarGroupCount.md index bee9051063570..fb562e5cb78b7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaUserCalendarGroupCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaUserCalendarGroupCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/get-mgbetausercalendargroupcount Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserCalendarGroupCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaUserCalendarGroupCount -UserId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaUserCalendarGroupCount -UserId [-Filter ] [-Search [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -51,9 +51,9 @@ Get the number of the resource | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Calendars.ReadBasic, Calendars.ReadWrite, Calendars.Read, | -| Delegated (personal Microsoft account) | Calendars.ReadBasic, Calendars.ReadWrite, Calendars.Read, | -| Application | Calendars.ReadBasic, Calendars.ReadWrite, Calendars.Read, | +| Delegated (work or school account) | Calendars.ReadBasic, Calendars.Read, Calendars.ReadWrite, | +| Delegated (personal Microsoft account) | Calendars.ReadBasic, Calendars.Read, Calendars.ReadWrite, | +| Application | Calendars.ReadBasic, Calendars.Read, Calendars.ReadWrite, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaUserCalendarPermission.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaUserCalendarPermission.md index ca4d69b92a26d..98bd51e7b6af0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaUserCalendarPermission.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaUserCalendarPermission.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/get-mgbetausercalendarpermission Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserCalendarPermission --- @@ -28,7 +28,7 @@ Get-MgBetaUserCalendarPermission -UserId [-ExpandProperty ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get1 @@ -38,7 +38,7 @@ Get-MgBetaUserCalendarPermission -CalendarPermissionId -UserId -CalendarId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### Get @@ -48,7 +48,7 @@ Get-MgBetaUserCalendarPermission -CalendarPermissionId -UserId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### List1 @@ -59,7 +59,7 @@ Get-MgBetaUserCalendarPermission -UserId -CalendarId [-ExpandP [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### GetViaIdentity1 @@ -68,7 +68,7 @@ Get-MgBetaUserCalendarPermission -UserId -CalendarId [-ExpandP Get-MgBetaUserCalendarPermission -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -77,7 +77,7 @@ Get-MgBetaUserCalendarPermission -InputObject [-ExpandProper Get-MgBetaUserCalendarPermission -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaUserCalendarPermissionCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaUserCalendarPermissionCount.md index 4f08ac188bb24..f9896e809dfd6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaUserCalendarPermissionCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaUserCalendarPermissionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/get-mgbetausercalendarpermissioncount Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserCalendarPermissionCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaUserCalendarPermissionCount -UserId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### Get1 @@ -35,7 +35,7 @@ Get-MgBetaUserCalendarPermissionCount -UserId [-Filter ] [-Sear Get-MgBetaUserCalendarPermissionCount -UserId -CalendarId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity1 @@ -44,7 +44,7 @@ Get-MgBetaUserCalendarPermissionCount -UserId -CalendarId [-Fi Get-MgBetaUserCalendarPermissionCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -53,7 +53,7 @@ Get-MgBetaUserCalendarPermissionCount -InputObject [-Filter Get-MgBetaUserCalendarPermissionCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaUserCalendarView.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaUserCalendarView.md index d9c0ce01c4bc8..1847f402cc5fa 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaUserCalendarView.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaUserCalendarView.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/get-mgbetausercalendarview Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserCalendarView --- @@ -31,7 +31,6 @@ Get-MgBetaUserCalendarView -UserId -EndDateTime -StartDateTime [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### List1 @@ -43,7 +42,7 @@ Get-MgBetaUserCalendarView -UserId -CalendarId -EndDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ## ALIASES @@ -61,9 +60,9 @@ Read-only. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Calendars.ReadBasic, Calendars.ReadWrite, Calendars.Read, | -| Delegated (personal Microsoft account) | Calendars.ReadBasic, Calendars.ReadWrite, Calendars.Read, | -| Application | Calendars.ReadBasic, Calendars.ReadWrite, Calendars.Read, | +| Delegated (work or school account) | Calendars.ReadBasic, Calendars.Read, Calendars.ReadWrite, | +| Delegated (personal Microsoft account) | Calendars.ReadBasic, Calendars.Read, Calendars.ReadWrite, | +| Application | Calendars.ReadBasic, Calendars.Read, Calendars.ReadWrite, | ## EXAMPLES ### Example 1: Using the Get-MgBetaUserCalendarView Cmdlet diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaUserDefaultCalendar.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaUserDefaultCalendar.md index 41668394b6a46..10ece8bc2dd24 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaUserDefaultCalendar.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaUserDefaultCalendar.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/get-mgbetauserdefaultcalendar Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserDefaultCalendar --- @@ -27,7 +27,7 @@ Read-only. Get-MgBetaUserDefaultCalendar -UserId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaUserDefaultCalendar -UserId [-ExpandProperty ] [-Pr Get-MgBetaUserDefaultCalendar -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaUserDefaultCalendarEvent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaUserDefaultCalendarEvent.md index 8ea674938ab00..2df4a96ba0f7a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaUserDefaultCalendarEvent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaUserDefaultCalendarEvent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/get-mgbetauserdefaultcalendarevent Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserDefaultCalendarEvent --- @@ -30,7 +30,7 @@ Get-MgBetaUserDefaultCalendarEvent -UserId [-ExpandProperty ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ## ALIASES @@ -48,9 +48,9 @@ Read-only. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Calendars.ReadBasic, Calendars.ReadWrite, Calendars.Read, | -| Delegated (personal Microsoft account) | Calendars.ReadBasic, Calendars.ReadWrite, Calendars.Read, | -| Application | Calendars.ReadBasic, Calendars.ReadWrite, Calendars.Read, | +| Delegated (work or school account) | Calendars.ReadBasic, Calendars.Read, Calendars.ReadWrite, | +| Delegated (personal Microsoft account) | Calendars.ReadBasic, Calendars.Read, Calendars.ReadWrite, | +| Application | Calendars.ReadBasic, Calendars.Read, Calendars.ReadWrite, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaUserEvent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaUserEvent.md index a5ccc6d83dda9..a7b15dcfd11f5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaUserEvent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaUserEvent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/get-mgbetauserevent Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserEvent --- @@ -31,7 +31,7 @@ Get-MgBetaUserEvent -UserId [-ExpandProperty ] [-Property ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -40,7 +40,7 @@ Get-MgBetaUserEvent -UserId [-ExpandProperty ] [-Property -UserId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -49,7 +49,7 @@ Get-MgBetaUserEvent -EventId -UserId [-ExpandProperty [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaUserEventAttachment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaUserEventAttachment.md index 08043e82a8907..6e690feafd1be 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaUserEventAttachment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaUserEventAttachment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/get-mgbetausereventattachment Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserEventAttachment --- @@ -31,7 +31,7 @@ Get-MgBetaUserEventAttachment -EventId -UserId [-ExpandPropert [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -41,7 +41,7 @@ Get-MgBetaUserEventAttachment -AttachmentId -EventId -UserId < [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -50,7 +50,7 @@ Get-MgBetaUserEventAttachment -AttachmentId -EventId -UserId < Get-MgBetaUserEventAttachment -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaUserEventAttachmentCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaUserEventAttachmentCount.md index 5d89e5df2f69d..002c580f4afb3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaUserEventAttachmentCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaUserEventAttachmentCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/get-mgbetausereventattachmentcount Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserEventAttachmentCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaUserEventAttachmentCount -EventId -UserId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaUserEventAttachmentCount -EventId -UserId [-Filter < Get-MgBetaUserEventAttachmentCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaUserEventCalendar.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaUserEventCalendar.md index 2eef81062bd9e..765b183ead19d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaUserEventCalendar.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaUserEventCalendar.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/get-mgbetausereventcalendar Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserEventCalendar --- @@ -28,7 +28,7 @@ Read-only. Get-MgBetaUserEventCalendar -EventId -UserId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaUserEventCalendar -EventId -UserId [-ExpandProperty Get-MgBetaUserEventCalendar -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaUserEventCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaUserEventCount.md index d98274f7854aa..e9e4efe4232ca 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaUserEventCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaUserEventCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/get-mgbetausereventcount Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserEventCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaUserEventCount -UserId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaUserEventCount -UserId [-Filter ] [-Search ] Get-MgBetaUserEventCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -51,9 +51,9 @@ Get the number of the resource | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Calendars.ReadBasic, Calendars.ReadWrite, Calendars.Read, | -| Delegated (personal Microsoft account) | Calendars.ReadBasic, Calendars.ReadWrite, Calendars.Read, | -| Application | Calendars.ReadBasic, Calendars.ReadWrite, Calendars.Read, | +| Delegated (work or school account) | Calendars.ReadBasic, Calendars.Read, Calendars.ReadWrite, | +| Delegated (personal Microsoft account) | Calendars.ReadBasic, Calendars.Read, Calendars.ReadWrite, | +| Application | Calendars.ReadBasic, Calendars.Read, Calendars.ReadWrite, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaUserEventDelta.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaUserEventDelta.md index 5f51129a10b49..2b5049187e303 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaUserEventDelta.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaUserEventDelta.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/get-mgbetausereventdelta Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserEventDelta --- @@ -36,7 +36,6 @@ Get-MgBetaUserEventDelta -UserId -EndDateTime -StartDateTime < [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### DeltaViaIdentity @@ -47,7 +46,7 @@ Get-MgBetaUserEventDelta -InputObject -EndDateTime [-Search ] [-Skip ] [-Sort ] [-Top ] [-Count] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -70,9 +69,9 @@ The following table lists the differences between the delta function on events a | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Calendars.Read, Calendars.ReadWrite, Calendars.ReadBasic, | -| Delegated (personal Microsoft account) | Calendars.Read, Calendars.ReadWrite, Calendars.ReadBasic, | -| Application | Calendars.Read, Calendars.ReadWrite, Calendars.ReadBasic, | +| Delegated (work or school account) | Calendars.Read, Calendars.ReadBasic, Calendars.ReadWrite, | +| Delegated (personal Microsoft account) | Calendars.Read, Calendars.ReadBasic, Calendars.ReadWrite, | +| Application | Calendars.Read, Calendars.ReadBasic, Calendars.ReadWrite, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaUserEventExtension.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaUserEventExtension.md index 31898f58617ba..0af7d67f5ea1d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaUserEventExtension.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaUserEventExtension.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/get-mgbetausereventextension Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserEventExtension --- @@ -29,7 +29,7 @@ Get-MgBetaUserEventExtension -EventId -UserId [-ExpandProperty [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -39,7 +39,7 @@ Get-MgBetaUserEventExtension -EventId -ExtensionId -UserId ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +48,7 @@ Get-MgBetaUserEventExtension -EventId -ExtensionId -UserId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaUserEventExtensionCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaUserEventExtensionCount.md index 77cc493379561..2dc34104f526b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaUserEventExtensionCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaUserEventExtensionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/get-mgbetausereventextensioncount Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserEventExtensionCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaUserEventExtensionCount -EventId -UserId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaUserEventExtensionCount -EventId -UserId [-Filter [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaUserEventInstance.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaUserEventInstance.md index e929913befdcb..a9050cdef8e3e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaUserEventInstance.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaUserEventInstance.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/get-mgbetausereventinstance Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserEventInstance --- @@ -34,7 +34,7 @@ Get-MgBetaUserEventInstance -EventId -UserId -EndDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaUserEventInstanceDelta.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaUserEventInstanceDelta.md index 487c0891f30ca..e635abb288abf 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaUserEventInstanceDelta.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Get-MgBetaUserEventInstanceDelta.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/get-mgbetausereventinstancedelta Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserEventInstanceDelta --- @@ -36,7 +36,7 @@ Get-MgBetaUserEventInstanceDelta -EventId -UserId -EndDateTime [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### DeltaViaIdentity @@ -47,7 +47,7 @@ Get-MgBetaUserEventInstanceDelta -InputObject -EndDateTime < [-Search ] [-Skip ] [-Sort ] [-Top ] [-Count] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Invoke-MgBetaAcceptGroupEvent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Invoke-MgBetaAcceptGroupEvent.md index e8884edd8ad1d..c695efd9c435f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Invoke-MgBetaAcceptGroupEvent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Invoke-MgBetaAcceptGroupEvent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/invoke-mgbetaacceptgroupevent Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaAcceptGroupEvent --- @@ -28,7 +28,6 @@ Invoke-MgBetaAcceptGroupEvent -EventId -GroupId [-SendResponse] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Accept @@ -39,7 +38,6 @@ Invoke-MgBetaAcceptGroupEvent -EventId -GroupId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### AcceptViaIdentityExpanded @@ -50,7 +48,6 @@ Invoke-MgBetaAcceptGroupEvent -InputObject [-ResponseHeaders [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### AcceptViaIdentity @@ -61,7 +58,6 @@ Invoke-MgBetaAcceptGroupEvent -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Invoke-MgBetaAcceptGroupEventTentatively.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Invoke-MgBetaAcceptGroupEventTentatively.md index 68ed9b62880ed..e8a43eaddb928 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Invoke-MgBetaAcceptGroupEventTentatively.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Invoke-MgBetaAcceptGroupEventTentatively.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/invoke-mgbetaacceptgroupeventtentatively Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaAcceptGroupEventTentatively --- @@ -30,7 +30,6 @@ Invoke-MgBetaAcceptGroupEventTentatively -EventId -GroupId [-ProposedNewTime ] [-SendResponse] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Accept @@ -41,7 +40,6 @@ Invoke-MgBetaAcceptGroupEventTentatively -EventId -GroupId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### AcceptViaIdentityExpanded @@ -52,7 +50,6 @@ Invoke-MgBetaAcceptGroupEventTentatively -InputObject [-ProposedNewTime ] [-SendResponse] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### AcceptViaIdentity @@ -63,7 +60,6 @@ Invoke-MgBetaAcceptGroupEventTentatively -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Invoke-MgBetaAcceptUserEvent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Invoke-MgBetaAcceptUserEvent.md index c3f1882073356..28fdea0fe25e5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Invoke-MgBetaAcceptUserEvent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Invoke-MgBetaAcceptUserEvent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/invoke-mgbetaacceptuserevent Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaAcceptUserEvent --- @@ -28,7 +28,6 @@ Invoke-MgBetaAcceptUserEvent -EventId -UserId [-ResponseHeader [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Accept @@ -39,7 +38,6 @@ Invoke-MgBetaAcceptUserEvent -EventId -UserId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### AcceptViaIdentityExpanded @@ -50,7 +48,6 @@ Invoke-MgBetaAcceptUserEvent -InputObject [-ResponseHeadersV [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### AcceptViaIdentity @@ -61,7 +58,6 @@ Invoke-MgBetaAcceptUserEvent -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Invoke-MgBetaAcceptUserEventTentatively.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Invoke-MgBetaAcceptUserEventTentatively.md index 0eab7830f79b2..dba34d9cfcea1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Invoke-MgBetaAcceptUserEventTentatively.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Invoke-MgBetaAcceptUserEventTentatively.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/invoke-mgbetaacceptusereventtentatively Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaAcceptUserEventTentatively --- @@ -30,7 +30,6 @@ Invoke-MgBetaAcceptUserEventTentatively -EventId -UserId [-ProposedNewTime ] [-SendResponse] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Accept @@ -41,7 +40,6 @@ Invoke-MgBetaAcceptUserEventTentatively -EventId -UserId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### AcceptViaIdentityExpanded @@ -52,7 +50,6 @@ Invoke-MgBetaAcceptUserEventTentatively -InputObject [-ProposedNewTime ] [-SendResponse] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### AcceptViaIdentity @@ -63,7 +60,6 @@ Invoke-MgBetaAcceptUserEventTentatively -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Invoke-MgBetaCalendarGroupCalendar.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Invoke-MgBetaCalendarGroupCalendar.md index 8c369d54f1c27..84c6590c0d96e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Invoke-MgBetaCalendarGroupCalendar.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Invoke-MgBetaCalendarGroupCalendar.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/invoke-mgbetacalendargroupcalendar Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaCalendarGroupCalendar --- @@ -27,7 +27,7 @@ Invoke-MgBetaCalendarGroupCalendar -GroupId -User [-Count] [-F [-Search ] [-Skip ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### CalendarViaIdentity @@ -37,7 +37,7 @@ Invoke-MgBetaCalendarGroupCalendar -InputObject [-Count] [-F [-Search ] [-Skip ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Invoke-MgBetaCalendarUserCalendarAllowedCalendarSharingRoles.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Invoke-MgBetaCalendarUserCalendarAllowedCalendarSharingRoles.md index 388c8705f7250..64a8a1c928729 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Invoke-MgBetaCalendarUserCalendarAllowedCalendarSharingRoles.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Invoke-MgBetaCalendarUserCalendarAllowedCalendarSharingRoles.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/invoke-mgbetacalendarusercalendarallowedcalendarsharingroles Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaCalendarUserCalendarAllowedCalendarSharingRoles --- @@ -27,7 +27,7 @@ Invoke-MgBetaCalendarUserCalendarAllowedCalendarSharingRoles -User -Use [-Count] [-Filter ] [-Search ] [-Skip ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### Calendar1 @@ -37,7 +37,7 @@ Invoke-MgBetaCalendarUserCalendarAllowedCalendarSharingRoles -User -Use -CalendarId [-Count] [-Filter ] [-Search ] [-Skip ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### CalendarViaIdentity1 @@ -47,7 +47,7 @@ Invoke-MgBetaCalendarUserCalendarAllowedCalendarSharingRoles -InputObject ] [-Search ] [-Skip ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### CalendarViaIdentity @@ -57,7 +57,7 @@ Invoke-MgBetaCalendarUserCalendarAllowedCalendarSharingRoles -InputObject ] [-Search ] [-Skip ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Invoke-MgBetaDeclineGroupEvent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Invoke-MgBetaDeclineGroupEvent.md index 1b504fb1e2daf..ca528b6765678 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Invoke-MgBetaDeclineGroupEvent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Invoke-MgBetaDeclineGroupEvent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/invoke-mgbetadeclinegroupevent Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaDeclineGroupEvent --- @@ -30,7 +30,6 @@ Invoke-MgBetaDeclineGroupEvent -EventId -GroupId [-ProposedNewTime ] [-SendResponse] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Decline @@ -41,7 +40,6 @@ Invoke-MgBetaDeclineGroupEvent -EventId -GroupId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeclineViaIdentityExpanded @@ -52,7 +50,6 @@ Invoke-MgBetaDeclineGroupEvent -InputObject [-ResponseHeader [-ProposedNewTime ] [-SendResponse] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeclineViaIdentity @@ -63,7 +60,6 @@ Invoke-MgBetaDeclineGroupEvent -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Invoke-MgBetaDeclineUserEvent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Invoke-MgBetaDeclineUserEvent.md index 1e47771f41069..a17e91a41e8f2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Invoke-MgBetaDeclineUserEvent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Invoke-MgBetaDeclineUserEvent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/invoke-mgbetadeclineuserevent Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaDeclineUserEvent --- @@ -30,7 +30,6 @@ Invoke-MgBetaDeclineUserEvent -EventId -UserId [-ResponseHeade [-ProposedNewTime ] [-SendResponse] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Decline @@ -41,7 +40,6 @@ Invoke-MgBetaDeclineUserEvent -EventId -UserId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeclineViaIdentityExpanded @@ -52,7 +50,6 @@ Invoke-MgBetaDeclineUserEvent -InputObject [-ResponseHeaders [-ProposedNewTime ] [-SendResponse] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeclineViaIdentity @@ -63,7 +60,6 @@ Invoke-MgBetaDeclineUserEvent -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Invoke-MgBetaDescendantPlace.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Invoke-MgBetaDescendantPlace.md index f338ba777190e..1fff8863eb83c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Invoke-MgBetaDescendantPlace.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Invoke-MgBetaDescendantPlace.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/invoke-mgbetadescendantplace Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaDescendantPlace --- @@ -27,7 +27,7 @@ Invoke-MgBetaDescendantPlace -PlaceId [-Count] [-ExpandProperty ] [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### DescendantViaIdentity @@ -37,7 +37,7 @@ Invoke-MgBetaDescendantPlace -InputObject [-Count] [-ExpandP [-Filter ] [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -53,9 +53,9 @@ Invoke function descendants | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Place.Read.All, | +| Delegated (work or school account) | Place.Read.All, Place.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | Place.Read.All, | +| Application | Place.Read.All, Place.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Invoke-MgBetaDismissGroupEventReminder.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Invoke-MgBetaDismissGroupEventReminder.md index 847a4179feafc..178d99fc727b4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Invoke-MgBetaDismissGroupEventReminder.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Invoke-MgBetaDismissGroupEventReminder.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/invoke-mgbetadismissgroupeventreminder Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaDismissGroupEventReminder --- @@ -27,7 +27,6 @@ Invoke-MgBetaDismissGroupEventReminder -EventId -GroupId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DismissViaIdentity @@ -37,7 +36,6 @@ Invoke-MgBetaDismissGroupEventReminder -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Invoke-MgBetaDismissUserEventReminder.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Invoke-MgBetaDismissUserEventReminder.md index 984a7231ef4c4..f7456ddfa032b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Invoke-MgBetaDismissUserEventReminder.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Invoke-MgBetaDismissUserEventReminder.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/invoke-mgbetadismissusereventreminder Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaDismissUserEventReminder --- @@ -27,7 +27,6 @@ Invoke-MgBetaDismissUserEventReminder -EventId -UserId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DismissViaIdentity @@ -37,7 +36,6 @@ Invoke-MgBetaDismissUserEventReminder -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Invoke-MgBetaForwardGroupEvent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Invoke-MgBetaForwardGroupEvent.md index 1da5c7bd526ac..dcbb1a7e7f1ff 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Invoke-MgBetaForwardGroupEvent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Invoke-MgBetaForwardGroupEvent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/invoke-mgbetaforwardgroupevent Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaForwardGroupEvent --- @@ -30,7 +30,6 @@ Invoke-MgBetaForwardGroupEvent -EventId -GroupId [-ToRecipients ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Forward @@ -41,7 +40,6 @@ Invoke-MgBetaForwardGroupEvent -EventId -GroupId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ForwardViaIdentityExpanded @@ -52,7 +50,6 @@ Invoke-MgBetaForwardGroupEvent -InputObject [-ResponseHeader [-ToRecipients ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ForwardViaIdentity @@ -63,7 +60,6 @@ Invoke-MgBetaForwardGroupEvent -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Invoke-MgBetaForwardUserEvent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Invoke-MgBetaForwardUserEvent.md index dbefaba711757..03577c25241c6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Invoke-MgBetaForwardUserEvent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Invoke-MgBetaForwardUserEvent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/invoke-mgbetaforwarduserevent Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaForwardUserEvent --- @@ -30,7 +30,6 @@ Invoke-MgBetaForwardUserEvent -EventId -UserId [-ResponseHeade [-ToRecipients ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Forward @@ -41,7 +40,6 @@ Invoke-MgBetaForwardUserEvent -EventId -UserId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ForwardViaIdentityExpanded @@ -52,7 +50,6 @@ Invoke-MgBetaForwardUserEvent -InputObject [-ResponseHeaders [-ToRecipients ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ForwardViaIdentity @@ -63,7 +60,6 @@ Invoke-MgBetaForwardUserEvent -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Invoke-MgBetaSnoozeGroupEventReminder.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Invoke-MgBetaSnoozeGroupEventReminder.md index 0fedf00a37072..6b3c40917a067 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Invoke-MgBetaSnoozeGroupEventReminder.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Invoke-MgBetaSnoozeGroupEventReminder.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/invoke-mgbetasnoozegroupeventreminder Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaSnoozeGroupEventReminder --- @@ -28,7 +28,6 @@ Invoke-MgBetaSnoozeGroupEventReminder -EventId -GroupId [-NewReminderTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Snooze @@ -39,7 +38,6 @@ Invoke-MgBetaSnoozeGroupEventReminder -EventId -GroupId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SnoozeViaIdentityExpanded @@ -50,7 +48,6 @@ Invoke-MgBetaSnoozeGroupEventReminder -InputObject [-NewReminderTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SnoozeViaIdentity @@ -61,7 +58,6 @@ Invoke-MgBetaSnoozeGroupEventReminder -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Invoke-MgBetaSnoozeUserEventReminder.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Invoke-MgBetaSnoozeUserEventReminder.md index da03e44dc48e0..b0d02fce5c341 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Invoke-MgBetaSnoozeUserEventReminder.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Invoke-MgBetaSnoozeUserEventReminder.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/invoke-mgbetasnoozeusereventreminder Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaSnoozeUserEventReminder --- @@ -28,7 +28,6 @@ Invoke-MgBetaSnoozeUserEventReminder -EventId -UserId [-NewReminderTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Snooze @@ -39,7 +38,6 @@ Invoke-MgBetaSnoozeUserEventReminder -EventId -UserId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SnoozeViaIdentityExpanded @@ -50,7 +48,6 @@ Invoke-MgBetaSnoozeUserEventReminder -InputObject [-NewReminderTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SnoozeViaIdentity @@ -61,7 +58,6 @@ Invoke-MgBetaSnoozeUserEventReminder -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Microsoft.Graph.Beta.Calendar.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Microsoft.Graph.Beta.Calendar.md index 8f43436a550a6..c8f2a96131dbc 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Microsoft.Graph.Beta.Calendar.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Microsoft.Graph.Beta.Calendar.md @@ -1,6 +1,6 @@ --- Module Name: Microsoft.Graph.Beta.Calendar -Module Guid: 993be9d1-71fb-4b5a-9b03-cb4f5b912086 +Module Guid: d377d2f9-c8a4-0a67-da12-c2a079fddcfc Download Help Link: https://learn.microsoft.com/en-us/powershell/module/microsoft.graph.beta.calendar/?view=graph-powershell-beta Help Version: 1.0.0.0 Locale: en-US diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/New-MgBetaGroupCalendarEvent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/New-MgBetaGroupCalendarEvent.md index 7218bf22ef2b8..19c4d693e9b4c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/New-MgBetaGroupCalendarEvent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/New-MgBetaGroupCalendarEvent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/new-mgbetagroupcalendarevent Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaGroupCalendarEvent --- @@ -47,7 +47,6 @@ New-MgBetaGroupCalendarEvent -GroupId [-ResponseHeadersVariable ] [-Uid ] [-WebLink ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -57,7 +56,6 @@ New-MgBetaGroupCalendarEvent -GroupId -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -87,7 +85,6 @@ New-MgBetaGroupCalendarEvent -InputObject [-ResponseHeadersV [-Type ] [-Uid ] [-WebLink ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -97,7 +94,6 @@ New-MgBetaGroupCalendarEvent -InputObject -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/New-MgBetaGroupCalendarPermission.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/New-MgBetaGroupCalendarPermission.md index f56029646cd84..78d74e7cbea77 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/New-MgBetaGroupCalendarPermission.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/New-MgBetaGroupCalendarPermission.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/new-mgbetagroupcalendarpermission Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaGroupCalendarPermission --- @@ -28,7 +28,7 @@ New-MgBetaGroupCalendarPermission -GroupId [-ResponseHeadersVariable ] [-Id ] [-IsInsideOrganization] [-IsRemovable] [-Role ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -38,7 +38,7 @@ New-MgBetaGroupCalendarPermission -GroupId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -49,7 +49,7 @@ New-MgBetaGroupCalendarPermission -InputObject [-EmailAddress ] [-Id ] [-IsInsideOrganization] [-IsRemovable] [-Role ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -59,7 +59,7 @@ New-MgBetaGroupCalendarPermission -InputObject -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.Calendar/New-MgBetaGroupEvent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/New-MgBetaGroupEvent.md index 52df9aa570814..dccdfaa670356 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/New-MgBetaGroupEvent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/New-MgBetaGroupEvent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/new-mgbetagroupevent Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaGroupEvent --- @@ -47,7 +47,6 @@ New-MgBetaGroupEvent -GroupId [-ResponseHeadersVariable ] [-Type ] [-Uid ] [-WebLink ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -57,7 +56,6 @@ New-MgBetaGroupEvent -GroupId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -87,7 +85,6 @@ New-MgBetaGroupEvent -InputObject [-ResponseHeadersVariable [-Type ] [-Uid ] [-WebLink ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -97,7 +94,6 @@ New-MgBetaGroupEvent -InputObject -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/New-MgBetaGroupEventAttachment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/New-MgBetaGroupEventAttachment.md index 59a42614fc834..e05139d6fc8c7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/New-MgBetaGroupEventAttachment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/New-MgBetaGroupEventAttachment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/new-mgbetagroupeventattachment Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaGroupEventAttachment --- @@ -28,7 +28,7 @@ New-MgBetaGroupEventAttachment -EventId -GroupId [-Id ] [-IsInline] [-LastModifiedDateTime ] [-Name ] [-Size ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -38,7 +38,7 @@ New-MgBetaGroupEventAttachment -EventId -GroupId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -49,7 +49,6 @@ New-MgBetaGroupEventAttachment -InputObject [-ResponseHeader [-LastModifiedDateTime ] [-Name ] [-Size ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -59,7 +58,7 @@ New-MgBetaGroupEventAttachment -InputObject -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.Calendar/New-MgBetaGroupEventAttachmentUploadSession.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/New-MgBetaGroupEventAttachmentUploadSession.md index 834c201c0ea48..39f753753f014 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/New-MgBetaGroupEventAttachmentUploadSession.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/New-MgBetaGroupEventAttachmentUploadSession.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/new-mgbetagroupeventattachmentuploadsession Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaGroupEventAttachmentUploadSession --- @@ -35,7 +35,6 @@ New-MgBetaGroupEventAttachmentUploadSession -EventId -GroupId [-AttachmentItem ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -46,7 +45,6 @@ New-MgBetaGroupEventAttachmentUploadSession -EventId -GroupId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -57,7 +55,6 @@ New-MgBetaGroupEventAttachmentUploadSession -InputObject [-AttachmentItem ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -68,7 +65,6 @@ New-MgBetaGroupEventAttachmentUploadSession -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/New-MgBetaGroupEventExtension.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/New-MgBetaGroupEventExtension.md index df344ea1266dc..8eed3da790392 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/New-MgBetaGroupEventExtension.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/New-MgBetaGroupEventExtension.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/new-mgbetagroupeventextension Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaGroupEventExtension --- @@ -29,7 +29,7 @@ New-MgBetaGroupEventExtension -EventId -GroupId [-ResponseHeadersVariable ] [-AdditionalProperties ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -39,7 +39,6 @@ New-MgBetaGroupEventExtension -EventId -GroupId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -49,7 +48,6 @@ New-MgBetaGroupEventExtension -InputObject [-ResponseHeaders [-AdditionalProperties ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -59,7 +57,6 @@ New-MgBetaGroupEventExtension -InputObject -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/New-MgBetaPlace.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/New-MgBetaPlace.md index 729294e8543f0..d9549246be8f6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/New-MgBetaPlace.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/New-MgBetaPlace.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/new-mgbetaplace Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaPlace --- @@ -31,7 +31,7 @@ New-MgBetaPlace [-ResponseHeadersVariable ] [-AdditionalProperties ] [-ParentId ] [-Phone ] [-Tags ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -40,7 +40,7 @@ New-MgBetaPlace [-ResponseHeadersVariable ] [-AdditionalProperties [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -53,6 +53,121 @@ This cmdlet has the following aliases, Create a new place object. You can also use this method to create the following child object types: building, floor, section, room, workspace, or desk. +**Permissions** + +| Permission type | Permissions (from least to most privileged) | +| --------------- | ------------------------------------------ | +| Delegated (work or school account) | Place.ReadWrite.All, | +| Delegated (personal Microsoft account) | Not supported | +| Application | Place.ReadWrite.All, | + +## EXAMPLES +### Example 1: Create a building + +```powershell + +Import-Module Microsoft.Graph.Beta.Calendar + +$params = @{ + "@odata.type" = "microsoft.graph.building" + displayName = "B001" +} + +New-MgBetaPlace -BodyParameter $params + +``` +This example will create a building + +### Example 2: Create a floor + +```powershell + +Import-Module Microsoft.Graph.Beta.Calendar + +$params = @{ + "@odata.type" = "microsoft.graph.floor" + displayName = "F1" + parentId = "767a31a7-6987-41c9-b829-ab351b8aab53" +} + +New-MgBetaPlace -BodyParameter $params + +``` +This example will create a floor + +### Example 3: Create a section + +```powershell + +Import-Module Microsoft.Graph.Beta.Calendar + +$params = @{ + "@odata.type" = "microsoft.graph.section" + displayName = "S1" + parentId = "46ef7aed-5d94-4fd4-ae03-b333bc7a6955" +} + +New-MgBetaPlace -BodyParameter $params + +``` +This example will create a section + +### Example 4: Create a desk + +```powershell + +Import-Module Microsoft.Graph.Beta.Calendar + +$params = @{ + "@odata.type" = "microsoft.graph.desk" + displayName = "D1" + parentId = "1ad0f725-6885-49c5-9a47-3b22a1f9409d" +} + +New-MgBetaPlace -BodyParameter $params + +``` +This example will create a desk + +### Example 5: Create a room + +```powershell + +Import-Module Microsoft.Graph.Beta.Calendar + +$params = @{ + "@odata.type" = "microsoft.graph.room" + displayName = "Conf Room 4/3.3G11" + parentId = "46ef7aed-5d94-4fd4-ae03-b333bc7a6955" + bookingType = "standard" +} + +New-MgBetaPlace -BodyParameter $params + +``` +This example will create a room + +### Example 6: Create a workspace + +```powershell + +Import-Module Microsoft.Graph.Beta.Calendar + +$params = @{ + "@odata.type" = "microsoft.graph.workspace" + parentId = "f7de7265-e420-47b4-9d49-28d728716241" + displayName = "testSpace001" + tags = @( + "test" +) +} + +New-MgBetaPlace -BodyParameter $params + +``` +This example will create a workspace + + ## PARAMETERS ### -AdditionalProperties @@ -703,6 +818,5 @@ As an example, the accuracy can be measured in meters, such as the latitude and - diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/New-MgBetaPlaceAsBuildingCheck.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/New-MgBetaPlaceAsBuildingCheck.md index f758ab9ba9197..9c27858b2d845 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/New-MgBetaPlaceAsBuildingCheck.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/New-MgBetaPlaceAsBuildingCheck.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/new-mgbetaplaceasbuildingcheck Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaPlaceAsBuildingCheck --- @@ -28,7 +28,6 @@ New-MgBetaPlaceAsBuildingCheck -PlaceId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -38,7 +37,6 @@ New-MgBetaPlaceAsBuildingCheck -PlaceId -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -49,7 +47,6 @@ New-MgBetaPlaceAsBuildingCheck -InputObject [-ResponseHeader [-CreatedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -59,7 +56,7 @@ New-MgBetaPlaceAsBuildingCheck -InputObject -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.Calendar/New-MgBetaPlaceAsBuildingMapFootprint.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/New-MgBetaPlaceAsBuildingMapFootprint.md index 3867600fa3766..13ab14b085dab 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/New-MgBetaPlaceAsBuildingMapFootprint.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/New-MgBetaPlaceAsBuildingMapFootprint.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/new-mgbetaplaceasbuildingmapfootprint Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaPlaceAsBuildingMapFootprint --- @@ -27,7 +27,7 @@ New-MgBetaPlaceAsBuildingMapFootprint -PlaceId [-ResponseHeadersVariabl [-AdditionalProperties ] [-Id ] [-Properties ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -37,7 +37,6 @@ New-MgBetaPlaceAsBuildingMapFootprint -PlaceId -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -47,7 +46,7 @@ New-MgBetaPlaceAsBuildingMapFootprint -InputObject [-ResponseHeadersVariable ] [-AdditionalProperties ] [-Id ] [-Properties ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -57,7 +56,6 @@ New-MgBetaPlaceAsBuildingMapFootprint -InputObject -BodyPara [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/New-MgBetaPlaceAsBuildingMapLevel.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/New-MgBetaPlaceAsBuildingMapLevel.md index d076b65aa6b28..550cfe0d09234 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/New-MgBetaPlaceAsBuildingMapLevel.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/New-MgBetaPlaceAsBuildingMapLevel.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/new-mgbetaplaceasbuildingmaplevel Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaPlaceAsBuildingMapLevel --- @@ -29,7 +29,6 @@ New-MgBetaPlaceAsBuildingMapLevel -PlaceId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -41,7 +40,7 @@ New-MgBetaPlaceAsBuildingMapLevel -InputObject [-PlaceId ] [-Units ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -51,7 +50,6 @@ New-MgBetaPlaceAsBuildingMapLevel -PlaceId -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -61,7 +59,7 @@ New-MgBetaPlaceAsBuildingMapLevel -InputObject -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.Calendar/New-MgBetaPlaceAsBuildingMapLevelFixture.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/New-MgBetaPlaceAsBuildingMapLevelFixture.md index 865f714debb50..033f0b6fbb092 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/New-MgBetaPlaceAsBuildingMapLevelFixture.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/New-MgBetaPlaceAsBuildingMapLevelFixture.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/new-mgbetaplaceasbuildingmaplevelfixture Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaPlaceAsBuildingMapLevelFixture --- @@ -28,7 +28,6 @@ New-MgBetaPlaceAsBuildingMapLevelFixture -LevelMapId -PlaceId [-PlaceId1 ] [-Properties ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -38,7 +37,7 @@ New-MgBetaPlaceAsBuildingMapLevelFixture -LevelMapId -PlaceId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -48,7 +47,7 @@ New-MgBetaPlaceAsBuildingMapLevelFixture -InputObject [-Plac [-ResponseHeadersVariable ] [-AdditionalProperties ] [-Id ] [-Properties ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -58,7 +57,7 @@ New-MgBetaPlaceAsBuildingMapLevelFixture -InputObject -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.Calendar/New-MgBetaPlaceAsBuildingMapLevelSection.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/New-MgBetaPlaceAsBuildingMapLevelSection.md index 5dfce8998da76..5b0cea5abc84e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/New-MgBetaPlaceAsBuildingMapLevelSection.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/New-MgBetaPlaceAsBuildingMapLevelSection.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/new-mgbetaplaceasbuildingmaplevelsection Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaPlaceAsBuildingMapLevelSection --- @@ -28,7 +28,6 @@ New-MgBetaPlaceAsBuildingMapLevelSection -LevelMapId -PlaceId [-PlaceId1 ] [-Properties ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -38,7 +37,7 @@ New-MgBetaPlaceAsBuildingMapLevelSection -LevelMapId -PlaceId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -48,7 +47,7 @@ New-MgBetaPlaceAsBuildingMapLevelSection -InputObject [-Plac [-ResponseHeadersVariable ] [-AdditionalProperties ] [-Id ] [-Properties ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -58,7 +57,7 @@ New-MgBetaPlaceAsBuildingMapLevelSection -InputObject -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.Calendar/New-MgBetaPlaceAsBuildingMapLevelUnit.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/New-MgBetaPlaceAsBuildingMapLevelUnit.md index cd5ef8f7228f5..0952fb1734d8d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/New-MgBetaPlaceAsBuildingMapLevelUnit.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/New-MgBetaPlaceAsBuildingMapLevelUnit.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/new-mgbetaplaceasbuildingmaplevelunit Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaPlaceAsBuildingMapLevelUnit --- @@ -28,7 +28,6 @@ New-MgBetaPlaceAsBuildingMapLevelUnit -LevelMapId -PlaceId [-PlaceId1 ] [-Properties ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -38,7 +37,7 @@ New-MgBetaPlaceAsBuildingMapLevelUnit -LevelMapId -PlaceId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -48,7 +47,7 @@ New-MgBetaPlaceAsBuildingMapLevelUnit -InputObject [-PlaceId [-ResponseHeadersVariable ] [-AdditionalProperties ] [-Id ] [-Properties ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -58,7 +57,7 @@ New-MgBetaPlaceAsBuildingMapLevelUnit -InputObject -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.Calendar/New-MgBetaPlaceAsDeskCheck.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/New-MgBetaPlaceAsDeskCheck.md index e5c4a06afe18d..69198f16ee360 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/New-MgBetaPlaceAsDeskCheck.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/New-MgBetaPlaceAsDeskCheck.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/new-mgbetaplaceasdeskcheck Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaPlaceAsDeskCheck --- @@ -28,7 +28,6 @@ New-MgBetaPlaceAsDeskCheck -PlaceId [-ResponseHeadersVariable ] [-CreatedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -38,7 +37,6 @@ New-MgBetaPlaceAsDeskCheck -PlaceId -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -49,7 +47,6 @@ New-MgBetaPlaceAsDeskCheck -InputObject [-ResponseHeadersVar [-CreatedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -59,7 +56,7 @@ New-MgBetaPlaceAsDeskCheck -InputObject -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.Calendar/New-MgBetaPlaceAsFloorCheck.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/New-MgBetaPlaceAsFloorCheck.md index c8b55ad7c8848..f763e5ffb2584 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/New-MgBetaPlaceAsFloorCheck.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/New-MgBetaPlaceAsFloorCheck.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/new-mgbetaplaceasfloorcheck Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaPlaceAsFloorCheck --- @@ -28,7 +28,6 @@ New-MgBetaPlaceAsFloorCheck -PlaceId [-ResponseHeadersVariable [-CreatedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -38,7 +37,6 @@ New-MgBetaPlaceAsFloorCheck -PlaceId -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -49,7 +47,6 @@ New-MgBetaPlaceAsFloorCheck -InputObject [-ResponseHeadersVa [-CreatedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -59,7 +56,7 @@ New-MgBetaPlaceAsFloorCheck -InputObject -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.Calendar/New-MgBetaPlaceAsRoomCheck.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/New-MgBetaPlaceAsRoomCheck.md index b4b921318fb1a..4451ff2838cbd 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/New-MgBetaPlaceAsRoomCheck.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/New-MgBetaPlaceAsRoomCheck.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/new-mgbetaplaceasroomcheck Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaPlaceAsRoomCheck --- @@ -28,7 +28,6 @@ New-MgBetaPlaceAsRoomCheck -PlaceId [-ResponseHeadersVariable ] [-CreatedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -38,7 +37,6 @@ New-MgBetaPlaceAsRoomCheck -PlaceId -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -49,7 +47,6 @@ New-MgBetaPlaceAsRoomCheck -InputObject [-ResponseHeadersVar [-CreatedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -59,7 +56,7 @@ New-MgBetaPlaceAsRoomCheck -InputObject -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.Calendar/New-MgBetaPlaceAsRoomListCheck.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/New-MgBetaPlaceAsRoomListCheck.md index 6924a1a4ef013..27a8efee3722b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/New-MgBetaPlaceAsRoomListCheck.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/New-MgBetaPlaceAsRoomListCheck.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/new-mgbetaplaceasroomlistcheck Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaPlaceAsRoomListCheck --- @@ -28,7 +28,6 @@ New-MgBetaPlaceAsRoomListCheck -PlaceId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -38,7 +37,6 @@ New-MgBetaPlaceAsRoomListCheck -PlaceId -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -49,7 +47,6 @@ New-MgBetaPlaceAsRoomListCheck -InputObject [-ResponseHeader [-CreatedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -59,7 +56,7 @@ New-MgBetaPlaceAsRoomListCheck -InputObject -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.Calendar/New-MgBetaPlaceAsRoomListRoom.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/New-MgBetaPlaceAsRoomListRoom.md index 46bad9e011ada..cb3a21896e580 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/New-MgBetaPlaceAsRoomListRoom.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/New-MgBetaPlaceAsRoomListRoom.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/new-mgbetaplaceasroomlistroom Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaPlaceAsRoomListRoom --- @@ -35,7 +35,6 @@ New-MgBetaPlaceAsRoomListRoom -PlaceId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -52,7 +51,7 @@ New-MgBetaPlaceAsRoomListRoom -InputObject [-PlaceId ] [-Tags ] [-TeamsEnabledState ] [-VideoDeviceName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -62,7 +61,6 @@ New-MgBetaPlaceAsRoomListRoom -PlaceId -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -72,7 +70,6 @@ New-MgBetaPlaceAsRoomListRoom -InputObject -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/New-MgBetaPlaceAsRoomListRoomCheck.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/New-MgBetaPlaceAsRoomListRoomCheck.md index 20330742b9d00..ee7fb178a3d17 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/New-MgBetaPlaceAsRoomListRoomCheck.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/New-MgBetaPlaceAsRoomListRoomCheck.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/new-mgbetaplaceasroomlistroomcheck Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaPlaceAsRoomListRoomCheck --- @@ -28,7 +28,6 @@ New-MgBetaPlaceAsRoomListRoomCheck -PlaceId -RoomId [-CheckInMethod ] [-CreatedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -38,7 +37,7 @@ New-MgBetaPlaceAsRoomListRoomCheck -PlaceId -RoomId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -49,7 +48,6 @@ New-MgBetaPlaceAsRoomListRoomCheck -InputObject [-CheckInMethod ] [-CreatedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -59,7 +57,7 @@ New-MgBetaPlaceAsRoomListRoomCheck -InputObject -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.Calendar/New-MgBetaPlaceAsRoomListWorkspace.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/New-MgBetaPlaceAsRoomListWorkspace.md index 85bb13e43af2d..c4fb371b75a3a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/New-MgBetaPlaceAsRoomListWorkspace.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/New-MgBetaPlaceAsRoomListWorkspace.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/new-mgbetaplaceasroomlistworkspace Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaPlaceAsRoomListWorkspace --- @@ -33,7 +33,6 @@ New-MgBetaPlaceAsRoomListWorkspace -PlaceId [-ResponseHeadersVariable < [-PlaceId1 ] [-Tags ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -49,7 +48,7 @@ New-MgBetaPlaceAsRoomListWorkspace -InputObject [-PlaceId ] [-Mode ] [-Nickname ] [-ParentId ] [-Phone ] [-Tags ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -59,7 +58,6 @@ New-MgBetaPlaceAsRoomListWorkspace -PlaceId -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -69,7 +67,7 @@ New-MgBetaPlaceAsRoomListWorkspace -InputObject -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.Calendar/New-MgBetaPlaceAsRoomListWorkspaceCheck.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/New-MgBetaPlaceAsRoomListWorkspaceCheck.md index 85f7848837478..e10b5e6f957cb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/New-MgBetaPlaceAsRoomListWorkspaceCheck.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/New-MgBetaPlaceAsRoomListWorkspaceCheck.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/new-mgbetaplaceasroomlistworkspacecheck Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaPlaceAsRoomListWorkspaceCheck --- @@ -28,7 +28,6 @@ New-MgBetaPlaceAsRoomListWorkspaceCheck -PlaceId -WorkspaceId [-CheckInMethod ] [-CreatedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -38,7 +37,7 @@ New-MgBetaPlaceAsRoomListWorkspaceCheck -PlaceId -WorkspaceId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -49,7 +48,6 @@ New-MgBetaPlaceAsRoomListWorkspaceCheck -InputObject [-CheckInMethod ] [-CreatedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -59,7 +57,7 @@ New-MgBetaPlaceAsRoomListWorkspaceCheck -InputObject -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.Calendar/New-MgBetaPlaceAsSectionCheck.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/New-MgBetaPlaceAsSectionCheck.md index a87c7f3a68335..2cd990e59c5de 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/New-MgBetaPlaceAsSectionCheck.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/New-MgBetaPlaceAsSectionCheck.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/new-mgbetaplaceassectioncheck Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaPlaceAsSectionCheck --- @@ -28,7 +28,6 @@ New-MgBetaPlaceAsSectionCheck -PlaceId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -38,7 +37,6 @@ New-MgBetaPlaceAsSectionCheck -PlaceId -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -49,7 +47,6 @@ New-MgBetaPlaceAsSectionCheck -InputObject [-ResponseHeaders [-CreatedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -59,7 +56,7 @@ New-MgBetaPlaceAsSectionCheck -InputObject -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.Calendar/New-MgBetaPlaceAsWorkspaceCheck.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/New-MgBetaPlaceAsWorkspaceCheck.md index 55a2efa33d32f..8d1fea3e92075 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/New-MgBetaPlaceAsWorkspaceCheck.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/New-MgBetaPlaceAsWorkspaceCheck.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/new-mgbetaplaceasworkspacecheck Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaPlaceAsWorkspaceCheck --- @@ -28,7 +28,6 @@ New-MgBetaPlaceAsWorkspaceCheck -PlaceId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -38,7 +37,6 @@ New-MgBetaPlaceAsWorkspaceCheck -PlaceId -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -49,7 +47,6 @@ New-MgBetaPlaceAsWorkspaceCheck -InputObject [-ResponseHeade [-CreatedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -59,7 +56,7 @@ New-MgBetaPlaceAsWorkspaceCheck -InputObject -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.Calendar/New-MgBetaPlaceCheck.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/New-MgBetaPlaceCheck.md index 9ec3180e02a94..d25571de65458 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/New-MgBetaPlaceCheck.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/New-MgBetaPlaceCheck.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/new-mgbetaplacecheck Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaPlaceCheck --- @@ -29,7 +29,6 @@ New-MgBetaPlaceCheck -PlaceId [-ResponseHeadersVariable ] [-CreatedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -39,7 +38,6 @@ New-MgBetaPlaceCheck -PlaceId -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -50,7 +48,6 @@ New-MgBetaPlaceCheck -InputObject [-ResponseHeadersVariable [-CreatedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -60,7 +57,6 @@ New-MgBetaPlaceCheck -InputObject -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -73,6 +69,25 @@ This cmdlet has the following aliases, Create a new checkInClaim object to record the check-in status for a specific place, such as a desk or a room, associated with a specific calendar reservation. This check-in confirms that the reserved space is in use and prevents automatic release if auto-release policies are configured for that place. +## EXAMPLES +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Beta.Calendar + +$params = @{ + "@odata.type" = "#microsoft.graph.checkInClaim" + calendarEventId = "040000008200E00074C5B7101A82E00800000000D02AC02D26EFDB010000000000000000100000005A18ADA04F0A24489AE13ED3CC367978" + checkInMethod = "verified" +} + +New-MgBetaPlaceCheck -PlaceId $placeId -BodyParameter $params + +``` +This example shows how to use the New-MgBetaPlaceCheck Cmdlet. + + ## PARAMETERS ### -AdditionalProperties @@ -572,6 +587,5 @@ INPUTOBJECT ``: Identity Parameter - diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/New-MgBetaUserCalendar.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/New-MgBetaUserCalendar.md index 2591b19468a47..431099f36a867 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/New-MgBetaUserCalendar.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/New-MgBetaUserCalendar.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/new-mgbetausercalendar Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaUserCalendar --- @@ -35,7 +35,7 @@ New-MgBetaUserCalendar -UserId [-ResponseHeadersVariable ] [-SingleValueExtendedProperties ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -45,7 +45,6 @@ New-MgBetaUserCalendar -UserId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -63,7 +62,7 @@ New-MgBetaUserCalendar -InputObject [-ResponseHeadersVariabl [-SingleValueExtendedProperties ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -73,7 +72,6 @@ New-MgBetaUserCalendar -InputObject -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/New-MgBetaUserCalendarEvent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/New-MgBetaUserCalendarEvent.md index b002a6eb18892..e335bac3d54c9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/New-MgBetaUserCalendarEvent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/New-MgBetaUserCalendarEvent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/new-mgbetausercalendarevent Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaUserCalendarEvent --- @@ -47,7 +47,6 @@ New-MgBetaUserCalendarEvent -CalendarId -UserId [-Type ] [-Uid ] [-WebLink ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create1 @@ -57,7 +56,7 @@ New-MgBetaUserCalendarEvent -CalendarId -UserId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded1 @@ -87,7 +86,6 @@ New-MgBetaUserCalendarEvent -InputObject [-ResponseHeadersVa [-Type ] [-Uid ] [-WebLink ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity1 @@ -97,7 +95,6 @@ New-MgBetaUserCalendarEvent -InputObject -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/New-MgBetaUserCalendarGroup.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/New-MgBetaUserCalendarGroup.md index ba3d95f6c6681..e3a12e95ecb0f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/New-MgBetaUserCalendarGroup.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/New-MgBetaUserCalendarGroup.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/new-mgbetausercalendargroup Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaUserCalendarGroup --- @@ -28,7 +28,6 @@ New-MgBetaUserCalendarGroup -UserId [-ResponseHeadersVariable ] [-ClassId ] [-Id ] [-Name ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -38,7 +37,6 @@ New-MgBetaUserCalendarGroup -UserId -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -49,7 +47,6 @@ New-MgBetaUserCalendarGroup -InputObject [-ResponseHeadersVa [-ClassId ] [-Id ] [-Name ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -59,7 +56,7 @@ New-MgBetaUserCalendarGroup -InputObject -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.Calendar/New-MgBetaUserCalendarGroupCalendar.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/New-MgBetaUserCalendarGroupCalendar.md index 0c2ebe4659662..65ecb10152be6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/New-MgBetaUserCalendarGroupCalendar.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/New-MgBetaUserCalendarGroupCalendar.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/new-mgbetausercalendargroupcalendar Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaUserCalendarGroupCalendar --- @@ -36,7 +36,7 @@ New-MgBetaUserCalendarGroupCalendar -CalendarGroupId -UserId [-SingleValueExtendedProperties ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -55,7 +55,7 @@ New-MgBetaUserCalendarGroupCalendar -InputObject [-CalendarG [-SingleValueExtendedProperties ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -65,7 +65,7 @@ New-MgBetaUserCalendarGroupCalendar -CalendarGroupId -UserId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -75,7 +75,7 @@ New-MgBetaUserCalendarGroupCalendar -InputObject -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.Calendar/New-MgBetaUserCalendarPermission.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/New-MgBetaUserCalendarPermission.md index 90bd659f61358..c195d6b58bcdd 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/New-MgBetaUserCalendarPermission.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/New-MgBetaUserCalendarPermission.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/new-mgbetausercalendarpermission Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaUserCalendarPermission --- @@ -28,7 +28,7 @@ New-MgBetaUserCalendarPermission -UserId [-ResponseHeadersVariable ] [-Id ] [-IsInsideOrganization] [-IsRemovable] [-Role ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateExpanded1 @@ -39,7 +39,7 @@ New-MgBetaUserCalendarPermission -UserId -CalendarId [-EmailAddress ] [-Id ] [-IsInsideOrganization] [-IsRemovable] [-Role ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create1 @@ -49,7 +49,7 @@ New-MgBetaUserCalendarPermission -UserId -CalendarId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -59,7 +59,6 @@ New-MgBetaUserCalendarPermission -UserId -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded1 @@ -70,7 +69,7 @@ New-MgBetaUserCalendarPermission -InputObject [-EmailAddress ] [-Id ] [-IsInsideOrganization] [-IsRemovable] [-Role ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -81,7 +80,7 @@ New-MgBetaUserCalendarPermission -InputObject [-EmailAddress ] [-Id ] [-IsInsideOrganization] [-IsRemovable] [-Role ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity1 @@ -91,7 +90,7 @@ New-MgBetaUserCalendarPermission -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -101,7 +100,7 @@ New-MgBetaUserCalendarPermission -InputObject -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.Calendar/New-MgBetaUserDefaultCalendarEvent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/New-MgBetaUserDefaultCalendarEvent.md index 2f42ce5d33f54..5232a38a2e283 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/New-MgBetaUserDefaultCalendarEvent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/New-MgBetaUserDefaultCalendarEvent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/new-mgbetauserdefaultcalendarevent Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaUserDefaultCalendarEvent --- @@ -47,7 +47,6 @@ New-MgBetaUserDefaultCalendarEvent -UserId [-ResponseHeadersVariable ] [-Uid ] [-WebLink ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -57,7 +56,6 @@ New-MgBetaUserDefaultCalendarEvent -UserId -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -87,7 +85,6 @@ New-MgBetaUserDefaultCalendarEvent -InputObject [-Type ] [-Uid ] [-WebLink ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -97,7 +94,7 @@ New-MgBetaUserDefaultCalendarEvent -InputObject -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.Calendar/New-MgBetaUserEvent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/New-MgBetaUserEvent.md index df009b9f04d7b..64068f6da9d6f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/New-MgBetaUserEvent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/New-MgBetaUserEvent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/new-mgbetauserevent Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaUserEvent --- @@ -47,7 +47,6 @@ New-MgBetaUserEvent -UserId [-ResponseHeadersVariable ] [-Type ] [-Uid ] [-WebLink ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -57,7 +56,6 @@ New-MgBetaUserEvent -UserId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -87,7 +85,6 @@ New-MgBetaUserEvent -InputObject [-ResponseHeadersVariable < [-Type ] [-Uid ] [-WebLink ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -97,7 +94,6 @@ New-MgBetaUserEvent -InputObject -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/New-MgBetaUserEventAttachment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/New-MgBetaUserEventAttachment.md index dcb3e6709fc59..f18cc226e2c01 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/New-MgBetaUserEventAttachment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/New-MgBetaUserEventAttachment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/new-mgbetausereventattachment Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaUserEventAttachment --- @@ -28,7 +28,6 @@ New-MgBetaUserEventAttachment -EventId -UserId [-ResponseHeade [-LastModifiedDateTime ] [-Name ] [-Size ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -38,7 +37,7 @@ New-MgBetaUserEventAttachment -EventId -UserId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -49,7 +48,6 @@ New-MgBetaUserEventAttachment -InputObject [-ResponseHeaders [-LastModifiedDateTime ] [-Name ] [-Size ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -59,7 +57,7 @@ New-MgBetaUserEventAttachment -InputObject -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.Calendar/New-MgBetaUserEventAttachmentUploadSession.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/New-MgBetaUserEventAttachmentUploadSession.md index 9c085815b4e14..cce2696898af0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/New-MgBetaUserEventAttachmentUploadSession.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/New-MgBetaUserEventAttachmentUploadSession.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/new-mgbetausereventattachmentuploadsession Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaUserEventAttachmentUploadSession --- @@ -35,7 +35,6 @@ New-MgBetaUserEventAttachmentUploadSession -EventId -UserId [-AttachmentItem ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -46,7 +45,6 @@ New-MgBetaUserEventAttachmentUploadSession -EventId -UserId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -57,7 +55,6 @@ New-MgBetaUserEventAttachmentUploadSession -InputObject [-AttachmentItem ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -68,7 +65,6 @@ New-MgBetaUserEventAttachmentUploadSession -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/New-MgBetaUserEventExtension.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/New-MgBetaUserEventExtension.md index 995c0e7e8291e..92c43d92d3fb9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/New-MgBetaUserEventExtension.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/New-MgBetaUserEventExtension.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/new-mgbetausereventextension Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaUserEventExtension --- @@ -27,7 +27,6 @@ New-MgBetaUserEventExtension -EventId -UserId [-ResponseHeader [-AdditionalProperties ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -37,7 +36,6 @@ New-MgBetaUserEventExtension -EventId -UserId -BodyParameter < [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -47,7 +45,6 @@ New-MgBetaUserEventExtension -InputObject [-ResponseHeadersV [-AdditionalProperties ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -57,7 +54,6 @@ New-MgBetaUserEventExtension -InputObject -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Remove-MgBetaGroupCalendarEvent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Remove-MgBetaGroupCalendarEvent.md index 42a6f3aa5db9c..5017d28972124 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Remove-MgBetaGroupCalendarEvent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Remove-MgBetaGroupCalendarEvent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/remove-mgbetagroupcalendarevent Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupCalendarEvent --- @@ -27,7 +27,6 @@ Remove-MgBetaGroupCalendarEvent -EventId -GroupId [-IfMatch ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaGroupCalendarEvent -InputObject [-IfMatch ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Remove-MgBetaGroupCalendarPermanent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Remove-MgBetaGroupCalendarPermanent.md index cb5e13ede4857..4a194afb13cd0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Remove-MgBetaGroupCalendarPermanent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Remove-MgBetaGroupCalendarPermanent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/remove-mgbetagroupcalendarpermanent Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupCalendarPermanent --- @@ -13,8 +13,7 @@ title: Remove-MgBetaGroupCalendarPermanent ## SYNOPSIS -Permanently delete a calendar folder and the events that it contains and remove them from the mailbox. -For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas. +Invoke action permanentDelete > [!NOTE] > To view the v1.0 release of this cmdlet, view [Remove-MgGroupCalendarPermanent](/powershell/module/Microsoft.Graph.Calendar/Remove-MgGroupCalendarPermanent?view=graph-powershell-1.0) @@ -28,7 +27,6 @@ Remove-MgBetaGroupCalendarPermanent -GroupId [-ResponseHeadersVariable [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -38,7 +36,6 @@ Remove-MgBetaGroupCalendarPermanent -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -48,8 +45,7 @@ This cmdlet has the following aliases, ## DESCRIPTION -Permanently delete a calendar folder and the events that it contains and remove them from the mailbox. -For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas. +Invoke action permanentDelete ## PARAMETERS @@ -386,7 +382,6 @@ INPUTOBJECT ``: Identity Parameter ## RELATED LINKS - [Remove-MgBetaGroupCalendarPermanent](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/remove-mgbetagroupcalendarpermanent) -- [Graph API Reference](https://learn.microsoft.com/graph/api/calendar-permanentdelete?view=graph-rest-beta) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Remove-MgBetaGroupCalendarPermission.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Remove-MgBetaGroupCalendarPermission.md index c0b9417753e86..f2c7e7a360486 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Remove-MgBetaGroupCalendarPermission.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Remove-MgBetaGroupCalendarPermission.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/remove-mgbetagroupcalendarpermission Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupCalendarPermission --- @@ -27,7 +27,6 @@ Remove-MgBetaGroupCalendarPermission -CalendarPermissionId -GroupId ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaGroupCalendarPermission -InputObject [-IfMatch [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Remove-MgBetaGroupEvent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Remove-MgBetaGroupEvent.md index 30ef1a0ef371d..84aca83f83285 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Remove-MgBetaGroupEvent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Remove-MgBetaGroupEvent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/remove-mgbetagroupevent Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupEvent --- @@ -27,7 +27,6 @@ Remove-MgBetaGroupEvent -EventId -GroupId [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaGroupEvent -InputObject [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Remove-MgBetaGroupEventAttachment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Remove-MgBetaGroupEventAttachment.md index 2c19fa2357a07..1020f95237235 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Remove-MgBetaGroupEventAttachment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Remove-MgBetaGroupEventAttachment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/remove-mgbetagroupeventattachment Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupEventAttachment --- @@ -27,7 +27,6 @@ Remove-MgBetaGroupEventAttachment -AttachmentId -EventId -Grou [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaGroupEventAttachment -InputObject [-IfMatch ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Remove-MgBetaGroupEventExtension.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Remove-MgBetaGroupEventExtension.md index 2fbb81cf7b92d..0c0020138c020 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Remove-MgBetaGroupEventExtension.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Remove-MgBetaGroupEventExtension.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/remove-mgbetagroupeventextension Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupEventExtension --- @@ -27,7 +27,6 @@ Remove-MgBetaGroupEventExtension -EventId -ExtensionId -GroupI [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaGroupEventExtension -InputObject [-IfMatch ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Remove-MgBetaGroupEventPermanent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Remove-MgBetaGroupEventPermanent.md index d1196d9098ff9..0f12937862bdc 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Remove-MgBetaGroupEventPermanent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Remove-MgBetaGroupEventPermanent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/remove-mgbetagroupeventpermanent Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupEventPermanent --- @@ -30,7 +30,6 @@ Remove-MgBetaGroupEventPermanent -EventId -GroupId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -40,7 +39,6 @@ Remove-MgBetaGroupEventPermanent -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Remove-MgBetaPlace.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Remove-MgBetaPlace.md index 9deeba395a43c..1acf641f1d145 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Remove-MgBetaPlace.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Remove-MgBetaPlace.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/remove-mgbetaplace Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaPlace --- @@ -28,7 +28,6 @@ Remove-MgBetaPlace -PlaceId [-IfMatch ] [-ResponseHeadersVariab [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -38,7 +37,6 @@ Remove-MgBetaPlace -InputObject [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -51,6 +49,27 @@ This cmdlet has the following aliases, Delete a place object. You can also use this method to delete the following child object types: building, floor, section, or desk. +**Permissions** + +| Permission type | Permissions (from least to most privileged) | +| --------------- | ------------------------------------------ | +| Delegated (work or school account) | Place.ReadWrite.All, | +| Delegated (personal Microsoft account) | Not supported | +| Application | Place.ReadWrite.All, | + +## EXAMPLES +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Beta.Calendar + +Remove-MgBetaPlace -PlaceId $placeId + +``` +This example shows how to use the Remove-MgBetaPlace Cmdlet. + + ## PARAMETERS ### -Break @@ -428,6 +447,5 @@ INPUTOBJECT ``: Identity Parameter - diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Remove-MgBetaPlaceAsBuildingCheck.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Remove-MgBetaPlaceAsBuildingCheck.md index 85fde774cd742..617a164b1b22b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Remove-MgBetaPlaceAsBuildingCheck.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Remove-MgBetaPlaceAsBuildingCheck.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/remove-mgbetaplaceasbuildingcheck Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaPlaceAsBuildingCheck --- @@ -27,7 +27,6 @@ Remove-MgBetaPlaceAsBuildingCheck -CheckInClaimCalendarEventId -PlaceId [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaPlaceAsBuildingCheck -InputObject [-IfMatch ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Remove-MgBetaPlaceAsBuildingMap.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Remove-MgBetaPlaceAsBuildingMap.md index 364de88054617..08422afe0fe01 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Remove-MgBetaPlaceAsBuildingMap.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Remove-MgBetaPlaceAsBuildingMap.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/remove-mgbetaplaceasbuildingmap Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaPlaceAsBuildingMap --- @@ -27,7 +27,6 @@ Remove-MgBetaPlaceAsBuildingMap -PlaceId [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaPlaceAsBuildingMap -InputObject [-IfMatch ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -49,6 +47,19 @@ This cmdlet has the following aliases, Delete the map of a specific building. +## EXAMPLES +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Beta.Calendar + +Remove-MgBetaPlaceAsBuildingMap -PlaceId $placeId + +``` +This example shows how to use the Remove-MgBetaPlaceAsBuildingMap Cmdlet. + + ## PARAMETERS ### -Break @@ -426,6 +437,5 @@ INPUTOBJECT ``: Identity Parameter - diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Remove-MgBetaPlaceAsBuildingMapFootprint.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Remove-MgBetaPlaceAsBuildingMapFootprint.md index 800a9c64d8182..37e7ab7407322 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Remove-MgBetaPlaceAsBuildingMapFootprint.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Remove-MgBetaPlaceAsBuildingMapFootprint.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/remove-mgbetaplaceasbuildingmapfootprint Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaPlaceAsBuildingMapFootprint --- @@ -27,7 +27,6 @@ Remove-MgBetaPlaceAsBuildingMapFootprint -FootprintMapId -PlaceId ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaPlaceAsBuildingMapFootprint -InputObject [-IfMa [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Remove-MgBetaPlaceAsBuildingMapLevel.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Remove-MgBetaPlaceAsBuildingMapLevel.md index 486fc598ffe09..d5ea338b8cbcb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Remove-MgBetaPlaceAsBuildingMapLevel.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Remove-MgBetaPlaceAsBuildingMapLevel.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/remove-mgbetaplaceasbuildingmaplevel Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaPlaceAsBuildingMapLevel --- @@ -27,7 +27,6 @@ Remove-MgBetaPlaceAsBuildingMapLevel -LevelMapId -PlaceId [-If [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaPlaceAsBuildingMapLevel -InputObject [-IfMatch [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Remove-MgBetaPlaceAsBuildingMapLevelFixture.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Remove-MgBetaPlaceAsBuildingMapLevelFixture.md index 2e17fbea05895..317960d5f99e0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Remove-MgBetaPlaceAsBuildingMapLevelFixture.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Remove-MgBetaPlaceAsBuildingMapLevelFixture.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/remove-mgbetaplaceasbuildingmaplevelfixture Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaPlaceAsBuildingMapLevelFixture --- @@ -28,7 +28,6 @@ Remove-MgBetaPlaceAsBuildingMapLevelFixture -FixtureMapId -LevelMapId < [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -38,7 +37,6 @@ Remove-MgBetaPlaceAsBuildingMapLevelFixture -InputObject [-I [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -50,6 +48,19 @@ This cmdlet has the following aliases, Delete a fixture on a specified floor. +## EXAMPLES +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Beta.Calendar + +Remove-MgBetaPlaceAsBuildingMapLevelFixture -PlaceId $placeId -LevelMapId $levelMapId -FixtureMapId $fixtureMapId + +``` +This example shows how to use the Remove-MgBetaPlaceAsBuildingMapLevelFixture Cmdlet. + + ## PARAMETERS ### -Break @@ -469,6 +480,5 @@ INPUTOBJECT ``: Identity Parameter - diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Remove-MgBetaPlaceAsBuildingMapLevelSection.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Remove-MgBetaPlaceAsBuildingMapLevelSection.md index 71ab9a9d566c3..12de64adcbba0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Remove-MgBetaPlaceAsBuildingMapLevelSection.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Remove-MgBetaPlaceAsBuildingMapLevelSection.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/remove-mgbetaplaceasbuildingmaplevelsection Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaPlaceAsBuildingMapLevelSection --- @@ -28,7 +28,6 @@ Remove-MgBetaPlaceAsBuildingMapLevelSection -LevelMapId -PlaceId ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -38,7 +37,6 @@ Remove-MgBetaPlaceAsBuildingMapLevelSection -InputObject [-I [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Remove-MgBetaPlaceAsBuildingMapLevelUnit.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Remove-MgBetaPlaceAsBuildingMapLevelUnit.md index f99ef85625a2d..31e486eee2aae 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Remove-MgBetaPlaceAsBuildingMapLevelUnit.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Remove-MgBetaPlaceAsBuildingMapLevelUnit.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/remove-mgbetaplaceasbuildingmaplevelunit Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaPlaceAsBuildingMapLevelUnit --- @@ -27,7 +27,6 @@ Remove-MgBetaPlaceAsBuildingMapLevelUnit -LevelMapId -PlaceId [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaPlaceAsBuildingMapLevelUnit -InputObject [-IfMa [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -49,6 +47,19 @@ This cmdlet has the following aliases, Delete a unitMap object. +## EXAMPLES +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Beta.Calendar + +Remove-MgBetaPlaceAsBuildingMapLevelUnit -PlaceId $placeId -LevelMapId $levelMapId -UnitMapId $unitMapId + +``` +This example shows how to use the Remove-MgBetaPlaceAsBuildingMapLevelUnit Cmdlet. + + ## PARAMETERS ### -Break @@ -468,6 +479,5 @@ INPUTOBJECT ``: Identity Parameter - diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Remove-MgBetaPlaceAsDeskCheck.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Remove-MgBetaPlaceAsDeskCheck.md index 04e5e67fa1213..5f697f88bdf1e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Remove-MgBetaPlaceAsDeskCheck.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Remove-MgBetaPlaceAsDeskCheck.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/remove-mgbetaplaceasdeskcheck Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaPlaceAsDeskCheck --- @@ -27,7 +27,6 @@ Remove-MgBetaPlaceAsDeskCheck -CheckInClaimCalendarEventId -PlaceId ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaPlaceAsDeskCheck -InputObject [-IfMatch ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Remove-MgBetaPlaceAsFloorCheck.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Remove-MgBetaPlaceAsFloorCheck.md index 196823d0e2be6..e64ad98f68bcc 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Remove-MgBetaPlaceAsFloorCheck.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Remove-MgBetaPlaceAsFloorCheck.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/remove-mgbetaplaceasfloorcheck Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaPlaceAsFloorCheck --- @@ -27,7 +27,6 @@ Remove-MgBetaPlaceAsFloorCheck -CheckInClaimCalendarEventId -PlaceId ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaPlaceAsFloorCheck -InputObject [-IfMatch ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Remove-MgBetaPlaceAsRoomCheck.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Remove-MgBetaPlaceAsRoomCheck.md index 29d66239fe8a1..5ce48fdf6e93a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Remove-MgBetaPlaceAsRoomCheck.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Remove-MgBetaPlaceAsRoomCheck.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/remove-mgbetaplaceasroomcheck Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaPlaceAsRoomCheck --- @@ -27,7 +27,6 @@ Remove-MgBetaPlaceAsRoomCheck -CheckInClaimCalendarEventId -PlaceId ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaPlaceAsRoomCheck -InputObject [-IfMatch ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Remove-MgBetaPlaceAsRoomListCheck.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Remove-MgBetaPlaceAsRoomListCheck.md index bdcd1085cd946..be3ade374c405 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Remove-MgBetaPlaceAsRoomListCheck.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Remove-MgBetaPlaceAsRoomListCheck.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/remove-mgbetaplaceasroomlistcheck Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaPlaceAsRoomListCheck --- @@ -27,7 +27,6 @@ Remove-MgBetaPlaceAsRoomListCheck -CheckInClaimCalendarEventId -PlaceId [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaPlaceAsRoomListCheck -InputObject [-IfMatch ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Remove-MgBetaPlaceAsRoomListRoom.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Remove-MgBetaPlaceAsRoomListRoom.md index f64bb6d9781c9..5c76034910884 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Remove-MgBetaPlaceAsRoomListRoom.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Remove-MgBetaPlaceAsRoomListRoom.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/remove-mgbetaplaceasroomlistroom Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaPlaceAsRoomListRoom --- @@ -27,7 +27,6 @@ Remove-MgBetaPlaceAsRoomListRoom -PlaceId -RoomId [-IfMatch ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaPlaceAsRoomListRoom -InputObject [-IfMatch ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Remove-MgBetaPlaceAsRoomListRoomCheck.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Remove-MgBetaPlaceAsRoomListRoomCheck.md index 910cf4124ee71..8fbca948a3f3d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Remove-MgBetaPlaceAsRoomListRoomCheck.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Remove-MgBetaPlaceAsRoomListRoomCheck.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/remove-mgbetaplaceasroomlistroomcheck Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaPlaceAsRoomListRoomCheck --- @@ -28,7 +28,6 @@ Remove-MgBetaPlaceAsRoomListRoomCheck -CheckInClaimCalendarEventId -Pla [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -38,7 +37,6 @@ Remove-MgBetaPlaceAsRoomListRoomCheck -InputObject [-IfMatch [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Remove-MgBetaPlaceAsRoomListWorkspace.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Remove-MgBetaPlaceAsRoomListWorkspace.md index 9f961776f6199..dd85a0d426690 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Remove-MgBetaPlaceAsRoomListWorkspace.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Remove-MgBetaPlaceAsRoomListWorkspace.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/remove-mgbetaplaceasroomlistworkspace Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaPlaceAsRoomListWorkspace --- @@ -27,7 +27,6 @@ Remove-MgBetaPlaceAsRoomListWorkspace -PlaceId -WorkspaceId [- [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaPlaceAsRoomListWorkspace -InputObject [-IfMatch [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Remove-MgBetaPlaceAsRoomListWorkspaceCheck.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Remove-MgBetaPlaceAsRoomListWorkspaceCheck.md index 51d1b78af700a..038cb7585254f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Remove-MgBetaPlaceAsRoomListWorkspaceCheck.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Remove-MgBetaPlaceAsRoomListWorkspaceCheck.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/remove-mgbetaplaceasroomlistworkspacecheck Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaPlaceAsRoomListWorkspaceCheck --- @@ -28,7 +28,6 @@ Remove-MgBetaPlaceAsRoomListWorkspaceCheck -CheckInClaimCalendarEventId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -38,7 +37,6 @@ Remove-MgBetaPlaceAsRoomListWorkspaceCheck -InputObject [-If [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Remove-MgBetaPlaceAsSectionCheck.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Remove-MgBetaPlaceAsSectionCheck.md index e16bd36c6a984..7e66326cd65d6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Remove-MgBetaPlaceAsSectionCheck.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Remove-MgBetaPlaceAsSectionCheck.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/remove-mgbetaplaceassectioncheck Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaPlaceAsSectionCheck --- @@ -27,7 +27,6 @@ Remove-MgBetaPlaceAsSectionCheck -CheckInClaimCalendarEventId -PlaceId [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaPlaceAsSectionCheck -InputObject [-IfMatch ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Remove-MgBetaPlaceAsWorkspaceCheck.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Remove-MgBetaPlaceAsWorkspaceCheck.md index af0ee5f7b736f..bf1cd913807bf 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Remove-MgBetaPlaceAsWorkspaceCheck.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Remove-MgBetaPlaceAsWorkspaceCheck.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/remove-mgbetaplaceasworkspacecheck Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaPlaceAsWorkspaceCheck --- @@ -27,7 +27,6 @@ Remove-MgBetaPlaceAsWorkspaceCheck -CheckInClaimCalendarEventId -PlaceI [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaPlaceAsWorkspaceCheck -InputObject [-IfMatch ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Remove-MgBetaPlaceCheck.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Remove-MgBetaPlaceCheck.md index 6889ad9e88664..d513cce2f2c72 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Remove-MgBetaPlaceCheck.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Remove-MgBetaPlaceCheck.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/remove-mgbetaplacecheck Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaPlaceCheck --- @@ -27,7 +27,6 @@ Remove-MgBetaPlaceCheck -CheckInClaimCalendarEventId -PlaceId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaPlaceCheck -InputObject [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Remove-MgBetaUserCalendarGroup.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Remove-MgBetaUserCalendarGroup.md index 2175697637cc6..ce6ef407f49fe 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Remove-MgBetaUserCalendarGroup.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Remove-MgBetaUserCalendarGroup.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/remove-mgbetausercalendargroup Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaUserCalendarGroup --- @@ -27,7 +27,6 @@ Remove-MgBetaUserCalendarGroup -CalendarGroupId -UserId [-IfMa [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaUserCalendarGroup -InputObject [-IfMatch ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Remove-MgBetaUserCalendarPermanent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Remove-MgBetaUserCalendarPermanent.md index df051c33e2884..e3a26495bff29 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Remove-MgBetaUserCalendarPermanent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Remove-MgBetaUserCalendarPermanent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/remove-mgbetausercalendarpermanent Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaUserCalendarPermanent --- @@ -13,8 +13,7 @@ title: Remove-MgBetaUserCalendarPermanent ## SYNOPSIS -Permanently delete a calendar folder and the events that it contains and remove them from the mailbox. -For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas. +Invoke action permanentDelete > [!NOTE] > To view the v1.0 release of this cmdlet, view [Remove-MgUserCalendarPermanent](/powershell/module/Microsoft.Graph.Calendar/Remove-MgUserCalendarPermanent?view=graph-powershell-1.0) @@ -28,7 +27,6 @@ Remove-MgBetaUserCalendarPermanent -UserId [-ResponseHeadersVariable ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Delete1 @@ -38,7 +36,6 @@ Remove-MgBetaUserCalendarPermanent -UserId -CalendarId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity1 @@ -48,7 +45,6 @@ Remove-MgBetaUserCalendarPermanent -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -58,7 +54,6 @@ Remove-MgBetaUserCalendarPermanent -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -68,8 +63,7 @@ This cmdlet has the following aliases, ## DESCRIPTION -Permanently delete a calendar folder and the events that it contains and remove them from the mailbox. -For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas. +Invoke action permanentDelete **Permissions** @@ -460,7 +454,6 @@ INPUTOBJECT ``: Identity Parameter ## RELATED LINKS - [Remove-MgBetaUserCalendarPermanent](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/remove-mgbetausercalendarpermanent) -- [Graph API Reference](https://learn.microsoft.com/graph/api/calendar-permanentdelete?view=graph-rest-beta) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Remove-MgBetaUserCalendarPermission.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Remove-MgBetaUserCalendarPermission.md index 6eee0fd71fc4d..68fe0b547d520 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Remove-MgBetaUserCalendarPermission.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Remove-MgBetaUserCalendarPermission.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/remove-mgbetausercalendarpermission Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaUserCalendarPermission --- @@ -27,7 +27,6 @@ Remove-MgBetaUserCalendarPermission -CalendarPermissionId -UserId ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Delete1 @@ -38,7 +37,6 @@ Remove-MgBetaUserCalendarPermission -CalendarPermissionId -UserId ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity1 @@ -48,7 +46,6 @@ Remove-MgBetaUserCalendarPermission -InputObject [-IfMatch < [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -58,7 +55,6 @@ Remove-MgBetaUserCalendarPermission -InputObject [-IfMatch < [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Remove-MgBetaUserEvent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Remove-MgBetaUserEvent.md index 91e4f8184e804..3b48c2378d05d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Remove-MgBetaUserEvent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Remove-MgBetaUserEvent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/remove-mgbetauserevent Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaUserEvent --- @@ -27,7 +27,6 @@ Remove-MgBetaUserEvent -EventId -UserId [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaUserEvent -InputObject [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Remove-MgBetaUserEventAttachment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Remove-MgBetaUserEventAttachment.md index 7d9e727ffe536..7c63cf8f382e2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Remove-MgBetaUserEventAttachment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Remove-MgBetaUserEventAttachment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/remove-mgbetausereventattachment Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaUserEventAttachment --- @@ -27,7 +27,6 @@ Remove-MgBetaUserEventAttachment -AttachmentId -EventId -UserI [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaUserEventAttachment -InputObject [-IfMatch ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Remove-MgBetaUserEventExtension.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Remove-MgBetaUserEventExtension.md index 0e46bf3bd2dcd..c2cde261f243f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Remove-MgBetaUserEventExtension.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Remove-MgBetaUserEventExtension.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/remove-mgbetausereventextension Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaUserEventExtension --- @@ -27,7 +27,6 @@ Remove-MgBetaUserEventExtension -EventId -ExtensionId -UserId [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaUserEventExtension -InputObject [-IfMatch ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Remove-MgBetaUserEventPermanent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Remove-MgBetaUserEventPermanent.md index 5fdcfc7b6d1a1..4f9e5fee8624d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Remove-MgBetaUserEventPermanent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Remove-MgBetaUserEventPermanent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/remove-mgbetausereventpermanent Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaUserEventPermanent --- @@ -30,7 +30,6 @@ Remove-MgBetaUserEventPermanent -EventId -UserId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -40,7 +39,6 @@ Remove-MgBetaUserEventPermanent -InputObject [-ResponseHeade [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Stop-MgBetaGroupEvent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Stop-MgBetaGroupEvent.md index 387a6037259c9..ea2891663fc91 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Stop-MgBetaGroupEvent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Stop-MgBetaGroupEvent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/stop-mgbetagroupevent Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Stop-MgBetaGroupEvent --- @@ -31,7 +31,6 @@ Stop-MgBetaGroupEvent -EventId -GroupId [-ResponseHeadersVaria [-AdditionalProperties ] [-Comment ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Cancel @@ -42,7 +41,6 @@ Stop-MgBetaGroupEvent -EventId -GroupId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CancelViaIdentityExpanded @@ -52,7 +50,6 @@ Stop-MgBetaGroupEvent -InputObject [-ResponseHeadersVariable [-AdditionalProperties ] [-Comment ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CancelViaIdentity @@ -63,7 +60,6 @@ Stop-MgBetaGroupEvent -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Stop-MgBetaUserEvent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Stop-MgBetaUserEvent.md index 3c660d5d0cbf3..0ddeb5a8b4c6e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Stop-MgBetaUserEvent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Stop-MgBetaUserEvent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/stop-mgbetauserevent Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Stop-MgBetaUserEvent --- @@ -31,7 +31,6 @@ Stop-MgBetaUserEvent -EventId -UserId [-ResponseHeadersVariabl [-AdditionalProperties ] [-Comment ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Cancel @@ -42,7 +41,6 @@ Stop-MgBetaUserEvent -EventId -UserId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CancelViaIdentityExpanded @@ -52,7 +50,6 @@ Stop-MgBetaUserEvent -InputObject [-ResponseHeadersVariable [-AdditionalProperties ] [-Comment ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CancelViaIdentity @@ -63,7 +60,6 @@ Stop-MgBetaUserEvent -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Update-MgBetaGroupCalendarEvent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Update-MgBetaGroupCalendarEvent.md index ef259d4c9a5b1..36df4fca786bf 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Update-MgBetaGroupCalendarEvent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Update-MgBetaGroupCalendarEvent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/update-mgbetagroupcalendarevent Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupCalendarEvent --- @@ -47,7 +47,6 @@ Update-MgBetaGroupCalendarEvent -EventId -GroupId [-Type ] [-Uid ] [-WebLink ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -57,7 +56,7 @@ Update-MgBetaGroupCalendarEvent -EventId -GroupId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -87,7 +86,6 @@ Update-MgBetaGroupCalendarEvent -InputObject [-ResponseHeade [-Type ] [-Uid ] [-WebLink ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -97,7 +95,7 @@ Update-MgBetaGroupCalendarEvent -InputObject -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.Calendar/Update-MgBetaGroupCalendarPermission.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Update-MgBetaGroupCalendarPermission.md index c8009b0cff931..b45ba1526c9a3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Update-MgBetaGroupCalendarPermission.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Update-MgBetaGroupCalendarPermission.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/update-mgbetagroupcalendarpermission Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupCalendarPermission --- @@ -28,7 +28,7 @@ Update-MgBetaGroupCalendarPermission -CalendarPermissionId -GroupId ] [-Id ] [-IsInsideOrganization] [-IsRemovable] [-Role ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -38,7 +38,7 @@ Update-MgBetaGroupCalendarPermission -CalendarPermissionId -GroupId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -49,7 +49,7 @@ Update-MgBetaGroupCalendarPermission -InputObject [-EmailAddress ] [-Id ] [-IsInsideOrganization] [-IsRemovable] [-Role ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -59,7 +59,7 @@ Update-MgBetaGroupCalendarPermission -InputObject -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.Calendar/Update-MgBetaGroupEvent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Update-MgBetaGroupEvent.md index d3ff5d13109a0..983abca3b953b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Update-MgBetaGroupEvent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Update-MgBetaGroupEvent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/update-mgbetagroupevent Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupEvent --- @@ -47,7 +47,6 @@ Update-MgBetaGroupEvent -EventId -GroupId [-ResponseHeadersVar [-Type ] [-Uid ] [-WebLink ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -57,7 +56,6 @@ Update-MgBetaGroupEvent -EventId -GroupId -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -87,7 +85,6 @@ Update-MgBetaGroupEvent -InputObject [-ResponseHeadersVariab [-Type ] [-Uid ] [-WebLink ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -97,7 +94,6 @@ Update-MgBetaGroupEvent -InputObject -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Update-MgBetaGroupEventExtension.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Update-MgBetaGroupEventExtension.md index 2272994f6f23d..0ff4476a39c85 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Update-MgBetaGroupEventExtension.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Update-MgBetaGroupEventExtension.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/update-mgbetagroupeventextension Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupEventExtension --- @@ -27,7 +27,7 @@ Update-MgBetaGroupEventExtension -EventId -ExtensionId -GroupI [-ResponseHeadersVariable ] [-AdditionalProperties ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -37,7 +37,6 @@ Update-MgBetaGroupEventExtension -EventId -ExtensionId -GroupI -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -47,7 +46,7 @@ Update-MgBetaGroupEventExtension -InputObject [-ResponseHeadersVariable ] [-AdditionalProperties ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -57,7 +56,6 @@ Update-MgBetaGroupEventExtension -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Update-MgBetaPlace.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Update-MgBetaPlace.md index 60283bc5586a0..b95ed648dd0ec 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Update-MgBetaPlace.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Update-MgBetaPlace.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/update-mgbetaplace Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaPlace --- @@ -32,7 +32,7 @@ Update-MgBetaPlace -PlaceId [-ResponseHeadersVariable ] [-IsWheelChairAccessible] [-Label ] [-ParentId ] [-Phone ] [-Tags ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -42,7 +42,6 @@ Update-MgBetaPlace -PlaceId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -55,7 +54,7 @@ Update-MgBetaPlace -InputObject [-ResponseHeadersVariable ] [-ParentId ] [-Phone ] [-Tags ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -65,7 +64,6 @@ Update-MgBetaPlace -InputObject -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -79,6 +77,14 @@ Upsert one or more place objects in async mode. This API allows you to create and update multiple places efficiently in a single request. For more information on how to use this API, including scenarios, best practices, and concurrency limits, see Working with the upsert Places API in Microsoft Graph. +**Permissions** + +| Permission type | Permissions (from least to most privileged) | +| --------------- | ------------------------------------------ | +| Delegated (work or school account) | Place.ReadWrite.All, | +| Delegated (personal Microsoft account) | Not supported | +| Application | Place.ReadWrite.All, | + ## EXAMPLES ### Example 1: Code snippet diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Update-MgBetaPlaceAsBuildingCheck.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Update-MgBetaPlaceAsBuildingCheck.md index 40f475022850a..3ea6af3376508 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Update-MgBetaPlaceAsBuildingCheck.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Update-MgBetaPlaceAsBuildingCheck.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/update-mgbetaplaceasbuildingcheck Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaPlaceAsBuildingCheck --- @@ -28,7 +28,6 @@ Update-MgBetaPlaceAsBuildingCheck -CheckInClaimCalendarEventId -PlaceId [-CheckInMethod ] [-CreatedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -38,7 +37,7 @@ Update-MgBetaPlaceAsBuildingCheck -CheckInClaimCalendarEventId -PlaceId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -49,7 +48,6 @@ Update-MgBetaPlaceAsBuildingCheck -InputObject [-CheckInMethod ] [-CreatedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -59,7 +57,7 @@ Update-MgBetaPlaceAsBuildingCheck -InputObject -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.Calendar/Update-MgBetaPlaceAsBuildingMap.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Update-MgBetaPlaceAsBuildingMap.md index 4465ce638c695..f63b429257930 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Update-MgBetaPlaceAsBuildingMap.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Update-MgBetaPlaceAsBuildingMap.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/update-mgbetaplaceasbuildingmap Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaPlaceAsBuildingMap --- @@ -28,7 +28,7 @@ Update-MgBetaPlaceAsBuildingMap -PlaceId [-ResponseHeadersVariable ] [-PlaceId1 ] [-Properties ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -39,7 +39,7 @@ Update-MgBetaPlaceAsBuildingMap -InputObject [-PlaceId ] [-Id ] [-Levels ] [-Properties ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -49,7 +49,6 @@ Update-MgBetaPlaceAsBuildingMap -PlaceId -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -59,7 +58,7 @@ Update-MgBetaPlaceAsBuildingMap -InputObject -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.Calendar/Update-MgBetaPlaceAsBuildingMapFootprint.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Update-MgBetaPlaceAsBuildingMapFootprint.md index 2fe5eec4ee85d..8f045fb12f876 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Update-MgBetaPlaceAsBuildingMapFootprint.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Update-MgBetaPlaceAsBuildingMapFootprint.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/update-mgbetaplaceasbuildingmapfootprint Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaPlaceAsBuildingMapFootprint --- @@ -27,7 +27,7 @@ Update-MgBetaPlaceAsBuildingMapFootprint -FootprintMapId -PlaceId ] [-AdditionalProperties ] [-Id ] [-Properties ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -37,7 +37,6 @@ Update-MgBetaPlaceAsBuildingMapFootprint -FootprintMapId -PlaceId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -47,7 +46,7 @@ Update-MgBetaPlaceAsBuildingMapFootprint -InputObject [-ResponseHeadersVariable ] [-AdditionalProperties ] [-Id ] [-Properties ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -57,7 +56,6 @@ Update-MgBetaPlaceAsBuildingMapFootprint -InputObject -BodyP [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Update-MgBetaPlaceAsBuildingMapLevel.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Update-MgBetaPlaceAsBuildingMapLevel.md index 0ee11a809573c..ee14fb6a43382 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Update-MgBetaPlaceAsBuildingMapLevel.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Update-MgBetaPlaceAsBuildingMapLevel.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/update-mgbetaplaceasbuildingmaplevel Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaPlaceAsBuildingMapLevel --- @@ -30,7 +30,6 @@ Update-MgBetaPlaceAsBuildingMapLevel -LevelMapId -PlaceId [-Units ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -40,7 +39,7 @@ Update-MgBetaPlaceAsBuildingMapLevel -LevelMapId -PlaceId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -52,7 +51,7 @@ Update-MgBetaPlaceAsBuildingMapLevel -InputObject [-PlaceId [-Sections ] [-Units ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -62,7 +61,7 @@ Update-MgBetaPlaceAsBuildingMapLevel -InputObject -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.Calendar/Update-MgBetaPlaceAsBuildingMapLevelFixture.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Update-MgBetaPlaceAsBuildingMapLevelFixture.md index fff5fa3086e24..10a18e302febe 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Update-MgBetaPlaceAsBuildingMapLevelFixture.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Update-MgBetaPlaceAsBuildingMapLevelFixture.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/update-mgbetaplaceasbuildingmaplevelfixture Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaPlaceAsBuildingMapLevelFixture --- @@ -28,7 +28,6 @@ Update-MgBetaPlaceAsBuildingMapLevelFixture -FixtureMapId -LevelMapId < [-Id ] [-PlaceId1 ] [-Properties ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -38,7 +37,7 @@ Update-MgBetaPlaceAsBuildingMapLevelFixture -FixtureMapId -LevelMapId < -PlaceId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -48,7 +47,7 @@ Update-MgBetaPlaceAsBuildingMapLevelFixture -InputObject [-P [-ResponseHeadersVariable ] [-AdditionalProperties ] [-Id ] [-Properties ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -58,7 +57,7 @@ Update-MgBetaPlaceAsBuildingMapLevelFixture -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -70,6 +69,40 @@ This cmdlet has the following aliases, Update the properties of an existing fixtureMap object in IMDF format on a specified floor, or create one if it doesn't exist. +## EXAMPLES +### Example 1: Update an existing fixtureMap + +```powershell + +Import-Module Microsoft.Graph.Beta.Calendar + +$params = @{ + placeId = "67149ec1-4b99-42d4-88a4-d92cd23cb606" + properties = '{"id":"005eb3b8-c95d-4d35-a8a0-22d3cb4d6002","type":"Feature","feature_type":"fixture","geometry":{"type":"Polygon","coordinates":[[[-121.8889415,37.3295396],[-121.8889137,37.329503],[-121.8889082,37.3294956],[-121.888907,37.3294941],[-121.8888551,37.3295189],[-121.8888895,37.3295644],[-121.8889415,37.3295396]]]},"properties":{"name":{"en":"Test Fixture update"},"level_id":"e537d463-475b-43c3-a650-184566c68bc9","display_point":{"type":"Point","coordinates":[-121.8888983,37.3295292]}}}' +} + +Update-MgBetaPlaceAsBuildingMapLevelFixture -PlaceId $placeId -LevelMapId $levelMapId -FixtureMapId $fixtureMapId -BodyParameter $params + +``` +This example will update an existing fixturemap + +### Example 2: Create a fixtureMap if it doesn't exist + +```powershell + +Import-Module Microsoft.Graph.Beta.Calendar + +$params = @{ + placeId = "67149ec1-4b99-42d4-88a4-d92cd23cb606" + properties = '{"id":"005eb3b8-c95d-4d35-a8a0-22d3cb4d6002","type":"Feature","feature_type":"fixture","geometry":{"type":"Polygon","coordinates":[[[-121.8889415,37.3295396],[-121.8889137,37.329503],[-121.8889082,37.3294956],[-121.888907,37.3294941],[-121.8888551,37.3295189],[-121.8888895,37.3295644],[-121.8889415,37.3295396]]]},"properties":{"name":{"en":"Test Fixture 01"},"level_id":"e537d463-475b-43c3-a650-184566c68bc9","display_point":{"type":"Point","coordinates":[-121.8888983,37.3295292]}}}' +} + +Update-MgBetaPlaceAsBuildingMapLevelFixture -PlaceId $placeId -LevelMapId $levelMapId -FixtureMapId $fixtureMapId -BodyParameter $params + +``` +This example will create a fixturemap if it doesn't exist + + ## PARAMETERS ### -AdditionalProperties @@ -619,6 +652,5 @@ INPUTOBJECT ``: Identity Parameter - diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Update-MgBetaPlaceAsBuildingMapLevelSection.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Update-MgBetaPlaceAsBuildingMapLevelSection.md index a3c374caee137..02d7822eec47c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Update-MgBetaPlaceAsBuildingMapLevelSection.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Update-MgBetaPlaceAsBuildingMapLevelSection.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/update-mgbetaplaceasbuildingmaplevelsection Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaPlaceAsBuildingMapLevelSection --- @@ -28,7 +28,6 @@ Update-MgBetaPlaceAsBuildingMapLevelSection -LevelMapId -PlaceId ] [-PlaceId1 ] [-Properties ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -39,7 +38,6 @@ Update-MgBetaPlaceAsBuildingMapLevelSection -LevelMapId -PlaceId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -49,7 +47,7 @@ Update-MgBetaPlaceAsBuildingMapLevelSection -InputObject [-P [-ResponseHeadersVariable ] [-AdditionalProperties ] [-Id ] [-Properties ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -59,7 +57,7 @@ Update-MgBetaPlaceAsBuildingMapLevelSection -InputObject -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.Calendar/Update-MgBetaPlaceAsBuildingMapLevelUnit.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Update-MgBetaPlaceAsBuildingMapLevelUnit.md index 6f92062b820a7..49106b1b4a967 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Update-MgBetaPlaceAsBuildingMapLevelUnit.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Update-MgBetaPlaceAsBuildingMapLevelUnit.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/update-mgbetaplaceasbuildingmaplevelunit Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaPlaceAsBuildingMapLevelUnit --- @@ -28,7 +28,6 @@ Update-MgBetaPlaceAsBuildingMapLevelUnit -LevelMapId -PlaceId [-PlaceId1 ] [-Properties ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -38,7 +37,7 @@ Update-MgBetaPlaceAsBuildingMapLevelUnit -LevelMapId -PlaceId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -48,7 +47,7 @@ Update-MgBetaPlaceAsBuildingMapLevelUnit -InputObject [-Plac [-ResponseHeadersVariable ] [-AdditionalProperties ] [-Id ] [-Properties ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -58,7 +57,7 @@ Update-MgBetaPlaceAsBuildingMapLevelUnit -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -70,6 +69,39 @@ This cmdlet has the following aliases, Update the properties of an existing unitMap object in IMDF format on a specified floor, or create one if it doesn't exist. +## EXAMPLES +### Example 1: Update an existing unitMap + +```powershell + +Import-Module Microsoft.Graph.Beta.Calendar + +$params = @{ + placeId = $null + properties = '{"id":"005eb3b8-c95d-4d35-a8a0-22d3cb4d6542","type":"Feature","feature_type":"unit","geometry":{"type":"Polygon","coordinates":[[[-121.8889415,37.3295396],[-121.8889137,37.329503],[-121.8889082,37.3294956],[-121.888907,37.3294941],[-121.8888551,37.3295189],[-121.8888895,37.3295644],[-121.8889415,37.3295396]]]},"properties":{"name":{"en":"Test room from Test Floor 1 (120.3)"},"level_id":"e537d463-475b-43c3-a650-184566c68bc9","display_point":{"type":"Point","coordinates":[-121.8888983,37.3295292]},"category":"room"}}' +} + +Update-MgBetaPlaceAsBuildingMapLevelUnit -PlaceId $placeId -LevelMapId $levelMapId -UnitMapId $unitMapId -BodyParameter $params + +``` +This example will update an existing unitmap + +### Example 2: Create a unitMap if it doesn't exist + +```powershell + +Import-Module Microsoft.Graph.Beta.Calendar + +$params = @{ + properties = '{"id":"005eb3b8-c95d-4d35-a8a0-22d3cb4d6996","type":"Feature","feature_type":"unit","geometry":{"type":"Polygon","coordinates":[[[-121.8889415,37.3295396],[-121.8889137,37.329503],[-121.8889082,37.3294956],[-121.888907,37.3294941],[-121.8888551,37.3295189],[-121.8888895,37.3295644],[-121.8889415,37.3295396]]]},"properties":{"name":{"en":"Test Create room111111111111"},"level_id":"e537d463-475b-43c3-a650-184566c68bc9","display_point":{"type":"Point","coordinates":[-121.8888983,37.3295292]},"category":"room"}}' +} + +Update-MgBetaPlaceAsBuildingMapLevelUnit -PlaceId $placeId -LevelMapId $levelMapId -UnitMapId $unitMapId -BodyParameter $params + +``` +This example will create a unitmap if it doesn't exist + + ## PARAMETERS ### -AdditionalProperties @@ -619,6 +651,5 @@ INPUTOBJECT ``: Identity Parameter - diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Update-MgBetaPlaceAsDeskCheck.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Update-MgBetaPlaceAsDeskCheck.md index dadf08a7e8e9d..955ab982118db 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Update-MgBetaPlaceAsDeskCheck.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Update-MgBetaPlaceAsDeskCheck.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/update-mgbetaplaceasdeskcheck Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaPlaceAsDeskCheck --- @@ -28,7 +28,6 @@ Update-MgBetaPlaceAsDeskCheck -CheckInClaimCalendarEventId -PlaceId ] [-CreatedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -38,7 +37,7 @@ Update-MgBetaPlaceAsDeskCheck -CheckInClaimCalendarEventId -PlaceId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -49,7 +48,6 @@ Update-MgBetaPlaceAsDeskCheck -InputObject [-ResponseHeaders [-CreatedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -59,7 +57,7 @@ Update-MgBetaPlaceAsDeskCheck -InputObject -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.Calendar/Update-MgBetaPlaceAsFloorCheck.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Update-MgBetaPlaceAsFloorCheck.md index 6dc342f490b13..1432faa50adc3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Update-MgBetaPlaceAsFloorCheck.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Update-MgBetaPlaceAsFloorCheck.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/update-mgbetaplaceasfloorcheck Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaPlaceAsFloorCheck --- @@ -28,7 +28,6 @@ Update-MgBetaPlaceAsFloorCheck -CheckInClaimCalendarEventId -PlaceId ] [-CreatedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -38,7 +37,7 @@ Update-MgBetaPlaceAsFloorCheck -CheckInClaimCalendarEventId -PlaceId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -49,7 +48,6 @@ Update-MgBetaPlaceAsFloorCheck -InputObject [-ResponseHeader [-CreatedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -59,7 +57,7 @@ Update-MgBetaPlaceAsFloorCheck -InputObject -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.Calendar/Update-MgBetaPlaceAsRoomCheck.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Update-MgBetaPlaceAsRoomCheck.md index 9e616b74aed23..5ac38888fbeb3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Update-MgBetaPlaceAsRoomCheck.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Update-MgBetaPlaceAsRoomCheck.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/update-mgbetaplaceasroomcheck Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaPlaceAsRoomCheck --- @@ -28,7 +28,6 @@ Update-MgBetaPlaceAsRoomCheck -CheckInClaimCalendarEventId -PlaceId ] [-CreatedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -38,7 +37,7 @@ Update-MgBetaPlaceAsRoomCheck -CheckInClaimCalendarEventId -PlaceId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -49,7 +48,6 @@ Update-MgBetaPlaceAsRoomCheck -InputObject [-ResponseHeaders [-CreatedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -59,7 +57,7 @@ Update-MgBetaPlaceAsRoomCheck -InputObject -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.Calendar/Update-MgBetaPlaceAsRoomListCheck.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Update-MgBetaPlaceAsRoomListCheck.md index d4d6f973ba1e4..ce7f0fc9e90b2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Update-MgBetaPlaceAsRoomListCheck.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Update-MgBetaPlaceAsRoomListCheck.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/update-mgbetaplaceasroomlistcheck Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaPlaceAsRoomListCheck --- @@ -28,7 +28,6 @@ Update-MgBetaPlaceAsRoomListCheck -CheckInClaimCalendarEventId -PlaceId [-CheckInMethod ] [-CreatedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -38,7 +37,7 @@ Update-MgBetaPlaceAsRoomListCheck -CheckInClaimCalendarEventId -PlaceId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -49,7 +48,6 @@ Update-MgBetaPlaceAsRoomListCheck -InputObject [-CheckInMethod ] [-CreatedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -59,7 +57,7 @@ Update-MgBetaPlaceAsRoomListCheck -InputObject -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.Calendar/Update-MgBetaPlaceAsRoomListRoom.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Update-MgBetaPlaceAsRoomListRoom.md index 0641fe569b9cf..f63870be6eaa6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Update-MgBetaPlaceAsRoomListRoom.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Update-MgBetaPlaceAsRoomListRoom.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/update-mgbetaplaceasroomlistroom Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaPlaceAsRoomListRoom --- @@ -35,7 +35,6 @@ Update-MgBetaPlaceAsRoomListRoom -PlaceId -RoomId [-VideoDeviceName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -52,7 +51,7 @@ Update-MgBetaPlaceAsRoomListRoom -InputObject [-PlaceId ] [-Tags ] [-TeamsEnabledState ] [-VideoDeviceName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -62,7 +61,7 @@ Update-MgBetaPlaceAsRoomListRoom -PlaceId -RoomId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -72,7 +71,7 @@ Update-MgBetaPlaceAsRoomListRoom -InputObject -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.Calendar/Update-MgBetaPlaceAsRoomListRoomCheck.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Update-MgBetaPlaceAsRoomListRoomCheck.md index 0aa950788844e..010e197db8126 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Update-MgBetaPlaceAsRoomListRoomCheck.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Update-MgBetaPlaceAsRoomListRoomCheck.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/update-mgbetaplaceasroomlistroomcheck Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaPlaceAsRoomListRoomCheck --- @@ -28,7 +28,7 @@ Update-MgBetaPlaceAsRoomListRoomCheck -CheckInClaimCalendarEventId -Pla [-CalendarEventId ] [-CheckInMethod ] [-CreatedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -38,7 +38,7 @@ Update-MgBetaPlaceAsRoomListRoomCheck -CheckInClaimCalendarEventId -Pla -RoomId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -49,7 +49,6 @@ Update-MgBetaPlaceAsRoomListRoomCheck -InputObject [-CheckInMethod ] [-CreatedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -59,7 +58,7 @@ Update-MgBetaPlaceAsRoomListRoomCheck -InputObject -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.Calendar/Update-MgBetaPlaceAsRoomListWorkspace.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Update-MgBetaPlaceAsRoomListWorkspace.md index ea6ff3141d46d..d7fce4765f3f0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Update-MgBetaPlaceAsRoomListWorkspace.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Update-MgBetaPlaceAsRoomListWorkspace.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/update-mgbetaplaceasroomlistworkspace Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaPlaceAsRoomListWorkspace --- @@ -34,7 +34,6 @@ Update-MgBetaPlaceAsRoomListWorkspace -PlaceId -WorkspaceId [-PlaceId1 ] [-Tags ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -50,7 +49,7 @@ Update-MgBetaPlaceAsRoomListWorkspace -InputObject [-PlaceId [-Label ] [-Mode ] [-Nickname ] [-ParentId ] [-Phone ] [-Tags ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -60,7 +59,7 @@ Update-MgBetaPlaceAsRoomListWorkspace -PlaceId -WorkspaceId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -70,7 +69,7 @@ Update-MgBetaPlaceAsRoomListWorkspace -InputObject -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.Calendar/Update-MgBetaPlaceAsRoomListWorkspaceCheck.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Update-MgBetaPlaceAsRoomListWorkspaceCheck.md index edf43aa7b468e..8bd71ff0db898 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Update-MgBetaPlaceAsRoomListWorkspaceCheck.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Update-MgBetaPlaceAsRoomListWorkspaceCheck.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/update-mgbetaplaceasroomlistworkspacecheck Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaPlaceAsRoomListWorkspaceCheck --- @@ -28,7 +28,7 @@ Update-MgBetaPlaceAsRoomListWorkspaceCheck -CheckInClaimCalendarEventId [-CalendarEventId ] [-CheckInMethod ] [-CreatedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -39,7 +39,6 @@ Update-MgBetaPlaceAsRoomListWorkspaceCheck -CheckInClaimCalendarEventId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -50,7 +49,6 @@ Update-MgBetaPlaceAsRoomListWorkspaceCheck -InputObject [-CheckInMethod ] [-CreatedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -60,7 +58,7 @@ Update-MgBetaPlaceAsRoomListWorkspaceCheck -InputObject -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.Calendar/Update-MgBetaPlaceAsSectionCheck.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Update-MgBetaPlaceAsSectionCheck.md index 8686d51ad77f9..22e5883afada5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Update-MgBetaPlaceAsSectionCheck.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Update-MgBetaPlaceAsSectionCheck.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/update-mgbetaplaceassectioncheck Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaPlaceAsSectionCheck --- @@ -28,7 +28,6 @@ Update-MgBetaPlaceAsSectionCheck -CheckInClaimCalendarEventId -PlaceId [-CheckInMethod ] [-CreatedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -38,7 +37,7 @@ Update-MgBetaPlaceAsSectionCheck -CheckInClaimCalendarEventId -PlaceId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -49,7 +48,6 @@ Update-MgBetaPlaceAsSectionCheck -InputObject [-CheckInMethod ] [-CreatedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -59,7 +57,7 @@ Update-MgBetaPlaceAsSectionCheck -InputObject -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.Calendar/Update-MgBetaPlaceAsWorkspaceCheck.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Update-MgBetaPlaceAsWorkspaceCheck.md index 3b34884772f65..db18ce7d2fdab 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Update-MgBetaPlaceAsWorkspaceCheck.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Update-MgBetaPlaceAsWorkspaceCheck.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/update-mgbetaplaceasworkspacecheck Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaPlaceAsWorkspaceCheck --- @@ -28,7 +28,6 @@ Update-MgBetaPlaceAsWorkspaceCheck -CheckInClaimCalendarEventId -PlaceI [-CheckInMethod ] [-CreatedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -38,7 +37,7 @@ Update-MgBetaPlaceAsWorkspaceCheck -CheckInClaimCalendarEventId -PlaceI -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -49,7 +48,6 @@ Update-MgBetaPlaceAsWorkspaceCheck -InputObject [-CheckInMethod ] [-CreatedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -59,7 +57,7 @@ Update-MgBetaPlaceAsWorkspaceCheck -InputObject -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.Calendar/Update-MgBetaPlaceCheck.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Update-MgBetaPlaceCheck.md index d7a6d362fae40..8e3a0ac54cb8d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Update-MgBetaPlaceCheck.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Update-MgBetaPlaceCheck.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/update-mgbetaplacecheck Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaPlaceCheck --- @@ -28,7 +28,6 @@ Update-MgBetaPlaceCheck -CheckInClaimCalendarEventId -PlaceId [-CheckInMethod ] [-CreatedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -38,7 +37,7 @@ Update-MgBetaPlaceCheck -CheckInClaimCalendarEventId -PlaceId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -49,7 +48,6 @@ Update-MgBetaPlaceCheck -InputObject [-ResponseHeadersVariab [-CreatedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -59,7 +57,7 @@ Update-MgBetaPlaceCheck -InputObject -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.Calendar/Update-MgBetaUserCalendarGroup.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Update-MgBetaUserCalendarGroup.md index ca9a21f66533d..7487b7e80c845 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Update-MgBetaUserCalendarGroup.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Update-MgBetaUserCalendarGroup.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/update-mgbetausercalendargroup Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaUserCalendarGroup --- @@ -28,7 +28,7 @@ Update-MgBetaUserCalendarGroup -CalendarGroupId -UserId [-Calendars ] [-ChangeKey ] [-ClassId ] [-Id ] [-Name ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -38,7 +38,7 @@ Update-MgBetaUserCalendarGroup -CalendarGroupId -UserId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -49,7 +49,6 @@ Update-MgBetaUserCalendarGroup -InputObject [-ResponseHeader [-ClassId ] [-Id ] [-Name ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -59,7 +58,7 @@ Update-MgBetaUserCalendarGroup -InputObject -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.Calendar/Update-MgBetaUserCalendarPermission.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Update-MgBetaUserCalendarPermission.md index 712ba5a2a1258..086f53f970a5c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Update-MgBetaUserCalendarPermission.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Update-MgBetaUserCalendarPermission.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/update-mgbetausercalendarpermission Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaUserCalendarPermission --- @@ -28,7 +28,7 @@ Update-MgBetaUserCalendarPermission -CalendarPermissionId -UserId ] [-Id ] [-IsInsideOrganization] [-IsRemovable] [-Role ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateExpanded1 @@ -40,7 +40,6 @@ Update-MgBetaUserCalendarPermission -CalendarPermissionId -UserId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update1 @@ -51,7 +50,6 @@ Update-MgBetaUserCalendarPermission -CalendarPermissionId -UserId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -61,7 +59,7 @@ Update-MgBetaUserCalendarPermission -CalendarPermissionId -UserId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded1 @@ -72,7 +70,7 @@ Update-MgBetaUserCalendarPermission -InputObject [-EmailAddress ] [-Id ] [-IsInsideOrganization] [-IsRemovable] [-Role ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -83,7 +81,7 @@ Update-MgBetaUserCalendarPermission -InputObject [-EmailAddress ] [-Id ] [-IsInsideOrganization] [-IsRemovable] [-Role ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity1 @@ -93,7 +91,7 @@ Update-MgBetaUserCalendarPermission -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -103,7 +101,7 @@ Update-MgBetaUserCalendarPermission -InputObject -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.Calendar/Update-MgBetaUserEvent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Update-MgBetaUserEvent.md index c8affb96eb499..4cfce66a90137 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Update-MgBetaUserEvent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Update-MgBetaUserEvent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/update-mgbetauserevent Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaUserEvent --- @@ -47,7 +47,6 @@ Update-MgBetaUserEvent -EventId -UserId [-ResponseHeadersVaria [-Type ] [-Uid ] [-WebLink ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -57,7 +56,6 @@ Update-MgBetaUserEvent -EventId -UserId -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -87,7 +85,6 @@ Update-MgBetaUserEvent -InputObject [-ResponseHeadersVariabl [-Type ] [-Uid ] [-WebLink ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -97,7 +94,6 @@ Update-MgBetaUserEvent -InputObject -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Update-MgBetaUserEventExtension.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Update-MgBetaUserEventExtension.md index 22469c88ff913..1cec82eb110ea 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Update-MgBetaUserEventExtension.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Calendar/Update-MgBetaUserEventExtension.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Calendar-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.calendar/update-mgbetausereventextension Locale: en-US Module Name: Microsoft.Graph.Beta.Calendar -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaUserEventExtension --- @@ -27,7 +27,7 @@ Update-MgBetaUserEventExtension -EventId -ExtensionId -UserId [-ResponseHeadersVariable ] [-AdditionalProperties ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -37,7 +37,6 @@ Update-MgBetaUserEventExtension -EventId -ExtensionId -UserId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -47,7 +46,6 @@ Update-MgBetaUserEventExtension -InputObject [-ResponseHeade [-AdditionalProperties ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -57,7 +55,6 @@ Update-MgBetaUserEventExtension -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Add-MgBetaComplianceEdiscoveryCaseCustodianHold.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Add-MgBetaComplianceEdiscoveryCaseCustodianHold.md index 0a28d5aff5b31..5feb4e88896e2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Add-MgBetaComplianceEdiscoveryCaseCustodianHold.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Add-MgBetaComplianceEdiscoveryCaseCustodianHold.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.compliance/add-mgbetacomplianceediscoverycasecustodianhold Locale: en-US Module Name: Microsoft.Graph.Beta.Compliance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Add-MgBetaComplianceEdiscoveryCaseCustodianHold --- @@ -24,7 +24,6 @@ Add-MgBetaComplianceEdiscoveryCaseCustodianHold -CaseId [-ResponseHeade [-AdditionalProperties ] [-Ids ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Apply1 @@ -35,7 +34,6 @@ Add-MgBetaComplianceEdiscoveryCaseCustodianHold -CaseId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Apply @@ -45,7 +43,6 @@ Add-MgBetaComplianceEdiscoveryCaseCustodianHold -CaseId -CustodianId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ApplyViaIdentityExpanded @@ -56,7 +53,6 @@ Add-MgBetaComplianceEdiscoveryCaseCustodianHold -InputObject ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ApplyViaIdentity1 @@ -67,7 +63,6 @@ Add-MgBetaComplianceEdiscoveryCaseCustodianHold -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ApplyViaIdentity @@ -77,7 +72,6 @@ Add-MgBetaComplianceEdiscoveryCaseCustodianHold -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Add-MgBetaComplianceEdiscoveryCaseNoncustodialDataSourceHold.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Add-MgBetaComplianceEdiscoveryCaseNoncustodialDataSourceHold.md index 60c93d85220b7..bf95519b0f03b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Add-MgBetaComplianceEdiscoveryCaseNoncustodialDataSourceHold.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Add-MgBetaComplianceEdiscoveryCaseNoncustodialDataSourceHold.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.compliance/add-mgbetacomplianceediscoverycasenoncustodialdatasourcehold Locale: en-US Module Name: Microsoft.Graph.Beta.Compliance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Add-MgBetaComplianceEdiscoveryCaseNoncustodialDataSourceHold --- @@ -25,7 +25,6 @@ Add-MgBetaComplianceEdiscoveryCaseNoncustodialDataSourceHold -CaseId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Apply1 @@ -36,7 +35,6 @@ Add-MgBetaComplianceEdiscoveryCaseNoncustodialDataSourceHold -CaseId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Apply @@ -47,7 +45,6 @@ Add-MgBetaComplianceEdiscoveryCaseNoncustodialDataSourceHold -CaseId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ApplyViaIdentityExpanded @@ -58,7 +55,6 @@ Add-MgBetaComplianceEdiscoveryCaseNoncustodialDataSourceHold -InputObject ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ApplyViaIdentity1 @@ -69,7 +65,6 @@ Add-MgBetaComplianceEdiscoveryCaseNoncustodialDataSourceHold -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ApplyViaIdentity @@ -79,7 +74,6 @@ Add-MgBetaComplianceEdiscoveryCaseNoncustodialDataSourceHold -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Add-MgBetaComplianceEdiscoveryCaseReviewSetQueryTag.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Add-MgBetaComplianceEdiscoveryCaseReviewSetQueryTag.md index 004a4dec81edb..57f947d6dfa25 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Add-MgBetaComplianceEdiscoveryCaseReviewSetQueryTag.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Add-MgBetaComplianceEdiscoveryCaseReviewSetQueryTag.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.compliance/add-mgbetacomplianceediscoverycasereviewsetquerytag Locale: en-US Module Name: Microsoft.Graph.Beta.Compliance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Add-MgBetaComplianceEdiscoveryCaseReviewSetQueryTag --- @@ -26,7 +26,6 @@ Add-MgBetaComplianceEdiscoveryCaseReviewSetQueryTag -CaseId -ReviewSetI [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Apply @@ -38,7 +37,6 @@ Add-MgBetaComplianceEdiscoveryCaseReviewSetQueryTag -CaseId -ReviewSetI [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ApplyViaIdentityExpanded @@ -50,7 +48,6 @@ Add-MgBetaComplianceEdiscoveryCaseReviewSetQueryTag -InputObject ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ApplyViaIdentity @@ -61,7 +58,6 @@ Add-MgBetaComplianceEdiscoveryCaseReviewSetQueryTag -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Add-MgBetaComplianceEdiscoveryCaseReviewSetToReviewSet.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Add-MgBetaComplianceEdiscoveryCaseReviewSetToReviewSet.md index aabe94f0c9c92..5283b0000bb26 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Add-MgBetaComplianceEdiscoveryCaseReviewSetToReviewSet.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Add-MgBetaComplianceEdiscoveryCaseReviewSetToReviewSet.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.compliance/add-mgbetacomplianceediscoverycasereviewsettoreviewset Locale: en-US Module Name: Microsoft.Graph.Beta.Compliance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Add-MgBetaComplianceEdiscoveryCaseReviewSetToReviewSet --- @@ -28,7 +28,6 @@ Add-MgBetaComplianceEdiscoveryCaseReviewSetToReviewSet -CaseId -ReviewS [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Add @@ -39,7 +38,6 @@ Add-MgBetaComplianceEdiscoveryCaseReviewSetToReviewSet -CaseId -ReviewS [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### AddViaIdentityExpanded @@ -51,7 +49,6 @@ Add-MgBetaComplianceEdiscoveryCaseReviewSetToReviewSet -InputObject ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### AddViaIdentity @@ -62,7 +59,6 @@ Add-MgBetaComplianceEdiscoveryCaseReviewSetToReviewSet -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Clear-MgBetaComplianceEdiscoveryCaseSourceCollectionData.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Clear-MgBetaComplianceEdiscoveryCaseSourceCollectionData.md index 7ce20955650ba..0ebe875c0cc71 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Clear-MgBetaComplianceEdiscoveryCaseSourceCollectionData.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Clear-MgBetaComplianceEdiscoveryCaseSourceCollectionData.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.compliance/clear-mgbetacomplianceediscoverycasesourcecollectiondata Locale: en-US Module Name: Microsoft.Graph.Beta.Compliance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Clear-MgBetaComplianceEdiscoveryCaseSourceCollectionData --- @@ -28,7 +28,6 @@ Clear-MgBetaComplianceEdiscoveryCaseSourceCollectionData -CaseId -SourceCollectionId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### PurgeViaIdentity @@ -38,7 +37,6 @@ Clear-MgBetaComplianceEdiscoveryCaseSourceCollectionData -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Close-MgBetaComplianceEdiscoveryCase.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Close-MgBetaComplianceEdiscoveryCase.md index 247dc8c793c92..a71c47eaf3791 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Close-MgBetaComplianceEdiscoveryCase.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Close-MgBetaComplianceEdiscoveryCase.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.compliance/close-mgbetacomplianceediscoverycase Locale: en-US Module Name: Microsoft.Graph.Beta.Compliance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Close-MgBetaComplianceEdiscoveryCase --- @@ -25,7 +25,6 @@ Close-MgBetaComplianceEdiscoveryCase -CaseId [-ResponseHeadersVariable [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CloseViaIdentity @@ -35,7 +34,6 @@ Close-MgBetaComplianceEdiscoveryCase -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Export-MgBetaComplianceEdiscoveryCaseReviewSet.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Export-MgBetaComplianceEdiscoveryCaseReviewSet.md index 5d984a194c122..4a0d6f98733fe 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Export-MgBetaComplianceEdiscoveryCaseReviewSet.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Export-MgBetaComplianceEdiscoveryCaseReviewSet.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.compliance/export-mgbetacomplianceediscoverycasereviewset Locale: en-US Module Name: Microsoft.Graph.Beta.Compliance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Export-MgBetaComplianceEdiscoveryCaseReviewSet --- @@ -28,7 +28,6 @@ Export-MgBetaComplianceEdiscoveryCaseReviewSet -CaseId -ReviewSetId ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Export @@ -39,7 +38,6 @@ Export-MgBetaComplianceEdiscoveryCaseReviewSet -CaseId -ReviewSetId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ExportViaIdentityExpanded @@ -52,7 +50,6 @@ Export-MgBetaComplianceEdiscoveryCaseReviewSet -InputObject ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ExportViaIdentity @@ -63,7 +60,6 @@ Export-MgBetaComplianceEdiscoveryCaseReviewSet -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaCompliance.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaCompliance.md index c133cde01ed3c..ce6736ef9ce17 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaCompliance.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaCompliance.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.compliance/get-mgbetacompliance Locale: en-US Module Name: Microsoft.Graph.Beta.Compliance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaCompliance --- @@ -26,7 +26,7 @@ Get compliance Get-MgBetaCompliance [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscovery.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscovery.md index 1cd8f288375f6..f171824893991 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscovery.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscovery.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.compliance/get-mgbetacomplianceediscovery Locale: en-US Module Name: Microsoft.Graph.Beta.Compliance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaComplianceEdiscovery --- @@ -23,7 +23,7 @@ Get ediscovery from compliance Get-MgBetaComplianceEdiscovery [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCase.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCase.md index b2351c435d291..8cac438f9fea9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCase.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCase.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.compliance/get-mgbetacomplianceediscoverycase Locale: en-US Module Name: Microsoft.Graph.Beta.Compliance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaComplianceEdiscoveryCase --- @@ -25,7 +25,7 @@ Get-MgBetaComplianceEdiscoveryCase [-ExpandProperty ] [-Property ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -34,7 +34,7 @@ Get-MgBetaComplianceEdiscoveryCase [-ExpandProperty ] [-Property [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -43,7 +43,7 @@ Get-MgBetaComplianceEdiscoveryCase -CaseId [-ExpandProperty ] Get-MgBetaComplianceEdiscoveryCase -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseCount.md index a462f225b840e..56bec54a51a17 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.compliance/get-mgbetacomplianceediscoverycasecount Locale: en-US Module Name: Microsoft.Graph.Beta.Compliance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaComplianceEdiscoveryCaseCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaComplianceEdiscoveryCaseCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseCustodian.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseCustodian.md index 6bbbfe8140e80..2b081d443f648 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseCustodian.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseCustodian.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.compliance/get-mgbetacomplianceediscoverycasecustodian Locale: en-US Module Name: Microsoft.Graph.Beta.Compliance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaComplianceEdiscoveryCaseCustodian --- @@ -25,7 +25,7 @@ Get-MgBetaComplianceEdiscoveryCaseCustodian -CaseId [-ExpandProperty ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaComplianceEdiscoveryCaseCustodian -CaseId -CustodianId ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -45,7 +45,7 @@ Get-MgBetaComplianceEdiscoveryCaseCustodian -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseCustodianCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseCustodianCount.md index 9194d5175d274..5bfc559475fc5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseCustodianCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseCustodianCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.compliance/get-mgbetacomplianceediscoverycasecustodiancount Locale: en-US Module Name: Microsoft.Graph.Beta.Compliance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaComplianceEdiscoveryCaseCustodianCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaComplianceEdiscoveryCaseCustodianCount -CaseId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -33,7 +33,7 @@ Get-MgBetaComplianceEdiscoveryCaseCustodianCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseCustodianLastIndexOperation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseCustodianLastIndexOperation.md index fae3f30666426..965348d73b25a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseCustodianLastIndexOperation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseCustodianLastIndexOperation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.compliance/get-mgbetacomplianceediscoverycasecustodianlastindexoperation Locale: en-US Module Name: Microsoft.Graph.Beta.Compliance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaComplianceEdiscoveryCaseCustodianLastIndexOperation --- @@ -24,7 +24,7 @@ Get-MgBetaComplianceEdiscoveryCaseCustodianLastIndexOperation -CaseId - [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaComplianceEdiscoveryCaseCustodianLastIndexOperation -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseCustodianSiteSource.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseCustodianSiteSource.md index e4cf8db9d09fe..66dcef40c0c5f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseCustodianSiteSource.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseCustodianSiteSource.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.compliance/get-mgbetacomplianceediscoverycasecustodiansitesource Locale: en-US Module Name: Microsoft.Graph.Beta.Compliance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaComplianceEdiscoveryCaseCustodianSiteSource --- @@ -26,7 +26,6 @@ Get-MgBetaComplianceEdiscoveryCaseCustodianSiteSource -CaseId -Custodia [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -36,7 +35,7 @@ Get-MgBetaComplianceEdiscoveryCaseCustodianSiteSource -CaseId -Custodia -SiteSourceId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +45,7 @@ Get-MgBetaComplianceEdiscoveryCaseCustodianSiteSource -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseCustodianSiteSourceCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseCustodianSiteSourceCount.md index 4ee4f3f91310c..4230cf2844048 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseCustodianSiteSourceCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseCustodianSiteSourceCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.compliance/get-mgbetacomplianceediscoverycasecustodiansitesourcecount Locale: en-US Module Name: Microsoft.Graph.Beta.Compliance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaComplianceEdiscoveryCaseCustodianSiteSourceCount --- @@ -24,7 +24,7 @@ Get-MgBetaComplianceEdiscoveryCaseCustodianSiteSourceCount -CaseId -Cus [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaComplianceEdiscoveryCaseCustodianSiteSourceCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseCustodianSiteSourceSite.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseCustodianSiteSourceSite.md index 9de4d87afa488..790795f6413e0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseCustodianSiteSourceSite.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseCustodianSiteSourceSite.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.compliance/get-mgbetacomplianceediscoverycasecustodiansitesourcesite Locale: en-US Module Name: Microsoft.Graph.Beta.Compliance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaComplianceEdiscoveryCaseCustodianSiteSourceSite --- @@ -24,7 +24,7 @@ Get-MgBetaComplianceEdiscoveryCaseCustodianSiteSourceSite -CaseId -Cust -SiteSourceId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaComplianceEdiscoveryCaseCustodianSiteSourceSite -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSource.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSource.md index 9dd651650f49e..f0fa0dd915590 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSource.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSource.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.compliance/get-mgbetacomplianceediscoverycasecustodianunifiedgroupsource Locale: en-US Module Name: Microsoft.Graph.Beta.Compliance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSource --- @@ -26,7 +26,6 @@ Get-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSource -CaseId - [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -36,7 +35,7 @@ Get-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSource -CaseId - -UnifiedGroupSourceId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +45,7 @@ Get-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSource -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSourceCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSourceCount.md index 971c50407c340..8b776f278355a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSourceCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSourceCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.compliance/get-mgbetacomplianceediscoverycasecustodianunifiedgroupsourcecount Locale: en-US Module Name: Microsoft.Graph.Beta.Compliance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSourceCount --- @@ -24,7 +24,7 @@ Get-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSourceCount -CaseId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSourceCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSourceGroup.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSourceGroup.md index 5c4cd7352f4ee..9247a8b151aa5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSourceGroup.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSourceGroup.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.compliance/get-mgbetacomplianceediscoverycasecustodianunifiedgroupsourcegroup Locale: en-US Module Name: Microsoft.Graph.Beta.Compliance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSourceGroup --- @@ -24,7 +24,7 @@ Get-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSourceGroup -CaseId -UnifiedGroupSourceId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSourceGroup -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSourceGroupServiceProvisioningError.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSourceGroupServiceProvisioningError.md index 36d8dcd47af69..05385452bf75e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSourceGroupServiceProvisioningError.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSourceGroupServiceProvisioningError.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.compliance/get-mgbetacomplianceediscoverycasecustodianunifiedgroupsourcegroupserviceprovisioningerror Locale: en-US Module Name: Microsoft.Graph.Beta.Compliance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSourceGroupServiceProvisioningError --- @@ -26,7 +26,7 @@ Get-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSourceGroupServiceProvisi [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSourceGroupServiceProvisioningErrorCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSourceGroupServiceProvisioningErrorCount.md index 95b7a097ddddc..290178cb4801f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSourceGroupServiceProvisioningErrorCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSourceGroupServiceProvisioningErrorCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.compliance/get-mgbetacomplianceediscoverycasecustodianunifiedgroupsourcegroupserviceprovisioningerrorcount Locale: en-US Module Name: Microsoft.Graph.Beta.Compliance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSourceGroupServiceProvisioningErrorCount --- @@ -24,7 +24,7 @@ Get-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSourceGroupServiceProvisi -CaseId -CustodianId -UnifiedGroupSourceId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSourceGroupServiceProvisi -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseCustodianUserSource.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseCustodianUserSource.md index 7777933cbfd6a..3e0550e1a9370 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseCustodianUserSource.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseCustodianUserSource.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.compliance/get-mgbetacomplianceediscoverycasecustodianusersource Locale: en-US Module Name: Microsoft.Graph.Beta.Compliance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaComplianceEdiscoveryCaseCustodianUserSource --- @@ -26,7 +26,6 @@ Get-MgBetaComplianceEdiscoveryCaseCustodianUserSource -CaseId -Custodia [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -36,7 +35,7 @@ Get-MgBetaComplianceEdiscoveryCaseCustodianUserSource -CaseId -Custodia -UserSourceId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +45,7 @@ Get-MgBetaComplianceEdiscoveryCaseCustodianUserSource -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseCustodianUserSourceCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseCustodianUserSourceCount.md index bdd08422db13d..974faf449c191 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseCustodianUserSourceCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseCustodianUserSourceCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.compliance/get-mgbetacomplianceediscoverycasecustodianusersourcecount Locale: en-US Module Name: Microsoft.Graph.Beta.Compliance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaComplianceEdiscoveryCaseCustodianUserSourceCount --- @@ -24,7 +24,7 @@ Get-MgBetaComplianceEdiscoveryCaseCustodianUserSourceCount -CaseId -Cus [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaComplianceEdiscoveryCaseCustodianUserSourceCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseLegalHold.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseLegalHold.md index 6c388e9ff1e6b..4061d20a474d2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseLegalHold.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseLegalHold.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.compliance/get-mgbetacomplianceediscoverycaselegalhold Locale: en-US Module Name: Microsoft.Graph.Beta.Compliance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaComplianceEdiscoveryCaseLegalHold --- @@ -25,7 +25,7 @@ Get-MgBetaComplianceEdiscoveryCaseLegalHold -CaseId [-ExpandProperty ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaComplianceEdiscoveryCaseLegalHold -CaseId -LegalHoldId ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -45,7 +45,7 @@ Get-MgBetaComplianceEdiscoveryCaseLegalHold -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseLegalHoldCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseLegalHoldCount.md index 636438226ef51..9de2db71cfbde 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseLegalHoldCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseLegalHoldCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.compliance/get-mgbetacomplianceediscoverycaselegalholdcount Locale: en-US Module Name: Microsoft.Graph.Beta.Compliance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaComplianceEdiscoveryCaseLegalHoldCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaComplianceEdiscoveryCaseLegalHoldCount -CaseId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -33,7 +33,7 @@ Get-MgBetaComplianceEdiscoveryCaseLegalHoldCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseLegalHoldSiteSource.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseLegalHoldSiteSource.md index 0891ed22eb4b7..8e0a34d7d2b7a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseLegalHoldSiteSource.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseLegalHoldSiteSource.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.compliance/get-mgbetacomplianceediscoverycaselegalholdsitesource Locale: en-US Module Name: Microsoft.Graph.Beta.Compliance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaComplianceEdiscoveryCaseLegalHoldSiteSource --- @@ -26,7 +26,6 @@ Get-MgBetaComplianceEdiscoveryCaseLegalHoldSiteSource -CaseId -LegalHol [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -36,7 +35,7 @@ Get-MgBetaComplianceEdiscoveryCaseLegalHoldSiteSource -CaseId -LegalHol -SiteSourceId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +45,7 @@ Get-MgBetaComplianceEdiscoveryCaseLegalHoldSiteSource -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseLegalHoldSiteSourceCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseLegalHoldSiteSourceCount.md index 0813c37db61f9..7ea4850f6b81c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseLegalHoldSiteSourceCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseLegalHoldSiteSourceCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.compliance/get-mgbetacomplianceediscoverycaselegalholdsitesourcecount Locale: en-US Module Name: Microsoft.Graph.Beta.Compliance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaComplianceEdiscoveryCaseLegalHoldSiteSourceCount --- @@ -24,7 +24,7 @@ Get-MgBetaComplianceEdiscoveryCaseLegalHoldSiteSourceCount -CaseId -Leg [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaComplianceEdiscoveryCaseLegalHoldSiteSourceCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseLegalHoldSiteSourceSite.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseLegalHoldSiteSourceSite.md index 68a5385ff2a10..0e64e982b4bbb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseLegalHoldSiteSourceSite.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseLegalHoldSiteSourceSite.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.compliance/get-mgbetacomplianceediscoverycaselegalholdsitesourcesite Locale: en-US Module Name: Microsoft.Graph.Beta.Compliance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaComplianceEdiscoveryCaseLegalHoldSiteSourceSite --- @@ -24,7 +24,7 @@ Get-MgBetaComplianceEdiscoveryCaseLegalHoldSiteSourceSite -CaseId -Lega -SiteSourceId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaComplianceEdiscoveryCaseLegalHoldSiteSourceSite -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSource.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSource.md index 1aca7d0d1eddc..ee655106f62e0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSource.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSource.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.compliance/get-mgbetacomplianceediscoverycaselegalholdunifiedgroupsource Locale: en-US Module Name: Microsoft.Graph.Beta.Compliance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSource --- @@ -26,7 +26,6 @@ Get-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSource -CaseId - [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -36,7 +35,7 @@ Get-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSource -CaseId - -UnifiedGroupSourceId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +45,7 @@ Get-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSource -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSourceCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSourceCount.md index bad99744d8de1..e3360acd2d713 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSourceCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSourceCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.compliance/get-mgbetacomplianceediscoverycaselegalholdunifiedgroupsourcecount Locale: en-US Module Name: Microsoft.Graph.Beta.Compliance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSourceCount --- @@ -24,7 +24,7 @@ Get-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSourceCount -CaseId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSourceCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSourceGroup.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSourceGroup.md index 9b8a3ffe0c664..8395029e98dce 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSourceGroup.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSourceGroup.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.compliance/get-mgbetacomplianceediscoverycaselegalholdunifiedgroupsourcegroup Locale: en-US Module Name: Microsoft.Graph.Beta.Compliance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSourceGroup --- @@ -24,7 +24,7 @@ Get-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSourceGroup -CaseId -UnifiedGroupSourceId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSourceGroup -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSourceGroupServiceProvisioningError.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSourceGroupServiceProvisioningError.md index 1ea5986886261..3ab86534c80da 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSourceGroupServiceProvisioningError.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSourceGroupServiceProvisioningError.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.compliance/get-mgbetacomplianceediscoverycaselegalholdunifiedgroupsourcegroupserviceprovisioningerror Locale: en-US Module Name: Microsoft.Graph.Beta.Compliance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSourceGroupServiceProvisioningError --- @@ -26,7 +26,7 @@ Get-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSourceGroupServiceProvisi [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSourceGroupServiceProvisioningErrorCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSourceGroupServiceProvisioningErrorCount.md index ddaeab1eaa860..9d9c48f3d39e6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSourceGroupServiceProvisioningErrorCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSourceGroupServiceProvisioningErrorCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.compliance/get-mgbetacomplianceediscoverycaselegalholdunifiedgroupsourcegroupserviceprovisioningerrorcount Locale: en-US Module Name: Microsoft.Graph.Beta.Compliance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSourceGroupServiceProvisioningErrorCount --- @@ -24,7 +24,7 @@ Get-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSourceGroupServiceProvisi -CaseId -LegalHoldId -UnifiedGroupSourceId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSourceGroupServiceProvisi -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseLegalHoldUserSource.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseLegalHoldUserSource.md index 13925eb72672c..390d09ec840d2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseLegalHoldUserSource.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseLegalHoldUserSource.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.compliance/get-mgbetacomplianceediscoverycaselegalholdusersource Locale: en-US Module Name: Microsoft.Graph.Beta.Compliance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaComplianceEdiscoveryCaseLegalHoldUserSource --- @@ -27,7 +27,6 @@ Get-MgBetaComplianceEdiscoveryCaseLegalHoldUserSource -CaseId -LegalHol [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -37,7 +36,7 @@ Get-MgBetaComplianceEdiscoveryCaseLegalHoldUserSource -CaseId -LegalHol -UserSourceId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -47,7 +46,7 @@ Get-MgBetaComplianceEdiscoveryCaseLegalHoldUserSource -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseLegalHoldUserSourceCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseLegalHoldUserSourceCount.md index 532972e87413c..0383d45943d2d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseLegalHoldUserSourceCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseLegalHoldUserSourceCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.compliance/get-mgbetacomplianceediscoverycaselegalholdusersourcecount Locale: en-US Module Name: Microsoft.Graph.Beta.Compliance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaComplianceEdiscoveryCaseLegalHoldUserSourceCount --- @@ -24,7 +24,7 @@ Get-MgBetaComplianceEdiscoveryCaseLegalHoldUserSourceCount -CaseId -Leg [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaComplianceEdiscoveryCaseLegalHoldUserSourceCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseNoncustodialDataSource.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseNoncustodialDataSource.md index 0d2636c889f61..ab8bb1a3d5ccc 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseNoncustodialDataSource.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseNoncustodialDataSource.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.compliance/get-mgbetacomplianceediscoverycasenoncustodialdatasource Locale: en-US Module Name: Microsoft.Graph.Beta.Compliance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaComplianceEdiscoveryCaseNoncustodialDataSource --- @@ -26,7 +26,6 @@ Get-MgBetaComplianceEdiscoveryCaseNoncustodialDataSource -CaseId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -36,7 +35,7 @@ Get-MgBetaComplianceEdiscoveryCaseNoncustodialDataSource -CaseId -NoncustodialDataSourceId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +45,7 @@ Get-MgBetaComplianceEdiscoveryCaseNoncustodialDataSource -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseNoncustodialDataSourceCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseNoncustodialDataSourceCount.md index c7d4bda6a8c47..c147a32d08c82 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseNoncustodialDataSourceCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseNoncustodialDataSourceCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.compliance/get-mgbetacomplianceediscoverycasenoncustodialdatasourcecount Locale: en-US Module Name: Microsoft.Graph.Beta.Compliance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaComplianceEdiscoveryCaseNoncustodialDataSourceCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaComplianceEdiscoveryCaseNoncustodialDataSourceCount -CaseId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -33,7 +33,7 @@ Get-MgBetaComplianceEdiscoveryCaseNoncustodialDataSourceCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseNoncustodialDataSourceDataSource.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseNoncustodialDataSourceDataSource.md index 879cd793be9e2..2c39f4db29cda 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseNoncustodialDataSourceDataSource.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseNoncustodialDataSourceDataSource.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.compliance/get-mgbetacomplianceediscoverycasenoncustodialdatasourcedatasource Locale: en-US Module Name: Microsoft.Graph.Beta.Compliance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaComplianceEdiscoveryCaseNoncustodialDataSourceDataSource --- @@ -24,7 +24,7 @@ Get-MgBetaComplianceEdiscoveryCaseNoncustodialDataSourceDataSource -CaseId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity1 @@ -34,7 +34,7 @@ Get-MgBetaComplianceEdiscoveryCaseNoncustodialDataSourceDataSource -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseNoncustodialDataSourceLastIndexOperation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseNoncustodialDataSourceLastIndexOperation.md index cc7efd152f108..39e223f697c8d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseNoncustodialDataSourceLastIndexOperation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseNoncustodialDataSourceLastIndexOperation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.compliance/get-mgbetacomplianceediscoverycasenoncustodialdatasourcelastindexoperation Locale: en-US Module Name: Microsoft.Graph.Beta.Compliance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaComplianceEdiscoveryCaseNoncustodialDataSourceLastIndexOperation --- @@ -24,7 +24,7 @@ Get-MgBetaComplianceEdiscoveryCaseNoncustodialDataSourceLastIndexOperation -Case -NoncustodialDataSourceId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaComplianceEdiscoveryCaseNoncustodialDataSourceLastIndexOperation -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseOperation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseOperation.md index a94ff90485f72..a7a870b2767a9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseOperation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseOperation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.compliance/get-mgbetacomplianceediscoverycaseoperation Locale: en-US Module Name: Microsoft.Graph.Beta.Compliance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaComplianceEdiscoveryCaseOperation --- @@ -26,7 +26,7 @@ Get-MgBetaComplianceEdiscoveryCaseOperation -CaseId [-ExpandProperty ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -36,7 +36,7 @@ Get-MgBetaComplianceEdiscoveryCaseOperation -CaseId -CaseOperationId ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +46,7 @@ Get-MgBetaComplianceEdiscoveryCaseOperation -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseOperationAsCaseExportOperation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseOperationAsCaseExportOperation.md index dfa6a0e82aa67..a847452adfa40 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseOperationAsCaseExportOperation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseOperationAsCaseExportOperation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.compliance/get-mgbetacomplianceediscoverycaseoperationascaseexportoperation Locale: en-US Module Name: Microsoft.Graph.Beta.Compliance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaComplianceEdiscoveryCaseOperationAsCaseExportOperation --- @@ -26,7 +26,6 @@ Get-MgBetaComplianceEdiscoveryCaseOperationAsCaseExportOperation -CaseId ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -36,7 +35,7 @@ Get-MgBetaComplianceEdiscoveryCaseOperationAsCaseExportOperation -CaseId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +45,7 @@ Get-MgBetaComplianceEdiscoveryCaseOperationAsCaseExportOperation -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseOperationAsCaseExportOperationReviewSet.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseOperationAsCaseExportOperationReviewSet.md index dfe4542d5e4bb..ce821cd1f6841 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseOperationAsCaseExportOperationReviewSet.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseOperationAsCaseExportOperationReviewSet.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.compliance/get-mgbetacomplianceediscoverycaseoperationascaseexportoperationreviewset Locale: en-US Module Name: Microsoft.Graph.Beta.Compliance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaComplianceEdiscoveryCaseOperationAsCaseExportOperationReviewSet --- @@ -24,7 +24,7 @@ Get-MgBetaComplianceEdiscoveryCaseOperationAsCaseExportOperationReviewSet -CaseI -CaseOperationId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaComplianceEdiscoveryCaseOperationAsCaseExportOperationReviewSet -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseOperationCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseOperationCount.md index a0ec53e1973fc..64858448942d7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseOperationCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseOperationCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.compliance/get-mgbetacomplianceediscoverycaseoperationcount Locale: en-US Module Name: Microsoft.Graph.Beta.Compliance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaComplianceEdiscoveryCaseOperationCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaComplianceEdiscoveryCaseOperationCount -CaseId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -33,7 +33,7 @@ Get-MgBetaComplianceEdiscoveryCaseOperationCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseOperationCountAsCaseExportOperation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseOperationCountAsCaseExportOperation.md index ac53eff6f31e9..9a68cd1a05aad 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseOperationCountAsCaseExportOperation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseOperationCountAsCaseExportOperation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.compliance/get-mgbetacomplianceediscoverycaseoperationcountascaseexportoperation Locale: en-US Module Name: Microsoft.Graph.Beta.Compliance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaComplianceEdiscoveryCaseOperationCountAsCaseExportOperation --- @@ -24,7 +24,7 @@ Get-MgBetaComplianceEdiscoveryCaseOperationCountAsCaseExportOperation -CaseId ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaComplianceEdiscoveryCaseOperationCountAsCaseExportOperation -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseReviewSet.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseReviewSet.md index a087d708e1580..d07f2e6041403 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseReviewSet.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseReviewSet.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.compliance/get-mgbetacomplianceediscoverycasereviewset Locale: en-US Module Name: Microsoft.Graph.Beta.Compliance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaComplianceEdiscoveryCaseReviewSet --- @@ -25,7 +25,7 @@ Get-MgBetaComplianceEdiscoveryCaseReviewSet -CaseId [-ExpandProperty ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaComplianceEdiscoveryCaseReviewSet -CaseId -ReviewSetId ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -45,7 +45,7 @@ Get-MgBetaComplianceEdiscoveryCaseReviewSet -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseReviewSetCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseReviewSetCount.md index 1cba70663b246..6e831f6f68752 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseReviewSetCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseReviewSetCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.compliance/get-mgbetacomplianceediscoverycasereviewsetcount Locale: en-US Module Name: Microsoft.Graph.Beta.Compliance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaComplianceEdiscoveryCaseReviewSetCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaComplianceEdiscoveryCaseReviewSetCount -CaseId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -33,7 +33,7 @@ Get-MgBetaComplianceEdiscoveryCaseReviewSetCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseReviewSetQuery.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseReviewSetQuery.md index b249b5d69bd54..12ddf37b58fab 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseReviewSetQuery.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseReviewSetQuery.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.compliance/get-mgbetacomplianceediscoverycasereviewsetquery Locale: en-US Module Name: Microsoft.Graph.Beta.Compliance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaComplianceEdiscoveryCaseReviewSetQuery --- @@ -26,7 +26,6 @@ Get-MgBetaComplianceEdiscoveryCaseReviewSetQuery -CaseId -ReviewSetId < [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -36,7 +35,7 @@ Get-MgBetaComplianceEdiscoveryCaseReviewSetQuery -CaseId -ReviewSetId < -ReviewSetQueryId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +45,7 @@ Get-MgBetaComplianceEdiscoveryCaseReviewSetQuery -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseReviewSetQueryCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseReviewSetQueryCount.md index e52edaa7b0241..3f233f9695b1c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseReviewSetQueryCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseReviewSetQueryCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.compliance/get-mgbetacomplianceediscoverycasereviewsetquerycount Locale: en-US Module Name: Microsoft.Graph.Beta.Compliance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaComplianceEdiscoveryCaseReviewSetQueryCount --- @@ -24,7 +24,7 @@ Get-MgBetaComplianceEdiscoveryCaseReviewSetQueryCount -CaseId -ReviewSe [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaComplianceEdiscoveryCaseReviewSetQueryCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseSetting.md index b24ecab78862d..83d88adc9ab2c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.compliance/get-mgbetacomplianceediscoverycasesetting Locale: en-US Module Name: Microsoft.Graph.Beta.Compliance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaComplianceEdiscoveryCaseSetting --- @@ -23,7 +23,7 @@ Read the properties and relationships of an eDiscovery caseSettings object. Get-MgBetaComplianceEdiscoveryCaseSetting -CaseId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -33,7 +33,7 @@ Get-MgBetaComplianceEdiscoveryCaseSetting -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseSourceCollection.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseSourceCollection.md index 89577b7f04ca5..73d32653ec10c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseSourceCollection.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseSourceCollection.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.compliance/get-mgbetacomplianceediscoverycasesourcecollection Locale: en-US Module Name: Microsoft.Graph.Beta.Compliance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaComplianceEdiscoveryCaseSourceCollection --- @@ -25,7 +25,7 @@ Get-MgBetaComplianceEdiscoveryCaseSourceCollection -CaseId [-ExpandProp [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaComplianceEdiscoveryCaseSourceCollection -CaseId -SourceColle [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -45,7 +45,7 @@ Get-MgBetaComplianceEdiscoveryCaseSourceCollection -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseSourceCollectionAddToReviewSetOperation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseSourceCollectionAddToReviewSetOperation.md index 29ef89fe5d654..51515d74a583e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseSourceCollectionAddToReviewSetOperation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseSourceCollectionAddToReviewSetOperation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.compliance/get-mgbetacomplianceediscoverycasesourcecollectionaddtoreviewsetoperation Locale: en-US Module Name: Microsoft.Graph.Beta.Compliance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaComplianceEdiscoveryCaseSourceCollectionAddToReviewSetOperation --- @@ -24,7 +24,7 @@ Get-MgBetaComplianceEdiscoveryCaseSourceCollectionAddToReviewSetOperation -CaseI -SourceCollectionId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaComplianceEdiscoveryCaseSourceCollectionAddToReviewSetOperation -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseSourceCollectionAdditionalSource.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseSourceCollectionAdditionalSource.md index 16171e82f6a3e..d96808bc88586 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseSourceCollectionAdditionalSource.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseSourceCollectionAdditionalSource.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.compliance/get-mgbetacomplianceediscoverycasesourcecollectionadditionalsource Locale: en-US Module Name: Microsoft.Graph.Beta.Compliance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaComplianceEdiscoveryCaseSourceCollectionAdditionalSource --- @@ -26,7 +26,7 @@ Get-MgBetaComplianceEdiscoveryCaseSourceCollectionAdditionalSource -CaseId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -36,7 +36,7 @@ Get-MgBetaComplianceEdiscoveryCaseSourceCollectionAdditionalSource -CaseId -SourceCollectionId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +46,7 @@ Get-MgBetaComplianceEdiscoveryCaseSourceCollectionAdditionalSource -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseSourceCollectionAdditionalSourceCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseSourceCollectionAdditionalSourceCount.md index d1a4914df9da5..040e60039ff0e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseSourceCollectionAdditionalSourceCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseSourceCollectionAdditionalSourceCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.compliance/get-mgbetacomplianceediscoverycasesourcecollectionadditionalsourcecount Locale: en-US Module Name: Microsoft.Graph.Beta.Compliance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaComplianceEdiscoveryCaseSourceCollectionAdditionalSourceCount --- @@ -24,7 +24,7 @@ Get-MgBetaComplianceEdiscoveryCaseSourceCollectionAdditionalSourceCount -CaseId -SourceCollectionId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaComplianceEdiscoveryCaseSourceCollectionAdditionalSourceCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseSourceCollectionCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseSourceCollectionCount.md index c4a43240a09aa..775734f60fd0d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseSourceCollectionCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseSourceCollectionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.compliance/get-mgbetacomplianceediscoverycasesourcecollectioncount Locale: en-US Module Name: Microsoft.Graph.Beta.Compliance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaComplianceEdiscoveryCaseSourceCollectionCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaComplianceEdiscoveryCaseSourceCollectionCount -CaseId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -33,7 +33,7 @@ Get-MgBetaComplianceEdiscoveryCaseSourceCollectionCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseSourceCollectionCustodianSource.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseSourceCollectionCustodianSource.md index 2b075829f5b10..faf6bdf7a9b16 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseSourceCollectionCustodianSource.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseSourceCollectionCustodianSource.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.compliance/get-mgbetacomplianceediscoverycasesourcecollectioncustodiansource Locale: en-US Module Name: Microsoft.Graph.Beta.Compliance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaComplianceEdiscoveryCaseSourceCollectionCustodianSource --- @@ -26,7 +26,7 @@ Get-MgBetaComplianceEdiscoveryCaseSourceCollectionCustodianSource -CaseId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -36,7 +36,7 @@ Get-MgBetaComplianceEdiscoveryCaseSourceCollectionCustodianSource -CaseId -SourceCollectionId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +46,7 @@ Get-MgBetaComplianceEdiscoveryCaseSourceCollectionCustodianSource -InputObject < [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseSourceCollectionCustodianSourceCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseSourceCollectionCustodianSourceCount.md index 73a906dd05ff4..e8768098e2bf8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseSourceCollectionCustodianSourceCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseSourceCollectionCustodianSourceCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.compliance/get-mgbetacomplianceediscoverycasesourcecollectioncustodiansourcecount Locale: en-US Module Name: Microsoft.Graph.Beta.Compliance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaComplianceEdiscoveryCaseSourceCollectionCustodianSourceCount --- @@ -24,7 +24,7 @@ Get-MgBetaComplianceEdiscoveryCaseSourceCollectionCustodianSourceCount -CaseId < -SourceCollectionId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaComplianceEdiscoveryCaseSourceCollectionCustodianSourceCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseSourceCollectionLastEstimateStatisticsOperation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseSourceCollectionLastEstimateStatisticsOperation.md index e695e87f057a7..bff128bc4a13e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseSourceCollectionLastEstimateStatisticsOperation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseSourceCollectionLastEstimateStatisticsOperation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.compliance/get-mgbetacomplianceediscoverycasesourcecollectionlastestimatestatisticsoperation Locale: en-US Module Name: Microsoft.Graph.Beta.Compliance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaComplianceEdiscoveryCaseSourceCollectionLastEstimateStatisticsOperation --- @@ -24,7 +24,7 @@ Get-MgBetaComplianceEdiscoveryCaseSourceCollectionLastEstimateStatisticsOperatio -SourceCollectionId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaComplianceEdiscoveryCaseSourceCollectionLastEstimateStatisticsOperatio -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseSourceCollectionNoncustodialSource.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseSourceCollectionNoncustodialSource.md index 52db78d663f04..318f203e6d369 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseSourceCollectionNoncustodialSource.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseSourceCollectionNoncustodialSource.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.compliance/get-mgbetacomplianceediscoverycasesourcecollectionnoncustodialsource Locale: en-US Module Name: Microsoft.Graph.Beta.Compliance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaComplianceEdiscoveryCaseSourceCollectionNoncustodialSource --- @@ -26,7 +26,7 @@ Get-MgBetaComplianceEdiscoveryCaseSourceCollectionNoncustodialSource -CaseId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -36,7 +36,7 @@ Get-MgBetaComplianceEdiscoveryCaseSourceCollectionNoncustodialSource -CaseId -SourceCollectionId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +46,7 @@ Get-MgBetaComplianceEdiscoveryCaseSourceCollectionNoncustodialSource -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseSourceCollectionNoncustodialSourceCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseSourceCollectionNoncustodialSourceCount.md index 12a03017013c7..5e880d505f885 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseSourceCollectionNoncustodialSourceCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseSourceCollectionNoncustodialSourceCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.compliance/get-mgbetacomplianceediscoverycasesourcecollectionnoncustodialsourcecount Locale: en-US Module Name: Microsoft.Graph.Beta.Compliance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaComplianceEdiscoveryCaseSourceCollectionNoncustodialSourceCount --- @@ -24,7 +24,7 @@ Get-MgBetaComplianceEdiscoveryCaseSourceCollectionNoncustodialSourceCount -CaseI -SourceCollectionId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaComplianceEdiscoveryCaseSourceCollectionNoncustodialSourceCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseTag.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseTag.md index 52b6f78f72b25..d4d4627189c1a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseTag.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseTag.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.compliance/get-mgbetacomplianceediscoverycasetag Locale: en-US Module Name: Microsoft.Graph.Beta.Compliance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaComplianceEdiscoveryCaseTag --- @@ -25,7 +25,7 @@ Get-MgBetaComplianceEdiscoveryCaseTag -CaseId [-ExpandProperty ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -34,7 +34,7 @@ Get-MgBetaComplianceEdiscoveryCaseTag -CaseId [-ExpandProperty -TagId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -44,7 +44,7 @@ Get-MgBetaComplianceEdiscoveryCaseTag -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseTagChildTag.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseTagChildTag.md index af8bf88aad17c..7d46202a2bc1e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseTagChildTag.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseTagChildTag.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.compliance/get-mgbetacomplianceediscoverycasetagchildtag Locale: en-US Module Name: Microsoft.Graph.Beta.Compliance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaComplianceEdiscoveryCaseTagChildTag --- @@ -26,7 +26,6 @@ Get-MgBetaComplianceEdiscoveryCaseTagChildTag -CaseId -TagId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -36,7 +35,7 @@ Get-MgBetaComplianceEdiscoveryCaseTagChildTag -CaseId -TagId - [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +45,7 @@ Get-MgBetaComplianceEdiscoveryCaseTagChildTag -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseTagChildTagCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseTagChildTagCount.md index f9ba401df117b..e88b0c6498691 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseTagChildTagCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseTagChildTagCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.compliance/get-mgbetacomplianceediscoverycasetagchildtagcount Locale: en-US Module Name: Microsoft.Graph.Beta.Compliance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaComplianceEdiscoveryCaseTagChildTagCount --- @@ -24,7 +24,7 @@ Get-MgBetaComplianceEdiscoveryCaseTagChildTagCount -CaseId -TagId ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaComplianceEdiscoveryCaseTagChildTagCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseTagCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseTagCount.md index cbe83dae31772..60b6be0c5e989 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseTagCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseTagCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.compliance/get-mgbetacomplianceediscoverycasetagcount Locale: en-US Module Name: Microsoft.Graph.Beta.Compliance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaComplianceEdiscoveryCaseTagCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaComplianceEdiscoveryCaseTagCount -CaseId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -32,7 +32,7 @@ Get-MgBetaComplianceEdiscoveryCaseTagCount -CaseId [-Filter ] [ Get-MgBetaComplianceEdiscoveryCaseTagCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseTagParent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseTagParent.md index ca5e636cfdb71..dd6061d1014b3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseTagParent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaComplianceEdiscoveryCaseTagParent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.compliance/get-mgbetacomplianceediscoverycasetagparent Locale: en-US Module Name: Microsoft.Graph.Beta.Compliance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaComplianceEdiscoveryCaseTagParent --- @@ -24,7 +24,7 @@ Get-MgBetaComplianceEdiscoveryCaseTagParent -CaseId -TagId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaComplianceEdiscoveryCaseTagParent -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaPrivacySubjectRightsRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaPrivacySubjectRightsRequest.md index c482dd9fc6de4..bbf5bcc5cf91b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaPrivacySubjectRightsRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaPrivacySubjectRightsRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.compliance/get-mgbetaprivacysubjectrightsrequest Locale: en-US Module Name: Microsoft.Graph.Beta.Compliance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPrivacySubjectRightsRequest --- @@ -28,7 +28,7 @@ Get-MgBetaPrivacySubjectRightsRequest [-ExpandProperty ] [-Property ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -37,7 +37,7 @@ Get-MgBetaPrivacySubjectRightsRequest [-ExpandProperty ] [-Property [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -47,7 +47,7 @@ Get-MgBetaPrivacySubjectRightsRequest -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaPrivacySubjectRightsRequestApprover.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaPrivacySubjectRightsRequestApprover.md index 9ba207f956b63..b9c3ee6870f01 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaPrivacySubjectRightsRequestApprover.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaPrivacySubjectRightsRequestApprover.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.compliance/get-mgbetaprivacysubjectrightsrequestapprover Locale: en-US Module Name: Microsoft.Graph.Beta.Compliance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPrivacySubjectRightsRequestApprover --- @@ -29,7 +29,6 @@ Get-MgBetaPrivacySubjectRightsRequestApprover -SubjectRightsRequestId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -39,7 +38,7 @@ Get-MgBetaPrivacySubjectRightsRequestApprover -SubjectRightsRequestId - [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -49,7 +48,7 @@ Get-MgBetaPrivacySubjectRightsRequestApprover -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaPrivacySubjectRightsRequestApproverByUserPrincipalName.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaPrivacySubjectRightsRequestApproverByUserPrincipalName.md index f7949e00ab457..c9b5ec60a0894 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaPrivacySubjectRightsRequestApproverByUserPrincipalName.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaPrivacySubjectRightsRequestApproverByUserPrincipalName.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.compliance/get-mgbetaprivacysubjectrightsrequestapproverbyuserprincipalname Locale: en-US Module Name: Microsoft.Graph.Beta.Compliance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPrivacySubjectRightsRequestApproverByUserPrincipalName --- @@ -27,7 +27,7 @@ Get-MgBetaPrivacySubjectRightsRequestApproverByUserPrincipalName -SubjectRightsR -UserPrincipalName [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaPrivacySubjectRightsRequestApproverByUserPrincipalName -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaPrivacySubjectRightsRequestApproverCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaPrivacySubjectRightsRequestApproverCount.md index 25d6513763b23..6d7686b617097 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaPrivacySubjectRightsRequestApproverCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaPrivacySubjectRightsRequestApproverCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.compliance/get-mgbetaprivacysubjectrightsrequestapprovercount Locale: en-US Module Name: Microsoft.Graph.Beta.Compliance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPrivacySubjectRightsRequestApproverCount --- @@ -27,7 +27,7 @@ Get-MgBetaPrivacySubjectRightsRequestApproverCount -SubjectRightsRequestId ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaPrivacySubjectRightsRequestApproverCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaPrivacySubjectRightsRequestApproverMailboxSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaPrivacySubjectRightsRequestApproverMailboxSetting.md index 1672d3dac6233..0f8422fff47cd 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaPrivacySubjectRightsRequestApproverMailboxSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaPrivacySubjectRightsRequestApproverMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.compliance/get-mgbetaprivacysubjectrightsrequestapprovermailboxsetting Locale: en-US Module Name: Microsoft.Graph.Beta.Compliance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPrivacySubjectRightsRequestApproverMailboxSetting --- @@ -16,7 +16,7 @@ title: Get-MgBetaPrivacySubjectRightsRequestApproverMailboxSetting Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. -Returned only on $select. +Requires $select to retrieve. > [!NOTE] > To view the v1.0 release of this cmdlet, view [Get-MgPrivacySubjectRightsRequestApproverMailboxSetting](/powershell/module/Microsoft.Graph.Compliance/Get-MgPrivacySubjectRightsRequestApproverMailboxSetting?view=graph-powershell-1.0) @@ -30,7 +30,7 @@ Get-MgBetaPrivacySubjectRightsRequestApproverMailboxSetting -SubjectRightsReques -UserId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -40,7 +40,7 @@ Get-MgBetaPrivacySubjectRightsRequestApproverMailboxSetting -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -53,7 +53,7 @@ This cmdlet has the following aliases, Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. -Returned only on $select. +Requires $select to retrieve. ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaPrivacySubjectRightsRequestApproverServiceProvisioningError.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaPrivacySubjectRightsRequestApproverServiceProvisioningError.md index 6bb63f492ab12..4117ecf291a69 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaPrivacySubjectRightsRequestApproverServiceProvisioningError.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaPrivacySubjectRightsRequestApproverServiceProvisioningError.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.compliance/get-mgbetaprivacysubjectrightsrequestapproverserviceprovisioningerror Locale: en-US Module Name: Microsoft.Graph.Beta.Compliance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPrivacySubjectRightsRequestApproverServiceProvisioningError --- @@ -29,7 +29,7 @@ Get-MgBetaPrivacySubjectRightsRequestApproverServiceProvisioningError [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaPrivacySubjectRightsRequestApproverServiceProvisioningErrorCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaPrivacySubjectRightsRequestApproverServiceProvisioningErrorCount.md index 34ee2c851985e..afa690c083429 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaPrivacySubjectRightsRequestApproverServiceProvisioningErrorCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaPrivacySubjectRightsRequestApproverServiceProvisioningErrorCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.compliance/get-mgbetaprivacysubjectrightsrequestapproverserviceprovisioningerrorcount Locale: en-US Module Name: Microsoft.Graph.Beta.Compliance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPrivacySubjectRightsRequestApproverServiceProvisioningErrorCount --- @@ -27,7 +27,7 @@ Get-MgBetaPrivacySubjectRightsRequestApproverServiceProvisioningErrorCount -SubjectRightsRequestId -UserId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaPrivacySubjectRightsRequestApproverServiceProvisioningErrorCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaPrivacySubjectRightsRequestCollaborator.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaPrivacySubjectRightsRequestCollaborator.md index 0914927fa88b1..e3daff84de812 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaPrivacySubjectRightsRequestCollaborator.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaPrivacySubjectRightsRequestCollaborator.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.compliance/get-mgbetaprivacysubjectrightsrequestcollaborator Locale: en-US Module Name: Microsoft.Graph.Beta.Compliance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPrivacySubjectRightsRequestCollaborator --- @@ -29,7 +29,6 @@ Get-MgBetaPrivacySubjectRightsRequestCollaborator -SubjectRightsRequestId ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -39,7 +38,7 @@ Get-MgBetaPrivacySubjectRightsRequestCollaborator -SubjectRightsRequestId ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -49,7 +48,7 @@ Get-MgBetaPrivacySubjectRightsRequestCollaborator -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaPrivacySubjectRightsRequestCollaboratorByUserPrincipalName.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaPrivacySubjectRightsRequestCollaboratorByUserPrincipalName.md index 2296446ef63c9..04a1af53ef5e9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaPrivacySubjectRightsRequestCollaboratorByUserPrincipalName.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaPrivacySubjectRightsRequestCollaboratorByUserPrincipalName.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.compliance/get-mgbetaprivacysubjectrightsrequestcollaboratorbyuserprincipalname Locale: en-US Module Name: Microsoft.Graph.Beta.Compliance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPrivacySubjectRightsRequestCollaboratorByUserPrincipalName --- @@ -27,7 +27,7 @@ Get-MgBetaPrivacySubjectRightsRequestCollaboratorByUserPrincipalName -SubjectRightsRequestId -UserPrincipalName [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaPrivacySubjectRightsRequestCollaboratorByUserPrincipalName -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaPrivacySubjectRightsRequestCollaboratorCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaPrivacySubjectRightsRequestCollaboratorCount.md index 98ef248d58be2..a6c2b2261f925 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaPrivacySubjectRightsRequestCollaboratorCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaPrivacySubjectRightsRequestCollaboratorCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.compliance/get-mgbetaprivacysubjectrightsrequestcollaboratorcount Locale: en-US Module Name: Microsoft.Graph.Beta.Compliance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPrivacySubjectRightsRequestCollaboratorCount --- @@ -27,7 +27,7 @@ Get-MgBetaPrivacySubjectRightsRequestCollaboratorCount -SubjectRightsRequestId < [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaPrivacySubjectRightsRequestCollaboratorCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaPrivacySubjectRightsRequestCollaboratorMailboxSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaPrivacySubjectRightsRequestCollaboratorMailboxSetting.md index 99ffe4826be26..f32c312fd191b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaPrivacySubjectRightsRequestCollaboratorMailboxSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaPrivacySubjectRightsRequestCollaboratorMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.compliance/get-mgbetaprivacysubjectrightsrequestcollaboratormailboxsetting Locale: en-US Module Name: Microsoft.Graph.Beta.Compliance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPrivacySubjectRightsRequestCollaboratorMailboxSetting --- @@ -16,7 +16,7 @@ title: Get-MgBetaPrivacySubjectRightsRequestCollaboratorMailboxSetting Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. -Returned only on $select. +Requires $select to retrieve. > [!NOTE] > To view the v1.0 release of this cmdlet, view [Get-MgPrivacySubjectRightsRequestCollaboratorMailboxSetting](/powershell/module/Microsoft.Graph.Compliance/Get-MgPrivacySubjectRightsRequestCollaboratorMailboxSetting?view=graph-powershell-1.0) @@ -30,7 +30,7 @@ Get-MgBetaPrivacySubjectRightsRequestCollaboratorMailboxSetting -SubjectRightsRe -UserId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -40,7 +40,7 @@ Get-MgBetaPrivacySubjectRightsRequestCollaboratorMailboxSetting -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -53,7 +53,7 @@ This cmdlet has the following aliases, Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. -Returned only on $select. +Requires $select to retrieve. ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaPrivacySubjectRightsRequestCollaboratorServiceProvisioningError.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaPrivacySubjectRightsRequestCollaboratorServiceProvisioningError.md index 1cbf218a3dc26..f256504c39414 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaPrivacySubjectRightsRequestCollaboratorServiceProvisioningError.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaPrivacySubjectRightsRequestCollaboratorServiceProvisioningError.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.compliance/get-mgbetaprivacysubjectrightsrequestcollaboratorserviceprovisioningerror Locale: en-US Module Name: Microsoft.Graph.Beta.Compliance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPrivacySubjectRightsRequestCollaboratorServiceProvisioningError --- @@ -29,7 +29,7 @@ Get-MgBetaPrivacySubjectRightsRequestCollaboratorServiceProvisioningError [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaPrivacySubjectRightsRequestCollaboratorServiceProvisioningErrorCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaPrivacySubjectRightsRequestCollaboratorServiceProvisioningErrorCount.md index 4058b55bf38c7..755aecf946209 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaPrivacySubjectRightsRequestCollaboratorServiceProvisioningErrorCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaPrivacySubjectRightsRequestCollaboratorServiceProvisioningErrorCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.compliance/get-mgbetaprivacysubjectrightsrequestcollaboratorserviceprovisioningerrorcount Locale: en-US Module Name: Microsoft.Graph.Beta.Compliance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPrivacySubjectRightsRequestCollaboratorServiceProvisioningErrorCount --- @@ -27,7 +27,7 @@ Get-MgBetaPrivacySubjectRightsRequestCollaboratorServiceProvisioningErrorCount -SubjectRightsRequestId -UserId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaPrivacySubjectRightsRequestCollaboratorServiceProvisioningErrorCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaPrivacySubjectRightsRequestCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaPrivacySubjectRightsRequestCount.md index 564c011aeeaf5..b0dcb4b7102b6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaPrivacySubjectRightsRequestCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaPrivacySubjectRightsRequestCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.compliance/get-mgbetaprivacysubjectrightsrequestcount Locale: en-US Module Name: Microsoft.Graph.Beta.Compliance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPrivacySubjectRightsRequestCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaPrivacySubjectRightsRequestCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaPrivacySubjectRightsRequestFinalAttachment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaPrivacySubjectRightsRequestFinalAttachment.md index 9111193f09e90..7f26c06484192 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaPrivacySubjectRightsRequestFinalAttachment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaPrivacySubjectRightsRequestFinalAttachment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.compliance/get-mgbetaprivacysubjectrightsrequestfinalattachment Locale: en-US Module Name: Microsoft.Graph.Beta.Compliance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPrivacySubjectRightsRequestFinalAttachment --- @@ -27,7 +27,7 @@ The attachment is a zip file that contains all the files that were included by t Get-MgBetaPrivacySubjectRightsRequestFinalAttachment -SubjectRightsRequestId -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaPrivacySubjectRightsRequestFinalAttachment -SubjectRightsRequestId -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaPrivacySubjectRightsRequestFinalReport.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaPrivacySubjectRightsRequestFinalReport.md index 32c2f3c826766..b412664907bb9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaPrivacySubjectRightsRequestFinalReport.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaPrivacySubjectRightsRequestFinalReport.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.compliance/get-mgbetaprivacysubjectrightsrequestfinalreport Locale: en-US Module Name: Microsoft.Graph.Beta.Compliance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPrivacySubjectRightsRequestFinalReport --- @@ -27,7 +27,7 @@ The report is a text file that contains information about the files that were in Get-MgBetaPrivacySubjectRightsRequestFinalReport -SubjectRightsRequestId -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaPrivacySubjectRightsRequestFinalReport -SubjectRightsRequestId -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaPrivacySubjectRightsRequestNote.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaPrivacySubjectRightsRequestNote.md index d718b8982cc8d..9da1bdd6cf8cf 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaPrivacySubjectRightsRequestNote.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaPrivacySubjectRightsRequestNote.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.compliance/get-mgbetaprivacysubjectrightsrequestnote Locale: en-US Module Name: Microsoft.Graph.Beta.Compliance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPrivacySubjectRightsRequestNote --- @@ -29,7 +29,6 @@ Get-MgBetaPrivacySubjectRightsRequestNote -SubjectRightsRequestId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -39,7 +38,7 @@ Get-MgBetaPrivacySubjectRightsRequestNote -AuthoredNoteId -SubjectRight [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -49,7 +48,7 @@ Get-MgBetaPrivacySubjectRightsRequestNote -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaPrivacySubjectRightsRequestNoteCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaPrivacySubjectRightsRequestNoteCount.md index 50a17b4ddad92..401a18772288a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaPrivacySubjectRightsRequestNoteCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaPrivacySubjectRightsRequestNoteCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.compliance/get-mgbetaprivacysubjectrightsrequestnotecount Locale: en-US Module Name: Microsoft.Graph.Beta.Compliance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPrivacySubjectRightsRequestNoteCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaPrivacySubjectRightsRequestNoteCount -SubjectRightsRequestId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaPrivacySubjectRightsRequestNoteCount -SubjectRightsRequestId Get-MgBetaPrivacySubjectRightsRequestNoteCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaPrivacySubjectRightsRequestTeam.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaPrivacySubjectRightsRequestTeam.md index a283380e3d600..9f543efcc2aa3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaPrivacySubjectRightsRequestTeam.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Get-MgBetaPrivacySubjectRightsRequestTeam.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.compliance/get-mgbetaprivacysubjectrightsrequestteam Locale: en-US Module Name: Microsoft.Graph.Beta.Compliance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPrivacySubjectRightsRequestTeam --- @@ -27,7 +27,7 @@ Get-MgBetaPrivacySubjectRightsRequestTeam -SubjectRightsRequestId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaPrivacySubjectRightsRequestTeam -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Initialize-MgBetaComplianceEdiscoveryCaseCustodian.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Initialize-MgBetaComplianceEdiscoveryCaseCustodian.md index 5d0fc779de776..e6746399af317 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Initialize-MgBetaComplianceEdiscoveryCaseCustodian.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Initialize-MgBetaComplianceEdiscoveryCaseCustodian.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.compliance/initialize-mgbetacomplianceediscoverycasecustodian Locale: en-US Module Name: Microsoft.Graph.Beta.Compliance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Initialize-MgBetaComplianceEdiscoveryCaseCustodian --- @@ -26,7 +26,6 @@ Initialize-MgBetaComplianceEdiscoveryCaseCustodian -CaseId -CustodianId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ActivateViaIdentity @@ -36,7 +35,6 @@ Initialize-MgBetaComplianceEdiscoveryCaseCustodian -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Invoke-MgBetaAsComplianceEdiscoveryCaseTagHierarchy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Invoke-MgBetaAsComplianceEdiscoveryCaseTagHierarchy.md index e850342dfb995..0063adc38ad83 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Invoke-MgBetaAsComplianceEdiscoveryCaseTagHierarchy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Invoke-MgBetaAsComplianceEdiscoveryCaseTagHierarchy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.compliance/invoke-mgbetaascomplianceediscoverycasetaghierarchy Locale: en-US Module Name: Microsoft.Graph.Beta.Compliance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaAsComplianceEdiscoveryCaseTagHierarchy --- @@ -25,7 +25,7 @@ Invoke-MgBetaAsComplianceEdiscoveryCaseTagHierarchy -CaseId [-Count] [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### AsViaIdentity @@ -36,7 +36,7 @@ Invoke-MgBetaAsComplianceEdiscoveryCaseTagHierarchy -InputObject ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Invoke-MgBetaEstimateComplianceEdiscoveryCaseSourceCollectionStatistics.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Invoke-MgBetaEstimateComplianceEdiscoveryCaseSourceCollectionStatistics.md index b2b337c21789a..0c45f07329a7d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Invoke-MgBetaEstimateComplianceEdiscoveryCaseSourceCollectionStatistics.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Invoke-MgBetaEstimateComplianceEdiscoveryCaseSourceCollectionStatistics.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.compliance/invoke-mgbetaestimatecomplianceediscoverycasesourcecollectionstatistics Locale: en-US Module Name: Microsoft.Graph.Beta.Compliance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaEstimateComplianceEdiscoveryCaseSourceCollectionStatistics --- @@ -25,7 +25,6 @@ Invoke-MgBetaEstimateComplianceEdiscoveryCaseSourceCollectionStatistics -CaseId -SourceCollectionId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### EstimateViaIdentity @@ -36,7 +35,6 @@ Invoke-MgBetaEstimateComplianceEdiscoveryCaseSourceCollectionStatistics [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Invoke-MgBetaReopenComplianceEdiscoveryCase.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Invoke-MgBetaReopenComplianceEdiscoveryCase.md index f622d5d3ba46b..1864408f3186a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Invoke-MgBetaReopenComplianceEdiscoveryCase.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Invoke-MgBetaReopenComplianceEdiscoveryCase.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.compliance/invoke-mgbetareopencomplianceediscoverycase Locale: en-US Module Name: Microsoft.Graph.Beta.Compliance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaReopenComplianceEdiscoveryCase --- @@ -25,7 +25,6 @@ Invoke-MgBetaReopenComplianceEdiscoveryCase -CaseId [-ResponseHeadersVa [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ReopenViaIdentity @@ -35,7 +34,6 @@ Invoke-MgBetaReopenComplianceEdiscoveryCase -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Microsoft.Graph.Beta.Compliance.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Microsoft.Graph.Beta.Compliance.md index 92b40e8ef2a35..21e13d571c87f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Microsoft.Graph.Beta.Compliance.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Microsoft.Graph.Beta.Compliance.md @@ -1,6 +1,6 @@ --- Module Name: Microsoft.Graph.Beta.Compliance -Module Guid: 668b7ffe-b8c5-449f-948d-6f760e5ee6e3 +Module Guid: 45b15c8b-4b21-9a92-2745-78670e5a4efa Download Help Link: https://learn.microsoft.com/en-us/powershell/module/microsoft.graph.beta.compliance/?view=graph-powershell-beta Help Version: 1.0.0.0 Locale: en-US diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/New-MgBetaComplianceEdiscoveryCase.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/New-MgBetaComplianceEdiscoveryCase.md index 42222c4339bf1..4af20ac401f9b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/New-MgBetaComplianceEdiscoveryCase.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/New-MgBetaComplianceEdiscoveryCase.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.compliance/new-mgbetacomplianceediscoverycase Locale: en-US Module Name: Microsoft.Graph.Beta.Compliance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaComplianceEdiscoveryCase --- @@ -35,7 +35,6 @@ New-MgBetaComplianceEdiscoveryCase [-ResponseHeadersVariable ] [-Tags ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -45,7 +44,6 @@ New-MgBetaComplianceEdiscoveryCase -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -837,7 +835,7 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for users to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). @@ -1121,22 +1119,23 @@ Always null when the object hasn't been deleted. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -1166,12 +1165,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -1281,7 +1337,7 @@ Optional. [IncludeBasicClaimSet ]: Determines whether the basic claim set is included in tokens affected by this policy. If set to true, all claims in the basic claim set are emitted in tokens affected by the policy. By default the basic claim set isn't in the tokens unless they're explicitly configured in this policy. - [CreatedByAppId ]: The appId (called Application (client) ID on the Microsoft Entra admin center) of the application used to create the service principal. + [CreatedByAppId ]: The appId of the application that created this service principal. Set internally by Microsoft Entra ID. Read-only. [CreatedObjects ]: Directory objects created by this service principal. @@ -1413,7 +1469,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -1572,13 +1628,13 @@ May not begin with .. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [ApprovedClientApps ]: + [ApprovedClientApps ]: The collection of approved client apps that are associated with the RDS configuration. +Supports $expand. [Id ]: The unique identifier for an entity. Read-only. - [DisplayName ]: + [DisplayName ]: Display name for the client application. [IsRemoteDesktopProtocolEnabled ]: Determines if Microsoft Entra ID RDS authentication protocol for RDP is enabled. [TargetDeviceGroups ]: The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. -
]: The unique identifier for an entity. Read-only. [DisplayName ]: Display name for the target device group. @@ -1941,7 +1997,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. - [ExternalAuthenticationMethods ]: Represents the external methods registered to a user for authentication. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. Optional. @@ -1957,7 +2013,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. - [DisplayName ]: Custom name given to the registered external authentication method. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. @@ -2210,7 +2266,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -2463,7 +2519,7 @@ Read-only. The identifiers must be unique in the tenant. [Birthday ]: The birthday of the user. 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 Returned only on $select. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. Only one number can be set for this property. Read-only for users synced from on-premises directory. @@ -3073,6 +3129,49 @@ This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. Read only. + [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. +Nullable. + [Attachments ]: References to attached objects like files, tabs, meetings etc. + [Body ]: itemBody + [ChannelIdentity ]: channelIdentity + [ChatId ]: If the message was sent in a chat, represents the identity of the chat. + [CreatedDateTime ]: Timestamp of when the chat message was created. + [DeletedDateTime ]: Read only. +Timestamp at which the chat message was deleted, or null if not deleted. + [Etag ]: Read-only. +Version number of the chat message. + [EventDetail ]: eventMessageDetail + [From ]: chatMessageFromIdentitySet + [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. + [Importance ]: chatMessageImportance + [LastEditedDateTime ]: Read only. +Timestamp when edits to the chat message were made. +Triggers an 'Edited' flag in the Teams UI. +If no edits are made the value is null. + [LastModifiedDateTime ]: Read only. +Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. + [Locale ]: Locale of the chat message set by the client. +Always set to en-us. + [Mentions ]: List of entities mentioned in the chat message. +Supported entities are: user, bot, team, channel, chat, and tag. + [MessageHistory ]: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. + [MessageType ]: chatMessageType + [OnBehalfOf ]: chatMessageFromIdentitySet + [PolicyViolation ]: chatMessagePolicyViolation + [Reactions ]: Reactions for this chat message (for example, Like). + [Replies ]: Replies for a specified message. +Supports $expand for channel messages. + [ReplyToId ]: Read-only. +ID of the parent chat message or root chat message of the thread. +(Only applies to chat messages in channels, not chats.) + [Subject ]: The subject of the chat message, in plaintext. + [Summary ]: Summary text of the chat message that could be used for push notifications and summary views or fall back views. +Only applies to channel chat messages, not chat messages in a chat. + [WebUrl ]: Read-only. +Link to the message in Microsoft Teams. + [Id ]: The unique identifier for an entity. +Read-only. + [Recipient ]: identity [TenantId ]: The identifier of the tenant in which the chat was created. Read-only. [Topic ]: (Optional) Subject or topic for the chat. @@ -3108,21 +3207,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -3241,7 +3397,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 @@ -3266,6 +3424,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. @@ -3473,10 +3664,11 @@ 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. + [ContentCategory ]: contentCategory [CorrelationId ]: An identifier used to group multiple related content entries (for example, different parts of the same file upload, messages in a conversation). [CreatedDateTime ]: Required. Timestamp indicating when the original content was created (for example, file creation time, message sent time). @@ -3761,6 +3953,7 @@ To proactively opt in to the new behavior ahead of time, use the contentStream p Nullable. [File ]: file [(Any) ]: This indicates any property can be added to this object. + [ArchiveStatus ]: fileArchiveStatus [Hashes ]: hashes [(Any) ]: This indicates any property can be added to this object. [Crc32Hash ]: The CRC32 value of the file (if available). @@ -3771,6 +3964,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. @@ -3871,6 +4077,17 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(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. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity. @@ -4880,6 +5097,8 @@ 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 total count of items in the list. +Read-only. [Items ]: All items contained in the list. [List ]: listInfo [(Any) ]: This indicates any property can be added to this object. @@ -4976,6 +5195,24 @@ Required. [LearningProviderId ]: The registration ID of the provider. Required. [Status ]: courseStatus + [Storyline ]: User's storyline singleton container. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Followers ]: The users who are following this user. + [Id ]: The unique identifier for an entity. +Read-only. + [Follower ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Followings ]: The users that this user is following. + [Id ]: The unique identifier for an entity. +Read-only. + [Following ]: The Viva Engage identities. [EmployeeHireDate ]: The date and time when the user was hired or will start work if there is a future hire. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. @@ -4990,10 +5227,10 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. @@ -5019,7 +5256,7 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. 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. - Returned only on $select. + Requires $select to retrieve. Note: This property is specific to SharePoint Online. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. @@ -5042,6 +5279,27 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityGovernance ]: identityGovernanceUserSettings + [(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 ]: 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 + [(Any) ]: This indicates any property can be added to this object. + [Duration ]: The requestor's desired duration of access represented in ISO 8601 format for durations. +For example, PT3H refers to three hours. + If specified in a request, endDateTime shouldn't be present and the type property should be set to afterDuration. + [EndDateTime ]: Timestamp of 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. + [Type ]: expirationPatternType + [Recurrence ]: patternedRecurrence + [StartDateTime ]: 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. +In PIM, when the eligible or active assignment becomes active. [IdentityParentId ]: The object ID of the parent identity for agent users. Always null for regular user accounts. For agentUser resources, this property references the object ID of the associated agent identity. @@ -5210,7 +5468,7 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for users to describe their interests. -Returned only on $select. +Requires $select to retrieve. [InvitedBy ]: directoryObject [IsLicenseReconciliationNeeded ]: Indicates whether the user is pending an exchange mailbox license assignment. Read-only. @@ -5219,7 +5477,8 @@ Returned only on $select. 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). @@ -5233,24 +5492,24 @@ If this list is non-empty, then only users or groups listed here can post. [AccessType ]: groupAccessType [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are auto-subscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -5260,6 +5519,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -5418,11 +5678,11 @@ You can use it as a $filter argument to get groups that have members with licens Supports $filter (eq). [HideFromAddressLists ]: true if the group isn't displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: true if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [InfoCatalogs ]: Identifies the info segments assigned to the group. Returned by default. @@ -5446,7 +5706,7 @@ Read-only. To manage a group 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. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -5496,6 +5756,7 @@ Read-only. [OnPremisesDomainName ]: Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only. + [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [OnPremisesLastSyncDateTime ]: Indicates the last time at which the group was synced with the on-premises directory.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. Returned by default. @@ -5816,10 +6077,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -5828,9 +6091,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. @@ -5994,7 +6286,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). @@ -6042,6 +6334,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 @@ -6439,12 +6732,12 @@ Immutable. Read-only. [UnseenConversationsCount ]: Count of conversations delivered one or more new posts since the signed-in user's last visit to the group. This property is the same as unseenCount. -Returned only on $select. +Requires $select to retrieve. [UnseenCount ]: Count of conversations that have received new posts since the signed-in user last visited the group. -This property is the same as unseenConversationsCount.Returned only on $select. +This property is the same as unseenConversationsCount.Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [UnseenMessagesCount ]: Count of new posts that have been delivered to the group's conversations since the signed-in user's last visit to the group. -Returned only on $select. +Requires $select to retrieve. [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. @@ -6455,7 +6748,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Requires $select to retrieve. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -6472,16 +6768,16 @@ Nullable. 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. Read-only. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. It also indicates licenses that are directly assigned and the ones the user inherited through group memberships. Read-only. -Returned only on $select. +Requires $select to retrieve. [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. Read-Only. @@ -6607,7 +6903,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -7156,6 +7452,8 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -7249,7 +7547,7 @@ Read-only. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Notifications ]: [Id ]: The unique identifier for an entity. Read-only. @@ -7344,6 +7642,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. @@ -7392,6 +7694,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. @@ -7646,7 +7953,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for users to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [PendingAccessReviewInstances ]: Navigation property to get a list of access reviews pending approval by the reviewer. [Id ]: The unique identifier for an entity. Read-only. @@ -7666,14 +7973,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. @@ -8006,7 +8305,7 @@ Example: 'en-US', or 'es-ES'. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -8462,15 +8761,14 @@ Read-only. [WebUrl ]: Link to the institution or department homepage. [Program ]: educationalActivityDetail [(Any) ]: This indicates any property can be added to this object. - [Abbreviation ]: Shortened name of the degree or program (example: PhD, MBA) + [Abbreviation ]: Shortened name of the degree or program, for example, PhD and MBA. [Activities ]: Extracurricular activities undertaken alongside the program. [Awards ]: Any awards or honors associated with the program. [Description ]: Short description of the program provided by the user. [DisplayName ]: Long-form name of the program that the user provided. - [FieldsOfStudy ]: Majors and minors associated with the program. -(if applicable) - [Grade ]: The final grade, class, GPA, or score. - [Notes ]: More notes the user provided. + [FieldsOfStudy ]: Majors and minors associated with the program, if applicable. + [Grade ]: The final grade, class, grade point average (GPA), or score. + [Notes ]: More notes provided by the user. [WebUrl ]: Link to the degree or program page. [StartMonthYear ]: The month and year the user commenced the activity referenced. [Emails ]: Represents detailed information about email addresses associated with the user. @@ -8773,9 +9071,9 @@ Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they have attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: The scoped-role administrative unit memberships for this user. Read-only. Nullable. @@ -8839,7 +9137,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. @@ -8989,7 +9287,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Use revokeSignInSessions to reset. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -9036,6 +9334,48 @@ The language component follows two-letter codes as defined in ISO 639-1, and the For users with multigeo licenses, the property contains the user's region (if available). For users without multigeo licenses, the property contains the organization's region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China. + [Sections ]: The sections in the user's chat list. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the section was created. +Read-only. +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. + [DisplayIcon ]: sectionDisplayIcon + [(Any) ]: This indicates any property can be added to this object. + [ContentUrl ]: The URL to a custom icon image. +Applicable when iconType is custom. + [DisplayName ]: The human-readable name of the icon. + [IconType ]: The type of icon. +Use an emoji character such as 👍 for an emoji icon, or custom for a custom image icon. + [SkinTone ]: sectionIconSkinTone + [DisplayName ]: The display name of the section. +Required. +Maximum length is 50 characters. +Display names are case-sensitive and must be unique within a user's sections. +The following names are reserved for system-defined sections and can't be used when creating a user-defined section: RecentChats, QuickViews, TeamsAndChannels, MutedChats, MeetingChats, EngageCommunities. + [IsExpanded ]: Indicates whether the section is expanded in the user interface. +The default value is true. + [IsHierarchicalViewEnabled ]: Indicates whether the hierarchical view is enabled for the section. +Read-only. + [Items ]: The items (chats, channels, meetings, or communities) organized within the section. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the item was added to the section. +Read-only. +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. + [ItemType ]: sectionItemType + [LastModifiedDateTime ]: Date and time when the item was last modified. +Read-only. +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. + [LastModifiedDateTime ]: Date and time when the section was last modified. +Read-only. +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. + [SectionType ]: sectionType + [SortType ]: sectionSortType [Todo ]: todo [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -9048,6 +9388,12 @@ Read-only. Nullable. [IsOwner ]: True if the user is owner of the given task list. [IsShared ]: True if the task list is shared with other users + [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the task list. +Read-only. +Nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Value ]: The value of the property. [Tasks ]: The tasks in this task list. Read-only. Nullable. @@ -9111,9 +9457,6 @@ Read-only. [Recurrence ]: patternedRecurrence [ReminderDateTime ]: dateTimeTimeZone [SingleValueExtendedProperties ]: A collection of custom fields linked to the task. - [Id ]: The unique identifier for an entity. -Read-only. - [Value ]: The value of the property. [StartDateTime ]: dateTimeTimeZone [Status ]: taskStatus [Title ]: A brief description of the task. @@ -9165,6 +9508,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. @@ -9202,6 +9547,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. @@ -9224,6 +9570,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 ]: @@ -9277,6 +9624,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. @@ -9286,8 +9635,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. @@ -9540,7 +9887,9 @@ Read-write. [(Any) ]: This indicates any property can be added to this object. [ArchiveStatus ]: siteArchiveStatus [ArchivedBy ]: identitySet - [ArchivedDateTime ]: + [ArchivedDateTime ]: Time when the container was archived. +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. [DataLocationCode ]: The geographic region code for where this site collection resides. Only present for multi-geo tenants. Read-only. @@ -9815,7 +10164,7 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for users to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). @@ -10099,22 +10448,23 @@ Always null when the object hasn't been deleted. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -10144,12 +10494,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -10259,7 +10666,7 @@ Optional. [IncludeBasicClaimSet ]: Determines whether the basic claim set is included in tokens affected by this policy. If set to true, all claims in the basic claim set are emitted in tokens affected by the policy. By default the basic claim set isn't in the tokens unless they're explicitly configured in this policy. - [CreatedByAppId ]: The appId (called Application (client) ID on the Microsoft Entra admin center) of the application used to create the service principal. + [CreatedByAppId ]: The appId of the application that created this service principal. Set internally by Microsoft Entra ID. Read-only. [CreatedObjects ]: Directory objects created by this service principal. @@ -10391,7 +10798,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -10550,13 +10957,13 @@ May not begin with .. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [ApprovedClientApps ]: + [ApprovedClientApps ]: The collection of approved client apps that are associated with the RDS configuration. +Supports $expand. [Id ]: The unique identifier for an entity. Read-only. - [DisplayName ]: + [DisplayName ]: Display name for the client application. [IsRemoteDesktopProtocolEnabled ]: Determines if Microsoft Entra ID RDS authentication protocol for RDP is enabled. [TargetDeviceGroups ]: The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. -
]: The unique identifier for an entity. Read-only. [DisplayName ]: Display name for the target device group. @@ -10919,7 +11326,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. - [ExternalAuthenticationMethods ]: Represents the external methods registered to a user for authentication. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. Optional. @@ -10935,7 +11342,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. - [DisplayName ]: Custom name given to the registered external authentication method. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. @@ -11188,7 +11595,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -11441,7 +11848,7 @@ Read-only. The identifiers must be unique in the tenant. [Birthday ]: The birthday of the user. 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 Returned only on $select. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. Only one number can be set for this property. Read-only for users synced from on-premises directory. @@ -12051,6 +12458,49 @@ This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. Read only. + [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. +Nullable. + [Attachments ]: References to attached objects like files, tabs, meetings etc. + [Body ]: itemBody + [ChannelIdentity ]: channelIdentity + [ChatId ]: If the message was sent in a chat, represents the identity of the chat. + [CreatedDateTime ]: Timestamp of when the chat message was created. + [DeletedDateTime ]: Read only. +Timestamp at which the chat message was deleted, or null if not deleted. + [Etag ]: Read-only. +Version number of the chat message. + [EventDetail ]: eventMessageDetail + [From ]: chatMessageFromIdentitySet + [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. + [Importance ]: chatMessageImportance + [LastEditedDateTime ]: Read only. +Timestamp when edits to the chat message were made. +Triggers an 'Edited' flag in the Teams UI. +If no edits are made the value is null. + [LastModifiedDateTime ]: Read only. +Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. + [Locale ]: Locale of the chat message set by the client. +Always set to en-us. + [Mentions ]: List of entities mentioned in the chat message. +Supported entities are: user, bot, team, channel, chat, and tag. + [MessageHistory ]: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. + [MessageType ]: chatMessageType + [OnBehalfOf ]: chatMessageFromIdentitySet + [PolicyViolation ]: chatMessagePolicyViolation + [Reactions ]: Reactions for this chat message (for example, Like). + [Replies ]: Replies for a specified message. +Supports $expand for channel messages. + [ReplyToId ]: Read-only. +ID of the parent chat message or root chat message of the thread. +(Only applies to chat messages in channels, not chats.) + [Subject ]: The subject of the chat message, in plaintext. + [Summary ]: Summary text of the chat message that could be used for push notifications and summary views or fall back views. +Only applies to channel chat messages, not chat messages in a chat. + [WebUrl ]: Read-only. +Link to the message in Microsoft Teams. + [Id ]: The unique identifier for an entity. +Read-only. + [Recipient ]: identity [TenantId ]: The identifier of the tenant in which the chat was created. Read-only. [Topic ]: (Optional) Subject or topic for the chat. @@ -12086,21 +12536,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -12219,7 +12726,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 @@ -12244,6 +12753,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. @@ -12451,10 +12993,11 @@ 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. + [ContentCategory ]: contentCategory [CorrelationId ]: An identifier used to group multiple related content entries (for example, different parts of the same file upload, messages in a conversation). [CreatedDateTime ]: Required. Timestamp indicating when the original content was created (for example, file creation time, message sent time). @@ -12739,6 +13282,7 @@ To proactively opt in to the new behavior ahead of time, use the contentStream p Nullable. [File ]: file [(Any) ]: This indicates any property can be added to this object. + [ArchiveStatus ]: fileArchiveStatus [Hashes ]: hashes [(Any) ]: This indicates any property can be added to this object. [Crc32Hash ]: The CRC32 value of the file (if available). @@ -12749,6 +13293,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. @@ -12849,6 +13406,17 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(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. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity. @@ -13858,6 +14426,8 @@ 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 total count of items in the list. +Read-only. [Items ]: All items contained in the list. [List ]: listInfo [(Any) ]: This indicates any property can be added to this object. @@ -13954,6 +14524,24 @@ Required. [LearningProviderId ]: The registration ID of the provider. Required. [Status ]: courseStatus + [Storyline ]: User's storyline singleton container. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Followers ]: The users who are following this user. + [Id ]: The unique identifier for an entity. +Read-only. + [Follower ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Followings ]: The users that this user is following. + [Id ]: The unique identifier for an entity. +Read-only. + [Following ]: The Viva Engage identities. [EmployeeHireDate ]: The date and time when the user was hired or will start work if there is a future hire. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. @@ -13968,10 +14556,10 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. @@ -13997,7 +14585,7 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. 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. - Returned only on $select. + Requires $select to retrieve. Note: This property is specific to SharePoint Online. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. @@ -14020,6 +14608,27 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityGovernance ]: identityGovernanceUserSettings + [(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 ]: 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 + [(Any) ]: This indicates any property can be added to this object. + [Duration ]: The requestor's desired duration of access represented in ISO 8601 format for durations. +For example, PT3H refers to three hours. + If specified in a request, endDateTime shouldn't be present and the type property should be set to afterDuration. + [EndDateTime ]: Timestamp of 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. + [Type ]: expirationPatternType + [Recurrence ]: patternedRecurrence + [StartDateTime ]: 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. +In PIM, when the eligible or active assignment becomes active. [IdentityParentId ]: The object ID of the parent identity for agent users. Always null for regular user accounts. For agentUser resources, this property references the object ID of the associated agent identity. @@ -14188,7 +14797,7 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for users to describe their interests. -Returned only on $select. +Requires $select to retrieve. [InvitedBy ]: directoryObject [IsLicenseReconciliationNeeded ]: Indicates whether the user is pending an exchange mailbox license assignment. Read-only. @@ -14197,7 +14806,8 @@ Returned only on $select. 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). @@ -14211,24 +14821,24 @@ If this list is non-empty, then only users or groups listed here can post. [AccessType ]: groupAccessType [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are auto-subscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -14238,6 +14848,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -14396,11 +15007,11 @@ You can use it as a $filter argument to get groups that have members with licens Supports $filter (eq). [HideFromAddressLists ]: true if the group isn't displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: true if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [InfoCatalogs ]: Identifies the info segments assigned to the group. Returned by default. @@ -14424,7 +15035,7 @@ Read-only. To manage a group 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. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -14474,6 +15085,7 @@ Read-only. [OnPremisesDomainName ]: Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only. + [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [OnPremisesLastSyncDateTime ]: Indicates the last time at which the group was synced with the on-premises directory.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. Returned by default. @@ -14794,10 +15406,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -14806,9 +15420,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. @@ -14972,7 +15615,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). @@ -15020,6 +15663,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 @@ -15417,12 +16061,12 @@ Immutable. Read-only. [UnseenConversationsCount ]: Count of conversations delivered one or more new posts since the signed-in user's last visit to the group. This property is the same as unseenCount. -Returned only on $select. +Requires $select to retrieve. [UnseenCount ]: Count of conversations that have received new posts since the signed-in user last visited the group. -This property is the same as unseenConversationsCount.Returned only on $select. +This property is the same as unseenConversationsCount.Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [UnseenMessagesCount ]: Count of new posts that have been delivered to the group's conversations since the signed-in user's last visit to the group. -Returned only on $select. +Requires $select to retrieve. [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. @@ -15433,7 +16077,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Requires $select to retrieve. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -15450,16 +16097,16 @@ Nullable. 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. Read-only. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. It also indicates licenses that are directly assigned and the ones the user inherited through group memberships. Read-only. -Returned only on $select. +Requires $select to retrieve. [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. Read-Only. @@ -15585,7 +16232,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -16134,6 +16781,8 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -16227,7 +16876,7 @@ Read-only. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Notifications ]: [Id ]: The unique identifier for an entity. Read-only. @@ -16322,6 +16971,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. @@ -16370,6 +17023,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. @@ -16624,7 +17282,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for users to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [PendingAccessReviewInstances ]: Navigation property to get a list of access reviews pending approval by the reviewer. [Id ]: The unique identifier for an entity. Read-only. @@ -16644,14 +17302,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. @@ -16984,7 +17634,7 @@ Example: 'en-US', or 'es-ES'. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -17440,15 +18090,14 @@ Read-only. [WebUrl ]: Link to the institution or department homepage. [Program ]: educationalActivityDetail [(Any) ]: This indicates any property can be added to this object. - [Abbreviation ]: Shortened name of the degree or program (example: PhD, MBA) + [Abbreviation ]: Shortened name of the degree or program, for example, PhD and MBA. [Activities ]: Extracurricular activities undertaken alongside the program. [Awards ]: Any awards or honors associated with the program. [Description ]: Short description of the program provided by the user. [DisplayName ]: Long-form name of the program that the user provided. - [FieldsOfStudy ]: Majors and minors associated with the program. -(if applicable) - [Grade ]: The final grade, class, GPA, or score. - [Notes ]: More notes the user provided. + [FieldsOfStudy ]: Majors and minors associated with the program, if applicable. + [Grade ]: The final grade, class, grade point average (GPA), or score. + [Notes ]: More notes provided by the user. [WebUrl ]: Link to the degree or program page. [StartMonthYear ]: The month and year the user commenced the activity referenced. [Emails ]: Represents detailed information about email addresses associated with the user. @@ -17751,9 +18400,9 @@ Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they have attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: The scoped-role administrative unit memberships for this user. Read-only. Nullable. @@ -17817,7 +18466,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. @@ -17967,7 +18616,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Use revokeSignInSessions to reset. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -18014,6 +18663,48 @@ The language component follows two-letter codes as defined in ISO 639-1, and the For users with multigeo licenses, the property contains the user's region (if available). For users without multigeo licenses, the property contains the organization's region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China. + [Sections ]: The sections in the user's chat list. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the section was created. +Read-only. +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. + [DisplayIcon ]: sectionDisplayIcon + [(Any) ]: This indicates any property can be added to this object. + [ContentUrl ]: The URL to a custom icon image. +Applicable when iconType is custom. + [DisplayName ]: The human-readable name of the icon. + [IconType ]: The type of icon. +Use an emoji character such as 👍 for an emoji icon, or custom for a custom image icon. + [SkinTone ]: sectionIconSkinTone + [DisplayName ]: The display name of the section. +Required. +Maximum length is 50 characters. +Display names are case-sensitive and must be unique within a user's sections. +The following names are reserved for system-defined sections and can't be used when creating a user-defined section: RecentChats, QuickViews, TeamsAndChannels, MutedChats, MeetingChats, EngageCommunities. + [IsExpanded ]: Indicates whether the section is expanded in the user interface. +The default value is true. + [IsHierarchicalViewEnabled ]: Indicates whether the hierarchical view is enabled for the section. +Read-only. + [Items ]: The items (chats, channels, meetings, or communities) organized within the section. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the item was added to the section. +Read-only. +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. + [ItemType ]: sectionItemType + [LastModifiedDateTime ]: Date and time when the item was last modified. +Read-only. +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. + [LastModifiedDateTime ]: Date and time when the section was last modified. +Read-only. +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. + [SectionType ]: sectionType + [SortType ]: sectionSortType [Todo ]: todo [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -18026,6 +18717,12 @@ Read-only. Nullable. [IsOwner ]: True if the user is owner of the given task list. [IsShared ]: True if the task list is shared with other users + [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the task list. +Read-only. +Nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Value ]: The value of the property. [Tasks ]: The tasks in this task list. Read-only. Nullable. @@ -18089,9 +18786,6 @@ Read-only. [Recurrence ]: patternedRecurrence [ReminderDateTime ]: dateTimeTimeZone [SingleValueExtendedProperties ]: A collection of custom fields linked to the task. - [Id ]: The unique identifier for an entity. -Read-only. - [Value ]: The value of the property. [StartDateTime ]: dateTimeTimeZone [Status ]: taskStatus [Title ]: A brief description of the task. @@ -18143,6 +18837,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. @@ -18180,6 +18876,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. @@ -18202,6 +18899,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 ]: @@ -18255,6 +18953,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. @@ -18264,8 +18964,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. @@ -18518,7 +19216,9 @@ Read-write. [(Any) ]: This indicates any property can be added to this object. [ArchiveStatus ]: siteArchiveStatus [ArchivedBy ]: identitySet - [ArchivedDateTime ]: + [ArchivedDateTime ]: Time when the container was archived. +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. [DataLocationCode ]: The geographic region code for where this site collection resides. Only present for multi-geo tenants. Read-only. @@ -18611,7 +19311,7 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for users to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). @@ -18895,22 +19595,23 @@ Always null when the object hasn't been deleted. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -18940,12 +19641,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -19055,7 +19813,7 @@ Optional. [IncludeBasicClaimSet ]: Determines whether the basic claim set is included in tokens affected by this policy. If set to true, all claims in the basic claim set are emitted in tokens affected by the policy. By default the basic claim set isn't in the tokens unless they're explicitly configured in this policy. - [CreatedByAppId ]: The appId (called Application (client) ID on the Microsoft Entra admin center) of the application used to create the service principal. + [CreatedByAppId ]: The appId of the application that created this service principal. Set internally by Microsoft Entra ID. Read-only. [CreatedObjects ]: Directory objects created by this service principal. @@ -19187,7 +19945,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -19346,13 +20104,13 @@ May not begin with .. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [ApprovedClientApps ]: + [ApprovedClientApps ]: The collection of approved client apps that are associated with the RDS configuration. +Supports $expand. [Id ]: The unique identifier for an entity. Read-only. - [DisplayName ]: + [DisplayName ]: Display name for the client application. [IsRemoteDesktopProtocolEnabled ]: Determines if Microsoft Entra ID RDS authentication protocol for RDP is enabled. [TargetDeviceGroups ]: The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. -
]: The unique identifier for an entity. Read-only. [DisplayName ]: Display name for the target device group. @@ -19715,7 +20473,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. - [ExternalAuthenticationMethods ]: Represents the external methods registered to a user for authentication. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. Optional. @@ -19731,7 +20489,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. - [DisplayName ]: Custom name given to the registered external authentication method. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. @@ -19984,7 +20742,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -20237,7 +20995,7 @@ Read-only. The identifiers must be unique in the tenant. [Birthday ]: The birthday of the user. 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 Returned only on $select. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. Only one number can be set for this property. Read-only for users synced from on-premises directory. @@ -20847,6 +21605,49 @@ This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. Read only. + [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. +Nullable. + [Attachments ]: References to attached objects like files, tabs, meetings etc. + [Body ]: itemBody + [ChannelIdentity ]: channelIdentity + [ChatId ]: If the message was sent in a chat, represents the identity of the chat. + [CreatedDateTime ]: Timestamp of when the chat message was created. + [DeletedDateTime ]: Read only. +Timestamp at which the chat message was deleted, or null if not deleted. + [Etag ]: Read-only. +Version number of the chat message. + [EventDetail ]: eventMessageDetail + [From ]: chatMessageFromIdentitySet + [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. + [Importance ]: chatMessageImportance + [LastEditedDateTime ]: Read only. +Timestamp when edits to the chat message were made. +Triggers an 'Edited' flag in the Teams UI. +If no edits are made the value is null. + [LastModifiedDateTime ]: Read only. +Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. + [Locale ]: Locale of the chat message set by the client. +Always set to en-us. + [Mentions ]: List of entities mentioned in the chat message. +Supported entities are: user, bot, team, channel, chat, and tag. + [MessageHistory ]: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. + [MessageType ]: chatMessageType + [OnBehalfOf ]: chatMessageFromIdentitySet + [PolicyViolation ]: chatMessagePolicyViolation + [Reactions ]: Reactions for this chat message (for example, Like). + [Replies ]: Replies for a specified message. +Supports $expand for channel messages. + [ReplyToId ]: Read-only. +ID of the parent chat message or root chat message of the thread. +(Only applies to chat messages in channels, not chats.) + [Subject ]: The subject of the chat message, in plaintext. + [Summary ]: Summary text of the chat message that could be used for push notifications and summary views or fall back views. +Only applies to channel chat messages, not chat messages in a chat. + [WebUrl ]: Read-only. +Link to the message in Microsoft Teams. + [Id ]: The unique identifier for an entity. +Read-only. + [Recipient ]: identity [TenantId ]: The identifier of the tenant in which the chat was created. Read-only. [Topic ]: (Optional) Subject or topic for the chat. @@ -20882,21 +21683,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -21015,7 +21873,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 @@ -21040,6 +21900,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. @@ -21247,10 +22140,11 @@ 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. + [ContentCategory ]: contentCategory [CorrelationId ]: An identifier used to group multiple related content entries (for example, different parts of the same file upload, messages in a conversation). [CreatedDateTime ]: Required. Timestamp indicating when the original content was created (for example, file creation time, message sent time). @@ -21535,6 +22429,7 @@ To proactively opt in to the new behavior ahead of time, use the contentStream p Nullable. [File ]: file [(Any) ]: This indicates any property can be added to this object. + [ArchiveStatus ]: fileArchiveStatus [Hashes ]: hashes [(Any) ]: This indicates any property can be added to this object. [Crc32Hash ]: The CRC32 value of the file (if available). @@ -21545,6 +22440,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. @@ -21645,6 +22553,17 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(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. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity. @@ -22654,6 +23573,8 @@ 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 total count of items in the list. +Read-only. [Items ]: All items contained in the list. [List ]: listInfo [(Any) ]: This indicates any property can be added to this object. @@ -22750,6 +23671,24 @@ Required. [LearningProviderId ]: The registration ID of the provider. Required. [Status ]: courseStatus + [Storyline ]: User's storyline singleton container. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Followers ]: The users who are following this user. + [Id ]: The unique identifier for an entity. +Read-only. + [Follower ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Followings ]: The users that this user is following. + [Id ]: The unique identifier for an entity. +Read-only. + [Following ]: The Viva Engage identities. [EmployeeHireDate ]: The date and time when the user was hired or will start work if there is a future hire. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. @@ -22764,10 +23703,10 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. @@ -22793,7 +23732,7 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. 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. - Returned only on $select. + Requires $select to retrieve. Note: This property is specific to SharePoint Online. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. @@ -22816,6 +23755,27 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityGovernance ]: identityGovernanceUserSettings + [(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 ]: 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 + [(Any) ]: This indicates any property can be added to this object. + [Duration ]: The requestor's desired duration of access represented in ISO 8601 format for durations. +For example, PT3H refers to three hours. + If specified in a request, endDateTime shouldn't be present and the type property should be set to afterDuration. + [EndDateTime ]: Timestamp of 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. + [Type ]: expirationPatternType + [Recurrence ]: patternedRecurrence + [StartDateTime ]: 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. +In PIM, when the eligible or active assignment becomes active. [IdentityParentId ]: The object ID of the parent identity for agent users. Always null for regular user accounts. For agentUser resources, this property references the object ID of the associated agent identity. @@ -22984,7 +23944,7 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for users to describe their interests. -Returned only on $select. +Requires $select to retrieve. [InvitedBy ]: directoryObject [IsLicenseReconciliationNeeded ]: Indicates whether the user is pending an exchange mailbox license assignment. Read-only. @@ -22993,7 +23953,8 @@ Returned only on $select. 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). @@ -23007,24 +23968,24 @@ If this list is non-empty, then only users or groups listed here can post. [AccessType ]: groupAccessType [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are auto-subscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -23034,6 +23995,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -23192,11 +24154,11 @@ You can use it as a $filter argument to get groups that have members with licens Supports $filter (eq). [HideFromAddressLists ]: true if the group isn't displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: true if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [InfoCatalogs ]: Identifies the info segments assigned to the group. Returned by default. @@ -23220,7 +24182,7 @@ Read-only. To manage a group 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. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -23270,6 +24232,7 @@ Read-only. [OnPremisesDomainName ]: Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only. + [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [OnPremisesLastSyncDateTime ]: Indicates the last time at which the group was synced with the on-premises directory.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. Returned by default. @@ -23590,10 +24553,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -23602,9 +24567,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. @@ -23768,7 +24762,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). @@ -23816,6 +24810,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 @@ -24213,12 +25208,12 @@ Immutable. Read-only. [UnseenConversationsCount ]: Count of conversations delivered one or more new posts since the signed-in user's last visit to the group. This property is the same as unseenCount. -Returned only on $select. +Requires $select to retrieve. [UnseenCount ]: Count of conversations that have received new posts since the signed-in user last visited the group. -This property is the same as unseenConversationsCount.Returned only on $select. +This property is the same as unseenConversationsCount.Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [UnseenMessagesCount ]: Count of new posts that have been delivered to the group's conversations since the signed-in user's last visit to the group. -Returned only on $select. +Requires $select to retrieve. [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. @@ -24229,7 +25224,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Requires $select to retrieve. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -24246,16 +25244,16 @@ Nullable. 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. Read-only. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. It also indicates licenses that are directly assigned and the ones the user inherited through group memberships. Read-only. -Returned only on $select. +Requires $select to retrieve. [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. Read-Only. @@ -24381,7 +25379,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -24930,6 +25928,8 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -25023,7 +26023,7 @@ Read-only. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Notifications ]: [Id ]: The unique identifier for an entity. Read-only. @@ -25118,6 +26118,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. @@ -25166,6 +26170,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. @@ -25420,7 +26429,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for users to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [PendingAccessReviewInstances ]: Navigation property to get a list of access reviews pending approval by the reviewer. [Id ]: The unique identifier for an entity. Read-only. @@ -25440,14 +26449,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. @@ -25780,7 +26781,7 @@ Example: 'en-US', or 'es-ES'. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -26236,15 +27237,14 @@ Read-only. [WebUrl ]: Link to the institution or department homepage. [Program ]: educationalActivityDetail [(Any) ]: This indicates any property can be added to this object. - [Abbreviation ]: Shortened name of the degree or program (example: PhD, MBA) + [Abbreviation ]: Shortened name of the degree or program, for example, PhD and MBA. [Activities ]: Extracurricular activities undertaken alongside the program. [Awards ]: Any awards or honors associated with the program. [Description ]: Short description of the program provided by the user. [DisplayName ]: Long-form name of the program that the user provided. - [FieldsOfStudy ]: Majors and minors associated with the program. -(if applicable) - [Grade ]: The final grade, class, GPA, or score. - [Notes ]: More notes the user provided. + [FieldsOfStudy ]: Majors and minors associated with the program, if applicable. + [Grade ]: The final grade, class, grade point average (GPA), or score. + [Notes ]: More notes provided by the user. [WebUrl ]: Link to the degree or program page. [StartMonthYear ]: The month and year the user commenced the activity referenced. [Emails ]: Represents detailed information about email addresses associated with the user. @@ -26547,9 +27547,9 @@ Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they have attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: The scoped-role administrative unit memberships for this user. Read-only. Nullable. @@ -26613,7 +27613,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. @@ -26763,7 +27763,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Use revokeSignInSessions to reset. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -26810,6 +27810,48 @@ The language component follows two-letter codes as defined in ISO 639-1, and the For users with multigeo licenses, the property contains the user's region (if available). For users without multigeo licenses, the property contains the organization's region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China. + [Sections ]: The sections in the user's chat list. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the section was created. +Read-only. +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. + [DisplayIcon ]: sectionDisplayIcon + [(Any) ]: This indicates any property can be added to this object. + [ContentUrl ]: The URL to a custom icon image. +Applicable when iconType is custom. + [DisplayName ]: The human-readable name of the icon. + [IconType ]: The type of icon. +Use an emoji character such as 👍 for an emoji icon, or custom for a custom image icon. + [SkinTone ]: sectionIconSkinTone + [DisplayName ]: The display name of the section. +Required. +Maximum length is 50 characters. +Display names are case-sensitive and must be unique within a user's sections. +The following names are reserved for system-defined sections and can't be used when creating a user-defined section: RecentChats, QuickViews, TeamsAndChannels, MutedChats, MeetingChats, EngageCommunities. + [IsExpanded ]: Indicates whether the section is expanded in the user interface. +The default value is true. + [IsHierarchicalViewEnabled ]: Indicates whether the hierarchical view is enabled for the section. +Read-only. + [Items ]: The items (chats, channels, meetings, or communities) organized within the section. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the item was added to the section. +Read-only. +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. + [ItemType ]: sectionItemType + [LastModifiedDateTime ]: Date and time when the item was last modified. +Read-only. +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. + [LastModifiedDateTime ]: Date and time when the section was last modified. +Read-only. +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. + [SectionType ]: sectionType + [SortType ]: sectionSortType [Todo ]: todo [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -26822,6 +27864,12 @@ Read-only. Nullable. [IsOwner ]: True if the user is owner of the given task list. [IsShared ]: True if the task list is shared with other users + [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the task list. +Read-only. +Nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Value ]: The value of the property. [Tasks ]: The tasks in this task list. Read-only. Nullable. @@ -26885,9 +27933,6 @@ Read-only. [Recurrence ]: patternedRecurrence [ReminderDateTime ]: dateTimeTimeZone [SingleValueExtendedProperties ]: A collection of custom fields linked to the task. - [Id ]: The unique identifier for an entity. -Read-only. - [Value ]: The value of the property. [StartDateTime ]: dateTimeTimeZone [Status ]: taskStatus [Title ]: A brief description of the task. @@ -26939,6 +27984,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. @@ -26976,6 +28023,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. @@ -26998,6 +28046,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 ]: @@ -27051,6 +28100,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. @@ -27060,8 +28111,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. @@ -27314,7 +28363,9 @@ Read-write. [(Any) ]: This indicates any property can be added to this object. [ArchiveStatus ]: siteArchiveStatus [ArchivedBy ]: identitySet - [ArchivedDateTime ]: + [ArchivedDateTime ]: Time when the container was archived. +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. [DataLocationCode ]: The geographic region code for where this site collection resides. Only present for multi-geo tenants. Read-only. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/New-MgBetaComplianceEdiscoveryCaseCustodian.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/New-MgBetaComplianceEdiscoveryCaseCustodian.md index 0ed8a65d1d593..3afdaa63fb259 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/New-MgBetaComplianceEdiscoveryCaseCustodian.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/New-MgBetaComplianceEdiscoveryCaseCustodian.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.compliance/new-mgbetacomplianceediscoverycasecustodian Locale: en-US Module Name: Microsoft.Graph.Beta.Compliance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaComplianceEdiscoveryCaseCustodian --- @@ -30,7 +30,6 @@ New-MgBetaComplianceEdiscoveryCaseCustodian -CaseId [-ResponseHeadersVa [-UserSources ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -40,7 +39,7 @@ New-MgBetaComplianceEdiscoveryCaseCustodian -CaseId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -56,7 +55,6 @@ New-MgBetaComplianceEdiscoveryCaseCustodian -InputObject [-UserSources ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -66,7 +64,7 @@ New-MgBetaComplianceEdiscoveryCaseCustodian -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -902,7 +900,7 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for users to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). @@ -1186,22 +1184,23 @@ Always null when the object hasn't been deleted. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -1231,12 +1230,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -1346,7 +1402,7 @@ Optional. [IncludeBasicClaimSet ]: Determines whether the basic claim set is included in tokens affected by this policy. If set to true, all claims in the basic claim set are emitted in tokens affected by the policy. By default the basic claim set isn't in the tokens unless they're explicitly configured in this policy. - [CreatedByAppId ]: The appId (called Application (client) ID on the Microsoft Entra admin center) of the application used to create the service principal. + [CreatedByAppId ]: The appId of the application that created this service principal. Set internally by Microsoft Entra ID. Read-only. [CreatedObjects ]: Directory objects created by this service principal. @@ -1478,7 +1534,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -1637,13 +1693,13 @@ May not begin with .. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [ApprovedClientApps ]: + [ApprovedClientApps ]: The collection of approved client apps that are associated with the RDS configuration. +Supports $expand. [Id ]: The unique identifier for an entity. Read-only. - [DisplayName ]: + [DisplayName ]: Display name for the client application. [IsRemoteDesktopProtocolEnabled ]: Determines if Microsoft Entra ID RDS authentication protocol for RDP is enabled. [TargetDeviceGroups ]: The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. -
]: The unique identifier for an entity. Read-only. [DisplayName ]: Display name for the target device group. @@ -2006,7 +2062,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. - [ExternalAuthenticationMethods ]: Represents the external methods registered to a user for authentication. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. Optional. @@ -2022,7 +2078,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. - [DisplayName ]: Custom name given to the registered external authentication method. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. @@ -2275,7 +2331,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -2528,7 +2584,7 @@ Read-only. The identifiers must be unique in the tenant. [Birthday ]: The birthday of the user. 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 Returned only on $select. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. Only one number can be set for this property. Read-only for users synced from on-premises directory. @@ -3138,6 +3194,49 @@ This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. Read only. + [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. +Nullable. + [Attachments ]: References to attached objects like files, tabs, meetings etc. + [Body ]: itemBody + [ChannelIdentity ]: channelIdentity + [ChatId ]: If the message was sent in a chat, represents the identity of the chat. + [CreatedDateTime ]: Timestamp of when the chat message was created. + [DeletedDateTime ]: Read only. +Timestamp at which the chat message was deleted, or null if not deleted. + [Etag ]: Read-only. +Version number of the chat message. + [EventDetail ]: eventMessageDetail + [From ]: chatMessageFromIdentitySet + [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. + [Importance ]: chatMessageImportance + [LastEditedDateTime ]: Read only. +Timestamp when edits to the chat message were made. +Triggers an 'Edited' flag in the Teams UI. +If no edits are made the value is null. + [LastModifiedDateTime ]: Read only. +Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. + [Locale ]: Locale of the chat message set by the client. +Always set to en-us. + [Mentions ]: List of entities mentioned in the chat message. +Supported entities are: user, bot, team, channel, chat, and tag. + [MessageHistory ]: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. + [MessageType ]: chatMessageType + [OnBehalfOf ]: chatMessageFromIdentitySet + [PolicyViolation ]: chatMessagePolicyViolation + [Reactions ]: Reactions for this chat message (for example, Like). + [Replies ]: Replies for a specified message. +Supports $expand for channel messages. + [ReplyToId ]: Read-only. +ID of the parent chat message or root chat message of the thread. +(Only applies to chat messages in channels, not chats.) + [Subject ]: The subject of the chat message, in plaintext. + [Summary ]: Summary text of the chat message that could be used for push notifications and summary views or fall back views. +Only applies to channel chat messages, not chat messages in a chat. + [WebUrl ]: Read-only. +Link to the message in Microsoft Teams. + [Id ]: The unique identifier for an entity. +Read-only. + [Recipient ]: identity [TenantId ]: The identifier of the tenant in which the chat was created. Read-only. [Topic ]: (Optional) Subject or topic for the chat. @@ -3173,21 +3272,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -3306,7 +3462,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 @@ -3331,6 +3489,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. @@ -3538,10 +3729,11 @@ 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. + [ContentCategory ]: contentCategory [CorrelationId ]: An identifier used to group multiple related content entries (for example, different parts of the same file upload, messages in a conversation). [CreatedDateTime ]: Required. Timestamp indicating when the original content was created (for example, file creation time, message sent time). @@ -3826,6 +4018,7 @@ To proactively opt in to the new behavior ahead of time, use the contentStream p Nullable. [File ]: file [(Any) ]: This indicates any property can be added to this object. + [ArchiveStatus ]: fileArchiveStatus [Hashes ]: hashes [(Any) ]: This indicates any property can be added to this object. [Crc32Hash ]: The CRC32 value of the file (if available). @@ -3836,6 +4029,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. @@ -3936,6 +4142,17 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(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. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity. @@ -4945,6 +5162,8 @@ 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 total count of items in the list. +Read-only. [Items ]: All items contained in the list. [List ]: listInfo [(Any) ]: This indicates any property can be added to this object. @@ -5041,6 +5260,24 @@ Required. [LearningProviderId ]: The registration ID of the provider. Required. [Status ]: courseStatus + [Storyline ]: User's storyline singleton container. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Followers ]: The users who are following this user. + [Id ]: The unique identifier for an entity. +Read-only. + [Follower ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Followings ]: The users that this user is following. + [Id ]: The unique identifier for an entity. +Read-only. + [Following ]: The Viva Engage identities. [EmployeeHireDate ]: The date and time when the user was hired or will start work if there is a future hire. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. @@ -5055,10 +5292,10 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. @@ -5084,7 +5321,7 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. 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. - Returned only on $select. + Requires $select to retrieve. Note: This property is specific to SharePoint Online. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. @@ -5107,6 +5344,27 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityGovernance ]: identityGovernanceUserSettings + [(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 ]: 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 + [(Any) ]: This indicates any property can be added to this object. + [Duration ]: The requestor's desired duration of access represented in ISO 8601 format for durations. +For example, PT3H refers to three hours. + If specified in a request, endDateTime shouldn't be present and the type property should be set to afterDuration. + [EndDateTime ]: Timestamp of 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. + [Type ]: expirationPatternType + [Recurrence ]: patternedRecurrence + [StartDateTime ]: 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. +In PIM, when the eligible or active assignment becomes active. [IdentityParentId ]: The object ID of the parent identity for agent users. Always null for regular user accounts. For agentUser resources, this property references the object ID of the associated agent identity. @@ -5275,7 +5533,7 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for users to describe their interests. -Returned only on $select. +Requires $select to retrieve. [InvitedBy ]: directoryObject [IsLicenseReconciliationNeeded ]: Indicates whether the user is pending an exchange mailbox license assignment. Read-only. @@ -5284,7 +5542,8 @@ Returned only on $select. 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). @@ -5298,24 +5557,24 @@ If this list is non-empty, then only users or groups listed here can post. [AccessType ]: groupAccessType [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are auto-subscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -5325,6 +5584,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -5483,11 +5743,11 @@ You can use it as a $filter argument to get groups that have members with licens Supports $filter (eq). [HideFromAddressLists ]: true if the group isn't displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: true if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [InfoCatalogs ]: Identifies the info segments assigned to the group. Returned by default. @@ -5511,7 +5771,7 @@ Read-only. To manage a group 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. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -5561,6 +5821,7 @@ Read-only. [OnPremisesDomainName ]: Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only. + [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [OnPremisesLastSyncDateTime ]: Indicates the last time at which the group was synced with the on-premises directory.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. Returned by default. @@ -5881,10 +6142,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -5893,9 +6156,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. @@ -6059,7 +6351,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). @@ -6107,6 +6399,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 @@ -6504,12 +6797,12 @@ Immutable. Read-only. [UnseenConversationsCount ]: Count of conversations delivered one or more new posts since the signed-in user's last visit to the group. This property is the same as unseenCount. -Returned only on $select. +Requires $select to retrieve. [UnseenCount ]: Count of conversations that have received new posts since the signed-in user last visited the group. -This property is the same as unseenConversationsCount.Returned only on $select. +This property is the same as unseenConversationsCount.Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [UnseenMessagesCount ]: Count of new posts that have been delivered to the group's conversations since the signed-in user's last visit to the group. -Returned only on $select. +Requires $select to retrieve. [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. @@ -6520,7 +6813,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Requires $select to retrieve. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -6537,16 +6833,16 @@ Nullable. 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. Read-only. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. It also indicates licenses that are directly assigned and the ones the user inherited through group memberships. Read-only. -Returned only on $select. +Requires $select to retrieve. [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. Read-Only. @@ -6672,7 +6968,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -7221,6 +7517,8 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -7314,7 +7612,7 @@ Read-only. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Notifications ]: [Id ]: The unique identifier for an entity. Read-only. @@ -7409,6 +7707,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. @@ -7457,6 +7759,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. @@ -7711,7 +8018,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for users to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [PendingAccessReviewInstances ]: Navigation property to get a list of access reviews pending approval by the reviewer. [Id ]: The unique identifier for an entity. Read-only. @@ -7731,14 +8038,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. @@ -8071,7 +8370,7 @@ Example: 'en-US', or 'es-ES'. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -8527,15 +8826,14 @@ Read-only. [WebUrl ]: Link to the institution or department homepage. [Program ]: educationalActivityDetail [(Any) ]: This indicates any property can be added to this object. - [Abbreviation ]: Shortened name of the degree or program (example: PhD, MBA) + [Abbreviation ]: Shortened name of the degree or program, for example, PhD and MBA. [Activities ]: Extracurricular activities undertaken alongside the program. [Awards ]: Any awards or honors associated with the program. [Description ]: Short description of the program provided by the user. [DisplayName ]: Long-form name of the program that the user provided. - [FieldsOfStudy ]: Majors and minors associated with the program. -(if applicable) - [Grade ]: The final grade, class, GPA, or score. - [Notes ]: More notes the user provided. + [FieldsOfStudy ]: Majors and minors associated with the program, if applicable. + [Grade ]: The final grade, class, grade point average (GPA), or score. + [Notes ]: More notes provided by the user. [WebUrl ]: Link to the degree or program page. [StartMonthYear ]: The month and year the user commenced the activity referenced. [Emails ]: Represents detailed information about email addresses associated with the user. @@ -8838,9 +9136,9 @@ Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they have attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: The scoped-role administrative unit memberships for this user. Read-only. Nullable. @@ -8904,7 +9202,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. @@ -9054,7 +9352,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Use revokeSignInSessions to reset. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -9101,6 +9399,48 @@ The language component follows two-letter codes as defined in ISO 639-1, and the For users with multigeo licenses, the property contains the user's region (if available). For users without multigeo licenses, the property contains the organization's region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China. + [Sections ]: The sections in the user's chat list. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the section was created. +Read-only. +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. + [DisplayIcon ]: sectionDisplayIcon + [(Any) ]: This indicates any property can be added to this object. + [ContentUrl ]: The URL to a custom icon image. +Applicable when iconType is custom. + [DisplayName ]: The human-readable name of the icon. + [IconType ]: The type of icon. +Use an emoji character such as 👍 for an emoji icon, or custom for a custom image icon. + [SkinTone ]: sectionIconSkinTone + [DisplayName ]: The display name of the section. +Required. +Maximum length is 50 characters. +Display names are case-sensitive and must be unique within a user's sections. +The following names are reserved for system-defined sections and can't be used when creating a user-defined section: RecentChats, QuickViews, TeamsAndChannels, MutedChats, MeetingChats, EngageCommunities. + [IsExpanded ]: Indicates whether the section is expanded in the user interface. +The default value is true. + [IsHierarchicalViewEnabled ]: Indicates whether the hierarchical view is enabled for the section. +Read-only. + [Items ]: The items (chats, channels, meetings, or communities) organized within the section. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the item was added to the section. +Read-only. +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. + [ItemType ]: sectionItemType + [LastModifiedDateTime ]: Date and time when the item was last modified. +Read-only. +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. + [LastModifiedDateTime ]: Date and time when the section was last modified. +Read-only. +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. + [SectionType ]: sectionType + [SortType ]: sectionSortType [Todo ]: todo [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -9113,6 +9453,12 @@ Read-only. Nullable. [IsOwner ]: True if the user is owner of the given task list. [IsShared ]: True if the task list is shared with other users + [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the task list. +Read-only. +Nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Value ]: The value of the property. [Tasks ]: The tasks in this task list. Read-only. Nullable. @@ -9176,9 +9522,6 @@ Read-only. [Recurrence ]: patternedRecurrence [ReminderDateTime ]: dateTimeTimeZone [SingleValueExtendedProperties ]: A collection of custom fields linked to the task. - [Id ]: The unique identifier for an entity. -Read-only. - [Value ]: The value of the property. [StartDateTime ]: dateTimeTimeZone [Status ]: taskStatus [Title ]: A brief description of the task. @@ -9230,6 +9573,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. @@ -9267,6 +9612,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. @@ -9289,6 +9635,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 ]: @@ -9342,6 +9689,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. @@ -9351,8 +9700,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. @@ -9605,7 +9952,9 @@ Read-write. [(Any) ]: This indicates any property can be added to this object. [ArchiveStatus ]: siteArchiveStatus [ArchivedBy ]: identitySet - [ArchivedDateTime ]: + [ArchivedDateTime ]: Time when the container was archived. +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. [DataLocationCode ]: The geographic region code for where this site collection resides. Only present for multi-geo tenants. Read-only. @@ -9691,7 +10040,7 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for users to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). @@ -9975,22 +10324,23 @@ Always null when the object hasn't been deleted. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -10020,12 +10370,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -10135,7 +10542,7 @@ Optional. [IncludeBasicClaimSet ]: Determines whether the basic claim set is included in tokens affected by this policy. If set to true, all claims in the basic claim set are emitted in tokens affected by the policy. By default the basic claim set isn't in the tokens unless they're explicitly configured in this policy. - [CreatedByAppId ]: The appId (called Application (client) ID on the Microsoft Entra admin center) of the application used to create the service principal. + [CreatedByAppId ]: The appId of the application that created this service principal. Set internally by Microsoft Entra ID. Read-only. [CreatedObjects ]: Directory objects created by this service principal. @@ -10267,7 +10674,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -10426,13 +10833,13 @@ May not begin with .. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [ApprovedClientApps ]: + [ApprovedClientApps ]: The collection of approved client apps that are associated with the RDS configuration. +Supports $expand. [Id ]: The unique identifier for an entity. Read-only. - [DisplayName ]: + [DisplayName ]: Display name for the client application. [IsRemoteDesktopProtocolEnabled ]: Determines if Microsoft Entra ID RDS authentication protocol for RDP is enabled. [TargetDeviceGroups ]: The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. -
]: The unique identifier for an entity. Read-only. [DisplayName ]: Display name for the target device group. @@ -10795,7 +11202,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. - [ExternalAuthenticationMethods ]: Represents the external methods registered to a user for authentication. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. Optional. @@ -10811,7 +11218,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. - [DisplayName ]: Custom name given to the registered external authentication method. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. @@ -11064,7 +11471,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -11317,7 +11724,7 @@ Read-only. The identifiers must be unique in the tenant. [Birthday ]: The birthday of the user. 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 Returned only on $select. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. Only one number can be set for this property. Read-only for users synced from on-premises directory. @@ -11927,6 +12334,49 @@ This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. Read only. + [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. +Nullable. + [Attachments ]: References to attached objects like files, tabs, meetings etc. + [Body ]: itemBody + [ChannelIdentity ]: channelIdentity + [ChatId ]: If the message was sent in a chat, represents the identity of the chat. + [CreatedDateTime ]: Timestamp of when the chat message was created. + [DeletedDateTime ]: Read only. +Timestamp at which the chat message was deleted, or null if not deleted. + [Etag ]: Read-only. +Version number of the chat message. + [EventDetail ]: eventMessageDetail + [From ]: chatMessageFromIdentitySet + [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. + [Importance ]: chatMessageImportance + [LastEditedDateTime ]: Read only. +Timestamp when edits to the chat message were made. +Triggers an 'Edited' flag in the Teams UI. +If no edits are made the value is null. + [LastModifiedDateTime ]: Read only. +Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. + [Locale ]: Locale of the chat message set by the client. +Always set to en-us. + [Mentions ]: List of entities mentioned in the chat message. +Supported entities are: user, bot, team, channel, chat, and tag. + [MessageHistory ]: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. + [MessageType ]: chatMessageType + [OnBehalfOf ]: chatMessageFromIdentitySet + [PolicyViolation ]: chatMessagePolicyViolation + [Reactions ]: Reactions for this chat message (for example, Like). + [Replies ]: Replies for a specified message. +Supports $expand for channel messages. + [ReplyToId ]: Read-only. +ID of the parent chat message or root chat message of the thread. +(Only applies to chat messages in channels, not chats.) + [Subject ]: The subject of the chat message, in plaintext. + [Summary ]: Summary text of the chat message that could be used for push notifications and summary views or fall back views. +Only applies to channel chat messages, not chat messages in a chat. + [WebUrl ]: Read-only. +Link to the message in Microsoft Teams. + [Id ]: The unique identifier for an entity. +Read-only. + [Recipient ]: identity [TenantId ]: The identifier of the tenant in which the chat was created. Read-only. [Topic ]: (Optional) Subject or topic for the chat. @@ -11962,21 +12412,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -12095,7 +12602,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 @@ -12120,6 +12629,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. @@ -12327,10 +12869,11 @@ 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. + [ContentCategory ]: contentCategory [CorrelationId ]: An identifier used to group multiple related content entries (for example, different parts of the same file upload, messages in a conversation). [CreatedDateTime ]: Required. Timestamp indicating when the original content was created (for example, file creation time, message sent time). @@ -12615,6 +13158,7 @@ To proactively opt in to the new behavior ahead of time, use the contentStream p Nullable. [File ]: file [(Any) ]: This indicates any property can be added to this object. + [ArchiveStatus ]: fileArchiveStatus [Hashes ]: hashes [(Any) ]: This indicates any property can be added to this object. [Crc32Hash ]: The CRC32 value of the file (if available). @@ -12625,6 +13169,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. @@ -12725,6 +13282,17 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(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. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity. @@ -13734,6 +14302,8 @@ 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 total count of items in the list. +Read-only. [Items ]: All items contained in the list. [List ]: listInfo [(Any) ]: This indicates any property can be added to this object. @@ -13830,6 +14400,24 @@ Required. [LearningProviderId ]: The registration ID of the provider. Required. [Status ]: courseStatus + [Storyline ]: User's storyline singleton container. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Followers ]: The users who are following this user. + [Id ]: The unique identifier for an entity. +Read-only. + [Follower ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Followings ]: The users that this user is following. + [Id ]: The unique identifier for an entity. +Read-only. + [Following ]: The Viva Engage identities. [EmployeeHireDate ]: The date and time when the user was hired or will start work if there is a future hire. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. @@ -13844,10 +14432,10 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. @@ -13873,7 +14461,7 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. 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. - Returned only on $select. + Requires $select to retrieve. Note: This property is specific to SharePoint Online. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. @@ -13896,6 +14484,27 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityGovernance ]: identityGovernanceUserSettings + [(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 ]: 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 + [(Any) ]: This indicates any property can be added to this object. + [Duration ]: The requestor's desired duration of access represented in ISO 8601 format for durations. +For example, PT3H refers to three hours. + If specified in a request, endDateTime shouldn't be present and the type property should be set to afterDuration. + [EndDateTime ]: Timestamp of 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. + [Type ]: expirationPatternType + [Recurrence ]: patternedRecurrence + [StartDateTime ]: 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. +In PIM, when the eligible or active assignment becomes active. [IdentityParentId ]: The object ID of the parent identity for agent users. Always null for regular user accounts. For agentUser resources, this property references the object ID of the associated agent identity. @@ -14064,7 +14673,7 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for users to describe their interests. -Returned only on $select. +Requires $select to retrieve. [InvitedBy ]: directoryObject [IsLicenseReconciliationNeeded ]: Indicates whether the user is pending an exchange mailbox license assignment. Read-only. @@ -14073,7 +14682,8 @@ Returned only on $select. 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). @@ -14087,24 +14697,24 @@ If this list is non-empty, then only users or groups listed here can post. [AccessType ]: groupAccessType [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are auto-subscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -14114,6 +14724,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -14272,11 +14883,11 @@ You can use it as a $filter argument to get groups that have members with licens Supports $filter (eq). [HideFromAddressLists ]: true if the group isn't displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: true if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [InfoCatalogs ]: Identifies the info segments assigned to the group. Returned by default. @@ -14300,7 +14911,7 @@ Read-only. To manage a group 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. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -14350,6 +14961,7 @@ Read-only. [OnPremisesDomainName ]: Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only. + [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [OnPremisesLastSyncDateTime ]: Indicates the last time at which the group was synced with the on-premises directory.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. Returned by default. @@ -14670,10 +15282,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -14682,9 +15296,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. @@ -14848,7 +15491,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). @@ -14896,6 +15539,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 @@ -15293,12 +15937,12 @@ Immutable. Read-only. [UnseenConversationsCount ]: Count of conversations delivered one or more new posts since the signed-in user's last visit to the group. This property is the same as unseenCount. -Returned only on $select. +Requires $select to retrieve. [UnseenCount ]: Count of conversations that have received new posts since the signed-in user last visited the group. -This property is the same as unseenConversationsCount.Returned only on $select. +This property is the same as unseenConversationsCount.Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [UnseenMessagesCount ]: Count of new posts that have been delivered to the group's conversations since the signed-in user's last visit to the group. -Returned only on $select. +Requires $select to retrieve. [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. @@ -15309,7 +15953,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Requires $select to retrieve. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -15326,16 +15973,16 @@ Nullable. 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. Read-only. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. It also indicates licenses that are directly assigned and the ones the user inherited through group memberships. Read-only. -Returned only on $select. +Requires $select to retrieve. [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. Read-Only. @@ -15461,7 +16108,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -16010,6 +16657,8 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -16103,7 +16752,7 @@ Read-only. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Notifications ]: [Id ]: The unique identifier for an entity. Read-only. @@ -16198,6 +16847,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. @@ -16246,6 +16899,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. @@ -16500,7 +17158,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for users to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [PendingAccessReviewInstances ]: Navigation property to get a list of access reviews pending approval by the reviewer. [Id ]: The unique identifier for an entity. Read-only. @@ -16520,14 +17178,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. @@ -16860,7 +17510,7 @@ Example: 'en-US', or 'es-ES'. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -17316,15 +17966,14 @@ Read-only. [WebUrl ]: Link to the institution or department homepage. [Program ]: educationalActivityDetail [(Any) ]: This indicates any property can be added to this object. - [Abbreviation ]: Shortened name of the degree or program (example: PhD, MBA) + [Abbreviation ]: Shortened name of the degree or program, for example, PhD and MBA. [Activities ]: Extracurricular activities undertaken alongside the program. [Awards ]: Any awards or honors associated with the program. [Description ]: Short description of the program provided by the user. [DisplayName ]: Long-form name of the program that the user provided. - [FieldsOfStudy ]: Majors and minors associated with the program. -(if applicable) - [Grade ]: The final grade, class, GPA, or score. - [Notes ]: More notes the user provided. + [FieldsOfStudy ]: Majors and minors associated with the program, if applicable. + [Grade ]: The final grade, class, grade point average (GPA), or score. + [Notes ]: More notes provided by the user. [WebUrl ]: Link to the degree or program page. [StartMonthYear ]: The month and year the user commenced the activity referenced. [Emails ]: Represents detailed information about email addresses associated with the user. @@ -17627,9 +18276,9 @@ Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they have attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: The scoped-role administrative unit memberships for this user. Read-only. Nullable. @@ -17693,7 +18342,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. @@ -17843,7 +18492,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Use revokeSignInSessions to reset. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -17890,6 +18539,48 @@ The language component follows two-letter codes as defined in ISO 639-1, and the For users with multigeo licenses, the property contains the user's region (if available). For users without multigeo licenses, the property contains the organization's region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China. + [Sections ]: The sections in the user's chat list. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the section was created. +Read-only. +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. + [DisplayIcon ]: sectionDisplayIcon + [(Any) ]: This indicates any property can be added to this object. + [ContentUrl ]: The URL to a custom icon image. +Applicable when iconType is custom. + [DisplayName ]: The human-readable name of the icon. + [IconType ]: The type of icon. +Use an emoji character such as 👍 for an emoji icon, or custom for a custom image icon. + [SkinTone ]: sectionIconSkinTone + [DisplayName ]: The display name of the section. +Required. +Maximum length is 50 characters. +Display names are case-sensitive and must be unique within a user's sections. +The following names are reserved for system-defined sections and can't be used when creating a user-defined section: RecentChats, QuickViews, TeamsAndChannels, MutedChats, MeetingChats, EngageCommunities. + [IsExpanded ]: Indicates whether the section is expanded in the user interface. +The default value is true. + [IsHierarchicalViewEnabled ]: Indicates whether the hierarchical view is enabled for the section. +Read-only. + [Items ]: The items (chats, channels, meetings, or communities) organized within the section. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the item was added to the section. +Read-only. +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. + [ItemType ]: sectionItemType + [LastModifiedDateTime ]: Date and time when the item was last modified. +Read-only. +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. + [LastModifiedDateTime ]: Date and time when the section was last modified. +Read-only. +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. + [SectionType ]: sectionType + [SortType ]: sectionSortType [Todo ]: todo [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -17902,6 +18593,12 @@ Read-only. Nullable. [IsOwner ]: True if the user is owner of the given task list. [IsShared ]: True if the task list is shared with other users + [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the task list. +Read-only. +Nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Value ]: The value of the property. [Tasks ]: The tasks in this task list. Read-only. Nullable. @@ -17965,9 +18662,6 @@ Read-only. [Recurrence ]: patternedRecurrence [ReminderDateTime ]: dateTimeTimeZone [SingleValueExtendedProperties ]: A collection of custom fields linked to the task. - [Id ]: The unique identifier for an entity. -Read-only. - [Value ]: The value of the property. [StartDateTime ]: dateTimeTimeZone [Status ]: taskStatus [Title ]: A brief description of the task. @@ -18019,6 +18713,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. @@ -18056,6 +18752,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. @@ -18078,6 +18775,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 ]: @@ -18131,6 +18829,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. @@ -18140,8 +18840,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. @@ -18394,7 +19092,9 @@ Read-write. [(Any) ]: This indicates any property can be added to this object. [ArchiveStatus ]: siteArchiveStatus [ArchivedBy ]: identitySet - [ArchivedDateTime ]: + [ArchivedDateTime ]: Time when the container was archived. +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. [DataLocationCode ]: The geographic region code for where this site collection resides. Only present for multi-geo tenants. Read-only. @@ -18444,7 +19144,7 @@ Always null when the object hasn't been deleted. [AccessType ]: groupAccessType [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. @@ -18476,13 +19176,13 @@ Maximum length is 256 characters. Required on create. Supports $filter (eq only). [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. @@ -18492,7 +19192,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are auto-subscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. @@ -18775,16 +19475,59 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. [UsageRights ]: [Id ]: The unique identifier for an entity. Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. @@ -18918,7 +19661,7 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for users to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). @@ -19198,22 +19941,23 @@ Read-only. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -19243,12 +19987,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -19331,7 +20132,7 @@ Optional. [IncludeBasicClaimSet ]: Determines whether the basic claim set is included in tokens affected by this policy. If set to true, all claims in the basic claim set are emitted in tokens affected by the policy. By default the basic claim set isn't in the tokens unless they're explicitly configured in this policy. - [CreatedByAppId ]: The appId (called Application (client) ID on the Microsoft Entra admin center) of the application used to create the service principal. + [CreatedByAppId ]: The appId of the application that created this service principal. Set internally by Microsoft Entra ID. Read-only. [CreatedObjects ]: Directory objects created by this service principal. @@ -19463,7 +20264,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -19622,13 +20423,13 @@ May not begin with .. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [ApprovedClientApps ]: + [ApprovedClientApps ]: The collection of approved client apps that are associated with the RDS configuration. +Supports $expand. [Id ]: The unique identifier for an entity. Read-only. - [DisplayName ]: + [DisplayName ]: Display name for the client application. [IsRemoteDesktopProtocolEnabled ]: Determines if Microsoft Entra ID RDS authentication protocol for RDP is enabled. [TargetDeviceGroups ]: The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. -
]: The unique identifier for an entity. Read-only. [DisplayName ]: Display name for the target device group. @@ -19987,7 +20788,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. - [ExternalAuthenticationMethods ]: Represents the external methods registered to a user for authentication. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. Optional. @@ -20003,7 +20804,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. - [DisplayName ]: Custom name given to the registered external authentication method. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. @@ -20254,7 +21055,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -20507,7 +21308,7 @@ Read-only. The identifiers must be unique in the tenant. [Birthday ]: The birthday of the user. 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 Returned only on $select. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. Only one number can be set for this property. Read-only for users synced from on-premises directory. @@ -20846,6 +21647,49 @@ This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. Read only. + [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. +Nullable. + [Attachments ]: References to attached objects like files, tabs, meetings etc. + [Body ]: itemBody + [ChannelIdentity ]: channelIdentity + [ChatId ]: If the message was sent in a chat, represents the identity of the chat. + [CreatedDateTime ]: Timestamp of when the chat message was created. + [DeletedDateTime ]: Read only. +Timestamp at which the chat message was deleted, or null if not deleted. + [Etag ]: Read-only. +Version number of the chat message. + [EventDetail ]: eventMessageDetail + [From ]: chatMessageFromIdentitySet + [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. + [Importance ]: chatMessageImportance + [LastEditedDateTime ]: Read only. +Timestamp when edits to the chat message were made. +Triggers an 'Edited' flag in the Teams UI. +If no edits are made the value is null. + [LastModifiedDateTime ]: Read only. +Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. + [Locale ]: Locale of the chat message set by the client. +Always set to en-us. + [Mentions ]: List of entities mentioned in the chat message. +Supported entities are: user, bot, team, channel, chat, and tag. + [MessageHistory ]: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. + [MessageType ]: chatMessageType + [OnBehalfOf ]: chatMessageFromIdentitySet + [PolicyViolation ]: chatMessagePolicyViolation + [Reactions ]: Reactions for this chat message (for example, Like). + [Replies ]: Replies for a specified message. +Supports $expand for channel messages. + [ReplyToId ]: Read-only. +ID of the parent chat message or root chat message of the thread. +(Only applies to chat messages in channels, not chats.) + [Subject ]: The subject of the chat message, in plaintext. + [Summary ]: Summary text of the chat message that could be used for push notifications and summary views or fall back views. +Only applies to channel chat messages, not chat messages in a chat. + [WebUrl ]: Read-only. +Link to the message in Microsoft Teams. + [Id ]: The unique identifier for an entity. +Read-only. + [Recipient ]: identity [TenantId ]: The identifier of the tenant in which the chat was created. Read-only. [Topic ]: (Optional) Subject or topic for the chat. @@ -20881,7 +21725,22 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [AssignmentErrors ]: + [Id ]: The unique identifier for an entity. +Read-only. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [Assignments ]: [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -21000,7 +21859,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 @@ -21025,6 +21886,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. @@ -21232,10 +22126,11 @@ 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. + [ContentCategory ]: contentCategory [CorrelationId ]: An identifier used to group multiple related content entries (for example, different parts of the same file upload, messages in a conversation). [CreatedDateTime ]: Required. Timestamp indicating when the original content was created (for example, file creation time, message sent time). @@ -21363,6 +22258,24 @@ Required. [LearningProviderId ]: The registration ID of the provider. Required. [Status ]: courseStatus + [Storyline ]: User's storyline singleton container. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Followers ]: The users who are following this user. + [Id ]: The unique identifier for an entity. +Read-only. + [Follower ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Followings ]: The users that this user is following. + [Id ]: The unique identifier for an entity. +Read-only. + [Following ]: The Viva Engage identities. [EmployeeHireDate ]: The date and time when the user was hired or will start work if there is a future hire. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. @@ -21377,10 +22290,10 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. @@ -21600,6 +22513,17 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(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. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity. @@ -21697,6 +22621,7 @@ To proactively opt in to the new behavior ahead of time, use the contentStream p Nullable. [File ]: file [(Any) ]: This indicates any property can be added to this object. + [ArchiveStatus ]: fileArchiveStatus [Hashes ]: hashes [(Any) ]: This indicates any property can be added to this object. [Crc32Hash ]: The CRC32 value of the file (if available). @@ -21707,6 +22632,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. @@ -22815,6 +23753,8 @@ Read-only. [ContentTypes ]: The collection of content types present in this list. [DisplayName ]: The displayable title of the list. [Drive ]: drive + [ItemCount ]: The total count of items in the list. +Read-only. [Items ]: All items contained in the list. [List ]: listInfo [(Any) ]: This indicates any property can be added to this object. @@ -23168,7 +24108,9 @@ Read-write. [(Any) ]: This indicates any property can be added to this object. [ArchiveStatus ]: siteArchiveStatus [ArchivedBy ]: identitySet - [ArchivedDateTime ]: + [ArchivedDateTime ]: Time when the container was archived. +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. [DataLocationCode ]: The geographic region code for where this site collection resides. Only present for multi-geo tenants. Read-only. @@ -23191,7 +24133,7 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. 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. - Returned only on $select. + Requires $select to retrieve. Note: This property is specific to SharePoint Online. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. @@ -23214,6 +24156,27 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityGovernance ]: identityGovernanceUserSettings + [(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 ]: 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 + [(Any) ]: This indicates any property can be added to this object. + [Duration ]: The requestor's desired duration of access represented in ISO 8601 format for durations. +For example, PT3H refers to three hours. + If specified in a request, endDateTime shouldn't be present and the type property should be set to afterDuration. + [EndDateTime ]: Timestamp of 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. + [Type ]: expirationPatternType + [Recurrence ]: patternedRecurrence + [StartDateTime ]: 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. +In PIM, when the eligible or active assignment becomes active. [IdentityParentId ]: The object ID of the parent identity for agent users. Always null for regular user accounts. For agentUser resources, this property references the object ID of the associated agent identity. @@ -23310,7 +24273,7 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for users to describe their interests. -Returned only on $select. +Requires $select to retrieve. [InvitedBy ]: directoryObject [IsLicenseReconciliationNeeded ]: Indicates whether the user is pending an exchange mailbox license assignment. Read-only. @@ -23319,7 +24282,8 @@ Returned only on $select. 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). @@ -23349,6 +24313,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 @@ -23492,10 +24457,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -23504,9 +24471,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. @@ -24003,16 +24999,16 @@ This URL should be treated as an opaque blob, and not parsed. 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. Read-only. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. It also indicates licenses that are directly assigned and the ones the user inherited through group memberships. Read-only. -Returned only on $select. +Requires $select to retrieve. [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. Read-Only. @@ -24138,7 +25134,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -24687,6 +25683,8 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -24780,7 +25778,7 @@ Read-only. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Notifications ]: [Id ]: The unique identifier for an entity. Read-only. @@ -24888,6 +25886,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. @@ -24936,6 +25938,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. @@ -25190,7 +26197,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for users to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [PendingAccessReviewInstances ]: Navigation property to get a list of access reviews pending approval by the reviewer. [Id ]: The unique identifier for an entity. Read-only. @@ -25210,14 +26217,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. @@ -25550,7 +26549,7 @@ Example: 'en-US', or 'es-ES'. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -26006,15 +27005,14 @@ Read-only. [WebUrl ]: Link to the institution or department homepage. [Program ]: educationalActivityDetail [(Any) ]: This indicates any property can be added to this object. - [Abbreviation ]: Shortened name of the degree or program (example: PhD, MBA) + [Abbreviation ]: Shortened name of the degree or program, for example, PhD and MBA. [Activities ]: Extracurricular activities undertaken alongside the program. [Awards ]: Any awards or honors associated with the program. [Description ]: Short description of the program provided by the user. [DisplayName ]: Long-form name of the program that the user provided. - [FieldsOfStudy ]: Majors and minors associated with the program. -(if applicable) - [Grade ]: The final grade, class, GPA, or score. - [Notes ]: More notes the user provided. + [FieldsOfStudy ]: Majors and minors associated with the program, if applicable. + [Grade ]: The final grade, class, grade point average (GPA), or score. + [Notes ]: More notes provided by the user. [WebUrl ]: Link to the degree or program page. [StartMonthYear ]: The month and year the user commenced the activity referenced. [Emails ]: Represents detailed information about email addresses associated with the user. @@ -26317,9 +27315,9 @@ Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they have attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: The scoped-role administrative unit memberships for this user. Read-only. Nullable. @@ -26386,7 +27384,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. @@ -26536,7 +27534,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Use revokeSignInSessions to reset. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -26583,6 +27581,48 @@ The language component follows two-letter codes as defined in ISO 639-1, and the For users with multigeo licenses, the property contains the user's region (if available). For users without multigeo licenses, the property contains the organization's region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China. + [Sections ]: The sections in the user's chat list. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the section was created. +Read-only. +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. + [DisplayIcon ]: sectionDisplayIcon + [(Any) ]: This indicates any property can be added to this object. + [ContentUrl ]: The URL to a custom icon image. +Applicable when iconType is custom. + [DisplayName ]: The human-readable name of the icon. + [IconType ]: The type of icon. +Use an emoji character such as 👍 for an emoji icon, or custom for a custom image icon. + [SkinTone ]: sectionIconSkinTone + [DisplayName ]: The display name of the section. +Required. +Maximum length is 50 characters. +Display names are case-sensitive and must be unique within a user's sections. +The following names are reserved for system-defined sections and can't be used when creating a user-defined section: RecentChats, QuickViews, TeamsAndChannels, MutedChats, MeetingChats, EngageCommunities. + [IsExpanded ]: Indicates whether the section is expanded in the user interface. +The default value is true. + [IsHierarchicalViewEnabled ]: Indicates whether the hierarchical view is enabled for the section. +Read-only. + [Items ]: The items (chats, channels, meetings, or communities) organized within the section. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the item was added to the section. +Read-only. +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. + [ItemType ]: sectionItemType + [LastModifiedDateTime ]: Date and time when the item was last modified. +Read-only. +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. + [LastModifiedDateTime ]: Date and time when the section was last modified. +Read-only. +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. + [SectionType ]: sectionType + [SortType ]: sectionSortType [Todo ]: todo [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -26595,6 +27635,12 @@ Read-only. Nullable. [IsOwner ]: True if the user is owner of the given task list. [IsShared ]: True if the task list is shared with other users + [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the task list. +Read-only. +Nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Value ]: The value of the property. [Tasks ]: The tasks in this task list. Read-only. Nullable. @@ -26658,9 +27704,6 @@ Read-only. [Recurrence ]: patternedRecurrence [ReminderDateTime ]: dateTimeTimeZone [SingleValueExtendedProperties ]: A collection of custom fields linked to the task. - [Id ]: The unique identifier for an entity. -Read-only. - [Value ]: The value of the property. [StartDateTime ]: dateTimeTimeZone [Status ]: taskStatus [Title ]: A brief description of the task. @@ -26712,6 +27755,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. @@ -26749,6 +27794,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. @@ -26771,6 +27817,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 ]: @@ -26824,6 +27871,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. @@ -26833,8 +27882,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. @@ -26936,11 +27983,11 @@ You can use it as a $filter argument to get groups that have members with licens Supports $filter (eq). [HideFromAddressLists ]: true if the group isn't displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: true if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [InfoCatalogs ]: Identifies the info segments assigned to the group. Returned by default. @@ -26964,7 +28011,7 @@ Read-only. To manage a group 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. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -27014,6 +28061,7 @@ Read-only. [OnPremisesDomainName ]: Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only. + [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [OnPremisesLastSyncDateTime ]: Indicates the last time at which the group was synced with the on-premises directory.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. Returned by default. @@ -27095,7 +28143,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). @@ -27131,12 +28179,12 @@ Immutable. Read-only. [UnseenConversationsCount ]: Count of conversations delivered one or more new posts since the signed-in user's last visit to the group. This property is the same as unseenCount. -Returned only on $select. +Requires $select to retrieve. [UnseenCount ]: Count of conversations that have received new posts since the signed-in user last visited the group. -This property is the same as unseenConversationsCount.Returned only on $select. +This property is the same as unseenConversationsCount.Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [UnseenMessagesCount ]: Count of new posts that have been delivered to the group's conversations since the signed-in user's last visit to the group. -Returned only on $select. +Requires $select to retrieve. [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. @@ -27147,7 +28195,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Requires $select to retrieve. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/New-MgBetaComplianceEdiscoveryCaseCustodianSiteSource.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/New-MgBetaComplianceEdiscoveryCaseCustodianSiteSource.md index 4cc2472b90196..385b8500098dc 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/New-MgBetaComplianceEdiscoveryCaseCustodianSiteSource.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/New-MgBetaComplianceEdiscoveryCaseCustodianSiteSource.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.compliance/new-mgbetacomplianceediscoverycasecustodiansitesource Locale: en-US Module Name: Microsoft.Graph.Beta.Compliance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaComplianceEdiscoveryCaseCustodianSiteSource --- @@ -26,7 +26,7 @@ New-MgBetaComplianceEdiscoveryCaseCustodianSiteSource -CaseId -Custodia [-HoldStatus ] [-Id ] [-Site ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -36,7 +36,7 @@ New-MgBetaComplianceEdiscoveryCaseCustodianSiteSource -CaseId -Custodia -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -48,7 +48,7 @@ New-MgBetaComplianceEdiscoveryCaseCustodianSiteSource -InputObject ] [-Id ] [-Site ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -58,7 +58,7 @@ New-MgBetaComplianceEdiscoveryCaseCustodianSiteSource -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -676,7 +676,7 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for users to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). @@ -960,22 +960,23 @@ Always null when the object hasn't been deleted. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -1005,12 +1006,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -1120,7 +1178,7 @@ Optional. [IncludeBasicClaimSet ]: Determines whether the basic claim set is included in tokens affected by this policy. If set to true, all claims in the basic claim set are emitted in tokens affected by the policy. By default the basic claim set isn't in the tokens unless they're explicitly configured in this policy. - [CreatedByAppId ]: The appId (called Application (client) ID on the Microsoft Entra admin center) of the application used to create the service principal. + [CreatedByAppId ]: The appId of the application that created this service principal. Set internally by Microsoft Entra ID. Read-only. [CreatedObjects ]: Directory objects created by this service principal. @@ -1252,7 +1310,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -1411,13 +1469,13 @@ May not begin with .. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [ApprovedClientApps ]: + [ApprovedClientApps ]: The collection of approved client apps that are associated with the RDS configuration. +Supports $expand. [Id ]: The unique identifier for an entity. Read-only. - [DisplayName ]: + [DisplayName ]: Display name for the client application. [IsRemoteDesktopProtocolEnabled ]: Determines if Microsoft Entra ID RDS authentication protocol for RDP is enabled. [TargetDeviceGroups ]: The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. -
]: The unique identifier for an entity. Read-only. [DisplayName ]: Display name for the target device group. @@ -1780,7 +1838,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. - [ExternalAuthenticationMethods ]: Represents the external methods registered to a user for authentication. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. Optional. @@ -1796,7 +1854,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. - [DisplayName ]: Custom name given to the registered external authentication method. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. @@ -2049,7 +2107,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -2302,7 +2360,7 @@ Read-only. The identifiers must be unique in the tenant. [Birthday ]: The birthday of the user. 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 Returned only on $select. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. Only one number can be set for this property. Read-only for users synced from on-premises directory. @@ -2912,6 +2970,49 @@ This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. Read only. + [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. +Nullable. + [Attachments ]: References to attached objects like files, tabs, meetings etc. + [Body ]: itemBody + [ChannelIdentity ]: channelIdentity + [ChatId ]: If the message was sent in a chat, represents the identity of the chat. + [CreatedDateTime ]: Timestamp of when the chat message was created. + [DeletedDateTime ]: Read only. +Timestamp at which the chat message was deleted, or null if not deleted. + [Etag ]: Read-only. +Version number of the chat message. + [EventDetail ]: eventMessageDetail + [From ]: chatMessageFromIdentitySet + [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. + [Importance ]: chatMessageImportance + [LastEditedDateTime ]: Read only. +Timestamp when edits to the chat message were made. +Triggers an 'Edited' flag in the Teams UI. +If no edits are made the value is null. + [LastModifiedDateTime ]: Read only. +Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. + [Locale ]: Locale of the chat message set by the client. +Always set to en-us. + [Mentions ]: List of entities mentioned in the chat message. +Supported entities are: user, bot, team, channel, chat, and tag. + [MessageHistory ]: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. + [MessageType ]: chatMessageType + [OnBehalfOf ]: chatMessageFromIdentitySet + [PolicyViolation ]: chatMessagePolicyViolation + [Reactions ]: Reactions for this chat message (for example, Like). + [Replies ]: Replies for a specified message. +Supports $expand for channel messages. + [ReplyToId ]: Read-only. +ID of the parent chat message or root chat message of the thread. +(Only applies to chat messages in channels, not chats.) + [Subject ]: The subject of the chat message, in plaintext. + [Summary ]: Summary text of the chat message that could be used for push notifications and summary views or fall back views. +Only applies to channel chat messages, not chat messages in a chat. + [WebUrl ]: Read-only. +Link to the message in Microsoft Teams. + [Id ]: The unique identifier for an entity. +Read-only. + [Recipient ]: identity [TenantId ]: The identifier of the tenant in which the chat was created. Read-only. [Topic ]: (Optional) Subject or topic for the chat. @@ -2947,21 +3048,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -3080,7 +3238,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 @@ -3105,6 +3265,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. @@ -3312,10 +3505,11 @@ 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. + [ContentCategory ]: contentCategory [CorrelationId ]: An identifier used to group multiple related content entries (for example, different parts of the same file upload, messages in a conversation). [CreatedDateTime ]: Required. Timestamp indicating when the original content was created (for example, file creation time, message sent time). @@ -3600,6 +3794,7 @@ To proactively opt in to the new behavior ahead of time, use the contentStream p Nullable. [File ]: file [(Any) ]: This indicates any property can be added to this object. + [ArchiveStatus ]: fileArchiveStatus [Hashes ]: hashes [(Any) ]: This indicates any property can be added to this object. [Crc32Hash ]: The CRC32 value of the file (if available). @@ -3610,6 +3805,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. @@ -3710,6 +3918,17 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(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. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity. @@ -4719,6 +4938,8 @@ 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 total count of items in the list. +Read-only. [Items ]: All items contained in the list. [List ]: listInfo [(Any) ]: This indicates any property can be added to this object. @@ -4815,6 +5036,24 @@ Required. [LearningProviderId ]: The registration ID of the provider. Required. [Status ]: courseStatus + [Storyline ]: User's storyline singleton container. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Followers ]: The users who are following this user. + [Id ]: The unique identifier for an entity. +Read-only. + [Follower ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Followings ]: The users that this user is following. + [Id ]: The unique identifier for an entity. +Read-only. + [Following ]: The Viva Engage identities. [EmployeeHireDate ]: The date and time when the user was hired or will start work if there is a future hire. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. @@ -4829,10 +5068,10 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. @@ -4858,7 +5097,7 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. 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. - Returned only on $select. + Requires $select to retrieve. Note: This property is specific to SharePoint Online. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. @@ -4881,6 +5120,27 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityGovernance ]: identityGovernanceUserSettings + [(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 ]: 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 + [(Any) ]: This indicates any property can be added to this object. + [Duration ]: The requestor's desired duration of access represented in ISO 8601 format for durations. +For example, PT3H refers to three hours. + If specified in a request, endDateTime shouldn't be present and the type property should be set to afterDuration. + [EndDateTime ]: Timestamp of 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. + [Type ]: expirationPatternType + [Recurrence ]: patternedRecurrence + [StartDateTime ]: 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. +In PIM, when the eligible or active assignment becomes active. [IdentityParentId ]: The object ID of the parent identity for agent users. Always null for regular user accounts. For agentUser resources, this property references the object ID of the associated agent identity. @@ -5049,7 +5309,7 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for users to describe their interests. -Returned only on $select. +Requires $select to retrieve. [InvitedBy ]: directoryObject [IsLicenseReconciliationNeeded ]: Indicates whether the user is pending an exchange mailbox license assignment. Read-only. @@ -5058,7 +5318,8 @@ Returned only on $select. 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). @@ -5072,24 +5333,24 @@ If this list is non-empty, then only users or groups listed here can post. [AccessType ]: groupAccessType [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are auto-subscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -5099,6 +5360,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -5257,11 +5519,11 @@ You can use it as a $filter argument to get groups that have members with licens Supports $filter (eq). [HideFromAddressLists ]: true if the group isn't displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: true if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [InfoCatalogs ]: Identifies the info segments assigned to the group. Returned by default. @@ -5285,7 +5547,7 @@ Read-only. To manage a group 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. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -5335,6 +5597,7 @@ Read-only. [OnPremisesDomainName ]: Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only. + [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [OnPremisesLastSyncDateTime ]: Indicates the last time at which the group was synced with the on-premises directory.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. Returned by default. @@ -5655,10 +5918,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -5667,9 +5932,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. @@ -5833,7 +6127,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). @@ -5881,6 +6175,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 @@ -6278,12 +6573,12 @@ Immutable. Read-only. [UnseenConversationsCount ]: Count of conversations delivered one or more new posts since the signed-in user's last visit to the group. This property is the same as unseenCount. -Returned only on $select. +Requires $select to retrieve. [UnseenCount ]: Count of conversations that have received new posts since the signed-in user last visited the group. -This property is the same as unseenConversationsCount.Returned only on $select. +This property is the same as unseenConversationsCount.Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [UnseenMessagesCount ]: Count of new posts that have been delivered to the group's conversations since the signed-in user's last visit to the group. -Returned only on $select. +Requires $select to retrieve. [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. @@ -6294,7 +6589,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Requires $select to retrieve. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -6311,16 +6609,16 @@ Nullable. 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. Read-only. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. It also indicates licenses that are directly assigned and the ones the user inherited through group memberships. Read-only. -Returned only on $select. +Requires $select to retrieve. [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. Read-Only. @@ -6446,7 +6744,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -6995,6 +7293,8 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -7088,7 +7388,7 @@ Read-only. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Notifications ]: [Id ]: The unique identifier for an entity. Read-only. @@ -7183,6 +7483,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. @@ -7231,6 +7535,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. @@ -7485,7 +7794,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for users to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [PendingAccessReviewInstances ]: Navigation property to get a list of access reviews pending approval by the reviewer. [Id ]: The unique identifier for an entity. Read-only. @@ -7505,14 +7814,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. @@ -7845,7 +8146,7 @@ Example: 'en-US', or 'es-ES'. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -8301,15 +8602,14 @@ Read-only. [WebUrl ]: Link to the institution or department homepage. [Program ]: educationalActivityDetail [(Any) ]: This indicates any property can be added to this object. - [Abbreviation ]: Shortened name of the degree or program (example: PhD, MBA) + [Abbreviation ]: Shortened name of the degree or program, for example, PhD and MBA. [Activities ]: Extracurricular activities undertaken alongside the program. [Awards ]: Any awards or honors associated with the program. [Description ]: Short description of the program provided by the user. [DisplayName ]: Long-form name of the program that the user provided. - [FieldsOfStudy ]: Majors and minors associated with the program. -(if applicable) - [Grade ]: The final grade, class, GPA, or score. - [Notes ]: More notes the user provided. + [FieldsOfStudy ]: Majors and minors associated with the program, if applicable. + [Grade ]: The final grade, class, grade point average (GPA), or score. + [Notes ]: More notes provided by the user. [WebUrl ]: Link to the degree or program page. [StartMonthYear ]: The month and year the user commenced the activity referenced. [Emails ]: Represents detailed information about email addresses associated with the user. @@ -8612,9 +8912,9 @@ Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they have attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: The scoped-role administrative unit memberships for this user. Read-only. Nullable. @@ -8678,7 +8978,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. @@ -8828,7 +9128,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Use revokeSignInSessions to reset. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -8875,6 +9175,48 @@ The language component follows two-letter codes as defined in ISO 639-1, and the For users with multigeo licenses, the property contains the user's region (if available). For users without multigeo licenses, the property contains the organization's region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China. + [Sections ]: The sections in the user's chat list. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the section was created. +Read-only. +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. + [DisplayIcon ]: sectionDisplayIcon + [(Any) ]: This indicates any property can be added to this object. + [ContentUrl ]: The URL to a custom icon image. +Applicable when iconType is custom. + [DisplayName ]: The human-readable name of the icon. + [IconType ]: The type of icon. +Use an emoji character such as 👍 for an emoji icon, or custom for a custom image icon. + [SkinTone ]: sectionIconSkinTone + [DisplayName ]: The display name of the section. +Required. +Maximum length is 50 characters. +Display names are case-sensitive and must be unique within a user's sections. +The following names are reserved for system-defined sections and can't be used when creating a user-defined section: RecentChats, QuickViews, TeamsAndChannels, MutedChats, MeetingChats, EngageCommunities. + [IsExpanded ]: Indicates whether the section is expanded in the user interface. +The default value is true. + [IsHierarchicalViewEnabled ]: Indicates whether the hierarchical view is enabled for the section. +Read-only. + [Items ]: The items (chats, channels, meetings, or communities) organized within the section. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the item was added to the section. +Read-only. +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. + [ItemType ]: sectionItemType + [LastModifiedDateTime ]: Date and time when the item was last modified. +Read-only. +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. + [LastModifiedDateTime ]: Date and time when the section was last modified. +Read-only. +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. + [SectionType ]: sectionType + [SortType ]: sectionSortType [Todo ]: todo [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -8887,6 +9229,12 @@ Read-only. Nullable. [IsOwner ]: True if the user is owner of the given task list. [IsShared ]: True if the task list is shared with other users + [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the task list. +Read-only. +Nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Value ]: The value of the property. [Tasks ]: The tasks in this task list. Read-only. Nullable. @@ -8950,9 +9298,6 @@ Read-only. [Recurrence ]: patternedRecurrence [ReminderDateTime ]: dateTimeTimeZone [SingleValueExtendedProperties ]: A collection of custom fields linked to the task. - [Id ]: The unique identifier for an entity. -Read-only. - [Value ]: The value of the property. [StartDateTime ]: dateTimeTimeZone [Status ]: taskStatus [Title ]: A brief description of the task. @@ -9004,6 +9349,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. @@ -9041,6 +9388,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. @@ -9063,6 +9411,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 ]: @@ -9116,6 +9465,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. @@ -9125,8 +9476,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. @@ -9379,7 +9728,9 @@ Read-write. [(Any) ]: This indicates any property can be added to this object. [ArchiveStatus ]: siteArchiveStatus [ArchivedBy ]: identitySet - [ArchivedDateTime ]: + [ArchivedDateTime ]: Time when the container was archived. +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. [DataLocationCode ]: The geographic region code for where this site collection resides. Only present for multi-geo tenants. Read-only. @@ -9449,7 +9800,7 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for users to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). @@ -9733,22 +10084,23 @@ Always null when the object hasn't been deleted. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -9778,12 +10130,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -9893,7 +10302,7 @@ Optional. [IncludeBasicClaimSet ]: Determines whether the basic claim set is included in tokens affected by this policy. If set to true, all claims in the basic claim set are emitted in tokens affected by the policy. By default the basic claim set isn't in the tokens unless they're explicitly configured in this policy. - [CreatedByAppId ]: The appId (called Application (client) ID on the Microsoft Entra admin center) of the application used to create the service principal. + [CreatedByAppId ]: The appId of the application that created this service principal. Set internally by Microsoft Entra ID. Read-only. [CreatedObjects ]: Directory objects created by this service principal. @@ -10025,7 +10434,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -10184,13 +10593,13 @@ May not begin with .. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [ApprovedClientApps ]: + [ApprovedClientApps ]: The collection of approved client apps that are associated with the RDS configuration. +Supports $expand. [Id ]: The unique identifier for an entity. Read-only. - [DisplayName ]: + [DisplayName ]: Display name for the client application. [IsRemoteDesktopProtocolEnabled ]: Determines if Microsoft Entra ID RDS authentication protocol for RDP is enabled. [TargetDeviceGroups ]: The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. -
]: The unique identifier for an entity. Read-only. [DisplayName ]: Display name for the target device group. @@ -10553,7 +10962,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. - [ExternalAuthenticationMethods ]: Represents the external methods registered to a user for authentication. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. Optional. @@ -10569,7 +10978,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. - [DisplayName ]: Custom name given to the registered external authentication method. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. @@ -10822,7 +11231,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -11075,7 +11484,7 @@ Read-only. The identifiers must be unique in the tenant. [Birthday ]: The birthday of the user. 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 Returned only on $select. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. Only one number can be set for this property. Read-only for users synced from on-premises directory. @@ -11685,6 +12094,49 @@ This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. Read only. + [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. +Nullable. + [Attachments ]: References to attached objects like files, tabs, meetings etc. + [Body ]: itemBody + [ChannelIdentity ]: channelIdentity + [ChatId ]: If the message was sent in a chat, represents the identity of the chat. + [CreatedDateTime ]: Timestamp of when the chat message was created. + [DeletedDateTime ]: Read only. +Timestamp at which the chat message was deleted, or null if not deleted. + [Etag ]: Read-only. +Version number of the chat message. + [EventDetail ]: eventMessageDetail + [From ]: chatMessageFromIdentitySet + [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. + [Importance ]: chatMessageImportance + [LastEditedDateTime ]: Read only. +Timestamp when edits to the chat message were made. +Triggers an 'Edited' flag in the Teams UI. +If no edits are made the value is null. + [LastModifiedDateTime ]: Read only. +Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. + [Locale ]: Locale of the chat message set by the client. +Always set to en-us. + [Mentions ]: List of entities mentioned in the chat message. +Supported entities are: user, bot, team, channel, chat, and tag. + [MessageHistory ]: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. + [MessageType ]: chatMessageType + [OnBehalfOf ]: chatMessageFromIdentitySet + [PolicyViolation ]: chatMessagePolicyViolation + [Reactions ]: Reactions for this chat message (for example, Like). + [Replies ]: Replies for a specified message. +Supports $expand for channel messages. + [ReplyToId ]: Read-only. +ID of the parent chat message or root chat message of the thread. +(Only applies to chat messages in channels, not chats.) + [Subject ]: The subject of the chat message, in plaintext. + [Summary ]: Summary text of the chat message that could be used for push notifications and summary views or fall back views. +Only applies to channel chat messages, not chat messages in a chat. + [WebUrl ]: Read-only. +Link to the message in Microsoft Teams. + [Id ]: The unique identifier for an entity. +Read-only. + [Recipient ]: identity [TenantId ]: The identifier of the tenant in which the chat was created. Read-only. [Topic ]: (Optional) Subject or topic for the chat. @@ -11720,21 +12172,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -11853,7 +12362,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 @@ -11878,6 +12389,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. @@ -12085,10 +12629,11 @@ 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. + [ContentCategory ]: contentCategory [CorrelationId ]: An identifier used to group multiple related content entries (for example, different parts of the same file upload, messages in a conversation). [CreatedDateTime ]: Required. Timestamp indicating when the original content was created (for example, file creation time, message sent time). @@ -12373,6 +12918,7 @@ To proactively opt in to the new behavior ahead of time, use the contentStream p Nullable. [File ]: file [(Any) ]: This indicates any property can be added to this object. + [ArchiveStatus ]: fileArchiveStatus [Hashes ]: hashes [(Any) ]: This indicates any property can be added to this object. [Crc32Hash ]: The CRC32 value of the file (if available). @@ -12383,6 +12929,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. @@ -12483,6 +13042,17 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(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. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity. @@ -13492,6 +14062,8 @@ 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 total count of items in the list. +Read-only. [Items ]: All items contained in the list. [List ]: listInfo [(Any) ]: This indicates any property can be added to this object. @@ -13588,6 +14160,24 @@ Required. [LearningProviderId ]: The registration ID of the provider. Required. [Status ]: courseStatus + [Storyline ]: User's storyline singleton container. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Followers ]: The users who are following this user. + [Id ]: The unique identifier for an entity. +Read-only. + [Follower ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Followings ]: The users that this user is following. + [Id ]: The unique identifier for an entity. +Read-only. + [Following ]: The Viva Engage identities. [EmployeeHireDate ]: The date and time when the user was hired or will start work if there is a future hire. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. @@ -13602,10 +14192,10 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. @@ -13631,7 +14221,7 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. 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. - Returned only on $select. + Requires $select to retrieve. Note: This property is specific to SharePoint Online. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. @@ -13654,6 +14244,27 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityGovernance ]: identityGovernanceUserSettings + [(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 ]: 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 + [(Any) ]: This indicates any property can be added to this object. + [Duration ]: The requestor's desired duration of access represented in ISO 8601 format for durations. +For example, PT3H refers to three hours. + If specified in a request, endDateTime shouldn't be present and the type property should be set to afterDuration. + [EndDateTime ]: Timestamp of 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. + [Type ]: expirationPatternType + [Recurrence ]: patternedRecurrence + [StartDateTime ]: 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. +In PIM, when the eligible or active assignment becomes active. [IdentityParentId ]: The object ID of the parent identity for agent users. Always null for regular user accounts. For agentUser resources, this property references the object ID of the associated agent identity. @@ -13822,7 +14433,7 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for users to describe their interests. -Returned only on $select. +Requires $select to retrieve. [InvitedBy ]: directoryObject [IsLicenseReconciliationNeeded ]: Indicates whether the user is pending an exchange mailbox license assignment. Read-only. @@ -13831,7 +14442,8 @@ Returned only on $select. 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). @@ -13845,24 +14457,24 @@ If this list is non-empty, then only users or groups listed here can post. [AccessType ]: groupAccessType [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are auto-subscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -13872,6 +14484,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -14030,11 +14643,11 @@ You can use it as a $filter argument to get groups that have members with licens Supports $filter (eq). [HideFromAddressLists ]: true if the group isn't displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: true if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [InfoCatalogs ]: Identifies the info segments assigned to the group. Returned by default. @@ -14058,7 +14671,7 @@ Read-only. To manage a group 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. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -14108,6 +14721,7 @@ Read-only. [OnPremisesDomainName ]: Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only. + [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [OnPremisesLastSyncDateTime ]: Indicates the last time at which the group was synced with the on-premises directory.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. Returned by default. @@ -14428,10 +15042,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -14440,9 +15056,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. @@ -14606,7 +15251,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). @@ -14654,6 +15299,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 @@ -15051,12 +15697,12 @@ Immutable. Read-only. [UnseenConversationsCount ]: Count of conversations delivered one or more new posts since the signed-in user's last visit to the group. This property is the same as unseenCount. -Returned only on $select. +Requires $select to retrieve. [UnseenCount ]: Count of conversations that have received new posts since the signed-in user last visited the group. -This property is the same as unseenConversationsCount.Returned only on $select. +This property is the same as unseenConversationsCount.Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [UnseenMessagesCount ]: Count of new posts that have been delivered to the group's conversations since the signed-in user's last visit to the group. -Returned only on $select. +Requires $select to retrieve. [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. @@ -15067,7 +15713,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Requires $select to retrieve. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -15084,16 +15733,16 @@ Nullable. 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. Read-only. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. It also indicates licenses that are directly assigned and the ones the user inherited through group memberships. Read-only. -Returned only on $select. +Requires $select to retrieve. [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. Read-Only. @@ -15219,7 +15868,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -15768,6 +16417,8 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -15861,7 +16512,7 @@ Read-only. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Notifications ]: [Id ]: The unique identifier for an entity. Read-only. @@ -15956,6 +16607,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. @@ -16004,6 +16659,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. @@ -16258,7 +16918,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for users to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [PendingAccessReviewInstances ]: Navigation property to get a list of access reviews pending approval by the reviewer. [Id ]: The unique identifier for an entity. Read-only. @@ -16278,14 +16938,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. @@ -16618,7 +17270,7 @@ Example: 'en-US', or 'es-ES'. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -17074,15 +17726,14 @@ Read-only. [WebUrl ]: Link to the institution or department homepage. [Program ]: educationalActivityDetail [(Any) ]: This indicates any property can be added to this object. - [Abbreviation ]: Shortened name of the degree or program (example: PhD, MBA) + [Abbreviation ]: Shortened name of the degree or program, for example, PhD and MBA. [Activities ]: Extracurricular activities undertaken alongside the program. [Awards ]: Any awards or honors associated with the program. [Description ]: Short description of the program provided by the user. [DisplayName ]: Long-form name of the program that the user provided. - [FieldsOfStudy ]: Majors and minors associated with the program. -(if applicable) - [Grade ]: The final grade, class, GPA, or score. - [Notes ]: More notes the user provided. + [FieldsOfStudy ]: Majors and minors associated with the program, if applicable. + [Grade ]: The final grade, class, grade point average (GPA), or score. + [Notes ]: More notes provided by the user. [WebUrl ]: Link to the degree or program page. [StartMonthYear ]: The month and year the user commenced the activity referenced. [Emails ]: Represents detailed information about email addresses associated with the user. @@ -17385,9 +18036,9 @@ Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they have attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: The scoped-role administrative unit memberships for this user. Read-only. Nullable. @@ -17451,7 +18102,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. @@ -17601,7 +18252,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Use revokeSignInSessions to reset. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -17648,6 +18299,48 @@ The language component follows two-letter codes as defined in ISO 639-1, and the For users with multigeo licenses, the property contains the user's region (if available). For users without multigeo licenses, the property contains the organization's region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China. + [Sections ]: The sections in the user's chat list. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the section was created. +Read-only. +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. + [DisplayIcon ]: sectionDisplayIcon + [(Any) ]: This indicates any property can be added to this object. + [ContentUrl ]: The URL to a custom icon image. +Applicable when iconType is custom. + [DisplayName ]: The human-readable name of the icon. + [IconType ]: The type of icon. +Use an emoji character such as 👍 for an emoji icon, or custom for a custom image icon. + [SkinTone ]: sectionIconSkinTone + [DisplayName ]: The display name of the section. +Required. +Maximum length is 50 characters. +Display names are case-sensitive and must be unique within a user's sections. +The following names are reserved for system-defined sections and can't be used when creating a user-defined section: RecentChats, QuickViews, TeamsAndChannels, MutedChats, MeetingChats, EngageCommunities. + [IsExpanded ]: Indicates whether the section is expanded in the user interface. +The default value is true. + [IsHierarchicalViewEnabled ]: Indicates whether the hierarchical view is enabled for the section. +Read-only. + [Items ]: The items (chats, channels, meetings, or communities) organized within the section. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the item was added to the section. +Read-only. +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. + [ItemType ]: sectionItemType + [LastModifiedDateTime ]: Date and time when the item was last modified. +Read-only. +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. + [LastModifiedDateTime ]: Date and time when the section was last modified. +Read-only. +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. + [SectionType ]: sectionType + [SortType ]: sectionSortType [Todo ]: todo [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -17660,6 +18353,12 @@ Read-only. Nullable. [IsOwner ]: True if the user is owner of the given task list. [IsShared ]: True if the task list is shared with other users + [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the task list. +Read-only. +Nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Value ]: The value of the property. [Tasks ]: The tasks in this task list. Read-only. Nullable. @@ -17723,9 +18422,6 @@ Read-only. [Recurrence ]: patternedRecurrence [ReminderDateTime ]: dateTimeTimeZone [SingleValueExtendedProperties ]: A collection of custom fields linked to the task. - [Id ]: The unique identifier for an entity. -Read-only. - [Value ]: The value of the property. [StartDateTime ]: dateTimeTimeZone [Status ]: taskStatus [Title ]: A brief description of the task. @@ -17777,6 +18473,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. @@ -17814,6 +18512,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. @@ -17836,6 +18535,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 ]: @@ -17889,6 +18589,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. @@ -17898,8 +18600,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. @@ -18152,7 +18852,9 @@ Read-write. [(Any) ]: This indicates any property can be added to this object. [ArchiveStatus ]: siteArchiveStatus [ArchivedBy ]: identitySet - [ArchivedDateTime ]: + [ArchivedDateTime ]: Time when the container was archived. +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. [DataLocationCode ]: The geographic region code for where this site collection resides. Only present for multi-geo tenants. Read-only. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/New-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSource.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/New-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSource.md index f4d46aa07c019..c7b1798c65aad 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/New-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSource.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/New-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSource.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.compliance/new-mgbetacomplianceediscoverycasecustodianunifiedgroupsource Locale: en-US Module Name: Microsoft.Graph.Beta.Compliance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSource --- @@ -26,7 +26,7 @@ New-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSource -CaseId - [-Group ] [-HoldStatus ] [-Id ] [-IncludedSources ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -36,7 +36,7 @@ New-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSource -CaseId - -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -48,7 +48,7 @@ New-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSource -InputObject ] [-HoldStatus ] [-Id ] [-IncludedSources ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -58,7 +58,7 @@ New-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSource -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -717,7 +717,7 @@ Always null when the object hasn't been deleted. [AccessType ]: groupAccessType [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. @@ -749,13 +749,13 @@ Maximum length is 256 characters. Required on create. Supports $filter (eq only). [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. @@ -765,7 +765,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are auto-subscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. @@ -1048,16 +1048,59 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. [UsageRights ]: [Id ]: The unique identifier for an entity. Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. @@ -1191,7 +1234,7 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for users to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). @@ -1471,22 +1514,23 @@ Read-only. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -1516,12 +1560,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -1604,7 +1705,7 @@ Optional. [IncludeBasicClaimSet ]: Determines whether the basic claim set is included in tokens affected by this policy. If set to true, all claims in the basic claim set are emitted in tokens affected by the policy. By default the basic claim set isn't in the tokens unless they're explicitly configured in this policy. - [CreatedByAppId ]: The appId (called Application (client) ID on the Microsoft Entra admin center) of the application used to create the service principal. + [CreatedByAppId ]: The appId of the application that created this service principal. Set internally by Microsoft Entra ID. Read-only. [CreatedObjects ]: Directory objects created by this service principal. @@ -1736,7 +1837,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -1895,13 +1996,13 @@ May not begin with .. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [ApprovedClientApps ]: + [ApprovedClientApps ]: The collection of approved client apps that are associated with the RDS configuration. +Supports $expand. [Id ]: The unique identifier for an entity. Read-only. - [DisplayName ]: + [DisplayName ]: Display name for the client application. [IsRemoteDesktopProtocolEnabled ]: Determines if Microsoft Entra ID RDS authentication protocol for RDP is enabled. [TargetDeviceGroups ]: The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. -
]: The unique identifier for an entity. Read-only. [DisplayName ]: Display name for the target device group. @@ -2260,7 +2361,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. - [ExternalAuthenticationMethods ]: Represents the external methods registered to a user for authentication. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. Optional. @@ -2276,7 +2377,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. - [DisplayName ]: Custom name given to the registered external authentication method. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. @@ -2527,7 +2628,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -2780,7 +2881,7 @@ Read-only. The identifiers must be unique in the tenant. [Birthday ]: The birthday of the user. 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 Returned only on $select. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. Only one number can be set for this property. Read-only for users synced from on-premises directory. @@ -3119,6 +3220,49 @@ This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. Read only. + [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. +Nullable. + [Attachments ]: References to attached objects like files, tabs, meetings etc. + [Body ]: itemBody + [ChannelIdentity ]: channelIdentity + [ChatId ]: If the message was sent in a chat, represents the identity of the chat. + [CreatedDateTime ]: Timestamp of when the chat message was created. + [DeletedDateTime ]: Read only. +Timestamp at which the chat message was deleted, or null if not deleted. + [Etag ]: Read-only. +Version number of the chat message. + [EventDetail ]: eventMessageDetail + [From ]: chatMessageFromIdentitySet + [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. + [Importance ]: chatMessageImportance + [LastEditedDateTime ]: Read only. +Timestamp when edits to the chat message were made. +Triggers an 'Edited' flag in the Teams UI. +If no edits are made the value is null. + [LastModifiedDateTime ]: Read only. +Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. + [Locale ]: Locale of the chat message set by the client. +Always set to en-us. + [Mentions ]: List of entities mentioned in the chat message. +Supported entities are: user, bot, team, channel, chat, and tag. + [MessageHistory ]: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. + [MessageType ]: chatMessageType + [OnBehalfOf ]: chatMessageFromIdentitySet + [PolicyViolation ]: chatMessagePolicyViolation + [Reactions ]: Reactions for this chat message (for example, Like). + [Replies ]: Replies for a specified message. +Supports $expand for channel messages. + [ReplyToId ]: Read-only. +ID of the parent chat message or root chat message of the thread. +(Only applies to chat messages in channels, not chats.) + [Subject ]: The subject of the chat message, in plaintext. + [Summary ]: Summary text of the chat message that could be used for push notifications and summary views or fall back views. +Only applies to channel chat messages, not chat messages in a chat. + [WebUrl ]: Read-only. +Link to the message in Microsoft Teams. + [Id ]: The unique identifier for an entity. +Read-only. + [Recipient ]: identity [TenantId ]: The identifier of the tenant in which the chat was created. Read-only. [Topic ]: (Optional) Subject or topic for the chat. @@ -3154,7 +3298,22 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [AssignmentErrors ]: + [Id ]: The unique identifier for an entity. +Read-only. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [Assignments ]: [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -3273,7 +3432,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 @@ -3298,6 +3459,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. @@ -3505,10 +3699,11 @@ 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. + [ContentCategory ]: contentCategory [CorrelationId ]: An identifier used to group multiple related content entries (for example, different parts of the same file upload, messages in a conversation). [CreatedDateTime ]: Required. Timestamp indicating when the original content was created (for example, file creation time, message sent time). @@ -3636,6 +3831,24 @@ Required. [LearningProviderId ]: The registration ID of the provider. Required. [Status ]: courseStatus + [Storyline ]: User's storyline singleton container. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Followers ]: The users who are following this user. + [Id ]: The unique identifier for an entity. +Read-only. + [Follower ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Followings ]: The users that this user is following. + [Id ]: The unique identifier for an entity. +Read-only. + [Following ]: The Viva Engage identities. [EmployeeHireDate ]: The date and time when the user was hired or will start work if there is a future hire. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. @@ -3650,10 +3863,10 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. @@ -3873,6 +4086,17 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(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. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity. @@ -3970,6 +4194,7 @@ To proactively opt in to the new behavior ahead of time, use the contentStream p Nullable. [File ]: file [(Any) ]: This indicates any property can be added to this object. + [ArchiveStatus ]: fileArchiveStatus [Hashes ]: hashes [(Any) ]: This indicates any property can be added to this object. [Crc32Hash ]: The CRC32 value of the file (if available). @@ -3980,6 +4205,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. @@ -5088,6 +5326,8 @@ Read-only. [ContentTypes ]: The collection of content types present in this list. [DisplayName ]: The displayable title of the list. [Drive ]: drive + [ItemCount ]: The total count of items in the list. +Read-only. [Items ]: All items contained in the list. [List ]: listInfo [(Any) ]: This indicates any property can be added to this object. @@ -5441,7 +5681,9 @@ Read-write. [(Any) ]: This indicates any property can be added to this object. [ArchiveStatus ]: siteArchiveStatus [ArchivedBy ]: identitySet - [ArchivedDateTime ]: + [ArchivedDateTime ]: Time when the container was archived. +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. [DataLocationCode ]: The geographic region code for where this site collection resides. Only present for multi-geo tenants. Read-only. @@ -5464,7 +5706,7 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. 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. - Returned only on $select. + Requires $select to retrieve. Note: This property is specific to SharePoint Online. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. @@ -5487,6 +5729,27 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityGovernance ]: identityGovernanceUserSettings + [(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 ]: 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 + [(Any) ]: This indicates any property can be added to this object. + [Duration ]: The requestor's desired duration of access represented in ISO 8601 format for durations. +For example, PT3H refers to three hours. + If specified in a request, endDateTime shouldn't be present and the type property should be set to afterDuration. + [EndDateTime ]: Timestamp of 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. + [Type ]: expirationPatternType + [Recurrence ]: patternedRecurrence + [StartDateTime ]: 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. +In PIM, when the eligible or active assignment becomes active. [IdentityParentId ]: The object ID of the parent identity for agent users. Always null for regular user accounts. For agentUser resources, this property references the object ID of the associated agent identity. @@ -5583,7 +5846,7 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for users to describe their interests. -Returned only on $select. +Requires $select to retrieve. [InvitedBy ]: directoryObject [IsLicenseReconciliationNeeded ]: Indicates whether the user is pending an exchange mailbox license assignment. Read-only. @@ -5592,7 +5855,8 @@ Returned only on $select. 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). @@ -5622,6 +5886,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 @@ -5765,10 +6030,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -5777,9 +6044,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. @@ -6276,16 +6572,16 @@ This URL should be treated as an opaque blob, and not parsed. 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. Read-only. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. It also indicates licenses that are directly assigned and the ones the user inherited through group memberships. Read-only. -Returned only on $select. +Requires $select to retrieve. [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. Read-Only. @@ -6411,7 +6707,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -6960,6 +7256,8 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -7053,7 +7351,7 @@ Read-only. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Notifications ]: [Id ]: The unique identifier for an entity. Read-only. @@ -7161,6 +7459,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. @@ -7209,6 +7511,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. @@ -7463,7 +7770,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for users to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [PendingAccessReviewInstances ]: Navigation property to get a list of access reviews pending approval by the reviewer. [Id ]: The unique identifier for an entity. Read-only. @@ -7483,14 +7790,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. @@ -7823,7 +8122,7 @@ Example: 'en-US', or 'es-ES'. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -8279,15 +8578,14 @@ Read-only. [WebUrl ]: Link to the institution or department homepage. [Program ]: educationalActivityDetail [(Any) ]: This indicates any property can be added to this object. - [Abbreviation ]: Shortened name of the degree or program (example: PhD, MBA) + [Abbreviation ]: Shortened name of the degree or program, for example, PhD and MBA. [Activities ]: Extracurricular activities undertaken alongside the program. [Awards ]: Any awards or honors associated with the program. [Description ]: Short description of the program provided by the user. [DisplayName ]: Long-form name of the program that the user provided. - [FieldsOfStudy ]: Majors and minors associated with the program. -(if applicable) - [Grade ]: The final grade, class, GPA, or score. - [Notes ]: More notes the user provided. + [FieldsOfStudy ]: Majors and minors associated with the program, if applicable. + [Grade ]: The final grade, class, grade point average (GPA), or score. + [Notes ]: More notes provided by the user. [WebUrl ]: Link to the degree or program page. [StartMonthYear ]: The month and year the user commenced the activity referenced. [Emails ]: Represents detailed information about email addresses associated with the user. @@ -8590,9 +8888,9 @@ Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they have attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: The scoped-role administrative unit memberships for this user. Read-only. Nullable. @@ -8659,7 +8957,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. @@ -8809,7 +9107,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Use revokeSignInSessions to reset. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -8856,6 +9154,48 @@ The language component follows two-letter codes as defined in ISO 639-1, and the For users with multigeo licenses, the property contains the user's region (if available). For users without multigeo licenses, the property contains the organization's region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China. + [Sections ]: The sections in the user's chat list. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the section was created. +Read-only. +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. + [DisplayIcon ]: sectionDisplayIcon + [(Any) ]: This indicates any property can be added to this object. + [ContentUrl ]: The URL to a custom icon image. +Applicable when iconType is custom. + [DisplayName ]: The human-readable name of the icon. + [IconType ]: The type of icon. +Use an emoji character such as 👍 for an emoji icon, or custom for a custom image icon. + [SkinTone ]: sectionIconSkinTone + [DisplayName ]: The display name of the section. +Required. +Maximum length is 50 characters. +Display names are case-sensitive and must be unique within a user's sections. +The following names are reserved for system-defined sections and can't be used when creating a user-defined section: RecentChats, QuickViews, TeamsAndChannels, MutedChats, MeetingChats, EngageCommunities. + [IsExpanded ]: Indicates whether the section is expanded in the user interface. +The default value is true. + [IsHierarchicalViewEnabled ]: Indicates whether the hierarchical view is enabled for the section. +Read-only. + [Items ]: The items (chats, channels, meetings, or communities) organized within the section. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the item was added to the section. +Read-only. +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. + [ItemType ]: sectionItemType + [LastModifiedDateTime ]: Date and time when the item was last modified. +Read-only. +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. + [LastModifiedDateTime ]: Date and time when the section was last modified. +Read-only. +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. + [SectionType ]: sectionType + [SortType ]: sectionSortType [Todo ]: todo [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -8868,6 +9208,12 @@ Read-only. Nullable. [IsOwner ]: True if the user is owner of the given task list. [IsShared ]: True if the task list is shared with other users + [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the task list. +Read-only. +Nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Value ]: The value of the property. [Tasks ]: The tasks in this task list. Read-only. Nullable. @@ -8931,9 +9277,6 @@ Read-only. [Recurrence ]: patternedRecurrence [ReminderDateTime ]: dateTimeTimeZone [SingleValueExtendedProperties ]: A collection of custom fields linked to the task. - [Id ]: The unique identifier for an entity. -Read-only. - [Value ]: The value of the property. [StartDateTime ]: dateTimeTimeZone [Status ]: taskStatus [Title ]: A brief description of the task. @@ -8985,6 +9328,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. @@ -9022,6 +9367,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. @@ -9044,6 +9390,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 ]: @@ -9097,6 +9444,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. @@ -9106,8 +9455,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. @@ -9209,11 +9556,11 @@ You can use it as a $filter argument to get groups that have members with licens Supports $filter (eq). [HideFromAddressLists ]: true if the group isn't displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: true if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [InfoCatalogs ]: Identifies the info segments assigned to the group. Returned by default. @@ -9237,7 +9584,7 @@ Read-only. To manage a group 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. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -9287,6 +9634,7 @@ Read-only. [OnPremisesDomainName ]: Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only. + [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [OnPremisesLastSyncDateTime ]: Indicates the last time at which the group was synced with the on-premises directory.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. Returned by default. @@ -9368,7 +9716,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). @@ -9404,12 +9752,12 @@ Immutable. Read-only. [UnseenConversationsCount ]: Count of conversations delivered one or more new posts since the signed-in user's last visit to the group. This property is the same as unseenCount. -Returned only on $select. +Requires $select to retrieve. [UnseenCount ]: Count of conversations that have received new posts since the signed-in user last visited the group. -This property is the same as unseenConversationsCount.Returned only on $select. +This property is the same as unseenConversationsCount.Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [UnseenMessagesCount ]: Count of new posts that have been delivered to the group's conversations since the signed-in user's last visit to the group. -Returned only on $select. +Requires $select to retrieve. [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. @@ -9420,7 +9768,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Requires $select to retrieve. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -9459,7 +9810,7 @@ Always null when the object hasn't been deleted. [AccessType ]: groupAccessType [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. @@ -9491,13 +9842,13 @@ Maximum length is 256 characters. Required on create. Supports $filter (eq only). [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. @@ -9507,7 +9858,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are auto-subscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. @@ -9790,16 +10141,59 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. [UsageRights ]: [Id ]: The unique identifier for an entity. Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. @@ -9943,7 +10337,7 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for users to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). @@ -10223,22 +10617,23 @@ Read-only. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -10268,12 +10663,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -10356,7 +10808,7 @@ Optional. [IncludeBasicClaimSet ]: Determines whether the basic claim set is included in tokens affected by this policy. If set to true, all claims in the basic claim set are emitted in tokens affected by the policy. By default the basic claim set isn't in the tokens unless they're explicitly configured in this policy. - [CreatedByAppId ]: The appId (called Application (client) ID on the Microsoft Entra admin center) of the application used to create the service principal. + [CreatedByAppId ]: The appId of the application that created this service principal. Set internally by Microsoft Entra ID. Read-only. [CreatedObjects ]: Directory objects created by this service principal. @@ -10488,7 +10940,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -10647,13 +11099,13 @@ May not begin with .. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [ApprovedClientApps ]: + [ApprovedClientApps ]: The collection of approved client apps that are associated with the RDS configuration. +Supports $expand. [Id ]: The unique identifier for an entity. Read-only. - [DisplayName ]: + [DisplayName ]: Display name for the client application. [IsRemoteDesktopProtocolEnabled ]: Determines if Microsoft Entra ID RDS authentication protocol for RDP is enabled. [TargetDeviceGroups ]: The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. -
]: The unique identifier for an entity. Read-only. [DisplayName ]: Display name for the target device group. @@ -11012,7 +11464,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. - [ExternalAuthenticationMethods ]: Represents the external methods registered to a user for authentication. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. Optional. @@ -11028,7 +11480,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. - [DisplayName ]: Custom name given to the registered external authentication method. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. @@ -11279,7 +11731,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -11532,7 +11984,7 @@ Read-only. The identifiers must be unique in the tenant. [Birthday ]: The birthday of the user. 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 Returned only on $select. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. Only one number can be set for this property. Read-only for users synced from on-premises directory. @@ -11871,6 +12323,49 @@ This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. Read only. + [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. +Nullable. + [Attachments ]: References to attached objects like files, tabs, meetings etc. + [Body ]: itemBody + [ChannelIdentity ]: channelIdentity + [ChatId ]: If the message was sent in a chat, represents the identity of the chat. + [CreatedDateTime ]: Timestamp of when the chat message was created. + [DeletedDateTime ]: Read only. +Timestamp at which the chat message was deleted, or null if not deleted. + [Etag ]: Read-only. +Version number of the chat message. + [EventDetail ]: eventMessageDetail + [From ]: chatMessageFromIdentitySet + [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. + [Importance ]: chatMessageImportance + [LastEditedDateTime ]: Read only. +Timestamp when edits to the chat message were made. +Triggers an 'Edited' flag in the Teams UI. +If no edits are made the value is null. + [LastModifiedDateTime ]: Read only. +Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. + [Locale ]: Locale of the chat message set by the client. +Always set to en-us. + [Mentions ]: List of entities mentioned in the chat message. +Supported entities are: user, bot, team, channel, chat, and tag. + [MessageHistory ]: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. + [MessageType ]: chatMessageType + [OnBehalfOf ]: chatMessageFromIdentitySet + [PolicyViolation ]: chatMessagePolicyViolation + [Reactions ]: Reactions for this chat message (for example, Like). + [Replies ]: Replies for a specified message. +Supports $expand for channel messages. + [ReplyToId ]: Read-only. +ID of the parent chat message or root chat message of the thread. +(Only applies to chat messages in channels, not chats.) + [Subject ]: The subject of the chat message, in plaintext. + [Summary ]: Summary text of the chat message that could be used for push notifications and summary views or fall back views. +Only applies to channel chat messages, not chat messages in a chat. + [WebUrl ]: Read-only. +Link to the message in Microsoft Teams. + [Id ]: The unique identifier for an entity. +Read-only. + [Recipient ]: identity [TenantId ]: The identifier of the tenant in which the chat was created. Read-only. [Topic ]: (Optional) Subject or topic for the chat. @@ -11906,7 +12401,22 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [AssignmentErrors ]: + [Id ]: The unique identifier for an entity. +Read-only. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [Assignments ]: [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -12025,7 +12535,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 @@ -12050,6 +12562,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. @@ -12257,10 +12802,11 @@ 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. + [ContentCategory ]: contentCategory [CorrelationId ]: An identifier used to group multiple related content entries (for example, different parts of the same file upload, messages in a conversation). [CreatedDateTime ]: Required. Timestamp indicating when the original content was created (for example, file creation time, message sent time). @@ -12388,6 +12934,24 @@ Required. [LearningProviderId ]: The registration ID of the provider. Required. [Status ]: courseStatus + [Storyline ]: User's storyline singleton container. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Followers ]: The users who are following this user. + [Id ]: The unique identifier for an entity. +Read-only. + [Follower ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Followings ]: The users that this user is following. + [Id ]: The unique identifier for an entity. +Read-only. + [Following ]: The Viva Engage identities. [EmployeeHireDate ]: The date and time when the user was hired or will start work if there is a future hire. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. @@ -12402,10 +12966,10 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. @@ -12625,6 +13189,17 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(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. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity. @@ -12722,6 +13297,7 @@ To proactively opt in to the new behavior ahead of time, use the contentStream p Nullable. [File ]: file [(Any) ]: This indicates any property can be added to this object. + [ArchiveStatus ]: fileArchiveStatus [Hashes ]: hashes [(Any) ]: This indicates any property can be added to this object. [Crc32Hash ]: The CRC32 value of the file (if available). @@ -12732,6 +13308,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. @@ -13840,6 +14429,8 @@ Read-only. [ContentTypes ]: The collection of content types present in this list. [DisplayName ]: The displayable title of the list. [Drive ]: drive + [ItemCount ]: The total count of items in the list. +Read-only. [Items ]: All items contained in the list. [List ]: listInfo [(Any) ]: This indicates any property can be added to this object. @@ -14193,7 +14784,9 @@ Read-write. [(Any) ]: This indicates any property can be added to this object. [ArchiveStatus ]: siteArchiveStatus [ArchivedBy ]: identitySet - [ArchivedDateTime ]: + [ArchivedDateTime ]: Time when the container was archived. +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. [DataLocationCode ]: The geographic region code for where this site collection resides. Only present for multi-geo tenants. Read-only. @@ -14216,7 +14809,7 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. 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. - Returned only on $select. + Requires $select to retrieve. Note: This property is specific to SharePoint Online. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. @@ -14239,6 +14832,27 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityGovernance ]: identityGovernanceUserSettings + [(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 ]: 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 + [(Any) ]: This indicates any property can be added to this object. + [Duration ]: The requestor's desired duration of access represented in ISO 8601 format for durations. +For example, PT3H refers to three hours. + If specified in a request, endDateTime shouldn't be present and the type property should be set to afterDuration. + [EndDateTime ]: Timestamp of 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. + [Type ]: expirationPatternType + [Recurrence ]: patternedRecurrence + [StartDateTime ]: 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. +In PIM, when the eligible or active assignment becomes active. [IdentityParentId ]: The object ID of the parent identity for agent users. Always null for regular user accounts. For agentUser resources, this property references the object ID of the associated agent identity. @@ -14335,7 +14949,7 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for users to describe their interests. -Returned only on $select. +Requires $select to retrieve. [InvitedBy ]: directoryObject [IsLicenseReconciliationNeeded ]: Indicates whether the user is pending an exchange mailbox license assignment. Read-only. @@ -14344,7 +14958,8 @@ Returned only on $select. 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). @@ -14374,6 +14989,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 @@ -14517,10 +15133,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -14529,9 +15147,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. @@ -15028,16 +15675,16 @@ This URL should be treated as an opaque blob, and not parsed. 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. Read-only. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. It also indicates licenses that are directly assigned and the ones the user inherited through group memberships. Read-only. -Returned only on $select. +Requires $select to retrieve. [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. Read-Only. @@ -15163,7 +15810,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -15712,6 +16359,8 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -15805,7 +16454,7 @@ Read-only. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Notifications ]: [Id ]: The unique identifier for an entity. Read-only. @@ -15913,6 +16562,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. @@ -15961,6 +16614,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. @@ -16215,7 +16873,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for users to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [PendingAccessReviewInstances ]: Navigation property to get a list of access reviews pending approval by the reviewer. [Id ]: The unique identifier for an entity. Read-only. @@ -16235,14 +16893,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. @@ -16575,7 +17225,7 @@ Example: 'en-US', or 'es-ES'. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -17031,15 +17681,14 @@ Read-only. [WebUrl ]: Link to the institution or department homepage. [Program ]: educationalActivityDetail [(Any) ]: This indicates any property can be added to this object. - [Abbreviation ]: Shortened name of the degree or program (example: PhD, MBA) + [Abbreviation ]: Shortened name of the degree or program, for example, PhD and MBA. [Activities ]: Extracurricular activities undertaken alongside the program. [Awards ]: Any awards or honors associated with the program. [Description ]: Short description of the program provided by the user. [DisplayName ]: Long-form name of the program that the user provided. - [FieldsOfStudy ]: Majors and minors associated with the program. -(if applicable) - [Grade ]: The final grade, class, GPA, or score. - [Notes ]: More notes the user provided. + [FieldsOfStudy ]: Majors and minors associated with the program, if applicable. + [Grade ]: The final grade, class, grade point average (GPA), or score. + [Notes ]: More notes provided by the user. [WebUrl ]: Link to the degree or program page. [StartMonthYear ]: The month and year the user commenced the activity referenced. [Emails ]: Represents detailed information about email addresses associated with the user. @@ -17342,9 +17991,9 @@ Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they have attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: The scoped-role administrative unit memberships for this user. Read-only. Nullable. @@ -17411,7 +18060,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. @@ -17561,7 +18210,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Use revokeSignInSessions to reset. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -17608,6 +18257,48 @@ The language component follows two-letter codes as defined in ISO 639-1, and the For users with multigeo licenses, the property contains the user's region (if available). For users without multigeo licenses, the property contains the organization's region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China. + [Sections ]: The sections in the user's chat list. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the section was created. +Read-only. +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. + [DisplayIcon ]: sectionDisplayIcon + [(Any) ]: This indicates any property can be added to this object. + [ContentUrl ]: The URL to a custom icon image. +Applicable when iconType is custom. + [DisplayName ]: The human-readable name of the icon. + [IconType ]: The type of icon. +Use an emoji character such as 👍 for an emoji icon, or custom for a custom image icon. + [SkinTone ]: sectionIconSkinTone + [DisplayName ]: The display name of the section. +Required. +Maximum length is 50 characters. +Display names are case-sensitive and must be unique within a user's sections. +The following names are reserved for system-defined sections and can't be used when creating a user-defined section: RecentChats, QuickViews, TeamsAndChannels, MutedChats, MeetingChats, EngageCommunities. + [IsExpanded ]: Indicates whether the section is expanded in the user interface. +The default value is true. + [IsHierarchicalViewEnabled ]: Indicates whether the hierarchical view is enabled for the section. +Read-only. + [Items ]: The items (chats, channels, meetings, or communities) organized within the section. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the item was added to the section. +Read-only. +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. + [ItemType ]: sectionItemType + [LastModifiedDateTime ]: Date and time when the item was last modified. +Read-only. +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. + [LastModifiedDateTime ]: Date and time when the section was last modified. +Read-only. +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. + [SectionType ]: sectionType + [SortType ]: sectionSortType [Todo ]: todo [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -17620,6 +18311,12 @@ Read-only. Nullable. [IsOwner ]: True if the user is owner of the given task list. [IsShared ]: True if the task list is shared with other users + [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the task list. +Read-only. +Nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Value ]: The value of the property. [Tasks ]: The tasks in this task list. Read-only. Nullable. @@ -17683,9 +18380,6 @@ Read-only. [Recurrence ]: patternedRecurrence [ReminderDateTime ]: dateTimeTimeZone [SingleValueExtendedProperties ]: A collection of custom fields linked to the task. - [Id ]: The unique identifier for an entity. -Read-only. - [Value ]: The value of the property. [StartDateTime ]: dateTimeTimeZone [Status ]: taskStatus [Title ]: A brief description of the task. @@ -17737,6 +18431,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. @@ -17774,6 +18470,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. @@ -17796,6 +18493,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 ]: @@ -17849,6 +18547,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. @@ -17858,8 +18558,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. @@ -17961,11 +18659,11 @@ You can use it as a $filter argument to get groups that have members with licens Supports $filter (eq). [HideFromAddressLists ]: true if the group isn't displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: true if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [InfoCatalogs ]: Identifies the info segments assigned to the group. Returned by default. @@ -17989,7 +18687,7 @@ Read-only. To manage a group 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. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -18039,6 +18737,7 @@ Read-only. [OnPremisesDomainName ]: Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only. + [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [OnPremisesLastSyncDateTime ]: Indicates the last time at which the group was synced with the on-premises directory.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. Returned by default. @@ -18120,7 +18819,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). @@ -18156,12 +18855,12 @@ Immutable. Read-only. [UnseenConversationsCount ]: Count of conversations delivered one or more new posts since the signed-in user's last visit to the group. This property is the same as unseenCount. -Returned only on $select. +Requires $select to retrieve. [UnseenCount ]: Count of conversations that have received new posts since the signed-in user last visited the group. -This property is the same as unseenConversationsCount.Returned only on $select. +This property is the same as unseenConversationsCount.Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [UnseenMessagesCount ]: Count of new posts that have been delivered to the group's conversations since the signed-in user's last visit to the group. -Returned only on $select. +Requires $select to retrieve. [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. @@ -18172,7 +18871,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Requires $select to retrieve. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/New-MgBetaComplianceEdiscoveryCaseCustodianUserSource.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/New-MgBetaComplianceEdiscoveryCaseCustodianUserSource.md index 2769b9c6e2221..281036dd4a305 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/New-MgBetaComplianceEdiscoveryCaseCustodianUserSource.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/New-MgBetaComplianceEdiscoveryCaseCustodianUserSource.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.compliance/new-mgbetacomplianceediscoverycasecustodianusersource Locale: en-US Module Name: Microsoft.Graph.Beta.Compliance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaComplianceEdiscoveryCaseCustodianUserSource --- @@ -26,7 +26,7 @@ New-MgBetaComplianceEdiscoveryCaseCustodianUserSource -CaseId -Custodia [-Email ] [-HoldStatus ] [-Id ] [-IncludedSources ] [-SiteWebUrl ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -36,7 +36,7 @@ New-MgBetaComplianceEdiscoveryCaseCustodianUserSource -CaseId -Custodia -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -48,7 +48,7 @@ New-MgBetaComplianceEdiscoveryCaseCustodianUserSource -InputObject ] [-HoldStatus ] [-Id ] [-IncludedSources ] [-SiteWebUrl ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -58,7 +58,7 @@ New-MgBetaComplianceEdiscoveryCaseCustodianUserSource -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/New-MgBetaComplianceEdiscoveryCaseLegalHold.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/New-MgBetaComplianceEdiscoveryCaseLegalHold.md index bc5f54afbc6ca..b2e08c56c2649 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/New-MgBetaComplianceEdiscoveryCaseLegalHold.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/New-MgBetaComplianceEdiscoveryCaseLegalHold.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.compliance/new-mgbetacomplianceediscoverycaselegalhold Locale: en-US Module Name: Microsoft.Graph.Beta.Compliance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaComplianceEdiscoveryCaseLegalHold --- @@ -30,7 +30,6 @@ New-MgBetaComplianceEdiscoveryCaseLegalHold -CaseId [-ResponseHeadersVa [-UserSources ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -40,7 +39,7 @@ New-MgBetaComplianceEdiscoveryCaseLegalHold -CaseId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -56,7 +55,6 @@ New-MgBetaComplianceEdiscoveryCaseLegalHold -InputObject [-UserSources ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -66,7 +64,7 @@ New-MgBetaComplianceEdiscoveryCaseLegalHold -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -874,7 +872,7 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for users to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). @@ -1158,22 +1156,23 @@ Always null when the object hasn't been deleted. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -1203,12 +1202,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -1318,7 +1374,7 @@ Optional. [IncludeBasicClaimSet ]: Determines whether the basic claim set is included in tokens affected by this policy. If set to true, all claims in the basic claim set are emitted in tokens affected by the policy. By default the basic claim set isn't in the tokens unless they're explicitly configured in this policy. - [CreatedByAppId ]: The appId (called Application (client) ID on the Microsoft Entra admin center) of the application used to create the service principal. + [CreatedByAppId ]: The appId of the application that created this service principal. Set internally by Microsoft Entra ID. Read-only. [CreatedObjects ]: Directory objects created by this service principal. @@ -1450,7 +1506,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -1609,13 +1665,13 @@ May not begin with .. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [ApprovedClientApps ]: + [ApprovedClientApps ]: The collection of approved client apps that are associated with the RDS configuration. +Supports $expand. [Id ]: The unique identifier for an entity. Read-only. - [DisplayName ]: + [DisplayName ]: Display name for the client application. [IsRemoteDesktopProtocolEnabled ]: Determines if Microsoft Entra ID RDS authentication protocol for RDP is enabled. [TargetDeviceGroups ]: The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. -
]: The unique identifier for an entity. Read-only. [DisplayName ]: Display name for the target device group. @@ -1978,7 +2034,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. - [ExternalAuthenticationMethods ]: Represents the external methods registered to a user for authentication. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. Optional. @@ -1994,7 +2050,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. - [DisplayName ]: Custom name given to the registered external authentication method. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. @@ -2247,7 +2303,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -2500,7 +2556,7 @@ Read-only. The identifiers must be unique in the tenant. [Birthday ]: The birthday of the user. 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 Returned only on $select. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. Only one number can be set for this property. Read-only for users synced from on-premises directory. @@ -3110,6 +3166,49 @@ This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. Read only. + [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. +Nullable. + [Attachments ]: References to attached objects like files, tabs, meetings etc. + [Body ]: itemBody + [ChannelIdentity ]: channelIdentity + [ChatId ]: If the message was sent in a chat, represents the identity of the chat. + [CreatedDateTime ]: Timestamp of when the chat message was created. + [DeletedDateTime ]: Read only. +Timestamp at which the chat message was deleted, or null if not deleted. + [Etag ]: Read-only. +Version number of the chat message. + [EventDetail ]: eventMessageDetail + [From ]: chatMessageFromIdentitySet + [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. + [Importance ]: chatMessageImportance + [LastEditedDateTime ]: Read only. +Timestamp when edits to the chat message were made. +Triggers an 'Edited' flag in the Teams UI. +If no edits are made the value is null. + [LastModifiedDateTime ]: Read only. +Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. + [Locale ]: Locale of the chat message set by the client. +Always set to en-us. + [Mentions ]: List of entities mentioned in the chat message. +Supported entities are: user, bot, team, channel, chat, and tag. + [MessageHistory ]: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. + [MessageType ]: chatMessageType + [OnBehalfOf ]: chatMessageFromIdentitySet + [PolicyViolation ]: chatMessagePolicyViolation + [Reactions ]: Reactions for this chat message (for example, Like). + [Replies ]: Replies for a specified message. +Supports $expand for channel messages. + [ReplyToId ]: Read-only. +ID of the parent chat message or root chat message of the thread. +(Only applies to chat messages in channels, not chats.) + [Subject ]: The subject of the chat message, in plaintext. + [Summary ]: Summary text of the chat message that could be used for push notifications and summary views or fall back views. +Only applies to channel chat messages, not chat messages in a chat. + [WebUrl ]: Read-only. +Link to the message in Microsoft Teams. + [Id ]: The unique identifier for an entity. +Read-only. + [Recipient ]: identity [TenantId ]: The identifier of the tenant in which the chat was created. Read-only. [Topic ]: (Optional) Subject or topic for the chat. @@ -3145,21 +3244,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -3278,7 +3434,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 @@ -3303,6 +3461,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. @@ -3510,10 +3701,11 @@ 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. + [ContentCategory ]: contentCategory [CorrelationId ]: An identifier used to group multiple related content entries (for example, different parts of the same file upload, messages in a conversation). [CreatedDateTime ]: Required. Timestamp indicating when the original content was created (for example, file creation time, message sent time). @@ -3798,6 +3990,7 @@ To proactively opt in to the new behavior ahead of time, use the contentStream p Nullable. [File ]: file [(Any) ]: This indicates any property can be added to this object. + [ArchiveStatus ]: fileArchiveStatus [Hashes ]: hashes [(Any) ]: This indicates any property can be added to this object. [Crc32Hash ]: The CRC32 value of the file (if available). @@ -3808,6 +4001,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. @@ -3908,6 +4114,17 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(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. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity. @@ -4917,6 +5134,8 @@ 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 total count of items in the list. +Read-only. [Items ]: All items contained in the list. [List ]: listInfo [(Any) ]: This indicates any property can be added to this object. @@ -5013,6 +5232,24 @@ Required. [LearningProviderId ]: The registration ID of the provider. Required. [Status ]: courseStatus + [Storyline ]: User's storyline singleton container. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Followers ]: The users who are following this user. + [Id ]: The unique identifier for an entity. +Read-only. + [Follower ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Followings ]: The users that this user is following. + [Id ]: The unique identifier for an entity. +Read-only. + [Following ]: The Viva Engage identities. [EmployeeHireDate ]: The date and time when the user was hired or will start work if there is a future hire. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. @@ -5027,10 +5264,10 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. @@ -5056,7 +5293,7 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. 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. - Returned only on $select. + Requires $select to retrieve. Note: This property is specific to SharePoint Online. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. @@ -5079,6 +5316,27 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityGovernance ]: identityGovernanceUserSettings + [(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 ]: 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 + [(Any) ]: This indicates any property can be added to this object. + [Duration ]: The requestor's desired duration of access represented in ISO 8601 format for durations. +For example, PT3H refers to three hours. + If specified in a request, endDateTime shouldn't be present and the type property should be set to afterDuration. + [EndDateTime ]: Timestamp of 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. + [Type ]: expirationPatternType + [Recurrence ]: patternedRecurrence + [StartDateTime ]: 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. +In PIM, when the eligible or active assignment becomes active. [IdentityParentId ]: The object ID of the parent identity for agent users. Always null for regular user accounts. For agentUser resources, this property references the object ID of the associated agent identity. @@ -5247,7 +5505,7 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for users to describe their interests. -Returned only on $select. +Requires $select to retrieve. [InvitedBy ]: directoryObject [IsLicenseReconciliationNeeded ]: Indicates whether the user is pending an exchange mailbox license assignment. Read-only. @@ -5256,7 +5514,8 @@ Returned only on $select. 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). @@ -5270,24 +5529,24 @@ If this list is non-empty, then only users or groups listed here can post. [AccessType ]: groupAccessType [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are auto-subscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -5297,6 +5556,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -5455,11 +5715,11 @@ You can use it as a $filter argument to get groups that have members with licens Supports $filter (eq). [HideFromAddressLists ]: true if the group isn't displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: true if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [InfoCatalogs ]: Identifies the info segments assigned to the group. Returned by default. @@ -5483,7 +5743,7 @@ Read-only. To manage a group 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. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -5533,6 +5793,7 @@ Read-only. [OnPremisesDomainName ]: Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only. + [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [OnPremisesLastSyncDateTime ]: Indicates the last time at which the group was synced with the on-premises directory.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. Returned by default. @@ -5853,10 +6114,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -5865,9 +6128,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. @@ -6031,7 +6323,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). @@ -6079,6 +6371,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 @@ -6476,12 +6769,12 @@ Immutable. Read-only. [UnseenConversationsCount ]: Count of conversations delivered one or more new posts since the signed-in user's last visit to the group. This property is the same as unseenCount. -Returned only on $select. +Requires $select to retrieve. [UnseenCount ]: Count of conversations that have received new posts since the signed-in user last visited the group. -This property is the same as unseenConversationsCount.Returned only on $select. +This property is the same as unseenConversationsCount.Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [UnseenMessagesCount ]: Count of new posts that have been delivered to the group's conversations since the signed-in user's last visit to the group. -Returned only on $select. +Requires $select to retrieve. [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. @@ -6492,7 +6785,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Requires $select to retrieve. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -6509,16 +6805,16 @@ Nullable. 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. Read-only. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. It also indicates licenses that are directly assigned and the ones the user inherited through group memberships. Read-only. -Returned only on $select. +Requires $select to retrieve. [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. Read-Only. @@ -6644,7 +6940,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -7193,6 +7489,8 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -7286,7 +7584,7 @@ Read-only. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Notifications ]: [Id ]: The unique identifier for an entity. Read-only. @@ -7381,6 +7679,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. @@ -7429,6 +7731,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. @@ -7683,7 +7990,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for users to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [PendingAccessReviewInstances ]: Navigation property to get a list of access reviews pending approval by the reviewer. [Id ]: The unique identifier for an entity. Read-only. @@ -7703,14 +8010,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. @@ -8043,7 +8342,7 @@ Example: 'en-US', or 'es-ES'. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -8499,15 +8798,14 @@ Read-only. [WebUrl ]: Link to the institution or department homepage. [Program ]: educationalActivityDetail [(Any) ]: This indicates any property can be added to this object. - [Abbreviation ]: Shortened name of the degree or program (example: PhD, MBA) + [Abbreviation ]: Shortened name of the degree or program, for example, PhD and MBA. [Activities ]: Extracurricular activities undertaken alongside the program. [Awards ]: Any awards or honors associated with the program. [Description ]: Short description of the program provided by the user. [DisplayName ]: Long-form name of the program that the user provided. - [FieldsOfStudy ]: Majors and minors associated with the program. -(if applicable) - [Grade ]: The final grade, class, GPA, or score. - [Notes ]: More notes the user provided. + [FieldsOfStudy ]: Majors and minors associated with the program, if applicable. + [Grade ]: The final grade, class, grade point average (GPA), or score. + [Notes ]: More notes provided by the user. [WebUrl ]: Link to the degree or program page. [StartMonthYear ]: The month and year the user commenced the activity referenced. [Emails ]: Represents detailed information about email addresses associated with the user. @@ -8810,9 +9108,9 @@ Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they have attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: The scoped-role administrative unit memberships for this user. Read-only. Nullable. @@ -8876,7 +9174,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. @@ -9026,7 +9324,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Use revokeSignInSessions to reset. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -9073,6 +9371,48 @@ The language component follows two-letter codes as defined in ISO 639-1, and the For users with multigeo licenses, the property contains the user's region (if available). For users without multigeo licenses, the property contains the organization's region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China. + [Sections ]: The sections in the user's chat list. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the section was created. +Read-only. +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. + [DisplayIcon ]: sectionDisplayIcon + [(Any) ]: This indicates any property can be added to this object. + [ContentUrl ]: The URL to a custom icon image. +Applicable when iconType is custom. + [DisplayName ]: The human-readable name of the icon. + [IconType ]: The type of icon. +Use an emoji character such as 👍 for an emoji icon, or custom for a custom image icon. + [SkinTone ]: sectionIconSkinTone + [DisplayName ]: The display name of the section. +Required. +Maximum length is 50 characters. +Display names are case-sensitive and must be unique within a user's sections. +The following names are reserved for system-defined sections and can't be used when creating a user-defined section: RecentChats, QuickViews, TeamsAndChannels, MutedChats, MeetingChats, EngageCommunities. + [IsExpanded ]: Indicates whether the section is expanded in the user interface. +The default value is true. + [IsHierarchicalViewEnabled ]: Indicates whether the hierarchical view is enabled for the section. +Read-only. + [Items ]: The items (chats, channels, meetings, or communities) organized within the section. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the item was added to the section. +Read-only. +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. + [ItemType ]: sectionItemType + [LastModifiedDateTime ]: Date and time when the item was last modified. +Read-only. +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. + [LastModifiedDateTime ]: Date and time when the section was last modified. +Read-only. +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. + [SectionType ]: sectionType + [SortType ]: sectionSortType [Todo ]: todo [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -9085,6 +9425,12 @@ Read-only. Nullable. [IsOwner ]: True if the user is owner of the given task list. [IsShared ]: True if the task list is shared with other users + [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the task list. +Read-only. +Nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Value ]: The value of the property. [Tasks ]: The tasks in this task list. Read-only. Nullable. @@ -9148,9 +9494,6 @@ Read-only. [Recurrence ]: patternedRecurrence [ReminderDateTime ]: dateTimeTimeZone [SingleValueExtendedProperties ]: A collection of custom fields linked to the task. - [Id ]: The unique identifier for an entity. -Read-only. - [Value ]: The value of the property. [StartDateTime ]: dateTimeTimeZone [Status ]: taskStatus [Title ]: A brief description of the task. @@ -9202,6 +9545,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. @@ -9239,6 +9584,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. @@ -9261,6 +9607,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 ]: @@ -9314,6 +9661,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. @@ -9323,8 +9672,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. @@ -9577,7 +9924,9 @@ Read-write. [(Any) ]: This indicates any property can be added to this object. [ArchiveStatus ]: siteArchiveStatus [ArchivedBy ]: identitySet - [ArchivedDateTime ]: + [ArchivedDateTime ]: Time when the container was archived. +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. [DataLocationCode ]: The geographic region code for where this site collection resides. Only present for multi-geo tenants. Read-only. @@ -9688,7 +10037,7 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for users to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). @@ -9972,22 +10321,23 @@ Always null when the object hasn't been deleted. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -10017,12 +10367,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -10132,7 +10539,7 @@ Optional. [IncludeBasicClaimSet ]: Determines whether the basic claim set is included in tokens affected by this policy. If set to true, all claims in the basic claim set are emitted in tokens affected by the policy. By default the basic claim set isn't in the tokens unless they're explicitly configured in this policy. - [CreatedByAppId ]: The appId (called Application (client) ID on the Microsoft Entra admin center) of the application used to create the service principal. + [CreatedByAppId ]: The appId of the application that created this service principal. Set internally by Microsoft Entra ID. Read-only. [CreatedObjects ]: Directory objects created by this service principal. @@ -10264,7 +10671,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -10423,13 +10830,13 @@ May not begin with .. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [ApprovedClientApps ]: + [ApprovedClientApps ]: The collection of approved client apps that are associated with the RDS configuration. +Supports $expand. [Id ]: The unique identifier for an entity. Read-only. - [DisplayName ]: + [DisplayName ]: Display name for the client application. [IsRemoteDesktopProtocolEnabled ]: Determines if Microsoft Entra ID RDS authentication protocol for RDP is enabled. [TargetDeviceGroups ]: The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. -
]: The unique identifier for an entity. Read-only. [DisplayName ]: Display name for the target device group. @@ -10792,7 +11199,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. - [ExternalAuthenticationMethods ]: Represents the external methods registered to a user for authentication. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. Optional. @@ -10808,7 +11215,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. - [DisplayName ]: Custom name given to the registered external authentication method. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. @@ -11061,7 +11468,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -11314,7 +11721,7 @@ Read-only. The identifiers must be unique in the tenant. [Birthday ]: The birthday of the user. 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 Returned only on $select. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. Only one number can be set for this property. Read-only for users synced from on-premises directory. @@ -11924,6 +12331,49 @@ This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. Read only. + [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. +Nullable. + [Attachments ]: References to attached objects like files, tabs, meetings etc. + [Body ]: itemBody + [ChannelIdentity ]: channelIdentity + [ChatId ]: If the message was sent in a chat, represents the identity of the chat. + [CreatedDateTime ]: Timestamp of when the chat message was created. + [DeletedDateTime ]: Read only. +Timestamp at which the chat message was deleted, or null if not deleted. + [Etag ]: Read-only. +Version number of the chat message. + [EventDetail ]: eventMessageDetail + [From ]: chatMessageFromIdentitySet + [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. + [Importance ]: chatMessageImportance + [LastEditedDateTime ]: Read only. +Timestamp when edits to the chat message were made. +Triggers an 'Edited' flag in the Teams UI. +If no edits are made the value is null. + [LastModifiedDateTime ]: Read only. +Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. + [Locale ]: Locale of the chat message set by the client. +Always set to en-us. + [Mentions ]: List of entities mentioned in the chat message. +Supported entities are: user, bot, team, channel, chat, and tag. + [MessageHistory ]: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. + [MessageType ]: chatMessageType + [OnBehalfOf ]: chatMessageFromIdentitySet + [PolicyViolation ]: chatMessagePolicyViolation + [Reactions ]: Reactions for this chat message (for example, Like). + [Replies ]: Replies for a specified message. +Supports $expand for channel messages. + [ReplyToId ]: Read-only. +ID of the parent chat message or root chat message of the thread. +(Only applies to chat messages in channels, not chats.) + [Subject ]: The subject of the chat message, in plaintext. + [Summary ]: Summary text of the chat message that could be used for push notifications and summary views or fall back views. +Only applies to channel chat messages, not chat messages in a chat. + [WebUrl ]: Read-only. +Link to the message in Microsoft Teams. + [Id ]: The unique identifier for an entity. +Read-only. + [Recipient ]: identity [TenantId ]: The identifier of the tenant in which the chat was created. Read-only. [Topic ]: (Optional) Subject or topic for the chat. @@ -11959,21 +12409,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -12092,7 +12599,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 @@ -12117,6 +12626,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. @@ -12324,10 +12866,11 @@ 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. + [ContentCategory ]: contentCategory [CorrelationId ]: An identifier used to group multiple related content entries (for example, different parts of the same file upload, messages in a conversation). [CreatedDateTime ]: Required. Timestamp indicating when the original content was created (for example, file creation time, message sent time). @@ -12612,6 +13155,7 @@ To proactively opt in to the new behavior ahead of time, use the contentStream p Nullable. [File ]: file [(Any) ]: This indicates any property can be added to this object. + [ArchiveStatus ]: fileArchiveStatus [Hashes ]: hashes [(Any) ]: This indicates any property can be added to this object. [Crc32Hash ]: The CRC32 value of the file (if available). @@ -12622,6 +13166,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. @@ -12722,6 +13279,17 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(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. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity. @@ -13731,6 +14299,8 @@ 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 total count of items in the list. +Read-only. [Items ]: All items contained in the list. [List ]: listInfo [(Any) ]: This indicates any property can be added to this object. @@ -13827,6 +14397,24 @@ Required. [LearningProviderId ]: The registration ID of the provider. Required. [Status ]: courseStatus + [Storyline ]: User's storyline singleton container. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Followers ]: The users who are following this user. + [Id ]: The unique identifier for an entity. +Read-only. + [Follower ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Followings ]: The users that this user is following. + [Id ]: The unique identifier for an entity. +Read-only. + [Following ]: The Viva Engage identities. [EmployeeHireDate ]: The date and time when the user was hired or will start work if there is a future hire. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. @@ -13841,10 +14429,10 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. @@ -13870,7 +14458,7 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. 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. - Returned only on $select. + Requires $select to retrieve. Note: This property is specific to SharePoint Online. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. @@ -13893,6 +14481,27 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityGovernance ]: identityGovernanceUserSettings + [(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 ]: 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 + [(Any) ]: This indicates any property can be added to this object. + [Duration ]: The requestor's desired duration of access represented in ISO 8601 format for durations. +For example, PT3H refers to three hours. + If specified in a request, endDateTime shouldn't be present and the type property should be set to afterDuration. + [EndDateTime ]: Timestamp of 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. + [Type ]: expirationPatternType + [Recurrence ]: patternedRecurrence + [StartDateTime ]: 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. +In PIM, when the eligible or active assignment becomes active. [IdentityParentId ]: The object ID of the parent identity for agent users. Always null for regular user accounts. For agentUser resources, this property references the object ID of the associated agent identity. @@ -14061,7 +14670,7 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for users to describe their interests. -Returned only on $select. +Requires $select to retrieve. [InvitedBy ]: directoryObject [IsLicenseReconciliationNeeded ]: Indicates whether the user is pending an exchange mailbox license assignment. Read-only. @@ -14070,7 +14679,8 @@ Returned only on $select. 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). @@ -14084,24 +14694,24 @@ If this list is non-empty, then only users or groups listed here can post. [AccessType ]: groupAccessType [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are auto-subscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -14111,6 +14721,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -14269,11 +14880,11 @@ You can use it as a $filter argument to get groups that have members with licens Supports $filter (eq). [HideFromAddressLists ]: true if the group isn't displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: true if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [InfoCatalogs ]: Identifies the info segments assigned to the group. Returned by default. @@ -14297,7 +14908,7 @@ Read-only. To manage a group 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. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -14347,6 +14958,7 @@ Read-only. [OnPremisesDomainName ]: Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only. + [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [OnPremisesLastSyncDateTime ]: Indicates the last time at which the group was synced with the on-premises directory.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. Returned by default. @@ -14667,10 +15279,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -14679,9 +15293,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. @@ -14845,7 +15488,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). @@ -14893,6 +15536,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 @@ -15290,12 +15934,12 @@ Immutable. Read-only. [UnseenConversationsCount ]: Count of conversations delivered one or more new posts since the signed-in user's last visit to the group. This property is the same as unseenCount. -Returned only on $select. +Requires $select to retrieve. [UnseenCount ]: Count of conversations that have received new posts since the signed-in user last visited the group. -This property is the same as unseenConversationsCount.Returned only on $select. +This property is the same as unseenConversationsCount.Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [UnseenMessagesCount ]: Count of new posts that have been delivered to the group's conversations since the signed-in user's last visit to the group. -Returned only on $select. +Requires $select to retrieve. [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. @@ -15306,7 +15950,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Requires $select to retrieve. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -15323,16 +15970,16 @@ Nullable. 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. Read-only. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. It also indicates licenses that are directly assigned and the ones the user inherited through group memberships. Read-only. -Returned only on $select. +Requires $select to retrieve. [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. Read-Only. @@ -15458,7 +16105,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -16007,6 +16654,8 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -16100,7 +16749,7 @@ Read-only. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Notifications ]: [Id ]: The unique identifier for an entity. Read-only. @@ -16195,6 +16844,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. @@ -16243,6 +16896,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. @@ -16497,7 +17155,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for users to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [PendingAccessReviewInstances ]: Navigation property to get a list of access reviews pending approval by the reviewer. [Id ]: The unique identifier for an entity. Read-only. @@ -16517,14 +17175,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. @@ -16857,7 +17507,7 @@ Example: 'en-US', or 'es-ES'. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -17313,15 +17963,14 @@ Read-only. [WebUrl ]: Link to the institution or department homepage. [Program ]: educationalActivityDetail [(Any) ]: This indicates any property can be added to this object. - [Abbreviation ]: Shortened name of the degree or program (example: PhD, MBA) + [Abbreviation ]: Shortened name of the degree or program, for example, PhD and MBA. [Activities ]: Extracurricular activities undertaken alongside the program. [Awards ]: Any awards or honors associated with the program. [Description ]: Short description of the program provided by the user. [DisplayName ]: Long-form name of the program that the user provided. - [FieldsOfStudy ]: Majors and minors associated with the program. -(if applicable) - [Grade ]: The final grade, class, GPA, or score. - [Notes ]: More notes the user provided. + [FieldsOfStudy ]: Majors and minors associated with the program, if applicable. + [Grade ]: The final grade, class, grade point average (GPA), or score. + [Notes ]: More notes provided by the user. [WebUrl ]: Link to the degree or program page. [StartMonthYear ]: The month and year the user commenced the activity referenced. [Emails ]: Represents detailed information about email addresses associated with the user. @@ -17624,9 +18273,9 @@ Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they have attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: The scoped-role administrative unit memberships for this user. Read-only. Nullable. @@ -17690,7 +18339,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. @@ -17840,7 +18489,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Use revokeSignInSessions to reset. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -17887,6 +18536,48 @@ The language component follows two-letter codes as defined in ISO 639-1, and the For users with multigeo licenses, the property contains the user's region (if available). For users without multigeo licenses, the property contains the organization's region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China. + [Sections ]: The sections in the user's chat list. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the section was created. +Read-only. +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. + [DisplayIcon ]: sectionDisplayIcon + [(Any) ]: This indicates any property can be added to this object. + [ContentUrl ]: The URL to a custom icon image. +Applicable when iconType is custom. + [DisplayName ]: The human-readable name of the icon. + [IconType ]: The type of icon. +Use an emoji character such as 👍 for an emoji icon, or custom for a custom image icon. + [SkinTone ]: sectionIconSkinTone + [DisplayName ]: The display name of the section. +Required. +Maximum length is 50 characters. +Display names are case-sensitive and must be unique within a user's sections. +The following names are reserved for system-defined sections and can't be used when creating a user-defined section: RecentChats, QuickViews, TeamsAndChannels, MutedChats, MeetingChats, EngageCommunities. + [IsExpanded ]: Indicates whether the section is expanded in the user interface. +The default value is true. + [IsHierarchicalViewEnabled ]: Indicates whether the hierarchical view is enabled for the section. +Read-only. + [Items ]: The items (chats, channels, meetings, or communities) organized within the section. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the item was added to the section. +Read-only. +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. + [ItemType ]: sectionItemType + [LastModifiedDateTime ]: Date and time when the item was last modified. +Read-only. +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. + [LastModifiedDateTime ]: Date and time when the section was last modified. +Read-only. +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. + [SectionType ]: sectionType + [SortType ]: sectionSortType [Todo ]: todo [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -17899,6 +18590,12 @@ Read-only. Nullable. [IsOwner ]: True if the user is owner of the given task list. [IsShared ]: True if the task list is shared with other users + [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the task list. +Read-only. +Nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Value ]: The value of the property. [Tasks ]: The tasks in this task list. Read-only. Nullable. @@ -17962,9 +18659,6 @@ Read-only. [Recurrence ]: patternedRecurrence [ReminderDateTime ]: dateTimeTimeZone [SingleValueExtendedProperties ]: A collection of custom fields linked to the task. - [Id ]: The unique identifier for an entity. -Read-only. - [Value ]: The value of the property. [StartDateTime ]: dateTimeTimeZone [Status ]: taskStatus [Title ]: A brief description of the task. @@ -18016,6 +18710,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. @@ -18053,6 +18749,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. @@ -18075,6 +18772,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 ]: @@ -18128,6 +18826,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. @@ -18137,8 +18837,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. @@ -18391,7 +19089,9 @@ Read-write. [(Any) ]: This indicates any property can be added to this object. [ArchiveStatus ]: siteArchiveStatus [ArchivedBy ]: identitySet - [ArchivedDateTime ]: + [ArchivedDateTime ]: Time when the container was archived. +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. [DataLocationCode ]: The geographic region code for where this site collection resides. Only present for multi-geo tenants. Read-only. @@ -18441,7 +19141,7 @@ Always null when the object hasn't been deleted. [AccessType ]: groupAccessType [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. @@ -18473,13 +19173,13 @@ Maximum length is 256 characters. Required on create. Supports $filter (eq only). [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. @@ -18489,7 +19189,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are auto-subscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. @@ -18772,16 +19472,59 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. [UsageRights ]: [Id ]: The unique identifier for an entity. Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. @@ -18915,7 +19658,7 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for users to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). @@ -19195,22 +19938,23 @@ Read-only. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -19240,12 +19984,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -19328,7 +20129,7 @@ Optional. [IncludeBasicClaimSet ]: Determines whether the basic claim set is included in tokens affected by this policy. If set to true, all claims in the basic claim set are emitted in tokens affected by the policy. By default the basic claim set isn't in the tokens unless they're explicitly configured in this policy. - [CreatedByAppId ]: The appId (called Application (client) ID on the Microsoft Entra admin center) of the application used to create the service principal. + [CreatedByAppId ]: The appId of the application that created this service principal. Set internally by Microsoft Entra ID. Read-only. [CreatedObjects ]: Directory objects created by this service principal. @@ -19460,7 +20261,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -19619,13 +20420,13 @@ May not begin with .. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [ApprovedClientApps ]: + [ApprovedClientApps ]: The collection of approved client apps that are associated with the RDS configuration. +Supports $expand. [Id ]: The unique identifier for an entity. Read-only. - [DisplayName ]: + [DisplayName ]: Display name for the client application. [IsRemoteDesktopProtocolEnabled ]: Determines if Microsoft Entra ID RDS authentication protocol for RDP is enabled. [TargetDeviceGroups ]: The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. -
]: The unique identifier for an entity. Read-only. [DisplayName ]: Display name for the target device group. @@ -19984,7 +20785,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. - [ExternalAuthenticationMethods ]: Represents the external methods registered to a user for authentication. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. Optional. @@ -20000,7 +20801,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. - [DisplayName ]: Custom name given to the registered external authentication method. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. @@ -20251,7 +21052,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -20504,7 +21305,7 @@ Read-only. The identifiers must be unique in the tenant. [Birthday ]: The birthday of the user. 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 Returned only on $select. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. Only one number can be set for this property. Read-only for users synced from on-premises directory. @@ -20843,6 +21644,49 @@ This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. Read only. + [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. +Nullable. + [Attachments ]: References to attached objects like files, tabs, meetings etc. + [Body ]: itemBody + [ChannelIdentity ]: channelIdentity + [ChatId ]: If the message was sent in a chat, represents the identity of the chat. + [CreatedDateTime ]: Timestamp of when the chat message was created. + [DeletedDateTime ]: Read only. +Timestamp at which the chat message was deleted, or null if not deleted. + [Etag ]: Read-only. +Version number of the chat message. + [EventDetail ]: eventMessageDetail + [From ]: chatMessageFromIdentitySet + [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. + [Importance ]: chatMessageImportance + [LastEditedDateTime ]: Read only. +Timestamp when edits to the chat message were made. +Triggers an 'Edited' flag in the Teams UI. +If no edits are made the value is null. + [LastModifiedDateTime ]: Read only. +Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. + [Locale ]: Locale of the chat message set by the client. +Always set to en-us. + [Mentions ]: List of entities mentioned in the chat message. +Supported entities are: user, bot, team, channel, chat, and tag. + [MessageHistory ]: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. + [MessageType ]: chatMessageType + [OnBehalfOf ]: chatMessageFromIdentitySet + [PolicyViolation ]: chatMessagePolicyViolation + [Reactions ]: Reactions for this chat message (for example, Like). + [Replies ]: Replies for a specified message. +Supports $expand for channel messages. + [ReplyToId ]: Read-only. +ID of the parent chat message or root chat message of the thread. +(Only applies to chat messages in channels, not chats.) + [Subject ]: The subject of the chat message, in plaintext. + [Summary ]: Summary text of the chat message that could be used for push notifications and summary views or fall back views. +Only applies to channel chat messages, not chat messages in a chat. + [WebUrl ]: Read-only. +Link to the message in Microsoft Teams. + [Id ]: The unique identifier for an entity. +Read-only. + [Recipient ]: identity [TenantId ]: The identifier of the tenant in which the chat was created. Read-only. [Topic ]: (Optional) Subject or topic for the chat. @@ -20878,7 +21722,22 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [AssignmentErrors ]: + [Id ]: The unique identifier for an entity. +Read-only. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [Assignments ]: [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -20997,7 +21856,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 @@ -21022,6 +21883,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. @@ -21229,10 +22123,11 @@ 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. + [ContentCategory ]: contentCategory [CorrelationId ]: An identifier used to group multiple related content entries (for example, different parts of the same file upload, messages in a conversation). [CreatedDateTime ]: Required. Timestamp indicating when the original content was created (for example, file creation time, message sent time). @@ -21360,6 +22255,24 @@ Required. [LearningProviderId ]: The registration ID of the provider. Required. [Status ]: courseStatus + [Storyline ]: User's storyline singleton container. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Followers ]: The users who are following this user. + [Id ]: The unique identifier for an entity. +Read-only. + [Follower ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Followings ]: The users that this user is following. + [Id ]: The unique identifier for an entity. +Read-only. + [Following ]: The Viva Engage identities. [EmployeeHireDate ]: The date and time when the user was hired or will start work if there is a future hire. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. @@ -21374,10 +22287,10 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. @@ -21597,6 +22510,17 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(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. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity. @@ -21694,6 +22618,7 @@ To proactively opt in to the new behavior ahead of time, use the contentStream p Nullable. [File ]: file [(Any) ]: This indicates any property can be added to this object. + [ArchiveStatus ]: fileArchiveStatus [Hashes ]: hashes [(Any) ]: This indicates any property can be added to this object. [Crc32Hash ]: The CRC32 value of the file (if available). @@ -21704,6 +22629,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. @@ -22812,6 +23750,8 @@ Read-only. [ContentTypes ]: The collection of content types present in this list. [DisplayName ]: The displayable title of the list. [Drive ]: drive + [ItemCount ]: The total count of items in the list. +Read-only. [Items ]: All items contained in the list. [List ]: listInfo [(Any) ]: This indicates any property can be added to this object. @@ -23165,7 +24105,9 @@ Read-write. [(Any) ]: This indicates any property can be added to this object. [ArchiveStatus ]: siteArchiveStatus [ArchivedBy ]: identitySet - [ArchivedDateTime ]: + [ArchivedDateTime ]: Time when the container was archived. +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. [DataLocationCode ]: The geographic region code for where this site collection resides. Only present for multi-geo tenants. Read-only. @@ -23188,7 +24130,7 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. 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. - Returned only on $select. + Requires $select to retrieve. Note: This property is specific to SharePoint Online. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. @@ -23211,6 +24153,27 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityGovernance ]: identityGovernanceUserSettings + [(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 ]: 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 + [(Any) ]: This indicates any property can be added to this object. + [Duration ]: The requestor's desired duration of access represented in ISO 8601 format for durations. +For example, PT3H refers to three hours. + If specified in a request, endDateTime shouldn't be present and the type property should be set to afterDuration. + [EndDateTime ]: Timestamp of 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. + [Type ]: expirationPatternType + [Recurrence ]: patternedRecurrence + [StartDateTime ]: 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. +In PIM, when the eligible or active assignment becomes active. [IdentityParentId ]: The object ID of the parent identity for agent users. Always null for regular user accounts. For agentUser resources, this property references the object ID of the associated agent identity. @@ -23307,7 +24270,7 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for users to describe their interests. -Returned only on $select. +Requires $select to retrieve. [InvitedBy ]: directoryObject [IsLicenseReconciliationNeeded ]: Indicates whether the user is pending an exchange mailbox license assignment. Read-only. @@ -23316,7 +24279,8 @@ Returned only on $select. 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). @@ -23346,6 +24310,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 @@ -23489,10 +24454,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -23501,9 +24468,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. @@ -24000,16 +24996,16 @@ This URL should be treated as an opaque blob, and not parsed. 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. Read-only. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. It also indicates licenses that are directly assigned and the ones the user inherited through group memberships. Read-only. -Returned only on $select. +Requires $select to retrieve. [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. Read-Only. @@ -24135,7 +25131,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -24684,6 +25680,8 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -24777,7 +25775,7 @@ Read-only. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Notifications ]: [Id ]: The unique identifier for an entity. Read-only. @@ -24885,6 +25883,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. @@ -24933,6 +25935,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. @@ -25187,7 +26194,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for users to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [PendingAccessReviewInstances ]: Navigation property to get a list of access reviews pending approval by the reviewer. [Id ]: The unique identifier for an entity. Read-only. @@ -25207,14 +26214,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. @@ -25547,7 +26546,7 @@ Example: 'en-US', or 'es-ES'. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -26003,15 +27002,14 @@ Read-only. [WebUrl ]: Link to the institution or department homepage. [Program ]: educationalActivityDetail [(Any) ]: This indicates any property can be added to this object. - [Abbreviation ]: Shortened name of the degree or program (example: PhD, MBA) + [Abbreviation ]: Shortened name of the degree or program, for example, PhD and MBA. [Activities ]: Extracurricular activities undertaken alongside the program. [Awards ]: Any awards or honors associated with the program. [Description ]: Short description of the program provided by the user. [DisplayName ]: Long-form name of the program that the user provided. - [FieldsOfStudy ]: Majors and minors associated with the program. -(if applicable) - [Grade ]: The final grade, class, GPA, or score. - [Notes ]: More notes the user provided. + [FieldsOfStudy ]: Majors and minors associated with the program, if applicable. + [Grade ]: The final grade, class, grade point average (GPA), or score. + [Notes ]: More notes provided by the user. [WebUrl ]: Link to the degree or program page. [StartMonthYear ]: The month and year the user commenced the activity referenced. [Emails ]: Represents detailed information about email addresses associated with the user. @@ -26314,9 +27312,9 @@ Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they have attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: The scoped-role administrative unit memberships for this user. Read-only. Nullable. @@ -26383,7 +27381,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. @@ -26533,7 +27531,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Use revokeSignInSessions to reset. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -26580,6 +27578,48 @@ The language component follows two-letter codes as defined in ISO 639-1, and the For users with multigeo licenses, the property contains the user's region (if available). For users without multigeo licenses, the property contains the organization's region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China. + [Sections ]: The sections in the user's chat list. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the section was created. +Read-only. +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. + [DisplayIcon ]: sectionDisplayIcon + [(Any) ]: This indicates any property can be added to this object. + [ContentUrl ]: The URL to a custom icon image. +Applicable when iconType is custom. + [DisplayName ]: The human-readable name of the icon. + [IconType ]: The type of icon. +Use an emoji character such as 👍 for an emoji icon, or custom for a custom image icon. + [SkinTone ]: sectionIconSkinTone + [DisplayName ]: The display name of the section. +Required. +Maximum length is 50 characters. +Display names are case-sensitive and must be unique within a user's sections. +The following names are reserved for system-defined sections and can't be used when creating a user-defined section: RecentChats, QuickViews, TeamsAndChannels, MutedChats, MeetingChats, EngageCommunities. + [IsExpanded ]: Indicates whether the section is expanded in the user interface. +The default value is true. + [IsHierarchicalViewEnabled ]: Indicates whether the hierarchical view is enabled for the section. +Read-only. + [Items ]: The items (chats, channels, meetings, or communities) organized within the section. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the item was added to the section. +Read-only. +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. + [ItemType ]: sectionItemType + [LastModifiedDateTime ]: Date and time when the item was last modified. +Read-only. +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. + [LastModifiedDateTime ]: Date and time when the section was last modified. +Read-only. +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. + [SectionType ]: sectionType + [SortType ]: sectionSortType [Todo ]: todo [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -26592,6 +27632,12 @@ Read-only. Nullable. [IsOwner ]: True if the user is owner of the given task list. [IsShared ]: True if the task list is shared with other users + [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the task list. +Read-only. +Nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Value ]: The value of the property. [Tasks ]: The tasks in this task list. Read-only. Nullable. @@ -26655,9 +27701,6 @@ Read-only. [Recurrence ]: patternedRecurrence [ReminderDateTime ]: dateTimeTimeZone [SingleValueExtendedProperties ]: A collection of custom fields linked to the task. - [Id ]: The unique identifier for an entity. -Read-only. - [Value ]: The value of the property. [StartDateTime ]: dateTimeTimeZone [Status ]: taskStatus [Title ]: A brief description of the task. @@ -26709,6 +27752,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. @@ -26746,6 +27791,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. @@ -26768,6 +27814,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 ]: @@ -26821,6 +27868,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. @@ -26830,8 +27879,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. @@ -26933,11 +27980,11 @@ You can use it as a $filter argument to get groups that have members with licens Supports $filter (eq). [HideFromAddressLists ]: true if the group isn't displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: true if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [InfoCatalogs ]: Identifies the info segments assigned to the group. Returned by default. @@ -26961,7 +28008,7 @@ Read-only. To manage a group 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. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -27011,6 +28058,7 @@ Read-only. [OnPremisesDomainName ]: Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only. + [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [OnPremisesLastSyncDateTime ]: Indicates the last time at which the group was synced with the on-premises directory.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. Returned by default. @@ -27092,7 +28140,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). @@ -27128,12 +28176,12 @@ Immutable. Read-only. [UnseenConversationsCount ]: Count of conversations delivered one or more new posts since the signed-in user's last visit to the group. This property is the same as unseenCount. -Returned only on $select. +Requires $select to retrieve. [UnseenCount ]: Count of conversations that have received new posts since the signed-in user last visited the group. -This property is the same as unseenConversationsCount.Returned only on $select. +This property is the same as unseenConversationsCount.Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [UnseenMessagesCount ]: Count of new posts that have been delivered to the group's conversations since the signed-in user's last visit to the group. -Returned only on $select. +Requires $select to retrieve. [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. @@ -27144,7 +28192,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Requires $select to retrieve. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/New-MgBetaComplianceEdiscoveryCaseLegalHoldSiteSource.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/New-MgBetaComplianceEdiscoveryCaseLegalHoldSiteSource.md index 4e8e1fb9aa1cf..66dd794207b49 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/New-MgBetaComplianceEdiscoveryCaseLegalHoldSiteSource.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/New-MgBetaComplianceEdiscoveryCaseLegalHoldSiteSource.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.compliance/new-mgbetacomplianceediscoverycaselegalholdsitesource Locale: en-US Module Name: Microsoft.Graph.Beta.Compliance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaComplianceEdiscoveryCaseLegalHoldSiteSource --- @@ -26,7 +26,7 @@ New-MgBetaComplianceEdiscoveryCaseLegalHoldSiteSource -CaseId -LegalHol [-HoldStatus ] [-Id ] [-Site ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -36,7 +36,7 @@ New-MgBetaComplianceEdiscoveryCaseLegalHoldSiteSource -CaseId -LegalHol -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -48,7 +48,7 @@ New-MgBetaComplianceEdiscoveryCaseLegalHoldSiteSource -InputObject ] [-Id ] [-Site ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -58,7 +58,7 @@ New-MgBetaComplianceEdiscoveryCaseLegalHoldSiteSource -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -676,7 +676,7 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for users to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). @@ -960,22 +960,23 @@ Always null when the object hasn't been deleted. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -1005,12 +1006,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -1120,7 +1178,7 @@ Optional. [IncludeBasicClaimSet ]: Determines whether the basic claim set is included in tokens affected by this policy. If set to true, all claims in the basic claim set are emitted in tokens affected by the policy. By default the basic claim set isn't in the tokens unless they're explicitly configured in this policy. - [CreatedByAppId ]: The appId (called Application (client) ID on the Microsoft Entra admin center) of the application used to create the service principal. + [CreatedByAppId ]: The appId of the application that created this service principal. Set internally by Microsoft Entra ID. Read-only. [CreatedObjects ]: Directory objects created by this service principal. @@ -1252,7 +1310,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -1411,13 +1469,13 @@ May not begin with .. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [ApprovedClientApps ]: + [ApprovedClientApps ]: The collection of approved client apps that are associated with the RDS configuration. +Supports $expand. [Id ]: The unique identifier for an entity. Read-only. - [DisplayName ]: + [DisplayName ]: Display name for the client application. [IsRemoteDesktopProtocolEnabled ]: Determines if Microsoft Entra ID RDS authentication protocol for RDP is enabled. [TargetDeviceGroups ]: The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. -
]: The unique identifier for an entity. Read-only. [DisplayName ]: Display name for the target device group. @@ -1780,7 +1838,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. - [ExternalAuthenticationMethods ]: Represents the external methods registered to a user for authentication. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. Optional. @@ -1796,7 +1854,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. - [DisplayName ]: Custom name given to the registered external authentication method. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. @@ -2049,7 +2107,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -2302,7 +2360,7 @@ Read-only. The identifiers must be unique in the tenant. [Birthday ]: The birthday of the user. 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 Returned only on $select. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. Only one number can be set for this property. Read-only for users synced from on-premises directory. @@ -2912,6 +2970,49 @@ This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. Read only. + [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. +Nullable. + [Attachments ]: References to attached objects like files, tabs, meetings etc. + [Body ]: itemBody + [ChannelIdentity ]: channelIdentity + [ChatId ]: If the message was sent in a chat, represents the identity of the chat. + [CreatedDateTime ]: Timestamp of when the chat message was created. + [DeletedDateTime ]: Read only. +Timestamp at which the chat message was deleted, or null if not deleted. + [Etag ]: Read-only. +Version number of the chat message. + [EventDetail ]: eventMessageDetail + [From ]: chatMessageFromIdentitySet + [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. + [Importance ]: chatMessageImportance + [LastEditedDateTime ]: Read only. +Timestamp when edits to the chat message were made. +Triggers an 'Edited' flag in the Teams UI. +If no edits are made the value is null. + [LastModifiedDateTime ]: Read only. +Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. + [Locale ]: Locale of the chat message set by the client. +Always set to en-us. + [Mentions ]: List of entities mentioned in the chat message. +Supported entities are: user, bot, team, channel, chat, and tag. + [MessageHistory ]: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. + [MessageType ]: chatMessageType + [OnBehalfOf ]: chatMessageFromIdentitySet + [PolicyViolation ]: chatMessagePolicyViolation + [Reactions ]: Reactions for this chat message (for example, Like). + [Replies ]: Replies for a specified message. +Supports $expand for channel messages. + [ReplyToId ]: Read-only. +ID of the parent chat message or root chat message of the thread. +(Only applies to chat messages in channels, not chats.) + [Subject ]: The subject of the chat message, in plaintext. + [Summary ]: Summary text of the chat message that could be used for push notifications and summary views or fall back views. +Only applies to channel chat messages, not chat messages in a chat. + [WebUrl ]: Read-only. +Link to the message in Microsoft Teams. + [Id ]: The unique identifier for an entity. +Read-only. + [Recipient ]: identity [TenantId ]: The identifier of the tenant in which the chat was created. Read-only. [Topic ]: (Optional) Subject or topic for the chat. @@ -2947,21 +3048,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -3080,7 +3238,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 @@ -3105,6 +3265,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. @@ -3312,10 +3505,11 @@ 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. + [ContentCategory ]: contentCategory [CorrelationId ]: An identifier used to group multiple related content entries (for example, different parts of the same file upload, messages in a conversation). [CreatedDateTime ]: Required. Timestamp indicating when the original content was created (for example, file creation time, message sent time). @@ -3600,6 +3794,7 @@ To proactively opt in to the new behavior ahead of time, use the contentStream p Nullable. [File ]: file [(Any) ]: This indicates any property can be added to this object. + [ArchiveStatus ]: fileArchiveStatus [Hashes ]: hashes [(Any) ]: This indicates any property can be added to this object. [Crc32Hash ]: The CRC32 value of the file (if available). @@ -3610,6 +3805,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. @@ -3710,6 +3918,17 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(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. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity. @@ -4719,6 +4938,8 @@ 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 total count of items in the list. +Read-only. [Items ]: All items contained in the list. [List ]: listInfo [(Any) ]: This indicates any property can be added to this object. @@ -4815,6 +5036,24 @@ Required. [LearningProviderId ]: The registration ID of the provider. Required. [Status ]: courseStatus + [Storyline ]: User's storyline singleton container. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Followers ]: The users who are following this user. + [Id ]: The unique identifier for an entity. +Read-only. + [Follower ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Followings ]: The users that this user is following. + [Id ]: The unique identifier for an entity. +Read-only. + [Following ]: The Viva Engage identities. [EmployeeHireDate ]: The date and time when the user was hired or will start work if there is a future hire. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. @@ -4829,10 +5068,10 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. @@ -4858,7 +5097,7 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. 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. - Returned only on $select. + Requires $select to retrieve. Note: This property is specific to SharePoint Online. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. @@ -4881,6 +5120,27 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityGovernance ]: identityGovernanceUserSettings + [(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 ]: 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 + [(Any) ]: This indicates any property can be added to this object. + [Duration ]: The requestor's desired duration of access represented in ISO 8601 format for durations. +For example, PT3H refers to three hours. + If specified in a request, endDateTime shouldn't be present and the type property should be set to afterDuration. + [EndDateTime ]: Timestamp of 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. + [Type ]: expirationPatternType + [Recurrence ]: patternedRecurrence + [StartDateTime ]: 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. +In PIM, when the eligible or active assignment becomes active. [IdentityParentId ]: The object ID of the parent identity for agent users. Always null for regular user accounts. For agentUser resources, this property references the object ID of the associated agent identity. @@ -5049,7 +5309,7 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for users to describe their interests. -Returned only on $select. +Requires $select to retrieve. [InvitedBy ]: directoryObject [IsLicenseReconciliationNeeded ]: Indicates whether the user is pending an exchange mailbox license assignment. Read-only. @@ -5058,7 +5318,8 @@ Returned only on $select. 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). @@ -5072,24 +5333,24 @@ If this list is non-empty, then only users or groups listed here can post. [AccessType ]: groupAccessType [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are auto-subscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -5099,6 +5360,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -5257,11 +5519,11 @@ You can use it as a $filter argument to get groups that have members with licens Supports $filter (eq). [HideFromAddressLists ]: true if the group isn't displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: true if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [InfoCatalogs ]: Identifies the info segments assigned to the group. Returned by default. @@ -5285,7 +5547,7 @@ Read-only. To manage a group 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. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -5335,6 +5597,7 @@ Read-only. [OnPremisesDomainName ]: Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only. + [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [OnPremisesLastSyncDateTime ]: Indicates the last time at which the group was synced with the on-premises directory.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. Returned by default. @@ -5655,10 +5918,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -5667,9 +5932,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. @@ -5833,7 +6127,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). @@ -5881,6 +6175,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 @@ -6278,12 +6573,12 @@ Immutable. Read-only. [UnseenConversationsCount ]: Count of conversations delivered one or more new posts since the signed-in user's last visit to the group. This property is the same as unseenCount. -Returned only on $select. +Requires $select to retrieve. [UnseenCount ]: Count of conversations that have received new posts since the signed-in user last visited the group. -This property is the same as unseenConversationsCount.Returned only on $select. +This property is the same as unseenConversationsCount.Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [UnseenMessagesCount ]: Count of new posts that have been delivered to the group's conversations since the signed-in user's last visit to the group. -Returned only on $select. +Requires $select to retrieve. [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. @@ -6294,7 +6589,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Requires $select to retrieve. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -6311,16 +6609,16 @@ Nullable. 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. Read-only. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. It also indicates licenses that are directly assigned and the ones the user inherited through group memberships. Read-only. -Returned only on $select. +Requires $select to retrieve. [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. Read-Only. @@ -6446,7 +6744,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -6995,6 +7293,8 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -7088,7 +7388,7 @@ Read-only. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Notifications ]: [Id ]: The unique identifier for an entity. Read-only. @@ -7183,6 +7483,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. @@ -7231,6 +7535,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. @@ -7485,7 +7794,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for users to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [PendingAccessReviewInstances ]: Navigation property to get a list of access reviews pending approval by the reviewer. [Id ]: The unique identifier for an entity. Read-only. @@ -7505,14 +7814,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. @@ -7845,7 +8146,7 @@ Example: 'en-US', or 'es-ES'. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -8301,15 +8602,14 @@ Read-only. [WebUrl ]: Link to the institution or department homepage. [Program ]: educationalActivityDetail [(Any) ]: This indicates any property can be added to this object. - [Abbreviation ]: Shortened name of the degree or program (example: PhD, MBA) + [Abbreviation ]: Shortened name of the degree or program, for example, PhD and MBA. [Activities ]: Extracurricular activities undertaken alongside the program. [Awards ]: Any awards or honors associated with the program. [Description ]: Short description of the program provided by the user. [DisplayName ]: Long-form name of the program that the user provided. - [FieldsOfStudy ]: Majors and minors associated with the program. -(if applicable) - [Grade ]: The final grade, class, GPA, or score. - [Notes ]: More notes the user provided. + [FieldsOfStudy ]: Majors and minors associated with the program, if applicable. + [Grade ]: The final grade, class, grade point average (GPA), or score. + [Notes ]: More notes provided by the user. [WebUrl ]: Link to the degree or program page. [StartMonthYear ]: The month and year the user commenced the activity referenced. [Emails ]: Represents detailed information about email addresses associated with the user. @@ -8612,9 +8912,9 @@ Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they have attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: The scoped-role administrative unit memberships for this user. Read-only. Nullable. @@ -8678,7 +8978,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. @@ -8828,7 +9128,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Use revokeSignInSessions to reset. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -8875,6 +9175,48 @@ The language component follows two-letter codes as defined in ISO 639-1, and the For users with multigeo licenses, the property contains the user's region (if available). For users without multigeo licenses, the property contains the organization's region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China. + [Sections ]: The sections in the user's chat list. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the section was created. +Read-only. +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. + [DisplayIcon ]: sectionDisplayIcon + [(Any) ]: This indicates any property can be added to this object. + [ContentUrl ]: The URL to a custom icon image. +Applicable when iconType is custom. + [DisplayName ]: The human-readable name of the icon. + [IconType ]: The type of icon. +Use an emoji character such as 👍 for an emoji icon, or custom for a custom image icon. + [SkinTone ]: sectionIconSkinTone + [DisplayName ]: The display name of the section. +Required. +Maximum length is 50 characters. +Display names are case-sensitive and must be unique within a user's sections. +The following names are reserved for system-defined sections and can't be used when creating a user-defined section: RecentChats, QuickViews, TeamsAndChannels, MutedChats, MeetingChats, EngageCommunities. + [IsExpanded ]: Indicates whether the section is expanded in the user interface. +The default value is true. + [IsHierarchicalViewEnabled ]: Indicates whether the hierarchical view is enabled for the section. +Read-only. + [Items ]: The items (chats, channels, meetings, or communities) organized within the section. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the item was added to the section. +Read-only. +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. + [ItemType ]: sectionItemType + [LastModifiedDateTime ]: Date and time when the item was last modified. +Read-only. +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. + [LastModifiedDateTime ]: Date and time when the section was last modified. +Read-only. +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. + [SectionType ]: sectionType + [SortType ]: sectionSortType [Todo ]: todo [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -8887,6 +9229,12 @@ Read-only. Nullable. [IsOwner ]: True if the user is owner of the given task list. [IsShared ]: True if the task list is shared with other users + [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the task list. +Read-only. +Nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Value ]: The value of the property. [Tasks ]: The tasks in this task list. Read-only. Nullable. @@ -8950,9 +9298,6 @@ Read-only. [Recurrence ]: patternedRecurrence [ReminderDateTime ]: dateTimeTimeZone [SingleValueExtendedProperties ]: A collection of custom fields linked to the task. - [Id ]: The unique identifier for an entity. -Read-only. - [Value ]: The value of the property. [StartDateTime ]: dateTimeTimeZone [Status ]: taskStatus [Title ]: A brief description of the task. @@ -9004,6 +9349,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. @@ -9041,6 +9388,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. @@ -9063,6 +9411,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 ]: @@ -9116,6 +9465,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. @@ -9125,8 +9476,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. @@ -9379,7 +9728,9 @@ Read-write. [(Any) ]: This indicates any property can be added to this object. [ArchiveStatus ]: siteArchiveStatus [ArchivedBy ]: identitySet - [ArchivedDateTime ]: + [ArchivedDateTime ]: Time when the container was archived. +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. [DataLocationCode ]: The geographic region code for where this site collection resides. Only present for multi-geo tenants. Read-only. @@ -9449,7 +9800,7 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for users to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). @@ -9733,22 +10084,23 @@ Always null when the object hasn't been deleted. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -9778,12 +10130,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -9893,7 +10302,7 @@ Optional. [IncludeBasicClaimSet ]: Determines whether the basic claim set is included in tokens affected by this policy. If set to true, all claims in the basic claim set are emitted in tokens affected by the policy. By default the basic claim set isn't in the tokens unless they're explicitly configured in this policy. - [CreatedByAppId ]: The appId (called Application (client) ID on the Microsoft Entra admin center) of the application used to create the service principal. + [CreatedByAppId ]: The appId of the application that created this service principal. Set internally by Microsoft Entra ID. Read-only. [CreatedObjects ]: Directory objects created by this service principal. @@ -10025,7 +10434,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -10184,13 +10593,13 @@ May not begin with .. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [ApprovedClientApps ]: + [ApprovedClientApps ]: The collection of approved client apps that are associated with the RDS configuration. +Supports $expand. [Id ]: The unique identifier for an entity. Read-only. - [DisplayName ]: + [DisplayName ]: Display name for the client application. [IsRemoteDesktopProtocolEnabled ]: Determines if Microsoft Entra ID RDS authentication protocol for RDP is enabled. [TargetDeviceGroups ]: The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. -
]: The unique identifier for an entity. Read-only. [DisplayName ]: Display name for the target device group. @@ -10553,7 +10962,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. - [ExternalAuthenticationMethods ]: Represents the external methods registered to a user for authentication. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. Optional. @@ -10569,7 +10978,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. - [DisplayName ]: Custom name given to the registered external authentication method. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. @@ -10822,7 +11231,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -11075,7 +11484,7 @@ Read-only. The identifiers must be unique in the tenant. [Birthday ]: The birthday of the user. 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 Returned only on $select. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. Only one number can be set for this property. Read-only for users synced from on-premises directory. @@ -11685,6 +12094,49 @@ This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. Read only. + [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. +Nullable. + [Attachments ]: References to attached objects like files, tabs, meetings etc. + [Body ]: itemBody + [ChannelIdentity ]: channelIdentity + [ChatId ]: If the message was sent in a chat, represents the identity of the chat. + [CreatedDateTime ]: Timestamp of when the chat message was created. + [DeletedDateTime ]: Read only. +Timestamp at which the chat message was deleted, or null if not deleted. + [Etag ]: Read-only. +Version number of the chat message. + [EventDetail ]: eventMessageDetail + [From ]: chatMessageFromIdentitySet + [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. + [Importance ]: chatMessageImportance + [LastEditedDateTime ]: Read only. +Timestamp when edits to the chat message were made. +Triggers an 'Edited' flag in the Teams UI. +If no edits are made the value is null. + [LastModifiedDateTime ]: Read only. +Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. + [Locale ]: Locale of the chat message set by the client. +Always set to en-us. + [Mentions ]: List of entities mentioned in the chat message. +Supported entities are: user, bot, team, channel, chat, and tag. + [MessageHistory ]: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. + [MessageType ]: chatMessageType + [OnBehalfOf ]: chatMessageFromIdentitySet + [PolicyViolation ]: chatMessagePolicyViolation + [Reactions ]: Reactions for this chat message (for example, Like). + [Replies ]: Replies for a specified message. +Supports $expand for channel messages. + [ReplyToId ]: Read-only. +ID of the parent chat message or root chat message of the thread. +(Only applies to chat messages in channels, not chats.) + [Subject ]: The subject of the chat message, in plaintext. + [Summary ]: Summary text of the chat message that could be used for push notifications and summary views or fall back views. +Only applies to channel chat messages, not chat messages in a chat. + [WebUrl ]: Read-only. +Link to the message in Microsoft Teams. + [Id ]: The unique identifier for an entity. +Read-only. + [Recipient ]: identity [TenantId ]: The identifier of the tenant in which the chat was created. Read-only. [Topic ]: (Optional) Subject or topic for the chat. @@ -11720,21 +12172,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -11853,7 +12362,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 @@ -11878,6 +12389,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. @@ -12085,10 +12629,11 @@ 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. + [ContentCategory ]: contentCategory [CorrelationId ]: An identifier used to group multiple related content entries (for example, different parts of the same file upload, messages in a conversation). [CreatedDateTime ]: Required. Timestamp indicating when the original content was created (for example, file creation time, message sent time). @@ -12373,6 +12918,7 @@ To proactively opt in to the new behavior ahead of time, use the contentStream p Nullable. [File ]: file [(Any) ]: This indicates any property can be added to this object. + [ArchiveStatus ]: fileArchiveStatus [Hashes ]: hashes [(Any) ]: This indicates any property can be added to this object. [Crc32Hash ]: The CRC32 value of the file (if available). @@ -12383,6 +12929,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. @@ -12483,6 +13042,17 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(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. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity. @@ -13492,6 +14062,8 @@ 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 total count of items in the list. +Read-only. [Items ]: All items contained in the list. [List ]: listInfo [(Any) ]: This indicates any property can be added to this object. @@ -13588,6 +14160,24 @@ Required. [LearningProviderId ]: The registration ID of the provider. Required. [Status ]: courseStatus + [Storyline ]: User's storyline singleton container. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Followers ]: The users who are following this user. + [Id ]: The unique identifier for an entity. +Read-only. + [Follower ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Followings ]: The users that this user is following. + [Id ]: The unique identifier for an entity. +Read-only. + [Following ]: The Viva Engage identities. [EmployeeHireDate ]: The date and time when the user was hired or will start work if there is a future hire. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. @@ -13602,10 +14192,10 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. @@ -13631,7 +14221,7 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. 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. - Returned only on $select. + Requires $select to retrieve. Note: This property is specific to SharePoint Online. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. @@ -13654,6 +14244,27 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityGovernance ]: identityGovernanceUserSettings + [(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 ]: 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 + [(Any) ]: This indicates any property can be added to this object. + [Duration ]: The requestor's desired duration of access represented in ISO 8601 format for durations. +For example, PT3H refers to three hours. + If specified in a request, endDateTime shouldn't be present and the type property should be set to afterDuration. + [EndDateTime ]: Timestamp of 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. + [Type ]: expirationPatternType + [Recurrence ]: patternedRecurrence + [StartDateTime ]: 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. +In PIM, when the eligible or active assignment becomes active. [IdentityParentId ]: The object ID of the parent identity for agent users. Always null for regular user accounts. For agentUser resources, this property references the object ID of the associated agent identity. @@ -13822,7 +14433,7 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for users to describe their interests. -Returned only on $select. +Requires $select to retrieve. [InvitedBy ]: directoryObject [IsLicenseReconciliationNeeded ]: Indicates whether the user is pending an exchange mailbox license assignment. Read-only. @@ -13831,7 +14442,8 @@ Returned only on $select. 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). @@ -13845,24 +14457,24 @@ If this list is non-empty, then only users or groups listed here can post. [AccessType ]: groupAccessType [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are auto-subscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -13872,6 +14484,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -14030,11 +14643,11 @@ You can use it as a $filter argument to get groups that have members with licens Supports $filter (eq). [HideFromAddressLists ]: true if the group isn't displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: true if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [InfoCatalogs ]: Identifies the info segments assigned to the group. Returned by default. @@ -14058,7 +14671,7 @@ Read-only. To manage a group 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. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -14108,6 +14721,7 @@ Read-only. [OnPremisesDomainName ]: Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only. + [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [OnPremisesLastSyncDateTime ]: Indicates the last time at which the group was synced with the on-premises directory.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. Returned by default. @@ -14428,10 +15042,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -14440,9 +15056,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. @@ -14606,7 +15251,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). @@ -14654,6 +15299,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 @@ -15051,12 +15697,12 @@ Immutable. Read-only. [UnseenConversationsCount ]: Count of conversations delivered one or more new posts since the signed-in user's last visit to the group. This property is the same as unseenCount. -Returned only on $select. +Requires $select to retrieve. [UnseenCount ]: Count of conversations that have received new posts since the signed-in user last visited the group. -This property is the same as unseenConversationsCount.Returned only on $select. +This property is the same as unseenConversationsCount.Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [UnseenMessagesCount ]: Count of new posts that have been delivered to the group's conversations since the signed-in user's last visit to the group. -Returned only on $select. +Requires $select to retrieve. [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. @@ -15067,7 +15713,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Requires $select to retrieve. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -15084,16 +15733,16 @@ Nullable. 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. Read-only. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. It also indicates licenses that are directly assigned and the ones the user inherited through group memberships. Read-only. -Returned only on $select. +Requires $select to retrieve. [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. Read-Only. @@ -15219,7 +15868,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -15768,6 +16417,8 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -15861,7 +16512,7 @@ Read-only. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Notifications ]: [Id ]: The unique identifier for an entity. Read-only. @@ -15956,6 +16607,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. @@ -16004,6 +16659,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. @@ -16258,7 +16918,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for users to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [PendingAccessReviewInstances ]: Navigation property to get a list of access reviews pending approval by the reviewer. [Id ]: The unique identifier for an entity. Read-only. @@ -16278,14 +16938,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. @@ -16618,7 +17270,7 @@ Example: 'en-US', or 'es-ES'. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -17074,15 +17726,14 @@ Read-only. [WebUrl ]: Link to the institution or department homepage. [Program ]: educationalActivityDetail [(Any) ]: This indicates any property can be added to this object. - [Abbreviation ]: Shortened name of the degree or program (example: PhD, MBA) + [Abbreviation ]: Shortened name of the degree or program, for example, PhD and MBA. [Activities ]: Extracurricular activities undertaken alongside the program. [Awards ]: Any awards or honors associated with the program. [Description ]: Short description of the program provided by the user. [DisplayName ]: Long-form name of the program that the user provided. - [FieldsOfStudy ]: Majors and minors associated with the program. -(if applicable) - [Grade ]: The final grade, class, GPA, or score. - [Notes ]: More notes the user provided. + [FieldsOfStudy ]: Majors and minors associated with the program, if applicable. + [Grade ]: The final grade, class, grade point average (GPA), or score. + [Notes ]: More notes provided by the user. [WebUrl ]: Link to the degree or program page. [StartMonthYear ]: The month and year the user commenced the activity referenced. [Emails ]: Represents detailed information about email addresses associated with the user. @@ -17385,9 +18036,9 @@ Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they have attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: The scoped-role administrative unit memberships for this user. Read-only. Nullable. @@ -17451,7 +18102,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. @@ -17601,7 +18252,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Use revokeSignInSessions to reset. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -17648,6 +18299,48 @@ The language component follows two-letter codes as defined in ISO 639-1, and the For users with multigeo licenses, the property contains the user's region (if available). For users without multigeo licenses, the property contains the organization's region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China. + [Sections ]: The sections in the user's chat list. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the section was created. +Read-only. +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. + [DisplayIcon ]: sectionDisplayIcon + [(Any) ]: This indicates any property can be added to this object. + [ContentUrl ]: The URL to a custom icon image. +Applicable when iconType is custom. + [DisplayName ]: The human-readable name of the icon. + [IconType ]: The type of icon. +Use an emoji character such as 👍 for an emoji icon, or custom for a custom image icon. + [SkinTone ]: sectionIconSkinTone + [DisplayName ]: The display name of the section. +Required. +Maximum length is 50 characters. +Display names are case-sensitive and must be unique within a user's sections. +The following names are reserved for system-defined sections and can't be used when creating a user-defined section: RecentChats, QuickViews, TeamsAndChannels, MutedChats, MeetingChats, EngageCommunities. + [IsExpanded ]: Indicates whether the section is expanded in the user interface. +The default value is true. + [IsHierarchicalViewEnabled ]: Indicates whether the hierarchical view is enabled for the section. +Read-only. + [Items ]: The items (chats, channels, meetings, or communities) organized within the section. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the item was added to the section. +Read-only. +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. + [ItemType ]: sectionItemType + [LastModifiedDateTime ]: Date and time when the item was last modified. +Read-only. +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. + [LastModifiedDateTime ]: Date and time when the section was last modified. +Read-only. +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. + [SectionType ]: sectionType + [SortType ]: sectionSortType [Todo ]: todo [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -17660,6 +18353,12 @@ Read-only. Nullable. [IsOwner ]: True if the user is owner of the given task list. [IsShared ]: True if the task list is shared with other users + [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the task list. +Read-only. +Nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Value ]: The value of the property. [Tasks ]: The tasks in this task list. Read-only. Nullable. @@ -17723,9 +18422,6 @@ Read-only. [Recurrence ]: patternedRecurrence [ReminderDateTime ]: dateTimeTimeZone [SingleValueExtendedProperties ]: A collection of custom fields linked to the task. - [Id ]: The unique identifier for an entity. -Read-only. - [Value ]: The value of the property. [StartDateTime ]: dateTimeTimeZone [Status ]: taskStatus [Title ]: A brief description of the task. @@ -17777,6 +18473,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. @@ -17814,6 +18512,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. @@ -17836,6 +18535,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 ]: @@ -17889,6 +18589,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. @@ -17898,8 +18600,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. @@ -18152,7 +18852,9 @@ Read-write. [(Any) ]: This indicates any property can be added to this object. [ArchiveStatus ]: siteArchiveStatus [ArchivedBy ]: identitySet - [ArchivedDateTime ]: + [ArchivedDateTime ]: Time when the container was archived. +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. [DataLocationCode ]: The geographic region code for where this site collection resides. Only present for multi-geo tenants. Read-only. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/New-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSource.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/New-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSource.md index 9a0c3454e8432..6d86fc998dc2b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/New-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSource.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/New-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSource.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.compliance/new-mgbetacomplianceediscoverycaselegalholdunifiedgroupsource Locale: en-US Module Name: Microsoft.Graph.Beta.Compliance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSource --- @@ -26,7 +26,7 @@ New-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSource -CaseId - [-Group ] [-HoldStatus ] [-Id ] [-IncludedSources ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -36,7 +36,7 @@ New-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSource -CaseId - -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -48,7 +48,7 @@ New-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSource -InputObject ] [-HoldStatus ] [-Id ] [-IncludedSources ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -58,7 +58,7 @@ New-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSource -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -681,7 +681,7 @@ Always null when the object hasn't been deleted. [AccessType ]: groupAccessType [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. @@ -713,13 +713,13 @@ Maximum length is 256 characters. Required on create. Supports $filter (eq only). [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. @@ -729,7 +729,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are auto-subscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. @@ -1012,16 +1012,59 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. [UsageRights ]: [Id ]: The unique identifier for an entity. Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. @@ -1155,7 +1198,7 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for users to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). @@ -1435,22 +1478,23 @@ Read-only. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -1480,12 +1524,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -1568,7 +1669,7 @@ Optional. [IncludeBasicClaimSet ]: Determines whether the basic claim set is included in tokens affected by this policy. If set to true, all claims in the basic claim set are emitted in tokens affected by the policy. By default the basic claim set isn't in the tokens unless they're explicitly configured in this policy. - [CreatedByAppId ]: The appId (called Application (client) ID on the Microsoft Entra admin center) of the application used to create the service principal. + [CreatedByAppId ]: The appId of the application that created this service principal. Set internally by Microsoft Entra ID. Read-only. [CreatedObjects ]: Directory objects created by this service principal. @@ -1700,7 +1801,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -1859,13 +1960,13 @@ May not begin with .. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [ApprovedClientApps ]: + [ApprovedClientApps ]: The collection of approved client apps that are associated with the RDS configuration. +Supports $expand. [Id ]: The unique identifier for an entity. Read-only. - [DisplayName ]: + [DisplayName ]: Display name for the client application. [IsRemoteDesktopProtocolEnabled ]: Determines if Microsoft Entra ID RDS authentication protocol for RDP is enabled. [TargetDeviceGroups ]: The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. -
]: The unique identifier for an entity. Read-only. [DisplayName ]: Display name for the target device group. @@ -2224,7 +2325,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. - [ExternalAuthenticationMethods ]: Represents the external methods registered to a user for authentication. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. Optional. @@ -2240,7 +2341,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. - [DisplayName ]: Custom name given to the registered external authentication method. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. @@ -2491,7 +2592,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -2744,7 +2845,7 @@ Read-only. The identifiers must be unique in the tenant. [Birthday ]: The birthday of the user. 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 Returned only on $select. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. Only one number can be set for this property. Read-only for users synced from on-premises directory. @@ -3083,6 +3184,49 @@ This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. Read only. + [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. +Nullable. + [Attachments ]: References to attached objects like files, tabs, meetings etc. + [Body ]: itemBody + [ChannelIdentity ]: channelIdentity + [ChatId ]: If the message was sent in a chat, represents the identity of the chat. + [CreatedDateTime ]: Timestamp of when the chat message was created. + [DeletedDateTime ]: Read only. +Timestamp at which the chat message was deleted, or null if not deleted. + [Etag ]: Read-only. +Version number of the chat message. + [EventDetail ]: eventMessageDetail + [From ]: chatMessageFromIdentitySet + [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. + [Importance ]: chatMessageImportance + [LastEditedDateTime ]: Read only. +Timestamp when edits to the chat message were made. +Triggers an 'Edited' flag in the Teams UI. +If no edits are made the value is null. + [LastModifiedDateTime ]: Read only. +Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. + [Locale ]: Locale of the chat message set by the client. +Always set to en-us. + [Mentions ]: List of entities mentioned in the chat message. +Supported entities are: user, bot, team, channel, chat, and tag. + [MessageHistory ]: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. + [MessageType ]: chatMessageType + [OnBehalfOf ]: chatMessageFromIdentitySet + [PolicyViolation ]: chatMessagePolicyViolation + [Reactions ]: Reactions for this chat message (for example, Like). + [Replies ]: Replies for a specified message. +Supports $expand for channel messages. + [ReplyToId ]: Read-only. +ID of the parent chat message or root chat message of the thread. +(Only applies to chat messages in channels, not chats.) + [Subject ]: The subject of the chat message, in plaintext. + [Summary ]: Summary text of the chat message that could be used for push notifications and summary views or fall back views. +Only applies to channel chat messages, not chat messages in a chat. + [WebUrl ]: Read-only. +Link to the message in Microsoft Teams. + [Id ]: The unique identifier for an entity. +Read-only. + [Recipient ]: identity [TenantId ]: The identifier of the tenant in which the chat was created. Read-only. [Topic ]: (Optional) Subject or topic for the chat. @@ -3118,7 +3262,22 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [AssignmentErrors ]: + [Id ]: The unique identifier for an entity. +Read-only. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [Assignments ]: [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -3237,7 +3396,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 @@ -3262,6 +3423,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. @@ -3469,10 +3663,11 @@ 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. + [ContentCategory ]: contentCategory [CorrelationId ]: An identifier used to group multiple related content entries (for example, different parts of the same file upload, messages in a conversation). [CreatedDateTime ]: Required. Timestamp indicating when the original content was created (for example, file creation time, message sent time). @@ -3600,6 +3795,24 @@ Required. [LearningProviderId ]: The registration ID of the provider. Required. [Status ]: courseStatus + [Storyline ]: User's storyline singleton container. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Followers ]: The users who are following this user. + [Id ]: The unique identifier for an entity. +Read-only. + [Follower ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Followings ]: The users that this user is following. + [Id ]: The unique identifier for an entity. +Read-only. + [Following ]: The Viva Engage identities. [EmployeeHireDate ]: The date and time when the user was hired or will start work if there is a future hire. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. @@ -3614,10 +3827,10 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. @@ -3837,6 +4050,17 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(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. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity. @@ -3934,6 +4158,7 @@ To proactively opt in to the new behavior ahead of time, use the contentStream p Nullable. [File ]: file [(Any) ]: This indicates any property can be added to this object. + [ArchiveStatus ]: fileArchiveStatus [Hashes ]: hashes [(Any) ]: This indicates any property can be added to this object. [Crc32Hash ]: The CRC32 value of the file (if available). @@ -3944,6 +4169,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. @@ -5052,6 +5290,8 @@ Read-only. [ContentTypes ]: The collection of content types present in this list. [DisplayName ]: The displayable title of the list. [Drive ]: drive + [ItemCount ]: The total count of items in the list. +Read-only. [Items ]: All items contained in the list. [List ]: listInfo [(Any) ]: This indicates any property can be added to this object. @@ -5405,7 +5645,9 @@ Read-write. [(Any) ]: This indicates any property can be added to this object. [ArchiveStatus ]: siteArchiveStatus [ArchivedBy ]: identitySet - [ArchivedDateTime ]: + [ArchivedDateTime ]: Time when the container was archived. +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. [DataLocationCode ]: The geographic region code for where this site collection resides. Only present for multi-geo tenants. Read-only. @@ -5428,7 +5670,7 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. 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. - Returned only on $select. + Requires $select to retrieve. Note: This property is specific to SharePoint Online. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. @@ -5451,6 +5693,27 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityGovernance ]: identityGovernanceUserSettings + [(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 ]: 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 + [(Any) ]: This indicates any property can be added to this object. + [Duration ]: The requestor's desired duration of access represented in ISO 8601 format for durations. +For example, PT3H refers to three hours. + If specified in a request, endDateTime shouldn't be present and the type property should be set to afterDuration. + [EndDateTime ]: Timestamp of 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. + [Type ]: expirationPatternType + [Recurrence ]: patternedRecurrence + [StartDateTime ]: 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. +In PIM, when the eligible or active assignment becomes active. [IdentityParentId ]: The object ID of the parent identity for agent users. Always null for regular user accounts. For agentUser resources, this property references the object ID of the associated agent identity. @@ -5547,7 +5810,7 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for users to describe their interests. -Returned only on $select. +Requires $select to retrieve. [InvitedBy ]: directoryObject [IsLicenseReconciliationNeeded ]: Indicates whether the user is pending an exchange mailbox license assignment. Read-only. @@ -5556,7 +5819,8 @@ Returned only on $select. 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). @@ -5586,6 +5850,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 @@ -5729,10 +5994,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -5741,9 +6008,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. @@ -6240,16 +6536,16 @@ This URL should be treated as an opaque blob, and not parsed. 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. Read-only. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. It also indicates licenses that are directly assigned and the ones the user inherited through group memberships. Read-only. -Returned only on $select. +Requires $select to retrieve. [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. Read-Only. @@ -6375,7 +6671,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -6924,6 +7220,8 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -7017,7 +7315,7 @@ Read-only. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Notifications ]: [Id ]: The unique identifier for an entity. Read-only. @@ -7125,6 +7423,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. @@ -7173,6 +7475,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. @@ -7427,7 +7734,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for users to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [PendingAccessReviewInstances ]: Navigation property to get a list of access reviews pending approval by the reviewer. [Id ]: The unique identifier for an entity. Read-only. @@ -7447,14 +7754,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. @@ -7787,7 +8086,7 @@ Example: 'en-US', or 'es-ES'. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -8243,15 +8542,14 @@ Read-only. [WebUrl ]: Link to the institution or department homepage. [Program ]: educationalActivityDetail [(Any) ]: This indicates any property can be added to this object. - [Abbreviation ]: Shortened name of the degree or program (example: PhD, MBA) + [Abbreviation ]: Shortened name of the degree or program, for example, PhD and MBA. [Activities ]: Extracurricular activities undertaken alongside the program. [Awards ]: Any awards or honors associated with the program. [Description ]: Short description of the program provided by the user. [DisplayName ]: Long-form name of the program that the user provided. - [FieldsOfStudy ]: Majors and minors associated with the program. -(if applicable) - [Grade ]: The final grade, class, GPA, or score. - [Notes ]: More notes the user provided. + [FieldsOfStudy ]: Majors and minors associated with the program, if applicable. + [Grade ]: The final grade, class, grade point average (GPA), or score. + [Notes ]: More notes provided by the user. [WebUrl ]: Link to the degree or program page. [StartMonthYear ]: The month and year the user commenced the activity referenced. [Emails ]: Represents detailed information about email addresses associated with the user. @@ -8554,9 +8852,9 @@ Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they have attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: The scoped-role administrative unit memberships for this user. Read-only. Nullable. @@ -8623,7 +8921,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. @@ -8773,7 +9071,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Use revokeSignInSessions to reset. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -8820,6 +9118,48 @@ The language component follows two-letter codes as defined in ISO 639-1, and the For users with multigeo licenses, the property contains the user's region (if available). For users without multigeo licenses, the property contains the organization's region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China. + [Sections ]: The sections in the user's chat list. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the section was created. +Read-only. +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. + [DisplayIcon ]: sectionDisplayIcon + [(Any) ]: This indicates any property can be added to this object. + [ContentUrl ]: The URL to a custom icon image. +Applicable when iconType is custom. + [DisplayName ]: The human-readable name of the icon. + [IconType ]: The type of icon. +Use an emoji character such as 👍 for an emoji icon, or custom for a custom image icon. + [SkinTone ]: sectionIconSkinTone + [DisplayName ]: The display name of the section. +Required. +Maximum length is 50 characters. +Display names are case-sensitive and must be unique within a user's sections. +The following names are reserved for system-defined sections and can't be used when creating a user-defined section: RecentChats, QuickViews, TeamsAndChannels, MutedChats, MeetingChats, EngageCommunities. + [IsExpanded ]: Indicates whether the section is expanded in the user interface. +The default value is true. + [IsHierarchicalViewEnabled ]: Indicates whether the hierarchical view is enabled for the section. +Read-only. + [Items ]: The items (chats, channels, meetings, or communities) organized within the section. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the item was added to the section. +Read-only. +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. + [ItemType ]: sectionItemType + [LastModifiedDateTime ]: Date and time when the item was last modified. +Read-only. +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. + [LastModifiedDateTime ]: Date and time when the section was last modified. +Read-only. +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. + [SectionType ]: sectionType + [SortType ]: sectionSortType [Todo ]: todo [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -8832,6 +9172,12 @@ Read-only. Nullable. [IsOwner ]: True if the user is owner of the given task list. [IsShared ]: True if the task list is shared with other users + [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the task list. +Read-only. +Nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Value ]: The value of the property. [Tasks ]: The tasks in this task list. Read-only. Nullable. @@ -8895,9 +9241,6 @@ Read-only. [Recurrence ]: patternedRecurrence [ReminderDateTime ]: dateTimeTimeZone [SingleValueExtendedProperties ]: A collection of custom fields linked to the task. - [Id ]: The unique identifier for an entity. -Read-only. - [Value ]: The value of the property. [StartDateTime ]: dateTimeTimeZone [Status ]: taskStatus [Title ]: A brief description of the task. @@ -8949,6 +9292,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. @@ -8986,6 +9331,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. @@ -9008,6 +9354,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 ]: @@ -9061,6 +9408,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. @@ -9070,8 +9419,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. @@ -9173,11 +9520,11 @@ You can use it as a $filter argument to get groups that have members with licens Supports $filter (eq). [HideFromAddressLists ]: true if the group isn't displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: true if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [InfoCatalogs ]: Identifies the info segments assigned to the group. Returned by default. @@ -9201,7 +9548,7 @@ Read-only. To manage a group 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. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -9251,6 +9598,7 @@ Read-only. [OnPremisesDomainName ]: Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only. + [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [OnPremisesLastSyncDateTime ]: Indicates the last time at which the group was synced with the on-premises directory.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. Returned by default. @@ -9332,7 +9680,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). @@ -9368,12 +9716,12 @@ Immutable. Read-only. [UnseenConversationsCount ]: Count of conversations delivered one or more new posts since the signed-in user's last visit to the group. This property is the same as unseenCount. -Returned only on $select. +Requires $select to retrieve. [UnseenCount ]: Count of conversations that have received new posts since the signed-in user last visited the group. -This property is the same as unseenConversationsCount.Returned only on $select. +This property is the same as unseenConversationsCount.Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [UnseenMessagesCount ]: Count of new posts that have been delivered to the group's conversations since the signed-in user's last visit to the group. -Returned only on $select. +Requires $select to retrieve. [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. @@ -9384,7 +9732,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Requires $select to retrieve. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -9423,7 +9774,7 @@ Always null when the object hasn't been deleted. [AccessType ]: groupAccessType [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. @@ -9455,13 +9806,13 @@ Maximum length is 256 characters. Required on create. Supports $filter (eq only). [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. @@ -9471,7 +9822,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are auto-subscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. @@ -9754,16 +10105,59 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. [UsageRights ]: [Id ]: The unique identifier for an entity. Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. @@ -9907,7 +10301,7 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for users to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). @@ -10187,22 +10581,23 @@ Read-only. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -10232,12 +10627,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -10320,7 +10772,7 @@ Optional. [IncludeBasicClaimSet ]: Determines whether the basic claim set is included in tokens affected by this policy. If set to true, all claims in the basic claim set are emitted in tokens affected by the policy. By default the basic claim set isn't in the tokens unless they're explicitly configured in this policy. - [CreatedByAppId ]: The appId (called Application (client) ID on the Microsoft Entra admin center) of the application used to create the service principal. + [CreatedByAppId ]: The appId of the application that created this service principal. Set internally by Microsoft Entra ID. Read-only. [CreatedObjects ]: Directory objects created by this service principal. @@ -10452,7 +10904,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -10611,13 +11063,13 @@ May not begin with .. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [ApprovedClientApps ]: + [ApprovedClientApps ]: The collection of approved client apps that are associated with the RDS configuration. +Supports $expand. [Id ]: The unique identifier for an entity. Read-only. - [DisplayName ]: + [DisplayName ]: Display name for the client application. [IsRemoteDesktopProtocolEnabled ]: Determines if Microsoft Entra ID RDS authentication protocol for RDP is enabled. [TargetDeviceGroups ]: The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. -
]: The unique identifier for an entity. Read-only. [DisplayName ]: Display name for the target device group. @@ -10976,7 +11428,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. - [ExternalAuthenticationMethods ]: Represents the external methods registered to a user for authentication. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. Optional. @@ -10992,7 +11444,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. - [DisplayName ]: Custom name given to the registered external authentication method. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. @@ -11243,7 +11695,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -11496,7 +11948,7 @@ Read-only. The identifiers must be unique in the tenant. [Birthday ]: The birthday of the user. 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 Returned only on $select. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. Only one number can be set for this property. Read-only for users synced from on-premises directory. @@ -11835,6 +12287,49 @@ This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. Read only. + [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. +Nullable. + [Attachments ]: References to attached objects like files, tabs, meetings etc. + [Body ]: itemBody + [ChannelIdentity ]: channelIdentity + [ChatId ]: If the message was sent in a chat, represents the identity of the chat. + [CreatedDateTime ]: Timestamp of when the chat message was created. + [DeletedDateTime ]: Read only. +Timestamp at which the chat message was deleted, or null if not deleted. + [Etag ]: Read-only. +Version number of the chat message. + [EventDetail ]: eventMessageDetail + [From ]: chatMessageFromIdentitySet + [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. + [Importance ]: chatMessageImportance + [LastEditedDateTime ]: Read only. +Timestamp when edits to the chat message were made. +Triggers an 'Edited' flag in the Teams UI. +If no edits are made the value is null. + [LastModifiedDateTime ]: Read only. +Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. + [Locale ]: Locale of the chat message set by the client. +Always set to en-us. + [Mentions ]: List of entities mentioned in the chat message. +Supported entities are: user, bot, team, channel, chat, and tag. + [MessageHistory ]: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. + [MessageType ]: chatMessageType + [OnBehalfOf ]: chatMessageFromIdentitySet + [PolicyViolation ]: chatMessagePolicyViolation + [Reactions ]: Reactions for this chat message (for example, Like). + [Replies ]: Replies for a specified message. +Supports $expand for channel messages. + [ReplyToId ]: Read-only. +ID of the parent chat message or root chat message of the thread. +(Only applies to chat messages in channels, not chats.) + [Subject ]: The subject of the chat message, in plaintext. + [Summary ]: Summary text of the chat message that could be used for push notifications and summary views or fall back views. +Only applies to channel chat messages, not chat messages in a chat. + [WebUrl ]: Read-only. +Link to the message in Microsoft Teams. + [Id ]: The unique identifier for an entity. +Read-only. + [Recipient ]: identity [TenantId ]: The identifier of the tenant in which the chat was created. Read-only. [Topic ]: (Optional) Subject or topic for the chat. @@ -11870,7 +12365,22 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [AssignmentErrors ]: + [Id ]: The unique identifier for an entity. +Read-only. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [Assignments ]: [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -11989,7 +12499,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 @@ -12014,6 +12526,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. @@ -12221,10 +12766,11 @@ 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. + [ContentCategory ]: contentCategory [CorrelationId ]: An identifier used to group multiple related content entries (for example, different parts of the same file upload, messages in a conversation). [CreatedDateTime ]: Required. Timestamp indicating when the original content was created (for example, file creation time, message sent time). @@ -12352,6 +12898,24 @@ Required. [LearningProviderId ]: The registration ID of the provider. Required. [Status ]: courseStatus + [Storyline ]: User's storyline singleton container. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Followers ]: The users who are following this user. + [Id ]: The unique identifier for an entity. +Read-only. + [Follower ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Followings ]: The users that this user is following. + [Id ]: The unique identifier for an entity. +Read-only. + [Following ]: The Viva Engage identities. [EmployeeHireDate ]: The date and time when the user was hired or will start work if there is a future hire. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. @@ -12366,10 +12930,10 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. @@ -12589,6 +13153,17 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(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. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity. @@ -12686,6 +13261,7 @@ To proactively opt in to the new behavior ahead of time, use the contentStream p Nullable. [File ]: file [(Any) ]: This indicates any property can be added to this object. + [ArchiveStatus ]: fileArchiveStatus [Hashes ]: hashes [(Any) ]: This indicates any property can be added to this object. [Crc32Hash ]: The CRC32 value of the file (if available). @@ -12696,6 +13272,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. @@ -13804,6 +14393,8 @@ Read-only. [ContentTypes ]: The collection of content types present in this list. [DisplayName ]: The displayable title of the list. [Drive ]: drive + [ItemCount ]: The total count of items in the list. +Read-only. [Items ]: All items contained in the list. [List ]: listInfo [(Any) ]: This indicates any property can be added to this object. @@ -14157,7 +14748,9 @@ Read-write. [(Any) ]: This indicates any property can be added to this object. [ArchiveStatus ]: siteArchiveStatus [ArchivedBy ]: identitySet - [ArchivedDateTime ]: + [ArchivedDateTime ]: Time when the container was archived. +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. [DataLocationCode ]: The geographic region code for where this site collection resides. Only present for multi-geo tenants. Read-only. @@ -14180,7 +14773,7 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. 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. - Returned only on $select. + Requires $select to retrieve. Note: This property is specific to SharePoint Online. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. @@ -14203,6 +14796,27 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityGovernance ]: identityGovernanceUserSettings + [(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 ]: 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 + [(Any) ]: This indicates any property can be added to this object. + [Duration ]: The requestor's desired duration of access represented in ISO 8601 format for durations. +For example, PT3H refers to three hours. + If specified in a request, endDateTime shouldn't be present and the type property should be set to afterDuration. + [EndDateTime ]: Timestamp of 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. + [Type ]: expirationPatternType + [Recurrence ]: patternedRecurrence + [StartDateTime ]: 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. +In PIM, when the eligible or active assignment becomes active. [IdentityParentId ]: The object ID of the parent identity for agent users. Always null for regular user accounts. For agentUser resources, this property references the object ID of the associated agent identity. @@ -14299,7 +14913,7 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for users to describe their interests. -Returned only on $select. +Requires $select to retrieve. [InvitedBy ]: directoryObject [IsLicenseReconciliationNeeded ]: Indicates whether the user is pending an exchange mailbox license assignment. Read-only. @@ -14308,7 +14922,8 @@ Returned only on $select. 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). @@ -14338,6 +14953,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 @@ -14481,10 +15097,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -14493,9 +15111,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. @@ -14992,16 +15639,16 @@ This URL should be treated as an opaque blob, and not parsed. 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. Read-only. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. It also indicates licenses that are directly assigned and the ones the user inherited through group memberships. Read-only. -Returned only on $select. +Requires $select to retrieve. [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. Read-Only. @@ -15127,7 +15774,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -15676,6 +16323,8 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -15769,7 +16418,7 @@ Read-only. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Notifications ]: [Id ]: The unique identifier for an entity. Read-only. @@ -15877,6 +16526,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. @@ -15925,6 +16578,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. @@ -16179,7 +16837,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for users to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [PendingAccessReviewInstances ]: Navigation property to get a list of access reviews pending approval by the reviewer. [Id ]: The unique identifier for an entity. Read-only. @@ -16199,14 +16857,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. @@ -16539,7 +17189,7 @@ Example: 'en-US', or 'es-ES'. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -16995,15 +17645,14 @@ Read-only. [WebUrl ]: Link to the institution or department homepage. [Program ]: educationalActivityDetail [(Any) ]: This indicates any property can be added to this object. - [Abbreviation ]: Shortened name of the degree or program (example: PhD, MBA) + [Abbreviation ]: Shortened name of the degree or program, for example, PhD and MBA. [Activities ]: Extracurricular activities undertaken alongside the program. [Awards ]: Any awards or honors associated with the program. [Description ]: Short description of the program provided by the user. [DisplayName ]: Long-form name of the program that the user provided. - [FieldsOfStudy ]: Majors and minors associated with the program. -(if applicable) - [Grade ]: The final grade, class, GPA, or score. - [Notes ]: More notes the user provided. + [FieldsOfStudy ]: Majors and minors associated with the program, if applicable. + [Grade ]: The final grade, class, grade point average (GPA), or score. + [Notes ]: More notes provided by the user. [WebUrl ]: Link to the degree or program page. [StartMonthYear ]: The month and year the user commenced the activity referenced. [Emails ]: Represents detailed information about email addresses associated with the user. @@ -17306,9 +17955,9 @@ Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they have attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: The scoped-role administrative unit memberships for this user. Read-only. Nullable. @@ -17375,7 +18024,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. @@ -17525,7 +18174,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Use revokeSignInSessions to reset. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -17572,6 +18221,48 @@ The language component follows two-letter codes as defined in ISO 639-1, and the For users with multigeo licenses, the property contains the user's region (if available). For users without multigeo licenses, the property contains the organization's region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China. + [Sections ]: The sections in the user's chat list. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the section was created. +Read-only. +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. + [DisplayIcon ]: sectionDisplayIcon + [(Any) ]: This indicates any property can be added to this object. + [ContentUrl ]: The URL to a custom icon image. +Applicable when iconType is custom. + [DisplayName ]: The human-readable name of the icon. + [IconType ]: The type of icon. +Use an emoji character such as 👍 for an emoji icon, or custom for a custom image icon. + [SkinTone ]: sectionIconSkinTone + [DisplayName ]: The display name of the section. +Required. +Maximum length is 50 characters. +Display names are case-sensitive and must be unique within a user's sections. +The following names are reserved for system-defined sections and can't be used when creating a user-defined section: RecentChats, QuickViews, TeamsAndChannels, MutedChats, MeetingChats, EngageCommunities. + [IsExpanded ]: Indicates whether the section is expanded in the user interface. +The default value is true. + [IsHierarchicalViewEnabled ]: Indicates whether the hierarchical view is enabled for the section. +Read-only. + [Items ]: The items (chats, channels, meetings, or communities) organized within the section. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the item was added to the section. +Read-only. +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. + [ItemType ]: sectionItemType + [LastModifiedDateTime ]: Date and time when the item was last modified. +Read-only. +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. + [LastModifiedDateTime ]: Date and time when the section was last modified. +Read-only. +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. + [SectionType ]: sectionType + [SortType ]: sectionSortType [Todo ]: todo [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -17584,6 +18275,12 @@ Read-only. Nullable. [IsOwner ]: True if the user is owner of the given task list. [IsShared ]: True if the task list is shared with other users + [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the task list. +Read-only. +Nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Value ]: The value of the property. [Tasks ]: The tasks in this task list. Read-only. Nullable. @@ -17647,9 +18344,6 @@ Read-only. [Recurrence ]: patternedRecurrence [ReminderDateTime ]: dateTimeTimeZone [SingleValueExtendedProperties ]: A collection of custom fields linked to the task. - [Id ]: The unique identifier for an entity. -Read-only. - [Value ]: The value of the property. [StartDateTime ]: dateTimeTimeZone [Status ]: taskStatus [Title ]: A brief description of the task. @@ -17701,6 +18395,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. @@ -17738,6 +18434,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. @@ -17760,6 +18457,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 ]: @@ -17813,6 +18511,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. @@ -17822,8 +18522,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. @@ -17925,11 +18623,11 @@ You can use it as a $filter argument to get groups that have members with licens Supports $filter (eq). [HideFromAddressLists ]: true if the group isn't displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: true if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [InfoCatalogs ]: Identifies the info segments assigned to the group. Returned by default. @@ -17953,7 +18651,7 @@ Read-only. To manage a group 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. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -18003,6 +18701,7 @@ Read-only. [OnPremisesDomainName ]: Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only. + [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [OnPremisesLastSyncDateTime ]: Indicates the last time at which the group was synced with the on-premises directory.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. Returned by default. @@ -18084,7 +18783,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). @@ -18120,12 +18819,12 @@ Immutable. Read-only. [UnseenConversationsCount ]: Count of conversations delivered one or more new posts since the signed-in user's last visit to the group. This property is the same as unseenCount. -Returned only on $select. +Requires $select to retrieve. [UnseenCount ]: Count of conversations that have received new posts since the signed-in user last visited the group. -This property is the same as unseenConversationsCount.Returned only on $select. +This property is the same as unseenConversationsCount.Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [UnseenMessagesCount ]: Count of new posts that have been delivered to the group's conversations since the signed-in user's last visit to the group. -Returned only on $select. +Requires $select to retrieve. [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. @@ -18136,7 +18835,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Requires $select to retrieve. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/New-MgBetaComplianceEdiscoveryCaseLegalHoldUserSource.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/New-MgBetaComplianceEdiscoveryCaseLegalHoldUserSource.md index a92060882de84..2d1fc9592f64b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/New-MgBetaComplianceEdiscoveryCaseLegalHoldUserSource.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/New-MgBetaComplianceEdiscoveryCaseLegalHoldUserSource.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.compliance/new-mgbetacomplianceediscoverycaselegalholdusersource Locale: en-US Module Name: Microsoft.Graph.Beta.Compliance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaComplianceEdiscoveryCaseLegalHoldUserSource --- @@ -26,7 +26,7 @@ New-MgBetaComplianceEdiscoveryCaseLegalHoldUserSource -CaseId -LegalHol [-Email ] [-HoldStatus ] [-Id ] [-IncludedSources ] [-SiteWebUrl ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -36,7 +36,7 @@ New-MgBetaComplianceEdiscoveryCaseLegalHoldUserSource -CaseId -LegalHol -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -48,7 +48,7 @@ New-MgBetaComplianceEdiscoveryCaseLegalHoldUserSource -InputObject ] [-HoldStatus ] [-Id ] [-IncludedSources ] [-SiteWebUrl ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -58,7 +58,7 @@ New-MgBetaComplianceEdiscoveryCaseLegalHoldUserSource -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/New-MgBetaComplianceEdiscoveryCaseNoncustodialDataSource.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/New-MgBetaComplianceEdiscoveryCaseNoncustodialDataSource.md index 2d7fc4d886121..1f87ca3543443 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/New-MgBetaComplianceEdiscoveryCaseNoncustodialDataSource.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/New-MgBetaComplianceEdiscoveryCaseNoncustodialDataSource.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.compliance/new-mgbetacomplianceediscoverycasenoncustodialdatasource Locale: en-US Module Name: Microsoft.Graph.Beta.Compliance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaComplianceEdiscoveryCaseNoncustodialDataSource --- @@ -27,7 +27,7 @@ New-MgBetaComplianceEdiscoveryCaseNoncustodialDataSource -CaseId [-LastModifiedDateTime ] [-ReleasedDateTime ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -38,7 +38,6 @@ New-MgBetaComplianceEdiscoveryCaseNoncustodialDataSource -CaseId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -51,7 +50,7 @@ New-MgBetaComplianceEdiscoveryCaseNoncustodialDataSource -InputObject ] [-ReleasedDateTime ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -62,7 +61,6 @@ New-MgBetaComplianceEdiscoveryCaseNoncustodialDataSource -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/New-MgBetaComplianceEdiscoveryCaseOperation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/New-MgBetaComplianceEdiscoveryCaseOperation.md index e5285011c15c0..3524096586c4d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/New-MgBetaComplianceEdiscoveryCaseOperation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/New-MgBetaComplianceEdiscoveryCaseOperation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.compliance/new-mgbetacomplianceediscoverycaseoperation Locale: en-US Module Name: Microsoft.Graph.Beta.Compliance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaComplianceEdiscoveryCaseOperation --- @@ -26,7 +26,7 @@ New-MgBetaComplianceEdiscoveryCaseOperation -CaseId [-ResponseHeadersVa [-PercentProgress ] [-ResultInfo ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -36,7 +36,7 @@ New-MgBetaComplianceEdiscoveryCaseOperation -CaseId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -49,7 +49,6 @@ New-MgBetaComplianceEdiscoveryCaseOperation -InputObject [-ResultInfo ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -59,7 +58,7 @@ New-MgBetaComplianceEdiscoveryCaseOperation -InputObject -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.Compliance/New-MgBetaComplianceEdiscoveryCaseReviewSet.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/New-MgBetaComplianceEdiscoveryCaseReviewSet.md index 299059f7eb5a9..2c26e681bb79d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/New-MgBetaComplianceEdiscoveryCaseReviewSet.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/New-MgBetaComplianceEdiscoveryCaseReviewSet.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.compliance/new-mgbetacomplianceediscoverycasereviewset Locale: en-US Module Name: Microsoft.Graph.Beta.Compliance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaComplianceEdiscoveryCaseReviewSet --- @@ -27,7 +27,6 @@ New-MgBetaComplianceEdiscoveryCaseReviewSet -CaseId [-ResponseHeadersVa [-Queries ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -37,7 +36,7 @@ New-MgBetaComplianceEdiscoveryCaseReviewSet -CaseId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -49,7 +48,7 @@ New-MgBetaComplianceEdiscoveryCaseReviewSet -InputObject [-Id ] [-Queries ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -59,7 +58,7 @@ New-MgBetaComplianceEdiscoveryCaseReviewSet -InputObject -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.Compliance/New-MgBetaComplianceEdiscoveryCaseReviewSetQuery.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/New-MgBetaComplianceEdiscoveryCaseReviewSetQuery.md index a64f17a975a4f..3fc70d3ac464e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/New-MgBetaComplianceEdiscoveryCaseReviewSetQuery.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/New-MgBetaComplianceEdiscoveryCaseReviewSetQuery.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.compliance/new-mgbetacomplianceediscoverycasereviewsetquery Locale: en-US Module Name: Microsoft.Graph.Beta.Compliance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaComplianceEdiscoveryCaseReviewSetQuery --- @@ -26,7 +26,7 @@ New-MgBetaComplianceEdiscoveryCaseReviewSetQuery -CaseId -ReviewSetId < [-Id ] [-LastModifiedBy ] [-LastModifiedDateTime ] [-Query ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -36,7 +36,7 @@ New-MgBetaComplianceEdiscoveryCaseReviewSetQuery -CaseId -ReviewSetId < -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -48,7 +48,7 @@ New-MgBetaComplianceEdiscoveryCaseReviewSetQuery -InputObject ] [-LastModifiedBy ] [-LastModifiedDateTime ] [-Query ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -58,7 +58,7 @@ New-MgBetaComplianceEdiscoveryCaseReviewSetQuery -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/New-MgBetaComplianceEdiscoveryCaseSourceCollection.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/New-MgBetaComplianceEdiscoveryCaseSourceCollection.md index 956491dd171c5..ef8b9d95127cc 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/New-MgBetaComplianceEdiscoveryCaseSourceCollection.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/New-MgBetaComplianceEdiscoveryCaseSourceCollection.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.compliance/new-mgbetacomplianceediscoverycasesourcecollection Locale: en-US Module Name: Microsoft.Graph.Beta.Compliance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaComplianceEdiscoveryCaseSourceCollection --- @@ -32,7 +32,7 @@ New-MgBetaComplianceEdiscoveryCaseSourceCollection -CaseId [-NoncustodialSources ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -42,7 +42,7 @@ New-MgBetaComplianceEdiscoveryCaseSourceCollection -CaseId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -60,7 +60,7 @@ New-MgBetaComplianceEdiscoveryCaseSourceCollection -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -70,7 +70,7 @@ New-MgBetaComplianceEdiscoveryCaseSourceCollection -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/New-MgBetaComplianceEdiscoveryCaseSourceCollectionAdditionalSource.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/New-MgBetaComplianceEdiscoveryCaseSourceCollectionAdditionalSource.md index 982b3bcd4b528..f831c7884ba82 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/New-MgBetaComplianceEdiscoveryCaseSourceCollectionAdditionalSource.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/New-MgBetaComplianceEdiscoveryCaseSourceCollectionAdditionalSource.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.compliance/new-mgbetacomplianceediscoverycasesourcecollectionadditionalsource Locale: en-US Module Name: Microsoft.Graph.Beta.Compliance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaComplianceEdiscoveryCaseSourceCollectionAdditionalSource --- @@ -26,7 +26,7 @@ New-MgBetaComplianceEdiscoveryCaseSourceCollectionAdditionalSource -CaseId ] [-DisplayName ] [-HoldStatus ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -37,7 +37,6 @@ New-MgBetaComplianceEdiscoveryCaseSourceCollectionAdditionalSource -CaseId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -49,7 +48,7 @@ New-MgBetaComplianceEdiscoveryCaseSourceCollectionAdditionalSource [-CreatedDateTime ] [-DisplayName ] [-HoldStatus ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -60,7 +59,6 @@ New-MgBetaComplianceEdiscoveryCaseSourceCollectionAdditionalSource [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/New-MgBetaComplianceEdiscoveryCaseTag.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/New-MgBetaComplianceEdiscoveryCaseTag.md index cbb781844fd06..f7820a0a9071b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/New-MgBetaComplianceEdiscoveryCaseTag.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/New-MgBetaComplianceEdiscoveryCaseTag.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.compliance/new-mgbetacomplianceediscoverycasetag Locale: en-US Module Name: Microsoft.Graph.Beta.Compliance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaComplianceEdiscoveryCaseTag --- @@ -28,7 +28,6 @@ New-MgBetaComplianceEdiscoveryCaseTag -CaseId [-ResponseHeadersVariable [-Parent ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -38,7 +37,6 @@ New-MgBetaComplianceEdiscoveryCaseTag -CaseId -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -51,7 +49,7 @@ New-MgBetaComplianceEdiscoveryCaseTag -InputObject [-Id ] [-LastModifiedDateTime ] [-Parent ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -61,7 +59,7 @@ New-MgBetaComplianceEdiscoveryCaseTag -InputObject -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.Compliance/New-MgBetaPrivacySubjectRightsRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/New-MgBetaPrivacySubjectRightsRequest.md index a4a8529de27d1..c48c064e2d20c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/New-MgBetaPrivacySubjectRightsRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/New-MgBetaPrivacySubjectRightsRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.compliance/new-mgbetaprivacysubjectrightsrequest Locale: en-US Module Name: Microsoft.Graph.Beta.Compliance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaPrivacySubjectRightsRequest --- @@ -39,7 +39,6 @@ New-MgBetaPrivacySubjectRightsRequest [-ResponseHeadersVariable ] [-Status ] [-Team ] [-Type ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -49,7 +48,6 @@ New-MgBetaPrivacySubjectRightsRequest -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -1037,7 +1035,7 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for users to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). @@ -1331,22 +1329,23 @@ Always null when the object hasn't been deleted. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -1376,12 +1375,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -1491,7 +1547,7 @@ Optional. [IncludeBasicClaimSet ]: Determines whether the basic claim set is included in tokens affected by this policy. If set to true, all claims in the basic claim set are emitted in tokens affected by the policy. By default the basic claim set isn't in the tokens unless they're explicitly configured in this policy. - [CreatedByAppId ]: The appId (called Application (client) ID on the Microsoft Entra admin center) of the application used to create the service principal. + [CreatedByAppId ]: The appId of the application that created this service principal. Set internally by Microsoft Entra ID. Read-only. [CreatedObjects ]: Directory objects created by this service principal. @@ -1623,7 +1679,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -1782,13 +1838,13 @@ May not begin with .. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [ApprovedClientApps ]: + [ApprovedClientApps ]: The collection of approved client apps that are associated with the RDS configuration. +Supports $expand. [Id ]: The unique identifier for an entity. Read-only. - [DisplayName ]: + [DisplayName ]: Display name for the client application. [IsRemoteDesktopProtocolEnabled ]: Determines if Microsoft Entra ID RDS authentication protocol for RDP is enabled. [TargetDeviceGroups ]: The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. -
]: The unique identifier for an entity. Read-only. [DisplayName ]: Display name for the target device group. @@ -2151,7 +2207,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. - [ExternalAuthenticationMethods ]: Represents the external methods registered to a user for authentication. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. Optional. @@ -2167,7 +2223,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. - [DisplayName ]: Custom name given to the registered external authentication method. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. @@ -2420,7 +2476,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -2673,7 +2729,7 @@ Read-only. The identifiers must be unique in the tenant. [Birthday ]: The birthday of the user. 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 Returned only on $select. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. Only one number can be set for this property. Read-only for users synced from on-premises directory. @@ -3283,6 +3339,49 @@ This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. Read only. + [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. +Nullable. + [Attachments ]: References to attached objects like files, tabs, meetings etc. + [Body ]: itemBody + [ChannelIdentity ]: channelIdentity + [ChatId ]: If the message was sent in a chat, represents the identity of the chat. + [CreatedDateTime ]: Timestamp of when the chat message was created. + [DeletedDateTime ]: Read only. +Timestamp at which the chat message was deleted, or null if not deleted. + [Etag ]: Read-only. +Version number of the chat message. + [EventDetail ]: eventMessageDetail + [From ]: chatMessageFromIdentitySet + [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. + [Importance ]: chatMessageImportance + [LastEditedDateTime ]: Read only. +Timestamp when edits to the chat message were made. +Triggers an 'Edited' flag in the Teams UI. +If no edits are made the value is null. + [LastModifiedDateTime ]: Read only. +Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. + [Locale ]: Locale of the chat message set by the client. +Always set to en-us. + [Mentions ]: List of entities mentioned in the chat message. +Supported entities are: user, bot, team, channel, chat, and tag. + [MessageHistory ]: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. + [MessageType ]: chatMessageType + [OnBehalfOf ]: chatMessageFromIdentitySet + [PolicyViolation ]: chatMessagePolicyViolation + [Reactions ]: Reactions for this chat message (for example, Like). + [Replies ]: Replies for a specified message. +Supports $expand for channel messages. + [ReplyToId ]: Read-only. +ID of the parent chat message or root chat message of the thread. +(Only applies to chat messages in channels, not chats.) + [Subject ]: The subject of the chat message, in plaintext. + [Summary ]: Summary text of the chat message that could be used for push notifications and summary views or fall back views. +Only applies to channel chat messages, not chat messages in a chat. + [WebUrl ]: Read-only. +Link to the message in Microsoft Teams. + [Id ]: The unique identifier for an entity. +Read-only. + [Recipient ]: identity [TenantId ]: The identifier of the tenant in which the chat was created. Read-only. [Topic ]: (Optional) Subject or topic for the chat. @@ -3318,21 +3417,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -3451,7 +3607,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 @@ -3476,6 +3634,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. @@ -3683,10 +3874,11 @@ 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. + [ContentCategory ]: contentCategory [CorrelationId ]: An identifier used to group multiple related content entries (for example, different parts of the same file upload, messages in a conversation). [CreatedDateTime ]: Required. Timestamp indicating when the original content was created (for example, file creation time, message sent time). @@ -3971,6 +4163,7 @@ To proactively opt in to the new behavior ahead of time, use the contentStream p Nullable. [File ]: file [(Any) ]: This indicates any property can be added to this object. + [ArchiveStatus ]: fileArchiveStatus [Hashes ]: hashes [(Any) ]: This indicates any property can be added to this object. [Crc32Hash ]: The CRC32 value of the file (if available). @@ -3981,6 +4174,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. @@ -4081,6 +4287,17 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(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. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity. @@ -5090,6 +5307,8 @@ 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 total count of items in the list. +Read-only. [Items ]: All items contained in the list. [List ]: listInfo [(Any) ]: This indicates any property can be added to this object. @@ -5186,6 +5405,24 @@ Required. [LearningProviderId ]: The registration ID of the provider. Required. [Status ]: courseStatus + [Storyline ]: User's storyline singleton container. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Followers ]: The users who are following this user. + [Id ]: The unique identifier for an entity. +Read-only. + [Follower ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Followings ]: The users that this user is following. + [Id ]: The unique identifier for an entity. +Read-only. + [Following ]: The Viva Engage identities. [EmployeeHireDate ]: The date and time when the user was hired or will start work if there is a future hire. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. @@ -5200,10 +5437,10 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. @@ -5676,7 +5913,9 @@ Read-write. [(Any) ]: This indicates any property can be added to this object. [ArchiveStatus ]: siteArchiveStatus [ArchivedBy ]: identitySet - [ArchivedDateTime ]: + [ArchivedDateTime ]: Time when the container was archived. +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. [DataLocationCode ]: The geographic region code for where this site collection resides. Only present for multi-geo tenants. Read-only. @@ -5699,7 +5938,7 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. 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. - Returned only on $select. + Requires $select to retrieve. Note: This property is specific to SharePoint Online. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. @@ -5722,6 +5961,27 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityGovernance ]: identityGovernanceUserSettings + [(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 ]: 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 + [(Any) ]: This indicates any property can be added to this object. + [Duration ]: The requestor's desired duration of access represented in ISO 8601 format for durations. +For example, PT3H refers to three hours. + If specified in a request, endDateTime shouldn't be present and the type property should be set to afterDuration. + [EndDateTime ]: Timestamp of 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. + [Type ]: expirationPatternType + [Recurrence ]: patternedRecurrence + [StartDateTime ]: 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. +In PIM, when the eligible or active assignment becomes active. [IdentityParentId ]: The object ID of the parent identity for agent users. Always null for regular user accounts. For agentUser resources, this property references the object ID of the associated agent identity. @@ -5818,7 +6078,7 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for users to describe their interests. -Returned only on $select. +Requires $select to retrieve. [InvitedBy ]: directoryObject [IsLicenseReconciliationNeeded ]: Indicates whether the user is pending an exchange mailbox license assignment. Read-only. @@ -5827,7 +6087,8 @@ Returned only on $select. 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). @@ -5841,24 +6102,24 @@ If this list is non-empty, then only users or groups listed here can post. [AccessType ]: groupAccessType [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are auto-subscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -5868,6 +6129,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -6026,11 +6288,11 @@ You can use it as a $filter argument to get groups that have members with licens Supports $filter (eq). [HideFromAddressLists ]: true if the group isn't displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: true if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [InfoCatalogs ]: Identifies the info segments assigned to the group. Returned by default. @@ -6054,7 +6316,7 @@ Read-only. To manage a group 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. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -6104,6 +6366,7 @@ Read-only. [OnPremisesDomainName ]: Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only. + [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [OnPremisesLastSyncDateTime ]: Indicates the last time at which the group was synced with the on-premises directory.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. Returned by default. @@ -6287,10 +6550,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -6299,9 +6564,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. @@ -6465,7 +6759,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). @@ -6513,6 +6807,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 @@ -6910,12 +7205,12 @@ Immutable. Read-only. [UnseenConversationsCount ]: Count of conversations delivered one or more new posts since the signed-in user's last visit to the group. This property is the same as unseenCount. -Returned only on $select. +Requires $select to retrieve. [UnseenCount ]: Count of conversations that have received new posts since the signed-in user last visited the group. -This property is the same as unseenConversationsCount.Returned only on $select. +This property is the same as unseenConversationsCount.Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [UnseenMessagesCount ]: Count of new posts that have been delivered to the group's conversations since the signed-in user's last visit to the group. -Returned only on $select. +Requires $select to retrieve. [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. @@ -6926,7 +7221,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Requires $select to retrieve. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -6943,16 +7241,16 @@ Nullable. 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. Read-only. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. It also indicates licenses that are directly assigned and the ones the user inherited through group memberships. Read-only. -Returned only on $select. +Requires $select to retrieve. [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. Read-Only. @@ -7078,7 +7376,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -7627,6 +7925,8 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -7720,7 +8020,7 @@ Read-only. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Notifications ]: [Id ]: The unique identifier for an entity. Read-only. @@ -7815,6 +8115,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. @@ -7863,6 +8167,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. @@ -8117,7 +8426,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for users to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [PendingAccessReviewInstances ]: Navigation property to get a list of access reviews pending approval by the reviewer. [Id ]: The unique identifier for an entity. Read-only. @@ -8137,14 +8446,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. @@ -8477,7 +8778,7 @@ Example: 'en-US', or 'es-ES'. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -8933,15 +9234,14 @@ Read-only. [WebUrl ]: Link to the institution or department homepage. [Program ]: educationalActivityDetail [(Any) ]: This indicates any property can be added to this object. - [Abbreviation ]: Shortened name of the degree or program (example: PhD, MBA) + [Abbreviation ]: Shortened name of the degree or program, for example, PhD and MBA. [Activities ]: Extracurricular activities undertaken alongside the program. [Awards ]: Any awards or honors associated with the program. [Description ]: Short description of the program provided by the user. [DisplayName ]: Long-form name of the program that the user provided. - [FieldsOfStudy ]: Majors and minors associated with the program. -(if applicable) - [Grade ]: The final grade, class, GPA, or score. - [Notes ]: More notes the user provided. + [FieldsOfStudy ]: Majors and minors associated with the program, if applicable. + [Grade ]: The final grade, class, grade point average (GPA), or score. + [Notes ]: More notes provided by the user. [WebUrl ]: Link to the degree or program page. [StartMonthYear ]: The month and year the user commenced the activity referenced. [Emails ]: Represents detailed information about email addresses associated with the user. @@ -9244,9 +9544,9 @@ Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they have attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: The scoped-role administrative unit memberships for this user. Read-only. Nullable. @@ -9310,7 +9610,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. @@ -9460,7 +9760,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Use revokeSignInSessions to reset. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -9507,6 +9807,48 @@ The language component follows two-letter codes as defined in ISO 639-1, and the For users with multigeo licenses, the property contains the user's region (if available). For users without multigeo licenses, the property contains the organization's region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China. + [Sections ]: The sections in the user's chat list. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the section was created. +Read-only. +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. + [DisplayIcon ]: sectionDisplayIcon + [(Any) ]: This indicates any property can be added to this object. + [ContentUrl ]: The URL to a custom icon image. +Applicable when iconType is custom. + [DisplayName ]: The human-readable name of the icon. + [IconType ]: The type of icon. +Use an emoji character such as 👍 for an emoji icon, or custom for a custom image icon. + [SkinTone ]: sectionIconSkinTone + [DisplayName ]: The display name of the section. +Required. +Maximum length is 50 characters. +Display names are case-sensitive and must be unique within a user's sections. +The following names are reserved for system-defined sections and can't be used when creating a user-defined section: RecentChats, QuickViews, TeamsAndChannels, MutedChats, MeetingChats, EngageCommunities. + [IsExpanded ]: Indicates whether the section is expanded in the user interface. +The default value is true. + [IsHierarchicalViewEnabled ]: Indicates whether the hierarchical view is enabled for the section. +Read-only. + [Items ]: The items (chats, channels, meetings, or communities) organized within the section. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the item was added to the section. +Read-only. +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. + [ItemType ]: sectionItemType + [LastModifiedDateTime ]: Date and time when the item was last modified. +Read-only. +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. + [LastModifiedDateTime ]: Date and time when the section was last modified. +Read-only. +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. + [SectionType ]: sectionType + [SortType ]: sectionSortType [Todo ]: todo [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -9519,6 +9861,12 @@ Read-only. Nullable. [IsOwner ]: True if the user is owner of the given task list. [IsShared ]: True if the task list is shared with other users + [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the task list. +Read-only. +Nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Value ]: The value of the property. [Tasks ]: The tasks in this task list. Read-only. Nullable. @@ -9582,9 +9930,6 @@ Read-only. [Recurrence ]: patternedRecurrence [ReminderDateTime ]: dateTimeTimeZone [SingleValueExtendedProperties ]: A collection of custom fields linked to the task. - [Id ]: The unique identifier for an entity. -Read-only. - [Value ]: The value of the property. [StartDateTime ]: dateTimeTimeZone [Status ]: taskStatus [Title ]: A brief description of the task. @@ -9636,6 +9981,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. @@ -9673,6 +10020,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. @@ -9695,6 +10043,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 ]: @@ -9748,6 +10097,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. @@ -9757,8 +10108,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. @@ -9788,7 +10137,7 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for users to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). @@ -10082,22 +10431,23 @@ Always null when the object hasn't been deleted. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -10127,12 +10477,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -10242,7 +10649,7 @@ Optional. [IncludeBasicClaimSet ]: Determines whether the basic claim set is included in tokens affected by this policy. If set to true, all claims in the basic claim set are emitted in tokens affected by the policy. By default the basic claim set isn't in the tokens unless they're explicitly configured in this policy. - [CreatedByAppId ]: The appId (called Application (client) ID on the Microsoft Entra admin center) of the application used to create the service principal. + [CreatedByAppId ]: The appId of the application that created this service principal. Set internally by Microsoft Entra ID. Read-only. [CreatedObjects ]: Directory objects created by this service principal. @@ -10374,7 +10781,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -10533,13 +10940,13 @@ May not begin with .. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [ApprovedClientApps ]: + [ApprovedClientApps ]: The collection of approved client apps that are associated with the RDS configuration. +Supports $expand. [Id ]: The unique identifier for an entity. Read-only. - [DisplayName ]: + [DisplayName ]: Display name for the client application. [IsRemoteDesktopProtocolEnabled ]: Determines if Microsoft Entra ID RDS authentication protocol for RDP is enabled. [TargetDeviceGroups ]: The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. -
]: The unique identifier for an entity. Read-only. [DisplayName ]: Display name for the target device group. @@ -10902,7 +11309,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. - [ExternalAuthenticationMethods ]: Represents the external methods registered to a user for authentication. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. Optional. @@ -10918,7 +11325,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. - [DisplayName ]: Custom name given to the registered external authentication method. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. @@ -11171,7 +11578,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -11424,7 +11831,7 @@ Read-only. The identifiers must be unique in the tenant. [Birthday ]: The birthday of the user. 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 Returned only on $select. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. Only one number can be set for this property. Read-only for users synced from on-premises directory. @@ -12034,6 +12441,49 @@ This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. Read only. + [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. +Nullable. + [Attachments ]: References to attached objects like files, tabs, meetings etc. + [Body ]: itemBody + [ChannelIdentity ]: channelIdentity + [ChatId ]: If the message was sent in a chat, represents the identity of the chat. + [CreatedDateTime ]: Timestamp of when the chat message was created. + [DeletedDateTime ]: Read only. +Timestamp at which the chat message was deleted, or null if not deleted. + [Etag ]: Read-only. +Version number of the chat message. + [EventDetail ]: eventMessageDetail + [From ]: chatMessageFromIdentitySet + [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. + [Importance ]: chatMessageImportance + [LastEditedDateTime ]: Read only. +Timestamp when edits to the chat message were made. +Triggers an 'Edited' flag in the Teams UI. +If no edits are made the value is null. + [LastModifiedDateTime ]: Read only. +Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. + [Locale ]: Locale of the chat message set by the client. +Always set to en-us. + [Mentions ]: List of entities mentioned in the chat message. +Supported entities are: user, bot, team, channel, chat, and tag. + [MessageHistory ]: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. + [MessageType ]: chatMessageType + [OnBehalfOf ]: chatMessageFromIdentitySet + [PolicyViolation ]: chatMessagePolicyViolation + [Reactions ]: Reactions for this chat message (for example, Like). + [Replies ]: Replies for a specified message. +Supports $expand for channel messages. + [ReplyToId ]: Read-only. +ID of the parent chat message or root chat message of the thread. +(Only applies to chat messages in channels, not chats.) + [Subject ]: The subject of the chat message, in plaintext. + [Summary ]: Summary text of the chat message that could be used for push notifications and summary views or fall back views. +Only applies to channel chat messages, not chat messages in a chat. + [WebUrl ]: Read-only. +Link to the message in Microsoft Teams. + [Id ]: The unique identifier for an entity. +Read-only. + [Recipient ]: identity [TenantId ]: The identifier of the tenant in which the chat was created. Read-only. [Topic ]: (Optional) Subject or topic for the chat. @@ -12069,21 +12519,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -12202,7 +12709,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 @@ -12227,6 +12736,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. @@ -12434,10 +12976,11 @@ 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. + [ContentCategory ]: contentCategory [CorrelationId ]: An identifier used to group multiple related content entries (for example, different parts of the same file upload, messages in a conversation). [CreatedDateTime ]: Required. Timestamp indicating when the original content was created (for example, file creation time, message sent time). @@ -12722,6 +13265,7 @@ To proactively opt in to the new behavior ahead of time, use the contentStream p Nullable. [File ]: file [(Any) ]: This indicates any property can be added to this object. + [ArchiveStatus ]: fileArchiveStatus [Hashes ]: hashes [(Any) ]: This indicates any property can be added to this object. [Crc32Hash ]: The CRC32 value of the file (if available). @@ -12732,6 +13276,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. @@ -12832,6 +13389,17 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(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. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity. @@ -13841,6 +14409,8 @@ 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 total count of items in the list. +Read-only. [Items ]: All items contained in the list. [List ]: listInfo [(Any) ]: This indicates any property can be added to this object. @@ -13937,6 +14507,24 @@ Required. [LearningProviderId ]: The registration ID of the provider. Required. [Status ]: courseStatus + [Storyline ]: User's storyline singleton container. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Followers ]: The users who are following this user. + [Id ]: The unique identifier for an entity. +Read-only. + [Follower ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Followings ]: The users that this user is following. + [Id ]: The unique identifier for an entity. +Read-only. + [Following ]: The Viva Engage identities. [EmployeeHireDate ]: The date and time when the user was hired or will start work if there is a future hire. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. @@ -13951,10 +14539,10 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. @@ -14427,7 +15015,9 @@ Read-write. [(Any) ]: This indicates any property can be added to this object. [ArchiveStatus ]: siteArchiveStatus [ArchivedBy ]: identitySet - [ArchivedDateTime ]: + [ArchivedDateTime ]: Time when the container was archived. +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. [DataLocationCode ]: The geographic region code for where this site collection resides. Only present for multi-geo tenants. Read-only. @@ -14450,7 +15040,7 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. 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. - Returned only on $select. + Requires $select to retrieve. Note: This property is specific to SharePoint Online. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. @@ -14473,6 +15063,27 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityGovernance ]: identityGovernanceUserSettings + [(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 ]: 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 + [(Any) ]: This indicates any property can be added to this object. + [Duration ]: The requestor's desired duration of access represented in ISO 8601 format for durations. +For example, PT3H refers to three hours. + If specified in a request, endDateTime shouldn't be present and the type property should be set to afterDuration. + [EndDateTime ]: Timestamp of 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. + [Type ]: expirationPatternType + [Recurrence ]: patternedRecurrence + [StartDateTime ]: 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. +In PIM, when the eligible or active assignment becomes active. [IdentityParentId ]: The object ID of the parent identity for agent users. Always null for regular user accounts. For agentUser resources, this property references the object ID of the associated agent identity. @@ -14569,7 +15180,7 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for users to describe their interests. -Returned only on $select. +Requires $select to retrieve. [InvitedBy ]: directoryObject [IsLicenseReconciliationNeeded ]: Indicates whether the user is pending an exchange mailbox license assignment. Read-only. @@ -14578,7 +15189,8 @@ Returned only on $select. 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). @@ -14592,24 +15204,24 @@ If this list is non-empty, then only users or groups listed here can post. [AccessType ]: groupAccessType [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are auto-subscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -14619,6 +15231,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -14777,11 +15390,11 @@ You can use it as a $filter argument to get groups that have members with licens Supports $filter (eq). [HideFromAddressLists ]: true if the group isn't displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: true if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [InfoCatalogs ]: Identifies the info segments assigned to the group. Returned by default. @@ -14805,7 +15418,7 @@ Read-only. To manage a group 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. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -14855,6 +15468,7 @@ Read-only. [OnPremisesDomainName ]: Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only. + [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [OnPremisesLastSyncDateTime ]: Indicates the last time at which the group was synced with the on-premises directory.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. Returned by default. @@ -15038,10 +15652,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -15050,9 +15666,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. @@ -15216,7 +15861,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). @@ -15264,6 +15909,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 @@ -15661,12 +16307,12 @@ Immutable. Read-only. [UnseenConversationsCount ]: Count of conversations delivered one or more new posts since the signed-in user's last visit to the group. This property is the same as unseenCount. -Returned only on $select. +Requires $select to retrieve. [UnseenCount ]: Count of conversations that have received new posts since the signed-in user last visited the group. -This property is the same as unseenConversationsCount.Returned only on $select. +This property is the same as unseenConversationsCount.Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [UnseenMessagesCount ]: Count of new posts that have been delivered to the group's conversations since the signed-in user's last visit to the group. -Returned only on $select. +Requires $select to retrieve. [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. @@ -15677,7 +16323,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Requires $select to retrieve. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -15694,16 +16343,16 @@ Nullable. 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. Read-only. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. It also indicates licenses that are directly assigned and the ones the user inherited through group memberships. Read-only. -Returned only on $select. +Requires $select to retrieve. [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. Read-Only. @@ -15829,7 +16478,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -16378,6 +17027,8 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -16471,7 +17122,7 @@ Read-only. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Notifications ]: [Id ]: The unique identifier for an entity. Read-only. @@ -16566,6 +17217,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. @@ -16614,6 +17269,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. @@ -16868,7 +17528,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for users to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [PendingAccessReviewInstances ]: Navigation property to get a list of access reviews pending approval by the reviewer. [Id ]: The unique identifier for an entity. Read-only. @@ -16888,14 +17548,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. @@ -17228,7 +17880,7 @@ Example: 'en-US', or 'es-ES'. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -17684,15 +18336,14 @@ Read-only. [WebUrl ]: Link to the institution or department homepage. [Program ]: educationalActivityDetail [(Any) ]: This indicates any property can be added to this object. - [Abbreviation ]: Shortened name of the degree or program (example: PhD, MBA) + [Abbreviation ]: Shortened name of the degree or program, for example, PhD and MBA. [Activities ]: Extracurricular activities undertaken alongside the program. [Awards ]: Any awards or honors associated with the program. [Description ]: Short description of the program provided by the user. [DisplayName ]: Long-form name of the program that the user provided. - [FieldsOfStudy ]: Majors and minors associated with the program. -(if applicable) - [Grade ]: The final grade, class, GPA, or score. - [Notes ]: More notes the user provided. + [FieldsOfStudy ]: Majors and minors associated with the program, if applicable. + [Grade ]: The final grade, class, grade point average (GPA), or score. + [Notes ]: More notes provided by the user. [WebUrl ]: Link to the degree or program page. [StartMonthYear ]: The month and year the user commenced the activity referenced. [Emails ]: Represents detailed information about email addresses associated with the user. @@ -17995,9 +18646,9 @@ Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they have attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: The scoped-role administrative unit memberships for this user. Read-only. Nullable. @@ -18061,7 +18712,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. @@ -18211,7 +18862,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Use revokeSignInSessions to reset. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -18258,6 +18909,48 @@ The language component follows two-letter codes as defined in ISO 639-1, and the For users with multigeo licenses, the property contains the user's region (if available). For users without multigeo licenses, the property contains the organization's region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China. + [Sections ]: The sections in the user's chat list. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the section was created. +Read-only. +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. + [DisplayIcon ]: sectionDisplayIcon + [(Any) ]: This indicates any property can be added to this object. + [ContentUrl ]: The URL to a custom icon image. +Applicable when iconType is custom. + [DisplayName ]: The human-readable name of the icon. + [IconType ]: The type of icon. +Use an emoji character such as 👍 for an emoji icon, or custom for a custom image icon. + [SkinTone ]: sectionIconSkinTone + [DisplayName ]: The display name of the section. +Required. +Maximum length is 50 characters. +Display names are case-sensitive and must be unique within a user's sections. +The following names are reserved for system-defined sections and can't be used when creating a user-defined section: RecentChats, QuickViews, TeamsAndChannels, MutedChats, MeetingChats, EngageCommunities. + [IsExpanded ]: Indicates whether the section is expanded in the user interface. +The default value is true. + [IsHierarchicalViewEnabled ]: Indicates whether the hierarchical view is enabled for the section. +Read-only. + [Items ]: The items (chats, channels, meetings, or communities) organized within the section. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the item was added to the section. +Read-only. +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. + [ItemType ]: sectionItemType + [LastModifiedDateTime ]: Date and time when the item was last modified. +Read-only. +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. + [LastModifiedDateTime ]: Date and time when the section was last modified. +Read-only. +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. + [SectionType ]: sectionType + [SortType ]: sectionSortType [Todo ]: todo [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -18270,6 +18963,12 @@ Read-only. Nullable. [IsOwner ]: True if the user is owner of the given task list. [IsShared ]: True if the task list is shared with other users + [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the task list. +Read-only. +Nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Value ]: The value of the property. [Tasks ]: The tasks in this task list. Read-only. Nullable. @@ -18333,9 +19032,6 @@ Read-only. [Recurrence ]: patternedRecurrence [ReminderDateTime ]: dateTimeTimeZone [SingleValueExtendedProperties ]: A collection of custom fields linked to the task. - [Id ]: The unique identifier for an entity. -Read-only. - [Value ]: The value of the property. [StartDateTime ]: dateTimeTimeZone [Status ]: taskStatus [Title ]: A brief description of the task. @@ -18387,6 +19083,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. @@ -18424,6 +19122,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. @@ -18446,6 +19145,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 ]: @@ -18499,6 +19199,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. @@ -18508,8 +19210,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. @@ -18602,7 +19302,7 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for users to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). @@ -18896,22 +19596,23 @@ Always null when the object hasn't been deleted. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -18941,12 +19642,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -19056,7 +19814,7 @@ Optional. [IncludeBasicClaimSet ]: Determines whether the basic claim set is included in tokens affected by this policy. If set to true, all claims in the basic claim set are emitted in tokens affected by the policy. By default the basic claim set isn't in the tokens unless they're explicitly configured in this policy. - [CreatedByAppId ]: The appId (called Application (client) ID on the Microsoft Entra admin center) of the application used to create the service principal. + [CreatedByAppId ]: The appId of the application that created this service principal. Set internally by Microsoft Entra ID. Read-only. [CreatedObjects ]: Directory objects created by this service principal. @@ -19188,7 +19946,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -19347,13 +20105,13 @@ May not begin with .. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [ApprovedClientApps ]: + [ApprovedClientApps ]: The collection of approved client apps that are associated with the RDS configuration. +Supports $expand. [Id ]: The unique identifier for an entity. Read-only. - [DisplayName ]: + [DisplayName ]: Display name for the client application. [IsRemoteDesktopProtocolEnabled ]: Determines if Microsoft Entra ID RDS authentication protocol for RDP is enabled. [TargetDeviceGroups ]: The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. -
]: The unique identifier for an entity. Read-only. [DisplayName ]: Display name for the target device group. @@ -19716,7 +20474,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. - [ExternalAuthenticationMethods ]: Represents the external methods registered to a user for authentication. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. Optional. @@ -19732,7 +20490,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. - [DisplayName ]: Custom name given to the registered external authentication method. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. @@ -19985,7 +20743,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -20238,7 +20996,7 @@ Read-only. The identifiers must be unique in the tenant. [Birthday ]: The birthday of the user. 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 Returned only on $select. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. Only one number can be set for this property. Read-only for users synced from on-premises directory. @@ -20848,6 +21606,49 @@ This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. Read only. + [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. +Nullable. + [Attachments ]: References to attached objects like files, tabs, meetings etc. + [Body ]: itemBody + [ChannelIdentity ]: channelIdentity + [ChatId ]: If the message was sent in a chat, represents the identity of the chat. + [CreatedDateTime ]: Timestamp of when the chat message was created. + [DeletedDateTime ]: Read only. +Timestamp at which the chat message was deleted, or null if not deleted. + [Etag ]: Read-only. +Version number of the chat message. + [EventDetail ]: eventMessageDetail + [From ]: chatMessageFromIdentitySet + [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. + [Importance ]: chatMessageImportance + [LastEditedDateTime ]: Read only. +Timestamp when edits to the chat message were made. +Triggers an 'Edited' flag in the Teams UI. +If no edits are made the value is null. + [LastModifiedDateTime ]: Read only. +Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. + [Locale ]: Locale of the chat message set by the client. +Always set to en-us. + [Mentions ]: List of entities mentioned in the chat message. +Supported entities are: user, bot, team, channel, chat, and tag. + [MessageHistory ]: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. + [MessageType ]: chatMessageType + [OnBehalfOf ]: chatMessageFromIdentitySet + [PolicyViolation ]: chatMessagePolicyViolation + [Reactions ]: Reactions for this chat message (for example, Like). + [Replies ]: Replies for a specified message. +Supports $expand for channel messages. + [ReplyToId ]: Read-only. +ID of the parent chat message or root chat message of the thread. +(Only applies to chat messages in channels, not chats.) + [Subject ]: The subject of the chat message, in plaintext. + [Summary ]: Summary text of the chat message that could be used for push notifications and summary views or fall back views. +Only applies to channel chat messages, not chat messages in a chat. + [WebUrl ]: Read-only. +Link to the message in Microsoft Teams. + [Id ]: The unique identifier for an entity. +Read-only. + [Recipient ]: identity [TenantId ]: The identifier of the tenant in which the chat was created. Read-only. [Topic ]: (Optional) Subject or topic for the chat. @@ -20883,21 +21684,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -21016,7 +21874,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 @@ -21041,6 +21901,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. @@ -21248,10 +22141,11 @@ 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. + [ContentCategory ]: contentCategory [CorrelationId ]: An identifier used to group multiple related content entries (for example, different parts of the same file upload, messages in a conversation). [CreatedDateTime ]: Required. Timestamp indicating when the original content was created (for example, file creation time, message sent time). @@ -21536,6 +22430,7 @@ To proactively opt in to the new behavior ahead of time, use the contentStream p Nullable. [File ]: file [(Any) ]: This indicates any property can be added to this object. + [ArchiveStatus ]: fileArchiveStatus [Hashes ]: hashes [(Any) ]: This indicates any property can be added to this object. [Crc32Hash ]: The CRC32 value of the file (if available). @@ -21546,6 +22441,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. @@ -21646,6 +22554,17 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(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. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity. @@ -22655,6 +23574,8 @@ 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 total count of items in the list. +Read-only. [Items ]: All items contained in the list. [List ]: listInfo [(Any) ]: This indicates any property can be added to this object. @@ -22751,6 +23672,24 @@ Required. [LearningProviderId ]: The registration ID of the provider. Required. [Status ]: courseStatus + [Storyline ]: User's storyline singleton container. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Followers ]: The users who are following this user. + [Id ]: The unique identifier for an entity. +Read-only. + [Follower ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Followings ]: The users that this user is following. + [Id ]: The unique identifier for an entity. +Read-only. + [Following ]: The Viva Engage identities. [EmployeeHireDate ]: The date and time when the user was hired or will start work if there is a future hire. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. @@ -22765,10 +23704,10 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. @@ -23241,7 +24180,9 @@ Read-write. [(Any) ]: This indicates any property can be added to this object. [ArchiveStatus ]: siteArchiveStatus [ArchivedBy ]: identitySet - [ArchivedDateTime ]: + [ArchivedDateTime ]: Time when the container was archived. +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. [DataLocationCode ]: The geographic region code for where this site collection resides. Only present for multi-geo tenants. Read-only. @@ -23264,7 +24205,7 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. 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. - Returned only on $select. + Requires $select to retrieve. Note: This property is specific to SharePoint Online. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. @@ -23287,6 +24228,27 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityGovernance ]: identityGovernanceUserSettings + [(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 ]: 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 + [(Any) ]: This indicates any property can be added to this object. + [Duration ]: The requestor's desired duration of access represented in ISO 8601 format for durations. +For example, PT3H refers to three hours. + If specified in a request, endDateTime shouldn't be present and the type property should be set to afterDuration. + [EndDateTime ]: Timestamp of 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. + [Type ]: expirationPatternType + [Recurrence ]: patternedRecurrence + [StartDateTime ]: 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. +In PIM, when the eligible or active assignment becomes active. [IdentityParentId ]: The object ID of the parent identity for agent users. Always null for regular user accounts. For agentUser resources, this property references the object ID of the associated agent identity. @@ -23383,7 +24345,7 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for users to describe their interests. -Returned only on $select. +Requires $select to retrieve. [InvitedBy ]: directoryObject [IsLicenseReconciliationNeeded ]: Indicates whether the user is pending an exchange mailbox license assignment. Read-only. @@ -23392,7 +24354,8 @@ Returned only on $select. 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). @@ -23406,24 +24369,24 @@ If this list is non-empty, then only users or groups listed here can post. [AccessType ]: groupAccessType [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are auto-subscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -23433,6 +24396,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -23591,11 +24555,11 @@ You can use it as a $filter argument to get groups that have members with licens Supports $filter (eq). [HideFromAddressLists ]: true if the group isn't displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: true if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [InfoCatalogs ]: Identifies the info segments assigned to the group. Returned by default. @@ -23619,7 +24583,7 @@ Read-only. To manage a group 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. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -23669,6 +24633,7 @@ Read-only. [OnPremisesDomainName ]: Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only. + [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [OnPremisesLastSyncDateTime ]: Indicates the last time at which the group was synced with the on-premises directory.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. Returned by default. @@ -23852,10 +24817,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -23864,9 +24831,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. @@ -24030,7 +25026,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). @@ -24078,6 +25074,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 @@ -24475,12 +25472,12 @@ Immutable. Read-only. [UnseenConversationsCount ]: Count of conversations delivered one or more new posts since the signed-in user's last visit to the group. This property is the same as unseenCount. -Returned only on $select. +Requires $select to retrieve. [UnseenCount ]: Count of conversations that have received new posts since the signed-in user last visited the group. -This property is the same as unseenConversationsCount.Returned only on $select. +This property is the same as unseenConversationsCount.Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [UnseenMessagesCount ]: Count of new posts that have been delivered to the group's conversations since the signed-in user's last visit to the group. -Returned only on $select. +Requires $select to retrieve. [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. @@ -24491,7 +25488,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Requires $select to retrieve. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -24508,16 +25508,16 @@ Nullable. 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. Read-only. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. It also indicates licenses that are directly assigned and the ones the user inherited through group memberships. Read-only. -Returned only on $select. +Requires $select to retrieve. [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. Read-Only. @@ -24643,7 +25643,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -25192,6 +26192,8 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -25285,7 +26287,7 @@ Read-only. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Notifications ]: [Id ]: The unique identifier for an entity. Read-only. @@ -25380,6 +26382,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. @@ -25428,6 +26434,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. @@ -25682,7 +26693,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for users to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [PendingAccessReviewInstances ]: Navigation property to get a list of access reviews pending approval by the reviewer. [Id ]: The unique identifier for an entity. Read-only. @@ -25702,14 +26713,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. @@ -26042,7 +27045,7 @@ Example: 'en-US', or 'es-ES'. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -26498,15 +27501,14 @@ Read-only. [WebUrl ]: Link to the institution or department homepage. [Program ]: educationalActivityDetail [(Any) ]: This indicates any property can be added to this object. - [Abbreviation ]: Shortened name of the degree or program (example: PhD, MBA) + [Abbreviation ]: Shortened name of the degree or program, for example, PhD and MBA. [Activities ]: Extracurricular activities undertaken alongside the program. [Awards ]: Any awards or honors associated with the program. [Description ]: Short description of the program provided by the user. [DisplayName ]: Long-form name of the program that the user provided. - [FieldsOfStudy ]: Majors and minors associated with the program. -(if applicable) - [Grade ]: The final grade, class, GPA, or score. - [Notes ]: More notes the user provided. + [FieldsOfStudy ]: Majors and minors associated with the program, if applicable. + [Grade ]: The final grade, class, grade point average (GPA), or score. + [Notes ]: More notes provided by the user. [WebUrl ]: Link to the degree or program page. [StartMonthYear ]: The month and year the user commenced the activity referenced. [Emails ]: Represents detailed information about email addresses associated with the user. @@ -26809,9 +27811,9 @@ Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they have attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: The scoped-role administrative unit memberships for this user. Read-only. Nullable. @@ -26875,7 +27877,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. @@ -27025,7 +28027,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Use revokeSignInSessions to reset. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -27072,6 +28074,48 @@ The language component follows two-letter codes as defined in ISO 639-1, and the For users with multigeo licenses, the property contains the user's region (if available). For users without multigeo licenses, the property contains the organization's region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China. + [Sections ]: The sections in the user's chat list. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the section was created. +Read-only. +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. + [DisplayIcon ]: sectionDisplayIcon + [(Any) ]: This indicates any property can be added to this object. + [ContentUrl ]: The URL to a custom icon image. +Applicable when iconType is custom. + [DisplayName ]: The human-readable name of the icon. + [IconType ]: The type of icon. +Use an emoji character such as 👍 for an emoji icon, or custom for a custom image icon. + [SkinTone ]: sectionIconSkinTone + [DisplayName ]: The display name of the section. +Required. +Maximum length is 50 characters. +Display names are case-sensitive and must be unique within a user's sections. +The following names are reserved for system-defined sections and can't be used when creating a user-defined section: RecentChats, QuickViews, TeamsAndChannels, MutedChats, MeetingChats, EngageCommunities. + [IsExpanded ]: Indicates whether the section is expanded in the user interface. +The default value is true. + [IsHierarchicalViewEnabled ]: Indicates whether the hierarchical view is enabled for the section. +Read-only. + [Items ]: The items (chats, channels, meetings, or communities) organized within the section. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the item was added to the section. +Read-only. +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. + [ItemType ]: sectionItemType + [LastModifiedDateTime ]: Date and time when the item was last modified. +Read-only. +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. + [LastModifiedDateTime ]: Date and time when the section was last modified. +Read-only. +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. + [SectionType ]: sectionType + [SortType ]: sectionSortType [Todo ]: todo [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -27084,6 +28128,12 @@ Read-only. Nullable. [IsOwner ]: True if the user is owner of the given task list. [IsShared ]: True if the task list is shared with other users + [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the task list. +Read-only. +Nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Value ]: The value of the property. [Tasks ]: The tasks in this task list. Read-only. Nullable. @@ -27147,9 +28197,6 @@ Read-only. [Recurrence ]: patternedRecurrence [ReminderDateTime ]: dateTimeTimeZone [SingleValueExtendedProperties ]: A collection of custom fields linked to the task. - [Id ]: The unique identifier for an entity. -Read-only. - [Value ]: The value of the property. [StartDateTime ]: dateTimeTimeZone [Status ]: taskStatus [Title ]: A brief description of the task. @@ -27201,6 +28248,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. @@ -27238,6 +28287,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. @@ -27260,6 +28310,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 ]: @@ -27313,6 +28364,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. @@ -27322,8 +28375,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. @@ -27548,7 +28599,7 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for users to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). @@ -27832,22 +28883,23 @@ Always null when the object hasn't been deleted. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -27877,12 +28929,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -27992,7 +29101,7 @@ Optional. [IncludeBasicClaimSet ]: Determines whether the basic claim set is included in tokens affected by this policy. If set to true, all claims in the basic claim set are emitted in tokens affected by the policy. By default the basic claim set isn't in the tokens unless they're explicitly configured in this policy. - [CreatedByAppId ]: The appId (called Application (client) ID on the Microsoft Entra admin center) of the application used to create the service principal. + [CreatedByAppId ]: The appId of the application that created this service principal. Set internally by Microsoft Entra ID. Read-only. [CreatedObjects ]: Directory objects created by this service principal. @@ -28124,7 +29233,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -28283,13 +29392,13 @@ May not begin with .. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [ApprovedClientApps ]: + [ApprovedClientApps ]: The collection of approved client apps that are associated with the RDS configuration. +Supports $expand. [Id ]: The unique identifier for an entity. Read-only. - [DisplayName ]: + [DisplayName ]: Display name for the client application. [IsRemoteDesktopProtocolEnabled ]: Determines if Microsoft Entra ID RDS authentication protocol for RDP is enabled. [TargetDeviceGroups ]: The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. -
]: The unique identifier for an entity. Read-only. [DisplayName ]: Display name for the target device group. @@ -28652,7 +29761,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. - [ExternalAuthenticationMethods ]: Represents the external methods registered to a user for authentication. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. Optional. @@ -28668,7 +29777,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. - [DisplayName ]: Custom name given to the registered external authentication method. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. @@ -28921,7 +30030,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -29174,7 +30283,7 @@ Read-only. The identifiers must be unique in the tenant. [Birthday ]: The birthday of the user. 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 Returned only on $select. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. Only one number can be set for this property. Read-only for users synced from on-premises directory. @@ -29705,6 +30814,49 @@ This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. Read only. + [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. +Nullable. + [Attachments ]: References to attached objects like files, tabs, meetings etc. + [Body ]: itemBody + [ChannelIdentity ]: channelIdentity + [ChatId ]: If the message was sent in a chat, represents the identity of the chat. + [CreatedDateTime ]: Timestamp of when the chat message was created. + [DeletedDateTime ]: Read only. +Timestamp at which the chat message was deleted, or null if not deleted. + [Etag ]: Read-only. +Version number of the chat message. + [EventDetail ]: eventMessageDetail + [From ]: chatMessageFromIdentitySet + [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. + [Importance ]: chatMessageImportance + [LastEditedDateTime ]: Read only. +Timestamp when edits to the chat message were made. +Triggers an 'Edited' flag in the Teams UI. +If no edits are made the value is null. + [LastModifiedDateTime ]: Read only. +Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. + [Locale ]: Locale of the chat message set by the client. +Always set to en-us. + [Mentions ]: List of entities mentioned in the chat message. +Supported entities are: user, bot, team, channel, chat, and tag. + [MessageHistory ]: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. + [MessageType ]: chatMessageType + [OnBehalfOf ]: chatMessageFromIdentitySet + [PolicyViolation ]: chatMessagePolicyViolation + [Reactions ]: Reactions for this chat message (for example, Like). + [Replies ]: Replies for a specified message. +Supports $expand for channel messages. + [ReplyToId ]: Read-only. +ID of the parent chat message or root chat message of the thread. +(Only applies to chat messages in channels, not chats.) + [Subject ]: The subject of the chat message, in plaintext. + [Summary ]: Summary text of the chat message that could be used for push notifications and summary views or fall back views. +Only applies to channel chat messages, not chat messages in a chat. + [WebUrl ]: Read-only. +Link to the message in Microsoft Teams. + [Id ]: The unique identifier for an entity. +Read-only. + [Recipient ]: identity [TenantId ]: The identifier of the tenant in which the chat was created. Read-only. [Topic ]: (Optional) Subject or topic for the chat. @@ -29740,21 +30892,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -29873,7 +31082,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 @@ -29898,6 +31109,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. @@ -30105,10 +31349,11 @@ 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. + [ContentCategory ]: contentCategory [CorrelationId ]: An identifier used to group multiple related content entries (for example, different parts of the same file upload, messages in a conversation). [CreatedDateTime ]: Required. Timestamp indicating when the original content was created (for example, file creation time, message sent time). @@ -30403,6 +31648,17 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(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. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity. @@ -30691,6 +31947,8 @@ 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 total count of items in the list. +Read-only. [Items ]: All items contained in the list. [List ]: listInfo [(Any) ]: This indicates any property can be added to this object. @@ -30854,6 +32112,24 @@ Required. [LearningProviderId ]: The registration ID of the provider. Required. [Status ]: courseStatus + [Storyline ]: User's storyline singleton container. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Followers ]: The users who are following this user. + [Id ]: The unique identifier for an entity. +Read-only. + [Follower ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Followings ]: The users that this user is following. + [Id ]: The unique identifier for an entity. +Read-only. + [Following ]: The Viva Engage identities. [EmployeeHireDate ]: The date and time when the user was hired or will start work if there is a future hire. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. @@ -30868,10 +32144,10 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. @@ -31345,7 +32621,9 @@ Read-write. [(Any) ]: This indicates any property can be added to this object. [ArchiveStatus ]: siteArchiveStatus [ArchivedBy ]: identitySet - [ArchivedDateTime ]: + [ArchivedDateTime ]: Time when the container was archived. +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. [DataLocationCode ]: The geographic region code for where this site collection resides. Only present for multi-geo tenants. Read-only. @@ -31368,7 +32646,7 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. 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. - Returned only on $select. + Requires $select to retrieve. Note: This property is specific to SharePoint Online. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. @@ -31391,6 +32669,27 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityGovernance ]: identityGovernanceUserSettings + [(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 ]: 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 + [(Any) ]: This indicates any property can be added to this object. + [Duration ]: The requestor's desired duration of access represented in ISO 8601 format for durations. +For example, PT3H refers to three hours. + If specified in a request, endDateTime shouldn't be present and the type property should be set to afterDuration. + [EndDateTime ]: Timestamp of 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. + [Type ]: expirationPatternType + [Recurrence ]: patternedRecurrence + [StartDateTime ]: 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. +In PIM, when the eligible or active assignment becomes active. [IdentityParentId ]: The object ID of the parent identity for agent users. Always null for regular user accounts. For agentUser resources, this property references the object ID of the associated agent identity. @@ -31487,7 +32786,7 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for users to describe their interests. -Returned only on $select. +Requires $select to retrieve. [InvitedBy ]: directoryObject [IsLicenseReconciliationNeeded ]: Indicates whether the user is pending an exchange mailbox license assignment. Read-only. @@ -31496,7 +32795,8 @@ Returned only on $select. 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). @@ -31510,24 +32810,24 @@ If this list is non-empty, then only users or groups listed here can post. [AccessType ]: groupAccessType [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are auto-subscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -31537,6 +32837,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -31695,11 +32996,11 @@ You can use it as a $filter argument to get groups that have members with licens Supports $filter (eq). [HideFromAddressLists ]: true if the group isn't displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: true if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [InfoCatalogs ]: Identifies the info segments assigned to the group. Returned by default. @@ -31723,7 +33024,7 @@ Read-only. To manage a group 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. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -31773,6 +33074,7 @@ Read-only. [OnPremisesDomainName ]: Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only. + [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [OnPremisesLastSyncDateTime ]: Indicates the last time at which the group was synced with the on-premises directory.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. Returned by default. @@ -31956,10 +33258,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -31968,9 +33272,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. @@ -32134,7 +33467,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). @@ -32173,12 +33506,12 @@ Immutable. Read-only. [UnseenConversationsCount ]: Count of conversations delivered one or more new posts since the signed-in user's last visit to the group. This property is the same as unseenCount. -Returned only on $select. +Requires $select to retrieve. [UnseenCount ]: Count of conversations that have received new posts since the signed-in user last visited the group. -This property is the same as unseenConversationsCount.Returned only on $select. +This property is the same as unseenConversationsCount.Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [UnseenMessagesCount ]: Count of new posts that have been delivered to the group's conversations since the signed-in user's last visit to the group. -Returned only on $select. +Requires $select to retrieve. [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. @@ -32189,7 +33522,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Requires $select to retrieve. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -32206,16 +33542,16 @@ Nullable. 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. Read-only. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. It also indicates licenses that are directly assigned and the ones the user inherited through group memberships. Read-only. -Returned only on $select. +Requires $select to retrieve. [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. Read-Only. @@ -32341,7 +33677,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -32890,6 +34226,8 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -32983,7 +34321,7 @@ Read-only. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Notifications ]: [Id ]: The unique identifier for an entity. Read-only. @@ -33078,6 +34416,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. @@ -33126,6 +34468,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. @@ -33380,7 +34727,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for users to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [PendingAccessReviewInstances ]: Navigation property to get a list of access reviews pending approval by the reviewer. [Id ]: The unique identifier for an entity. Read-only. @@ -33740,7 +35087,7 @@ Example: 'en-US', or 'es-ES'. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -34206,15 +35553,14 @@ Read-only. [WebUrl ]: Link to the institution or department homepage. [Program ]: educationalActivityDetail [(Any) ]: This indicates any property can be added to this object. - [Abbreviation ]: Shortened name of the degree or program (example: PhD, MBA) + [Abbreviation ]: Shortened name of the degree or program, for example, PhD and MBA. [Activities ]: Extracurricular activities undertaken alongside the program. [Awards ]: Any awards or honors associated with the program. [Description ]: Short description of the program provided by the user. [DisplayName ]: Long-form name of the program that the user provided. - [FieldsOfStudy ]: Majors and minors associated with the program. -(if applicable) - [Grade ]: The final grade, class, GPA, or score. - [Notes ]: More notes the user provided. + [FieldsOfStudy ]: Majors and minors associated with the program, if applicable. + [Grade ]: The final grade, class, grade point average (GPA), or score. + [Notes ]: More notes provided by the user. [WebUrl ]: Link to the degree or program page. [StartMonthYear ]: The month and year the user commenced the activity referenced. [Emails ]: Represents detailed information about email addresses associated with the user. @@ -34517,9 +35863,9 @@ Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they have attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: The scoped-role administrative unit memberships for this user. Read-only. Nullable. @@ -34583,7 +35929,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. @@ -34733,7 +36079,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Use revokeSignInSessions to reset. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -34780,6 +36126,48 @@ The language component follows two-letter codes as defined in ISO 639-1, and the For users with multigeo licenses, the property contains the user's region (if available). For users without multigeo licenses, the property contains the organization's region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China. + [Sections ]: The sections in the user's chat list. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the section was created. +Read-only. +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. + [DisplayIcon ]: sectionDisplayIcon + [(Any) ]: This indicates any property can be added to this object. + [ContentUrl ]: The URL to a custom icon image. +Applicable when iconType is custom. + [DisplayName ]: The human-readable name of the icon. + [IconType ]: The type of icon. +Use an emoji character such as 👍 for an emoji icon, or custom for a custom image icon. + [SkinTone ]: sectionIconSkinTone + [DisplayName ]: The display name of the section. +Required. +Maximum length is 50 characters. +Display names are case-sensitive and must be unique within a user's sections. +The following names are reserved for system-defined sections and can't be used when creating a user-defined section: RecentChats, QuickViews, TeamsAndChannels, MutedChats, MeetingChats, EngageCommunities. + [IsExpanded ]: Indicates whether the section is expanded in the user interface. +The default value is true. + [IsHierarchicalViewEnabled ]: Indicates whether the hierarchical view is enabled for the section. +Read-only. + [Items ]: The items (chats, channels, meetings, or communities) organized within the section. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the item was added to the section. +Read-only. +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. + [ItemType ]: sectionItemType + [LastModifiedDateTime ]: Date and time when the item was last modified. +Read-only. +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. + [LastModifiedDateTime ]: Date and time when the section was last modified. +Read-only. +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. + [SectionType ]: sectionType + [SortType ]: sectionSortType [Todo ]: todo [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -34792,6 +36180,12 @@ Read-only. Nullable. [IsOwner ]: True if the user is owner of the given task list. [IsShared ]: True if the task list is shared with other users + [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the task list. +Read-only. +Nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Value ]: The value of the property. [Tasks ]: The tasks in this task list. Read-only. Nullable. @@ -34855,9 +36249,6 @@ Read-only. [Recurrence ]: patternedRecurrence [ReminderDateTime ]: dateTimeTimeZone [SingleValueExtendedProperties ]: A collection of custom fields linked to the task. - [Id ]: The unique identifier for an entity. -Read-only. - [Value ]: The value of the property. [StartDateTime ]: dateTimeTimeZone [Status ]: taskStatus [Title ]: A brief description of the task. @@ -34909,6 +36300,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. @@ -34946,6 +36339,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. @@ -34968,6 +36362,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 ]: @@ -35021,6 +36416,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. @@ -35030,8 +36427,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. @@ -35102,6 +36497,7 @@ To proactively opt in to the new behavior ahead of time, use the contentStream p Nullable. [File ]: file [(Any) ]: This indicates any property can be added to this object. + [ArchiveStatus ]: fileArchiveStatus [Hashes ]: hashes [(Any) ]: This indicates any property can be added to this object. [Crc32Hash ]: The CRC32 value of the file (if available). @@ -35112,6 +36508,12 @@ 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 ]: [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. @@ -35788,6 +37190,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 diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/New-MgBetaPrivacySubjectRightsRequestNote.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/New-MgBetaPrivacySubjectRightsRequestNote.md index 437b9db37d905..234a150957af1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/New-MgBetaPrivacySubjectRightsRequestNote.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/New-MgBetaPrivacySubjectRightsRequestNote.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.compliance/new-mgbetaprivacysubjectrightsrequestnote Locale: en-US Module Name: Microsoft.Graph.Beta.Compliance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaPrivacySubjectRightsRequestNote --- @@ -29,7 +29,6 @@ New-MgBetaPrivacySubjectRightsRequestNote -SubjectRightsRequestId [-CreatedDateTime ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -39,7 +38,7 @@ New-MgBetaPrivacySubjectRightsRequestNote -SubjectRightsRequestId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -51,7 +50,6 @@ New-MgBetaPrivacySubjectRightsRequestNote -InputObject [-CreatedDateTime ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -61,7 +59,7 @@ New-MgBetaPrivacySubjectRightsRequestNote -InputObject -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.Compliance/Publish-MgBetaComplianceEdiscoveryCaseCustodian.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Publish-MgBetaComplianceEdiscoveryCaseCustodian.md index 289678bb5bd33..b3beca421c4aa 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Publish-MgBetaComplianceEdiscoveryCaseCustodian.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Publish-MgBetaComplianceEdiscoveryCaseCustodian.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.compliance/publish-mgbetacomplianceediscoverycasecustodian Locale: en-US Module Name: Microsoft.Graph.Beta.Compliance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Publish-MgBetaComplianceEdiscoveryCaseCustodian --- @@ -25,7 +25,6 @@ Publish-MgBetaComplianceEdiscoveryCaseCustodian -CaseId -CustodianId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ReleaseViaIdentity @@ -35,7 +34,6 @@ Publish-MgBetaComplianceEdiscoveryCaseCustodian -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Publish-MgBetaComplianceEdiscoveryCaseNoncustodialDataSource.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Publish-MgBetaComplianceEdiscoveryCaseNoncustodialDataSource.md index 664d12b11d842..17ec11dbd8342 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Publish-MgBetaComplianceEdiscoveryCaseNoncustodialDataSource.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Publish-MgBetaComplianceEdiscoveryCaseNoncustodialDataSource.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.compliance/publish-mgbetacomplianceediscoverycasenoncustodialdatasource Locale: en-US Module Name: Microsoft.Graph.Beta.Compliance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Publish-MgBetaComplianceEdiscoveryCaseNoncustodialDataSource --- @@ -25,7 +25,6 @@ Publish-MgBetaComplianceEdiscoveryCaseNoncustodialDataSource -CaseId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ReleaseViaIdentity @@ -35,7 +34,6 @@ Publish-MgBetaComplianceEdiscoveryCaseNoncustodialDataSource -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Remove-MgBetaComplianceEdiscovery.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Remove-MgBetaComplianceEdiscovery.md index 1cc8b0ff3045d..bbb4560b5144f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Remove-MgBetaComplianceEdiscovery.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Remove-MgBetaComplianceEdiscovery.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.compliance/remove-mgbetacomplianceediscovery Locale: en-US Module Name: Microsoft.Graph.Beta.Compliance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaComplianceEdiscovery --- @@ -24,7 +24,6 @@ Remove-MgBetaComplianceEdiscovery [-IfMatch ] [-ResponseHeadersVariable [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Remove-MgBetaComplianceEdiscoveryCase.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Remove-MgBetaComplianceEdiscoveryCase.md index 2e3aa80be21a8..61193e76a6202 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Remove-MgBetaComplianceEdiscoveryCase.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Remove-MgBetaComplianceEdiscoveryCase.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.compliance/remove-mgbetacomplianceediscoverycase Locale: en-US Module Name: Microsoft.Graph.Beta.Compliance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaComplianceEdiscoveryCase --- @@ -24,7 +24,6 @@ Remove-MgBetaComplianceEdiscoveryCase -CaseId [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaComplianceEdiscoveryCase -InputObject [-IfMat [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Remove-MgBetaComplianceEdiscoveryCaseCustodian.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Remove-MgBetaComplianceEdiscoveryCaseCustodian.md index c0a44cde29d6f..34af19aae23e4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Remove-MgBetaComplianceEdiscoveryCaseCustodian.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Remove-MgBetaComplianceEdiscoveryCaseCustodian.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.compliance/remove-mgbetacomplianceediscoverycasecustodian Locale: en-US Module Name: Microsoft.Graph.Beta.Compliance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaComplianceEdiscoveryCaseCustodian --- @@ -24,7 +24,6 @@ Remove-MgBetaComplianceEdiscoveryCaseCustodian -CaseId -CustodianId ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaComplianceEdiscoveryCaseCustodian -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Remove-MgBetaComplianceEdiscoveryCaseCustodianHold.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Remove-MgBetaComplianceEdiscoveryCaseCustodianHold.md index 933afca807e1e..ce945e852740c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Remove-MgBetaComplianceEdiscoveryCaseCustodianHold.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Remove-MgBetaComplianceEdiscoveryCaseCustodianHold.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.compliance/remove-mgbetacomplianceediscoverycasecustodianhold Locale: en-US Module Name: Microsoft.Graph.Beta.Compliance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaComplianceEdiscoveryCaseCustodianHold --- @@ -25,7 +25,6 @@ Remove-MgBetaComplianceEdiscoveryCaseCustodianHold -CaseId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Remove1 @@ -36,7 +35,6 @@ Remove-MgBetaComplianceEdiscoveryCaseCustodianHold -CaseId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Remove @@ -46,7 +44,6 @@ Remove-MgBetaComplianceEdiscoveryCaseCustodianHold -CaseId -CustodianId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### RemoveViaIdentityExpanded @@ -57,7 +54,6 @@ Remove-MgBetaComplianceEdiscoveryCaseCustodianHold -InputObject ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### RemoveViaIdentity1 @@ -68,7 +64,6 @@ Remove-MgBetaComplianceEdiscoveryCaseCustodianHold -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### RemoveViaIdentity @@ -78,7 +73,6 @@ Remove-MgBetaComplianceEdiscoveryCaseCustodianHold -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Remove-MgBetaComplianceEdiscoveryCaseCustodianSiteSource.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Remove-MgBetaComplianceEdiscoveryCaseCustodianSiteSource.md index c659616a60809..782062d927b32 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Remove-MgBetaComplianceEdiscoveryCaseCustodianSiteSource.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Remove-MgBetaComplianceEdiscoveryCaseCustodianSiteSource.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.compliance/remove-mgbetacomplianceediscoverycasecustodiansitesource Locale: en-US Module Name: Microsoft.Graph.Beta.Compliance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaComplianceEdiscoveryCaseCustodianSiteSource --- @@ -25,7 +25,6 @@ Remove-MgBetaComplianceEdiscoveryCaseCustodianSiteSource -CaseId -Custo [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaComplianceEdiscoveryCaseCustodianSiteSource -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Remove-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSource.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Remove-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSource.md index ccea334a6f4b2..3da7453401135 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Remove-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSource.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Remove-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSource.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.compliance/remove-mgbetacomplianceediscoverycasecustodianunifiedgroupsource Locale: en-US Module Name: Microsoft.Graph.Beta.Compliance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSource --- @@ -25,7 +25,6 @@ Remove-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSource -CaseId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSource -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Remove-MgBetaComplianceEdiscoveryCaseCustodianUserSource.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Remove-MgBetaComplianceEdiscoveryCaseCustodianUserSource.md index 40c7b673556fa..0a687e32674f7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Remove-MgBetaComplianceEdiscoveryCaseCustodianUserSource.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Remove-MgBetaComplianceEdiscoveryCaseCustodianUserSource.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.compliance/remove-mgbetacomplianceediscoverycasecustodianusersource Locale: en-US Module Name: Microsoft.Graph.Beta.Compliance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaComplianceEdiscoveryCaseCustodianUserSource --- @@ -25,7 +25,6 @@ Remove-MgBetaComplianceEdiscoveryCaseCustodianUserSource -CaseId -Custo [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaComplianceEdiscoveryCaseCustodianUserSource -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Remove-MgBetaComplianceEdiscoveryCaseLegalHold.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Remove-MgBetaComplianceEdiscoveryCaseLegalHold.md index 3cd3cc77f761d..7694f21c19549 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Remove-MgBetaComplianceEdiscoveryCaseLegalHold.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Remove-MgBetaComplianceEdiscoveryCaseLegalHold.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.compliance/remove-mgbetacomplianceediscoverycaselegalhold Locale: en-US Module Name: Microsoft.Graph.Beta.Compliance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaComplianceEdiscoveryCaseLegalHold --- @@ -24,7 +24,6 @@ Remove-MgBetaComplianceEdiscoveryCaseLegalHold -CaseId -LegalHoldId ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaComplianceEdiscoveryCaseLegalHold -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Remove-MgBetaComplianceEdiscoveryCaseLegalHoldSiteSource.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Remove-MgBetaComplianceEdiscoveryCaseLegalHoldSiteSource.md index 52e0b06b7b8f7..4b41d97432548 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Remove-MgBetaComplianceEdiscoveryCaseLegalHoldSiteSource.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Remove-MgBetaComplianceEdiscoveryCaseLegalHoldSiteSource.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.compliance/remove-mgbetacomplianceediscoverycaselegalholdsitesource Locale: en-US Module Name: Microsoft.Graph.Beta.Compliance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaComplianceEdiscoveryCaseLegalHoldSiteSource --- @@ -25,7 +25,6 @@ Remove-MgBetaComplianceEdiscoveryCaseLegalHoldSiteSource -CaseId -Legal [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaComplianceEdiscoveryCaseLegalHoldSiteSource -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Remove-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSource.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Remove-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSource.md index 5d612896d1661..f509c03d2f144 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Remove-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSource.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Remove-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSource.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.compliance/remove-mgbetacomplianceediscoverycaselegalholdunifiedgroupsource Locale: en-US Module Name: Microsoft.Graph.Beta.Compliance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSource --- @@ -25,7 +25,6 @@ Remove-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSource -CaseId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSource -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Remove-MgBetaComplianceEdiscoveryCaseLegalHoldUserSource.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Remove-MgBetaComplianceEdiscoveryCaseLegalHoldUserSource.md index 112ee0568ad33..587892677562b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Remove-MgBetaComplianceEdiscoveryCaseLegalHoldUserSource.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Remove-MgBetaComplianceEdiscoveryCaseLegalHoldUserSource.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.compliance/remove-mgbetacomplianceediscoverycaselegalholdusersource Locale: en-US Module Name: Microsoft.Graph.Beta.Compliance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaComplianceEdiscoveryCaseLegalHoldUserSource --- @@ -25,7 +25,6 @@ Remove-MgBetaComplianceEdiscoveryCaseLegalHoldUserSource -CaseId -Legal [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaComplianceEdiscoveryCaseLegalHoldUserSource -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Remove-MgBetaComplianceEdiscoveryCaseNoncustodialDataSource.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Remove-MgBetaComplianceEdiscoveryCaseNoncustodialDataSource.md index 28da986ef6e5c..b53f482484d39 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Remove-MgBetaComplianceEdiscoveryCaseNoncustodialDataSource.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Remove-MgBetaComplianceEdiscoveryCaseNoncustodialDataSource.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.compliance/remove-mgbetacomplianceediscoverycasenoncustodialdatasource Locale: en-US Module Name: Microsoft.Graph.Beta.Compliance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaComplianceEdiscoveryCaseNoncustodialDataSource --- @@ -25,7 +25,6 @@ Remove-MgBetaComplianceEdiscoveryCaseNoncustodialDataSource -CaseId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaComplianceEdiscoveryCaseNoncustodialDataSource -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Remove-MgBetaComplianceEdiscoveryCaseNoncustodialDataSourceHold.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Remove-MgBetaComplianceEdiscoveryCaseNoncustodialDataSourceHold.md index b12a3e1104d53..c4819d24880ff 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Remove-MgBetaComplianceEdiscoveryCaseNoncustodialDataSourceHold.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Remove-MgBetaComplianceEdiscoveryCaseNoncustodialDataSourceHold.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.compliance/remove-mgbetacomplianceediscoverycasenoncustodialdatasourcehold Locale: en-US Module Name: Microsoft.Graph.Beta.Compliance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaComplianceEdiscoveryCaseNoncustodialDataSourceHold --- @@ -25,7 +25,6 @@ Remove-MgBetaComplianceEdiscoveryCaseNoncustodialDataSourceHold -CaseId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Remove1 @@ -36,7 +35,6 @@ Remove-MgBetaComplianceEdiscoveryCaseNoncustodialDataSourceHold -CaseId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Remove @@ -47,7 +45,6 @@ Remove-MgBetaComplianceEdiscoveryCaseNoncustodialDataSourceHold -CaseId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### RemoveViaIdentityExpanded @@ -58,7 +55,6 @@ Remove-MgBetaComplianceEdiscoveryCaseNoncustodialDataSourceHold -InputObject ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### RemoveViaIdentity1 @@ -69,7 +65,6 @@ Remove-MgBetaComplianceEdiscoveryCaseNoncustodialDataSourceHold -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### RemoveViaIdentity @@ -79,7 +74,6 @@ Remove-MgBetaComplianceEdiscoveryCaseNoncustodialDataSourceHold -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Remove-MgBetaComplianceEdiscoveryCaseOperation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Remove-MgBetaComplianceEdiscoveryCaseOperation.md index b3c3fa52c0dca..d406491fd345c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Remove-MgBetaComplianceEdiscoveryCaseOperation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Remove-MgBetaComplianceEdiscoveryCaseOperation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.compliance/remove-mgbetacomplianceediscoverycaseoperation Locale: en-US Module Name: Microsoft.Graph.Beta.Compliance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaComplianceEdiscoveryCaseOperation --- @@ -24,7 +24,6 @@ Remove-MgBetaComplianceEdiscoveryCaseOperation -CaseId -CaseOperationId [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaComplianceEdiscoveryCaseOperation -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Remove-MgBetaComplianceEdiscoveryCaseReviewSet.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Remove-MgBetaComplianceEdiscoveryCaseReviewSet.md index 6925d217b161e..dcde347a21cfc 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Remove-MgBetaComplianceEdiscoveryCaseReviewSet.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Remove-MgBetaComplianceEdiscoveryCaseReviewSet.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.compliance/remove-mgbetacomplianceediscoverycasereviewset Locale: en-US Module Name: Microsoft.Graph.Beta.Compliance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaComplianceEdiscoveryCaseReviewSet --- @@ -24,7 +24,6 @@ Remove-MgBetaComplianceEdiscoveryCaseReviewSet -CaseId -ReviewSetId ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaComplianceEdiscoveryCaseReviewSet -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Remove-MgBetaComplianceEdiscoveryCaseReviewSetQuery.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Remove-MgBetaComplianceEdiscoveryCaseReviewSetQuery.md index ffde114542b1b..0956c66ad3749 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Remove-MgBetaComplianceEdiscoveryCaseReviewSetQuery.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Remove-MgBetaComplianceEdiscoveryCaseReviewSetQuery.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.compliance/remove-mgbetacomplianceediscoverycasereviewsetquery Locale: en-US Module Name: Microsoft.Graph.Beta.Compliance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaComplianceEdiscoveryCaseReviewSetQuery --- @@ -25,7 +25,6 @@ Remove-MgBetaComplianceEdiscoveryCaseReviewSetQuery -CaseId -ReviewSetI [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaComplianceEdiscoveryCaseReviewSetQuery -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Remove-MgBetaComplianceEdiscoveryCaseSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Remove-MgBetaComplianceEdiscoveryCaseSetting.md index 2162a19cdd1b4..9b744a1f93385 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Remove-MgBetaComplianceEdiscoveryCaseSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Remove-MgBetaComplianceEdiscoveryCaseSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.compliance/remove-mgbetacomplianceediscoverycasesetting Locale: en-US Module Name: Microsoft.Graph.Beta.Compliance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaComplianceEdiscoveryCaseSetting --- @@ -24,7 +24,6 @@ Remove-MgBetaComplianceEdiscoveryCaseSetting -CaseId [-IfMatch [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaComplianceEdiscoveryCaseSetting -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Remove-MgBetaComplianceEdiscoveryCaseSourceCollection.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Remove-MgBetaComplianceEdiscoveryCaseSourceCollection.md index 3b1421bebb8bc..117fbdae5f9db 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Remove-MgBetaComplianceEdiscoveryCaseSourceCollection.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Remove-MgBetaComplianceEdiscoveryCaseSourceCollection.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.compliance/remove-mgbetacomplianceediscoverycasesourcecollection Locale: en-US Module Name: Microsoft.Graph.Beta.Compliance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaComplianceEdiscoveryCaseSourceCollection --- @@ -24,7 +24,6 @@ Remove-MgBetaComplianceEdiscoveryCaseSourceCollection -CaseId -SourceCo [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaComplianceEdiscoveryCaseSourceCollection -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Remove-MgBetaComplianceEdiscoveryCaseSourceCollectionAdditionalSource.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Remove-MgBetaComplianceEdiscoveryCaseSourceCollectionAdditionalSource.md index 6e2efec54cd4e..8b5bfc6a0cecd 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Remove-MgBetaComplianceEdiscoveryCaseSourceCollectionAdditionalSource.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Remove-MgBetaComplianceEdiscoveryCaseSourceCollectionAdditionalSource.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.compliance/remove-mgbetacomplianceediscoverycasesourcecollectionadditionalsource Locale: en-US Module Name: Microsoft.Graph.Beta.Compliance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaComplianceEdiscoveryCaseSourceCollectionAdditionalSource --- @@ -25,7 +25,6 @@ Remove-MgBetaComplianceEdiscoveryCaseSourceCollectionAdditionalSource -CaseId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaComplianceEdiscoveryCaseSourceCollectionAdditionalSource [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Remove-MgBetaComplianceEdiscoveryCaseTag.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Remove-MgBetaComplianceEdiscoveryCaseTag.md index dede2a619e60a..261fba1b20b12 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Remove-MgBetaComplianceEdiscoveryCaseTag.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Remove-MgBetaComplianceEdiscoveryCaseTag.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.compliance/remove-mgbetacomplianceediscoverycasetag Locale: en-US Module Name: Microsoft.Graph.Beta.Compliance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaComplianceEdiscoveryCaseTag --- @@ -24,7 +24,6 @@ Remove-MgBetaComplianceEdiscoveryCaseTag -CaseId -TagId [-IfMa [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaComplianceEdiscoveryCaseTag -InputObject [-If [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Remove-MgBetaPrivacySubjectRightsRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Remove-MgBetaPrivacySubjectRightsRequest.md index 7061ba985e8a0..fd489d00b39a7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Remove-MgBetaPrivacySubjectRightsRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Remove-MgBetaPrivacySubjectRightsRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.compliance/remove-mgbetaprivacysubjectrightsrequest Locale: en-US Module Name: Microsoft.Graph.Beta.Compliance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaPrivacySubjectRightsRequest --- @@ -27,7 +27,6 @@ Remove-MgBetaPrivacySubjectRightsRequest -SubjectRightsRequestId [-IfMa [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaPrivacySubjectRightsRequest -InputObject [-If [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Remove-MgBetaPrivacySubjectRightsRequestNote.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Remove-MgBetaPrivacySubjectRightsRequestNote.md index 0e66742da87b4..4c3e58a4784cf 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Remove-MgBetaPrivacySubjectRightsRequestNote.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Remove-MgBetaPrivacySubjectRightsRequestNote.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.compliance/remove-mgbetaprivacysubjectrightsrequestnote Locale: en-US Module Name: Microsoft.Graph.Beta.Compliance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaPrivacySubjectRightsRequestNote --- @@ -28,7 +28,6 @@ Remove-MgBetaPrivacySubjectRightsRequestNote -AuthoredNoteId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -38,7 +37,6 @@ Remove-MgBetaPrivacySubjectRightsRequestNote -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Reset-MgBetaComplianceEdiscoveryCaseSettingToDefault.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Reset-MgBetaComplianceEdiscoveryCaseSettingToDefault.md index 6c082f684e6b1..f1d7062cab0d0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Reset-MgBetaComplianceEdiscoveryCaseSettingToDefault.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Reset-MgBetaComplianceEdiscoveryCaseSettingToDefault.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.compliance/reset-mgbetacomplianceediscoverycasesettingtodefault Locale: en-US Module Name: Microsoft.Graph.Beta.Compliance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Reset-MgBetaComplianceEdiscoveryCaseSettingToDefault --- @@ -24,7 +24,6 @@ Reset-MgBetaComplianceEdiscoveryCaseSettingToDefault -CaseId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ResetViaIdentity @@ -34,7 +33,6 @@ Reset-MgBetaComplianceEdiscoveryCaseSettingToDefault -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Update-MgBetaCompliance.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Update-MgBetaCompliance.md index 99af03d1f1fc9..e15136d8f479a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Update-MgBetaCompliance.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Update-MgBetaCompliance.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.compliance/update-mgbetacompliance Locale: en-US Module Name: Microsoft.Graph.Beta.Compliance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaCompliance --- @@ -27,7 +27,6 @@ Update-MgBetaCompliance [-ResponseHeadersVariable ] [-AdditionalProperti [-Ediscovery ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -37,7 +36,6 @@ Update-MgBetaCompliance -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -430,7 +428,7 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for users to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). @@ -714,22 +712,23 @@ Always null when the object hasn't been deleted. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -759,12 +758,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -874,7 +930,7 @@ Optional. [IncludeBasicClaimSet ]: Determines whether the basic claim set is included in tokens affected by this policy. If set to true, all claims in the basic claim set are emitted in tokens affected by the policy. By default the basic claim set isn't in the tokens unless they're explicitly configured in this policy. - [CreatedByAppId ]: The appId (called Application (client) ID on the Microsoft Entra admin center) of the application used to create the service principal. + [CreatedByAppId ]: The appId of the application that created this service principal. Set internally by Microsoft Entra ID. Read-only. [CreatedObjects ]: Directory objects created by this service principal. @@ -1006,7 +1062,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -1165,13 +1221,13 @@ May not begin with .. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [ApprovedClientApps ]: + [ApprovedClientApps ]: The collection of approved client apps that are associated with the RDS configuration. +Supports $expand. [Id ]: The unique identifier for an entity. Read-only. - [DisplayName ]: + [DisplayName ]: Display name for the client application. [IsRemoteDesktopProtocolEnabled ]: Determines if Microsoft Entra ID RDS authentication protocol for RDP is enabled. [TargetDeviceGroups ]: The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. -
]: The unique identifier for an entity. Read-only. [DisplayName ]: Display name for the target device group. @@ -1534,7 +1590,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. - [ExternalAuthenticationMethods ]: Represents the external methods registered to a user for authentication. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. Optional. @@ -1550,7 +1606,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. - [DisplayName ]: Custom name given to the registered external authentication method. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. @@ -1803,7 +1859,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -2056,7 +2112,7 @@ Read-only. The identifiers must be unique in the tenant. [Birthday ]: The birthday of the user. 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 Returned only on $select. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. Only one number can be set for this property. Read-only for users synced from on-premises directory. @@ -2666,6 +2722,49 @@ This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. Read only. + [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. +Nullable. + [Attachments ]: References to attached objects like files, tabs, meetings etc. + [Body ]: itemBody + [ChannelIdentity ]: channelIdentity + [ChatId ]: If the message was sent in a chat, represents the identity of the chat. + [CreatedDateTime ]: Timestamp of when the chat message was created. + [DeletedDateTime ]: Read only. +Timestamp at which the chat message was deleted, or null if not deleted. + [Etag ]: Read-only. +Version number of the chat message. + [EventDetail ]: eventMessageDetail + [From ]: chatMessageFromIdentitySet + [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. + [Importance ]: chatMessageImportance + [LastEditedDateTime ]: Read only. +Timestamp when edits to the chat message were made. +Triggers an 'Edited' flag in the Teams UI. +If no edits are made the value is null. + [LastModifiedDateTime ]: Read only. +Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. + [Locale ]: Locale of the chat message set by the client. +Always set to en-us. + [Mentions ]: List of entities mentioned in the chat message. +Supported entities are: user, bot, team, channel, chat, and tag. + [MessageHistory ]: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. + [MessageType ]: chatMessageType + [OnBehalfOf ]: chatMessageFromIdentitySet + [PolicyViolation ]: chatMessagePolicyViolation + [Reactions ]: Reactions for this chat message (for example, Like). + [Replies ]: Replies for a specified message. +Supports $expand for channel messages. + [ReplyToId ]: Read-only. +ID of the parent chat message or root chat message of the thread. +(Only applies to chat messages in channels, not chats.) + [Subject ]: The subject of the chat message, in plaintext. + [Summary ]: Summary text of the chat message that could be used for push notifications and summary views or fall back views. +Only applies to channel chat messages, not chat messages in a chat. + [WebUrl ]: Read-only. +Link to the message in Microsoft Teams. + [Id ]: The unique identifier for an entity. +Read-only. + [Recipient ]: identity [TenantId ]: The identifier of the tenant in which the chat was created. Read-only. [Topic ]: (Optional) Subject or topic for the chat. @@ -2701,21 +2800,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -2834,7 +2990,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 @@ -2859,6 +3017,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. @@ -3066,10 +3257,11 @@ 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. + [ContentCategory ]: contentCategory [CorrelationId ]: An identifier used to group multiple related content entries (for example, different parts of the same file upload, messages in a conversation). [CreatedDateTime ]: Required. Timestamp indicating when the original content was created (for example, file creation time, message sent time). @@ -3354,6 +3546,7 @@ To proactively opt in to the new behavior ahead of time, use the contentStream p Nullable. [File ]: file [(Any) ]: This indicates any property can be added to this object. + [ArchiveStatus ]: fileArchiveStatus [Hashes ]: hashes [(Any) ]: This indicates any property can be added to this object. [Crc32Hash ]: The CRC32 value of the file (if available). @@ -3364,6 +3557,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. @@ -3464,6 +3670,17 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(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. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity. @@ -4473,6 +4690,8 @@ 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 total count of items in the list. +Read-only. [Items ]: All items contained in the list. [List ]: listInfo [(Any) ]: This indicates any property can be added to this object. @@ -4569,6 +4788,24 @@ Required. [LearningProviderId ]: The registration ID of the provider. Required. [Status ]: courseStatus + [Storyline ]: User's storyline singleton container. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Followers ]: The users who are following this user. + [Id ]: The unique identifier for an entity. +Read-only. + [Follower ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Followings ]: The users that this user is following. + [Id ]: The unique identifier for an entity. +Read-only. + [Following ]: The Viva Engage identities. [EmployeeHireDate ]: The date and time when the user was hired or will start work if there is a future hire. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. @@ -4583,10 +4820,10 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. @@ -4612,7 +4849,7 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. 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. - Returned only on $select. + Requires $select to retrieve. Note: This property is specific to SharePoint Online. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. @@ -4635,6 +4872,27 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityGovernance ]: identityGovernanceUserSettings + [(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 ]: 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 + [(Any) ]: This indicates any property can be added to this object. + [Duration ]: The requestor's desired duration of access represented in ISO 8601 format for durations. +For example, PT3H refers to three hours. + If specified in a request, endDateTime shouldn't be present and the type property should be set to afterDuration. + [EndDateTime ]: Timestamp of 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. + [Type ]: expirationPatternType + [Recurrence ]: patternedRecurrence + [StartDateTime ]: 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. +In PIM, when the eligible or active assignment becomes active. [IdentityParentId ]: The object ID of the parent identity for agent users. Always null for regular user accounts. For agentUser resources, this property references the object ID of the associated agent identity. @@ -4803,7 +5061,7 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for users to describe their interests. -Returned only on $select. +Requires $select to retrieve. [InvitedBy ]: directoryObject [IsLicenseReconciliationNeeded ]: Indicates whether the user is pending an exchange mailbox license assignment. Read-only. @@ -4812,7 +5070,8 @@ Returned only on $select. 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). @@ -4826,24 +5085,24 @@ If this list is non-empty, then only users or groups listed here can post. [AccessType ]: groupAccessType [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are auto-subscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -4853,6 +5112,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -5011,11 +5271,11 @@ You can use it as a $filter argument to get groups that have members with licens Supports $filter (eq). [HideFromAddressLists ]: true if the group isn't displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: true if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [InfoCatalogs ]: Identifies the info segments assigned to the group. Returned by default. @@ -5039,7 +5299,7 @@ Read-only. To manage a group 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. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -5089,6 +5349,7 @@ Read-only. [OnPremisesDomainName ]: Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only. + [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [OnPremisesLastSyncDateTime ]: Indicates the last time at which the group was synced with the on-premises directory.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. Returned by default. @@ -5409,10 +5670,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -5421,9 +5684,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. @@ -5587,7 +5879,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). @@ -5635,6 +5927,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 @@ -6032,12 +6325,12 @@ Immutable. Read-only. [UnseenConversationsCount ]: Count of conversations delivered one or more new posts since the signed-in user's last visit to the group. This property is the same as unseenCount. -Returned only on $select. +Requires $select to retrieve. [UnseenCount ]: Count of conversations that have received new posts since the signed-in user last visited the group. -This property is the same as unseenConversationsCount.Returned only on $select. +This property is the same as unseenConversationsCount.Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [UnseenMessagesCount ]: Count of new posts that have been delivered to the group's conversations since the signed-in user's last visit to the group. -Returned only on $select. +Requires $select to retrieve. [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. @@ -6048,7 +6341,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Requires $select to retrieve. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -6065,16 +6361,16 @@ Nullable. 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. Read-only. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. It also indicates licenses that are directly assigned and the ones the user inherited through group memberships. Read-only. -Returned only on $select. +Requires $select to retrieve. [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. Read-Only. @@ -6200,7 +6496,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -6749,6 +7045,8 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -6842,7 +7140,7 @@ Read-only. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Notifications ]: [Id ]: The unique identifier for an entity. Read-only. @@ -6937,6 +7235,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. @@ -6985,6 +7287,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. @@ -7239,7 +7546,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for users to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [PendingAccessReviewInstances ]: Navigation property to get a list of access reviews pending approval by the reviewer. [Id ]: The unique identifier for an entity. Read-only. @@ -7259,14 +7566,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. @@ -7599,7 +7898,7 @@ Example: 'en-US', or 'es-ES'. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -8055,15 +8354,14 @@ Read-only. [WebUrl ]: Link to the institution or department homepage. [Program ]: educationalActivityDetail [(Any) ]: This indicates any property can be added to this object. - [Abbreviation ]: Shortened name of the degree or program (example: PhD, MBA) + [Abbreviation ]: Shortened name of the degree or program, for example, PhD and MBA. [Activities ]: Extracurricular activities undertaken alongside the program. [Awards ]: Any awards or honors associated with the program. [Description ]: Short description of the program provided by the user. [DisplayName ]: Long-form name of the program that the user provided. - [FieldsOfStudy ]: Majors and minors associated with the program. -(if applicable) - [Grade ]: The final grade, class, GPA, or score. - [Notes ]: More notes the user provided. + [FieldsOfStudy ]: Majors and minors associated with the program, if applicable. + [Grade ]: The final grade, class, grade point average (GPA), or score. + [Notes ]: More notes provided by the user. [WebUrl ]: Link to the degree or program page. [StartMonthYear ]: The month and year the user commenced the activity referenced. [Emails ]: Represents detailed information about email addresses associated with the user. @@ -8366,9 +8664,9 @@ Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they have attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: The scoped-role administrative unit memberships for this user. Read-only. Nullable. @@ -8432,7 +8730,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. @@ -8582,7 +8880,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Use revokeSignInSessions to reset. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -8629,6 +8927,48 @@ The language component follows two-letter codes as defined in ISO 639-1, and the For users with multigeo licenses, the property contains the user's region (if available). For users without multigeo licenses, the property contains the organization's region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China. + [Sections ]: The sections in the user's chat list. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the section was created. +Read-only. +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. + [DisplayIcon ]: sectionDisplayIcon + [(Any) ]: This indicates any property can be added to this object. + [ContentUrl ]: The URL to a custom icon image. +Applicable when iconType is custom. + [DisplayName ]: The human-readable name of the icon. + [IconType ]: The type of icon. +Use an emoji character such as 👍 for an emoji icon, or custom for a custom image icon. + [SkinTone ]: sectionIconSkinTone + [DisplayName ]: The display name of the section. +Required. +Maximum length is 50 characters. +Display names are case-sensitive and must be unique within a user's sections. +The following names are reserved for system-defined sections and can't be used when creating a user-defined section: RecentChats, QuickViews, TeamsAndChannels, MutedChats, MeetingChats, EngageCommunities. + [IsExpanded ]: Indicates whether the section is expanded in the user interface. +The default value is true. + [IsHierarchicalViewEnabled ]: Indicates whether the hierarchical view is enabled for the section. +Read-only. + [Items ]: The items (chats, channels, meetings, or communities) organized within the section. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the item was added to the section. +Read-only. +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. + [ItemType ]: sectionItemType + [LastModifiedDateTime ]: Date and time when the item was last modified. +Read-only. +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. + [LastModifiedDateTime ]: Date and time when the section was last modified. +Read-only. +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. + [SectionType ]: sectionType + [SortType ]: sectionSortType [Todo ]: todo [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -8641,6 +8981,12 @@ Read-only. Nullable. [IsOwner ]: True if the user is owner of the given task list. [IsShared ]: True if the task list is shared with other users + [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the task list. +Read-only. +Nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Value ]: The value of the property. [Tasks ]: The tasks in this task list. Read-only. Nullable. @@ -8704,9 +9050,6 @@ Read-only. [Recurrence ]: patternedRecurrence [ReminderDateTime ]: dateTimeTimeZone [SingleValueExtendedProperties ]: A collection of custom fields linked to the task. - [Id ]: The unique identifier for an entity. -Read-only. - [Value ]: The value of the property. [StartDateTime ]: dateTimeTimeZone [Status ]: taskStatus [Title ]: A brief description of the task. @@ -8758,6 +9101,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. @@ -8795,6 +9140,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. @@ -8817,6 +9163,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 ]: @@ -8870,6 +9217,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. @@ -8879,8 +9228,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. @@ -9133,7 +9480,9 @@ Read-write. [(Any) ]: This indicates any property can be added to this object. [ArchiveStatus ]: siteArchiveStatus [ArchivedBy ]: identitySet - [ArchivedDateTime ]: + [ArchivedDateTime ]: Time when the container was archived. +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. [DataLocationCode ]: The geographic region code for where this site collection resides. Only present for multi-geo tenants. Read-only. @@ -9410,7 +9759,7 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for users to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). @@ -9694,22 +10043,23 @@ Always null when the object hasn't been deleted. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -9739,12 +10089,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -9854,7 +10261,7 @@ Optional. [IncludeBasicClaimSet ]: Determines whether the basic claim set is included in tokens affected by this policy. If set to true, all claims in the basic claim set are emitted in tokens affected by the policy. By default the basic claim set isn't in the tokens unless they're explicitly configured in this policy. - [CreatedByAppId ]: The appId (called Application (client) ID on the Microsoft Entra admin center) of the application used to create the service principal. + [CreatedByAppId ]: The appId of the application that created this service principal. Set internally by Microsoft Entra ID. Read-only. [CreatedObjects ]: Directory objects created by this service principal. @@ -9986,7 +10393,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -10145,13 +10552,13 @@ May not begin with .. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [ApprovedClientApps ]: + [ApprovedClientApps ]: The collection of approved client apps that are associated with the RDS configuration. +Supports $expand. [Id ]: The unique identifier for an entity. Read-only. - [DisplayName ]: + [DisplayName ]: Display name for the client application. [IsRemoteDesktopProtocolEnabled ]: Determines if Microsoft Entra ID RDS authentication protocol for RDP is enabled. [TargetDeviceGroups ]: The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. -
]: The unique identifier for an entity. Read-only. [DisplayName ]: Display name for the target device group. @@ -10514,7 +10921,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. - [ExternalAuthenticationMethods ]: Represents the external methods registered to a user for authentication. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. Optional. @@ -10530,7 +10937,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. - [DisplayName ]: Custom name given to the registered external authentication method. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. @@ -10783,7 +11190,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -11036,7 +11443,7 @@ Read-only. The identifiers must be unique in the tenant. [Birthday ]: The birthday of the user. 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 Returned only on $select. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. Only one number can be set for this property. Read-only for users synced from on-premises directory. @@ -11646,6 +12053,49 @@ This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. Read only. + [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. +Nullable. + [Attachments ]: References to attached objects like files, tabs, meetings etc. + [Body ]: itemBody + [ChannelIdentity ]: channelIdentity + [ChatId ]: If the message was sent in a chat, represents the identity of the chat. + [CreatedDateTime ]: Timestamp of when the chat message was created. + [DeletedDateTime ]: Read only. +Timestamp at which the chat message was deleted, or null if not deleted. + [Etag ]: Read-only. +Version number of the chat message. + [EventDetail ]: eventMessageDetail + [From ]: chatMessageFromIdentitySet + [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. + [Importance ]: chatMessageImportance + [LastEditedDateTime ]: Read only. +Timestamp when edits to the chat message were made. +Triggers an 'Edited' flag in the Teams UI. +If no edits are made the value is null. + [LastModifiedDateTime ]: Read only. +Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. + [Locale ]: Locale of the chat message set by the client. +Always set to en-us. + [Mentions ]: List of entities mentioned in the chat message. +Supported entities are: user, bot, team, channel, chat, and tag. + [MessageHistory ]: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. + [MessageType ]: chatMessageType + [OnBehalfOf ]: chatMessageFromIdentitySet + [PolicyViolation ]: chatMessagePolicyViolation + [Reactions ]: Reactions for this chat message (for example, Like). + [Replies ]: Replies for a specified message. +Supports $expand for channel messages. + [ReplyToId ]: Read-only. +ID of the parent chat message or root chat message of the thread. +(Only applies to chat messages in channels, not chats.) + [Subject ]: The subject of the chat message, in plaintext. + [Summary ]: Summary text of the chat message that could be used for push notifications and summary views or fall back views. +Only applies to channel chat messages, not chat messages in a chat. + [WebUrl ]: Read-only. +Link to the message in Microsoft Teams. + [Id ]: The unique identifier for an entity. +Read-only. + [Recipient ]: identity [TenantId ]: The identifier of the tenant in which the chat was created. Read-only. [Topic ]: (Optional) Subject or topic for the chat. @@ -11681,21 +12131,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -11814,7 +12321,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 @@ -11839,6 +12348,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. @@ -12046,10 +12588,11 @@ 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. + [ContentCategory ]: contentCategory [CorrelationId ]: An identifier used to group multiple related content entries (for example, different parts of the same file upload, messages in a conversation). [CreatedDateTime ]: Required. Timestamp indicating when the original content was created (for example, file creation time, message sent time). @@ -12334,6 +12877,7 @@ To proactively opt in to the new behavior ahead of time, use the contentStream p Nullable. [File ]: file [(Any) ]: This indicates any property can be added to this object. + [ArchiveStatus ]: fileArchiveStatus [Hashes ]: hashes [(Any) ]: This indicates any property can be added to this object. [Crc32Hash ]: The CRC32 value of the file (if available). @@ -12344,6 +12888,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. @@ -12444,6 +13001,17 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(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. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity. @@ -13453,6 +14021,8 @@ 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 total count of items in the list. +Read-only. [Items ]: All items contained in the list. [List ]: listInfo [(Any) ]: This indicates any property can be added to this object. @@ -13549,6 +14119,24 @@ Required. [LearningProviderId ]: The registration ID of the provider. Required. [Status ]: courseStatus + [Storyline ]: User's storyline singleton container. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Followers ]: The users who are following this user. + [Id ]: The unique identifier for an entity. +Read-only. + [Follower ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Followings ]: The users that this user is following. + [Id ]: The unique identifier for an entity. +Read-only. + [Following ]: The Viva Engage identities. [EmployeeHireDate ]: The date and time when the user was hired or will start work if there is a future hire. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. @@ -13563,10 +14151,10 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. @@ -13592,7 +14180,7 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. 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. - Returned only on $select. + Requires $select to retrieve. Note: This property is specific to SharePoint Online. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. @@ -13615,6 +14203,27 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityGovernance ]: identityGovernanceUserSettings + [(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 ]: 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 + [(Any) ]: This indicates any property can be added to this object. + [Duration ]: The requestor's desired duration of access represented in ISO 8601 format for durations. +For example, PT3H refers to three hours. + If specified in a request, endDateTime shouldn't be present and the type property should be set to afterDuration. + [EndDateTime ]: Timestamp of 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. + [Type ]: expirationPatternType + [Recurrence ]: patternedRecurrence + [StartDateTime ]: 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. +In PIM, when the eligible or active assignment becomes active. [IdentityParentId ]: The object ID of the parent identity for agent users. Always null for regular user accounts. For agentUser resources, this property references the object ID of the associated agent identity. @@ -13783,7 +14392,7 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for users to describe their interests. -Returned only on $select. +Requires $select to retrieve. [InvitedBy ]: directoryObject [IsLicenseReconciliationNeeded ]: Indicates whether the user is pending an exchange mailbox license assignment. Read-only. @@ -13792,7 +14401,8 @@ Returned only on $select. 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). @@ -13806,24 +14416,24 @@ If this list is non-empty, then only users or groups listed here can post. [AccessType ]: groupAccessType [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are auto-subscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -13833,6 +14443,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -13991,11 +14602,11 @@ You can use it as a $filter argument to get groups that have members with licens Supports $filter (eq). [HideFromAddressLists ]: true if the group isn't displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: true if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [InfoCatalogs ]: Identifies the info segments assigned to the group. Returned by default. @@ -14019,7 +14630,7 @@ Read-only. To manage a group 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. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -14069,6 +14680,7 @@ Read-only. [OnPremisesDomainName ]: Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only. + [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [OnPremisesLastSyncDateTime ]: Indicates the last time at which the group was synced with the on-premises directory.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. Returned by default. @@ -14389,10 +15001,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -14401,9 +15015,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. @@ -14567,7 +15210,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). @@ -14615,6 +15258,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 @@ -15012,12 +15656,12 @@ Immutable. Read-only. [UnseenConversationsCount ]: Count of conversations delivered one or more new posts since the signed-in user's last visit to the group. This property is the same as unseenCount. -Returned only on $select. +Requires $select to retrieve. [UnseenCount ]: Count of conversations that have received new posts since the signed-in user last visited the group. -This property is the same as unseenConversationsCount.Returned only on $select. +This property is the same as unseenConversationsCount.Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [UnseenMessagesCount ]: Count of new posts that have been delivered to the group's conversations since the signed-in user's last visit to the group. -Returned only on $select. +Requires $select to retrieve. [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. @@ -15028,7 +15672,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Requires $select to retrieve. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -15045,16 +15692,16 @@ Nullable. 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. Read-only. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. It also indicates licenses that are directly assigned and the ones the user inherited through group memberships. Read-only. -Returned only on $select. +Requires $select to retrieve. [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. Read-Only. @@ -15180,7 +15827,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -15729,6 +16376,8 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -15822,7 +16471,7 @@ Read-only. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Notifications ]: [Id ]: The unique identifier for an entity. Read-only. @@ -15917,6 +16566,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. @@ -15965,6 +16618,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. @@ -16219,7 +16877,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for users to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [PendingAccessReviewInstances ]: Navigation property to get a list of access reviews pending approval by the reviewer. [Id ]: The unique identifier for an entity. Read-only. @@ -16239,14 +16897,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. @@ -16579,7 +17229,7 @@ Example: 'en-US', or 'es-ES'. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -17035,15 +17685,14 @@ Read-only. [WebUrl ]: Link to the institution or department homepage. [Program ]: educationalActivityDetail [(Any) ]: This indicates any property can be added to this object. - [Abbreviation ]: Shortened name of the degree or program (example: PhD, MBA) + [Abbreviation ]: Shortened name of the degree or program, for example, PhD and MBA. [Activities ]: Extracurricular activities undertaken alongside the program. [Awards ]: Any awards or honors associated with the program. [Description ]: Short description of the program provided by the user. [DisplayName ]: Long-form name of the program that the user provided. - [FieldsOfStudy ]: Majors and minors associated with the program. -(if applicable) - [Grade ]: The final grade, class, GPA, or score. - [Notes ]: More notes the user provided. + [FieldsOfStudy ]: Majors and minors associated with the program, if applicable. + [Grade ]: The final grade, class, grade point average (GPA), or score. + [Notes ]: More notes provided by the user. [WebUrl ]: Link to the degree or program page. [StartMonthYear ]: The month and year the user commenced the activity referenced. [Emails ]: Represents detailed information about email addresses associated with the user. @@ -17346,9 +17995,9 @@ Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they have attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: The scoped-role administrative unit memberships for this user. Read-only. Nullable. @@ -17412,7 +18061,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. @@ -17562,7 +18211,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Use revokeSignInSessions to reset. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -17609,6 +18258,48 @@ The language component follows two-letter codes as defined in ISO 639-1, and the For users with multigeo licenses, the property contains the user's region (if available). For users without multigeo licenses, the property contains the organization's region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China. + [Sections ]: The sections in the user's chat list. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the section was created. +Read-only. +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. + [DisplayIcon ]: sectionDisplayIcon + [(Any) ]: This indicates any property can be added to this object. + [ContentUrl ]: The URL to a custom icon image. +Applicable when iconType is custom. + [DisplayName ]: The human-readable name of the icon. + [IconType ]: The type of icon. +Use an emoji character such as 👍 for an emoji icon, or custom for a custom image icon. + [SkinTone ]: sectionIconSkinTone + [DisplayName ]: The display name of the section. +Required. +Maximum length is 50 characters. +Display names are case-sensitive and must be unique within a user's sections. +The following names are reserved for system-defined sections and can't be used when creating a user-defined section: RecentChats, QuickViews, TeamsAndChannels, MutedChats, MeetingChats, EngageCommunities. + [IsExpanded ]: Indicates whether the section is expanded in the user interface. +The default value is true. + [IsHierarchicalViewEnabled ]: Indicates whether the hierarchical view is enabled for the section. +Read-only. + [Items ]: The items (chats, channels, meetings, or communities) organized within the section. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the item was added to the section. +Read-only. +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. + [ItemType ]: sectionItemType + [LastModifiedDateTime ]: Date and time when the item was last modified. +Read-only. +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. + [LastModifiedDateTime ]: Date and time when the section was last modified. +Read-only. +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. + [SectionType ]: sectionType + [SortType ]: sectionSortType [Todo ]: todo [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -17621,6 +18312,12 @@ Read-only. Nullable. [IsOwner ]: True if the user is owner of the given task list. [IsShared ]: True if the task list is shared with other users + [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the task list. +Read-only. +Nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Value ]: The value of the property. [Tasks ]: The tasks in this task list. Read-only. Nullable. @@ -17684,9 +18381,6 @@ Read-only. [Recurrence ]: patternedRecurrence [ReminderDateTime ]: dateTimeTimeZone [SingleValueExtendedProperties ]: A collection of custom fields linked to the task. - [Id ]: The unique identifier for an entity. -Read-only. - [Value ]: The value of the property. [StartDateTime ]: dateTimeTimeZone [Status ]: taskStatus [Title ]: A brief description of the task. @@ -17738,6 +18432,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. @@ -17775,6 +18471,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. @@ -17797,6 +18494,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 ]: @@ -17850,6 +18548,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. @@ -17859,8 +18559,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. @@ -18113,7 +18811,9 @@ Read-write. [(Any) ]: This indicates any property can be added to this object. [ArchiveStatus ]: siteArchiveStatus [ArchivedBy ]: identitySet - [ArchivedDateTime ]: + [ArchivedDateTime ]: Time when the container was archived. +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. [DataLocationCode ]: The geographic region code for where this site collection resides. Only present for multi-geo tenants. Read-only. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Update-MgBetaComplianceEdiscovery.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Update-MgBetaComplianceEdiscovery.md index bcb9c7f7cb513..4343016a425d4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Update-MgBetaComplianceEdiscovery.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Update-MgBetaComplianceEdiscovery.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.compliance/update-mgbetacomplianceediscovery Locale: en-US Module Name: Microsoft.Graph.Beta.Compliance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaComplianceEdiscovery --- @@ -24,7 +24,7 @@ Update-MgBetaComplianceEdiscovery [-ResponseHeadersVariable ] [-AdditionalProperties ] [-Cases ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -34,7 +34,6 @@ Update-MgBetaComplianceEdiscovery -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -447,7 +446,7 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for users to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). @@ -731,22 +730,23 @@ Always null when the object hasn't been deleted. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -776,12 +776,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -891,7 +948,7 @@ Optional. [IncludeBasicClaimSet ]: Determines whether the basic claim set is included in tokens affected by this policy. If set to true, all claims in the basic claim set are emitted in tokens affected by the policy. By default the basic claim set isn't in the tokens unless they're explicitly configured in this policy. - [CreatedByAppId ]: The appId (called Application (client) ID on the Microsoft Entra admin center) of the application used to create the service principal. + [CreatedByAppId ]: The appId of the application that created this service principal. Set internally by Microsoft Entra ID. Read-only. [CreatedObjects ]: Directory objects created by this service principal. @@ -1023,7 +1080,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -1182,13 +1239,13 @@ May not begin with .. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [ApprovedClientApps ]: + [ApprovedClientApps ]: The collection of approved client apps that are associated with the RDS configuration. +Supports $expand. [Id ]: The unique identifier for an entity. Read-only. - [DisplayName ]: + [DisplayName ]: Display name for the client application. [IsRemoteDesktopProtocolEnabled ]: Determines if Microsoft Entra ID RDS authentication protocol for RDP is enabled. [TargetDeviceGroups ]: The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. -
]: The unique identifier for an entity. Read-only. [DisplayName ]: Display name for the target device group. @@ -1551,7 +1608,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. - [ExternalAuthenticationMethods ]: Represents the external methods registered to a user for authentication. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. Optional. @@ -1567,7 +1624,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. - [DisplayName ]: Custom name given to the registered external authentication method. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. @@ -1820,7 +1877,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -2073,7 +2130,7 @@ Read-only. The identifiers must be unique in the tenant. [Birthday ]: The birthday of the user. 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 Returned only on $select. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. Only one number can be set for this property. Read-only for users synced from on-premises directory. @@ -2683,6 +2740,49 @@ This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. Read only. + [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. +Nullable. + [Attachments ]: References to attached objects like files, tabs, meetings etc. + [Body ]: itemBody + [ChannelIdentity ]: channelIdentity + [ChatId ]: If the message was sent in a chat, represents the identity of the chat. + [CreatedDateTime ]: Timestamp of when the chat message was created. + [DeletedDateTime ]: Read only. +Timestamp at which the chat message was deleted, or null if not deleted. + [Etag ]: Read-only. +Version number of the chat message. + [EventDetail ]: eventMessageDetail + [From ]: chatMessageFromIdentitySet + [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. + [Importance ]: chatMessageImportance + [LastEditedDateTime ]: Read only. +Timestamp when edits to the chat message were made. +Triggers an 'Edited' flag in the Teams UI. +If no edits are made the value is null. + [LastModifiedDateTime ]: Read only. +Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. + [Locale ]: Locale of the chat message set by the client. +Always set to en-us. + [Mentions ]: List of entities mentioned in the chat message. +Supported entities are: user, bot, team, channel, chat, and tag. + [MessageHistory ]: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. + [MessageType ]: chatMessageType + [OnBehalfOf ]: chatMessageFromIdentitySet + [PolicyViolation ]: chatMessagePolicyViolation + [Reactions ]: Reactions for this chat message (for example, Like). + [Replies ]: Replies for a specified message. +Supports $expand for channel messages. + [ReplyToId ]: Read-only. +ID of the parent chat message or root chat message of the thread. +(Only applies to chat messages in channels, not chats.) + [Subject ]: The subject of the chat message, in plaintext. + [Summary ]: Summary text of the chat message that could be used for push notifications and summary views or fall back views. +Only applies to channel chat messages, not chat messages in a chat. + [WebUrl ]: Read-only. +Link to the message in Microsoft Teams. + [Id ]: The unique identifier for an entity. +Read-only. + [Recipient ]: identity [TenantId ]: The identifier of the tenant in which the chat was created. Read-only. [Topic ]: (Optional) Subject or topic for the chat. @@ -2718,21 +2818,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -2851,7 +3008,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 @@ -2876,6 +3035,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. @@ -3083,10 +3275,11 @@ 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. + [ContentCategory ]: contentCategory [CorrelationId ]: An identifier used to group multiple related content entries (for example, different parts of the same file upload, messages in a conversation). [CreatedDateTime ]: Required. Timestamp indicating when the original content was created (for example, file creation time, message sent time). @@ -3371,6 +3564,7 @@ To proactively opt in to the new behavior ahead of time, use the contentStream p Nullable. [File ]: file [(Any) ]: This indicates any property can be added to this object. + [ArchiveStatus ]: fileArchiveStatus [Hashes ]: hashes [(Any) ]: This indicates any property can be added to this object. [Crc32Hash ]: The CRC32 value of the file (if available). @@ -3381,6 +3575,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. @@ -3481,6 +3688,17 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(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. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity. @@ -4490,6 +4708,8 @@ 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 total count of items in the list. +Read-only. [Items ]: All items contained in the list. [List ]: listInfo [(Any) ]: This indicates any property can be added to this object. @@ -4586,6 +4806,24 @@ Required. [LearningProviderId ]: The registration ID of the provider. Required. [Status ]: courseStatus + [Storyline ]: User's storyline singleton container. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Followers ]: The users who are following this user. + [Id ]: The unique identifier for an entity. +Read-only. + [Follower ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Followings ]: The users that this user is following. + [Id ]: The unique identifier for an entity. +Read-only. + [Following ]: The Viva Engage identities. [EmployeeHireDate ]: The date and time when the user was hired or will start work if there is a future hire. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. @@ -4600,10 +4838,10 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. @@ -4629,7 +4867,7 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. 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. - Returned only on $select. + Requires $select to retrieve. Note: This property is specific to SharePoint Online. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. @@ -4652,6 +4890,27 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityGovernance ]: identityGovernanceUserSettings + [(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 ]: 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 + [(Any) ]: This indicates any property can be added to this object. + [Duration ]: The requestor's desired duration of access represented in ISO 8601 format for durations. +For example, PT3H refers to three hours. + If specified in a request, endDateTime shouldn't be present and the type property should be set to afterDuration. + [EndDateTime ]: Timestamp of 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. + [Type ]: expirationPatternType + [Recurrence ]: patternedRecurrence + [StartDateTime ]: 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. +In PIM, when the eligible or active assignment becomes active. [IdentityParentId ]: The object ID of the parent identity for agent users. Always null for regular user accounts. For agentUser resources, this property references the object ID of the associated agent identity. @@ -4820,7 +5079,7 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for users to describe their interests. -Returned only on $select. +Requires $select to retrieve. [InvitedBy ]: directoryObject [IsLicenseReconciliationNeeded ]: Indicates whether the user is pending an exchange mailbox license assignment. Read-only. @@ -4829,7 +5088,8 @@ Returned only on $select. 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). @@ -4843,24 +5103,24 @@ If this list is non-empty, then only users or groups listed here can post. [AccessType ]: groupAccessType [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are auto-subscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -4870,6 +5130,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -5028,11 +5289,11 @@ You can use it as a $filter argument to get groups that have members with licens Supports $filter (eq). [HideFromAddressLists ]: true if the group isn't displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: true if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [InfoCatalogs ]: Identifies the info segments assigned to the group. Returned by default. @@ -5056,7 +5317,7 @@ Read-only. To manage a group 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. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -5106,6 +5367,7 @@ Read-only. [OnPremisesDomainName ]: Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only. + [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [OnPremisesLastSyncDateTime ]: Indicates the last time at which the group was synced with the on-premises directory.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. Returned by default. @@ -5426,10 +5688,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -5438,9 +5702,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. @@ -5604,7 +5897,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). @@ -5652,6 +5945,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 @@ -6049,12 +6343,12 @@ Immutable. Read-only. [UnseenConversationsCount ]: Count of conversations delivered one or more new posts since the signed-in user's last visit to the group. This property is the same as unseenCount. -Returned only on $select. +Requires $select to retrieve. [UnseenCount ]: Count of conversations that have received new posts since the signed-in user last visited the group. -This property is the same as unseenConversationsCount.Returned only on $select. +This property is the same as unseenConversationsCount.Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [UnseenMessagesCount ]: Count of new posts that have been delivered to the group's conversations since the signed-in user's last visit to the group. -Returned only on $select. +Requires $select to retrieve. [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. @@ -6065,7 +6359,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Requires $select to retrieve. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -6082,16 +6379,16 @@ Nullable. 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. Read-only. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. It also indicates licenses that are directly assigned and the ones the user inherited through group memberships. Read-only. -Returned only on $select. +Requires $select to retrieve. [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. Read-Only. @@ -6217,7 +6514,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -6766,6 +7063,8 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -6859,7 +7158,7 @@ Read-only. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Notifications ]: [Id ]: The unique identifier for an entity. Read-only. @@ -6954,6 +7253,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. @@ -7002,6 +7305,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. @@ -7256,7 +7564,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for users to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [PendingAccessReviewInstances ]: Navigation property to get a list of access reviews pending approval by the reviewer. [Id ]: The unique identifier for an entity. Read-only. @@ -7276,14 +7584,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. @@ -7616,7 +7916,7 @@ Example: 'en-US', or 'es-ES'. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -8072,15 +8372,14 @@ Read-only. [WebUrl ]: Link to the institution or department homepage. [Program ]: educationalActivityDetail [(Any) ]: This indicates any property can be added to this object. - [Abbreviation ]: Shortened name of the degree or program (example: PhD, MBA) + [Abbreviation ]: Shortened name of the degree or program, for example, PhD and MBA. [Activities ]: Extracurricular activities undertaken alongside the program. [Awards ]: Any awards or honors associated with the program. [Description ]: Short description of the program provided by the user. [DisplayName ]: Long-form name of the program that the user provided. - [FieldsOfStudy ]: Majors and minors associated with the program. -(if applicable) - [Grade ]: The final grade, class, GPA, or score. - [Notes ]: More notes the user provided. + [FieldsOfStudy ]: Majors and minors associated with the program, if applicable. + [Grade ]: The final grade, class, grade point average (GPA), or score. + [Notes ]: More notes provided by the user. [WebUrl ]: Link to the degree or program page. [StartMonthYear ]: The month and year the user commenced the activity referenced. [Emails ]: Represents detailed information about email addresses associated with the user. @@ -8383,9 +8682,9 @@ Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they have attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: The scoped-role administrative unit memberships for this user. Read-only. Nullable. @@ -8449,7 +8748,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. @@ -8599,7 +8898,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Use revokeSignInSessions to reset. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -8646,6 +8945,48 @@ The language component follows two-letter codes as defined in ISO 639-1, and the For users with multigeo licenses, the property contains the user's region (if available). For users without multigeo licenses, the property contains the organization's region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China. + [Sections ]: The sections in the user's chat list. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the section was created. +Read-only. +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. + [DisplayIcon ]: sectionDisplayIcon + [(Any) ]: This indicates any property can be added to this object. + [ContentUrl ]: The URL to a custom icon image. +Applicable when iconType is custom. + [DisplayName ]: The human-readable name of the icon. + [IconType ]: The type of icon. +Use an emoji character such as 👍 for an emoji icon, or custom for a custom image icon. + [SkinTone ]: sectionIconSkinTone + [DisplayName ]: The display name of the section. +Required. +Maximum length is 50 characters. +Display names are case-sensitive and must be unique within a user's sections. +The following names are reserved for system-defined sections and can't be used when creating a user-defined section: RecentChats, QuickViews, TeamsAndChannels, MutedChats, MeetingChats, EngageCommunities. + [IsExpanded ]: Indicates whether the section is expanded in the user interface. +The default value is true. + [IsHierarchicalViewEnabled ]: Indicates whether the hierarchical view is enabled for the section. +Read-only. + [Items ]: The items (chats, channels, meetings, or communities) organized within the section. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the item was added to the section. +Read-only. +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. + [ItemType ]: sectionItemType + [LastModifiedDateTime ]: Date and time when the item was last modified. +Read-only. +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. + [LastModifiedDateTime ]: Date and time when the section was last modified. +Read-only. +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. + [SectionType ]: sectionType + [SortType ]: sectionSortType [Todo ]: todo [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -8658,6 +8999,12 @@ Read-only. Nullable. [IsOwner ]: True if the user is owner of the given task list. [IsShared ]: True if the task list is shared with other users + [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the task list. +Read-only. +Nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Value ]: The value of the property. [Tasks ]: The tasks in this task list. Read-only. Nullable. @@ -8721,9 +9068,6 @@ Read-only. [Recurrence ]: patternedRecurrence [ReminderDateTime ]: dateTimeTimeZone [SingleValueExtendedProperties ]: A collection of custom fields linked to the task. - [Id ]: The unique identifier for an entity. -Read-only. - [Value ]: The value of the property. [StartDateTime ]: dateTimeTimeZone [Status ]: taskStatus [Title ]: A brief description of the task. @@ -8775,6 +9119,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. @@ -8812,6 +9158,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. @@ -8834,6 +9181,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 ]: @@ -8887,6 +9235,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. @@ -8896,8 +9246,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. @@ -9150,7 +9498,9 @@ Read-write. [(Any) ]: This indicates any property can be added to this object. [ArchiveStatus ]: siteArchiveStatus [ArchivedBy ]: identitySet - [ArchivedDateTime ]: + [ArchivedDateTime ]: Time when the container was archived. +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. [DataLocationCode ]: The geographic region code for where this site collection resides. Only present for multi-geo tenants. Read-only. @@ -9423,7 +9773,7 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for users to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). @@ -9707,22 +10057,23 @@ Always null when the object hasn't been deleted. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -9752,12 +10103,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -9867,7 +10275,7 @@ Optional. [IncludeBasicClaimSet ]: Determines whether the basic claim set is included in tokens affected by this policy. If set to true, all claims in the basic claim set are emitted in tokens affected by the policy. By default the basic claim set isn't in the tokens unless they're explicitly configured in this policy. - [CreatedByAppId ]: The appId (called Application (client) ID on the Microsoft Entra admin center) of the application used to create the service principal. + [CreatedByAppId ]: The appId of the application that created this service principal. Set internally by Microsoft Entra ID. Read-only. [CreatedObjects ]: Directory objects created by this service principal. @@ -9999,7 +10407,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -10158,13 +10566,13 @@ May not begin with .. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [ApprovedClientApps ]: + [ApprovedClientApps ]: The collection of approved client apps that are associated with the RDS configuration. +Supports $expand. [Id ]: The unique identifier for an entity. Read-only. - [DisplayName ]: + [DisplayName ]: Display name for the client application. [IsRemoteDesktopProtocolEnabled ]: Determines if Microsoft Entra ID RDS authentication protocol for RDP is enabled. [TargetDeviceGroups ]: The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. -
]: The unique identifier for an entity. Read-only. [DisplayName ]: Display name for the target device group. @@ -10527,7 +10935,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. - [ExternalAuthenticationMethods ]: Represents the external methods registered to a user for authentication. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. Optional. @@ -10543,7 +10951,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. - [DisplayName ]: Custom name given to the registered external authentication method. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. @@ -10796,7 +11204,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -11049,7 +11457,7 @@ Read-only. The identifiers must be unique in the tenant. [Birthday ]: The birthday of the user. 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 Returned only on $select. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. Only one number can be set for this property. Read-only for users synced from on-premises directory. @@ -11659,6 +12067,49 @@ This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. Read only. + [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. +Nullable. + [Attachments ]: References to attached objects like files, tabs, meetings etc. + [Body ]: itemBody + [ChannelIdentity ]: channelIdentity + [ChatId ]: If the message was sent in a chat, represents the identity of the chat. + [CreatedDateTime ]: Timestamp of when the chat message was created. + [DeletedDateTime ]: Read only. +Timestamp at which the chat message was deleted, or null if not deleted. + [Etag ]: Read-only. +Version number of the chat message. + [EventDetail ]: eventMessageDetail + [From ]: chatMessageFromIdentitySet + [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. + [Importance ]: chatMessageImportance + [LastEditedDateTime ]: Read only. +Timestamp when edits to the chat message were made. +Triggers an 'Edited' flag in the Teams UI. +If no edits are made the value is null. + [LastModifiedDateTime ]: Read only. +Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. + [Locale ]: Locale of the chat message set by the client. +Always set to en-us. + [Mentions ]: List of entities mentioned in the chat message. +Supported entities are: user, bot, team, channel, chat, and tag. + [MessageHistory ]: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. + [MessageType ]: chatMessageType + [OnBehalfOf ]: chatMessageFromIdentitySet + [PolicyViolation ]: chatMessagePolicyViolation + [Reactions ]: Reactions for this chat message (for example, Like). + [Replies ]: Replies for a specified message. +Supports $expand for channel messages. + [ReplyToId ]: Read-only. +ID of the parent chat message or root chat message of the thread. +(Only applies to chat messages in channels, not chats.) + [Subject ]: The subject of the chat message, in plaintext. + [Summary ]: Summary text of the chat message that could be used for push notifications and summary views or fall back views. +Only applies to channel chat messages, not chat messages in a chat. + [WebUrl ]: Read-only. +Link to the message in Microsoft Teams. + [Id ]: The unique identifier for an entity. +Read-only. + [Recipient ]: identity [TenantId ]: The identifier of the tenant in which the chat was created. Read-only. [Topic ]: (Optional) Subject or topic for the chat. @@ -11694,21 +12145,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -11827,7 +12335,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 @@ -11852,6 +12362,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. @@ -12059,10 +12602,11 @@ 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. + [ContentCategory ]: contentCategory [CorrelationId ]: An identifier used to group multiple related content entries (for example, different parts of the same file upload, messages in a conversation). [CreatedDateTime ]: Required. Timestamp indicating when the original content was created (for example, file creation time, message sent time). @@ -12347,6 +12891,7 @@ To proactively opt in to the new behavior ahead of time, use the contentStream p Nullable. [File ]: file [(Any) ]: This indicates any property can be added to this object. + [ArchiveStatus ]: fileArchiveStatus [Hashes ]: hashes [(Any) ]: This indicates any property can be added to this object. [Crc32Hash ]: The CRC32 value of the file (if available). @@ -12357,6 +12902,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. @@ -12457,6 +13015,17 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(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. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity. @@ -13466,6 +14035,8 @@ 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 total count of items in the list. +Read-only. [Items ]: All items contained in the list. [List ]: listInfo [(Any) ]: This indicates any property can be added to this object. @@ -13562,6 +14133,24 @@ Required. [LearningProviderId ]: The registration ID of the provider. Required. [Status ]: courseStatus + [Storyline ]: User's storyline singleton container. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Followers ]: The users who are following this user. + [Id ]: The unique identifier for an entity. +Read-only. + [Follower ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Followings ]: The users that this user is following. + [Id ]: The unique identifier for an entity. +Read-only. + [Following ]: The Viva Engage identities. [EmployeeHireDate ]: The date and time when the user was hired or will start work if there is a future hire. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. @@ -13576,10 +14165,10 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. @@ -13605,7 +14194,7 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. 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. - Returned only on $select. + Requires $select to retrieve. Note: This property is specific to SharePoint Online. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. @@ -13628,6 +14217,27 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityGovernance ]: identityGovernanceUserSettings + [(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 ]: 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 + [(Any) ]: This indicates any property can be added to this object. + [Duration ]: The requestor's desired duration of access represented in ISO 8601 format for durations. +For example, PT3H refers to three hours. + If specified in a request, endDateTime shouldn't be present and the type property should be set to afterDuration. + [EndDateTime ]: Timestamp of 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. + [Type ]: expirationPatternType + [Recurrence ]: patternedRecurrence + [StartDateTime ]: 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. +In PIM, when the eligible or active assignment becomes active. [IdentityParentId ]: The object ID of the parent identity for agent users. Always null for regular user accounts. For agentUser resources, this property references the object ID of the associated agent identity. @@ -13796,7 +14406,7 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for users to describe their interests. -Returned only on $select. +Requires $select to retrieve. [InvitedBy ]: directoryObject [IsLicenseReconciliationNeeded ]: Indicates whether the user is pending an exchange mailbox license assignment. Read-only. @@ -13805,7 +14415,8 @@ Returned only on $select. 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). @@ -13819,24 +14430,24 @@ If this list is non-empty, then only users or groups listed here can post. [AccessType ]: groupAccessType [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are auto-subscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -13846,6 +14457,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -14004,11 +14616,11 @@ You can use it as a $filter argument to get groups that have members with licens Supports $filter (eq). [HideFromAddressLists ]: true if the group isn't displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: true if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [InfoCatalogs ]: Identifies the info segments assigned to the group. Returned by default. @@ -14032,7 +14644,7 @@ Read-only. To manage a group 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. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -14082,6 +14694,7 @@ Read-only. [OnPremisesDomainName ]: Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only. + [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [OnPremisesLastSyncDateTime ]: Indicates the last time at which the group was synced with the on-premises directory.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. Returned by default. @@ -14402,10 +15015,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -14414,9 +15029,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. @@ -14580,7 +15224,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). @@ -14628,6 +15272,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 @@ -15025,12 +15670,12 @@ Immutable. Read-only. [UnseenConversationsCount ]: Count of conversations delivered one or more new posts since the signed-in user's last visit to the group. This property is the same as unseenCount. -Returned only on $select. +Requires $select to retrieve. [UnseenCount ]: Count of conversations that have received new posts since the signed-in user last visited the group. -This property is the same as unseenConversationsCount.Returned only on $select. +This property is the same as unseenConversationsCount.Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [UnseenMessagesCount ]: Count of new posts that have been delivered to the group's conversations since the signed-in user's last visit to the group. -Returned only on $select. +Requires $select to retrieve. [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. @@ -15041,7 +15686,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Requires $select to retrieve. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -15058,16 +15706,16 @@ Nullable. 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. Read-only. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. It also indicates licenses that are directly assigned and the ones the user inherited through group memberships. Read-only. -Returned only on $select. +Requires $select to retrieve. [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. Read-Only. @@ -15193,7 +15841,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -15742,6 +16390,8 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -15835,7 +16485,7 @@ Read-only. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Notifications ]: [Id ]: The unique identifier for an entity. Read-only. @@ -15930,6 +16580,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. @@ -15978,6 +16632,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. @@ -16232,7 +16891,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for users to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [PendingAccessReviewInstances ]: Navigation property to get a list of access reviews pending approval by the reviewer. [Id ]: The unique identifier for an entity. Read-only. @@ -16252,14 +16911,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. @@ -16592,7 +17243,7 @@ Example: 'en-US', or 'es-ES'. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -17048,15 +17699,14 @@ Read-only. [WebUrl ]: Link to the institution or department homepage. [Program ]: educationalActivityDetail [(Any) ]: This indicates any property can be added to this object. - [Abbreviation ]: Shortened name of the degree or program (example: PhD, MBA) + [Abbreviation ]: Shortened name of the degree or program, for example, PhD and MBA. [Activities ]: Extracurricular activities undertaken alongside the program. [Awards ]: Any awards or honors associated with the program. [Description ]: Short description of the program provided by the user. [DisplayName ]: Long-form name of the program that the user provided. - [FieldsOfStudy ]: Majors and minors associated with the program. -(if applicable) - [Grade ]: The final grade, class, GPA, or score. - [Notes ]: More notes the user provided. + [FieldsOfStudy ]: Majors and minors associated with the program, if applicable. + [Grade ]: The final grade, class, grade point average (GPA), or score. + [Notes ]: More notes provided by the user. [WebUrl ]: Link to the degree or program page. [StartMonthYear ]: The month and year the user commenced the activity referenced. [Emails ]: Represents detailed information about email addresses associated with the user. @@ -17359,9 +18009,9 @@ Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they have attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: The scoped-role administrative unit memberships for this user. Read-only. Nullable. @@ -17425,7 +18075,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. @@ -17575,7 +18225,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Use revokeSignInSessions to reset. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -17622,6 +18272,48 @@ The language component follows two-letter codes as defined in ISO 639-1, and the For users with multigeo licenses, the property contains the user's region (if available). For users without multigeo licenses, the property contains the organization's region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China. + [Sections ]: The sections in the user's chat list. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the section was created. +Read-only. +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. + [DisplayIcon ]: sectionDisplayIcon + [(Any) ]: This indicates any property can be added to this object. + [ContentUrl ]: The URL to a custom icon image. +Applicable when iconType is custom. + [DisplayName ]: The human-readable name of the icon. + [IconType ]: The type of icon. +Use an emoji character such as 👍 for an emoji icon, or custom for a custom image icon. + [SkinTone ]: sectionIconSkinTone + [DisplayName ]: The display name of the section. +Required. +Maximum length is 50 characters. +Display names are case-sensitive and must be unique within a user's sections. +The following names are reserved for system-defined sections and can't be used when creating a user-defined section: RecentChats, QuickViews, TeamsAndChannels, MutedChats, MeetingChats, EngageCommunities. + [IsExpanded ]: Indicates whether the section is expanded in the user interface. +The default value is true. + [IsHierarchicalViewEnabled ]: Indicates whether the hierarchical view is enabled for the section. +Read-only. + [Items ]: The items (chats, channels, meetings, or communities) organized within the section. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the item was added to the section. +Read-only. +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. + [ItemType ]: sectionItemType + [LastModifiedDateTime ]: Date and time when the item was last modified. +Read-only. +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. + [LastModifiedDateTime ]: Date and time when the section was last modified. +Read-only. +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. + [SectionType ]: sectionType + [SortType ]: sectionSortType [Todo ]: todo [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -17634,6 +18326,12 @@ Read-only. Nullable. [IsOwner ]: True if the user is owner of the given task list. [IsShared ]: True if the task list is shared with other users + [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the task list. +Read-only. +Nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Value ]: The value of the property. [Tasks ]: The tasks in this task list. Read-only. Nullable. @@ -17697,9 +18395,6 @@ Read-only. [Recurrence ]: patternedRecurrence [ReminderDateTime ]: dateTimeTimeZone [SingleValueExtendedProperties ]: A collection of custom fields linked to the task. - [Id ]: The unique identifier for an entity. -Read-only. - [Value ]: The value of the property. [StartDateTime ]: dateTimeTimeZone [Status ]: taskStatus [Title ]: A brief description of the task. @@ -17751,6 +18446,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. @@ -17788,6 +18485,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. @@ -17810,6 +18508,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 ]: @@ -17863,6 +18562,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. @@ -17872,8 +18573,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. @@ -18126,7 +18825,9 @@ Read-write. [(Any) ]: This indicates any property can be added to this object. [ArchiveStatus ]: siteArchiveStatus [ArchivedBy ]: identitySet - [ArchivedDateTime ]: + [ArchivedDateTime ]: Time when the container was archived. +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. [DataLocationCode ]: The geographic region code for where this site collection resides. Only present for multi-geo tenants. Read-only. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Update-MgBetaComplianceEdiscoveryCase.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Update-MgBetaComplianceEdiscoveryCase.md index f8732b9fe65e3..c644ccf5c8f97 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Update-MgBetaComplianceEdiscoveryCase.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Update-MgBetaComplianceEdiscoveryCase.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.compliance/update-mgbetacomplianceediscoverycase Locale: en-US Module Name: Microsoft.Graph.Beta.Compliance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaComplianceEdiscoveryCase --- @@ -35,7 +35,6 @@ Update-MgBetaComplianceEdiscoveryCase -CaseId [-ResponseHeadersVariable [-Tags ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -45,7 +44,7 @@ Update-MgBetaComplianceEdiscoveryCase -CaseId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -66,7 +65,6 @@ Update-MgBetaComplianceEdiscoveryCase -InputObject [-Tags ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -76,7 +74,7 @@ Update-MgBetaComplianceEdiscoveryCase -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -1049,7 +1047,7 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for users to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). @@ -1333,22 +1331,23 @@ Always null when the object hasn't been deleted. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -1378,12 +1377,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -1493,7 +1549,7 @@ Optional. [IncludeBasicClaimSet ]: Determines whether the basic claim set is included in tokens affected by this policy. If set to true, all claims in the basic claim set are emitted in tokens affected by the policy. By default the basic claim set isn't in the tokens unless they're explicitly configured in this policy. - [CreatedByAppId ]: The appId (called Application (client) ID on the Microsoft Entra admin center) of the application used to create the service principal. + [CreatedByAppId ]: The appId of the application that created this service principal. Set internally by Microsoft Entra ID. Read-only. [CreatedObjects ]: Directory objects created by this service principal. @@ -1625,7 +1681,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -1784,13 +1840,13 @@ May not begin with .. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [ApprovedClientApps ]: + [ApprovedClientApps ]: The collection of approved client apps that are associated with the RDS configuration. +Supports $expand. [Id ]: The unique identifier for an entity. Read-only. - [DisplayName ]: + [DisplayName ]: Display name for the client application. [IsRemoteDesktopProtocolEnabled ]: Determines if Microsoft Entra ID RDS authentication protocol for RDP is enabled. [TargetDeviceGroups ]: The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. -
]: The unique identifier for an entity. Read-only. [DisplayName ]: Display name for the target device group. @@ -2153,7 +2209,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. - [ExternalAuthenticationMethods ]: Represents the external methods registered to a user for authentication. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. Optional. @@ -2169,7 +2225,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. - [DisplayName ]: Custom name given to the registered external authentication method. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. @@ -2422,7 +2478,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -2675,7 +2731,7 @@ Read-only. The identifiers must be unique in the tenant. [Birthday ]: The birthday of the user. 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 Returned only on $select. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. Only one number can be set for this property. Read-only for users synced from on-premises directory. @@ -3285,6 +3341,49 @@ This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. Read only. + [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. +Nullable. + [Attachments ]: References to attached objects like files, tabs, meetings etc. + [Body ]: itemBody + [ChannelIdentity ]: channelIdentity + [ChatId ]: If the message was sent in a chat, represents the identity of the chat. + [CreatedDateTime ]: Timestamp of when the chat message was created. + [DeletedDateTime ]: Read only. +Timestamp at which the chat message was deleted, or null if not deleted. + [Etag ]: Read-only. +Version number of the chat message. + [EventDetail ]: eventMessageDetail + [From ]: chatMessageFromIdentitySet + [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. + [Importance ]: chatMessageImportance + [LastEditedDateTime ]: Read only. +Timestamp when edits to the chat message were made. +Triggers an 'Edited' flag in the Teams UI. +If no edits are made the value is null. + [LastModifiedDateTime ]: Read only. +Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. + [Locale ]: Locale of the chat message set by the client. +Always set to en-us. + [Mentions ]: List of entities mentioned in the chat message. +Supported entities are: user, bot, team, channel, chat, and tag. + [MessageHistory ]: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. + [MessageType ]: chatMessageType + [OnBehalfOf ]: chatMessageFromIdentitySet + [PolicyViolation ]: chatMessagePolicyViolation + [Reactions ]: Reactions for this chat message (for example, Like). + [Replies ]: Replies for a specified message. +Supports $expand for channel messages. + [ReplyToId ]: Read-only. +ID of the parent chat message or root chat message of the thread. +(Only applies to chat messages in channels, not chats.) + [Subject ]: The subject of the chat message, in plaintext. + [Summary ]: Summary text of the chat message that could be used for push notifications and summary views or fall back views. +Only applies to channel chat messages, not chat messages in a chat. + [WebUrl ]: Read-only. +Link to the message in Microsoft Teams. + [Id ]: The unique identifier for an entity. +Read-only. + [Recipient ]: identity [TenantId ]: The identifier of the tenant in which the chat was created. Read-only. [Topic ]: (Optional) Subject or topic for the chat. @@ -3320,21 +3419,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -3453,7 +3609,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 @@ -3478,6 +3636,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. @@ -3685,10 +3876,11 @@ 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. + [ContentCategory ]: contentCategory [CorrelationId ]: An identifier used to group multiple related content entries (for example, different parts of the same file upload, messages in a conversation). [CreatedDateTime ]: Required. Timestamp indicating when the original content was created (for example, file creation time, message sent time). @@ -3973,6 +4165,7 @@ To proactively opt in to the new behavior ahead of time, use the contentStream p Nullable. [File ]: file [(Any) ]: This indicates any property can be added to this object. + [ArchiveStatus ]: fileArchiveStatus [Hashes ]: hashes [(Any) ]: This indicates any property can be added to this object. [Crc32Hash ]: The CRC32 value of the file (if available). @@ -3983,6 +4176,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. @@ -4083,6 +4289,17 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(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. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity. @@ -5092,6 +5309,8 @@ 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 total count of items in the list. +Read-only. [Items ]: All items contained in the list. [List ]: listInfo [(Any) ]: This indicates any property can be added to this object. @@ -5188,6 +5407,24 @@ Required. [LearningProviderId ]: The registration ID of the provider. Required. [Status ]: courseStatus + [Storyline ]: User's storyline singleton container. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Followers ]: The users who are following this user. + [Id ]: The unique identifier for an entity. +Read-only. + [Follower ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Followings ]: The users that this user is following. + [Id ]: The unique identifier for an entity. +Read-only. + [Following ]: The Viva Engage identities. [EmployeeHireDate ]: The date and time when the user was hired or will start work if there is a future hire. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. @@ -5202,10 +5439,10 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. @@ -5231,7 +5468,7 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. 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. - Returned only on $select. + Requires $select to retrieve. Note: This property is specific to SharePoint Online. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. @@ -5254,6 +5491,27 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityGovernance ]: identityGovernanceUserSettings + [(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 ]: 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 + [(Any) ]: This indicates any property can be added to this object. + [Duration ]: The requestor's desired duration of access represented in ISO 8601 format for durations. +For example, PT3H refers to three hours. + If specified in a request, endDateTime shouldn't be present and the type property should be set to afterDuration. + [EndDateTime ]: Timestamp of 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. + [Type ]: expirationPatternType + [Recurrence ]: patternedRecurrence + [StartDateTime ]: 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. +In PIM, when the eligible or active assignment becomes active. [IdentityParentId ]: The object ID of the parent identity for agent users. Always null for regular user accounts. For agentUser resources, this property references the object ID of the associated agent identity. @@ -5422,7 +5680,7 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for users to describe their interests. -Returned only on $select. +Requires $select to retrieve. [InvitedBy ]: directoryObject [IsLicenseReconciliationNeeded ]: Indicates whether the user is pending an exchange mailbox license assignment. Read-only. @@ -5431,7 +5689,8 @@ Returned only on $select. 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). @@ -5445,24 +5704,24 @@ If this list is non-empty, then only users or groups listed here can post. [AccessType ]: groupAccessType [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are auto-subscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -5472,6 +5731,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -5630,11 +5890,11 @@ You can use it as a $filter argument to get groups that have members with licens Supports $filter (eq). [HideFromAddressLists ]: true if the group isn't displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: true if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [InfoCatalogs ]: Identifies the info segments assigned to the group. Returned by default. @@ -5658,7 +5918,7 @@ Read-only. To manage a group 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. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -5708,6 +5968,7 @@ Read-only. [OnPremisesDomainName ]: Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only. + [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [OnPremisesLastSyncDateTime ]: Indicates the last time at which the group was synced with the on-premises directory.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. Returned by default. @@ -6028,10 +6289,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -6040,9 +6303,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. @@ -6206,7 +6498,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). @@ -6254,6 +6546,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 @@ -6651,12 +6944,12 @@ Immutable. Read-only. [UnseenConversationsCount ]: Count of conversations delivered one or more new posts since the signed-in user's last visit to the group. This property is the same as unseenCount. -Returned only on $select. +Requires $select to retrieve. [UnseenCount ]: Count of conversations that have received new posts since the signed-in user last visited the group. -This property is the same as unseenConversationsCount.Returned only on $select. +This property is the same as unseenConversationsCount.Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [UnseenMessagesCount ]: Count of new posts that have been delivered to the group's conversations since the signed-in user's last visit to the group. -Returned only on $select. +Requires $select to retrieve. [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. @@ -6667,7 +6960,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Requires $select to retrieve. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -6684,16 +6980,16 @@ Nullable. 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. Read-only. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. It also indicates licenses that are directly assigned and the ones the user inherited through group memberships. Read-only. -Returned only on $select. +Requires $select to retrieve. [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. Read-Only. @@ -6819,7 +7115,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -7368,6 +7664,8 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -7461,7 +7759,7 @@ Read-only. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Notifications ]: [Id ]: The unique identifier for an entity. Read-only. @@ -7556,6 +7854,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. @@ -7604,6 +7906,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. @@ -7858,7 +8165,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for users to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [PendingAccessReviewInstances ]: Navigation property to get a list of access reviews pending approval by the reviewer. [Id ]: The unique identifier for an entity. Read-only. @@ -7878,14 +8185,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. @@ -8218,7 +8517,7 @@ Example: 'en-US', or 'es-ES'. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -8674,15 +8973,14 @@ Read-only. [WebUrl ]: Link to the institution or department homepage. [Program ]: educationalActivityDetail [(Any) ]: This indicates any property can be added to this object. - [Abbreviation ]: Shortened name of the degree or program (example: PhD, MBA) + [Abbreviation ]: Shortened name of the degree or program, for example, PhD and MBA. [Activities ]: Extracurricular activities undertaken alongside the program. [Awards ]: Any awards or honors associated with the program. [Description ]: Short description of the program provided by the user. [DisplayName ]: Long-form name of the program that the user provided. - [FieldsOfStudy ]: Majors and minors associated with the program. -(if applicable) - [Grade ]: The final grade, class, GPA, or score. - [Notes ]: More notes the user provided. + [FieldsOfStudy ]: Majors and minors associated with the program, if applicable. + [Grade ]: The final grade, class, grade point average (GPA), or score. + [Notes ]: More notes provided by the user. [WebUrl ]: Link to the degree or program page. [StartMonthYear ]: The month and year the user commenced the activity referenced. [Emails ]: Represents detailed information about email addresses associated with the user. @@ -8985,9 +9283,9 @@ Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they have attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: The scoped-role administrative unit memberships for this user. Read-only. Nullable. @@ -9051,7 +9349,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. @@ -9201,7 +9499,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Use revokeSignInSessions to reset. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -9248,6 +9546,48 @@ The language component follows two-letter codes as defined in ISO 639-1, and the For users with multigeo licenses, the property contains the user's region (if available). For users without multigeo licenses, the property contains the organization's region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China. + [Sections ]: The sections in the user's chat list. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the section was created. +Read-only. +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. + [DisplayIcon ]: sectionDisplayIcon + [(Any) ]: This indicates any property can be added to this object. + [ContentUrl ]: The URL to a custom icon image. +Applicable when iconType is custom. + [DisplayName ]: The human-readable name of the icon. + [IconType ]: The type of icon. +Use an emoji character such as 👍 for an emoji icon, or custom for a custom image icon. + [SkinTone ]: sectionIconSkinTone + [DisplayName ]: The display name of the section. +Required. +Maximum length is 50 characters. +Display names are case-sensitive and must be unique within a user's sections. +The following names are reserved for system-defined sections and can't be used when creating a user-defined section: RecentChats, QuickViews, TeamsAndChannels, MutedChats, MeetingChats, EngageCommunities. + [IsExpanded ]: Indicates whether the section is expanded in the user interface. +The default value is true. + [IsHierarchicalViewEnabled ]: Indicates whether the hierarchical view is enabled for the section. +Read-only. + [Items ]: The items (chats, channels, meetings, or communities) organized within the section. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the item was added to the section. +Read-only. +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. + [ItemType ]: sectionItemType + [LastModifiedDateTime ]: Date and time when the item was last modified. +Read-only. +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. + [LastModifiedDateTime ]: Date and time when the section was last modified. +Read-only. +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. + [SectionType ]: sectionType + [SortType ]: sectionSortType [Todo ]: todo [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -9260,6 +9600,12 @@ Read-only. Nullable. [IsOwner ]: True if the user is owner of the given task list. [IsShared ]: True if the task list is shared with other users + [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the task list. +Read-only. +Nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Value ]: The value of the property. [Tasks ]: The tasks in this task list. Read-only. Nullable. @@ -9323,9 +9669,6 @@ Read-only. [Recurrence ]: patternedRecurrence [ReminderDateTime ]: dateTimeTimeZone [SingleValueExtendedProperties ]: A collection of custom fields linked to the task. - [Id ]: The unique identifier for an entity. -Read-only. - [Value ]: The value of the property. [StartDateTime ]: dateTimeTimeZone [Status ]: taskStatus [Title ]: A brief description of the task. @@ -9377,6 +9720,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. @@ -9414,6 +9759,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. @@ -9436,6 +9782,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 ]: @@ -9489,6 +9836,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. @@ -9498,8 +9847,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. @@ -9752,7 +10099,9 @@ Read-write. [(Any) ]: This indicates any property can be added to this object. [ArchiveStatus ]: siteArchiveStatus [ArchivedBy ]: identitySet - [ArchivedDateTime ]: + [ArchivedDateTime ]: Time when the container was archived. +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. [DataLocationCode ]: The geographic region code for where this site collection resides. Only present for multi-geo tenants. Read-only. @@ -10027,7 +10376,7 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for users to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). @@ -10311,22 +10660,23 @@ Always null when the object hasn't been deleted. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -10356,12 +10706,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -10471,7 +10878,7 @@ Optional. [IncludeBasicClaimSet ]: Determines whether the basic claim set is included in tokens affected by this policy. If set to true, all claims in the basic claim set are emitted in tokens affected by the policy. By default the basic claim set isn't in the tokens unless they're explicitly configured in this policy. - [CreatedByAppId ]: The appId (called Application (client) ID on the Microsoft Entra admin center) of the application used to create the service principal. + [CreatedByAppId ]: The appId of the application that created this service principal. Set internally by Microsoft Entra ID. Read-only. [CreatedObjects ]: Directory objects created by this service principal. @@ -10603,7 +11010,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -10762,13 +11169,13 @@ May not begin with .. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [ApprovedClientApps ]: + [ApprovedClientApps ]: The collection of approved client apps that are associated with the RDS configuration. +Supports $expand. [Id ]: The unique identifier for an entity. Read-only. - [DisplayName ]: + [DisplayName ]: Display name for the client application. [IsRemoteDesktopProtocolEnabled ]: Determines if Microsoft Entra ID RDS authentication protocol for RDP is enabled. [TargetDeviceGroups ]: The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. -
]: The unique identifier for an entity. Read-only. [DisplayName ]: Display name for the target device group. @@ -11131,7 +11538,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. - [ExternalAuthenticationMethods ]: Represents the external methods registered to a user for authentication. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. Optional. @@ -11147,7 +11554,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. - [DisplayName ]: Custom name given to the registered external authentication method. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. @@ -11400,7 +11807,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -11653,7 +12060,7 @@ Read-only. The identifiers must be unique in the tenant. [Birthday ]: The birthday of the user. 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 Returned only on $select. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. Only one number can be set for this property. Read-only for users synced from on-premises directory. @@ -12263,6 +12670,49 @@ This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. Read only. + [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. +Nullable. + [Attachments ]: References to attached objects like files, tabs, meetings etc. + [Body ]: itemBody + [ChannelIdentity ]: channelIdentity + [ChatId ]: If the message was sent in a chat, represents the identity of the chat. + [CreatedDateTime ]: Timestamp of when the chat message was created. + [DeletedDateTime ]: Read only. +Timestamp at which the chat message was deleted, or null if not deleted. + [Etag ]: Read-only. +Version number of the chat message. + [EventDetail ]: eventMessageDetail + [From ]: chatMessageFromIdentitySet + [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. + [Importance ]: chatMessageImportance + [LastEditedDateTime ]: Read only. +Timestamp when edits to the chat message were made. +Triggers an 'Edited' flag in the Teams UI. +If no edits are made the value is null. + [LastModifiedDateTime ]: Read only. +Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. + [Locale ]: Locale of the chat message set by the client. +Always set to en-us. + [Mentions ]: List of entities mentioned in the chat message. +Supported entities are: user, bot, team, channel, chat, and tag. + [MessageHistory ]: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. + [MessageType ]: chatMessageType + [OnBehalfOf ]: chatMessageFromIdentitySet + [PolicyViolation ]: chatMessagePolicyViolation + [Reactions ]: Reactions for this chat message (for example, Like). + [Replies ]: Replies for a specified message. +Supports $expand for channel messages. + [ReplyToId ]: Read-only. +ID of the parent chat message or root chat message of the thread. +(Only applies to chat messages in channels, not chats.) + [Subject ]: The subject of the chat message, in plaintext. + [Summary ]: Summary text of the chat message that could be used for push notifications and summary views or fall back views. +Only applies to channel chat messages, not chat messages in a chat. + [WebUrl ]: Read-only. +Link to the message in Microsoft Teams. + [Id ]: The unique identifier for an entity. +Read-only. + [Recipient ]: identity [TenantId ]: The identifier of the tenant in which the chat was created. Read-only. [Topic ]: (Optional) Subject or topic for the chat. @@ -12298,21 +12748,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -12431,7 +12938,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 @@ -12456,6 +12965,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. @@ -12663,10 +13205,11 @@ 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. + [ContentCategory ]: contentCategory [CorrelationId ]: An identifier used to group multiple related content entries (for example, different parts of the same file upload, messages in a conversation). [CreatedDateTime ]: Required. Timestamp indicating when the original content was created (for example, file creation time, message sent time). @@ -12951,6 +13494,7 @@ To proactively opt in to the new behavior ahead of time, use the contentStream p Nullable. [File ]: file [(Any) ]: This indicates any property can be added to this object. + [ArchiveStatus ]: fileArchiveStatus [Hashes ]: hashes [(Any) ]: This indicates any property can be added to this object. [Crc32Hash ]: The CRC32 value of the file (if available). @@ -12961,6 +13505,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. @@ -13061,6 +13618,17 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(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. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity. @@ -14070,6 +14638,8 @@ 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 total count of items in the list. +Read-only. [Items ]: All items contained in the list. [List ]: listInfo [(Any) ]: This indicates any property can be added to this object. @@ -14166,6 +14736,24 @@ Required. [LearningProviderId ]: The registration ID of the provider. Required. [Status ]: courseStatus + [Storyline ]: User's storyline singleton container. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Followers ]: The users who are following this user. + [Id ]: The unique identifier for an entity. +Read-only. + [Follower ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Followings ]: The users that this user is following. + [Id ]: The unique identifier for an entity. +Read-only. + [Following ]: The Viva Engage identities. [EmployeeHireDate ]: The date and time when the user was hired or will start work if there is a future hire. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. @@ -14180,10 +14768,10 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. @@ -14209,7 +14797,7 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. 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. - Returned only on $select. + Requires $select to retrieve. Note: This property is specific to SharePoint Online. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. @@ -14232,6 +14820,27 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityGovernance ]: identityGovernanceUserSettings + [(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 ]: 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 + [(Any) ]: This indicates any property can be added to this object. + [Duration ]: The requestor's desired duration of access represented in ISO 8601 format for durations. +For example, PT3H refers to three hours. + If specified in a request, endDateTime shouldn't be present and the type property should be set to afterDuration. + [EndDateTime ]: Timestamp of 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. + [Type ]: expirationPatternType + [Recurrence ]: patternedRecurrence + [StartDateTime ]: 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. +In PIM, when the eligible or active assignment becomes active. [IdentityParentId ]: The object ID of the parent identity for agent users. Always null for regular user accounts. For agentUser resources, this property references the object ID of the associated agent identity. @@ -14400,7 +15009,7 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for users to describe their interests. -Returned only on $select. +Requires $select to retrieve. [InvitedBy ]: directoryObject [IsLicenseReconciliationNeeded ]: Indicates whether the user is pending an exchange mailbox license assignment. Read-only. @@ -14409,7 +15018,8 @@ Returned only on $select. 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). @@ -14423,24 +15033,24 @@ If this list is non-empty, then only users or groups listed here can post. [AccessType ]: groupAccessType [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are auto-subscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -14450,6 +15060,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -14608,11 +15219,11 @@ You can use it as a $filter argument to get groups that have members with licens Supports $filter (eq). [HideFromAddressLists ]: true if the group isn't displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: true if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [InfoCatalogs ]: Identifies the info segments assigned to the group. Returned by default. @@ -14636,7 +15247,7 @@ Read-only. To manage a group 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. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -14686,6 +15297,7 @@ Read-only. [OnPremisesDomainName ]: Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only. + [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [OnPremisesLastSyncDateTime ]: Indicates the last time at which the group was synced with the on-premises directory.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. Returned by default. @@ -15006,10 +15618,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -15018,9 +15632,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. @@ -15184,7 +15827,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). @@ -15232,6 +15875,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 @@ -15629,12 +16273,12 @@ Immutable. Read-only. [UnseenConversationsCount ]: Count of conversations delivered one or more new posts since the signed-in user's last visit to the group. This property is the same as unseenCount. -Returned only on $select. +Requires $select to retrieve. [UnseenCount ]: Count of conversations that have received new posts since the signed-in user last visited the group. -This property is the same as unseenConversationsCount.Returned only on $select. +This property is the same as unseenConversationsCount.Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [UnseenMessagesCount ]: Count of new posts that have been delivered to the group's conversations since the signed-in user's last visit to the group. -Returned only on $select. +Requires $select to retrieve. [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. @@ -15645,7 +16289,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Requires $select to retrieve. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -15662,16 +16309,16 @@ Nullable. 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. Read-only. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. It also indicates licenses that are directly assigned and the ones the user inherited through group memberships. Read-only. -Returned only on $select. +Requires $select to retrieve. [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. Read-Only. @@ -15797,7 +16444,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -16346,6 +16993,8 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -16439,7 +17088,7 @@ Read-only. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Notifications ]: [Id ]: The unique identifier for an entity. Read-only. @@ -16534,6 +17183,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. @@ -16582,6 +17235,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. @@ -16836,7 +17494,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for users to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [PendingAccessReviewInstances ]: Navigation property to get a list of access reviews pending approval by the reviewer. [Id ]: The unique identifier for an entity. Read-only. @@ -16856,14 +17514,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. @@ -17196,7 +17846,7 @@ Example: 'en-US', or 'es-ES'. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -17652,15 +18302,14 @@ Read-only. [WebUrl ]: Link to the institution or department homepage. [Program ]: educationalActivityDetail [(Any) ]: This indicates any property can be added to this object. - [Abbreviation ]: Shortened name of the degree or program (example: PhD, MBA) + [Abbreviation ]: Shortened name of the degree or program, for example, PhD and MBA. [Activities ]: Extracurricular activities undertaken alongside the program. [Awards ]: Any awards or honors associated with the program. [Description ]: Short description of the program provided by the user. [DisplayName ]: Long-form name of the program that the user provided. - [FieldsOfStudy ]: Majors and minors associated with the program. -(if applicable) - [Grade ]: The final grade, class, GPA, or score. - [Notes ]: More notes the user provided. + [FieldsOfStudy ]: Majors and minors associated with the program, if applicable. + [Grade ]: The final grade, class, grade point average (GPA), or score. + [Notes ]: More notes provided by the user. [WebUrl ]: Link to the degree or program page. [StartMonthYear ]: The month and year the user commenced the activity referenced. [Emails ]: Represents detailed information about email addresses associated with the user. @@ -17963,9 +18612,9 @@ Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they have attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: The scoped-role administrative unit memberships for this user. Read-only. Nullable. @@ -18029,7 +18678,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. @@ -18179,7 +18828,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Use revokeSignInSessions to reset. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -18226,6 +18875,48 @@ The language component follows two-letter codes as defined in ISO 639-1, and the For users with multigeo licenses, the property contains the user's region (if available). For users without multigeo licenses, the property contains the organization's region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China. + [Sections ]: The sections in the user's chat list. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the section was created. +Read-only. +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. + [DisplayIcon ]: sectionDisplayIcon + [(Any) ]: This indicates any property can be added to this object. + [ContentUrl ]: The URL to a custom icon image. +Applicable when iconType is custom. + [DisplayName ]: The human-readable name of the icon. + [IconType ]: The type of icon. +Use an emoji character such as 👍 for an emoji icon, or custom for a custom image icon. + [SkinTone ]: sectionIconSkinTone + [DisplayName ]: The display name of the section. +Required. +Maximum length is 50 characters. +Display names are case-sensitive and must be unique within a user's sections. +The following names are reserved for system-defined sections and can't be used when creating a user-defined section: RecentChats, QuickViews, TeamsAndChannels, MutedChats, MeetingChats, EngageCommunities. + [IsExpanded ]: Indicates whether the section is expanded in the user interface. +The default value is true. + [IsHierarchicalViewEnabled ]: Indicates whether the hierarchical view is enabled for the section. +Read-only. + [Items ]: The items (chats, channels, meetings, or communities) organized within the section. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the item was added to the section. +Read-only. +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. + [ItemType ]: sectionItemType + [LastModifiedDateTime ]: Date and time when the item was last modified. +Read-only. +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. + [LastModifiedDateTime ]: Date and time when the section was last modified. +Read-only. +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. + [SectionType ]: sectionType + [SortType ]: sectionSortType [Todo ]: todo [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -18238,6 +18929,12 @@ Read-only. Nullable. [IsOwner ]: True if the user is owner of the given task list. [IsShared ]: True if the task list is shared with other users + [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the task list. +Read-only. +Nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Value ]: The value of the property. [Tasks ]: The tasks in this task list. Read-only. Nullable. @@ -18301,9 +18998,6 @@ Read-only. [Recurrence ]: patternedRecurrence [ReminderDateTime ]: dateTimeTimeZone [SingleValueExtendedProperties ]: A collection of custom fields linked to the task. - [Id ]: The unique identifier for an entity. -Read-only. - [Value ]: The value of the property. [StartDateTime ]: dateTimeTimeZone [Status ]: taskStatus [Title ]: A brief description of the task. @@ -18355,6 +19049,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. @@ -18392,6 +19088,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. @@ -18414,6 +19111,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 ]: @@ -18467,6 +19165,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. @@ -18476,8 +19176,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. @@ -18730,7 +19428,9 @@ Read-write. [(Any) ]: This indicates any property can be added to this object. [ArchiveStatus ]: siteArchiveStatus [ArchivedBy ]: identitySet - [ArchivedDateTime ]: + [ArchivedDateTime ]: Time when the container was archived. +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. [DataLocationCode ]: The geographic region code for where this site collection resides. Only present for multi-geo tenants. Read-only. @@ -18843,7 +19543,7 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for users to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). @@ -19127,22 +19827,23 @@ Always null when the object hasn't been deleted. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -19172,12 +19873,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -19287,7 +20045,7 @@ Optional. [IncludeBasicClaimSet ]: Determines whether the basic claim set is included in tokens affected by this policy. If set to true, all claims in the basic claim set are emitted in tokens affected by the policy. By default the basic claim set isn't in the tokens unless they're explicitly configured in this policy. - [CreatedByAppId ]: The appId (called Application (client) ID on the Microsoft Entra admin center) of the application used to create the service principal. + [CreatedByAppId ]: The appId of the application that created this service principal. Set internally by Microsoft Entra ID. Read-only. [CreatedObjects ]: Directory objects created by this service principal. @@ -19419,7 +20177,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -19578,13 +20336,13 @@ May not begin with .. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [ApprovedClientApps ]: + [ApprovedClientApps ]: The collection of approved client apps that are associated with the RDS configuration. +Supports $expand. [Id ]: The unique identifier for an entity. Read-only. - [DisplayName ]: + [DisplayName ]: Display name for the client application. [IsRemoteDesktopProtocolEnabled ]: Determines if Microsoft Entra ID RDS authentication protocol for RDP is enabled. [TargetDeviceGroups ]: The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. -
]: The unique identifier for an entity. Read-only. [DisplayName ]: Display name for the target device group. @@ -19947,7 +20705,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. - [ExternalAuthenticationMethods ]: Represents the external methods registered to a user for authentication. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. Optional. @@ -19963,7 +20721,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. - [DisplayName ]: Custom name given to the registered external authentication method. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. @@ -20216,7 +20974,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -20469,7 +21227,7 @@ Read-only. The identifiers must be unique in the tenant. [Birthday ]: The birthday of the user. 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 Returned only on $select. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. Only one number can be set for this property. Read-only for users synced from on-premises directory. @@ -21079,6 +21837,49 @@ This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. Read only. + [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. +Nullable. + [Attachments ]: References to attached objects like files, tabs, meetings etc. + [Body ]: itemBody + [ChannelIdentity ]: channelIdentity + [ChatId ]: If the message was sent in a chat, represents the identity of the chat. + [CreatedDateTime ]: Timestamp of when the chat message was created. + [DeletedDateTime ]: Read only. +Timestamp at which the chat message was deleted, or null if not deleted. + [Etag ]: Read-only. +Version number of the chat message. + [EventDetail ]: eventMessageDetail + [From ]: chatMessageFromIdentitySet + [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. + [Importance ]: chatMessageImportance + [LastEditedDateTime ]: Read only. +Timestamp when edits to the chat message were made. +Triggers an 'Edited' flag in the Teams UI. +If no edits are made the value is null. + [LastModifiedDateTime ]: Read only. +Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. + [Locale ]: Locale of the chat message set by the client. +Always set to en-us. + [Mentions ]: List of entities mentioned in the chat message. +Supported entities are: user, bot, team, channel, chat, and tag. + [MessageHistory ]: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. + [MessageType ]: chatMessageType + [OnBehalfOf ]: chatMessageFromIdentitySet + [PolicyViolation ]: chatMessagePolicyViolation + [Reactions ]: Reactions for this chat message (for example, Like). + [Replies ]: Replies for a specified message. +Supports $expand for channel messages. + [ReplyToId ]: Read-only. +ID of the parent chat message or root chat message of the thread. +(Only applies to chat messages in channels, not chats.) + [Subject ]: The subject of the chat message, in plaintext. + [Summary ]: Summary text of the chat message that could be used for push notifications and summary views or fall back views. +Only applies to channel chat messages, not chat messages in a chat. + [WebUrl ]: Read-only. +Link to the message in Microsoft Teams. + [Id ]: The unique identifier for an entity. +Read-only. + [Recipient ]: identity [TenantId ]: The identifier of the tenant in which the chat was created. Read-only. [Topic ]: (Optional) Subject or topic for the chat. @@ -21114,21 +21915,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -21247,7 +22105,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 @@ -21272,6 +22132,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. @@ -21479,10 +22372,11 @@ 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. + [ContentCategory ]: contentCategory [CorrelationId ]: An identifier used to group multiple related content entries (for example, different parts of the same file upload, messages in a conversation). [CreatedDateTime ]: Required. Timestamp indicating when the original content was created (for example, file creation time, message sent time). @@ -21767,6 +22661,7 @@ To proactively opt in to the new behavior ahead of time, use the contentStream p Nullable. [File ]: file [(Any) ]: This indicates any property can be added to this object. + [ArchiveStatus ]: fileArchiveStatus [Hashes ]: hashes [(Any) ]: This indicates any property can be added to this object. [Crc32Hash ]: The CRC32 value of the file (if available). @@ -21777,6 +22672,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. @@ -21877,6 +22785,17 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(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. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity. @@ -22886,6 +23805,8 @@ 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 total count of items in the list. +Read-only. [Items ]: All items contained in the list. [List ]: listInfo [(Any) ]: This indicates any property can be added to this object. @@ -22982,6 +23903,24 @@ Required. [LearningProviderId ]: The registration ID of the provider. Required. [Status ]: courseStatus + [Storyline ]: User's storyline singleton container. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Followers ]: The users who are following this user. + [Id ]: The unique identifier for an entity. +Read-only. + [Follower ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Followings ]: The users that this user is following. + [Id ]: The unique identifier for an entity. +Read-only. + [Following ]: The Viva Engage identities. [EmployeeHireDate ]: The date and time when the user was hired or will start work if there is a future hire. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. @@ -22996,10 +23935,10 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. @@ -23025,7 +23964,7 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. 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. - Returned only on $select. + Requires $select to retrieve. Note: This property is specific to SharePoint Online. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. @@ -23048,6 +23987,27 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityGovernance ]: identityGovernanceUserSettings + [(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 ]: 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 + [(Any) ]: This indicates any property can be added to this object. + [Duration ]: The requestor's desired duration of access represented in ISO 8601 format for durations. +For example, PT3H refers to three hours. + If specified in a request, endDateTime shouldn't be present and the type property should be set to afterDuration. + [EndDateTime ]: Timestamp of 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. + [Type ]: expirationPatternType + [Recurrence ]: patternedRecurrence + [StartDateTime ]: 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. +In PIM, when the eligible or active assignment becomes active. [IdentityParentId ]: The object ID of the parent identity for agent users. Always null for regular user accounts. For agentUser resources, this property references the object ID of the associated agent identity. @@ -23216,7 +24176,7 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for users to describe their interests. -Returned only on $select. +Requires $select to retrieve. [InvitedBy ]: directoryObject [IsLicenseReconciliationNeeded ]: Indicates whether the user is pending an exchange mailbox license assignment. Read-only. @@ -23225,7 +24185,8 @@ Returned only on $select. 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). @@ -23239,24 +24200,24 @@ If this list is non-empty, then only users or groups listed here can post. [AccessType ]: groupAccessType [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are auto-subscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -23266,6 +24227,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -23424,11 +24386,11 @@ You can use it as a $filter argument to get groups that have members with licens Supports $filter (eq). [HideFromAddressLists ]: true if the group isn't displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: true if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [InfoCatalogs ]: Identifies the info segments assigned to the group. Returned by default. @@ -23452,7 +24414,7 @@ Read-only. To manage a group 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. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -23502,6 +24464,7 @@ Read-only. [OnPremisesDomainName ]: Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only. + [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [OnPremisesLastSyncDateTime ]: Indicates the last time at which the group was synced with the on-premises directory.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. Returned by default. @@ -23822,10 +24785,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -23834,9 +24799,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. @@ -24000,7 +24994,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). @@ -24048,6 +25042,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 @@ -24445,12 +25440,12 @@ Immutable. Read-only. [UnseenConversationsCount ]: Count of conversations delivered one or more new posts since the signed-in user's last visit to the group. This property is the same as unseenCount. -Returned only on $select. +Requires $select to retrieve. [UnseenCount ]: Count of conversations that have received new posts since the signed-in user last visited the group. -This property is the same as unseenConversationsCount.Returned only on $select. +This property is the same as unseenConversationsCount.Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [UnseenMessagesCount ]: Count of new posts that have been delivered to the group's conversations since the signed-in user's last visit to the group. -Returned only on $select. +Requires $select to retrieve. [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. @@ -24461,7 +25456,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Requires $select to retrieve. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -24478,16 +25476,16 @@ Nullable. 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. Read-only. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. It also indicates licenses that are directly assigned and the ones the user inherited through group memberships. Read-only. -Returned only on $select. +Requires $select to retrieve. [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. Read-Only. @@ -24613,7 +25611,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -25162,6 +26160,8 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -25255,7 +26255,7 @@ Read-only. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Notifications ]: [Id ]: The unique identifier for an entity. Read-only. @@ -25350,6 +26350,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. @@ -25398,6 +26402,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. @@ -25652,7 +26661,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for users to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [PendingAccessReviewInstances ]: Navigation property to get a list of access reviews pending approval by the reviewer. [Id ]: The unique identifier for an entity. Read-only. @@ -25672,14 +26681,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. @@ -26012,7 +27013,7 @@ Example: 'en-US', or 'es-ES'. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -26468,15 +27469,14 @@ Read-only. [WebUrl ]: Link to the institution or department homepage. [Program ]: educationalActivityDetail [(Any) ]: This indicates any property can be added to this object. - [Abbreviation ]: Shortened name of the degree or program (example: PhD, MBA) + [Abbreviation ]: Shortened name of the degree or program, for example, PhD and MBA. [Activities ]: Extracurricular activities undertaken alongside the program. [Awards ]: Any awards or honors associated with the program. [Description ]: Short description of the program provided by the user. [DisplayName ]: Long-form name of the program that the user provided. - [FieldsOfStudy ]: Majors and minors associated with the program. -(if applicable) - [Grade ]: The final grade, class, GPA, or score. - [Notes ]: More notes the user provided. + [FieldsOfStudy ]: Majors and minors associated with the program, if applicable. + [Grade ]: The final grade, class, grade point average (GPA), or score. + [Notes ]: More notes provided by the user. [WebUrl ]: Link to the degree or program page. [StartMonthYear ]: The month and year the user commenced the activity referenced. [Emails ]: Represents detailed information about email addresses associated with the user. @@ -26779,9 +27779,9 @@ Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they have attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: The scoped-role administrative unit memberships for this user. Read-only. Nullable. @@ -26845,7 +27845,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. @@ -26995,7 +27995,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Use revokeSignInSessions to reset. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -27042,6 +28042,48 @@ The language component follows two-letter codes as defined in ISO 639-1, and the For users with multigeo licenses, the property contains the user's region (if available). For users without multigeo licenses, the property contains the organization's region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China. + [Sections ]: The sections in the user's chat list. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the section was created. +Read-only. +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. + [DisplayIcon ]: sectionDisplayIcon + [(Any) ]: This indicates any property can be added to this object. + [ContentUrl ]: The URL to a custom icon image. +Applicable when iconType is custom. + [DisplayName ]: The human-readable name of the icon. + [IconType ]: The type of icon. +Use an emoji character such as 👍 for an emoji icon, or custom for a custom image icon. + [SkinTone ]: sectionIconSkinTone + [DisplayName ]: The display name of the section. +Required. +Maximum length is 50 characters. +Display names are case-sensitive and must be unique within a user's sections. +The following names are reserved for system-defined sections and can't be used when creating a user-defined section: RecentChats, QuickViews, TeamsAndChannels, MutedChats, MeetingChats, EngageCommunities. + [IsExpanded ]: Indicates whether the section is expanded in the user interface. +The default value is true. + [IsHierarchicalViewEnabled ]: Indicates whether the hierarchical view is enabled for the section. +Read-only. + [Items ]: The items (chats, channels, meetings, or communities) organized within the section. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the item was added to the section. +Read-only. +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. + [ItemType ]: sectionItemType + [LastModifiedDateTime ]: Date and time when the item was last modified. +Read-only. +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. + [LastModifiedDateTime ]: Date and time when the section was last modified. +Read-only. +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. + [SectionType ]: sectionType + [SortType ]: sectionSortType [Todo ]: todo [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -27054,6 +28096,12 @@ Read-only. Nullable. [IsOwner ]: True if the user is owner of the given task list. [IsShared ]: True if the task list is shared with other users + [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the task list. +Read-only. +Nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Value ]: The value of the property. [Tasks ]: The tasks in this task list. Read-only. Nullable. @@ -27117,9 +28165,6 @@ Read-only. [Recurrence ]: patternedRecurrence [ReminderDateTime ]: dateTimeTimeZone [SingleValueExtendedProperties ]: A collection of custom fields linked to the task. - [Id ]: The unique identifier for an entity. -Read-only. - [Value ]: The value of the property. [StartDateTime ]: dateTimeTimeZone [Status ]: taskStatus [Title ]: A brief description of the task. @@ -27171,6 +28216,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. @@ -27208,6 +28255,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. @@ -27230,6 +28278,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 ]: @@ -27283,6 +28332,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. @@ -27292,8 +28343,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. @@ -27546,7 +28595,9 @@ Read-write. [(Any) ]: This indicates any property can be added to this object. [ArchiveStatus ]: siteArchiveStatus [ArchivedBy ]: identitySet - [ArchivedDateTime ]: + [ArchivedDateTime ]: Time when the container was archived. +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. [DataLocationCode ]: The geographic region code for where this site collection resides. Only present for multi-geo tenants. Read-only. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Update-MgBetaComplianceEdiscoveryCaseCustodian.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Update-MgBetaComplianceEdiscoveryCaseCustodian.md index afc5c4f1154e7..a1582a5ecdff9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Update-MgBetaComplianceEdiscoveryCaseCustodian.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Update-MgBetaComplianceEdiscoveryCaseCustodian.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.compliance/update-mgbetacomplianceediscoverycasecustodian Locale: en-US Module Name: Microsoft.Graph.Beta.Compliance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaComplianceEdiscoveryCaseCustodian --- @@ -30,7 +30,6 @@ Update-MgBetaComplianceEdiscoveryCaseCustodian -CaseId -CustodianId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -40,7 +39,7 @@ Update-MgBetaComplianceEdiscoveryCaseCustodian -CaseId -CustodianId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -56,7 +55,6 @@ Update-MgBetaComplianceEdiscoveryCaseCustodian -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -66,7 +64,7 @@ Update-MgBetaComplianceEdiscoveryCaseCustodian -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -927,7 +925,7 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for users to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). @@ -1211,22 +1209,23 @@ Always null when the object hasn't been deleted. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -1256,12 +1255,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -1371,7 +1427,7 @@ Optional. [IncludeBasicClaimSet ]: Determines whether the basic claim set is included in tokens affected by this policy. If set to true, all claims in the basic claim set are emitted in tokens affected by the policy. By default the basic claim set isn't in the tokens unless they're explicitly configured in this policy. - [CreatedByAppId ]: The appId (called Application (client) ID on the Microsoft Entra admin center) of the application used to create the service principal. + [CreatedByAppId ]: The appId of the application that created this service principal. Set internally by Microsoft Entra ID. Read-only. [CreatedObjects ]: Directory objects created by this service principal. @@ -1503,7 +1559,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -1662,13 +1718,13 @@ May not begin with .. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [ApprovedClientApps ]: + [ApprovedClientApps ]: The collection of approved client apps that are associated with the RDS configuration. +Supports $expand. [Id ]: The unique identifier for an entity. Read-only. - [DisplayName ]: + [DisplayName ]: Display name for the client application. [IsRemoteDesktopProtocolEnabled ]: Determines if Microsoft Entra ID RDS authentication protocol for RDP is enabled. [TargetDeviceGroups ]: The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. -
]: The unique identifier for an entity. Read-only. [DisplayName ]: Display name for the target device group. @@ -2031,7 +2087,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. - [ExternalAuthenticationMethods ]: Represents the external methods registered to a user for authentication. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. Optional. @@ -2047,7 +2103,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. - [DisplayName ]: Custom name given to the registered external authentication method. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. @@ -2300,7 +2356,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -2553,7 +2609,7 @@ Read-only. The identifiers must be unique in the tenant. [Birthday ]: The birthday of the user. 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 Returned only on $select. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. Only one number can be set for this property. Read-only for users synced from on-premises directory. @@ -3163,6 +3219,49 @@ This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. Read only. + [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. +Nullable. + [Attachments ]: References to attached objects like files, tabs, meetings etc. + [Body ]: itemBody + [ChannelIdentity ]: channelIdentity + [ChatId ]: If the message was sent in a chat, represents the identity of the chat. + [CreatedDateTime ]: Timestamp of when the chat message was created. + [DeletedDateTime ]: Read only. +Timestamp at which the chat message was deleted, or null if not deleted. + [Etag ]: Read-only. +Version number of the chat message. + [EventDetail ]: eventMessageDetail + [From ]: chatMessageFromIdentitySet + [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. + [Importance ]: chatMessageImportance + [LastEditedDateTime ]: Read only. +Timestamp when edits to the chat message were made. +Triggers an 'Edited' flag in the Teams UI. +If no edits are made the value is null. + [LastModifiedDateTime ]: Read only. +Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. + [Locale ]: Locale of the chat message set by the client. +Always set to en-us. + [Mentions ]: List of entities mentioned in the chat message. +Supported entities are: user, bot, team, channel, chat, and tag. + [MessageHistory ]: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. + [MessageType ]: chatMessageType + [OnBehalfOf ]: chatMessageFromIdentitySet + [PolicyViolation ]: chatMessagePolicyViolation + [Reactions ]: Reactions for this chat message (for example, Like). + [Replies ]: Replies for a specified message. +Supports $expand for channel messages. + [ReplyToId ]: Read-only. +ID of the parent chat message or root chat message of the thread. +(Only applies to chat messages in channels, not chats.) + [Subject ]: The subject of the chat message, in plaintext. + [Summary ]: Summary text of the chat message that could be used for push notifications and summary views or fall back views. +Only applies to channel chat messages, not chat messages in a chat. + [WebUrl ]: Read-only. +Link to the message in Microsoft Teams. + [Id ]: The unique identifier for an entity. +Read-only. + [Recipient ]: identity [TenantId ]: The identifier of the tenant in which the chat was created. Read-only. [Topic ]: (Optional) Subject or topic for the chat. @@ -3198,21 +3297,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -3331,7 +3487,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 @@ -3356,6 +3514,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. @@ -3563,10 +3754,11 @@ 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. + [ContentCategory ]: contentCategory [CorrelationId ]: An identifier used to group multiple related content entries (for example, different parts of the same file upload, messages in a conversation). [CreatedDateTime ]: Required. Timestamp indicating when the original content was created (for example, file creation time, message sent time). @@ -3851,6 +4043,7 @@ To proactively opt in to the new behavior ahead of time, use the contentStream p Nullable. [File ]: file [(Any) ]: This indicates any property can be added to this object. + [ArchiveStatus ]: fileArchiveStatus [Hashes ]: hashes [(Any) ]: This indicates any property can be added to this object. [Crc32Hash ]: The CRC32 value of the file (if available). @@ -3861,6 +4054,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. @@ -3961,6 +4167,17 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(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. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity. @@ -4970,6 +5187,8 @@ 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 total count of items in the list. +Read-only. [Items ]: All items contained in the list. [List ]: listInfo [(Any) ]: This indicates any property can be added to this object. @@ -5066,6 +5285,24 @@ Required. [LearningProviderId ]: The registration ID of the provider. Required. [Status ]: courseStatus + [Storyline ]: User's storyline singleton container. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Followers ]: The users who are following this user. + [Id ]: The unique identifier for an entity. +Read-only. + [Follower ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Followings ]: The users that this user is following. + [Id ]: The unique identifier for an entity. +Read-only. + [Following ]: The Viva Engage identities. [EmployeeHireDate ]: The date and time when the user was hired or will start work if there is a future hire. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. @@ -5080,10 +5317,10 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. @@ -5109,7 +5346,7 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. 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. - Returned only on $select. + Requires $select to retrieve. Note: This property is specific to SharePoint Online. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. @@ -5132,6 +5369,27 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityGovernance ]: identityGovernanceUserSettings + [(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 ]: 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 + [(Any) ]: This indicates any property can be added to this object. + [Duration ]: The requestor's desired duration of access represented in ISO 8601 format for durations. +For example, PT3H refers to three hours. + If specified in a request, endDateTime shouldn't be present and the type property should be set to afterDuration. + [EndDateTime ]: Timestamp of 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. + [Type ]: expirationPatternType + [Recurrence ]: patternedRecurrence + [StartDateTime ]: 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. +In PIM, when the eligible or active assignment becomes active. [IdentityParentId ]: The object ID of the parent identity for agent users. Always null for regular user accounts. For agentUser resources, this property references the object ID of the associated agent identity. @@ -5300,7 +5558,7 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for users to describe their interests. -Returned only on $select. +Requires $select to retrieve. [InvitedBy ]: directoryObject [IsLicenseReconciliationNeeded ]: Indicates whether the user is pending an exchange mailbox license assignment. Read-only. @@ -5309,7 +5567,8 @@ Returned only on $select. 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). @@ -5323,24 +5582,24 @@ If this list is non-empty, then only users or groups listed here can post. [AccessType ]: groupAccessType [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are auto-subscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -5350,6 +5609,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -5508,11 +5768,11 @@ You can use it as a $filter argument to get groups that have members with licens Supports $filter (eq). [HideFromAddressLists ]: true if the group isn't displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: true if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [InfoCatalogs ]: Identifies the info segments assigned to the group. Returned by default. @@ -5536,7 +5796,7 @@ Read-only. To manage a group 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. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -5586,6 +5846,7 @@ Read-only. [OnPremisesDomainName ]: Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only. + [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [OnPremisesLastSyncDateTime ]: Indicates the last time at which the group was synced with the on-premises directory.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. Returned by default. @@ -5906,10 +6167,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -5918,9 +6181,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. @@ -6084,7 +6376,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). @@ -6132,6 +6424,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 @@ -6529,12 +6822,12 @@ Immutable. Read-only. [UnseenConversationsCount ]: Count of conversations delivered one or more new posts since the signed-in user's last visit to the group. This property is the same as unseenCount. -Returned only on $select. +Requires $select to retrieve. [UnseenCount ]: Count of conversations that have received new posts since the signed-in user last visited the group. -This property is the same as unseenConversationsCount.Returned only on $select. +This property is the same as unseenConversationsCount.Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [UnseenMessagesCount ]: Count of new posts that have been delivered to the group's conversations since the signed-in user's last visit to the group. -Returned only on $select. +Requires $select to retrieve. [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. @@ -6545,7 +6838,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Requires $select to retrieve. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -6562,16 +6858,16 @@ Nullable. 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. Read-only. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. It also indicates licenses that are directly assigned and the ones the user inherited through group memberships. Read-only. -Returned only on $select. +Requires $select to retrieve. [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. Read-Only. @@ -6697,7 +6993,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -7246,6 +7542,8 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -7339,7 +7637,7 @@ Read-only. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Notifications ]: [Id ]: The unique identifier for an entity. Read-only. @@ -7434,6 +7732,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. @@ -7482,6 +7784,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. @@ -7736,7 +8043,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for users to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [PendingAccessReviewInstances ]: Navigation property to get a list of access reviews pending approval by the reviewer. [Id ]: The unique identifier for an entity. Read-only. @@ -7756,14 +8063,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. @@ -8096,7 +8395,7 @@ Example: 'en-US', or 'es-ES'. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -8552,15 +8851,14 @@ Read-only. [WebUrl ]: Link to the institution or department homepage. [Program ]: educationalActivityDetail [(Any) ]: This indicates any property can be added to this object. - [Abbreviation ]: Shortened name of the degree or program (example: PhD, MBA) + [Abbreviation ]: Shortened name of the degree or program, for example, PhD and MBA. [Activities ]: Extracurricular activities undertaken alongside the program. [Awards ]: Any awards or honors associated with the program. [Description ]: Short description of the program provided by the user. [DisplayName ]: Long-form name of the program that the user provided. - [FieldsOfStudy ]: Majors and minors associated with the program. -(if applicable) - [Grade ]: The final grade, class, GPA, or score. - [Notes ]: More notes the user provided. + [FieldsOfStudy ]: Majors and minors associated with the program, if applicable. + [Grade ]: The final grade, class, grade point average (GPA), or score. + [Notes ]: More notes provided by the user. [WebUrl ]: Link to the degree or program page. [StartMonthYear ]: The month and year the user commenced the activity referenced. [Emails ]: Represents detailed information about email addresses associated with the user. @@ -8863,9 +9161,9 @@ Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they have attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: The scoped-role administrative unit memberships for this user. Read-only. Nullable. @@ -8929,7 +9227,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. @@ -9079,7 +9377,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Use revokeSignInSessions to reset. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -9126,6 +9424,48 @@ The language component follows two-letter codes as defined in ISO 639-1, and the For users with multigeo licenses, the property contains the user's region (if available). For users without multigeo licenses, the property contains the organization's region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China. + [Sections ]: The sections in the user's chat list. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the section was created. +Read-only. +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. + [DisplayIcon ]: sectionDisplayIcon + [(Any) ]: This indicates any property can be added to this object. + [ContentUrl ]: The URL to a custom icon image. +Applicable when iconType is custom. + [DisplayName ]: The human-readable name of the icon. + [IconType ]: The type of icon. +Use an emoji character such as 👍 for an emoji icon, or custom for a custom image icon. + [SkinTone ]: sectionIconSkinTone + [DisplayName ]: The display name of the section. +Required. +Maximum length is 50 characters. +Display names are case-sensitive and must be unique within a user's sections. +The following names are reserved for system-defined sections and can't be used when creating a user-defined section: RecentChats, QuickViews, TeamsAndChannels, MutedChats, MeetingChats, EngageCommunities. + [IsExpanded ]: Indicates whether the section is expanded in the user interface. +The default value is true. + [IsHierarchicalViewEnabled ]: Indicates whether the hierarchical view is enabled for the section. +Read-only. + [Items ]: The items (chats, channels, meetings, or communities) organized within the section. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the item was added to the section. +Read-only. +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. + [ItemType ]: sectionItemType + [LastModifiedDateTime ]: Date and time when the item was last modified. +Read-only. +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. + [LastModifiedDateTime ]: Date and time when the section was last modified. +Read-only. +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. + [SectionType ]: sectionType + [SortType ]: sectionSortType [Todo ]: todo [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -9138,6 +9478,12 @@ Read-only. Nullable. [IsOwner ]: True if the user is owner of the given task list. [IsShared ]: True if the task list is shared with other users + [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the task list. +Read-only. +Nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Value ]: The value of the property. [Tasks ]: The tasks in this task list. Read-only. Nullable. @@ -9201,9 +9547,6 @@ Read-only. [Recurrence ]: patternedRecurrence [ReminderDateTime ]: dateTimeTimeZone [SingleValueExtendedProperties ]: A collection of custom fields linked to the task. - [Id ]: The unique identifier for an entity. -Read-only. - [Value ]: The value of the property. [StartDateTime ]: dateTimeTimeZone [Status ]: taskStatus [Title ]: A brief description of the task. @@ -9255,6 +9598,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. @@ -9292,6 +9637,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. @@ -9314,6 +9660,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 ]: @@ -9367,6 +9714,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. @@ -9376,8 +9725,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. @@ -9630,7 +9977,9 @@ Read-write. [(Any) ]: This indicates any property can be added to this object. [ArchiveStatus ]: siteArchiveStatus [ArchivedBy ]: identitySet - [ArchivedDateTime ]: + [ArchivedDateTime ]: Time when the container was archived. +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. [DataLocationCode ]: The geographic region code for where this site collection resides. Only present for multi-geo tenants. Read-only. @@ -9716,7 +10065,7 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for users to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). @@ -10000,22 +10349,23 @@ Always null when the object hasn't been deleted. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -10045,12 +10395,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -10160,7 +10567,7 @@ Optional. [IncludeBasicClaimSet ]: Determines whether the basic claim set is included in tokens affected by this policy. If set to true, all claims in the basic claim set are emitted in tokens affected by the policy. By default the basic claim set isn't in the tokens unless they're explicitly configured in this policy. - [CreatedByAppId ]: The appId (called Application (client) ID on the Microsoft Entra admin center) of the application used to create the service principal. + [CreatedByAppId ]: The appId of the application that created this service principal. Set internally by Microsoft Entra ID. Read-only. [CreatedObjects ]: Directory objects created by this service principal. @@ -10292,7 +10699,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -10451,13 +10858,13 @@ May not begin with .. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [ApprovedClientApps ]: + [ApprovedClientApps ]: The collection of approved client apps that are associated with the RDS configuration. +Supports $expand. [Id ]: The unique identifier for an entity. Read-only. - [DisplayName ]: + [DisplayName ]: Display name for the client application. [IsRemoteDesktopProtocolEnabled ]: Determines if Microsoft Entra ID RDS authentication protocol for RDP is enabled. [TargetDeviceGroups ]: The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. -
]: The unique identifier for an entity. Read-only. [DisplayName ]: Display name for the target device group. @@ -10820,7 +11227,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. - [ExternalAuthenticationMethods ]: Represents the external methods registered to a user for authentication. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. Optional. @@ -10836,7 +11243,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. - [DisplayName ]: Custom name given to the registered external authentication method. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. @@ -11089,7 +11496,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -11342,7 +11749,7 @@ Read-only. The identifiers must be unique in the tenant. [Birthday ]: The birthday of the user. 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 Returned only on $select. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. Only one number can be set for this property. Read-only for users synced from on-premises directory. @@ -11952,6 +12359,49 @@ This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. Read only. + [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. +Nullable. + [Attachments ]: References to attached objects like files, tabs, meetings etc. + [Body ]: itemBody + [ChannelIdentity ]: channelIdentity + [ChatId ]: If the message was sent in a chat, represents the identity of the chat. + [CreatedDateTime ]: Timestamp of when the chat message was created. + [DeletedDateTime ]: Read only. +Timestamp at which the chat message was deleted, or null if not deleted. + [Etag ]: Read-only. +Version number of the chat message. + [EventDetail ]: eventMessageDetail + [From ]: chatMessageFromIdentitySet + [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. + [Importance ]: chatMessageImportance + [LastEditedDateTime ]: Read only. +Timestamp when edits to the chat message were made. +Triggers an 'Edited' flag in the Teams UI. +If no edits are made the value is null. + [LastModifiedDateTime ]: Read only. +Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. + [Locale ]: Locale of the chat message set by the client. +Always set to en-us. + [Mentions ]: List of entities mentioned in the chat message. +Supported entities are: user, bot, team, channel, chat, and tag. + [MessageHistory ]: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. + [MessageType ]: chatMessageType + [OnBehalfOf ]: chatMessageFromIdentitySet + [PolicyViolation ]: chatMessagePolicyViolation + [Reactions ]: Reactions for this chat message (for example, Like). + [Replies ]: Replies for a specified message. +Supports $expand for channel messages. + [ReplyToId ]: Read-only. +ID of the parent chat message or root chat message of the thread. +(Only applies to chat messages in channels, not chats.) + [Subject ]: The subject of the chat message, in plaintext. + [Summary ]: Summary text of the chat message that could be used for push notifications and summary views or fall back views. +Only applies to channel chat messages, not chat messages in a chat. + [WebUrl ]: Read-only. +Link to the message in Microsoft Teams. + [Id ]: The unique identifier for an entity. +Read-only. + [Recipient ]: identity [TenantId ]: The identifier of the tenant in which the chat was created. Read-only. [Topic ]: (Optional) Subject or topic for the chat. @@ -11987,21 +12437,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -12120,7 +12627,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 @@ -12145,6 +12654,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. @@ -12352,10 +12894,11 @@ 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. + [ContentCategory ]: contentCategory [CorrelationId ]: An identifier used to group multiple related content entries (for example, different parts of the same file upload, messages in a conversation). [CreatedDateTime ]: Required. Timestamp indicating when the original content was created (for example, file creation time, message sent time). @@ -12640,6 +13183,7 @@ To proactively opt in to the new behavior ahead of time, use the contentStream p Nullable. [File ]: file [(Any) ]: This indicates any property can be added to this object. + [ArchiveStatus ]: fileArchiveStatus [Hashes ]: hashes [(Any) ]: This indicates any property can be added to this object. [Crc32Hash ]: The CRC32 value of the file (if available). @@ -12650,6 +13194,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. @@ -12750,6 +13307,17 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(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. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity. @@ -13759,6 +14327,8 @@ 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 total count of items in the list. +Read-only. [Items ]: All items contained in the list. [List ]: listInfo [(Any) ]: This indicates any property can be added to this object. @@ -13855,6 +14425,24 @@ Required. [LearningProviderId ]: The registration ID of the provider. Required. [Status ]: courseStatus + [Storyline ]: User's storyline singleton container. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Followers ]: The users who are following this user. + [Id ]: The unique identifier for an entity. +Read-only. + [Follower ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Followings ]: The users that this user is following. + [Id ]: The unique identifier for an entity. +Read-only. + [Following ]: The Viva Engage identities. [EmployeeHireDate ]: The date and time when the user was hired or will start work if there is a future hire. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. @@ -13869,10 +14457,10 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. @@ -13898,7 +14486,7 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. 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. - Returned only on $select. + Requires $select to retrieve. Note: This property is specific to SharePoint Online. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. @@ -13921,6 +14509,27 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityGovernance ]: identityGovernanceUserSettings + [(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 ]: 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 + [(Any) ]: This indicates any property can be added to this object. + [Duration ]: The requestor's desired duration of access represented in ISO 8601 format for durations. +For example, PT3H refers to three hours. + If specified in a request, endDateTime shouldn't be present and the type property should be set to afterDuration. + [EndDateTime ]: Timestamp of 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. + [Type ]: expirationPatternType + [Recurrence ]: patternedRecurrence + [StartDateTime ]: 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. +In PIM, when the eligible or active assignment becomes active. [IdentityParentId ]: The object ID of the parent identity for agent users. Always null for regular user accounts. For agentUser resources, this property references the object ID of the associated agent identity. @@ -14089,7 +14698,7 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for users to describe their interests. -Returned only on $select. +Requires $select to retrieve. [InvitedBy ]: directoryObject [IsLicenseReconciliationNeeded ]: Indicates whether the user is pending an exchange mailbox license assignment. Read-only. @@ -14098,7 +14707,8 @@ Returned only on $select. 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). @@ -14112,24 +14722,24 @@ If this list is non-empty, then only users or groups listed here can post. [AccessType ]: groupAccessType [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are auto-subscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -14139,6 +14749,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -14297,11 +14908,11 @@ You can use it as a $filter argument to get groups that have members with licens Supports $filter (eq). [HideFromAddressLists ]: true if the group isn't displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: true if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [InfoCatalogs ]: Identifies the info segments assigned to the group. Returned by default. @@ -14325,7 +14936,7 @@ Read-only. To manage a group 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. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -14375,6 +14986,7 @@ Read-only. [OnPremisesDomainName ]: Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only. + [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [OnPremisesLastSyncDateTime ]: Indicates the last time at which the group was synced with the on-premises directory.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. Returned by default. @@ -14695,10 +15307,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -14707,9 +15321,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. @@ -14873,7 +15516,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). @@ -14921,6 +15564,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 @@ -15318,12 +15962,12 @@ Immutable. Read-only. [UnseenConversationsCount ]: Count of conversations delivered one or more new posts since the signed-in user's last visit to the group. This property is the same as unseenCount. -Returned only on $select. +Requires $select to retrieve. [UnseenCount ]: Count of conversations that have received new posts since the signed-in user last visited the group. -This property is the same as unseenConversationsCount.Returned only on $select. +This property is the same as unseenConversationsCount.Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [UnseenMessagesCount ]: Count of new posts that have been delivered to the group's conversations since the signed-in user's last visit to the group. -Returned only on $select. +Requires $select to retrieve. [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. @@ -15334,7 +15978,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Requires $select to retrieve. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -15351,16 +15998,16 @@ Nullable. 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. Read-only. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. It also indicates licenses that are directly assigned and the ones the user inherited through group memberships. Read-only. -Returned only on $select. +Requires $select to retrieve. [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. Read-Only. @@ -15486,7 +16133,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -16035,6 +16682,8 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -16128,7 +16777,7 @@ Read-only. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Notifications ]: [Id ]: The unique identifier for an entity. Read-only. @@ -16223,6 +16872,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. @@ -16271,6 +16924,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. @@ -16525,7 +17183,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for users to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [PendingAccessReviewInstances ]: Navigation property to get a list of access reviews pending approval by the reviewer. [Id ]: The unique identifier for an entity. Read-only. @@ -16545,14 +17203,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. @@ -16885,7 +17535,7 @@ Example: 'en-US', or 'es-ES'. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -17341,15 +17991,14 @@ Read-only. [WebUrl ]: Link to the institution or department homepage. [Program ]: educationalActivityDetail [(Any) ]: This indicates any property can be added to this object. - [Abbreviation ]: Shortened name of the degree or program (example: PhD, MBA) + [Abbreviation ]: Shortened name of the degree or program, for example, PhD and MBA. [Activities ]: Extracurricular activities undertaken alongside the program. [Awards ]: Any awards or honors associated with the program. [Description ]: Short description of the program provided by the user. [DisplayName ]: Long-form name of the program that the user provided. - [FieldsOfStudy ]: Majors and minors associated with the program. -(if applicable) - [Grade ]: The final grade, class, GPA, or score. - [Notes ]: More notes the user provided. + [FieldsOfStudy ]: Majors and minors associated with the program, if applicable. + [Grade ]: The final grade, class, grade point average (GPA), or score. + [Notes ]: More notes provided by the user. [WebUrl ]: Link to the degree or program page. [StartMonthYear ]: The month and year the user commenced the activity referenced. [Emails ]: Represents detailed information about email addresses associated with the user. @@ -17652,9 +18301,9 @@ Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they have attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: The scoped-role administrative unit memberships for this user. Read-only. Nullable. @@ -17718,7 +18367,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. @@ -17868,7 +18517,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Use revokeSignInSessions to reset. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -17915,6 +18564,48 @@ The language component follows two-letter codes as defined in ISO 639-1, and the For users with multigeo licenses, the property contains the user's region (if available). For users without multigeo licenses, the property contains the organization's region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China. + [Sections ]: The sections in the user's chat list. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the section was created. +Read-only. +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. + [DisplayIcon ]: sectionDisplayIcon + [(Any) ]: This indicates any property can be added to this object. + [ContentUrl ]: The URL to a custom icon image. +Applicable when iconType is custom. + [DisplayName ]: The human-readable name of the icon. + [IconType ]: The type of icon. +Use an emoji character such as 👍 for an emoji icon, or custom for a custom image icon. + [SkinTone ]: sectionIconSkinTone + [DisplayName ]: The display name of the section. +Required. +Maximum length is 50 characters. +Display names are case-sensitive and must be unique within a user's sections. +The following names are reserved for system-defined sections and can't be used when creating a user-defined section: RecentChats, QuickViews, TeamsAndChannels, MutedChats, MeetingChats, EngageCommunities. + [IsExpanded ]: Indicates whether the section is expanded in the user interface. +The default value is true. + [IsHierarchicalViewEnabled ]: Indicates whether the hierarchical view is enabled for the section. +Read-only. + [Items ]: The items (chats, channels, meetings, or communities) organized within the section. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the item was added to the section. +Read-only. +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. + [ItemType ]: sectionItemType + [LastModifiedDateTime ]: Date and time when the item was last modified. +Read-only. +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. + [LastModifiedDateTime ]: Date and time when the section was last modified. +Read-only. +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. + [SectionType ]: sectionType + [SortType ]: sectionSortType [Todo ]: todo [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -17927,6 +18618,12 @@ Read-only. Nullable. [IsOwner ]: True if the user is owner of the given task list. [IsShared ]: True if the task list is shared with other users + [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the task list. +Read-only. +Nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Value ]: The value of the property. [Tasks ]: The tasks in this task list. Read-only. Nullable. @@ -17990,9 +18687,6 @@ Read-only. [Recurrence ]: patternedRecurrence [ReminderDateTime ]: dateTimeTimeZone [SingleValueExtendedProperties ]: A collection of custom fields linked to the task. - [Id ]: The unique identifier for an entity. -Read-only. - [Value ]: The value of the property. [StartDateTime ]: dateTimeTimeZone [Status ]: taskStatus [Title ]: A brief description of the task. @@ -18044,6 +18738,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. @@ -18081,6 +18777,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. @@ -18103,6 +18800,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 ]: @@ -18156,6 +18854,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. @@ -18165,8 +18865,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. @@ -18419,7 +19117,9 @@ Read-write. [(Any) ]: This indicates any property can be added to this object. [ArchiveStatus ]: siteArchiveStatus [ArchivedBy ]: identitySet - [ArchivedDateTime ]: + [ArchivedDateTime ]: Time when the container was archived. +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. [DataLocationCode ]: The geographic region code for where this site collection resides. Only present for multi-geo tenants. Read-only. @@ -18469,7 +19169,7 @@ Always null when the object hasn't been deleted. [AccessType ]: groupAccessType [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. @@ -18501,13 +19201,13 @@ Maximum length is 256 characters. Required on create. Supports $filter (eq only). [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. @@ -18517,7 +19217,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are auto-subscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. @@ -18800,16 +19500,59 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. [UsageRights ]: [Id ]: The unique identifier for an entity. Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. @@ -18943,7 +19686,7 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for users to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). @@ -19223,22 +19966,23 @@ Read-only. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -19268,12 +20012,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -19356,7 +20157,7 @@ Optional. [IncludeBasicClaimSet ]: Determines whether the basic claim set is included in tokens affected by this policy. If set to true, all claims in the basic claim set are emitted in tokens affected by the policy. By default the basic claim set isn't in the tokens unless they're explicitly configured in this policy. - [CreatedByAppId ]: The appId (called Application (client) ID on the Microsoft Entra admin center) of the application used to create the service principal. + [CreatedByAppId ]: The appId of the application that created this service principal. Set internally by Microsoft Entra ID. Read-only. [CreatedObjects ]: Directory objects created by this service principal. @@ -19488,7 +20289,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -19647,13 +20448,13 @@ May not begin with .. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [ApprovedClientApps ]: + [ApprovedClientApps ]: The collection of approved client apps that are associated with the RDS configuration. +Supports $expand. [Id ]: The unique identifier for an entity. Read-only. - [DisplayName ]: + [DisplayName ]: Display name for the client application. [IsRemoteDesktopProtocolEnabled ]: Determines if Microsoft Entra ID RDS authentication protocol for RDP is enabled. [TargetDeviceGroups ]: The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. -
]: The unique identifier for an entity. Read-only. [DisplayName ]: Display name for the target device group. @@ -20012,7 +20813,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. - [ExternalAuthenticationMethods ]: Represents the external methods registered to a user for authentication. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. Optional. @@ -20028,7 +20829,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. - [DisplayName ]: Custom name given to the registered external authentication method. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. @@ -20279,7 +21080,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -20532,7 +21333,7 @@ Read-only. The identifiers must be unique in the tenant. [Birthday ]: The birthday of the user. 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 Returned only on $select. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. Only one number can be set for this property. Read-only for users synced from on-premises directory. @@ -20871,6 +21672,49 @@ This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. Read only. + [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. +Nullable. + [Attachments ]: References to attached objects like files, tabs, meetings etc. + [Body ]: itemBody + [ChannelIdentity ]: channelIdentity + [ChatId ]: If the message was sent in a chat, represents the identity of the chat. + [CreatedDateTime ]: Timestamp of when the chat message was created. + [DeletedDateTime ]: Read only. +Timestamp at which the chat message was deleted, or null if not deleted. + [Etag ]: Read-only. +Version number of the chat message. + [EventDetail ]: eventMessageDetail + [From ]: chatMessageFromIdentitySet + [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. + [Importance ]: chatMessageImportance + [LastEditedDateTime ]: Read only. +Timestamp when edits to the chat message were made. +Triggers an 'Edited' flag in the Teams UI. +If no edits are made the value is null. + [LastModifiedDateTime ]: Read only. +Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. + [Locale ]: Locale of the chat message set by the client. +Always set to en-us. + [Mentions ]: List of entities mentioned in the chat message. +Supported entities are: user, bot, team, channel, chat, and tag. + [MessageHistory ]: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. + [MessageType ]: chatMessageType + [OnBehalfOf ]: chatMessageFromIdentitySet + [PolicyViolation ]: chatMessagePolicyViolation + [Reactions ]: Reactions for this chat message (for example, Like). + [Replies ]: Replies for a specified message. +Supports $expand for channel messages. + [ReplyToId ]: Read-only. +ID of the parent chat message or root chat message of the thread. +(Only applies to chat messages in channels, not chats.) + [Subject ]: The subject of the chat message, in plaintext. + [Summary ]: Summary text of the chat message that could be used for push notifications and summary views or fall back views. +Only applies to channel chat messages, not chat messages in a chat. + [WebUrl ]: Read-only. +Link to the message in Microsoft Teams. + [Id ]: The unique identifier for an entity. +Read-only. + [Recipient ]: identity [TenantId ]: The identifier of the tenant in which the chat was created. Read-only. [Topic ]: (Optional) Subject or topic for the chat. @@ -20906,7 +21750,22 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [AssignmentErrors ]: + [Id ]: The unique identifier for an entity. +Read-only. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [Assignments ]: [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -21025,7 +21884,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 @@ -21050,6 +21911,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. @@ -21257,10 +22151,11 @@ 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. + [ContentCategory ]: contentCategory [CorrelationId ]: An identifier used to group multiple related content entries (for example, different parts of the same file upload, messages in a conversation). [CreatedDateTime ]: Required. Timestamp indicating when the original content was created (for example, file creation time, message sent time). @@ -21388,6 +22283,24 @@ Required. [LearningProviderId ]: The registration ID of the provider. Required. [Status ]: courseStatus + [Storyline ]: User's storyline singleton container. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Followers ]: The users who are following this user. + [Id ]: The unique identifier for an entity. +Read-only. + [Follower ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Followings ]: The users that this user is following. + [Id ]: The unique identifier for an entity. +Read-only. + [Following ]: The Viva Engage identities. [EmployeeHireDate ]: The date and time when the user was hired or will start work if there is a future hire. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. @@ -21402,10 +22315,10 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. @@ -21625,6 +22538,17 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(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. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity. @@ -21722,6 +22646,7 @@ To proactively opt in to the new behavior ahead of time, use the contentStream p Nullable. [File ]: file [(Any) ]: This indicates any property can be added to this object. + [ArchiveStatus ]: fileArchiveStatus [Hashes ]: hashes [(Any) ]: This indicates any property can be added to this object. [Crc32Hash ]: The CRC32 value of the file (if available). @@ -21732,6 +22657,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. @@ -22840,6 +23778,8 @@ Read-only. [ContentTypes ]: The collection of content types present in this list. [DisplayName ]: The displayable title of the list. [Drive ]: drive + [ItemCount ]: The total count of items in the list. +Read-only. [Items ]: All items contained in the list. [List ]: listInfo [(Any) ]: This indicates any property can be added to this object. @@ -23193,7 +24133,9 @@ Read-write. [(Any) ]: This indicates any property can be added to this object. [ArchiveStatus ]: siteArchiveStatus [ArchivedBy ]: identitySet - [ArchivedDateTime ]: + [ArchivedDateTime ]: Time when the container was archived. +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. [DataLocationCode ]: The geographic region code for where this site collection resides. Only present for multi-geo tenants. Read-only. @@ -23216,7 +24158,7 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. 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. - Returned only on $select. + Requires $select to retrieve. Note: This property is specific to SharePoint Online. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. @@ -23239,6 +24181,27 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityGovernance ]: identityGovernanceUserSettings + [(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 ]: 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 + [(Any) ]: This indicates any property can be added to this object. + [Duration ]: The requestor's desired duration of access represented in ISO 8601 format for durations. +For example, PT3H refers to three hours. + If specified in a request, endDateTime shouldn't be present and the type property should be set to afterDuration. + [EndDateTime ]: Timestamp of 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. + [Type ]: expirationPatternType + [Recurrence ]: patternedRecurrence + [StartDateTime ]: 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. +In PIM, when the eligible or active assignment becomes active. [IdentityParentId ]: The object ID of the parent identity for agent users. Always null for regular user accounts. For agentUser resources, this property references the object ID of the associated agent identity. @@ -23335,7 +24298,7 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for users to describe their interests. -Returned only on $select. +Requires $select to retrieve. [InvitedBy ]: directoryObject [IsLicenseReconciliationNeeded ]: Indicates whether the user is pending an exchange mailbox license assignment. Read-only. @@ -23344,7 +24307,8 @@ Returned only on $select. 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). @@ -23374,6 +24338,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 @@ -23517,10 +24482,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -23529,9 +24496,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. @@ -24028,16 +25024,16 @@ This URL should be treated as an opaque blob, and not parsed. 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. Read-only. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. It also indicates licenses that are directly assigned and the ones the user inherited through group memberships. Read-only. -Returned only on $select. +Requires $select to retrieve. [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. Read-Only. @@ -24163,7 +25159,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -24712,6 +25708,8 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -24805,7 +25803,7 @@ Read-only. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Notifications ]: [Id ]: The unique identifier for an entity. Read-only. @@ -24913,6 +25911,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. @@ -24961,6 +25963,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. @@ -25215,7 +26222,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for users to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [PendingAccessReviewInstances ]: Navigation property to get a list of access reviews pending approval by the reviewer. [Id ]: The unique identifier for an entity. Read-only. @@ -25235,14 +26242,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. @@ -25575,7 +26574,7 @@ Example: 'en-US', or 'es-ES'. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -26031,15 +27030,14 @@ Read-only. [WebUrl ]: Link to the institution or department homepage. [Program ]: educationalActivityDetail [(Any) ]: This indicates any property can be added to this object. - [Abbreviation ]: Shortened name of the degree or program (example: PhD, MBA) + [Abbreviation ]: Shortened name of the degree or program, for example, PhD and MBA. [Activities ]: Extracurricular activities undertaken alongside the program. [Awards ]: Any awards or honors associated with the program. [Description ]: Short description of the program provided by the user. [DisplayName ]: Long-form name of the program that the user provided. - [FieldsOfStudy ]: Majors and minors associated with the program. -(if applicable) - [Grade ]: The final grade, class, GPA, or score. - [Notes ]: More notes the user provided. + [FieldsOfStudy ]: Majors and minors associated with the program, if applicable. + [Grade ]: The final grade, class, grade point average (GPA), or score. + [Notes ]: More notes provided by the user. [WebUrl ]: Link to the degree or program page. [StartMonthYear ]: The month and year the user commenced the activity referenced. [Emails ]: Represents detailed information about email addresses associated with the user. @@ -26342,9 +27340,9 @@ Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they have attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: The scoped-role administrative unit memberships for this user. Read-only. Nullable. @@ -26411,7 +27409,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. @@ -26561,7 +27559,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Use revokeSignInSessions to reset. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -26608,6 +27606,48 @@ The language component follows two-letter codes as defined in ISO 639-1, and the For users with multigeo licenses, the property contains the user's region (if available). For users without multigeo licenses, the property contains the organization's region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China. + [Sections ]: The sections in the user's chat list. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the section was created. +Read-only. +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. + [DisplayIcon ]: sectionDisplayIcon + [(Any) ]: This indicates any property can be added to this object. + [ContentUrl ]: The URL to a custom icon image. +Applicable when iconType is custom. + [DisplayName ]: The human-readable name of the icon. + [IconType ]: The type of icon. +Use an emoji character such as 👍 for an emoji icon, or custom for a custom image icon. + [SkinTone ]: sectionIconSkinTone + [DisplayName ]: The display name of the section. +Required. +Maximum length is 50 characters. +Display names are case-sensitive and must be unique within a user's sections. +The following names are reserved for system-defined sections and can't be used when creating a user-defined section: RecentChats, QuickViews, TeamsAndChannels, MutedChats, MeetingChats, EngageCommunities. + [IsExpanded ]: Indicates whether the section is expanded in the user interface. +The default value is true. + [IsHierarchicalViewEnabled ]: Indicates whether the hierarchical view is enabled for the section. +Read-only. + [Items ]: The items (chats, channels, meetings, or communities) organized within the section. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the item was added to the section. +Read-only. +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. + [ItemType ]: sectionItemType + [LastModifiedDateTime ]: Date and time when the item was last modified. +Read-only. +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. + [LastModifiedDateTime ]: Date and time when the section was last modified. +Read-only. +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. + [SectionType ]: sectionType + [SortType ]: sectionSortType [Todo ]: todo [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -26620,6 +27660,12 @@ Read-only. Nullable. [IsOwner ]: True if the user is owner of the given task list. [IsShared ]: True if the task list is shared with other users + [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the task list. +Read-only. +Nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Value ]: The value of the property. [Tasks ]: The tasks in this task list. Read-only. Nullable. @@ -26683,9 +27729,6 @@ Read-only. [Recurrence ]: patternedRecurrence [ReminderDateTime ]: dateTimeTimeZone [SingleValueExtendedProperties ]: A collection of custom fields linked to the task. - [Id ]: The unique identifier for an entity. -Read-only. - [Value ]: The value of the property. [StartDateTime ]: dateTimeTimeZone [Status ]: taskStatus [Title ]: A brief description of the task. @@ -26737,6 +27780,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. @@ -26774,6 +27819,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. @@ -26796,6 +27842,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 ]: @@ -26849,6 +27896,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. @@ -26858,8 +27907,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. @@ -26961,11 +28008,11 @@ You can use it as a $filter argument to get groups that have members with licens Supports $filter (eq). [HideFromAddressLists ]: true if the group isn't displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: true if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [InfoCatalogs ]: Identifies the info segments assigned to the group. Returned by default. @@ -26989,7 +28036,7 @@ Read-only. To manage a group 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. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -27039,6 +28086,7 @@ Read-only. [OnPremisesDomainName ]: Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only. + [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [OnPremisesLastSyncDateTime ]: Indicates the last time at which the group was synced with the on-premises directory.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. Returned by default. @@ -27120,7 +28168,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). @@ -27156,12 +28204,12 @@ Immutable. Read-only. [UnseenConversationsCount ]: Count of conversations delivered one or more new posts since the signed-in user's last visit to the group. This property is the same as unseenCount. -Returned only on $select. +Requires $select to retrieve. [UnseenCount ]: Count of conversations that have received new posts since the signed-in user last visited the group. -This property is the same as unseenConversationsCount.Returned only on $select. +This property is the same as unseenConversationsCount.Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [UnseenMessagesCount ]: Count of new posts that have been delivered to the group's conversations since the signed-in user's last visit to the group. -Returned only on $select. +Requires $select to retrieve. [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. @@ -27172,7 +28220,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Requires $select to retrieve. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Update-MgBetaComplianceEdiscoveryCaseCustodianIndex.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Update-MgBetaComplianceEdiscoveryCaseCustodianIndex.md index 4769002eea54d..b9f17505416e9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Update-MgBetaComplianceEdiscoveryCaseCustodianIndex.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Update-MgBetaComplianceEdiscoveryCaseCustodianIndex.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.compliance/update-mgbetacomplianceediscoverycasecustodianindex Locale: en-US Module Name: Microsoft.Graph.Beta.Compliance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaComplianceEdiscoveryCaseCustodianIndex --- @@ -24,7 +24,6 @@ Update-MgBetaComplianceEdiscoveryCaseCustodianIndex -CaseId -CustodianI [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -34,7 +33,6 @@ Update-MgBetaComplianceEdiscoveryCaseCustodianIndex -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Update-MgBetaComplianceEdiscoveryCaseCustodianSiteSource.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Update-MgBetaComplianceEdiscoveryCaseCustodianSiteSource.md index b357a2246af47..ffc62b4625665 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Update-MgBetaComplianceEdiscoveryCaseCustodianSiteSource.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Update-MgBetaComplianceEdiscoveryCaseCustodianSiteSource.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.compliance/update-mgbetacomplianceediscoverycasecustodiansitesource Locale: en-US Module Name: Microsoft.Graph.Beta.Compliance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaComplianceEdiscoveryCaseCustodianSiteSource --- @@ -26,7 +26,7 @@ Update-MgBetaComplianceEdiscoveryCaseCustodianSiteSource -CaseId -Custo [-HoldStatus ] [-Id ] [-Site ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -37,7 +37,6 @@ Update-MgBetaComplianceEdiscoveryCaseCustodianSiteSource -CaseId -Custo [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -49,7 +48,7 @@ Update-MgBetaComplianceEdiscoveryCaseCustodianSiteSource -InputObject ] [-Id ] [-Site ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -59,7 +58,7 @@ Update-MgBetaComplianceEdiscoveryCaseCustodianSiteSource -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -677,7 +676,7 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for users to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). @@ -961,22 +960,23 @@ Always null when the object hasn't been deleted. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -1006,12 +1006,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -1121,7 +1178,7 @@ Optional. [IncludeBasicClaimSet ]: Determines whether the basic claim set is included in tokens affected by this policy. If set to true, all claims in the basic claim set are emitted in tokens affected by the policy. By default the basic claim set isn't in the tokens unless they're explicitly configured in this policy. - [CreatedByAppId ]: The appId (called Application (client) ID on the Microsoft Entra admin center) of the application used to create the service principal. + [CreatedByAppId ]: The appId of the application that created this service principal. Set internally by Microsoft Entra ID. Read-only. [CreatedObjects ]: Directory objects created by this service principal. @@ -1253,7 +1310,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -1412,13 +1469,13 @@ May not begin with .. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [ApprovedClientApps ]: + [ApprovedClientApps ]: The collection of approved client apps that are associated with the RDS configuration. +Supports $expand. [Id ]: The unique identifier for an entity. Read-only. - [DisplayName ]: + [DisplayName ]: Display name for the client application. [IsRemoteDesktopProtocolEnabled ]: Determines if Microsoft Entra ID RDS authentication protocol for RDP is enabled. [TargetDeviceGroups ]: The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. -
]: The unique identifier for an entity. Read-only. [DisplayName ]: Display name for the target device group. @@ -1781,7 +1838,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. - [ExternalAuthenticationMethods ]: Represents the external methods registered to a user for authentication. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. Optional. @@ -1797,7 +1854,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. - [DisplayName ]: Custom name given to the registered external authentication method. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. @@ -2050,7 +2107,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -2303,7 +2360,7 @@ Read-only. The identifiers must be unique in the tenant. [Birthday ]: The birthday of the user. 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 Returned only on $select. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. Only one number can be set for this property. Read-only for users synced from on-premises directory. @@ -2913,6 +2970,49 @@ This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. Read only. + [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. +Nullable. + [Attachments ]: References to attached objects like files, tabs, meetings etc. + [Body ]: itemBody + [ChannelIdentity ]: channelIdentity + [ChatId ]: If the message was sent in a chat, represents the identity of the chat. + [CreatedDateTime ]: Timestamp of when the chat message was created. + [DeletedDateTime ]: Read only. +Timestamp at which the chat message was deleted, or null if not deleted. + [Etag ]: Read-only. +Version number of the chat message. + [EventDetail ]: eventMessageDetail + [From ]: chatMessageFromIdentitySet + [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. + [Importance ]: chatMessageImportance + [LastEditedDateTime ]: Read only. +Timestamp when edits to the chat message were made. +Triggers an 'Edited' flag in the Teams UI. +If no edits are made the value is null. + [LastModifiedDateTime ]: Read only. +Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. + [Locale ]: Locale of the chat message set by the client. +Always set to en-us. + [Mentions ]: List of entities mentioned in the chat message. +Supported entities are: user, bot, team, channel, chat, and tag. + [MessageHistory ]: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. + [MessageType ]: chatMessageType + [OnBehalfOf ]: chatMessageFromIdentitySet + [PolicyViolation ]: chatMessagePolicyViolation + [Reactions ]: Reactions for this chat message (for example, Like). + [Replies ]: Replies for a specified message. +Supports $expand for channel messages. + [ReplyToId ]: Read-only. +ID of the parent chat message or root chat message of the thread. +(Only applies to chat messages in channels, not chats.) + [Subject ]: The subject of the chat message, in plaintext. + [Summary ]: Summary text of the chat message that could be used for push notifications and summary views or fall back views. +Only applies to channel chat messages, not chat messages in a chat. + [WebUrl ]: Read-only. +Link to the message in Microsoft Teams. + [Id ]: The unique identifier for an entity. +Read-only. + [Recipient ]: identity [TenantId ]: The identifier of the tenant in which the chat was created. Read-only. [Topic ]: (Optional) Subject or topic for the chat. @@ -2948,21 +3048,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -3081,7 +3238,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 @@ -3106,6 +3265,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. @@ -3313,10 +3505,11 @@ 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. + [ContentCategory ]: contentCategory [CorrelationId ]: An identifier used to group multiple related content entries (for example, different parts of the same file upload, messages in a conversation). [CreatedDateTime ]: Required. Timestamp indicating when the original content was created (for example, file creation time, message sent time). @@ -3601,6 +3794,7 @@ To proactively opt in to the new behavior ahead of time, use the contentStream p Nullable. [File ]: file [(Any) ]: This indicates any property can be added to this object. + [ArchiveStatus ]: fileArchiveStatus [Hashes ]: hashes [(Any) ]: This indicates any property can be added to this object. [Crc32Hash ]: The CRC32 value of the file (if available). @@ -3611,6 +3805,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. @@ -3711,6 +3918,17 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(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. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity. @@ -4720,6 +4938,8 @@ 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 total count of items in the list. +Read-only. [Items ]: All items contained in the list. [List ]: listInfo [(Any) ]: This indicates any property can be added to this object. @@ -4816,6 +5036,24 @@ Required. [LearningProviderId ]: The registration ID of the provider. Required. [Status ]: courseStatus + [Storyline ]: User's storyline singleton container. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Followers ]: The users who are following this user. + [Id ]: The unique identifier for an entity. +Read-only. + [Follower ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Followings ]: The users that this user is following. + [Id ]: The unique identifier for an entity. +Read-only. + [Following ]: The Viva Engage identities. [EmployeeHireDate ]: The date and time when the user was hired or will start work if there is a future hire. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. @@ -4830,10 +5068,10 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. @@ -4859,7 +5097,7 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. 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. - Returned only on $select. + Requires $select to retrieve. Note: This property is specific to SharePoint Online. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. @@ -4882,6 +5120,27 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityGovernance ]: identityGovernanceUserSettings + [(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 ]: 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 + [(Any) ]: This indicates any property can be added to this object. + [Duration ]: The requestor's desired duration of access represented in ISO 8601 format for durations. +For example, PT3H refers to three hours. + If specified in a request, endDateTime shouldn't be present and the type property should be set to afterDuration. + [EndDateTime ]: Timestamp of 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. + [Type ]: expirationPatternType + [Recurrence ]: patternedRecurrence + [StartDateTime ]: 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. +In PIM, when the eligible or active assignment becomes active. [IdentityParentId ]: The object ID of the parent identity for agent users. Always null for regular user accounts. For agentUser resources, this property references the object ID of the associated agent identity. @@ -5050,7 +5309,7 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for users to describe their interests. -Returned only on $select. +Requires $select to retrieve. [InvitedBy ]: directoryObject [IsLicenseReconciliationNeeded ]: Indicates whether the user is pending an exchange mailbox license assignment. Read-only. @@ -5059,7 +5318,8 @@ Returned only on $select. 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). @@ -5073,24 +5333,24 @@ If this list is non-empty, then only users or groups listed here can post. [AccessType ]: groupAccessType [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are auto-subscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -5100,6 +5360,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -5258,11 +5519,11 @@ You can use it as a $filter argument to get groups that have members with licens Supports $filter (eq). [HideFromAddressLists ]: true if the group isn't displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: true if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [InfoCatalogs ]: Identifies the info segments assigned to the group. Returned by default. @@ -5286,7 +5547,7 @@ Read-only. To manage a group 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. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -5336,6 +5597,7 @@ Read-only. [OnPremisesDomainName ]: Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only. + [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [OnPremisesLastSyncDateTime ]: Indicates the last time at which the group was synced with the on-premises directory.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. Returned by default. @@ -5656,10 +5918,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -5668,9 +5932,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. @@ -5834,7 +6127,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). @@ -5882,6 +6175,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 @@ -6279,12 +6573,12 @@ Immutable. Read-only. [UnseenConversationsCount ]: Count of conversations delivered one or more new posts since the signed-in user's last visit to the group. This property is the same as unseenCount. -Returned only on $select. +Requires $select to retrieve. [UnseenCount ]: Count of conversations that have received new posts since the signed-in user last visited the group. -This property is the same as unseenConversationsCount.Returned only on $select. +This property is the same as unseenConversationsCount.Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [UnseenMessagesCount ]: Count of new posts that have been delivered to the group's conversations since the signed-in user's last visit to the group. -Returned only on $select. +Requires $select to retrieve. [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. @@ -6295,7 +6589,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Requires $select to retrieve. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -6312,16 +6609,16 @@ Nullable. 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. Read-only. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. It also indicates licenses that are directly assigned and the ones the user inherited through group memberships. Read-only. -Returned only on $select. +Requires $select to retrieve. [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. Read-Only. @@ -6447,7 +6744,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -6996,6 +7293,8 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -7089,7 +7388,7 @@ Read-only. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Notifications ]: [Id ]: The unique identifier for an entity. Read-only. @@ -7184,6 +7483,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. @@ -7232,6 +7535,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. @@ -7486,7 +7794,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for users to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [PendingAccessReviewInstances ]: Navigation property to get a list of access reviews pending approval by the reviewer. [Id ]: The unique identifier for an entity. Read-only. @@ -7506,14 +7814,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. @@ -7846,7 +8146,7 @@ Example: 'en-US', or 'es-ES'. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -8302,15 +8602,14 @@ Read-only. [WebUrl ]: Link to the institution or department homepage. [Program ]: educationalActivityDetail [(Any) ]: This indicates any property can be added to this object. - [Abbreviation ]: Shortened name of the degree or program (example: PhD, MBA) + [Abbreviation ]: Shortened name of the degree or program, for example, PhD and MBA. [Activities ]: Extracurricular activities undertaken alongside the program. [Awards ]: Any awards or honors associated with the program. [Description ]: Short description of the program provided by the user. [DisplayName ]: Long-form name of the program that the user provided. - [FieldsOfStudy ]: Majors and minors associated with the program. -(if applicable) - [Grade ]: The final grade, class, GPA, or score. - [Notes ]: More notes the user provided. + [FieldsOfStudy ]: Majors and minors associated with the program, if applicable. + [Grade ]: The final grade, class, grade point average (GPA), or score. + [Notes ]: More notes provided by the user. [WebUrl ]: Link to the degree or program page. [StartMonthYear ]: The month and year the user commenced the activity referenced. [Emails ]: Represents detailed information about email addresses associated with the user. @@ -8613,9 +8912,9 @@ Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they have attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: The scoped-role administrative unit memberships for this user. Read-only. Nullable. @@ -8679,7 +8978,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. @@ -8829,7 +9128,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Use revokeSignInSessions to reset. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -8876,6 +9175,48 @@ The language component follows two-letter codes as defined in ISO 639-1, and the For users with multigeo licenses, the property contains the user's region (if available). For users without multigeo licenses, the property contains the organization's region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China. + [Sections ]: The sections in the user's chat list. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the section was created. +Read-only. +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. + [DisplayIcon ]: sectionDisplayIcon + [(Any) ]: This indicates any property can be added to this object. + [ContentUrl ]: The URL to a custom icon image. +Applicable when iconType is custom. + [DisplayName ]: The human-readable name of the icon. + [IconType ]: The type of icon. +Use an emoji character such as 👍 for an emoji icon, or custom for a custom image icon. + [SkinTone ]: sectionIconSkinTone + [DisplayName ]: The display name of the section. +Required. +Maximum length is 50 characters. +Display names are case-sensitive and must be unique within a user's sections. +The following names are reserved for system-defined sections and can't be used when creating a user-defined section: RecentChats, QuickViews, TeamsAndChannels, MutedChats, MeetingChats, EngageCommunities. + [IsExpanded ]: Indicates whether the section is expanded in the user interface. +The default value is true. + [IsHierarchicalViewEnabled ]: Indicates whether the hierarchical view is enabled for the section. +Read-only. + [Items ]: The items (chats, channels, meetings, or communities) organized within the section. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the item was added to the section. +Read-only. +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. + [ItemType ]: sectionItemType + [LastModifiedDateTime ]: Date and time when the item was last modified. +Read-only. +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. + [LastModifiedDateTime ]: Date and time when the section was last modified. +Read-only. +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. + [SectionType ]: sectionType + [SortType ]: sectionSortType [Todo ]: todo [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -8888,6 +9229,12 @@ Read-only. Nullable. [IsOwner ]: True if the user is owner of the given task list. [IsShared ]: True if the task list is shared with other users + [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the task list. +Read-only. +Nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Value ]: The value of the property. [Tasks ]: The tasks in this task list. Read-only. Nullable. @@ -8951,9 +9298,6 @@ Read-only. [Recurrence ]: patternedRecurrence [ReminderDateTime ]: dateTimeTimeZone [SingleValueExtendedProperties ]: A collection of custom fields linked to the task. - [Id ]: The unique identifier for an entity. -Read-only. - [Value ]: The value of the property. [StartDateTime ]: dateTimeTimeZone [Status ]: taskStatus [Title ]: A brief description of the task. @@ -9005,6 +9349,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. @@ -9042,6 +9388,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. @@ -9064,6 +9411,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 ]: @@ -9117,6 +9465,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. @@ -9126,8 +9476,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. @@ -9380,7 +9728,9 @@ Read-write. [(Any) ]: This indicates any property can be added to this object. [ArchiveStatus ]: siteArchiveStatus [ArchivedBy ]: identitySet - [ArchivedDateTime ]: + [ArchivedDateTime ]: Time when the container was archived. +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. [DataLocationCode ]: The geographic region code for where this site collection resides. Only present for multi-geo tenants. Read-only. @@ -9450,7 +9800,7 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for users to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). @@ -9734,22 +10084,23 @@ Always null when the object hasn't been deleted. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -9779,12 +10130,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -9894,7 +10302,7 @@ Optional. [IncludeBasicClaimSet ]: Determines whether the basic claim set is included in tokens affected by this policy. If set to true, all claims in the basic claim set are emitted in tokens affected by the policy. By default the basic claim set isn't in the tokens unless they're explicitly configured in this policy. - [CreatedByAppId ]: The appId (called Application (client) ID on the Microsoft Entra admin center) of the application used to create the service principal. + [CreatedByAppId ]: The appId of the application that created this service principal. Set internally by Microsoft Entra ID. Read-only. [CreatedObjects ]: Directory objects created by this service principal. @@ -10026,7 +10434,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -10185,13 +10593,13 @@ May not begin with .. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [ApprovedClientApps ]: + [ApprovedClientApps ]: The collection of approved client apps that are associated with the RDS configuration. +Supports $expand. [Id ]: The unique identifier for an entity. Read-only. - [DisplayName ]: + [DisplayName ]: Display name for the client application. [IsRemoteDesktopProtocolEnabled ]: Determines if Microsoft Entra ID RDS authentication protocol for RDP is enabled. [TargetDeviceGroups ]: The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. -
]: The unique identifier for an entity. Read-only. [DisplayName ]: Display name for the target device group. @@ -10554,7 +10962,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. - [ExternalAuthenticationMethods ]: Represents the external methods registered to a user for authentication. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. Optional. @@ -10570,7 +10978,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. - [DisplayName ]: Custom name given to the registered external authentication method. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. @@ -10823,7 +11231,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -11076,7 +11484,7 @@ Read-only. The identifiers must be unique in the tenant. [Birthday ]: The birthday of the user. 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 Returned only on $select. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. Only one number can be set for this property. Read-only for users synced from on-premises directory. @@ -11686,6 +12094,49 @@ This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. Read only. + [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. +Nullable. + [Attachments ]: References to attached objects like files, tabs, meetings etc. + [Body ]: itemBody + [ChannelIdentity ]: channelIdentity + [ChatId ]: If the message was sent in a chat, represents the identity of the chat. + [CreatedDateTime ]: Timestamp of when the chat message was created. + [DeletedDateTime ]: Read only. +Timestamp at which the chat message was deleted, or null if not deleted. + [Etag ]: Read-only. +Version number of the chat message. + [EventDetail ]: eventMessageDetail + [From ]: chatMessageFromIdentitySet + [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. + [Importance ]: chatMessageImportance + [LastEditedDateTime ]: Read only. +Timestamp when edits to the chat message were made. +Triggers an 'Edited' flag in the Teams UI. +If no edits are made the value is null. + [LastModifiedDateTime ]: Read only. +Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. + [Locale ]: Locale of the chat message set by the client. +Always set to en-us. + [Mentions ]: List of entities mentioned in the chat message. +Supported entities are: user, bot, team, channel, chat, and tag. + [MessageHistory ]: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. + [MessageType ]: chatMessageType + [OnBehalfOf ]: chatMessageFromIdentitySet + [PolicyViolation ]: chatMessagePolicyViolation + [Reactions ]: Reactions for this chat message (for example, Like). + [Replies ]: Replies for a specified message. +Supports $expand for channel messages. + [ReplyToId ]: Read-only. +ID of the parent chat message or root chat message of the thread. +(Only applies to chat messages in channels, not chats.) + [Subject ]: The subject of the chat message, in plaintext. + [Summary ]: Summary text of the chat message that could be used for push notifications and summary views or fall back views. +Only applies to channel chat messages, not chat messages in a chat. + [WebUrl ]: Read-only. +Link to the message in Microsoft Teams. + [Id ]: The unique identifier for an entity. +Read-only. + [Recipient ]: identity [TenantId ]: The identifier of the tenant in which the chat was created. Read-only. [Topic ]: (Optional) Subject or topic for the chat. @@ -11721,21 +12172,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -11854,7 +12362,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 @@ -11879,6 +12389,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. @@ -12086,10 +12629,11 @@ 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. + [ContentCategory ]: contentCategory [CorrelationId ]: An identifier used to group multiple related content entries (for example, different parts of the same file upload, messages in a conversation). [CreatedDateTime ]: Required. Timestamp indicating when the original content was created (for example, file creation time, message sent time). @@ -12374,6 +12918,7 @@ To proactively opt in to the new behavior ahead of time, use the contentStream p Nullable. [File ]: file [(Any) ]: This indicates any property can be added to this object. + [ArchiveStatus ]: fileArchiveStatus [Hashes ]: hashes [(Any) ]: This indicates any property can be added to this object. [Crc32Hash ]: The CRC32 value of the file (if available). @@ -12384,6 +12929,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. @@ -12484,6 +13042,17 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(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. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity. @@ -13493,6 +14062,8 @@ 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 total count of items in the list. +Read-only. [Items ]: All items contained in the list. [List ]: listInfo [(Any) ]: This indicates any property can be added to this object. @@ -13589,6 +14160,24 @@ Required. [LearningProviderId ]: The registration ID of the provider. Required. [Status ]: courseStatus + [Storyline ]: User's storyline singleton container. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Followers ]: The users who are following this user. + [Id ]: The unique identifier for an entity. +Read-only. + [Follower ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Followings ]: The users that this user is following. + [Id ]: The unique identifier for an entity. +Read-only. + [Following ]: The Viva Engage identities. [EmployeeHireDate ]: The date and time when the user was hired or will start work if there is a future hire. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. @@ -13603,10 +14192,10 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. @@ -13632,7 +14221,7 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. 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. - Returned only on $select. + Requires $select to retrieve. Note: This property is specific to SharePoint Online. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. @@ -13655,6 +14244,27 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityGovernance ]: identityGovernanceUserSettings + [(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 ]: 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 + [(Any) ]: This indicates any property can be added to this object. + [Duration ]: The requestor's desired duration of access represented in ISO 8601 format for durations. +For example, PT3H refers to three hours. + If specified in a request, endDateTime shouldn't be present and the type property should be set to afterDuration. + [EndDateTime ]: Timestamp of 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. + [Type ]: expirationPatternType + [Recurrence ]: patternedRecurrence + [StartDateTime ]: 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. +In PIM, when the eligible or active assignment becomes active. [IdentityParentId ]: The object ID of the parent identity for agent users. Always null for regular user accounts. For agentUser resources, this property references the object ID of the associated agent identity. @@ -13823,7 +14433,7 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for users to describe their interests. -Returned only on $select. +Requires $select to retrieve. [InvitedBy ]: directoryObject [IsLicenseReconciliationNeeded ]: Indicates whether the user is pending an exchange mailbox license assignment. Read-only. @@ -13832,7 +14442,8 @@ Returned only on $select. 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). @@ -13846,24 +14457,24 @@ If this list is non-empty, then only users or groups listed here can post. [AccessType ]: groupAccessType [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are auto-subscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -13873,6 +14484,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -14031,11 +14643,11 @@ You can use it as a $filter argument to get groups that have members with licens Supports $filter (eq). [HideFromAddressLists ]: true if the group isn't displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: true if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [InfoCatalogs ]: Identifies the info segments assigned to the group. Returned by default. @@ -14059,7 +14671,7 @@ Read-only. To manage a group 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. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -14109,6 +14721,7 @@ Read-only. [OnPremisesDomainName ]: Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only. + [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [OnPremisesLastSyncDateTime ]: Indicates the last time at which the group was synced with the on-premises directory.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. Returned by default. @@ -14429,10 +15042,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -14441,9 +15056,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. @@ -14607,7 +15251,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). @@ -14655,6 +15299,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 @@ -15052,12 +15697,12 @@ Immutable. Read-only. [UnseenConversationsCount ]: Count of conversations delivered one or more new posts since the signed-in user's last visit to the group. This property is the same as unseenCount. -Returned only on $select. +Requires $select to retrieve. [UnseenCount ]: Count of conversations that have received new posts since the signed-in user last visited the group. -This property is the same as unseenConversationsCount.Returned only on $select. +This property is the same as unseenConversationsCount.Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [UnseenMessagesCount ]: Count of new posts that have been delivered to the group's conversations since the signed-in user's last visit to the group. -Returned only on $select. +Requires $select to retrieve. [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. @@ -15068,7 +15713,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Requires $select to retrieve. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -15085,16 +15733,16 @@ Nullable. 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. Read-only. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. It also indicates licenses that are directly assigned and the ones the user inherited through group memberships. Read-only. -Returned only on $select. +Requires $select to retrieve. [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. Read-Only. @@ -15220,7 +15868,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -15769,6 +16417,8 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -15862,7 +16512,7 @@ Read-only. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Notifications ]: [Id ]: The unique identifier for an entity. Read-only. @@ -15957,6 +16607,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. @@ -16005,6 +16659,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. @@ -16259,7 +16918,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for users to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [PendingAccessReviewInstances ]: Navigation property to get a list of access reviews pending approval by the reviewer. [Id ]: The unique identifier for an entity. Read-only. @@ -16279,14 +16938,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. @@ -16619,7 +17270,7 @@ Example: 'en-US', or 'es-ES'. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -17075,15 +17726,14 @@ Read-only. [WebUrl ]: Link to the institution or department homepage. [Program ]: educationalActivityDetail [(Any) ]: This indicates any property can be added to this object. - [Abbreviation ]: Shortened name of the degree or program (example: PhD, MBA) + [Abbreviation ]: Shortened name of the degree or program, for example, PhD and MBA. [Activities ]: Extracurricular activities undertaken alongside the program. [Awards ]: Any awards or honors associated with the program. [Description ]: Short description of the program provided by the user. [DisplayName ]: Long-form name of the program that the user provided. - [FieldsOfStudy ]: Majors and minors associated with the program. -(if applicable) - [Grade ]: The final grade, class, GPA, or score. - [Notes ]: More notes the user provided. + [FieldsOfStudy ]: Majors and minors associated with the program, if applicable. + [Grade ]: The final grade, class, grade point average (GPA), or score. + [Notes ]: More notes provided by the user. [WebUrl ]: Link to the degree or program page. [StartMonthYear ]: The month and year the user commenced the activity referenced. [Emails ]: Represents detailed information about email addresses associated with the user. @@ -17386,9 +18036,9 @@ Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they have attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: The scoped-role administrative unit memberships for this user. Read-only. Nullable. @@ -17452,7 +18102,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. @@ -17602,7 +18252,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Use revokeSignInSessions to reset. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -17649,6 +18299,48 @@ The language component follows two-letter codes as defined in ISO 639-1, and the For users with multigeo licenses, the property contains the user's region (if available). For users without multigeo licenses, the property contains the organization's region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China. + [Sections ]: The sections in the user's chat list. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the section was created. +Read-only. +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. + [DisplayIcon ]: sectionDisplayIcon + [(Any) ]: This indicates any property can be added to this object. + [ContentUrl ]: The URL to a custom icon image. +Applicable when iconType is custom. + [DisplayName ]: The human-readable name of the icon. + [IconType ]: The type of icon. +Use an emoji character such as 👍 for an emoji icon, or custom for a custom image icon. + [SkinTone ]: sectionIconSkinTone + [DisplayName ]: The display name of the section. +Required. +Maximum length is 50 characters. +Display names are case-sensitive and must be unique within a user's sections. +The following names are reserved for system-defined sections and can't be used when creating a user-defined section: RecentChats, QuickViews, TeamsAndChannels, MutedChats, MeetingChats, EngageCommunities. + [IsExpanded ]: Indicates whether the section is expanded in the user interface. +The default value is true. + [IsHierarchicalViewEnabled ]: Indicates whether the hierarchical view is enabled for the section. +Read-only. + [Items ]: The items (chats, channels, meetings, or communities) organized within the section. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the item was added to the section. +Read-only. +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. + [ItemType ]: sectionItemType + [LastModifiedDateTime ]: Date and time when the item was last modified. +Read-only. +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. + [LastModifiedDateTime ]: Date and time when the section was last modified. +Read-only. +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. + [SectionType ]: sectionType + [SortType ]: sectionSortType [Todo ]: todo [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -17661,6 +18353,12 @@ Read-only. Nullable. [IsOwner ]: True if the user is owner of the given task list. [IsShared ]: True if the task list is shared with other users + [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the task list. +Read-only. +Nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Value ]: The value of the property. [Tasks ]: The tasks in this task list. Read-only. Nullable. @@ -17724,9 +18422,6 @@ Read-only. [Recurrence ]: patternedRecurrence [ReminderDateTime ]: dateTimeTimeZone [SingleValueExtendedProperties ]: A collection of custom fields linked to the task. - [Id ]: The unique identifier for an entity. -Read-only. - [Value ]: The value of the property. [StartDateTime ]: dateTimeTimeZone [Status ]: taskStatus [Title ]: A brief description of the task. @@ -17778,6 +18473,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. @@ -17815,6 +18512,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. @@ -17837,6 +18535,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 ]: @@ -17890,6 +18589,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. @@ -17899,8 +18600,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. @@ -18153,7 +18852,9 @@ Read-write. [(Any) ]: This indicates any property can be added to this object. [ArchiveStatus ]: siteArchiveStatus [ArchivedBy ]: identitySet - [ArchivedDateTime ]: + [ArchivedDateTime ]: Time when the container was archived. +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. [DataLocationCode ]: The geographic region code for where this site collection resides. Only present for multi-geo tenants. Read-only. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Update-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSource.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Update-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSource.md index b121abd7cb8f9..f4f58b088c9e3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Update-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSource.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Update-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSource.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.compliance/update-mgbetacomplianceediscoverycasecustodianunifiedgroupsource Locale: en-US Module Name: Microsoft.Graph.Beta.Compliance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSource --- @@ -27,7 +27,6 @@ Update-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSource -CaseId ] [-Id ] [-IncludedSources ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -38,7 +37,7 @@ Update-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSource -CaseId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -50,7 +49,7 @@ Update-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSource -InputObject ] [-HoldStatus ] [-Id ] [-IncludedSources ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -60,7 +59,7 @@ Update-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSource -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -710,7 +709,7 @@ Always null when the object hasn't been deleted. [AccessType ]: groupAccessType [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. @@ -742,13 +741,13 @@ Maximum length is 256 characters. Required on create. Supports $filter (eq only). [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. @@ -758,7 +757,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are auto-subscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. @@ -1041,16 +1040,59 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. [UsageRights ]: [Id ]: The unique identifier for an entity. Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. @@ -1184,7 +1226,7 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for users to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). @@ -1464,22 +1506,23 @@ Read-only. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -1509,12 +1552,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -1597,7 +1697,7 @@ Optional. [IncludeBasicClaimSet ]: Determines whether the basic claim set is included in tokens affected by this policy. If set to true, all claims in the basic claim set are emitted in tokens affected by the policy. By default the basic claim set isn't in the tokens unless they're explicitly configured in this policy. - [CreatedByAppId ]: The appId (called Application (client) ID on the Microsoft Entra admin center) of the application used to create the service principal. + [CreatedByAppId ]: The appId of the application that created this service principal. Set internally by Microsoft Entra ID. Read-only. [CreatedObjects ]: Directory objects created by this service principal. @@ -1729,7 +1829,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -1888,13 +1988,13 @@ May not begin with .. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [ApprovedClientApps ]: + [ApprovedClientApps ]: The collection of approved client apps that are associated with the RDS configuration. +Supports $expand. [Id ]: The unique identifier for an entity. Read-only. - [DisplayName ]: + [DisplayName ]: Display name for the client application. [IsRemoteDesktopProtocolEnabled ]: Determines if Microsoft Entra ID RDS authentication protocol for RDP is enabled. [TargetDeviceGroups ]: The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. -
]: The unique identifier for an entity. Read-only. [DisplayName ]: Display name for the target device group. @@ -2253,7 +2353,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. - [ExternalAuthenticationMethods ]: Represents the external methods registered to a user for authentication. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. Optional. @@ -2269,7 +2369,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. - [DisplayName ]: Custom name given to the registered external authentication method. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. @@ -2520,7 +2620,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -2773,7 +2873,7 @@ Read-only. The identifiers must be unique in the tenant. [Birthday ]: The birthday of the user. 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 Returned only on $select. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. Only one number can be set for this property. Read-only for users synced from on-premises directory. @@ -3112,6 +3212,49 @@ This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. Read only. + [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. +Nullable. + [Attachments ]: References to attached objects like files, tabs, meetings etc. + [Body ]: itemBody + [ChannelIdentity ]: channelIdentity + [ChatId ]: If the message was sent in a chat, represents the identity of the chat. + [CreatedDateTime ]: Timestamp of when the chat message was created. + [DeletedDateTime ]: Read only. +Timestamp at which the chat message was deleted, or null if not deleted. + [Etag ]: Read-only. +Version number of the chat message. + [EventDetail ]: eventMessageDetail + [From ]: chatMessageFromIdentitySet + [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. + [Importance ]: chatMessageImportance + [LastEditedDateTime ]: Read only. +Timestamp when edits to the chat message were made. +Triggers an 'Edited' flag in the Teams UI. +If no edits are made the value is null. + [LastModifiedDateTime ]: Read only. +Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. + [Locale ]: Locale of the chat message set by the client. +Always set to en-us. + [Mentions ]: List of entities mentioned in the chat message. +Supported entities are: user, bot, team, channel, chat, and tag. + [MessageHistory ]: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. + [MessageType ]: chatMessageType + [OnBehalfOf ]: chatMessageFromIdentitySet + [PolicyViolation ]: chatMessagePolicyViolation + [Reactions ]: Reactions for this chat message (for example, Like). + [Replies ]: Replies for a specified message. +Supports $expand for channel messages. + [ReplyToId ]: Read-only. +ID of the parent chat message or root chat message of the thread. +(Only applies to chat messages in channels, not chats.) + [Subject ]: The subject of the chat message, in plaintext. + [Summary ]: Summary text of the chat message that could be used for push notifications and summary views or fall back views. +Only applies to channel chat messages, not chat messages in a chat. + [WebUrl ]: Read-only. +Link to the message in Microsoft Teams. + [Id ]: The unique identifier for an entity. +Read-only. + [Recipient ]: identity [TenantId ]: The identifier of the tenant in which the chat was created. Read-only. [Topic ]: (Optional) Subject or topic for the chat. @@ -3147,7 +3290,22 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [AssignmentErrors ]: + [Id ]: The unique identifier for an entity. +Read-only. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [Assignments ]: [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -3266,7 +3424,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 +3451,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,10 +3691,11 @@ 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. + [ContentCategory ]: contentCategory [CorrelationId ]: An identifier used to group multiple related content entries (for example, different parts of the same file upload, messages in a conversation). [CreatedDateTime ]: Required. Timestamp indicating when the original content was created (for example, file creation time, message sent time). @@ -3629,6 +3823,24 @@ Required. [LearningProviderId ]: The registration ID of the provider. Required. [Status ]: courseStatus + [Storyline ]: User's storyline singleton container. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Followers ]: The users who are following this user. + [Id ]: The unique identifier for an entity. +Read-only. + [Follower ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Followings ]: The users that this user is following. + [Id ]: The unique identifier for an entity. +Read-only. + [Following ]: The Viva Engage identities. [EmployeeHireDate ]: The date and time when the user was hired or will start work if there is a future hire. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. @@ -3643,10 +3855,10 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. @@ -3866,6 +4078,17 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(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. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity. @@ -3963,6 +4186,7 @@ To proactively opt in to the new behavior ahead of time, use the contentStream p Nullable. [File ]: file [(Any) ]: This indicates any property can be added to this object. + [ArchiveStatus ]: fileArchiveStatus [Hashes ]: hashes [(Any) ]: This indicates any property can be added to this object. [Crc32Hash ]: The CRC32 value of the file (if available). @@ -3973,6 +4197,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. @@ -5081,6 +5318,8 @@ Read-only. [ContentTypes ]: The collection of content types present in this list. [DisplayName ]: The displayable title of the list. [Drive ]: drive + [ItemCount ]: The total count of items in the list. +Read-only. [Items ]: All items contained in the list. [List ]: listInfo [(Any) ]: This indicates any property can be added to this object. @@ -5434,7 +5673,9 @@ Read-write. [(Any) ]: This indicates any property can be added to this object. [ArchiveStatus ]: siteArchiveStatus [ArchivedBy ]: identitySet - [ArchivedDateTime ]: + [ArchivedDateTime ]: Time when the container was archived. +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. [DataLocationCode ]: The geographic region code for where this site collection resides. Only present for multi-geo tenants. Read-only. @@ -5457,7 +5698,7 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. 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. - Returned only on $select. + Requires $select to retrieve. Note: This property is specific to SharePoint Online. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. @@ -5480,6 +5721,27 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityGovernance ]: identityGovernanceUserSettings + [(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 ]: 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 + [(Any) ]: This indicates any property can be added to this object. + [Duration ]: The requestor's desired duration of access represented in ISO 8601 format for durations. +For example, PT3H refers to three hours. + If specified in a request, endDateTime shouldn't be present and the type property should be set to afterDuration. + [EndDateTime ]: Timestamp of 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. + [Type ]: expirationPatternType + [Recurrence ]: patternedRecurrence + [StartDateTime ]: 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. +In PIM, when the eligible or active assignment becomes active. [IdentityParentId ]: The object ID of the parent identity for agent users. Always null for regular user accounts. For agentUser resources, this property references the object ID of the associated agent identity. @@ -5576,7 +5838,7 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for users to describe their interests. -Returned only on $select. +Requires $select to retrieve. [InvitedBy ]: directoryObject [IsLicenseReconciliationNeeded ]: Indicates whether the user is pending an exchange mailbox license assignment. Read-only. @@ -5585,7 +5847,8 @@ Returned only on $select. 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). @@ -5615,6 +5878,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 @@ -5758,10 +6022,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -5770,9 +6036,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. @@ -6269,16 +6564,16 @@ This URL should be treated as an opaque blob, and not parsed. 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. Read-only. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. It also indicates licenses that are directly assigned and the ones the user inherited through group memberships. Read-only. -Returned only on $select. +Requires $select to retrieve. [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. Read-Only. @@ -6404,7 +6699,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -6953,6 +7248,8 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -7046,7 +7343,7 @@ Read-only. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Notifications ]: [Id ]: The unique identifier for an entity. Read-only. @@ -7154,6 +7451,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. @@ -7202,6 +7503,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. @@ -7456,7 +7762,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for users to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [PendingAccessReviewInstances ]: Navigation property to get a list of access reviews pending approval by the reviewer. [Id ]: The unique identifier for an entity. Read-only. @@ -7476,14 +7782,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. @@ -7816,7 +8114,7 @@ Example: 'en-US', or 'es-ES'. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -8272,15 +8570,14 @@ Read-only. [WebUrl ]: Link to the institution or department homepage. [Program ]: educationalActivityDetail [(Any) ]: This indicates any property can be added to this object. - [Abbreviation ]: Shortened name of the degree or program (example: PhD, MBA) + [Abbreviation ]: Shortened name of the degree or program, for example, PhD and MBA. [Activities ]: Extracurricular activities undertaken alongside the program. [Awards ]: Any awards or honors associated with the program. [Description ]: Short description of the program provided by the user. [DisplayName ]: Long-form name of the program that the user provided. - [FieldsOfStudy ]: Majors and minors associated with the program. -(if applicable) - [Grade ]: The final grade, class, GPA, or score. - [Notes ]: More notes the user provided. + [FieldsOfStudy ]: Majors and minors associated with the program, if applicable. + [Grade ]: The final grade, class, grade point average (GPA), or score. + [Notes ]: More notes provided by the user. [WebUrl ]: Link to the degree or program page. [StartMonthYear ]: The month and year the user commenced the activity referenced. [Emails ]: Represents detailed information about email addresses associated with the user. @@ -8583,9 +8880,9 @@ Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they have attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: The scoped-role administrative unit memberships for this user. Read-only. Nullable. @@ -8652,7 +8949,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. @@ -8802,7 +9099,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Use revokeSignInSessions to reset. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -8849,6 +9146,48 @@ The language component follows two-letter codes as defined in ISO 639-1, and the For users with multigeo licenses, the property contains the user's region (if available). For users without multigeo licenses, the property contains the organization's region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China. + [Sections ]: The sections in the user's chat list. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the section was created. +Read-only. +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. + [DisplayIcon ]: sectionDisplayIcon + [(Any) ]: This indicates any property can be added to this object. + [ContentUrl ]: The URL to a custom icon image. +Applicable when iconType is custom. + [DisplayName ]: The human-readable name of the icon. + [IconType ]: The type of icon. +Use an emoji character such as 👍 for an emoji icon, or custom for a custom image icon. + [SkinTone ]: sectionIconSkinTone + [DisplayName ]: The display name of the section. +Required. +Maximum length is 50 characters. +Display names are case-sensitive and must be unique within a user's sections. +The following names are reserved for system-defined sections and can't be used when creating a user-defined section: RecentChats, QuickViews, TeamsAndChannels, MutedChats, MeetingChats, EngageCommunities. + [IsExpanded ]: Indicates whether the section is expanded in the user interface. +The default value is true. + [IsHierarchicalViewEnabled ]: Indicates whether the hierarchical view is enabled for the section. +Read-only. + [Items ]: The items (chats, channels, meetings, or communities) organized within the section. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the item was added to the section. +Read-only. +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. + [ItemType ]: sectionItemType + [LastModifiedDateTime ]: Date and time when the item was last modified. +Read-only. +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. + [LastModifiedDateTime ]: Date and time when the section was last modified. +Read-only. +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. + [SectionType ]: sectionType + [SortType ]: sectionSortType [Todo ]: todo [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -8861,6 +9200,12 @@ Read-only. Nullable. [IsOwner ]: True if the user is owner of the given task list. [IsShared ]: True if the task list is shared with other users + [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the task list. +Read-only. +Nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Value ]: The value of the property. [Tasks ]: The tasks in this task list. Read-only. Nullable. @@ -8924,9 +9269,6 @@ Read-only. [Recurrence ]: patternedRecurrence [ReminderDateTime ]: dateTimeTimeZone [SingleValueExtendedProperties ]: A collection of custom fields linked to the task. - [Id ]: The unique identifier for an entity. -Read-only. - [Value ]: The value of the property. [StartDateTime ]: dateTimeTimeZone [Status ]: taskStatus [Title ]: A brief description of the task. @@ -8978,6 +9320,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. @@ -9015,6 +9359,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. @@ -9037,6 +9382,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 ]: @@ -9090,6 +9436,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. @@ -9099,8 +9447,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. @@ -9202,11 +9548,11 @@ You can use it as a $filter argument to get groups that have members with licens Supports $filter (eq). [HideFromAddressLists ]: true if the group isn't displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: true if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [InfoCatalogs ]: Identifies the info segments assigned to the group. Returned by default. @@ -9230,7 +9576,7 @@ Read-only. To manage a group 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. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -9280,6 +9626,7 @@ Read-only. [OnPremisesDomainName ]: Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only. + [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [OnPremisesLastSyncDateTime ]: Indicates the last time at which the group was synced with the on-premises directory.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. Returned by default. @@ -9361,7 +9708,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). @@ -9397,12 +9744,12 @@ Immutable. Read-only. [UnseenConversationsCount ]: Count of conversations delivered one or more new posts since the signed-in user's last visit to the group. This property is the same as unseenCount. -Returned only on $select. +Requires $select to retrieve. [UnseenCount ]: Count of conversations that have received new posts since the signed-in user last visited the group. -This property is the same as unseenConversationsCount.Returned only on $select. +This property is the same as unseenConversationsCount.Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [UnseenMessagesCount ]: Count of new posts that have been delivered to the group's conversations since the signed-in user's last visit to the group. -Returned only on $select. +Requires $select to retrieve. [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. @@ -9413,7 +9760,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Requires $select to retrieve. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -9452,7 +9802,7 @@ Always null when the object hasn't been deleted. [AccessType ]: groupAccessType [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. @@ -9484,13 +9834,13 @@ Maximum length is 256 characters. Required on create. Supports $filter (eq only). [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. @@ -9500,7 +9850,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are auto-subscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. @@ -9783,16 +10133,59 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. [UsageRights ]: [Id ]: The unique identifier for an entity. Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. @@ -9936,7 +10329,7 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for users to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). @@ -10216,22 +10609,23 @@ Read-only. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -10261,12 +10655,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -10349,7 +10800,7 @@ Optional. [IncludeBasicClaimSet ]: Determines whether the basic claim set is included in tokens affected by this policy. If set to true, all claims in the basic claim set are emitted in tokens affected by the policy. By default the basic claim set isn't in the tokens unless they're explicitly configured in this policy. - [CreatedByAppId ]: The appId (called Application (client) ID on the Microsoft Entra admin center) of the application used to create the service principal. + [CreatedByAppId ]: The appId of the application that created this service principal. Set internally by Microsoft Entra ID. Read-only. [CreatedObjects ]: Directory objects created by this service principal. @@ -10481,7 +10932,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -10640,13 +11091,13 @@ May not begin with .. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [ApprovedClientApps ]: + [ApprovedClientApps ]: The collection of approved client apps that are associated with the RDS configuration. +Supports $expand. [Id ]: The unique identifier for an entity. Read-only. - [DisplayName ]: + [DisplayName ]: Display name for the client application. [IsRemoteDesktopProtocolEnabled ]: Determines if Microsoft Entra ID RDS authentication protocol for RDP is enabled. [TargetDeviceGroups ]: The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. -
]: The unique identifier for an entity. Read-only. [DisplayName ]: Display name for the target device group. @@ -11005,7 +11456,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. - [ExternalAuthenticationMethods ]: Represents the external methods registered to a user for authentication. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. Optional. @@ -11021,7 +11472,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. - [DisplayName ]: Custom name given to the registered external authentication method. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. @@ -11272,7 +11723,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -11525,7 +11976,7 @@ Read-only. The identifiers must be unique in the tenant. [Birthday ]: The birthday of the user. 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 Returned only on $select. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. Only one number can be set for this property. Read-only for users synced from on-premises directory. @@ -11864,6 +12315,49 @@ This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. Read only. + [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. +Nullable. + [Attachments ]: References to attached objects like files, tabs, meetings etc. + [Body ]: itemBody + [ChannelIdentity ]: channelIdentity + [ChatId ]: If the message was sent in a chat, represents the identity of the chat. + [CreatedDateTime ]: Timestamp of when the chat message was created. + [DeletedDateTime ]: Read only. +Timestamp at which the chat message was deleted, or null if not deleted. + [Etag ]: Read-only. +Version number of the chat message. + [EventDetail ]: eventMessageDetail + [From ]: chatMessageFromIdentitySet + [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. + [Importance ]: chatMessageImportance + [LastEditedDateTime ]: Read only. +Timestamp when edits to the chat message were made. +Triggers an 'Edited' flag in the Teams UI. +If no edits are made the value is null. + [LastModifiedDateTime ]: Read only. +Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. + [Locale ]: Locale of the chat message set by the client. +Always set to en-us. + [Mentions ]: List of entities mentioned in the chat message. +Supported entities are: user, bot, team, channel, chat, and tag. + [MessageHistory ]: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. + [MessageType ]: chatMessageType + [OnBehalfOf ]: chatMessageFromIdentitySet + [PolicyViolation ]: chatMessagePolicyViolation + [Reactions ]: Reactions for this chat message (for example, Like). + [Replies ]: Replies for a specified message. +Supports $expand for channel messages. + [ReplyToId ]: Read-only. +ID of the parent chat message or root chat message of the thread. +(Only applies to chat messages in channels, not chats.) + [Subject ]: The subject of the chat message, in plaintext. + [Summary ]: Summary text of the chat message that could be used for push notifications and summary views or fall back views. +Only applies to channel chat messages, not chat messages in a chat. + [WebUrl ]: Read-only. +Link to the message in Microsoft Teams. + [Id ]: The unique identifier for an entity. +Read-only. + [Recipient ]: identity [TenantId ]: The identifier of the tenant in which the chat was created. Read-only. [Topic ]: (Optional) Subject or topic for the chat. @@ -11899,7 +12393,22 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [AssignmentErrors ]: + [Id ]: The unique identifier for an entity. +Read-only. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [Assignments ]: [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -12018,7 +12527,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 @@ -12043,6 +12554,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. @@ -12250,10 +12794,11 @@ 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. + [ContentCategory ]: contentCategory [CorrelationId ]: An identifier used to group multiple related content entries (for example, different parts of the same file upload, messages in a conversation). [CreatedDateTime ]: Required. Timestamp indicating when the original content was created (for example, file creation time, message sent time). @@ -12381,6 +12926,24 @@ Required. [LearningProviderId ]: The registration ID of the provider. Required. [Status ]: courseStatus + [Storyline ]: User's storyline singleton container. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Followers ]: The users who are following this user. + [Id ]: The unique identifier for an entity. +Read-only. + [Follower ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Followings ]: The users that this user is following. + [Id ]: The unique identifier for an entity. +Read-only. + [Following ]: The Viva Engage identities. [EmployeeHireDate ]: The date and time when the user was hired or will start work if there is a future hire. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. @@ -12395,10 +12958,10 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. @@ -12618,6 +13181,17 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(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. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity. @@ -12715,6 +13289,7 @@ To proactively opt in to the new behavior ahead of time, use the contentStream p Nullable. [File ]: file [(Any) ]: This indicates any property can be added to this object. + [ArchiveStatus ]: fileArchiveStatus [Hashes ]: hashes [(Any) ]: This indicates any property can be added to this object. [Crc32Hash ]: The CRC32 value of the file (if available). @@ -12725,6 +13300,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. @@ -13833,6 +14421,8 @@ Read-only. [ContentTypes ]: The collection of content types present in this list. [DisplayName ]: The displayable title of the list. [Drive ]: drive + [ItemCount ]: The total count of items in the list. +Read-only. [Items ]: All items contained in the list. [List ]: listInfo [(Any) ]: This indicates any property can be added to this object. @@ -14186,7 +14776,9 @@ Read-write. [(Any) ]: This indicates any property can be added to this object. [ArchiveStatus ]: siteArchiveStatus [ArchivedBy ]: identitySet - [ArchivedDateTime ]: + [ArchivedDateTime ]: Time when the container was archived. +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. [DataLocationCode ]: The geographic region code for where this site collection resides. Only present for multi-geo tenants. Read-only. @@ -14209,7 +14801,7 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. 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. - Returned only on $select. + Requires $select to retrieve. Note: This property is specific to SharePoint Online. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. @@ -14232,6 +14824,27 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityGovernance ]: identityGovernanceUserSettings + [(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 ]: 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 + [(Any) ]: This indicates any property can be added to this object. + [Duration ]: The requestor's desired duration of access represented in ISO 8601 format for durations. +For example, PT3H refers to three hours. + If specified in a request, endDateTime shouldn't be present and the type property should be set to afterDuration. + [EndDateTime ]: Timestamp of 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. + [Type ]: expirationPatternType + [Recurrence ]: patternedRecurrence + [StartDateTime ]: 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. +In PIM, when the eligible or active assignment becomes active. [IdentityParentId ]: The object ID of the parent identity for agent users. Always null for regular user accounts. For agentUser resources, this property references the object ID of the associated agent identity. @@ -14328,7 +14941,7 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for users to describe their interests. -Returned only on $select. +Requires $select to retrieve. [InvitedBy ]: directoryObject [IsLicenseReconciliationNeeded ]: Indicates whether the user is pending an exchange mailbox license assignment. Read-only. @@ -14337,7 +14950,8 @@ Returned only on $select. 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). @@ -14367,6 +14981,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 @@ -14510,10 +15125,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -14522,9 +15139,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. @@ -15021,16 +15667,16 @@ This URL should be treated as an opaque blob, and not parsed. 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. Read-only. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. It also indicates licenses that are directly assigned and the ones the user inherited through group memberships. Read-only. -Returned only on $select. +Requires $select to retrieve. [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. Read-Only. @@ -15156,7 +15802,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -15705,6 +16351,8 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -15798,7 +16446,7 @@ Read-only. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Notifications ]: [Id ]: The unique identifier for an entity. Read-only. @@ -15906,6 +16554,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. @@ -15954,6 +16606,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. @@ -16208,7 +16865,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for users to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [PendingAccessReviewInstances ]: Navigation property to get a list of access reviews pending approval by the reviewer. [Id ]: The unique identifier for an entity. Read-only. @@ -16228,14 +16885,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. @@ -16568,7 +17217,7 @@ Example: 'en-US', or 'es-ES'. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -17024,15 +17673,14 @@ Read-only. [WebUrl ]: Link to the institution or department homepage. [Program ]: educationalActivityDetail [(Any) ]: This indicates any property can be added to this object. - [Abbreviation ]: Shortened name of the degree or program (example: PhD, MBA) + [Abbreviation ]: Shortened name of the degree or program, for example, PhD and MBA. [Activities ]: Extracurricular activities undertaken alongside the program. [Awards ]: Any awards or honors associated with the program. [Description ]: Short description of the program provided by the user. [DisplayName ]: Long-form name of the program that the user provided. - [FieldsOfStudy ]: Majors and minors associated with the program. -(if applicable) - [Grade ]: The final grade, class, GPA, or score. - [Notes ]: More notes the user provided. + [FieldsOfStudy ]: Majors and minors associated with the program, if applicable. + [Grade ]: The final grade, class, grade point average (GPA), or score. + [Notes ]: More notes provided by the user. [WebUrl ]: Link to the degree or program page. [StartMonthYear ]: The month and year the user commenced the activity referenced. [Emails ]: Represents detailed information about email addresses associated with the user. @@ -17335,9 +17983,9 @@ Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they have attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: The scoped-role administrative unit memberships for this user. Read-only. Nullable. @@ -17404,7 +18052,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. @@ -17554,7 +18202,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Use revokeSignInSessions to reset. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -17601,6 +18249,48 @@ The language component follows two-letter codes as defined in ISO 639-1, and the For users with multigeo licenses, the property contains the user's region (if available). For users without multigeo licenses, the property contains the organization's region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China. + [Sections ]: The sections in the user's chat list. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the section was created. +Read-only. +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. + [DisplayIcon ]: sectionDisplayIcon + [(Any) ]: This indicates any property can be added to this object. + [ContentUrl ]: The URL to a custom icon image. +Applicable when iconType is custom. + [DisplayName ]: The human-readable name of the icon. + [IconType ]: The type of icon. +Use an emoji character such as 👍 for an emoji icon, or custom for a custom image icon. + [SkinTone ]: sectionIconSkinTone + [DisplayName ]: The display name of the section. +Required. +Maximum length is 50 characters. +Display names are case-sensitive and must be unique within a user's sections. +The following names are reserved for system-defined sections and can't be used when creating a user-defined section: RecentChats, QuickViews, TeamsAndChannels, MutedChats, MeetingChats, EngageCommunities. + [IsExpanded ]: Indicates whether the section is expanded in the user interface. +The default value is true. + [IsHierarchicalViewEnabled ]: Indicates whether the hierarchical view is enabled for the section. +Read-only. + [Items ]: The items (chats, channels, meetings, or communities) organized within the section. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the item was added to the section. +Read-only. +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. + [ItemType ]: sectionItemType + [LastModifiedDateTime ]: Date and time when the item was last modified. +Read-only. +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. + [LastModifiedDateTime ]: Date and time when the section was last modified. +Read-only. +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. + [SectionType ]: sectionType + [SortType ]: sectionSortType [Todo ]: todo [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -17613,6 +18303,12 @@ Read-only. Nullable. [IsOwner ]: True if the user is owner of the given task list. [IsShared ]: True if the task list is shared with other users + [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the task list. +Read-only. +Nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Value ]: The value of the property. [Tasks ]: The tasks in this task list. Read-only. Nullable. @@ -17676,9 +18372,6 @@ Read-only. [Recurrence ]: patternedRecurrence [ReminderDateTime ]: dateTimeTimeZone [SingleValueExtendedProperties ]: A collection of custom fields linked to the task. - [Id ]: The unique identifier for an entity. -Read-only. - [Value ]: The value of the property. [StartDateTime ]: dateTimeTimeZone [Status ]: taskStatus [Title ]: A brief description of the task. @@ -17730,6 +18423,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. @@ -17767,6 +18462,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. @@ -17789,6 +18485,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 ]: @@ -17842,6 +18539,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. @@ -17851,8 +18550,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. @@ -17954,11 +18651,11 @@ You can use it as a $filter argument to get groups that have members with licens Supports $filter (eq). [HideFromAddressLists ]: true if the group isn't displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: true if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [InfoCatalogs ]: Identifies the info segments assigned to the group. Returned by default. @@ -17982,7 +18679,7 @@ Read-only. To manage a group 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. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -18032,6 +18729,7 @@ Read-only. [OnPremisesDomainName ]: Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only. + [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [OnPremisesLastSyncDateTime ]: Indicates the last time at which the group was synced with the on-premises directory.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. Returned by default. @@ -18113,7 +18811,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). @@ -18149,12 +18847,12 @@ Immutable. Read-only. [UnseenConversationsCount ]: Count of conversations delivered one or more new posts since the signed-in user's last visit to the group. This property is the same as unseenCount. -Returned only on $select. +Requires $select to retrieve. [UnseenCount ]: Count of conversations that have received new posts since the signed-in user last visited the group. -This property is the same as unseenConversationsCount.Returned only on $select. +This property is the same as unseenConversationsCount.Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [UnseenMessagesCount ]: Count of new posts that have been delivered to the group's conversations since the signed-in user's last visit to the group. -Returned only on $select. +Requires $select to retrieve. [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. @@ -18165,7 +18863,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Requires $select to retrieve. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Update-MgBetaComplianceEdiscoveryCaseCustodianUserSource.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Update-MgBetaComplianceEdiscoveryCaseCustodianUserSource.md index 36648bd413d36..2593c4fd97165 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Update-MgBetaComplianceEdiscoveryCaseCustodianUserSource.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Update-MgBetaComplianceEdiscoveryCaseCustodianUserSource.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.compliance/update-mgbetacomplianceediscoverycasecustodianusersource Locale: en-US Module Name: Microsoft.Graph.Beta.Compliance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaComplianceEdiscoveryCaseCustodianUserSource --- @@ -26,7 +26,7 @@ Update-MgBetaComplianceEdiscoveryCaseCustodianUserSource -CaseId -Custo [-Email ] [-HoldStatus ] [-Id ] [-IncludedSources ] [-SiteWebUrl ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -37,7 +37,6 @@ Update-MgBetaComplianceEdiscoveryCaseCustodianUserSource -CaseId -Custo [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -49,7 +48,7 @@ Update-MgBetaComplianceEdiscoveryCaseCustodianUserSource -InputObject ] [-HoldStatus ] [-Id ] [-IncludedSources ] [-SiteWebUrl ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -59,7 +58,7 @@ Update-MgBetaComplianceEdiscoveryCaseCustodianUserSource -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Update-MgBetaComplianceEdiscoveryCaseLegalHold.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Update-MgBetaComplianceEdiscoveryCaseLegalHold.md index c7709e7ffd762..6f1a8c8b2e87a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Update-MgBetaComplianceEdiscoveryCaseLegalHold.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Update-MgBetaComplianceEdiscoveryCaseLegalHold.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.compliance/update-mgbetacomplianceediscoverycaselegalhold Locale: en-US Module Name: Microsoft.Graph.Beta.Compliance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaComplianceEdiscoveryCaseLegalHold --- @@ -30,7 +30,6 @@ Update-MgBetaComplianceEdiscoveryCaseLegalHold -CaseId -LegalHoldId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -40,7 +39,7 @@ Update-MgBetaComplianceEdiscoveryCaseLegalHold -CaseId -LegalHoldId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -56,7 +55,6 @@ Update-MgBetaComplianceEdiscoveryCaseLegalHold -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -66,7 +64,7 @@ Update-MgBetaComplianceEdiscoveryCaseLegalHold -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -918,7 +916,7 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for users to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). @@ -1202,22 +1200,23 @@ Always null when the object hasn't been deleted. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -1247,12 +1246,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -1362,7 +1418,7 @@ Optional. [IncludeBasicClaimSet ]: Determines whether the basic claim set is included in tokens affected by this policy. If set to true, all claims in the basic claim set are emitted in tokens affected by the policy. By default the basic claim set isn't in the tokens unless they're explicitly configured in this policy. - [CreatedByAppId ]: The appId (called Application (client) ID on the Microsoft Entra admin center) of the application used to create the service principal. + [CreatedByAppId ]: The appId of the application that created this service principal. Set internally by Microsoft Entra ID. Read-only. [CreatedObjects ]: Directory objects created by this service principal. @@ -1494,7 +1550,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -1653,13 +1709,13 @@ May not begin with .. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [ApprovedClientApps ]: + [ApprovedClientApps ]: The collection of approved client apps that are associated with the RDS configuration. +Supports $expand. [Id ]: The unique identifier for an entity. Read-only. - [DisplayName ]: + [DisplayName ]: Display name for the client application. [IsRemoteDesktopProtocolEnabled ]: Determines if Microsoft Entra ID RDS authentication protocol for RDP is enabled. [TargetDeviceGroups ]: The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. -
]: The unique identifier for an entity. Read-only. [DisplayName ]: Display name for the target device group. @@ -2022,7 +2078,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. - [ExternalAuthenticationMethods ]: Represents the external methods registered to a user for authentication. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. Optional. @@ -2038,7 +2094,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. - [DisplayName ]: Custom name given to the registered external authentication method. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. @@ -2291,7 +2347,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -2544,7 +2600,7 @@ Read-only. The identifiers must be unique in the tenant. [Birthday ]: The birthday of the user. 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 Returned only on $select. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. Only one number can be set for this property. Read-only for users synced from on-premises directory. @@ -3154,6 +3210,49 @@ This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. Read only. + [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. +Nullable. + [Attachments ]: References to attached objects like files, tabs, meetings etc. + [Body ]: itemBody + [ChannelIdentity ]: channelIdentity + [ChatId ]: If the message was sent in a chat, represents the identity of the chat. + [CreatedDateTime ]: Timestamp of when the chat message was created. + [DeletedDateTime ]: Read only. +Timestamp at which the chat message was deleted, or null if not deleted. + [Etag ]: Read-only. +Version number of the chat message. + [EventDetail ]: eventMessageDetail + [From ]: chatMessageFromIdentitySet + [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. + [Importance ]: chatMessageImportance + [LastEditedDateTime ]: Read only. +Timestamp when edits to the chat message were made. +Triggers an 'Edited' flag in the Teams UI. +If no edits are made the value is null. + [LastModifiedDateTime ]: Read only. +Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. + [Locale ]: Locale of the chat message set by the client. +Always set to en-us. + [Mentions ]: List of entities mentioned in the chat message. +Supported entities are: user, bot, team, channel, chat, and tag. + [MessageHistory ]: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. + [MessageType ]: chatMessageType + [OnBehalfOf ]: chatMessageFromIdentitySet + [PolicyViolation ]: chatMessagePolicyViolation + [Reactions ]: Reactions for this chat message (for example, Like). + [Replies ]: Replies for a specified message. +Supports $expand for channel messages. + [ReplyToId ]: Read-only. +ID of the parent chat message or root chat message of the thread. +(Only applies to chat messages in channels, not chats.) + [Subject ]: The subject of the chat message, in plaintext. + [Summary ]: Summary text of the chat message that could be used for push notifications and summary views or fall back views. +Only applies to channel chat messages, not chat messages in a chat. + [WebUrl ]: Read-only. +Link to the message in Microsoft Teams. + [Id ]: The unique identifier for an entity. +Read-only. + [Recipient ]: identity [TenantId ]: The identifier of the tenant in which the chat was created. Read-only. [Topic ]: (Optional) Subject or topic for the chat. @@ -3189,21 +3288,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -3322,7 +3478,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 @@ -3347,6 +3505,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. @@ -3554,10 +3745,11 @@ 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. + [ContentCategory ]: contentCategory [CorrelationId ]: An identifier used to group multiple related content entries (for example, different parts of the same file upload, messages in a conversation). [CreatedDateTime ]: Required. Timestamp indicating when the original content was created (for example, file creation time, message sent time). @@ -3842,6 +4034,7 @@ To proactively opt in to the new behavior ahead of time, use the contentStream p Nullable. [File ]: file [(Any) ]: This indicates any property can be added to this object. + [ArchiveStatus ]: fileArchiveStatus [Hashes ]: hashes [(Any) ]: This indicates any property can be added to this object. [Crc32Hash ]: The CRC32 value of the file (if available). @@ -3852,6 +4045,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. @@ -3952,6 +4158,17 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(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. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity. @@ -4961,6 +5178,8 @@ 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 total count of items in the list. +Read-only. [Items ]: All items contained in the list. [List ]: listInfo [(Any) ]: This indicates any property can be added to this object. @@ -5057,6 +5276,24 @@ Required. [LearningProviderId ]: The registration ID of the provider. Required. [Status ]: courseStatus + [Storyline ]: User's storyline singleton container. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Followers ]: The users who are following this user. + [Id ]: The unique identifier for an entity. +Read-only. + [Follower ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Followings ]: The users that this user is following. + [Id ]: The unique identifier for an entity. +Read-only. + [Following ]: The Viva Engage identities. [EmployeeHireDate ]: The date and time when the user was hired or will start work if there is a future hire. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. @@ -5071,10 +5308,10 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. @@ -5100,7 +5337,7 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. 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. - Returned only on $select. + Requires $select to retrieve. Note: This property is specific to SharePoint Online. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. @@ -5123,6 +5360,27 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityGovernance ]: identityGovernanceUserSettings + [(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 ]: 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 + [(Any) ]: This indicates any property can be added to this object. + [Duration ]: The requestor's desired duration of access represented in ISO 8601 format for durations. +For example, PT3H refers to three hours. + If specified in a request, endDateTime shouldn't be present and the type property should be set to afterDuration. + [EndDateTime ]: Timestamp of 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. + [Type ]: expirationPatternType + [Recurrence ]: patternedRecurrence + [StartDateTime ]: 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. +In PIM, when the eligible or active assignment becomes active. [IdentityParentId ]: The object ID of the parent identity for agent users. Always null for regular user accounts. For agentUser resources, this property references the object ID of the associated agent identity. @@ -5291,7 +5549,7 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for users to describe their interests. -Returned only on $select. +Requires $select to retrieve. [InvitedBy ]: directoryObject [IsLicenseReconciliationNeeded ]: Indicates whether the user is pending an exchange mailbox license assignment. Read-only. @@ -5300,7 +5558,8 @@ Returned only on $select. 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). @@ -5314,24 +5573,24 @@ If this list is non-empty, then only users or groups listed here can post. [AccessType ]: groupAccessType [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are auto-subscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -5341,6 +5600,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -5499,11 +5759,11 @@ You can use it as a $filter argument to get groups that have members with licens Supports $filter (eq). [HideFromAddressLists ]: true if the group isn't displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: true if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [InfoCatalogs ]: Identifies the info segments assigned to the group. Returned by default. @@ -5527,7 +5787,7 @@ Read-only. To manage a group 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. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -5577,6 +5837,7 @@ Read-only. [OnPremisesDomainName ]: Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only. + [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [OnPremisesLastSyncDateTime ]: Indicates the last time at which the group was synced with the on-premises directory.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. Returned by default. @@ -5897,10 +6158,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -5909,9 +6172,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. @@ -6075,7 +6367,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). @@ -6123,6 +6415,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 @@ -6520,12 +6813,12 @@ Immutable. Read-only. [UnseenConversationsCount ]: Count of conversations delivered one or more new posts since the signed-in user's last visit to the group. This property is the same as unseenCount. -Returned only on $select. +Requires $select to retrieve. [UnseenCount ]: Count of conversations that have received new posts since the signed-in user last visited the group. -This property is the same as unseenConversationsCount.Returned only on $select. +This property is the same as unseenConversationsCount.Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [UnseenMessagesCount ]: Count of new posts that have been delivered to the group's conversations since the signed-in user's last visit to the group. -Returned only on $select. +Requires $select to retrieve. [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. @@ -6536,7 +6829,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Requires $select to retrieve. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -6553,16 +6849,16 @@ Nullable. 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. Read-only. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. It also indicates licenses that are directly assigned and the ones the user inherited through group memberships. Read-only. -Returned only on $select. +Requires $select to retrieve. [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. Read-Only. @@ -6688,7 +6984,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -7237,6 +7533,8 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -7330,7 +7628,7 @@ Read-only. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Notifications ]: [Id ]: The unique identifier for an entity. Read-only. @@ -7425,6 +7723,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. @@ -7473,6 +7775,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. @@ -7727,7 +8034,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for users to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [PendingAccessReviewInstances ]: Navigation property to get a list of access reviews pending approval by the reviewer. [Id ]: The unique identifier for an entity. Read-only. @@ -7747,14 +8054,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. @@ -8087,7 +8386,7 @@ Example: 'en-US', or 'es-ES'. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -8543,15 +8842,14 @@ Read-only. [WebUrl ]: Link to the institution or department homepage. [Program ]: educationalActivityDetail [(Any) ]: This indicates any property can be added to this object. - [Abbreviation ]: Shortened name of the degree or program (example: PhD, MBA) + [Abbreviation ]: Shortened name of the degree or program, for example, PhD and MBA. [Activities ]: Extracurricular activities undertaken alongside the program. [Awards ]: Any awards or honors associated with the program. [Description ]: Short description of the program provided by the user. [DisplayName ]: Long-form name of the program that the user provided. - [FieldsOfStudy ]: Majors and minors associated with the program. -(if applicable) - [Grade ]: The final grade, class, GPA, or score. - [Notes ]: More notes the user provided. + [FieldsOfStudy ]: Majors and minors associated with the program, if applicable. + [Grade ]: The final grade, class, grade point average (GPA), or score. + [Notes ]: More notes provided by the user. [WebUrl ]: Link to the degree or program page. [StartMonthYear ]: The month and year the user commenced the activity referenced. [Emails ]: Represents detailed information about email addresses associated with the user. @@ -8854,9 +9152,9 @@ Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they have attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: The scoped-role administrative unit memberships for this user. Read-only. Nullable. @@ -8920,7 +9218,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. @@ -9070,7 +9368,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Use revokeSignInSessions to reset. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -9117,6 +9415,48 @@ The language component follows two-letter codes as defined in ISO 639-1, and the For users with multigeo licenses, the property contains the user's region (if available). For users without multigeo licenses, the property contains the organization's region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China. + [Sections ]: The sections in the user's chat list. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the section was created. +Read-only. +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. + [DisplayIcon ]: sectionDisplayIcon + [(Any) ]: This indicates any property can be added to this object. + [ContentUrl ]: The URL to a custom icon image. +Applicable when iconType is custom. + [DisplayName ]: The human-readable name of the icon. + [IconType ]: The type of icon. +Use an emoji character such as 👍 for an emoji icon, or custom for a custom image icon. + [SkinTone ]: sectionIconSkinTone + [DisplayName ]: The display name of the section. +Required. +Maximum length is 50 characters. +Display names are case-sensitive and must be unique within a user's sections. +The following names are reserved for system-defined sections and can't be used when creating a user-defined section: RecentChats, QuickViews, TeamsAndChannels, MutedChats, MeetingChats, EngageCommunities. + [IsExpanded ]: Indicates whether the section is expanded in the user interface. +The default value is true. + [IsHierarchicalViewEnabled ]: Indicates whether the hierarchical view is enabled for the section. +Read-only. + [Items ]: The items (chats, channels, meetings, or communities) organized within the section. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the item was added to the section. +Read-only. +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. + [ItemType ]: sectionItemType + [LastModifiedDateTime ]: Date and time when the item was last modified. +Read-only. +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. + [LastModifiedDateTime ]: Date and time when the section was last modified. +Read-only. +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. + [SectionType ]: sectionType + [SortType ]: sectionSortType [Todo ]: todo [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -9129,6 +9469,12 @@ Read-only. Nullable. [IsOwner ]: True if the user is owner of the given task list. [IsShared ]: True if the task list is shared with other users + [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the task list. +Read-only. +Nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Value ]: The value of the property. [Tasks ]: The tasks in this task list. Read-only. Nullable. @@ -9192,9 +9538,6 @@ Read-only. [Recurrence ]: patternedRecurrence [ReminderDateTime ]: dateTimeTimeZone [SingleValueExtendedProperties ]: A collection of custom fields linked to the task. - [Id ]: The unique identifier for an entity. -Read-only. - [Value ]: The value of the property. [StartDateTime ]: dateTimeTimeZone [Status ]: taskStatus [Title ]: A brief description of the task. @@ -9246,6 +9589,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. @@ -9283,6 +9628,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. @@ -9305,6 +9651,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 ]: @@ -9358,6 +9705,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. @@ -9367,8 +9716,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. @@ -9621,7 +9968,9 @@ Read-write. [(Any) ]: This indicates any property can be added to this object. [ArchiveStatus ]: siteArchiveStatus [ArchivedBy ]: identitySet - [ArchivedDateTime ]: + [ArchivedDateTime ]: Time when the container was archived. +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. [DataLocationCode ]: The geographic region code for where this site collection resides. Only present for multi-geo tenants. Read-only. @@ -9732,7 +10081,7 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for users to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). @@ -10016,22 +10365,23 @@ Always null when the object hasn't been deleted. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -10061,12 +10411,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -10176,7 +10583,7 @@ Optional. [IncludeBasicClaimSet ]: Determines whether the basic claim set is included in tokens affected by this policy. If set to true, all claims in the basic claim set are emitted in tokens affected by the policy. By default the basic claim set isn't in the tokens unless they're explicitly configured in this policy. - [CreatedByAppId ]: The appId (called Application (client) ID on the Microsoft Entra admin center) of the application used to create the service principal. + [CreatedByAppId ]: The appId of the application that created this service principal. Set internally by Microsoft Entra ID. Read-only. [CreatedObjects ]: Directory objects created by this service principal. @@ -10308,7 +10715,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -10467,13 +10874,13 @@ May not begin with .. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [ApprovedClientApps ]: + [ApprovedClientApps ]: The collection of approved client apps that are associated with the RDS configuration. +Supports $expand. [Id ]: The unique identifier for an entity. Read-only. - [DisplayName ]: + [DisplayName ]: Display name for the client application. [IsRemoteDesktopProtocolEnabled ]: Determines if Microsoft Entra ID RDS authentication protocol for RDP is enabled. [TargetDeviceGroups ]: The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. -
]: The unique identifier for an entity. Read-only. [DisplayName ]: Display name for the target device group. @@ -10836,7 +11243,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. - [ExternalAuthenticationMethods ]: Represents the external methods registered to a user for authentication. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. Optional. @@ -10852,7 +11259,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. - [DisplayName ]: Custom name given to the registered external authentication method. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. @@ -11105,7 +11512,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -11358,7 +11765,7 @@ Read-only. The identifiers must be unique in the tenant. [Birthday ]: The birthday of the user. 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 Returned only on $select. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. Only one number can be set for this property. Read-only for users synced from on-premises directory. @@ -11968,6 +12375,49 @@ This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. Read only. + [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. +Nullable. + [Attachments ]: References to attached objects like files, tabs, meetings etc. + [Body ]: itemBody + [ChannelIdentity ]: channelIdentity + [ChatId ]: If the message was sent in a chat, represents the identity of the chat. + [CreatedDateTime ]: Timestamp of when the chat message was created. + [DeletedDateTime ]: Read only. +Timestamp at which the chat message was deleted, or null if not deleted. + [Etag ]: Read-only. +Version number of the chat message. + [EventDetail ]: eventMessageDetail + [From ]: chatMessageFromIdentitySet + [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. + [Importance ]: chatMessageImportance + [LastEditedDateTime ]: Read only. +Timestamp when edits to the chat message were made. +Triggers an 'Edited' flag in the Teams UI. +If no edits are made the value is null. + [LastModifiedDateTime ]: Read only. +Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. + [Locale ]: Locale of the chat message set by the client. +Always set to en-us. + [Mentions ]: List of entities mentioned in the chat message. +Supported entities are: user, bot, team, channel, chat, and tag. + [MessageHistory ]: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. + [MessageType ]: chatMessageType + [OnBehalfOf ]: chatMessageFromIdentitySet + [PolicyViolation ]: chatMessagePolicyViolation + [Reactions ]: Reactions for this chat message (for example, Like). + [Replies ]: Replies for a specified message. +Supports $expand for channel messages. + [ReplyToId ]: Read-only. +ID of the parent chat message or root chat message of the thread. +(Only applies to chat messages in channels, not chats.) + [Subject ]: The subject of the chat message, in plaintext. + [Summary ]: Summary text of the chat message that could be used for push notifications and summary views or fall back views. +Only applies to channel chat messages, not chat messages in a chat. + [WebUrl ]: Read-only. +Link to the message in Microsoft Teams. + [Id ]: The unique identifier for an entity. +Read-only. + [Recipient ]: identity [TenantId ]: The identifier of the tenant in which the chat was created. Read-only. [Topic ]: (Optional) Subject or topic for the chat. @@ -12003,21 +12453,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -12136,7 +12643,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 @@ -12161,6 +12670,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. @@ -12368,10 +12910,11 @@ 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. + [ContentCategory ]: contentCategory [CorrelationId ]: An identifier used to group multiple related content entries (for example, different parts of the same file upload, messages in a conversation). [CreatedDateTime ]: Required. Timestamp indicating when the original content was created (for example, file creation time, message sent time). @@ -12656,6 +13199,7 @@ To proactively opt in to the new behavior ahead of time, use the contentStream p Nullable. [File ]: file [(Any) ]: This indicates any property can be added to this object. + [ArchiveStatus ]: fileArchiveStatus [Hashes ]: hashes [(Any) ]: This indicates any property can be added to this object. [Crc32Hash ]: The CRC32 value of the file (if available). @@ -12666,6 +13210,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. @@ -12766,6 +13323,17 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(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. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity. @@ -13775,6 +14343,8 @@ 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 total count of items in the list. +Read-only. [Items ]: All items contained in the list. [List ]: listInfo [(Any) ]: This indicates any property can be added to this object. @@ -13871,6 +14441,24 @@ Required. [LearningProviderId ]: The registration ID of the provider. Required. [Status ]: courseStatus + [Storyline ]: User's storyline singleton container. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Followers ]: The users who are following this user. + [Id ]: The unique identifier for an entity. +Read-only. + [Follower ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Followings ]: The users that this user is following. + [Id ]: The unique identifier for an entity. +Read-only. + [Following ]: The Viva Engage identities. [EmployeeHireDate ]: The date and time when the user was hired or will start work if there is a future hire. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. @@ -13885,10 +14473,10 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. @@ -13914,7 +14502,7 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. 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. - Returned only on $select. + Requires $select to retrieve. Note: This property is specific to SharePoint Online. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. @@ -13937,6 +14525,27 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityGovernance ]: identityGovernanceUserSettings + [(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 ]: 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 + [(Any) ]: This indicates any property can be added to this object. + [Duration ]: The requestor's desired duration of access represented in ISO 8601 format for durations. +For example, PT3H refers to three hours. + If specified in a request, endDateTime shouldn't be present and the type property should be set to afterDuration. + [EndDateTime ]: Timestamp of 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. + [Type ]: expirationPatternType + [Recurrence ]: patternedRecurrence + [StartDateTime ]: 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. +In PIM, when the eligible or active assignment becomes active. [IdentityParentId ]: The object ID of the parent identity for agent users. Always null for regular user accounts. For agentUser resources, this property references the object ID of the associated agent identity. @@ -14105,7 +14714,7 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for users to describe their interests. -Returned only on $select. +Requires $select to retrieve. [InvitedBy ]: directoryObject [IsLicenseReconciliationNeeded ]: Indicates whether the user is pending an exchange mailbox license assignment. Read-only. @@ -14114,7 +14723,8 @@ Returned only on $select. 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). @@ -14128,24 +14738,24 @@ If this list is non-empty, then only users or groups listed here can post. [AccessType ]: groupAccessType [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are auto-subscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -14155,6 +14765,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -14313,11 +14924,11 @@ You can use it as a $filter argument to get groups that have members with licens Supports $filter (eq). [HideFromAddressLists ]: true if the group isn't displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: true if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [InfoCatalogs ]: Identifies the info segments assigned to the group. Returned by default. @@ -14341,7 +14952,7 @@ Read-only. To manage a group 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. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -14391,6 +15002,7 @@ Read-only. [OnPremisesDomainName ]: Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only. + [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [OnPremisesLastSyncDateTime ]: Indicates the last time at which the group was synced with the on-premises directory.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. Returned by default. @@ -14711,10 +15323,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -14723,9 +15337,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. @@ -14889,7 +15532,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). @@ -14937,6 +15580,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 @@ -15334,12 +15978,12 @@ Immutable. Read-only. [UnseenConversationsCount ]: Count of conversations delivered one or more new posts since the signed-in user's last visit to the group. This property is the same as unseenCount. -Returned only on $select. +Requires $select to retrieve. [UnseenCount ]: Count of conversations that have received new posts since the signed-in user last visited the group. -This property is the same as unseenConversationsCount.Returned only on $select. +This property is the same as unseenConversationsCount.Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [UnseenMessagesCount ]: Count of new posts that have been delivered to the group's conversations since the signed-in user's last visit to the group. -Returned only on $select. +Requires $select to retrieve. [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. @@ -15350,7 +15994,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Requires $select to retrieve. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -15367,16 +16014,16 @@ Nullable. 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. Read-only. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. It also indicates licenses that are directly assigned and the ones the user inherited through group memberships. Read-only. -Returned only on $select. +Requires $select to retrieve. [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. Read-Only. @@ -15502,7 +16149,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -16051,6 +16698,8 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -16144,7 +16793,7 @@ Read-only. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Notifications ]: [Id ]: The unique identifier for an entity. Read-only. @@ -16239,6 +16888,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. @@ -16287,6 +16940,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. @@ -16541,7 +17199,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for users to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [PendingAccessReviewInstances ]: Navigation property to get a list of access reviews pending approval by the reviewer. [Id ]: The unique identifier for an entity. Read-only. @@ -16561,14 +17219,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. @@ -16901,7 +17551,7 @@ Example: 'en-US', or 'es-ES'. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -17357,15 +18007,14 @@ Read-only. [WebUrl ]: Link to the institution or department homepage. [Program ]: educationalActivityDetail [(Any) ]: This indicates any property can be added to this object. - [Abbreviation ]: Shortened name of the degree or program (example: PhD, MBA) + [Abbreviation ]: Shortened name of the degree or program, for example, PhD and MBA. [Activities ]: Extracurricular activities undertaken alongside the program. [Awards ]: Any awards or honors associated with the program. [Description ]: Short description of the program provided by the user. [DisplayName ]: Long-form name of the program that the user provided. - [FieldsOfStudy ]: Majors and minors associated with the program. -(if applicable) - [Grade ]: The final grade, class, GPA, or score. - [Notes ]: More notes the user provided. + [FieldsOfStudy ]: Majors and minors associated with the program, if applicable. + [Grade ]: The final grade, class, grade point average (GPA), or score. + [Notes ]: More notes provided by the user. [WebUrl ]: Link to the degree or program page. [StartMonthYear ]: The month and year the user commenced the activity referenced. [Emails ]: Represents detailed information about email addresses associated with the user. @@ -17668,9 +18317,9 @@ Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they have attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: The scoped-role administrative unit memberships for this user. Read-only. Nullable. @@ -17734,7 +18383,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. @@ -17884,7 +18533,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Use revokeSignInSessions to reset. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -17931,6 +18580,48 @@ The language component follows two-letter codes as defined in ISO 639-1, and the For users with multigeo licenses, the property contains the user's region (if available). For users without multigeo licenses, the property contains the organization's region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China. + [Sections ]: The sections in the user's chat list. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the section was created. +Read-only. +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. + [DisplayIcon ]: sectionDisplayIcon + [(Any) ]: This indicates any property can be added to this object. + [ContentUrl ]: The URL to a custom icon image. +Applicable when iconType is custom. + [DisplayName ]: The human-readable name of the icon. + [IconType ]: The type of icon. +Use an emoji character such as 👍 for an emoji icon, or custom for a custom image icon. + [SkinTone ]: sectionIconSkinTone + [DisplayName ]: The display name of the section. +Required. +Maximum length is 50 characters. +Display names are case-sensitive and must be unique within a user's sections. +The following names are reserved for system-defined sections and can't be used when creating a user-defined section: RecentChats, QuickViews, TeamsAndChannels, MutedChats, MeetingChats, EngageCommunities. + [IsExpanded ]: Indicates whether the section is expanded in the user interface. +The default value is true. + [IsHierarchicalViewEnabled ]: Indicates whether the hierarchical view is enabled for the section. +Read-only. + [Items ]: The items (chats, channels, meetings, or communities) organized within the section. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the item was added to the section. +Read-only. +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. + [ItemType ]: sectionItemType + [LastModifiedDateTime ]: Date and time when the item was last modified. +Read-only. +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. + [LastModifiedDateTime ]: Date and time when the section was last modified. +Read-only. +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. + [SectionType ]: sectionType + [SortType ]: sectionSortType [Todo ]: todo [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -17943,6 +18634,12 @@ Read-only. Nullable. [IsOwner ]: True if the user is owner of the given task list. [IsShared ]: True if the task list is shared with other users + [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the task list. +Read-only. +Nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Value ]: The value of the property. [Tasks ]: The tasks in this task list. Read-only. Nullable. @@ -18006,9 +18703,6 @@ Read-only. [Recurrence ]: patternedRecurrence [ReminderDateTime ]: dateTimeTimeZone [SingleValueExtendedProperties ]: A collection of custom fields linked to the task. - [Id ]: The unique identifier for an entity. -Read-only. - [Value ]: The value of the property. [StartDateTime ]: dateTimeTimeZone [Status ]: taskStatus [Title ]: A brief description of the task. @@ -18060,6 +18754,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. @@ -18097,6 +18793,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. @@ -18119,6 +18816,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 ]: @@ -18172,6 +18870,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. @@ -18181,8 +18881,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. @@ -18435,7 +19133,9 @@ Read-write. [(Any) ]: This indicates any property can be added to this object. [ArchiveStatus ]: siteArchiveStatus [ArchivedBy ]: identitySet - [ArchivedDateTime ]: + [ArchivedDateTime ]: Time when the container was archived. +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. [DataLocationCode ]: The geographic region code for where this site collection resides. Only present for multi-geo tenants. Read-only. @@ -18485,7 +19185,7 @@ Always null when the object hasn't been deleted. [AccessType ]: groupAccessType [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. @@ -18517,13 +19217,13 @@ Maximum length is 256 characters. Required on create. Supports $filter (eq only). [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. @@ -18533,7 +19233,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are auto-subscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. @@ -18816,16 +19516,59 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. [UsageRights ]: [Id ]: The unique identifier for an entity. Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. @@ -18959,7 +19702,7 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for users to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). @@ -19239,22 +19982,23 @@ Read-only. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -19284,12 +20028,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -19372,7 +20173,7 @@ Optional. [IncludeBasicClaimSet ]: Determines whether the basic claim set is included in tokens affected by this policy. If set to true, all claims in the basic claim set are emitted in tokens affected by the policy. By default the basic claim set isn't in the tokens unless they're explicitly configured in this policy. - [CreatedByAppId ]: The appId (called Application (client) ID on the Microsoft Entra admin center) of the application used to create the service principal. + [CreatedByAppId ]: The appId of the application that created this service principal. Set internally by Microsoft Entra ID. Read-only. [CreatedObjects ]: Directory objects created by this service principal. @@ -19504,7 +20305,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -19663,13 +20464,13 @@ May not begin with .. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [ApprovedClientApps ]: + [ApprovedClientApps ]: The collection of approved client apps that are associated with the RDS configuration. +Supports $expand. [Id ]: The unique identifier for an entity. Read-only. - [DisplayName ]: + [DisplayName ]: Display name for the client application. [IsRemoteDesktopProtocolEnabled ]: Determines if Microsoft Entra ID RDS authentication protocol for RDP is enabled. [TargetDeviceGroups ]: The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. -
]: The unique identifier for an entity. Read-only. [DisplayName ]: Display name for the target device group. @@ -20028,7 +20829,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. - [ExternalAuthenticationMethods ]: Represents the external methods registered to a user for authentication. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. Optional. @@ -20044,7 +20845,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. - [DisplayName ]: Custom name given to the registered external authentication method. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. @@ -20295,7 +21096,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -20548,7 +21349,7 @@ Read-only. The identifiers must be unique in the tenant. [Birthday ]: The birthday of the user. 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 Returned only on $select. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. Only one number can be set for this property. Read-only for users synced from on-premises directory. @@ -20887,6 +21688,49 @@ This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. Read only. + [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. +Nullable. + [Attachments ]: References to attached objects like files, tabs, meetings etc. + [Body ]: itemBody + [ChannelIdentity ]: channelIdentity + [ChatId ]: If the message was sent in a chat, represents the identity of the chat. + [CreatedDateTime ]: Timestamp of when the chat message was created. + [DeletedDateTime ]: Read only. +Timestamp at which the chat message was deleted, or null if not deleted. + [Etag ]: Read-only. +Version number of the chat message. + [EventDetail ]: eventMessageDetail + [From ]: chatMessageFromIdentitySet + [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. + [Importance ]: chatMessageImportance + [LastEditedDateTime ]: Read only. +Timestamp when edits to the chat message were made. +Triggers an 'Edited' flag in the Teams UI. +If no edits are made the value is null. + [LastModifiedDateTime ]: Read only. +Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. + [Locale ]: Locale of the chat message set by the client. +Always set to en-us. + [Mentions ]: List of entities mentioned in the chat message. +Supported entities are: user, bot, team, channel, chat, and tag. + [MessageHistory ]: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. + [MessageType ]: chatMessageType + [OnBehalfOf ]: chatMessageFromIdentitySet + [PolicyViolation ]: chatMessagePolicyViolation + [Reactions ]: Reactions for this chat message (for example, Like). + [Replies ]: Replies for a specified message. +Supports $expand for channel messages. + [ReplyToId ]: Read-only. +ID of the parent chat message or root chat message of the thread. +(Only applies to chat messages in channels, not chats.) + [Subject ]: The subject of the chat message, in plaintext. + [Summary ]: Summary text of the chat message that could be used for push notifications and summary views or fall back views. +Only applies to channel chat messages, not chat messages in a chat. + [WebUrl ]: Read-only. +Link to the message in Microsoft Teams. + [Id ]: The unique identifier for an entity. +Read-only. + [Recipient ]: identity [TenantId ]: The identifier of the tenant in which the chat was created. Read-only. [Topic ]: (Optional) Subject or topic for the chat. @@ -20922,7 +21766,22 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [AssignmentErrors ]: + [Id ]: The unique identifier for an entity. +Read-only. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [Assignments ]: [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -21041,7 +21900,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 @@ -21066,6 +21927,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. @@ -21273,10 +22167,11 @@ 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. + [ContentCategory ]: contentCategory [CorrelationId ]: An identifier used to group multiple related content entries (for example, different parts of the same file upload, messages in a conversation). [CreatedDateTime ]: Required. Timestamp indicating when the original content was created (for example, file creation time, message sent time). @@ -21404,6 +22299,24 @@ Required. [LearningProviderId ]: The registration ID of the provider. Required. [Status ]: courseStatus + [Storyline ]: User's storyline singleton container. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Followers ]: The users who are following this user. + [Id ]: The unique identifier for an entity. +Read-only. + [Follower ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Followings ]: The users that this user is following. + [Id ]: The unique identifier for an entity. +Read-only. + [Following ]: The Viva Engage identities. [EmployeeHireDate ]: The date and time when the user was hired or will start work if there is a future hire. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. @@ -21418,10 +22331,10 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. @@ -21641,6 +22554,17 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(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. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity. @@ -21738,6 +22662,7 @@ To proactively opt in to the new behavior ahead of time, use the contentStream p Nullable. [File ]: file [(Any) ]: This indicates any property can be added to this object. + [ArchiveStatus ]: fileArchiveStatus [Hashes ]: hashes [(Any) ]: This indicates any property can be added to this object. [Crc32Hash ]: The CRC32 value of the file (if available). @@ -21748,6 +22673,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. @@ -22856,6 +23794,8 @@ Read-only. [ContentTypes ]: The collection of content types present in this list. [DisplayName ]: The displayable title of the list. [Drive ]: drive + [ItemCount ]: The total count of items in the list. +Read-only. [Items ]: All items contained in the list. [List ]: listInfo [(Any) ]: This indicates any property can be added to this object. @@ -23209,7 +24149,9 @@ Read-write. [(Any) ]: This indicates any property can be added to this object. [ArchiveStatus ]: siteArchiveStatus [ArchivedBy ]: identitySet - [ArchivedDateTime ]: + [ArchivedDateTime ]: Time when the container was archived. +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. [DataLocationCode ]: The geographic region code for where this site collection resides. Only present for multi-geo tenants. Read-only. @@ -23232,7 +24174,7 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. 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. - Returned only on $select. + Requires $select to retrieve. Note: This property is specific to SharePoint Online. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. @@ -23255,6 +24197,27 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityGovernance ]: identityGovernanceUserSettings + [(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 ]: 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 + [(Any) ]: This indicates any property can be added to this object. + [Duration ]: The requestor's desired duration of access represented in ISO 8601 format for durations. +For example, PT3H refers to three hours. + If specified in a request, endDateTime shouldn't be present and the type property should be set to afterDuration. + [EndDateTime ]: Timestamp of 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. + [Type ]: expirationPatternType + [Recurrence ]: patternedRecurrence + [StartDateTime ]: 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. +In PIM, when the eligible or active assignment becomes active. [IdentityParentId ]: The object ID of the parent identity for agent users. Always null for regular user accounts. For agentUser resources, this property references the object ID of the associated agent identity. @@ -23351,7 +24314,7 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for users to describe their interests. -Returned only on $select. +Requires $select to retrieve. [InvitedBy ]: directoryObject [IsLicenseReconciliationNeeded ]: Indicates whether the user is pending an exchange mailbox license assignment. Read-only. @@ -23360,7 +24323,8 @@ Returned only on $select. 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). @@ -23390,6 +24354,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 @@ -23533,10 +24498,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -23545,9 +24512,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. @@ -24044,16 +25040,16 @@ This URL should be treated as an opaque blob, and not parsed. 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. Read-only. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. It also indicates licenses that are directly assigned and the ones the user inherited through group memberships. Read-only. -Returned only on $select. +Requires $select to retrieve. [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. Read-Only. @@ -24179,7 +25175,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -24728,6 +25724,8 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -24821,7 +25819,7 @@ Read-only. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Notifications ]: [Id ]: The unique identifier for an entity. Read-only. @@ -24929,6 +25927,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. @@ -24977,6 +25979,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. @@ -25231,7 +26238,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for users to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [PendingAccessReviewInstances ]: Navigation property to get a list of access reviews pending approval by the reviewer. [Id ]: The unique identifier for an entity. Read-only. @@ -25251,14 +26258,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. @@ -25591,7 +26590,7 @@ Example: 'en-US', or 'es-ES'. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -26047,15 +27046,14 @@ Read-only. [WebUrl ]: Link to the institution or department homepage. [Program ]: educationalActivityDetail [(Any) ]: This indicates any property can be added to this object. - [Abbreviation ]: Shortened name of the degree or program (example: PhD, MBA) + [Abbreviation ]: Shortened name of the degree or program, for example, PhD and MBA. [Activities ]: Extracurricular activities undertaken alongside the program. [Awards ]: Any awards or honors associated with the program. [Description ]: Short description of the program provided by the user. [DisplayName ]: Long-form name of the program that the user provided. - [FieldsOfStudy ]: Majors and minors associated with the program. -(if applicable) - [Grade ]: The final grade, class, GPA, or score. - [Notes ]: More notes the user provided. + [FieldsOfStudy ]: Majors and minors associated with the program, if applicable. + [Grade ]: The final grade, class, grade point average (GPA), or score. + [Notes ]: More notes provided by the user. [WebUrl ]: Link to the degree or program page. [StartMonthYear ]: The month and year the user commenced the activity referenced. [Emails ]: Represents detailed information about email addresses associated with the user. @@ -26358,9 +27356,9 @@ Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they have attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: The scoped-role administrative unit memberships for this user. Read-only. Nullable. @@ -26427,7 +27425,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. @@ -26577,7 +27575,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Use revokeSignInSessions to reset. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -26624,6 +27622,48 @@ The language component follows two-letter codes as defined in ISO 639-1, and the For users with multigeo licenses, the property contains the user's region (if available). For users without multigeo licenses, the property contains the organization's region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China. + [Sections ]: The sections in the user's chat list. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the section was created. +Read-only. +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. + [DisplayIcon ]: sectionDisplayIcon + [(Any) ]: This indicates any property can be added to this object. + [ContentUrl ]: The URL to a custom icon image. +Applicable when iconType is custom. + [DisplayName ]: The human-readable name of the icon. + [IconType ]: The type of icon. +Use an emoji character such as 👍 for an emoji icon, or custom for a custom image icon. + [SkinTone ]: sectionIconSkinTone + [DisplayName ]: The display name of the section. +Required. +Maximum length is 50 characters. +Display names are case-sensitive and must be unique within a user's sections. +The following names are reserved for system-defined sections and can't be used when creating a user-defined section: RecentChats, QuickViews, TeamsAndChannels, MutedChats, MeetingChats, EngageCommunities. + [IsExpanded ]: Indicates whether the section is expanded in the user interface. +The default value is true. + [IsHierarchicalViewEnabled ]: Indicates whether the hierarchical view is enabled for the section. +Read-only. + [Items ]: The items (chats, channels, meetings, or communities) organized within the section. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the item was added to the section. +Read-only. +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. + [ItemType ]: sectionItemType + [LastModifiedDateTime ]: Date and time when the item was last modified. +Read-only. +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. + [LastModifiedDateTime ]: Date and time when the section was last modified. +Read-only. +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. + [SectionType ]: sectionType + [SortType ]: sectionSortType [Todo ]: todo [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -26636,6 +27676,12 @@ Read-only. Nullable. [IsOwner ]: True if the user is owner of the given task list. [IsShared ]: True if the task list is shared with other users + [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the task list. +Read-only. +Nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Value ]: The value of the property. [Tasks ]: The tasks in this task list. Read-only. Nullable. @@ -26699,9 +27745,6 @@ Read-only. [Recurrence ]: patternedRecurrence [ReminderDateTime ]: dateTimeTimeZone [SingleValueExtendedProperties ]: A collection of custom fields linked to the task. - [Id ]: The unique identifier for an entity. -Read-only. - [Value ]: The value of the property. [StartDateTime ]: dateTimeTimeZone [Status ]: taskStatus [Title ]: A brief description of the task. @@ -26753,6 +27796,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. @@ -26790,6 +27835,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. @@ -26812,6 +27858,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 ]: @@ -26865,6 +27912,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. @@ -26874,8 +27923,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. @@ -26977,11 +28024,11 @@ You can use it as a $filter argument to get groups that have members with licens Supports $filter (eq). [HideFromAddressLists ]: true if the group isn't displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: true if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [InfoCatalogs ]: Identifies the info segments assigned to the group. Returned by default. @@ -27005,7 +28052,7 @@ Read-only. To manage a group 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. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -27055,6 +28102,7 @@ Read-only. [OnPremisesDomainName ]: Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only. + [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [OnPremisesLastSyncDateTime ]: Indicates the last time at which the group was synced with the on-premises directory.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. Returned by default. @@ -27136,7 +28184,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). @@ -27172,12 +28220,12 @@ Immutable. Read-only. [UnseenConversationsCount ]: Count of conversations delivered one or more new posts since the signed-in user's last visit to the group. This property is the same as unseenCount. -Returned only on $select. +Requires $select to retrieve. [UnseenCount ]: Count of conversations that have received new posts since the signed-in user last visited the group. -This property is the same as unseenConversationsCount.Returned only on $select. +This property is the same as unseenConversationsCount.Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [UnseenMessagesCount ]: Count of new posts that have been delivered to the group's conversations since the signed-in user's last visit to the group. -Returned only on $select. +Requires $select to retrieve. [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. @@ -27188,7 +28236,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Requires $select to retrieve. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Update-MgBetaComplianceEdiscoveryCaseLegalHoldSiteSource.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Update-MgBetaComplianceEdiscoveryCaseLegalHoldSiteSource.md index 62e5de3fd4f41..730d8f6d34407 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Update-MgBetaComplianceEdiscoveryCaseLegalHoldSiteSource.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Update-MgBetaComplianceEdiscoveryCaseLegalHoldSiteSource.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.compliance/update-mgbetacomplianceediscoverycaselegalholdsitesource Locale: en-US Module Name: Microsoft.Graph.Beta.Compliance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaComplianceEdiscoveryCaseLegalHoldSiteSource --- @@ -26,7 +26,7 @@ Update-MgBetaComplianceEdiscoveryCaseLegalHoldSiteSource -CaseId -Legal [-HoldStatus ] [-Id ] [-Site ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -37,7 +37,6 @@ Update-MgBetaComplianceEdiscoveryCaseLegalHoldSiteSource -CaseId -Legal [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -49,7 +48,7 @@ Update-MgBetaComplianceEdiscoveryCaseLegalHoldSiteSource -InputObject ] [-Id ] [-Site ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -59,7 +58,7 @@ Update-MgBetaComplianceEdiscoveryCaseLegalHoldSiteSource -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -677,7 +676,7 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for users to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). @@ -961,22 +960,23 @@ Always null when the object hasn't been deleted. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -1006,12 +1006,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -1121,7 +1178,7 @@ Optional. [IncludeBasicClaimSet ]: Determines whether the basic claim set is included in tokens affected by this policy. If set to true, all claims in the basic claim set are emitted in tokens affected by the policy. By default the basic claim set isn't in the tokens unless they're explicitly configured in this policy. - [CreatedByAppId ]: The appId (called Application (client) ID on the Microsoft Entra admin center) of the application used to create the service principal. + [CreatedByAppId ]: The appId of the application that created this service principal. Set internally by Microsoft Entra ID. Read-only. [CreatedObjects ]: Directory objects created by this service principal. @@ -1253,7 +1310,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -1412,13 +1469,13 @@ May not begin with .. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [ApprovedClientApps ]: + [ApprovedClientApps ]: The collection of approved client apps that are associated with the RDS configuration. +Supports $expand. [Id ]: The unique identifier for an entity. Read-only. - [DisplayName ]: + [DisplayName ]: Display name for the client application. [IsRemoteDesktopProtocolEnabled ]: Determines if Microsoft Entra ID RDS authentication protocol for RDP is enabled. [TargetDeviceGroups ]: The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. -
]: The unique identifier for an entity. Read-only. [DisplayName ]: Display name for the target device group. @@ -1781,7 +1838,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. - [ExternalAuthenticationMethods ]: Represents the external methods registered to a user for authentication. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. Optional. @@ -1797,7 +1854,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. - [DisplayName ]: Custom name given to the registered external authentication method. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. @@ -2050,7 +2107,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -2303,7 +2360,7 @@ Read-only. The identifiers must be unique in the tenant. [Birthday ]: The birthday of the user. 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 Returned only on $select. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. Only one number can be set for this property. Read-only for users synced from on-premises directory. @@ -2913,6 +2970,49 @@ This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. Read only. + [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. +Nullable. + [Attachments ]: References to attached objects like files, tabs, meetings etc. + [Body ]: itemBody + [ChannelIdentity ]: channelIdentity + [ChatId ]: If the message was sent in a chat, represents the identity of the chat. + [CreatedDateTime ]: Timestamp of when the chat message was created. + [DeletedDateTime ]: Read only. +Timestamp at which the chat message was deleted, or null if not deleted. + [Etag ]: Read-only. +Version number of the chat message. + [EventDetail ]: eventMessageDetail + [From ]: chatMessageFromIdentitySet + [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. + [Importance ]: chatMessageImportance + [LastEditedDateTime ]: Read only. +Timestamp when edits to the chat message were made. +Triggers an 'Edited' flag in the Teams UI. +If no edits are made the value is null. + [LastModifiedDateTime ]: Read only. +Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. + [Locale ]: Locale of the chat message set by the client. +Always set to en-us. + [Mentions ]: List of entities mentioned in the chat message. +Supported entities are: user, bot, team, channel, chat, and tag. + [MessageHistory ]: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. + [MessageType ]: chatMessageType + [OnBehalfOf ]: chatMessageFromIdentitySet + [PolicyViolation ]: chatMessagePolicyViolation + [Reactions ]: Reactions for this chat message (for example, Like). + [Replies ]: Replies for a specified message. +Supports $expand for channel messages. + [ReplyToId ]: Read-only. +ID of the parent chat message or root chat message of the thread. +(Only applies to chat messages in channels, not chats.) + [Subject ]: The subject of the chat message, in plaintext. + [Summary ]: Summary text of the chat message that could be used for push notifications and summary views or fall back views. +Only applies to channel chat messages, not chat messages in a chat. + [WebUrl ]: Read-only. +Link to the message in Microsoft Teams. + [Id ]: The unique identifier for an entity. +Read-only. + [Recipient ]: identity [TenantId ]: The identifier of the tenant in which the chat was created. Read-only. [Topic ]: (Optional) Subject or topic for the chat. @@ -2948,21 +3048,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -3081,7 +3238,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 @@ -3106,6 +3265,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. @@ -3313,10 +3505,11 @@ 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. + [ContentCategory ]: contentCategory [CorrelationId ]: An identifier used to group multiple related content entries (for example, different parts of the same file upload, messages in a conversation). [CreatedDateTime ]: Required. Timestamp indicating when the original content was created (for example, file creation time, message sent time). @@ -3601,6 +3794,7 @@ To proactively opt in to the new behavior ahead of time, use the contentStream p Nullable. [File ]: file [(Any) ]: This indicates any property can be added to this object. + [ArchiveStatus ]: fileArchiveStatus [Hashes ]: hashes [(Any) ]: This indicates any property can be added to this object. [Crc32Hash ]: The CRC32 value of the file (if available). @@ -3611,6 +3805,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. @@ -3711,6 +3918,17 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(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. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity. @@ -4720,6 +4938,8 @@ 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 total count of items in the list. +Read-only. [Items ]: All items contained in the list. [List ]: listInfo [(Any) ]: This indicates any property can be added to this object. @@ -4816,6 +5036,24 @@ Required. [LearningProviderId ]: The registration ID of the provider. Required. [Status ]: courseStatus + [Storyline ]: User's storyline singleton container. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Followers ]: The users who are following this user. + [Id ]: The unique identifier for an entity. +Read-only. + [Follower ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Followings ]: The users that this user is following. + [Id ]: The unique identifier for an entity. +Read-only. + [Following ]: The Viva Engage identities. [EmployeeHireDate ]: The date and time when the user was hired or will start work if there is a future hire. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. @@ -4830,10 +5068,10 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. @@ -4859,7 +5097,7 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. 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. - Returned only on $select. + Requires $select to retrieve. Note: This property is specific to SharePoint Online. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. @@ -4882,6 +5120,27 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityGovernance ]: identityGovernanceUserSettings + [(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 ]: 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 + [(Any) ]: This indicates any property can be added to this object. + [Duration ]: The requestor's desired duration of access represented in ISO 8601 format for durations. +For example, PT3H refers to three hours. + If specified in a request, endDateTime shouldn't be present and the type property should be set to afterDuration. + [EndDateTime ]: Timestamp of 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. + [Type ]: expirationPatternType + [Recurrence ]: patternedRecurrence + [StartDateTime ]: 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. +In PIM, when the eligible or active assignment becomes active. [IdentityParentId ]: The object ID of the parent identity for agent users. Always null for regular user accounts. For agentUser resources, this property references the object ID of the associated agent identity. @@ -5050,7 +5309,7 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for users to describe their interests. -Returned only on $select. +Requires $select to retrieve. [InvitedBy ]: directoryObject [IsLicenseReconciliationNeeded ]: Indicates whether the user is pending an exchange mailbox license assignment. Read-only. @@ -5059,7 +5318,8 @@ Returned only on $select. 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). @@ -5073,24 +5333,24 @@ If this list is non-empty, then only users or groups listed here can post. [AccessType ]: groupAccessType [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are auto-subscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -5100,6 +5360,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -5258,11 +5519,11 @@ You can use it as a $filter argument to get groups that have members with licens Supports $filter (eq). [HideFromAddressLists ]: true if the group isn't displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: true if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [InfoCatalogs ]: Identifies the info segments assigned to the group. Returned by default. @@ -5286,7 +5547,7 @@ Read-only. To manage a group 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. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -5336,6 +5597,7 @@ Read-only. [OnPremisesDomainName ]: Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only. + [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [OnPremisesLastSyncDateTime ]: Indicates the last time at which the group was synced with the on-premises directory.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. Returned by default. @@ -5656,10 +5918,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -5668,9 +5932,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. @@ -5834,7 +6127,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). @@ -5882,6 +6175,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 @@ -6279,12 +6573,12 @@ Immutable. Read-only. [UnseenConversationsCount ]: Count of conversations delivered one or more new posts since the signed-in user's last visit to the group. This property is the same as unseenCount. -Returned only on $select. +Requires $select to retrieve. [UnseenCount ]: Count of conversations that have received new posts since the signed-in user last visited the group. -This property is the same as unseenConversationsCount.Returned only on $select. +This property is the same as unseenConversationsCount.Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [UnseenMessagesCount ]: Count of new posts that have been delivered to the group's conversations since the signed-in user's last visit to the group. -Returned only on $select. +Requires $select to retrieve. [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. @@ -6295,7 +6589,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Requires $select to retrieve. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -6312,16 +6609,16 @@ Nullable. 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. Read-only. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. It also indicates licenses that are directly assigned and the ones the user inherited through group memberships. Read-only. -Returned only on $select. +Requires $select to retrieve. [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. Read-Only. @@ -6447,7 +6744,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -6996,6 +7293,8 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -7089,7 +7388,7 @@ Read-only. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Notifications ]: [Id ]: The unique identifier for an entity. Read-only. @@ -7184,6 +7483,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. @@ -7232,6 +7535,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. @@ -7486,7 +7794,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for users to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [PendingAccessReviewInstances ]: Navigation property to get a list of access reviews pending approval by the reviewer. [Id ]: The unique identifier for an entity. Read-only. @@ -7506,14 +7814,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. @@ -7846,7 +8146,7 @@ Example: 'en-US', or 'es-ES'. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -8302,15 +8602,14 @@ Read-only. [WebUrl ]: Link to the institution or department homepage. [Program ]: educationalActivityDetail [(Any) ]: This indicates any property can be added to this object. - [Abbreviation ]: Shortened name of the degree or program (example: PhD, MBA) + [Abbreviation ]: Shortened name of the degree or program, for example, PhD and MBA. [Activities ]: Extracurricular activities undertaken alongside the program. [Awards ]: Any awards or honors associated with the program. [Description ]: Short description of the program provided by the user. [DisplayName ]: Long-form name of the program that the user provided. - [FieldsOfStudy ]: Majors and minors associated with the program. -(if applicable) - [Grade ]: The final grade, class, GPA, or score. - [Notes ]: More notes the user provided. + [FieldsOfStudy ]: Majors and minors associated with the program, if applicable. + [Grade ]: The final grade, class, grade point average (GPA), or score. + [Notes ]: More notes provided by the user. [WebUrl ]: Link to the degree or program page. [StartMonthYear ]: The month and year the user commenced the activity referenced. [Emails ]: Represents detailed information about email addresses associated with the user. @@ -8613,9 +8912,9 @@ Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they have attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: The scoped-role administrative unit memberships for this user. Read-only. Nullable. @@ -8679,7 +8978,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. @@ -8829,7 +9128,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Use revokeSignInSessions to reset. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -8876,6 +9175,48 @@ The language component follows two-letter codes as defined in ISO 639-1, and the For users with multigeo licenses, the property contains the user's region (if available). For users without multigeo licenses, the property contains the organization's region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China. + [Sections ]: The sections in the user's chat list. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the section was created. +Read-only. +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. + [DisplayIcon ]: sectionDisplayIcon + [(Any) ]: This indicates any property can be added to this object. + [ContentUrl ]: The URL to a custom icon image. +Applicable when iconType is custom. + [DisplayName ]: The human-readable name of the icon. + [IconType ]: The type of icon. +Use an emoji character such as 👍 for an emoji icon, or custom for a custom image icon. + [SkinTone ]: sectionIconSkinTone + [DisplayName ]: The display name of the section. +Required. +Maximum length is 50 characters. +Display names are case-sensitive and must be unique within a user's sections. +The following names are reserved for system-defined sections and can't be used when creating a user-defined section: RecentChats, QuickViews, TeamsAndChannels, MutedChats, MeetingChats, EngageCommunities. + [IsExpanded ]: Indicates whether the section is expanded in the user interface. +The default value is true. + [IsHierarchicalViewEnabled ]: Indicates whether the hierarchical view is enabled for the section. +Read-only. + [Items ]: The items (chats, channels, meetings, or communities) organized within the section. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the item was added to the section. +Read-only. +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. + [ItemType ]: sectionItemType + [LastModifiedDateTime ]: Date and time when the item was last modified. +Read-only. +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. + [LastModifiedDateTime ]: Date and time when the section was last modified. +Read-only. +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. + [SectionType ]: sectionType + [SortType ]: sectionSortType [Todo ]: todo [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -8888,6 +9229,12 @@ Read-only. Nullable. [IsOwner ]: True if the user is owner of the given task list. [IsShared ]: True if the task list is shared with other users + [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the task list. +Read-only. +Nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Value ]: The value of the property. [Tasks ]: The tasks in this task list. Read-only. Nullable. @@ -8951,9 +9298,6 @@ Read-only. [Recurrence ]: patternedRecurrence [ReminderDateTime ]: dateTimeTimeZone [SingleValueExtendedProperties ]: A collection of custom fields linked to the task. - [Id ]: The unique identifier for an entity. -Read-only. - [Value ]: The value of the property. [StartDateTime ]: dateTimeTimeZone [Status ]: taskStatus [Title ]: A brief description of the task. @@ -9005,6 +9349,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. @@ -9042,6 +9388,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. @@ -9064,6 +9411,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 ]: @@ -9117,6 +9465,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. @@ -9126,8 +9476,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. @@ -9380,7 +9728,9 @@ Read-write. [(Any) ]: This indicates any property can be added to this object. [ArchiveStatus ]: siteArchiveStatus [ArchivedBy ]: identitySet - [ArchivedDateTime ]: + [ArchivedDateTime ]: Time when the container was archived. +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. [DataLocationCode ]: The geographic region code for where this site collection resides. Only present for multi-geo tenants. Read-only. @@ -9450,7 +9800,7 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for users to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). @@ -9734,22 +10084,23 @@ Always null when the object hasn't been deleted. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -9779,12 +10130,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -9894,7 +10302,7 @@ Optional. [IncludeBasicClaimSet ]: Determines whether the basic claim set is included in tokens affected by this policy. If set to true, all claims in the basic claim set are emitted in tokens affected by the policy. By default the basic claim set isn't in the tokens unless they're explicitly configured in this policy. - [CreatedByAppId ]: The appId (called Application (client) ID on the Microsoft Entra admin center) of the application used to create the service principal. + [CreatedByAppId ]: The appId of the application that created this service principal. Set internally by Microsoft Entra ID. Read-only. [CreatedObjects ]: Directory objects created by this service principal. @@ -10026,7 +10434,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -10185,13 +10593,13 @@ May not begin with .. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [ApprovedClientApps ]: + [ApprovedClientApps ]: The collection of approved client apps that are associated with the RDS configuration. +Supports $expand. [Id ]: The unique identifier for an entity. Read-only. - [DisplayName ]: + [DisplayName ]: Display name for the client application. [IsRemoteDesktopProtocolEnabled ]: Determines if Microsoft Entra ID RDS authentication protocol for RDP is enabled. [TargetDeviceGroups ]: The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. -
]: The unique identifier for an entity. Read-only. [DisplayName ]: Display name for the target device group. @@ -10554,7 +10962,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. - [ExternalAuthenticationMethods ]: Represents the external methods registered to a user for authentication. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. Optional. @@ -10570,7 +10978,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. - [DisplayName ]: Custom name given to the registered external authentication method. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. @@ -10823,7 +11231,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -11076,7 +11484,7 @@ Read-only. The identifiers must be unique in the tenant. [Birthday ]: The birthday of the user. 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 Returned only on $select. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. Only one number can be set for this property. Read-only for users synced from on-premises directory. @@ -11686,6 +12094,49 @@ This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. Read only. + [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. +Nullable. + [Attachments ]: References to attached objects like files, tabs, meetings etc. + [Body ]: itemBody + [ChannelIdentity ]: channelIdentity + [ChatId ]: If the message was sent in a chat, represents the identity of the chat. + [CreatedDateTime ]: Timestamp of when the chat message was created. + [DeletedDateTime ]: Read only. +Timestamp at which the chat message was deleted, or null if not deleted. + [Etag ]: Read-only. +Version number of the chat message. + [EventDetail ]: eventMessageDetail + [From ]: chatMessageFromIdentitySet + [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. + [Importance ]: chatMessageImportance + [LastEditedDateTime ]: Read only. +Timestamp when edits to the chat message were made. +Triggers an 'Edited' flag in the Teams UI. +If no edits are made the value is null. + [LastModifiedDateTime ]: Read only. +Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. + [Locale ]: Locale of the chat message set by the client. +Always set to en-us. + [Mentions ]: List of entities mentioned in the chat message. +Supported entities are: user, bot, team, channel, chat, and tag. + [MessageHistory ]: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. + [MessageType ]: chatMessageType + [OnBehalfOf ]: chatMessageFromIdentitySet + [PolicyViolation ]: chatMessagePolicyViolation + [Reactions ]: Reactions for this chat message (for example, Like). + [Replies ]: Replies for a specified message. +Supports $expand for channel messages. + [ReplyToId ]: Read-only. +ID of the parent chat message or root chat message of the thread. +(Only applies to chat messages in channels, not chats.) + [Subject ]: The subject of the chat message, in plaintext. + [Summary ]: Summary text of the chat message that could be used for push notifications and summary views or fall back views. +Only applies to channel chat messages, not chat messages in a chat. + [WebUrl ]: Read-only. +Link to the message in Microsoft Teams. + [Id ]: The unique identifier for an entity. +Read-only. + [Recipient ]: identity [TenantId ]: The identifier of the tenant in which the chat was created. Read-only. [Topic ]: (Optional) Subject or topic for the chat. @@ -11721,21 +12172,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -11854,7 +12362,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 @@ -11879,6 +12389,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. @@ -12086,10 +12629,11 @@ 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. + [ContentCategory ]: contentCategory [CorrelationId ]: An identifier used to group multiple related content entries (for example, different parts of the same file upload, messages in a conversation). [CreatedDateTime ]: Required. Timestamp indicating when the original content was created (for example, file creation time, message sent time). @@ -12374,6 +12918,7 @@ To proactively opt in to the new behavior ahead of time, use the contentStream p Nullable. [File ]: file [(Any) ]: This indicates any property can be added to this object. + [ArchiveStatus ]: fileArchiveStatus [Hashes ]: hashes [(Any) ]: This indicates any property can be added to this object. [Crc32Hash ]: The CRC32 value of the file (if available). @@ -12384,6 +12929,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. @@ -12484,6 +13042,17 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(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. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity. @@ -13493,6 +14062,8 @@ 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 total count of items in the list. +Read-only. [Items ]: All items contained in the list. [List ]: listInfo [(Any) ]: This indicates any property can be added to this object. @@ -13589,6 +14160,24 @@ Required. [LearningProviderId ]: The registration ID of the provider. Required. [Status ]: courseStatus + [Storyline ]: User's storyline singleton container. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Followers ]: The users who are following this user. + [Id ]: The unique identifier for an entity. +Read-only. + [Follower ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Followings ]: The users that this user is following. + [Id ]: The unique identifier for an entity. +Read-only. + [Following ]: The Viva Engage identities. [EmployeeHireDate ]: The date and time when the user was hired or will start work if there is a future hire. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. @@ -13603,10 +14192,10 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. @@ -13632,7 +14221,7 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. 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. - Returned only on $select. + Requires $select to retrieve. Note: This property is specific to SharePoint Online. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. @@ -13655,6 +14244,27 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityGovernance ]: identityGovernanceUserSettings + [(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 ]: 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 + [(Any) ]: This indicates any property can be added to this object. + [Duration ]: The requestor's desired duration of access represented in ISO 8601 format for durations. +For example, PT3H refers to three hours. + If specified in a request, endDateTime shouldn't be present and the type property should be set to afterDuration. + [EndDateTime ]: Timestamp of 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. + [Type ]: expirationPatternType + [Recurrence ]: patternedRecurrence + [StartDateTime ]: 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. +In PIM, when the eligible or active assignment becomes active. [IdentityParentId ]: The object ID of the parent identity for agent users. Always null for regular user accounts. For agentUser resources, this property references the object ID of the associated agent identity. @@ -13823,7 +14433,7 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for users to describe their interests. -Returned only on $select. +Requires $select to retrieve. [InvitedBy ]: directoryObject [IsLicenseReconciliationNeeded ]: Indicates whether the user is pending an exchange mailbox license assignment. Read-only. @@ -13832,7 +14442,8 @@ Returned only on $select. 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). @@ -13846,24 +14457,24 @@ If this list is non-empty, then only users or groups listed here can post. [AccessType ]: groupAccessType [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are auto-subscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -13873,6 +14484,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -14031,11 +14643,11 @@ You can use it as a $filter argument to get groups that have members with licens Supports $filter (eq). [HideFromAddressLists ]: true if the group isn't displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: true if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [InfoCatalogs ]: Identifies the info segments assigned to the group. Returned by default. @@ -14059,7 +14671,7 @@ Read-only. To manage a group 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. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -14109,6 +14721,7 @@ Read-only. [OnPremisesDomainName ]: Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only. + [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [OnPremisesLastSyncDateTime ]: Indicates the last time at which the group was synced with the on-premises directory.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. Returned by default. @@ -14429,10 +15042,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -14441,9 +15056,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. @@ -14607,7 +15251,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). @@ -14655,6 +15299,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 @@ -15052,12 +15697,12 @@ Immutable. Read-only. [UnseenConversationsCount ]: Count of conversations delivered one or more new posts since the signed-in user's last visit to the group. This property is the same as unseenCount. -Returned only on $select. +Requires $select to retrieve. [UnseenCount ]: Count of conversations that have received new posts since the signed-in user last visited the group. -This property is the same as unseenConversationsCount.Returned only on $select. +This property is the same as unseenConversationsCount.Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [UnseenMessagesCount ]: Count of new posts that have been delivered to the group's conversations since the signed-in user's last visit to the group. -Returned only on $select. +Requires $select to retrieve. [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. @@ -15068,7 +15713,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Requires $select to retrieve. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -15085,16 +15733,16 @@ Nullable. 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. Read-only. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. It also indicates licenses that are directly assigned and the ones the user inherited through group memberships. Read-only. -Returned only on $select. +Requires $select to retrieve. [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. Read-Only. @@ -15220,7 +15868,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -15769,6 +16417,8 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -15862,7 +16512,7 @@ Read-only. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Notifications ]: [Id ]: The unique identifier for an entity. Read-only. @@ -15957,6 +16607,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. @@ -16005,6 +16659,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. @@ -16259,7 +16918,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for users to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [PendingAccessReviewInstances ]: Navigation property to get a list of access reviews pending approval by the reviewer. [Id ]: The unique identifier for an entity. Read-only. @@ -16279,14 +16938,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. @@ -16619,7 +17270,7 @@ Example: 'en-US', or 'es-ES'. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -17075,15 +17726,14 @@ Read-only. [WebUrl ]: Link to the institution or department homepage. [Program ]: educationalActivityDetail [(Any) ]: This indicates any property can be added to this object. - [Abbreviation ]: Shortened name of the degree or program (example: PhD, MBA) + [Abbreviation ]: Shortened name of the degree or program, for example, PhD and MBA. [Activities ]: Extracurricular activities undertaken alongside the program. [Awards ]: Any awards or honors associated with the program. [Description ]: Short description of the program provided by the user. [DisplayName ]: Long-form name of the program that the user provided. - [FieldsOfStudy ]: Majors and minors associated with the program. -(if applicable) - [Grade ]: The final grade, class, GPA, or score. - [Notes ]: More notes the user provided. + [FieldsOfStudy ]: Majors and minors associated with the program, if applicable. + [Grade ]: The final grade, class, grade point average (GPA), or score. + [Notes ]: More notes provided by the user. [WebUrl ]: Link to the degree or program page. [StartMonthYear ]: The month and year the user commenced the activity referenced. [Emails ]: Represents detailed information about email addresses associated with the user. @@ -17386,9 +18036,9 @@ Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they have attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: The scoped-role administrative unit memberships for this user. Read-only. Nullable. @@ -17452,7 +18102,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. @@ -17602,7 +18252,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Use revokeSignInSessions to reset. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -17649,6 +18299,48 @@ The language component follows two-letter codes as defined in ISO 639-1, and the For users with multigeo licenses, the property contains the user's region (if available). For users without multigeo licenses, the property contains the organization's region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China. + [Sections ]: The sections in the user's chat list. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the section was created. +Read-only. +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. + [DisplayIcon ]: sectionDisplayIcon + [(Any) ]: This indicates any property can be added to this object. + [ContentUrl ]: The URL to a custom icon image. +Applicable when iconType is custom. + [DisplayName ]: The human-readable name of the icon. + [IconType ]: The type of icon. +Use an emoji character such as 👍 for an emoji icon, or custom for a custom image icon. + [SkinTone ]: sectionIconSkinTone + [DisplayName ]: The display name of the section. +Required. +Maximum length is 50 characters. +Display names are case-sensitive and must be unique within a user's sections. +The following names are reserved for system-defined sections and can't be used when creating a user-defined section: RecentChats, QuickViews, TeamsAndChannels, MutedChats, MeetingChats, EngageCommunities. + [IsExpanded ]: Indicates whether the section is expanded in the user interface. +The default value is true. + [IsHierarchicalViewEnabled ]: Indicates whether the hierarchical view is enabled for the section. +Read-only. + [Items ]: The items (chats, channels, meetings, or communities) organized within the section. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the item was added to the section. +Read-only. +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. + [ItemType ]: sectionItemType + [LastModifiedDateTime ]: Date and time when the item was last modified. +Read-only. +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. + [LastModifiedDateTime ]: Date and time when the section was last modified. +Read-only. +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. + [SectionType ]: sectionType + [SortType ]: sectionSortType [Todo ]: todo [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -17661,6 +18353,12 @@ Read-only. Nullable. [IsOwner ]: True if the user is owner of the given task list. [IsShared ]: True if the task list is shared with other users + [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the task list. +Read-only. +Nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Value ]: The value of the property. [Tasks ]: The tasks in this task list. Read-only. Nullable. @@ -17724,9 +18422,6 @@ Read-only. [Recurrence ]: patternedRecurrence [ReminderDateTime ]: dateTimeTimeZone [SingleValueExtendedProperties ]: A collection of custom fields linked to the task. - [Id ]: The unique identifier for an entity. -Read-only. - [Value ]: The value of the property. [StartDateTime ]: dateTimeTimeZone [Status ]: taskStatus [Title ]: A brief description of the task. @@ -17778,6 +18473,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. @@ -17815,6 +18512,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. @@ -17837,6 +18535,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 ]: @@ -17890,6 +18589,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. @@ -17899,8 +18600,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. @@ -18153,7 +18852,9 @@ Read-write. [(Any) ]: This indicates any property can be added to this object. [ArchiveStatus ]: siteArchiveStatus [ArchivedBy ]: identitySet - [ArchivedDateTime ]: + [ArchivedDateTime ]: Time when the container was archived. +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. [DataLocationCode ]: The geographic region code for where this site collection resides. Only present for multi-geo tenants. Read-only. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Update-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSource.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Update-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSource.md index 384022fb4df06..db7d6dfc2d2b5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Update-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSource.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Update-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSource.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.compliance/update-mgbetacomplianceediscoverycaselegalholdunifiedgroupsource Locale: en-US Module Name: Microsoft.Graph.Beta.Compliance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSource --- @@ -27,7 +27,6 @@ Update-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSource -CaseId ] [-Id ] [-IncludedSources ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -38,7 +37,7 @@ Update-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSource -CaseId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -50,7 +49,7 @@ Update-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSource -InputObject ] [-HoldStatus ] [-Id ] [-IncludedSources ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -60,7 +59,7 @@ Update-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSource -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -710,7 +709,7 @@ Always null when the object hasn't been deleted. [AccessType ]: groupAccessType [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. @@ -742,13 +741,13 @@ Maximum length is 256 characters. Required on create. Supports $filter (eq only). [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. @@ -758,7 +757,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are auto-subscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. @@ -1041,16 +1040,59 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. [UsageRights ]: [Id ]: The unique identifier for an entity. Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. @@ -1184,7 +1226,7 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for users to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). @@ -1464,22 +1506,23 @@ Read-only. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -1509,12 +1552,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -1597,7 +1697,7 @@ Optional. [IncludeBasicClaimSet ]: Determines whether the basic claim set is included in tokens affected by this policy. If set to true, all claims in the basic claim set are emitted in tokens affected by the policy. By default the basic claim set isn't in the tokens unless they're explicitly configured in this policy. - [CreatedByAppId ]: The appId (called Application (client) ID on the Microsoft Entra admin center) of the application used to create the service principal. + [CreatedByAppId ]: The appId of the application that created this service principal. Set internally by Microsoft Entra ID. Read-only. [CreatedObjects ]: Directory objects created by this service principal. @@ -1729,7 +1829,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -1888,13 +1988,13 @@ May not begin with .. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [ApprovedClientApps ]: + [ApprovedClientApps ]: The collection of approved client apps that are associated with the RDS configuration. +Supports $expand. [Id ]: The unique identifier for an entity. Read-only. - [DisplayName ]: + [DisplayName ]: Display name for the client application. [IsRemoteDesktopProtocolEnabled ]: Determines if Microsoft Entra ID RDS authentication protocol for RDP is enabled. [TargetDeviceGroups ]: The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. -
]: The unique identifier for an entity. Read-only. [DisplayName ]: Display name for the target device group. @@ -2253,7 +2353,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. - [ExternalAuthenticationMethods ]: Represents the external methods registered to a user for authentication. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. Optional. @@ -2269,7 +2369,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. - [DisplayName ]: Custom name given to the registered external authentication method. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. @@ -2520,7 +2620,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -2773,7 +2873,7 @@ Read-only. The identifiers must be unique in the tenant. [Birthday ]: The birthday of the user. 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 Returned only on $select. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. Only one number can be set for this property. Read-only for users synced from on-premises directory. @@ -3112,6 +3212,49 @@ This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. Read only. + [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. +Nullable. + [Attachments ]: References to attached objects like files, tabs, meetings etc. + [Body ]: itemBody + [ChannelIdentity ]: channelIdentity + [ChatId ]: If the message was sent in a chat, represents the identity of the chat. + [CreatedDateTime ]: Timestamp of when the chat message was created. + [DeletedDateTime ]: Read only. +Timestamp at which the chat message was deleted, or null if not deleted. + [Etag ]: Read-only. +Version number of the chat message. + [EventDetail ]: eventMessageDetail + [From ]: chatMessageFromIdentitySet + [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. + [Importance ]: chatMessageImportance + [LastEditedDateTime ]: Read only. +Timestamp when edits to the chat message were made. +Triggers an 'Edited' flag in the Teams UI. +If no edits are made the value is null. + [LastModifiedDateTime ]: Read only. +Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. + [Locale ]: Locale of the chat message set by the client. +Always set to en-us. + [Mentions ]: List of entities mentioned in the chat message. +Supported entities are: user, bot, team, channel, chat, and tag. + [MessageHistory ]: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. + [MessageType ]: chatMessageType + [OnBehalfOf ]: chatMessageFromIdentitySet + [PolicyViolation ]: chatMessagePolicyViolation + [Reactions ]: Reactions for this chat message (for example, Like). + [Replies ]: Replies for a specified message. +Supports $expand for channel messages. + [ReplyToId ]: Read-only. +ID of the parent chat message or root chat message of the thread. +(Only applies to chat messages in channels, not chats.) + [Subject ]: The subject of the chat message, in plaintext. + [Summary ]: Summary text of the chat message that could be used for push notifications and summary views or fall back views. +Only applies to channel chat messages, not chat messages in a chat. + [WebUrl ]: Read-only. +Link to the message in Microsoft Teams. + [Id ]: The unique identifier for an entity. +Read-only. + [Recipient ]: identity [TenantId ]: The identifier of the tenant in which the chat was created. Read-only. [Topic ]: (Optional) Subject or topic for the chat. @@ -3147,7 +3290,22 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [AssignmentErrors ]: + [Id ]: The unique identifier for an entity. +Read-only. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [Assignments ]: [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -3266,7 +3424,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 +3451,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,10 +3691,11 @@ 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. + [ContentCategory ]: contentCategory [CorrelationId ]: An identifier used to group multiple related content entries (for example, different parts of the same file upload, messages in a conversation). [CreatedDateTime ]: Required. Timestamp indicating when the original content was created (for example, file creation time, message sent time). @@ -3629,6 +3823,24 @@ Required. [LearningProviderId ]: The registration ID of the provider. Required. [Status ]: courseStatus + [Storyline ]: User's storyline singleton container. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Followers ]: The users who are following this user. + [Id ]: The unique identifier for an entity. +Read-only. + [Follower ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Followings ]: The users that this user is following. + [Id ]: The unique identifier for an entity. +Read-only. + [Following ]: The Viva Engage identities. [EmployeeHireDate ]: The date and time when the user was hired or will start work if there is a future hire. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. @@ -3643,10 +3855,10 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. @@ -3866,6 +4078,17 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(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. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity. @@ -3963,6 +4186,7 @@ To proactively opt in to the new behavior ahead of time, use the contentStream p Nullable. [File ]: file [(Any) ]: This indicates any property can be added to this object. + [ArchiveStatus ]: fileArchiveStatus [Hashes ]: hashes [(Any) ]: This indicates any property can be added to this object. [Crc32Hash ]: The CRC32 value of the file (if available). @@ -3973,6 +4197,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. @@ -5081,6 +5318,8 @@ Read-only. [ContentTypes ]: The collection of content types present in this list. [DisplayName ]: The displayable title of the list. [Drive ]: drive + [ItemCount ]: The total count of items in the list. +Read-only. [Items ]: All items contained in the list. [List ]: listInfo [(Any) ]: This indicates any property can be added to this object. @@ -5434,7 +5673,9 @@ Read-write. [(Any) ]: This indicates any property can be added to this object. [ArchiveStatus ]: siteArchiveStatus [ArchivedBy ]: identitySet - [ArchivedDateTime ]: + [ArchivedDateTime ]: Time when the container was archived. +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. [DataLocationCode ]: The geographic region code for where this site collection resides. Only present for multi-geo tenants. Read-only. @@ -5457,7 +5698,7 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. 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. - Returned only on $select. + Requires $select to retrieve. Note: This property is specific to SharePoint Online. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. @@ -5480,6 +5721,27 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityGovernance ]: identityGovernanceUserSettings + [(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 ]: 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 + [(Any) ]: This indicates any property can be added to this object. + [Duration ]: The requestor's desired duration of access represented in ISO 8601 format for durations. +For example, PT3H refers to three hours. + If specified in a request, endDateTime shouldn't be present and the type property should be set to afterDuration. + [EndDateTime ]: Timestamp of 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. + [Type ]: expirationPatternType + [Recurrence ]: patternedRecurrence + [StartDateTime ]: 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. +In PIM, when the eligible or active assignment becomes active. [IdentityParentId ]: The object ID of the parent identity for agent users. Always null for regular user accounts. For agentUser resources, this property references the object ID of the associated agent identity. @@ -5576,7 +5838,7 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for users to describe their interests. -Returned only on $select. +Requires $select to retrieve. [InvitedBy ]: directoryObject [IsLicenseReconciliationNeeded ]: Indicates whether the user is pending an exchange mailbox license assignment. Read-only. @@ -5585,7 +5847,8 @@ Returned only on $select. 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). @@ -5615,6 +5878,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 @@ -5758,10 +6022,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -5770,9 +6036,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. @@ -6269,16 +6564,16 @@ This URL should be treated as an opaque blob, and not parsed. 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. Read-only. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. It also indicates licenses that are directly assigned and the ones the user inherited through group memberships. Read-only. -Returned only on $select. +Requires $select to retrieve. [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. Read-Only. @@ -6404,7 +6699,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -6953,6 +7248,8 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -7046,7 +7343,7 @@ Read-only. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Notifications ]: [Id ]: The unique identifier for an entity. Read-only. @@ -7154,6 +7451,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. @@ -7202,6 +7503,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. @@ -7456,7 +7762,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for users to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [PendingAccessReviewInstances ]: Navigation property to get a list of access reviews pending approval by the reviewer. [Id ]: The unique identifier for an entity. Read-only. @@ -7476,14 +7782,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. @@ -7816,7 +8114,7 @@ Example: 'en-US', or 'es-ES'. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -8272,15 +8570,14 @@ Read-only. [WebUrl ]: Link to the institution or department homepage. [Program ]: educationalActivityDetail [(Any) ]: This indicates any property can be added to this object. - [Abbreviation ]: Shortened name of the degree or program (example: PhD, MBA) + [Abbreviation ]: Shortened name of the degree or program, for example, PhD and MBA. [Activities ]: Extracurricular activities undertaken alongside the program. [Awards ]: Any awards or honors associated with the program. [Description ]: Short description of the program provided by the user. [DisplayName ]: Long-form name of the program that the user provided. - [FieldsOfStudy ]: Majors and minors associated with the program. -(if applicable) - [Grade ]: The final grade, class, GPA, or score. - [Notes ]: More notes the user provided. + [FieldsOfStudy ]: Majors and minors associated with the program, if applicable. + [Grade ]: The final grade, class, grade point average (GPA), or score. + [Notes ]: More notes provided by the user. [WebUrl ]: Link to the degree or program page. [StartMonthYear ]: The month and year the user commenced the activity referenced. [Emails ]: Represents detailed information about email addresses associated with the user. @@ -8583,9 +8880,9 @@ Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they have attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: The scoped-role administrative unit memberships for this user. Read-only. Nullable. @@ -8652,7 +8949,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. @@ -8802,7 +9099,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Use revokeSignInSessions to reset. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -8849,6 +9146,48 @@ The language component follows two-letter codes as defined in ISO 639-1, and the For users with multigeo licenses, the property contains the user's region (if available). For users without multigeo licenses, the property contains the organization's region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China. + [Sections ]: The sections in the user's chat list. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the section was created. +Read-only. +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. + [DisplayIcon ]: sectionDisplayIcon + [(Any) ]: This indicates any property can be added to this object. + [ContentUrl ]: The URL to a custom icon image. +Applicable when iconType is custom. + [DisplayName ]: The human-readable name of the icon. + [IconType ]: The type of icon. +Use an emoji character such as 👍 for an emoji icon, or custom for a custom image icon. + [SkinTone ]: sectionIconSkinTone + [DisplayName ]: The display name of the section. +Required. +Maximum length is 50 characters. +Display names are case-sensitive and must be unique within a user's sections. +The following names are reserved for system-defined sections and can't be used when creating a user-defined section: RecentChats, QuickViews, TeamsAndChannels, MutedChats, MeetingChats, EngageCommunities. + [IsExpanded ]: Indicates whether the section is expanded in the user interface. +The default value is true. + [IsHierarchicalViewEnabled ]: Indicates whether the hierarchical view is enabled for the section. +Read-only. + [Items ]: The items (chats, channels, meetings, or communities) organized within the section. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the item was added to the section. +Read-only. +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. + [ItemType ]: sectionItemType + [LastModifiedDateTime ]: Date and time when the item was last modified. +Read-only. +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. + [LastModifiedDateTime ]: Date and time when the section was last modified. +Read-only. +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. + [SectionType ]: sectionType + [SortType ]: sectionSortType [Todo ]: todo [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -8861,6 +9200,12 @@ Read-only. Nullable. [IsOwner ]: True if the user is owner of the given task list. [IsShared ]: True if the task list is shared with other users + [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the task list. +Read-only. +Nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Value ]: The value of the property. [Tasks ]: The tasks in this task list. Read-only. Nullable. @@ -8924,9 +9269,6 @@ Read-only. [Recurrence ]: patternedRecurrence [ReminderDateTime ]: dateTimeTimeZone [SingleValueExtendedProperties ]: A collection of custom fields linked to the task. - [Id ]: The unique identifier for an entity. -Read-only. - [Value ]: The value of the property. [StartDateTime ]: dateTimeTimeZone [Status ]: taskStatus [Title ]: A brief description of the task. @@ -8978,6 +9320,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. @@ -9015,6 +9359,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. @@ -9037,6 +9382,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 ]: @@ -9090,6 +9436,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. @@ -9099,8 +9447,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. @@ -9202,11 +9548,11 @@ You can use it as a $filter argument to get groups that have members with licens Supports $filter (eq). [HideFromAddressLists ]: true if the group isn't displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: true if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [InfoCatalogs ]: Identifies the info segments assigned to the group. Returned by default. @@ -9230,7 +9576,7 @@ Read-only. To manage a group 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. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -9280,6 +9626,7 @@ Read-only. [OnPremisesDomainName ]: Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only. + [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [OnPremisesLastSyncDateTime ]: Indicates the last time at which the group was synced with the on-premises directory.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. Returned by default. @@ -9361,7 +9708,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). @@ -9397,12 +9744,12 @@ Immutable. Read-only. [UnseenConversationsCount ]: Count of conversations delivered one or more new posts since the signed-in user's last visit to the group. This property is the same as unseenCount. -Returned only on $select. +Requires $select to retrieve. [UnseenCount ]: Count of conversations that have received new posts since the signed-in user last visited the group. -This property is the same as unseenConversationsCount.Returned only on $select. +This property is the same as unseenConversationsCount.Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [UnseenMessagesCount ]: Count of new posts that have been delivered to the group's conversations since the signed-in user's last visit to the group. -Returned only on $select. +Requires $select to retrieve. [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. @@ -9413,7 +9760,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Requires $select to retrieve. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -9452,7 +9802,7 @@ Always null when the object hasn't been deleted. [AccessType ]: groupAccessType [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. @@ -9484,13 +9834,13 @@ Maximum length is 256 characters. Required on create. Supports $filter (eq only). [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. @@ -9500,7 +9850,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are auto-subscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. @@ -9783,16 +10133,59 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. [UsageRights ]: [Id ]: The unique identifier for an entity. Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. @@ -9936,7 +10329,7 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for users to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). @@ -10216,22 +10609,23 @@ Read-only. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -10261,12 +10655,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -10349,7 +10800,7 @@ Optional. [IncludeBasicClaimSet ]: Determines whether the basic claim set is included in tokens affected by this policy. If set to true, all claims in the basic claim set are emitted in tokens affected by the policy. By default the basic claim set isn't in the tokens unless they're explicitly configured in this policy. - [CreatedByAppId ]: The appId (called Application (client) ID on the Microsoft Entra admin center) of the application used to create the service principal. + [CreatedByAppId ]: The appId of the application that created this service principal. Set internally by Microsoft Entra ID. Read-only. [CreatedObjects ]: Directory objects created by this service principal. @@ -10481,7 +10932,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -10640,13 +11091,13 @@ May not begin with .. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [ApprovedClientApps ]: + [ApprovedClientApps ]: The collection of approved client apps that are associated with the RDS configuration. +Supports $expand. [Id ]: The unique identifier for an entity. Read-only. - [DisplayName ]: + [DisplayName ]: Display name for the client application. [IsRemoteDesktopProtocolEnabled ]: Determines if Microsoft Entra ID RDS authentication protocol for RDP is enabled. [TargetDeviceGroups ]: The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. -
]: The unique identifier for an entity. Read-only. [DisplayName ]: Display name for the target device group. @@ -11005,7 +11456,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. - [ExternalAuthenticationMethods ]: Represents the external methods registered to a user for authentication. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. Optional. @@ -11021,7 +11472,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. - [DisplayName ]: Custom name given to the registered external authentication method. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. @@ -11272,7 +11723,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -11525,7 +11976,7 @@ Read-only. The identifiers must be unique in the tenant. [Birthday ]: The birthday of the user. 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 Returned only on $select. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. Only one number can be set for this property. Read-only for users synced from on-premises directory. @@ -11864,6 +12315,49 @@ This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. Read only. + [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. +Nullable. + [Attachments ]: References to attached objects like files, tabs, meetings etc. + [Body ]: itemBody + [ChannelIdentity ]: channelIdentity + [ChatId ]: If the message was sent in a chat, represents the identity of the chat. + [CreatedDateTime ]: Timestamp of when the chat message was created. + [DeletedDateTime ]: Read only. +Timestamp at which the chat message was deleted, or null if not deleted. + [Etag ]: Read-only. +Version number of the chat message. + [EventDetail ]: eventMessageDetail + [From ]: chatMessageFromIdentitySet + [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. + [Importance ]: chatMessageImportance + [LastEditedDateTime ]: Read only. +Timestamp when edits to the chat message were made. +Triggers an 'Edited' flag in the Teams UI. +If no edits are made the value is null. + [LastModifiedDateTime ]: Read only. +Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. + [Locale ]: Locale of the chat message set by the client. +Always set to en-us. + [Mentions ]: List of entities mentioned in the chat message. +Supported entities are: user, bot, team, channel, chat, and tag. + [MessageHistory ]: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. + [MessageType ]: chatMessageType + [OnBehalfOf ]: chatMessageFromIdentitySet + [PolicyViolation ]: chatMessagePolicyViolation + [Reactions ]: Reactions for this chat message (for example, Like). + [Replies ]: Replies for a specified message. +Supports $expand for channel messages. + [ReplyToId ]: Read-only. +ID of the parent chat message or root chat message of the thread. +(Only applies to chat messages in channels, not chats.) + [Subject ]: The subject of the chat message, in plaintext. + [Summary ]: Summary text of the chat message that could be used for push notifications and summary views or fall back views. +Only applies to channel chat messages, not chat messages in a chat. + [WebUrl ]: Read-only. +Link to the message in Microsoft Teams. + [Id ]: The unique identifier for an entity. +Read-only. + [Recipient ]: identity [TenantId ]: The identifier of the tenant in which the chat was created. Read-only. [Topic ]: (Optional) Subject or topic for the chat. @@ -11899,7 +12393,22 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [AssignmentErrors ]: + [Id ]: The unique identifier for an entity. +Read-only. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [Assignments ]: [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -12018,7 +12527,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 @@ -12043,6 +12554,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. @@ -12250,10 +12794,11 @@ 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. + [ContentCategory ]: contentCategory [CorrelationId ]: An identifier used to group multiple related content entries (for example, different parts of the same file upload, messages in a conversation). [CreatedDateTime ]: Required. Timestamp indicating when the original content was created (for example, file creation time, message sent time). @@ -12381,6 +12926,24 @@ Required. [LearningProviderId ]: The registration ID of the provider. Required. [Status ]: courseStatus + [Storyline ]: User's storyline singleton container. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Followers ]: The users who are following this user. + [Id ]: The unique identifier for an entity. +Read-only. + [Follower ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Followings ]: The users that this user is following. + [Id ]: The unique identifier for an entity. +Read-only. + [Following ]: The Viva Engage identities. [EmployeeHireDate ]: The date and time when the user was hired or will start work if there is a future hire. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. @@ -12395,10 +12958,10 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. @@ -12618,6 +13181,17 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(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. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity. @@ -12715,6 +13289,7 @@ To proactively opt in to the new behavior ahead of time, use the contentStream p Nullable. [File ]: file [(Any) ]: This indicates any property can be added to this object. + [ArchiveStatus ]: fileArchiveStatus [Hashes ]: hashes [(Any) ]: This indicates any property can be added to this object. [Crc32Hash ]: The CRC32 value of the file (if available). @@ -12725,6 +13300,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. @@ -13833,6 +14421,8 @@ Read-only. [ContentTypes ]: The collection of content types present in this list. [DisplayName ]: The displayable title of the list. [Drive ]: drive + [ItemCount ]: The total count of items in the list. +Read-only. [Items ]: All items contained in the list. [List ]: listInfo [(Any) ]: This indicates any property can be added to this object. @@ -14186,7 +14776,9 @@ Read-write. [(Any) ]: This indicates any property can be added to this object. [ArchiveStatus ]: siteArchiveStatus [ArchivedBy ]: identitySet - [ArchivedDateTime ]: + [ArchivedDateTime ]: Time when the container was archived. +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. [DataLocationCode ]: The geographic region code for where this site collection resides. Only present for multi-geo tenants. Read-only. @@ -14209,7 +14801,7 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. 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. - Returned only on $select. + Requires $select to retrieve. Note: This property is specific to SharePoint Online. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. @@ -14232,6 +14824,27 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityGovernance ]: identityGovernanceUserSettings + [(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 ]: 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 + [(Any) ]: This indicates any property can be added to this object. + [Duration ]: The requestor's desired duration of access represented in ISO 8601 format for durations. +For example, PT3H refers to three hours. + If specified in a request, endDateTime shouldn't be present and the type property should be set to afterDuration. + [EndDateTime ]: Timestamp of 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. + [Type ]: expirationPatternType + [Recurrence ]: patternedRecurrence + [StartDateTime ]: 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. +In PIM, when the eligible or active assignment becomes active. [IdentityParentId ]: The object ID of the parent identity for agent users. Always null for regular user accounts. For agentUser resources, this property references the object ID of the associated agent identity. @@ -14328,7 +14941,7 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for users to describe their interests. -Returned only on $select. +Requires $select to retrieve. [InvitedBy ]: directoryObject [IsLicenseReconciliationNeeded ]: Indicates whether the user is pending an exchange mailbox license assignment. Read-only. @@ -14337,7 +14950,8 @@ Returned only on $select. 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). @@ -14367,6 +14981,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 @@ -14510,10 +15125,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -14522,9 +15139,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. @@ -15021,16 +15667,16 @@ This URL should be treated as an opaque blob, and not parsed. 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. Read-only. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. It also indicates licenses that are directly assigned and the ones the user inherited through group memberships. Read-only. -Returned only on $select. +Requires $select to retrieve. [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. Read-Only. @@ -15156,7 +15802,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -15705,6 +16351,8 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -15798,7 +16446,7 @@ Read-only. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Notifications ]: [Id ]: The unique identifier for an entity. Read-only. @@ -15906,6 +16554,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. @@ -15954,6 +16606,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. @@ -16208,7 +16865,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for users to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [PendingAccessReviewInstances ]: Navigation property to get a list of access reviews pending approval by the reviewer. [Id ]: The unique identifier for an entity. Read-only. @@ -16228,14 +16885,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. @@ -16568,7 +17217,7 @@ Example: 'en-US', or 'es-ES'. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -17024,15 +17673,14 @@ Read-only. [WebUrl ]: Link to the institution or department homepage. [Program ]: educationalActivityDetail [(Any) ]: This indicates any property can be added to this object. - [Abbreviation ]: Shortened name of the degree or program (example: PhD, MBA) + [Abbreviation ]: Shortened name of the degree or program, for example, PhD and MBA. [Activities ]: Extracurricular activities undertaken alongside the program. [Awards ]: Any awards or honors associated with the program. [Description ]: Short description of the program provided by the user. [DisplayName ]: Long-form name of the program that the user provided. - [FieldsOfStudy ]: Majors and minors associated with the program. -(if applicable) - [Grade ]: The final grade, class, GPA, or score. - [Notes ]: More notes the user provided. + [FieldsOfStudy ]: Majors and minors associated with the program, if applicable. + [Grade ]: The final grade, class, grade point average (GPA), or score. + [Notes ]: More notes provided by the user. [WebUrl ]: Link to the degree or program page. [StartMonthYear ]: The month and year the user commenced the activity referenced. [Emails ]: Represents detailed information about email addresses associated with the user. @@ -17335,9 +17983,9 @@ Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they have attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: The scoped-role administrative unit memberships for this user. Read-only. Nullable. @@ -17404,7 +18052,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. @@ -17554,7 +18202,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Use revokeSignInSessions to reset. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -17601,6 +18249,48 @@ The language component follows two-letter codes as defined in ISO 639-1, and the For users with multigeo licenses, the property contains the user's region (if available). For users without multigeo licenses, the property contains the organization's region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China. + [Sections ]: The sections in the user's chat list. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the section was created. +Read-only. +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. + [DisplayIcon ]: sectionDisplayIcon + [(Any) ]: This indicates any property can be added to this object. + [ContentUrl ]: The URL to a custom icon image. +Applicable when iconType is custom. + [DisplayName ]: The human-readable name of the icon. + [IconType ]: The type of icon. +Use an emoji character such as 👍 for an emoji icon, or custom for a custom image icon. + [SkinTone ]: sectionIconSkinTone + [DisplayName ]: The display name of the section. +Required. +Maximum length is 50 characters. +Display names are case-sensitive and must be unique within a user's sections. +The following names are reserved for system-defined sections and can't be used when creating a user-defined section: RecentChats, QuickViews, TeamsAndChannels, MutedChats, MeetingChats, EngageCommunities. + [IsExpanded ]: Indicates whether the section is expanded in the user interface. +The default value is true. + [IsHierarchicalViewEnabled ]: Indicates whether the hierarchical view is enabled for the section. +Read-only. + [Items ]: The items (chats, channels, meetings, or communities) organized within the section. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the item was added to the section. +Read-only. +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. + [ItemType ]: sectionItemType + [LastModifiedDateTime ]: Date and time when the item was last modified. +Read-only. +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. + [LastModifiedDateTime ]: Date and time when the section was last modified. +Read-only. +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. + [SectionType ]: sectionType + [SortType ]: sectionSortType [Todo ]: todo [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -17613,6 +18303,12 @@ Read-only. Nullable. [IsOwner ]: True if the user is owner of the given task list. [IsShared ]: True if the task list is shared with other users + [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the task list. +Read-only. +Nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Value ]: The value of the property. [Tasks ]: The tasks in this task list. Read-only. Nullable. @@ -17676,9 +18372,6 @@ Read-only. [Recurrence ]: patternedRecurrence [ReminderDateTime ]: dateTimeTimeZone [SingleValueExtendedProperties ]: A collection of custom fields linked to the task. - [Id ]: The unique identifier for an entity. -Read-only. - [Value ]: The value of the property. [StartDateTime ]: dateTimeTimeZone [Status ]: taskStatus [Title ]: A brief description of the task. @@ -17730,6 +18423,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. @@ -17767,6 +18462,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. @@ -17789,6 +18485,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 ]: @@ -17842,6 +18539,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. @@ -17851,8 +18550,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. @@ -17954,11 +18651,11 @@ You can use it as a $filter argument to get groups that have members with licens Supports $filter (eq). [HideFromAddressLists ]: true if the group isn't displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: true if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [InfoCatalogs ]: Identifies the info segments assigned to the group. Returned by default. @@ -17982,7 +18679,7 @@ Read-only. To manage a group 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. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -18032,6 +18729,7 @@ Read-only. [OnPremisesDomainName ]: Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only. + [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [OnPremisesLastSyncDateTime ]: Indicates the last time at which the group was synced with the on-premises directory.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. Returned by default. @@ -18113,7 +18811,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). @@ -18149,12 +18847,12 @@ Immutable. Read-only. [UnseenConversationsCount ]: Count of conversations delivered one or more new posts since the signed-in user's last visit to the group. This property is the same as unseenCount. -Returned only on $select. +Requires $select to retrieve. [UnseenCount ]: Count of conversations that have received new posts since the signed-in user last visited the group. -This property is the same as unseenConversationsCount.Returned only on $select. +This property is the same as unseenConversationsCount.Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [UnseenMessagesCount ]: Count of new posts that have been delivered to the group's conversations since the signed-in user's last visit to the group. -Returned only on $select. +Requires $select to retrieve. [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. @@ -18165,7 +18863,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Requires $select to retrieve. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Update-MgBetaComplianceEdiscoveryCaseLegalHoldUserSource.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Update-MgBetaComplianceEdiscoveryCaseLegalHoldUserSource.md index ed61404fcd133..9225267cff6e8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Update-MgBetaComplianceEdiscoveryCaseLegalHoldUserSource.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Update-MgBetaComplianceEdiscoveryCaseLegalHoldUserSource.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.compliance/update-mgbetacomplianceediscoverycaselegalholdusersource Locale: en-US Module Name: Microsoft.Graph.Beta.Compliance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaComplianceEdiscoveryCaseLegalHoldUserSource --- @@ -26,7 +26,7 @@ Update-MgBetaComplianceEdiscoveryCaseLegalHoldUserSource -CaseId -Legal [-Email ] [-HoldStatus ] [-Id ] [-IncludedSources ] [-SiteWebUrl ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -37,7 +37,6 @@ Update-MgBetaComplianceEdiscoveryCaseLegalHoldUserSource -CaseId -Legal [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -49,7 +48,7 @@ Update-MgBetaComplianceEdiscoveryCaseLegalHoldUserSource -InputObject ] [-HoldStatus ] [-Id ] [-IncludedSources ] [-SiteWebUrl ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -59,7 +58,7 @@ Update-MgBetaComplianceEdiscoveryCaseLegalHoldUserSource -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Update-MgBetaComplianceEdiscoveryCaseNoncustodialDataSource.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Update-MgBetaComplianceEdiscoveryCaseNoncustodialDataSource.md index d8255d4b46e4b..b7218edd556e8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Update-MgBetaComplianceEdiscoveryCaseNoncustodialDataSource.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Update-MgBetaComplianceEdiscoveryCaseNoncustodialDataSource.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.compliance/update-mgbetacomplianceediscoverycasenoncustodialdatasource Locale: en-US Module Name: Microsoft.Graph.Beta.Compliance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaComplianceEdiscoveryCaseNoncustodialDataSource --- @@ -28,7 +28,6 @@ Update-MgBetaComplianceEdiscoveryCaseNoncustodialDataSource -CaseId [-ReleasedDateTime ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -39,7 +38,6 @@ Update-MgBetaComplianceEdiscoveryCaseNoncustodialDataSource -CaseId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -52,7 +50,7 @@ Update-MgBetaComplianceEdiscoveryCaseNoncustodialDataSource -InputObject ] [-ReleasedDateTime ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -63,7 +61,6 @@ Update-MgBetaComplianceEdiscoveryCaseNoncustodialDataSource -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Update-MgBetaComplianceEdiscoveryCaseNoncustodialDataSourceIndex.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Update-MgBetaComplianceEdiscoveryCaseNoncustodialDataSourceIndex.md index 368d31f11579e..e22943f872f0c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Update-MgBetaComplianceEdiscoveryCaseNoncustodialDataSourceIndex.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Update-MgBetaComplianceEdiscoveryCaseNoncustodialDataSourceIndex.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.compliance/update-mgbetacomplianceediscoverycasenoncustodialdatasourceindex Locale: en-US Module Name: Microsoft.Graph.Beta.Compliance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaComplianceEdiscoveryCaseNoncustodialDataSourceIndex --- @@ -25,7 +25,6 @@ Update-MgBetaComplianceEdiscoveryCaseNoncustodialDataSourceIndex -CaseId ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -35,7 +34,6 @@ Update-MgBetaComplianceEdiscoveryCaseNoncustodialDataSourceIndex -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Update-MgBetaComplianceEdiscoveryCaseOperation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Update-MgBetaComplianceEdiscoveryCaseOperation.md index 3816d288e7391..df5480f018e5b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Update-MgBetaComplianceEdiscoveryCaseOperation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Update-MgBetaComplianceEdiscoveryCaseOperation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.compliance/update-mgbetacomplianceediscoverycaseoperation Locale: en-US Module Name: Microsoft.Graph.Beta.Compliance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaComplianceEdiscoveryCaseOperation --- @@ -27,7 +27,6 @@ Update-MgBetaComplianceEdiscoveryCaseOperation -CaseId -CaseOperationId [-ResultInfo ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -37,7 +36,7 @@ Update-MgBetaComplianceEdiscoveryCaseOperation -CaseId -CaseOperationId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -50,7 +49,6 @@ Update-MgBetaComplianceEdiscoveryCaseOperation -InputObject ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -60,7 +58,7 @@ Update-MgBetaComplianceEdiscoveryCaseOperation -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Update-MgBetaComplianceEdiscoveryCaseReviewSet.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Update-MgBetaComplianceEdiscoveryCaseReviewSet.md index b863584e3345c..b6c1038f90d80 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Update-MgBetaComplianceEdiscoveryCaseReviewSet.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Update-MgBetaComplianceEdiscoveryCaseReviewSet.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.compliance/update-mgbetacomplianceediscoverycasereviewset Locale: en-US Module Name: Microsoft.Graph.Beta.Compliance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaComplianceEdiscoveryCaseReviewSet --- @@ -26,7 +26,7 @@ Update-MgBetaComplianceEdiscoveryCaseReviewSet -CaseId -ReviewSetId ] [-Queries ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -36,7 +36,7 @@ Update-MgBetaComplianceEdiscoveryCaseReviewSet -CaseId -ReviewSetId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -48,7 +48,7 @@ Update-MgBetaComplianceEdiscoveryCaseReviewSet -InputObject ] [-Queries ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -58,7 +58,7 @@ Update-MgBetaComplianceEdiscoveryCaseReviewSet -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Update-MgBetaComplianceEdiscoveryCaseReviewSetQuery.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Update-MgBetaComplianceEdiscoveryCaseReviewSetQuery.md index 7bdd851c402f4..0dcfbd9640225 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Update-MgBetaComplianceEdiscoveryCaseReviewSetQuery.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Update-MgBetaComplianceEdiscoveryCaseReviewSetQuery.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.compliance/update-mgbetacomplianceediscoverycasereviewsetquery Locale: en-US Module Name: Microsoft.Graph.Beta.Compliance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaComplianceEdiscoveryCaseReviewSetQuery --- @@ -26,7 +26,7 @@ Update-MgBetaComplianceEdiscoveryCaseReviewSetQuery -CaseId -ReviewSetI [-Id ] [-LastModifiedBy ] [-LastModifiedDateTime ] [-Query ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -37,7 +37,6 @@ Update-MgBetaComplianceEdiscoveryCaseReviewSetQuery -CaseId -ReviewSetI [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -49,7 +48,7 @@ Update-MgBetaComplianceEdiscoveryCaseReviewSetQuery -InputObject ] [-LastModifiedBy ] [-LastModifiedDateTime ] [-Query ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -59,7 +58,7 @@ Update-MgBetaComplianceEdiscoveryCaseReviewSetQuery -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Update-MgBetaComplianceEdiscoveryCaseSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Update-MgBetaComplianceEdiscoveryCaseSetting.md index 8683bc417db71..d16f67cf05e77 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Update-MgBetaComplianceEdiscoveryCaseSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Update-MgBetaComplianceEdiscoveryCaseSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.compliance/update-mgbetacomplianceediscoverycasesetting Locale: en-US Module Name: Microsoft.Graph.Beta.Compliance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaComplianceEdiscoveryCaseSetting --- @@ -26,7 +26,6 @@ Update-MgBetaComplianceEdiscoveryCaseSetting -CaseId [-ResponseHeadersV [-TopicModeling ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -36,7 +35,7 @@ Update-MgBetaComplianceEdiscoveryCaseSetting -CaseId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -49,7 +48,6 @@ Update-MgBetaComplianceEdiscoveryCaseSetting -InputObject [-TopicModeling ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -59,7 +57,7 @@ Update-MgBetaComplianceEdiscoveryCaseSetting -InputObject -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.Compliance/Update-MgBetaComplianceEdiscoveryCaseSourceCollection.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Update-MgBetaComplianceEdiscoveryCaseSourceCollection.md index 783f0f5b39865..916bf324ff337 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Update-MgBetaComplianceEdiscoveryCaseSourceCollection.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Update-MgBetaComplianceEdiscoveryCaseSourceCollection.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.compliance/update-mgbetacomplianceediscoverycasesourcecollection Locale: en-US Module Name: Microsoft.Graph.Beta.Compliance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaComplianceEdiscoveryCaseSourceCollection --- @@ -32,7 +32,7 @@ Update-MgBetaComplianceEdiscoveryCaseSourceCollection -CaseId -SourceCo [-NoncustodialSources ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -42,7 +42,7 @@ Update-MgBetaComplianceEdiscoveryCaseSourceCollection -CaseId -SourceCo -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -60,7 +60,7 @@ Update-MgBetaComplianceEdiscoveryCaseSourceCollection -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -70,7 +70,7 @@ Update-MgBetaComplianceEdiscoveryCaseSourceCollection -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Update-MgBetaComplianceEdiscoveryCaseSourceCollectionAdditionalSource.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Update-MgBetaComplianceEdiscoveryCaseSourceCollectionAdditionalSource.md index 80e61b6d23c64..2580fc49822fb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Update-MgBetaComplianceEdiscoveryCaseSourceCollectionAdditionalSource.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Update-MgBetaComplianceEdiscoveryCaseSourceCollectionAdditionalSource.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.compliance/update-mgbetacomplianceediscoverycasesourcecollectionadditionalsource Locale: en-US Module Name: Microsoft.Graph.Beta.Compliance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaComplianceEdiscoveryCaseSourceCollectionAdditionalSource --- @@ -26,7 +26,7 @@ Update-MgBetaComplianceEdiscoveryCaseSourceCollectionAdditionalSource -CaseId ] [-DisplayName ] [-HoldStatus ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -37,7 +37,7 @@ Update-MgBetaComplianceEdiscoveryCaseSourceCollectionAdditionalSource -CaseId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -49,7 +49,7 @@ Update-MgBetaComplianceEdiscoveryCaseSourceCollectionAdditionalSource [-CreatedDateTime ] [-DisplayName ] [-HoldStatus ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -60,7 +60,6 @@ Update-MgBetaComplianceEdiscoveryCaseSourceCollectionAdditionalSource [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Update-MgBetaComplianceEdiscoveryCaseTag.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Update-MgBetaComplianceEdiscoveryCaseTag.md index 18d7c37190604..fc93bc8e85dbe 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Update-MgBetaComplianceEdiscoveryCaseTag.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Update-MgBetaComplianceEdiscoveryCaseTag.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.compliance/update-mgbetacomplianceediscoverycasetag Locale: en-US Module Name: Microsoft.Graph.Beta.Compliance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaComplianceEdiscoveryCaseTag --- @@ -27,7 +27,7 @@ Update-MgBetaComplianceEdiscoveryCaseTag -CaseId -TagId [-Id ] [-LastModifiedDateTime ] [-Parent ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -37,7 +37,7 @@ Update-MgBetaComplianceEdiscoveryCaseTag -CaseId -TagId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -50,7 +50,7 @@ Update-MgBetaComplianceEdiscoveryCaseTag -InputObject [-Id ] [-LastModifiedDateTime ] [-Parent ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -60,7 +60,7 @@ Update-MgBetaComplianceEdiscoveryCaseTag -InputObject -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.Compliance/Update-MgBetaPrivacySubjectRightsRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Update-MgBetaPrivacySubjectRightsRequest.md index 143bdf70b9f6c..99ea1f2375ee9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Update-MgBetaPrivacySubjectRightsRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Update-MgBetaPrivacySubjectRightsRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.compliance/update-mgbetaprivacysubjectrightsrequest Locale: en-US Module Name: Microsoft.Graph.Beta.Compliance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaPrivacySubjectRightsRequest --- @@ -39,7 +39,6 @@ Update-MgBetaPrivacySubjectRightsRequest -SubjectRightsRequestId [-Status ] [-Team ] [-Type ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -49,7 +48,7 @@ Update-MgBetaPrivacySubjectRightsRequest -SubjectRightsRequestId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -71,7 +70,6 @@ Update-MgBetaPrivacySubjectRightsRequest -InputObject [-Status ] [-Team ] [-Type ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -81,7 +79,7 @@ Update-MgBetaPrivacySubjectRightsRequest -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -1288,7 +1286,7 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for users to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). @@ -1582,22 +1580,23 @@ Always null when the object hasn't been deleted. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -1627,12 +1626,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -1742,7 +1798,7 @@ Optional. [IncludeBasicClaimSet ]: Determines whether the basic claim set is included in tokens affected by this policy. If set to true, all claims in the basic claim set are emitted in tokens affected by the policy. By default the basic claim set isn't in the tokens unless they're explicitly configured in this policy. - [CreatedByAppId ]: The appId (called Application (client) ID on the Microsoft Entra admin center) of the application used to create the service principal. + [CreatedByAppId ]: The appId of the application that created this service principal. Set internally by Microsoft Entra ID. Read-only. [CreatedObjects ]: Directory objects created by this service principal. @@ -1874,7 +1930,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -2033,13 +2089,13 @@ May not begin with .. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [ApprovedClientApps ]: + [ApprovedClientApps ]: The collection of approved client apps that are associated with the RDS configuration. +Supports $expand. [Id ]: The unique identifier for an entity. Read-only. - [DisplayName ]: + [DisplayName ]: Display name for the client application. [IsRemoteDesktopProtocolEnabled ]: Determines if Microsoft Entra ID RDS authentication protocol for RDP is enabled. [TargetDeviceGroups ]: The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. -
]: The unique identifier for an entity. Read-only. [DisplayName ]: Display name for the target device group. @@ -2402,7 +2458,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. - [ExternalAuthenticationMethods ]: Represents the external methods registered to a user for authentication. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. Optional. @@ -2418,7 +2474,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. - [DisplayName ]: Custom name given to the registered external authentication method. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. @@ -2671,7 +2727,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -2924,7 +2980,7 @@ Read-only. The identifiers must be unique in the tenant. [Birthday ]: The birthday of the user. 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 Returned only on $select. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. Only one number can be set for this property. Read-only for users synced from on-premises directory. @@ -3534,6 +3590,49 @@ This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. Read only. + [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. +Nullable. + [Attachments ]: References to attached objects like files, tabs, meetings etc. + [Body ]: itemBody + [ChannelIdentity ]: channelIdentity + [ChatId ]: If the message was sent in a chat, represents the identity of the chat. + [CreatedDateTime ]: Timestamp of when the chat message was created. + [DeletedDateTime ]: Read only. +Timestamp at which the chat message was deleted, or null if not deleted. + [Etag ]: Read-only. +Version number of the chat message. + [EventDetail ]: eventMessageDetail + [From ]: chatMessageFromIdentitySet + [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. + [Importance ]: chatMessageImportance + [LastEditedDateTime ]: Read only. +Timestamp when edits to the chat message were made. +Triggers an 'Edited' flag in the Teams UI. +If no edits are made the value is null. + [LastModifiedDateTime ]: Read only. +Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. + [Locale ]: Locale of the chat message set by the client. +Always set to en-us. + [Mentions ]: List of entities mentioned in the chat message. +Supported entities are: user, bot, team, channel, chat, and tag. + [MessageHistory ]: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. + [MessageType ]: chatMessageType + [OnBehalfOf ]: chatMessageFromIdentitySet + [PolicyViolation ]: chatMessagePolicyViolation + [Reactions ]: Reactions for this chat message (for example, Like). + [Replies ]: Replies for a specified message. +Supports $expand for channel messages. + [ReplyToId ]: Read-only. +ID of the parent chat message or root chat message of the thread. +(Only applies to chat messages in channels, not chats.) + [Subject ]: The subject of the chat message, in plaintext. + [Summary ]: Summary text of the chat message that could be used for push notifications and summary views or fall back views. +Only applies to channel chat messages, not chat messages in a chat. + [WebUrl ]: Read-only. +Link to the message in Microsoft Teams. + [Id ]: The unique identifier for an entity. +Read-only. + [Recipient ]: identity [TenantId ]: The identifier of the tenant in which the chat was created. Read-only. [Topic ]: (Optional) Subject or topic for the chat. @@ -3569,21 +3668,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -3702,7 +3858,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 @@ -3727,6 +3885,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. @@ -3934,10 +4125,11 @@ 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. + [ContentCategory ]: contentCategory [CorrelationId ]: An identifier used to group multiple related content entries (for example, different parts of the same file upload, messages in a conversation). [CreatedDateTime ]: Required. Timestamp indicating when the original content was created (for example, file creation time, message sent time). @@ -4222,6 +4414,7 @@ To proactively opt in to the new behavior ahead of time, use the contentStream p Nullable. [File ]: file [(Any) ]: This indicates any property can be added to this object. + [ArchiveStatus ]: fileArchiveStatus [Hashes ]: hashes [(Any) ]: This indicates any property can be added to this object. [Crc32Hash ]: The CRC32 value of the file (if available). @@ -4232,6 +4425,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. @@ -4332,6 +4538,17 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(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. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity. @@ -5341,6 +5558,8 @@ 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 total count of items in the list. +Read-only. [Items ]: All items contained in the list. [List ]: listInfo [(Any) ]: This indicates any property can be added to this object. @@ -5437,6 +5656,24 @@ Required. [LearningProviderId ]: The registration ID of the provider. Required. [Status ]: courseStatus + [Storyline ]: User's storyline singleton container. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Followers ]: The users who are following this user. + [Id ]: The unique identifier for an entity. +Read-only. + [Follower ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Followings ]: The users that this user is following. + [Id ]: The unique identifier for an entity. +Read-only. + [Following ]: The Viva Engage identities. [EmployeeHireDate ]: The date and time when the user was hired or will start work if there is a future hire. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. @@ -5451,10 +5688,10 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. @@ -5927,7 +6164,9 @@ Read-write. [(Any) ]: This indicates any property can be added to this object. [ArchiveStatus ]: siteArchiveStatus [ArchivedBy ]: identitySet - [ArchivedDateTime ]: + [ArchivedDateTime ]: Time when the container was archived. +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. [DataLocationCode ]: The geographic region code for where this site collection resides. Only present for multi-geo tenants. Read-only. @@ -5950,7 +6189,7 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. 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. - Returned only on $select. + Requires $select to retrieve. Note: This property is specific to SharePoint Online. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. @@ -5973,6 +6212,27 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityGovernance ]: identityGovernanceUserSettings + [(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 ]: 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 + [(Any) ]: This indicates any property can be added to this object. + [Duration ]: The requestor's desired duration of access represented in ISO 8601 format for durations. +For example, PT3H refers to three hours. + If specified in a request, endDateTime shouldn't be present and the type property should be set to afterDuration. + [EndDateTime ]: Timestamp of 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. + [Type ]: expirationPatternType + [Recurrence ]: patternedRecurrence + [StartDateTime ]: 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. +In PIM, when the eligible or active assignment becomes active. [IdentityParentId ]: The object ID of the parent identity for agent users. Always null for regular user accounts. For agentUser resources, this property references the object ID of the associated agent identity. @@ -6069,7 +6329,7 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for users to describe their interests. -Returned only on $select. +Requires $select to retrieve. [InvitedBy ]: directoryObject [IsLicenseReconciliationNeeded ]: Indicates whether the user is pending an exchange mailbox license assignment. Read-only. @@ -6078,7 +6338,8 @@ Returned only on $select. 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). @@ -6092,24 +6353,24 @@ If this list is non-empty, then only users or groups listed here can post. [AccessType ]: groupAccessType [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are auto-subscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -6119,6 +6380,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -6277,11 +6539,11 @@ You can use it as a $filter argument to get groups that have members with licens Supports $filter (eq). [HideFromAddressLists ]: true if the group isn't displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: true if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [InfoCatalogs ]: Identifies the info segments assigned to the group. Returned by default. @@ -6305,7 +6567,7 @@ Read-only. To manage a group 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. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -6355,6 +6617,7 @@ Read-only. [OnPremisesDomainName ]: Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only. + [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [OnPremisesLastSyncDateTime ]: Indicates the last time at which the group was synced with the on-premises directory.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. Returned by default. @@ -6538,10 +6801,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -6550,9 +6815,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. @@ -6716,7 +7010,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). @@ -6764,6 +7058,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 @@ -7161,12 +7456,12 @@ Immutable. Read-only. [UnseenConversationsCount ]: Count of conversations delivered one or more new posts since the signed-in user's last visit to the group. This property is the same as unseenCount. -Returned only on $select. +Requires $select to retrieve. [UnseenCount ]: Count of conversations that have received new posts since the signed-in user last visited the group. -This property is the same as unseenConversationsCount.Returned only on $select. +This property is the same as unseenConversationsCount.Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [UnseenMessagesCount ]: Count of new posts that have been delivered to the group's conversations since the signed-in user's last visit to the group. -Returned only on $select. +Requires $select to retrieve. [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. @@ -7177,7 +7472,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Requires $select to retrieve. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -7194,16 +7492,16 @@ Nullable. 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. Read-only. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. It also indicates licenses that are directly assigned and the ones the user inherited through group memberships. Read-only. -Returned only on $select. +Requires $select to retrieve. [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. Read-Only. @@ -7329,7 +7627,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -7878,6 +8176,8 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -7971,7 +8271,7 @@ Read-only. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Notifications ]: [Id ]: The unique identifier for an entity. Read-only. @@ -8066,6 +8366,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. @@ -8114,6 +8418,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. @@ -8368,7 +8677,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for users to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [PendingAccessReviewInstances ]: Navigation property to get a list of access reviews pending approval by the reviewer. [Id ]: The unique identifier for an entity. Read-only. @@ -8388,14 +8697,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. @@ -8728,7 +9029,7 @@ Example: 'en-US', or 'es-ES'. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -9184,15 +9485,14 @@ Read-only. [WebUrl ]: Link to the institution or department homepage. [Program ]: educationalActivityDetail [(Any) ]: This indicates any property can be added to this object. - [Abbreviation ]: Shortened name of the degree or program (example: PhD, MBA) + [Abbreviation ]: Shortened name of the degree or program, for example, PhD and MBA. [Activities ]: Extracurricular activities undertaken alongside the program. [Awards ]: Any awards or honors associated with the program. [Description ]: Short description of the program provided by the user. [DisplayName ]: Long-form name of the program that the user provided. - [FieldsOfStudy ]: Majors and minors associated with the program. -(if applicable) - [Grade ]: The final grade, class, GPA, or score. - [Notes ]: More notes the user provided. + [FieldsOfStudy ]: Majors and minors associated with the program, if applicable. + [Grade ]: The final grade, class, grade point average (GPA), or score. + [Notes ]: More notes provided by the user. [WebUrl ]: Link to the degree or program page. [StartMonthYear ]: The month and year the user commenced the activity referenced. [Emails ]: Represents detailed information about email addresses associated with the user. @@ -9495,9 +9795,9 @@ Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they have attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: The scoped-role administrative unit memberships for this user. Read-only. Nullable. @@ -9561,7 +9861,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. @@ -9711,7 +10011,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Use revokeSignInSessions to reset. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -9758,6 +10058,48 @@ The language component follows two-letter codes as defined in ISO 639-1, and the For users with multigeo licenses, the property contains the user's region (if available). For users without multigeo licenses, the property contains the organization's region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China. + [Sections ]: The sections in the user's chat list. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the section was created. +Read-only. +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. + [DisplayIcon ]: sectionDisplayIcon + [(Any) ]: This indicates any property can be added to this object. + [ContentUrl ]: The URL to a custom icon image. +Applicable when iconType is custom. + [DisplayName ]: The human-readable name of the icon. + [IconType ]: The type of icon. +Use an emoji character such as 👍 for an emoji icon, or custom for a custom image icon. + [SkinTone ]: sectionIconSkinTone + [DisplayName ]: The display name of the section. +Required. +Maximum length is 50 characters. +Display names are case-sensitive and must be unique within a user's sections. +The following names are reserved for system-defined sections and can't be used when creating a user-defined section: RecentChats, QuickViews, TeamsAndChannels, MutedChats, MeetingChats, EngageCommunities. + [IsExpanded ]: Indicates whether the section is expanded in the user interface. +The default value is true. + [IsHierarchicalViewEnabled ]: Indicates whether the hierarchical view is enabled for the section. +Read-only. + [Items ]: The items (chats, channels, meetings, or communities) organized within the section. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the item was added to the section. +Read-only. +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. + [ItemType ]: sectionItemType + [LastModifiedDateTime ]: Date and time when the item was last modified. +Read-only. +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. + [LastModifiedDateTime ]: Date and time when the section was last modified. +Read-only. +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. + [SectionType ]: sectionType + [SortType ]: sectionSortType [Todo ]: todo [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -9770,6 +10112,12 @@ Read-only. Nullable. [IsOwner ]: True if the user is owner of the given task list. [IsShared ]: True if the task list is shared with other users + [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the task list. +Read-only. +Nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Value ]: The value of the property. [Tasks ]: The tasks in this task list. Read-only. Nullable. @@ -9833,9 +10181,6 @@ Read-only. [Recurrence ]: patternedRecurrence [ReminderDateTime ]: dateTimeTimeZone [SingleValueExtendedProperties ]: A collection of custom fields linked to the task. - [Id ]: The unique identifier for an entity. -Read-only. - [Value ]: The value of the property. [StartDateTime ]: dateTimeTimeZone [Status ]: taskStatus [Title ]: A brief description of the task. @@ -9887,6 +10232,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. @@ -9924,6 +10271,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. @@ -9946,6 +10294,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 ]: @@ -9999,6 +10348,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. @@ -10008,8 +10359,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. @@ -10039,7 +10388,7 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for users to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). @@ -10333,22 +10682,23 @@ Always null when the object hasn't been deleted. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -10378,12 +10728,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -10493,7 +10900,7 @@ Optional. [IncludeBasicClaimSet ]: Determines whether the basic claim set is included in tokens affected by this policy. If set to true, all claims in the basic claim set are emitted in tokens affected by the policy. By default the basic claim set isn't in the tokens unless they're explicitly configured in this policy. - [CreatedByAppId ]: The appId (called Application (client) ID on the Microsoft Entra admin center) of the application used to create the service principal. + [CreatedByAppId ]: The appId of the application that created this service principal. Set internally by Microsoft Entra ID. Read-only. [CreatedObjects ]: Directory objects created by this service principal. @@ -10625,7 +11032,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -10784,13 +11191,13 @@ May not begin with .. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [ApprovedClientApps ]: + [ApprovedClientApps ]: The collection of approved client apps that are associated with the RDS configuration. +Supports $expand. [Id ]: The unique identifier for an entity. Read-only. - [DisplayName ]: + [DisplayName ]: Display name for the client application. [IsRemoteDesktopProtocolEnabled ]: Determines if Microsoft Entra ID RDS authentication protocol for RDP is enabled. [TargetDeviceGroups ]: The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. -
]: The unique identifier for an entity. Read-only. [DisplayName ]: Display name for the target device group. @@ -11153,7 +11560,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. - [ExternalAuthenticationMethods ]: Represents the external methods registered to a user for authentication. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. Optional. @@ -11169,7 +11576,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. - [DisplayName ]: Custom name given to the registered external authentication method. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. @@ -11422,7 +11829,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -11675,7 +12082,7 @@ Read-only. The identifiers must be unique in the tenant. [Birthday ]: The birthday of the user. 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 Returned only on $select. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. Only one number can be set for this property. Read-only for users synced from on-premises directory. @@ -12285,6 +12692,49 @@ This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. Read only. + [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. +Nullable. + [Attachments ]: References to attached objects like files, tabs, meetings etc. + [Body ]: itemBody + [ChannelIdentity ]: channelIdentity + [ChatId ]: If the message was sent in a chat, represents the identity of the chat. + [CreatedDateTime ]: Timestamp of when the chat message was created. + [DeletedDateTime ]: Read only. +Timestamp at which the chat message was deleted, or null if not deleted. + [Etag ]: Read-only. +Version number of the chat message. + [EventDetail ]: eventMessageDetail + [From ]: chatMessageFromIdentitySet + [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. + [Importance ]: chatMessageImportance + [LastEditedDateTime ]: Read only. +Timestamp when edits to the chat message were made. +Triggers an 'Edited' flag in the Teams UI. +If no edits are made the value is null. + [LastModifiedDateTime ]: Read only. +Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. + [Locale ]: Locale of the chat message set by the client. +Always set to en-us. + [Mentions ]: List of entities mentioned in the chat message. +Supported entities are: user, bot, team, channel, chat, and tag. + [MessageHistory ]: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. + [MessageType ]: chatMessageType + [OnBehalfOf ]: chatMessageFromIdentitySet + [PolicyViolation ]: chatMessagePolicyViolation + [Reactions ]: Reactions for this chat message (for example, Like). + [Replies ]: Replies for a specified message. +Supports $expand for channel messages. + [ReplyToId ]: Read-only. +ID of the parent chat message or root chat message of the thread. +(Only applies to chat messages in channels, not chats.) + [Subject ]: The subject of the chat message, in plaintext. + [Summary ]: Summary text of the chat message that could be used for push notifications and summary views or fall back views. +Only applies to channel chat messages, not chat messages in a chat. + [WebUrl ]: Read-only. +Link to the message in Microsoft Teams. + [Id ]: The unique identifier for an entity. +Read-only. + [Recipient ]: identity [TenantId ]: The identifier of the tenant in which the chat was created. Read-only. [Topic ]: (Optional) Subject or topic for the chat. @@ -12320,21 +12770,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -12453,7 +12960,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 @@ -12478,6 +12987,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. @@ -12685,10 +13227,11 @@ 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. + [ContentCategory ]: contentCategory [CorrelationId ]: An identifier used to group multiple related content entries (for example, different parts of the same file upload, messages in a conversation). [CreatedDateTime ]: Required. Timestamp indicating when the original content was created (for example, file creation time, message sent time). @@ -12973,6 +13516,7 @@ To proactively opt in to the new behavior ahead of time, use the contentStream p Nullable. [File ]: file [(Any) ]: This indicates any property can be added to this object. + [ArchiveStatus ]: fileArchiveStatus [Hashes ]: hashes [(Any) ]: This indicates any property can be added to this object. [Crc32Hash ]: The CRC32 value of the file (if available). @@ -12983,6 +13527,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. @@ -13083,6 +13640,17 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(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. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity. @@ -14092,6 +14660,8 @@ 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 total count of items in the list. +Read-only. [Items ]: All items contained in the list. [List ]: listInfo [(Any) ]: This indicates any property can be added to this object. @@ -14188,6 +14758,24 @@ Required. [LearningProviderId ]: The registration ID of the provider. Required. [Status ]: courseStatus + [Storyline ]: User's storyline singleton container. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Followers ]: The users who are following this user. + [Id ]: The unique identifier for an entity. +Read-only. + [Follower ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Followings ]: The users that this user is following. + [Id ]: The unique identifier for an entity. +Read-only. + [Following ]: The Viva Engage identities. [EmployeeHireDate ]: The date and time when the user was hired or will start work if there is a future hire. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. @@ -14202,10 +14790,10 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. @@ -14678,7 +15266,9 @@ Read-write. [(Any) ]: This indicates any property can be added to this object. [ArchiveStatus ]: siteArchiveStatus [ArchivedBy ]: identitySet - [ArchivedDateTime ]: + [ArchivedDateTime ]: Time when the container was archived. +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. [DataLocationCode ]: The geographic region code for where this site collection resides. Only present for multi-geo tenants. Read-only. @@ -14701,7 +15291,7 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. 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. - Returned only on $select. + Requires $select to retrieve. Note: This property is specific to SharePoint Online. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. @@ -14724,6 +15314,27 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityGovernance ]: identityGovernanceUserSettings + [(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 ]: 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 + [(Any) ]: This indicates any property can be added to this object. + [Duration ]: The requestor's desired duration of access represented in ISO 8601 format for durations. +For example, PT3H refers to three hours. + If specified in a request, endDateTime shouldn't be present and the type property should be set to afterDuration. + [EndDateTime ]: Timestamp of 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. + [Type ]: expirationPatternType + [Recurrence ]: patternedRecurrence + [StartDateTime ]: 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. +In PIM, when the eligible or active assignment becomes active. [IdentityParentId ]: The object ID of the parent identity for agent users. Always null for regular user accounts. For agentUser resources, this property references the object ID of the associated agent identity. @@ -14820,7 +15431,7 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for users to describe their interests. -Returned only on $select. +Requires $select to retrieve. [InvitedBy ]: directoryObject [IsLicenseReconciliationNeeded ]: Indicates whether the user is pending an exchange mailbox license assignment. Read-only. @@ -14829,7 +15440,8 @@ Returned only on $select. 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). @@ -14843,24 +15455,24 @@ If this list is non-empty, then only users or groups listed here can post. [AccessType ]: groupAccessType [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are auto-subscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -14870,6 +15482,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -15028,11 +15641,11 @@ You can use it as a $filter argument to get groups that have members with licens Supports $filter (eq). [HideFromAddressLists ]: true if the group isn't displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: true if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [InfoCatalogs ]: Identifies the info segments assigned to the group. Returned by default. @@ -15056,7 +15669,7 @@ Read-only. To manage a group 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. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -15106,6 +15719,7 @@ Read-only. [OnPremisesDomainName ]: Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only. + [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [OnPremisesLastSyncDateTime ]: Indicates the last time at which the group was synced with the on-premises directory.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. Returned by default. @@ -15289,10 +15903,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -15301,9 +15917,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. @@ -15467,7 +16112,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). @@ -15515,6 +16160,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 @@ -15912,12 +16558,12 @@ Immutable. Read-only. [UnseenConversationsCount ]: Count of conversations delivered one or more new posts since the signed-in user's last visit to the group. This property is the same as unseenCount. -Returned only on $select. +Requires $select to retrieve. [UnseenCount ]: Count of conversations that have received new posts since the signed-in user last visited the group. -This property is the same as unseenConversationsCount.Returned only on $select. +This property is the same as unseenConversationsCount.Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [UnseenMessagesCount ]: Count of new posts that have been delivered to the group's conversations since the signed-in user's last visit to the group. -Returned only on $select. +Requires $select to retrieve. [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. @@ -15928,7 +16574,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Requires $select to retrieve. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -15945,16 +16594,16 @@ Nullable. 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. Read-only. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. It also indicates licenses that are directly assigned and the ones the user inherited through group memberships. Read-only. -Returned only on $select. +Requires $select to retrieve. [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. Read-Only. @@ -16080,7 +16729,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -16629,6 +17278,8 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -16722,7 +17373,7 @@ Read-only. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Notifications ]: [Id ]: The unique identifier for an entity. Read-only. @@ -16817,6 +17468,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. @@ -16865,6 +17520,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. @@ -17119,7 +17779,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for users to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [PendingAccessReviewInstances ]: Navigation property to get a list of access reviews pending approval by the reviewer. [Id ]: The unique identifier for an entity. Read-only. @@ -17139,14 +17799,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. @@ -17479,7 +18131,7 @@ Example: 'en-US', or 'es-ES'. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -17935,15 +18587,14 @@ Read-only. [WebUrl ]: Link to the institution or department homepage. [Program ]: educationalActivityDetail [(Any) ]: This indicates any property can be added to this object. - [Abbreviation ]: Shortened name of the degree or program (example: PhD, MBA) + [Abbreviation ]: Shortened name of the degree or program, for example, PhD and MBA. [Activities ]: Extracurricular activities undertaken alongside the program. [Awards ]: Any awards or honors associated with the program. [Description ]: Short description of the program provided by the user. [DisplayName ]: Long-form name of the program that the user provided. - [FieldsOfStudy ]: Majors and minors associated with the program. -(if applicable) - [Grade ]: The final grade, class, GPA, or score. - [Notes ]: More notes the user provided. + [FieldsOfStudy ]: Majors and minors associated with the program, if applicable. + [Grade ]: The final grade, class, grade point average (GPA), or score. + [Notes ]: More notes provided by the user. [WebUrl ]: Link to the degree or program page. [StartMonthYear ]: The month and year the user commenced the activity referenced. [Emails ]: Represents detailed information about email addresses associated with the user. @@ -18246,9 +18897,9 @@ Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they have attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: The scoped-role administrative unit memberships for this user. Read-only. Nullable. @@ -18312,7 +18963,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. @@ -18462,7 +19113,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Use revokeSignInSessions to reset. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -18509,6 +19160,48 @@ The language component follows two-letter codes as defined in ISO 639-1, and the For users with multigeo licenses, the property contains the user's region (if available). For users without multigeo licenses, the property contains the organization's region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China. + [Sections ]: The sections in the user's chat list. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the section was created. +Read-only. +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. + [DisplayIcon ]: sectionDisplayIcon + [(Any) ]: This indicates any property can be added to this object. + [ContentUrl ]: The URL to a custom icon image. +Applicable when iconType is custom. + [DisplayName ]: The human-readable name of the icon. + [IconType ]: The type of icon. +Use an emoji character such as 👍 for an emoji icon, or custom for a custom image icon. + [SkinTone ]: sectionIconSkinTone + [DisplayName ]: The display name of the section. +Required. +Maximum length is 50 characters. +Display names are case-sensitive and must be unique within a user's sections. +The following names are reserved for system-defined sections and can't be used when creating a user-defined section: RecentChats, QuickViews, TeamsAndChannels, MutedChats, MeetingChats, EngageCommunities. + [IsExpanded ]: Indicates whether the section is expanded in the user interface. +The default value is true. + [IsHierarchicalViewEnabled ]: Indicates whether the hierarchical view is enabled for the section. +Read-only. + [Items ]: The items (chats, channels, meetings, or communities) organized within the section. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the item was added to the section. +Read-only. +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. + [ItemType ]: sectionItemType + [LastModifiedDateTime ]: Date and time when the item was last modified. +Read-only. +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. + [LastModifiedDateTime ]: Date and time when the section was last modified. +Read-only. +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. + [SectionType ]: sectionType + [SortType ]: sectionSortType [Todo ]: todo [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -18521,6 +19214,12 @@ Read-only. Nullable. [IsOwner ]: True if the user is owner of the given task list. [IsShared ]: True if the task list is shared with other users + [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the task list. +Read-only. +Nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Value ]: The value of the property. [Tasks ]: The tasks in this task list. Read-only. Nullable. @@ -18584,9 +19283,6 @@ Read-only. [Recurrence ]: patternedRecurrence [ReminderDateTime ]: dateTimeTimeZone [SingleValueExtendedProperties ]: A collection of custom fields linked to the task. - [Id ]: The unique identifier for an entity. -Read-only. - [Value ]: The value of the property. [StartDateTime ]: dateTimeTimeZone [Status ]: taskStatus [Title ]: A brief description of the task. @@ -18638,6 +19334,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. @@ -18675,6 +19373,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. @@ -18697,6 +19396,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 ]: @@ -18750,6 +19450,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. @@ -18759,8 +19461,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. @@ -18853,7 +19553,7 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for users to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). @@ -19147,22 +19847,23 @@ Always null when the object hasn't been deleted. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -19192,12 +19893,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -19307,7 +20065,7 @@ Optional. [IncludeBasicClaimSet ]: Determines whether the basic claim set is included in tokens affected by this policy. If set to true, all claims in the basic claim set are emitted in tokens affected by the policy. By default the basic claim set isn't in the tokens unless they're explicitly configured in this policy. - [CreatedByAppId ]: The appId (called Application (client) ID on the Microsoft Entra admin center) of the application used to create the service principal. + [CreatedByAppId ]: The appId of the application that created this service principal. Set internally by Microsoft Entra ID. Read-only. [CreatedObjects ]: Directory objects created by this service principal. @@ -19439,7 +20197,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -19598,13 +20356,13 @@ May not begin with .. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [ApprovedClientApps ]: + [ApprovedClientApps ]: The collection of approved client apps that are associated with the RDS configuration. +Supports $expand. [Id ]: The unique identifier for an entity. Read-only. - [DisplayName ]: + [DisplayName ]: Display name for the client application. [IsRemoteDesktopProtocolEnabled ]: Determines if Microsoft Entra ID RDS authentication protocol for RDP is enabled. [TargetDeviceGroups ]: The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. -
]: The unique identifier for an entity. Read-only. [DisplayName ]: Display name for the target device group. @@ -19967,7 +20725,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. - [ExternalAuthenticationMethods ]: Represents the external methods registered to a user for authentication. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. Optional. @@ -19983,7 +20741,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. - [DisplayName ]: Custom name given to the registered external authentication method. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. @@ -20236,7 +20994,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -20489,7 +21247,7 @@ Read-only. The identifiers must be unique in the tenant. [Birthday ]: The birthday of the user. 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 Returned only on $select. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. Only one number can be set for this property. Read-only for users synced from on-premises directory. @@ -21099,6 +21857,49 @@ This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. Read only. + [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. +Nullable. + [Attachments ]: References to attached objects like files, tabs, meetings etc. + [Body ]: itemBody + [ChannelIdentity ]: channelIdentity + [ChatId ]: If the message was sent in a chat, represents the identity of the chat. + [CreatedDateTime ]: Timestamp of when the chat message was created. + [DeletedDateTime ]: Read only. +Timestamp at which the chat message was deleted, or null if not deleted. + [Etag ]: Read-only. +Version number of the chat message. + [EventDetail ]: eventMessageDetail + [From ]: chatMessageFromIdentitySet + [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. + [Importance ]: chatMessageImportance + [LastEditedDateTime ]: Read only. +Timestamp when edits to the chat message were made. +Triggers an 'Edited' flag in the Teams UI. +If no edits are made the value is null. + [LastModifiedDateTime ]: Read only. +Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. + [Locale ]: Locale of the chat message set by the client. +Always set to en-us. + [Mentions ]: List of entities mentioned in the chat message. +Supported entities are: user, bot, team, channel, chat, and tag. + [MessageHistory ]: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. + [MessageType ]: chatMessageType + [OnBehalfOf ]: chatMessageFromIdentitySet + [PolicyViolation ]: chatMessagePolicyViolation + [Reactions ]: Reactions for this chat message (for example, Like). + [Replies ]: Replies for a specified message. +Supports $expand for channel messages. + [ReplyToId ]: Read-only. +ID of the parent chat message or root chat message of the thread. +(Only applies to chat messages in channels, not chats.) + [Subject ]: The subject of the chat message, in plaintext. + [Summary ]: Summary text of the chat message that could be used for push notifications and summary views or fall back views. +Only applies to channel chat messages, not chat messages in a chat. + [WebUrl ]: Read-only. +Link to the message in Microsoft Teams. + [Id ]: The unique identifier for an entity. +Read-only. + [Recipient ]: identity [TenantId ]: The identifier of the tenant in which the chat was created. Read-only. [Topic ]: (Optional) Subject or topic for the chat. @@ -21134,21 +21935,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -21267,7 +22125,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 @@ -21292,6 +22152,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. @@ -21499,10 +22392,11 @@ 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. + [ContentCategory ]: contentCategory [CorrelationId ]: An identifier used to group multiple related content entries (for example, different parts of the same file upload, messages in a conversation). [CreatedDateTime ]: Required. Timestamp indicating when the original content was created (for example, file creation time, message sent time). @@ -21787,6 +22681,7 @@ To proactively opt in to the new behavior ahead of time, use the contentStream p Nullable. [File ]: file [(Any) ]: This indicates any property can be added to this object. + [ArchiveStatus ]: fileArchiveStatus [Hashes ]: hashes [(Any) ]: This indicates any property can be added to this object. [Crc32Hash ]: The CRC32 value of the file (if available). @@ -21797,6 +22692,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. @@ -21897,6 +22805,17 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(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. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity. @@ -22906,6 +23825,8 @@ 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 total count of items in the list. +Read-only. [Items ]: All items contained in the list. [List ]: listInfo [(Any) ]: This indicates any property can be added to this object. @@ -23002,6 +23923,24 @@ Required. [LearningProviderId ]: The registration ID of the provider. Required. [Status ]: courseStatus + [Storyline ]: User's storyline singleton container. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Followers ]: The users who are following this user. + [Id ]: The unique identifier for an entity. +Read-only. + [Follower ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Followings ]: The users that this user is following. + [Id ]: The unique identifier for an entity. +Read-only. + [Following ]: The Viva Engage identities. [EmployeeHireDate ]: The date and time when the user was hired or will start work if there is a future hire. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. @@ -23016,10 +23955,10 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. @@ -23492,7 +24431,9 @@ Read-write. [(Any) ]: This indicates any property can be added to this object. [ArchiveStatus ]: siteArchiveStatus [ArchivedBy ]: identitySet - [ArchivedDateTime ]: + [ArchivedDateTime ]: Time when the container was archived. +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. [DataLocationCode ]: The geographic region code for where this site collection resides. Only present for multi-geo tenants. Read-only. @@ -23515,7 +24456,7 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. 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. - Returned only on $select. + Requires $select to retrieve. Note: This property is specific to SharePoint Online. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. @@ -23538,6 +24479,27 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityGovernance ]: identityGovernanceUserSettings + [(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 ]: 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 + [(Any) ]: This indicates any property can be added to this object. + [Duration ]: The requestor's desired duration of access represented in ISO 8601 format for durations. +For example, PT3H refers to three hours. + If specified in a request, endDateTime shouldn't be present and the type property should be set to afterDuration. + [EndDateTime ]: Timestamp of 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. + [Type ]: expirationPatternType + [Recurrence ]: patternedRecurrence + [StartDateTime ]: 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. +In PIM, when the eligible or active assignment becomes active. [IdentityParentId ]: The object ID of the parent identity for agent users. Always null for regular user accounts. For agentUser resources, this property references the object ID of the associated agent identity. @@ -23634,7 +24596,7 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for users to describe their interests. -Returned only on $select. +Requires $select to retrieve. [InvitedBy ]: directoryObject [IsLicenseReconciliationNeeded ]: Indicates whether the user is pending an exchange mailbox license assignment. Read-only. @@ -23643,7 +24605,8 @@ Returned only on $select. 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). @@ -23657,24 +24620,24 @@ If this list is non-empty, then only users or groups listed here can post. [AccessType ]: groupAccessType [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are auto-subscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -23684,6 +24647,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -23842,11 +24806,11 @@ You can use it as a $filter argument to get groups that have members with licens Supports $filter (eq). [HideFromAddressLists ]: true if the group isn't displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: true if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [InfoCatalogs ]: Identifies the info segments assigned to the group. Returned by default. @@ -23870,7 +24834,7 @@ Read-only. To manage a group 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. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -23920,6 +24884,7 @@ Read-only. [OnPremisesDomainName ]: Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only. + [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [OnPremisesLastSyncDateTime ]: Indicates the last time at which the group was synced with the on-premises directory.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. Returned by default. @@ -24103,10 +25068,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -24115,9 +25082,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. @@ -24281,7 +25277,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). @@ -24329,6 +25325,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 @@ -24726,12 +25723,12 @@ Immutable. Read-only. [UnseenConversationsCount ]: Count of conversations delivered one or more new posts since the signed-in user's last visit to the group. This property is the same as unseenCount. -Returned only on $select. +Requires $select to retrieve. [UnseenCount ]: Count of conversations that have received new posts since the signed-in user last visited the group. -This property is the same as unseenConversationsCount.Returned only on $select. +This property is the same as unseenConversationsCount.Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [UnseenMessagesCount ]: Count of new posts that have been delivered to the group's conversations since the signed-in user's last visit to the group. -Returned only on $select. +Requires $select to retrieve. [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. @@ -24742,7 +25739,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Requires $select to retrieve. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -24759,16 +25759,16 @@ Nullable. 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. Read-only. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. It also indicates licenses that are directly assigned and the ones the user inherited through group memberships. Read-only. -Returned only on $select. +Requires $select to retrieve. [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. Read-Only. @@ -24894,7 +25894,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -25443,6 +26443,8 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -25536,7 +26538,7 @@ Read-only. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Notifications ]: [Id ]: The unique identifier for an entity. Read-only. @@ -25631,6 +26633,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. @@ -25679,6 +26685,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. @@ -25933,7 +26944,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for users to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [PendingAccessReviewInstances ]: Navigation property to get a list of access reviews pending approval by the reviewer. [Id ]: The unique identifier for an entity. Read-only. @@ -25953,14 +26964,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. @@ -26293,7 +27296,7 @@ Example: 'en-US', or 'es-ES'. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -26749,15 +27752,14 @@ Read-only. [WebUrl ]: Link to the institution or department homepage. [Program ]: educationalActivityDetail [(Any) ]: This indicates any property can be added to this object. - [Abbreviation ]: Shortened name of the degree or program (example: PhD, MBA) + [Abbreviation ]: Shortened name of the degree or program, for example, PhD and MBA. [Activities ]: Extracurricular activities undertaken alongside the program. [Awards ]: Any awards or honors associated with the program. [Description ]: Short description of the program provided by the user. [DisplayName ]: Long-form name of the program that the user provided. - [FieldsOfStudy ]: Majors and minors associated with the program. -(if applicable) - [Grade ]: The final grade, class, GPA, or score. - [Notes ]: More notes the user provided. + [FieldsOfStudy ]: Majors and minors associated with the program, if applicable. + [Grade ]: The final grade, class, grade point average (GPA), or score. + [Notes ]: More notes provided by the user. [WebUrl ]: Link to the degree or program page. [StartMonthYear ]: The month and year the user commenced the activity referenced. [Emails ]: Represents detailed information about email addresses associated with the user. @@ -27060,9 +28062,9 @@ Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they have attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: The scoped-role administrative unit memberships for this user. Read-only. Nullable. @@ -27126,7 +28128,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. @@ -27276,7 +28278,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Use revokeSignInSessions to reset. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -27323,6 +28325,48 @@ The language component follows two-letter codes as defined in ISO 639-1, and the For users with multigeo licenses, the property contains the user's region (if available). For users without multigeo licenses, the property contains the organization's region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China. + [Sections ]: The sections in the user's chat list. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the section was created. +Read-only. +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. + [DisplayIcon ]: sectionDisplayIcon + [(Any) ]: This indicates any property can be added to this object. + [ContentUrl ]: The URL to a custom icon image. +Applicable when iconType is custom. + [DisplayName ]: The human-readable name of the icon. + [IconType ]: The type of icon. +Use an emoji character such as 👍 for an emoji icon, or custom for a custom image icon. + [SkinTone ]: sectionIconSkinTone + [DisplayName ]: The display name of the section. +Required. +Maximum length is 50 characters. +Display names are case-sensitive and must be unique within a user's sections. +The following names are reserved for system-defined sections and can't be used when creating a user-defined section: RecentChats, QuickViews, TeamsAndChannels, MutedChats, MeetingChats, EngageCommunities. + [IsExpanded ]: Indicates whether the section is expanded in the user interface. +The default value is true. + [IsHierarchicalViewEnabled ]: Indicates whether the hierarchical view is enabled for the section. +Read-only. + [Items ]: The items (chats, channels, meetings, or communities) organized within the section. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the item was added to the section. +Read-only. +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. + [ItemType ]: sectionItemType + [LastModifiedDateTime ]: Date and time when the item was last modified. +Read-only. +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. + [LastModifiedDateTime ]: Date and time when the section was last modified. +Read-only. +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. + [SectionType ]: sectionType + [SortType ]: sectionSortType [Todo ]: todo [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -27335,6 +28379,12 @@ Read-only. Nullable. [IsOwner ]: True if the user is owner of the given task list. [IsShared ]: True if the task list is shared with other users + [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the task list. +Read-only. +Nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Value ]: The value of the property. [Tasks ]: The tasks in this task list. Read-only. Nullable. @@ -27398,9 +28448,6 @@ Read-only. [Recurrence ]: patternedRecurrence [ReminderDateTime ]: dateTimeTimeZone [SingleValueExtendedProperties ]: A collection of custom fields linked to the task. - [Id ]: The unique identifier for an entity. -Read-only. - [Value ]: The value of the property. [StartDateTime ]: dateTimeTimeZone [Status ]: taskStatus [Title ]: A brief description of the task. @@ -27452,6 +28499,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. @@ -27489,6 +28538,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. @@ -27511,6 +28561,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 ]: @@ -27564,6 +28615,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. @@ -27573,8 +28626,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. @@ -27819,7 +28870,7 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for users to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). @@ -28103,22 +29154,23 @@ Always null when the object hasn't been deleted. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -28148,12 +29200,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -28263,7 +29372,7 @@ Optional. [IncludeBasicClaimSet ]: Determines whether the basic claim set is included in tokens affected by this policy. If set to true, all claims in the basic claim set are emitted in tokens affected by the policy. By default the basic claim set isn't in the tokens unless they're explicitly configured in this policy. - [CreatedByAppId ]: The appId (called Application (client) ID on the Microsoft Entra admin center) of the application used to create the service principal. + [CreatedByAppId ]: The appId of the application that created this service principal. Set internally by Microsoft Entra ID. Read-only. [CreatedObjects ]: Directory objects created by this service principal. @@ -28395,7 +29504,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -28554,13 +29663,13 @@ May not begin with .. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [ApprovedClientApps ]: + [ApprovedClientApps ]: The collection of approved client apps that are associated with the RDS configuration. +Supports $expand. [Id ]: The unique identifier for an entity. Read-only. - [DisplayName ]: + [DisplayName ]: Display name for the client application. [IsRemoteDesktopProtocolEnabled ]: Determines if Microsoft Entra ID RDS authentication protocol for RDP is enabled. [TargetDeviceGroups ]: The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. -
]: The unique identifier for an entity. Read-only. [DisplayName ]: Display name for the target device group. @@ -28923,7 +30032,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. - [ExternalAuthenticationMethods ]: Represents the external methods registered to a user for authentication. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. Optional. @@ -28939,7 +30048,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. - [DisplayName ]: Custom name given to the registered external authentication method. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. @@ -29192,7 +30301,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -29445,7 +30554,7 @@ Read-only. The identifiers must be unique in the tenant. [Birthday ]: The birthday of the user. 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 Returned only on $select. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. Only one number can be set for this property. Read-only for users synced from on-premises directory. @@ -29976,6 +31085,49 @@ This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. Read only. + [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. +Nullable. + [Attachments ]: References to attached objects like files, tabs, meetings etc. + [Body ]: itemBody + [ChannelIdentity ]: channelIdentity + [ChatId ]: If the message was sent in a chat, represents the identity of the chat. + [CreatedDateTime ]: Timestamp of when the chat message was created. + [DeletedDateTime ]: Read only. +Timestamp at which the chat message was deleted, or null if not deleted. + [Etag ]: Read-only. +Version number of the chat message. + [EventDetail ]: eventMessageDetail + [From ]: chatMessageFromIdentitySet + [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. + [Importance ]: chatMessageImportance + [LastEditedDateTime ]: Read only. +Timestamp when edits to the chat message were made. +Triggers an 'Edited' flag in the Teams UI. +If no edits are made the value is null. + [LastModifiedDateTime ]: Read only. +Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. + [Locale ]: Locale of the chat message set by the client. +Always set to en-us. + [Mentions ]: List of entities mentioned in the chat message. +Supported entities are: user, bot, team, channel, chat, and tag. + [MessageHistory ]: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. + [MessageType ]: chatMessageType + [OnBehalfOf ]: chatMessageFromIdentitySet + [PolicyViolation ]: chatMessagePolicyViolation + [Reactions ]: Reactions for this chat message (for example, Like). + [Replies ]: Replies for a specified message. +Supports $expand for channel messages. + [ReplyToId ]: Read-only. +ID of the parent chat message or root chat message of the thread. +(Only applies to chat messages in channels, not chats.) + [Subject ]: The subject of the chat message, in plaintext. + [Summary ]: Summary text of the chat message that could be used for push notifications and summary views or fall back views. +Only applies to channel chat messages, not chat messages in a chat. + [WebUrl ]: Read-only. +Link to the message in Microsoft Teams. + [Id ]: The unique identifier for an entity. +Read-only. + [Recipient ]: identity [TenantId ]: The identifier of the tenant in which the chat was created. Read-only. [Topic ]: (Optional) Subject or topic for the chat. @@ -30011,21 +31163,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -30144,7 +31353,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 @@ -30169,6 +31380,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. @@ -30376,10 +31620,11 @@ 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. + [ContentCategory ]: contentCategory [CorrelationId ]: An identifier used to group multiple related content entries (for example, different parts of the same file upload, messages in a conversation). [CreatedDateTime ]: Required. Timestamp indicating when the original content was created (for example, file creation time, message sent time). @@ -30674,6 +31919,17 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(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. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity. @@ -30962,6 +32218,8 @@ 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 total count of items in the list. +Read-only. [Items ]: All items contained in the list. [List ]: listInfo [(Any) ]: This indicates any property can be added to this object. @@ -31125,6 +32383,24 @@ Required. [LearningProviderId ]: The registration ID of the provider. Required. [Status ]: courseStatus + [Storyline ]: User's storyline singleton container. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Followers ]: The users who are following this user. + [Id ]: The unique identifier for an entity. +Read-only. + [Follower ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Followings ]: The users that this user is following. + [Id ]: The unique identifier for an entity. +Read-only. + [Following ]: The Viva Engage identities. [EmployeeHireDate ]: The date and time when the user was hired or will start work if there is a future hire. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. @@ -31139,10 +32415,10 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. @@ -31616,7 +32892,9 @@ Read-write. [(Any) ]: This indicates any property can be added to this object. [ArchiveStatus ]: siteArchiveStatus [ArchivedBy ]: identitySet - [ArchivedDateTime ]: + [ArchivedDateTime ]: Time when the container was archived. +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. [DataLocationCode ]: The geographic region code for where this site collection resides. Only present for multi-geo tenants. Read-only. @@ -31639,7 +32917,7 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. 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. - Returned only on $select. + Requires $select to retrieve. Note: This property is specific to SharePoint Online. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. @@ -31662,6 +32940,27 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityGovernance ]: identityGovernanceUserSettings + [(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 ]: 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 + [(Any) ]: This indicates any property can be added to this object. + [Duration ]: The requestor's desired duration of access represented in ISO 8601 format for durations. +For example, PT3H refers to three hours. + If specified in a request, endDateTime shouldn't be present and the type property should be set to afterDuration. + [EndDateTime ]: Timestamp of 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. + [Type ]: expirationPatternType + [Recurrence ]: patternedRecurrence + [StartDateTime ]: 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. +In PIM, when the eligible or active assignment becomes active. [IdentityParentId ]: The object ID of the parent identity for agent users. Always null for regular user accounts. For agentUser resources, this property references the object ID of the associated agent identity. @@ -31758,7 +33057,7 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for users to describe their interests. -Returned only on $select. +Requires $select to retrieve. [InvitedBy ]: directoryObject [IsLicenseReconciliationNeeded ]: Indicates whether the user is pending an exchange mailbox license assignment. Read-only. @@ -31767,7 +33066,8 @@ Returned only on $select. 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). @@ -31781,24 +33081,24 @@ If this list is non-empty, then only users or groups listed here can post. [AccessType ]: groupAccessType [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are auto-subscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -31808,6 +33108,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -31966,11 +33267,11 @@ You can use it as a $filter argument to get groups that have members with licens Supports $filter (eq). [HideFromAddressLists ]: true if the group isn't displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: true if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [InfoCatalogs ]: Identifies the info segments assigned to the group. Returned by default. @@ -31994,7 +33295,7 @@ Read-only. To manage a group 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. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -32044,6 +33345,7 @@ Read-only. [OnPremisesDomainName ]: Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only. + [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [OnPremisesLastSyncDateTime ]: Indicates the last time at which the group was synced with the on-premises directory.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. Returned by default. @@ -32227,10 +33529,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -32239,9 +33543,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. @@ -32405,7 +33738,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). @@ -32444,12 +33777,12 @@ Immutable. Read-only. [UnseenConversationsCount ]: Count of conversations delivered one or more new posts since the signed-in user's last visit to the group. This property is the same as unseenCount. -Returned only on $select. +Requires $select to retrieve. [UnseenCount ]: Count of conversations that have received new posts since the signed-in user last visited the group. -This property is the same as unseenConversationsCount.Returned only on $select. +This property is the same as unseenConversationsCount.Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [UnseenMessagesCount ]: Count of new posts that have been delivered to the group's conversations since the signed-in user's last visit to the group. -Returned only on $select. +Requires $select to retrieve. [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. @@ -32460,7 +33793,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Requires $select to retrieve. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -32477,16 +33813,16 @@ Nullable. 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. Read-only. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. It also indicates licenses that are directly assigned and the ones the user inherited through group memberships. Read-only. -Returned only on $select. +Requires $select to retrieve. [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. Read-Only. @@ -32612,7 +33948,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -33161,6 +34497,8 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -33254,7 +34592,7 @@ Read-only. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Notifications ]: [Id ]: The unique identifier for an entity. Read-only. @@ -33349,6 +34687,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. @@ -33397,6 +34739,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. @@ -33651,7 +34998,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for users to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [PendingAccessReviewInstances ]: Navigation property to get a list of access reviews pending approval by the reviewer. [Id ]: The unique identifier for an entity. Read-only. @@ -34011,7 +35358,7 @@ Example: 'en-US', or 'es-ES'. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -34477,15 +35824,14 @@ Read-only. [WebUrl ]: Link to the institution or department homepage. [Program ]: educationalActivityDetail [(Any) ]: This indicates any property can be added to this object. - [Abbreviation ]: Shortened name of the degree or program (example: PhD, MBA) + [Abbreviation ]: Shortened name of the degree or program, for example, PhD and MBA. [Activities ]: Extracurricular activities undertaken alongside the program. [Awards ]: Any awards or honors associated with the program. [Description ]: Short description of the program provided by the user. [DisplayName ]: Long-form name of the program that the user provided. - [FieldsOfStudy ]: Majors and minors associated with the program. -(if applicable) - [Grade ]: The final grade, class, GPA, or score. - [Notes ]: More notes the user provided. + [FieldsOfStudy ]: Majors and minors associated with the program, if applicable. + [Grade ]: The final grade, class, grade point average (GPA), or score. + [Notes ]: More notes provided by the user. [WebUrl ]: Link to the degree or program page. [StartMonthYear ]: The month and year the user commenced the activity referenced. [Emails ]: Represents detailed information about email addresses associated with the user. @@ -34788,9 +36134,9 @@ Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they have attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: The scoped-role administrative unit memberships for this user. Read-only. Nullable. @@ -34854,7 +36200,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. @@ -35004,7 +36350,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Use revokeSignInSessions to reset. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -35051,6 +36397,48 @@ The language component follows two-letter codes as defined in ISO 639-1, and the For users with multigeo licenses, the property contains the user's region (if available). For users without multigeo licenses, the property contains the organization's region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China. + [Sections ]: The sections in the user's chat list. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the section was created. +Read-only. +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. + [DisplayIcon ]: sectionDisplayIcon + [(Any) ]: This indicates any property can be added to this object. + [ContentUrl ]: The URL to a custom icon image. +Applicable when iconType is custom. + [DisplayName ]: The human-readable name of the icon. + [IconType ]: The type of icon. +Use an emoji character such as 👍 for an emoji icon, or custom for a custom image icon. + [SkinTone ]: sectionIconSkinTone + [DisplayName ]: The display name of the section. +Required. +Maximum length is 50 characters. +Display names are case-sensitive and must be unique within a user's sections. +The following names are reserved for system-defined sections and can't be used when creating a user-defined section: RecentChats, QuickViews, TeamsAndChannels, MutedChats, MeetingChats, EngageCommunities. + [IsExpanded ]: Indicates whether the section is expanded in the user interface. +The default value is true. + [IsHierarchicalViewEnabled ]: Indicates whether the hierarchical view is enabled for the section. +Read-only. + [Items ]: The items (chats, channels, meetings, or communities) organized within the section. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the item was added to the section. +Read-only. +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. + [ItemType ]: sectionItemType + [LastModifiedDateTime ]: Date and time when the item was last modified. +Read-only. +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. + [LastModifiedDateTime ]: Date and time when the section was last modified. +Read-only. +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. + [SectionType ]: sectionType + [SortType ]: sectionSortType [Todo ]: todo [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -35063,6 +36451,12 @@ Read-only. Nullable. [IsOwner ]: True if the user is owner of the given task list. [IsShared ]: True if the task list is shared with other users + [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the task list. +Read-only. +Nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Value ]: The value of the property. [Tasks ]: The tasks in this task list. Read-only. Nullable. @@ -35126,9 +36520,6 @@ Read-only. [Recurrence ]: patternedRecurrence [ReminderDateTime ]: dateTimeTimeZone [SingleValueExtendedProperties ]: A collection of custom fields linked to the task. - [Id ]: The unique identifier for an entity. -Read-only. - [Value ]: The value of the property. [StartDateTime ]: dateTimeTimeZone [Status ]: taskStatus [Title ]: A brief description of the task. @@ -35180,6 +36571,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. @@ -35217,6 +36610,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. @@ -35239,6 +36633,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 ]: @@ -35292,6 +36687,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. @@ -35301,8 +36698,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. @@ -35373,6 +36768,7 @@ To proactively opt in to the new behavior ahead of time, use the contentStream p Nullable. [File ]: file [(Any) ]: This indicates any property can be added to this object. + [ArchiveStatus ]: fileArchiveStatus [Hashes ]: hashes [(Any) ]: This indicates any property can be added to this object. [Crc32Hash ]: The CRC32 value of the file (if available). @@ -35383,6 +36779,12 @@ 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 ]: [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. @@ -36059,6 +37461,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 diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Update-MgBetaPrivacySubjectRightsRequestApproverMailboxSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Update-MgBetaPrivacySubjectRightsRequestApproverMailboxSetting.md index 003abe87a43d5..ae9990baa41a9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Update-MgBetaPrivacySubjectRightsRequestApproverMailboxSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Update-MgBetaPrivacySubjectRightsRequestApproverMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.compliance/update-mgbetaprivacysubjectrightsrequestapprovermailboxsetting Locale: en-US Module Name: Microsoft.Graph.Beta.Compliance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaPrivacySubjectRightsRequestApproverMailboxSetting --- @@ -31,7 +31,7 @@ Update-MgBetaPrivacySubjectRightsRequestApproverMailboxSetting -SubjectRightsReq [-UserPurpose ] [-UserPurposeV2 ] [-WorkingHours ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -42,7 +42,6 @@ Update-MgBetaPrivacySubjectRightsRequestApproverMailboxSetting -SubjectRightsReq [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -56,7 +55,6 @@ Update-MgBetaPrivacySubjectRightsRequestApproverMailboxSetting -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -66,7 +64,7 @@ Update-MgBetaPrivacySubjectRightsRequestApproverMailboxSetting -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Update-MgBetaPrivacySubjectRightsRequestCollaboratorMailboxSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Update-MgBetaPrivacySubjectRightsRequestCollaboratorMailboxSetting.md index e9daaa823430d..b8f59b699efe5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Update-MgBetaPrivacySubjectRightsRequestCollaboratorMailboxSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Update-MgBetaPrivacySubjectRightsRequestCollaboratorMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.compliance/update-mgbetaprivacysubjectrightsrequestcollaboratormailboxsetting Locale: en-US Module Name: Microsoft.Graph.Beta.Compliance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaPrivacySubjectRightsRequestCollaboratorMailboxSetting --- @@ -31,7 +31,7 @@ Update-MgBetaPrivacySubjectRightsRequestCollaboratorMailboxSetting -SubjectRight [-UserPurpose ] [-UserPurposeV2 ] [-WorkingHours ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -42,7 +42,6 @@ Update-MgBetaPrivacySubjectRightsRequestCollaboratorMailboxSetting -SubjectRight [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -57,7 +56,6 @@ Update-MgBetaPrivacySubjectRightsRequestCollaboratorMailboxSetting [-WorkingHours ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -68,7 +66,6 @@ Update-MgBetaPrivacySubjectRightsRequestCollaboratorMailboxSetting [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Update-MgBetaPrivacySubjectRightsRequestNote.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Update-MgBetaPrivacySubjectRightsRequestNote.md index 10ad57791c8f1..e3178b4d6d39e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Update-MgBetaPrivacySubjectRightsRequestNote.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Compliance/Update-MgBetaPrivacySubjectRightsRequestNote.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Compliance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.compliance/update-mgbetaprivacysubjectrightsrequestnote Locale: en-US Module Name: Microsoft.Graph.Beta.Compliance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaPrivacySubjectRightsRequestNote --- @@ -29,7 +29,7 @@ Update-MgBetaPrivacySubjectRightsRequestNote -AuthoredNoteId [-Content ] [-CreatedDateTime ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -40,7 +40,6 @@ Update-MgBetaPrivacySubjectRightsRequestNote -AuthoredNoteId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -52,7 +51,6 @@ Update-MgBetaPrivacySubjectRightsRequestNote -InputObject [-CreatedDateTime ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -62,7 +60,7 @@ Update-MgBetaPrivacySubjectRightsRequestNote -InputObject -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.DeviceManagement.Administration/Get-MgBetaDeviceManagementApplePushNotificationCertificate.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementApplePushNotificationCertificate.md index a384c7761ef21..124c3bf992d7a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementApplePushNotificationCertificate.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementApplePushNotificationCertificate.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/get-mgbetadevicemanagementapplepushnotificationcertificate Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementApplePushNotificationCertificate --- @@ -26,7 +26,7 @@ Apple push notification certificate. Get-MgBetaDeviceManagementApplePushNotificationCertificate [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -42,9 +42,9 @@ Apple push notification certificate. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | DeviceManagementServiceConfig.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementConfiguration.Read.All, | +| Delegated (work or school account) | DeviceManagementServiceConfig.ReadWrite.All, DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementManagedDevices.Read.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | DeviceManagementServiceConfig.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementConfiguration.Read.All, | +| Application | DeviceManagementServiceConfig.ReadWrite.All, DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementManagedDevices.Read.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementAuditEvent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementAuditEvent.md index 8aa29ba9b413b..fe51750f455fe 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementAuditEvent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementAuditEvent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/get-mgbetadevicemanagementauditevent Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementAuditEvent --- @@ -28,7 +28,7 @@ Get-MgBetaDeviceManagementAuditEvent [-ExpandProperty ] [-Property ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -37,7 +37,7 @@ Get-MgBetaDeviceManagementAuditEvent [-ExpandProperty ] [-Property [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -47,7 +47,7 @@ Get-MgBetaDeviceManagementAuditEvent -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementAuditEventCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementAuditEventCount.md index 24c9f0962522d..baffc8292ac26 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementAuditEventCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementAuditEventCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/get-mgbetadevicemanagementauditeventcount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementAuditEventCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaDeviceManagementAuditEventCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementCartToClassAssociation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementCartToClassAssociation.md index 3ec359b5a2cdd..5ef2980156c6a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementCartToClassAssociation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementCartToClassAssociation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/get-mgbetadevicemanagementcarttoclassassociation Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementCartToClassAssociation --- @@ -25,7 +25,7 @@ Get-MgBetaDeviceManagementCartToClassAssociation [-ExpandProperty ] [- [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaDeviceManagementCartToClassAssociation -CartToClassAssociationId ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -45,7 +45,7 @@ Get-MgBetaDeviceManagementCartToClassAssociation -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementCartToClassAssociationCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementCartToClassAssociationCount.md index 0c30887281204..dfbaf032db329 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementCartToClassAssociationCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementCartToClassAssociationCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/get-mgbetadevicemanagementcarttoclassassociationcount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementCartToClassAssociationCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaDeviceManagementCartToClassAssociationCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementComanagementEligibleDevice.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementComanagementEligibleDevice.md index da3d79867c008..09a86ae2590e1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementComanagementEligibleDevice.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementComanagementEligibleDevice.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/get-mgbetadevicemanagementcomanagementeligibledevice Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementComanagementEligibleDevice --- @@ -25,7 +25,7 @@ Get-MgBetaDeviceManagementComanagementEligibleDevice [-ExpandProperty [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaDeviceManagementComanagementEligibleDevice -ComanagementEligibleDevice [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -45,7 +45,7 @@ Get-MgBetaDeviceManagementComanagementEligibleDevice -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -61,9 +61,9 @@ The list of co-management eligible devices report | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementConfiguration.ReadWrite.All, | +| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementManagedDevices.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | DeviceManagementConfiguration.Read.All, DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementConfiguration.ReadWrite.All, | +| Application | DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementManagedDevices.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementComanagementEligibleDeviceCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementComanagementEligibleDeviceCount.md index 169abfbe78662..f88152aece372 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementComanagementEligibleDeviceCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementComanagementEligibleDeviceCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/get-mgbetadevicemanagementcomanagementeligibledevicecount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementComanagementEligibleDeviceCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaDeviceManagementComanagementEligibleDeviceCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -39,9 +39,9 @@ Get the number of the resource | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementConfiguration.ReadWrite.All, | +| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementManagedDevices.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | DeviceManagementConfiguration.Read.All, DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementConfiguration.ReadWrite.All, | +| Application | DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementManagedDevices.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementComplianceManagementPartner.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementComplianceManagementPartner.md index 0ca7a6a9a8fbc..2432c7b044928 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementComplianceManagementPartner.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementComplianceManagementPartner.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/get-mgbetadevicemanagementcompliancemanagementpartner Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementComplianceManagementPartner --- @@ -28,7 +28,7 @@ Get-MgBetaDeviceManagementComplianceManagementPartner [-ExpandProperty ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaDeviceManagementComplianceManagementPartner -ComplianceManagementPartn [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +48,7 @@ Get-MgBetaDeviceManagementComplianceManagementPartner -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -64,9 +64,9 @@ The list of Compliance Management Partners configured by the tenant. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | DeviceManagementServiceConfig.Read.All, DeviceManagementServiceConfig.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementConfiguration.Read.All, | +| Delegated (work or school account) | DeviceManagementServiceConfig.Read.All, DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementServiceConfig.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | DeviceManagementServiceConfig.Read.All, DeviceManagementServiceConfig.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementConfiguration.Read.All, | +| Application | DeviceManagementServiceConfig.Read.All, DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementServiceConfig.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementComplianceManagementPartnerCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementComplianceManagementPartnerCount.md index e0a5cbd973877..e243c44982667 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementComplianceManagementPartnerCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementComplianceManagementPartnerCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/get-mgbetadevicemanagementcompliancemanagementpartnercount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementComplianceManagementPartnerCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaDeviceManagementComplianceManagementPartnerCount [-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) | DeviceManagementServiceConfig.Read.All, DeviceManagementServiceConfig.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementConfiguration.Read.All, | +| Delegated (work or school account) | DeviceManagementServiceConfig.Read.All, DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementServiceConfig.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | DeviceManagementServiceConfig.Read.All, DeviceManagementServiceConfig.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementConfiguration.Read.All, | +| Application | DeviceManagementServiceConfig.Read.All, DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementServiceConfig.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementDeviceConfigurationAllManagedDeviceCertificateStateCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementDeviceConfigurationAllManagedDeviceCertificateStateCount.md index 38680b34ef57e..6c15ec0537852 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementDeviceConfigurationAllManagedDeviceCertificateStateCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementDeviceConfigurationAllManagedDeviceCertificateStateCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/get-mgbetadevicemanagementdeviceconfigurationallmanageddevicecertificatestatecount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementDeviceConfigurationAllManagedDeviceCertificateStateCount --- @@ -24,7 +24,7 @@ Get-MgBetaDeviceManagementDeviceConfigurationAllManagedDeviceCertificateStateCou [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementDeviceConfigurationManagedDeviceCertificateState.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementDeviceConfigurationManagedDeviceCertificateState.md index ce7c823e00f7b..697a20d75b26d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementDeviceConfigurationManagedDeviceCertificateState.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementDeviceConfigurationManagedDeviceCertificateState.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/get-mgbetadevicemanagementdeviceconfigurationmanageddevicecertificatestate Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementDeviceConfigurationManagedDeviceCertificateState --- @@ -26,7 +26,6 @@ Get-MgBetaDeviceManagementDeviceConfigurationManagedDeviceCertificateState [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -36,7 +35,7 @@ Get-MgBetaDeviceManagementDeviceConfigurationManagedDeviceCertificateState -ManagedAllDeviceCertificateStateId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +45,7 @@ Get-MgBetaDeviceManagementDeviceConfigurationManagedDeviceCertificateState -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementDeviceConfigurationRestrictedAppViolation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementDeviceConfigurationRestrictedAppViolation.md index c8342ca1c048b..c13a300aae941 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementDeviceConfigurationRestrictedAppViolation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementDeviceConfigurationRestrictedAppViolation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/get-mgbetadevicemanagementdeviceconfigurationrestrictedappviolation Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementDeviceConfigurationRestrictedAppViolation --- @@ -25,7 +25,7 @@ Get-MgBetaDeviceManagementDeviceConfigurationRestrictedAppViolation [-ExpandProp [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaDeviceManagementDeviceConfigurationRestrictedAppViolation -RestrictedAppsViolationId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -45,7 +45,7 @@ Get-MgBetaDeviceManagementDeviceConfigurationRestrictedAppViolation -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementDeviceConfigurationRestrictedAppViolationCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementDeviceConfigurationRestrictedAppViolationCount.md index 1588801b43a5a..4fb6fa0ce74f9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementDeviceConfigurationRestrictedAppViolationCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementDeviceConfigurationRestrictedAppViolationCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/get-mgbetadevicemanagementdeviceconfigurationrestrictedappviolationcount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementDeviceConfigurationRestrictedAppViolationCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaDeviceManagementDeviceConfigurationRestrictedAppViolationCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementDomainJoinConnector.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementDomainJoinConnector.md index bc863fb1088fa..779977d0045a3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementDomainJoinConnector.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementDomainJoinConnector.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/get-mgbetadevicemanagementdomainjoinconnector Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementDomainJoinConnector --- @@ -25,7 +25,7 @@ Get-MgBetaDeviceManagementDomainJoinConnector [-ExpandProperty ] [-Pro [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaDeviceManagementDomainJoinConnector -DeviceManagementDomainJoinConnect [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -45,7 +45,7 @@ Get-MgBetaDeviceManagementDomainJoinConnector -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementDomainJoinConnectorCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementDomainJoinConnectorCount.md index 703cd806cfd3e..d1ee3129e7102 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementDomainJoinConnectorCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementDomainJoinConnectorCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/get-mgbetadevicemanagementdomainjoinconnectorcount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementDomainJoinConnectorCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaDeviceManagementDomainJoinConnectorCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementExchangeConnector.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementExchangeConnector.md index c0c40c204849b..a7a302956c418 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementExchangeConnector.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementExchangeConnector.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/get-mgbetadevicemanagementexchangeconnector Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementExchangeConnector --- @@ -28,7 +28,7 @@ Get-MgBetaDeviceManagementExchangeConnector [-ExpandProperty ] [-Prope [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaDeviceManagementExchangeConnector -DeviceManagementExchangeConnectorId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +48,7 @@ Get-MgBetaDeviceManagementExchangeConnector -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -64,9 +64,9 @@ The list of Exchange Connectors configured by the tenant. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | DeviceManagementServiceConfig.Read.All, DeviceManagementServiceConfig.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementConfiguration.Read.All, | +| Delegated (work or school account) | DeviceManagementServiceConfig.Read.All, DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementServiceConfig.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | DeviceManagementServiceConfig.Read.All, DeviceManagementServiceConfig.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementConfiguration.Read.All, | +| Application | DeviceManagementServiceConfig.Read.All, DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementServiceConfig.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementExchangeConnectorCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementExchangeConnectorCount.md index 47e5983beb6a6..e50242ceeb320 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementExchangeConnectorCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementExchangeConnectorCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/get-mgbetadevicemanagementexchangeconnectorcount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementExchangeConnectorCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaDeviceManagementExchangeConnectorCount [-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) | DeviceManagementServiceConfig.Read.All, DeviceManagementServiceConfig.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementConfiguration.Read.All, | +| Delegated (work or school account) | DeviceManagementServiceConfig.Read.All, DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementServiceConfig.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | DeviceManagementServiceConfig.Read.All, DeviceManagementServiceConfig.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementConfiguration.Read.All, | +| Application | DeviceManagementServiceConfig.Read.All, DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementServiceConfig.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementExchangeOnPremisePolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementExchangeOnPremisePolicy.md index 3ead501ea42ef..e9c23f8f59d10 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementExchangeOnPremisePolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementExchangeOnPremisePolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/get-mgbetadevicemanagementexchangeonpremisepolicy Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementExchangeOnPremisePolicy --- @@ -23,7 +23,7 @@ The list of Exchange On Premisis policies configured by the tenant. Get-MgBetaDeviceManagementExchangeOnPremisePolicy [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### Get @@ -33,7 +33,7 @@ Get-MgBetaDeviceManagementExchangeOnPremisePolicy -DeviceManagementExchangeOnPremisesPolicyId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -43,7 +43,7 @@ Get-MgBetaDeviceManagementExchangeOnPremisePolicy -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### List @@ -54,7 +54,7 @@ Get-MgBetaDeviceManagementExchangeOnPremisePolicy [-ExpandProperty ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ## ALIASES @@ -70,9 +70,9 @@ The list of Exchange On Premisis policies configured by the tenant. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | DeviceManagementServiceConfig.Read.All, DeviceManagementServiceConfig.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementConfiguration.Read.All, | +| Delegated (work or school account) | DeviceManagementServiceConfig.Read.All, DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementServiceConfig.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | DeviceManagementServiceConfig.Read.All, DeviceManagementServiceConfig.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementConfiguration.Read.All, | +| Application | DeviceManagementServiceConfig.Read.All, DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementServiceConfig.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementExchangeOnPremisePolicyConditionalAccessSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementExchangeOnPremisePolicyConditionalAccessSetting.md index 59d85bba1aa61..4ee1b557c11e7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementExchangeOnPremisePolicyConditionalAccessSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementExchangeOnPremisePolicyConditionalAccessSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/get-mgbetadevicemanagementexchangeonpremisepolicyconditionalaccesssetting Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementExchangeOnPremisePolicyConditionalAccessSetting --- @@ -25,7 +25,7 @@ Get-MgBetaDeviceManagementExchangeOnPremisePolicyConditionalAccessSetting [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaDeviceManagementExchangeOnPremisePolicyConditionalAccessSetting -DeviceManagementExchangeOnPremisesPolicyId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -45,7 +45,7 @@ Get-MgBetaDeviceManagementExchangeOnPremisePolicyConditionalAccessSetting -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementExchangeOnPremisePolicyCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementExchangeOnPremisePolicyCount.md index cd0502d51546d..c286e87f1f147 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementExchangeOnPremisePolicyCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementExchangeOnPremisePolicyCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/get-mgbetadevicemanagementexchangeonpremisepolicycount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementExchangeOnPremisePolicyCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaDeviceManagementExchangeOnPremisePolicyCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyCategory.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyCategory.md index 09208fbc48cb6..6c8295773549d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyCategory.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyCategory.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/get-mgbetadevicemanagementgrouppolicycategory Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementGroupPolicyCategory --- @@ -25,7 +25,7 @@ Get-MgBetaDeviceManagementGroupPolicyCategory [-ExpandProperty ] [-Pro [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaDeviceManagementGroupPolicyCategory -GroupPolicyCategoryId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -45,7 +45,7 @@ Get-MgBetaDeviceManagementGroupPolicyCategory -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyCategoryChild.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyCategoryChild.md index 2c26a90b0b1e4..618d8b6924637 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyCategoryChild.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyCategoryChild.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/get-mgbetadevicemanagementgrouppolicycategorychild Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementGroupPolicyCategoryChild --- @@ -26,7 +26,6 @@ Get-MgBetaDeviceManagementGroupPolicyCategoryChild -GroupPolicyCategoryId ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -36,7 +35,7 @@ Get-MgBetaDeviceManagementGroupPolicyCategoryChild -GroupPolicyCategoryId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +45,7 @@ Get-MgBetaDeviceManagementGroupPolicyCategoryChild -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyCategoryChildCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyCategoryChildCount.md index f95cd031fa0cf..308876bc423b2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyCategoryChildCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyCategoryChildCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/get-mgbetadevicemanagementgrouppolicycategorychildcount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementGroupPolicyCategoryChildCount --- @@ -24,7 +24,7 @@ Get-MgBetaDeviceManagementGroupPolicyCategoryChildCount -GroupPolicyCategoryId < [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaDeviceManagementGroupPolicyCategoryChildCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyCategoryCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyCategoryCount.md index 23d77a1107351..158c0f4cca3c7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyCategoryCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyCategoryCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/get-mgbetadevicemanagementgrouppolicycategorycount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementGroupPolicyCategoryCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaDeviceManagementGroupPolicyCategoryCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyCategoryDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyCategoryDefinition.md index f5c7509ac8cf7..583cc8d53c4e1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyCategoryDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyCategoryDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/get-mgbetadevicemanagementgrouppolicycategorydefinition Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementGroupPolicyCategoryDefinition --- @@ -26,7 +26,6 @@ Get-MgBetaDeviceManagementGroupPolicyCategoryDefinition -GroupPolicyCategoryId < [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -36,7 +35,7 @@ Get-MgBetaDeviceManagementGroupPolicyCategoryDefinition -GroupPolicyCategoryId < -GroupPolicyDefinitionId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +45,7 @@ Get-MgBetaDeviceManagementGroupPolicyCategoryDefinition -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyCategoryDefinitionCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyCategoryDefinitionCount.md index 02ef0a2bd49ec..9cf82e9242f90 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyCategoryDefinitionCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyCategoryDefinitionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/get-mgbetadevicemanagementgrouppolicycategorydefinitioncount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementGroupPolicyCategoryDefinitionCount --- @@ -24,7 +24,7 @@ Get-MgBetaDeviceManagementGroupPolicyCategoryDefinitionCount -GroupPolicyCategor [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaDeviceManagementGroupPolicyCategoryDefinitionCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyCategoryDefinitionFile.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyCategoryDefinitionFile.md index 41e7723d90028..54288b1574331 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyCategoryDefinitionFile.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyCategoryDefinitionFile.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/get-mgbetadevicemanagementgrouppolicycategorydefinitionfile Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementGroupPolicyCategoryDefinitionFile --- @@ -24,7 +24,7 @@ Get-MgBetaDeviceManagementGroupPolicyCategoryDefinitionFile -GroupPolicyCategory [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaDeviceManagementGroupPolicyCategoryDefinitionFile -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyCategoryParent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyCategoryParent.md index d9f93cf4c859e..c6cb376e35777 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyCategoryParent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyCategoryParent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/get-mgbetadevicemanagementgrouppolicycategoryparent Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementGroupPolicyCategoryParent --- @@ -24,7 +24,7 @@ Get-MgBetaDeviceManagementGroupPolicyCategoryParent -GroupPolicyCategoryId ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaDeviceManagementGroupPolicyCategoryParent -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyDefinition.md index 3111f09ae01e4..03ddd066253a7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/get-mgbetadevicemanagementgrouppolicydefinition Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementGroupPolicyDefinition --- @@ -25,7 +25,7 @@ Get-MgBetaDeviceManagementGroupPolicyDefinition [-ExpandProperty ] [-P [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaDeviceManagementGroupPolicyDefinition -GroupPolicyDefinitionId ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -45,7 +45,7 @@ Get-MgBetaDeviceManagementGroupPolicyDefinition -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyDefinitionCategory.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyDefinitionCategory.md index 9b2f95df94571..f3ab2053f81e6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyDefinitionCategory.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyDefinitionCategory.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/get-mgbetadevicemanagementgrouppolicydefinitioncategory Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementGroupPolicyDefinitionCategory --- @@ -24,7 +24,7 @@ Get-MgBetaDeviceManagementGroupPolicyDefinitionCategory -GroupPolicyDefinitionId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaDeviceManagementGroupPolicyDefinitionCategory -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyDefinitionCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyDefinitionCount.md index 22967a9af2d22..942b2bed6eaab 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyDefinitionCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyDefinitionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/get-mgbetadevicemanagementgrouppolicydefinitioncount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementGroupPolicyDefinitionCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaDeviceManagementGroupPolicyDefinitionCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyDefinitionFile.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyDefinitionFile.md index df9222f10e0e8..535d60beb8cdb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyDefinitionFile.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyDefinitionFile.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/get-mgbetadevicemanagementgrouppolicydefinitionfile Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementGroupPolicyDefinitionFile --- @@ -25,7 +25,7 @@ Get-MgBetaDeviceManagementGroupPolicyDefinitionFile [-ExpandProperty ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaDeviceManagementGroupPolicyDefinitionFile -GroupPolicyDefinitionFileId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### Get1 @@ -45,7 +45,7 @@ Get-MgBetaDeviceManagementGroupPolicyDefinitionFile -GroupPolicyDefinitionId ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity1 @@ -55,7 +55,7 @@ Get-MgBetaDeviceManagementGroupPolicyDefinitionFile -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -65,7 +65,7 @@ Get-MgBetaDeviceManagementGroupPolicyDefinitionFile -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyDefinitionFileCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyDefinitionFileCount.md index a07df90bd2658..f34cfc673ec55 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyDefinitionFileCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyDefinitionFileCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/get-mgbetadevicemanagementgrouppolicydefinitionfilecount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementGroupPolicyDefinitionFileCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaDeviceManagementGroupPolicyDefinitionFileCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyDefinitionFileDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyDefinitionFileDefinition.md index da332a59f7e81..684888e0ca929 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyDefinitionFileDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyDefinitionFileDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/get-mgbetadevicemanagementgrouppolicydefinitionfiledefinition Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementGroupPolicyDefinitionFileDefinition --- @@ -26,7 +26,6 @@ Get-MgBetaDeviceManagementGroupPolicyDefinitionFileDefinition -GroupPolicyDefini [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -36,7 +35,7 @@ Get-MgBetaDeviceManagementGroupPolicyDefinitionFileDefinition -GroupPolicyDefini -GroupPolicyDefinitionId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +45,7 @@ Get-MgBetaDeviceManagementGroupPolicyDefinitionFileDefinition -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyDefinitionFileDefinitionCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyDefinitionFileDefinitionCount.md index 9cf0c05352da6..4e9d409a56bd5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyDefinitionFileDefinitionCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyDefinitionFileDefinitionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/get-mgbetadevicemanagementgrouppolicydefinitionfiledefinitioncount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementGroupPolicyDefinitionFileDefinitionCount --- @@ -24,7 +24,7 @@ Get-MgBetaDeviceManagementGroupPolicyDefinitionFileDefinitionCount -GroupPolicyDefinitionFileId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaDeviceManagementGroupPolicyDefinitionFileDefinitionCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinition.md index a9c2628bee2ea..4b84c181e3c33 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/get-mgbetadevicemanagementgrouppolicydefinitionnextversiondefinition Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinition --- @@ -24,7 +24,7 @@ Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinition -GroupPolicyDefinitionId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinition -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionCategory.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionCategory.md index 0901dfc193c6e..efa5e1a17f7d6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionCategory.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionCategory.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/get-mgbetadevicemanagementgrouppolicydefinitionnextversiondefinitioncategory Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionCategory --- @@ -24,7 +24,7 @@ Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionCategory -GroupPolicyDefinitionId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionCategory -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionFile.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionFile.md index 78dc9fc0c73b3..ad715e8a718f3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionFile.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionFile.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/get-mgbetadevicemanagementgrouppolicydefinitionnextversiondefinitionfile Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionFile --- @@ -24,7 +24,7 @@ Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionFile -GroupPolicyDefinitionId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionFile -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentation.md index f065dd7de9dbe..6b643cd662637 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/get-mgbetadevicemanagementgrouppolicydefinitionnextversiondefinitionpresentation Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentation --- @@ -26,7 +26,7 @@ Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentation [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -36,7 +36,7 @@ Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentation -GroupPolicyDefinitionId -GroupPolicyPresentationId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +46,7 @@ Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentation -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentationCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentationCount.md index f9c3f34306d8a..8d81123f78cf0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentationCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentationCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/get-mgbetadevicemanagementgrouppolicydefinitionnextversiondefinitionpresentationcount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentationCount --- @@ -24,7 +24,7 @@ Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentation -GroupPolicyDefinitionId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentation -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentationDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentationDefinition.md index 4852f57d4b719..2cb7dad66168e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentationDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentationDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/get-mgbetadevicemanagementgrouppolicydefinitionnextversiondefinitionpresentationdefinition Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentationDefinition --- @@ -24,7 +24,7 @@ Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentation -GroupPolicyDefinitionId -GroupPolicyPresentationId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentation -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinition.md index cadb7c98d98e1..6817608fcff55 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/get-mgbetadevicemanagementgrouppolicydefinitionnextversiondefinitionpreviouversiondefinition Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinition --- @@ -24,7 +24,7 @@ Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersi -GroupPolicyDefinitionId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersi -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionCategory.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionCategory.md index e944a5f7cc39d..27f6d99766cb5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionCategory.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionCategory.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/get-mgbetadevicemanagementgrouppolicydefinitionnextversiondefinitionpreviouversiondefinitioncategory Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionCategory --- @@ -24,7 +24,7 @@ Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersi -GroupPolicyDefinitionId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersi -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionFile.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionFile.md index 42529f11f193e..d805624086f27 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionFile.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionFile.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/get-mgbetadevicemanagementgrouppolicydefinitionnextversiondefinitionpreviouversiondefinitionfile Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionFile --- @@ -24,7 +24,7 @@ Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersi -GroupPolicyDefinitionId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersi -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentation.md index c3b152fb1ff26..fcead7547bfaf 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/get-mgbetadevicemanagementgrouppolicydefinitionnextversiondefinitionpreviouversiondefinitionpresentation Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentation --- @@ -26,7 +26,7 @@ Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersi [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -36,7 +36,7 @@ Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersi -GroupPolicyDefinitionId -GroupPolicyPresentationId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +46,7 @@ Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersi -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentationCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentationCount.md index 0fd297e1e240e..04a8e31e00daf 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentationCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentationCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/get-mgbetadevicemanagementgrouppolicydefinitionnextversiondefinitionpreviouversiondefinitionpresentationcount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentationCount --- @@ -24,7 +24,7 @@ Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersi -GroupPolicyDefinitionId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersi -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentationDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentationDefinition.md index 4fd0509a5bcf2..cf3108cabaf60 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentationDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentationDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/get-mgbetadevicemanagementgrouppolicydefinitionnextversiondefinitionpreviouversiondefinitionpresentationdefinition Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentationDefinition --- @@ -24,7 +24,7 @@ Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersi -GroupPolicyDefinitionId -GroupPolicyPresentationId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersi -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyDefinitionPresentation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyDefinitionPresentation.md index 7a0bcc25ae0d8..5acf0c99b67d8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyDefinitionPresentation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyDefinitionPresentation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/get-mgbetadevicemanagementgrouppolicydefinitionpresentation Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementGroupPolicyDefinitionPresentation --- @@ -26,7 +26,6 @@ Get-MgBetaDeviceManagementGroupPolicyDefinitionPresentation -GroupPolicyDefiniti [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -36,7 +35,7 @@ Get-MgBetaDeviceManagementGroupPolicyDefinitionPresentation -GroupPolicyDefiniti -GroupPolicyPresentationId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +45,7 @@ Get-MgBetaDeviceManagementGroupPolicyDefinitionPresentation -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyDefinitionPresentationCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyDefinitionPresentationCount.md index c933999a6bba7..0fa4f899be7d8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyDefinitionPresentationCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyDefinitionPresentationCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/get-mgbetadevicemanagementgrouppolicydefinitionpresentationcount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementGroupPolicyDefinitionPresentationCount --- @@ -24,7 +24,7 @@ Get-MgBetaDeviceManagementGroupPolicyDefinitionPresentationCount -GroupPolicyDef [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaDeviceManagementGroupPolicyDefinitionPresentationCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyDefinitionPresentationDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyDefinitionPresentationDefinition.md index a0ef5afa8e4ae..8af2d0b9ba227 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyDefinitionPresentationDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyDefinitionPresentationDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/get-mgbetadevicemanagementgrouppolicydefinitionpresentationdefinition Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementGroupPolicyDefinitionPresentationDefinition --- @@ -24,7 +24,7 @@ Get-MgBetaDeviceManagementGroupPolicyDefinitionPresentationDefinition -GroupPolicyDefinitionId -GroupPolicyPresentationId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaDeviceManagementGroupPolicyDefinitionPresentationDefinition -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinition.md index e1a86ffc9cd34..899ad3dec59af 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/get-mgbetadevicemanagementgrouppolicydefinitionpreviouversiondefinition Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinition --- @@ -24,7 +24,7 @@ Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinition -GroupPolicyDefinitionId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinition -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionCategory.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionCategory.md index 8ce24c29a029e..bd5ef9599e454 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionCategory.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionCategory.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/get-mgbetadevicemanagementgrouppolicydefinitionpreviouversiondefinitioncategory Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionCategory --- @@ -24,7 +24,7 @@ Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionCategory -GroupPolicyDefinitionId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionCategory -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionFile.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionFile.md index 1b9d86081d21d..23384bfc8ad39 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionFile.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionFile.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/get-mgbetadevicemanagementgrouppolicydefinitionpreviouversiondefinitionfile Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionFile --- @@ -24,7 +24,7 @@ Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionFile -GroupPolicyDefinitionId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionFile -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinition.md index b4632e440259d..3932fc8adb7b3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/get-mgbetadevicemanagementgrouppolicydefinitionpreviouversiondefinitionnextversiondefinition Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinition --- @@ -24,7 +24,7 @@ Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersi -GroupPolicyDefinitionId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersi -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionCategory.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionCategory.md index 6300e051543b8..1735d1f666066 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionCategory.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionCategory.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/get-mgbetadevicemanagementgrouppolicydefinitionpreviouversiondefinitionnextversiondefinitioncategory Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionCategory --- @@ -24,7 +24,7 @@ Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersi -GroupPolicyDefinitionId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersi -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionFile.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionFile.md index 33efe6624e9e6..cc827e618f145 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionFile.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionFile.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/get-mgbetadevicemanagementgrouppolicydefinitionpreviouversiondefinitionnextversiondefinitionfile Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionFile --- @@ -24,7 +24,7 @@ Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersi -GroupPolicyDefinitionId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersi -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentation.md index 5168a0d39a22f..9bfdfadb4e9eb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/get-mgbetadevicemanagementgrouppolicydefinitionpreviouversiondefinitionnextversiondefinitionpresentation Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentation --- @@ -26,7 +26,7 @@ Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersi [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -36,7 +36,7 @@ Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersi -GroupPolicyDefinitionId -GroupPolicyPresentationId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +46,7 @@ Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersi -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentationCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentationCount.md index 548ba7ac958a1..0c2cda6c920ec 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentationCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentationCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/get-mgbetadevicemanagementgrouppolicydefinitionpreviouversiondefinitionnextversiondefinitionpresentationcount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentationCount --- @@ -24,7 +24,7 @@ Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersi -GroupPolicyDefinitionId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersi -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentationDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentationDefinition.md index e68c26f01122b..7194feb179f4d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentationDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentationDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/get-mgbetadevicemanagementgrouppolicydefinitionpreviouversiondefinitionnextversiondefinitionpresentationdefinition Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentationDefinition --- @@ -24,7 +24,7 @@ Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersi -GroupPolicyDefinitionId -GroupPolicyPresentationId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersi -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentation.md index d965181648637..0ad3669ea4ad4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/get-mgbetadevicemanagementgrouppolicydefinitionpreviouversiondefinitionpresentation Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentation --- @@ -26,7 +26,7 @@ Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentat [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -36,7 +36,7 @@ Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentat -GroupPolicyDefinitionId -GroupPolicyPresentationId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +46,7 @@ Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentat -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentationCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentationCount.md index 72fecf2417d09..01755dea3c90f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentationCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentationCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/get-mgbetadevicemanagementgrouppolicydefinitionpreviouversiondefinitionpresentationcount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentationCount --- @@ -24,7 +24,7 @@ Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentat -GroupPolicyDefinitionId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentat -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentationDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentationDefinition.md index ba375bc32c072..ca426050cc2d4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentationDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentationDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/get-mgbetadevicemanagementgrouppolicydefinitionpreviouversiondefinitionpresentationdefinition Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentationDefinition --- @@ -24,7 +24,7 @@ Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentat -GroupPolicyDefinitionId -GroupPolicyPresentationId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentat -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyMigrationReport.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyMigrationReport.md index c083139c4c156..c7cc4d874cea5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyMigrationReport.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyMigrationReport.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/get-mgbetadevicemanagementgrouppolicymigrationreport Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementGroupPolicyMigrationReport --- @@ -25,7 +25,7 @@ Get-MgBetaDeviceManagementGroupPolicyMigrationReport [-ExpandProperty [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaDeviceManagementGroupPolicyMigrationReport -GroupPolicyMigrationReport [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -45,7 +45,7 @@ Get-MgBetaDeviceManagementGroupPolicyMigrationReport -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyMigrationReportCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyMigrationReportCount.md index 4388e895f9469..77da4ddbd1b80 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyMigrationReportCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyMigrationReportCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/get-mgbetadevicemanagementgrouppolicymigrationreportcount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementGroupPolicyMigrationReportCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaDeviceManagementGroupPolicyMigrationReportCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyMigrationReportGroupPolicySettingMapping.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyMigrationReportGroupPolicySettingMapping.md index e279c7a563982..bd805cd6ece9a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyMigrationReportGroupPolicySettingMapping.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyMigrationReportGroupPolicySettingMapping.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/get-mgbetadevicemanagementgrouppolicymigrationreportgrouppolicysettingmapping Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementGroupPolicyMigrationReportGroupPolicySettingMapping --- @@ -26,7 +26,7 @@ Get-MgBetaDeviceManagementGroupPolicyMigrationReportGroupPolicySettingMapping [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -37,7 +37,7 @@ Get-MgBetaDeviceManagementGroupPolicyMigrationReportGroupPolicySettingMapping [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -47,7 +47,7 @@ Get-MgBetaDeviceManagementGroupPolicyMigrationReportGroupPolicySettingMapping -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyMigrationReportGroupPolicySettingMappingCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyMigrationReportGroupPolicySettingMappingCount.md index 9355f72fe6210..d9f2428e048f1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyMigrationReportGroupPolicySettingMappingCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyMigrationReportGroupPolicySettingMappingCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/get-mgbetadevicemanagementgrouppolicymigrationreportgrouppolicysettingmappingcount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementGroupPolicyMigrationReportGroupPolicySettingMappingCount --- @@ -24,7 +24,7 @@ Get-MgBetaDeviceManagementGroupPolicyMigrationReportGroupPolicySettingMappingCou -GroupPolicyMigrationReportId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaDeviceManagementGroupPolicyMigrationReportGroupPolicySettingMappingCou -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyMigrationReportUnsupportedGroupPolicyExtension.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyMigrationReportUnsupportedGroupPolicyExtension.md index fb33f60b029aa..68d13e270bf82 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyMigrationReportUnsupportedGroupPolicyExtension.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyMigrationReportUnsupportedGroupPolicyExtension.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/get-mgbetadevicemanagementgrouppolicymigrationreportunsupportedgrouppolicyextension Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementGroupPolicyMigrationReportUnsupportedGroupPolicyExtension --- @@ -26,7 +26,7 @@ Get-MgBetaDeviceManagementGroupPolicyMigrationReportUnsupportedGroupPolicyExtens [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -37,7 +37,7 @@ Get-MgBetaDeviceManagementGroupPolicyMigrationReportUnsupportedGroupPolicyExtens [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -47,7 +47,7 @@ Get-MgBetaDeviceManagementGroupPolicyMigrationReportUnsupportedGroupPolicyExtens -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyMigrationReportUnsupportedGroupPolicyExtensionCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyMigrationReportUnsupportedGroupPolicyExtensionCount.md index 10a966232d68c..f92c5e1f5a451 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyMigrationReportUnsupportedGroupPolicyExtensionCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyMigrationReportUnsupportedGroupPolicyExtensionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/get-mgbetadevicemanagementgrouppolicymigrationreportunsupportedgrouppolicyextensioncount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementGroupPolicyMigrationReportUnsupportedGroupPolicyExtensionCount --- @@ -24,7 +24,7 @@ Get-MgBetaDeviceManagementGroupPolicyMigrationReportUnsupportedGroupPolicyExtens -GroupPolicyMigrationReportId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaDeviceManagementGroupPolicyMigrationReportUnsupportedGroupPolicyExtens -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyObjectFile.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyObjectFile.md index 91fc04f03f4bb..bebc3e8cdd9d3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyObjectFile.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyObjectFile.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/get-mgbetadevicemanagementgrouppolicyobjectfile Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementGroupPolicyObjectFile --- @@ -25,7 +25,7 @@ Get-MgBetaDeviceManagementGroupPolicyObjectFile [-ExpandProperty ] [-P [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaDeviceManagementGroupPolicyObjectFile -GroupPolicyObjectFileId ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -45,7 +45,7 @@ Get-MgBetaDeviceManagementGroupPolicyObjectFile -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyObjectFileCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyObjectFileCount.md index 57fe1549a6980..85d94f4a472d1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyObjectFileCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyObjectFileCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/get-mgbetadevicemanagementgrouppolicyobjectfilecount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementGroupPolicyObjectFileCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaDeviceManagementGroupPolicyObjectFileCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFile.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFile.md index ed9e931b18fc4..e08ae88ee8e78 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFile.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFile.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/get-mgbetadevicemanagementgrouppolicyuploadeddefinitionfile Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFile --- @@ -25,7 +25,7 @@ Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFile [-ExpandProperty ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFile -GroupPolicyUploadedDefinitionFileId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -45,7 +45,7 @@ Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFile -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileCount.md index e3674c6423014..962975924692d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/get-mgbetadevicemanagementgrouppolicyuploadeddefinitionfilecount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileDefinition.md index 50b42abc2a6a6..a6c70a759faa2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/get-mgbetadevicemanagementgrouppolicyuploadeddefinitionfiledefinition Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileDefinition --- @@ -26,7 +26,7 @@ Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileDefinition [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -37,7 +37,7 @@ Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileDefinition [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -47,7 +47,7 @@ Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileDefinition -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileDefinitionCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileDefinitionCount.md index 248696efec886..c6128b255216b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileDefinitionCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileDefinitionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/get-mgbetadevicemanagementgrouppolicyuploadeddefinitionfiledefinitioncount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileDefinitionCount --- @@ -24,7 +24,7 @@ Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileDefinitionCount -GroupPolicyUploadedDefinitionFileId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileDefinitionCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileGroupPolicyOperation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileGroupPolicyOperation.md index eeee83feb5015..a47c5fb3484ac 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileGroupPolicyOperation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileGroupPolicyOperation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/get-mgbetadevicemanagementgrouppolicyuploadeddefinitionfilegrouppolicyoperation Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileGroupPolicyOperation --- @@ -26,7 +26,7 @@ Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileGroupPolicyOperation [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -37,7 +37,7 @@ Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileGroupPolicyOperation [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -47,7 +47,7 @@ Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileGroupPolicyOperation -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileGroupPolicyOperationCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileGroupPolicyOperationCount.md index 3e5d8e4c9877c..f5bcc3bf17bcb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileGroupPolicyOperationCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileGroupPolicyOperationCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/get-mgbetadevicemanagementgrouppolicyuploadeddefinitionfilegrouppolicyoperationcount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileGroupPolicyOperationCount --- @@ -24,7 +24,7 @@ Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileGroupPolicyOperationC -GroupPolicyUploadedDefinitionFileId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileGroupPolicyOperationC -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementIntuneBrandingProfile.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementIntuneBrandingProfile.md index 55597792f37a3..c36a8e24c6684 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementIntuneBrandingProfile.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementIntuneBrandingProfile.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/get-mgbetadevicemanagementintunebrandingprofile Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementIntuneBrandingProfile --- @@ -25,7 +25,7 @@ Get-MgBetaDeviceManagementIntuneBrandingProfile [-ExpandProperty ] [-P [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaDeviceManagementIntuneBrandingProfile -IntuneBrandingProfileId ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -45,7 +45,7 @@ Get-MgBetaDeviceManagementIntuneBrandingProfile -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementIntuneBrandingProfileAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementIntuneBrandingProfileAssignment.md index 689915704cf80..9d4f0509f1602 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementIntuneBrandingProfileAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementIntuneBrandingProfileAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/get-mgbetadevicemanagementintunebrandingprofileassignment Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementIntuneBrandingProfileAssignment --- @@ -26,7 +26,6 @@ Get-MgBetaDeviceManagementIntuneBrandingProfileAssignment -IntuneBrandingProfile [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -37,7 +36,7 @@ Get-MgBetaDeviceManagementIntuneBrandingProfileAssignment [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -47,7 +46,7 @@ Get-MgBetaDeviceManagementIntuneBrandingProfileAssignment -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementIntuneBrandingProfileAssignmentCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementIntuneBrandingProfileAssignmentCount.md index 073765e1a8c07..37a9cf7e006ae 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementIntuneBrandingProfileAssignmentCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementIntuneBrandingProfileAssignmentCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/get-mgbetadevicemanagementintunebrandingprofileassignmentcount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementIntuneBrandingProfileAssignmentCount --- @@ -24,7 +24,7 @@ Get-MgBetaDeviceManagementIntuneBrandingProfileAssignmentCount -IntuneBrandingPr [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaDeviceManagementIntuneBrandingProfileAssignmentCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementIntuneBrandingProfileCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementIntuneBrandingProfileCount.md index acbf5f723da32..554c9418c2869 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementIntuneBrandingProfileCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementIntuneBrandingProfileCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/get-mgbetadevicemanagementintunebrandingprofilecount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementIntuneBrandingProfileCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaDeviceManagementIntuneBrandingProfileCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementIoUpdateStatus.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementIoUpdateStatus.md index 6aa6e3973186c..4452f6958d618 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementIoUpdateStatus.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementIoUpdateStatus.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/get-mgbetadevicemanagementioupdatestatus Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementIoUpdateStatus --- @@ -28,7 +28,7 @@ Get-MgBetaDeviceManagementIoUpdateStatus [-ExpandProperty ] [-Property [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaDeviceManagementIoUpdateStatus -IosUpdateDeviceStatusId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +48,7 @@ Get-MgBetaDeviceManagementIoUpdateStatus -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementIoUpdateStatusCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementIoUpdateStatusCount.md index abf4a469573e6..b4790057ee9d2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementIoUpdateStatusCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementIoUpdateStatusCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/get-mgbetadevicemanagementioupdatestatuscount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementIoUpdateStatusCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaDeviceManagementIoUpdateStatusCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementMobileThreatDefenseConnector.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementMobileThreatDefenseConnector.md index 2882e559638da..32165d78ec3a2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementMobileThreatDefenseConnector.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementMobileThreatDefenseConnector.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/get-mgbetadevicemanagementmobilethreatdefenseconnector Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementMobileThreatDefenseConnector --- @@ -28,7 +28,7 @@ Get-MgBetaDeviceManagementMobileThreatDefenseConnector [-ExpandProperty ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaDeviceManagementMobileThreatDefenseConnector -MobileThreatDefenseConne [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +48,7 @@ Get-MgBetaDeviceManagementMobileThreatDefenseConnector -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -64,9 +64,9 @@ The list of Mobile threat Defense connectors configured by the tenant. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | DeviceManagementServiceConfig.Read.All, DeviceManagementServiceConfig.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementConfiguration.Read.All, | +| Delegated (work or school account) | DeviceManagementServiceConfig.Read.All, DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementServiceConfig.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | DeviceManagementServiceConfig.Read.All, DeviceManagementServiceConfig.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementConfiguration.Read.All, | +| Application | DeviceManagementServiceConfig.Read.All, DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementServiceConfig.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementMobileThreatDefenseConnectorCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementMobileThreatDefenseConnectorCount.md index f0678a469c528..332c20b94f043 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementMobileThreatDefenseConnectorCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementMobileThreatDefenseConnectorCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/get-mgbetadevicemanagementmobilethreatdefenseconnectorcount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementMobileThreatDefenseConnectorCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaDeviceManagementMobileThreatDefenseConnectorCount [-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) | DeviceManagementServiceConfig.Read.All, DeviceManagementServiceConfig.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementConfiguration.Read.All, | +| Delegated (work or school account) | DeviceManagementServiceConfig.Read.All, DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementServiceConfig.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | DeviceManagementServiceConfig.Read.All, DeviceManagementServiceConfig.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementConfiguration.Read.All, | +| Application | DeviceManagementServiceConfig.Read.All, DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementServiceConfig.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementNdeConnector.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementNdeConnector.md index 42b41ea90b5ea..4f859b97cb51d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementNdeConnector.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementNdeConnector.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/get-mgbetadevicemanagementndeconnector Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementNdeConnector --- @@ -25,7 +25,7 @@ Get-MgBetaDeviceManagementNdeConnector [-ExpandProperty ] [-Property < [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -34,7 +34,7 @@ Get-MgBetaDeviceManagementNdeConnector [-ExpandProperty ] [-Property < Get-MgBetaDeviceManagementNdeConnector -NdesConnectorId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -44,7 +44,7 @@ Get-MgBetaDeviceManagementNdeConnector -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementNdeConnectorCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementNdeConnectorCount.md index 8776695b8ceb4..c25273fb7f610 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementNdeConnectorCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementNdeConnectorCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/get-mgbetadevicemanagementndeconnectorcount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementNdeConnectorCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaDeviceManagementNdeConnectorCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementPartner.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementPartner.md index d251cd5ba704a..72451bd0021bc 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementPartner.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementPartner.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/get-mgbetadevicemanagementpartner Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementPartner --- @@ -28,7 +28,7 @@ Get-MgBetaDeviceManagementPartner [-ExpandProperty ] [-Property ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -37,7 +37,7 @@ Get-MgBetaDeviceManagementPartner [-ExpandProperty ] [-Property [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -47,7 +47,7 @@ Get-MgBetaDeviceManagementPartner -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -63,9 +63,9 @@ The list of Device Management Partners configured by the tenant. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | DeviceManagementServiceConfig.Read.All, DeviceManagementServiceConfig.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementConfiguration.Read.All, | +| Delegated (work or school account) | DeviceManagementServiceConfig.Read.All, DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementServiceConfig.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | DeviceManagementServiceConfig.Read.All, DeviceManagementServiceConfig.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementConfiguration.Read.All, | +| Application | DeviceManagementServiceConfig.Read.All, DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementServiceConfig.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementPartnerCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementPartnerCount.md index 3c0c254a57393..50cdf26fac445 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementPartnerCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementPartnerCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/get-mgbetadevicemanagementpartnercount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementPartnerCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaDeviceManagementPartnerCount [-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) | DeviceManagementServiceConfig.Read.All, DeviceManagementServiceConfig.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementConfiguration.Read.All, | +| Delegated (work or school account) | DeviceManagementServiceConfig.Read.All, DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementServiceConfig.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | DeviceManagementServiceConfig.Read.All, DeviceManagementServiceConfig.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementConfiguration.Read.All, | +| Application | DeviceManagementServiceConfig.Read.All, DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementServiceConfig.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementRemoteAssistancePartner.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementRemoteAssistancePartner.md index 8203e024b1030..b1b0ae93147a2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementRemoteAssistancePartner.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementRemoteAssistancePartner.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/get-mgbetadevicemanagementremoteassistancepartner Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementRemoteAssistancePartner --- @@ -28,7 +28,7 @@ Get-MgBetaDeviceManagementRemoteAssistancePartner [-ExpandProperty ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaDeviceManagementRemoteAssistancePartner -RemoteAssistancePartnerId ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +48,7 @@ Get-MgBetaDeviceManagementRemoteAssistancePartner -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -64,9 +64,9 @@ The remote assist partners. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | DeviceManagementServiceConfig.Read.All, DeviceManagementServiceConfig.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementConfiguration.Read.All, | +| Delegated (work or school account) | DeviceManagementServiceConfig.Read.All, DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementServiceConfig.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | DeviceManagementServiceConfig.Read.All, DeviceManagementServiceConfig.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementConfiguration.Read.All, | +| Application | DeviceManagementServiceConfig.Read.All, DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementServiceConfig.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementRemoteAssistancePartnerCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementRemoteAssistancePartnerCount.md index aed0671617370..d7a330318f53a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementRemoteAssistancePartnerCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementRemoteAssistancePartnerCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/get-mgbetadevicemanagementremoteassistancepartnercount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementRemoteAssistancePartnerCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaDeviceManagementRemoteAssistancePartnerCount [-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) | DeviceManagementServiceConfig.Read.All, DeviceManagementServiceConfig.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementConfiguration.Read.All, | +| Delegated (work or school account) | DeviceManagementServiceConfig.Read.All, DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementServiceConfig.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | DeviceManagementServiceConfig.Read.All, DeviceManagementServiceConfig.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementConfiguration.Read.All, | +| Application | DeviceManagementServiceConfig.Read.All, DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementServiceConfig.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementResourceOperation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementResourceOperation.md index 928d73b9ccbfe..d0cc7cba89317 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementResourceOperation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementResourceOperation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/get-mgbetadevicemanagementresourceoperation Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementResourceOperation --- @@ -28,7 +28,7 @@ Get-MgBetaDeviceManagementResourceOperation [-ExpandProperty ] [-Prope [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaDeviceManagementResourceOperation -ResourceOperationId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +48,7 @@ Get-MgBetaDeviceManagementResourceOperation -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -64,9 +64,9 @@ The Resource Operations. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | DeviceManagementRBAC.Read.All, DeviceManagementRBAC.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementConfiguration.Read.All, | +| Delegated (work or school account) | DeviceManagementRBAC.Read.All, DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementRBAC.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | DeviceManagementRBAC.Read.All, DeviceManagementRBAC.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementConfiguration.Read.All, | +| Application | DeviceManagementRBAC.Read.All, DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementRBAC.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementResourceOperationCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementResourceOperationCount.md index 4b896621283d9..010a3cc99f0cb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementResourceOperationCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementResourceOperationCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/get-mgbetadevicemanagementresourceoperationcount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementResourceOperationCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaDeviceManagementResourceOperationCount [-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) | DeviceManagementRBAC.Read.All, DeviceManagementRBAC.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementConfiguration.Read.All, | +| Delegated (work or school account) | DeviceManagementRBAC.Read.All, DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementRBAC.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | DeviceManagementRBAC.Read.All, DeviceManagementRBAC.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementConfiguration.Read.All, | +| Application | DeviceManagementRBAC.Read.All, DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementRBAC.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementRoleAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementRoleAssignment.md index 0ef89daf49783..2bda3f942a3c5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementRoleAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementRoleAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/get-mgbetadevicemanagementroleassignment Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementRoleAssignment --- @@ -28,7 +28,7 @@ Get-MgBetaDeviceManagementRoleAssignment [-ExpandProperty ] [-Property [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaDeviceManagementRoleAssignment -DeviceAndAppManagementRoleAssignmentId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +48,7 @@ Get-MgBetaDeviceManagementRoleAssignment -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -64,9 +64,9 @@ The Role Assignments. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | DeviceManagementRBAC.Read.All, DeviceManagementRBAC.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementConfiguration.Read.All, | +| Delegated (work or school account) | DeviceManagementRBAC.Read.All, DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementRBAC.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | DeviceManagementRBAC.Read.All, DeviceManagementRBAC.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementConfiguration.Read.All, | +| Application | DeviceManagementRBAC.Read.All, DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementRBAC.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementRoleAssignmentCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementRoleAssignmentCount.md index df4e691064ec9..3855b27da73d3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementRoleAssignmentCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementRoleAssignmentCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/get-mgbetadevicemanagementroleassignmentcount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementRoleAssignmentCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaDeviceManagementRoleAssignmentCount [-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) | DeviceManagementRBAC.Read.All, DeviceManagementRBAC.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementConfiguration.Read.All, | +| Delegated (work or school account) | DeviceManagementRBAC.Read.All, DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementRBAC.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | DeviceManagementRBAC.Read.All, DeviceManagementRBAC.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementConfiguration.Read.All, | +| Application | DeviceManagementRBAC.Read.All, DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementRBAC.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementRoleAssignmentRoleDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementRoleAssignmentRoleDefinition.md index e4b934dc5a1bd..5776c3d34a5eb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementRoleAssignmentRoleDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementRoleAssignmentRoleDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/get-mgbetadevicemanagementroleassignmentroledefinition Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementRoleAssignmentRoleDefinition --- @@ -27,7 +27,7 @@ Get-MgBetaDeviceManagementRoleAssignmentRoleDefinition -DeviceAndAppManagementRoleAssignmentId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaDeviceManagementRoleAssignmentRoleDefinition -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementRoleAssignmentRoleScopeTag.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementRoleAssignmentRoleScopeTag.md index c5a171ecd5594..39b503c334ba1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementRoleAssignmentRoleScopeTag.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementRoleAssignmentRoleScopeTag.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/get-mgbetadevicemanagementroleassignmentrolescopetag Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementRoleAssignmentRoleScopeTag --- @@ -26,7 +26,7 @@ Get-MgBetaDeviceManagementRoleAssignmentRoleScopeTag [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -37,7 +37,7 @@ Get-MgBetaDeviceManagementRoleAssignmentRoleScopeTag [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -47,7 +47,7 @@ Get-MgBetaDeviceManagementRoleAssignmentRoleScopeTag -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementRoleAssignmentRoleScopeTagCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementRoleAssignmentRoleScopeTagCount.md index 17e2125e81085..478e6a357c07f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementRoleAssignmentRoleScopeTagCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementRoleAssignmentRoleScopeTagCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/get-mgbetadevicemanagementroleassignmentrolescopetagcount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementRoleAssignmentRoleScopeTagCount --- @@ -24,7 +24,7 @@ Get-MgBetaDeviceManagementRoleAssignmentRoleScopeTagCount -DeviceAndAppManagementRoleAssignmentId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaDeviceManagementRoleAssignmentRoleScopeTagCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementRoleDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementRoleDefinition.md index 0ca2a805e1072..a1a192a6a9aa9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementRoleDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementRoleDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/get-mgbetadevicemanagementroledefinition Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementRoleDefinition --- @@ -28,7 +28,7 @@ Get-MgBetaDeviceManagementRoleDefinition [-ExpandProperty ] [-Property [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -37,7 +37,7 @@ Get-MgBetaDeviceManagementRoleDefinition [-ExpandProperty ] [-Property Get-MgBetaDeviceManagementRoleDefinition -RoleDefinitionId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -47,7 +47,7 @@ Get-MgBetaDeviceManagementRoleDefinition -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -63,9 +63,9 @@ The Role Definitions. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | DeviceManagementRBAC.Read.All, DeviceManagementRBAC.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementConfiguration.Read.All, | +| Delegated (work or school account) | DeviceManagementRBAC.Read.All, DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementRBAC.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | DeviceManagementRBAC.Read.All, DeviceManagementRBAC.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementConfiguration.Read.All, | +| Application | DeviceManagementRBAC.Read.All, DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementRBAC.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementRoleDefinitionCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementRoleDefinitionCount.md index 1209b28354a44..19d00d77d0a89 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementRoleDefinitionCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementRoleDefinitionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/get-mgbetadevicemanagementroledefinitioncount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementRoleDefinitionCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaDeviceManagementRoleDefinitionCount [-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) | DeviceManagementRBAC.Read.All, DeviceManagementRBAC.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementConfiguration.Read.All, | +| Delegated (work or school account) | DeviceManagementRBAC.Read.All, DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementRBAC.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | DeviceManagementRBAC.Read.All, DeviceManagementRBAC.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementConfiguration.Read.All, | +| Application | DeviceManagementRBAC.Read.All, DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementRBAC.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementRoleDefinitionRoleAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementRoleDefinitionRoleAssignment.md index 31c593b03b38c..5347e410e508f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementRoleDefinitionRoleAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementRoleDefinitionRoleAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/get-mgbetadevicemanagementroledefinitionroleassignment Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementRoleDefinitionRoleAssignment --- @@ -29,7 +29,6 @@ Get-MgBetaDeviceManagementRoleDefinitionRoleAssignment -RoleDefinitionId ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -39,7 +38,7 @@ Get-MgBetaDeviceManagementRoleDefinitionRoleAssignment -RoleAssignmentId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -49,7 +48,7 @@ Get-MgBetaDeviceManagementRoleDefinitionRoleAssignment -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -65,9 +64,9 @@ List of Role assignments for this role definition. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | DeviceManagementRBAC.Read.All, DeviceManagementRBAC.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementConfiguration.Read.All, | +| Delegated (work or school account) | DeviceManagementRBAC.Read.All, DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementRBAC.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | DeviceManagementRBAC.Read.All, DeviceManagementRBAC.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementConfiguration.Read.All, | +| Application | DeviceManagementRBAC.Read.All, DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementRBAC.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementRoleDefinitionRoleAssignmentCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementRoleDefinitionRoleAssignmentCount.md index 56b1852d7254b..19e20c7f23173 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementRoleDefinitionRoleAssignmentCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementRoleDefinitionRoleAssignmentCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/get-mgbetadevicemanagementroledefinitionroleassignmentcount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementRoleDefinitionRoleAssignmentCount --- @@ -27,7 +27,7 @@ Get-MgBetaDeviceManagementRoleDefinitionRoleAssignmentCount -RoleDefinitionId ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaDeviceManagementRoleDefinitionRoleAssignmentCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-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) | DeviceManagementRBAC.Read.All, DeviceManagementRBAC.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementConfiguration.Read.All, | +| Delegated (work or school account) | DeviceManagementRBAC.Read.All, DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementRBAC.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | DeviceManagementRBAC.Read.All, DeviceManagementRBAC.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementConfiguration.Read.All, | +| Application | DeviceManagementRBAC.Read.All, DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementRBAC.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementRoleDefinitionRoleAssignmentRoleDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementRoleDefinitionRoleAssignmentRoleDefinition.md index e3a4256bd5327..403dc76263253 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementRoleDefinitionRoleAssignmentRoleDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementRoleDefinitionRoleAssignmentRoleDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/get-mgbetadevicemanagementroledefinitionroleassignmentroledefinition Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementRoleDefinitionRoleAssignmentRoleDefinition --- @@ -27,7 +27,7 @@ Get-MgBetaDeviceManagementRoleDefinitionRoleAssignmentRoleDefinition -RoleAssign -RoleDefinitionId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaDeviceManagementRoleDefinitionRoleAssignmentRoleDefinition -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -53,9 +53,9 @@ Role definition this assignment is part of. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | DeviceManagementRBAC.Read.All, DeviceManagementRBAC.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementConfiguration.Read.All, | +| Delegated (work or school account) | DeviceManagementRBAC.Read.All, DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementRBAC.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | DeviceManagementRBAC.Read.All, DeviceManagementRBAC.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementConfiguration.Read.All, | +| Application | DeviceManagementRBAC.Read.All, DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementRBAC.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementRoleScopeTag.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementRoleScopeTag.md index c2c3d84f7d104..8bd57a3169e8f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementRoleScopeTag.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementRoleScopeTag.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/get-mgbetadevicemanagementrolescopetag Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementRoleScopeTag --- @@ -25,7 +25,7 @@ Get-MgBetaDeviceManagementRoleScopeTag [-ExpandProperty ] [-Property < [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -34,7 +34,7 @@ Get-MgBetaDeviceManagementRoleScopeTag [-ExpandProperty ] [-Property < Get-MgBetaDeviceManagementRoleScopeTag -RoleScopeTagId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -44,7 +44,7 @@ Get-MgBetaDeviceManagementRoleScopeTag -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -60,9 +60,9 @@ The Role Scope Tags. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementRBAC.ReadWrite.All, DeviceManagementRBAC.Read.All, DeviceManagementConfiguration.ReadWrite.All, | +| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementRBAC.Read.All, DeviceManagementRBAC.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | DeviceManagementConfiguration.Read.All, DeviceManagementRBAC.ReadWrite.All, DeviceManagementRBAC.Read.All, DeviceManagementConfiguration.ReadWrite.All, | +| Application | DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementRBAC.Read.All, DeviceManagementRBAC.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementRoleScopeTagAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementRoleScopeTagAssignment.md index 4464f5bf151ec..07ac669ca93ca 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementRoleScopeTagAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementRoleScopeTagAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/get-mgbetadevicemanagementrolescopetagassignment Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementRoleScopeTagAssignment --- @@ -26,7 +26,6 @@ Get-MgBetaDeviceManagementRoleScopeTagAssignment -RoleScopeTagId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -36,7 +35,7 @@ Get-MgBetaDeviceManagementRoleScopeTagAssignment -RoleScopeTagAutoAssignmentId < -RoleScopeTagId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +45,7 @@ Get-MgBetaDeviceManagementRoleScopeTagAssignment -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementRoleScopeTagAssignmentCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementRoleScopeTagAssignmentCount.md index ac4033a2d2f8e..7ee46434a7dc0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementRoleScopeTagAssignmentCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementRoleScopeTagAssignmentCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/get-mgbetadevicemanagementrolescopetagassignmentcount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementRoleScopeTagAssignmentCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaDeviceManagementRoleScopeTagAssignmentCount -RoleScopeTagId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -33,7 +33,7 @@ Get-MgBetaDeviceManagementRoleScopeTagAssignmentCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementRoleScopeTagCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementRoleScopeTagCount.md index 6848c0e693756..6feb19a2c889b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementRoleScopeTagCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementRoleScopeTagCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/get-mgbetadevicemanagementrolescopetagcount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementRoleScopeTagCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaDeviceManagementRoleScopeTagCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -39,9 +39,9 @@ Get the number of the resource | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementRBAC.ReadWrite.All, DeviceManagementRBAC.Read.All, DeviceManagementConfiguration.ReadWrite.All, | +| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementRBAC.Read.All, DeviceManagementRBAC.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | DeviceManagementConfiguration.Read.All, DeviceManagementRBAC.ReadWrite.All, DeviceManagementRBAC.Read.All, DeviceManagementConfiguration.ReadWrite.All, | +| Application | DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementRBAC.Read.All, DeviceManagementRBAC.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementTelecomExpenseManagementPartner.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementTelecomExpenseManagementPartner.md index 9f183cec9c473..05d68978919c4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementTelecomExpenseManagementPartner.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementTelecomExpenseManagementPartner.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/get-mgbetadevicemanagementtelecomexpensemanagementpartner Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementTelecomExpenseManagementPartner --- @@ -25,7 +25,7 @@ Get-MgBetaDeviceManagementTelecomExpenseManagementPartner [-ExpandProperty ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaDeviceManagementTelecomExpenseManagementPartner -TelecomExpenseManagementPartnerId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -45,7 +45,7 @@ Get-MgBetaDeviceManagementTelecomExpenseManagementPartner -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementTelecomExpenseManagementPartnerCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementTelecomExpenseManagementPartnerCount.md index 482987c45350f..4bc2946c995c2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementTelecomExpenseManagementPartnerCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementTelecomExpenseManagementPartnerCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/get-mgbetadevicemanagementtelecomexpensemanagementpartnercount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementTelecomExpenseManagementPartnerCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaDeviceManagementTelecomExpenseManagementPartnerCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementTermAndCondition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementTermAndCondition.md index 8665c99511610..7fd3fe9784cbb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementTermAndCondition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementTermAndCondition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/get-mgbetadevicemanagementtermandcondition Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementTermAndCondition --- @@ -28,7 +28,7 @@ Get-MgBetaDeviceManagementTermAndCondition [-ExpandProperty ] [-Proper [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaDeviceManagementTermAndCondition -TermsAndConditionsId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +48,7 @@ Get-MgBetaDeviceManagementTermAndCondition -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementTermAndConditionAcceptanceStatus.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementTermAndConditionAcceptanceStatus.md index 9d7c5b4001352..acab4a739c41d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementTermAndConditionAcceptanceStatus.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementTermAndConditionAcceptanceStatus.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/get-mgbetadevicemanagementtermandconditionacceptancestatus Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementTermAndConditionAcceptanceStatus --- @@ -29,7 +29,6 @@ Get-MgBetaDeviceManagementTermAndConditionAcceptanceStatus -TermsAndConditionsId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -40,7 +39,7 @@ Get-MgBetaDeviceManagementTermAndConditionAcceptanceStatus [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -50,7 +49,7 @@ Get-MgBetaDeviceManagementTermAndConditionAcceptanceStatus -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementTermAndConditionAcceptanceStatusCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementTermAndConditionAcceptanceStatusCount.md index 825c007eb2bf8..2659a4164e9e2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementTermAndConditionAcceptanceStatusCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementTermAndConditionAcceptanceStatusCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/get-mgbetadevicemanagementtermandconditionacceptancestatuscount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementTermAndConditionAcceptanceStatusCount --- @@ -27,7 +27,7 @@ Get-MgBetaDeviceManagementTermAndConditionAcceptanceStatusCount -TermsAndConditi [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaDeviceManagementTermAndConditionAcceptanceStatusCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementTermAndConditionAcceptanceStatusTermAndCondition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementTermAndConditionAcceptanceStatusTermAndCondition.md index 74064a1be961e..80a3ec1425309 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementTermAndConditionAcceptanceStatusTermAndCondition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementTermAndConditionAcceptanceStatusTermAndCondition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/get-mgbetadevicemanagementtermandconditionacceptancestatustermandcondition Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementTermAndConditionAcceptanceStatusTermAndCondition --- @@ -28,7 +28,7 @@ Get-MgBetaDeviceManagementTermAndConditionAcceptanceStatusTermAndCondition [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -38,7 +38,7 @@ Get-MgBetaDeviceManagementTermAndConditionAcceptanceStatusTermAndCondition -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementTermAndConditionAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementTermAndConditionAssignment.md index f01e3ca731b9e..e3e81e6841f2a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementTermAndConditionAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementTermAndConditionAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/get-mgbetadevicemanagementtermandconditionassignment Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementTermAndConditionAssignment --- @@ -29,7 +29,6 @@ Get-MgBetaDeviceManagementTermAndConditionAssignment -TermsAndConditionsId ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -39,7 +38,7 @@ Get-MgBetaDeviceManagementTermAndConditionAssignment -TermsAndConditionsAssignme -TermsAndConditionsId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -49,7 +48,7 @@ Get-MgBetaDeviceManagementTermAndConditionAssignment -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementTermAndConditionAssignmentCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementTermAndConditionAssignmentCount.md index 8574b9ef7d226..398ce06d728bc 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementTermAndConditionAssignmentCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementTermAndConditionAssignmentCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/get-mgbetadevicemanagementtermandconditionassignmentcount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementTermAndConditionAssignmentCount --- @@ -27,7 +27,7 @@ Get-MgBetaDeviceManagementTermAndConditionAssignmentCount -TermsAndConditionsId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaDeviceManagementTermAndConditionAssignmentCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementTermAndConditionCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementTermAndConditionCount.md index 459f274fcf592..832ed5bd206ee 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementTermAndConditionCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementTermAndConditionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/get-mgbetadevicemanagementtermandconditioncount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementTermAndConditionCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaDeviceManagementTermAndConditionCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementTermAndConditionGroupAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementTermAndConditionGroupAssignment.md index f9492f56374eb..b3506d14781ac 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementTermAndConditionGroupAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementTermAndConditionGroupAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/get-mgbetadevicemanagementtermandconditiongroupassignment Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementTermAndConditionGroupAssignment --- @@ -26,7 +26,6 @@ Get-MgBetaDeviceManagementTermAndConditionGroupAssignment -TermsAndConditionsId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -37,7 +36,7 @@ Get-MgBetaDeviceManagementTermAndConditionGroupAssignment [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -47,7 +46,7 @@ Get-MgBetaDeviceManagementTermAndConditionGroupAssignment -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementTermAndConditionGroupAssignmentCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementTermAndConditionGroupAssignmentCount.md index 7d11ac03b9a99..12e030d58b21b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementTermAndConditionGroupAssignmentCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementTermAndConditionGroupAssignmentCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/get-mgbetadevicemanagementtermandconditiongroupassignmentcount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementTermAndConditionGroupAssignmentCount --- @@ -24,7 +24,7 @@ Get-MgBetaDeviceManagementTermAndConditionGroupAssignmentCount -TermsAndConditio [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaDeviceManagementTermAndConditionGroupAssignmentCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementTermAndConditionGroupAssignmentTermAndCondition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementTermAndConditionGroupAssignmentTermAndCondition.md index 5e9036c20eb6b..6ea022413a8c3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementTermAndConditionGroupAssignmentTermAndCondition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementTermAndConditionGroupAssignmentTermAndCondition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/get-mgbetadevicemanagementtermandconditiongroupassignmenttermandcondition Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementTermAndConditionGroupAssignmentTermAndCondition --- @@ -25,7 +25,7 @@ Get-MgBetaDeviceManagementTermAndConditionGroupAssignmentTermAndCondition [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaDeviceManagementTermAndConditionGroupAssignmentTermAndCondition -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementUserPfxCertificate.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementUserPfxCertificate.md index 5d26f03961447..eb1342652a6ce 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementUserPfxCertificate.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementUserPfxCertificate.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/get-mgbetadevicemanagementuserpfxcertificate Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementUserPfxCertificate --- @@ -25,7 +25,7 @@ Get-MgBetaDeviceManagementUserPfxCertificate [-ExpandProperty ] [-Prop [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaDeviceManagementUserPfxCertificate -UserPfxCertificateId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -45,7 +45,7 @@ Get-MgBetaDeviceManagementUserPfxCertificate -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementUserPfxCertificateCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementUserPfxCertificateCount.md index ebe2e25dc2b33..4a375cf0ada5f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementUserPfxCertificateCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementUserPfxCertificateCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/get-mgbetadevicemanagementuserpfxcertificatecount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementUserPfxCertificateCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaDeviceManagementUserPfxCertificateCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementVirtualEndpoint.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementVirtualEndpoint.md index e83c637399a78..b7ec0193ed281 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementVirtualEndpoint.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementVirtualEndpoint.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/get-mgbetadevicemanagementvirtualendpoint Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementVirtualEndpoint --- @@ -26,7 +26,7 @@ Get virtualEndpoint from deviceManagement Get-MgBetaDeviceManagementVirtualEndpoint [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementVirtualEndpointAuditEvent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementVirtualEndpointAuditEvent.md index 3713368ea4144..9cc8fe838b2f3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementVirtualEndpointAuditEvent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementVirtualEndpointAuditEvent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/get-mgbetadevicemanagementvirtualendpointauditevent Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementVirtualEndpointAuditEvent --- @@ -28,7 +28,7 @@ Get-MgBetaDeviceManagementVirtualEndpointAuditEvent [-ExpandProperty ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaDeviceManagementVirtualEndpointAuditEvent -CloudPcAuditEventId ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +48,7 @@ Get-MgBetaDeviceManagementVirtualEndpointAuditEvent -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementVirtualEndpointAuditEventCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementVirtualEndpointAuditEventCount.md index 113090dd3c731..1a4ad6910a7e9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementVirtualEndpointAuditEventCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementVirtualEndpointAuditEventCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/get-mgbetadevicemanagementvirtualendpointauditeventcount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementVirtualEndpointAuditEventCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaDeviceManagementVirtualEndpointAuditEventCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementVirtualEndpointBulkAction.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementVirtualEndpointBulkAction.md index 39df8a5a41270..848ea374f9608 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementVirtualEndpointBulkAction.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementVirtualEndpointBulkAction.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/get-mgbetadevicemanagementvirtualendpointbulkaction Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementVirtualEndpointBulkAction --- @@ -25,7 +25,7 @@ Get-MgBetaDeviceManagementVirtualEndpointBulkAction [-ExpandProperty ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaDeviceManagementVirtualEndpointBulkAction -CloudPcBulkActionId ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -45,7 +45,7 @@ Get-MgBetaDeviceManagementVirtualEndpointBulkAction -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementVirtualEndpointBulkActionCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementVirtualEndpointBulkActionCount.md index 434f022485fea..14000d3f7a02e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementVirtualEndpointBulkActionCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementVirtualEndpointBulkActionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/get-mgbetadevicemanagementvirtualendpointbulkactioncount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementVirtualEndpointBulkActionCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaDeviceManagementVirtualEndpointBulkActionCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementVirtualEndpointCloudPc.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementVirtualEndpointCloudPc.md index c284c6dc78177..4b3889e7da6e3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementVirtualEndpointCloudPc.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementVirtualEndpointCloudPc.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/get-mgbetadevicemanagementvirtualendpointcloudpc Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementVirtualEndpointCloudPc --- @@ -28,7 +28,7 @@ Get-MgBetaDeviceManagementVirtualEndpointCloudPc [-ExpandProperty ] [- [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -37,7 +37,7 @@ Get-MgBetaDeviceManagementVirtualEndpointCloudPc [-ExpandProperty ] [- Get-MgBetaDeviceManagementVirtualEndpointCloudPc -CloudPcId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -47,7 +47,7 @@ Get-MgBetaDeviceManagementVirtualEndpointCloudPc -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementVirtualEndpointCloudPcCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementVirtualEndpointCloudPcCount.md index 7c0e52f4c135a..edee0bdb6015b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementVirtualEndpointCloudPcCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementVirtualEndpointCloudPcCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/get-mgbetadevicemanagementvirtualendpointcloudpccount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementVirtualEndpointCloudPcCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaDeviceManagementVirtualEndpointCloudPcCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementVirtualEndpointCrossCloudGovernmentOrganizationMapping.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementVirtualEndpointCrossCloudGovernmentOrganizationMapping.md index c94427bd777bf..b04b2640b72ab 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementVirtualEndpointCrossCloudGovernmentOrganizationMapping.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementVirtualEndpointCrossCloudGovernmentOrganizationMapping.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/get-mgbetadevicemanagementvirtualendpointcrosscloudgovernmentorganizationmapping Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementVirtualEndpointCrossCloudGovernmentOrganizationMapping --- @@ -24,7 +24,7 @@ Get-MgBetaDeviceManagementVirtualEndpointCrossCloudGovernmentOrganizationMapping [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementVirtualEndpointDeviceImage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementVirtualEndpointDeviceImage.md index 74b4ae94b23e8..390f5d1b7df8a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementVirtualEndpointDeviceImage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementVirtualEndpointDeviceImage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/get-mgbetadevicemanagementvirtualendpointdeviceimage Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementVirtualEndpointDeviceImage --- @@ -28,7 +28,7 @@ Get-MgBetaDeviceManagementVirtualEndpointDeviceImage [-ExpandProperty [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaDeviceManagementVirtualEndpointDeviceImage -CloudPcDeviceImageId ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +48,7 @@ Get-MgBetaDeviceManagementVirtualEndpointDeviceImage -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementVirtualEndpointDeviceImageCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementVirtualEndpointDeviceImageCount.md index 06c4b4e20f52b..3d585331b0d25 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementVirtualEndpointDeviceImageCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementVirtualEndpointDeviceImageCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/get-mgbetadevicemanagementvirtualendpointdeviceimagecount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementVirtualEndpointDeviceImageCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaDeviceManagementVirtualEndpointDeviceImageCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementVirtualEndpointExternalPartnerSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementVirtualEndpointExternalPartnerSetting.md index 1f903a9a8ab57..a782ae1ef85fb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementVirtualEndpointExternalPartnerSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementVirtualEndpointExternalPartnerSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/get-mgbetadevicemanagementvirtualendpointexternalpartnersetting Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementVirtualEndpointExternalPartnerSetting --- @@ -25,7 +25,7 @@ Get-MgBetaDeviceManagementVirtualEndpointExternalPartnerSetting [-ExpandProperty [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaDeviceManagementVirtualEndpointExternalPartnerSetting -CloudPcExternalPartnerSettingId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -45,7 +45,7 @@ Get-MgBetaDeviceManagementVirtualEndpointExternalPartnerSetting -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementVirtualEndpointExternalPartnerSettingCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementVirtualEndpointExternalPartnerSettingCount.md index 311b047f76d48..318707ae90257 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementVirtualEndpointExternalPartnerSettingCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementVirtualEndpointExternalPartnerSettingCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/get-mgbetadevicemanagementvirtualendpointexternalpartnersettingcount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementVirtualEndpointExternalPartnerSettingCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaDeviceManagementVirtualEndpointExternalPartnerSettingCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementVirtualEndpointFrontLineServicePlan.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementVirtualEndpointFrontLineServicePlan.md index 1848df065211d..0ff15c228f111 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementVirtualEndpointFrontLineServicePlan.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementVirtualEndpointFrontLineServicePlan.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/get-mgbetadevicemanagementvirtualendpointfrontlineserviceplan Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementVirtualEndpointFrontLineServicePlan --- @@ -25,7 +25,7 @@ Get-MgBetaDeviceManagementVirtualEndpointFrontLineServicePlan [-ExpandProperty < [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaDeviceManagementVirtualEndpointFrontLineServicePlan -CloudPcFrontLineServicePlanId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -45,7 +45,7 @@ Get-MgBetaDeviceManagementVirtualEndpointFrontLineServicePlan -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementVirtualEndpointFrontLineServicePlanCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementVirtualEndpointFrontLineServicePlanCount.md index 1033da66a4419..e9f8b4eb3a9e6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementVirtualEndpointFrontLineServicePlanCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementVirtualEndpointFrontLineServicePlanCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/get-mgbetadevicemanagementvirtualendpointfrontlineserviceplancount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementVirtualEndpointFrontLineServicePlanCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaDeviceManagementVirtualEndpointFrontLineServicePlanCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementVirtualEndpointGalleryImage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementVirtualEndpointGalleryImage.md index 0f599f036d40a..47646e9b3a0a0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementVirtualEndpointGalleryImage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementVirtualEndpointGalleryImage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/get-mgbetadevicemanagementvirtualendpointgalleryimage Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementVirtualEndpointGalleryImage --- @@ -28,7 +28,7 @@ Get-MgBetaDeviceManagementVirtualEndpointGalleryImage [-ExpandProperty ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaDeviceManagementVirtualEndpointGalleryImage -CloudPcGalleryImageId ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +48,7 @@ Get-MgBetaDeviceManagementVirtualEndpointGalleryImage -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementVirtualEndpointGalleryImageCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementVirtualEndpointGalleryImageCount.md index ae11084e6d95c..e1c80e1c67ef5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementVirtualEndpointGalleryImageCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementVirtualEndpointGalleryImageCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/get-mgbetadevicemanagementvirtualendpointgalleryimagecount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementVirtualEndpointGalleryImageCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaDeviceManagementVirtualEndpointGalleryImageCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementVirtualEndpointOnPremiseConnection.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementVirtualEndpointOnPremiseConnection.md index f7b9fe01daaf3..6e3ce30919c4e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementVirtualEndpointOnPremiseConnection.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementVirtualEndpointOnPremiseConnection.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/get-mgbetadevicemanagementvirtualendpointonpremiseconnection Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementVirtualEndpointOnPremiseConnection --- @@ -28,7 +28,7 @@ Get-MgBetaDeviceManagementVirtualEndpointOnPremiseConnection [-ExpandProperty ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaDeviceManagementVirtualEndpointOnPremiseConnection -CloudPcOnPremisesC [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +48,7 @@ Get-MgBetaDeviceManagementVirtualEndpointOnPremiseConnection -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementVirtualEndpointOnPremiseConnectionCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementVirtualEndpointOnPremiseConnectionCount.md index 8f4b04ba030a7..eccbc4b95eb7a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementVirtualEndpointOnPremiseConnectionCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementVirtualEndpointOnPremiseConnectionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/get-mgbetadevicemanagementvirtualendpointonpremiseconnectioncount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementVirtualEndpointOnPremiseConnectionCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaDeviceManagementVirtualEndpointOnPremiseConnectionCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementVirtualEndpointOrganizationSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementVirtualEndpointOrganizationSetting.md index 2aa2c0721c7ab..ef202248c05f8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementVirtualEndpointOrganizationSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementVirtualEndpointOrganizationSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/get-mgbetadevicemanagementvirtualendpointorganizationsetting Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementVirtualEndpointOrganizationSetting --- @@ -24,7 +24,7 @@ A tenant has only one cloudPcOrganizationSettings object. Get-MgBetaDeviceManagementVirtualEndpointOrganizationSetting [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicy.md index 2069386a446d9..e1764cf519b8d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/get-mgbetadevicemanagementvirtualendpointprovisioningpolicy Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicy --- @@ -28,7 +28,7 @@ Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicy [-ExpandProperty ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicy -CloudPcProvisioning [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +48,7 @@ Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicy -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignment.md index 8114496fef75e..3e300cae92b14 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/get-mgbetadevicemanagementvirtualendpointprovisioningpolicyassignment Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignment --- @@ -32,7 +32,7 @@ Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignment [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -43,7 +43,7 @@ Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignment [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -53,7 +53,7 @@ Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignment -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUser.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUser.md index 1199757d079ff..ca91a3c477aa7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUser.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/get-mgbetadevicemanagementvirtualendpointprovisioningpolicyassignmentassigneduser Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUser --- @@ -33,7 +33,6 @@ Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUse [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -44,7 +43,7 @@ Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUse -UserId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -54,7 +53,7 @@ Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUse -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserCount.md index 87b2fec66ee32..757421476cbee 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/get-mgbetadevicemanagementvirtualendpointprovisioningpolicyassignmentassignedusercount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserCount --- @@ -28,7 +28,7 @@ Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUse [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -38,7 +38,7 @@ Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUse -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserMailboxSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserMailboxSetting.md index a84ff87e5c71c..3ce62879e41e2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserMailboxSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/get-mgbetadevicemanagementvirtualendpointprovisioningpolicyassignmentassignedusermailboxsetting Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserMailboxSetting --- @@ -31,7 +31,7 @@ Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUse -UserId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -41,7 +41,7 @@ Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUse -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserServiceProvisioningError.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserServiceProvisioningError.md index 13fc5c79c94b0..58cd5792c22e6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserServiceProvisioningError.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserServiceProvisioningError.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/get-mgbetadevicemanagementvirtualendpointprovisioningpolicyassignmentassigneduserserviceprovisioningerror Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserServiceProvisioningError --- @@ -30,7 +30,7 @@ Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUse [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserServiceProvisioningErrorCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserServiceProvisioningErrorCount.md index cc9269ef1dc8a..cc7b500b1bd55 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserServiceProvisioningErrorCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserServiceProvisioningErrorCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/get-mgbetadevicemanagementvirtualendpointprovisioningpolicyassignmentassigneduserserviceprovisioningerrorcount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserServiceProvisioningErrorCount --- @@ -28,7 +28,7 @@ Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUse -UserId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -38,7 +38,7 @@ Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUse -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentCount.md index 8693f484562d5..9d88845c9e828 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/get-mgbetadevicemanagementvirtualendpointprovisioningpolicyassignmentcount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentCount --- @@ -27,7 +27,7 @@ Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentCount -CloudPcProvisioningPolicyId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyCount.md index 27612f56cdf72..beb2cff0eb491 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/get-mgbetadevicemanagementvirtualendpointprovisioningpolicycount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementVirtualEndpointReport.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementVirtualEndpointReport.md index ff6b0903b24f6..b50e922a1e578 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementVirtualEndpointReport.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementVirtualEndpointReport.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/get-mgbetadevicemanagementvirtualendpointreport Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementVirtualEndpointReport --- @@ -15,6 +15,9 @@ title: Get-MgBetaDeviceManagementVirtualEndpointReport Cloud PC related reports. +> [!NOTE] +> To view the v1.0 release of this cmdlet, view [Get-MgDeviceManagementVirtualEndpointReport](/powershell/module/Microsoft.Graph.DeviceManagement.Administration/Get-MgDeviceManagementVirtualEndpointReport?view=graph-powershell-1.0) + ## SYNTAX ### Get (Default) @@ -23,7 +26,7 @@ Cloud PC related reports. Get-MgBetaDeviceManagementVirtualEndpointReport [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementVirtualEndpointReportExportJob.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementVirtualEndpointReportExportJob.md index c8c721ca6c6c3..f081ab6025eb7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementVirtualEndpointReportExportJob.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementVirtualEndpointReportExportJob.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/get-mgbetadevicemanagementvirtualendpointreportexportjob Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementVirtualEndpointReportExportJob --- @@ -28,7 +28,7 @@ Get-MgBetaDeviceManagementVirtualEndpointReportExportJob [-ExpandProperty ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaDeviceManagementVirtualEndpointReportExportJob -CloudPcExportJobId ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +48,7 @@ Get-MgBetaDeviceManagementVirtualEndpointReportExportJob -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementVirtualEndpointReportExportJobCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementVirtualEndpointReportExportJobCount.md index 1546ec889ce46..f0d2601d50983 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementVirtualEndpointReportExportJobCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementVirtualEndpointReportExportJobCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/get-mgbetadevicemanagementvirtualendpointreportexportjobcount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementVirtualEndpointReportExportJobCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaDeviceManagementVirtualEndpointReportExportJobCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementVirtualEndpointServicePlan.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementVirtualEndpointServicePlan.md index 60eabd9c7dea3..91fda92d3ebf2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementVirtualEndpointServicePlan.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementVirtualEndpointServicePlan.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/get-mgbetadevicemanagementvirtualendpointserviceplan Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementVirtualEndpointServicePlan --- @@ -25,7 +25,7 @@ Get-MgBetaDeviceManagementVirtualEndpointServicePlan [-ExpandProperty [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaDeviceManagementVirtualEndpointServicePlan -CloudPcServicePlanId ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -45,7 +45,7 @@ Get-MgBetaDeviceManagementVirtualEndpointServicePlan -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementVirtualEndpointServicePlanCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementVirtualEndpointServicePlanCount.md index f9dfeb35338e8..466413f0bf049 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementVirtualEndpointServicePlanCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementVirtualEndpointServicePlanCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/get-mgbetadevicemanagementvirtualendpointserviceplancount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementVirtualEndpointServicePlanCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaDeviceManagementVirtualEndpointServicePlanCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementVirtualEndpointSnapshot.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementVirtualEndpointSnapshot.md index 7f0bd50e75ccd..880a647a3b6c6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementVirtualEndpointSnapshot.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementVirtualEndpointSnapshot.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/get-mgbetadevicemanagementvirtualendpointsnapshot Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementVirtualEndpointSnapshot --- @@ -25,7 +25,7 @@ Get-MgBetaDeviceManagementVirtualEndpointSnapshot [-ExpandProperty ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaDeviceManagementVirtualEndpointSnapshot -CloudPcSnapshotId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -45,7 +45,7 @@ Get-MgBetaDeviceManagementVirtualEndpointSnapshot -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementVirtualEndpointSnapshotCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementVirtualEndpointSnapshotCount.md index 0e3294915f40c..71e4b8622f2e7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementVirtualEndpointSnapshotCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementVirtualEndpointSnapshotCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/get-mgbetadevicemanagementvirtualendpointsnapshotcount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementVirtualEndpointSnapshotCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaDeviceManagementVirtualEndpointSnapshotCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementVirtualEndpointSupportedRegion.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementVirtualEndpointSupportedRegion.md index 8bea6b6dc630b..05f921b4159ba 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementVirtualEndpointSupportedRegion.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementVirtualEndpointSupportedRegion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/get-mgbetadevicemanagementvirtualendpointsupportedregion Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementVirtualEndpointSupportedRegion --- @@ -25,7 +25,7 @@ Get-MgBetaDeviceManagementVirtualEndpointSupportedRegion [-ExpandProperty ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaDeviceManagementVirtualEndpointSupportedRegion -CloudPcSupportedRegion [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -45,7 +45,7 @@ Get-MgBetaDeviceManagementVirtualEndpointSupportedRegion -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementVirtualEndpointSupportedRegionCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementVirtualEndpointSupportedRegionCount.md index 3dcdb72d73e72..dc6d702e8bd59 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementVirtualEndpointSupportedRegionCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementVirtualEndpointSupportedRegionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/get-mgbetadevicemanagementvirtualendpointsupportedregioncount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementVirtualEndpointSupportedRegionCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaDeviceManagementVirtualEndpointSupportedRegionCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementVirtualEndpointUserSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementVirtualEndpointUserSetting.md index 4ec874ab54fca..a2ed5767f4e83 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementVirtualEndpointUserSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementVirtualEndpointUserSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/get-mgbetadevicemanagementvirtualendpointusersetting Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementVirtualEndpointUserSetting --- @@ -28,7 +28,7 @@ Get-MgBetaDeviceManagementVirtualEndpointUserSetting [-ExpandProperty [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaDeviceManagementVirtualEndpointUserSetting -CloudPcUserSettingId ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +48,7 @@ Get-MgBetaDeviceManagementVirtualEndpointUserSetting -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementVirtualEndpointUserSettingAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementVirtualEndpointUserSettingAssignment.md index 6e4b20e155abb..c579d2952316c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementVirtualEndpointUserSettingAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementVirtualEndpointUserSettingAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/get-mgbetadevicemanagementvirtualendpointusersettingassignment Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementVirtualEndpointUserSettingAssignment --- @@ -31,7 +31,6 @@ Get-MgBetaDeviceManagementVirtualEndpointUserSettingAssignment -CloudPcUserSetti [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -42,7 +41,7 @@ Get-MgBetaDeviceManagementVirtualEndpointUserSettingAssignment [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -52,7 +51,7 @@ Get-MgBetaDeviceManagementVirtualEndpointUserSettingAssignment -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementVirtualEndpointUserSettingAssignmentCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementVirtualEndpointUserSettingAssignmentCount.md index dd2debdaecf48..a65f4a8d01a50 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementVirtualEndpointUserSettingAssignmentCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementVirtualEndpointUserSettingAssignmentCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/get-mgbetadevicemanagementvirtualendpointusersettingassignmentcount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementVirtualEndpointUserSettingAssignmentCount --- @@ -27,7 +27,7 @@ Get-MgBetaDeviceManagementVirtualEndpointUserSettingAssignmentCount -CloudPcUser [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaDeviceManagementVirtualEndpointUserSettingAssignmentCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementVirtualEndpointUserSettingCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementVirtualEndpointUserSettingCount.md index 0b004bea5b9ac..6e1cfd440d163 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementVirtualEndpointUserSettingCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Get-MgBetaDeviceManagementVirtualEndpointUserSettingCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/get-mgbetadevicemanagementvirtualendpointusersettingcount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementVirtualEndpointUserSettingCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaDeviceManagementVirtualEndpointUserSettingCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Microsoft.Graph.Beta.DeviceManagement.Administration.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Microsoft.Graph.Beta.DeviceManagement.Administration.md index 2508f57171c65..9ef7c1698219b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Microsoft.Graph.Beta.DeviceManagement.Administration.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Microsoft.Graph.Beta.DeviceManagement.Administration.md @@ -1,6 +1,6 @@ --- Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -Module Guid: 418edee7-3a24-4d54-9b52-a826f3c24000 +Module Guid: 41e8fbe5-1a2b-03b7-4480-6f7d2d2baac0 Download Help Link: https://learn.microsoft.com/en-us/powershell/module/microsoft.graph.beta.devicemanagement.administration/?view=graph-powershell-beta Help Version: 1.0.0.0 Locale: en-US diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementAuditEvent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementAuditEvent.md index 7b51b1fa754d2..201ec81643a6d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementAuditEvent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementAuditEvent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/new-mgbetadevicemanagementauditevent Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementAuditEvent --- @@ -30,7 +30,6 @@ New-MgBetaDeviceManagementAuditEvent [-ResponseHeadersVariable ] [-Activ [-Id ] [-Resources ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -40,7 +39,6 @@ New-MgBetaDeviceManagementAuditEvent -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementCartToClassAssociation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementCartToClassAssociation.md index 0726f1c5c7003..111e8642c4efe 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementCartToClassAssociation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementCartToClassAssociation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/new-mgbetadevicemanagementcarttoclassassociation Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementCartToClassAssociation --- @@ -26,7 +26,6 @@ New-MgBetaDeviceManagementCartToClassAssociation [-ResponseHeadersVariable ] [-Version ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -36,7 +35,7 @@ New-MgBetaDeviceManagementCartToClassAssociation -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.DeviceManagement.Administration/New-MgBetaDeviceManagementComanagementEligibleDevice.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementComanagementEligibleDevice.md index 33fb22332005b..09c8bb66277dd 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementComanagementEligibleDevice.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementComanagementEligibleDevice.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/new-mgbetadevicemanagementcomanagementeligibledevice Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementComanagementEligibleDevice --- @@ -29,7 +29,7 @@ New-MgBetaDeviceManagementComanagementEligibleDevice [-ResponseHeadersVariable < [-Status ] [-Upn ] [-UserEmail ] [-UserId ] [-UserName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -39,7 +39,7 @@ New-MgBetaDeviceManagementComanagementEligibleDevice -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.DeviceManagement.Administration/New-MgBetaDeviceManagementComplianceManagementPartner.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementComplianceManagementPartner.md index d694039ec16c4..672f90be2a83a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementComplianceManagementPartner.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementComplianceManagementPartner.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/new-mgbetadevicemanagementcompliancemanagementpartner Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementComplianceManagementPartner --- @@ -33,7 +33,7 @@ New-MgBetaDeviceManagementComplianceManagementPartner [-ResponseHeadersVariable [-MacOSOnboarded] [-PartnerState ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -43,7 +43,7 @@ New-MgBetaDeviceManagementComplianceManagementPartner -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.DeviceManagement.Administration/New-MgBetaDeviceManagementDeviceConfigurationManagedDeviceCertificateState.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementDeviceConfigurationManagedDeviceCertificateState.md index 0cfc896c2174a..ebfb235083cfe 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementDeviceConfigurationManagedDeviceCertificateState.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementDeviceConfigurationManagedDeviceCertificateState.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/new-mgbetadevicemanagementdeviceconfigurationmanageddevicecertificatestate Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementDeviceConfigurationManagedDeviceCertificateState --- @@ -30,7 +30,7 @@ New-MgBetaDeviceManagementDeviceConfigurationManagedDeviceCertificateState [-ManagedDeviceDisplayName ] [-UserPrincipalName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -41,7 +41,6 @@ New-MgBetaDeviceManagementDeviceConfigurationManagedDeviceCertificateState [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementDeviceConfigurationRestrictedAppViolation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementDeviceConfigurationRestrictedAppViolation.md index 219c84647f7ac..0205a991c6ff2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementDeviceConfigurationRestrictedAppViolation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementDeviceConfigurationRestrictedAppViolation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/new-mgbetadevicemanagementdeviceconfigurationrestrictedappviolation Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementDeviceConfigurationRestrictedAppViolation --- @@ -28,7 +28,7 @@ New-MgBetaDeviceManagementDeviceConfigurationRestrictedAppViolation [-RestrictedAppsState ] [-UserId ] [-UserName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -38,7 +38,7 @@ New-MgBetaDeviceManagementDeviceConfigurationRestrictedAppViolation -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.DeviceManagement.Administration/New-MgBetaDeviceManagementDomainJoinConnector.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementDomainJoinConnector.md index bb05139571761..e51867fb67385 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementDomainJoinConnector.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementDomainJoinConnector.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/new-mgbetadevicemanagementdomainjoinconnector Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementDomainJoinConnector --- @@ -25,7 +25,7 @@ New-MgBetaDeviceManagementDomainJoinConnector [-ResponseHeadersVariable [-LastConnectionDateTime ] [-State ] [-Version ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -36,7 +36,6 @@ New-MgBetaDeviceManagementDomainJoinConnector [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementExchangeConnector.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementExchangeConnector.md index eebb98fd164e9..093be2b76bd22 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementExchangeConnector.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementExchangeConnector.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/new-mgbetadevicemanagementexchangeconnector Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementExchangeConnector --- @@ -30,7 +30,7 @@ New-MgBetaDeviceManagementExchangeConnector [-ResponseHeadersVariable ] [-Status ] [-Version ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -41,7 +41,6 @@ New-MgBetaDeviceManagementExchangeConnector [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementExchangeOnPremisePolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementExchangeOnPremisePolicy.md index e934a1a44590a..08e0a34196fbe 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementExchangeOnPremisePolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementExchangeOnPremisePolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/new-mgbetadevicemanagementexchangeonpremisepolicy Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementExchangeOnPremisePolicy --- @@ -29,7 +29,6 @@ New-MgBetaDeviceManagementExchangeOnPremisePolicy [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -40,7 +39,6 @@ New-MgBetaDeviceManagementExchangeOnPremisePolicy [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementGroupPolicyCategory.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementGroupPolicyCategory.md index 3aae9b73a8ab7..b1eb7dcb085f1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementGroupPolicyCategory.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementGroupPolicyCategory.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/new-mgbetadevicemanagementgrouppolicycategory Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementGroupPolicyCategory --- @@ -28,7 +28,6 @@ New-MgBetaDeviceManagementGroupPolicyCategory [-ResponseHeadersVariable [-Parent ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -38,7 +37,6 @@ New-MgBetaDeviceManagementGroupPolicyCategory -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementGroupPolicyDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementGroupPolicyDefinition.md index 7d4af8b7488a3..02beefac49f97 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementGroupPolicyDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementGroupPolicyDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/new-mgbetadevicemanagementgrouppolicydefinition Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementGroupPolicyDefinition --- @@ -31,7 +31,7 @@ New-MgBetaDeviceManagementGroupPolicyDefinition [-ResponseHeadersVariable ] [-SupportedOn ] [-Version ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -41,7 +41,7 @@ New-MgBetaDeviceManagementGroupPolicyDefinition -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.DeviceManagement.Administration/New-MgBetaDeviceManagementGroupPolicyDefinitionFile.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementGroupPolicyDefinitionFile.md index 23305d448ddff..9427210736364 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementGroupPolicyDefinitionFile.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementGroupPolicyDefinitionFile.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/new-mgbetadevicemanagementgrouppolicydefinitionfile Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementGroupPolicyDefinitionFile --- @@ -27,7 +27,7 @@ New-MgBetaDeviceManagementGroupPolicyDefinitionFile [-ResponseHeadersVariable ] [-TargetNamespace ] [-TargetPrefix ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -37,7 +37,7 @@ New-MgBetaDeviceManagementGroupPolicyDefinitionFile -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.DeviceManagement.Administration/New-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentation.md index db7de06d9fe64..833d17a4e4d35 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/new-mgbetadevicemanagementgrouppolicydefinitionnextversiondefinitionpresentation Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentation --- @@ -26,7 +26,7 @@ New-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentation [-Id ] [-Label ] [-LastModifiedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -37,7 +37,6 @@ New-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentation [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -49,7 +48,7 @@ New-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentation [-Id ] [-Label ] [-LastModifiedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -60,7 +59,7 @@ New-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentation -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.DeviceManagement.Administration/New-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentation.md index 36aeb2e0ce4d0..4897d9672a35b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/new-mgbetadevicemanagementgrouppolicydefinitionnextversiondefinitionpreviouversiondefinitionpresentation Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentation --- @@ -26,7 +26,7 @@ New-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersi [-Id ] [-Label ] [-LastModifiedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -37,7 +37,6 @@ New-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersi [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -49,7 +48,7 @@ New-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersi [-Id ] [-Label ] [-LastModifiedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -60,7 +59,7 @@ New-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersi -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.DeviceManagement.Administration/New-MgBetaDeviceManagementGroupPolicyDefinitionPresentation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementGroupPolicyDefinitionPresentation.md index 2b21bb4b2b831..71304c7c220fa 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementGroupPolicyDefinitionPresentation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementGroupPolicyDefinitionPresentation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/new-mgbetadevicemanagementgrouppolicydefinitionpresentation Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementGroupPolicyDefinitionPresentation --- @@ -26,7 +26,6 @@ New-MgBetaDeviceManagementGroupPolicyDefinitionPresentation -GroupPolicyDefiniti [-LastModifiedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -36,7 +35,7 @@ New-MgBetaDeviceManagementGroupPolicyDefinitionPresentation -GroupPolicyDefiniti -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -48,7 +47,7 @@ New-MgBetaDeviceManagementGroupPolicyDefinitionPresentation [-Id ] [-Label ] [-LastModifiedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -59,7 +58,7 @@ New-MgBetaDeviceManagementGroupPolicyDefinitionPresentation -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.DeviceManagement.Administration/New-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentation.md index 3086ffc764d9d..4500443ef5d21 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/new-mgbetadevicemanagementgrouppolicydefinitionpreviouversiondefinitionnextversiondefinitionpresentation Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentation --- @@ -26,7 +26,7 @@ New-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersi [-Id ] [-Label ] [-LastModifiedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -37,7 +37,6 @@ New-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersi [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -49,7 +48,7 @@ New-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersi [-Id ] [-Label ] [-LastModifiedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -60,7 +59,7 @@ New-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersi -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.DeviceManagement.Administration/New-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentation.md index 9a81f6a49ff14..366d7c8aa4955 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/new-mgbetadevicemanagementgrouppolicydefinitionpreviouversiondefinitionpresentation Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentation --- @@ -26,7 +26,7 @@ New-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentat [-Id ] [-Label ] [-LastModifiedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -37,7 +37,6 @@ New-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentat [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -49,7 +48,7 @@ New-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentat [-Id ] [-Label ] [-LastModifiedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -60,7 +59,7 @@ New-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentat -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.DeviceManagement.Administration/New-MgBetaDeviceManagementGroupPolicyMigrationReportGroupPolicySettingMapping.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementGroupPolicyMigrationReportGroupPolicySettingMapping.md index 526b36e944326..04ef1db9f3a95 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementGroupPolicyMigrationReportGroupPolicySettingMapping.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementGroupPolicyMigrationReportGroupPolicySettingMapping.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/new-mgbetadevicemanagementgrouppolicymigrationreportgrouppolicysettingmapping Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementGroupPolicyMigrationReportGroupPolicySettingMapping --- @@ -32,7 +32,6 @@ New-MgBetaDeviceManagementGroupPolicyMigrationReportGroupPolicySettingMapping [-SettingValueDisplayUnits ] [-SettingValueType ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -43,7 +42,6 @@ New-MgBetaDeviceManagementGroupPolicyMigrationReportGroupPolicySettingMapping [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -61,7 +59,6 @@ New-MgBetaDeviceManagementGroupPolicyMigrationReportGroupPolicySettingMapping [-SettingValueDisplayUnits ] [-SettingValueType ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -72,7 +69,7 @@ New-MgBetaDeviceManagementGroupPolicyMigrationReportGroupPolicySettingMapping -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.DeviceManagement.Administration/New-MgBetaDeviceManagementGroupPolicyMigrationReportUnsupportedGroupPolicyExtension.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementGroupPolicyMigrationReportUnsupportedGroupPolicyExtension.md index 31a91f2386fe9..ee4a6ef6a1fa8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementGroupPolicyMigrationReportUnsupportedGroupPolicyExtension.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementGroupPolicyMigrationReportUnsupportedGroupPolicyExtension.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/new-mgbetadevicemanagementgrouppolicymigrationreportunsupportedgrouppolicyextension Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementGroupPolicyMigrationReportUnsupportedGroupPolicyExtension --- @@ -26,7 +26,7 @@ New-MgBetaDeviceManagementGroupPolicyMigrationReportUnsupportedGroupPolicyExtens [-NamespaceUrl ] [-NodeName ] [-SettingScope ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -37,7 +37,7 @@ New-MgBetaDeviceManagementGroupPolicyMigrationReportUnsupportedGroupPolicyExtens -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -49,7 +49,7 @@ New-MgBetaDeviceManagementGroupPolicyMigrationReportUnsupportedGroupPolicyExtens [-NamespaceUrl ] [-NodeName ] [-SettingScope ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -60,7 +60,7 @@ New-MgBetaDeviceManagementGroupPolicyMigrationReportUnsupportedGroupPolicyExtens -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.DeviceManagement.Administration/New-MgBetaDeviceManagementGroupPolicyObjectFile.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementGroupPolicyObjectFile.md index 886fb4181fb84..b9a6d4a8167e3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementGroupPolicyObjectFile.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementGroupPolicyObjectFile.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/new-mgbetadevicemanagementgrouppolicyobjectfile Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementGroupPolicyObjectFile --- @@ -26,7 +26,6 @@ New-MgBetaDeviceManagementGroupPolicyObjectFile [-ResponseHeadersVariable ] [-RoleScopeTagIds ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -36,7 +35,7 @@ New-MgBetaDeviceManagementGroupPolicyObjectFile -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.DeviceManagement.Administration/New-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFile.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFile.md index 0b25775620ef1..f3788155b9bc5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFile.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFile.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/new-mgbetadevicemanagementgrouppolicyuploadeddefinitionfile Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFile --- @@ -32,7 +32,6 @@ New-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFile [-ResponseHeadersVar [-TargetPrefix ] [-UploadDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -43,7 +42,6 @@ New-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileGroupPolicyOperation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileGroupPolicyOperation.md index 69241ab62cdaa..a7e78e320637f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileGroupPolicyOperation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileGroupPolicyOperation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/new-mgbetadevicemanagementgrouppolicyuploadeddefinitionfilegrouppolicyoperation Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileGroupPolicyOperation --- @@ -26,7 +26,7 @@ New-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileGroupPolicyOperation [-OperationStatus ] [-OperationType ] [-StatusDetails ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -37,7 +37,6 @@ New-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileGroupPolicyOperation [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -49,7 +48,7 @@ New-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileGroupPolicyOperation [-OperationStatus ] [-OperationType ] [-StatusDetails ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -60,7 +59,7 @@ New-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileGroupPolicyOperation -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.DeviceManagement.Administration/New-MgBetaDeviceManagementIntuneBrandingProfile.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementIntuneBrandingProfile.md index 0a20bbad17c8d..b2c18fdbc972e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementIntuneBrandingProfile.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementIntuneBrandingProfile.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/new-mgbetadevicemanagementintunebrandingprofile Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementIntuneBrandingProfile --- @@ -39,7 +39,6 @@ New-MgBetaDeviceManagementIntuneBrandingProfile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -49,7 +48,7 @@ New-MgBetaDeviceManagementIntuneBrandingProfile -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.DeviceManagement.Administration/New-MgBetaDeviceManagementIntuneBrandingProfileAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementIntuneBrandingProfileAssignment.md index 66ee913ab12e7..8542d0ff205e1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementIntuneBrandingProfileAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementIntuneBrandingProfileAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/new-mgbetadevicemanagementintunebrandingprofileassignment Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementIntuneBrandingProfileAssignment --- @@ -25,7 +25,6 @@ New-MgBetaDeviceManagementIntuneBrandingProfileAssignment -IntuneBrandingProfile [-Target ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -35,7 +34,7 @@ New-MgBetaDeviceManagementIntuneBrandingProfileAssignment -IntuneBrandingProfile -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -47,7 +46,6 @@ New-MgBetaDeviceManagementIntuneBrandingProfileAssignment [-Target ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -58,7 +56,7 @@ New-MgBetaDeviceManagementIntuneBrandingProfileAssignment -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.DeviceManagement.Administration/New-MgBetaDeviceManagementIoUpdateStatus.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementIoUpdateStatus.md index e26f6e5c46a0f..ea0465b9fd2f4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementIoUpdateStatus.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementIoUpdateStatus.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/new-mgbetadevicemanagementioupdatestatus Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementIoUpdateStatus --- @@ -31,7 +31,6 @@ New-MgBetaDeviceManagementIoUpdateStatus [-ResponseHeadersVariable ] [-UserPrincipalName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -41,7 +40,6 @@ New-MgBetaDeviceManagementIoUpdateStatus -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementMobileThreatDefenseConnector.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementMobileThreatDefenseConnector.md index bf355d390e06b..78b3eab32c3ff 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementMobileThreatDefenseConnector.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementMobileThreatDefenseConnector.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/new-mgbetadevicemanagementmobilethreatdefenseconnector Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementMobileThreatDefenseConnector --- @@ -35,7 +35,6 @@ New-MgBetaDeviceManagementMobileThreatDefenseConnector [-ResponseHeadersVariable [-WindowsMobileApplicationManagementEnabled] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -45,7 +44,7 @@ New-MgBetaDeviceManagementMobileThreatDefenseConnector -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.DeviceManagement.Administration/New-MgBetaDeviceManagementNdeConnector.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementNdeConnector.md index 4d01d800f16f4..2f282855afa27 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementNdeConnector.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementNdeConnector.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/new-mgbetadevicemanagementndeconnector Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementNdeConnector --- @@ -26,7 +26,7 @@ New-MgBetaDeviceManagementNdeConnector [-ResponseHeadersVariable ] [-MachineName ] [-RoleScopeTagIds ] [-State ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -36,7 +36,6 @@ New-MgBetaDeviceManagementNdeConnector -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementPartner.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementPartner.md index fa1d7e0b97ed5..e8af42c08e6f3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementPartner.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementPartner.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/new-mgbetadevicemanagementpartner Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementPartner --- @@ -33,7 +33,6 @@ New-MgBetaDeviceManagementPartner [-ResponseHeadersVariable ] [-WhenPartnerDevicesWillBeRemovedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -43,7 +42,6 @@ New-MgBetaDeviceManagementPartner -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementRemoteAssistancePartner.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementRemoteAssistancePartner.md index 7b14ef7aae9e4..50d98c88b54c9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementRemoteAssistancePartner.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementRemoteAssistancePartner.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/new-mgbetadevicemanagementremoteassistancepartner Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementRemoteAssistancePartner --- @@ -29,7 +29,7 @@ New-MgBetaDeviceManagementRemoteAssistancePartner [-ResponseHeadersVariable ] [-OnboardingUrl ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -39,7 +39,7 @@ New-MgBetaDeviceManagementRemoteAssistancePartner -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.DeviceManagement.Administration/New-MgBetaDeviceManagementResourceOperation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementResourceOperation.md index 639391f478a30..58e42959256cf 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementResourceOperation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementResourceOperation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/new-mgbetadevicemanagementresourceoperation Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementResourceOperation --- @@ -27,7 +27,7 @@ New-MgBetaDeviceManagementResourceOperation [-ResponseHeadersVariable ] [-ActionName ] [-AdditionalProperties ] [-Description ] [-Id ] [-ResourceName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -37,7 +37,6 @@ New-MgBetaDeviceManagementResourceOperation -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementRoleAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementRoleAssignment.md index 0f12b5eca3cdb..46ca5db642ba9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementRoleAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementRoleAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/new-mgbetadevicemanagementroleassignment Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementRoleAssignment --- @@ -30,7 +30,6 @@ New-MgBetaDeviceManagementRoleAssignment [-ResponseHeadersVariable ] [-ScopeMembers ] [-ScopeType ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -41,7 +40,6 @@ New-MgBetaDeviceManagementRoleAssignment [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementRoleDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementRoleDefinition.md index a27ca509f0e7a..8f89507ddc89f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementRoleDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementRoleDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/new-mgbetadevicemanagementroledefinition Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementRoleDefinition --- @@ -30,7 +30,7 @@ New-MgBetaDeviceManagementRoleDefinition [-ResponseHeadersVariable ] [-RolePermissions ] [-RoleScopeTagIds ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -40,7 +40,6 @@ New-MgBetaDeviceManagementRoleDefinition -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementRoleDefinitionRoleAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementRoleDefinitionRoleAssignment.md index 55aeea26fc954..245f31f52a667 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementRoleDefinitionRoleAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementRoleDefinitionRoleAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/new-mgbetadevicemanagementroledefinitionroleassignment Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementRoleDefinitionRoleAssignment --- @@ -30,7 +30,6 @@ New-MgBetaDeviceManagementRoleDefinitionRoleAssignment -RoleDefinitionId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -40,7 +39,7 @@ New-MgBetaDeviceManagementRoleDefinitionRoleAssignment -RoleDefinitionId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -53,7 +52,6 @@ New-MgBetaDeviceManagementRoleDefinitionRoleAssignment [-ScopeMembers ] [-ScopeType ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -64,7 +62,7 @@ New-MgBetaDeviceManagementRoleDefinitionRoleAssignment -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.DeviceManagement.Administration/New-MgBetaDeviceManagementRoleScopeTag.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementRoleScopeTag.md index 9350bff0e4675..c3070ef8e7201 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementRoleScopeTag.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementRoleScopeTag.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/new-mgbetadevicemanagementrolescopetag Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementRoleScopeTag --- @@ -25,7 +25,6 @@ New-MgBetaDeviceManagementRoleScopeTag [-ResponseHeadersVariable ] [-Description ] [-DisplayName ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -35,7 +34,6 @@ New-MgBetaDeviceManagementRoleScopeTag -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementRoleScopeTagAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementRoleScopeTagAssignment.md index 38866b4e8f674..1225705689ea2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementRoleScopeTagAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementRoleScopeTagAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/new-mgbetadevicemanagementrolescopetagassignment Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementRoleScopeTagAssignment --- @@ -25,7 +25,6 @@ New-MgBetaDeviceManagementRoleScopeTagAssignment -RoleScopeTagId [-Target ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -35,7 +34,7 @@ New-MgBetaDeviceManagementRoleScopeTagAssignment -RoleScopeTagId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -47,7 +46,6 @@ New-MgBetaDeviceManagementRoleScopeTagAssignment [-Target ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -58,7 +56,7 @@ New-MgBetaDeviceManagementRoleScopeTagAssignment -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.DeviceManagement.Administration/New-MgBetaDeviceManagementTelecomExpenseManagementPartner.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementTelecomExpenseManagementPartner.md index 89b8815430357..b8abe54e2c243 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementTelecomExpenseManagementPartner.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementTelecomExpenseManagementPartner.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/new-mgbetadevicemanagementtelecomexpensemanagementpartner Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementTelecomExpenseManagementPartner --- @@ -25,7 +25,7 @@ New-MgBetaDeviceManagementTelecomExpenseManagementPartner [-ResponseHeadersVaria [-Id ] [-LastConnectionDateTime ] [-Url ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -35,7 +35,7 @@ New-MgBetaDeviceManagementTelecomExpenseManagementPartner -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.DeviceManagement.Administration/New-MgBetaDeviceManagementTermAndCondition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementTermAndCondition.md index 0a81fa51c588b..371d39b1ab7b7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementTermAndCondition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementTermAndCondition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/new-mgbetadevicemanagementtermandcondition Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementTermAndCondition --- @@ -33,7 +33,6 @@ New-MgBetaDeviceManagementTermAndCondition [-ResponseHeadersVariable ] [-Title ] [-Version ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -43,7 +42,6 @@ New-MgBetaDeviceManagementTermAndCondition -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementTermAndConditionAcceptanceStatus.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementTermAndConditionAcceptanceStatus.md index f948c9b9afac2..52650741beca1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementTermAndConditionAcceptanceStatus.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementTermAndConditionAcceptanceStatus.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/new-mgbetadevicemanagementtermandconditionacceptancestatus Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementTermAndConditionAcceptanceStatus --- @@ -30,7 +30,6 @@ New-MgBetaDeviceManagementTermAndConditionAcceptanceStatus -TermsAndConditionsId [-UserPrincipalName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -41,7 +40,6 @@ New-MgBetaDeviceManagementTermAndConditionAcceptanceStatus -TermsAndConditionsId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -54,7 +52,6 @@ New-MgBetaDeviceManagementTermAndConditionAcceptanceStatus [-UserDisplayName ] [-UserPrincipalName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -66,7 +63,6 @@ New-MgBetaDeviceManagementTermAndConditionAcceptanceStatus [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementTermAndConditionAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementTermAndConditionAssignment.md index 3d78ab0f487d6..274d9daf9fb9b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementTermAndConditionAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementTermAndConditionAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/new-mgbetadevicemanagementtermandconditionassignment Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementTermAndConditionAssignment --- @@ -28,7 +28,6 @@ New-MgBetaDeviceManagementTermAndConditionAssignment -TermsAndConditionsId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -38,7 +37,7 @@ New-MgBetaDeviceManagementTermAndConditionAssignment -TermsAndConditionsId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -50,7 +49,6 @@ New-MgBetaDeviceManagementTermAndConditionAssignment [-Target ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -61,7 +59,7 @@ New-MgBetaDeviceManagementTermAndConditionAssignment -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.DeviceManagement.Administration/New-MgBetaDeviceManagementTermAndConditionGroupAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementTermAndConditionGroupAssignment.md index 245f5085dcd8e..44e6d00737377 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementTermAndConditionGroupAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementTermAndConditionGroupAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/new-mgbetadevicemanagementtermandconditiongroupassignment Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementTermAndConditionGroupAssignment --- @@ -25,7 +25,7 @@ New-MgBetaDeviceManagementTermAndConditionGroupAssignment -TermsAndConditionsId [-TargetGroupId ] [-TermsAndConditions ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -36,7 +36,6 @@ New-MgBetaDeviceManagementTermAndConditionGroupAssignment -TermsAndConditionsId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -48,7 +47,6 @@ New-MgBetaDeviceManagementTermAndConditionGroupAssignment [-TermsAndConditions ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -60,7 +58,6 @@ New-MgBetaDeviceManagementTermAndConditionGroupAssignment [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementUserPfxCertificate.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementUserPfxCertificate.md index 1ef19fc71f6aa..2f1ac1f93caa0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementUserPfxCertificate.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementUserPfxCertificate.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/new-mgbetadevicemanagementuserpfxcertificate Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementUserPfxCertificate --- @@ -29,7 +29,6 @@ New-MgBetaDeviceManagementUserPfxCertificate [-ResponseHeadersVariable ] [-UserPrincipalName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -39,7 +38,6 @@ New-MgBetaDeviceManagementUserPfxCertificate -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementVirtualEndpointBulkAction.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementVirtualEndpointBulkAction.md index 31a6078d7f5fb..fa39280d3256c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementVirtualEndpointBulkAction.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementVirtualEndpointBulkAction.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/new-mgbetadevicemanagementvirtualendpointbulkaction Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementVirtualEndpointBulkAction --- @@ -26,7 +26,7 @@ New-MgBetaDeviceManagementVirtualEndpointBulkAction [-ResponseHeadersVariable ] [-ScheduledDuringMaintenanceWindow] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -36,7 +36,7 @@ New-MgBetaDeviceManagementVirtualEndpointBulkAction -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.DeviceManagement.Administration/New-MgBetaDeviceManagementVirtualEndpointDeviceImage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementVirtualEndpointDeviceImage.md index e875e430aaa71..35bee5aa1c18d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementVirtualEndpointDeviceImage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementVirtualEndpointDeviceImage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/new-mgbetadevicemanagementvirtualendpointdeviceimage Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementVirtualEndpointDeviceImage --- @@ -32,7 +32,6 @@ New-MgBetaDeviceManagementVirtualEndpointDeviceImage [-ResponseHeadersVariable < [-Status ] [-StatusDetails ] [-Version ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -42,7 +41,7 @@ New-MgBetaDeviceManagementVirtualEndpointDeviceImage -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.DeviceManagement.Administration/New-MgBetaDeviceManagementVirtualEndpointExternalPartnerSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementVirtualEndpointExternalPartnerSetting.md index ab4eb2ff97742..96d4cdbbfee62 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementVirtualEndpointExternalPartnerSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementVirtualEndpointExternalPartnerSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/new-mgbetadevicemanagementvirtualendpointexternalpartnersetting Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementVirtualEndpointExternalPartnerSetting --- @@ -25,7 +25,7 @@ New-MgBetaDeviceManagementVirtualEndpointExternalPartnerSetting [-ResponseHeader [-LastSyncDateTime ] [-PartnerId ] [-Status ] [-StatusDetails ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -35,7 +35,7 @@ New-MgBetaDeviceManagementVirtualEndpointExternalPartnerSetting -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.DeviceManagement.Administration/New-MgBetaDeviceManagementVirtualEndpointFrontLineServicePlan.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementVirtualEndpointFrontLineServicePlan.md index ae2f4ee76cb8d..b303c7e7ba336 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementVirtualEndpointFrontLineServicePlan.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementVirtualEndpointFrontLineServicePlan.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/new-mgbetadevicemanagementvirtualendpointfrontlineserviceplan Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementVirtualEndpointFrontLineServicePlan --- @@ -25,7 +25,6 @@ New-MgBetaDeviceManagementVirtualEndpointFrontLineServicePlan [-ResponseHeadersV [-Id ] [-TotalCount ] [-UsedCount ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -35,7 +34,7 @@ New-MgBetaDeviceManagementVirtualEndpointFrontLineServicePlan -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.DeviceManagement.Administration/New-MgBetaDeviceManagementVirtualEndpointGalleryImage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementVirtualEndpointGalleryImage.md index 2e0bfd9a26664..8bb56669917ec 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementVirtualEndpointGalleryImage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementVirtualEndpointGalleryImage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/new-mgbetadevicemanagementvirtualendpointgalleryimage Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementVirtualEndpointGalleryImage --- @@ -31,7 +31,6 @@ New-MgBetaDeviceManagementVirtualEndpointGalleryImage [-ResponseHeadersVariable [-SkuName ] [-StartDate ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -41,7 +40,7 @@ New-MgBetaDeviceManagementVirtualEndpointGalleryImage -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.DeviceManagement.Administration/New-MgBetaDeviceManagementVirtualEndpointOnPremiseConnection.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementVirtualEndpointOnPremiseConnection.md index d3eb19d5df0b3..64011795dee55 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementVirtualEndpointOnPremiseConnection.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementVirtualEndpointOnPremiseConnection.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/new-mgbetadevicemanagementvirtualendpointonpremiseconnection Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementVirtualEndpointOnPremiseConnection --- @@ -35,7 +35,6 @@ New-MgBetaDeviceManagementVirtualEndpointOnPremiseConnection [-ResponseHeadersVa [-VirtualNetworkLocation ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -45,7 +44,7 @@ New-MgBetaDeviceManagementVirtualEndpointOnPremiseConnection -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.DeviceManagement.Administration/New-MgBetaDeviceManagementVirtualEndpointProvisioningPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementVirtualEndpointProvisioningPolicy.md index 090d737c5fcf6..6481e34504b9b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementVirtualEndpointProvisioningPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementVirtualEndpointProvisioningPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/new-mgbetadevicemanagementvirtualendpointprovisioningpolicy Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementVirtualEndpointProvisioningPolicy --- @@ -38,7 +38,6 @@ New-MgBetaDeviceManagementVirtualEndpointProvisioningPolicy [-ResponseHeadersVar [-WindowsSettings ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -48,7 +47,7 @@ New-MgBetaDeviceManagementVirtualEndpointProvisioningPolicy -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -106,6 +105,11 @@ $params = @{ locale = "en-US" } provisioningType = "dedicated" + userExperienceType = "cloudPc" + userSettingsPersistenceConfiguration = @{ + userSettingsPersistenceEnabled = $true + userSettingsPersistenceStorageSizeCategory = "fourGB" + } } New-MgBetaDeviceManagementVirtualEndpointProvisioningPolicy -BodyParameter $params diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignment.md index 0618d20da7129..27f160fb18f4a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/new-mgbetadevicemanagementvirtualendpointprovisioningpolicyassignment Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignment --- @@ -28,7 +28,7 @@ New-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignment [-AdditionalProperties ] [-AssignedUsers ] [-Id ] [-Target ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -40,7 +40,6 @@ New-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignment [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -51,7 +50,7 @@ New-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignment [-AdditionalProperties ] [-AssignedUsers ] [-Id ] [-Target ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -63,7 +62,6 @@ New-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignment [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementVirtualEndpointReportExportJob.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementVirtualEndpointReportExportJob.md index 57b760633e3fb..5635688c5fd2b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementVirtualEndpointReportExportJob.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementVirtualEndpointReportExportJob.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/new-mgbetadevicemanagementvirtualendpointreportexportjob Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementVirtualEndpointReportExportJob --- @@ -28,7 +28,6 @@ New-MgBetaDeviceManagementVirtualEndpointReportExportJob [-ResponseHeadersVariab [-ReportName ] [-RequestDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -38,7 +37,7 @@ New-MgBetaDeviceManagementVirtualEndpointReportExportJob -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.DeviceManagement.Administration/New-MgBetaDeviceManagementVirtualEndpointServicePlan.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementVirtualEndpointServicePlan.md index 6ad88af850bf0..5e2823818acce 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementVirtualEndpointServicePlan.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementVirtualEndpointServicePlan.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/new-mgbetadevicemanagementvirtualendpointserviceplan Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementVirtualEndpointServicePlan --- @@ -26,7 +26,6 @@ New-MgBetaDeviceManagementVirtualEndpointServicePlan [-ResponseHeadersVariable < [-Type ] [-UserProfileInGb ] [-VCpuCount ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -36,7 +35,7 @@ New-MgBetaDeviceManagementVirtualEndpointServicePlan -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.DeviceManagement.Administration/New-MgBetaDeviceManagementVirtualEndpointSnapshot.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementVirtualEndpointSnapshot.md index 98d84f0b37bea..a168c2fd531d6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementVirtualEndpointSnapshot.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementVirtualEndpointSnapshot.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/new-mgbetadevicemanagementvirtualendpointsnapshot Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementVirtualEndpointSnapshot --- @@ -26,7 +26,6 @@ New-MgBetaDeviceManagementVirtualEndpointSnapshot [-ResponseHeadersVariable ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -36,7 +35,6 @@ New-MgBetaDeviceManagementVirtualEndpointSnapshot -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementVirtualEndpointSupportedRegion.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementVirtualEndpointSupportedRegion.md index 48ab3ec57564a..b413df55c0190 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementVirtualEndpointSupportedRegion.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementVirtualEndpointSupportedRegion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/new-mgbetadevicemanagementvirtualendpointsupportedregion Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementVirtualEndpointSupportedRegion --- @@ -25,7 +25,6 @@ New-MgBetaDeviceManagementVirtualEndpointSupportedRegion [-ResponseHeadersVariab [-RegionStatus ] [-SupportedSolution ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -35,7 +34,7 @@ New-MgBetaDeviceManagementVirtualEndpointSupportedRegion -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.DeviceManagement.Administration/New-MgBetaDeviceManagementVirtualEndpointUserSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementVirtualEndpointUserSetting.md index 8622595e34f1a..71362d63e50b8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementVirtualEndpointUserSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementVirtualEndpointUserSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/new-mgbetadevicemanagementvirtualendpointusersetting Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementVirtualEndpointUserSetting --- @@ -32,7 +32,7 @@ New-MgBetaDeviceManagementVirtualEndpointUserSetting [-ResponseHeadersVariable < [-RestorePointSetting ] [-SelfServiceEnabled] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -42,7 +42,7 @@ New-MgBetaDeviceManagementVirtualEndpointUserSetting -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -84,6 +84,7 @@ $params = @{ disasterRecoveryType = "premium" userInitiatedDisasterRecoveryAllowed = $true } + provisioningSourceType = "image" restorePointSetting = @{ frequencyInHours = 16 frequencyType = "sixteenHours" diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementVirtualEndpointUserSettingAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementVirtualEndpointUserSettingAssignment.md index 3a8e26c5b489c..17c55bb813587 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementVirtualEndpointUserSettingAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/New-MgBetaDeviceManagementVirtualEndpointUserSettingAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/new-mgbetadevicemanagementvirtualendpointusersettingassignment Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementVirtualEndpointUserSettingAssignment --- @@ -28,7 +28,7 @@ New-MgBetaDeviceManagementVirtualEndpointUserSettingAssignment -CloudPcUserSetti [-CreatedDateTime ] [-Id ] [-Target ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -38,7 +38,7 @@ New-MgBetaDeviceManagementVirtualEndpointUserSettingAssignment -CloudPcUserSetti -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -49,7 +49,7 @@ New-MgBetaDeviceManagementVirtualEndpointUserSettingAssignment [-AdditionalProperties ] [-CreatedDateTime ] [-Id ] [-Target ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -60,7 +60,7 @@ New-MgBetaDeviceManagementVirtualEndpointUserSettingAssignment -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.DeviceManagement.Administration/Remove-MgBetaDeviceManagementApplePushNotificationCertificate.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementApplePushNotificationCertificate.md index c300c6ed56838..abbf429a5335d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementApplePushNotificationCertificate.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementApplePushNotificationCertificate.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/remove-mgbetadevicemanagementapplepushnotificationcertificate Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementApplePushNotificationCertificate --- @@ -27,7 +27,6 @@ Remove-MgBetaDeviceManagementApplePushNotificationCertificate [-IfMatch [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementAuditEvent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementAuditEvent.md index 897721716d5b8..74c14df3fbd8f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementAuditEvent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementAuditEvent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/remove-mgbetadevicemanagementauditevent Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementAuditEvent --- @@ -27,7 +27,6 @@ Remove-MgBetaDeviceManagementAuditEvent -AuditEventId [-IfMatch ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaDeviceManagementAuditEvent -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementCartToClassAssociation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementCartToClassAssociation.md index c178c96c89d0d..189eb99e3db58 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementCartToClassAssociation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementCartToClassAssociation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/remove-mgbetadevicemanagementcarttoclassassociation Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementCartToClassAssociation --- @@ -24,7 +24,6 @@ Remove-MgBetaDeviceManagementCartToClassAssociation -CartToClassAssociationId ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaDeviceManagementCartToClassAssociation [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementComanagementEligibleDevice.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementComanagementEligibleDevice.md index 2c2495b9f1cc0..d264255c9c7dc 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementComanagementEligibleDevice.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementComanagementEligibleDevice.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/remove-mgbetadevicemanagementcomanagementeligibledevice Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementComanagementEligibleDevice --- @@ -24,7 +24,6 @@ Remove-MgBetaDeviceManagementComanagementEligibleDevice -ComanagementEligibleDev [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaDeviceManagementComanagementEligibleDevice [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementComplianceManagementPartner.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementComplianceManagementPartner.md index ec9a5c7e388cd..6cefddff012f9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementComplianceManagementPartner.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementComplianceManagementPartner.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/remove-mgbetadevicemanagementcompliancemanagementpartner Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementComplianceManagementPartner --- @@ -27,7 +27,6 @@ Remove-MgBetaDeviceManagementComplianceManagementPartner -ComplianceManagementPa [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -38,7 +37,6 @@ Remove-MgBetaDeviceManagementComplianceManagementPartner [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementDeviceConfigurationManagedDeviceCertificateState.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementDeviceConfigurationManagedDeviceCertificateState.md index 75c3081753c57..af041d1cbc796 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementDeviceConfigurationManagedDeviceCertificateState.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementDeviceConfigurationManagedDeviceCertificateState.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/remove-mgbetadevicemanagementdeviceconfigurationmanageddevicecertificatestate Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementDeviceConfigurationManagedDeviceCertificateState --- @@ -25,7 +25,6 @@ Remove-MgBetaDeviceManagementDeviceConfigurationManagedDeviceCertificateState [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaDeviceManagementDeviceConfigurationManagedDeviceCertificateState [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementDeviceConfigurationRestrictedAppViolation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementDeviceConfigurationRestrictedAppViolation.md index 8cd1b51ae4522..ab0460f2700fb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementDeviceConfigurationRestrictedAppViolation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementDeviceConfigurationRestrictedAppViolation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/remove-mgbetadevicemanagementdeviceconfigurationrestrictedappviolation Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementDeviceConfigurationRestrictedAppViolation --- @@ -25,7 +25,6 @@ Remove-MgBetaDeviceManagementDeviceConfigurationRestrictedAppViolation [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaDeviceManagementDeviceConfigurationRestrictedAppViolation [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementDomainJoinConnector.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementDomainJoinConnector.md index 1a2ad430d10b8..44802343b11cf 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementDomainJoinConnector.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementDomainJoinConnector.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/remove-mgbetadevicemanagementdomainjoinconnector Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementDomainJoinConnector --- @@ -24,7 +24,6 @@ Remove-MgBetaDeviceManagementDomainJoinConnector -DeviceManagementDomainJoinConn [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaDeviceManagementDomainJoinConnector [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementExchangeConnector.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementExchangeConnector.md index 8f0d50c79c049..f1d96c937c438 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementExchangeConnector.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementExchangeConnector.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/remove-mgbetadevicemanagementexchangeconnector Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementExchangeConnector --- @@ -27,7 +27,6 @@ Remove-MgBetaDeviceManagementExchangeConnector -DeviceManagementExchangeConnecto [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -38,7 +37,6 @@ Remove-MgBetaDeviceManagementExchangeConnector [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementExchangeOnPremisePolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementExchangeOnPremisePolicy.md index bee7709f3fdcb..13cbcc185c12e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementExchangeOnPremisePolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementExchangeOnPremisePolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/remove-mgbetadevicemanagementexchangeonpremisepolicy Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementExchangeOnPremisePolicy --- @@ -24,7 +24,6 @@ Remove-MgBetaDeviceManagementExchangeOnPremisePolicy [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Delete @@ -35,7 +34,6 @@ Remove-MgBetaDeviceManagementExchangeOnPremisePolicy [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -46,7 +44,6 @@ Remove-MgBetaDeviceManagementExchangeOnPremisePolicy [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementExchangeOnPremisePolicyConditionalAccessSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementExchangeOnPremisePolicyConditionalAccessSetting.md index 267d0d5a597b9..45304e4d6999d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementExchangeOnPremisePolicyConditionalAccessSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementExchangeOnPremisePolicyConditionalAccessSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/remove-mgbetadevicemanagementexchangeonpremisepolicyconditionalaccesssetting Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementExchangeOnPremisePolicyConditionalAccessSetting --- @@ -24,7 +24,6 @@ Remove-MgBetaDeviceManagementExchangeOnPremisePolicyConditionalAccessSetting [-I [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Delete @@ -35,7 +34,6 @@ Remove-MgBetaDeviceManagementExchangeOnPremisePolicyConditionalAccessSetting [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -46,7 +44,6 @@ Remove-MgBetaDeviceManagementExchangeOnPremisePolicyConditionalAccessSetting [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementGroupPolicyCategory.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementGroupPolicyCategory.md index 3362f5a5ca8ad..7f3de5fd3365c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementGroupPolicyCategory.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementGroupPolicyCategory.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/remove-mgbetadevicemanagementgrouppolicycategory Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementGroupPolicyCategory --- @@ -24,7 +24,6 @@ Remove-MgBetaDeviceManagementGroupPolicyCategory -GroupPolicyCategoryId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaDeviceManagementGroupPolicyCategory [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementGroupPolicyDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementGroupPolicyDefinition.md index 51d1ad34ea25e..3890b7cf88f8a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementGroupPolicyDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementGroupPolicyDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/remove-mgbetadevicemanagementgrouppolicydefinition Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementGroupPolicyDefinition --- @@ -24,7 +24,6 @@ Remove-MgBetaDeviceManagementGroupPolicyDefinition -GroupPolicyDefinitionId ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaDeviceManagementGroupPolicyDefinition [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementGroupPolicyDefinitionFile.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementGroupPolicyDefinitionFile.md index 6f2f2c07bba88..99f23ff1c45e1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementGroupPolicyDefinitionFile.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementGroupPolicyDefinitionFile.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/remove-mgbetadevicemanagementgrouppolicydefinitionfile Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementGroupPolicyDefinitionFile --- @@ -24,7 +24,6 @@ Remove-MgBetaDeviceManagementGroupPolicyDefinitionFile -GroupPolicyDefinitionFil [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaDeviceManagementGroupPolicyDefinitionFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinition.md index e18b996f45e75..7138474cb377e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/remove-mgbetadevicemanagementgrouppolicydefinitionnextversiondefinition Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinition --- @@ -25,7 +25,6 @@ Remove-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinition [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinition [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentation.md index ae509d73512a9..281f8158174bd 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/remove-mgbetadevicemanagementgrouppolicydefinitionnextversiondefinitionpresentation Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentation --- @@ -25,7 +25,6 @@ Remove-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentat [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentat [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinition.md index 493b67e0064c1..5eb592dc804c3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/remove-mgbetadevicemanagementgrouppolicydefinitionnextversiondefinitionpreviouversiondefinition Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinition --- @@ -25,7 +25,6 @@ Remove-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVe [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVe [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentation.md index 4d1784a6522e6..e42a69f673615 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/remove-mgbetadevicemanagementgrouppolicydefinitionnextversiondefinitionpreviouversiondefinitionpresentation Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentation --- @@ -25,7 +25,6 @@ Remove-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVe [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVe [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementGroupPolicyDefinitionPresentation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementGroupPolicyDefinitionPresentation.md index f79a5c18784b9..8429284c54e2f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementGroupPolicyDefinitionPresentation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementGroupPolicyDefinitionPresentation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/remove-mgbetadevicemanagementgrouppolicydefinitionpresentation Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementGroupPolicyDefinitionPresentation --- @@ -25,7 +25,6 @@ Remove-MgBetaDeviceManagementGroupPolicyDefinitionPresentation -GroupPolicyDefin [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaDeviceManagementGroupPolicyDefinitionPresentation [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinition.md index 172570e549a31..a5eacc40b420c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/remove-mgbetadevicemanagementgrouppolicydefinitionpreviouversiondefinition Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinition --- @@ -25,7 +25,6 @@ Remove-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinition [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinition [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinition.md index 89d7d7ca738f5..f2481867be54a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/remove-mgbetadevicemanagementgrouppolicydefinitionpreviouversiondefinitionnextversiondefinition Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinition --- @@ -25,7 +25,6 @@ Remove-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVe [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVe [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentation.md index b1508c2aa8960..6160cbff52fe3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/remove-mgbetadevicemanagementgrouppolicydefinitionpreviouversiondefinitionnextversiondefinitionpresentation Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentation --- @@ -25,7 +25,6 @@ Remove-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVe [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVe [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentation.md index 16063f71b155a..c7c58de32ba86 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/remove-mgbetadevicemanagementgrouppolicydefinitionpreviouversiondefinitionpresentation Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentation --- @@ -25,7 +25,6 @@ Remove-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresen [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresen [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementGroupPolicyMigrationReport.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementGroupPolicyMigrationReport.md index d36c89107af5d..6a4fcc5b16e6e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementGroupPolicyMigrationReport.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementGroupPolicyMigrationReport.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/remove-mgbetadevicemanagementgrouppolicymigrationreport Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementGroupPolicyMigrationReport --- @@ -24,7 +24,6 @@ Remove-MgBetaDeviceManagementGroupPolicyMigrationReport -GroupPolicyMigrationRep [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaDeviceManagementGroupPolicyMigrationReport [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementGroupPolicyMigrationReportGroupPolicySettingMapping.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementGroupPolicyMigrationReportGroupPolicySettingMapping.md index a23f7df7799ff..9a7e536ed3c38 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementGroupPolicyMigrationReportGroupPolicySettingMapping.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementGroupPolicyMigrationReportGroupPolicySettingMapping.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/remove-mgbetadevicemanagementgrouppolicymigrationreportgrouppolicysettingmapping Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementGroupPolicyMigrationReportGroupPolicySettingMapping --- @@ -25,7 +25,6 @@ Remove-MgBetaDeviceManagementGroupPolicyMigrationReportGroupPolicySettingMapping [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaDeviceManagementGroupPolicyMigrationReportGroupPolicySettingMapping [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementGroupPolicyMigrationReportUnsupportedGroupPolicyExtension.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementGroupPolicyMigrationReportUnsupportedGroupPolicyExtension.md index 060d8d905f205..2261875cbc5f1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementGroupPolicyMigrationReportUnsupportedGroupPolicyExtension.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementGroupPolicyMigrationReportUnsupportedGroupPolicyExtension.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/remove-mgbetadevicemanagementgrouppolicymigrationreportunsupportedgrouppolicyextension Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementGroupPolicyMigrationReportUnsupportedGroupPolicyExtension --- @@ -25,7 +25,6 @@ Remove-MgBetaDeviceManagementGroupPolicyMigrationReportUnsupportedGroupPolicyExt [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaDeviceManagementGroupPolicyMigrationReportUnsupportedGroupPolicyExt [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementGroupPolicyObjectFile.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementGroupPolicyObjectFile.md index 512322dc460d8..b04a532716d77 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementGroupPolicyObjectFile.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementGroupPolicyObjectFile.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/remove-mgbetadevicemanagementgrouppolicyobjectfile Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementGroupPolicyObjectFile --- @@ -24,7 +24,6 @@ Remove-MgBetaDeviceManagementGroupPolicyObjectFile -GroupPolicyObjectFileId ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaDeviceManagementGroupPolicyObjectFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileGroupPolicyOperation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileGroupPolicyOperation.md index fc8aec64de5b7..d699bfbcf3160 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileGroupPolicyOperation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileGroupPolicyOperation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/remove-mgbetadevicemanagementgrouppolicyuploadeddefinitionfilegrouppolicyoperation Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileGroupPolicyOperation --- @@ -25,7 +25,6 @@ Remove-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileGroupPolicyOperati [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileGroupPolicyOperati [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementIntuneBrandingProfile.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementIntuneBrandingProfile.md index 53b488042c896..a5a003c117d35 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementIntuneBrandingProfile.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementIntuneBrandingProfile.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/remove-mgbetadevicemanagementintunebrandingprofile Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementIntuneBrandingProfile --- @@ -24,7 +24,6 @@ Remove-MgBetaDeviceManagementIntuneBrandingProfile -IntuneBrandingProfileId ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaDeviceManagementIntuneBrandingProfile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementIntuneBrandingProfileAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementIntuneBrandingProfileAssignment.md index ba0ea90ce13e5..20d31ddd1cbfd 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementIntuneBrandingProfileAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementIntuneBrandingProfileAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/remove-mgbetadevicemanagementintunebrandingprofileassignment Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementIntuneBrandingProfileAssignment --- @@ -25,7 +25,6 @@ Remove-MgBetaDeviceManagementIntuneBrandingProfileAssignment [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaDeviceManagementIntuneBrandingProfileAssignment [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementIoUpdateStatus.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementIoUpdateStatus.md index ef0b3e7c0a36e..bddf8ad288364 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementIoUpdateStatus.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementIoUpdateStatus.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/remove-mgbetadevicemanagementioupdatestatus Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementIoUpdateStatus --- @@ -27,7 +27,6 @@ Remove-MgBetaDeviceManagementIoUpdateStatus -IosUpdateDeviceStatusId [- [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaDeviceManagementIoUpdateStatus -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementMobileThreatDefenseConnector.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementMobileThreatDefenseConnector.md index 01bf900412654..1104c1c8229a3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementMobileThreatDefenseConnector.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementMobileThreatDefenseConnector.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/remove-mgbetadevicemanagementmobilethreatdefenseconnector Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementMobileThreatDefenseConnector --- @@ -27,7 +27,6 @@ Remove-MgBetaDeviceManagementMobileThreatDefenseConnector -MobileThreatDefenseCo [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -38,7 +37,6 @@ Remove-MgBetaDeviceManagementMobileThreatDefenseConnector [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementNdeConnector.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementNdeConnector.md index 2701576368410..6036a619104af 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementNdeConnector.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementNdeConnector.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/remove-mgbetadevicemanagementndeconnector Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementNdeConnector --- @@ -24,7 +24,6 @@ Remove-MgBetaDeviceManagementNdeConnector -NdesConnectorId [-IfMatch ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaDeviceManagementNdeConnector -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementPartner.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementPartner.md index e6f1bad061bb1..2a7c2181d50f1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementPartner.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementPartner.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/remove-mgbetadevicemanagementpartner Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementPartner --- @@ -27,7 +27,6 @@ Remove-MgBetaDeviceManagementPartner -DeviceManagementPartnerId [-IfMat [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaDeviceManagementPartner -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementRemoteAssistancePartner.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementRemoteAssistancePartner.md index df9543f3d25d0..f490c46b9e162 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementRemoteAssistancePartner.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementRemoteAssistancePartner.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/remove-mgbetadevicemanagementremoteassistancepartner Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementRemoteAssistancePartner --- @@ -27,7 +27,6 @@ Remove-MgBetaDeviceManagementRemoteAssistancePartner -RemoteAssistancePartnerId [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -38,7 +37,6 @@ Remove-MgBetaDeviceManagementRemoteAssistancePartner [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementResourceOperation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementResourceOperation.md index 7574a5385891c..ec258e5922cdb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementResourceOperation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementResourceOperation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/remove-mgbetadevicemanagementresourceoperation Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementResourceOperation --- @@ -27,7 +27,6 @@ Remove-MgBetaDeviceManagementResourceOperation -ResourceOperationId [-I [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -38,7 +37,6 @@ Remove-MgBetaDeviceManagementResourceOperation [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementRoleAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementRoleAssignment.md index 16a4a9c0c5c6d..09f0535612046 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementRoleAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementRoleAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/remove-mgbetadevicemanagementroleassignment Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementRoleAssignment --- @@ -27,7 +27,6 @@ Remove-MgBetaDeviceManagementRoleAssignment -DeviceAndAppManagementRoleAssignmen [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaDeviceManagementRoleAssignment -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementRoleDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementRoleDefinition.md index 28c47cca592fc..1890e2ef923e7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementRoleDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementRoleDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/remove-mgbetadevicemanagementroledefinition Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementRoleDefinition --- @@ -27,7 +27,6 @@ Remove-MgBetaDeviceManagementRoleDefinition -RoleDefinitionId [-IfMatch [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaDeviceManagementRoleDefinition -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementRoleDefinitionRoleAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementRoleDefinitionRoleAssignment.md index 0cf019ffbb492..fe9bae68da3fc 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementRoleDefinitionRoleAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementRoleDefinitionRoleAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/remove-mgbetadevicemanagementroledefinitionroleassignment Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementRoleDefinitionRoleAssignment --- @@ -28,7 +28,6 @@ Remove-MgBetaDeviceManagementRoleDefinitionRoleAssignment -RoleAssignmentId ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -39,7 +38,6 @@ Remove-MgBetaDeviceManagementRoleDefinitionRoleAssignment [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementRoleScopeTag.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementRoleScopeTag.md index 3165646397871..981d9ab2dc27b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementRoleScopeTag.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementRoleScopeTag.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/remove-mgbetadevicemanagementrolescopetag Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementRoleScopeTag --- @@ -24,7 +24,6 @@ Remove-MgBetaDeviceManagementRoleScopeTag -RoleScopeTagId [-IfMatch ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaDeviceManagementRoleScopeTag -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementRoleScopeTagAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementRoleScopeTagAssignment.md index 6009726f3ad68..6e383bc53a62a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementRoleScopeTagAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementRoleScopeTagAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/remove-mgbetadevicemanagementrolescopetagassignment Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementRoleScopeTagAssignment --- @@ -25,7 +25,6 @@ Remove-MgBetaDeviceManagementRoleScopeTagAssignment -RoleScopeTagAutoAssignmentI [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaDeviceManagementRoleScopeTagAssignment [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementTelecomExpenseManagementPartner.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementTelecomExpenseManagementPartner.md index a0d570f432fca..ba615b7e71b97 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementTelecomExpenseManagementPartner.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementTelecomExpenseManagementPartner.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/remove-mgbetadevicemanagementtelecomexpensemanagementpartner Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementTelecomExpenseManagementPartner --- @@ -25,7 +25,6 @@ Remove-MgBetaDeviceManagementTelecomExpenseManagementPartner [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaDeviceManagementTelecomExpenseManagementPartner [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementTermAndCondition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementTermAndCondition.md index bc3401a310e52..d04a16d5574e0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementTermAndCondition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementTermAndCondition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/remove-mgbetadevicemanagementtermandcondition Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementTermAndCondition --- @@ -27,7 +27,6 @@ Remove-MgBetaDeviceManagementTermAndCondition -TermsAndConditionsId [-I [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaDeviceManagementTermAndCondition -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementTermAndConditionAcceptanceStatus.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementTermAndConditionAcceptanceStatus.md index 4a1dc481b7fe9..031cb41d8e31c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementTermAndConditionAcceptanceStatus.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementTermAndConditionAcceptanceStatus.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/remove-mgbetadevicemanagementtermandconditionacceptancestatus Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementTermAndConditionAcceptanceStatus --- @@ -28,7 +28,6 @@ Remove-MgBetaDeviceManagementTermAndConditionAcceptanceStatus [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -39,7 +38,6 @@ Remove-MgBetaDeviceManagementTermAndConditionAcceptanceStatus [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementTermAndConditionAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementTermAndConditionAssignment.md index c464d856c0f5c..5009f11f5dd6e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementTermAndConditionAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementTermAndConditionAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/remove-mgbetadevicemanagementtermandconditionassignment Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementTermAndConditionAssignment --- @@ -28,7 +28,6 @@ Remove-MgBetaDeviceManagementTermAndConditionAssignment -TermsAndConditionsAssig [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -39,7 +38,6 @@ Remove-MgBetaDeviceManagementTermAndConditionAssignment [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementTermAndConditionGroupAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementTermAndConditionGroupAssignment.md index 73da357971f82..b4a5a27dcee27 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementTermAndConditionGroupAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementTermAndConditionGroupAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/remove-mgbetadevicemanagementtermandconditiongroupassignment Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementTermAndConditionGroupAssignment --- @@ -25,7 +25,6 @@ Remove-MgBetaDeviceManagementTermAndConditionGroupAssignment [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaDeviceManagementTermAndConditionGroupAssignment [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementUserPfxCertificate.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementUserPfxCertificate.md index 3734a49466618..359e6d08ec6dd 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementUserPfxCertificate.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementUserPfxCertificate.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/remove-mgbetadevicemanagementuserpfxcertificate Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementUserPfxCertificate --- @@ -24,7 +24,6 @@ Remove-MgBetaDeviceManagementUserPfxCertificate -UserPfxCertificateId [ [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaDeviceManagementUserPfxCertificate [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementVirtualEndpointBulkAction.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementVirtualEndpointBulkAction.md index 718d591441619..50f587ea60491 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementVirtualEndpointBulkAction.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementVirtualEndpointBulkAction.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/remove-mgbetadevicemanagementvirtualendpointbulkaction Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementVirtualEndpointBulkAction --- @@ -24,7 +24,6 @@ Remove-MgBetaDeviceManagementVirtualEndpointBulkAction -CloudPcBulkActionId ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaDeviceManagementVirtualEndpointBulkAction [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementVirtualEndpointCrossCloudGovernmentOrganizationMapping.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementVirtualEndpointCrossCloudGovernmentOrganizationMapping.md index 0dd69ba0a88ee..46ab6b101ca80 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementVirtualEndpointCrossCloudGovernmentOrganizationMapping.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementVirtualEndpointCrossCloudGovernmentOrganizationMapping.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/remove-mgbetadevicemanagementvirtualendpointcrosscloudgovernmentorganizationmapping Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementVirtualEndpointCrossCloudGovernmentOrganizationMapping --- @@ -24,7 +24,6 @@ Remove-MgBetaDeviceManagementVirtualEndpointCrossCloudGovernmentOrganizationMapp [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementVirtualEndpointDeviceImage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementVirtualEndpointDeviceImage.md index cc6f727b124ff..e0da0057e4415 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementVirtualEndpointDeviceImage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementVirtualEndpointDeviceImage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/remove-mgbetadevicemanagementvirtualendpointdeviceimage Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementVirtualEndpointDeviceImage --- @@ -27,7 +27,6 @@ Remove-MgBetaDeviceManagementVirtualEndpointDeviceImage -CloudPcDeviceImageId ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -38,7 +37,6 @@ Remove-MgBetaDeviceManagementVirtualEndpointDeviceImage [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementVirtualEndpointExternalPartnerSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementVirtualEndpointExternalPartnerSetting.md index 1a4a9ebec69e3..9b8f4c1918319 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementVirtualEndpointExternalPartnerSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementVirtualEndpointExternalPartnerSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/remove-mgbetadevicemanagementvirtualendpointexternalpartnersetting Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementVirtualEndpointExternalPartnerSetting --- @@ -25,7 +25,6 @@ Remove-MgBetaDeviceManagementVirtualEndpointExternalPartnerSetting [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaDeviceManagementVirtualEndpointExternalPartnerSetting [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementVirtualEndpointFrontLineServicePlan.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementVirtualEndpointFrontLineServicePlan.md index d21bff379cf7e..fd6c83beafb40 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementVirtualEndpointFrontLineServicePlan.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementVirtualEndpointFrontLineServicePlan.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/remove-mgbetadevicemanagementvirtualendpointfrontlineserviceplan Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementVirtualEndpointFrontLineServicePlan --- @@ -25,7 +25,6 @@ Remove-MgBetaDeviceManagementVirtualEndpointFrontLineServicePlan [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaDeviceManagementVirtualEndpointFrontLineServicePlan [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementVirtualEndpointGalleryImage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementVirtualEndpointGalleryImage.md index 5195575127d57..d8773bba11f1a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementVirtualEndpointGalleryImage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementVirtualEndpointGalleryImage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/remove-mgbetadevicemanagementvirtualendpointgalleryimage Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementVirtualEndpointGalleryImage --- @@ -27,7 +27,6 @@ Remove-MgBetaDeviceManagementVirtualEndpointGalleryImage -CloudPcGalleryImageId [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -38,7 +37,6 @@ Remove-MgBetaDeviceManagementVirtualEndpointGalleryImage [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementVirtualEndpointOnPremiseConnection.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementVirtualEndpointOnPremiseConnection.md index 3356101295d9b..22728924feabb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementVirtualEndpointOnPremiseConnection.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementVirtualEndpointOnPremiseConnection.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/remove-mgbetadevicemanagementvirtualendpointonpremiseconnection Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementVirtualEndpointOnPremiseConnection --- @@ -30,7 +30,6 @@ Remove-MgBetaDeviceManagementVirtualEndpointOnPremiseConnection [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -41,7 +40,6 @@ Remove-MgBetaDeviceManagementVirtualEndpointOnPremiseConnection [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementVirtualEndpointOrganizationSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementVirtualEndpointOrganizationSetting.md index 70842f825f144..8a5563eb5a5cf 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementVirtualEndpointOrganizationSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementVirtualEndpointOrganizationSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/remove-mgbetadevicemanagementvirtualendpointorganizationsetting Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementVirtualEndpointOrganizationSetting --- @@ -24,7 +24,6 @@ Remove-MgBetaDeviceManagementVirtualEndpointOrganizationSetting [-IfMatch ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementVirtualEndpointProvisioningPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementVirtualEndpointProvisioningPolicy.md index 49453f199eaba..ac26721068b83 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementVirtualEndpointProvisioningPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementVirtualEndpointProvisioningPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/remove-mgbetadevicemanagementvirtualendpointprovisioningpolicy Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementVirtualEndpointProvisioningPolicy --- @@ -28,7 +28,6 @@ Remove-MgBetaDeviceManagementVirtualEndpointProvisioningPolicy -CloudPcProvision [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -39,7 +38,6 @@ Remove-MgBetaDeviceManagementVirtualEndpointProvisioningPolicy [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignment.md index ef05b4a8fe394..5c36a66d6ae6c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/remove-mgbetadevicemanagementvirtualendpointprovisioningpolicyassignment Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignment --- @@ -28,7 +28,6 @@ Remove-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignment [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -39,7 +38,6 @@ Remove-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignment [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementVirtualEndpointReport.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementVirtualEndpointReport.md index fc7edfef2b70a..93e0f7959e556 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementVirtualEndpointReport.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementVirtualEndpointReport.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/remove-mgbetadevicemanagementvirtualendpointreport Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementVirtualEndpointReport --- @@ -15,6 +15,9 @@ title: Remove-MgBetaDeviceManagementVirtualEndpointReport Delete navigation property reports for deviceManagement +> [!NOTE] +> To view the v1.0 release of this cmdlet, view [Remove-MgDeviceManagementVirtualEndpointReport](/powershell/module/Microsoft.Graph.DeviceManagement.Administration/Remove-MgDeviceManagementVirtualEndpointReport?view=graph-powershell-1.0) + ## SYNTAX ### Delete (Default) @@ -24,7 +27,6 @@ Remove-MgBetaDeviceManagementVirtualEndpointReport [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementVirtualEndpointReportExportJob.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementVirtualEndpointReportExportJob.md index bca72ca774127..17bac9c5f1f66 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementVirtualEndpointReportExportJob.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementVirtualEndpointReportExportJob.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/remove-mgbetadevicemanagementvirtualendpointreportexportjob Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementVirtualEndpointReportExportJob --- @@ -24,7 +24,6 @@ Remove-MgBetaDeviceManagementVirtualEndpointReportExportJob -CloudPcExportJobId [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaDeviceManagementVirtualEndpointReportExportJob [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementVirtualEndpointServicePlan.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementVirtualEndpointServicePlan.md index e220a70453634..f9f2f69436cf9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementVirtualEndpointServicePlan.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementVirtualEndpointServicePlan.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/remove-mgbetadevicemanagementvirtualendpointserviceplan Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementVirtualEndpointServicePlan --- @@ -24,7 +24,6 @@ Remove-MgBetaDeviceManagementVirtualEndpointServicePlan -CloudPcServicePlanId ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaDeviceManagementVirtualEndpointServicePlan [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementVirtualEndpointSnapshot.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementVirtualEndpointSnapshot.md index be9c111015cf4..6eef76112f61a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementVirtualEndpointSnapshot.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementVirtualEndpointSnapshot.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/remove-mgbetadevicemanagementvirtualendpointsnapshot Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementVirtualEndpointSnapshot --- @@ -24,7 +24,6 @@ Remove-MgBetaDeviceManagementVirtualEndpointSnapshot -CloudPcSnapshotId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaDeviceManagementVirtualEndpointSnapshot [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementVirtualEndpointSupportedRegion.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementVirtualEndpointSupportedRegion.md index 6ca277e542c43..e4eb1e2a4041f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementVirtualEndpointSupportedRegion.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementVirtualEndpointSupportedRegion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/remove-mgbetadevicemanagementvirtualendpointsupportedregion Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementVirtualEndpointSupportedRegion --- @@ -24,7 +24,6 @@ Remove-MgBetaDeviceManagementVirtualEndpointSupportedRegion -CloudPcSupportedReg [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaDeviceManagementVirtualEndpointSupportedRegion [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementVirtualEndpointUserSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementVirtualEndpointUserSetting.md index 95fda7a74149d..b1f6432c32b2b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementVirtualEndpointUserSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementVirtualEndpointUserSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/remove-mgbetadevicemanagementvirtualendpointusersetting Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementVirtualEndpointUserSetting --- @@ -27,7 +27,6 @@ Remove-MgBetaDeviceManagementVirtualEndpointUserSetting -CloudPcUserSettingId ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -38,7 +37,6 @@ Remove-MgBetaDeviceManagementVirtualEndpointUserSetting [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementVirtualEndpointUserSettingAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementVirtualEndpointUserSettingAssignment.md index 571761ecb5693..954a2a7776c12 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementVirtualEndpointUserSettingAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Remove-MgBetaDeviceManagementVirtualEndpointUserSettingAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/remove-mgbetadevicemanagementvirtualendpointusersettingassignment Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementVirtualEndpointUserSettingAssignment --- @@ -28,7 +28,6 @@ Remove-MgBetaDeviceManagementVirtualEndpointUserSettingAssignment [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -39,7 +38,6 @@ Remove-MgBetaDeviceManagementVirtualEndpointUserSettingAssignment [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementApplePushNotificationCertificate.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementApplePushNotificationCertificate.md index 4f96b32010211..32b4adb565556 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementApplePushNotificationCertificate.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementApplePushNotificationCertificate.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/update-mgbetadevicemanagementapplepushnotificationcertificate Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementApplePushNotificationCertificate --- @@ -30,7 +30,6 @@ Update-MgBetaDeviceManagementApplePushNotificationCertificate [-ResponseHeadersV [-TopicIdentifier ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -41,7 +40,6 @@ Update-MgBetaDeviceManagementApplePushNotificationCertificate [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementAuditEvent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementAuditEvent.md index 24eba4bc136bc..ca7e0773b1718 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementAuditEvent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementAuditEvent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/update-mgbetadevicemanagementauditevent Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementAuditEvent --- @@ -31,7 +31,6 @@ Update-MgBetaDeviceManagementAuditEvent -AuditEventId [-ResponseHeaders [-Resources ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -41,7 +40,7 @@ Update-MgBetaDeviceManagementAuditEvent -AuditEventId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -55,7 +54,6 @@ Update-MgBetaDeviceManagementAuditEvent -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -65,7 +63,7 @@ Update-MgBetaDeviceManagementAuditEvent -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementCartToClassAssociation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementCartToClassAssociation.md index 605f8dce0f4a0..f9dee49ce3c9f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementCartToClassAssociation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementCartToClassAssociation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/update-mgbetadevicemanagementcarttoclassassociation Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementCartToClassAssociation --- @@ -26,7 +26,7 @@ Update-MgBetaDeviceManagementCartToClassAssociation -CartToClassAssociationId ] [-Id ] [-LastModifiedDateTime ] [-Version ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -36,7 +36,7 @@ Update-MgBetaDeviceManagementCartToClassAssociation -CartToClassAssociationId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -49,7 +49,6 @@ Update-MgBetaDeviceManagementCartToClassAssociation [-LastModifiedDateTime ] [-Version ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -60,7 +59,7 @@ Update-MgBetaDeviceManagementCartToClassAssociation -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.DeviceManagement.Administration/Update-MgBetaDeviceManagementComanagementEligibleDevice.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementComanagementEligibleDevice.md index 03c22d4292768..87bc641f24702 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementComanagementEligibleDevice.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementComanagementEligibleDevice.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/update-mgbetadevicemanagementcomanagementeligibledevice Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementComanagementEligibleDevice --- @@ -30,7 +30,7 @@ Update-MgBetaDeviceManagementComanagementEligibleDevice -ComanagementEligibleDev [-Status ] [-Upn ] [-UserEmail ] [-UserId ] [-UserName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -40,7 +40,7 @@ Update-MgBetaDeviceManagementComanagementEligibleDevice -ComanagementEligibleDev -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -56,7 +56,7 @@ Update-MgBetaDeviceManagementComanagementEligibleDevice [-Status ] [-Upn ] [-UserEmail ] [-UserId ] [-UserName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -67,7 +67,7 @@ Update-MgBetaDeviceManagementComanagementEligibleDevice -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.DeviceManagement.Administration/Update-MgBetaDeviceManagementComplianceManagementPartner.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementComplianceManagementPartner.md index 8831abfa62da1..600d00934f696 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementComplianceManagementPartner.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementComplianceManagementPartner.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/update-mgbetadevicemanagementcompliancemanagementpartner Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementComplianceManagementPartner --- @@ -33,7 +33,7 @@ Update-MgBetaDeviceManagementComplianceManagementPartner -ComplianceManagementPa [-MacOSOnboarded] [-PartnerState ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -43,7 +43,7 @@ Update-MgBetaDeviceManagementComplianceManagementPartner -ComplianceManagementPa -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -60,7 +60,7 @@ Update-MgBetaDeviceManagementComplianceManagementPartner [-MacOSOnboarded] [-PartnerState ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -71,7 +71,7 @@ Update-MgBetaDeviceManagementComplianceManagementPartner -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.DeviceManagement.Administration/Update-MgBetaDeviceManagementDeviceConfigurationManagedDeviceCertificateState.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementDeviceConfigurationManagedDeviceCertificateState.md index 48e98341d66cd..d83a62e4765b3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementDeviceConfigurationManagedDeviceCertificateState.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementDeviceConfigurationManagedDeviceCertificateState.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/update-mgbetadevicemanagementdeviceconfigurationmanageddevicecertificatestate Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementDeviceConfigurationManagedDeviceCertificateState --- @@ -31,7 +31,7 @@ Update-MgBetaDeviceManagementDeviceConfigurationManagedDeviceCertificateState [-ManagedDeviceDisplayName ] [-UserPrincipalName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -43,7 +43,6 @@ Update-MgBetaDeviceManagementDeviceConfigurationManagedDeviceCertificateState [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -60,7 +59,7 @@ Update-MgBetaDeviceManagementDeviceConfigurationManagedDeviceCertificateState [-ManagedDeviceDisplayName ] [-UserPrincipalName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -72,7 +71,6 @@ Update-MgBetaDeviceManagementDeviceConfigurationManagedDeviceCertificateState [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementDeviceConfigurationRestrictedAppViolation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementDeviceConfigurationRestrictedAppViolation.md index 0cae8263ed4b8..42000529ab515 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementDeviceConfigurationRestrictedAppViolation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementDeviceConfigurationRestrictedAppViolation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/update-mgbetadevicemanagementdeviceconfigurationrestrictedappviolation Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementDeviceConfigurationRestrictedAppViolation --- @@ -29,7 +29,7 @@ Update-MgBetaDeviceManagementDeviceConfigurationRestrictedAppViolation [-RestrictedAppsState ] [-UserId ] [-UserName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -40,7 +40,6 @@ Update-MgBetaDeviceManagementDeviceConfigurationRestrictedAppViolation [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -55,7 +54,7 @@ Update-MgBetaDeviceManagementDeviceConfigurationRestrictedAppViolation [-RestrictedAppsState ] [-UserId ] [-UserName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -66,7 +65,7 @@ Update-MgBetaDeviceManagementDeviceConfigurationRestrictedAppViolation -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.DeviceManagement.Administration/Update-MgBetaDeviceManagementDomainJoinConnector.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementDomainJoinConnector.md index 4090f95c93fe6..081543c546d83 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementDomainJoinConnector.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementDomainJoinConnector.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/update-mgbetadevicemanagementdomainjoinconnector Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementDomainJoinConnector --- @@ -26,7 +26,7 @@ Update-MgBetaDeviceManagementDomainJoinConnector -DeviceManagementDomainJoinConn [-State ] [-Version ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -37,7 +37,6 @@ Update-MgBetaDeviceManagementDomainJoinConnector -DeviceManagementDomainJoinConn [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -49,7 +48,7 @@ Update-MgBetaDeviceManagementDomainJoinConnector [-LastConnectionDateTime ] [-State ] [-Version ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -61,7 +60,6 @@ Update-MgBetaDeviceManagementDomainJoinConnector [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementExchangeConnector.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementExchangeConnector.md index bcfacaf8339f2..24037f2a80f02 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementExchangeConnector.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementExchangeConnector.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/update-mgbetadevicemanagementexchangeconnector Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementExchangeConnector --- @@ -31,7 +31,7 @@ Update-MgBetaDeviceManagementExchangeConnector -DeviceManagementExchangeConnecto [-Status ] [-Version ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -42,7 +42,6 @@ Update-MgBetaDeviceManagementExchangeConnector -DeviceManagementExchangeConnecto [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -56,7 +55,7 @@ Update-MgBetaDeviceManagementExchangeConnector [-Status ] [-Version ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -68,7 +67,6 @@ Update-MgBetaDeviceManagementExchangeConnector [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementExchangeOnPremisePolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementExchangeOnPremisePolicy.md index a3dcbe5c396a1..014fb769ea79c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementExchangeOnPremisePolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementExchangeOnPremisePolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/update-mgbetadevicemanagementexchangeonpremisepolicy Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementExchangeOnPremisePolicy --- @@ -29,7 +29,6 @@ Update-MgBetaDeviceManagementExchangeOnPremisePolicy [-ResponseHeadersVariable < [-NotificationContentInputFile ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateExpanded @@ -45,7 +44,6 @@ Update-MgBetaDeviceManagementExchangeOnPremisePolicy [-NotificationContentInputFile ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -57,7 +55,6 @@ Update-MgBetaDeviceManagementExchangeOnPremisePolicy [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -73,7 +70,6 @@ Update-MgBetaDeviceManagementExchangeOnPremisePolicy [-NotificationContentInputFile ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -85,7 +81,6 @@ Update-MgBetaDeviceManagementExchangeOnPremisePolicy [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update1 @@ -96,7 +91,6 @@ Update-MgBetaDeviceManagementExchangeOnPremisePolicy [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementExchangeOnPremisePolicyConditionalAccessSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementExchangeOnPremisePolicyConditionalAccessSetting.md index fe342d60cea27..8b03aac3782f5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementExchangeOnPremisePolicyConditionalAccessSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementExchangeOnPremisePolicyConditionalAccessSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/update-mgbetadevicemanagementexchangeonpremisepolicyconditionalaccesssetting Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementExchangeOnPremisePolicyConditionalAccessSetting --- @@ -25,7 +25,7 @@ Update-MgBetaDeviceManagementExchangeOnPremisePolicyConditionalAccessSetting [-ExcludedGroups ] [-Id ] [-IncludedGroups ] [-OverrideDefaultRule] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateExpanded @@ -37,7 +37,6 @@ Update-MgBetaDeviceManagementExchangeOnPremisePolicyConditionalAccessSetting [-IncludedGroups ] [-OverrideDefaultRule] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -49,7 +48,6 @@ Update-MgBetaDeviceManagementExchangeOnPremisePolicyConditionalAccessSetting [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -61,7 +59,6 @@ Update-MgBetaDeviceManagementExchangeOnPremisePolicyConditionalAccessSetting [-IncludedGroups ] [-OverrideDefaultRule] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -73,7 +70,6 @@ Update-MgBetaDeviceManagementExchangeOnPremisePolicyConditionalAccessSetting [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update1 @@ -84,7 +80,6 @@ Update-MgBetaDeviceManagementExchangeOnPremisePolicyConditionalAccessSetting [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementGroupPolicyCategory.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementGroupPolicyCategory.md index c5237a1ea597f..0db81c9bc5056 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementGroupPolicyCategory.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementGroupPolicyCategory.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/update-mgbetadevicemanagementgrouppolicycategory Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementGroupPolicyCategory --- @@ -29,7 +29,6 @@ Update-MgBetaDeviceManagementGroupPolicyCategory -GroupPolicyCategoryId [-Parent ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -39,7 +38,7 @@ Update-MgBetaDeviceManagementGroupPolicyCategory -GroupPolicyCategoryId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -54,7 +53,6 @@ Update-MgBetaDeviceManagementGroupPolicyCategory [-Parent ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -65,7 +63,7 @@ Update-MgBetaDeviceManagementGroupPolicyCategory -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.DeviceManagement.Administration/Update-MgBetaDeviceManagementGroupPolicyDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementGroupPolicyDefinition.md index 3199ff4e273ba..c699864d03c41 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementGroupPolicyDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementGroupPolicyDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/update-mgbetadevicemanagementgrouppolicydefinition Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementGroupPolicyDefinition --- @@ -32,7 +32,7 @@ Update-MgBetaDeviceManagementGroupPolicyDefinition -GroupPolicyDefinitionId ] [-SupportedOn ] [-Version ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -42,7 +42,7 @@ Update-MgBetaDeviceManagementGroupPolicyDefinition -GroupPolicyDefinitionId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -60,7 +60,7 @@ Update-MgBetaDeviceManagementGroupPolicyDefinition [-PreviousVersionDefinition ] [-SupportedOn ] [-Version ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -71,7 +71,7 @@ Update-MgBetaDeviceManagementGroupPolicyDefinition -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.DeviceManagement.Administration/Update-MgBetaDeviceManagementGroupPolicyDefinitionFile.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementGroupPolicyDefinitionFile.md index 02be21f9a1d52..1659fe2eef37c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementGroupPolicyDefinitionFile.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementGroupPolicyDefinitionFile.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/update-mgbetadevicemanagementgrouppolicydefinitionfile Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementGroupPolicyDefinitionFile --- @@ -28,7 +28,6 @@ Update-MgBetaDeviceManagementGroupPolicyDefinitionFile -GroupPolicyDefinitionFil [-TargetNamespace ] [-TargetPrefix ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -38,7 +37,7 @@ Update-MgBetaDeviceManagementGroupPolicyDefinitionFile -GroupPolicyDefinitionFil -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -52,7 +51,7 @@ Update-MgBetaDeviceManagementGroupPolicyDefinitionFile [-Revision ] [-TargetNamespace ] [-TargetPrefix ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -63,7 +62,7 @@ Update-MgBetaDeviceManagementGroupPolicyDefinitionFile -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.DeviceManagement.Administration/Update-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinition.md index ae6effbf21f02..66bcf1c145e97 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/update-mgbetadevicemanagementgrouppolicydefinitionnextversiondefinition Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinition --- @@ -32,7 +32,7 @@ Update-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinition [-PreviousVersionDefinition ] [-SupportedOn ] [-Version ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -43,7 +43,6 @@ Update-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinition [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -61,7 +60,7 @@ Update-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinition [-PreviousVersionDefinition ] [-SupportedOn ] [-Version ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -72,7 +71,7 @@ Update-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinition -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.DeviceManagement.Administration/Update-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentation.md index 21aecaf774c15..379535c4f4e8e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/update-mgbetadevicemanagementgrouppolicydefinitionnextversiondefinitionpresentation Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentation --- @@ -27,7 +27,6 @@ Update-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentat [-LastModifiedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -38,7 +37,7 @@ Update-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentat -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -50,7 +49,7 @@ Update-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentat [-Id ] [-Label ] [-LastModifiedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -61,7 +60,7 @@ Update-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentat -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.DeviceManagement.Administration/Update-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinition.md index 7fa42a552279b..e67deb5bdcc8a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/update-mgbetadevicemanagementgrouppolicydefinitionnextversiondefinitionpreviouversiondefinition Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinition --- @@ -32,7 +32,7 @@ Update-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVe [-PreviousVersionDefinition ] [-SupportedOn ] [-Version ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -43,7 +43,6 @@ Update-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVe [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -61,7 +60,7 @@ Update-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVe [-PreviousVersionDefinition ] [-SupportedOn ] [-Version ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -72,7 +71,7 @@ Update-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVe -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.DeviceManagement.Administration/Update-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentation.md index 9a3fa774b0382..3312b5e880455 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/update-mgbetadevicemanagementgrouppolicydefinitionnextversiondefinitionpreviouversiondefinitionpresentation Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentation --- @@ -27,7 +27,6 @@ Update-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVe [-LastModifiedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -38,7 +37,7 @@ Update-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVe -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -50,7 +49,7 @@ Update-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVe [-Id ] [-Label ] [-LastModifiedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -61,7 +60,7 @@ Update-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVe -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.DeviceManagement.Administration/Update-MgBetaDeviceManagementGroupPolicyDefinitionPresentation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementGroupPolicyDefinitionPresentation.md index 50b0f1769ecb4..ffc12400ca7e6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementGroupPolicyDefinitionPresentation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementGroupPolicyDefinitionPresentation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/update-mgbetadevicemanagementgrouppolicydefinitionpresentation Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementGroupPolicyDefinitionPresentation --- @@ -26,7 +26,7 @@ Update-MgBetaDeviceManagementGroupPolicyDefinitionPresentation -GroupPolicyDefin [-Id ] [-Label ] [-LastModifiedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -37,7 +37,6 @@ Update-MgBetaDeviceManagementGroupPolicyDefinitionPresentation -GroupPolicyDefin [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -49,7 +48,7 @@ Update-MgBetaDeviceManagementGroupPolicyDefinitionPresentation [-Id ] [-Label ] [-LastModifiedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -60,7 +59,7 @@ Update-MgBetaDeviceManagementGroupPolicyDefinitionPresentation -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.DeviceManagement.Administration/Update-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinition.md index 6e41e598f2a99..897dbed67cafd 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/update-mgbetadevicemanagementgrouppolicydefinitionpreviouversiondefinition Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinition --- @@ -32,7 +32,7 @@ Update-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinition [-PreviousVersionDefinition ] [-SupportedOn ] [-Version ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -43,7 +43,6 @@ Update-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinition [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -61,7 +60,7 @@ Update-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinition [-PreviousVersionDefinition ] [-SupportedOn ] [-Version ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -72,7 +71,7 @@ Update-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinition -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.DeviceManagement.Administration/Update-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinition.md index db818ab40f993..3261d61de2618 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/update-mgbetadevicemanagementgrouppolicydefinitionpreviouversiondefinitionnextversiondefinition Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinition --- @@ -32,7 +32,7 @@ Update-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVe [-PreviousVersionDefinition ] [-SupportedOn ] [-Version ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -43,7 +43,6 @@ Update-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVe [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -61,7 +60,7 @@ Update-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVe [-PreviousVersionDefinition ] [-SupportedOn ] [-Version ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -72,7 +71,7 @@ Update-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVe -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.DeviceManagement.Administration/Update-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentation.md index 5023d0d152bcd..1564587af14ca 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/update-mgbetadevicemanagementgrouppolicydefinitionpreviouversiondefinitionnextversiondefinitionpresentation Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentation --- @@ -27,7 +27,6 @@ Update-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVe [-LastModifiedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -38,7 +37,7 @@ Update-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVe -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -50,7 +49,7 @@ Update-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVe [-Id ] [-Label ] [-LastModifiedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -61,7 +60,7 @@ Update-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVe -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.DeviceManagement.Administration/Update-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentation.md index f4fe859e5e2eb..4a1fba498092a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/update-mgbetadevicemanagementgrouppolicydefinitionpreviouversiondefinitionpresentation Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentation --- @@ -27,7 +27,6 @@ Update-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresen [-LastModifiedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -38,7 +37,7 @@ Update-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresen -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -50,7 +49,7 @@ Update-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresen [-Id ] [-Label ] [-LastModifiedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -61,7 +60,7 @@ Update-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresen -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.DeviceManagement.Administration/Update-MgBetaDeviceManagementGroupPolicyMigrationReport.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementGroupPolicyMigrationReport.md index 520e96d07a02f..96ceebebdabf2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementGroupPolicyMigrationReport.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementGroupPolicyMigrationReport.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/update-mgbetadevicemanagementgrouppolicymigrationreport Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementGroupPolicyMigrationReport --- @@ -31,7 +31,7 @@ Update-MgBetaDeviceManagementGroupPolicyMigrationReport -GroupPolicyMigrationRep [-UnsupportedGroupPolicyExtensions ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -41,7 +41,7 @@ Update-MgBetaDeviceManagementGroupPolicyMigrationReport -GroupPolicyMigrationRep -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -59,7 +59,7 @@ Update-MgBetaDeviceManagementGroupPolicyMigrationReport [-UnsupportedGroupPolicyExtensions ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -70,7 +70,7 @@ Update-MgBetaDeviceManagementGroupPolicyMigrationReport -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.DeviceManagement.Administration/Update-MgBetaDeviceManagementGroupPolicyMigrationReportGroupPolicySettingMapping.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementGroupPolicyMigrationReportGroupPolicySettingMapping.md index 304c485e0c8db..4d246c196bb47 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementGroupPolicyMigrationReportGroupPolicySettingMapping.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementGroupPolicyMigrationReportGroupPolicySettingMapping.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/update-mgbetadevicemanagementgrouppolicymigrationreportgrouppolicysettingmapping Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementGroupPolicyMigrationReportGroupPolicySettingMapping --- @@ -33,7 +33,6 @@ Update-MgBetaDeviceManagementGroupPolicyMigrationReportGroupPolicySettingMapping [-SettingValueDisplayUnits ] [-SettingValueType ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -44,7 +43,7 @@ Update-MgBetaDeviceManagementGroupPolicyMigrationReportGroupPolicySettingMapping -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -62,7 +61,6 @@ Update-MgBetaDeviceManagementGroupPolicyMigrationReportGroupPolicySettingMapping [-SettingValueDisplayUnits ] [-SettingValueType ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -73,7 +71,7 @@ Update-MgBetaDeviceManagementGroupPolicyMigrationReportGroupPolicySettingMapping -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.DeviceManagement.Administration/Update-MgBetaDeviceManagementGroupPolicyMigrationReportUnsupportedGroupPolicyExtension.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementGroupPolicyMigrationReportUnsupportedGroupPolicyExtension.md index b584a00301630..2b5e2d0c7ed56 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementGroupPolicyMigrationReportUnsupportedGroupPolicyExtension.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementGroupPolicyMigrationReportUnsupportedGroupPolicyExtension.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/update-mgbetadevicemanagementgrouppolicymigrationreportunsupportedgrouppolicyextension Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementGroupPolicyMigrationReportUnsupportedGroupPolicyExtension --- @@ -27,7 +27,6 @@ Update-MgBetaDeviceManagementGroupPolicyMigrationReportUnsupportedGroupPolicyExt [-SettingScope ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -38,7 +37,7 @@ Update-MgBetaDeviceManagementGroupPolicyMigrationReportUnsupportedGroupPolicyExt -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -50,7 +49,7 @@ Update-MgBetaDeviceManagementGroupPolicyMigrationReportUnsupportedGroupPolicyExt [-NamespaceUrl ] [-NodeName ] [-SettingScope ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -61,7 +60,7 @@ Update-MgBetaDeviceManagementGroupPolicyMigrationReportUnsupportedGroupPolicyExt -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.DeviceManagement.Administration/Update-MgBetaDeviceManagementGroupPolicyObjectFile.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementGroupPolicyObjectFile.md index cc7111d9d4134..8cab53b497aae 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementGroupPolicyObjectFile.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementGroupPolicyObjectFile.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/update-mgbetadevicemanagementgrouppolicyobjectfile Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementGroupPolicyObjectFile --- @@ -26,7 +26,7 @@ Update-MgBetaDeviceManagementGroupPolicyObjectFile -GroupPolicyObjectFileId ] [-OuDistinguishedName ] [-RoleScopeTagIds ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -36,7 +36,7 @@ Update-MgBetaDeviceManagementGroupPolicyObjectFile -GroupPolicyObjectFileId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -49,7 +49,6 @@ Update-MgBetaDeviceManagementGroupPolicyObjectFile [-OuDistinguishedName ] [-RoleScopeTagIds ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -60,7 +59,7 @@ Update-MgBetaDeviceManagementGroupPolicyObjectFile -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.DeviceManagement.Administration/Update-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFile.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFile.md index ed4fc97f83540..ae9c8c85e94b4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFile.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFile.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/update-mgbetadevicemanagementgrouppolicyuploadeddefinitionfile Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFile --- @@ -33,7 +33,6 @@ Update-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFile [-TargetPrefix ] [-UploadDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -45,7 +44,6 @@ Update-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -64,7 +62,6 @@ Update-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFile [-TargetPrefix ] [-UploadDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -76,7 +73,6 @@ Update-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileGroupPolicyOperation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileGroupPolicyOperation.md index 756ee8f5d1025..fef8c2b24cde2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileGroupPolicyOperation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileGroupPolicyOperation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/update-mgbetadevicemanagementgrouppolicyuploadeddefinitionfilegrouppolicyoperation Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileGroupPolicyOperation --- @@ -27,7 +27,7 @@ Update-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileGroupPolicyOperati [-OperationType ] [-StatusDetails ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -38,7 +38,7 @@ Update-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileGroupPolicyOperati -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -50,7 +50,7 @@ Update-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileGroupPolicyOperati [-OperationStatus ] [-OperationType ] [-StatusDetails ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -61,7 +61,7 @@ Update-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileGroupPolicyOperati -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.DeviceManagement.Administration/Update-MgBetaDeviceManagementIntuneBrandingProfile.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementIntuneBrandingProfile.md index 49a405607b478..c326cbd0ee7be 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementIntuneBrandingProfile.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementIntuneBrandingProfile.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/update-mgbetadevicemanagementintunebrandingprofile Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementIntuneBrandingProfile --- @@ -39,7 +39,6 @@ Update-MgBetaDeviceManagementIntuneBrandingProfile -IntuneBrandingProfileId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -49,7 +48,7 @@ Update-MgBetaDeviceManagementIntuneBrandingProfile -IntuneBrandingProfileId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -75,7 +74,6 @@ Update-MgBetaDeviceManagementIntuneBrandingProfile [-ThemeColorLogo ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -86,7 +84,7 @@ Update-MgBetaDeviceManagementIntuneBrandingProfile -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.DeviceManagement.Administration/Update-MgBetaDeviceManagementIntuneBrandingProfileAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementIntuneBrandingProfileAssignment.md index ea87b259291b4..38365ff0f38b0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementIntuneBrandingProfileAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementIntuneBrandingProfileAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/update-mgbetadevicemanagementintunebrandingprofileassignment Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementIntuneBrandingProfileAssignment --- @@ -26,7 +26,6 @@ Update-MgBetaDeviceManagementIntuneBrandingProfileAssignment [-Target ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -37,7 +36,7 @@ Update-MgBetaDeviceManagementIntuneBrandingProfileAssignment -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -49,7 +48,6 @@ Update-MgBetaDeviceManagementIntuneBrandingProfileAssignment [-Target ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -60,7 +58,7 @@ Update-MgBetaDeviceManagementIntuneBrandingProfileAssignment -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.DeviceManagement.Administration/Update-MgBetaDeviceManagementIoUpdateStatus.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementIoUpdateStatus.md index c198897bc13f8..71d5683149d1d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementIoUpdateStatus.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementIoUpdateStatus.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/update-mgbetadevicemanagementioupdatestatus Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementIoUpdateStatus --- @@ -31,7 +31,7 @@ Update-MgBetaDeviceManagementIoUpdateStatus -IosUpdateDeviceStatusId [-UserId ] [-UserName ] [-UserPrincipalName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -41,7 +41,7 @@ Update-MgBetaDeviceManagementIoUpdateStatus -IosUpdateDeviceStatusId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -55,7 +55,7 @@ Update-MgBetaDeviceManagementIoUpdateStatus -InputObject ] [-UserName ] [-UserPrincipalName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -65,7 +65,7 @@ Update-MgBetaDeviceManagementIoUpdateStatus -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementMobileThreatDefenseConnector.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementMobileThreatDefenseConnector.md index 68c2026202101..9272c8ebe065b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementMobileThreatDefenseConnector.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementMobileThreatDefenseConnector.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/update-mgbetadevicemanagementmobilethreatdefenseconnector Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementMobileThreatDefenseConnector --- @@ -36,7 +36,6 @@ Update-MgBetaDeviceManagementMobileThreatDefenseConnector -MobileThreatDefenseCo [-WindowsMobileApplicationManagementEnabled] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -46,7 +45,7 @@ Update-MgBetaDeviceManagementMobileThreatDefenseConnector -MobileThreatDefenseCo -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -65,7 +64,6 @@ Update-MgBetaDeviceManagementMobileThreatDefenseConnector [-WindowsMobileApplicationManagementEnabled] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -76,7 +74,7 @@ Update-MgBetaDeviceManagementMobileThreatDefenseConnector -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.DeviceManagement.Administration/Update-MgBetaDeviceManagementNdeConnector.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementNdeConnector.md index b61c5c6832411..772e3a7a267ff 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementNdeConnector.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementNdeConnector.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/update-mgbetadevicemanagementndeconnector Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementNdeConnector --- @@ -27,7 +27,6 @@ Update-MgBetaDeviceManagementNdeConnector -NdesConnectorId [-State ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -37,7 +36,7 @@ Update-MgBetaDeviceManagementNdeConnector -NdesConnectorId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -50,7 +49,6 @@ Update-MgBetaDeviceManagementNdeConnector -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -60,7 +58,7 @@ Update-MgBetaDeviceManagementNdeConnector -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementPartner.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementPartner.md index 3092e67d4cc77..75edbf14da911 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementPartner.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementPartner.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/update-mgbetadevicemanagementpartner Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementPartner --- @@ -33,7 +33,6 @@ Update-MgBetaDeviceManagementPartner -DeviceManagementPartnerId [-WhenPartnerDevicesWillBeRemovedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -43,7 +42,7 @@ Update-MgBetaDeviceManagementPartner -DeviceManagementPartnerId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -59,7 +58,6 @@ Update-MgBetaDeviceManagementPartner -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -69,7 +67,7 @@ Update-MgBetaDeviceManagementPartner -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementRemoteAssistancePartner.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementRemoteAssistancePartner.md index b08617d114402..e90084f70cbd5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementRemoteAssistancePartner.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementRemoteAssistancePartner.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/update-mgbetadevicemanagementremoteassistancepartner Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementRemoteAssistancePartner --- @@ -29,7 +29,7 @@ Update-MgBetaDeviceManagementRemoteAssistancePartner -RemoteAssistancePartnerId [-OnboardingStatus ] [-OnboardingUrl ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -39,7 +39,7 @@ Update-MgBetaDeviceManagementRemoteAssistancePartner -RemoteAssistancePartnerId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -52,7 +52,7 @@ Update-MgBetaDeviceManagementRemoteAssistancePartner [-OnboardingStatus ] [-OnboardingUrl ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -63,7 +63,7 @@ Update-MgBetaDeviceManagementRemoteAssistancePartner -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.DeviceManagement.Administration/Update-MgBetaDeviceManagementResourceOperation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementResourceOperation.md index b40b81cb80b98..35a0db8b55cb0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementResourceOperation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementResourceOperation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/update-mgbetadevicemanagementresourceoperation Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementResourceOperation --- @@ -28,7 +28,6 @@ Update-MgBetaDeviceManagementResourceOperation -ResourceOperationId [-Description ] [-Id ] [-ResourceName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -38,7 +37,7 @@ Update-MgBetaDeviceManagementResourceOperation -ResourceOperationId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -49,7 +48,7 @@ Update-MgBetaDeviceManagementResourceOperation [-ActionName ] [-AdditionalProperties ] [-Description ] [-Id ] [-ResourceName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -60,7 +59,7 @@ Update-MgBetaDeviceManagementResourceOperation -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.DeviceManagement.Administration/Update-MgBetaDeviceManagementRoleAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementRoleAssignment.md index f6ef7aaca9ece..ec05fb81654fa 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementRoleAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementRoleAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/update-mgbetadevicemanagementroleassignment Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementRoleAssignment --- @@ -30,7 +30,6 @@ Update-MgBetaDeviceManagementRoleAssignment -DeviceAndAppManagementRoleAssignmen [-ScopeMembers ] [-ScopeType ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -41,7 +40,6 @@ Update-MgBetaDeviceManagementRoleAssignment -DeviceAndAppManagementRoleAssignmen [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -54,7 +52,6 @@ Update-MgBetaDeviceManagementRoleAssignment -InputObject ] [-ScopeType ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -65,7 +62,6 @@ Update-MgBetaDeviceManagementRoleAssignment -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementRoleDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementRoleDefinition.md index d8e734e76353d..d228dcfc28083 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementRoleDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementRoleDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/update-mgbetadevicemanagementroledefinition Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementRoleDefinition --- @@ -31,7 +31,7 @@ Update-MgBetaDeviceManagementRoleDefinition -RoleDefinitionId [-RolePermissions ] [-RoleScopeTagIds ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -41,7 +41,7 @@ Update-MgBetaDeviceManagementRoleDefinition -RoleDefinitionId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -55,7 +55,7 @@ Update-MgBetaDeviceManagementRoleDefinition -InputObject ] [-RoleScopeTagIds ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -65,7 +65,7 @@ Update-MgBetaDeviceManagementRoleDefinition -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementRoleDefinitionRoleAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementRoleDefinitionRoleAssignment.md index 5c3a6923794ff..f9ac954734c6f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementRoleDefinitionRoleAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementRoleDefinitionRoleAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/update-mgbetadevicemanagementroledefinitionroleassignment Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementRoleDefinitionRoleAssignment --- @@ -30,7 +30,6 @@ Update-MgBetaDeviceManagementRoleDefinitionRoleAssignment -RoleAssignmentId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -41,7 +40,6 @@ Update-MgBetaDeviceManagementRoleDefinitionRoleAssignment -RoleAssignmentId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -54,7 +52,6 @@ Update-MgBetaDeviceManagementRoleDefinitionRoleAssignment [-ScopeMembers ] [-ScopeType ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -65,7 +62,7 @@ Update-MgBetaDeviceManagementRoleDefinitionRoleAssignment -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.DeviceManagement.Administration/Update-MgBetaDeviceManagementRoleScopeTag.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementRoleScopeTag.md index 5e7ff37a8a6d2..86d83ce419d60 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementRoleScopeTag.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementRoleScopeTag.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/update-mgbetadevicemanagementrolescopetag Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementRoleScopeTag --- @@ -26,7 +26,6 @@ Update-MgBetaDeviceManagementRoleScopeTag -RoleScopeTagId [-DisplayName ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -36,7 +35,7 @@ Update-MgBetaDeviceManagementRoleScopeTag -RoleScopeTagId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -48,7 +47,6 @@ Update-MgBetaDeviceManagementRoleScopeTag -InputObject ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -58,7 +56,7 @@ Update-MgBetaDeviceManagementRoleScopeTag -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementRoleScopeTagAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementRoleScopeTagAssignment.md index 6f8cd4242a842..4437a5a61ac89 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementRoleScopeTagAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementRoleScopeTagAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/update-mgbetadevicemanagementrolescopetagassignment Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementRoleScopeTagAssignment --- @@ -25,7 +25,7 @@ Update-MgBetaDeviceManagementRoleScopeTagAssignment -RoleScopeTagAutoAssignmentI [-Id ] [-Target ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -36,7 +36,6 @@ Update-MgBetaDeviceManagementRoleScopeTagAssignment -RoleScopeTagAutoAssignmentI [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -48,7 +47,6 @@ Update-MgBetaDeviceManagementRoleScopeTagAssignment [-Target ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -59,7 +57,7 @@ Update-MgBetaDeviceManagementRoleScopeTagAssignment -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.DeviceManagement.Administration/Update-MgBetaDeviceManagementTelecomExpenseManagementPartner.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementTelecomExpenseManagementPartner.md index dba844e0ebf72..87475b3f66e45 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementTelecomExpenseManagementPartner.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementTelecomExpenseManagementPartner.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/update-mgbetadevicemanagementtelecomexpensemanagementpartner Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementTelecomExpenseManagementPartner --- @@ -26,7 +26,7 @@ Update-MgBetaDeviceManagementTelecomExpenseManagementPartner [-Id ] [-LastConnectionDateTime ] [-Url ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -37,7 +37,7 @@ Update-MgBetaDeviceManagementTelecomExpenseManagementPartner -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -49,7 +49,7 @@ Update-MgBetaDeviceManagementTelecomExpenseManagementPartner [-Id ] [-LastConnectionDateTime ] [-Url ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -60,7 +60,7 @@ Update-MgBetaDeviceManagementTelecomExpenseManagementPartner -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.DeviceManagement.Administration/Update-MgBetaDeviceManagementTermAndCondition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementTermAndCondition.md index dc3cb0a3dd7fb..030dbb03e6428 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementTermAndCondition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementTermAndCondition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/update-mgbetadevicemanagementtermandcondition Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementTermAndCondition --- @@ -33,7 +33,6 @@ Update-MgBetaDeviceManagementTermAndCondition -TermsAndConditionsId [-Title ] [-Version ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -43,7 +42,7 @@ Update-MgBetaDeviceManagementTermAndCondition -TermsAndConditionsId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -59,7 +58,6 @@ Update-MgBetaDeviceManagementTermAndCondition -InputObject ] [-Version ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -69,7 +67,7 @@ Update-MgBetaDeviceManagementTermAndCondition -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementTermAndConditionAcceptanceStatus.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementTermAndConditionAcceptanceStatus.md index 4bf5f86f3f5cb..d99f3350a2726 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementTermAndConditionAcceptanceStatus.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementTermAndConditionAcceptanceStatus.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/update-mgbetadevicemanagementtermandconditionacceptancestatus Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementTermAndConditionAcceptanceStatus --- @@ -31,7 +31,6 @@ Update-MgBetaDeviceManagementTermAndConditionAcceptanceStatus [-UserPrincipalName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -43,7 +42,6 @@ Update-MgBetaDeviceManagementTermAndConditionAcceptanceStatus [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -56,7 +54,6 @@ Update-MgBetaDeviceManagementTermAndConditionAcceptanceStatus [-UserDisplayName ] [-UserPrincipalName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -68,7 +65,6 @@ Update-MgBetaDeviceManagementTermAndConditionAcceptanceStatus [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementTermAndConditionAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementTermAndConditionAssignment.md index 7ee1c364dc4d9..c1f7de53d5eeb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementTermAndConditionAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementTermAndConditionAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/update-mgbetadevicemanagementtermandconditionassignment Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementTermAndConditionAssignment --- @@ -29,7 +29,6 @@ Update-MgBetaDeviceManagementTermAndConditionAssignment -TermsAndConditionsAssig [-Target ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -40,7 +39,6 @@ Update-MgBetaDeviceManagementTermAndConditionAssignment -TermsAndConditionsAssig [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -52,7 +50,6 @@ Update-MgBetaDeviceManagementTermAndConditionAssignment [-Target ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -63,7 +60,7 @@ Update-MgBetaDeviceManagementTermAndConditionAssignment -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.DeviceManagement.Administration/Update-MgBetaDeviceManagementTermAndConditionGroupAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementTermAndConditionGroupAssignment.md index c35fda49cd4ad..79bf1e852115d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementTermAndConditionGroupAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementTermAndConditionGroupAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/update-mgbetadevicemanagementtermandconditiongroupassignment Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementTermAndConditionGroupAssignment --- @@ -26,7 +26,7 @@ Update-MgBetaDeviceManagementTermAndConditionGroupAssignment [-TargetGroupId ] [-TermsAndConditions ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -38,7 +38,6 @@ Update-MgBetaDeviceManagementTermAndConditionGroupAssignment [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -50,7 +49,6 @@ Update-MgBetaDeviceManagementTermAndConditionGroupAssignment [-TermsAndConditions ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -62,7 +60,6 @@ Update-MgBetaDeviceManagementTermAndConditionGroupAssignment [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementUserPfxCertificate.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementUserPfxCertificate.md index 05a78e4cf9d21..92d78415df039 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementUserPfxCertificate.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementUserPfxCertificate.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/update-mgbetadevicemanagementuserpfxcertificate Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementUserPfxCertificate --- @@ -29,7 +29,6 @@ Update-MgBetaDeviceManagementUserPfxCertificate -UserPfxCertificateId [-Thumbprint ] [-UserPrincipalName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -39,7 +38,7 @@ Update-MgBetaDeviceManagementUserPfxCertificate -UserPfxCertificateId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -55,7 +54,6 @@ Update-MgBetaDeviceManagementUserPfxCertificate [-UserPrincipalName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -66,7 +64,7 @@ Update-MgBetaDeviceManagementUserPfxCertificate -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.DeviceManagement.Administration/Update-MgBetaDeviceManagementVirtualEndpointBulkAction.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementVirtualEndpointBulkAction.md index 789b76185a196..8c5be1018f07c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementVirtualEndpointBulkAction.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementVirtualEndpointBulkAction.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/update-mgbetadevicemanagementvirtualendpointbulkaction Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementVirtualEndpointBulkAction --- @@ -27,7 +27,6 @@ Update-MgBetaDeviceManagementVirtualEndpointBulkAction -CloudPcBulkActionId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -37,7 +36,7 @@ Update-MgBetaDeviceManagementVirtualEndpointBulkAction -CloudPcBulkActionId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -50,7 +49,7 @@ Update-MgBetaDeviceManagementVirtualEndpointBulkAction [-InitiatedByUserPrincipalName ] [-ScheduledDuringMaintenanceWindow] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -61,7 +60,7 @@ Update-MgBetaDeviceManagementVirtualEndpointBulkAction -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.DeviceManagement.Administration/Update-MgBetaDeviceManagementVirtualEndpointCrossCloudGovernmentOrganizationMapping.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementVirtualEndpointCrossCloudGovernmentOrganizationMapping.md index 64c81f33a204a..2a5d2bbc36193 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementVirtualEndpointCrossCloudGovernmentOrganizationMapping.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementVirtualEndpointCrossCloudGovernmentOrganizationMapping.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/update-mgbetadevicemanagementvirtualendpointcrosscloudgovernmentorganizationmapping Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementVirtualEndpointCrossCloudGovernmentOrganizationMapping --- @@ -25,7 +25,6 @@ Update-MgBetaDeviceManagementVirtualEndpointCrossCloudGovernmentOrganizationMapp [-OrganizationIdsInUsGovCloud ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -36,7 +35,6 @@ Update-MgBetaDeviceManagementVirtualEndpointCrossCloudGovernmentOrganizationMapp [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementVirtualEndpointDeviceImage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementVirtualEndpointDeviceImage.md index 726641a9e094d..c33d35c468c9a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementVirtualEndpointDeviceImage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementVirtualEndpointDeviceImage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/update-mgbetadevicemanagementvirtualendpointdeviceimage Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementVirtualEndpointDeviceImage --- @@ -31,7 +31,7 @@ Update-MgBetaDeviceManagementVirtualEndpointDeviceImage -CloudPcDeviceImageId ] [-Status ] [-StatusDetails ] [-Version ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -41,7 +41,7 @@ Update-MgBetaDeviceManagementVirtualEndpointDeviceImage -CloudPcDeviceImageId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -56,7 +56,6 @@ Update-MgBetaDeviceManagementVirtualEndpointDeviceImage [-Status ] [-StatusDetails ] [-Version ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -67,7 +66,7 @@ Update-MgBetaDeviceManagementVirtualEndpointDeviceImage -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.DeviceManagement.Administration/Update-MgBetaDeviceManagementVirtualEndpointExternalPartnerSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementVirtualEndpointExternalPartnerSetting.md index 6d4b05834bfef..ba5e5ca5f375c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementVirtualEndpointExternalPartnerSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementVirtualEndpointExternalPartnerSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/update-mgbetadevicemanagementvirtualendpointexternalpartnersetting Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementVirtualEndpointExternalPartnerSetting --- @@ -26,7 +26,7 @@ Update-MgBetaDeviceManagementVirtualEndpointExternalPartnerSetting [-LastSyncDateTime ] [-PartnerId ] [-Status ] [-StatusDetails ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -37,7 +37,7 @@ Update-MgBetaDeviceManagementVirtualEndpointExternalPartnerSetting -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -49,7 +49,7 @@ Update-MgBetaDeviceManagementVirtualEndpointExternalPartnerSetting [-LastSyncDateTime ] [-PartnerId ] [-Status ] [-StatusDetails ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -60,7 +60,7 @@ Update-MgBetaDeviceManagementVirtualEndpointExternalPartnerSetting -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.DeviceManagement.Administration/Update-MgBetaDeviceManagementVirtualEndpointFrontLineServicePlan.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementVirtualEndpointFrontLineServicePlan.md index 2cb1a4fb4416e..2b40cd3358a24 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementVirtualEndpointFrontLineServicePlan.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementVirtualEndpointFrontLineServicePlan.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/update-mgbetadevicemanagementvirtualendpointfrontlineserviceplan Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementVirtualEndpointFrontLineServicePlan --- @@ -26,7 +26,6 @@ Update-MgBetaDeviceManagementVirtualEndpointFrontLineServicePlan [-Id ] [-TotalCount ] [-UsedCount ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -37,7 +36,6 @@ Update-MgBetaDeviceManagementVirtualEndpointFrontLineServicePlan [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -49,7 +47,6 @@ Update-MgBetaDeviceManagementVirtualEndpointFrontLineServicePlan [-Id ] [-TotalCount ] [-UsedCount ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -60,7 +57,7 @@ Update-MgBetaDeviceManagementVirtualEndpointFrontLineServicePlan -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.DeviceManagement.Administration/Update-MgBetaDeviceManagementVirtualEndpointGalleryImage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementVirtualEndpointGalleryImage.md index 95abba9c82272..2a1c363c438b3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementVirtualEndpointGalleryImage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementVirtualEndpointGalleryImage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/update-mgbetadevicemanagementvirtualendpointgalleryimage Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementVirtualEndpointGalleryImage --- @@ -31,7 +31,7 @@ Update-MgBetaDeviceManagementVirtualEndpointGalleryImage -CloudPcGalleryImageId [-SkuDisplayName ] [-SkuName ] [-StartDate ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -41,7 +41,7 @@ Update-MgBetaDeviceManagementVirtualEndpointGalleryImage -CloudPcGalleryImageId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -56,7 +56,6 @@ Update-MgBetaDeviceManagementVirtualEndpointGalleryImage [-SkuName ] [-StartDate ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -67,7 +66,7 @@ Update-MgBetaDeviceManagementVirtualEndpointGalleryImage -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.DeviceManagement.Administration/Update-MgBetaDeviceManagementVirtualEndpointOnPremiseConnection.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementVirtualEndpointOnPremiseConnection.md index 35ae0232c60b1..dd7211723a0be 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementVirtualEndpointOnPremiseConnection.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementVirtualEndpointOnPremiseConnection.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/update-mgbetadevicemanagementvirtualendpointonpremiseconnection Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementVirtualEndpointOnPremiseConnection --- @@ -36,7 +36,6 @@ Update-MgBetaDeviceManagementVirtualEndpointOnPremiseConnection [-VirtualNetworkLocation ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -47,7 +46,6 @@ Update-MgBetaDeviceManagementVirtualEndpointOnPremiseConnection [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -66,7 +64,6 @@ Update-MgBetaDeviceManagementVirtualEndpointOnPremiseConnection [-VirtualNetworkLocation ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -77,7 +74,7 @@ Update-MgBetaDeviceManagementVirtualEndpointOnPremiseConnection -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.DeviceManagement.Administration/Update-MgBetaDeviceManagementVirtualEndpointOrganizationSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementVirtualEndpointOrganizationSetting.md index 5d3644d8d63d6..5cf4556a0e992 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementVirtualEndpointOrganizationSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementVirtualEndpointOrganizationSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/update-mgbetadevicemanagementvirtualendpointorganizationsetting Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementVirtualEndpointOrganizationSetting --- @@ -26,7 +26,6 @@ Update-MgBetaDeviceManagementVirtualEndpointOrganizationSetting [-ResponseHeader [-WindowsSettings ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -36,7 +35,7 @@ Update-MgBetaDeviceManagementVirtualEndpointOrganizationSetting -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.DeviceManagement.Administration/Update-MgBetaDeviceManagementVirtualEndpointProvisioningPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementVirtualEndpointProvisioningPolicy.md index 81dafd5b44f79..4895174748506 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementVirtualEndpointProvisioningPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementVirtualEndpointProvisioningPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/update-mgbetadevicemanagementvirtualendpointprovisioningpolicy Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementVirtualEndpointProvisioningPolicy --- @@ -39,7 +39,6 @@ Update-MgBetaDeviceManagementVirtualEndpointProvisioningPolicy -CloudPcProvision [-WindowsSettings ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -49,7 +48,7 @@ Update-MgBetaDeviceManagementVirtualEndpointProvisioningPolicy -CloudPcProvision -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -71,7 +70,6 @@ Update-MgBetaDeviceManagementVirtualEndpointProvisioningPolicy [-WindowsSettings ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -82,7 +80,7 @@ Update-MgBetaDeviceManagementVirtualEndpointProvisioningPolicy -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -135,6 +133,10 @@ $params = @{ applicationTimeoutInMinutes = 30 onFailureDeviceAccessDenied = $false } + userSettingsPersistenceConfiguration = @{ + userSettingsPersistenceEnabled = $false + userSettingsPersistenceStorageSizeCategory = "fourGB" + } } Update-MgBetaDeviceManagementVirtualEndpointProvisioningPolicy -CloudPcProvisioningPolicyId $cloudPcProvisioningPolicyId -BodyParameter $params diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignment.md index 68621d4e77af8..e8dfb49c62e00 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/update-mgbetadevicemanagementvirtualendpointprovisioningpolicyassignment Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignment --- @@ -29,7 +29,7 @@ Update-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignment [-AssignedUsers ] [-Id ] [-Target ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -41,7 +41,6 @@ Update-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignment [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -52,7 +51,7 @@ Update-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignment [-AdditionalProperties ] [-AssignedUsers ] [-Id ] [-Target ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -64,7 +63,6 @@ Update-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignment [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserMailboxSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserMailboxSetting.md index 104b24bfbaf36..be5530d9bd3f5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserMailboxSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/update-mgbetadevicemanagementvirtualendpointprovisioningpolicyassignmentassignedusermailboxsetting Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserMailboxSetting --- @@ -32,7 +32,7 @@ Update-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssigned [-UserPurpose ] [-UserPurposeV2 ] [-WorkingHours ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -44,7 +44,6 @@ Update-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssigned [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -59,7 +58,6 @@ Update-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssigned [-WorkingHours ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -70,7 +68,7 @@ Update-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssigned -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.DeviceManagement.Administration/Update-MgBetaDeviceManagementVirtualEndpointReport.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementVirtualEndpointReport.md index 96c1fbe15e865..ed5229a5b0237 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementVirtualEndpointReport.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementVirtualEndpointReport.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/update-mgbetadevicemanagementvirtualendpointreport Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementVirtualEndpointReport --- @@ -15,6 +15,9 @@ title: Update-MgBetaDeviceManagementVirtualEndpointReport Update the navigation property reports in deviceManagement +> [!NOTE] +> To view the v1.0 release of this cmdlet, view [Update-MgDeviceManagementVirtualEndpointReport](/powershell/module/Microsoft.Graph.DeviceManagement.Administration/Update-MgDeviceManagementVirtualEndpointReport?view=graph-powershell-1.0) + ## SYNTAX ### UpdateExpanded (Default) @@ -24,7 +27,7 @@ Update-MgBetaDeviceManagementVirtualEndpointReport [-ResponseHeadersVariable ] [-ExportJobs ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -34,7 +37,6 @@ Update-MgBetaDeviceManagementVirtualEndpointReport -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementVirtualEndpointReportExportJob.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementVirtualEndpointReportExportJob.md index d2cf608780512..04889e3b095f4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementVirtualEndpointReportExportJob.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementVirtualEndpointReportExportJob.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/update-mgbetadevicemanagementvirtualendpointreportexportjob Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementVirtualEndpointReportExportJob --- @@ -27,7 +27,6 @@ Update-MgBetaDeviceManagementVirtualEndpointReportExportJob -CloudPcExportJobId [-RequestDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -37,7 +36,7 @@ Update-MgBetaDeviceManagementVirtualEndpointReportExportJob -CloudPcExportJobId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -50,7 +49,6 @@ Update-MgBetaDeviceManagementVirtualEndpointReportExportJob [-ReportName ] [-RequestDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -61,7 +59,7 @@ Update-MgBetaDeviceManagementVirtualEndpointReportExportJob -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.DeviceManagement.Administration/Update-MgBetaDeviceManagementVirtualEndpointServicePlan.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementVirtualEndpointServicePlan.md index 3dd6b5f50768b..9642970ddf970 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementVirtualEndpointServicePlan.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementVirtualEndpointServicePlan.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/update-mgbetadevicemanagementvirtualendpointserviceplan Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementVirtualEndpointServicePlan --- @@ -26,7 +26,7 @@ Update-MgBetaDeviceManagementVirtualEndpointServicePlan -CloudPcServicePlanId ] [-Type ] [-UserProfileInGb ] [-VCpuCount ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -36,7 +36,7 @@ Update-MgBetaDeviceManagementVirtualEndpointServicePlan -CloudPcServicePlanId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -49,7 +49,6 @@ Update-MgBetaDeviceManagementVirtualEndpointServicePlan [-Type ] [-UserProfileInGb ] [-VCpuCount ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -60,7 +59,7 @@ Update-MgBetaDeviceManagementVirtualEndpointServicePlan -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.DeviceManagement.Administration/Update-MgBetaDeviceManagementVirtualEndpointSnapshot.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementVirtualEndpointSnapshot.md index b4914865de0fc..825992082cccb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementVirtualEndpointSnapshot.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementVirtualEndpointSnapshot.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/update-mgbetadevicemanagementvirtualendpointsnapshot Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementVirtualEndpointSnapshot --- @@ -26,7 +26,7 @@ Update-MgBetaDeviceManagementVirtualEndpointSnapshot -CloudPcSnapshotId [-LastRestoredDateTime ] [-SnapshotType ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -36,7 +36,7 @@ Update-MgBetaDeviceManagementVirtualEndpointSnapshot -CloudPcSnapshotId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -49,7 +49,6 @@ Update-MgBetaDeviceManagementVirtualEndpointSnapshot [-SnapshotType ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -60,7 +59,7 @@ Update-MgBetaDeviceManagementVirtualEndpointSnapshot -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.DeviceManagement.Administration/Update-MgBetaDeviceManagementVirtualEndpointSupportedRegion.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementVirtualEndpointSupportedRegion.md index 6f723ef4c829a..f8714361d4b09 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementVirtualEndpointSupportedRegion.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementVirtualEndpointSupportedRegion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/update-mgbetadevicemanagementvirtualendpointsupportedregion Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementVirtualEndpointSupportedRegion --- @@ -25,7 +25,7 @@ Update-MgBetaDeviceManagementVirtualEndpointSupportedRegion -CloudPcSupportedReg [-Id ] [-RegionGroup ] [-RegionStatus ] [-SupportedSolution ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -35,7 +35,7 @@ Update-MgBetaDeviceManagementVirtualEndpointSupportedRegion -CloudPcSupportedReg -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -47,7 +47,6 @@ Update-MgBetaDeviceManagementVirtualEndpointSupportedRegion [-RegionStatus ] [-SupportedSolution ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -58,7 +57,7 @@ Update-MgBetaDeviceManagementVirtualEndpointSupportedRegion -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.DeviceManagement.Administration/Update-MgBetaDeviceManagementVirtualEndpointUserSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementVirtualEndpointUserSetting.md index 85de442654116..40d9cc2dc1843 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementVirtualEndpointUserSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementVirtualEndpointUserSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/update-mgbetadevicemanagementvirtualendpointusersetting Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementVirtualEndpointUserSetting --- @@ -32,7 +32,7 @@ Update-MgBetaDeviceManagementVirtualEndpointUserSetting -CloudPcUserSettingId ] [-SelfServiceEnabled] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -42,7 +42,7 @@ Update-MgBetaDeviceManagementVirtualEndpointUserSetting -CloudPcUserSettingId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -58,7 +58,7 @@ Update-MgBetaDeviceManagementVirtualEndpointUserSetting [-RestorePointSetting ] [-SelfServiceEnabled] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -69,7 +69,7 @@ Update-MgBetaDeviceManagementVirtualEndpointUserSetting -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -107,6 +107,7 @@ $params = @{ disasterRecoveryType = "premium" userInitiatedDisasterRecoveryAllowed = $true } + provisioningSourceType = "image" localAdminEnabled = $false resetEnabled = $true } diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementVirtualEndpointUserSettingAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementVirtualEndpointUserSettingAssignment.md index c5cd9d310533d..cc3e1b9ec536a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementVirtualEndpointUserSettingAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Administration/Update-MgBetaDeviceManagementVirtualEndpointUserSettingAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Administration-Help.xm HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.administration/update-mgbetadevicemanagementvirtualendpointusersettingassignment Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Administration -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementVirtualEndpointUserSettingAssignment --- @@ -29,7 +29,7 @@ Update-MgBetaDeviceManagementVirtualEndpointUserSettingAssignment [-CreatedDateTime ] [-Id ] [-Target ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -40,7 +40,7 @@ Update-MgBetaDeviceManagementVirtualEndpointUserSettingAssignment -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -51,7 +51,7 @@ Update-MgBetaDeviceManagementVirtualEndpointUserSettingAssignment [-AdditionalProperties ] [-CreatedDateTime ] [-Id ] [-Target ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -62,7 +62,7 @@ Update-MgBetaDeviceManagementVirtualEndpointUserSettingAssignment -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.DeviceManagement.Enrollment/Clear-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfileEnrollmentTimeDeviceMembershipTarget.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Clear-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfileEnrollmentTimeDeviceMembershipTarget.md index 6b2c38b31c2af..b9d73fc753cfb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Clear-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfileEnrollmentTimeDeviceMembershipTarget.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Clear-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfileEnrollmentTimeDeviceMembershipTarget.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/clear-mgbetadevicemanagementandroiddeviceownerenrollmentprofileenrollmenttimedevicemembershiptarget Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Clear-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfileEnrollmentTimeDeviceMembershipTarget --- @@ -25,7 +25,6 @@ Clear-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfileEnrollmentTimeDev [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ClearViaIdentity @@ -36,7 +35,6 @@ Clear-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfileEnrollmentTimeDev [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Export-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfileMobileConfig.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Export-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfileMobileConfig.md index e19cedbf0c7b9..2a32e592afff9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Export-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfileMobileConfig.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Export-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfileMobileConfig.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/export-mgbetadevicemanagementdeponboardingsettingenrollmentprofilemobileconfig Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Export-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfileMobileConfig --- @@ -24,7 +24,7 @@ Export-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfileMobileConfig -DepOnboardingSettingId -EnrollmentProfileId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### ExportViaIdentity @@ -34,7 +34,7 @@ Export-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfileMobileConfig -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfile.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfile.md index 2160867334e5e..0868bf269a987 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfile.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfile.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/get-mgbetadevicemanagementandroiddeviceownerenrollmentprofile Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfile --- @@ -25,7 +25,7 @@ Get-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfile [-ExpandProperty < [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfile -AndroidDeviceOwnerEnrollmentProfileId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -45,7 +45,7 @@ Get-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfile -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfileCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfileCount.md index b4c6bebfd71f6..455c020a893a8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfileCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfileCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/get-mgbetadevicemanagementandroiddeviceownerenrollmentprofilecount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfileCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfileCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfileEnrollmentTimeDeviceMembershipTarget.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfileEnrollmentTimeDeviceMembershipTarget.md index ec037aed53a8b..226fc2055df20 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfileEnrollmentTimeDeviceMembershipTarget.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfileEnrollmentTimeDeviceMembershipTarget.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/get-mgbetadevicemanagementandroiddeviceownerenrollmentprofileenrollmenttimedevicemembershiptarget Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfileEnrollmentTimeDeviceMembershipTarget --- @@ -24,7 +24,7 @@ Get-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfileEnrollmentTimeDevic -AndroidDeviceOwnerEnrollmentProfileId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### RetrieveViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfileEnrollmentTimeDevic -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementAndroidForWorkEnrollmentProfile.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementAndroidForWorkEnrollmentProfile.md index 91fac86236d8d..dfaaf28117d01 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementAndroidForWorkEnrollmentProfile.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementAndroidForWorkEnrollmentProfile.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/get-mgbetadevicemanagementandroidforworkenrollmentprofile Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementAndroidForWorkEnrollmentProfile --- @@ -25,7 +25,7 @@ Get-MgBetaDeviceManagementAndroidForWorkEnrollmentProfile [-ExpandProperty ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaDeviceManagementAndroidForWorkEnrollmentProfile -AndroidForWorkEnrollmentProfileId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -45,7 +45,7 @@ Get-MgBetaDeviceManagementAndroidForWorkEnrollmentProfile -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementAndroidForWorkEnrollmentProfileCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementAndroidForWorkEnrollmentProfileCount.md index 33d01a86bcc80..903df308ccabb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementAndroidForWorkEnrollmentProfileCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementAndroidForWorkEnrollmentProfileCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/get-mgbetadevicemanagementandroidforworkenrollmentprofilecount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementAndroidForWorkEnrollmentProfileCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaDeviceManagementAndroidForWorkEnrollmentProfileCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfile.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfile.md index 614661c5d986f..37b3db49cf275 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfile.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfile.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/get-mgbetadevicemanagementappleuserinitiatedenrollmentprofile Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfile --- @@ -25,7 +25,7 @@ Get-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfile [-ExpandProperty < [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfile -AppleUserInitiatedEnrollmentProfileId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -45,7 +45,7 @@ Get-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfile -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfileAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfileAssignment.md index e3f804451425a..a2f5f0d621c59 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfileAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfileAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/get-mgbetadevicemanagementappleuserinitiatedenrollmentprofileassignment Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfileAssignment --- @@ -26,7 +26,7 @@ Get-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfileAssignment [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -37,7 +37,7 @@ Get-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfileAssignment [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -47,7 +47,7 @@ Get-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfileAssignment -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfileAssignmentCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfileAssignmentCount.md index 2f76e6fdbb344..07a6f8353af78 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfileAssignmentCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfileAssignmentCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/get-mgbetadevicemanagementappleuserinitiatedenrollmentprofileassignmentcount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfileAssignmentCount --- @@ -24,7 +24,7 @@ Get-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfileAssignmentCount -AppleUserInitiatedEnrollmentProfileId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfileAssignmentCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfileCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfileCount.md index 5855876321741..884354cd46f65 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfileCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfileCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/get-mgbetadevicemanagementappleuserinitiatedenrollmentprofilecount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfileCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfileCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementAutopilotEvent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementAutopilotEvent.md index e6559c8be399c..67c78efc79266 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementAutopilotEvent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementAutopilotEvent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/get-mgbetadevicemanagementautopilotevent Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementAutopilotEvent --- @@ -25,7 +25,7 @@ Get-MgBetaDeviceManagementAutopilotEvent [-ExpandProperty ] [-Property [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaDeviceManagementAutopilotEvent -DeviceManagementAutopilotEventId ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -45,7 +45,7 @@ Get-MgBetaDeviceManagementAutopilotEvent -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementAutopilotEventCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementAutopilotEventCount.md index 06ebb390b8765..04e32b630e480 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementAutopilotEventCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementAutopilotEventCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/get-mgbetadevicemanagementautopiloteventcount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementAutopilotEventCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaDeviceManagementAutopilotEventCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementConditionalAccessSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementConditionalAccessSetting.md index 34b4f0ac7e192..f4e7b015089df 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementConditionalAccessSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementConditionalAccessSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/get-mgbetadevicemanagementconditionalaccesssetting Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementConditionalAccessSetting --- @@ -27,7 +27,7 @@ On premises conditional access will require devices to be both enrolled and comp Get-MgBetaDeviceManagementConditionalAccessSetting [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -44,9 +44,9 @@ On premises conditional access will require devices to be both enrolled and comp | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | DeviceManagementServiceConfig.Read.All, DeviceManagementServiceConfig.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementConfiguration.Read.All, | +| Delegated (work or school account) | DeviceManagementServiceConfig.Read.All, DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementServiceConfig.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | DeviceManagementServiceConfig.Read.All, DeviceManagementServiceConfig.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementConfiguration.Read.All, | +| Application | DeviceManagementServiceConfig.Read.All, DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementServiceConfig.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementDepOnboardingSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementDepOnboardingSetting.md index 6c99287a1942e..e60b4ed29407a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementDepOnboardingSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementDepOnboardingSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/get-mgbetadevicemanagementdeponboardingsetting Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementDepOnboardingSetting --- @@ -25,7 +25,7 @@ Get-MgBetaDeviceManagementDepOnboardingSetting [-ExpandProperty ] [-Pr [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaDeviceManagementDepOnboardingSetting -DepOnboardingSettingId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -45,7 +45,7 @@ Get-MgBetaDeviceManagementDepOnboardingSetting -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementDepOnboardingSettingCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementDepOnboardingSettingCount.md index 09ec281fef930..ab9109f2176a7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementDepOnboardingSettingCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementDepOnboardingSettingCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/get-mgbetadevicemanagementdeponboardingsettingcount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementDepOnboardingSettingCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaDeviceManagementDepOnboardingSettingCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementDepOnboardingSettingDefaultIoEnrollmentProfile.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementDepOnboardingSettingDefaultIoEnrollmentProfile.md index 3cb6b05eed6ed..7c80ab78891cf 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementDepOnboardingSettingDefaultIoEnrollmentProfile.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementDepOnboardingSettingDefaultIoEnrollmentProfile.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/get-mgbetadevicemanagementdeponboardingsettingdefaultioenrollmentprofile Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementDepOnboardingSettingDefaultIoEnrollmentProfile --- @@ -24,7 +24,7 @@ Get-MgBetaDeviceManagementDepOnboardingSettingDefaultIoEnrollmentProfile -DepOnboardingSettingId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaDeviceManagementDepOnboardingSettingDefaultIoEnrollmentProfile -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementDepOnboardingSettingDefaultMacOSEnrollmentProfile.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementDepOnboardingSettingDefaultMacOSEnrollmentProfile.md index 6de4504afbc07..fc8675747ca69 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementDepOnboardingSettingDefaultMacOSEnrollmentProfile.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementDepOnboardingSettingDefaultMacOSEnrollmentProfile.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/get-mgbetadevicemanagementdeponboardingsettingdefaultmacosenrollmentprofile Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementDepOnboardingSettingDefaultMacOSEnrollmentProfile --- @@ -24,7 +24,7 @@ Get-MgBetaDeviceManagementDepOnboardingSettingDefaultMacOSEnrollmentProfile -DepOnboardingSettingId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaDeviceManagementDepOnboardingSettingDefaultMacOSEnrollmentProfile -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementDepOnboardingSettingDefaultTvOSEnrollmentProfile.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementDepOnboardingSettingDefaultTvOSEnrollmentProfile.md index d7db9b6e4df80..2423014139ba4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementDepOnboardingSettingDefaultTvOSEnrollmentProfile.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementDepOnboardingSettingDefaultTvOSEnrollmentProfile.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/get-mgbetadevicemanagementdeponboardingsettingdefaulttvosenrollmentprofile Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementDepOnboardingSettingDefaultTvOSEnrollmentProfile --- @@ -24,7 +24,7 @@ Get-MgBetaDeviceManagementDepOnboardingSettingDefaultTvOSEnrollmentProfile -DepOnboardingSettingId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaDeviceManagementDepOnboardingSettingDefaultTvOSEnrollmentProfile -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementDepOnboardingSettingDefaultVisionOSEnrollmentProfile.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementDepOnboardingSettingDefaultVisionOSEnrollmentProfile.md index 55667bceb79a2..6209a6f1454e1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementDepOnboardingSettingDefaultVisionOSEnrollmentProfile.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementDepOnboardingSettingDefaultVisionOSEnrollmentProfile.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/get-mgbetadevicemanagementdeponboardingsettingdefaultvisionosenrollmentprofile Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementDepOnboardingSettingDefaultVisionOSEnrollmentProfile --- @@ -24,7 +24,7 @@ Get-MgBetaDeviceManagementDepOnboardingSettingDefaultVisionOSEnrollmentProfile -DepOnboardingSettingId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaDeviceManagementDepOnboardingSettingDefaultVisionOSEnrollmentProfile -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementDepOnboardingSettingEncryptionPublicKey.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementDepOnboardingSettingEncryptionPublicKey.md index 23ff2b6f60be4..225c2883a56d6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementDepOnboardingSettingEncryptionPublicKey.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementDepOnboardingSettingEncryptionPublicKey.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/get-mgbetadevicemanagementdeponboardingsettingencryptionpublickey Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementDepOnboardingSettingEncryptionPublicKey --- @@ -23,7 +23,7 @@ Get a public key to use to encrypt the Apple device enrollment program token Get-MgBetaDeviceManagementDepOnboardingSettingEncryptionPublicKey -DepOnboardingSettingId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -33,7 +33,7 @@ Get-MgBetaDeviceManagementDepOnboardingSettingEncryptionPublicKey -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfile.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfile.md index 774f9579f7756..a2283d5a96892 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfile.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfile.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/get-mgbetadevicemanagementdeponboardingsettingenrollmentprofile Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfile --- @@ -26,7 +26,6 @@ Get-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfile -DepOnboardingSe [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -36,7 +35,7 @@ Get-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfile -DepOnboardingSe -EnrollmentProfileId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +45,7 @@ Get-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfile -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfileCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfileCount.md index 4ee0901b84587..19b99bed6775e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfileCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfileCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/get-mgbetadevicemanagementdeponboardingsettingenrollmentprofilecount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfileCount --- @@ -24,7 +24,7 @@ Get-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfileCount -DepOnboardingSettingId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfileCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementDepOnboardingSettingExpiringVppTokenCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementDepOnboardingSettingExpiringVppTokenCount.md index 78e5433bfc703..45657d796a7f9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementDepOnboardingSettingExpiringVppTokenCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementDepOnboardingSettingExpiringVppTokenCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/get-mgbetadevicemanagementdeponboardingsettingexpiringvpptokencount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementDepOnboardingSettingExpiringVppTokenCount --- @@ -23,7 +23,7 @@ Invoke function getExpiringVppTokenCount Get-MgBetaDeviceManagementDepOnboardingSettingExpiringVppTokenCount -ExpiringBeforeDateTime [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -33,7 +33,7 @@ Get-MgBetaDeviceManagementDepOnboardingSettingExpiringVppTokenCount -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentity.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentity.md index cc0e1b4716608..dbeac11a2a4f6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentity.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentity.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/get-mgbetadevicemanagementdeponboardingsettingimportedappledeviceidentity Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentity --- @@ -26,7 +26,7 @@ Get-MgBetaDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentity [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -37,7 +37,7 @@ Get-MgBetaDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentity [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -47,7 +47,7 @@ Get-MgBetaDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentity -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentityCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentityCount.md index ad0c44173292c..0017368129fef 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentityCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentityCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/get-mgbetadevicemanagementdeponboardingsettingimportedappledeviceidentitycount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentityCount --- @@ -24,7 +24,7 @@ Get-MgBetaDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentityCount -DepOnboardingSettingId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentityCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementDeviceEnrollmentConfiguration.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementDeviceEnrollmentConfiguration.md index 6e4067274f4b5..26b28e9e52289 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementDeviceEnrollmentConfiguration.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementDeviceEnrollmentConfiguration.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/get-mgbetadevicemanagementdeviceenrollmentconfiguration Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementDeviceEnrollmentConfiguration --- @@ -28,7 +28,7 @@ Get-MgBetaDeviceManagementDeviceEnrollmentConfiguration [-ExpandProperty ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaDeviceManagementDeviceEnrollmentConfiguration -DeviceEnrollmentConfigu [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +48,7 @@ Get-MgBetaDeviceManagementDeviceEnrollmentConfiguration -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -64,9 +64,9 @@ The list of device enrollment configurations | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | DeviceManagementServiceConfig.Read.All, DeviceManagementServiceConfig.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementConfiguration.Read.All, | +| Delegated (work or school account) | DeviceManagementServiceConfig.Read.All, DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementServiceConfig.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | DeviceManagementServiceConfig.Read.All, DeviceManagementServiceConfig.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementConfiguration.Read.All, | +| Application | DeviceManagementServiceConfig.Read.All, DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementServiceConfig.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementDeviceEnrollmentConfigurationAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementDeviceEnrollmentConfigurationAssignment.md index a360bf44074a8..9bccad5747cdf 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementDeviceEnrollmentConfigurationAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementDeviceEnrollmentConfigurationAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/get-mgbetadevicemanagementdeviceenrollmentconfigurationassignment Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementDeviceEnrollmentConfigurationAssignment --- @@ -29,7 +29,7 @@ Get-MgBetaDeviceManagementDeviceEnrollmentConfigurationAssignment [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -40,7 +40,7 @@ Get-MgBetaDeviceManagementDeviceEnrollmentConfigurationAssignment [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -50,7 +50,7 @@ Get-MgBetaDeviceManagementDeviceEnrollmentConfigurationAssignment -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -66,9 +66,9 @@ The list of group assignments for the device configuration profile | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | DeviceManagementServiceConfig.Read.All, DeviceManagementServiceConfig.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementConfiguration.Read.All, | +| Delegated (work or school account) | DeviceManagementServiceConfig.Read.All, DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementServiceConfig.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | DeviceManagementServiceConfig.Read.All, DeviceManagementServiceConfig.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementConfiguration.Read.All, | +| Application | DeviceManagementServiceConfig.Read.All, DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementServiceConfig.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementDeviceEnrollmentConfigurationAssignmentCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementDeviceEnrollmentConfigurationAssignmentCount.md index 50ee995401299..c6b607d6b1ee4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementDeviceEnrollmentConfigurationAssignmentCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementDeviceEnrollmentConfigurationAssignmentCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/get-mgbetadevicemanagementdeviceenrollmentconfigurationassignmentcount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementDeviceEnrollmentConfigurationAssignmentCount --- @@ -27,7 +27,7 @@ Get-MgBetaDeviceManagementDeviceEnrollmentConfigurationAssignmentCount -DeviceEnrollmentConfigurationId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaDeviceManagementDeviceEnrollmentConfigurationAssignmentCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-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) | DeviceManagementServiceConfig.Read.All, DeviceManagementServiceConfig.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementConfiguration.Read.All, | +| Delegated (work or school account) | DeviceManagementServiceConfig.Read.All, DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementServiceConfig.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | DeviceManagementServiceConfig.Read.All, DeviceManagementServiceConfig.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementConfiguration.Read.All, | +| Application | DeviceManagementServiceConfig.Read.All, DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementServiceConfig.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementDeviceEnrollmentConfigurationCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementDeviceEnrollmentConfigurationCount.md index 6fb064caa3258..1e6d0d775c219 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementDeviceEnrollmentConfigurationCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementDeviceEnrollmentConfigurationCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/get-mgbetadevicemanagementdeviceenrollmentconfigurationcount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementDeviceEnrollmentConfigurationCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaDeviceManagementDeviceEnrollmentConfigurationCount [-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) | DeviceManagementServiceConfig.Read.All, DeviceManagementServiceConfig.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementConfiguration.Read.All, | +| Delegated (work or school account) | DeviceManagementServiceConfig.Read.All, DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementServiceConfig.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | DeviceManagementServiceConfig.Read.All, DeviceManagementServiceConfig.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementConfiguration.Read.All, | +| Application | DeviceManagementServiceConfig.Read.All, DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementServiceConfig.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementImportedDeviceIdentity.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementImportedDeviceIdentity.md index 29e678ca339c7..79d8f9b0d8304 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementImportedDeviceIdentity.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementImportedDeviceIdentity.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/get-mgbetadevicemanagementimporteddeviceidentity Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementImportedDeviceIdentity --- @@ -25,7 +25,7 @@ Get-MgBetaDeviceManagementImportedDeviceIdentity [-ExpandProperty ] [- [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaDeviceManagementImportedDeviceIdentity -ImportedDeviceIdentityId ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -45,7 +45,7 @@ Get-MgBetaDeviceManagementImportedDeviceIdentity -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementImportedDeviceIdentityCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementImportedDeviceIdentityCount.md index 3f35d9120b7f2..efdf1729b9762 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementImportedDeviceIdentityCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementImportedDeviceIdentityCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/get-mgbetadevicemanagementimporteddeviceidentitycount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementImportedDeviceIdentityCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaDeviceManagementImportedDeviceIdentityCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementImportedWindowsAutopilotDeviceIdentity.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementImportedWindowsAutopilotDeviceIdentity.md index 3b3cdaf324a84..1a6d938572b65 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementImportedWindowsAutopilotDeviceIdentity.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementImportedWindowsAutopilotDeviceIdentity.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/get-mgbetadevicemanagementimportedwindowsautopilotdeviceidentity Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementImportedWindowsAutopilotDeviceIdentity --- @@ -28,7 +28,7 @@ Get-MgBetaDeviceManagementImportedWindowsAutopilotDeviceIdentity [-ExpandPropert [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaDeviceManagementImportedWindowsAutopilotDeviceIdentity -ImportedWindowsAutopilotDeviceIdentityId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +48,7 @@ Get-MgBetaDeviceManagementImportedWindowsAutopilotDeviceIdentity -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementImportedWindowsAutopilotDeviceIdentityCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementImportedWindowsAutopilotDeviceIdentityCount.md index e45ecda24dfc9..ba4adf0b4b00c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementImportedWindowsAutopilotDeviceIdentityCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementImportedWindowsAutopilotDeviceIdentityCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/get-mgbetadevicemanagementimportedwindowsautopilotdeviceidentitycount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementImportedWindowsAutopilotDeviceIdentityCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaDeviceManagementImportedWindowsAutopilotDeviceIdentityCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfile.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfile.md index 6545bae4de044..422de0b94b348 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfile.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfile.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/get-mgbetadevicemanagementwindowsautopilotdeploymentprofile Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfile --- @@ -25,7 +25,7 @@ Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfile [-ExpandProperty ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfile -WindowsAutopilotDeploymentProfileId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -45,7 +45,7 @@ Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfile -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDevice.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDevice.md index 655a4ed478a55..188ea65c25a3a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDevice.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDevice.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/get-mgbetadevicemanagementwindowsautopilotdeploymentprofileassigneddevice Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDevice --- @@ -26,7 +26,7 @@ Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDevice [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -37,7 +37,7 @@ Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDevice [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -47,7 +47,7 @@ Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDevice -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDeviceCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDeviceCount.md index fa3d78cdf43fa..05ddb8a0a082a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDeviceCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDeviceCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/get-mgbetadevicemanagementwindowsautopilotdeploymentprofileassigneddevicecount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDeviceCount --- @@ -24,7 +24,7 @@ Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDeviceCount -WindowsAutopilotDeploymentProfileId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDeviceCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDeviceDeploymentProfile.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDeviceDeploymentProfile.md index b3795e196f1d4..7fe261fb8086c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDeviceDeploymentProfile.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDeviceDeploymentProfile.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/get-mgbetadevicemanagementwindowsautopilotdeploymentprofileassigneddevicedeploymentprofile Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDeviceDeploymentProfile --- @@ -25,7 +25,7 @@ Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDeviceDeploym [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDeviceDeploym -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDeviceIntendedDeploymentProfile.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDeviceIntendedDeploymentProfile.md index fdee3c3dade10..f9bcc5d34350d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDeviceIntendedDeploymentProfile.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDeviceIntendedDeploymentProfile.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/get-mgbetadevicemanagementwindowsautopilotdeploymentprofileassigneddeviceintendeddeploymentprofile Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDeviceIntendedDeploymentProfile --- @@ -25,7 +25,7 @@ Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDeviceIntende [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDeviceIntende -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignment.md index 51b513315c083..f0e842062e95d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/get-mgbetadevicemanagementwindowsautopilotdeploymentprofileassignment Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignment --- @@ -26,7 +26,7 @@ Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignment [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -37,7 +37,7 @@ Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignment -WindowsAutopilotDeploymentProfileId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -47,7 +47,7 @@ Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignment -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignmentCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignmentCount.md index 4961934853e18..eed3806a98af5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignmentCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignmentCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/get-mgbetadevicemanagementwindowsautopilotdeploymentprofileassignmentcount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignmentCount --- @@ -24,7 +24,7 @@ Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignmentCount -WindowsAutopilotDeploymentProfileId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignmentCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileCount.md index 464b152ed1696..5990d65eb4b58 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/get-mgbetadevicemanagementwindowsautopilotdeploymentprofilecount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementWindowsAutopilotDeviceIdentity.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementWindowsAutopilotDeviceIdentity.md index bfb0ef0b30968..eba76f345d848 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementWindowsAutopilotDeviceIdentity.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementWindowsAutopilotDeviceIdentity.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/get-mgbetadevicemanagementwindowsautopilotdeviceidentity Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementWindowsAutopilotDeviceIdentity --- @@ -28,7 +28,7 @@ Get-MgBetaDeviceManagementWindowsAutopilotDeviceIdentity [-ExpandProperty ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaDeviceManagementWindowsAutopilotDeviceIdentity -WindowsAutopilotDevice [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +48,7 @@ Get-MgBetaDeviceManagementWindowsAutopilotDeviceIdentity -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementWindowsAutopilotDeviceIdentityCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementWindowsAutopilotDeviceIdentityCount.md index 481452170c452..3ffe0e45bde0b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementWindowsAutopilotDeviceIdentityCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementWindowsAutopilotDeviceIdentityCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/get-mgbetadevicemanagementwindowsautopilotdeviceidentitycount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementWindowsAutopilotDeviceIdentityCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaDeviceManagementWindowsAutopilotDeviceIdentityCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementWindowsAutopilotDeviceIdentityDeploymentProfile.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementWindowsAutopilotDeviceIdentityDeploymentProfile.md index 166277a300bac..3e9e456bcbd25 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementWindowsAutopilotDeviceIdentityDeploymentProfile.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementWindowsAutopilotDeviceIdentityDeploymentProfile.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/get-mgbetadevicemanagementwindowsautopilotdeviceidentitydeploymentprofile Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementWindowsAutopilotDeviceIdentityDeploymentProfile --- @@ -24,7 +24,7 @@ Get-MgBetaDeviceManagementWindowsAutopilotDeviceIdentityDeploymentProfile -WindowsAutopilotDeviceIdentityId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaDeviceManagementWindowsAutopilotDeviceIdentityDeploymentProfile -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementWindowsAutopilotDeviceIdentityIntendedDeploymentProfile.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementWindowsAutopilotDeviceIdentityIntendedDeploymentProfile.md index 8eb91ca1c265d..eb2cee700ca8b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementWindowsAutopilotDeviceIdentityIntendedDeploymentProfile.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementWindowsAutopilotDeviceIdentityIntendedDeploymentProfile.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/get-mgbetadevicemanagementwindowsautopilotdeviceidentityintendeddeploymentprofile Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementWindowsAutopilotDeviceIdentityIntendedDeploymentProfile --- @@ -24,7 +24,7 @@ Get-MgBetaDeviceManagementWindowsAutopilotDeviceIdentityIntendedDeploymentProfil -WindowsAutopilotDeviceIdentityId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaDeviceManagementWindowsAutopilotDeviceIdentityIntendedDeploymentProfil -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementWindowsAutopilotSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementWindowsAutopilotSetting.md index d58871193fb53..fa4ea56244c4e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementWindowsAutopilotSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementWindowsAutopilotSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/get-mgbetadevicemanagementwindowsautopilotsetting Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementWindowsAutopilotSetting --- @@ -23,7 +23,7 @@ The Windows autopilot account settings. Get-MgBetaDeviceManagementWindowsAutopilotSetting [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementWindowsFeatureUpdateProfile.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementWindowsFeatureUpdateProfile.md index 965dba7d72a7a..a328b6646bd36 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementWindowsFeatureUpdateProfile.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementWindowsFeatureUpdateProfile.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/get-mgbetadevicemanagementwindowsfeatureupdateprofile Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementWindowsFeatureUpdateProfile --- @@ -25,7 +25,7 @@ Get-MgBetaDeviceManagementWindowsFeatureUpdateProfile [-ExpandProperty ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaDeviceManagementWindowsFeatureUpdateProfile -WindowsFeatureUpdateProfi [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -45,7 +45,7 @@ Get-MgBetaDeviceManagementWindowsFeatureUpdateProfile -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementWindowsFeatureUpdateProfileAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementWindowsFeatureUpdateProfileAssignment.md index 455f3d564a202..80579506b6fa2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementWindowsFeatureUpdateProfileAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementWindowsFeatureUpdateProfileAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/get-mgbetadevicemanagementwindowsfeatureupdateprofileassignment Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementWindowsFeatureUpdateProfileAssignment --- @@ -26,7 +26,7 @@ Get-MgBetaDeviceManagementWindowsFeatureUpdateProfileAssignment [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -37,7 +37,7 @@ Get-MgBetaDeviceManagementWindowsFeatureUpdateProfileAssignment [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -47,7 +47,7 @@ Get-MgBetaDeviceManagementWindowsFeatureUpdateProfileAssignment -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementWindowsFeatureUpdateProfileAssignmentCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementWindowsFeatureUpdateProfileAssignmentCount.md index a6b92b6447144..50348739efb54 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementWindowsFeatureUpdateProfileAssignmentCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementWindowsFeatureUpdateProfileAssignmentCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/get-mgbetadevicemanagementwindowsfeatureupdateprofileassignmentcount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementWindowsFeatureUpdateProfileAssignmentCount --- @@ -24,7 +24,7 @@ Get-MgBetaDeviceManagementWindowsFeatureUpdateProfileAssignmentCount -WindowsFeatureUpdateProfileId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaDeviceManagementWindowsFeatureUpdateProfileAssignmentCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementWindowsFeatureUpdateProfileCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementWindowsFeatureUpdateProfileCount.md index 78db221278b24..b349605655bfc 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementWindowsFeatureUpdateProfileCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaDeviceManagementWindowsFeatureUpdateProfileCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/get-mgbetadevicemanagementwindowsfeatureupdateprofilecount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementWindowsFeatureUpdateProfileCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaDeviceManagementWindowsFeatureUpdateProfileCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagement.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagement.md index 96110bb85de57..97f225f0d67bc 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagement.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagement.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/get-mgbetarolemanagement Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagement --- @@ -26,7 +26,7 @@ Get roleManagement Get-MgBetaRoleManagement [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -42,9 +42,9 @@ Get roleManagement | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementRBAC.ReadWrite.All, DeviceManagementRBAC.Read.All, DeviceManagementConfiguration.ReadWrite.All, | +| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementRBAC.Read.All, DeviceManagementRBAC.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | DeviceManagementConfiguration.Read.All, DeviceManagementRBAC.ReadWrite.All, DeviceManagementRBAC.Read.All, DeviceManagementConfiguration.ReadWrite.All, | +| Application | DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementRBAC.Read.All, DeviceManagementRBAC.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementCloudPc.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementCloudPc.md index 6a626ad78b3ea..01b9adb9992ef 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementCloudPc.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementCloudPc.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/get-mgbetarolemanagementcloudpc Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementCloudPc --- @@ -23,7 +23,7 @@ Get cloudPC from roleManagement Get-MgBetaRoleManagementCloudPc [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementCloudPcResourceNamespace.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementCloudPcResourceNamespace.md index eb6427d5d7217..f650d9489c422 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementCloudPcResourceNamespace.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementCloudPcResourceNamespace.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/get-mgbetarolemanagementcloudpcresourcenamespace Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementCloudPcResourceNamespace --- @@ -25,7 +25,7 @@ Get-MgBetaRoleManagementCloudPcResourceNamespace [-ExpandProperty ] [- [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaRoleManagementCloudPcResourceNamespace -UnifiedRbacResourceNamespaceId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -45,7 +45,7 @@ Get-MgBetaRoleManagementCloudPcResourceNamespace -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementCloudPcResourceNamespaceCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementCloudPcResourceNamespaceCount.md index 6b6483f5482b7..6c8b9c0704a2f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementCloudPcResourceNamespaceCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementCloudPcResourceNamespaceCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/get-mgbetarolemanagementcloudpcresourcenamespacecount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementCloudPcResourceNamespaceCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaRoleManagementCloudPcResourceNamespaceCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementCloudPcResourceNamespaceResourceAction.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementCloudPcResourceNamespaceResourceAction.md index 65775cc36c0f9..d50f7825657ea 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementCloudPcResourceNamespaceResourceAction.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementCloudPcResourceNamespaceResourceAction.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/get-mgbetarolemanagementcloudpcresourcenamespaceresourceaction Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementCloudPcResourceNamespaceResourceAction --- @@ -26,7 +26,7 @@ Get-MgBetaRoleManagementCloudPcResourceNamespaceResourceAction [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -36,7 +36,7 @@ Get-MgBetaRoleManagementCloudPcResourceNamespaceResourceAction -UnifiedRbacResou -UnifiedRbacResourceNamespaceId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +46,7 @@ Get-MgBetaRoleManagementCloudPcResourceNamespaceResourceAction -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementCloudPcResourceNamespaceResourceActionAuthenticationContext.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementCloudPcResourceNamespaceResourceActionAuthenticationContext.md index cd074c2655b59..4d7668645fbe1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementCloudPcResourceNamespaceResourceActionAuthenticationContext.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementCloudPcResourceNamespaceResourceActionAuthenticationContext.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/get-mgbetarolemanagementcloudpcresourcenamespaceresourceactionauthenticationcontext Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementCloudPcResourceNamespaceResourceActionAuthenticationContext --- @@ -25,7 +25,7 @@ Get-MgBetaRoleManagementCloudPcResourceNamespaceResourceActionAuthenticationCont [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaRoleManagementCloudPcResourceNamespaceResourceActionAuthenticationCont -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementCloudPcResourceNamespaceResourceActionCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementCloudPcResourceNamespaceResourceActionCount.md index 0edb81c31e12a..6e7c7f4a5fc04 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementCloudPcResourceNamespaceResourceActionCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementCloudPcResourceNamespaceResourceActionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/get-mgbetarolemanagementcloudpcresourcenamespaceresourceactioncount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementCloudPcResourceNamespaceResourceActionCount --- @@ -24,7 +24,7 @@ Get-MgBetaRoleManagementCloudPcResourceNamespaceResourceActionCount -UnifiedRbacResourceNamespaceId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaRoleManagementCloudPcResourceNamespaceResourceActionCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementCloudPcResourceNamespaceResourceActionResourceScope.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementCloudPcResourceNamespaceResourceActionResourceScope.md index c53a47179ff55..a9b9145f29d4d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementCloudPcResourceNamespaceResourceActionResourceScope.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementCloudPcResourceNamespaceResourceActionResourceScope.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/get-mgbetarolemanagementcloudpcresourcenamespaceresourceactionresourcescope Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementCloudPcResourceNamespaceResourceActionResourceScope --- @@ -25,7 +25,7 @@ Get-MgBetaRoleManagementCloudPcResourceNamespaceResourceActionResourceScope [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaRoleManagementCloudPcResourceNamespaceResourceActionResourceScope -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementCloudPcRoleAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementCloudPcRoleAssignment.md index 02e594a48d698..721f61240b0b3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementCloudPcRoleAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementCloudPcRoleAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/get-mgbetarolemanagementcloudpcroleassignment Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementCloudPcRoleAssignment --- @@ -14,7 +14,7 @@ title: Get-MgBetaRoleManagementCloudPcRoleAssignment ## SYNOPSIS Get the properties and relationships of a unifiedRoleAssignmentMultiple object of an RBAC provider. -The following RBAC providers are currently supported:- Cloud PC - device management (Intune)- Defender (Microsoft Defender XDR Unified RBAC) For other Microsoft 365 applications (like Microsoft Entra ID), use unifiedRoleAssignment. +The following RBAC providers are currently supported:\r- Cloud PC \r- device management (Intune)\r- Defender (Microsoft Defender XDR Unified RBAC) For other Microsoft 365 applications (like Microsoft Entra ID), use unifiedRoleAssignment. ## SYNTAX @@ -26,7 +26,7 @@ Get-MgBetaRoleManagementCloudPcRoleAssignment [-ExpandProperty ] [-Pro [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -36,7 +36,7 @@ Get-MgBetaRoleManagementCloudPcRoleAssignment -UnifiedRoleAssignmentMultipleId < [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +46,7 @@ Get-MgBetaRoleManagementCloudPcRoleAssignment -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -57,15 +57,15 @@ This cmdlet has the following aliases, ## DESCRIPTION Get the properties and relationships of a unifiedRoleAssignmentMultiple object of an RBAC provider. -The following RBAC providers are currently supported:- Cloud PC - device management (Intune)- Defender (Microsoft Defender XDR Unified RBAC) For other Microsoft 365 applications (like Microsoft Entra ID), use unifiedRoleAssignment. +The following RBAC providers are currently supported:\r- Cloud PC \r- device management (Intune)\r- Defender (Microsoft Defender XDR Unified RBAC) For other Microsoft 365 applications (like Microsoft Entra ID), use unifiedRoleAssignment. **Permissions** | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | CloudPC.Read.All, DeviceManagementRBAC.ReadWrite.All, DeviceManagementRBAC.Read.All, CloudPC.ReadWrite.All, | +| Delegated (work or school account) | CloudPC.Read.All, CloudPC.ReadWrite.All, DeviceManagementRBAC.Read.All, DeviceManagementRBAC.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | CloudPC.Read.All, DeviceManagementRBAC.ReadWrite.All, DeviceManagementRBAC.Read.All, CloudPC.ReadWrite.All, | +| Application | CloudPC.Read.All, CloudPC.ReadWrite.All, DeviceManagementRBAC.Read.All, DeviceManagementRBAC.ReadWrite.All, | ## EXAMPLES ### Example 1: Get a roleAssignmentMultiple in a Cloud PC provider diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementCloudPcRoleAssignmentAppScope.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementCloudPcRoleAssignmentAppScope.md index dec3a16fad9ee..2f82c2c191aaa 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementCloudPcRoleAssignmentAppScope.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementCloudPcRoleAssignmentAppScope.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/get-mgbetarolemanagementcloudpcroleassignmentappscope Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementCloudPcRoleAssignmentAppScope --- @@ -28,7 +28,6 @@ Get-MgBetaRoleManagementCloudPcRoleAssignmentAppScope -UnifiedRoleAssignmentMult [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -38,7 +37,7 @@ Get-MgBetaRoleManagementCloudPcRoleAssignmentAppScope -AppScopeId -UnifiedRoleAssignmentMultipleId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +47,7 @@ Get-MgBetaRoleManagementCloudPcRoleAssignmentAppScope -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementCloudPcRoleAssignmentAppScopeCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementCloudPcRoleAssignmentAppScopeCount.md index 33bbae96355c6..63b7a4d0bd4ea 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementCloudPcRoleAssignmentAppScopeCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementCloudPcRoleAssignmentAppScopeCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/get-mgbetarolemanagementcloudpcroleassignmentappscopecount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementCloudPcRoleAssignmentAppScopeCount --- @@ -24,7 +24,7 @@ Get-MgBetaRoleManagementCloudPcRoleAssignmentAppScopeCount -UnifiedRoleAssignmen [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaRoleManagementCloudPcRoleAssignmentAppScopeCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementCloudPcRoleAssignmentCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementCloudPcRoleAssignmentCount.md index 6187ea82aa585..733c4611060cd 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementCloudPcRoleAssignmentCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementCloudPcRoleAssignmentCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/get-mgbetarolemanagementcloudpcroleassignmentcount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementCloudPcRoleAssignmentCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaRoleManagementCloudPcRoleAssignmentCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -39,9 +39,9 @@ Get the number of the resource | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | CloudPC.Read.All, DeviceManagementRBAC.ReadWrite.All, DeviceManagementRBAC.Read.All, CloudPC.ReadWrite.All, | +| Delegated (work or school account) | CloudPC.Read.All, CloudPC.ReadWrite.All, DeviceManagementRBAC.Read.All, DeviceManagementRBAC.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | CloudPC.Read.All, DeviceManagementRBAC.ReadWrite.All, DeviceManagementRBAC.Read.All, CloudPC.ReadWrite.All, | +| Application | CloudPC.Read.All, CloudPC.ReadWrite.All, DeviceManagementRBAC.Read.All, DeviceManagementRBAC.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementCloudPcRoleAssignmentDirectoryScope.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementCloudPcRoleAssignmentDirectoryScope.md index 77961707c5ff4..1349969bee40a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementCloudPcRoleAssignmentDirectoryScope.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementCloudPcRoleAssignmentDirectoryScope.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/get-mgbetarolemanagementcloudpcroleassignmentdirectoryscope Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementCloudPcRoleAssignmentDirectoryScope --- @@ -29,7 +29,7 @@ Get-MgBetaRoleManagementCloudPcRoleAssignmentDirectoryScope [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -39,7 +39,7 @@ Get-MgBetaRoleManagementCloudPcRoleAssignmentDirectoryScope -DirectoryObjectId < -UnifiedRoleAssignmentMultipleId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -49,7 +49,7 @@ Get-MgBetaRoleManagementCloudPcRoleAssignmentDirectoryScope -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementCloudPcRoleAssignmentDirectoryScopeCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementCloudPcRoleAssignmentDirectoryScopeCount.md index b1911b6d6ad2e..ab509664356ba 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementCloudPcRoleAssignmentDirectoryScopeCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementCloudPcRoleAssignmentDirectoryScopeCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/get-mgbetarolemanagementcloudpcroleassignmentdirectoryscopecount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementCloudPcRoleAssignmentDirectoryScopeCount --- @@ -24,7 +24,7 @@ Get-MgBetaRoleManagementCloudPcRoleAssignmentDirectoryScopeCount -UnifiedRoleAssignmentMultipleId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaRoleManagementCloudPcRoleAssignmentDirectoryScopeCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementCloudPcRoleAssignmentPrincipal.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementCloudPcRoleAssignmentPrincipal.md index 30f4cddf427bd..03012677283fd 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementCloudPcRoleAssignmentPrincipal.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementCloudPcRoleAssignmentPrincipal.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/get-mgbetarolemanagementcloudpcroleassignmentprincipal Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementCloudPcRoleAssignmentPrincipal --- @@ -29,7 +29,6 @@ Get-MgBetaRoleManagementCloudPcRoleAssignmentPrincipal -UnifiedRoleAssignmentMul [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -39,7 +38,7 @@ Get-MgBetaRoleManagementCloudPcRoleAssignmentPrincipal -DirectoryObjectId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -49,7 +48,7 @@ Get-MgBetaRoleManagementCloudPcRoleAssignmentPrincipal -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementCloudPcRoleAssignmentPrincipalCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementCloudPcRoleAssignmentPrincipalCount.md index 784fed616d812..bb3080ee2ae54 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementCloudPcRoleAssignmentPrincipalCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementCloudPcRoleAssignmentPrincipalCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/get-mgbetarolemanagementcloudpcroleassignmentprincipalcount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementCloudPcRoleAssignmentPrincipalCount --- @@ -24,7 +24,7 @@ Get-MgBetaRoleManagementCloudPcRoleAssignmentPrincipalCount -UnifiedRoleAssignmentMultipleId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaRoleManagementCloudPcRoleAssignmentPrincipalCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementCloudPcRoleAssignmentRoleDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementCloudPcRoleAssignmentRoleDefinition.md index 2d19cc9ff9c53..ef24754a5480c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementCloudPcRoleAssignmentRoleDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementCloudPcRoleAssignmentRoleDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/get-mgbetarolemanagementcloudpcroleassignmentroledefinition Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementCloudPcRoleAssignmentRoleDefinition --- @@ -26,7 +26,7 @@ Get-MgBetaRoleManagementCloudPcRoleAssignmentRoleDefinition -UnifiedRoleAssignmentMultipleId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaRoleManagementCloudPcRoleAssignmentRoleDefinition -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementCloudPcRoleDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementCloudPcRoleDefinition.md index 06615ac4ef976..be4bcafb4987f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementCloudPcRoleDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementCloudPcRoleDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/get-mgbetarolemanagementcloudpcroledefinition Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementCloudPcRoleDefinition --- @@ -14,7 +14,7 @@ title: Get-MgBetaRoleManagementCloudPcRoleDefinition ## SYNOPSIS Get the properties and relationships of a unifiedRoleDefinition object of an RBAC provider. -The following RBAC providers are currently supported:- Cloud PC - device management (Intune)- Defender (Microsoft Defender XDR Unified RBAC)- directory (Microsoft Entra directory roles)- entitlement management (Microsoft Entra entitlement management)- Exchange Online (Except China operated by 21Vianet) +The following RBAC providers are currently supported:\r- Cloud PC \r- device management (Intune)\r- Defender (Microsoft Defender XDR Unified RBAC)\r- directory (Microsoft Entra directory roles)\r- entitlement management (Microsoft Entra entitlement management)\r- Exchange Online (Except China operated by 21Vianet) ## SYNTAX @@ -26,7 +26,7 @@ Get-MgBetaRoleManagementCloudPcRoleDefinition [-ExpandProperty ] [-Pro [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -36,7 +36,7 @@ Get-MgBetaRoleManagementCloudPcRoleDefinition -UnifiedRoleDefinitionId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +46,7 @@ Get-MgBetaRoleManagementCloudPcRoleDefinition -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -57,15 +57,15 @@ This cmdlet has the following aliases, ## DESCRIPTION Get the properties and relationships of a unifiedRoleDefinition object of an RBAC provider. -The following RBAC providers are currently supported:- Cloud PC - device management (Intune)- Defender (Microsoft Defender XDR Unified RBAC)- directory (Microsoft Entra directory roles)- entitlement management (Microsoft Entra entitlement management)- Exchange Online (Except China operated by 21Vianet) +The following RBAC providers are currently supported:\r- Cloud PC \r- device management (Intune)\r- Defender (Microsoft Defender XDR Unified RBAC)\r- directory (Microsoft Entra directory roles)\r- entitlement management (Microsoft Entra entitlement management)\r- Exchange Online (Except China operated by 21Vianet) **Permissions** | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | DeviceManagementRBAC.Read.All, RoleManagement.ReadWrite.Directory, RoleManagement.Read.Directory, RoleManagement.ReadWrite.CloudPC, CloudPC.Read.All, CloudPC.ReadWrite.All, DeviceManagementRBAC.ReadWrite.All, Directory.Read.All, Directory.ReadWrite.All, RoleManagement.Read.All, RoleManagement.Read.CloudPC, | +| Delegated (work or school account) | DeviceManagementRBAC.Read.All, CloudPC.Read.All, CloudPC.ReadWrite.All, DeviceManagementRBAC.ReadWrite.All, Directory.Read.All, Directory.ReadWrite.All, RoleManagement.Read.All, RoleManagement.Read.CloudPC, RoleManagement.Read.Directory, RoleManagement.ReadWrite.CloudPC, RoleManagement.ReadWrite.Directory, | | Delegated (personal Microsoft account) | Not supported | -| Application | DeviceManagementRBAC.Read.All, CloudPC.ReadWrite.All, RoleManagement.ReadWrite.CloudPC, RoleManagement.Read.Directory, RoleManagement.Read.CloudPC, RoleManagement.Read.All, RoleManagement.ReadWrite.Directory, Directory.Read.All, DeviceManagementRBAC.ReadWrite.All, Directory.ReadWrite.All, CloudPC.Read.All, | +| Application | DeviceManagementRBAC.Read.All, CloudPC.Read.All, CloudPC.ReadWrite.All, DeviceManagementRBAC.ReadWrite.All, Directory.Read.All, Directory.ReadWrite.All, RoleManagement.Read.All, RoleManagement.Read.CloudPC, RoleManagement.Read.Directory, RoleManagement.ReadWrite.CloudPC, RoleManagement.ReadWrite.Directory, | ## EXAMPLES ### Example 1: Get the definition of a built-in role for a Cloud PC provider diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementCloudPcRoleDefinitionCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementCloudPcRoleDefinitionCount.md index e4878a1101f01..4c02738fb0dfc 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementCloudPcRoleDefinitionCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementCloudPcRoleDefinitionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/get-mgbetarolemanagementcloudpcroledefinitioncount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementCloudPcRoleDefinitionCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaRoleManagementCloudPcRoleDefinitionCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -39,9 +39,9 @@ Get the number of the resource | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | DeviceManagementRBAC.Read.All, RoleManagement.ReadWrite.Directory, RoleManagement.Read.Directory, RoleManagement.ReadWrite.CloudPC, CloudPC.Read.All, CloudPC.ReadWrite.All, DeviceManagementRBAC.ReadWrite.All, Directory.Read.All, Directory.ReadWrite.All, RoleManagement.Read.All, RoleManagement.Read.CloudPC, | +| Delegated (work or school account) | DeviceManagementRBAC.Read.All, CloudPC.Read.All, CloudPC.ReadWrite.All, DeviceManagementRBAC.ReadWrite.All, Directory.Read.All, Directory.ReadWrite.All, RoleManagement.Read.All, RoleManagement.Read.CloudPC, RoleManagement.Read.Directory, RoleManagement.ReadWrite.CloudPC, RoleManagement.ReadWrite.Directory, | | Delegated (personal Microsoft account) | Not supported | -| Application | DeviceManagementRBAC.Read.All, CloudPC.ReadWrite.All, RoleManagement.ReadWrite.CloudPC, RoleManagement.Read.Directory, RoleManagement.Read.CloudPC, RoleManagement.Read.All, RoleManagement.ReadWrite.Directory, Directory.Read.All, DeviceManagementRBAC.ReadWrite.All, Directory.ReadWrite.All, CloudPC.Read.All, | +| Application | DeviceManagementRBAC.Read.All, CloudPC.Read.All, CloudPC.ReadWrite.All, DeviceManagementRBAC.ReadWrite.All, Directory.Read.All, Directory.ReadWrite.All, RoleManagement.Read.All, RoleManagement.Read.CloudPC, RoleManagement.Read.Directory, RoleManagement.ReadWrite.CloudPC, RoleManagement.ReadWrite.Directory, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementCloudPcRoleDefinitionInheritPermissionFrom.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementCloudPcRoleDefinitionInheritPermissionFrom.md index bf7622f77fc89..f9554aeb7b585 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementCloudPcRoleDefinitionInheritPermissionFrom.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementCloudPcRoleDefinitionInheritPermissionFrom.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/get-mgbetarolemanagementcloudpcroledefinitioninheritpermissionfrom Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementCloudPcRoleDefinitionInheritPermissionFrom --- @@ -27,7 +27,6 @@ Get-MgBetaRoleManagementCloudPcRoleDefinitionInheritPermissionFrom -UnifiedRoleD [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -37,7 +36,7 @@ Get-MgBetaRoleManagementCloudPcRoleDefinitionInheritPermissionFrom -UnifiedRoleD -UnifiedRoleDefinitionId1 [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -47,7 +46,7 @@ Get-MgBetaRoleManagementCloudPcRoleDefinitionInheritPermissionFrom -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementDeviceManagement.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementDeviceManagement.md index bce42448d0aa8..a35cce35b2f70 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementDeviceManagement.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementDeviceManagement.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/get-mgbetarolemanagementdevicemanagement Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementDeviceManagement --- @@ -23,7 +23,7 @@ The RbacApplication for Device Management Get-MgBetaRoleManagementDeviceManagement [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -39,9 +39,9 @@ The RbacApplication for Device Management | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementRBAC.ReadWrite.All, DeviceManagementRBAC.Read.All, DeviceManagementConfiguration.ReadWrite.All, | +| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementRBAC.Read.All, DeviceManagementRBAC.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | DeviceManagementConfiguration.Read.All, DeviceManagementRBAC.ReadWrite.All, DeviceManagementRBAC.Read.All, DeviceManagementConfiguration.ReadWrite.All, | +| Application | DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementRBAC.Read.All, DeviceManagementRBAC.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementDeviceManagementResourceNamespace.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementDeviceManagementResourceNamespace.md index 9151a4604ad92..c300a5ae5cc94 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementDeviceManagementResourceNamespace.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementDeviceManagementResourceNamespace.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/get-mgbetarolemanagementdevicemanagementresourcenamespace Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementDeviceManagementResourceNamespace --- @@ -25,7 +25,7 @@ Get-MgBetaRoleManagementDeviceManagementResourceNamespace [-ExpandProperty ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaRoleManagementDeviceManagementResourceNamespace -UnifiedRbacResourceNa [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -45,7 +45,7 @@ Get-MgBetaRoleManagementDeviceManagementResourceNamespace -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementDeviceManagementResourceNamespaceCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementDeviceManagementResourceNamespaceCount.md index 93b11630431a2..06d44875b5463 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementDeviceManagementResourceNamespaceCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementDeviceManagementResourceNamespaceCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/get-mgbetarolemanagementdevicemanagementresourcenamespacecount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementDeviceManagementResourceNamespaceCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaRoleManagementDeviceManagementResourceNamespaceCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceAction.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceAction.md index e0d24ad021f7c..8edee1ceb87d8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceAction.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceAction.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/get-mgbetarolemanagementdevicemanagementresourcenamespaceresourceaction Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceAction --- @@ -26,7 +26,7 @@ Get-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceAction [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -37,7 +37,7 @@ Get-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceAction [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -47,7 +47,7 @@ Get-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceAction -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceActionAuthenticationContext.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceActionAuthenticationContext.md index 41a23ab457422..07b42a7eea83a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceActionAuthenticationContext.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceActionAuthenticationContext.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/get-mgbetarolemanagementdevicemanagementresourcenamespaceresourceactionauthenticationcontext Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceActionAuthenticationContext --- @@ -25,7 +25,7 @@ Get-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceActionAuthentic [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceActionAuthentic -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceActionCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceActionCount.md index fcb00685d34a4..a4d85893f8ffe 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceActionCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceActionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/get-mgbetarolemanagementdevicemanagementresourcenamespaceresourceactioncount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceActionCount --- @@ -24,7 +24,7 @@ Get-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceActionCount -UnifiedRbacResourceNamespaceId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceActionCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceActionResourceScope.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceActionResourceScope.md index b550955e40a00..7746ef88846d3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceActionResourceScope.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceActionResourceScope.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/get-mgbetarolemanagementdevicemanagementresourcenamespaceresourceactionresourcescope Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceActionResourceScope --- @@ -25,7 +25,7 @@ Get-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceActionResourceS [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceActionResourceS -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementDeviceManagementRoleAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementDeviceManagementRoleAssignment.md index 1231703aff009..97eacda3b79a5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementDeviceManagementRoleAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementDeviceManagementRoleAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/get-mgbetarolemanagementdevicemanagementroleassignment Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementDeviceManagementRoleAssignment --- @@ -14,7 +14,7 @@ title: Get-MgBetaRoleManagementDeviceManagementRoleAssignment ## SYNOPSIS Get the properties and relationships of a unifiedRoleAssignmentMultiple object of an RBAC provider. -The following RBAC providers are currently supported:- Cloud PC - device management (Intune)- Defender (Microsoft Defender XDR Unified RBAC) For other Microsoft 365 applications (like Microsoft Entra ID), use unifiedRoleAssignment. +The following RBAC providers are currently supported:\r- Cloud PC \r- device management (Intune)\r- Defender (Microsoft Defender XDR Unified RBAC) For other Microsoft 365 applications (like Microsoft Entra ID), use unifiedRoleAssignment. ## SYNTAX @@ -26,7 +26,7 @@ Get-MgBetaRoleManagementDeviceManagementRoleAssignment [-ExpandProperty ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -36,7 +36,7 @@ Get-MgBetaRoleManagementDeviceManagementRoleAssignment -UnifiedRoleAssignmentMul [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +46,7 @@ Get-MgBetaRoleManagementDeviceManagementRoleAssignment -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -57,15 +57,15 @@ This cmdlet has the following aliases, ## DESCRIPTION Get the properties and relationships of a unifiedRoleAssignmentMultiple object of an RBAC provider. -The following RBAC providers are currently supported:- Cloud PC - device management (Intune)- Defender (Microsoft Defender XDR Unified RBAC) For other Microsoft 365 applications (like Microsoft Entra ID), use unifiedRoleAssignment. +The following RBAC providers are currently supported:\r- Cloud PC \r- device management (Intune)\r- Defender (Microsoft Defender XDR Unified RBAC) For other Microsoft 365 applications (like Microsoft Entra ID), use unifiedRoleAssignment. **Permissions** | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | CloudPC.Read.All, DeviceManagementRBAC.ReadWrite.All, DeviceManagementRBAC.Read.All, CloudPC.ReadWrite.All, | +| Delegated (work or school account) | CloudPC.Read.All, CloudPC.ReadWrite.All, DeviceManagementRBAC.Read.All, DeviceManagementRBAC.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | CloudPC.Read.All, DeviceManagementRBAC.ReadWrite.All, DeviceManagementRBAC.Read.All, CloudPC.ReadWrite.All, | +| Application | CloudPC.Read.All, CloudPC.ReadWrite.All, DeviceManagementRBAC.Read.All, DeviceManagementRBAC.ReadWrite.All, | ## EXAMPLES ### Example 1: Get a directory-scoped roleAssignmentMultiple in an Intune provider @@ -596,6 +596,7 @@ INPUTOBJECT ``: Identity Parameter - [Get-MgBetaRoleManagementDeviceManagementRoleAssignment](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/get-mgbetarolemanagementdevicemanagementroleassignment) - [Graph API Reference](https://learn.microsoft.com/graph/api/unifiedroleassignmentmultiple-get?view=graph-rest-beta) +- [Graph API Reference](https://learn.microsoft.com/graph/api/rbacapplicationmultiple-list-roleassignments?view=graph-rest-beta) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementDeviceManagementRoleAssignmentAppScope.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementDeviceManagementRoleAssignmentAppScope.md index 27566447aa987..cf54dc69d3a5a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementDeviceManagementRoleAssignmentAppScope.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementDeviceManagementRoleAssignmentAppScope.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/get-mgbetarolemanagementdevicemanagementroleassignmentappscope Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementDeviceManagementRoleAssignmentAppScope --- @@ -28,7 +28,7 @@ Get-MgBetaRoleManagementDeviceManagementRoleAssignmentAppScope [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaRoleManagementDeviceManagementRoleAssignmentAppScope -AppScopeId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +48,7 @@ Get-MgBetaRoleManagementDeviceManagementRoleAssignmentAppScope -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementDeviceManagementRoleAssignmentAppScopeCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementDeviceManagementRoleAssignmentAppScopeCount.md index 0344fb540a32c..06b3dd78669ff 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementDeviceManagementRoleAssignmentAppScopeCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementDeviceManagementRoleAssignmentAppScopeCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/get-mgbetarolemanagementdevicemanagementroleassignmentappscopecount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementDeviceManagementRoleAssignmentAppScopeCount --- @@ -24,7 +24,7 @@ Get-MgBetaRoleManagementDeviceManagementRoleAssignmentAppScopeCount -UnifiedRoleAssignmentMultipleId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaRoleManagementDeviceManagementRoleAssignmentAppScopeCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementDeviceManagementRoleAssignmentCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementDeviceManagementRoleAssignmentCount.md index db20826878fe2..2831c3d47a11c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementDeviceManagementRoleAssignmentCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementDeviceManagementRoleAssignmentCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/get-mgbetarolemanagementdevicemanagementroleassignmentcount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementDeviceManagementRoleAssignmentCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaRoleManagementDeviceManagementRoleAssignmentCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -39,9 +39,9 @@ Get the number of the resource | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | CloudPC.Read.All, DeviceManagementRBAC.ReadWrite.All, DeviceManagementRBAC.Read.All, CloudPC.ReadWrite.All, | +| Delegated (work or school account) | CloudPC.Read.All, CloudPC.ReadWrite.All, DeviceManagementRBAC.Read.All, DeviceManagementRBAC.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | CloudPC.Read.All, DeviceManagementRBAC.ReadWrite.All, DeviceManagementRBAC.Read.All, CloudPC.ReadWrite.All, | +| Application | CloudPC.Read.All, CloudPC.ReadWrite.All, DeviceManagementRBAC.Read.All, DeviceManagementRBAC.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementDeviceManagementRoleAssignmentDirectoryScope.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementDeviceManagementRoleAssignmentDirectoryScope.md index e0dbe8867d8f3..586063cc81209 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementDeviceManagementRoleAssignmentDirectoryScope.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementDeviceManagementRoleAssignmentDirectoryScope.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/get-mgbetarolemanagementdevicemanagementroleassignmentdirectoryscope Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementDeviceManagementRoleAssignmentDirectoryScope --- @@ -29,7 +29,7 @@ Get-MgBetaRoleManagementDeviceManagementRoleAssignmentDirectoryScope [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -39,7 +39,7 @@ Get-MgBetaRoleManagementDeviceManagementRoleAssignmentDirectoryScope -DirectoryO -UnifiedRoleAssignmentMultipleId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -49,7 +49,7 @@ Get-MgBetaRoleManagementDeviceManagementRoleAssignmentDirectoryScope -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementDeviceManagementRoleAssignmentDirectoryScopeCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementDeviceManagementRoleAssignmentDirectoryScopeCount.md index d7167be9147e7..8dc5166fb0b00 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementDeviceManagementRoleAssignmentDirectoryScopeCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementDeviceManagementRoleAssignmentDirectoryScopeCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/get-mgbetarolemanagementdevicemanagementroleassignmentdirectoryscopecount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementDeviceManagementRoleAssignmentDirectoryScopeCount --- @@ -24,7 +24,7 @@ Get-MgBetaRoleManagementDeviceManagementRoleAssignmentDirectoryScopeCount -UnifiedRoleAssignmentMultipleId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaRoleManagementDeviceManagementRoleAssignmentDirectoryScopeCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementDeviceManagementRoleAssignmentPrincipal.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementDeviceManagementRoleAssignmentPrincipal.md index e0e05b042c461..1a45321acafc9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementDeviceManagementRoleAssignmentPrincipal.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementDeviceManagementRoleAssignmentPrincipal.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/get-mgbetarolemanagementdevicemanagementroleassignmentprincipal Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementDeviceManagementRoleAssignmentPrincipal --- @@ -29,7 +29,7 @@ Get-MgBetaRoleManagementDeviceManagementRoleAssignmentPrincipal [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -39,7 +39,7 @@ Get-MgBetaRoleManagementDeviceManagementRoleAssignmentPrincipal -DirectoryObject -UnifiedRoleAssignmentMultipleId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -49,7 +49,7 @@ Get-MgBetaRoleManagementDeviceManagementRoleAssignmentPrincipal -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementDeviceManagementRoleAssignmentPrincipalCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementDeviceManagementRoleAssignmentPrincipalCount.md index 324b12892f3fe..541e30443177d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementDeviceManagementRoleAssignmentPrincipalCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementDeviceManagementRoleAssignmentPrincipalCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/get-mgbetarolemanagementdevicemanagementroleassignmentprincipalcount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementDeviceManagementRoleAssignmentPrincipalCount --- @@ -24,7 +24,7 @@ Get-MgBetaRoleManagementDeviceManagementRoleAssignmentPrincipalCount -UnifiedRoleAssignmentMultipleId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaRoleManagementDeviceManagementRoleAssignmentPrincipalCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementDeviceManagementRoleAssignmentRoleDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementDeviceManagementRoleAssignmentRoleDefinition.md index 3ff14d6ef19e9..b89fa54403dea 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementDeviceManagementRoleAssignmentRoleDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementDeviceManagementRoleAssignmentRoleDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/get-mgbetarolemanagementdevicemanagementroleassignmentroledefinition Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementDeviceManagementRoleAssignmentRoleDefinition --- @@ -26,7 +26,7 @@ Get-MgBetaRoleManagementDeviceManagementRoleAssignmentRoleDefinition -UnifiedRoleAssignmentMultipleId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaRoleManagementDeviceManagementRoleAssignmentRoleDefinition -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementDeviceManagementRoleDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementDeviceManagementRoleDefinition.md index ec64c19e8b8e1..ae93d8b1227f5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementDeviceManagementRoleDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementDeviceManagementRoleDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/get-mgbetarolemanagementdevicemanagementroledefinition Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementDeviceManagementRoleDefinition --- @@ -25,7 +25,7 @@ Get-MgBetaRoleManagementDeviceManagementRoleDefinition [-ExpandProperty ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaRoleManagementDeviceManagementRoleDefinition -UnifiedRoleDefinitionId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -45,7 +45,7 @@ Get-MgBetaRoleManagementDeviceManagementRoleDefinition -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -61,9 +61,9 @@ Get roleDefinitions from roleManagement | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | DeviceManagementRBAC.Read.All, RoleManagement.ReadWrite.Directory, RoleManagement.Read.Directory, RoleManagement.ReadWrite.CloudPC, CloudPC.Read.All, CloudPC.ReadWrite.All, DeviceManagementRBAC.ReadWrite.All, Directory.Read.All, Directory.ReadWrite.All, RoleManagement.Read.All, RoleManagement.Read.CloudPC, | +| Delegated (work or school account) | DeviceManagementRBAC.Read.All, CloudPC.Read.All, CloudPC.ReadWrite.All, DeviceManagementRBAC.ReadWrite.All, Directory.Read.All, Directory.ReadWrite.All, RoleManagement.Read.All, RoleManagement.Read.CloudPC, RoleManagement.Read.Directory, RoleManagement.ReadWrite.CloudPC, RoleManagement.ReadWrite.Directory, | | Delegated (personal Microsoft account) | Not supported | -| Application | DeviceManagementRBAC.Read.All, CloudPC.ReadWrite.All, RoleManagement.ReadWrite.CloudPC, RoleManagement.Read.Directory, RoleManagement.Read.CloudPC, RoleManagement.Read.All, RoleManagement.ReadWrite.Directory, Directory.Read.All, DeviceManagementRBAC.ReadWrite.All, Directory.ReadWrite.All, CloudPC.Read.All, | +| Application | DeviceManagementRBAC.Read.All, CloudPC.Read.All, CloudPC.ReadWrite.All, DeviceManagementRBAC.ReadWrite.All, Directory.Read.All, Directory.ReadWrite.All, RoleManagement.Read.All, RoleManagement.Read.CloudPC, RoleManagement.Read.Directory, RoleManagement.ReadWrite.CloudPC, RoleManagement.ReadWrite.Directory, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementDeviceManagementRoleDefinitionCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementDeviceManagementRoleDefinitionCount.md index 10f32284c3de8..5d2bb8219324b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementDeviceManagementRoleDefinitionCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementDeviceManagementRoleDefinitionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/get-mgbetarolemanagementdevicemanagementroledefinitioncount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementDeviceManagementRoleDefinitionCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaRoleManagementDeviceManagementRoleDefinitionCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -39,9 +39,9 @@ Get the number of the resource | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | DeviceManagementRBAC.Read.All, RoleManagement.ReadWrite.Directory, RoleManagement.Read.Directory, RoleManagement.ReadWrite.CloudPC, CloudPC.Read.All, CloudPC.ReadWrite.All, DeviceManagementRBAC.ReadWrite.All, Directory.Read.All, Directory.ReadWrite.All, RoleManagement.Read.All, RoleManagement.Read.CloudPC, | +| Delegated (work or school account) | DeviceManagementRBAC.Read.All, CloudPC.Read.All, CloudPC.ReadWrite.All, DeviceManagementRBAC.ReadWrite.All, Directory.Read.All, Directory.ReadWrite.All, RoleManagement.Read.All, RoleManagement.Read.CloudPC, RoleManagement.Read.Directory, RoleManagement.ReadWrite.CloudPC, RoleManagement.ReadWrite.Directory, | | Delegated (personal Microsoft account) | Not supported | -| Application | DeviceManagementRBAC.Read.All, CloudPC.ReadWrite.All, RoleManagement.ReadWrite.CloudPC, RoleManagement.Read.Directory, RoleManagement.Read.CloudPC, RoleManagement.Read.All, RoleManagement.ReadWrite.Directory, Directory.Read.All, DeviceManagementRBAC.ReadWrite.All, Directory.ReadWrite.All, CloudPC.Read.All, | +| Application | DeviceManagementRBAC.Read.All, CloudPC.Read.All, CloudPC.ReadWrite.All, DeviceManagementRBAC.ReadWrite.All, Directory.Read.All, Directory.ReadWrite.All, RoleManagement.Read.All, RoleManagement.Read.CloudPC, RoleManagement.Read.Directory, RoleManagement.ReadWrite.CloudPC, RoleManagement.ReadWrite.Directory, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementDeviceManagementRoleDefinitionInheritPermissionFrom.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementDeviceManagementRoleDefinitionInheritPermissionFrom.md index de1d971dd0037..d87c08838cb92 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementDeviceManagementRoleDefinitionInheritPermissionFrom.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementDeviceManagementRoleDefinitionInheritPermissionFrom.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/get-mgbetarolemanagementdevicemanagementroledefinitioninheritpermissionfrom Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementDeviceManagementRoleDefinitionInheritPermissionFrom --- @@ -27,7 +27,7 @@ Get-MgBetaRoleManagementDeviceManagementRoleDefinitionInheritPermissionFrom [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -37,7 +37,7 @@ Get-MgBetaRoleManagementDeviceManagementRoleDefinitionInheritPermissionFrom -UnifiedRoleDefinitionId -UnifiedRoleDefinitionId1 [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -47,7 +47,7 @@ Get-MgBetaRoleManagementDeviceManagementRoleDefinitionInheritPermissionFrom -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementExchange.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementExchange.md index f04015c0f2d67..02226431bc1e0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementExchange.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementExchange.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/get-mgbetarolemanagementexchange Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementExchange --- @@ -23,7 +23,7 @@ Get exchange from roleManagement Get-MgBetaRoleManagementExchange [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementExchangeCustomAppScope.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementExchangeCustomAppScope.md index 373afd39b3f4b..1dff71b559239 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementExchangeCustomAppScope.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementExchangeCustomAppScope.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/get-mgbetarolemanagementexchangecustomappscope Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementExchangeCustomAppScope --- @@ -26,7 +26,7 @@ Get-MgBetaRoleManagementExchangeCustomAppScope [-ExpandProperty ] [-Pr [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -36,7 +36,7 @@ Get-MgBetaRoleManagementExchangeCustomAppScope -CustomAppScopeId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +46,7 @@ Get-MgBetaRoleManagementExchangeCustomAppScope -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -63,9 +63,9 @@ Currently only the Exchange Online RBAC provider is supported. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | RoleManagement.Read.Exchange, RoleManagement.ReadWrite.Exchange, RoleManagement.Read.All, | +| Delegated (work or school account) | RoleManagement.Read.Exchange, RoleManagement.Read.All, RoleManagement.ReadWrite.Exchange, | | Delegated (personal Microsoft account) | Not supported | -| Application | RoleManagement.Read.Exchange, RoleManagement.ReadWrite.Exchange, RoleManagement.Read.All, | +| Application | RoleManagement.Read.Exchange, RoleManagement.Read.All, RoleManagement.ReadWrite.Exchange, | ## EXAMPLES ### Example 1: Code snippet diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementExchangeCustomAppScopeCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementExchangeCustomAppScopeCount.md index 8aa173212feae..8d2fb808e3399 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementExchangeCustomAppScopeCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementExchangeCustomAppScopeCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/get-mgbetarolemanagementexchangecustomappscopecount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementExchangeCustomAppScopeCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaRoleManagementExchangeCustomAppScopeCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -39,9 +39,9 @@ Get the number of the resource | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | RoleManagement.Read.Exchange, RoleManagement.ReadWrite.Exchange, RoleManagement.Read.All, | +| Delegated (work or school account) | RoleManagement.Read.Exchange, RoleManagement.Read.All, RoleManagement.ReadWrite.Exchange, | | Delegated (personal Microsoft account) | Not supported | -| Application | RoleManagement.Read.Exchange, RoleManagement.ReadWrite.Exchange, RoleManagement.Read.All, | +| Application | RoleManagement.Read.Exchange, RoleManagement.Read.All, RoleManagement.ReadWrite.Exchange, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementExchangeResourceNamespace.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementExchangeResourceNamespace.md index b9af12c9edc15..e90feedfa848b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementExchangeResourceNamespace.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementExchangeResourceNamespace.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/get-mgbetarolemanagementexchangeresourcenamespace Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementExchangeResourceNamespace --- @@ -25,7 +25,7 @@ Get-MgBetaRoleManagementExchangeResourceNamespace [-ExpandProperty ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaRoleManagementExchangeResourceNamespace -UnifiedRbacResourceNamespaceI [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -45,7 +45,7 @@ Get-MgBetaRoleManagementExchangeResourceNamespace -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementExchangeResourceNamespaceCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementExchangeResourceNamespaceCount.md index 3738aafbe2bc9..888f57111f0d5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementExchangeResourceNamespaceCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementExchangeResourceNamespaceCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/get-mgbetarolemanagementexchangeresourcenamespacecount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementExchangeResourceNamespaceCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaRoleManagementExchangeResourceNamespaceCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementExchangeResourceNamespaceResourceAction.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementExchangeResourceNamespaceResourceAction.md index 8f44ac087c519..b9419e62d3663 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementExchangeResourceNamespaceResourceAction.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementExchangeResourceNamespaceResourceAction.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/get-mgbetarolemanagementexchangeresourcenamespaceresourceaction Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementExchangeResourceNamespaceResourceAction --- @@ -26,7 +26,7 @@ Get-MgBetaRoleManagementExchangeResourceNamespaceResourceAction [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -37,7 +37,7 @@ Get-MgBetaRoleManagementExchangeResourceNamespaceResourceAction [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -47,7 +47,7 @@ Get-MgBetaRoleManagementExchangeResourceNamespaceResourceAction -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementExchangeResourceNamespaceResourceActionAuthenticationContext.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementExchangeResourceNamespaceResourceActionAuthenticationContext.md index 914ce56480903..e60919578117d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementExchangeResourceNamespaceResourceActionAuthenticationContext.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementExchangeResourceNamespaceResourceActionAuthenticationContext.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/get-mgbetarolemanagementexchangeresourcenamespaceresourceactionauthenticationcontext Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementExchangeResourceNamespaceResourceActionAuthenticationContext --- @@ -25,7 +25,7 @@ Get-MgBetaRoleManagementExchangeResourceNamespaceResourceActionAuthenticationCon [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaRoleManagementExchangeResourceNamespaceResourceActionAuthenticationCon -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementExchangeResourceNamespaceResourceActionCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementExchangeResourceNamespaceResourceActionCount.md index afd79e6c67222..a2378fc8da575 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementExchangeResourceNamespaceResourceActionCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementExchangeResourceNamespaceResourceActionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/get-mgbetarolemanagementexchangeresourcenamespaceresourceactioncount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementExchangeResourceNamespaceResourceActionCount --- @@ -24,7 +24,7 @@ Get-MgBetaRoleManagementExchangeResourceNamespaceResourceActionCount -UnifiedRbacResourceNamespaceId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaRoleManagementExchangeResourceNamespaceResourceActionCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementExchangeResourceNamespaceResourceActionResourceScope.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementExchangeResourceNamespaceResourceActionResourceScope.md index b75bec68be8df..2d4b579ae072d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementExchangeResourceNamespaceResourceActionResourceScope.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementExchangeResourceNamespaceResourceActionResourceScope.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/get-mgbetarolemanagementexchangeresourcenamespaceresourceactionresourcescope Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementExchangeResourceNamespaceResourceActionResourceScope --- @@ -25,7 +25,7 @@ Get-MgBetaRoleManagementExchangeResourceNamespaceResourceActionResourceScope [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaRoleManagementExchangeResourceNamespaceResourceActionResourceScope -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementExchangeRoleAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementExchangeRoleAssignment.md index da3123df55e7e..d089e0d7b64c2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementExchangeRoleAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementExchangeRoleAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/get-mgbetarolemanagementexchangeroleassignment Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementExchangeRoleAssignment --- @@ -25,7 +25,7 @@ Get-MgBetaRoleManagementExchangeRoleAssignment [-ExpandProperty ] [-Pr [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaRoleManagementExchangeRoleAssignment -UnifiedRoleAssignmentId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -45,7 +45,7 @@ Get-MgBetaRoleManagementExchangeRoleAssignment -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -61,9 +61,9 @@ Retrieve the properties and relationships of a unifiedRoleAssignment object. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | RoleManagement.Read.Exchange, RoleManagement.ReadWrite.Exchange, RoleManagement.Read.All, Directory.ReadWrite.All, Directory.Read.All, | +| Delegated (work or school account) | RoleManagement.Read.Exchange, Directory.Read.All, Directory.ReadWrite.All, RoleManagement.Read.All, RoleManagement.ReadWrite.Exchange, | | Delegated (personal Microsoft account) | Not supported | -| Application | RoleManagement.Read.Exchange, RoleManagement.ReadWrite.Exchange, RoleManagement.Read.All, Directory.ReadWrite.All, Directory.Read.All, | +| Application | RoleManagement.Read.Exchange, Directory.Read.All, Directory.ReadWrite.All, RoleManagement.Read.All, RoleManagement.ReadWrite.Exchange, | ## EXAMPLES ### Example 1: Get details of a role assignment from Exchange Online Provider diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementExchangeRoleAssignmentAppScope.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementExchangeRoleAssignmentAppScope.md index 248f19aedb071..122285b0ac868 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementExchangeRoleAssignmentAppScope.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementExchangeRoleAssignmentAppScope.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/get-mgbetarolemanagementexchangeroleassignmentappscope Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementExchangeRoleAssignmentAppScope --- @@ -26,7 +26,7 @@ Get-MgBetaRoleManagementExchangeRoleAssignmentAppScope -UnifiedRoleAssignmentId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaRoleManagementExchangeRoleAssignmentAppScope -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementExchangeRoleAssignmentCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementExchangeRoleAssignmentCount.md index e90796b7dc99c..ca59bcf097a33 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementExchangeRoleAssignmentCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementExchangeRoleAssignmentCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/get-mgbetarolemanagementexchangeroleassignmentcount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementExchangeRoleAssignmentCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaRoleManagementExchangeRoleAssignmentCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -39,9 +39,9 @@ Get the number of the resource | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | RoleManagement.Read.Exchange, RoleManagement.ReadWrite.Exchange, RoleManagement.Read.All, Directory.ReadWrite.All, Directory.Read.All, | +| Delegated (work or school account) | RoleManagement.Read.Exchange, Directory.Read.All, Directory.ReadWrite.All, RoleManagement.Read.All, RoleManagement.ReadWrite.Exchange, | | Delegated (personal Microsoft account) | Not supported | -| Application | RoleManagement.Read.Exchange, RoleManagement.ReadWrite.Exchange, RoleManagement.Read.All, Directory.ReadWrite.All, Directory.Read.All, | +| Application | RoleManagement.Read.Exchange, Directory.Read.All, Directory.ReadWrite.All, RoleManagement.Read.All, RoleManagement.ReadWrite.Exchange, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementExchangeRoleAssignmentDirectoryScope.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementExchangeRoleAssignmentDirectoryScope.md index 8a4bdcf0f4d65..1d817e6d5c370 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementExchangeRoleAssignmentDirectoryScope.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementExchangeRoleAssignmentDirectoryScope.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/get-mgbetarolemanagementexchangeroleassignmentdirectoryscope Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementExchangeRoleAssignmentDirectoryScope --- @@ -26,7 +26,7 @@ Get-MgBetaRoleManagementExchangeRoleAssignmentDirectoryScope -UnifiedRoleAssignm [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaRoleManagementExchangeRoleAssignmentDirectoryScope -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementExchangeRoleAssignmentPrincipal.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementExchangeRoleAssignmentPrincipal.md index a3d46960cdf13..146c8fa60bb17 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementExchangeRoleAssignmentPrincipal.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementExchangeRoleAssignmentPrincipal.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/get-mgbetarolemanagementexchangeroleassignmentprincipal Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementExchangeRoleAssignmentPrincipal --- @@ -26,7 +26,7 @@ Get-MgBetaRoleManagementExchangeRoleAssignmentPrincipal -UnifiedRoleAssignmentId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaRoleManagementExchangeRoleAssignmentPrincipal -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementExchangeRoleAssignmentRoleDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementExchangeRoleAssignmentRoleDefinition.md index 80d3ec44fbc94..ff4463344bd72 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementExchangeRoleAssignmentRoleDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementExchangeRoleAssignmentRoleDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/get-mgbetarolemanagementexchangeroleassignmentroledefinition Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementExchangeRoleAssignmentRoleDefinition --- @@ -25,7 +25,7 @@ Get-MgBetaRoleManagementExchangeRoleAssignmentRoleDefinition -UnifiedRoleAssignm [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaRoleManagementExchangeRoleAssignmentRoleDefinition -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementExchangeRoleDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementExchangeRoleDefinition.md index 874087733ec75..17afd5d1dd369 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementExchangeRoleDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementExchangeRoleDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/get-mgbetarolemanagementexchangeroledefinition Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementExchangeRoleDefinition --- @@ -14,7 +14,7 @@ title: Get-MgBetaRoleManagementExchangeRoleDefinition ## SYNOPSIS Get the properties and relationships of a unifiedRoleDefinition object of an RBAC provider. -The following RBAC providers are currently supported:- Cloud PC - device management (Intune)- Defender (Microsoft Defender XDR Unified RBAC)- directory (Microsoft Entra directory roles)- entitlement management (Microsoft Entra entitlement management)- Exchange Online (Except China operated by 21Vianet) +The following RBAC providers are currently supported:\r- Cloud PC \r- device management (Intune)\r- Defender (Microsoft Defender XDR Unified RBAC)\r- directory (Microsoft Entra directory roles)\r- entitlement management (Microsoft Entra entitlement management)\r- Exchange Online (Except China operated by 21Vianet) ## SYNTAX @@ -26,7 +26,7 @@ Get-MgBetaRoleManagementExchangeRoleDefinition [-ExpandProperty ] [-Pr [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -36,7 +36,7 @@ Get-MgBetaRoleManagementExchangeRoleDefinition -UnifiedRoleDefinitionId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +46,7 @@ Get-MgBetaRoleManagementExchangeRoleDefinition -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -57,15 +57,15 @@ This cmdlet has the following aliases, ## DESCRIPTION Get the properties and relationships of a unifiedRoleDefinition object of an RBAC provider. -The following RBAC providers are currently supported:- Cloud PC - device management (Intune)- Defender (Microsoft Defender XDR Unified RBAC)- directory (Microsoft Entra directory roles)- entitlement management (Microsoft Entra entitlement management)- Exchange Online (Except China operated by 21Vianet) +The following RBAC providers are currently supported:\r- Cloud PC \r- device management (Intune)\r- Defender (Microsoft Defender XDR Unified RBAC)\r- directory (Microsoft Entra directory roles)\r- entitlement management (Microsoft Entra entitlement management)\r- Exchange Online (Except China operated by 21Vianet) **Permissions** | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | RoleManagement.Read.Exchange, RoleManagement.ReadWrite.Exchange, RoleManagement.Read.All, Directory.ReadWrite.All, Directory.Read.All, CloudPC.ReadWrite.All, CloudPC.Read.All, | +| Delegated (work or school account) | RoleManagement.Read.Exchange, CloudPC.Read.All, CloudPC.ReadWrite.All, Directory.Read.All, Directory.ReadWrite.All, RoleManagement.Read.All, RoleManagement.ReadWrite.Exchange, | | Delegated (personal Microsoft account) | Not supported | -| Application | RoleManagement.Read.Exchange, RoleManagement.ReadWrite.Exchange, RoleManagement.Read.All, Directory.ReadWrite.All, Directory.Read.All, CloudPC.ReadWrite.All, CloudPC.Read.All, | +| Application | RoleManagement.Read.Exchange, CloudPC.Read.All, CloudPC.ReadWrite.All, Directory.Read.All, Directory.ReadWrite.All, RoleManagement.Read.All, RoleManagement.ReadWrite.Exchange, | ## EXAMPLES ### Example 1: Get the definition of a built-in role for the Exchange Online provider diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementExchangeRoleDefinitionCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementExchangeRoleDefinitionCount.md index 151902d4769f5..667c0f7de2815 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementExchangeRoleDefinitionCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementExchangeRoleDefinitionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/get-mgbetarolemanagementexchangeroledefinitioncount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementExchangeRoleDefinitionCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaRoleManagementExchangeRoleDefinitionCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -39,9 +39,9 @@ Get the number of the resource | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | RoleManagement.Read.Exchange, RoleManagement.ReadWrite.Exchange, RoleManagement.Read.All, Directory.ReadWrite.All, Directory.Read.All, CloudPC.ReadWrite.All, CloudPC.Read.All, | +| Delegated (work or school account) | RoleManagement.Read.Exchange, CloudPC.Read.All, CloudPC.ReadWrite.All, Directory.Read.All, Directory.ReadWrite.All, RoleManagement.Read.All, RoleManagement.ReadWrite.Exchange, | | Delegated (personal Microsoft account) | Not supported | -| Application | RoleManagement.Read.Exchange, RoleManagement.ReadWrite.Exchange, RoleManagement.Read.All, Directory.ReadWrite.All, Directory.Read.All, CloudPC.ReadWrite.All, CloudPC.Read.All, | +| Application | RoleManagement.Read.Exchange, CloudPC.Read.All, CloudPC.ReadWrite.All, Directory.Read.All, Directory.ReadWrite.All, RoleManagement.Read.All, RoleManagement.ReadWrite.Exchange, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementExchangeRoleDefinitionInheritPermissionFrom.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementExchangeRoleDefinitionInheritPermissionFrom.md index 3be9de38ca75e..2d54d6c6c1e89 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementExchangeRoleDefinitionInheritPermissionFrom.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementExchangeRoleDefinitionInheritPermissionFrom.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/get-mgbetarolemanagementexchangeroledefinitioninheritpermissionfrom Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementExchangeRoleDefinitionInheritPermissionFrom --- @@ -27,7 +27,7 @@ Get-MgBetaRoleManagementExchangeRoleDefinitionInheritPermissionFrom [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -37,7 +37,7 @@ Get-MgBetaRoleManagementExchangeRoleDefinitionInheritPermissionFrom -UnifiedRoleDefinitionId -UnifiedRoleDefinitionId1 [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -47,7 +47,7 @@ Get-MgBetaRoleManagementExchangeRoleDefinitionInheritPermissionFrom -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementExchangeTransitiveRoleAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementExchangeTransitiveRoleAssignment.md index 921104e176ddf..6949998cc0cb6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementExchangeTransitiveRoleAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementExchangeTransitiveRoleAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/get-mgbetarolemanagementexchangetransitiveroleassignment Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementExchangeTransitiveRoleAssignment --- @@ -25,7 +25,7 @@ Get-MgBetaRoleManagementExchangeTransitiveRoleAssignment [-ExpandProperty ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaRoleManagementExchangeTransitiveRoleAssignment -UnifiedRoleAssignmentI [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -45,7 +45,7 @@ Get-MgBetaRoleManagementExchangeTransitiveRoleAssignment -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementExchangeTransitiveRoleAssignmentAppScope.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementExchangeTransitiveRoleAssignmentAppScope.md index 318073e7b6fd6..b9b69a4f336a7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementExchangeTransitiveRoleAssignmentAppScope.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementExchangeTransitiveRoleAssignmentAppScope.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/get-mgbetarolemanagementexchangetransitiveroleassignmentappscope Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementExchangeTransitiveRoleAssignmentAppScope --- @@ -26,7 +26,7 @@ Get-MgBetaRoleManagementExchangeTransitiveRoleAssignmentAppScope -UnifiedRoleAss [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaRoleManagementExchangeTransitiveRoleAssignmentAppScope -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementExchangeTransitiveRoleAssignmentCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementExchangeTransitiveRoleAssignmentCount.md index 45ef02ea802a6..93a914c47cf4d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementExchangeTransitiveRoleAssignmentCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementExchangeTransitiveRoleAssignmentCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/get-mgbetarolemanagementexchangetransitiveroleassignmentcount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementExchangeTransitiveRoleAssignmentCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaRoleManagementExchangeTransitiveRoleAssignmentCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementExchangeTransitiveRoleAssignmentDirectoryScope.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementExchangeTransitiveRoleAssignmentDirectoryScope.md index aa88f7d45e3ea..7e3e47b427723 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementExchangeTransitiveRoleAssignmentDirectoryScope.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementExchangeTransitiveRoleAssignmentDirectoryScope.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/get-mgbetarolemanagementexchangetransitiveroleassignmentdirectoryscope Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementExchangeTransitiveRoleAssignmentDirectoryScope --- @@ -26,7 +26,7 @@ Get-MgBetaRoleManagementExchangeTransitiveRoleAssignmentDirectoryScope -UnifiedRoleAssignmentId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaRoleManagementExchangeTransitiveRoleAssignmentDirectoryScope -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementExchangeTransitiveRoleAssignmentPrincipal.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementExchangeTransitiveRoleAssignmentPrincipal.md index c003f0f5ac91e..6591a91dfaae6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementExchangeTransitiveRoleAssignmentPrincipal.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementExchangeTransitiveRoleAssignmentPrincipal.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/get-mgbetarolemanagementexchangetransitiveroleassignmentprincipal Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementExchangeTransitiveRoleAssignmentPrincipal --- @@ -26,7 +26,7 @@ Get-MgBetaRoleManagementExchangeTransitiveRoleAssignmentPrincipal -UnifiedRoleAs [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaRoleManagementExchangeTransitiveRoleAssignmentPrincipal -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementExchangeTransitiveRoleAssignmentRoleDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementExchangeTransitiveRoleAssignmentRoleDefinition.md index 4f17c7adad25e..c31a4a5c8580a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementExchangeTransitiveRoleAssignmentRoleDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Get-MgBetaRoleManagementExchangeTransitiveRoleAssignmentRoleDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/get-mgbetarolemanagementexchangetransitiveroleassignmentroledefinition Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementExchangeTransitiveRoleAssignmentRoleDefinition --- @@ -25,7 +25,7 @@ Get-MgBetaRoleManagementExchangeTransitiveRoleAssignmentRoleDefinition -UnifiedRoleAssignmentId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaRoleManagementExchangeTransitiveRoleAssignmentRoleDefinition -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Import-MgBetaDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentityAppleDeviceIdentityList.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Import-MgBetaDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentityAppleDeviceIdentityList.md index 95786fb136673..fe5fd3b6e24a2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Import-MgBetaDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentityAppleDeviceIdentityList.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Import-MgBetaDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentityAppleDeviceIdentityList.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/import-mgbetadevicemanagementdeponboardingsettingimportedappledeviceidentityappledeviceidentitylist Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Import-MgBetaDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentityAppleDeviceIdentityList --- @@ -27,7 +27,6 @@ Import-MgBetaDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentityAppl [-OverwriteImportedDeviceIdentities] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Import @@ -39,7 +38,6 @@ Import-MgBetaDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentityAppl [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ImportViaIdentityExpanded @@ -52,7 +50,6 @@ Import-MgBetaDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentityAppl [-OverwriteImportedDeviceIdentities] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ImportViaIdentity @@ -64,7 +61,6 @@ Import-MgBetaDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentityAppl [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Import-MgBetaDeviceManagementImportedDeviceIdentityList.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Import-MgBetaDeviceManagementImportedDeviceIdentityList.md index 64a863ffe2250..ff211ada97fed 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Import-MgBetaDeviceManagementImportedDeviceIdentityList.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Import-MgBetaDeviceManagementImportedDeviceIdentityList.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/import-mgbetadevicemanagementimporteddeviceidentitylist Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Import-MgBetaDeviceManagementImportedDeviceIdentityList --- @@ -26,7 +26,6 @@ Import-MgBetaDeviceManagementImportedDeviceIdentityList [-ResponseHeadersVariabl [-OverwriteImportedDeviceIdentities] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Import @@ -37,7 +36,6 @@ Import-MgBetaDeviceManagementImportedDeviceIdentityList [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Import-MgBetaDeviceManagementImportedWindowsAutopilotDeviceIdentity.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Import-MgBetaDeviceManagementImportedWindowsAutopilotDeviceIdentity.md index 1c0fb2ecee9b2..63b43732bcd20 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Import-MgBetaDeviceManagementImportedWindowsAutopilotDeviceIdentity.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Import-MgBetaDeviceManagementImportedWindowsAutopilotDeviceIdentity.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/import-mgbetadevicemanagementimportedwindowsautopilotdeviceidentity Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Import-MgBetaDeviceManagementImportedWindowsAutopilotDeviceIdentity --- @@ -28,7 +28,7 @@ Import-MgBetaDeviceManagementImportedWindowsAutopilotDeviceIdentity [-ImportedWindowsAutopilotDeviceIdentities ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Import @@ -39,7 +39,6 @@ Import-MgBetaDeviceManagementImportedWindowsAutopilotDeviceIdentity [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Import-MgBetaRoleManagementCloudPcResourceNamespaceResourceAction.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Import-MgBetaRoleManagementCloudPcResourceNamespaceResourceAction.md index 6ca7ebb8596e2..04fd4674d7984 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Import-MgBetaRoleManagementCloudPcResourceNamespaceResourceAction.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Import-MgBetaRoleManagementCloudPcResourceNamespaceResourceAction.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/import-mgbetarolemanagementcloudpcresourcenamespaceresourceaction Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Import-MgBetaRoleManagementCloudPcResourceNamespaceResourceAction --- @@ -25,7 +25,7 @@ Import-MgBetaRoleManagementCloudPcResourceNamespaceResourceAction [-AdditionalProperties ] [-Format ] [-OverwriteResourceNamespace] [-Value ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Import @@ -37,7 +37,6 @@ Import-MgBetaRoleManagementCloudPcResourceNamespaceResourceAction [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ImportViaIdentityExpanded @@ -48,7 +47,7 @@ Import-MgBetaRoleManagementCloudPcResourceNamespaceResourceAction [-AdditionalProperties ] [-Format ] [-OverwriteResourceNamespace] [-Value ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### ImportViaIdentity @@ -60,7 +59,6 @@ Import-MgBetaRoleManagementCloudPcResourceNamespaceResourceAction [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Import-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceAction.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Import-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceAction.md index 746be424de016..1f25814a2b813 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Import-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceAction.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Import-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceAction.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/import-mgbetarolemanagementdevicemanagementresourcenamespaceresourceaction Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Import-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceAction --- @@ -25,7 +25,7 @@ Import-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceAction [-AdditionalProperties ] [-Format ] [-OverwriteResourceNamespace] [-Value ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Import @@ -37,7 +37,6 @@ Import-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceAction [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ImportViaIdentityExpanded @@ -48,7 +47,7 @@ Import-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceAction [-AdditionalProperties ] [-Format ] [-OverwriteResourceNamespace] [-Value ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### ImportViaIdentity @@ -60,7 +59,6 @@ Import-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceAction [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Import-MgBetaRoleManagementExchangeResourceNamespaceResourceAction.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Import-MgBetaRoleManagementExchangeResourceNamespaceResourceAction.md index 4125fb4bf1219..ad7e204a1cb36 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Import-MgBetaRoleManagementExchangeResourceNamespaceResourceAction.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Import-MgBetaRoleManagementExchangeResourceNamespaceResourceAction.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/import-mgbetarolemanagementexchangeresourcenamespaceresourceaction Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Import-MgBetaRoleManagementExchangeResourceNamespaceResourceAction --- @@ -25,7 +25,7 @@ Import-MgBetaRoleManagementExchangeResourceNamespaceResourceAction [-AdditionalProperties ] [-Format ] [-OverwriteResourceNamespace] [-Value ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Import @@ -37,7 +37,6 @@ Import-MgBetaRoleManagementExchangeResourceNamespaceResourceAction [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ImportViaIdentityExpanded @@ -48,7 +47,7 @@ Import-MgBetaRoleManagementExchangeResourceNamespaceResourceAction [-AdditionalProperties ] [-Format ] [-OverwriteResourceNamespace] [-Value ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### ImportViaIdentity @@ -60,7 +59,6 @@ Import-MgBetaRoleManagementExchangeResourceNamespaceResourceAction [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Invoke-MgBetaAccountDeviceManagementWindowsAutopilotDeploymentProfileAssignedDevice.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Invoke-MgBetaAccountDeviceManagementWindowsAutopilotDeploymentProfileAssignedDevice.md index 002e5c3159da1..2cb969bbd7b26 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Invoke-MgBetaAccountDeviceManagementWindowsAutopilotDeploymentProfileAssignedDevice.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Invoke-MgBetaAccountDeviceManagementWindowsAutopilotDeploymentProfileAssignedDevice.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/invoke-mgbetaaccountdevicemanagementwindowsautopilotdeploymentprofileassigneddevice Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaAccountDeviceManagementWindowsAutopilotDeploymentProfileAssignedDevice --- @@ -25,7 +25,6 @@ Invoke-MgBetaAccountDeviceManagementWindowsAutopilotDeploymentProfileAssignedDev [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### AccountViaIdentity @@ -36,7 +35,6 @@ Invoke-MgBetaAccountDeviceManagementWindowsAutopilotDeploymentProfileAssignedDev [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Invoke-MgBetaAccountDeviceManagementWindowsAutopilotDeviceIdentity.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Invoke-MgBetaAccountDeviceManagementWindowsAutopilotDeviceIdentity.md index 4d933bb8a5535..45e964902bab3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Invoke-MgBetaAccountDeviceManagementWindowsAutopilotDeviceIdentity.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Invoke-MgBetaAccountDeviceManagementWindowsAutopilotDeviceIdentity.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/invoke-mgbetaaccountdevicemanagementwindowsautopilotdeviceidentity Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaAccountDeviceManagementWindowsAutopilotDeviceIdentity --- @@ -25,7 +25,6 @@ Invoke-MgBetaAccountDeviceManagementWindowsAutopilotDeviceIdentity [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### AccountViaIdentity @@ -36,7 +35,6 @@ Invoke-MgBetaAccountDeviceManagementWindowsAutopilotDeviceIdentity [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Invoke-MgBetaAllowDeviceManagementWindowsAutopilotDeploymentProfileAssignedDeviceNextEnrollment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Invoke-MgBetaAllowDeviceManagementWindowsAutopilotDeploymentProfileAssignedDeviceNextEnrollment.md index bfe4b519409ef..0013f1ee8e80f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Invoke-MgBetaAllowDeviceManagementWindowsAutopilotDeploymentProfileAssignedDeviceNextEnrollment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Invoke-MgBetaAllowDeviceManagementWindowsAutopilotDeploymentProfileAssignedDeviceNextEnrollment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/invoke-mgbetaallowdevicemanagementwindowsautopilotdeploymentprofileassigneddevicenextenrollment Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaAllowDeviceManagementWindowsAutopilotDeploymentProfileAssignedDeviceNextEnrollment --- @@ -25,7 +25,6 @@ Invoke-MgBetaAllowDeviceManagementWindowsAutopilotDeploymentProfileAssignedDevic [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### AllowViaIdentity @@ -36,7 +35,6 @@ Invoke-MgBetaAllowDeviceManagementWindowsAutopilotDeploymentProfileAssignedDevic [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Invoke-MgBetaAllowDeviceManagementWindowsAutopilotDeviceIdentityNextEnrollment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Invoke-MgBetaAllowDeviceManagementWindowsAutopilotDeviceIdentityNextEnrollment.md index eeb18f58310ab..782d2aad402dd 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Invoke-MgBetaAllowDeviceManagementWindowsAutopilotDeviceIdentityNextEnrollment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Invoke-MgBetaAllowDeviceManagementWindowsAutopilotDeviceIdentityNextEnrollment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/invoke-mgbetaallowdevicemanagementwindowsautopilotdeviceidentitynextenrollment Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaAllowDeviceManagementWindowsAutopilotDeviceIdentityNextEnrollment --- @@ -25,7 +25,6 @@ Invoke-MgBetaAllowDeviceManagementWindowsAutopilotDeviceIdentityNextEnrollment [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### AllowViaIdentity @@ -36,7 +35,6 @@ Invoke-MgBetaAllowDeviceManagementWindowsAutopilotDeviceIdentityNextEnrollment [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Invoke-MgBetaAssignedRoleManagementCloudPcRoleDefinitionPrincipal.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Invoke-MgBetaAssignedRoleManagementCloudPcRoleDefinitionPrincipal.md index bff804b52e8bd..6a5471e54a720 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Invoke-MgBetaAssignedRoleManagementCloudPcRoleDefinitionPrincipal.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Invoke-MgBetaAssignedRoleManagementCloudPcRoleDefinitionPrincipal.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/invoke-mgbetaassignedrolemanagementcloudpcroledefinitionprincipal Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaAssignedRoleManagementCloudPcRoleDefinitionPrincipal --- @@ -28,7 +28,7 @@ Invoke-MgBetaAssignedRoleManagementCloudPcRoleDefinitionPrincipal -UnifiedRoleDe [-Filter ] [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-Transitive] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### AssignedViaIdentity @@ -40,7 +40,7 @@ Invoke-MgBetaAssignedRoleManagementCloudPcRoleDefinitionPrincipal [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-Transitive] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Invoke-MgBetaAssignedRoleManagementDeviceManagementRoleDefinitionPrincipal.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Invoke-MgBetaAssignedRoleManagementDeviceManagementRoleDefinitionPrincipal.md index a2af9fe44ffb2..d1c08dbaa7aa8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Invoke-MgBetaAssignedRoleManagementDeviceManagementRoleDefinitionPrincipal.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Invoke-MgBetaAssignedRoleManagementDeviceManagementRoleDefinitionPrincipal.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/invoke-mgbetaassignedrolemanagementdevicemanagementroledefinitionprincipal Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaAssignedRoleManagementDeviceManagementRoleDefinitionPrincipal --- @@ -29,7 +29,7 @@ Invoke-MgBetaAssignedRoleManagementDeviceManagementRoleDefinitionPrincipal [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-Transitive] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### AssignedViaIdentity @@ -41,7 +41,7 @@ Invoke-MgBetaAssignedRoleManagementDeviceManagementRoleDefinitionPrincipal [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-Transitive] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Invoke-MgBetaAssignedRoleManagementExchangeRoleDefinitionPrincipal.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Invoke-MgBetaAssignedRoleManagementExchangeRoleDefinitionPrincipal.md index aa91abacea5c7..848ec3e4e1d2e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Invoke-MgBetaAssignedRoleManagementExchangeRoleDefinitionPrincipal.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Invoke-MgBetaAssignedRoleManagementExchangeRoleDefinitionPrincipal.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/invoke-mgbetaassignedrolemanagementexchangeroledefinitionprincipal Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaAssignedRoleManagementExchangeRoleDefinitionPrincipal --- @@ -28,7 +28,7 @@ Invoke-MgBetaAssignedRoleManagementExchangeRoleDefinitionPrincipal -UnifiedRoleD [-Filter ] [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-Transitive] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### AssignedViaIdentity @@ -40,7 +40,7 @@ Invoke-MgBetaAssignedRoleManagementExchangeRoleDefinitionPrincipal [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-Transitive] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Invoke-MgBetaGraphDeviceManagementDepOnboardingSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Invoke-MgBetaGraphDeviceManagementDepOnboardingSetting.md index 41663cf6a200a..81e859ecbaad3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Invoke-MgBetaGraphDeviceManagementDepOnboardingSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Invoke-MgBetaGraphDeviceManagementDepOnboardingSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/invoke-mgbetagraphdevicemanagementdeponboardingsetting Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaGraphDeviceManagementDepOnboardingSetting --- @@ -24,7 +24,6 @@ Invoke-MgBetaGraphDeviceManagementDepOnboardingSetting -DepOnboardingSettingId < [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### GraphViaIdentity @@ -35,7 +34,6 @@ Invoke-MgBetaGraphDeviceManagementDepOnboardingSetting [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Invoke-MgBetaHasDeviceManagementDeviceEnrollmentConfigurationPayloadLink.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Invoke-MgBetaHasDeviceManagementDeviceEnrollmentConfigurationPayloadLink.md index ad745f63a1208..3cd8e8195ee9d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Invoke-MgBetaHasDeviceManagementDeviceEnrollmentConfigurationPayloadLink.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Invoke-MgBetaHasDeviceManagementDeviceEnrollmentConfigurationPayloadLink.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/invoke-mgbetahasdevicemanagementdeviceenrollmentconfigurationpayloadlink Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaHasDeviceManagementDeviceEnrollmentConfigurationPayloadLink --- @@ -24,7 +24,7 @@ Invoke-MgBetaHasDeviceManagementDeviceEnrollmentConfigurationPayloadLink [-ResponseHeadersVariable ] [-AdditionalProperties ] [-PayloadIds ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Link @@ -35,7 +35,6 @@ Invoke-MgBetaHasDeviceManagementDeviceEnrollmentConfigurationPayloadLink [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Invoke-MgBetaHasDeviceManagementWindowsAutopilotDeploymentProfilePayloadLink.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Invoke-MgBetaHasDeviceManagementWindowsAutopilotDeploymentProfilePayloadLink.md index f8c4aa7f9f19e..16da2748de006 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Invoke-MgBetaHasDeviceManagementWindowsAutopilotDeploymentProfilePayloadLink.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Invoke-MgBetaHasDeviceManagementWindowsAutopilotDeploymentProfilePayloadLink.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/invoke-mgbetahasdevicemanagementwindowsautopilotdeploymentprofilepayloadlink Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaHasDeviceManagementWindowsAutopilotDeploymentProfilePayloadLink --- @@ -24,7 +24,7 @@ Invoke-MgBetaHasDeviceManagementWindowsAutopilotDeploymentProfilePayloadLink [-ResponseHeadersVariable ] [-AdditionalProperties ] [-PayloadIds ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Link @@ -35,7 +35,6 @@ Invoke-MgBetaHasDeviceManagementWindowsAutopilotDeploymentProfilePayloadLink [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Invoke-MgBetaShareDeviceManagementDepOnboardingSettingForSchoolDataSyncService.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Invoke-MgBetaShareDeviceManagementDepOnboardingSettingForSchoolDataSyncService.md index 23e25e588eaf7..8b4fb03cb9c98 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Invoke-MgBetaShareDeviceManagementDepOnboardingSettingForSchoolDataSyncService.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Invoke-MgBetaShareDeviceManagementDepOnboardingSettingForSchoolDataSyncService.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/invoke-mgbetasharedevicemanagementdeponboardingsettingforschooldatasyncservice Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaShareDeviceManagementDepOnboardingSettingForSchoolDataSyncService --- @@ -25,7 +25,6 @@ Invoke-MgBetaShareDeviceManagementDepOnboardingSettingForSchoolDataSyncService [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ShareViaIdentity @@ -36,7 +35,6 @@ Invoke-MgBetaShareDeviceManagementDepOnboardingSettingForSchoolDataSyncService [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Invoke-MgBetaUnassignDeviceManagementWindowsAutopilotDeploymentProfileAssignedDeviceUserFromDevice.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Invoke-MgBetaUnassignDeviceManagementWindowsAutopilotDeploymentProfileAssignedDeviceUserFromDevice.md index 6acc64901f0dd..21e007e023ac5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Invoke-MgBetaUnassignDeviceManagementWindowsAutopilotDeploymentProfileAssignedDeviceUserFromDevice.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Invoke-MgBetaUnassignDeviceManagementWindowsAutopilotDeploymentProfileAssignedDeviceUserFromDevice.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/invoke-mgbetaunassigndevicemanagementwindowsautopilotdeploymentprofileassigneddeviceuserfromdevice Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaUnassignDeviceManagementWindowsAutopilotDeploymentProfileAssignedDeviceUserFromDevice --- @@ -25,7 +25,6 @@ Invoke-MgBetaUnassignDeviceManagementWindowsAutopilotDeploymentProfileAssignedDe [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UnassignViaIdentity @@ -36,7 +35,6 @@ Invoke-MgBetaUnassignDeviceManagementWindowsAutopilotDeploymentProfileAssignedDe [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Invoke-MgBetaUnassignDeviceManagementWindowsAutopilotDeviceIdentityUserFromDevice.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Invoke-MgBetaUnassignDeviceManagementWindowsAutopilotDeviceIdentityUserFromDevice.md index 167e6dbd27765..1b789cbd48faf 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Invoke-MgBetaUnassignDeviceManagementWindowsAutopilotDeviceIdentityUserFromDevice.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Invoke-MgBetaUnassignDeviceManagementWindowsAutopilotDeviceIdentityUserFromDevice.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/invoke-mgbetaunassigndevicemanagementwindowsautopilotdeviceidentityuserfromdevice Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaUnassignDeviceManagementWindowsAutopilotDeviceIdentityUserFromDevice --- @@ -28,7 +28,6 @@ Invoke-MgBetaUnassignDeviceManagementWindowsAutopilotDeviceIdentityUserFromDevic [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UnassignViaIdentity @@ -39,7 +38,6 @@ Invoke-MgBetaUnassignDeviceManagementWindowsAutopilotDeviceIdentityUserFromDevic [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Invoke-MgBetaUploadDeviceManagementDepOnboardingSettingDepToken.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Invoke-MgBetaUploadDeviceManagementDepOnboardingSettingDepToken.md index 9e220e1bc6007..f98a4597902a3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Invoke-MgBetaUploadDeviceManagementDepOnboardingSettingDepToken.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Invoke-MgBetaUploadDeviceManagementDepOnboardingSettingDepToken.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/invoke-mgbetauploaddevicemanagementdeponboardingsettingdeptoken Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaUploadDeviceManagementDepOnboardingSettingDepToken --- @@ -25,7 +25,6 @@ Invoke-MgBetaUploadDeviceManagementDepOnboardingSettingDepToken -DepOnboardingSe [-DepToken ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Upload @@ -36,7 +35,6 @@ Invoke-MgBetaUploadDeviceManagementDepOnboardingSettingDepToken -DepOnboardingSe [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UploadViaIdentityExpanded @@ -48,7 +46,6 @@ Invoke-MgBetaUploadDeviceManagementDepOnboardingSettingDepToken [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UploadViaIdentity @@ -60,7 +57,6 @@ Invoke-MgBetaUploadDeviceManagementDepOnboardingSettingDepToken [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Microsoft.Graph.Beta.DeviceManagement.Enrollment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Microsoft.Graph.Beta.DeviceManagement.Enrollment.md index ec0ddda86a170..35660ee55c7cc 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Microsoft.Graph.Beta.DeviceManagement.Enrollment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Microsoft.Graph.Beta.DeviceManagement.Enrollment.md @@ -1,6 +1,6 @@ --- Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -Module Guid: e02279ab-4df2-4c0f-ad69-b9a80718fb82 +Module Guid: f6674938-86ef-3838-cf04-345c7b5fa0e8 Download Help Link: https://learn.microsoft.com/en-us/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/?view=graph-powershell-beta Help Version: 1.0.0.0 Locale: en-US @@ -443,6 +443,8 @@ Microsoft Graph PowerShell Cmdlets ### [New-MgBetaRoleManagementExchangeTransitiveRoleAssignment](New-MgBetaRoleManagementExchangeTransitiveRoleAssignment.md) +### [Publish-MgBetaDeviceManagementDepOnboardingSettingAppleDevice](Publish-MgBetaDeviceManagementDepOnboardingSettingAppleDevice.md) + ### [Remove-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfile](Remove-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfile.md) ### [Remove-MgBetaDeviceManagementAndroidForWorkEnrollmentProfile](Remove-MgBetaDeviceManagementAndroidForWorkEnrollmentProfile.md) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/New-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfile.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/New-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfile.md index bc95dc6cf13ea..e9afa715f3cc6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/New-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfile.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/New-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfile.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/new-mgbetadevicemanagementandroiddeviceownerenrollmentprofile Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfile --- @@ -32,7 +32,7 @@ New-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfile [-ResponseHeadersV [-WifiHidden] [-WifiPassword ] [-WifiSecurityType ] [-WifiSsid ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -43,7 +43,6 @@ New-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/New-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfileToken.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/New-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfileToken.md index d0fc40a936926..0f768d06f71e0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/New-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfileToken.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/New-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfileToken.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/new-mgbetadevicemanagementandroiddeviceownerenrollmentprofiletoken Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfileToken --- @@ -26,7 +26,6 @@ New-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfileToken [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -38,7 +37,6 @@ New-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfileToken [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -50,7 +48,6 @@ New-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfileToken [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -62,7 +59,6 @@ New-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfileToken [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/New-MgBetaDeviceManagementAndroidForWorkEnrollmentProfile.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/New-MgBetaDeviceManagementAndroidForWorkEnrollmentProfile.md index 9d4751129029f..6a33cbfaf907b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/New-MgBetaDeviceManagementAndroidForWorkEnrollmentProfile.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/New-MgBetaDeviceManagementAndroidForWorkEnrollmentProfile.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/new-mgbetadevicemanagementandroidforworkenrollmentprofile Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementAndroidForWorkEnrollmentProfile --- @@ -27,7 +27,7 @@ New-MgBetaDeviceManagementAndroidForWorkEnrollmentProfile [-ResponseHeadersVaria [-QrCodeImage ] [-TokenExpirationDateTime ] [-TokenValue ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -37,7 +37,7 @@ New-MgBetaDeviceManagementAndroidForWorkEnrollmentProfile -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.DeviceManagement.Enrollment/New-MgBetaDeviceManagementAndroidForWorkEnrollmentProfileToken.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/New-MgBetaDeviceManagementAndroidForWorkEnrollmentProfileToken.md index feee4f4d210fb..eb54922492962 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/New-MgBetaDeviceManagementAndroidForWorkEnrollmentProfileToken.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/New-MgBetaDeviceManagementAndroidForWorkEnrollmentProfileToken.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/new-mgbetadevicemanagementandroidforworkenrollmentprofiletoken Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementAndroidForWorkEnrollmentProfileToken --- @@ -26,7 +26,6 @@ New-MgBetaDeviceManagementAndroidForWorkEnrollmentProfileToken [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -38,7 +37,6 @@ New-MgBetaDeviceManagementAndroidForWorkEnrollmentProfileToken [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -50,7 +48,6 @@ New-MgBetaDeviceManagementAndroidForWorkEnrollmentProfileToken [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -62,7 +59,6 @@ New-MgBetaDeviceManagementAndroidForWorkEnrollmentProfileToken [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/New-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfile.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/New-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfile.md index fc3e0b96a0358..f7ca1f0748107 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/New-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfile.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/New-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfile.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/new-mgbetadevicemanagementappleuserinitiatedenrollmentprofile Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfile --- @@ -29,7 +29,6 @@ New-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfile [-ResponseHeadersV [-Platform ] [-Priority ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -40,7 +39,6 @@ New-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/New-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfileAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/New-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfileAssignment.md index 9595b96afe7c3..d6d0b09c01e5f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/New-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfileAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/New-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfileAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/new-mgbetadevicemanagementappleuserinitiatedenrollmentprofileassignment Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfileAssignment --- @@ -26,7 +26,6 @@ New-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfileAssignment [-Target ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -38,7 +37,6 @@ New-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfileAssignment [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -50,7 +48,6 @@ New-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfileAssignment [-Target ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -62,7 +59,6 @@ New-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfileAssignment [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/New-MgBetaDeviceManagementAutopilotEvent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/New-MgBetaDeviceManagementAutopilotEvent.md index a90b7e765f70f..a4663c127bc25 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/New-MgBetaDeviceManagementAutopilotEvent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/New-MgBetaDeviceManagementAutopilotEvent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/new-mgbetadevicemanagementautopilotevent Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementAutopilotEvent --- @@ -35,7 +35,6 @@ New-MgBetaDeviceManagementAutopilotEvent [-ResponseHeadersVariable ] [-WindowsAutopilotDeploymentProfileDisplayName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -45,7 +44,7 @@ New-MgBetaDeviceManagementAutopilotEvent -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.DeviceManagement.Enrollment/New-MgBetaDeviceManagementDepOnboardingSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/New-MgBetaDeviceManagementDepOnboardingSetting.md index 47a6d05779da1..63009cb475865 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/New-MgBetaDeviceManagementDepOnboardingSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/New-MgBetaDeviceManagementDepOnboardingSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/new-mgbetadevicemanagementdeponboardingsetting Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementDepOnboardingSetting --- @@ -33,7 +33,7 @@ New-MgBetaDeviceManagementDepOnboardingSetting [-ResponseHeadersVariable ] [-TokenName ] [-TokenType ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -43,7 +43,6 @@ New-MgBetaDeviceManagementDepOnboardingSetting -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -881,6 +880,14 @@ Read-only. [AutoAdvanceSetupEnabled ]: Indicates if Setup Assistant will automatically advance through its screen [AutoUnlockWithWatchDisabled ]: Indicates if UnlockWithWatch screen is disabled [ChooseYourLockScreenDisabled ]: Indicates if iCloud Documents and Desktop screen is disabled + [DepProfileAdminAccountPasswordRotationSetting ]: Settings for local admin account password automatic rotation. + [(Any) ]: This indicates any property can be added to this object. + [AutoRotationPeriodInDays ]: Indicates the number of days between 1-180 since the last rotation after which to rotate the local admin password. + [DepProfileDelayAutoRotationSetting ]: Settings related to auto rotation of local admin account password after password retrieval through Graph. +These are optional settings + [(Any) ]: This indicates any property can be added to this object. + [OnRetrievalAutoRotatePasswordEnabled ]: Indicates whether the admin account password should be rotated when retrieved by IT Admin through Intune. + [OnRetrievalDelayAutoRotatePasswordInHours ]: Indicates how long in hours (between 1 and 24 hours) after password retrieval through Graph should automatic rotation be initiated for the admin account password. [DontAutoPopulatePrimaryAccountInfo ]: Indicates whether Setup Assistant will auto populate the primary account information [EnableRestrictEditing ]: Indicates whether the user will enable blockediting [FileVaultDisabled ]: Indicates if file vault is disabled @@ -894,6 +901,10 @@ Read-only. [RequestRequiresNetworkTether ]: Indicates if the device is network-tethered to run the command [SetPrimarySetupAccountAsRegularUser ]: Indicates whether Setup Assistant will set the account as a regular user [SkipPrimarySetupAccountCreation ]: Indicates whether Setup Assistant will skip the user interface for primary account setup + [UsePlatformSsoDuringSetupAssistant ]: Indicates whether Platform SSO is used as part of device enrollment during Setup Assistant. +When TRUE, Platform SSO is used in device enrollment during Setup Assistant. +When FALSE Platform SSO is not used in enrollment during Setup Assistant. +Note: This value cannot be TRUE when configurationWebUrl is TRUE. [ZoomDisabled ]: Indicates if zoom setup pane is disabled [DefaultTvOSEnrollmentProfile ]: The depTvOSEnrollmentProfile resource represents an Apple Device Enrollment Program (DEP) enrollment profile specific to Apple TV device configuration. This type of profile must be assigned to Apple TV devices before the devices can enroll via DEP. @@ -1066,6 +1077,14 @@ Read-only. [AutoAdvanceSetupEnabled ]: Indicates if Setup Assistant will automatically advance through its screen [AutoUnlockWithWatchDisabled ]: Indicates if UnlockWithWatch screen is disabled [ChooseYourLockScreenDisabled ]: Indicates if iCloud Documents and Desktop screen is disabled + [DepProfileAdminAccountPasswordRotationSetting ]: Settings for local admin account password automatic rotation. + [(Any) ]: This indicates any property can be added to this object. + [AutoRotationPeriodInDays ]: Indicates the number of days between 1-180 since the last rotation after which to rotate the local admin password. + [DepProfileDelayAutoRotationSetting ]: Settings related to auto rotation of local admin account password after password retrieval through Graph. +These are optional settings + [(Any) ]: This indicates any property can be added to this object. + [OnRetrievalAutoRotatePasswordEnabled ]: Indicates whether the admin account password should be rotated when retrieved by IT Admin through Intune. + [OnRetrievalDelayAutoRotatePasswordInHours ]: Indicates how long in hours (between 1 and 24 hours) after password retrieval through Graph should automatic rotation be initiated for the admin account password. [DontAutoPopulatePrimaryAccountInfo ]: Indicates whether Setup Assistant will auto populate the primary account information [EnableRestrictEditing ]: Indicates whether the user will enable blockediting [FileVaultDisabled ]: Indicates if file vault is disabled @@ -1079,6 +1098,10 @@ Read-only. [RequestRequiresNetworkTether ]: Indicates if the device is network-tethered to run the command [SetPrimarySetupAccountAsRegularUser ]: Indicates whether Setup Assistant will set the account as a regular user [SkipPrimarySetupAccountCreation ]: Indicates whether Setup Assistant will skip the user interface for primary account setup + [UsePlatformSsoDuringSetupAssistant ]: Indicates whether Platform SSO is used as part of device enrollment during Setup Assistant. +When TRUE, Platform SSO is used in device enrollment during Setup Assistant. +When FALSE Platform SSO is not used in enrollment during Setup Assistant. +Note: This value cannot be TRUE when configurationWebUrl is TRUE. [ZoomDisabled ]: Indicates if zoom setup pane is disabled ENROLLMENTPROFILES : The enrollment profiles. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/New-MgBetaDeviceManagementDepOnboardingSettingEncryptionPublicKey.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/New-MgBetaDeviceManagementDepOnboardingSettingEncryptionPublicKey.md index 8f664f31e0bd0..b44edc3200631 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/New-MgBetaDeviceManagementDepOnboardingSettingEncryptionPublicKey.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/New-MgBetaDeviceManagementDepOnboardingSettingEncryptionPublicKey.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/new-mgbetadevicemanagementdeponboardingsettingencryptionpublickey Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementDepOnboardingSettingEncryptionPublicKey --- @@ -24,7 +24,6 @@ New-MgBetaDeviceManagementDepOnboardingSettingEncryptionPublicKey -DepOnboarding [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### GenerateViaIdentity @@ -34,7 +33,7 @@ New-MgBetaDeviceManagementDepOnboardingSettingEncryptionPublicKey -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/New-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfile.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/New-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfile.md index 1281a7a3186a6..e8742d59618e5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/New-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfile.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/New-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfile.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/new-mgbetadevicemanagementdeponboardingsettingenrollmentprofile Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfile --- @@ -27,7 +27,7 @@ New-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfile -DepOnboardingSe [-RequireCompanyPortalOnSetupAssistantEnrolledDevices] [-RequiresUserAuthentication] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -37,7 +37,7 @@ New-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfile -DepOnboardingSe -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -50,7 +50,7 @@ New-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfile [-RequireCompanyPortalOnSetupAssistantEnrolledDevices] [-RequiresUserAuthentication] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -61,7 +61,7 @@ New-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfile -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.DeviceManagement.Enrollment/New-MgBetaDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentity.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/New-MgBetaDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentity.md index c886c7714a5db..d78e80d8f751c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/New-MgBetaDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentity.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/New-MgBetaDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentity.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/new-mgbetadevicemanagementdeponboardingsettingimportedappledeviceidentity Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentity --- @@ -28,7 +28,7 @@ New-MgBetaDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentity [-RequestedEnrollmentProfileAssignmentDateTime ] [-RequestedEnrollmentProfileId ] [-SerialNumber ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -39,7 +39,6 @@ New-MgBetaDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentity [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -53,7 +52,7 @@ New-MgBetaDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentity [-RequestedEnrollmentProfileAssignmentDateTime ] [-RequestedEnrollmentProfileId ] [-SerialNumber ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -64,7 +63,7 @@ New-MgBetaDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentity -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.DeviceManagement.Enrollment/New-MgBetaDeviceManagementDeviceEnrollmentConfiguration.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/New-MgBetaDeviceManagementDeviceEnrollmentConfiguration.md index b1887033a2c37..f982f25eeddf2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/New-MgBetaDeviceManagementDeviceEnrollmentConfiguration.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/New-MgBetaDeviceManagementDeviceEnrollmentConfiguration.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/new-mgbetadevicemanagementdeviceenrollmentconfiguration Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementDeviceEnrollmentConfiguration --- @@ -31,7 +31,6 @@ New-MgBetaDeviceManagementDeviceEnrollmentConfiguration [-ResponseHeadersVariabl [-RoleScopeTagIds ] [-Version ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -41,7 +40,7 @@ New-MgBetaDeviceManagementDeviceEnrollmentConfiguration -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.DeviceManagement.Enrollment/New-MgBetaDeviceManagementDeviceEnrollmentConfigurationAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/New-MgBetaDeviceManagementDeviceEnrollmentConfigurationAssignment.md index 33ccd17e11cff..cff61cc002367 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/New-MgBetaDeviceManagementDeviceEnrollmentConfigurationAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/New-MgBetaDeviceManagementDeviceEnrollmentConfigurationAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/new-mgbetadevicemanagementdeviceenrollmentconfigurationassignment Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementDeviceEnrollmentConfigurationAssignment --- @@ -30,7 +30,6 @@ New-MgBetaDeviceManagementDeviceEnrollmentConfigurationAssignment [-Target ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -42,7 +41,6 @@ New-MgBetaDeviceManagementDeviceEnrollmentConfigurationAssignment [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -55,7 +53,6 @@ New-MgBetaDeviceManagementDeviceEnrollmentConfigurationAssignment [-Target ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -67,7 +64,6 @@ New-MgBetaDeviceManagementDeviceEnrollmentConfigurationAssignment [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/New-MgBetaDeviceManagementDeviceEnrollmentConfigurationEnrollmentNotificationConfiguration.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/New-MgBetaDeviceManagementDeviceEnrollmentConfigurationEnrollmentNotificationConfiguration.md index b0449fe6dd8d8..39a92a5dd5d33 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/New-MgBetaDeviceManagementDeviceEnrollmentConfigurationEnrollmentNotificationConfiguration.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/New-MgBetaDeviceManagementDeviceEnrollmentConfigurationEnrollmentNotificationConfiguration.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/new-mgbetadevicemanagementdeviceenrollmentconfigurationenrollmentnotificationconfiguration Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementDeviceEnrollmentConfigurationEnrollmentNotificationConfiguration --- @@ -26,7 +26,6 @@ New-MgBetaDeviceManagementDeviceEnrollmentConfigurationEnrollmentNotificationCon [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -37,7 +36,6 @@ New-MgBetaDeviceManagementDeviceEnrollmentConfigurationEnrollmentNotificationCon [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/New-MgBetaDeviceManagementImportedDeviceIdentity.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/New-MgBetaDeviceManagementImportedDeviceIdentity.md index e47aa9eeec275..94808c9af994b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/New-MgBetaDeviceManagementImportedDeviceIdentity.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/New-MgBetaDeviceManagementImportedDeviceIdentity.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/new-mgbetadevicemanagementimporteddeviceidentity Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementImportedDeviceIdentity --- @@ -27,7 +27,6 @@ New-MgBetaDeviceManagementImportedDeviceIdentity [-ResponseHeadersVariable ] [-Platform ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -37,7 +36,7 @@ New-MgBetaDeviceManagementImportedDeviceIdentity -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.DeviceManagement.Enrollment/New-MgBetaDeviceManagementImportedWindowsAutopilotDeviceIdentity.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/New-MgBetaDeviceManagementImportedWindowsAutopilotDeviceIdentity.md index 9f139de2fed4a..a606261967b0e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/New-MgBetaDeviceManagementImportedWindowsAutopilotDeviceIdentity.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/New-MgBetaDeviceManagementImportedWindowsAutopilotDeviceIdentity.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/new-mgbetadevicemanagementimportedwindowsautopilotdeviceidentity Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementImportedWindowsAutopilotDeviceIdentity --- @@ -29,7 +29,7 @@ New-MgBetaDeviceManagementImportedWindowsAutopilotDeviceIdentity [-ResponseHeade [-SerialNumber ] [-State ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -40,7 +40,6 @@ New-MgBetaDeviceManagementImportedWindowsAutopilotDeviceIdentity [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/New-MgBetaDeviceManagementWindowsAutopilotDeploymentProfile.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/New-MgBetaDeviceManagementWindowsAutopilotDeploymentProfile.md index ce27631fde5cf..21f64eee3e8bc 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/New-MgBetaDeviceManagementWindowsAutopilotDeploymentProfile.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/New-MgBetaDeviceManagementWindowsAutopilotDeploymentProfile.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/new-mgbetadevicemanagementwindowsautopilotdeploymentprofile Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementWindowsAutopilotDeploymentProfile --- @@ -34,7 +34,6 @@ New-MgBetaDeviceManagementWindowsAutopilotDeploymentProfile [-ResponseHeadersVar [-RoleScopeTagIds ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -45,7 +44,6 @@ New-MgBetaDeviceManagementWindowsAutopilotDeploymentProfile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/New-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDevice.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/New-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDevice.md index 24c5a456cad41..d87a396d8db4f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/New-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDevice.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/New-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDevice.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/new-mgbetadevicemanagementwindowsautopilotdeploymentprofileassigneddevice Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDevice --- @@ -40,7 +40,7 @@ New-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDevice [-UserlessEnrollmentStatus ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -51,7 +51,7 @@ New-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDevice -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -77,7 +77,7 @@ New-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDevice [-UserlessEnrollmentStatus ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -88,7 +88,7 @@ New-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDevice -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.DeviceManagement.Enrollment/New-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/New-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignment.md index d5b3210be2356..38abcd26cc9d8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/New-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/New-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/new-mgbetadevicemanagementwindowsautopilotdeploymentprofileassignment Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignment --- @@ -27,7 +27,6 @@ New-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignment [-Target ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -39,7 +38,6 @@ New-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignment [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -52,7 +50,6 @@ New-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignment [-Target ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -64,7 +61,6 @@ New-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignment [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/New-MgBetaDeviceManagementWindowsAutopilotDeviceIdentity.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/New-MgBetaDeviceManagementWindowsAutopilotDeviceIdentity.md index 59ddd6a8b6070..f8fecfb7b7810 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/New-MgBetaDeviceManagementWindowsAutopilotDeviceIdentity.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/New-MgBetaDeviceManagementWindowsAutopilotDeviceIdentity.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/new-mgbetadevicemanagementwindowsautopilotdeviceidentity Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementWindowsAutopilotDeviceIdentity --- @@ -42,7 +42,7 @@ New-MgBetaDeviceManagementWindowsAutopilotDeviceIdentity [-ResponseHeadersVariab [-UserlessEnrollmentStatus ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -52,7 +52,7 @@ New-MgBetaDeviceManagementWindowsAutopilotDeviceIdentity -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.DeviceManagement.Enrollment/New-MgBetaDeviceManagementWindowsFeatureUpdateProfile.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/New-MgBetaDeviceManagementWindowsFeatureUpdateProfile.md index 60ac90c9010bc..78ecebfab92ef 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/New-MgBetaDeviceManagementWindowsFeatureUpdateProfile.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/New-MgBetaDeviceManagementWindowsFeatureUpdateProfile.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/new-mgbetadevicemanagementwindowsfeatureupdateprofile Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementWindowsFeatureUpdateProfile --- @@ -30,7 +30,7 @@ New-MgBetaDeviceManagementWindowsFeatureUpdateProfile [-ResponseHeadersVariable [-RoleScopeTagIds ] [-RolloutSettings ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -40,7 +40,7 @@ New-MgBetaDeviceManagementWindowsFeatureUpdateProfile -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.DeviceManagement.Enrollment/New-MgBetaDeviceManagementWindowsFeatureUpdateProfileAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/New-MgBetaDeviceManagementWindowsFeatureUpdateProfileAssignment.md index 904385ef54174..c3185a3945c96 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/New-MgBetaDeviceManagementWindowsFeatureUpdateProfileAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/New-MgBetaDeviceManagementWindowsFeatureUpdateProfileAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/new-mgbetadevicemanagementwindowsfeatureupdateprofileassignment Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementWindowsFeatureUpdateProfileAssignment --- @@ -26,7 +26,6 @@ New-MgBetaDeviceManagementWindowsFeatureUpdateProfileAssignment [-Target ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -38,7 +37,6 @@ New-MgBetaDeviceManagementWindowsFeatureUpdateProfileAssignment [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -50,7 +48,6 @@ New-MgBetaDeviceManagementWindowsFeatureUpdateProfileAssignment [-Target ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -62,7 +59,6 @@ New-MgBetaDeviceManagementWindowsFeatureUpdateProfileAssignment [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/New-MgBetaRoleManagementCloudPcResourceNamespace.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/New-MgBetaRoleManagementCloudPcResourceNamespace.md index 3b9a759d86c2d..38d2d99d4560e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/New-MgBetaRoleManagementCloudPcResourceNamespace.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/New-MgBetaRoleManagementCloudPcResourceNamespace.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/new-mgbetarolemanagementcloudpcresourcenamespace Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaRoleManagementCloudPcResourceNamespace --- @@ -25,7 +25,6 @@ New-MgBetaRoleManagementCloudPcResourceNamespace [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -35,7 +34,7 @@ New-MgBetaRoleManagementCloudPcResourceNamespace -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.DeviceManagement.Enrollment/New-MgBetaRoleManagementCloudPcResourceNamespaceResourceAction.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/New-MgBetaRoleManagementCloudPcResourceNamespaceResourceAction.md index a7494d6fe570f..f21cff7db7180 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/New-MgBetaRoleManagementCloudPcResourceNamespaceResourceAction.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/New-MgBetaRoleManagementCloudPcResourceNamespaceResourceAction.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/new-mgbetarolemanagementcloudpcresourcenamespaceresourceaction Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaRoleManagementCloudPcResourceNamespaceResourceAction --- @@ -29,7 +29,7 @@ New-MgBetaRoleManagementCloudPcResourceNamespaceResourceAction [-ResourceScope ] [-ResourceScopeId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -40,7 +40,6 @@ New-MgBetaRoleManagementCloudPcResourceNamespaceResourceAction [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -55,7 +54,7 @@ New-MgBetaRoleManagementCloudPcResourceNamespaceResourceAction [-ResourceScope ] [-ResourceScopeId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -66,7 +65,7 @@ New-MgBetaRoleManagementCloudPcResourceNamespaceResourceAction -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.DeviceManagement.Enrollment/New-MgBetaRoleManagementCloudPcRoleAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/New-MgBetaRoleManagementCloudPcRoleAssignment.md index fee3614339f1e..ee45247aa7790 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/New-MgBetaRoleManagementCloudPcRoleAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/New-MgBetaRoleManagementCloudPcRoleAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/new-mgbetarolemanagementcloudpcroleassignment Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaRoleManagementCloudPcRoleAssignment --- @@ -14,7 +14,7 @@ title: New-MgBetaRoleManagementCloudPcRoleAssignment ## SYNOPSIS Create a new unifiedRoleAssignmentMultiple object for an RBAC provider. -The following RBAC providers are currently supported:- Cloud PC - device management (Intune)- Defender (Microsoft Defender XDR) For other Microsoft 365 applications (like Microsoft Entra ID), use unifiedRoleAssignment. +The following RBAC providers are currently supported:\r- Cloud PC \r- device management (Intune)\r- Defender (Microsoft Defender XDR) For other Microsoft 365 applications (like Microsoft Entra ID), use unifiedRoleAssignment. ## SYNTAX @@ -30,7 +30,7 @@ New-MgBetaRoleManagementCloudPcRoleAssignment [-ResponseHeadersVariable [-RoleDefinition ] [-RoleDefinitionId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -40,7 +40,7 @@ New-MgBetaRoleManagementCloudPcRoleAssignment -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -51,7 +51,7 @@ This cmdlet has the following aliases, ## DESCRIPTION Create a new unifiedRoleAssignmentMultiple object for an RBAC provider. -The following RBAC providers are currently supported:- Cloud PC - device management (Intune)- Defender (Microsoft Defender XDR) For other Microsoft 365 applications (like Microsoft Entra ID), use unifiedRoleAssignment. +The following RBAC providers are currently supported:\r- Cloud PC \r- device management (Intune)\r- Defender (Microsoft Defender XDR) For other Microsoft 365 applications (like Microsoft Entra ID), use unifiedRoleAssignment. **Permissions** diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/New-MgBetaRoleManagementCloudPcRoleAssignmentAppScope.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/New-MgBetaRoleManagementCloudPcRoleAssignmentAppScope.md index 694857cd36f72..ddc8cd0eecea3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/New-MgBetaRoleManagementCloudPcRoleAssignmentAppScope.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/New-MgBetaRoleManagementCloudPcRoleAssignmentAppScope.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/new-mgbetarolemanagementcloudpcroleassignmentappscope Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaRoleManagementCloudPcRoleAssignmentAppScope --- @@ -25,7 +25,6 @@ New-MgBetaRoleManagementCloudPcRoleAssignmentAppScope -UnifiedRoleAssignmentMult [-Id ] [-Type ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -35,7 +34,7 @@ New-MgBetaRoleManagementCloudPcRoleAssignmentAppScope -UnifiedRoleAssignmentMult -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -46,7 +45,7 @@ New-MgBetaRoleManagementCloudPcRoleAssignmentAppScope [-AdditionalProperties ] [-DisplayName ] [-Id ] [-Type ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -57,7 +56,6 @@ New-MgBetaRoleManagementCloudPcRoleAssignmentAppScope [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/New-MgBetaRoleManagementCloudPcRoleDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/New-MgBetaRoleManagementCloudPcRoleDefinition.md index dd22caf529d08..7fedbe80cc654 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/New-MgBetaRoleManagementCloudPcRoleDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/New-MgBetaRoleManagementCloudPcRoleDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/new-mgbetarolemanagementcloudpcroledefinition Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaRoleManagementCloudPcRoleDefinition --- @@ -15,7 +15,7 @@ title: New-MgBetaRoleManagementCloudPcRoleDefinition Create a new unifiedRoleDefinition object for an RBAC provider. This feature requires a Microsoft Entra ID P1 or P2 license. -The following RBAC providers are currently supported:- Cloud PC- device management (Intune)- Defender (Microsoft Defender XDR)- directory (Microsoft Entra ID) +The following RBAC providers are currently supported:\r- Cloud PC\r- device management (Intune)\r- Defender (Microsoft Defender XDR)\r- directory (Microsoft Entra ID) ## SYNTAX @@ -30,7 +30,7 @@ New-MgBetaRoleManagementCloudPcRoleDefinition [-ResponseHeadersVariable [-RolePermissions ] [-TemplateId ] [-Version ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -40,7 +40,6 @@ New-MgBetaRoleManagementCloudPcRoleDefinition -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -52,15 +51,15 @@ This cmdlet has the following aliases, Create a new unifiedRoleDefinition object for an RBAC provider. This feature requires a Microsoft Entra ID P1 or P2 license. -The following RBAC providers are currently supported:- Cloud PC- device management (Intune)- Defender (Microsoft Defender XDR)- directory (Microsoft Entra ID) +The following RBAC providers are currently supported:\r- Cloud PC\r- device management (Intune)\r- Defender (Microsoft Defender XDR)\r- directory (Microsoft Entra ID) **Permissions** | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | DeviceManagementRBAC.ReadWrite.All, RoleManagement.ReadWrite.Directory, RoleManagement.ReadWrite.CloudPC, Directory.ReadWrite.All, CloudPC.ReadWrite.All, | +| Delegated (work or school account) | DeviceManagementRBAC.ReadWrite.All, CloudPC.ReadWrite.All, Directory.ReadWrite.All, RoleManagement.ReadWrite.CloudPC, RoleManagement.ReadWrite.Directory, | | Delegated (personal Microsoft account) | Not supported | -| Application | DeviceManagementRBAC.ReadWrite.All, RoleManagement.ReadWrite.Directory, RoleManagement.ReadWrite.CloudPC, Directory.ReadWrite.All, CloudPC.ReadWrite.All, | +| Application | DeviceManagementRBAC.ReadWrite.All, CloudPC.ReadWrite.All, Directory.ReadWrite.All, RoleManagement.ReadWrite.CloudPC, RoleManagement.ReadWrite.Directory, | ## EXAMPLES ### Example 2: Code snippet diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/New-MgBetaRoleManagementCloudPcRoleDefinitionInheritPermissionFrom.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/New-MgBetaRoleManagementCloudPcRoleDefinitionInheritPermissionFrom.md index 69e44b277ef44..18a4a2dc91e40 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/New-MgBetaRoleManagementCloudPcRoleDefinitionInheritPermissionFrom.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/New-MgBetaRoleManagementCloudPcRoleDefinitionInheritPermissionFrom.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/new-mgbetarolemanagementcloudpcroledefinitioninheritpermissionfrom Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaRoleManagementCloudPcRoleDefinitionInheritPermissionFrom --- @@ -28,7 +28,7 @@ New-MgBetaRoleManagementCloudPcRoleDefinitionInheritPermissionFrom -UnifiedRoleD [-RolePermissions ] [-TemplateId ] [-Version ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -38,7 +38,7 @@ New-MgBetaRoleManagementCloudPcRoleDefinitionInheritPermissionFrom -UnifiedRoleD -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -53,7 +53,7 @@ New-MgBetaRoleManagementCloudPcRoleDefinitionInheritPermissionFrom [-RolePermissions ] [-TemplateId ] [-Version ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -64,7 +64,7 @@ New-MgBetaRoleManagementCloudPcRoleDefinitionInheritPermissionFrom -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.DeviceManagement.Enrollment/New-MgBetaRoleManagementDeviceManagementResourceNamespace.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/New-MgBetaRoleManagementDeviceManagementResourceNamespace.md index f073b3ce9b420..e913389c2b70b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/New-MgBetaRoleManagementDeviceManagementResourceNamespace.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/New-MgBetaRoleManagementDeviceManagementResourceNamespace.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/new-mgbetarolemanagementdevicemanagementresourcenamespace Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaRoleManagementDeviceManagementResourceNamespace --- @@ -25,7 +25,6 @@ New-MgBetaRoleManagementDeviceManagementResourceNamespace [-ResponseHeadersVaria [-ResourceActions ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -35,7 +34,7 @@ New-MgBetaRoleManagementDeviceManagementResourceNamespace -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.DeviceManagement.Enrollment/New-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceAction.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/New-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceAction.md index 77bae1656bd0a..1532bab641254 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/New-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceAction.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/New-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceAction.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/new-mgbetarolemanagementdevicemanagementresourcenamespaceresourceaction Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceAction --- @@ -29,7 +29,7 @@ New-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceAction [-ResourceScope ] [-ResourceScopeId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -40,7 +40,6 @@ New-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceAction [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -55,7 +54,7 @@ New-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceAction [-ResourceScope ] [-ResourceScopeId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -66,7 +65,7 @@ New-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceAction -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.DeviceManagement.Enrollment/New-MgBetaRoleManagementDeviceManagementRoleAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/New-MgBetaRoleManagementDeviceManagementRoleAssignment.md index 672fafc965588..6e111ece2c492 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/New-MgBetaRoleManagementDeviceManagementRoleAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/New-MgBetaRoleManagementDeviceManagementRoleAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/new-mgbetarolemanagementdevicemanagementroleassignment Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaRoleManagementDeviceManagementRoleAssignment --- @@ -14,7 +14,7 @@ title: New-MgBetaRoleManagementDeviceManagementRoleAssignment ## SYNOPSIS Create a new unifiedRoleAssignmentMultiple object for an RBAC provider. -The following RBAC providers are currently supported:- Cloud PC - device management (Intune)- Defender (Microsoft Defender XDR) For other Microsoft 365 applications (like Microsoft Entra ID), use unifiedRoleAssignment. +The following RBAC providers are currently supported:\r- Cloud PC \r- device management (Intune)\r- Defender (Microsoft Defender XDR) For other Microsoft 365 applications (like Microsoft Entra ID), use unifiedRoleAssignment. ## SYNTAX @@ -30,7 +30,7 @@ New-MgBetaRoleManagementDeviceManagementRoleAssignment [-ResponseHeadersVariable [-RoleDefinition ] [-RoleDefinitionId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -40,7 +40,7 @@ New-MgBetaRoleManagementDeviceManagementRoleAssignment -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -51,7 +51,7 @@ This cmdlet has the following aliases, ## DESCRIPTION Create a new unifiedRoleAssignmentMultiple object for an RBAC provider. -The following RBAC providers are currently supported:- Cloud PC - device management (Intune)- Defender (Microsoft Defender XDR) For other Microsoft 365 applications (like Microsoft Entra ID), use unifiedRoleAssignment. +The following RBAC providers are currently supported:\r- Cloud PC \r- device management (Intune)\r- Defender (Microsoft Defender XDR) For other Microsoft 365 applications (like Microsoft Entra ID), use unifiedRoleAssignment. **Permissions** diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/New-MgBetaRoleManagementDeviceManagementRoleAssignmentAppScope.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/New-MgBetaRoleManagementDeviceManagementRoleAssignmentAppScope.md index 4d3c40669f6c4..0cc54ad931360 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/New-MgBetaRoleManagementDeviceManagementRoleAssignmentAppScope.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/New-MgBetaRoleManagementDeviceManagementRoleAssignmentAppScope.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/new-mgbetarolemanagementdevicemanagementroleassignmentappscope Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaRoleManagementDeviceManagementRoleAssignmentAppScope --- @@ -25,7 +25,7 @@ New-MgBetaRoleManagementDeviceManagementRoleAssignmentAppScope [-AdditionalProperties ] [-DisplayName ] [-Id ] [-Type ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -36,7 +36,6 @@ New-MgBetaRoleManagementDeviceManagementRoleAssignmentAppScope [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -47,7 +46,7 @@ New-MgBetaRoleManagementDeviceManagementRoleAssignmentAppScope [-AdditionalProperties ] [-DisplayName ] [-Id ] [-Type ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -58,7 +57,6 @@ New-MgBetaRoleManagementDeviceManagementRoleAssignmentAppScope [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/New-MgBetaRoleManagementDeviceManagementRoleDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/New-MgBetaRoleManagementDeviceManagementRoleDefinition.md index a8d12080e5582..7612c6b1a866d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/New-MgBetaRoleManagementDeviceManagementRoleDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/New-MgBetaRoleManagementDeviceManagementRoleDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/new-mgbetarolemanagementdevicemanagementroledefinition Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaRoleManagementDeviceManagementRoleDefinition --- @@ -28,7 +28,7 @@ New-MgBetaRoleManagementDeviceManagementRoleDefinition [-ResponseHeadersVariable [-RolePermissions ] [-TemplateId ] [-Version ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -38,7 +38,7 @@ New-MgBetaRoleManagementDeviceManagementRoleDefinition -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -54,9 +54,9 @@ Create new navigation property to roleDefinitions for roleManagement | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | DeviceManagementRBAC.ReadWrite.All, RoleManagement.ReadWrite.Directory, RoleManagement.ReadWrite.CloudPC, Directory.ReadWrite.All, CloudPC.ReadWrite.All, | +| Delegated (work or school account) | DeviceManagementRBAC.ReadWrite.All, CloudPC.ReadWrite.All, Directory.ReadWrite.All, RoleManagement.ReadWrite.CloudPC, RoleManagement.ReadWrite.Directory, | | Delegated (personal Microsoft account) | Not supported | -| Application | DeviceManagementRBAC.ReadWrite.All, RoleManagement.ReadWrite.Directory, RoleManagement.ReadWrite.CloudPC, Directory.ReadWrite.All, CloudPC.ReadWrite.All, | +| Application | DeviceManagementRBAC.ReadWrite.All, CloudPC.ReadWrite.All, Directory.ReadWrite.All, RoleManagement.ReadWrite.CloudPC, RoleManagement.ReadWrite.Directory, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/New-MgBetaRoleManagementDeviceManagementRoleDefinitionInheritPermissionFrom.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/New-MgBetaRoleManagementDeviceManagementRoleDefinitionInheritPermissionFrom.md index 1a0b7f6a6e9a2..cb9222c43f8db 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/New-MgBetaRoleManagementDeviceManagementRoleDefinitionInheritPermissionFrom.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/New-MgBetaRoleManagementDeviceManagementRoleDefinitionInheritPermissionFrom.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/new-mgbetarolemanagementdevicemanagementroledefinitioninheritpermissionfrom Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaRoleManagementDeviceManagementRoleDefinitionInheritPermissionFrom --- @@ -29,7 +29,7 @@ New-MgBetaRoleManagementDeviceManagementRoleDefinitionInheritPermissionFrom [-RolePermissions ] [-TemplateId ] [-Version ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -40,7 +40,6 @@ New-MgBetaRoleManagementDeviceManagementRoleDefinitionInheritPermissionFrom [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -55,7 +54,7 @@ New-MgBetaRoleManagementDeviceManagementRoleDefinitionInheritPermissionFrom [-RolePermissions ] [-TemplateId ] [-Version ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -66,7 +65,7 @@ New-MgBetaRoleManagementDeviceManagementRoleDefinitionInheritPermissionFrom -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.DeviceManagement.Enrollment/New-MgBetaRoleManagementExchangeCustomAppScope.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/New-MgBetaRoleManagementExchangeCustomAppScope.md index a0af8649b03ae..b1f2cbafeceb0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/New-MgBetaRoleManagementExchangeCustomAppScope.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/New-MgBetaRoleManagementExchangeCustomAppScope.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/new-mgbetarolemanagementexchangecustomappscope Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaRoleManagementExchangeCustomAppScope --- @@ -26,7 +26,6 @@ New-MgBetaRoleManagementExchangeCustomAppScope [-ResponseHeadersVariable ] [-Type ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -36,7 +35,6 @@ New-MgBetaRoleManagementExchangeCustomAppScope -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/New-MgBetaRoleManagementExchangeResourceNamespace.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/New-MgBetaRoleManagementExchangeResourceNamespace.md index c16f3d7400da8..58b80157d619a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/New-MgBetaRoleManagementExchangeResourceNamespace.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/New-MgBetaRoleManagementExchangeResourceNamespace.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/new-mgbetarolemanagementexchangeresourcenamespace Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaRoleManagementExchangeResourceNamespace --- @@ -25,7 +25,6 @@ New-MgBetaRoleManagementExchangeResourceNamespace [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -35,7 +34,7 @@ New-MgBetaRoleManagementExchangeResourceNamespace -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.DeviceManagement.Enrollment/New-MgBetaRoleManagementExchangeResourceNamespaceResourceAction.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/New-MgBetaRoleManagementExchangeResourceNamespaceResourceAction.md index 9185965f74dcd..897c5140aecbb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/New-MgBetaRoleManagementExchangeResourceNamespaceResourceAction.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/New-MgBetaRoleManagementExchangeResourceNamespaceResourceAction.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/new-mgbetarolemanagementexchangeresourcenamespaceresourceaction Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaRoleManagementExchangeResourceNamespaceResourceAction --- @@ -29,7 +29,7 @@ New-MgBetaRoleManagementExchangeResourceNamespaceResourceAction [-ResourceScope ] [-ResourceScopeId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -40,7 +40,6 @@ New-MgBetaRoleManagementExchangeResourceNamespaceResourceAction [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -55,7 +54,7 @@ New-MgBetaRoleManagementExchangeResourceNamespaceResourceAction [-ResourceScope ] [-ResourceScopeId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -66,7 +65,7 @@ New-MgBetaRoleManagementExchangeResourceNamespaceResourceAction -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.DeviceManagement.Enrollment/New-MgBetaRoleManagementExchangeRoleAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/New-MgBetaRoleManagementExchangeRoleAssignment.md index 4ecd94ab56594..d25745e31040c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/New-MgBetaRoleManagementExchangeRoleAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/New-MgBetaRoleManagementExchangeRoleAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/new-mgbetarolemanagementexchangeroleassignment Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaRoleManagementExchangeRoleAssignment --- @@ -28,7 +28,7 @@ New-MgBetaRoleManagementExchangeRoleAssignment [-ResponseHeadersVariable ] [-RoleDefinitionId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -38,7 +38,6 @@ New-MgBetaRoleManagementExchangeRoleAssignment -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/New-MgBetaRoleManagementExchangeRoleDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/New-MgBetaRoleManagementExchangeRoleDefinition.md index bd0ba6890cf2e..0b8658ca410c2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/New-MgBetaRoleManagementExchangeRoleDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/New-MgBetaRoleManagementExchangeRoleDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/new-mgbetarolemanagementexchangeroledefinition Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaRoleManagementExchangeRoleDefinition --- @@ -28,7 +28,7 @@ New-MgBetaRoleManagementExchangeRoleDefinition [-ResponseHeadersVariable ] [-TemplateId ] [-Version ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -38,7 +38,6 @@ New-MgBetaRoleManagementExchangeRoleDefinition -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/New-MgBetaRoleManagementExchangeRoleDefinitionInheritPermissionFrom.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/New-MgBetaRoleManagementExchangeRoleDefinitionInheritPermissionFrom.md index 87c54f7fc4346..c2e322ede991b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/New-MgBetaRoleManagementExchangeRoleDefinitionInheritPermissionFrom.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/New-MgBetaRoleManagementExchangeRoleDefinitionInheritPermissionFrom.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/new-mgbetarolemanagementexchangeroledefinitioninheritpermissionfrom Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaRoleManagementExchangeRoleDefinitionInheritPermissionFrom --- @@ -29,7 +29,7 @@ New-MgBetaRoleManagementExchangeRoleDefinitionInheritPermissionFrom [-RolePermissions ] [-TemplateId ] [-Version ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -40,7 +40,6 @@ New-MgBetaRoleManagementExchangeRoleDefinitionInheritPermissionFrom [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -55,7 +54,7 @@ New-MgBetaRoleManagementExchangeRoleDefinitionInheritPermissionFrom [-RolePermissions ] [-TemplateId ] [-Version ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -66,7 +65,7 @@ New-MgBetaRoleManagementExchangeRoleDefinitionInheritPermissionFrom -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.DeviceManagement.Enrollment/New-MgBetaRoleManagementExchangeTransitiveRoleAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/New-MgBetaRoleManagementExchangeTransitiveRoleAssignment.md index 727494c1ac0dc..090635b21c86d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/New-MgBetaRoleManagementExchangeTransitiveRoleAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/New-MgBetaRoleManagementExchangeTransitiveRoleAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/new-mgbetarolemanagementexchangetransitiveroleassignment Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaRoleManagementExchangeTransitiveRoleAssignment --- @@ -28,7 +28,7 @@ New-MgBetaRoleManagementExchangeTransitiveRoleAssignment [-ResponseHeadersVariab [-RoleDefinition ] [-RoleDefinitionId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -38,7 +38,7 @@ New-MgBetaRoleManagementExchangeTransitiveRoleAssignment -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.DeviceManagement.Enrollment/Publish-MgBetaDeviceManagementDepOnboardingSettingAppleDevice.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Publish-MgBetaDeviceManagementDepOnboardingSettingAppleDevice.md new file mode 100644 index 0000000000000..827b5459f774c --- /dev/null +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Publish-MgBetaDeviceManagementDepOnboardingSettingAppleDevice.md @@ -0,0 +1,565 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/publish-mgbetadevicemanagementdeponboardingsettingappledevice +Locale: en-US +Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment +ms.date: 07/10/2026 +PlatyPS schema version: 2024-05-01 +title: Publish-MgBetaDeviceManagementDepOnboardingSettingAppleDevice +--- + +# Publish-MgBetaDeviceManagementDepOnboardingSettingAppleDevice + +## SYNOPSIS + +Invoke action releaseAppleDevices + +## SYNTAX + +### ReleaseExpanded (Default) + +``` +Publish-MgBetaDeviceManagementDepOnboardingSettingAppleDevice -DepOnboardingSettingId + [-ResponseHeadersVariable ] [-AdditionalProperties ] [-DepToken ] + [-DeviceSerialNumbers ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +### Release + +``` +Publish-MgBetaDeviceManagementDepOnboardingSettingAppleDevice -DepOnboardingSettingId + -BodyParameter + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +### ReleaseViaIdentityExpanded + +``` +Publish-MgBetaDeviceManagementDepOnboardingSettingAppleDevice + -InputObject [-ResponseHeadersVariable ] + [-AdditionalProperties ] [-DepToken ] [-DeviceSerialNumbers ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +### ReleaseViaIdentity + +``` +Publish-MgBetaDeviceManagementDepOnboardingSettingAppleDevice + -InputObject + -BodyParameter + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Invoke action releaseAppleDevices + +## PARAMETERS + +### -AdditionalProperties + +Additional Parameters + +```yaml +Type: System.Collections.Hashtable +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: ReleaseViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: ReleaseExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -BodyParameter + + +To construct, see NOTES section for BODYPARAMETER properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IPaths1O9Ihb6DevicemanagementDeponboardingsettingsDeponboardingsettingIdMicrosoftGraphReleaseappledevicesPostRequestbodyContentApplicationJsonSchema +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: ReleaseViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Release + 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: '' +``` + +### -DepOnboardingSettingId + +The unique identifier of depOnboardingSetting + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: ReleaseExpanded + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Release + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -DepToken + + + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: ReleaseViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: ReleaseExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -DeviceSerialNumbers + + + +```yaml +Type: System.String[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: ReleaseViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: ReleaseExpanded + 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.IDeviceManagementEnrollmentIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: ReleaseViaIdentityExpanded + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: ReleaseViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + 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.IDeviceManagementEnrollmentIdentity + +{{ Fill in the Description }} + +### Microsoft.Graph.Beta.PowerShell.Models.IPaths1O9Ihb6DevicemanagementDeponboardingsettingsDeponboardingsettingIdMicrosoftGraphReleaseappledevicesPostRequestbodyContentApplicationJsonSchema + +{{ 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. + +BODYPARAMETER ``: . + [(Any) ]: This indicates any property can be added to this object. + [DepToken ]: + [DeviceSerialNumbers ]: + +INPUTOBJECT ``: Identity Parameter + [AndroidDeviceOwnerEnrollmentProfileId ]: The unique identifier of androidDeviceOwnerEnrollmentProfile + [AndroidForWorkEnrollmentProfileId ]: The unique identifier of androidForWorkEnrollmentProfile + [AppScopeId ]: The unique identifier of appScope + [AppleEnrollmentProfileAssignmentId ]: The unique identifier of appleEnrollmentProfileAssignment + [AppleUserInitiatedEnrollmentProfileId ]: The unique identifier of appleUserInitiatedEnrollmentProfile + [CustomAppScopeId ]: The unique identifier of customAppScope + [DepOnboardingSettingId ]: The unique identifier of depOnboardingSetting + [DeviceEnrollmentConfigurationId ]: The unique identifier of deviceEnrollmentConfiguration + [DeviceManagementAutopilotEventId ]: The unique identifier of deviceManagementAutopilotEvent + [DirectoryObjectId ]: The unique identifier of directoryObject + [EnrollmentConfigurationAssignmentId ]: The unique identifier of enrollmentConfigurationAssignment + [EnrollmentProfileId ]: The unique identifier of enrollmentProfile + [ExpiringBeforeDateTime ]: Usage: expiringBeforeDateTime='{expiringBeforeDateTime}' + [ImportedAppleDeviceIdentityId ]: The unique identifier of importedAppleDeviceIdentity + [ImportedDeviceIdentityId ]: The unique identifier of importedDeviceIdentity + [ImportedWindowsAutopilotDeviceIdentityId ]: The unique identifier of importedWindowsAutopilotDeviceIdentity + [UnifiedRbacResourceActionId ]: The unique identifier of unifiedRbacResourceAction + [UnifiedRbacResourceNamespaceId ]: The unique identifier of unifiedRbacResourceNamespace + [UnifiedRoleAssignmentId ]: The unique identifier of unifiedRoleAssignment + [UnifiedRoleAssignmentMultipleId ]: The unique identifier of unifiedRoleAssignmentMultiple + [UnifiedRoleDefinitionId ]: The unique identifier of unifiedRoleDefinition + [UnifiedRoleDefinitionId1 ]: The unique identifier of unifiedRoleDefinition + [WindowsAutopilotDeploymentProfileAssignmentId ]: The unique identifier of windowsAutopilotDeploymentProfileAssignment + [WindowsAutopilotDeploymentProfileId ]: The unique identifier of windowsAutopilotDeploymentProfile + [WindowsAutopilotDeviceIdentityId ]: The unique identifier of windowsAutopilotDeviceIdentity + [WindowsFeatureUpdateProfileAssignmentId ]: The unique identifier of windowsFeatureUpdateProfileAssignment + [WindowsFeatureUpdateProfileId ]: The unique identifier of windowsFeatureUpdateProfile + + +## RELATED LINKS + +- [Publish-MgBetaDeviceManagementDepOnboardingSettingAppleDevice](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/publish-mgbetadevicemanagementdeponboardingsettingappledevice) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfile.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfile.md index 2608817417e3c..beb1c63ae6800 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfile.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfile.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/remove-mgbetadevicemanagementandroiddeviceownerenrollmentprofile Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfile --- @@ -25,7 +25,6 @@ Remove-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaDeviceManagementAndroidForWorkEnrollmentProfile.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaDeviceManagementAndroidForWorkEnrollmentProfile.md index e059b40b4d62e..9ad4f279fecde 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaDeviceManagementAndroidForWorkEnrollmentProfile.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaDeviceManagementAndroidForWorkEnrollmentProfile.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/remove-mgbetadevicemanagementandroidforworkenrollmentprofile Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementAndroidForWorkEnrollmentProfile --- @@ -25,7 +25,6 @@ Remove-MgBetaDeviceManagementAndroidForWorkEnrollmentProfile [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaDeviceManagementAndroidForWorkEnrollmentProfile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfile.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfile.md index a55dda8dc6292..236c26851147c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfile.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfile.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/remove-mgbetadevicemanagementappleuserinitiatedenrollmentprofile Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfile --- @@ -25,7 +25,6 @@ Remove-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfileAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfileAssignment.md index 0d94179961eb6..975696437cdab 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfileAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfileAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/remove-mgbetadevicemanagementappleuserinitiatedenrollmentprofileassignment Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfileAssignment --- @@ -25,7 +25,6 @@ Remove-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfileAssignment [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfileAssignment [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaDeviceManagementAutopilotEvent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaDeviceManagementAutopilotEvent.md index 6e12153b69ab2..c97a2de30c2e1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaDeviceManagementAutopilotEvent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaDeviceManagementAutopilotEvent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/remove-mgbetadevicemanagementautopilotevent Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementAutopilotEvent --- @@ -24,7 +24,6 @@ Remove-MgBetaDeviceManagementAutopilotEvent -DeviceManagementAutopilotEventId ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaDeviceManagementAutopilotEvent -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaDeviceManagementConditionalAccessSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaDeviceManagementConditionalAccessSetting.md index 67066c7a671d6..caff9c7f62db9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaDeviceManagementConditionalAccessSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaDeviceManagementConditionalAccessSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/remove-mgbetadevicemanagementconditionalaccesssetting Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementConditionalAccessSetting --- @@ -27,7 +27,6 @@ Remove-MgBetaDeviceManagementConditionalAccessSetting [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaDeviceManagementDepOnboardingSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaDeviceManagementDepOnboardingSetting.md index 8aa1e3c5a1c2f..4426958d4af5b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaDeviceManagementDepOnboardingSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaDeviceManagementDepOnboardingSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/remove-mgbetadevicemanagementdeponboardingsetting Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementDepOnboardingSetting --- @@ -24,7 +24,6 @@ Remove-MgBetaDeviceManagementDepOnboardingSetting -DepOnboardingSettingId ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaDeviceManagementDepOnboardingSetting -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfile.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfile.md index 71cc7bec90f39..747194340dee9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfile.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfile.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/remove-mgbetadevicemanagementdeponboardingsettingenrollmentprofile Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfile --- @@ -25,7 +25,6 @@ Remove-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfile -DepOnboardin [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentity.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentity.md index 9015d59144697..550c3533538be 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentity.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentity.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/remove-mgbetadevicemanagementdeponboardingsettingimportedappledeviceidentity Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentity --- @@ -25,7 +25,6 @@ Remove-MgBetaDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentity [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentity [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaDeviceManagementDeviceEnrollmentConfiguration.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaDeviceManagementDeviceEnrollmentConfiguration.md index 634c56820b936..8425c342e8f04 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaDeviceManagementDeviceEnrollmentConfiguration.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaDeviceManagementDeviceEnrollmentConfiguration.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/remove-mgbetadevicemanagementdeviceenrollmentconfiguration Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementDeviceEnrollmentConfiguration --- @@ -27,7 +27,6 @@ Remove-MgBetaDeviceManagementDeviceEnrollmentConfiguration -DeviceEnrollmentConf [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -38,7 +37,6 @@ Remove-MgBetaDeviceManagementDeviceEnrollmentConfiguration [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaDeviceManagementDeviceEnrollmentConfigurationAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaDeviceManagementDeviceEnrollmentConfigurationAssignment.md index 384a54b22eb72..d641143e61c76 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaDeviceManagementDeviceEnrollmentConfigurationAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaDeviceManagementDeviceEnrollmentConfigurationAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/remove-mgbetadevicemanagementdeviceenrollmentconfigurationassignment Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementDeviceEnrollmentConfigurationAssignment --- @@ -28,7 +28,6 @@ Remove-MgBetaDeviceManagementDeviceEnrollmentConfigurationAssignment [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -39,7 +38,6 @@ Remove-MgBetaDeviceManagementDeviceEnrollmentConfigurationAssignment [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaDeviceManagementImportedDeviceIdentity.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaDeviceManagementImportedDeviceIdentity.md index 2de1f1eab886f..a46b54038eb2d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaDeviceManagementImportedDeviceIdentity.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaDeviceManagementImportedDeviceIdentity.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/remove-mgbetadevicemanagementimporteddeviceidentity Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementImportedDeviceIdentity --- @@ -24,7 +24,6 @@ Remove-MgBetaDeviceManagementImportedDeviceIdentity -ImportedDeviceIdentityId ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaDeviceManagementImportedDeviceIdentity [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaDeviceManagementImportedWindowsAutopilotDeviceIdentity.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaDeviceManagementImportedWindowsAutopilotDeviceIdentity.md index f25b2b937f4c7..6eff85b98899c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaDeviceManagementImportedWindowsAutopilotDeviceIdentity.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaDeviceManagementImportedWindowsAutopilotDeviceIdentity.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/remove-mgbetadevicemanagementimportedwindowsautopilotdeviceidentity Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementImportedWindowsAutopilotDeviceIdentity --- @@ -28,7 +28,6 @@ Remove-MgBetaDeviceManagementImportedWindowsAutopilotDeviceIdentity [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -39,7 +38,6 @@ Remove-MgBetaDeviceManagementImportedWindowsAutopilotDeviceIdentity [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaDeviceManagementWindowsAutopilotDeploymentProfile.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaDeviceManagementWindowsAutopilotDeploymentProfile.md index 91f42f24f61b8..3a6efc8693dc4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaDeviceManagementWindowsAutopilotDeploymentProfile.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaDeviceManagementWindowsAutopilotDeploymentProfile.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/remove-mgbetadevicemanagementwindowsautopilotdeploymentprofile Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementWindowsAutopilotDeploymentProfile --- @@ -25,7 +25,6 @@ Remove-MgBetaDeviceManagementWindowsAutopilotDeploymentProfile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaDeviceManagementWindowsAutopilotDeploymentProfile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDevice.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDevice.md index 47bd5ca487e45..0139ce1677813 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDevice.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDevice.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/remove-mgbetadevicemanagementwindowsautopilotdeploymentprofileassigneddevice Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDevice --- @@ -25,7 +25,6 @@ Remove-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDevice [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDevice [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignment.md index 026f283099a16..201468fa9fd02 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/remove-mgbetadevicemanagementwindowsautopilotdeploymentprofileassignment Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignment --- @@ -26,7 +26,6 @@ Remove-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignment [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignment [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaDeviceManagementWindowsAutopilotDeviceIdentity.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaDeviceManagementWindowsAutopilotDeviceIdentity.md index 6b300e75a5529..770754908f796 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaDeviceManagementWindowsAutopilotDeviceIdentity.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaDeviceManagementWindowsAutopilotDeviceIdentity.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/remove-mgbetadevicemanagementwindowsautopilotdeviceidentity Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementWindowsAutopilotDeviceIdentity --- @@ -28,7 +28,6 @@ Remove-MgBetaDeviceManagementWindowsAutopilotDeviceIdentity [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -39,7 +38,6 @@ Remove-MgBetaDeviceManagementWindowsAutopilotDeviceIdentity [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaDeviceManagementWindowsAutopilotSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaDeviceManagementWindowsAutopilotSetting.md index 0de55803f0e99..a892a5492a1f9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaDeviceManagementWindowsAutopilotSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaDeviceManagementWindowsAutopilotSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/remove-mgbetadevicemanagementwindowsautopilotsetting Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementWindowsAutopilotSetting --- @@ -24,7 +24,6 @@ Remove-MgBetaDeviceManagementWindowsAutopilotSetting [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaDeviceManagementWindowsFeatureUpdateProfile.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaDeviceManagementWindowsFeatureUpdateProfile.md index 97d0db85f275c..a1bb9b97f6cc3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaDeviceManagementWindowsFeatureUpdateProfile.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaDeviceManagementWindowsFeatureUpdateProfile.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/remove-mgbetadevicemanagementwindowsfeatureupdateprofile Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementWindowsFeatureUpdateProfile --- @@ -24,7 +24,6 @@ Remove-MgBetaDeviceManagementWindowsFeatureUpdateProfile -WindowsFeatureUpdatePr [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaDeviceManagementWindowsFeatureUpdateProfile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaDeviceManagementWindowsFeatureUpdateProfileAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaDeviceManagementWindowsFeatureUpdateProfileAssignment.md index 375e38dab197e..85075bcb872a1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaDeviceManagementWindowsFeatureUpdateProfileAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaDeviceManagementWindowsFeatureUpdateProfileAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/remove-mgbetadevicemanagementwindowsfeatureupdateprofileassignment Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementWindowsFeatureUpdateProfileAssignment --- @@ -25,7 +25,6 @@ Remove-MgBetaDeviceManagementWindowsFeatureUpdateProfileAssignment [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaDeviceManagementWindowsFeatureUpdateProfileAssignment [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaRoleManagementCloudPc.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaRoleManagementCloudPc.md index 0fb458dadb038..559e2839b749e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaRoleManagementCloudPc.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaRoleManagementCloudPc.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/remove-mgbetarolemanagementcloudpc Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaRoleManagementCloudPc --- @@ -24,7 +24,6 @@ Remove-MgBetaRoleManagementCloudPc [-IfMatch ] [-ResponseHeadersVariable [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaRoleManagementCloudPcResourceNamespace.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaRoleManagementCloudPcResourceNamespace.md index 4b50640b8bd41..cbfe69e5dc5af 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaRoleManagementCloudPcResourceNamespace.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaRoleManagementCloudPcResourceNamespace.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/remove-mgbetarolemanagementcloudpcresourcenamespace Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaRoleManagementCloudPcResourceNamespace --- @@ -24,7 +24,6 @@ Remove-MgBetaRoleManagementCloudPcResourceNamespace -UnifiedRbacResourceNamespac [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaRoleManagementCloudPcResourceNamespace [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaRoleManagementCloudPcResourceNamespaceResourceAction.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaRoleManagementCloudPcResourceNamespaceResourceAction.md index c0bcb47f68a58..34f24fce9bb40 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaRoleManagementCloudPcResourceNamespaceResourceAction.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaRoleManagementCloudPcResourceNamespaceResourceAction.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/remove-mgbetarolemanagementcloudpcresourcenamespaceresourceaction Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaRoleManagementCloudPcResourceNamespaceResourceAction --- @@ -25,7 +25,6 @@ Remove-MgBetaRoleManagementCloudPcResourceNamespaceResourceAction [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaRoleManagementCloudPcResourceNamespaceResourceAction [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaRoleManagementCloudPcResourceNamespaceResourceActionResourceScope.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaRoleManagementCloudPcResourceNamespaceResourceActionResourceScope.md index ce6235be806fd..769d5d5964de5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaRoleManagementCloudPcResourceNamespaceResourceActionResourceScope.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaRoleManagementCloudPcResourceNamespaceResourceActionResourceScope.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/remove-mgbetarolemanagementcloudpcresourcenamespaceresourceactionresourcescope Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaRoleManagementCloudPcResourceNamespaceResourceActionResourceScope --- @@ -25,7 +25,6 @@ Remove-MgBetaRoleManagementCloudPcResourceNamespaceResourceActionResourceScope [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaRoleManagementCloudPcResourceNamespaceResourceActionResourceScope [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaRoleManagementCloudPcRoleAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaRoleManagementCloudPcRoleAssignment.md index 9cd65129146bb..b4a6d160dbcaf 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaRoleManagementCloudPcRoleAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaRoleManagementCloudPcRoleAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/remove-mgbetarolemanagementcloudpcroleassignment Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaRoleManagementCloudPcRoleAssignment --- @@ -15,7 +15,7 @@ title: Remove-MgBetaRoleManagementCloudPcRoleAssignment Delete a unifiedRoleAssignmentMultiple object of an RBAC provider. This is applicable for a RBAC application that supports multiple principals and scopes. -The following RBAC providers are currently supported:- Cloud PC - device management (Intune)- Defender (Microsoft Defender XDR Unified RBAC) +The following RBAC providers are currently supported:\r- Cloud PC \r- device management (Intune)\r- Defender (Microsoft Defender XDR Unified RBAC) ## SYNTAX @@ -26,7 +26,6 @@ Remove-MgBetaRoleManagementCloudPcRoleAssignment -UnifiedRoleAssignmentMultipleI [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaRoleManagementCloudPcRoleAssignment -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -48,7 +46,7 @@ This cmdlet has the following aliases, Delete a unifiedRoleAssignmentMultiple object of an RBAC provider. This is applicable for a RBAC application that supports multiple principals and scopes. -The following RBAC providers are currently supported:- Cloud PC - device management (Intune)- Defender (Microsoft Defender XDR Unified RBAC) +The following RBAC providers are currently supported:\r- Cloud PC \r- device management (Intune)\r- Defender (Microsoft Defender XDR Unified RBAC) **Permissions** diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaRoleManagementCloudPcRoleAssignmentAppScope.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaRoleManagementCloudPcRoleAssignmentAppScope.md index 343bc61de19f4..ecbc2edeff92b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaRoleManagementCloudPcRoleAssignmentAppScope.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaRoleManagementCloudPcRoleAssignmentAppScope.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/remove-mgbetarolemanagementcloudpcroleassignmentappscope Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaRoleManagementCloudPcRoleAssignmentAppScope --- @@ -25,7 +25,6 @@ Remove-MgBetaRoleManagementCloudPcRoleAssignmentAppScope -AppScopeId [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaRoleManagementCloudPcRoleAssignmentAppScope [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaRoleManagementCloudPcRoleDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaRoleManagementCloudPcRoleDefinition.md index 4c34a6b6e38c1..18092ba272299 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaRoleManagementCloudPcRoleDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaRoleManagementCloudPcRoleDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/remove-mgbetarolemanagementcloudpcroledefinition Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaRoleManagementCloudPcRoleDefinition --- @@ -16,7 +16,7 @@ title: Remove-MgBetaRoleManagementCloudPcRoleDefinition Delete a unifiedRoleDefinition object for an RBAC provider. You cannot delete built-in roles. This feature requires a Microsoft Entra ID P1 or P2 license. -The following RBAC providers are currently supported:- Cloud PC- device management (Intune)- Defender (Microsoft Defender XDR Unified RBAC)- directory (Microsoft Entra ID) +The following RBAC providers are currently supported:\r- Cloud PC\r- device management (Intune)\r- Defender (Microsoft Defender XDR Unified RBAC)\r- directory (Microsoft Entra ID) ## SYNTAX @@ -27,7 +27,6 @@ Remove-MgBetaRoleManagementCloudPcRoleDefinition -UnifiedRoleDefinitionId ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaRoleManagementCloudPcRoleDefinition -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -50,15 +48,15 @@ This cmdlet has the following aliases, Delete a unifiedRoleDefinition object for an RBAC provider. You cannot delete built-in roles. This feature requires a Microsoft Entra ID P1 or P2 license. -The following RBAC providers are currently supported:- Cloud PC- device management (Intune)- Defender (Microsoft Defender XDR Unified RBAC)- directory (Microsoft Entra ID) +The following RBAC providers are currently supported:\r- Cloud PC\r- device management (Intune)\r- Defender (Microsoft Defender XDR Unified RBAC)\r- directory (Microsoft Entra ID) **Permissions** | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | DeviceManagementRBAC.ReadWrite.All, RoleManagement.ReadWrite.Directory, RoleManagement.ReadWrite.CloudPC, Directory.ReadWrite.All, CloudPC.ReadWrite.All, | +| Delegated (work or school account) | DeviceManagementRBAC.ReadWrite.All, CloudPC.ReadWrite.All, Directory.ReadWrite.All, RoleManagement.ReadWrite.CloudPC, RoleManagement.ReadWrite.Directory, | | Delegated (personal Microsoft account) | Not supported | -| Application | DeviceManagementRBAC.ReadWrite.All, RoleManagement.ReadWrite.Directory, RoleManagement.ReadWrite.CloudPC, Directory.ReadWrite.All, CloudPC.ReadWrite.All, | +| Application | DeviceManagementRBAC.ReadWrite.All, CloudPC.ReadWrite.All, Directory.ReadWrite.All, RoleManagement.ReadWrite.CloudPC, RoleManagement.ReadWrite.Directory, | ## EXAMPLES ### Example 2: Code snippet diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaRoleManagementCloudPcRoleDefinitionInheritPermissionFrom.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaRoleManagementCloudPcRoleDefinitionInheritPermissionFrom.md index 9a92b034d8eb3..85beb778b472e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaRoleManagementCloudPcRoleDefinitionInheritPermissionFrom.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaRoleManagementCloudPcRoleDefinitionInheritPermissionFrom.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/remove-mgbetarolemanagementcloudpcroledefinitioninheritpermissionfrom Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaRoleManagementCloudPcRoleDefinitionInheritPermissionFrom --- @@ -25,7 +25,6 @@ Remove-MgBetaRoleManagementCloudPcRoleDefinitionInheritPermissionFrom [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaRoleManagementCloudPcRoleDefinitionInheritPermissionFrom [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaRoleManagementDeviceManagement.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaRoleManagementDeviceManagement.md index 52729c6814ebc..b95129a79ff3c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaRoleManagementDeviceManagement.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaRoleManagementDeviceManagement.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/remove-mgbetarolemanagementdevicemanagement Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaRoleManagementDeviceManagement --- @@ -24,7 +24,6 @@ Remove-MgBetaRoleManagementDeviceManagement [-IfMatch ] [-ResponseHeader [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaRoleManagementDeviceManagementResourceNamespace.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaRoleManagementDeviceManagementResourceNamespace.md index 487ced3e73046..87f15776d419d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaRoleManagementDeviceManagementResourceNamespace.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaRoleManagementDeviceManagementResourceNamespace.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/remove-mgbetarolemanagementdevicemanagementresourcenamespace Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaRoleManagementDeviceManagementResourceNamespace --- @@ -25,7 +25,6 @@ Remove-MgBetaRoleManagementDeviceManagementResourceNamespace [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaRoleManagementDeviceManagementResourceNamespace [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceAction.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceAction.md index b26d8a1e55c1f..19e310d5ecede 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceAction.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceAction.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/remove-mgbetarolemanagementdevicemanagementresourcenamespaceresourceaction Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceAction --- @@ -25,7 +25,6 @@ Remove-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceAction [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceAction [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceActionResourceScope.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceActionResourceScope.md index 0ee002b5ba01e..9c2869d685a56 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceActionResourceScope.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceActionResourceScope.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/remove-mgbetarolemanagementdevicemanagementresourcenamespaceresourceactionresourcescope Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceActionResourceScope --- @@ -25,7 +25,6 @@ Remove-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceActionResour [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceActionResour [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaRoleManagementDeviceManagementRoleAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaRoleManagementDeviceManagementRoleAssignment.md index e9d6d8374c1c1..9cdd197cda0e7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaRoleManagementDeviceManagementRoleAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaRoleManagementDeviceManagementRoleAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/remove-mgbetarolemanagementdevicemanagementroleassignment Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaRoleManagementDeviceManagementRoleAssignment --- @@ -15,7 +15,7 @@ title: Remove-MgBetaRoleManagementDeviceManagementRoleAssignment Delete a unifiedRoleAssignmentMultiple object of an RBAC provider. This is applicable for a RBAC application that supports multiple principals and scopes. -The following RBAC providers are currently supported:- Cloud PC - device management (Intune)- Defender (Microsoft Defender XDR Unified RBAC) +The following RBAC providers are currently supported:\r- Cloud PC \r- device management (Intune)\r- Defender (Microsoft Defender XDR Unified RBAC) ## SYNTAX @@ -26,7 +26,6 @@ Remove-MgBetaRoleManagementDeviceManagementRoleAssignment -UnifiedRoleAssignment [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaRoleManagementDeviceManagementRoleAssignment [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -49,7 +47,7 @@ This cmdlet has the following aliases, Delete a unifiedRoleAssignmentMultiple object of an RBAC provider. This is applicable for a RBAC application that supports multiple principals and scopes. -The following RBAC providers are currently supported:- Cloud PC - device management (Intune)- Defender (Microsoft Defender XDR Unified RBAC) +The following RBAC providers are currently supported:\r- Cloud PC \r- device management (Intune)\r- Defender (Microsoft Defender XDR Unified RBAC) **Permissions** diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaRoleManagementDeviceManagementRoleAssignmentAppScope.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaRoleManagementDeviceManagementRoleAssignmentAppScope.md index 28e623fd2f75c..3d531d83714d9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaRoleManagementDeviceManagementRoleAssignmentAppScope.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaRoleManagementDeviceManagementRoleAssignmentAppScope.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/remove-mgbetarolemanagementdevicemanagementroleassignmentappscope Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaRoleManagementDeviceManagementRoleAssignmentAppScope --- @@ -25,7 +25,6 @@ Remove-MgBetaRoleManagementDeviceManagementRoleAssignmentAppScope -AppScopeId ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaRoleManagementDeviceManagementRoleAssignmentAppScope [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaRoleManagementDeviceManagementRoleDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaRoleManagementDeviceManagementRoleDefinition.md index 0758afcbf40a6..d4805b3615bf0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaRoleManagementDeviceManagementRoleDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaRoleManagementDeviceManagementRoleDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/remove-mgbetarolemanagementdevicemanagementroledefinition Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaRoleManagementDeviceManagementRoleDefinition --- @@ -24,7 +24,6 @@ Remove-MgBetaRoleManagementDeviceManagementRoleDefinition -UnifiedRoleDefinition [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaRoleManagementDeviceManagementRoleDefinition [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -51,9 +49,9 @@ Delete navigation property roleDefinitions for roleManagement | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | DeviceManagementRBAC.ReadWrite.All, RoleManagement.ReadWrite.Directory, RoleManagement.ReadWrite.CloudPC, Directory.ReadWrite.All, CloudPC.ReadWrite.All, | +| Delegated (work or school account) | DeviceManagementRBAC.ReadWrite.All, CloudPC.ReadWrite.All, Directory.ReadWrite.All, RoleManagement.ReadWrite.CloudPC, RoleManagement.ReadWrite.Directory, | | Delegated (personal Microsoft account) | Not supported | -| Application | DeviceManagementRBAC.ReadWrite.All, RoleManagement.ReadWrite.Directory, RoleManagement.ReadWrite.CloudPC, Directory.ReadWrite.All, CloudPC.ReadWrite.All, | +| Application | DeviceManagementRBAC.ReadWrite.All, CloudPC.ReadWrite.All, Directory.ReadWrite.All, RoleManagement.ReadWrite.CloudPC, RoleManagement.ReadWrite.Directory, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaRoleManagementDeviceManagementRoleDefinitionInheritPermissionFrom.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaRoleManagementDeviceManagementRoleDefinitionInheritPermissionFrom.md index 056b8ffee704d..f1e639a3b680c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaRoleManagementDeviceManagementRoleDefinitionInheritPermissionFrom.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaRoleManagementDeviceManagementRoleDefinitionInheritPermissionFrom.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/remove-mgbetarolemanagementdevicemanagementroledefinitioninheritpermissionfrom Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaRoleManagementDeviceManagementRoleDefinitionInheritPermissionFrom --- @@ -25,7 +25,6 @@ Remove-MgBetaRoleManagementDeviceManagementRoleDefinitionInheritPermissionFrom [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaRoleManagementDeviceManagementRoleDefinitionInheritPermissionFrom [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaRoleManagementExchange.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaRoleManagementExchange.md index a83669fe37fd1..9647fcb99defd 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaRoleManagementExchange.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaRoleManagementExchange.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/remove-mgbetarolemanagementexchange Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaRoleManagementExchange --- @@ -24,7 +24,6 @@ Remove-MgBetaRoleManagementExchange [-IfMatch ] [-ResponseHeadersVariabl [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaRoleManagementExchangeCustomAppScope.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaRoleManagementExchangeCustomAppScope.md index e561a9103d102..fcb94cf76db7b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaRoleManagementExchangeCustomAppScope.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaRoleManagementExchangeCustomAppScope.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/remove-mgbetarolemanagementexchangecustomappscope Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaRoleManagementExchangeCustomAppScope --- @@ -25,7 +25,6 @@ Remove-MgBetaRoleManagementExchangeCustomAppScope -CustomAppScopeId [-I [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaRoleManagementExchangeCustomAppScope -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaRoleManagementExchangeResourceNamespace.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaRoleManagementExchangeResourceNamespace.md index 12872e6ede0a7..9c24a3b6e75f9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaRoleManagementExchangeResourceNamespace.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaRoleManagementExchangeResourceNamespace.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/remove-mgbetarolemanagementexchangeresourcenamespace Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaRoleManagementExchangeResourceNamespace --- @@ -24,7 +24,6 @@ Remove-MgBetaRoleManagementExchangeResourceNamespace -UnifiedRbacResourceNamespa [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaRoleManagementExchangeResourceNamespace [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaRoleManagementExchangeResourceNamespaceResourceAction.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaRoleManagementExchangeResourceNamespaceResourceAction.md index 9b8a6c975f337..49f8559419584 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaRoleManagementExchangeResourceNamespaceResourceAction.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaRoleManagementExchangeResourceNamespaceResourceAction.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/remove-mgbetarolemanagementexchangeresourcenamespaceresourceaction Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaRoleManagementExchangeResourceNamespaceResourceAction --- @@ -25,7 +25,6 @@ Remove-MgBetaRoleManagementExchangeResourceNamespaceResourceAction [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaRoleManagementExchangeResourceNamespaceResourceAction [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaRoleManagementExchangeResourceNamespaceResourceActionResourceScope.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaRoleManagementExchangeResourceNamespaceResourceActionResourceScope.md index f8d62091846d6..6469665cb15db 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaRoleManagementExchangeResourceNamespaceResourceActionResourceScope.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaRoleManagementExchangeResourceNamespaceResourceActionResourceScope.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/remove-mgbetarolemanagementexchangeresourcenamespaceresourceactionresourcescope Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaRoleManagementExchangeResourceNamespaceResourceActionResourceScope --- @@ -25,7 +25,6 @@ Remove-MgBetaRoleManagementExchangeResourceNamespaceResourceActionResourceScope [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaRoleManagementExchangeResourceNamespaceResourceActionResourceScope [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaRoleManagementExchangeRoleAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaRoleManagementExchangeRoleAssignment.md index 117a4c81440b3..df450e74329ea 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaRoleManagementExchangeRoleAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaRoleManagementExchangeRoleAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/remove-mgbetarolemanagementexchangeroleassignment Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaRoleManagementExchangeRoleAssignment --- @@ -24,7 +24,6 @@ Remove-MgBetaRoleManagementExchangeRoleAssignment -UnifiedRoleAssignmentId ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaRoleManagementExchangeRoleAssignment -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaRoleManagementExchangeRoleAssignmentAppScope.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaRoleManagementExchangeRoleAssignmentAppScope.md index d905b663b74f9..75f5063a2529e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaRoleManagementExchangeRoleAssignmentAppScope.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaRoleManagementExchangeRoleAssignmentAppScope.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/remove-mgbetarolemanagementexchangeroleassignmentappscope Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaRoleManagementExchangeRoleAssignmentAppScope --- @@ -24,7 +24,6 @@ Remove-MgBetaRoleManagementExchangeRoleAssignmentAppScope -UnifiedRoleAssignment [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaRoleManagementExchangeRoleAssignmentAppScope [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaRoleManagementExchangeRoleDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaRoleManagementExchangeRoleDefinition.md index 35bd83f81e3ee..9529fceef266e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaRoleManagementExchangeRoleDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaRoleManagementExchangeRoleDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/remove-mgbetarolemanagementexchangeroledefinition Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaRoleManagementExchangeRoleDefinition --- @@ -24,7 +24,6 @@ Remove-MgBetaRoleManagementExchangeRoleDefinition -UnifiedRoleDefinitionId ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaRoleManagementExchangeRoleDefinition -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaRoleManagementExchangeRoleDefinitionInheritPermissionFrom.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaRoleManagementExchangeRoleDefinitionInheritPermissionFrom.md index d357444d4b224..2cb1ef293a0eb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaRoleManagementExchangeRoleDefinitionInheritPermissionFrom.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaRoleManagementExchangeRoleDefinitionInheritPermissionFrom.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/remove-mgbetarolemanagementexchangeroledefinitioninheritpermissionfrom Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaRoleManagementExchangeRoleDefinitionInheritPermissionFrom --- @@ -25,7 +25,6 @@ Remove-MgBetaRoleManagementExchangeRoleDefinitionInheritPermissionFrom [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaRoleManagementExchangeRoleDefinitionInheritPermissionFrom [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaRoleManagementExchangeTransitiveRoleAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaRoleManagementExchangeTransitiveRoleAssignment.md index 3142bc6b2ec91..3f19361138138 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaRoleManagementExchangeTransitiveRoleAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaRoleManagementExchangeTransitiveRoleAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/remove-mgbetarolemanagementexchangetransitiveroleassignment Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaRoleManagementExchangeTransitiveRoleAssignment --- @@ -24,7 +24,6 @@ Remove-MgBetaRoleManagementExchangeTransitiveRoleAssignment -UnifiedRoleAssignme [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaRoleManagementExchangeTransitiveRoleAssignment [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaRoleManagementExchangeTransitiveRoleAssignmentAppScope.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaRoleManagementExchangeTransitiveRoleAssignmentAppScope.md index a78cb324f8d2a..7dc9f4af46b97 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaRoleManagementExchangeTransitiveRoleAssignmentAppScope.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Remove-MgBetaRoleManagementExchangeTransitiveRoleAssignmentAppScope.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/remove-mgbetarolemanagementexchangetransitiveroleassignmentappscope Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaRoleManagementExchangeTransitiveRoleAssignmentAppScope --- @@ -25,7 +25,6 @@ Remove-MgBetaRoleManagementExchangeTransitiveRoleAssignmentAppScope [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaRoleManagementExchangeTransitiveRoleAssignmentAppScope [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Revoke-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfileToken.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Revoke-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfileToken.md index 4e2c7736192a0..e67e41728de53 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Revoke-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfileToken.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Revoke-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfileToken.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/revoke-mgbetadevicemanagementandroiddeviceownerenrollmentprofiletoken Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Revoke-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfileToken --- @@ -25,7 +25,6 @@ Revoke-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfileToken [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### RevokeViaIdentity @@ -36,7 +35,6 @@ Revoke-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfileToken [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Revoke-MgBetaDeviceManagementAndroidForWorkEnrollmentProfileToken.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Revoke-MgBetaDeviceManagementAndroidForWorkEnrollmentProfileToken.md index c0cbb05632f55..addf943284361 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Revoke-MgBetaDeviceManagementAndroidForWorkEnrollmentProfileToken.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Revoke-MgBetaDeviceManagementAndroidForWorkEnrollmentProfileToken.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/revoke-mgbetadevicemanagementandroidforworkenrollmentprofiletoken Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Revoke-MgBetaDeviceManagementAndroidForWorkEnrollmentProfileToken --- @@ -25,7 +25,6 @@ Revoke-MgBetaDeviceManagementAndroidForWorkEnrollmentProfileToken [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### RevokeViaIdentity @@ -36,7 +35,6 @@ Revoke-MgBetaDeviceManagementAndroidForWorkEnrollmentProfileToken [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Search-MgBetaDeviceManagementImportedDeviceIdentityExistingIdentity.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Search-MgBetaDeviceManagementImportedDeviceIdentityExistingIdentity.md index e08b4d33ca31e..531f8216dafaf 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Search-MgBetaDeviceManagementImportedDeviceIdentityExistingIdentity.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Search-MgBetaDeviceManagementImportedDeviceIdentityExistingIdentity.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/search-mgbetadevicemanagementimporteddeviceidentityexistingidentity Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Search-MgBetaDeviceManagementImportedDeviceIdentityExistingIdentity --- @@ -25,7 +25,7 @@ Search-MgBetaDeviceManagementImportedDeviceIdentityExistingIdentity [-ImportedDeviceIdentities ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Search @@ -36,7 +36,6 @@ Search-MgBetaDeviceManagementImportedDeviceIdentityExistingIdentity [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Set-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfileEnrollmentTimeDeviceMembershipTarget.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Set-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfileEnrollmentTimeDeviceMembershipTarget.md index 4f514dd202b23..414201e27ae57 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Set-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfileEnrollmentTimeDeviceMembershipTarget.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Set-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfileEnrollmentTimeDeviceMembershipTarget.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/set-mgbetadevicemanagementandroiddeviceownerenrollmentprofileenrollmenttimedevicemembershiptarget Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Set-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfileEnrollmentTimeDeviceMembershipTarget --- @@ -26,7 +26,7 @@ Set-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfileEnrollmentTimeDevic [-EnrollmentTimeDeviceMembershipTargets ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Set @@ -38,7 +38,6 @@ Set-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfileEnrollmentTimeDevic [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SetViaIdentityExpanded @@ -50,7 +49,7 @@ Set-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfileEnrollmentTimeDevic [-EnrollmentTimeDeviceMembershipTargets ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### SetViaIdentity @@ -62,7 +61,6 @@ Set-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfileEnrollmentTimeDevic [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Set-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfilePriority.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Set-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfilePriority.md index 537ba42280a66..0909a29f6b538 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Set-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfilePriority.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Set-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfilePriority.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/set-mgbetadevicemanagementappleuserinitiatedenrollmentprofilepriority Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Set-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfilePriority --- @@ -25,7 +25,6 @@ Set-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfilePriority [-AdditionalProperties ] [-Priority ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Set @@ -37,7 +36,6 @@ Set-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfilePriority [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SetViaIdentityExpanded @@ -48,7 +46,6 @@ Set-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfilePriority [-AdditionalProperties ] [-Priority ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SetViaIdentity @@ -60,7 +57,6 @@ Set-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfilePriority [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Set-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfileDefaultProfile.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Set-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfileDefaultProfile.md index ae247d1ddd4d5..6f58151419697 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Set-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfileDefaultProfile.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Set-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfileDefaultProfile.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/set-mgbetadevicemanagementdeponboardingsettingenrollmentprofiledefaultprofile Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Set-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfileDefaultProfile --- @@ -25,7 +25,6 @@ Set-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfileDefaultProfile [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SetViaIdentity @@ -36,7 +35,6 @@ Set-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfileDefaultProfile [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Set-MgBetaDeviceManagementDeviceEnrollmentConfiguration.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Set-MgBetaDeviceManagementDeviceEnrollmentConfiguration.md index 0c1f47a05f8c0..e8258eb4e3f53 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Set-MgBetaDeviceManagementDeviceEnrollmentConfiguration.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Set-MgBetaDeviceManagementDeviceEnrollmentConfiguration.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/set-mgbetadevicemanagementdeviceenrollmentconfiguration Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Set-MgBetaDeviceManagementDeviceEnrollmentConfiguration --- @@ -29,7 +29,6 @@ Set-MgBetaDeviceManagementDeviceEnrollmentConfiguration -DeviceEnrollmentConfigu [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Assign @@ -40,7 +39,6 @@ Set-MgBetaDeviceManagementDeviceEnrollmentConfiguration -DeviceEnrollmentConfigu [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### AssignViaIdentityExpanded @@ -53,7 +51,6 @@ Set-MgBetaDeviceManagementDeviceEnrollmentConfiguration [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### AssignViaIdentity @@ -65,7 +62,6 @@ Set-MgBetaDeviceManagementDeviceEnrollmentConfiguration [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Set-MgBetaDeviceManagementDeviceEnrollmentConfigurationPriority.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Set-MgBetaDeviceManagementDeviceEnrollmentConfigurationPriority.md index afaccdb164bc2..3424fc09f96ff 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Set-MgBetaDeviceManagementDeviceEnrollmentConfigurationPriority.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Set-MgBetaDeviceManagementDeviceEnrollmentConfigurationPriority.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/set-mgbetadevicemanagementdeviceenrollmentconfigurationpriority Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Set-MgBetaDeviceManagementDeviceEnrollmentConfigurationPriority --- @@ -28,7 +28,6 @@ Set-MgBetaDeviceManagementDeviceEnrollmentConfigurationPriority [-AdditionalProperties ] [-Priority ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Set @@ -40,7 +39,6 @@ Set-MgBetaDeviceManagementDeviceEnrollmentConfigurationPriority [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SetViaIdentityExpanded @@ -51,7 +49,6 @@ Set-MgBetaDeviceManagementDeviceEnrollmentConfigurationPriority [-AdditionalProperties ] [-Priority ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SetViaIdentity @@ -63,7 +60,6 @@ Set-MgBetaDeviceManagementDeviceEnrollmentConfigurationPriority [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Set-MgBetaDeviceManagementWindowsAutopilotDeploymentProfile.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Set-MgBetaDeviceManagementWindowsAutopilotDeploymentProfile.md index 4dccf432f5bf1..fc4aeaa663e17 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Set-MgBetaDeviceManagementWindowsAutopilotDeploymentProfile.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Set-MgBetaDeviceManagementWindowsAutopilotDeploymentProfile.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/set-mgbetadevicemanagementwindowsautopilotdeploymentprofile Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Set-MgBetaDeviceManagementWindowsAutopilotDeploymentProfile --- @@ -25,7 +25,6 @@ Set-MgBetaDeviceManagementWindowsAutopilotDeploymentProfile [-AdditionalProperties ] [-DeviceIds ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Assign @@ -37,7 +36,6 @@ Set-MgBetaDeviceManagementWindowsAutopilotDeploymentProfile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### AssignViaIdentityExpanded @@ -48,7 +46,6 @@ Set-MgBetaDeviceManagementWindowsAutopilotDeploymentProfile [-AdditionalProperties ] [-DeviceIds ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### AssignViaIdentity @@ -60,7 +57,6 @@ Set-MgBetaDeviceManagementWindowsAutopilotDeploymentProfile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Set-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDeviceResourceAccountToDevice.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Set-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDeviceResourceAccountToDevice.md index 16a0691d99805..7951fb1bbd7ca 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Set-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDeviceResourceAccountToDevice.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Set-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDeviceResourceAccountToDevice.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/set-mgbetadevicemanagementwindowsautopilotdeploymentprofileassigneddeviceresourceaccounttodevice Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Set-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDeviceResourceAccountToDevice --- @@ -27,7 +27,6 @@ Set-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDeviceResourc [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Assign @@ -39,7 +38,6 @@ Set-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDeviceResourc [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### AssignViaIdentityExpanded @@ -51,7 +49,6 @@ Set-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDeviceResourc [-UserPrincipalName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### AssignViaIdentity @@ -63,7 +60,6 @@ Set-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDeviceResourc [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Set-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDeviceUserToDevice.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Set-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDeviceUserToDevice.md index d05335918e719..5561d48c2cb38 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Set-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDeviceUserToDevice.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Set-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDeviceUserToDevice.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/set-mgbetadevicemanagementwindowsautopilotdeploymentprofileassigneddeviceusertodevice Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Set-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDeviceUserToDevice --- @@ -26,7 +26,6 @@ Set-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDeviceUserToD [-AddressableUserName ] [-UserPrincipalName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Assign @@ -38,7 +37,6 @@ Set-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDeviceUserToD [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### AssignViaIdentityExpanded @@ -50,7 +48,6 @@ Set-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDeviceUserToD [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### AssignViaIdentity @@ -62,7 +59,6 @@ Set-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDeviceUserToD [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Set-MgBetaDeviceManagementWindowsAutopilotDeviceIdentityResourceAccountToDevice.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Set-MgBetaDeviceManagementWindowsAutopilotDeviceIdentityResourceAccountToDevice.md index a23d5fe7e1660..64575501332c9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Set-MgBetaDeviceManagementWindowsAutopilotDeviceIdentityResourceAccountToDevice.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Set-MgBetaDeviceManagementWindowsAutopilotDeviceIdentityResourceAccountToDevice.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/set-mgbetadevicemanagementwindowsautopilotdeviceidentityresourceaccounttodevice Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Set-MgBetaDeviceManagementWindowsAutopilotDeviceIdentityResourceAccountToDevice --- @@ -26,7 +26,6 @@ Set-MgBetaDeviceManagementWindowsAutopilotDeviceIdentityResourceAccountToDevice [-UserPrincipalName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Assign @@ -38,7 +37,6 @@ Set-MgBetaDeviceManagementWindowsAutopilotDeviceIdentityResourceAccountToDevice [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### AssignViaIdentityExpanded @@ -50,7 +48,6 @@ Set-MgBetaDeviceManagementWindowsAutopilotDeviceIdentityResourceAccountToDevice [-UserPrincipalName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### AssignViaIdentity @@ -62,7 +59,6 @@ Set-MgBetaDeviceManagementWindowsAutopilotDeviceIdentityResourceAccountToDevice [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Set-MgBetaDeviceManagementWindowsAutopilotDeviceIdentityUserToDevice.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Set-MgBetaDeviceManagementWindowsAutopilotDeviceIdentityUserToDevice.md index a37e7b8f7bd72..2260d7d90f113 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Set-MgBetaDeviceManagementWindowsAutopilotDeviceIdentityUserToDevice.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Set-MgBetaDeviceManagementWindowsAutopilotDeviceIdentityUserToDevice.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/set-mgbetadevicemanagementwindowsautopilotdeviceidentityusertodevice Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Set-MgBetaDeviceManagementWindowsAutopilotDeviceIdentityUserToDevice --- @@ -29,7 +29,6 @@ Set-MgBetaDeviceManagementWindowsAutopilotDeviceIdentityUserToDevice [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Assign @@ -41,7 +40,6 @@ Set-MgBetaDeviceManagementWindowsAutopilotDeviceIdentityUserToDevice [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### AssignViaIdentityExpanded @@ -53,7 +51,6 @@ Set-MgBetaDeviceManagementWindowsAutopilotDeviceIdentityUserToDevice [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### AssignViaIdentity @@ -65,7 +62,6 @@ Set-MgBetaDeviceManagementWindowsAutopilotDeviceIdentityUserToDevice [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Set-MgBetaDeviceManagementWindowsFeatureUpdateProfile.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Set-MgBetaDeviceManagementWindowsFeatureUpdateProfile.md index 59f8f04359bf9..8ad24180f5825 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Set-MgBetaDeviceManagementWindowsFeatureUpdateProfile.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Set-MgBetaDeviceManagementWindowsFeatureUpdateProfile.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/set-mgbetadevicemanagementwindowsfeatureupdateprofile Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Set-MgBetaDeviceManagementWindowsFeatureUpdateProfile --- @@ -26,7 +26,6 @@ Set-MgBetaDeviceManagementWindowsFeatureUpdateProfile -WindowsFeatureUpdateProfi [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Assign @@ -37,7 +36,6 @@ Set-MgBetaDeviceManagementWindowsFeatureUpdateProfile -WindowsFeatureUpdateProfi [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### AssignViaIdentityExpanded @@ -50,7 +48,6 @@ Set-MgBetaDeviceManagementWindowsFeatureUpdateProfile [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### AssignViaIdentity @@ -62,7 +59,6 @@ Set-MgBetaDeviceManagementWindowsFeatureUpdateProfile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Sync-MgBetaDeviceManagementDepOnboardingSettingWithAppleDeviceEnrollmentProgram.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Sync-MgBetaDeviceManagementDepOnboardingSettingWithAppleDeviceEnrollmentProgram.md index 8355cf9bd40b9..f6283f2913943 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Sync-MgBetaDeviceManagementDepOnboardingSettingWithAppleDeviceEnrollmentProgram.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Sync-MgBetaDeviceManagementDepOnboardingSettingWithAppleDeviceEnrollmentProgram.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/sync-mgbetadevicemanagementdeponboardingsettingwithappledeviceenrollmentprogram Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Sync-MgBetaDeviceManagementDepOnboardingSettingWithAppleDeviceEnrollmentProgram --- @@ -25,7 +25,6 @@ Sync-MgBetaDeviceManagementDepOnboardingSettingWithAppleDeviceEnrollmentProgram [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SyncViaIdentity @@ -36,7 +35,6 @@ Sync-MgBetaDeviceManagementDepOnboardingSettingWithAppleDeviceEnrollmentProgram [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Sync-MgBetaDeviceManagementWindowsAutopilotSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Sync-MgBetaDeviceManagementWindowsAutopilotSetting.md index 726927a52ce66..f147048178945 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Sync-MgBetaDeviceManagementWindowsAutopilotSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Sync-MgBetaDeviceManagementWindowsAutopilotSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/sync-mgbetadevicemanagementwindowsautopilotsetting Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Sync-MgBetaDeviceManagementWindowsAutopilotSetting --- @@ -27,7 +27,6 @@ Sync-MgBetaDeviceManagementWindowsAutopilotSetting [-ResponseHeadersVariable ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfile.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfile.md index 3933a7775a92e..e766d9e1e686b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfile.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfile.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/update-mgbetadevicemanagementandroiddeviceownerenrollmentprofile Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfile --- @@ -33,7 +33,7 @@ Update-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfile [-WifiHidden] [-WifiPassword ] [-WifiSecurityType ] [-WifiSsid ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -45,7 +45,6 @@ Update-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -64,7 +63,7 @@ Update-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfile [-WifiHidden] [-WifiPassword ] [-WifiSecurityType ] [-WifiSsid ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -76,7 +75,6 @@ Update-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaDeviceManagementAndroidForWorkEnrollmentProfile.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaDeviceManagementAndroidForWorkEnrollmentProfile.md index 1c55c6810f45e..e46d1fa3ce06e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaDeviceManagementAndroidForWorkEnrollmentProfile.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaDeviceManagementAndroidForWorkEnrollmentProfile.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/update-mgbetadevicemanagementandroidforworkenrollmentprofile Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementAndroidForWorkEnrollmentProfile --- @@ -28,7 +28,7 @@ Update-MgBetaDeviceManagementAndroidForWorkEnrollmentProfile [-QrCodeImage ] [-TokenExpirationDateTime ] [-TokenValue ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -39,7 +39,7 @@ Update-MgBetaDeviceManagementAndroidForWorkEnrollmentProfile -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -53,7 +53,7 @@ Update-MgBetaDeviceManagementAndroidForWorkEnrollmentProfile [-QrCodeImage ] [-TokenExpirationDateTime ] [-TokenValue ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -64,7 +64,7 @@ Update-MgBetaDeviceManagementAndroidForWorkEnrollmentProfile -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.DeviceManagement.Enrollment/Update-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfile.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfile.md index 3be8b48bbc182..0b8e516c11abc 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfile.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfile.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/update-mgbetadevicemanagementappleuserinitiatedenrollmentprofile Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfile --- @@ -30,7 +30,6 @@ Update-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfile [-Platform ] [-Priority ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -42,7 +41,6 @@ Update-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -58,7 +56,6 @@ Update-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfile [-Platform ] [-Priority ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -70,7 +67,6 @@ Update-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfileAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfileAssignment.md index d95a042866e07..166dc52dcbe77 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfileAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfileAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/update-mgbetadevicemanagementappleuserinitiatedenrollmentprofileassignment Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfileAssignment --- @@ -26,7 +26,6 @@ Update-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfileAssignment [-Target ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -38,7 +37,6 @@ Update-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfileAssignment [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -50,7 +48,6 @@ Update-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfileAssignment [-Target ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -62,7 +59,6 @@ Update-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfileAssignment [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaDeviceManagementAutopilotEvent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaDeviceManagementAutopilotEvent.md index 460db90a59e56..0de2baca8d41e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaDeviceManagementAutopilotEvent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaDeviceManagementAutopilotEvent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/update-mgbetadevicemanagementautopilotevent Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementAutopilotEvent --- @@ -36,7 +36,6 @@ Update-MgBetaDeviceManagementAutopilotEvent -DeviceManagementAutopilotEventId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -46,7 +45,7 @@ Update-MgBetaDeviceManagementAutopilotEvent -DeviceManagementAutopilotEventId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -68,7 +67,6 @@ Update-MgBetaDeviceManagementAutopilotEvent -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -78,7 +76,7 @@ Update-MgBetaDeviceManagementAutopilotEvent -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaDeviceManagementConditionalAccessSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaDeviceManagementConditionalAccessSetting.md index 7bb08c9a22fc1..bb45fda6ae92c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaDeviceManagementConditionalAccessSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaDeviceManagementConditionalAccessSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/update-mgbetadevicemanagementconditionalaccesssetting Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementConditionalAccessSetting --- @@ -28,7 +28,6 @@ Update-MgBetaDeviceManagementConditionalAccessSetting [-ResponseHeadersVariable [-IncludedGroups ] [-OverrideDefaultRule] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -39,7 +38,6 @@ Update-MgBetaDeviceManagementConditionalAccessSetting [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaDeviceManagementDepOnboardingSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaDeviceManagementDepOnboardingSetting.md index 314adb3b177bb..95e4efd1d8159 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaDeviceManagementDepOnboardingSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaDeviceManagementDepOnboardingSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/update-mgbetadevicemanagementdeponboardingsetting Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementDepOnboardingSetting --- @@ -34,7 +34,7 @@ Update-MgBetaDeviceManagementDepOnboardingSetting -DepOnboardingSettingId ] [-TokenName ] [-TokenType ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -44,7 +44,7 @@ Update-MgBetaDeviceManagementDepOnboardingSetting -DepOnboardingSettingId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -64,7 +64,7 @@ Update-MgBetaDeviceManagementDepOnboardingSetting -InputObject ] [-TokenName ] [-TokenType ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -74,7 +74,7 @@ Update-MgBetaDeviceManagementDepOnboardingSetting -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -1097,6 +1097,14 @@ Read-only. [AutoAdvanceSetupEnabled ]: Indicates if Setup Assistant will automatically advance through its screen [AutoUnlockWithWatchDisabled ]: Indicates if UnlockWithWatch screen is disabled [ChooseYourLockScreenDisabled ]: Indicates if iCloud Documents and Desktop screen is disabled + [DepProfileAdminAccountPasswordRotationSetting ]: Settings for local admin account password automatic rotation. + [(Any) ]: This indicates any property can be added to this object. + [AutoRotationPeriodInDays ]: Indicates the number of days between 1-180 since the last rotation after which to rotate the local admin password. + [DepProfileDelayAutoRotationSetting ]: Settings related to auto rotation of local admin account password after password retrieval through Graph. +These are optional settings + [(Any) ]: This indicates any property can be added to this object. + [OnRetrievalAutoRotatePasswordEnabled ]: Indicates whether the admin account password should be rotated when retrieved by IT Admin through Intune. + [OnRetrievalDelayAutoRotatePasswordInHours ]: Indicates how long in hours (between 1 and 24 hours) after password retrieval through Graph should automatic rotation be initiated for the admin account password. [DontAutoPopulatePrimaryAccountInfo ]: Indicates whether Setup Assistant will auto populate the primary account information [EnableRestrictEditing ]: Indicates whether the user will enable blockediting [FileVaultDisabled ]: Indicates if file vault is disabled @@ -1110,6 +1118,10 @@ Read-only. [RequestRequiresNetworkTether ]: Indicates if the device is network-tethered to run the command [SetPrimarySetupAccountAsRegularUser ]: Indicates whether Setup Assistant will set the account as a regular user [SkipPrimarySetupAccountCreation ]: Indicates whether Setup Assistant will skip the user interface for primary account setup + [UsePlatformSsoDuringSetupAssistant ]: Indicates whether Platform SSO is used as part of device enrollment during Setup Assistant. +When TRUE, Platform SSO is used in device enrollment during Setup Assistant. +When FALSE Platform SSO is not used in enrollment during Setup Assistant. +Note: This value cannot be TRUE when configurationWebUrl is TRUE. [ZoomDisabled ]: Indicates if zoom setup pane is disabled [DefaultTvOSEnrollmentProfile ]: The depTvOSEnrollmentProfile resource represents an Apple Device Enrollment Program (DEP) enrollment profile specific to Apple TV device configuration. This type of profile must be assigned to Apple TV devices before the devices can enroll via DEP. @@ -1282,6 +1294,14 @@ Read-only. [AutoAdvanceSetupEnabled ]: Indicates if Setup Assistant will automatically advance through its screen [AutoUnlockWithWatchDisabled ]: Indicates if UnlockWithWatch screen is disabled [ChooseYourLockScreenDisabled ]: Indicates if iCloud Documents and Desktop screen is disabled + [DepProfileAdminAccountPasswordRotationSetting ]: Settings for local admin account password automatic rotation. + [(Any) ]: This indicates any property can be added to this object. + [AutoRotationPeriodInDays ]: Indicates the number of days between 1-180 since the last rotation after which to rotate the local admin password. + [DepProfileDelayAutoRotationSetting ]: Settings related to auto rotation of local admin account password after password retrieval through Graph. +These are optional settings + [(Any) ]: This indicates any property can be added to this object. + [OnRetrievalAutoRotatePasswordEnabled ]: Indicates whether the admin account password should be rotated when retrieved by IT Admin through Intune. + [OnRetrievalDelayAutoRotatePasswordInHours ]: Indicates how long in hours (between 1 and 24 hours) after password retrieval through Graph should automatic rotation be initiated for the admin account password. [DontAutoPopulatePrimaryAccountInfo ]: Indicates whether Setup Assistant will auto populate the primary account information [EnableRestrictEditing ]: Indicates whether the user will enable blockediting [FileVaultDisabled ]: Indicates if file vault is disabled @@ -1295,6 +1315,10 @@ Read-only. [RequestRequiresNetworkTether ]: Indicates if the device is network-tethered to run the command [SetPrimarySetupAccountAsRegularUser ]: Indicates whether Setup Assistant will set the account as a regular user [SkipPrimarySetupAccountCreation ]: Indicates whether Setup Assistant will skip the user interface for primary account setup + [UsePlatformSsoDuringSetupAssistant ]: Indicates whether Platform SSO is used as part of device enrollment during Setup Assistant. +When TRUE, Platform SSO is used in device enrollment during Setup Assistant. +When FALSE Platform SSO is not used in enrollment during Setup Assistant. +Note: This value cannot be TRUE when configurationWebUrl is TRUE. [ZoomDisabled ]: Indicates if zoom setup pane is disabled ENROLLMENTPROFILES : The enrollment profiles. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfile.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfile.md index 0823e20e5f512..141787a893743 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfile.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfile.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/update-mgbetadevicemanagementdeponboardingsettingenrollmentprofile Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfile --- @@ -27,7 +27,7 @@ Update-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfile -DepOnboardin [-RequireCompanyPortalOnSetupAssistantEnrolledDevices] [-RequiresUserAuthentication] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -38,7 +38,6 @@ Update-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfile -DepOnboardin [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -51,7 +50,7 @@ Update-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfile [-RequireCompanyPortalOnSetupAssistantEnrolledDevices] [-RequiresUserAuthentication] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -62,7 +61,7 @@ Update-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfile -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.DeviceManagement.Enrollment/Update-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfileDeviceProfileAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfileDeviceProfileAssignment.md index c582a7491d996..d9a17ff423072 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfileDeviceProfileAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfileDeviceProfileAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/update-mgbetadevicemanagementdeponboardingsettingenrollmentprofiledeviceprofileassignment Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfileDeviceProfileAssignment --- @@ -25,7 +25,6 @@ Update-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfileDeviceProfileA [-AdditionalProperties ] [-DeviceIds ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -37,7 +36,6 @@ Update-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfileDeviceProfileA [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -48,7 +46,6 @@ Update-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfileDeviceProfileA [-AdditionalProperties ] [-DeviceIds ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -60,7 +57,6 @@ Update-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfileDeviceProfileA [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentity.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentity.md index 84e1b6935e0c6..ecc7cc52c39d0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentity.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentity.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/update-mgbetadevicemanagementdeponboardingsettingimportedappledeviceidentity Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentity --- @@ -29,7 +29,7 @@ Update-MgBetaDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentity [-RequestedEnrollmentProfileAssignmentDateTime ] [-RequestedEnrollmentProfileId ] [-SerialNumber ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -40,7 +40,7 @@ Update-MgBetaDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentity -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -54,7 +54,7 @@ Update-MgBetaDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentity [-RequestedEnrollmentProfileAssignmentDateTime ] [-RequestedEnrollmentProfileId ] [-SerialNumber ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -65,7 +65,7 @@ Update-MgBetaDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentity -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.DeviceManagement.Enrollment/Update-MgBetaDeviceManagementDeviceEnrollmentConfiguration.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaDeviceManagementDeviceEnrollmentConfiguration.md index a32f559b50ab4..2de2e6b816a3d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaDeviceManagementDeviceEnrollmentConfiguration.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaDeviceManagementDeviceEnrollmentConfiguration.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/update-mgbetadevicemanagementdeviceenrollmentconfiguration Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementDeviceEnrollmentConfiguration --- @@ -31,7 +31,6 @@ Update-MgBetaDeviceManagementDeviceEnrollmentConfiguration -DeviceEnrollmentConf [-RoleScopeTagIds ] [-Version ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -41,7 +40,7 @@ Update-MgBetaDeviceManagementDeviceEnrollmentConfiguration -DeviceEnrollmentConf -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -56,7 +55,6 @@ Update-MgBetaDeviceManagementDeviceEnrollmentConfiguration [-RoleScopeTagIds ] [-Version ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -67,7 +65,7 @@ Update-MgBetaDeviceManagementDeviceEnrollmentConfiguration -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.DeviceManagement.Enrollment/Update-MgBetaDeviceManagementDeviceEnrollmentConfigurationAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaDeviceManagementDeviceEnrollmentConfigurationAssignment.md index 51a43a50bc3f3..98150b4252999 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaDeviceManagementDeviceEnrollmentConfigurationAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaDeviceManagementDeviceEnrollmentConfigurationAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/update-mgbetadevicemanagementdeviceenrollmentconfigurationassignment Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementDeviceEnrollmentConfigurationAssignment --- @@ -30,7 +30,6 @@ Update-MgBetaDeviceManagementDeviceEnrollmentConfigurationAssignment [-Target ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -42,7 +41,6 @@ Update-MgBetaDeviceManagementDeviceEnrollmentConfigurationAssignment [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -55,7 +53,6 @@ Update-MgBetaDeviceManagementDeviceEnrollmentConfigurationAssignment [-Target ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -67,7 +64,6 @@ Update-MgBetaDeviceManagementDeviceEnrollmentConfigurationAssignment [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaDeviceManagementImportedDeviceIdentity.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaDeviceManagementImportedDeviceIdentity.md index d226778be4087..21dd926d09331 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaDeviceManagementImportedDeviceIdentity.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaDeviceManagementImportedDeviceIdentity.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/update-mgbetadevicemanagementimporteddeviceidentity Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementImportedDeviceIdentity --- @@ -28,7 +28,6 @@ Update-MgBetaDeviceManagementImportedDeviceIdentity -ImportedDeviceIdentityId ] [-Platform ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -38,7 +37,7 @@ Update-MgBetaDeviceManagementImportedDeviceIdentity -ImportedDeviceIdentityId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -52,7 +51,6 @@ Update-MgBetaDeviceManagementImportedDeviceIdentity [-LastModifiedDateTime ] [-Platform ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -63,7 +61,7 @@ Update-MgBetaDeviceManagementImportedDeviceIdentity -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.DeviceManagement.Enrollment/Update-MgBetaDeviceManagementImportedWindowsAutopilotDeviceIdentity.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaDeviceManagementImportedWindowsAutopilotDeviceIdentity.md index 865c24078026d..6c5796424f1eb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaDeviceManagementImportedWindowsAutopilotDeviceIdentity.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaDeviceManagementImportedWindowsAutopilotDeviceIdentity.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/update-mgbetadevicemanagementimportedwindowsautopilotdeviceidentity Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementImportedWindowsAutopilotDeviceIdentity --- @@ -30,7 +30,7 @@ Update-MgBetaDeviceManagementImportedWindowsAutopilotDeviceIdentity [-SerialNumber ] [-State ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -42,7 +42,6 @@ Update-MgBetaDeviceManagementImportedWindowsAutopilotDeviceIdentity [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -55,7 +54,7 @@ Update-MgBetaDeviceManagementImportedWindowsAutopilotDeviceIdentity [-SerialNumber ] [-State ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -67,7 +66,6 @@ Update-MgBetaDeviceManagementImportedWindowsAutopilotDeviceIdentity [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaDeviceManagementWindowsAutopilotDeploymentProfile.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaDeviceManagementWindowsAutopilotDeploymentProfile.md index 73eff62d29157..659dbb5d44888 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaDeviceManagementWindowsAutopilotDeploymentProfile.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaDeviceManagementWindowsAutopilotDeploymentProfile.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/update-mgbetadevicemanagementwindowsautopilotdeploymentprofile Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementWindowsAutopilotDeploymentProfile --- @@ -35,7 +35,6 @@ Update-MgBetaDeviceManagementWindowsAutopilotDeploymentProfile [-RoleScopeTagIds ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -47,7 +46,6 @@ Update-MgBetaDeviceManagementWindowsAutopilotDeploymentProfile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -68,7 +66,6 @@ Update-MgBetaDeviceManagementWindowsAutopilotDeploymentProfile [-RoleScopeTagIds ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -80,7 +77,6 @@ Update-MgBetaDeviceManagementWindowsAutopilotDeploymentProfile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDevice.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDevice.md index 64e02d2eebe18..3260b96a36e55 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDevice.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDevice.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/update-mgbetadevicemanagementwindowsautopilotdeploymentprofileassigneddevice Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDevice --- @@ -40,7 +40,7 @@ Update-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDevice [-UserlessEnrollmentStatus ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -51,7 +51,7 @@ Update-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDevice -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -77,7 +77,7 @@ Update-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDevice [-UserlessEnrollmentStatus ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -88,7 +88,7 @@ Update-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDevice -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.DeviceManagement.Enrollment/Update-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDeviceProperty.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDeviceProperty.md index f91a53a5984db..9570d15edd035 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDeviceProperty.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDeviceProperty.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/update-mgbetadevicemanagementwindowsautopilotdeploymentprofileassigneddeviceproperty Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDeviceProperty --- @@ -28,7 +28,6 @@ Update-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDeviceProp [-UserPrincipalName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -40,7 +39,6 @@ Update-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDeviceProp [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -54,7 +52,6 @@ Update-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDeviceProp [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -66,7 +63,6 @@ Update-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDeviceProp [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignment.md index 1e91e86096d66..1cc06227a927d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/update-mgbetadevicemanagementwindowsautopilotdeploymentprofileassignment Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignment --- @@ -28,7 +28,6 @@ Update-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignment [-Target ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -41,7 +40,6 @@ Update-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignment [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -54,7 +52,6 @@ Update-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignment [-Target ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -66,7 +63,6 @@ Update-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignment [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaDeviceManagementWindowsAutopilotDeviceIdentityDeviceProperty.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaDeviceManagementWindowsAutopilotDeviceIdentityDeviceProperty.md index 4df254d0719d9..849e8fde9a1af 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaDeviceManagementWindowsAutopilotDeviceIdentityDeviceProperty.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaDeviceManagementWindowsAutopilotDeviceIdentityDeviceProperty.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/update-mgbetadevicemanagementwindowsautopilotdeviceidentitydeviceproperty Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementWindowsAutopilotDeviceIdentityDeviceProperty --- @@ -31,7 +31,6 @@ Update-MgBetaDeviceManagementWindowsAutopilotDeviceIdentityDeviceProperty [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -43,7 +42,6 @@ Update-MgBetaDeviceManagementWindowsAutopilotDeviceIdentityDeviceProperty [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -57,7 +55,6 @@ Update-MgBetaDeviceManagementWindowsAutopilotDeviceIdentityDeviceProperty [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -69,7 +66,6 @@ Update-MgBetaDeviceManagementWindowsAutopilotDeviceIdentityDeviceProperty [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaDeviceManagementWindowsAutopilotSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaDeviceManagementWindowsAutopilotSetting.md index fe71715748a53..2368465abc80e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaDeviceManagementWindowsAutopilotSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaDeviceManagementWindowsAutopilotSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/update-mgbetadevicemanagementwindowsautopilotsetting Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementWindowsAutopilotSetting --- @@ -25,7 +25,7 @@ Update-MgBetaDeviceManagementWindowsAutopilotSetting [-ResponseHeadersVariable < [-LastSyncDateTime ] [-SyncStatus ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -35,7 +35,7 @@ Update-MgBetaDeviceManagementWindowsAutopilotSetting -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.DeviceManagement.Enrollment/Update-MgBetaDeviceManagementWindowsFeatureUpdateProfile.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaDeviceManagementWindowsFeatureUpdateProfile.md index 50ac25d43751e..be787d8eb646a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaDeviceManagementWindowsFeatureUpdateProfile.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaDeviceManagementWindowsFeatureUpdateProfile.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/update-mgbetadevicemanagementwindowsfeatureupdateprofile Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementWindowsFeatureUpdateProfile --- @@ -30,7 +30,7 @@ Update-MgBetaDeviceManagementWindowsFeatureUpdateProfile -WindowsFeatureUpdatePr [-RoleScopeTagIds ] [-RolloutSettings ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -40,7 +40,7 @@ Update-MgBetaDeviceManagementWindowsFeatureUpdateProfile -WindowsFeatureUpdatePr -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -57,7 +57,7 @@ Update-MgBetaDeviceManagementWindowsFeatureUpdateProfile [-RoleScopeTagIds ] [-RolloutSettings ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -68,7 +68,7 @@ Update-MgBetaDeviceManagementWindowsFeatureUpdateProfile -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.DeviceManagement.Enrollment/Update-MgBetaDeviceManagementWindowsFeatureUpdateProfileAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaDeviceManagementWindowsFeatureUpdateProfileAssignment.md index 02be42581c33c..6e79a9b1f10c9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaDeviceManagementWindowsFeatureUpdateProfileAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaDeviceManagementWindowsFeatureUpdateProfileAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/update-mgbetadevicemanagementwindowsfeatureupdateprofileassignment Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementWindowsFeatureUpdateProfileAssignment --- @@ -26,7 +26,6 @@ Update-MgBetaDeviceManagementWindowsFeatureUpdateProfileAssignment [-Target ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -38,7 +37,6 @@ Update-MgBetaDeviceManagementWindowsFeatureUpdateProfileAssignment [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -50,7 +48,6 @@ Update-MgBetaDeviceManagementWindowsFeatureUpdateProfileAssignment [-Target ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -62,7 +59,6 @@ Update-MgBetaDeviceManagementWindowsFeatureUpdateProfileAssignment [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaRoleManagement.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaRoleManagement.md index dc48cbd5a94ee..06fcc0d9b23fa 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaRoleManagement.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaRoleManagement.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/update-mgbetarolemanagement Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaRoleManagement --- @@ -32,7 +32,6 @@ Update-MgBetaRoleManagement [-ResponseHeadersVariable ] [-AdditionalProp [-Exchange ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -42,7 +41,6 @@ Update-MgBetaRoleManagement -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -677,9 +675,10 @@ Possible values include: NotReviewed, Approved, Denied. [ReviewedBy ]: identity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity. -This property is read-only. - [Id ]: The identifier of the identity. -This property is read-only. +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. [ReviewedDateTime ]: The date and time when a decision was recorded. The date and time information uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -1469,9 +1468,10 @@ Possible values include: NotReviewed, Approved, Denied. [ReviewedBy ]: identity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity. -This property is read-only. - [Id ]: The identifier of the identity. -This property is read-only. +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. [ReviewedDateTime ]: The date and time when a decision was recorded. The date and time information uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -1891,9 +1891,10 @@ Possible values include: NotReviewed, Approved, Denied. [ReviewedBy ]: identity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity. -This property is read-only. - [Id ]: The identifier of the identity. -This property is read-only. +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. [ReviewedDateTime ]: The date and time when a decision was recorded. The date and time information uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @@ -2314,9 +2315,10 @@ Possible values include: NotReviewed, Approved, Denied. [ReviewedBy ]: identity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity. -This property is read-only. - [Id ]: The identifier of the identity. -This property is read-only. +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. [ReviewedDateTime ]: The date and time when a decision was recorded. The date and time information uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaRoleManagementCloudPc.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaRoleManagementCloudPc.md index 48284a531cc3f..dc2c5dc5ea49f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaRoleManagementCloudPc.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaRoleManagementCloudPc.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/update-mgbetarolemanagementcloudpc Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaRoleManagementCloudPc --- @@ -27,7 +27,6 @@ Update-MgBetaRoleManagementCloudPc [-ResponseHeadersVariable ] [-RoleDefinitions ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -37,7 +36,6 @@ Update-MgBetaRoleManagementCloudPc -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaRoleManagementCloudPcResourceNamespace.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaRoleManagementCloudPcResourceNamespace.md index be228b1a45554..9d05e212f40c0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaRoleManagementCloudPcResourceNamespace.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaRoleManagementCloudPcResourceNamespace.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/update-mgbetarolemanagementcloudpcresourcenamespace Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaRoleManagementCloudPcResourceNamespace --- @@ -25,7 +25,7 @@ Update-MgBetaRoleManagementCloudPcResourceNamespace -UnifiedRbacResourceNamespac [-Name ] [-ResourceActions ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -35,7 +35,7 @@ Update-MgBetaRoleManagementCloudPcResourceNamespace -UnifiedRbacResourceNamespac -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -47,7 +47,6 @@ Update-MgBetaRoleManagementCloudPcResourceNamespace [-ResourceActions ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -58,7 +57,7 @@ Update-MgBetaRoleManagementCloudPcResourceNamespace -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.DeviceManagement.Enrollment/Update-MgBetaRoleManagementCloudPcResourceNamespaceResourceAction.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaRoleManagementCloudPcResourceNamespaceResourceAction.md index aa9d82fcaab12..71967f90a4bc7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaRoleManagementCloudPcResourceNamespaceResourceAction.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaRoleManagementCloudPcResourceNamespaceResourceAction.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/update-mgbetarolemanagementcloudpcresourcenamespaceresourceaction Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaRoleManagementCloudPcResourceNamespaceResourceAction --- @@ -29,7 +29,7 @@ Update-MgBetaRoleManagementCloudPcResourceNamespaceResourceAction [-ResourceScope ] [-ResourceScopeId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -40,7 +40,7 @@ Update-MgBetaRoleManagementCloudPcResourceNamespaceResourceAction -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -55,7 +55,7 @@ Update-MgBetaRoleManagementCloudPcResourceNamespaceResourceAction [-ResourceScope ] [-ResourceScopeId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -66,7 +66,7 @@ Update-MgBetaRoleManagementCloudPcResourceNamespaceResourceAction -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.DeviceManagement.Enrollment/Update-MgBetaRoleManagementCloudPcResourceNamespaceResourceActionResourceScope.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaRoleManagementCloudPcResourceNamespaceResourceActionResourceScope.md index f4b9db4af37a8..0d57cdb3b0682 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaRoleManagementCloudPcResourceNamespaceResourceActionResourceScope.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaRoleManagementCloudPcResourceNamespaceResourceActionResourceScope.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/update-mgbetarolemanagementcloudpcresourcenamespaceresourceactionresourcescope Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaRoleManagementCloudPcResourceNamespaceResourceActionResourceScope --- @@ -26,7 +26,6 @@ Update-MgBetaRoleManagementCloudPcResourceNamespaceResourceActionResourceScope [-Id ] [-Scope ] [-Type ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -37,7 +36,7 @@ Update-MgBetaRoleManagementCloudPcResourceNamespaceResourceActionResourceScope -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -48,7 +47,7 @@ Update-MgBetaRoleManagementCloudPcResourceNamespaceResourceActionResourceScope [-AdditionalProperties ] [-DisplayName ] [-Id ] [-Scope ] [-Type ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -59,7 +58,7 @@ Update-MgBetaRoleManagementCloudPcResourceNamespaceResourceActionResourceScope -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.DeviceManagement.Enrollment/Update-MgBetaRoleManagementCloudPcRoleAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaRoleManagementCloudPcRoleAssignment.md index ba096f65decd5..cb3ae4ca01108 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaRoleManagementCloudPcRoleAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaRoleManagementCloudPcRoleAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/update-mgbetarolemanagementcloudpcroleassignment Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaRoleManagementCloudPcRoleAssignment --- @@ -14,7 +14,7 @@ title: Update-MgBetaRoleManagementCloudPcRoleAssignment ## SYNOPSIS Update an existing unifiedRoleAssignmentMultiple object of an RBAC provider. -The following RBAC providers are currently supported:- Cloud PC - device management (Intune) In contrast, unifiedRoleAssignment does not support update. +The following RBAC providers are currently supported:\r- Cloud PC \r- device management (Intune) In contrast, unifiedRoleAssignment does not support update. ## SYNTAX @@ -30,7 +30,7 @@ Update-MgBetaRoleManagementCloudPcRoleAssignment -UnifiedRoleAssignmentMultipleI [-RoleDefinition ] [-RoleDefinitionId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -40,7 +40,7 @@ Update-MgBetaRoleManagementCloudPcRoleAssignment -UnifiedRoleAssignmentMultipleI -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -55,7 +55,7 @@ Update-MgBetaRoleManagementCloudPcRoleAssignment -InputObject ] [-RoleDefinitionId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -65,7 +65,7 @@ Update-MgBetaRoleManagementCloudPcRoleAssignment -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -76,7 +76,7 @@ This cmdlet has the following aliases, ## DESCRIPTION Update an existing unifiedRoleAssignmentMultiple object of an RBAC provider. -The following RBAC providers are currently supported:- Cloud PC - device management (Intune) In contrast, unifiedRoleAssignment does not support update. +The following RBAC providers are currently supported:\r- Cloud PC \r- device management (Intune) In contrast, unifiedRoleAssignment does not support update. ## EXAMPLES ### Example 2: Code snippet diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaRoleManagementCloudPcRoleAssignmentAppScope.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaRoleManagementCloudPcRoleAssignmentAppScope.md index 05d733aa04f2d..bd14289eac6c3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaRoleManagementCloudPcRoleAssignmentAppScope.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaRoleManagementCloudPcRoleAssignmentAppScope.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/update-mgbetarolemanagementcloudpcroleassignmentappscope Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaRoleManagementCloudPcRoleAssignmentAppScope --- @@ -25,7 +25,7 @@ Update-MgBetaRoleManagementCloudPcRoleAssignmentAppScope -AppScopeId [-AdditionalProperties ] [-DisplayName ] [-Id ] [-Type ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -36,7 +36,6 @@ Update-MgBetaRoleManagementCloudPcRoleAssignmentAppScope -AppScopeId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -47,7 +46,7 @@ Update-MgBetaRoleManagementCloudPcRoleAssignmentAppScope [-AdditionalProperties ] [-DisplayName ] [-Id ] [-Type ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -58,7 +57,6 @@ Update-MgBetaRoleManagementCloudPcRoleAssignmentAppScope [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaRoleManagementCloudPcRoleDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaRoleManagementCloudPcRoleDefinition.md index f6d74e0f9f3d7..0e727780db6ab 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaRoleManagementCloudPcRoleDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaRoleManagementCloudPcRoleDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/update-mgbetarolemanagementcloudpcroledefinition Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaRoleManagementCloudPcRoleDefinition --- @@ -16,7 +16,7 @@ title: Update-MgBetaRoleManagementCloudPcRoleDefinition Update the properties of a unifiedRoleDefinition object for an RBAC provider. You cannot update built-in roles. This feature requires a Microsoft Entra ID P1 or P2 license. -The following RBAC providers are currently supported:- Cloud PC- device management (Intune)- directory (Microsoft Entra ID) +The following RBAC providers are currently supported:\r- Cloud PC\r- device management (Intune)\r- directory (Microsoft Entra ID) ## SYNTAX @@ -31,7 +31,7 @@ Update-MgBetaRoleManagementCloudPcRoleDefinition -UnifiedRoleDefinitionId ] [-TemplateId ] [-Version ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -41,7 +41,7 @@ Update-MgBetaRoleManagementCloudPcRoleDefinition -UnifiedRoleDefinitionId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -55,7 +55,7 @@ Update-MgBetaRoleManagementCloudPcRoleDefinition -InputObject ] [-TemplateId ] [-Version ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -65,7 +65,7 @@ Update-MgBetaRoleManagementCloudPcRoleDefinition -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -78,15 +78,15 @@ This cmdlet has the following aliases, Update the properties of a unifiedRoleDefinition object for an RBAC provider. You cannot update built-in roles. This feature requires a Microsoft Entra ID P1 or P2 license. -The following RBAC providers are currently supported:- Cloud PC- device management (Intune)- directory (Microsoft Entra ID) +The following RBAC providers are currently supported:\r- Cloud PC\r- device management (Intune)\r- directory (Microsoft Entra ID) **Permissions** | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | DeviceManagementRBAC.ReadWrite.All, RoleManagement.ReadWrite.Directory, RoleManagement.ReadWrite.CloudPC, Directory.ReadWrite.All, CloudPC.ReadWrite.All, | +| Delegated (work or school account) | DeviceManagementRBAC.ReadWrite.All, CloudPC.ReadWrite.All, Directory.ReadWrite.All, RoleManagement.ReadWrite.CloudPC, RoleManagement.ReadWrite.Directory, | | Delegated (personal Microsoft account) | Not supported | -| Application | DeviceManagementRBAC.ReadWrite.All, RoleManagement.ReadWrite.Directory, RoleManagement.ReadWrite.CloudPC, Directory.ReadWrite.All, CloudPC.ReadWrite.All, | +| Application | DeviceManagementRBAC.ReadWrite.All, CloudPC.ReadWrite.All, Directory.ReadWrite.All, RoleManagement.ReadWrite.CloudPC, RoleManagement.ReadWrite.Directory, | ## EXAMPLES ### Example 2: Code snippet diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaRoleManagementCloudPcRoleDefinitionInheritPermissionFrom.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaRoleManagementCloudPcRoleDefinitionInheritPermissionFrom.md index ca1e34285c9bf..cc6aaf6f028b4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaRoleManagementCloudPcRoleDefinitionInheritPermissionFrom.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaRoleManagementCloudPcRoleDefinitionInheritPermissionFrom.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/update-mgbetarolemanagementcloudpcroledefinitioninheritpermissionfrom Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaRoleManagementCloudPcRoleDefinitionInheritPermissionFrom --- @@ -29,7 +29,7 @@ Update-MgBetaRoleManagementCloudPcRoleDefinitionInheritPermissionFrom [-RolePermissions ] [-TemplateId ] [-Version ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -40,7 +40,7 @@ Update-MgBetaRoleManagementCloudPcRoleDefinitionInheritPermissionFrom -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -55,7 +55,7 @@ Update-MgBetaRoleManagementCloudPcRoleDefinitionInheritPermissionFrom [-RolePermissions ] [-TemplateId ] [-Version ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -66,7 +66,7 @@ Update-MgBetaRoleManagementCloudPcRoleDefinitionInheritPermissionFrom -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.DeviceManagement.Enrollment/Update-MgBetaRoleManagementDeviceManagement.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaRoleManagementDeviceManagement.md index 966caec8aeb53..3ba68b461b0b6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaRoleManagementDeviceManagement.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaRoleManagementDeviceManagement.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/update-mgbetarolemanagementdevicemanagement Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaRoleManagementDeviceManagement --- @@ -27,7 +27,6 @@ Update-MgBetaRoleManagementDeviceManagement [-ResponseHeadersVariable ] [-RoleDefinitions ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -37,7 +36,6 @@ Update-MgBetaRoleManagementDeviceManagement -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaRoleManagementDeviceManagementResourceNamespace.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaRoleManagementDeviceManagementResourceNamespace.md index 048adfe9f8d26..536b679f59e74 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaRoleManagementDeviceManagementResourceNamespace.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaRoleManagementDeviceManagementResourceNamespace.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/update-mgbetarolemanagementdevicemanagementresourcenamespace Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaRoleManagementDeviceManagementResourceNamespace --- @@ -26,7 +26,6 @@ Update-MgBetaRoleManagementDeviceManagementResourceNamespace [-ResourceActions ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -37,7 +36,7 @@ Update-MgBetaRoleManagementDeviceManagementResourceNamespace -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -49,7 +48,6 @@ Update-MgBetaRoleManagementDeviceManagementResourceNamespace [-ResourceActions ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -60,7 +58,7 @@ Update-MgBetaRoleManagementDeviceManagementResourceNamespace -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.DeviceManagement.Enrollment/Update-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceAction.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceAction.md index 26c7e97cfbb10..34562696dd610 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceAction.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceAction.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/update-mgbetarolemanagementdevicemanagementresourcenamespaceresourceaction Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceAction --- @@ -29,7 +29,7 @@ Update-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceAction [-ResourceScope ] [-ResourceScopeId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -40,7 +40,7 @@ Update-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceAction -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -55,7 +55,7 @@ Update-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceAction [-ResourceScope ] [-ResourceScopeId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -66,7 +66,7 @@ Update-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceAction -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.DeviceManagement.Enrollment/Update-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceActionResourceScope.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceActionResourceScope.md index 9051ee43d984e..08017286d4500 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceActionResourceScope.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceActionResourceScope.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/update-mgbetarolemanagementdevicemanagementresourcenamespaceresourceactionresourcescope Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceActionResourceScope --- @@ -26,7 +26,6 @@ Update-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceActionResour [-Id ] [-Scope ] [-Type ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -37,7 +36,7 @@ Update-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceActionResour -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -48,7 +47,7 @@ Update-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceActionResour [-AdditionalProperties ] [-DisplayName ] [-Id ] [-Scope ] [-Type ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -59,7 +58,7 @@ Update-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceActionResour -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.DeviceManagement.Enrollment/Update-MgBetaRoleManagementDeviceManagementRoleAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaRoleManagementDeviceManagementRoleAssignment.md index 087f7f0285eb9..0b08568b3375c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaRoleManagementDeviceManagementRoleAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaRoleManagementDeviceManagementRoleAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/update-mgbetarolemanagementdevicemanagementroleassignment Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaRoleManagementDeviceManagementRoleAssignment --- @@ -14,7 +14,7 @@ title: Update-MgBetaRoleManagementDeviceManagementRoleAssignment ## SYNOPSIS Update an existing unifiedRoleAssignmentMultiple object of an RBAC provider. -The following RBAC providers are currently supported:- Cloud PC - device management (Intune) In contrast, unifiedRoleAssignment does not support update. +The following RBAC providers are currently supported:\r- Cloud PC \r- device management (Intune) In contrast, unifiedRoleAssignment does not support update. ## SYNTAX @@ -30,7 +30,7 @@ Update-MgBetaRoleManagementDeviceManagementRoleAssignment -UnifiedRoleAssignment [-RoleDefinition ] [-RoleDefinitionId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -40,7 +40,7 @@ Update-MgBetaRoleManagementDeviceManagementRoleAssignment -UnifiedRoleAssignment -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -56,7 +56,7 @@ Update-MgBetaRoleManagementDeviceManagementRoleAssignment [-RoleDefinition ] [-RoleDefinitionId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -67,7 +67,7 @@ Update-MgBetaRoleManagementDeviceManagementRoleAssignment -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -78,7 +78,7 @@ This cmdlet has the following aliases, ## DESCRIPTION Update an existing unifiedRoleAssignmentMultiple object of an RBAC provider. -The following RBAC providers are currently supported:- Cloud PC - device management (Intune) In contrast, unifiedRoleAssignment does not support update. +The following RBAC providers are currently supported:\r- Cloud PC \r- device management (Intune) In contrast, unifiedRoleAssignment does not support update. ## EXAMPLES ### Example 1: Code snippet diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaRoleManagementDeviceManagementRoleAssignmentAppScope.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaRoleManagementDeviceManagementRoleAssignmentAppScope.md index 3e85ee9395f31..08382cb2c0db8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaRoleManagementDeviceManagementRoleAssignmentAppScope.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaRoleManagementDeviceManagementRoleAssignmentAppScope.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/update-mgbetarolemanagementdevicemanagementroleassignmentappscope Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaRoleManagementDeviceManagementRoleAssignmentAppScope --- @@ -25,7 +25,7 @@ Update-MgBetaRoleManagementDeviceManagementRoleAssignmentAppScope -AppScopeId ] [-DisplayName ] [-Id ] [-Type ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -36,7 +36,6 @@ Update-MgBetaRoleManagementDeviceManagementRoleAssignmentAppScope -AppScopeId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -47,7 +46,7 @@ Update-MgBetaRoleManagementDeviceManagementRoleAssignmentAppScope [-AdditionalProperties ] [-DisplayName ] [-Id ] [-Type ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -58,7 +57,6 @@ Update-MgBetaRoleManagementDeviceManagementRoleAssignmentAppScope [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaRoleManagementDeviceManagementRoleDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaRoleManagementDeviceManagementRoleDefinition.md index 7c99a5419077b..7760bc2762537 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaRoleManagementDeviceManagementRoleDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaRoleManagementDeviceManagementRoleDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/update-mgbetarolemanagementdevicemanagementroledefinition Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaRoleManagementDeviceManagementRoleDefinition --- @@ -28,7 +28,7 @@ Update-MgBetaRoleManagementDeviceManagementRoleDefinition -UnifiedRoleDefinition [-RolePermissions ] [-TemplateId ] [-Version ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -38,7 +38,7 @@ Update-MgBetaRoleManagementDeviceManagementRoleDefinition -UnifiedRoleDefinition -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -53,7 +53,7 @@ Update-MgBetaRoleManagementDeviceManagementRoleDefinition [-RolePermissions ] [-TemplateId ] [-Version ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -64,7 +64,7 @@ Update-MgBetaRoleManagementDeviceManagementRoleDefinition -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -80,9 +80,9 @@ Update the navigation property roleDefinitions in roleManagement | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | DeviceManagementRBAC.ReadWrite.All, RoleManagement.ReadWrite.Directory, RoleManagement.ReadWrite.CloudPC, Directory.ReadWrite.All, CloudPC.ReadWrite.All, | +| Delegated (work or school account) | DeviceManagementRBAC.ReadWrite.All, CloudPC.ReadWrite.All, Directory.ReadWrite.All, RoleManagement.ReadWrite.CloudPC, RoleManagement.ReadWrite.Directory, | | Delegated (personal Microsoft account) | Not supported | -| Application | DeviceManagementRBAC.ReadWrite.All, RoleManagement.ReadWrite.Directory, RoleManagement.ReadWrite.CloudPC, Directory.ReadWrite.All, CloudPC.ReadWrite.All, | +| Application | DeviceManagementRBAC.ReadWrite.All, CloudPC.ReadWrite.All, Directory.ReadWrite.All, RoleManagement.ReadWrite.CloudPC, RoleManagement.ReadWrite.Directory, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaRoleManagementDeviceManagementRoleDefinitionInheritPermissionFrom.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaRoleManagementDeviceManagementRoleDefinitionInheritPermissionFrom.md index b8ae7c4c3b36d..6fa4ad59bc9b4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaRoleManagementDeviceManagementRoleDefinitionInheritPermissionFrom.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaRoleManagementDeviceManagementRoleDefinitionInheritPermissionFrom.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/update-mgbetarolemanagementdevicemanagementroledefinitioninheritpermissionfrom Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaRoleManagementDeviceManagementRoleDefinitionInheritPermissionFrom --- @@ -29,7 +29,7 @@ Update-MgBetaRoleManagementDeviceManagementRoleDefinitionInheritPermissionFrom [-RolePermissions ] [-TemplateId ] [-Version ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -40,7 +40,7 @@ Update-MgBetaRoleManagementDeviceManagementRoleDefinitionInheritPermissionFrom -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -55,7 +55,7 @@ Update-MgBetaRoleManagementDeviceManagementRoleDefinitionInheritPermissionFrom [-RolePermissions ] [-TemplateId ] [-Version ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -66,7 +66,7 @@ Update-MgBetaRoleManagementDeviceManagementRoleDefinitionInheritPermissionFrom -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.DeviceManagement.Enrollment/Update-MgBetaRoleManagementExchange.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaRoleManagementExchange.md index 89bb529032bf1..ad8be50843ecc 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaRoleManagementExchange.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaRoleManagementExchange.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/update-mgbetarolemanagementexchange Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaRoleManagementExchange --- @@ -28,7 +28,7 @@ Update-MgBetaRoleManagementExchange [-ResponseHeadersVariable ] [-TransitiveRoleAssignments ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -38,7 +38,6 @@ Update-MgBetaRoleManagementExchange -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaRoleManagementExchangeCustomAppScope.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaRoleManagementExchangeCustomAppScope.md index 39ed0ff3684e4..77e3028a5b8b0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaRoleManagementExchangeCustomAppScope.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaRoleManagementExchangeCustomAppScope.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/update-mgbetarolemanagementexchangecustomappscope Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaRoleManagementExchangeCustomAppScope --- @@ -26,7 +26,7 @@ Update-MgBetaRoleManagementExchangeCustomAppScope -CustomAppScopeId [-CustomAttributes ] [-DisplayName ] [-Id ] [-Type ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -36,7 +36,7 @@ Update-MgBetaRoleManagementExchangeCustomAppScope -CustomAppScopeId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -47,7 +47,7 @@ Update-MgBetaRoleManagementExchangeCustomAppScope -InputObject ] [-DisplayName ] [-Id ] [-Type ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -57,7 +57,7 @@ Update-MgBetaRoleManagementExchangeCustomAppScope -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaRoleManagementExchangeResourceNamespace.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaRoleManagementExchangeResourceNamespace.md index 10e6b9e8aef3a..6a4bf4f95aef2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaRoleManagementExchangeResourceNamespace.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaRoleManagementExchangeResourceNamespace.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/update-mgbetarolemanagementexchangeresourcenamespace Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaRoleManagementExchangeResourceNamespace --- @@ -25,7 +25,7 @@ Update-MgBetaRoleManagementExchangeResourceNamespace -UnifiedRbacResourceNamespa [-Name ] [-ResourceActions ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -35,7 +35,7 @@ Update-MgBetaRoleManagementExchangeResourceNamespace -UnifiedRbacResourceNamespa -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -47,7 +47,6 @@ Update-MgBetaRoleManagementExchangeResourceNamespace [-ResourceActions ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -58,7 +57,7 @@ Update-MgBetaRoleManagementExchangeResourceNamespace -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.DeviceManagement.Enrollment/Update-MgBetaRoleManagementExchangeResourceNamespaceResourceAction.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaRoleManagementExchangeResourceNamespaceResourceAction.md index 4f0b6ab1c461f..3931aa53a4291 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaRoleManagementExchangeResourceNamespaceResourceAction.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaRoleManagementExchangeResourceNamespaceResourceAction.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/update-mgbetarolemanagementexchangeresourcenamespaceresourceaction Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaRoleManagementExchangeResourceNamespaceResourceAction --- @@ -29,7 +29,7 @@ Update-MgBetaRoleManagementExchangeResourceNamespaceResourceAction [-ResourceScope ] [-ResourceScopeId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -40,7 +40,7 @@ Update-MgBetaRoleManagementExchangeResourceNamespaceResourceAction -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -55,7 +55,7 @@ Update-MgBetaRoleManagementExchangeResourceNamespaceResourceAction [-ResourceScope ] [-ResourceScopeId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -66,7 +66,7 @@ Update-MgBetaRoleManagementExchangeResourceNamespaceResourceAction -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.DeviceManagement.Enrollment/Update-MgBetaRoleManagementExchangeResourceNamespaceResourceActionResourceScope.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaRoleManagementExchangeResourceNamespaceResourceActionResourceScope.md index e8d1156f0cf81..d1193f763d465 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaRoleManagementExchangeResourceNamespaceResourceActionResourceScope.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaRoleManagementExchangeResourceNamespaceResourceActionResourceScope.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/update-mgbetarolemanagementexchangeresourcenamespaceresourceactionresourcescope Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaRoleManagementExchangeResourceNamespaceResourceActionResourceScope --- @@ -26,7 +26,6 @@ Update-MgBetaRoleManagementExchangeResourceNamespaceResourceActionResourceScope [-Id ] [-Scope ] [-Type ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -37,7 +36,7 @@ Update-MgBetaRoleManagementExchangeResourceNamespaceResourceActionResourceScope -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -48,7 +47,7 @@ Update-MgBetaRoleManagementExchangeResourceNamespaceResourceActionResourceScope [-AdditionalProperties ] [-DisplayName ] [-Id ] [-Scope ] [-Type ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -59,7 +58,7 @@ Update-MgBetaRoleManagementExchangeResourceNamespaceResourceActionResourceScope -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.DeviceManagement.Enrollment/Update-MgBetaRoleManagementExchangeRoleAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaRoleManagementExchangeRoleAssignment.md index 4625538b3b6b0..406825477ac66 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaRoleManagementExchangeRoleAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaRoleManagementExchangeRoleAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/update-mgbetarolemanagementexchangeroleassignment Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaRoleManagementExchangeRoleAssignment --- @@ -29,7 +29,7 @@ Update-MgBetaRoleManagementExchangeRoleAssignment -UnifiedRoleAssignmentId ] [-RoleDefinitionId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -39,7 +39,7 @@ Update-MgBetaRoleManagementExchangeRoleAssignment -UnifiedRoleAssignmentId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -54,7 +54,7 @@ Update-MgBetaRoleManagementExchangeRoleAssignment -InputObject ] [-RoleDefinitionId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -64,7 +64,7 @@ Update-MgBetaRoleManagementExchangeRoleAssignment -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaRoleManagementExchangeRoleAssignmentAppScope.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaRoleManagementExchangeRoleAssignmentAppScope.md index 41bec954aae72..13da49283d6e0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaRoleManagementExchangeRoleAssignmentAppScope.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaRoleManagementExchangeRoleAssignmentAppScope.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/update-mgbetarolemanagementexchangeroleassignmentappscope Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaRoleManagementExchangeRoleAssignmentAppScope --- @@ -25,7 +25,6 @@ Update-MgBetaRoleManagementExchangeRoleAssignmentAppScope -UnifiedRoleAssignment [-Id ] [-Type ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -35,7 +34,7 @@ Update-MgBetaRoleManagementExchangeRoleAssignmentAppScope -UnifiedRoleAssignment -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -46,7 +45,7 @@ Update-MgBetaRoleManagementExchangeRoleAssignmentAppScope [-AdditionalProperties ] [-DisplayName ] [-Id ] [-Type ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -57,7 +56,6 @@ Update-MgBetaRoleManagementExchangeRoleAssignmentAppScope [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaRoleManagementExchangeRoleDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaRoleManagementExchangeRoleDefinition.md index a7639e9028d81..4980f0389a88e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaRoleManagementExchangeRoleDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaRoleManagementExchangeRoleDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/update-mgbetarolemanagementexchangeroledefinition Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaRoleManagementExchangeRoleDefinition --- @@ -28,7 +28,7 @@ Update-MgBetaRoleManagementExchangeRoleDefinition -UnifiedRoleDefinitionId ] [-TemplateId ] [-Version ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -38,7 +38,7 @@ Update-MgBetaRoleManagementExchangeRoleDefinition -UnifiedRoleDefinitionId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -52,7 +52,7 @@ Update-MgBetaRoleManagementExchangeRoleDefinition -InputObject ] [-TemplateId ] [-Version ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -62,7 +62,7 @@ Update-MgBetaRoleManagementExchangeRoleDefinition -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaRoleManagementExchangeRoleDefinitionInheritPermissionFrom.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaRoleManagementExchangeRoleDefinitionInheritPermissionFrom.md index 41c5c8bfc0257..901e7c63a2d99 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaRoleManagementExchangeRoleDefinitionInheritPermissionFrom.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaRoleManagementExchangeRoleDefinitionInheritPermissionFrom.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/update-mgbetarolemanagementexchangeroledefinitioninheritpermissionfrom Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaRoleManagementExchangeRoleDefinitionInheritPermissionFrom --- @@ -29,7 +29,7 @@ Update-MgBetaRoleManagementExchangeRoleDefinitionInheritPermissionFrom [-RolePermissions ] [-TemplateId ] [-Version ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -40,7 +40,7 @@ Update-MgBetaRoleManagementExchangeRoleDefinitionInheritPermissionFrom -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -55,7 +55,7 @@ Update-MgBetaRoleManagementExchangeRoleDefinitionInheritPermissionFrom [-RolePermissions ] [-TemplateId ] [-Version ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -66,7 +66,7 @@ Update-MgBetaRoleManagementExchangeRoleDefinitionInheritPermissionFrom -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.DeviceManagement.Enrollment/Update-MgBetaRoleManagementExchangeTransitiveRoleAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaRoleManagementExchangeTransitiveRoleAssignment.md index 9b2c1ae960bbe..f5a7635ae8824 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaRoleManagementExchangeTransitiveRoleAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaRoleManagementExchangeTransitiveRoleAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/update-mgbetarolemanagementexchangetransitiveroleassignment Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaRoleManagementExchangeTransitiveRoleAssignment --- @@ -29,7 +29,7 @@ Update-MgBetaRoleManagementExchangeTransitiveRoleAssignment -UnifiedRoleAssignme [-RoleDefinition ] [-RoleDefinitionId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -39,7 +39,7 @@ Update-MgBetaRoleManagementExchangeTransitiveRoleAssignment -UnifiedRoleAssignme -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -54,7 +54,7 @@ Update-MgBetaRoleManagementExchangeTransitiveRoleAssignment [-RoleDefinition ] [-RoleDefinitionId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -65,7 +65,7 @@ Update-MgBetaRoleManagementExchangeTransitiveRoleAssignment -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.DeviceManagement.Enrollment/Update-MgBetaRoleManagementExchangeTransitiveRoleAssignmentAppScope.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaRoleManagementExchangeTransitiveRoleAssignmentAppScope.md index fef1f9c49c349..d164fc945a0a3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaRoleManagementExchangeTransitiveRoleAssignmentAppScope.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaRoleManagementExchangeTransitiveRoleAssignmentAppScope.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Enrollment-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.enrollment/update-mgbetarolemanagementexchangetransitiveroleassignmentappscope Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Enrollment -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaRoleManagementExchangeTransitiveRoleAssignmentAppScope --- @@ -25,7 +25,7 @@ Update-MgBetaRoleManagementExchangeTransitiveRoleAssignmentAppScope [-AdditionalProperties ] [-DisplayName ] [-Id ] [-Type ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -36,7 +36,6 @@ Update-MgBetaRoleManagementExchangeTransitiveRoleAssignmentAppScope [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -47,7 +46,7 @@ Update-MgBetaRoleManagementExchangeTransitiveRoleAssignmentAppScope [-AdditionalProperties ] [-DisplayName ] [-Id ] [-Type ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -58,7 +57,6 @@ Update-MgBetaRoleManagementExchangeTransitiveRoleAssignmentAppScope [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Functions/Confirm-MgBetaDeviceManagementWindowsEnrollmentAutoDiscovery.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Functions/Confirm-MgBetaDeviceManagementWindowsEnrollmentAutoDiscovery.md index a9e3817d79046..89376ba815e04 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Functions/Confirm-MgBetaDeviceManagementWindowsEnrollmentAutoDiscovery.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Functions/Confirm-MgBetaDeviceManagementWindowsEnrollmentAutoDiscovery.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Functions-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.functions/confirm-mgbetadevicemanagementwindowsenrollmentautodiscovery Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Functions -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Confirm-MgBetaDeviceManagementWindowsEnrollmentAutoDiscovery --- @@ -26,7 +26,7 @@ Invoke function verifyWindowsEnrollmentAutoDiscovery Confirm-MgBetaDeviceManagementWindowsEnrollmentAutoDiscovery -DomainName [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### VerifyViaIdentity @@ -36,7 +36,7 @@ Confirm-MgBetaDeviceManagementWindowsEnrollmentAutoDiscovery -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Functions/Get-MgBetaDeviceManagementAssignedRoleDetail.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Functions/Get-MgBetaDeviceManagementAssignedRoleDetail.md index d4c66a7f7314a..29402f6bda7bc 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Functions/Get-MgBetaDeviceManagementAssignedRoleDetail.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Functions/Get-MgBetaDeviceManagementAssignedRoleDetail.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Functions-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.functions/get-mgbetadevicemanagementassignedroledetail Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Functions -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementAssignedRoleDetail --- @@ -23,7 +23,7 @@ Retrieves the assigned role definitions and role assignments of the currently au Get-MgBetaDeviceManagementAssignedRoleDetail [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -39,9 +39,9 @@ Retrieves the assigned role definitions and role assignments of the currently au | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementRBAC.ReadWrite.All, DeviceManagementRBAC.Read.All, DeviceManagementConfiguration.ReadWrite.All, | +| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementRBAC.Read.All, DeviceManagementRBAC.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | DeviceManagementConfiguration.Read.All, DeviceManagementRBAC.ReadWrite.All, DeviceManagementRBAC.Read.All, DeviceManagementConfiguration.ReadWrite.All, | +| Application | DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementRBAC.Read.All, DeviceManagementRBAC.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Functions/Get-MgBetaDeviceManagementComanagedDeviceSummary.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Functions/Get-MgBetaDeviceManagementComanagedDeviceSummary.md index d6af1344e5ea3..e391916571044 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Functions/Get-MgBetaDeviceManagementComanagedDeviceSummary.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Functions/Get-MgBetaDeviceManagementComanagedDeviceSummary.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Functions-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.functions/get-mgbetadevicemanagementcomanageddevicesummary Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Functions -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementComanagedDeviceSummary --- @@ -23,7 +23,7 @@ Invoke function getComanagedDevicesSummary Get-MgBetaDeviceManagementComanagedDeviceSummary [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -39,9 +39,9 @@ Invoke function getComanagedDevicesSummary | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementConfiguration.ReadWrite.All, | +| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementManagedDevices.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | DeviceManagementConfiguration.Read.All, DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementConfiguration.ReadWrite.All, | +| Application | DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementManagedDevices.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Functions/Get-MgBetaDeviceManagementComanagementEligibleDeviceSummary.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Functions/Get-MgBetaDeviceManagementComanagementEligibleDeviceSummary.md index 5de3354212fc2..a18822dfbb6a6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Functions/Get-MgBetaDeviceManagementComanagementEligibleDeviceSummary.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Functions/Get-MgBetaDeviceManagementComanagementEligibleDeviceSummary.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Functions-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.functions/get-mgbetadevicemanagementcomanagementeligibledevicesummary Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Functions -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementComanagementEligibleDeviceSummary --- @@ -23,7 +23,7 @@ Invoke function getComanagementEligibleDevicesSummary Get-MgBetaDeviceManagementComanagementEligibleDeviceSummary [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -39,9 +39,9 @@ Invoke function getComanagementEligibleDevicesSummary | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementConfiguration.ReadWrite.All, | +| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementManagedDevices.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | DeviceManagementConfiguration.Read.All, DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementConfiguration.ReadWrite.All, | +| Application | DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementManagedDevices.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Functions/Get-MgBetaDeviceManagementEffectivePermission.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Functions/Get-MgBetaDeviceManagementEffectivePermission.md index a3a3b5a0409f4..2ca7f48cbe905 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Functions/Get-MgBetaDeviceManagementEffectivePermission.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Functions/Get-MgBetaDeviceManagementEffectivePermission.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Functions-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.functions/get-mgbetadevicemanagementeffectivepermission Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Functions -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementEffectivePermission --- @@ -26,7 +26,7 @@ Invoke function getEffectivePermissions Get-MgBetaDeviceManagementEffectivePermission [-Count] [-Filter ] [-Search ] [-Skip ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### Get1 @@ -36,7 +36,7 @@ Get-MgBetaDeviceManagementEffectivePermission -Scope [-Count] [-Filter [-Search ] [-Skip ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +46,7 @@ Get-MgBetaDeviceManagementEffectivePermission -InputObject ] [-Search ] [-Skip ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Functions/Get-MgBetaDeviceManagementRoleScopeTagById.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Functions/Get-MgBetaDeviceManagementRoleScopeTagById.md index 5aea745e35f1a..f8a0b95190dac 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Functions/Get-MgBetaDeviceManagementRoleScopeTagById.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Functions/Get-MgBetaDeviceManagementRoleScopeTagById.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Functions-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.functions/get-mgbetadevicemanagementrolescopetagbyid Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Functions -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementRoleScopeTagById --- @@ -24,7 +24,7 @@ Get-MgBetaDeviceManagementRoleScopeTagById -Ids [-Count] [-ExpandProp [-Filter ] [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaDeviceManagementRoleScopeTagById -InputObject ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Functions/Get-MgBetaDeviceManagementRoleScopeTagByResource.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Functions/Get-MgBetaDeviceManagementRoleScopeTagByResource.md index 8ce9b886a4873..87b8f09f3aba4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Functions/Get-MgBetaDeviceManagementRoleScopeTagByResource.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Functions/Get-MgBetaDeviceManagementRoleScopeTagByResource.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Functions-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.functions/get-mgbetadevicemanagementrolescopetagbyresource Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Functions -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementRoleScopeTagByResource --- @@ -25,7 +25,7 @@ Get-MgBetaDeviceManagementRoleScopeTagByResource -Resource [-Count] [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaDeviceManagementRoleScopeTagByResource -InputObject ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Functions/Get-MgBetaDeviceManagementSuggestedEnrollmentLimit.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Functions/Get-MgBetaDeviceManagementSuggestedEnrollmentLimit.md index 39925dd353e48..69f3b6d74e901 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Functions/Get-MgBetaDeviceManagementSuggestedEnrollmentLimit.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Functions/Get-MgBetaDeviceManagementSuggestedEnrollmentLimit.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Functions-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.functions/get-mgbetadevicemanagementsuggestedenrollmentlimit Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Functions -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementSuggestedEnrollmentLimit --- @@ -23,7 +23,7 @@ Invoke function getSuggestedEnrollmentLimit Get-MgBetaDeviceManagementSuggestedEnrollmentLimit -EnrollmentType [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -32,7 +32,7 @@ Get-MgBetaDeviceManagementSuggestedEnrollmentLimit -EnrollmentType Get-MgBetaDeviceManagementSuggestedEnrollmentLimit -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Functions/Get-MgBetaDeviceManagementUserRoleDetail.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Functions/Get-MgBetaDeviceManagementUserRoleDetail.md index 222a8f9648036..844f0eefd85ec 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Functions/Get-MgBetaDeviceManagementUserRoleDetail.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Functions/Get-MgBetaDeviceManagementUserRoleDetail.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Functions-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.functions/get-mgbetadevicemanagementuserroledetail Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Functions -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementUserRoleDetail --- @@ -23,7 +23,7 @@ Invoke function retrieveUserRoleDetail Get-MgBetaDeviceManagementUserRoleDetail -Userid [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### RetrieveViaIdentity @@ -32,7 +32,7 @@ Get-MgBetaDeviceManagementUserRoleDetail -Userid [-ResponseHeadersVaria Get-MgBetaDeviceManagementUserRoleDetail -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Functions/Invoke-MgBetaExperienceDeviceManagement.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Functions/Invoke-MgBetaExperienceDeviceManagement.md index b4f8fb6181fcc..230d3cf9c72e3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Functions/Invoke-MgBetaExperienceDeviceManagement.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Functions/Invoke-MgBetaExperienceDeviceManagement.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Functions-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.functions/invoke-mgbetaexperiencedevicemanagement Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Functions -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaExperienceDeviceManagement --- @@ -26,7 +26,7 @@ Invoke function userExperienceAnalyticsSummarizedDeviceScopes Invoke-MgBetaExperienceDeviceManagement [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Functions/Invoke-MgBetaGraphDeviceManagement.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Functions/Invoke-MgBetaGraphDeviceManagement.md index e414ddad8da50..c0d1c435ca593 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Functions/Invoke-MgBetaGraphDeviceManagement.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Functions/Invoke-MgBetaGraphDeviceManagement.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement.Functions-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement.functions/invoke-mgbetagraphdevicemanagement Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement.Functions -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaGraphDeviceManagement --- @@ -23,7 +23,7 @@ Invoke function scopedForResource Invoke-MgBetaGraphDeviceManagement -Resource [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GraphViaIdentity @@ -32,7 +32,7 @@ Invoke-MgBetaGraphDeviceManagement -Resource [-ResponseHeadersVariable Invoke-MgBetaGraphDeviceManagement -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -48,9 +48,9 @@ Invoke function scopedForResource | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementRBAC.ReadWrite.All, DeviceManagementRBAC.Read.All, DeviceManagementConfiguration.ReadWrite.All, | +| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementRBAC.Read.All, DeviceManagementRBAC.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | DeviceManagementConfiguration.Read.All, DeviceManagementRBAC.ReadWrite.All, DeviceManagementRBAC.Read.All, DeviceManagementConfiguration.ReadWrite.All, | +| Application | DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementRBAC.Read.All, DeviceManagementRBAC.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Functions/Microsoft.Graph.Beta.DeviceManagement.Functions.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Functions/Microsoft.Graph.Beta.DeviceManagement.Functions.md index b6f83182a5122..ae8cbcb284864 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Functions/Microsoft.Graph.Beta.DeviceManagement.Functions.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Functions/Microsoft.Graph.Beta.DeviceManagement.Functions.md @@ -1,6 +1,6 @@ --- Module Name: Microsoft.Graph.Beta.DeviceManagement.Functions -Module Guid: bca5c0c6-b075-4103-93c5-bb6f766e63b7 +Module Guid: cab8986a-33df-2006-c61b-f8be5689138e Download Help Link: https://learn.microsoft.com/en-us/powershell/module/microsoft.graph.beta.devicemanagement.functions/?view=graph-powershell-beta Help Version: 1.0.0.0 Locale: en-US diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Add-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingApp.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Add-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingApp.md index 84d184695fc0d..46a4fcdf8fc5c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Add-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingApp.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Add-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/add-mgbetadevicemanagementandroidmanagedstoreaccountenterprisesettingapp Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Add-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingApp --- @@ -25,7 +25,6 @@ Add-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingApp [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Add @@ -36,7 +35,6 @@ Add-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingApp [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Approve-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingApp.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Approve-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingApp.md index bfbf71ec97186..5561f61350ff0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Approve-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingApp.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Approve-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/approve-mgbetadevicemanagementandroidmanagedstoreaccountenterprisesettingapp Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Approve-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingApp --- @@ -25,7 +25,6 @@ Approve-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingApp [-PackageIds ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Approve @@ -36,7 +35,6 @@ Approve-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingApp [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Clear-MgBetaDeviceManagementComanagedDevice.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Clear-MgBetaDeviceManagementComanagedDevice.md index beecb172444c8..ec4e2cfd1b1fb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Clear-MgBetaDeviceManagementComanagedDevice.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Clear-MgBetaDeviceManagementComanagedDevice.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/clear-mgbetadevicemanagementcomanageddevice Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Clear-MgBetaDeviceManagementComanagedDevice --- @@ -26,7 +26,6 @@ Clear-MgBetaDeviceManagementComanagedDevice -ManagedDeviceId [-PersistEsimDataPlan] [-UseProtectedWipe] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Wipe @@ -37,7 +36,6 @@ Clear-MgBetaDeviceManagementComanagedDevice -ManagedDeviceId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### WipeViaIdentityExpanded @@ -49,7 +47,6 @@ Clear-MgBetaDeviceManagementComanagedDevice -InputObject ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### WipeViaIdentity @@ -60,7 +57,6 @@ Clear-MgBetaDeviceManagementComanagedDevice -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -76,9 +72,9 @@ Wipe a device | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | DeviceManagementConfiguration.ReadWrite.All, DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementManagedDevices.PrivilegedOperations.All, | +| Delegated (work or school account) | DeviceManagementConfiguration.ReadWrite.All, DeviceManagementManagedDevices.PrivilegedOperations.All, DeviceManagementManagedDevices.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | DeviceManagementConfiguration.ReadWrite.All, DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementManagedDevices.PrivilegedOperations.All, | +| Application | DeviceManagementConfiguration.ReadWrite.All, DeviceManagementManagedDevices.PrivilegedOperations.All, DeviceManagementManagedDevices.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Clear-MgBetaDeviceManagementConfigurationPolicyEnrollmentTimeDeviceMembershipTarget.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Clear-MgBetaDeviceManagementConfigurationPolicyEnrollmentTimeDeviceMembershipTarget.md index c8dadc411b734..2b4775b1365e3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Clear-MgBetaDeviceManagementConfigurationPolicyEnrollmentTimeDeviceMembershipTarget.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Clear-MgBetaDeviceManagementConfigurationPolicyEnrollmentTimeDeviceMembershipTarget.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/clear-mgbetadevicemanagementconfigurationpolicyenrollmenttimedevicemembershiptarget Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Clear-MgBetaDeviceManagementConfigurationPolicyEnrollmentTimeDeviceMembershipTarget --- @@ -24,7 +24,7 @@ Clear-MgBetaDeviceManagementConfigurationPolicyEnrollmentTimeDeviceMembershipTar -DeviceManagementConfigurationPolicyId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### ClearViaIdentity @@ -34,7 +34,7 @@ Clear-MgBetaDeviceManagementConfigurationPolicyEnrollmentTimeDeviceMembershipTar -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Clear-MgBetaDeviceManagementManagedDevice.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Clear-MgBetaDeviceManagementManagedDevice.md index a5174601b5ac6..0a5b34e5adac3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Clear-MgBetaDeviceManagementManagedDevice.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Clear-MgBetaDeviceManagementManagedDevice.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/clear-mgbetadevicemanagementmanageddevice Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Clear-MgBetaDeviceManagementManagedDevice --- @@ -29,7 +29,6 @@ Clear-MgBetaDeviceManagementManagedDevice -ManagedDeviceId [-PersistEsimDataPlan] [-UseProtectedWipe] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Wipe @@ -40,7 +39,6 @@ Clear-MgBetaDeviceManagementManagedDevice -ManagedDeviceId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### WipeViaIdentityExpanded @@ -52,7 +50,6 @@ Clear-MgBetaDeviceManagementManagedDevice -InputObject ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### WipeViaIdentity @@ -63,7 +60,6 @@ Clear-MgBetaDeviceManagementManagedDevice -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -79,9 +75,9 @@ Wipe a device | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementManagedDevices.PrivilegedOperations.All, DeviceManagementConfiguration.ReadWrite.All, | +| Delegated (work or school account) | DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementManagedDevices.PrivilegedOperations.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementManagedDevices.PrivilegedOperations.All, DeviceManagementConfiguration.ReadWrite.All, | +| Application | DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementManagedDevices.PrivilegedOperations.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Compare-MgBetaDeviceManagementIntent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Compare-MgBetaDeviceManagementIntent.md index 5ec638f8ffdc3..9f24d28a83e28 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Compare-MgBetaDeviceManagementIntent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Compare-MgBetaDeviceManagementIntent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/compare-mgbetadevicemanagementintent Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Compare-MgBetaDeviceManagementIntent --- @@ -24,7 +24,7 @@ Compare-MgBetaDeviceManagementIntent -DeviceManagementIntentId -Templat [-Count] [-Filter ] [-Search ] [-Skip ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### CompareViaIdentity @@ -34,7 +34,7 @@ Compare-MgBetaDeviceManagementIntent -InputObject [- [-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.DeviceManagement/Compare-MgBetaDeviceManagementTemplate.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Compare-MgBetaDeviceManagementTemplate.md index ebdf10b030bad..58aca709140d5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Compare-MgBetaDeviceManagementTemplate.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Compare-MgBetaDeviceManagementTemplate.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/compare-mgbetadevicemanagementtemplate Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Compare-MgBetaDeviceManagementTemplate --- @@ -24,7 +24,7 @@ Compare-MgBetaDeviceManagementTemplate -DeviceManagementTemplateId -Tem [-Count] [-Filter ] [-Search ] [-Skip ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### CompareViaIdentity @@ -34,7 +34,7 @@ Compare-MgBetaDeviceManagementTemplate -InputObject [-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.DeviceManagement/Compare-MgBetaDeviceManagementTemplateMigratableTo.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Compare-MgBetaDeviceManagementTemplateMigratableTo.md index 6149551ad5e73..9b4bcd731ccd9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Compare-MgBetaDeviceManagementTemplateMigratableTo.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Compare-MgBetaDeviceManagementTemplateMigratableTo.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/compare-mgbetadevicemanagementtemplatemigratableto Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Compare-MgBetaDeviceManagementTemplateMigratableTo --- @@ -25,7 +25,7 @@ Compare-MgBetaDeviceManagementTemplateMigratableTo -DeviceManagementTemplateId < [-Search ] [-Skip ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### CompareViaIdentity @@ -35,7 +35,7 @@ Compare-MgBetaDeviceManagementTemplateMigratableTo -InputObject ] [-Search ] [-Skip ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Complete-MgBetaDeviceManagementAndroidForWorkSettingSignup.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Complete-MgBetaDeviceManagementAndroidForWorkSettingSignup.md index efc93d7d9432a..938bbdde4f39b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Complete-MgBetaDeviceManagementAndroidForWorkSettingSignup.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Complete-MgBetaDeviceManagementAndroidForWorkSettingSignup.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/complete-mgbetadevicemanagementandroidforworksettingsignup Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Complete-MgBetaDeviceManagementAndroidForWorkSettingSignup --- @@ -24,7 +24,6 @@ Complete-MgBetaDeviceManagementAndroidForWorkSettingSignup [-ResponseHeadersVari [-AdditionalProperties ] [-EnterpriseToken ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Complete @@ -35,7 +34,6 @@ Complete-MgBetaDeviceManagementAndroidForWorkSettingSignup [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Complete-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingSignup.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Complete-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingSignup.md index dc66a007f9a52..60d8c7af5dd34 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Complete-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingSignup.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Complete-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingSignup.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/complete-mgbetadevicemanagementandroidmanagedstoreaccountenterprisesettingsignup Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Complete-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingSignup --- @@ -25,7 +25,6 @@ Complete-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingSignup [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Complete @@ -36,7 +35,6 @@ Complete-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingSignup [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Disable-MgBetaDeviceManagementComanagedDevice.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Disable-MgBetaDeviceManagementComanagedDevice.md index c79586ac0e707..282548686c030 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Disable-MgBetaDeviceManagementComanagedDevice.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Disable-MgBetaDeviceManagementComanagedDevice.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/disable-mgbetadevicemanagementcomanageddevice Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Disable-MgBetaDeviceManagementComanagedDevice --- @@ -24,7 +24,6 @@ Disable-MgBetaDeviceManagementComanagedDevice -ManagedDeviceId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DisableViaIdentity @@ -34,7 +33,6 @@ Disable-MgBetaDeviceManagementComanagedDevice -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Disable-MgBetaDeviceManagementComanagedDeviceLostMode.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Disable-MgBetaDeviceManagementComanagedDeviceLostMode.md index 2d97485c58440..5ec27ace6083b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Disable-MgBetaDeviceManagementComanagedDeviceLostMode.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Disable-MgBetaDeviceManagementComanagedDeviceLostMode.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/disable-mgbetadevicemanagementcomanageddevicelostmode Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Disable-MgBetaDeviceManagementComanagedDeviceLostMode --- @@ -24,7 +24,6 @@ Disable-MgBetaDeviceManagementComanagedDeviceLostMode -ManagedDeviceId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DisableViaIdentity @@ -34,7 +33,6 @@ Disable-MgBetaDeviceManagementComanagedDeviceLostMode -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Disable-MgBetaDeviceManagementManagedDevice.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Disable-MgBetaDeviceManagementManagedDevice.md index 69be9b6699880..2f3836b051519 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Disable-MgBetaDeviceManagementManagedDevice.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Disable-MgBetaDeviceManagementManagedDevice.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/disable-mgbetadevicemanagementmanageddevice Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Disable-MgBetaDeviceManagementManagedDevice --- @@ -24,7 +24,6 @@ Disable-MgBetaDeviceManagementManagedDevice -ManagedDeviceId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DisableViaIdentity @@ -34,7 +33,6 @@ Disable-MgBetaDeviceManagementManagedDevice -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Disable-MgBetaDeviceManagementManagedDeviceLostMode.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Disable-MgBetaDeviceManagementManagedDeviceLostMode.md index 2bbeb5e584223..59c3f1dd4be6f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Disable-MgBetaDeviceManagementManagedDeviceLostMode.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Disable-MgBetaDeviceManagementManagedDeviceLostMode.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/disable-mgbetadevicemanagementmanageddevicelostmode Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Disable-MgBetaDeviceManagementManagedDeviceLostMode --- @@ -27,7 +27,6 @@ Disable-MgBetaDeviceManagementManagedDeviceLostMode -ManagedDeviceId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DisableViaIdentity @@ -37,7 +36,6 @@ Disable-MgBetaDeviceManagementManagedDeviceLostMode -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Enable-MgBetaDeviceManagementAssignmentFilter.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Enable-MgBetaDeviceManagementAssignmentFilter.md index 1dcbd75746cfc..fa7e7940e4ff7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Enable-MgBetaDeviceManagementAssignmentFilter.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Enable-MgBetaDeviceManagementAssignmentFilter.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/enable-mgbetadevicemanagementassignmentfilter Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Enable-MgBetaDeviceManagementAssignmentFilter --- @@ -24,7 +24,6 @@ Enable-MgBetaDeviceManagementAssignmentFilter [-ResponseHeadersVariable [-AdditionalProperties ] [-Enable] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Enable @@ -35,7 +34,6 @@ Enable-MgBetaDeviceManagementAssignmentFilter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Enable-MgBetaDeviceManagementComanagedDeviceLostMode.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Enable-MgBetaDeviceManagementComanagedDeviceLostMode.md index cbd6d5ab49d68..91dbd3316ec27 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Enable-MgBetaDeviceManagementComanagedDeviceLostMode.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Enable-MgBetaDeviceManagementComanagedDeviceLostMode.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/enable-mgbetadevicemanagementcomanageddevicelostmode Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Enable-MgBetaDeviceManagementComanagedDeviceLostMode --- @@ -25,7 +25,6 @@ Enable-MgBetaDeviceManagementComanagedDeviceLostMode -ManagedDeviceId [-Message ] [-PhoneNumber ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Enable @@ -36,7 +35,6 @@ Enable-MgBetaDeviceManagementComanagedDeviceLostMode -ManagedDeviceId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### EnableViaIdentityExpanded @@ -47,7 +45,6 @@ Enable-MgBetaDeviceManagementComanagedDeviceLostMode -InputObject ] [-PhoneNumber ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### EnableViaIdentity @@ -58,7 +55,6 @@ Enable-MgBetaDeviceManagementComanagedDeviceLostMode -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Enable-MgBetaDeviceManagementDeviceHealthScriptGlobalScript.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Enable-MgBetaDeviceManagementDeviceHealthScriptGlobalScript.md index 0a8b1b4a555bc..8f872d06b4a77 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Enable-MgBetaDeviceManagementDeviceHealthScriptGlobalScript.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Enable-MgBetaDeviceManagementDeviceHealthScriptGlobalScript.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/enable-mgbetadevicemanagementdevicehealthscriptglobalscript Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Enable-MgBetaDeviceManagementDeviceHealthScriptGlobalScript --- @@ -24,7 +24,6 @@ Enable-MgBetaDeviceManagementDeviceHealthScriptGlobalScript [-ResponseHeadersVar [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -40,9 +39,9 @@ Invoke action enableGlobalScripts | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementScripts.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, | +| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementScripts.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | DeviceManagementConfiguration.Read.All, DeviceManagementScripts.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, | +| Application | DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementScripts.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Enable-MgBetaDeviceManagementManagedDeviceLostMode.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Enable-MgBetaDeviceManagementManagedDeviceLostMode.md index 9b63f8f69d5f0..fef67dc401b8c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Enable-MgBetaDeviceManagementManagedDeviceLostMode.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Enable-MgBetaDeviceManagementManagedDeviceLostMode.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/enable-mgbetadevicemanagementmanageddevicelostmode Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Enable-MgBetaDeviceManagementManagedDeviceLostMode --- @@ -25,7 +25,6 @@ Enable-MgBetaDeviceManagementManagedDeviceLostMode -ManagedDeviceId [-Message ] [-PhoneNumber ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Enable @@ -36,7 +35,6 @@ Enable-MgBetaDeviceManagementManagedDeviceLostMode -ManagedDeviceId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### EnableViaIdentityExpanded @@ -47,7 +45,6 @@ Enable-MgBetaDeviceManagementManagedDeviceLostMode -InputObject ] [-PhoneNumber ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### EnableViaIdentity @@ -58,7 +55,6 @@ Enable-MgBetaDeviceManagementManagedDeviceLostMode -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Find-MgBetaDeviceManagementComanagedDevice.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Find-MgBetaDeviceManagementComanagedDevice.md index b3dc2516a0197..0c42e2765c968 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Find-MgBetaDeviceManagementComanagedDevice.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Find-MgBetaDeviceManagementComanagedDevice.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/find-mgbetadevicemanagementcomanageddevice Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Find-MgBetaDeviceManagementComanagedDevice --- @@ -24,7 +24,6 @@ Find-MgBetaDeviceManagementComanagedDevice -ManagedDeviceId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### LocateViaIdentity @@ -34,7 +33,6 @@ Find-MgBetaDeviceManagementComanagedDevice -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Find-MgBetaDeviceManagementManagedDevice.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Find-MgBetaDeviceManagementManagedDevice.md index 70e2734732fa8..8e91582833876 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Find-MgBetaDeviceManagementManagedDevice.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Find-MgBetaDeviceManagementManagedDevice.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/find-mgbetadevicemanagementmanageddevice Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Find-MgBetaDeviceManagementManagedDevice --- @@ -27,7 +27,6 @@ Find-MgBetaDeviceManagementManagedDevice -ManagedDeviceId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### LocateViaIdentity @@ -37,7 +36,6 @@ Find-MgBetaDeviceManagementManagedDevice -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaAdminEdge.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaAdminEdge.md index 7ae9f58560f44..fcb7c3bfb8657 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaAdminEdge.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaAdminEdge.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetaadminedge Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaAdminEdge --- @@ -27,7 +27,7 @@ Read-only. Get-MgBetaAdminEdge [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaAdminEdgeInternetExplorerMode.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaAdminEdgeInternetExplorerMode.md index f7b76dacf3d96..646ec8584b379 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaAdminEdgeInternetExplorerMode.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaAdminEdgeInternetExplorerMode.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetaadminedgeinternetexplorermode Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaAdminEdgeInternetExplorerMode --- @@ -26,7 +26,7 @@ A container for Internet Explorer mode resources. Get-MgBetaAdminEdgeInternetExplorerMode [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaAdminEdgeInternetExplorerModeSiteList.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaAdminEdgeInternetExplorerModeSiteList.md index 4ffa2d8730e18..aeb9dd4eacdd1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaAdminEdgeInternetExplorerModeSiteList.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaAdminEdgeInternetExplorerModeSiteList.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetaadminedgeinternetexplorermodesitelist Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaAdminEdgeInternetExplorerModeSiteList --- @@ -28,7 +28,7 @@ Get-MgBetaAdminEdgeInternetExplorerModeSiteList [-ExpandProperty ] [-P [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaAdminEdgeInternetExplorerModeSiteList -BrowserSiteListId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +48,7 @@ Get-MgBetaAdminEdgeInternetExplorerModeSiteList -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaAdminEdgeInternetExplorerModeSiteListCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaAdminEdgeInternetExplorerModeSiteListCount.md index b83c7c8056c2a..5f5e877b67c3d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaAdminEdgeInternetExplorerModeSiteListCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaAdminEdgeInternetExplorerModeSiteListCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetaadminedgeinternetexplorermodesitelistcount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaAdminEdgeInternetExplorerModeSiteListCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaAdminEdgeInternetExplorerModeSiteListCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaAdminEdgeInternetExplorerModeSiteListSharedCookie.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaAdminEdgeInternetExplorerModeSiteListSharedCookie.md index 904b0b200de27..bc214b547b932 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaAdminEdgeInternetExplorerModeSiteListSharedCookie.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaAdminEdgeInternetExplorerModeSiteListSharedCookie.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetaadminedgeinternetexplorermodesitelistsharedcookie Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaAdminEdgeInternetExplorerModeSiteListSharedCookie --- @@ -29,7 +29,6 @@ Get-MgBetaAdminEdgeInternetExplorerModeSiteListSharedCookie -BrowserSiteListId < [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -39,7 +38,7 @@ Get-MgBetaAdminEdgeInternetExplorerModeSiteListSharedCookie -BrowserSharedCookie -BrowserSiteListId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -49,7 +48,7 @@ Get-MgBetaAdminEdgeInternetExplorerModeSiteListSharedCookie -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaAdminEdgeInternetExplorerModeSiteListSharedCookieCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaAdminEdgeInternetExplorerModeSiteListSharedCookieCount.md index 1f25ab993014e..60b529fdac8f3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaAdminEdgeInternetExplorerModeSiteListSharedCookieCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaAdminEdgeInternetExplorerModeSiteListSharedCookieCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetaadminedgeinternetexplorermodesitelistsharedcookiecount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaAdminEdgeInternetExplorerModeSiteListSharedCookieCount --- @@ -27,7 +27,7 @@ Get-MgBetaAdminEdgeInternetExplorerModeSiteListSharedCookieCount -BrowserSiteLis [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaAdminEdgeInternetExplorerModeSiteListSharedCookieCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaAdminEdgeInternetExplorerModeSiteListSite.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaAdminEdgeInternetExplorerModeSiteListSite.md index 6e95594c87383..4a14c6890aad7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaAdminEdgeInternetExplorerModeSiteListSite.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaAdminEdgeInternetExplorerModeSiteListSite.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetaadminedgeinternetexplorermodesitelistsite Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaAdminEdgeInternetExplorerModeSiteListSite --- @@ -29,7 +29,6 @@ Get-MgBetaAdminEdgeInternetExplorerModeSiteListSite -BrowserSiteListId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -39,7 +38,7 @@ Get-MgBetaAdminEdgeInternetExplorerModeSiteListSite -BrowserSiteId -BrowserSiteListId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -49,7 +48,7 @@ Get-MgBetaAdminEdgeInternetExplorerModeSiteListSite -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaAdminEdgeInternetExplorerModeSiteListSiteCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaAdminEdgeInternetExplorerModeSiteListSiteCount.md index 5639837a7a0c7..a535878ed9a8f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaAdminEdgeInternetExplorerModeSiteListSiteCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaAdminEdgeInternetExplorerModeSiteListSiteCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetaadminedgeinternetexplorermodesitelistsitecount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaAdminEdgeInternetExplorerModeSiteListSiteCount --- @@ -27,7 +27,7 @@ Get-MgBetaAdminEdgeInternetExplorerModeSiteListSiteCount -BrowserSiteListId ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaAdminEdgeInternetExplorerModeSiteListSiteCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagement.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagement.md index 96c839707b067..67037d322c86c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagement.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagement.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagement Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagement --- @@ -26,7 +26,7 @@ Get deviceManagement Get-MgBetaDeviceManagement [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -42,9 +42,9 @@ Get deviceManagement | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | DeviceManagementApps.Read.All, DeviceManagementServiceConfig.ReadWrite.All, DeviceManagementRBAC.ReadWrite.All, DeviceManagementServiceConfig.Read.All, DeviceManagementApps.ReadWrite.All, DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementRBAC.Read.All, | +| Delegated (work or school account) | DeviceManagementApps.Read.All, DeviceManagementApps.ReadWrite.All, DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementRBAC.Read.All, DeviceManagementRBAC.ReadWrite.All, DeviceManagementServiceConfig.Read.All, DeviceManagementServiceConfig.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | DeviceManagementApps.Read.All, DeviceManagementApps.ReadWrite.All, DeviceManagementServiceConfig.Read.All, DeviceManagementRBAC.ReadWrite.All, DeviceManagementRBAC.Read.All, DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementServiceConfig.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementConfiguration.Read.All, DeviceManagementManagedDevices.Read.All, | +| Application | DeviceManagementApps.Read.All, DeviceManagementApps.ReadWrite.All, DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementRBAC.Read.All, DeviceManagementRBAC.ReadWrite.All, DeviceManagementServiceConfig.Read.All, DeviceManagementServiceConfig.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummary.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummary.md index 43be46d004d02..868d79f530874 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummary.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummary.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementadvancedthreatprotectiononboardingstatesummary Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummary --- @@ -24,7 +24,7 @@ Get-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummary [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummaryAdvancedThreatProtectionOnboardingDeviceSettingState.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummaryAdvancedThreatProtectionOnboardingDeviceSettingState.md index 8b1a3e756bf96..26bee48c12e69 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummaryAdvancedThreatProtectionOnboardingDeviceSettingState.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummaryAdvancedThreatProtectionOnboardingDeviceSettingState.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementadvancedthreatprotectiononboardingstatesummaryadvancedthreatprotectiononboardingdevicesettingstate Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummaryAdvancedThreatProtectionOnboardingDeviceSettingState --- @@ -26,7 +26,6 @@ Get-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummaryAdvanced [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -36,7 +35,7 @@ Get-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummaryAdvanced -AdvancedThreatProtectionOnboardingDeviceSettingStateId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +45,7 @@ Get-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummaryAdvanced -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummaryAdvancedThreatProtectionOnboardingDeviceSettingStateCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummaryAdvancedThreatProtectionOnboardingDeviceSettingStateCount.md index 15a21ea397fb5..f10b3dc81b8d6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummaryAdvancedThreatProtectionOnboardingDeviceSettingStateCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummaryAdvancedThreatProtectionOnboardingDeviceSettingStateCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementadvancedthreatprotectiononboardingstatesummaryadvancedthreatprotectiononboardingdevicesettingstatecount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummaryAdvancedThreatProtectionOnboardingDeviceSettingStateCount --- @@ -24,7 +24,7 @@ Get-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummaryAdvanced [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementAndroidForWorkAppConfigurationSchema.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementAndroidForWorkAppConfigurationSchema.md index 109a9a8a8cb7b..5d0c5b10cf58b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementAndroidForWorkAppConfigurationSchema.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementAndroidForWorkAppConfigurationSchema.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementandroidforworkappconfigurationschema Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementAndroidForWorkAppConfigurationSchema --- @@ -25,7 +25,7 @@ Get-MgBetaDeviceManagementAndroidForWorkAppConfigurationSchema [-ExpandProperty [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaDeviceManagementAndroidForWorkAppConfigurationSchema -AndroidForWorkAppConfigurationSchemaId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -45,7 +45,7 @@ Get-MgBetaDeviceManagementAndroidForWorkAppConfigurationSchema -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementAndroidForWorkAppConfigurationSchemaCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementAndroidForWorkAppConfigurationSchemaCount.md index 77a45ed001107..118705ff8ec50 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementAndroidForWorkAppConfigurationSchemaCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementAndroidForWorkAppConfigurationSchemaCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementandroidforworkappconfigurationschemacount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementAndroidForWorkAppConfigurationSchemaCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaDeviceManagementAndroidForWorkAppConfigurationSchemaCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementAndroidForWorkSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementAndroidForWorkSetting.md index 9044dad3aca6f..f5012032a793b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementAndroidForWorkSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementAndroidForWorkSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementandroidforworksetting Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementAndroidForWorkSetting --- @@ -23,7 +23,7 @@ The singleton Android for Work settings entity. Get-MgBetaDeviceManagementAndroidForWorkSetting [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSetting.md index 0552fd2d6600e..7397eaab3aa17 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementandroidmanagedstoreaccountenterprisesetting Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSetting --- @@ -23,7 +23,7 @@ The singleton Android managed store account enterprise settings entity. Get-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSetting [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingStoreLayout.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingStoreLayout.md index 8ce8cab7d9a98..9dbfe41b4d5e1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingStoreLayout.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingStoreLayout.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementandroidmanagedstoreaccountenterprisesettingstorelayout Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingStoreLayout --- @@ -23,7 +23,7 @@ Gets the Managed Google Play store layout type from Google EMM API. Get-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingStoreLayout [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementAndroidManagedStoreAppConfigurationSchema.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementAndroidManagedStoreAppConfigurationSchema.md index 95d5a873feacb..dbedd7408cc23 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementAndroidManagedStoreAppConfigurationSchema.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementAndroidManagedStoreAppConfigurationSchema.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementandroidmanagedstoreappconfigurationschema Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementAndroidManagedStoreAppConfigurationSchema --- @@ -25,7 +25,7 @@ Get-MgBetaDeviceManagementAndroidManagedStoreAppConfigurationSchema [-ExpandProp [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaDeviceManagementAndroidManagedStoreAppConfigurationSchema -AndroidManagedStoreAppConfigurationSchemaId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -45,7 +45,7 @@ Get-MgBetaDeviceManagementAndroidManagedStoreAppConfigurationSchema -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementAndroidManagedStoreAppConfigurationSchemaCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementAndroidManagedStoreAppConfigurationSchemaCount.md index 16b8206320b5e..3fd325c35e5aa 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementAndroidManagedStoreAppConfigurationSchemaCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementAndroidManagedStoreAppConfigurationSchemaCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementandroidmanagedstoreappconfigurationschemacount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementAndroidManagedStoreAppConfigurationSchemaCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaDeviceManagementAndroidManagedStoreAppConfigurationSchemaCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementAssignmentFilter.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementAssignmentFilter.md index b1f562e5e6298..369fff221cf73 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementAssignmentFilter.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementAssignmentFilter.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementassignmentfilter Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementAssignmentFilter --- @@ -25,7 +25,7 @@ Get-MgBetaDeviceManagementAssignmentFilter [-ExpandProperty ] [-Proper [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaDeviceManagementAssignmentFilter -DeviceAndAppManagementAssignmentFilt [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -45,7 +45,7 @@ Get-MgBetaDeviceManagementAssignmentFilter -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementAssignmentFilterCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementAssignmentFilterCount.md index 927b712a5bbc8..642d99c48ded5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementAssignmentFilterCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementAssignmentFilterCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementassignmentfiltercount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementAssignmentFilterCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaDeviceManagementAssignmentFilterCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementAssignmentFilterPlatformSupportedProperty.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementAssignmentFilterPlatformSupportedProperty.md index 0c417484e2179..5e0bd447a9c0c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementAssignmentFilterPlatformSupportedProperty.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementAssignmentFilterPlatformSupportedProperty.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementassignmentfilterplatformsupportedproperty Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementAssignmentFilterPlatformSupportedProperty --- @@ -24,7 +24,7 @@ Get-MgBetaDeviceManagementAssignmentFilterPlatformSupportedProperty -Platform ] [-Search ] [-Skip ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaDeviceManagementAssignmentFilterPlatformSupportedProperty -InputObject [-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.DeviceManagement/Get-MgBetaDeviceManagementAssignmentFilterState.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementAssignmentFilterState.md index 8f416f75e1bed..c2411b9157496 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementAssignmentFilterState.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementAssignmentFilterState.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementassignmentfilterstate Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementAssignmentFilterState --- @@ -23,7 +23,7 @@ Invoke function getState Get-MgBetaDeviceManagementAssignmentFilterState [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementAssignmentFilterSupportedProperty.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementAssignmentFilterSupportedProperty.md index dfb66a85cab41..b54fd61f203c3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementAssignmentFilterSupportedProperty.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementAssignmentFilterSupportedProperty.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementassignmentfiltersupportedproperty Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementAssignmentFilterSupportedProperty --- @@ -24,7 +24,7 @@ Get-MgBetaDeviceManagementAssignmentFilterSupportedProperty -DeviceAndAppManagementAssignmentFilterId [-Count] [-Filter ] [-Search ] [-Skip ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaDeviceManagementAssignmentFilterSupportedProperty -InputObject ] [-Search ] [-Skip ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementCategory.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementCategory.md index cf244a3e0e9d1..081728dec8e29 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementCategory.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementCategory.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementcategory Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementCategory --- @@ -25,7 +25,7 @@ Get-MgBetaDeviceManagementCategory [-ExpandProperty ] [-Property ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaDeviceManagementCategory -DeviceManagementSettingCategoryId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -45,7 +45,7 @@ Get-MgBetaDeviceManagementCategory -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementCategoryCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementCategoryCount.md index d3f46cc79ac4b..46e217da20b7d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementCategoryCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementCategoryCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementcategorycount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementCategoryCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaDeviceManagementCategoryCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementCategorySettingDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementCategorySettingDefinition.md index 9266a9fb9550b..e527c36b482d1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementCategorySettingDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementCategorySettingDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementcategorysettingdefinition Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementCategorySettingDefinition --- @@ -26,7 +26,6 @@ Get-MgBetaDeviceManagementCategorySettingDefinition -DeviceManagementSettingCate [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -36,7 +35,7 @@ Get-MgBetaDeviceManagementCategorySettingDefinition -DeviceManagementSettingCate -DeviceManagementSettingDefinitionId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +45,7 @@ Get-MgBetaDeviceManagementCategorySettingDefinition -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementCategorySettingDefinitionCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementCategorySettingDefinitionCount.md index baf5f71868f29..c69c4d6e9bd48 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementCategorySettingDefinitionCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementCategorySettingDefinitionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementcategorysettingdefinitioncount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementCategorySettingDefinitionCount --- @@ -24,7 +24,7 @@ Get-MgBetaDeviceManagementCategorySettingDefinitionCount -DeviceManagementSettin [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaDeviceManagementCategorySettingDefinitionCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementComanagedDevice.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementComanagedDevice.md index a40fabdc24702..bce0d5769e641 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementComanagedDevice.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementComanagedDevice.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementcomanageddevice Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementComanagedDevice --- @@ -25,7 +25,7 @@ Get-MgBetaDeviceManagementComanagedDevice [-ExpandProperty ] [-Propert [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -34,7 +34,7 @@ Get-MgBetaDeviceManagementComanagedDevice [-ExpandProperty ] [-Propert Get-MgBetaDeviceManagementComanagedDevice -ManagedDeviceId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -44,7 +44,7 @@ Get-MgBetaDeviceManagementComanagedDevice -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -60,9 +60,9 @@ The list of co-managed devices report | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementConfiguration.ReadWrite.All, | +| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementManagedDevices.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | DeviceManagementConfiguration.Read.All, DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementConfiguration.ReadWrite.All, | +| Application | DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementManagedDevices.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementComanagedDeviceAssignmentFilterEvaluationStatusDetail.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementComanagedDeviceAssignmentFilterEvaluationStatusDetail.md index dd0b2d47437cd..326be20ed6dde 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementComanagedDeviceAssignmentFilterEvaluationStatusDetail.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementComanagedDeviceAssignmentFilterEvaluationStatusDetail.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementcomanageddeviceassignmentfilterevaluationstatusdetail Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementComanagedDeviceAssignmentFilterEvaluationStatusDetail --- @@ -26,7 +26,7 @@ Get-MgBetaDeviceManagementComanagedDeviceAssignmentFilterEvaluationStatusDetail [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -37,7 +37,7 @@ Get-MgBetaDeviceManagementComanagedDeviceAssignmentFilterEvaluationStatusDetail [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -47,7 +47,7 @@ Get-MgBetaDeviceManagementComanagedDeviceAssignmentFilterEvaluationStatusDetail -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementComanagedDeviceAssignmentFilterEvaluationStatusDetailCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementComanagedDeviceAssignmentFilterEvaluationStatusDetailCount.md index f741a700f77b2..4bfda8e840723 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementComanagedDeviceAssignmentFilterEvaluationStatusDetailCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementComanagedDeviceAssignmentFilterEvaluationStatusDetailCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementcomanageddeviceassignmentfilterevaluationstatusdetailcount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementComanagedDeviceAssignmentFilterEvaluationStatusDetailCount --- @@ -24,7 +24,7 @@ Get-MgBetaDeviceManagementComanagedDeviceAssignmentFilterEvaluationStatusDetailC -ManagedDeviceId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaDeviceManagementComanagedDeviceAssignmentFilterEvaluationStatusDetailC -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementComanagedDeviceCategory.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementComanagedDeviceCategory.md index ec55999e61658..1057b0d385a7b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementComanagedDeviceCategory.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementComanagedDeviceCategory.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementcomanageddevicecategory Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementComanagedDeviceCategory --- @@ -24,7 +24,7 @@ Get-MgBetaDeviceManagementComanagedDeviceCategory -ManagedDeviceId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaDeviceManagementComanagedDeviceCategory -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementComanagedDeviceCategoryByRef.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementComanagedDeviceCategoryByRef.md index 317886e52b3b7..3235149e426d1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementComanagedDeviceCategoryByRef.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementComanagedDeviceCategoryByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementcomanageddevicecategorybyref Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementComanagedDeviceCategoryByRef --- @@ -23,7 +23,7 @@ Device category Get-MgBetaDeviceManagementComanagedDeviceCategoryByRef -ManagedDeviceId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -32,7 +32,7 @@ Get-MgBetaDeviceManagementComanagedDeviceCategoryByRef -ManagedDeviceId Get-MgBetaDeviceManagementComanagedDeviceCategoryByRef -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementComanagedDeviceCompliancePolicyState.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementComanagedDeviceCompliancePolicyState.md index 170ce0934dd03..fe8f557989895 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementComanagedDeviceCompliancePolicyState.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementComanagedDeviceCompliancePolicyState.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementcomanageddevicecompliancepolicystate Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementComanagedDeviceCompliancePolicyState --- @@ -26,7 +26,6 @@ Get-MgBetaDeviceManagementComanagedDeviceCompliancePolicyState -ManagedDeviceId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -36,7 +35,7 @@ Get-MgBetaDeviceManagementComanagedDeviceCompliancePolicyState -DeviceCompliancePolicyStateId -ManagedDeviceId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +45,7 @@ Get-MgBetaDeviceManagementComanagedDeviceCompliancePolicyState -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementComanagedDeviceCompliancePolicyStateCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementComanagedDeviceCompliancePolicyStateCount.md index 85d45db1b1c74..a6b9fa4e5b5b5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementComanagedDeviceCompliancePolicyStateCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementComanagedDeviceCompliancePolicyStateCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementcomanageddevicecompliancepolicystatecount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementComanagedDeviceCompliancePolicyStateCount --- @@ -24,7 +24,7 @@ Get-MgBetaDeviceManagementComanagedDeviceCompliancePolicyStateCount -ManagedDevi [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaDeviceManagementComanagedDeviceCompliancePolicyStateCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementComanagedDeviceConfigurationState.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementComanagedDeviceConfigurationState.md index bcc505b5e9a25..022fe3cfe2440 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementComanagedDeviceConfigurationState.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementComanagedDeviceConfigurationState.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementcomanageddeviceconfigurationstate Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementComanagedDeviceConfigurationState --- @@ -26,7 +26,6 @@ Get-MgBetaDeviceManagementComanagedDeviceConfigurationState -ManagedDeviceId ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -36,7 +35,7 @@ Get-MgBetaDeviceManagementComanagedDeviceConfigurationState -DeviceConfiguration -ManagedDeviceId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +45,7 @@ Get-MgBetaDeviceManagementComanagedDeviceConfigurationState -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementComanagedDeviceConfigurationStateCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementComanagedDeviceConfigurationStateCount.md index 6efa3c192616b..0fa7295578f72 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementComanagedDeviceConfigurationStateCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementComanagedDeviceConfigurationStateCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementcomanageddeviceconfigurationstatecount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementComanagedDeviceConfigurationStateCount --- @@ -24,7 +24,7 @@ Get-MgBetaDeviceManagementComanagedDeviceConfigurationStateCount -ManagedDeviceI [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaDeviceManagementComanagedDeviceConfigurationStateCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementComanagedDeviceCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementComanagedDeviceCount.md index 276f6629e140e..9a10be7889618 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementComanagedDeviceCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementComanagedDeviceCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementcomanageddevicecount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementComanagedDeviceCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaDeviceManagementComanagedDeviceCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -39,9 +39,9 @@ Get the number of the resource | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementConfiguration.ReadWrite.All, | +| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementManagedDevices.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | DeviceManagementConfiguration.Read.All, DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementConfiguration.ReadWrite.All, | +| Application | DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementManagedDevices.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementComanagedDeviceDetectedApp.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementComanagedDeviceDetectedApp.md index 59dc5844a2278..a39176eb5d2f2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementComanagedDeviceDetectedApp.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementComanagedDeviceDetectedApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementcomanageddevicedetectedapp Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementComanagedDeviceDetectedApp --- @@ -26,7 +26,6 @@ Get-MgBetaDeviceManagementComanagedDeviceDetectedApp -ManagedDeviceId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -36,7 +35,7 @@ Get-MgBetaDeviceManagementComanagedDeviceDetectedApp -DetectedAppId -ManagedDeviceId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +45,7 @@ Get-MgBetaDeviceManagementComanagedDeviceDetectedApp -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementComanagedDeviceDetectedAppCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementComanagedDeviceDetectedAppCount.md index b633c09a4eb57..f18bcddcb8470 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementComanagedDeviceDetectedAppCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementComanagedDeviceDetectedAppCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementcomanageddevicedetectedappcount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementComanagedDeviceDetectedAppCount --- @@ -24,7 +24,7 @@ Get-MgBetaDeviceManagementComanagedDeviceDetectedAppCount -ManagedDeviceId ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaDeviceManagementComanagedDeviceDetectedAppCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementComanagedDeviceFileVaultKey.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementComanagedDeviceFileVaultKey.md index 19385126e6462..ed7dd47970be3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementComanagedDeviceFileVaultKey.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementComanagedDeviceFileVaultKey.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementcomanageddevicefilevaultkey Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementComanagedDeviceFileVaultKey --- @@ -23,7 +23,7 @@ Invoke function getFileVaultKey Get-MgBetaDeviceManagementComanagedDeviceFileVaultKey -ManagedDeviceId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -32,7 +32,7 @@ Get-MgBetaDeviceManagementComanagedDeviceFileVaultKey -ManagedDeviceId Get-MgBetaDeviceManagementComanagedDeviceFileVaultKey -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -48,9 +48,9 @@ Invoke function getFileVaultKey | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementConfiguration.ReadWrite.All, | +| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementManagedDevices.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | DeviceManagementConfiguration.Read.All, DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementConfiguration.ReadWrite.All, | +| Application | DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementManagedDevices.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementComanagedDeviceHealthScriptState.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementComanagedDeviceHealthScriptState.md index 791557ba85ea2..052950f75287b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementComanagedDeviceHealthScriptState.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementComanagedDeviceHealthScriptState.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementcomanageddevicehealthscriptstate Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementComanagedDeviceHealthScriptState --- @@ -28,7 +28,6 @@ Get-MgBetaDeviceManagementComanagedDeviceHealthScriptState -ManagedDeviceId ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -38,7 +37,7 @@ Get-MgBetaDeviceManagementComanagedDeviceHealthScriptState -DeviceId -I -ManagedDeviceId -PolicyId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +47,7 @@ Get-MgBetaDeviceManagementComanagedDeviceHealthScriptState -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementComanagedDeviceHealthScriptStateCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementComanagedDeviceHealthScriptStateCount.md index 7925a5bfeaead..e80b17fa73f31 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementComanagedDeviceHealthScriptStateCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementComanagedDeviceHealthScriptStateCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementcomanageddevicehealthscriptstatecount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementComanagedDeviceHealthScriptStateCount --- @@ -24,7 +24,7 @@ Get-MgBetaDeviceManagementComanagedDeviceHealthScriptStateCount -ManagedDeviceId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaDeviceManagementComanagedDeviceHealthScriptStateCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementComanagedDeviceLocalAdminAccountDetail.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementComanagedDeviceLocalAdminAccountDetail.md new file mode 100644 index 0000000000000..898d717dbb29c --- /dev/null +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementComanagedDeviceLocalAdminAccountDetail.md @@ -0,0 +1,427 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementcomanageddevicelocaladminaccountdetail +Locale: en-US +Module Name: Microsoft.Graph.Beta.DeviceManagement +ms.date: 07/10/2026 +PlatyPS schema version: 2024-05-01 +title: Get-MgBetaDeviceManagementComanagedDeviceLocalAdminAccountDetail +--- + +# Get-MgBetaDeviceManagementComanagedDeviceLocalAdminAccountDetail + +## SYNOPSIS + +Invoke function retrieveDeviceLocalAdminAccountDetail + +## SYNTAX + +### Retrieve (Default) + +``` +Get-MgBetaDeviceManagementComanagedDeviceLocalAdminAccountDetail -ManagedDeviceId + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] +``` + +### RetrieveViaIdentity + +``` +Get-MgBetaDeviceManagementComanagedDeviceLocalAdminAccountDetail + -InputObject [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Invoke function retrieveDeviceLocalAdminAccountDetail + +## 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: '' +``` + +### -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.IDeviceManagementIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: RetrieveViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ManagedDeviceId + +The unique identifier of managedDevice + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Retrieve + Position: Named + IsRequired: true + 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 + +### Microsoft.Graph.Beta.PowerShell.Models.IDeviceManagementIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### System.DateTime + +{{ 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 + [AdvancedThreatProtectionOnboardingDeviceSettingStateId ]: The unique identifier of advancedThreatProtectionOnboardingDeviceSettingState + [AlertRecordId ]: The unique identifier of alertRecord + [AlertRuleId ]: The unique identifier of alertRule + [AndroidForWorkAppConfigurationSchemaId ]: The unique identifier of androidForWorkAppConfigurationSchema + [AndroidManagedStoreAppConfigurationSchemaId ]: The unique identifier of androidManagedStoreAppConfigurationSchema + [AppLogCollectionRequestId ]: The unique identifier of appLogCollectionRequest + [AssignmentFilterEvaluationStatusDetailsId ]: The unique identifier of assignmentFilterEvaluationStatusDetails + [BrowserSharedCookieId ]: The unique identifier of browserSharedCookie + [BrowserSiteId ]: The unique identifier of browserSite + [BrowserSiteListId ]: The unique identifier of browserSiteList + [DataSharingConsentId ]: The unique identifier of dataSharingConsent + [DetectedAppId ]: The unique identifier of detectedApp + [DeviceAndAppManagementAssignmentFilterId ]: The unique identifier of deviceAndAppManagementAssignmentFilter + [DeviceCategoryId ]: The unique identifier of deviceCategory + [DeviceComplianceActionItemId ]: The unique identifier of deviceComplianceActionItem + [DeviceComplianceDeviceStatusId ]: The unique identifier of deviceComplianceDeviceStatus + [DeviceCompliancePolicyAssignmentId ]: The unique identifier of deviceCompliancePolicyAssignment + [DeviceCompliancePolicyId ]: The unique identifier of deviceCompliancePolicy + [DeviceCompliancePolicySettingStateSummaryId ]: The unique identifier of deviceCompliancePolicySettingStateSummary + [DeviceCompliancePolicyStateId ]: The unique identifier of deviceCompliancePolicyState + [DeviceComplianceScheduledActionForRuleId ]: The unique identifier of deviceComplianceScheduledActionForRule + [DeviceComplianceSettingStateId ]: The unique identifier of deviceComplianceSettingState + [DeviceComplianceUserStatusId ]: The unique identifier of deviceComplianceUserStatus + [DeviceConfigurationAssignmentId ]: The unique identifier of deviceConfigurationAssignment + [DeviceConfigurationConflictSummaryId ]: The unique identifier of deviceConfigurationConflictSummary + [DeviceConfigurationDeviceStatusId ]: The unique identifier of deviceConfigurationDeviceStatus + [DeviceConfigurationGroupAssignmentId ]: The unique identifier of deviceConfigurationGroupAssignment + [DeviceConfigurationId ]: The unique identifier of deviceConfiguration + [DeviceConfigurationStateId ]: The unique identifier of deviceConfigurationState + [DeviceConfigurationUserStatusId ]: The unique identifier of deviceConfigurationUserStatus + [DeviceHealthScriptAssignmentId ]: The unique identifier of deviceHealthScriptAssignment + [DeviceHealthScriptDeviceStateId ]: The unique identifier of deviceHealthScriptDeviceState + [DeviceHealthScriptId ]: The unique identifier of deviceHealthScript + [DeviceId ]: Property in multi-part unique identifier of deviceHealthScriptPolicyState + [DeviceLogCollectionResponseId ]: The unique identifier of deviceLogCollectionResponse + [DeviceManagementComplianceActionItemId ]: The unique identifier of deviceManagementComplianceActionItem + [DeviceManagementCompliancePolicyId ]: The unique identifier of deviceManagementCompliancePolicy + [DeviceManagementComplianceScheduledActionForRuleId ]: The unique identifier of deviceManagementComplianceScheduledActionForRule + [DeviceManagementConfigurationPolicyAssignmentId ]: The unique identifier of deviceManagementConfigurationPolicyAssignment + [DeviceManagementConfigurationPolicyId ]: The unique identifier of deviceManagementConfigurationPolicy + [DeviceManagementConfigurationPolicyTemplateId ]: The unique identifier of deviceManagementConfigurationPolicyTemplate + [DeviceManagementConfigurationSettingDefinitionId ]: The unique identifier of deviceManagementConfigurationSettingDefinition + [DeviceManagementConfigurationSettingId ]: The unique identifier of deviceManagementConfigurationSetting + [DeviceManagementConfigurationSettingTemplateId ]: The unique identifier of deviceManagementConfigurationSettingTemplate + [DeviceManagementDerivedCredentialSettingsId ]: The unique identifier of deviceManagementDerivedCredentialSettings + [DeviceManagementIntentAssignmentId ]: The unique identifier of deviceManagementIntentAssignment + [DeviceManagementIntentDeviceSettingStateSummaryId ]: The unique identifier of deviceManagementIntentDeviceSettingStateSummary + [DeviceManagementIntentDeviceStateId ]: The unique identifier of deviceManagementIntentDeviceState + [DeviceManagementIntentId ]: The unique identifier of deviceManagementIntent + [DeviceManagementIntentSettingCategoryId ]: The unique identifier of deviceManagementIntentSettingCategory + [DeviceManagementIntentUserStateId ]: The unique identifier of deviceManagementIntentUserState + [DeviceManagementResourceAccessProfileAssignmentId ]: The unique identifier of deviceManagementResourceAccessProfileAssignment + [DeviceManagementResourceAccessProfileBaseId ]: The unique identifier of deviceManagementResourceAccessProfileBase + [DeviceManagementScriptAssignmentId ]: The unique identifier of deviceManagementScriptAssignment + [DeviceManagementScriptDeviceStateId ]: The unique identifier of deviceManagementScriptDeviceState + [DeviceManagementScriptGroupAssignmentId ]: The unique identifier of deviceManagementScriptGroupAssignment + [DeviceManagementScriptId ]: The unique identifier of deviceManagementScript + [DeviceManagementScriptUserStateId ]: The unique identifier of deviceManagementScriptUserState + [DeviceManagementSettingCategoryId ]: The unique identifier of deviceManagementSettingCategory + [DeviceManagementSettingDefinitionId ]: The unique identifier of deviceManagementSettingDefinition + [DeviceManagementSettingInstanceId ]: The unique identifier of deviceManagementSettingInstance + [DeviceManagementTemplateId ]: The unique identifier of deviceManagementTemplate + [DeviceManagementTemplateId1 ]: The unique identifier of deviceManagementTemplate + [DeviceManagementTemplateSettingCategoryId ]: The unique identifier of deviceManagementTemplateSettingCategory + [DeviceManagementTroubleshootingEventId ]: The unique identifier of deviceManagementTroubleshootingEvent + [DeviceShellScriptId ]: The unique identifier of deviceShellScript + [EmbeddedSimActivationCodePoolAssignmentId ]: The unique identifier of embeddedSIMActivationCodePoolAssignment + [EmbeddedSimActivationCodePoolId ]: The unique identifier of embeddedSIMActivationCodePool + [EmbeddedSimDeviceStateId ]: The unique identifier of embeddedSIMDeviceState + [GroupPolicyConfigurationAssignmentId ]: The unique identifier of groupPolicyConfigurationAssignment + [GroupPolicyConfigurationId ]: The unique identifier of groupPolicyConfiguration + [GroupPolicyDefinitionValueId ]: The unique identifier of groupPolicyDefinitionValue + [GroupPolicyPresentationValueId ]: The unique identifier of groupPolicyPresentationValue + [Id ]: Property in multi-part unique identifier of deviceHealthScriptPolicyState + [LocalizedNotificationMessageId ]: The unique identifier of localizedNotificationMessage + [MacOSSoftwareUpdateAccountSummaryId ]: The unique identifier of macOSSoftwareUpdateAccountSummary + [MacOSSoftwareUpdateCategorySummaryId ]: The unique identifier of macOSSoftwareUpdateCategorySummary + [MacOSSoftwareUpdateStateSummaryId ]: The unique identifier of macOSSoftwareUpdateStateSummary + [MalwareStateForWindowsDeviceId ]: The unique identifier of malwareStateForWindowsDevice + [ManagedDeviceCleanupRuleId ]: The unique identifier of managedDeviceCleanupRule + [ManagedDeviceEncryptionStateId ]: The unique identifier of managedDeviceEncryptionState + [ManagedDeviceId ]: The unique identifier of managedDevice + [ManagedDeviceMobileAppConfigurationStateId ]: The unique identifier of managedDeviceMobileAppConfigurationState + [ManagedDeviceWindowsOperatingSystemImageId ]: The unique identifier of managedDeviceWindowsOperatingSystemImage + [MicrosoftTunnelConfigurationId ]: The unique identifier of microsoftTunnelConfiguration + [MicrosoftTunnelHealthThresholdId ]: The unique identifier of microsoftTunnelHealthThreshold + [MicrosoftTunnelServerId ]: The unique identifier of microsoftTunnelServer + [MicrosoftTunnelServerLogCollectionResponseId ]: The unique identifier of microsoftTunnelServerLogCollectionResponse + [MicrosoftTunnelSiteId ]: The unique identifier of microsoftTunnelSite + [MobileAppTroubleshootingEventId ]: The unique identifier of mobileAppTroubleshootingEvent + [NotificationMessageTemplateId ]: The unique identifier of notificationMessageTemplate + [Platform ]: Usage: platform='{platform}' + [PolicyId ]: Property in multi-part unique identifier of deviceHealthScriptPolicyState + [RemoteActionAuditId ]: The unique identifier of remoteActionAudit + [SecretReferenceValueId ]: Usage: secretReferenceValueId='{secretReferenceValueId}' + [SecurityBaselineSettingStateId ]: The unique identifier of securityBaselineSettingState + [SecurityBaselineStateId ]: The unique identifier of securityBaselineState + [SettingStateDeviceSummaryId ]: The unique identifier of settingStateDeviceSummary + [TemplateId ]: Usage: templateId='{templateId}' + [Upn ]: Usage: upn='{upn}' + [UserPrincipalName ]: Usage: userPrincipalName='{userPrincipalName}' + [WindowsDeviceMalwareStateId ]: The unique identifier of windowsDeviceMalwareState + [WindowsInformationProtectionAppLearningSummaryId ]: The unique identifier of windowsInformationProtectionAppLearningSummary + [WindowsInformationProtectionNetworkLearningSummaryId ]: The unique identifier of windowsInformationProtectionNetworkLearningSummary + [WindowsMalwareInformationId ]: The unique identifier of windowsMalwareInformation + [WindowsQualityUpdateProfileAssignmentId ]: The unique identifier of windowsQualityUpdateProfileAssignment + [WindowsQualityUpdateProfileId ]: The unique identifier of windowsQualityUpdateProfile + + +## RELATED LINKS + +- [Get-MgBetaDeviceManagementComanagedDeviceLocalAdminAccountDetail](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementcomanageddevicelocaladminaccountdetail) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementComanagedDeviceLogCollectionRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementComanagedDeviceLogCollectionRequest.md index 1cc5605b42322..0949476ad15b2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementComanagedDeviceLogCollectionRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementComanagedDeviceLogCollectionRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementcomanageddevicelogcollectionrequest Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementComanagedDeviceLogCollectionRequest --- @@ -26,7 +26,6 @@ Get-MgBetaDeviceManagementComanagedDeviceLogCollectionRequest -ManagedDeviceId < [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -36,7 +35,7 @@ Get-MgBetaDeviceManagementComanagedDeviceLogCollectionRequest -DeviceLogCollectionResponseId -ManagedDeviceId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +45,7 @@ Get-MgBetaDeviceManagementComanagedDeviceLogCollectionRequest -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementComanagedDeviceLogCollectionRequestCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementComanagedDeviceLogCollectionRequestCount.md index de123bbea7661..23a881364931b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementComanagedDeviceLogCollectionRequestCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementComanagedDeviceLogCollectionRequestCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementcomanageddevicelogcollectionrequestcount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementComanagedDeviceLogCollectionRequestCount --- @@ -24,7 +24,7 @@ Get-MgBetaDeviceManagementComanagedDeviceLogCollectionRequestCount -ManagedDevic [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaDeviceManagementComanagedDeviceLogCollectionRequestCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementComanagedDeviceMacOSManagedDeviceLocalAdminAccountDetail.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementComanagedDeviceMacOSManagedDeviceLocalAdminAccountDetail.md index 3c4fca7d5e977..aa114a6d2548f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementComanagedDeviceMacOSManagedDeviceLocalAdminAccountDetail.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementComanagedDeviceMacOSManagedDeviceLocalAdminAccountDetail.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementcomanageddevicemacosmanageddevicelocaladminaccountdetail Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementComanagedDeviceMacOSManagedDeviceLocalAdminAccountDetail --- @@ -23,7 +23,7 @@ Invoke function retrieveMacOSManagedDeviceLocalAdminAccountDetail Get-MgBetaDeviceManagementComanagedDeviceMacOSManagedDeviceLocalAdminAccountDetail -ManagedDeviceId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### RetrieveViaIdentity @@ -33,7 +33,7 @@ Get-MgBetaDeviceManagementComanagedDeviceMacOSManagedDeviceLocalAdminAccountDeta -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementComanagedDeviceManagedDeviceMobileAppConfigurationState.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementComanagedDeviceManagedDeviceMobileAppConfigurationState.md index 5b8aae41f04e5..6d5f47138d5b3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementComanagedDeviceManagedDeviceMobileAppConfigurationState.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementComanagedDeviceManagedDeviceMobileAppConfigurationState.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementcomanageddevicemanageddevicemobileappconfigurationstate Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementComanagedDeviceManagedDeviceMobileAppConfigurationState --- @@ -26,7 +26,7 @@ Get-MgBetaDeviceManagementComanagedDeviceManagedDeviceMobileAppConfigurationStat [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -37,7 +37,7 @@ Get-MgBetaDeviceManagementComanagedDeviceManagedDeviceMobileAppConfigurationStat [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -47,7 +47,7 @@ Get-MgBetaDeviceManagementComanagedDeviceManagedDeviceMobileAppConfigurationStat -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementComanagedDeviceManagedDeviceMobileAppConfigurationStateCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementComanagedDeviceManagedDeviceMobileAppConfigurationStateCount.md index c2c1cc22843eb..399acecb4222e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementComanagedDeviceManagedDeviceMobileAppConfigurationStateCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementComanagedDeviceManagedDeviceMobileAppConfigurationStateCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementcomanageddevicemanageddevicemobileappconfigurationstatecount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementComanagedDeviceManagedDeviceMobileAppConfigurationStateCount --- @@ -24,7 +24,7 @@ Get-MgBetaDeviceManagementComanagedDeviceManagedDeviceMobileAppConfigurationStat -ManagedDeviceId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaDeviceManagementComanagedDeviceManagedDeviceMobileAppConfigurationStat -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementComanagedDeviceNonCompliantSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementComanagedDeviceNonCompliantSetting.md index 426e7b172a12c..836db4dfc4a47 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementComanagedDeviceNonCompliantSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementComanagedDeviceNonCompliantSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementcomanageddevicenoncompliantsetting Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementComanagedDeviceNonCompliantSetting --- @@ -24,7 +24,7 @@ Get-MgBetaDeviceManagementComanagedDeviceNonCompliantSetting -ManagedDeviceId ] [-Search ] [-Skip ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaDeviceManagementComanagedDeviceNonCompliantSetting -InputObject [-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.DeviceManagement/Get-MgBetaDeviceManagementComanagedDevicePowerliftAppDiagnosticDetail.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementComanagedDevicePowerliftAppDiagnosticDetail.md index 71052b0723368..f87d8cd6e4162 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementComanagedDevicePowerliftAppDiagnosticDetail.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementComanagedDevicePowerliftAppDiagnosticDetail.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementcomanageddevicepowerliftappdiagnosticdetail Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementComanagedDevicePowerliftAppDiagnosticDetail --- @@ -24,7 +24,7 @@ Get-MgBetaDeviceManagementComanagedDevicePowerliftAppDiagnosticDetail -UserPrinc [-Count] [-Filter ] [-Search ] [-Skip ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### RetrieveViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaDeviceManagementComanagedDevicePowerliftAppDiagnosticDetail -InputObject [-Count] [-Filter ] [-Search ] [-Skip ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -50,9 +50,9 @@ Invoke function retrievePowerliftAppDiagnosticsDetails | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementConfiguration.ReadWrite.All, | +| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementManagedDevices.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | DeviceManagementConfiguration.Read.All, DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementConfiguration.ReadWrite.All, | +| Application | DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementManagedDevices.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementComanagedDeviceRecoveryLockPasscode.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementComanagedDeviceRecoveryLockPasscode.md new file mode 100644 index 0000000000000..dae6a0a812782 --- /dev/null +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementComanagedDeviceRecoveryLockPasscode.md @@ -0,0 +1,427 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementcomanageddevicerecoverylockpasscode +Locale: en-US +Module Name: Microsoft.Graph.Beta.DeviceManagement +ms.date: 07/10/2026 +PlatyPS schema version: 2024-05-01 +title: Get-MgBetaDeviceManagementComanagedDeviceRecoveryLockPasscode +--- + +# Get-MgBetaDeviceManagementComanagedDeviceRecoveryLockPasscode + +## SYNOPSIS + +Invoke function retrieveRecoveryLockPasscode + +## SYNTAX + +### Retrieve (Default) + +``` +Get-MgBetaDeviceManagementComanagedDeviceRecoveryLockPasscode -ManagedDeviceId + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] +``` + +### RetrieveViaIdentity + +``` +Get-MgBetaDeviceManagementComanagedDeviceRecoveryLockPasscode + -InputObject [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Invoke function retrieveRecoveryLockPasscode + +## 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: '' +``` + +### -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.IDeviceManagementIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: RetrieveViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ManagedDeviceId + +The unique identifier of managedDevice + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Retrieve + Position: Named + IsRequired: true + 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 + +### Microsoft.Graph.Beta.PowerShell.Models.IDeviceManagementIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### System.String + +{{ 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 + [AdvancedThreatProtectionOnboardingDeviceSettingStateId ]: The unique identifier of advancedThreatProtectionOnboardingDeviceSettingState + [AlertRecordId ]: The unique identifier of alertRecord + [AlertRuleId ]: The unique identifier of alertRule + [AndroidForWorkAppConfigurationSchemaId ]: The unique identifier of androidForWorkAppConfigurationSchema + [AndroidManagedStoreAppConfigurationSchemaId ]: The unique identifier of androidManagedStoreAppConfigurationSchema + [AppLogCollectionRequestId ]: The unique identifier of appLogCollectionRequest + [AssignmentFilterEvaluationStatusDetailsId ]: The unique identifier of assignmentFilterEvaluationStatusDetails + [BrowserSharedCookieId ]: The unique identifier of browserSharedCookie + [BrowserSiteId ]: The unique identifier of browserSite + [BrowserSiteListId ]: The unique identifier of browserSiteList + [DataSharingConsentId ]: The unique identifier of dataSharingConsent + [DetectedAppId ]: The unique identifier of detectedApp + [DeviceAndAppManagementAssignmentFilterId ]: The unique identifier of deviceAndAppManagementAssignmentFilter + [DeviceCategoryId ]: The unique identifier of deviceCategory + [DeviceComplianceActionItemId ]: The unique identifier of deviceComplianceActionItem + [DeviceComplianceDeviceStatusId ]: The unique identifier of deviceComplianceDeviceStatus + [DeviceCompliancePolicyAssignmentId ]: The unique identifier of deviceCompliancePolicyAssignment + [DeviceCompliancePolicyId ]: The unique identifier of deviceCompliancePolicy + [DeviceCompliancePolicySettingStateSummaryId ]: The unique identifier of deviceCompliancePolicySettingStateSummary + [DeviceCompliancePolicyStateId ]: The unique identifier of deviceCompliancePolicyState + [DeviceComplianceScheduledActionForRuleId ]: The unique identifier of deviceComplianceScheduledActionForRule + [DeviceComplianceSettingStateId ]: The unique identifier of deviceComplianceSettingState + [DeviceComplianceUserStatusId ]: The unique identifier of deviceComplianceUserStatus + [DeviceConfigurationAssignmentId ]: The unique identifier of deviceConfigurationAssignment + [DeviceConfigurationConflictSummaryId ]: The unique identifier of deviceConfigurationConflictSummary + [DeviceConfigurationDeviceStatusId ]: The unique identifier of deviceConfigurationDeviceStatus + [DeviceConfigurationGroupAssignmentId ]: The unique identifier of deviceConfigurationGroupAssignment + [DeviceConfigurationId ]: The unique identifier of deviceConfiguration + [DeviceConfigurationStateId ]: The unique identifier of deviceConfigurationState + [DeviceConfigurationUserStatusId ]: The unique identifier of deviceConfigurationUserStatus + [DeviceHealthScriptAssignmentId ]: The unique identifier of deviceHealthScriptAssignment + [DeviceHealthScriptDeviceStateId ]: The unique identifier of deviceHealthScriptDeviceState + [DeviceHealthScriptId ]: The unique identifier of deviceHealthScript + [DeviceId ]: Property in multi-part unique identifier of deviceHealthScriptPolicyState + [DeviceLogCollectionResponseId ]: The unique identifier of deviceLogCollectionResponse + [DeviceManagementComplianceActionItemId ]: The unique identifier of deviceManagementComplianceActionItem + [DeviceManagementCompliancePolicyId ]: The unique identifier of deviceManagementCompliancePolicy + [DeviceManagementComplianceScheduledActionForRuleId ]: The unique identifier of deviceManagementComplianceScheduledActionForRule + [DeviceManagementConfigurationPolicyAssignmentId ]: The unique identifier of deviceManagementConfigurationPolicyAssignment + [DeviceManagementConfigurationPolicyId ]: The unique identifier of deviceManagementConfigurationPolicy + [DeviceManagementConfigurationPolicyTemplateId ]: The unique identifier of deviceManagementConfigurationPolicyTemplate + [DeviceManagementConfigurationSettingDefinitionId ]: The unique identifier of deviceManagementConfigurationSettingDefinition + [DeviceManagementConfigurationSettingId ]: The unique identifier of deviceManagementConfigurationSetting + [DeviceManagementConfigurationSettingTemplateId ]: The unique identifier of deviceManagementConfigurationSettingTemplate + [DeviceManagementDerivedCredentialSettingsId ]: The unique identifier of deviceManagementDerivedCredentialSettings + [DeviceManagementIntentAssignmentId ]: The unique identifier of deviceManagementIntentAssignment + [DeviceManagementIntentDeviceSettingStateSummaryId ]: The unique identifier of deviceManagementIntentDeviceSettingStateSummary + [DeviceManagementIntentDeviceStateId ]: The unique identifier of deviceManagementIntentDeviceState + [DeviceManagementIntentId ]: The unique identifier of deviceManagementIntent + [DeviceManagementIntentSettingCategoryId ]: The unique identifier of deviceManagementIntentSettingCategory + [DeviceManagementIntentUserStateId ]: The unique identifier of deviceManagementIntentUserState + [DeviceManagementResourceAccessProfileAssignmentId ]: The unique identifier of deviceManagementResourceAccessProfileAssignment + [DeviceManagementResourceAccessProfileBaseId ]: The unique identifier of deviceManagementResourceAccessProfileBase + [DeviceManagementScriptAssignmentId ]: The unique identifier of deviceManagementScriptAssignment + [DeviceManagementScriptDeviceStateId ]: The unique identifier of deviceManagementScriptDeviceState + [DeviceManagementScriptGroupAssignmentId ]: The unique identifier of deviceManagementScriptGroupAssignment + [DeviceManagementScriptId ]: The unique identifier of deviceManagementScript + [DeviceManagementScriptUserStateId ]: The unique identifier of deviceManagementScriptUserState + [DeviceManagementSettingCategoryId ]: The unique identifier of deviceManagementSettingCategory + [DeviceManagementSettingDefinitionId ]: The unique identifier of deviceManagementSettingDefinition + [DeviceManagementSettingInstanceId ]: The unique identifier of deviceManagementSettingInstance + [DeviceManagementTemplateId ]: The unique identifier of deviceManagementTemplate + [DeviceManagementTemplateId1 ]: The unique identifier of deviceManagementTemplate + [DeviceManagementTemplateSettingCategoryId ]: The unique identifier of deviceManagementTemplateSettingCategory + [DeviceManagementTroubleshootingEventId ]: The unique identifier of deviceManagementTroubleshootingEvent + [DeviceShellScriptId ]: The unique identifier of deviceShellScript + [EmbeddedSimActivationCodePoolAssignmentId ]: The unique identifier of embeddedSIMActivationCodePoolAssignment + [EmbeddedSimActivationCodePoolId ]: The unique identifier of embeddedSIMActivationCodePool + [EmbeddedSimDeviceStateId ]: The unique identifier of embeddedSIMDeviceState + [GroupPolicyConfigurationAssignmentId ]: The unique identifier of groupPolicyConfigurationAssignment + [GroupPolicyConfigurationId ]: The unique identifier of groupPolicyConfiguration + [GroupPolicyDefinitionValueId ]: The unique identifier of groupPolicyDefinitionValue + [GroupPolicyPresentationValueId ]: The unique identifier of groupPolicyPresentationValue + [Id ]: Property in multi-part unique identifier of deviceHealthScriptPolicyState + [LocalizedNotificationMessageId ]: The unique identifier of localizedNotificationMessage + [MacOSSoftwareUpdateAccountSummaryId ]: The unique identifier of macOSSoftwareUpdateAccountSummary + [MacOSSoftwareUpdateCategorySummaryId ]: The unique identifier of macOSSoftwareUpdateCategorySummary + [MacOSSoftwareUpdateStateSummaryId ]: The unique identifier of macOSSoftwareUpdateStateSummary + [MalwareStateForWindowsDeviceId ]: The unique identifier of malwareStateForWindowsDevice + [ManagedDeviceCleanupRuleId ]: The unique identifier of managedDeviceCleanupRule + [ManagedDeviceEncryptionStateId ]: The unique identifier of managedDeviceEncryptionState + [ManagedDeviceId ]: The unique identifier of managedDevice + [ManagedDeviceMobileAppConfigurationStateId ]: The unique identifier of managedDeviceMobileAppConfigurationState + [ManagedDeviceWindowsOperatingSystemImageId ]: The unique identifier of managedDeviceWindowsOperatingSystemImage + [MicrosoftTunnelConfigurationId ]: The unique identifier of microsoftTunnelConfiguration + [MicrosoftTunnelHealthThresholdId ]: The unique identifier of microsoftTunnelHealthThreshold + [MicrosoftTunnelServerId ]: The unique identifier of microsoftTunnelServer + [MicrosoftTunnelServerLogCollectionResponseId ]: The unique identifier of microsoftTunnelServerLogCollectionResponse + [MicrosoftTunnelSiteId ]: The unique identifier of microsoftTunnelSite + [MobileAppTroubleshootingEventId ]: The unique identifier of mobileAppTroubleshootingEvent + [NotificationMessageTemplateId ]: The unique identifier of notificationMessageTemplate + [Platform ]: Usage: platform='{platform}' + [PolicyId ]: Property in multi-part unique identifier of deviceHealthScriptPolicyState + [RemoteActionAuditId ]: The unique identifier of remoteActionAudit + [SecretReferenceValueId ]: Usage: secretReferenceValueId='{secretReferenceValueId}' + [SecurityBaselineSettingStateId ]: The unique identifier of securityBaselineSettingState + [SecurityBaselineStateId ]: The unique identifier of securityBaselineState + [SettingStateDeviceSummaryId ]: The unique identifier of settingStateDeviceSummary + [TemplateId ]: Usage: templateId='{templateId}' + [Upn ]: Usage: upn='{upn}' + [UserPrincipalName ]: Usage: userPrincipalName='{userPrincipalName}' + [WindowsDeviceMalwareStateId ]: The unique identifier of windowsDeviceMalwareState + [WindowsInformationProtectionAppLearningSummaryId ]: The unique identifier of windowsInformationProtectionAppLearningSummary + [WindowsInformationProtectionNetworkLearningSummaryId ]: The unique identifier of windowsInformationProtectionNetworkLearningSummary + [WindowsMalwareInformationId ]: The unique identifier of windowsMalwareInformation + [WindowsQualityUpdateProfileAssignmentId ]: The unique identifier of windowsQualityUpdateProfileAssignment + [WindowsQualityUpdateProfileId ]: The unique identifier of windowsQualityUpdateProfile + + +## RELATED LINKS + +- [Get-MgBetaDeviceManagementComanagedDeviceRecoveryLockPasscode](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementcomanageddevicerecoverylockpasscode) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementComanagedDeviceSecurityBaselineState.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementComanagedDeviceSecurityBaselineState.md index 6aab2cf6a1818..b161d7a6c0c1c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementComanagedDeviceSecurityBaselineState.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementComanagedDeviceSecurityBaselineState.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementcomanageddevicesecuritybaselinestate Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementComanagedDeviceSecurityBaselineState --- @@ -26,7 +26,6 @@ Get-MgBetaDeviceManagementComanagedDeviceSecurityBaselineState -ManagedDeviceId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -36,7 +35,7 @@ Get-MgBetaDeviceManagementComanagedDeviceSecurityBaselineState -ManagedDeviceId -SecurityBaselineStateId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +45,7 @@ Get-MgBetaDeviceManagementComanagedDeviceSecurityBaselineState -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementComanagedDeviceSecurityBaselineStateCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementComanagedDeviceSecurityBaselineStateCount.md index 09f3658120f68..d96145ef33afd 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementComanagedDeviceSecurityBaselineStateCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementComanagedDeviceSecurityBaselineStateCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementcomanageddevicesecuritybaselinestatecount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementComanagedDeviceSecurityBaselineStateCount --- @@ -24,7 +24,7 @@ Get-MgBetaDeviceManagementComanagedDeviceSecurityBaselineStateCount -ManagedDevi [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaDeviceManagementComanagedDeviceSecurityBaselineStateCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementComanagedDeviceSecurityBaselineStateSettingState.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementComanagedDeviceSecurityBaselineStateSettingState.md index fcaffdab89716..4b5cf81314a07 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementComanagedDeviceSecurityBaselineStateSettingState.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementComanagedDeviceSecurityBaselineStateSettingState.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementcomanageddevicesecuritybaselinestatesettingstate Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementComanagedDeviceSecurityBaselineStateSettingState --- @@ -26,7 +26,7 @@ Get-MgBetaDeviceManagementComanagedDeviceSecurityBaselineStateSettingState -Mana [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -37,7 +37,7 @@ Get-MgBetaDeviceManagementComanagedDeviceSecurityBaselineStateSettingState -Mana [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -47,7 +47,7 @@ Get-MgBetaDeviceManagementComanagedDeviceSecurityBaselineStateSettingState -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementComanagedDeviceSecurityBaselineStateSettingStateCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementComanagedDeviceSecurityBaselineStateSettingStateCount.md index b62da47b9c3af..751176c2b53d2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementComanagedDeviceSecurityBaselineStateSettingStateCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementComanagedDeviceSecurityBaselineStateSettingStateCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementcomanageddevicesecuritybaselinestatesettingstatecount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementComanagedDeviceSecurityBaselineStateSettingStateCount --- @@ -24,7 +24,7 @@ Get-MgBetaDeviceManagementComanagedDeviceSecurityBaselineStateSettingStateCount -ManagedDeviceId -SecurityBaselineStateId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaDeviceManagementComanagedDeviceSecurityBaselineStateSettingStateCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementComanagedDeviceUser.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementComanagedDeviceUser.md index 51690b8e234ed..4a05043fa7650 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementComanagedDeviceUser.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementComanagedDeviceUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementcomanageddeviceuser Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementComanagedDeviceUser --- @@ -25,7 +25,7 @@ Get-MgBetaDeviceManagementComanagedDeviceUser -ManagedDeviceId [-Expand [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementComanagedDeviceWindowsProtectionState.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementComanagedDeviceWindowsProtectionState.md index 8558a86f6a32e..546932653fe37 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementComanagedDeviceWindowsProtectionState.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementComanagedDeviceWindowsProtectionState.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementcomanageddevicewindowsprotectionstate Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementComanagedDeviceWindowsProtectionState --- @@ -25,7 +25,7 @@ Get-MgBetaDeviceManagementComanagedDeviceWindowsProtectionState -ManagedDeviceId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaDeviceManagementComanagedDeviceWindowsProtectionState -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementComanagedDeviceWindowsProtectionStateDetectedMalwareState.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementComanagedDeviceWindowsProtectionStateDetectedMalwareState.md index 38c5cfb978419..8d69b389e7b69 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementComanagedDeviceWindowsProtectionStateDetectedMalwareState.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementComanagedDeviceWindowsProtectionStateDetectedMalwareState.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementcomanageddevicewindowsprotectionstatedetectedmalwarestate Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementComanagedDeviceWindowsProtectionStateDetectedMalwareState --- @@ -26,7 +26,7 @@ Get-MgBetaDeviceManagementComanagedDeviceWindowsProtectionStateDetectedMalwareSt [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -36,7 +36,7 @@ Get-MgBetaDeviceManagementComanagedDeviceWindowsProtectionStateDetectedMalwareSt -ManagedDeviceId -WindowsDeviceMalwareStateId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +46,7 @@ Get-MgBetaDeviceManagementComanagedDeviceWindowsProtectionStateDetectedMalwareSt -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementComanagedDeviceWindowsProtectionStateDetectedMalwareStateCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementComanagedDeviceWindowsProtectionStateDetectedMalwareStateCount.md index c04c758568152..cad1f6e39ad11 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementComanagedDeviceWindowsProtectionStateDetectedMalwareStateCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementComanagedDeviceWindowsProtectionStateDetectedMalwareStateCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementcomanageddevicewindowsprotectionstatedetectedmalwarestatecount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementComanagedDeviceWindowsProtectionStateDetectedMalwareStateCount --- @@ -24,7 +24,7 @@ Get-MgBetaDeviceManagementComanagedDeviceWindowsProtectionStateDetectedMalwareSt -ManagedDeviceId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaDeviceManagementComanagedDeviceWindowsProtectionStateDetectedMalwareSt -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementCompliancePolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementCompliancePolicy.md index e4c6d5dcf172f..8ebc82d7e719c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementCompliancePolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementCompliancePolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementcompliancepolicy Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementCompliancePolicy --- @@ -25,7 +25,7 @@ Get-MgBetaDeviceManagementCompliancePolicy [-ExpandProperty ] [-Proper [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaDeviceManagementCompliancePolicy -DeviceManagementCompliancePolicyId < [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -45,7 +45,7 @@ Get-MgBetaDeviceManagementCompliancePolicy -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementCompliancePolicyAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementCompliancePolicyAssignment.md index 19c114b50edbe..ba575d6c3a2ba 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementCompliancePolicyAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementCompliancePolicyAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementcompliancepolicyassignment Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementCompliancePolicyAssignment --- @@ -26,7 +26,6 @@ Get-MgBetaDeviceManagementCompliancePolicyAssignment -DeviceManagementCompliance [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -36,7 +35,7 @@ Get-MgBetaDeviceManagementCompliancePolicyAssignment -DeviceManagementCompliance -DeviceManagementConfigurationPolicyAssignmentId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +45,7 @@ Get-MgBetaDeviceManagementCompliancePolicyAssignment -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementCompliancePolicyAssignmentCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementCompliancePolicyAssignmentCount.md index 5a94ff391fac0..39c068f8d42ba 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementCompliancePolicyAssignmentCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementCompliancePolicyAssignmentCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementcompliancepolicyassignmentcount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementCompliancePolicyAssignmentCount --- @@ -24,7 +24,7 @@ Get-MgBetaDeviceManagementCompliancePolicyAssignmentCount -DeviceManagementCompliancePolicyId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaDeviceManagementCompliancePolicyAssignmentCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementCompliancePolicyCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementCompliancePolicyCount.md index cec0537b9431a..77a542a00bf6a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementCompliancePolicyCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementCompliancePolicyCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementcompliancepolicycount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementCompliancePolicyCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaDeviceManagementCompliancePolicyCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementCompliancePolicyScheduledActionForRule.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementCompliancePolicyScheduledActionForRule.md index 8dcb46447f566..9008cef4f5b7c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementCompliancePolicyScheduledActionForRule.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementCompliancePolicyScheduledActionForRule.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementcompliancepolicyscheduledactionforrule Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementCompliancePolicyScheduledActionForRule --- @@ -26,7 +26,7 @@ Get-MgBetaDeviceManagementCompliancePolicyScheduledActionForRule [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -37,7 +37,7 @@ Get-MgBetaDeviceManagementCompliancePolicyScheduledActionForRule -DeviceManagementComplianceScheduledActionForRuleId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -47,7 +47,7 @@ Get-MgBetaDeviceManagementCompliancePolicyScheduledActionForRule -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementCompliancePolicyScheduledActionForRuleCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementCompliancePolicyScheduledActionForRuleCount.md index cce5aa028dc81..237b328b9001c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementCompliancePolicyScheduledActionForRuleCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementCompliancePolicyScheduledActionForRuleCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementcompliancepolicyscheduledactionforrulecount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementCompliancePolicyScheduledActionForRuleCount --- @@ -24,7 +24,7 @@ Get-MgBetaDeviceManagementCompliancePolicyScheduledActionForRuleCount -DeviceManagementCompliancePolicyId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaDeviceManagementCompliancePolicyScheduledActionForRuleCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementCompliancePolicyScheduledActionForRuleScheduledActionConfiguration.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementCompliancePolicyScheduledActionForRuleScheduledActionConfiguration.md index be888ded447dd..240a262bce309 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementCompliancePolicyScheduledActionForRuleScheduledActionConfiguration.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementCompliancePolicyScheduledActionForRuleScheduledActionConfiguration.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementcompliancepolicyscheduledactionforrulescheduledactionconfiguration Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementCompliancePolicyScheduledActionForRuleScheduledActionConfiguration --- @@ -28,7 +28,7 @@ Get-MgBetaDeviceManagementCompliancePolicyScheduledActionForRuleScheduledActionC [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -39,7 +39,7 @@ Get-MgBetaDeviceManagementCompliancePolicyScheduledActionForRuleScheduledActionC -DeviceManagementComplianceScheduledActionForRuleId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -49,7 +49,7 @@ Get-MgBetaDeviceManagementCompliancePolicyScheduledActionForRuleScheduledActionC -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementCompliancePolicyScheduledActionForRuleScheduledActionConfigurationCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementCompliancePolicyScheduledActionForRuleScheduledActionConfigurationCount.md index a26e06804fec6..597d0b9fc5201 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementCompliancePolicyScheduledActionForRuleScheduledActionConfigurationCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementCompliancePolicyScheduledActionForRuleScheduledActionConfigurationCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementcompliancepolicyscheduledactionforrulescheduledactionconfigurationcount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementCompliancePolicyScheduledActionForRuleScheduledActionConfigurationCount --- @@ -25,7 +25,7 @@ Get-MgBetaDeviceManagementCompliancePolicyScheduledActionForRuleScheduledActionC -DeviceManagementComplianceScheduledActionForRuleId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaDeviceManagementCompliancePolicyScheduledActionForRuleScheduledActionC -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementCompliancePolicySetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementCompliancePolicySetting.md index b6da919a17337..94a95f8bd2af7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementCompliancePolicySetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementCompliancePolicySetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementcompliancepolicysetting Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementCompliancePolicySetting --- @@ -26,7 +26,6 @@ Get-MgBetaDeviceManagementCompliancePolicySetting -DeviceManagementCompliancePol [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -36,7 +35,7 @@ Get-MgBetaDeviceManagementCompliancePolicySetting -DeviceManagementCompliancePol -DeviceManagementConfigurationSettingId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +45,7 @@ Get-MgBetaDeviceManagementCompliancePolicySetting -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementCompliancePolicySettingCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementCompliancePolicySettingCount.md index aafa55489293c..0e3c20bd4b199 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementCompliancePolicySettingCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementCompliancePolicySettingCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementcompliancepolicysettingcount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementCompliancePolicySettingCount --- @@ -24,7 +24,7 @@ Get-MgBetaDeviceManagementCompliancePolicySettingCount -DeviceManagementComplian [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaDeviceManagementCompliancePolicySettingCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementCompliancePolicySettingDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementCompliancePolicySettingDefinition.md index 60651a9957d2c..37afc6669d763 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementCompliancePolicySettingDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementCompliancePolicySettingDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementcompliancepolicysettingdefinition Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementCompliancePolicySettingDefinition --- @@ -28,7 +28,6 @@ Get-MgBetaDeviceManagementCompliancePolicySettingDefinition [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -40,7 +39,7 @@ Get-MgBetaDeviceManagementCompliancePolicySettingDefinition -DeviceManagementConfigurationSettingId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -50,7 +49,7 @@ Get-MgBetaDeviceManagementCompliancePolicySettingDefinition -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementCompliancePolicySettingDefinitionCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementCompliancePolicySettingDefinitionCount.md index fbcedfbaef44d..061f7a22a4be3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementCompliancePolicySettingDefinitionCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementCompliancePolicySettingDefinitionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementcompliancepolicysettingdefinitioncount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementCompliancePolicySettingDefinitionCount --- @@ -25,7 +25,7 @@ Get-MgBetaDeviceManagementCompliancePolicySettingDefinitionCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaDeviceManagementCompliancePolicySettingDefinitionCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementComplianceSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementComplianceSetting.md index e8b2d9a12b6e0..4a544e21a4bf3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementComplianceSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementComplianceSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementcompliancesetting Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementComplianceSetting --- @@ -25,7 +25,7 @@ Get-MgBetaDeviceManagementComplianceSetting [-ExpandProperty ] [-Prope [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaDeviceManagementComplianceSetting -DeviceManagementConfigurationSettingDefinitionId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -45,7 +45,7 @@ Get-MgBetaDeviceManagementComplianceSetting -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementComplianceSettingCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementComplianceSettingCount.md index cccc6dfbe0528..7bcd85bcafc28 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementComplianceSettingCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementComplianceSettingCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementcompliancesettingcount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementComplianceSettingCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaDeviceManagementComplianceSettingCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementConfigurationPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementConfigurationPolicy.md index a852ef02fcdd5..18a385b372acd 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementConfigurationPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementConfigurationPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementconfigurationpolicy Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementConfigurationPolicy --- @@ -25,7 +25,7 @@ Get-MgBetaDeviceManagementConfigurationPolicy [-ExpandProperty ] [-Pro [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaDeviceManagementConfigurationPolicy -DeviceManagementConfigurationPoli [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -45,7 +45,7 @@ Get-MgBetaDeviceManagementConfigurationPolicy -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementConfigurationPolicyAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementConfigurationPolicyAssignment.md index ef45c0944c0f1..44c77f04d94ef 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementConfigurationPolicyAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementConfigurationPolicyAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementconfigurationpolicyassignment Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementConfigurationPolicyAssignment --- @@ -26,7 +26,7 @@ Get-MgBetaDeviceManagementConfigurationPolicyAssignment [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -37,7 +37,7 @@ Get-MgBetaDeviceManagementConfigurationPolicyAssignment -DeviceManagementConfigurationPolicyId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -47,7 +47,7 @@ Get-MgBetaDeviceManagementConfigurationPolicyAssignment -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementConfigurationPolicyAssignmentCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementConfigurationPolicyAssignmentCount.md index 35d3255ff780f..46e9662fedadb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementConfigurationPolicyAssignmentCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementConfigurationPolicyAssignmentCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementconfigurationpolicyassignmentcount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementConfigurationPolicyAssignmentCount --- @@ -24,7 +24,7 @@ Get-MgBetaDeviceManagementConfigurationPolicyAssignmentCount -DeviceManagementConfigurationPolicyId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaDeviceManagementConfigurationPolicyAssignmentCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementConfigurationPolicyCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementConfigurationPolicyCount.md index 493a8f3ef8e7d..2342d0b8126c8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementConfigurationPolicyCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementConfigurationPolicyCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementconfigurationpolicycount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementConfigurationPolicyCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaDeviceManagementConfigurationPolicyCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementConfigurationPolicyEnrollmentTimeDeviceMembershipTarget.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementConfigurationPolicyEnrollmentTimeDeviceMembershipTarget.md index 9e4d1b32a4dae..7184f0e1217ca 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementConfigurationPolicyEnrollmentTimeDeviceMembershipTarget.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementConfigurationPolicyEnrollmentTimeDeviceMembershipTarget.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementconfigurationpolicyenrollmenttimedevicemembershiptarget Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementConfigurationPolicyEnrollmentTimeDeviceMembershipTarget --- @@ -24,7 +24,7 @@ Get-MgBetaDeviceManagementConfigurationPolicyEnrollmentTimeDeviceMembershipTarge -DeviceManagementConfigurationPolicyId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### RetrieveViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaDeviceManagementConfigurationPolicyEnrollmentTimeDeviceMembershipTarge -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementConfigurationPolicyLatestUpgradeDefaultBaselinePolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementConfigurationPolicyLatestUpgradeDefaultBaselinePolicy.md index 2695424366105..bb99d8c00d82e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementConfigurationPolicyLatestUpgradeDefaultBaselinePolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementConfigurationPolicyLatestUpgradeDefaultBaselinePolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementconfigurationpolicylatestupgradedefaultbaselinepolicy Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementConfigurationPolicyLatestUpgradeDefaultBaselinePolicy --- @@ -24,7 +24,7 @@ Get-MgBetaDeviceManagementConfigurationPolicyLatestUpgradeDefaultBaselinePolicy -DeviceManagementConfigurationPolicyId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### RetrieveViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaDeviceManagementConfigurationPolicyLatestUpgradeDefaultBaselinePolicy -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementConfigurationPolicySetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementConfigurationPolicySetting.md index 059e83f54e035..1b6a28193135d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementConfigurationPolicySetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementConfigurationPolicySetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementconfigurationpolicysetting Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementConfigurationPolicySetting --- @@ -26,7 +26,6 @@ Get-MgBetaDeviceManagementConfigurationPolicySetting -DeviceManagementConfigurat [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -36,7 +35,7 @@ Get-MgBetaDeviceManagementConfigurationPolicySetting -DeviceManagementConfigurat -DeviceManagementConfigurationSettingId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +45,7 @@ Get-MgBetaDeviceManagementConfigurationPolicySetting -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementConfigurationPolicySettingCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementConfigurationPolicySettingCount.md index 193113af19a9e..06746a5ce82d0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementConfigurationPolicySettingCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementConfigurationPolicySettingCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementconfigurationpolicysettingcount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementConfigurationPolicySettingCount --- @@ -24,7 +24,7 @@ Get-MgBetaDeviceManagementConfigurationPolicySettingCount -DeviceManagementConfigurationPolicyId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaDeviceManagementConfigurationPolicySettingCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementConfigurationPolicySettingDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementConfigurationPolicySettingDefinition.md index 4f39523198233..a202fea0d84b8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementConfigurationPolicySettingDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementConfigurationPolicySettingDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementconfigurationpolicysettingdefinition Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementConfigurationPolicySettingDefinition --- @@ -28,7 +28,6 @@ Get-MgBetaDeviceManagementConfigurationPolicySettingDefinition [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -40,7 +39,7 @@ Get-MgBetaDeviceManagementConfigurationPolicySettingDefinition -DeviceManagementConfigurationSettingId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -50,7 +49,7 @@ Get-MgBetaDeviceManagementConfigurationPolicySettingDefinition -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementConfigurationPolicySettingDefinitionCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementConfigurationPolicySettingDefinitionCount.md index e5c344c8be853..e9794655a06de 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementConfigurationPolicySettingDefinitionCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementConfigurationPolicySettingDefinitionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementconfigurationpolicysettingdefinitioncount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementConfigurationPolicySettingDefinitionCount --- @@ -25,7 +25,7 @@ Get-MgBetaDeviceManagementConfigurationPolicySettingDefinitionCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaDeviceManagementConfigurationPolicySettingDefinitionCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementConfigurationPolicyTemplate.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementConfigurationPolicyTemplate.md index d7b5edc72cc20..30de654d6a534 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementConfigurationPolicyTemplate.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementConfigurationPolicyTemplate.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementconfigurationpolicytemplate Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementConfigurationPolicyTemplate --- @@ -25,7 +25,7 @@ Get-MgBetaDeviceManagementConfigurationPolicyTemplate [-ExpandProperty ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaDeviceManagementConfigurationPolicyTemplate -DeviceManagementConfigurationPolicyTemplateId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -45,7 +45,7 @@ Get-MgBetaDeviceManagementConfigurationPolicyTemplate -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementConfigurationPolicyTemplateCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementConfigurationPolicyTemplateCount.md index 68ecfe74fa734..4ea4035483054 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementConfigurationPolicyTemplateCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementConfigurationPolicyTemplateCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementconfigurationpolicytemplatecount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementConfigurationPolicyTemplateCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaDeviceManagementConfigurationPolicyTemplateCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementConfigurationPolicyTemplateSettingDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementConfigurationPolicyTemplateSettingDefinition.md index 12439e7a2347c..d420c32eb239c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementConfigurationPolicyTemplateSettingDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementConfigurationPolicyTemplateSettingDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementconfigurationpolicytemplatesettingdefinition Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementConfigurationPolicyTemplateSettingDefinition --- @@ -27,7 +27,7 @@ Get-MgBetaDeviceManagementConfigurationPolicyTemplateSettingDefinition [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -39,7 +39,7 @@ Get-MgBetaDeviceManagementConfigurationPolicyTemplateSettingDefinition -DeviceManagementConfigurationSettingTemplateId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -49,7 +49,7 @@ Get-MgBetaDeviceManagementConfigurationPolicyTemplateSettingDefinition -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementConfigurationPolicyTemplateSettingDefinitionCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementConfigurationPolicyTemplateSettingDefinitionCount.md index 786310d5719b1..f52bafd593726 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementConfigurationPolicyTemplateSettingDefinitionCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementConfigurationPolicyTemplateSettingDefinitionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementconfigurationpolicytemplatesettingdefinitioncount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementConfigurationPolicyTemplateSettingDefinitionCount --- @@ -25,7 +25,7 @@ Get-MgBetaDeviceManagementConfigurationPolicyTemplateSettingDefinitionCount -DeviceManagementConfigurationSettingTemplateId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaDeviceManagementConfigurationPolicyTemplateSettingDefinitionCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementConfigurationPolicyTemplateSettingTemplate.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementConfigurationPolicyTemplateSettingTemplate.md index 18b0246a58fe8..27a2a0ff05cda 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementConfigurationPolicyTemplateSettingTemplate.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementConfigurationPolicyTemplateSettingTemplate.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementconfigurationpolicytemplatesettingtemplate Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementConfigurationPolicyTemplateSettingTemplate --- @@ -26,7 +26,7 @@ Get-MgBetaDeviceManagementConfigurationPolicyTemplateSettingTemplate [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -37,7 +37,7 @@ Get-MgBetaDeviceManagementConfigurationPolicyTemplateSettingTemplate -DeviceManagementConfigurationSettingTemplateId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -47,7 +47,7 @@ Get-MgBetaDeviceManagementConfigurationPolicyTemplateSettingTemplate -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementConfigurationPolicyTemplateSettingTemplateCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementConfigurationPolicyTemplateSettingTemplateCount.md index 4abcaa72f77b2..ab64bcacd312e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementConfigurationPolicyTemplateSettingTemplateCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementConfigurationPolicyTemplateSettingTemplateCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementconfigurationpolicytemplatesettingtemplatecount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementConfigurationPolicyTemplateSettingTemplateCount --- @@ -24,7 +24,7 @@ Get-MgBetaDeviceManagementConfigurationPolicyTemplateSettingTemplateCount -DeviceManagementConfigurationPolicyTemplateId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaDeviceManagementConfigurationPolicyTemplateSettingTemplateCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementConfigurationSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementConfigurationSetting.md index 55d8fca91667c..4a85193cc79dd 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementConfigurationSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementConfigurationSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementconfigurationsetting Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementConfigurationSetting --- @@ -25,7 +25,7 @@ Get-MgBetaDeviceManagementConfigurationSetting [-ExpandProperty ] [-Pr [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaDeviceManagementConfigurationSetting -DeviceManagementConfigurationSettingDefinitionId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -45,7 +45,7 @@ Get-MgBetaDeviceManagementConfigurationSetting -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementConfigurationSettingCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementConfigurationSettingCount.md index d88439a7891d9..ccf8a0843e351 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementConfigurationSettingCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementConfigurationSettingCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementconfigurationsettingcount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementConfigurationSettingCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaDeviceManagementConfigurationSettingCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDataSharingConsent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDataSharingConsent.md index 36de92d674404..b5e80487b3fa3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDataSharingConsent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDataSharingConsent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementdatasharingconsent Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementDataSharingConsent --- @@ -25,7 +25,7 @@ Get-MgBetaDeviceManagementDataSharingConsent [-ExpandProperty ] [-Prop [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaDeviceManagementDataSharingConsent -DataSharingConsentId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -45,7 +45,7 @@ Get-MgBetaDeviceManagementDataSharingConsent -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -61,9 +61,9 @@ Data sharing consents. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementServiceConfig.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, | +| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementServiceConfig.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | DeviceManagementServiceConfig.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementConfiguration.Read.All, | +| Application | DeviceManagementServiceConfig.ReadWrite.All, DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDataSharingConsentCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDataSharingConsentCount.md index 268fbb83042fa..66bd6ced6e272 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDataSharingConsentCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDataSharingConsentCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementdatasharingconsentcount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementDataSharingConsentCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaDeviceManagementDataSharingConsentCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -39,9 +39,9 @@ Get the number of the resource | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | DeviceManagementServiceConfig.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementConfiguration.Read.All, | +| Delegated (work or school account) | DeviceManagementServiceConfig.ReadWrite.All, DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | DeviceManagementServiceConfig.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementConfiguration.Read.All, | +| Application | DeviceManagementServiceConfig.ReadWrite.All, DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDerivedCredential.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDerivedCredential.md index a1392b07e4d7f..cf666fb7d3ca5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDerivedCredential.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDerivedCredential.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementderivedcredential Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementDerivedCredential --- @@ -25,7 +25,7 @@ Get-MgBetaDeviceManagementDerivedCredential [-ExpandProperty ] [-Prope [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaDeviceManagementDerivedCredential -DeviceManagementDerivedCredentialSe [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -45,7 +45,7 @@ Get-MgBetaDeviceManagementDerivedCredential -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDerivedCredentialCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDerivedCredentialCount.md index 7498836baa4b3..3c4239434bceb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDerivedCredentialCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDerivedCredentialCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementderivedcredentialcount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementDerivedCredentialCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaDeviceManagementDerivedCredentialCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDetectedApp.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDetectedApp.md index 67ce7dfb7240c..cbb229fbbd68f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDetectedApp.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDetectedApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementdetectedapp Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementDetectedApp --- @@ -28,7 +28,7 @@ Get-MgBetaDeviceManagementDetectedApp [-ExpandProperty ] [-Property ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -37,7 +37,7 @@ Get-MgBetaDeviceManagementDetectedApp [-ExpandProperty ] [-Property [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -47,7 +47,7 @@ Get-MgBetaDeviceManagementDetectedApp -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -63,9 +63,9 @@ The list of detected apps associated with a device. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | DeviceManagementManagedDevices.Read.All, DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementConfiguration.Read.All, | +| Delegated (work or school account) | DeviceManagementManagedDevices.Read.All, DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementManagedDevices.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | DeviceManagementManagedDevices.Read.All, DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementConfiguration.Read.All, | +| Application | DeviceManagementManagedDevices.Read.All, DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementManagedDevices.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDetectedAppCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDetectedAppCount.md index 471784849485e..ba451867667f7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDetectedAppCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDetectedAppCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementdetectedappcount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementDetectedAppCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaDeviceManagementDetectedAppCount [-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) | DeviceManagementManagedDevices.Read.All, DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementConfiguration.Read.All, | +| Delegated (work or school account) | DeviceManagementManagedDevices.Read.All, DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementManagedDevices.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | DeviceManagementManagedDevices.Read.All, DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementConfiguration.Read.All, | +| Application | DeviceManagementManagedDevices.Read.All, DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementManagedDevices.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDetectedAppManagedDevice.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDetectedAppManagedDevice.md index 1e63f5fb6ccc0..29720718d91bb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDetectedAppManagedDevice.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDetectedAppManagedDevice.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementdetectedappmanageddevice Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementDetectedAppManagedDevice --- @@ -29,7 +29,6 @@ Get-MgBetaDeviceManagementDetectedAppManagedDevice -DetectedAppId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -39,7 +38,7 @@ Get-MgBetaDeviceManagementDetectedAppManagedDevice -DetectedAppId -Mana [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -49,7 +48,7 @@ Get-MgBetaDeviceManagementDetectedAppManagedDevice -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDetectedAppManagedDeviceCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDetectedAppManagedDeviceCount.md index 0a4f13a554c92..6ba5d276a61a8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDetectedAppManagedDeviceCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDetectedAppManagedDeviceCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementdetectedappmanageddevicecount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementDetectedAppManagedDeviceCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaDeviceManagementDetectedAppManagedDeviceCount -DetectedAppId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaDeviceManagementDetectedAppManagedDeviceCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceCategory.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceCategory.md index 7775a0fb14691..ee771622b47a6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceCategory.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceCategory.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementdevicecategory Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementDeviceCategory --- @@ -28,7 +28,7 @@ Get-MgBetaDeviceManagementDeviceCategory [-ExpandProperty ] [-Property [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -37,7 +37,7 @@ Get-MgBetaDeviceManagementDeviceCategory [-ExpandProperty ] [-Property Get-MgBetaDeviceManagementDeviceCategory -DeviceCategoryId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -47,7 +47,7 @@ Get-MgBetaDeviceManagementDeviceCategory -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -63,9 +63,9 @@ The list of device categories with the tenant. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementConfiguration.ReadWrite.All, | +| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementManagedDevices.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | DeviceManagementConfiguration.Read.All, DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementConfiguration.ReadWrite.All, | +| Application | DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementManagedDevices.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceCategoryCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceCategoryCount.md index 7dc8c260f23c1..0354cc89a6dca 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceCategoryCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceCategoryCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementdevicecategorycount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementDeviceCategoryCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaDeviceManagementDeviceCategoryCount [-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) | DeviceManagementConfiguration.Read.All, DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementConfiguration.ReadWrite.All, | +| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementManagedDevices.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | DeviceManagementConfiguration.Read.All, DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementConfiguration.ReadWrite.All, | +| Application | DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementManagedDevices.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceCompliancePolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceCompliancePolicy.md index c9860867c5fd0..c42663b4efc9a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceCompliancePolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceCompliancePolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementdevicecompliancepolicy Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementDeviceCompliancePolicy --- @@ -28,7 +28,7 @@ Get-MgBetaDeviceManagementDeviceCompliancePolicy [-ExpandProperty ] [- [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaDeviceManagementDeviceCompliancePolicy -DeviceCompliancePolicyId ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +48,7 @@ Get-MgBetaDeviceManagementDeviceCompliancePolicy -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceCompliancePolicyAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceCompliancePolicyAssignment.md index d10373af098f8..372a380f6afbc 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceCompliancePolicyAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceCompliancePolicyAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementdevicecompliancepolicyassignment Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementDeviceCompliancePolicyAssignment --- @@ -29,7 +29,6 @@ Get-MgBetaDeviceManagementDeviceCompliancePolicyAssignment -DeviceCompliancePoli [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -40,7 +39,7 @@ Get-MgBetaDeviceManagementDeviceCompliancePolicyAssignment [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -50,7 +49,7 @@ Get-MgBetaDeviceManagementDeviceCompliancePolicyAssignment -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceCompliancePolicyAssignmentCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceCompliancePolicyAssignmentCount.md index 7025c514a14d5..5ea888e38887d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceCompliancePolicyAssignmentCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceCompliancePolicyAssignmentCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementdevicecompliancepolicyassignmentcount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementDeviceCompliancePolicyAssignmentCount --- @@ -27,7 +27,7 @@ Get-MgBetaDeviceManagementDeviceCompliancePolicyAssignmentCount -DeviceComplianc [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaDeviceManagementDeviceCompliancePolicyAssignmentCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceCompliancePolicyCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceCompliancePolicyCount.md index f6bd1c4080ad7..b98aebf27ac8f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceCompliancePolicyCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceCompliancePolicyCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementdevicecompliancepolicycount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementDeviceCompliancePolicyCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaDeviceManagementDeviceCompliancePolicyCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceScheduledToRetire.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceScheduledToRetire.md index c64f9a947873a..1c54b4e6485ff 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceScheduledToRetire.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceScheduledToRetire.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementdevicecompliancepolicydevicescheduledtoretire Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceScheduledToRetire --- @@ -24,7 +24,7 @@ Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceScheduledToRetire [-Count] [-Search ] [-Skip ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary.md index 273fe31e3834e..ac768c6d227f9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementdevicecompliancepolicydevicesettingstatesummary Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary --- @@ -29,7 +29,7 @@ Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -40,7 +40,7 @@ Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -50,7 +50,7 @@ Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummaryCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummaryCount.md index b0852697efed3..68046dd14cab0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummaryCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummaryCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementdevicecompliancepolicydevicesettingstatesummarycount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummaryCount --- @@ -27,7 +27,7 @@ Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummaryCount -DeviceCompliancePolicyId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummaryCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStateSummary.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStateSummary.md index 5118b3bf69316..b075c4ada2704 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStateSummary.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStateSummary.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementdevicecompliancepolicydevicestatesummary Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStateSummary --- @@ -26,7 +26,7 @@ The device compliance state summary for this account. Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStateSummary [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatus.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatus.md index 2f6554aee86ae..c381ba82735c7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatus.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatus.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementdevicecompliancepolicydevicestatus Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatus --- @@ -29,7 +29,6 @@ Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatus -DeviceCompliancePo [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -40,7 +39,7 @@ Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatus [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -50,7 +49,7 @@ Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatus -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatusCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatusCount.md index b1ce7b5022550..2f7da52f0cad9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatusCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatusCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementdevicecompliancepolicydevicestatuscount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatusCount --- @@ -27,7 +27,7 @@ Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatusCount -DeviceComplia [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatusCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatusOverview.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatusOverview.md index 03f9e51d85bf4..8763baeb39e0a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatusOverview.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatusOverview.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementdevicecompliancepolicydevicestatusoverview Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatusOverview --- @@ -27,7 +27,7 @@ Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatusOverview -DeviceCompliancePolicyId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatusOverview -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceCompliancePolicyNoncompliantDeviceToRetire.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceCompliancePolicyNoncompliantDeviceToRetire.md index 175f3eb35b70b..cba213d671f75 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceCompliancePolicyNoncompliantDeviceToRetire.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceCompliancePolicyNoncompliantDeviceToRetire.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementdevicecompliancepolicynoncompliantdevicetoretire Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementDeviceCompliancePolicyNoncompliantDeviceToRetire --- @@ -27,7 +27,6 @@ Get-MgBetaDeviceManagementDeviceCompliancePolicyNoncompliantDeviceToRetire -OutF [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Get @@ -38,7 +37,6 @@ Get-MgBetaDeviceManagementDeviceCompliancePolicyNoncompliantDeviceToRetire -OutF [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRule.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRule.md index d2d0ea529d1f1..0769618a956e7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRule.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRule.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementdevicecompliancepolicyscheduledactionforrule Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRule --- @@ -30,7 +30,7 @@ Get-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRule [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -41,7 +41,7 @@ Get-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRule [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -51,7 +51,7 @@ Get-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRule -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRuleCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRuleCount.md index 49df0d56967ce..69cd2dccd78f1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRuleCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRuleCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementdevicecompliancepolicyscheduledactionforrulecount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRuleCount --- @@ -27,7 +27,7 @@ Get-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRuleCount -DeviceCompliancePolicyId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRuleCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration.md index fe43eb307d142..b5e199a1cc131 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementdevicecompliancepolicyscheduledactionforrulescheduledactionconfiguration Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration --- @@ -31,7 +31,6 @@ Get-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledA [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -42,7 +41,7 @@ Get-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledA -DeviceComplianceScheduledActionForRuleId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -52,7 +51,7 @@ Get-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledA -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfigurationCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfigurationCount.md index 98d13eeec9375..6056b9749e1a0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfigurationCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfigurationCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementdevicecompliancepolicyscheduledactionforrulescheduledactionconfigurationcount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfigurationCount --- @@ -28,7 +28,7 @@ Get-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledA [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -38,7 +38,7 @@ Get-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledA -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummary.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummary.md index 439593b9345a4..fc18872b3ee77 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummary.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummary.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementdevicecompliancepolicysettingstatesummary Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummary --- @@ -28,7 +28,7 @@ Get-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummary [-ExpandProp [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummary -DeviceCompliancePolicySettingStateSummaryId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +48,7 @@ Get-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummary -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummaryCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummaryCount.md index 2bf6c33120b09..162103e2e5848 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummaryCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummaryCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementdevicecompliancepolicysettingstatesummarycount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummaryCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummaryCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState.md index 321f39b68fc7c..88e3574e075a4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementdevicecompliancepolicysettingstatesummarydevicecompliancesettingstate Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState --- @@ -29,7 +29,7 @@ Get-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplia [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -40,7 +40,7 @@ Get-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplia [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -50,7 +50,7 @@ Get-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplia -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingStateCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingStateCount.md index a56afbd7d9c86..147de7675e868 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingStateCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingStateCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementdevicecompliancepolicysettingstatesummarydevicecompliancesettingstatecount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingStateCount --- @@ -27,7 +27,7 @@ Get-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplia -DeviceCompliancePolicySettingStateSummaryId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplia -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceCompliancePolicyUserStatus.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceCompliancePolicyUserStatus.md index a7e06ec953bdf..9b80c3f48ef32 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceCompliancePolicyUserStatus.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceCompliancePolicyUserStatus.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementdevicecompliancepolicyuserstatus Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementDeviceCompliancePolicyUserStatus --- @@ -29,7 +29,6 @@ Get-MgBetaDeviceManagementDeviceCompliancePolicyUserStatus -DeviceCompliancePoli [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -39,7 +38,7 @@ Get-MgBetaDeviceManagementDeviceCompliancePolicyUserStatus -DeviceCompliancePoli -DeviceComplianceUserStatusId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -49,7 +48,7 @@ Get-MgBetaDeviceManagementDeviceCompliancePolicyUserStatus -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceCompliancePolicyUserStatusCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceCompliancePolicyUserStatusCount.md index eddecb67f2b33..0cd8fa6bf850a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceCompliancePolicyUserStatusCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceCompliancePolicyUserStatusCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementdevicecompliancepolicyuserstatuscount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementDeviceCompliancePolicyUserStatusCount --- @@ -27,7 +27,7 @@ Get-MgBetaDeviceManagementDeviceCompliancePolicyUserStatusCount -DeviceComplianc [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaDeviceManagementDeviceCompliancePolicyUserStatusCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceCompliancePolicyUserStatusOverview.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceCompliancePolicyUserStatusOverview.md index 9f2e1998d950d..618d3faf6bace 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceCompliancePolicyUserStatusOverview.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceCompliancePolicyUserStatusOverview.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementdevicecompliancepolicyuserstatusoverview Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementDeviceCompliancePolicyUserStatusOverview --- @@ -27,7 +27,7 @@ Get-MgBetaDeviceManagementDeviceCompliancePolicyUserStatusOverview -DeviceCompliancePolicyId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaDeviceManagementDeviceCompliancePolicyUserStatusOverview -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceConfiguration.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceConfiguration.md index f0327ed243d7e..6695b5277554b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceConfiguration.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceConfiguration.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementdeviceconfiguration Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementDeviceConfiguration --- @@ -28,7 +28,7 @@ Get-MgBetaDeviceManagementDeviceConfiguration [-ExpandProperty ] [-Pro [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaDeviceManagementDeviceConfiguration -DeviceConfigurationId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +48,7 @@ Get-MgBetaDeviceManagementDeviceConfiguration -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceConfigurationAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceConfigurationAssignment.md index eb6c40928a734..296a7400cdf64 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceConfigurationAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceConfigurationAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementdeviceconfigurationassignment Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementDeviceConfigurationAssignment --- @@ -29,7 +29,6 @@ Get-MgBetaDeviceManagementDeviceConfigurationAssignment -DeviceConfigurationId < [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -39,7 +38,7 @@ Get-MgBetaDeviceManagementDeviceConfigurationAssignment -DeviceConfigurationAssi -DeviceConfigurationId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -49,7 +48,7 @@ Get-MgBetaDeviceManagementDeviceConfigurationAssignment -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceConfigurationAssignmentCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceConfigurationAssignmentCount.md index 962fc82bf2d35..9d8cb7ac51b80 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceConfigurationAssignmentCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceConfigurationAssignmentCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementdeviceconfigurationassignmentcount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementDeviceConfigurationAssignmentCount --- @@ -27,7 +27,7 @@ Get-MgBetaDeviceManagementDeviceConfigurationAssignmentCount -DeviceConfiguratio [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaDeviceManagementDeviceConfigurationAssignmentCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceConfigurationConflictSummary.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceConfigurationConflictSummary.md index 12655b0e19b1a..2d33843e98c69 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceConfigurationConflictSummary.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceConfigurationConflictSummary.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementdeviceconfigurationconflictsummary Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementDeviceConfigurationConflictSummary --- @@ -25,7 +25,7 @@ Get-MgBetaDeviceManagementDeviceConfigurationConflictSummary [-ExpandProperty ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaDeviceManagementDeviceConfigurationConflictSummary -DeviceConfigurationConflictSummaryId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -45,7 +45,7 @@ Get-MgBetaDeviceManagementDeviceConfigurationConflictSummary -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceConfigurationConflictSummaryCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceConfigurationConflictSummaryCount.md index 2a92cf6b7daff..4021419f0fbb6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceConfigurationConflictSummaryCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceConfigurationConflictSummaryCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementdeviceconfigurationconflictsummarycount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementDeviceConfigurationConflictSummaryCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaDeviceManagementDeviceConfigurationConflictSummaryCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceConfigurationCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceConfigurationCount.md index c77fded42753e..a820830a9320e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceConfigurationCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceConfigurationCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementdeviceconfigurationcount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementDeviceConfigurationCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaDeviceManagementDeviceConfigurationCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceConfigurationDeviceSettingStateSummary.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceConfigurationDeviceSettingStateSummary.md index 5b04f5ed1d655..560966a93f78a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceConfigurationDeviceSettingStateSummary.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceConfigurationDeviceSettingStateSummary.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementdeviceconfigurationdevicesettingstatesummary Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementDeviceConfigurationDeviceSettingStateSummary --- @@ -29,7 +29,7 @@ Get-MgBetaDeviceManagementDeviceConfigurationDeviceSettingStateSummary [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -39,7 +39,7 @@ Get-MgBetaDeviceManagementDeviceConfigurationDeviceSettingStateSummary -DeviceConfigurationId -SettingStateDeviceSummaryId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -49,7 +49,7 @@ Get-MgBetaDeviceManagementDeviceConfigurationDeviceSettingStateSummary -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceConfigurationDeviceSettingStateSummaryCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceConfigurationDeviceSettingStateSummaryCount.md index b49d51221ca70..27d3ae2d15a23 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceConfigurationDeviceSettingStateSummaryCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceConfigurationDeviceSettingStateSummaryCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementdeviceconfigurationdevicesettingstatesummarycount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementDeviceConfigurationDeviceSettingStateSummaryCount --- @@ -27,7 +27,7 @@ Get-MgBetaDeviceManagementDeviceConfigurationDeviceSettingStateSummaryCount -DeviceConfigurationId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaDeviceManagementDeviceConfigurationDeviceSettingStateSummaryCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceConfigurationDeviceStateSummary.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceConfigurationDeviceStateSummary.md index 2623fd82ef6ad..82f35bed8f0a2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceConfigurationDeviceStateSummary.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceConfigurationDeviceStateSummary.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementdeviceconfigurationdevicestatesummary Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementDeviceConfigurationDeviceStateSummary --- @@ -26,7 +26,7 @@ The device configuration device state summary for this account. Get-MgBetaDeviceManagementDeviceConfigurationDeviceStateSummary [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceConfigurationDeviceStatus.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceConfigurationDeviceStatus.md index d2a8c297338be..c57c791f39611 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceConfigurationDeviceStatus.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceConfigurationDeviceStatus.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementdeviceconfigurationdevicestatus Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementDeviceConfigurationDeviceStatus --- @@ -29,7 +29,6 @@ Get-MgBetaDeviceManagementDeviceConfigurationDeviceStatus -DeviceConfigurationId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -40,7 +39,7 @@ Get-MgBetaDeviceManagementDeviceConfigurationDeviceStatus [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -50,7 +49,7 @@ Get-MgBetaDeviceManagementDeviceConfigurationDeviceStatus -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceConfigurationDeviceStatusCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceConfigurationDeviceStatusCount.md index 531647bddbc0c..d4f072437c080 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceConfigurationDeviceStatusCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceConfigurationDeviceStatusCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementdeviceconfigurationdevicestatuscount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementDeviceConfigurationDeviceStatusCount --- @@ -27,7 +27,7 @@ Get-MgBetaDeviceManagementDeviceConfigurationDeviceStatusCount -DeviceConfigurat [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaDeviceManagementDeviceConfigurationDeviceStatusCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceConfigurationDeviceStatusOverview.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceConfigurationDeviceStatusOverview.md index 92b7b5a21502e..383c20d9953ef 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceConfigurationDeviceStatusOverview.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceConfigurationDeviceStatusOverview.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementdeviceconfigurationdevicestatusoverview Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementDeviceConfigurationDeviceStatusOverview --- @@ -27,7 +27,7 @@ Get-MgBetaDeviceManagementDeviceConfigurationDeviceStatusOverview -DeviceConfigu [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaDeviceManagementDeviceConfigurationDeviceStatusOverview -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceConfigurationGroupAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceConfigurationGroupAssignment.md index a88857af76c7d..71550fb834de7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceConfigurationGroupAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceConfigurationGroupAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementdeviceconfigurationgroupassignment Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementDeviceConfigurationGroupAssignment --- @@ -26,7 +26,6 @@ Get-MgBetaDeviceManagementDeviceConfigurationGroupAssignment -DeviceConfiguratio [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -37,7 +36,7 @@ Get-MgBetaDeviceManagementDeviceConfigurationGroupAssignment [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -47,7 +46,7 @@ Get-MgBetaDeviceManagementDeviceConfigurationGroupAssignment -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceConfigurationGroupAssignmentCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceConfigurationGroupAssignmentCount.md index 8d38b58b2bf96..312fb637063c0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceConfigurationGroupAssignmentCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceConfigurationGroupAssignmentCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementdeviceconfigurationgroupassignmentcount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementDeviceConfigurationGroupAssignmentCount --- @@ -24,7 +24,7 @@ Get-MgBetaDeviceManagementDeviceConfigurationGroupAssignmentCount -DeviceConfigu [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaDeviceManagementDeviceConfigurationGroupAssignmentCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceConfigurationGroupAssignmentDeviceConfiguration.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceConfigurationGroupAssignmentDeviceConfiguration.md index 81ed014bb7fe5..b7310882301a6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceConfigurationGroupAssignmentDeviceConfiguration.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceConfigurationGroupAssignmentDeviceConfiguration.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementdeviceconfigurationgroupassignmentdeviceconfiguration Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementDeviceConfigurationGroupAssignmentDeviceConfiguration --- @@ -25,7 +25,7 @@ Get-MgBetaDeviceManagementDeviceConfigurationGroupAssignmentDeviceConfiguration [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaDeviceManagementDeviceConfigurationGroupAssignmentDeviceConfiguration -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceConfigurationIoAvailableUpdateVersion.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceConfigurationIoAvailableUpdateVersion.md index 45d099f840c34..fb5d3b3fc8765 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceConfigurationIoAvailableUpdateVersion.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceConfigurationIoAvailableUpdateVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementdeviceconfigurationioavailableupdateversion Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementDeviceConfigurationIoAvailableUpdateVersion --- @@ -24,7 +24,7 @@ Get-MgBetaDeviceManagementDeviceConfigurationIoAvailableUpdateVersion [-Count] [ [-Search ] [-Skip ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceConfigurationOmaSettingPlainTextValue.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceConfigurationOmaSettingPlainTextValue.md index 3aab38f02005e..36ffef684cb66 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceConfigurationOmaSettingPlainTextValue.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceConfigurationOmaSettingPlainTextValue.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementdeviceconfigurationomasettingplaintextvalue Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementDeviceConfigurationOmaSettingPlainTextValue --- @@ -27,7 +27,7 @@ Get-MgBetaDeviceManagementDeviceConfigurationOmaSettingPlainTextValue -DeviceConfigurationId -SecretReferenceValueId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaDeviceManagementDeviceConfigurationOmaSettingPlainTextValue -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceConfigurationTargetedUserAndDevice.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceConfigurationTargetedUserAndDevice.md index ff9a5ff4e0cab..3f5d2c62f814b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceConfigurationTargetedUserAndDevice.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceConfigurationTargetedUserAndDevice.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementdeviceconfigurationtargeteduseranddevice Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementDeviceConfigurationTargetedUserAndDevice --- @@ -25,7 +25,6 @@ Get-MgBetaDeviceManagementDeviceConfigurationTargetedUserAndDevice [-DeviceConfigurationIds ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Get @@ -36,7 +35,6 @@ Get-MgBetaDeviceManagementDeviceConfigurationTargetedUserAndDevice [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceConfigurationUserStateSummary.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceConfigurationUserStateSummary.md index 037594694082b..10c4152623f88 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceConfigurationUserStateSummary.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceConfigurationUserStateSummary.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementdeviceconfigurationuserstatesummary Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementDeviceConfigurationUserStateSummary --- @@ -23,7 +23,7 @@ The device configuration user state summary for this account. Get-MgBetaDeviceManagementDeviceConfigurationUserStateSummary [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceConfigurationUserStatus.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceConfigurationUserStatus.md index 3a2b0e16ffe42..3b99eb7a02ff0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceConfigurationUserStatus.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceConfigurationUserStatus.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementdeviceconfigurationuserstatus Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementDeviceConfigurationUserStatus --- @@ -29,7 +29,6 @@ Get-MgBetaDeviceManagementDeviceConfigurationUserStatus -DeviceConfigurationId < [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -39,7 +38,7 @@ Get-MgBetaDeviceManagementDeviceConfigurationUserStatus -DeviceConfigurationId < -DeviceConfigurationUserStatusId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -49,7 +48,7 @@ Get-MgBetaDeviceManagementDeviceConfigurationUserStatus -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceConfigurationUserStatusCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceConfigurationUserStatusCount.md index 14cc63bb4a5d1..f19cffcad8bc9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceConfigurationUserStatusCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceConfigurationUserStatusCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementdeviceconfigurationuserstatuscount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementDeviceConfigurationUserStatusCount --- @@ -27,7 +27,7 @@ Get-MgBetaDeviceManagementDeviceConfigurationUserStatusCount -DeviceConfiguratio [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaDeviceManagementDeviceConfigurationUserStatusCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceConfigurationUserStatusOverview.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceConfigurationUserStatusOverview.md index 372da7f80efba..2b8cdf40fe192 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceConfigurationUserStatusOverview.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceConfigurationUserStatusOverview.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementdeviceconfigurationuserstatusoverview Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementDeviceConfigurationUserStatusOverview --- @@ -27,7 +27,7 @@ Get-MgBetaDeviceManagementDeviceConfigurationUserStatusOverview -DeviceConfigura [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaDeviceManagementDeviceConfigurationUserStatusOverview -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceHealthScript.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceHealthScript.md index 5817f11acd05c..aaa942b47cad2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceHealthScript.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceHealthScript.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementdevicehealthscript Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementDeviceHealthScript --- @@ -25,7 +25,7 @@ Get-MgBetaDeviceManagementDeviceHealthScript [-ExpandProperty ] [-Prop [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaDeviceManagementDeviceHealthScript -DeviceHealthScriptId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -45,7 +45,7 @@ Get-MgBetaDeviceManagementDeviceHealthScript -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -61,9 +61,9 @@ The list of device health scripts associated with the tenant. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementScripts.ReadWrite.All, DeviceManagementScripts.Read.All, DeviceManagementConfiguration.ReadWrite.All, | +| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementScripts.Read.All, DeviceManagementScripts.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | DeviceManagementConfiguration.Read.All, DeviceManagementScripts.ReadWrite.All, DeviceManagementScripts.Read.All, DeviceManagementConfiguration.ReadWrite.All, | +| Application | DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementScripts.Read.All, DeviceManagementScripts.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceHealthScriptAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceHealthScriptAssignment.md index bba3c4cee8348..c104146058c97 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceHealthScriptAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceHealthScriptAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementdevicehealthscriptassignment Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementDeviceHealthScriptAssignment --- @@ -26,7 +26,6 @@ Get-MgBetaDeviceManagementDeviceHealthScriptAssignment -DeviceHealthScriptId ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -36,7 +35,7 @@ Get-MgBetaDeviceManagementDeviceHealthScriptAssignment -DeviceHealthScriptAssign -DeviceHealthScriptId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +45,7 @@ Get-MgBetaDeviceManagementDeviceHealthScriptAssignment -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceHealthScriptAssignmentCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceHealthScriptAssignmentCount.md index e3897104c9830..ae8e651aa2b9a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceHealthScriptAssignmentCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceHealthScriptAssignmentCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementdevicehealthscriptassignmentcount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementDeviceHealthScriptAssignmentCount --- @@ -24,7 +24,7 @@ Get-MgBetaDeviceManagementDeviceHealthScriptAssignmentCount -DeviceHealthScriptI [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaDeviceManagementDeviceHealthScriptAssignmentCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-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) | DeviceManagementConfiguration.Read.All, DeviceManagementScripts.ReadWrite.All, DeviceManagementScripts.Read.All, DeviceManagementConfiguration.ReadWrite.All, | +| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementScripts.Read.All, DeviceManagementScripts.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | DeviceManagementConfiguration.Read.All, DeviceManagementScripts.ReadWrite.All, DeviceManagementScripts.Read.All, DeviceManagementConfiguration.ReadWrite.All, | +| Application | DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementScripts.Read.All, DeviceManagementScripts.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceHealthScriptCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceHealthScriptCount.md index ecba208a36bec..20d1346854a16 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceHealthScriptCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceHealthScriptCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementdevicehealthscriptcount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementDeviceHealthScriptCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaDeviceManagementDeviceHealthScriptCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -39,9 +39,9 @@ Get the number of the resource | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementScripts.ReadWrite.All, DeviceManagementScripts.Read.All, DeviceManagementConfiguration.ReadWrite.All, | +| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementScripts.Read.All, DeviceManagementScripts.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | DeviceManagementConfiguration.Read.All, DeviceManagementScripts.ReadWrite.All, DeviceManagementScripts.Read.All, DeviceManagementConfiguration.ReadWrite.All, | +| Application | DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementScripts.Read.All, DeviceManagementScripts.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceHealthScriptDeviceRunState.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceHealthScriptDeviceRunState.md index 4725f8c05cbbb..18e8726443c9d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceHealthScriptDeviceRunState.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceHealthScriptDeviceRunState.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementdevicehealthscriptdevicerunstate Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementDeviceHealthScriptDeviceRunState --- @@ -26,7 +26,6 @@ Get-MgBetaDeviceManagementDeviceHealthScriptDeviceRunState -DeviceHealthScriptId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -36,7 +35,7 @@ Get-MgBetaDeviceManagementDeviceHealthScriptDeviceRunState -DeviceHealthScriptDe -DeviceHealthScriptId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +45,7 @@ Get-MgBetaDeviceManagementDeviceHealthScriptDeviceRunState -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceHealthScriptDeviceRunStateCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceHealthScriptDeviceRunStateCount.md index ff64d6e01aa85..dfde98810ad1b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceHealthScriptDeviceRunStateCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceHealthScriptDeviceRunStateCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementdevicehealthscriptdevicerunstatecount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementDeviceHealthScriptDeviceRunStateCount --- @@ -24,7 +24,7 @@ Get-MgBetaDeviceManagementDeviceHealthScriptDeviceRunStateCount -DeviceHealthScr [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaDeviceManagementDeviceHealthScriptDeviceRunStateCount -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) | DeviceManagementConfiguration.Read.All, DeviceManagementScripts.ReadWrite.All, DeviceManagementScripts.Read.All, DeviceManagementConfiguration.ReadWrite.All, | +| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementScripts.Read.All, DeviceManagementScripts.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | DeviceManagementConfiguration.Read.All, DeviceManagementScripts.ReadWrite.All, DeviceManagementScripts.Read.All, DeviceManagementConfiguration.ReadWrite.All, | +| Application | DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementScripts.Read.All, DeviceManagementScripts.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceHealthScriptDeviceRunStateManagedDevice.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceHealthScriptDeviceRunStateManagedDevice.md index c79f33836496b..bdb9610b986d1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceHealthScriptDeviceRunStateManagedDevice.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceHealthScriptDeviceRunStateManagedDevice.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementdevicehealthscriptdevicerunstatemanageddevice Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementDeviceHealthScriptDeviceRunStateManagedDevice --- @@ -25,7 +25,7 @@ Get-MgBetaDeviceManagementDeviceHealthScriptDeviceRunStateManagedDevice [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaDeviceManagementDeviceHealthScriptDeviceRunStateManagedDevice -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -51,9 +51,9 @@ The managed device on which the device health script executed | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementConfiguration.ReadWrite.All, | +| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementManagedDevices.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | DeviceManagementConfiguration.Read.All, DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementConfiguration.ReadWrite.All, | +| Application | DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementManagedDevices.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceHealthScriptGlobalScriptHighestAvailableVersion.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceHealthScriptGlobalScriptHighestAvailableVersion.md index 41e8ae6a2f0d1..55590c6062742 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceHealthScriptGlobalScriptHighestAvailableVersion.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceHealthScriptGlobalScriptHighestAvailableVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementdevicehealthscriptglobalscripthighestavailableversion Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementDeviceHealthScriptGlobalScriptHighestAvailableVersion --- @@ -24,7 +24,7 @@ Get-MgBetaDeviceManagementDeviceHealthScriptGlobalScriptHighestAvailableVersion -DeviceHealthScriptId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaDeviceManagementDeviceHealthScriptGlobalScriptHighestAvailableVersion -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -50,9 +50,9 @@ Update the Proprietary Device Health Script | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementScripts.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, | +| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementScripts.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | DeviceManagementConfiguration.Read.All, DeviceManagementScripts.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, | +| Application | DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementScripts.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceHealthScriptRemediationHistory.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceHealthScriptRemediationHistory.md index 62dd406797dc9..164a8ab28c156 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceHealthScriptRemediationHistory.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceHealthScriptRemediationHistory.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementdevicehealthscriptremediationhistory Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementDeviceHealthScriptRemediationHistory --- @@ -23,7 +23,7 @@ Function to get the number of remediations by a device health scripts Get-MgBetaDeviceManagementDeviceHealthScriptRemediationHistory -DeviceHealthScriptId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -33,7 +33,7 @@ Get-MgBetaDeviceManagementDeviceHealthScriptRemediationHistory -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -49,9 +49,9 @@ Function to get the number of remediations by a device health scripts | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementScripts.ReadWrite.All, DeviceManagementScripts.Read.All, DeviceManagementConfiguration.ReadWrite.All, | +| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementScripts.Read.All, DeviceManagementScripts.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | DeviceManagementConfiguration.Read.All, DeviceManagementScripts.ReadWrite.All, DeviceManagementScripts.Read.All, DeviceManagementConfiguration.ReadWrite.All, | +| Application | DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementScripts.Read.All, DeviceManagementScripts.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceHealthScriptRemediationSummary.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceHealthScriptRemediationSummary.md index 13b403706e512..a5c2839ef98c7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceHealthScriptRemediationSummary.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceHealthScriptRemediationSummary.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementdevicehealthscriptremediationsummary Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementDeviceHealthScriptRemediationSummary --- @@ -23,7 +23,7 @@ Invoke function getRemediationSummary Get-MgBetaDeviceManagementDeviceHealthScriptRemediationSummary [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -39,9 +39,9 @@ Invoke function getRemediationSummary | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementScripts.ReadWrite.All, DeviceManagementScripts.Read.All, DeviceManagementConfiguration.ReadWrite.All, | +| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementScripts.Read.All, DeviceManagementScripts.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | DeviceManagementConfiguration.Read.All, DeviceManagementScripts.ReadWrite.All, DeviceManagementScripts.Read.All, DeviceManagementConfiguration.ReadWrite.All, | +| Application | DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementScripts.Read.All, DeviceManagementScripts.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceHealthScriptRunSummary.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceHealthScriptRunSummary.md index 790f86a8516f3..0ee9c3e561b4c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceHealthScriptRunSummary.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceHealthScriptRunSummary.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementdevicehealthscriptrunsummary Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementDeviceHealthScriptRunSummary --- @@ -24,7 +24,7 @@ Get-MgBetaDeviceManagementDeviceHealthScriptRunSummary -DeviceHealthScriptId ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaDeviceManagementDeviceHealthScriptRunSummary -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -50,9 +50,9 @@ High level run summary for device health script. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementScripts.ReadWrite.All, DeviceManagementScripts.Read.All, DeviceManagementConfiguration.ReadWrite.All, | +| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementScripts.Read.All, DeviceManagementScripts.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | DeviceManagementConfiguration.Read.All, DeviceManagementScripts.ReadWrite.All, DeviceManagementScripts.Read.All, DeviceManagementConfiguration.ReadWrite.All, | +| Application | DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementScripts.Read.All, DeviceManagementScripts.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceShellScript.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceShellScript.md index 9f4945cdf22ae..e283a61795f76 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceShellScript.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceShellScript.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementdeviceshellscript Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementDeviceShellScript --- @@ -25,7 +25,7 @@ Get-MgBetaDeviceManagementDeviceShellScript [-ExpandProperty ] [-Prope [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaDeviceManagementDeviceShellScript -DeviceShellScriptId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -45,7 +45,7 @@ Get-MgBetaDeviceManagementDeviceShellScript -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -61,9 +61,9 @@ The list of device shell scripts associated with the tenant. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementConfiguration.ReadWrite.All, | +| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementManagedDevices.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | DeviceManagementConfiguration.Read.All, DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementConfiguration.ReadWrite.All, | +| Application | DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementManagedDevices.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceShellScriptAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceShellScriptAssignment.md index a9b30b38885cf..4efcf8021c35a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceShellScriptAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceShellScriptAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementdeviceshellscriptassignment Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementDeviceShellScriptAssignment --- @@ -26,7 +26,6 @@ Get-MgBetaDeviceManagementDeviceShellScriptAssignment -DeviceShellScriptId ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -36,7 +35,7 @@ Get-MgBetaDeviceManagementDeviceShellScriptAssignment -DeviceManagementScriptAss -DeviceShellScriptId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +45,7 @@ Get-MgBetaDeviceManagementDeviceShellScriptAssignment -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -62,9 +61,9 @@ The list of group assignments for the device management script. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementConfiguration.ReadWrite.All, | +| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementManagedDevices.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | DeviceManagementConfiguration.Read.All, DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementConfiguration.ReadWrite.All, | +| Application | DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementManagedDevices.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceShellScriptAssignmentCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceShellScriptAssignmentCount.md index ebc77b199a3e5..6d7a816665e92 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceShellScriptAssignmentCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceShellScriptAssignmentCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementdeviceshellscriptassignmentcount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementDeviceShellScriptAssignmentCount --- @@ -24,7 +24,7 @@ Get-MgBetaDeviceManagementDeviceShellScriptAssignmentCount -DeviceShellScriptId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaDeviceManagementDeviceShellScriptAssignmentCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-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) | DeviceManagementConfiguration.Read.All, DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementConfiguration.ReadWrite.All, | +| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementManagedDevices.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | DeviceManagementConfiguration.Read.All, DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementConfiguration.ReadWrite.All, | +| Application | DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementManagedDevices.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceShellScriptCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceShellScriptCount.md index c17116650db4a..515e28a01370c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceShellScriptCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceShellScriptCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementdeviceshellscriptcount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementDeviceShellScriptCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaDeviceManagementDeviceShellScriptCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -39,9 +39,9 @@ Get the number of the resource | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementConfiguration.ReadWrite.All, | +| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementManagedDevices.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | DeviceManagementConfiguration.Read.All, DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementConfiguration.ReadWrite.All, | +| Application | DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementManagedDevices.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceShellScriptDeviceRunState.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceShellScriptDeviceRunState.md index c35abaefc3a53..79650bb659e2b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceShellScriptDeviceRunState.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceShellScriptDeviceRunState.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementdeviceshellscriptdevicerunstate Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementDeviceShellScriptDeviceRunState --- @@ -26,7 +26,6 @@ Get-MgBetaDeviceManagementDeviceShellScriptDeviceRunState -DeviceShellScriptId < [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -37,7 +36,7 @@ Get-MgBetaDeviceManagementDeviceShellScriptDeviceRunState [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -47,7 +46,7 @@ Get-MgBetaDeviceManagementDeviceShellScriptDeviceRunState -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -63,9 +62,9 @@ List of run states for this script across all devices. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementConfiguration.ReadWrite.All, | +| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementManagedDevices.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | DeviceManagementConfiguration.Read.All, DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementConfiguration.ReadWrite.All, | +| Application | DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementManagedDevices.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceShellScriptDeviceRunStateCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceShellScriptDeviceRunStateCount.md index f8bff4e252d44..cb2523428c2fd 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceShellScriptDeviceRunStateCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceShellScriptDeviceRunStateCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementdeviceshellscriptdevicerunstatecount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementDeviceShellScriptDeviceRunStateCount --- @@ -24,7 +24,7 @@ Get-MgBetaDeviceManagementDeviceShellScriptDeviceRunStateCount -DeviceShellScrip [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaDeviceManagementDeviceShellScriptDeviceRunStateCount -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) | DeviceManagementConfiguration.Read.All, DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementConfiguration.ReadWrite.All, | +| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementManagedDevices.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | DeviceManagementConfiguration.Read.All, DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementConfiguration.ReadWrite.All, | +| Application | DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementManagedDevices.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceShellScriptDeviceRunStateManagedDevice.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceShellScriptDeviceRunStateManagedDevice.md index 88dcdc9d0c38f..bb1a2d639586d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceShellScriptDeviceRunStateManagedDevice.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceShellScriptDeviceRunStateManagedDevice.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementdeviceshellscriptdevicerunstatemanageddevice Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementDeviceShellScriptDeviceRunStateManagedDevice --- @@ -25,7 +25,7 @@ Get-MgBetaDeviceManagementDeviceShellScriptDeviceRunStateManagedDevice [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaDeviceManagementDeviceShellScriptDeviceRunStateManagedDevice -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceShellScriptGroupAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceShellScriptGroupAssignment.md index 05420d8c8e85a..146277526fbd9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceShellScriptGroupAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceShellScriptGroupAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementdeviceshellscriptgroupassignment Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementDeviceShellScriptGroupAssignment --- @@ -26,7 +26,6 @@ Get-MgBetaDeviceManagementDeviceShellScriptGroupAssignment -DeviceShellScriptId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -37,7 +36,7 @@ Get-MgBetaDeviceManagementDeviceShellScriptGroupAssignment [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -47,7 +46,7 @@ Get-MgBetaDeviceManagementDeviceShellScriptGroupAssignment -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -63,9 +62,9 @@ The list of group assignments for the device management script. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementConfiguration.ReadWrite.All, | +| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementManagedDevices.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | DeviceManagementConfiguration.Read.All, DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementConfiguration.ReadWrite.All, | +| Application | DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementManagedDevices.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceShellScriptGroupAssignmentCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceShellScriptGroupAssignmentCount.md index 2827e575cd43f..a033187e49d1e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceShellScriptGroupAssignmentCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceShellScriptGroupAssignmentCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementdeviceshellscriptgroupassignmentcount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementDeviceShellScriptGroupAssignmentCount --- @@ -24,7 +24,7 @@ Get-MgBetaDeviceManagementDeviceShellScriptGroupAssignmentCount -DeviceShellScri [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaDeviceManagementDeviceShellScriptGroupAssignmentCount -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) | DeviceManagementConfiguration.Read.All, DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementConfiguration.ReadWrite.All, | +| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementManagedDevices.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | DeviceManagementConfiguration.Read.All, DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementConfiguration.ReadWrite.All, | +| Application | DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementManagedDevices.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceShellScriptRunSummary.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceShellScriptRunSummary.md index a416513ace612..525d9f13d0dc5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceShellScriptRunSummary.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceShellScriptRunSummary.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementdeviceshellscriptrunsummary Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementDeviceShellScriptRunSummary --- @@ -24,7 +24,7 @@ Get-MgBetaDeviceManagementDeviceShellScriptRunSummary -DeviceShellScriptId ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaDeviceManagementDeviceShellScriptRunSummary -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -50,9 +50,9 @@ Run summary for device management script. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementConfiguration.ReadWrite.All, | +| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementManagedDevices.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | DeviceManagementConfiguration.Read.All, DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementConfiguration.ReadWrite.All, | +| Application | DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementManagedDevices.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceShellScriptUserRunState.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceShellScriptUserRunState.md index 51f3ebfda6c21..9bf3f5e094a35 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceShellScriptUserRunState.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceShellScriptUserRunState.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementdeviceshellscriptuserrunstate Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementDeviceShellScriptUserRunState --- @@ -26,7 +26,6 @@ Get-MgBetaDeviceManagementDeviceShellScriptUserRunState -DeviceShellScriptId ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -36,7 +35,7 @@ Get-MgBetaDeviceManagementDeviceShellScriptUserRunState -DeviceManagementScriptU -DeviceShellScriptId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +45,7 @@ Get-MgBetaDeviceManagementDeviceShellScriptUserRunState -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -62,9 +61,9 @@ List of run states for this script across all users. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementConfiguration.ReadWrite.All, | +| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementManagedDevices.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | DeviceManagementConfiguration.Read.All, DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementConfiguration.ReadWrite.All, | +| Application | DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementManagedDevices.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceShellScriptUserRunStateCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceShellScriptUserRunStateCount.md index 63ceaa5d120fe..261a03dccf359 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceShellScriptUserRunStateCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceShellScriptUserRunStateCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementdeviceshellscriptuserrunstatecount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementDeviceShellScriptUserRunStateCount --- @@ -24,7 +24,7 @@ Get-MgBetaDeviceManagementDeviceShellScriptUserRunStateCount -DeviceShellScriptI [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaDeviceManagementDeviceShellScriptUserRunStateCount -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) | DeviceManagementConfiguration.Read.All, DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementConfiguration.ReadWrite.All, | +| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementManagedDevices.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | DeviceManagementConfiguration.Read.All, DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementConfiguration.ReadWrite.All, | +| Application | DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementManagedDevices.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceShellScriptUserRunStateDeviceRunState.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceShellScriptUserRunStateDeviceRunState.md index 0f29e0f5873c2..73c9f0ef791eb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceShellScriptUserRunStateDeviceRunState.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementDeviceShellScriptUserRunStateDeviceRunState.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementdeviceshellscriptuserrunstatedevicerunstate Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementDeviceShellScriptUserRunStateDeviceRunState --- @@ -27,7 +27,6 @@ Get-MgBetaDeviceManagementDeviceShellScriptUserRunStateDeviceRunState [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -38,7 +37,7 @@ Get-MgBetaDeviceManagementDeviceShellScriptUserRunStateDeviceRunState -DeviceShellScriptId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +47,7 @@ Get-MgBetaDeviceManagementDeviceShellScriptUserRunStateDeviceRunState -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementEmbeddedSimActivationCodePool.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementEmbeddedSimActivationCodePool.md index b4dc82c832b71..796d68a3410a4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementEmbeddedSimActivationCodePool.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementEmbeddedSimActivationCodePool.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementembeddedsimactivationcodepool Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementEmbeddedSimActivationCodePool --- @@ -25,7 +25,7 @@ Get-MgBetaDeviceManagementEmbeddedSimActivationCodePool [-ExpandProperty ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaDeviceManagementEmbeddedSimActivationCodePool -EmbeddedSimActivationCo [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -45,7 +45,7 @@ Get-MgBetaDeviceManagementEmbeddedSimActivationCodePool -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementEmbeddedSimActivationCodePoolAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementEmbeddedSimActivationCodePoolAssignment.md index f8f1e495c7d7c..13399797b610f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementEmbeddedSimActivationCodePoolAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementEmbeddedSimActivationCodePoolAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementembeddedsimactivationcodepoolassignment Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementEmbeddedSimActivationCodePoolAssignment --- @@ -26,7 +26,7 @@ Get-MgBetaDeviceManagementEmbeddedSimActivationCodePoolAssignment [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -37,7 +37,7 @@ Get-MgBetaDeviceManagementEmbeddedSimActivationCodePoolAssignment [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -47,7 +47,7 @@ Get-MgBetaDeviceManagementEmbeddedSimActivationCodePoolAssignment -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementEmbeddedSimActivationCodePoolAssignmentCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementEmbeddedSimActivationCodePoolAssignmentCount.md index b17765e502022..4eeb820a090d7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementEmbeddedSimActivationCodePoolAssignmentCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementEmbeddedSimActivationCodePoolAssignmentCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementembeddedsimactivationcodepoolassignmentcount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementEmbeddedSimActivationCodePoolAssignmentCount --- @@ -24,7 +24,7 @@ Get-MgBetaDeviceManagementEmbeddedSimActivationCodePoolAssignmentCount -EmbeddedSimActivationCodePoolId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaDeviceManagementEmbeddedSimActivationCodePoolAssignmentCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementEmbeddedSimActivationCodePoolCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementEmbeddedSimActivationCodePoolCount.md index 0fec74d8187e4..c965049ddea89 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementEmbeddedSimActivationCodePoolCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementEmbeddedSimActivationCodePoolCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementembeddedsimactivationcodepoolcount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementEmbeddedSimActivationCodePoolCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaDeviceManagementEmbeddedSimActivationCodePoolCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementEmbeddedSimActivationCodePoolDeviceState.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementEmbeddedSimActivationCodePoolDeviceState.md index 1ffb3717e41a3..c83e9e78ad4cd 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementEmbeddedSimActivationCodePoolDeviceState.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementEmbeddedSimActivationCodePoolDeviceState.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementembeddedsimactivationcodepooldevicestate Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementEmbeddedSimActivationCodePoolDeviceState --- @@ -26,7 +26,7 @@ Get-MgBetaDeviceManagementEmbeddedSimActivationCodePoolDeviceState [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -37,7 +37,7 @@ Get-MgBetaDeviceManagementEmbeddedSimActivationCodePoolDeviceState [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -47,7 +47,7 @@ Get-MgBetaDeviceManagementEmbeddedSimActivationCodePoolDeviceState -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementEmbeddedSimActivationCodePoolDeviceStateCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementEmbeddedSimActivationCodePoolDeviceStateCount.md index 12bc460fceb50..bcb53da433c0a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementEmbeddedSimActivationCodePoolDeviceStateCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementEmbeddedSimActivationCodePoolDeviceStateCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementembeddedsimactivationcodepooldevicestatecount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementEmbeddedSimActivationCodePoolDeviceStateCount --- @@ -24,7 +24,7 @@ Get-MgBetaDeviceManagementEmbeddedSimActivationCodePoolDeviceStateCount -EmbeddedSimActivationCodePoolId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaDeviceManagementEmbeddedSimActivationCodePoolDeviceStateCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementGroupPolicyConfiguration.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementGroupPolicyConfiguration.md index 0e1967acac4bf..e06f3cdf5cf21 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementGroupPolicyConfiguration.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementGroupPolicyConfiguration.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementgrouppolicyconfiguration Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementGroupPolicyConfiguration --- @@ -25,7 +25,7 @@ Get-MgBetaDeviceManagementGroupPolicyConfiguration [-ExpandProperty ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaDeviceManagementGroupPolicyConfiguration -GroupPolicyConfigurationId < [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -45,7 +45,7 @@ Get-MgBetaDeviceManagementGroupPolicyConfiguration -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementGroupPolicyConfigurationAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementGroupPolicyConfigurationAssignment.md index b10343e8cd2d5..95fb5fd50cbdf 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementGroupPolicyConfigurationAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementGroupPolicyConfigurationAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementgrouppolicyconfigurationassignment Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementGroupPolicyConfigurationAssignment --- @@ -26,7 +26,6 @@ Get-MgBetaDeviceManagementGroupPolicyConfigurationAssignment -GroupPolicyConfigu [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -37,7 +36,7 @@ Get-MgBetaDeviceManagementGroupPolicyConfigurationAssignment [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -47,7 +46,7 @@ Get-MgBetaDeviceManagementGroupPolicyConfigurationAssignment -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementGroupPolicyConfigurationAssignmentCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementGroupPolicyConfigurationAssignmentCount.md index bdd527059c472..2b856271e4e89 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementGroupPolicyConfigurationAssignmentCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementGroupPolicyConfigurationAssignmentCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementgrouppolicyconfigurationassignmentcount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementGroupPolicyConfigurationAssignmentCount --- @@ -24,7 +24,7 @@ Get-MgBetaDeviceManagementGroupPolicyConfigurationAssignmentCount -GroupPolicyConfigurationId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaDeviceManagementGroupPolicyConfigurationAssignmentCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementGroupPolicyConfigurationCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementGroupPolicyConfigurationCount.md index 629292a1b72f0..2054ca9d03ab7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementGroupPolicyConfigurationCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementGroupPolicyConfigurationCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementgrouppolicyconfigurationcount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementGroupPolicyConfigurationCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaDeviceManagementGroupPolicyConfigurationCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValue.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValue.md index b2c10c23e935d..af152140af344 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValue.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValue.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementgrouppolicyconfigurationdefinitionvalue Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValue --- @@ -26,7 +26,7 @@ Get-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValue [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -37,7 +37,7 @@ Get-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValue [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -47,7 +47,7 @@ Get-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValue -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValueCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValueCount.md index 0ceede290d186..e61156c138837 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValueCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValueCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementgrouppolicyconfigurationdefinitionvaluecount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValueCount --- @@ -24,7 +24,7 @@ Get-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValueCount -GroupPolicyConfigurationId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValueCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValueDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValueDefinition.md index fe7f89bbfa9a8..d5573e360c146 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValueDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValueDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementgrouppolicyconfigurationdefinitionvaluedefinition Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValueDefinition --- @@ -25,7 +25,7 @@ Get-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValueDefinition [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValueDefinition -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValuePresentationValue.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValuePresentationValue.md index 554a7eafdc931..cd71e06b68eca 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValuePresentationValue.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValuePresentationValue.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementgrouppolicyconfigurationdefinitionvaluepresentationvalue Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValuePresentationValue --- @@ -27,7 +27,6 @@ Get-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValuePresentationVal [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -38,7 +37,7 @@ Get-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValuePresentationVal -GroupPolicyPresentationValueId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +47,7 @@ Get-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValuePresentationVal -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementIntent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementIntent.md index 5828d6476a6fb..6ed02045050fb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementIntent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementIntent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementintent Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementIntent --- @@ -25,7 +25,7 @@ Get-MgBetaDeviceManagementIntent [-ExpandProperty ] [-Property ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -34,7 +34,7 @@ Get-MgBetaDeviceManagementIntent [-ExpandProperty ] [-Property [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -44,7 +44,7 @@ Get-MgBetaDeviceManagementIntent -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementIntentAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementIntentAssignment.md index 50431916c10a4..6f4d736f1e541 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementIntentAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementIntentAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementintentassignment Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementIntentAssignment --- @@ -26,7 +26,6 @@ Get-MgBetaDeviceManagementIntentAssignment -DeviceManagementIntentId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -36,7 +35,7 @@ Get-MgBetaDeviceManagementIntentAssignment -DeviceManagementIntentAssignmentId < -DeviceManagementIntentId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +45,7 @@ Get-MgBetaDeviceManagementIntentAssignment -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementIntentAssignmentCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementIntentAssignmentCount.md index 78b2a54fdac08..7a3619002aa97 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementIntentAssignmentCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementIntentAssignmentCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementintentassignmentcount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementIntentAssignmentCount --- @@ -24,7 +24,7 @@ Get-MgBetaDeviceManagementIntentAssignmentCount -DeviceManagementIntentId ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaDeviceManagementIntentAssignmentCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementIntentCategory.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementIntentCategory.md index 9d2c26579c1d7..3924ac97432fa 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementIntentCategory.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementIntentCategory.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementintentcategory Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementIntentCategory --- @@ -26,7 +26,6 @@ Get-MgBetaDeviceManagementIntentCategory -DeviceManagementIntentId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -36,7 +35,7 @@ Get-MgBetaDeviceManagementIntentCategory -DeviceManagementIntentId -DeviceManagementIntentSettingCategoryId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +45,7 @@ Get-MgBetaDeviceManagementIntentCategory -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementIntentCategoryCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementIntentCategoryCount.md index 793188b10c31f..5e85e79dd65fa 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementIntentCategoryCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementIntentCategoryCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementintentcategorycount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementIntentCategoryCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaDeviceManagementIntentCategoryCount -DeviceManagementIntentId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -33,7 +33,7 @@ Get-MgBetaDeviceManagementIntentCategoryCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementIntentCategorySetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementIntentCategorySetting.md index 2e6e5bd412440..7e74269a1022b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementIntentCategorySetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementIntentCategorySetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementintentcategorysetting Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementIntentCategorySetting --- @@ -26,7 +26,7 @@ Get-MgBetaDeviceManagementIntentCategorySetting -DeviceManagementIntentId ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -37,7 +37,7 @@ Get-MgBetaDeviceManagementIntentCategorySetting -DeviceManagementIntentId ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -47,7 +47,7 @@ Get-MgBetaDeviceManagementIntentCategorySetting -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementIntentCategorySettingCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementIntentCategorySettingCount.md index a0574b5b329ea..ce30e25e065f3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementIntentCategorySettingCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementIntentCategorySettingCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementintentcategorysettingcount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementIntentCategorySettingCount --- @@ -24,7 +24,7 @@ Get-MgBetaDeviceManagementIntentCategorySettingCount -DeviceManagementIntentId < -DeviceManagementIntentSettingCategoryId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaDeviceManagementIntentCategorySettingCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementIntentCategorySettingDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementIntentCategorySettingDefinition.md index 11ebd612c9ab8..3eecf780f5d9a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementIntentCategorySettingDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementIntentCategorySettingDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementintentcategorysettingdefinition Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementIntentCategorySettingDefinition --- @@ -26,7 +26,7 @@ Get-MgBetaDeviceManagementIntentCategorySettingDefinition -DeviceManagementInten [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -37,7 +37,7 @@ Get-MgBetaDeviceManagementIntentCategorySettingDefinition -DeviceManagementInten [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -47,7 +47,7 @@ Get-MgBetaDeviceManagementIntentCategorySettingDefinition -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementIntentCategorySettingDefinitionCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementIntentCategorySettingDefinitionCount.md index 80be9b17604ea..8274f1898ae27 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementIntentCategorySettingDefinitionCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementIntentCategorySettingDefinitionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementintentcategorysettingdefinitioncount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementIntentCategorySettingDefinitionCount --- @@ -24,7 +24,7 @@ Get-MgBetaDeviceManagementIntentCategorySettingDefinitionCount -DeviceManagement -DeviceManagementIntentSettingCategoryId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaDeviceManagementIntentCategorySettingDefinitionCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementIntentCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementIntentCount.md index 8e0a00421f770..7e8ea738935d2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementIntentCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementIntentCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementintentcount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementIntentCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaDeviceManagementIntentCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementIntentCustomizedSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementIntentCustomizedSetting.md index 36c2168d24b38..4247c35875985 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementIntentCustomizedSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementIntentCustomizedSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementintentcustomizedsetting Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementIntentCustomizedSetting --- @@ -24,7 +24,7 @@ Get-MgBetaDeviceManagementIntentCustomizedSetting -DeviceManagementIntentId ] [-Search ] [-Skip ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaDeviceManagementIntentCustomizedSetting -InputObject ] [-Search ] [-Skip ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementIntentDeviceSettingStateSummary.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementIntentDeviceSettingStateSummary.md index 63492f4232f50..b0ae877ab96eb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementIntentDeviceSettingStateSummary.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementIntentDeviceSettingStateSummary.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementintentdevicesettingstatesummary Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementIntentDeviceSettingStateSummary --- @@ -26,7 +26,6 @@ Get-MgBetaDeviceManagementIntentDeviceSettingStateSummary -DeviceManagementInten [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -37,7 +36,7 @@ Get-MgBetaDeviceManagementIntentDeviceSettingStateSummary [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -47,7 +46,7 @@ Get-MgBetaDeviceManagementIntentDeviceSettingStateSummary -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementIntentDeviceSettingStateSummaryCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementIntentDeviceSettingStateSummaryCount.md index bbb09ec7b8d19..6dd93cf87434d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementIntentDeviceSettingStateSummaryCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementIntentDeviceSettingStateSummaryCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementintentdevicesettingstatesummarycount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementIntentDeviceSettingStateSummaryCount --- @@ -24,7 +24,7 @@ Get-MgBetaDeviceManagementIntentDeviceSettingStateSummaryCount -DeviceManagement [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaDeviceManagementIntentDeviceSettingStateSummaryCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementIntentDeviceState.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementIntentDeviceState.md index 3d15696fd84d2..f26f2e36dab53 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementIntentDeviceState.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementIntentDeviceState.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementintentdevicestate Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementIntentDeviceState --- @@ -26,7 +26,6 @@ Get-MgBetaDeviceManagementIntentDeviceState -DeviceManagementIntentId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -36,7 +35,7 @@ Get-MgBetaDeviceManagementIntentDeviceState -DeviceManagementIntentDeviceStateId -DeviceManagementIntentId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +45,7 @@ Get-MgBetaDeviceManagementIntentDeviceState -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementIntentDeviceStateCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementIntentDeviceStateCount.md index ac142564dd000..6b418c5a6ab66 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementIntentDeviceStateCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementIntentDeviceStateCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementintentdevicestatecount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementIntentDeviceStateCount --- @@ -24,7 +24,7 @@ Get-MgBetaDeviceManagementIntentDeviceStateCount -DeviceManagementIntentId ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaDeviceManagementIntentDeviceStateCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementIntentDeviceStateSummary.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementIntentDeviceStateSummary.md index 49d9a40916a3a..f699b4b2581d5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementIntentDeviceStateSummary.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementIntentDeviceStateSummary.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementintentdevicestatesummary Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementIntentDeviceStateSummary --- @@ -24,7 +24,7 @@ Get-MgBetaDeviceManagementIntentDeviceStateSummary -DeviceManagementIntentId ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaDeviceManagementIntentDeviceStateSummary -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementIntentSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementIntentSetting.md index a30d5bc119a06..03622fd500705 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementIntentSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementIntentSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementintentsetting Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementIntentSetting --- @@ -26,7 +26,6 @@ Get-MgBetaDeviceManagementIntentSetting -DeviceManagementIntentId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -36,7 +35,7 @@ Get-MgBetaDeviceManagementIntentSetting -DeviceManagementIntentId -DeviceManagementSettingInstanceId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +45,7 @@ Get-MgBetaDeviceManagementIntentSetting -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementIntentSettingCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementIntentSettingCount.md index d0634fc890f12..2cb5f86ec2eb8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementIntentSettingCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementIntentSettingCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementintentsettingcount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementIntentSettingCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaDeviceManagementIntentSettingCount -DeviceManagementIntentId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -33,7 +33,7 @@ Get-MgBetaDeviceManagementIntentSettingCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementIntentUserState.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementIntentUserState.md index 11119db274994..10dd6c2c61edf 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementIntentUserState.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementIntentUserState.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementintentuserstate Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementIntentUserState --- @@ -26,7 +26,6 @@ Get-MgBetaDeviceManagementIntentUserState -DeviceManagementIntentId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -36,7 +35,7 @@ Get-MgBetaDeviceManagementIntentUserState -DeviceManagementIntentId -DeviceManagementIntentUserStateId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +45,7 @@ Get-MgBetaDeviceManagementIntentUserState -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementIntentUserStateCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementIntentUserStateCount.md index f608cb45df7dd..57e125ef58f15 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementIntentUserStateCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementIntentUserStateCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementintentuserstatecount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementIntentUserStateCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaDeviceManagementIntentUserStateCount -DeviceManagementIntentId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -33,7 +33,7 @@ Get-MgBetaDeviceManagementIntentUserStateCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementIntentUserStateSummary.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementIntentUserStateSummary.md index 722ad03ac3d2e..a46ef398ff12a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementIntentUserStateSummary.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementIntentUserStateSummary.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementintentuserstatesummary Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementIntentUserStateSummary --- @@ -24,7 +24,7 @@ Get-MgBetaDeviceManagementIntentUserStateSummary -DeviceManagementIntentId ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaDeviceManagementIntentUserStateSummary -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummary.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummary.md index 737fb7afe6d49..9f48ef1437f6f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummary.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummary.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementmacossoftwareupdateaccountsummary Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummary --- @@ -25,7 +25,7 @@ Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummary [-ExpandProperty ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummary -MacOSSoftwareUpdateAccountSummaryId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -45,7 +45,7 @@ Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummary -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummary.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummary.md index 1118e91f60ff6..8d711e8cc4aab 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummary.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummary.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementmacossoftwareupdateaccountsummarycategorysummary Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummary --- @@ -26,7 +26,7 @@ Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummary [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -37,7 +37,7 @@ Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummary [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -47,7 +47,7 @@ Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummary -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryCount.md index 188797ccfb6d0..fc01062e4ccb6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementmacossoftwareupdateaccountsummarycategorysummarycount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryCount --- @@ -24,7 +24,7 @@ Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryCount -MacOSSoftwareUpdateAccountSummaryId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryUpdateStateSummary.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryUpdateStateSummary.md index 2a9e3b92d8966..b2fa298c4698c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryUpdateStateSummary.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryUpdateStateSummary.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementmacossoftwareupdateaccountsummarycategorysummaryupdatestatesummary Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryUpdateStateSummary --- @@ -27,7 +27,6 @@ Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryUpdate [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -38,7 +37,7 @@ Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryUpdate -MacOSSoftwareUpdateStateSummaryId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +47,7 @@ Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryUpdate -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryUpdateStateSummaryCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryUpdateStateSummaryCount.md index 2762db481a4f2..13fa0d5d045d8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryUpdateStateSummaryCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryUpdateStateSummaryCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementmacossoftwareupdateaccountsummarycategorysummaryupdatestatesummarycount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryUpdateStateSummaryCount --- @@ -25,7 +25,7 @@ Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryUpdate [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryUpdate -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCount.md index dbb1e87bc12b2..939a400fb0594 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementmacossoftwareupdateaccountsummarycount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementManagedDevice.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementManagedDevice.md index aa5be1d00a888..cf3983c586b7f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementManagedDevice.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementManagedDevice.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementmanageddevice Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementManagedDevice --- @@ -28,7 +28,7 @@ Get-MgBetaDeviceManagementManagedDevice [-ExpandProperty ] [-Property [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -37,7 +37,7 @@ Get-MgBetaDeviceManagementManagedDevice [-ExpandProperty ] [-Property Get-MgBetaDeviceManagementManagedDevice -ManagedDeviceId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -47,7 +47,7 @@ Get-MgBetaDeviceManagementManagedDevice -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -63,9 +63,9 @@ The list of managed devices. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | DeviceManagementManagedDevices.Read.All, DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementConfiguration.Read.All, | +| Delegated (work or school account) | DeviceManagementManagedDevices.Read.All, DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementManagedDevices.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | DeviceManagementManagedDevices.Read.All, DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementConfiguration.Read.All, | +| Application | DeviceManagementManagedDevices.Read.All, DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementManagedDevices.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementManagedDeviceAssignmentFilterEvaluationStatusDetail.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementManagedDeviceAssignmentFilterEvaluationStatusDetail.md index 8464d8b5202f2..eb8c3d3a60ffa 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementManagedDeviceAssignmentFilterEvaluationStatusDetail.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementManagedDeviceAssignmentFilterEvaluationStatusDetail.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementmanageddeviceassignmentfilterevaluationstatusdetail Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementManagedDeviceAssignmentFilterEvaluationStatusDetail --- @@ -26,7 +26,7 @@ Get-MgBetaDeviceManagementManagedDeviceAssignmentFilterEvaluationStatusDetail [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -37,7 +37,7 @@ Get-MgBetaDeviceManagementManagedDeviceAssignmentFilterEvaluationStatusDetail [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -47,7 +47,7 @@ Get-MgBetaDeviceManagementManagedDeviceAssignmentFilterEvaluationStatusDetail -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementManagedDeviceAssignmentFilterEvaluationStatusDetailCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementManagedDeviceAssignmentFilterEvaluationStatusDetailCount.md index 049d3eada2ba1..05171dbd7cac4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementManagedDeviceAssignmentFilterEvaluationStatusDetailCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementManagedDeviceAssignmentFilterEvaluationStatusDetailCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementmanageddeviceassignmentfilterevaluationstatusdetailcount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementManagedDeviceAssignmentFilterEvaluationStatusDetailCount --- @@ -24,7 +24,7 @@ Get-MgBetaDeviceManagementManagedDeviceAssignmentFilterEvaluationStatusDetailCou -ManagedDeviceId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaDeviceManagementManagedDeviceAssignmentFilterEvaluationStatusDetailCou -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementManagedDeviceCategory.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementManagedDeviceCategory.md index 046fd13d1ed4e..4785da282be99 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementManagedDeviceCategory.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementManagedDeviceCategory.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementmanageddevicecategory Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementManagedDeviceCategory --- @@ -27,7 +27,7 @@ Get-MgBetaDeviceManagementManagedDeviceCategory -ManagedDeviceId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaDeviceManagementManagedDeviceCategory -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementManagedDeviceCategoryByRef.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementManagedDeviceCategoryByRef.md index fccf8154c822b..20f62f7bbd6b6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementManagedDeviceCategoryByRef.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementManagedDeviceCategoryByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementmanageddevicecategorybyref Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementManagedDeviceCategoryByRef --- @@ -26,7 +26,7 @@ Device category Get-MgBetaDeviceManagementManagedDeviceCategoryByRef -ManagedDeviceId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaDeviceManagementManagedDeviceCategoryByRef -ManagedDeviceId Get-MgBetaDeviceManagementManagedDeviceCategoryByRef -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementManagedDeviceCleanupRule.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementManagedDeviceCleanupRule.md index 14c5dc4f94bc2..825a4465613fe 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementManagedDeviceCleanupRule.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementManagedDeviceCleanupRule.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementmanageddevicecleanuprule Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementManagedDeviceCleanupRule --- @@ -25,7 +25,7 @@ Get-MgBetaDeviceManagementManagedDeviceCleanupRule [-ExpandProperty ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaDeviceManagementManagedDeviceCleanupRule -ManagedDeviceCleanupRuleId < [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -45,7 +45,7 @@ Get-MgBetaDeviceManagementManagedDeviceCleanupRule -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementManagedDeviceCleanupRuleCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementManagedDeviceCleanupRuleCount.md index 3fef5e794e5c7..49642ca0a9b01 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementManagedDeviceCleanupRuleCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementManagedDeviceCleanupRuleCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementmanageddevicecleanuprulecount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementManagedDeviceCleanupRuleCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaDeviceManagementManagedDeviceCleanupRuleCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementManagedDeviceCompliancePolicyState.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementManagedDeviceCompliancePolicyState.md index 8a49353e499ba..8688e1b87bfca 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementManagedDeviceCompliancePolicyState.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementManagedDeviceCompliancePolicyState.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementmanageddevicecompliancepolicystate Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementManagedDeviceCompliancePolicyState --- @@ -29,7 +29,6 @@ Get-MgBetaDeviceManagementManagedDeviceCompliancePolicyState -ManagedDeviceId ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -39,7 +38,7 @@ Get-MgBetaDeviceManagementManagedDeviceCompliancePolicyState -DeviceCompliancePo -ManagedDeviceId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -49,7 +48,7 @@ Get-MgBetaDeviceManagementManagedDeviceCompliancePolicyState -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementManagedDeviceCompliancePolicyStateCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementManagedDeviceCompliancePolicyStateCount.md index 64643d136256c..aa49186114dcc 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementManagedDeviceCompliancePolicyStateCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementManagedDeviceCompliancePolicyStateCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementmanageddevicecompliancepolicystatecount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementManagedDeviceCompliancePolicyStateCount --- @@ -27,7 +27,7 @@ Get-MgBetaDeviceManagementManagedDeviceCompliancePolicyStateCount -ManagedDevice [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaDeviceManagementManagedDeviceCompliancePolicyStateCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementManagedDeviceConfigurationState.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementManagedDeviceConfigurationState.md index 9252b31f00d16..60f3d71288c3e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementManagedDeviceConfigurationState.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementManagedDeviceConfigurationState.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementmanageddeviceconfigurationstate Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementManagedDeviceConfigurationState --- @@ -29,7 +29,6 @@ Get-MgBetaDeviceManagementManagedDeviceConfigurationState -ManagedDeviceId ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -39,7 +38,7 @@ Get-MgBetaDeviceManagementManagedDeviceConfigurationState -DeviceConfigurationSt -ManagedDeviceId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -49,7 +48,7 @@ Get-MgBetaDeviceManagementManagedDeviceConfigurationState -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementManagedDeviceConfigurationStateCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementManagedDeviceConfigurationStateCount.md index 37e3294870a3f..06e9448dbd2fb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementManagedDeviceConfigurationStateCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementManagedDeviceConfigurationStateCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementmanageddeviceconfigurationstatecount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementManagedDeviceConfigurationStateCount --- @@ -27,7 +27,7 @@ Get-MgBetaDeviceManagementManagedDeviceConfigurationStateCount -ManagedDeviceId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaDeviceManagementManagedDeviceConfigurationStateCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementManagedDeviceCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementManagedDeviceCount.md index 0e0b4d3498578..4c5fc3f00978b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementManagedDeviceCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementManagedDeviceCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementmanageddevicecount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementManagedDeviceCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaDeviceManagementManagedDeviceCount [-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) | DeviceManagementManagedDevices.Read.All, DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementConfiguration.Read.All, | +| Delegated (work or school account) | DeviceManagementManagedDevices.Read.All, DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementManagedDevices.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | DeviceManagementManagedDevices.Read.All, DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementConfiguration.Read.All, | +| Application | DeviceManagementManagedDevices.Read.All, DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementManagedDevices.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementManagedDeviceDetectedApp.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementManagedDeviceDetectedApp.md index fbea8e90ada4f..b3a9e7a5d0ee4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementManagedDeviceDetectedApp.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementManagedDeviceDetectedApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementmanageddevicedetectedapp Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementManagedDeviceDetectedApp --- @@ -26,7 +26,6 @@ Get-MgBetaDeviceManagementManagedDeviceDetectedApp -ManagedDeviceId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -36,7 +35,7 @@ Get-MgBetaDeviceManagementManagedDeviceDetectedApp -DetectedAppId -Mana [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +45,7 @@ Get-MgBetaDeviceManagementManagedDeviceDetectedApp -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementManagedDeviceDetectedAppCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementManagedDeviceDetectedAppCount.md index aba720d029396..e8f9881fe80e9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementManagedDeviceDetectedAppCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementManagedDeviceDetectedAppCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementmanageddevicedetectedappcount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementManagedDeviceDetectedAppCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaDeviceManagementManagedDeviceDetectedAppCount -ManagedDeviceId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -33,7 +33,7 @@ Get-MgBetaDeviceManagementManagedDeviceDetectedAppCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementManagedDeviceEncryptionState.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementManagedDeviceEncryptionState.md index 725bd424903a0..a5887e5bd5a05 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementManagedDeviceEncryptionState.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementManagedDeviceEncryptionState.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementmanageddeviceencryptionstate Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementManagedDeviceEncryptionState --- @@ -25,7 +25,7 @@ Get-MgBetaDeviceManagementManagedDeviceEncryptionState [-ExpandProperty ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaDeviceManagementManagedDeviceEncryptionState -ManagedDeviceEncryptionS [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -45,7 +45,7 @@ Get-MgBetaDeviceManagementManagedDeviceEncryptionState -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementManagedDeviceEncryptionStateCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementManagedDeviceEncryptionStateCount.md index eb790d862501e..2ff902eb03f12 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementManagedDeviceEncryptionStateCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementManagedDeviceEncryptionStateCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementmanageddeviceencryptionstatecount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementManagedDeviceEncryptionStateCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaDeviceManagementManagedDeviceEncryptionStateCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementManagedDeviceFileVaultKey.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementManagedDeviceFileVaultKey.md index b2ec9f5d6d400..0f44c7ba52a80 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementManagedDeviceFileVaultKey.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementManagedDeviceFileVaultKey.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementmanageddevicefilevaultkey Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementManagedDeviceFileVaultKey --- @@ -23,7 +23,7 @@ Invoke function getFileVaultKey Get-MgBetaDeviceManagementManagedDeviceFileVaultKey -ManagedDeviceId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -32,7 +32,7 @@ Get-MgBetaDeviceManagementManagedDeviceFileVaultKey -ManagedDeviceId Get-MgBetaDeviceManagementManagedDeviceFileVaultKey -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -48,9 +48,9 @@ Invoke function getFileVaultKey | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementConfiguration.ReadWrite.All, | +| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementManagedDevices.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | DeviceManagementConfiguration.Read.All, DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementConfiguration.ReadWrite.All, | +| Application | DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementManagedDevices.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementManagedDeviceHealthScriptState.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementManagedDeviceHealthScriptState.md index ec1e0d3c35d0d..f3833386b0f14 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementManagedDeviceHealthScriptState.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementManagedDeviceHealthScriptState.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementmanageddevicehealthscriptstate Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementManagedDeviceHealthScriptState --- @@ -28,7 +28,6 @@ Get-MgBetaDeviceManagementManagedDeviceHealthScriptState -ManagedDeviceId ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -38,7 +37,7 @@ Get-MgBetaDeviceManagementManagedDeviceHealthScriptState -DeviceId -Id -ManagedDeviceId -PolicyId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +47,7 @@ Get-MgBetaDeviceManagementManagedDeviceHealthScriptState -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementManagedDeviceHealthScriptStateCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementManagedDeviceHealthScriptStateCount.md index 733e12d9b8302..313747683fd1b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementManagedDeviceHealthScriptStateCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementManagedDeviceHealthScriptStateCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementmanageddevicehealthscriptstatecount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementManagedDeviceHealthScriptStateCount --- @@ -24,7 +24,7 @@ Get-MgBetaDeviceManagementManagedDeviceHealthScriptStateCount -ManagedDeviceId < [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaDeviceManagementManagedDeviceHealthScriptStateCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementManagedDeviceLocalAdminAccountDetail.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementManagedDeviceLocalAdminAccountDetail.md new file mode 100644 index 0000000000000..80795b4a1ce5a --- /dev/null +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementManagedDeviceLocalAdminAccountDetail.md @@ -0,0 +1,427 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementmanageddevicelocaladminaccountdetail +Locale: en-US +Module Name: Microsoft.Graph.Beta.DeviceManagement +ms.date: 07/10/2026 +PlatyPS schema version: 2024-05-01 +title: Get-MgBetaDeviceManagementManagedDeviceLocalAdminAccountDetail +--- + +# Get-MgBetaDeviceManagementManagedDeviceLocalAdminAccountDetail + +## SYNOPSIS + +Invoke function retrieveDeviceLocalAdminAccountDetail + +## SYNTAX + +### Retrieve (Default) + +``` +Get-MgBetaDeviceManagementManagedDeviceLocalAdminAccountDetail -ManagedDeviceId + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] +``` + +### RetrieveViaIdentity + +``` +Get-MgBetaDeviceManagementManagedDeviceLocalAdminAccountDetail + -InputObject [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Invoke function retrieveDeviceLocalAdminAccountDetail + +## 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: '' +``` + +### -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.IDeviceManagementIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: RetrieveViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ManagedDeviceId + +The unique identifier of managedDevice + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Retrieve + Position: Named + IsRequired: true + 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 + +### Microsoft.Graph.Beta.PowerShell.Models.IDeviceManagementIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### System.DateTime + +{{ 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 + [AdvancedThreatProtectionOnboardingDeviceSettingStateId ]: The unique identifier of advancedThreatProtectionOnboardingDeviceSettingState + [AlertRecordId ]: The unique identifier of alertRecord + [AlertRuleId ]: The unique identifier of alertRule + [AndroidForWorkAppConfigurationSchemaId ]: The unique identifier of androidForWorkAppConfigurationSchema + [AndroidManagedStoreAppConfigurationSchemaId ]: The unique identifier of androidManagedStoreAppConfigurationSchema + [AppLogCollectionRequestId ]: The unique identifier of appLogCollectionRequest + [AssignmentFilterEvaluationStatusDetailsId ]: The unique identifier of assignmentFilterEvaluationStatusDetails + [BrowserSharedCookieId ]: The unique identifier of browserSharedCookie + [BrowserSiteId ]: The unique identifier of browserSite + [BrowserSiteListId ]: The unique identifier of browserSiteList + [DataSharingConsentId ]: The unique identifier of dataSharingConsent + [DetectedAppId ]: The unique identifier of detectedApp + [DeviceAndAppManagementAssignmentFilterId ]: The unique identifier of deviceAndAppManagementAssignmentFilter + [DeviceCategoryId ]: The unique identifier of deviceCategory + [DeviceComplianceActionItemId ]: The unique identifier of deviceComplianceActionItem + [DeviceComplianceDeviceStatusId ]: The unique identifier of deviceComplianceDeviceStatus + [DeviceCompliancePolicyAssignmentId ]: The unique identifier of deviceCompliancePolicyAssignment + [DeviceCompliancePolicyId ]: The unique identifier of deviceCompliancePolicy + [DeviceCompliancePolicySettingStateSummaryId ]: The unique identifier of deviceCompliancePolicySettingStateSummary + [DeviceCompliancePolicyStateId ]: The unique identifier of deviceCompliancePolicyState + [DeviceComplianceScheduledActionForRuleId ]: The unique identifier of deviceComplianceScheduledActionForRule + [DeviceComplianceSettingStateId ]: The unique identifier of deviceComplianceSettingState + [DeviceComplianceUserStatusId ]: The unique identifier of deviceComplianceUserStatus + [DeviceConfigurationAssignmentId ]: The unique identifier of deviceConfigurationAssignment + [DeviceConfigurationConflictSummaryId ]: The unique identifier of deviceConfigurationConflictSummary + [DeviceConfigurationDeviceStatusId ]: The unique identifier of deviceConfigurationDeviceStatus + [DeviceConfigurationGroupAssignmentId ]: The unique identifier of deviceConfigurationGroupAssignment + [DeviceConfigurationId ]: The unique identifier of deviceConfiguration + [DeviceConfigurationStateId ]: The unique identifier of deviceConfigurationState + [DeviceConfigurationUserStatusId ]: The unique identifier of deviceConfigurationUserStatus + [DeviceHealthScriptAssignmentId ]: The unique identifier of deviceHealthScriptAssignment + [DeviceHealthScriptDeviceStateId ]: The unique identifier of deviceHealthScriptDeviceState + [DeviceHealthScriptId ]: The unique identifier of deviceHealthScript + [DeviceId ]: Property in multi-part unique identifier of deviceHealthScriptPolicyState + [DeviceLogCollectionResponseId ]: The unique identifier of deviceLogCollectionResponse + [DeviceManagementComplianceActionItemId ]: The unique identifier of deviceManagementComplianceActionItem + [DeviceManagementCompliancePolicyId ]: The unique identifier of deviceManagementCompliancePolicy + [DeviceManagementComplianceScheduledActionForRuleId ]: The unique identifier of deviceManagementComplianceScheduledActionForRule + [DeviceManagementConfigurationPolicyAssignmentId ]: The unique identifier of deviceManagementConfigurationPolicyAssignment + [DeviceManagementConfigurationPolicyId ]: The unique identifier of deviceManagementConfigurationPolicy + [DeviceManagementConfigurationPolicyTemplateId ]: The unique identifier of deviceManagementConfigurationPolicyTemplate + [DeviceManagementConfigurationSettingDefinitionId ]: The unique identifier of deviceManagementConfigurationSettingDefinition + [DeviceManagementConfigurationSettingId ]: The unique identifier of deviceManagementConfigurationSetting + [DeviceManagementConfigurationSettingTemplateId ]: The unique identifier of deviceManagementConfigurationSettingTemplate + [DeviceManagementDerivedCredentialSettingsId ]: The unique identifier of deviceManagementDerivedCredentialSettings + [DeviceManagementIntentAssignmentId ]: The unique identifier of deviceManagementIntentAssignment + [DeviceManagementIntentDeviceSettingStateSummaryId ]: The unique identifier of deviceManagementIntentDeviceSettingStateSummary + [DeviceManagementIntentDeviceStateId ]: The unique identifier of deviceManagementIntentDeviceState + [DeviceManagementIntentId ]: The unique identifier of deviceManagementIntent + [DeviceManagementIntentSettingCategoryId ]: The unique identifier of deviceManagementIntentSettingCategory + [DeviceManagementIntentUserStateId ]: The unique identifier of deviceManagementIntentUserState + [DeviceManagementResourceAccessProfileAssignmentId ]: The unique identifier of deviceManagementResourceAccessProfileAssignment + [DeviceManagementResourceAccessProfileBaseId ]: The unique identifier of deviceManagementResourceAccessProfileBase + [DeviceManagementScriptAssignmentId ]: The unique identifier of deviceManagementScriptAssignment + [DeviceManagementScriptDeviceStateId ]: The unique identifier of deviceManagementScriptDeviceState + [DeviceManagementScriptGroupAssignmentId ]: The unique identifier of deviceManagementScriptGroupAssignment + [DeviceManagementScriptId ]: The unique identifier of deviceManagementScript + [DeviceManagementScriptUserStateId ]: The unique identifier of deviceManagementScriptUserState + [DeviceManagementSettingCategoryId ]: The unique identifier of deviceManagementSettingCategory + [DeviceManagementSettingDefinitionId ]: The unique identifier of deviceManagementSettingDefinition + [DeviceManagementSettingInstanceId ]: The unique identifier of deviceManagementSettingInstance + [DeviceManagementTemplateId ]: The unique identifier of deviceManagementTemplate + [DeviceManagementTemplateId1 ]: The unique identifier of deviceManagementTemplate + [DeviceManagementTemplateSettingCategoryId ]: The unique identifier of deviceManagementTemplateSettingCategory + [DeviceManagementTroubleshootingEventId ]: The unique identifier of deviceManagementTroubleshootingEvent + [DeviceShellScriptId ]: The unique identifier of deviceShellScript + [EmbeddedSimActivationCodePoolAssignmentId ]: The unique identifier of embeddedSIMActivationCodePoolAssignment + [EmbeddedSimActivationCodePoolId ]: The unique identifier of embeddedSIMActivationCodePool + [EmbeddedSimDeviceStateId ]: The unique identifier of embeddedSIMDeviceState + [GroupPolicyConfigurationAssignmentId ]: The unique identifier of groupPolicyConfigurationAssignment + [GroupPolicyConfigurationId ]: The unique identifier of groupPolicyConfiguration + [GroupPolicyDefinitionValueId ]: The unique identifier of groupPolicyDefinitionValue + [GroupPolicyPresentationValueId ]: The unique identifier of groupPolicyPresentationValue + [Id ]: Property in multi-part unique identifier of deviceHealthScriptPolicyState + [LocalizedNotificationMessageId ]: The unique identifier of localizedNotificationMessage + [MacOSSoftwareUpdateAccountSummaryId ]: The unique identifier of macOSSoftwareUpdateAccountSummary + [MacOSSoftwareUpdateCategorySummaryId ]: The unique identifier of macOSSoftwareUpdateCategorySummary + [MacOSSoftwareUpdateStateSummaryId ]: The unique identifier of macOSSoftwareUpdateStateSummary + [MalwareStateForWindowsDeviceId ]: The unique identifier of malwareStateForWindowsDevice + [ManagedDeviceCleanupRuleId ]: The unique identifier of managedDeviceCleanupRule + [ManagedDeviceEncryptionStateId ]: The unique identifier of managedDeviceEncryptionState + [ManagedDeviceId ]: The unique identifier of managedDevice + [ManagedDeviceMobileAppConfigurationStateId ]: The unique identifier of managedDeviceMobileAppConfigurationState + [ManagedDeviceWindowsOperatingSystemImageId ]: The unique identifier of managedDeviceWindowsOperatingSystemImage + [MicrosoftTunnelConfigurationId ]: The unique identifier of microsoftTunnelConfiguration + [MicrosoftTunnelHealthThresholdId ]: The unique identifier of microsoftTunnelHealthThreshold + [MicrosoftTunnelServerId ]: The unique identifier of microsoftTunnelServer + [MicrosoftTunnelServerLogCollectionResponseId ]: The unique identifier of microsoftTunnelServerLogCollectionResponse + [MicrosoftTunnelSiteId ]: The unique identifier of microsoftTunnelSite + [MobileAppTroubleshootingEventId ]: The unique identifier of mobileAppTroubleshootingEvent + [NotificationMessageTemplateId ]: The unique identifier of notificationMessageTemplate + [Platform ]: Usage: platform='{platform}' + [PolicyId ]: Property in multi-part unique identifier of deviceHealthScriptPolicyState + [RemoteActionAuditId ]: The unique identifier of remoteActionAudit + [SecretReferenceValueId ]: Usage: secretReferenceValueId='{secretReferenceValueId}' + [SecurityBaselineSettingStateId ]: The unique identifier of securityBaselineSettingState + [SecurityBaselineStateId ]: The unique identifier of securityBaselineState + [SettingStateDeviceSummaryId ]: The unique identifier of settingStateDeviceSummary + [TemplateId ]: Usage: templateId='{templateId}' + [Upn ]: Usage: upn='{upn}' + [UserPrincipalName ]: Usage: userPrincipalName='{userPrincipalName}' + [WindowsDeviceMalwareStateId ]: The unique identifier of windowsDeviceMalwareState + [WindowsInformationProtectionAppLearningSummaryId ]: The unique identifier of windowsInformationProtectionAppLearningSummary + [WindowsInformationProtectionNetworkLearningSummaryId ]: The unique identifier of windowsInformationProtectionNetworkLearningSummary + [WindowsMalwareInformationId ]: The unique identifier of windowsMalwareInformation + [WindowsQualityUpdateProfileAssignmentId ]: The unique identifier of windowsQualityUpdateProfileAssignment + [WindowsQualityUpdateProfileId ]: The unique identifier of windowsQualityUpdateProfile + + +## RELATED LINKS + +- [Get-MgBetaDeviceManagementManagedDeviceLocalAdminAccountDetail](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementmanageddevicelocaladminaccountdetail) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementManagedDeviceLogCollectionRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementManagedDeviceLogCollectionRequest.md index 4803e624ba8d0..f64549ff14778 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementManagedDeviceLogCollectionRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementManagedDeviceLogCollectionRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementmanageddevicelogcollectionrequest Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementManagedDeviceLogCollectionRequest --- @@ -29,7 +29,6 @@ Get-MgBetaDeviceManagementManagedDeviceLogCollectionRequest -ManagedDeviceId ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -39,7 +38,7 @@ Get-MgBetaDeviceManagementManagedDeviceLogCollectionRequest -DeviceLogCollection -ManagedDeviceId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -49,7 +48,7 @@ Get-MgBetaDeviceManagementManagedDeviceLogCollectionRequest -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementManagedDeviceLogCollectionRequestCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementManagedDeviceLogCollectionRequestCount.md index b33837e69dad3..b17179873f33c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementManagedDeviceLogCollectionRequestCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementManagedDeviceLogCollectionRequestCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementmanageddevicelogcollectionrequestcount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementManagedDeviceLogCollectionRequestCount --- @@ -27,7 +27,7 @@ Get-MgBetaDeviceManagementManagedDeviceLogCollectionRequestCount -ManagedDeviceI [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaDeviceManagementManagedDeviceLogCollectionRequestCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementManagedDeviceMacOSManagedDeviceLocalAdminAccountDetail.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementManagedDeviceMacOSManagedDeviceLocalAdminAccountDetail.md index 8823760f82086..6e84747f96172 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementManagedDeviceMacOSManagedDeviceLocalAdminAccountDetail.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementManagedDeviceMacOSManagedDeviceLocalAdminAccountDetail.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementmanageddevicemacosmanageddevicelocaladminaccountdetail Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementManagedDeviceMacOSManagedDeviceLocalAdminAccountDetail --- @@ -23,7 +23,7 @@ Invoke function retrieveMacOSManagedDeviceLocalAdminAccountDetail Get-MgBetaDeviceManagementManagedDeviceMacOSManagedDeviceLocalAdminAccountDetail -ManagedDeviceId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### RetrieveViaIdentity @@ -33,7 +33,7 @@ Get-MgBetaDeviceManagementManagedDeviceMacOSManagedDeviceLocalAdminAccountDetail -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementManagedDeviceMobileAppConfigurationState.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementManagedDeviceMobileAppConfigurationState.md index 014089a8fbb86..e8ca830eba972 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementManagedDeviceMobileAppConfigurationState.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementManagedDeviceMobileAppConfigurationState.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementmanageddevicemobileappconfigurationstate Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementManagedDeviceMobileAppConfigurationState --- @@ -26,7 +26,6 @@ Get-MgBetaDeviceManagementManagedDeviceMobileAppConfigurationState -ManagedDevic [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -36,7 +35,7 @@ Get-MgBetaDeviceManagementManagedDeviceMobileAppConfigurationState -ManagedDevic -ManagedDeviceMobileAppConfigurationStateId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +45,7 @@ Get-MgBetaDeviceManagementManagedDeviceMobileAppConfigurationState -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementManagedDeviceMobileAppConfigurationStateCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementManagedDeviceMobileAppConfigurationStateCount.md index 61f2deea9ff4f..cbf6753592b25 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementManagedDeviceMobileAppConfigurationStateCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementManagedDeviceMobileAppConfigurationStateCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementmanageddevicemobileappconfigurationstatecount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementManagedDeviceMobileAppConfigurationStateCount --- @@ -24,7 +24,7 @@ Get-MgBetaDeviceManagementManagedDeviceMobileAppConfigurationStateCount -Managed [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaDeviceManagementManagedDeviceMobileAppConfigurationStateCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementManagedDeviceNonCompliantSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementManagedDeviceNonCompliantSetting.md index 54b84b61f1062..876482b91f8ee 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementManagedDeviceNonCompliantSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementManagedDeviceNonCompliantSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementmanageddevicenoncompliantsetting Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementManagedDeviceNonCompliantSetting --- @@ -24,7 +24,7 @@ Get-MgBetaDeviceManagementManagedDeviceNonCompliantSetting -ManagedDeviceId ] [-Search ] [-Skip ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaDeviceManagementManagedDeviceNonCompliantSetting -InputObject ] [-Search ] [-Skip ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementManagedDeviceOverview.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementManagedDeviceOverview.md index 0afc5be878351..439fada0f186a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementManagedDeviceOverview.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementManagedDeviceOverview.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementmanageddeviceoverview Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementManagedDeviceOverview --- @@ -26,7 +26,7 @@ Device overview Get-MgBetaDeviceManagementManagedDeviceOverview [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -42,9 +42,9 @@ Device overview | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | DeviceManagementManagedDevices.Read.All, DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementConfiguration.Read.All, | +| Delegated (work or school account) | DeviceManagementManagedDevices.Read.All, DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementManagedDevices.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | DeviceManagementManagedDevices.Read.All, DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementConfiguration.Read.All, | +| Application | DeviceManagementManagedDevices.Read.All, DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementManagedDevices.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementManagedDevicePowerliftAppDiagnosticDetail.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementManagedDevicePowerliftAppDiagnosticDetail.md index f3c20f7920161..a2d7ed724b337 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementManagedDevicePowerliftAppDiagnosticDetail.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementManagedDevicePowerliftAppDiagnosticDetail.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementmanageddevicepowerliftappdiagnosticdetail Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementManagedDevicePowerliftAppDiagnosticDetail --- @@ -24,7 +24,7 @@ Get-MgBetaDeviceManagementManagedDevicePowerliftAppDiagnosticDetail -UserPrincip [-Count] [-Filter ] [-Search ] [-Skip ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### RetrieveViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaDeviceManagementManagedDevicePowerliftAppDiagnosticDetail -InputObject [-Count] [-Filter ] [-Search ] [-Skip ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -50,9 +50,9 @@ Invoke function retrievePowerliftAppDiagnosticsDetails | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | DeviceManagementManagedDevices.Read.All, DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementConfiguration.Read.All, | +| Delegated (work or school account) | DeviceManagementManagedDevices.Read.All, DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementManagedDevices.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | DeviceManagementManagedDevices.Read.All, DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementConfiguration.Read.All, | +| Application | DeviceManagementManagedDevices.Read.All, DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementManagedDevices.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementManagedDeviceRecoveryLockPasscode.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementManagedDeviceRecoveryLockPasscode.md new file mode 100644 index 0000000000000..bc49f3e40d365 --- /dev/null +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementManagedDeviceRecoveryLockPasscode.md @@ -0,0 +1,426 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementmanageddevicerecoverylockpasscode +Locale: en-US +Module Name: Microsoft.Graph.Beta.DeviceManagement +ms.date: 07/10/2026 +PlatyPS schema version: 2024-05-01 +title: Get-MgBetaDeviceManagementManagedDeviceRecoveryLockPasscode +--- + +# Get-MgBetaDeviceManagementManagedDeviceRecoveryLockPasscode + +## SYNOPSIS + +Invoke function retrieveRecoveryLockPasscode + +## SYNTAX + +### Retrieve (Default) + +``` +Get-MgBetaDeviceManagementManagedDeviceRecoveryLockPasscode -ManagedDeviceId + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] +``` + +### RetrieveViaIdentity + +``` +Get-MgBetaDeviceManagementManagedDeviceRecoveryLockPasscode -InputObject + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Invoke function retrieveRecoveryLockPasscode + +## 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: '' +``` + +### -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.IDeviceManagementIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: RetrieveViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ManagedDeviceId + +The unique identifier of managedDevice + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Retrieve + Position: Named + IsRequired: true + 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 + +### Microsoft.Graph.Beta.PowerShell.Models.IDeviceManagementIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### System.String + +{{ 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 + [AdvancedThreatProtectionOnboardingDeviceSettingStateId ]: The unique identifier of advancedThreatProtectionOnboardingDeviceSettingState + [AlertRecordId ]: The unique identifier of alertRecord + [AlertRuleId ]: The unique identifier of alertRule + [AndroidForWorkAppConfigurationSchemaId ]: The unique identifier of androidForWorkAppConfigurationSchema + [AndroidManagedStoreAppConfigurationSchemaId ]: The unique identifier of androidManagedStoreAppConfigurationSchema + [AppLogCollectionRequestId ]: The unique identifier of appLogCollectionRequest + [AssignmentFilterEvaluationStatusDetailsId ]: The unique identifier of assignmentFilterEvaluationStatusDetails + [BrowserSharedCookieId ]: The unique identifier of browserSharedCookie + [BrowserSiteId ]: The unique identifier of browserSite + [BrowserSiteListId ]: The unique identifier of browserSiteList + [DataSharingConsentId ]: The unique identifier of dataSharingConsent + [DetectedAppId ]: The unique identifier of detectedApp + [DeviceAndAppManagementAssignmentFilterId ]: The unique identifier of deviceAndAppManagementAssignmentFilter + [DeviceCategoryId ]: The unique identifier of deviceCategory + [DeviceComplianceActionItemId ]: The unique identifier of deviceComplianceActionItem + [DeviceComplianceDeviceStatusId ]: The unique identifier of deviceComplianceDeviceStatus + [DeviceCompliancePolicyAssignmentId ]: The unique identifier of deviceCompliancePolicyAssignment + [DeviceCompliancePolicyId ]: The unique identifier of deviceCompliancePolicy + [DeviceCompliancePolicySettingStateSummaryId ]: The unique identifier of deviceCompliancePolicySettingStateSummary + [DeviceCompliancePolicyStateId ]: The unique identifier of deviceCompliancePolicyState + [DeviceComplianceScheduledActionForRuleId ]: The unique identifier of deviceComplianceScheduledActionForRule + [DeviceComplianceSettingStateId ]: The unique identifier of deviceComplianceSettingState + [DeviceComplianceUserStatusId ]: The unique identifier of deviceComplianceUserStatus + [DeviceConfigurationAssignmentId ]: The unique identifier of deviceConfigurationAssignment + [DeviceConfigurationConflictSummaryId ]: The unique identifier of deviceConfigurationConflictSummary + [DeviceConfigurationDeviceStatusId ]: The unique identifier of deviceConfigurationDeviceStatus + [DeviceConfigurationGroupAssignmentId ]: The unique identifier of deviceConfigurationGroupAssignment + [DeviceConfigurationId ]: The unique identifier of deviceConfiguration + [DeviceConfigurationStateId ]: The unique identifier of deviceConfigurationState + [DeviceConfigurationUserStatusId ]: The unique identifier of deviceConfigurationUserStatus + [DeviceHealthScriptAssignmentId ]: The unique identifier of deviceHealthScriptAssignment + [DeviceHealthScriptDeviceStateId ]: The unique identifier of deviceHealthScriptDeviceState + [DeviceHealthScriptId ]: The unique identifier of deviceHealthScript + [DeviceId ]: Property in multi-part unique identifier of deviceHealthScriptPolicyState + [DeviceLogCollectionResponseId ]: The unique identifier of deviceLogCollectionResponse + [DeviceManagementComplianceActionItemId ]: The unique identifier of deviceManagementComplianceActionItem + [DeviceManagementCompliancePolicyId ]: The unique identifier of deviceManagementCompliancePolicy + [DeviceManagementComplianceScheduledActionForRuleId ]: The unique identifier of deviceManagementComplianceScheduledActionForRule + [DeviceManagementConfigurationPolicyAssignmentId ]: The unique identifier of deviceManagementConfigurationPolicyAssignment + [DeviceManagementConfigurationPolicyId ]: The unique identifier of deviceManagementConfigurationPolicy + [DeviceManagementConfigurationPolicyTemplateId ]: The unique identifier of deviceManagementConfigurationPolicyTemplate + [DeviceManagementConfigurationSettingDefinitionId ]: The unique identifier of deviceManagementConfigurationSettingDefinition + [DeviceManagementConfigurationSettingId ]: The unique identifier of deviceManagementConfigurationSetting + [DeviceManagementConfigurationSettingTemplateId ]: The unique identifier of deviceManagementConfigurationSettingTemplate + [DeviceManagementDerivedCredentialSettingsId ]: The unique identifier of deviceManagementDerivedCredentialSettings + [DeviceManagementIntentAssignmentId ]: The unique identifier of deviceManagementIntentAssignment + [DeviceManagementIntentDeviceSettingStateSummaryId ]: The unique identifier of deviceManagementIntentDeviceSettingStateSummary + [DeviceManagementIntentDeviceStateId ]: The unique identifier of deviceManagementIntentDeviceState + [DeviceManagementIntentId ]: The unique identifier of deviceManagementIntent + [DeviceManagementIntentSettingCategoryId ]: The unique identifier of deviceManagementIntentSettingCategory + [DeviceManagementIntentUserStateId ]: The unique identifier of deviceManagementIntentUserState + [DeviceManagementResourceAccessProfileAssignmentId ]: The unique identifier of deviceManagementResourceAccessProfileAssignment + [DeviceManagementResourceAccessProfileBaseId ]: The unique identifier of deviceManagementResourceAccessProfileBase + [DeviceManagementScriptAssignmentId ]: The unique identifier of deviceManagementScriptAssignment + [DeviceManagementScriptDeviceStateId ]: The unique identifier of deviceManagementScriptDeviceState + [DeviceManagementScriptGroupAssignmentId ]: The unique identifier of deviceManagementScriptGroupAssignment + [DeviceManagementScriptId ]: The unique identifier of deviceManagementScript + [DeviceManagementScriptUserStateId ]: The unique identifier of deviceManagementScriptUserState + [DeviceManagementSettingCategoryId ]: The unique identifier of deviceManagementSettingCategory + [DeviceManagementSettingDefinitionId ]: The unique identifier of deviceManagementSettingDefinition + [DeviceManagementSettingInstanceId ]: The unique identifier of deviceManagementSettingInstance + [DeviceManagementTemplateId ]: The unique identifier of deviceManagementTemplate + [DeviceManagementTemplateId1 ]: The unique identifier of deviceManagementTemplate + [DeviceManagementTemplateSettingCategoryId ]: The unique identifier of deviceManagementTemplateSettingCategory + [DeviceManagementTroubleshootingEventId ]: The unique identifier of deviceManagementTroubleshootingEvent + [DeviceShellScriptId ]: The unique identifier of deviceShellScript + [EmbeddedSimActivationCodePoolAssignmentId ]: The unique identifier of embeddedSIMActivationCodePoolAssignment + [EmbeddedSimActivationCodePoolId ]: The unique identifier of embeddedSIMActivationCodePool + [EmbeddedSimDeviceStateId ]: The unique identifier of embeddedSIMDeviceState + [GroupPolicyConfigurationAssignmentId ]: The unique identifier of groupPolicyConfigurationAssignment + [GroupPolicyConfigurationId ]: The unique identifier of groupPolicyConfiguration + [GroupPolicyDefinitionValueId ]: The unique identifier of groupPolicyDefinitionValue + [GroupPolicyPresentationValueId ]: The unique identifier of groupPolicyPresentationValue + [Id ]: Property in multi-part unique identifier of deviceHealthScriptPolicyState + [LocalizedNotificationMessageId ]: The unique identifier of localizedNotificationMessage + [MacOSSoftwareUpdateAccountSummaryId ]: The unique identifier of macOSSoftwareUpdateAccountSummary + [MacOSSoftwareUpdateCategorySummaryId ]: The unique identifier of macOSSoftwareUpdateCategorySummary + [MacOSSoftwareUpdateStateSummaryId ]: The unique identifier of macOSSoftwareUpdateStateSummary + [MalwareStateForWindowsDeviceId ]: The unique identifier of malwareStateForWindowsDevice + [ManagedDeviceCleanupRuleId ]: The unique identifier of managedDeviceCleanupRule + [ManagedDeviceEncryptionStateId ]: The unique identifier of managedDeviceEncryptionState + [ManagedDeviceId ]: The unique identifier of managedDevice + [ManagedDeviceMobileAppConfigurationStateId ]: The unique identifier of managedDeviceMobileAppConfigurationState + [ManagedDeviceWindowsOperatingSystemImageId ]: The unique identifier of managedDeviceWindowsOperatingSystemImage + [MicrosoftTunnelConfigurationId ]: The unique identifier of microsoftTunnelConfiguration + [MicrosoftTunnelHealthThresholdId ]: The unique identifier of microsoftTunnelHealthThreshold + [MicrosoftTunnelServerId ]: The unique identifier of microsoftTunnelServer + [MicrosoftTunnelServerLogCollectionResponseId ]: The unique identifier of microsoftTunnelServerLogCollectionResponse + [MicrosoftTunnelSiteId ]: The unique identifier of microsoftTunnelSite + [MobileAppTroubleshootingEventId ]: The unique identifier of mobileAppTroubleshootingEvent + [NotificationMessageTemplateId ]: The unique identifier of notificationMessageTemplate + [Platform ]: Usage: platform='{platform}' + [PolicyId ]: Property in multi-part unique identifier of deviceHealthScriptPolicyState + [RemoteActionAuditId ]: The unique identifier of remoteActionAudit + [SecretReferenceValueId ]: Usage: secretReferenceValueId='{secretReferenceValueId}' + [SecurityBaselineSettingStateId ]: The unique identifier of securityBaselineSettingState + [SecurityBaselineStateId ]: The unique identifier of securityBaselineState + [SettingStateDeviceSummaryId ]: The unique identifier of settingStateDeviceSummary + [TemplateId ]: Usage: templateId='{templateId}' + [Upn ]: Usage: upn='{upn}' + [UserPrincipalName ]: Usage: userPrincipalName='{userPrincipalName}' + [WindowsDeviceMalwareStateId ]: The unique identifier of windowsDeviceMalwareState + [WindowsInformationProtectionAppLearningSummaryId ]: The unique identifier of windowsInformationProtectionAppLearningSummary + [WindowsInformationProtectionNetworkLearningSummaryId ]: The unique identifier of windowsInformationProtectionNetworkLearningSummary + [WindowsMalwareInformationId ]: The unique identifier of windowsMalwareInformation + [WindowsQualityUpdateProfileAssignmentId ]: The unique identifier of windowsQualityUpdateProfileAssignment + [WindowsQualityUpdateProfileId ]: The unique identifier of windowsQualityUpdateProfile + + +## RELATED LINKS + +- [Get-MgBetaDeviceManagementManagedDeviceRecoveryLockPasscode](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementmanageddevicerecoverylockpasscode) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementManagedDeviceSecurityBaselineState.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementManagedDeviceSecurityBaselineState.md index 6ee12f45d2837..fadfe4b7b1e64 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementManagedDeviceSecurityBaselineState.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementManagedDeviceSecurityBaselineState.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementmanageddevicesecuritybaselinestate Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementManagedDeviceSecurityBaselineState --- @@ -26,7 +26,6 @@ Get-MgBetaDeviceManagementManagedDeviceSecurityBaselineState -ManagedDeviceId ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -36,7 +35,7 @@ Get-MgBetaDeviceManagementManagedDeviceSecurityBaselineState -ManagedDeviceId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +45,7 @@ Get-MgBetaDeviceManagementManagedDeviceSecurityBaselineState -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementManagedDeviceSecurityBaselineStateCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementManagedDeviceSecurityBaselineStateCount.md index c8e1318456a92..be1a9b00026d3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementManagedDeviceSecurityBaselineStateCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementManagedDeviceSecurityBaselineStateCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementmanageddevicesecuritybaselinestatecount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementManagedDeviceSecurityBaselineStateCount --- @@ -24,7 +24,7 @@ Get-MgBetaDeviceManagementManagedDeviceSecurityBaselineStateCount -ManagedDevice [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaDeviceManagementManagedDeviceSecurityBaselineStateCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementManagedDeviceSecurityBaselineStateSettingState.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementManagedDeviceSecurityBaselineStateSettingState.md index 5fc127853b81c..a4bbe3adbd581 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementManagedDeviceSecurityBaselineStateSettingState.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementManagedDeviceSecurityBaselineStateSettingState.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementmanageddevicesecuritybaselinestatesettingstate Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementManagedDeviceSecurityBaselineStateSettingState --- @@ -26,7 +26,7 @@ Get-MgBetaDeviceManagementManagedDeviceSecurityBaselineStateSettingState -Manage [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -37,7 +37,7 @@ Get-MgBetaDeviceManagementManagedDeviceSecurityBaselineStateSettingState -Manage [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -47,7 +47,7 @@ Get-MgBetaDeviceManagementManagedDeviceSecurityBaselineStateSettingState -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementManagedDeviceSecurityBaselineStateSettingStateCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementManagedDeviceSecurityBaselineStateSettingStateCount.md index 8c3333cb6facd..48c159a2b7117 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementManagedDeviceSecurityBaselineStateSettingStateCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementManagedDeviceSecurityBaselineStateSettingStateCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementmanageddevicesecuritybaselinestatesettingstatecount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementManagedDeviceSecurityBaselineStateSettingStateCount --- @@ -24,7 +24,7 @@ Get-MgBetaDeviceManagementManagedDeviceSecurityBaselineStateSettingStateCount -ManagedDeviceId -SecurityBaselineStateId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaDeviceManagementManagedDeviceSecurityBaselineStateSettingStateCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementManagedDeviceUser.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementManagedDeviceUser.md index 636f147ad0b8f..e8b868c7bc61c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementManagedDeviceUser.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementManagedDeviceUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementmanageddeviceuser Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementManagedDeviceUser --- @@ -28,7 +28,7 @@ Get-MgBetaDeviceManagementManagedDeviceUser -ManagedDeviceId [-ExpandPr [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementManagedDeviceWindowOSImageManagedDeviceWindowsOSImage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementManagedDeviceWindowOSImageManagedDeviceWindowsOSImage.md index bcda0931f7e79..0530f7ad1d3c4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementManagedDeviceWindowOSImageManagedDeviceWindowsOSImage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementManagedDeviceWindowOSImageManagedDeviceWindowsOSImage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementmanageddevicewindowosimagemanageddevicewindowsosimage Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementManagedDeviceWindowOSImageManagedDeviceWindowsOSImage --- @@ -25,7 +25,7 @@ Get-MgBetaDeviceManagementManagedDeviceWindowOSImageManagedDeviceWindowsOSImage [-Filter ] [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaDeviceManagementManagedDeviceWindowOSImageManagedDeviceWindowsOSImage [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementManagedDeviceWindowsOSImage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementManagedDeviceWindowsOSImage.md index 29ee28ee0eb7e..98ccbc59cbddc 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementManagedDeviceWindowsOSImage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementManagedDeviceWindowsOSImage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementmanageddevicewindowsosimage Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementManagedDeviceWindowsOSImage --- @@ -25,7 +25,7 @@ Get-MgBetaDeviceManagementManagedDeviceWindowsOSImage [-ExpandProperty ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaDeviceManagementManagedDeviceWindowsOSImage -ManagedDeviceWindowsOperatingSystemImageId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -45,7 +45,7 @@ Get-MgBetaDeviceManagementManagedDeviceWindowsOSImage -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementManagedDeviceWindowsOSImageCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementManagedDeviceWindowsOSImageCount.md index ee4027e7a83ad..a8e1d02c654f0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementManagedDeviceWindowsOSImageCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementManagedDeviceWindowsOSImageCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementmanageddevicewindowsosimagecount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementManagedDeviceWindowsOSImageCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaDeviceManagementManagedDeviceWindowsOSImageCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementManagedDeviceWindowsProtectionState.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementManagedDeviceWindowsProtectionState.md index bae8e64da9864..0db0cd8c6fc8e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementManagedDeviceWindowsProtectionState.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementManagedDeviceWindowsProtectionState.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementmanageddevicewindowsprotectionstate Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementManagedDeviceWindowsProtectionState --- @@ -28,7 +28,7 @@ Get-MgBetaDeviceManagementManagedDeviceWindowsProtectionState -ManagedDeviceId < [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -38,7 +38,7 @@ Get-MgBetaDeviceManagementManagedDeviceWindowsProtectionState -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState.md index 5fa0691bf282c..6d867dce8f52c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementmanageddevicewindowsprotectionstatedetectedmalwarestate Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState --- @@ -29,7 +29,7 @@ Get-MgBetaDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareStat [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -39,7 +39,7 @@ Get-MgBetaDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareStat -ManagedDeviceId -WindowsDeviceMalwareStateId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -49,7 +49,7 @@ Get-MgBetaDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareStat -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareStateCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareStateCount.md index b59e5577cccf9..8aaa93aa4bf08 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareStateCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareStateCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementmanageddevicewindowsprotectionstatedetectedmalwarestatecount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareStateCount --- @@ -27,7 +27,7 @@ Get-MgBetaDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareStat -ManagedDeviceId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareStat -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementMicrosoftTunnelConfiguration.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementMicrosoftTunnelConfiguration.md index 1ac7832fd0303..e7bd7471f844e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementMicrosoftTunnelConfiguration.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementMicrosoftTunnelConfiguration.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementmicrosofttunnelconfiguration Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementMicrosoftTunnelConfiguration --- @@ -25,7 +25,7 @@ Get-MgBetaDeviceManagementMicrosoftTunnelConfiguration [-ExpandProperty ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaDeviceManagementMicrosoftTunnelConfiguration -MicrosoftTunnelConfigura [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -45,7 +45,7 @@ Get-MgBetaDeviceManagementMicrosoftTunnelConfiguration -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementMicrosoftTunnelConfigurationCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementMicrosoftTunnelConfigurationCount.md index 560fb536c32aa..6a18726e35792 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementMicrosoftTunnelConfigurationCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementMicrosoftTunnelConfigurationCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementmicrosofttunnelconfigurationcount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementMicrosoftTunnelConfigurationCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaDeviceManagementMicrosoftTunnelConfigurationCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementMicrosoftTunnelHealthThreshold.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementMicrosoftTunnelHealthThreshold.md index 7f6cc3ab7889b..f13f114776e37 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementMicrosoftTunnelHealthThreshold.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementMicrosoftTunnelHealthThreshold.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementmicrosofttunnelhealththreshold Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementMicrosoftTunnelHealthThreshold --- @@ -25,7 +25,7 @@ Get-MgBetaDeviceManagementMicrosoftTunnelHealthThreshold [-ExpandProperty ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaDeviceManagementMicrosoftTunnelHealthThreshold -MicrosoftTunnelHealthT [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -45,7 +45,7 @@ Get-MgBetaDeviceManagementMicrosoftTunnelHealthThreshold -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementMicrosoftTunnelHealthThresholdCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementMicrosoftTunnelHealthThresholdCount.md index 2ece73bada6d6..4fb1cf59ddddc 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementMicrosoftTunnelHealthThresholdCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementMicrosoftTunnelHealthThresholdCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementmicrosofttunnelhealththresholdcount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementMicrosoftTunnelHealthThresholdCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaDeviceManagementMicrosoftTunnelHealthThresholdCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementMicrosoftTunnelServerLogCollectionResponse.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementMicrosoftTunnelServerLogCollectionResponse.md index 2b5ce31c95c6a..5dd1df3462d88 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementMicrosoftTunnelServerLogCollectionResponse.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementMicrosoftTunnelServerLogCollectionResponse.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementmicrosofttunnelserverlogcollectionresponse Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementMicrosoftTunnelServerLogCollectionResponse --- @@ -25,7 +25,7 @@ Get-MgBetaDeviceManagementMicrosoftTunnelServerLogCollectionResponse [-ExpandPro [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaDeviceManagementMicrosoftTunnelServerLogCollectionResponse -MicrosoftTunnelServerLogCollectionResponseId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -45,7 +45,7 @@ Get-MgBetaDeviceManagementMicrosoftTunnelServerLogCollectionResponse -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementMicrosoftTunnelServerLogCollectionResponseCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementMicrosoftTunnelServerLogCollectionResponseCount.md index cc49eee5d14a4..77e10ddd1a03f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementMicrosoftTunnelServerLogCollectionResponseCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementMicrosoftTunnelServerLogCollectionResponseCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementmicrosofttunnelserverlogcollectionresponsecount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementMicrosoftTunnelServerLogCollectionResponseCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaDeviceManagementMicrosoftTunnelServerLogCollectionResponseCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementMicrosoftTunnelSite.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementMicrosoftTunnelSite.md index b3e1492b15f3c..adda3fa6e2146 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementMicrosoftTunnelSite.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementMicrosoftTunnelSite.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementmicrosofttunnelsite Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementMicrosoftTunnelSite --- @@ -25,7 +25,7 @@ Get-MgBetaDeviceManagementMicrosoftTunnelSite [-ExpandProperty ] [-Pro [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaDeviceManagementMicrosoftTunnelSite -MicrosoftTunnelSiteId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -45,7 +45,7 @@ Get-MgBetaDeviceManagementMicrosoftTunnelSite -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementMicrosoftTunnelSiteCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementMicrosoftTunnelSiteCount.md index 3ddceb36a09df..d24b114c97d94 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementMicrosoftTunnelSiteCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementMicrosoftTunnelSiteCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementmicrosofttunnelsitecount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementMicrosoftTunnelSiteCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaDeviceManagementMicrosoftTunnelSiteCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelConfiguration.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelConfiguration.md index fca98cc5a8476..54270ece6a5d1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelConfiguration.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelConfiguration.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementmicrosofttunnelsitemicrosofttunnelconfiguration Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelConfiguration --- @@ -24,7 +24,7 @@ Get-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelConfiguration -MicrosoftTunnelSiteId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelConfiguration -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServer.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServer.md index c08f619e3a482..120a8e3046611 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServer.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServer.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementmicrosofttunnelsitemicrosofttunnelserver Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServer --- @@ -26,7 +26,6 @@ Get-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServer -MicrosoftTun [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -36,7 +35,7 @@ Get-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServer -MicrosoftTun -MicrosoftTunnelSiteId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +45,7 @@ Get-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServer -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServerCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServerCount.md index fb6f0d3d735df..176564abd9bb6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServerCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServerCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementmicrosofttunnelsitemicrosofttunnelservercount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServerCount --- @@ -24,7 +24,7 @@ Get-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServerCount -MicrosoftTunnelSiteId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServerCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServerHealthMetric.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServerHealthMetric.md index 21563c1817761..766a344132f5f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServerHealthMetric.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServerHealthMetric.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementmicrosofttunnelsitemicrosofttunnelserverhealthmetric Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServerHealthMetric --- @@ -25,7 +25,7 @@ Get-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServerHealthMetric [-ResponseHeadersVariable ] [-AdditionalProperties ] [-MetricNames ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Get @@ -37,7 +37,6 @@ Get-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServerHealthMetric [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### GetViaIdentityExpanded @@ -48,7 +47,6 @@ Get-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServerHealthMetric [-AdditionalProperties ] [-MetricNames ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### GetViaIdentity @@ -60,7 +58,6 @@ Get-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServerHealthMetric [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServerHealthMetricTimeSeries.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServerHealthMetricTimeSeries.md index b88766ba35dc3..f070d51e7df62 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServerHealthMetricTimeSeries.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServerHealthMetricTimeSeries.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementmicrosofttunnelsitemicrosofttunnelserverhealthmetrictimeseries Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServerHealthMetricTimeSeries --- @@ -26,7 +26,6 @@ Get-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServerHealthMetricTi [-MetricName ] [-StartDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Get @@ -38,7 +37,6 @@ Get-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServerHealthMetricTi [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### GetViaIdentityExpanded @@ -50,7 +48,6 @@ Get-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServerHealthMetricTi [-StartDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### GetViaIdentity @@ -62,7 +59,6 @@ Get-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServerHealthMetricTi [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementMobileAppTroubleshootingEvent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementMobileAppTroubleshootingEvent.md index 46254fe948f47..6020c0a48e054 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementMobileAppTroubleshootingEvent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementMobileAppTroubleshootingEvent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementmobileapptroubleshootingevent Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementMobileAppTroubleshootingEvent --- @@ -28,7 +28,7 @@ Get-MgBetaDeviceManagementMobileAppTroubleshootingEvent [-ExpandProperty ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaDeviceManagementMobileAppTroubleshootingEvent -MobileAppTroubleshootin [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +48,7 @@ Get-MgBetaDeviceManagementMobileAppTroubleshootingEvent -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest.md index fce99959b9f61..307b12cae1e63 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementmobileapptroubleshootingeventapplogcollectionrequest Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest --- @@ -29,7 +29,7 @@ Get-MgBetaDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -40,7 +40,7 @@ Get-MgBetaDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -50,7 +50,7 @@ Get-MgBetaDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -66,9 +66,9 @@ Indicates collection of App Log Upload Request. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | DeviceManagementManagedDevices.Read.All, DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementConfiguration.Read.All, | +| Delegated (work or school account) | DeviceManagementManagedDevices.Read.All, DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementManagedDevices.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | DeviceManagementManagedDevices.Read.All, DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementConfiguration.Read.All, | +| Application | DeviceManagementManagedDevices.Read.All, DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementManagedDevices.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequestCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequestCount.md index 48dd78c96c058..f4608ca8cd0c2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequestCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequestCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementmobileapptroubleshootingeventapplogcollectionrequestcount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequestCount --- @@ -27,7 +27,7 @@ Get-MgBetaDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequestCo -MobileAppTroubleshootingEventId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequestCo -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-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) | DeviceManagementManagedDevices.Read.All, DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementConfiguration.Read.All, | +| Delegated (work or school account) | DeviceManagementManagedDevices.Read.All, DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementManagedDevices.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | DeviceManagementManagedDevices.Read.All, DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementConfiguration.Read.All, | +| Application | DeviceManagementManagedDevices.Read.All, DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementManagedDevices.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementMobileAppTroubleshootingEventCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementMobileAppTroubleshootingEventCount.md index 72cdc3ca7a773..35ee292c00a82 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementMobileAppTroubleshootingEventCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementMobileAppTroubleshootingEventCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementmobileapptroubleshootingeventcount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementMobileAppTroubleshootingEventCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaDeviceManagementMobileAppTroubleshootingEventCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementMonitoring.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementMonitoring.md index da89c36e35a02..eb02c47352f78 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementMonitoring.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementMonitoring.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementmonitoring Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementMonitoring --- @@ -23,7 +23,7 @@ Get monitoring from deviceManagement Get-MgBetaDeviceManagementMonitoring [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementMonitoringAlertRecord.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementMonitoringAlertRecord.md index f6ee00183cd39..12bc814540f45 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementMonitoringAlertRecord.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementMonitoringAlertRecord.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementmonitoringalertrecord Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementMonitoringAlertRecord --- @@ -25,7 +25,7 @@ Get-MgBetaDeviceManagementMonitoringAlertRecord [-ExpandProperty ] [-P [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -34,7 +34,7 @@ Get-MgBetaDeviceManagementMonitoringAlertRecord [-ExpandProperty ] [-P Get-MgBetaDeviceManagementMonitoringAlertRecord -AlertRecordId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -44,7 +44,7 @@ Get-MgBetaDeviceManagementMonitoringAlertRecord -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementMonitoringAlertRecordCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementMonitoringAlertRecordCount.md index 57c487c41160c..a3d035b8245d2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementMonitoringAlertRecordCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementMonitoringAlertRecordCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementmonitoringalertrecordcount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementMonitoringAlertRecordCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaDeviceManagementMonitoringAlertRecordCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementMonitoringAlertRecordPortalNotification.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementMonitoringAlertRecordPortalNotification.md index 2d10adb191cd2..84bd4b025c869 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementMonitoringAlertRecordPortalNotification.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementMonitoringAlertRecordPortalNotification.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementmonitoringalertrecordportalnotification Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementMonitoringAlertRecordPortalNotification --- @@ -24,7 +24,7 @@ Get-MgBetaDeviceManagementMonitoringAlertRecordPortalNotification [-Count] [-Fil [-Search ] [-Skip ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementMonitoringAlertRule.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementMonitoringAlertRule.md index c1c27e0e81edb..75e054172c2cf 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementMonitoringAlertRule.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementMonitoringAlertRule.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementmonitoringalertrule Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementMonitoringAlertRule --- @@ -25,7 +25,7 @@ Get-MgBetaDeviceManagementMonitoringAlertRule [-ExpandProperty ] [-Pro [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -34,7 +34,7 @@ Get-MgBetaDeviceManagementMonitoringAlertRule [-ExpandProperty ] [-Pro Get-MgBetaDeviceManagementMonitoringAlertRule -AlertRuleId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -44,7 +44,7 @@ Get-MgBetaDeviceManagementMonitoringAlertRule -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementMonitoringAlertRuleCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementMonitoringAlertRuleCount.md index 2ca33bb2408ec..61247a2ea8cbf 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementMonitoringAlertRuleCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementMonitoringAlertRuleCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementmonitoringalertrulecount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementMonitoringAlertRuleCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaDeviceManagementMonitoringAlertRuleCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementNotificationMessageTemplate.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementNotificationMessageTemplate.md index 3dd468ea4ef5d..f18c7eeb37013 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementNotificationMessageTemplate.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementNotificationMessageTemplate.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementnotificationmessagetemplate Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementNotificationMessageTemplate --- @@ -28,7 +28,7 @@ Get-MgBetaDeviceManagementNotificationMessageTemplate [-ExpandProperty ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaDeviceManagementNotificationMessageTemplate -NotificationMessageTempla [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +48,7 @@ Get-MgBetaDeviceManagementNotificationMessageTemplate -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementNotificationMessageTemplateCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementNotificationMessageTemplateCount.md index 0dc201e71dc32..3a4108ee7cb02 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementNotificationMessageTemplateCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementNotificationMessageTemplateCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementnotificationmessagetemplatecount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementNotificationMessageTemplateCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaDeviceManagementNotificationMessageTemplateCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage.md index 93eb43b5e1722..d1f4292c31e67 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementnotificationmessagetemplatelocalizednotificationmessage Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage --- @@ -29,7 +29,7 @@ Get-MgBetaDeviceManagementNotificationMessageTemplateLocalizedNotificationMessag [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -40,7 +40,7 @@ Get-MgBetaDeviceManagementNotificationMessageTemplateLocalizedNotificationMessag [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -50,7 +50,7 @@ Get-MgBetaDeviceManagementNotificationMessageTemplateLocalizedNotificationMessag -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementNotificationMessageTemplateLocalizedNotificationMessageCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementNotificationMessageTemplateLocalizedNotificationMessageCount.md index a4cebe75cbc64..b84a6bfea8f1b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementNotificationMessageTemplateLocalizedNotificationMessageCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementNotificationMessageTemplateLocalizedNotificationMessageCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementnotificationmessagetemplatelocalizednotificationmessagecount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementNotificationMessageTemplateLocalizedNotificationMessageCount --- @@ -27,7 +27,7 @@ Get-MgBetaDeviceManagementNotificationMessageTemplateLocalizedNotificationMessag -NotificationMessageTemplateId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaDeviceManagementNotificationMessageTemplateLocalizedNotificationMessag -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementRemoteActionAudit.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementRemoteActionAudit.md index b76ac18ee29a1..6cbd149ad382b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementRemoteActionAudit.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementRemoteActionAudit.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementremoteactionaudit Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementRemoteActionAudit --- @@ -25,7 +25,7 @@ Get-MgBetaDeviceManagementRemoteActionAudit [-ExpandProperty ] [-Prope [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaDeviceManagementRemoteActionAudit -RemoteActionAuditId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -45,7 +45,7 @@ Get-MgBetaDeviceManagementRemoteActionAudit -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -61,9 +61,9 @@ The list of device remote action audits with the tenant. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementConfiguration.ReadWrite.All, | +| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementManagedDevices.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | DeviceManagementConfiguration.Read.All, DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementConfiguration.ReadWrite.All, | +| Application | DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementManagedDevices.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementRemoteActionAuditCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementRemoteActionAuditCount.md index e23084018fd91..3ae4d7de5fcab 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementRemoteActionAuditCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementRemoteActionAuditCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementremoteactionauditcount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementRemoteActionAuditCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaDeviceManagementRemoteActionAuditCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -39,9 +39,9 @@ Get the number of the resource | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementConfiguration.ReadWrite.All, | +| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementManagedDevices.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | DeviceManagementConfiguration.Read.All, DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementConfiguration.ReadWrite.All, | +| Application | DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementManagedDevices.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementResourceAccessProfile.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementResourceAccessProfile.md index 51369c9b5634a..fcda204b1ecac 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementResourceAccessProfile.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementResourceAccessProfile.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementresourceaccessprofile Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementResourceAccessProfile --- @@ -25,7 +25,7 @@ Get-MgBetaDeviceManagementResourceAccessProfile [-ExpandProperty ] [-P [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaDeviceManagementResourceAccessProfile -DeviceManagementResourceAccessProfileBaseId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -45,7 +45,7 @@ Get-MgBetaDeviceManagementResourceAccessProfile -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementResourceAccessProfileAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementResourceAccessProfileAssignment.md index 47001d48aa4ad..6e71114edf956 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementResourceAccessProfileAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementResourceAccessProfileAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementresourceaccessprofileassignment Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementResourceAccessProfileAssignment --- @@ -26,7 +26,7 @@ Get-MgBetaDeviceManagementResourceAccessProfileAssignment [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -37,7 +37,7 @@ Get-MgBetaDeviceManagementResourceAccessProfileAssignment -DeviceManagementResourceAccessProfileBaseId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -47,7 +47,7 @@ Get-MgBetaDeviceManagementResourceAccessProfileAssignment -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementResourceAccessProfileAssignmentCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementResourceAccessProfileAssignmentCount.md index eeab163b99974..f2b02e936ea1e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementResourceAccessProfileAssignmentCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementResourceAccessProfileAssignmentCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementresourceaccessprofileassignmentcount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementResourceAccessProfileAssignmentCount --- @@ -24,7 +24,7 @@ Get-MgBetaDeviceManagementResourceAccessProfileAssignmentCount -DeviceManagementResourceAccessProfileBaseId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaDeviceManagementResourceAccessProfileAssignmentCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementResourceAccessProfileCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementResourceAccessProfileCount.md index 79486ca7e6f07..84169f912becc 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementResourceAccessProfileCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementResourceAccessProfileCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementresourceaccessprofilecount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementResourceAccessProfileCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaDeviceManagementResourceAccessProfileCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementReusableSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementReusableSetting.md index 0ba2250042498..385fd7bfccbb6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementReusableSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementReusableSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementreusablesetting Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementReusableSetting --- @@ -25,7 +25,7 @@ Get-MgBetaDeviceManagementReusableSetting [-ExpandProperty ] [-Propert [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaDeviceManagementReusableSetting -DeviceManagementConfigurationSettingD [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -45,7 +45,7 @@ Get-MgBetaDeviceManagementReusableSetting -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementReusableSettingCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementReusableSettingCount.md index 4cd269874b6ea..764b5365bff25 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementReusableSettingCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementReusableSettingCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementreusablesettingcount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementReusableSettingCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaDeviceManagementReusableSettingCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementScript.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementScript.md index ed31516cca502..2888b50bb80ce 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementScript.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementScript.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementscript Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementScript --- @@ -25,7 +25,7 @@ Get-MgBetaDeviceManagementScript [-ExpandProperty ] [-Property ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -34,7 +34,7 @@ Get-MgBetaDeviceManagementScript [-ExpandProperty ] [-Property [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -44,7 +44,7 @@ Get-MgBetaDeviceManagementScript -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementScriptAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementScriptAssignment.md index e58aa7241879b..4e60b8e9f5a6d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementScriptAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementScriptAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementscriptassignment Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementScriptAssignment --- @@ -26,7 +26,6 @@ Get-MgBetaDeviceManagementScriptAssignment -DeviceManagementScriptId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -36,7 +35,7 @@ Get-MgBetaDeviceManagementScriptAssignment -DeviceManagementScriptAssignmentId < -DeviceManagementScriptId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +45,7 @@ Get-MgBetaDeviceManagementScriptAssignment -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -62,9 +61,9 @@ The list of group assignments for the device management script. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementConfiguration.ReadWrite.All, | +| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementManagedDevices.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | DeviceManagementConfiguration.Read.All, DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementConfiguration.ReadWrite.All, | +| Application | DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementManagedDevices.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementScriptAssignmentCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementScriptAssignmentCount.md index 130a3ff311b4f..1c5dce8bd8a71 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementScriptAssignmentCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementScriptAssignmentCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementscriptassignmentcount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementScriptAssignmentCount --- @@ -24,7 +24,7 @@ Get-MgBetaDeviceManagementScriptAssignmentCount -DeviceManagementScriptId ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaDeviceManagementScriptAssignmentCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-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) | DeviceManagementConfiguration.Read.All, DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementConfiguration.ReadWrite.All, | +| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementManagedDevices.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | DeviceManagementConfiguration.Read.All, DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementConfiguration.ReadWrite.All, | +| Application | DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementManagedDevices.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementScriptCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementScriptCount.md index 7936f79b674a4..b20d49d59b29a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementScriptCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementScriptCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementscriptcount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementScriptCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaDeviceManagementScriptCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementScriptDeviceRunState.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementScriptDeviceRunState.md index 5288dcaf51dd7..d91dd1b5be0ef 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementScriptDeviceRunState.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementScriptDeviceRunState.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementscriptdevicerunstate Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementScriptDeviceRunState --- @@ -26,7 +26,6 @@ Get-MgBetaDeviceManagementScriptDeviceRunState -DeviceManagementScriptId ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -36,7 +35,7 @@ Get-MgBetaDeviceManagementScriptDeviceRunState -DeviceManagementScriptDeviceStat -DeviceManagementScriptId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +45,7 @@ Get-MgBetaDeviceManagementScriptDeviceRunState -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -62,9 +61,9 @@ List of run states for this script across all devices. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementConfiguration.ReadWrite.All, | +| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementManagedDevices.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | DeviceManagementConfiguration.Read.All, DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementConfiguration.ReadWrite.All, | +| Application | DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementManagedDevices.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementScriptDeviceRunStateCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementScriptDeviceRunStateCount.md index dc694255d5525..93b9a89fcbdd4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementScriptDeviceRunStateCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementScriptDeviceRunStateCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementscriptdevicerunstatecount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementScriptDeviceRunStateCount --- @@ -24,7 +24,7 @@ Get-MgBetaDeviceManagementScriptDeviceRunStateCount -DeviceManagementScriptId ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaDeviceManagementScriptDeviceRunStateCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-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) | DeviceManagementConfiguration.Read.All, DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementConfiguration.ReadWrite.All, | +| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementManagedDevices.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | DeviceManagementConfiguration.Read.All, DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementConfiguration.ReadWrite.All, | +| Application | DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementManagedDevices.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementScriptDeviceRunStateManagedDevice.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementScriptDeviceRunStateManagedDevice.md index a45fb2eb23479..dfed5bbd4b309 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementScriptDeviceRunStateManagedDevice.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementScriptDeviceRunStateManagedDevice.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementscriptdevicerunstatemanageddevice Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementScriptDeviceRunStateManagedDevice --- @@ -25,7 +25,7 @@ Get-MgBetaDeviceManagementScriptDeviceRunStateManagedDevice [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaDeviceManagementScriptDeviceRunStateManagedDevice -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -51,9 +51,9 @@ The managed devices that executes the device management script. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementConfiguration.ReadWrite.All, | +| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementManagedDevices.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | DeviceManagementConfiguration.Read.All, DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementConfiguration.ReadWrite.All, | +| Application | DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementManagedDevices.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementScriptGroupAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementScriptGroupAssignment.md index 967d74632f316..98e282429e0b0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementScriptGroupAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementScriptGroupAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementscriptgroupassignment Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementScriptGroupAssignment --- @@ -26,7 +26,6 @@ Get-MgBetaDeviceManagementScriptGroupAssignment -DeviceManagementScriptId ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -36,7 +35,7 @@ Get-MgBetaDeviceManagementScriptGroupAssignment -DeviceManagementScriptGroupAssi -DeviceManagementScriptId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +45,7 @@ Get-MgBetaDeviceManagementScriptGroupAssignment -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -62,9 +61,9 @@ The list of group assignments for the device management script. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementConfiguration.ReadWrite.All, | +| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementManagedDevices.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | DeviceManagementConfiguration.Read.All, DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementConfiguration.ReadWrite.All, | +| Application | DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementManagedDevices.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementScriptGroupAssignmentCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementScriptGroupAssignmentCount.md index 4c0f21ca6a5da..3779db661dc06 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementScriptGroupAssignmentCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementScriptGroupAssignmentCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementscriptgroupassignmentcount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementScriptGroupAssignmentCount --- @@ -24,7 +24,7 @@ Get-MgBetaDeviceManagementScriptGroupAssignmentCount -DeviceManagementScriptId < [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaDeviceManagementScriptGroupAssignmentCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-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) | DeviceManagementConfiguration.Read.All, DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementConfiguration.ReadWrite.All, | +| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementManagedDevices.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | DeviceManagementConfiguration.Read.All, DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementConfiguration.ReadWrite.All, | +| Application | DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementManagedDevices.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementScriptRunSummary.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementScriptRunSummary.md index f109bf6d8ea1a..67cfce5f913bb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementScriptRunSummary.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementScriptRunSummary.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementscriptrunsummary Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementScriptRunSummary --- @@ -24,7 +24,7 @@ Get-MgBetaDeviceManagementScriptRunSummary -DeviceManagementScriptId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaDeviceManagementScriptRunSummary -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -50,9 +50,9 @@ Run summary for device management script. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementConfiguration.ReadWrite.All, | +| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementManagedDevices.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | DeviceManagementConfiguration.Read.All, DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementConfiguration.ReadWrite.All, | +| Application | DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementManagedDevices.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementScriptUserRunState.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementScriptUserRunState.md index 7659183cdc591..6cc1d93eef98e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementScriptUserRunState.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementScriptUserRunState.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementscriptuserrunstate Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementScriptUserRunState --- @@ -26,7 +26,6 @@ Get-MgBetaDeviceManagementScriptUserRunState -DeviceManagementScriptId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -36,7 +35,7 @@ Get-MgBetaDeviceManagementScriptUserRunState -DeviceManagementScriptId -DeviceManagementScriptUserStateId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +45,7 @@ Get-MgBetaDeviceManagementScriptUserRunState -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -62,9 +61,9 @@ List of run states for this script across all users. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementConfiguration.ReadWrite.All, | +| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementManagedDevices.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | DeviceManagementConfiguration.Read.All, DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementConfiguration.ReadWrite.All, | +| Application | DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementManagedDevices.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementScriptUserRunStateCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementScriptUserRunStateCount.md index 0c1b7fc63383e..3f61c5ecac064 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementScriptUserRunStateCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementScriptUserRunStateCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementscriptuserrunstatecount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementScriptUserRunStateCount --- @@ -24,7 +24,7 @@ Get-MgBetaDeviceManagementScriptUserRunStateCount -DeviceManagementScriptId ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaDeviceManagementScriptUserRunStateCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-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) | DeviceManagementConfiguration.Read.All, DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementConfiguration.ReadWrite.All, | +| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementManagedDevices.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | DeviceManagementConfiguration.Read.All, DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementConfiguration.ReadWrite.All, | +| Application | DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementManagedDevices.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementScriptUserRunStateDeviceRunState.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementScriptUserRunStateDeviceRunState.md index ecbcaf7ee33c2..747f23cfd419d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementScriptUserRunStateDeviceRunState.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementScriptUserRunStateDeviceRunState.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementscriptuserrunstatedevicerunstate Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementScriptUserRunStateDeviceRunState --- @@ -26,7 +26,7 @@ Get-MgBetaDeviceManagementScriptUserRunStateDeviceRunState -DeviceManagementScri [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -37,7 +37,7 @@ Get-MgBetaDeviceManagementScriptUserRunStateDeviceRunState -DeviceManagementScriptUserStateId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -47,7 +47,7 @@ Get-MgBetaDeviceManagementScriptUserRunStateDeviceRunState -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -63,9 +63,9 @@ List of run states for this script across all devices of specific user. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementConfiguration.ReadWrite.All, | +| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementManagedDevices.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | DeviceManagementConfiguration.Read.All, DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementConfiguration.ReadWrite.All, | +| Application | DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementManagedDevices.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementSettingDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementSettingDefinition.md index 72bbc5aeddadf..a42ed20b1aa99 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementSettingDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementSettingDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementsettingdefinition Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementSettingDefinition --- @@ -25,7 +25,7 @@ Get-MgBetaDeviceManagementSettingDefinition [-ExpandProperty ] [-Prope [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaDeviceManagementSettingDefinition -DeviceManagementSettingDefinitionId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -45,7 +45,7 @@ Get-MgBetaDeviceManagementSettingDefinition -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementSettingDefinitionCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementSettingDefinitionCount.md index c57d42b4fe6ae..63b3389fa79e6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementSettingDefinitionCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementSettingDefinitionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementsettingdefinitioncount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementSettingDefinitionCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaDeviceManagementSettingDefinitionCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementSoftwareUpdateStatusSummary.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementSoftwareUpdateStatusSummary.md index e59d763d0504e..d00a39fe23210 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementSoftwareUpdateStatusSummary.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementSoftwareUpdateStatusSummary.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementsoftwareupdatestatussummary Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementSoftwareUpdateStatusSummary --- @@ -26,7 +26,7 @@ The software update status summary. Get-MgBetaDeviceManagementSoftwareUpdateStatusSummary [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementTemplate.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementTemplate.md index f44968795727a..dfa05c7526d70 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementTemplate.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementTemplate.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementtemplate Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementTemplate --- @@ -25,7 +25,7 @@ Get-MgBetaDeviceManagementTemplate [-ExpandProperty ] [-Property ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -34,7 +34,7 @@ Get-MgBetaDeviceManagementTemplate [-ExpandProperty ] [-Property [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -44,7 +44,7 @@ Get-MgBetaDeviceManagementTemplate -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementTemplateCategory.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementTemplateCategory.md index 9a8debc14eaab..30b7e952fb949 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementTemplateCategory.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementTemplateCategory.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementtemplatecategory Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementTemplateCategory --- @@ -26,7 +26,6 @@ Get-MgBetaDeviceManagementTemplateCategory -DeviceManagementTemplateId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -36,7 +35,7 @@ Get-MgBetaDeviceManagementTemplateCategory -DeviceManagementTemplateId -DeviceManagementTemplateSettingCategoryId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +45,7 @@ Get-MgBetaDeviceManagementTemplateCategory -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementTemplateCategoryCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementTemplateCategoryCount.md index e2a21b4d2cd5b..688e3311af282 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementTemplateCategoryCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementTemplateCategoryCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementtemplatecategorycount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementTemplateCategoryCount --- @@ -24,7 +24,7 @@ Get-MgBetaDeviceManagementTemplateCategoryCount -DeviceManagementTemplateId ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaDeviceManagementTemplateCategoryCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementTemplateCategoryRecommendedSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementTemplateCategoryRecommendedSetting.md index 7888c67f0da4a..e6dd6a3f838b8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementTemplateCategoryRecommendedSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementTemplateCategoryRecommendedSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementtemplatecategoryrecommendedsetting Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementTemplateCategoryRecommendedSetting --- @@ -26,7 +26,7 @@ Get-MgBetaDeviceManagementTemplateCategoryRecommendedSetting -DeviceManagementTe [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -37,7 +37,7 @@ Get-MgBetaDeviceManagementTemplateCategoryRecommendedSetting -DeviceManagementTemplateSettingCategoryId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -47,7 +47,7 @@ Get-MgBetaDeviceManagementTemplateCategoryRecommendedSetting -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementTemplateCategoryRecommendedSettingCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementTemplateCategoryRecommendedSettingCount.md index 3f4ecfffec699..f34ef852ff8e6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementTemplateCategoryRecommendedSettingCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementTemplateCategoryRecommendedSettingCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementtemplatecategoryrecommendedsettingcount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementTemplateCategoryRecommendedSettingCount --- @@ -25,7 +25,7 @@ Get-MgBetaDeviceManagementTemplateCategoryRecommendedSettingCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaDeviceManagementTemplateCategoryRecommendedSettingCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementTemplateCategorySettingDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementTemplateCategorySettingDefinition.md index 149d0734588c7..9e36cc3dd07d5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementTemplateCategorySettingDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementTemplateCategorySettingDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementtemplatecategorysettingdefinition Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementTemplateCategorySettingDefinition --- @@ -26,7 +26,7 @@ Get-MgBetaDeviceManagementTemplateCategorySettingDefinition -DeviceManagementTem [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -37,7 +37,7 @@ Get-MgBetaDeviceManagementTemplateCategorySettingDefinition -DeviceManagementTemplateSettingCategoryId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -47,7 +47,7 @@ Get-MgBetaDeviceManagementTemplateCategorySettingDefinition -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementTemplateCategorySettingDefinitionCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementTemplateCategorySettingDefinitionCount.md index 04b15a153b36a..0015a58f98736 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementTemplateCategorySettingDefinitionCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementTemplateCategorySettingDefinitionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementtemplatecategorysettingdefinitioncount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementTemplateCategorySettingDefinitionCount --- @@ -25,7 +25,7 @@ Get-MgBetaDeviceManagementTemplateCategorySettingDefinitionCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaDeviceManagementTemplateCategorySettingDefinitionCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementTemplateCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementTemplateCount.md index aacfd2ebb4347..496453dc04a59 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementTemplateCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementTemplateCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementtemplatecount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementTemplateCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaDeviceManagementTemplateCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementTemplateMigratableTo.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementTemplateMigratableTo.md index 1b6b14669193d..dc47d52bfaff9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementTemplateMigratableTo.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementTemplateMigratableTo.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementtemplatemigratableto Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementTemplateMigratableTo --- @@ -26,7 +26,6 @@ Get-MgBetaDeviceManagementTemplateMigratableTo -DeviceManagementTemplateId ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -36,7 +35,7 @@ Get-MgBetaDeviceManagementTemplateMigratableTo -DeviceManagementTemplateId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +45,7 @@ Get-MgBetaDeviceManagementTemplateMigratableTo -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementTemplateMigratableToCategory.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementTemplateMigratableToCategory.md index b8425c56a34da..9db9786911de8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementTemplateMigratableToCategory.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementTemplateMigratableToCategory.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementtemplatemigratabletocategory Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementTemplateMigratableToCategory --- @@ -26,7 +26,7 @@ Get-MgBetaDeviceManagementTemplateMigratableToCategory -DeviceManagementTemplate [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -37,7 +37,7 @@ Get-MgBetaDeviceManagementTemplateMigratableToCategory -DeviceManagementTemplate [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -47,7 +47,7 @@ Get-MgBetaDeviceManagementTemplateMigratableToCategory -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementTemplateMigratableToCategoryCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementTemplateMigratableToCategoryCount.md index 2ee81f55daef8..7c4e870fd81aa 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementTemplateMigratableToCategoryCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementTemplateMigratableToCategoryCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementtemplatemigratabletocategorycount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementTemplateMigratableToCategoryCount --- @@ -24,7 +24,7 @@ Get-MgBetaDeviceManagementTemplateMigratableToCategoryCount -DeviceManagementTem -DeviceManagementTemplateId1 [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaDeviceManagementTemplateMigratableToCategoryCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementTemplateMigratableToCategoryRecommendedSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementTemplateMigratableToCategoryRecommendedSetting.md index 304cf997d28ba..717e56942a64c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementTemplateMigratableToCategoryRecommendedSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementTemplateMigratableToCategoryRecommendedSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementtemplatemigratabletocategoryrecommendedsetting Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementTemplateMigratableToCategoryRecommendedSetting --- @@ -27,7 +27,7 @@ Get-MgBetaDeviceManagementTemplateMigratableToCategoryRecommendedSetting [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -39,7 +39,7 @@ Get-MgBetaDeviceManagementTemplateMigratableToCategoryRecommendedSetting [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -49,7 +49,7 @@ Get-MgBetaDeviceManagementTemplateMigratableToCategoryRecommendedSetting -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementTemplateMigratableToCategoryRecommendedSettingCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementTemplateMigratableToCategoryRecommendedSettingCount.md index 9bb8fd164acea..f98b0cfddacf9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementTemplateMigratableToCategoryRecommendedSettingCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementTemplateMigratableToCategoryRecommendedSettingCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementtemplatemigratabletocategoryrecommendedsettingcount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementTemplateMigratableToCategoryRecommendedSettingCount --- @@ -25,7 +25,7 @@ Get-MgBetaDeviceManagementTemplateMigratableToCategoryRecommendedSettingCount -DeviceManagementTemplateSettingCategoryId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaDeviceManagementTemplateMigratableToCategoryRecommendedSettingCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementTemplateMigratableToCategorySettingDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementTemplateMigratableToCategorySettingDefinition.md index faf2d7f42a8b8..90c7966dde4d4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementTemplateMigratableToCategorySettingDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementTemplateMigratableToCategorySettingDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementtemplatemigratabletocategorysettingdefinition Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementTemplateMigratableToCategorySettingDefinition --- @@ -27,7 +27,7 @@ Get-MgBetaDeviceManagementTemplateMigratableToCategorySettingDefinition [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -39,7 +39,7 @@ Get-MgBetaDeviceManagementTemplateMigratableToCategorySettingDefinition [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -49,7 +49,7 @@ Get-MgBetaDeviceManagementTemplateMigratableToCategorySettingDefinition -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementTemplateMigratableToCategorySettingDefinitionCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementTemplateMigratableToCategorySettingDefinitionCount.md index 1bb9d041a778e..56712fc2b754a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementTemplateMigratableToCategorySettingDefinitionCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementTemplateMigratableToCategorySettingDefinitionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementtemplatemigratabletocategorysettingdefinitioncount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementTemplateMigratableToCategorySettingDefinitionCount --- @@ -25,7 +25,7 @@ Get-MgBetaDeviceManagementTemplateMigratableToCategorySettingDefinitionCount -DeviceManagementTemplateSettingCategoryId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaDeviceManagementTemplateMigratableToCategorySettingDefinitionCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementTemplateMigratableToCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementTemplateMigratableToCount.md index 83e9d647d6947..460d952e5adc8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementTemplateMigratableToCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementTemplateMigratableToCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementtemplatemigratabletocount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementTemplateMigratableToCount --- @@ -24,7 +24,7 @@ Get-MgBetaDeviceManagementTemplateMigratableToCount -DeviceManagementTemplateId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaDeviceManagementTemplateMigratableToCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementTemplateMigratableToSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementTemplateMigratableToSetting.md index 843721c0770a3..5f8723f74cda7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementTemplateMigratableToSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementTemplateMigratableToSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementtemplatemigratabletosetting Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementTemplateMigratableToSetting --- @@ -26,7 +26,7 @@ Get-MgBetaDeviceManagementTemplateMigratableToSetting -DeviceManagementTemplateI [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -37,7 +37,7 @@ Get-MgBetaDeviceManagementTemplateMigratableToSetting -DeviceManagementSettingIn [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -47,7 +47,7 @@ Get-MgBetaDeviceManagementTemplateMigratableToSetting -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementTemplateMigratableToSettingCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementTemplateMigratableToSettingCount.md index 541ba872a1af8..400e49c7fcb24 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementTemplateMigratableToSettingCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementTemplateMigratableToSettingCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementtemplatemigratabletosettingcount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementTemplateMigratableToSettingCount --- @@ -24,7 +24,7 @@ Get-MgBetaDeviceManagementTemplateMigratableToSettingCount -DeviceManagementTemp -DeviceManagementTemplateId1 [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaDeviceManagementTemplateMigratableToSettingCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementTemplateSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementTemplateSetting.md index 50e24d8f13c97..93da538dddbc6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementTemplateSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementTemplateSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementtemplatesetting Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementTemplateSetting --- @@ -26,7 +26,6 @@ Get-MgBetaDeviceManagementTemplateSetting -DeviceManagementTemplateId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -36,7 +35,7 @@ Get-MgBetaDeviceManagementTemplateSetting -DeviceManagementSettingInstanceId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +45,7 @@ Get-MgBetaDeviceManagementTemplateSetting -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementTemplateSettingCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementTemplateSettingCount.md index f552f2e77d516..b85c19adc81f6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementTemplateSettingCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementTemplateSettingCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementtemplatesettingcount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementTemplateSettingCount --- @@ -24,7 +24,7 @@ Get-MgBetaDeviceManagementTemplateSettingCount -DeviceManagementTemplateId ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaDeviceManagementTemplateSettingCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementTroubleshootingEvent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementTroubleshootingEvent.md index 0a8fcc353ec5a..4bf75a2d1812c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementTroubleshootingEvent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementTroubleshootingEvent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementtroubleshootingevent Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementTroubleshootingEvent --- @@ -28,7 +28,7 @@ Get-MgBetaDeviceManagementTroubleshootingEvent [-ExpandProperty ] [-Pr [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaDeviceManagementTroubleshootingEvent -DeviceManagementTroubleshootingE [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +48,7 @@ Get-MgBetaDeviceManagementTroubleshootingEvent -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementTroubleshootingEventCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementTroubleshootingEventCount.md index 828d16d84d13b..9982c1d63cddf 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementTroubleshootingEventCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementTroubleshootingEventCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementtroubleshootingeventcount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementTroubleshootingEventCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaDeviceManagementTroubleshootingEventCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementWindowsInformationProtectionAppLearningSummary.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementWindowsInformationProtectionAppLearningSummary.md index a9f53ce449c91..1007e42e88733 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementWindowsInformationProtectionAppLearningSummary.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementWindowsInformationProtectionAppLearningSummary.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementwindowsinformationprotectionapplearningsummary Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementWindowsInformationProtectionAppLearningSummary --- @@ -29,7 +29,6 @@ Get-MgBetaDeviceManagementWindowsInformationProtectionAppLearningSummary [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -39,7 +38,7 @@ Get-MgBetaDeviceManagementWindowsInformationProtectionAppLearningSummary -WindowsInformationProtectionAppLearningSummaryId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -49,7 +48,7 @@ Get-MgBetaDeviceManagementWindowsInformationProtectionAppLearningSummary -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementWindowsInformationProtectionAppLearningSummaryCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementWindowsInformationProtectionAppLearningSummaryCount.md index b5fc216c8af2f..078229d05d013 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementWindowsInformationProtectionAppLearningSummaryCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementWindowsInformationProtectionAppLearningSummaryCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementwindowsinformationprotectionapplearningsummarycount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementWindowsInformationProtectionAppLearningSummaryCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaDeviceManagementWindowsInformationProtectionAppLearningSummaryCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementWindowsInformationProtectionNetworkLearningSummary.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementWindowsInformationProtectionNetworkLearningSummary.md index e393289067649..9df93f4944f69 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementWindowsInformationProtectionNetworkLearningSummary.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementWindowsInformationProtectionNetworkLearningSummary.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementwindowsinformationprotectionnetworklearningsummary Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementWindowsInformationProtectionNetworkLearningSummary --- @@ -29,7 +29,6 @@ Get-MgBetaDeviceManagementWindowsInformationProtectionNetworkLearningSummary [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -39,7 +38,7 @@ Get-MgBetaDeviceManagementWindowsInformationProtectionNetworkLearningSummary -WindowsInformationProtectionNetworkLearningSummaryId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -49,7 +48,7 @@ Get-MgBetaDeviceManagementWindowsInformationProtectionNetworkLearningSummary -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementWindowsInformationProtectionNetworkLearningSummaryCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementWindowsInformationProtectionNetworkLearningSummaryCount.md index 5e61a9e7dcc46..db7215b97ae7c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementWindowsInformationProtectionNetworkLearningSummaryCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementWindowsInformationProtectionNetworkLearningSummaryCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementwindowsinformationprotectionnetworklearningsummarycount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementWindowsInformationProtectionNetworkLearningSummaryCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaDeviceManagementWindowsInformationProtectionNetworkLearningSummaryCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementWindowsMalwareInformation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementWindowsMalwareInformation.md index c1a4eca9bae94..e70ac217a0bb1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementWindowsMalwareInformation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementWindowsMalwareInformation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementwindowsmalwareinformation Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementWindowsMalwareInformation --- @@ -28,7 +28,7 @@ Get-MgBetaDeviceManagementWindowsMalwareInformation [-ExpandProperty ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaDeviceManagementWindowsMalwareInformation -WindowsMalwareInformationId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +48,7 @@ Get-MgBetaDeviceManagementWindowsMalwareInformation -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -64,9 +64,9 @@ The list of affected malware in the tenant. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | DeviceManagementManagedDevices.Read.All, DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementConfiguration.Read.All, | +| Delegated (work or school account) | DeviceManagementManagedDevices.Read.All, DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementManagedDevices.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | DeviceManagementManagedDevices.Read.All, DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementConfiguration.Read.All, | +| Application | DeviceManagementManagedDevices.Read.All, DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementManagedDevices.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementWindowsMalwareInformationCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementWindowsMalwareInformationCount.md index 287b9afbe9d41..df67a966578e7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementWindowsMalwareInformationCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementWindowsMalwareInformationCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementwindowsmalwareinformationcount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementWindowsMalwareInformationCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaDeviceManagementWindowsMalwareInformationCount [-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) | DeviceManagementManagedDevices.Read.All, DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementConfiguration.Read.All, | +| Delegated (work or school account) | DeviceManagementManagedDevices.Read.All, DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementManagedDevices.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | DeviceManagementManagedDevices.Read.All, DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementConfiguration.Read.All, | +| Application | DeviceManagementManagedDevices.Read.All, DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementManagedDevices.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementWindowsMalwareInformationDeviceMalwareState.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementWindowsMalwareInformationDeviceMalwareState.md index ab2a582a7760e..e7921aef2ce7c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementWindowsMalwareInformationDeviceMalwareState.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementWindowsMalwareInformationDeviceMalwareState.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementwindowsmalwareinformationdevicemalwarestate Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementWindowsMalwareInformationDeviceMalwareState --- @@ -29,7 +29,7 @@ Get-MgBetaDeviceManagementWindowsMalwareInformationDeviceMalwareState [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -40,7 +40,7 @@ Get-MgBetaDeviceManagementWindowsMalwareInformationDeviceMalwareState [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -50,7 +50,7 @@ Get-MgBetaDeviceManagementWindowsMalwareInformationDeviceMalwareState -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -66,9 +66,9 @@ List of devices affected by current malware with the malware state on each devic | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | DeviceManagementManagedDevices.Read.All, DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementConfiguration.Read.All, | +| Delegated (work or school account) | DeviceManagementManagedDevices.Read.All, DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementManagedDevices.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | DeviceManagementManagedDevices.Read.All, DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementConfiguration.Read.All, | +| Application | DeviceManagementManagedDevices.Read.All, DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementManagedDevices.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementWindowsMalwareInformationDeviceMalwareStateCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementWindowsMalwareInformationDeviceMalwareStateCount.md index b4f05366d4ca0..2e9beef22c169 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementWindowsMalwareInformationDeviceMalwareStateCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementWindowsMalwareInformationDeviceMalwareStateCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementwindowsmalwareinformationdevicemalwarestatecount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementWindowsMalwareInformationDeviceMalwareStateCount --- @@ -27,7 +27,7 @@ Get-MgBetaDeviceManagementWindowsMalwareInformationDeviceMalwareStateCount -WindowsMalwareInformationId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaDeviceManagementWindowsMalwareInformationDeviceMalwareStateCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-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) | DeviceManagementManagedDevices.Read.All, DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementConfiguration.Read.All, | +| Delegated (work or school account) | DeviceManagementManagedDevices.Read.All, DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementManagedDevices.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | DeviceManagementManagedDevices.Read.All, DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementConfiguration.Read.All, | +| Application | DeviceManagementManagedDevices.Read.All, DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementManagedDevices.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementWindowsQualityUpdateProfile.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementWindowsQualityUpdateProfile.md index 8c0ebf5744ca0..83059e70a31e9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementWindowsQualityUpdateProfile.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementWindowsQualityUpdateProfile.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementwindowsqualityupdateprofile Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementWindowsQualityUpdateProfile --- @@ -25,7 +25,7 @@ Get-MgBetaDeviceManagementWindowsQualityUpdateProfile [-ExpandProperty ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaDeviceManagementWindowsQualityUpdateProfile -WindowsQualityUpdateProfi [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -45,7 +45,7 @@ Get-MgBetaDeviceManagementWindowsQualityUpdateProfile -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementWindowsQualityUpdateProfileAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementWindowsQualityUpdateProfileAssignment.md index 8c1f337b61c76..6133e63ca11d3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementWindowsQualityUpdateProfileAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementWindowsQualityUpdateProfileAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementwindowsqualityupdateprofileassignment Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementWindowsQualityUpdateProfileAssignment --- @@ -26,7 +26,7 @@ Get-MgBetaDeviceManagementWindowsQualityUpdateProfileAssignment [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -37,7 +37,7 @@ Get-MgBetaDeviceManagementWindowsQualityUpdateProfileAssignment [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -47,7 +47,7 @@ Get-MgBetaDeviceManagementWindowsQualityUpdateProfileAssignment -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementWindowsQualityUpdateProfileAssignmentCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementWindowsQualityUpdateProfileAssignmentCount.md index 8d853d4be6741..cf94555a7fb6e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementWindowsQualityUpdateProfileAssignmentCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementWindowsQualityUpdateProfileAssignmentCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementwindowsqualityupdateprofileassignmentcount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementWindowsQualityUpdateProfileAssignmentCount --- @@ -24,7 +24,7 @@ Get-MgBetaDeviceManagementWindowsQualityUpdateProfileAssignmentCount -WindowsQualityUpdateProfileId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaDeviceManagementWindowsQualityUpdateProfileAssignmentCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementWindowsQualityUpdateProfileCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementWindowsQualityUpdateProfileCount.md index 8aaaa7585bcfc..b6c633a2e55c8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementWindowsQualityUpdateProfileCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Get-MgBetaDeviceManagementWindowsQualityUpdateProfileCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/get-mgbetadevicemanagementwindowsqualityupdateprofilecount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementWindowsQualityUpdateProfileCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaDeviceManagementWindowsQualityUpdateProfileCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Import-MgBetaDeviceManagementTemplateMigratableToOffice365DeviceConfigurationPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Import-MgBetaDeviceManagementTemplateMigratableToOffice365DeviceConfigurationPolicy.md index 8c4485e1683e6..8ad8181125cd5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Import-MgBetaDeviceManagementTemplateMigratableToOffice365DeviceConfigurationPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Import-MgBetaDeviceManagementTemplateMigratableToOffice365DeviceConfigurationPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/import-mgbetadevicemanagementtemplatemigratabletooffice365deviceconfigurationpolicy Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Import-MgBetaDeviceManagementTemplateMigratableToOffice365DeviceConfigurationPolicy --- @@ -24,7 +24,7 @@ Import-MgBetaDeviceManagementTemplateMigratableToOffice365DeviceConfigurationPol -DeviceManagementTemplateId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### ImportViaIdentity @@ -34,7 +34,7 @@ Import-MgBetaDeviceManagementTemplateMigratableToOffice365DeviceConfigurationPol -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Import-MgBetaDeviceManagementTemplateOffice365DeviceConfigurationPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Import-MgBetaDeviceManagementTemplateOffice365DeviceConfigurationPolicy.md index c1b3c75dca4d4..c7196ace5498f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Import-MgBetaDeviceManagementTemplateOffice365DeviceConfigurationPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Import-MgBetaDeviceManagementTemplateOffice365DeviceConfigurationPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/import-mgbetadevicemanagementtemplateoffice365deviceconfigurationpolicy Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Import-MgBetaDeviceManagementTemplateOffice365DeviceConfigurationPolicy --- @@ -24,7 +24,6 @@ Import-MgBetaDeviceManagementTemplateOffice365DeviceConfigurationPolicy [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Initialize-MgBetaDeviceManagementComanagedDeviceEsim.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Initialize-MgBetaDeviceManagementComanagedDeviceEsim.md index 3fe7dad4c1723..6c76b15db3d21 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Initialize-MgBetaDeviceManagementComanagedDeviceEsim.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Initialize-MgBetaDeviceManagementComanagedDeviceEsim.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/initialize-mgbetadevicemanagementcomanageddeviceesim Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Initialize-MgBetaDeviceManagementComanagedDeviceEsim --- @@ -25,7 +25,6 @@ Initialize-MgBetaDeviceManagementComanagedDeviceEsim -ManagedDeviceId [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Activate @@ -36,7 +35,6 @@ Initialize-MgBetaDeviceManagementComanagedDeviceEsim -ManagedDeviceId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ActivateViaIdentityExpanded @@ -47,7 +45,6 @@ Initialize-MgBetaDeviceManagementComanagedDeviceEsim -InputObject ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ActivateViaIdentity @@ -58,7 +55,6 @@ Initialize-MgBetaDeviceManagementComanagedDeviceEsim -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Initialize-MgBetaDeviceManagementManagedDeviceEsim.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Initialize-MgBetaDeviceManagementManagedDeviceEsim.md index c740d07afd52e..afd2aecdbce0c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Initialize-MgBetaDeviceManagementManagedDeviceEsim.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Initialize-MgBetaDeviceManagementManagedDeviceEsim.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/initialize-mgbetadevicemanagementmanageddeviceesim Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Initialize-MgBetaDeviceManagementManagedDeviceEsim --- @@ -25,7 +25,6 @@ Initialize-MgBetaDeviceManagementManagedDeviceEsim -ManagedDeviceId [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Activate @@ -36,7 +35,6 @@ Initialize-MgBetaDeviceManagementManagedDeviceEsim -ManagedDeviceId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ActivateViaIdentityExpanded @@ -47,7 +45,6 @@ Initialize-MgBetaDeviceManagementManagedDeviceEsim -InputObject ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ActivateViaIdentity @@ -58,7 +55,6 @@ Initialize-MgBetaDeviceManagementManagedDeviceEsim -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaAppDeviceManagementComanagedDeviceDiagnostic.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaAppDeviceManagementComanagedDeviceDiagnostic.md index 73e274246be1a..1dafbd647082d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaAppDeviceManagementComanagedDeviceDiagnostic.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaAppDeviceManagementComanagedDeviceDiagnostic.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/invoke-mgbetaappdevicemanagementcomanageddevicediagnostic Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaAppDeviceManagementComanagedDeviceDiagnostic --- @@ -24,7 +24,7 @@ Invoke-MgBetaAppDeviceManagementComanagedDeviceDiagnostic -Upn [-Count] [-Search ] [-Skip ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### AppViaIdentity @@ -34,7 +34,7 @@ Invoke-MgBetaAppDeviceManagementComanagedDeviceDiagnostic -InputObject ] [-Search ] [-Skip ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaAppDeviceManagementManagedDeviceDiagnostic.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaAppDeviceManagementManagedDeviceDiagnostic.md index 63434e8c43032..965cabe82ca2c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaAppDeviceManagementManagedDeviceDiagnostic.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaAppDeviceManagementManagedDeviceDiagnostic.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/invoke-mgbetaappdevicemanagementmanageddevicediagnostic Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaAppDeviceManagementManagedDeviceDiagnostic --- @@ -24,7 +24,7 @@ Invoke-MgBetaAppDeviceManagementManagedDeviceDiagnostic -Upn [-Count] [ [-Search ] [-Skip ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### AppViaIdentity @@ -34,7 +34,7 @@ Invoke-MgBetaAppDeviceManagementManagedDeviceDiagnostic -InputObject ] [-Search ] [-Skip ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaCleanDeviceManagementComanagedDeviceWindowsDevice.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaCleanDeviceManagementComanagedDeviceWindowsDevice.md index babb1af9abd2e..8a61c82bd42d4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaCleanDeviceManagementComanagedDeviceWindowsDevice.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaCleanDeviceManagementComanagedDeviceWindowsDevice.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/invoke-mgbetacleandevicemanagementcomanageddevicewindowsdevice Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaCleanDeviceManagementComanagedDeviceWindowsDevice --- @@ -25,7 +25,6 @@ Invoke-MgBetaCleanDeviceManagementComanagedDeviceWindowsDevice -ManagedDeviceId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Clean @@ -36,7 +35,6 @@ Invoke-MgBetaCleanDeviceManagementComanagedDeviceWindowsDevice -ManagedDeviceId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CleanViaIdentityExpanded @@ -47,7 +45,6 @@ Invoke-MgBetaCleanDeviceManagementComanagedDeviceWindowsDevice [-AdditionalProperties ] [-KeepUserData] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CleanViaIdentity @@ -59,7 +56,6 @@ Invoke-MgBetaCleanDeviceManagementComanagedDeviceWindowsDevice [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaCleanDeviceManagementManagedDeviceWindowsDevice.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaCleanDeviceManagementManagedDeviceWindowsDevice.md index 77184ff0ddfe2..c2038644c161f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaCleanDeviceManagementManagedDeviceWindowsDevice.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaCleanDeviceManagementManagedDeviceWindowsDevice.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/invoke-mgbetacleandevicemanagementmanageddevicewindowsdevice Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaCleanDeviceManagementManagedDeviceWindowsDevice --- @@ -28,7 +28,6 @@ Invoke-MgBetaCleanDeviceManagementManagedDeviceWindowsDevice -ManagedDeviceId ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Clean @@ -39,7 +38,6 @@ Invoke-MgBetaCleanDeviceManagementManagedDeviceWindowsDevice -ManagedDeviceId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CleanViaIdentityExpanded @@ -50,7 +48,6 @@ Invoke-MgBetaCleanDeviceManagementManagedDeviceWindowsDevice [-AdditionalProperties ] [-KeepUserData] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CleanViaIdentity @@ -62,7 +59,6 @@ Invoke-MgBetaCleanDeviceManagementManagedDeviceWindowsDevice [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaConsentDeviceManagementDataSharingConsentToDataSharing.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaConsentDeviceManagementDataSharingConsentToDataSharing.md index ae2e54be2a80f..9f5bececaebaf 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaConsentDeviceManagementDataSharingConsentToDataSharing.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaConsentDeviceManagementDataSharingConsentToDataSharing.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/invoke-mgbetaconsentdevicemanagementdatasharingconsenttodatasharing Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaConsentDeviceManagementDataSharingConsentToDataSharing --- @@ -24,7 +24,6 @@ Invoke-MgBetaConsentDeviceManagementDataSharingConsentToDataSharing -DataSharing [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ConsentViaIdentity @@ -34,7 +33,7 @@ Invoke-MgBetaConsentDeviceManagementDataSharingConsentToDataSharing -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaDeprovisionDeviceManagementComanagedDevice.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaDeprovisionDeviceManagementComanagedDevice.md index 57375ab21cd80..2cf8c92350572 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaDeprovisionDeviceManagementComanagedDevice.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaDeprovisionDeviceManagementComanagedDevice.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/invoke-mgbetadeprovisiondevicemanagementcomanageddevice Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaDeprovisionDeviceManagementComanagedDevice --- @@ -25,7 +25,6 @@ Invoke-MgBetaDeprovisionDeviceManagementComanagedDevice -ManagedDeviceId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Deprovision @@ -36,7 +35,6 @@ Invoke-MgBetaDeprovisionDeviceManagementComanagedDevice -ManagedDeviceId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeprovisionViaIdentityExpanded @@ -47,7 +45,6 @@ Invoke-MgBetaDeprovisionDeviceManagementComanagedDevice -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeprovisionViaIdentity @@ -58,7 +55,6 @@ Invoke-MgBetaDeprovisionDeviceManagementComanagedDevice -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaDeprovisionDeviceManagementManagedDevice.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaDeprovisionDeviceManagementManagedDevice.md index 41c08b9c9a241..809e458cbb303 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaDeprovisionDeviceManagementManagedDevice.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaDeprovisionDeviceManagementManagedDevice.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/invoke-mgbetadeprovisiondevicemanagementmanageddevice Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaDeprovisionDeviceManagementManagedDevice --- @@ -25,7 +25,6 @@ Invoke-MgBetaDeprovisionDeviceManagementManagedDevice -ManagedDeviceId [-DeprovisionReason ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Deprovision @@ -36,7 +35,6 @@ Invoke-MgBetaDeprovisionDeviceManagementManagedDevice -ManagedDeviceId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeprovisionViaIdentityExpanded @@ -47,7 +45,6 @@ Invoke-MgBetaDeprovisionDeviceManagementManagedDevice -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeprovisionViaIdentity @@ -58,7 +55,6 @@ Invoke-MgBetaDeprovisionDeviceManagementManagedDevice -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaDownDeviceManagementComanagedDeviceShut.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaDownDeviceManagementComanagedDeviceShut.md index b8b93de5dc3c0..9686a6dbe2232 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaDownDeviceManagementComanagedDeviceShut.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaDownDeviceManagementComanagedDeviceShut.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/invoke-mgbetadowndevicemanagementcomanageddeviceshut Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaDownDeviceManagementComanagedDeviceShut --- @@ -24,7 +24,6 @@ Invoke-MgBetaDownDeviceManagementComanagedDeviceShut -ManagedDeviceId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DownViaIdentity @@ -34,7 +33,6 @@ Invoke-MgBetaDownDeviceManagementComanagedDeviceShut -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaDownDeviceManagementManagedDeviceShut.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaDownDeviceManagementManagedDeviceShut.md index b808f7803126c..fe1978e1b60b0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaDownDeviceManagementManagedDeviceShut.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaDownDeviceManagementManagedDeviceShut.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/invoke-mgbetadowndevicemanagementmanageddeviceshut Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaDownDeviceManagementManagedDeviceShut --- @@ -27,7 +27,6 @@ Invoke-MgBetaDownDeviceManagementManagedDeviceShut -ManagedDeviceId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DownViaIdentity @@ -37,7 +36,6 @@ Invoke-MgBetaDownDeviceManagementManagedDeviceShut -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaDownloadDeviceManagementComanagedDeviceAppDiagnostic.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaDownloadDeviceManagementComanagedDeviceAppDiagnostic.md index 7513bbdae29a0..521e9234ff495 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaDownloadDeviceManagementComanagedDeviceAppDiagnostic.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaDownloadDeviceManagementComanagedDeviceAppDiagnostic.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/invoke-mgbetadownloaddevicemanagementcomanageddeviceappdiagnostic Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaDownloadDeviceManagementComanagedDeviceAppDiagnostic --- @@ -25,7 +25,6 @@ Invoke-MgBetaDownloadDeviceManagementComanagedDeviceAppDiagnostic -OutFile ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Download @@ -36,7 +35,6 @@ Invoke-MgBetaDownloadDeviceManagementComanagedDeviceAppDiagnostic -OutFile ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaDownloadDeviceManagementComanagedDevicePowerliftAppDiagnostic.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaDownloadDeviceManagementComanagedDevicePowerliftAppDiagnostic.md index 352462c2d9d0a..d1d73bee6dc8f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaDownloadDeviceManagementComanagedDevicePowerliftAppDiagnostic.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaDownloadDeviceManagementComanagedDevicePowerliftAppDiagnostic.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/invoke-mgbetadownloaddevicemanagementcomanageddevicepowerliftappdiagnostic Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaDownloadDeviceManagementComanagedDevicePowerliftAppDiagnostic --- @@ -25,7 +25,6 @@ Invoke-MgBetaDownloadDeviceManagementComanagedDevicePowerliftAppDiagnostic -OutF [-Request ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Download @@ -36,7 +35,6 @@ Invoke-MgBetaDownloadDeviceManagementComanagedDevicePowerliftAppDiagnostic -OutF [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaDownloadDeviceManagementManagedDeviceAppDiagnostic.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaDownloadDeviceManagementManagedDeviceAppDiagnostic.md index 7b9dab05f16c0..dc0bdc20978aa 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaDownloadDeviceManagementManagedDeviceAppDiagnostic.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaDownloadDeviceManagementManagedDeviceAppDiagnostic.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/invoke-mgbetadownloaddevicemanagementmanageddeviceappdiagnostic Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaDownloadDeviceManagementManagedDeviceAppDiagnostic --- @@ -25,7 +25,6 @@ Invoke-MgBetaDownloadDeviceManagementManagedDeviceAppDiagnostic -OutFile ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Download @@ -36,7 +35,6 @@ Invoke-MgBetaDownloadDeviceManagementManagedDeviceAppDiagnostic -OutFile ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaDownloadDeviceManagementManagedDevicePowerliftAppDiagnostic.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaDownloadDeviceManagementManagedDevicePowerliftAppDiagnostic.md index 78a085f6b7ff5..d3dac6cb0b714 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaDownloadDeviceManagementManagedDevicePowerliftAppDiagnostic.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaDownloadDeviceManagementManagedDevicePowerliftAppDiagnostic.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/invoke-mgbetadownloaddevicemanagementmanageddevicepowerliftappdiagnostic Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaDownloadDeviceManagementManagedDevicePowerliftAppDiagnostic --- @@ -25,7 +25,6 @@ Invoke-MgBetaDownloadDeviceManagementManagedDevicePowerliftAppDiagnostic -OutFil [-Request ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Download @@ -36,7 +35,6 @@ Invoke-MgBetaDownloadDeviceManagementManagedDevicePowerliftAppDiagnostic -OutFil [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaEnrollDeviceManagementComanagedDeviceNowAction.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaEnrollDeviceManagementComanagedDeviceNowAction.md index c19aee586eb15..185778dded191 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaEnrollDeviceManagementComanagedDeviceNowAction.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaEnrollDeviceManagementComanagedDeviceNowAction.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/invoke-mgbetaenrolldevicemanagementcomanageddevicenowaction Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaEnrollDeviceManagementComanagedDeviceNowAction --- @@ -24,7 +24,6 @@ Invoke-MgBetaEnrollDeviceManagementComanagedDeviceNowAction -ManagedDeviceId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### EnrollViaIdentity @@ -34,7 +33,6 @@ Invoke-MgBetaEnrollDeviceManagementComanagedDeviceNowAction -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaEnrollDeviceManagementManagedDeviceNowAction.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaEnrollDeviceManagementManagedDeviceNowAction.md index 7e0786dd27ea2..1859d524d3369 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaEnrollDeviceManagementManagedDeviceNowAction.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaEnrollDeviceManagementManagedDeviceNowAction.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/invoke-mgbetaenrolldevicemanagementmanageddevicenowaction Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaEnrollDeviceManagementManagedDeviceNowAction --- @@ -24,7 +24,6 @@ Invoke-MgBetaEnrollDeviceManagementManagedDeviceNowAction -ManagedDeviceId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### EnrollViaIdentity @@ -34,7 +33,6 @@ Invoke-MgBetaEnrollDeviceManagementManagedDeviceNowAction -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaExecuteDeviceManagementComanagedDeviceAction.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaExecuteDeviceManagementComanagedDeviceAction.md index a188cc81bda08..5f9635d1e89d2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaExecuteDeviceManagementComanagedDeviceAction.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaExecuteDeviceManagementComanagedDeviceAction.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/invoke-mgbetaexecutedevicemanagementcomanageddeviceaction Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaExecuteDeviceManagementComanagedDeviceAction --- @@ -27,7 +27,6 @@ Invoke-MgBetaExecuteDeviceManagementComanagedDeviceAction [-ResponseHeadersVaria [-OrganizationalUnitPath ] [-PersistEsimDataPlan] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Execute @@ -38,7 +37,6 @@ Invoke-MgBetaExecuteDeviceManagementComanagedDeviceAction [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -54,9 +52,9 @@ Invoke action executeAction | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementManagedDevices.Read.All, DeviceManagementManagedDevices.PrivilegedOperations.All, | +| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementManagedDevices.PrivilegedOperations.All, DeviceManagementManagedDevices.Read.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | DeviceManagementConfiguration.Read.All, DeviceManagementManagedDevices.Read.All, DeviceManagementManagedDevices.PrivilegedOperations.All, | +| Application | DeviceManagementConfiguration.Read.All, DeviceManagementManagedDevices.PrivilegedOperations.All, DeviceManagementManagedDevices.Read.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaExecuteDeviceManagementManagedDeviceAction.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaExecuteDeviceManagementManagedDeviceAction.md index 3aa95deea89dd..cdf6f160e3c5d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaExecuteDeviceManagementManagedDeviceAction.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaExecuteDeviceManagementManagedDeviceAction.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/invoke-mgbetaexecutedevicemanagementmanageddeviceaction Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaExecuteDeviceManagementManagedDeviceAction --- @@ -27,7 +27,6 @@ Invoke-MgBetaExecuteDeviceManagementManagedDeviceAction [-ResponseHeadersVariabl [-OrganizationalUnitPath ] [-PersistEsimDataPlan] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Execute @@ -38,7 +37,6 @@ Invoke-MgBetaExecuteDeviceManagementManagedDeviceAction [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -54,9 +52,9 @@ Invoke action executeAction | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementManagedDevices.Read.All, DeviceManagementManagedDevices.PrivilegedOperations.All, | +| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementManagedDevices.PrivilegedOperations.All, DeviceManagementManagedDevices.Read.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | DeviceManagementConfiguration.Read.All, DeviceManagementManagedDevices.Read.All, DeviceManagementManagedDevices.PrivilegedOperations.All, | +| Application | DeviceManagementConfiguration.Read.All, DeviceManagementManagedDevices.PrivilegedOperations.All, DeviceManagementManagedDevices.Read.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaHasDeviceManagementDeviceCompliancePolicyPayloadLink.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaHasDeviceManagementDeviceCompliancePolicyPayloadLink.md index f253e577b9e3f..b509fbbcd59f0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaHasDeviceManagementDeviceCompliancePolicyPayloadLink.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaHasDeviceManagementDeviceCompliancePolicyPayloadLink.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/invoke-mgbetahasdevicemanagementdevicecompliancepolicypayloadlink Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaHasDeviceManagementDeviceCompliancePolicyPayloadLink --- @@ -24,7 +24,7 @@ Invoke-MgBetaHasDeviceManagementDeviceCompliancePolicyPayloadLink [-ResponseHeadersVariable ] [-AdditionalProperties ] [-PayloadIds ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Link @@ -35,7 +35,6 @@ Invoke-MgBetaHasDeviceManagementDeviceCompliancePolicyPayloadLink [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaHasDeviceManagementDeviceConfigurationPayloadLink.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaHasDeviceManagementDeviceConfigurationPayloadLink.md index a9d1f6223ce17..a06a25c194d7d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaHasDeviceManagementDeviceConfigurationPayloadLink.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaHasDeviceManagementDeviceConfigurationPayloadLink.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/invoke-mgbetahasdevicemanagementdeviceconfigurationpayloadlink Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaHasDeviceManagementDeviceConfigurationPayloadLink --- @@ -24,7 +24,6 @@ Invoke-MgBetaHasDeviceManagementDeviceConfigurationPayloadLink [-ResponseHeaders [-AdditionalProperties ] [-PayloadIds ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Link @@ -35,7 +34,6 @@ Invoke-MgBetaHasDeviceManagementDeviceConfigurationPayloadLink [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaHasDeviceManagementScriptPayloadLink.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaHasDeviceManagementScriptPayloadLink.md index ce862737bbcf0..b9f114a24365f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaHasDeviceManagementScriptPayloadLink.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaHasDeviceManagementScriptPayloadLink.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/invoke-mgbetahasdevicemanagementscriptpayloadlink Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaHasDeviceManagementScriptPayloadLink --- @@ -24,7 +24,6 @@ Invoke-MgBetaHasDeviceManagementScriptPayloadLink [-ResponseHeadersVariable ] [-PayloadIds ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Link @@ -35,7 +34,6 @@ Invoke-MgBetaHasDeviceManagementScriptPayloadLink [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaInitiateDeviceManagementComanagedDeviceAttestation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaInitiateDeviceManagementComanagedDeviceAttestation.md index 2dc0735965908..9405f6c148472 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaInitiateDeviceManagementComanagedDeviceAttestation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaInitiateDeviceManagementComanagedDeviceAttestation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/invoke-mgbetainitiatedevicemanagementcomanageddeviceattestation Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaInitiateDeviceManagementComanagedDeviceAttestation --- @@ -24,7 +24,6 @@ Invoke-MgBetaInitiateDeviceManagementComanagedDeviceAttestation -ManagedDeviceId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### InitiateViaIdentity @@ -35,7 +34,6 @@ Invoke-MgBetaInitiateDeviceManagementComanagedDeviceAttestation [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaInitiateDeviceManagementComanagedDeviceMobileDeviceManagementKeyRecovery.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaInitiateDeviceManagementComanagedDeviceMobileDeviceManagementKeyRecovery.md index d63f80229a6f7..fd8753e934d7a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaInitiateDeviceManagementComanagedDeviceMobileDeviceManagementKeyRecovery.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaInitiateDeviceManagementComanagedDeviceMobileDeviceManagementKeyRecovery.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/invoke-mgbetainitiatedevicemanagementcomanageddevicemobiledevicemanagementkeyrecovery Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaInitiateDeviceManagementComanagedDeviceMobileDeviceManagementKeyRecovery --- @@ -24,7 +24,6 @@ Invoke-MgBetaInitiateDeviceManagementComanagedDeviceMobileDeviceManagementKeyRec -ManagedDeviceId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### InitiateViaIdentity @@ -35,7 +34,6 @@ Invoke-MgBetaInitiateDeviceManagementComanagedDeviceMobileDeviceManagementKeyRec [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaInitiateDeviceManagementComanagedDeviceOnDemandProactiveRemediation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaInitiateDeviceManagementComanagedDeviceOnDemandProactiveRemediation.md index e53a0a917d55e..ef3d053c46416 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaInitiateDeviceManagementComanagedDeviceOnDemandProactiveRemediation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaInitiateDeviceManagementComanagedDeviceOnDemandProactiveRemediation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/invoke-mgbetainitiatedevicemanagementcomanageddeviceondemandproactiveremediation Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaInitiateDeviceManagementComanagedDeviceOnDemandProactiveRemediation --- @@ -25,7 +25,6 @@ Invoke-MgBetaInitiateDeviceManagementComanagedDeviceOnDemandProactiveRemediation [-ScriptPolicyId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Initiate @@ -37,7 +36,6 @@ Invoke-MgBetaInitiateDeviceManagementComanagedDeviceOnDemandProactiveRemediation [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### InitiateViaIdentityExpanded @@ -48,7 +46,6 @@ Invoke-MgBetaInitiateDeviceManagementComanagedDeviceOnDemandProactiveRemediation [-AdditionalProperties ] [-ScriptPolicyId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### InitiateViaIdentity @@ -60,7 +57,6 @@ Invoke-MgBetaInitiateDeviceManagementComanagedDeviceOnDemandProactiveRemediation [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaInitiateDeviceManagementManagedDeviceAttestation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaInitiateDeviceManagementManagedDeviceAttestation.md index 81a74b3cdb8f9..efeb625a1543c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaInitiateDeviceManagementManagedDeviceAttestation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaInitiateDeviceManagementManagedDeviceAttestation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/invoke-mgbetainitiatedevicemanagementmanageddeviceattestation Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaInitiateDeviceManagementManagedDeviceAttestation --- @@ -24,7 +24,6 @@ Invoke-MgBetaInitiateDeviceManagementManagedDeviceAttestation -ManagedDeviceId < [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### InitiateViaIdentity @@ -35,7 +34,6 @@ Invoke-MgBetaInitiateDeviceManagementManagedDeviceAttestation [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaInitiateDeviceManagementManagedDeviceMobileDeviceManagementKeyRecovery.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaInitiateDeviceManagementManagedDeviceMobileDeviceManagementKeyRecovery.md index 345a078400d85..d21110408e2a9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaInitiateDeviceManagementManagedDeviceMobileDeviceManagementKeyRecovery.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaInitiateDeviceManagementManagedDeviceMobileDeviceManagementKeyRecovery.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/invoke-mgbetainitiatedevicemanagementmanageddevicemobiledevicemanagementkeyrecovery Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaInitiateDeviceManagementManagedDeviceMobileDeviceManagementKeyRecovery --- @@ -24,7 +24,6 @@ Invoke-MgBetaInitiateDeviceManagementManagedDeviceMobileDeviceManagementKeyRecov -ManagedDeviceId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### InitiateViaIdentity @@ -35,7 +34,6 @@ Invoke-MgBetaInitiateDeviceManagementManagedDeviceMobileDeviceManagementKeyRecov [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaInitiateDeviceManagementManagedDeviceOnDemandProactiveRemediation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaInitiateDeviceManagementManagedDeviceOnDemandProactiveRemediation.md index a1a70dd30e431..8d253ca451099 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaInitiateDeviceManagementManagedDeviceOnDemandProactiveRemediation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaInitiateDeviceManagementManagedDeviceOnDemandProactiveRemediation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/invoke-mgbetainitiatedevicemanagementmanageddeviceondemandproactiveremediation Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaInitiateDeviceManagementManagedDeviceOnDemandProactiveRemediation --- @@ -25,7 +25,6 @@ Invoke-MgBetaInitiateDeviceManagementManagedDeviceOnDemandProactiveRemediation [-ScriptPolicyId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Initiate @@ -37,7 +36,6 @@ Invoke-MgBetaInitiateDeviceManagementManagedDeviceOnDemandProactiveRemediation [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### InitiateViaIdentityExpanded @@ -48,7 +46,6 @@ Invoke-MgBetaInitiateDeviceManagementManagedDeviceOnDemandProactiveRemediation [-AdditionalProperties ] [-ScriptPolicyId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### InitiateViaIdentity @@ -60,7 +57,6 @@ Invoke-MgBetaInitiateDeviceManagementManagedDeviceOnDemandProactiveRemediation [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaIsDeviceManagementDeviceHealthScriptGlobalScriptAvailable.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaIsDeviceManagementDeviceHealthScriptGlobalScriptAvailable.md index 9ca0b0a3de2c8..55cc30be6cfc6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaIsDeviceManagementDeviceHealthScriptGlobalScriptAvailable.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaIsDeviceManagementDeviceHealthScriptGlobalScriptAvailable.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/invoke-mgbetaisdevicemanagementdevicehealthscriptglobalscriptavailable Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaIsDeviceManagementDeviceHealthScriptGlobalScriptAvailable --- @@ -23,7 +23,7 @@ Invoke function areGlobalScriptsAvailable Invoke-MgBetaIsDeviceManagementDeviceHealthScriptGlobalScriptAvailable [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -39,9 +39,9 @@ Invoke function areGlobalScriptsAvailable | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementScripts.ReadWrite.All, DeviceManagementScripts.Read.All, DeviceManagementConfiguration.ReadWrite.All, | +| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementScripts.Read.All, DeviceManagementScripts.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | DeviceManagementConfiguration.Read.All, DeviceManagementScripts.ReadWrite.All, DeviceManagementScripts.Read.All, DeviceManagementConfiguration.ReadWrite.All, | +| Application | DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementScripts.Read.All, DeviceManagementScripts.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaLogoutDeviceManagementComanagedDeviceSharedAppleDeviceActiveUser.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaLogoutDeviceManagementComanagedDeviceSharedAppleDeviceActiveUser.md index 680f5b19df8a6..c5e72eda5881d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaLogoutDeviceManagementComanagedDeviceSharedAppleDeviceActiveUser.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaLogoutDeviceManagementComanagedDeviceSharedAppleDeviceActiveUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/invoke-mgbetalogoutdevicemanagementcomanageddevicesharedappledeviceactiveuser Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaLogoutDeviceManagementComanagedDeviceSharedAppleDeviceActiveUser --- @@ -24,7 +24,6 @@ Invoke-MgBetaLogoutDeviceManagementComanagedDeviceSharedAppleDeviceActiveUser -ManagedDeviceId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### LogoutViaIdentity @@ -35,7 +34,6 @@ Invoke-MgBetaLogoutDeviceManagementComanagedDeviceSharedAppleDeviceActiveUser [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaLogoutDeviceManagementManagedDeviceSharedAppleDeviceActiveUser.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaLogoutDeviceManagementManagedDeviceSharedAppleDeviceActiveUser.md index a9927bd5412b8..ff2a147eeb498 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaLogoutDeviceManagementManagedDeviceSharedAppleDeviceActiveUser.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaLogoutDeviceManagementManagedDeviceSharedAppleDeviceActiveUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/invoke-mgbetalogoutdevicemanagementmanageddevicesharedappledeviceactiveuser Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaLogoutDeviceManagementManagedDeviceSharedAppleDeviceActiveUser --- @@ -27,7 +27,6 @@ Invoke-MgBetaLogoutDeviceManagementManagedDeviceSharedAppleDeviceActiveUser -ManagedDeviceId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### LogoutViaIdentity @@ -38,7 +37,6 @@ Invoke-MgBetaLogoutDeviceManagementManagedDeviceSharedAppleDeviceActiveUser [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaOverrideDeviceManagementComanagedDeviceComplianceState.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaOverrideDeviceManagementComanagedDeviceComplianceState.md index 826cc23c2641b..cd1fb901c6041 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaOverrideDeviceManagementComanagedDeviceComplianceState.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaOverrideDeviceManagementComanagedDeviceComplianceState.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/invoke-mgbetaoverridedevicemanagementcomanageddevicecompliancestate Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaOverrideDeviceManagementComanagedDeviceComplianceState --- @@ -26,7 +26,6 @@ Invoke-MgBetaOverrideDeviceManagementComanagedDeviceComplianceState -ManagedDevi [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Override @@ -37,7 +36,6 @@ Invoke-MgBetaOverrideDeviceManagementComanagedDeviceComplianceState -ManagedDevi [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### OverrideViaIdentityExpanded @@ -50,7 +48,6 @@ Invoke-MgBetaOverrideDeviceManagementComanagedDeviceComplianceState [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### OverrideViaIdentity @@ -62,7 +59,6 @@ Invoke-MgBetaOverrideDeviceManagementComanagedDeviceComplianceState [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaOverrideDeviceManagementManagedDeviceComplianceState.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaOverrideDeviceManagementManagedDeviceComplianceState.md index f03b80213142d..27044e2e0e196 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaOverrideDeviceManagementManagedDeviceComplianceState.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaOverrideDeviceManagementManagedDeviceComplianceState.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/invoke-mgbetaoverridedevicemanagementmanageddevicecompliancestate Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaOverrideDeviceManagementManagedDeviceComplianceState --- @@ -26,7 +26,6 @@ Invoke-MgBetaOverrideDeviceManagementManagedDeviceComplianceState -ManagedDevice [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Override @@ -37,7 +36,6 @@ Invoke-MgBetaOverrideDeviceManagementManagedDeviceComplianceState -ManagedDevice [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### OverrideViaIdentityExpanded @@ -50,7 +48,6 @@ Invoke-MgBetaOverrideDeviceManagementManagedDeviceComplianceState [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### OverrideViaIdentity @@ -62,7 +59,6 @@ Invoke-MgBetaOverrideDeviceManagementManagedDeviceComplianceState [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaPlayDeviceManagementComanagedDeviceLostModeSound.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaPlayDeviceManagementComanagedDeviceLostModeSound.md index 34cc3dadd0c94..edf0aef2fde90 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaPlayDeviceManagementComanagedDeviceLostModeSound.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaPlayDeviceManagementComanagedDeviceLostModeSound.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/invoke-mgbetaplaydevicemanagementcomanageddevicelostmodesound Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaPlayDeviceManagementComanagedDeviceLostModeSound --- @@ -25,7 +25,6 @@ Invoke-MgBetaPlayDeviceManagementComanagedDeviceLostModeSound -ManagedDeviceId < [-DurationInMinutes ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Play @@ -36,7 +35,6 @@ Invoke-MgBetaPlayDeviceManagementComanagedDeviceLostModeSound -ManagedDeviceId < [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### PlayViaIdentityExpanded @@ -47,7 +45,6 @@ Invoke-MgBetaPlayDeviceManagementComanagedDeviceLostModeSound [-AdditionalProperties ] [-DurationInMinutes ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### PlayViaIdentity @@ -59,7 +56,6 @@ Invoke-MgBetaPlayDeviceManagementComanagedDeviceLostModeSound [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaPlayDeviceManagementManagedDeviceLostModeSound.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaPlayDeviceManagementManagedDeviceLostModeSound.md index 3faa983e8f813..d135b095d577c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaPlayDeviceManagementManagedDeviceLostModeSound.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaPlayDeviceManagementManagedDeviceLostModeSound.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/invoke-mgbetaplaydevicemanagementmanageddevicelostmodesound Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaPlayDeviceManagementManagedDeviceLostModeSound --- @@ -25,7 +25,6 @@ Invoke-MgBetaPlayDeviceManagementManagedDeviceLostModeSound -ManagedDeviceId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Play @@ -36,7 +35,6 @@ Invoke-MgBetaPlayDeviceManagementManagedDeviceLostModeSound -ManagedDeviceId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### PlayViaIdentityExpanded @@ -47,7 +45,6 @@ Invoke-MgBetaPlayDeviceManagementManagedDeviceLostModeSound -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### PlayViaIdentity @@ -58,7 +55,6 @@ Invoke-MgBetaPlayDeviceManagementManagedDeviceLostModeSound -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaQueryDeviceManagementResourceAccessProfileByPlatformType.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaQueryDeviceManagementResourceAccessProfileByPlatformType.md index 9a7b044f36117..691268b1d4245 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaQueryDeviceManagementResourceAccessProfileByPlatformType.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaQueryDeviceManagementResourceAccessProfileByPlatformType.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/invoke-mgbetaquerydevicemanagementresourceaccessprofilebyplatformtype Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaQueryDeviceManagementResourceAccessProfileByPlatformType --- @@ -25,7 +25,6 @@ Invoke-MgBetaQueryDeviceManagementResourceAccessProfileByPlatformType [-PlatformType ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Query @@ -36,7 +35,6 @@ Invoke-MgBetaQueryDeviceManagementResourceAccessProfileByPlatformType [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaReenableDeviceManagementComanagedDevice.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaReenableDeviceManagementComanagedDevice.md index d07892a77d8ff..e3cb61bcbb6de 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaReenableDeviceManagementComanagedDevice.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaReenableDeviceManagementComanagedDevice.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/invoke-mgbetareenabledevicemanagementcomanageddevice Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaReenableDeviceManagementComanagedDevice --- @@ -24,7 +24,6 @@ Invoke-MgBetaReenableDeviceManagementComanagedDevice -ManagedDeviceId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ReenableViaIdentity @@ -34,7 +33,6 @@ Invoke-MgBetaReenableDeviceManagementComanagedDevice -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaReenableDeviceManagementManagedDevice.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaReenableDeviceManagementManagedDevice.md index 8afcadfa7acec..4324ced5f9a65 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaReenableDeviceManagementManagedDevice.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaReenableDeviceManagementManagedDevice.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/invoke-mgbetareenabledevicemanagementmanageddevice Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaReenableDeviceManagementManagedDevice --- @@ -24,7 +24,6 @@ Invoke-MgBetaReenableDeviceManagementManagedDevice -ManagedDeviceId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ReenableViaIdentity @@ -34,7 +33,6 @@ Invoke-MgBetaReenableDeviceManagementManagedDevice -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaReorderDeviceManagementConfigurationPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaReorderDeviceManagementConfigurationPolicy.md index 039d8860828d2..d71d4a809923e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaReorderDeviceManagementConfigurationPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaReorderDeviceManagementConfigurationPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/invoke-mgbetareorderdevicemanagementconfigurationpolicy Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaReorderDeviceManagementConfigurationPolicy --- @@ -25,7 +25,6 @@ Invoke-MgBetaReorderDeviceManagementConfigurationPolicy [-AdditionalProperties ] [-Priority ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Reorder @@ -37,7 +36,6 @@ Invoke-MgBetaReorderDeviceManagementConfigurationPolicy [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ReorderViaIdentityExpanded @@ -48,7 +46,6 @@ Invoke-MgBetaReorderDeviceManagementConfigurationPolicy -InputObject ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ReorderViaIdentity @@ -59,7 +56,6 @@ Invoke-MgBetaReorderDeviceManagementConfigurationPolicy -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaRetireDeviceManagementComanagedDevice.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaRetireDeviceManagementComanagedDevice.md index fabf35c06e06b..1ba4601eaa39f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaRetireDeviceManagementComanagedDevice.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaRetireDeviceManagementComanagedDevice.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/invoke-mgbetaretiredevicemanagementcomanageddevice Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaRetireDeviceManagementComanagedDevice --- @@ -24,7 +24,6 @@ Invoke-MgBetaRetireDeviceManagementComanagedDevice -ManagedDeviceId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### RetireViaIdentity @@ -34,7 +33,6 @@ Invoke-MgBetaRetireDeviceManagementComanagedDevice -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaRetireDeviceManagementManagedDevice.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaRetireDeviceManagementManagedDevice.md index 05fde289a6384..c2e479ee2b037 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaRetireDeviceManagementManagedDevice.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaRetireDeviceManagementManagedDevice.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/invoke-mgbetaretiredevicemanagementmanageddevice Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaRetireDeviceManagementManagedDevice --- @@ -27,7 +27,6 @@ Invoke-MgBetaRetireDeviceManagementManagedDevice -ManagedDeviceId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### RetireViaIdentity @@ -37,7 +36,6 @@ Invoke-MgBetaRetireDeviceManagementManagedDevice -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaRotateDeviceManagementComanagedDeviceBitLockerKey.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaRotateDeviceManagementComanagedDeviceBitLockerKey.md index 1b2d28b7ceb0b..3ad4e4bf21e58 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaRotateDeviceManagementComanagedDeviceBitLockerKey.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaRotateDeviceManagementComanagedDeviceBitLockerKey.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/invoke-mgbetarotatedevicemanagementcomanageddevicebitlockerkey Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaRotateDeviceManagementComanagedDeviceBitLockerKey --- @@ -24,7 +24,6 @@ Invoke-MgBetaRotateDeviceManagementComanagedDeviceBitLockerKey -ManagedDeviceId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### RotateViaIdentity @@ -35,7 +34,6 @@ Invoke-MgBetaRotateDeviceManagementComanagedDeviceBitLockerKey [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaRotateDeviceManagementComanagedDeviceFileVaultKey.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaRotateDeviceManagementComanagedDeviceFileVaultKey.md index 80730fe29545a..83d7ca31ddf14 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaRotateDeviceManagementComanagedDeviceFileVaultKey.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaRotateDeviceManagementComanagedDeviceFileVaultKey.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/invoke-mgbetarotatedevicemanagementcomanageddevicefilevaultkey Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaRotateDeviceManagementComanagedDeviceFileVaultKey --- @@ -24,7 +24,6 @@ Invoke-MgBetaRotateDeviceManagementComanagedDeviceFileVaultKey -ManagedDeviceId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### RotateViaIdentity @@ -35,7 +34,6 @@ Invoke-MgBetaRotateDeviceManagementComanagedDeviceFileVaultKey [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaRotateDeviceManagementComanagedDeviceLocalAdminPassword.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaRotateDeviceManagementComanagedDeviceLocalAdminPassword.md index fb12fe2cba452..7a2a897211685 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaRotateDeviceManagementComanagedDeviceLocalAdminPassword.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaRotateDeviceManagementComanagedDeviceLocalAdminPassword.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/invoke-mgbetarotatedevicemanagementcomanageddevicelocaladminpassword Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaRotateDeviceManagementComanagedDeviceLocalAdminPassword --- @@ -24,7 +24,6 @@ Invoke-MgBetaRotateDeviceManagementComanagedDeviceLocalAdminPassword -ManagedDev [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### RotateViaIdentity @@ -35,7 +34,6 @@ Invoke-MgBetaRotateDeviceManagementComanagedDeviceLocalAdminPassword [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaRotateDeviceManagementComanagedDeviceRecoveryLockPasscode.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaRotateDeviceManagementComanagedDeviceRecoveryLockPasscode.md new file mode 100644 index 0000000000000..4fae056d863d5 --- /dev/null +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaRotateDeviceManagementComanagedDeviceRecoveryLockPasscode.md @@ -0,0 +1,492 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/invoke-mgbetarotatedevicemanagementcomanageddevicerecoverylockpasscode +Locale: en-US +Module Name: Microsoft.Graph.Beta.DeviceManagement +ms.date: 07/10/2026 +PlatyPS schema version: 2024-05-01 +title: Invoke-MgBetaRotateDeviceManagementComanagedDeviceRecoveryLockPasscode +--- + +# Invoke-MgBetaRotateDeviceManagementComanagedDeviceRecoveryLockPasscode + +## SYNOPSIS + +Rotates the recovery lock passcode for the specified macOS device + +## SYNTAX + +### Rotate (Default) + +``` +Invoke-MgBetaRotateDeviceManagementComanagedDeviceRecoveryLockPasscode -ManagedDeviceId + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +### RotateViaIdentity + +``` +Invoke-MgBetaRotateDeviceManagementComanagedDeviceRecoveryLockPasscode + -InputObject [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Rotates the recovery lock passcode for the specified macOS device + +## 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: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IDeviceManagementIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: RotateViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ManagedDeviceId + +The unique identifier of managedDevice + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Rotate + 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.IDeviceManagementIdentity + +{{ 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 + [AdvancedThreatProtectionOnboardingDeviceSettingStateId ]: The unique identifier of advancedThreatProtectionOnboardingDeviceSettingState + [AlertRecordId ]: The unique identifier of alertRecord + [AlertRuleId ]: The unique identifier of alertRule + [AndroidForWorkAppConfigurationSchemaId ]: The unique identifier of androidForWorkAppConfigurationSchema + [AndroidManagedStoreAppConfigurationSchemaId ]: The unique identifier of androidManagedStoreAppConfigurationSchema + [AppLogCollectionRequestId ]: The unique identifier of appLogCollectionRequest + [AssignmentFilterEvaluationStatusDetailsId ]: The unique identifier of assignmentFilterEvaluationStatusDetails + [BrowserSharedCookieId ]: The unique identifier of browserSharedCookie + [BrowserSiteId ]: The unique identifier of browserSite + [BrowserSiteListId ]: The unique identifier of browserSiteList + [DataSharingConsentId ]: The unique identifier of dataSharingConsent + [DetectedAppId ]: The unique identifier of detectedApp + [DeviceAndAppManagementAssignmentFilterId ]: The unique identifier of deviceAndAppManagementAssignmentFilter + [DeviceCategoryId ]: The unique identifier of deviceCategory + [DeviceComplianceActionItemId ]: The unique identifier of deviceComplianceActionItem + [DeviceComplianceDeviceStatusId ]: The unique identifier of deviceComplianceDeviceStatus + [DeviceCompliancePolicyAssignmentId ]: The unique identifier of deviceCompliancePolicyAssignment + [DeviceCompliancePolicyId ]: The unique identifier of deviceCompliancePolicy + [DeviceCompliancePolicySettingStateSummaryId ]: The unique identifier of deviceCompliancePolicySettingStateSummary + [DeviceCompliancePolicyStateId ]: The unique identifier of deviceCompliancePolicyState + [DeviceComplianceScheduledActionForRuleId ]: The unique identifier of deviceComplianceScheduledActionForRule + [DeviceComplianceSettingStateId ]: The unique identifier of deviceComplianceSettingState + [DeviceComplianceUserStatusId ]: The unique identifier of deviceComplianceUserStatus + [DeviceConfigurationAssignmentId ]: The unique identifier of deviceConfigurationAssignment + [DeviceConfigurationConflictSummaryId ]: The unique identifier of deviceConfigurationConflictSummary + [DeviceConfigurationDeviceStatusId ]: The unique identifier of deviceConfigurationDeviceStatus + [DeviceConfigurationGroupAssignmentId ]: The unique identifier of deviceConfigurationGroupAssignment + [DeviceConfigurationId ]: The unique identifier of deviceConfiguration + [DeviceConfigurationStateId ]: The unique identifier of deviceConfigurationState + [DeviceConfigurationUserStatusId ]: The unique identifier of deviceConfigurationUserStatus + [DeviceHealthScriptAssignmentId ]: The unique identifier of deviceHealthScriptAssignment + [DeviceHealthScriptDeviceStateId ]: The unique identifier of deviceHealthScriptDeviceState + [DeviceHealthScriptId ]: The unique identifier of deviceHealthScript + [DeviceId ]: Property in multi-part unique identifier of deviceHealthScriptPolicyState + [DeviceLogCollectionResponseId ]: The unique identifier of deviceLogCollectionResponse + [DeviceManagementComplianceActionItemId ]: The unique identifier of deviceManagementComplianceActionItem + [DeviceManagementCompliancePolicyId ]: The unique identifier of deviceManagementCompliancePolicy + [DeviceManagementComplianceScheduledActionForRuleId ]: The unique identifier of deviceManagementComplianceScheduledActionForRule + [DeviceManagementConfigurationPolicyAssignmentId ]: The unique identifier of deviceManagementConfigurationPolicyAssignment + [DeviceManagementConfigurationPolicyId ]: The unique identifier of deviceManagementConfigurationPolicy + [DeviceManagementConfigurationPolicyTemplateId ]: The unique identifier of deviceManagementConfigurationPolicyTemplate + [DeviceManagementConfigurationSettingDefinitionId ]: The unique identifier of deviceManagementConfigurationSettingDefinition + [DeviceManagementConfigurationSettingId ]: The unique identifier of deviceManagementConfigurationSetting + [DeviceManagementConfigurationSettingTemplateId ]: The unique identifier of deviceManagementConfigurationSettingTemplate + [DeviceManagementDerivedCredentialSettingsId ]: The unique identifier of deviceManagementDerivedCredentialSettings + [DeviceManagementIntentAssignmentId ]: The unique identifier of deviceManagementIntentAssignment + [DeviceManagementIntentDeviceSettingStateSummaryId ]: The unique identifier of deviceManagementIntentDeviceSettingStateSummary + [DeviceManagementIntentDeviceStateId ]: The unique identifier of deviceManagementIntentDeviceState + [DeviceManagementIntentId ]: The unique identifier of deviceManagementIntent + [DeviceManagementIntentSettingCategoryId ]: The unique identifier of deviceManagementIntentSettingCategory + [DeviceManagementIntentUserStateId ]: The unique identifier of deviceManagementIntentUserState + [DeviceManagementResourceAccessProfileAssignmentId ]: The unique identifier of deviceManagementResourceAccessProfileAssignment + [DeviceManagementResourceAccessProfileBaseId ]: The unique identifier of deviceManagementResourceAccessProfileBase + [DeviceManagementScriptAssignmentId ]: The unique identifier of deviceManagementScriptAssignment + [DeviceManagementScriptDeviceStateId ]: The unique identifier of deviceManagementScriptDeviceState + [DeviceManagementScriptGroupAssignmentId ]: The unique identifier of deviceManagementScriptGroupAssignment + [DeviceManagementScriptId ]: The unique identifier of deviceManagementScript + [DeviceManagementScriptUserStateId ]: The unique identifier of deviceManagementScriptUserState + [DeviceManagementSettingCategoryId ]: The unique identifier of deviceManagementSettingCategory + [DeviceManagementSettingDefinitionId ]: The unique identifier of deviceManagementSettingDefinition + [DeviceManagementSettingInstanceId ]: The unique identifier of deviceManagementSettingInstance + [DeviceManagementTemplateId ]: The unique identifier of deviceManagementTemplate + [DeviceManagementTemplateId1 ]: The unique identifier of deviceManagementTemplate + [DeviceManagementTemplateSettingCategoryId ]: The unique identifier of deviceManagementTemplateSettingCategory + [DeviceManagementTroubleshootingEventId ]: The unique identifier of deviceManagementTroubleshootingEvent + [DeviceShellScriptId ]: The unique identifier of deviceShellScript + [EmbeddedSimActivationCodePoolAssignmentId ]: The unique identifier of embeddedSIMActivationCodePoolAssignment + [EmbeddedSimActivationCodePoolId ]: The unique identifier of embeddedSIMActivationCodePool + [EmbeddedSimDeviceStateId ]: The unique identifier of embeddedSIMDeviceState + [GroupPolicyConfigurationAssignmentId ]: The unique identifier of groupPolicyConfigurationAssignment + [GroupPolicyConfigurationId ]: The unique identifier of groupPolicyConfiguration + [GroupPolicyDefinitionValueId ]: The unique identifier of groupPolicyDefinitionValue + [GroupPolicyPresentationValueId ]: The unique identifier of groupPolicyPresentationValue + [Id ]: Property in multi-part unique identifier of deviceHealthScriptPolicyState + [LocalizedNotificationMessageId ]: The unique identifier of localizedNotificationMessage + [MacOSSoftwareUpdateAccountSummaryId ]: The unique identifier of macOSSoftwareUpdateAccountSummary + [MacOSSoftwareUpdateCategorySummaryId ]: The unique identifier of macOSSoftwareUpdateCategorySummary + [MacOSSoftwareUpdateStateSummaryId ]: The unique identifier of macOSSoftwareUpdateStateSummary + [MalwareStateForWindowsDeviceId ]: The unique identifier of malwareStateForWindowsDevice + [ManagedDeviceCleanupRuleId ]: The unique identifier of managedDeviceCleanupRule + [ManagedDeviceEncryptionStateId ]: The unique identifier of managedDeviceEncryptionState + [ManagedDeviceId ]: The unique identifier of managedDevice + [ManagedDeviceMobileAppConfigurationStateId ]: The unique identifier of managedDeviceMobileAppConfigurationState + [ManagedDeviceWindowsOperatingSystemImageId ]: The unique identifier of managedDeviceWindowsOperatingSystemImage + [MicrosoftTunnelConfigurationId ]: The unique identifier of microsoftTunnelConfiguration + [MicrosoftTunnelHealthThresholdId ]: The unique identifier of microsoftTunnelHealthThreshold + [MicrosoftTunnelServerId ]: The unique identifier of microsoftTunnelServer + [MicrosoftTunnelServerLogCollectionResponseId ]: The unique identifier of microsoftTunnelServerLogCollectionResponse + [MicrosoftTunnelSiteId ]: The unique identifier of microsoftTunnelSite + [MobileAppTroubleshootingEventId ]: The unique identifier of mobileAppTroubleshootingEvent + [NotificationMessageTemplateId ]: The unique identifier of notificationMessageTemplate + [Platform ]: Usage: platform='{platform}' + [PolicyId ]: Property in multi-part unique identifier of deviceHealthScriptPolicyState + [RemoteActionAuditId ]: The unique identifier of remoteActionAudit + [SecretReferenceValueId ]: Usage: secretReferenceValueId='{secretReferenceValueId}' + [SecurityBaselineSettingStateId ]: The unique identifier of securityBaselineSettingState + [SecurityBaselineStateId ]: The unique identifier of securityBaselineState + [SettingStateDeviceSummaryId ]: The unique identifier of settingStateDeviceSummary + [TemplateId ]: Usage: templateId='{templateId}' + [Upn ]: Usage: upn='{upn}' + [UserPrincipalName ]: Usage: userPrincipalName='{userPrincipalName}' + [WindowsDeviceMalwareStateId ]: The unique identifier of windowsDeviceMalwareState + [WindowsInformationProtectionAppLearningSummaryId ]: The unique identifier of windowsInformationProtectionAppLearningSummary + [WindowsInformationProtectionNetworkLearningSummaryId ]: The unique identifier of windowsInformationProtectionNetworkLearningSummary + [WindowsMalwareInformationId ]: The unique identifier of windowsMalwareInformation + [WindowsQualityUpdateProfileAssignmentId ]: The unique identifier of windowsQualityUpdateProfileAssignment + [WindowsQualityUpdateProfileId ]: The unique identifier of windowsQualityUpdateProfile + + +## RELATED LINKS + +- [Invoke-MgBetaRotateDeviceManagementComanagedDeviceRecoveryLockPasscode](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/invoke-mgbetarotatedevicemanagementcomanageddevicerecoverylockpasscode) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaRotateDeviceManagementManagedDeviceBitLockerKey.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaRotateDeviceManagementManagedDeviceBitLockerKey.md index 9bea12e8d7956..686e0aca1ad4a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaRotateDeviceManagementManagedDeviceBitLockerKey.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaRotateDeviceManagementManagedDeviceBitLockerKey.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/invoke-mgbetarotatedevicemanagementmanageddevicebitlockerkey Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaRotateDeviceManagementManagedDeviceBitLockerKey --- @@ -24,7 +24,6 @@ Invoke-MgBetaRotateDeviceManagementManagedDeviceBitLockerKey -ManagedDeviceId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### RotateViaIdentity @@ -35,7 +34,6 @@ Invoke-MgBetaRotateDeviceManagementManagedDeviceBitLockerKey [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaRotateDeviceManagementManagedDeviceFileVaultKey.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaRotateDeviceManagementManagedDeviceFileVaultKey.md index 0629fba20ef07..004877db91615 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaRotateDeviceManagementManagedDeviceFileVaultKey.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaRotateDeviceManagementManagedDeviceFileVaultKey.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/invoke-mgbetarotatedevicemanagementmanageddevicefilevaultkey Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaRotateDeviceManagementManagedDeviceFileVaultKey --- @@ -24,7 +24,6 @@ Invoke-MgBetaRotateDeviceManagementManagedDeviceFileVaultKey -ManagedDeviceId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### RotateViaIdentity @@ -35,7 +34,6 @@ Invoke-MgBetaRotateDeviceManagementManagedDeviceFileVaultKey [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaRotateDeviceManagementManagedDeviceLocalAdminPassword.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaRotateDeviceManagementManagedDeviceLocalAdminPassword.md index 64657096bafed..41b2ded05292c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaRotateDeviceManagementManagedDeviceLocalAdminPassword.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaRotateDeviceManagementManagedDeviceLocalAdminPassword.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/invoke-mgbetarotatedevicemanagementmanageddevicelocaladminpassword Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaRotateDeviceManagementManagedDeviceLocalAdminPassword --- @@ -24,7 +24,6 @@ Invoke-MgBetaRotateDeviceManagementManagedDeviceLocalAdminPassword -ManagedDevic [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### RotateViaIdentity @@ -35,7 +34,6 @@ Invoke-MgBetaRotateDeviceManagementManagedDeviceLocalAdminPassword [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaRotateDeviceManagementManagedDeviceRecoveryLockPasscode.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaRotateDeviceManagementManagedDeviceRecoveryLockPasscode.md new file mode 100644 index 0000000000000..b2836adcc2ee0 --- /dev/null +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaRotateDeviceManagementManagedDeviceRecoveryLockPasscode.md @@ -0,0 +1,492 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/invoke-mgbetarotatedevicemanagementmanageddevicerecoverylockpasscode +Locale: en-US +Module Name: Microsoft.Graph.Beta.DeviceManagement +ms.date: 07/10/2026 +PlatyPS schema version: 2024-05-01 +title: Invoke-MgBetaRotateDeviceManagementManagedDeviceRecoveryLockPasscode +--- + +# Invoke-MgBetaRotateDeviceManagementManagedDeviceRecoveryLockPasscode + +## SYNOPSIS + +Rotates the recovery lock passcode for the specified macOS device + +## SYNTAX + +### Rotate (Default) + +``` +Invoke-MgBetaRotateDeviceManagementManagedDeviceRecoveryLockPasscode -ManagedDeviceId + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +### RotateViaIdentity + +``` +Invoke-MgBetaRotateDeviceManagementManagedDeviceRecoveryLockPasscode + -InputObject [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Rotates the recovery lock passcode for the specified macOS device + +## 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: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IDeviceManagementIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: RotateViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ManagedDeviceId + +The unique identifier of managedDevice + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Rotate + 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.IDeviceManagementIdentity + +{{ 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 + [AdvancedThreatProtectionOnboardingDeviceSettingStateId ]: The unique identifier of advancedThreatProtectionOnboardingDeviceSettingState + [AlertRecordId ]: The unique identifier of alertRecord + [AlertRuleId ]: The unique identifier of alertRule + [AndroidForWorkAppConfigurationSchemaId ]: The unique identifier of androidForWorkAppConfigurationSchema + [AndroidManagedStoreAppConfigurationSchemaId ]: The unique identifier of androidManagedStoreAppConfigurationSchema + [AppLogCollectionRequestId ]: The unique identifier of appLogCollectionRequest + [AssignmentFilterEvaluationStatusDetailsId ]: The unique identifier of assignmentFilterEvaluationStatusDetails + [BrowserSharedCookieId ]: The unique identifier of browserSharedCookie + [BrowserSiteId ]: The unique identifier of browserSite + [BrowserSiteListId ]: The unique identifier of browserSiteList + [DataSharingConsentId ]: The unique identifier of dataSharingConsent + [DetectedAppId ]: The unique identifier of detectedApp + [DeviceAndAppManagementAssignmentFilterId ]: The unique identifier of deviceAndAppManagementAssignmentFilter + [DeviceCategoryId ]: The unique identifier of deviceCategory + [DeviceComplianceActionItemId ]: The unique identifier of deviceComplianceActionItem + [DeviceComplianceDeviceStatusId ]: The unique identifier of deviceComplianceDeviceStatus + [DeviceCompliancePolicyAssignmentId ]: The unique identifier of deviceCompliancePolicyAssignment + [DeviceCompliancePolicyId ]: The unique identifier of deviceCompliancePolicy + [DeviceCompliancePolicySettingStateSummaryId ]: The unique identifier of deviceCompliancePolicySettingStateSummary + [DeviceCompliancePolicyStateId ]: The unique identifier of deviceCompliancePolicyState + [DeviceComplianceScheduledActionForRuleId ]: The unique identifier of deviceComplianceScheduledActionForRule + [DeviceComplianceSettingStateId ]: The unique identifier of deviceComplianceSettingState + [DeviceComplianceUserStatusId ]: The unique identifier of deviceComplianceUserStatus + [DeviceConfigurationAssignmentId ]: The unique identifier of deviceConfigurationAssignment + [DeviceConfigurationConflictSummaryId ]: The unique identifier of deviceConfigurationConflictSummary + [DeviceConfigurationDeviceStatusId ]: The unique identifier of deviceConfigurationDeviceStatus + [DeviceConfigurationGroupAssignmentId ]: The unique identifier of deviceConfigurationGroupAssignment + [DeviceConfigurationId ]: The unique identifier of deviceConfiguration + [DeviceConfigurationStateId ]: The unique identifier of deviceConfigurationState + [DeviceConfigurationUserStatusId ]: The unique identifier of deviceConfigurationUserStatus + [DeviceHealthScriptAssignmentId ]: The unique identifier of deviceHealthScriptAssignment + [DeviceHealthScriptDeviceStateId ]: The unique identifier of deviceHealthScriptDeviceState + [DeviceHealthScriptId ]: The unique identifier of deviceHealthScript + [DeviceId ]: Property in multi-part unique identifier of deviceHealthScriptPolicyState + [DeviceLogCollectionResponseId ]: The unique identifier of deviceLogCollectionResponse + [DeviceManagementComplianceActionItemId ]: The unique identifier of deviceManagementComplianceActionItem + [DeviceManagementCompliancePolicyId ]: The unique identifier of deviceManagementCompliancePolicy + [DeviceManagementComplianceScheduledActionForRuleId ]: The unique identifier of deviceManagementComplianceScheduledActionForRule + [DeviceManagementConfigurationPolicyAssignmentId ]: The unique identifier of deviceManagementConfigurationPolicyAssignment + [DeviceManagementConfigurationPolicyId ]: The unique identifier of deviceManagementConfigurationPolicy + [DeviceManagementConfigurationPolicyTemplateId ]: The unique identifier of deviceManagementConfigurationPolicyTemplate + [DeviceManagementConfigurationSettingDefinitionId ]: The unique identifier of deviceManagementConfigurationSettingDefinition + [DeviceManagementConfigurationSettingId ]: The unique identifier of deviceManagementConfigurationSetting + [DeviceManagementConfigurationSettingTemplateId ]: The unique identifier of deviceManagementConfigurationSettingTemplate + [DeviceManagementDerivedCredentialSettingsId ]: The unique identifier of deviceManagementDerivedCredentialSettings + [DeviceManagementIntentAssignmentId ]: The unique identifier of deviceManagementIntentAssignment + [DeviceManagementIntentDeviceSettingStateSummaryId ]: The unique identifier of deviceManagementIntentDeviceSettingStateSummary + [DeviceManagementIntentDeviceStateId ]: The unique identifier of deviceManagementIntentDeviceState + [DeviceManagementIntentId ]: The unique identifier of deviceManagementIntent + [DeviceManagementIntentSettingCategoryId ]: The unique identifier of deviceManagementIntentSettingCategory + [DeviceManagementIntentUserStateId ]: The unique identifier of deviceManagementIntentUserState + [DeviceManagementResourceAccessProfileAssignmentId ]: The unique identifier of deviceManagementResourceAccessProfileAssignment + [DeviceManagementResourceAccessProfileBaseId ]: The unique identifier of deviceManagementResourceAccessProfileBase + [DeviceManagementScriptAssignmentId ]: The unique identifier of deviceManagementScriptAssignment + [DeviceManagementScriptDeviceStateId ]: The unique identifier of deviceManagementScriptDeviceState + [DeviceManagementScriptGroupAssignmentId ]: The unique identifier of deviceManagementScriptGroupAssignment + [DeviceManagementScriptId ]: The unique identifier of deviceManagementScript + [DeviceManagementScriptUserStateId ]: The unique identifier of deviceManagementScriptUserState + [DeviceManagementSettingCategoryId ]: The unique identifier of deviceManagementSettingCategory + [DeviceManagementSettingDefinitionId ]: The unique identifier of deviceManagementSettingDefinition + [DeviceManagementSettingInstanceId ]: The unique identifier of deviceManagementSettingInstance + [DeviceManagementTemplateId ]: The unique identifier of deviceManagementTemplate + [DeviceManagementTemplateId1 ]: The unique identifier of deviceManagementTemplate + [DeviceManagementTemplateSettingCategoryId ]: The unique identifier of deviceManagementTemplateSettingCategory + [DeviceManagementTroubleshootingEventId ]: The unique identifier of deviceManagementTroubleshootingEvent + [DeviceShellScriptId ]: The unique identifier of deviceShellScript + [EmbeddedSimActivationCodePoolAssignmentId ]: The unique identifier of embeddedSIMActivationCodePoolAssignment + [EmbeddedSimActivationCodePoolId ]: The unique identifier of embeddedSIMActivationCodePool + [EmbeddedSimDeviceStateId ]: The unique identifier of embeddedSIMDeviceState + [GroupPolicyConfigurationAssignmentId ]: The unique identifier of groupPolicyConfigurationAssignment + [GroupPolicyConfigurationId ]: The unique identifier of groupPolicyConfiguration + [GroupPolicyDefinitionValueId ]: The unique identifier of groupPolicyDefinitionValue + [GroupPolicyPresentationValueId ]: The unique identifier of groupPolicyPresentationValue + [Id ]: Property in multi-part unique identifier of deviceHealthScriptPolicyState + [LocalizedNotificationMessageId ]: The unique identifier of localizedNotificationMessage + [MacOSSoftwareUpdateAccountSummaryId ]: The unique identifier of macOSSoftwareUpdateAccountSummary + [MacOSSoftwareUpdateCategorySummaryId ]: The unique identifier of macOSSoftwareUpdateCategorySummary + [MacOSSoftwareUpdateStateSummaryId ]: The unique identifier of macOSSoftwareUpdateStateSummary + [MalwareStateForWindowsDeviceId ]: The unique identifier of malwareStateForWindowsDevice + [ManagedDeviceCleanupRuleId ]: The unique identifier of managedDeviceCleanupRule + [ManagedDeviceEncryptionStateId ]: The unique identifier of managedDeviceEncryptionState + [ManagedDeviceId ]: The unique identifier of managedDevice + [ManagedDeviceMobileAppConfigurationStateId ]: The unique identifier of managedDeviceMobileAppConfigurationState + [ManagedDeviceWindowsOperatingSystemImageId ]: The unique identifier of managedDeviceWindowsOperatingSystemImage + [MicrosoftTunnelConfigurationId ]: The unique identifier of microsoftTunnelConfiguration + [MicrosoftTunnelHealthThresholdId ]: The unique identifier of microsoftTunnelHealthThreshold + [MicrosoftTunnelServerId ]: The unique identifier of microsoftTunnelServer + [MicrosoftTunnelServerLogCollectionResponseId ]: The unique identifier of microsoftTunnelServerLogCollectionResponse + [MicrosoftTunnelSiteId ]: The unique identifier of microsoftTunnelSite + [MobileAppTroubleshootingEventId ]: The unique identifier of mobileAppTroubleshootingEvent + [NotificationMessageTemplateId ]: The unique identifier of notificationMessageTemplate + [Platform ]: Usage: platform='{platform}' + [PolicyId ]: Property in multi-part unique identifier of deviceHealthScriptPolicyState + [RemoteActionAuditId ]: The unique identifier of remoteActionAudit + [SecretReferenceValueId ]: Usage: secretReferenceValueId='{secretReferenceValueId}' + [SecurityBaselineSettingStateId ]: The unique identifier of securityBaselineSettingState + [SecurityBaselineStateId ]: The unique identifier of securityBaselineState + [SettingStateDeviceSummaryId ]: The unique identifier of settingStateDeviceSummary + [TemplateId ]: Usage: templateId='{templateId}' + [Upn ]: Usage: upn='{upn}' + [UserPrincipalName ]: Usage: userPrincipalName='{userPrincipalName}' + [WindowsDeviceMalwareStateId ]: The unique identifier of windowsDeviceMalwareState + [WindowsInformationProtectionAppLearningSummaryId ]: The unique identifier of windowsInformationProtectionAppLearningSummary + [WindowsInformationProtectionNetworkLearningSummaryId ]: The unique identifier of windowsInformationProtectionNetworkLearningSummary + [WindowsMalwareInformationId ]: The unique identifier of windowsMalwareInformation + [WindowsQualityUpdateProfileAssignmentId ]: The unique identifier of windowsQualityUpdateProfileAssignment + [WindowsQualityUpdateProfileId ]: The unique identifier of windowsQualityUpdateProfile + + +## RELATED LINKS + +- [Invoke-MgBetaRotateDeviceManagementManagedDeviceRecoveryLockPasscode](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/invoke-mgbetarotatedevicemanagementmanageddevicerecoverylockpasscode) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaScanDeviceManagementComanagedDeviceWindowsDefender.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaScanDeviceManagementComanagedDeviceWindowsDefender.md index ac91d75a0e616..aeeba766fd3d9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaScanDeviceManagementComanagedDeviceWindowsDefender.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaScanDeviceManagementComanagedDeviceWindowsDefender.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/invoke-mgbetascandevicemanagementcomanageddevicewindowsdefender Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaScanDeviceManagementComanagedDeviceWindowsDefender --- @@ -25,7 +25,6 @@ Invoke-MgBetaScanDeviceManagementComanagedDeviceWindowsDefender -ManagedDeviceId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Scan @@ -36,7 +35,6 @@ Invoke-MgBetaScanDeviceManagementComanagedDeviceWindowsDefender -ManagedDeviceId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ScanViaIdentityExpanded @@ -47,7 +45,6 @@ Invoke-MgBetaScanDeviceManagementComanagedDeviceWindowsDefender [-AdditionalProperties ] [-QuickScan] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ScanViaIdentity @@ -59,7 +56,6 @@ Invoke-MgBetaScanDeviceManagementComanagedDeviceWindowsDefender [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaScanDeviceManagementManagedDeviceWindowsDefender.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaScanDeviceManagementManagedDeviceWindowsDefender.md index 37fb2cf61bae4..b8bcc9e9840fb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaScanDeviceManagementManagedDeviceWindowsDefender.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaScanDeviceManagementManagedDeviceWindowsDefender.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/invoke-mgbetascandevicemanagementmanageddevicewindowsdefender Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaScanDeviceManagementManagedDeviceWindowsDefender --- @@ -28,7 +28,6 @@ Invoke-MgBetaScanDeviceManagementManagedDeviceWindowsDefender -ManagedDeviceId < [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Scan @@ -39,7 +38,6 @@ Invoke-MgBetaScanDeviceManagementManagedDeviceWindowsDefender -ManagedDeviceId < [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ScanViaIdentityExpanded @@ -50,7 +48,6 @@ Invoke-MgBetaScanDeviceManagementManagedDeviceWindowsDefender [-AdditionalProperties ] [-QuickScan] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ScanViaIdentity @@ -62,7 +59,6 @@ Invoke-MgBetaScanDeviceManagementManagedDeviceWindowsDefender [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaScheduleDeviceManagementDeviceCompliancePolicyActionForRule.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaScheduleDeviceManagementDeviceCompliancePolicyActionForRule.md index 918cb8065a17d..ab4da2296c44b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaScheduleDeviceManagementDeviceCompliancePolicyActionForRule.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaScheduleDeviceManagementDeviceCompliancePolicyActionForRule.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/invoke-mgbetascheduledevicemanagementdevicecompliancepolicyactionforrule Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaScheduleDeviceManagementDeviceCompliancePolicyActionForRule --- @@ -30,7 +30,6 @@ Invoke-MgBetaScheduleDeviceManagementDeviceCompliancePolicyActionForRule [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Schedule @@ -42,7 +41,6 @@ Invoke-MgBetaScheduleDeviceManagementDeviceCompliancePolicyActionForRule [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ScheduleViaIdentityExpanded @@ -55,7 +53,6 @@ Invoke-MgBetaScheduleDeviceManagementDeviceCompliancePolicyActionForRule [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ScheduleViaIdentity @@ -67,7 +64,6 @@ Invoke-MgBetaScheduleDeviceManagementDeviceCompliancePolicyActionForRule [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaUnbindDeviceManagementAndroidForWorkSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaUnbindDeviceManagementAndroidForWorkSetting.md index ab4e68b1eb8f9..749add56aa969 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaUnbindDeviceManagementAndroidForWorkSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaUnbindDeviceManagementAndroidForWorkSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/invoke-mgbetaunbinddevicemanagementandroidforworksetting Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaUnbindDeviceManagementAndroidForWorkSetting --- @@ -24,7 +24,6 @@ Invoke-MgBetaUnbindDeviceManagementAndroidForWorkSetting [-ResponseHeadersVariab [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaUnbindDeviceManagementAndroidManagedStoreAccountEnterpriseSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaUnbindDeviceManagementAndroidManagedStoreAccountEnterpriseSetting.md index 90dd43099e008..fd1aeb8b13638 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaUnbindDeviceManagementAndroidManagedStoreAccountEnterpriseSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Invoke-MgBetaUnbindDeviceManagementAndroidManagedStoreAccountEnterpriseSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/invoke-mgbetaunbinddevicemanagementandroidmanagedstoreaccountenterprisesetting Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaUnbindDeviceManagementAndroidManagedStoreAccountEnterpriseSetting --- @@ -24,7 +24,6 @@ Invoke-MgBetaUnbindDeviceManagementAndroidManagedStoreAccountEnterpriseSetting [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Lock-MgBetaDeviceManagementComanagedDeviceRemote.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Lock-MgBetaDeviceManagementComanagedDeviceRemote.md index 2c2110526725b..1fbc60fc93ee8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Lock-MgBetaDeviceManagementComanagedDeviceRemote.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Lock-MgBetaDeviceManagementComanagedDeviceRemote.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/lock-mgbetadevicemanagementcomanageddeviceremote Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Lock-MgBetaDeviceManagementComanagedDeviceRemote --- @@ -24,7 +24,6 @@ Lock-MgBetaDeviceManagementComanagedDeviceRemote -ManagedDeviceId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### LockViaIdentity @@ -34,7 +33,6 @@ Lock-MgBetaDeviceManagementComanagedDeviceRemote -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Lock-MgBetaDeviceManagementManagedDeviceRemote.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Lock-MgBetaDeviceManagementManagedDeviceRemote.md index 554dcf5d1c7aa..8c315e8cfc0a7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Lock-MgBetaDeviceManagementManagedDeviceRemote.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Lock-MgBetaDeviceManagementManagedDeviceRemote.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/lock-mgbetadevicemanagementmanageddeviceremote Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Lock-MgBetaDeviceManagementManagedDeviceRemote --- @@ -27,7 +27,6 @@ Lock-MgBetaDeviceManagementManagedDeviceRemote -ManagedDeviceId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### LockViaIdentity @@ -37,7 +36,6 @@ Lock-MgBetaDeviceManagementManagedDeviceRemote -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Microsoft.Graph.Beta.DeviceManagement.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Microsoft.Graph.Beta.DeviceManagement.md index 20888ef307a09..b9e9f0cbc8586 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Microsoft.Graph.Beta.DeviceManagement.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Microsoft.Graph.Beta.DeviceManagement.md @@ -1,6 +1,6 @@ --- Module Name: Microsoft.Graph.Beta.DeviceManagement -Module Guid: b3a84a75-982e-45ab-9f5f-79da457d61b7 +Module Guid: ad21f787-c342-b7d6-da00-b34d6faa25db Download Help Link: https://learn.microsoft.com/en-us/powershell/module/microsoft.graph.beta.devicemanagement/?view=graph-powershell-beta Help Version: 1.0.0.0 Locale: en-US @@ -167,6 +167,8 @@ Microsoft Graph PowerShell Cmdlets ### [Get-MgBetaDeviceManagementComanagedDeviceHealthScriptStateCount](Get-MgBetaDeviceManagementComanagedDeviceHealthScriptStateCount.md) +### [Get-MgBetaDeviceManagementComanagedDeviceLocalAdminAccountDetail](Get-MgBetaDeviceManagementComanagedDeviceLocalAdminAccountDetail.md) + ### [Get-MgBetaDeviceManagementComanagedDeviceLogCollectionRequest](Get-MgBetaDeviceManagementComanagedDeviceLogCollectionRequest.md) ### [Get-MgBetaDeviceManagementComanagedDeviceLogCollectionRequest](Get-MgBetaDeviceManagementComanagedDeviceLogCollectionRequest.md) @@ -185,6 +187,8 @@ Microsoft Graph PowerShell Cmdlets ### [Get-MgBetaDeviceManagementComanagedDevicePowerliftAppDiagnosticDetail](Get-MgBetaDeviceManagementComanagedDevicePowerliftAppDiagnosticDetail.md) +### [Get-MgBetaDeviceManagementComanagedDeviceRecoveryLockPasscode](Get-MgBetaDeviceManagementComanagedDeviceRecoveryLockPasscode.md) + ### [Get-MgBetaDeviceManagementComanagedDeviceSecurityBaselineState](Get-MgBetaDeviceManagementComanagedDeviceSecurityBaselineState.md) ### [Get-MgBetaDeviceManagementComanagedDeviceSecurityBaselineState](Get-MgBetaDeviceManagementComanagedDeviceSecurityBaselineState.md) @@ -693,6 +697,8 @@ Microsoft Graph PowerShell Cmdlets ### [Get-MgBetaDeviceManagementManagedDeviceHealthScriptStateCount](Get-MgBetaDeviceManagementManagedDeviceHealthScriptStateCount.md) +### [Get-MgBetaDeviceManagementManagedDeviceLocalAdminAccountDetail](Get-MgBetaDeviceManagementManagedDeviceLocalAdminAccountDetail.md) + ### [Get-MgBetaDeviceManagementManagedDeviceLogCollectionRequest](Get-MgBetaDeviceManagementManagedDeviceLogCollectionRequest.md) ### [Get-MgBetaDeviceManagementManagedDeviceLogCollectionRequest](Get-MgBetaDeviceManagementManagedDeviceLogCollectionRequest.md) @@ -713,6 +719,8 @@ Microsoft Graph PowerShell Cmdlets ### [Get-MgBetaDeviceManagementManagedDevicePowerliftAppDiagnosticDetail](Get-MgBetaDeviceManagementManagedDevicePowerliftAppDiagnosticDetail.md) +### [Get-MgBetaDeviceManagementManagedDeviceRecoveryLockPasscode](Get-MgBetaDeviceManagementManagedDeviceRecoveryLockPasscode.md) + ### [Get-MgBetaDeviceManagementManagedDeviceSecurityBaselineState](Get-MgBetaDeviceManagementManagedDeviceSecurityBaselineState.md) ### [Get-MgBetaDeviceManagementManagedDeviceSecurityBaselineState](Get-MgBetaDeviceManagementManagedDeviceSecurityBaselineState.md) @@ -1083,12 +1091,16 @@ Microsoft Graph PowerShell Cmdlets ### [Invoke-MgBetaRotateDeviceManagementComanagedDeviceLocalAdminPassword](Invoke-MgBetaRotateDeviceManagementComanagedDeviceLocalAdminPassword.md) +### [Invoke-MgBetaRotateDeviceManagementComanagedDeviceRecoveryLockPasscode](Invoke-MgBetaRotateDeviceManagementComanagedDeviceRecoveryLockPasscode.md) + ### [Invoke-MgBetaRotateDeviceManagementManagedDeviceBitLockerKey](Invoke-MgBetaRotateDeviceManagementManagedDeviceBitLockerKey.md) ### [Invoke-MgBetaRotateDeviceManagementManagedDeviceFileVaultKey](Invoke-MgBetaRotateDeviceManagementManagedDeviceFileVaultKey.md) ### [Invoke-MgBetaRotateDeviceManagementManagedDeviceLocalAdminPassword](Invoke-MgBetaRotateDeviceManagementManagedDeviceLocalAdminPassword.md) +### [Invoke-MgBetaRotateDeviceManagementManagedDeviceRecoveryLockPasscode](Invoke-MgBetaRotateDeviceManagementManagedDeviceRecoveryLockPasscode.md) + ### [Invoke-MgBetaScanDeviceManagementComanagedDeviceWindowsDefender](Invoke-MgBetaScanDeviceManagementComanagedDeviceWindowsDefender.md) ### [Invoke-MgBetaScanDeviceManagementManagedDeviceWindowsDefender](Invoke-MgBetaScanDeviceManagementManagedDeviceWindowsDefender.md) @@ -1735,8 +1747,12 @@ Microsoft Graph PowerShell Cmdlets ### [Restart-MgBetaDeviceManagementManagedDeviceNow](Restart-MgBetaDeviceManagementManagedDeviceNow.md) +### [Restore-MgBetaDeviceManagementComanagedDeviceManagedHomeScreen](Restore-MgBetaDeviceManagementComanagedDeviceManagedHomeScreen.md) + ### [Restore-MgBetaDeviceManagementComanagedDevicePasscode](Restore-MgBetaDeviceManagementComanagedDevicePasscode.md) +### [Restore-MgBetaDeviceManagementManagedDeviceManagedHomeScreen](Restore-MgBetaDeviceManagementManagedDeviceManagedHomeScreen.md) + ### [Restore-MgBetaDeviceManagementManagedDevicePasscode](Restore-MgBetaDeviceManagementManagedDevicePasscode.md) ### [Revoke-MgBetaDeviceManagementComanagedDeviceAppleVppLicense](Revoke-MgBetaDeviceManagementComanagedDeviceAppleVppLicense.md) @@ -1803,8 +1819,12 @@ Microsoft Graph PowerShell Cmdlets ### [Suspend-MgBetaDeviceManagementComanagedDeviceConfigurationRefresh](Suspend-MgBetaDeviceManagementComanagedDeviceConfigurationRefresh.md) +### [Suspend-MgBetaDeviceManagementComanagedDeviceManagedHomeScreen](Suspend-MgBetaDeviceManagementComanagedDeviceManagedHomeScreen.md) + ### [Suspend-MgBetaDeviceManagementManagedDeviceConfigurationRefresh](Suspend-MgBetaDeviceManagementManagedDeviceConfigurationRefresh.md) +### [Suspend-MgBetaDeviceManagementManagedDeviceManagedHomeScreen](Suspend-MgBetaDeviceManagementManagedDeviceManagedHomeScreen.md) + ### [Sync-MgBetaDeviceManagementAndroidForWorkSettingApp](Sync-MgBetaDeviceManagementAndroidForWorkSettingApp.md) ### [Sync-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingApp](Sync-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingApp.md) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Move-MgBetaDeviceManagementComanagedDeviceToOu.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Move-MgBetaDeviceManagementComanagedDeviceToOu.md index 87aaaaeb4d6b7..3b8787951b6ad 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Move-MgBetaDeviceManagementComanagedDeviceToOu.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Move-MgBetaDeviceManagementComanagedDeviceToOu.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/move-mgbetadevicemanagementcomanageddevicetoou Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Move-MgBetaDeviceManagementComanagedDeviceToOu --- @@ -25,7 +25,6 @@ Move-MgBetaDeviceManagementComanagedDeviceToOu [-ResponseHeadersVariable ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Move @@ -36,7 +35,6 @@ Move-MgBetaDeviceManagementComanagedDeviceToOu [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Move-MgBetaDeviceManagementIntentToTemplate.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Move-MgBetaDeviceManagementIntentToTemplate.md index 8edb91194c6d5..5eb158a94b921 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Move-MgBetaDeviceManagementIntentToTemplate.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Move-MgBetaDeviceManagementIntentToTemplate.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/move-mgbetadevicemanagementintenttotemplate Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Move-MgBetaDeviceManagementIntentToTemplate --- @@ -25,7 +25,6 @@ Move-MgBetaDeviceManagementIntentToTemplate -DeviceManagementIntentId [-PreserveCustomValues] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Migrate @@ -36,7 +35,6 @@ Move-MgBetaDeviceManagementIntentToTemplate -DeviceManagementIntentId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### MigrateViaIdentityExpanded @@ -47,7 +45,6 @@ Move-MgBetaDeviceManagementIntentToTemplate -InputObject ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### MigrateViaIdentity @@ -58,7 +55,6 @@ Move-MgBetaDeviceManagementIntentToTemplate -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Move-MgBetaDeviceManagementManagedDeviceToOu.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Move-MgBetaDeviceManagementManagedDeviceToOu.md index 7c5261e79f07c..b069cacf34eb4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Move-MgBetaDeviceManagementManagedDeviceToOu.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Move-MgBetaDeviceManagementManagedDeviceToOu.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/move-mgbetadevicemanagementmanageddevicetoou Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Move-MgBetaDeviceManagementManagedDeviceToOu --- @@ -25,7 +25,6 @@ Move-MgBetaDeviceManagementManagedDeviceToOu [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Move @@ -36,7 +35,6 @@ Move-MgBetaDeviceManagementManagedDeviceToOu [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaAdminEdgeInternetExplorerModeSiteList.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaAdminEdgeInternetExplorerModeSiteList.md index 7ce9550787d42..9196c947d3332 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaAdminEdgeInternetExplorerModeSiteList.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaAdminEdgeInternetExplorerModeSiteList.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/new-mgbetaadminedgeinternetexplorermodesitelist Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaAdminEdgeInternetExplorerModeSiteList --- @@ -31,7 +31,6 @@ New-MgBetaAdminEdgeInternetExplorerModeSiteList [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -41,7 +40,6 @@ New-MgBetaAdminEdgeInternetExplorerModeSiteList -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaAdminEdgeInternetExplorerModeSiteListSharedCookie.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaAdminEdgeInternetExplorerModeSiteListSharedCookie.md index c8cbc122c32a5..067ae5f808d30 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaAdminEdgeInternetExplorerModeSiteListSharedCookie.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaAdminEdgeInternetExplorerModeSiteListSharedCookie.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/new-mgbetaadminedgeinternetexplorermodesitelistsharedcookie Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaAdminEdgeInternetExplorerModeSiteListSharedCookie --- @@ -32,7 +32,6 @@ New-MgBetaAdminEdgeInternetExplorerModeSiteListSharedCookie -BrowserSiteListId < [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -42,7 +41,7 @@ New-MgBetaAdminEdgeInternetExplorerModeSiteListSharedCookie -BrowserSiteListId < -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -57,7 +56,6 @@ New-MgBetaAdminEdgeInternetExplorerModeSiteListSharedCookie -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -67,7 +65,7 @@ New-MgBetaAdminEdgeInternetExplorerModeSiteListSharedCookie -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaAdminEdgeInternetExplorerModeSiteListSite.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaAdminEdgeInternetExplorerModeSiteListSite.md index eddfa1fd4e487..d56cc17551ef5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaAdminEdgeInternetExplorerModeSiteListSite.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaAdminEdgeInternetExplorerModeSiteListSite.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/new-mgbetaadminedgeinternetexplorermodesitelistsite Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaAdminEdgeInternetExplorerModeSiteListSite --- @@ -33,7 +33,7 @@ New-MgBetaAdminEdgeInternetExplorerModeSiteListSite -BrowserSiteListId [-TargetEnvironment ] [-WebUrl ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -43,7 +43,7 @@ New-MgBetaAdminEdgeInternetExplorerModeSiteListSite -BrowserSiteListId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -59,7 +59,7 @@ New-MgBetaAdminEdgeInternetExplorerModeSiteListSite -InputObject ] [-WebUrl ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -69,7 +69,7 @@ New-MgBetaAdminEdgeInternetExplorerModeSiteListSite -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummaryAdvancedThreatProtectionOnboardingDeviceSettingState.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummaryAdvancedThreatProtectionOnboardingDeviceSettingState.md index 6912cd2639428..34d0bffe57112 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummaryAdvancedThreatProtectionOnboardingDeviceSettingState.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummaryAdvancedThreatProtectionOnboardingDeviceSettingState.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/new-mgbetadevicemanagementadvancedthreatprotectiononboardingstatesummaryadvancedthreatprotectiononboardingdevicesettingstate Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummaryAdvancedThreatProtectionOnboardingDeviceSettingState --- @@ -28,7 +28,6 @@ New-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummaryAdvanced [-UserName ] [-UserPrincipalName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -39,7 +38,6 @@ New-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummaryAdvanced [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementAndroidForWorkAppConfigurationSchema.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementAndroidForWorkAppConfigurationSchema.md index 02b97bc54d456..015c88fe5b1ef 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementAndroidForWorkAppConfigurationSchema.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementAndroidForWorkAppConfigurationSchema.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/new-mgbetadevicemanagementandroidforworkappconfigurationschema Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementAndroidForWorkAppConfigurationSchema --- @@ -25,7 +25,7 @@ New-MgBetaDeviceManagementAndroidForWorkAppConfigurationSchema [-ResponseHeaders [-SchemaItems ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -36,7 +36,6 @@ New-MgBetaDeviceManagementAndroidForWorkAppConfigurationSchema [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingGooglePlayWebToken.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingGooglePlayWebToken.md index 6c93ebebab043..fdc91e1f6c17a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingGooglePlayWebToken.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingGooglePlayWebToken.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/new-mgbetadevicemanagementandroidmanagedstoreaccountenterprisesettinggoogleplaywebtoken Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingGooglePlayWebToken --- @@ -24,7 +24,7 @@ New-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingGooglePlayW [-ResponseHeadersVariable ] [-AdditionalProperties ] [-ParentUri ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -35,7 +35,6 @@ New-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingGooglePlayW [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementAndroidManagedStoreAppConfigurationSchema.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementAndroidManagedStoreAppConfigurationSchema.md index 0f143b8c1f460..4eb51523920be 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementAndroidManagedStoreAppConfigurationSchema.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementAndroidManagedStoreAppConfigurationSchema.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/new-mgbetadevicemanagementandroidmanagedstoreappconfigurationschema Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementAndroidManagedStoreAppConfigurationSchema --- @@ -27,7 +27,7 @@ New-MgBetaDeviceManagementAndroidManagedStoreAppConfigurationSchema [-SchemaItems ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -38,7 +38,6 @@ New-MgBetaDeviceManagementAndroidManagedStoreAppConfigurationSchema [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementAssignmentFilter.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementAssignmentFilter.md index d47f7328af326..192e9631caa46 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementAssignmentFilter.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementAssignmentFilter.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/new-mgbetadevicemanagementassignmentfilter Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementAssignmentFilter --- @@ -28,7 +28,6 @@ New-MgBetaDeviceManagementAssignmentFilter [-ResponseHeadersVariable ] [-RoleScopeTags ] [-Rule ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -39,7 +38,6 @@ New-MgBetaDeviceManagementAssignmentFilter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementCategory.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementCategory.md index 9d3f2c4de8ce5..23ce03362ae60 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementCategory.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementCategory.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/new-mgbetadevicemanagementcategory Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementCategory --- @@ -25,7 +25,7 @@ New-MgBetaDeviceManagementCategory [-ResponseHeadersVariable ] [-SettingDefinitions ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -35,7 +35,6 @@ New-MgBetaDeviceManagementCategory -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementCategorySettingDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementCategorySettingDefinition.md index 3150bc35b35ac..6447f121b64d8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementCategorySettingDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementCategorySettingDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/new-mgbetadevicemanagementcategorysettingdefinition Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementCategorySettingDefinition --- @@ -29,7 +29,7 @@ New-MgBetaDeviceManagementCategorySettingDefinition -DeviceManagementSettingCate [-PlaceholderText ] [-ValueType ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -40,7 +40,6 @@ New-MgBetaDeviceManagementCategorySettingDefinition -DeviceManagementSettingCate [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -55,7 +54,7 @@ New-MgBetaDeviceManagementCategorySettingDefinition -InputObject ] [-ValueType ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -66,7 +65,6 @@ New-MgBetaDeviceManagementCategorySettingDefinition -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementComanagedDevice.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementComanagedDevice.md index 57676c70bce1b..92d1923d45e6f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementComanagedDevice.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementComanagedDevice.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/new-mgbetadevicemanagementcomanageddevice Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementComanagedDevice --- @@ -51,7 +51,7 @@ New-MgBetaDeviceManagementComanagedDevice [-ResponseHeadersVariable ] [-Users ] [-WindowsProtectionState ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -61,7 +61,6 @@ New-MgBetaDeviceManagementComanagedDevice -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -1649,7 +1648,7 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for users to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). @@ -1943,22 +1942,23 @@ Always null when the object hasn't been deleted. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -1988,12 +1988,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -2103,7 +2160,7 @@ Optional. [IncludeBasicClaimSet ]: Determines whether the basic claim set is included in tokens affected by this policy. If set to true, all claims in the basic claim set are emitted in tokens affected by the policy. By default the basic claim set isn't in the tokens unless they're explicitly configured in this policy. - [CreatedByAppId ]: The appId (called Application (client) ID on the Microsoft Entra admin center) of the application used to create the service principal. + [CreatedByAppId ]: The appId of the application that created this service principal. Set internally by Microsoft Entra ID. Read-only. [CreatedObjects ]: Directory objects created by this service principal. @@ -2235,7 +2292,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -2394,13 +2451,13 @@ May not begin with .. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [ApprovedClientApps ]: + [ApprovedClientApps ]: The collection of approved client apps that are associated with the RDS configuration. +Supports $expand. [Id ]: The unique identifier for an entity. Read-only. - [DisplayName ]: + [DisplayName ]: Display name for the client application. [IsRemoteDesktopProtocolEnabled ]: Determines if Microsoft Entra ID RDS authentication protocol for RDP is enabled. [TargetDeviceGroups ]: The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. -
]: The unique identifier for an entity. Read-only. [DisplayName ]: Display name for the target device group. @@ -2761,7 +2818,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. - [ExternalAuthenticationMethods ]: Represents the external methods registered to a user for authentication. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. Optional. @@ -2777,7 +2834,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. - [DisplayName ]: Custom name given to the registered external authentication method. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. @@ -3030,7 +3087,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -3283,7 +3340,7 @@ Read-only. The identifiers must be unique in the tenant. [Birthday ]: The birthday of the user. 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 Returned only on $select. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. Only one number can be set for this property. Read-only for users synced from on-premises directory. @@ -3893,6 +3950,49 @@ This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. Read only. + [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. +Nullable. + [Attachments ]: References to attached objects like files, tabs, meetings etc. + [Body ]: itemBody + [ChannelIdentity ]: channelIdentity + [ChatId ]: If the message was sent in a chat, represents the identity of the chat. + [CreatedDateTime ]: Timestamp of when the chat message was created. + [DeletedDateTime ]: Read only. +Timestamp at which the chat message was deleted, or null if not deleted. + [Etag ]: Read-only. +Version number of the chat message. + [EventDetail ]: eventMessageDetail + [From ]: chatMessageFromIdentitySet + [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. + [Importance ]: chatMessageImportance + [LastEditedDateTime ]: Read only. +Timestamp when edits to the chat message were made. +Triggers an 'Edited' flag in the Teams UI. +If no edits are made the value is null. + [LastModifiedDateTime ]: Read only. +Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. + [Locale ]: Locale of the chat message set by the client. +Always set to en-us. + [Mentions ]: List of entities mentioned in the chat message. +Supported entities are: user, bot, team, channel, chat, and tag. + [MessageHistory ]: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. + [MessageType ]: chatMessageType + [OnBehalfOf ]: chatMessageFromIdentitySet + [PolicyViolation ]: chatMessagePolicyViolation + [Reactions ]: Reactions for this chat message (for example, Like). + [Replies ]: Replies for a specified message. +Supports $expand for channel messages. + [ReplyToId ]: Read-only. +ID of the parent chat message or root chat message of the thread. +(Only applies to chat messages in channels, not chats.) + [Subject ]: The subject of the chat message, in plaintext. + [Summary ]: Summary text of the chat message that could be used for push notifications and summary views or fall back views. +Only applies to channel chat messages, not chat messages in a chat. + [WebUrl ]: Read-only. +Link to the message in Microsoft Teams. + [Id ]: The unique identifier for an entity. +Read-only. + [Recipient ]: identity [TenantId ]: The identifier of the tenant in which the chat was created. Read-only. [Topic ]: (Optional) Subject or topic for the chat. @@ -3928,21 +4028,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -4032,7 +4189,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 @@ -4057,6 +4216,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. @@ -4264,10 +4456,11 @@ 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. + [ContentCategory ]: contentCategory [CorrelationId ]: An identifier used to group multiple related content entries (for example, different parts of the same file upload, messages in a conversation). [CreatedDateTime ]: Required. Timestamp indicating when the original content was created (for example, file creation time, message sent time). @@ -4552,6 +4745,7 @@ To proactively opt in to the new behavior ahead of time, use the contentStream p Nullable. [File ]: file [(Any) ]: This indicates any property can be added to this object. + [ArchiveStatus ]: fileArchiveStatus [Hashes ]: hashes [(Any) ]: This indicates any property can be added to this object. [Crc32Hash ]: The CRC32 value of the file (if available). @@ -4562,6 +4756,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. @@ -4662,6 +4869,17 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(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. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity. @@ -5671,6 +5889,8 @@ 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 total count of items in the list. +Read-only. [Items ]: All items contained in the list. [List ]: listInfo [(Any) ]: This indicates any property can be added to this object. @@ -5767,6 +5987,24 @@ Required. [LearningProviderId ]: The registration ID of the provider. Required. [Status ]: courseStatus + [Storyline ]: User's storyline singleton container. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Followers ]: The users who are following this user. + [Id ]: The unique identifier for an entity. +Read-only. + [Follower ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Followings ]: The users that this user is following. + [Id ]: The unique identifier for an entity. +Read-only. + [Following ]: The Viva Engage identities. [EmployeeHireDate ]: The date and time when the user was hired or will start work if there is a future hire. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. @@ -5781,10 +6019,10 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. @@ -6257,7 +6495,9 @@ Read-write. [(Any) ]: This indicates any property can be added to this object. [ArchiveStatus ]: siteArchiveStatus [ArchivedBy ]: identitySet - [ArchivedDateTime ]: + [ArchivedDateTime ]: Time when the container was archived. +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. [DataLocationCode ]: The geographic region code for where this site collection resides. Only present for multi-geo tenants. Read-only. @@ -6280,7 +6520,7 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. 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. - Returned only on $select. + Requires $select to retrieve. Note: This property is specific to SharePoint Online. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. @@ -6303,6 +6543,27 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityGovernance ]: identityGovernanceUserSettings + [(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 ]: 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 + [(Any) ]: This indicates any property can be added to this object. + [Duration ]: The requestor's desired duration of access represented in ISO 8601 format for durations. +For example, PT3H refers to three hours. + If specified in a request, endDateTime shouldn't be present and the type property should be set to afterDuration. + [EndDateTime ]: Timestamp of 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. + [Type ]: expirationPatternType + [Recurrence ]: patternedRecurrence + [StartDateTime ]: 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. +In PIM, when the eligible or active assignment becomes active. [IdentityParentId ]: The object ID of the parent identity for agent users. Always null for regular user accounts. For agentUser resources, this property references the object ID of the associated agent identity. @@ -6399,7 +6660,7 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for users to describe their interests. -Returned only on $select. +Requires $select to retrieve. [InvitedBy ]: directoryObject [IsLicenseReconciliationNeeded ]: Indicates whether the user is pending an exchange mailbox license assignment. Read-only. @@ -6408,7 +6669,8 @@ Returned only on $select. 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). @@ -6422,24 +6684,24 @@ If this list is non-empty, then only users or groups listed here can post. [AccessType ]: groupAccessType [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are auto-subscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -6449,6 +6711,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -6607,11 +6870,11 @@ You can use it as a $filter argument to get groups that have members with licens Supports $filter (eq). [HideFromAddressLists ]: true if the group isn't displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: true if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [InfoCatalogs ]: Identifies the info segments assigned to the group. Returned by default. @@ -6635,7 +6898,7 @@ Read-only. To manage a group 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. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -6685,6 +6948,7 @@ Read-only. [OnPremisesDomainName ]: Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only. + [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [OnPremisesLastSyncDateTime ]: Indicates the last time at which the group was synced with the on-premises directory.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. Returned by default. @@ -6868,10 +7132,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -6880,9 +7146,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. @@ -7046,7 +7341,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). @@ -7094,6 +7389,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 @@ -7491,12 +7787,12 @@ Immutable. Read-only. [UnseenConversationsCount ]: Count of conversations delivered one or more new posts since the signed-in user's last visit to the group. This property is the same as unseenCount. -Returned only on $select. +Requires $select to retrieve. [UnseenCount ]: Count of conversations that have received new posts since the signed-in user last visited the group. -This property is the same as unseenConversationsCount.Returned only on $select. +This property is the same as unseenConversationsCount.Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [UnseenMessagesCount ]: Count of new posts that have been delivered to the group's conversations since the signed-in user's last visit to the group. -Returned only on $select. +Requires $select to retrieve. [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. @@ -7507,7 +7803,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Requires $select to retrieve. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -7524,16 +7823,16 @@ Nullable. 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. Read-only. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. It also indicates licenses that are directly assigned and the ones the user inherited through group memberships. Read-only. -Returned only on $select. +Requires $select to retrieve. [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. Read-Only. @@ -7659,7 +7958,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -7893,7 +8192,7 @@ Read-only. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Notifications ]: [Id ]: The unique identifier for an entity. Read-only. @@ -7988,6 +8287,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. @@ -8036,6 +8339,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. @@ -8290,7 +8598,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for users to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [PendingAccessReviewInstances ]: Navigation property to get a list of access reviews pending approval by the reviewer. [Id ]: The unique identifier for an entity. Read-only. @@ -8310,14 +8618,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. @@ -8650,7 +8950,7 @@ Example: 'en-US', or 'es-ES'. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -9106,15 +9406,14 @@ Read-only. [WebUrl ]: Link to the institution or department homepage. [Program ]: educationalActivityDetail [(Any) ]: This indicates any property can be added to this object. - [Abbreviation ]: Shortened name of the degree or program (example: PhD, MBA) + [Abbreviation ]: Shortened name of the degree or program, for example, PhD and MBA. [Activities ]: Extracurricular activities undertaken alongside the program. [Awards ]: Any awards or honors associated with the program. [Description ]: Short description of the program provided by the user. [DisplayName ]: Long-form name of the program that the user provided. - [FieldsOfStudy ]: Majors and minors associated with the program. -(if applicable) - [Grade ]: The final grade, class, GPA, or score. - [Notes ]: More notes the user provided. + [FieldsOfStudy ]: Majors and minors associated with the program, if applicable. + [Grade ]: The final grade, class, grade point average (GPA), or score. + [Notes ]: More notes provided by the user. [WebUrl ]: Link to the degree or program page. [StartMonthYear ]: The month and year the user commenced the activity referenced. [Emails ]: Represents detailed information about email addresses associated with the user. @@ -9417,9 +9716,9 @@ Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they have attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: The scoped-role administrative unit memberships for this user. Read-only. Nullable. @@ -9483,7 +9782,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. @@ -9633,7 +9932,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Use revokeSignInSessions to reset. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -9680,6 +9979,48 @@ The language component follows two-letter codes as defined in ISO 639-1, and the For users with multigeo licenses, the property contains the user's region (if available). For users without multigeo licenses, the property contains the organization's region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China. + [Sections ]: The sections in the user's chat list. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the section was created. +Read-only. +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. + [DisplayIcon ]: sectionDisplayIcon + [(Any) ]: This indicates any property can be added to this object. + [ContentUrl ]: The URL to a custom icon image. +Applicable when iconType is custom. + [DisplayName ]: The human-readable name of the icon. + [IconType ]: The type of icon. +Use an emoji character such as 👍 for an emoji icon, or custom for a custom image icon. + [SkinTone ]: sectionIconSkinTone + [DisplayName ]: The display name of the section. +Required. +Maximum length is 50 characters. +Display names are case-sensitive and must be unique within a user's sections. +The following names are reserved for system-defined sections and can't be used when creating a user-defined section: RecentChats, QuickViews, TeamsAndChannels, MutedChats, MeetingChats, EngageCommunities. + [IsExpanded ]: Indicates whether the section is expanded in the user interface. +The default value is true. + [IsHierarchicalViewEnabled ]: Indicates whether the hierarchical view is enabled for the section. +Read-only. + [Items ]: The items (chats, channels, meetings, or communities) organized within the section. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the item was added to the section. +Read-only. +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. + [ItemType ]: sectionItemType + [LastModifiedDateTime ]: Date and time when the item was last modified. +Read-only. +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. + [LastModifiedDateTime ]: Date and time when the section was last modified. +Read-only. +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. + [SectionType ]: sectionType + [SortType ]: sectionSortType [Todo ]: todo [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -9692,6 +10033,12 @@ Read-only. Nullable. [IsOwner ]: True if the user is owner of the given task list. [IsShared ]: True if the task list is shared with other users + [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the task list. +Read-only. +Nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Value ]: The value of the property. [Tasks ]: The tasks in this task list. Read-only. Nullable. @@ -9755,9 +10102,6 @@ Read-only. [Recurrence ]: patternedRecurrence [ReminderDateTime ]: dateTimeTimeZone [SingleValueExtendedProperties ]: A collection of custom fields linked to the task. - [Id ]: The unique identifier for an entity. -Read-only. - [Value ]: The value of the property. [StartDateTime ]: dateTimeTimeZone [Status ]: taskStatus [Title ]: A brief description of the task. @@ -9809,6 +10153,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. @@ -9846,6 +10192,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. @@ -9868,6 +10215,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 ]: @@ -9921,6 +10269,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. @@ -9930,8 +10280,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. @@ -9947,6 +10295,8 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -10440,7 +10790,7 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for users to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). @@ -10734,22 +11084,23 @@ Always null when the object hasn't been deleted. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -10779,12 +11130,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -10894,7 +11302,7 @@ Optional. [IncludeBasicClaimSet ]: Determines whether the basic claim set is included in tokens affected by this policy. If set to true, all claims in the basic claim set are emitted in tokens affected by the policy. By default the basic claim set isn't in the tokens unless they're explicitly configured in this policy. - [CreatedByAppId ]: The appId (called Application (client) ID on the Microsoft Entra admin center) of the application used to create the service principal. + [CreatedByAppId ]: The appId of the application that created this service principal. Set internally by Microsoft Entra ID. Read-only. [CreatedObjects ]: Directory objects created by this service principal. @@ -11026,7 +11434,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -11185,13 +11593,13 @@ May not begin with .. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [ApprovedClientApps ]: + [ApprovedClientApps ]: The collection of approved client apps that are associated with the RDS configuration. +Supports $expand. [Id ]: The unique identifier for an entity. Read-only. - [DisplayName ]: + [DisplayName ]: Display name for the client application. [IsRemoteDesktopProtocolEnabled ]: Determines if Microsoft Entra ID RDS authentication protocol for RDP is enabled. [TargetDeviceGroups ]: The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. -
]: The unique identifier for an entity. Read-only. [DisplayName ]: Display name for the target device group. @@ -11552,7 +11960,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. - [ExternalAuthenticationMethods ]: Represents the external methods registered to a user for authentication. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. Optional. @@ -11568,7 +11976,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. - [DisplayName ]: Custom name given to the registered external authentication method. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. @@ -11821,7 +12229,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -12074,7 +12482,7 @@ Read-only. The identifiers must be unique in the tenant. [Birthday ]: The birthday of the user. 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 Returned only on $select. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. Only one number can be set for this property. Read-only for users synced from on-premises directory. @@ -12684,18 +13092,61 @@ This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. Read only. - [TenantId ]: The identifier of the tenant in which the chat was created. -Read-only. - [Topic ]: (Optional) Subject or topic for the chat. -Only available for group chats. - [Viewpoint ]: chatViewpoint - [(Any) ]: This indicates any property can be added to this object. - [IsHidden ]: Indicates whether the chat is hidden for the current user. - [LastMessageReadDateTime ]: Represents the dateTime up until which the current user has read chatMessages in a specific chat. - [WebUrl ]: The URL for the chat in Microsoft Teams. -The URL should be treated as an opaque blob, and not parsed. -Read-only. - [City ]: The city where the user is located. + [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. +Nullable. + [Attachments ]: References to attached objects like files, tabs, meetings etc. + [Body ]: itemBody + [ChannelIdentity ]: channelIdentity + [ChatId ]: If the message was sent in a chat, represents the identity of the chat. + [CreatedDateTime ]: Timestamp of when the chat message was created. + [DeletedDateTime ]: Read only. +Timestamp at which the chat message was deleted, or null if not deleted. + [Etag ]: Read-only. +Version number of the chat message. + [EventDetail ]: eventMessageDetail + [From ]: chatMessageFromIdentitySet + [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. + [Importance ]: chatMessageImportance + [LastEditedDateTime ]: Read only. +Timestamp when edits to the chat message were made. +Triggers an 'Edited' flag in the Teams UI. +If no edits are made the value is null. + [LastModifiedDateTime ]: Read only. +Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. + [Locale ]: Locale of the chat message set by the client. +Always set to en-us. + [Mentions ]: List of entities mentioned in the chat message. +Supported entities are: user, bot, team, channel, chat, and tag. + [MessageHistory ]: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. + [MessageType ]: chatMessageType + [OnBehalfOf ]: chatMessageFromIdentitySet + [PolicyViolation ]: chatMessagePolicyViolation + [Reactions ]: Reactions for this chat message (for example, Like). + [Replies ]: Replies for a specified message. +Supports $expand for channel messages. + [ReplyToId ]: Read-only. +ID of the parent chat message or root chat message of the thread. +(Only applies to chat messages in channels, not chats.) + [Subject ]: The subject of the chat message, in plaintext. + [Summary ]: Summary text of the chat message that could be used for push notifications and summary views or fall back views. +Only applies to channel chat messages, not chat messages in a chat. + [WebUrl ]: Read-only. +Link to the message in Microsoft Teams. + [Id ]: The unique identifier for an entity. +Read-only. + [Recipient ]: identity + [TenantId ]: The identifier of the tenant in which the chat was created. +Read-only. + [Topic ]: (Optional) Subject or topic for the chat. +Only available for group chats. + [Viewpoint ]: chatViewpoint + [(Any) ]: This indicates any property can be added to this object. + [IsHidden ]: Indicates whether the chat is hidden for the current user. + [LastMessageReadDateTime ]: Represents the dateTime up until which the current user has read chatMessages in a specific chat. + [WebUrl ]: The URL for the chat in Microsoft Teams. +The URL should be treated as an opaque blob, and not parsed. +Read-only. + [City ]: The city where the user is located. Maximum length is 128 characters. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot @@ -12719,21 +13170,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -12823,7 +13331,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 @@ -12848,6 +13358,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. @@ -13055,10 +13598,11 @@ 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. + [ContentCategory ]: contentCategory [CorrelationId ]: An identifier used to group multiple related content entries (for example, different parts of the same file upload, messages in a conversation). [CreatedDateTime ]: Required. Timestamp indicating when the original content was created (for example, file creation time, message sent time). @@ -13343,6 +13887,7 @@ To proactively opt in to the new behavior ahead of time, use the contentStream p Nullable. [File ]: file [(Any) ]: This indicates any property can be added to this object. + [ArchiveStatus ]: fileArchiveStatus [Hashes ]: hashes [(Any) ]: This indicates any property can be added to this object. [Crc32Hash ]: The CRC32 value of the file (if available). @@ -13353,6 +13898,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. @@ -13453,6 +14011,17 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(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. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity. @@ -14462,6 +15031,8 @@ 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 total count of items in the list. +Read-only. [Items ]: All items contained in the list. [List ]: listInfo [(Any) ]: This indicates any property can be added to this object. @@ -14558,6 +15129,24 @@ Required. [LearningProviderId ]: The registration ID of the provider. Required. [Status ]: courseStatus + [Storyline ]: User's storyline singleton container. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Followers ]: The users who are following this user. + [Id ]: The unique identifier for an entity. +Read-only. + [Follower ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Followings ]: The users that this user is following. + [Id ]: The unique identifier for an entity. +Read-only. + [Following ]: The Viva Engage identities. [EmployeeHireDate ]: The date and time when the user was hired or will start work if there is a future hire. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. @@ -14572,10 +15161,10 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. @@ -15048,7 +15637,9 @@ Read-write. [(Any) ]: This indicates any property can be added to this object. [ArchiveStatus ]: siteArchiveStatus [ArchivedBy ]: identitySet - [ArchivedDateTime ]: + [ArchivedDateTime ]: Time when the container was archived. +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. [DataLocationCode ]: The geographic region code for where this site collection resides. Only present for multi-geo tenants. Read-only. @@ -15071,7 +15662,7 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. 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. - Returned only on $select. + Requires $select to retrieve. Note: This property is specific to SharePoint Online. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. @@ -15094,6 +15685,27 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityGovernance ]: identityGovernanceUserSettings + [(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 ]: 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 + [(Any) ]: This indicates any property can be added to this object. + [Duration ]: The requestor's desired duration of access represented in ISO 8601 format for durations. +For example, PT3H refers to three hours. + If specified in a request, endDateTime shouldn't be present and the type property should be set to afterDuration. + [EndDateTime ]: Timestamp of 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. + [Type ]: expirationPatternType + [Recurrence ]: patternedRecurrence + [StartDateTime ]: 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. +In PIM, when the eligible or active assignment becomes active. [IdentityParentId ]: The object ID of the parent identity for agent users. Always null for regular user accounts. For agentUser resources, this property references the object ID of the associated agent identity. @@ -15190,7 +15802,7 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for users to describe their interests. -Returned only on $select. +Requires $select to retrieve. [InvitedBy ]: directoryObject [IsLicenseReconciliationNeeded ]: Indicates whether the user is pending an exchange mailbox license assignment. Read-only. @@ -15199,7 +15811,8 @@ Returned only on $select. 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). @@ -15213,24 +15826,24 @@ If this list is non-empty, then only users or groups listed here can post. [AccessType ]: groupAccessType [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are auto-subscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -15240,6 +15853,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -15398,11 +16012,11 @@ You can use it as a $filter argument to get groups that have members with licens Supports $filter (eq). [HideFromAddressLists ]: true if the group isn't displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: true if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [InfoCatalogs ]: Identifies the info segments assigned to the group. Returned by default. @@ -15426,7 +16040,7 @@ Read-only. To manage a group 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. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -15476,6 +16090,7 @@ Read-only. [OnPremisesDomainName ]: Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only. + [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [OnPremisesLastSyncDateTime ]: Indicates the last time at which the group was synced with the on-premises directory.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. Returned by default. @@ -15659,10 +16274,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -15671,9 +16288,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. @@ -15837,7 +16483,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). @@ -15885,6 +16531,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 @@ -16282,12 +16929,12 @@ Immutable. Read-only. [UnseenConversationsCount ]: Count of conversations delivered one or more new posts since the signed-in user's last visit to the group. This property is the same as unseenCount. -Returned only on $select. +Requires $select to retrieve. [UnseenCount ]: Count of conversations that have received new posts since the signed-in user last visited the group. -This property is the same as unseenConversationsCount.Returned only on $select. +This property is the same as unseenConversationsCount.Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [UnseenMessagesCount ]: Count of new posts that have been delivered to the group's conversations since the signed-in user's last visit to the group. -Returned only on $select. +Requires $select to retrieve. [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. @@ -16298,7 +16945,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Requires $select to retrieve. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -16315,16 +16965,16 @@ Nullable. 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. Read-only. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. It also indicates licenses that are directly assigned and the ones the user inherited through group memberships. Read-only. -Returned only on $select. +Requires $select to retrieve. [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. Read-Only. @@ -16450,7 +17100,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -16684,7 +17334,7 @@ Read-only. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Notifications ]: [Id ]: The unique identifier for an entity. Read-only. @@ -16779,6 +17429,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. @@ -16827,6 +17481,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. @@ -17081,7 +17740,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for users to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [PendingAccessReviewInstances ]: Navigation property to get a list of access reviews pending approval by the reviewer. [Id ]: The unique identifier for an entity. Read-only. @@ -17101,14 +17760,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. @@ -17441,7 +18092,7 @@ Example: 'en-US', or 'es-ES'. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -17897,15 +18548,14 @@ Read-only. [WebUrl ]: Link to the institution or department homepage. [Program ]: educationalActivityDetail [(Any) ]: This indicates any property can be added to this object. - [Abbreviation ]: Shortened name of the degree or program (example: PhD, MBA) + [Abbreviation ]: Shortened name of the degree or program, for example, PhD and MBA. [Activities ]: Extracurricular activities undertaken alongside the program. [Awards ]: Any awards or honors associated with the program. [Description ]: Short description of the program provided by the user. [DisplayName ]: Long-form name of the program that the user provided. - [FieldsOfStudy ]: Majors and minors associated with the program. -(if applicable) - [Grade ]: The final grade, class, GPA, or score. - [Notes ]: More notes the user provided. + [FieldsOfStudy ]: Majors and minors associated with the program, if applicable. + [Grade ]: The final grade, class, grade point average (GPA), or score. + [Notes ]: More notes provided by the user. [WebUrl ]: Link to the degree or program page. [StartMonthYear ]: The month and year the user commenced the activity referenced. [Emails ]: Represents detailed information about email addresses associated with the user. @@ -18208,9 +18858,9 @@ Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they have attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: The scoped-role administrative unit memberships for this user. Read-only. Nullable. @@ -18274,7 +18924,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. @@ -18424,7 +19074,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Use revokeSignInSessions to reset. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -18471,6 +19121,48 @@ The language component follows two-letter codes as defined in ISO 639-1, and the For users with multigeo licenses, the property contains the user's region (if available). For users without multigeo licenses, the property contains the organization's region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China. + [Sections ]: The sections in the user's chat list. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the section was created. +Read-only. +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. + [DisplayIcon ]: sectionDisplayIcon + [(Any) ]: This indicates any property can be added to this object. + [ContentUrl ]: The URL to a custom icon image. +Applicable when iconType is custom. + [DisplayName ]: The human-readable name of the icon. + [IconType ]: The type of icon. +Use an emoji character such as 👍 for an emoji icon, or custom for a custom image icon. + [SkinTone ]: sectionIconSkinTone + [DisplayName ]: The display name of the section. +Required. +Maximum length is 50 characters. +Display names are case-sensitive and must be unique within a user's sections. +The following names are reserved for system-defined sections and can't be used when creating a user-defined section: RecentChats, QuickViews, TeamsAndChannels, MutedChats, MeetingChats, EngageCommunities. + [IsExpanded ]: Indicates whether the section is expanded in the user interface. +The default value is true. + [IsHierarchicalViewEnabled ]: Indicates whether the hierarchical view is enabled for the section. +Read-only. + [Items ]: The items (chats, channels, meetings, or communities) organized within the section. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the item was added to the section. +Read-only. +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. + [ItemType ]: sectionItemType + [LastModifiedDateTime ]: Date and time when the item was last modified. +Read-only. +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. + [LastModifiedDateTime ]: Date and time when the section was last modified. +Read-only. +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. + [SectionType ]: sectionType + [SortType ]: sectionSortType [Todo ]: todo [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -18483,6 +19175,12 @@ Read-only. Nullable. [IsOwner ]: True if the user is owner of the given task list. [IsShared ]: True if the task list is shared with other users + [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the task list. +Read-only. +Nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Value ]: The value of the property. [Tasks ]: The tasks in this task list. Read-only. Nullable. @@ -18546,9 +19244,6 @@ Read-only. [Recurrence ]: patternedRecurrence [ReminderDateTime ]: dateTimeTimeZone [SingleValueExtendedProperties ]: A collection of custom fields linked to the task. - [Id ]: The unique identifier for an entity. -Read-only. - [Value ]: The value of the property. [StartDateTime ]: dateTimeTimeZone [Status ]: taskStatus [Title ]: A brief description of the task. @@ -18600,6 +19295,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. @@ -18637,6 +19334,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. @@ -18659,6 +19357,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 ]: @@ -18712,6 +19411,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. @@ -18721,8 +19422,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. @@ -18738,6 +19437,8 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -19095,7 +19796,7 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for users to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). @@ -19389,22 +20090,23 @@ Always null when the object hasn't been deleted. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -19434,12 +20136,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -19549,7 +20308,7 @@ Optional. [IncludeBasicClaimSet ]: Determines whether the basic claim set is included in tokens affected by this policy. If set to true, all claims in the basic claim set are emitted in tokens affected by the policy. By default the basic claim set isn't in the tokens unless they're explicitly configured in this policy. - [CreatedByAppId ]: The appId (called Application (client) ID on the Microsoft Entra admin center) of the application used to create the service principal. + [CreatedByAppId ]: The appId of the application that created this service principal. Set internally by Microsoft Entra ID. Read-only. [CreatedObjects ]: Directory objects created by this service principal. @@ -19681,7 +20440,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -19840,13 +20599,13 @@ May not begin with .. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [ApprovedClientApps ]: + [ApprovedClientApps ]: The collection of approved client apps that are associated with the RDS configuration. +Supports $expand. [Id ]: The unique identifier for an entity. Read-only. - [DisplayName ]: + [DisplayName ]: Display name for the client application. [IsRemoteDesktopProtocolEnabled ]: Determines if Microsoft Entra ID RDS authentication protocol for RDP is enabled. [TargetDeviceGroups ]: The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. -
]: The unique identifier for an entity. Read-only. [DisplayName ]: Display name for the target device group. @@ -20209,7 +20968,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. - [ExternalAuthenticationMethods ]: Represents the external methods registered to a user for authentication. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. Optional. @@ -20225,7 +20984,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. - [DisplayName ]: Custom name given to the registered external authentication method. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. @@ -20478,7 +21237,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -20731,7 +21490,7 @@ Read-only. The identifiers must be unique in the tenant. [Birthday ]: The birthday of the user. 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 Returned only on $select. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. Only one number can be set for this property. Read-only for users synced from on-premises directory. @@ -21341,6 +22100,49 @@ This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. Read only. + [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. +Nullable. + [Attachments ]: References to attached objects like files, tabs, meetings etc. + [Body ]: itemBody + [ChannelIdentity ]: channelIdentity + [ChatId ]: If the message was sent in a chat, represents the identity of the chat. + [CreatedDateTime ]: Timestamp of when the chat message was created. + [DeletedDateTime ]: Read only. +Timestamp at which the chat message was deleted, or null if not deleted. + [Etag ]: Read-only. +Version number of the chat message. + [EventDetail ]: eventMessageDetail + [From ]: chatMessageFromIdentitySet + [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. + [Importance ]: chatMessageImportance + [LastEditedDateTime ]: Read only. +Timestamp when edits to the chat message were made. +Triggers an 'Edited' flag in the Teams UI. +If no edits are made the value is null. + [LastModifiedDateTime ]: Read only. +Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. + [Locale ]: Locale of the chat message set by the client. +Always set to en-us. + [Mentions ]: List of entities mentioned in the chat message. +Supported entities are: user, bot, team, channel, chat, and tag. + [MessageHistory ]: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. + [MessageType ]: chatMessageType + [OnBehalfOf ]: chatMessageFromIdentitySet + [PolicyViolation ]: chatMessagePolicyViolation + [Reactions ]: Reactions for this chat message (for example, Like). + [Replies ]: Replies for a specified message. +Supports $expand for channel messages. + [ReplyToId ]: Read-only. +ID of the parent chat message or root chat message of the thread. +(Only applies to chat messages in channels, not chats.) + [Subject ]: The subject of the chat message, in plaintext. + [Summary ]: Summary text of the chat message that could be used for push notifications and summary views or fall back views. +Only applies to channel chat messages, not chat messages in a chat. + [WebUrl ]: Read-only. +Link to the message in Microsoft Teams. + [Id ]: The unique identifier for an entity. +Read-only. + [Recipient ]: identity [TenantId ]: The identifier of the tenant in which the chat was created. Read-only. [Topic ]: (Optional) Subject or topic for the chat. @@ -21376,21 +22178,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -21509,7 +22368,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 @@ -21534,6 +22395,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. @@ -21741,10 +22635,11 @@ 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. + [ContentCategory ]: contentCategory [CorrelationId ]: An identifier used to group multiple related content entries (for example, different parts of the same file upload, messages in a conversation). [CreatedDateTime ]: Required. Timestamp indicating when the original content was created (for example, file creation time, message sent time). @@ -22029,6 +22924,7 @@ To proactively opt in to the new behavior ahead of time, use the contentStream p Nullable. [File ]: file [(Any) ]: This indicates any property can be added to this object. + [ArchiveStatus ]: fileArchiveStatus [Hashes ]: hashes [(Any) ]: This indicates any property can be added to this object. [Crc32Hash ]: The CRC32 value of the file (if available). @@ -22039,6 +22935,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. @@ -22139,6 +23048,17 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(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. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity. @@ -23148,6 +24068,8 @@ 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 total count of items in the list. +Read-only. [Items ]: All items contained in the list. [List ]: listInfo [(Any) ]: This indicates any property can be added to this object. @@ -23244,6 +24166,24 @@ Required. [LearningProviderId ]: The registration ID of the provider. Required. [Status ]: courseStatus + [Storyline ]: User's storyline singleton container. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Followers ]: The users who are following this user. + [Id ]: The unique identifier for an entity. +Read-only. + [Follower ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Followings ]: The users that this user is following. + [Id ]: The unique identifier for an entity. +Read-only. + [Following ]: The Viva Engage identities. [EmployeeHireDate ]: The date and time when the user was hired or will start work if there is a future hire. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. @@ -23258,10 +24198,10 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. @@ -23734,7 +24674,9 @@ Read-write. [(Any) ]: This indicates any property can be added to this object. [ArchiveStatus ]: siteArchiveStatus [ArchivedBy ]: identitySet - [ArchivedDateTime ]: + [ArchivedDateTime ]: Time when the container was archived. +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. [DataLocationCode ]: The geographic region code for where this site collection resides. Only present for multi-geo tenants. Read-only. @@ -23757,7 +24699,7 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. 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. - Returned only on $select. + Requires $select to retrieve. Note: This property is specific to SharePoint Online. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. @@ -23780,6 +24722,27 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityGovernance ]: identityGovernanceUserSettings + [(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 ]: 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 + [(Any) ]: This indicates any property can be added to this object. + [Duration ]: The requestor's desired duration of access represented in ISO 8601 format for durations. +For example, PT3H refers to three hours. + If specified in a request, endDateTime shouldn't be present and the type property should be set to afterDuration. + [EndDateTime ]: Timestamp of 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. + [Type ]: expirationPatternType + [Recurrence ]: patternedRecurrence + [StartDateTime ]: 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. +In PIM, when the eligible or active assignment becomes active. [IdentityParentId ]: The object ID of the parent identity for agent users. Always null for regular user accounts. For agentUser resources, this property references the object ID of the associated agent identity. @@ -23876,7 +24839,7 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for users to describe their interests. -Returned only on $select. +Requires $select to retrieve. [InvitedBy ]: directoryObject [IsLicenseReconciliationNeeded ]: Indicates whether the user is pending an exchange mailbox license assignment. Read-only. @@ -23885,7 +24848,8 @@ Returned only on $select. 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). @@ -23899,24 +24863,24 @@ If this list is non-empty, then only users or groups listed here can post. [AccessType ]: groupAccessType [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are auto-subscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -23926,6 +24890,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -24084,11 +25049,11 @@ You can use it as a $filter argument to get groups that have members with licens Supports $filter (eq). [HideFromAddressLists ]: true if the group isn't displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: true if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [InfoCatalogs ]: Identifies the info segments assigned to the group. Returned by default. @@ -24112,7 +25077,7 @@ Read-only. To manage a group 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. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -24162,6 +25127,7 @@ Read-only. [OnPremisesDomainName ]: Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only. + [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [OnPremisesLastSyncDateTime ]: Indicates the last time at which the group was synced with the on-premises directory.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. Returned by default. @@ -24345,10 +25311,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -24357,9 +25325,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. @@ -24523,7 +25520,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). @@ -24571,6 +25568,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 @@ -24968,12 +25966,12 @@ Immutable. Read-only. [UnseenConversationsCount ]: Count of conversations delivered one or more new posts since the signed-in user's last visit to the group. This property is the same as unseenCount. -Returned only on $select. +Requires $select to retrieve. [UnseenCount ]: Count of conversations that have received new posts since the signed-in user last visited the group. -This property is the same as unseenConversationsCount.Returned only on $select. +This property is the same as unseenConversationsCount.Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [UnseenMessagesCount ]: Count of new posts that have been delivered to the group's conversations since the signed-in user's last visit to the group. -Returned only on $select. +Requires $select to retrieve. [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. @@ -24984,7 +25982,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Requires $select to retrieve. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -25001,16 +26002,16 @@ Nullable. 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. Read-only. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. It also indicates licenses that are directly assigned and the ones the user inherited through group memberships. Read-only. -Returned only on $select. +Requires $select to retrieve. [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. Read-Only. @@ -25136,7 +26137,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -25685,6 +26686,8 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -25778,7 +26781,7 @@ Read-only. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Notifications ]: [Id ]: The unique identifier for an entity. Read-only. @@ -25873,6 +26876,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. @@ -25921,6 +26928,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. @@ -26175,7 +27187,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for users to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [PendingAccessReviewInstances ]: Navigation property to get a list of access reviews pending approval by the reviewer. [Id ]: The unique identifier for an entity. Read-only. @@ -26195,14 +27207,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. @@ -26535,7 +27539,7 @@ Example: 'en-US', or 'es-ES'. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -26991,15 +27995,14 @@ Read-only. [WebUrl ]: Link to the institution or department homepage. [Program ]: educationalActivityDetail [(Any) ]: This indicates any property can be added to this object. - [Abbreviation ]: Shortened name of the degree or program (example: PhD, MBA) + [Abbreviation ]: Shortened name of the degree or program, for example, PhD and MBA. [Activities ]: Extracurricular activities undertaken alongside the program. [Awards ]: Any awards or honors associated with the program. [Description ]: Short description of the program provided by the user. [DisplayName ]: Long-form name of the program that the user provided. - [FieldsOfStudy ]: Majors and minors associated with the program. -(if applicable) - [Grade ]: The final grade, class, GPA, or score. - [Notes ]: More notes the user provided. + [FieldsOfStudy ]: Majors and minors associated with the program, if applicable. + [Grade ]: The final grade, class, grade point average (GPA), or score. + [Notes ]: More notes provided by the user. [WebUrl ]: Link to the degree or program page. [StartMonthYear ]: The month and year the user commenced the activity referenced. [Emails ]: Represents detailed information about email addresses associated with the user. @@ -27302,9 +28305,9 @@ Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they have attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: The scoped-role administrative unit memberships for this user. Read-only. Nullable. @@ -27368,7 +28371,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. @@ -27518,7 +28521,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Use revokeSignInSessions to reset. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -27565,6 +28568,48 @@ The language component follows two-letter codes as defined in ISO 639-1, and the For users with multigeo licenses, the property contains the user's region (if available). For users without multigeo licenses, the property contains the organization's region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China. + [Sections ]: The sections in the user's chat list. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the section was created. +Read-only. +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. + [DisplayIcon ]: sectionDisplayIcon + [(Any) ]: This indicates any property can be added to this object. + [ContentUrl ]: The URL to a custom icon image. +Applicable when iconType is custom. + [DisplayName ]: The human-readable name of the icon. + [IconType ]: The type of icon. +Use an emoji character such as 👍 for an emoji icon, or custom for a custom image icon. + [SkinTone ]: sectionIconSkinTone + [DisplayName ]: The display name of the section. +Required. +Maximum length is 50 characters. +Display names are case-sensitive and must be unique within a user's sections. +The following names are reserved for system-defined sections and can't be used when creating a user-defined section: RecentChats, QuickViews, TeamsAndChannels, MutedChats, MeetingChats, EngageCommunities. + [IsExpanded ]: Indicates whether the section is expanded in the user interface. +The default value is true. + [IsHierarchicalViewEnabled ]: Indicates whether the hierarchical view is enabled for the section. +Read-only. + [Items ]: The items (chats, channels, meetings, or communities) organized within the section. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the item was added to the section. +Read-only. +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. + [ItemType ]: sectionItemType + [LastModifiedDateTime ]: Date and time when the item was last modified. +Read-only. +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. + [LastModifiedDateTime ]: Date and time when the section was last modified. +Read-only. +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. + [SectionType ]: sectionType + [SortType ]: sectionSortType [Todo ]: todo [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -27577,6 +28622,12 @@ Read-only. Nullable. [IsOwner ]: True if the user is owner of the given task list. [IsShared ]: True if the task list is shared with other users + [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the task list. +Read-only. +Nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Value ]: The value of the property. [Tasks ]: The tasks in this task list. Read-only. Nullable. @@ -27640,9 +28691,6 @@ Read-only. [Recurrence ]: patternedRecurrence [ReminderDateTime ]: dateTimeTimeZone [SingleValueExtendedProperties ]: A collection of custom fields linked to the task. - [Id ]: The unique identifier for an entity. -Read-only. - [Value ]: The value of the property. [StartDateTime ]: dateTimeTimeZone [Status ]: taskStatus [Title ]: A brief description of the task. @@ -27694,6 +28742,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. @@ -27731,6 +28781,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. @@ -27753,6 +28804,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 ]: @@ -27806,6 +28858,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. @@ -27815,8 +28869,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. @@ -27833,6 +28885,8 @@ WINDOWSPROTECTIONSTATE ``: Device protect [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementComanagedDeviceAssignmentFilterEvaluationStatusDetail.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementComanagedDeviceAssignmentFilterEvaluationStatusDetail.md index 0549be54c0eeb..87f71ace565db 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementComanagedDeviceAssignmentFilterEvaluationStatusDetail.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementComanagedDeviceAssignmentFilterEvaluationStatusDetail.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/new-mgbetadevicemanagementcomanageddeviceassignmentfilterevaluationstatusdetail Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementComanagedDeviceAssignmentFilterEvaluationStatusDetail --- @@ -25,7 +25,6 @@ New-MgBetaDeviceManagementComanagedDeviceAssignmentFilterEvaluationStatusDetail [-Id ] [-PayloadId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -36,7 +35,6 @@ New-MgBetaDeviceManagementComanagedDeviceAssignmentFilterEvaluationStatusDetail [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -47,7 +45,7 @@ New-MgBetaDeviceManagementComanagedDeviceAssignmentFilterEvaluationStatusDetail [-AdditionalProperties ] [-Id ] [-PayloadId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -59,7 +57,6 @@ New-MgBetaDeviceManagementComanagedDeviceAssignmentFilterEvaluationStatusDetail [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementComanagedDeviceCompliancePolicyState.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementComanagedDeviceCompliancePolicyState.md index c03ee672a8b00..1460004fec252 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementComanagedDeviceCompliancePolicyState.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementComanagedDeviceCompliancePolicyState.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/new-mgbetadevicemanagementcomanageddevicecompliancepolicystate Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementComanagedDeviceCompliancePolicyState --- @@ -27,7 +27,6 @@ New-MgBetaDeviceManagementComanagedDeviceCompliancePolicyState -ManagedDeviceId [-UserId ] [-UserPrincipalName ] [-Version ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -37,7 +36,7 @@ New-MgBetaDeviceManagementComanagedDeviceCompliancePolicyState -ManagedDeviceId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -51,7 +50,6 @@ New-MgBetaDeviceManagementComanagedDeviceCompliancePolicyState [-UserId ] [-UserPrincipalName ] [-Version ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -62,7 +60,7 @@ New-MgBetaDeviceManagementComanagedDeviceCompliancePolicyState -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.DeviceManagement/New-MgBetaDeviceManagementComanagedDeviceConfigurationState.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementComanagedDeviceConfigurationState.md index be7e395029d67..cf1d729ba7919 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementComanagedDeviceConfigurationState.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementComanagedDeviceConfigurationState.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/new-mgbetadevicemanagementcomanageddeviceconfigurationstate Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementComanagedDeviceConfigurationState --- @@ -27,7 +27,6 @@ New-MgBetaDeviceManagementComanagedDeviceConfigurationState -ManagedDeviceId ] [-UserPrincipalName ] [-Version ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -37,7 +36,7 @@ New-MgBetaDeviceManagementComanagedDeviceConfigurationState -ManagedDeviceId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -50,7 +49,6 @@ New-MgBetaDeviceManagementComanagedDeviceConfigurationState -InputObject ] [-UserPrincipalName ] [-Version ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -60,7 +58,7 @@ New-MgBetaDeviceManagementComanagedDeviceConfigurationState -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementComanagedDeviceHealthScriptState.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementComanagedDeviceHealthScriptState.md index 353dda0d007b9..97b96223b19cc 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementComanagedDeviceHealthScriptState.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementComanagedDeviceHealthScriptState.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/new-mgbetadevicemanagementcomanageddevicehealthscriptstate Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementComanagedDeviceHealthScriptState --- @@ -31,7 +31,6 @@ New-MgBetaDeviceManagementComanagedDeviceHealthScriptState -ManagedDeviceId ] [-UserName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -41,7 +40,7 @@ New-MgBetaDeviceManagementComanagedDeviceHealthScriptState -ManagedDeviceId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -58,7 +57,6 @@ New-MgBetaDeviceManagementComanagedDeviceHealthScriptState -InputObject ] [-UserName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -68,7 +66,7 @@ New-MgBetaDeviceManagementComanagedDeviceHealthScriptState -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementComanagedDeviceLogCollectionRequestDownloadUrl.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementComanagedDeviceLogCollectionRequestDownloadUrl.md index dbe1bb05c1887..2cd55a7a4dda5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementComanagedDeviceLogCollectionRequestDownloadUrl.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementComanagedDeviceLogCollectionRequestDownloadUrl.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/new-mgbetadevicemanagementcomanageddevicelogcollectionrequestdownloadurl Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementComanagedDeviceLogCollectionRequestDownloadUrl --- @@ -25,7 +25,6 @@ New-MgBetaDeviceManagementComanagedDeviceLogCollectionRequestDownloadUrl [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -35,7 +34,7 @@ New-MgBetaDeviceManagementComanagedDeviceLogCollectionRequestDownloadUrl -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementComanagedDeviceManagedDeviceMobileAppConfigurationState.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementComanagedDeviceManagedDeviceMobileAppConfigurationState.md index 28c288b27317e..b3af39149fc06 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementComanagedDeviceManagedDeviceMobileAppConfigurationState.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementComanagedDeviceManagedDeviceMobileAppConfigurationState.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/new-mgbetadevicemanagementcomanageddevicemanageddevicemobileappconfigurationstate Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementComanagedDeviceManagedDeviceMobileAppConfigurationState --- @@ -27,7 +27,7 @@ New-MgBetaDeviceManagementComanagedDeviceManagedDeviceMobileAppConfigurationStat [-State ] [-UserId ] [-UserPrincipalName ] [-Version ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -38,7 +38,6 @@ New-MgBetaDeviceManagementComanagedDeviceManagedDeviceMobileAppConfigurationStat [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -52,7 +51,7 @@ New-MgBetaDeviceManagementComanagedDeviceManagedDeviceMobileAppConfigurationStat [-State ] [-UserId ] [-UserPrincipalName ] [-Version ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -64,7 +63,6 @@ New-MgBetaDeviceManagementComanagedDeviceManagedDeviceMobileAppConfigurationStat [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementComanagedDeviceSecurityBaselineState.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementComanagedDeviceSecurityBaselineState.md index 188b54c4d1a56..c3eb0b72e1b96 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementComanagedDeviceSecurityBaselineState.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementComanagedDeviceSecurityBaselineState.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/new-mgbetadevicemanagementcomanageddevicesecuritybaselinestate Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementComanagedDeviceSecurityBaselineState --- @@ -27,7 +27,7 @@ New-MgBetaDeviceManagementComanagedDeviceSecurityBaselineState -ManagedDeviceId [-State ] [-UserPrincipalName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -37,7 +37,7 @@ New-MgBetaDeviceManagementComanagedDeviceSecurityBaselineState -ManagedDeviceId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -51,7 +51,7 @@ New-MgBetaDeviceManagementComanagedDeviceSecurityBaselineState [-State ] [-UserPrincipalName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -62,7 +62,6 @@ New-MgBetaDeviceManagementComanagedDeviceSecurityBaselineState [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementComanagedDeviceSecurityBaselineStateSettingState.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementComanagedDeviceSecurityBaselineStateSettingState.md index a058214cf49a6..5aa5e0f227e75 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementComanagedDeviceSecurityBaselineStateSettingState.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementComanagedDeviceSecurityBaselineStateSettingState.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/new-mgbetadevicemanagementcomanageddevicesecuritybaselinestatesettingstate Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementComanagedDeviceSecurityBaselineStateSettingState --- @@ -29,7 +29,6 @@ New-MgBetaDeviceManagementComanagedDeviceSecurityBaselineStateSettingState -Mana [-State ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -40,7 +39,6 @@ New-MgBetaDeviceManagementComanagedDeviceSecurityBaselineStateSettingState -Mana [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -55,7 +53,6 @@ New-MgBetaDeviceManagementComanagedDeviceSecurityBaselineStateSettingState [-State ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -66,7 +63,7 @@ New-MgBetaDeviceManagementComanagedDeviceSecurityBaselineStateSettingState -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.DeviceManagement/New-MgBetaDeviceManagementComanagedDeviceWindowsProtectionStateDetectedMalwareState.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementComanagedDeviceWindowsProtectionStateDetectedMalwareState.md index 57f71a80b672d..a0440c4ba1f12 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementComanagedDeviceWindowsProtectionStateDetectedMalwareState.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementComanagedDeviceWindowsProtectionStateDetectedMalwareState.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/new-mgbetadevicemanagementcomanageddevicewindowsprotectionstatedetectedmalwarestate Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementComanagedDeviceWindowsProtectionStateDetectedMalwareState --- @@ -29,7 +29,6 @@ New-MgBetaDeviceManagementComanagedDeviceWindowsProtectionStateDetectedMalwareSt [-ThreatState ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -40,7 +39,6 @@ New-MgBetaDeviceManagementComanagedDeviceWindowsProtectionStateDetectedMalwareSt [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -56,7 +54,6 @@ New-MgBetaDeviceManagementComanagedDeviceWindowsProtectionStateDetectedMalwareSt [-ThreatState ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -67,7 +64,6 @@ New-MgBetaDeviceManagementComanagedDeviceWindowsProtectionStateDetectedMalwareSt [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementCompliancePolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementCompliancePolicy.md index 3efb60f3d018e..ad773fd76575c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementCompliancePolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementCompliancePolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/new-mgbetadevicemanagementcompliancepolicy Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementCompliancePolicy --- @@ -30,7 +30,6 @@ New-MgBetaDeviceManagementCompliancePolicy [-ResponseHeadersVariable ] [-Technologies ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -41,7 +40,6 @@ New-MgBetaDeviceManagementCompliancePolicy [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementCompliancePolicyAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementCompliancePolicyAssignment.md index 1c5d0214fa89a..06c8bb3d0bfff 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementCompliancePolicyAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementCompliancePolicyAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/new-mgbetadevicemanagementcompliancepolicyassignment Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementCompliancePolicyAssignment --- @@ -26,7 +26,6 @@ New-MgBetaDeviceManagementCompliancePolicyAssignment -DeviceManagementCompliance [-Target ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -37,7 +36,6 @@ New-MgBetaDeviceManagementCompliancePolicyAssignment -DeviceManagementCompliance [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -49,7 +47,6 @@ New-MgBetaDeviceManagementCompliancePolicyAssignment -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -60,7 +57,6 @@ New-MgBetaDeviceManagementCompliancePolicyAssignment -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementCompliancePolicyScheduledActionForRule.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementCompliancePolicyScheduledActionForRule.md index 9c42618b3911a..99fd3207a17b1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementCompliancePolicyScheduledActionForRule.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementCompliancePolicyScheduledActionForRule.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/new-mgbetadevicemanagementcompliancepolicyscheduledactionforrule Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementCompliancePolicyScheduledActionForRule --- @@ -26,7 +26,7 @@ New-MgBetaDeviceManagementCompliancePolicyScheduledActionForRule [-ScheduledActionConfigurations ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -38,7 +38,6 @@ New-MgBetaDeviceManagementCompliancePolicyScheduledActionForRule [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -50,7 +49,7 @@ New-MgBetaDeviceManagementCompliancePolicyScheduledActionForRule [-ScheduledActionConfigurations ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -62,7 +61,6 @@ New-MgBetaDeviceManagementCompliancePolicyScheduledActionForRule [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementCompliancePolicyScheduledActionForRuleScheduledActionConfiguration.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementCompliancePolicyScheduledActionForRuleScheduledActionConfiguration.md index 4e8e7882cc805..e5b29ed9adfcf 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementCompliancePolicyScheduledActionForRuleScheduledActionConfiguration.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementCompliancePolicyScheduledActionForRuleScheduledActionConfiguration.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/new-mgbetadevicemanagementcompliancepolicyscheduledactionforrulescheduledactionconfiguration Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementCompliancePolicyScheduledActionForRuleScheduledActionConfiguration --- @@ -28,7 +28,6 @@ New-MgBetaDeviceManagementCompliancePolicyScheduledActionForRuleScheduledActionC [-NotificationTemplateId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -41,7 +40,6 @@ New-MgBetaDeviceManagementCompliancePolicyScheduledActionForRuleScheduledActionC [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -54,7 +52,6 @@ New-MgBetaDeviceManagementCompliancePolicyScheduledActionForRuleScheduledActionC [-NotificationTemplateId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -66,7 +63,6 @@ New-MgBetaDeviceManagementCompliancePolicyScheduledActionForRuleScheduledActionC [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementCompliancePolicySetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementCompliancePolicySetting.md index 7f080f601603e..86337b11f279f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementCompliancePolicySetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementCompliancePolicySetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/new-mgbetadevicemanagementcompliancepolicysetting Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementCompliancePolicySetting --- @@ -26,7 +26,7 @@ New-MgBetaDeviceManagementCompliancePolicySetting -DeviceManagementCompliancePol [-SettingInstance ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -37,7 +37,6 @@ New-MgBetaDeviceManagementCompliancePolicySetting -DeviceManagementCompliancePol [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -49,7 +48,7 @@ New-MgBetaDeviceManagementCompliancePolicySetting -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -60,7 +59,6 @@ New-MgBetaDeviceManagementCompliancePolicySetting -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementComplianceSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementComplianceSetting.md index facbfe21fdb14..c1861f4e6d40b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementComplianceSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementComplianceSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/new-mgbetadevicemanagementcompliancesetting Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementComplianceSetting --- @@ -33,7 +33,6 @@ New-MgBetaDeviceManagementComplianceSetting [-ResponseHeadersVariable ] [-Visibility ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -44,7 +43,6 @@ New-MgBetaDeviceManagementComplianceSetting [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementConfigurationPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementConfigurationPolicy.md index 732851dbde4a8..58e68547d1ff7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementConfigurationPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementConfigurationPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/new-mgbetadevicemanagementconfigurationpolicy Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementConfigurationPolicy --- @@ -32,7 +32,7 @@ New-MgBetaDeviceManagementConfigurationPolicy [-ResponseHeadersVariable [-TemplateReference ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -43,7 +43,6 @@ New-MgBetaDeviceManagementConfigurationPolicy [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementConfigurationPolicyAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementConfigurationPolicyAssignment.md index dfed590795134..6897794699d44 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementConfigurationPolicyAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementConfigurationPolicyAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/new-mgbetadevicemanagementconfigurationpolicyassignment Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementConfigurationPolicyAssignment --- @@ -27,7 +27,6 @@ New-MgBetaDeviceManagementConfigurationPolicyAssignment [-Target ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -39,7 +38,6 @@ New-MgBetaDeviceManagementConfigurationPolicyAssignment [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -51,7 +49,6 @@ New-MgBetaDeviceManagementConfigurationPolicyAssignment -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -62,7 +59,6 @@ New-MgBetaDeviceManagementConfigurationPolicyAssignment -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementConfigurationPolicyCopy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementConfigurationPolicyCopy.md index 76e310a84ff7c..e0ef52e4329e2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementConfigurationPolicyCopy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementConfigurationPolicyCopy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/new-mgbetadevicemanagementconfigurationpolicycopy Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementConfigurationPolicyCopy --- @@ -24,7 +24,7 @@ New-MgBetaDeviceManagementConfigurationPolicyCopy -DeviceManagementConfiguration [-ResponseHeadersVariable ] [-AdditionalProperties ] [-Description ] [-DisplayName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -35,7 +35,6 @@ New-MgBetaDeviceManagementConfigurationPolicyCopy -DeviceManagementConfiguration [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -45,7 +44,7 @@ New-MgBetaDeviceManagementConfigurationPolicyCopy -InputObject ] [-AdditionalProperties ] [-Description ] [-DisplayName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -56,7 +55,6 @@ New-MgBetaDeviceManagementConfigurationPolicyCopy -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementConfigurationPolicySetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementConfigurationPolicySetting.md index 283a882650886..214abfd654836 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementConfigurationPolicySetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementConfigurationPolicySetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/new-mgbetadevicemanagementconfigurationpolicysetting Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementConfigurationPolicySetting --- @@ -26,7 +26,7 @@ New-MgBetaDeviceManagementConfigurationPolicySetting -DeviceManagementConfigurat [-SettingInstance ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -37,7 +37,6 @@ New-MgBetaDeviceManagementConfigurationPolicySetting -DeviceManagementConfigurat [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -49,7 +48,7 @@ New-MgBetaDeviceManagementConfigurationPolicySetting -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -60,7 +59,6 @@ New-MgBetaDeviceManagementConfigurationPolicySetting -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementConfigurationPolicyTemplate.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementConfigurationPolicyTemplate.md index 1c12264fb1ac2..a197b6cb0d921 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementConfigurationPolicyTemplate.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementConfigurationPolicyTemplate.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/new-mgbetadevicemanagementconfigurationpolicytemplate Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementConfigurationPolicyTemplate --- @@ -31,7 +31,6 @@ New-MgBetaDeviceManagementConfigurationPolicyTemplate [-ResponseHeadersVariable [-TemplateFamily ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -42,7 +41,6 @@ New-MgBetaDeviceManagementConfigurationPolicyTemplate [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementConfigurationPolicyTemplateSettingDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementConfigurationPolicyTemplateSettingDefinition.md index 1540f682e20b2..003eb4fc8f7d8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementConfigurationPolicyTemplateSettingDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementConfigurationPolicyTemplateSettingDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/new-mgbetadevicemanagementconfigurationpolicytemplatesettingdefinition Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementConfigurationPolicyTemplateSettingDefinition --- @@ -35,7 +35,6 @@ New-MgBetaDeviceManagementConfigurationPolicyTemplateSettingDefinition [-Visibility ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -48,7 +47,6 @@ New-MgBetaDeviceManagementConfigurationPolicyTemplateSettingDefinition [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -68,7 +66,6 @@ New-MgBetaDeviceManagementConfigurationPolicyTemplateSettingDefinition [-Visibility ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -80,7 +77,6 @@ New-MgBetaDeviceManagementConfigurationPolicyTemplateSettingDefinition [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementConfigurationPolicyTemplateSettingTemplate.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementConfigurationPolicyTemplateSettingTemplate.md index 2261a9ff1b0c8..8f859594993bc 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementConfigurationPolicyTemplateSettingTemplate.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementConfigurationPolicyTemplateSettingTemplate.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/new-mgbetadevicemanagementconfigurationpolicytemplatesettingtemplate Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementConfigurationPolicyTemplateSettingTemplate --- @@ -27,7 +27,7 @@ New-MgBetaDeviceManagementConfigurationPolicyTemplateSettingTemplate [-SettingInstanceTemplate ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -39,7 +39,6 @@ New-MgBetaDeviceManagementConfigurationPolicyTemplateSettingTemplate [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -52,7 +51,7 @@ New-MgBetaDeviceManagementConfigurationPolicyTemplateSettingTemplate [-SettingInstanceTemplate ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -64,7 +63,6 @@ New-MgBetaDeviceManagementConfigurationPolicyTemplateSettingTemplate [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementConfigurationSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementConfigurationSetting.md index 3aa1ca3ad9b20..8487111184ae0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementConfigurationSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementConfigurationSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/new-mgbetadevicemanagementconfigurationsetting Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementConfigurationSetting --- @@ -33,7 +33,6 @@ New-MgBetaDeviceManagementConfigurationSetting [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -44,7 +43,6 @@ New-MgBetaDeviceManagementConfigurationSetting [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementDataSharingConsent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementDataSharingConsent.md index a984552c57fd6..156503234e5ab 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementDataSharingConsent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementDataSharingConsent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/new-mgbetadevicemanagementdatasharingconsent Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementDataSharingConsent --- @@ -25,7 +25,7 @@ New-MgBetaDeviceManagementDataSharingConsent [-ResponseHeadersVariable ] [-GrantedByUserId ] [-Id ] [-ServiceDisplayName ] [-TermsUrl ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -35,7 +35,6 @@ New-MgBetaDeviceManagementDataSharingConsent -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementDerivedCredential.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementDerivedCredential.md index 204f3e6855a2b..1166212a1df3d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementDerivedCredential.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementDerivedCredential.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/new-mgbetadevicemanagementderivedcredential Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementDerivedCredential --- @@ -27,7 +27,6 @@ New-MgBetaDeviceManagementDerivedCredential [-ResponseHeadersVariable ] [-RenewalThresholdPercentage ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -38,7 +37,6 @@ New-MgBetaDeviceManagementDerivedCredential [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementDetectedApp.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementDetectedApp.md index 21048d465feaa..6b38818ef97d7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementDetectedApp.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementDetectedApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/new-mgbetadevicemanagementdetectedapp Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementDetectedApp --- @@ -29,7 +29,6 @@ New-MgBetaDeviceManagementDetectedApp [-ResponseHeadersVariable ] [-Publisher ] [-SizeInByte ] [-Version ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -39,7 +38,6 @@ New-MgBetaDeviceManagementDetectedApp -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -915,7 +913,7 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for users to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). @@ -1209,22 +1207,23 @@ Always null when the object hasn't been deleted. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -1254,12 +1253,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -1369,7 +1425,7 @@ Optional. [IncludeBasicClaimSet ]: Determines whether the basic claim set is included in tokens affected by this policy. If set to true, all claims in the basic claim set are emitted in tokens affected by the policy. By default the basic claim set isn't in the tokens unless they're explicitly configured in this policy. - [CreatedByAppId ]: The appId (called Application (client) ID on the Microsoft Entra admin center) of the application used to create the service principal. + [CreatedByAppId ]: The appId of the application that created this service principal. Set internally by Microsoft Entra ID. Read-only. [CreatedObjects ]: Directory objects created by this service principal. @@ -1501,7 +1557,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -1660,13 +1716,13 @@ May not begin with .. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [ApprovedClientApps ]: + [ApprovedClientApps ]: The collection of approved client apps that are associated with the RDS configuration. +Supports $expand. [Id ]: The unique identifier for an entity. Read-only. - [DisplayName ]: + [DisplayName ]: Display name for the client application. [IsRemoteDesktopProtocolEnabled ]: Determines if Microsoft Entra ID RDS authentication protocol for RDP is enabled. [TargetDeviceGroups ]: The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. -
]: The unique identifier for an entity. Read-only. [DisplayName ]: Display name for the target device group. @@ -2027,7 +2083,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. - [ExternalAuthenticationMethods ]: Represents the external methods registered to a user for authentication. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. Optional. @@ -2043,7 +2099,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. - [DisplayName ]: Custom name given to the registered external authentication method. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. @@ -2296,7 +2352,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -2549,7 +2605,7 @@ Read-only. The identifiers must be unique in the tenant. [Birthday ]: The birthday of the user. 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 Returned only on $select. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. Only one number can be set for this property. Read-only for users synced from on-premises directory. @@ -3159,6 +3215,49 @@ This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. Read only. + [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. +Nullable. + [Attachments ]: References to attached objects like files, tabs, meetings etc. + [Body ]: itemBody + [ChannelIdentity ]: channelIdentity + [ChatId ]: If the message was sent in a chat, represents the identity of the chat. + [CreatedDateTime ]: Timestamp of when the chat message was created. + [DeletedDateTime ]: Read only. +Timestamp at which the chat message was deleted, or null if not deleted. + [Etag ]: Read-only. +Version number of the chat message. + [EventDetail ]: eventMessageDetail + [From ]: chatMessageFromIdentitySet + [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. + [Importance ]: chatMessageImportance + [LastEditedDateTime ]: Read only. +Timestamp when edits to the chat message were made. +Triggers an 'Edited' flag in the Teams UI. +If no edits are made the value is null. + [LastModifiedDateTime ]: Read only. +Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. + [Locale ]: Locale of the chat message set by the client. +Always set to en-us. + [Mentions ]: List of entities mentioned in the chat message. +Supported entities are: user, bot, team, channel, chat, and tag. + [MessageHistory ]: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. + [MessageType ]: chatMessageType + [OnBehalfOf ]: chatMessageFromIdentitySet + [PolicyViolation ]: chatMessagePolicyViolation + [Reactions ]: Reactions for this chat message (for example, Like). + [Replies ]: Replies for a specified message. +Supports $expand for channel messages. + [ReplyToId ]: Read-only. +ID of the parent chat message or root chat message of the thread. +(Only applies to chat messages in channels, not chats.) + [Subject ]: The subject of the chat message, in plaintext. + [Summary ]: Summary text of the chat message that could be used for push notifications and summary views or fall back views. +Only applies to channel chat messages, not chat messages in a chat. + [WebUrl ]: Read-only. +Link to the message in Microsoft Teams. + [Id ]: The unique identifier for an entity. +Read-only. + [Recipient ]: identity [TenantId ]: The identifier of the tenant in which the chat was created. Read-only. [Topic ]: (Optional) Subject or topic for the chat. @@ -3194,21 +3293,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -3298,7 +3454,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 @@ -3323,6 +3481,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. @@ -3530,10 +3721,11 @@ 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. + [ContentCategory ]: contentCategory [CorrelationId ]: An identifier used to group multiple related content entries (for example, different parts of the same file upload, messages in a conversation). [CreatedDateTime ]: Required. Timestamp indicating when the original content was created (for example, file creation time, message sent time). @@ -3818,6 +4010,7 @@ To proactively opt in to the new behavior ahead of time, use the contentStream p Nullable. [File ]: file [(Any) ]: This indicates any property can be added to this object. + [ArchiveStatus ]: fileArchiveStatus [Hashes ]: hashes [(Any) ]: This indicates any property can be added to this object. [Crc32Hash ]: The CRC32 value of the file (if available). @@ -3828,6 +4021,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. @@ -3928,6 +4134,17 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(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. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity. @@ -4937,6 +5154,8 @@ 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 total count of items in the list. +Read-only. [Items ]: All items contained in the list. [List ]: listInfo [(Any) ]: This indicates any property can be added to this object. @@ -5033,6 +5252,24 @@ Required. [LearningProviderId ]: The registration ID of the provider. Required. [Status ]: courseStatus + [Storyline ]: User's storyline singleton container. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Followers ]: The users who are following this user. + [Id ]: The unique identifier for an entity. +Read-only. + [Follower ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Followings ]: The users that this user is following. + [Id ]: The unique identifier for an entity. +Read-only. + [Following ]: The Viva Engage identities. [EmployeeHireDate ]: The date and time when the user was hired or will start work if there is a future hire. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. @@ -5047,10 +5284,10 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. @@ -5523,7 +5760,9 @@ Read-write. [(Any) ]: This indicates any property can be added to this object. [ArchiveStatus ]: siteArchiveStatus [ArchivedBy ]: identitySet - [ArchivedDateTime ]: + [ArchivedDateTime ]: Time when the container was archived. +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. [DataLocationCode ]: The geographic region code for where this site collection resides. Only present for multi-geo tenants. Read-only. @@ -5546,7 +5785,7 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. 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. - Returned only on $select. + Requires $select to retrieve. Note: This property is specific to SharePoint Online. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. @@ -5569,6 +5808,27 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityGovernance ]: identityGovernanceUserSettings + [(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 ]: 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 + [(Any) ]: This indicates any property can be added to this object. + [Duration ]: The requestor's desired duration of access represented in ISO 8601 format for durations. +For example, PT3H refers to three hours. + If specified in a request, endDateTime shouldn't be present and the type property should be set to afterDuration. + [EndDateTime ]: Timestamp of 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. + [Type ]: expirationPatternType + [Recurrence ]: patternedRecurrence + [StartDateTime ]: 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. +In PIM, when the eligible or active assignment becomes active. [IdentityParentId ]: The object ID of the parent identity for agent users. Always null for regular user accounts. For agentUser resources, this property references the object ID of the associated agent identity. @@ -5665,7 +5925,7 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for users to describe their interests. -Returned only on $select. +Requires $select to retrieve. [InvitedBy ]: directoryObject [IsLicenseReconciliationNeeded ]: Indicates whether the user is pending an exchange mailbox license assignment. Read-only. @@ -5674,7 +5934,8 @@ Returned only on $select. 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). @@ -5688,24 +5949,24 @@ If this list is non-empty, then only users or groups listed here can post. [AccessType ]: groupAccessType [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are auto-subscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -5715,6 +5976,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -5873,11 +6135,11 @@ You can use it as a $filter argument to get groups that have members with licens Supports $filter (eq). [HideFromAddressLists ]: true if the group isn't displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: true if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [InfoCatalogs ]: Identifies the info segments assigned to the group. Returned by default. @@ -5901,7 +6163,7 @@ Read-only. To manage a group 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. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -5951,6 +6213,7 @@ Read-only. [OnPremisesDomainName ]: Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only. + [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [OnPremisesLastSyncDateTime ]: Indicates the last time at which the group was synced with the on-premises directory.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. Returned by default. @@ -6134,10 +6397,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -6146,9 +6411,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. @@ -6312,7 +6606,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). @@ -6360,6 +6654,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 @@ -6757,12 +7052,12 @@ Immutable. Read-only. [UnseenConversationsCount ]: Count of conversations delivered one or more new posts since the signed-in user's last visit to the group. This property is the same as unseenCount. -Returned only on $select. +Requires $select to retrieve. [UnseenCount ]: Count of conversations that have received new posts since the signed-in user last visited the group. -This property is the same as unseenConversationsCount.Returned only on $select. +This property is the same as unseenConversationsCount.Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [UnseenMessagesCount ]: Count of new posts that have been delivered to the group's conversations since the signed-in user's last visit to the group. -Returned only on $select. +Requires $select to retrieve. [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. @@ -6773,7 +7068,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Requires $select to retrieve. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -6790,16 +7088,16 @@ Nullable. 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. Read-only. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. It also indicates licenses that are directly assigned and the ones the user inherited through group memberships. Read-only. -Returned only on $select. +Requires $select to retrieve. [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. Read-Only. @@ -6925,7 +7223,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -7159,7 +7457,7 @@ Read-only. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Notifications ]: [Id ]: The unique identifier for an entity. Read-only. @@ -7254,6 +7552,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. @@ -7302,6 +7604,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. @@ -7556,7 +7863,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for users to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [PendingAccessReviewInstances ]: Navigation property to get a list of access reviews pending approval by the reviewer. [Id ]: The unique identifier for an entity. Read-only. @@ -7576,14 +7883,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. @@ -7916,7 +8215,7 @@ Example: 'en-US', or 'es-ES'. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -8372,15 +8671,14 @@ Read-only. [WebUrl ]: Link to the institution or department homepage. [Program ]: educationalActivityDetail [(Any) ]: This indicates any property can be added to this object. - [Abbreviation ]: Shortened name of the degree or program (example: PhD, MBA) + [Abbreviation ]: Shortened name of the degree or program, for example, PhD and MBA. [Activities ]: Extracurricular activities undertaken alongside the program. [Awards ]: Any awards or honors associated with the program. [Description ]: Short description of the program provided by the user. [DisplayName ]: Long-form name of the program that the user provided. - [FieldsOfStudy ]: Majors and minors associated with the program. -(if applicable) - [Grade ]: The final grade, class, GPA, or score. - [Notes ]: More notes the user provided. + [FieldsOfStudy ]: Majors and minors associated with the program, if applicable. + [Grade ]: The final grade, class, grade point average (GPA), or score. + [Notes ]: More notes provided by the user. [WebUrl ]: Link to the degree or program page. [StartMonthYear ]: The month and year the user commenced the activity referenced. [Emails ]: Represents detailed information about email addresses associated with the user. @@ -8683,9 +8981,9 @@ Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they have attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: The scoped-role administrative unit memberships for this user. Read-only. Nullable. @@ -8749,7 +9047,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. @@ -8899,7 +9197,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Use revokeSignInSessions to reset. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -8946,6 +9244,48 @@ The language component follows two-letter codes as defined in ISO 639-1, and the For users with multigeo licenses, the property contains the user's region (if available). For users without multigeo licenses, the property contains the organization's region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China. + [Sections ]: The sections in the user's chat list. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the section was created. +Read-only. +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. + [DisplayIcon ]: sectionDisplayIcon + [(Any) ]: This indicates any property can be added to this object. + [ContentUrl ]: The URL to a custom icon image. +Applicable when iconType is custom. + [DisplayName ]: The human-readable name of the icon. + [IconType ]: The type of icon. +Use an emoji character such as 👍 for an emoji icon, or custom for a custom image icon. + [SkinTone ]: sectionIconSkinTone + [DisplayName ]: The display name of the section. +Required. +Maximum length is 50 characters. +Display names are case-sensitive and must be unique within a user's sections. +The following names are reserved for system-defined sections and can't be used when creating a user-defined section: RecentChats, QuickViews, TeamsAndChannels, MutedChats, MeetingChats, EngageCommunities. + [IsExpanded ]: Indicates whether the section is expanded in the user interface. +The default value is true. + [IsHierarchicalViewEnabled ]: Indicates whether the hierarchical view is enabled for the section. +Read-only. + [Items ]: The items (chats, channels, meetings, or communities) organized within the section. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the item was added to the section. +Read-only. +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. + [ItemType ]: sectionItemType + [LastModifiedDateTime ]: Date and time when the item was last modified. +Read-only. +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. + [LastModifiedDateTime ]: Date and time when the section was last modified. +Read-only. +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. + [SectionType ]: sectionType + [SortType ]: sectionSortType [Todo ]: todo [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -8958,6 +9298,12 @@ Read-only. Nullable. [IsOwner ]: True if the user is owner of the given task list. [IsShared ]: True if the task list is shared with other users + [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the task list. +Read-only. +Nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Value ]: The value of the property. [Tasks ]: The tasks in this task list. Read-only. Nullable. @@ -9021,9 +9367,6 @@ Read-only. [Recurrence ]: patternedRecurrence [ReminderDateTime ]: dateTimeTimeZone [SingleValueExtendedProperties ]: A collection of custom fields linked to the task. - [Id ]: The unique identifier for an entity. -Read-only. - [Value ]: The value of the property. [StartDateTime ]: dateTimeTimeZone [Status ]: taskStatus [Title ]: A brief description of the task. @@ -9075,6 +9418,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. @@ -9112,6 +9457,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. @@ -9134,6 +9480,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 ]: @@ -9187,6 +9534,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. @@ -9196,8 +9545,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. @@ -9213,6 +9560,8 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -9663,7 +10012,7 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for users to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). @@ -9957,22 +10306,23 @@ Always null when the object hasn't been deleted. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -10002,12 +10352,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -10117,7 +10524,7 @@ Optional. [IncludeBasicClaimSet ]: Determines whether the basic claim set is included in tokens affected by this policy. If set to true, all claims in the basic claim set are emitted in tokens affected by the policy. By default the basic claim set isn't in the tokens unless they're explicitly configured in this policy. - [CreatedByAppId ]: The appId (called Application (client) ID on the Microsoft Entra admin center) of the application used to create the service principal. + [CreatedByAppId ]: The appId of the application that created this service principal. Set internally by Microsoft Entra ID. Read-only. [CreatedObjects ]: Directory objects created by this service principal. @@ -10249,7 +10656,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -10408,13 +10815,13 @@ May not begin with .. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [ApprovedClientApps ]: + [ApprovedClientApps ]: The collection of approved client apps that are associated with the RDS configuration. +Supports $expand. [Id ]: The unique identifier for an entity. Read-only. - [DisplayName ]: + [DisplayName ]: Display name for the client application. [IsRemoteDesktopProtocolEnabled ]: Determines if Microsoft Entra ID RDS authentication protocol for RDP is enabled. [TargetDeviceGroups ]: The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. -
]: The unique identifier for an entity. Read-only. [DisplayName ]: Display name for the target device group. @@ -10775,7 +11182,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. - [ExternalAuthenticationMethods ]: Represents the external methods registered to a user for authentication. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. Optional. @@ -10791,7 +11198,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. - [DisplayName ]: Custom name given to the registered external authentication method. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. @@ -11044,7 +11451,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -11297,7 +11704,7 @@ Read-only. The identifiers must be unique in the tenant. [Birthday ]: The birthday of the user. 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 Returned only on $select. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. Only one number can be set for this property. Read-only for users synced from on-premises directory. @@ -11907,6 +12314,49 @@ This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. Read only. + [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. +Nullable. + [Attachments ]: References to attached objects like files, tabs, meetings etc. + [Body ]: itemBody + [ChannelIdentity ]: channelIdentity + [ChatId ]: If the message was sent in a chat, represents the identity of the chat. + [CreatedDateTime ]: Timestamp of when the chat message was created. + [DeletedDateTime ]: Read only. +Timestamp at which the chat message was deleted, or null if not deleted. + [Etag ]: Read-only. +Version number of the chat message. + [EventDetail ]: eventMessageDetail + [From ]: chatMessageFromIdentitySet + [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. + [Importance ]: chatMessageImportance + [LastEditedDateTime ]: Read only. +Timestamp when edits to the chat message were made. +Triggers an 'Edited' flag in the Teams UI. +If no edits are made the value is null. + [LastModifiedDateTime ]: Read only. +Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. + [Locale ]: Locale of the chat message set by the client. +Always set to en-us. + [Mentions ]: List of entities mentioned in the chat message. +Supported entities are: user, bot, team, channel, chat, and tag. + [MessageHistory ]: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. + [MessageType ]: chatMessageType + [OnBehalfOf ]: chatMessageFromIdentitySet + [PolicyViolation ]: chatMessagePolicyViolation + [Reactions ]: Reactions for this chat message (for example, Like). + [Replies ]: Replies for a specified message. +Supports $expand for channel messages. + [ReplyToId ]: Read-only. +ID of the parent chat message or root chat message of the thread. +(Only applies to chat messages in channels, not chats.) + [Subject ]: The subject of the chat message, in plaintext. + [Summary ]: Summary text of the chat message that could be used for push notifications and summary views or fall back views. +Only applies to channel chat messages, not chat messages in a chat. + [WebUrl ]: Read-only. +Link to the message in Microsoft Teams. + [Id ]: The unique identifier for an entity. +Read-only. + [Recipient ]: identity [TenantId ]: The identifier of the tenant in which the chat was created. Read-only. [Topic ]: (Optional) Subject or topic for the chat. @@ -11942,21 +12392,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -12046,7 +12553,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 @@ -12071,6 +12580,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. @@ -12278,10 +12820,11 @@ 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. + [ContentCategory ]: contentCategory [CorrelationId ]: An identifier used to group multiple related content entries (for example, different parts of the same file upload, messages in a conversation). [CreatedDateTime ]: Required. Timestamp indicating when the original content was created (for example, file creation time, message sent time). @@ -12566,6 +13109,7 @@ To proactively opt in to the new behavior ahead of time, use the contentStream p Nullable. [File ]: file [(Any) ]: This indicates any property can be added to this object. + [ArchiveStatus ]: fileArchiveStatus [Hashes ]: hashes [(Any) ]: This indicates any property can be added to this object. [Crc32Hash ]: The CRC32 value of the file (if available). @@ -12576,6 +13120,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. @@ -12676,6 +13233,17 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(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. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity. @@ -13685,6 +14253,8 @@ 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 total count of items in the list. +Read-only. [Items ]: All items contained in the list. [List ]: listInfo [(Any) ]: This indicates any property can be added to this object. @@ -13781,6 +14351,24 @@ Required. [LearningProviderId ]: The registration ID of the provider. Required. [Status ]: courseStatus + [Storyline ]: User's storyline singleton container. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Followers ]: The users who are following this user. + [Id ]: The unique identifier for an entity. +Read-only. + [Follower ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Followings ]: The users that this user is following. + [Id ]: The unique identifier for an entity. +Read-only. + [Following ]: The Viva Engage identities. [EmployeeHireDate ]: The date and time when the user was hired or will start work if there is a future hire. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. @@ -13795,10 +14383,10 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. @@ -14271,7 +14859,9 @@ Read-write. [(Any) ]: This indicates any property can be added to this object. [ArchiveStatus ]: siteArchiveStatus [ArchivedBy ]: identitySet - [ArchivedDateTime ]: + [ArchivedDateTime ]: Time when the container was archived. +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. [DataLocationCode ]: The geographic region code for where this site collection resides. Only present for multi-geo tenants. Read-only. @@ -14294,7 +14884,7 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. 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. - Returned only on $select. + Requires $select to retrieve. Note: This property is specific to SharePoint Online. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. @@ -14317,6 +14907,27 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityGovernance ]: identityGovernanceUserSettings + [(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 ]: 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 + [(Any) ]: This indicates any property can be added to this object. + [Duration ]: The requestor's desired duration of access represented in ISO 8601 format for durations. +For example, PT3H refers to three hours. + If specified in a request, endDateTime shouldn't be present and the type property should be set to afterDuration. + [EndDateTime ]: Timestamp of 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. + [Type ]: expirationPatternType + [Recurrence ]: patternedRecurrence + [StartDateTime ]: 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. +In PIM, when the eligible or active assignment becomes active. [IdentityParentId ]: The object ID of the parent identity for agent users. Always null for regular user accounts. For agentUser resources, this property references the object ID of the associated agent identity. @@ -14413,7 +15024,7 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for users to describe their interests. -Returned only on $select. +Requires $select to retrieve. [InvitedBy ]: directoryObject [IsLicenseReconciliationNeeded ]: Indicates whether the user is pending an exchange mailbox license assignment. Read-only. @@ -14422,7 +15033,8 @@ Returned only on $select. 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). @@ -14436,24 +15048,24 @@ If this list is non-empty, then only users or groups listed here can post. [AccessType ]: groupAccessType [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are auto-subscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -14463,6 +15075,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -14621,11 +15234,11 @@ You can use it as a $filter argument to get groups that have members with licens Supports $filter (eq). [HideFromAddressLists ]: true if the group isn't displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: true if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [InfoCatalogs ]: Identifies the info segments assigned to the group. Returned by default. @@ -14649,7 +15262,7 @@ Read-only. To manage a group 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. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -14699,6 +15312,7 @@ Read-only. [OnPremisesDomainName ]: Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only. + [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [OnPremisesLastSyncDateTime ]: Indicates the last time at which the group was synced with the on-premises directory.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. Returned by default. @@ -14882,10 +15496,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -14894,9 +15510,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. @@ -15060,7 +15705,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). @@ -15108,6 +15753,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 @@ -15505,12 +16151,12 @@ Immutable. Read-only. [UnseenConversationsCount ]: Count of conversations delivered one or more new posts since the signed-in user's last visit to the group. This property is the same as unseenCount. -Returned only on $select. +Requires $select to retrieve. [UnseenCount ]: Count of conversations that have received new posts since the signed-in user last visited the group. -This property is the same as unseenConversationsCount.Returned only on $select. +This property is the same as unseenConversationsCount.Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [UnseenMessagesCount ]: Count of new posts that have been delivered to the group's conversations since the signed-in user's last visit to the group. -Returned only on $select. +Requires $select to retrieve. [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. @@ -15521,7 +16167,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Requires $select to retrieve. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -15538,16 +16187,16 @@ Nullable. 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. Read-only. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. It also indicates licenses that are directly assigned and the ones the user inherited through group memberships. Read-only. -Returned only on $select. +Requires $select to retrieve. [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. Read-Only. @@ -15673,7 +16322,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -15907,7 +16556,7 @@ Read-only. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Notifications ]: [Id ]: The unique identifier for an entity. Read-only. @@ -16002,6 +16651,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. @@ -16050,6 +16703,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. @@ -16304,7 +16962,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for users to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [PendingAccessReviewInstances ]: Navigation property to get a list of access reviews pending approval by the reviewer. [Id ]: The unique identifier for an entity. Read-only. @@ -16324,14 +16982,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. @@ -16664,7 +17314,7 @@ Example: 'en-US', or 'es-ES'. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -17120,15 +17770,14 @@ Read-only. [WebUrl ]: Link to the institution or department homepage. [Program ]: educationalActivityDetail [(Any) ]: This indicates any property can be added to this object. - [Abbreviation ]: Shortened name of the degree or program (example: PhD, MBA) + [Abbreviation ]: Shortened name of the degree or program, for example, PhD and MBA. [Activities ]: Extracurricular activities undertaken alongside the program. [Awards ]: Any awards or honors associated with the program. [Description ]: Short description of the program provided by the user. [DisplayName ]: Long-form name of the program that the user provided. - [FieldsOfStudy ]: Majors and minors associated with the program. -(if applicable) - [Grade ]: The final grade, class, GPA, or score. - [Notes ]: More notes the user provided. + [FieldsOfStudy ]: Majors and minors associated with the program, if applicable. + [Grade ]: The final grade, class, grade point average (GPA), or score. + [Notes ]: More notes provided by the user. [WebUrl ]: Link to the degree or program page. [StartMonthYear ]: The month and year the user commenced the activity referenced. [Emails ]: Represents detailed information about email addresses associated with the user. @@ -17431,9 +18080,9 @@ Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they have attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: The scoped-role administrative unit memberships for this user. Read-only. Nullable. @@ -17497,7 +18146,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. @@ -17647,7 +18296,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Use revokeSignInSessions to reset. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -17694,6 +18343,48 @@ The language component follows two-letter codes as defined in ISO 639-1, and the For users with multigeo licenses, the property contains the user's region (if available). For users without multigeo licenses, the property contains the organization's region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China. + [Sections ]: The sections in the user's chat list. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the section was created. +Read-only. +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. + [DisplayIcon ]: sectionDisplayIcon + [(Any) ]: This indicates any property can be added to this object. + [ContentUrl ]: The URL to a custom icon image. +Applicable when iconType is custom. + [DisplayName ]: The human-readable name of the icon. + [IconType ]: The type of icon. +Use an emoji character such as 👍 for an emoji icon, or custom for a custom image icon. + [SkinTone ]: sectionIconSkinTone + [DisplayName ]: The display name of the section. +Required. +Maximum length is 50 characters. +Display names are case-sensitive and must be unique within a user's sections. +The following names are reserved for system-defined sections and can't be used when creating a user-defined section: RecentChats, QuickViews, TeamsAndChannels, MutedChats, MeetingChats, EngageCommunities. + [IsExpanded ]: Indicates whether the section is expanded in the user interface. +The default value is true. + [IsHierarchicalViewEnabled ]: Indicates whether the hierarchical view is enabled for the section. +Read-only. + [Items ]: The items (chats, channels, meetings, or communities) organized within the section. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the item was added to the section. +Read-only. +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. + [ItemType ]: sectionItemType + [LastModifiedDateTime ]: Date and time when the item was last modified. +Read-only. +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. + [LastModifiedDateTime ]: Date and time when the section was last modified. +Read-only. +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. + [SectionType ]: sectionType + [SortType ]: sectionSortType [Todo ]: todo [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -17706,6 +18397,12 @@ Read-only. Nullable. [IsOwner ]: True if the user is owner of the given task list. [IsShared ]: True if the task list is shared with other users + [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the task list. +Read-only. +Nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Value ]: The value of the property. [Tasks ]: The tasks in this task list. Read-only. Nullable. @@ -17769,9 +18466,6 @@ Read-only. [Recurrence ]: patternedRecurrence [ReminderDateTime ]: dateTimeTimeZone [SingleValueExtendedProperties ]: A collection of custom fields linked to the task. - [Id ]: The unique identifier for an entity. -Read-only. - [Value ]: The value of the property. [StartDateTime ]: dateTimeTimeZone [Status ]: taskStatus [Title ]: A brief description of the task. @@ -17823,6 +18517,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. @@ -17860,6 +18556,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. @@ -17882,6 +18579,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 ]: @@ -17935,6 +18633,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. @@ -17944,8 +18644,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. @@ -17961,6 +18659,8 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementDeviceCategory.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementDeviceCategory.md index 975ae8c77f41f..96f84527c2bab 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementDeviceCategory.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementDeviceCategory.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/new-mgbetadevicemanagementdevicecategory Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementDeviceCategory --- @@ -28,7 +28,6 @@ New-MgBetaDeviceManagementDeviceCategory [-ResponseHeadersVariable ] [-RoleScopeTagIds ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -38,7 +37,6 @@ New-MgBetaDeviceManagementDeviceCategory -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementDeviceCompliancePolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementDeviceCompliancePolicy.md index 4cc7bbd0b8414..8144a9bab407a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementDeviceCompliancePolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementDeviceCompliancePolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/new-mgbetadevicemanagementdevicecompliancepolicy Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementDeviceCompliancePolicy --- @@ -35,7 +35,7 @@ New-MgBetaDeviceManagementDeviceCompliancePolicy [-ResponseHeadersVariable ] [-Version ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -45,7 +45,7 @@ New-MgBetaDeviceManagementDeviceCompliancePolicy -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.DeviceManagement/New-MgBetaDeviceManagementDeviceCompliancePolicyAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementDeviceCompliancePolicyAssignment.md index fd5844c1f159b..d7f751fb69f66 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementDeviceCompliancePolicyAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementDeviceCompliancePolicyAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/new-mgbetadevicemanagementdevicecompliancepolicyassignment Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementDeviceCompliancePolicyAssignment --- @@ -29,7 +29,6 @@ New-MgBetaDeviceManagementDeviceCompliancePolicyAssignment -DeviceCompliancePoli [-Target ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -40,7 +39,6 @@ New-MgBetaDeviceManagementDeviceCompliancePolicyAssignment -DeviceCompliancePoli [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -52,7 +50,6 @@ New-MgBetaDeviceManagementDeviceCompliancePolicyAssignment -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -63,7 +60,6 @@ New-MgBetaDeviceManagementDeviceCompliancePolicyAssignment -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary.md index 39ee995bb88df..736883b9de8bc 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/new-mgbetadevicemanagementdevicecompliancepolicydevicesettingstatesummary Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary --- @@ -31,7 +31,6 @@ New-MgBetaDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary [-UnknownDeviceCount ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -42,7 +41,6 @@ New-MgBetaDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -56,7 +54,6 @@ New-MgBetaDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary [-UnknownDeviceCount ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -67,7 +64,6 @@ New-MgBetaDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatus.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatus.md index b0f76d63ca409..5725b8a84ad0d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatus.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatus.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/new-mgbetadevicemanagementdevicecompliancepolicydevicestatus Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatus --- @@ -30,7 +30,7 @@ New-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatus -DeviceCompliancePo [-Status ] [-UserName ] [-UserPrincipalName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -40,7 +40,7 @@ New-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatus -DeviceCompliancePo -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -54,7 +54,6 @@ New-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatus [-UserPrincipalName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -65,7 +64,7 @@ New-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatus -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.DeviceManagement/New-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRule.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRule.md index 7088461c2c87d..7fa045e6fc146 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRule.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRule.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/new-mgbetadevicemanagementdevicecompliancepolicyscheduledactionforrule Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRule --- @@ -29,7 +29,7 @@ New-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRule [-ScheduledActionConfigurations ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -41,7 +41,6 @@ New-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRule [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -53,7 +52,7 @@ New-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRule [-ScheduledActionConfigurations ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -65,7 +64,6 @@ New-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRule [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration.md index aa04c60c1252a..5f2402a0841d6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/new-mgbetadevicemanagementdevicecompliancepolicyscheduledactionforrulescheduledactionconfiguration Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration --- @@ -30,7 +30,7 @@ New-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledA [-NotificationMessageCcList ] [-NotificationTemplateId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -41,7 +41,7 @@ New-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledA -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -54,7 +54,6 @@ New-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledA [-NotificationTemplateId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -65,7 +64,6 @@ New-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledA [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummary.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummary.md index 4428b88a2d607..10bc124e2e1ff 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummary.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummary.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/new-mgbetadevicemanagementdevicecompliancepolicysettingstatesummary Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummary --- @@ -33,7 +33,6 @@ New-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummary [-UnknownDeviceCount ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -44,7 +43,6 @@ New-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummary [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState.md index c4e3433a051ec..a45ed49bfa008 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/new-mgbetadevicemanagementdevicecompliancepolicysettingstatesummarydevicecompliancesettingstate Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState --- @@ -31,7 +31,7 @@ New-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplia [-UserEmail ] [-UserId ] [-UserName ] [-UserPrincipalName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -42,7 +42,7 @@ New-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplia -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -56,7 +56,7 @@ New-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplia [-UserEmail ] [-UserId ] [-UserName ] [-UserPrincipalName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -67,7 +67,7 @@ New-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplia -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.DeviceManagement/New-MgBetaDeviceManagementDeviceCompliancePolicyUserStatus.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementDeviceCompliancePolicyUserStatus.md index 2d093b98cef69..81e4b65afb04c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementDeviceCompliancePolicyUserStatus.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementDeviceCompliancePolicyUserStatus.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/new-mgbetadevicemanagementdevicecompliancepolicyuserstatus Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementDeviceCompliancePolicyUserStatus --- @@ -29,7 +29,6 @@ New-MgBetaDeviceManagementDeviceCompliancePolicyUserStatus -DeviceCompliancePoli [-UserPrincipalName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -39,7 +38,7 @@ New-MgBetaDeviceManagementDeviceCompliancePolicyUserStatus -DeviceCompliancePoli -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -51,7 +50,6 @@ New-MgBetaDeviceManagementDeviceCompliancePolicyUserStatus -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -61,7 +59,7 @@ New-MgBetaDeviceManagementDeviceCompliancePolicyUserStatus -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementDeviceConfiguration.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementDeviceConfiguration.md index a647ed374d7a9..435474a2ebe2b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementDeviceConfiguration.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementDeviceConfiguration.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/new-mgbetadevicemanagementdeviceconfiguration Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementDeviceConfiguration --- @@ -38,7 +38,7 @@ New-MgBetaDeviceManagementDeviceConfiguration [-ResponseHeadersVariable [-UserStatuses ] [-Version ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -48,7 +48,6 @@ New-MgBetaDeviceManagementDeviceConfiguration -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementDeviceConfigurationAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementDeviceConfigurationAssignment.md index b499ee141e6d6..4e6d37f0f7b86 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementDeviceConfigurationAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementDeviceConfigurationAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/new-mgbetadevicemanagementdeviceconfigurationassignment Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementDeviceConfigurationAssignment --- @@ -29,7 +29,6 @@ New-MgBetaDeviceManagementDeviceConfigurationAssignment -DeviceConfigurationId < [-Target ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -39,7 +38,7 @@ New-MgBetaDeviceManagementDeviceConfigurationAssignment -DeviceConfigurationId < -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -51,7 +50,6 @@ New-MgBetaDeviceManagementDeviceConfigurationAssignment -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -61,7 +59,7 @@ New-MgBetaDeviceManagementDeviceConfigurationAssignment -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementDeviceConfigurationConflictSummary.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementDeviceConfigurationConflictSummary.md index d6c755453d975..5c658a6d27b24 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementDeviceConfigurationConflictSummary.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementDeviceConfigurationConflictSummary.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/new-mgbetadevicemanagementdeviceconfigurationconflictsummary Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementDeviceConfigurationConflictSummary --- @@ -26,7 +26,7 @@ New-MgBetaDeviceManagementDeviceConfigurationConflictSummary [-ResponseHeadersVa [-ContributingSettings ] [-DeviceCheckinsImpacted ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -37,7 +37,6 @@ New-MgBetaDeviceManagementDeviceConfigurationConflictSummary [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementDeviceConfigurationDeviceSettingStateSummary.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementDeviceConfigurationDeviceSettingStateSummary.md index 2a5d614c78505..5403ca53ce326 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementDeviceConfigurationDeviceSettingStateSummary.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementDeviceConfigurationDeviceSettingStateSummary.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/new-mgbetadevicemanagementdeviceconfigurationdevicesettingstatesummary Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementDeviceConfigurationDeviceSettingStateSummary --- @@ -31,7 +31,6 @@ New-MgBetaDeviceManagementDeviceConfigurationDeviceSettingStateSummary [-UnknownDeviceCount ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -42,7 +41,6 @@ New-MgBetaDeviceManagementDeviceConfigurationDeviceSettingStateSummary [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -56,7 +54,6 @@ New-MgBetaDeviceManagementDeviceConfigurationDeviceSettingStateSummary [-UnknownDeviceCount ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -67,7 +64,6 @@ New-MgBetaDeviceManagementDeviceConfigurationDeviceSettingStateSummary [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementDeviceConfigurationDeviceStatus.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementDeviceConfigurationDeviceStatus.md index bab1c5a9e963f..fb9f357b7bf2b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementDeviceConfigurationDeviceStatus.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementDeviceConfigurationDeviceStatus.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/new-mgbetadevicemanagementdeviceconfigurationdevicestatus Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementDeviceConfigurationDeviceStatus --- @@ -30,7 +30,7 @@ New-MgBetaDeviceManagementDeviceConfigurationDeviceStatus -DeviceConfigurationId [-Status ] [-UserName ] [-UserPrincipalName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -40,7 +40,7 @@ New-MgBetaDeviceManagementDeviceConfigurationDeviceStatus -DeviceConfigurationId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -53,7 +53,7 @@ New-MgBetaDeviceManagementDeviceConfigurationDeviceStatus -InputObject ] [-UserName ] [-UserPrincipalName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -63,7 +63,7 @@ New-MgBetaDeviceManagementDeviceConfigurationDeviceStatus -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementDeviceConfigurationGroupAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementDeviceConfigurationGroupAssignment.md index 09d224d7f0a05..e6c16e7931a85 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementDeviceConfigurationGroupAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementDeviceConfigurationGroupAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/new-mgbetadevicemanagementdeviceconfigurationgroupassignment Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementDeviceConfigurationGroupAssignment --- @@ -25,7 +25,7 @@ New-MgBetaDeviceManagementDeviceConfigurationGroupAssignment -DeviceConfiguratio [-DeviceConfiguration ] [-ExcludeGroup] [-Id ] [-TargetGroupId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -36,7 +36,6 @@ New-MgBetaDeviceManagementDeviceConfigurationGroupAssignment -DeviceConfiguratio [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -48,7 +47,6 @@ New-MgBetaDeviceManagementDeviceConfigurationGroupAssignment [-ExcludeGroup] [-Id ] [-TargetGroupId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -60,7 +58,6 @@ New-MgBetaDeviceManagementDeviceConfigurationGroupAssignment [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementDeviceConfigurationUserStatus.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementDeviceConfigurationUserStatus.md index bedd49d7408f8..6b3fa5f85da69 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementDeviceConfigurationUserStatus.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementDeviceConfigurationUserStatus.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/new-mgbetadevicemanagementdeviceconfigurationuserstatus Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementDeviceConfigurationUserStatus --- @@ -29,7 +29,6 @@ New-MgBetaDeviceManagementDeviceConfigurationUserStatus -DeviceConfigurationId < [-UserPrincipalName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -39,7 +38,7 @@ New-MgBetaDeviceManagementDeviceConfigurationUserStatus -DeviceConfigurationId < -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -51,7 +50,6 @@ New-MgBetaDeviceManagementDeviceConfigurationUserStatus -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -61,7 +59,7 @@ New-MgBetaDeviceManagementDeviceConfigurationUserStatus -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementDeviceHealthScript.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementDeviceHealthScript.md index 5a9f28115a834..46fecf14907aa 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementDeviceHealthScript.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementDeviceHealthScript.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/new-mgbetadevicemanagementdevicehealthscript Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementDeviceHealthScript --- @@ -33,7 +33,7 @@ New-MgBetaDeviceManagementDeviceHealthScript [-ResponseHeadersVariable ] [-RunSummary ] [-Version ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -43,7 +43,6 @@ New-MgBetaDeviceManagementDeviceHealthScript -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -59,9 +58,9 @@ Create new navigation property to deviceHealthScripts for deviceManagement | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementScripts.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, | +| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementScripts.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | DeviceManagementConfiguration.Read.All, DeviceManagementScripts.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, | +| Application | DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementScripts.ReadWrite.All, | ## PARAMETERS @@ -1202,7 +1201,7 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for users to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). @@ -1496,22 +1495,23 @@ Always null when the object hasn't been deleted. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -1541,12 +1541,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -1656,7 +1713,7 @@ Optional. [IncludeBasicClaimSet ]: Determines whether the basic claim set is included in tokens affected by this policy. If set to true, all claims in the basic claim set are emitted in tokens affected by the policy. By default the basic claim set isn't in the tokens unless they're explicitly configured in this policy. - [CreatedByAppId ]: The appId (called Application (client) ID on the Microsoft Entra admin center) of the application used to create the service principal. + [CreatedByAppId ]: The appId of the application that created this service principal. Set internally by Microsoft Entra ID. Read-only. [CreatedObjects ]: Directory objects created by this service principal. @@ -1788,7 +1845,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -1947,13 +2004,13 @@ May not begin with .. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [ApprovedClientApps ]: + [ApprovedClientApps ]: The collection of approved client apps that are associated with the RDS configuration. +Supports $expand. [Id ]: The unique identifier for an entity. Read-only. - [DisplayName ]: + [DisplayName ]: Display name for the client application. [IsRemoteDesktopProtocolEnabled ]: Determines if Microsoft Entra ID RDS authentication protocol for RDP is enabled. [TargetDeviceGroups ]: The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. -
]: The unique identifier for an entity. Read-only. [DisplayName ]: Display name for the target device group. @@ -2314,7 +2371,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. - [ExternalAuthenticationMethods ]: Represents the external methods registered to a user for authentication. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. Optional. @@ -2330,7 +2387,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. - [DisplayName ]: Custom name given to the registered external authentication method. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. @@ -2583,7 +2640,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -2836,7 +2893,7 @@ Read-only. The identifiers must be unique in the tenant. [Birthday ]: The birthday of the user. 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 Returned only on $select. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. Only one number can be set for this property. Read-only for users synced from on-premises directory. @@ -3446,6 +3503,49 @@ This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. Read only. + [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. +Nullable. + [Attachments ]: References to attached objects like files, tabs, meetings etc. + [Body ]: itemBody + [ChannelIdentity ]: channelIdentity + [ChatId ]: If the message was sent in a chat, represents the identity of the chat. + [CreatedDateTime ]: Timestamp of when the chat message was created. + [DeletedDateTime ]: Read only. +Timestamp at which the chat message was deleted, or null if not deleted. + [Etag ]: Read-only. +Version number of the chat message. + [EventDetail ]: eventMessageDetail + [From ]: chatMessageFromIdentitySet + [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. + [Importance ]: chatMessageImportance + [LastEditedDateTime ]: Read only. +Timestamp when edits to the chat message were made. +Triggers an 'Edited' flag in the Teams UI. +If no edits are made the value is null. + [LastModifiedDateTime ]: Read only. +Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. + [Locale ]: Locale of the chat message set by the client. +Always set to en-us. + [Mentions ]: List of entities mentioned in the chat message. +Supported entities are: user, bot, team, channel, chat, and tag. + [MessageHistory ]: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. + [MessageType ]: chatMessageType + [OnBehalfOf ]: chatMessageFromIdentitySet + [PolicyViolation ]: chatMessagePolicyViolation + [Reactions ]: Reactions for this chat message (for example, Like). + [Replies ]: Replies for a specified message. +Supports $expand for channel messages. + [ReplyToId ]: Read-only. +ID of the parent chat message or root chat message of the thread. +(Only applies to chat messages in channels, not chats.) + [Subject ]: The subject of the chat message, in plaintext. + [Summary ]: Summary text of the chat message that could be used for push notifications and summary views or fall back views. +Only applies to channel chat messages, not chat messages in a chat. + [WebUrl ]: Read-only. +Link to the message in Microsoft Teams. + [Id ]: The unique identifier for an entity. +Read-only. + [Recipient ]: identity [TenantId ]: The identifier of the tenant in which the chat was created. Read-only. [Topic ]: (Optional) Subject or topic for the chat. @@ -3481,21 +3581,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -3585,7 +3742,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 @@ -3610,6 +3769,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. @@ -3817,10 +4009,11 @@ 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. + [ContentCategory ]: contentCategory [CorrelationId ]: An identifier used to group multiple related content entries (for example, different parts of the same file upload, messages in a conversation). [CreatedDateTime ]: Required. Timestamp indicating when the original content was created (for example, file creation time, message sent time). @@ -4102,6 +4295,7 @@ To proactively opt in to the new behavior ahead of time, use the contentStream p Nullable. [File ]: file [(Any) ]: This indicates any property can be added to this object. + [ArchiveStatus ]: fileArchiveStatus [Hashes ]: hashes [(Any) ]: This indicates any property can be added to this object. [Crc32Hash ]: The CRC32 value of the file (if available). @@ -4112,6 +4306,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. @@ -4212,6 +4419,17 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(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. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity. @@ -5221,6 +5439,8 @@ 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 total count of items in the list. +Read-only. [Items ]: All items contained in the list. [List ]: listInfo [(Any) ]: This indicates any property can be added to this object. @@ -5317,6 +5537,24 @@ Required. [LearningProviderId ]: The registration ID of the provider. Required. [Status ]: courseStatus + [Storyline ]: User's storyline singleton container. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Followers ]: The users who are following this user. + [Id ]: The unique identifier for an entity. +Read-only. + [Follower ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Followings ]: The users that this user is following. + [Id ]: The unique identifier for an entity. +Read-only. + [Following ]: The Viva Engage identities. [EmployeeHireDate ]: The date and time when the user was hired or will start work if there is a future hire. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. @@ -5331,10 +5569,10 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. @@ -5807,7 +6045,9 @@ Read-write. [(Any) ]: This indicates any property can be added to this object. [ArchiveStatus ]: siteArchiveStatus [ArchivedBy ]: identitySet - [ArchivedDateTime ]: + [ArchivedDateTime ]: Time when the container was archived. +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. [DataLocationCode ]: The geographic region code for where this site collection resides. Only present for multi-geo tenants. Read-only. @@ -5830,7 +6070,7 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. 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. - Returned only on $select. + Requires $select to retrieve. Note: This property is specific to SharePoint Online. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. @@ -5853,6 +6093,27 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityGovernance ]: identityGovernanceUserSettings + [(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 ]: 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 + [(Any) ]: This indicates any property can be added to this object. + [Duration ]: The requestor's desired duration of access represented in ISO 8601 format for durations. +For example, PT3H refers to three hours. + If specified in a request, endDateTime shouldn't be present and the type property should be set to afterDuration. + [EndDateTime ]: Timestamp of 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. + [Type ]: expirationPatternType + [Recurrence ]: patternedRecurrence + [StartDateTime ]: 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. +In PIM, when the eligible or active assignment becomes active. [IdentityParentId ]: The object ID of the parent identity for agent users. Always null for regular user accounts. For agentUser resources, this property references the object ID of the associated agent identity. @@ -5949,7 +6210,7 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for users to describe their interests. -Returned only on $select. +Requires $select to retrieve. [InvitedBy ]: directoryObject [IsLicenseReconciliationNeeded ]: Indicates whether the user is pending an exchange mailbox license assignment. Read-only. @@ -5958,7 +6219,8 @@ Returned only on $select. 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). @@ -5972,24 +6234,24 @@ If this list is non-empty, then only users or groups listed here can post. [AccessType ]: groupAccessType [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are auto-subscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -5999,6 +6261,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -6157,11 +6420,11 @@ You can use it as a $filter argument to get groups that have members with licens Supports $filter (eq). [HideFromAddressLists ]: true if the group isn't displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: true if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [InfoCatalogs ]: Identifies the info segments assigned to the group. Returned by default. @@ -6185,7 +6448,7 @@ Read-only. To manage a group 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. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -6235,6 +6498,7 @@ Read-only. [OnPremisesDomainName ]: Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only. + [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [OnPremisesLastSyncDateTime ]: Indicates the last time at which the group was synced with the on-premises directory.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. Returned by default. @@ -6418,10 +6682,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -6430,9 +6696,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. @@ -6596,7 +6891,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). @@ -6644,6 +6939,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 @@ -7041,12 +7337,12 @@ Immutable. Read-only. [UnseenConversationsCount ]: Count of conversations delivered one or more new posts since the signed-in user's last visit to the group. This property is the same as unseenCount. -Returned only on $select. +Requires $select to retrieve. [UnseenCount ]: Count of conversations that have received new posts since the signed-in user last visited the group. -This property is the same as unseenConversationsCount.Returned only on $select. +This property is the same as unseenConversationsCount.Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [UnseenMessagesCount ]: Count of new posts that have been delivered to the group's conversations since the signed-in user's last visit to the group. -Returned only on $select. +Requires $select to retrieve. [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. @@ -7057,7 +7353,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Requires $select to retrieve. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -7074,16 +7373,16 @@ Nullable. 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. Read-only. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. It also indicates licenses that are directly assigned and the ones the user inherited through group memberships. Read-only. -Returned only on $select. +Requires $select to retrieve. [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. Read-Only. @@ -7209,7 +7508,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -7443,7 +7742,7 @@ Read-only. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Notifications ]: [Id ]: The unique identifier for an entity. Read-only. @@ -7538,6 +7837,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. @@ -7586,6 +7889,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. @@ -7840,7 +8148,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for users to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [PendingAccessReviewInstances ]: Navigation property to get a list of access reviews pending approval by the reviewer. [Id ]: The unique identifier for an entity. Read-only. @@ -7860,14 +8168,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. @@ -8200,7 +8500,7 @@ Example: 'en-US', or 'es-ES'. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -8656,15 +8956,14 @@ Read-only. [WebUrl ]: Link to the institution or department homepage. [Program ]: educationalActivityDetail [(Any) ]: This indicates any property can be added to this object. - [Abbreviation ]: Shortened name of the degree or program (example: PhD, MBA) + [Abbreviation ]: Shortened name of the degree or program, for example, PhD and MBA. [Activities ]: Extracurricular activities undertaken alongside the program. [Awards ]: Any awards or honors associated with the program. [Description ]: Short description of the program provided by the user. [DisplayName ]: Long-form name of the program that the user provided. - [FieldsOfStudy ]: Majors and minors associated with the program. -(if applicable) - [Grade ]: The final grade, class, GPA, or score. - [Notes ]: More notes the user provided. + [FieldsOfStudy ]: Majors and minors associated with the program, if applicable. + [Grade ]: The final grade, class, grade point average (GPA), or score. + [Notes ]: More notes provided by the user. [WebUrl ]: Link to the degree or program page. [StartMonthYear ]: The month and year the user commenced the activity referenced. [Emails ]: Represents detailed information about email addresses associated with the user. @@ -8967,9 +9266,9 @@ Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they have attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: The scoped-role administrative unit memberships for this user. Read-only. Nullable. @@ -9033,7 +9332,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. @@ -9183,7 +9482,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Use revokeSignInSessions to reset. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -9230,6 +9529,48 @@ The language component follows two-letter codes as defined in ISO 639-1, and the For users with multigeo licenses, the property contains the user's region (if available). For users without multigeo licenses, the property contains the organization's region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China. + [Sections ]: The sections in the user's chat list. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the section was created. +Read-only. +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. + [DisplayIcon ]: sectionDisplayIcon + [(Any) ]: This indicates any property can be added to this object. + [ContentUrl ]: The URL to a custom icon image. +Applicable when iconType is custom. + [DisplayName ]: The human-readable name of the icon. + [IconType ]: The type of icon. +Use an emoji character such as 👍 for an emoji icon, or custom for a custom image icon. + [SkinTone ]: sectionIconSkinTone + [DisplayName ]: The display name of the section. +Required. +Maximum length is 50 characters. +Display names are case-sensitive and must be unique within a user's sections. +The following names are reserved for system-defined sections and can't be used when creating a user-defined section: RecentChats, QuickViews, TeamsAndChannels, MutedChats, MeetingChats, EngageCommunities. + [IsExpanded ]: Indicates whether the section is expanded in the user interface. +The default value is true. + [IsHierarchicalViewEnabled ]: Indicates whether the hierarchical view is enabled for the section. +Read-only. + [Items ]: The items (chats, channels, meetings, or communities) organized within the section. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the item was added to the section. +Read-only. +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. + [ItemType ]: sectionItemType + [LastModifiedDateTime ]: Date and time when the item was last modified. +Read-only. +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. + [LastModifiedDateTime ]: Date and time when the section was last modified. +Read-only. +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. + [SectionType ]: sectionType + [SortType ]: sectionSortType [Todo ]: todo [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -9242,6 +9583,12 @@ Read-only. Nullable. [IsOwner ]: True if the user is owner of the given task list. [IsShared ]: True if the task list is shared with other users + [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the task list. +Read-only. +Nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Value ]: The value of the property. [Tasks ]: The tasks in this task list. Read-only. Nullable. @@ -9305,9 +9652,6 @@ Read-only. [Recurrence ]: patternedRecurrence [ReminderDateTime ]: dateTimeTimeZone [SingleValueExtendedProperties ]: A collection of custom fields linked to the task. - [Id ]: The unique identifier for an entity. -Read-only. - [Value ]: The value of the property. [StartDateTime ]: dateTimeTimeZone [Status ]: taskStatus [Title ]: A brief description of the task. @@ -9359,6 +9703,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. @@ -9396,6 +9742,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. @@ -9418,6 +9765,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 ]: @@ -9471,6 +9819,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. @@ -9480,8 +9830,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. @@ -9497,6 +9845,8 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -9986,7 +10336,7 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for users to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). @@ -10280,22 +10630,23 @@ Always null when the object hasn't been deleted. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -10325,12 +10676,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -10440,7 +10848,7 @@ Optional. [IncludeBasicClaimSet ]: Determines whether the basic claim set is included in tokens affected by this policy. If set to true, all claims in the basic claim set are emitted in tokens affected by the policy. By default the basic claim set isn't in the tokens unless they're explicitly configured in this policy. - [CreatedByAppId ]: The appId (called Application (client) ID on the Microsoft Entra admin center) of the application used to create the service principal. + [CreatedByAppId ]: The appId of the application that created this service principal. Set internally by Microsoft Entra ID. Read-only. [CreatedObjects ]: Directory objects created by this service principal. @@ -10572,7 +10980,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -10731,13 +11139,13 @@ May not begin with .. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [ApprovedClientApps ]: + [ApprovedClientApps ]: The collection of approved client apps that are associated with the RDS configuration. +Supports $expand. [Id ]: The unique identifier for an entity. Read-only. - [DisplayName ]: + [DisplayName ]: Display name for the client application. [IsRemoteDesktopProtocolEnabled ]: Determines if Microsoft Entra ID RDS authentication protocol for RDP is enabled. [TargetDeviceGroups ]: The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. -
]: The unique identifier for an entity. Read-only. [DisplayName ]: Display name for the target device group. @@ -11098,7 +11506,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. - [ExternalAuthenticationMethods ]: Represents the external methods registered to a user for authentication. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. Optional. @@ -11114,7 +11522,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. - [DisplayName ]: Custom name given to the registered external authentication method. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. @@ -11367,7 +11775,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -11620,7 +12028,7 @@ Read-only. The identifiers must be unique in the tenant. [Birthday ]: The birthday of the user. 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 Returned only on $select. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. Only one number can be set for this property. Read-only for users synced from on-premises directory. @@ -12230,6 +12638,49 @@ This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. Read only. + [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. +Nullable. + [Attachments ]: References to attached objects like files, tabs, meetings etc. + [Body ]: itemBody + [ChannelIdentity ]: channelIdentity + [ChatId ]: If the message was sent in a chat, represents the identity of the chat. + [CreatedDateTime ]: Timestamp of when the chat message was created. + [DeletedDateTime ]: Read only. +Timestamp at which the chat message was deleted, or null if not deleted. + [Etag ]: Read-only. +Version number of the chat message. + [EventDetail ]: eventMessageDetail + [From ]: chatMessageFromIdentitySet + [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. + [Importance ]: chatMessageImportance + [LastEditedDateTime ]: Read only. +Timestamp when edits to the chat message were made. +Triggers an 'Edited' flag in the Teams UI. +If no edits are made the value is null. + [LastModifiedDateTime ]: Read only. +Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. + [Locale ]: Locale of the chat message set by the client. +Always set to en-us. + [Mentions ]: List of entities mentioned in the chat message. +Supported entities are: user, bot, team, channel, chat, and tag. + [MessageHistory ]: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. + [MessageType ]: chatMessageType + [OnBehalfOf ]: chatMessageFromIdentitySet + [PolicyViolation ]: chatMessagePolicyViolation + [Reactions ]: Reactions for this chat message (for example, Like). + [Replies ]: Replies for a specified message. +Supports $expand for channel messages. + [ReplyToId ]: Read-only. +ID of the parent chat message or root chat message of the thread. +(Only applies to chat messages in channels, not chats.) + [Subject ]: The subject of the chat message, in plaintext. + [Summary ]: Summary text of the chat message that could be used for push notifications and summary views or fall back views. +Only applies to channel chat messages, not chat messages in a chat. + [WebUrl ]: Read-only. +Link to the message in Microsoft Teams. + [Id ]: The unique identifier for an entity. +Read-only. + [Recipient ]: identity [TenantId ]: The identifier of the tenant in which the chat was created. Read-only. [Topic ]: (Optional) Subject or topic for the chat. @@ -12265,21 +12716,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -12369,7 +12877,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 @@ -12394,6 +12904,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. @@ -12601,10 +13144,11 @@ 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. + [ContentCategory ]: contentCategory [CorrelationId ]: An identifier used to group multiple related content entries (for example, different parts of the same file upload, messages in a conversation). [CreatedDateTime ]: Required. Timestamp indicating when the original content was created (for example, file creation time, message sent time). @@ -12889,6 +13433,7 @@ To proactively opt in to the new behavior ahead of time, use the contentStream p Nullable. [File ]: file [(Any) ]: This indicates any property can be added to this object. + [ArchiveStatus ]: fileArchiveStatus [Hashes ]: hashes [(Any) ]: This indicates any property can be added to this object. [Crc32Hash ]: The CRC32 value of the file (if available). @@ -12899,6 +13444,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. @@ -12999,6 +13557,17 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(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. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity. @@ -14008,6 +14577,8 @@ 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 total count of items in the list. +Read-only. [Items ]: All items contained in the list. [List ]: listInfo [(Any) ]: This indicates any property can be added to this object. @@ -14104,6 +14675,24 @@ Required. [LearningProviderId ]: The registration ID of the provider. Required. [Status ]: courseStatus + [Storyline ]: User's storyline singleton container. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Followers ]: The users who are following this user. + [Id ]: The unique identifier for an entity. +Read-only. + [Follower ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Followings ]: The users that this user is following. + [Id ]: The unique identifier for an entity. +Read-only. + [Following ]: The Viva Engage identities. [EmployeeHireDate ]: The date and time when the user was hired or will start work if there is a future hire. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. @@ -14118,10 +14707,10 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. @@ -14594,7 +15183,9 @@ Read-write. [(Any) ]: This indicates any property can be added to this object. [ArchiveStatus ]: siteArchiveStatus [ArchivedBy ]: identitySet - [ArchivedDateTime ]: + [ArchivedDateTime ]: Time when the container was archived. +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. [DataLocationCode ]: The geographic region code for where this site collection resides. Only present for multi-geo tenants. Read-only. @@ -14617,7 +15208,7 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. 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. - Returned only on $select. + Requires $select to retrieve. Note: This property is specific to SharePoint Online. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. @@ -14640,6 +15231,27 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityGovernance ]: identityGovernanceUserSettings + [(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 ]: 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 + [(Any) ]: This indicates any property can be added to this object. + [Duration ]: The requestor's desired duration of access represented in ISO 8601 format for durations. +For example, PT3H refers to three hours. + If specified in a request, endDateTime shouldn't be present and the type property should be set to afterDuration. + [EndDateTime ]: Timestamp of 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. + [Type ]: expirationPatternType + [Recurrence ]: patternedRecurrence + [StartDateTime ]: 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. +In PIM, when the eligible or active assignment becomes active. [IdentityParentId ]: The object ID of the parent identity for agent users. Always null for regular user accounts. For agentUser resources, this property references the object ID of the associated agent identity. @@ -14736,7 +15348,7 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for users to describe their interests. -Returned only on $select. +Requires $select to retrieve. [InvitedBy ]: directoryObject [IsLicenseReconciliationNeeded ]: Indicates whether the user is pending an exchange mailbox license assignment. Read-only. @@ -14745,7 +15357,8 @@ Returned only on $select. 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). @@ -14759,24 +15372,24 @@ If this list is non-empty, then only users or groups listed here can post. [AccessType ]: groupAccessType [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are auto-subscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -14786,6 +15399,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -14944,11 +15558,11 @@ You can use it as a $filter argument to get groups that have members with licens Supports $filter (eq). [HideFromAddressLists ]: true if the group isn't displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: true if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [InfoCatalogs ]: Identifies the info segments assigned to the group. Returned by default. @@ -14972,7 +15586,7 @@ Read-only. To manage a group 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. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -15022,6 +15636,7 @@ Read-only. [OnPremisesDomainName ]: Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only. + [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [OnPremisesLastSyncDateTime ]: Indicates the last time at which the group was synced with the on-premises directory.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. Returned by default. @@ -15205,10 +15820,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -15217,9 +15834,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. @@ -15383,7 +16029,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). @@ -15431,6 +16077,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 @@ -15828,12 +16475,12 @@ Immutable. Read-only. [UnseenConversationsCount ]: Count of conversations delivered one or more new posts since the signed-in user's last visit to the group. This property is the same as unseenCount. -Returned only on $select. +Requires $select to retrieve. [UnseenCount ]: Count of conversations that have received new posts since the signed-in user last visited the group. -This property is the same as unseenConversationsCount.Returned only on $select. +This property is the same as unseenConversationsCount.Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [UnseenMessagesCount ]: Count of new posts that have been delivered to the group's conversations since the signed-in user's last visit to the group. -Returned only on $select. +Requires $select to retrieve. [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. @@ -15844,7 +16491,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Requires $select to retrieve. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -15861,16 +16511,16 @@ Nullable. 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. Read-only. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. It also indicates licenses that are directly assigned and the ones the user inherited through group memberships. Read-only. -Returned only on $select. +Requires $select to retrieve. [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. Read-Only. @@ -15996,7 +16646,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -16230,7 +16880,7 @@ Read-only. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Notifications ]: [Id ]: The unique identifier for an entity. Read-only. @@ -16325,6 +16975,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. @@ -16373,6 +17027,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. @@ -16627,7 +17286,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for users to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [PendingAccessReviewInstances ]: Navigation property to get a list of access reviews pending approval by the reviewer. [Id ]: The unique identifier for an entity. Read-only. @@ -16647,14 +17306,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. @@ -16987,7 +17638,7 @@ Example: 'en-US', or 'es-ES'. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -17443,15 +18094,14 @@ Read-only. [WebUrl ]: Link to the institution or department homepage. [Program ]: educationalActivityDetail [(Any) ]: This indicates any property can be added to this object. - [Abbreviation ]: Shortened name of the degree or program (example: PhD, MBA) + [Abbreviation ]: Shortened name of the degree or program, for example, PhD and MBA. [Activities ]: Extracurricular activities undertaken alongside the program. [Awards ]: Any awards or honors associated with the program. [Description ]: Short description of the program provided by the user. [DisplayName ]: Long-form name of the program that the user provided. - [FieldsOfStudy ]: Majors and minors associated with the program. -(if applicable) - [Grade ]: The final grade, class, GPA, or score. - [Notes ]: More notes the user provided. + [FieldsOfStudy ]: Majors and minors associated with the program, if applicable. + [Grade ]: The final grade, class, grade point average (GPA), or score. + [Notes ]: More notes provided by the user. [WebUrl ]: Link to the degree or program page. [StartMonthYear ]: The month and year the user commenced the activity referenced. [Emails ]: Represents detailed information about email addresses associated with the user. @@ -17754,9 +18404,9 @@ Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they have attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: The scoped-role administrative unit memberships for this user. Read-only. Nullable. @@ -17820,7 +18470,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. @@ -17970,7 +18620,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Use revokeSignInSessions to reset. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -18017,6 +18667,48 @@ The language component follows two-letter codes as defined in ISO 639-1, and the For users with multigeo licenses, the property contains the user's region (if available). For users without multigeo licenses, the property contains the organization's region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China. + [Sections ]: The sections in the user's chat list. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the section was created. +Read-only. +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. + [DisplayIcon ]: sectionDisplayIcon + [(Any) ]: This indicates any property can be added to this object. + [ContentUrl ]: The URL to a custom icon image. +Applicable when iconType is custom. + [DisplayName ]: The human-readable name of the icon. + [IconType ]: The type of icon. +Use an emoji character such as 👍 for an emoji icon, or custom for a custom image icon. + [SkinTone ]: sectionIconSkinTone + [DisplayName ]: The display name of the section. +Required. +Maximum length is 50 characters. +Display names are case-sensitive and must be unique within a user's sections. +The following names are reserved for system-defined sections and can't be used when creating a user-defined section: RecentChats, QuickViews, TeamsAndChannels, MutedChats, MeetingChats, EngageCommunities. + [IsExpanded ]: Indicates whether the section is expanded in the user interface. +The default value is true. + [IsHierarchicalViewEnabled ]: Indicates whether the hierarchical view is enabled for the section. +Read-only. + [Items ]: The items (chats, channels, meetings, or communities) organized within the section. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the item was added to the section. +Read-only. +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. + [ItemType ]: sectionItemType + [LastModifiedDateTime ]: Date and time when the item was last modified. +Read-only. +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. + [LastModifiedDateTime ]: Date and time when the section was last modified. +Read-only. +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. + [SectionType ]: sectionType + [SortType ]: sectionSortType [Todo ]: todo [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -18029,6 +18721,12 @@ Read-only. Nullable. [IsOwner ]: True if the user is owner of the given task list. [IsShared ]: True if the task list is shared with other users + [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the task list. +Read-only. +Nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Value ]: The value of the property. [Tasks ]: The tasks in this task list. Read-only. Nullable. @@ -18092,9 +18790,6 @@ Read-only. [Recurrence ]: patternedRecurrence [ReminderDateTime ]: dateTimeTimeZone [SingleValueExtendedProperties ]: A collection of custom fields linked to the task. - [Id ]: The unique identifier for an entity. -Read-only. - [Value ]: The value of the property. [StartDateTime ]: dateTimeTimeZone [Status ]: taskStatus [Title ]: A brief description of the task. @@ -18146,6 +18841,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. @@ -18183,6 +18880,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. @@ -18205,6 +18903,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 ]: @@ -18258,6 +18957,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. @@ -18267,8 +18968,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. @@ -18284,6 +18983,8 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementDeviceHealthScriptAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementDeviceHealthScriptAssignment.md index 41b81e31a92eb..25d985161cc33 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementDeviceHealthScriptAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementDeviceHealthScriptAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/new-mgbetadevicemanagementdevicehealthscriptassignment Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementDeviceHealthScriptAssignment --- @@ -26,7 +26,6 @@ New-MgBetaDeviceManagementDeviceHealthScriptAssignment -DeviceHealthScriptId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -36,7 +35,7 @@ New-MgBetaDeviceManagementDeviceHealthScriptAssignment -DeviceHealthScriptId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -48,7 +47,6 @@ New-MgBetaDeviceManagementDeviceHealthScriptAssignment -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -58,7 +56,7 @@ New-MgBetaDeviceManagementDeviceHealthScriptAssignment -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementDeviceHealthScriptDeviceRunState.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementDeviceHealthScriptDeviceRunState.md index 7889314fed960..760a117a56c50 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementDeviceHealthScriptDeviceRunState.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementDeviceHealthScriptDeviceRunState.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/new-mgbetadevicemanagementdevicehealthscriptdevicerunstate Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementDeviceHealthScriptDeviceRunState --- @@ -30,7 +30,7 @@ New-MgBetaDeviceManagementDeviceHealthScriptDeviceRunState -DeviceHealthScriptId [-RemediationScriptError ] [-RemediationState ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -40,7 +40,7 @@ New-MgBetaDeviceManagementDeviceHealthScriptDeviceRunState -DeviceHealthScriptId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -56,7 +56,7 @@ New-MgBetaDeviceManagementDeviceHealthScriptDeviceRunState -InputObject ] [-RemediationState ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -66,7 +66,7 @@ New-MgBetaDeviceManagementDeviceHealthScriptDeviceRunState -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -1208,7 +1208,7 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for users to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). @@ -1502,22 +1502,23 @@ Always null when the object hasn't been deleted. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -1547,12 +1548,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -1662,7 +1720,7 @@ Optional. [IncludeBasicClaimSet ]: Determines whether the basic claim set is included in tokens affected by this policy. If set to true, all claims in the basic claim set are emitted in tokens affected by the policy. By default the basic claim set isn't in the tokens unless they're explicitly configured in this policy. - [CreatedByAppId ]: The appId (called Application (client) ID on the Microsoft Entra admin center) of the application used to create the service principal. + [CreatedByAppId ]: The appId of the application that created this service principal. Set internally by Microsoft Entra ID. Read-only. [CreatedObjects ]: Directory objects created by this service principal. @@ -1794,7 +1852,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -1953,13 +2011,13 @@ May not begin with .. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [ApprovedClientApps ]: + [ApprovedClientApps ]: The collection of approved client apps that are associated with the RDS configuration. +Supports $expand. [Id ]: The unique identifier for an entity. Read-only. - [DisplayName ]: + [DisplayName ]: Display name for the client application. [IsRemoteDesktopProtocolEnabled ]: Determines if Microsoft Entra ID RDS authentication protocol for RDP is enabled. [TargetDeviceGroups ]: The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. -
]: The unique identifier for an entity. Read-only. [DisplayName ]: Display name for the target device group. @@ -2320,7 +2378,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. - [ExternalAuthenticationMethods ]: Represents the external methods registered to a user for authentication. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. Optional. @@ -2336,7 +2394,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. - [DisplayName ]: Custom name given to the registered external authentication method. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. @@ -2589,7 +2647,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -2842,7 +2900,7 @@ Read-only. The identifiers must be unique in the tenant. [Birthday ]: The birthday of the user. 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 Returned only on $select. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. Only one number can be set for this property. Read-only for users synced from on-premises directory. @@ -3452,6 +3510,49 @@ This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. Read only. + [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. +Nullable. + [Attachments ]: References to attached objects like files, tabs, meetings etc. + [Body ]: itemBody + [ChannelIdentity ]: channelIdentity + [ChatId ]: If the message was sent in a chat, represents the identity of the chat. + [CreatedDateTime ]: Timestamp of when the chat message was created. + [DeletedDateTime ]: Read only. +Timestamp at which the chat message was deleted, or null if not deleted. + [Etag ]: Read-only. +Version number of the chat message. + [EventDetail ]: eventMessageDetail + [From ]: chatMessageFromIdentitySet + [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. + [Importance ]: chatMessageImportance + [LastEditedDateTime ]: Read only. +Timestamp when edits to the chat message were made. +Triggers an 'Edited' flag in the Teams UI. +If no edits are made the value is null. + [LastModifiedDateTime ]: Read only. +Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. + [Locale ]: Locale of the chat message set by the client. +Always set to en-us. + [Mentions ]: List of entities mentioned in the chat message. +Supported entities are: user, bot, team, channel, chat, and tag. + [MessageHistory ]: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. + [MessageType ]: chatMessageType + [OnBehalfOf ]: chatMessageFromIdentitySet + [PolicyViolation ]: chatMessagePolicyViolation + [Reactions ]: Reactions for this chat message (for example, Like). + [Replies ]: Replies for a specified message. +Supports $expand for channel messages. + [ReplyToId ]: Read-only. +ID of the parent chat message or root chat message of the thread. +(Only applies to chat messages in channels, not chats.) + [Subject ]: The subject of the chat message, in plaintext. + [Summary ]: Summary text of the chat message that could be used for push notifications and summary views or fall back views. +Only applies to channel chat messages, not chat messages in a chat. + [WebUrl ]: Read-only. +Link to the message in Microsoft Teams. + [Id ]: The unique identifier for an entity. +Read-only. + [Recipient ]: identity [TenantId ]: The identifier of the tenant in which the chat was created. Read-only. [Topic ]: (Optional) Subject or topic for the chat. @@ -3487,21 +3588,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -3591,7 +3749,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 @@ -3616,6 +3776,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. @@ -3823,10 +4016,11 @@ 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. + [ContentCategory ]: contentCategory [CorrelationId ]: An identifier used to group multiple related content entries (for example, different parts of the same file upload, messages in a conversation). [CreatedDateTime ]: Required. Timestamp indicating when the original content was created (for example, file creation time, message sent time). @@ -4111,6 +4305,7 @@ To proactively opt in to the new behavior ahead of time, use the contentStream p Nullable. [File ]: file [(Any) ]: This indicates any property can be added to this object. + [ArchiveStatus ]: fileArchiveStatus [Hashes ]: hashes [(Any) ]: This indicates any property can be added to this object. [Crc32Hash ]: The CRC32 value of the file (if available). @@ -4121,6 +4316,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. @@ -4221,6 +4429,17 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(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. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity. @@ -5230,6 +5449,8 @@ 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 total count of items in the list. +Read-only. [Items ]: All items contained in the list. [List ]: listInfo [(Any) ]: This indicates any property can be added to this object. @@ -5326,6 +5547,24 @@ Required. [LearningProviderId ]: The registration ID of the provider. Required. [Status ]: courseStatus + [Storyline ]: User's storyline singleton container. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Followers ]: The users who are following this user. + [Id ]: The unique identifier for an entity. +Read-only. + [Follower ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Followings ]: The users that this user is following. + [Id ]: The unique identifier for an entity. +Read-only. + [Following ]: The Viva Engage identities. [EmployeeHireDate ]: The date and time when the user was hired or will start work if there is a future hire. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. @@ -5340,10 +5579,10 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. @@ -5816,7 +6055,9 @@ Read-write. [(Any) ]: This indicates any property can be added to this object. [ArchiveStatus ]: siteArchiveStatus [ArchivedBy ]: identitySet - [ArchivedDateTime ]: + [ArchivedDateTime ]: Time when the container was archived. +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. [DataLocationCode ]: The geographic region code for where this site collection resides. Only present for multi-geo tenants. Read-only. @@ -5839,7 +6080,7 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. 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. - Returned only on $select. + Requires $select to retrieve. Note: This property is specific to SharePoint Online. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. @@ -5862,6 +6103,27 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityGovernance ]: identityGovernanceUserSettings + [(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 ]: 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 + [(Any) ]: This indicates any property can be added to this object. + [Duration ]: The requestor's desired duration of access represented in ISO 8601 format for durations. +For example, PT3H refers to three hours. + If specified in a request, endDateTime shouldn't be present and the type property should be set to afterDuration. + [EndDateTime ]: Timestamp of 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. + [Type ]: expirationPatternType + [Recurrence ]: patternedRecurrence + [StartDateTime ]: 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. +In PIM, when the eligible or active assignment becomes active. [IdentityParentId ]: The object ID of the parent identity for agent users. Always null for regular user accounts. For agentUser resources, this property references the object ID of the associated agent identity. @@ -5958,7 +6220,7 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for users to describe their interests. -Returned only on $select. +Requires $select to retrieve. [InvitedBy ]: directoryObject [IsLicenseReconciliationNeeded ]: Indicates whether the user is pending an exchange mailbox license assignment. Read-only. @@ -5967,7 +6229,8 @@ Returned only on $select. 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). @@ -5981,24 +6244,24 @@ If this list is non-empty, then only users or groups listed here can post. [AccessType ]: groupAccessType [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are auto-subscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -6008,6 +6271,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -6166,11 +6430,11 @@ You can use it as a $filter argument to get groups that have members with licens Supports $filter (eq). [HideFromAddressLists ]: true if the group isn't displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: true if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [InfoCatalogs ]: Identifies the info segments assigned to the group. Returned by default. @@ -6194,7 +6458,7 @@ Read-only. To manage a group 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. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -6244,6 +6508,7 @@ Read-only. [OnPremisesDomainName ]: Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only. + [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [OnPremisesLastSyncDateTime ]: Indicates the last time at which the group was synced with the on-premises directory.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. Returned by default. @@ -6427,10 +6692,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -6439,9 +6706,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. @@ -6605,7 +6901,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). @@ -6653,6 +6949,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 @@ -7050,12 +7347,12 @@ Immutable. Read-only. [UnseenConversationsCount ]: Count of conversations delivered one or more new posts since the signed-in user's last visit to the group. This property is the same as unseenCount. -Returned only on $select. +Requires $select to retrieve. [UnseenCount ]: Count of conversations that have received new posts since the signed-in user last visited the group. -This property is the same as unseenConversationsCount.Returned only on $select. +This property is the same as unseenConversationsCount.Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [UnseenMessagesCount ]: Count of new posts that have been delivered to the group's conversations since the signed-in user's last visit to the group. -Returned only on $select. +Requires $select to retrieve. [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. @@ -7066,7 +7363,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Requires $select to retrieve. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -7083,16 +7383,16 @@ Nullable. 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. Read-only. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. It also indicates licenses that are directly assigned and the ones the user inherited through group memberships. Read-only. -Returned only on $select. +Requires $select to retrieve. [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. Read-Only. @@ -7218,7 +7518,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -7452,7 +7752,7 @@ Read-only. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Notifications ]: [Id ]: The unique identifier for an entity. Read-only. @@ -7547,6 +7847,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. @@ -7595,6 +7899,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. @@ -7849,7 +8158,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for users to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [PendingAccessReviewInstances ]: Navigation property to get a list of access reviews pending approval by the reviewer. [Id ]: The unique identifier for an entity. Read-only. @@ -7869,14 +8178,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. @@ -8209,7 +8510,7 @@ Example: 'en-US', or 'es-ES'. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -8665,15 +8966,14 @@ Read-only. [WebUrl ]: Link to the institution or department homepage. [Program ]: educationalActivityDetail [(Any) ]: This indicates any property can be added to this object. - [Abbreviation ]: Shortened name of the degree or program (example: PhD, MBA) + [Abbreviation ]: Shortened name of the degree or program, for example, PhD and MBA. [Activities ]: Extracurricular activities undertaken alongside the program. [Awards ]: Any awards or honors associated with the program. [Description ]: Short description of the program provided by the user. [DisplayName ]: Long-form name of the program that the user provided. - [FieldsOfStudy ]: Majors and minors associated with the program. -(if applicable) - [Grade ]: The final grade, class, GPA, or score. - [Notes ]: More notes the user provided. + [FieldsOfStudy ]: Majors and minors associated with the program, if applicable. + [Grade ]: The final grade, class, grade point average (GPA), or score. + [Notes ]: More notes provided by the user. [WebUrl ]: Link to the degree or program page. [StartMonthYear ]: The month and year the user commenced the activity referenced. [Emails ]: Represents detailed information about email addresses associated with the user. @@ -8976,9 +9276,9 @@ Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they have attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: The scoped-role administrative unit memberships for this user. Read-only. Nullable. @@ -9042,7 +9342,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. @@ -9192,7 +9492,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Use revokeSignInSessions to reset. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -9239,6 +9539,48 @@ The language component follows two-letter codes as defined in ISO 639-1, and the For users with multigeo licenses, the property contains the user's region (if available). For users without multigeo licenses, the property contains the organization's region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China. + [Sections ]: The sections in the user's chat list. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the section was created. +Read-only. +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. + [DisplayIcon ]: sectionDisplayIcon + [(Any) ]: This indicates any property can be added to this object. + [ContentUrl ]: The URL to a custom icon image. +Applicable when iconType is custom. + [DisplayName ]: The human-readable name of the icon. + [IconType ]: The type of icon. +Use an emoji character such as 👍 for an emoji icon, or custom for a custom image icon. + [SkinTone ]: sectionIconSkinTone + [DisplayName ]: The display name of the section. +Required. +Maximum length is 50 characters. +Display names are case-sensitive and must be unique within a user's sections. +The following names are reserved for system-defined sections and can't be used when creating a user-defined section: RecentChats, QuickViews, TeamsAndChannels, MutedChats, MeetingChats, EngageCommunities. + [IsExpanded ]: Indicates whether the section is expanded in the user interface. +The default value is true. + [IsHierarchicalViewEnabled ]: Indicates whether the hierarchical view is enabled for the section. +Read-only. + [Items ]: The items (chats, channels, meetings, or communities) organized within the section. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the item was added to the section. +Read-only. +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. + [ItemType ]: sectionItemType + [LastModifiedDateTime ]: Date and time when the item was last modified. +Read-only. +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. + [LastModifiedDateTime ]: Date and time when the section was last modified. +Read-only. +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. + [SectionType ]: sectionType + [SortType ]: sectionSortType [Todo ]: todo [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -9251,6 +9593,12 @@ Read-only. Nullable. [IsOwner ]: True if the user is owner of the given task list. [IsShared ]: True if the task list is shared with other users + [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the task list. +Read-only. +Nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Value ]: The value of the property. [Tasks ]: The tasks in this task list. Read-only. Nullable. @@ -9314,9 +9662,6 @@ Read-only. [Recurrence ]: patternedRecurrence [ReminderDateTime ]: dateTimeTimeZone [SingleValueExtendedProperties ]: A collection of custom fields linked to the task. - [Id ]: The unique identifier for an entity. -Read-only. - [Value ]: The value of the property. [StartDateTime ]: dateTimeTimeZone [Status ]: taskStatus [Title ]: A brief description of the task. @@ -9368,6 +9713,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. @@ -9405,6 +9752,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. @@ -9427,6 +9775,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 ]: @@ -9480,6 +9829,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. @@ -9489,8 +9840,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. @@ -9506,6 +9855,8 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -10063,7 +10414,7 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for users to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). @@ -10357,22 +10708,23 @@ Always null when the object hasn't been deleted. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -10402,12 +10754,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -10517,7 +10926,7 @@ Optional. [IncludeBasicClaimSet ]: Determines whether the basic claim set is included in tokens affected by this policy. If set to true, all claims in the basic claim set are emitted in tokens affected by the policy. By default the basic claim set isn't in the tokens unless they're explicitly configured in this policy. - [CreatedByAppId ]: The appId (called Application (client) ID on the Microsoft Entra admin center) of the application used to create the service principal. + [CreatedByAppId ]: The appId of the application that created this service principal. Set internally by Microsoft Entra ID. Read-only. [CreatedObjects ]: Directory objects created by this service principal. @@ -10649,7 +11058,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -10808,13 +11217,13 @@ May not begin with .. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [ApprovedClientApps ]: + [ApprovedClientApps ]: The collection of approved client apps that are associated with the RDS configuration. +Supports $expand. [Id ]: The unique identifier for an entity. Read-only. - [DisplayName ]: + [DisplayName ]: Display name for the client application. [IsRemoteDesktopProtocolEnabled ]: Determines if Microsoft Entra ID RDS authentication protocol for RDP is enabled. [TargetDeviceGroups ]: The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. -
]: The unique identifier for an entity. Read-only. [DisplayName ]: Display name for the target device group. @@ -11175,7 +11584,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. - [ExternalAuthenticationMethods ]: Represents the external methods registered to a user for authentication. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. Optional. @@ -11191,7 +11600,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. - [DisplayName ]: Custom name given to the registered external authentication method. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. @@ -11444,7 +11853,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -11697,7 +12106,7 @@ Read-only. The identifiers must be unique in the tenant. [Birthday ]: The birthday of the user. 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 Returned only on $select. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. Only one number can be set for this property. Read-only for users synced from on-premises directory. @@ -12307,6 +12716,49 @@ This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. Read only. + [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. +Nullable. + [Attachments ]: References to attached objects like files, tabs, meetings etc. + [Body ]: itemBody + [ChannelIdentity ]: channelIdentity + [ChatId ]: If the message was sent in a chat, represents the identity of the chat. + [CreatedDateTime ]: Timestamp of when the chat message was created. + [DeletedDateTime ]: Read only. +Timestamp at which the chat message was deleted, or null if not deleted. + [Etag ]: Read-only. +Version number of the chat message. + [EventDetail ]: eventMessageDetail + [From ]: chatMessageFromIdentitySet + [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. + [Importance ]: chatMessageImportance + [LastEditedDateTime ]: Read only. +Timestamp when edits to the chat message were made. +Triggers an 'Edited' flag in the Teams UI. +If no edits are made the value is null. + [LastModifiedDateTime ]: Read only. +Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. + [Locale ]: Locale of the chat message set by the client. +Always set to en-us. + [Mentions ]: List of entities mentioned in the chat message. +Supported entities are: user, bot, team, channel, chat, and tag. + [MessageHistory ]: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. + [MessageType ]: chatMessageType + [OnBehalfOf ]: chatMessageFromIdentitySet + [PolicyViolation ]: chatMessagePolicyViolation + [Reactions ]: Reactions for this chat message (for example, Like). + [Replies ]: Replies for a specified message. +Supports $expand for channel messages. + [ReplyToId ]: Read-only. +ID of the parent chat message or root chat message of the thread. +(Only applies to chat messages in channels, not chats.) + [Subject ]: The subject of the chat message, in plaintext. + [Summary ]: Summary text of the chat message that could be used for push notifications and summary views or fall back views. +Only applies to channel chat messages, not chat messages in a chat. + [WebUrl ]: Read-only. +Link to the message in Microsoft Teams. + [Id ]: The unique identifier for an entity. +Read-only. + [Recipient ]: identity [TenantId ]: The identifier of the tenant in which the chat was created. Read-only. [Topic ]: (Optional) Subject or topic for the chat. @@ -12342,21 +12794,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -12446,7 +12955,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 @@ -12471,6 +12982,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. @@ -12678,10 +13222,11 @@ 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. + [ContentCategory ]: contentCategory [CorrelationId ]: An identifier used to group multiple related content entries (for example, different parts of the same file upload, messages in a conversation). [CreatedDateTime ]: Required. Timestamp indicating when the original content was created (for example, file creation time, message sent time). @@ -12966,6 +13511,7 @@ To proactively opt in to the new behavior ahead of time, use the contentStream p Nullable. [File ]: file [(Any) ]: This indicates any property can be added to this object. + [ArchiveStatus ]: fileArchiveStatus [Hashes ]: hashes [(Any) ]: This indicates any property can be added to this object. [Crc32Hash ]: The CRC32 value of the file (if available). @@ -12976,6 +13522,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. @@ -13076,6 +13635,17 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(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. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity. @@ -14085,6 +14655,8 @@ 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 total count of items in the list. +Read-only. [Items ]: All items contained in the list. [List ]: listInfo [(Any) ]: This indicates any property can be added to this object. @@ -14181,6 +14753,24 @@ Required. [LearningProviderId ]: The registration ID of the provider. Required. [Status ]: courseStatus + [Storyline ]: User's storyline singleton container. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Followers ]: The users who are following this user. + [Id ]: The unique identifier for an entity. +Read-only. + [Follower ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Followings ]: The users that this user is following. + [Id ]: The unique identifier for an entity. +Read-only. + [Following ]: The Viva Engage identities. [EmployeeHireDate ]: The date and time when the user was hired or will start work if there is a future hire. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. @@ -14195,10 +14785,10 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. @@ -14671,7 +15261,9 @@ Read-write. [(Any) ]: This indicates any property can be added to this object. [ArchiveStatus ]: siteArchiveStatus [ArchivedBy ]: identitySet - [ArchivedDateTime ]: + [ArchivedDateTime ]: Time when the container was archived. +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. [DataLocationCode ]: The geographic region code for where this site collection resides. Only present for multi-geo tenants. Read-only. @@ -14694,7 +15286,7 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. 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. - Returned only on $select. + Requires $select to retrieve. Note: This property is specific to SharePoint Online. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. @@ -14717,6 +15309,27 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityGovernance ]: identityGovernanceUserSettings + [(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 ]: 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 + [(Any) ]: This indicates any property can be added to this object. + [Duration ]: The requestor's desired duration of access represented in ISO 8601 format for durations. +For example, PT3H refers to three hours. + If specified in a request, endDateTime shouldn't be present and the type property should be set to afterDuration. + [EndDateTime ]: Timestamp of 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. + [Type ]: expirationPatternType + [Recurrence ]: patternedRecurrence + [StartDateTime ]: 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. +In PIM, when the eligible or active assignment becomes active. [IdentityParentId ]: The object ID of the parent identity for agent users. Always null for regular user accounts. For agentUser resources, this property references the object ID of the associated agent identity. @@ -14813,7 +15426,7 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for users to describe their interests. -Returned only on $select. +Requires $select to retrieve. [InvitedBy ]: directoryObject [IsLicenseReconciliationNeeded ]: Indicates whether the user is pending an exchange mailbox license assignment. Read-only. @@ -14822,7 +15435,8 @@ Returned only on $select. 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). @@ -14836,24 +15450,24 @@ If this list is non-empty, then only users or groups listed here can post. [AccessType ]: groupAccessType [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are auto-subscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -14863,6 +15477,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -15021,11 +15636,11 @@ You can use it as a $filter argument to get groups that have members with licens Supports $filter (eq). [HideFromAddressLists ]: true if the group isn't displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: true if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [InfoCatalogs ]: Identifies the info segments assigned to the group. Returned by default. @@ -15049,7 +15664,7 @@ Read-only. To manage a group 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. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -15099,6 +15714,7 @@ Read-only. [OnPremisesDomainName ]: Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only. + [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [OnPremisesLastSyncDateTime ]: Indicates the last time at which the group was synced with the on-premises directory.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. Returned by default. @@ -15282,10 +15898,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -15294,9 +15912,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. @@ -15460,7 +16107,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). @@ -15508,6 +16155,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 @@ -15905,12 +16553,12 @@ Immutable. Read-only. [UnseenConversationsCount ]: Count of conversations delivered one or more new posts since the signed-in user's last visit to the group. This property is the same as unseenCount. -Returned only on $select. +Requires $select to retrieve. [UnseenCount ]: Count of conversations that have received new posts since the signed-in user last visited the group. -This property is the same as unseenConversationsCount.Returned only on $select. +This property is the same as unseenConversationsCount.Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [UnseenMessagesCount ]: Count of new posts that have been delivered to the group's conversations since the signed-in user's last visit to the group. -Returned only on $select. +Requires $select to retrieve. [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. @@ -15921,7 +16569,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Requires $select to retrieve. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -15938,16 +16589,16 @@ Nullable. 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. Read-only. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. It also indicates licenses that are directly assigned and the ones the user inherited through group memberships. Read-only. -Returned only on $select. +Requires $select to retrieve. [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. Read-Only. @@ -16073,7 +16724,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -16307,7 +16958,7 @@ Read-only. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Notifications ]: [Id ]: The unique identifier for an entity. Read-only. @@ -16402,6 +17053,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. @@ -16450,6 +17105,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. @@ -16704,7 +17364,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for users to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [PendingAccessReviewInstances ]: Navigation property to get a list of access reviews pending approval by the reviewer. [Id ]: The unique identifier for an entity. Read-only. @@ -16724,14 +17384,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. @@ -17064,7 +17716,7 @@ Example: 'en-US', or 'es-ES'. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -17520,15 +18172,14 @@ Read-only. [WebUrl ]: Link to the institution or department homepage. [Program ]: educationalActivityDetail [(Any) ]: This indicates any property can be added to this object. - [Abbreviation ]: Shortened name of the degree or program (example: PhD, MBA) + [Abbreviation ]: Shortened name of the degree or program, for example, PhD and MBA. [Activities ]: Extracurricular activities undertaken alongside the program. [Awards ]: Any awards or honors associated with the program. [Description ]: Short description of the program provided by the user. [DisplayName ]: Long-form name of the program that the user provided. - [FieldsOfStudy ]: Majors and minors associated with the program. -(if applicable) - [Grade ]: The final grade, class, GPA, or score. - [Notes ]: More notes the user provided. + [FieldsOfStudy ]: Majors and minors associated with the program, if applicable. + [Grade ]: The final grade, class, grade point average (GPA), or score. + [Notes ]: More notes provided by the user. [WebUrl ]: Link to the degree or program page. [StartMonthYear ]: The month and year the user commenced the activity referenced. [Emails ]: Represents detailed information about email addresses associated with the user. @@ -17831,9 +18482,9 @@ Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they have attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: The scoped-role administrative unit memberships for this user. Read-only. Nullable. @@ -17897,7 +18548,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. @@ -18047,7 +18698,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Use revokeSignInSessions to reset. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -18094,6 +18745,48 @@ The language component follows two-letter codes as defined in ISO 639-1, and the For users with multigeo licenses, the property contains the user's region (if available). For users without multigeo licenses, the property contains the organization's region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China. + [Sections ]: The sections in the user's chat list. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the section was created. +Read-only. +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. + [DisplayIcon ]: sectionDisplayIcon + [(Any) ]: This indicates any property can be added to this object. + [ContentUrl ]: The URL to a custom icon image. +Applicable when iconType is custom. + [DisplayName ]: The human-readable name of the icon. + [IconType ]: The type of icon. +Use an emoji character such as 👍 for an emoji icon, or custom for a custom image icon. + [SkinTone ]: sectionIconSkinTone + [DisplayName ]: The display name of the section. +Required. +Maximum length is 50 characters. +Display names are case-sensitive and must be unique within a user's sections. +The following names are reserved for system-defined sections and can't be used when creating a user-defined section: RecentChats, QuickViews, TeamsAndChannels, MutedChats, MeetingChats, EngageCommunities. + [IsExpanded ]: Indicates whether the section is expanded in the user interface. +The default value is true. + [IsHierarchicalViewEnabled ]: Indicates whether the hierarchical view is enabled for the section. +Read-only. + [Items ]: The items (chats, channels, meetings, or communities) organized within the section. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the item was added to the section. +Read-only. +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. + [ItemType ]: sectionItemType + [LastModifiedDateTime ]: Date and time when the item was last modified. +Read-only. +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. + [LastModifiedDateTime ]: Date and time when the section was last modified. +Read-only. +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. + [SectionType ]: sectionType + [SortType ]: sectionSortType [Todo ]: todo [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -18106,6 +18799,12 @@ Read-only. Nullable. [IsOwner ]: True if the user is owner of the given task list. [IsShared ]: True if the task list is shared with other users + [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the task list. +Read-only. +Nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Value ]: The value of the property. [Tasks ]: The tasks in this task list. Read-only. Nullable. @@ -18169,9 +18868,6 @@ Read-only. [Recurrence ]: patternedRecurrence [ReminderDateTime ]: dateTimeTimeZone [SingleValueExtendedProperties ]: A collection of custom fields linked to the task. - [Id ]: The unique identifier for an entity. -Read-only. - [Value ]: The value of the property. [StartDateTime ]: dateTimeTimeZone [Status ]: taskStatus [Title ]: A brief description of the task. @@ -18223,6 +18919,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. @@ -18260,6 +18958,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. @@ -18282,6 +18981,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 ]: @@ -18335,6 +19035,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. @@ -18344,8 +19046,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. @@ -18361,6 +19061,8 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementDeviceShellScript.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementDeviceShellScript.md index 3f9704c5d28d6..d5e98dba33ffc 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementDeviceShellScript.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementDeviceShellScript.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/new-mgbetadevicemanagementdeviceshellscript Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementDeviceShellScript --- @@ -31,7 +31,7 @@ New-MgBetaDeviceManagementDeviceShellScript [-ResponseHeadersVariable ] [-UserRunStates ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -41,7 +41,6 @@ New-MgBetaDeviceManagementDeviceShellScript -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -1100,7 +1099,7 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for users to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). @@ -1394,22 +1393,23 @@ Always null when the object hasn't been deleted. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -1439,12 +1439,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -1554,7 +1611,7 @@ Optional. [IncludeBasicClaimSet ]: Determines whether the basic claim set is included in tokens affected by this policy. If set to true, all claims in the basic claim set are emitted in tokens affected by the policy. By default the basic claim set isn't in the tokens unless they're explicitly configured in this policy. - [CreatedByAppId ]: The appId (called Application (client) ID on the Microsoft Entra admin center) of the application used to create the service principal. + [CreatedByAppId ]: The appId of the application that created this service principal. Set internally by Microsoft Entra ID. Read-only. [CreatedObjects ]: Directory objects created by this service principal. @@ -1686,7 +1743,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -1845,13 +1902,13 @@ May not begin with .. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [ApprovedClientApps ]: + [ApprovedClientApps ]: The collection of approved client apps that are associated with the RDS configuration. +Supports $expand. [Id ]: The unique identifier for an entity. Read-only. - [DisplayName ]: + [DisplayName ]: Display name for the client application. [IsRemoteDesktopProtocolEnabled ]: Determines if Microsoft Entra ID RDS authentication protocol for RDP is enabled. [TargetDeviceGroups ]: The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. -
]: The unique identifier for an entity. Read-only. [DisplayName ]: Display name for the target device group. @@ -2212,7 +2269,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. - [ExternalAuthenticationMethods ]: Represents the external methods registered to a user for authentication. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. Optional. @@ -2228,7 +2285,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. - [DisplayName ]: Custom name given to the registered external authentication method. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. @@ -2481,7 +2538,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -2734,7 +2791,7 @@ Read-only. The identifiers must be unique in the tenant. [Birthday ]: The birthday of the user. 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 Returned only on $select. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. Only one number can be set for this property. Read-only for users synced from on-premises directory. @@ -3344,6 +3401,49 @@ This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. Read only. + [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. +Nullable. + [Attachments ]: References to attached objects like files, tabs, meetings etc. + [Body ]: itemBody + [ChannelIdentity ]: channelIdentity + [ChatId ]: If the message was sent in a chat, represents the identity of the chat. + [CreatedDateTime ]: Timestamp of when the chat message was created. + [DeletedDateTime ]: Read only. +Timestamp at which the chat message was deleted, or null if not deleted. + [Etag ]: Read-only. +Version number of the chat message. + [EventDetail ]: eventMessageDetail + [From ]: chatMessageFromIdentitySet + [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. + [Importance ]: chatMessageImportance + [LastEditedDateTime ]: Read only. +Timestamp when edits to the chat message were made. +Triggers an 'Edited' flag in the Teams UI. +If no edits are made the value is null. + [LastModifiedDateTime ]: Read only. +Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. + [Locale ]: Locale of the chat message set by the client. +Always set to en-us. + [Mentions ]: List of entities mentioned in the chat message. +Supported entities are: user, bot, team, channel, chat, and tag. + [MessageHistory ]: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. + [MessageType ]: chatMessageType + [OnBehalfOf ]: chatMessageFromIdentitySet + [PolicyViolation ]: chatMessagePolicyViolation + [Reactions ]: Reactions for this chat message (for example, Like). + [Replies ]: Replies for a specified message. +Supports $expand for channel messages. + [ReplyToId ]: Read-only. +ID of the parent chat message or root chat message of the thread. +(Only applies to chat messages in channels, not chats.) + [Subject ]: The subject of the chat message, in plaintext. + [Summary ]: Summary text of the chat message that could be used for push notifications and summary views or fall back views. +Only applies to channel chat messages, not chat messages in a chat. + [WebUrl ]: Read-only. +Link to the message in Microsoft Teams. + [Id ]: The unique identifier for an entity. +Read-only. + [Recipient ]: identity [TenantId ]: The identifier of the tenant in which the chat was created. Read-only. [Topic ]: (Optional) Subject or topic for the chat. @@ -3379,21 +3479,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -3483,7 +3640,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 @@ -3508,6 +3667,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. @@ -3715,10 +3907,11 @@ 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. + [ContentCategory ]: contentCategory [CorrelationId ]: An identifier used to group multiple related content entries (for example, different parts of the same file upload, messages in a conversation). [CreatedDateTime ]: Required. Timestamp indicating when the original content was created (for example, file creation time, message sent time). @@ -4000,6 +4193,7 @@ To proactively opt in to the new behavior ahead of time, use the contentStream p Nullable. [File ]: file [(Any) ]: This indicates any property can be added to this object. + [ArchiveStatus ]: fileArchiveStatus [Hashes ]: hashes [(Any) ]: This indicates any property can be added to this object. [Crc32Hash ]: The CRC32 value of the file (if available). @@ -4010,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. @@ -4110,6 +4317,17 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(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. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity. @@ -5119,6 +5337,8 @@ 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 total count of items in the list. +Read-only. [Items ]: All items contained in the list. [List ]: listInfo [(Any) ]: This indicates any property can be added to this object. @@ -5215,6 +5435,24 @@ Required. [LearningProviderId ]: The registration ID of the provider. Required. [Status ]: courseStatus + [Storyline ]: User's storyline singleton container. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Followers ]: The users who are following this user. + [Id ]: The unique identifier for an entity. +Read-only. + [Follower ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Followings ]: The users that this user is following. + [Id ]: The unique identifier for an entity. +Read-only. + [Following ]: The Viva Engage identities. [EmployeeHireDate ]: The date and time when the user was hired or will start work if there is a future hire. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. @@ -5229,10 +5467,10 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. @@ -5705,7 +5943,9 @@ Read-write. [(Any) ]: This indicates any property can be added to this object. [ArchiveStatus ]: siteArchiveStatus [ArchivedBy ]: identitySet - [ArchivedDateTime ]: + [ArchivedDateTime ]: Time when the container was archived. +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. [DataLocationCode ]: The geographic region code for where this site collection resides. Only present for multi-geo tenants. Read-only. @@ -5728,7 +5968,7 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. 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. - Returned only on $select. + Requires $select to retrieve. Note: This property is specific to SharePoint Online. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. @@ -5751,6 +5991,27 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityGovernance ]: identityGovernanceUserSettings + [(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 ]: 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 + [(Any) ]: This indicates any property can be added to this object. + [Duration ]: The requestor's desired duration of access represented in ISO 8601 format for durations. +For example, PT3H refers to three hours. + If specified in a request, endDateTime shouldn't be present and the type property should be set to afterDuration. + [EndDateTime ]: Timestamp of 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. + [Type ]: expirationPatternType + [Recurrence ]: patternedRecurrence + [StartDateTime ]: 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. +In PIM, when the eligible or active assignment becomes active. [IdentityParentId ]: The object ID of the parent identity for agent users. Always null for regular user accounts. For agentUser resources, this property references the object ID of the associated agent identity. @@ -5847,7 +6108,7 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for users to describe their interests. -Returned only on $select. +Requires $select to retrieve. [InvitedBy ]: directoryObject [IsLicenseReconciliationNeeded ]: Indicates whether the user is pending an exchange mailbox license assignment. Read-only. @@ -5856,7 +6117,8 @@ Returned only on $select. 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). @@ -5870,24 +6132,24 @@ If this list is non-empty, then only users or groups listed here can post. [AccessType ]: groupAccessType [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are auto-subscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -5897,6 +6159,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -6055,11 +6318,11 @@ You can use it as a $filter argument to get groups that have members with licens Supports $filter (eq). [HideFromAddressLists ]: true if the group isn't displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: true if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [InfoCatalogs ]: Identifies the info segments assigned to the group. Returned by default. @@ -6083,7 +6346,7 @@ Read-only. To manage a group 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. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -6133,6 +6396,7 @@ Read-only. [OnPremisesDomainName ]: Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only. + [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [OnPremisesLastSyncDateTime ]: Indicates the last time at which the group was synced with the on-premises directory.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. Returned by default. @@ -6316,10 +6580,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -6328,9 +6594,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. @@ -6494,7 +6789,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). @@ -6542,6 +6837,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 @@ -6939,12 +7235,12 @@ Immutable. Read-only. [UnseenConversationsCount ]: Count of conversations delivered one or more new posts since the signed-in user's last visit to the group. This property is the same as unseenCount. -Returned only on $select. +Requires $select to retrieve. [UnseenCount ]: Count of conversations that have received new posts since the signed-in user last visited the group. -This property is the same as unseenConversationsCount.Returned only on $select. +This property is the same as unseenConversationsCount.Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [UnseenMessagesCount ]: Count of new posts that have been delivered to the group's conversations since the signed-in user's last visit to the group. -Returned only on $select. +Requires $select to retrieve. [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. @@ -6955,7 +7251,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Requires $select to retrieve. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -6972,16 +7271,16 @@ Nullable. 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. Read-only. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. It also indicates licenses that are directly assigned and the ones the user inherited through group memberships. Read-only. -Returned only on $select. +Requires $select to retrieve. [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. Read-Only. @@ -7107,7 +7406,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -7341,7 +7640,7 @@ Read-only. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Notifications ]: [Id ]: The unique identifier for an entity. Read-only. @@ -7436,6 +7735,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. @@ -7484,6 +7787,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. @@ -7738,7 +8046,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for users to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [PendingAccessReviewInstances ]: Navigation property to get a list of access reviews pending approval by the reviewer. [Id ]: The unique identifier for an entity. Read-only. @@ -7758,14 +8066,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. @@ -8098,7 +8398,7 @@ Example: 'en-US', or 'es-ES'. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -8554,15 +8854,14 @@ Read-only. [WebUrl ]: Link to the institution or department homepage. [Program ]: educationalActivityDetail [(Any) ]: This indicates any property can be added to this object. - [Abbreviation ]: Shortened name of the degree or program (example: PhD, MBA) + [Abbreviation ]: Shortened name of the degree or program, for example, PhD and MBA. [Activities ]: Extracurricular activities undertaken alongside the program. [Awards ]: Any awards or honors associated with the program. [Description ]: Short description of the program provided by the user. [DisplayName ]: Long-form name of the program that the user provided. - [FieldsOfStudy ]: Majors and minors associated with the program. -(if applicable) - [Grade ]: The final grade, class, GPA, or score. - [Notes ]: More notes the user provided. + [FieldsOfStudy ]: Majors and minors associated with the program, if applicable. + [Grade ]: The final grade, class, grade point average (GPA), or score. + [Notes ]: More notes provided by the user. [WebUrl ]: Link to the degree or program page. [StartMonthYear ]: The month and year the user commenced the activity referenced. [Emails ]: Represents detailed information about email addresses associated with the user. @@ -8865,9 +9164,9 @@ Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they have attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: The scoped-role administrative unit memberships for this user. Read-only. Nullable. @@ -8931,7 +9230,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. @@ -9081,7 +9380,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Use revokeSignInSessions to reset. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -9128,6 +9427,48 @@ The language component follows two-letter codes as defined in ISO 639-1, and the For users with multigeo licenses, the property contains the user's region (if available). For users without multigeo licenses, the property contains the organization's region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China. + [Sections ]: The sections in the user's chat list. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the section was created. +Read-only. +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. + [DisplayIcon ]: sectionDisplayIcon + [(Any) ]: This indicates any property can be added to this object. + [ContentUrl ]: The URL to a custom icon image. +Applicable when iconType is custom. + [DisplayName ]: The human-readable name of the icon. + [IconType ]: The type of icon. +Use an emoji character such as 👍 for an emoji icon, or custom for a custom image icon. + [SkinTone ]: sectionIconSkinTone + [DisplayName ]: The display name of the section. +Required. +Maximum length is 50 characters. +Display names are case-sensitive and must be unique within a user's sections. +The following names are reserved for system-defined sections and can't be used when creating a user-defined section: RecentChats, QuickViews, TeamsAndChannels, MutedChats, MeetingChats, EngageCommunities. + [IsExpanded ]: Indicates whether the section is expanded in the user interface. +The default value is true. + [IsHierarchicalViewEnabled ]: Indicates whether the hierarchical view is enabled for the section. +Read-only. + [Items ]: The items (chats, channels, meetings, or communities) organized within the section. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the item was added to the section. +Read-only. +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. + [ItemType ]: sectionItemType + [LastModifiedDateTime ]: Date and time when the item was last modified. +Read-only. +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. + [LastModifiedDateTime ]: Date and time when the section was last modified. +Read-only. +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. + [SectionType ]: sectionType + [SortType ]: sectionSortType [Todo ]: todo [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -9140,6 +9481,12 @@ Read-only. Nullable. [IsOwner ]: True if the user is owner of the given task list. [IsShared ]: True if the task list is shared with other users + [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the task list. +Read-only. +Nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Value ]: The value of the property. [Tasks ]: The tasks in this task list. Read-only. Nullable. @@ -9203,9 +9550,6 @@ Read-only. [Recurrence ]: patternedRecurrence [ReminderDateTime ]: dateTimeTimeZone [SingleValueExtendedProperties ]: A collection of custom fields linked to the task. - [Id ]: The unique identifier for an entity. -Read-only. - [Value ]: The value of the property. [StartDateTime ]: dateTimeTimeZone [Status ]: taskStatus [Title ]: A brief description of the task. @@ -9257,6 +9601,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. @@ -9294,6 +9640,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. @@ -9316,6 +9663,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 ]: @@ -9369,6 +9717,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. @@ -9378,8 +9728,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. @@ -9395,6 +9743,8 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -9872,7 +10222,7 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for users to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). @@ -10166,22 +10516,23 @@ Always null when the object hasn't been deleted. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -10211,12 +10562,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -10326,7 +10734,7 @@ Optional. [IncludeBasicClaimSet ]: Determines whether the basic claim set is included in tokens affected by this policy. If set to true, all claims in the basic claim set are emitted in tokens affected by the policy. By default the basic claim set isn't in the tokens unless they're explicitly configured in this policy. - [CreatedByAppId ]: The appId (called Application (client) ID on the Microsoft Entra admin center) of the application used to create the service principal. + [CreatedByAppId ]: The appId of the application that created this service principal. Set internally by Microsoft Entra ID. Read-only. [CreatedObjects ]: Directory objects created by this service principal. @@ -10458,7 +10866,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -10617,13 +11025,13 @@ May not begin with .. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [ApprovedClientApps ]: + [ApprovedClientApps ]: The collection of approved client apps that are associated with the RDS configuration. +Supports $expand. [Id ]: The unique identifier for an entity. Read-only. - [DisplayName ]: + [DisplayName ]: Display name for the client application. [IsRemoteDesktopProtocolEnabled ]: Determines if Microsoft Entra ID RDS authentication protocol for RDP is enabled. [TargetDeviceGroups ]: The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. -
]: The unique identifier for an entity. Read-only. [DisplayName ]: Display name for the target device group. @@ -10984,7 +11392,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. - [ExternalAuthenticationMethods ]: Represents the external methods registered to a user for authentication. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. Optional. @@ -11000,7 +11408,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. - [DisplayName ]: Custom name given to the registered external authentication method. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. @@ -11253,7 +11661,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -11506,7 +11914,7 @@ Read-only. The identifiers must be unique in the tenant. [Birthday ]: The birthday of the user. 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 Returned only on $select. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. Only one number can be set for this property. Read-only for users synced from on-premises directory. @@ -12116,6 +12524,49 @@ This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. Read only. + [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. +Nullable. + [Attachments ]: References to attached objects like files, tabs, meetings etc. + [Body ]: itemBody + [ChannelIdentity ]: channelIdentity + [ChatId ]: If the message was sent in a chat, represents the identity of the chat. + [CreatedDateTime ]: Timestamp of when the chat message was created. + [DeletedDateTime ]: Read only. +Timestamp at which the chat message was deleted, or null if not deleted. + [Etag ]: Read-only. +Version number of the chat message. + [EventDetail ]: eventMessageDetail + [From ]: chatMessageFromIdentitySet + [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. + [Importance ]: chatMessageImportance + [LastEditedDateTime ]: Read only. +Timestamp when edits to the chat message were made. +Triggers an 'Edited' flag in the Teams UI. +If no edits are made the value is null. + [LastModifiedDateTime ]: Read only. +Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. + [Locale ]: Locale of the chat message set by the client. +Always set to en-us. + [Mentions ]: List of entities mentioned in the chat message. +Supported entities are: user, bot, team, channel, chat, and tag. + [MessageHistory ]: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. + [MessageType ]: chatMessageType + [OnBehalfOf ]: chatMessageFromIdentitySet + [PolicyViolation ]: chatMessagePolicyViolation + [Reactions ]: Reactions for this chat message (for example, Like). + [Replies ]: Replies for a specified message. +Supports $expand for channel messages. + [ReplyToId ]: Read-only. +ID of the parent chat message or root chat message of the thread. +(Only applies to chat messages in channels, not chats.) + [Subject ]: The subject of the chat message, in plaintext. + [Summary ]: Summary text of the chat message that could be used for push notifications and summary views or fall back views. +Only applies to channel chat messages, not chat messages in a chat. + [WebUrl ]: Read-only. +Link to the message in Microsoft Teams. + [Id ]: The unique identifier for an entity. +Read-only. + [Recipient ]: identity [TenantId ]: The identifier of the tenant in which the chat was created. Read-only. [Topic ]: (Optional) Subject or topic for the chat. @@ -12151,21 +12602,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -12255,7 +12763,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 @@ -12280,6 +12790,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. @@ -12487,10 +13030,11 @@ 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. + [ContentCategory ]: contentCategory [CorrelationId ]: An identifier used to group multiple related content entries (for example, different parts of the same file upload, messages in a conversation). [CreatedDateTime ]: Required. Timestamp indicating when the original content was created (for example, file creation time, message sent time). @@ -12775,6 +13319,7 @@ To proactively opt in to the new behavior ahead of time, use the contentStream p Nullable. [File ]: file [(Any) ]: This indicates any property can be added to this object. + [ArchiveStatus ]: fileArchiveStatus [Hashes ]: hashes [(Any) ]: This indicates any property can be added to this object. [Crc32Hash ]: The CRC32 value of the file (if available). @@ -12785,6 +13330,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. @@ -12885,6 +13443,17 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(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. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity. @@ -13894,6 +14463,8 @@ 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 total count of items in the list. +Read-only. [Items ]: All items contained in the list. [List ]: listInfo [(Any) ]: This indicates any property can be added to this object. @@ -13990,6 +14561,24 @@ Required. [LearningProviderId ]: The registration ID of the provider. Required. [Status ]: courseStatus + [Storyline ]: User's storyline singleton container. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Followers ]: The users who are following this user. + [Id ]: The unique identifier for an entity. +Read-only. + [Follower ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Followings ]: The users that this user is following. + [Id ]: The unique identifier for an entity. +Read-only. + [Following ]: The Viva Engage identities. [EmployeeHireDate ]: The date and time when the user was hired or will start work if there is a future hire. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. @@ -14004,10 +14593,10 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. @@ -14480,7 +15069,9 @@ Read-write. [(Any) ]: This indicates any property can be added to this object. [ArchiveStatus ]: siteArchiveStatus [ArchivedBy ]: identitySet - [ArchivedDateTime ]: + [ArchivedDateTime ]: Time when the container was archived. +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. [DataLocationCode ]: The geographic region code for where this site collection resides. Only present for multi-geo tenants. Read-only. @@ -14503,7 +15094,7 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. 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. - Returned only on $select. + Requires $select to retrieve. Note: This property is specific to SharePoint Online. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. @@ -14526,6 +15117,27 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityGovernance ]: identityGovernanceUserSettings + [(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 ]: 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 + [(Any) ]: This indicates any property can be added to this object. + [Duration ]: The requestor's desired duration of access represented in ISO 8601 format for durations. +For example, PT3H refers to three hours. + If specified in a request, endDateTime shouldn't be present and the type property should be set to afterDuration. + [EndDateTime ]: Timestamp of 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. + [Type ]: expirationPatternType + [Recurrence ]: patternedRecurrence + [StartDateTime ]: 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. +In PIM, when the eligible or active assignment becomes active. [IdentityParentId ]: The object ID of the parent identity for agent users. Always null for regular user accounts. For agentUser resources, this property references the object ID of the associated agent identity. @@ -14622,7 +15234,7 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for users to describe their interests. -Returned only on $select. +Requires $select to retrieve. [InvitedBy ]: directoryObject [IsLicenseReconciliationNeeded ]: Indicates whether the user is pending an exchange mailbox license assignment. Read-only. @@ -14631,7 +15243,8 @@ Returned only on $select. 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). @@ -14645,24 +15258,24 @@ If this list is non-empty, then only users or groups listed here can post. [AccessType ]: groupAccessType [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are auto-subscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -14672,6 +15285,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -14830,11 +15444,11 @@ You can use it as a $filter argument to get groups that have members with licens Supports $filter (eq). [HideFromAddressLists ]: true if the group isn't displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: true if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [InfoCatalogs ]: Identifies the info segments assigned to the group. Returned by default. @@ -14858,7 +15472,7 @@ Read-only. To manage a group 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. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -14908,6 +15522,7 @@ Read-only. [OnPremisesDomainName ]: Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only. + [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [OnPremisesLastSyncDateTime ]: Indicates the last time at which the group was synced with the on-premises directory.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. Returned by default. @@ -15091,10 +15706,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -15103,9 +15720,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. @@ -15269,7 +15915,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). @@ -15317,6 +15963,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 @@ -15714,12 +16361,12 @@ Immutable. Read-only. [UnseenConversationsCount ]: Count of conversations delivered one or more new posts since the signed-in user's last visit to the group. This property is the same as unseenCount. -Returned only on $select. +Requires $select to retrieve. [UnseenCount ]: Count of conversations that have received new posts since the signed-in user last visited the group. -This property is the same as unseenConversationsCount.Returned only on $select. +This property is the same as unseenConversationsCount.Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [UnseenMessagesCount ]: Count of new posts that have been delivered to the group's conversations since the signed-in user's last visit to the group. -Returned only on $select. +Requires $select to retrieve. [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. @@ -15730,7 +16377,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Requires $select to retrieve. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -15747,16 +16397,16 @@ Nullable. 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. Read-only. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. It also indicates licenses that are directly assigned and the ones the user inherited through group memberships. Read-only. -Returned only on $select. +Requires $select to retrieve. [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. Read-Only. @@ -15882,7 +16532,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -16116,7 +16766,7 @@ Read-only. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Notifications ]: [Id ]: The unique identifier for an entity. Read-only. @@ -16211,6 +16861,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. @@ -16259,6 +16913,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. @@ -16513,7 +17172,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for users to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [PendingAccessReviewInstances ]: Navigation property to get a list of access reviews pending approval by the reviewer. [Id ]: The unique identifier for an entity. Read-only. @@ -16533,14 +17192,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. @@ -16873,7 +17524,7 @@ Example: 'en-US', or 'es-ES'. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -17329,15 +17980,14 @@ Read-only. [WebUrl ]: Link to the institution or department homepage. [Program ]: educationalActivityDetail [(Any) ]: This indicates any property can be added to this object. - [Abbreviation ]: Shortened name of the degree or program (example: PhD, MBA) + [Abbreviation ]: Shortened name of the degree or program, for example, PhD and MBA. [Activities ]: Extracurricular activities undertaken alongside the program. [Awards ]: Any awards or honors associated with the program. [Description ]: Short description of the program provided by the user. [DisplayName ]: Long-form name of the program that the user provided. - [FieldsOfStudy ]: Majors and minors associated with the program. -(if applicable) - [Grade ]: The final grade, class, GPA, or score. - [Notes ]: More notes the user provided. + [FieldsOfStudy ]: Majors and minors associated with the program, if applicable. + [Grade ]: The final grade, class, grade point average (GPA), or score. + [Notes ]: More notes provided by the user. [WebUrl ]: Link to the degree or program page. [StartMonthYear ]: The month and year the user commenced the activity referenced. [Emails ]: Represents detailed information about email addresses associated with the user. @@ -17640,9 +18290,9 @@ Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they have attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: The scoped-role administrative unit memberships for this user. Read-only. Nullable. @@ -17706,7 +18356,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. @@ -17856,7 +18506,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Use revokeSignInSessions to reset. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -17903,6 +18553,48 @@ The language component follows two-letter codes as defined in ISO 639-1, and the For users with multigeo licenses, the property contains the user's region (if available). For users without multigeo licenses, the property contains the organization's region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China. + [Sections ]: The sections in the user's chat list. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the section was created. +Read-only. +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. + [DisplayIcon ]: sectionDisplayIcon + [(Any) ]: This indicates any property can be added to this object. + [ContentUrl ]: The URL to a custom icon image. +Applicable when iconType is custom. + [DisplayName ]: The human-readable name of the icon. + [IconType ]: The type of icon. +Use an emoji character such as 👍 for an emoji icon, or custom for a custom image icon. + [SkinTone ]: sectionIconSkinTone + [DisplayName ]: The display name of the section. +Required. +Maximum length is 50 characters. +Display names are case-sensitive and must be unique within a user's sections. +The following names are reserved for system-defined sections and can't be used when creating a user-defined section: RecentChats, QuickViews, TeamsAndChannels, MutedChats, MeetingChats, EngageCommunities. + [IsExpanded ]: Indicates whether the section is expanded in the user interface. +The default value is true. + [IsHierarchicalViewEnabled ]: Indicates whether the hierarchical view is enabled for the section. +Read-only. + [Items ]: The items (chats, channels, meetings, or communities) organized within the section. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the item was added to the section. +Read-only. +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. + [ItemType ]: sectionItemType + [LastModifiedDateTime ]: Date and time when the item was last modified. +Read-only. +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. + [LastModifiedDateTime ]: Date and time when the section was last modified. +Read-only. +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. + [SectionType ]: sectionType + [SortType ]: sectionSortType [Todo ]: todo [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -17915,6 +18607,12 @@ Read-only. Nullable. [IsOwner ]: True if the user is owner of the given task list. [IsShared ]: True if the task list is shared with other users + [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the task list. +Read-only. +Nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Value ]: The value of the property. [Tasks ]: The tasks in this task list. Read-only. Nullable. @@ -17978,9 +18676,6 @@ Read-only. [Recurrence ]: patternedRecurrence [ReminderDateTime ]: dateTimeTimeZone [SingleValueExtendedProperties ]: A collection of custom fields linked to the task. - [Id ]: The unique identifier for an entity. -Read-only. - [Value ]: The value of the property. [StartDateTime ]: dateTimeTimeZone [Status ]: taskStatus [Title ]: A brief description of the task. @@ -18032,6 +18727,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. @@ -18069,6 +18766,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. @@ -18091,6 +18789,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 ]: @@ -18144,6 +18843,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. @@ -18153,8 +18854,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. @@ -18170,6 +18869,8 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -18637,7 +19338,7 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for users to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). @@ -18931,22 +19632,23 @@ Always null when the object hasn't been deleted. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -18976,12 +19678,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -19091,7 +19850,7 @@ Optional. [IncludeBasicClaimSet ]: Determines whether the basic claim set is included in tokens affected by this policy. If set to true, all claims in the basic claim set are emitted in tokens affected by the policy. By default the basic claim set isn't in the tokens unless they're explicitly configured in this policy. - [CreatedByAppId ]: The appId (called Application (client) ID on the Microsoft Entra admin center) of the application used to create the service principal. + [CreatedByAppId ]: The appId of the application that created this service principal. Set internally by Microsoft Entra ID. Read-only. [CreatedObjects ]: Directory objects created by this service principal. @@ -19223,7 +19982,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -19382,13 +20141,13 @@ May not begin with .. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [ApprovedClientApps ]: + [ApprovedClientApps ]: The collection of approved client apps that are associated with the RDS configuration. +Supports $expand. [Id ]: The unique identifier for an entity. Read-only. - [DisplayName ]: + [DisplayName ]: Display name for the client application. [IsRemoteDesktopProtocolEnabled ]: Determines if Microsoft Entra ID RDS authentication protocol for RDP is enabled. [TargetDeviceGroups ]: The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. -
]: The unique identifier for an entity. Read-only. [DisplayName ]: Display name for the target device group. @@ -19749,7 +20508,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. - [ExternalAuthenticationMethods ]: Represents the external methods registered to a user for authentication. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. Optional. @@ -19765,7 +20524,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. - [DisplayName ]: Custom name given to the registered external authentication method. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. @@ -20018,7 +20777,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -20271,7 +21030,7 @@ Read-only. The identifiers must be unique in the tenant. [Birthday ]: The birthday of the user. 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 Returned only on $select. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. Only one number can be set for this property. Read-only for users synced from on-premises directory. @@ -20881,6 +21640,49 @@ This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. Read only. + [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. +Nullable. + [Attachments ]: References to attached objects like files, tabs, meetings etc. + [Body ]: itemBody + [ChannelIdentity ]: channelIdentity + [ChatId ]: If the message was sent in a chat, represents the identity of the chat. + [CreatedDateTime ]: Timestamp of when the chat message was created. + [DeletedDateTime ]: Read only. +Timestamp at which the chat message was deleted, or null if not deleted. + [Etag ]: Read-only. +Version number of the chat message. + [EventDetail ]: eventMessageDetail + [From ]: chatMessageFromIdentitySet + [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. + [Importance ]: chatMessageImportance + [LastEditedDateTime ]: Read only. +Timestamp when edits to the chat message were made. +Triggers an 'Edited' flag in the Teams UI. +If no edits are made the value is null. + [LastModifiedDateTime ]: Read only. +Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. + [Locale ]: Locale of the chat message set by the client. +Always set to en-us. + [Mentions ]: List of entities mentioned in the chat message. +Supported entities are: user, bot, team, channel, chat, and tag. + [MessageHistory ]: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. + [MessageType ]: chatMessageType + [OnBehalfOf ]: chatMessageFromIdentitySet + [PolicyViolation ]: chatMessagePolicyViolation + [Reactions ]: Reactions for this chat message (for example, Like). + [Replies ]: Replies for a specified message. +Supports $expand for channel messages. + [ReplyToId ]: Read-only. +ID of the parent chat message or root chat message of the thread. +(Only applies to chat messages in channels, not chats.) + [Subject ]: The subject of the chat message, in plaintext. + [Summary ]: Summary text of the chat message that could be used for push notifications and summary views or fall back views. +Only applies to channel chat messages, not chat messages in a chat. + [WebUrl ]: Read-only. +Link to the message in Microsoft Teams. + [Id ]: The unique identifier for an entity. +Read-only. + [Recipient ]: identity [TenantId ]: The identifier of the tenant in which the chat was created. Read-only. [Topic ]: (Optional) Subject or topic for the chat. @@ -20916,21 +21718,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -21020,7 +21879,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 @@ -21045,6 +21906,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. @@ -21252,10 +22146,11 @@ 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. + [ContentCategory ]: contentCategory [CorrelationId ]: An identifier used to group multiple related content entries (for example, different parts of the same file upload, messages in a conversation). [CreatedDateTime ]: Required. Timestamp indicating when the original content was created (for example, file creation time, message sent time). @@ -21540,6 +22435,7 @@ To proactively opt in to the new behavior ahead of time, use the contentStream p Nullable. [File ]: file [(Any) ]: This indicates any property can be added to this object. + [ArchiveStatus ]: fileArchiveStatus [Hashes ]: hashes [(Any) ]: This indicates any property can be added to this object. [Crc32Hash ]: The CRC32 value of the file (if available). @@ -21550,6 +22446,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. @@ -21650,6 +22559,17 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(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. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity. @@ -22659,6 +23579,8 @@ 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 total count of items in the list. +Read-only. [Items ]: All items contained in the list. [List ]: listInfo [(Any) ]: This indicates any property can be added to this object. @@ -22755,6 +23677,24 @@ Required. [LearningProviderId ]: The registration ID of the provider. Required. [Status ]: courseStatus + [Storyline ]: User's storyline singleton container. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Followers ]: The users who are following this user. + [Id ]: The unique identifier for an entity. +Read-only. + [Follower ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Followings ]: The users that this user is following. + [Id ]: The unique identifier for an entity. +Read-only. + [Following ]: The Viva Engage identities. [EmployeeHireDate ]: The date and time when the user was hired or will start work if there is a future hire. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. @@ -22769,10 +23709,10 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. @@ -23245,7 +24185,9 @@ Read-write. [(Any) ]: This indicates any property can be added to this object. [ArchiveStatus ]: siteArchiveStatus [ArchivedBy ]: identitySet - [ArchivedDateTime ]: + [ArchivedDateTime ]: Time when the container was archived. +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. [DataLocationCode ]: The geographic region code for where this site collection resides. Only present for multi-geo tenants. Read-only. @@ -23268,7 +24210,7 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. 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. - Returned only on $select. + Requires $select to retrieve. Note: This property is specific to SharePoint Online. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. @@ -23291,6 +24233,27 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityGovernance ]: identityGovernanceUserSettings + [(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 ]: 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 + [(Any) ]: This indicates any property can be added to this object. + [Duration ]: The requestor's desired duration of access represented in ISO 8601 format for durations. +For example, PT3H refers to three hours. + If specified in a request, endDateTime shouldn't be present and the type property should be set to afterDuration. + [EndDateTime ]: Timestamp of 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. + [Type ]: expirationPatternType + [Recurrence ]: patternedRecurrence + [StartDateTime ]: 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. +In PIM, when the eligible or active assignment becomes active. [IdentityParentId ]: The object ID of the parent identity for agent users. Always null for regular user accounts. For agentUser resources, this property references the object ID of the associated agent identity. @@ -23387,7 +24350,7 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for users to describe their interests. -Returned only on $select. +Requires $select to retrieve. [InvitedBy ]: directoryObject [IsLicenseReconciliationNeeded ]: Indicates whether the user is pending an exchange mailbox license assignment. Read-only. @@ -23396,7 +24359,8 @@ Returned only on $select. 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). @@ -23410,24 +24374,24 @@ If this list is non-empty, then only users or groups listed here can post. [AccessType ]: groupAccessType [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are auto-subscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -23437,6 +24401,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -23595,11 +24560,11 @@ You can use it as a $filter argument to get groups that have members with licens Supports $filter (eq). [HideFromAddressLists ]: true if the group isn't displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: true if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [InfoCatalogs ]: Identifies the info segments assigned to the group. Returned by default. @@ -23623,7 +24588,7 @@ Read-only. To manage a group 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. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -23673,6 +24638,7 @@ Read-only. [OnPremisesDomainName ]: Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only. + [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [OnPremisesLastSyncDateTime ]: Indicates the last time at which the group was synced with the on-premises directory.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. Returned by default. @@ -23856,10 +24822,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -23868,9 +24836,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. @@ -24034,7 +25031,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). @@ -24082,6 +25079,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 @@ -24479,12 +25477,12 @@ Immutable. Read-only. [UnseenConversationsCount ]: Count of conversations delivered one or more new posts since the signed-in user's last visit to the group. This property is the same as unseenCount. -Returned only on $select. +Requires $select to retrieve. [UnseenCount ]: Count of conversations that have received new posts since the signed-in user last visited the group. -This property is the same as unseenConversationsCount.Returned only on $select. +This property is the same as unseenConversationsCount.Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [UnseenMessagesCount ]: Count of new posts that have been delivered to the group's conversations since the signed-in user's last visit to the group. -Returned only on $select. +Requires $select to retrieve. [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. @@ -24495,7 +25493,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Requires $select to retrieve. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -24512,16 +25513,16 @@ Nullable. 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. Read-only. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. It also indicates licenses that are directly assigned and the ones the user inherited through group memberships. Read-only. -Returned only on $select. +Requires $select to retrieve. [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. Read-Only. @@ -24647,7 +25648,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -24881,7 +25882,7 @@ Read-only. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Notifications ]: [Id ]: The unique identifier for an entity. Read-only. @@ -24976,6 +25977,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. @@ -25024,6 +26029,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. @@ -25278,7 +26288,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for users to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [PendingAccessReviewInstances ]: Navigation property to get a list of access reviews pending approval by the reviewer. [Id ]: The unique identifier for an entity. Read-only. @@ -25298,14 +26308,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. @@ -25638,7 +26640,7 @@ Example: 'en-US', or 'es-ES'. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -26094,15 +27096,14 @@ Read-only. [WebUrl ]: Link to the institution or department homepage. [Program ]: educationalActivityDetail [(Any) ]: This indicates any property can be added to this object. - [Abbreviation ]: Shortened name of the degree or program (example: PhD, MBA) + [Abbreviation ]: Shortened name of the degree or program, for example, PhD and MBA. [Activities ]: Extracurricular activities undertaken alongside the program. [Awards ]: Any awards or honors associated with the program. [Description ]: Short description of the program provided by the user. [DisplayName ]: Long-form name of the program that the user provided. - [FieldsOfStudy ]: Majors and minors associated with the program. -(if applicable) - [Grade ]: The final grade, class, GPA, or score. - [Notes ]: More notes the user provided. + [FieldsOfStudy ]: Majors and minors associated with the program, if applicable. + [Grade ]: The final grade, class, grade point average (GPA), or score. + [Notes ]: More notes provided by the user. [WebUrl ]: Link to the degree or program page. [StartMonthYear ]: The month and year the user commenced the activity referenced. [Emails ]: Represents detailed information about email addresses associated with the user. @@ -26405,9 +27406,9 @@ Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they have attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: The scoped-role administrative unit memberships for this user. Read-only. Nullable. @@ -26471,7 +27472,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. @@ -26621,7 +27622,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Use revokeSignInSessions to reset. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -26668,6 +27669,48 @@ The language component follows two-letter codes as defined in ISO 639-1, and the For users with multigeo licenses, the property contains the user's region (if available). For users without multigeo licenses, the property contains the organization's region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China. + [Sections ]: The sections in the user's chat list. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the section was created. +Read-only. +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. + [DisplayIcon ]: sectionDisplayIcon + [(Any) ]: This indicates any property can be added to this object. + [ContentUrl ]: The URL to a custom icon image. +Applicable when iconType is custom. + [DisplayName ]: The human-readable name of the icon. + [IconType ]: The type of icon. +Use an emoji character such as 👍 for an emoji icon, or custom for a custom image icon. + [SkinTone ]: sectionIconSkinTone + [DisplayName ]: The display name of the section. +Required. +Maximum length is 50 characters. +Display names are case-sensitive and must be unique within a user's sections. +The following names are reserved for system-defined sections and can't be used when creating a user-defined section: RecentChats, QuickViews, TeamsAndChannels, MutedChats, MeetingChats, EngageCommunities. + [IsExpanded ]: Indicates whether the section is expanded in the user interface. +The default value is true. + [IsHierarchicalViewEnabled ]: Indicates whether the hierarchical view is enabled for the section. +Read-only. + [Items ]: The items (chats, channels, meetings, or communities) organized within the section. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the item was added to the section. +Read-only. +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. + [ItemType ]: sectionItemType + [LastModifiedDateTime ]: Date and time when the item was last modified. +Read-only. +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. + [LastModifiedDateTime ]: Date and time when the section was last modified. +Read-only. +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. + [SectionType ]: sectionType + [SortType ]: sectionSortType [Todo ]: todo [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -26680,6 +27723,12 @@ Read-only. Nullable. [IsOwner ]: True if the user is owner of the given task list. [IsShared ]: True if the task list is shared with other users + [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the task list. +Read-only. +Nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Value ]: The value of the property. [Tasks ]: The tasks in this task list. Read-only. Nullable. @@ -26743,9 +27792,6 @@ Read-only. [Recurrence ]: patternedRecurrence [ReminderDateTime ]: dateTimeTimeZone [SingleValueExtendedProperties ]: A collection of custom fields linked to the task. - [Id ]: The unique identifier for an entity. -Read-only. - [Value ]: The value of the property. [StartDateTime ]: dateTimeTimeZone [Status ]: taskStatus [Title ]: A brief description of the task. @@ -26797,6 +27843,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. @@ -26834,6 +27882,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. @@ -26856,6 +27905,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 ]: @@ -26909,6 +27959,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. @@ -26918,8 +27970,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. @@ -26935,6 +27985,8 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementDeviceShellScriptAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementDeviceShellScriptAssignment.md index d2852844e9938..00132d94f9ba6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementDeviceShellScriptAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementDeviceShellScriptAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/new-mgbetadevicemanagementdeviceshellscriptassignment Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementDeviceShellScriptAssignment --- @@ -25,7 +25,6 @@ New-MgBetaDeviceManagementDeviceShellScriptAssignment -DeviceShellScriptId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -36,7 +35,6 @@ New-MgBetaDeviceManagementDeviceShellScriptAssignment -DeviceShellScriptId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -47,7 +45,6 @@ New-MgBetaDeviceManagementDeviceShellScriptAssignment -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -58,7 +55,6 @@ New-MgBetaDeviceManagementDeviceShellScriptAssignment -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementDeviceShellScriptDeviceRunState.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementDeviceShellScriptDeviceRunState.md index 10c9cfd84c236..6bd2cb33d78e1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementDeviceShellScriptDeviceRunState.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementDeviceShellScriptDeviceRunState.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/new-mgbetadevicemanagementdeviceshellscriptdevicerunstate Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementDeviceShellScriptDeviceRunState --- @@ -26,7 +26,7 @@ New-MgBetaDeviceManagementDeviceShellScriptDeviceRunState -DeviceShellScriptId < [-ManagedDevice ] [-ResultMessage ] [-RunState ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -37,7 +37,6 @@ New-MgBetaDeviceManagementDeviceShellScriptDeviceRunState -DeviceShellScriptId < [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -49,7 +48,7 @@ New-MgBetaDeviceManagementDeviceShellScriptDeviceRunState -InputObject ] [-ResultMessage ] [-RunState ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -60,7 +59,6 @@ New-MgBetaDeviceManagementDeviceShellScriptDeviceRunState -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -1038,7 +1036,7 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for users to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). @@ -1332,22 +1330,23 @@ Always null when the object hasn't been deleted. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -1377,12 +1376,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -1492,7 +1548,7 @@ Optional. [IncludeBasicClaimSet ]: Determines whether the basic claim set is included in tokens affected by this policy. If set to true, all claims in the basic claim set are emitted in tokens affected by the policy. By default the basic claim set isn't in the tokens unless they're explicitly configured in this policy. - [CreatedByAppId ]: The appId (called Application (client) ID on the Microsoft Entra admin center) of the application used to create the service principal. + [CreatedByAppId ]: The appId of the application that created this service principal. Set internally by Microsoft Entra ID. Read-only. [CreatedObjects ]: Directory objects created by this service principal. @@ -1624,7 +1680,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -1783,13 +1839,13 @@ May not begin with .. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [ApprovedClientApps ]: + [ApprovedClientApps ]: The collection of approved client apps that are associated with the RDS configuration. +Supports $expand. [Id ]: The unique identifier for an entity. Read-only. - [DisplayName ]: + [DisplayName ]: Display name for the client application. [IsRemoteDesktopProtocolEnabled ]: Determines if Microsoft Entra ID RDS authentication protocol for RDP is enabled. [TargetDeviceGroups ]: The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. -
]: The unique identifier for an entity. Read-only. [DisplayName ]: Display name for the target device group. @@ -2150,7 +2206,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. - [ExternalAuthenticationMethods ]: Represents the external methods registered to a user for authentication. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. Optional. @@ -2166,7 +2222,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. - [DisplayName ]: Custom name given to the registered external authentication method. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. @@ -2419,7 +2475,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -2672,7 +2728,7 @@ Read-only. The identifiers must be unique in the tenant. [Birthday ]: The birthday of the user. 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 Returned only on $select. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. Only one number can be set for this property. Read-only for users synced from on-premises directory. @@ -3282,6 +3338,49 @@ This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. Read only. + [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. +Nullable. + [Attachments ]: References to attached objects like files, tabs, meetings etc. + [Body ]: itemBody + [ChannelIdentity ]: channelIdentity + [ChatId ]: If the message was sent in a chat, represents the identity of the chat. + [CreatedDateTime ]: Timestamp of when the chat message was created. + [DeletedDateTime ]: Read only. +Timestamp at which the chat message was deleted, or null if not deleted. + [Etag ]: Read-only. +Version number of the chat message. + [EventDetail ]: eventMessageDetail + [From ]: chatMessageFromIdentitySet + [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. + [Importance ]: chatMessageImportance + [LastEditedDateTime ]: Read only. +Timestamp when edits to the chat message were made. +Triggers an 'Edited' flag in the Teams UI. +If no edits are made the value is null. + [LastModifiedDateTime ]: Read only. +Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. + [Locale ]: Locale of the chat message set by the client. +Always set to en-us. + [Mentions ]: List of entities mentioned in the chat message. +Supported entities are: user, bot, team, channel, chat, and tag. + [MessageHistory ]: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. + [MessageType ]: chatMessageType + [OnBehalfOf ]: chatMessageFromIdentitySet + [PolicyViolation ]: chatMessagePolicyViolation + [Reactions ]: Reactions for this chat message (for example, Like). + [Replies ]: Replies for a specified message. +Supports $expand for channel messages. + [ReplyToId ]: Read-only. +ID of the parent chat message or root chat message of the thread. +(Only applies to chat messages in channels, not chats.) + [Subject ]: The subject of the chat message, in plaintext. + [Summary ]: Summary text of the chat message that could be used for push notifications and summary views or fall back views. +Only applies to channel chat messages, not chat messages in a chat. + [WebUrl ]: Read-only. +Link to the message in Microsoft Teams. + [Id ]: The unique identifier for an entity. +Read-only. + [Recipient ]: identity [TenantId ]: The identifier of the tenant in which the chat was created. Read-only. [Topic ]: (Optional) Subject or topic for the chat. @@ -3317,21 +3416,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -3421,7 +3577,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 @@ -3446,6 +3604,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. @@ -3653,10 +3844,11 @@ 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. + [ContentCategory ]: contentCategory [CorrelationId ]: An identifier used to group multiple related content entries (for example, different parts of the same file upload, messages in a conversation). [CreatedDateTime ]: Required. Timestamp indicating when the original content was created (for example, file creation time, message sent time). @@ -3941,6 +4133,7 @@ To proactively opt in to the new behavior ahead of time, use the contentStream p Nullable. [File ]: file [(Any) ]: This indicates any property can be added to this object. + [ArchiveStatus ]: fileArchiveStatus [Hashes ]: hashes [(Any) ]: This indicates any property can be added to this object. [Crc32Hash ]: The CRC32 value of the file (if available). @@ -3951,6 +4144,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. @@ -4051,6 +4257,17 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(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. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity. @@ -5060,6 +5277,8 @@ 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 total count of items in the list. +Read-only. [Items ]: All items contained in the list. [List ]: listInfo [(Any) ]: This indicates any property can be added to this object. @@ -5156,6 +5375,24 @@ Required. [LearningProviderId ]: The registration ID of the provider. Required. [Status ]: courseStatus + [Storyline ]: User's storyline singleton container. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Followers ]: The users who are following this user. + [Id ]: The unique identifier for an entity. +Read-only. + [Follower ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Followings ]: The users that this user is following. + [Id ]: The unique identifier for an entity. +Read-only. + [Following ]: The Viva Engage identities. [EmployeeHireDate ]: The date and time when the user was hired or will start work if there is a future hire. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. @@ -5170,10 +5407,10 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. @@ -5646,7 +5883,9 @@ Read-write. [(Any) ]: This indicates any property can be added to this object. [ArchiveStatus ]: siteArchiveStatus [ArchivedBy ]: identitySet - [ArchivedDateTime ]: + [ArchivedDateTime ]: Time when the container was archived. +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. [DataLocationCode ]: The geographic region code for where this site collection resides. Only present for multi-geo tenants. Read-only. @@ -5669,7 +5908,7 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. 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. - Returned only on $select. + Requires $select to retrieve. Note: This property is specific to SharePoint Online. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. @@ -5692,6 +5931,27 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityGovernance ]: identityGovernanceUserSettings + [(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 ]: 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 + [(Any) ]: This indicates any property can be added to this object. + [Duration ]: The requestor's desired duration of access represented in ISO 8601 format for durations. +For example, PT3H refers to three hours. + If specified in a request, endDateTime shouldn't be present and the type property should be set to afterDuration. + [EndDateTime ]: Timestamp of 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. + [Type ]: expirationPatternType + [Recurrence ]: patternedRecurrence + [StartDateTime ]: 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. +In PIM, when the eligible or active assignment becomes active. [IdentityParentId ]: The object ID of the parent identity for agent users. Always null for regular user accounts. For agentUser resources, this property references the object ID of the associated agent identity. @@ -5788,7 +6048,7 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for users to describe their interests. -Returned only on $select. +Requires $select to retrieve. [InvitedBy ]: directoryObject [IsLicenseReconciliationNeeded ]: Indicates whether the user is pending an exchange mailbox license assignment. Read-only. @@ -5797,7 +6057,8 @@ Returned only on $select. 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). @@ -5811,24 +6072,24 @@ If this list is non-empty, then only users or groups listed here can post. [AccessType ]: groupAccessType [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are auto-subscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -5838,6 +6099,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -5996,11 +6258,11 @@ You can use it as a $filter argument to get groups that have members with licens Supports $filter (eq). [HideFromAddressLists ]: true if the group isn't displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: true if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [InfoCatalogs ]: Identifies the info segments assigned to the group. Returned by default. @@ -6024,7 +6286,7 @@ Read-only. To manage a group 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. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -6074,6 +6336,7 @@ Read-only. [OnPremisesDomainName ]: Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only. + [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [OnPremisesLastSyncDateTime ]: Indicates the last time at which the group was synced with the on-premises directory.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. Returned by default. @@ -6257,10 +6520,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -6269,9 +6534,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. @@ -6435,7 +6729,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). @@ -6483,6 +6777,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 @@ -6880,12 +7175,12 @@ Immutable. Read-only. [UnseenConversationsCount ]: Count of conversations delivered one or more new posts since the signed-in user's last visit to the group. This property is the same as unseenCount. -Returned only on $select. +Requires $select to retrieve. [UnseenCount ]: Count of conversations that have received new posts since the signed-in user last visited the group. -This property is the same as unseenConversationsCount.Returned only on $select. +This property is the same as unseenConversationsCount.Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [UnseenMessagesCount ]: Count of new posts that have been delivered to the group's conversations since the signed-in user's last visit to the group. -Returned only on $select. +Requires $select to retrieve. [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. @@ -6896,7 +7191,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Requires $select to retrieve. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -6913,16 +7211,16 @@ Nullable. 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. Read-only. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. It also indicates licenses that are directly assigned and the ones the user inherited through group memberships. Read-only. -Returned only on $select. +Requires $select to retrieve. [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. Read-Only. @@ -7048,7 +7346,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -7282,7 +7580,7 @@ Read-only. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Notifications ]: [Id ]: The unique identifier for an entity. Read-only. @@ -7377,6 +7675,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. @@ -7425,6 +7727,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. @@ -7679,7 +7986,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for users to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [PendingAccessReviewInstances ]: Navigation property to get a list of access reviews pending approval by the reviewer. [Id ]: The unique identifier for an entity. Read-only. @@ -7699,14 +8006,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. @@ -8039,7 +8338,7 @@ Example: 'en-US', or 'es-ES'. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -8495,15 +8794,14 @@ Read-only. [WebUrl ]: Link to the institution or department homepage. [Program ]: educationalActivityDetail [(Any) ]: This indicates any property can be added to this object. - [Abbreviation ]: Shortened name of the degree or program (example: PhD, MBA) + [Abbreviation ]: Shortened name of the degree or program, for example, PhD and MBA. [Activities ]: Extracurricular activities undertaken alongside the program. [Awards ]: Any awards or honors associated with the program. [Description ]: Short description of the program provided by the user. [DisplayName ]: Long-form name of the program that the user provided. - [FieldsOfStudy ]: Majors and minors associated with the program. -(if applicable) - [Grade ]: The final grade, class, GPA, or score. - [Notes ]: More notes the user provided. + [FieldsOfStudy ]: Majors and minors associated with the program, if applicable. + [Grade ]: The final grade, class, grade point average (GPA), or score. + [Notes ]: More notes provided by the user. [WebUrl ]: Link to the degree or program page. [StartMonthYear ]: The month and year the user commenced the activity referenced. [Emails ]: Represents detailed information about email addresses associated with the user. @@ -8806,9 +9104,9 @@ Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they have attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: The scoped-role administrative unit memberships for this user. Read-only. Nullable. @@ -8872,7 +9170,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. @@ -9022,7 +9320,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Use revokeSignInSessions to reset. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -9069,6 +9367,48 @@ The language component follows two-letter codes as defined in ISO 639-1, and the For users with multigeo licenses, the property contains the user's region (if available). For users without multigeo licenses, the property contains the organization's region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China. + [Sections ]: The sections in the user's chat list. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the section was created. +Read-only. +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. + [DisplayIcon ]: sectionDisplayIcon + [(Any) ]: This indicates any property can be added to this object. + [ContentUrl ]: The URL to a custom icon image. +Applicable when iconType is custom. + [DisplayName ]: The human-readable name of the icon. + [IconType ]: The type of icon. +Use an emoji character such as 👍 for an emoji icon, or custom for a custom image icon. + [SkinTone ]: sectionIconSkinTone + [DisplayName ]: The display name of the section. +Required. +Maximum length is 50 characters. +Display names are case-sensitive and must be unique within a user's sections. +The following names are reserved for system-defined sections and can't be used when creating a user-defined section: RecentChats, QuickViews, TeamsAndChannels, MutedChats, MeetingChats, EngageCommunities. + [IsExpanded ]: Indicates whether the section is expanded in the user interface. +The default value is true. + [IsHierarchicalViewEnabled ]: Indicates whether the hierarchical view is enabled for the section. +Read-only. + [Items ]: The items (chats, channels, meetings, or communities) organized within the section. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the item was added to the section. +Read-only. +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. + [ItemType ]: sectionItemType + [LastModifiedDateTime ]: Date and time when the item was last modified. +Read-only. +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. + [LastModifiedDateTime ]: Date and time when the section was last modified. +Read-only. +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. + [SectionType ]: sectionType + [SortType ]: sectionSortType [Todo ]: todo [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -9081,6 +9421,12 @@ Read-only. Nullable. [IsOwner ]: True if the user is owner of the given task list. [IsShared ]: True if the task list is shared with other users + [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the task list. +Read-only. +Nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Value ]: The value of the property. [Tasks ]: The tasks in this task list. Read-only. Nullable. @@ -9144,9 +9490,6 @@ Read-only. [Recurrence ]: patternedRecurrence [ReminderDateTime ]: dateTimeTimeZone [SingleValueExtendedProperties ]: A collection of custom fields linked to the task. - [Id ]: The unique identifier for an entity. -Read-only. - [Value ]: The value of the property. [StartDateTime ]: dateTimeTimeZone [Status ]: taskStatus [Title ]: A brief description of the task. @@ -9198,6 +9541,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. @@ -9235,6 +9580,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. @@ -9257,6 +9603,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 ]: @@ -9310,6 +9657,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. @@ -9319,8 +9668,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. @@ -9336,6 +9683,8 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -9889,7 +10238,7 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for users to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). @@ -10183,22 +10532,23 @@ Always null when the object hasn't been deleted. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -10228,12 +10578,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -10343,7 +10750,7 @@ Optional. [IncludeBasicClaimSet ]: Determines whether the basic claim set is included in tokens affected by this policy. If set to true, all claims in the basic claim set are emitted in tokens affected by the policy. By default the basic claim set isn't in the tokens unless they're explicitly configured in this policy. - [CreatedByAppId ]: The appId (called Application (client) ID on the Microsoft Entra admin center) of the application used to create the service principal. + [CreatedByAppId ]: The appId of the application that created this service principal. Set internally by Microsoft Entra ID. Read-only. [CreatedObjects ]: Directory objects created by this service principal. @@ -10475,7 +10882,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -10634,13 +11041,13 @@ May not begin with .. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [ApprovedClientApps ]: + [ApprovedClientApps ]: The collection of approved client apps that are associated with the RDS configuration. +Supports $expand. [Id ]: The unique identifier for an entity. Read-only. - [DisplayName ]: + [DisplayName ]: Display name for the client application. [IsRemoteDesktopProtocolEnabled ]: Determines if Microsoft Entra ID RDS authentication protocol for RDP is enabled. [TargetDeviceGroups ]: The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. -
]: The unique identifier for an entity. Read-only. [DisplayName ]: Display name for the target device group. @@ -11001,7 +11408,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. - [ExternalAuthenticationMethods ]: Represents the external methods registered to a user for authentication. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. Optional. @@ -11017,7 +11424,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. - [DisplayName ]: Custom name given to the registered external authentication method. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. @@ -11270,7 +11677,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -11523,7 +11930,7 @@ Read-only. The identifiers must be unique in the tenant. [Birthday ]: The birthday of the user. 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 Returned only on $select. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. Only one number can be set for this property. Read-only for users synced from on-premises directory. @@ -12133,6 +12540,49 @@ This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. Read only. + [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. +Nullable. + [Attachments ]: References to attached objects like files, tabs, meetings etc. + [Body ]: itemBody + [ChannelIdentity ]: channelIdentity + [ChatId ]: If the message was sent in a chat, represents the identity of the chat. + [CreatedDateTime ]: Timestamp of when the chat message was created. + [DeletedDateTime ]: Read only. +Timestamp at which the chat message was deleted, or null if not deleted. + [Etag ]: Read-only. +Version number of the chat message. + [EventDetail ]: eventMessageDetail + [From ]: chatMessageFromIdentitySet + [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. + [Importance ]: chatMessageImportance + [LastEditedDateTime ]: Read only. +Timestamp when edits to the chat message were made. +Triggers an 'Edited' flag in the Teams UI. +If no edits are made the value is null. + [LastModifiedDateTime ]: Read only. +Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. + [Locale ]: Locale of the chat message set by the client. +Always set to en-us. + [Mentions ]: List of entities mentioned in the chat message. +Supported entities are: user, bot, team, channel, chat, and tag. + [MessageHistory ]: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. + [MessageType ]: chatMessageType + [OnBehalfOf ]: chatMessageFromIdentitySet + [PolicyViolation ]: chatMessagePolicyViolation + [Reactions ]: Reactions for this chat message (for example, Like). + [Replies ]: Replies for a specified message. +Supports $expand for channel messages. + [ReplyToId ]: Read-only. +ID of the parent chat message or root chat message of the thread. +(Only applies to chat messages in channels, not chats.) + [Subject ]: The subject of the chat message, in plaintext. + [Summary ]: Summary text of the chat message that could be used for push notifications and summary views or fall back views. +Only applies to channel chat messages, not chat messages in a chat. + [WebUrl ]: Read-only. +Link to the message in Microsoft Teams. + [Id ]: The unique identifier for an entity. +Read-only. + [Recipient ]: identity [TenantId ]: The identifier of the tenant in which the chat was created. Read-only. [Topic ]: (Optional) Subject or topic for the chat. @@ -12168,21 +12618,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -12272,7 +12779,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 @@ -12297,6 +12806,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. @@ -12504,10 +13046,11 @@ 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. + [ContentCategory ]: contentCategory [CorrelationId ]: An identifier used to group multiple related content entries (for example, different parts of the same file upload, messages in a conversation). [CreatedDateTime ]: Required. Timestamp indicating when the original content was created (for example, file creation time, message sent time). @@ -12792,6 +13335,7 @@ To proactively opt in to the new behavior ahead of time, use the contentStream p Nullable. [File ]: file [(Any) ]: This indicates any property can be added to this object. + [ArchiveStatus ]: fileArchiveStatus [Hashes ]: hashes [(Any) ]: This indicates any property can be added to this object. [Crc32Hash ]: The CRC32 value of the file (if available). @@ -12802,6 +13346,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. @@ -12902,6 +13459,17 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(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. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity. @@ -13911,6 +14479,8 @@ 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 total count of items in the list. +Read-only. [Items ]: All items contained in the list. [List ]: listInfo [(Any) ]: This indicates any property can be added to this object. @@ -14007,6 +14577,24 @@ Required. [LearningProviderId ]: The registration ID of the provider. Required. [Status ]: courseStatus + [Storyline ]: User's storyline singleton container. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Followers ]: The users who are following this user. + [Id ]: The unique identifier for an entity. +Read-only. + [Follower ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Followings ]: The users that this user is following. + [Id ]: The unique identifier for an entity. +Read-only. + [Following ]: The Viva Engage identities. [EmployeeHireDate ]: The date and time when the user was hired or will start work if there is a future hire. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. @@ -14021,10 +14609,10 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. @@ -14497,7 +15085,9 @@ Read-write. [(Any) ]: This indicates any property can be added to this object. [ArchiveStatus ]: siteArchiveStatus [ArchivedBy ]: identitySet - [ArchivedDateTime ]: + [ArchivedDateTime ]: Time when the container was archived. +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. [DataLocationCode ]: The geographic region code for where this site collection resides. Only present for multi-geo tenants. Read-only. @@ -14520,7 +15110,7 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. 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. - Returned only on $select. + Requires $select to retrieve. Note: This property is specific to SharePoint Online. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. @@ -14543,6 +15133,27 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityGovernance ]: identityGovernanceUserSettings + [(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 ]: 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 + [(Any) ]: This indicates any property can be added to this object. + [Duration ]: The requestor's desired duration of access represented in ISO 8601 format for durations. +For example, PT3H refers to three hours. + If specified in a request, endDateTime shouldn't be present and the type property should be set to afterDuration. + [EndDateTime ]: Timestamp of 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. + [Type ]: expirationPatternType + [Recurrence ]: patternedRecurrence + [StartDateTime ]: 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. +In PIM, when the eligible or active assignment becomes active. [IdentityParentId ]: The object ID of the parent identity for agent users. Always null for regular user accounts. For agentUser resources, this property references the object ID of the associated agent identity. @@ -14639,7 +15250,7 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for users to describe their interests. -Returned only on $select. +Requires $select to retrieve. [InvitedBy ]: directoryObject [IsLicenseReconciliationNeeded ]: Indicates whether the user is pending an exchange mailbox license assignment. Read-only. @@ -14648,7 +15259,8 @@ Returned only on $select. 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). @@ -14662,24 +15274,24 @@ If this list is non-empty, then only users or groups listed here can post. [AccessType ]: groupAccessType [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are auto-subscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -14689,6 +15301,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -14847,11 +15460,11 @@ You can use it as a $filter argument to get groups that have members with licens Supports $filter (eq). [HideFromAddressLists ]: true if the group isn't displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: true if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [InfoCatalogs ]: Identifies the info segments assigned to the group. Returned by default. @@ -14875,7 +15488,7 @@ Read-only. To manage a group 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. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -14925,6 +15538,7 @@ Read-only. [OnPremisesDomainName ]: Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only. + [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [OnPremisesLastSyncDateTime ]: Indicates the last time at which the group was synced with the on-premises directory.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. Returned by default. @@ -15108,10 +15722,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -15120,9 +15736,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. @@ -15286,7 +15931,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). @@ -15334,6 +15979,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 @@ -15731,12 +16377,12 @@ Immutable. Read-only. [UnseenConversationsCount ]: Count of conversations delivered one or more new posts since the signed-in user's last visit to the group. This property is the same as unseenCount. -Returned only on $select. +Requires $select to retrieve. [UnseenCount ]: Count of conversations that have received new posts since the signed-in user last visited the group. -This property is the same as unseenConversationsCount.Returned only on $select. +This property is the same as unseenConversationsCount.Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [UnseenMessagesCount ]: Count of new posts that have been delivered to the group's conversations since the signed-in user's last visit to the group. -Returned only on $select. +Requires $select to retrieve. [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. @@ -15747,7 +16393,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Requires $select to retrieve. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -15764,16 +16413,16 @@ Nullable. 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. Read-only. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. It also indicates licenses that are directly assigned and the ones the user inherited through group memberships. Read-only. -Returned only on $select. +Requires $select to retrieve. [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. Read-Only. @@ -15899,7 +16548,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -16133,7 +16782,7 @@ Read-only. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Notifications ]: [Id ]: The unique identifier for an entity. Read-only. @@ -16228,6 +16877,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. @@ -16276,6 +16929,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. @@ -16530,7 +17188,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for users to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [PendingAccessReviewInstances ]: Navigation property to get a list of access reviews pending approval by the reviewer. [Id ]: The unique identifier for an entity. Read-only. @@ -16550,14 +17208,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. @@ -16890,7 +17540,7 @@ Example: 'en-US', or 'es-ES'. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -17346,15 +17996,14 @@ Read-only. [WebUrl ]: Link to the institution or department homepage. [Program ]: educationalActivityDetail [(Any) ]: This indicates any property can be added to this object. - [Abbreviation ]: Shortened name of the degree or program (example: PhD, MBA) + [Abbreviation ]: Shortened name of the degree or program, for example, PhD and MBA. [Activities ]: Extracurricular activities undertaken alongside the program. [Awards ]: Any awards or honors associated with the program. [Description ]: Short description of the program provided by the user. [DisplayName ]: Long-form name of the program that the user provided. - [FieldsOfStudy ]: Majors and minors associated with the program. -(if applicable) - [Grade ]: The final grade, class, GPA, or score. - [Notes ]: More notes the user provided. + [FieldsOfStudy ]: Majors and minors associated with the program, if applicable. + [Grade ]: The final grade, class, grade point average (GPA), or score. + [Notes ]: More notes provided by the user. [WebUrl ]: Link to the degree or program page. [StartMonthYear ]: The month and year the user commenced the activity referenced. [Emails ]: Represents detailed information about email addresses associated with the user. @@ -17657,9 +18306,9 @@ Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they have attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: The scoped-role administrative unit memberships for this user. Read-only. Nullable. @@ -17723,7 +18372,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. @@ -17873,7 +18522,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Use revokeSignInSessions to reset. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -17920,6 +18569,48 @@ The language component follows two-letter codes as defined in ISO 639-1, and the For users with multigeo licenses, the property contains the user's region (if available). For users without multigeo licenses, the property contains the organization's region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China. + [Sections ]: The sections in the user's chat list. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the section was created. +Read-only. +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. + [DisplayIcon ]: sectionDisplayIcon + [(Any) ]: This indicates any property can be added to this object. + [ContentUrl ]: The URL to a custom icon image. +Applicable when iconType is custom. + [DisplayName ]: The human-readable name of the icon. + [IconType ]: The type of icon. +Use an emoji character such as 👍 for an emoji icon, or custom for a custom image icon. + [SkinTone ]: sectionIconSkinTone + [DisplayName ]: The display name of the section. +Required. +Maximum length is 50 characters. +Display names are case-sensitive and must be unique within a user's sections. +The following names are reserved for system-defined sections and can't be used when creating a user-defined section: RecentChats, QuickViews, TeamsAndChannels, MutedChats, MeetingChats, EngageCommunities. + [IsExpanded ]: Indicates whether the section is expanded in the user interface. +The default value is true. + [IsHierarchicalViewEnabled ]: Indicates whether the hierarchical view is enabled for the section. +Read-only. + [Items ]: The items (chats, channels, meetings, or communities) organized within the section. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the item was added to the section. +Read-only. +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. + [ItemType ]: sectionItemType + [LastModifiedDateTime ]: Date and time when the item was last modified. +Read-only. +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. + [LastModifiedDateTime ]: Date and time when the section was last modified. +Read-only. +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. + [SectionType ]: sectionType + [SortType ]: sectionSortType [Todo ]: todo [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -17932,6 +18623,12 @@ Read-only. Nullable. [IsOwner ]: True if the user is owner of the given task list. [IsShared ]: True if the task list is shared with other users + [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the task list. +Read-only. +Nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Value ]: The value of the property. [Tasks ]: The tasks in this task list. Read-only. Nullable. @@ -17995,9 +18692,6 @@ Read-only. [Recurrence ]: patternedRecurrence [ReminderDateTime ]: dateTimeTimeZone [SingleValueExtendedProperties ]: A collection of custom fields linked to the task. - [Id ]: The unique identifier for an entity. -Read-only. - [Value ]: The value of the property. [StartDateTime ]: dateTimeTimeZone [Status ]: taskStatus [Title ]: A brief description of the task. @@ -18049,6 +18743,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. @@ -18086,6 +18782,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. @@ -18108,6 +18805,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 ]: @@ -18161,6 +18859,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. @@ -18170,8 +18870,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. @@ -18187,6 +18885,8 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementDeviceShellScriptGroupAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementDeviceShellScriptGroupAssignment.md index b5b5fdf927f8e..2e29793deffc8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementDeviceShellScriptGroupAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementDeviceShellScriptGroupAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/new-mgbetadevicemanagementdeviceshellscriptgroupassignment Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementDeviceShellScriptGroupAssignment --- @@ -24,7 +24,7 @@ New-MgBetaDeviceManagementDeviceShellScriptGroupAssignment -DeviceShellScriptId [-ResponseHeadersVariable ] [-AdditionalProperties ] [-Id ] [-TargetGroupId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -35,7 +35,6 @@ New-MgBetaDeviceManagementDeviceShellScriptGroupAssignment -DeviceShellScriptId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -45,7 +44,7 @@ New-MgBetaDeviceManagementDeviceShellScriptGroupAssignment -InputObject ] [-AdditionalProperties ] [-Id ] [-TargetGroupId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -56,7 +55,6 @@ New-MgBetaDeviceManagementDeviceShellScriptGroupAssignment -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementDeviceShellScriptUserRunState.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementDeviceShellScriptUserRunState.md index 7ff150beae876..c6688c17fd1c3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementDeviceShellScriptUserRunState.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementDeviceShellScriptUserRunState.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/new-mgbetadevicemanagementdeviceshellscriptuserrunstate Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementDeviceShellScriptUserRunState --- @@ -26,7 +26,7 @@ New-MgBetaDeviceManagementDeviceShellScriptUserRunState -DeviceShellScriptId ] [-SuccessDeviceCount ] [-UserPrincipalName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -36,7 +36,7 @@ New-MgBetaDeviceManagementDeviceShellScriptUserRunState -DeviceShellScriptId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -48,7 +48,7 @@ New-MgBetaDeviceManagementDeviceShellScriptUserRunState -InputObject ] [-SuccessDeviceCount ] [-UserPrincipalName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -58,7 +58,7 @@ New-MgBetaDeviceManagementDeviceShellScriptUserRunState -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -984,7 +984,7 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for users to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). @@ -1278,22 +1278,23 @@ Always null when the object hasn't been deleted. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -1323,12 +1324,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -1438,7 +1496,7 @@ Optional. [IncludeBasicClaimSet ]: Determines whether the basic claim set is included in tokens affected by this policy. If set to true, all claims in the basic claim set are emitted in tokens affected by the policy. By default the basic claim set isn't in the tokens unless they're explicitly configured in this policy. - [CreatedByAppId ]: The appId (called Application (client) ID on the Microsoft Entra admin center) of the application used to create the service principal. + [CreatedByAppId ]: The appId of the application that created this service principal. Set internally by Microsoft Entra ID. Read-only. [CreatedObjects ]: Directory objects created by this service principal. @@ -1570,7 +1628,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -1729,13 +1787,13 @@ May not begin with .. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [ApprovedClientApps ]: + [ApprovedClientApps ]: The collection of approved client apps that are associated with the RDS configuration. +Supports $expand. [Id ]: The unique identifier for an entity. Read-only. - [DisplayName ]: + [DisplayName ]: Display name for the client application. [IsRemoteDesktopProtocolEnabled ]: Determines if Microsoft Entra ID RDS authentication protocol for RDP is enabled. [TargetDeviceGroups ]: The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. -
]: The unique identifier for an entity. Read-only. [DisplayName ]: Display name for the target device group. @@ -2096,7 +2154,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. - [ExternalAuthenticationMethods ]: Represents the external methods registered to a user for authentication. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. Optional. @@ -2112,7 +2170,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. - [DisplayName ]: Custom name given to the registered external authentication method. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. @@ -2365,7 +2423,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -2618,7 +2676,7 @@ Read-only. The identifiers must be unique in the tenant. [Birthday ]: The birthday of the user. 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 Returned only on $select. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. Only one number can be set for this property. Read-only for users synced from on-premises directory. @@ -3228,6 +3286,49 @@ This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. Read only. + [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. +Nullable. + [Attachments ]: References to attached objects like files, tabs, meetings etc. + [Body ]: itemBody + [ChannelIdentity ]: channelIdentity + [ChatId ]: If the message was sent in a chat, represents the identity of the chat. + [CreatedDateTime ]: Timestamp of when the chat message was created. + [DeletedDateTime ]: Read only. +Timestamp at which the chat message was deleted, or null if not deleted. + [Etag ]: Read-only. +Version number of the chat message. + [EventDetail ]: eventMessageDetail + [From ]: chatMessageFromIdentitySet + [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. + [Importance ]: chatMessageImportance + [LastEditedDateTime ]: Read only. +Timestamp when edits to the chat message were made. +Triggers an 'Edited' flag in the Teams UI. +If no edits are made the value is null. + [LastModifiedDateTime ]: Read only. +Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. + [Locale ]: Locale of the chat message set by the client. +Always set to en-us. + [Mentions ]: List of entities mentioned in the chat message. +Supported entities are: user, bot, team, channel, chat, and tag. + [MessageHistory ]: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. + [MessageType ]: chatMessageType + [OnBehalfOf ]: chatMessageFromIdentitySet + [PolicyViolation ]: chatMessagePolicyViolation + [Reactions ]: Reactions for this chat message (for example, Like). + [Replies ]: Replies for a specified message. +Supports $expand for channel messages. + [ReplyToId ]: Read-only. +ID of the parent chat message or root chat message of the thread. +(Only applies to chat messages in channels, not chats.) + [Subject ]: The subject of the chat message, in plaintext. + [Summary ]: Summary text of the chat message that could be used for push notifications and summary views or fall back views. +Only applies to channel chat messages, not chat messages in a chat. + [WebUrl ]: Read-only. +Link to the message in Microsoft Teams. + [Id ]: The unique identifier for an entity. +Read-only. + [Recipient ]: identity [TenantId ]: The identifier of the tenant in which the chat was created. Read-only. [Topic ]: (Optional) Subject or topic for the chat. @@ -3263,21 +3364,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -3367,7 +3525,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 @@ -3392,6 +3552,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. @@ -3599,10 +3792,11 @@ 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. + [ContentCategory ]: contentCategory [CorrelationId ]: An identifier used to group multiple related content entries (for example, different parts of the same file upload, messages in a conversation). [CreatedDateTime ]: Required. Timestamp indicating when the original content was created (for example, file creation time, message sent time). @@ -3887,6 +4081,7 @@ To proactively opt in to the new behavior ahead of time, use the contentStream p Nullable. [File ]: file [(Any) ]: This indicates any property can be added to this object. + [ArchiveStatus ]: fileArchiveStatus [Hashes ]: hashes [(Any) ]: This indicates any property can be added to this object. [Crc32Hash ]: The CRC32 value of the file (if available). @@ -3897,6 +4092,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. @@ -3997,6 +4205,17 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(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. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity. @@ -5006,6 +5225,8 @@ 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 total count of items in the list. +Read-only. [Items ]: All items contained in the list. [List ]: listInfo [(Any) ]: This indicates any property can be added to this object. @@ -5102,6 +5323,24 @@ Required. [LearningProviderId ]: The registration ID of the provider. Required. [Status ]: courseStatus + [Storyline ]: User's storyline singleton container. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Followers ]: The users who are following this user. + [Id ]: The unique identifier for an entity. +Read-only. + [Follower ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Followings ]: The users that this user is following. + [Id ]: The unique identifier for an entity. +Read-only. + [Following ]: The Viva Engage identities. [EmployeeHireDate ]: The date and time when the user was hired or will start work if there is a future hire. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. @@ -5116,10 +5355,10 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. @@ -5592,7 +5831,9 @@ Read-write. [(Any) ]: This indicates any property can be added to this object. [ArchiveStatus ]: siteArchiveStatus [ArchivedBy ]: identitySet - [ArchivedDateTime ]: + [ArchivedDateTime ]: Time when the container was archived. +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. [DataLocationCode ]: The geographic region code for where this site collection resides. Only present for multi-geo tenants. Read-only. @@ -5615,7 +5856,7 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. 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. - Returned only on $select. + Requires $select to retrieve. Note: This property is specific to SharePoint Online. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. @@ -5638,6 +5879,27 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityGovernance ]: identityGovernanceUserSettings + [(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 ]: 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 + [(Any) ]: This indicates any property can be added to this object. + [Duration ]: The requestor's desired duration of access represented in ISO 8601 format for durations. +For example, PT3H refers to three hours. + If specified in a request, endDateTime shouldn't be present and the type property should be set to afterDuration. + [EndDateTime ]: Timestamp of 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. + [Type ]: expirationPatternType + [Recurrence ]: patternedRecurrence + [StartDateTime ]: 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. +In PIM, when the eligible or active assignment becomes active. [IdentityParentId ]: The object ID of the parent identity for agent users. Always null for regular user accounts. For agentUser resources, this property references the object ID of the associated agent identity. @@ -5734,7 +5996,7 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for users to describe their interests. -Returned only on $select. +Requires $select to retrieve. [InvitedBy ]: directoryObject [IsLicenseReconciliationNeeded ]: Indicates whether the user is pending an exchange mailbox license assignment. Read-only. @@ -5743,7 +6005,8 @@ Returned only on $select. 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). @@ -5757,24 +6020,24 @@ If this list is non-empty, then only users or groups listed here can post. [AccessType ]: groupAccessType [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are auto-subscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -5784,6 +6047,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -5942,11 +6206,11 @@ You can use it as a $filter argument to get groups that have members with licens Supports $filter (eq). [HideFromAddressLists ]: true if the group isn't displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: true if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [InfoCatalogs ]: Identifies the info segments assigned to the group. Returned by default. @@ -5970,7 +6234,7 @@ Read-only. To manage a group 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. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -6020,6 +6284,7 @@ Read-only. [OnPremisesDomainName ]: Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only. + [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [OnPremisesLastSyncDateTime ]: Indicates the last time at which the group was synced with the on-premises directory.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. Returned by default. @@ -6203,10 +6468,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -6215,9 +6482,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. @@ -6381,7 +6677,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). @@ -6429,6 +6725,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 @@ -6826,12 +7123,12 @@ Immutable. Read-only. [UnseenConversationsCount ]: Count of conversations delivered one or more new posts since the signed-in user's last visit to the group. This property is the same as unseenCount. -Returned only on $select. +Requires $select to retrieve. [UnseenCount ]: Count of conversations that have received new posts since the signed-in user last visited the group. -This property is the same as unseenConversationsCount.Returned only on $select. +This property is the same as unseenConversationsCount.Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [UnseenMessagesCount ]: Count of new posts that have been delivered to the group's conversations since the signed-in user's last visit to the group. -Returned only on $select. +Requires $select to retrieve. [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. @@ -6842,7 +7139,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Requires $select to retrieve. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -6859,16 +7159,16 @@ Nullable. 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. Read-only. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. It also indicates licenses that are directly assigned and the ones the user inherited through group memberships. Read-only. -Returned only on $select. +Requires $select to retrieve. [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. Read-Only. @@ -6994,7 +7294,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -7228,7 +7528,7 @@ Read-only. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Notifications ]: [Id ]: The unique identifier for an entity. Read-only. @@ -7323,6 +7623,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. @@ -7371,6 +7675,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. @@ -7625,7 +7934,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for users to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [PendingAccessReviewInstances ]: Navigation property to get a list of access reviews pending approval by the reviewer. [Id ]: The unique identifier for an entity. Read-only. @@ -7645,14 +7954,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. @@ -7985,7 +8286,7 @@ Example: 'en-US', or 'es-ES'. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -8441,15 +8742,14 @@ Read-only. [WebUrl ]: Link to the institution or department homepage. [Program ]: educationalActivityDetail [(Any) ]: This indicates any property can be added to this object. - [Abbreviation ]: Shortened name of the degree or program (example: PhD, MBA) + [Abbreviation ]: Shortened name of the degree or program, for example, PhD and MBA. [Activities ]: Extracurricular activities undertaken alongside the program. [Awards ]: Any awards or honors associated with the program. [Description ]: Short description of the program provided by the user. [DisplayName ]: Long-form name of the program that the user provided. - [FieldsOfStudy ]: Majors and minors associated with the program. -(if applicable) - [Grade ]: The final grade, class, GPA, or score. - [Notes ]: More notes the user provided. + [FieldsOfStudy ]: Majors and minors associated with the program, if applicable. + [Grade ]: The final grade, class, grade point average (GPA), or score. + [Notes ]: More notes provided by the user. [WebUrl ]: Link to the degree or program page. [StartMonthYear ]: The month and year the user commenced the activity referenced. [Emails ]: Represents detailed information about email addresses associated with the user. @@ -8752,9 +9052,9 @@ Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they have attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: The scoped-role administrative unit memberships for this user. Read-only. Nullable. @@ -8818,7 +9118,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. @@ -8968,7 +9268,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Use revokeSignInSessions to reset. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -9015,6 +9315,48 @@ The language component follows two-letter codes as defined in ISO 639-1, and the For users with multigeo licenses, the property contains the user's region (if available). For users without multigeo licenses, the property contains the organization's region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China. + [Sections ]: The sections in the user's chat list. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the section was created. +Read-only. +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. + [DisplayIcon ]: sectionDisplayIcon + [(Any) ]: This indicates any property can be added to this object. + [ContentUrl ]: The URL to a custom icon image. +Applicable when iconType is custom. + [DisplayName ]: The human-readable name of the icon. + [IconType ]: The type of icon. +Use an emoji character such as 👍 for an emoji icon, or custom for a custom image icon. + [SkinTone ]: sectionIconSkinTone + [DisplayName ]: The display name of the section. +Required. +Maximum length is 50 characters. +Display names are case-sensitive and must be unique within a user's sections. +The following names are reserved for system-defined sections and can't be used when creating a user-defined section: RecentChats, QuickViews, TeamsAndChannels, MutedChats, MeetingChats, EngageCommunities. + [IsExpanded ]: Indicates whether the section is expanded in the user interface. +The default value is true. + [IsHierarchicalViewEnabled ]: Indicates whether the hierarchical view is enabled for the section. +Read-only. + [Items ]: The items (chats, channels, meetings, or communities) organized within the section. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the item was added to the section. +Read-only. +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. + [ItemType ]: sectionItemType + [LastModifiedDateTime ]: Date and time when the item was last modified. +Read-only. +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. + [LastModifiedDateTime ]: Date and time when the section was last modified. +Read-only. +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. + [SectionType ]: sectionType + [SortType ]: sectionSortType [Todo ]: todo [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -9027,6 +9369,12 @@ Read-only. Nullable. [IsOwner ]: True if the user is owner of the given task list. [IsShared ]: True if the task list is shared with other users + [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the task list. +Read-only. +Nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Value ]: The value of the property. [Tasks ]: The tasks in this task list. Read-only. Nullable. @@ -9090,9 +9438,6 @@ Read-only. [Recurrence ]: patternedRecurrence [ReminderDateTime ]: dateTimeTimeZone [SingleValueExtendedProperties ]: A collection of custom fields linked to the task. - [Id ]: The unique identifier for an entity. -Read-only. - [Value ]: The value of the property. [StartDateTime ]: dateTimeTimeZone [Status ]: taskStatus [Title ]: A brief description of the task. @@ -9144,6 +9489,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. @@ -9181,6 +9528,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. @@ -9203,6 +9551,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 ]: @@ -9256,6 +9605,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. @@ -9265,8 +9616,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. @@ -9282,6 +9631,8 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -9735,7 +10086,7 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for users to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). @@ -10029,22 +10380,23 @@ Always null when the object hasn't been deleted. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -10074,12 +10426,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -10189,7 +10598,7 @@ Optional. [IncludeBasicClaimSet ]: Determines whether the basic claim set is included in tokens affected by this policy. If set to true, all claims in the basic claim set are emitted in tokens affected by the policy. By default the basic claim set isn't in the tokens unless they're explicitly configured in this policy. - [CreatedByAppId ]: The appId (called Application (client) ID on the Microsoft Entra admin center) of the application used to create the service principal. + [CreatedByAppId ]: The appId of the application that created this service principal. Set internally by Microsoft Entra ID. Read-only. [CreatedObjects ]: Directory objects created by this service principal. @@ -10321,7 +10730,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -10480,13 +10889,13 @@ May not begin with .. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [ApprovedClientApps ]: + [ApprovedClientApps ]: The collection of approved client apps that are associated with the RDS configuration. +Supports $expand. [Id ]: The unique identifier for an entity. Read-only. - [DisplayName ]: + [DisplayName ]: Display name for the client application. [IsRemoteDesktopProtocolEnabled ]: Determines if Microsoft Entra ID RDS authentication protocol for RDP is enabled. [TargetDeviceGroups ]: The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. -
]: The unique identifier for an entity. Read-only. [DisplayName ]: Display name for the target device group. @@ -10847,7 +11256,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. - [ExternalAuthenticationMethods ]: Represents the external methods registered to a user for authentication. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. Optional. @@ -10863,7 +11272,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. - [DisplayName ]: Custom name given to the registered external authentication method. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. @@ -11116,7 +11525,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -11369,7 +11778,7 @@ Read-only. The identifiers must be unique in the tenant. [Birthday ]: The birthday of the user. 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 Returned only on $select. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. Only one number can be set for this property. Read-only for users synced from on-premises directory. @@ -11979,6 +12388,49 @@ This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. Read only. + [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. +Nullable. + [Attachments ]: References to attached objects like files, tabs, meetings etc. + [Body ]: itemBody + [ChannelIdentity ]: channelIdentity + [ChatId ]: If the message was sent in a chat, represents the identity of the chat. + [CreatedDateTime ]: Timestamp of when the chat message was created. + [DeletedDateTime ]: Read only. +Timestamp at which the chat message was deleted, or null if not deleted. + [Etag ]: Read-only. +Version number of the chat message. + [EventDetail ]: eventMessageDetail + [From ]: chatMessageFromIdentitySet + [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. + [Importance ]: chatMessageImportance + [LastEditedDateTime ]: Read only. +Timestamp when edits to the chat message were made. +Triggers an 'Edited' flag in the Teams UI. +If no edits are made the value is null. + [LastModifiedDateTime ]: Read only. +Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. + [Locale ]: Locale of the chat message set by the client. +Always set to en-us. + [Mentions ]: List of entities mentioned in the chat message. +Supported entities are: user, bot, team, channel, chat, and tag. + [MessageHistory ]: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. + [MessageType ]: chatMessageType + [OnBehalfOf ]: chatMessageFromIdentitySet + [PolicyViolation ]: chatMessagePolicyViolation + [Reactions ]: Reactions for this chat message (for example, Like). + [Replies ]: Replies for a specified message. +Supports $expand for channel messages. + [ReplyToId ]: Read-only. +ID of the parent chat message or root chat message of the thread. +(Only applies to chat messages in channels, not chats.) + [Subject ]: The subject of the chat message, in plaintext. + [Summary ]: Summary text of the chat message that could be used for push notifications and summary views or fall back views. +Only applies to channel chat messages, not chat messages in a chat. + [WebUrl ]: Read-only. +Link to the message in Microsoft Teams. + [Id ]: The unique identifier for an entity. +Read-only. + [Recipient ]: identity [TenantId ]: The identifier of the tenant in which the chat was created. Read-only. [Topic ]: (Optional) Subject or topic for the chat. @@ -12014,21 +12466,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -12118,7 +12627,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 @@ -12143,6 +12654,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. @@ -12350,10 +12894,11 @@ 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. + [ContentCategory ]: contentCategory [CorrelationId ]: An identifier used to group multiple related content entries (for example, different parts of the same file upload, messages in a conversation). [CreatedDateTime ]: Required. Timestamp indicating when the original content was created (for example, file creation time, message sent time). @@ -12638,6 +13183,7 @@ To proactively opt in to the new behavior ahead of time, use the contentStream p Nullable. [File ]: file [(Any) ]: This indicates any property can be added to this object. + [ArchiveStatus ]: fileArchiveStatus [Hashes ]: hashes [(Any) ]: This indicates any property can be added to this object. [Crc32Hash ]: The CRC32 value of the file (if available). @@ -12648,6 +13194,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. @@ -12748,6 +13307,17 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(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. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity. @@ -13757,6 +14327,8 @@ 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 total count of items in the list. +Read-only. [Items ]: All items contained in the list. [List ]: listInfo [(Any) ]: This indicates any property can be added to this object. @@ -13853,6 +14425,24 @@ Required. [LearningProviderId ]: The registration ID of the provider. Required. [Status ]: courseStatus + [Storyline ]: User's storyline singleton container. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Followers ]: The users who are following this user. + [Id ]: The unique identifier for an entity. +Read-only. + [Follower ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Followings ]: The users that this user is following. + [Id ]: The unique identifier for an entity. +Read-only. + [Following ]: The Viva Engage identities. [EmployeeHireDate ]: The date and time when the user was hired or will start work if there is a future hire. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. @@ -13867,10 +14457,10 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. @@ -14343,7 +14933,9 @@ Read-write. [(Any) ]: This indicates any property can be added to this object. [ArchiveStatus ]: siteArchiveStatus [ArchivedBy ]: identitySet - [ArchivedDateTime ]: + [ArchivedDateTime ]: Time when the container was archived. +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. [DataLocationCode ]: The geographic region code for where this site collection resides. Only present for multi-geo tenants. Read-only. @@ -14366,7 +14958,7 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. 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. - Returned only on $select. + Requires $select to retrieve. Note: This property is specific to SharePoint Online. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. @@ -14389,6 +14981,27 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityGovernance ]: identityGovernanceUserSettings + [(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 ]: 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 + [(Any) ]: This indicates any property can be added to this object. + [Duration ]: The requestor's desired duration of access represented in ISO 8601 format for durations. +For example, PT3H refers to three hours. + If specified in a request, endDateTime shouldn't be present and the type property should be set to afterDuration. + [EndDateTime ]: Timestamp of 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. + [Type ]: expirationPatternType + [Recurrence ]: patternedRecurrence + [StartDateTime ]: 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. +In PIM, when the eligible or active assignment becomes active. [IdentityParentId ]: The object ID of the parent identity for agent users. Always null for regular user accounts. For agentUser resources, this property references the object ID of the associated agent identity. @@ -14485,7 +15098,7 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for users to describe their interests. -Returned only on $select. +Requires $select to retrieve. [InvitedBy ]: directoryObject [IsLicenseReconciliationNeeded ]: Indicates whether the user is pending an exchange mailbox license assignment. Read-only. @@ -14494,7 +15107,8 @@ Returned only on $select. 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). @@ -14508,24 +15122,24 @@ If this list is non-empty, then only users or groups listed here can post. [AccessType ]: groupAccessType [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are auto-subscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -14535,6 +15149,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -14693,11 +15308,11 @@ You can use it as a $filter argument to get groups that have members with licens Supports $filter (eq). [HideFromAddressLists ]: true if the group isn't displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: true if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [InfoCatalogs ]: Identifies the info segments assigned to the group. Returned by default. @@ -14721,7 +15336,7 @@ Read-only. To manage a group 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. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -14771,6 +15386,7 @@ Read-only. [OnPremisesDomainName ]: Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only. + [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [OnPremisesLastSyncDateTime ]: Indicates the last time at which the group was synced with the on-premises directory.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. Returned by default. @@ -14954,10 +15570,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -14966,9 +15584,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. @@ -15132,7 +15779,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). @@ -15180,6 +15827,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 @@ -15577,12 +16225,12 @@ Immutable. Read-only. [UnseenConversationsCount ]: Count of conversations delivered one or more new posts since the signed-in user's last visit to the group. This property is the same as unseenCount. -Returned only on $select. +Requires $select to retrieve. [UnseenCount ]: Count of conversations that have received new posts since the signed-in user last visited the group. -This property is the same as unseenConversationsCount.Returned only on $select. +This property is the same as unseenConversationsCount.Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [UnseenMessagesCount ]: Count of new posts that have been delivered to the group's conversations since the signed-in user's last visit to the group. -Returned only on $select. +Requires $select to retrieve. [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. @@ -15593,7 +16241,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Requires $select to retrieve. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -15610,16 +16261,16 @@ Nullable. 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. Read-only. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. It also indicates licenses that are directly assigned and the ones the user inherited through group memberships. Read-only. -Returned only on $select. +Requires $select to retrieve. [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. Read-Only. @@ -15745,7 +16396,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -15979,7 +16630,7 @@ Read-only. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Notifications ]: [Id ]: The unique identifier for an entity. Read-only. @@ -16074,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. @@ -16122,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. @@ -16376,7 +17036,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for users to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [PendingAccessReviewInstances ]: Navigation property to get a list of access reviews pending approval by the reviewer. [Id ]: The unique identifier for an entity. Read-only. @@ -16396,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. @@ -16736,7 +17388,7 @@ Example: 'en-US', or 'es-ES'. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -17192,15 +17844,14 @@ Read-only. [WebUrl ]: Link to the institution or department homepage. [Program ]: educationalActivityDetail [(Any) ]: This indicates any property can be added to this object. - [Abbreviation ]: Shortened name of the degree or program (example: PhD, MBA) + [Abbreviation ]: Shortened name of the degree or program, for example, PhD and MBA. [Activities ]: Extracurricular activities undertaken alongside the program. [Awards ]: Any awards or honors associated with the program. [Description ]: Short description of the program provided by the user. [DisplayName ]: Long-form name of the program that the user provided. - [FieldsOfStudy ]: Majors and minors associated with the program. -(if applicable) - [Grade ]: The final grade, class, GPA, or score. - [Notes ]: More notes the user provided. + [FieldsOfStudy ]: Majors and minors associated with the program, if applicable. + [Grade ]: The final grade, class, grade point average (GPA), or score. + [Notes ]: More notes provided by the user. [WebUrl ]: Link to the degree or program page. [StartMonthYear ]: The month and year the user commenced the activity referenced. [Emails ]: Represents detailed information about email addresses associated with the user. @@ -17503,9 +18154,9 @@ Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they have attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: The scoped-role administrative unit memberships for this user. Read-only. Nullable. @@ -17569,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. @@ -17719,7 +18370,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Use revokeSignInSessions to reset. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -17766,6 +18417,48 @@ The language component follows two-letter codes as defined in ISO 639-1, and the For users with multigeo licenses, the property contains the user's region (if available). For users without multigeo licenses, the property contains the organization's region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China. + [Sections ]: The sections in the user's chat list. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the section was created. +Read-only. +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. + [DisplayIcon ]: sectionDisplayIcon + [(Any) ]: This indicates any property can be added to this object. + [ContentUrl ]: The URL to a custom icon image. +Applicable when iconType is custom. + [DisplayName ]: The human-readable name of the icon. + [IconType ]: The type of icon. +Use an emoji character such as 👍 for an emoji icon, or custom for a custom image icon. + [SkinTone ]: sectionIconSkinTone + [DisplayName ]: The display name of the section. +Required. +Maximum length is 50 characters. +Display names are case-sensitive and must be unique within a user's sections. +The following names are reserved for system-defined sections and can't be used when creating a user-defined section: RecentChats, QuickViews, TeamsAndChannels, MutedChats, MeetingChats, EngageCommunities. + [IsExpanded ]: Indicates whether the section is expanded in the user interface. +The default value is true. + [IsHierarchicalViewEnabled ]: Indicates whether the hierarchical view is enabled for the section. +Read-only. + [Items ]: The items (chats, channels, meetings, or communities) organized within the section. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the item was added to the section. +Read-only. +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. + [ItemType ]: sectionItemType + [LastModifiedDateTime ]: Date and time when the item was last modified. +Read-only. +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. + [LastModifiedDateTime ]: Date and time when the section was last modified. +Read-only. +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. + [SectionType ]: sectionType + [SortType ]: sectionSortType [Todo ]: todo [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -17778,6 +18471,12 @@ Read-only. Nullable. [IsOwner ]: True if the user is owner of the given task list. [IsShared ]: True if the task list is shared with other users + [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the task list. +Read-only. +Nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Value ]: The value of the property. [Tasks ]: The tasks in this task list. Read-only. Nullable. @@ -17841,9 +18540,6 @@ Read-only. [Recurrence ]: patternedRecurrence [ReminderDateTime ]: dateTimeTimeZone [SingleValueExtendedProperties ]: A collection of custom fields linked to the task. - [Id ]: The unique identifier for an entity. -Read-only. - [Value ]: The value of the property. [StartDateTime ]: dateTimeTimeZone [Status ]: taskStatus [Title ]: A brief description of the task. @@ -17895,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. @@ -17932,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. @@ -17954,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 ]: @@ -18007,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. @@ -18016,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. @@ -18033,6 +18733,8 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementDeviceShellScriptUserRunStateDeviceRunState.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementDeviceShellScriptUserRunStateDeviceRunState.md index a0818c777ac01..4f6547289d2a4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementDeviceShellScriptUserRunStateDeviceRunState.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementDeviceShellScriptUserRunStateDeviceRunState.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/new-mgbetadevicemanagementdeviceshellscriptuserrunstatedevicerunstate Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementDeviceShellScriptUserRunStateDeviceRunState --- @@ -27,7 +27,7 @@ New-MgBetaDeviceManagementDeviceShellScriptUserRunStateDeviceRunState [-ManagedDevice ] [-ResultMessage ] [-RunState ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -39,7 +39,6 @@ New-MgBetaDeviceManagementDeviceShellScriptUserRunStateDeviceRunState [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -52,7 +51,6 @@ New-MgBetaDeviceManagementDeviceShellScriptUserRunStateDeviceRunState [-ResultMessage ] [-RunState ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -64,7 +62,6 @@ New-MgBetaDeviceManagementDeviceShellScriptUserRunStateDeviceRunState [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -1061,7 +1058,7 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for users to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). @@ -1355,22 +1352,23 @@ Always null when the object hasn't been deleted. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -1400,12 +1398,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -1515,7 +1570,7 @@ Optional. [IncludeBasicClaimSet ]: Determines whether the basic claim set is included in tokens affected by this policy. If set to true, all claims in the basic claim set are emitted in tokens affected by the policy. By default the basic claim set isn't in the tokens unless they're explicitly configured in this policy. - [CreatedByAppId ]: The appId (called Application (client) ID on the Microsoft Entra admin center) of the application used to create the service principal. + [CreatedByAppId ]: The appId of the application that created this service principal. Set internally by Microsoft Entra ID. Read-only. [CreatedObjects ]: Directory objects created by this service principal. @@ -1647,7 +1702,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -1806,13 +1861,13 @@ May not begin with .. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [ApprovedClientApps ]: + [ApprovedClientApps ]: The collection of approved client apps that are associated with the RDS configuration. +Supports $expand. [Id ]: The unique identifier for an entity. Read-only. - [DisplayName ]: + [DisplayName ]: Display name for the client application. [IsRemoteDesktopProtocolEnabled ]: Determines if Microsoft Entra ID RDS authentication protocol for RDP is enabled. [TargetDeviceGroups ]: The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. -
]: The unique identifier for an entity. Read-only. [DisplayName ]: Display name for the target device group. @@ -2173,7 +2228,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. - [ExternalAuthenticationMethods ]: Represents the external methods registered to a user for authentication. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. Optional. @@ -2189,7 +2244,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. - [DisplayName ]: Custom name given to the registered external authentication method. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. @@ -2442,7 +2497,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -2695,7 +2750,7 @@ Read-only. The identifiers must be unique in the tenant. [Birthday ]: The birthday of the user. 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 Returned only on $select. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. Only one number can be set for this property. Read-only for users synced from on-premises directory. @@ -3305,6 +3360,49 @@ This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. Read only. + [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. +Nullable. + [Attachments ]: References to attached objects like files, tabs, meetings etc. + [Body ]: itemBody + [ChannelIdentity ]: channelIdentity + [ChatId ]: If the message was sent in a chat, represents the identity of the chat. + [CreatedDateTime ]: Timestamp of when the chat message was created. + [DeletedDateTime ]: Read only. +Timestamp at which the chat message was deleted, or null if not deleted. + [Etag ]: Read-only. +Version number of the chat message. + [EventDetail ]: eventMessageDetail + [From ]: chatMessageFromIdentitySet + [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. + [Importance ]: chatMessageImportance + [LastEditedDateTime ]: Read only. +Timestamp when edits to the chat message were made. +Triggers an 'Edited' flag in the Teams UI. +If no edits are made the value is null. + [LastModifiedDateTime ]: Read only. +Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. + [Locale ]: Locale of the chat message set by the client. +Always set to en-us. + [Mentions ]: List of entities mentioned in the chat message. +Supported entities are: user, bot, team, channel, chat, and tag. + [MessageHistory ]: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. + [MessageType ]: chatMessageType + [OnBehalfOf ]: chatMessageFromIdentitySet + [PolicyViolation ]: chatMessagePolicyViolation + [Reactions ]: Reactions for this chat message (for example, Like). + [Replies ]: Replies for a specified message. +Supports $expand for channel messages. + [ReplyToId ]: Read-only. +ID of the parent chat message or root chat message of the thread. +(Only applies to chat messages in channels, not chats.) + [Subject ]: The subject of the chat message, in plaintext. + [Summary ]: Summary text of the chat message that could be used for push notifications and summary views or fall back views. +Only applies to channel chat messages, not chat messages in a chat. + [WebUrl ]: Read-only. +Link to the message in Microsoft Teams. + [Id ]: The unique identifier for an entity. +Read-only. + [Recipient ]: identity [TenantId ]: The identifier of the tenant in which the chat was created. Read-only. [Topic ]: (Optional) Subject or topic for the chat. @@ -3340,21 +3438,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -3444,7 +3599,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 @@ -3469,6 +3626,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. @@ -3676,10 +3866,11 @@ 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. + [ContentCategory ]: contentCategory [CorrelationId ]: An identifier used to group multiple related content entries (for example, different parts of the same file upload, messages in a conversation). [CreatedDateTime ]: Required. Timestamp indicating when the original content was created (for example, file creation time, message sent time). @@ -3964,6 +4155,7 @@ To proactively opt in to the new behavior ahead of time, use the contentStream p Nullable. [File ]: file [(Any) ]: This indicates any property can be added to this object. + [ArchiveStatus ]: fileArchiveStatus [Hashes ]: hashes [(Any) ]: This indicates any property can be added to this object. [Crc32Hash ]: The CRC32 value of the file (if available). @@ -3974,6 +4166,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. @@ -4074,6 +4279,17 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(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. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity. @@ -5083,6 +5299,8 @@ 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 total count of items in the list. +Read-only. [Items ]: All items contained in the list. [List ]: listInfo [(Any) ]: This indicates any property can be added to this object. @@ -5179,6 +5397,24 @@ Required. [LearningProviderId ]: The registration ID of the provider. Required. [Status ]: courseStatus + [Storyline ]: User's storyline singleton container. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Followers ]: The users who are following this user. + [Id ]: The unique identifier for an entity. +Read-only. + [Follower ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Followings ]: The users that this user is following. + [Id ]: The unique identifier for an entity. +Read-only. + [Following ]: The Viva Engage identities. [EmployeeHireDate ]: The date and time when the user was hired or will start work if there is a future hire. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. @@ -5193,10 +5429,10 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. @@ -5669,7 +5905,9 @@ Read-write. [(Any) ]: This indicates any property can be added to this object. [ArchiveStatus ]: siteArchiveStatus [ArchivedBy ]: identitySet - [ArchivedDateTime ]: + [ArchivedDateTime ]: Time when the container was archived. +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. [DataLocationCode ]: The geographic region code for where this site collection resides. Only present for multi-geo tenants. Read-only. @@ -5692,7 +5930,7 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. 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. - Returned only on $select. + Requires $select to retrieve. Note: This property is specific to SharePoint Online. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. @@ -5715,6 +5953,27 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityGovernance ]: identityGovernanceUserSettings + [(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 ]: 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 + [(Any) ]: This indicates any property can be added to this object. + [Duration ]: The requestor's desired duration of access represented in ISO 8601 format for durations. +For example, PT3H refers to three hours. + If specified in a request, endDateTime shouldn't be present and the type property should be set to afterDuration. + [EndDateTime ]: Timestamp of 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. + [Type ]: expirationPatternType + [Recurrence ]: patternedRecurrence + [StartDateTime ]: 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. +In PIM, when the eligible or active assignment becomes active. [IdentityParentId ]: The object ID of the parent identity for agent users. Always null for regular user accounts. For agentUser resources, this property references the object ID of the associated agent identity. @@ -5811,7 +6070,7 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for users to describe their interests. -Returned only on $select. +Requires $select to retrieve. [InvitedBy ]: directoryObject [IsLicenseReconciliationNeeded ]: Indicates whether the user is pending an exchange mailbox license assignment. Read-only. @@ -5820,7 +6079,8 @@ Returned only on $select. 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). @@ -5834,24 +6094,24 @@ If this list is non-empty, then only users or groups listed here can post. [AccessType ]: groupAccessType [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are auto-subscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -5861,6 +6121,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -6019,11 +6280,11 @@ You can use it as a $filter argument to get groups that have members with licens Supports $filter (eq). [HideFromAddressLists ]: true if the group isn't displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: true if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [InfoCatalogs ]: Identifies the info segments assigned to the group. Returned by default. @@ -6047,7 +6308,7 @@ Read-only. To manage a group 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. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -6097,6 +6358,7 @@ Read-only. [OnPremisesDomainName ]: Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only. + [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [OnPremisesLastSyncDateTime ]: Indicates the last time at which the group was synced with the on-premises directory.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. Returned by default. @@ -6280,10 +6542,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -6292,9 +6556,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. @@ -6458,7 +6751,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). @@ -6506,6 +6799,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 @@ -6903,12 +7197,12 @@ Immutable. Read-only. [UnseenConversationsCount ]: Count of conversations delivered one or more new posts since the signed-in user's last visit to the group. This property is the same as unseenCount. -Returned only on $select. +Requires $select to retrieve. [UnseenCount ]: Count of conversations that have received new posts since the signed-in user last visited the group. -This property is the same as unseenConversationsCount.Returned only on $select. +This property is the same as unseenConversationsCount.Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [UnseenMessagesCount ]: Count of new posts that have been delivered to the group's conversations since the signed-in user's last visit to the group. -Returned only on $select. +Requires $select to retrieve. [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. @@ -6919,7 +7213,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Requires $select to retrieve. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -6936,16 +7233,16 @@ Nullable. 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. Read-only. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. It also indicates licenses that are directly assigned and the ones the user inherited through group memberships. Read-only. -Returned only on $select. +Requires $select to retrieve. [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. Read-Only. @@ -7071,7 +7368,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -7305,7 +7602,7 @@ Read-only. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Notifications ]: [Id ]: The unique identifier for an entity. Read-only. @@ -7400,6 +7697,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. @@ -7448,6 +7749,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. @@ -7702,7 +8008,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for users to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [PendingAccessReviewInstances ]: Navigation property to get a list of access reviews pending approval by the reviewer. [Id ]: The unique identifier for an entity. Read-only. @@ -7722,14 +8028,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. @@ -8062,7 +8360,7 @@ Example: 'en-US', or 'es-ES'. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -8518,15 +8816,14 @@ Read-only. [WebUrl ]: Link to the institution or department homepage. [Program ]: educationalActivityDetail [(Any) ]: This indicates any property can be added to this object. - [Abbreviation ]: Shortened name of the degree or program (example: PhD, MBA) + [Abbreviation ]: Shortened name of the degree or program, for example, PhD and MBA. [Activities ]: Extracurricular activities undertaken alongside the program. [Awards ]: Any awards or honors associated with the program. [Description ]: Short description of the program provided by the user. [DisplayName ]: Long-form name of the program that the user provided. - [FieldsOfStudy ]: Majors and minors associated with the program. -(if applicable) - [Grade ]: The final grade, class, GPA, or score. - [Notes ]: More notes the user provided. + [FieldsOfStudy ]: Majors and minors associated with the program, if applicable. + [Grade ]: The final grade, class, grade point average (GPA), or score. + [Notes ]: More notes provided by the user. [WebUrl ]: Link to the degree or program page. [StartMonthYear ]: The month and year the user commenced the activity referenced. [Emails ]: Represents detailed information about email addresses associated with the user. @@ -8829,9 +9126,9 @@ Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they have attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: The scoped-role administrative unit memberships for this user. Read-only. Nullable. @@ -8895,7 +9192,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. @@ -9045,7 +9342,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Use revokeSignInSessions to reset. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -9092,6 +9389,48 @@ The language component follows two-letter codes as defined in ISO 639-1, and the For users with multigeo licenses, the property contains the user's region (if available). For users without multigeo licenses, the property contains the organization's region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China. + [Sections ]: The sections in the user's chat list. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the section was created. +Read-only. +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. + [DisplayIcon ]: sectionDisplayIcon + [(Any) ]: This indicates any property can be added to this object. + [ContentUrl ]: The URL to a custom icon image. +Applicable when iconType is custom. + [DisplayName ]: The human-readable name of the icon. + [IconType ]: The type of icon. +Use an emoji character such as 👍 for an emoji icon, or custom for a custom image icon. + [SkinTone ]: sectionIconSkinTone + [DisplayName ]: The display name of the section. +Required. +Maximum length is 50 characters. +Display names are case-sensitive and must be unique within a user's sections. +The following names are reserved for system-defined sections and can't be used when creating a user-defined section: RecentChats, QuickViews, TeamsAndChannels, MutedChats, MeetingChats, EngageCommunities. + [IsExpanded ]: Indicates whether the section is expanded in the user interface. +The default value is true. + [IsHierarchicalViewEnabled ]: Indicates whether the hierarchical view is enabled for the section. +Read-only. + [Items ]: The items (chats, channels, meetings, or communities) organized within the section. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the item was added to the section. +Read-only. +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. + [ItemType ]: sectionItemType + [LastModifiedDateTime ]: Date and time when the item was last modified. +Read-only. +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. + [LastModifiedDateTime ]: Date and time when the section was last modified. +Read-only. +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. + [SectionType ]: sectionType + [SortType ]: sectionSortType [Todo ]: todo [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -9104,6 +9443,12 @@ Read-only. Nullable. [IsOwner ]: True if the user is owner of the given task list. [IsShared ]: True if the task list is shared with other users + [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the task list. +Read-only. +Nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Value ]: The value of the property. [Tasks ]: The tasks in this task list. Read-only. Nullable. @@ -9167,9 +9512,6 @@ Read-only. [Recurrence ]: patternedRecurrence [ReminderDateTime ]: dateTimeTimeZone [SingleValueExtendedProperties ]: A collection of custom fields linked to the task. - [Id ]: The unique identifier for an entity. -Read-only. - [Value ]: The value of the property. [StartDateTime ]: dateTimeTimeZone [Status ]: taskStatus [Title ]: A brief description of the task. @@ -9221,6 +9563,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. @@ -9258,6 +9602,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. @@ -9280,6 +9625,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 ]: @@ -9333,6 +9679,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. @@ -9342,8 +9690,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. @@ -9359,6 +9705,8 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -9912,7 +10260,7 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for users to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). @@ -10206,22 +10554,23 @@ Always null when the object hasn't been deleted. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -10251,12 +10600,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -10366,7 +10772,7 @@ Optional. [IncludeBasicClaimSet ]: Determines whether the basic claim set is included in tokens affected by this policy. If set to true, all claims in the basic claim set are emitted in tokens affected by the policy. By default the basic claim set isn't in the tokens unless they're explicitly configured in this policy. - [CreatedByAppId ]: The appId (called Application (client) ID on the Microsoft Entra admin center) of the application used to create the service principal. + [CreatedByAppId ]: The appId of the application that created this service principal. Set internally by Microsoft Entra ID. Read-only. [CreatedObjects ]: Directory objects created by this service principal. @@ -10498,7 +10904,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -10657,13 +11063,13 @@ May not begin with .. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [ApprovedClientApps ]: + [ApprovedClientApps ]: The collection of approved client apps that are associated with the RDS configuration. +Supports $expand. [Id ]: The unique identifier for an entity. Read-only. - [DisplayName ]: + [DisplayName ]: Display name for the client application. [IsRemoteDesktopProtocolEnabled ]: Determines if Microsoft Entra ID RDS authentication protocol for RDP is enabled. [TargetDeviceGroups ]: The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. -
]: The unique identifier for an entity. Read-only. [DisplayName ]: Display name for the target device group. @@ -11024,7 +11430,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. - [ExternalAuthenticationMethods ]: Represents the external methods registered to a user for authentication. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. Optional. @@ -11040,7 +11446,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. - [DisplayName ]: Custom name given to the registered external authentication method. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. @@ -11293,7 +11699,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -11546,7 +11952,7 @@ Read-only. The identifiers must be unique in the tenant. [Birthday ]: The birthday of the user. 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 Returned only on $select. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. Only one number can be set for this property. Read-only for users synced from on-premises directory. @@ -12156,6 +12562,49 @@ This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. Read only. + [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. +Nullable. + [Attachments ]: References to attached objects like files, tabs, meetings etc. + [Body ]: itemBody + [ChannelIdentity ]: channelIdentity + [ChatId ]: If the message was sent in a chat, represents the identity of the chat. + [CreatedDateTime ]: Timestamp of when the chat message was created. + [DeletedDateTime ]: Read only. +Timestamp at which the chat message was deleted, or null if not deleted. + [Etag ]: Read-only. +Version number of the chat message. + [EventDetail ]: eventMessageDetail + [From ]: chatMessageFromIdentitySet + [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. + [Importance ]: chatMessageImportance + [LastEditedDateTime ]: Read only. +Timestamp when edits to the chat message were made. +Triggers an 'Edited' flag in the Teams UI. +If no edits are made the value is null. + [LastModifiedDateTime ]: Read only. +Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. + [Locale ]: Locale of the chat message set by the client. +Always set to en-us. + [Mentions ]: List of entities mentioned in the chat message. +Supported entities are: user, bot, team, channel, chat, and tag. + [MessageHistory ]: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. + [MessageType ]: chatMessageType + [OnBehalfOf ]: chatMessageFromIdentitySet + [PolicyViolation ]: chatMessagePolicyViolation + [Reactions ]: Reactions for this chat message (for example, Like). + [Replies ]: Replies for a specified message. +Supports $expand for channel messages. + [ReplyToId ]: Read-only. +ID of the parent chat message or root chat message of the thread. +(Only applies to chat messages in channels, not chats.) + [Subject ]: The subject of the chat message, in plaintext. + [Summary ]: Summary text of the chat message that could be used for push notifications and summary views or fall back views. +Only applies to channel chat messages, not chat messages in a chat. + [WebUrl ]: Read-only. +Link to the message in Microsoft Teams. + [Id ]: The unique identifier for an entity. +Read-only. + [Recipient ]: identity [TenantId ]: The identifier of the tenant in which the chat was created. Read-only. [Topic ]: (Optional) Subject or topic for the chat. @@ -12191,21 +12640,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -12295,7 +12801,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 @@ -12320,6 +12828,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. @@ -12527,10 +13068,11 @@ 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. + [ContentCategory ]: contentCategory [CorrelationId ]: An identifier used to group multiple related content entries (for example, different parts of the same file upload, messages in a conversation). [CreatedDateTime ]: Required. Timestamp indicating when the original content was created (for example, file creation time, message sent time). @@ -12815,6 +13357,7 @@ To proactively opt in to the new behavior ahead of time, use the contentStream p Nullable. [File ]: file [(Any) ]: This indicates any property can be added to this object. + [ArchiveStatus ]: fileArchiveStatus [Hashes ]: hashes [(Any) ]: This indicates any property can be added to this object. [Crc32Hash ]: The CRC32 value of the file (if available). @@ -12825,6 +13368,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. @@ -12925,6 +13481,17 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(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. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity. @@ -13934,6 +14501,8 @@ 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 total count of items in the list. +Read-only. [Items ]: All items contained in the list. [List ]: listInfo [(Any) ]: This indicates any property can be added to this object. @@ -14030,6 +14599,24 @@ Required. [LearningProviderId ]: The registration ID of the provider. Required. [Status ]: courseStatus + [Storyline ]: User's storyline singleton container. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Followers ]: The users who are following this user. + [Id ]: The unique identifier for an entity. +Read-only. + [Follower ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Followings ]: The users that this user is following. + [Id ]: The unique identifier for an entity. +Read-only. + [Following ]: The Viva Engage identities. [EmployeeHireDate ]: The date and time when the user was hired or will start work if there is a future hire. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. @@ -14044,10 +14631,10 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. @@ -14520,7 +15107,9 @@ Read-write. [(Any) ]: This indicates any property can be added to this object. [ArchiveStatus ]: siteArchiveStatus [ArchivedBy ]: identitySet - [ArchivedDateTime ]: + [ArchivedDateTime ]: Time when the container was archived. +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. [DataLocationCode ]: The geographic region code for where this site collection resides. Only present for multi-geo tenants. Read-only. @@ -14543,7 +15132,7 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. 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. - Returned only on $select. + Requires $select to retrieve. Note: This property is specific to SharePoint Online. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. @@ -14566,6 +15155,27 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityGovernance ]: identityGovernanceUserSettings + [(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 ]: 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 + [(Any) ]: This indicates any property can be added to this object. + [Duration ]: The requestor's desired duration of access represented in ISO 8601 format for durations. +For example, PT3H refers to three hours. + If specified in a request, endDateTime shouldn't be present and the type property should be set to afterDuration. + [EndDateTime ]: Timestamp of 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. + [Type ]: expirationPatternType + [Recurrence ]: patternedRecurrence + [StartDateTime ]: 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. +In PIM, when the eligible or active assignment becomes active. [IdentityParentId ]: The object ID of the parent identity for agent users. Always null for regular user accounts. For agentUser resources, this property references the object ID of the associated agent identity. @@ -14662,7 +15272,7 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for users to describe their interests. -Returned only on $select. +Requires $select to retrieve. [InvitedBy ]: directoryObject [IsLicenseReconciliationNeeded ]: Indicates whether the user is pending an exchange mailbox license assignment. Read-only. @@ -14671,7 +15281,8 @@ Returned only on $select. 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). @@ -14685,24 +15296,24 @@ If this list is non-empty, then only users or groups listed here can post. [AccessType ]: groupAccessType [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are auto-subscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -14712,6 +15323,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -14870,11 +15482,11 @@ You can use it as a $filter argument to get groups that have members with licens Supports $filter (eq). [HideFromAddressLists ]: true if the group isn't displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: true if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [InfoCatalogs ]: Identifies the info segments assigned to the group. Returned by default. @@ -14898,7 +15510,7 @@ Read-only. To manage a group 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. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -14948,6 +15560,7 @@ Read-only. [OnPremisesDomainName ]: Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only. + [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [OnPremisesLastSyncDateTime ]: Indicates the last time at which the group was synced with the on-premises directory.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. Returned by default. @@ -15131,10 +15744,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -15143,9 +15758,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. @@ -15309,7 +15953,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). @@ -15357,6 +16001,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 @@ -15754,12 +16399,12 @@ Immutable. Read-only. [UnseenConversationsCount ]: Count of conversations delivered one or more new posts since the signed-in user's last visit to the group. This property is the same as unseenCount. -Returned only on $select. +Requires $select to retrieve. [UnseenCount ]: Count of conversations that have received new posts since the signed-in user last visited the group. -This property is the same as unseenConversationsCount.Returned only on $select. +This property is the same as unseenConversationsCount.Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [UnseenMessagesCount ]: Count of new posts that have been delivered to the group's conversations since the signed-in user's last visit to the group. -Returned only on $select. +Requires $select to retrieve. [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. @@ -15770,7 +16415,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Requires $select to retrieve. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -15787,16 +16435,16 @@ Nullable. 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. Read-only. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. It also indicates licenses that are directly assigned and the ones the user inherited through group memberships. Read-only. -Returned only on $select. +Requires $select to retrieve. [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. Read-Only. @@ -15922,7 +16570,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -16156,7 +16804,7 @@ Read-only. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Notifications ]: [Id ]: The unique identifier for an entity. Read-only. @@ -16251,6 +16899,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. @@ -16299,6 +16951,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. @@ -16553,7 +17210,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for users to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [PendingAccessReviewInstances ]: Navigation property to get a list of access reviews pending approval by the reviewer. [Id ]: The unique identifier for an entity. Read-only. @@ -16573,14 +17230,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. @@ -16913,7 +17562,7 @@ Example: 'en-US', or 'es-ES'. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -17369,15 +18018,14 @@ Read-only. [WebUrl ]: Link to the institution or department homepage. [Program ]: educationalActivityDetail [(Any) ]: This indicates any property can be added to this object. - [Abbreviation ]: Shortened name of the degree or program (example: PhD, MBA) + [Abbreviation ]: Shortened name of the degree or program, for example, PhD and MBA. [Activities ]: Extracurricular activities undertaken alongside the program. [Awards ]: Any awards or honors associated with the program. [Description ]: Short description of the program provided by the user. [DisplayName ]: Long-form name of the program that the user provided. - [FieldsOfStudy ]: Majors and minors associated with the program. -(if applicable) - [Grade ]: The final grade, class, GPA, or score. - [Notes ]: More notes the user provided. + [FieldsOfStudy ]: Majors and minors associated with the program, if applicable. + [Grade ]: The final grade, class, grade point average (GPA), or score. + [Notes ]: More notes provided by the user. [WebUrl ]: Link to the degree or program page. [StartMonthYear ]: The month and year the user commenced the activity referenced. [Emails ]: Represents detailed information about email addresses associated with the user. @@ -17680,9 +18328,9 @@ Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they have attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: The scoped-role administrative unit memberships for this user. Read-only. Nullable. @@ -17746,7 +18394,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. @@ -17896,7 +18544,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Use revokeSignInSessions to reset. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -17943,6 +18591,48 @@ The language component follows two-letter codes as defined in ISO 639-1, and the For users with multigeo licenses, the property contains the user's region (if available). For users without multigeo licenses, the property contains the organization's region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China. + [Sections ]: The sections in the user's chat list. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the section was created. +Read-only. +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. + [DisplayIcon ]: sectionDisplayIcon + [(Any) ]: This indicates any property can be added to this object. + [ContentUrl ]: The URL to a custom icon image. +Applicable when iconType is custom. + [DisplayName ]: The human-readable name of the icon. + [IconType ]: The type of icon. +Use an emoji character such as 👍 for an emoji icon, or custom for a custom image icon. + [SkinTone ]: sectionIconSkinTone + [DisplayName ]: The display name of the section. +Required. +Maximum length is 50 characters. +Display names are case-sensitive and must be unique within a user's sections. +The following names are reserved for system-defined sections and can't be used when creating a user-defined section: RecentChats, QuickViews, TeamsAndChannels, MutedChats, MeetingChats, EngageCommunities. + [IsExpanded ]: Indicates whether the section is expanded in the user interface. +The default value is true. + [IsHierarchicalViewEnabled ]: Indicates whether the hierarchical view is enabled for the section. +Read-only. + [Items ]: The items (chats, channels, meetings, or communities) organized within the section. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the item was added to the section. +Read-only. +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. + [ItemType ]: sectionItemType + [LastModifiedDateTime ]: Date and time when the item was last modified. +Read-only. +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. + [LastModifiedDateTime ]: Date and time when the section was last modified. +Read-only. +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. + [SectionType ]: sectionType + [SortType ]: sectionSortType [Todo ]: todo [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -17955,6 +18645,12 @@ Read-only. Nullable. [IsOwner ]: True if the user is owner of the given task list. [IsShared ]: True if the task list is shared with other users + [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the task list. +Read-only. +Nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Value ]: The value of the property. [Tasks ]: The tasks in this task list. Read-only. Nullable. @@ -18018,9 +18714,6 @@ Read-only. [Recurrence ]: patternedRecurrence [ReminderDateTime ]: dateTimeTimeZone [SingleValueExtendedProperties ]: A collection of custom fields linked to the task. - [Id ]: The unique identifier for an entity. -Read-only. - [Value ]: The value of the property. [StartDateTime ]: dateTimeTimeZone [Status ]: taskStatus [Title ]: A brief description of the task. @@ -18072,6 +18765,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. @@ -18109,6 +18804,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. @@ -18131,6 +18827,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 ]: @@ -18184,6 +18881,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. @@ -18193,8 +18892,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. @@ -18210,6 +18907,8 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementEmbeddedSimActivationCodePool.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementEmbeddedSimActivationCodePool.md index 50458e3b7be71..42f54472f06a9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementEmbeddedSimActivationCodePool.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementEmbeddedSimActivationCodePool.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/new-mgbetadevicemanagementembeddedsimactivationcodepool Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementEmbeddedSimActivationCodePool --- @@ -28,7 +28,7 @@ New-MgBetaDeviceManagementEmbeddedSimActivationCodePool [-ResponseHeadersVariabl [-DisplayName ] [-Id ] [-ModifiedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -38,7 +38,7 @@ New-MgBetaDeviceManagementEmbeddedSimActivationCodePool -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.DeviceManagement/New-MgBetaDeviceManagementEmbeddedSimActivationCodePoolAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementEmbeddedSimActivationCodePoolAssignment.md index b9a90a2a8494a..3bf0f1af71adc 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementEmbeddedSimActivationCodePoolAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementEmbeddedSimActivationCodePoolAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/new-mgbetadevicemanagementembeddedsimactivationcodepoolassignment Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementEmbeddedSimActivationCodePoolAssignment --- @@ -26,7 +26,6 @@ New-MgBetaDeviceManagementEmbeddedSimActivationCodePoolAssignment [-Target ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -38,7 +37,6 @@ New-MgBetaDeviceManagementEmbeddedSimActivationCodePoolAssignment [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -50,7 +48,6 @@ New-MgBetaDeviceManagementEmbeddedSimActivationCodePoolAssignment [-Target ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -62,7 +59,6 @@ New-MgBetaDeviceManagementEmbeddedSimActivationCodePoolAssignment [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementEmbeddedSimActivationCodePoolDeviceState.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementEmbeddedSimActivationCodePoolDeviceState.md index 09ed65d306d23..21991ddebae1b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementEmbeddedSimActivationCodePoolDeviceState.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementEmbeddedSimActivationCodePoolDeviceState.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/new-mgbetadevicemanagementembeddedsimactivationcodepooldevicestate Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementEmbeddedSimActivationCodePoolDeviceState --- @@ -28,7 +28,7 @@ New-MgBetaDeviceManagementEmbeddedSimActivationCodePoolDeviceState [-UniversalIntegratedCircuitCardIdentifier ] [-UserName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -39,7 +39,6 @@ New-MgBetaDeviceManagementEmbeddedSimActivationCodePoolDeviceState [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -53,7 +52,7 @@ New-MgBetaDeviceManagementEmbeddedSimActivationCodePoolDeviceState [-UniversalIntegratedCircuitCardIdentifier ] [-UserName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -64,7 +63,6 @@ New-MgBetaDeviceManagementEmbeddedSimActivationCodePoolDeviceState [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementGroupPolicyConfiguration.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementGroupPolicyConfiguration.md index 91be2b50d1eb7..4170e4452f65d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementGroupPolicyConfiguration.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementGroupPolicyConfiguration.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/new-mgbetadevicemanagementgrouppolicyconfiguration Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementGroupPolicyConfiguration --- @@ -29,7 +29,6 @@ New-MgBetaDeviceManagementGroupPolicyConfiguration [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -39,7 +38,7 @@ New-MgBetaDeviceManagementGroupPolicyConfiguration -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.DeviceManagement/New-MgBetaDeviceManagementGroupPolicyConfigurationAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementGroupPolicyConfigurationAssignment.md index 28b5f91aaad80..6ebaa93a9eb5e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementGroupPolicyConfigurationAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementGroupPolicyConfigurationAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/new-mgbetadevicemanagementgrouppolicyconfigurationassignment Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementGroupPolicyConfigurationAssignment --- @@ -26,7 +26,6 @@ New-MgBetaDeviceManagementGroupPolicyConfigurationAssignment -GroupPolicyConfigu [-Target ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -37,7 +36,6 @@ New-MgBetaDeviceManagementGroupPolicyConfigurationAssignment -GroupPolicyConfigu [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -49,7 +47,6 @@ New-MgBetaDeviceManagementGroupPolicyConfigurationAssignment [-Target ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -61,7 +58,6 @@ New-MgBetaDeviceManagementGroupPolicyConfigurationAssignment [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValue.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValue.md index 9bd8dd2b1b4ce..1f6b029ecb89f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValue.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValue.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/new-mgbetadevicemanagementgrouppolicyconfigurationdefinitionvalue Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValue --- @@ -28,7 +28,7 @@ New-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValue [-PresentationValues ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -39,7 +39,6 @@ New-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValue [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -53,7 +52,7 @@ New-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValue [-PresentationValues ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -64,7 +63,6 @@ New-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValue [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValuePresentationValue.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValuePresentationValue.md index 5f8090a54ac10..70984c520c015 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValuePresentationValue.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValuePresentationValue.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/new-mgbetadevicemanagementgrouppolicyconfigurationdefinitionvaluepresentationvalue Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValuePresentationValue --- @@ -28,7 +28,6 @@ New-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValuePresentationVal [-Presentation ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -39,7 +38,7 @@ New-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValuePresentationVal -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -52,7 +51,7 @@ New-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValuePresentationVal [-LastModifiedDateTime ] [-Presentation ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -63,7 +62,7 @@ New-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValuePresentationVal -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.DeviceManagement/New-MgBetaDeviceManagementIntent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementIntent.md index 1233fe234c6ac..b4a0a3e0fea45 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementIntent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementIntent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/new-mgbetadevicemanagementintent Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementIntent --- @@ -33,7 +33,6 @@ New-MgBetaDeviceManagementIntent [-ResponseHeadersVariable ] [-UserStates ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -43,7 +42,6 @@ New-MgBetaDeviceManagementIntent -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementIntentAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementIntentAssignment.md index 5539cd8d20296..f51ae416e7076 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementIntentAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementIntentAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/new-mgbetadevicemanagementintentassignment Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementIntentAssignment --- @@ -25,7 +25,6 @@ New-MgBetaDeviceManagementIntentAssignment -DeviceManagementIntentId [-Target ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -36,7 +35,6 @@ New-MgBetaDeviceManagementIntentAssignment -DeviceManagementIntentId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -47,7 +45,6 @@ New-MgBetaDeviceManagementIntentAssignment -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -58,7 +55,6 @@ New-MgBetaDeviceManagementIntentAssignment -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementIntentCategory.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementIntentCategory.md index 6fc939dff4e92..65802f5edb50a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementIntentCategory.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementIntentCategory.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/new-mgbetadevicemanagementintentcategory Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementIntentCategory --- @@ -27,7 +27,6 @@ New-MgBetaDeviceManagementIntentCategory -DeviceManagementIntentId [-Settings ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -38,7 +37,6 @@ New-MgBetaDeviceManagementIntentCategory -DeviceManagementIntentId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -51,7 +49,6 @@ New-MgBetaDeviceManagementIntentCategory -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -62,7 +59,6 @@ New-MgBetaDeviceManagementIntentCategory -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementIntentCategorySetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementIntentCategorySetting.md index 6beb0f93f9cf0..14af374be6c50 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementIntentCategorySetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementIntentCategorySetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/new-mgbetadevicemanagementintentcategorysetting Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementIntentCategorySetting --- @@ -25,7 +25,7 @@ New-MgBetaDeviceManagementIntentCategorySetting -DeviceManagementIntentId ] [-DefinitionId ] [-Id ] [-ValueJson ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -36,7 +36,7 @@ New-MgBetaDeviceManagementIntentCategorySetting -DeviceManagementIntentId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -47,7 +47,6 @@ New-MgBetaDeviceManagementIntentCategorySetting -InputObject ] [-ValueJson ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -57,7 +56,7 @@ New-MgBetaDeviceManagementIntentCategorySetting -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementIntentCategorySettingDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementIntentCategorySettingDefinition.md index 1af3969d14668..cf46acd5ab1f8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementIntentCategorySettingDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementIntentCategorySettingDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/new-mgbetadevicemanagementintentcategorysettingdefinition Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementIntentCategorySettingDefinition --- @@ -29,7 +29,7 @@ New-MgBetaDeviceManagementIntentCategorySettingDefinition -DeviceManagementInten [-PlaceholderText ] [-ValueType ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -41,7 +41,6 @@ New-MgBetaDeviceManagementIntentCategorySettingDefinition -DeviceManagementInten [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -56,7 +55,7 @@ New-MgBetaDeviceManagementIntentCategorySettingDefinition -InputObject ] [-ValueType ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -67,7 +66,6 @@ New-MgBetaDeviceManagementIntentCategorySettingDefinition -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementIntentCopy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementIntentCopy.md index d820040c29336..56ecda9b1307b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementIntentCopy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementIntentCopy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/new-mgbetadevicemanagementintentcopy Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementIntentCopy --- @@ -24,7 +24,7 @@ New-MgBetaDeviceManagementIntentCopy -DeviceManagementIntentId [-ResponseHeadersVariable ] [-AdditionalProperties ] [-Description ] [-DisplayName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -35,7 +35,6 @@ New-MgBetaDeviceManagementIntentCopy -DeviceManagementIntentId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -45,7 +44,7 @@ New-MgBetaDeviceManagementIntentCopy -InputObject [-ResponseHeadersVariable ] [-AdditionalProperties ] [-Description ] [-DisplayName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -56,7 +55,6 @@ New-MgBetaDeviceManagementIntentCopy -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementIntentDeviceSettingStateSummary.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementIntentDeviceSettingStateSummary.md index 39cebbcaff6f6..1c3de6d689d23 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementIntentDeviceSettingStateSummary.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementIntentDeviceSettingStateSummary.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/new-mgbetadevicemanagementintentdevicesettingstatesummary Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementIntentDeviceSettingStateSummary --- @@ -26,7 +26,7 @@ New-MgBetaDeviceManagementIntentDeviceSettingStateSummary -DeviceManagementInten [-NotApplicableCount ] [-RemediatedCount ] [-SettingName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -37,7 +37,6 @@ New-MgBetaDeviceManagementIntentDeviceSettingStateSummary -DeviceManagementInten [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -49,7 +48,7 @@ New-MgBetaDeviceManagementIntentDeviceSettingStateSummary -InputObject ] [-RemediatedCount ] [-SettingName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -60,7 +59,6 @@ New-MgBetaDeviceManagementIntentDeviceSettingStateSummary -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementIntentDeviceState.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementIntentDeviceState.md index 2553fff759ce2..229a2f0d13407 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementIntentDeviceState.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementIntentDeviceState.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/new-mgbetadevicemanagementintentdevicestate Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementIntentDeviceState --- @@ -27,7 +27,6 @@ New-MgBetaDeviceManagementIntentDeviceState -DeviceManagementIntentId [-UserPrincipalName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -38,7 +37,6 @@ New-MgBetaDeviceManagementIntentDeviceState -DeviceManagementIntentId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -51,7 +49,6 @@ New-MgBetaDeviceManagementIntentDeviceState -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -62,7 +59,6 @@ New-MgBetaDeviceManagementIntentDeviceState -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementIntentSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementIntentSetting.md index 2322c0c6177a8..a6f54fa542a4a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementIntentSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementIntentSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/new-mgbetadevicemanagementintentsetting Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementIntentSetting --- @@ -25,7 +25,6 @@ New-MgBetaDeviceManagementIntentSetting -DeviceManagementIntentId [-Id ] [-ValueJson ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -35,7 +34,7 @@ New-MgBetaDeviceManagementIntentSetting -DeviceManagementIntentId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -46,7 +45,6 @@ New-MgBetaDeviceManagementIntentSetting -InputObject [-Id ] [-ValueJson ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -56,7 +54,7 @@ New-MgBetaDeviceManagementIntentSetting -InputObject -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.DeviceManagement/New-MgBetaDeviceManagementIntentUserState.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementIntentUserState.md index 012e6b027d65e..402119bf63155 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementIntentUserState.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementIntentUserState.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/new-mgbetadevicemanagementintentuserstate Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementIntentUserState --- @@ -26,7 +26,6 @@ New-MgBetaDeviceManagementIntentUserState -DeviceManagementIntentId [-UserPrincipalName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -36,7 +35,7 @@ New-MgBetaDeviceManagementIntentUserState -DeviceManagementIntentId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -48,7 +47,6 @@ New-MgBetaDeviceManagementIntentUserState -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -58,7 +56,7 @@ New-MgBetaDeviceManagementIntentUserState -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummary.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummary.md index d2c79699f4897..77e46e124fe98 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummary.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummary.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/new-mgbetadevicemanagementmacossoftwareupdateaccountsummary Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummary --- @@ -28,7 +28,7 @@ New-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummary [-ResponseHeadersVar [-TotalUpdateCount ] [-UserId ] [-UserPrincipalName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -39,7 +39,6 @@ New-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummary [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummary.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummary.md index ea6193d840449..a4ade8d4e5f65 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummary.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummary.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/new-mgbetadevicemanagementmacossoftwareupdateaccountsummarycategorysummary Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummary --- @@ -29,7 +29,7 @@ New-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummary [-UpdateStateSummaries ] [-UserId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -41,7 +41,6 @@ New-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummary [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -56,7 +55,7 @@ New-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummary [-UpdateStateSummaries ] [-UserId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -68,7 +67,6 @@ New-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummary [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryUpdateStateSummary.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryUpdateStateSummary.md index d108b691a45f8..07f907d495519 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryUpdateStateSummary.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryUpdateStateSummary.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/new-mgbetadevicemanagementmacossoftwareupdateaccountsummarycategorysummaryupdatestatesummary Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryUpdateStateSummary --- @@ -27,7 +27,7 @@ New-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryUpdate [-State ] [-UpdateCategory ] [-UpdateVersion ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -38,7 +38,7 @@ New-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryUpdate -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -51,7 +51,7 @@ New-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryUpdate [-UpdateCategory ] [-UpdateVersion ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -62,7 +62,7 @@ New-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryUpdate -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.DeviceManagement/New-MgBetaDeviceManagementManagedDevice.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementManagedDevice.md index ee6de4af713c1..c2f167b65f6a8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementManagedDevice.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementManagedDevice.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/new-mgbetadevicemanagementmanageddevice Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementManagedDevice --- @@ -54,7 +54,7 @@ New-MgBetaDeviceManagementManagedDevice [-ResponseHeadersVariable ] [-Users ] [-WindowsProtectionState ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -64,7 +64,6 @@ New-MgBetaDeviceManagementManagedDevice -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -1652,7 +1651,7 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for users to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). @@ -1946,22 +1945,23 @@ Always null when the object hasn't been deleted. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -1991,12 +1991,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -2106,7 +2163,7 @@ Optional. [IncludeBasicClaimSet ]: Determines whether the basic claim set is included in tokens affected by this policy. If set to true, all claims in the basic claim set are emitted in tokens affected by the policy. By default the basic claim set isn't in the tokens unless they're explicitly configured in this policy. - [CreatedByAppId ]: The appId (called Application (client) ID on the Microsoft Entra admin center) of the application used to create the service principal. + [CreatedByAppId ]: The appId of the application that created this service principal. Set internally by Microsoft Entra ID. Read-only. [CreatedObjects ]: Directory objects created by this service principal. @@ -2238,7 +2295,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -2397,13 +2454,13 @@ May not begin with .. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [ApprovedClientApps ]: + [ApprovedClientApps ]: The collection of approved client apps that are associated with the RDS configuration. +Supports $expand. [Id ]: The unique identifier for an entity. Read-only. - [DisplayName ]: + [DisplayName ]: Display name for the client application. [IsRemoteDesktopProtocolEnabled ]: Determines if Microsoft Entra ID RDS authentication protocol for RDP is enabled. [TargetDeviceGroups ]: The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. -
]: The unique identifier for an entity. Read-only. [DisplayName ]: Display name for the target device group. @@ -2764,7 +2821,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. - [ExternalAuthenticationMethods ]: Represents the external methods registered to a user for authentication. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. Optional. @@ -2780,7 +2837,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. - [DisplayName ]: Custom name given to the registered external authentication method. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. @@ -3033,7 +3090,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -3286,7 +3343,7 @@ Read-only. The identifiers must be unique in the tenant. [Birthday ]: The birthday of the user. 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 Returned only on $select. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. Only one number can be set for this property. Read-only for users synced from on-premises directory. @@ -3896,6 +3953,49 @@ This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. Read only. + [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. +Nullable. + [Attachments ]: References to attached objects like files, tabs, meetings etc. + [Body ]: itemBody + [ChannelIdentity ]: channelIdentity + [ChatId ]: If the message was sent in a chat, represents the identity of the chat. + [CreatedDateTime ]: Timestamp of when the chat message was created. + [DeletedDateTime ]: Read only. +Timestamp at which the chat message was deleted, or null if not deleted. + [Etag ]: Read-only. +Version number of the chat message. + [EventDetail ]: eventMessageDetail + [From ]: chatMessageFromIdentitySet + [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. + [Importance ]: chatMessageImportance + [LastEditedDateTime ]: Read only. +Timestamp when edits to the chat message were made. +Triggers an 'Edited' flag in the Teams UI. +If no edits are made the value is null. + [LastModifiedDateTime ]: Read only. +Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. + [Locale ]: Locale of the chat message set by the client. +Always set to en-us. + [Mentions ]: List of entities mentioned in the chat message. +Supported entities are: user, bot, team, channel, chat, and tag. + [MessageHistory ]: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. + [MessageType ]: chatMessageType + [OnBehalfOf ]: chatMessageFromIdentitySet + [PolicyViolation ]: chatMessagePolicyViolation + [Reactions ]: Reactions for this chat message (for example, Like). + [Replies ]: Replies for a specified message. +Supports $expand for channel messages. + [ReplyToId ]: Read-only. +ID of the parent chat message or root chat message of the thread. +(Only applies to chat messages in channels, not chats.) + [Subject ]: The subject of the chat message, in plaintext. + [Summary ]: Summary text of the chat message that could be used for push notifications and summary views or fall back views. +Only applies to channel chat messages, not chat messages in a chat. + [WebUrl ]: Read-only. +Link to the message in Microsoft Teams. + [Id ]: The unique identifier for an entity. +Read-only. + [Recipient ]: identity [TenantId ]: The identifier of the tenant in which the chat was created. Read-only. [Topic ]: (Optional) Subject or topic for the chat. @@ -3931,21 +4031,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -4035,7 +4192,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 @@ -4060,6 +4219,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. @@ -4267,10 +4459,11 @@ 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. + [ContentCategory ]: contentCategory [CorrelationId ]: An identifier used to group multiple related content entries (for example, different parts of the same file upload, messages in a conversation). [CreatedDateTime ]: Required. Timestamp indicating when the original content was created (for example, file creation time, message sent time). @@ -4555,6 +4748,7 @@ To proactively opt in to the new behavior ahead of time, use the contentStream p Nullable. [File ]: file [(Any) ]: This indicates any property can be added to this object. + [ArchiveStatus ]: fileArchiveStatus [Hashes ]: hashes [(Any) ]: This indicates any property can be added to this object. [Crc32Hash ]: The CRC32 value of the file (if available). @@ -4565,6 +4759,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. @@ -4665,6 +4872,17 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(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. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity. @@ -5674,6 +5892,8 @@ 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 total count of items in the list. +Read-only. [Items ]: All items contained in the list. [List ]: listInfo [(Any) ]: This indicates any property can be added to this object. @@ -5770,6 +5990,24 @@ Required. [LearningProviderId ]: The registration ID of the provider. Required. [Status ]: courseStatus + [Storyline ]: User's storyline singleton container. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Followers ]: The users who are following this user. + [Id ]: The unique identifier for an entity. +Read-only. + [Follower ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Followings ]: The users that this user is following. + [Id ]: The unique identifier for an entity. +Read-only. + [Following ]: The Viva Engage identities. [EmployeeHireDate ]: The date and time when the user was hired or will start work if there is a future hire. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. @@ -5784,10 +6022,10 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. @@ -6260,7 +6498,9 @@ Read-write. [(Any) ]: This indicates any property can be added to this object. [ArchiveStatus ]: siteArchiveStatus [ArchivedBy ]: identitySet - [ArchivedDateTime ]: + [ArchivedDateTime ]: Time when the container was archived. +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. [DataLocationCode ]: The geographic region code for where this site collection resides. Only present for multi-geo tenants. Read-only. @@ -6283,7 +6523,7 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. 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. - Returned only on $select. + Requires $select to retrieve. Note: This property is specific to SharePoint Online. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. @@ -6306,6 +6546,27 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityGovernance ]: identityGovernanceUserSettings + [(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 ]: 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 + [(Any) ]: This indicates any property can be added to this object. + [Duration ]: The requestor's desired duration of access represented in ISO 8601 format for durations. +For example, PT3H refers to three hours. + If specified in a request, endDateTime shouldn't be present and the type property should be set to afterDuration. + [EndDateTime ]: Timestamp of 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. + [Type ]: expirationPatternType + [Recurrence ]: patternedRecurrence + [StartDateTime ]: 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. +In PIM, when the eligible or active assignment becomes active. [IdentityParentId ]: The object ID of the parent identity for agent users. Always null for regular user accounts. For agentUser resources, this property references the object ID of the associated agent identity. @@ -6402,7 +6663,7 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for users to describe their interests. -Returned only on $select. +Requires $select to retrieve. [InvitedBy ]: directoryObject [IsLicenseReconciliationNeeded ]: Indicates whether the user is pending an exchange mailbox license assignment. Read-only. @@ -6411,7 +6672,8 @@ Returned only on $select. 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). @@ -6425,24 +6687,24 @@ If this list is non-empty, then only users or groups listed here can post. [AccessType ]: groupAccessType [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are auto-subscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -6452,6 +6714,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -6610,11 +6873,11 @@ You can use it as a $filter argument to get groups that have members with licens Supports $filter (eq). [HideFromAddressLists ]: true if the group isn't displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: true if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [InfoCatalogs ]: Identifies the info segments assigned to the group. Returned by default. @@ -6638,7 +6901,7 @@ Read-only. To manage a group 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. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -6688,6 +6951,7 @@ Read-only. [OnPremisesDomainName ]: Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only. + [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [OnPremisesLastSyncDateTime ]: Indicates the last time at which the group was synced with the on-premises directory.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. Returned by default. @@ -6871,10 +7135,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -6883,9 +7149,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. @@ -7049,7 +7344,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). @@ -7097,6 +7392,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 @@ -7494,12 +7790,12 @@ Immutable. Read-only. [UnseenConversationsCount ]: Count of conversations delivered one or more new posts since the signed-in user's last visit to the group. This property is the same as unseenCount. -Returned only on $select. +Requires $select to retrieve. [UnseenCount ]: Count of conversations that have received new posts since the signed-in user last visited the group. -This property is the same as unseenConversationsCount.Returned only on $select. +This property is the same as unseenConversationsCount.Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [UnseenMessagesCount ]: Count of new posts that have been delivered to the group's conversations since the signed-in user's last visit to the group. -Returned only on $select. +Requires $select to retrieve. [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. @@ -7510,7 +7806,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Requires $select to retrieve. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -7527,16 +7826,16 @@ Nullable. 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. Read-only. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. It also indicates licenses that are directly assigned and the ones the user inherited through group memberships. Read-only. -Returned only on $select. +Requires $select to retrieve. [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. Read-Only. @@ -7662,7 +7961,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -7896,7 +8195,7 @@ Read-only. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Notifications ]: [Id ]: The unique identifier for an entity. Read-only. @@ -7991,6 +8290,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. @@ -8039,6 +8342,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. @@ -8293,7 +8601,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for users to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [PendingAccessReviewInstances ]: Navigation property to get a list of access reviews pending approval by the reviewer. [Id ]: The unique identifier for an entity. Read-only. @@ -8313,14 +8621,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. @@ -8653,7 +8953,7 @@ Example: 'en-US', or 'es-ES'. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -9109,15 +9409,14 @@ Read-only. [WebUrl ]: Link to the institution or department homepage. [Program ]: educationalActivityDetail [(Any) ]: This indicates any property can be added to this object. - [Abbreviation ]: Shortened name of the degree or program (example: PhD, MBA) + [Abbreviation ]: Shortened name of the degree or program, for example, PhD and MBA. [Activities ]: Extracurricular activities undertaken alongside the program. [Awards ]: Any awards or honors associated with the program. [Description ]: Short description of the program provided by the user. [DisplayName ]: Long-form name of the program that the user provided. - [FieldsOfStudy ]: Majors and minors associated with the program. -(if applicable) - [Grade ]: The final grade, class, GPA, or score. - [Notes ]: More notes the user provided. + [FieldsOfStudy ]: Majors and minors associated with the program, if applicable. + [Grade ]: The final grade, class, grade point average (GPA), or score. + [Notes ]: More notes provided by the user. [WebUrl ]: Link to the degree or program page. [StartMonthYear ]: The month and year the user commenced the activity referenced. [Emails ]: Represents detailed information about email addresses associated with the user. @@ -9420,9 +9719,9 @@ Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they have attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: The scoped-role administrative unit memberships for this user. Read-only. Nullable. @@ -9486,7 +9785,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. @@ -9636,7 +9935,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Use revokeSignInSessions to reset. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -9683,6 +9982,48 @@ The language component follows two-letter codes as defined in ISO 639-1, and the For users with multigeo licenses, the property contains the user's region (if available). For users without multigeo licenses, the property contains the organization's region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China. + [Sections ]: The sections in the user's chat list. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the section was created. +Read-only. +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. + [DisplayIcon ]: sectionDisplayIcon + [(Any) ]: This indicates any property can be added to this object. + [ContentUrl ]: The URL to a custom icon image. +Applicable when iconType is custom. + [DisplayName ]: The human-readable name of the icon. + [IconType ]: The type of icon. +Use an emoji character such as 👍 for an emoji icon, or custom for a custom image icon. + [SkinTone ]: sectionIconSkinTone + [DisplayName ]: The display name of the section. +Required. +Maximum length is 50 characters. +Display names are case-sensitive and must be unique within a user's sections. +The following names are reserved for system-defined sections and can't be used when creating a user-defined section: RecentChats, QuickViews, TeamsAndChannels, MutedChats, MeetingChats, EngageCommunities. + [IsExpanded ]: Indicates whether the section is expanded in the user interface. +The default value is true. + [IsHierarchicalViewEnabled ]: Indicates whether the hierarchical view is enabled for the section. +Read-only. + [Items ]: The items (chats, channels, meetings, or communities) organized within the section. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the item was added to the section. +Read-only. +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. + [ItemType ]: sectionItemType + [LastModifiedDateTime ]: Date and time when the item was last modified. +Read-only. +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. + [LastModifiedDateTime ]: Date and time when the section was last modified. +Read-only. +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. + [SectionType ]: sectionType + [SortType ]: sectionSortType [Todo ]: todo [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -9695,6 +10036,12 @@ Read-only. Nullable. [IsOwner ]: True if the user is owner of the given task list. [IsShared ]: True if the task list is shared with other users + [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the task list. +Read-only. +Nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Value ]: The value of the property. [Tasks ]: The tasks in this task list. Read-only. Nullable. @@ -9758,9 +10105,6 @@ Read-only. [Recurrence ]: patternedRecurrence [ReminderDateTime ]: dateTimeTimeZone [SingleValueExtendedProperties ]: A collection of custom fields linked to the task. - [Id ]: The unique identifier for an entity. -Read-only. - [Value ]: The value of the property. [StartDateTime ]: dateTimeTimeZone [Status ]: taskStatus [Title ]: A brief description of the task. @@ -9812,6 +10156,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. @@ -9849,6 +10195,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. @@ -9871,6 +10218,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 ]: @@ -9924,6 +10272,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. @@ -9933,8 +10283,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. @@ -9950,6 +10298,8 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -10443,7 +10793,7 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for users to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). @@ -10737,22 +11087,23 @@ Always null when the object hasn't been deleted. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -10782,12 +11133,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -10897,7 +11305,7 @@ Optional. [IncludeBasicClaimSet ]: Determines whether the basic claim set is included in tokens affected by this policy. If set to true, all claims in the basic claim set are emitted in tokens affected by the policy. By default the basic claim set isn't in the tokens unless they're explicitly configured in this policy. - [CreatedByAppId ]: The appId (called Application (client) ID on the Microsoft Entra admin center) of the application used to create the service principal. + [CreatedByAppId ]: The appId of the application that created this service principal. Set internally by Microsoft Entra ID. Read-only. [CreatedObjects ]: Directory objects created by this service principal. @@ -11029,7 +11437,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -11188,13 +11596,13 @@ May not begin with .. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [ApprovedClientApps ]: + [ApprovedClientApps ]: The collection of approved client apps that are associated with the RDS configuration. +Supports $expand. [Id ]: The unique identifier for an entity. Read-only. - [DisplayName ]: + [DisplayName ]: Display name for the client application. [IsRemoteDesktopProtocolEnabled ]: Determines if Microsoft Entra ID RDS authentication protocol for RDP is enabled. [TargetDeviceGroups ]: The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. -
]: The unique identifier for an entity. Read-only. [DisplayName ]: Display name for the target device group. @@ -11555,7 +11963,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. - [ExternalAuthenticationMethods ]: Represents the external methods registered to a user for authentication. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. Optional. @@ -11571,7 +11979,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. - [DisplayName ]: Custom name given to the registered external authentication method. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. @@ -11824,7 +12232,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -12077,7 +12485,7 @@ Read-only. The identifiers must be unique in the tenant. [Birthday ]: The birthday of the user. 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 Returned only on $select. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. Only one number can be set for this property. Read-only for users synced from on-premises directory. @@ -12687,18 +13095,61 @@ This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. Read only. - [TenantId ]: The identifier of the tenant in which the chat was created. -Read-only. - [Topic ]: (Optional) Subject or topic for the chat. -Only available for group chats. - [Viewpoint ]: chatViewpoint - [(Any) ]: This indicates any property can be added to this object. - [IsHidden ]: Indicates whether the chat is hidden for the current user. - [LastMessageReadDateTime ]: Represents the dateTime up until which the current user has read chatMessages in a specific chat. - [WebUrl ]: The URL for the chat in Microsoft Teams. -The URL should be treated as an opaque blob, and not parsed. -Read-only. - [City ]: The city where the user is located. + [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. +Nullable. + [Attachments ]: References to attached objects like files, tabs, meetings etc. + [Body ]: itemBody + [ChannelIdentity ]: channelIdentity + [ChatId ]: If the message was sent in a chat, represents the identity of the chat. + [CreatedDateTime ]: Timestamp of when the chat message was created. + [DeletedDateTime ]: Read only. +Timestamp at which the chat message was deleted, or null if not deleted. + [Etag ]: Read-only. +Version number of the chat message. + [EventDetail ]: eventMessageDetail + [From ]: chatMessageFromIdentitySet + [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. + [Importance ]: chatMessageImportance + [LastEditedDateTime ]: Read only. +Timestamp when edits to the chat message were made. +Triggers an 'Edited' flag in the Teams UI. +If no edits are made the value is null. + [LastModifiedDateTime ]: Read only. +Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. + [Locale ]: Locale of the chat message set by the client. +Always set to en-us. + [Mentions ]: List of entities mentioned in the chat message. +Supported entities are: user, bot, team, channel, chat, and tag. + [MessageHistory ]: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. + [MessageType ]: chatMessageType + [OnBehalfOf ]: chatMessageFromIdentitySet + [PolicyViolation ]: chatMessagePolicyViolation + [Reactions ]: Reactions for this chat message (for example, Like). + [Replies ]: Replies for a specified message. +Supports $expand for channel messages. + [ReplyToId ]: Read-only. +ID of the parent chat message or root chat message of the thread. +(Only applies to chat messages in channels, not chats.) + [Subject ]: The subject of the chat message, in plaintext. + [Summary ]: Summary text of the chat message that could be used for push notifications and summary views or fall back views. +Only applies to channel chat messages, not chat messages in a chat. + [WebUrl ]: Read-only. +Link to the message in Microsoft Teams. + [Id ]: The unique identifier for an entity. +Read-only. + [Recipient ]: identity + [TenantId ]: The identifier of the tenant in which the chat was created. +Read-only. + [Topic ]: (Optional) Subject or topic for the chat. +Only available for group chats. + [Viewpoint ]: chatViewpoint + [(Any) ]: This indicates any property can be added to this object. + [IsHidden ]: Indicates whether the chat is hidden for the current user. + [LastMessageReadDateTime ]: Represents the dateTime up until which the current user has read chatMessages in a specific chat. + [WebUrl ]: The URL for the chat in Microsoft Teams. +The URL should be treated as an opaque blob, and not parsed. +Read-only. + [City ]: The city where the user is located. Maximum length is 128 characters. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot @@ -12722,21 +13173,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -12826,7 +13334,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 @@ -12851,6 +13361,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. @@ -13058,10 +13601,11 @@ 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. + [ContentCategory ]: contentCategory [CorrelationId ]: An identifier used to group multiple related content entries (for example, different parts of the same file upload, messages in a conversation). [CreatedDateTime ]: Required. Timestamp indicating when the original content was created (for example, file creation time, message sent time). @@ -13346,6 +13890,7 @@ To proactively opt in to the new behavior ahead of time, use the contentStream p Nullable. [File ]: file [(Any) ]: This indicates any property can be added to this object. + [ArchiveStatus ]: fileArchiveStatus [Hashes ]: hashes [(Any) ]: This indicates any property can be added to this object. [Crc32Hash ]: The CRC32 value of the file (if available). @@ -13356,6 +13901,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. @@ -13456,6 +14014,17 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(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. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity. @@ -14465,6 +15034,8 @@ 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 total count of items in the list. +Read-only. [Items ]: All items contained in the list. [List ]: listInfo [(Any) ]: This indicates any property can be added to this object. @@ -14561,6 +15132,24 @@ Required. [LearningProviderId ]: The registration ID of the provider. Required. [Status ]: courseStatus + [Storyline ]: User's storyline singleton container. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Followers ]: The users who are following this user. + [Id ]: The unique identifier for an entity. +Read-only. + [Follower ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Followings ]: The users that this user is following. + [Id ]: The unique identifier for an entity. +Read-only. + [Following ]: The Viva Engage identities. [EmployeeHireDate ]: The date and time when the user was hired or will start work if there is a future hire. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. @@ -14575,10 +15164,10 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. @@ -15051,7 +15640,9 @@ Read-write. [(Any) ]: This indicates any property can be added to this object. [ArchiveStatus ]: siteArchiveStatus [ArchivedBy ]: identitySet - [ArchivedDateTime ]: + [ArchivedDateTime ]: Time when the container was archived. +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. [DataLocationCode ]: The geographic region code for where this site collection resides. Only present for multi-geo tenants. Read-only. @@ -15074,7 +15665,7 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. 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. - Returned only on $select. + Requires $select to retrieve. Note: This property is specific to SharePoint Online. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. @@ -15097,6 +15688,27 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityGovernance ]: identityGovernanceUserSettings + [(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 ]: 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 + [(Any) ]: This indicates any property can be added to this object. + [Duration ]: The requestor's desired duration of access represented in ISO 8601 format for durations. +For example, PT3H refers to three hours. + If specified in a request, endDateTime shouldn't be present and the type property should be set to afterDuration. + [EndDateTime ]: Timestamp of 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. + [Type ]: expirationPatternType + [Recurrence ]: patternedRecurrence + [StartDateTime ]: 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. +In PIM, when the eligible or active assignment becomes active. [IdentityParentId ]: The object ID of the parent identity for agent users. Always null for regular user accounts. For agentUser resources, this property references the object ID of the associated agent identity. @@ -15193,7 +15805,7 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for users to describe their interests. -Returned only on $select. +Requires $select to retrieve. [InvitedBy ]: directoryObject [IsLicenseReconciliationNeeded ]: Indicates whether the user is pending an exchange mailbox license assignment. Read-only. @@ -15202,7 +15814,8 @@ Returned only on $select. 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). @@ -15216,24 +15829,24 @@ If this list is non-empty, then only users or groups listed here can post. [AccessType ]: groupAccessType [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are auto-subscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -15243,6 +15856,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -15401,11 +16015,11 @@ You can use it as a $filter argument to get groups that have members with licens Supports $filter (eq). [HideFromAddressLists ]: true if the group isn't displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: true if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [InfoCatalogs ]: Identifies the info segments assigned to the group. Returned by default. @@ -15429,7 +16043,7 @@ Read-only. To manage a group 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. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -15479,6 +16093,7 @@ Read-only. [OnPremisesDomainName ]: Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only. + [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [OnPremisesLastSyncDateTime ]: Indicates the last time at which the group was synced with the on-premises directory.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. Returned by default. @@ -15662,10 +16277,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -15674,9 +16291,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. @@ -15840,7 +16486,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). @@ -15888,6 +16534,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 @@ -16285,12 +16932,12 @@ Immutable. Read-only. [UnseenConversationsCount ]: Count of conversations delivered one or more new posts since the signed-in user's last visit to the group. This property is the same as unseenCount. -Returned only on $select. +Requires $select to retrieve. [UnseenCount ]: Count of conversations that have received new posts since the signed-in user last visited the group. -This property is the same as unseenConversationsCount.Returned only on $select. +This property is the same as unseenConversationsCount.Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [UnseenMessagesCount ]: Count of new posts that have been delivered to the group's conversations since the signed-in user's last visit to the group. -Returned only on $select. +Requires $select to retrieve. [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. @@ -16301,7 +16948,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Requires $select to retrieve. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -16318,16 +16968,16 @@ Nullable. 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. Read-only. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. It also indicates licenses that are directly assigned and the ones the user inherited through group memberships. Read-only. -Returned only on $select. +Requires $select to retrieve. [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. Read-Only. @@ -16453,7 +17103,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -16687,7 +17337,7 @@ Read-only. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Notifications ]: [Id ]: The unique identifier for an entity. Read-only. @@ -16782,6 +17432,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. @@ -16830,6 +17484,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. @@ -17084,7 +17743,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for users to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [PendingAccessReviewInstances ]: Navigation property to get a list of access reviews pending approval by the reviewer. [Id ]: The unique identifier for an entity. Read-only. @@ -17104,14 +17763,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. @@ -17444,7 +18095,7 @@ Example: 'en-US', or 'es-ES'. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -17900,15 +18551,14 @@ Read-only. [WebUrl ]: Link to the institution or department homepage. [Program ]: educationalActivityDetail [(Any) ]: This indicates any property can be added to this object. - [Abbreviation ]: Shortened name of the degree or program (example: PhD, MBA) + [Abbreviation ]: Shortened name of the degree or program, for example, PhD and MBA. [Activities ]: Extracurricular activities undertaken alongside the program. [Awards ]: Any awards or honors associated with the program. [Description ]: Short description of the program provided by the user. [DisplayName ]: Long-form name of the program that the user provided. - [FieldsOfStudy ]: Majors and minors associated with the program. -(if applicable) - [Grade ]: The final grade, class, GPA, or score. - [Notes ]: More notes the user provided. + [FieldsOfStudy ]: Majors and minors associated with the program, if applicable. + [Grade ]: The final grade, class, grade point average (GPA), or score. + [Notes ]: More notes provided by the user. [WebUrl ]: Link to the degree or program page. [StartMonthYear ]: The month and year the user commenced the activity referenced. [Emails ]: Represents detailed information about email addresses associated with the user. @@ -18211,9 +18861,9 @@ Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they have attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: The scoped-role administrative unit memberships for this user. Read-only. Nullable. @@ -18277,7 +18927,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. @@ -18427,7 +19077,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Use revokeSignInSessions to reset. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -18474,6 +19124,48 @@ The language component follows two-letter codes as defined in ISO 639-1, and the For users with multigeo licenses, the property contains the user's region (if available). For users without multigeo licenses, the property contains the organization's region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China. + [Sections ]: The sections in the user's chat list. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the section was created. +Read-only. +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. + [DisplayIcon ]: sectionDisplayIcon + [(Any) ]: This indicates any property can be added to this object. + [ContentUrl ]: The URL to a custom icon image. +Applicable when iconType is custom. + [DisplayName ]: The human-readable name of the icon. + [IconType ]: The type of icon. +Use an emoji character such as 👍 for an emoji icon, or custom for a custom image icon. + [SkinTone ]: sectionIconSkinTone + [DisplayName ]: The display name of the section. +Required. +Maximum length is 50 characters. +Display names are case-sensitive and must be unique within a user's sections. +The following names are reserved for system-defined sections and can't be used when creating a user-defined section: RecentChats, QuickViews, TeamsAndChannels, MutedChats, MeetingChats, EngageCommunities. + [IsExpanded ]: Indicates whether the section is expanded in the user interface. +The default value is true. + [IsHierarchicalViewEnabled ]: Indicates whether the hierarchical view is enabled for the section. +Read-only. + [Items ]: The items (chats, channels, meetings, or communities) organized within the section. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the item was added to the section. +Read-only. +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. + [ItemType ]: sectionItemType + [LastModifiedDateTime ]: Date and time when the item was last modified. +Read-only. +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. + [LastModifiedDateTime ]: Date and time when the section was last modified. +Read-only. +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. + [SectionType ]: sectionType + [SortType ]: sectionSortType [Todo ]: todo [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -18486,6 +19178,12 @@ Read-only. Nullable. [IsOwner ]: True if the user is owner of the given task list. [IsShared ]: True if the task list is shared with other users + [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the task list. +Read-only. +Nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Value ]: The value of the property. [Tasks ]: The tasks in this task list. Read-only. Nullable. @@ -18549,9 +19247,6 @@ Read-only. [Recurrence ]: patternedRecurrence [ReminderDateTime ]: dateTimeTimeZone [SingleValueExtendedProperties ]: A collection of custom fields linked to the task. - [Id ]: The unique identifier for an entity. -Read-only. - [Value ]: The value of the property. [StartDateTime ]: dateTimeTimeZone [Status ]: taskStatus [Title ]: A brief description of the task. @@ -18603,6 +19298,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. @@ -18640,6 +19337,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. @@ -18662,6 +19360,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 ]: @@ -18715,6 +19414,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. @@ -18724,8 +19425,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. @@ -18741,6 +19440,8 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -19098,7 +19799,7 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for users to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). @@ -19392,22 +20093,23 @@ Always null when the object hasn't been deleted. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -19437,12 +20139,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -19552,7 +20311,7 @@ Optional. [IncludeBasicClaimSet ]: Determines whether the basic claim set is included in tokens affected by this policy. If set to true, all claims in the basic claim set are emitted in tokens affected by the policy. By default the basic claim set isn't in the tokens unless they're explicitly configured in this policy. - [CreatedByAppId ]: The appId (called Application (client) ID on the Microsoft Entra admin center) of the application used to create the service principal. + [CreatedByAppId ]: The appId of the application that created this service principal. Set internally by Microsoft Entra ID. Read-only. [CreatedObjects ]: Directory objects created by this service principal. @@ -19684,7 +20443,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -19843,13 +20602,13 @@ May not begin with .. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [ApprovedClientApps ]: + [ApprovedClientApps ]: The collection of approved client apps that are associated with the RDS configuration. +Supports $expand. [Id ]: The unique identifier for an entity. Read-only. - [DisplayName ]: + [DisplayName ]: Display name for the client application. [IsRemoteDesktopProtocolEnabled ]: Determines if Microsoft Entra ID RDS authentication protocol for RDP is enabled. [TargetDeviceGroups ]: The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. -
]: The unique identifier for an entity. Read-only. [DisplayName ]: Display name for the target device group. @@ -20212,7 +20971,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. - [ExternalAuthenticationMethods ]: Represents the external methods registered to a user for authentication. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. Optional. @@ -20228,7 +20987,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. - [DisplayName ]: Custom name given to the registered external authentication method. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. @@ -20481,7 +21240,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -20734,7 +21493,7 @@ Read-only. The identifiers must be unique in the tenant. [Birthday ]: The birthday of the user. 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 Returned only on $select. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. Only one number can be set for this property. Read-only for users synced from on-premises directory. @@ -21344,6 +22103,49 @@ This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. Read only. + [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. +Nullable. + [Attachments ]: References to attached objects like files, tabs, meetings etc. + [Body ]: itemBody + [ChannelIdentity ]: channelIdentity + [ChatId ]: If the message was sent in a chat, represents the identity of the chat. + [CreatedDateTime ]: Timestamp of when the chat message was created. + [DeletedDateTime ]: Read only. +Timestamp at which the chat message was deleted, or null if not deleted. + [Etag ]: Read-only. +Version number of the chat message. + [EventDetail ]: eventMessageDetail + [From ]: chatMessageFromIdentitySet + [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. + [Importance ]: chatMessageImportance + [LastEditedDateTime ]: Read only. +Timestamp when edits to the chat message were made. +Triggers an 'Edited' flag in the Teams UI. +If no edits are made the value is null. + [LastModifiedDateTime ]: Read only. +Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. + [Locale ]: Locale of the chat message set by the client. +Always set to en-us. + [Mentions ]: List of entities mentioned in the chat message. +Supported entities are: user, bot, team, channel, chat, and tag. + [MessageHistory ]: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. + [MessageType ]: chatMessageType + [OnBehalfOf ]: chatMessageFromIdentitySet + [PolicyViolation ]: chatMessagePolicyViolation + [Reactions ]: Reactions for this chat message (for example, Like). + [Replies ]: Replies for a specified message. +Supports $expand for channel messages. + [ReplyToId ]: Read-only. +ID of the parent chat message or root chat message of the thread. +(Only applies to chat messages in channels, not chats.) + [Subject ]: The subject of the chat message, in plaintext. + [Summary ]: Summary text of the chat message that could be used for push notifications and summary views or fall back views. +Only applies to channel chat messages, not chat messages in a chat. + [WebUrl ]: Read-only. +Link to the message in Microsoft Teams. + [Id ]: The unique identifier for an entity. +Read-only. + [Recipient ]: identity [TenantId ]: The identifier of the tenant in which the chat was created. Read-only. [Topic ]: (Optional) Subject or topic for the chat. @@ -21379,21 +22181,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -21512,7 +22371,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 @@ -21537,6 +22398,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. @@ -21744,10 +22638,11 @@ 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. + [ContentCategory ]: contentCategory [CorrelationId ]: An identifier used to group multiple related content entries (for example, different parts of the same file upload, messages in a conversation). [CreatedDateTime ]: Required. Timestamp indicating when the original content was created (for example, file creation time, message sent time). @@ -22032,6 +22927,7 @@ To proactively opt in to the new behavior ahead of time, use the contentStream p Nullable. [File ]: file [(Any) ]: This indicates any property can be added to this object. + [ArchiveStatus ]: fileArchiveStatus [Hashes ]: hashes [(Any) ]: This indicates any property can be added to this object. [Crc32Hash ]: The CRC32 value of the file (if available). @@ -22042,6 +22938,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. @@ -22142,6 +23051,17 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(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. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity. @@ -23151,6 +24071,8 @@ 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 total count of items in the list. +Read-only. [Items ]: All items contained in the list. [List ]: listInfo [(Any) ]: This indicates any property can be added to this object. @@ -23247,6 +24169,24 @@ Required. [LearningProviderId ]: The registration ID of the provider. Required. [Status ]: courseStatus + [Storyline ]: User's storyline singleton container. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Followers ]: The users who are following this user. + [Id ]: The unique identifier for an entity. +Read-only. + [Follower ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Followings ]: The users that this user is following. + [Id ]: The unique identifier for an entity. +Read-only. + [Following ]: The Viva Engage identities. [EmployeeHireDate ]: The date and time when the user was hired or will start work if there is a future hire. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. @@ -23261,10 +24201,10 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. @@ -23737,7 +24677,9 @@ Read-write. [(Any) ]: This indicates any property can be added to this object. [ArchiveStatus ]: siteArchiveStatus [ArchivedBy ]: identitySet - [ArchivedDateTime ]: + [ArchivedDateTime ]: Time when the container was archived. +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. [DataLocationCode ]: The geographic region code for where this site collection resides. Only present for multi-geo tenants. Read-only. @@ -23760,7 +24702,7 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. 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. - Returned only on $select. + Requires $select to retrieve. Note: This property is specific to SharePoint Online. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. @@ -23783,6 +24725,27 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityGovernance ]: identityGovernanceUserSettings + [(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 ]: 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 + [(Any) ]: This indicates any property can be added to this object. + [Duration ]: The requestor's desired duration of access represented in ISO 8601 format for durations. +For example, PT3H refers to three hours. + If specified in a request, endDateTime shouldn't be present and the type property should be set to afterDuration. + [EndDateTime ]: Timestamp of 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. + [Type ]: expirationPatternType + [Recurrence ]: patternedRecurrence + [StartDateTime ]: 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. +In PIM, when the eligible or active assignment becomes active. [IdentityParentId ]: The object ID of the parent identity for agent users. Always null for regular user accounts. For agentUser resources, this property references the object ID of the associated agent identity. @@ -23879,7 +24842,7 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for users to describe their interests. -Returned only on $select. +Requires $select to retrieve. [InvitedBy ]: directoryObject [IsLicenseReconciliationNeeded ]: Indicates whether the user is pending an exchange mailbox license assignment. Read-only. @@ -23888,7 +24851,8 @@ Returned only on $select. 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). @@ -23902,24 +24866,24 @@ If this list is non-empty, then only users or groups listed here can post. [AccessType ]: groupAccessType [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are auto-subscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -23929,6 +24893,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -24087,11 +25052,11 @@ You can use it as a $filter argument to get groups that have members with licens Supports $filter (eq). [HideFromAddressLists ]: true if the group isn't displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: true if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [InfoCatalogs ]: Identifies the info segments assigned to the group. Returned by default. @@ -24115,7 +25080,7 @@ Read-only. To manage a group 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. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -24165,6 +25130,7 @@ Read-only. [OnPremisesDomainName ]: Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only. + [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [OnPremisesLastSyncDateTime ]: Indicates the last time at which the group was synced with the on-premises directory.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. Returned by default. @@ -24348,10 +25314,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -24360,9 +25328,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. @@ -24526,7 +25523,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). @@ -24574,6 +25571,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 @@ -24971,12 +25969,12 @@ Immutable. Read-only. [UnseenConversationsCount ]: Count of conversations delivered one or more new posts since the signed-in user's last visit to the group. This property is the same as unseenCount. -Returned only on $select. +Requires $select to retrieve. [UnseenCount ]: Count of conversations that have received new posts since the signed-in user last visited the group. -This property is the same as unseenConversationsCount.Returned only on $select. +This property is the same as unseenConversationsCount.Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [UnseenMessagesCount ]: Count of new posts that have been delivered to the group's conversations since the signed-in user's last visit to the group. -Returned only on $select. +Requires $select to retrieve. [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. @@ -24987,7 +25985,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Requires $select to retrieve. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -25004,16 +26005,16 @@ Nullable. 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. Read-only. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. It also indicates licenses that are directly assigned and the ones the user inherited through group memberships. Read-only. -Returned only on $select. +Requires $select to retrieve. [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. Read-Only. @@ -25139,7 +26140,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -25688,6 +26689,8 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -25781,7 +26784,7 @@ Read-only. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Notifications ]: [Id ]: The unique identifier for an entity. Read-only. @@ -25876,6 +26879,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. @@ -25924,6 +26931,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. @@ -26178,7 +27190,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for users to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [PendingAccessReviewInstances ]: Navigation property to get a list of access reviews pending approval by the reviewer. [Id ]: The unique identifier for an entity. Read-only. @@ -26198,14 +27210,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. @@ -26538,7 +27542,7 @@ Example: 'en-US', or 'es-ES'. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -26994,15 +27998,14 @@ Read-only. [WebUrl ]: Link to the institution or department homepage. [Program ]: educationalActivityDetail [(Any) ]: This indicates any property can be added to this object. - [Abbreviation ]: Shortened name of the degree or program (example: PhD, MBA) + [Abbreviation ]: Shortened name of the degree or program, for example, PhD and MBA. [Activities ]: Extracurricular activities undertaken alongside the program. [Awards ]: Any awards or honors associated with the program. [Description ]: Short description of the program provided by the user. [DisplayName ]: Long-form name of the program that the user provided. - [FieldsOfStudy ]: Majors and minors associated with the program. -(if applicable) - [Grade ]: The final grade, class, GPA, or score. - [Notes ]: More notes the user provided. + [FieldsOfStudy ]: Majors and minors associated with the program, if applicable. + [Grade ]: The final grade, class, grade point average (GPA), or score. + [Notes ]: More notes provided by the user. [WebUrl ]: Link to the degree or program page. [StartMonthYear ]: The month and year the user commenced the activity referenced. [Emails ]: Represents detailed information about email addresses associated with the user. @@ -27305,9 +28308,9 @@ Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they have attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: The scoped-role administrative unit memberships for this user. Read-only. Nullable. @@ -27371,7 +28374,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. @@ -27521,7 +28524,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Use revokeSignInSessions to reset. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -27568,6 +28571,48 @@ The language component follows two-letter codes as defined in ISO 639-1, and the For users with multigeo licenses, the property contains the user's region (if available). For users without multigeo licenses, the property contains the organization's region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China. + [Sections ]: The sections in the user's chat list. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the section was created. +Read-only. +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. + [DisplayIcon ]: sectionDisplayIcon + [(Any) ]: This indicates any property can be added to this object. + [ContentUrl ]: The URL to a custom icon image. +Applicable when iconType is custom. + [DisplayName ]: The human-readable name of the icon. + [IconType ]: The type of icon. +Use an emoji character such as 👍 for an emoji icon, or custom for a custom image icon. + [SkinTone ]: sectionIconSkinTone + [DisplayName ]: The display name of the section. +Required. +Maximum length is 50 characters. +Display names are case-sensitive and must be unique within a user's sections. +The following names are reserved for system-defined sections and can't be used when creating a user-defined section: RecentChats, QuickViews, TeamsAndChannels, MutedChats, MeetingChats, EngageCommunities. + [IsExpanded ]: Indicates whether the section is expanded in the user interface. +The default value is true. + [IsHierarchicalViewEnabled ]: Indicates whether the hierarchical view is enabled for the section. +Read-only. + [Items ]: The items (chats, channels, meetings, or communities) organized within the section. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the item was added to the section. +Read-only. +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. + [ItemType ]: sectionItemType + [LastModifiedDateTime ]: Date and time when the item was last modified. +Read-only. +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. + [LastModifiedDateTime ]: Date and time when the section was last modified. +Read-only. +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. + [SectionType ]: sectionType + [SortType ]: sectionSortType [Todo ]: todo [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -27580,6 +28625,12 @@ Read-only. Nullable. [IsOwner ]: True if the user is owner of the given task list. [IsShared ]: True if the task list is shared with other users + [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the task list. +Read-only. +Nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Value ]: The value of the property. [Tasks ]: The tasks in this task list. Read-only. Nullable. @@ -27643,9 +28694,6 @@ Read-only. [Recurrence ]: patternedRecurrence [ReminderDateTime ]: dateTimeTimeZone [SingleValueExtendedProperties ]: A collection of custom fields linked to the task. - [Id ]: The unique identifier for an entity. -Read-only. - [Value ]: The value of the property. [StartDateTime ]: dateTimeTimeZone [Status ]: taskStatus [Title ]: A brief description of the task. @@ -27697,6 +28745,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. @@ -27734,6 +28784,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. @@ -27756,6 +28807,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 ]: @@ -27809,6 +28861,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. @@ -27818,8 +28872,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. @@ -27836,6 +28888,8 @@ WINDOWSPROTECTIONSTATE ``: Device protect [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementManagedDeviceAssignmentFilterEvaluationStatusDetail.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementManagedDeviceAssignmentFilterEvaluationStatusDetail.md index 4d9f766ce8baa..4cea9ac5e5222 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementManagedDeviceAssignmentFilterEvaluationStatusDetail.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementManagedDeviceAssignmentFilterEvaluationStatusDetail.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/new-mgbetadevicemanagementmanageddeviceassignmentfilterevaluationstatusdetail Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementManagedDeviceAssignmentFilterEvaluationStatusDetail --- @@ -25,7 +25,6 @@ New-MgBetaDeviceManagementManagedDeviceAssignmentFilterEvaluationStatusDetail [-Id ] [-PayloadId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -36,7 +35,6 @@ New-MgBetaDeviceManagementManagedDeviceAssignmentFilterEvaluationStatusDetail [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -47,7 +45,7 @@ New-MgBetaDeviceManagementManagedDeviceAssignmentFilterEvaluationStatusDetail [-AdditionalProperties ] [-Id ] [-PayloadId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -59,7 +57,6 @@ New-MgBetaDeviceManagementManagedDeviceAssignmentFilterEvaluationStatusDetail [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementManagedDeviceCleanupRule.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementManagedDeviceCleanupRule.md index cda9134c9380e..f803f758a6440 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementManagedDeviceCleanupRule.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementManagedDeviceCleanupRule.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/new-mgbetadevicemanagementmanageddevicecleanuprule Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementManagedDeviceCleanupRule --- @@ -26,7 +26,7 @@ New-MgBetaDeviceManagementManagedDeviceCleanupRule [-ResponseHeadersVariable ] [-DisplayName ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -36,7 +36,7 @@ New-MgBetaDeviceManagementManagedDeviceCleanupRule -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.DeviceManagement/New-MgBetaDeviceManagementManagedDeviceCompliancePolicyState.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementManagedDeviceCompliancePolicyState.md index 27dd3e7476fe4..ae944ac893845 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementManagedDeviceCompliancePolicyState.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementManagedDeviceCompliancePolicyState.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/new-mgbetadevicemanagementmanageddevicecompliancepolicystate Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementManagedDeviceCompliancePolicyState --- @@ -30,7 +30,6 @@ New-MgBetaDeviceManagementManagedDeviceCompliancePolicyState -ManagedDeviceId ] [-UserPrincipalName ] [-Version ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -40,7 +39,7 @@ New-MgBetaDeviceManagementManagedDeviceCompliancePolicyState -ManagedDeviceId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -54,7 +53,6 @@ New-MgBetaDeviceManagementManagedDeviceCompliancePolicyState [-UserId ] [-UserPrincipalName ] [-Version ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -65,7 +63,7 @@ New-MgBetaDeviceManagementManagedDeviceCompliancePolicyState -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.DeviceManagement/New-MgBetaDeviceManagementManagedDeviceConfigurationState.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementManagedDeviceConfigurationState.md index 12c68ee3af63c..67d7a0314e52c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementManagedDeviceConfigurationState.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementManagedDeviceConfigurationState.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/new-mgbetadevicemanagementmanageddeviceconfigurationstate Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementManagedDeviceConfigurationState --- @@ -30,7 +30,6 @@ New-MgBetaDeviceManagementManagedDeviceConfigurationState -ManagedDeviceId ] [-UserPrincipalName ] [-Version ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -40,7 +39,7 @@ New-MgBetaDeviceManagementManagedDeviceConfigurationState -ManagedDeviceId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -53,7 +52,6 @@ New-MgBetaDeviceManagementManagedDeviceConfigurationState -InputObject ] [-UserPrincipalName ] [-Version ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -63,7 +61,7 @@ New-MgBetaDeviceManagementManagedDeviceConfigurationState -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementManagedDeviceEncryptionState.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementManagedDeviceEncryptionState.md index 69bc703b6c012..057c944dd1adb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementManagedDeviceEncryptionState.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementManagedDeviceEncryptionState.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/new-mgbetadevicemanagementmanageddeviceencryptionstate Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementManagedDeviceEncryptionState --- @@ -29,7 +29,6 @@ New-MgBetaDeviceManagementManagedDeviceEncryptionState [-ResponseHeadersVariable [-TpmSpecificationVersion ] [-UserPrincipalName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -39,7 +38,7 @@ New-MgBetaDeviceManagementManagedDeviceEncryptionState -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.DeviceManagement/New-MgBetaDeviceManagementManagedDeviceHealthScriptState.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementManagedDeviceHealthScriptState.md index 018899b3ea8fa..28e943a719de6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementManagedDeviceHealthScriptState.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementManagedDeviceHealthScriptState.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/new-mgbetadevicemanagementmanageddevicehealthscriptstate Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementManagedDeviceHealthScriptState --- @@ -31,7 +31,6 @@ New-MgBetaDeviceManagementManagedDeviceHealthScriptState -ManagedDeviceId ] [-UserName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -41,7 +40,7 @@ New-MgBetaDeviceManagementManagedDeviceHealthScriptState -ManagedDeviceId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -58,7 +57,6 @@ New-MgBetaDeviceManagementManagedDeviceHealthScriptState -InputObject ] [-UserName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -68,7 +66,7 @@ New-MgBetaDeviceManagementManagedDeviceHealthScriptState -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementManagedDeviceLogCollectionRequestDownloadUrl.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementManagedDeviceLogCollectionRequestDownloadUrl.md index 7efd9eab07088..a3c0081dd1ea5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementManagedDeviceLogCollectionRequestDownloadUrl.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementManagedDeviceLogCollectionRequestDownloadUrl.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/new-mgbetadevicemanagementmanageddevicelogcollectionrequestdownloadurl Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementManagedDeviceLogCollectionRequestDownloadUrl --- @@ -28,7 +28,6 @@ New-MgBetaDeviceManagementManagedDeviceLogCollectionRequestDownloadUrl [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -38,7 +37,7 @@ New-MgBetaDeviceManagementManagedDeviceLogCollectionRequestDownloadUrl -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementManagedDeviceMobileAppConfigurationState.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementManagedDeviceMobileAppConfigurationState.md index c6ec39758c31f..cfe99fdf4a0be 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementManagedDeviceMobileAppConfigurationState.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementManagedDeviceMobileAppConfigurationState.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/new-mgbetadevicemanagementmanageddevicemobileappconfigurationstate Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementManagedDeviceMobileAppConfigurationState --- @@ -27,7 +27,7 @@ New-MgBetaDeviceManagementManagedDeviceMobileAppConfigurationState -ManagedDevic [-State ] [-UserId ] [-UserPrincipalName ] [-Version ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -38,7 +38,6 @@ New-MgBetaDeviceManagementManagedDeviceMobileAppConfigurationState -ManagedDevic [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -52,7 +51,7 @@ New-MgBetaDeviceManagementManagedDeviceMobileAppConfigurationState [-State ] [-UserId ] [-UserPrincipalName ] [-Version ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -64,7 +63,6 @@ New-MgBetaDeviceManagementManagedDeviceMobileAppConfigurationState [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementManagedDeviceSecurityBaselineState.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementManagedDeviceSecurityBaselineState.md index aea93cba6c429..821a4b4512107 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementManagedDeviceSecurityBaselineState.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementManagedDeviceSecurityBaselineState.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/new-mgbetadevicemanagementmanageddevicesecuritybaselinestate Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementManagedDeviceSecurityBaselineState --- @@ -27,7 +27,7 @@ New-MgBetaDeviceManagementManagedDeviceSecurityBaselineState -ManagedDeviceId ] [-UserPrincipalName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -37,7 +37,7 @@ New-MgBetaDeviceManagementManagedDeviceSecurityBaselineState -ManagedDeviceId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -51,7 +51,7 @@ New-MgBetaDeviceManagementManagedDeviceSecurityBaselineState [-State ] [-UserPrincipalName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -62,7 +62,6 @@ New-MgBetaDeviceManagementManagedDeviceSecurityBaselineState [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementManagedDeviceSecurityBaselineStateSettingState.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementManagedDeviceSecurityBaselineStateSettingState.md index d33d15046f430..35146b04cb036 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementManagedDeviceSecurityBaselineStateSettingState.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementManagedDeviceSecurityBaselineStateSettingState.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/new-mgbetadevicemanagementmanageddevicesecuritybaselinestatesettingstate Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementManagedDeviceSecurityBaselineStateSettingState --- @@ -29,7 +29,6 @@ New-MgBetaDeviceManagementManagedDeviceSecurityBaselineStateSettingState -Manage [-State ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -40,7 +39,6 @@ New-MgBetaDeviceManagementManagedDeviceSecurityBaselineStateSettingState -Manage [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -55,7 +53,6 @@ New-MgBetaDeviceManagementManagedDeviceSecurityBaselineStateSettingState [-State ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -66,7 +63,7 @@ New-MgBetaDeviceManagementManagedDeviceSecurityBaselineStateSettingState -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.DeviceManagement/New-MgBetaDeviceManagementManagedDeviceWindowsOSImage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementManagedDeviceWindowsOSImage.md index 27a0087ffa302..a306a5c654e80 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementManagedDeviceWindowsOSImage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementManagedDeviceWindowsOSImage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/new-mgbetadevicemanagementmanageddevicewindowsosimage Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementManagedDeviceWindowsOSImage --- @@ -27,7 +27,7 @@ New-MgBetaDeviceManagementManagedDeviceWindowsOSImage [-ResponseHeadersVariable [-SupportedEditions ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -38,7 +38,6 @@ New-MgBetaDeviceManagementManagedDeviceWindowsOSImage [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState.md index 1c935919af82d..80d6711dfe06b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/new-mgbetadevicemanagementmanageddevicewindowsprotectionstatedetectedmalwarestate Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState --- @@ -32,7 +32,6 @@ New-MgBetaDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareStat [-ThreatState ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -43,7 +42,6 @@ New-MgBetaDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareStat [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -59,7 +57,6 @@ New-MgBetaDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareStat [-ThreatState ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -70,7 +67,6 @@ New-MgBetaDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareStat [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementMicrosoftTunnelConfiguration.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementMicrosoftTunnelConfiguration.md index eed52fe33efc9..54c0e8e620f09 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementMicrosoftTunnelConfiguration.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementMicrosoftTunnelConfiguration.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/new-mgbetadevicemanagementmicrosofttunnelconfiguration Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementMicrosoftTunnelConfiguration --- @@ -29,7 +29,7 @@ New-MgBetaDeviceManagementMicrosoftTunnelConfiguration [-ResponseHeadersVariable [-RoutesExclude ] [-RoutesInclude ] [-SplitDns ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -39,7 +39,7 @@ New-MgBetaDeviceManagementMicrosoftTunnelConfiguration -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.DeviceManagement/New-MgBetaDeviceManagementMicrosoftTunnelHealthThreshold.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementMicrosoftTunnelHealthThreshold.md index 7ada67ccaf040..d379d8566e63d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementMicrosoftTunnelHealthThreshold.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementMicrosoftTunnelHealthThreshold.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/new-mgbetadevicemanagementmicrosofttunnelhealththreshold Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementMicrosoftTunnelHealthThreshold --- @@ -26,7 +26,6 @@ New-MgBetaDeviceManagementMicrosoftTunnelHealthThreshold [-ResponseHeadersVariab [-UnhealthyThreshold ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -36,7 +35,7 @@ New-MgBetaDeviceManagementMicrosoftTunnelHealthThreshold -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.DeviceManagement/New-MgBetaDeviceManagementMicrosoftTunnelServerLogCollectionResponse.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementMicrosoftTunnelServerLogCollectionResponse.md index f61408f917bab..de34e0ff126b4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementMicrosoftTunnelServerLogCollectionResponse.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementMicrosoftTunnelServerLogCollectionResponse.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/new-mgbetadevicemanagementmicrosofttunnelserverlogcollectionresponse Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementMicrosoftTunnelServerLogCollectionResponse --- @@ -26,7 +26,7 @@ New-MgBetaDeviceManagementMicrosoftTunnelServerLogCollectionResponse [-SizeInBytes ] [-StartDateTime ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -37,7 +37,6 @@ New-MgBetaDeviceManagementMicrosoftTunnelServerLogCollectionResponse [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementMicrosoftTunnelServerLogCollectionResponseDownloadUrl.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementMicrosoftTunnelServerLogCollectionResponseDownloadUrl.md index fa020341a74a8..dbf2a00b0e042 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementMicrosoftTunnelServerLogCollectionResponseDownloadUrl.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementMicrosoftTunnelServerLogCollectionResponseDownloadUrl.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/new-mgbetadevicemanagementmicrosofttunnelserverlogcollectionresponsedownloadurl Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementMicrosoftTunnelServerLogCollectionResponseDownloadUrl --- @@ -24,7 +24,7 @@ New-MgBetaDeviceManagementMicrosoftTunnelServerLogCollectionResponseDownloadUrl -MicrosoftTunnelServerLogCollectionResponseId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Generate @@ -34,7 +34,7 @@ New-MgBetaDeviceManagementMicrosoftTunnelServerLogCollectionResponseDownloadUrl -MicrosoftTunnelServerLogCollectionResponseId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### GenerateViaIdentity @@ -44,7 +44,7 @@ New-MgBetaDeviceManagementMicrosoftTunnelServerLogCollectionResponseDownloadUrl -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -54,7 +54,7 @@ New-MgBetaDeviceManagementMicrosoftTunnelServerLogCollectionResponseDownloadUrl -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementMicrosoftTunnelSite.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementMicrosoftTunnelSite.md index 7952b8e4349db..9e109271e826a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementMicrosoftTunnelSite.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementMicrosoftTunnelSite.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/new-mgbetadevicemanagementmicrosofttunnelsite Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementMicrosoftTunnelSite --- @@ -30,7 +30,6 @@ New-MgBetaDeviceManagementMicrosoftTunnelSite [-ResponseHeadersVariable [-UpgradeWindowUtcOffsetInMinutes ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -40,7 +39,6 @@ New-MgBetaDeviceManagementMicrosoftTunnelSite -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServer.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServer.md index fd8d170c33ea7..6c0b1653c38d7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServer.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServer.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/new-mgbetadevicemanagementmicrosofttunnelsitemicrosofttunnelserver Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServer --- @@ -27,7 +27,7 @@ New-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServer -MicrosoftTun [-ServerImageDigest ] [-TunnelServerHealthStatus ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -37,7 +37,7 @@ New-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServer -MicrosoftTun -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -51,7 +51,6 @@ New-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServer [-TunnelServerHealthStatus ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -62,7 +61,6 @@ New-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServer [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServerLogCollectionRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServerLogCollectionRequest.md index 80a403d8ae9e1..86c8081cd7dec 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServerLogCollectionRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServerLogCollectionRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/new-mgbetadevicemanagementmicrosofttunnelsitemicrosofttunnelserverlogcollectionrequest Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServerLogCollectionRequest --- @@ -26,7 +26,6 @@ New-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServerLogCollectionR [-StartDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Generate @@ -38,7 +37,6 @@ New-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServerLogCollectionR [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### GenerateViaIdentityExpanded @@ -49,7 +47,7 @@ New-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServerLogCollectionR [-AdditionalProperties ] [-EndDateTime ] [-StartDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### GenerateViaIdentity @@ -61,7 +59,6 @@ New-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServerLogCollectionR [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementMobileAppTroubleshootingEvent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementMobileAppTroubleshootingEvent.md index 3a32373740b35..38ac3ae1bce51 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementMobileAppTroubleshootingEvent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementMobileAppTroubleshootingEvent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/new-mgbetadevicemanagementmobileapptroubleshootingevent Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementMobileAppTroubleshootingEvent --- @@ -32,7 +32,7 @@ New-MgBetaDeviceManagementMobileAppTroubleshootingEvent [-ResponseHeadersVariabl [-TroubleshootingErrorDetails ] [-UserId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -42,7 +42,7 @@ New-MgBetaDeviceManagementMobileAppTroubleshootingEvent -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.DeviceManagement/New-MgBetaDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest.md index 95d1b3ebfbaf2..59cb32eacba75 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/new-mgbetadevicemanagementmobileapptroubleshootingeventapplogcollectionrequest Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest --- @@ -29,7 +29,7 @@ New-MgBetaDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest [-ErrorMessage ] [-Id ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -40,7 +40,6 @@ New-MgBetaDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -52,7 +51,7 @@ New-MgBetaDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest [-ErrorMessage ] [-Id ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -63,7 +62,6 @@ New-MgBetaDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequestDownloadUrl.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequestDownloadUrl.md index 5bc7f5c12ef76..e9afc68d6ba9d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequestDownloadUrl.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequestDownloadUrl.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/new-mgbetadevicemanagementmobileapptroubleshootingeventapplogcollectionrequestdownloadurl Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequestDownloadUrl --- @@ -28,7 +28,6 @@ New-MgBetaDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequestDo [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -38,7 +37,7 @@ New-MgBetaDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequestDo -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -54,9 +53,9 @@ Invoke action createDownloadUrl | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | DeviceManagementManagedDevices.Read.All, DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementConfiguration.Read.All, | +| Delegated (work or school account) | DeviceManagementManagedDevices.Read.All, DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementManagedDevices.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | DeviceManagementManagedDevices.Read.All, DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementConfiguration.Read.All, | +| Application | DeviceManagementManagedDevices.Read.All, DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementManagedDevices.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementMonitoringAlertRecord.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementMonitoringAlertRecord.md index 26ac005654a8e..308bbb3790682 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementMonitoringAlertRecord.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementMonitoringAlertRecord.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/new-mgbetadevicemanagementmonitoringalertrecord Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementMonitoringAlertRecord --- @@ -27,7 +27,7 @@ New-MgBetaDeviceManagementMonitoringAlertRecord [-ResponseHeadersVariable ] [-Severity ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -37,7 +37,7 @@ New-MgBetaDeviceManagementMonitoringAlertRecord -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.DeviceManagement/New-MgBetaDeviceManagementMonitoringAlertRule.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementMonitoringAlertRule.md index 990f443a34944..47b9304efe989 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementMonitoringAlertRule.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementMonitoringAlertRule.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/new-mgbetadevicemanagementmonitoringalertrule Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementMonitoringAlertRule --- @@ -28,7 +28,6 @@ New-MgBetaDeviceManagementMonitoringAlertRule [-ResponseHeadersVariable [-Threshold ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -38,7 +37,7 @@ New-MgBetaDeviceManagementMonitoringAlertRule -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.DeviceManagement/New-MgBetaDeviceManagementNotificationMessageTemplate.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementNotificationMessageTemplate.md index 4e9cd6953cfcb..ce07c4d9fb115 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementNotificationMessageTemplate.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementNotificationMessageTemplate.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/new-mgbetadevicemanagementnotificationmessagetemplate Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementNotificationMessageTemplate --- @@ -31,7 +31,6 @@ New-MgBetaDeviceManagementNotificationMessageTemplate [-ResponseHeadersVariable [-RoleScopeTagIds ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -41,7 +40,7 @@ New-MgBetaDeviceManagementNotificationMessageTemplate -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.DeviceManagement/New-MgBetaDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage.md index c6605fad46b94..5c6e814e4eff0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/new-mgbetadevicemanagementnotificationmessagetemplatelocalizednotificationmessage Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage --- @@ -29,7 +29,7 @@ New-MgBetaDeviceManagementNotificationMessageTemplateLocalizedNotificationMessag [-Locale ] [-MessageTemplate ] [-Subject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -40,7 +40,7 @@ New-MgBetaDeviceManagementNotificationMessageTemplateLocalizedNotificationMessag -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -52,7 +52,7 @@ New-MgBetaDeviceManagementNotificationMessageTemplateLocalizedNotificationMessag [-Locale ] [-MessageTemplate ] [-Subject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -63,7 +63,7 @@ New-MgBetaDeviceManagementNotificationMessageTemplateLocalizedNotificationMessag -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.DeviceManagement/New-MgBetaDeviceManagementRemoteActionAudit.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementRemoteActionAudit.md index f607d54359cd4..8364297c9aeb9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementRemoteActionAudit.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementRemoteActionAudit.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/new-mgbetadevicemanagementremoteactionaudit Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementRemoteActionAudit --- @@ -28,7 +28,6 @@ New-MgBetaDeviceManagementRemoteActionAudit [-ResponseHeadersVariable ] [-RequestDateTime ] [-UserName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -38,7 +37,6 @@ New-MgBetaDeviceManagementRemoteActionAudit -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementResourceAccessProfile.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementResourceAccessProfile.md index b52b75b46618b..47c1a2dd2a385 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementResourceAccessProfile.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementResourceAccessProfile.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/new-mgbetadevicemanagementresourceaccessprofile Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementResourceAccessProfile --- @@ -27,7 +27,7 @@ New-MgBetaDeviceManagementResourceAccessProfile [-ResponseHeadersVariable ] [-RoleScopeTagIds ] [-Version ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -38,7 +38,6 @@ New-MgBetaDeviceManagementResourceAccessProfile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementResourceAccessProfileAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementResourceAccessProfileAssignment.md index bf680c0686b39..4c50dcae5584b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementResourceAccessProfileAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementResourceAccessProfileAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/new-mgbetadevicemanagementresourceaccessprofileassignment Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementResourceAccessProfileAssignment --- @@ -27,7 +27,6 @@ New-MgBetaDeviceManagementResourceAccessProfileAssignment [-Target ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -39,7 +38,6 @@ New-MgBetaDeviceManagementResourceAccessProfileAssignment [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -51,7 +49,6 @@ New-MgBetaDeviceManagementResourceAccessProfileAssignment -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -62,7 +59,6 @@ New-MgBetaDeviceManagementResourceAccessProfileAssignment -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementReusableSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementReusableSetting.md index 75f56bf041ff7..e8cda1b9b6453 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementReusableSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementReusableSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/new-mgbetadevicemanagementreusablesetting Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementReusableSetting --- @@ -33,7 +33,6 @@ New-MgBetaDeviceManagementReusableSetting [-ResponseHeadersVariable ] [-Visibility ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -44,7 +43,6 @@ New-MgBetaDeviceManagementReusableSetting [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementScript.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementScript.md index 3d777e6def01d..995a7a7d9776a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementScript.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementScript.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/new-mgbetadevicemanagementscript Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementScript --- @@ -31,7 +31,7 @@ New-MgBetaDeviceManagementScript [-ResponseHeadersVariable ] [-UserRunStates ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -41,7 +41,6 @@ New-MgBetaDeviceManagementScript -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -1069,7 +1068,7 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for users to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). @@ -1363,22 +1362,23 @@ Always null when the object hasn't been deleted. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -1408,12 +1408,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -1523,7 +1580,7 @@ Optional. [IncludeBasicClaimSet ]: Determines whether the basic claim set is included in tokens affected by this policy. If set to true, all claims in the basic claim set are emitted in tokens affected by the policy. By default the basic claim set isn't in the tokens unless they're explicitly configured in this policy. - [CreatedByAppId ]: The appId (called Application (client) ID on the Microsoft Entra admin center) of the application used to create the service principal. + [CreatedByAppId ]: The appId of the application that created this service principal. Set internally by Microsoft Entra ID. Read-only. [CreatedObjects ]: Directory objects created by this service principal. @@ -1655,7 +1712,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -1814,13 +1871,13 @@ May not begin with .. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [ApprovedClientApps ]: + [ApprovedClientApps ]: The collection of approved client apps that are associated with the RDS configuration. +Supports $expand. [Id ]: The unique identifier for an entity. Read-only. - [DisplayName ]: + [DisplayName ]: Display name for the client application. [IsRemoteDesktopProtocolEnabled ]: Determines if Microsoft Entra ID RDS authentication protocol for RDP is enabled. [TargetDeviceGroups ]: The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. -
]: The unique identifier for an entity. Read-only. [DisplayName ]: Display name for the target device group. @@ -2181,7 +2238,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. - [ExternalAuthenticationMethods ]: Represents the external methods registered to a user for authentication. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. Optional. @@ -2197,7 +2254,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. - [DisplayName ]: Custom name given to the registered external authentication method. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. @@ -2450,7 +2507,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -2703,7 +2760,7 @@ Read-only. The identifiers must be unique in the tenant. [Birthday ]: The birthday of the user. 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 Returned only on $select. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. Only one number can be set for this property. Read-only for users synced from on-premises directory. @@ -3313,6 +3370,49 @@ This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. Read only. + [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. +Nullable. + [Attachments ]: References to attached objects like files, tabs, meetings etc. + [Body ]: itemBody + [ChannelIdentity ]: channelIdentity + [ChatId ]: If the message was sent in a chat, represents the identity of the chat. + [CreatedDateTime ]: Timestamp of when the chat message was created. + [DeletedDateTime ]: Read only. +Timestamp at which the chat message was deleted, or null if not deleted. + [Etag ]: Read-only. +Version number of the chat message. + [EventDetail ]: eventMessageDetail + [From ]: chatMessageFromIdentitySet + [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. + [Importance ]: chatMessageImportance + [LastEditedDateTime ]: Read only. +Timestamp when edits to the chat message were made. +Triggers an 'Edited' flag in the Teams UI. +If no edits are made the value is null. + [LastModifiedDateTime ]: Read only. +Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. + [Locale ]: Locale of the chat message set by the client. +Always set to en-us. + [Mentions ]: List of entities mentioned in the chat message. +Supported entities are: user, bot, team, channel, chat, and tag. + [MessageHistory ]: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. + [MessageType ]: chatMessageType + [OnBehalfOf ]: chatMessageFromIdentitySet + [PolicyViolation ]: chatMessagePolicyViolation + [Reactions ]: Reactions for this chat message (for example, Like). + [Replies ]: Replies for a specified message. +Supports $expand for channel messages. + [ReplyToId ]: Read-only. +ID of the parent chat message or root chat message of the thread. +(Only applies to chat messages in channels, not chats.) + [Subject ]: The subject of the chat message, in plaintext. + [Summary ]: Summary text of the chat message that could be used for push notifications and summary views or fall back views. +Only applies to channel chat messages, not chat messages in a chat. + [WebUrl ]: Read-only. +Link to the message in Microsoft Teams. + [Id ]: The unique identifier for an entity. +Read-only. + [Recipient ]: identity [TenantId ]: The identifier of the tenant in which the chat was created. Read-only. [Topic ]: (Optional) Subject or topic for the chat. @@ -3348,21 +3448,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -3452,7 +3609,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 @@ -3477,6 +3636,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. @@ -3684,10 +3876,11 @@ 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. + [ContentCategory ]: contentCategory [CorrelationId ]: An identifier used to group multiple related content entries (for example, different parts of the same file upload, messages in a conversation). [CreatedDateTime ]: Required. Timestamp indicating when the original content was created (for example, file creation time, message sent time). @@ -3969,6 +4162,7 @@ To proactively opt in to the new behavior ahead of time, use the contentStream p Nullable. [File ]: file [(Any) ]: This indicates any property can be added to this object. + [ArchiveStatus ]: fileArchiveStatus [Hashes ]: hashes [(Any) ]: This indicates any property can be added to this object. [Crc32Hash ]: The CRC32 value of the file (if available). @@ -3979,6 +4173,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. @@ -4079,6 +4286,17 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(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. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity. @@ -5088,6 +5306,8 @@ 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 total count of items in the list. +Read-only. [Items ]: All items contained in the list. [List ]: listInfo [(Any) ]: This indicates any property can be added to this object. @@ -5184,6 +5404,24 @@ Required. [LearningProviderId ]: The registration ID of the provider. Required. [Status ]: courseStatus + [Storyline ]: User's storyline singleton container. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Followers ]: The users who are following this user. + [Id ]: The unique identifier for an entity. +Read-only. + [Follower ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Followings ]: The users that this user is following. + [Id ]: The unique identifier for an entity. +Read-only. + [Following ]: The Viva Engage identities. [EmployeeHireDate ]: The date and time when the user was hired or will start work if there is a future hire. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. @@ -5198,10 +5436,10 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. @@ -5674,7 +5912,9 @@ Read-write. [(Any) ]: This indicates any property can be added to this object. [ArchiveStatus ]: siteArchiveStatus [ArchivedBy ]: identitySet - [ArchivedDateTime ]: + [ArchivedDateTime ]: Time when the container was archived. +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. [DataLocationCode ]: The geographic region code for where this site collection resides. Only present for multi-geo tenants. Read-only. @@ -5697,7 +5937,7 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. 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. - Returned only on $select. + Requires $select to retrieve. Note: This property is specific to SharePoint Online. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. @@ -5720,6 +5960,27 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityGovernance ]: identityGovernanceUserSettings + [(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 ]: 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 + [(Any) ]: This indicates any property can be added to this object. + [Duration ]: The requestor's desired duration of access represented in ISO 8601 format for durations. +For example, PT3H refers to three hours. + If specified in a request, endDateTime shouldn't be present and the type property should be set to afterDuration. + [EndDateTime ]: Timestamp of 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. + [Type ]: expirationPatternType + [Recurrence ]: patternedRecurrence + [StartDateTime ]: 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. +In PIM, when the eligible or active assignment becomes active. [IdentityParentId ]: The object ID of the parent identity for agent users. Always null for regular user accounts. For agentUser resources, this property references the object ID of the associated agent identity. @@ -5816,7 +6077,7 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for users to describe their interests. -Returned only on $select. +Requires $select to retrieve. [InvitedBy ]: directoryObject [IsLicenseReconciliationNeeded ]: Indicates whether the user is pending an exchange mailbox license assignment. Read-only. @@ -5825,7 +6086,8 @@ Returned only on $select. 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). @@ -5839,24 +6101,24 @@ If this list is non-empty, then only users or groups listed here can post. [AccessType ]: groupAccessType [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are auto-subscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -5866,6 +6128,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -6024,11 +6287,11 @@ You can use it as a $filter argument to get groups that have members with licens Supports $filter (eq). [HideFromAddressLists ]: true if the group isn't displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: true if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [InfoCatalogs ]: Identifies the info segments assigned to the group. Returned by default. @@ -6052,7 +6315,7 @@ Read-only. To manage a group 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. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -6102,6 +6365,7 @@ Read-only. [OnPremisesDomainName ]: Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only. + [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [OnPremisesLastSyncDateTime ]: Indicates the last time at which the group was synced with the on-premises directory.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. Returned by default. @@ -6285,10 +6549,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -6297,9 +6563,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. @@ -6463,7 +6758,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). @@ -6511,6 +6806,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 @@ -6908,12 +7204,12 @@ Immutable. Read-only. [UnseenConversationsCount ]: Count of conversations delivered one or more new posts since the signed-in user's last visit to the group. This property is the same as unseenCount. -Returned only on $select. +Requires $select to retrieve. [UnseenCount ]: Count of conversations that have received new posts since the signed-in user last visited the group. -This property is the same as unseenConversationsCount.Returned only on $select. +This property is the same as unseenConversationsCount.Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [UnseenMessagesCount ]: Count of new posts that have been delivered to the group's conversations since the signed-in user's last visit to the group. -Returned only on $select. +Requires $select to retrieve. [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. @@ -6924,7 +7220,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Requires $select to retrieve. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -6941,16 +7240,16 @@ Nullable. 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. Read-only. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. It also indicates licenses that are directly assigned and the ones the user inherited through group memberships. Read-only. -Returned only on $select. +Requires $select to retrieve. [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. Read-Only. @@ -7076,7 +7375,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -7310,7 +7609,7 @@ Read-only. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Notifications ]: [Id ]: The unique identifier for an entity. Read-only. @@ -7405,6 +7704,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. @@ -7453,6 +7756,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. @@ -7707,7 +8015,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for users to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [PendingAccessReviewInstances ]: Navigation property to get a list of access reviews pending approval by the reviewer. [Id ]: The unique identifier for an entity. Read-only. @@ -7727,14 +8035,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. @@ -8067,7 +8367,7 @@ Example: 'en-US', or 'es-ES'. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -8523,15 +8823,14 @@ Read-only. [WebUrl ]: Link to the institution or department homepage. [Program ]: educationalActivityDetail [(Any) ]: This indicates any property can be added to this object. - [Abbreviation ]: Shortened name of the degree or program (example: PhD, MBA) + [Abbreviation ]: Shortened name of the degree or program, for example, PhD and MBA. [Activities ]: Extracurricular activities undertaken alongside the program. [Awards ]: Any awards or honors associated with the program. [Description ]: Short description of the program provided by the user. [DisplayName ]: Long-form name of the program that the user provided. - [FieldsOfStudy ]: Majors and minors associated with the program. -(if applicable) - [Grade ]: The final grade, class, GPA, or score. - [Notes ]: More notes the user provided. + [FieldsOfStudy ]: Majors and minors associated with the program, if applicable. + [Grade ]: The final grade, class, grade point average (GPA), or score. + [Notes ]: More notes provided by the user. [WebUrl ]: Link to the degree or program page. [StartMonthYear ]: The month and year the user commenced the activity referenced. [Emails ]: Represents detailed information about email addresses associated with the user. @@ -8834,9 +9133,9 @@ Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they have attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: The scoped-role administrative unit memberships for this user. Read-only. Nullable. @@ -8900,7 +9199,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. @@ -9050,7 +9349,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Use revokeSignInSessions to reset. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -9097,6 +9396,48 @@ The language component follows two-letter codes as defined in ISO 639-1, and the For users with multigeo licenses, the property contains the user's region (if available). For users without multigeo licenses, the property contains the organization's region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China. + [Sections ]: The sections in the user's chat list. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the section was created. +Read-only. +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. + [DisplayIcon ]: sectionDisplayIcon + [(Any) ]: This indicates any property can be added to this object. + [ContentUrl ]: The URL to a custom icon image. +Applicable when iconType is custom. + [DisplayName ]: The human-readable name of the icon. + [IconType ]: The type of icon. +Use an emoji character such as 👍 for an emoji icon, or custom for a custom image icon. + [SkinTone ]: sectionIconSkinTone + [DisplayName ]: The display name of the section. +Required. +Maximum length is 50 characters. +Display names are case-sensitive and must be unique within a user's sections. +The following names are reserved for system-defined sections and can't be used when creating a user-defined section: RecentChats, QuickViews, TeamsAndChannels, MutedChats, MeetingChats, EngageCommunities. + [IsExpanded ]: Indicates whether the section is expanded in the user interface. +The default value is true. + [IsHierarchicalViewEnabled ]: Indicates whether the hierarchical view is enabled for the section. +Read-only. + [Items ]: The items (chats, channels, meetings, or communities) organized within the section. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the item was added to the section. +Read-only. +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. + [ItemType ]: sectionItemType + [LastModifiedDateTime ]: Date and time when the item was last modified. +Read-only. +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. + [LastModifiedDateTime ]: Date and time when the section was last modified. +Read-only. +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. + [SectionType ]: sectionType + [SortType ]: sectionSortType [Todo ]: todo [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -9109,6 +9450,12 @@ Read-only. Nullable. [IsOwner ]: True if the user is owner of the given task list. [IsShared ]: True if the task list is shared with other users + [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the task list. +Read-only. +Nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Value ]: The value of the property. [Tasks ]: The tasks in this task list. Read-only. Nullable. @@ -9172,9 +9519,6 @@ Read-only. [Recurrence ]: patternedRecurrence [ReminderDateTime ]: dateTimeTimeZone [SingleValueExtendedProperties ]: A collection of custom fields linked to the task. - [Id ]: The unique identifier for an entity. -Read-only. - [Value ]: The value of the property. [StartDateTime ]: dateTimeTimeZone [Status ]: taskStatus [Title ]: A brief description of the task. @@ -9226,6 +9570,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. @@ -9263,6 +9609,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. @@ -9285,6 +9632,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 ]: @@ -9338,6 +9686,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. @@ -9347,8 +9697,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. @@ -9364,6 +9712,8 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -9840,7 +10190,7 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for users to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). @@ -10134,22 +10484,23 @@ Always null when the object hasn't been deleted. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -10179,12 +10530,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -10294,7 +10702,7 @@ Optional. [IncludeBasicClaimSet ]: Determines whether the basic claim set is included in tokens affected by this policy. If set to true, all claims in the basic claim set are emitted in tokens affected by the policy. By default the basic claim set isn't in the tokens unless they're explicitly configured in this policy. - [CreatedByAppId ]: The appId (called Application (client) ID on the Microsoft Entra admin center) of the application used to create the service principal. + [CreatedByAppId ]: The appId of the application that created this service principal. Set internally by Microsoft Entra ID. Read-only. [CreatedObjects ]: Directory objects created by this service principal. @@ -10426,7 +10834,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -10585,13 +10993,13 @@ May not begin with .. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [ApprovedClientApps ]: + [ApprovedClientApps ]: The collection of approved client apps that are associated with the RDS configuration. +Supports $expand. [Id ]: The unique identifier for an entity. Read-only. - [DisplayName ]: + [DisplayName ]: Display name for the client application. [IsRemoteDesktopProtocolEnabled ]: Determines if Microsoft Entra ID RDS authentication protocol for RDP is enabled. [TargetDeviceGroups ]: The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. -
]: The unique identifier for an entity. Read-only. [DisplayName ]: Display name for the target device group. @@ -10952,7 +11360,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. - [ExternalAuthenticationMethods ]: Represents the external methods registered to a user for authentication. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. Optional. @@ -10968,7 +11376,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. - [DisplayName ]: Custom name given to the registered external authentication method. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. @@ -11221,7 +11629,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -11474,7 +11882,7 @@ Read-only. The identifiers must be unique in the tenant. [Birthday ]: The birthday of the user. 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 Returned only on $select. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. Only one number can be set for this property. Read-only for users synced from on-premises directory. @@ -12084,6 +12492,49 @@ This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. Read only. + [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. +Nullable. + [Attachments ]: References to attached objects like files, tabs, meetings etc. + [Body ]: itemBody + [ChannelIdentity ]: channelIdentity + [ChatId ]: If the message was sent in a chat, represents the identity of the chat. + [CreatedDateTime ]: Timestamp of when the chat message was created. + [DeletedDateTime ]: Read only. +Timestamp at which the chat message was deleted, or null if not deleted. + [Etag ]: Read-only. +Version number of the chat message. + [EventDetail ]: eventMessageDetail + [From ]: chatMessageFromIdentitySet + [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. + [Importance ]: chatMessageImportance + [LastEditedDateTime ]: Read only. +Timestamp when edits to the chat message were made. +Triggers an 'Edited' flag in the Teams UI. +If no edits are made the value is null. + [LastModifiedDateTime ]: Read only. +Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. + [Locale ]: Locale of the chat message set by the client. +Always set to en-us. + [Mentions ]: List of entities mentioned in the chat message. +Supported entities are: user, bot, team, channel, chat, and tag. + [MessageHistory ]: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. + [MessageType ]: chatMessageType + [OnBehalfOf ]: chatMessageFromIdentitySet + [PolicyViolation ]: chatMessagePolicyViolation + [Reactions ]: Reactions for this chat message (for example, Like). + [Replies ]: Replies for a specified message. +Supports $expand for channel messages. + [ReplyToId ]: Read-only. +ID of the parent chat message or root chat message of the thread. +(Only applies to chat messages in channels, not chats.) + [Subject ]: The subject of the chat message, in plaintext. + [Summary ]: Summary text of the chat message that could be used for push notifications and summary views or fall back views. +Only applies to channel chat messages, not chat messages in a chat. + [WebUrl ]: Read-only. +Link to the message in Microsoft Teams. + [Id ]: The unique identifier for an entity. +Read-only. + [Recipient ]: identity [TenantId ]: The identifier of the tenant in which the chat was created. Read-only. [Topic ]: (Optional) Subject or topic for the chat. @@ -12119,21 +12570,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -12223,7 +12731,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 @@ -12248,6 +12758,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. @@ -12455,10 +12998,11 @@ 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. + [ContentCategory ]: contentCategory [CorrelationId ]: An identifier used to group multiple related content entries (for example, different parts of the same file upload, messages in a conversation). [CreatedDateTime ]: Required. Timestamp indicating when the original content was created (for example, file creation time, message sent time). @@ -12743,6 +13287,7 @@ To proactively opt in to the new behavior ahead of time, use the contentStream p Nullable. [File ]: file [(Any) ]: This indicates any property can be added to this object. + [ArchiveStatus ]: fileArchiveStatus [Hashes ]: hashes [(Any) ]: This indicates any property can be added to this object. [Crc32Hash ]: The CRC32 value of the file (if available). @@ -12753,6 +13298,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. @@ -12853,6 +13411,17 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(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. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity. @@ -13862,6 +14431,8 @@ 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 total count of items in the list. +Read-only. [Items ]: All items contained in the list. [List ]: listInfo [(Any) ]: This indicates any property can be added to this object. @@ -13958,6 +14529,24 @@ Required. [LearningProviderId ]: The registration ID of the provider. Required. [Status ]: courseStatus + [Storyline ]: User's storyline singleton container. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Followers ]: The users who are following this user. + [Id ]: The unique identifier for an entity. +Read-only. + [Follower ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Followings ]: The users that this user is following. + [Id ]: The unique identifier for an entity. +Read-only. + [Following ]: The Viva Engage identities. [EmployeeHireDate ]: The date and time when the user was hired or will start work if there is a future hire. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. @@ -13972,10 +14561,10 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. @@ -14448,7 +15037,9 @@ Read-write. [(Any) ]: This indicates any property can be added to this object. [ArchiveStatus ]: siteArchiveStatus [ArchivedBy ]: identitySet - [ArchivedDateTime ]: + [ArchivedDateTime ]: Time when the container was archived. +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. [DataLocationCode ]: The geographic region code for where this site collection resides. Only present for multi-geo tenants. Read-only. @@ -14471,7 +15062,7 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. 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. - Returned only on $select. + Requires $select to retrieve. Note: This property is specific to SharePoint Online. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. @@ -14494,6 +15085,27 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityGovernance ]: identityGovernanceUserSettings + [(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 ]: 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 + [(Any) ]: This indicates any property can be added to this object. + [Duration ]: The requestor's desired duration of access represented in ISO 8601 format for durations. +For example, PT3H refers to three hours. + If specified in a request, endDateTime shouldn't be present and the type property should be set to afterDuration. + [EndDateTime ]: Timestamp of 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. + [Type ]: expirationPatternType + [Recurrence ]: patternedRecurrence + [StartDateTime ]: 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. +In PIM, when the eligible or active assignment becomes active. [IdentityParentId ]: The object ID of the parent identity for agent users. Always null for regular user accounts. For agentUser resources, this property references the object ID of the associated agent identity. @@ -14590,7 +15202,7 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for users to describe their interests. -Returned only on $select. +Requires $select to retrieve. [InvitedBy ]: directoryObject [IsLicenseReconciliationNeeded ]: Indicates whether the user is pending an exchange mailbox license assignment. Read-only. @@ -14599,7 +15211,8 @@ Returned only on $select. 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). @@ -14613,24 +15226,24 @@ If this list is non-empty, then only users or groups listed here can post. [AccessType ]: groupAccessType [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are auto-subscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -14640,6 +15253,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -14798,11 +15412,11 @@ You can use it as a $filter argument to get groups that have members with licens Supports $filter (eq). [HideFromAddressLists ]: true if the group isn't displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: true if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [InfoCatalogs ]: Identifies the info segments assigned to the group. Returned by default. @@ -14826,7 +15440,7 @@ Read-only. To manage a group 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. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -14876,6 +15490,7 @@ Read-only. [OnPremisesDomainName ]: Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only. + [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [OnPremisesLastSyncDateTime ]: Indicates the last time at which the group was synced with the on-premises directory.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. Returned by default. @@ -15059,10 +15674,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -15071,9 +15688,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. @@ -15237,7 +15883,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). @@ -15285,6 +15931,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 @@ -15682,12 +16329,12 @@ Immutable. Read-only. [UnseenConversationsCount ]: Count of conversations delivered one or more new posts since the signed-in user's last visit to the group. This property is the same as unseenCount. -Returned only on $select. +Requires $select to retrieve. [UnseenCount ]: Count of conversations that have received new posts since the signed-in user last visited the group. -This property is the same as unseenConversationsCount.Returned only on $select. +This property is the same as unseenConversationsCount.Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [UnseenMessagesCount ]: Count of new posts that have been delivered to the group's conversations since the signed-in user's last visit to the group. -Returned only on $select. +Requires $select to retrieve. [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. @@ -15698,7 +16345,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Requires $select to retrieve. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -15715,16 +16365,16 @@ Nullable. 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. Read-only. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. It also indicates licenses that are directly assigned and the ones the user inherited through group memberships. Read-only. -Returned only on $select. +Requires $select to retrieve. [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. Read-Only. @@ -15850,7 +16500,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -16084,7 +16734,7 @@ Read-only. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Notifications ]: [Id ]: The unique identifier for an entity. Read-only. @@ -16179,6 +16829,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. @@ -16227,6 +16881,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. @@ -16481,7 +17140,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for users to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [PendingAccessReviewInstances ]: Navigation property to get a list of access reviews pending approval by the reviewer. [Id ]: The unique identifier for an entity. Read-only. @@ -16501,14 +17160,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. @@ -16841,7 +17492,7 @@ Example: 'en-US', or 'es-ES'. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -17297,15 +17948,14 @@ Read-only. [WebUrl ]: Link to the institution or department homepage. [Program ]: educationalActivityDetail [(Any) ]: This indicates any property can be added to this object. - [Abbreviation ]: Shortened name of the degree or program (example: PhD, MBA) + [Abbreviation ]: Shortened name of the degree or program, for example, PhD and MBA. [Activities ]: Extracurricular activities undertaken alongside the program. [Awards ]: Any awards or honors associated with the program. [Description ]: Short description of the program provided by the user. [DisplayName ]: Long-form name of the program that the user provided. - [FieldsOfStudy ]: Majors and minors associated with the program. -(if applicable) - [Grade ]: The final grade, class, GPA, or score. - [Notes ]: More notes the user provided. + [FieldsOfStudy ]: Majors and minors associated with the program, if applicable. + [Grade ]: The final grade, class, grade point average (GPA), or score. + [Notes ]: More notes provided by the user. [WebUrl ]: Link to the degree or program page. [StartMonthYear ]: The month and year the user commenced the activity referenced. [Emails ]: Represents detailed information about email addresses associated with the user. @@ -17608,9 +18258,9 @@ Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they have attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: The scoped-role administrative unit memberships for this user. Read-only. Nullable. @@ -17674,7 +18324,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. @@ -17824,7 +18474,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Use revokeSignInSessions to reset. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -17871,6 +18521,48 @@ The language component follows two-letter codes as defined in ISO 639-1, and the For users with multigeo licenses, the property contains the user's region (if available). For users without multigeo licenses, the property contains the organization's region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China. + [Sections ]: The sections in the user's chat list. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the section was created. +Read-only. +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. + [DisplayIcon ]: sectionDisplayIcon + [(Any) ]: This indicates any property can be added to this object. + [ContentUrl ]: The URL to a custom icon image. +Applicable when iconType is custom. + [DisplayName ]: The human-readable name of the icon. + [IconType ]: The type of icon. +Use an emoji character such as 👍 for an emoji icon, or custom for a custom image icon. + [SkinTone ]: sectionIconSkinTone + [DisplayName ]: The display name of the section. +Required. +Maximum length is 50 characters. +Display names are case-sensitive and must be unique within a user's sections. +The following names are reserved for system-defined sections and can't be used when creating a user-defined section: RecentChats, QuickViews, TeamsAndChannels, MutedChats, MeetingChats, EngageCommunities. + [IsExpanded ]: Indicates whether the section is expanded in the user interface. +The default value is true. + [IsHierarchicalViewEnabled ]: Indicates whether the hierarchical view is enabled for the section. +Read-only. + [Items ]: The items (chats, channels, meetings, or communities) organized within the section. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the item was added to the section. +Read-only. +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. + [ItemType ]: sectionItemType + [LastModifiedDateTime ]: Date and time when the item was last modified. +Read-only. +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. + [LastModifiedDateTime ]: Date and time when the section was last modified. +Read-only. +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. + [SectionType ]: sectionType + [SortType ]: sectionSortType [Todo ]: todo [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -17883,6 +18575,12 @@ Read-only. Nullable. [IsOwner ]: True if the user is owner of the given task list. [IsShared ]: True if the task list is shared with other users + [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the task list. +Read-only. +Nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Value ]: The value of the property. [Tasks ]: The tasks in this task list. Read-only. Nullable. @@ -17946,9 +18644,6 @@ Read-only. [Recurrence ]: patternedRecurrence [ReminderDateTime ]: dateTimeTimeZone [SingleValueExtendedProperties ]: A collection of custom fields linked to the task. - [Id ]: The unique identifier for an entity. -Read-only. - [Value ]: The value of the property. [StartDateTime ]: dateTimeTimeZone [Status ]: taskStatus [Title ]: A brief description of the task. @@ -18000,6 +18695,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. @@ -18037,6 +18734,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. @@ -18059,6 +18757,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 ]: @@ -18112,6 +18811,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. @@ -18121,8 +18822,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. @@ -18138,6 +18837,8 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -18605,7 +19306,7 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for users to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). @@ -18899,22 +19600,23 @@ Always null when the object hasn't been deleted. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -18944,12 +19646,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -19059,7 +19818,7 @@ Optional. [IncludeBasicClaimSet ]: Determines whether the basic claim set is included in tokens affected by this policy. If set to true, all claims in the basic claim set are emitted in tokens affected by the policy. By default the basic claim set isn't in the tokens unless they're explicitly configured in this policy. - [CreatedByAppId ]: The appId (called Application (client) ID on the Microsoft Entra admin center) of the application used to create the service principal. + [CreatedByAppId ]: The appId of the application that created this service principal. Set internally by Microsoft Entra ID. Read-only. [CreatedObjects ]: Directory objects created by this service principal. @@ -19191,7 +19950,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -19350,13 +20109,13 @@ May not begin with .. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [ApprovedClientApps ]: + [ApprovedClientApps ]: The collection of approved client apps that are associated with the RDS configuration. +Supports $expand. [Id ]: The unique identifier for an entity. Read-only. - [DisplayName ]: + [DisplayName ]: Display name for the client application. [IsRemoteDesktopProtocolEnabled ]: Determines if Microsoft Entra ID RDS authentication protocol for RDP is enabled. [TargetDeviceGroups ]: The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. -
]: The unique identifier for an entity. Read-only. [DisplayName ]: Display name for the target device group. @@ -19717,7 +20476,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. - [ExternalAuthenticationMethods ]: Represents the external methods registered to a user for authentication. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. Optional. @@ -19733,7 +20492,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. - [DisplayName ]: Custom name given to the registered external authentication method. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. @@ -19986,7 +20745,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -20239,7 +20998,7 @@ Read-only. The identifiers must be unique in the tenant. [Birthday ]: The birthday of the user. 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 Returned only on $select. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. Only one number can be set for this property. Read-only for users synced from on-premises directory. @@ -20849,6 +21608,49 @@ This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. Read only. + [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. +Nullable. + [Attachments ]: References to attached objects like files, tabs, meetings etc. + [Body ]: itemBody + [ChannelIdentity ]: channelIdentity + [ChatId ]: If the message was sent in a chat, represents the identity of the chat. + [CreatedDateTime ]: Timestamp of when the chat message was created. + [DeletedDateTime ]: Read only. +Timestamp at which the chat message was deleted, or null if not deleted. + [Etag ]: Read-only. +Version number of the chat message. + [EventDetail ]: eventMessageDetail + [From ]: chatMessageFromIdentitySet + [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. + [Importance ]: chatMessageImportance + [LastEditedDateTime ]: Read only. +Timestamp when edits to the chat message were made. +Triggers an 'Edited' flag in the Teams UI. +If no edits are made the value is null. + [LastModifiedDateTime ]: Read only. +Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. + [Locale ]: Locale of the chat message set by the client. +Always set to en-us. + [Mentions ]: List of entities mentioned in the chat message. +Supported entities are: user, bot, team, channel, chat, and tag. + [MessageHistory ]: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. + [MessageType ]: chatMessageType + [OnBehalfOf ]: chatMessageFromIdentitySet + [PolicyViolation ]: chatMessagePolicyViolation + [Reactions ]: Reactions for this chat message (for example, Like). + [Replies ]: Replies for a specified message. +Supports $expand for channel messages. + [ReplyToId ]: Read-only. +ID of the parent chat message or root chat message of the thread. +(Only applies to chat messages in channels, not chats.) + [Subject ]: The subject of the chat message, in plaintext. + [Summary ]: Summary text of the chat message that could be used for push notifications and summary views or fall back views. +Only applies to channel chat messages, not chat messages in a chat. + [WebUrl ]: Read-only. +Link to the message in Microsoft Teams. + [Id ]: The unique identifier for an entity. +Read-only. + [Recipient ]: identity [TenantId ]: The identifier of the tenant in which the chat was created. Read-only. [Topic ]: (Optional) Subject or topic for the chat. @@ -20884,21 +21686,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -20988,7 +21847,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 @@ -21013,6 +21874,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. @@ -21220,10 +22114,11 @@ 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. + [ContentCategory ]: contentCategory [CorrelationId ]: An identifier used to group multiple related content entries (for example, different parts of the same file upload, messages in a conversation). [CreatedDateTime ]: Required. Timestamp indicating when the original content was created (for example, file creation time, message sent time). @@ -21508,6 +22403,7 @@ To proactively opt in to the new behavior ahead of time, use the contentStream p Nullable. [File ]: file [(Any) ]: This indicates any property can be added to this object. + [ArchiveStatus ]: fileArchiveStatus [Hashes ]: hashes [(Any) ]: This indicates any property can be added to this object. [Crc32Hash ]: The CRC32 value of the file (if available). @@ -21518,6 +22414,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. @@ -21618,6 +22527,17 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(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. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity. @@ -22627,6 +23547,8 @@ 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 total count of items in the list. +Read-only. [Items ]: All items contained in the list. [List ]: listInfo [(Any) ]: This indicates any property can be added to this object. @@ -22723,6 +23645,24 @@ Required. [LearningProviderId ]: The registration ID of the provider. Required. [Status ]: courseStatus + [Storyline ]: User's storyline singleton container. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Followers ]: The users who are following this user. + [Id ]: The unique identifier for an entity. +Read-only. + [Follower ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Followings ]: The users that this user is following. + [Id ]: The unique identifier for an entity. +Read-only. + [Following ]: The Viva Engage identities. [EmployeeHireDate ]: The date and time when the user was hired or will start work if there is a future hire. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. @@ -22737,10 +23677,10 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. @@ -23213,7 +24153,9 @@ Read-write. [(Any) ]: This indicates any property can be added to this object. [ArchiveStatus ]: siteArchiveStatus [ArchivedBy ]: identitySet - [ArchivedDateTime ]: + [ArchivedDateTime ]: Time when the container was archived. +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. [DataLocationCode ]: The geographic region code for where this site collection resides. Only present for multi-geo tenants. Read-only. @@ -23236,7 +24178,7 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. 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. - Returned only on $select. + Requires $select to retrieve. Note: This property is specific to SharePoint Online. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. @@ -23259,6 +24201,27 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityGovernance ]: identityGovernanceUserSettings + [(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 ]: 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 + [(Any) ]: This indicates any property can be added to this object. + [Duration ]: The requestor's desired duration of access represented in ISO 8601 format for durations. +For example, PT3H refers to three hours. + If specified in a request, endDateTime shouldn't be present and the type property should be set to afterDuration. + [EndDateTime ]: Timestamp of 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. + [Type ]: expirationPatternType + [Recurrence ]: patternedRecurrence + [StartDateTime ]: 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. +In PIM, when the eligible or active assignment becomes active. [IdentityParentId ]: The object ID of the parent identity for agent users. Always null for regular user accounts. For agentUser resources, this property references the object ID of the associated agent identity. @@ -23355,7 +24318,7 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for users to describe their interests. -Returned only on $select. +Requires $select to retrieve. [InvitedBy ]: directoryObject [IsLicenseReconciliationNeeded ]: Indicates whether the user is pending an exchange mailbox license assignment. Read-only. @@ -23364,7 +24327,8 @@ Returned only on $select. 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). @@ -23378,24 +24342,24 @@ If this list is non-empty, then only users or groups listed here can post. [AccessType ]: groupAccessType [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are auto-subscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -23405,6 +24369,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -23563,11 +24528,11 @@ You can use it as a $filter argument to get groups that have members with licens Supports $filter (eq). [HideFromAddressLists ]: true if the group isn't displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: true if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [InfoCatalogs ]: Identifies the info segments assigned to the group. Returned by default. @@ -23591,7 +24556,7 @@ Read-only. To manage a group 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. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -23641,6 +24606,7 @@ Read-only. [OnPremisesDomainName ]: Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only. + [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [OnPremisesLastSyncDateTime ]: Indicates the last time at which the group was synced with the on-premises directory.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. Returned by default. @@ -23824,10 +24790,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -23836,9 +24804,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. @@ -24002,7 +24999,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). @@ -24050,6 +25047,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 @@ -24447,12 +25445,12 @@ Immutable. Read-only. [UnseenConversationsCount ]: Count of conversations delivered one or more new posts since the signed-in user's last visit to the group. This property is the same as unseenCount. -Returned only on $select. +Requires $select to retrieve. [UnseenCount ]: Count of conversations that have received new posts since the signed-in user last visited the group. -This property is the same as unseenConversationsCount.Returned only on $select. +This property is the same as unseenConversationsCount.Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [UnseenMessagesCount ]: Count of new posts that have been delivered to the group's conversations since the signed-in user's last visit to the group. -Returned only on $select. +Requires $select to retrieve. [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. @@ -24463,7 +25461,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Requires $select to retrieve. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -24480,16 +25481,16 @@ Nullable. 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. Read-only. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. It also indicates licenses that are directly assigned and the ones the user inherited through group memberships. Read-only. -Returned only on $select. +Requires $select to retrieve. [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. Read-Only. @@ -24615,7 +25616,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -24849,7 +25850,7 @@ Read-only. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Notifications ]: [Id ]: The unique identifier for an entity. Read-only. @@ -24944,6 +25945,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. @@ -24992,6 +25997,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. @@ -25246,7 +26256,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for users to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [PendingAccessReviewInstances ]: Navigation property to get a list of access reviews pending approval by the reviewer. [Id ]: The unique identifier for an entity. Read-only. @@ -25266,14 +26276,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. @@ -25606,7 +26608,7 @@ Example: 'en-US', or 'es-ES'. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -26062,15 +27064,14 @@ Read-only. [WebUrl ]: Link to the institution or department homepage. [Program ]: educationalActivityDetail [(Any) ]: This indicates any property can be added to this object. - [Abbreviation ]: Shortened name of the degree or program (example: PhD, MBA) + [Abbreviation ]: Shortened name of the degree or program, for example, PhD and MBA. [Activities ]: Extracurricular activities undertaken alongside the program. [Awards ]: Any awards or honors associated with the program. [Description ]: Short description of the program provided by the user. [DisplayName ]: Long-form name of the program that the user provided. - [FieldsOfStudy ]: Majors and minors associated with the program. -(if applicable) - [Grade ]: The final grade, class, GPA, or score. - [Notes ]: More notes the user provided. + [FieldsOfStudy ]: Majors and minors associated with the program, if applicable. + [Grade ]: The final grade, class, grade point average (GPA), or score. + [Notes ]: More notes provided by the user. [WebUrl ]: Link to the degree or program page. [StartMonthYear ]: The month and year the user commenced the activity referenced. [Emails ]: Represents detailed information about email addresses associated with the user. @@ -26373,9 +27374,9 @@ Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they have attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: The scoped-role administrative unit memberships for this user. Read-only. Nullable. @@ -26439,7 +27440,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. @@ -26589,7 +27590,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Use revokeSignInSessions to reset. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -26636,6 +27637,48 @@ The language component follows two-letter codes as defined in ISO 639-1, and the For users with multigeo licenses, the property contains the user's region (if available). For users without multigeo licenses, the property contains the organization's region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China. + [Sections ]: The sections in the user's chat list. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the section was created. +Read-only. +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. + [DisplayIcon ]: sectionDisplayIcon + [(Any) ]: This indicates any property can be added to this object. + [ContentUrl ]: The URL to a custom icon image. +Applicable when iconType is custom. + [DisplayName ]: The human-readable name of the icon. + [IconType ]: The type of icon. +Use an emoji character such as 👍 for an emoji icon, or custom for a custom image icon. + [SkinTone ]: sectionIconSkinTone + [DisplayName ]: The display name of the section. +Required. +Maximum length is 50 characters. +Display names are case-sensitive and must be unique within a user's sections. +The following names are reserved for system-defined sections and can't be used when creating a user-defined section: RecentChats, QuickViews, TeamsAndChannels, MutedChats, MeetingChats, EngageCommunities. + [IsExpanded ]: Indicates whether the section is expanded in the user interface. +The default value is true. + [IsHierarchicalViewEnabled ]: Indicates whether the hierarchical view is enabled for the section. +Read-only. + [Items ]: The items (chats, channels, meetings, or communities) organized within the section. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the item was added to the section. +Read-only. +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. + [ItemType ]: sectionItemType + [LastModifiedDateTime ]: Date and time when the item was last modified. +Read-only. +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. + [LastModifiedDateTime ]: Date and time when the section was last modified. +Read-only. +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. + [SectionType ]: sectionType + [SortType ]: sectionSortType [Todo ]: todo [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -26648,6 +27691,12 @@ Read-only. Nullable. [IsOwner ]: True if the user is owner of the given task list. [IsShared ]: True if the task list is shared with other users + [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the task list. +Read-only. +Nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Value ]: The value of the property. [Tasks ]: The tasks in this task list. Read-only. Nullable. @@ -26711,9 +27760,6 @@ Read-only. [Recurrence ]: patternedRecurrence [ReminderDateTime ]: dateTimeTimeZone [SingleValueExtendedProperties ]: A collection of custom fields linked to the task. - [Id ]: The unique identifier for an entity. -Read-only. - [Value ]: The value of the property. [StartDateTime ]: dateTimeTimeZone [Status ]: taskStatus [Title ]: A brief description of the task. @@ -26765,6 +27811,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. @@ -26802,6 +27850,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. @@ -26824,6 +27873,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 ]: @@ -26877,6 +27927,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. @@ -26886,8 +27938,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. @@ -26903,6 +27953,8 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementScriptAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementScriptAssignment.md index 6017116ee8804..e83166574dc43 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementScriptAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementScriptAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/new-mgbetadevicemanagementscriptassignment Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementScriptAssignment --- @@ -25,7 +25,6 @@ New-MgBetaDeviceManagementScriptAssignment -DeviceManagementScriptId [-Target ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -36,7 +35,6 @@ New-MgBetaDeviceManagementScriptAssignment -DeviceManagementScriptId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -47,7 +45,6 @@ New-MgBetaDeviceManagementScriptAssignment -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -58,7 +55,6 @@ New-MgBetaDeviceManagementScriptAssignment -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementScriptDeviceRunState.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementScriptDeviceRunState.md index 08c180a191bd8..6f102d1554fad 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementScriptDeviceRunState.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementScriptDeviceRunState.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/new-mgbetadevicemanagementscriptdevicerunstate Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementScriptDeviceRunState --- @@ -26,7 +26,7 @@ New-MgBetaDeviceManagementScriptDeviceRunState -DeviceManagementScriptId ] [-ResultMessage ] [-RunState ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -37,7 +37,6 @@ New-MgBetaDeviceManagementScriptDeviceRunState -DeviceManagementScriptId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -49,7 +48,7 @@ New-MgBetaDeviceManagementScriptDeviceRunState -InputObject ] [-ResultMessage ] [-RunState ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -60,7 +59,6 @@ New-MgBetaDeviceManagementScriptDeviceRunState -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -1038,7 +1036,7 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for users to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). @@ -1332,22 +1330,23 @@ Always null when the object hasn't been deleted. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -1377,12 +1376,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -1492,7 +1548,7 @@ Optional. [IncludeBasicClaimSet ]: Determines whether the basic claim set is included in tokens affected by this policy. If set to true, all claims in the basic claim set are emitted in tokens affected by the policy. By default the basic claim set isn't in the tokens unless they're explicitly configured in this policy. - [CreatedByAppId ]: The appId (called Application (client) ID on the Microsoft Entra admin center) of the application used to create the service principal. + [CreatedByAppId ]: The appId of the application that created this service principal. Set internally by Microsoft Entra ID. Read-only. [CreatedObjects ]: Directory objects created by this service principal. @@ -1624,7 +1680,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -1783,13 +1839,13 @@ May not begin with .. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [ApprovedClientApps ]: + [ApprovedClientApps ]: The collection of approved client apps that are associated with the RDS configuration. +Supports $expand. [Id ]: The unique identifier for an entity. Read-only. - [DisplayName ]: + [DisplayName ]: Display name for the client application. [IsRemoteDesktopProtocolEnabled ]: Determines if Microsoft Entra ID RDS authentication protocol for RDP is enabled. [TargetDeviceGroups ]: The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. -
]: The unique identifier for an entity. Read-only. [DisplayName ]: Display name for the target device group. @@ -2150,7 +2206,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. - [ExternalAuthenticationMethods ]: Represents the external methods registered to a user for authentication. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. Optional. @@ -2166,7 +2222,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. - [DisplayName ]: Custom name given to the registered external authentication method. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. @@ -2419,7 +2475,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -2672,7 +2728,7 @@ Read-only. The identifiers must be unique in the tenant. [Birthday ]: The birthday of the user. 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 Returned only on $select. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. Only one number can be set for this property. Read-only for users synced from on-premises directory. @@ -3282,6 +3338,49 @@ This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. Read only. + [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. +Nullable. + [Attachments ]: References to attached objects like files, tabs, meetings etc. + [Body ]: itemBody + [ChannelIdentity ]: channelIdentity + [ChatId ]: If the message was sent in a chat, represents the identity of the chat. + [CreatedDateTime ]: Timestamp of when the chat message was created. + [DeletedDateTime ]: Read only. +Timestamp at which the chat message was deleted, or null if not deleted. + [Etag ]: Read-only. +Version number of the chat message. + [EventDetail ]: eventMessageDetail + [From ]: chatMessageFromIdentitySet + [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. + [Importance ]: chatMessageImportance + [LastEditedDateTime ]: Read only. +Timestamp when edits to the chat message were made. +Triggers an 'Edited' flag in the Teams UI. +If no edits are made the value is null. + [LastModifiedDateTime ]: Read only. +Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. + [Locale ]: Locale of the chat message set by the client. +Always set to en-us. + [Mentions ]: List of entities mentioned in the chat message. +Supported entities are: user, bot, team, channel, chat, and tag. + [MessageHistory ]: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. + [MessageType ]: chatMessageType + [OnBehalfOf ]: chatMessageFromIdentitySet + [PolicyViolation ]: chatMessagePolicyViolation + [Reactions ]: Reactions for this chat message (for example, Like). + [Replies ]: Replies for a specified message. +Supports $expand for channel messages. + [ReplyToId ]: Read-only. +ID of the parent chat message or root chat message of the thread. +(Only applies to chat messages in channels, not chats.) + [Subject ]: The subject of the chat message, in plaintext. + [Summary ]: Summary text of the chat message that could be used for push notifications and summary views or fall back views. +Only applies to channel chat messages, not chat messages in a chat. + [WebUrl ]: Read-only. +Link to the message in Microsoft Teams. + [Id ]: The unique identifier for an entity. +Read-only. + [Recipient ]: identity [TenantId ]: The identifier of the tenant in which the chat was created. Read-only. [Topic ]: (Optional) Subject or topic for the chat. @@ -3317,21 +3416,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -3421,7 +3577,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 @@ -3446,6 +3604,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. @@ -3653,10 +3844,11 @@ 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. + [ContentCategory ]: contentCategory [CorrelationId ]: An identifier used to group multiple related content entries (for example, different parts of the same file upload, messages in a conversation). [CreatedDateTime ]: Required. Timestamp indicating when the original content was created (for example, file creation time, message sent time). @@ -3941,6 +4133,7 @@ To proactively opt in to the new behavior ahead of time, use the contentStream p Nullable. [File ]: file [(Any) ]: This indicates any property can be added to this object. + [ArchiveStatus ]: fileArchiveStatus [Hashes ]: hashes [(Any) ]: This indicates any property can be added to this object. [Crc32Hash ]: The CRC32 value of the file (if available). @@ -3951,6 +4144,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. @@ -4051,6 +4257,17 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(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. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity. @@ -5060,6 +5277,8 @@ 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 total count of items in the list. +Read-only. [Items ]: All items contained in the list. [List ]: listInfo [(Any) ]: This indicates any property can be added to this object. @@ -5156,6 +5375,24 @@ Required. [LearningProviderId ]: The registration ID of the provider. Required. [Status ]: courseStatus + [Storyline ]: User's storyline singleton container. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Followers ]: The users who are following this user. + [Id ]: The unique identifier for an entity. +Read-only. + [Follower ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Followings ]: The users that this user is following. + [Id ]: The unique identifier for an entity. +Read-only. + [Following ]: The Viva Engage identities. [EmployeeHireDate ]: The date and time when the user was hired or will start work if there is a future hire. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. @@ -5170,10 +5407,10 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. @@ -5646,7 +5883,9 @@ Read-write. [(Any) ]: This indicates any property can be added to this object. [ArchiveStatus ]: siteArchiveStatus [ArchivedBy ]: identitySet - [ArchivedDateTime ]: + [ArchivedDateTime ]: Time when the container was archived. +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. [DataLocationCode ]: The geographic region code for where this site collection resides. Only present for multi-geo tenants. Read-only. @@ -5669,7 +5908,7 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. 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. - Returned only on $select. + Requires $select to retrieve. Note: This property is specific to SharePoint Online. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. @@ -5692,6 +5931,27 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityGovernance ]: identityGovernanceUserSettings + [(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 ]: 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 + [(Any) ]: This indicates any property can be added to this object. + [Duration ]: The requestor's desired duration of access represented in ISO 8601 format for durations. +For example, PT3H refers to three hours. + If specified in a request, endDateTime shouldn't be present and the type property should be set to afterDuration. + [EndDateTime ]: Timestamp of 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. + [Type ]: expirationPatternType + [Recurrence ]: patternedRecurrence + [StartDateTime ]: 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. +In PIM, when the eligible or active assignment becomes active. [IdentityParentId ]: The object ID of the parent identity for agent users. Always null for regular user accounts. For agentUser resources, this property references the object ID of the associated agent identity. @@ -5788,7 +6048,7 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for users to describe their interests. -Returned only on $select. +Requires $select to retrieve. [InvitedBy ]: directoryObject [IsLicenseReconciliationNeeded ]: Indicates whether the user is pending an exchange mailbox license assignment. Read-only. @@ -5797,7 +6057,8 @@ Returned only on $select. 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). @@ -5811,24 +6072,24 @@ If this list is non-empty, then only users or groups listed here can post. [AccessType ]: groupAccessType [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are auto-subscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -5838,6 +6099,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -5996,11 +6258,11 @@ You can use it as a $filter argument to get groups that have members with licens Supports $filter (eq). [HideFromAddressLists ]: true if the group isn't displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: true if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [InfoCatalogs ]: Identifies the info segments assigned to the group. Returned by default. @@ -6024,7 +6286,7 @@ Read-only. To manage a group 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. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -6074,6 +6336,7 @@ Read-only. [OnPremisesDomainName ]: Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only. + [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [OnPremisesLastSyncDateTime ]: Indicates the last time at which the group was synced with the on-premises directory.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. Returned by default. @@ -6257,10 +6520,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -6269,9 +6534,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. @@ -6435,7 +6729,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). @@ -6483,6 +6777,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 @@ -6880,12 +7175,12 @@ Immutable. Read-only. [UnseenConversationsCount ]: Count of conversations delivered one or more new posts since the signed-in user's last visit to the group. This property is the same as unseenCount. -Returned only on $select. +Requires $select to retrieve. [UnseenCount ]: Count of conversations that have received new posts since the signed-in user last visited the group. -This property is the same as unseenConversationsCount.Returned only on $select. +This property is the same as unseenConversationsCount.Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [UnseenMessagesCount ]: Count of new posts that have been delivered to the group's conversations since the signed-in user's last visit to the group. -Returned only on $select. +Requires $select to retrieve. [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. @@ -6896,7 +7191,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Requires $select to retrieve. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -6913,16 +7211,16 @@ Nullable. 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. Read-only. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. It also indicates licenses that are directly assigned and the ones the user inherited through group memberships. Read-only. -Returned only on $select. +Requires $select to retrieve. [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. Read-Only. @@ -7048,7 +7346,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -7282,7 +7580,7 @@ Read-only. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Notifications ]: [Id ]: The unique identifier for an entity. Read-only. @@ -7377,6 +7675,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. @@ -7425,6 +7727,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. @@ -7679,7 +7986,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for users to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [PendingAccessReviewInstances ]: Navigation property to get a list of access reviews pending approval by the reviewer. [Id ]: The unique identifier for an entity. Read-only. @@ -7699,14 +8006,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. @@ -8039,7 +8338,7 @@ Example: 'en-US', or 'es-ES'. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -8495,15 +8794,14 @@ Read-only. [WebUrl ]: Link to the institution or department homepage. [Program ]: educationalActivityDetail [(Any) ]: This indicates any property can be added to this object. - [Abbreviation ]: Shortened name of the degree or program (example: PhD, MBA) + [Abbreviation ]: Shortened name of the degree or program, for example, PhD and MBA. [Activities ]: Extracurricular activities undertaken alongside the program. [Awards ]: Any awards or honors associated with the program. [Description ]: Short description of the program provided by the user. [DisplayName ]: Long-form name of the program that the user provided. - [FieldsOfStudy ]: Majors and minors associated with the program. -(if applicable) - [Grade ]: The final grade, class, GPA, or score. - [Notes ]: More notes the user provided. + [FieldsOfStudy ]: Majors and minors associated with the program, if applicable. + [Grade ]: The final grade, class, grade point average (GPA), or score. + [Notes ]: More notes provided by the user. [WebUrl ]: Link to the degree or program page. [StartMonthYear ]: The month and year the user commenced the activity referenced. [Emails ]: Represents detailed information about email addresses associated with the user. @@ -8806,9 +9104,9 @@ Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they have attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: The scoped-role administrative unit memberships for this user. Read-only. Nullable. @@ -8872,7 +9170,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. @@ -9022,7 +9320,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Use revokeSignInSessions to reset. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -9069,6 +9367,48 @@ The language component follows two-letter codes as defined in ISO 639-1, and the For users with multigeo licenses, the property contains the user's region (if available). For users without multigeo licenses, the property contains the organization's region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China. + [Sections ]: The sections in the user's chat list. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the section was created. +Read-only. +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. + [DisplayIcon ]: sectionDisplayIcon + [(Any) ]: This indicates any property can be added to this object. + [ContentUrl ]: The URL to a custom icon image. +Applicable when iconType is custom. + [DisplayName ]: The human-readable name of the icon. + [IconType ]: The type of icon. +Use an emoji character such as 👍 for an emoji icon, or custom for a custom image icon. + [SkinTone ]: sectionIconSkinTone + [DisplayName ]: The display name of the section. +Required. +Maximum length is 50 characters. +Display names are case-sensitive and must be unique within a user's sections. +The following names are reserved for system-defined sections and can't be used when creating a user-defined section: RecentChats, QuickViews, TeamsAndChannels, MutedChats, MeetingChats, EngageCommunities. + [IsExpanded ]: Indicates whether the section is expanded in the user interface. +The default value is true. + [IsHierarchicalViewEnabled ]: Indicates whether the hierarchical view is enabled for the section. +Read-only. + [Items ]: The items (chats, channels, meetings, or communities) organized within the section. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the item was added to the section. +Read-only. +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. + [ItemType ]: sectionItemType + [LastModifiedDateTime ]: Date and time when the item was last modified. +Read-only. +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. + [LastModifiedDateTime ]: Date and time when the section was last modified. +Read-only. +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. + [SectionType ]: sectionType + [SortType ]: sectionSortType [Todo ]: todo [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -9081,6 +9421,12 @@ Read-only. Nullable. [IsOwner ]: True if the user is owner of the given task list. [IsShared ]: True if the task list is shared with other users + [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the task list. +Read-only. +Nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Value ]: The value of the property. [Tasks ]: The tasks in this task list. Read-only. Nullable. @@ -9144,9 +9490,6 @@ Read-only. [Recurrence ]: patternedRecurrence [ReminderDateTime ]: dateTimeTimeZone [SingleValueExtendedProperties ]: A collection of custom fields linked to the task. - [Id ]: The unique identifier for an entity. -Read-only. - [Value ]: The value of the property. [StartDateTime ]: dateTimeTimeZone [Status ]: taskStatus [Title ]: A brief description of the task. @@ -9198,6 +9541,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. @@ -9235,6 +9580,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. @@ -9257,6 +9603,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 ]: @@ -9310,6 +9657,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. @@ -9319,8 +9668,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. @@ -9336,6 +9683,8 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -9889,7 +10238,7 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for users to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). @@ -10183,22 +10532,23 @@ Always null when the object hasn't been deleted. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -10228,12 +10578,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -10343,7 +10750,7 @@ Optional. [IncludeBasicClaimSet ]: Determines whether the basic claim set is included in tokens affected by this policy. If set to true, all claims in the basic claim set are emitted in tokens affected by the policy. By default the basic claim set isn't in the tokens unless they're explicitly configured in this policy. - [CreatedByAppId ]: The appId (called Application (client) ID on the Microsoft Entra admin center) of the application used to create the service principal. + [CreatedByAppId ]: The appId of the application that created this service principal. Set internally by Microsoft Entra ID. Read-only. [CreatedObjects ]: Directory objects created by this service principal. @@ -10475,7 +10882,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -10634,13 +11041,13 @@ May not begin with .. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [ApprovedClientApps ]: + [ApprovedClientApps ]: The collection of approved client apps that are associated with the RDS configuration. +Supports $expand. [Id ]: The unique identifier for an entity. Read-only. - [DisplayName ]: + [DisplayName ]: Display name for the client application. [IsRemoteDesktopProtocolEnabled ]: Determines if Microsoft Entra ID RDS authentication protocol for RDP is enabled. [TargetDeviceGroups ]: The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. -
]: The unique identifier for an entity. Read-only. [DisplayName ]: Display name for the target device group. @@ -11001,7 +11408,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. - [ExternalAuthenticationMethods ]: Represents the external methods registered to a user for authentication. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. Optional. @@ -11017,7 +11424,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. - [DisplayName ]: Custom name given to the registered external authentication method. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. @@ -11270,7 +11677,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -11523,7 +11930,7 @@ Read-only. The identifiers must be unique in the tenant. [Birthday ]: The birthday of the user. 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 Returned only on $select. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. Only one number can be set for this property. Read-only for users synced from on-premises directory. @@ -12133,6 +12540,49 @@ This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. Read only. + [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. +Nullable. + [Attachments ]: References to attached objects like files, tabs, meetings etc. + [Body ]: itemBody + [ChannelIdentity ]: channelIdentity + [ChatId ]: If the message was sent in a chat, represents the identity of the chat. + [CreatedDateTime ]: Timestamp of when the chat message was created. + [DeletedDateTime ]: Read only. +Timestamp at which the chat message was deleted, or null if not deleted. + [Etag ]: Read-only. +Version number of the chat message. + [EventDetail ]: eventMessageDetail + [From ]: chatMessageFromIdentitySet + [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. + [Importance ]: chatMessageImportance + [LastEditedDateTime ]: Read only. +Timestamp when edits to the chat message were made. +Triggers an 'Edited' flag in the Teams UI. +If no edits are made the value is null. + [LastModifiedDateTime ]: Read only. +Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. + [Locale ]: Locale of the chat message set by the client. +Always set to en-us. + [Mentions ]: List of entities mentioned in the chat message. +Supported entities are: user, bot, team, channel, chat, and tag. + [MessageHistory ]: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. + [MessageType ]: chatMessageType + [OnBehalfOf ]: chatMessageFromIdentitySet + [PolicyViolation ]: chatMessagePolicyViolation + [Reactions ]: Reactions for this chat message (for example, Like). + [Replies ]: Replies for a specified message. +Supports $expand for channel messages. + [ReplyToId ]: Read-only. +ID of the parent chat message or root chat message of the thread. +(Only applies to chat messages in channels, not chats.) + [Subject ]: The subject of the chat message, in plaintext. + [Summary ]: Summary text of the chat message that could be used for push notifications and summary views or fall back views. +Only applies to channel chat messages, not chat messages in a chat. + [WebUrl ]: Read-only. +Link to the message in Microsoft Teams. + [Id ]: The unique identifier for an entity. +Read-only. + [Recipient ]: identity [TenantId ]: The identifier of the tenant in which the chat was created. Read-only. [Topic ]: (Optional) Subject or topic for the chat. @@ -12168,21 +12618,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -12272,7 +12779,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 @@ -12297,6 +12806,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. @@ -12504,10 +13046,11 @@ 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. + [ContentCategory ]: contentCategory [CorrelationId ]: An identifier used to group multiple related content entries (for example, different parts of the same file upload, messages in a conversation). [CreatedDateTime ]: Required. Timestamp indicating when the original content was created (for example, file creation time, message sent time). @@ -12792,6 +13335,7 @@ To proactively opt in to the new behavior ahead of time, use the contentStream p Nullable. [File ]: file [(Any) ]: This indicates any property can be added to this object. + [ArchiveStatus ]: fileArchiveStatus [Hashes ]: hashes [(Any) ]: This indicates any property can be added to this object. [Crc32Hash ]: The CRC32 value of the file (if available). @@ -12802,6 +13346,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. @@ -12902,6 +13459,17 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(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. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity. @@ -13911,6 +14479,8 @@ 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 total count of items in the list. +Read-only. [Items ]: All items contained in the list. [List ]: listInfo [(Any) ]: This indicates any property can be added to this object. @@ -14007,6 +14577,24 @@ Required. [LearningProviderId ]: The registration ID of the provider. Required. [Status ]: courseStatus + [Storyline ]: User's storyline singleton container. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Followers ]: The users who are following this user. + [Id ]: The unique identifier for an entity. +Read-only. + [Follower ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Followings ]: The users that this user is following. + [Id ]: The unique identifier for an entity. +Read-only. + [Following ]: The Viva Engage identities. [EmployeeHireDate ]: The date and time when the user was hired or will start work if there is a future hire. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. @@ -14021,10 +14609,10 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. @@ -14497,7 +15085,9 @@ Read-write. [(Any) ]: This indicates any property can be added to this object. [ArchiveStatus ]: siteArchiveStatus [ArchivedBy ]: identitySet - [ArchivedDateTime ]: + [ArchivedDateTime ]: Time when the container was archived. +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. [DataLocationCode ]: The geographic region code for where this site collection resides. Only present for multi-geo tenants. Read-only. @@ -14520,7 +15110,7 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. 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. - Returned only on $select. + Requires $select to retrieve. Note: This property is specific to SharePoint Online. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. @@ -14543,6 +15133,27 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityGovernance ]: identityGovernanceUserSettings + [(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 ]: 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 + [(Any) ]: This indicates any property can be added to this object. + [Duration ]: The requestor's desired duration of access represented in ISO 8601 format for durations. +For example, PT3H refers to three hours. + If specified in a request, endDateTime shouldn't be present and the type property should be set to afterDuration. + [EndDateTime ]: Timestamp of 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. + [Type ]: expirationPatternType + [Recurrence ]: patternedRecurrence + [StartDateTime ]: 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. +In PIM, when the eligible or active assignment becomes active. [IdentityParentId ]: The object ID of the parent identity for agent users. Always null for regular user accounts. For agentUser resources, this property references the object ID of the associated agent identity. @@ -14639,7 +15250,7 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for users to describe their interests. -Returned only on $select. +Requires $select to retrieve. [InvitedBy ]: directoryObject [IsLicenseReconciliationNeeded ]: Indicates whether the user is pending an exchange mailbox license assignment. Read-only. @@ -14648,7 +15259,8 @@ Returned only on $select. 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). @@ -14662,24 +15274,24 @@ If this list is non-empty, then only users or groups listed here can post. [AccessType ]: groupAccessType [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are auto-subscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -14689,6 +15301,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -14847,11 +15460,11 @@ You can use it as a $filter argument to get groups that have members with licens Supports $filter (eq). [HideFromAddressLists ]: true if the group isn't displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: true if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [InfoCatalogs ]: Identifies the info segments assigned to the group. Returned by default. @@ -14875,7 +15488,7 @@ Read-only. To manage a group 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. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -14925,6 +15538,7 @@ Read-only. [OnPremisesDomainName ]: Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only. + [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [OnPremisesLastSyncDateTime ]: Indicates the last time at which the group was synced with the on-premises directory.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. Returned by default. @@ -15108,10 +15722,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -15120,9 +15736,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. @@ -15286,7 +15931,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). @@ -15334,6 +15979,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 @@ -15731,12 +16377,12 @@ Immutable. Read-only. [UnseenConversationsCount ]: Count of conversations delivered one or more new posts since the signed-in user's last visit to the group. This property is the same as unseenCount. -Returned only on $select. +Requires $select to retrieve. [UnseenCount ]: Count of conversations that have received new posts since the signed-in user last visited the group. -This property is the same as unseenConversationsCount.Returned only on $select. +This property is the same as unseenConversationsCount.Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [UnseenMessagesCount ]: Count of new posts that have been delivered to the group's conversations since the signed-in user's last visit to the group. -Returned only on $select. +Requires $select to retrieve. [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. @@ -15747,7 +16393,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Requires $select to retrieve. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -15764,16 +16413,16 @@ Nullable. 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. Read-only. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. It also indicates licenses that are directly assigned and the ones the user inherited through group memberships. Read-only. -Returned only on $select. +Requires $select to retrieve. [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. Read-Only. @@ -15899,7 +16548,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -16133,7 +16782,7 @@ Read-only. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Notifications ]: [Id ]: The unique identifier for an entity. Read-only. @@ -16228,6 +16877,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. @@ -16276,6 +16929,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. @@ -16530,7 +17188,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for users to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [PendingAccessReviewInstances ]: Navigation property to get a list of access reviews pending approval by the reviewer. [Id ]: The unique identifier for an entity. Read-only. @@ -16550,14 +17208,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. @@ -16890,7 +17540,7 @@ Example: 'en-US', or 'es-ES'. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -17346,15 +17996,14 @@ Read-only. [WebUrl ]: Link to the institution or department homepage. [Program ]: educationalActivityDetail [(Any) ]: This indicates any property can be added to this object. - [Abbreviation ]: Shortened name of the degree or program (example: PhD, MBA) + [Abbreviation ]: Shortened name of the degree or program, for example, PhD and MBA. [Activities ]: Extracurricular activities undertaken alongside the program. [Awards ]: Any awards or honors associated with the program. [Description ]: Short description of the program provided by the user. [DisplayName ]: Long-form name of the program that the user provided. - [FieldsOfStudy ]: Majors and minors associated with the program. -(if applicable) - [Grade ]: The final grade, class, GPA, or score. - [Notes ]: More notes the user provided. + [FieldsOfStudy ]: Majors and minors associated with the program, if applicable. + [Grade ]: The final grade, class, grade point average (GPA), or score. + [Notes ]: More notes provided by the user. [WebUrl ]: Link to the degree or program page. [StartMonthYear ]: The month and year the user commenced the activity referenced. [Emails ]: Represents detailed information about email addresses associated with the user. @@ -17657,9 +18306,9 @@ Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they have attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: The scoped-role administrative unit memberships for this user. Read-only. Nullable. @@ -17723,7 +18372,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. @@ -17873,7 +18522,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Use revokeSignInSessions to reset. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -17920,6 +18569,48 @@ The language component follows two-letter codes as defined in ISO 639-1, and the For users with multigeo licenses, the property contains the user's region (if available). For users without multigeo licenses, the property contains the organization's region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China. + [Sections ]: The sections in the user's chat list. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the section was created. +Read-only. +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. + [DisplayIcon ]: sectionDisplayIcon + [(Any) ]: This indicates any property can be added to this object. + [ContentUrl ]: The URL to a custom icon image. +Applicable when iconType is custom. + [DisplayName ]: The human-readable name of the icon. + [IconType ]: The type of icon. +Use an emoji character such as 👍 for an emoji icon, or custom for a custom image icon. + [SkinTone ]: sectionIconSkinTone + [DisplayName ]: The display name of the section. +Required. +Maximum length is 50 characters. +Display names are case-sensitive and must be unique within a user's sections. +The following names are reserved for system-defined sections and can't be used when creating a user-defined section: RecentChats, QuickViews, TeamsAndChannels, MutedChats, MeetingChats, EngageCommunities. + [IsExpanded ]: Indicates whether the section is expanded in the user interface. +The default value is true. + [IsHierarchicalViewEnabled ]: Indicates whether the hierarchical view is enabled for the section. +Read-only. + [Items ]: The items (chats, channels, meetings, or communities) organized within the section. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the item was added to the section. +Read-only. +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. + [ItemType ]: sectionItemType + [LastModifiedDateTime ]: Date and time when the item was last modified. +Read-only. +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. + [LastModifiedDateTime ]: Date and time when the section was last modified. +Read-only. +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. + [SectionType ]: sectionType + [SortType ]: sectionSortType [Todo ]: todo [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -17932,6 +18623,12 @@ Read-only. Nullable. [IsOwner ]: True if the user is owner of the given task list. [IsShared ]: True if the task list is shared with other users + [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the task list. +Read-only. +Nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Value ]: The value of the property. [Tasks ]: The tasks in this task list. Read-only. Nullable. @@ -17995,9 +18692,6 @@ Read-only. [Recurrence ]: patternedRecurrence [ReminderDateTime ]: dateTimeTimeZone [SingleValueExtendedProperties ]: A collection of custom fields linked to the task. - [Id ]: The unique identifier for an entity. -Read-only. - [Value ]: The value of the property. [StartDateTime ]: dateTimeTimeZone [Status ]: taskStatus [Title ]: A brief description of the task. @@ -18049,6 +18743,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. @@ -18086,6 +18782,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. @@ -18108,6 +18805,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 ]: @@ -18161,6 +18859,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. @@ -18170,8 +18870,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. @@ -18187,6 +18885,8 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementScriptGroupAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementScriptGroupAssignment.md index 443d3c9e0181b..e7c62527a7fd7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementScriptGroupAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementScriptGroupAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/new-mgbetadevicemanagementscriptgroupassignment Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementScriptGroupAssignment --- @@ -24,7 +24,7 @@ New-MgBetaDeviceManagementScriptGroupAssignment -DeviceManagementScriptId ] [-AdditionalProperties ] [-Id ] [-TargetGroupId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -35,7 +35,6 @@ New-MgBetaDeviceManagementScriptGroupAssignment -DeviceManagementScriptId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -45,7 +44,7 @@ New-MgBetaDeviceManagementScriptGroupAssignment -InputObject ] [-AdditionalProperties ] [-Id ] [-TargetGroupId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -56,7 +55,6 @@ New-MgBetaDeviceManagementScriptGroupAssignment -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementScriptUserRunState.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementScriptUserRunState.md index 55eb4099b1745..43230cffb24b8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementScriptUserRunState.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementScriptUserRunState.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/new-mgbetadevicemanagementscriptuserrunstate Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementScriptUserRunState --- @@ -26,7 +26,7 @@ New-MgBetaDeviceManagementScriptUserRunState -DeviceManagementScriptId [-Id ] [-SuccessDeviceCount ] [-UserPrincipalName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -36,7 +36,7 @@ New-MgBetaDeviceManagementScriptUserRunState -DeviceManagementScriptId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -48,7 +48,7 @@ New-MgBetaDeviceManagementScriptUserRunState -InputObject ] [-SuccessDeviceCount ] [-UserPrincipalName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -58,7 +58,7 @@ New-MgBetaDeviceManagementScriptUserRunState -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -984,7 +984,7 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for users to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). @@ -1278,22 +1278,23 @@ Always null when the object hasn't been deleted. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -1323,12 +1324,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -1438,7 +1496,7 @@ Optional. [IncludeBasicClaimSet ]: Determines whether the basic claim set is included in tokens affected by this policy. If set to true, all claims in the basic claim set are emitted in tokens affected by the policy. By default the basic claim set isn't in the tokens unless they're explicitly configured in this policy. - [CreatedByAppId ]: The appId (called Application (client) ID on the Microsoft Entra admin center) of the application used to create the service principal. + [CreatedByAppId ]: The appId of the application that created this service principal. Set internally by Microsoft Entra ID. Read-only. [CreatedObjects ]: Directory objects created by this service principal. @@ -1570,7 +1628,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -1729,13 +1787,13 @@ May not begin with .. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [ApprovedClientApps ]: + [ApprovedClientApps ]: The collection of approved client apps that are associated with the RDS configuration. +Supports $expand. [Id ]: The unique identifier for an entity. Read-only. - [DisplayName ]: + [DisplayName ]: Display name for the client application. [IsRemoteDesktopProtocolEnabled ]: Determines if Microsoft Entra ID RDS authentication protocol for RDP is enabled. [TargetDeviceGroups ]: The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. -
]: The unique identifier for an entity. Read-only. [DisplayName ]: Display name for the target device group. @@ -2096,7 +2154,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. - [ExternalAuthenticationMethods ]: Represents the external methods registered to a user for authentication. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. Optional. @@ -2112,7 +2170,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. - [DisplayName ]: Custom name given to the registered external authentication method. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. @@ -2365,7 +2423,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -2618,7 +2676,7 @@ Read-only. The identifiers must be unique in the tenant. [Birthday ]: The birthday of the user. 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 Returned only on $select. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. Only one number can be set for this property. Read-only for users synced from on-premises directory. @@ -3228,6 +3286,49 @@ This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. Read only. + [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. +Nullable. + [Attachments ]: References to attached objects like files, tabs, meetings etc. + [Body ]: itemBody + [ChannelIdentity ]: channelIdentity + [ChatId ]: If the message was sent in a chat, represents the identity of the chat. + [CreatedDateTime ]: Timestamp of when the chat message was created. + [DeletedDateTime ]: Read only. +Timestamp at which the chat message was deleted, or null if not deleted. + [Etag ]: Read-only. +Version number of the chat message. + [EventDetail ]: eventMessageDetail + [From ]: chatMessageFromIdentitySet + [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. + [Importance ]: chatMessageImportance + [LastEditedDateTime ]: Read only. +Timestamp when edits to the chat message were made. +Triggers an 'Edited' flag in the Teams UI. +If no edits are made the value is null. + [LastModifiedDateTime ]: Read only. +Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. + [Locale ]: Locale of the chat message set by the client. +Always set to en-us. + [Mentions ]: List of entities mentioned in the chat message. +Supported entities are: user, bot, team, channel, chat, and tag. + [MessageHistory ]: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. + [MessageType ]: chatMessageType + [OnBehalfOf ]: chatMessageFromIdentitySet + [PolicyViolation ]: chatMessagePolicyViolation + [Reactions ]: Reactions for this chat message (for example, Like). + [Replies ]: Replies for a specified message. +Supports $expand for channel messages. + [ReplyToId ]: Read-only. +ID of the parent chat message or root chat message of the thread. +(Only applies to chat messages in channels, not chats.) + [Subject ]: The subject of the chat message, in plaintext. + [Summary ]: Summary text of the chat message that could be used for push notifications and summary views or fall back views. +Only applies to channel chat messages, not chat messages in a chat. + [WebUrl ]: Read-only. +Link to the message in Microsoft Teams. + [Id ]: The unique identifier for an entity. +Read-only. + [Recipient ]: identity [TenantId ]: The identifier of the tenant in which the chat was created. Read-only. [Topic ]: (Optional) Subject or topic for the chat. @@ -3263,21 +3364,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -3367,7 +3525,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 @@ -3392,6 +3552,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. @@ -3599,10 +3792,11 @@ 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. + [ContentCategory ]: contentCategory [CorrelationId ]: An identifier used to group multiple related content entries (for example, different parts of the same file upload, messages in a conversation). [CreatedDateTime ]: Required. Timestamp indicating when the original content was created (for example, file creation time, message sent time). @@ -3887,6 +4081,7 @@ To proactively opt in to the new behavior ahead of time, use the contentStream p Nullable. [File ]: file [(Any) ]: This indicates any property can be added to this object. + [ArchiveStatus ]: fileArchiveStatus [Hashes ]: hashes [(Any) ]: This indicates any property can be added to this object. [Crc32Hash ]: The CRC32 value of the file (if available). @@ -3897,6 +4092,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. @@ -3997,6 +4205,17 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(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. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity. @@ -5006,6 +5225,8 @@ 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 total count of items in the list. +Read-only. [Items ]: All items contained in the list. [List ]: listInfo [(Any) ]: This indicates any property can be added to this object. @@ -5102,6 +5323,24 @@ Required. [LearningProviderId ]: The registration ID of the provider. Required. [Status ]: courseStatus + [Storyline ]: User's storyline singleton container. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Followers ]: The users who are following this user. + [Id ]: The unique identifier for an entity. +Read-only. + [Follower ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Followings ]: The users that this user is following. + [Id ]: The unique identifier for an entity. +Read-only. + [Following ]: The Viva Engage identities. [EmployeeHireDate ]: The date and time when the user was hired or will start work if there is a future hire. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. @@ -5116,10 +5355,10 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. @@ -5592,7 +5831,9 @@ Read-write. [(Any) ]: This indicates any property can be added to this object. [ArchiveStatus ]: siteArchiveStatus [ArchivedBy ]: identitySet - [ArchivedDateTime ]: + [ArchivedDateTime ]: Time when the container was archived. +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. [DataLocationCode ]: The geographic region code for where this site collection resides. Only present for multi-geo tenants. Read-only. @@ -5615,7 +5856,7 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. 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. - Returned only on $select. + Requires $select to retrieve. Note: This property is specific to SharePoint Online. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. @@ -5638,6 +5879,27 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityGovernance ]: identityGovernanceUserSettings + [(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 ]: 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 + [(Any) ]: This indicates any property can be added to this object. + [Duration ]: The requestor's desired duration of access represented in ISO 8601 format for durations. +For example, PT3H refers to three hours. + If specified in a request, endDateTime shouldn't be present and the type property should be set to afterDuration. + [EndDateTime ]: Timestamp of 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. + [Type ]: expirationPatternType + [Recurrence ]: patternedRecurrence + [StartDateTime ]: 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. +In PIM, when the eligible or active assignment becomes active. [IdentityParentId ]: The object ID of the parent identity for agent users. Always null for regular user accounts. For agentUser resources, this property references the object ID of the associated agent identity. @@ -5734,7 +5996,7 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for users to describe their interests. -Returned only on $select. +Requires $select to retrieve. [InvitedBy ]: directoryObject [IsLicenseReconciliationNeeded ]: Indicates whether the user is pending an exchange mailbox license assignment. Read-only. @@ -5743,7 +6005,8 @@ Returned only on $select. 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). @@ -5757,24 +6020,24 @@ If this list is non-empty, then only users or groups listed here can post. [AccessType ]: groupAccessType [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are auto-subscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -5784,6 +6047,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -5942,11 +6206,11 @@ You can use it as a $filter argument to get groups that have members with licens Supports $filter (eq). [HideFromAddressLists ]: true if the group isn't displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: true if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [InfoCatalogs ]: Identifies the info segments assigned to the group. Returned by default. @@ -5970,7 +6234,7 @@ Read-only. To manage a group 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. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -6020,6 +6284,7 @@ Read-only. [OnPremisesDomainName ]: Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only. + [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [OnPremisesLastSyncDateTime ]: Indicates the last time at which the group was synced with the on-premises directory.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. Returned by default. @@ -6203,10 +6468,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -6215,9 +6482,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. @@ -6381,7 +6677,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). @@ -6429,6 +6725,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 @@ -6826,12 +7123,12 @@ Immutable. Read-only. [UnseenConversationsCount ]: Count of conversations delivered one or more new posts since the signed-in user's last visit to the group. This property is the same as unseenCount. -Returned only on $select. +Requires $select to retrieve. [UnseenCount ]: Count of conversations that have received new posts since the signed-in user last visited the group. -This property is the same as unseenConversationsCount.Returned only on $select. +This property is the same as unseenConversationsCount.Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [UnseenMessagesCount ]: Count of new posts that have been delivered to the group's conversations since the signed-in user's last visit to the group. -Returned only on $select. +Requires $select to retrieve. [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. @@ -6842,7 +7139,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Requires $select to retrieve. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -6859,16 +7159,16 @@ Nullable. 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. Read-only. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. It also indicates licenses that are directly assigned and the ones the user inherited through group memberships. Read-only. -Returned only on $select. +Requires $select to retrieve. [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. Read-Only. @@ -6994,7 +7294,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -7228,7 +7528,7 @@ Read-only. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Notifications ]: [Id ]: The unique identifier for an entity. Read-only. @@ -7323,6 +7623,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. @@ -7371,6 +7675,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. @@ -7625,7 +7934,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for users to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [PendingAccessReviewInstances ]: Navigation property to get a list of access reviews pending approval by the reviewer. [Id ]: The unique identifier for an entity. Read-only. @@ -7645,14 +7954,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. @@ -7985,7 +8286,7 @@ Example: 'en-US', or 'es-ES'. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -8441,15 +8742,14 @@ Read-only. [WebUrl ]: Link to the institution or department homepage. [Program ]: educationalActivityDetail [(Any) ]: This indicates any property can be added to this object. - [Abbreviation ]: Shortened name of the degree or program (example: PhD, MBA) + [Abbreviation ]: Shortened name of the degree or program, for example, PhD and MBA. [Activities ]: Extracurricular activities undertaken alongside the program. [Awards ]: Any awards or honors associated with the program. [Description ]: Short description of the program provided by the user. [DisplayName ]: Long-form name of the program that the user provided. - [FieldsOfStudy ]: Majors and minors associated with the program. -(if applicable) - [Grade ]: The final grade, class, GPA, or score. - [Notes ]: More notes the user provided. + [FieldsOfStudy ]: Majors and minors associated with the program, if applicable. + [Grade ]: The final grade, class, grade point average (GPA), or score. + [Notes ]: More notes provided by the user. [WebUrl ]: Link to the degree or program page. [StartMonthYear ]: The month and year the user commenced the activity referenced. [Emails ]: Represents detailed information about email addresses associated with the user. @@ -8752,9 +9052,9 @@ Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they have attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: The scoped-role administrative unit memberships for this user. Read-only. Nullable. @@ -8818,7 +9118,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. @@ -8968,7 +9268,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Use revokeSignInSessions to reset. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -9015,6 +9315,48 @@ The language component follows two-letter codes as defined in ISO 639-1, and the For users with multigeo licenses, the property contains the user's region (if available). For users without multigeo licenses, the property contains the organization's region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China. + [Sections ]: The sections in the user's chat list. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the section was created. +Read-only. +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. + [DisplayIcon ]: sectionDisplayIcon + [(Any) ]: This indicates any property can be added to this object. + [ContentUrl ]: The URL to a custom icon image. +Applicable when iconType is custom. + [DisplayName ]: The human-readable name of the icon. + [IconType ]: The type of icon. +Use an emoji character such as 👍 for an emoji icon, or custom for a custom image icon. + [SkinTone ]: sectionIconSkinTone + [DisplayName ]: The display name of the section. +Required. +Maximum length is 50 characters. +Display names are case-sensitive and must be unique within a user's sections. +The following names are reserved for system-defined sections and can't be used when creating a user-defined section: RecentChats, QuickViews, TeamsAndChannels, MutedChats, MeetingChats, EngageCommunities. + [IsExpanded ]: Indicates whether the section is expanded in the user interface. +The default value is true. + [IsHierarchicalViewEnabled ]: Indicates whether the hierarchical view is enabled for the section. +Read-only. + [Items ]: The items (chats, channels, meetings, or communities) organized within the section. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the item was added to the section. +Read-only. +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. + [ItemType ]: sectionItemType + [LastModifiedDateTime ]: Date and time when the item was last modified. +Read-only. +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. + [LastModifiedDateTime ]: Date and time when the section was last modified. +Read-only. +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. + [SectionType ]: sectionType + [SortType ]: sectionSortType [Todo ]: todo [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -9027,6 +9369,12 @@ Read-only. Nullable. [IsOwner ]: True if the user is owner of the given task list. [IsShared ]: True if the task list is shared with other users + [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the task list. +Read-only. +Nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Value ]: The value of the property. [Tasks ]: The tasks in this task list. Read-only. Nullable. @@ -9090,9 +9438,6 @@ Read-only. [Recurrence ]: patternedRecurrence [ReminderDateTime ]: dateTimeTimeZone [SingleValueExtendedProperties ]: A collection of custom fields linked to the task. - [Id ]: The unique identifier for an entity. -Read-only. - [Value ]: The value of the property. [StartDateTime ]: dateTimeTimeZone [Status ]: taskStatus [Title ]: A brief description of the task. @@ -9144,6 +9489,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. @@ -9181,6 +9528,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. @@ -9203,6 +9551,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 ]: @@ -9256,6 +9605,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. @@ -9265,8 +9616,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. @@ -9282,6 +9631,8 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -9735,7 +10086,7 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for users to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). @@ -10029,22 +10380,23 @@ Always null when the object hasn't been deleted. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -10074,12 +10426,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -10189,7 +10598,7 @@ Optional. [IncludeBasicClaimSet ]: Determines whether the basic claim set is included in tokens affected by this policy. If set to true, all claims in the basic claim set are emitted in tokens affected by the policy. By default the basic claim set isn't in the tokens unless they're explicitly configured in this policy. - [CreatedByAppId ]: The appId (called Application (client) ID on the Microsoft Entra admin center) of the application used to create the service principal. + [CreatedByAppId ]: The appId of the application that created this service principal. Set internally by Microsoft Entra ID. Read-only. [CreatedObjects ]: Directory objects created by this service principal. @@ -10321,7 +10730,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -10480,13 +10889,13 @@ May not begin with .. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [ApprovedClientApps ]: + [ApprovedClientApps ]: The collection of approved client apps that are associated with the RDS configuration. +Supports $expand. [Id ]: The unique identifier for an entity. Read-only. - [DisplayName ]: + [DisplayName ]: Display name for the client application. [IsRemoteDesktopProtocolEnabled ]: Determines if Microsoft Entra ID RDS authentication protocol for RDP is enabled. [TargetDeviceGroups ]: The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. -
]: The unique identifier for an entity. Read-only. [DisplayName ]: Display name for the target device group. @@ -10847,7 +11256,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. - [ExternalAuthenticationMethods ]: Represents the external methods registered to a user for authentication. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. Optional. @@ -10863,7 +11272,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. - [DisplayName ]: Custom name given to the registered external authentication method. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. @@ -11116,7 +11525,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -11369,7 +11778,7 @@ Read-only. The identifiers must be unique in the tenant. [Birthday ]: The birthday of the user. 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 Returned only on $select. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. Only one number can be set for this property. Read-only for users synced from on-premises directory. @@ -11979,6 +12388,49 @@ This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. Read only. + [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. +Nullable. + [Attachments ]: References to attached objects like files, tabs, meetings etc. + [Body ]: itemBody + [ChannelIdentity ]: channelIdentity + [ChatId ]: If the message was sent in a chat, represents the identity of the chat. + [CreatedDateTime ]: Timestamp of when the chat message was created. + [DeletedDateTime ]: Read only. +Timestamp at which the chat message was deleted, or null if not deleted. + [Etag ]: Read-only. +Version number of the chat message. + [EventDetail ]: eventMessageDetail + [From ]: chatMessageFromIdentitySet + [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. + [Importance ]: chatMessageImportance + [LastEditedDateTime ]: Read only. +Timestamp when edits to the chat message were made. +Triggers an 'Edited' flag in the Teams UI. +If no edits are made the value is null. + [LastModifiedDateTime ]: Read only. +Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. + [Locale ]: Locale of the chat message set by the client. +Always set to en-us. + [Mentions ]: List of entities mentioned in the chat message. +Supported entities are: user, bot, team, channel, chat, and tag. + [MessageHistory ]: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. + [MessageType ]: chatMessageType + [OnBehalfOf ]: chatMessageFromIdentitySet + [PolicyViolation ]: chatMessagePolicyViolation + [Reactions ]: Reactions for this chat message (for example, Like). + [Replies ]: Replies for a specified message. +Supports $expand for channel messages. + [ReplyToId ]: Read-only. +ID of the parent chat message or root chat message of the thread. +(Only applies to chat messages in channels, not chats.) + [Subject ]: The subject of the chat message, in plaintext. + [Summary ]: Summary text of the chat message that could be used for push notifications and summary views or fall back views. +Only applies to channel chat messages, not chat messages in a chat. + [WebUrl ]: Read-only. +Link to the message in Microsoft Teams. + [Id ]: The unique identifier for an entity. +Read-only. + [Recipient ]: identity [TenantId ]: The identifier of the tenant in which the chat was created. Read-only. [Topic ]: (Optional) Subject or topic for the chat. @@ -12014,21 +12466,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -12118,7 +12627,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 @@ -12143,6 +12654,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. @@ -12350,10 +12894,11 @@ 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. + [ContentCategory ]: contentCategory [CorrelationId ]: An identifier used to group multiple related content entries (for example, different parts of the same file upload, messages in a conversation). [CreatedDateTime ]: Required. Timestamp indicating when the original content was created (for example, file creation time, message sent time). @@ -12638,6 +13183,7 @@ To proactively opt in to the new behavior ahead of time, use the contentStream p Nullable. [File ]: file [(Any) ]: This indicates any property can be added to this object. + [ArchiveStatus ]: fileArchiveStatus [Hashes ]: hashes [(Any) ]: This indicates any property can be added to this object. [Crc32Hash ]: The CRC32 value of the file (if available). @@ -12648,6 +13194,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. @@ -12748,6 +13307,17 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(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. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity. @@ -13757,6 +14327,8 @@ 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 total count of items in the list. +Read-only. [Items ]: All items contained in the list. [List ]: listInfo [(Any) ]: This indicates any property can be added to this object. @@ -13853,6 +14425,24 @@ Required. [LearningProviderId ]: The registration ID of the provider. Required. [Status ]: courseStatus + [Storyline ]: User's storyline singleton container. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Followers ]: The users who are following this user. + [Id ]: The unique identifier for an entity. +Read-only. + [Follower ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Followings ]: The users that this user is following. + [Id ]: The unique identifier for an entity. +Read-only. + [Following ]: The Viva Engage identities. [EmployeeHireDate ]: The date and time when the user was hired or will start work if there is a future hire. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. @@ -13867,10 +14457,10 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. @@ -14343,7 +14933,9 @@ Read-write. [(Any) ]: This indicates any property can be added to this object. [ArchiveStatus ]: siteArchiveStatus [ArchivedBy ]: identitySet - [ArchivedDateTime ]: + [ArchivedDateTime ]: Time when the container was archived. +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. [DataLocationCode ]: The geographic region code for where this site collection resides. Only present for multi-geo tenants. Read-only. @@ -14366,7 +14958,7 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. 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. - Returned only on $select. + Requires $select to retrieve. Note: This property is specific to SharePoint Online. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. @@ -14389,6 +14981,27 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityGovernance ]: identityGovernanceUserSettings + [(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 ]: 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 + [(Any) ]: This indicates any property can be added to this object. + [Duration ]: The requestor's desired duration of access represented in ISO 8601 format for durations. +For example, PT3H refers to three hours. + If specified in a request, endDateTime shouldn't be present and the type property should be set to afterDuration. + [EndDateTime ]: Timestamp of 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. + [Type ]: expirationPatternType + [Recurrence ]: patternedRecurrence + [StartDateTime ]: 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. +In PIM, when the eligible or active assignment becomes active. [IdentityParentId ]: The object ID of the parent identity for agent users. Always null for regular user accounts. For agentUser resources, this property references the object ID of the associated agent identity. @@ -14485,7 +15098,7 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for users to describe their interests. -Returned only on $select. +Requires $select to retrieve. [InvitedBy ]: directoryObject [IsLicenseReconciliationNeeded ]: Indicates whether the user is pending an exchange mailbox license assignment. Read-only. @@ -14494,7 +15107,8 @@ Returned only on $select. 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). @@ -14508,24 +15122,24 @@ If this list is non-empty, then only users or groups listed here can post. [AccessType ]: groupAccessType [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are auto-subscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -14535,6 +15149,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -14693,11 +15308,11 @@ You can use it as a $filter argument to get groups that have members with licens Supports $filter (eq). [HideFromAddressLists ]: true if the group isn't displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: true if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [InfoCatalogs ]: Identifies the info segments assigned to the group. Returned by default. @@ -14721,7 +15336,7 @@ Read-only. To manage a group 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. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -14771,6 +15386,7 @@ Read-only. [OnPremisesDomainName ]: Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only. + [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [OnPremisesLastSyncDateTime ]: Indicates the last time at which the group was synced with the on-premises directory.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. Returned by default. @@ -14954,10 +15570,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -14966,9 +15584,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. @@ -15132,7 +15779,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). @@ -15180,6 +15827,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 @@ -15577,12 +16225,12 @@ Immutable. Read-only. [UnseenConversationsCount ]: Count of conversations delivered one or more new posts since the signed-in user's last visit to the group. This property is the same as unseenCount. -Returned only on $select. +Requires $select to retrieve. [UnseenCount ]: Count of conversations that have received new posts since the signed-in user last visited the group. -This property is the same as unseenConversationsCount.Returned only on $select. +This property is the same as unseenConversationsCount.Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [UnseenMessagesCount ]: Count of new posts that have been delivered to the group's conversations since the signed-in user's last visit to the group. -Returned only on $select. +Requires $select to retrieve. [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. @@ -15593,7 +16241,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Requires $select to retrieve. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -15610,16 +16261,16 @@ Nullable. 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. Read-only. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. It also indicates licenses that are directly assigned and the ones the user inherited through group memberships. Read-only. -Returned only on $select. +Requires $select to retrieve. [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. Read-Only. @@ -15745,7 +16396,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -15979,7 +16630,7 @@ Read-only. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Notifications ]: [Id ]: The unique identifier for an entity. Read-only. @@ -16074,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. @@ -16122,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. @@ -16376,7 +17036,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for users to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [PendingAccessReviewInstances ]: Navigation property to get a list of access reviews pending approval by the reviewer. [Id ]: The unique identifier for an entity. Read-only. @@ -16396,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. @@ -16736,7 +17388,7 @@ Example: 'en-US', or 'es-ES'. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -17192,15 +17844,14 @@ Read-only. [WebUrl ]: Link to the institution or department homepage. [Program ]: educationalActivityDetail [(Any) ]: This indicates any property can be added to this object. - [Abbreviation ]: Shortened name of the degree or program (example: PhD, MBA) + [Abbreviation ]: Shortened name of the degree or program, for example, PhD and MBA. [Activities ]: Extracurricular activities undertaken alongside the program. [Awards ]: Any awards or honors associated with the program. [Description ]: Short description of the program provided by the user. [DisplayName ]: Long-form name of the program that the user provided. - [FieldsOfStudy ]: Majors and minors associated with the program. -(if applicable) - [Grade ]: The final grade, class, GPA, or score. - [Notes ]: More notes the user provided. + [FieldsOfStudy ]: Majors and minors associated with the program, if applicable. + [Grade ]: The final grade, class, grade point average (GPA), or score. + [Notes ]: More notes provided by the user. [WebUrl ]: Link to the degree or program page. [StartMonthYear ]: The month and year the user commenced the activity referenced. [Emails ]: Represents detailed information about email addresses associated with the user. @@ -17503,9 +18154,9 @@ Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they have attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: The scoped-role administrative unit memberships for this user. Read-only. Nullable. @@ -17569,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. @@ -17719,7 +18370,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Use revokeSignInSessions to reset. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -17766,6 +18417,48 @@ The language component follows two-letter codes as defined in ISO 639-1, and the For users with multigeo licenses, the property contains the user's region (if available). For users without multigeo licenses, the property contains the organization's region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China. + [Sections ]: The sections in the user's chat list. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the section was created. +Read-only. +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. + [DisplayIcon ]: sectionDisplayIcon + [(Any) ]: This indicates any property can be added to this object. + [ContentUrl ]: The URL to a custom icon image. +Applicable when iconType is custom. + [DisplayName ]: The human-readable name of the icon. + [IconType ]: The type of icon. +Use an emoji character such as 👍 for an emoji icon, or custom for a custom image icon. + [SkinTone ]: sectionIconSkinTone + [DisplayName ]: The display name of the section. +Required. +Maximum length is 50 characters. +Display names are case-sensitive and must be unique within a user's sections. +The following names are reserved for system-defined sections and can't be used when creating a user-defined section: RecentChats, QuickViews, TeamsAndChannels, MutedChats, MeetingChats, EngageCommunities. + [IsExpanded ]: Indicates whether the section is expanded in the user interface. +The default value is true. + [IsHierarchicalViewEnabled ]: Indicates whether the hierarchical view is enabled for the section. +Read-only. + [Items ]: The items (chats, channels, meetings, or communities) organized within the section. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the item was added to the section. +Read-only. +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. + [ItemType ]: sectionItemType + [LastModifiedDateTime ]: Date and time when the item was last modified. +Read-only. +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. + [LastModifiedDateTime ]: Date and time when the section was last modified. +Read-only. +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. + [SectionType ]: sectionType + [SortType ]: sectionSortType [Todo ]: todo [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -17778,6 +18471,12 @@ Read-only. Nullable. [IsOwner ]: True if the user is owner of the given task list. [IsShared ]: True if the task list is shared with other users + [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the task list. +Read-only. +Nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Value ]: The value of the property. [Tasks ]: The tasks in this task list. Read-only. Nullable. @@ -17841,9 +18540,6 @@ Read-only. [Recurrence ]: patternedRecurrence [ReminderDateTime ]: dateTimeTimeZone [SingleValueExtendedProperties ]: A collection of custom fields linked to the task. - [Id ]: The unique identifier for an entity. -Read-only. - [Value ]: The value of the property. [StartDateTime ]: dateTimeTimeZone [Status ]: taskStatus [Title ]: A brief description of the task. @@ -17895,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. @@ -17932,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. @@ -17954,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 ]: @@ -18007,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. @@ -18016,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. @@ -18033,6 +18733,8 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementScriptUserRunStateDeviceRunState.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementScriptUserRunStateDeviceRunState.md index 508d9c7564279..fa35667db250e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementScriptUserRunStateDeviceRunState.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementScriptUserRunStateDeviceRunState.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/new-mgbetadevicemanagementscriptuserrunstatedevicerunstate Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementScriptUserRunStateDeviceRunState --- @@ -27,7 +27,6 @@ New-MgBetaDeviceManagementScriptUserRunStateDeviceRunState -DeviceManagementScri [-ResultMessage ] [-RunState ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -39,7 +38,6 @@ New-MgBetaDeviceManagementScriptUserRunStateDeviceRunState -DeviceManagementScri [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -51,7 +49,7 @@ New-MgBetaDeviceManagementScriptUserRunStateDeviceRunState -InputObject ] [-ResultMessage ] [-RunState ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -62,7 +60,6 @@ New-MgBetaDeviceManagementScriptUserRunStateDeviceRunState -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -1067,7 +1064,7 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for users to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). @@ -1361,22 +1358,23 @@ Always null when the object hasn't been deleted. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -1406,12 +1404,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -1521,7 +1576,7 @@ Optional. [IncludeBasicClaimSet ]: Determines whether the basic claim set is included in tokens affected by this policy. If set to true, all claims in the basic claim set are emitted in tokens affected by the policy. By default the basic claim set isn't in the tokens unless they're explicitly configured in this policy. - [CreatedByAppId ]: The appId (called Application (client) ID on the Microsoft Entra admin center) of the application used to create the service principal. + [CreatedByAppId ]: The appId of the application that created this service principal. Set internally by Microsoft Entra ID. Read-only. [CreatedObjects ]: Directory objects created by this service principal. @@ -1653,7 +1708,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -1812,13 +1867,13 @@ May not begin with .. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [ApprovedClientApps ]: + [ApprovedClientApps ]: The collection of approved client apps that are associated with the RDS configuration. +Supports $expand. [Id ]: The unique identifier for an entity. Read-only. - [DisplayName ]: + [DisplayName ]: Display name for the client application. [IsRemoteDesktopProtocolEnabled ]: Determines if Microsoft Entra ID RDS authentication protocol for RDP is enabled. [TargetDeviceGroups ]: The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. -
]: The unique identifier for an entity. Read-only. [DisplayName ]: Display name for the target device group. @@ -2179,7 +2234,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. - [ExternalAuthenticationMethods ]: Represents the external methods registered to a user for authentication. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. Optional. @@ -2195,7 +2250,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. - [DisplayName ]: Custom name given to the registered external authentication method. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. @@ -2448,7 +2503,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -2701,7 +2756,7 @@ Read-only. The identifiers must be unique in the tenant. [Birthday ]: The birthday of the user. 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 Returned only on $select. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. Only one number can be set for this property. Read-only for users synced from on-premises directory. @@ -3311,6 +3366,49 @@ This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. Read only. + [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. +Nullable. + [Attachments ]: References to attached objects like files, tabs, meetings etc. + [Body ]: itemBody + [ChannelIdentity ]: channelIdentity + [ChatId ]: If the message was sent in a chat, represents the identity of the chat. + [CreatedDateTime ]: Timestamp of when the chat message was created. + [DeletedDateTime ]: Read only. +Timestamp at which the chat message was deleted, or null if not deleted. + [Etag ]: Read-only. +Version number of the chat message. + [EventDetail ]: eventMessageDetail + [From ]: chatMessageFromIdentitySet + [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. + [Importance ]: chatMessageImportance + [LastEditedDateTime ]: Read only. +Timestamp when edits to the chat message were made. +Triggers an 'Edited' flag in the Teams UI. +If no edits are made the value is null. + [LastModifiedDateTime ]: Read only. +Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. + [Locale ]: Locale of the chat message set by the client. +Always set to en-us. + [Mentions ]: List of entities mentioned in the chat message. +Supported entities are: user, bot, team, channel, chat, and tag. + [MessageHistory ]: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. + [MessageType ]: chatMessageType + [OnBehalfOf ]: chatMessageFromIdentitySet + [PolicyViolation ]: chatMessagePolicyViolation + [Reactions ]: Reactions for this chat message (for example, Like). + [Replies ]: Replies for a specified message. +Supports $expand for channel messages. + [ReplyToId ]: Read-only. +ID of the parent chat message or root chat message of the thread. +(Only applies to chat messages in channels, not chats.) + [Subject ]: The subject of the chat message, in plaintext. + [Summary ]: Summary text of the chat message that could be used for push notifications and summary views or fall back views. +Only applies to channel chat messages, not chat messages in a chat. + [WebUrl ]: Read-only. +Link to the message in Microsoft Teams. + [Id ]: The unique identifier for an entity. +Read-only. + [Recipient ]: identity [TenantId ]: The identifier of the tenant in which the chat was created. Read-only. [Topic ]: (Optional) Subject or topic for the chat. @@ -3346,21 +3444,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -3450,7 +3605,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 @@ -3475,6 +3632,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. @@ -3682,10 +3872,11 @@ 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. + [ContentCategory ]: contentCategory [CorrelationId ]: An identifier used to group multiple related content entries (for example, different parts of the same file upload, messages in a conversation). [CreatedDateTime ]: Required. Timestamp indicating when the original content was created (for example, file creation time, message sent time). @@ -3970,6 +4161,7 @@ To proactively opt in to the new behavior ahead of time, use the contentStream p Nullable. [File ]: file [(Any) ]: This indicates any property can be added to this object. + [ArchiveStatus ]: fileArchiveStatus [Hashes ]: hashes [(Any) ]: This indicates any property can be added to this object. [Crc32Hash ]: The CRC32 value of the file (if available). @@ -3980,6 +4172,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. @@ -4080,6 +4285,17 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(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. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity. @@ -5089,6 +5305,8 @@ 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 total count of items in the list. +Read-only. [Items ]: All items contained in the list. [List ]: listInfo [(Any) ]: This indicates any property can be added to this object. @@ -5185,6 +5403,24 @@ Required. [LearningProviderId ]: The registration ID of the provider. Required. [Status ]: courseStatus + [Storyline ]: User's storyline singleton container. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Followers ]: The users who are following this user. + [Id ]: The unique identifier for an entity. +Read-only. + [Follower ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Followings ]: The users that this user is following. + [Id ]: The unique identifier for an entity. +Read-only. + [Following ]: The Viva Engage identities. [EmployeeHireDate ]: The date and time when the user was hired or will start work if there is a future hire. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. @@ -5199,10 +5435,10 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. @@ -5675,7 +5911,9 @@ Read-write. [(Any) ]: This indicates any property can be added to this object. [ArchiveStatus ]: siteArchiveStatus [ArchivedBy ]: identitySet - [ArchivedDateTime ]: + [ArchivedDateTime ]: Time when the container was archived. +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. [DataLocationCode ]: The geographic region code for where this site collection resides. Only present for multi-geo tenants. Read-only. @@ -5698,7 +5936,7 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. 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. - Returned only on $select. + Requires $select to retrieve. Note: This property is specific to SharePoint Online. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. @@ -5721,6 +5959,27 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityGovernance ]: identityGovernanceUserSettings + [(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 ]: 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 + [(Any) ]: This indicates any property can be added to this object. + [Duration ]: The requestor's desired duration of access represented in ISO 8601 format for durations. +For example, PT3H refers to three hours. + If specified in a request, endDateTime shouldn't be present and the type property should be set to afterDuration. + [EndDateTime ]: Timestamp of 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. + [Type ]: expirationPatternType + [Recurrence ]: patternedRecurrence + [StartDateTime ]: 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. +In PIM, when the eligible or active assignment becomes active. [IdentityParentId ]: The object ID of the parent identity for agent users. Always null for regular user accounts. For agentUser resources, this property references the object ID of the associated agent identity. @@ -5817,7 +6076,7 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for users to describe their interests. -Returned only on $select. +Requires $select to retrieve. [InvitedBy ]: directoryObject [IsLicenseReconciliationNeeded ]: Indicates whether the user is pending an exchange mailbox license assignment. Read-only. @@ -5826,7 +6085,8 @@ Returned only on $select. 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). @@ -5840,24 +6100,24 @@ If this list is non-empty, then only users or groups listed here can post. [AccessType ]: groupAccessType [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are auto-subscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -5867,6 +6127,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -6025,11 +6286,11 @@ You can use it as a $filter argument to get groups that have members with licens Supports $filter (eq). [HideFromAddressLists ]: true if the group isn't displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: true if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [InfoCatalogs ]: Identifies the info segments assigned to the group. Returned by default. @@ -6053,7 +6314,7 @@ Read-only. To manage a group 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. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -6103,6 +6364,7 @@ Read-only. [OnPremisesDomainName ]: Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only. + [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [OnPremisesLastSyncDateTime ]: Indicates the last time at which the group was synced with the on-premises directory.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. Returned by default. @@ -6286,10 +6548,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -6298,9 +6562,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. @@ -6464,7 +6757,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). @@ -6512,6 +6805,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 @@ -6909,12 +7203,12 @@ Immutable. Read-only. [UnseenConversationsCount ]: Count of conversations delivered one or more new posts since the signed-in user's last visit to the group. This property is the same as unseenCount. -Returned only on $select. +Requires $select to retrieve. [UnseenCount ]: Count of conversations that have received new posts since the signed-in user last visited the group. -This property is the same as unseenConversationsCount.Returned only on $select. +This property is the same as unseenConversationsCount.Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [UnseenMessagesCount ]: Count of new posts that have been delivered to the group's conversations since the signed-in user's last visit to the group. -Returned only on $select. +Requires $select to retrieve. [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. @@ -6925,7 +7219,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Requires $select to retrieve. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -6942,16 +7239,16 @@ Nullable. 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. Read-only. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. It also indicates licenses that are directly assigned and the ones the user inherited through group memberships. Read-only. -Returned only on $select. +Requires $select to retrieve. [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. Read-Only. @@ -7077,7 +7374,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -7311,7 +7608,7 @@ Read-only. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Notifications ]: [Id ]: The unique identifier for an entity. Read-only. @@ -7406,6 +7703,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 +7755,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. @@ -7708,7 +8014,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for users to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [PendingAccessReviewInstances ]: Navigation property to get a list of access reviews pending approval by the reviewer. [Id ]: The unique identifier for an entity. Read-only. @@ -7728,14 +8034,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. @@ -8068,7 +8366,7 @@ Example: 'en-US', or 'es-ES'. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -8524,15 +8822,14 @@ Read-only. [WebUrl ]: Link to the institution or department homepage. [Program ]: educationalActivityDetail [(Any) ]: This indicates any property can be added to this object. - [Abbreviation ]: Shortened name of the degree or program (example: PhD, MBA) + [Abbreviation ]: Shortened name of the degree or program, for example, PhD and MBA. [Activities ]: Extracurricular activities undertaken alongside the program. [Awards ]: Any awards or honors associated with the program. [Description ]: Short description of the program provided by the user. [DisplayName ]: Long-form name of the program that the user provided. - [FieldsOfStudy ]: Majors and minors associated with the program. -(if applicable) - [Grade ]: The final grade, class, GPA, or score. - [Notes ]: More notes the user provided. + [FieldsOfStudy ]: Majors and minors associated with the program, if applicable. + [Grade ]: The final grade, class, grade point average (GPA), or score. + [Notes ]: More notes provided by the user. [WebUrl ]: Link to the degree or program page. [StartMonthYear ]: The month and year the user commenced the activity referenced. [Emails ]: Represents detailed information about email addresses associated with the user. @@ -8835,9 +9132,9 @@ Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they have attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: The scoped-role administrative unit memberships for this user. Read-only. Nullable. @@ -8901,7 +9198,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. @@ -9051,7 +9348,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Use revokeSignInSessions to reset. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -9098,6 +9395,48 @@ The language component follows two-letter codes as defined in ISO 639-1, and the For users with multigeo licenses, the property contains the user's region (if available). For users without multigeo licenses, the property contains the organization's region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China. + [Sections ]: The sections in the user's chat list. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the section was created. +Read-only. +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. + [DisplayIcon ]: sectionDisplayIcon + [(Any) ]: This indicates any property can be added to this object. + [ContentUrl ]: The URL to a custom icon image. +Applicable when iconType is custom. + [DisplayName ]: The human-readable name of the icon. + [IconType ]: The type of icon. +Use an emoji character such as 👍 for an emoji icon, or custom for a custom image icon. + [SkinTone ]: sectionIconSkinTone + [DisplayName ]: The display name of the section. +Required. +Maximum length is 50 characters. +Display names are case-sensitive and must be unique within a user's sections. +The following names are reserved for system-defined sections and can't be used when creating a user-defined section: RecentChats, QuickViews, TeamsAndChannels, MutedChats, MeetingChats, EngageCommunities. + [IsExpanded ]: Indicates whether the section is expanded in the user interface. +The default value is true. + [IsHierarchicalViewEnabled ]: Indicates whether the hierarchical view is enabled for the section. +Read-only. + [Items ]: The items (chats, channels, meetings, or communities) organized within the section. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the item was added to the section. +Read-only. +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. + [ItemType ]: sectionItemType + [LastModifiedDateTime ]: Date and time when the item was last modified. +Read-only. +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. + [LastModifiedDateTime ]: Date and time when the section was last modified. +Read-only. +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. + [SectionType ]: sectionType + [SortType ]: sectionSortType [Todo ]: todo [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -9110,6 +9449,12 @@ Read-only. Nullable. [IsOwner ]: True if the user is owner of the given task list. [IsShared ]: True if the task list is shared with other users + [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the task list. +Read-only. +Nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Value ]: The value of the property. [Tasks ]: The tasks in this task list. Read-only. Nullable. @@ -9173,9 +9518,6 @@ Read-only. [Recurrence ]: patternedRecurrence [ReminderDateTime ]: dateTimeTimeZone [SingleValueExtendedProperties ]: A collection of custom fields linked to the task. - [Id ]: The unique identifier for an entity. -Read-only. - [Value ]: The value of the property. [StartDateTime ]: dateTimeTimeZone [Status ]: taskStatus [Title ]: A brief description of the task. @@ -9227,6 +9569,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. @@ -9264,6 +9608,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. @@ -9286,6 +9631,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 ]: @@ -9339,6 +9685,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. @@ -9348,8 +9696,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. @@ -9365,6 +9711,8 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -9918,7 +10266,7 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for users to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). @@ -10212,22 +10560,23 @@ Always null when the object hasn't been deleted. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -10257,12 +10606,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -10372,7 +10778,7 @@ Optional. [IncludeBasicClaimSet ]: Determines whether the basic claim set is included in tokens affected by this policy. If set to true, all claims in the basic claim set are emitted in tokens affected by the policy. By default the basic claim set isn't in the tokens unless they're explicitly configured in this policy. - [CreatedByAppId ]: The appId (called Application (client) ID on the Microsoft Entra admin center) of the application used to create the service principal. + [CreatedByAppId ]: The appId of the application that created this service principal. Set internally by Microsoft Entra ID. Read-only. [CreatedObjects ]: Directory objects created by this service principal. @@ -10504,7 +10910,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -10663,13 +11069,13 @@ May not begin with .. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [ApprovedClientApps ]: + [ApprovedClientApps ]: The collection of approved client apps that are associated with the RDS configuration. +Supports $expand. [Id ]: The unique identifier for an entity. Read-only. - [DisplayName ]: + [DisplayName ]: Display name for the client application. [IsRemoteDesktopProtocolEnabled ]: Determines if Microsoft Entra ID RDS authentication protocol for RDP is enabled. [TargetDeviceGroups ]: The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. -
]: The unique identifier for an entity. Read-only. [DisplayName ]: Display name for the target device group. @@ -11030,7 +11436,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. - [ExternalAuthenticationMethods ]: Represents the external methods registered to a user for authentication. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. Optional. @@ -11046,7 +11452,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. - [DisplayName ]: Custom name given to the registered external authentication method. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. @@ -11299,7 +11705,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -11552,7 +11958,7 @@ Read-only. The identifiers must be unique in the tenant. [Birthday ]: The birthday of the user. 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 Returned only on $select. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. Only one number can be set for this property. Read-only for users synced from on-premises directory. @@ -12162,6 +12568,49 @@ This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. Read only. + [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. +Nullable. + [Attachments ]: References to attached objects like files, tabs, meetings etc. + [Body ]: itemBody + [ChannelIdentity ]: channelIdentity + [ChatId ]: If the message was sent in a chat, represents the identity of the chat. + [CreatedDateTime ]: Timestamp of when the chat message was created. + [DeletedDateTime ]: Read only. +Timestamp at which the chat message was deleted, or null if not deleted. + [Etag ]: Read-only. +Version number of the chat message. + [EventDetail ]: eventMessageDetail + [From ]: chatMessageFromIdentitySet + [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. + [Importance ]: chatMessageImportance + [LastEditedDateTime ]: Read only. +Timestamp when edits to the chat message were made. +Triggers an 'Edited' flag in the Teams UI. +If no edits are made the value is null. + [LastModifiedDateTime ]: Read only. +Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. + [Locale ]: Locale of the chat message set by the client. +Always set to en-us. + [Mentions ]: List of entities mentioned in the chat message. +Supported entities are: user, bot, team, channel, chat, and tag. + [MessageHistory ]: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. + [MessageType ]: chatMessageType + [OnBehalfOf ]: chatMessageFromIdentitySet + [PolicyViolation ]: chatMessagePolicyViolation + [Reactions ]: Reactions for this chat message (for example, Like). + [Replies ]: Replies for a specified message. +Supports $expand for channel messages. + [ReplyToId ]: Read-only. +ID of the parent chat message or root chat message of the thread. +(Only applies to chat messages in channels, not chats.) + [Subject ]: The subject of the chat message, in plaintext. + [Summary ]: Summary text of the chat message that could be used for push notifications and summary views or fall back views. +Only applies to channel chat messages, not chat messages in a chat. + [WebUrl ]: Read-only. +Link to the message in Microsoft Teams. + [Id ]: The unique identifier for an entity. +Read-only. + [Recipient ]: identity [TenantId ]: The identifier of the tenant in which the chat was created. Read-only. [Topic ]: (Optional) Subject or topic for the chat. @@ -12197,21 +12646,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -12301,7 +12807,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 @@ -12326,6 +12834,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. @@ -12533,10 +13074,11 @@ 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. + [ContentCategory ]: contentCategory [CorrelationId ]: An identifier used to group multiple related content entries (for example, different parts of the same file upload, messages in a conversation). [CreatedDateTime ]: Required. Timestamp indicating when the original content was created (for example, file creation time, message sent time). @@ -12821,6 +13363,7 @@ To proactively opt in to the new behavior ahead of time, use the contentStream p Nullable. [File ]: file [(Any) ]: This indicates any property can be added to this object. + [ArchiveStatus ]: fileArchiveStatus [Hashes ]: hashes [(Any) ]: This indicates any property can be added to this object. [Crc32Hash ]: The CRC32 value of the file (if available). @@ -12831,6 +13374,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. @@ -12931,6 +13487,17 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(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. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity. @@ -13940,6 +14507,8 @@ 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 total count of items in the list. +Read-only. [Items ]: All items contained in the list. [List ]: listInfo [(Any) ]: This indicates any property can be added to this object. @@ -14036,6 +14605,24 @@ Required. [LearningProviderId ]: The registration ID of the provider. Required. [Status ]: courseStatus + [Storyline ]: User's storyline singleton container. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Followers ]: The users who are following this user. + [Id ]: The unique identifier for an entity. +Read-only. + [Follower ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Followings ]: The users that this user is following. + [Id ]: The unique identifier for an entity. +Read-only. + [Following ]: The Viva Engage identities. [EmployeeHireDate ]: The date and time when the user was hired or will start work if there is a future hire. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. @@ -14050,10 +14637,10 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. @@ -14526,7 +15113,9 @@ Read-write. [(Any) ]: This indicates any property can be added to this object. [ArchiveStatus ]: siteArchiveStatus [ArchivedBy ]: identitySet - [ArchivedDateTime ]: + [ArchivedDateTime ]: Time when the container was archived. +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. [DataLocationCode ]: The geographic region code for where this site collection resides. Only present for multi-geo tenants. Read-only. @@ -14549,7 +15138,7 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. 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. - Returned only on $select. + Requires $select to retrieve. Note: This property is specific to SharePoint Online. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. @@ -14572,6 +15161,27 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityGovernance ]: identityGovernanceUserSettings + [(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 ]: 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 + [(Any) ]: This indicates any property can be added to this object. + [Duration ]: The requestor's desired duration of access represented in ISO 8601 format for durations. +For example, PT3H refers to three hours. + If specified in a request, endDateTime shouldn't be present and the type property should be set to afterDuration. + [EndDateTime ]: Timestamp of 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. + [Type ]: expirationPatternType + [Recurrence ]: patternedRecurrence + [StartDateTime ]: 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. +In PIM, when the eligible or active assignment becomes active. [IdentityParentId ]: The object ID of the parent identity for agent users. Always null for regular user accounts. For agentUser resources, this property references the object ID of the associated agent identity. @@ -14668,7 +15278,7 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for users to describe their interests. -Returned only on $select. +Requires $select to retrieve. [InvitedBy ]: directoryObject [IsLicenseReconciliationNeeded ]: Indicates whether the user is pending an exchange mailbox license assignment. Read-only. @@ -14677,7 +15287,8 @@ Returned only on $select. 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). @@ -14691,24 +15302,24 @@ If this list is non-empty, then only users or groups listed here can post. [AccessType ]: groupAccessType [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are auto-subscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -14718,6 +15329,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -14876,11 +15488,11 @@ You can use it as a $filter argument to get groups that have members with licens Supports $filter (eq). [HideFromAddressLists ]: true if the group isn't displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: true if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [InfoCatalogs ]: Identifies the info segments assigned to the group. Returned by default. @@ -14904,7 +15516,7 @@ Read-only. To manage a group 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. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -14954,6 +15566,7 @@ Read-only. [OnPremisesDomainName ]: Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only. + [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [OnPremisesLastSyncDateTime ]: Indicates the last time at which the group was synced with the on-premises directory.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. Returned by default. @@ -15137,10 +15750,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -15149,9 +15764,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. @@ -15315,7 +15959,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). @@ -15363,6 +16007,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 @@ -15760,12 +16405,12 @@ Immutable. Read-only. [UnseenConversationsCount ]: Count of conversations delivered one or more new posts since the signed-in user's last visit to the group. This property is the same as unseenCount. -Returned only on $select. +Requires $select to retrieve. [UnseenCount ]: Count of conversations that have received new posts since the signed-in user last visited the group. -This property is the same as unseenConversationsCount.Returned only on $select. +This property is the same as unseenConversationsCount.Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [UnseenMessagesCount ]: Count of new posts that have been delivered to the group's conversations since the signed-in user's last visit to the group. -Returned only on $select. +Requires $select to retrieve. [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. @@ -15776,7 +16421,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Requires $select to retrieve. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -15793,16 +16441,16 @@ Nullable. 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. Read-only. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. It also indicates licenses that are directly assigned and the ones the user inherited through group memberships. Read-only. -Returned only on $select. +Requires $select to retrieve. [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. Read-Only. @@ -15928,7 +16576,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -16162,7 +16810,7 @@ Read-only. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Notifications ]: [Id ]: The unique identifier for an entity. Read-only. @@ -16257,6 +16905,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. @@ -16305,6 +16957,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. @@ -16559,7 +17216,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for users to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [PendingAccessReviewInstances ]: Navigation property to get a list of access reviews pending approval by the reviewer. [Id ]: The unique identifier for an entity. Read-only. @@ -16579,14 +17236,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. @@ -16919,7 +17568,7 @@ Example: 'en-US', or 'es-ES'. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -17375,15 +18024,14 @@ Read-only. [WebUrl ]: Link to the institution or department homepage. [Program ]: educationalActivityDetail [(Any) ]: This indicates any property can be added to this object. - [Abbreviation ]: Shortened name of the degree or program (example: PhD, MBA) + [Abbreviation ]: Shortened name of the degree or program, for example, PhD and MBA. [Activities ]: Extracurricular activities undertaken alongside the program. [Awards ]: Any awards or honors associated with the program. [Description ]: Short description of the program provided by the user. [DisplayName ]: Long-form name of the program that the user provided. - [FieldsOfStudy ]: Majors and minors associated with the program. -(if applicable) - [Grade ]: The final grade, class, GPA, or score. - [Notes ]: More notes the user provided. + [FieldsOfStudy ]: Majors and minors associated with the program, if applicable. + [Grade ]: The final grade, class, grade point average (GPA), or score. + [Notes ]: More notes provided by the user. [WebUrl ]: Link to the degree or program page. [StartMonthYear ]: The month and year the user commenced the activity referenced. [Emails ]: Represents detailed information about email addresses associated with the user. @@ -17686,9 +18334,9 @@ Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they have attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: The scoped-role administrative unit memberships for this user. Read-only. Nullable. @@ -17752,7 +18400,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. @@ -17902,7 +18550,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Use revokeSignInSessions to reset. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -17949,6 +18597,48 @@ The language component follows two-letter codes as defined in ISO 639-1, and the For users with multigeo licenses, the property contains the user's region (if available). For users without multigeo licenses, the property contains the organization's region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China. + [Sections ]: The sections in the user's chat list. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the section was created. +Read-only. +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. + [DisplayIcon ]: sectionDisplayIcon + [(Any) ]: This indicates any property can be added to this object. + [ContentUrl ]: The URL to a custom icon image. +Applicable when iconType is custom. + [DisplayName ]: The human-readable name of the icon. + [IconType ]: The type of icon. +Use an emoji character such as 👍 for an emoji icon, or custom for a custom image icon. + [SkinTone ]: sectionIconSkinTone + [DisplayName ]: The display name of the section. +Required. +Maximum length is 50 characters. +Display names are case-sensitive and must be unique within a user's sections. +The following names are reserved for system-defined sections and can't be used when creating a user-defined section: RecentChats, QuickViews, TeamsAndChannels, MutedChats, MeetingChats, EngageCommunities. + [IsExpanded ]: Indicates whether the section is expanded in the user interface. +The default value is true. + [IsHierarchicalViewEnabled ]: Indicates whether the hierarchical view is enabled for the section. +Read-only. + [Items ]: The items (chats, channels, meetings, or communities) organized within the section. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the item was added to the section. +Read-only. +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. + [ItemType ]: sectionItemType + [LastModifiedDateTime ]: Date and time when the item was last modified. +Read-only. +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. + [LastModifiedDateTime ]: Date and time when the section was last modified. +Read-only. +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. + [SectionType ]: sectionType + [SortType ]: sectionSortType [Todo ]: todo [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -17961,6 +18651,12 @@ Read-only. Nullable. [IsOwner ]: True if the user is owner of the given task list. [IsShared ]: True if the task list is shared with other users + [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the task list. +Read-only. +Nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Value ]: The value of the property. [Tasks ]: The tasks in this task list. Read-only. Nullable. @@ -18024,9 +18720,6 @@ Read-only. [Recurrence ]: patternedRecurrence [ReminderDateTime ]: dateTimeTimeZone [SingleValueExtendedProperties ]: A collection of custom fields linked to the task. - [Id ]: The unique identifier for an entity. -Read-only. - [Value ]: The value of the property. [StartDateTime ]: dateTimeTimeZone [Status ]: taskStatus [Title ]: A brief description of the task. @@ -18078,6 +18771,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. @@ -18115,6 +18810,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. @@ -18137,6 +18833,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 ]: @@ -18190,6 +18887,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. @@ -18199,8 +18898,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. @@ -18216,6 +18913,8 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementSettingDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementSettingDefinition.md index 9fa480be254cf..ffb0adfd5bd28 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementSettingDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementSettingDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/new-mgbetadevicemanagementsettingdefinition Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementSettingDefinition --- @@ -28,7 +28,7 @@ New-MgBetaDeviceManagementSettingDefinition [-ResponseHeadersVariable ] [-PlaceholderText ] [-ValueType ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -39,7 +39,6 @@ New-MgBetaDeviceManagementSettingDefinition [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementTemplate.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementTemplate.md index b611704eaf209..a7a778168ab31 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementTemplate.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementTemplate.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/new-mgbetadevicemanagementtemplate Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementTemplate --- @@ -29,7 +29,7 @@ New-MgBetaDeviceManagementTemplate [-ResponseHeadersVariable ] [-TemplateSubtype ] [-TemplateType ] [-VersionInfo ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -39,7 +39,6 @@ New-MgBetaDeviceManagementTemplate -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementTemplateCategory.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementTemplateCategory.md index 8f8058d905ce1..ff94f8db1b1ee 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementTemplateCategory.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementTemplateCategory.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/new-mgbetadevicemanagementtemplatecategory Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementTemplateCategory --- @@ -27,7 +27,7 @@ New-MgBetaDeviceManagementTemplateCategory -DeviceManagementTemplateId [-SettingDefinitions ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -38,7 +38,6 @@ New-MgBetaDeviceManagementTemplateCategory -DeviceManagementTemplateId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -51,7 +50,7 @@ New-MgBetaDeviceManagementTemplateCategory -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -62,7 +61,6 @@ New-MgBetaDeviceManagementTemplateCategory -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementTemplateCategoryRecommendedSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementTemplateCategoryRecommendedSetting.md index acf4a6fae73c0..4f5f76e0c2072 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementTemplateCategoryRecommendedSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementTemplateCategoryRecommendedSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/new-mgbetadevicemanagementtemplatecategoryrecommendedsetting Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementTemplateCategoryRecommendedSetting --- @@ -25,7 +25,7 @@ New-MgBetaDeviceManagementTemplateCategoryRecommendedSetting -DeviceManagementTe [-AdditionalProperties ] [-DefinitionId ] [-Id ] [-ValueJson ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -36,7 +36,7 @@ New-MgBetaDeviceManagementTemplateCategoryRecommendedSetting -DeviceManagementTe -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -47,7 +47,7 @@ New-MgBetaDeviceManagementTemplateCategoryRecommendedSetting [-AdditionalProperties ] [-DefinitionId ] [-Id ] [-ValueJson ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -58,7 +58,7 @@ New-MgBetaDeviceManagementTemplateCategoryRecommendedSetting -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.DeviceManagement/New-MgBetaDeviceManagementTemplateCategorySettingDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementTemplateCategorySettingDefinition.md index 18c0bdb1d19ff..8cecd2659c8d1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementTemplateCategorySettingDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementTemplateCategorySettingDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/new-mgbetadevicemanagementtemplatecategorysettingdefinition Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementTemplateCategorySettingDefinition --- @@ -29,7 +29,7 @@ New-MgBetaDeviceManagementTemplateCategorySettingDefinition -DeviceManagementTem [-PlaceholderText ] [-ValueType ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -41,7 +41,6 @@ New-MgBetaDeviceManagementTemplateCategorySettingDefinition -DeviceManagementTem [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -56,7 +55,7 @@ New-MgBetaDeviceManagementTemplateCategorySettingDefinition -InputObject ] [-ValueType ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -67,7 +66,6 @@ New-MgBetaDeviceManagementTemplateCategorySettingDefinition -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementTemplateInstance.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementTemplateInstance.md index b9d2ca3d20ab6..401dc34b54afb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementTemplateInstance.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementTemplateInstance.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/new-mgbetadevicemanagementtemplateinstance Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementTemplateInstance --- @@ -26,7 +26,7 @@ New-MgBetaDeviceManagementTemplateInstance -DeviceManagementTemplateId [-SettingsDelta ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -37,7 +37,6 @@ New-MgBetaDeviceManagementTemplateInstance -DeviceManagementTemplateId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -49,7 +48,7 @@ New-MgBetaDeviceManagementTemplateInstance -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -60,7 +59,6 @@ New-MgBetaDeviceManagementTemplateInstance -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementTemplateMigratableTo.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementTemplateMigratableTo.md index c06cbb920527f..046ddbc8ad34d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementTemplateMigratableTo.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementTemplateMigratableTo.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/new-mgbetadevicemanagementtemplatemigratableto Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementTemplateMigratableTo --- @@ -29,7 +29,7 @@ New-MgBetaDeviceManagementTemplateMigratableTo -DeviceManagementTemplateId ] [-TemplateType ] [-VersionInfo ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -39,7 +39,7 @@ New-MgBetaDeviceManagementTemplateMigratableTo -DeviceManagementTemplateId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -54,7 +54,7 @@ New-MgBetaDeviceManagementTemplateMigratableTo -InputObject ] [-TemplateType ] [-VersionInfo ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -64,7 +64,7 @@ New-MgBetaDeviceManagementTemplateMigratableTo -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementTemplateMigratableToCategory.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementTemplateMigratableToCategory.md index e0b6aac5d1ac7..953d8fa78086e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementTemplateMigratableToCategory.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementTemplateMigratableToCategory.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/new-mgbetadevicemanagementtemplatemigratabletocategory Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementTemplateMigratableToCategory --- @@ -27,7 +27,7 @@ New-MgBetaDeviceManagementTemplateMigratableToCategory -DeviceManagementTemplate [-SettingDefinitions ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -39,7 +39,6 @@ New-MgBetaDeviceManagementTemplateMigratableToCategory -DeviceManagementTemplate [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -52,7 +51,7 @@ New-MgBetaDeviceManagementTemplateMigratableToCategory -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -63,7 +62,6 @@ New-MgBetaDeviceManagementTemplateMigratableToCategory -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementTemplateMigratableToCategoryRecommendedSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementTemplateMigratableToCategoryRecommendedSetting.md index f6c959a34711a..1de130000da40 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementTemplateMigratableToCategoryRecommendedSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementTemplateMigratableToCategoryRecommendedSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/new-mgbetadevicemanagementtemplatemigratabletocategoryrecommendedsetting Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementTemplateMigratableToCategoryRecommendedSetting --- @@ -26,7 +26,7 @@ New-MgBetaDeviceManagementTemplateMigratableToCategoryRecommendedSetting [-AdditionalProperties ] [-DefinitionId ] [-Id ] [-ValueJson ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -38,7 +38,7 @@ New-MgBetaDeviceManagementTemplateMigratableToCategoryRecommendedSetting -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -49,7 +49,7 @@ New-MgBetaDeviceManagementTemplateMigratableToCategoryRecommendedSetting [-AdditionalProperties ] [-DefinitionId ] [-Id ] [-ValueJson ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -60,7 +60,7 @@ New-MgBetaDeviceManagementTemplateMigratableToCategoryRecommendedSetting -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.DeviceManagement/New-MgBetaDeviceManagementTemplateMigratableToCategorySettingDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementTemplateMigratableToCategorySettingDefinition.md index ddb3a525a5bfa..68de61c404e42 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementTemplateMigratableToCategorySettingDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementTemplateMigratableToCategorySettingDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/new-mgbetadevicemanagementtemplatemigratabletocategorysettingdefinition Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementTemplateMigratableToCategorySettingDefinition --- @@ -30,7 +30,7 @@ New-MgBetaDeviceManagementTemplateMigratableToCategorySettingDefinition [-PlaceholderText ] [-ValueType ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -43,7 +43,6 @@ New-MgBetaDeviceManagementTemplateMigratableToCategorySettingDefinition [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -58,7 +57,7 @@ New-MgBetaDeviceManagementTemplateMigratableToCategorySettingDefinition [-PlaceholderText ] [-ValueType ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -70,7 +69,6 @@ New-MgBetaDeviceManagementTemplateMigratableToCategorySettingDefinition [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementTemplateMigratableToInstance.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementTemplateMigratableToInstance.md index abcb4362385ae..9103f87e53aea 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementTemplateMigratableToInstance.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementTemplateMigratableToInstance.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/new-mgbetadevicemanagementtemplatemigratabletoinstance Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementTemplateMigratableToInstance --- @@ -26,7 +26,7 @@ New-MgBetaDeviceManagementTemplateMigratableToInstance -DeviceManagementTemplate [-RoleScopeTagIds ] [-SettingsDelta ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -38,7 +38,6 @@ New-MgBetaDeviceManagementTemplateMigratableToInstance -DeviceManagementTemplate [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -50,7 +49,7 @@ New-MgBetaDeviceManagementTemplateMigratableToInstance -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -61,7 +60,6 @@ New-MgBetaDeviceManagementTemplateMigratableToInstance -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementTemplateMigratableToSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementTemplateMigratableToSetting.md index 29545e85c89ad..3c5ea7ff93818 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementTemplateMigratableToSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementTemplateMigratableToSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/new-mgbetadevicemanagementtemplatemigratabletosetting Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementTemplateMigratableToSetting --- @@ -25,7 +25,7 @@ New-MgBetaDeviceManagementTemplateMigratableToSetting -DeviceManagementTemplateI [-AdditionalProperties ] [-DefinitionId ] [-Id ] [-ValueJson ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -36,7 +36,7 @@ New-MgBetaDeviceManagementTemplateMigratableToSetting -DeviceManagementTemplateI -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -47,7 +47,6 @@ New-MgBetaDeviceManagementTemplateMigratableToSetting -InputObject ] [-ValueJson ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -57,7 +56,7 @@ New-MgBetaDeviceManagementTemplateMigratableToSetting -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementTemplateSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementTemplateSetting.md index 5fd1d6242893d..7cc430560c73e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementTemplateSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementTemplateSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/new-mgbetadevicemanagementtemplatesetting Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementTemplateSetting --- @@ -25,7 +25,6 @@ New-MgBetaDeviceManagementTemplateSetting -DeviceManagementTemplateId [-Id ] [-ValueJson ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -35,7 +34,7 @@ New-MgBetaDeviceManagementTemplateSetting -DeviceManagementTemplateId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -46,7 +45,6 @@ New-MgBetaDeviceManagementTemplateSetting -InputObject ] [-ValueJson ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -56,7 +54,7 @@ New-MgBetaDeviceManagementTemplateSetting -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementTroubleshootingEvent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementTroubleshootingEvent.md index dbd962a9b1112..47bc552cbeeb9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementTroubleshootingEvent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementTroubleshootingEvent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/new-mgbetadevicemanagementtroubleshootingevent Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementTroubleshootingEvent --- @@ -29,7 +29,7 @@ New-MgBetaDeviceManagementTroubleshootingEvent [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -40,7 +40,6 @@ New-MgBetaDeviceManagementTroubleshootingEvent [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementWindowsInformationProtectionAppLearningSummary.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementWindowsInformationProtectionAppLearningSummary.md index 49f5a13d331ea..391076918fec9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementWindowsInformationProtectionAppLearningSummary.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementWindowsInformationProtectionAppLearningSummary.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/new-mgbetadevicemanagementwindowsinformationprotectionapplearningsummary Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementWindowsInformationProtectionAppLearningSummary --- @@ -28,7 +28,7 @@ New-MgBetaDeviceManagementWindowsInformationProtectionAppLearningSummary [-ApplicationType ] [-DeviceCount ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -39,7 +39,6 @@ New-MgBetaDeviceManagementWindowsInformationProtectionAppLearningSummary [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementWindowsInformationProtectionNetworkLearningSummary.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementWindowsInformationProtectionNetworkLearningSummary.md index 03c6d9ee5e49b..9b14a45826738 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementWindowsInformationProtectionNetworkLearningSummary.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementWindowsInformationProtectionNetworkLearningSummary.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/new-mgbetadevicemanagementwindowsinformationprotectionnetworklearningsummary Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementWindowsInformationProtectionNetworkLearningSummary --- @@ -28,7 +28,6 @@ New-MgBetaDeviceManagementWindowsInformationProtectionNetworkLearningSummary [-Id ] [-Url ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -39,7 +38,6 @@ New-MgBetaDeviceManagementWindowsInformationProtectionNetworkLearningSummary [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementWindowsMalwareInformation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementWindowsMalwareInformation.md index 08bcdcb937870..6caaabf12c647 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementWindowsMalwareInformation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementWindowsMalwareInformation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/new-mgbetadevicemanagementwindowsmalwareinformation Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementWindowsMalwareInformation --- @@ -30,7 +30,7 @@ New-MgBetaDeviceManagementWindowsMalwareInformation [-ResponseHeadersVariable ] [-LastDetectionDateTime ] [-Severity ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -40,7 +40,7 @@ New-MgBetaDeviceManagementWindowsMalwareInformation -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.DeviceManagement/New-MgBetaDeviceManagementWindowsMalwareInformationDeviceMalwareState.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementWindowsMalwareInformationDeviceMalwareState.md index cbe549dd7b9c1..dfbc397b3f7a4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementWindowsMalwareInformationDeviceMalwareState.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementWindowsMalwareInformationDeviceMalwareState.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/new-mgbetadevicemanagementwindowsmalwareinformationdevicemalwarestate Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementWindowsMalwareInformationDeviceMalwareState --- @@ -31,7 +31,6 @@ New-MgBetaDeviceManagementWindowsMalwareInformationDeviceMalwareState [-ThreatState ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -42,7 +41,6 @@ New-MgBetaDeviceManagementWindowsMalwareInformationDeviceMalwareState [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -56,7 +54,6 @@ New-MgBetaDeviceManagementWindowsMalwareInformationDeviceMalwareState [-ThreatState ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -67,7 +64,7 @@ New-MgBetaDeviceManagementWindowsMalwareInformationDeviceMalwareState -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.DeviceManagement/New-MgBetaDeviceManagementWindowsQualityUpdateProfile.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementWindowsQualityUpdateProfile.md index c131cfc6ffae8..ca43a84abbf84 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementWindowsQualityUpdateProfile.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementWindowsQualityUpdateProfile.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/new-mgbetadevicemanagementwindowsqualityupdateprofile Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementWindowsQualityUpdateProfile --- @@ -29,7 +29,7 @@ New-MgBetaDeviceManagementWindowsQualityUpdateProfile [-ResponseHeadersVariable [-LastModifiedDateTime ] [-ReleaseDateDisplayName ] [-RoleScopeTagIds ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -39,7 +39,7 @@ New-MgBetaDeviceManagementWindowsQualityUpdateProfile -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -586,6 +586,7 @@ Read-only. [ExpeditedUpdateSettings ]: A complex type to store the expedited quality update settings such as release date and days until forced reboot. [(Any) ]: This indicates any property can be added to this object. [DaysUntilForcedReboot ]: The number of days after installation that forced reboot will happen. + [QualityUpdateCatalogItemId ]: The unique identifier for the quality update catalog item targeted by the expedite. [QualityUpdateRelease ]: The release date to identify a quality update. [LastModifiedDateTime ]: The date time that the profile was last modified. [ReleaseDateDisplayName ]: Friendly release date to display for a Quality Update release @@ -594,6 +595,7 @@ Read-only. EXPEDITEDUPDATESETTINGS ``: A complex type to store the expedited quality update settings such as release date and days until forced reboot. [(Any) ]: This indicates any property can be added to this object. [DaysUntilForcedReboot ]: The number of days after installation that forced reboot will happen. + [QualityUpdateCatalogItemId ]: The unique identifier for the quality update catalog item targeted by the expedite. [QualityUpdateRelease ]: The release date to identify a quality update. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementWindowsQualityUpdateProfileAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementWindowsQualityUpdateProfileAssignment.md index 5cfae926e89b2..030a16e678ac5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementWindowsQualityUpdateProfileAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/New-MgBetaDeviceManagementWindowsQualityUpdateProfileAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/new-mgbetadevicemanagementwindowsqualityupdateprofileassignment Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaDeviceManagementWindowsQualityUpdateProfileAssignment --- @@ -26,7 +26,6 @@ New-MgBetaDeviceManagementWindowsQualityUpdateProfileAssignment [-Target ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -38,7 +37,6 @@ New-MgBetaDeviceManagementWindowsQualityUpdateProfileAssignment [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -50,7 +48,6 @@ New-MgBetaDeviceManagementWindowsQualityUpdateProfileAssignment [-Target ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -62,7 +59,6 @@ New-MgBetaDeviceManagementWindowsQualityUpdateProfileAssignment [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Publish-MgBetaAdminEdgeInternetExplorerModeSiteList.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Publish-MgBetaAdminEdgeInternetExplorerModeSiteList.md index a8939af5a4f1f..5e7538683b8f7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Publish-MgBetaAdminEdgeInternetExplorerModeSiteList.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Publish-MgBetaAdminEdgeInternetExplorerModeSiteList.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/publish-mgbetaadminedgeinternetexplorermodesitelist Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Publish-MgBetaAdminEdgeInternetExplorerModeSiteList --- @@ -28,7 +28,7 @@ Publish-MgBetaAdminEdgeInternetExplorerModeSiteList -BrowserSiteListId [-SharedCookies ] [-Sites ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Publish @@ -39,7 +39,6 @@ Publish-MgBetaAdminEdgeInternetExplorerModeSiteList -BrowserSiteListId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### PublishViaIdentityExpanded @@ -50,7 +49,7 @@ Publish-MgBetaAdminEdgeInternetExplorerModeSiteList -InputObject ] [-Sites ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### PublishViaIdentity @@ -61,7 +60,6 @@ Publish-MgBetaAdminEdgeInternetExplorerModeSiteList -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaAdminEdge.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaAdminEdge.md index d786bb5e45c59..7ad6e7db61271 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaAdminEdge.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaAdminEdge.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/remove-mgbetaadminedge Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaAdminEdge --- @@ -27,7 +27,6 @@ Remove-MgBetaAdminEdge [-IfMatch ] [-ResponseHeadersVariable ] [ [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaAdminEdgeInternetExplorerMode.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaAdminEdgeInternetExplorerMode.md index 9a536f9209f2a..2f383300ce3f5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaAdminEdgeInternetExplorerMode.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaAdminEdgeInternetExplorerMode.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/remove-mgbetaadminedgeinternetexplorermode Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaAdminEdgeInternetExplorerMode --- @@ -27,7 +27,6 @@ Remove-MgBetaAdminEdgeInternetExplorerMode [-IfMatch ] [-ResponseHeaders [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaAdminEdgeInternetExplorerModeSiteList.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaAdminEdgeInternetExplorerModeSiteList.md index e2872bd6bdd55..d47d3566c7b73 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaAdminEdgeInternetExplorerModeSiteList.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaAdminEdgeInternetExplorerModeSiteList.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/remove-mgbetaadminedgeinternetexplorermodesitelist Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaAdminEdgeInternetExplorerModeSiteList --- @@ -27,7 +27,6 @@ Remove-MgBetaAdminEdgeInternetExplorerModeSiteList -BrowserSiteListId [ [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaAdminEdgeInternetExplorerModeSiteList -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaAdminEdgeInternetExplorerModeSiteListSharedCookie.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaAdminEdgeInternetExplorerModeSiteListSharedCookie.md index d6a7b05d7f9be..e8a8e36687e68 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaAdminEdgeInternetExplorerModeSiteListSharedCookie.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaAdminEdgeInternetExplorerModeSiteListSharedCookie.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/remove-mgbetaadminedgeinternetexplorermodesitelistsharedcookie Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaAdminEdgeInternetExplorerModeSiteListSharedCookie --- @@ -28,7 +28,6 @@ Remove-MgBetaAdminEdgeInternetExplorerModeSiteListSharedCookie -BrowserSharedCoo [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -39,7 +38,6 @@ Remove-MgBetaAdminEdgeInternetExplorerModeSiteListSharedCookie [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaAdminEdgeInternetExplorerModeSiteListSite.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaAdminEdgeInternetExplorerModeSiteListSite.md index ffed67cd48c8b..06aac7510c03c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaAdminEdgeInternetExplorerModeSiteListSite.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaAdminEdgeInternetExplorerModeSiteListSite.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/remove-mgbetaadminedgeinternetexplorermodesitelistsite Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaAdminEdgeInternetExplorerModeSiteListSite --- @@ -28,7 +28,6 @@ Remove-MgBetaAdminEdgeInternetExplorerModeSiteListSite -BrowserSiteId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -38,7 +37,6 @@ Remove-MgBetaAdminEdgeInternetExplorerModeSiteListSite -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummary.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummary.md index 09f90cdd3821d..2b8770eedc407 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummary.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummary.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/remove-mgbetadevicemanagementadvancedthreatprotectiononboardingstatesummary Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummary --- @@ -24,7 +24,6 @@ Remove-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummary [-If [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummaryAdvancedThreatProtectionOnboardingDeviceSettingState.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummaryAdvancedThreatProtectionOnboardingDeviceSettingState.md index daea0d3d4e152..e509f93ffe3c5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummaryAdvancedThreatProtectionOnboardingDeviceSettingState.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummaryAdvancedThreatProtectionOnboardingDeviceSettingState.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/remove-mgbetadevicemanagementadvancedthreatprotectiononboardingstatesummaryadvancedthreatprotectiononboardingdevicesettingstate Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummaryAdvancedThreatProtectionOnboardingDeviceSettingState --- @@ -25,7 +25,6 @@ Remove-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummaryAdvan [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummaryAdvan [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementAndroidForWorkAppConfigurationSchema.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementAndroidForWorkAppConfigurationSchema.md index 29a905e6071eb..34bd36ab807f9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementAndroidForWorkAppConfigurationSchema.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementAndroidForWorkAppConfigurationSchema.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/remove-mgbetadevicemanagementandroidforworkappconfigurationschema Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementAndroidForWorkAppConfigurationSchema --- @@ -25,7 +25,6 @@ Remove-MgBetaDeviceManagementAndroidForWorkAppConfigurationSchema [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaDeviceManagementAndroidForWorkAppConfigurationSchema [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementAndroidForWorkSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementAndroidForWorkSetting.md index 08b54edfd57d2..0612146fcb757 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementAndroidForWorkSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementAndroidForWorkSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/remove-mgbetadevicemanagementandroidforworksetting Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementAndroidForWorkSetting --- @@ -24,7 +24,6 @@ Remove-MgBetaDeviceManagementAndroidForWorkSetting [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSetting.md index c3a332606958e..e9cdb4962d518 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/remove-mgbetadevicemanagementandroidmanagedstoreaccountenterprisesetting Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSetting --- @@ -24,7 +24,6 @@ Remove-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSetting [-IfMat [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementAndroidManagedStoreAppConfigurationSchema.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementAndroidManagedStoreAppConfigurationSchema.md index 5a6d139ad1665..93ab29d57c268 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementAndroidManagedStoreAppConfigurationSchema.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementAndroidManagedStoreAppConfigurationSchema.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/remove-mgbetadevicemanagementandroidmanagedstoreappconfigurationschema Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementAndroidManagedStoreAppConfigurationSchema --- @@ -25,7 +25,6 @@ Remove-MgBetaDeviceManagementAndroidManagedStoreAppConfigurationSchema [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaDeviceManagementAndroidManagedStoreAppConfigurationSchema [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementAssignmentFilter.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementAssignmentFilter.md index 341af31d91b7b..77b958fe1d311 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementAssignmentFilter.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementAssignmentFilter.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/remove-mgbetadevicemanagementassignmentfilter Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementAssignmentFilter --- @@ -24,7 +24,6 @@ Remove-MgBetaDeviceManagementAssignmentFilter -DeviceAndAppManagementAssignmentF [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaDeviceManagementAssignmentFilter -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementCategory.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementCategory.md index 67c52297c66cf..86e8270d3ad1d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementCategory.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementCategory.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/remove-mgbetadevicemanagementcategory Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementCategory --- @@ -24,7 +24,6 @@ Remove-MgBetaDeviceManagementCategory -DeviceManagementSettingCategoryId ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaDeviceManagementCategory -InputObject [ [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementCategorySettingDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementCategorySettingDefinition.md index aa7caf8e5aabb..f8f84ec73a215 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementCategorySettingDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementCategorySettingDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/remove-mgbetadevicemanagementcategorysettingdefinition Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementCategorySettingDefinition --- @@ -25,7 +25,6 @@ Remove-MgBetaDeviceManagementCategorySettingDefinition -DeviceManagementSettingC [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaDeviceManagementCategorySettingDefinition -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementComanagedDevice.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementComanagedDevice.md index 2f07a751c2af5..6ff38a02a588e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementComanagedDevice.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementComanagedDevice.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/remove-mgbetadevicemanagementcomanageddevice Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementComanagedDevice --- @@ -24,7 +24,6 @@ Remove-MgBetaDeviceManagementComanagedDevice -ManagedDeviceId [-IfMatch [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaDeviceManagementComanagedDevice -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementComanagedDeviceAssignmentFilterEvaluationStatusDetail.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementComanagedDeviceAssignmentFilterEvaluationStatusDetail.md index 37b6a8a8571d0..d139ba67958b9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementComanagedDeviceAssignmentFilterEvaluationStatusDetail.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementComanagedDeviceAssignmentFilterEvaluationStatusDetail.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/remove-mgbetadevicemanagementcomanageddeviceassignmentfilterevaluationstatusdetail Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementComanagedDeviceAssignmentFilterEvaluationStatusDetail --- @@ -25,7 +25,6 @@ Remove-MgBetaDeviceManagementComanagedDeviceAssignmentFilterEvaluationStatusDeta [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaDeviceManagementComanagedDeviceAssignmentFilterEvaluationStatusDeta [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementComanagedDeviceCategory.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementComanagedDeviceCategory.md index 8b6c239e90cf9..5656d40e26236 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementComanagedDeviceCategory.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementComanagedDeviceCategory.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/remove-mgbetadevicemanagementcomanageddevicecategory Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementComanagedDeviceCategory --- @@ -24,7 +24,6 @@ Remove-MgBetaDeviceManagementComanagedDeviceCategory -ManagedDeviceId [ [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaDeviceManagementComanagedDeviceCategory -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementComanagedDeviceCategoryByRef.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementComanagedDeviceCategoryByRef.md index 95ba9f883c79d..cfc23ff25c0ff 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementComanagedDeviceCategoryByRef.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementComanagedDeviceCategoryByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/remove-mgbetadevicemanagementcomanageddevicecategorybyref Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementComanagedDeviceCategoryByRef --- @@ -24,7 +24,6 @@ Remove-MgBetaDeviceManagementComanagedDeviceCategoryByRef -ManagedDeviceId ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaDeviceManagementComanagedDeviceCategoryByRef -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementComanagedDeviceCompliancePolicyState.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementComanagedDeviceCompliancePolicyState.md index 2a9e5273f58c2..46b3e8039752c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementComanagedDeviceCompliancePolicyState.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementComanagedDeviceCompliancePolicyState.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/remove-mgbetadevicemanagementcomanageddevicecompliancepolicystate Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementComanagedDeviceCompliancePolicyState --- @@ -25,7 +25,6 @@ Remove-MgBetaDeviceManagementComanagedDeviceCompliancePolicyState [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaDeviceManagementComanagedDeviceCompliancePolicyState [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementComanagedDeviceConfigurationState.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementComanagedDeviceConfigurationState.md index d87be1796fdd9..efe97b3d1e565 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementComanagedDeviceConfigurationState.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementComanagedDeviceConfigurationState.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/remove-mgbetadevicemanagementcomanageddeviceconfigurationstate Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementComanagedDeviceConfigurationState --- @@ -25,7 +25,6 @@ Remove-MgBetaDeviceManagementComanagedDeviceConfigurationState -DeviceConfigurat [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaDeviceManagementComanagedDeviceConfigurationState [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementComanagedDeviceFirmwareConfigurationInterfaceManagement.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementComanagedDeviceFirmwareConfigurationInterfaceManagement.md index d0236a4d8f591..5ffb8a6eaedf9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementComanagedDeviceFirmwareConfigurationInterfaceManagement.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementComanagedDeviceFirmwareConfigurationInterfaceManagement.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/remove-mgbetadevicemanagementcomanageddevicefirmwareconfigurationinterfacemanagement Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementComanagedDeviceFirmwareConfigurationInterfaceManagement --- @@ -24,7 +24,6 @@ Remove-MgBetaDeviceManagementComanagedDeviceFirmwareConfigurationInterfaceManage -ManagedDeviceId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### RemoveViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaDeviceManagementComanagedDeviceFirmwareConfigurationInterfaceManage [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementComanagedDeviceHealthScriptState.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementComanagedDeviceHealthScriptState.md index 249169a8ad4b7..64335c25d3920 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementComanagedDeviceHealthScriptState.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementComanagedDeviceHealthScriptState.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/remove-mgbetadevicemanagementcomanageddevicehealthscriptstate Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementComanagedDeviceHealthScriptState --- @@ -25,7 +25,6 @@ Remove-MgBetaDeviceManagementComanagedDeviceHealthScriptState -DeviceId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaDeviceManagementComanagedDeviceHealthScriptState [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementComanagedDeviceLogCollectionRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementComanagedDeviceLogCollectionRequest.md index 022850a067cf4..817a176ec07d1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementComanagedDeviceLogCollectionRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementComanagedDeviceLogCollectionRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/remove-mgbetadevicemanagementcomanageddevicelogcollectionrequest Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementComanagedDeviceLogCollectionRequest --- @@ -25,7 +25,6 @@ Remove-MgBetaDeviceManagementComanagedDeviceLogCollectionRequest [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaDeviceManagementComanagedDeviceLogCollectionRequest [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementComanagedDeviceManagedDeviceMobileAppConfigurationState.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementComanagedDeviceManagedDeviceMobileAppConfigurationState.md index 5ef7210d91307..54f735f8b512e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementComanagedDeviceManagedDeviceMobileAppConfigurationState.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementComanagedDeviceManagedDeviceMobileAppConfigurationState.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/remove-mgbetadevicemanagementcomanageddevicemanageddevicemobileappconfigurationstate Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementComanagedDeviceManagedDeviceMobileAppConfigurationState --- @@ -25,7 +25,6 @@ Remove-MgBetaDeviceManagementComanagedDeviceManagedDeviceMobileAppConfigurationS [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaDeviceManagementComanagedDeviceManagedDeviceMobileAppConfigurationS [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementComanagedDeviceSecurityBaselineState.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementComanagedDeviceSecurityBaselineState.md index 675f5784b9554..fbc8e5a59596e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementComanagedDeviceSecurityBaselineState.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementComanagedDeviceSecurityBaselineState.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/remove-mgbetadevicemanagementcomanageddevicesecuritybaselinestate Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementComanagedDeviceSecurityBaselineState --- @@ -25,7 +25,6 @@ Remove-MgBetaDeviceManagementComanagedDeviceSecurityBaselineState -ManagedDevice [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaDeviceManagementComanagedDeviceSecurityBaselineState [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementComanagedDeviceSecurityBaselineStateSettingState.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementComanagedDeviceSecurityBaselineStateSettingState.md index ea1d9cbcbd8f1..efe6c332e93f8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementComanagedDeviceSecurityBaselineStateSettingState.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementComanagedDeviceSecurityBaselineStateSettingState.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/remove-mgbetadevicemanagementcomanageddevicesecuritybaselinestatesettingstate Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementComanagedDeviceSecurityBaselineStateSettingState --- @@ -26,7 +26,6 @@ Remove-MgBetaDeviceManagementComanagedDeviceSecurityBaselineStateSettingState [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaDeviceManagementComanagedDeviceSecurityBaselineStateSettingState [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementComanagedDeviceUserFromSharedAppleDevice.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementComanagedDeviceUserFromSharedAppleDevice.md index 1283b5949b04a..735589e91a953 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementComanagedDeviceUserFromSharedAppleDevice.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementComanagedDeviceUserFromSharedAppleDevice.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/remove-mgbetadevicemanagementcomanageddeviceuserfromsharedappledevice Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementComanagedDeviceUserFromSharedAppleDevice --- @@ -25,7 +25,6 @@ Remove-MgBetaDeviceManagementComanagedDeviceUserFromSharedAppleDevice -ManagedDe [-UserPrincipalName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Delete @@ -36,7 +35,6 @@ Remove-MgBetaDeviceManagementComanagedDeviceUserFromSharedAppleDevice -ManagedDe [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentityExpanded @@ -47,7 +45,6 @@ Remove-MgBetaDeviceManagementComanagedDeviceUserFromSharedAppleDevice [-AdditionalProperties ] [-UserPrincipalName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -59,7 +56,6 @@ Remove-MgBetaDeviceManagementComanagedDeviceUserFromSharedAppleDevice [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementComanagedDeviceWindowsProtectionState.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementComanagedDeviceWindowsProtectionState.md index 85db7dd810154..b712b2522c5ec 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementComanagedDeviceWindowsProtectionState.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementComanagedDeviceWindowsProtectionState.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/remove-mgbetadevicemanagementcomanageddevicewindowsprotectionstate Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementComanagedDeviceWindowsProtectionState --- @@ -24,7 +24,6 @@ Remove-MgBetaDeviceManagementComanagedDeviceWindowsProtectionState -ManagedDevic [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaDeviceManagementComanagedDeviceWindowsProtectionState [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementComanagedDeviceWindowsProtectionStateDetectedMalwareState.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementComanagedDeviceWindowsProtectionStateDetectedMalwareState.md index 80a249da2dec6..95fdb9d3990d4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementComanagedDeviceWindowsProtectionStateDetectedMalwareState.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementComanagedDeviceWindowsProtectionStateDetectedMalwareState.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/remove-mgbetadevicemanagementcomanageddevicewindowsprotectionstatedetectedmalwarestate Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementComanagedDeviceWindowsProtectionStateDetectedMalwareState --- @@ -25,7 +25,6 @@ Remove-MgBetaDeviceManagementComanagedDeviceWindowsProtectionStateDetectedMalwar [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaDeviceManagementComanagedDeviceWindowsProtectionStateDetectedMalwar [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementCompliancePolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementCompliancePolicy.md index e9ed4369770f2..a1747188bf077 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementCompliancePolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementCompliancePolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/remove-mgbetadevicemanagementcompliancepolicy Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementCompliancePolicy --- @@ -24,7 +24,6 @@ Remove-MgBetaDeviceManagementCompliancePolicy -DeviceManagementCompliancePolicyI [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaDeviceManagementCompliancePolicy -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementCompliancePolicyAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementCompliancePolicyAssignment.md index 1c9e23d68e2c9..c7767851fc1db 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementCompliancePolicyAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementCompliancePolicyAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/remove-mgbetadevicemanagementcompliancepolicyassignment Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementCompliancePolicyAssignment --- @@ -25,7 +25,6 @@ Remove-MgBetaDeviceManagementCompliancePolicyAssignment -DeviceManagementComplia [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaDeviceManagementCompliancePolicyAssignment -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementCompliancePolicyScheduledActionForRule.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementCompliancePolicyScheduledActionForRule.md index 31a20fbfffc22..b0627535ca6f2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementCompliancePolicyScheduledActionForRule.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementCompliancePolicyScheduledActionForRule.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/remove-mgbetadevicemanagementcompliancepolicyscheduledactionforrule Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementCompliancePolicyScheduledActionForRule --- @@ -26,7 +26,6 @@ Remove-MgBetaDeviceManagementCompliancePolicyScheduledActionForRule [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaDeviceManagementCompliancePolicyScheduledActionForRule [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementCompliancePolicyScheduledActionForRuleScheduledActionConfiguration.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementCompliancePolicyScheduledActionForRuleScheduledActionConfiguration.md index 0c4587b951d6e..d888841034cf4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementCompliancePolicyScheduledActionForRuleScheduledActionConfiguration.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementCompliancePolicyScheduledActionForRuleScheduledActionConfiguration.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/remove-mgbetadevicemanagementcompliancepolicyscheduledactionforrulescheduledactionconfiguration Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementCompliancePolicyScheduledActionForRuleScheduledActionConfiguration --- @@ -26,7 +26,6 @@ Remove-MgBetaDeviceManagementCompliancePolicyScheduledActionForRuleScheduledActi [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaDeviceManagementCompliancePolicyScheduledActionForRuleScheduledActi [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementCompliancePolicySetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementCompliancePolicySetting.md index 4236dbe978d78..9e2a2ae1794bd 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementCompliancePolicySetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementCompliancePolicySetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/remove-mgbetadevicemanagementcompliancepolicysetting Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementCompliancePolicySetting --- @@ -25,7 +25,6 @@ Remove-MgBetaDeviceManagementCompliancePolicySetting -DeviceManagementCompliance [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaDeviceManagementCompliancePolicySetting -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementComplianceSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementComplianceSetting.md index 91975b409aad3..874c3e545cd6a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementComplianceSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementComplianceSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/remove-mgbetadevicemanagementcompliancesetting Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementComplianceSetting --- @@ -25,7 +25,6 @@ Remove-MgBetaDeviceManagementComplianceSetting [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaDeviceManagementComplianceSetting -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementConfigurationPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementConfigurationPolicy.md index 0e813c1ac3cdb..c6feb8d1fb01f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementConfigurationPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementConfigurationPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/remove-mgbetadevicemanagementconfigurationpolicy Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementConfigurationPolicy --- @@ -24,7 +24,6 @@ Remove-MgBetaDeviceManagementConfigurationPolicy -DeviceManagementConfigurationP [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaDeviceManagementConfigurationPolicy -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementConfigurationPolicyAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementConfigurationPolicyAssignment.md index b9e2623325315..c0bf7add96f70 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementConfigurationPolicyAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementConfigurationPolicyAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/remove-mgbetadevicemanagementconfigurationpolicyassignment Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementConfigurationPolicyAssignment --- @@ -26,7 +26,6 @@ Remove-MgBetaDeviceManagementConfigurationPolicyAssignment [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaDeviceManagementConfigurationPolicyAssignment -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementConfigurationPolicySetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementConfigurationPolicySetting.md index db0f3460e4574..3d27f728a42c2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementConfigurationPolicySetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementConfigurationPolicySetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/remove-mgbetadevicemanagementconfigurationpolicysetting Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementConfigurationPolicySetting --- @@ -25,7 +25,6 @@ Remove-MgBetaDeviceManagementConfigurationPolicySetting [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaDeviceManagementConfigurationPolicySetting -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementConfigurationPolicyTemplate.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementConfigurationPolicyTemplate.md index 7b3b6d4dd33f1..578659367cefd 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementConfigurationPolicyTemplate.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementConfigurationPolicyTemplate.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/remove-mgbetadevicemanagementconfigurationpolicytemplate Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementConfigurationPolicyTemplate --- @@ -25,7 +25,6 @@ Remove-MgBetaDeviceManagementConfigurationPolicyTemplate [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaDeviceManagementConfigurationPolicyTemplate -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementConfigurationPolicyTemplateSettingDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementConfigurationPolicyTemplateSettingDefinition.md index 5fb66557c082e..8ae3591c1d314 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementConfigurationPolicyTemplateSettingDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementConfigurationPolicyTemplateSettingDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/remove-mgbetadevicemanagementconfigurationpolicytemplatesettingdefinition Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementConfigurationPolicyTemplateSettingDefinition --- @@ -27,7 +27,6 @@ Remove-MgBetaDeviceManagementConfigurationPolicyTemplateSettingDefinition [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -38,7 +37,6 @@ Remove-MgBetaDeviceManagementConfigurationPolicyTemplateSettingDefinition [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementConfigurationPolicyTemplateSettingTemplate.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementConfigurationPolicyTemplateSettingTemplate.md index 3b1228945d0ac..5167f24f489ae 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementConfigurationPolicyTemplateSettingTemplate.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementConfigurationPolicyTemplateSettingTemplate.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/remove-mgbetadevicemanagementconfigurationpolicytemplatesettingtemplate Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementConfigurationPolicyTemplateSettingTemplate --- @@ -26,7 +26,6 @@ Remove-MgBetaDeviceManagementConfigurationPolicyTemplateSettingTemplate [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaDeviceManagementConfigurationPolicyTemplateSettingTemplate [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementConfigurationSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementConfigurationSetting.md index 5395b83849979..7ec160230808a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementConfigurationSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementConfigurationSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/remove-mgbetadevicemanagementconfigurationsetting Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementConfigurationSetting --- @@ -25,7 +25,6 @@ Remove-MgBetaDeviceManagementConfigurationSetting [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaDeviceManagementConfigurationSetting -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementDataSharingConsent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementDataSharingConsent.md index b661d7eb805ca..58e1b2a01ad8a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementDataSharingConsent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementDataSharingConsent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/remove-mgbetadevicemanagementdatasharingconsent Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementDataSharingConsent --- @@ -24,7 +24,6 @@ Remove-MgBetaDeviceManagementDataSharingConsent -DataSharingConsentId [ [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaDeviceManagementDataSharingConsent -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementDerivedCredential.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementDerivedCredential.md index 523b9be7ee4d0..89aabbce0ffff 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementDerivedCredential.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementDerivedCredential.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/remove-mgbetadevicemanagementderivedcredential Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementDerivedCredential --- @@ -24,7 +24,6 @@ Remove-MgBetaDeviceManagementDerivedCredential -DeviceManagementDerivedCredentia [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaDeviceManagementDerivedCredential -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementDetectedApp.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementDetectedApp.md index f275d8f4600bb..f4dad94058cb4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementDetectedApp.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementDetectedApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/remove-mgbetadevicemanagementdetectedapp Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementDetectedApp --- @@ -27,7 +27,6 @@ Remove-MgBetaDeviceManagementDetectedApp -DetectedAppId [-IfMatch ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaDeviceManagementDetectedApp -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementDeviceCategory.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementDeviceCategory.md index 58a41a897f050..b1a40210d19ea 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementDeviceCategory.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementDeviceCategory.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/remove-mgbetadevicemanagementdevicecategory Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementDeviceCategory --- @@ -27,7 +27,6 @@ Remove-MgBetaDeviceManagementDeviceCategory -DeviceCategoryId [-IfMatch [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaDeviceManagementDeviceCategory -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementDeviceCompliancePolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementDeviceCompliancePolicy.md index 466559bb9fd16..5a8d6fcfb2ffe 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementDeviceCompliancePolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementDeviceCompliancePolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/remove-mgbetadevicemanagementdevicecompliancepolicy Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementDeviceCompliancePolicy --- @@ -27,7 +27,6 @@ Remove-MgBetaDeviceManagementDeviceCompliancePolicy -DeviceCompliancePolicyId ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaDeviceManagementDeviceCompliancePolicy -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementDeviceCompliancePolicyAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementDeviceCompliancePolicyAssignment.md index 8c3983aac97b9..14d835860b73b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementDeviceCompliancePolicyAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementDeviceCompliancePolicyAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/remove-mgbetadevicemanagementdevicecompliancepolicyassignment Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementDeviceCompliancePolicyAssignment --- @@ -28,7 +28,6 @@ Remove-MgBetaDeviceManagementDeviceCompliancePolicyAssignment [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -39,7 +38,6 @@ Remove-MgBetaDeviceManagementDeviceCompliancePolicyAssignment [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary.md index bee5ab1877833..22ad8533630d7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/remove-mgbetadevicemanagementdevicecompliancepolicydevicesettingstatesummary Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary --- @@ -28,7 +28,6 @@ Remove-MgBetaDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -39,7 +38,6 @@ Remove-MgBetaDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStateSummary.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStateSummary.md index f804f4949f5f9..6903d0575886a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStateSummary.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStateSummary.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/remove-mgbetadevicemanagementdevicecompliancepolicydevicestatesummary Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStateSummary --- @@ -27,7 +27,6 @@ Remove-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStateSummary [-IfMatch [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatus.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatus.md index 88c0e4f53e118..9f4d5ecb82afa 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatus.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatus.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/remove-mgbetadevicemanagementdevicecompliancepolicydevicestatus Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatus --- @@ -28,7 +28,6 @@ Remove-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatus [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -39,7 +38,6 @@ Remove-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatus [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatusOverview.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatusOverview.md index f1367e720d5fe..9d2fda86e5680 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatusOverview.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatusOverview.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/remove-mgbetadevicemanagementdevicecompliancepolicydevicestatusoverview Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatusOverview --- @@ -28,7 +28,6 @@ Remove-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatusOverview [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -39,7 +38,6 @@ Remove-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatusOverview [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRule.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRule.md index 3d2ce7fca5e5f..4d38152706b9d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRule.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRule.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/remove-mgbetadevicemanagementdevicecompliancepolicyscheduledactionforrule Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRule --- @@ -28,7 +28,6 @@ Remove-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRule [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -39,7 +38,6 @@ Remove-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRule [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration.md index 2ebee808cc5b6..24f226c6247e3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/remove-mgbetadevicemanagementdevicecompliancepolicyscheduledactionforrulescheduledactionconfiguration Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration --- @@ -29,7 +29,6 @@ Remove-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRuleSchedul [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -40,7 +39,6 @@ Remove-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRuleSchedul [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummary.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummary.md index fad104e2ffc78..bc0378bc27d08 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummary.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummary.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/remove-mgbetadevicemanagementdevicecompliancepolicysettingstatesummary Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummary --- @@ -28,7 +28,6 @@ Remove-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummary [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -39,7 +38,6 @@ Remove-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummary [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState.md index f1132824bf827..b097a8855f4a7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/remove-mgbetadevicemanagementdevicecompliancepolicysettingstatesummarydevicecompliancesettingstate Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState --- @@ -28,7 +28,6 @@ Remove-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComp [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -39,7 +38,6 @@ Remove-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComp [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementDeviceCompliancePolicyUserStatus.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementDeviceCompliancePolicyUserStatus.md index 9d3783b75a62b..fe8f2274778f1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementDeviceCompliancePolicyUserStatus.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementDeviceCompliancePolicyUserStatus.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/remove-mgbetadevicemanagementdevicecompliancepolicyuserstatus Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementDeviceCompliancePolicyUserStatus --- @@ -28,7 +28,6 @@ Remove-MgBetaDeviceManagementDeviceCompliancePolicyUserStatus -DeviceComplianceP [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -39,7 +38,6 @@ Remove-MgBetaDeviceManagementDeviceCompliancePolicyUserStatus [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementDeviceCompliancePolicyUserStatusOverview.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementDeviceCompliancePolicyUserStatusOverview.md index 6c27cfa529e5e..12905f748622f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementDeviceCompliancePolicyUserStatusOverview.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementDeviceCompliancePolicyUserStatusOverview.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/remove-mgbetadevicemanagementdevicecompliancepolicyuserstatusoverview Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementDeviceCompliancePolicyUserStatusOverview --- @@ -28,7 +28,6 @@ Remove-MgBetaDeviceManagementDeviceCompliancePolicyUserStatusOverview [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -39,7 +38,6 @@ Remove-MgBetaDeviceManagementDeviceCompliancePolicyUserStatusOverview [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementDeviceConfiguration.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementDeviceConfiguration.md index a408b7d717817..469df572a007a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementDeviceConfiguration.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementDeviceConfiguration.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/remove-mgbetadevicemanagementdeviceconfiguration Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementDeviceConfiguration --- @@ -27,7 +27,6 @@ Remove-MgBetaDeviceManagementDeviceConfiguration -DeviceConfigurationId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaDeviceManagementDeviceConfiguration -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementDeviceConfigurationAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementDeviceConfigurationAssignment.md index 73f50f4690e42..d4b7dc46ecca5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementDeviceConfigurationAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementDeviceConfigurationAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/remove-mgbetadevicemanagementdeviceconfigurationassignment Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementDeviceConfigurationAssignment --- @@ -28,7 +28,6 @@ Remove-MgBetaDeviceManagementDeviceConfigurationAssignment -DeviceConfigurationA [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -38,7 +37,6 @@ Remove-MgBetaDeviceManagementDeviceConfigurationAssignment -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementDeviceConfigurationConflictSummary.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementDeviceConfigurationConflictSummary.md index 5cc8d496f297c..b0ae8f0131e09 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementDeviceConfigurationConflictSummary.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementDeviceConfigurationConflictSummary.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/remove-mgbetadevicemanagementdeviceconfigurationconflictsummary Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementDeviceConfigurationConflictSummary --- @@ -25,7 +25,6 @@ Remove-MgBetaDeviceManagementDeviceConfigurationConflictSummary [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaDeviceManagementDeviceConfigurationConflictSummary [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementDeviceConfigurationDeviceSettingStateSummary.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementDeviceConfigurationDeviceSettingStateSummary.md index 8f1dcc29e5784..6393935df8e8a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementDeviceConfigurationDeviceSettingStateSummary.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementDeviceConfigurationDeviceSettingStateSummary.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/remove-mgbetadevicemanagementdeviceconfigurationdevicesettingstatesummary Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementDeviceConfigurationDeviceSettingStateSummary --- @@ -28,7 +28,6 @@ Remove-MgBetaDeviceManagementDeviceConfigurationDeviceSettingStateSummary [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -39,7 +38,6 @@ Remove-MgBetaDeviceManagementDeviceConfigurationDeviceSettingStateSummary [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementDeviceConfigurationDeviceStateSummary.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementDeviceConfigurationDeviceStateSummary.md index f4a23e7a38616..82679d77383c4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementDeviceConfigurationDeviceStateSummary.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementDeviceConfigurationDeviceStateSummary.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/remove-mgbetadevicemanagementdeviceconfigurationdevicestatesummary Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementDeviceConfigurationDeviceStateSummary --- @@ -27,7 +27,6 @@ Remove-MgBetaDeviceManagementDeviceConfigurationDeviceStateSummary [-IfMatch ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementDeviceConfigurationDeviceStatus.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementDeviceConfigurationDeviceStatus.md index 0288ee87ec8de..828479f24c8e1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementDeviceConfigurationDeviceStatus.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementDeviceConfigurationDeviceStatus.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/remove-mgbetadevicemanagementdeviceconfigurationdevicestatus Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementDeviceConfigurationDeviceStatus --- @@ -28,7 +28,6 @@ Remove-MgBetaDeviceManagementDeviceConfigurationDeviceStatus [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -39,7 +38,6 @@ Remove-MgBetaDeviceManagementDeviceConfigurationDeviceStatus [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementDeviceConfigurationDeviceStatusOverview.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementDeviceConfigurationDeviceStatusOverview.md index f9d50f039554e..fb8ce23539189 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementDeviceConfigurationDeviceStatusOverview.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementDeviceConfigurationDeviceStatusOverview.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/remove-mgbetadevicemanagementdeviceconfigurationdevicestatusoverview Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementDeviceConfigurationDeviceStatusOverview --- @@ -27,7 +27,6 @@ Remove-MgBetaDeviceManagementDeviceConfigurationDeviceStatusOverview -DeviceConf [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -38,7 +37,6 @@ Remove-MgBetaDeviceManagementDeviceConfigurationDeviceStatusOverview [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementDeviceConfigurationGroupAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementDeviceConfigurationGroupAssignment.md index 3e2d97ae25c34..9ae98398000da 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementDeviceConfigurationGroupAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementDeviceConfigurationGroupAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/remove-mgbetadevicemanagementdeviceconfigurationgroupassignment Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementDeviceConfigurationGroupAssignment --- @@ -25,7 +25,6 @@ Remove-MgBetaDeviceManagementDeviceConfigurationGroupAssignment [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaDeviceManagementDeviceConfigurationGroupAssignment [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementDeviceConfigurationUserStateSummary.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementDeviceConfigurationUserStateSummary.md index 9bf7f7aa9f2a0..e463b638e8935 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementDeviceConfigurationUserStateSummary.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementDeviceConfigurationUserStateSummary.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/remove-mgbetadevicemanagementdeviceconfigurationuserstatesummary Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementDeviceConfigurationUserStateSummary --- @@ -24,7 +24,6 @@ Remove-MgBetaDeviceManagementDeviceConfigurationUserStateSummary [-IfMatch ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementDeviceConfigurationUserStatus.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementDeviceConfigurationUserStatus.md index 9c2be7fafbe6b..7e5a32d140067 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementDeviceConfigurationUserStatus.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementDeviceConfigurationUserStatus.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/remove-mgbetadevicemanagementdeviceconfigurationuserstatus Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementDeviceConfigurationUserStatus --- @@ -28,7 +28,6 @@ Remove-MgBetaDeviceManagementDeviceConfigurationUserStatus -DeviceConfigurationI [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -38,7 +37,6 @@ Remove-MgBetaDeviceManagementDeviceConfigurationUserStatus -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementDeviceConfigurationUserStatusOverview.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementDeviceConfigurationUserStatusOverview.md index e1b36c0ec8c02..6b950da28b38e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementDeviceConfigurationUserStatusOverview.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementDeviceConfigurationUserStatusOverview.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/remove-mgbetadevicemanagementdeviceconfigurationuserstatusoverview Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementDeviceConfigurationUserStatusOverview --- @@ -27,7 +27,6 @@ Remove-MgBetaDeviceManagementDeviceConfigurationUserStatusOverview -DeviceConfig [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -38,7 +37,6 @@ Remove-MgBetaDeviceManagementDeviceConfigurationUserStatusOverview [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementDeviceHealthScript.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementDeviceHealthScript.md index 2213df9d5bca6..ed966c199b833 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementDeviceHealthScript.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementDeviceHealthScript.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/remove-mgbetadevicemanagementdevicehealthscript Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementDeviceHealthScript --- @@ -24,7 +24,6 @@ Remove-MgBetaDeviceManagementDeviceHealthScript -DeviceHealthScriptId [ [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaDeviceManagementDeviceHealthScript -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -50,9 +48,9 @@ Delete navigation property deviceHealthScripts for deviceManagement | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementScripts.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, | +| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementScripts.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | DeviceManagementConfiguration.Read.All, DeviceManagementScripts.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, | +| Application | DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementScripts.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementDeviceHealthScriptAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementDeviceHealthScriptAssignment.md index 9f9c092b77321..6f9917eaffca1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementDeviceHealthScriptAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementDeviceHealthScriptAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/remove-mgbetadevicemanagementdevicehealthscriptassignment Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementDeviceHealthScriptAssignment --- @@ -25,7 +25,6 @@ Remove-MgBetaDeviceManagementDeviceHealthScriptAssignment -DeviceHealthScriptAss [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaDeviceManagementDeviceHealthScriptAssignment -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementDeviceHealthScriptDeviceRunState.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementDeviceHealthScriptDeviceRunState.md index 775e60cb444c5..f6bdae38bc374 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementDeviceHealthScriptDeviceRunState.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementDeviceHealthScriptDeviceRunState.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/remove-mgbetadevicemanagementdevicehealthscriptdevicerunstate Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementDeviceHealthScriptDeviceRunState --- @@ -25,7 +25,6 @@ Remove-MgBetaDeviceManagementDeviceHealthScriptDeviceRunState [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaDeviceManagementDeviceHealthScriptDeviceRunState [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementDeviceHealthScriptRunSummary.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementDeviceHealthScriptRunSummary.md index b2073efda1a29..7e265d6a9f6b4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementDeviceHealthScriptRunSummary.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementDeviceHealthScriptRunSummary.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/remove-mgbetadevicemanagementdevicehealthscriptrunsummary Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementDeviceHealthScriptRunSummary --- @@ -24,7 +24,6 @@ Remove-MgBetaDeviceManagementDeviceHealthScriptRunSummary -DeviceHealthScriptId [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaDeviceManagementDeviceHealthScriptRunSummary -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementDeviceShellScript.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementDeviceShellScript.md index 3188d152d87e5..3987d244b8590 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementDeviceShellScript.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementDeviceShellScript.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/remove-mgbetadevicemanagementdeviceshellscript Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementDeviceShellScript --- @@ -24,7 +24,6 @@ Remove-MgBetaDeviceManagementDeviceShellScript -DeviceShellScriptId [-I [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaDeviceManagementDeviceShellScript -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementDeviceShellScriptAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementDeviceShellScriptAssignment.md index 982a054035839..70e64733f5775 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementDeviceShellScriptAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementDeviceShellScriptAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/remove-mgbetadevicemanagementdeviceshellscriptassignment Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementDeviceShellScriptAssignment --- @@ -25,7 +25,6 @@ Remove-MgBetaDeviceManagementDeviceShellScriptAssignment [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaDeviceManagementDeviceShellScriptAssignment -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementDeviceShellScriptDeviceRunState.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementDeviceShellScriptDeviceRunState.md index 1f0886cfe311a..4e80e39407287 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementDeviceShellScriptDeviceRunState.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementDeviceShellScriptDeviceRunState.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/remove-mgbetadevicemanagementdeviceshellscriptdevicerunstate Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementDeviceShellScriptDeviceRunState --- @@ -25,7 +25,6 @@ Remove-MgBetaDeviceManagementDeviceShellScriptDeviceRunState [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaDeviceManagementDeviceShellScriptDeviceRunState [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementDeviceShellScriptGroupAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementDeviceShellScriptGroupAssignment.md index ee241a3dcb6d8..d98164a9ac6f4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementDeviceShellScriptGroupAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementDeviceShellScriptGroupAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/remove-mgbetadevicemanagementdeviceshellscriptgroupassignment Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementDeviceShellScriptGroupAssignment --- @@ -25,7 +25,6 @@ Remove-MgBetaDeviceManagementDeviceShellScriptGroupAssignment [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaDeviceManagementDeviceShellScriptGroupAssignment [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementDeviceShellScriptUserRunState.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementDeviceShellScriptUserRunState.md index 2fe7d5f609ee6..74b1e5c54cb00 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementDeviceShellScriptUserRunState.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementDeviceShellScriptUserRunState.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/remove-mgbetadevicemanagementdeviceshellscriptuserrunstate Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementDeviceShellScriptUserRunState --- @@ -25,7 +25,6 @@ Remove-MgBetaDeviceManagementDeviceShellScriptUserRunState [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaDeviceManagementDeviceShellScriptUserRunState -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementDeviceShellScriptUserRunStateDeviceRunState.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementDeviceShellScriptUserRunStateDeviceRunState.md index cf1c60d4cc825..50b1a37d33dfa 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementDeviceShellScriptUserRunStateDeviceRunState.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementDeviceShellScriptUserRunStateDeviceRunState.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/remove-mgbetadevicemanagementdeviceshellscriptuserrunstatedevicerunstate Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementDeviceShellScriptUserRunStateDeviceRunState --- @@ -26,7 +26,6 @@ Remove-MgBetaDeviceManagementDeviceShellScriptUserRunStateDeviceRunState [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaDeviceManagementDeviceShellScriptUserRunStateDeviceRunState [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementEmbeddedSimActivationCodePool.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementEmbeddedSimActivationCodePool.md index 3e808d11f1b1d..7edb6992c2366 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementEmbeddedSimActivationCodePool.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementEmbeddedSimActivationCodePool.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/remove-mgbetadevicemanagementembeddedsimactivationcodepool Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementEmbeddedSimActivationCodePool --- @@ -24,7 +24,6 @@ Remove-MgBetaDeviceManagementEmbeddedSimActivationCodePool -EmbeddedSimActivatio [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaDeviceManagementEmbeddedSimActivationCodePool -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementEmbeddedSimActivationCodePoolAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementEmbeddedSimActivationCodePoolAssignment.md index 9fec583d245d2..fb7867ed701a8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementEmbeddedSimActivationCodePoolAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementEmbeddedSimActivationCodePoolAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/remove-mgbetadevicemanagementembeddedsimactivationcodepoolassignment Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementEmbeddedSimActivationCodePoolAssignment --- @@ -25,7 +25,6 @@ Remove-MgBetaDeviceManagementEmbeddedSimActivationCodePoolAssignment [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaDeviceManagementEmbeddedSimActivationCodePoolAssignment [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementEmbeddedSimActivationCodePoolDeviceState.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementEmbeddedSimActivationCodePoolDeviceState.md index 242465cb62234..846d8649b4868 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementEmbeddedSimActivationCodePoolDeviceState.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementEmbeddedSimActivationCodePoolDeviceState.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/remove-mgbetadevicemanagementembeddedsimactivationcodepooldevicestate Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementEmbeddedSimActivationCodePoolDeviceState --- @@ -25,7 +25,6 @@ Remove-MgBetaDeviceManagementEmbeddedSimActivationCodePoolDeviceState [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaDeviceManagementEmbeddedSimActivationCodePoolDeviceState [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementGroupPolicyConfiguration.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementGroupPolicyConfiguration.md index 1fd4d64a2a806..5879d2215f067 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementGroupPolicyConfiguration.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementGroupPolicyConfiguration.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/remove-mgbetadevicemanagementgrouppolicyconfiguration Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementGroupPolicyConfiguration --- @@ -24,7 +24,6 @@ Remove-MgBetaDeviceManagementGroupPolicyConfiguration -GroupPolicyConfigurationI [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaDeviceManagementGroupPolicyConfiguration -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementGroupPolicyConfigurationAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementGroupPolicyConfigurationAssignment.md index 3fddd7c683a83..5254727d6c894 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementGroupPolicyConfigurationAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementGroupPolicyConfigurationAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/remove-mgbetadevicemanagementgrouppolicyconfigurationassignment Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementGroupPolicyConfigurationAssignment --- @@ -25,7 +25,6 @@ Remove-MgBetaDeviceManagementGroupPolicyConfigurationAssignment [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaDeviceManagementGroupPolicyConfigurationAssignment [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValue.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValue.md index 03fc2e31bbe41..b9ef23476f79b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValue.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValue.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/remove-mgbetadevicemanagementgrouppolicyconfigurationdefinitionvalue Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValue --- @@ -25,7 +25,6 @@ Remove-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValue [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValue [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValuePresentationValue.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValuePresentationValue.md index c1ef7b4ccaa4d..de7868883b57b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValuePresentationValue.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValuePresentationValue.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/remove-mgbetadevicemanagementgrouppolicyconfigurationdefinitionvaluepresentationvalue Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValuePresentationValue --- @@ -26,7 +26,6 @@ Remove-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValuePresentation [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValuePresentation [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementIntent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementIntent.md index 56efe626f2c8a..cc17b600f2e19 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementIntent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementIntent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/remove-mgbetadevicemanagementintent Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementIntent --- @@ -24,7 +24,6 @@ Remove-MgBetaDeviceManagementIntent -DeviceManagementIntentId [-IfMatch [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaDeviceManagementIntent -InputObject [-I [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementIntentAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementIntentAssignment.md index 793f3565a911c..6cb6da533630c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementIntentAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementIntentAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/remove-mgbetadevicemanagementintentassignment Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementIntentAssignment --- @@ -25,7 +25,6 @@ Remove-MgBetaDeviceManagementIntentAssignment -DeviceManagementIntentAssignmentI [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaDeviceManagementIntentAssignment -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementIntentCategory.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementIntentCategory.md index 6946838aaa21c..98cd41d7a680f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementIntentCategory.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementIntentCategory.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/remove-mgbetadevicemanagementintentcategory Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementIntentCategory --- @@ -25,7 +25,6 @@ Remove-MgBetaDeviceManagementIntentCategory -DeviceManagementIntentId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaDeviceManagementIntentCategory -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementIntentCategorySetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementIntentCategorySetting.md index 2f597f632b7be..5e7145bce7aba 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementIntentCategorySetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementIntentCategorySetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/remove-mgbetadevicemanagementintentcategorysetting Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementIntentCategorySetting --- @@ -25,7 +25,6 @@ Remove-MgBetaDeviceManagementIntentCategorySetting -DeviceManagementIntentId ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaDeviceManagementIntentCategorySetting -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementIntentCategorySettingDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementIntentCategorySettingDefinition.md index 191da78d7fe42..4317b3bf32c76 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementIntentCategorySettingDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementIntentCategorySettingDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/remove-mgbetadevicemanagementintentcategorysettingdefinition Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementIntentCategorySettingDefinition --- @@ -25,7 +25,6 @@ Remove-MgBetaDeviceManagementIntentCategorySettingDefinition -DeviceManagementIn [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaDeviceManagementIntentCategorySettingDefinition [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementIntentDeviceSettingStateSummary.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementIntentDeviceSettingStateSummary.md index f3f1b989a3266..2aaec7020b293 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementIntentDeviceSettingStateSummary.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementIntentDeviceSettingStateSummary.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/remove-mgbetadevicemanagementintentdevicesettingstatesummary Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementIntentDeviceSettingStateSummary --- @@ -25,7 +25,6 @@ Remove-MgBetaDeviceManagementIntentDeviceSettingStateSummary [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaDeviceManagementIntentDeviceSettingStateSummary [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementIntentDeviceState.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementIntentDeviceState.md index ea3f6bc61443f..2c1d2297689ed 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementIntentDeviceState.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementIntentDeviceState.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/remove-mgbetadevicemanagementintentdevicestate Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementIntentDeviceState --- @@ -25,7 +25,6 @@ Remove-MgBetaDeviceManagementIntentDeviceState -DeviceManagementIntentDeviceStat [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaDeviceManagementIntentDeviceState -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementIntentDeviceStateSummary.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementIntentDeviceStateSummary.md index f2d04c7591902..fd397f0c21878 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementIntentDeviceStateSummary.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementIntentDeviceStateSummary.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/remove-mgbetadevicemanagementintentdevicestatesummary Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementIntentDeviceStateSummary --- @@ -24,7 +24,6 @@ Remove-MgBetaDeviceManagementIntentDeviceStateSummary -DeviceManagementIntentId [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaDeviceManagementIntentDeviceStateSummary -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementIntentSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementIntentSetting.md index e0da3b81a69f3..e65755293a0e1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementIntentSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementIntentSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/remove-mgbetadevicemanagementintentsetting Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementIntentSetting --- @@ -25,7 +25,6 @@ Remove-MgBetaDeviceManagementIntentSetting -DeviceManagementIntentId [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaDeviceManagementIntentSetting -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementIntentUserState.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementIntentUserState.md index a911875da1f35..9fd1186d2a9ea 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementIntentUserState.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementIntentUserState.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/remove-mgbetadevicemanagementintentuserstate Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementIntentUserState --- @@ -25,7 +25,6 @@ Remove-MgBetaDeviceManagementIntentUserState -DeviceManagementIntentId [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaDeviceManagementIntentUserState -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementIntentUserStateSummary.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementIntentUserStateSummary.md index b8c5aed7db6b1..3433ce0c90f2b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementIntentUserStateSummary.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementIntentUserStateSummary.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/remove-mgbetadevicemanagementintentuserstatesummary Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementIntentUserStateSummary --- @@ -24,7 +24,6 @@ Remove-MgBetaDeviceManagementIntentUserStateSummary -DeviceManagementIntentId ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaDeviceManagementIntentUserStateSummary -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummary.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummary.md index f6fe1c8ddc6d0..4b6ef5976d99d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummary.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummary.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/remove-mgbetadevicemanagementmacossoftwareupdateaccountsummary Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummary --- @@ -25,7 +25,6 @@ Remove-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummary [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummary [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummary.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummary.md index 7414e13d51337..21ef6a54d0804 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummary.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummary.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/remove-mgbetadevicemanagementmacossoftwareupdateaccountsummarycategorysummary Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummary --- @@ -25,7 +25,6 @@ Remove-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummary [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummary [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryUpdateStateSummary.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryUpdateStateSummary.md index 9c6f74069db12..c7ae0fa6c0cef 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryUpdateStateSummary.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryUpdateStateSummary.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/remove-mgbetadevicemanagementmacossoftwareupdateaccountsummarycategorysummaryupdatestatesummary Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryUpdateStateSummary --- @@ -26,7 +26,6 @@ Remove-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryUpd [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryUpd [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementManagedDevice.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementManagedDevice.md index 7ae13cb5d9eab..dbad13322a41e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementManagedDevice.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementManagedDevice.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/remove-mgbetadevicemanagementmanageddevice Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementManagedDevice --- @@ -27,7 +27,6 @@ Remove-MgBetaDeviceManagementManagedDevice -ManagedDeviceId [-IfMatch < [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaDeviceManagementManagedDevice -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementManagedDeviceAssignmentFilterEvaluationStatusDetail.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementManagedDeviceAssignmentFilterEvaluationStatusDetail.md index 942ceae799ce8..e1af07f4132fb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementManagedDeviceAssignmentFilterEvaluationStatusDetail.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementManagedDeviceAssignmentFilterEvaluationStatusDetail.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/remove-mgbetadevicemanagementmanageddeviceassignmentfilterevaluationstatusdetail Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementManagedDeviceAssignmentFilterEvaluationStatusDetail --- @@ -25,7 +25,6 @@ Remove-MgBetaDeviceManagementManagedDeviceAssignmentFilterEvaluationStatusDetail [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaDeviceManagementManagedDeviceAssignmentFilterEvaluationStatusDetail [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementManagedDeviceCategory.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementManagedDeviceCategory.md index adae15070b278..9257dffba72da 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementManagedDeviceCategory.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementManagedDeviceCategory.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/remove-mgbetadevicemanagementmanageddevicecategory Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementManagedDeviceCategory --- @@ -27,7 +27,6 @@ Remove-MgBetaDeviceManagementManagedDeviceCategory -ManagedDeviceId [-I [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaDeviceManagementManagedDeviceCategory -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementManagedDeviceCategoryByRef.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementManagedDeviceCategoryByRef.md index 496137ba084b5..6b134c4b987e0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementManagedDeviceCategoryByRef.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementManagedDeviceCategoryByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/remove-mgbetadevicemanagementmanageddevicecategorybyref Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementManagedDeviceCategoryByRef --- @@ -27,7 +27,6 @@ Remove-MgBetaDeviceManagementManagedDeviceCategoryByRef -ManagedDeviceId ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaDeviceManagementManagedDeviceCategoryByRef -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementManagedDeviceCleanupRule.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementManagedDeviceCleanupRule.md index 595332a1558b4..b73b33326301b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementManagedDeviceCleanupRule.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementManagedDeviceCleanupRule.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/remove-mgbetadevicemanagementmanageddevicecleanuprule Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementManagedDeviceCleanupRule --- @@ -24,7 +24,6 @@ Remove-MgBetaDeviceManagementManagedDeviceCleanupRule -ManagedDeviceCleanupRuleI [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaDeviceManagementManagedDeviceCleanupRule -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementManagedDeviceCompliancePolicyState.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementManagedDeviceCompliancePolicyState.md index c5734a134a1e4..45966b780324f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementManagedDeviceCompliancePolicyState.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementManagedDeviceCompliancePolicyState.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/remove-mgbetadevicemanagementmanageddevicecompliancepolicystate Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementManagedDeviceCompliancePolicyState --- @@ -28,7 +28,6 @@ Remove-MgBetaDeviceManagementManagedDeviceCompliancePolicyState [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -39,7 +38,6 @@ Remove-MgBetaDeviceManagementManagedDeviceCompliancePolicyState [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementManagedDeviceConfigurationState.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementManagedDeviceConfigurationState.md index 50c9e29dea1d2..d381d71d902eb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementManagedDeviceConfigurationState.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementManagedDeviceConfigurationState.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/remove-mgbetadevicemanagementmanageddeviceconfigurationstate Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementManagedDeviceConfigurationState --- @@ -28,7 +28,6 @@ Remove-MgBetaDeviceManagementManagedDeviceConfigurationState -DeviceConfiguratio [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -39,7 +38,6 @@ Remove-MgBetaDeviceManagementManagedDeviceConfigurationState [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementManagedDeviceEncryptionState.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementManagedDeviceEncryptionState.md index 9d1b9fc176396..415aea6d1cddd 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementManagedDeviceEncryptionState.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementManagedDeviceEncryptionState.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/remove-mgbetadevicemanagementmanageddeviceencryptionstate Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementManagedDeviceEncryptionState --- @@ -24,7 +24,6 @@ Remove-MgBetaDeviceManagementManagedDeviceEncryptionState -ManagedDeviceEncrypti [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaDeviceManagementManagedDeviceEncryptionState -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementManagedDeviceFirmwareConfigurationInterfaceManagement.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementManagedDeviceFirmwareConfigurationInterfaceManagement.md index 02e3130116bf8..8953a975006e7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementManagedDeviceFirmwareConfigurationInterfaceManagement.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementManagedDeviceFirmwareConfigurationInterfaceManagement.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/remove-mgbetadevicemanagementmanageddevicefirmwareconfigurationinterfacemanagement Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementManagedDeviceFirmwareConfigurationInterfaceManagement --- @@ -24,7 +24,6 @@ Remove-MgBetaDeviceManagementManagedDeviceFirmwareConfigurationInterfaceManageme -ManagedDeviceId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### RemoveViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaDeviceManagementManagedDeviceFirmwareConfigurationInterfaceManageme [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementManagedDeviceHealthScriptState.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementManagedDeviceHealthScriptState.md index 9c8de735bf888..238df9d3443de 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementManagedDeviceHealthScriptState.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementManagedDeviceHealthScriptState.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/remove-mgbetadevicemanagementmanageddevicehealthscriptstate Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementManagedDeviceHealthScriptState --- @@ -25,7 +25,6 @@ Remove-MgBetaDeviceManagementManagedDeviceHealthScriptState -DeviceId - [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaDeviceManagementManagedDeviceHealthScriptState -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementManagedDeviceLogCollectionRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementManagedDeviceLogCollectionRequest.md index 67bdcb8adb9be..b91b8f6d9ea18 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementManagedDeviceLogCollectionRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementManagedDeviceLogCollectionRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/remove-mgbetadevicemanagementmanageddevicelogcollectionrequest Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementManagedDeviceLogCollectionRequest --- @@ -28,7 +28,6 @@ Remove-MgBetaDeviceManagementManagedDeviceLogCollectionRequest [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -39,7 +38,6 @@ Remove-MgBetaDeviceManagementManagedDeviceLogCollectionRequest [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementManagedDeviceMobileAppConfigurationState.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementManagedDeviceMobileAppConfigurationState.md index 609c52f6636d3..036febbe2fc19 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementManagedDeviceMobileAppConfigurationState.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementManagedDeviceMobileAppConfigurationState.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/remove-mgbetadevicemanagementmanageddevicemobileappconfigurationstate Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementManagedDeviceMobileAppConfigurationState --- @@ -25,7 +25,6 @@ Remove-MgBetaDeviceManagementManagedDeviceMobileAppConfigurationState -ManagedDe [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaDeviceManagementManagedDeviceMobileAppConfigurationState [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementManagedDeviceSecurityBaselineState.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementManagedDeviceSecurityBaselineState.md index f17d3d6de07ed..9ab8bdcbe4b59 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementManagedDeviceSecurityBaselineState.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementManagedDeviceSecurityBaselineState.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/remove-mgbetadevicemanagementmanageddevicesecuritybaselinestate Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementManagedDeviceSecurityBaselineState --- @@ -25,7 +25,6 @@ Remove-MgBetaDeviceManagementManagedDeviceSecurityBaselineState -ManagedDeviceId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaDeviceManagementManagedDeviceSecurityBaselineState [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementManagedDeviceSecurityBaselineStateSettingState.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementManagedDeviceSecurityBaselineStateSettingState.md index d6268c6e6109a..8afadc46a7fd8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementManagedDeviceSecurityBaselineStateSettingState.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementManagedDeviceSecurityBaselineStateSettingState.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/remove-mgbetadevicemanagementmanageddevicesecuritybaselinestatesettingstate Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementManagedDeviceSecurityBaselineStateSettingState --- @@ -26,7 +26,6 @@ Remove-MgBetaDeviceManagementManagedDeviceSecurityBaselineStateSettingState [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaDeviceManagementManagedDeviceSecurityBaselineStateSettingState [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementManagedDeviceUserFromSharedAppleDevice.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementManagedDeviceUserFromSharedAppleDevice.md index 836c2177d4967..e2ed6991aa762 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementManagedDeviceUserFromSharedAppleDevice.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementManagedDeviceUserFromSharedAppleDevice.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/remove-mgbetadevicemanagementmanageddeviceuserfromsharedappledevice Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementManagedDeviceUserFromSharedAppleDevice --- @@ -28,7 +28,6 @@ Remove-MgBetaDeviceManagementManagedDeviceUserFromSharedAppleDevice -ManagedDevi [-UserPrincipalName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Delete @@ -39,7 +38,6 @@ Remove-MgBetaDeviceManagementManagedDeviceUserFromSharedAppleDevice -ManagedDevi [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentityExpanded @@ -50,7 +48,6 @@ Remove-MgBetaDeviceManagementManagedDeviceUserFromSharedAppleDevice [-AdditionalProperties ] [-UserPrincipalName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -62,7 +59,6 @@ Remove-MgBetaDeviceManagementManagedDeviceUserFromSharedAppleDevice [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementManagedDeviceWindowsOSImage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementManagedDeviceWindowsOSImage.md index 8c3307d4c79fa..f79648a32e587 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementManagedDeviceWindowsOSImage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementManagedDeviceWindowsOSImage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/remove-mgbetadevicemanagementmanageddevicewindowsosimage Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementManagedDeviceWindowsOSImage --- @@ -25,7 +25,6 @@ Remove-MgBetaDeviceManagementManagedDeviceWindowsOSImage [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaDeviceManagementManagedDeviceWindowsOSImage -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementManagedDeviceWindowsProtectionState.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementManagedDeviceWindowsProtectionState.md index 9a81ed03e6c4c..8b8b120eaa8ff 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementManagedDeviceWindowsProtectionState.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementManagedDeviceWindowsProtectionState.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/remove-mgbetadevicemanagementmanageddevicewindowsprotectionstate Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementManagedDeviceWindowsProtectionState --- @@ -27,7 +27,6 @@ Remove-MgBetaDeviceManagementManagedDeviceWindowsProtectionState -ManagedDeviceI [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -38,7 +37,6 @@ Remove-MgBetaDeviceManagementManagedDeviceWindowsProtectionState [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState.md index c75d3feec16e4..9f10ca86a27b4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/remove-mgbetadevicemanagementmanageddevicewindowsprotectionstatedetectedmalwarestate Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState --- @@ -28,7 +28,6 @@ Remove-MgBetaDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareS [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -39,7 +38,6 @@ Remove-MgBetaDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareS [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementMicrosoftTunnelConfiguration.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementMicrosoftTunnelConfiguration.md index 569bdca1debe2..60c532d314a25 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementMicrosoftTunnelConfiguration.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementMicrosoftTunnelConfiguration.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/remove-mgbetadevicemanagementmicrosofttunnelconfiguration Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementMicrosoftTunnelConfiguration --- @@ -24,7 +24,6 @@ Remove-MgBetaDeviceManagementMicrosoftTunnelConfiguration -MicrosoftTunnelConfig [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaDeviceManagementMicrosoftTunnelConfiguration -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementMicrosoftTunnelHealthThreshold.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementMicrosoftTunnelHealthThreshold.md index b7765c9c59b04..be9af53346934 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementMicrosoftTunnelHealthThreshold.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementMicrosoftTunnelHealthThreshold.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/remove-mgbetadevicemanagementmicrosofttunnelhealththreshold Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementMicrosoftTunnelHealthThreshold --- @@ -25,7 +25,6 @@ Remove-MgBetaDeviceManagementMicrosoftTunnelHealthThreshold [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaDeviceManagementMicrosoftTunnelHealthThreshold -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementMicrosoftTunnelServerLogCollectionResponse.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementMicrosoftTunnelServerLogCollectionResponse.md index 23a9c57e59af0..65f55b470ef25 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementMicrosoftTunnelServerLogCollectionResponse.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementMicrosoftTunnelServerLogCollectionResponse.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/remove-mgbetadevicemanagementmicrosofttunnelserverlogcollectionresponse Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementMicrosoftTunnelServerLogCollectionResponse --- @@ -25,7 +25,6 @@ Remove-MgBetaDeviceManagementMicrosoftTunnelServerLogCollectionResponse [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaDeviceManagementMicrosoftTunnelServerLogCollectionResponse [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementMicrosoftTunnelSite.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementMicrosoftTunnelSite.md index 5735fbb989510..c6d95e73b5d70 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementMicrosoftTunnelSite.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementMicrosoftTunnelSite.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/remove-mgbetadevicemanagementmicrosofttunnelsite Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementMicrosoftTunnelSite --- @@ -24,7 +24,6 @@ Remove-MgBetaDeviceManagementMicrosoftTunnelSite -MicrosoftTunnelSiteId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaDeviceManagementMicrosoftTunnelSite -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelConfiguration.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelConfiguration.md index dfff0e6b5a1d0..f7b5cc42951fc 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelConfiguration.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelConfiguration.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/remove-mgbetadevicemanagementmicrosofttunnelsitemicrosofttunnelconfiguration Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelConfiguration --- @@ -25,7 +25,6 @@ Remove-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelConfiguration [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelConfiguration [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServer.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServer.md index c950b0bd700fc..e476f05f7b21e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServer.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServer.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/remove-mgbetadevicemanagementmicrosofttunnelsitemicrosofttunnelserver Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServer --- @@ -25,7 +25,6 @@ Remove-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServer [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServer [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementMobileAppTroubleshootingEvent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementMobileAppTroubleshootingEvent.md index d3da43a14f851..37b95e29f39fb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementMobileAppTroubleshootingEvent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementMobileAppTroubleshootingEvent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/remove-mgbetadevicemanagementmobileapptroubleshootingevent Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementMobileAppTroubleshootingEvent --- @@ -27,7 +27,6 @@ Remove-MgBetaDeviceManagementMobileAppTroubleshootingEvent -MobileAppTroubleshoo [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaDeviceManagementMobileAppTroubleshootingEvent -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest.md index 4115a68c803f4..8dc6919ebe352 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/remove-mgbetadevicemanagementmobileapptroubleshootingeventapplogcollectionrequest Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest --- @@ -28,7 +28,6 @@ Remove-MgBetaDeviceManagementMobileAppTroubleshootingEventAppLogCollectionReques [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -39,7 +38,6 @@ Remove-MgBetaDeviceManagementMobileAppTroubleshootingEventAppLogCollectionReques [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementMonitoring.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementMonitoring.md index 3bbe57c8ce2bc..eb103694dfaf4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementMonitoring.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementMonitoring.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/remove-mgbetadevicemanagementmonitoring Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementMonitoring --- @@ -24,7 +24,6 @@ Remove-MgBetaDeviceManagementMonitoring [-IfMatch ] [-ResponseHeadersVar [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementMonitoringAlertRecord.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementMonitoringAlertRecord.md index 1e888e25ec009..1c6973709ed73 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementMonitoringAlertRecord.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementMonitoringAlertRecord.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/remove-mgbetadevicemanagementmonitoringalertrecord Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementMonitoringAlertRecord --- @@ -24,7 +24,6 @@ Remove-MgBetaDeviceManagementMonitoringAlertRecord -AlertRecordId [-IfM [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaDeviceManagementMonitoringAlertRecord -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementMonitoringAlertRule.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementMonitoringAlertRule.md index a7aef31aef923..f6176f8666fb2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementMonitoringAlertRule.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementMonitoringAlertRule.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/remove-mgbetadevicemanagementmonitoringalertrule Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementMonitoringAlertRule --- @@ -24,7 +24,6 @@ Remove-MgBetaDeviceManagementMonitoringAlertRule -AlertRuleId [-IfMatch [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaDeviceManagementMonitoringAlertRule -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementNotificationMessageTemplate.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementNotificationMessageTemplate.md index 3cfeb68cc3d56..ded95401bc5d1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementNotificationMessageTemplate.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementNotificationMessageTemplate.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/remove-mgbetadevicemanagementnotificationmessagetemplate Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementNotificationMessageTemplate --- @@ -27,7 +27,6 @@ Remove-MgBetaDeviceManagementNotificationMessageTemplate -NotificationMessageTem [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaDeviceManagementNotificationMessageTemplate -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage.md index e3f49e9c536f5..ba177d7997ea3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/remove-mgbetadevicemanagementnotificationmessagetemplatelocalizednotificationmessage Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage --- @@ -28,7 +28,6 @@ Remove-MgBetaDeviceManagementNotificationMessageTemplateLocalizedNotificationMes [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -39,7 +38,6 @@ Remove-MgBetaDeviceManagementNotificationMessageTemplateLocalizedNotificationMes [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementRemoteActionAudit.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementRemoteActionAudit.md index dd1c4d7ce5d5d..6239709fb58fb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementRemoteActionAudit.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementRemoteActionAudit.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/remove-mgbetadevicemanagementremoteactionaudit Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementRemoteActionAudit --- @@ -24,7 +24,6 @@ Remove-MgBetaDeviceManagementRemoteActionAudit -RemoteActionAuditId [-I [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaDeviceManagementRemoteActionAudit -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementResourceAccessProfile.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementResourceAccessProfile.md index 9b80430598be4..48c808e873b1b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementResourceAccessProfile.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementResourceAccessProfile.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/remove-mgbetadevicemanagementresourceaccessprofile Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementResourceAccessProfile --- @@ -25,7 +25,6 @@ Remove-MgBetaDeviceManagementResourceAccessProfile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaDeviceManagementResourceAccessProfile -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementResourceAccessProfileAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementResourceAccessProfileAssignment.md index b5f6e99cdaebd..81c1855c7c8c1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementResourceAccessProfileAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementResourceAccessProfileAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/remove-mgbetadevicemanagementresourceaccessprofileassignment Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementResourceAccessProfileAssignment --- @@ -26,7 +26,6 @@ Remove-MgBetaDeviceManagementResourceAccessProfileAssignment [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaDeviceManagementResourceAccessProfileAssignment [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementReusableSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementReusableSetting.md index 4e17de83867d2..20a71485212b3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementReusableSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementReusableSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/remove-mgbetadevicemanagementreusablesetting Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementReusableSetting --- @@ -25,7 +25,6 @@ Remove-MgBetaDeviceManagementReusableSetting [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaDeviceManagementReusableSetting -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementScript.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementScript.md index cd3e2578cbbfb..e678c38ecbb20 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementScript.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementScript.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/remove-mgbetadevicemanagementscript Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementScript --- @@ -24,7 +24,6 @@ Remove-MgBetaDeviceManagementScript -DeviceManagementScriptId [-IfMatch [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaDeviceManagementScript -InputObject [-I [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementScriptAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementScriptAssignment.md index 62f7b5dc52255..40d52f7d06641 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementScriptAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementScriptAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/remove-mgbetadevicemanagementscriptassignment Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementScriptAssignment --- @@ -25,7 +25,6 @@ Remove-MgBetaDeviceManagementScriptAssignment -DeviceManagementScriptAssignmentI [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaDeviceManagementScriptAssignment -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementScriptDeviceRunState.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementScriptDeviceRunState.md index 8f0cf2bc88db8..edbf5157a4761 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementScriptDeviceRunState.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementScriptDeviceRunState.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/remove-mgbetadevicemanagementscriptdevicerunstate Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementScriptDeviceRunState --- @@ -25,7 +25,6 @@ Remove-MgBetaDeviceManagementScriptDeviceRunState -DeviceManagementScriptDeviceS [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaDeviceManagementScriptDeviceRunState -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementScriptGroupAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementScriptGroupAssignment.md index 23c45642324d7..4d1b51cd20b3b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementScriptGroupAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementScriptGroupAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/remove-mgbetadevicemanagementscriptgroupassignment Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementScriptGroupAssignment --- @@ -25,7 +25,6 @@ Remove-MgBetaDeviceManagementScriptGroupAssignment -DeviceManagementScriptGroupA [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaDeviceManagementScriptGroupAssignment -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementScriptUserRunState.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementScriptUserRunState.md index a5fa905fa4969..294ec474d6cf2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementScriptUserRunState.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementScriptUserRunState.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/remove-mgbetadevicemanagementscriptuserrunstate Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementScriptUserRunState --- @@ -25,7 +25,6 @@ Remove-MgBetaDeviceManagementScriptUserRunState -DeviceManagementScriptId ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaDeviceManagementScriptUserRunState -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementScriptUserRunStateDeviceRunState.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementScriptUserRunStateDeviceRunState.md index f44f818866bbd..a24f2c8182a34 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementScriptUserRunStateDeviceRunState.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementScriptUserRunStateDeviceRunState.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/remove-mgbetadevicemanagementscriptuserrunstatedevicerunstate Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementScriptUserRunStateDeviceRunState --- @@ -26,7 +26,6 @@ Remove-MgBetaDeviceManagementScriptUserRunStateDeviceRunState [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaDeviceManagementScriptUserRunStateDeviceRunState [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementSettingDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementSettingDefinition.md index 9c60f3dc1af7d..44a939f6b9bdb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementSettingDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementSettingDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/remove-mgbetadevicemanagementsettingdefinition Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementSettingDefinition --- @@ -24,7 +24,6 @@ Remove-MgBetaDeviceManagementSettingDefinition -DeviceManagementSettingDefinitio [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaDeviceManagementSettingDefinition -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementTemplate.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementTemplate.md index e93e7f885e5bb..e51d9e04b66d4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementTemplate.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementTemplate.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/remove-mgbetadevicemanagementtemplate Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementTemplate --- @@ -24,7 +24,6 @@ Remove-MgBetaDeviceManagementTemplate -DeviceManagementTemplateId [-IfM [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaDeviceManagementTemplate -InputObject [ [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementTemplateCategory.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementTemplateCategory.md index d2d8b3db33c26..ce8a063088ab1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementTemplateCategory.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementTemplateCategory.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/remove-mgbetadevicemanagementtemplatecategory Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementTemplateCategory --- @@ -25,7 +25,6 @@ Remove-MgBetaDeviceManagementTemplateCategory -DeviceManagementTemplateId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaDeviceManagementTemplateCategory -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementTemplateCategoryRecommendedSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementTemplateCategoryRecommendedSetting.md index aa6c6021bae80..3f4ff8db6d1cc 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementTemplateCategoryRecommendedSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementTemplateCategoryRecommendedSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/remove-mgbetadevicemanagementtemplatecategoryrecommendedsetting Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementTemplateCategoryRecommendedSetting --- @@ -26,7 +26,6 @@ Remove-MgBetaDeviceManagementTemplateCategoryRecommendedSetting [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaDeviceManagementTemplateCategoryRecommendedSetting [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementTemplateCategorySettingDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementTemplateCategorySettingDefinition.md index 591c071db51b3..8676b87fe90a1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementTemplateCategorySettingDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementTemplateCategorySettingDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/remove-mgbetadevicemanagementtemplatecategorysettingdefinition Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementTemplateCategorySettingDefinition --- @@ -26,7 +26,6 @@ Remove-MgBetaDeviceManagementTemplateCategorySettingDefinition [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaDeviceManagementTemplateCategorySettingDefinition [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementTemplateMigratableTo.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementTemplateMigratableTo.md index dd363697e2860..7cb903c17e0e5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementTemplateMigratableTo.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementTemplateMigratableTo.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/remove-mgbetadevicemanagementtemplatemigratableto Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementTemplateMigratableTo --- @@ -25,7 +25,6 @@ Remove-MgBetaDeviceManagementTemplateMigratableTo -DeviceManagementTemplateId ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaDeviceManagementTemplateMigratableTo -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementTemplateMigratableToCategory.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementTemplateMigratableToCategory.md index 60735242dae79..896912eeb35bf 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementTemplateMigratableToCategory.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementTemplateMigratableToCategory.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/remove-mgbetadevicemanagementtemplatemigratabletocategory Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementTemplateMigratableToCategory --- @@ -25,7 +25,6 @@ Remove-MgBetaDeviceManagementTemplateMigratableToCategory -DeviceManagementTempl [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaDeviceManagementTemplateMigratableToCategory -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementTemplateMigratableToCategoryRecommendedSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementTemplateMigratableToCategoryRecommendedSetting.md index fbb6afc7a3b37..e0fba51748b90 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementTemplateMigratableToCategoryRecommendedSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementTemplateMigratableToCategoryRecommendedSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/remove-mgbetadevicemanagementtemplatemigratabletocategoryrecommendedsetting Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementTemplateMigratableToCategoryRecommendedSetting --- @@ -26,7 +26,6 @@ Remove-MgBetaDeviceManagementTemplateMigratableToCategoryRecommendedSetting [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaDeviceManagementTemplateMigratableToCategoryRecommendedSetting [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementTemplateMigratableToCategorySettingDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementTemplateMigratableToCategorySettingDefinition.md index 967630008bbdb..b5791f83326ab 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementTemplateMigratableToCategorySettingDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementTemplateMigratableToCategorySettingDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/remove-mgbetadevicemanagementtemplatemigratabletocategorysettingdefinition Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementTemplateMigratableToCategorySettingDefinition --- @@ -26,7 +26,6 @@ Remove-MgBetaDeviceManagementTemplateMigratableToCategorySettingDefinition [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaDeviceManagementTemplateMigratableToCategorySettingDefinition [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementTemplateMigratableToSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementTemplateMigratableToSetting.md index ee384d113b738..1a3a0731aab02 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementTemplateMigratableToSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementTemplateMigratableToSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/remove-mgbetadevicemanagementtemplatemigratabletosetting Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementTemplateMigratableToSetting --- @@ -25,7 +25,6 @@ Remove-MgBetaDeviceManagementTemplateMigratableToSetting -DeviceManagementSettin [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaDeviceManagementTemplateMigratableToSetting -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementTemplateSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementTemplateSetting.md index 9461220ca6235..0afa0dbac3cd8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementTemplateSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementTemplateSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/remove-mgbetadevicemanagementtemplatesetting Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementTemplateSetting --- @@ -25,7 +25,6 @@ Remove-MgBetaDeviceManagementTemplateSetting -DeviceManagementSettingInstanceId [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaDeviceManagementTemplateSetting -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementTroubleshootingEvent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementTroubleshootingEvent.md index 8f672b483142a..ef8f0c7021480 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementTroubleshootingEvent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementTroubleshootingEvent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/remove-mgbetadevicemanagementtroubleshootingevent Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementTroubleshootingEvent --- @@ -27,7 +27,6 @@ Remove-MgBetaDeviceManagementTroubleshootingEvent -DeviceManagementTroubleshooti [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaDeviceManagementTroubleshootingEvent -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementWindowsInformationProtectionAppLearningSummary.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementWindowsInformationProtectionAppLearningSummary.md index 096b24b738469..ccd62bfa5f084 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementWindowsInformationProtectionAppLearningSummary.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementWindowsInformationProtectionAppLearningSummary.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/remove-mgbetadevicemanagementwindowsinformationprotectionapplearningsummary Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementWindowsInformationProtectionAppLearningSummary --- @@ -28,7 +28,6 @@ Remove-MgBetaDeviceManagementWindowsInformationProtectionAppLearningSummary [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -39,7 +38,6 @@ Remove-MgBetaDeviceManagementWindowsInformationProtectionAppLearningSummary [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementWindowsInformationProtectionNetworkLearningSummary.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementWindowsInformationProtectionNetworkLearningSummary.md index 83b596c94627a..670b45ff3b7bd 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementWindowsInformationProtectionNetworkLearningSummary.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementWindowsInformationProtectionNetworkLearningSummary.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/remove-mgbetadevicemanagementwindowsinformationprotectionnetworklearningsummary Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementWindowsInformationProtectionNetworkLearningSummary --- @@ -28,7 +28,6 @@ Remove-MgBetaDeviceManagementWindowsInformationProtectionNetworkLearningSummary [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -39,7 +38,6 @@ Remove-MgBetaDeviceManagementWindowsInformationProtectionNetworkLearningSummary [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementWindowsMalwareInformation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementWindowsMalwareInformation.md index b96b53065bb96..7cc330d25662d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementWindowsMalwareInformation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementWindowsMalwareInformation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/remove-mgbetadevicemanagementwindowsmalwareinformation Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementWindowsMalwareInformation --- @@ -27,7 +27,6 @@ Remove-MgBetaDeviceManagementWindowsMalwareInformation -WindowsMalwareInformatio [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaDeviceManagementWindowsMalwareInformation -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementWindowsMalwareInformationDeviceMalwareState.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementWindowsMalwareInformationDeviceMalwareState.md index 111eb919e68ea..fc24cc531735e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementWindowsMalwareInformationDeviceMalwareState.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementWindowsMalwareInformationDeviceMalwareState.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/remove-mgbetadevicemanagementwindowsmalwareinformationdevicemalwarestate Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementWindowsMalwareInformationDeviceMalwareState --- @@ -28,7 +28,6 @@ Remove-MgBetaDeviceManagementWindowsMalwareInformationDeviceMalwareState [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -39,7 +38,6 @@ Remove-MgBetaDeviceManagementWindowsMalwareInformationDeviceMalwareState [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementWindowsQualityUpdateProfile.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementWindowsQualityUpdateProfile.md index 077604bd9baeb..433bbc5a0fec4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementWindowsQualityUpdateProfile.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementWindowsQualityUpdateProfile.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/remove-mgbetadevicemanagementwindowsqualityupdateprofile Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementWindowsQualityUpdateProfile --- @@ -24,7 +24,6 @@ Remove-MgBetaDeviceManagementWindowsQualityUpdateProfile -WindowsQualityUpdatePr [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaDeviceManagementWindowsQualityUpdateProfile -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementWindowsQualityUpdateProfileAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementWindowsQualityUpdateProfileAssignment.md index be3b06afa3b03..ebe07a6a1ec60 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementWindowsQualityUpdateProfileAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Remove-MgBetaDeviceManagementWindowsQualityUpdateProfileAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/remove-mgbetadevicemanagementwindowsqualityupdateprofileassignment Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementWindowsQualityUpdateProfileAssignment --- @@ -25,7 +25,6 @@ Remove-MgBetaDeviceManagementWindowsQualityUpdateProfileAssignment [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaDeviceManagementWindowsQualityUpdateProfileAssignment [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Rename-MgBetaDeviceManagementComanagedDeviceAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Rename-MgBetaDeviceManagementComanagedDeviceAssignment.md index 1130bc16bd6e3..a7fa040b818ac 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Rename-MgBetaDeviceManagementComanagedDeviceAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Rename-MgBetaDeviceManagementComanagedDeviceAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/rename-mgbetadevicemanagementcomanageddeviceassignment Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Rename-MgBetaDeviceManagementComanagedDeviceAssignment --- @@ -25,7 +25,6 @@ Rename-MgBetaDeviceManagementComanagedDeviceAssignment -ManagedDeviceId [-DeviceAssignmentItems ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Change @@ -36,7 +35,6 @@ Rename-MgBetaDeviceManagementComanagedDeviceAssignment -ManagedDeviceId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ChangeViaIdentityExpanded @@ -47,7 +45,6 @@ Rename-MgBetaDeviceManagementComanagedDeviceAssignment -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ChangeViaIdentity @@ -58,7 +55,6 @@ Rename-MgBetaDeviceManagementComanagedDeviceAssignment -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Rename-MgBetaDeviceManagementManagedDeviceAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Rename-MgBetaDeviceManagementManagedDeviceAssignment.md index 2b457bdeebca0..ee2d1d5b1481c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Rename-MgBetaDeviceManagementManagedDeviceAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Rename-MgBetaDeviceManagementManagedDeviceAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/rename-mgbetadevicemanagementmanageddeviceassignment Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Rename-MgBetaDeviceManagementManagedDeviceAssignment --- @@ -25,7 +25,6 @@ Rename-MgBetaDeviceManagementManagedDeviceAssignment -ManagedDeviceId [-DeviceAssignmentItems ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Change @@ -36,7 +35,6 @@ Rename-MgBetaDeviceManagementManagedDeviceAssignment -ManagedDeviceId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ChangeViaIdentityExpanded @@ -47,7 +45,6 @@ Rename-MgBetaDeviceManagementManagedDeviceAssignment -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ChangeViaIdentity @@ -58,7 +55,6 @@ Rename-MgBetaDeviceManagementManagedDeviceAssignment -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Rename-MgBetaDeviceManagementMonitoringAlertRecordPortalNotificationAsSent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Rename-MgBetaDeviceManagementMonitoringAlertRecordPortalNotificationAsSent.md index 3f7f753143859..bd1d9f3111959 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Rename-MgBetaDeviceManagementMonitoringAlertRecordPortalNotificationAsSent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Rename-MgBetaDeviceManagementMonitoringAlertRecordPortalNotificationAsSent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/rename-mgbetadevicemanagementmonitoringalertrecordportalnotificationassent Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Rename-MgBetaDeviceManagementMonitoringAlertRecordPortalNotificationAsSent --- @@ -26,7 +26,6 @@ Rename-MgBetaDeviceManagementMonitoringAlertRecordPortalNotificationAsSent [-AlertRecordIds ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Change @@ -37,7 +36,6 @@ Rename-MgBetaDeviceManagementMonitoringAlertRecordPortalNotificationAsSent [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Request-MgBetaDeviceManagementAndroidForWorkSettingSignupUrl.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Request-MgBetaDeviceManagementAndroidForWorkSettingSignupUrl.md index d7bd5e45d94ad..ca78b9336c87e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Request-MgBetaDeviceManagementAndroidForWorkSettingSignupUrl.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Request-MgBetaDeviceManagementAndroidForWorkSettingSignupUrl.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/request-mgbetadevicemanagementandroidforworksettingsignupurl Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Request-MgBetaDeviceManagementAndroidForWorkSettingSignupUrl --- @@ -24,7 +24,6 @@ Request-MgBetaDeviceManagementAndroidForWorkSettingSignupUrl [-ResponseHeadersVa [-AdditionalProperties ] [-HostName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Request @@ -35,7 +34,6 @@ Request-MgBetaDeviceManagementAndroidForWorkSettingSignupUrl [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Request-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingEnterpriseUpgradeUrl.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Request-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingEnterpriseUpgradeUrl.md index fc0ba91e10156..b22d3f304eeb2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Request-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingEnterpriseUpgradeUrl.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Request-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingEnterpriseUpgradeUrl.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/request-mgbetadevicemanagementandroidmanagedstoreaccountenterprisesettingenterpriseupgradeurl Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Request-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingEnterpriseUpgradeUrl --- @@ -24,7 +24,6 @@ Request-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingEnterpr [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Request-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingSignupUrl.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Request-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingSignupUrl.md index a54218f82d804..78ce991359d64 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Request-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingSignupUrl.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Request-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingSignupUrl.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/request-mgbetadevicemanagementandroidmanagedstoreaccountenterprisesettingsignupurl Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Request-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingSignupUrl --- @@ -24,7 +24,7 @@ Request-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingSignupU [-ResponseHeadersVariable ] [-AdditionalProperties ] [-HostName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Request @@ -35,7 +35,6 @@ Request-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingSignupU [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Request-MgBetaDeviceManagementComanagedDeviceRemoteAssistance.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Request-MgBetaDeviceManagementComanagedDeviceRemoteAssistance.md index 4a9d1bfc8fab1..65133c62faa0c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Request-MgBetaDeviceManagementComanagedDeviceRemoteAssistance.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Request-MgBetaDeviceManagementComanagedDeviceRemoteAssistance.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/request-mgbetadevicemanagementcomanageddeviceremoteassistance Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Request-MgBetaDeviceManagementComanagedDeviceRemoteAssistance --- @@ -24,7 +24,6 @@ Request-MgBetaDeviceManagementComanagedDeviceRemoteAssistance -ManagedDeviceId < [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### RequestViaIdentity @@ -35,7 +34,6 @@ Request-MgBetaDeviceManagementComanagedDeviceRemoteAssistance [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Request-MgBetaDeviceManagementManagedDeviceRemoteAssistance.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Request-MgBetaDeviceManagementManagedDeviceRemoteAssistance.md index 9cf4d38ccd939..e2cfaaafc16bb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Request-MgBetaDeviceManagementManagedDeviceRemoteAssistance.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Request-MgBetaDeviceManagementManagedDeviceRemoteAssistance.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/request-mgbetadevicemanagementmanageddeviceremoteassistance Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Request-MgBetaDeviceManagementManagedDeviceRemoteAssistance --- @@ -27,7 +27,6 @@ Request-MgBetaDeviceManagementManagedDeviceRemoteAssistance -ManagedDeviceId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### RequestViaIdentity @@ -37,7 +36,6 @@ Request-MgBetaDeviceManagementManagedDeviceRemoteAssistance -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Request-MgBetaDeviceManagementMicrosoftTunnelSiteUpgrade.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Request-MgBetaDeviceManagementMicrosoftTunnelSiteUpgrade.md index 129bec832b518..8af7faa3bb7dc 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Request-MgBetaDeviceManagementMicrosoftTunnelSiteUpgrade.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Request-MgBetaDeviceManagementMicrosoftTunnelSiteUpgrade.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/request-mgbetadevicemanagementmicrosofttunnelsiteupgrade Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Request-MgBetaDeviceManagementMicrosoftTunnelSiteUpgrade --- @@ -24,7 +24,6 @@ Request-MgBetaDeviceManagementMicrosoftTunnelSiteUpgrade -MicrosoftTunnelSiteId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### RequestViaIdentity @@ -34,7 +33,6 @@ Request-MgBetaDeviceManagementMicrosoftTunnelSiteUpgrade -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Reset-MgBetaDeviceManagementComanagedDevicePasscode.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Reset-MgBetaDeviceManagementComanagedDevicePasscode.md index f611bd6fcdd5d..de9a4ad021327 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Reset-MgBetaDeviceManagementComanagedDevicePasscode.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Reset-MgBetaDeviceManagementComanagedDevicePasscode.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/reset-mgbetadevicemanagementcomanageddevicepasscode Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Reset-MgBetaDeviceManagementComanagedDevicePasscode --- @@ -24,7 +24,6 @@ Reset-MgBetaDeviceManagementComanagedDevicePasscode -ManagedDeviceId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ResetViaIdentity @@ -34,7 +33,6 @@ Reset-MgBetaDeviceManagementComanagedDevicePasscode -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Reset-MgBetaDeviceManagementManagedDevicePasscode.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Reset-MgBetaDeviceManagementManagedDevicePasscode.md index 38a822c0891e5..86f3e8102d61f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Reset-MgBetaDeviceManagementManagedDevicePasscode.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Reset-MgBetaDeviceManagementManagedDevicePasscode.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/reset-mgbetadevicemanagementmanageddevicepasscode Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Reset-MgBetaDeviceManagementManagedDevicePasscode --- @@ -27,7 +27,6 @@ Reset-MgBetaDeviceManagementManagedDevicePasscode -ManagedDeviceId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ResetViaIdentity @@ -37,7 +36,6 @@ Reset-MgBetaDeviceManagementManagedDevicePasscode -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Restart-MgBetaDeviceManagementComanagedDeviceNow.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Restart-MgBetaDeviceManagementComanagedDeviceNow.md index bf7d1cf19938f..e1f03f4d8455a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Restart-MgBetaDeviceManagementComanagedDeviceNow.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Restart-MgBetaDeviceManagementComanagedDeviceNow.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/restart-mgbetadevicemanagementcomanageddevicenow Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Restart-MgBetaDeviceManagementComanagedDeviceNow --- @@ -24,7 +24,6 @@ Restart-MgBetaDeviceManagementComanagedDeviceNow -ManagedDeviceId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### RebootViaIdentity @@ -34,7 +33,6 @@ Restart-MgBetaDeviceManagementComanagedDeviceNow -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Restart-MgBetaDeviceManagementManagedDeviceNow.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Restart-MgBetaDeviceManagementManagedDeviceNow.md index 388c65793a698..61c9df3ba19ab 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Restart-MgBetaDeviceManagementManagedDeviceNow.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Restart-MgBetaDeviceManagementManagedDeviceNow.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/restart-mgbetadevicemanagementmanageddevicenow Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Restart-MgBetaDeviceManagementManagedDeviceNow --- @@ -27,7 +27,6 @@ Restart-MgBetaDeviceManagementManagedDeviceNow -ManagedDeviceId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### RebootViaIdentity @@ -37,7 +36,6 @@ Restart-MgBetaDeviceManagementManagedDeviceNow -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Restore-MgBetaDeviceManagementComanagedDeviceManagedHomeScreen.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Restore-MgBetaDeviceManagementComanagedDeviceManagedHomeScreen.md new file mode 100644 index 0000000000000..9c33dd439168a --- /dev/null +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Restore-MgBetaDeviceManagementComanagedDeviceManagedHomeScreen.md @@ -0,0 +1,492 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/restore-mgbetadevicemanagementcomanageddevicemanagedhomescreen +Locale: en-US +Module Name: Microsoft.Graph.Beta.DeviceManagement +ms.date: 07/10/2026 +PlatyPS schema version: 2024-05-01 +title: Restore-MgBetaDeviceManagementComanagedDeviceManagedHomeScreen +--- + +# Restore-MgBetaDeviceManagementComanagedDeviceManagedHomeScreen + +## SYNOPSIS + +Restore Managed Home Screen + +## SYNTAX + +### Restore (Default) + +``` +Restore-MgBetaDeviceManagementComanagedDeviceManagedHomeScreen -ManagedDeviceId + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +### RestoreViaIdentity + +``` +Restore-MgBetaDeviceManagementComanagedDeviceManagedHomeScreen + -InputObject [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Restore Managed Home Screen + +## 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: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IDeviceManagementIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: RestoreViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ManagedDeviceId + +The unique identifier of managedDevice + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Restore + 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.IDeviceManagementIdentity + +{{ 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 + [AdvancedThreatProtectionOnboardingDeviceSettingStateId ]: The unique identifier of advancedThreatProtectionOnboardingDeviceSettingState + [AlertRecordId ]: The unique identifier of alertRecord + [AlertRuleId ]: The unique identifier of alertRule + [AndroidForWorkAppConfigurationSchemaId ]: The unique identifier of androidForWorkAppConfigurationSchema + [AndroidManagedStoreAppConfigurationSchemaId ]: The unique identifier of androidManagedStoreAppConfigurationSchema + [AppLogCollectionRequestId ]: The unique identifier of appLogCollectionRequest + [AssignmentFilterEvaluationStatusDetailsId ]: The unique identifier of assignmentFilterEvaluationStatusDetails + [BrowserSharedCookieId ]: The unique identifier of browserSharedCookie + [BrowserSiteId ]: The unique identifier of browserSite + [BrowserSiteListId ]: The unique identifier of browserSiteList + [DataSharingConsentId ]: The unique identifier of dataSharingConsent + [DetectedAppId ]: The unique identifier of detectedApp + [DeviceAndAppManagementAssignmentFilterId ]: The unique identifier of deviceAndAppManagementAssignmentFilter + [DeviceCategoryId ]: The unique identifier of deviceCategory + [DeviceComplianceActionItemId ]: The unique identifier of deviceComplianceActionItem + [DeviceComplianceDeviceStatusId ]: The unique identifier of deviceComplianceDeviceStatus + [DeviceCompliancePolicyAssignmentId ]: The unique identifier of deviceCompliancePolicyAssignment + [DeviceCompliancePolicyId ]: The unique identifier of deviceCompliancePolicy + [DeviceCompliancePolicySettingStateSummaryId ]: The unique identifier of deviceCompliancePolicySettingStateSummary + [DeviceCompliancePolicyStateId ]: The unique identifier of deviceCompliancePolicyState + [DeviceComplianceScheduledActionForRuleId ]: The unique identifier of deviceComplianceScheduledActionForRule + [DeviceComplianceSettingStateId ]: The unique identifier of deviceComplianceSettingState + [DeviceComplianceUserStatusId ]: The unique identifier of deviceComplianceUserStatus + [DeviceConfigurationAssignmentId ]: The unique identifier of deviceConfigurationAssignment + [DeviceConfigurationConflictSummaryId ]: The unique identifier of deviceConfigurationConflictSummary + [DeviceConfigurationDeviceStatusId ]: The unique identifier of deviceConfigurationDeviceStatus + [DeviceConfigurationGroupAssignmentId ]: The unique identifier of deviceConfigurationGroupAssignment + [DeviceConfigurationId ]: The unique identifier of deviceConfiguration + [DeviceConfigurationStateId ]: The unique identifier of deviceConfigurationState + [DeviceConfigurationUserStatusId ]: The unique identifier of deviceConfigurationUserStatus + [DeviceHealthScriptAssignmentId ]: The unique identifier of deviceHealthScriptAssignment + [DeviceHealthScriptDeviceStateId ]: The unique identifier of deviceHealthScriptDeviceState + [DeviceHealthScriptId ]: The unique identifier of deviceHealthScript + [DeviceId ]: Property in multi-part unique identifier of deviceHealthScriptPolicyState + [DeviceLogCollectionResponseId ]: The unique identifier of deviceLogCollectionResponse + [DeviceManagementComplianceActionItemId ]: The unique identifier of deviceManagementComplianceActionItem + [DeviceManagementCompliancePolicyId ]: The unique identifier of deviceManagementCompliancePolicy + [DeviceManagementComplianceScheduledActionForRuleId ]: The unique identifier of deviceManagementComplianceScheduledActionForRule + [DeviceManagementConfigurationPolicyAssignmentId ]: The unique identifier of deviceManagementConfigurationPolicyAssignment + [DeviceManagementConfigurationPolicyId ]: The unique identifier of deviceManagementConfigurationPolicy + [DeviceManagementConfigurationPolicyTemplateId ]: The unique identifier of deviceManagementConfigurationPolicyTemplate + [DeviceManagementConfigurationSettingDefinitionId ]: The unique identifier of deviceManagementConfigurationSettingDefinition + [DeviceManagementConfigurationSettingId ]: The unique identifier of deviceManagementConfigurationSetting + [DeviceManagementConfigurationSettingTemplateId ]: The unique identifier of deviceManagementConfigurationSettingTemplate + [DeviceManagementDerivedCredentialSettingsId ]: The unique identifier of deviceManagementDerivedCredentialSettings + [DeviceManagementIntentAssignmentId ]: The unique identifier of deviceManagementIntentAssignment + [DeviceManagementIntentDeviceSettingStateSummaryId ]: The unique identifier of deviceManagementIntentDeviceSettingStateSummary + [DeviceManagementIntentDeviceStateId ]: The unique identifier of deviceManagementIntentDeviceState + [DeviceManagementIntentId ]: The unique identifier of deviceManagementIntent + [DeviceManagementIntentSettingCategoryId ]: The unique identifier of deviceManagementIntentSettingCategory + [DeviceManagementIntentUserStateId ]: The unique identifier of deviceManagementIntentUserState + [DeviceManagementResourceAccessProfileAssignmentId ]: The unique identifier of deviceManagementResourceAccessProfileAssignment + [DeviceManagementResourceAccessProfileBaseId ]: The unique identifier of deviceManagementResourceAccessProfileBase + [DeviceManagementScriptAssignmentId ]: The unique identifier of deviceManagementScriptAssignment + [DeviceManagementScriptDeviceStateId ]: The unique identifier of deviceManagementScriptDeviceState + [DeviceManagementScriptGroupAssignmentId ]: The unique identifier of deviceManagementScriptGroupAssignment + [DeviceManagementScriptId ]: The unique identifier of deviceManagementScript + [DeviceManagementScriptUserStateId ]: The unique identifier of deviceManagementScriptUserState + [DeviceManagementSettingCategoryId ]: The unique identifier of deviceManagementSettingCategory + [DeviceManagementSettingDefinitionId ]: The unique identifier of deviceManagementSettingDefinition + [DeviceManagementSettingInstanceId ]: The unique identifier of deviceManagementSettingInstance + [DeviceManagementTemplateId ]: The unique identifier of deviceManagementTemplate + [DeviceManagementTemplateId1 ]: The unique identifier of deviceManagementTemplate + [DeviceManagementTemplateSettingCategoryId ]: The unique identifier of deviceManagementTemplateSettingCategory + [DeviceManagementTroubleshootingEventId ]: The unique identifier of deviceManagementTroubleshootingEvent + [DeviceShellScriptId ]: The unique identifier of deviceShellScript + [EmbeddedSimActivationCodePoolAssignmentId ]: The unique identifier of embeddedSIMActivationCodePoolAssignment + [EmbeddedSimActivationCodePoolId ]: The unique identifier of embeddedSIMActivationCodePool + [EmbeddedSimDeviceStateId ]: The unique identifier of embeddedSIMDeviceState + [GroupPolicyConfigurationAssignmentId ]: The unique identifier of groupPolicyConfigurationAssignment + [GroupPolicyConfigurationId ]: The unique identifier of groupPolicyConfiguration + [GroupPolicyDefinitionValueId ]: The unique identifier of groupPolicyDefinitionValue + [GroupPolicyPresentationValueId ]: The unique identifier of groupPolicyPresentationValue + [Id ]: Property in multi-part unique identifier of deviceHealthScriptPolicyState + [LocalizedNotificationMessageId ]: The unique identifier of localizedNotificationMessage + [MacOSSoftwareUpdateAccountSummaryId ]: The unique identifier of macOSSoftwareUpdateAccountSummary + [MacOSSoftwareUpdateCategorySummaryId ]: The unique identifier of macOSSoftwareUpdateCategorySummary + [MacOSSoftwareUpdateStateSummaryId ]: The unique identifier of macOSSoftwareUpdateStateSummary + [MalwareStateForWindowsDeviceId ]: The unique identifier of malwareStateForWindowsDevice + [ManagedDeviceCleanupRuleId ]: The unique identifier of managedDeviceCleanupRule + [ManagedDeviceEncryptionStateId ]: The unique identifier of managedDeviceEncryptionState + [ManagedDeviceId ]: The unique identifier of managedDevice + [ManagedDeviceMobileAppConfigurationStateId ]: The unique identifier of managedDeviceMobileAppConfigurationState + [ManagedDeviceWindowsOperatingSystemImageId ]: The unique identifier of managedDeviceWindowsOperatingSystemImage + [MicrosoftTunnelConfigurationId ]: The unique identifier of microsoftTunnelConfiguration + [MicrosoftTunnelHealthThresholdId ]: The unique identifier of microsoftTunnelHealthThreshold + [MicrosoftTunnelServerId ]: The unique identifier of microsoftTunnelServer + [MicrosoftTunnelServerLogCollectionResponseId ]: The unique identifier of microsoftTunnelServerLogCollectionResponse + [MicrosoftTunnelSiteId ]: The unique identifier of microsoftTunnelSite + [MobileAppTroubleshootingEventId ]: The unique identifier of mobileAppTroubleshootingEvent + [NotificationMessageTemplateId ]: The unique identifier of notificationMessageTemplate + [Platform ]: Usage: platform='{platform}' + [PolicyId ]: Property in multi-part unique identifier of deviceHealthScriptPolicyState + [RemoteActionAuditId ]: The unique identifier of remoteActionAudit + [SecretReferenceValueId ]: Usage: secretReferenceValueId='{secretReferenceValueId}' + [SecurityBaselineSettingStateId ]: The unique identifier of securityBaselineSettingState + [SecurityBaselineStateId ]: The unique identifier of securityBaselineState + [SettingStateDeviceSummaryId ]: The unique identifier of settingStateDeviceSummary + [TemplateId ]: Usage: templateId='{templateId}' + [Upn ]: Usage: upn='{upn}' + [UserPrincipalName ]: Usage: userPrincipalName='{userPrincipalName}' + [WindowsDeviceMalwareStateId ]: The unique identifier of windowsDeviceMalwareState + [WindowsInformationProtectionAppLearningSummaryId ]: The unique identifier of windowsInformationProtectionAppLearningSummary + [WindowsInformationProtectionNetworkLearningSummaryId ]: The unique identifier of windowsInformationProtectionNetworkLearningSummary + [WindowsMalwareInformationId ]: The unique identifier of windowsMalwareInformation + [WindowsQualityUpdateProfileAssignmentId ]: The unique identifier of windowsQualityUpdateProfileAssignment + [WindowsQualityUpdateProfileId ]: The unique identifier of windowsQualityUpdateProfile + + +## RELATED LINKS + +- [Restore-MgBetaDeviceManagementComanagedDeviceManagedHomeScreen](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/restore-mgbetadevicemanagementcomanageddevicemanagedhomescreen) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Restore-MgBetaDeviceManagementComanagedDevicePasscode.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Restore-MgBetaDeviceManagementComanagedDevicePasscode.md index 92c9724a06c89..766cc9036e798 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Restore-MgBetaDeviceManagementComanagedDevicePasscode.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Restore-MgBetaDeviceManagementComanagedDevicePasscode.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/restore-mgbetadevicemanagementcomanageddevicepasscode Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Restore-MgBetaDeviceManagementComanagedDevicePasscode --- @@ -24,7 +24,6 @@ Restore-MgBetaDeviceManagementComanagedDevicePasscode -ManagedDeviceId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### RecoverViaIdentity @@ -34,7 +33,6 @@ Restore-MgBetaDeviceManagementComanagedDevicePasscode -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Restore-MgBetaDeviceManagementManagedDeviceManagedHomeScreen.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Restore-MgBetaDeviceManagementManagedDeviceManagedHomeScreen.md new file mode 100644 index 0000000000000..7167ee097f93f --- /dev/null +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Restore-MgBetaDeviceManagementManagedDeviceManagedHomeScreen.md @@ -0,0 +1,492 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/restore-mgbetadevicemanagementmanageddevicemanagedhomescreen +Locale: en-US +Module Name: Microsoft.Graph.Beta.DeviceManagement +ms.date: 07/10/2026 +PlatyPS schema version: 2024-05-01 +title: Restore-MgBetaDeviceManagementManagedDeviceManagedHomeScreen +--- + +# Restore-MgBetaDeviceManagementManagedDeviceManagedHomeScreen + +## SYNOPSIS + +Restore Managed Home Screen + +## SYNTAX + +### Restore (Default) + +``` +Restore-MgBetaDeviceManagementManagedDeviceManagedHomeScreen -ManagedDeviceId + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +### RestoreViaIdentity + +``` +Restore-MgBetaDeviceManagementManagedDeviceManagedHomeScreen + -InputObject [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Restore Managed Home Screen + +## 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: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IDeviceManagementIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: RestoreViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ManagedDeviceId + +The unique identifier of managedDevice + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Restore + 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.IDeviceManagementIdentity + +{{ 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 + [AdvancedThreatProtectionOnboardingDeviceSettingStateId ]: The unique identifier of advancedThreatProtectionOnboardingDeviceSettingState + [AlertRecordId ]: The unique identifier of alertRecord + [AlertRuleId ]: The unique identifier of alertRule + [AndroidForWorkAppConfigurationSchemaId ]: The unique identifier of androidForWorkAppConfigurationSchema + [AndroidManagedStoreAppConfigurationSchemaId ]: The unique identifier of androidManagedStoreAppConfigurationSchema + [AppLogCollectionRequestId ]: The unique identifier of appLogCollectionRequest + [AssignmentFilterEvaluationStatusDetailsId ]: The unique identifier of assignmentFilterEvaluationStatusDetails + [BrowserSharedCookieId ]: The unique identifier of browserSharedCookie + [BrowserSiteId ]: The unique identifier of browserSite + [BrowserSiteListId ]: The unique identifier of browserSiteList + [DataSharingConsentId ]: The unique identifier of dataSharingConsent + [DetectedAppId ]: The unique identifier of detectedApp + [DeviceAndAppManagementAssignmentFilterId ]: The unique identifier of deviceAndAppManagementAssignmentFilter + [DeviceCategoryId ]: The unique identifier of deviceCategory + [DeviceComplianceActionItemId ]: The unique identifier of deviceComplianceActionItem + [DeviceComplianceDeviceStatusId ]: The unique identifier of deviceComplianceDeviceStatus + [DeviceCompliancePolicyAssignmentId ]: The unique identifier of deviceCompliancePolicyAssignment + [DeviceCompliancePolicyId ]: The unique identifier of deviceCompliancePolicy + [DeviceCompliancePolicySettingStateSummaryId ]: The unique identifier of deviceCompliancePolicySettingStateSummary + [DeviceCompliancePolicyStateId ]: The unique identifier of deviceCompliancePolicyState + [DeviceComplianceScheduledActionForRuleId ]: The unique identifier of deviceComplianceScheduledActionForRule + [DeviceComplianceSettingStateId ]: The unique identifier of deviceComplianceSettingState + [DeviceComplianceUserStatusId ]: The unique identifier of deviceComplianceUserStatus + [DeviceConfigurationAssignmentId ]: The unique identifier of deviceConfigurationAssignment + [DeviceConfigurationConflictSummaryId ]: The unique identifier of deviceConfigurationConflictSummary + [DeviceConfigurationDeviceStatusId ]: The unique identifier of deviceConfigurationDeviceStatus + [DeviceConfigurationGroupAssignmentId ]: The unique identifier of deviceConfigurationGroupAssignment + [DeviceConfigurationId ]: The unique identifier of deviceConfiguration + [DeviceConfigurationStateId ]: The unique identifier of deviceConfigurationState + [DeviceConfigurationUserStatusId ]: The unique identifier of deviceConfigurationUserStatus + [DeviceHealthScriptAssignmentId ]: The unique identifier of deviceHealthScriptAssignment + [DeviceHealthScriptDeviceStateId ]: The unique identifier of deviceHealthScriptDeviceState + [DeviceHealthScriptId ]: The unique identifier of deviceHealthScript + [DeviceId ]: Property in multi-part unique identifier of deviceHealthScriptPolicyState + [DeviceLogCollectionResponseId ]: The unique identifier of deviceLogCollectionResponse + [DeviceManagementComplianceActionItemId ]: The unique identifier of deviceManagementComplianceActionItem + [DeviceManagementCompliancePolicyId ]: The unique identifier of deviceManagementCompliancePolicy + [DeviceManagementComplianceScheduledActionForRuleId ]: The unique identifier of deviceManagementComplianceScheduledActionForRule + [DeviceManagementConfigurationPolicyAssignmentId ]: The unique identifier of deviceManagementConfigurationPolicyAssignment + [DeviceManagementConfigurationPolicyId ]: The unique identifier of deviceManagementConfigurationPolicy + [DeviceManagementConfigurationPolicyTemplateId ]: The unique identifier of deviceManagementConfigurationPolicyTemplate + [DeviceManagementConfigurationSettingDefinitionId ]: The unique identifier of deviceManagementConfigurationSettingDefinition + [DeviceManagementConfigurationSettingId ]: The unique identifier of deviceManagementConfigurationSetting + [DeviceManagementConfigurationSettingTemplateId ]: The unique identifier of deviceManagementConfigurationSettingTemplate + [DeviceManagementDerivedCredentialSettingsId ]: The unique identifier of deviceManagementDerivedCredentialSettings + [DeviceManagementIntentAssignmentId ]: The unique identifier of deviceManagementIntentAssignment + [DeviceManagementIntentDeviceSettingStateSummaryId ]: The unique identifier of deviceManagementIntentDeviceSettingStateSummary + [DeviceManagementIntentDeviceStateId ]: The unique identifier of deviceManagementIntentDeviceState + [DeviceManagementIntentId ]: The unique identifier of deviceManagementIntent + [DeviceManagementIntentSettingCategoryId ]: The unique identifier of deviceManagementIntentSettingCategory + [DeviceManagementIntentUserStateId ]: The unique identifier of deviceManagementIntentUserState + [DeviceManagementResourceAccessProfileAssignmentId ]: The unique identifier of deviceManagementResourceAccessProfileAssignment + [DeviceManagementResourceAccessProfileBaseId ]: The unique identifier of deviceManagementResourceAccessProfileBase + [DeviceManagementScriptAssignmentId ]: The unique identifier of deviceManagementScriptAssignment + [DeviceManagementScriptDeviceStateId ]: The unique identifier of deviceManagementScriptDeviceState + [DeviceManagementScriptGroupAssignmentId ]: The unique identifier of deviceManagementScriptGroupAssignment + [DeviceManagementScriptId ]: The unique identifier of deviceManagementScript + [DeviceManagementScriptUserStateId ]: The unique identifier of deviceManagementScriptUserState + [DeviceManagementSettingCategoryId ]: The unique identifier of deviceManagementSettingCategory + [DeviceManagementSettingDefinitionId ]: The unique identifier of deviceManagementSettingDefinition + [DeviceManagementSettingInstanceId ]: The unique identifier of deviceManagementSettingInstance + [DeviceManagementTemplateId ]: The unique identifier of deviceManagementTemplate + [DeviceManagementTemplateId1 ]: The unique identifier of deviceManagementTemplate + [DeviceManagementTemplateSettingCategoryId ]: The unique identifier of deviceManagementTemplateSettingCategory + [DeviceManagementTroubleshootingEventId ]: The unique identifier of deviceManagementTroubleshootingEvent + [DeviceShellScriptId ]: The unique identifier of deviceShellScript + [EmbeddedSimActivationCodePoolAssignmentId ]: The unique identifier of embeddedSIMActivationCodePoolAssignment + [EmbeddedSimActivationCodePoolId ]: The unique identifier of embeddedSIMActivationCodePool + [EmbeddedSimDeviceStateId ]: The unique identifier of embeddedSIMDeviceState + [GroupPolicyConfigurationAssignmentId ]: The unique identifier of groupPolicyConfigurationAssignment + [GroupPolicyConfigurationId ]: The unique identifier of groupPolicyConfiguration + [GroupPolicyDefinitionValueId ]: The unique identifier of groupPolicyDefinitionValue + [GroupPolicyPresentationValueId ]: The unique identifier of groupPolicyPresentationValue + [Id ]: Property in multi-part unique identifier of deviceHealthScriptPolicyState + [LocalizedNotificationMessageId ]: The unique identifier of localizedNotificationMessage + [MacOSSoftwareUpdateAccountSummaryId ]: The unique identifier of macOSSoftwareUpdateAccountSummary + [MacOSSoftwareUpdateCategorySummaryId ]: The unique identifier of macOSSoftwareUpdateCategorySummary + [MacOSSoftwareUpdateStateSummaryId ]: The unique identifier of macOSSoftwareUpdateStateSummary + [MalwareStateForWindowsDeviceId ]: The unique identifier of malwareStateForWindowsDevice + [ManagedDeviceCleanupRuleId ]: The unique identifier of managedDeviceCleanupRule + [ManagedDeviceEncryptionStateId ]: The unique identifier of managedDeviceEncryptionState + [ManagedDeviceId ]: The unique identifier of managedDevice + [ManagedDeviceMobileAppConfigurationStateId ]: The unique identifier of managedDeviceMobileAppConfigurationState + [ManagedDeviceWindowsOperatingSystemImageId ]: The unique identifier of managedDeviceWindowsOperatingSystemImage + [MicrosoftTunnelConfigurationId ]: The unique identifier of microsoftTunnelConfiguration + [MicrosoftTunnelHealthThresholdId ]: The unique identifier of microsoftTunnelHealthThreshold + [MicrosoftTunnelServerId ]: The unique identifier of microsoftTunnelServer + [MicrosoftTunnelServerLogCollectionResponseId ]: The unique identifier of microsoftTunnelServerLogCollectionResponse + [MicrosoftTunnelSiteId ]: The unique identifier of microsoftTunnelSite + [MobileAppTroubleshootingEventId ]: The unique identifier of mobileAppTroubleshootingEvent + [NotificationMessageTemplateId ]: The unique identifier of notificationMessageTemplate + [Platform ]: Usage: platform='{platform}' + [PolicyId ]: Property in multi-part unique identifier of deviceHealthScriptPolicyState + [RemoteActionAuditId ]: The unique identifier of remoteActionAudit + [SecretReferenceValueId ]: Usage: secretReferenceValueId='{secretReferenceValueId}' + [SecurityBaselineSettingStateId ]: The unique identifier of securityBaselineSettingState + [SecurityBaselineStateId ]: The unique identifier of securityBaselineState + [SettingStateDeviceSummaryId ]: The unique identifier of settingStateDeviceSummary + [TemplateId ]: Usage: templateId='{templateId}' + [Upn ]: Usage: upn='{upn}' + [UserPrincipalName ]: Usage: userPrincipalName='{userPrincipalName}' + [WindowsDeviceMalwareStateId ]: The unique identifier of windowsDeviceMalwareState + [WindowsInformationProtectionAppLearningSummaryId ]: The unique identifier of windowsInformationProtectionAppLearningSummary + [WindowsInformationProtectionNetworkLearningSummaryId ]: The unique identifier of windowsInformationProtectionNetworkLearningSummary + [WindowsMalwareInformationId ]: The unique identifier of windowsMalwareInformation + [WindowsQualityUpdateProfileAssignmentId ]: The unique identifier of windowsQualityUpdateProfileAssignment + [WindowsQualityUpdateProfileId ]: The unique identifier of windowsQualityUpdateProfile + + +## RELATED LINKS + +- [Restore-MgBetaDeviceManagementManagedDeviceManagedHomeScreen](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/restore-mgbetadevicemanagementmanageddevicemanagedhomescreen) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Restore-MgBetaDeviceManagementManagedDevicePasscode.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Restore-MgBetaDeviceManagementManagedDevicePasscode.md index 7ff13a3589247..68239c6808098 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Restore-MgBetaDeviceManagementManagedDevicePasscode.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Restore-MgBetaDeviceManagementManagedDevicePasscode.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/restore-mgbetadevicemanagementmanageddevicepasscode Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Restore-MgBetaDeviceManagementManagedDevicePasscode --- @@ -27,7 +27,6 @@ Restore-MgBetaDeviceManagementManagedDevicePasscode -ManagedDeviceId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### RecoverViaIdentity @@ -37,7 +36,6 @@ Restore-MgBetaDeviceManagementManagedDevicePasscode -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Revoke-MgBetaDeviceManagementComanagedDeviceAppleVppLicense.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Revoke-MgBetaDeviceManagementComanagedDeviceAppleVppLicense.md index 9de4264995773..fb34ff70a69f0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Revoke-MgBetaDeviceManagementComanagedDeviceAppleVppLicense.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Revoke-MgBetaDeviceManagementComanagedDeviceAppleVppLicense.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/revoke-mgbetadevicemanagementcomanageddeviceapplevpplicense Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Revoke-MgBetaDeviceManagementComanagedDeviceAppleVppLicense --- @@ -24,7 +24,6 @@ Revoke-MgBetaDeviceManagementComanagedDeviceAppleVppLicense -ManagedDeviceId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### RevokeViaIdentity @@ -34,7 +33,6 @@ Revoke-MgBetaDeviceManagementComanagedDeviceAppleVppLicense -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Revoke-MgBetaDeviceManagementManagedDeviceAppleVppLicense.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Revoke-MgBetaDeviceManagementManagedDeviceAppleVppLicense.md index e9da13e08ca37..869454fb73c4e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Revoke-MgBetaDeviceManagementManagedDeviceAppleVppLicense.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Revoke-MgBetaDeviceManagementManagedDeviceAppleVppLicense.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/revoke-mgbetadevicemanagementmanageddeviceapplevpplicense Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Revoke-MgBetaDeviceManagementManagedDeviceAppleVppLicense --- @@ -24,7 +24,6 @@ Revoke-MgBetaDeviceManagementManagedDeviceAppleVppLicense -ManagedDeviceId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### RevokeViaIdentity @@ -34,7 +33,6 @@ Revoke-MgBetaDeviceManagementManagedDeviceAppleVppLicense -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Send-MgBetaDeviceManagementComanagedDeviceCustomNotificationToCompanyPortal.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Send-MgBetaDeviceManagementComanagedDeviceCustomNotificationToCompanyPortal.md index 35108ad0cb9ae..61449c1bd4382 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Send-MgBetaDeviceManagementComanagedDeviceCustomNotificationToCompanyPortal.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Send-MgBetaDeviceManagementComanagedDeviceCustomNotificationToCompanyPortal.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/send-mgbetadevicemanagementcomanageddevicecustomnotificationtocompanyportal Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Send-MgBetaDeviceManagementComanagedDeviceCustomNotificationToCompanyPortal --- @@ -25,7 +25,6 @@ Send-MgBetaDeviceManagementComanagedDeviceCustomNotificationToCompanyPortal [-NotificationBody ] [-NotificationTitle ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Send @@ -37,7 +36,6 @@ Send-MgBetaDeviceManagementComanagedDeviceCustomNotificationToCompanyPortal [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SendViaIdentityExpanded @@ -49,7 +47,6 @@ Send-MgBetaDeviceManagementComanagedDeviceCustomNotificationToCompanyPortal [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SendViaIdentity @@ -61,7 +58,6 @@ Send-MgBetaDeviceManagementComanagedDeviceCustomNotificationToCompanyPortal [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Send-MgBetaDeviceManagementManagedDeviceCustomNotificationToCompanyPortal.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Send-MgBetaDeviceManagementManagedDeviceCustomNotificationToCompanyPortal.md index 4125866a3a764..6f128e67d1d9e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Send-MgBetaDeviceManagementManagedDeviceCustomNotificationToCompanyPortal.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Send-MgBetaDeviceManagementManagedDeviceCustomNotificationToCompanyPortal.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/send-mgbetadevicemanagementmanageddevicecustomnotificationtocompanyportal Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Send-MgBetaDeviceManagementManagedDeviceCustomNotificationToCompanyPortal --- @@ -25,7 +25,6 @@ Send-MgBetaDeviceManagementManagedDeviceCustomNotificationToCompanyPortal -Manag [-NotificationBody ] [-NotificationTitle ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Send @@ -36,7 +35,6 @@ Send-MgBetaDeviceManagementManagedDeviceCustomNotificationToCompanyPortal -Manag [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SendViaIdentityExpanded @@ -48,7 +46,6 @@ Send-MgBetaDeviceManagementManagedDeviceCustomNotificationToCompanyPortal [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SendViaIdentity @@ -60,7 +57,6 @@ Send-MgBetaDeviceManagementManagedDeviceCustomNotificationToCompanyPortal [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Send-MgBetaDeviceManagementNotificationMessageTemplateTestMessage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Send-MgBetaDeviceManagementNotificationMessageTemplateTestMessage.md index 8120a28cf840c..24205c9b59249 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Send-MgBetaDeviceManagementNotificationMessageTemplateTestMessage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Send-MgBetaDeviceManagementNotificationMessageTemplateTestMessage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/send-mgbetadevicemanagementnotificationmessagetemplatetestmessage Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Send-MgBetaDeviceManagementNotificationMessageTemplateTestMessage --- @@ -28,7 +28,6 @@ Send-MgBetaDeviceManagementNotificationMessageTemplateTestMessage [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SendViaIdentity @@ -39,7 +38,6 @@ Send-MgBetaDeviceManagementNotificationMessageTemplateTestMessage [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Set-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingAndroidDeviceOwnerFullyManagedEnrollmentState.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Set-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingAndroidDeviceOwnerFullyManagedEnrollmentState.md index 359a97ab6f213..a6687a4bc9a22 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Set-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingAndroidDeviceOwnerFullyManagedEnrollmentState.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Set-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingAndroidDeviceOwnerFullyManagedEnrollmentState.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/set-mgbetadevicemanagementandroidmanagedstoreaccountenterprisesettingandroiddeviceownerfullymanagedenrollmentstate Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Set-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingAndroidDeviceOwnerFullyManagedEnrollmentState --- @@ -25,7 +25,6 @@ Set-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingAndroidDevi [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Set @@ -36,7 +35,6 @@ Set-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingAndroidDevi [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Set-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingStoreLayout.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Set-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingStoreLayout.md index b8e84154f6dad..d4de719bf7de3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Set-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingStoreLayout.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Set-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingStoreLayout.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/set-mgbetadevicemanagementandroidmanagedstoreaccountenterprisesettingstorelayout Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Set-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingStoreLayout --- @@ -25,7 +25,6 @@ Set-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingStoreLayout [-StoreLayoutType ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Set @@ -36,7 +35,6 @@ Set-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingStoreLayout [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Set-MgBetaDeviceManagementComanagedDeviceCategoryByRef.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Set-MgBetaDeviceManagementComanagedDeviceCategoryByRef.md index 811c04b4fd3bb..86a28c69a3c46 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Set-MgBetaDeviceManagementComanagedDeviceCategoryByRef.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Set-MgBetaDeviceManagementComanagedDeviceCategoryByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/set-mgbetadevicemanagementcomanageddevicecategorybyref Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Set-MgBetaDeviceManagementComanagedDeviceCategoryByRef --- @@ -25,7 +25,6 @@ Set-MgBetaDeviceManagementComanagedDeviceCategoryByRef -ManagedDeviceId [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Set @@ -36,7 +35,6 @@ Set-MgBetaDeviceManagementComanagedDeviceCategoryByRef -ManagedDeviceId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SetViaIdentityExpanded @@ -47,7 +45,6 @@ Set-MgBetaDeviceManagementComanagedDeviceCategoryByRef -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SetViaIdentity @@ -58,7 +55,6 @@ Set-MgBetaDeviceManagementComanagedDeviceCategoryByRef -InputObject ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Set-MgBetaDeviceManagementComanagedDeviceName.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Set-MgBetaDeviceManagementComanagedDeviceName.md index 4fb035ceda7e9..480bfe638a975 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Set-MgBetaDeviceManagementComanagedDeviceName.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Set-MgBetaDeviceManagementComanagedDeviceName.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/set-mgbetadevicemanagementcomanageddevicename Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Set-MgBetaDeviceManagementComanagedDeviceName --- @@ -25,7 +25,6 @@ Set-MgBetaDeviceManagementComanagedDeviceName -ManagedDeviceId [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Set @@ -36,7 +35,6 @@ Set-MgBetaDeviceManagementComanagedDeviceName -ManagedDeviceId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SetViaIdentityExpanded @@ -47,7 +45,6 @@ Set-MgBetaDeviceManagementComanagedDeviceName -InputObject ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SetViaIdentity @@ -58,7 +55,6 @@ Set-MgBetaDeviceManagementComanagedDeviceName -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Set-MgBetaDeviceManagementCompliancePolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Set-MgBetaDeviceManagementCompliancePolicy.md index 7d714113f2450..8dadee8083bf0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Set-MgBetaDeviceManagementCompliancePolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Set-MgBetaDeviceManagementCompliancePolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/set-mgbetadevicemanagementcompliancepolicy Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Set-MgBetaDeviceManagementCompliancePolicy --- @@ -25,7 +25,7 @@ Set-MgBetaDeviceManagementCompliancePolicy -DeviceManagementCompliancePolicyId < [-Assignments ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Assign @@ -36,7 +36,6 @@ Set-MgBetaDeviceManagementCompliancePolicy -DeviceManagementCompliancePolicyId < [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### AssignViaIdentityExpanded @@ -47,7 +46,7 @@ Set-MgBetaDeviceManagementCompliancePolicy -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### AssignViaIdentity @@ -58,7 +57,6 @@ Set-MgBetaDeviceManagementCompliancePolicy -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Set-MgBetaDeviceManagementCompliancePolicyScheduledAction.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Set-MgBetaDeviceManagementCompliancePolicyScheduledAction.md index 2c2da06d21509..5b301154ba73c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Set-MgBetaDeviceManagementCompliancePolicyScheduledAction.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Set-MgBetaDeviceManagementCompliancePolicyScheduledAction.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/set-mgbetadevicemanagementcompliancepolicyscheduledaction Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Set-MgBetaDeviceManagementCompliancePolicyScheduledAction --- @@ -26,7 +26,7 @@ Set-MgBetaDeviceManagementCompliancePolicyScheduledAction [-ScheduledActions ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Set @@ -38,7 +38,6 @@ Set-MgBetaDeviceManagementCompliancePolicyScheduledAction [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SetViaIdentityExpanded @@ -49,7 +48,7 @@ Set-MgBetaDeviceManagementCompliancePolicyScheduledAction -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### SetViaIdentity @@ -60,7 +59,6 @@ Set-MgBetaDeviceManagementCompliancePolicyScheduledAction -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Set-MgBetaDeviceManagementConfigurationPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Set-MgBetaDeviceManagementConfigurationPolicy.md index 9f61ec3d2f221..abe6aeac91bf4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Set-MgBetaDeviceManagementConfigurationPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Set-MgBetaDeviceManagementConfigurationPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/set-mgbetadevicemanagementconfigurationpolicy Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Set-MgBetaDeviceManagementConfigurationPolicy --- @@ -25,7 +25,7 @@ Set-MgBetaDeviceManagementConfigurationPolicy -DeviceManagementConfigurationPoli [-Assignments ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Assign @@ -36,7 +36,6 @@ Set-MgBetaDeviceManagementConfigurationPolicy -DeviceManagementConfigurationPoli [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### AssignViaIdentityExpanded @@ -47,7 +46,7 @@ Set-MgBetaDeviceManagementConfigurationPolicy -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### AssignViaIdentity @@ -58,7 +57,6 @@ Set-MgBetaDeviceManagementConfigurationPolicy -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Set-MgBetaDeviceManagementConfigurationPolicyEnrollmentTimeDeviceMembershipTarget.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Set-MgBetaDeviceManagementConfigurationPolicyEnrollmentTimeDeviceMembershipTarget.md index 894602eae1b54..7853b80d768c2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Set-MgBetaDeviceManagementConfigurationPolicyEnrollmentTimeDeviceMembershipTarget.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Set-MgBetaDeviceManagementConfigurationPolicyEnrollmentTimeDeviceMembershipTarget.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/set-mgbetadevicemanagementconfigurationpolicyenrollmenttimedevicemembershiptarget Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Set-MgBetaDeviceManagementConfigurationPolicyEnrollmentTimeDeviceMembershipTarget --- @@ -26,7 +26,7 @@ Set-MgBetaDeviceManagementConfigurationPolicyEnrollmentTimeDeviceMembershipTarge [-EnrollmentTimeDeviceMembershipTargets ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Set @@ -38,7 +38,6 @@ Set-MgBetaDeviceManagementConfigurationPolicyEnrollmentTimeDeviceMembershipTarge [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SetViaIdentityExpanded @@ -50,7 +49,7 @@ Set-MgBetaDeviceManagementConfigurationPolicyEnrollmentTimeDeviceMembershipTarge [-EnrollmentTimeDeviceMembershipTargets ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### SetViaIdentity @@ -62,7 +61,6 @@ Set-MgBetaDeviceManagementConfigurationPolicyEnrollmentTimeDeviceMembershipTarge [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Set-MgBetaDeviceManagementDeviceCompliancePolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Set-MgBetaDeviceManagementDeviceCompliancePolicy.md index f1fdcfe53e2c9..c5d05adafdb0a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Set-MgBetaDeviceManagementDeviceCompliancePolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Set-MgBetaDeviceManagementDeviceCompliancePolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/set-mgbetadevicemanagementdevicecompliancepolicy Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Set-MgBetaDeviceManagementDeviceCompliancePolicy --- @@ -28,7 +28,7 @@ Set-MgBetaDeviceManagementDeviceCompliancePolicy -DeviceCompliancePolicyId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Assign @@ -39,7 +39,6 @@ Set-MgBetaDeviceManagementDeviceCompliancePolicy -DeviceCompliancePolicyId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### AssignViaIdentityExpanded @@ -50,7 +49,7 @@ Set-MgBetaDeviceManagementDeviceCompliancePolicy -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### AssignViaIdentity @@ -61,7 +60,6 @@ Set-MgBetaDeviceManagementDeviceCompliancePolicy -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Set-MgBetaDeviceManagementDeviceCompliancePolicyScheduledRetireState.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Set-MgBetaDeviceManagementDeviceCompliancePolicyScheduledRetireState.md index 80e93506c561c..13c1e83f5adad 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Set-MgBetaDeviceManagementDeviceCompliancePolicyScheduledRetireState.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Set-MgBetaDeviceManagementDeviceCompliancePolicyScheduledRetireState.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/set-mgbetadevicemanagementdevicecompliancepolicyscheduledretirestate Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Set-MgBetaDeviceManagementDeviceCompliancePolicyScheduledRetireState --- @@ -26,7 +26,6 @@ Set-MgBetaDeviceManagementDeviceCompliancePolicyScheduledRetireState [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Set @@ -37,7 +36,6 @@ Set-MgBetaDeviceManagementDeviceCompliancePolicyScheduledRetireState [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Set-MgBetaDeviceManagementDeviceConfiguration.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Set-MgBetaDeviceManagementDeviceConfiguration.md index 6487dfcf5cc05..4a3188a5b8013 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Set-MgBetaDeviceManagementDeviceConfiguration.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Set-MgBetaDeviceManagementDeviceConfiguration.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/set-mgbetadevicemanagementdeviceconfiguration Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Set-MgBetaDeviceManagementDeviceConfiguration --- @@ -29,7 +29,7 @@ Set-MgBetaDeviceManagementDeviceConfiguration -DeviceConfigurationId [-DeviceConfigurationGroupAssignments ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Assign @@ -40,7 +40,6 @@ Set-MgBetaDeviceManagementDeviceConfiguration -DeviceConfigurationId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### AssignViaIdentityExpanded @@ -52,7 +51,7 @@ Set-MgBetaDeviceManagementDeviceConfiguration -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### AssignViaIdentity @@ -63,7 +62,6 @@ Set-MgBetaDeviceManagementDeviceConfiguration -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Set-MgBetaDeviceManagementDeviceHealthScript.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Set-MgBetaDeviceManagementDeviceHealthScript.md index 457d9a6cea443..8f4b194d33f1a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Set-MgBetaDeviceManagementDeviceHealthScript.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Set-MgBetaDeviceManagementDeviceHealthScript.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/set-mgbetadevicemanagementdevicehealthscript Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Set-MgBetaDeviceManagementDeviceHealthScript --- @@ -26,7 +26,6 @@ Set-MgBetaDeviceManagementDeviceHealthScript -DeviceHealthScriptId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Assign @@ -37,7 +36,6 @@ Set-MgBetaDeviceManagementDeviceHealthScript -DeviceHealthScriptId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### AssignViaIdentityExpanded @@ -49,7 +47,6 @@ Set-MgBetaDeviceManagementDeviceHealthScript -InputObject ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### AssignViaIdentity @@ -60,7 +57,6 @@ Set-MgBetaDeviceManagementDeviceHealthScript -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -76,9 +72,9 @@ Invoke action assign | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementScripts.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, | +| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementScripts.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | DeviceManagementConfiguration.Read.All, DeviceManagementScripts.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, | +| Application | DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementScripts.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Set-MgBetaDeviceManagementDeviceShellScript.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Set-MgBetaDeviceManagementDeviceShellScript.md index bbe179b87c830..5daa9dffb1682 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Set-MgBetaDeviceManagementDeviceShellScript.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Set-MgBetaDeviceManagementDeviceShellScript.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/set-mgbetadevicemanagementdeviceshellscript Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Set-MgBetaDeviceManagementDeviceShellScript --- @@ -27,7 +27,6 @@ Set-MgBetaDeviceManagementDeviceShellScript -DeviceShellScriptId [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Assign @@ -38,7 +37,6 @@ Set-MgBetaDeviceManagementDeviceShellScript -DeviceShellScriptId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### AssignViaIdentityExpanded @@ -51,7 +49,6 @@ Set-MgBetaDeviceManagementDeviceShellScript -InputObject ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### AssignViaIdentity @@ -62,7 +59,6 @@ Set-MgBetaDeviceManagementDeviceShellScript -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Set-MgBetaDeviceManagementEmbeddedSimActivationCodePool.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Set-MgBetaDeviceManagementEmbeddedSimActivationCodePool.md index e012d67afe5a2..7fcf2bebbc506 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Set-MgBetaDeviceManagementEmbeddedSimActivationCodePool.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Set-MgBetaDeviceManagementEmbeddedSimActivationCodePool.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/set-mgbetadevicemanagementembeddedsimactivationcodepool Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Set-MgBetaDeviceManagementEmbeddedSimActivationCodePool --- @@ -25,7 +25,7 @@ Set-MgBetaDeviceManagementEmbeddedSimActivationCodePool -EmbeddedSimActivationCo [-Assignments ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Assign @@ -36,7 +36,6 @@ Set-MgBetaDeviceManagementEmbeddedSimActivationCodePool -EmbeddedSimActivationCo [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### AssignViaIdentityExpanded @@ -47,7 +46,7 @@ Set-MgBetaDeviceManagementEmbeddedSimActivationCodePool -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### AssignViaIdentity @@ -58,7 +57,6 @@ Set-MgBetaDeviceManagementEmbeddedSimActivationCodePool -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Set-MgBetaDeviceManagementGroupPolicyConfiguration.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Set-MgBetaDeviceManagementGroupPolicyConfiguration.md index 4dd3afd44d48f..232a3f4c7ed20 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Set-MgBetaDeviceManagementGroupPolicyConfiguration.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Set-MgBetaDeviceManagementGroupPolicyConfiguration.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/set-mgbetadevicemanagementgrouppolicyconfiguration Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Set-MgBetaDeviceManagementGroupPolicyConfiguration --- @@ -25,7 +25,7 @@ Set-MgBetaDeviceManagementGroupPolicyConfiguration -GroupPolicyConfigurationId < [-Assignments ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Assign @@ -36,7 +36,6 @@ Set-MgBetaDeviceManagementGroupPolicyConfiguration -GroupPolicyConfigurationId < [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### AssignViaIdentityExpanded @@ -47,7 +46,7 @@ Set-MgBetaDeviceManagementGroupPolicyConfiguration -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### AssignViaIdentity @@ -58,7 +57,6 @@ Set-MgBetaDeviceManagementGroupPolicyConfiguration -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Set-MgBetaDeviceManagementIntent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Set-MgBetaDeviceManagementIntent.md index 60c9fea07129c..613600fb3275d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Set-MgBetaDeviceManagementIntent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Set-MgBetaDeviceManagementIntent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/set-mgbetadevicemanagementintent Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Set-MgBetaDeviceManagementIntent --- @@ -26,7 +26,6 @@ Set-MgBetaDeviceManagementIntent -DeviceManagementIntentId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Assign @@ -37,7 +36,6 @@ Set-MgBetaDeviceManagementIntent -DeviceManagementIntentId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### AssignViaIdentityExpanded @@ -49,7 +47,6 @@ Set-MgBetaDeviceManagementIntent -InputObject [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### AssignViaIdentity @@ -60,7 +57,6 @@ Set-MgBetaDeviceManagementIntent -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Set-MgBetaDeviceManagementManagedDeviceCategoryByRef.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Set-MgBetaDeviceManagementManagedDeviceCategoryByRef.md index a45cc4c18ee6d..11e4976ebba42 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Set-MgBetaDeviceManagementManagedDeviceCategoryByRef.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Set-MgBetaDeviceManagementManagedDeviceCategoryByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/set-mgbetadevicemanagementmanageddevicecategorybyref Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Set-MgBetaDeviceManagementManagedDeviceCategoryByRef --- @@ -28,7 +28,6 @@ Set-MgBetaDeviceManagementManagedDeviceCategoryByRef -ManagedDeviceId - [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Set @@ -39,7 +38,6 @@ Set-MgBetaDeviceManagementManagedDeviceCategoryByRef -ManagedDeviceId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SetViaIdentityExpanded @@ -50,7 +48,6 @@ Set-MgBetaDeviceManagementManagedDeviceCategoryByRef -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SetViaIdentity @@ -61,7 +58,6 @@ Set-MgBetaDeviceManagementManagedDeviceCategoryByRef -InputObject ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Set-MgBetaDeviceManagementManagedDeviceName.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Set-MgBetaDeviceManagementManagedDeviceName.md index a24b428156f37..2ebfee3f57a4f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Set-MgBetaDeviceManagementManagedDeviceName.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Set-MgBetaDeviceManagementManagedDeviceName.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/set-mgbetadevicemanagementmanageddevicename Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Set-MgBetaDeviceManagementManagedDeviceName --- @@ -25,7 +25,6 @@ Set-MgBetaDeviceManagementManagedDeviceName -ManagedDeviceId [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Set @@ -36,7 +35,6 @@ Set-MgBetaDeviceManagementManagedDeviceName -ManagedDeviceId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SetViaIdentityExpanded @@ -47,7 +45,6 @@ Set-MgBetaDeviceManagementManagedDeviceName -InputObject ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SetViaIdentity @@ -58,7 +55,6 @@ Set-MgBetaDeviceManagementManagedDeviceName -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Set-MgBetaDeviceManagementMonitoringAlertRecordPortalNotificationAsSent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Set-MgBetaDeviceManagementMonitoringAlertRecordPortalNotificationAsSent.md index eae2458c8c4d6..82d40606171de 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Set-MgBetaDeviceManagementMonitoringAlertRecordPortalNotificationAsSent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Set-MgBetaDeviceManagementMonitoringAlertRecordPortalNotificationAsSent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/set-mgbetadevicemanagementmonitoringalertrecordportalnotificationassent Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Set-MgBetaDeviceManagementMonitoringAlertRecordPortalNotificationAsSent --- @@ -24,7 +24,6 @@ Set-MgBetaDeviceManagementMonitoringAlertRecordPortalNotificationAsSent -AlertRe [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SetViaIdentity @@ -35,7 +34,6 @@ Set-MgBetaDeviceManagementMonitoringAlertRecordPortalNotificationAsSent [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Set-MgBetaDeviceManagementResourceAccessProfile.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Set-MgBetaDeviceManagementResourceAccessProfile.md index 2c52f7fcaba81..009b164baecd0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Set-MgBetaDeviceManagementResourceAccessProfile.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Set-MgBetaDeviceManagementResourceAccessProfile.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/set-mgbetadevicemanagementresourceaccessprofile Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Set-MgBetaDeviceManagementResourceAccessProfile --- @@ -26,7 +26,7 @@ Set-MgBetaDeviceManagementResourceAccessProfile [-Assignments ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Assign @@ -38,7 +38,6 @@ Set-MgBetaDeviceManagementResourceAccessProfile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### AssignViaIdentityExpanded @@ -49,7 +48,7 @@ Set-MgBetaDeviceManagementResourceAccessProfile -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### AssignViaIdentity @@ -60,7 +59,6 @@ Set-MgBetaDeviceManagementResourceAccessProfile -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Set-MgBetaDeviceManagementScript.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Set-MgBetaDeviceManagementScript.md index 010cc1497a383..a8f7db49ae03f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Set-MgBetaDeviceManagementScript.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Set-MgBetaDeviceManagementScript.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/set-mgbetadevicemanagementscript Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Set-MgBetaDeviceManagementScript --- @@ -27,7 +27,6 @@ Set-MgBetaDeviceManagementScript -DeviceManagementScriptId [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Assign @@ -38,7 +37,6 @@ Set-MgBetaDeviceManagementScript -DeviceManagementScriptId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### AssignViaIdentityExpanded @@ -51,7 +49,6 @@ Set-MgBetaDeviceManagementScript -InputObject [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### AssignViaIdentity @@ -62,7 +59,6 @@ Set-MgBetaDeviceManagementScript -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Set-MgBetaDeviceManagementWindowsQualityUpdateProfile.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Set-MgBetaDeviceManagementWindowsQualityUpdateProfile.md index 4f3d450088e04..1c3f99ca5a2f8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Set-MgBetaDeviceManagementWindowsQualityUpdateProfile.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Set-MgBetaDeviceManagementWindowsQualityUpdateProfile.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/set-mgbetadevicemanagementwindowsqualityupdateprofile Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Set-MgBetaDeviceManagementWindowsQualityUpdateProfile --- @@ -26,7 +26,6 @@ Set-MgBetaDeviceManagementWindowsQualityUpdateProfile -WindowsQualityUpdateProfi [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Assign @@ -37,7 +36,6 @@ Set-MgBetaDeviceManagementWindowsQualityUpdateProfile -WindowsQualityUpdateProfi [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### AssignViaIdentityExpanded @@ -49,7 +47,6 @@ Set-MgBetaDeviceManagementWindowsQualityUpdateProfile -InputObject ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### AssignViaIdentity @@ -60,7 +57,6 @@ Set-MgBetaDeviceManagementWindowsQualityUpdateProfile -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Skip-MgBetaDeviceManagementComanagedDeviceActivationLock.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Skip-MgBetaDeviceManagementComanagedDeviceActivationLock.md index 66de978d84922..beac52e5173ca 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Skip-MgBetaDeviceManagementComanagedDeviceActivationLock.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Skip-MgBetaDeviceManagementComanagedDeviceActivationLock.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/skip-mgbetadevicemanagementcomanageddeviceactivationlock Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Skip-MgBetaDeviceManagementComanagedDeviceActivationLock --- @@ -24,7 +24,6 @@ Skip-MgBetaDeviceManagementComanagedDeviceActivationLock -ManagedDeviceId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### BypassViaIdentity @@ -34,7 +33,6 @@ Skip-MgBetaDeviceManagementComanagedDeviceActivationLock -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Skip-MgBetaDeviceManagementManagedDeviceActivationLock.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Skip-MgBetaDeviceManagementManagedDeviceActivationLock.md index 4f19ca4e9687f..fda71e3933dfa 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Skip-MgBetaDeviceManagementManagedDeviceActivationLock.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Skip-MgBetaDeviceManagementManagedDeviceActivationLock.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/skip-mgbetadevicemanagementmanageddeviceactivationlock Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Skip-MgBetaDeviceManagementManagedDeviceActivationLock --- @@ -27,7 +27,6 @@ Skip-MgBetaDeviceManagementManagedDeviceActivationLock -ManagedDeviceId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### BypassViaIdentity @@ -37,7 +36,6 @@ Skip-MgBetaDeviceManagementManagedDeviceActivationLock -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Start-MgBetaDeviceManagementComanagedDeviceConfigurationManagerAction.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Start-MgBetaDeviceManagementComanagedDeviceConfigurationManagerAction.md index addfd04c32b0a..5ef5362c9ca3e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Start-MgBetaDeviceManagementComanagedDeviceConfigurationManagerAction.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Start-MgBetaDeviceManagementComanagedDeviceConfigurationManagerAction.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/start-mgbetadevicemanagementcomanageddeviceconfigurationmanageraction Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Start-MgBetaDeviceManagementComanagedDeviceConfigurationManagerAction --- @@ -26,7 +26,6 @@ Start-MgBetaDeviceManagementComanagedDeviceConfigurationManagerAction -ManagedDe [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Trigger @@ -37,7 +36,6 @@ Start-MgBetaDeviceManagementComanagedDeviceConfigurationManagerAction -ManagedDe [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### TriggerViaIdentityExpanded @@ -50,7 +48,6 @@ Start-MgBetaDeviceManagementComanagedDeviceConfigurationManagerAction [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### TriggerViaIdentity @@ -62,7 +59,6 @@ Start-MgBetaDeviceManagementComanagedDeviceConfigurationManagerAction [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Start-MgBetaDeviceManagementManagedDeviceConfigurationManagerAction.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Start-MgBetaDeviceManagementManagedDeviceConfigurationManagerAction.md index 955af2bdc1576..6d6da913f2ee3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Start-MgBetaDeviceManagementManagedDeviceConfigurationManagerAction.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Start-MgBetaDeviceManagementManagedDeviceConfigurationManagerAction.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/start-mgbetadevicemanagementmanageddeviceconfigurationmanageraction Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Start-MgBetaDeviceManagementManagedDeviceConfigurationManagerAction --- @@ -26,7 +26,6 @@ Start-MgBetaDeviceManagementManagedDeviceConfigurationManagerAction -ManagedDevi [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Trigger @@ -37,7 +36,6 @@ Start-MgBetaDeviceManagementManagedDeviceConfigurationManagerAction -ManagedDevi [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### TriggerViaIdentityExpanded @@ -50,7 +48,6 @@ Start-MgBetaDeviceManagementManagedDeviceConfigurationManagerAction [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### TriggerViaIdentity @@ -62,7 +59,6 @@ Start-MgBetaDeviceManagementManagedDeviceConfigurationManagerAction [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Suspend-MgBetaDeviceManagementComanagedDeviceConfigurationRefresh.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Suspend-MgBetaDeviceManagementComanagedDeviceConfigurationRefresh.md index fdb1da8b81557..fdc0ea3fc224e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Suspend-MgBetaDeviceManagementComanagedDeviceConfigurationRefresh.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Suspend-MgBetaDeviceManagementComanagedDeviceConfigurationRefresh.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/suspend-mgbetadevicemanagementcomanageddeviceconfigurationrefresh Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Suspend-MgBetaDeviceManagementComanagedDeviceConfigurationRefresh --- @@ -25,7 +25,6 @@ Suspend-MgBetaDeviceManagementComanagedDeviceConfigurationRefresh -ManagedDevice [-PauseTimePeriodInMinutes ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Pause @@ -36,7 +35,6 @@ Suspend-MgBetaDeviceManagementComanagedDeviceConfigurationRefresh -ManagedDevice [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### PauseViaIdentityExpanded @@ -48,7 +46,6 @@ Suspend-MgBetaDeviceManagementComanagedDeviceConfigurationRefresh [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### PauseViaIdentity @@ -60,7 +57,6 @@ Suspend-MgBetaDeviceManagementComanagedDeviceConfigurationRefresh [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Suspend-MgBetaDeviceManagementComanagedDeviceManagedHomeScreen.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Suspend-MgBetaDeviceManagementComanagedDeviceManagedHomeScreen.md new file mode 100644 index 0000000000000..e95d94ddb0f23 --- /dev/null +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Suspend-MgBetaDeviceManagementComanagedDeviceManagedHomeScreen.md @@ -0,0 +1,636 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/suspend-mgbetadevicemanagementcomanageddevicemanagedhomescreen +Locale: en-US +Module Name: Microsoft.Graph.Beta.DeviceManagement +ms.date: 07/10/2026 +PlatyPS schema version: 2024-05-01 +title: Suspend-MgBetaDeviceManagementComanagedDeviceManagedHomeScreen +--- + +# Suspend-MgBetaDeviceManagementComanagedDeviceManagedHomeScreen + +## SYNOPSIS + +Temporarily suspend Managed Home Screen + +## SYNTAX + +### SuspendExpanded (Default) + +``` +Suspend-MgBetaDeviceManagementComanagedDeviceManagedHomeScreen -ManagedDeviceId + [-ResponseHeadersVariable ] [-AdditionalProperties ] [-TimeoutMinutes ] + [-Break] [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +### Suspend + +``` +Suspend-MgBetaDeviceManagementComanagedDeviceManagedHomeScreen -ManagedDeviceId + -Body + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +### SuspendViaIdentityExpanded + +``` +Suspend-MgBetaDeviceManagementComanagedDeviceManagedHomeScreen + -InputObject [-ResponseHeadersVariable ] + [-AdditionalProperties ] [-TimeoutMinutes ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +### SuspendViaIdentity + +``` +Suspend-MgBetaDeviceManagementComanagedDeviceManagedHomeScreen + -InputObject + -BodyParameter + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Temporarily suspend Managed Home Screen + +## PARAMETERS + +### -AdditionalProperties + +Additional Parameters + +```yaml +Type: System.Collections.Hashtable +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: SuspendViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: SuspendExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Body + + +To construct, see NOTES section for BODY properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IPathsDvboksDevicemanagementComanageddevicesManageddeviceIdMicrosoftGraphSuspendmanagedhomescreenPostRequestbodyContentApplicationJsonSchema +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Suspend + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -BodyParameter + + +To construct, see NOTES section for BODYPARAMETER properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IPathsDvboksDevicemanagementComanageddevicesManageddeviceIdMicrosoftGraphSuspendmanagedhomescreenPostRequestbodyContentApplicationJsonSchema +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: SuspendViaIdentity + 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: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IDeviceManagementIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: SuspendViaIdentityExpanded + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: SuspendViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ManagedDeviceId + +The unique identifier of managedDevice + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: SuspendExpanded + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Suspend + 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: '' +``` + +### -TimeoutMinutes + + + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: SuspendViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: SuspendExpanded + 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.IDeviceManagementIdentity + +{{ Fill in the Description }} + +### Microsoft.Graph.Beta.PowerShell.Models.IPathsDvboksDevicemanagementComanageddevicesManageddeviceIdMicrosoftGraphSuspendmanagedhomescreenPostRequestbodyContentApplicationJsonSchema + +{{ 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. + +BODY ``: . + [(Any) ]: This indicates any property can be added to this object. + [TimeoutMinutes ]: + +BODYPARAMETER ``: . + [(Any) ]: This indicates any property can be added to this object. + [TimeoutMinutes ]: + +INPUTOBJECT ``: Identity Parameter + [AdvancedThreatProtectionOnboardingDeviceSettingStateId ]: The unique identifier of advancedThreatProtectionOnboardingDeviceSettingState + [AlertRecordId ]: The unique identifier of alertRecord + [AlertRuleId ]: The unique identifier of alertRule + [AndroidForWorkAppConfigurationSchemaId ]: The unique identifier of androidForWorkAppConfigurationSchema + [AndroidManagedStoreAppConfigurationSchemaId ]: The unique identifier of androidManagedStoreAppConfigurationSchema + [AppLogCollectionRequestId ]: The unique identifier of appLogCollectionRequest + [AssignmentFilterEvaluationStatusDetailsId ]: The unique identifier of assignmentFilterEvaluationStatusDetails + [BrowserSharedCookieId ]: The unique identifier of browserSharedCookie + [BrowserSiteId ]: The unique identifier of browserSite + [BrowserSiteListId ]: The unique identifier of browserSiteList + [DataSharingConsentId ]: The unique identifier of dataSharingConsent + [DetectedAppId ]: The unique identifier of detectedApp + [DeviceAndAppManagementAssignmentFilterId ]: The unique identifier of deviceAndAppManagementAssignmentFilter + [DeviceCategoryId ]: The unique identifier of deviceCategory + [DeviceComplianceActionItemId ]: The unique identifier of deviceComplianceActionItem + [DeviceComplianceDeviceStatusId ]: The unique identifier of deviceComplianceDeviceStatus + [DeviceCompliancePolicyAssignmentId ]: The unique identifier of deviceCompliancePolicyAssignment + [DeviceCompliancePolicyId ]: The unique identifier of deviceCompliancePolicy + [DeviceCompliancePolicySettingStateSummaryId ]: The unique identifier of deviceCompliancePolicySettingStateSummary + [DeviceCompliancePolicyStateId ]: The unique identifier of deviceCompliancePolicyState + [DeviceComplianceScheduledActionForRuleId ]: The unique identifier of deviceComplianceScheduledActionForRule + [DeviceComplianceSettingStateId ]: The unique identifier of deviceComplianceSettingState + [DeviceComplianceUserStatusId ]: The unique identifier of deviceComplianceUserStatus + [DeviceConfigurationAssignmentId ]: The unique identifier of deviceConfigurationAssignment + [DeviceConfigurationConflictSummaryId ]: The unique identifier of deviceConfigurationConflictSummary + [DeviceConfigurationDeviceStatusId ]: The unique identifier of deviceConfigurationDeviceStatus + [DeviceConfigurationGroupAssignmentId ]: The unique identifier of deviceConfigurationGroupAssignment + [DeviceConfigurationId ]: The unique identifier of deviceConfiguration + [DeviceConfigurationStateId ]: The unique identifier of deviceConfigurationState + [DeviceConfigurationUserStatusId ]: The unique identifier of deviceConfigurationUserStatus + [DeviceHealthScriptAssignmentId ]: The unique identifier of deviceHealthScriptAssignment + [DeviceHealthScriptDeviceStateId ]: The unique identifier of deviceHealthScriptDeviceState + [DeviceHealthScriptId ]: The unique identifier of deviceHealthScript + [DeviceId ]: Property in multi-part unique identifier of deviceHealthScriptPolicyState + [DeviceLogCollectionResponseId ]: The unique identifier of deviceLogCollectionResponse + [DeviceManagementComplianceActionItemId ]: The unique identifier of deviceManagementComplianceActionItem + [DeviceManagementCompliancePolicyId ]: The unique identifier of deviceManagementCompliancePolicy + [DeviceManagementComplianceScheduledActionForRuleId ]: The unique identifier of deviceManagementComplianceScheduledActionForRule + [DeviceManagementConfigurationPolicyAssignmentId ]: The unique identifier of deviceManagementConfigurationPolicyAssignment + [DeviceManagementConfigurationPolicyId ]: The unique identifier of deviceManagementConfigurationPolicy + [DeviceManagementConfigurationPolicyTemplateId ]: The unique identifier of deviceManagementConfigurationPolicyTemplate + [DeviceManagementConfigurationSettingDefinitionId ]: The unique identifier of deviceManagementConfigurationSettingDefinition + [DeviceManagementConfigurationSettingId ]: The unique identifier of deviceManagementConfigurationSetting + [DeviceManagementConfigurationSettingTemplateId ]: The unique identifier of deviceManagementConfigurationSettingTemplate + [DeviceManagementDerivedCredentialSettingsId ]: The unique identifier of deviceManagementDerivedCredentialSettings + [DeviceManagementIntentAssignmentId ]: The unique identifier of deviceManagementIntentAssignment + [DeviceManagementIntentDeviceSettingStateSummaryId ]: The unique identifier of deviceManagementIntentDeviceSettingStateSummary + [DeviceManagementIntentDeviceStateId ]: The unique identifier of deviceManagementIntentDeviceState + [DeviceManagementIntentId ]: The unique identifier of deviceManagementIntent + [DeviceManagementIntentSettingCategoryId ]: The unique identifier of deviceManagementIntentSettingCategory + [DeviceManagementIntentUserStateId ]: The unique identifier of deviceManagementIntentUserState + [DeviceManagementResourceAccessProfileAssignmentId ]: The unique identifier of deviceManagementResourceAccessProfileAssignment + [DeviceManagementResourceAccessProfileBaseId ]: The unique identifier of deviceManagementResourceAccessProfileBase + [DeviceManagementScriptAssignmentId ]: The unique identifier of deviceManagementScriptAssignment + [DeviceManagementScriptDeviceStateId ]: The unique identifier of deviceManagementScriptDeviceState + [DeviceManagementScriptGroupAssignmentId ]: The unique identifier of deviceManagementScriptGroupAssignment + [DeviceManagementScriptId ]: The unique identifier of deviceManagementScript + [DeviceManagementScriptUserStateId ]: The unique identifier of deviceManagementScriptUserState + [DeviceManagementSettingCategoryId ]: The unique identifier of deviceManagementSettingCategory + [DeviceManagementSettingDefinitionId ]: The unique identifier of deviceManagementSettingDefinition + [DeviceManagementSettingInstanceId ]: The unique identifier of deviceManagementSettingInstance + [DeviceManagementTemplateId ]: The unique identifier of deviceManagementTemplate + [DeviceManagementTemplateId1 ]: The unique identifier of deviceManagementTemplate + [DeviceManagementTemplateSettingCategoryId ]: The unique identifier of deviceManagementTemplateSettingCategory + [DeviceManagementTroubleshootingEventId ]: The unique identifier of deviceManagementTroubleshootingEvent + [DeviceShellScriptId ]: The unique identifier of deviceShellScript + [EmbeddedSimActivationCodePoolAssignmentId ]: The unique identifier of embeddedSIMActivationCodePoolAssignment + [EmbeddedSimActivationCodePoolId ]: The unique identifier of embeddedSIMActivationCodePool + [EmbeddedSimDeviceStateId ]: The unique identifier of embeddedSIMDeviceState + [GroupPolicyConfigurationAssignmentId ]: The unique identifier of groupPolicyConfigurationAssignment + [GroupPolicyConfigurationId ]: The unique identifier of groupPolicyConfiguration + [GroupPolicyDefinitionValueId ]: The unique identifier of groupPolicyDefinitionValue + [GroupPolicyPresentationValueId ]: The unique identifier of groupPolicyPresentationValue + [Id ]: Property in multi-part unique identifier of deviceHealthScriptPolicyState + [LocalizedNotificationMessageId ]: The unique identifier of localizedNotificationMessage + [MacOSSoftwareUpdateAccountSummaryId ]: The unique identifier of macOSSoftwareUpdateAccountSummary + [MacOSSoftwareUpdateCategorySummaryId ]: The unique identifier of macOSSoftwareUpdateCategorySummary + [MacOSSoftwareUpdateStateSummaryId ]: The unique identifier of macOSSoftwareUpdateStateSummary + [MalwareStateForWindowsDeviceId ]: The unique identifier of malwareStateForWindowsDevice + [ManagedDeviceCleanupRuleId ]: The unique identifier of managedDeviceCleanupRule + [ManagedDeviceEncryptionStateId ]: The unique identifier of managedDeviceEncryptionState + [ManagedDeviceId ]: The unique identifier of managedDevice + [ManagedDeviceMobileAppConfigurationStateId ]: The unique identifier of managedDeviceMobileAppConfigurationState + [ManagedDeviceWindowsOperatingSystemImageId ]: The unique identifier of managedDeviceWindowsOperatingSystemImage + [MicrosoftTunnelConfigurationId ]: The unique identifier of microsoftTunnelConfiguration + [MicrosoftTunnelHealthThresholdId ]: The unique identifier of microsoftTunnelHealthThreshold + [MicrosoftTunnelServerId ]: The unique identifier of microsoftTunnelServer + [MicrosoftTunnelServerLogCollectionResponseId ]: The unique identifier of microsoftTunnelServerLogCollectionResponse + [MicrosoftTunnelSiteId ]: The unique identifier of microsoftTunnelSite + [MobileAppTroubleshootingEventId ]: The unique identifier of mobileAppTroubleshootingEvent + [NotificationMessageTemplateId ]: The unique identifier of notificationMessageTemplate + [Platform ]: Usage: platform='{platform}' + [PolicyId ]: Property in multi-part unique identifier of deviceHealthScriptPolicyState + [RemoteActionAuditId ]: The unique identifier of remoteActionAudit + [SecretReferenceValueId ]: Usage: secretReferenceValueId='{secretReferenceValueId}' + [SecurityBaselineSettingStateId ]: The unique identifier of securityBaselineSettingState + [SecurityBaselineStateId ]: The unique identifier of securityBaselineState + [SettingStateDeviceSummaryId ]: The unique identifier of settingStateDeviceSummary + [TemplateId ]: Usage: templateId='{templateId}' + [Upn ]: Usage: upn='{upn}' + [UserPrincipalName ]: Usage: userPrincipalName='{userPrincipalName}' + [WindowsDeviceMalwareStateId ]: The unique identifier of windowsDeviceMalwareState + [WindowsInformationProtectionAppLearningSummaryId ]: The unique identifier of windowsInformationProtectionAppLearningSummary + [WindowsInformationProtectionNetworkLearningSummaryId ]: The unique identifier of windowsInformationProtectionNetworkLearningSummary + [WindowsMalwareInformationId ]: The unique identifier of windowsMalwareInformation + [WindowsQualityUpdateProfileAssignmentId ]: The unique identifier of windowsQualityUpdateProfileAssignment + [WindowsQualityUpdateProfileId ]: The unique identifier of windowsQualityUpdateProfile + + +## RELATED LINKS + +- [Suspend-MgBetaDeviceManagementComanagedDeviceManagedHomeScreen](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/suspend-mgbetadevicemanagementcomanageddevicemanagedhomescreen) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Suspend-MgBetaDeviceManagementManagedDeviceConfigurationRefresh.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Suspend-MgBetaDeviceManagementManagedDeviceConfigurationRefresh.md index 928d799c53490..b8a0741ac29e8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Suspend-MgBetaDeviceManagementManagedDeviceConfigurationRefresh.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Suspend-MgBetaDeviceManagementManagedDeviceConfigurationRefresh.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/suspend-mgbetadevicemanagementmanageddeviceconfigurationrefresh Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Suspend-MgBetaDeviceManagementManagedDeviceConfigurationRefresh --- @@ -25,7 +25,6 @@ Suspend-MgBetaDeviceManagementManagedDeviceConfigurationRefresh -ManagedDeviceId [-PauseTimePeriodInMinutes ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Pause @@ -36,7 +35,6 @@ Suspend-MgBetaDeviceManagementManagedDeviceConfigurationRefresh -ManagedDeviceId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### PauseViaIdentityExpanded @@ -48,7 +46,6 @@ Suspend-MgBetaDeviceManagementManagedDeviceConfigurationRefresh [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### PauseViaIdentity @@ -60,7 +57,6 @@ Suspend-MgBetaDeviceManagementManagedDeviceConfigurationRefresh [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Suspend-MgBetaDeviceManagementManagedDeviceManagedHomeScreen.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Suspend-MgBetaDeviceManagementManagedDeviceManagedHomeScreen.md new file mode 100644 index 0000000000000..2b785e6a4d70e --- /dev/null +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Suspend-MgBetaDeviceManagementManagedDeviceManagedHomeScreen.md @@ -0,0 +1,636 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/suspend-mgbetadevicemanagementmanageddevicemanagedhomescreen +Locale: en-US +Module Name: Microsoft.Graph.Beta.DeviceManagement +ms.date: 07/10/2026 +PlatyPS schema version: 2024-05-01 +title: Suspend-MgBetaDeviceManagementManagedDeviceManagedHomeScreen +--- + +# Suspend-MgBetaDeviceManagementManagedDeviceManagedHomeScreen + +## SYNOPSIS + +Temporarily suspend Managed Home Screen + +## SYNTAX + +### SuspendExpanded (Default) + +``` +Suspend-MgBetaDeviceManagementManagedDeviceManagedHomeScreen -ManagedDeviceId + [-ResponseHeadersVariable ] [-AdditionalProperties ] [-TimeoutMinutes ] + [-Break] [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +### Suspend + +``` +Suspend-MgBetaDeviceManagementManagedDeviceManagedHomeScreen -ManagedDeviceId + -Body + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +### SuspendViaIdentityExpanded + +``` +Suspend-MgBetaDeviceManagementManagedDeviceManagedHomeScreen + -InputObject [-ResponseHeadersVariable ] + [-AdditionalProperties ] [-TimeoutMinutes ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +### SuspendViaIdentity + +``` +Suspend-MgBetaDeviceManagementManagedDeviceManagedHomeScreen + -InputObject + -BodyParameter + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Temporarily suspend Managed Home Screen + +## PARAMETERS + +### -AdditionalProperties + +Additional Parameters + +```yaml +Type: System.Collections.Hashtable +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: SuspendViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: SuspendExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Body + + +To construct, see NOTES section for BODY properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IPathsF5PqkmDevicemanagementManageddevicesManageddeviceIdMicrosoftGraphSuspendmanagedhomescreenPostRequestbodyContentApplicationJsonSchema +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Suspend + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -BodyParameter + + +To construct, see NOTES section for BODYPARAMETER properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IPathsF5PqkmDevicemanagementManageddevicesManageddeviceIdMicrosoftGraphSuspendmanagedhomescreenPostRequestbodyContentApplicationJsonSchema +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: SuspendViaIdentity + 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: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IDeviceManagementIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: SuspendViaIdentityExpanded + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: SuspendViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ManagedDeviceId + +The unique identifier of managedDevice + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: SuspendExpanded + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Suspend + 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: '' +``` + +### -TimeoutMinutes + + + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: SuspendViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: SuspendExpanded + 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.IDeviceManagementIdentity + +{{ Fill in the Description }} + +### Microsoft.Graph.Beta.PowerShell.Models.IPathsF5PqkmDevicemanagementManageddevicesManageddeviceIdMicrosoftGraphSuspendmanagedhomescreenPostRequestbodyContentApplicationJsonSchema + +{{ 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. + +BODY ``: . + [(Any) ]: This indicates any property can be added to this object. + [TimeoutMinutes ]: + +BODYPARAMETER ``: . + [(Any) ]: This indicates any property can be added to this object. + [TimeoutMinutes ]: + +INPUTOBJECT ``: Identity Parameter + [AdvancedThreatProtectionOnboardingDeviceSettingStateId ]: The unique identifier of advancedThreatProtectionOnboardingDeviceSettingState + [AlertRecordId ]: The unique identifier of alertRecord + [AlertRuleId ]: The unique identifier of alertRule + [AndroidForWorkAppConfigurationSchemaId ]: The unique identifier of androidForWorkAppConfigurationSchema + [AndroidManagedStoreAppConfigurationSchemaId ]: The unique identifier of androidManagedStoreAppConfigurationSchema + [AppLogCollectionRequestId ]: The unique identifier of appLogCollectionRequest + [AssignmentFilterEvaluationStatusDetailsId ]: The unique identifier of assignmentFilterEvaluationStatusDetails + [BrowserSharedCookieId ]: The unique identifier of browserSharedCookie + [BrowserSiteId ]: The unique identifier of browserSite + [BrowserSiteListId ]: The unique identifier of browserSiteList + [DataSharingConsentId ]: The unique identifier of dataSharingConsent + [DetectedAppId ]: The unique identifier of detectedApp + [DeviceAndAppManagementAssignmentFilterId ]: The unique identifier of deviceAndAppManagementAssignmentFilter + [DeviceCategoryId ]: The unique identifier of deviceCategory + [DeviceComplianceActionItemId ]: The unique identifier of deviceComplianceActionItem + [DeviceComplianceDeviceStatusId ]: The unique identifier of deviceComplianceDeviceStatus + [DeviceCompliancePolicyAssignmentId ]: The unique identifier of deviceCompliancePolicyAssignment + [DeviceCompliancePolicyId ]: The unique identifier of deviceCompliancePolicy + [DeviceCompliancePolicySettingStateSummaryId ]: The unique identifier of deviceCompliancePolicySettingStateSummary + [DeviceCompliancePolicyStateId ]: The unique identifier of deviceCompliancePolicyState + [DeviceComplianceScheduledActionForRuleId ]: The unique identifier of deviceComplianceScheduledActionForRule + [DeviceComplianceSettingStateId ]: The unique identifier of deviceComplianceSettingState + [DeviceComplianceUserStatusId ]: The unique identifier of deviceComplianceUserStatus + [DeviceConfigurationAssignmentId ]: The unique identifier of deviceConfigurationAssignment + [DeviceConfigurationConflictSummaryId ]: The unique identifier of deviceConfigurationConflictSummary + [DeviceConfigurationDeviceStatusId ]: The unique identifier of deviceConfigurationDeviceStatus + [DeviceConfigurationGroupAssignmentId ]: The unique identifier of deviceConfigurationGroupAssignment + [DeviceConfigurationId ]: The unique identifier of deviceConfiguration + [DeviceConfigurationStateId ]: The unique identifier of deviceConfigurationState + [DeviceConfigurationUserStatusId ]: The unique identifier of deviceConfigurationUserStatus + [DeviceHealthScriptAssignmentId ]: The unique identifier of deviceHealthScriptAssignment + [DeviceHealthScriptDeviceStateId ]: The unique identifier of deviceHealthScriptDeviceState + [DeviceHealthScriptId ]: The unique identifier of deviceHealthScript + [DeviceId ]: Property in multi-part unique identifier of deviceHealthScriptPolicyState + [DeviceLogCollectionResponseId ]: The unique identifier of deviceLogCollectionResponse + [DeviceManagementComplianceActionItemId ]: The unique identifier of deviceManagementComplianceActionItem + [DeviceManagementCompliancePolicyId ]: The unique identifier of deviceManagementCompliancePolicy + [DeviceManagementComplianceScheduledActionForRuleId ]: The unique identifier of deviceManagementComplianceScheduledActionForRule + [DeviceManagementConfigurationPolicyAssignmentId ]: The unique identifier of deviceManagementConfigurationPolicyAssignment + [DeviceManagementConfigurationPolicyId ]: The unique identifier of deviceManagementConfigurationPolicy + [DeviceManagementConfigurationPolicyTemplateId ]: The unique identifier of deviceManagementConfigurationPolicyTemplate + [DeviceManagementConfigurationSettingDefinitionId ]: The unique identifier of deviceManagementConfigurationSettingDefinition + [DeviceManagementConfigurationSettingId ]: The unique identifier of deviceManagementConfigurationSetting + [DeviceManagementConfigurationSettingTemplateId ]: The unique identifier of deviceManagementConfigurationSettingTemplate + [DeviceManagementDerivedCredentialSettingsId ]: The unique identifier of deviceManagementDerivedCredentialSettings + [DeviceManagementIntentAssignmentId ]: The unique identifier of deviceManagementIntentAssignment + [DeviceManagementIntentDeviceSettingStateSummaryId ]: The unique identifier of deviceManagementIntentDeviceSettingStateSummary + [DeviceManagementIntentDeviceStateId ]: The unique identifier of deviceManagementIntentDeviceState + [DeviceManagementIntentId ]: The unique identifier of deviceManagementIntent + [DeviceManagementIntentSettingCategoryId ]: The unique identifier of deviceManagementIntentSettingCategory + [DeviceManagementIntentUserStateId ]: The unique identifier of deviceManagementIntentUserState + [DeviceManagementResourceAccessProfileAssignmentId ]: The unique identifier of deviceManagementResourceAccessProfileAssignment + [DeviceManagementResourceAccessProfileBaseId ]: The unique identifier of deviceManagementResourceAccessProfileBase + [DeviceManagementScriptAssignmentId ]: The unique identifier of deviceManagementScriptAssignment + [DeviceManagementScriptDeviceStateId ]: The unique identifier of deviceManagementScriptDeviceState + [DeviceManagementScriptGroupAssignmentId ]: The unique identifier of deviceManagementScriptGroupAssignment + [DeviceManagementScriptId ]: The unique identifier of deviceManagementScript + [DeviceManagementScriptUserStateId ]: The unique identifier of deviceManagementScriptUserState + [DeviceManagementSettingCategoryId ]: The unique identifier of deviceManagementSettingCategory + [DeviceManagementSettingDefinitionId ]: The unique identifier of deviceManagementSettingDefinition + [DeviceManagementSettingInstanceId ]: The unique identifier of deviceManagementSettingInstance + [DeviceManagementTemplateId ]: The unique identifier of deviceManagementTemplate + [DeviceManagementTemplateId1 ]: The unique identifier of deviceManagementTemplate + [DeviceManagementTemplateSettingCategoryId ]: The unique identifier of deviceManagementTemplateSettingCategory + [DeviceManagementTroubleshootingEventId ]: The unique identifier of deviceManagementTroubleshootingEvent + [DeviceShellScriptId ]: The unique identifier of deviceShellScript + [EmbeddedSimActivationCodePoolAssignmentId ]: The unique identifier of embeddedSIMActivationCodePoolAssignment + [EmbeddedSimActivationCodePoolId ]: The unique identifier of embeddedSIMActivationCodePool + [EmbeddedSimDeviceStateId ]: The unique identifier of embeddedSIMDeviceState + [GroupPolicyConfigurationAssignmentId ]: The unique identifier of groupPolicyConfigurationAssignment + [GroupPolicyConfigurationId ]: The unique identifier of groupPolicyConfiguration + [GroupPolicyDefinitionValueId ]: The unique identifier of groupPolicyDefinitionValue + [GroupPolicyPresentationValueId ]: The unique identifier of groupPolicyPresentationValue + [Id ]: Property in multi-part unique identifier of deviceHealthScriptPolicyState + [LocalizedNotificationMessageId ]: The unique identifier of localizedNotificationMessage + [MacOSSoftwareUpdateAccountSummaryId ]: The unique identifier of macOSSoftwareUpdateAccountSummary + [MacOSSoftwareUpdateCategorySummaryId ]: The unique identifier of macOSSoftwareUpdateCategorySummary + [MacOSSoftwareUpdateStateSummaryId ]: The unique identifier of macOSSoftwareUpdateStateSummary + [MalwareStateForWindowsDeviceId ]: The unique identifier of malwareStateForWindowsDevice + [ManagedDeviceCleanupRuleId ]: The unique identifier of managedDeviceCleanupRule + [ManagedDeviceEncryptionStateId ]: The unique identifier of managedDeviceEncryptionState + [ManagedDeviceId ]: The unique identifier of managedDevice + [ManagedDeviceMobileAppConfigurationStateId ]: The unique identifier of managedDeviceMobileAppConfigurationState + [ManagedDeviceWindowsOperatingSystemImageId ]: The unique identifier of managedDeviceWindowsOperatingSystemImage + [MicrosoftTunnelConfigurationId ]: The unique identifier of microsoftTunnelConfiguration + [MicrosoftTunnelHealthThresholdId ]: The unique identifier of microsoftTunnelHealthThreshold + [MicrosoftTunnelServerId ]: The unique identifier of microsoftTunnelServer + [MicrosoftTunnelServerLogCollectionResponseId ]: The unique identifier of microsoftTunnelServerLogCollectionResponse + [MicrosoftTunnelSiteId ]: The unique identifier of microsoftTunnelSite + [MobileAppTroubleshootingEventId ]: The unique identifier of mobileAppTroubleshootingEvent + [NotificationMessageTemplateId ]: The unique identifier of notificationMessageTemplate + [Platform ]: Usage: platform='{platform}' + [PolicyId ]: Property in multi-part unique identifier of deviceHealthScriptPolicyState + [RemoteActionAuditId ]: The unique identifier of remoteActionAudit + [SecretReferenceValueId ]: Usage: secretReferenceValueId='{secretReferenceValueId}' + [SecurityBaselineSettingStateId ]: The unique identifier of securityBaselineSettingState + [SecurityBaselineStateId ]: The unique identifier of securityBaselineState + [SettingStateDeviceSummaryId ]: The unique identifier of settingStateDeviceSummary + [TemplateId ]: Usage: templateId='{templateId}' + [Upn ]: Usage: upn='{upn}' + [UserPrincipalName ]: Usage: userPrincipalName='{userPrincipalName}' + [WindowsDeviceMalwareStateId ]: The unique identifier of windowsDeviceMalwareState + [WindowsInformationProtectionAppLearningSummaryId ]: The unique identifier of windowsInformationProtectionAppLearningSummary + [WindowsInformationProtectionNetworkLearningSummaryId ]: The unique identifier of windowsInformationProtectionNetworkLearningSummary + [WindowsMalwareInformationId ]: The unique identifier of windowsMalwareInformation + [WindowsQualityUpdateProfileAssignmentId ]: The unique identifier of windowsQualityUpdateProfileAssignment + [WindowsQualityUpdateProfileId ]: The unique identifier of windowsQualityUpdateProfile + + +## RELATED LINKS + +- [Suspend-MgBetaDeviceManagementManagedDeviceManagedHomeScreen](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/suspend-mgbetadevicemanagementmanageddevicemanagedhomescreen) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Sync-MgBetaDeviceManagementAndroidForWorkSettingApp.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Sync-MgBetaDeviceManagementAndroidForWorkSettingApp.md index 0efaea088a27f..4771c9af0609e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Sync-MgBetaDeviceManagementAndroidForWorkSettingApp.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Sync-MgBetaDeviceManagementAndroidForWorkSettingApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/sync-mgbetadevicemanagementandroidforworksettingapp Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Sync-MgBetaDeviceManagementAndroidForWorkSettingApp --- @@ -24,7 +24,6 @@ Sync-MgBetaDeviceManagementAndroidForWorkSettingApp [-ResponseHeadersVariable ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Sync-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingApp.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Sync-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingApp.md index 5f00ebfcf2ef9..e86de4d1ad0d4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Sync-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingApp.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Sync-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/sync-mgbetadevicemanagementandroidmanagedstoreaccountenterprisesettingapp Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Sync-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingApp --- @@ -24,7 +24,6 @@ Sync-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingApp [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Sync-MgBetaDeviceManagementComanagedDevice.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Sync-MgBetaDeviceManagementComanagedDevice.md index 817564bc19f99..5b77b63f4d810 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Sync-MgBetaDeviceManagementComanagedDevice.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Sync-MgBetaDeviceManagementComanagedDevice.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/sync-mgbetadevicemanagementcomanageddevice Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Sync-MgBetaDeviceManagementComanagedDevice --- @@ -24,7 +24,6 @@ Sync-MgBetaDeviceManagementComanagedDevice -ManagedDeviceId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SyncViaIdentity @@ -34,7 +33,6 @@ Sync-MgBetaDeviceManagementComanagedDevice -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Sync-MgBetaDeviceManagementManagedDevice.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Sync-MgBetaDeviceManagementManagedDevice.md index ecdc5845b48a4..ab55e03e34c41 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Sync-MgBetaDeviceManagementManagedDevice.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Sync-MgBetaDeviceManagementManagedDevice.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/sync-mgbetadevicemanagementmanageddevice Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Sync-MgBetaDeviceManagementManagedDevice --- @@ -27,7 +27,6 @@ Sync-MgBetaDeviceManagementManagedDevice -ManagedDeviceId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SyncViaIdentity @@ -37,7 +36,6 @@ Sync-MgBetaDeviceManagementManagedDevice -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Test-MgBetaDeviceManagementAssignmentFilter.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Test-MgBetaDeviceManagementAssignmentFilter.md index b5f38b634ce2a..51bc2894f15c9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Test-MgBetaDeviceManagementAssignmentFilter.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Test-MgBetaDeviceManagementAssignmentFilter.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/test-mgbetadevicemanagementassignmentfilter Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Test-MgBetaDeviceManagementAssignmentFilter --- @@ -25,7 +25,7 @@ Test-MgBetaDeviceManagementAssignmentFilter [-ResponseHeadersVariable ] [-DeviceAndAppManagementAssignmentFilter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Validate @@ -36,7 +36,6 @@ Test-MgBetaDeviceManagementAssignmentFilter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Test-MgBetaDeviceManagementDeviceCompliancePolicyComplianceScript.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Test-MgBetaDeviceManagementDeviceCompliancePolicyComplianceScript.md index d91e32c65c649..ae23556b14810 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Test-MgBetaDeviceManagementDeviceCompliancePolicyComplianceScript.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Test-MgBetaDeviceManagementDeviceCompliancePolicyComplianceScript.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/test-mgbetadevicemanagementdevicecompliancepolicycompliancescript Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Test-MgBetaDeviceManagementDeviceCompliancePolicyComplianceScript --- @@ -25,7 +25,7 @@ Test-MgBetaDeviceManagementDeviceCompliancePolicyComplianceScript [-DeviceCompliancePolicyScript ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Validate @@ -36,7 +36,6 @@ Test-MgBetaDeviceManagementDeviceCompliancePolicyComplianceScript [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaAdminEdge.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaAdminEdge.md index 21a77b8ece1cb..4f5d05a8e1bbe 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaAdminEdge.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaAdminEdge.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/update-mgbetaadminedge Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaAdminEdge --- @@ -27,7 +27,7 @@ Update-MgBetaAdminEdge [-ResponseHeadersVariable ] [-AdditionalPropertie [-Id ] [-InternetExplorerMode ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -36,7 +36,7 @@ Update-MgBetaAdminEdge [-ResponseHeadersVariable ] [-AdditionalPropertie Update-MgBetaAdminEdge -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.DeviceManagement/Update-MgBetaAdminEdgeInternetExplorerMode.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaAdminEdgeInternetExplorerMode.md index 0382d8f6164bd..f15042821deb6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaAdminEdgeInternetExplorerMode.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaAdminEdgeInternetExplorerMode.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/update-mgbetaadminedgeinternetexplorermode Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaAdminEdgeInternetExplorerMode --- @@ -27,7 +27,7 @@ Update-MgBetaAdminEdgeInternetExplorerMode [-ResponseHeadersVariable ] [-AdditionalProperties ] [-Id ] [-SiteLists ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -37,7 +37,6 @@ Update-MgBetaAdminEdgeInternetExplorerMode -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaAdminEdgeInternetExplorerModeSiteList.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaAdminEdgeInternetExplorerModeSiteList.md index d173ae7ba4964..8437bf146fe12 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaAdminEdgeInternetExplorerModeSiteList.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaAdminEdgeInternetExplorerModeSiteList.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/update-mgbetaadminedgeinternetexplorermodesitelist Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaAdminEdgeInternetExplorerModeSiteList --- @@ -32,7 +32,6 @@ Update-MgBetaAdminEdgeInternetExplorerModeSiteList -BrowserSiteListId [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -42,7 +41,7 @@ Update-MgBetaAdminEdgeInternetExplorerModeSiteList -BrowserSiteListId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -57,7 +56,6 @@ Update-MgBetaAdminEdgeInternetExplorerModeSiteList -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -67,7 +65,7 @@ Update-MgBetaAdminEdgeInternetExplorerModeSiteList -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaAdminEdgeInternetExplorerModeSiteListSharedCookie.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaAdminEdgeInternetExplorerModeSiteListSharedCookie.md index a0af50f9805c6..806903e014bd7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaAdminEdgeInternetExplorerModeSiteListSharedCookie.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaAdminEdgeInternetExplorerModeSiteListSharedCookie.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/update-mgbetaadminedgeinternetexplorermodesitelistsharedcookie Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaAdminEdgeInternetExplorerModeSiteListSharedCookie --- @@ -32,7 +32,7 @@ Update-MgBetaAdminEdgeInternetExplorerModeSiteListSharedCookie -BrowserSharedCoo [-SourceEnvironment ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -43,7 +43,6 @@ Update-MgBetaAdminEdgeInternetExplorerModeSiteListSharedCookie -BrowserSharedCoo [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -59,7 +58,6 @@ Update-MgBetaAdminEdgeInternetExplorerModeSiteListSharedCookie [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -70,7 +68,6 @@ Update-MgBetaAdminEdgeInternetExplorerModeSiteListSharedCookie [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaAdminEdgeInternetExplorerModeSiteListSite.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaAdminEdgeInternetExplorerModeSiteListSite.md index 050da113186f6..9d66523c7f041 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaAdminEdgeInternetExplorerModeSiteListSite.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaAdminEdgeInternetExplorerModeSiteListSite.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/update-mgbetaadminedgeinternetexplorermodesitelistsite Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaAdminEdgeInternetExplorerModeSiteListSite --- @@ -33,7 +33,7 @@ Update-MgBetaAdminEdgeInternetExplorerModeSiteListSite -BrowserSiteId [-TargetEnvironment ] [-WebUrl ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -44,7 +44,6 @@ Update-MgBetaAdminEdgeInternetExplorerModeSiteListSite -BrowserSiteId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -60,7 +59,7 @@ Update-MgBetaAdminEdgeInternetExplorerModeSiteListSite -InputObject ] [-WebUrl ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -70,7 +69,7 @@ Update-MgBetaAdminEdgeInternetExplorerModeSiteListSite -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagement.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagement.md new file mode 100644 index 0000000000000..e69de29bb2d1d diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummary.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummary.md index b73462ac53bf7..4e30a9faa1daf 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummary.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummary.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/update-mgbetadevicemanagementadvancedthreatprotectiononboardingstatesummary Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummary --- @@ -28,7 +28,6 @@ Update-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummary [-RemediatedDeviceCount ] [-UnknownDeviceCount ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -39,7 +38,6 @@ Update-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummary [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummaryAdvancedThreatProtectionOnboardingDeviceSettingState.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummaryAdvancedThreatProtectionOnboardingDeviceSettingState.md index a06b7f5bee24c..dee699d8e487d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummaryAdvancedThreatProtectionOnboardingDeviceSettingState.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummaryAdvancedThreatProtectionOnboardingDeviceSettingState.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/update-mgbetadevicemanagementadvancedthreatprotectiononboardingstatesummaryadvancedthreatprotectiononboardingdevicesettingstate Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummaryAdvancedThreatProtectionOnboardingDeviceSettingState --- @@ -29,7 +29,6 @@ Update-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummaryAdvan [-UserName ] [-UserPrincipalName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -41,7 +40,6 @@ Update-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummaryAdvan [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -55,7 +53,7 @@ Update-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummaryAdvan [-UserEmail ] [-UserId ] [-UserName ] [-UserPrincipalName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -67,7 +65,6 @@ Update-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummaryAdvan [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementAndroidForWorkAppConfigurationSchema.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementAndroidForWorkAppConfigurationSchema.md index 53de2c8c8b53c..24573ebdcb0e8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementAndroidForWorkAppConfigurationSchema.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementAndroidForWorkAppConfigurationSchema.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/update-mgbetadevicemanagementandroidforworkappconfigurationschema Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementAndroidForWorkAppConfigurationSchema --- @@ -26,7 +26,7 @@ Update-MgBetaDeviceManagementAndroidForWorkAppConfigurationSchema [-SchemaItems ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -38,7 +38,6 @@ Update-MgBetaDeviceManagementAndroidForWorkAppConfigurationSchema [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -50,7 +49,7 @@ Update-MgBetaDeviceManagementAndroidForWorkAppConfigurationSchema [-SchemaItems ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -62,7 +61,6 @@ Update-MgBetaDeviceManagementAndroidForWorkAppConfigurationSchema [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementAndroidForWorkSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementAndroidForWorkSetting.md index 43774188caaed..9aeff7a17e2a7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementAndroidForWorkSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementAndroidForWorkSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/update-mgbetadevicemanagementandroidforworksetting Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementAndroidForWorkSetting --- @@ -27,7 +27,6 @@ Update-MgBetaDeviceManagementAndroidForWorkSetting [-ResponseHeadersVariable ] [-TargetGroupIds ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -37,7 +36,7 @@ Update-MgBetaDeviceManagementAndroidForWorkSetting -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.DeviceManagement/Update-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSetting.md index 27969667eaf4f..34a26ab7559d6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/update-mgbetadevicemanagementandroidmanagedstoreaccountenterprisesetting Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSetting --- @@ -31,7 +31,6 @@ Update-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSetting [-OwnerUserPrincipalName ] [-TargetGroupIds ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -42,7 +41,6 @@ Update-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSetting [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementAndroidManagedStoreAppConfigurationSchema.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementAndroidManagedStoreAppConfigurationSchema.md index 9a44175334275..0b25435842d2e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementAndroidManagedStoreAppConfigurationSchema.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementAndroidManagedStoreAppConfigurationSchema.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/update-mgbetadevicemanagementandroidmanagedstoreappconfigurationschema Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementAndroidManagedStoreAppConfigurationSchema --- @@ -27,7 +27,7 @@ Update-MgBetaDeviceManagementAndroidManagedStoreAppConfigurationSchema [-SchemaItems ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -39,7 +39,6 @@ Update-MgBetaDeviceManagementAndroidManagedStoreAppConfigurationSchema [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -52,7 +51,7 @@ Update-MgBetaDeviceManagementAndroidManagedStoreAppConfigurationSchema [-SchemaItems ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -64,7 +63,6 @@ Update-MgBetaDeviceManagementAndroidManagedStoreAppConfigurationSchema [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementAssignmentFilter.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementAssignmentFilter.md index 02f0af4f10be6..1b24e40e03052 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementAssignmentFilter.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementAssignmentFilter.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/update-mgbetadevicemanagementassignmentfilter Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementAssignmentFilter --- @@ -28,7 +28,6 @@ Update-MgBetaDeviceManagementAssignmentFilter -DeviceAndAppManagementAssignmentF [-RoleScopeTags ] [-Rule ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -39,7 +38,6 @@ Update-MgBetaDeviceManagementAssignmentFilter -DeviceAndAppManagementAssignmentF [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -53,7 +51,6 @@ Update-MgBetaDeviceManagementAssignmentFilter -InputObject ] [-Rule ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -64,7 +61,6 @@ Update-MgBetaDeviceManagementAssignmentFilter -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementCategory.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementCategory.md index 81a577c54e7a1..1ae4cc2164c15 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementCategory.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementCategory.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/update-mgbetadevicemanagementcategory Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementCategory --- @@ -26,7 +26,7 @@ Update-MgBetaDeviceManagementCategory -DeviceManagementSettingCategoryId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -36,7 +36,7 @@ Update-MgBetaDeviceManagementCategory -DeviceManagementSettingCategoryId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -48,7 +48,7 @@ Update-MgBetaDeviceManagementCategory -InputObject [-SettingDefinitions ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -58,7 +58,7 @@ Update-MgBetaDeviceManagementCategory -InputObject -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.DeviceManagement/Update-MgBetaDeviceManagementCategorySettingDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementCategorySettingDefinition.md index aee3f172402fe..72c8c434fdf8e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementCategorySettingDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementCategorySettingDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/update-mgbetadevicemanagementcategorysettingdefinition Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementCategorySettingDefinition --- @@ -29,7 +29,7 @@ Update-MgBetaDeviceManagementCategorySettingDefinition -DeviceManagementSettingC [-PlaceholderText ] [-ValueType ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -41,7 +41,6 @@ Update-MgBetaDeviceManagementCategorySettingDefinition -DeviceManagementSettingC [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -56,7 +55,7 @@ Update-MgBetaDeviceManagementCategorySettingDefinition -InputObject ] [-ValueType ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -67,7 +66,6 @@ Update-MgBetaDeviceManagementCategorySettingDefinition -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementComanagedDeviceAssignmentFilterEvaluationStatusDetail.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementComanagedDeviceAssignmentFilterEvaluationStatusDetail.md index 63b6c618dfb42..35c762202ae86 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementComanagedDeviceAssignmentFilterEvaluationStatusDetail.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementComanagedDeviceAssignmentFilterEvaluationStatusDetail.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/update-mgbetadevicemanagementcomanageddeviceassignmentfilterevaluationstatusdetail Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementComanagedDeviceAssignmentFilterEvaluationStatusDetail --- @@ -25,7 +25,7 @@ Update-MgBetaDeviceManagementComanagedDeviceAssignmentFilterEvaluationStatusDeta [-ResponseHeadersVariable ] [-AdditionalProperties ] [-Id ] [-PayloadId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -37,7 +37,6 @@ Update-MgBetaDeviceManagementComanagedDeviceAssignmentFilterEvaluationStatusDeta [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -48,7 +47,7 @@ Update-MgBetaDeviceManagementComanagedDeviceAssignmentFilterEvaluationStatusDeta [-AdditionalProperties ] [-Id ] [-PayloadId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -60,7 +59,6 @@ Update-MgBetaDeviceManagementComanagedDeviceAssignmentFilterEvaluationStatusDeta [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementComanagedDeviceCategory.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementComanagedDeviceCategory.md index 2ed361f789de4..59e59d77358a9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementComanagedDeviceCategory.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementComanagedDeviceCategory.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/update-mgbetadevicemanagementcomanageddevicecategory Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementComanagedDeviceCategory --- @@ -25,7 +25,7 @@ Update-MgBetaDeviceManagementComanagedDeviceCategory -ManagedDeviceId [-DisplayName ] [-Id ] [-RoleScopeTagIds ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -35,7 +35,7 @@ Update-MgBetaDeviceManagementComanagedDeviceCategory -ManagedDeviceId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -46,7 +46,7 @@ Update-MgBetaDeviceManagementComanagedDeviceCategory -InputObject ] [-Id ] [-RoleScopeTagIds ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -56,7 +56,7 @@ Update-MgBetaDeviceManagementComanagedDeviceCategory -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementComanagedDeviceCompliancePolicyState.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementComanagedDeviceCompliancePolicyState.md index 6b4e2f26aa2dd..efcdaca4c055f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementComanagedDeviceCompliancePolicyState.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementComanagedDeviceCompliancePolicyState.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/update-mgbetadevicemanagementcomanageddevicecompliancepolicystate Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementComanagedDeviceCompliancePolicyState --- @@ -28,7 +28,6 @@ Update-MgBetaDeviceManagementComanagedDeviceCompliancePolicyState [-UserId ] [-UserPrincipalName ] [-Version ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -39,7 +38,7 @@ Update-MgBetaDeviceManagementComanagedDeviceCompliancePolicyState -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -53,7 +52,6 @@ Update-MgBetaDeviceManagementComanagedDeviceCompliancePolicyState [-UserId ] [-UserPrincipalName ] [-Version ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -64,7 +62,7 @@ Update-MgBetaDeviceManagementComanagedDeviceCompliancePolicyState -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.DeviceManagement/Update-MgBetaDeviceManagementComanagedDeviceConfigurationState.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementComanagedDeviceConfigurationState.md index f176999f4266c..e3f8a3e38ceb6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementComanagedDeviceConfigurationState.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementComanagedDeviceConfigurationState.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/update-mgbetadevicemanagementcomanageddeviceconfigurationstate Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementComanagedDeviceConfigurationState --- @@ -27,7 +27,6 @@ Update-MgBetaDeviceManagementComanagedDeviceConfigurationState -DeviceConfigurat [-UserId ] [-UserPrincipalName ] [-Version ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -38,7 +37,6 @@ Update-MgBetaDeviceManagementComanagedDeviceConfigurationState -DeviceConfigurat [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -52,7 +50,6 @@ Update-MgBetaDeviceManagementComanagedDeviceConfigurationState [-UserId ] [-UserPrincipalName ] [-Version ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -63,7 +60,6 @@ Update-MgBetaDeviceManagementComanagedDeviceConfigurationState [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementComanagedDeviceHealthScriptState.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementComanagedDeviceHealthScriptState.md index e6aa40c874803..bda6785c9d709 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementComanagedDeviceHealthScriptState.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementComanagedDeviceHealthScriptState.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/update-mgbetadevicemanagementcomanageddevicehealthscriptstate Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementComanagedDeviceHealthScriptState --- @@ -31,7 +31,7 @@ Update-MgBetaDeviceManagementComanagedDeviceHealthScriptState -DeviceId [-RemediationScriptError ] [-RemediationState ] [-UserName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -48,7 +48,7 @@ Update-MgBetaDeviceManagementComanagedDeviceHealthScriptState [-RemediationScriptError ] [-RemediationState ] [-UserName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -59,7 +59,7 @@ Update-MgBetaDeviceManagementComanagedDeviceHealthScriptState -DeviceId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -70,7 +70,7 @@ Update-MgBetaDeviceManagementComanagedDeviceHealthScriptState -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.DeviceManagement/Update-MgBetaDeviceManagementComanagedDeviceLogCollectionRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementComanagedDeviceLogCollectionRequest.md index a4a8a83a344f9..f2afb38671a69 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementComanagedDeviceLogCollectionRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementComanagedDeviceLogCollectionRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/update-mgbetadevicemanagementcomanageddevicelogcollectionrequest Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementComanagedDeviceLogCollectionRequest --- @@ -29,7 +29,6 @@ Update-MgBetaDeviceManagementComanagedDeviceLogCollectionRequest [-SizeInKb ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -40,7 +39,7 @@ Update-MgBetaDeviceManagementComanagedDeviceLogCollectionRequest -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -55,7 +54,6 @@ Update-MgBetaDeviceManagementComanagedDeviceLogCollectionRequest [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -66,7 +64,7 @@ Update-MgBetaDeviceManagementComanagedDeviceLogCollectionRequest -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.DeviceManagement/Update-MgBetaDeviceManagementComanagedDeviceManagedDeviceMobileAppConfigurationState.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementComanagedDeviceManagedDeviceMobileAppConfigurationState.md index 7ba2e9333e7ff..5aa61f2a2b2c6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementComanagedDeviceManagedDeviceMobileAppConfigurationState.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementComanagedDeviceManagedDeviceMobileAppConfigurationState.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/update-mgbetadevicemanagementcomanageddevicemanageddevicemobileappconfigurationstate Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementComanagedDeviceManagedDeviceMobileAppConfigurationState --- @@ -28,7 +28,7 @@ Update-MgBetaDeviceManagementComanagedDeviceManagedDeviceMobileAppConfigurationS [-State ] [-UserId ] [-UserPrincipalName ] [-Version ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -40,7 +40,6 @@ Update-MgBetaDeviceManagementComanagedDeviceManagedDeviceMobileAppConfigurationS [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -54,7 +53,7 @@ Update-MgBetaDeviceManagementComanagedDeviceManagedDeviceMobileAppConfigurationS [-State ] [-UserId ] [-UserPrincipalName ] [-Version ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -66,7 +65,6 @@ Update-MgBetaDeviceManagementComanagedDeviceManagedDeviceMobileAppConfigurationS [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementComanagedDeviceSecurityBaselineState.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementComanagedDeviceSecurityBaselineState.md index 2e390167c6ae3..96c867b752ca3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementComanagedDeviceSecurityBaselineState.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementComanagedDeviceSecurityBaselineState.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/update-mgbetadevicemanagementcomanageddevicesecuritybaselinestate Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementComanagedDeviceSecurityBaselineState --- @@ -28,7 +28,7 @@ Update-MgBetaDeviceManagementComanagedDeviceSecurityBaselineState -ManagedDevice [-State ] [-UserPrincipalName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -39,7 +39,6 @@ Update-MgBetaDeviceManagementComanagedDeviceSecurityBaselineState -ManagedDevice [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -53,7 +52,7 @@ Update-MgBetaDeviceManagementComanagedDeviceSecurityBaselineState [-State ] [-UserPrincipalName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -64,7 +63,6 @@ Update-MgBetaDeviceManagementComanagedDeviceSecurityBaselineState [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementComanagedDeviceSecurityBaselineStateSettingState.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementComanagedDeviceSecurityBaselineStateSettingState.md index 38e22f72f54e4..e65a1fa044eb9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementComanagedDeviceSecurityBaselineStateSettingState.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementComanagedDeviceSecurityBaselineStateSettingState.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/update-mgbetadevicemanagementcomanageddevicesecuritybaselinestatesettingstate Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementComanagedDeviceSecurityBaselineStateSettingState --- @@ -30,7 +30,6 @@ Update-MgBetaDeviceManagementComanagedDeviceSecurityBaselineStateSettingState [-State ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -42,7 +41,6 @@ Update-MgBetaDeviceManagementComanagedDeviceSecurityBaselineStateSettingState [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -57,7 +55,6 @@ Update-MgBetaDeviceManagementComanagedDeviceSecurityBaselineStateSettingState [-State ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -68,7 +65,7 @@ Update-MgBetaDeviceManagementComanagedDeviceSecurityBaselineStateSettingState -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.DeviceManagement/Update-MgBetaDeviceManagementComanagedDeviceWindowsDeviceAccount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementComanagedDeviceWindowsDeviceAccount.md index a52594e23e902..0e3e5fb9ba912 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementComanagedDeviceWindowsDeviceAccount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementComanagedDeviceWindowsDeviceAccount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/update-mgbetadevicemanagementcomanageddevicewindowsdeviceaccount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementComanagedDeviceWindowsDeviceAccount --- @@ -26,7 +26,6 @@ Update-MgBetaDeviceManagementComanagedDeviceWindowsDeviceAccount -ManagedDeviceI [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -37,7 +36,6 @@ Update-MgBetaDeviceManagementComanagedDeviceWindowsDeviceAccount -ManagedDeviceI [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -50,7 +48,6 @@ Update-MgBetaDeviceManagementComanagedDeviceWindowsDeviceAccount [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -62,7 +59,6 @@ Update-MgBetaDeviceManagementComanagedDeviceWindowsDeviceAccount [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementComanagedDeviceWindowsProtectionState.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementComanagedDeviceWindowsProtectionState.md index 4fca0790e11fa..5ccb6bb9c0a48 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementComanagedDeviceWindowsProtectionState.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementComanagedDeviceWindowsProtectionState.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/update-mgbetadevicemanagementcomanageddevicewindowsprotectionstate Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementComanagedDeviceWindowsProtectionState --- @@ -22,7 +22,8 @@ Update the navigation property windowsProtectionState in deviceManagement ``` Update-MgBetaDeviceManagementComanagedDeviceWindowsProtectionState -ManagedDeviceId [-ResponseHeadersVariable ] [-AdditionalProperties ] - [-AntiMalwareVersion ] [-DetectedMalwareState ] + [-AntiMalwareVersion ] [-ControlledConfigurationEnabled] + [-DetectedMalwareState ] [-DeviceState ] [-EngineVersion ] [-FullScanOverdue] [-FullScanRequired] [-Id ] [-IsVirtualMachine] [-LastFullScanDateTime ] [-LastFullScanSignatureVersion ] [-LastQuickScanDateTime ] @@ -32,7 +33,7 @@ Update-MgBetaDeviceManagementComanagedDeviceWindowsProtectionState -ManagedDevic [-RebootRequired] [-SignatureUpdateOverdue] [-SignatureVersion ] [-TamperProtectionEnabled] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -42,7 +43,7 @@ Update-MgBetaDeviceManagementComanagedDeviceWindowsProtectionState -ManagedDevic -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -51,6 +52,7 @@ Update-MgBetaDeviceManagementComanagedDeviceWindowsProtectionState -ManagedDevic Update-MgBetaDeviceManagementComanagedDeviceWindowsProtectionState -InputObject [-ResponseHeadersVariable ] [-AdditionalProperties ] [-AntiMalwareVersion ] + [-ControlledConfigurationEnabled] [-DetectedMalwareState ] [-DeviceState ] [-EngineVersion ] [-FullScanOverdue] [-FullScanRequired] [-Id ] [-IsVirtualMachine] [-LastFullScanDateTime ] @@ -61,7 +63,7 @@ Update-MgBetaDeviceManagementComanagedDeviceWindowsProtectionState [-RebootRequired] [-SignatureUpdateOverdue] [-SignatureVersion ] [-TamperProtectionEnabled] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -72,7 +74,6 @@ Update-MgBetaDeviceManagementComanagedDeviceWindowsProtectionState [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -211,6 +212,34 @@ AcceptedValues: [] HelpMessage: '' ``` +### -ControlledConfigurationEnabled + +When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +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: '' +``` + ### -DetectedMalwareState Device malware list @@ -1053,6 +1082,8 @@ BODYPARAMETER ``: Device protection statu [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementComanagedDeviceWindowsProtectionStateDetectedMalwareState.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementComanagedDeviceWindowsProtectionStateDetectedMalwareState.md index f342084ef3bef..b342232f342bf 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementComanagedDeviceWindowsProtectionStateDetectedMalwareState.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementComanagedDeviceWindowsProtectionStateDetectedMalwareState.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/update-mgbetadevicemanagementcomanageddevicewindowsprotectionstatedetectedmalwarestate Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementComanagedDeviceWindowsProtectionStateDetectedMalwareState --- @@ -30,7 +30,6 @@ Update-MgBetaDeviceManagementComanagedDeviceWindowsProtectionStateDetectedMalwar [-ThreatState ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -41,7 +40,7 @@ Update-MgBetaDeviceManagementComanagedDeviceWindowsProtectionStateDetectedMalwar -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -57,7 +56,6 @@ Update-MgBetaDeviceManagementComanagedDeviceWindowsProtectionStateDetectedMalwar [-ThreatState ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -68,7 +66,6 @@ Update-MgBetaDeviceManagementComanagedDeviceWindowsProtectionStateDetectedMalwar [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementCompliancePolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementCompliancePolicy.md index bc373d3e2d327..44c13350a109f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementCompliancePolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementCompliancePolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/update-mgbetadevicemanagementcompliancepolicy Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementCompliancePolicy --- @@ -30,7 +30,6 @@ Update-MgBetaDeviceManagementCompliancePolicy -DeviceManagementCompliancePolicyI [-Technologies ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -41,7 +40,6 @@ Update-MgBetaDeviceManagementCompliancePolicy -DeviceManagementCompliancePolicyI [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -57,7 +55,6 @@ Update-MgBetaDeviceManagementCompliancePolicy -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -68,7 +65,6 @@ Update-MgBetaDeviceManagementCompliancePolicy -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementCompliancePolicyAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementCompliancePolicyAssignment.md index 12aba06499fec..e7ae031cbba78 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementCompliancePolicyAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementCompliancePolicyAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/update-mgbetadevicemanagementcompliancepolicyassignment Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementCompliancePolicyAssignment --- @@ -27,7 +27,6 @@ Update-MgBetaDeviceManagementCompliancePolicyAssignment -DeviceManagementComplia [-Target ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -39,7 +38,6 @@ Update-MgBetaDeviceManagementCompliancePolicyAssignment -DeviceManagementComplia [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -51,7 +49,6 @@ Update-MgBetaDeviceManagementCompliancePolicyAssignment -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -62,7 +59,6 @@ Update-MgBetaDeviceManagementCompliancePolicyAssignment -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementCompliancePolicyScheduledActionForRule.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementCompliancePolicyScheduledActionForRule.md index 936c86487203c..3aec12030fed6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementCompliancePolicyScheduledActionForRule.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementCompliancePolicyScheduledActionForRule.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/update-mgbetadevicemanagementcompliancepolicyscheduledactionforrule Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementCompliancePolicyScheduledActionForRule --- @@ -27,7 +27,7 @@ Update-MgBetaDeviceManagementCompliancePolicyScheduledActionForRule [-ScheduledActionConfigurations ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -40,7 +40,6 @@ Update-MgBetaDeviceManagementCompliancePolicyScheduledActionForRule [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -52,7 +51,7 @@ Update-MgBetaDeviceManagementCompliancePolicyScheduledActionForRule [-ScheduledActionConfigurations ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -64,7 +63,6 @@ Update-MgBetaDeviceManagementCompliancePolicyScheduledActionForRule [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementCompliancePolicyScheduledActionForRuleScheduledActionConfiguration.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementCompliancePolicyScheduledActionForRuleScheduledActionConfiguration.md index 16e20dc141881..cf552ff32955a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementCompliancePolicyScheduledActionForRuleScheduledActionConfiguration.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementCompliancePolicyScheduledActionForRuleScheduledActionConfiguration.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/update-mgbetadevicemanagementcompliancepolicyscheduledactionforrulescheduledactionconfiguration Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementCompliancePolicyScheduledActionForRuleScheduledActionConfiguration --- @@ -28,7 +28,6 @@ Update-MgBetaDeviceManagementCompliancePolicyScheduledActionForRuleScheduledActi [-NotificationTemplateId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -41,7 +40,6 @@ Update-MgBetaDeviceManagementCompliancePolicyScheduledActionForRuleScheduledActi [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -54,7 +52,6 @@ Update-MgBetaDeviceManagementCompliancePolicyScheduledActionForRuleScheduledActi [-NotificationTemplateId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -66,7 +63,6 @@ Update-MgBetaDeviceManagementCompliancePolicyScheduledActionForRuleScheduledActi [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementCompliancePolicySetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementCompliancePolicySetting.md index 7f89e33cad3f1..a509c062f48bf 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementCompliancePolicySetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementCompliancePolicySetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/update-mgbetadevicemanagementcompliancepolicysetting Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementCompliancePolicySetting --- @@ -27,7 +27,7 @@ Update-MgBetaDeviceManagementCompliancePolicySetting -DeviceManagementCompliance [-SettingInstance ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -39,7 +39,6 @@ Update-MgBetaDeviceManagementCompliancePolicySetting -DeviceManagementCompliance [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -51,7 +50,7 @@ Update-MgBetaDeviceManagementCompliancePolicySetting -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -62,7 +61,6 @@ Update-MgBetaDeviceManagementCompliancePolicySetting -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementComplianceSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementComplianceSetting.md index 165f6f9975cac..b62c744627a6f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementComplianceSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementComplianceSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/update-mgbetadevicemanagementcompliancesetting Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementComplianceSetting --- @@ -34,7 +34,6 @@ Update-MgBetaDeviceManagementComplianceSetting [-Visibility ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -46,7 +45,6 @@ Update-MgBetaDeviceManagementComplianceSetting [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -65,7 +63,6 @@ Update-MgBetaDeviceManagementComplianceSetting -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -76,7 +73,6 @@ Update-MgBetaDeviceManagementComplianceSetting -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementConfigurationPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementConfigurationPolicy.md index e9ba64e686f81..9782d292ba5a0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementConfigurationPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementConfigurationPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/update-mgbetadevicemanagementconfigurationpolicy Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementConfigurationPolicy --- @@ -32,7 +32,7 @@ Update-MgBetaDeviceManagementConfigurationPolicy -DeviceManagementConfigurationP [-TemplateReference ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -43,7 +43,6 @@ Update-MgBetaDeviceManagementConfigurationPolicy -DeviceManagementConfigurationP [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -61,7 +60,7 @@ Update-MgBetaDeviceManagementConfigurationPolicy -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -72,7 +71,6 @@ Update-MgBetaDeviceManagementConfigurationPolicy -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementConfigurationPolicyAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementConfigurationPolicyAssignment.md index 61bc00a13b94b..1c19df575850c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementConfigurationPolicyAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementConfigurationPolicyAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/update-mgbetadevicemanagementconfigurationpolicyassignment Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementConfigurationPolicyAssignment --- @@ -28,7 +28,6 @@ Update-MgBetaDeviceManagementConfigurationPolicyAssignment [-Target ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -41,7 +40,6 @@ Update-MgBetaDeviceManagementConfigurationPolicyAssignment [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -53,7 +51,6 @@ Update-MgBetaDeviceManagementConfigurationPolicyAssignment -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -64,7 +61,6 @@ Update-MgBetaDeviceManagementConfigurationPolicyAssignment -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementConfigurationPolicySetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementConfigurationPolicySetting.md index d8f01d188b84d..ef29720259a34 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementConfigurationPolicySetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementConfigurationPolicySetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/update-mgbetadevicemanagementconfigurationpolicysetting Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementConfigurationPolicySetting --- @@ -27,7 +27,7 @@ Update-MgBetaDeviceManagementConfigurationPolicySetting [-SettingInstance ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -39,7 +39,6 @@ Update-MgBetaDeviceManagementConfigurationPolicySetting [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -51,7 +50,7 @@ Update-MgBetaDeviceManagementConfigurationPolicySetting -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -62,7 +61,6 @@ Update-MgBetaDeviceManagementConfigurationPolicySetting -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementConfigurationPolicyTemplate.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementConfigurationPolicyTemplate.md index 242c8dad16952..8e716d59d351e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementConfigurationPolicyTemplate.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementConfigurationPolicyTemplate.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/update-mgbetadevicemanagementconfigurationpolicytemplate Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementConfigurationPolicyTemplate --- @@ -32,7 +32,6 @@ Update-MgBetaDeviceManagementConfigurationPolicyTemplate [-TemplateFamily ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -44,7 +43,6 @@ Update-MgBetaDeviceManagementConfigurationPolicyTemplate [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -61,7 +59,6 @@ Update-MgBetaDeviceManagementConfigurationPolicyTemplate -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -72,7 +69,6 @@ Update-MgBetaDeviceManagementConfigurationPolicyTemplate -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementConfigurationPolicyTemplateSettingDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementConfigurationPolicyTemplateSettingDefinition.md index 6b91d4b4471e8..23baec307d8b0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementConfigurationPolicyTemplateSettingDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementConfigurationPolicyTemplateSettingDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/update-mgbetadevicemanagementconfigurationpolicytemplatesettingdefinition Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementConfigurationPolicyTemplateSettingDefinition --- @@ -36,7 +36,6 @@ Update-MgBetaDeviceManagementConfigurationPolicyTemplateSettingDefinition [-Visibility ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -50,7 +49,6 @@ Update-MgBetaDeviceManagementConfigurationPolicyTemplateSettingDefinition [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -70,7 +68,6 @@ Update-MgBetaDeviceManagementConfigurationPolicyTemplateSettingDefinition [-Visibility ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -82,7 +79,6 @@ Update-MgBetaDeviceManagementConfigurationPolicyTemplateSettingDefinition [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementConfigurationPolicyTemplateSettingTemplate.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementConfigurationPolicyTemplateSettingTemplate.md index 97dc053031c92..8f6e5b28c8a01 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementConfigurationPolicyTemplateSettingTemplate.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementConfigurationPolicyTemplateSettingTemplate.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/update-mgbetadevicemanagementconfigurationpolicytemplatesettingtemplate Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementConfigurationPolicyTemplateSettingTemplate --- @@ -28,7 +28,7 @@ Update-MgBetaDeviceManagementConfigurationPolicyTemplateSettingTemplate [-SettingInstanceTemplate ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -41,7 +41,6 @@ Update-MgBetaDeviceManagementConfigurationPolicyTemplateSettingTemplate [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -54,7 +53,7 @@ Update-MgBetaDeviceManagementConfigurationPolicyTemplateSettingTemplate [-SettingInstanceTemplate ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -66,7 +65,6 @@ Update-MgBetaDeviceManagementConfigurationPolicyTemplateSettingTemplate [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementConfigurationSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementConfigurationSetting.md index a438aa8d7be3e..108bf1c0672f5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementConfigurationSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementConfigurationSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/update-mgbetadevicemanagementconfigurationsetting Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementConfigurationSetting --- @@ -34,7 +34,6 @@ Update-MgBetaDeviceManagementConfigurationSetting [-Visibility ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -46,7 +45,6 @@ Update-MgBetaDeviceManagementConfigurationSetting [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -65,7 +63,6 @@ Update-MgBetaDeviceManagementConfigurationSetting -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -76,7 +73,6 @@ Update-MgBetaDeviceManagementConfigurationSetting -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementDataSharingConsent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementDataSharingConsent.md index 7b0b30b6416aa..0e7d6ff762f1a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementDataSharingConsent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementDataSharingConsent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/update-mgbetadevicemanagementdatasharingconsent Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementDataSharingConsent --- @@ -26,7 +26,6 @@ Update-MgBetaDeviceManagementDataSharingConsent -DataSharingConsentId [-ServiceDisplayName ] [-TermsUrl ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -36,7 +35,7 @@ Update-MgBetaDeviceManagementDataSharingConsent -DataSharingConsentId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -48,7 +47,6 @@ Update-MgBetaDeviceManagementDataSharingConsent -InputObject ] [-TermsUrl ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -58,7 +56,7 @@ Update-MgBetaDeviceManagementDataSharingConsent -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementDerivedCredential.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementDerivedCredential.md index 4f472379a0464..63f9682e6a186 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementDerivedCredential.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementDerivedCredential.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/update-mgbetadevicemanagementderivedcredential Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementDerivedCredential --- @@ -27,7 +27,6 @@ Update-MgBetaDeviceManagementDerivedCredential -DeviceManagementDerivedCredentia [-RenewalThresholdPercentage ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -38,7 +37,6 @@ Update-MgBetaDeviceManagementDerivedCredential -DeviceManagementDerivedCredentia [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -51,7 +49,6 @@ Update-MgBetaDeviceManagementDerivedCredential -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -62,7 +59,6 @@ Update-MgBetaDeviceManagementDerivedCredential -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementDetectedApp.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementDetectedApp.md index 777f7744f7652..e99c34845d163 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementDetectedApp.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementDetectedApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/update-mgbetadevicemanagementdetectedapp Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementDetectedApp --- @@ -29,7 +29,6 @@ Update-MgBetaDeviceManagementDetectedApp -DetectedAppId [-ResponseHeade [-Publisher ] [-SizeInByte ] [-Version ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -39,7 +38,7 @@ Update-MgBetaDeviceManagementDetectedApp -DetectedAppId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -51,7 +50,7 @@ Update-MgBetaDeviceManagementDetectedApp -InputObject ] [-Publisher ] [-SizeInByte ] [-Version ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -61,7 +60,7 @@ Update-MgBetaDeviceManagementDetectedApp -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -1056,7 +1055,7 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for users to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). @@ -1350,22 +1349,23 @@ Always null when the object hasn't been deleted. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -1395,12 +1395,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -1510,7 +1567,7 @@ Optional. [IncludeBasicClaimSet ]: Determines whether the basic claim set is included in tokens affected by this policy. If set to true, all claims in the basic claim set are emitted in tokens affected by the policy. By default the basic claim set isn't in the tokens unless they're explicitly configured in this policy. - [CreatedByAppId ]: The appId (called Application (client) ID on the Microsoft Entra admin center) of the application used to create the service principal. + [CreatedByAppId ]: The appId of the application that created this service principal. Set internally by Microsoft Entra ID. Read-only. [CreatedObjects ]: Directory objects created by this service principal. @@ -1642,7 +1699,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -1801,13 +1858,13 @@ May not begin with .. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [ApprovedClientApps ]: + [ApprovedClientApps ]: The collection of approved client apps that are associated with the RDS configuration. +Supports $expand. [Id ]: The unique identifier for an entity. Read-only. - [DisplayName ]: + [DisplayName ]: Display name for the client application. [IsRemoteDesktopProtocolEnabled ]: Determines if Microsoft Entra ID RDS authentication protocol for RDP is enabled. [TargetDeviceGroups ]: The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. -
]: The unique identifier for an entity. Read-only. [DisplayName ]: Display name for the target device group. @@ -2168,7 +2225,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. - [ExternalAuthenticationMethods ]: Represents the external methods registered to a user for authentication. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. Optional. @@ -2184,7 +2241,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. - [DisplayName ]: Custom name given to the registered external authentication method. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. @@ -2437,7 +2494,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -2690,7 +2747,7 @@ Read-only. The identifiers must be unique in the tenant. [Birthday ]: The birthday of the user. 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 Returned only on $select. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. Only one number can be set for this property. Read-only for users synced from on-premises directory. @@ -3300,6 +3357,49 @@ This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. Read only. + [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. +Nullable. + [Attachments ]: References to attached objects like files, tabs, meetings etc. + [Body ]: itemBody + [ChannelIdentity ]: channelIdentity + [ChatId ]: If the message was sent in a chat, represents the identity of the chat. + [CreatedDateTime ]: Timestamp of when the chat message was created. + [DeletedDateTime ]: Read only. +Timestamp at which the chat message was deleted, or null if not deleted. + [Etag ]: Read-only. +Version number of the chat message. + [EventDetail ]: eventMessageDetail + [From ]: chatMessageFromIdentitySet + [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. + [Importance ]: chatMessageImportance + [LastEditedDateTime ]: Read only. +Timestamp when edits to the chat message were made. +Triggers an 'Edited' flag in the Teams UI. +If no edits are made the value is null. + [LastModifiedDateTime ]: Read only. +Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. + [Locale ]: Locale of the chat message set by the client. +Always set to en-us. + [Mentions ]: List of entities mentioned in the chat message. +Supported entities are: user, bot, team, channel, chat, and tag. + [MessageHistory ]: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. + [MessageType ]: chatMessageType + [OnBehalfOf ]: chatMessageFromIdentitySet + [PolicyViolation ]: chatMessagePolicyViolation + [Reactions ]: Reactions for this chat message (for example, Like). + [Replies ]: Replies for a specified message. +Supports $expand for channel messages. + [ReplyToId ]: Read-only. +ID of the parent chat message or root chat message of the thread. +(Only applies to chat messages in channels, not chats.) + [Subject ]: The subject of the chat message, in plaintext. + [Summary ]: Summary text of the chat message that could be used for push notifications and summary views or fall back views. +Only applies to channel chat messages, not chat messages in a chat. + [WebUrl ]: Read-only. +Link to the message in Microsoft Teams. + [Id ]: The unique identifier for an entity. +Read-only. + [Recipient ]: identity [TenantId ]: The identifier of the tenant in which the chat was created. Read-only. [Topic ]: (Optional) Subject or topic for the chat. @@ -3335,21 +3435,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -3439,7 +3596,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 @@ -3464,6 +3623,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. @@ -3671,10 +3863,11 @@ 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. + [ContentCategory ]: contentCategory [CorrelationId ]: An identifier used to group multiple related content entries (for example, different parts of the same file upload, messages in a conversation). [CreatedDateTime ]: Required. Timestamp indicating when the original content was created (for example, file creation time, message sent time). @@ -3959,6 +4152,7 @@ To proactively opt in to the new behavior ahead of time, use the contentStream p Nullable. [File ]: file [(Any) ]: This indicates any property can be added to this object. + [ArchiveStatus ]: fileArchiveStatus [Hashes ]: hashes [(Any) ]: This indicates any property can be added to this object. [Crc32Hash ]: The CRC32 value of the file (if available). @@ -3969,6 +4163,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. @@ -4069,6 +4276,17 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(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. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity. @@ -5078,6 +5296,8 @@ 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 total count of items in the list. +Read-only. [Items ]: All items contained in the list. [List ]: listInfo [(Any) ]: This indicates any property can be added to this object. @@ -5174,6 +5394,24 @@ Required. [LearningProviderId ]: The registration ID of the provider. Required. [Status ]: courseStatus + [Storyline ]: User's storyline singleton container. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Followers ]: The users who are following this user. + [Id ]: The unique identifier for an entity. +Read-only. + [Follower ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Followings ]: The users that this user is following. + [Id ]: The unique identifier for an entity. +Read-only. + [Following ]: The Viva Engage identities. [EmployeeHireDate ]: The date and time when the user was hired or will start work if there is a future hire. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. @@ -5188,10 +5426,10 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. @@ -5664,7 +5902,9 @@ Read-write. [(Any) ]: This indicates any property can be added to this object. [ArchiveStatus ]: siteArchiveStatus [ArchivedBy ]: identitySet - [ArchivedDateTime ]: + [ArchivedDateTime ]: Time when the container was archived. +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. [DataLocationCode ]: The geographic region code for where this site collection resides. Only present for multi-geo tenants. Read-only. @@ -5687,7 +5927,7 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. 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. - Returned only on $select. + Requires $select to retrieve. Note: This property is specific to SharePoint Online. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. @@ -5710,6 +5950,27 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityGovernance ]: identityGovernanceUserSettings + [(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 ]: 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 + [(Any) ]: This indicates any property can be added to this object. + [Duration ]: The requestor's desired duration of access represented in ISO 8601 format for durations. +For example, PT3H refers to three hours. + If specified in a request, endDateTime shouldn't be present and the type property should be set to afterDuration. + [EndDateTime ]: Timestamp of 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. + [Type ]: expirationPatternType + [Recurrence ]: patternedRecurrence + [StartDateTime ]: 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. +In PIM, when the eligible or active assignment becomes active. [IdentityParentId ]: The object ID of the parent identity for agent users. Always null for regular user accounts. For agentUser resources, this property references the object ID of the associated agent identity. @@ -5806,7 +6067,7 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for users to describe their interests. -Returned only on $select. +Requires $select to retrieve. [InvitedBy ]: directoryObject [IsLicenseReconciliationNeeded ]: Indicates whether the user is pending an exchange mailbox license assignment. Read-only. @@ -5815,7 +6076,8 @@ Returned only on $select. 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). @@ -5829,24 +6091,24 @@ If this list is non-empty, then only users or groups listed here can post. [AccessType ]: groupAccessType [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are auto-subscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -5856,6 +6118,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -6014,11 +6277,11 @@ You can use it as a $filter argument to get groups that have members with licens Supports $filter (eq). [HideFromAddressLists ]: true if the group isn't displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: true if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [InfoCatalogs ]: Identifies the info segments assigned to the group. Returned by default. @@ -6042,7 +6305,7 @@ Read-only. To manage a group 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. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -6092,6 +6355,7 @@ Read-only. [OnPremisesDomainName ]: Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only. + [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [OnPremisesLastSyncDateTime ]: Indicates the last time at which the group was synced with the on-premises directory.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. Returned by default. @@ -6275,10 +6539,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -6287,9 +6553,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. @@ -6453,7 +6748,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). @@ -6501,6 +6796,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 @@ -6898,12 +7194,12 @@ Immutable. Read-only. [UnseenConversationsCount ]: Count of conversations delivered one or more new posts since the signed-in user's last visit to the group. This property is the same as unseenCount. -Returned only on $select. +Requires $select to retrieve. [UnseenCount ]: Count of conversations that have received new posts since the signed-in user last visited the group. -This property is the same as unseenConversationsCount.Returned only on $select. +This property is the same as unseenConversationsCount.Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [UnseenMessagesCount ]: Count of new posts that have been delivered to the group's conversations since the signed-in user's last visit to the group. -Returned only on $select. +Requires $select to retrieve. [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. @@ -6914,7 +7210,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Requires $select to retrieve. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -6931,16 +7230,16 @@ Nullable. 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. Read-only. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. It also indicates licenses that are directly assigned and the ones the user inherited through group memberships. Read-only. -Returned only on $select. +Requires $select to retrieve. [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. Read-Only. @@ -7066,7 +7365,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -7300,7 +7599,7 @@ Read-only. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Notifications ]: [Id ]: The unique identifier for an entity. Read-only. @@ -7395,6 +7694,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. @@ -7443,6 +7746,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. @@ -7697,7 +8005,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for users to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [PendingAccessReviewInstances ]: Navigation property to get a list of access reviews pending approval by the reviewer. [Id ]: The unique identifier for an entity. Read-only. @@ -7717,14 +8025,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. @@ -8057,7 +8357,7 @@ Example: 'en-US', or 'es-ES'. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -8513,15 +8813,14 @@ Read-only. [WebUrl ]: Link to the institution or department homepage. [Program ]: educationalActivityDetail [(Any) ]: This indicates any property can be added to this object. - [Abbreviation ]: Shortened name of the degree or program (example: PhD, MBA) + [Abbreviation ]: Shortened name of the degree or program, for example, PhD and MBA. [Activities ]: Extracurricular activities undertaken alongside the program. [Awards ]: Any awards or honors associated with the program. [Description ]: Short description of the program provided by the user. [DisplayName ]: Long-form name of the program that the user provided. - [FieldsOfStudy ]: Majors and minors associated with the program. -(if applicable) - [Grade ]: The final grade, class, GPA, or score. - [Notes ]: More notes the user provided. + [FieldsOfStudy ]: Majors and minors associated with the program, if applicable. + [Grade ]: The final grade, class, grade point average (GPA), or score. + [Notes ]: More notes provided by the user. [WebUrl ]: Link to the degree or program page. [StartMonthYear ]: The month and year the user commenced the activity referenced. [Emails ]: Represents detailed information about email addresses associated with the user. @@ -8824,9 +9123,9 @@ Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they have attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: The scoped-role administrative unit memberships for this user. Read-only. Nullable. @@ -8890,7 +9189,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. @@ -9040,7 +9339,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Use revokeSignInSessions to reset. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -9087,6 +9386,48 @@ The language component follows two-letter codes as defined in ISO 639-1, and the For users with multigeo licenses, the property contains the user's region (if available). For users without multigeo licenses, the property contains the organization's region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China. + [Sections ]: The sections in the user's chat list. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the section was created. +Read-only. +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. + [DisplayIcon ]: sectionDisplayIcon + [(Any) ]: This indicates any property can be added to this object. + [ContentUrl ]: The URL to a custom icon image. +Applicable when iconType is custom. + [DisplayName ]: The human-readable name of the icon. + [IconType ]: The type of icon. +Use an emoji character such as 👍 for an emoji icon, or custom for a custom image icon. + [SkinTone ]: sectionIconSkinTone + [DisplayName ]: The display name of the section. +Required. +Maximum length is 50 characters. +Display names are case-sensitive and must be unique within a user's sections. +The following names are reserved for system-defined sections and can't be used when creating a user-defined section: RecentChats, QuickViews, TeamsAndChannels, MutedChats, MeetingChats, EngageCommunities. + [IsExpanded ]: Indicates whether the section is expanded in the user interface. +The default value is true. + [IsHierarchicalViewEnabled ]: Indicates whether the hierarchical view is enabled for the section. +Read-only. + [Items ]: The items (chats, channels, meetings, or communities) organized within the section. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the item was added to the section. +Read-only. +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. + [ItemType ]: sectionItemType + [LastModifiedDateTime ]: Date and time when the item was last modified. +Read-only. +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. + [LastModifiedDateTime ]: Date and time when the section was last modified. +Read-only. +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. + [SectionType ]: sectionType + [SortType ]: sectionSortType [Todo ]: todo [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -9099,6 +9440,12 @@ Read-only. Nullable. [IsOwner ]: True if the user is owner of the given task list. [IsShared ]: True if the task list is shared with other users + [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the task list. +Read-only. +Nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Value ]: The value of the property. [Tasks ]: The tasks in this task list. Read-only. Nullable. @@ -9162,9 +9509,6 @@ Read-only. [Recurrence ]: patternedRecurrence [ReminderDateTime ]: dateTimeTimeZone [SingleValueExtendedProperties ]: A collection of custom fields linked to the task. - [Id ]: The unique identifier for an entity. -Read-only. - [Value ]: The value of the property. [StartDateTime ]: dateTimeTimeZone [Status ]: taskStatus [Title ]: A brief description of the task. @@ -9216,6 +9560,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. @@ -9253,6 +9599,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. @@ -9275,6 +9622,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 ]: @@ -9328,6 +9676,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. @@ -9337,8 +9687,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. @@ -9354,6 +9702,8 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -9913,7 +10263,7 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for users to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). @@ -10207,22 +10557,23 @@ Always null when the object hasn't been deleted. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -10252,12 +10603,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -10367,7 +10775,7 @@ Optional. [IncludeBasicClaimSet ]: Determines whether the basic claim set is included in tokens affected by this policy. If set to true, all claims in the basic claim set are emitted in tokens affected by the policy. By default the basic claim set isn't in the tokens unless they're explicitly configured in this policy. - [CreatedByAppId ]: The appId (called Application (client) ID on the Microsoft Entra admin center) of the application used to create the service principal. + [CreatedByAppId ]: The appId of the application that created this service principal. Set internally by Microsoft Entra ID. Read-only. [CreatedObjects ]: Directory objects created by this service principal. @@ -10499,7 +10907,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -10658,13 +11066,13 @@ May not begin with .. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [ApprovedClientApps ]: + [ApprovedClientApps ]: The collection of approved client apps that are associated with the RDS configuration. +Supports $expand. [Id ]: The unique identifier for an entity. Read-only. - [DisplayName ]: + [DisplayName ]: Display name for the client application. [IsRemoteDesktopProtocolEnabled ]: Determines if Microsoft Entra ID RDS authentication protocol for RDP is enabled. [TargetDeviceGroups ]: The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. -
]: The unique identifier for an entity. Read-only. [DisplayName ]: Display name for the target device group. @@ -11025,7 +11433,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. - [ExternalAuthenticationMethods ]: Represents the external methods registered to a user for authentication. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. Optional. @@ -11041,7 +11449,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. - [DisplayName ]: Custom name given to the registered external authentication method. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. @@ -11294,7 +11702,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -11547,7 +11955,7 @@ Read-only. The identifiers must be unique in the tenant. [Birthday ]: The birthday of the user. 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 Returned only on $select. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. Only one number can be set for this property. Read-only for users synced from on-premises directory. @@ -12157,6 +12565,49 @@ This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. Read only. + [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. +Nullable. + [Attachments ]: References to attached objects like files, tabs, meetings etc. + [Body ]: itemBody + [ChannelIdentity ]: channelIdentity + [ChatId ]: If the message was sent in a chat, represents the identity of the chat. + [CreatedDateTime ]: Timestamp of when the chat message was created. + [DeletedDateTime ]: Read only. +Timestamp at which the chat message was deleted, or null if not deleted. + [Etag ]: Read-only. +Version number of the chat message. + [EventDetail ]: eventMessageDetail + [From ]: chatMessageFromIdentitySet + [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. + [Importance ]: chatMessageImportance + [LastEditedDateTime ]: Read only. +Timestamp when edits to the chat message were made. +Triggers an 'Edited' flag in the Teams UI. +If no edits are made the value is null. + [LastModifiedDateTime ]: Read only. +Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. + [Locale ]: Locale of the chat message set by the client. +Always set to en-us. + [Mentions ]: List of entities mentioned in the chat message. +Supported entities are: user, bot, team, channel, chat, and tag. + [MessageHistory ]: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. + [MessageType ]: chatMessageType + [OnBehalfOf ]: chatMessageFromIdentitySet + [PolicyViolation ]: chatMessagePolicyViolation + [Reactions ]: Reactions for this chat message (for example, Like). + [Replies ]: Replies for a specified message. +Supports $expand for channel messages. + [ReplyToId ]: Read-only. +ID of the parent chat message or root chat message of the thread. +(Only applies to chat messages in channels, not chats.) + [Subject ]: The subject of the chat message, in plaintext. + [Summary ]: Summary text of the chat message that could be used for push notifications and summary views or fall back views. +Only applies to channel chat messages, not chat messages in a chat. + [WebUrl ]: Read-only. +Link to the message in Microsoft Teams. + [Id ]: The unique identifier for an entity. +Read-only. + [Recipient ]: identity [TenantId ]: The identifier of the tenant in which the chat was created. Read-only. [Topic ]: (Optional) Subject or topic for the chat. @@ -12192,21 +12643,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -12296,7 +12804,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 @@ -12321,6 +12831,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. @@ -12528,10 +13071,11 @@ 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. + [ContentCategory ]: contentCategory [CorrelationId ]: An identifier used to group multiple related content entries (for example, different parts of the same file upload, messages in a conversation). [CreatedDateTime ]: Required. Timestamp indicating when the original content was created (for example, file creation time, message sent time). @@ -12816,6 +13360,7 @@ To proactively opt in to the new behavior ahead of time, use the contentStream p Nullable. [File ]: file [(Any) ]: This indicates any property can be added to this object. + [ArchiveStatus ]: fileArchiveStatus [Hashes ]: hashes [(Any) ]: This indicates any property can be added to this object. [Crc32Hash ]: The CRC32 value of the file (if available). @@ -12826,6 +13371,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. @@ -12926,6 +13484,17 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(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. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity. @@ -13935,6 +14504,8 @@ 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 total count of items in the list. +Read-only. [Items ]: All items contained in the list. [List ]: listInfo [(Any) ]: This indicates any property can be added to this object. @@ -14031,6 +14602,24 @@ Required. [LearningProviderId ]: The registration ID of the provider. Required. [Status ]: courseStatus + [Storyline ]: User's storyline singleton container. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Followers ]: The users who are following this user. + [Id ]: The unique identifier for an entity. +Read-only. + [Follower ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Followings ]: The users that this user is following. + [Id ]: The unique identifier for an entity. +Read-only. + [Following ]: The Viva Engage identities. [EmployeeHireDate ]: The date and time when the user was hired or will start work if there is a future hire. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. @@ -14045,10 +14634,10 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. @@ -14521,7 +15110,9 @@ Read-write. [(Any) ]: This indicates any property can be added to this object. [ArchiveStatus ]: siteArchiveStatus [ArchivedBy ]: identitySet - [ArchivedDateTime ]: + [ArchivedDateTime ]: Time when the container was archived. +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. [DataLocationCode ]: The geographic region code for where this site collection resides. Only present for multi-geo tenants. Read-only. @@ -14544,7 +15135,7 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. 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. - Returned only on $select. + Requires $select to retrieve. Note: This property is specific to SharePoint Online. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. @@ -14567,6 +15158,27 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityGovernance ]: identityGovernanceUserSettings + [(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 ]: 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 + [(Any) ]: This indicates any property can be added to this object. + [Duration ]: The requestor's desired duration of access represented in ISO 8601 format for durations. +For example, PT3H refers to three hours. + If specified in a request, endDateTime shouldn't be present and the type property should be set to afterDuration. + [EndDateTime ]: Timestamp of 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. + [Type ]: expirationPatternType + [Recurrence ]: patternedRecurrence + [StartDateTime ]: 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. +In PIM, when the eligible or active assignment becomes active. [IdentityParentId ]: The object ID of the parent identity for agent users. Always null for regular user accounts. For agentUser resources, this property references the object ID of the associated agent identity. @@ -14663,7 +15275,7 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for users to describe their interests. -Returned only on $select. +Requires $select to retrieve. [InvitedBy ]: directoryObject [IsLicenseReconciliationNeeded ]: Indicates whether the user is pending an exchange mailbox license assignment. Read-only. @@ -14672,7 +15284,8 @@ Returned only on $select. 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). @@ -14686,24 +15299,24 @@ If this list is non-empty, then only users or groups listed here can post. [AccessType ]: groupAccessType [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are auto-subscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -14713,6 +15326,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -14871,11 +15485,11 @@ You can use it as a $filter argument to get groups that have members with licens Supports $filter (eq). [HideFromAddressLists ]: true if the group isn't displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: true if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [InfoCatalogs ]: Identifies the info segments assigned to the group. Returned by default. @@ -14899,7 +15513,7 @@ Read-only. To manage a group 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. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -14949,6 +15563,7 @@ Read-only. [OnPremisesDomainName ]: Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only. + [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [OnPremisesLastSyncDateTime ]: Indicates the last time at which the group was synced with the on-premises directory.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. Returned by default. @@ -15132,10 +15747,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -15144,9 +15761,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. @@ -15310,7 +15956,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). @@ -15358,6 +16004,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 @@ -15755,12 +16402,12 @@ Immutable. Read-only. [UnseenConversationsCount ]: Count of conversations delivered one or more new posts since the signed-in user's last visit to the group. This property is the same as unseenCount. -Returned only on $select. +Requires $select to retrieve. [UnseenCount ]: Count of conversations that have received new posts since the signed-in user last visited the group. -This property is the same as unseenConversationsCount.Returned only on $select. +This property is the same as unseenConversationsCount.Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [UnseenMessagesCount ]: Count of new posts that have been delivered to the group's conversations since the signed-in user's last visit to the group. -Returned only on $select. +Requires $select to retrieve. [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. @@ -15771,7 +16418,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Requires $select to retrieve. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -15788,16 +16438,16 @@ Nullable. 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. Read-only. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. It also indicates licenses that are directly assigned and the ones the user inherited through group memberships. Read-only. -Returned only on $select. +Requires $select to retrieve. [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. Read-Only. @@ -15923,7 +16573,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -16157,7 +16807,7 @@ Read-only. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Notifications ]: [Id ]: The unique identifier for an entity. Read-only. @@ -16252,6 +16902,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. @@ -16300,6 +16954,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. @@ -16554,7 +17213,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for users to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [PendingAccessReviewInstances ]: Navigation property to get a list of access reviews pending approval by the reviewer. [Id ]: The unique identifier for an entity. Read-only. @@ -16574,14 +17233,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. @@ -16914,7 +17565,7 @@ Example: 'en-US', or 'es-ES'. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -17370,15 +18021,14 @@ Read-only. [WebUrl ]: Link to the institution or department homepage. [Program ]: educationalActivityDetail [(Any) ]: This indicates any property can be added to this object. - [Abbreviation ]: Shortened name of the degree or program (example: PhD, MBA) + [Abbreviation ]: Shortened name of the degree or program, for example, PhD and MBA. [Activities ]: Extracurricular activities undertaken alongside the program. [Awards ]: Any awards or honors associated with the program. [Description ]: Short description of the program provided by the user. [DisplayName ]: Long-form name of the program that the user provided. - [FieldsOfStudy ]: Majors and minors associated with the program. -(if applicable) - [Grade ]: The final grade, class, GPA, or score. - [Notes ]: More notes the user provided. + [FieldsOfStudy ]: Majors and minors associated with the program, if applicable. + [Grade ]: The final grade, class, grade point average (GPA), or score. + [Notes ]: More notes provided by the user. [WebUrl ]: Link to the degree or program page. [StartMonthYear ]: The month and year the user commenced the activity referenced. [Emails ]: Represents detailed information about email addresses associated with the user. @@ -17681,9 +18331,9 @@ Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they have attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: The scoped-role administrative unit memberships for this user. Read-only. Nullable. @@ -17747,7 +18397,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. @@ -17897,7 +18547,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Use revokeSignInSessions to reset. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -17944,6 +18594,48 @@ The language component follows two-letter codes as defined in ISO 639-1, and the For users with multigeo licenses, the property contains the user's region (if available). For users without multigeo licenses, the property contains the organization's region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China. + [Sections ]: The sections in the user's chat list. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the section was created. +Read-only. +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. + [DisplayIcon ]: sectionDisplayIcon + [(Any) ]: This indicates any property can be added to this object. + [ContentUrl ]: The URL to a custom icon image. +Applicable when iconType is custom. + [DisplayName ]: The human-readable name of the icon. + [IconType ]: The type of icon. +Use an emoji character such as 👍 for an emoji icon, or custom for a custom image icon. + [SkinTone ]: sectionIconSkinTone + [DisplayName ]: The display name of the section. +Required. +Maximum length is 50 characters. +Display names are case-sensitive and must be unique within a user's sections. +The following names are reserved for system-defined sections and can't be used when creating a user-defined section: RecentChats, QuickViews, TeamsAndChannels, MutedChats, MeetingChats, EngageCommunities. + [IsExpanded ]: Indicates whether the section is expanded in the user interface. +The default value is true. + [IsHierarchicalViewEnabled ]: Indicates whether the hierarchical view is enabled for the section. +Read-only. + [Items ]: The items (chats, channels, meetings, or communities) organized within the section. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the item was added to the section. +Read-only. +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. + [ItemType ]: sectionItemType + [LastModifiedDateTime ]: Date and time when the item was last modified. +Read-only. +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. + [LastModifiedDateTime ]: Date and time when the section was last modified. +Read-only. +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. + [SectionType ]: sectionType + [SortType ]: sectionSortType [Todo ]: todo [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -17956,6 +18648,12 @@ Read-only. Nullable. [IsOwner ]: True if the user is owner of the given task list. [IsShared ]: True if the task list is shared with other users + [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the task list. +Read-only. +Nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Value ]: The value of the property. [Tasks ]: The tasks in this task list. Read-only. Nullable. @@ -18019,9 +18717,6 @@ Read-only. [Recurrence ]: patternedRecurrence [ReminderDateTime ]: dateTimeTimeZone [SingleValueExtendedProperties ]: A collection of custom fields linked to the task. - [Id ]: The unique identifier for an entity. -Read-only. - [Value ]: The value of the property. [StartDateTime ]: dateTimeTimeZone [Status ]: taskStatus [Title ]: A brief description of the task. @@ -18073,6 +18768,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. @@ -18110,6 +18807,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. @@ -18132,6 +18830,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 ]: @@ -18185,6 +18884,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. @@ -18194,8 +18895,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. @@ -18211,6 +18910,8 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementDeviceCategory.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementDeviceCategory.md index dc494b70cd0ba..7d4b4610e6e6a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementDeviceCategory.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementDeviceCategory.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/update-mgbetadevicemanagementdevicecategory Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementDeviceCategory --- @@ -28,7 +28,7 @@ Update-MgBetaDeviceManagementDeviceCategory -DeviceCategoryId [-DisplayName ] [-Id ] [-RoleScopeTagIds ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -38,7 +38,7 @@ Update-MgBetaDeviceManagementDeviceCategory -DeviceCategoryId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -49,7 +49,7 @@ Update-MgBetaDeviceManagementDeviceCategory -InputObject ] [-Id ] [-RoleScopeTagIds ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -59,7 +59,7 @@ Update-MgBetaDeviceManagementDeviceCategory -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementDeviceCompliancePolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementDeviceCompliancePolicy.md index 985b4d7042fec..c50964891c0c7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementDeviceCompliancePolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementDeviceCompliancePolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/update-mgbetadevicemanagementdevicecompliancepolicy Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementDeviceCompliancePolicy --- @@ -35,7 +35,7 @@ Update-MgBetaDeviceManagementDeviceCompliancePolicy -DeviceCompliancePolicyId ] [-Version ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -45,7 +45,7 @@ Update-MgBetaDeviceManagementDeviceCompliancePolicy -DeviceCompliancePolicyId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -63,7 +63,7 @@ Update-MgBetaDeviceManagementDeviceCompliancePolicy -InputObject ] [-Version ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -73,7 +73,7 @@ Update-MgBetaDeviceManagementDeviceCompliancePolicy -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementDeviceCompliancePolicyAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementDeviceCompliancePolicyAssignment.md index 6edf13ed93bd5..f501ed2aac9e0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementDeviceCompliancePolicyAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementDeviceCompliancePolicyAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/update-mgbetadevicemanagementdevicecompliancepolicyassignment Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementDeviceCompliancePolicyAssignment --- @@ -30,7 +30,6 @@ Update-MgBetaDeviceManagementDeviceCompliancePolicyAssignment [-Target ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -42,7 +41,6 @@ Update-MgBetaDeviceManagementDeviceCompliancePolicyAssignment [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -55,7 +53,6 @@ Update-MgBetaDeviceManagementDeviceCompliancePolicyAssignment [-Target ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -67,7 +64,6 @@ Update-MgBetaDeviceManagementDeviceCompliancePolicyAssignment [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementDeviceCompliancePolicyDeviceComplianceReportSummarization.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementDeviceCompliancePolicyDeviceComplianceReportSummarization.md index 8f45f39ac6671..2bc1afcf2ba10 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementDeviceCompliancePolicyDeviceComplianceReportSummarization.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementDeviceCompliancePolicyDeviceComplianceReportSummarization.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/update-mgbetadevicemanagementdevicecompliancepolicydevicecompliancereportsummarization Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementDeviceCompliancePolicyDeviceComplianceReportSummarization --- @@ -24,7 +24,6 @@ Update-MgBetaDeviceManagementDeviceCompliancePolicyDeviceComplianceReportSummari [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary.md index 2ec6944f2bd7f..74e3fd3a1659c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/update-mgbetadevicemanagementdevicecompliancepolicydevicesettingstatesummary Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary --- @@ -31,7 +31,7 @@ Update-MgBetaDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary [-RemediatedDeviceCount ] [-SettingName ] [-UnknownDeviceCount ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -42,7 +42,7 @@ Update-MgBetaDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -56,7 +56,6 @@ Update-MgBetaDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary [-UnknownDeviceCount ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -67,7 +66,6 @@ Update-MgBetaDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStateSummary.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStateSummary.md index de57d23b5fb6a..01e3b8e85e483 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStateSummary.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStateSummary.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/update-mgbetadevicemanagementdevicecompliancepolicydevicestatesummary Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStateSummary --- @@ -31,7 +31,6 @@ Update-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStateSummary [-UnknownDeviceCount ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -42,7 +41,6 @@ Update-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStateSummary [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatus.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatus.md index 5df72b8c54195..a322b0dc24272 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatus.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatus.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/update-mgbetadevicemanagementdevicecompliancepolicydevicestatus Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatus --- @@ -31,7 +31,7 @@ Update-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatus [-Status ] [-UserName ] [-UserPrincipalName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -42,7 +42,7 @@ Update-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatus -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -56,7 +56,6 @@ Update-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatus [-UserPrincipalName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -67,7 +66,7 @@ Update-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatus -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.DeviceManagement/Update-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatusOverview.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatusOverview.md index dbd38dcf7ed41..23cd0fffed60b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatusOverview.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatusOverview.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/update-mgbetadevicemanagementdevicecompliancepolicydevicestatusoverview Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatusOverview --- @@ -30,7 +30,7 @@ Update-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatusOverview [-NotApplicableCount ] [-NotApplicablePlatformCount ] [-PendingCount ] [-SuccessCount ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -41,7 +41,6 @@ Update-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatusOverview [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -54,7 +53,7 @@ Update-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatusOverview [-NotApplicableCount ] [-NotApplicablePlatformCount ] [-PendingCount ] [-SuccessCount ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -65,7 +64,7 @@ Update-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatusOverview -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.DeviceManagement/Update-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRule.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRule.md index b951a6e7e4a4b..231320bfdced3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRule.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRule.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/update-mgbetadevicemanagementdevicecompliancepolicyscheduledactionforrule Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRule --- @@ -29,7 +29,7 @@ Update-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRule [-RuleName ] [-ScheduledActionConfigurations ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -41,7 +41,6 @@ Update-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRule [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -53,7 +52,7 @@ Update-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRule [-ScheduledActionConfigurations ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -65,7 +64,6 @@ Update-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRule [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration.md index d08bd479e2b9b..9896383099f87 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/update-mgbetadevicemanagementdevicecompliancepolicyscheduledactionforrulescheduledactionconfiguration Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration --- @@ -31,7 +31,6 @@ Update-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRuleSchedul [-NotificationTemplateId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -43,7 +42,7 @@ Update-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRuleSchedul -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -56,7 +55,6 @@ Update-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRuleSchedul [-NotificationTemplateId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -67,7 +65,6 @@ Update-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRuleSchedul [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummary.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummary.md index feef82561bda3..c89840693ba9b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummary.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummary.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/update-mgbetadevicemanagementdevicecompliancepolicysettingstatesummary Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummary --- @@ -33,7 +33,6 @@ Update-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummary [-UnknownDeviceCount ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -45,7 +44,6 @@ Update-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummary [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -61,7 +59,6 @@ Update-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummary [-UnknownDeviceCount ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -73,7 +70,6 @@ Update-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummary [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState.md index e1ae86fd47ded..ceeab367334d4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/update-mgbetadevicemanagementdevicecompliancepolicysettingstatesummarydevicecompliancesettingstate Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState --- @@ -32,7 +32,6 @@ Update-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComp [-UserName ] [-UserPrincipalName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -43,7 +42,7 @@ Update-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComp -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -57,7 +56,7 @@ Update-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComp [-UserEmail ] [-UserId ] [-UserName ] [-UserPrincipalName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -68,7 +67,7 @@ Update-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComp -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.DeviceManagement/Update-MgBetaDeviceManagementDeviceCompliancePolicyUserStatus.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementDeviceCompliancePolicyUserStatus.md index 508318e8380f4..096a639b48e75 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementDeviceCompliancePolicyUserStatus.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementDeviceCompliancePolicyUserStatus.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/update-mgbetadevicemanagementdevicecompliancepolicyuserstatus Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementDeviceCompliancePolicyUserStatus --- @@ -30,7 +30,6 @@ Update-MgBetaDeviceManagementDeviceCompliancePolicyUserStatus -DeviceComplianceP [-UserPrincipalName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -41,7 +40,6 @@ Update-MgBetaDeviceManagementDeviceCompliancePolicyUserStatus -DeviceComplianceP [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -54,7 +52,6 @@ Update-MgBetaDeviceManagementDeviceCompliancePolicyUserStatus [-UserPrincipalName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -65,7 +62,6 @@ Update-MgBetaDeviceManagementDeviceCompliancePolicyUserStatus [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementDeviceCompliancePolicyUserStatusOverview.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementDeviceCompliancePolicyUserStatusOverview.md index 3343bf214f7e9..ceb91c9e29ab1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementDeviceCompliancePolicyUserStatusOverview.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementDeviceCompliancePolicyUserStatusOverview.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/update-mgbetadevicemanagementdevicecompliancepolicyuserstatusoverview Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementDeviceCompliancePolicyUserStatusOverview --- @@ -30,7 +30,7 @@ Update-MgBetaDeviceManagementDeviceCompliancePolicyUserStatusOverview [-NotApplicableCount ] [-PendingCount ] [-SuccessCount ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -41,7 +41,6 @@ Update-MgBetaDeviceManagementDeviceCompliancePolicyUserStatusOverview [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -54,7 +53,7 @@ Update-MgBetaDeviceManagementDeviceCompliancePolicyUserStatusOverview [-NotApplicableCount ] [-PendingCount ] [-SuccessCount ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -65,7 +64,7 @@ Update-MgBetaDeviceManagementDeviceCompliancePolicyUserStatusOverview -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.DeviceManagement/Update-MgBetaDeviceManagementDeviceConfiguration.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementDeviceConfiguration.md index 6631efdcdec90..31fffa2f0f98d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementDeviceConfiguration.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementDeviceConfiguration.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/update-mgbetadevicemanagementdeviceconfiguration Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementDeviceConfiguration --- @@ -39,7 +39,7 @@ Update-MgBetaDeviceManagementDeviceConfiguration -DeviceConfigurationId [-UserStatuses ] [-Version ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -49,7 +49,7 @@ Update-MgBetaDeviceManagementDeviceConfiguration -DeviceConfigurationId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -71,7 +71,7 @@ Update-MgBetaDeviceManagementDeviceConfiguration -InputObject ] [-Version ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -81,7 +81,7 @@ Update-MgBetaDeviceManagementDeviceConfiguration -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementDeviceConfigurationAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementDeviceConfigurationAssignment.md index 2c90ab03b5347..4859f9225dc2b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementDeviceConfigurationAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementDeviceConfigurationAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/update-mgbetadevicemanagementdeviceconfigurationassignment Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementDeviceConfigurationAssignment --- @@ -30,7 +30,6 @@ Update-MgBetaDeviceManagementDeviceConfigurationAssignment -DeviceConfigurationA [-Target ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -41,7 +40,6 @@ Update-MgBetaDeviceManagementDeviceConfigurationAssignment -DeviceConfigurationA [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -53,7 +51,6 @@ Update-MgBetaDeviceManagementDeviceConfigurationAssignment -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -63,7 +60,7 @@ Update-MgBetaDeviceManagementDeviceConfigurationAssignment -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementDeviceConfigurationConflictSummary.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementDeviceConfigurationConflictSummary.md index ae17242546034..1a7ba6dd9d37d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementDeviceConfigurationConflictSummary.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementDeviceConfigurationConflictSummary.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/update-mgbetadevicemanagementdeviceconfigurationconflictsummary Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementDeviceConfigurationConflictSummary --- @@ -27,7 +27,7 @@ Update-MgBetaDeviceManagementDeviceConfigurationConflictSummary [-ContributingSettings ] [-DeviceCheckinsImpacted ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -39,7 +39,6 @@ Update-MgBetaDeviceManagementDeviceConfigurationConflictSummary [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -52,7 +51,7 @@ Update-MgBetaDeviceManagementDeviceConfigurationConflictSummary [-ContributingSettings ] [-DeviceCheckinsImpacted ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -64,7 +63,6 @@ Update-MgBetaDeviceManagementDeviceConfigurationConflictSummary [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementDeviceConfigurationDeviceSettingStateSummary.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementDeviceConfigurationDeviceSettingStateSummary.md index 25a5192e566cc..638ba1b1f8a1e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementDeviceConfigurationDeviceSettingStateSummary.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementDeviceConfigurationDeviceSettingStateSummary.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/update-mgbetadevicemanagementdeviceconfigurationdevicesettingstatesummary Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementDeviceConfigurationDeviceSettingStateSummary --- @@ -31,7 +31,7 @@ Update-MgBetaDeviceManagementDeviceConfigurationDeviceSettingStateSummary [-RemediatedDeviceCount ] [-SettingName ] [-UnknownDeviceCount ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -42,7 +42,7 @@ Update-MgBetaDeviceManagementDeviceConfigurationDeviceSettingStateSummary -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -56,7 +56,6 @@ Update-MgBetaDeviceManagementDeviceConfigurationDeviceSettingStateSummary [-UnknownDeviceCount ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -67,7 +66,6 @@ Update-MgBetaDeviceManagementDeviceConfigurationDeviceSettingStateSummary [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementDeviceConfigurationDeviceStateSummary.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementDeviceConfigurationDeviceStateSummary.md index 6e79de777685d..5b34cf1abf885 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementDeviceConfigurationDeviceStateSummary.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementDeviceConfigurationDeviceStateSummary.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/update-mgbetadevicemanagementdeviceconfigurationdevicestatesummary Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementDeviceConfigurationDeviceStateSummary --- @@ -30,7 +30,6 @@ Update-MgBetaDeviceManagementDeviceConfigurationDeviceStateSummary [-UnknownDeviceCount ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -41,7 +40,6 @@ Update-MgBetaDeviceManagementDeviceConfigurationDeviceStateSummary [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementDeviceConfigurationDeviceStatus.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementDeviceConfigurationDeviceStatus.md index 3d40fca394844..1d3e973e7a9c9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementDeviceConfigurationDeviceStatus.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementDeviceConfigurationDeviceStatus.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/update-mgbetadevicemanagementdeviceconfigurationdevicestatus Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementDeviceConfigurationDeviceStatus --- @@ -31,7 +31,7 @@ Update-MgBetaDeviceManagementDeviceConfigurationDeviceStatus [-Status ] [-UserName ] [-UserPrincipalName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -42,7 +42,7 @@ Update-MgBetaDeviceManagementDeviceConfigurationDeviceStatus -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -56,7 +56,6 @@ Update-MgBetaDeviceManagementDeviceConfigurationDeviceStatus [-UserPrincipalName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -67,7 +66,7 @@ Update-MgBetaDeviceManagementDeviceConfigurationDeviceStatus -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.DeviceManagement/Update-MgBetaDeviceManagementDeviceConfigurationDeviceStatusOverview.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementDeviceConfigurationDeviceStatusOverview.md index 7e89d70b14446..caa978da52684 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementDeviceConfigurationDeviceStatusOverview.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementDeviceConfigurationDeviceStatusOverview.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/update-mgbetadevicemanagementdeviceconfigurationdevicestatusoverview Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementDeviceConfigurationDeviceStatusOverview --- @@ -30,7 +30,7 @@ Update-MgBetaDeviceManagementDeviceConfigurationDeviceStatusOverview -DeviceConf [-NotApplicablePlatformCount ] [-PendingCount ] [-SuccessCount ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -41,7 +41,6 @@ Update-MgBetaDeviceManagementDeviceConfigurationDeviceStatusOverview -DeviceConf [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -54,7 +53,7 @@ Update-MgBetaDeviceManagementDeviceConfigurationDeviceStatusOverview [-NotApplicableCount ] [-NotApplicablePlatformCount ] [-PendingCount ] [-SuccessCount ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -66,7 +65,6 @@ Update-MgBetaDeviceManagementDeviceConfigurationDeviceStatusOverview [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementDeviceConfigurationGroupAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementDeviceConfigurationGroupAssignment.md index 715f3baf419d0..16a6e635be3fd 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementDeviceConfigurationGroupAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementDeviceConfigurationGroupAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/update-mgbetadevicemanagementdeviceconfigurationgroupassignment Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementDeviceConfigurationGroupAssignment --- @@ -26,7 +26,7 @@ Update-MgBetaDeviceManagementDeviceConfigurationGroupAssignment [-DeviceConfiguration ] [-ExcludeGroup] [-Id ] [-TargetGroupId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -38,7 +38,6 @@ Update-MgBetaDeviceManagementDeviceConfigurationGroupAssignment [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -50,7 +49,6 @@ Update-MgBetaDeviceManagementDeviceConfigurationGroupAssignment [-ExcludeGroup] [-Id ] [-TargetGroupId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -62,7 +60,6 @@ Update-MgBetaDeviceManagementDeviceConfigurationGroupAssignment [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementDeviceConfigurationUserStateSummary.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementDeviceConfigurationUserStateSummary.md index bd827c1477447..1657f87878eee 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementDeviceConfigurationUserStateSummary.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementDeviceConfigurationUserStateSummary.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/update-mgbetadevicemanagementdeviceconfigurationuserstatesummary Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementDeviceConfigurationUserStateSummary --- @@ -26,7 +26,7 @@ Update-MgBetaDeviceManagementDeviceConfigurationUserStateSummary [-ResponseHeade [-NotApplicableUserCount ] [-RemediatedUserCount ] [-UnknownUserCount ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -37,7 +37,6 @@ Update-MgBetaDeviceManagementDeviceConfigurationUserStateSummary [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementDeviceConfigurationUserStatus.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementDeviceConfigurationUserStatus.md index dfd5fa4c68e51..bea56018059bc 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementDeviceConfigurationUserStatus.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementDeviceConfigurationUserStatus.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/update-mgbetadevicemanagementdeviceconfigurationuserstatus Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementDeviceConfigurationUserStatus --- @@ -30,7 +30,6 @@ Update-MgBetaDeviceManagementDeviceConfigurationUserStatus -DeviceConfigurationI [-UserPrincipalName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -41,7 +40,7 @@ Update-MgBetaDeviceManagementDeviceConfigurationUserStatus -DeviceConfigurationI -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -53,7 +52,6 @@ Update-MgBetaDeviceManagementDeviceConfigurationUserStatus -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -63,7 +61,7 @@ Update-MgBetaDeviceManagementDeviceConfigurationUserStatus -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementDeviceConfigurationUserStatusOverview.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementDeviceConfigurationUserStatusOverview.md index 42520093236c6..6d1160bee5929 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementDeviceConfigurationUserStatusOverview.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementDeviceConfigurationUserStatusOverview.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/update-mgbetadevicemanagementdeviceconfigurationuserstatusoverview Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementDeviceConfigurationUserStatusOverview --- @@ -29,7 +29,7 @@ Update-MgBetaDeviceManagementDeviceConfigurationUserStatusOverview -DeviceConfig [-Id ] [-LastUpdateDateTime ] [-NotApplicableCount ] [-PendingCount ] [-SuccessCount ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -39,7 +39,7 @@ Update-MgBetaDeviceManagementDeviceConfigurationUserStatusOverview -DeviceConfig -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -52,7 +52,7 @@ Update-MgBetaDeviceManagementDeviceConfigurationUserStatusOverview [-NotApplicableCount ] [-PendingCount ] [-SuccessCount ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -63,7 +63,7 @@ Update-MgBetaDeviceManagementDeviceConfigurationUserStatusOverview -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.DeviceManagement/Update-MgBetaDeviceManagementDeviceHealthScript.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementDeviceHealthScript.md index 8d934500600ce..4e6342acb2778 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementDeviceHealthScript.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementDeviceHealthScript.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/update-mgbetadevicemanagementdevicehealthscript Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementDeviceHealthScript --- @@ -34,7 +34,7 @@ Update-MgBetaDeviceManagementDeviceHealthScript -DeviceHealthScriptId [-RunSummary ] [-Version ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -44,7 +44,7 @@ Update-MgBetaDeviceManagementDeviceHealthScript -DeviceHealthScriptId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -64,7 +64,7 @@ Update-MgBetaDeviceManagementDeviceHealthScript -InputObject ] [-Version ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -74,7 +74,7 @@ Update-MgBetaDeviceManagementDeviceHealthScript -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -90,9 +90,9 @@ Update the navigation property deviceHealthScripts in deviceManagement | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementScripts.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, | +| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementScripts.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | DeviceManagementConfiguration.Read.All, DeviceManagementScripts.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, | +| Application | DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementScripts.ReadWrite.All, | ## PARAMETERS @@ -1418,7 +1418,7 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for users to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). @@ -1712,22 +1712,23 @@ Always null when the object hasn't been deleted. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -1757,12 +1758,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -1872,7 +1930,7 @@ Optional. [IncludeBasicClaimSet ]: Determines whether the basic claim set is included in tokens affected by this policy. If set to true, all claims in the basic claim set are emitted in tokens affected by the policy. By default the basic claim set isn't in the tokens unless they're explicitly configured in this policy. - [CreatedByAppId ]: The appId (called Application (client) ID on the Microsoft Entra admin center) of the application used to create the service principal. + [CreatedByAppId ]: The appId of the application that created this service principal. Set internally by Microsoft Entra ID. Read-only. [CreatedObjects ]: Directory objects created by this service principal. @@ -2004,7 +2062,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -2163,13 +2221,13 @@ May not begin with .. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [ApprovedClientApps ]: + [ApprovedClientApps ]: The collection of approved client apps that are associated with the RDS configuration. +Supports $expand. [Id ]: The unique identifier for an entity. Read-only. - [DisplayName ]: + [DisplayName ]: Display name for the client application. [IsRemoteDesktopProtocolEnabled ]: Determines if Microsoft Entra ID RDS authentication protocol for RDP is enabled. [TargetDeviceGroups ]: The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. -
]: The unique identifier for an entity. Read-only. [DisplayName ]: Display name for the target device group. @@ -2530,7 +2588,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. - [ExternalAuthenticationMethods ]: Represents the external methods registered to a user for authentication. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. Optional. @@ -2546,7 +2604,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. - [DisplayName ]: Custom name given to the registered external authentication method. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. @@ -2799,7 +2857,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -3052,7 +3110,7 @@ Read-only. The identifiers must be unique in the tenant. [Birthday ]: The birthday of the user. 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 Returned only on $select. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. Only one number can be set for this property. Read-only for users synced from on-premises directory. @@ -3662,6 +3720,49 @@ This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. Read only. + [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. +Nullable. + [Attachments ]: References to attached objects like files, tabs, meetings etc. + [Body ]: itemBody + [ChannelIdentity ]: channelIdentity + [ChatId ]: If the message was sent in a chat, represents the identity of the chat. + [CreatedDateTime ]: Timestamp of when the chat message was created. + [DeletedDateTime ]: Read only. +Timestamp at which the chat message was deleted, or null if not deleted. + [Etag ]: Read-only. +Version number of the chat message. + [EventDetail ]: eventMessageDetail + [From ]: chatMessageFromIdentitySet + [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. + [Importance ]: chatMessageImportance + [LastEditedDateTime ]: Read only. +Timestamp when edits to the chat message were made. +Triggers an 'Edited' flag in the Teams UI. +If no edits are made the value is null. + [LastModifiedDateTime ]: Read only. +Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. + [Locale ]: Locale of the chat message set by the client. +Always set to en-us. + [Mentions ]: List of entities mentioned in the chat message. +Supported entities are: user, bot, team, channel, chat, and tag. + [MessageHistory ]: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. + [MessageType ]: chatMessageType + [OnBehalfOf ]: chatMessageFromIdentitySet + [PolicyViolation ]: chatMessagePolicyViolation + [Reactions ]: Reactions for this chat message (for example, Like). + [Replies ]: Replies for a specified message. +Supports $expand for channel messages. + [ReplyToId ]: Read-only. +ID of the parent chat message or root chat message of the thread. +(Only applies to chat messages in channels, not chats.) + [Subject ]: The subject of the chat message, in plaintext. + [Summary ]: Summary text of the chat message that could be used for push notifications and summary views or fall back views. +Only applies to channel chat messages, not chat messages in a chat. + [WebUrl ]: Read-only. +Link to the message in Microsoft Teams. + [Id ]: The unique identifier for an entity. +Read-only. + [Recipient ]: identity [TenantId ]: The identifier of the tenant in which the chat was created. Read-only. [Topic ]: (Optional) Subject or topic for the chat. @@ -3697,21 +3798,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -3801,7 +3959,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 @@ -3826,6 +3986,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. @@ -4033,10 +4226,11 @@ 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. + [ContentCategory ]: contentCategory [CorrelationId ]: An identifier used to group multiple related content entries (for example, different parts of the same file upload, messages in a conversation). [CreatedDateTime ]: Required. Timestamp indicating when the original content was created (for example, file creation time, message sent time). @@ -4318,6 +4512,7 @@ To proactively opt in to the new behavior ahead of time, use the contentStream p Nullable. [File ]: file [(Any) ]: This indicates any property can be added to this object. + [ArchiveStatus ]: fileArchiveStatus [Hashes ]: hashes [(Any) ]: This indicates any property can be added to this object. [Crc32Hash ]: The CRC32 value of the file (if available). @@ -4328,6 +4523,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. @@ -4428,6 +4636,17 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(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. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity. @@ -5437,6 +5656,8 @@ 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 total count of items in the list. +Read-only. [Items ]: All items contained in the list. [List ]: listInfo [(Any) ]: This indicates any property can be added to this object. @@ -5533,6 +5754,24 @@ Required. [LearningProviderId ]: The registration ID of the provider. Required. [Status ]: courseStatus + [Storyline ]: User's storyline singleton container. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Followers ]: The users who are following this user. + [Id ]: The unique identifier for an entity. +Read-only. + [Follower ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Followings ]: The users that this user is following. + [Id ]: The unique identifier for an entity. +Read-only. + [Following ]: The Viva Engage identities. [EmployeeHireDate ]: The date and time when the user was hired or will start work if there is a future hire. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. @@ -5547,10 +5786,10 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. @@ -6023,7 +6262,9 @@ Read-write. [(Any) ]: This indicates any property can be added to this object. [ArchiveStatus ]: siteArchiveStatus [ArchivedBy ]: identitySet - [ArchivedDateTime ]: + [ArchivedDateTime ]: Time when the container was archived. +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. [DataLocationCode ]: The geographic region code for where this site collection resides. Only present for multi-geo tenants. Read-only. @@ -6046,7 +6287,7 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. 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. - Returned only on $select. + Requires $select to retrieve. Note: This property is specific to SharePoint Online. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. @@ -6069,6 +6310,27 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityGovernance ]: identityGovernanceUserSettings + [(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 ]: 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 + [(Any) ]: This indicates any property can be added to this object. + [Duration ]: The requestor's desired duration of access represented in ISO 8601 format for durations. +For example, PT3H refers to three hours. + If specified in a request, endDateTime shouldn't be present and the type property should be set to afterDuration. + [EndDateTime ]: Timestamp of 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. + [Type ]: expirationPatternType + [Recurrence ]: patternedRecurrence + [StartDateTime ]: 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. +In PIM, when the eligible or active assignment becomes active. [IdentityParentId ]: The object ID of the parent identity for agent users. Always null for regular user accounts. For agentUser resources, this property references the object ID of the associated agent identity. @@ -6165,7 +6427,7 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for users to describe their interests. -Returned only on $select. +Requires $select to retrieve. [InvitedBy ]: directoryObject [IsLicenseReconciliationNeeded ]: Indicates whether the user is pending an exchange mailbox license assignment. Read-only. @@ -6174,7 +6436,8 @@ Returned only on $select. 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). @@ -6188,24 +6451,24 @@ If this list is non-empty, then only users or groups listed here can post. [AccessType ]: groupAccessType [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are auto-subscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -6215,6 +6478,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -6373,11 +6637,11 @@ You can use it as a $filter argument to get groups that have members with licens Supports $filter (eq). [HideFromAddressLists ]: true if the group isn't displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: true if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [InfoCatalogs ]: Identifies the info segments assigned to the group. Returned by default. @@ -6401,7 +6665,7 @@ Read-only. To manage a group 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. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -6451,6 +6715,7 @@ Read-only. [OnPremisesDomainName ]: Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only. + [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [OnPremisesLastSyncDateTime ]: Indicates the last time at which the group was synced with the on-premises directory.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. Returned by default. @@ -6634,10 +6899,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -6646,9 +6913,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. @@ -6812,7 +7108,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). @@ -6860,6 +7156,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 @@ -7257,12 +7554,12 @@ Immutable. Read-only. [UnseenConversationsCount ]: Count of conversations delivered one or more new posts since the signed-in user's last visit to the group. This property is the same as unseenCount. -Returned only on $select. +Requires $select to retrieve. [UnseenCount ]: Count of conversations that have received new posts since the signed-in user last visited the group. -This property is the same as unseenConversationsCount.Returned only on $select. +This property is the same as unseenConversationsCount.Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [UnseenMessagesCount ]: Count of new posts that have been delivered to the group's conversations since the signed-in user's last visit to the group. -Returned only on $select. +Requires $select to retrieve. [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. @@ -7273,7 +7570,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Requires $select to retrieve. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -7290,16 +7590,16 @@ Nullable. 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. Read-only. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. It also indicates licenses that are directly assigned and the ones the user inherited through group memberships. Read-only. -Returned only on $select. +Requires $select to retrieve. [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. Read-Only. @@ -7425,7 +7725,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -7659,7 +7959,7 @@ Read-only. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Notifications ]: [Id ]: The unique identifier for an entity. Read-only. @@ -7754,6 +8054,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. @@ -7802,6 +8106,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. @@ -8056,7 +8365,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for users to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [PendingAccessReviewInstances ]: Navigation property to get a list of access reviews pending approval by the reviewer. [Id ]: The unique identifier for an entity. Read-only. @@ -8076,14 +8385,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. @@ -8416,7 +8717,7 @@ Example: 'en-US', or 'es-ES'. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -8872,15 +9173,14 @@ Read-only. [WebUrl ]: Link to the institution or department homepage. [Program ]: educationalActivityDetail [(Any) ]: This indicates any property can be added to this object. - [Abbreviation ]: Shortened name of the degree or program (example: PhD, MBA) + [Abbreviation ]: Shortened name of the degree or program, for example, PhD and MBA. [Activities ]: Extracurricular activities undertaken alongside the program. [Awards ]: Any awards or honors associated with the program. [Description ]: Short description of the program provided by the user. [DisplayName ]: Long-form name of the program that the user provided. - [FieldsOfStudy ]: Majors and minors associated with the program. -(if applicable) - [Grade ]: The final grade, class, GPA, or score. - [Notes ]: More notes the user provided. + [FieldsOfStudy ]: Majors and minors associated with the program, if applicable. + [Grade ]: The final grade, class, grade point average (GPA), or score. + [Notes ]: More notes provided by the user. [WebUrl ]: Link to the degree or program page. [StartMonthYear ]: The month and year the user commenced the activity referenced. [Emails ]: Represents detailed information about email addresses associated with the user. @@ -9183,9 +9483,9 @@ Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they have attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: The scoped-role administrative unit memberships for this user. Read-only. Nullable. @@ -9249,7 +9549,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. @@ -9399,7 +9699,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Use revokeSignInSessions to reset. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -9446,6 +9746,48 @@ The language component follows two-letter codes as defined in ISO 639-1, and the For users with multigeo licenses, the property contains the user's region (if available). For users without multigeo licenses, the property contains the organization's region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China. + [Sections ]: The sections in the user's chat list. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the section was created. +Read-only. +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. + [DisplayIcon ]: sectionDisplayIcon + [(Any) ]: This indicates any property can be added to this object. + [ContentUrl ]: The URL to a custom icon image. +Applicable when iconType is custom. + [DisplayName ]: The human-readable name of the icon. + [IconType ]: The type of icon. +Use an emoji character such as 👍 for an emoji icon, or custom for a custom image icon. + [SkinTone ]: sectionIconSkinTone + [DisplayName ]: The display name of the section. +Required. +Maximum length is 50 characters. +Display names are case-sensitive and must be unique within a user's sections. +The following names are reserved for system-defined sections and can't be used when creating a user-defined section: RecentChats, QuickViews, TeamsAndChannels, MutedChats, MeetingChats, EngageCommunities. + [IsExpanded ]: Indicates whether the section is expanded in the user interface. +The default value is true. + [IsHierarchicalViewEnabled ]: Indicates whether the hierarchical view is enabled for the section. +Read-only. + [Items ]: The items (chats, channels, meetings, or communities) organized within the section. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the item was added to the section. +Read-only. +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. + [ItemType ]: sectionItemType + [LastModifiedDateTime ]: Date and time when the item was last modified. +Read-only. +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. + [LastModifiedDateTime ]: Date and time when the section was last modified. +Read-only. +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. + [SectionType ]: sectionType + [SortType ]: sectionSortType [Todo ]: todo [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -9458,6 +9800,12 @@ Read-only. Nullable. [IsOwner ]: True if the user is owner of the given task list. [IsShared ]: True if the task list is shared with other users + [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the task list. +Read-only. +Nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Value ]: The value of the property. [Tasks ]: The tasks in this task list. Read-only. Nullable. @@ -9521,9 +9869,6 @@ Read-only. [Recurrence ]: patternedRecurrence [ReminderDateTime ]: dateTimeTimeZone [SingleValueExtendedProperties ]: A collection of custom fields linked to the task. - [Id ]: The unique identifier for an entity. -Read-only. - [Value ]: The value of the property. [StartDateTime ]: dateTimeTimeZone [Status ]: taskStatus [Title ]: A brief description of the task. @@ -9575,6 +9920,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. @@ -9612,6 +9959,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. @@ -9634,6 +9982,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 ]: @@ -9687,6 +10036,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. @@ -9696,8 +10047,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. @@ -9713,6 +10062,8 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -10202,7 +10553,7 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for users to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). @@ -10496,22 +10847,23 @@ Always null when the object hasn't been deleted. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -10541,12 +10893,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -10656,7 +11065,7 @@ Optional. [IncludeBasicClaimSet ]: Determines whether the basic claim set is included in tokens affected by this policy. If set to true, all claims in the basic claim set are emitted in tokens affected by the policy. By default the basic claim set isn't in the tokens unless they're explicitly configured in this policy. - [CreatedByAppId ]: The appId (called Application (client) ID on the Microsoft Entra admin center) of the application used to create the service principal. + [CreatedByAppId ]: The appId of the application that created this service principal. Set internally by Microsoft Entra ID. Read-only. [CreatedObjects ]: Directory objects created by this service principal. @@ -10788,7 +11197,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -10947,13 +11356,13 @@ May not begin with .. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [ApprovedClientApps ]: + [ApprovedClientApps ]: The collection of approved client apps that are associated with the RDS configuration. +Supports $expand. [Id ]: The unique identifier for an entity. Read-only. - [DisplayName ]: + [DisplayName ]: Display name for the client application. [IsRemoteDesktopProtocolEnabled ]: Determines if Microsoft Entra ID RDS authentication protocol for RDP is enabled. [TargetDeviceGroups ]: The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. -
]: The unique identifier for an entity. Read-only. [DisplayName ]: Display name for the target device group. @@ -11314,7 +11723,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. - [ExternalAuthenticationMethods ]: Represents the external methods registered to a user for authentication. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. Optional. @@ -11330,7 +11739,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. - [DisplayName ]: Custom name given to the registered external authentication method. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. @@ -11583,7 +11992,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -11836,7 +12245,7 @@ Read-only. The identifiers must be unique in the tenant. [Birthday ]: The birthday of the user. 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 Returned only on $select. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. Only one number can be set for this property. Read-only for users synced from on-premises directory. @@ -12446,6 +12855,49 @@ This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. Read only. + [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. +Nullable. + [Attachments ]: References to attached objects like files, tabs, meetings etc. + [Body ]: itemBody + [ChannelIdentity ]: channelIdentity + [ChatId ]: If the message was sent in a chat, represents the identity of the chat. + [CreatedDateTime ]: Timestamp of when the chat message was created. + [DeletedDateTime ]: Read only. +Timestamp at which the chat message was deleted, or null if not deleted. + [Etag ]: Read-only. +Version number of the chat message. + [EventDetail ]: eventMessageDetail + [From ]: chatMessageFromIdentitySet + [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. + [Importance ]: chatMessageImportance + [LastEditedDateTime ]: Read only. +Timestamp when edits to the chat message were made. +Triggers an 'Edited' flag in the Teams UI. +If no edits are made the value is null. + [LastModifiedDateTime ]: Read only. +Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. + [Locale ]: Locale of the chat message set by the client. +Always set to en-us. + [Mentions ]: List of entities mentioned in the chat message. +Supported entities are: user, bot, team, channel, chat, and tag. + [MessageHistory ]: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. + [MessageType ]: chatMessageType + [OnBehalfOf ]: chatMessageFromIdentitySet + [PolicyViolation ]: chatMessagePolicyViolation + [Reactions ]: Reactions for this chat message (for example, Like). + [Replies ]: Replies for a specified message. +Supports $expand for channel messages. + [ReplyToId ]: Read-only. +ID of the parent chat message or root chat message of the thread. +(Only applies to chat messages in channels, not chats.) + [Subject ]: The subject of the chat message, in plaintext. + [Summary ]: Summary text of the chat message that could be used for push notifications and summary views or fall back views. +Only applies to channel chat messages, not chat messages in a chat. + [WebUrl ]: Read-only. +Link to the message in Microsoft Teams. + [Id ]: The unique identifier for an entity. +Read-only. + [Recipient ]: identity [TenantId ]: The identifier of the tenant in which the chat was created. Read-only. [Topic ]: (Optional) Subject or topic for the chat. @@ -12481,21 +12933,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -12585,7 +13094,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 @@ -12610,6 +13121,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. @@ -12817,10 +13361,11 @@ 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. + [ContentCategory ]: contentCategory [CorrelationId ]: An identifier used to group multiple related content entries (for example, different parts of the same file upload, messages in a conversation). [CreatedDateTime ]: Required. Timestamp indicating when the original content was created (for example, file creation time, message sent time). @@ -13105,6 +13650,7 @@ To proactively opt in to the new behavior ahead of time, use the contentStream p Nullable. [File ]: file [(Any) ]: This indicates any property can be added to this object. + [ArchiveStatus ]: fileArchiveStatus [Hashes ]: hashes [(Any) ]: This indicates any property can be added to this object. [Crc32Hash ]: The CRC32 value of the file (if available). @@ -13115,6 +13661,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. @@ -13215,6 +13774,17 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(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. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity. @@ -14224,6 +14794,8 @@ 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 total count of items in the list. +Read-only. [Items ]: All items contained in the list. [List ]: listInfo [(Any) ]: This indicates any property can be added to this object. @@ -14320,6 +14892,24 @@ Required. [LearningProviderId ]: The registration ID of the provider. Required. [Status ]: courseStatus + [Storyline ]: User's storyline singleton container. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Followers ]: The users who are following this user. + [Id ]: The unique identifier for an entity. +Read-only. + [Follower ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Followings ]: The users that this user is following. + [Id ]: The unique identifier for an entity. +Read-only. + [Following ]: The Viva Engage identities. [EmployeeHireDate ]: The date and time when the user was hired or will start work if there is a future hire. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. @@ -14334,10 +14924,10 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. @@ -14810,7 +15400,9 @@ Read-write. [(Any) ]: This indicates any property can be added to this object. [ArchiveStatus ]: siteArchiveStatus [ArchivedBy ]: identitySet - [ArchivedDateTime ]: + [ArchivedDateTime ]: Time when the container was archived. +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. [DataLocationCode ]: The geographic region code for where this site collection resides. Only present for multi-geo tenants. Read-only. @@ -14833,7 +15425,7 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. 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. - Returned only on $select. + Requires $select to retrieve. Note: This property is specific to SharePoint Online. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. @@ -14856,6 +15448,27 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityGovernance ]: identityGovernanceUserSettings + [(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 ]: 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 + [(Any) ]: This indicates any property can be added to this object. + [Duration ]: The requestor's desired duration of access represented in ISO 8601 format for durations. +For example, PT3H refers to three hours. + If specified in a request, endDateTime shouldn't be present and the type property should be set to afterDuration. + [EndDateTime ]: Timestamp of 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. + [Type ]: expirationPatternType + [Recurrence ]: patternedRecurrence + [StartDateTime ]: 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. +In PIM, when the eligible or active assignment becomes active. [IdentityParentId ]: The object ID of the parent identity for agent users. Always null for regular user accounts. For agentUser resources, this property references the object ID of the associated agent identity. @@ -14952,7 +15565,7 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for users to describe their interests. -Returned only on $select. +Requires $select to retrieve. [InvitedBy ]: directoryObject [IsLicenseReconciliationNeeded ]: Indicates whether the user is pending an exchange mailbox license assignment. Read-only. @@ -14961,7 +15574,8 @@ Returned only on $select. 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). @@ -14975,24 +15589,24 @@ If this list is non-empty, then only users or groups listed here can post. [AccessType ]: groupAccessType [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are auto-subscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -15002,6 +15616,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -15160,11 +15775,11 @@ You can use it as a $filter argument to get groups that have members with licens Supports $filter (eq). [HideFromAddressLists ]: true if the group isn't displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: true if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [InfoCatalogs ]: Identifies the info segments assigned to the group. Returned by default. @@ -15188,7 +15803,7 @@ Read-only. To manage a group 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. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -15238,6 +15853,7 @@ Read-only. [OnPremisesDomainName ]: Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only. + [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [OnPremisesLastSyncDateTime ]: Indicates the last time at which the group was synced with the on-premises directory.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. Returned by default. @@ -15421,10 +16037,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -15433,9 +16051,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. @@ -15599,7 +16246,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). @@ -15647,6 +16294,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 @@ -16044,12 +16692,12 @@ Immutable. Read-only. [UnseenConversationsCount ]: Count of conversations delivered one or more new posts since the signed-in user's last visit to the group. This property is the same as unseenCount. -Returned only on $select. +Requires $select to retrieve. [UnseenCount ]: Count of conversations that have received new posts since the signed-in user last visited the group. -This property is the same as unseenConversationsCount.Returned only on $select. +This property is the same as unseenConversationsCount.Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [UnseenMessagesCount ]: Count of new posts that have been delivered to the group's conversations since the signed-in user's last visit to the group. -Returned only on $select. +Requires $select to retrieve. [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. @@ -16060,7 +16708,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Requires $select to retrieve. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -16077,16 +16728,16 @@ Nullable. 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. Read-only. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. It also indicates licenses that are directly assigned and the ones the user inherited through group memberships. Read-only. -Returned only on $select. +Requires $select to retrieve. [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. Read-Only. @@ -16212,7 +16863,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -16446,7 +17097,7 @@ Read-only. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Notifications ]: [Id ]: The unique identifier for an entity. Read-only. @@ -16541,6 +17192,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. @@ -16589,6 +17244,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. @@ -16843,7 +17503,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for users to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [PendingAccessReviewInstances ]: Navigation property to get a list of access reviews pending approval by the reviewer. [Id ]: The unique identifier for an entity. Read-only. @@ -16863,14 +17523,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. @@ -17203,7 +17855,7 @@ Example: 'en-US', or 'es-ES'. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -17659,15 +18311,14 @@ Read-only. [WebUrl ]: Link to the institution or department homepage. [Program ]: educationalActivityDetail [(Any) ]: This indicates any property can be added to this object. - [Abbreviation ]: Shortened name of the degree or program (example: PhD, MBA) + [Abbreviation ]: Shortened name of the degree or program, for example, PhD and MBA. [Activities ]: Extracurricular activities undertaken alongside the program. [Awards ]: Any awards or honors associated with the program. [Description ]: Short description of the program provided by the user. [DisplayName ]: Long-form name of the program that the user provided. - [FieldsOfStudy ]: Majors and minors associated with the program. -(if applicable) - [Grade ]: The final grade, class, GPA, or score. - [Notes ]: More notes the user provided. + [FieldsOfStudy ]: Majors and minors associated with the program, if applicable. + [Grade ]: The final grade, class, grade point average (GPA), or score. + [Notes ]: More notes provided by the user. [WebUrl ]: Link to the degree or program page. [StartMonthYear ]: The month and year the user commenced the activity referenced. [Emails ]: Represents detailed information about email addresses associated with the user. @@ -17970,9 +18621,9 @@ Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they have attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: The scoped-role administrative unit memberships for this user. Read-only. Nullable. @@ -18036,7 +18687,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. @@ -18186,7 +18837,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Use revokeSignInSessions to reset. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -18233,6 +18884,48 @@ The language component follows two-letter codes as defined in ISO 639-1, and the For users with multigeo licenses, the property contains the user's region (if available). For users without multigeo licenses, the property contains the organization's region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China. + [Sections ]: The sections in the user's chat list. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the section was created. +Read-only. +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. + [DisplayIcon ]: sectionDisplayIcon + [(Any) ]: This indicates any property can be added to this object. + [ContentUrl ]: The URL to a custom icon image. +Applicable when iconType is custom. + [DisplayName ]: The human-readable name of the icon. + [IconType ]: The type of icon. +Use an emoji character such as 👍 for an emoji icon, or custom for a custom image icon. + [SkinTone ]: sectionIconSkinTone + [DisplayName ]: The display name of the section. +Required. +Maximum length is 50 characters. +Display names are case-sensitive and must be unique within a user's sections. +The following names are reserved for system-defined sections and can't be used when creating a user-defined section: RecentChats, QuickViews, TeamsAndChannels, MutedChats, MeetingChats, EngageCommunities. + [IsExpanded ]: Indicates whether the section is expanded in the user interface. +The default value is true. + [IsHierarchicalViewEnabled ]: Indicates whether the hierarchical view is enabled for the section. +Read-only. + [Items ]: The items (chats, channels, meetings, or communities) organized within the section. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the item was added to the section. +Read-only. +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. + [ItemType ]: sectionItemType + [LastModifiedDateTime ]: Date and time when the item was last modified. +Read-only. +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. + [LastModifiedDateTime ]: Date and time when the section was last modified. +Read-only. +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. + [SectionType ]: sectionType + [SortType ]: sectionSortType [Todo ]: todo [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -18245,6 +18938,12 @@ Read-only. Nullable. [IsOwner ]: True if the user is owner of the given task list. [IsShared ]: True if the task list is shared with other users + [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the task list. +Read-only. +Nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Value ]: The value of the property. [Tasks ]: The tasks in this task list. Read-only. Nullable. @@ -18308,9 +19007,6 @@ Read-only. [Recurrence ]: patternedRecurrence [ReminderDateTime ]: dateTimeTimeZone [SingleValueExtendedProperties ]: A collection of custom fields linked to the task. - [Id ]: The unique identifier for an entity. -Read-only. - [Value ]: The value of the property. [StartDateTime ]: dateTimeTimeZone [Status ]: taskStatus [Title ]: A brief description of the task. @@ -18362,6 +19058,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. @@ -18399,6 +19097,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. @@ -18421,6 +19120,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 ]: @@ -18474,6 +19174,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. @@ -18483,8 +19185,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. @@ -18500,6 +19200,8 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementDeviceHealthScriptAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementDeviceHealthScriptAssignment.md index 787fe83b71ef6..e7409f7928e4c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementDeviceHealthScriptAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementDeviceHealthScriptAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/update-mgbetadevicemanagementdevicehealthscriptassignment Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementDeviceHealthScriptAssignment --- @@ -27,7 +27,6 @@ Update-MgBetaDeviceManagementDeviceHealthScriptAssignment -DeviceHealthScriptAss [-Target ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -38,7 +37,6 @@ Update-MgBetaDeviceManagementDeviceHealthScriptAssignment -DeviceHealthScriptAss [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -50,7 +48,6 @@ Update-MgBetaDeviceManagementDeviceHealthScriptAssignment -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -60,7 +57,7 @@ Update-MgBetaDeviceManagementDeviceHealthScriptAssignment -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementDeviceHealthScriptDeviceRunState.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementDeviceHealthScriptDeviceRunState.md index ef9051b69ecb6..d67f236267b43 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementDeviceHealthScriptDeviceRunState.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementDeviceHealthScriptDeviceRunState.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/update-mgbetadevicemanagementdevicehealthscriptdevicerunstate Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementDeviceHealthScriptDeviceRunState --- @@ -31,7 +31,7 @@ Update-MgBetaDeviceManagementDeviceHealthScriptDeviceRunState [-RemediationScriptError ] [-RemediationState ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -42,7 +42,7 @@ Update-MgBetaDeviceManagementDeviceHealthScriptDeviceRunState -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -58,7 +58,7 @@ Update-MgBetaDeviceManagementDeviceHealthScriptDeviceRunState [-RemediationScriptError ] [-RemediationState ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -69,7 +69,7 @@ Update-MgBetaDeviceManagementDeviceHealthScriptDeviceRunState -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -1238,7 +1238,7 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for users to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). @@ -1532,22 +1532,23 @@ Always null when the object hasn't been deleted. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -1577,12 +1578,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -1692,7 +1750,7 @@ Optional. [IncludeBasicClaimSet ]: Determines whether the basic claim set is included in tokens affected by this policy. If set to true, all claims in the basic claim set are emitted in tokens affected by the policy. By default the basic claim set isn't in the tokens unless they're explicitly configured in this policy. - [CreatedByAppId ]: The appId (called Application (client) ID on the Microsoft Entra admin center) of the application used to create the service principal. + [CreatedByAppId ]: The appId of the application that created this service principal. Set internally by Microsoft Entra ID. Read-only. [CreatedObjects ]: Directory objects created by this service principal. @@ -1824,7 +1882,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -1983,13 +2041,13 @@ May not begin with .. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [ApprovedClientApps ]: + [ApprovedClientApps ]: The collection of approved client apps that are associated with the RDS configuration. +Supports $expand. [Id ]: The unique identifier for an entity. Read-only. - [DisplayName ]: + [DisplayName ]: Display name for the client application. [IsRemoteDesktopProtocolEnabled ]: Determines if Microsoft Entra ID RDS authentication protocol for RDP is enabled. [TargetDeviceGroups ]: The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. -
]: The unique identifier for an entity. Read-only. [DisplayName ]: Display name for the target device group. @@ -2350,7 +2408,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. - [ExternalAuthenticationMethods ]: Represents the external methods registered to a user for authentication. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. Optional. @@ -2366,7 +2424,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. - [DisplayName ]: Custom name given to the registered external authentication method. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. @@ -2619,7 +2677,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -2872,7 +2930,7 @@ Read-only. The identifiers must be unique in the tenant. [Birthday ]: The birthday of the user. 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 Returned only on $select. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. Only one number can be set for this property. Read-only for users synced from on-premises directory. @@ -3482,6 +3540,49 @@ This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. Read only. + [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. +Nullable. + [Attachments ]: References to attached objects like files, tabs, meetings etc. + [Body ]: itemBody + [ChannelIdentity ]: channelIdentity + [ChatId ]: If the message was sent in a chat, represents the identity of the chat. + [CreatedDateTime ]: Timestamp of when the chat message was created. + [DeletedDateTime ]: Read only. +Timestamp at which the chat message was deleted, or null if not deleted. + [Etag ]: Read-only. +Version number of the chat message. + [EventDetail ]: eventMessageDetail + [From ]: chatMessageFromIdentitySet + [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. + [Importance ]: chatMessageImportance + [LastEditedDateTime ]: Read only. +Timestamp when edits to the chat message were made. +Triggers an 'Edited' flag in the Teams UI. +If no edits are made the value is null. + [LastModifiedDateTime ]: Read only. +Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. + [Locale ]: Locale of the chat message set by the client. +Always set to en-us. + [Mentions ]: List of entities mentioned in the chat message. +Supported entities are: user, bot, team, channel, chat, and tag. + [MessageHistory ]: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. + [MessageType ]: chatMessageType + [OnBehalfOf ]: chatMessageFromIdentitySet + [PolicyViolation ]: chatMessagePolicyViolation + [Reactions ]: Reactions for this chat message (for example, Like). + [Replies ]: Replies for a specified message. +Supports $expand for channel messages. + [ReplyToId ]: Read-only. +ID of the parent chat message or root chat message of the thread. +(Only applies to chat messages in channels, not chats.) + [Subject ]: The subject of the chat message, in plaintext. + [Summary ]: Summary text of the chat message that could be used for push notifications and summary views or fall back views. +Only applies to channel chat messages, not chat messages in a chat. + [WebUrl ]: Read-only. +Link to the message in Microsoft Teams. + [Id ]: The unique identifier for an entity. +Read-only. + [Recipient ]: identity [TenantId ]: The identifier of the tenant in which the chat was created. Read-only. [Topic ]: (Optional) Subject or topic for the chat. @@ -3517,21 +3618,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -3621,7 +3779,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 @@ -3646,6 +3806,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. @@ -3853,10 +4046,11 @@ 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. + [ContentCategory ]: contentCategory [CorrelationId ]: An identifier used to group multiple related content entries (for example, different parts of the same file upload, messages in a conversation). [CreatedDateTime ]: Required. Timestamp indicating when the original content was created (for example, file creation time, message sent time). @@ -4141,6 +4335,7 @@ To proactively opt in to the new behavior ahead of time, use the contentStream p Nullable. [File ]: file [(Any) ]: This indicates any property can be added to this object. + [ArchiveStatus ]: fileArchiveStatus [Hashes ]: hashes [(Any) ]: This indicates any property can be added to this object. [Crc32Hash ]: The CRC32 value of the file (if available). @@ -4151,6 +4346,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. @@ -4251,6 +4459,17 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(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. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity. @@ -5260,6 +5479,8 @@ 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 total count of items in the list. +Read-only. [Items ]: All items contained in the list. [List ]: listInfo [(Any) ]: This indicates any property can be added to this object. @@ -5356,6 +5577,24 @@ Required. [LearningProviderId ]: The registration ID of the provider. Required. [Status ]: courseStatus + [Storyline ]: User's storyline singleton container. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Followers ]: The users who are following this user. + [Id ]: The unique identifier for an entity. +Read-only. + [Follower ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Followings ]: The users that this user is following. + [Id ]: The unique identifier for an entity. +Read-only. + [Following ]: The Viva Engage identities. [EmployeeHireDate ]: The date and time when the user was hired or will start work if there is a future hire. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. @@ -5370,10 +5609,10 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. @@ -5846,7 +6085,9 @@ Read-write. [(Any) ]: This indicates any property can be added to this object. [ArchiveStatus ]: siteArchiveStatus [ArchivedBy ]: identitySet - [ArchivedDateTime ]: + [ArchivedDateTime ]: Time when the container was archived. +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. [DataLocationCode ]: The geographic region code for where this site collection resides. Only present for multi-geo tenants. Read-only. @@ -5869,7 +6110,7 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. 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. - Returned only on $select. + Requires $select to retrieve. Note: This property is specific to SharePoint Online. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. @@ -5892,6 +6133,27 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityGovernance ]: identityGovernanceUserSettings + [(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 ]: 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 + [(Any) ]: This indicates any property can be added to this object. + [Duration ]: The requestor's desired duration of access represented in ISO 8601 format for durations. +For example, PT3H refers to three hours. + If specified in a request, endDateTime shouldn't be present and the type property should be set to afterDuration. + [EndDateTime ]: Timestamp of 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. + [Type ]: expirationPatternType + [Recurrence ]: patternedRecurrence + [StartDateTime ]: 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. +In PIM, when the eligible or active assignment becomes active. [IdentityParentId ]: The object ID of the parent identity for agent users. Always null for regular user accounts. For agentUser resources, this property references the object ID of the associated agent identity. @@ -5988,7 +6250,7 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for users to describe their interests. -Returned only on $select. +Requires $select to retrieve. [InvitedBy ]: directoryObject [IsLicenseReconciliationNeeded ]: Indicates whether the user is pending an exchange mailbox license assignment. Read-only. @@ -5997,7 +6259,8 @@ Returned only on $select. 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). @@ -6011,24 +6274,24 @@ If this list is non-empty, then only users or groups listed here can post. [AccessType ]: groupAccessType [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are auto-subscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -6038,6 +6301,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -6196,11 +6460,11 @@ You can use it as a $filter argument to get groups that have members with licens Supports $filter (eq). [HideFromAddressLists ]: true if the group isn't displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: true if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [InfoCatalogs ]: Identifies the info segments assigned to the group. Returned by default. @@ -6224,7 +6488,7 @@ Read-only. To manage a group 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. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -6274,6 +6538,7 @@ Read-only. [OnPremisesDomainName ]: Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only. + [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [OnPremisesLastSyncDateTime ]: Indicates the last time at which the group was synced with the on-premises directory.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. Returned by default. @@ -6457,10 +6722,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -6469,9 +6736,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. @@ -6635,7 +6931,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). @@ -6683,6 +6979,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 @@ -7080,12 +7377,12 @@ Immutable. Read-only. [UnseenConversationsCount ]: Count of conversations delivered one or more new posts since the signed-in user's last visit to the group. This property is the same as unseenCount. -Returned only on $select. +Requires $select to retrieve. [UnseenCount ]: Count of conversations that have received new posts since the signed-in user last visited the group. -This property is the same as unseenConversationsCount.Returned only on $select. +This property is the same as unseenConversationsCount.Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [UnseenMessagesCount ]: Count of new posts that have been delivered to the group's conversations since the signed-in user's last visit to the group. -Returned only on $select. +Requires $select to retrieve. [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. @@ -7096,7 +7393,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Requires $select to retrieve. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -7113,16 +7413,16 @@ Nullable. 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. Read-only. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. It also indicates licenses that are directly assigned and the ones the user inherited through group memberships. Read-only. -Returned only on $select. +Requires $select to retrieve. [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. Read-Only. @@ -7248,7 +7548,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -7482,7 +7782,7 @@ Read-only. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Notifications ]: [Id ]: The unique identifier for an entity. Read-only. @@ -7577,6 +7877,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. @@ -7625,6 +7929,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. @@ -7879,7 +8188,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for users to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [PendingAccessReviewInstances ]: Navigation property to get a list of access reviews pending approval by the reviewer. [Id ]: The unique identifier for an entity. Read-only. @@ -7899,14 +8208,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. @@ -8239,7 +8540,7 @@ Example: 'en-US', or 'es-ES'. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -8695,15 +8996,14 @@ Read-only. [WebUrl ]: Link to the institution or department homepage. [Program ]: educationalActivityDetail [(Any) ]: This indicates any property can be added to this object. - [Abbreviation ]: Shortened name of the degree or program (example: PhD, MBA) + [Abbreviation ]: Shortened name of the degree or program, for example, PhD and MBA. [Activities ]: Extracurricular activities undertaken alongside the program. [Awards ]: Any awards or honors associated with the program. [Description ]: Short description of the program provided by the user. [DisplayName ]: Long-form name of the program that the user provided. - [FieldsOfStudy ]: Majors and minors associated with the program. -(if applicable) - [Grade ]: The final grade, class, GPA, or score. - [Notes ]: More notes the user provided. + [FieldsOfStudy ]: Majors and minors associated with the program, if applicable. + [Grade ]: The final grade, class, grade point average (GPA), or score. + [Notes ]: More notes provided by the user. [WebUrl ]: Link to the degree or program page. [StartMonthYear ]: The month and year the user commenced the activity referenced. [Emails ]: Represents detailed information about email addresses associated with the user. @@ -9006,9 +9306,9 @@ Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they have attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: The scoped-role administrative unit memberships for this user. Read-only. Nullable. @@ -9072,7 +9372,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. @@ -9222,7 +9522,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Use revokeSignInSessions to reset. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -9269,6 +9569,48 @@ The language component follows two-letter codes as defined in ISO 639-1, and the For users with multigeo licenses, the property contains the user's region (if available). For users without multigeo licenses, the property contains the organization's region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China. + [Sections ]: The sections in the user's chat list. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the section was created. +Read-only. +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. + [DisplayIcon ]: sectionDisplayIcon + [(Any) ]: This indicates any property can be added to this object. + [ContentUrl ]: The URL to a custom icon image. +Applicable when iconType is custom. + [DisplayName ]: The human-readable name of the icon. + [IconType ]: The type of icon. +Use an emoji character such as 👍 for an emoji icon, or custom for a custom image icon. + [SkinTone ]: sectionIconSkinTone + [DisplayName ]: The display name of the section. +Required. +Maximum length is 50 characters. +Display names are case-sensitive and must be unique within a user's sections. +The following names are reserved for system-defined sections and can't be used when creating a user-defined section: RecentChats, QuickViews, TeamsAndChannels, MutedChats, MeetingChats, EngageCommunities. + [IsExpanded ]: Indicates whether the section is expanded in the user interface. +The default value is true. + [IsHierarchicalViewEnabled ]: Indicates whether the hierarchical view is enabled for the section. +Read-only. + [Items ]: The items (chats, channels, meetings, or communities) organized within the section. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the item was added to the section. +Read-only. +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. + [ItemType ]: sectionItemType + [LastModifiedDateTime ]: Date and time when the item was last modified. +Read-only. +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. + [LastModifiedDateTime ]: Date and time when the section was last modified. +Read-only. +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. + [SectionType ]: sectionType + [SortType ]: sectionSortType [Todo ]: todo [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -9281,6 +9623,12 @@ Read-only. Nullable. [IsOwner ]: True if the user is owner of the given task list. [IsShared ]: True if the task list is shared with other users + [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the task list. +Read-only. +Nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Value ]: The value of the property. [Tasks ]: The tasks in this task list. Read-only. Nullable. @@ -9344,9 +9692,6 @@ Read-only. [Recurrence ]: patternedRecurrence [ReminderDateTime ]: dateTimeTimeZone [SingleValueExtendedProperties ]: A collection of custom fields linked to the task. - [Id ]: The unique identifier for an entity. -Read-only. - [Value ]: The value of the property. [StartDateTime ]: dateTimeTimeZone [Status ]: taskStatus [Title ]: A brief description of the task. @@ -9398,6 +9743,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. @@ -9435,6 +9782,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. @@ -9457,6 +9805,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 ]: @@ -9510,6 +9859,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. @@ -9519,8 +9870,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. @@ -9536,6 +9885,8 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -10093,7 +10444,7 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for users to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). @@ -10387,22 +10738,23 @@ Always null when the object hasn't been deleted. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -10432,12 +10784,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -10547,7 +10956,7 @@ Optional. [IncludeBasicClaimSet ]: Determines whether the basic claim set is included in tokens affected by this policy. If set to true, all claims in the basic claim set are emitted in tokens affected by the policy. By default the basic claim set isn't in the tokens unless they're explicitly configured in this policy. - [CreatedByAppId ]: The appId (called Application (client) ID on the Microsoft Entra admin center) of the application used to create the service principal. + [CreatedByAppId ]: The appId of the application that created this service principal. Set internally by Microsoft Entra ID. Read-only. [CreatedObjects ]: Directory objects created by this service principal. @@ -10679,7 +11088,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -10838,13 +11247,13 @@ May not begin with .. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [ApprovedClientApps ]: + [ApprovedClientApps ]: The collection of approved client apps that are associated with the RDS configuration. +Supports $expand. [Id ]: The unique identifier for an entity. Read-only. - [DisplayName ]: + [DisplayName ]: Display name for the client application. [IsRemoteDesktopProtocolEnabled ]: Determines if Microsoft Entra ID RDS authentication protocol for RDP is enabled. [TargetDeviceGroups ]: The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. -
]: The unique identifier for an entity. Read-only. [DisplayName ]: Display name for the target device group. @@ -11205,7 +11614,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. - [ExternalAuthenticationMethods ]: Represents the external methods registered to a user for authentication. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. Optional. @@ -11221,7 +11630,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. - [DisplayName ]: Custom name given to the registered external authentication method. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. @@ -11474,7 +11883,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -11727,7 +12136,7 @@ Read-only. The identifiers must be unique in the tenant. [Birthday ]: The birthday of the user. 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 Returned only on $select. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. Only one number can be set for this property. Read-only for users synced from on-premises directory. @@ -12337,6 +12746,49 @@ This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. Read only. + [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. +Nullable. + [Attachments ]: References to attached objects like files, tabs, meetings etc. + [Body ]: itemBody + [ChannelIdentity ]: channelIdentity + [ChatId ]: If the message was sent in a chat, represents the identity of the chat. + [CreatedDateTime ]: Timestamp of when the chat message was created. + [DeletedDateTime ]: Read only. +Timestamp at which the chat message was deleted, or null if not deleted. + [Etag ]: Read-only. +Version number of the chat message. + [EventDetail ]: eventMessageDetail + [From ]: chatMessageFromIdentitySet + [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. + [Importance ]: chatMessageImportance + [LastEditedDateTime ]: Read only. +Timestamp when edits to the chat message were made. +Triggers an 'Edited' flag in the Teams UI. +If no edits are made the value is null. + [LastModifiedDateTime ]: Read only. +Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. + [Locale ]: Locale of the chat message set by the client. +Always set to en-us. + [Mentions ]: List of entities mentioned in the chat message. +Supported entities are: user, bot, team, channel, chat, and tag. + [MessageHistory ]: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. + [MessageType ]: chatMessageType + [OnBehalfOf ]: chatMessageFromIdentitySet + [PolicyViolation ]: chatMessagePolicyViolation + [Reactions ]: Reactions for this chat message (for example, Like). + [Replies ]: Replies for a specified message. +Supports $expand for channel messages. + [ReplyToId ]: Read-only. +ID of the parent chat message or root chat message of the thread. +(Only applies to chat messages in channels, not chats.) + [Subject ]: The subject of the chat message, in plaintext. + [Summary ]: Summary text of the chat message that could be used for push notifications and summary views or fall back views. +Only applies to channel chat messages, not chat messages in a chat. + [WebUrl ]: Read-only. +Link to the message in Microsoft Teams. + [Id ]: The unique identifier for an entity. +Read-only. + [Recipient ]: identity [TenantId ]: The identifier of the tenant in which the chat was created. Read-only. [Topic ]: (Optional) Subject or topic for the chat. @@ -12372,21 +12824,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -12476,7 +12985,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 @@ -12501,6 +13012,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. @@ -12708,10 +13252,11 @@ 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. + [ContentCategory ]: contentCategory [CorrelationId ]: An identifier used to group multiple related content entries (for example, different parts of the same file upload, messages in a conversation). [CreatedDateTime ]: Required. Timestamp indicating when the original content was created (for example, file creation time, message sent time). @@ -12996,6 +13541,7 @@ To proactively opt in to the new behavior ahead of time, use the contentStream p Nullable. [File ]: file [(Any) ]: This indicates any property can be added to this object. + [ArchiveStatus ]: fileArchiveStatus [Hashes ]: hashes [(Any) ]: This indicates any property can be added to this object. [Crc32Hash ]: The CRC32 value of the file (if available). @@ -13006,6 +13552,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. @@ -13106,6 +13665,17 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(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. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity. @@ -14115,6 +14685,8 @@ 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 total count of items in the list. +Read-only. [Items ]: All items contained in the list. [List ]: listInfo [(Any) ]: This indicates any property can be added to this object. @@ -14211,6 +14783,24 @@ Required. [LearningProviderId ]: The registration ID of the provider. Required. [Status ]: courseStatus + [Storyline ]: User's storyline singleton container. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Followers ]: The users who are following this user. + [Id ]: The unique identifier for an entity. +Read-only. + [Follower ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Followings ]: The users that this user is following. + [Id ]: The unique identifier for an entity. +Read-only. + [Following ]: The Viva Engage identities. [EmployeeHireDate ]: The date and time when the user was hired or will start work if there is a future hire. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. @@ -14225,10 +14815,10 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. @@ -14701,7 +15291,9 @@ Read-write. [(Any) ]: This indicates any property can be added to this object. [ArchiveStatus ]: siteArchiveStatus [ArchivedBy ]: identitySet - [ArchivedDateTime ]: + [ArchivedDateTime ]: Time when the container was archived. +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. [DataLocationCode ]: The geographic region code for where this site collection resides. Only present for multi-geo tenants. Read-only. @@ -14724,7 +15316,7 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. 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. - Returned only on $select. + Requires $select to retrieve. Note: This property is specific to SharePoint Online. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. @@ -14747,6 +15339,27 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityGovernance ]: identityGovernanceUserSettings + [(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 ]: 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 + [(Any) ]: This indicates any property can be added to this object. + [Duration ]: The requestor's desired duration of access represented in ISO 8601 format for durations. +For example, PT3H refers to three hours. + If specified in a request, endDateTime shouldn't be present and the type property should be set to afterDuration. + [EndDateTime ]: Timestamp of 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. + [Type ]: expirationPatternType + [Recurrence ]: patternedRecurrence + [StartDateTime ]: 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. +In PIM, when the eligible or active assignment becomes active. [IdentityParentId ]: The object ID of the parent identity for agent users. Always null for regular user accounts. For agentUser resources, this property references the object ID of the associated agent identity. @@ -14843,7 +15456,7 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for users to describe their interests. -Returned only on $select. +Requires $select to retrieve. [InvitedBy ]: directoryObject [IsLicenseReconciliationNeeded ]: Indicates whether the user is pending an exchange mailbox license assignment. Read-only. @@ -14852,7 +15465,8 @@ Returned only on $select. 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). @@ -14866,24 +15480,24 @@ If this list is non-empty, then only users or groups listed here can post. [AccessType ]: groupAccessType [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are auto-subscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -14893,6 +15507,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -15051,11 +15666,11 @@ You can use it as a $filter argument to get groups that have members with licens Supports $filter (eq). [HideFromAddressLists ]: true if the group isn't displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: true if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [InfoCatalogs ]: Identifies the info segments assigned to the group. Returned by default. @@ -15079,7 +15694,7 @@ Read-only. To manage a group 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. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -15129,6 +15744,7 @@ Read-only. [OnPremisesDomainName ]: Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only. + [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [OnPremisesLastSyncDateTime ]: Indicates the last time at which the group was synced with the on-premises directory.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. Returned by default. @@ -15312,10 +15928,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -15324,9 +15942,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. @@ -15490,7 +16137,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). @@ -15538,6 +16185,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 @@ -15935,12 +16583,12 @@ Immutable. Read-only. [UnseenConversationsCount ]: Count of conversations delivered one or more new posts since the signed-in user's last visit to the group. This property is the same as unseenCount. -Returned only on $select. +Requires $select to retrieve. [UnseenCount ]: Count of conversations that have received new posts since the signed-in user last visited the group. -This property is the same as unseenConversationsCount.Returned only on $select. +This property is the same as unseenConversationsCount.Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [UnseenMessagesCount ]: Count of new posts that have been delivered to the group's conversations since the signed-in user's last visit to the group. -Returned only on $select. +Requires $select to retrieve. [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. @@ -15951,7 +16599,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Requires $select to retrieve. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -15968,16 +16619,16 @@ Nullable. 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. Read-only. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. It also indicates licenses that are directly assigned and the ones the user inherited through group memberships. Read-only. -Returned only on $select. +Requires $select to retrieve. [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. Read-Only. @@ -16103,7 +16754,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -16337,7 +16988,7 @@ Read-only. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Notifications ]: [Id ]: The unique identifier for an entity. Read-only. @@ -16432,6 +17083,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. @@ -16480,6 +17135,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. @@ -16734,7 +17394,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for users to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [PendingAccessReviewInstances ]: Navigation property to get a list of access reviews pending approval by the reviewer. [Id ]: The unique identifier for an entity. Read-only. @@ -16754,14 +17414,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. @@ -17094,7 +17746,7 @@ Example: 'en-US', or 'es-ES'. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -17550,15 +18202,14 @@ Read-only. [WebUrl ]: Link to the institution or department homepage. [Program ]: educationalActivityDetail [(Any) ]: This indicates any property can be added to this object. - [Abbreviation ]: Shortened name of the degree or program (example: PhD, MBA) + [Abbreviation ]: Shortened name of the degree or program, for example, PhD and MBA. [Activities ]: Extracurricular activities undertaken alongside the program. [Awards ]: Any awards or honors associated with the program. [Description ]: Short description of the program provided by the user. [DisplayName ]: Long-form name of the program that the user provided. - [FieldsOfStudy ]: Majors and minors associated with the program. -(if applicable) - [Grade ]: The final grade, class, GPA, or score. - [Notes ]: More notes the user provided. + [FieldsOfStudy ]: Majors and minors associated with the program, if applicable. + [Grade ]: The final grade, class, grade point average (GPA), or score. + [Notes ]: More notes provided by the user. [WebUrl ]: Link to the degree or program page. [StartMonthYear ]: The month and year the user commenced the activity referenced. [Emails ]: Represents detailed information about email addresses associated with the user. @@ -17861,9 +18512,9 @@ Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they have attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: The scoped-role administrative unit memberships for this user. Read-only. Nullable. @@ -17927,7 +18578,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. @@ -18077,7 +18728,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Use revokeSignInSessions to reset. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -18124,6 +18775,48 @@ The language component follows two-letter codes as defined in ISO 639-1, and the For users with multigeo licenses, the property contains the user's region (if available). For users without multigeo licenses, the property contains the organization's region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China. + [Sections ]: The sections in the user's chat list. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the section was created. +Read-only. +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. + [DisplayIcon ]: sectionDisplayIcon + [(Any) ]: This indicates any property can be added to this object. + [ContentUrl ]: The URL to a custom icon image. +Applicable when iconType is custom. + [DisplayName ]: The human-readable name of the icon. + [IconType ]: The type of icon. +Use an emoji character such as 👍 for an emoji icon, or custom for a custom image icon. + [SkinTone ]: sectionIconSkinTone + [DisplayName ]: The display name of the section. +Required. +Maximum length is 50 characters. +Display names are case-sensitive and must be unique within a user's sections. +The following names are reserved for system-defined sections and can't be used when creating a user-defined section: RecentChats, QuickViews, TeamsAndChannels, MutedChats, MeetingChats, EngageCommunities. + [IsExpanded ]: Indicates whether the section is expanded in the user interface. +The default value is true. + [IsHierarchicalViewEnabled ]: Indicates whether the hierarchical view is enabled for the section. +Read-only. + [Items ]: The items (chats, channels, meetings, or communities) organized within the section. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the item was added to the section. +Read-only. +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. + [ItemType ]: sectionItemType + [LastModifiedDateTime ]: Date and time when the item was last modified. +Read-only. +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. + [LastModifiedDateTime ]: Date and time when the section was last modified. +Read-only. +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. + [SectionType ]: sectionType + [SortType ]: sectionSortType [Todo ]: todo [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -18136,6 +18829,12 @@ Read-only. Nullable. [IsOwner ]: True if the user is owner of the given task list. [IsShared ]: True if the task list is shared with other users + [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the task list. +Read-only. +Nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Value ]: The value of the property. [Tasks ]: The tasks in this task list. Read-only. Nullable. @@ -18199,9 +18898,6 @@ Read-only. [Recurrence ]: patternedRecurrence [ReminderDateTime ]: dateTimeTimeZone [SingleValueExtendedProperties ]: A collection of custom fields linked to the task. - [Id ]: The unique identifier for an entity. -Read-only. - [Value ]: The value of the property. [StartDateTime ]: dateTimeTimeZone [Status ]: taskStatus [Title ]: A brief description of the task. @@ -18253,6 +18949,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. @@ -18290,6 +18988,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. @@ -18312,6 +19011,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 ]: @@ -18365,6 +19065,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. @@ -18374,8 +19076,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. @@ -18391,6 +19091,8 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementDeviceHealthScriptGlobalScript.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementDeviceHealthScriptGlobalScript.md index cb908de94ba82..649b65e0b3d31 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementDeviceHealthScriptGlobalScript.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementDeviceHealthScriptGlobalScript.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/update-mgbetadevicemanagementdevicehealthscriptglobalscript Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementDeviceHealthScriptGlobalScript --- @@ -24,7 +24,7 @@ Update-MgBetaDeviceManagementDeviceHealthScriptGlobalScript -DeviceHealthScriptI [-ResponseHeadersVariable ] [-AdditionalProperties ] [-Version ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -35,7 +35,6 @@ Update-MgBetaDeviceManagementDeviceHealthScriptGlobalScript -DeviceHealthScriptI [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -45,7 +44,7 @@ Update-MgBetaDeviceManagementDeviceHealthScriptGlobalScript -InputObject ] [-AdditionalProperties ] [-Version ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -56,7 +55,6 @@ Update-MgBetaDeviceManagementDeviceHealthScriptGlobalScript -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -72,9 +70,9 @@ Update the Proprietary Device Health Script | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementScripts.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, | +| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementScripts.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | DeviceManagementConfiguration.Read.All, DeviceManagementScripts.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, | +| Application | DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementScripts.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementDeviceHealthScriptRunSummary.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementDeviceHealthScriptRunSummary.md index d257e1485b772..a4f023440930e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementDeviceHealthScriptRunSummary.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementDeviceHealthScriptRunSummary.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/update-mgbetadevicemanagementdevicehealthscriptrunsummary Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementDeviceHealthScriptRunSummary --- @@ -30,7 +30,6 @@ Update-MgBetaDeviceManagementDeviceHealthScriptRunSummary -DeviceHealthScriptId [-RemediationSkippedDeviceCount ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -40,7 +39,7 @@ Update-MgBetaDeviceManagementDeviceHealthScriptRunSummary -DeviceHealthScriptId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -56,7 +55,6 @@ Update-MgBetaDeviceManagementDeviceHealthScriptRunSummary -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -66,7 +64,7 @@ Update-MgBetaDeviceManagementDeviceHealthScriptRunSummary -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementDeviceShellScript.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementDeviceShellScript.md index ac4a5becdfbd3..77da965b5a122 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementDeviceShellScript.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementDeviceShellScript.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/update-mgbetadevicemanagementdeviceshellscript Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementDeviceShellScript --- @@ -31,7 +31,7 @@ Update-MgBetaDeviceManagementDeviceShellScript -DeviceShellScriptId [-UserRunStates ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -41,7 +41,7 @@ Update-MgBetaDeviceManagementDeviceShellScript -DeviceShellScriptId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -58,7 +58,7 @@ Update-MgBetaDeviceManagementDeviceShellScript -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -68,7 +68,7 @@ Update-MgBetaDeviceManagementDeviceShellScript -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -1288,7 +1288,7 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for users to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). @@ -1582,22 +1582,23 @@ Always null when the object hasn't been deleted. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -1627,12 +1628,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -1742,7 +1800,7 @@ Optional. [IncludeBasicClaimSet ]: Determines whether the basic claim set is included in tokens affected by this policy. If set to true, all claims in the basic claim set are emitted in tokens affected by the policy. By default the basic claim set isn't in the tokens unless they're explicitly configured in this policy. - [CreatedByAppId ]: The appId (called Application (client) ID on the Microsoft Entra admin center) of the application used to create the service principal. + [CreatedByAppId ]: The appId of the application that created this service principal. Set internally by Microsoft Entra ID. Read-only. [CreatedObjects ]: Directory objects created by this service principal. @@ -1874,7 +1932,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -2033,13 +2091,13 @@ May not begin with .. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [ApprovedClientApps ]: + [ApprovedClientApps ]: The collection of approved client apps that are associated with the RDS configuration. +Supports $expand. [Id ]: The unique identifier for an entity. Read-only. - [DisplayName ]: + [DisplayName ]: Display name for the client application. [IsRemoteDesktopProtocolEnabled ]: Determines if Microsoft Entra ID RDS authentication protocol for RDP is enabled. [TargetDeviceGroups ]: The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. -
]: The unique identifier for an entity. Read-only. [DisplayName ]: Display name for the target device group. @@ -2400,7 +2458,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. - [ExternalAuthenticationMethods ]: Represents the external methods registered to a user for authentication. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. Optional. @@ -2416,7 +2474,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. - [DisplayName ]: Custom name given to the registered external authentication method. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. @@ -2669,7 +2727,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -2922,7 +2980,7 @@ Read-only. The identifiers must be unique in the tenant. [Birthday ]: The birthday of the user. 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 Returned only on $select. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. Only one number can be set for this property. Read-only for users synced from on-premises directory. @@ -3532,6 +3590,49 @@ This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. Read only. + [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. +Nullable. + [Attachments ]: References to attached objects like files, tabs, meetings etc. + [Body ]: itemBody + [ChannelIdentity ]: channelIdentity + [ChatId ]: If the message was sent in a chat, represents the identity of the chat. + [CreatedDateTime ]: Timestamp of when the chat message was created. + [DeletedDateTime ]: Read only. +Timestamp at which the chat message was deleted, or null if not deleted. + [Etag ]: Read-only. +Version number of the chat message. + [EventDetail ]: eventMessageDetail + [From ]: chatMessageFromIdentitySet + [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. + [Importance ]: chatMessageImportance + [LastEditedDateTime ]: Read only. +Timestamp when edits to the chat message were made. +Triggers an 'Edited' flag in the Teams UI. +If no edits are made the value is null. + [LastModifiedDateTime ]: Read only. +Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. + [Locale ]: Locale of the chat message set by the client. +Always set to en-us. + [Mentions ]: List of entities mentioned in the chat message. +Supported entities are: user, bot, team, channel, chat, and tag. + [MessageHistory ]: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. + [MessageType ]: chatMessageType + [OnBehalfOf ]: chatMessageFromIdentitySet + [PolicyViolation ]: chatMessagePolicyViolation + [Reactions ]: Reactions for this chat message (for example, Like). + [Replies ]: Replies for a specified message. +Supports $expand for channel messages. + [ReplyToId ]: Read-only. +ID of the parent chat message or root chat message of the thread. +(Only applies to chat messages in channels, not chats.) + [Subject ]: The subject of the chat message, in plaintext. + [Summary ]: Summary text of the chat message that could be used for push notifications and summary views or fall back views. +Only applies to channel chat messages, not chat messages in a chat. + [WebUrl ]: Read-only. +Link to the message in Microsoft Teams. + [Id ]: The unique identifier for an entity. +Read-only. + [Recipient ]: identity [TenantId ]: The identifier of the tenant in which the chat was created. Read-only. [Topic ]: (Optional) Subject or topic for the chat. @@ -3567,21 +3668,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -3671,7 +3829,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 @@ -3696,6 +3856,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. @@ -3903,10 +4096,11 @@ 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. + [ContentCategory ]: contentCategory [CorrelationId ]: An identifier used to group multiple related content entries (for example, different parts of the same file upload, messages in a conversation). [CreatedDateTime ]: Required. Timestamp indicating when the original content was created (for example, file creation time, message sent time). @@ -4188,6 +4382,7 @@ To proactively opt in to the new behavior ahead of time, use the contentStream p Nullable. [File ]: file [(Any) ]: This indicates any property can be added to this object. + [ArchiveStatus ]: fileArchiveStatus [Hashes ]: hashes [(Any) ]: This indicates any property can be added to this object. [Crc32Hash ]: The CRC32 value of the file (if available). @@ -4198,6 +4393,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. @@ -4298,6 +4506,17 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(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. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity. @@ -5307,6 +5526,8 @@ 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 total count of items in the list. +Read-only. [Items ]: All items contained in the list. [List ]: listInfo [(Any) ]: This indicates any property can be added to this object. @@ -5403,6 +5624,24 @@ Required. [LearningProviderId ]: The registration ID of the provider. Required. [Status ]: courseStatus + [Storyline ]: User's storyline singleton container. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Followers ]: The users who are following this user. + [Id ]: The unique identifier for an entity. +Read-only. + [Follower ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Followings ]: The users that this user is following. + [Id ]: The unique identifier for an entity. +Read-only. + [Following ]: The Viva Engage identities. [EmployeeHireDate ]: The date and time when the user was hired or will start work if there is a future hire. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. @@ -5417,10 +5656,10 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. @@ -5893,7 +6132,9 @@ Read-write. [(Any) ]: This indicates any property can be added to this object. [ArchiveStatus ]: siteArchiveStatus [ArchivedBy ]: identitySet - [ArchivedDateTime ]: + [ArchivedDateTime ]: Time when the container was archived. +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. [DataLocationCode ]: The geographic region code for where this site collection resides. Only present for multi-geo tenants. Read-only. @@ -5916,7 +6157,7 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. 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. - Returned only on $select. + Requires $select to retrieve. Note: This property is specific to SharePoint Online. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. @@ -5939,6 +6180,27 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityGovernance ]: identityGovernanceUserSettings + [(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 ]: 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 + [(Any) ]: This indicates any property can be added to this object. + [Duration ]: The requestor's desired duration of access represented in ISO 8601 format for durations. +For example, PT3H refers to three hours. + If specified in a request, endDateTime shouldn't be present and the type property should be set to afterDuration. + [EndDateTime ]: Timestamp of 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. + [Type ]: expirationPatternType + [Recurrence ]: patternedRecurrence + [StartDateTime ]: 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. +In PIM, when the eligible or active assignment becomes active. [IdentityParentId ]: The object ID of the parent identity for agent users. Always null for regular user accounts. For agentUser resources, this property references the object ID of the associated agent identity. @@ -6035,7 +6297,7 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for users to describe their interests. -Returned only on $select. +Requires $select to retrieve. [InvitedBy ]: directoryObject [IsLicenseReconciliationNeeded ]: Indicates whether the user is pending an exchange mailbox license assignment. Read-only. @@ -6044,7 +6306,8 @@ Returned only on $select. 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). @@ -6058,24 +6321,24 @@ If this list is non-empty, then only users or groups listed here can post. [AccessType ]: groupAccessType [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are auto-subscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -6085,6 +6348,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -6243,11 +6507,11 @@ You can use it as a $filter argument to get groups that have members with licens Supports $filter (eq). [HideFromAddressLists ]: true if the group isn't displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: true if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [InfoCatalogs ]: Identifies the info segments assigned to the group. Returned by default. @@ -6271,7 +6535,7 @@ Read-only. To manage a group 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. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -6321,6 +6585,7 @@ Read-only. [OnPremisesDomainName ]: Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only. + [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [OnPremisesLastSyncDateTime ]: Indicates the last time at which the group was synced with the on-premises directory.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. Returned by default. @@ -6504,10 +6769,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -6516,9 +6783,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. @@ -6682,7 +6978,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). @@ -6730,6 +7026,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 @@ -7127,12 +7424,12 @@ Immutable. Read-only. [UnseenConversationsCount ]: Count of conversations delivered one or more new posts since the signed-in user's last visit to the group. This property is the same as unseenCount. -Returned only on $select. +Requires $select to retrieve. [UnseenCount ]: Count of conversations that have received new posts since the signed-in user last visited the group. -This property is the same as unseenConversationsCount.Returned only on $select. +This property is the same as unseenConversationsCount.Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [UnseenMessagesCount ]: Count of new posts that have been delivered to the group's conversations since the signed-in user's last visit to the group. -Returned only on $select. +Requires $select to retrieve. [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. @@ -7143,7 +7440,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Requires $select to retrieve. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -7160,16 +7460,16 @@ Nullable. 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. Read-only. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. It also indicates licenses that are directly assigned and the ones the user inherited through group memberships. Read-only. -Returned only on $select. +Requires $select to retrieve. [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. Read-Only. @@ -7295,7 +7595,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -7529,7 +7829,7 @@ Read-only. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Notifications ]: [Id ]: The unique identifier for an entity. Read-only. @@ -7624,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. @@ -7672,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. @@ -7926,7 +8235,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for users to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [PendingAccessReviewInstances ]: Navigation property to get a list of access reviews pending approval by the reviewer. [Id ]: The unique identifier for an entity. Read-only. @@ -7946,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. @@ -8286,7 +8587,7 @@ Example: 'en-US', or 'es-ES'. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -8742,15 +9043,14 @@ Read-only. [WebUrl ]: Link to the institution or department homepage. [Program ]: educationalActivityDetail [(Any) ]: This indicates any property can be added to this object. - [Abbreviation ]: Shortened name of the degree or program (example: PhD, MBA) + [Abbreviation ]: Shortened name of the degree or program, for example, PhD and MBA. [Activities ]: Extracurricular activities undertaken alongside the program. [Awards ]: Any awards or honors associated with the program. [Description ]: Short description of the program provided by the user. [DisplayName ]: Long-form name of the program that the user provided. - [FieldsOfStudy ]: Majors and minors associated with the program. -(if applicable) - [Grade ]: The final grade, class, GPA, or score. - [Notes ]: More notes the user provided. + [FieldsOfStudy ]: Majors and minors associated with the program, if applicable. + [Grade ]: The final grade, class, grade point average (GPA), or score. + [Notes ]: More notes provided by the user. [WebUrl ]: Link to the degree or program page. [StartMonthYear ]: The month and year the user commenced the activity referenced. [Emails ]: Represents detailed information about email addresses associated with the user. @@ -9053,9 +9353,9 @@ Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they have attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: The scoped-role administrative unit memberships for this user. Read-only. Nullable. @@ -9119,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. @@ -9269,7 +9569,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Use revokeSignInSessions to reset. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -9316,6 +9616,48 @@ The language component follows two-letter codes as defined in ISO 639-1, and the For users with multigeo licenses, the property contains the user's region (if available). For users without multigeo licenses, the property contains the organization's region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China. + [Sections ]: The sections in the user's chat list. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the section was created. +Read-only. +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. + [DisplayIcon ]: sectionDisplayIcon + [(Any) ]: This indicates any property can be added to this object. + [ContentUrl ]: The URL to a custom icon image. +Applicable when iconType is custom. + [DisplayName ]: The human-readable name of the icon. + [IconType ]: The type of icon. +Use an emoji character such as 👍 for an emoji icon, or custom for a custom image icon. + [SkinTone ]: sectionIconSkinTone + [DisplayName ]: The display name of the section. +Required. +Maximum length is 50 characters. +Display names are case-sensitive and must be unique within a user's sections. +The following names are reserved for system-defined sections and can't be used when creating a user-defined section: RecentChats, QuickViews, TeamsAndChannels, MutedChats, MeetingChats, EngageCommunities. + [IsExpanded ]: Indicates whether the section is expanded in the user interface. +The default value is true. + [IsHierarchicalViewEnabled ]: Indicates whether the hierarchical view is enabled for the section. +Read-only. + [Items ]: The items (chats, channels, meetings, or communities) organized within the section. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the item was added to the section. +Read-only. +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. + [ItemType ]: sectionItemType + [LastModifiedDateTime ]: Date and time when the item was last modified. +Read-only. +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. + [LastModifiedDateTime ]: Date and time when the section was last modified. +Read-only. +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. + [SectionType ]: sectionType + [SortType ]: sectionSortType [Todo ]: todo [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -9328,6 +9670,12 @@ Read-only. Nullable. [IsOwner ]: True if the user is owner of the given task list. [IsShared ]: True if the task list is shared with other users + [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the task list. +Read-only. +Nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Value ]: The value of the property. [Tasks ]: The tasks in this task list. Read-only. Nullable. @@ -9391,9 +9739,6 @@ Read-only. [Recurrence ]: patternedRecurrence [ReminderDateTime ]: dateTimeTimeZone [SingleValueExtendedProperties ]: A collection of custom fields linked to the task. - [Id ]: The unique identifier for an entity. -Read-only. - [Value ]: The value of the property. [StartDateTime ]: dateTimeTimeZone [Status ]: taskStatus [Title ]: A brief description of the task. @@ -9445,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. @@ -9482,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. @@ -9504,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 ]: @@ -9557,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. @@ -9566,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. @@ -9583,6 +9932,8 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -10060,7 +10411,7 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for users to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). @@ -10354,22 +10705,23 @@ Always null when the object hasn't been deleted. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -10399,12 +10751,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -10514,7 +10923,7 @@ Optional. [IncludeBasicClaimSet ]: Determines whether the basic claim set is included in tokens affected by this policy. If set to true, all claims in the basic claim set are emitted in tokens affected by the policy. By default the basic claim set isn't in the tokens unless they're explicitly configured in this policy. - [CreatedByAppId ]: The appId (called Application (client) ID on the Microsoft Entra admin center) of the application used to create the service principal. + [CreatedByAppId ]: The appId of the application that created this service principal. Set internally by Microsoft Entra ID. Read-only. [CreatedObjects ]: Directory objects created by this service principal. @@ -10646,7 +11055,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -10805,13 +11214,13 @@ May not begin with .. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [ApprovedClientApps ]: + [ApprovedClientApps ]: The collection of approved client apps that are associated with the RDS configuration. +Supports $expand. [Id ]: The unique identifier for an entity. Read-only. - [DisplayName ]: + [DisplayName ]: Display name for the client application. [IsRemoteDesktopProtocolEnabled ]: Determines if Microsoft Entra ID RDS authentication protocol for RDP is enabled. [TargetDeviceGroups ]: The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. -
]: The unique identifier for an entity. Read-only. [DisplayName ]: Display name for the target device group. @@ -11172,7 +11581,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. - [ExternalAuthenticationMethods ]: Represents the external methods registered to a user for authentication. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. Optional. @@ -11188,7 +11597,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. - [DisplayName ]: Custom name given to the registered external authentication method. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. @@ -11441,7 +11850,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -11694,7 +12103,7 @@ Read-only. The identifiers must be unique in the tenant. [Birthday ]: The birthday of the user. 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 Returned only on $select. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. Only one number can be set for this property. Read-only for users synced from on-premises directory. @@ -12304,6 +12713,49 @@ This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. Read only. + [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. +Nullable. + [Attachments ]: References to attached objects like files, tabs, meetings etc. + [Body ]: itemBody + [ChannelIdentity ]: channelIdentity + [ChatId ]: If the message was sent in a chat, represents the identity of the chat. + [CreatedDateTime ]: Timestamp of when the chat message was created. + [DeletedDateTime ]: Read only. +Timestamp at which the chat message was deleted, or null if not deleted. + [Etag ]: Read-only. +Version number of the chat message. + [EventDetail ]: eventMessageDetail + [From ]: chatMessageFromIdentitySet + [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. + [Importance ]: chatMessageImportance + [LastEditedDateTime ]: Read only. +Timestamp when edits to the chat message were made. +Triggers an 'Edited' flag in the Teams UI. +If no edits are made the value is null. + [LastModifiedDateTime ]: Read only. +Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. + [Locale ]: Locale of the chat message set by the client. +Always set to en-us. + [Mentions ]: List of entities mentioned in the chat message. +Supported entities are: user, bot, team, channel, chat, and tag. + [MessageHistory ]: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. + [MessageType ]: chatMessageType + [OnBehalfOf ]: chatMessageFromIdentitySet + [PolicyViolation ]: chatMessagePolicyViolation + [Reactions ]: Reactions for this chat message (for example, Like). + [Replies ]: Replies for a specified message. +Supports $expand for channel messages. + [ReplyToId ]: Read-only. +ID of the parent chat message or root chat message of the thread. +(Only applies to chat messages in channels, not chats.) + [Subject ]: The subject of the chat message, in plaintext. + [Summary ]: Summary text of the chat message that could be used for push notifications and summary views or fall back views. +Only applies to channel chat messages, not chat messages in a chat. + [WebUrl ]: Read-only. +Link to the message in Microsoft Teams. + [Id ]: The unique identifier for an entity. +Read-only. + [Recipient ]: identity [TenantId ]: The identifier of the tenant in which the chat was created. Read-only. [Topic ]: (Optional) Subject or topic for the chat. @@ -12339,21 +12791,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -12443,7 +12952,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 @@ -12468,6 +12979,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. @@ -12675,10 +13219,11 @@ 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. + [ContentCategory ]: contentCategory [CorrelationId ]: An identifier used to group multiple related content entries (for example, different parts of the same file upload, messages in a conversation). [CreatedDateTime ]: Required. Timestamp indicating when the original content was created (for example, file creation time, message sent time). @@ -12963,6 +13508,7 @@ To proactively opt in to the new behavior ahead of time, use the contentStream p Nullable. [File ]: file [(Any) ]: This indicates any property can be added to this object. + [ArchiveStatus ]: fileArchiveStatus [Hashes ]: hashes [(Any) ]: This indicates any property can be added to this object. [Crc32Hash ]: The CRC32 value of the file (if available). @@ -12973,6 +13519,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. @@ -13073,6 +13632,17 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(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. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity. @@ -14082,6 +14652,8 @@ 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 total count of items in the list. +Read-only. [Items ]: All items contained in the list. [List ]: listInfo [(Any) ]: This indicates any property can be added to this object. @@ -14178,6 +14750,24 @@ Required. [LearningProviderId ]: The registration ID of the provider. Required. [Status ]: courseStatus + [Storyline ]: User's storyline singleton container. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Followers ]: The users who are following this user. + [Id ]: The unique identifier for an entity. +Read-only. + [Follower ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Followings ]: The users that this user is following. + [Id ]: The unique identifier for an entity. +Read-only. + [Following ]: The Viva Engage identities. [EmployeeHireDate ]: The date and time when the user was hired or will start work if there is a future hire. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. @@ -14192,10 +14782,10 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. @@ -14668,7 +15258,9 @@ Read-write. [(Any) ]: This indicates any property can be added to this object. [ArchiveStatus ]: siteArchiveStatus [ArchivedBy ]: identitySet - [ArchivedDateTime ]: + [ArchivedDateTime ]: Time when the container was archived. +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. [DataLocationCode ]: The geographic region code for where this site collection resides. Only present for multi-geo tenants. Read-only. @@ -14691,7 +15283,7 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. 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. - Returned only on $select. + Requires $select to retrieve. Note: This property is specific to SharePoint Online. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. @@ -14714,6 +15306,27 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityGovernance ]: identityGovernanceUserSettings + [(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 ]: 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 + [(Any) ]: This indicates any property can be added to this object. + [Duration ]: The requestor's desired duration of access represented in ISO 8601 format for durations. +For example, PT3H refers to three hours. + If specified in a request, endDateTime shouldn't be present and the type property should be set to afterDuration. + [EndDateTime ]: Timestamp of 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. + [Type ]: expirationPatternType + [Recurrence ]: patternedRecurrence + [StartDateTime ]: 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. +In PIM, when the eligible or active assignment becomes active. [IdentityParentId ]: The object ID of the parent identity for agent users. Always null for regular user accounts. For agentUser resources, this property references the object ID of the associated agent identity. @@ -14810,7 +15423,7 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for users to describe their interests. -Returned only on $select. +Requires $select to retrieve. [InvitedBy ]: directoryObject [IsLicenseReconciliationNeeded ]: Indicates whether the user is pending an exchange mailbox license assignment. Read-only. @@ -14819,7 +15432,8 @@ Returned only on $select. 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). @@ -14833,24 +15447,24 @@ If this list is non-empty, then only users or groups listed here can post. [AccessType ]: groupAccessType [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are auto-subscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -14860,6 +15474,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -15018,11 +15633,11 @@ You can use it as a $filter argument to get groups that have members with licens Supports $filter (eq). [HideFromAddressLists ]: true if the group isn't displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: true if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [InfoCatalogs ]: Identifies the info segments assigned to the group. Returned by default. @@ -15046,7 +15661,7 @@ Read-only. To manage a group 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. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -15096,6 +15711,7 @@ Read-only. [OnPremisesDomainName ]: Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only. + [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [OnPremisesLastSyncDateTime ]: Indicates the last time at which the group was synced with the on-premises directory.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. Returned by default. @@ -15279,10 +15895,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -15291,9 +15909,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. @@ -15457,7 +16104,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). @@ -15505,6 +16152,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 @@ -15902,12 +16550,12 @@ Immutable. Read-only. [UnseenConversationsCount ]: Count of conversations delivered one or more new posts since the signed-in user's last visit to the group. This property is the same as unseenCount. -Returned only on $select. +Requires $select to retrieve. [UnseenCount ]: Count of conversations that have received new posts since the signed-in user last visited the group. -This property is the same as unseenConversationsCount.Returned only on $select. +This property is the same as unseenConversationsCount.Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [UnseenMessagesCount ]: Count of new posts that have been delivered to the group's conversations since the signed-in user's last visit to the group. -Returned only on $select. +Requires $select to retrieve. [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. @@ -15918,7 +16566,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Requires $select to retrieve. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -15935,16 +16586,16 @@ Nullable. 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. Read-only. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. It also indicates licenses that are directly assigned and the ones the user inherited through group memberships. Read-only. -Returned only on $select. +Requires $select to retrieve. [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. Read-Only. @@ -16070,7 +16721,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -16304,7 +16955,7 @@ Read-only. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Notifications ]: [Id ]: The unique identifier for an entity. Read-only. @@ -16399,6 +17050,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. @@ -16447,6 +17102,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. @@ -16701,7 +17361,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for users to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [PendingAccessReviewInstances ]: Navigation property to get a list of access reviews pending approval by the reviewer. [Id ]: The unique identifier for an entity. Read-only. @@ -16721,14 +17381,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. @@ -17061,7 +17713,7 @@ Example: 'en-US', or 'es-ES'. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -17517,15 +18169,14 @@ Read-only. [WebUrl ]: Link to the institution or department homepage. [Program ]: educationalActivityDetail [(Any) ]: This indicates any property can be added to this object. - [Abbreviation ]: Shortened name of the degree or program (example: PhD, MBA) + [Abbreviation ]: Shortened name of the degree or program, for example, PhD and MBA. [Activities ]: Extracurricular activities undertaken alongside the program. [Awards ]: Any awards or honors associated with the program. [Description ]: Short description of the program provided by the user. [DisplayName ]: Long-form name of the program that the user provided. - [FieldsOfStudy ]: Majors and minors associated with the program. -(if applicable) - [Grade ]: The final grade, class, GPA, or score. - [Notes ]: More notes the user provided. + [FieldsOfStudy ]: Majors and minors associated with the program, if applicable. + [Grade ]: The final grade, class, grade point average (GPA), or score. + [Notes ]: More notes provided by the user. [WebUrl ]: Link to the degree or program page. [StartMonthYear ]: The month and year the user commenced the activity referenced. [Emails ]: Represents detailed information about email addresses associated with the user. @@ -17828,9 +18479,9 @@ Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they have attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: The scoped-role administrative unit memberships for this user. Read-only. Nullable. @@ -17894,7 +18545,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. @@ -18044,7 +18695,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Use revokeSignInSessions to reset. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -18091,6 +18742,48 @@ The language component follows two-letter codes as defined in ISO 639-1, and the For users with multigeo licenses, the property contains the user's region (if available). For users without multigeo licenses, the property contains the organization's region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China. + [Sections ]: The sections in the user's chat list. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the section was created. +Read-only. +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. + [DisplayIcon ]: sectionDisplayIcon + [(Any) ]: This indicates any property can be added to this object. + [ContentUrl ]: The URL to a custom icon image. +Applicable when iconType is custom. + [DisplayName ]: The human-readable name of the icon. + [IconType ]: The type of icon. +Use an emoji character such as 👍 for an emoji icon, or custom for a custom image icon. + [SkinTone ]: sectionIconSkinTone + [DisplayName ]: The display name of the section. +Required. +Maximum length is 50 characters. +Display names are case-sensitive and must be unique within a user's sections. +The following names are reserved for system-defined sections and can't be used when creating a user-defined section: RecentChats, QuickViews, TeamsAndChannels, MutedChats, MeetingChats, EngageCommunities. + [IsExpanded ]: Indicates whether the section is expanded in the user interface. +The default value is true. + [IsHierarchicalViewEnabled ]: Indicates whether the hierarchical view is enabled for the section. +Read-only. + [Items ]: The items (chats, channels, meetings, or communities) organized within the section. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the item was added to the section. +Read-only. +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. + [ItemType ]: sectionItemType + [LastModifiedDateTime ]: Date and time when the item was last modified. +Read-only. +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. + [LastModifiedDateTime ]: Date and time when the section was last modified. +Read-only. +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. + [SectionType ]: sectionType + [SortType ]: sectionSortType [Todo ]: todo [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -18103,6 +18796,12 @@ Read-only. Nullable. [IsOwner ]: True if the user is owner of the given task list. [IsShared ]: True if the task list is shared with other users + [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the task list. +Read-only. +Nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Value ]: The value of the property. [Tasks ]: The tasks in this task list. Read-only. Nullable. @@ -18166,9 +18865,6 @@ Read-only. [Recurrence ]: patternedRecurrence [ReminderDateTime ]: dateTimeTimeZone [SingleValueExtendedProperties ]: A collection of custom fields linked to the task. - [Id ]: The unique identifier for an entity. -Read-only. - [Value ]: The value of the property. [StartDateTime ]: dateTimeTimeZone [Status ]: taskStatus [Title ]: A brief description of the task. @@ -18220,6 +18916,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. @@ -18257,6 +18955,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. @@ -18279,6 +18978,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 ]: @@ -18332,6 +19032,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. @@ -18341,8 +19043,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. @@ -18358,6 +19058,8 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -18934,7 +19636,7 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for users to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). @@ -19228,22 +19930,23 @@ Always null when the object hasn't been deleted. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -19273,12 +19976,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -19388,7 +20148,7 @@ Optional. [IncludeBasicClaimSet ]: Determines whether the basic claim set is included in tokens affected by this policy. If set to true, all claims in the basic claim set are emitted in tokens affected by the policy. By default the basic claim set isn't in the tokens unless they're explicitly configured in this policy. - [CreatedByAppId ]: The appId (called Application (client) ID on the Microsoft Entra admin center) of the application used to create the service principal. + [CreatedByAppId ]: The appId of the application that created this service principal. Set internally by Microsoft Entra ID. Read-only. [CreatedObjects ]: Directory objects created by this service principal. @@ -19520,7 +20280,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -19679,13 +20439,13 @@ May not begin with .. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [ApprovedClientApps ]: + [ApprovedClientApps ]: The collection of approved client apps that are associated with the RDS configuration. +Supports $expand. [Id ]: The unique identifier for an entity. Read-only. - [DisplayName ]: + [DisplayName ]: Display name for the client application. [IsRemoteDesktopProtocolEnabled ]: Determines if Microsoft Entra ID RDS authentication protocol for RDP is enabled. [TargetDeviceGroups ]: The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. -
]: The unique identifier for an entity. Read-only. [DisplayName ]: Display name for the target device group. @@ -20046,7 +20806,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. - [ExternalAuthenticationMethods ]: Represents the external methods registered to a user for authentication. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. Optional. @@ -20062,7 +20822,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. - [DisplayName ]: Custom name given to the registered external authentication method. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. @@ -20315,7 +21075,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -20568,7 +21328,7 @@ Read-only. The identifiers must be unique in the tenant. [Birthday ]: The birthday of the user. 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 Returned only on $select. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. Only one number can be set for this property. Read-only for users synced from on-premises directory. @@ -21178,6 +21938,49 @@ This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. Read only. + [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. +Nullable. + [Attachments ]: References to attached objects like files, tabs, meetings etc. + [Body ]: itemBody + [ChannelIdentity ]: channelIdentity + [ChatId ]: If the message was sent in a chat, represents the identity of the chat. + [CreatedDateTime ]: Timestamp of when the chat message was created. + [DeletedDateTime ]: Read only. +Timestamp at which the chat message was deleted, or null if not deleted. + [Etag ]: Read-only. +Version number of the chat message. + [EventDetail ]: eventMessageDetail + [From ]: chatMessageFromIdentitySet + [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. + [Importance ]: chatMessageImportance + [LastEditedDateTime ]: Read only. +Timestamp when edits to the chat message were made. +Triggers an 'Edited' flag in the Teams UI. +If no edits are made the value is null. + [LastModifiedDateTime ]: Read only. +Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. + [Locale ]: Locale of the chat message set by the client. +Always set to en-us. + [Mentions ]: List of entities mentioned in the chat message. +Supported entities are: user, bot, team, channel, chat, and tag. + [MessageHistory ]: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. + [MessageType ]: chatMessageType + [OnBehalfOf ]: chatMessageFromIdentitySet + [PolicyViolation ]: chatMessagePolicyViolation + [Reactions ]: Reactions for this chat message (for example, Like). + [Replies ]: Replies for a specified message. +Supports $expand for channel messages. + [ReplyToId ]: Read-only. +ID of the parent chat message or root chat message of the thread. +(Only applies to chat messages in channels, not chats.) + [Subject ]: The subject of the chat message, in plaintext. + [Summary ]: Summary text of the chat message that could be used for push notifications and summary views or fall back views. +Only applies to channel chat messages, not chat messages in a chat. + [WebUrl ]: Read-only. +Link to the message in Microsoft Teams. + [Id ]: The unique identifier for an entity. +Read-only. + [Recipient ]: identity [TenantId ]: The identifier of the tenant in which the chat was created. Read-only. [Topic ]: (Optional) Subject or topic for the chat. @@ -21213,21 +22016,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -21317,7 +22177,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 @@ -21342,6 +22204,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. @@ -21549,10 +22444,11 @@ 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. + [ContentCategory ]: contentCategory [CorrelationId ]: An identifier used to group multiple related content entries (for example, different parts of the same file upload, messages in a conversation). [CreatedDateTime ]: Required. Timestamp indicating when the original content was created (for example, file creation time, message sent time). @@ -21837,6 +22733,7 @@ To proactively opt in to the new behavior ahead of time, use the contentStream p Nullable. [File ]: file [(Any) ]: This indicates any property can be added to this object. + [ArchiveStatus ]: fileArchiveStatus [Hashes ]: hashes [(Any) ]: This indicates any property can be added to this object. [Crc32Hash ]: The CRC32 value of the file (if available). @@ -21847,6 +22744,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. @@ -21947,6 +22857,17 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(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. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity. @@ -22956,6 +23877,8 @@ 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 total count of items in the list. +Read-only. [Items ]: All items contained in the list. [List ]: listInfo [(Any) ]: This indicates any property can be added to this object. @@ -23052,6 +23975,24 @@ Required. [LearningProviderId ]: The registration ID of the provider. Required. [Status ]: courseStatus + [Storyline ]: User's storyline singleton container. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Followers ]: The users who are following this user. + [Id ]: The unique identifier for an entity. +Read-only. + [Follower ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Followings ]: The users that this user is following. + [Id ]: The unique identifier for an entity. +Read-only. + [Following ]: The Viva Engage identities. [EmployeeHireDate ]: The date and time when the user was hired or will start work if there is a future hire. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. @@ -23066,10 +24007,10 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. @@ -23542,7 +24483,9 @@ Read-write. [(Any) ]: This indicates any property can be added to this object. [ArchiveStatus ]: siteArchiveStatus [ArchivedBy ]: identitySet - [ArchivedDateTime ]: + [ArchivedDateTime ]: Time when the container was archived. +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. [DataLocationCode ]: The geographic region code for where this site collection resides. Only present for multi-geo tenants. Read-only. @@ -23565,7 +24508,7 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. 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. - Returned only on $select. + Requires $select to retrieve. Note: This property is specific to SharePoint Online. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. @@ -23588,6 +24531,27 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityGovernance ]: identityGovernanceUserSettings + [(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 ]: 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 + [(Any) ]: This indicates any property can be added to this object. + [Duration ]: The requestor's desired duration of access represented in ISO 8601 format for durations. +For example, PT3H refers to three hours. + If specified in a request, endDateTime shouldn't be present and the type property should be set to afterDuration. + [EndDateTime ]: Timestamp of 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. + [Type ]: expirationPatternType + [Recurrence ]: patternedRecurrence + [StartDateTime ]: 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. +In PIM, when the eligible or active assignment becomes active. [IdentityParentId ]: The object ID of the parent identity for agent users. Always null for regular user accounts. For agentUser resources, this property references the object ID of the associated agent identity. @@ -23684,7 +24648,7 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for users to describe their interests. -Returned only on $select. +Requires $select to retrieve. [InvitedBy ]: directoryObject [IsLicenseReconciliationNeeded ]: Indicates whether the user is pending an exchange mailbox license assignment. Read-only. @@ -23693,7 +24657,8 @@ Returned only on $select. 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). @@ -23707,24 +24672,24 @@ If this list is non-empty, then only users or groups listed here can post. [AccessType ]: groupAccessType [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are auto-subscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -23734,6 +24699,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -23892,11 +24858,11 @@ You can use it as a $filter argument to get groups that have members with licens Supports $filter (eq). [HideFromAddressLists ]: true if the group isn't displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: true if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [InfoCatalogs ]: Identifies the info segments assigned to the group. Returned by default. @@ -23920,7 +24886,7 @@ Read-only. To manage a group 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. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -23970,6 +24936,7 @@ Read-only. [OnPremisesDomainName ]: Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only. + [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [OnPremisesLastSyncDateTime ]: Indicates the last time at which the group was synced with the on-premises directory.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. Returned by default. @@ -24153,10 +25120,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -24165,9 +25134,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. @@ -24331,7 +25329,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). @@ -24379,6 +25377,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 @@ -24776,12 +25775,12 @@ Immutable. Read-only. [UnseenConversationsCount ]: Count of conversations delivered one or more new posts since the signed-in user's last visit to the group. This property is the same as unseenCount. -Returned only on $select. +Requires $select to retrieve. [UnseenCount ]: Count of conversations that have received new posts since the signed-in user last visited the group. -This property is the same as unseenConversationsCount.Returned only on $select. +This property is the same as unseenConversationsCount.Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [UnseenMessagesCount ]: Count of new posts that have been delivered to the group's conversations since the signed-in user's last visit to the group. -Returned only on $select. +Requires $select to retrieve. [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. @@ -24792,7 +25791,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Requires $select to retrieve. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -24809,16 +25811,16 @@ Nullable. 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. Read-only. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. It also indicates licenses that are directly assigned and the ones the user inherited through group memberships. Read-only. -Returned only on $select. +Requires $select to retrieve. [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. Read-Only. @@ -24944,7 +25946,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -25178,7 +26180,7 @@ Read-only. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Notifications ]: [Id ]: The unique identifier for an entity. Read-only. @@ -25273,6 +26275,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. @@ -25321,6 +26327,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. @@ -25575,7 +26586,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for users to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [PendingAccessReviewInstances ]: Navigation property to get a list of access reviews pending approval by the reviewer. [Id ]: The unique identifier for an entity. Read-only. @@ -25595,14 +26606,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. @@ -25935,7 +26938,7 @@ Example: 'en-US', or 'es-ES'. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -26391,15 +27394,14 @@ Read-only. [WebUrl ]: Link to the institution or department homepage. [Program ]: educationalActivityDetail [(Any) ]: This indicates any property can be added to this object. - [Abbreviation ]: Shortened name of the degree or program (example: PhD, MBA) + [Abbreviation ]: Shortened name of the degree or program, for example, PhD and MBA. [Activities ]: Extracurricular activities undertaken alongside the program. [Awards ]: Any awards or honors associated with the program. [Description ]: Short description of the program provided by the user. [DisplayName ]: Long-form name of the program that the user provided. - [FieldsOfStudy ]: Majors and minors associated with the program. -(if applicable) - [Grade ]: The final grade, class, GPA, or score. - [Notes ]: More notes the user provided. + [FieldsOfStudy ]: Majors and minors associated with the program, if applicable. + [Grade ]: The final grade, class, grade point average (GPA), or score. + [Notes ]: More notes provided by the user. [WebUrl ]: Link to the degree or program page. [StartMonthYear ]: The month and year the user commenced the activity referenced. [Emails ]: Represents detailed information about email addresses associated with the user. @@ -26702,9 +27704,9 @@ Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they have attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: The scoped-role administrative unit memberships for this user. Read-only. Nullable. @@ -26768,7 +27770,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. @@ -26918,7 +27920,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Use revokeSignInSessions to reset. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -26965,6 +27967,48 @@ The language component follows two-letter codes as defined in ISO 639-1, and the For users with multigeo licenses, the property contains the user's region (if available). For users without multigeo licenses, the property contains the organization's region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China. + [Sections ]: The sections in the user's chat list. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the section was created. +Read-only. +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. + [DisplayIcon ]: sectionDisplayIcon + [(Any) ]: This indicates any property can be added to this object. + [ContentUrl ]: The URL to a custom icon image. +Applicable when iconType is custom. + [DisplayName ]: The human-readable name of the icon. + [IconType ]: The type of icon. +Use an emoji character such as 👍 for an emoji icon, or custom for a custom image icon. + [SkinTone ]: sectionIconSkinTone + [DisplayName ]: The display name of the section. +Required. +Maximum length is 50 characters. +Display names are case-sensitive and must be unique within a user's sections. +The following names are reserved for system-defined sections and can't be used when creating a user-defined section: RecentChats, QuickViews, TeamsAndChannels, MutedChats, MeetingChats, EngageCommunities. + [IsExpanded ]: Indicates whether the section is expanded in the user interface. +The default value is true. + [IsHierarchicalViewEnabled ]: Indicates whether the hierarchical view is enabled for the section. +Read-only. + [Items ]: The items (chats, channels, meetings, or communities) organized within the section. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the item was added to the section. +Read-only. +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. + [ItemType ]: sectionItemType + [LastModifiedDateTime ]: Date and time when the item was last modified. +Read-only. +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. + [LastModifiedDateTime ]: Date and time when the section was last modified. +Read-only. +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. + [SectionType ]: sectionType + [SortType ]: sectionSortType [Todo ]: todo [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -26977,6 +28021,12 @@ Read-only. Nullable. [IsOwner ]: True if the user is owner of the given task list. [IsShared ]: True if the task list is shared with other users + [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the task list. +Read-only. +Nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Value ]: The value of the property. [Tasks ]: The tasks in this task list. Read-only. Nullable. @@ -27040,9 +28090,6 @@ Read-only. [Recurrence ]: patternedRecurrence [ReminderDateTime ]: dateTimeTimeZone [SingleValueExtendedProperties ]: A collection of custom fields linked to the task. - [Id ]: The unique identifier for an entity. -Read-only. - [Value ]: The value of the property. [StartDateTime ]: dateTimeTimeZone [Status ]: taskStatus [Title ]: A brief description of the task. @@ -27094,6 +28141,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. @@ -27131,6 +28180,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. @@ -27153,6 +28203,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 ]: @@ -27206,6 +28257,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. @@ -27215,8 +28268,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. @@ -27232,6 +28283,8 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementDeviceShellScriptAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementDeviceShellScriptAssignment.md index 3962f7c495681..39ecd79cab549 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementDeviceShellScriptAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementDeviceShellScriptAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/update-mgbetadevicemanagementdeviceshellscriptassignment Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementDeviceShellScriptAssignment --- @@ -26,7 +26,6 @@ Update-MgBetaDeviceManagementDeviceShellScriptAssignment [-Target ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -38,7 +37,6 @@ Update-MgBetaDeviceManagementDeviceShellScriptAssignment [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -49,7 +47,6 @@ Update-MgBetaDeviceManagementDeviceShellScriptAssignment -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -60,7 +57,6 @@ Update-MgBetaDeviceManagementDeviceShellScriptAssignment -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementDeviceShellScriptDeviceRunState.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementDeviceShellScriptDeviceRunState.md index 468a435de0ab4..c39de6f742710 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementDeviceShellScriptDeviceRunState.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementDeviceShellScriptDeviceRunState.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/update-mgbetadevicemanagementdeviceshellscriptdevicerunstate Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementDeviceShellScriptDeviceRunState --- @@ -27,7 +27,7 @@ Update-MgBetaDeviceManagementDeviceShellScriptDeviceRunState [-ManagedDevice ] [-ResultMessage ] [-RunState ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -39,7 +39,6 @@ Update-MgBetaDeviceManagementDeviceShellScriptDeviceRunState [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -52,7 +51,6 @@ Update-MgBetaDeviceManagementDeviceShellScriptDeviceRunState [-ResultMessage ] [-RunState ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -64,7 +62,6 @@ Update-MgBetaDeviceManagementDeviceShellScriptDeviceRunState [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -1069,7 +1066,7 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for users to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). @@ -1363,22 +1360,23 @@ Always null when the object hasn't been deleted. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -1408,12 +1406,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -1523,7 +1578,7 @@ Optional. [IncludeBasicClaimSet ]: Determines whether the basic claim set is included in tokens affected by this policy. If set to true, all claims in the basic claim set are emitted in tokens affected by the policy. By default the basic claim set isn't in the tokens unless they're explicitly configured in this policy. - [CreatedByAppId ]: The appId (called Application (client) ID on the Microsoft Entra admin center) of the application used to create the service principal. + [CreatedByAppId ]: The appId of the application that created this service principal. Set internally by Microsoft Entra ID. Read-only. [CreatedObjects ]: Directory objects created by this service principal. @@ -1655,7 +1710,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -1814,13 +1869,13 @@ May not begin with .. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [ApprovedClientApps ]: + [ApprovedClientApps ]: The collection of approved client apps that are associated with the RDS configuration. +Supports $expand. [Id ]: The unique identifier for an entity. Read-only. - [DisplayName ]: + [DisplayName ]: Display name for the client application. [IsRemoteDesktopProtocolEnabled ]: Determines if Microsoft Entra ID RDS authentication protocol for RDP is enabled. [TargetDeviceGroups ]: The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. -
]: The unique identifier for an entity. Read-only. [DisplayName ]: Display name for the target device group. @@ -2181,7 +2236,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. - [ExternalAuthenticationMethods ]: Represents the external methods registered to a user for authentication. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. Optional. @@ -2197,7 +2252,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. - [DisplayName ]: Custom name given to the registered external authentication method. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. @@ -2450,7 +2505,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -2703,7 +2758,7 @@ Read-only. The identifiers must be unique in the tenant. [Birthday ]: The birthday of the user. 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 Returned only on $select. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. Only one number can be set for this property. Read-only for users synced from on-premises directory. @@ -3313,6 +3368,49 @@ This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. Read only. + [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. +Nullable. + [Attachments ]: References to attached objects like files, tabs, meetings etc. + [Body ]: itemBody + [ChannelIdentity ]: channelIdentity + [ChatId ]: If the message was sent in a chat, represents the identity of the chat. + [CreatedDateTime ]: Timestamp of when the chat message was created. + [DeletedDateTime ]: Read only. +Timestamp at which the chat message was deleted, or null if not deleted. + [Etag ]: Read-only. +Version number of the chat message. + [EventDetail ]: eventMessageDetail + [From ]: chatMessageFromIdentitySet + [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. + [Importance ]: chatMessageImportance + [LastEditedDateTime ]: Read only. +Timestamp when edits to the chat message were made. +Triggers an 'Edited' flag in the Teams UI. +If no edits are made the value is null. + [LastModifiedDateTime ]: Read only. +Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. + [Locale ]: Locale of the chat message set by the client. +Always set to en-us. + [Mentions ]: List of entities mentioned in the chat message. +Supported entities are: user, bot, team, channel, chat, and tag. + [MessageHistory ]: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. + [MessageType ]: chatMessageType + [OnBehalfOf ]: chatMessageFromIdentitySet + [PolicyViolation ]: chatMessagePolicyViolation + [Reactions ]: Reactions for this chat message (for example, Like). + [Replies ]: Replies for a specified message. +Supports $expand for channel messages. + [ReplyToId ]: Read-only. +ID of the parent chat message or root chat message of the thread. +(Only applies to chat messages in channels, not chats.) + [Subject ]: The subject of the chat message, in plaintext. + [Summary ]: Summary text of the chat message that could be used for push notifications and summary views or fall back views. +Only applies to channel chat messages, not chat messages in a chat. + [WebUrl ]: Read-only. +Link to the message in Microsoft Teams. + [Id ]: The unique identifier for an entity. +Read-only. + [Recipient ]: identity [TenantId ]: The identifier of the tenant in which the chat was created. Read-only. [Topic ]: (Optional) Subject or topic for the chat. @@ -3348,21 +3446,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -3452,7 +3607,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 @@ -3477,6 +3634,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. @@ -3684,10 +3874,11 @@ 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. + [ContentCategory ]: contentCategory [CorrelationId ]: An identifier used to group multiple related content entries (for example, different parts of the same file upload, messages in a conversation). [CreatedDateTime ]: Required. Timestamp indicating when the original content was created (for example, file creation time, message sent time). @@ -3972,6 +4163,7 @@ To proactively opt in to the new behavior ahead of time, use the contentStream p Nullable. [File ]: file [(Any) ]: This indicates any property can be added to this object. + [ArchiveStatus ]: fileArchiveStatus [Hashes ]: hashes [(Any) ]: This indicates any property can be added to this object. [Crc32Hash ]: The CRC32 value of the file (if available). @@ -3982,6 +4174,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. @@ -4082,6 +4287,17 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(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. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity. @@ -5091,6 +5307,8 @@ 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 total count of items in the list. +Read-only. [Items ]: All items contained in the list. [List ]: listInfo [(Any) ]: This indicates any property can be added to this object. @@ -5187,6 +5405,24 @@ Required. [LearningProviderId ]: The registration ID of the provider. Required. [Status ]: courseStatus + [Storyline ]: User's storyline singleton container. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Followers ]: The users who are following this user. + [Id ]: The unique identifier for an entity. +Read-only. + [Follower ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Followings ]: The users that this user is following. + [Id ]: The unique identifier for an entity. +Read-only. + [Following ]: The Viva Engage identities. [EmployeeHireDate ]: The date and time when the user was hired or will start work if there is a future hire. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. @@ -5201,10 +5437,10 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. @@ -5677,7 +5913,9 @@ Read-write. [(Any) ]: This indicates any property can be added to this object. [ArchiveStatus ]: siteArchiveStatus [ArchivedBy ]: identitySet - [ArchivedDateTime ]: + [ArchivedDateTime ]: Time when the container was archived. +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. [DataLocationCode ]: The geographic region code for where this site collection resides. Only present for multi-geo tenants. Read-only. @@ -5700,7 +5938,7 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. 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. - Returned only on $select. + Requires $select to retrieve. Note: This property is specific to SharePoint Online. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. @@ -5723,6 +5961,27 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityGovernance ]: identityGovernanceUserSettings + [(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 ]: 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 + [(Any) ]: This indicates any property can be added to this object. + [Duration ]: The requestor's desired duration of access represented in ISO 8601 format for durations. +For example, PT3H refers to three hours. + If specified in a request, endDateTime shouldn't be present and the type property should be set to afterDuration. + [EndDateTime ]: Timestamp of 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. + [Type ]: expirationPatternType + [Recurrence ]: patternedRecurrence + [StartDateTime ]: 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. +In PIM, when the eligible or active assignment becomes active. [IdentityParentId ]: The object ID of the parent identity for agent users. Always null for regular user accounts. For agentUser resources, this property references the object ID of the associated agent identity. @@ -5819,7 +6078,7 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for users to describe their interests. -Returned only on $select. +Requires $select to retrieve. [InvitedBy ]: directoryObject [IsLicenseReconciliationNeeded ]: Indicates whether the user is pending an exchange mailbox license assignment. Read-only. @@ -5828,7 +6087,8 @@ Returned only on $select. 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). @@ -5842,24 +6102,24 @@ If this list is non-empty, then only users or groups listed here can post. [AccessType ]: groupAccessType [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are auto-subscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -5869,6 +6129,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -6027,11 +6288,11 @@ You can use it as a $filter argument to get groups that have members with licens Supports $filter (eq). [HideFromAddressLists ]: true if the group isn't displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: true if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [InfoCatalogs ]: Identifies the info segments assigned to the group. Returned by default. @@ -6055,7 +6316,7 @@ Read-only. To manage a group 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. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -6105,6 +6366,7 @@ Read-only. [OnPremisesDomainName ]: Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only. + [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [OnPremisesLastSyncDateTime ]: Indicates the last time at which the group was synced with the on-premises directory.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. Returned by default. @@ -6288,10 +6550,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -6300,9 +6564,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. @@ -6466,7 +6759,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). @@ -6514,6 +6807,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 @@ -6911,12 +7205,12 @@ Immutable. Read-only. [UnseenConversationsCount ]: Count of conversations delivered one or more new posts since the signed-in user's last visit to the group. This property is the same as unseenCount. -Returned only on $select. +Requires $select to retrieve. [UnseenCount ]: Count of conversations that have received new posts since the signed-in user last visited the group. -This property is the same as unseenConversationsCount.Returned only on $select. +This property is the same as unseenConversationsCount.Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [UnseenMessagesCount ]: Count of new posts that have been delivered to the group's conversations since the signed-in user's last visit to the group. -Returned only on $select. +Requires $select to retrieve. [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. @@ -6927,7 +7221,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Requires $select to retrieve. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -6944,16 +7241,16 @@ Nullable. 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. Read-only. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. It also indicates licenses that are directly assigned and the ones the user inherited through group memberships. Read-only. -Returned only on $select. +Requires $select to retrieve. [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. Read-Only. @@ -7079,7 +7376,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -7313,7 +7610,7 @@ Read-only. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Notifications ]: [Id ]: The unique identifier for an entity. Read-only. @@ -7408,6 +7705,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. @@ -7456,6 +7757,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. @@ -7710,7 +8016,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for users to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [PendingAccessReviewInstances ]: Navigation property to get a list of access reviews pending approval by the reviewer. [Id ]: The unique identifier for an entity. Read-only. @@ -7730,14 +8036,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. @@ -8070,7 +8368,7 @@ Example: 'en-US', or 'es-ES'. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -8526,15 +8824,14 @@ Read-only. [WebUrl ]: Link to the institution or department homepage. [Program ]: educationalActivityDetail [(Any) ]: This indicates any property can be added to this object. - [Abbreviation ]: Shortened name of the degree or program (example: PhD, MBA) + [Abbreviation ]: Shortened name of the degree or program, for example, PhD and MBA. [Activities ]: Extracurricular activities undertaken alongside the program. [Awards ]: Any awards or honors associated with the program. [Description ]: Short description of the program provided by the user. [DisplayName ]: Long-form name of the program that the user provided. - [FieldsOfStudy ]: Majors and minors associated with the program. -(if applicable) - [Grade ]: The final grade, class, GPA, or score. - [Notes ]: More notes the user provided. + [FieldsOfStudy ]: Majors and minors associated with the program, if applicable. + [Grade ]: The final grade, class, grade point average (GPA), or score. + [Notes ]: More notes provided by the user. [WebUrl ]: Link to the degree or program page. [StartMonthYear ]: The month and year the user commenced the activity referenced. [Emails ]: Represents detailed information about email addresses associated with the user. @@ -8837,9 +9134,9 @@ Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they have attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: The scoped-role administrative unit memberships for this user. Read-only. Nullable. @@ -8903,7 +9200,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. @@ -9053,7 +9350,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Use revokeSignInSessions to reset. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -9100,6 +9397,48 @@ The language component follows two-letter codes as defined in ISO 639-1, and the For users with multigeo licenses, the property contains the user's region (if available). For users without multigeo licenses, the property contains the organization's region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China. + [Sections ]: The sections in the user's chat list. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the section was created. +Read-only. +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. + [DisplayIcon ]: sectionDisplayIcon + [(Any) ]: This indicates any property can be added to this object. + [ContentUrl ]: The URL to a custom icon image. +Applicable when iconType is custom. + [DisplayName ]: The human-readable name of the icon. + [IconType ]: The type of icon. +Use an emoji character such as 👍 for an emoji icon, or custom for a custom image icon. + [SkinTone ]: sectionIconSkinTone + [DisplayName ]: The display name of the section. +Required. +Maximum length is 50 characters. +Display names are case-sensitive and must be unique within a user's sections. +The following names are reserved for system-defined sections and can't be used when creating a user-defined section: RecentChats, QuickViews, TeamsAndChannels, MutedChats, MeetingChats, EngageCommunities. + [IsExpanded ]: Indicates whether the section is expanded in the user interface. +The default value is true. + [IsHierarchicalViewEnabled ]: Indicates whether the hierarchical view is enabled for the section. +Read-only. + [Items ]: The items (chats, channels, meetings, or communities) organized within the section. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the item was added to the section. +Read-only. +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. + [ItemType ]: sectionItemType + [LastModifiedDateTime ]: Date and time when the item was last modified. +Read-only. +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. + [LastModifiedDateTime ]: Date and time when the section was last modified. +Read-only. +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. + [SectionType ]: sectionType + [SortType ]: sectionSortType [Todo ]: todo [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -9112,6 +9451,12 @@ Read-only. Nullable. [IsOwner ]: True if the user is owner of the given task list. [IsShared ]: True if the task list is shared with other users + [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the task list. +Read-only. +Nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Value ]: The value of the property. [Tasks ]: The tasks in this task list. Read-only. Nullable. @@ -9175,9 +9520,6 @@ Read-only. [Recurrence ]: patternedRecurrence [ReminderDateTime ]: dateTimeTimeZone [SingleValueExtendedProperties ]: A collection of custom fields linked to the task. - [Id ]: The unique identifier for an entity. -Read-only. - [Value ]: The value of the property. [StartDateTime ]: dateTimeTimeZone [Status ]: taskStatus [Title ]: A brief description of the task. @@ -9229,6 +9571,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. @@ -9266,6 +9610,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. @@ -9288,6 +9633,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 ]: @@ -9341,6 +9687,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. @@ -9350,8 +9698,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. @@ -9367,6 +9713,8 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -9920,7 +10268,7 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for users to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). @@ -10214,22 +10562,23 @@ Always null when the object hasn't been deleted. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -10259,12 +10608,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -10374,7 +10780,7 @@ Optional. [IncludeBasicClaimSet ]: Determines whether the basic claim set is included in tokens affected by this policy. If set to true, all claims in the basic claim set are emitted in tokens affected by the policy. By default the basic claim set isn't in the tokens unless they're explicitly configured in this policy. - [CreatedByAppId ]: The appId (called Application (client) ID on the Microsoft Entra admin center) of the application used to create the service principal. + [CreatedByAppId ]: The appId of the application that created this service principal. Set internally by Microsoft Entra ID. Read-only. [CreatedObjects ]: Directory objects created by this service principal. @@ -10506,7 +10912,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -10665,13 +11071,13 @@ May not begin with .. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [ApprovedClientApps ]: + [ApprovedClientApps ]: The collection of approved client apps that are associated with the RDS configuration. +Supports $expand. [Id ]: The unique identifier for an entity. Read-only. - [DisplayName ]: + [DisplayName ]: Display name for the client application. [IsRemoteDesktopProtocolEnabled ]: Determines if Microsoft Entra ID RDS authentication protocol for RDP is enabled. [TargetDeviceGroups ]: The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. -
]: The unique identifier for an entity. Read-only. [DisplayName ]: Display name for the target device group. @@ -11032,7 +11438,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. - [ExternalAuthenticationMethods ]: Represents the external methods registered to a user for authentication. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. Optional. @@ -11048,7 +11454,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. - [DisplayName ]: Custom name given to the registered external authentication method. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. @@ -11301,7 +11707,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -11554,7 +11960,7 @@ Read-only. The identifiers must be unique in the tenant. [Birthday ]: The birthday of the user. 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 Returned only on $select. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. Only one number can be set for this property. Read-only for users synced from on-premises directory. @@ -12164,6 +12570,49 @@ This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. Read only. + [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. +Nullable. + [Attachments ]: References to attached objects like files, tabs, meetings etc. + [Body ]: itemBody + [ChannelIdentity ]: channelIdentity + [ChatId ]: If the message was sent in a chat, represents the identity of the chat. + [CreatedDateTime ]: Timestamp of when the chat message was created. + [DeletedDateTime ]: Read only. +Timestamp at which the chat message was deleted, or null if not deleted. + [Etag ]: Read-only. +Version number of the chat message. + [EventDetail ]: eventMessageDetail + [From ]: chatMessageFromIdentitySet + [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. + [Importance ]: chatMessageImportance + [LastEditedDateTime ]: Read only. +Timestamp when edits to the chat message were made. +Triggers an 'Edited' flag in the Teams UI. +If no edits are made the value is null. + [LastModifiedDateTime ]: Read only. +Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. + [Locale ]: Locale of the chat message set by the client. +Always set to en-us. + [Mentions ]: List of entities mentioned in the chat message. +Supported entities are: user, bot, team, channel, chat, and tag. + [MessageHistory ]: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. + [MessageType ]: chatMessageType + [OnBehalfOf ]: chatMessageFromIdentitySet + [PolicyViolation ]: chatMessagePolicyViolation + [Reactions ]: Reactions for this chat message (for example, Like). + [Replies ]: Replies for a specified message. +Supports $expand for channel messages. + [ReplyToId ]: Read-only. +ID of the parent chat message or root chat message of the thread. +(Only applies to chat messages in channels, not chats.) + [Subject ]: The subject of the chat message, in plaintext. + [Summary ]: Summary text of the chat message that could be used for push notifications and summary views or fall back views. +Only applies to channel chat messages, not chat messages in a chat. + [WebUrl ]: Read-only. +Link to the message in Microsoft Teams. + [Id ]: The unique identifier for an entity. +Read-only. + [Recipient ]: identity [TenantId ]: The identifier of the tenant in which the chat was created. Read-only. [Topic ]: (Optional) Subject or topic for the chat. @@ -12199,21 +12648,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -12303,7 +12809,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 @@ -12328,6 +12836,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. @@ -12535,10 +13076,11 @@ 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. + [ContentCategory ]: contentCategory [CorrelationId ]: An identifier used to group multiple related content entries (for example, different parts of the same file upload, messages in a conversation). [CreatedDateTime ]: Required. Timestamp indicating when the original content was created (for example, file creation time, message sent time). @@ -12823,6 +13365,7 @@ To proactively opt in to the new behavior ahead of time, use the contentStream p Nullable. [File ]: file [(Any) ]: This indicates any property can be added to this object. + [ArchiveStatus ]: fileArchiveStatus [Hashes ]: hashes [(Any) ]: This indicates any property can be added to this object. [Crc32Hash ]: The CRC32 value of the file (if available). @@ -12833,6 +13376,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. @@ -12933,6 +13489,17 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(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. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity. @@ -13942,6 +14509,8 @@ 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 total count of items in the list. +Read-only. [Items ]: All items contained in the list. [List ]: listInfo [(Any) ]: This indicates any property can be added to this object. @@ -14038,6 +14607,24 @@ Required. [LearningProviderId ]: The registration ID of the provider. Required. [Status ]: courseStatus + [Storyline ]: User's storyline singleton container. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Followers ]: The users who are following this user. + [Id ]: The unique identifier for an entity. +Read-only. + [Follower ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Followings ]: The users that this user is following. + [Id ]: The unique identifier for an entity. +Read-only. + [Following ]: The Viva Engage identities. [EmployeeHireDate ]: The date and time when the user was hired or will start work if there is a future hire. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. @@ -14052,10 +14639,10 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. @@ -14528,7 +15115,9 @@ Read-write. [(Any) ]: This indicates any property can be added to this object. [ArchiveStatus ]: siteArchiveStatus [ArchivedBy ]: identitySet - [ArchivedDateTime ]: + [ArchivedDateTime ]: Time when the container was archived. +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. [DataLocationCode ]: The geographic region code for where this site collection resides. Only present for multi-geo tenants. Read-only. @@ -14551,7 +15140,7 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. 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. - Returned only on $select. + Requires $select to retrieve. Note: This property is specific to SharePoint Online. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. @@ -14574,6 +15163,27 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityGovernance ]: identityGovernanceUserSettings + [(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 ]: 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 + [(Any) ]: This indicates any property can be added to this object. + [Duration ]: The requestor's desired duration of access represented in ISO 8601 format for durations. +For example, PT3H refers to three hours. + If specified in a request, endDateTime shouldn't be present and the type property should be set to afterDuration. + [EndDateTime ]: Timestamp of 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. + [Type ]: expirationPatternType + [Recurrence ]: patternedRecurrence + [StartDateTime ]: 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. +In PIM, when the eligible or active assignment becomes active. [IdentityParentId ]: The object ID of the parent identity for agent users. Always null for regular user accounts. For agentUser resources, this property references the object ID of the associated agent identity. @@ -14670,7 +15280,7 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for users to describe their interests. -Returned only on $select. +Requires $select to retrieve. [InvitedBy ]: directoryObject [IsLicenseReconciliationNeeded ]: Indicates whether the user is pending an exchange mailbox license assignment. Read-only. @@ -14679,7 +15289,8 @@ Returned only on $select. 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). @@ -14693,24 +15304,24 @@ If this list is non-empty, then only users or groups listed here can post. [AccessType ]: groupAccessType [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are auto-subscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -14720,6 +15331,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -14878,11 +15490,11 @@ You can use it as a $filter argument to get groups that have members with licens Supports $filter (eq). [HideFromAddressLists ]: true if the group isn't displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: true if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [InfoCatalogs ]: Identifies the info segments assigned to the group. Returned by default. @@ -14906,7 +15518,7 @@ Read-only. To manage a group 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. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -14956,6 +15568,7 @@ Read-only. [OnPremisesDomainName ]: Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only. + [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [OnPremisesLastSyncDateTime ]: Indicates the last time at which the group was synced with the on-premises directory.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. Returned by default. @@ -15139,10 +15752,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -15151,9 +15766,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. @@ -15317,7 +15961,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). @@ -15365,6 +16009,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 @@ -15762,12 +16407,12 @@ Immutable. Read-only. [UnseenConversationsCount ]: Count of conversations delivered one or more new posts since the signed-in user's last visit to the group. This property is the same as unseenCount. -Returned only on $select. +Requires $select to retrieve. [UnseenCount ]: Count of conversations that have received new posts since the signed-in user last visited the group. -This property is the same as unseenConversationsCount.Returned only on $select. +This property is the same as unseenConversationsCount.Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [UnseenMessagesCount ]: Count of new posts that have been delivered to the group's conversations since the signed-in user's last visit to the group. -Returned only on $select. +Requires $select to retrieve. [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. @@ -15778,7 +16423,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Requires $select to retrieve. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -15795,16 +16443,16 @@ Nullable. 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. Read-only. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. It also indicates licenses that are directly assigned and the ones the user inherited through group memberships. Read-only. -Returned only on $select. +Requires $select to retrieve. [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. Read-Only. @@ -15930,7 +16578,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -16164,7 +16812,7 @@ Read-only. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Notifications ]: [Id ]: The unique identifier for an entity. Read-only. @@ -16259,6 +16907,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. @@ -16307,6 +16959,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. @@ -16561,7 +17218,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for users to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [PendingAccessReviewInstances ]: Navigation property to get a list of access reviews pending approval by the reviewer. [Id ]: The unique identifier for an entity. Read-only. @@ -16581,14 +17238,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. @@ -16921,7 +17570,7 @@ Example: 'en-US', or 'es-ES'. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -17377,15 +18026,14 @@ Read-only. [WebUrl ]: Link to the institution or department homepage. [Program ]: educationalActivityDetail [(Any) ]: This indicates any property can be added to this object. - [Abbreviation ]: Shortened name of the degree or program (example: PhD, MBA) + [Abbreviation ]: Shortened name of the degree or program, for example, PhD and MBA. [Activities ]: Extracurricular activities undertaken alongside the program. [Awards ]: Any awards or honors associated with the program. [Description ]: Short description of the program provided by the user. [DisplayName ]: Long-form name of the program that the user provided. - [FieldsOfStudy ]: Majors and minors associated with the program. -(if applicable) - [Grade ]: The final grade, class, GPA, or score. - [Notes ]: More notes the user provided. + [FieldsOfStudy ]: Majors and minors associated with the program, if applicable. + [Grade ]: The final grade, class, grade point average (GPA), or score. + [Notes ]: More notes provided by the user. [WebUrl ]: Link to the degree or program page. [StartMonthYear ]: The month and year the user commenced the activity referenced. [Emails ]: Represents detailed information about email addresses associated with the user. @@ -17688,9 +18336,9 @@ Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they have attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: The scoped-role administrative unit memberships for this user. Read-only. Nullable. @@ -17754,7 +18402,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. @@ -17904,7 +18552,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Use revokeSignInSessions to reset. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -17951,6 +18599,48 @@ The language component follows two-letter codes as defined in ISO 639-1, and the For users with multigeo licenses, the property contains the user's region (if available). For users without multigeo licenses, the property contains the organization's region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China. + [Sections ]: The sections in the user's chat list. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the section was created. +Read-only. +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. + [DisplayIcon ]: sectionDisplayIcon + [(Any) ]: This indicates any property can be added to this object. + [ContentUrl ]: The URL to a custom icon image. +Applicable when iconType is custom. + [DisplayName ]: The human-readable name of the icon. + [IconType ]: The type of icon. +Use an emoji character such as 👍 for an emoji icon, or custom for a custom image icon. + [SkinTone ]: sectionIconSkinTone + [DisplayName ]: The display name of the section. +Required. +Maximum length is 50 characters. +Display names are case-sensitive and must be unique within a user's sections. +The following names are reserved for system-defined sections and can't be used when creating a user-defined section: RecentChats, QuickViews, TeamsAndChannels, MutedChats, MeetingChats, EngageCommunities. + [IsExpanded ]: Indicates whether the section is expanded in the user interface. +The default value is true. + [IsHierarchicalViewEnabled ]: Indicates whether the hierarchical view is enabled for the section. +Read-only. + [Items ]: The items (chats, channels, meetings, or communities) organized within the section. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the item was added to the section. +Read-only. +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. + [ItemType ]: sectionItemType + [LastModifiedDateTime ]: Date and time when the item was last modified. +Read-only. +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. + [LastModifiedDateTime ]: Date and time when the section was last modified. +Read-only. +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. + [SectionType ]: sectionType + [SortType ]: sectionSortType [Todo ]: todo [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -17963,6 +18653,12 @@ Read-only. Nullable. [IsOwner ]: True if the user is owner of the given task list. [IsShared ]: True if the task list is shared with other users + [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the task list. +Read-only. +Nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Value ]: The value of the property. [Tasks ]: The tasks in this task list. Read-only. Nullable. @@ -18026,9 +18722,6 @@ Read-only. [Recurrence ]: patternedRecurrence [ReminderDateTime ]: dateTimeTimeZone [SingleValueExtendedProperties ]: A collection of custom fields linked to the task. - [Id ]: The unique identifier for an entity. -Read-only. - [Value ]: The value of the property. [StartDateTime ]: dateTimeTimeZone [Status ]: taskStatus [Title ]: A brief description of the task. @@ -18080,6 +18773,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. @@ -18117,6 +18812,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. @@ -18139,6 +18835,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 ]: @@ -18192,6 +18889,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. @@ -18201,8 +18900,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. @@ -18218,6 +18915,8 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementDeviceShellScriptGroupAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementDeviceShellScriptGroupAssignment.md index 9a0d0394eb12c..d0e3528bd94a7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementDeviceShellScriptGroupAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementDeviceShellScriptGroupAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/update-mgbetadevicemanagementdeviceshellscriptgroupassignment Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementDeviceShellScriptGroupAssignment --- @@ -25,7 +25,7 @@ Update-MgBetaDeviceManagementDeviceShellScriptGroupAssignment [-ResponseHeadersVariable ] [-AdditionalProperties ] [-Id ] [-TargetGroupId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -37,7 +37,6 @@ Update-MgBetaDeviceManagementDeviceShellScriptGroupAssignment [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -48,7 +47,7 @@ Update-MgBetaDeviceManagementDeviceShellScriptGroupAssignment [-AdditionalProperties ] [-Id ] [-TargetGroupId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -60,7 +59,6 @@ Update-MgBetaDeviceManagementDeviceShellScriptGroupAssignment [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementDeviceShellScriptUserRunState.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementDeviceShellScriptUserRunState.md index d85271e2f9c60..515df1f11e10f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementDeviceShellScriptUserRunState.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementDeviceShellScriptUserRunState.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/update-mgbetadevicemanagementdeviceshellscriptuserrunstate Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementDeviceShellScriptUserRunState --- @@ -27,7 +27,7 @@ Update-MgBetaDeviceManagementDeviceShellScriptUserRunState [-Id ] [-SuccessDeviceCount ] [-UserPrincipalName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -38,7 +38,7 @@ Update-MgBetaDeviceManagementDeviceShellScriptUserRunState -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -50,7 +50,7 @@ Update-MgBetaDeviceManagementDeviceShellScriptUserRunState -InputObject ] [-SuccessDeviceCount ] [-UserPrincipalName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -60,7 +60,7 @@ Update-MgBetaDeviceManagementDeviceShellScriptUserRunState -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -1013,7 +1013,7 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for users to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). @@ -1307,22 +1307,23 @@ Always null when the object hasn't been deleted. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -1352,12 +1353,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -1467,7 +1525,7 @@ Optional. [IncludeBasicClaimSet ]: Determines whether the basic claim set is included in tokens affected by this policy. If set to true, all claims in the basic claim set are emitted in tokens affected by the policy. By default the basic claim set isn't in the tokens unless they're explicitly configured in this policy. - [CreatedByAppId ]: The appId (called Application (client) ID on the Microsoft Entra admin center) of the application used to create the service principal. + [CreatedByAppId ]: The appId of the application that created this service principal. Set internally by Microsoft Entra ID. Read-only. [CreatedObjects ]: Directory objects created by this service principal. @@ -1599,7 +1657,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -1758,13 +1816,13 @@ May not begin with .. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [ApprovedClientApps ]: + [ApprovedClientApps ]: The collection of approved client apps that are associated with the RDS configuration. +Supports $expand. [Id ]: The unique identifier for an entity. Read-only. - [DisplayName ]: + [DisplayName ]: Display name for the client application. [IsRemoteDesktopProtocolEnabled ]: Determines if Microsoft Entra ID RDS authentication protocol for RDP is enabled. [TargetDeviceGroups ]: The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. -
]: The unique identifier for an entity. Read-only. [DisplayName ]: Display name for the target device group. @@ -2125,7 +2183,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. - [ExternalAuthenticationMethods ]: Represents the external methods registered to a user for authentication. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. Optional. @@ -2141,7 +2199,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. - [DisplayName ]: Custom name given to the registered external authentication method. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. @@ -2394,7 +2452,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -2647,7 +2705,7 @@ Read-only. The identifiers must be unique in the tenant. [Birthday ]: The birthday of the user. 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 Returned only on $select. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. Only one number can be set for this property. Read-only for users synced from on-premises directory. @@ -3257,6 +3315,49 @@ This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. Read only. + [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. +Nullable. + [Attachments ]: References to attached objects like files, tabs, meetings etc. + [Body ]: itemBody + [ChannelIdentity ]: channelIdentity + [ChatId ]: If the message was sent in a chat, represents the identity of the chat. + [CreatedDateTime ]: Timestamp of when the chat message was created. + [DeletedDateTime ]: Read only. +Timestamp at which the chat message was deleted, or null if not deleted. + [Etag ]: Read-only. +Version number of the chat message. + [EventDetail ]: eventMessageDetail + [From ]: chatMessageFromIdentitySet + [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. + [Importance ]: chatMessageImportance + [LastEditedDateTime ]: Read only. +Timestamp when edits to the chat message were made. +Triggers an 'Edited' flag in the Teams UI. +If no edits are made the value is null. + [LastModifiedDateTime ]: Read only. +Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. + [Locale ]: Locale of the chat message set by the client. +Always set to en-us. + [Mentions ]: List of entities mentioned in the chat message. +Supported entities are: user, bot, team, channel, chat, and tag. + [MessageHistory ]: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. + [MessageType ]: chatMessageType + [OnBehalfOf ]: chatMessageFromIdentitySet + [PolicyViolation ]: chatMessagePolicyViolation + [Reactions ]: Reactions for this chat message (for example, Like). + [Replies ]: Replies for a specified message. +Supports $expand for channel messages. + [ReplyToId ]: Read-only. +ID of the parent chat message or root chat message of the thread. +(Only applies to chat messages in channels, not chats.) + [Subject ]: The subject of the chat message, in plaintext. + [Summary ]: Summary text of the chat message that could be used for push notifications and summary views or fall back views. +Only applies to channel chat messages, not chat messages in a chat. + [WebUrl ]: Read-only. +Link to the message in Microsoft Teams. + [Id ]: The unique identifier for an entity. +Read-only. + [Recipient ]: identity [TenantId ]: The identifier of the tenant in which the chat was created. Read-only. [Topic ]: (Optional) Subject or topic for the chat. @@ -3292,21 +3393,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -3396,7 +3554,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 @@ -3421,6 +3581,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. @@ -3628,10 +3821,11 @@ 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. + [ContentCategory ]: contentCategory [CorrelationId ]: An identifier used to group multiple related content entries (for example, different parts of the same file upload, messages in a conversation). [CreatedDateTime ]: Required. Timestamp indicating when the original content was created (for example, file creation time, message sent time). @@ -3916,6 +4110,7 @@ To proactively opt in to the new behavior ahead of time, use the contentStream p Nullable. [File ]: file [(Any) ]: This indicates any property can be added to this object. + [ArchiveStatus ]: fileArchiveStatus [Hashes ]: hashes [(Any) ]: This indicates any property can be added to this object. [Crc32Hash ]: The CRC32 value of the file (if available). @@ -3926,6 +4121,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. @@ -4026,6 +4234,17 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(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. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity. @@ -5035,6 +5254,8 @@ 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 total count of items in the list. +Read-only. [Items ]: All items contained in the list. [List ]: listInfo [(Any) ]: This indicates any property can be added to this object. @@ -5131,6 +5352,24 @@ Required. [LearningProviderId ]: The registration ID of the provider. Required. [Status ]: courseStatus + [Storyline ]: User's storyline singleton container. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Followers ]: The users who are following this user. + [Id ]: The unique identifier for an entity. +Read-only. + [Follower ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Followings ]: The users that this user is following. + [Id ]: The unique identifier for an entity. +Read-only. + [Following ]: The Viva Engage identities. [EmployeeHireDate ]: The date and time when the user was hired or will start work if there is a future hire. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. @@ -5145,10 +5384,10 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. @@ -5621,7 +5860,9 @@ Read-write. [(Any) ]: This indicates any property can be added to this object. [ArchiveStatus ]: siteArchiveStatus [ArchivedBy ]: identitySet - [ArchivedDateTime ]: + [ArchivedDateTime ]: Time when the container was archived. +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. [DataLocationCode ]: The geographic region code for where this site collection resides. Only present for multi-geo tenants. Read-only. @@ -5644,7 +5885,7 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. 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. - Returned only on $select. + Requires $select to retrieve. Note: This property is specific to SharePoint Online. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. @@ -5667,6 +5908,27 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityGovernance ]: identityGovernanceUserSettings + [(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 ]: 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 + [(Any) ]: This indicates any property can be added to this object. + [Duration ]: The requestor's desired duration of access represented in ISO 8601 format for durations. +For example, PT3H refers to three hours. + If specified in a request, endDateTime shouldn't be present and the type property should be set to afterDuration. + [EndDateTime ]: Timestamp of 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. + [Type ]: expirationPatternType + [Recurrence ]: patternedRecurrence + [StartDateTime ]: 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. +In PIM, when the eligible or active assignment becomes active. [IdentityParentId ]: The object ID of the parent identity for agent users. Always null for regular user accounts. For agentUser resources, this property references the object ID of the associated agent identity. @@ -5763,7 +6025,7 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for users to describe their interests. -Returned only on $select. +Requires $select to retrieve. [InvitedBy ]: directoryObject [IsLicenseReconciliationNeeded ]: Indicates whether the user is pending an exchange mailbox license assignment. Read-only. @@ -5772,7 +6034,8 @@ Returned only on $select. 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). @@ -5786,24 +6049,24 @@ If this list is non-empty, then only users or groups listed here can post. [AccessType ]: groupAccessType [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are auto-subscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -5813,6 +6076,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -5971,11 +6235,11 @@ You can use it as a $filter argument to get groups that have members with licens Supports $filter (eq). [HideFromAddressLists ]: true if the group isn't displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: true if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [InfoCatalogs ]: Identifies the info segments assigned to the group. Returned by default. @@ -5999,7 +6263,7 @@ Read-only. To manage a group 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. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -6049,6 +6313,7 @@ Read-only. [OnPremisesDomainName ]: Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only. + [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [OnPremisesLastSyncDateTime ]: Indicates the last time at which the group was synced with the on-premises directory.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. Returned by default. @@ -6232,10 +6497,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -6244,9 +6511,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. @@ -6410,7 +6706,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). @@ -6458,6 +6754,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 @@ -6855,12 +7152,12 @@ Immutable. Read-only. [UnseenConversationsCount ]: Count of conversations delivered one or more new posts since the signed-in user's last visit to the group. This property is the same as unseenCount. -Returned only on $select. +Requires $select to retrieve. [UnseenCount ]: Count of conversations that have received new posts since the signed-in user last visited the group. -This property is the same as unseenConversationsCount.Returned only on $select. +This property is the same as unseenConversationsCount.Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [UnseenMessagesCount ]: Count of new posts that have been delivered to the group's conversations since the signed-in user's last visit to the group. -Returned only on $select. +Requires $select to retrieve. [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. @@ -6871,7 +7168,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Requires $select to retrieve. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -6888,16 +7188,16 @@ Nullable. 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. Read-only. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. It also indicates licenses that are directly assigned and the ones the user inherited through group memberships. Read-only. -Returned only on $select. +Requires $select to retrieve. [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. Read-Only. @@ -7023,7 +7323,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -7257,7 +7557,7 @@ Read-only. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Notifications ]: [Id ]: The unique identifier for an entity. Read-only. @@ -7352,6 +7652,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. @@ -7400,6 +7704,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. @@ -7654,7 +7963,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for users to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [PendingAccessReviewInstances ]: Navigation property to get a list of access reviews pending approval by the reviewer. [Id ]: The unique identifier for an entity. Read-only. @@ -7674,14 +7983,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. @@ -8014,7 +8315,7 @@ Example: 'en-US', or 'es-ES'. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -8470,15 +8771,14 @@ Read-only. [WebUrl ]: Link to the institution or department homepage. [Program ]: educationalActivityDetail [(Any) ]: This indicates any property can be added to this object. - [Abbreviation ]: Shortened name of the degree or program (example: PhD, MBA) + [Abbreviation ]: Shortened name of the degree or program, for example, PhD and MBA. [Activities ]: Extracurricular activities undertaken alongside the program. [Awards ]: Any awards or honors associated with the program. [Description ]: Short description of the program provided by the user. [DisplayName ]: Long-form name of the program that the user provided. - [FieldsOfStudy ]: Majors and minors associated with the program. -(if applicable) - [Grade ]: The final grade, class, GPA, or score. - [Notes ]: More notes the user provided. + [FieldsOfStudy ]: Majors and minors associated with the program, if applicable. + [Grade ]: The final grade, class, grade point average (GPA), or score. + [Notes ]: More notes provided by the user. [WebUrl ]: Link to the degree or program page. [StartMonthYear ]: The month and year the user commenced the activity referenced. [Emails ]: Represents detailed information about email addresses associated with the user. @@ -8781,9 +9081,9 @@ Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they have attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: The scoped-role administrative unit memberships for this user. Read-only. Nullable. @@ -8847,7 +9147,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. @@ -8997,7 +9297,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Use revokeSignInSessions to reset. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -9044,6 +9344,48 @@ The language component follows two-letter codes as defined in ISO 639-1, and the For users with multigeo licenses, the property contains the user's region (if available). For users without multigeo licenses, the property contains the organization's region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China. + [Sections ]: The sections in the user's chat list. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the section was created. +Read-only. +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. + [DisplayIcon ]: sectionDisplayIcon + [(Any) ]: This indicates any property can be added to this object. + [ContentUrl ]: The URL to a custom icon image. +Applicable when iconType is custom. + [DisplayName ]: The human-readable name of the icon. + [IconType ]: The type of icon. +Use an emoji character such as 👍 for an emoji icon, or custom for a custom image icon. + [SkinTone ]: sectionIconSkinTone + [DisplayName ]: The display name of the section. +Required. +Maximum length is 50 characters. +Display names are case-sensitive and must be unique within a user's sections. +The following names are reserved for system-defined sections and can't be used when creating a user-defined section: RecentChats, QuickViews, TeamsAndChannels, MutedChats, MeetingChats, EngageCommunities. + [IsExpanded ]: Indicates whether the section is expanded in the user interface. +The default value is true. + [IsHierarchicalViewEnabled ]: Indicates whether the hierarchical view is enabled for the section. +Read-only. + [Items ]: The items (chats, channels, meetings, or communities) organized within the section. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the item was added to the section. +Read-only. +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. + [ItemType ]: sectionItemType + [LastModifiedDateTime ]: Date and time when the item was last modified. +Read-only. +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. + [LastModifiedDateTime ]: Date and time when the section was last modified. +Read-only. +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. + [SectionType ]: sectionType + [SortType ]: sectionSortType [Todo ]: todo [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -9056,6 +9398,12 @@ Read-only. Nullable. [IsOwner ]: True if the user is owner of the given task list. [IsShared ]: True if the task list is shared with other users + [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the task list. +Read-only. +Nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Value ]: The value of the property. [Tasks ]: The tasks in this task list. Read-only. Nullable. @@ -9119,9 +9467,6 @@ Read-only. [Recurrence ]: patternedRecurrence [ReminderDateTime ]: dateTimeTimeZone [SingleValueExtendedProperties ]: A collection of custom fields linked to the task. - [Id ]: The unique identifier for an entity. -Read-only. - [Value ]: The value of the property. [StartDateTime ]: dateTimeTimeZone [Status ]: taskStatus [Title ]: A brief description of the task. @@ -9173,6 +9518,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. @@ -9210,6 +9557,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. @@ -9232,6 +9580,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 ]: @@ -9285,6 +9634,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. @@ -9294,8 +9645,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. @@ -9311,6 +9660,8 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -9764,7 +10115,7 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for users to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). @@ -10058,22 +10409,23 @@ Always null when the object hasn't been deleted. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -10103,12 +10455,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -10218,7 +10627,7 @@ Optional. [IncludeBasicClaimSet ]: Determines whether the basic claim set is included in tokens affected by this policy. If set to true, all claims in the basic claim set are emitted in tokens affected by the policy. By default the basic claim set isn't in the tokens unless they're explicitly configured in this policy. - [CreatedByAppId ]: The appId (called Application (client) ID on the Microsoft Entra admin center) of the application used to create the service principal. + [CreatedByAppId ]: The appId of the application that created this service principal. Set internally by Microsoft Entra ID. Read-only. [CreatedObjects ]: Directory objects created by this service principal. @@ -10350,7 +10759,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -10509,13 +10918,13 @@ May not begin with .. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [ApprovedClientApps ]: + [ApprovedClientApps ]: The collection of approved client apps that are associated with the RDS configuration. +Supports $expand. [Id ]: The unique identifier for an entity. Read-only. - [DisplayName ]: + [DisplayName ]: Display name for the client application. [IsRemoteDesktopProtocolEnabled ]: Determines if Microsoft Entra ID RDS authentication protocol for RDP is enabled. [TargetDeviceGroups ]: The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. -
]: The unique identifier for an entity. Read-only. [DisplayName ]: Display name for the target device group. @@ -10876,7 +11285,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. - [ExternalAuthenticationMethods ]: Represents the external methods registered to a user for authentication. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. Optional. @@ -10892,7 +11301,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. - [DisplayName ]: Custom name given to the registered external authentication method. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. @@ -11145,7 +11554,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -11398,7 +11807,7 @@ Read-only. The identifiers must be unique in the tenant. [Birthday ]: The birthday of the user. 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 Returned only on $select. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. Only one number can be set for this property. Read-only for users synced from on-premises directory. @@ -12008,6 +12417,49 @@ This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. Read only. + [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. +Nullable. + [Attachments ]: References to attached objects like files, tabs, meetings etc. + [Body ]: itemBody + [ChannelIdentity ]: channelIdentity + [ChatId ]: If the message was sent in a chat, represents the identity of the chat. + [CreatedDateTime ]: Timestamp of when the chat message was created. + [DeletedDateTime ]: Read only. +Timestamp at which the chat message was deleted, or null if not deleted. + [Etag ]: Read-only. +Version number of the chat message. + [EventDetail ]: eventMessageDetail + [From ]: chatMessageFromIdentitySet + [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. + [Importance ]: chatMessageImportance + [LastEditedDateTime ]: Read only. +Timestamp when edits to the chat message were made. +Triggers an 'Edited' flag in the Teams UI. +If no edits are made the value is null. + [LastModifiedDateTime ]: Read only. +Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. + [Locale ]: Locale of the chat message set by the client. +Always set to en-us. + [Mentions ]: List of entities mentioned in the chat message. +Supported entities are: user, bot, team, channel, chat, and tag. + [MessageHistory ]: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. + [MessageType ]: chatMessageType + [OnBehalfOf ]: chatMessageFromIdentitySet + [PolicyViolation ]: chatMessagePolicyViolation + [Reactions ]: Reactions for this chat message (for example, Like). + [Replies ]: Replies for a specified message. +Supports $expand for channel messages. + [ReplyToId ]: Read-only. +ID of the parent chat message or root chat message of the thread. +(Only applies to chat messages in channels, not chats.) + [Subject ]: The subject of the chat message, in plaintext. + [Summary ]: Summary text of the chat message that could be used for push notifications and summary views or fall back views. +Only applies to channel chat messages, not chat messages in a chat. + [WebUrl ]: Read-only. +Link to the message in Microsoft Teams. + [Id ]: The unique identifier for an entity. +Read-only. + [Recipient ]: identity [TenantId ]: The identifier of the tenant in which the chat was created. Read-only. [Topic ]: (Optional) Subject or topic for the chat. @@ -12043,21 +12495,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -12147,7 +12656,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 @@ -12172,6 +12683,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. @@ -12379,10 +12923,11 @@ 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. + [ContentCategory ]: contentCategory [CorrelationId ]: An identifier used to group multiple related content entries (for example, different parts of the same file upload, messages in a conversation). [CreatedDateTime ]: Required. Timestamp indicating when the original content was created (for example, file creation time, message sent time). @@ -12667,6 +13212,7 @@ To proactively opt in to the new behavior ahead of time, use the contentStream p Nullable. [File ]: file [(Any) ]: This indicates any property can be added to this object. + [ArchiveStatus ]: fileArchiveStatus [Hashes ]: hashes [(Any) ]: This indicates any property can be added to this object. [Crc32Hash ]: The CRC32 value of the file (if available). @@ -12677,6 +13223,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. @@ -12777,6 +13336,17 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(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. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity. @@ -13786,6 +14356,8 @@ 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 total count of items in the list. +Read-only. [Items ]: All items contained in the list. [List ]: listInfo [(Any) ]: This indicates any property can be added to this object. @@ -13882,6 +14454,24 @@ Required. [LearningProviderId ]: The registration ID of the provider. Required. [Status ]: courseStatus + [Storyline ]: User's storyline singleton container. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Followers ]: The users who are following this user. + [Id ]: The unique identifier for an entity. +Read-only. + [Follower ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Followings ]: The users that this user is following. + [Id ]: The unique identifier for an entity. +Read-only. + [Following ]: The Viva Engage identities. [EmployeeHireDate ]: The date and time when the user was hired or will start work if there is a future hire. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. @@ -13896,10 +14486,10 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. @@ -14372,7 +14962,9 @@ Read-write. [(Any) ]: This indicates any property can be added to this object. [ArchiveStatus ]: siteArchiveStatus [ArchivedBy ]: identitySet - [ArchivedDateTime ]: + [ArchivedDateTime ]: Time when the container was archived. +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. [DataLocationCode ]: The geographic region code for where this site collection resides. Only present for multi-geo tenants. Read-only. @@ -14395,7 +14987,7 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. 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. - Returned only on $select. + Requires $select to retrieve. Note: This property is specific to SharePoint Online. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. @@ -14418,6 +15010,27 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityGovernance ]: identityGovernanceUserSettings + [(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 ]: 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 + [(Any) ]: This indicates any property can be added to this object. + [Duration ]: The requestor's desired duration of access represented in ISO 8601 format for durations. +For example, PT3H refers to three hours. + If specified in a request, endDateTime shouldn't be present and the type property should be set to afterDuration. + [EndDateTime ]: Timestamp of 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. + [Type ]: expirationPatternType + [Recurrence ]: patternedRecurrence + [StartDateTime ]: 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. +In PIM, when the eligible or active assignment becomes active. [IdentityParentId ]: The object ID of the parent identity for agent users. Always null for regular user accounts. For agentUser resources, this property references the object ID of the associated agent identity. @@ -14514,7 +15127,7 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for users to describe their interests. -Returned only on $select. +Requires $select to retrieve. [InvitedBy ]: directoryObject [IsLicenseReconciliationNeeded ]: Indicates whether the user is pending an exchange mailbox license assignment. Read-only. @@ -14523,7 +15136,8 @@ Returned only on $select. 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). @@ -14537,24 +15151,24 @@ If this list is non-empty, then only users or groups listed here can post. [AccessType ]: groupAccessType [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are auto-subscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -14564,6 +15178,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -14722,11 +15337,11 @@ You can use it as a $filter argument to get groups that have members with licens Supports $filter (eq). [HideFromAddressLists ]: true if the group isn't displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: true if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [InfoCatalogs ]: Identifies the info segments assigned to the group. Returned by default. @@ -14750,7 +15365,7 @@ Read-only. To manage a group 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. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -14800,6 +15415,7 @@ Read-only. [OnPremisesDomainName ]: Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only. + [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [OnPremisesLastSyncDateTime ]: Indicates the last time at which the group was synced with the on-premises directory.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. Returned by default. @@ -14983,10 +15599,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -14995,9 +15613,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. @@ -15161,7 +15808,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). @@ -15209,6 +15856,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 @@ -15606,12 +16254,12 @@ Immutable. Read-only. [UnseenConversationsCount ]: Count of conversations delivered one or more new posts since the signed-in user's last visit to the group. This property is the same as unseenCount. -Returned only on $select. +Requires $select to retrieve. [UnseenCount ]: Count of conversations that have received new posts since the signed-in user last visited the group. -This property is the same as unseenConversationsCount.Returned only on $select. +This property is the same as unseenConversationsCount.Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [UnseenMessagesCount ]: Count of new posts that have been delivered to the group's conversations since the signed-in user's last visit to the group. -Returned only on $select. +Requires $select to retrieve. [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. @@ -15622,7 +16270,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Requires $select to retrieve. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -15639,16 +16290,16 @@ Nullable. 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. Read-only. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. It also indicates licenses that are directly assigned and the ones the user inherited through group memberships. Read-only. -Returned only on $select. +Requires $select to retrieve. [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. Read-Only. @@ -15774,7 +16425,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -16008,7 +16659,7 @@ Read-only. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Notifications ]: [Id ]: The unique identifier for an entity. Read-only. @@ -16103,6 +16754,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. @@ -16151,6 +16806,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. @@ -16405,7 +17065,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for users to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [PendingAccessReviewInstances ]: Navigation property to get a list of access reviews pending approval by the reviewer. [Id ]: The unique identifier for an entity. Read-only. @@ -16425,14 +17085,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. @@ -16765,7 +17417,7 @@ Example: 'en-US', or 'es-ES'. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -17221,15 +17873,14 @@ Read-only. [WebUrl ]: Link to the institution or department homepage. [Program ]: educationalActivityDetail [(Any) ]: This indicates any property can be added to this object. - [Abbreviation ]: Shortened name of the degree or program (example: PhD, MBA) + [Abbreviation ]: Shortened name of the degree or program, for example, PhD and MBA. [Activities ]: Extracurricular activities undertaken alongside the program. [Awards ]: Any awards or honors associated with the program. [Description ]: Short description of the program provided by the user. [DisplayName ]: Long-form name of the program that the user provided. - [FieldsOfStudy ]: Majors and minors associated with the program. -(if applicable) - [Grade ]: The final grade, class, GPA, or score. - [Notes ]: More notes the user provided. + [FieldsOfStudy ]: Majors and minors associated with the program, if applicable. + [Grade ]: The final grade, class, grade point average (GPA), or score. + [Notes ]: More notes provided by the user. [WebUrl ]: Link to the degree or program page. [StartMonthYear ]: The month and year the user commenced the activity referenced. [Emails ]: Represents detailed information about email addresses associated with the user. @@ -17532,9 +18183,9 @@ Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they have attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: The scoped-role administrative unit memberships for this user. Read-only. Nullable. @@ -17598,7 +18249,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. @@ -17748,7 +18399,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Use revokeSignInSessions to reset. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -17795,6 +18446,48 @@ The language component follows two-letter codes as defined in ISO 639-1, and the For users with multigeo licenses, the property contains the user's region (if available). For users without multigeo licenses, the property contains the organization's region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China. + [Sections ]: The sections in the user's chat list. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the section was created. +Read-only. +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. + [DisplayIcon ]: sectionDisplayIcon + [(Any) ]: This indicates any property can be added to this object. + [ContentUrl ]: The URL to a custom icon image. +Applicable when iconType is custom. + [DisplayName ]: The human-readable name of the icon. + [IconType ]: The type of icon. +Use an emoji character such as 👍 for an emoji icon, or custom for a custom image icon. + [SkinTone ]: sectionIconSkinTone + [DisplayName ]: The display name of the section. +Required. +Maximum length is 50 characters. +Display names are case-sensitive and must be unique within a user's sections. +The following names are reserved for system-defined sections and can't be used when creating a user-defined section: RecentChats, QuickViews, TeamsAndChannels, MutedChats, MeetingChats, EngageCommunities. + [IsExpanded ]: Indicates whether the section is expanded in the user interface. +The default value is true. + [IsHierarchicalViewEnabled ]: Indicates whether the hierarchical view is enabled for the section. +Read-only. + [Items ]: The items (chats, channels, meetings, or communities) organized within the section. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the item was added to the section. +Read-only. +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. + [ItemType ]: sectionItemType + [LastModifiedDateTime ]: Date and time when the item was last modified. +Read-only. +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. + [LastModifiedDateTime ]: Date and time when the section was last modified. +Read-only. +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. + [SectionType ]: sectionType + [SortType ]: sectionSortType [Todo ]: todo [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -17807,6 +18500,12 @@ Read-only. Nullable. [IsOwner ]: True if the user is owner of the given task list. [IsShared ]: True if the task list is shared with other users + [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the task list. +Read-only. +Nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Value ]: The value of the property. [Tasks ]: The tasks in this task list. Read-only. Nullable. @@ -17870,9 +18569,6 @@ Read-only. [Recurrence ]: patternedRecurrence [ReminderDateTime ]: dateTimeTimeZone [SingleValueExtendedProperties ]: A collection of custom fields linked to the task. - [Id ]: The unique identifier for an entity. -Read-only. - [Value ]: The value of the property. [StartDateTime ]: dateTimeTimeZone [Status ]: taskStatus [Title ]: A brief description of the task. @@ -17924,6 +18620,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. @@ -17961,6 +18659,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. @@ -17983,6 +18682,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 ]: @@ -18036,6 +18736,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. @@ -18045,8 +18747,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. @@ -18062,6 +18762,8 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementDeviceShellScriptUserRunStateDeviceRunState.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementDeviceShellScriptUserRunStateDeviceRunState.md index 67ec9db354773..09b5b56af36fe 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementDeviceShellScriptUserRunStateDeviceRunState.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementDeviceShellScriptUserRunStateDeviceRunState.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/update-mgbetadevicemanagementdeviceshellscriptuserrunstatedevicerunstate Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementDeviceShellScriptUserRunStateDeviceRunState --- @@ -28,7 +28,6 @@ Update-MgBetaDeviceManagementDeviceShellScriptUserRunStateDeviceRunState [-ResultMessage ] [-RunState ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -40,7 +39,6 @@ Update-MgBetaDeviceManagementDeviceShellScriptUserRunStateDeviceRunState [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -53,7 +51,6 @@ Update-MgBetaDeviceManagementDeviceShellScriptUserRunStateDeviceRunState [-ResultMessage ] [-RunState ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -65,7 +62,6 @@ Update-MgBetaDeviceManagementDeviceShellScriptUserRunStateDeviceRunState [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -1089,7 +1085,7 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for users to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). @@ -1383,22 +1379,23 @@ Always null when the object hasn't been deleted. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -1428,12 +1425,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -1543,7 +1597,7 @@ Optional. [IncludeBasicClaimSet ]: Determines whether the basic claim set is included in tokens affected by this policy. If set to true, all claims in the basic claim set are emitted in tokens affected by the policy. By default the basic claim set isn't in the tokens unless they're explicitly configured in this policy. - [CreatedByAppId ]: The appId (called Application (client) ID on the Microsoft Entra admin center) of the application used to create the service principal. + [CreatedByAppId ]: The appId of the application that created this service principal. Set internally by Microsoft Entra ID. Read-only. [CreatedObjects ]: Directory objects created by this service principal. @@ -1675,7 +1729,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -1834,13 +1888,13 @@ May not begin with .. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [ApprovedClientApps ]: + [ApprovedClientApps ]: The collection of approved client apps that are associated with the RDS configuration. +Supports $expand. [Id ]: The unique identifier for an entity. Read-only. - [DisplayName ]: + [DisplayName ]: Display name for the client application. [IsRemoteDesktopProtocolEnabled ]: Determines if Microsoft Entra ID RDS authentication protocol for RDP is enabled. [TargetDeviceGroups ]: The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. -
]: The unique identifier for an entity. Read-only. [DisplayName ]: Display name for the target device group. @@ -2201,7 +2255,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. - [ExternalAuthenticationMethods ]: Represents the external methods registered to a user for authentication. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. Optional. @@ -2217,7 +2271,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. - [DisplayName ]: Custom name given to the registered external authentication method. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. @@ -2470,7 +2524,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -2723,7 +2777,7 @@ Read-only. The identifiers must be unique in the tenant. [Birthday ]: The birthday of the user. 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 Returned only on $select. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. Only one number can be set for this property. Read-only for users synced from on-premises directory. @@ -3333,6 +3387,49 @@ This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. Read only. + [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. +Nullable. + [Attachments ]: References to attached objects like files, tabs, meetings etc. + [Body ]: itemBody + [ChannelIdentity ]: channelIdentity + [ChatId ]: If the message was sent in a chat, represents the identity of the chat. + [CreatedDateTime ]: Timestamp of when the chat message was created. + [DeletedDateTime ]: Read only. +Timestamp at which the chat message was deleted, or null if not deleted. + [Etag ]: Read-only. +Version number of the chat message. + [EventDetail ]: eventMessageDetail + [From ]: chatMessageFromIdentitySet + [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. + [Importance ]: chatMessageImportance + [LastEditedDateTime ]: Read only. +Timestamp when edits to the chat message were made. +Triggers an 'Edited' flag in the Teams UI. +If no edits are made the value is null. + [LastModifiedDateTime ]: Read only. +Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. + [Locale ]: Locale of the chat message set by the client. +Always set to en-us. + [Mentions ]: List of entities mentioned in the chat message. +Supported entities are: user, bot, team, channel, chat, and tag. + [MessageHistory ]: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. + [MessageType ]: chatMessageType + [OnBehalfOf ]: chatMessageFromIdentitySet + [PolicyViolation ]: chatMessagePolicyViolation + [Reactions ]: Reactions for this chat message (for example, Like). + [Replies ]: Replies for a specified message. +Supports $expand for channel messages. + [ReplyToId ]: Read-only. +ID of the parent chat message or root chat message of the thread. +(Only applies to chat messages in channels, not chats.) + [Subject ]: The subject of the chat message, in plaintext. + [Summary ]: Summary text of the chat message that could be used for push notifications and summary views or fall back views. +Only applies to channel chat messages, not chat messages in a chat. + [WebUrl ]: Read-only. +Link to the message in Microsoft Teams. + [Id ]: The unique identifier for an entity. +Read-only. + [Recipient ]: identity [TenantId ]: The identifier of the tenant in which the chat was created. Read-only. [Topic ]: (Optional) Subject or topic for the chat. @@ -3368,21 +3465,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -3472,7 +3626,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 @@ -3497,6 +3653,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. @@ -3704,10 +3893,11 @@ 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. + [ContentCategory ]: contentCategory [CorrelationId ]: An identifier used to group multiple related content entries (for example, different parts of the same file upload, messages in a conversation). [CreatedDateTime ]: Required. Timestamp indicating when the original content was created (for example, file creation time, message sent time). @@ -3992,6 +4182,7 @@ To proactively opt in to the new behavior ahead of time, use the contentStream p Nullable. [File ]: file [(Any) ]: This indicates any property can be added to this object. + [ArchiveStatus ]: fileArchiveStatus [Hashes ]: hashes [(Any) ]: This indicates any property can be added to this object. [Crc32Hash ]: The CRC32 value of the file (if available). @@ -4002,6 +4193,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. @@ -4102,6 +4306,17 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(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. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity. @@ -5111,6 +5326,8 @@ 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 total count of items in the list. +Read-only. [Items ]: All items contained in the list. [List ]: listInfo [(Any) ]: This indicates any property can be added to this object. @@ -5207,6 +5424,24 @@ Required. [LearningProviderId ]: The registration ID of the provider. Required. [Status ]: courseStatus + [Storyline ]: User's storyline singleton container. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Followers ]: The users who are following this user. + [Id ]: The unique identifier for an entity. +Read-only. + [Follower ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Followings ]: The users that this user is following. + [Id ]: The unique identifier for an entity. +Read-only. + [Following ]: The Viva Engage identities. [EmployeeHireDate ]: The date and time when the user was hired or will start work if there is a future hire. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. @@ -5221,10 +5456,10 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. @@ -5697,7 +5932,9 @@ Read-write. [(Any) ]: This indicates any property can be added to this object. [ArchiveStatus ]: siteArchiveStatus [ArchivedBy ]: identitySet - [ArchivedDateTime ]: + [ArchivedDateTime ]: Time when the container was archived. +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. [DataLocationCode ]: The geographic region code for where this site collection resides. Only present for multi-geo tenants. Read-only. @@ -5720,7 +5957,7 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. 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. - Returned only on $select. + Requires $select to retrieve. Note: This property is specific to SharePoint Online. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. @@ -5743,6 +5980,27 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityGovernance ]: identityGovernanceUserSettings + [(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 ]: 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 + [(Any) ]: This indicates any property can be added to this object. + [Duration ]: The requestor's desired duration of access represented in ISO 8601 format for durations. +For example, PT3H refers to three hours. + If specified in a request, endDateTime shouldn't be present and the type property should be set to afterDuration. + [EndDateTime ]: Timestamp of 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. + [Type ]: expirationPatternType + [Recurrence ]: patternedRecurrence + [StartDateTime ]: 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. +In PIM, when the eligible or active assignment becomes active. [IdentityParentId ]: The object ID of the parent identity for agent users. Always null for regular user accounts. For agentUser resources, this property references the object ID of the associated agent identity. @@ -5839,7 +6097,7 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for users to describe their interests. -Returned only on $select. +Requires $select to retrieve. [InvitedBy ]: directoryObject [IsLicenseReconciliationNeeded ]: Indicates whether the user is pending an exchange mailbox license assignment. Read-only. @@ -5848,7 +6106,8 @@ Returned only on $select. 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). @@ -5862,24 +6121,24 @@ If this list is non-empty, then only users or groups listed here can post. [AccessType ]: groupAccessType [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are auto-subscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -5889,6 +6148,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -6047,11 +6307,11 @@ You can use it as a $filter argument to get groups that have members with licens Supports $filter (eq). [HideFromAddressLists ]: true if the group isn't displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: true if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [InfoCatalogs ]: Identifies the info segments assigned to the group. Returned by default. @@ -6075,7 +6335,7 @@ Read-only. To manage a group 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. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -6125,6 +6385,7 @@ Read-only. [OnPremisesDomainName ]: Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only. + [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [OnPremisesLastSyncDateTime ]: Indicates the last time at which the group was synced with the on-premises directory.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. Returned by default. @@ -6308,10 +6569,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -6320,9 +6583,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. @@ -6486,7 +6778,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). @@ -6534,6 +6826,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 @@ -6931,12 +7224,12 @@ Immutable. Read-only. [UnseenConversationsCount ]: Count of conversations delivered one or more new posts since the signed-in user's last visit to the group. This property is the same as unseenCount. -Returned only on $select. +Requires $select to retrieve. [UnseenCount ]: Count of conversations that have received new posts since the signed-in user last visited the group. -This property is the same as unseenConversationsCount.Returned only on $select. +This property is the same as unseenConversationsCount.Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [UnseenMessagesCount ]: Count of new posts that have been delivered to the group's conversations since the signed-in user's last visit to the group. -Returned only on $select. +Requires $select to retrieve. [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. @@ -6947,7 +7240,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Requires $select to retrieve. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -6964,16 +7260,16 @@ Nullable. 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. Read-only. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. It also indicates licenses that are directly assigned and the ones the user inherited through group memberships. Read-only. -Returned only on $select. +Requires $select to retrieve. [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. Read-Only. @@ -7099,7 +7395,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -7333,7 +7629,7 @@ Read-only. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Notifications ]: [Id ]: The unique identifier for an entity. Read-only. @@ -7428,6 +7724,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. @@ -7476,6 +7776,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. @@ -7730,7 +8035,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for users to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [PendingAccessReviewInstances ]: Navigation property to get a list of access reviews pending approval by the reviewer. [Id ]: The unique identifier for an entity. Read-only. @@ -7750,14 +8055,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. @@ -8090,7 +8387,7 @@ Example: 'en-US', or 'es-ES'. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -8546,15 +8843,14 @@ Read-only. [WebUrl ]: Link to the institution or department homepage. [Program ]: educationalActivityDetail [(Any) ]: This indicates any property can be added to this object. - [Abbreviation ]: Shortened name of the degree or program (example: PhD, MBA) + [Abbreviation ]: Shortened name of the degree or program, for example, PhD and MBA. [Activities ]: Extracurricular activities undertaken alongside the program. [Awards ]: Any awards or honors associated with the program. [Description ]: Short description of the program provided by the user. [DisplayName ]: Long-form name of the program that the user provided. - [FieldsOfStudy ]: Majors and minors associated with the program. -(if applicable) - [Grade ]: The final grade, class, GPA, or score. - [Notes ]: More notes the user provided. + [FieldsOfStudy ]: Majors and minors associated with the program, if applicable. + [Grade ]: The final grade, class, grade point average (GPA), or score. + [Notes ]: More notes provided by the user. [WebUrl ]: Link to the degree or program page. [StartMonthYear ]: The month and year the user commenced the activity referenced. [Emails ]: Represents detailed information about email addresses associated with the user. @@ -8857,9 +9153,9 @@ Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they have attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: The scoped-role administrative unit memberships for this user. Read-only. Nullable. @@ -8923,7 +9219,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. @@ -9073,7 +9369,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Use revokeSignInSessions to reset. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -9120,6 +9416,48 @@ The language component follows two-letter codes as defined in ISO 639-1, and the For users with multigeo licenses, the property contains the user's region (if available). For users without multigeo licenses, the property contains the organization's region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China. + [Sections ]: The sections in the user's chat list. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the section was created. +Read-only. +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. + [DisplayIcon ]: sectionDisplayIcon + [(Any) ]: This indicates any property can be added to this object. + [ContentUrl ]: The URL to a custom icon image. +Applicable when iconType is custom. + [DisplayName ]: The human-readable name of the icon. + [IconType ]: The type of icon. +Use an emoji character such as 👍 for an emoji icon, or custom for a custom image icon. + [SkinTone ]: sectionIconSkinTone + [DisplayName ]: The display name of the section. +Required. +Maximum length is 50 characters. +Display names are case-sensitive and must be unique within a user's sections. +The following names are reserved for system-defined sections and can't be used when creating a user-defined section: RecentChats, QuickViews, TeamsAndChannels, MutedChats, MeetingChats, EngageCommunities. + [IsExpanded ]: Indicates whether the section is expanded in the user interface. +The default value is true. + [IsHierarchicalViewEnabled ]: Indicates whether the hierarchical view is enabled for the section. +Read-only. + [Items ]: The items (chats, channels, meetings, or communities) organized within the section. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the item was added to the section. +Read-only. +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. + [ItemType ]: sectionItemType + [LastModifiedDateTime ]: Date and time when the item was last modified. +Read-only. +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. + [LastModifiedDateTime ]: Date and time when the section was last modified. +Read-only. +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. + [SectionType ]: sectionType + [SortType ]: sectionSortType [Todo ]: todo [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -9132,6 +9470,12 @@ Read-only. Nullable. [IsOwner ]: True if the user is owner of the given task list. [IsShared ]: True if the task list is shared with other users + [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the task list. +Read-only. +Nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Value ]: The value of the property. [Tasks ]: The tasks in this task list. Read-only. Nullable. @@ -9195,9 +9539,6 @@ Read-only. [Recurrence ]: patternedRecurrence [ReminderDateTime ]: dateTimeTimeZone [SingleValueExtendedProperties ]: A collection of custom fields linked to the task. - [Id ]: The unique identifier for an entity. -Read-only. - [Value ]: The value of the property. [StartDateTime ]: dateTimeTimeZone [Status ]: taskStatus [Title ]: A brief description of the task. @@ -9249,6 +9590,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. @@ -9286,6 +9629,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. @@ -9308,6 +9652,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 ]: @@ -9361,6 +9706,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. @@ -9370,8 +9717,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. @@ -9387,6 +9732,8 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -9940,7 +10287,7 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for users to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). @@ -10234,22 +10581,23 @@ Always null when the object hasn't been deleted. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -10279,12 +10627,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -10394,7 +10799,7 @@ Optional. [IncludeBasicClaimSet ]: Determines whether the basic claim set is included in tokens affected by this policy. If set to true, all claims in the basic claim set are emitted in tokens affected by the policy. By default the basic claim set isn't in the tokens unless they're explicitly configured in this policy. - [CreatedByAppId ]: The appId (called Application (client) ID on the Microsoft Entra admin center) of the application used to create the service principal. + [CreatedByAppId ]: The appId of the application that created this service principal. Set internally by Microsoft Entra ID. Read-only. [CreatedObjects ]: Directory objects created by this service principal. @@ -10526,7 +10931,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -10685,13 +11090,13 @@ May not begin with .. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [ApprovedClientApps ]: + [ApprovedClientApps ]: The collection of approved client apps that are associated with the RDS configuration. +Supports $expand. [Id ]: The unique identifier for an entity. Read-only. - [DisplayName ]: + [DisplayName ]: Display name for the client application. [IsRemoteDesktopProtocolEnabled ]: Determines if Microsoft Entra ID RDS authentication protocol for RDP is enabled. [TargetDeviceGroups ]: The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. -
]: The unique identifier for an entity. Read-only. [DisplayName ]: Display name for the target device group. @@ -11052,7 +11457,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. - [ExternalAuthenticationMethods ]: Represents the external methods registered to a user for authentication. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. Optional. @@ -11068,7 +11473,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. - [DisplayName ]: Custom name given to the registered external authentication method. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. @@ -11321,7 +11726,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -11574,7 +11979,7 @@ Read-only. The identifiers must be unique in the tenant. [Birthday ]: The birthday of the user. 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 Returned only on $select. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. Only one number can be set for this property. Read-only for users synced from on-premises directory. @@ -12184,6 +12589,49 @@ This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. Read only. + [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. +Nullable. + [Attachments ]: References to attached objects like files, tabs, meetings etc. + [Body ]: itemBody + [ChannelIdentity ]: channelIdentity + [ChatId ]: If the message was sent in a chat, represents the identity of the chat. + [CreatedDateTime ]: Timestamp of when the chat message was created. + [DeletedDateTime ]: Read only. +Timestamp at which the chat message was deleted, or null if not deleted. + [Etag ]: Read-only. +Version number of the chat message. + [EventDetail ]: eventMessageDetail + [From ]: chatMessageFromIdentitySet + [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. + [Importance ]: chatMessageImportance + [LastEditedDateTime ]: Read only. +Timestamp when edits to the chat message were made. +Triggers an 'Edited' flag in the Teams UI. +If no edits are made the value is null. + [LastModifiedDateTime ]: Read only. +Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. + [Locale ]: Locale of the chat message set by the client. +Always set to en-us. + [Mentions ]: List of entities mentioned in the chat message. +Supported entities are: user, bot, team, channel, chat, and tag. + [MessageHistory ]: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. + [MessageType ]: chatMessageType + [OnBehalfOf ]: chatMessageFromIdentitySet + [PolicyViolation ]: chatMessagePolicyViolation + [Reactions ]: Reactions for this chat message (for example, Like). + [Replies ]: Replies for a specified message. +Supports $expand for channel messages. + [ReplyToId ]: Read-only. +ID of the parent chat message or root chat message of the thread. +(Only applies to chat messages in channels, not chats.) + [Subject ]: The subject of the chat message, in plaintext. + [Summary ]: Summary text of the chat message that could be used for push notifications and summary views or fall back views. +Only applies to channel chat messages, not chat messages in a chat. + [WebUrl ]: Read-only. +Link to the message in Microsoft Teams. + [Id ]: The unique identifier for an entity. +Read-only. + [Recipient ]: identity [TenantId ]: The identifier of the tenant in which the chat was created. Read-only. [Topic ]: (Optional) Subject or topic for the chat. @@ -12219,21 +12667,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -12323,7 +12828,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 @@ -12348,6 +12855,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. @@ -12555,10 +13095,11 @@ 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. + [ContentCategory ]: contentCategory [CorrelationId ]: An identifier used to group multiple related content entries (for example, different parts of the same file upload, messages in a conversation). [CreatedDateTime ]: Required. Timestamp indicating when the original content was created (for example, file creation time, message sent time). @@ -12843,6 +13384,7 @@ To proactively opt in to the new behavior ahead of time, use the contentStream p Nullable. [File ]: file [(Any) ]: This indicates any property can be added to this object. + [ArchiveStatus ]: fileArchiveStatus [Hashes ]: hashes [(Any) ]: This indicates any property can be added to this object. [Crc32Hash ]: The CRC32 value of the file (if available). @@ -12853,6 +13395,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. @@ -12953,6 +13508,17 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(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. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity. @@ -13962,6 +14528,8 @@ 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 total count of items in the list. +Read-only. [Items ]: All items contained in the list. [List ]: listInfo [(Any) ]: This indicates any property can be added to this object. @@ -14058,6 +14626,24 @@ Required. [LearningProviderId ]: The registration ID of the provider. Required. [Status ]: courseStatus + [Storyline ]: User's storyline singleton container. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Followers ]: The users who are following this user. + [Id ]: The unique identifier for an entity. +Read-only. + [Follower ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Followings ]: The users that this user is following. + [Id ]: The unique identifier for an entity. +Read-only. + [Following ]: The Viva Engage identities. [EmployeeHireDate ]: The date and time when the user was hired or will start work if there is a future hire. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. @@ -14072,10 +14658,10 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. @@ -14548,7 +15134,9 @@ Read-write. [(Any) ]: This indicates any property can be added to this object. [ArchiveStatus ]: siteArchiveStatus [ArchivedBy ]: identitySet - [ArchivedDateTime ]: + [ArchivedDateTime ]: Time when the container was archived. +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. [DataLocationCode ]: The geographic region code for where this site collection resides. Only present for multi-geo tenants. Read-only. @@ -14571,7 +15159,7 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. 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. - Returned only on $select. + Requires $select to retrieve. Note: This property is specific to SharePoint Online. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. @@ -14594,6 +15182,27 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityGovernance ]: identityGovernanceUserSettings + [(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 ]: 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 + [(Any) ]: This indicates any property can be added to this object. + [Duration ]: The requestor's desired duration of access represented in ISO 8601 format for durations. +For example, PT3H refers to three hours. + If specified in a request, endDateTime shouldn't be present and the type property should be set to afterDuration. + [EndDateTime ]: Timestamp of 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. + [Type ]: expirationPatternType + [Recurrence ]: patternedRecurrence + [StartDateTime ]: 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. +In PIM, when the eligible or active assignment becomes active. [IdentityParentId ]: The object ID of the parent identity for agent users. Always null for regular user accounts. For agentUser resources, this property references the object ID of the associated agent identity. @@ -14690,7 +15299,7 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for users to describe their interests. -Returned only on $select. +Requires $select to retrieve. [InvitedBy ]: directoryObject [IsLicenseReconciliationNeeded ]: Indicates whether the user is pending an exchange mailbox license assignment. Read-only. @@ -14699,7 +15308,8 @@ Returned only on $select. 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). @@ -14713,24 +15323,24 @@ If this list is non-empty, then only users or groups listed here can post. [AccessType ]: groupAccessType [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are auto-subscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -14740,6 +15350,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -14898,11 +15509,11 @@ You can use it as a $filter argument to get groups that have members with licens Supports $filter (eq). [HideFromAddressLists ]: true if the group isn't displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: true if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [InfoCatalogs ]: Identifies the info segments assigned to the group. Returned by default. @@ -14926,7 +15537,7 @@ Read-only. To manage a group 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. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -14976,6 +15587,7 @@ Read-only. [OnPremisesDomainName ]: Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only. + [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [OnPremisesLastSyncDateTime ]: Indicates the last time at which the group was synced with the on-premises directory.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. Returned by default. @@ -15159,10 +15771,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -15171,9 +15785,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. @@ -15337,7 +15980,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). @@ -15385,6 +16028,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 @@ -15782,12 +16426,12 @@ Immutable. Read-only. [UnseenConversationsCount ]: Count of conversations delivered one or more new posts since the signed-in user's last visit to the group. This property is the same as unseenCount. -Returned only on $select. +Requires $select to retrieve. [UnseenCount ]: Count of conversations that have received new posts since the signed-in user last visited the group. -This property is the same as unseenConversationsCount.Returned only on $select. +This property is the same as unseenConversationsCount.Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [UnseenMessagesCount ]: Count of new posts that have been delivered to the group's conversations since the signed-in user's last visit to the group. -Returned only on $select. +Requires $select to retrieve. [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. @@ -15798,7 +16442,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Requires $select to retrieve. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -15815,16 +16462,16 @@ Nullable. 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. Read-only. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. It also indicates licenses that are directly assigned and the ones the user inherited through group memberships. Read-only. -Returned only on $select. +Requires $select to retrieve. [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. Read-Only. @@ -15950,7 +16597,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -16184,7 +16831,7 @@ Read-only. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Notifications ]: [Id ]: The unique identifier for an entity. Read-only. @@ -16279,6 +16926,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. @@ -16327,6 +16978,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. @@ -16581,7 +17237,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for users to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [PendingAccessReviewInstances ]: Navigation property to get a list of access reviews pending approval by the reviewer. [Id ]: The unique identifier for an entity. Read-only. @@ -16601,14 +17257,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. @@ -16941,7 +17589,7 @@ Example: 'en-US', or 'es-ES'. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -17397,15 +18045,14 @@ Read-only. [WebUrl ]: Link to the institution or department homepage. [Program ]: educationalActivityDetail [(Any) ]: This indicates any property can be added to this object. - [Abbreviation ]: Shortened name of the degree or program (example: PhD, MBA) + [Abbreviation ]: Shortened name of the degree or program, for example, PhD and MBA. [Activities ]: Extracurricular activities undertaken alongside the program. [Awards ]: Any awards or honors associated with the program. [Description ]: Short description of the program provided by the user. [DisplayName ]: Long-form name of the program that the user provided. - [FieldsOfStudy ]: Majors and minors associated with the program. -(if applicable) - [Grade ]: The final grade, class, GPA, or score. - [Notes ]: More notes the user provided. + [FieldsOfStudy ]: Majors and minors associated with the program, if applicable. + [Grade ]: The final grade, class, grade point average (GPA), or score. + [Notes ]: More notes provided by the user. [WebUrl ]: Link to the degree or program page. [StartMonthYear ]: The month and year the user commenced the activity referenced. [Emails ]: Represents detailed information about email addresses associated with the user. @@ -17708,9 +18355,9 @@ Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they have attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: The scoped-role administrative unit memberships for this user. Read-only. Nullable. @@ -17774,7 +18421,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. @@ -17924,7 +18571,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Use revokeSignInSessions to reset. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -17971,6 +18618,48 @@ The language component follows two-letter codes as defined in ISO 639-1, and the For users with multigeo licenses, the property contains the user's region (if available). For users without multigeo licenses, the property contains the organization's region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China. + [Sections ]: The sections in the user's chat list. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the section was created. +Read-only. +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. + [DisplayIcon ]: sectionDisplayIcon + [(Any) ]: This indicates any property can be added to this object. + [ContentUrl ]: The URL to a custom icon image. +Applicable when iconType is custom. + [DisplayName ]: The human-readable name of the icon. + [IconType ]: The type of icon. +Use an emoji character such as 👍 for an emoji icon, or custom for a custom image icon. + [SkinTone ]: sectionIconSkinTone + [DisplayName ]: The display name of the section. +Required. +Maximum length is 50 characters. +Display names are case-sensitive and must be unique within a user's sections. +The following names are reserved for system-defined sections and can't be used when creating a user-defined section: RecentChats, QuickViews, TeamsAndChannels, MutedChats, MeetingChats, EngageCommunities. + [IsExpanded ]: Indicates whether the section is expanded in the user interface. +The default value is true. + [IsHierarchicalViewEnabled ]: Indicates whether the hierarchical view is enabled for the section. +Read-only. + [Items ]: The items (chats, channels, meetings, or communities) organized within the section. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the item was added to the section. +Read-only. +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. + [ItemType ]: sectionItemType + [LastModifiedDateTime ]: Date and time when the item was last modified. +Read-only. +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. + [LastModifiedDateTime ]: Date and time when the section was last modified. +Read-only. +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. + [SectionType ]: sectionType + [SortType ]: sectionSortType [Todo ]: todo [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -17983,6 +18672,12 @@ Read-only. Nullable. [IsOwner ]: True if the user is owner of the given task list. [IsShared ]: True if the task list is shared with other users + [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the task list. +Read-only. +Nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Value ]: The value of the property. [Tasks ]: The tasks in this task list. Read-only. Nullable. @@ -18046,9 +18741,6 @@ Read-only. [Recurrence ]: patternedRecurrence [ReminderDateTime ]: dateTimeTimeZone [SingleValueExtendedProperties ]: A collection of custom fields linked to the task. - [Id ]: The unique identifier for an entity. -Read-only. - [Value ]: The value of the property. [StartDateTime ]: dateTimeTimeZone [Status ]: taskStatus [Title ]: A brief description of the task. @@ -18100,6 +18792,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. @@ -18137,6 +18831,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. @@ -18159,6 +18854,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 ]: @@ -18212,6 +18908,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. @@ -18221,8 +18919,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. @@ -18238,6 +18934,8 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementEmbeddedSimActivationCodePool.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementEmbeddedSimActivationCodePool.md index 2992d70de897a..7cf29a2d5f443 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementEmbeddedSimActivationCodePool.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementEmbeddedSimActivationCodePool.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/update-mgbetadevicemanagementembeddedsimactivationcodepool Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementEmbeddedSimActivationCodePool --- @@ -28,7 +28,7 @@ Update-MgBetaDeviceManagementEmbeddedSimActivationCodePool -EmbeddedSimActivatio [-DisplayName ] [-Id ] [-ModifiedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -38,7 +38,7 @@ Update-MgBetaDeviceManagementEmbeddedSimActivationCodePool -EmbeddedSimActivatio -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -52,7 +52,7 @@ Update-MgBetaDeviceManagementEmbeddedSimActivationCodePool -InputObject ] [-Id ] [-ModifiedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -62,7 +62,7 @@ Update-MgBetaDeviceManagementEmbeddedSimActivationCodePool -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementEmbeddedSimActivationCodePoolAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementEmbeddedSimActivationCodePoolAssignment.md index 0dd7e7d413dc5..654fd7ccf9cf7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementEmbeddedSimActivationCodePoolAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementEmbeddedSimActivationCodePoolAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/update-mgbetadevicemanagementembeddedsimactivationcodepoolassignment Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementEmbeddedSimActivationCodePoolAssignment --- @@ -26,7 +26,6 @@ Update-MgBetaDeviceManagementEmbeddedSimActivationCodePoolAssignment [-Target ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -38,7 +37,6 @@ Update-MgBetaDeviceManagementEmbeddedSimActivationCodePoolAssignment [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -50,7 +48,6 @@ Update-MgBetaDeviceManagementEmbeddedSimActivationCodePoolAssignment [-Target ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -62,7 +59,6 @@ Update-MgBetaDeviceManagementEmbeddedSimActivationCodePoolAssignment [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementEmbeddedSimActivationCodePoolDeviceState.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementEmbeddedSimActivationCodePoolDeviceState.md index f3da30d9a9fa7..0fd22360b278c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementEmbeddedSimActivationCodePoolDeviceState.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementEmbeddedSimActivationCodePoolDeviceState.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/update-mgbetadevicemanagementembeddedsimactivationcodepooldevicestate Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementEmbeddedSimActivationCodePoolDeviceState --- @@ -28,7 +28,7 @@ Update-MgBetaDeviceManagementEmbeddedSimActivationCodePoolDeviceState [-UniversalIntegratedCircuitCardIdentifier ] [-UserName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -39,7 +39,7 @@ Update-MgBetaDeviceManagementEmbeddedSimActivationCodePoolDeviceState -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -53,7 +53,7 @@ Update-MgBetaDeviceManagementEmbeddedSimActivationCodePoolDeviceState [-UniversalIntegratedCircuitCardIdentifier ] [-UserName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -64,7 +64,6 @@ Update-MgBetaDeviceManagementEmbeddedSimActivationCodePoolDeviceState [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementGroupPolicyConfiguration.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementGroupPolicyConfiguration.md index 5c9a86fe489e7..4dde70adcccda 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementGroupPolicyConfiguration.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementGroupPolicyConfiguration.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/update-mgbetadevicemanagementgrouppolicyconfiguration Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementGroupPolicyConfiguration --- @@ -29,7 +29,6 @@ Update-MgBetaDeviceManagementGroupPolicyConfiguration -GroupPolicyConfigurationI [-RoleScopeTagIds ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -39,7 +38,7 @@ Update-MgBetaDeviceManagementGroupPolicyConfiguration -GroupPolicyConfigurationI -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -54,7 +53,6 @@ Update-MgBetaDeviceManagementGroupPolicyConfiguration -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -64,7 +62,7 @@ Update-MgBetaDeviceManagementGroupPolicyConfiguration -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementGroupPolicyConfigurationAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementGroupPolicyConfigurationAssignment.md index 669ca02156522..488174066b989 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementGroupPolicyConfigurationAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementGroupPolicyConfigurationAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/update-mgbetadevicemanagementgrouppolicyconfigurationassignment Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementGroupPolicyConfigurationAssignment --- @@ -27,7 +27,6 @@ Update-MgBetaDeviceManagementGroupPolicyConfigurationAssignment [-Target ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -39,7 +38,6 @@ Update-MgBetaDeviceManagementGroupPolicyConfigurationAssignment [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -51,7 +49,6 @@ Update-MgBetaDeviceManagementGroupPolicyConfigurationAssignment [-Target ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -63,7 +60,6 @@ Update-MgBetaDeviceManagementGroupPolicyConfigurationAssignment [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValuePresentationValue.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValuePresentationValue.md index fdfc550e211dd..f3dd8d07d73d4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValuePresentationValue.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValuePresentationValue.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/update-mgbetadevicemanagementgrouppolicyconfigurationdefinitionvaluepresentationvalue Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValuePresentationValue --- @@ -28,7 +28,7 @@ Update-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValuePresentation [-LastModifiedDateTime ] [-Presentation ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -40,7 +40,7 @@ Update-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValuePresentation -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -53,7 +53,7 @@ Update-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValuePresentation [-LastModifiedDateTime ] [-Presentation ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -64,7 +64,7 @@ Update-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValuePresentation -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.DeviceManagement/Update-MgBetaDeviceManagementIntent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementIntent.md index 83d4963c61ba1..4b09adc7b45f7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementIntent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementIntent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/update-mgbetadevicemanagementintent Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementIntent --- @@ -33,7 +33,6 @@ Update-MgBetaDeviceManagementIntent -DeviceManagementIntentId [-UserStates ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -43,7 +42,7 @@ Update-MgBetaDeviceManagementIntent -DeviceManagementIntentId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -62,7 +61,6 @@ Update-MgBetaDeviceManagementIntent -InputObject [-UserStates ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -72,7 +70,7 @@ Update-MgBetaDeviceManagementIntent -InputObject -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.DeviceManagement/Update-MgBetaDeviceManagementIntentAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementIntentAssignment.md index cf657195001ff..13b1d75aff0f8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementIntentAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementIntentAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/update-mgbetadevicemanagementintentassignment Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementIntentAssignment --- @@ -26,7 +26,6 @@ Update-MgBetaDeviceManagementIntentAssignment -DeviceManagementIntentAssignmentI [-Target ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -37,7 +36,6 @@ Update-MgBetaDeviceManagementIntentAssignment -DeviceManagementIntentAssignmentI [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -48,7 +46,6 @@ Update-MgBetaDeviceManagementIntentAssignment -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -59,7 +56,6 @@ Update-MgBetaDeviceManagementIntentAssignment -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementIntentCategory.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementIntentCategory.md index 27fa09f4f5c44..0daf3036e4ae1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementIntentCategory.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementIntentCategory.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/update-mgbetadevicemanagementintentcategory Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementIntentCategory --- @@ -27,7 +27,6 @@ Update-MgBetaDeviceManagementIntentCategory -DeviceManagementIntentId [-Settings ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -39,7 +38,6 @@ Update-MgBetaDeviceManagementIntentCategory -DeviceManagementIntentId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -52,7 +50,6 @@ Update-MgBetaDeviceManagementIntentCategory -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -63,7 +60,6 @@ Update-MgBetaDeviceManagementIntentCategory -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementIntentCategorySetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementIntentCategorySetting.md index afdae661dc081..bbd4e484196d3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementIntentCategorySetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementIntentCategorySetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/update-mgbetadevicemanagementintentcategorysetting Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementIntentCategorySetting --- @@ -26,7 +26,6 @@ Update-MgBetaDeviceManagementIntentCategorySetting -DeviceManagementIntentId ] [-ValueJson ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -37,7 +36,7 @@ Update-MgBetaDeviceManagementIntentCategorySetting -DeviceManagementIntentId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -48,7 +47,6 @@ Update-MgBetaDeviceManagementIntentCategorySetting -InputObject ] [-ValueJson ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -58,7 +56,7 @@ Update-MgBetaDeviceManagementIntentCategorySetting -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementIntentCategorySettingDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementIntentCategorySettingDefinition.md index f05885e1ff4af..bced11bb83345 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementIntentCategorySettingDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementIntentCategorySettingDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/update-mgbetadevicemanagementintentcategorysettingdefinition Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementIntentCategorySettingDefinition --- @@ -30,7 +30,7 @@ Update-MgBetaDeviceManagementIntentCategorySettingDefinition -DeviceManagementIn [-PlaceholderText ] [-ValueType ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -42,7 +42,6 @@ Update-MgBetaDeviceManagementIntentCategorySettingDefinition -DeviceManagementIn [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -57,7 +56,7 @@ Update-MgBetaDeviceManagementIntentCategorySettingDefinition [-PlaceholderText ] [-ValueType ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -69,7 +68,6 @@ Update-MgBetaDeviceManagementIntentCategorySettingDefinition [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementIntentDeviceSettingStateSummary.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementIntentDeviceSettingStateSummary.md index dc807bf3e8938..7dcea9957637e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementIntentDeviceSettingStateSummary.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementIntentDeviceSettingStateSummary.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/update-mgbetadevicemanagementintentdevicesettingstatesummary Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementIntentDeviceSettingStateSummary --- @@ -27,7 +27,7 @@ Update-MgBetaDeviceManagementIntentDeviceSettingStateSummary [-NotApplicableCount ] [-RemediatedCount ] [-SettingName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -39,7 +39,6 @@ Update-MgBetaDeviceManagementIntentDeviceSettingStateSummary [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -52,7 +51,6 @@ Update-MgBetaDeviceManagementIntentDeviceSettingStateSummary [-RemediatedCount ] [-SettingName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -64,7 +62,6 @@ Update-MgBetaDeviceManagementIntentDeviceSettingStateSummary [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementIntentDeviceState.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementIntentDeviceState.md index 53234f2299c85..063a897d913f4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementIntentDeviceState.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementIntentDeviceState.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/update-mgbetadevicemanagementintentdevicestate Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementIntentDeviceState --- @@ -27,7 +27,6 @@ Update-MgBetaDeviceManagementIntentDeviceState -DeviceManagementIntentDeviceStat [-UserPrincipalName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -39,7 +38,6 @@ Update-MgBetaDeviceManagementIntentDeviceState -DeviceManagementIntentDeviceStat [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -52,7 +50,6 @@ Update-MgBetaDeviceManagementIntentDeviceState -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -63,7 +60,6 @@ Update-MgBetaDeviceManagementIntentDeviceState -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementIntentDeviceStateSummary.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementIntentDeviceStateSummary.md index 318347287eba3..0b07f2ed49876 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementIntentDeviceStateSummary.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementIntentDeviceStateSummary.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/update-mgbetadevicemanagementintentdevicestatesummary Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementIntentDeviceStateSummary --- @@ -26,7 +26,6 @@ Update-MgBetaDeviceManagementIntentDeviceStateSummary -DeviceManagementIntentId [-NotApplicablePlatformCount ] [-SuccessCount ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -37,7 +36,6 @@ Update-MgBetaDeviceManagementIntentDeviceStateSummary -DeviceManagementIntentId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -49,7 +47,6 @@ Update-MgBetaDeviceManagementIntentDeviceStateSummary -InputObject ] [-SuccessCount ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -60,7 +57,6 @@ Update-MgBetaDeviceManagementIntentDeviceStateSummary -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementIntentUserState.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementIntentUserState.md index 15ab77ce7d261..9c84a1ae303dd 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementIntentUserState.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementIntentUserState.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/update-mgbetadevicemanagementintentuserstate Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementIntentUserState --- @@ -27,7 +27,6 @@ Update-MgBetaDeviceManagementIntentUserState -DeviceManagementIntentId [-UserPrincipalName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -38,7 +37,7 @@ Update-MgBetaDeviceManagementIntentUserState -DeviceManagementIntentId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -50,7 +49,6 @@ Update-MgBetaDeviceManagementIntentUserState -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -60,7 +58,7 @@ Update-MgBetaDeviceManagementIntentUserState -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementIntentUserStateSummary.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementIntentUserStateSummary.md index 51f5d39ede5cc..1dc5a1221fb87 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementIntentUserStateSummary.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementIntentUserStateSummary.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/update-mgbetadevicemanagementintentuserstatesummary Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementIntentUserStateSummary --- @@ -25,7 +25,7 @@ Update-MgBetaDeviceManagementIntentUserStateSummary -DeviceManagementIntentId ] [-FailedCount ] [-Id ] [-NotApplicableCount ] [-SuccessCount ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -36,7 +36,6 @@ Update-MgBetaDeviceManagementIntentUserStateSummary -DeviceManagementIntentId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -47,7 +46,7 @@ Update-MgBetaDeviceManagementIntentUserStateSummary -InputObject ] [-FailedCount ] [-Id ] [-NotApplicableCount ] [-SuccessCount ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -58,7 +57,6 @@ Update-MgBetaDeviceManagementIntentUserStateSummary -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummary.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummary.md index 04687faa12186..9c6255d0d41ed 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummary.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummary.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/update-mgbetadevicemanagementmacossoftwareupdateaccountsummary Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummary --- @@ -29,7 +29,7 @@ Update-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummary [-TotalUpdateCount ] [-UserId ] [-UserPrincipalName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -41,7 +41,6 @@ Update-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummary [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -56,7 +55,7 @@ Update-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummary [-TotalUpdateCount ] [-UserId ] [-UserPrincipalName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -68,7 +67,6 @@ Update-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummary [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummary.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummary.md index 3baf30d95a870..1179304c7dbad 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummary.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummary.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/update-mgbetadevicemanagementmacossoftwareupdateaccountsummarycategorysummary Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummary --- @@ -29,7 +29,7 @@ Update-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummary [-UpdateStateSummaries ] [-UserId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -41,7 +41,6 @@ Update-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummary [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -56,7 +55,7 @@ Update-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummary [-UpdateStateSummaries ] [-UserId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -68,7 +67,6 @@ Update-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummary [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryStateSummary.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryStateSummary.md index eafae3f4857f9..11c1e7b3a56f3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryStateSummary.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryStateSummary.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/update-mgbetadevicemanagementmacossoftwareupdateaccountsummarycategorysummarystatesummary Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryStateSummary --- @@ -28,7 +28,7 @@ Update-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummarySta [-UpdateCategory ] [-UpdateVersion ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -40,7 +40,7 @@ Update-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummarySta -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -53,7 +53,7 @@ Update-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummarySta [-UpdateCategory ] [-UpdateVersion ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -64,7 +64,7 @@ Update-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummarySta -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.DeviceManagement/Update-MgBetaDeviceManagementManagedDevice.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementManagedDevice.md index ff8899af68bcb..ebe91398e0585 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementManagedDevice.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementManagedDevice.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/update-mgbetadevicemanagementmanageddevice Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementManagedDevice --- @@ -27,7 +27,6 @@ Update-MgBetaDeviceManagementManagedDevice -ManagedDeviceId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PassThru] [-WhatIf] [-Confirm] - [] ``` ### UpdateExpanded @@ -64,7 +63,7 @@ Update-MgBetaDeviceManagementManagedDevice -ManagedDeviceId [-Users ] [-WindowsProtectionState ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -74,7 +73,7 @@ Update-MgBetaDeviceManagementManagedDevice -ManagedDeviceId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -111,7 +110,7 @@ Update-MgBetaDeviceManagementManagedDevice -InputObject ] [-WindowsProtectionState ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity1 @@ -121,7 +120,6 @@ Update-MgBetaDeviceManagementManagedDevice -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PassThru] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -131,7 +129,7 @@ Update-MgBetaDeviceManagementManagedDevice -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -2073,7 +2071,7 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for users to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). @@ -2367,22 +2365,23 @@ Always null when the object hasn't been deleted. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -2412,12 +2411,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -2527,7 +2583,7 @@ Optional. [IncludeBasicClaimSet ]: Determines whether the basic claim set is included in tokens affected by this policy. If set to true, all claims in the basic claim set are emitted in tokens affected by the policy. By default the basic claim set isn't in the tokens unless they're explicitly configured in this policy. - [CreatedByAppId ]: The appId (called Application (client) ID on the Microsoft Entra admin center) of the application used to create the service principal. + [CreatedByAppId ]: The appId of the application that created this service principal. Set internally by Microsoft Entra ID. Read-only. [CreatedObjects ]: Directory objects created by this service principal. @@ -2659,7 +2715,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -2818,13 +2874,13 @@ May not begin with .. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [ApprovedClientApps ]: + [ApprovedClientApps ]: The collection of approved client apps that are associated with the RDS configuration. +Supports $expand. [Id ]: The unique identifier for an entity. Read-only. - [DisplayName ]: + [DisplayName ]: Display name for the client application. [IsRemoteDesktopProtocolEnabled ]: Determines if Microsoft Entra ID RDS authentication protocol for RDP is enabled. [TargetDeviceGroups ]: The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. -
]: The unique identifier for an entity. Read-only. [DisplayName ]: Display name for the target device group. @@ -3185,7 +3241,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. - [ExternalAuthenticationMethods ]: Represents the external methods registered to a user for authentication. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. Optional. @@ -3201,7 +3257,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. - [DisplayName ]: Custom name given to the registered external authentication method. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. @@ -3454,7 +3510,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -3707,7 +3763,7 @@ Read-only. The identifiers must be unique in the tenant. [Birthday ]: The birthday of the user. 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 Returned only on $select. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. Only one number can be set for this property. Read-only for users synced from on-premises directory. @@ -4317,6 +4373,49 @@ This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. Read only. + [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. +Nullable. + [Attachments ]: References to attached objects like files, tabs, meetings etc. + [Body ]: itemBody + [ChannelIdentity ]: channelIdentity + [ChatId ]: If the message was sent in a chat, represents the identity of the chat. + [CreatedDateTime ]: Timestamp of when the chat message was created. + [DeletedDateTime ]: Read only. +Timestamp at which the chat message was deleted, or null if not deleted. + [Etag ]: Read-only. +Version number of the chat message. + [EventDetail ]: eventMessageDetail + [From ]: chatMessageFromIdentitySet + [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. + [Importance ]: chatMessageImportance + [LastEditedDateTime ]: Read only. +Timestamp when edits to the chat message were made. +Triggers an 'Edited' flag in the Teams UI. +If no edits are made the value is null. + [LastModifiedDateTime ]: Read only. +Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. + [Locale ]: Locale of the chat message set by the client. +Always set to en-us. + [Mentions ]: List of entities mentioned in the chat message. +Supported entities are: user, bot, team, channel, chat, and tag. + [MessageHistory ]: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. + [MessageType ]: chatMessageType + [OnBehalfOf ]: chatMessageFromIdentitySet + [PolicyViolation ]: chatMessagePolicyViolation + [Reactions ]: Reactions for this chat message (for example, Like). + [Replies ]: Replies for a specified message. +Supports $expand for channel messages. + [ReplyToId ]: Read-only. +ID of the parent chat message or root chat message of the thread. +(Only applies to chat messages in channels, not chats.) + [Subject ]: The subject of the chat message, in plaintext. + [Summary ]: Summary text of the chat message that could be used for push notifications and summary views or fall back views. +Only applies to channel chat messages, not chat messages in a chat. + [WebUrl ]: Read-only. +Link to the message in Microsoft Teams. + [Id ]: The unique identifier for an entity. +Read-only. + [Recipient ]: identity [TenantId ]: The identifier of the tenant in which the chat was created. Read-only. [Topic ]: (Optional) Subject or topic for the chat. @@ -4352,21 +4451,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -4456,7 +4612,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 @@ -4481,6 +4639,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. @@ -4688,10 +4879,11 @@ 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. + [ContentCategory ]: contentCategory [CorrelationId ]: An identifier used to group multiple related content entries (for example, different parts of the same file upload, messages in a conversation). [CreatedDateTime ]: Required. Timestamp indicating when the original content was created (for example, file creation time, message sent time). @@ -4976,6 +5168,7 @@ To proactively opt in to the new behavior ahead of time, use the contentStream p Nullable. [File ]: file [(Any) ]: This indicates any property can be added to this object. + [ArchiveStatus ]: fileArchiveStatus [Hashes ]: hashes [(Any) ]: This indicates any property can be added to this object. [Crc32Hash ]: The CRC32 value of the file (if available). @@ -4986,6 +5179,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. @@ -5086,6 +5292,17 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(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. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity. @@ -6095,6 +6312,8 @@ 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 total count of items in the list. +Read-only. [Items ]: All items contained in the list. [List ]: listInfo [(Any) ]: This indicates any property can be added to this object. @@ -6191,6 +6410,24 @@ Required. [LearningProviderId ]: The registration ID of the provider. Required. [Status ]: courseStatus + [Storyline ]: User's storyline singleton container. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Followers ]: The users who are following this user. + [Id ]: The unique identifier for an entity. +Read-only. + [Follower ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Followings ]: The users that this user is following. + [Id ]: The unique identifier for an entity. +Read-only. + [Following ]: The Viva Engage identities. [EmployeeHireDate ]: The date and time when the user was hired or will start work if there is a future hire. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. @@ -6205,10 +6442,10 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. @@ -6681,7 +6918,9 @@ Read-write. [(Any) ]: This indicates any property can be added to this object. [ArchiveStatus ]: siteArchiveStatus [ArchivedBy ]: identitySet - [ArchivedDateTime ]: + [ArchivedDateTime ]: Time when the container was archived. +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. [DataLocationCode ]: The geographic region code for where this site collection resides. Only present for multi-geo tenants. Read-only. @@ -6704,7 +6943,7 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. 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. - Returned only on $select. + Requires $select to retrieve. Note: This property is specific to SharePoint Online. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. @@ -6727,6 +6966,27 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityGovernance ]: identityGovernanceUserSettings + [(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 ]: 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 + [(Any) ]: This indicates any property can be added to this object. + [Duration ]: The requestor's desired duration of access represented in ISO 8601 format for durations. +For example, PT3H refers to three hours. + If specified in a request, endDateTime shouldn't be present and the type property should be set to afterDuration. + [EndDateTime ]: Timestamp of 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. + [Type ]: expirationPatternType + [Recurrence ]: patternedRecurrence + [StartDateTime ]: 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. +In PIM, when the eligible or active assignment becomes active. [IdentityParentId ]: The object ID of the parent identity for agent users. Always null for regular user accounts. For agentUser resources, this property references the object ID of the associated agent identity. @@ -6823,7 +7083,7 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for users to describe their interests. -Returned only on $select. +Requires $select to retrieve. [InvitedBy ]: directoryObject [IsLicenseReconciliationNeeded ]: Indicates whether the user is pending an exchange mailbox license assignment. Read-only. @@ -6832,7 +7092,8 @@ Returned only on $select. 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). @@ -6846,24 +7107,24 @@ If this list is non-empty, then only users or groups listed here can post. [AccessType ]: groupAccessType [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are auto-subscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -6873,6 +7134,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -7031,11 +7293,11 @@ You can use it as a $filter argument to get groups that have members with licens Supports $filter (eq). [HideFromAddressLists ]: true if the group isn't displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: true if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [InfoCatalogs ]: Identifies the info segments assigned to the group. Returned by default. @@ -7059,7 +7321,7 @@ Read-only. To manage a group 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. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -7109,6 +7371,7 @@ Read-only. [OnPremisesDomainName ]: Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only. + [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [OnPremisesLastSyncDateTime ]: Indicates the last time at which the group was synced with the on-premises directory.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. Returned by default. @@ -7292,10 +7555,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -7304,9 +7569,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. @@ -7470,7 +7764,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). @@ -7518,6 +7812,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 @@ -7915,12 +8210,12 @@ Immutable. Read-only. [UnseenConversationsCount ]: Count of conversations delivered one or more new posts since the signed-in user's last visit to the group. This property is the same as unseenCount. -Returned only on $select. +Requires $select to retrieve. [UnseenCount ]: Count of conversations that have received new posts since the signed-in user last visited the group. -This property is the same as unseenConversationsCount.Returned only on $select. +This property is the same as unseenConversationsCount.Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [UnseenMessagesCount ]: Count of new posts that have been delivered to the group's conversations since the signed-in user's last visit to the group. -Returned only on $select. +Requires $select to retrieve. [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. @@ -7931,7 +8226,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Requires $select to retrieve. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -7948,16 +8246,16 @@ Nullable. 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. Read-only. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. It also indicates licenses that are directly assigned and the ones the user inherited through group memberships. Read-only. -Returned only on $select. +Requires $select to retrieve. [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. Read-Only. @@ -8083,7 +8381,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -8317,7 +8615,7 @@ Read-only. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Notifications ]: [Id ]: The unique identifier for an entity. Read-only. @@ -8412,6 +8710,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. @@ -8460,6 +8762,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. @@ -8714,7 +9021,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for users to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [PendingAccessReviewInstances ]: Navigation property to get a list of access reviews pending approval by the reviewer. [Id ]: The unique identifier for an entity. Read-only. @@ -8734,14 +9041,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. @@ -9074,7 +9373,7 @@ Example: 'en-US', or 'es-ES'. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -9530,15 +9829,14 @@ Read-only. [WebUrl ]: Link to the institution or department homepage. [Program ]: educationalActivityDetail [(Any) ]: This indicates any property can be added to this object. - [Abbreviation ]: Shortened name of the degree or program (example: PhD, MBA) + [Abbreviation ]: Shortened name of the degree or program, for example, PhD and MBA. [Activities ]: Extracurricular activities undertaken alongside the program. [Awards ]: Any awards or honors associated with the program. [Description ]: Short description of the program provided by the user. [DisplayName ]: Long-form name of the program that the user provided. - [FieldsOfStudy ]: Majors and minors associated with the program. -(if applicable) - [Grade ]: The final grade, class, GPA, or score. - [Notes ]: More notes the user provided. + [FieldsOfStudy ]: Majors and minors associated with the program, if applicable. + [Grade ]: The final grade, class, grade point average (GPA), or score. + [Notes ]: More notes provided by the user. [WebUrl ]: Link to the degree or program page. [StartMonthYear ]: The month and year the user commenced the activity referenced. [Emails ]: Represents detailed information about email addresses associated with the user. @@ -9841,9 +10139,9 @@ Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they have attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: The scoped-role administrative unit memberships for this user. Read-only. Nullable. @@ -9907,7 +10205,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. @@ -10057,7 +10355,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Use revokeSignInSessions to reset. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -10104,6 +10402,48 @@ The language component follows two-letter codes as defined in ISO 639-1, and the For users with multigeo licenses, the property contains the user's region (if available). For users without multigeo licenses, the property contains the organization's region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China. + [Sections ]: The sections in the user's chat list. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the section was created. +Read-only. +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. + [DisplayIcon ]: sectionDisplayIcon + [(Any) ]: This indicates any property can be added to this object. + [ContentUrl ]: The URL to a custom icon image. +Applicable when iconType is custom. + [DisplayName ]: The human-readable name of the icon. + [IconType ]: The type of icon. +Use an emoji character such as 👍 for an emoji icon, or custom for a custom image icon. + [SkinTone ]: sectionIconSkinTone + [DisplayName ]: The display name of the section. +Required. +Maximum length is 50 characters. +Display names are case-sensitive and must be unique within a user's sections. +The following names are reserved for system-defined sections and can't be used when creating a user-defined section: RecentChats, QuickViews, TeamsAndChannels, MutedChats, MeetingChats, EngageCommunities. + [IsExpanded ]: Indicates whether the section is expanded in the user interface. +The default value is true. + [IsHierarchicalViewEnabled ]: Indicates whether the hierarchical view is enabled for the section. +Read-only. + [Items ]: The items (chats, channels, meetings, or communities) organized within the section. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the item was added to the section. +Read-only. +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. + [ItemType ]: sectionItemType + [LastModifiedDateTime ]: Date and time when the item was last modified. +Read-only. +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. + [LastModifiedDateTime ]: Date and time when the section was last modified. +Read-only. +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. + [SectionType ]: sectionType + [SortType ]: sectionSortType [Todo ]: todo [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -10116,6 +10456,12 @@ Read-only. Nullable. [IsOwner ]: True if the user is owner of the given task list. [IsShared ]: True if the task list is shared with other users + [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the task list. +Read-only. +Nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Value ]: The value of the property. [Tasks ]: The tasks in this task list. Read-only. Nullable. @@ -10179,9 +10525,6 @@ Read-only. [Recurrence ]: patternedRecurrence [ReminderDateTime ]: dateTimeTimeZone [SingleValueExtendedProperties ]: A collection of custom fields linked to the task. - [Id ]: The unique identifier for an entity. -Read-only. - [Value ]: The value of the property. [StartDateTime ]: dateTimeTimeZone [Status ]: taskStatus [Title ]: A brief description of the task. @@ -10233,6 +10576,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. @@ -10270,6 +10615,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. @@ -10292,6 +10638,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 ]: @@ -10345,6 +10692,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. @@ -10354,8 +10703,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. @@ -10371,6 +10718,8 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -10864,7 +11213,7 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for users to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). @@ -11158,22 +11507,23 @@ Always null when the object hasn't been deleted. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -11203,12 +11553,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -11318,7 +11725,7 @@ Optional. [IncludeBasicClaimSet ]: Determines whether the basic claim set is included in tokens affected by this policy. If set to true, all claims in the basic claim set are emitted in tokens affected by the policy. By default the basic claim set isn't in the tokens unless they're explicitly configured in this policy. - [CreatedByAppId ]: The appId (called Application (client) ID on the Microsoft Entra admin center) of the application used to create the service principal. + [CreatedByAppId ]: The appId of the application that created this service principal. Set internally by Microsoft Entra ID. Read-only. [CreatedObjects ]: Directory objects created by this service principal. @@ -11450,7 +11857,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -11609,13 +12016,13 @@ May not begin with .. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [ApprovedClientApps ]: + [ApprovedClientApps ]: The collection of approved client apps that are associated with the RDS configuration. +Supports $expand. [Id ]: The unique identifier for an entity. Read-only. - [DisplayName ]: + [DisplayName ]: Display name for the client application. [IsRemoteDesktopProtocolEnabled ]: Determines if Microsoft Entra ID RDS authentication protocol for RDP is enabled. [TargetDeviceGroups ]: The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. -
]: The unique identifier for an entity. Read-only. [DisplayName ]: Display name for the target device group. @@ -11976,7 +12383,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. - [ExternalAuthenticationMethods ]: Represents the external methods registered to a user for authentication. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. Optional. @@ -11992,7 +12399,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. - [DisplayName ]: Custom name given to the registered external authentication method. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. @@ -12245,7 +12652,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -12498,7 +12905,7 @@ Read-only. The identifiers must be unique in the tenant. [Birthday ]: The birthday of the user. 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 Returned only on $select. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. Only one number can be set for this property. Read-only for users synced from on-premises directory. @@ -13108,18 +13515,61 @@ This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. Read only. - [TenantId ]: The identifier of the tenant in which the chat was created. -Read-only. - [Topic ]: (Optional) Subject or topic for the chat. -Only available for group chats. - [Viewpoint ]: chatViewpoint - [(Any) ]: This indicates any property can be added to this object. - [IsHidden ]: Indicates whether the chat is hidden for the current user. - [LastMessageReadDateTime ]: Represents the dateTime up until which the current user has read chatMessages in a specific chat. - [WebUrl ]: The URL for the chat in Microsoft Teams. -The URL should be treated as an opaque blob, and not parsed. -Read-only. - [City ]: The city where the user is located. + [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. +Nullable. + [Attachments ]: References to attached objects like files, tabs, meetings etc. + [Body ]: itemBody + [ChannelIdentity ]: channelIdentity + [ChatId ]: If the message was sent in a chat, represents the identity of the chat. + [CreatedDateTime ]: Timestamp of when the chat message was created. + [DeletedDateTime ]: Read only. +Timestamp at which the chat message was deleted, or null if not deleted. + [Etag ]: Read-only. +Version number of the chat message. + [EventDetail ]: eventMessageDetail + [From ]: chatMessageFromIdentitySet + [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. + [Importance ]: chatMessageImportance + [LastEditedDateTime ]: Read only. +Timestamp when edits to the chat message were made. +Triggers an 'Edited' flag in the Teams UI. +If no edits are made the value is null. + [LastModifiedDateTime ]: Read only. +Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. + [Locale ]: Locale of the chat message set by the client. +Always set to en-us. + [Mentions ]: List of entities mentioned in the chat message. +Supported entities are: user, bot, team, channel, chat, and tag. + [MessageHistory ]: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. + [MessageType ]: chatMessageType + [OnBehalfOf ]: chatMessageFromIdentitySet + [PolicyViolation ]: chatMessagePolicyViolation + [Reactions ]: Reactions for this chat message (for example, Like). + [Replies ]: Replies for a specified message. +Supports $expand for channel messages. + [ReplyToId ]: Read-only. +ID of the parent chat message or root chat message of the thread. +(Only applies to chat messages in channels, not chats.) + [Subject ]: The subject of the chat message, in plaintext. + [Summary ]: Summary text of the chat message that could be used for push notifications and summary views or fall back views. +Only applies to channel chat messages, not chat messages in a chat. + [WebUrl ]: Read-only. +Link to the message in Microsoft Teams. + [Id ]: The unique identifier for an entity. +Read-only. + [Recipient ]: identity + [TenantId ]: The identifier of the tenant in which the chat was created. +Read-only. + [Topic ]: (Optional) Subject or topic for the chat. +Only available for group chats. + [Viewpoint ]: chatViewpoint + [(Any) ]: This indicates any property can be added to this object. + [IsHidden ]: Indicates whether the chat is hidden for the current user. + [LastMessageReadDateTime ]: Represents the dateTime up until which the current user has read chatMessages in a specific chat. + [WebUrl ]: The URL for the chat in Microsoft Teams. +The URL should be treated as an opaque blob, and not parsed. +Read-only. + [City ]: The city where the user is located. Maximum length is 128 characters. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [CloudClipboard ]: cloudClipboardRoot @@ -13143,21 +13593,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -13247,7 +13754,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 @@ -13272,6 +13781,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. @@ -13479,10 +14021,11 @@ 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. + [ContentCategory ]: contentCategory [CorrelationId ]: An identifier used to group multiple related content entries (for example, different parts of the same file upload, messages in a conversation). [CreatedDateTime ]: Required. Timestamp indicating when the original content was created (for example, file creation time, message sent time). @@ -13767,6 +14310,7 @@ To proactively opt in to the new behavior ahead of time, use the contentStream p Nullable. [File ]: file [(Any) ]: This indicates any property can be added to this object. + [ArchiveStatus ]: fileArchiveStatus [Hashes ]: hashes [(Any) ]: This indicates any property can be added to this object. [Crc32Hash ]: The CRC32 value of the file (if available). @@ -13777,6 +14321,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. @@ -13877,6 +14434,17 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(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. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity. @@ -14886,6 +15454,8 @@ 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 total count of items in the list. +Read-only. [Items ]: All items contained in the list. [List ]: listInfo [(Any) ]: This indicates any property can be added to this object. @@ -14982,6 +15552,24 @@ Required. [LearningProviderId ]: The registration ID of the provider. Required. [Status ]: courseStatus + [Storyline ]: User's storyline singleton container. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Followers ]: The users who are following this user. + [Id ]: The unique identifier for an entity. +Read-only. + [Follower ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Followings ]: The users that this user is following. + [Id ]: The unique identifier for an entity. +Read-only. + [Following ]: The Viva Engage identities. [EmployeeHireDate ]: The date and time when the user was hired or will start work if there is a future hire. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. @@ -14996,10 +15584,10 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. @@ -15472,7 +16060,9 @@ Read-write. [(Any) ]: This indicates any property can be added to this object. [ArchiveStatus ]: siteArchiveStatus [ArchivedBy ]: identitySet - [ArchivedDateTime ]: + [ArchivedDateTime ]: Time when the container was archived. +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. [DataLocationCode ]: The geographic region code for where this site collection resides. Only present for multi-geo tenants. Read-only. @@ -15495,7 +16085,7 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. 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. - Returned only on $select. + Requires $select to retrieve. Note: This property is specific to SharePoint Online. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. @@ -15518,6 +16108,27 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityGovernance ]: identityGovernanceUserSettings + [(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 ]: 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 + [(Any) ]: This indicates any property can be added to this object. + [Duration ]: The requestor's desired duration of access represented in ISO 8601 format for durations. +For example, PT3H refers to three hours. + If specified in a request, endDateTime shouldn't be present and the type property should be set to afterDuration. + [EndDateTime ]: Timestamp of 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. + [Type ]: expirationPatternType + [Recurrence ]: patternedRecurrence + [StartDateTime ]: 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. +In PIM, when the eligible or active assignment becomes active. [IdentityParentId ]: The object ID of the parent identity for agent users. Always null for regular user accounts. For agentUser resources, this property references the object ID of the associated agent identity. @@ -15614,7 +16225,7 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for users to describe their interests. -Returned only on $select. +Requires $select to retrieve. [InvitedBy ]: directoryObject [IsLicenseReconciliationNeeded ]: Indicates whether the user is pending an exchange mailbox license assignment. Read-only. @@ -15623,7 +16234,8 @@ Returned only on $select. 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). @@ -15637,24 +16249,24 @@ If this list is non-empty, then only users or groups listed here can post. [AccessType ]: groupAccessType [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are auto-subscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -15664,6 +16276,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -15822,11 +16435,11 @@ You can use it as a $filter argument to get groups that have members with licens Supports $filter (eq). [HideFromAddressLists ]: true if the group isn't displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: true if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [InfoCatalogs ]: Identifies the info segments assigned to the group. Returned by default. @@ -15850,7 +16463,7 @@ Read-only. To manage a group 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. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -15900,6 +16513,7 @@ Read-only. [OnPremisesDomainName ]: Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only. + [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [OnPremisesLastSyncDateTime ]: Indicates the last time at which the group was synced with the on-premises directory.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. Returned by default. @@ -16083,10 +16697,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -16095,9 +16711,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. @@ -16261,7 +16906,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). @@ -16309,6 +16954,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 @@ -16706,12 +17352,12 @@ Immutable. Read-only. [UnseenConversationsCount ]: Count of conversations delivered one or more new posts since the signed-in user's last visit to the group. This property is the same as unseenCount. -Returned only on $select. +Requires $select to retrieve. [UnseenCount ]: Count of conversations that have received new posts since the signed-in user last visited the group. -This property is the same as unseenConversationsCount.Returned only on $select. +This property is the same as unseenConversationsCount.Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [UnseenMessagesCount ]: Count of new posts that have been delivered to the group's conversations since the signed-in user's last visit to the group. -Returned only on $select. +Requires $select to retrieve. [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. @@ -16722,7 +17368,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Requires $select to retrieve. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -16739,16 +17388,16 @@ Nullable. 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. Read-only. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. It also indicates licenses that are directly assigned and the ones the user inherited through group memberships. Read-only. -Returned only on $select. +Requires $select to retrieve. [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. Read-Only. @@ -16874,7 +17523,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -17108,7 +17757,7 @@ Read-only. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Notifications ]: [Id ]: The unique identifier for an entity. Read-only. @@ -17203,6 +17852,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. @@ -17251,6 +17904,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. @@ -17505,7 +18163,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for users to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [PendingAccessReviewInstances ]: Navigation property to get a list of access reviews pending approval by the reviewer. [Id ]: The unique identifier for an entity. Read-only. @@ -17525,14 +18183,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. @@ -17865,7 +18515,7 @@ Example: 'en-US', or 'es-ES'. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -18321,15 +18971,14 @@ Read-only. [WebUrl ]: Link to the institution or department homepage. [Program ]: educationalActivityDetail [(Any) ]: This indicates any property can be added to this object. - [Abbreviation ]: Shortened name of the degree or program (example: PhD, MBA) + [Abbreviation ]: Shortened name of the degree or program, for example, PhD and MBA. [Activities ]: Extracurricular activities undertaken alongside the program. [Awards ]: Any awards or honors associated with the program. [Description ]: Short description of the program provided by the user. [DisplayName ]: Long-form name of the program that the user provided. - [FieldsOfStudy ]: Majors and minors associated with the program. -(if applicable) - [Grade ]: The final grade, class, GPA, or score. - [Notes ]: More notes the user provided. + [FieldsOfStudy ]: Majors and minors associated with the program, if applicable. + [Grade ]: The final grade, class, grade point average (GPA), or score. + [Notes ]: More notes provided by the user. [WebUrl ]: Link to the degree or program page. [StartMonthYear ]: The month and year the user commenced the activity referenced. [Emails ]: Represents detailed information about email addresses associated with the user. @@ -18632,9 +19281,9 @@ Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they have attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: The scoped-role administrative unit memberships for this user. Read-only. Nullable. @@ -18698,7 +19347,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. @@ -18848,7 +19497,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Use revokeSignInSessions to reset. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -18895,6 +19544,48 @@ The language component follows two-letter codes as defined in ISO 639-1, and the For users with multigeo licenses, the property contains the user's region (if available). For users without multigeo licenses, the property contains the organization's region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China. + [Sections ]: The sections in the user's chat list. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the section was created. +Read-only. +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. + [DisplayIcon ]: sectionDisplayIcon + [(Any) ]: This indicates any property can be added to this object. + [ContentUrl ]: The URL to a custom icon image. +Applicable when iconType is custom. + [DisplayName ]: The human-readable name of the icon. + [IconType ]: The type of icon. +Use an emoji character such as 👍 for an emoji icon, or custom for a custom image icon. + [SkinTone ]: sectionIconSkinTone + [DisplayName ]: The display name of the section. +Required. +Maximum length is 50 characters. +Display names are case-sensitive and must be unique within a user's sections. +The following names are reserved for system-defined sections and can't be used when creating a user-defined section: RecentChats, QuickViews, TeamsAndChannels, MutedChats, MeetingChats, EngageCommunities. + [IsExpanded ]: Indicates whether the section is expanded in the user interface. +The default value is true. + [IsHierarchicalViewEnabled ]: Indicates whether the hierarchical view is enabled for the section. +Read-only. + [Items ]: The items (chats, channels, meetings, or communities) organized within the section. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the item was added to the section. +Read-only. +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. + [ItemType ]: sectionItemType + [LastModifiedDateTime ]: Date and time when the item was last modified. +Read-only. +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. + [LastModifiedDateTime ]: Date and time when the section was last modified. +Read-only. +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. + [SectionType ]: sectionType + [SortType ]: sectionSortType [Todo ]: todo [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -18907,6 +19598,12 @@ Read-only. Nullable. [IsOwner ]: True if the user is owner of the given task list. [IsShared ]: True if the task list is shared with other users + [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the task list. +Read-only. +Nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Value ]: The value of the property. [Tasks ]: The tasks in this task list. Read-only. Nullable. @@ -18970,9 +19667,6 @@ Read-only. [Recurrence ]: patternedRecurrence [ReminderDateTime ]: dateTimeTimeZone [SingleValueExtendedProperties ]: A collection of custom fields linked to the task. - [Id ]: The unique identifier for an entity. -Read-only. - [Value ]: The value of the property. [StartDateTime ]: dateTimeTimeZone [Status ]: taskStatus [Title ]: A brief description of the task. @@ -19024,6 +19718,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. @@ -19061,6 +19757,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. @@ -19083,6 +19780,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 ]: @@ -19136,6 +19834,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. @@ -19145,8 +19845,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. @@ -19162,6 +19860,8 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -19628,7 +20328,7 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for users to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). @@ -19922,22 +20622,23 @@ Always null when the object hasn't been deleted. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -19967,12 +20668,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -20082,7 +20840,7 @@ Optional. [IncludeBasicClaimSet ]: Determines whether the basic claim set is included in tokens affected by this policy. If set to true, all claims in the basic claim set are emitted in tokens affected by the policy. By default the basic claim set isn't in the tokens unless they're explicitly configured in this policy. - [CreatedByAppId ]: The appId (called Application (client) ID on the Microsoft Entra admin center) of the application used to create the service principal. + [CreatedByAppId ]: The appId of the application that created this service principal. Set internally by Microsoft Entra ID. Read-only. [CreatedObjects ]: Directory objects created by this service principal. @@ -20214,7 +20972,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -20373,13 +21131,13 @@ May not begin with .. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [ApprovedClientApps ]: + [ApprovedClientApps ]: The collection of approved client apps that are associated with the RDS configuration. +Supports $expand. [Id ]: The unique identifier for an entity. Read-only. - [DisplayName ]: + [DisplayName ]: Display name for the client application. [IsRemoteDesktopProtocolEnabled ]: Determines if Microsoft Entra ID RDS authentication protocol for RDP is enabled. [TargetDeviceGroups ]: The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. -
]: The unique identifier for an entity. Read-only. [DisplayName ]: Display name for the target device group. @@ -20742,7 +21500,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. - [ExternalAuthenticationMethods ]: Represents the external methods registered to a user for authentication. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. Optional. @@ -20758,7 +21516,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. - [DisplayName ]: Custom name given to the registered external authentication method. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. @@ -21011,7 +21769,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -21264,7 +22022,7 @@ Read-only. The identifiers must be unique in the tenant. [Birthday ]: The birthday of the user. 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 Returned only on $select. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. Only one number can be set for this property. Read-only for users synced from on-premises directory. @@ -21874,6 +22632,49 @@ This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. Read only. + [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. +Nullable. + [Attachments ]: References to attached objects like files, tabs, meetings etc. + [Body ]: itemBody + [ChannelIdentity ]: channelIdentity + [ChatId ]: If the message was sent in a chat, represents the identity of the chat. + [CreatedDateTime ]: Timestamp of when the chat message was created. + [DeletedDateTime ]: Read only. +Timestamp at which the chat message was deleted, or null if not deleted. + [Etag ]: Read-only. +Version number of the chat message. + [EventDetail ]: eventMessageDetail + [From ]: chatMessageFromIdentitySet + [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. + [Importance ]: chatMessageImportance + [LastEditedDateTime ]: Read only. +Timestamp when edits to the chat message were made. +Triggers an 'Edited' flag in the Teams UI. +If no edits are made the value is null. + [LastModifiedDateTime ]: Read only. +Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. + [Locale ]: Locale of the chat message set by the client. +Always set to en-us. + [Mentions ]: List of entities mentioned in the chat message. +Supported entities are: user, bot, team, channel, chat, and tag. + [MessageHistory ]: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. + [MessageType ]: chatMessageType + [OnBehalfOf ]: chatMessageFromIdentitySet + [PolicyViolation ]: chatMessagePolicyViolation + [Reactions ]: Reactions for this chat message (for example, Like). + [Replies ]: Replies for a specified message. +Supports $expand for channel messages. + [ReplyToId ]: Read-only. +ID of the parent chat message or root chat message of the thread. +(Only applies to chat messages in channels, not chats.) + [Subject ]: The subject of the chat message, in plaintext. + [Summary ]: Summary text of the chat message that could be used for push notifications and summary views or fall back views. +Only applies to channel chat messages, not chat messages in a chat. + [WebUrl ]: Read-only. +Link to the message in Microsoft Teams. + [Id ]: The unique identifier for an entity. +Read-only. + [Recipient ]: identity [TenantId ]: The identifier of the tenant in which the chat was created. Read-only. [Topic ]: (Optional) Subject or topic for the chat. @@ -21909,21 +22710,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -22042,7 +22900,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 @@ -22067,6 +22927,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. @@ -22274,10 +23167,11 @@ 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. + [ContentCategory ]: contentCategory [CorrelationId ]: An identifier used to group multiple related content entries (for example, different parts of the same file upload, messages in a conversation). [CreatedDateTime ]: Required. Timestamp indicating when the original content was created (for example, file creation time, message sent time). @@ -22562,6 +23456,7 @@ To proactively opt in to the new behavior ahead of time, use the contentStream p Nullable. [File ]: file [(Any) ]: This indicates any property can be added to this object. + [ArchiveStatus ]: fileArchiveStatus [Hashes ]: hashes [(Any) ]: This indicates any property can be added to this object. [Crc32Hash ]: The CRC32 value of the file (if available). @@ -22572,6 +23467,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. @@ -22672,6 +23580,17 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(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. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity. @@ -23681,6 +24600,8 @@ 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 total count of items in the list. +Read-only. [Items ]: All items contained in the list. [List ]: listInfo [(Any) ]: This indicates any property can be added to this object. @@ -23777,6 +24698,24 @@ Required. [LearningProviderId ]: The registration ID of the provider. Required. [Status ]: courseStatus + [Storyline ]: User's storyline singleton container. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Followers ]: The users who are following this user. + [Id ]: The unique identifier for an entity. +Read-only. + [Follower ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Followings ]: The users that this user is following. + [Id ]: The unique identifier for an entity. +Read-only. + [Following ]: The Viva Engage identities. [EmployeeHireDate ]: The date and time when the user was hired or will start work if there is a future hire. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. @@ -23791,10 +24730,10 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. @@ -24267,7 +25206,9 @@ Read-write. [(Any) ]: This indicates any property can be added to this object. [ArchiveStatus ]: siteArchiveStatus [ArchivedBy ]: identitySet - [ArchivedDateTime ]: + [ArchivedDateTime ]: Time when the container was archived. +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. [DataLocationCode ]: The geographic region code for where this site collection resides. Only present for multi-geo tenants. Read-only. @@ -24290,7 +25231,7 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. 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. - Returned only on $select. + Requires $select to retrieve. Note: This property is specific to SharePoint Online. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. @@ -24313,6 +25254,27 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityGovernance ]: identityGovernanceUserSettings + [(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 ]: 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 + [(Any) ]: This indicates any property can be added to this object. + [Duration ]: The requestor's desired duration of access represented in ISO 8601 format for durations. +For example, PT3H refers to three hours. + If specified in a request, endDateTime shouldn't be present and the type property should be set to afterDuration. + [EndDateTime ]: Timestamp of 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. + [Type ]: expirationPatternType + [Recurrence ]: patternedRecurrence + [StartDateTime ]: 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. +In PIM, when the eligible or active assignment becomes active. [IdentityParentId ]: The object ID of the parent identity for agent users. Always null for regular user accounts. For agentUser resources, this property references the object ID of the associated agent identity. @@ -24409,7 +25371,7 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for users to describe their interests. -Returned only on $select. +Requires $select to retrieve. [InvitedBy ]: directoryObject [IsLicenseReconciliationNeeded ]: Indicates whether the user is pending an exchange mailbox license assignment. Read-only. @@ -24418,7 +25380,8 @@ Returned only on $select. 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). @@ -24432,24 +25395,24 @@ If this list is non-empty, then only users or groups listed here can post. [AccessType ]: groupAccessType [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are auto-subscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -24459,6 +25422,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -24617,11 +25581,11 @@ You can use it as a $filter argument to get groups that have members with licens Supports $filter (eq). [HideFromAddressLists ]: true if the group isn't displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: true if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [InfoCatalogs ]: Identifies the info segments assigned to the group. Returned by default. @@ -24645,7 +25609,7 @@ Read-only. To manage a group 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. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -24695,6 +25659,7 @@ Read-only. [OnPremisesDomainName ]: Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only. + [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [OnPremisesLastSyncDateTime ]: Indicates the last time at which the group was synced with the on-premises directory.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. Returned by default. @@ -24878,10 +25843,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -24890,9 +25857,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. @@ -25056,7 +26052,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). @@ -25104,6 +26100,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 @@ -25501,12 +26498,12 @@ Immutable. Read-only. [UnseenConversationsCount ]: Count of conversations delivered one or more new posts since the signed-in user's last visit to the group. This property is the same as unseenCount. -Returned only on $select. +Requires $select to retrieve. [UnseenCount ]: Count of conversations that have received new posts since the signed-in user last visited the group. -This property is the same as unseenConversationsCount.Returned only on $select. +This property is the same as unseenConversationsCount.Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [UnseenMessagesCount ]: Count of new posts that have been delivered to the group's conversations since the signed-in user's last visit to the group. -Returned only on $select. +Requires $select to retrieve. [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. @@ -25517,7 +26514,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Requires $select to retrieve. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -25534,16 +26534,16 @@ Nullable. 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. Read-only. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. It also indicates licenses that are directly assigned and the ones the user inherited through group memberships. Read-only. -Returned only on $select. +Requires $select to retrieve. [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. Read-Only. @@ -25669,7 +26669,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -26218,6 +27218,8 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -26311,7 +27313,7 @@ Read-only. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Notifications ]: [Id ]: The unique identifier for an entity. Read-only. @@ -26406,6 +27408,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. @@ -26454,6 +27460,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. @@ -26708,7 +27719,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for users to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [PendingAccessReviewInstances ]: Navigation property to get a list of access reviews pending approval by the reviewer. [Id ]: The unique identifier for an entity. Read-only. @@ -26728,14 +27739,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. @@ -27068,7 +28071,7 @@ Example: 'en-US', or 'es-ES'. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -27524,15 +28527,14 @@ Read-only. [WebUrl ]: Link to the institution or department homepage. [Program ]: educationalActivityDetail [(Any) ]: This indicates any property can be added to this object. - [Abbreviation ]: Shortened name of the degree or program (example: PhD, MBA) + [Abbreviation ]: Shortened name of the degree or program, for example, PhD and MBA. [Activities ]: Extracurricular activities undertaken alongside the program. [Awards ]: Any awards or honors associated with the program. [Description ]: Short description of the program provided by the user. [DisplayName ]: Long-form name of the program that the user provided. - [FieldsOfStudy ]: Majors and minors associated with the program. -(if applicable) - [Grade ]: The final grade, class, GPA, or score. - [Notes ]: More notes the user provided. + [FieldsOfStudy ]: Majors and minors associated with the program, if applicable. + [Grade ]: The final grade, class, grade point average (GPA), or score. + [Notes ]: More notes provided by the user. [WebUrl ]: Link to the degree or program page. [StartMonthYear ]: The month and year the user commenced the activity referenced. [Emails ]: Represents detailed information about email addresses associated with the user. @@ -27835,9 +28837,9 @@ Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they have attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: The scoped-role administrative unit memberships for this user. Read-only. Nullable. @@ -27901,7 +28903,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. @@ -28051,7 +29053,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Use revokeSignInSessions to reset. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -28098,6 +29100,48 @@ The language component follows two-letter codes as defined in ISO 639-1, and the For users with multigeo licenses, the property contains the user's region (if available). For users without multigeo licenses, the property contains the organization's region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China. + [Sections ]: The sections in the user's chat list. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the section was created. +Read-only. +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. + [DisplayIcon ]: sectionDisplayIcon + [(Any) ]: This indicates any property can be added to this object. + [ContentUrl ]: The URL to a custom icon image. +Applicable when iconType is custom. + [DisplayName ]: The human-readable name of the icon. + [IconType ]: The type of icon. +Use an emoji character such as 👍 for an emoji icon, or custom for a custom image icon. + [SkinTone ]: sectionIconSkinTone + [DisplayName ]: The display name of the section. +Required. +Maximum length is 50 characters. +Display names are case-sensitive and must be unique within a user's sections. +The following names are reserved for system-defined sections and can't be used when creating a user-defined section: RecentChats, QuickViews, TeamsAndChannels, MutedChats, MeetingChats, EngageCommunities. + [IsExpanded ]: Indicates whether the section is expanded in the user interface. +The default value is true. + [IsHierarchicalViewEnabled ]: Indicates whether the hierarchical view is enabled for the section. +Read-only. + [Items ]: The items (chats, channels, meetings, or communities) organized within the section. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the item was added to the section. +Read-only. +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. + [ItemType ]: sectionItemType + [LastModifiedDateTime ]: Date and time when the item was last modified. +Read-only. +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. + [LastModifiedDateTime ]: Date and time when the section was last modified. +Read-only. +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. + [SectionType ]: sectionType + [SortType ]: sectionSortType [Todo ]: todo [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -28110,6 +29154,12 @@ Read-only. Nullable. [IsOwner ]: True if the user is owner of the given task list. [IsShared ]: True if the task list is shared with other users + [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the task list. +Read-only. +Nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Value ]: The value of the property. [Tasks ]: The tasks in this task list. Read-only. Nullable. @@ -28173,9 +29223,6 @@ Read-only. [Recurrence ]: patternedRecurrence [ReminderDateTime ]: dateTimeTimeZone [SingleValueExtendedProperties ]: A collection of custom fields linked to the task. - [Id ]: The unique identifier for an entity. -Read-only. - [Value ]: The value of the property. [StartDateTime ]: dateTimeTimeZone [Status ]: taskStatus [Title ]: A brief description of the task. @@ -28227,6 +29274,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. @@ -28264,6 +29313,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. @@ -28286,6 +29336,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 ]: @@ -28339,6 +29390,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. @@ -28348,8 +29401,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. @@ -28366,6 +29417,8 @@ WINDOWSPROTECTIONSTATE ``: Device protect [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementManagedDeviceAssignmentFilterEvaluationStatusDetail.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementManagedDeviceAssignmentFilterEvaluationStatusDetail.md index 757c02ae0f2c3..705ca5f2da4be 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementManagedDeviceAssignmentFilterEvaluationStatusDetail.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementManagedDeviceAssignmentFilterEvaluationStatusDetail.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/update-mgbetadevicemanagementmanageddeviceassignmentfilterevaluationstatusdetail Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementManagedDeviceAssignmentFilterEvaluationStatusDetail --- @@ -25,7 +25,7 @@ Update-MgBetaDeviceManagementManagedDeviceAssignmentFilterEvaluationStatusDetail [-ResponseHeadersVariable ] [-AdditionalProperties ] [-Id ] [-PayloadId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -37,7 +37,6 @@ Update-MgBetaDeviceManagementManagedDeviceAssignmentFilterEvaluationStatusDetail [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -48,7 +47,7 @@ Update-MgBetaDeviceManagementManagedDeviceAssignmentFilterEvaluationStatusDetail [-AdditionalProperties ] [-Id ] [-PayloadId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -60,7 +59,6 @@ Update-MgBetaDeviceManagementManagedDeviceAssignmentFilterEvaluationStatusDetail [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementManagedDeviceCategory.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementManagedDeviceCategory.md index faebde3f02590..f73a179872667 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementManagedDeviceCategory.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementManagedDeviceCategory.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/update-mgbetadevicemanagementmanageddevicecategory Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementManagedDeviceCategory --- @@ -28,7 +28,7 @@ Update-MgBetaDeviceManagementManagedDeviceCategory -ManagedDeviceId [-DisplayName ] [-Id ] [-RoleScopeTagIds ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -38,7 +38,7 @@ Update-MgBetaDeviceManagementManagedDeviceCategory -ManagedDeviceId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -49,7 +49,7 @@ Update-MgBetaDeviceManagementManagedDeviceCategory -InputObject ] [-Id ] [-RoleScopeTagIds ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -59,7 +59,7 @@ Update-MgBetaDeviceManagementManagedDeviceCategory -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementManagedDeviceCleanupRule.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementManagedDeviceCleanupRule.md index 491ac7945f6fd..0688a765b8e62 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementManagedDeviceCleanupRule.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementManagedDeviceCleanupRule.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/update-mgbetadevicemanagementmanageddevicecleanuprule Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementManagedDeviceCleanupRule --- @@ -26,7 +26,7 @@ Update-MgBetaDeviceManagementManagedDeviceCleanupRule -ManagedDeviceCleanupRuleI [-DeviceInactivityBeforeRetirementInDays ] [-DisplayName ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -36,7 +36,7 @@ Update-MgBetaDeviceManagementManagedDeviceCleanupRule -ManagedDeviceCleanupRuleI -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -48,7 +48,7 @@ Update-MgBetaDeviceManagementManagedDeviceCleanupRule -InputObject ] [-DisplayName ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -58,7 +58,7 @@ Update-MgBetaDeviceManagementManagedDeviceCleanupRule -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementManagedDeviceCompliancePolicyState.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementManagedDeviceCompliancePolicyState.md index 3af24ca9aa00b..0266ae5af6bda 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementManagedDeviceCompliancePolicyState.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementManagedDeviceCompliancePolicyState.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/update-mgbetadevicemanagementmanageddevicecompliancepolicystate Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementManagedDeviceCompliancePolicyState --- @@ -31,7 +31,6 @@ Update-MgBetaDeviceManagementManagedDeviceCompliancePolicyState [-UserId ] [-UserPrincipalName ] [-Version ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -42,7 +41,7 @@ Update-MgBetaDeviceManagementManagedDeviceCompliancePolicyState -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -56,7 +55,6 @@ Update-MgBetaDeviceManagementManagedDeviceCompliancePolicyState [-UserId ] [-UserPrincipalName ] [-Version ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -67,7 +65,7 @@ Update-MgBetaDeviceManagementManagedDeviceCompliancePolicyState -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.DeviceManagement/Update-MgBetaDeviceManagementManagedDeviceConfigurationState.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementManagedDeviceConfigurationState.md index 176bf73ea2e75..fd44c0e66d241 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementManagedDeviceConfigurationState.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementManagedDeviceConfigurationState.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/update-mgbetadevicemanagementmanageddeviceconfigurationstate Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementManagedDeviceConfigurationState --- @@ -30,7 +30,6 @@ Update-MgBetaDeviceManagementManagedDeviceConfigurationState -DeviceConfiguratio [-UserId ] [-UserPrincipalName ] [-Version ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -41,7 +40,6 @@ Update-MgBetaDeviceManagementManagedDeviceConfigurationState -DeviceConfiguratio [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -55,7 +53,6 @@ Update-MgBetaDeviceManagementManagedDeviceConfigurationState [-UserId ] [-UserPrincipalName ] [-Version ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -66,7 +63,6 @@ Update-MgBetaDeviceManagementManagedDeviceConfigurationState [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementManagedDeviceEncryptionState.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementManagedDeviceEncryptionState.md index ceee11b982b72..1cc6574b08459 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementManagedDeviceEncryptionState.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementManagedDeviceEncryptionState.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/update-mgbetadevicemanagementmanageddeviceencryptionstate Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementManagedDeviceEncryptionState --- @@ -30,7 +30,6 @@ Update-MgBetaDeviceManagementManagedDeviceEncryptionState -ManagedDeviceEncrypti [-TpmSpecificationVersion ] [-UserPrincipalName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -40,7 +39,7 @@ Update-MgBetaDeviceManagementManagedDeviceEncryptionState -ManagedDeviceEncrypti -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -56,7 +55,6 @@ Update-MgBetaDeviceManagementManagedDeviceEncryptionState -InputObject ] [-UserPrincipalName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -66,7 +64,7 @@ Update-MgBetaDeviceManagementManagedDeviceEncryptionState -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementManagedDeviceHealthScriptState.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementManagedDeviceHealthScriptState.md index 6b6ee50bcd5f3..3931b16a8271f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementManagedDeviceHealthScriptState.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementManagedDeviceHealthScriptState.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/update-mgbetadevicemanagementmanageddevicehealthscriptstate Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementManagedDeviceHealthScriptState --- @@ -31,7 +31,7 @@ Update-MgBetaDeviceManagementManagedDeviceHealthScriptState -DeviceId - [-RemediationScriptError ] [-RemediationState ] [-UserName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -48,7 +48,6 @@ Update-MgBetaDeviceManagementManagedDeviceHealthScriptState -InputObject ] [-UserName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -59,7 +58,7 @@ Update-MgBetaDeviceManagementManagedDeviceHealthScriptState -DeviceId - -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -69,7 +68,7 @@ Update-MgBetaDeviceManagementManagedDeviceHealthScriptState -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementManagedDeviceLogCollectionRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementManagedDeviceLogCollectionRequest.md index 093405249cbbe..97cfc0bb42d08 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementManagedDeviceLogCollectionRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementManagedDeviceLogCollectionRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/update-mgbetadevicemanagementmanageddevicelogcollectionrequest Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementManagedDeviceLogCollectionRequest --- @@ -32,7 +32,6 @@ Update-MgBetaDeviceManagementManagedDeviceLogCollectionRequest [-SizeInKb ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -43,7 +42,7 @@ Update-MgBetaDeviceManagementManagedDeviceLogCollectionRequest -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -58,7 +57,6 @@ Update-MgBetaDeviceManagementManagedDeviceLogCollectionRequest [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -69,7 +67,7 @@ Update-MgBetaDeviceManagementManagedDeviceLogCollectionRequest -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.DeviceManagement/Update-MgBetaDeviceManagementManagedDeviceMobileAppConfigurationState.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementManagedDeviceMobileAppConfigurationState.md index a3df20249b5b4..e012791bd9c11 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementManagedDeviceMobileAppConfigurationState.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementManagedDeviceMobileAppConfigurationState.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/update-mgbetadevicemanagementmanageddevicemobileappconfigurationstate Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementManagedDeviceMobileAppConfigurationState --- @@ -28,7 +28,7 @@ Update-MgBetaDeviceManagementManagedDeviceMobileAppConfigurationState -ManagedDe [-State ] [-UserId ] [-UserPrincipalName ] [-Version ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -40,7 +40,6 @@ Update-MgBetaDeviceManagementManagedDeviceMobileAppConfigurationState -ManagedDe [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -54,7 +53,7 @@ Update-MgBetaDeviceManagementManagedDeviceMobileAppConfigurationState [-State ] [-UserId ] [-UserPrincipalName ] [-Version ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -66,7 +65,6 @@ Update-MgBetaDeviceManagementManagedDeviceMobileAppConfigurationState [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementManagedDeviceSecurityBaselineState.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementManagedDeviceSecurityBaselineState.md index fdf14ff8a4ba0..124584d6d7cac 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementManagedDeviceSecurityBaselineState.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementManagedDeviceSecurityBaselineState.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/update-mgbetadevicemanagementmanageddevicesecuritybaselinestate Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementManagedDeviceSecurityBaselineState --- @@ -28,7 +28,7 @@ Update-MgBetaDeviceManagementManagedDeviceSecurityBaselineState -ManagedDeviceId [-State ] [-UserPrincipalName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -39,7 +39,6 @@ Update-MgBetaDeviceManagementManagedDeviceSecurityBaselineState -ManagedDeviceId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -53,7 +52,7 @@ Update-MgBetaDeviceManagementManagedDeviceSecurityBaselineState [-State ] [-UserPrincipalName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -64,7 +63,6 @@ Update-MgBetaDeviceManagementManagedDeviceSecurityBaselineState [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementManagedDeviceSecurityBaselineStateSettingState.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementManagedDeviceSecurityBaselineStateSettingState.md index 339aeb41bc87c..60d77ed817665 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementManagedDeviceSecurityBaselineStateSettingState.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementManagedDeviceSecurityBaselineStateSettingState.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/update-mgbetadevicemanagementmanageddevicesecuritybaselinestatesettingstate Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementManagedDeviceSecurityBaselineStateSettingState --- @@ -30,7 +30,6 @@ Update-MgBetaDeviceManagementManagedDeviceSecurityBaselineStateSettingState [-State ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -42,7 +41,6 @@ Update-MgBetaDeviceManagementManagedDeviceSecurityBaselineStateSettingState [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -57,7 +55,6 @@ Update-MgBetaDeviceManagementManagedDeviceSecurityBaselineStateSettingState [-State ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -68,7 +65,7 @@ Update-MgBetaDeviceManagementManagedDeviceSecurityBaselineStateSettingState -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.DeviceManagement/Update-MgBetaDeviceManagementManagedDeviceWindowsDeviceAccount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementManagedDeviceWindowsDeviceAccount.md index 9e76480573e89..64dbabbca25a0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementManagedDeviceWindowsDeviceAccount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementManagedDeviceWindowsDeviceAccount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/update-mgbetadevicemanagementmanageddevicewindowsdeviceaccount Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementManagedDeviceWindowsDeviceAccount --- @@ -29,7 +29,6 @@ Update-MgBetaDeviceManagementManagedDeviceWindowsDeviceAccount -ManagedDeviceId [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -40,7 +39,6 @@ Update-MgBetaDeviceManagementManagedDeviceWindowsDeviceAccount -ManagedDeviceId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -53,7 +51,6 @@ Update-MgBetaDeviceManagementManagedDeviceWindowsDeviceAccount [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -65,7 +62,6 @@ Update-MgBetaDeviceManagementManagedDeviceWindowsDeviceAccount [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementManagedDeviceWindowsOSImage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementManagedDeviceWindowsOSImage.md index b14d407c1529c..fa09c5908dc8b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementManagedDeviceWindowsOSImage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementManagedDeviceWindowsOSImage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/update-mgbetadevicemanagementmanageddevicewindowsosimage Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementManagedDeviceWindowsOSImage --- @@ -28,7 +28,7 @@ Update-MgBetaDeviceManagementManagedDeviceWindowsOSImage [-SupportedEditions ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -40,7 +40,6 @@ Update-MgBetaDeviceManagementManagedDeviceWindowsOSImage [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -53,7 +52,7 @@ Update-MgBetaDeviceManagementManagedDeviceWindowsOSImage -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -64,7 +63,6 @@ Update-MgBetaDeviceManagementManagedDeviceWindowsOSImage -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementManagedDeviceWindowsProtectionState.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementManagedDeviceWindowsProtectionState.md index 37688b166a3d1..8ef3fc497d611 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementManagedDeviceWindowsProtectionState.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementManagedDeviceWindowsProtectionState.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/update-mgbetadevicemanagementmanageddevicewindowsprotectionstate Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementManagedDeviceWindowsProtectionState --- @@ -25,7 +25,8 @@ Update the navigation property windowsProtectionState in deviceManagement ``` Update-MgBetaDeviceManagementManagedDeviceWindowsProtectionState -ManagedDeviceId [-ResponseHeadersVariable ] [-AdditionalProperties ] - [-AntiMalwareVersion ] [-DetectedMalwareState ] + [-AntiMalwareVersion ] [-ControlledConfigurationEnabled] + [-DetectedMalwareState ] [-DeviceState ] [-EngineVersion ] [-FullScanOverdue] [-FullScanRequired] [-Id ] [-IsVirtualMachine] [-LastFullScanDateTime ] [-LastFullScanSignatureVersion ] [-LastQuickScanDateTime ] @@ -35,7 +36,7 @@ Update-MgBetaDeviceManagementManagedDeviceWindowsProtectionState -ManagedDeviceI [-RebootRequired] [-SignatureUpdateOverdue] [-SignatureVersion ] [-TamperProtectionEnabled] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -45,7 +46,7 @@ Update-MgBetaDeviceManagementManagedDeviceWindowsProtectionState -ManagedDeviceI -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -54,6 +55,7 @@ Update-MgBetaDeviceManagementManagedDeviceWindowsProtectionState -ManagedDeviceI Update-MgBetaDeviceManagementManagedDeviceWindowsProtectionState -InputObject [-ResponseHeadersVariable ] [-AdditionalProperties ] [-AntiMalwareVersion ] + [-ControlledConfigurationEnabled] [-DetectedMalwareState ] [-DeviceState ] [-EngineVersion ] [-FullScanOverdue] [-FullScanRequired] [-Id ] [-IsVirtualMachine] [-LastFullScanDateTime ] @@ -64,7 +66,7 @@ Update-MgBetaDeviceManagementManagedDeviceWindowsProtectionState [-RebootRequired] [-SignatureUpdateOverdue] [-SignatureVersion ] [-TamperProtectionEnabled] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -75,7 +77,6 @@ Update-MgBetaDeviceManagementManagedDeviceWindowsProtectionState [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -214,6 +215,34 @@ AcceptedValues: [] HelpMessage: '' ``` +### -ControlledConfigurationEnabled + +When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +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: '' +``` + ### -DetectedMalwareState Device malware list @@ -1056,6 +1085,8 @@ BODYPARAMETER ``: Device protection statu [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState.md index a7de3f780032c..3c05f9bc4365f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/update-mgbetadevicemanagementmanageddevicewindowsprotectionstatedetectedmalwarestate Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState --- @@ -33,7 +33,6 @@ Update-MgBetaDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareS [-ThreatState ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -44,7 +43,7 @@ Update-MgBetaDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareS -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -60,7 +59,6 @@ Update-MgBetaDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareS [-ThreatState ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -71,7 +69,6 @@ Update-MgBetaDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareS [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementMicrosoftTunnelConfiguration.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementMicrosoftTunnelConfiguration.md index 9f7c5f7020277..8f574727edabf 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementMicrosoftTunnelConfiguration.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementMicrosoftTunnelConfiguration.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/update-mgbetadevicemanagementmicrosofttunnelconfiguration Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementMicrosoftTunnelConfiguration --- @@ -29,7 +29,7 @@ Update-MgBetaDeviceManagementMicrosoftTunnelConfiguration -MicrosoftTunnelConfig [-RouteIncludes ] [-RoutesExclude ] [-RoutesInclude ] [-SplitDns ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -39,7 +39,7 @@ Update-MgBetaDeviceManagementMicrosoftTunnelConfiguration -MicrosoftTunnelConfig -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -54,7 +54,7 @@ Update-MgBetaDeviceManagementMicrosoftTunnelConfiguration -InputObject ] [-RoutesExclude ] [-RoutesInclude ] [-SplitDns ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -64,7 +64,7 @@ Update-MgBetaDeviceManagementMicrosoftTunnelConfiguration -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementMicrosoftTunnelHealthThreshold.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementMicrosoftTunnelHealthThreshold.md index 0e3db3a94fd51..31ee26f8301a1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementMicrosoftTunnelHealthThreshold.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementMicrosoftTunnelHealthThreshold.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/update-mgbetadevicemanagementmicrosofttunnelhealththreshold Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementMicrosoftTunnelHealthThreshold --- @@ -27,7 +27,6 @@ Update-MgBetaDeviceManagementMicrosoftTunnelHealthThreshold [-UnhealthyThreshold ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -38,7 +37,7 @@ Update-MgBetaDeviceManagementMicrosoftTunnelHealthThreshold -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -50,7 +49,6 @@ Update-MgBetaDeviceManagementMicrosoftTunnelHealthThreshold -InputObject ] [-UnhealthyThreshold ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -60,7 +58,7 @@ Update-MgBetaDeviceManagementMicrosoftTunnelHealthThreshold -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementMicrosoftTunnelServerLogCollectionResponse.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementMicrosoftTunnelServerLogCollectionResponse.md index 734dcb8f04bd2..9f68a7e8a104b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementMicrosoftTunnelServerLogCollectionResponse.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementMicrosoftTunnelServerLogCollectionResponse.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/update-mgbetadevicemanagementmicrosofttunnelserverlogcollectionresponse Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementMicrosoftTunnelServerLogCollectionResponse --- @@ -27,7 +27,7 @@ Update-MgBetaDeviceManagementMicrosoftTunnelServerLogCollectionResponse [-StartDateTime ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -39,7 +39,6 @@ Update-MgBetaDeviceManagementMicrosoftTunnelServerLogCollectionResponse [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -52,7 +51,7 @@ Update-MgBetaDeviceManagementMicrosoftTunnelServerLogCollectionResponse [-StartDateTime ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -64,7 +63,6 @@ Update-MgBetaDeviceManagementMicrosoftTunnelServerLogCollectionResponse [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementMicrosoftTunnelSite.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementMicrosoftTunnelSite.md index 349fa41216ed9..ee4e3c988e0a0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementMicrosoftTunnelSite.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementMicrosoftTunnelSite.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/update-mgbetadevicemanagementmicrosofttunnelsite Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementMicrosoftTunnelSite --- @@ -30,7 +30,6 @@ Update-MgBetaDeviceManagementMicrosoftTunnelSite -MicrosoftTunnelSiteId [-UpgradeWindowUtcOffsetInMinutes ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -40,7 +39,7 @@ Update-MgBetaDeviceManagementMicrosoftTunnelSite -MicrosoftTunnelSiteId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -56,7 +55,6 @@ Update-MgBetaDeviceManagementMicrosoftTunnelSite -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -66,7 +64,7 @@ Update-MgBetaDeviceManagementMicrosoftTunnelSite -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelConfiguration.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelConfiguration.md index 77f7e5689cd40..4337eae5e806c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelConfiguration.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelConfiguration.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/update-mgbetadevicemanagementmicrosofttunnelsitemicrosofttunnelconfiguration Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelConfiguration --- @@ -30,7 +30,7 @@ Update-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelConfiguration [-RoutesExclude ] [-RoutesInclude ] [-SplitDns ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -41,7 +41,6 @@ Update-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelConfiguration [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -57,7 +56,7 @@ Update-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelConfiguration [-RoutesExclude ] [-RoutesInclude ] [-SplitDns ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -68,7 +67,7 @@ Update-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelConfiguration -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.DeviceManagement/Update-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServer.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServer.md index 794694701bab6..ba42c48d915c6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServer.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServer.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/update-mgbetadevicemanagementmicrosofttunnelsitemicrosofttunnelserver Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServer --- @@ -28,7 +28,7 @@ Update-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServer [-ServerImageDigest ] [-TunnelServerHealthStatus ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -39,7 +39,7 @@ Update-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServer -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -53,7 +53,6 @@ Update-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServer [-TunnelServerHealthStatus ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -64,7 +63,6 @@ Update-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServer [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementMobileAppTroubleshootingEvent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementMobileAppTroubleshootingEvent.md index 4846c94f22e0f..afbc1486e1423 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementMobileAppTroubleshootingEvent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementMobileAppTroubleshootingEvent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/update-mgbetadevicemanagementmobileapptroubleshootingevent Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementMobileAppTroubleshootingEvent --- @@ -33,7 +33,7 @@ Update-MgBetaDeviceManagementMobileAppTroubleshootingEvent -MobileAppTroubleshoo [-TroubleshootingErrorDetails ] [-UserId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -43,7 +43,7 @@ Update-MgBetaDeviceManagementMobileAppTroubleshootingEvent -MobileAppTroubleshoo -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -59,7 +59,7 @@ Update-MgBetaDeviceManagementMobileAppTroubleshootingEvent -InputObject ] [-UserId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -69,7 +69,7 @@ Update-MgBetaDeviceManagementMobileAppTroubleshootingEvent -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest.md index 955b3b3ab760c..179d7ecd1bbe5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/update-mgbetadevicemanagementmobileapptroubleshootingeventapplogcollectionrequest Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest --- @@ -30,7 +30,6 @@ Update-MgBetaDeviceManagementMobileAppTroubleshootingEventAppLogCollectionReques [-Id ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -41,7 +40,7 @@ Update-MgBetaDeviceManagementMobileAppTroubleshootingEventAppLogCollectionReques -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -53,7 +52,7 @@ Update-MgBetaDeviceManagementMobileAppTroubleshootingEventAppLogCollectionReques [-ErrorMessage ] [-Id ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -64,7 +63,6 @@ Update-MgBetaDeviceManagementMobileAppTroubleshootingEventAppLogCollectionReques [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementMonitoring.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementMonitoring.md index 8a1158a044e68..96874714dcba5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementMonitoring.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementMonitoring.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/update-mgbetadevicemanagementmonitoring Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementMonitoring --- @@ -25,7 +25,7 @@ Update-MgBetaDeviceManagementMonitoring [-ResponseHeadersVariable ] [-AlertRules ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -35,7 +35,6 @@ Update-MgBetaDeviceManagementMonitoring -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementMonitoringAlertRecord.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementMonitoringAlertRecord.md index aaf430aa1482b..78f4607ff1d56 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementMonitoringAlertRecord.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementMonitoringAlertRecord.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/update-mgbetadevicemanagementmonitoringalertrecord Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementMonitoringAlertRecord --- @@ -27,7 +27,7 @@ Update-MgBetaDeviceManagementMonitoringAlertRecord -AlertRecordId [-LastUpdatedDateTime ] [-ResolvedDateTime ] [-Severity ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -37,7 +37,7 @@ Update-MgBetaDeviceManagementMonitoringAlertRecord -AlertRecordId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -50,7 +50,7 @@ Update-MgBetaDeviceManagementMonitoringAlertRecord -InputObject ] [-ResolvedDateTime ] [-Severity ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -60,7 +60,7 @@ Update-MgBetaDeviceManagementMonitoringAlertRecord -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementMonitoringAlertRule.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementMonitoringAlertRule.md index a9ba467112efb..67cabbb8e5ebf 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementMonitoringAlertRule.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementMonitoringAlertRule.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/update-mgbetadevicemanagementmonitoringalertrule Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementMonitoringAlertRule --- @@ -28,7 +28,6 @@ Update-MgBetaDeviceManagementMonitoringAlertRule -AlertRuleId [-Threshold ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -38,7 +37,7 @@ Update-MgBetaDeviceManagementMonitoringAlertRule -AlertRuleId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -52,7 +51,6 @@ Update-MgBetaDeviceManagementMonitoringAlertRule -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -62,7 +60,7 @@ Update-MgBetaDeviceManagementMonitoringAlertRule -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementNotificationMessageTemplate.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementNotificationMessageTemplate.md index e3b994dba040e..4a739abcb3eda 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementNotificationMessageTemplate.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementNotificationMessageTemplate.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/update-mgbetadevicemanagementnotificationmessagetemplate Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementNotificationMessageTemplate --- @@ -31,7 +31,6 @@ Update-MgBetaDeviceManagementNotificationMessageTemplate -NotificationMessageTem [-RoleScopeTagIds ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -41,7 +40,7 @@ Update-MgBetaDeviceManagementNotificationMessageTemplate -NotificationMessageTem -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -55,7 +54,6 @@ Update-MgBetaDeviceManagementNotificationMessageTemplate -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -65,7 +63,7 @@ Update-MgBetaDeviceManagementNotificationMessageTemplate -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage.md index 026455873cf2d..11d496cb29d89 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/update-mgbetadevicemanagementnotificationmessagetemplatelocalizednotificationmessage Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage --- @@ -29,7 +29,7 @@ Update-MgBetaDeviceManagementNotificationMessageTemplateLocalizedNotificationMes [-LastModifiedDateTime ] [-Locale ] [-MessageTemplate ] [-Subject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -40,7 +40,7 @@ Update-MgBetaDeviceManagementNotificationMessageTemplateLocalizedNotificationMes -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -52,7 +52,7 @@ Update-MgBetaDeviceManagementNotificationMessageTemplateLocalizedNotificationMes [-Locale ] [-MessageTemplate ] [-Subject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -63,7 +63,7 @@ Update-MgBetaDeviceManagementNotificationMessageTemplateLocalizedNotificationMes -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.DeviceManagement/Update-MgBetaDeviceManagementRemoteActionAudit.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementRemoteActionAudit.md index 050ac5e035522..c824a9679314b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementRemoteActionAudit.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementRemoteActionAudit.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/update-mgbetadevicemanagementremoteactionaudit Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementRemoteActionAudit --- @@ -28,7 +28,7 @@ Update-MgBetaDeviceManagementRemoteActionAudit -RemoteActionAuditId [-ManagedDeviceId ] [-RequestDateTime ] [-UserName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -38,7 +38,7 @@ Update-MgBetaDeviceManagementRemoteActionAudit -RemoteActionAuditId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -52,7 +52,7 @@ Update-MgBetaDeviceManagementRemoteActionAudit -InputObject ] [-RequestDateTime ] [-UserName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -62,7 +62,7 @@ Update-MgBetaDeviceManagementRemoteActionAudit -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementResourceAccessProfile.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementResourceAccessProfile.md index 98e33e6dd4144..d7a4fe27c1124 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementResourceAccessProfile.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementResourceAccessProfile.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/update-mgbetadevicemanagementresourceaccessprofile Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementResourceAccessProfile --- @@ -28,7 +28,7 @@ Update-MgBetaDeviceManagementResourceAccessProfile [-LastModifiedDateTime ] [-RoleScopeTagIds ] [-Version ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -40,7 +40,6 @@ Update-MgBetaDeviceManagementResourceAccessProfile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -53,7 +52,7 @@ Update-MgBetaDeviceManagementResourceAccessProfile -InputObject ] [-RoleScopeTagIds ] [-Version ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -64,7 +63,6 @@ Update-MgBetaDeviceManagementResourceAccessProfile -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementResourceAccessProfileAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementResourceAccessProfileAssignment.md index f6ca5dd24eb7a..fe1cf9baa1f63 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementResourceAccessProfileAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementResourceAccessProfileAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/update-mgbetadevicemanagementresourceaccessprofileassignment Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementResourceAccessProfileAssignment --- @@ -28,7 +28,6 @@ Update-MgBetaDeviceManagementResourceAccessProfileAssignment [-Target ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -41,7 +40,6 @@ Update-MgBetaDeviceManagementResourceAccessProfileAssignment [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -54,7 +52,6 @@ Update-MgBetaDeviceManagementResourceAccessProfileAssignment [-Target ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -66,7 +63,6 @@ Update-MgBetaDeviceManagementResourceAccessProfileAssignment [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementReusableSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementReusableSetting.md index 56b55d4fc86a5..3ea5c7eda57f8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementReusableSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementReusableSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/update-mgbetadevicemanagementreusablesetting Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementReusableSetting --- @@ -34,7 +34,6 @@ Update-MgBetaDeviceManagementReusableSetting [-Visibility ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -46,7 +45,6 @@ Update-MgBetaDeviceManagementReusableSetting [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -65,7 +63,6 @@ Update-MgBetaDeviceManagementReusableSetting -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -76,7 +73,6 @@ Update-MgBetaDeviceManagementReusableSetting -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementScript.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementScript.md index 0d1014e478d1a..03fa9067c690c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementScript.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementScript.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/update-mgbetadevicemanagementscript Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementScript --- @@ -31,7 +31,7 @@ Update-MgBetaDeviceManagementScript -DeviceManagementScriptId [-UserRunStates ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -41,7 +41,7 @@ Update-MgBetaDeviceManagementScript -DeviceManagementScriptId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -58,7 +58,7 @@ Update-MgBetaDeviceManagementScript -InputObject [-UserRunStates ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -68,7 +68,7 @@ Update-MgBetaDeviceManagementScript -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -1251,7 +1251,7 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for users to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). @@ -1545,22 +1545,23 @@ Always null when the object hasn't been deleted. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -1590,12 +1591,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -1705,7 +1763,7 @@ Optional. [IncludeBasicClaimSet ]: Determines whether the basic claim set is included in tokens affected by this policy. If set to true, all claims in the basic claim set are emitted in tokens affected by the policy. By default the basic claim set isn't in the tokens unless they're explicitly configured in this policy. - [CreatedByAppId ]: The appId (called Application (client) ID on the Microsoft Entra admin center) of the application used to create the service principal. + [CreatedByAppId ]: The appId of the application that created this service principal. Set internally by Microsoft Entra ID. Read-only. [CreatedObjects ]: Directory objects created by this service principal. @@ -1837,7 +1895,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -1996,13 +2054,13 @@ May not begin with .. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [ApprovedClientApps ]: + [ApprovedClientApps ]: The collection of approved client apps that are associated with the RDS configuration. +Supports $expand. [Id ]: The unique identifier for an entity. Read-only. - [DisplayName ]: + [DisplayName ]: Display name for the client application. [IsRemoteDesktopProtocolEnabled ]: Determines if Microsoft Entra ID RDS authentication protocol for RDP is enabled. [TargetDeviceGroups ]: The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. -
]: The unique identifier for an entity. Read-only. [DisplayName ]: Display name for the target device group. @@ -2363,7 +2421,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. - [ExternalAuthenticationMethods ]: Represents the external methods registered to a user for authentication. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. Optional. @@ -2379,7 +2437,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. - [DisplayName ]: Custom name given to the registered external authentication method. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. @@ -2632,7 +2690,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -2885,7 +2943,7 @@ Read-only. The identifiers must be unique in the tenant. [Birthday ]: The birthday of the user. 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 Returned only on $select. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. Only one number can be set for this property. Read-only for users synced from on-premises directory. @@ -3495,6 +3553,49 @@ This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. Read only. + [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. +Nullable. + [Attachments ]: References to attached objects like files, tabs, meetings etc. + [Body ]: itemBody + [ChannelIdentity ]: channelIdentity + [ChatId ]: If the message was sent in a chat, represents the identity of the chat. + [CreatedDateTime ]: Timestamp of when the chat message was created. + [DeletedDateTime ]: Read only. +Timestamp at which the chat message was deleted, or null if not deleted. + [Etag ]: Read-only. +Version number of the chat message. + [EventDetail ]: eventMessageDetail + [From ]: chatMessageFromIdentitySet + [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. + [Importance ]: chatMessageImportance + [LastEditedDateTime ]: Read only. +Timestamp when edits to the chat message were made. +Triggers an 'Edited' flag in the Teams UI. +If no edits are made the value is null. + [LastModifiedDateTime ]: Read only. +Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. + [Locale ]: Locale of the chat message set by the client. +Always set to en-us. + [Mentions ]: List of entities mentioned in the chat message. +Supported entities are: user, bot, team, channel, chat, and tag. + [MessageHistory ]: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. + [MessageType ]: chatMessageType + [OnBehalfOf ]: chatMessageFromIdentitySet + [PolicyViolation ]: chatMessagePolicyViolation + [Reactions ]: Reactions for this chat message (for example, Like). + [Replies ]: Replies for a specified message. +Supports $expand for channel messages. + [ReplyToId ]: Read-only. +ID of the parent chat message or root chat message of the thread. +(Only applies to chat messages in channels, not chats.) + [Subject ]: The subject of the chat message, in plaintext. + [Summary ]: Summary text of the chat message that could be used for push notifications and summary views or fall back views. +Only applies to channel chat messages, not chat messages in a chat. + [WebUrl ]: Read-only. +Link to the message in Microsoft Teams. + [Id ]: The unique identifier for an entity. +Read-only. + [Recipient ]: identity [TenantId ]: The identifier of the tenant in which the chat was created. Read-only. [Topic ]: (Optional) Subject or topic for the chat. @@ -3530,21 +3631,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -3634,7 +3792,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 @@ -3659,6 +3819,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. @@ -3866,10 +4059,11 @@ 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. + [ContentCategory ]: contentCategory [CorrelationId ]: An identifier used to group multiple related content entries (for example, different parts of the same file upload, messages in a conversation). [CreatedDateTime ]: Required. Timestamp indicating when the original content was created (for example, file creation time, message sent time). @@ -4151,6 +4345,7 @@ To proactively opt in to the new behavior ahead of time, use the contentStream p Nullable. [File ]: file [(Any) ]: This indicates any property can be added to this object. + [ArchiveStatus ]: fileArchiveStatus [Hashes ]: hashes [(Any) ]: This indicates any property can be added to this object. [Crc32Hash ]: The CRC32 value of the file (if available). @@ -4161,6 +4356,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. @@ -4261,6 +4469,17 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(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. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity. @@ -5270,6 +5489,8 @@ 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 total count of items in the list. +Read-only. [Items ]: All items contained in the list. [List ]: listInfo [(Any) ]: This indicates any property can be added to this object. @@ -5366,6 +5587,24 @@ Required. [LearningProviderId ]: The registration ID of the provider. Required. [Status ]: courseStatus + [Storyline ]: User's storyline singleton container. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Followers ]: The users who are following this user. + [Id ]: The unique identifier for an entity. +Read-only. + [Follower ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Followings ]: The users that this user is following. + [Id ]: The unique identifier for an entity. +Read-only. + [Following ]: The Viva Engage identities. [EmployeeHireDate ]: The date and time when the user was hired or will start work if there is a future hire. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. @@ -5380,10 +5619,10 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. @@ -5856,7 +6095,9 @@ Read-write. [(Any) ]: This indicates any property can be added to this object. [ArchiveStatus ]: siteArchiveStatus [ArchivedBy ]: identitySet - [ArchivedDateTime ]: + [ArchivedDateTime ]: Time when the container was archived. +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. [DataLocationCode ]: The geographic region code for where this site collection resides. Only present for multi-geo tenants. Read-only. @@ -5879,7 +6120,7 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. 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. - Returned only on $select. + Requires $select to retrieve. Note: This property is specific to SharePoint Online. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. @@ -5902,6 +6143,27 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityGovernance ]: identityGovernanceUserSettings + [(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 ]: 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 + [(Any) ]: This indicates any property can be added to this object. + [Duration ]: The requestor's desired duration of access represented in ISO 8601 format for durations. +For example, PT3H refers to three hours. + If specified in a request, endDateTime shouldn't be present and the type property should be set to afterDuration. + [EndDateTime ]: Timestamp of 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. + [Type ]: expirationPatternType + [Recurrence ]: patternedRecurrence + [StartDateTime ]: 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. +In PIM, when the eligible or active assignment becomes active. [IdentityParentId ]: The object ID of the parent identity for agent users. Always null for regular user accounts. For agentUser resources, this property references the object ID of the associated agent identity. @@ -5998,7 +6260,7 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for users to describe their interests. -Returned only on $select. +Requires $select to retrieve. [InvitedBy ]: directoryObject [IsLicenseReconciliationNeeded ]: Indicates whether the user is pending an exchange mailbox license assignment. Read-only. @@ -6007,7 +6269,8 @@ Returned only on $select. 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). @@ -6021,24 +6284,24 @@ If this list is non-empty, then only users or groups listed here can post. [AccessType ]: groupAccessType [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are auto-subscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -6048,6 +6311,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -6206,11 +6470,11 @@ You can use it as a $filter argument to get groups that have members with licens Supports $filter (eq). [HideFromAddressLists ]: true if the group isn't displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: true if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [InfoCatalogs ]: Identifies the info segments assigned to the group. Returned by default. @@ -6234,7 +6498,7 @@ Read-only. To manage a group 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. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -6284,6 +6548,7 @@ Read-only. [OnPremisesDomainName ]: Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only. + [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [OnPremisesLastSyncDateTime ]: Indicates the last time at which the group was synced with the on-premises directory.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. Returned by default. @@ -6467,10 +6732,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -6479,9 +6746,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. @@ -6645,7 +6941,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). @@ -6693,6 +6989,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 @@ -7090,12 +7387,12 @@ Immutable. Read-only. [UnseenConversationsCount ]: Count of conversations delivered one or more new posts since the signed-in user's last visit to the group. This property is the same as unseenCount. -Returned only on $select. +Requires $select to retrieve. [UnseenCount ]: Count of conversations that have received new posts since the signed-in user last visited the group. -This property is the same as unseenConversationsCount.Returned only on $select. +This property is the same as unseenConversationsCount.Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [UnseenMessagesCount ]: Count of new posts that have been delivered to the group's conversations since the signed-in user's last visit to the group. -Returned only on $select. +Requires $select to retrieve. [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. @@ -7106,7 +7403,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Requires $select to retrieve. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -7123,16 +7423,16 @@ Nullable. 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. Read-only. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. It also indicates licenses that are directly assigned and the ones the user inherited through group memberships. Read-only. -Returned only on $select. +Requires $select to retrieve. [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. Read-Only. @@ -7258,7 +7558,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -7492,7 +7792,7 @@ Read-only. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Notifications ]: [Id ]: The unique identifier for an entity. Read-only. @@ -7587,6 +7887,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. @@ -7635,6 +7939,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. @@ -7889,7 +8198,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for users to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [PendingAccessReviewInstances ]: Navigation property to get a list of access reviews pending approval by the reviewer. [Id ]: The unique identifier for an entity. Read-only. @@ -7909,14 +8218,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. @@ -8249,7 +8550,7 @@ Example: 'en-US', or 'es-ES'. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -8705,15 +9006,14 @@ Read-only. [WebUrl ]: Link to the institution or department homepage. [Program ]: educationalActivityDetail [(Any) ]: This indicates any property can be added to this object. - [Abbreviation ]: Shortened name of the degree or program (example: PhD, MBA) + [Abbreviation ]: Shortened name of the degree or program, for example, PhD and MBA. [Activities ]: Extracurricular activities undertaken alongside the program. [Awards ]: Any awards or honors associated with the program. [Description ]: Short description of the program provided by the user. [DisplayName ]: Long-form name of the program that the user provided. - [FieldsOfStudy ]: Majors and minors associated with the program. -(if applicable) - [Grade ]: The final grade, class, GPA, or score. - [Notes ]: More notes the user provided. + [FieldsOfStudy ]: Majors and minors associated with the program, if applicable. + [Grade ]: The final grade, class, grade point average (GPA), or score. + [Notes ]: More notes provided by the user. [WebUrl ]: Link to the degree or program page. [StartMonthYear ]: The month and year the user commenced the activity referenced. [Emails ]: Represents detailed information about email addresses associated with the user. @@ -9016,9 +9316,9 @@ Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they have attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: The scoped-role administrative unit memberships for this user. Read-only. Nullable. @@ -9082,7 +9382,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. @@ -9232,7 +9532,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Use revokeSignInSessions to reset. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -9279,6 +9579,48 @@ The language component follows two-letter codes as defined in ISO 639-1, and the For users with multigeo licenses, the property contains the user's region (if available). For users without multigeo licenses, the property contains the organization's region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China. + [Sections ]: The sections in the user's chat list. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the section was created. +Read-only. +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. + [DisplayIcon ]: sectionDisplayIcon + [(Any) ]: This indicates any property can be added to this object. + [ContentUrl ]: The URL to a custom icon image. +Applicable when iconType is custom. + [DisplayName ]: The human-readable name of the icon. + [IconType ]: The type of icon. +Use an emoji character such as 👍 for an emoji icon, or custom for a custom image icon. + [SkinTone ]: sectionIconSkinTone + [DisplayName ]: The display name of the section. +Required. +Maximum length is 50 characters. +Display names are case-sensitive and must be unique within a user's sections. +The following names are reserved for system-defined sections and can't be used when creating a user-defined section: RecentChats, QuickViews, TeamsAndChannels, MutedChats, MeetingChats, EngageCommunities. + [IsExpanded ]: Indicates whether the section is expanded in the user interface. +The default value is true. + [IsHierarchicalViewEnabled ]: Indicates whether the hierarchical view is enabled for the section. +Read-only. + [Items ]: The items (chats, channels, meetings, or communities) organized within the section. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the item was added to the section. +Read-only. +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. + [ItemType ]: sectionItemType + [LastModifiedDateTime ]: Date and time when the item was last modified. +Read-only. +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. + [LastModifiedDateTime ]: Date and time when the section was last modified. +Read-only. +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. + [SectionType ]: sectionType + [SortType ]: sectionSortType [Todo ]: todo [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -9291,6 +9633,12 @@ Read-only. Nullable. [IsOwner ]: True if the user is owner of the given task list. [IsShared ]: True if the task list is shared with other users + [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the task list. +Read-only. +Nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Value ]: The value of the property. [Tasks ]: The tasks in this task list. Read-only. Nullable. @@ -9354,9 +9702,6 @@ Read-only. [Recurrence ]: patternedRecurrence [ReminderDateTime ]: dateTimeTimeZone [SingleValueExtendedProperties ]: A collection of custom fields linked to the task. - [Id ]: The unique identifier for an entity. -Read-only. - [Value ]: The value of the property. [StartDateTime ]: dateTimeTimeZone [Status ]: taskStatus [Title ]: A brief description of the task. @@ -9408,6 +9753,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. @@ -9445,6 +9792,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. @@ -9467,6 +9815,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 ]: @@ -9520,6 +9869,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. @@ -9529,8 +9880,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. @@ -9546,6 +9895,8 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -10022,7 +10373,7 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for users to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). @@ -10316,22 +10667,23 @@ Always null when the object hasn't been deleted. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -10361,12 +10713,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -10476,7 +10885,7 @@ Optional. [IncludeBasicClaimSet ]: Determines whether the basic claim set is included in tokens affected by this policy. If set to true, all claims in the basic claim set are emitted in tokens affected by the policy. By default the basic claim set isn't in the tokens unless they're explicitly configured in this policy. - [CreatedByAppId ]: The appId (called Application (client) ID on the Microsoft Entra admin center) of the application used to create the service principal. + [CreatedByAppId ]: The appId of the application that created this service principal. Set internally by Microsoft Entra ID. Read-only. [CreatedObjects ]: Directory objects created by this service principal. @@ -10608,7 +11017,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -10767,13 +11176,13 @@ May not begin with .. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [ApprovedClientApps ]: + [ApprovedClientApps ]: The collection of approved client apps that are associated with the RDS configuration. +Supports $expand. [Id ]: The unique identifier for an entity. Read-only. - [DisplayName ]: + [DisplayName ]: Display name for the client application. [IsRemoteDesktopProtocolEnabled ]: Determines if Microsoft Entra ID RDS authentication protocol for RDP is enabled. [TargetDeviceGroups ]: The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. -
]: The unique identifier for an entity. Read-only. [DisplayName ]: Display name for the target device group. @@ -11134,7 +11543,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. - [ExternalAuthenticationMethods ]: Represents the external methods registered to a user for authentication. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. Optional. @@ -11150,7 +11559,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. - [DisplayName ]: Custom name given to the registered external authentication method. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. @@ -11403,7 +11812,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -11656,7 +12065,7 @@ Read-only. The identifiers must be unique in the tenant. [Birthday ]: The birthday of the user. 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 Returned only on $select. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. Only one number can be set for this property. Read-only for users synced from on-premises directory. @@ -12266,6 +12675,49 @@ This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. Read only. + [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. +Nullable. + [Attachments ]: References to attached objects like files, tabs, meetings etc. + [Body ]: itemBody + [ChannelIdentity ]: channelIdentity + [ChatId ]: If the message was sent in a chat, represents the identity of the chat. + [CreatedDateTime ]: Timestamp of when the chat message was created. + [DeletedDateTime ]: Read only. +Timestamp at which the chat message was deleted, or null if not deleted. + [Etag ]: Read-only. +Version number of the chat message. + [EventDetail ]: eventMessageDetail + [From ]: chatMessageFromIdentitySet + [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. + [Importance ]: chatMessageImportance + [LastEditedDateTime ]: Read only. +Timestamp when edits to the chat message were made. +Triggers an 'Edited' flag in the Teams UI. +If no edits are made the value is null. + [LastModifiedDateTime ]: Read only. +Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. + [Locale ]: Locale of the chat message set by the client. +Always set to en-us. + [Mentions ]: List of entities mentioned in the chat message. +Supported entities are: user, bot, team, channel, chat, and tag. + [MessageHistory ]: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. + [MessageType ]: chatMessageType + [OnBehalfOf ]: chatMessageFromIdentitySet + [PolicyViolation ]: chatMessagePolicyViolation + [Reactions ]: Reactions for this chat message (for example, Like). + [Replies ]: Replies for a specified message. +Supports $expand for channel messages. + [ReplyToId ]: Read-only. +ID of the parent chat message or root chat message of the thread. +(Only applies to chat messages in channels, not chats.) + [Subject ]: The subject of the chat message, in plaintext. + [Summary ]: Summary text of the chat message that could be used for push notifications and summary views or fall back views. +Only applies to channel chat messages, not chat messages in a chat. + [WebUrl ]: Read-only. +Link to the message in Microsoft Teams. + [Id ]: The unique identifier for an entity. +Read-only. + [Recipient ]: identity [TenantId ]: The identifier of the tenant in which the chat was created. Read-only. [Topic ]: (Optional) Subject or topic for the chat. @@ -12301,21 +12753,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -12405,7 +12914,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 @@ -12430,6 +12941,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. @@ -12637,10 +13181,11 @@ 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. + [ContentCategory ]: contentCategory [CorrelationId ]: An identifier used to group multiple related content entries (for example, different parts of the same file upload, messages in a conversation). [CreatedDateTime ]: Required. Timestamp indicating when the original content was created (for example, file creation time, message sent time). @@ -12925,6 +13470,7 @@ To proactively opt in to the new behavior ahead of time, use the contentStream p Nullable. [File ]: file [(Any) ]: This indicates any property can be added to this object. + [ArchiveStatus ]: fileArchiveStatus [Hashes ]: hashes [(Any) ]: This indicates any property can be added to this object. [Crc32Hash ]: The CRC32 value of the file (if available). @@ -12935,6 +13481,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. @@ -13035,6 +13594,17 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(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. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity. @@ -14044,6 +14614,8 @@ 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 total count of items in the list. +Read-only. [Items ]: All items contained in the list. [List ]: listInfo [(Any) ]: This indicates any property can be added to this object. @@ -14140,6 +14712,24 @@ Required. [LearningProviderId ]: The registration ID of the provider. Required. [Status ]: courseStatus + [Storyline ]: User's storyline singleton container. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Followers ]: The users who are following this user. + [Id ]: The unique identifier for an entity. +Read-only. + [Follower ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Followings ]: The users that this user is following. + [Id ]: The unique identifier for an entity. +Read-only. + [Following ]: The Viva Engage identities. [EmployeeHireDate ]: The date and time when the user was hired or will start work if there is a future hire. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. @@ -14154,10 +14744,10 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. @@ -14630,7 +15220,9 @@ Read-write. [(Any) ]: This indicates any property can be added to this object. [ArchiveStatus ]: siteArchiveStatus [ArchivedBy ]: identitySet - [ArchivedDateTime ]: + [ArchivedDateTime ]: Time when the container was archived. +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. [DataLocationCode ]: The geographic region code for where this site collection resides. Only present for multi-geo tenants. Read-only. @@ -14653,7 +15245,7 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. 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. - Returned only on $select. + Requires $select to retrieve. Note: This property is specific to SharePoint Online. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. @@ -14676,6 +15268,27 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityGovernance ]: identityGovernanceUserSettings + [(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 ]: 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 + [(Any) ]: This indicates any property can be added to this object. + [Duration ]: The requestor's desired duration of access represented in ISO 8601 format for durations. +For example, PT3H refers to three hours. + If specified in a request, endDateTime shouldn't be present and the type property should be set to afterDuration. + [EndDateTime ]: Timestamp of 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. + [Type ]: expirationPatternType + [Recurrence ]: patternedRecurrence + [StartDateTime ]: 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. +In PIM, when the eligible or active assignment becomes active. [IdentityParentId ]: The object ID of the parent identity for agent users. Always null for regular user accounts. For agentUser resources, this property references the object ID of the associated agent identity. @@ -14772,7 +15385,7 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for users to describe their interests. -Returned only on $select. +Requires $select to retrieve. [InvitedBy ]: directoryObject [IsLicenseReconciliationNeeded ]: Indicates whether the user is pending an exchange mailbox license assignment. Read-only. @@ -14781,7 +15394,8 @@ Returned only on $select. 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). @@ -14795,24 +15409,24 @@ If this list is non-empty, then only users or groups listed here can post. [AccessType ]: groupAccessType [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are auto-subscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -14822,6 +15436,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -14980,11 +15595,11 @@ You can use it as a $filter argument to get groups that have members with licens Supports $filter (eq). [HideFromAddressLists ]: true if the group isn't displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: true if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [InfoCatalogs ]: Identifies the info segments assigned to the group. Returned by default. @@ -15008,7 +15623,7 @@ Read-only. To manage a group 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. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -15058,6 +15673,7 @@ Read-only. [OnPremisesDomainName ]: Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only. + [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [OnPremisesLastSyncDateTime ]: Indicates the last time at which the group was synced with the on-premises directory.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. Returned by default. @@ -15241,10 +15857,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -15253,9 +15871,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. @@ -15419,7 +16066,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). @@ -15467,6 +16114,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 @@ -15864,12 +16512,12 @@ Immutable. Read-only. [UnseenConversationsCount ]: Count of conversations delivered one or more new posts since the signed-in user's last visit to the group. This property is the same as unseenCount. -Returned only on $select. +Requires $select to retrieve. [UnseenCount ]: Count of conversations that have received new posts since the signed-in user last visited the group. -This property is the same as unseenConversationsCount.Returned only on $select. +This property is the same as unseenConversationsCount.Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [UnseenMessagesCount ]: Count of new posts that have been delivered to the group's conversations since the signed-in user's last visit to the group. -Returned only on $select. +Requires $select to retrieve. [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. @@ -15880,7 +16528,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Requires $select to retrieve. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -15897,16 +16548,16 @@ Nullable. 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. Read-only. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. It also indicates licenses that are directly assigned and the ones the user inherited through group memberships. Read-only. -Returned only on $select. +Requires $select to retrieve. [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. Read-Only. @@ -16032,7 +16683,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -16266,7 +16917,7 @@ Read-only. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Notifications ]: [Id ]: The unique identifier for an entity. Read-only. @@ -16361,6 +17012,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. @@ -16409,6 +17064,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. @@ -16663,7 +17323,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for users to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [PendingAccessReviewInstances ]: Navigation property to get a list of access reviews pending approval by the reviewer. [Id ]: The unique identifier for an entity. Read-only. @@ -16683,14 +17343,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. @@ -17023,7 +17675,7 @@ Example: 'en-US', or 'es-ES'. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -17479,15 +18131,14 @@ Read-only. [WebUrl ]: Link to the institution or department homepage. [Program ]: educationalActivityDetail [(Any) ]: This indicates any property can be added to this object. - [Abbreviation ]: Shortened name of the degree or program (example: PhD, MBA) + [Abbreviation ]: Shortened name of the degree or program, for example, PhD and MBA. [Activities ]: Extracurricular activities undertaken alongside the program. [Awards ]: Any awards or honors associated with the program. [Description ]: Short description of the program provided by the user. [DisplayName ]: Long-form name of the program that the user provided. - [FieldsOfStudy ]: Majors and minors associated with the program. -(if applicable) - [Grade ]: The final grade, class, GPA, or score. - [Notes ]: More notes the user provided. + [FieldsOfStudy ]: Majors and minors associated with the program, if applicable. + [Grade ]: The final grade, class, grade point average (GPA), or score. + [Notes ]: More notes provided by the user. [WebUrl ]: Link to the degree or program page. [StartMonthYear ]: The month and year the user commenced the activity referenced. [Emails ]: Represents detailed information about email addresses associated with the user. @@ -17790,9 +18441,9 @@ Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they have attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: The scoped-role administrative unit memberships for this user. Read-only. Nullable. @@ -17856,7 +18507,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. @@ -18006,7 +18657,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Use revokeSignInSessions to reset. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -18053,6 +18704,48 @@ The language component follows two-letter codes as defined in ISO 639-1, and the For users with multigeo licenses, the property contains the user's region (if available). For users without multigeo licenses, the property contains the organization's region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China. + [Sections ]: The sections in the user's chat list. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the section was created. +Read-only. +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. + [DisplayIcon ]: sectionDisplayIcon + [(Any) ]: This indicates any property can be added to this object. + [ContentUrl ]: The URL to a custom icon image. +Applicable when iconType is custom. + [DisplayName ]: The human-readable name of the icon. + [IconType ]: The type of icon. +Use an emoji character such as 👍 for an emoji icon, or custom for a custom image icon. + [SkinTone ]: sectionIconSkinTone + [DisplayName ]: The display name of the section. +Required. +Maximum length is 50 characters. +Display names are case-sensitive and must be unique within a user's sections. +The following names are reserved for system-defined sections and can't be used when creating a user-defined section: RecentChats, QuickViews, TeamsAndChannels, MutedChats, MeetingChats, EngageCommunities. + [IsExpanded ]: Indicates whether the section is expanded in the user interface. +The default value is true. + [IsHierarchicalViewEnabled ]: Indicates whether the hierarchical view is enabled for the section. +Read-only. + [Items ]: The items (chats, channels, meetings, or communities) organized within the section. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the item was added to the section. +Read-only. +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. + [ItemType ]: sectionItemType + [LastModifiedDateTime ]: Date and time when the item was last modified. +Read-only. +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. + [LastModifiedDateTime ]: Date and time when the section was last modified. +Read-only. +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. + [SectionType ]: sectionType + [SortType ]: sectionSortType [Todo ]: todo [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -18065,6 +18758,12 @@ Read-only. Nullable. [IsOwner ]: True if the user is owner of the given task list. [IsShared ]: True if the task list is shared with other users + [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the task list. +Read-only. +Nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Value ]: The value of the property. [Tasks ]: The tasks in this task list. Read-only. Nullable. @@ -18128,9 +18827,6 @@ Read-only. [Recurrence ]: patternedRecurrence [ReminderDateTime ]: dateTimeTimeZone [SingleValueExtendedProperties ]: A collection of custom fields linked to the task. - [Id ]: The unique identifier for an entity. -Read-only. - [Value ]: The value of the property. [StartDateTime ]: dateTimeTimeZone [Status ]: taskStatus [Title ]: A brief description of the task. @@ -18182,6 +18878,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. @@ -18219,6 +18917,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. @@ -18241,6 +18940,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 ]: @@ -18294,6 +18994,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. @@ -18303,8 +19005,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. @@ -18320,6 +19020,8 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -18896,7 +19598,7 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for users to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). @@ -19190,22 +19892,23 @@ Always null when the object hasn't been deleted. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -19235,12 +19938,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -19350,7 +20110,7 @@ Optional. [IncludeBasicClaimSet ]: Determines whether the basic claim set is included in tokens affected by this policy. If set to true, all claims in the basic claim set are emitted in tokens affected by the policy. By default the basic claim set isn't in the tokens unless they're explicitly configured in this policy. - [CreatedByAppId ]: The appId (called Application (client) ID on the Microsoft Entra admin center) of the application used to create the service principal. + [CreatedByAppId ]: The appId of the application that created this service principal. Set internally by Microsoft Entra ID. Read-only. [CreatedObjects ]: Directory objects created by this service principal. @@ -19482,7 +20242,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -19641,13 +20401,13 @@ May not begin with .. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [ApprovedClientApps ]: + [ApprovedClientApps ]: The collection of approved client apps that are associated with the RDS configuration. +Supports $expand. [Id ]: The unique identifier for an entity. Read-only. - [DisplayName ]: + [DisplayName ]: Display name for the client application. [IsRemoteDesktopProtocolEnabled ]: Determines if Microsoft Entra ID RDS authentication protocol for RDP is enabled. [TargetDeviceGroups ]: The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. -
]: The unique identifier for an entity. Read-only. [DisplayName ]: Display name for the target device group. @@ -20008,7 +20768,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. - [ExternalAuthenticationMethods ]: Represents the external methods registered to a user for authentication. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. Optional. @@ -20024,7 +20784,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. - [DisplayName ]: Custom name given to the registered external authentication method. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. @@ -20277,7 +21037,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -20530,7 +21290,7 @@ Read-only. The identifiers must be unique in the tenant. [Birthday ]: The birthday of the user. 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 Returned only on $select. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. Only one number can be set for this property. Read-only for users synced from on-premises directory. @@ -21140,6 +21900,49 @@ This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. Read only. + [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. +Nullable. + [Attachments ]: References to attached objects like files, tabs, meetings etc. + [Body ]: itemBody + [ChannelIdentity ]: channelIdentity + [ChatId ]: If the message was sent in a chat, represents the identity of the chat. + [CreatedDateTime ]: Timestamp of when the chat message was created. + [DeletedDateTime ]: Read only. +Timestamp at which the chat message was deleted, or null if not deleted. + [Etag ]: Read-only. +Version number of the chat message. + [EventDetail ]: eventMessageDetail + [From ]: chatMessageFromIdentitySet + [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. + [Importance ]: chatMessageImportance + [LastEditedDateTime ]: Read only. +Timestamp when edits to the chat message were made. +Triggers an 'Edited' flag in the Teams UI. +If no edits are made the value is null. + [LastModifiedDateTime ]: Read only. +Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. + [Locale ]: Locale of the chat message set by the client. +Always set to en-us. + [Mentions ]: List of entities mentioned in the chat message. +Supported entities are: user, bot, team, channel, chat, and tag. + [MessageHistory ]: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. + [MessageType ]: chatMessageType + [OnBehalfOf ]: chatMessageFromIdentitySet + [PolicyViolation ]: chatMessagePolicyViolation + [Reactions ]: Reactions for this chat message (for example, Like). + [Replies ]: Replies for a specified message. +Supports $expand for channel messages. + [ReplyToId ]: Read-only. +ID of the parent chat message or root chat message of the thread. +(Only applies to chat messages in channels, not chats.) + [Subject ]: The subject of the chat message, in plaintext. + [Summary ]: Summary text of the chat message that could be used for push notifications and summary views or fall back views. +Only applies to channel chat messages, not chat messages in a chat. + [WebUrl ]: Read-only. +Link to the message in Microsoft Teams. + [Id ]: The unique identifier for an entity. +Read-only. + [Recipient ]: identity [TenantId ]: The identifier of the tenant in which the chat was created. Read-only. [Topic ]: (Optional) Subject or topic for the chat. @@ -21175,21 +21978,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -21279,7 +22139,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 @@ -21304,6 +22166,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. @@ -21511,10 +22406,11 @@ 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. + [ContentCategory ]: contentCategory [CorrelationId ]: An identifier used to group multiple related content entries (for example, different parts of the same file upload, messages in a conversation). [CreatedDateTime ]: Required. Timestamp indicating when the original content was created (for example, file creation time, message sent time). @@ -21799,6 +22695,7 @@ To proactively opt in to the new behavior ahead of time, use the contentStream p Nullable. [File ]: file [(Any) ]: This indicates any property can be added to this object. + [ArchiveStatus ]: fileArchiveStatus [Hashes ]: hashes [(Any) ]: This indicates any property can be added to this object. [Crc32Hash ]: The CRC32 value of the file (if available). @@ -21809,6 +22706,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. @@ -21909,6 +22819,17 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(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. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity. @@ -22918,6 +23839,8 @@ 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 total count of items in the list. +Read-only. [Items ]: All items contained in the list. [List ]: listInfo [(Any) ]: This indicates any property can be added to this object. @@ -23014,6 +23937,24 @@ Required. [LearningProviderId ]: The registration ID of the provider. Required. [Status ]: courseStatus + [Storyline ]: User's storyline singleton container. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Followers ]: The users who are following this user. + [Id ]: The unique identifier for an entity. +Read-only. + [Follower ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Followings ]: The users that this user is following. + [Id ]: The unique identifier for an entity. +Read-only. + [Following ]: The Viva Engage identities. [EmployeeHireDate ]: The date and time when the user was hired or will start work if there is a future hire. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. @@ -23028,10 +23969,10 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. @@ -23504,7 +24445,9 @@ Read-write. [(Any) ]: This indicates any property can be added to this object. [ArchiveStatus ]: siteArchiveStatus [ArchivedBy ]: identitySet - [ArchivedDateTime ]: + [ArchivedDateTime ]: Time when the container was archived. +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. [DataLocationCode ]: The geographic region code for where this site collection resides. Only present for multi-geo tenants. Read-only. @@ -23527,7 +24470,7 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. 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. - Returned only on $select. + Requires $select to retrieve. Note: This property is specific to SharePoint Online. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. @@ -23550,6 +24493,27 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityGovernance ]: identityGovernanceUserSettings + [(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 ]: 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 + [(Any) ]: This indicates any property can be added to this object. + [Duration ]: The requestor's desired duration of access represented in ISO 8601 format for durations. +For example, PT3H refers to three hours. + If specified in a request, endDateTime shouldn't be present and the type property should be set to afterDuration. + [EndDateTime ]: Timestamp of 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. + [Type ]: expirationPatternType + [Recurrence ]: patternedRecurrence + [StartDateTime ]: 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. +In PIM, when the eligible or active assignment becomes active. [IdentityParentId ]: The object ID of the parent identity for agent users. Always null for regular user accounts. For agentUser resources, this property references the object ID of the associated agent identity. @@ -23646,7 +24610,7 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for users to describe their interests. -Returned only on $select. +Requires $select to retrieve. [InvitedBy ]: directoryObject [IsLicenseReconciliationNeeded ]: Indicates whether the user is pending an exchange mailbox license assignment. Read-only. @@ -23655,7 +24619,8 @@ Returned only on $select. 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). @@ -23669,24 +24634,24 @@ If this list is non-empty, then only users or groups listed here can post. [AccessType ]: groupAccessType [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are auto-subscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -23696,6 +24661,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -23854,11 +24820,11 @@ You can use it as a $filter argument to get groups that have members with licens Supports $filter (eq). [HideFromAddressLists ]: true if the group isn't displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: true if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [InfoCatalogs ]: Identifies the info segments assigned to the group. Returned by default. @@ -23882,7 +24848,7 @@ Read-only. To manage a group 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. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -23932,6 +24898,7 @@ Read-only. [OnPremisesDomainName ]: Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only. + [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [OnPremisesLastSyncDateTime ]: Indicates the last time at which the group was synced with the on-premises directory.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. Returned by default. @@ -24115,10 +25082,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -24127,9 +25096,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. @@ -24293,7 +25291,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). @@ -24341,6 +25339,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 @@ -24738,12 +25737,12 @@ Immutable. Read-only. [UnseenConversationsCount ]: Count of conversations delivered one or more new posts since the signed-in user's last visit to the group. This property is the same as unseenCount. -Returned only on $select. +Requires $select to retrieve. [UnseenCount ]: Count of conversations that have received new posts since the signed-in user last visited the group. -This property is the same as unseenConversationsCount.Returned only on $select. +This property is the same as unseenConversationsCount.Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [UnseenMessagesCount ]: Count of new posts that have been delivered to the group's conversations since the signed-in user's last visit to the group. -Returned only on $select. +Requires $select to retrieve. [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. @@ -24754,7 +25753,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Requires $select to retrieve. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -24771,16 +25773,16 @@ Nullable. 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. Read-only. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. It also indicates licenses that are directly assigned and the ones the user inherited through group memberships. Read-only. -Returned only on $select. +Requires $select to retrieve. [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. Read-Only. @@ -24906,7 +25908,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -25140,7 +26142,7 @@ Read-only. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Notifications ]: [Id ]: The unique identifier for an entity. Read-only. @@ -25235,6 +26237,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. @@ -25283,6 +26289,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. @@ -25537,7 +26548,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for users to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [PendingAccessReviewInstances ]: Navigation property to get a list of access reviews pending approval by the reviewer. [Id ]: The unique identifier for an entity. Read-only. @@ -25557,14 +26568,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. @@ -25897,7 +26900,7 @@ Example: 'en-US', or 'es-ES'. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -26353,15 +27356,14 @@ Read-only. [WebUrl ]: Link to the institution or department homepage. [Program ]: educationalActivityDetail [(Any) ]: This indicates any property can be added to this object. - [Abbreviation ]: Shortened name of the degree or program (example: PhD, MBA) + [Abbreviation ]: Shortened name of the degree or program, for example, PhD and MBA. [Activities ]: Extracurricular activities undertaken alongside the program. [Awards ]: Any awards or honors associated with the program. [Description ]: Short description of the program provided by the user. [DisplayName ]: Long-form name of the program that the user provided. - [FieldsOfStudy ]: Majors and minors associated with the program. -(if applicable) - [Grade ]: The final grade, class, GPA, or score. - [Notes ]: More notes the user provided. + [FieldsOfStudy ]: Majors and minors associated with the program, if applicable. + [Grade ]: The final grade, class, grade point average (GPA), or score. + [Notes ]: More notes provided by the user. [WebUrl ]: Link to the degree or program page. [StartMonthYear ]: The month and year the user commenced the activity referenced. [Emails ]: Represents detailed information about email addresses associated with the user. @@ -26664,9 +27666,9 @@ Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they have attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: The scoped-role administrative unit memberships for this user. Read-only. Nullable. @@ -26730,7 +27732,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. @@ -26880,7 +27882,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Use revokeSignInSessions to reset. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -26927,6 +27929,48 @@ The language component follows two-letter codes as defined in ISO 639-1, and the For users with multigeo licenses, the property contains the user's region (if available). For users without multigeo licenses, the property contains the organization's region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China. + [Sections ]: The sections in the user's chat list. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the section was created. +Read-only. +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. + [DisplayIcon ]: sectionDisplayIcon + [(Any) ]: This indicates any property can be added to this object. + [ContentUrl ]: The URL to a custom icon image. +Applicable when iconType is custom. + [DisplayName ]: The human-readable name of the icon. + [IconType ]: The type of icon. +Use an emoji character such as 👍 for an emoji icon, or custom for a custom image icon. + [SkinTone ]: sectionIconSkinTone + [DisplayName ]: The display name of the section. +Required. +Maximum length is 50 characters. +Display names are case-sensitive and must be unique within a user's sections. +The following names are reserved for system-defined sections and can't be used when creating a user-defined section: RecentChats, QuickViews, TeamsAndChannels, MutedChats, MeetingChats, EngageCommunities. + [IsExpanded ]: Indicates whether the section is expanded in the user interface. +The default value is true. + [IsHierarchicalViewEnabled ]: Indicates whether the hierarchical view is enabled for the section. +Read-only. + [Items ]: The items (chats, channels, meetings, or communities) organized within the section. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the item was added to the section. +Read-only. +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. + [ItemType ]: sectionItemType + [LastModifiedDateTime ]: Date and time when the item was last modified. +Read-only. +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. + [LastModifiedDateTime ]: Date and time when the section was last modified. +Read-only. +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. + [SectionType ]: sectionType + [SortType ]: sectionSortType [Todo ]: todo [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -26939,6 +27983,12 @@ Read-only. Nullable. [IsOwner ]: True if the user is owner of the given task list. [IsShared ]: True if the task list is shared with other users + [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the task list. +Read-only. +Nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Value ]: The value of the property. [Tasks ]: The tasks in this task list. Read-only. Nullable. @@ -27002,9 +28052,6 @@ Read-only. [Recurrence ]: patternedRecurrence [ReminderDateTime ]: dateTimeTimeZone [SingleValueExtendedProperties ]: A collection of custom fields linked to the task. - [Id ]: The unique identifier for an entity. -Read-only. - [Value ]: The value of the property. [StartDateTime ]: dateTimeTimeZone [Status ]: taskStatus [Title ]: A brief description of the task. @@ -27056,6 +28103,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. @@ -27093,6 +28142,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. @@ -27115,6 +28165,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 ]: @@ -27168,6 +28219,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. @@ -27177,8 +28230,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. @@ -27194,6 +28245,8 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementScriptAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementScriptAssignment.md index 514c9deb99c4c..c23da46d9f0c3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementScriptAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementScriptAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/update-mgbetadevicemanagementscriptassignment Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementScriptAssignment --- @@ -26,7 +26,6 @@ Update-MgBetaDeviceManagementScriptAssignment -DeviceManagementScriptAssignmentI [-Target ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -37,7 +36,6 @@ Update-MgBetaDeviceManagementScriptAssignment -DeviceManagementScriptAssignmentI [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -48,7 +46,6 @@ Update-MgBetaDeviceManagementScriptAssignment -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -59,7 +56,6 @@ Update-MgBetaDeviceManagementScriptAssignment -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementScriptDeviceRunState.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementScriptDeviceRunState.md index e750cbf1203fd..7334b8d065848 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementScriptDeviceRunState.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementScriptDeviceRunState.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/update-mgbetadevicemanagementscriptdevicerunstate Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementScriptDeviceRunState --- @@ -27,7 +27,6 @@ Update-MgBetaDeviceManagementScriptDeviceRunState -DeviceManagementScriptDeviceS [-ResultMessage ] [-RunState ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -39,7 +38,6 @@ Update-MgBetaDeviceManagementScriptDeviceRunState -DeviceManagementScriptDeviceS [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -51,7 +49,7 @@ Update-MgBetaDeviceManagementScriptDeviceRunState -InputObject ] [-ResultMessage ] [-RunState ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -62,7 +60,6 @@ Update-MgBetaDeviceManagementScriptDeviceRunState -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -1067,7 +1064,7 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for users to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). @@ -1361,22 +1358,23 @@ Always null when the object hasn't been deleted. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -1406,12 +1404,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -1521,7 +1576,7 @@ Optional. [IncludeBasicClaimSet ]: Determines whether the basic claim set is included in tokens affected by this policy. If set to true, all claims in the basic claim set are emitted in tokens affected by the policy. By default the basic claim set isn't in the tokens unless they're explicitly configured in this policy. - [CreatedByAppId ]: The appId (called Application (client) ID on the Microsoft Entra admin center) of the application used to create the service principal. + [CreatedByAppId ]: The appId of the application that created this service principal. Set internally by Microsoft Entra ID. Read-only. [CreatedObjects ]: Directory objects created by this service principal. @@ -1653,7 +1708,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -1812,13 +1867,13 @@ May not begin with .. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [ApprovedClientApps ]: + [ApprovedClientApps ]: The collection of approved client apps that are associated with the RDS configuration. +Supports $expand. [Id ]: The unique identifier for an entity. Read-only. - [DisplayName ]: + [DisplayName ]: Display name for the client application. [IsRemoteDesktopProtocolEnabled ]: Determines if Microsoft Entra ID RDS authentication protocol for RDP is enabled. [TargetDeviceGroups ]: The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. -
]: The unique identifier for an entity. Read-only. [DisplayName ]: Display name for the target device group. @@ -2179,7 +2234,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. - [ExternalAuthenticationMethods ]: Represents the external methods registered to a user for authentication. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. Optional. @@ -2195,7 +2250,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. - [DisplayName ]: Custom name given to the registered external authentication method. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. @@ -2448,7 +2503,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -2701,7 +2756,7 @@ Read-only. The identifiers must be unique in the tenant. [Birthday ]: The birthday of the user. 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 Returned only on $select. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. Only one number can be set for this property. Read-only for users synced from on-premises directory. @@ -3311,6 +3366,49 @@ This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. Read only. + [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. +Nullable. + [Attachments ]: References to attached objects like files, tabs, meetings etc. + [Body ]: itemBody + [ChannelIdentity ]: channelIdentity + [ChatId ]: If the message was sent in a chat, represents the identity of the chat. + [CreatedDateTime ]: Timestamp of when the chat message was created. + [DeletedDateTime ]: Read only. +Timestamp at which the chat message was deleted, or null if not deleted. + [Etag ]: Read-only. +Version number of the chat message. + [EventDetail ]: eventMessageDetail + [From ]: chatMessageFromIdentitySet + [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. + [Importance ]: chatMessageImportance + [LastEditedDateTime ]: Read only. +Timestamp when edits to the chat message were made. +Triggers an 'Edited' flag in the Teams UI. +If no edits are made the value is null. + [LastModifiedDateTime ]: Read only. +Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. + [Locale ]: Locale of the chat message set by the client. +Always set to en-us. + [Mentions ]: List of entities mentioned in the chat message. +Supported entities are: user, bot, team, channel, chat, and tag. + [MessageHistory ]: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. + [MessageType ]: chatMessageType + [OnBehalfOf ]: chatMessageFromIdentitySet + [PolicyViolation ]: chatMessagePolicyViolation + [Reactions ]: Reactions for this chat message (for example, Like). + [Replies ]: Replies for a specified message. +Supports $expand for channel messages. + [ReplyToId ]: Read-only. +ID of the parent chat message or root chat message of the thread. +(Only applies to chat messages in channels, not chats.) + [Subject ]: The subject of the chat message, in plaintext. + [Summary ]: Summary text of the chat message that could be used for push notifications and summary views or fall back views. +Only applies to channel chat messages, not chat messages in a chat. + [WebUrl ]: Read-only. +Link to the message in Microsoft Teams. + [Id ]: The unique identifier for an entity. +Read-only. + [Recipient ]: identity [TenantId ]: The identifier of the tenant in which the chat was created. Read-only. [Topic ]: (Optional) Subject or topic for the chat. @@ -3346,21 +3444,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -3450,7 +3605,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 @@ -3475,6 +3632,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. @@ -3682,10 +3872,11 @@ 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. + [ContentCategory ]: contentCategory [CorrelationId ]: An identifier used to group multiple related content entries (for example, different parts of the same file upload, messages in a conversation). [CreatedDateTime ]: Required. Timestamp indicating when the original content was created (for example, file creation time, message sent time). @@ -3970,6 +4161,7 @@ To proactively opt in to the new behavior ahead of time, use the contentStream p Nullable. [File ]: file [(Any) ]: This indicates any property can be added to this object. + [ArchiveStatus ]: fileArchiveStatus [Hashes ]: hashes [(Any) ]: This indicates any property can be added to this object. [Crc32Hash ]: The CRC32 value of the file (if available). @@ -3980,6 +4172,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. @@ -4080,6 +4285,17 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(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. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity. @@ -5089,6 +5305,8 @@ 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 total count of items in the list. +Read-only. [Items ]: All items contained in the list. [List ]: listInfo [(Any) ]: This indicates any property can be added to this object. @@ -5185,6 +5403,24 @@ Required. [LearningProviderId ]: The registration ID of the provider. Required. [Status ]: courseStatus + [Storyline ]: User's storyline singleton container. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Followers ]: The users who are following this user. + [Id ]: The unique identifier for an entity. +Read-only. + [Follower ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Followings ]: The users that this user is following. + [Id ]: The unique identifier for an entity. +Read-only. + [Following ]: The Viva Engage identities. [EmployeeHireDate ]: The date and time when the user was hired or will start work if there is a future hire. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. @@ -5199,10 +5435,10 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. @@ -5675,7 +5911,9 @@ Read-write. [(Any) ]: This indicates any property can be added to this object. [ArchiveStatus ]: siteArchiveStatus [ArchivedBy ]: identitySet - [ArchivedDateTime ]: + [ArchivedDateTime ]: Time when the container was archived. +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. [DataLocationCode ]: The geographic region code for where this site collection resides. Only present for multi-geo tenants. Read-only. @@ -5698,7 +5936,7 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. 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. - Returned only on $select. + Requires $select to retrieve. Note: This property is specific to SharePoint Online. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. @@ -5721,6 +5959,27 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityGovernance ]: identityGovernanceUserSettings + [(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 ]: 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 + [(Any) ]: This indicates any property can be added to this object. + [Duration ]: The requestor's desired duration of access represented in ISO 8601 format for durations. +For example, PT3H refers to three hours. + If specified in a request, endDateTime shouldn't be present and the type property should be set to afterDuration. + [EndDateTime ]: Timestamp of 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. + [Type ]: expirationPatternType + [Recurrence ]: patternedRecurrence + [StartDateTime ]: 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. +In PIM, when the eligible or active assignment becomes active. [IdentityParentId ]: The object ID of the parent identity for agent users. Always null for regular user accounts. For agentUser resources, this property references the object ID of the associated agent identity. @@ -5817,7 +6076,7 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for users to describe their interests. -Returned only on $select. +Requires $select to retrieve. [InvitedBy ]: directoryObject [IsLicenseReconciliationNeeded ]: Indicates whether the user is pending an exchange mailbox license assignment. Read-only. @@ -5826,7 +6085,8 @@ Returned only on $select. 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). @@ -5840,24 +6100,24 @@ If this list is non-empty, then only users or groups listed here can post. [AccessType ]: groupAccessType [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are auto-subscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -5867,6 +6127,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -6025,11 +6286,11 @@ You can use it as a $filter argument to get groups that have members with licens Supports $filter (eq). [HideFromAddressLists ]: true if the group isn't displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: true if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [InfoCatalogs ]: Identifies the info segments assigned to the group. Returned by default. @@ -6053,7 +6314,7 @@ Read-only. To manage a group 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. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -6103,6 +6364,7 @@ Read-only. [OnPremisesDomainName ]: Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only. + [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [OnPremisesLastSyncDateTime ]: Indicates the last time at which the group was synced with the on-premises directory.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. Returned by default. @@ -6286,10 +6548,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -6298,9 +6562,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. @@ -6464,7 +6757,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). @@ -6512,6 +6805,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 @@ -6909,12 +7203,12 @@ Immutable. Read-only. [UnseenConversationsCount ]: Count of conversations delivered one or more new posts since the signed-in user's last visit to the group. This property is the same as unseenCount. -Returned only on $select. +Requires $select to retrieve. [UnseenCount ]: Count of conversations that have received new posts since the signed-in user last visited the group. -This property is the same as unseenConversationsCount.Returned only on $select. +This property is the same as unseenConversationsCount.Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [UnseenMessagesCount ]: Count of new posts that have been delivered to the group's conversations since the signed-in user's last visit to the group. -Returned only on $select. +Requires $select to retrieve. [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. @@ -6925,7 +7219,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Requires $select to retrieve. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -6942,16 +7239,16 @@ Nullable. 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. Read-only. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. It also indicates licenses that are directly assigned and the ones the user inherited through group memberships. Read-only. -Returned only on $select. +Requires $select to retrieve. [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. Read-Only. @@ -7077,7 +7374,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -7311,7 +7608,7 @@ Read-only. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Notifications ]: [Id ]: The unique identifier for an entity. Read-only. @@ -7406,6 +7703,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 +7755,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. @@ -7708,7 +8014,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for users to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [PendingAccessReviewInstances ]: Navigation property to get a list of access reviews pending approval by the reviewer. [Id ]: The unique identifier for an entity. Read-only. @@ -7728,14 +8034,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. @@ -8068,7 +8366,7 @@ Example: 'en-US', or 'es-ES'. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -8524,15 +8822,14 @@ Read-only. [WebUrl ]: Link to the institution or department homepage. [Program ]: educationalActivityDetail [(Any) ]: This indicates any property can be added to this object. - [Abbreviation ]: Shortened name of the degree or program (example: PhD, MBA) + [Abbreviation ]: Shortened name of the degree or program, for example, PhD and MBA. [Activities ]: Extracurricular activities undertaken alongside the program. [Awards ]: Any awards or honors associated with the program. [Description ]: Short description of the program provided by the user. [DisplayName ]: Long-form name of the program that the user provided. - [FieldsOfStudy ]: Majors and minors associated with the program. -(if applicable) - [Grade ]: The final grade, class, GPA, or score. - [Notes ]: More notes the user provided. + [FieldsOfStudy ]: Majors and minors associated with the program, if applicable. + [Grade ]: The final grade, class, grade point average (GPA), or score. + [Notes ]: More notes provided by the user. [WebUrl ]: Link to the degree or program page. [StartMonthYear ]: The month and year the user commenced the activity referenced. [Emails ]: Represents detailed information about email addresses associated with the user. @@ -8835,9 +9132,9 @@ Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they have attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: The scoped-role administrative unit memberships for this user. Read-only. Nullable. @@ -8901,7 +9198,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. @@ -9051,7 +9348,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Use revokeSignInSessions to reset. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -9098,6 +9395,48 @@ The language component follows two-letter codes as defined in ISO 639-1, and the For users with multigeo licenses, the property contains the user's region (if available). For users without multigeo licenses, the property contains the organization's region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China. + [Sections ]: The sections in the user's chat list. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the section was created. +Read-only. +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. + [DisplayIcon ]: sectionDisplayIcon + [(Any) ]: This indicates any property can be added to this object. + [ContentUrl ]: The URL to a custom icon image. +Applicable when iconType is custom. + [DisplayName ]: The human-readable name of the icon. + [IconType ]: The type of icon. +Use an emoji character such as 👍 for an emoji icon, or custom for a custom image icon. + [SkinTone ]: sectionIconSkinTone + [DisplayName ]: The display name of the section. +Required. +Maximum length is 50 characters. +Display names are case-sensitive and must be unique within a user's sections. +The following names are reserved for system-defined sections and can't be used when creating a user-defined section: RecentChats, QuickViews, TeamsAndChannels, MutedChats, MeetingChats, EngageCommunities. + [IsExpanded ]: Indicates whether the section is expanded in the user interface. +The default value is true. + [IsHierarchicalViewEnabled ]: Indicates whether the hierarchical view is enabled for the section. +Read-only. + [Items ]: The items (chats, channels, meetings, or communities) organized within the section. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the item was added to the section. +Read-only. +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. + [ItemType ]: sectionItemType + [LastModifiedDateTime ]: Date and time when the item was last modified. +Read-only. +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. + [LastModifiedDateTime ]: Date and time when the section was last modified. +Read-only. +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. + [SectionType ]: sectionType + [SortType ]: sectionSortType [Todo ]: todo [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -9110,6 +9449,12 @@ Read-only. Nullable. [IsOwner ]: True if the user is owner of the given task list. [IsShared ]: True if the task list is shared with other users + [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the task list. +Read-only. +Nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Value ]: The value of the property. [Tasks ]: The tasks in this task list. Read-only. Nullable. @@ -9173,9 +9518,6 @@ Read-only. [Recurrence ]: patternedRecurrence [ReminderDateTime ]: dateTimeTimeZone [SingleValueExtendedProperties ]: A collection of custom fields linked to the task. - [Id ]: The unique identifier for an entity. -Read-only. - [Value ]: The value of the property. [StartDateTime ]: dateTimeTimeZone [Status ]: taskStatus [Title ]: A brief description of the task. @@ -9227,6 +9569,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. @@ -9264,6 +9608,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. @@ -9286,6 +9631,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 ]: @@ -9339,6 +9685,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. @@ -9348,8 +9696,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. @@ -9365,6 +9711,8 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -9918,7 +10266,7 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for users to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). @@ -10212,22 +10560,23 @@ Always null when the object hasn't been deleted. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -10257,12 +10606,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -10372,7 +10778,7 @@ Optional. [IncludeBasicClaimSet ]: Determines whether the basic claim set is included in tokens affected by this policy. If set to true, all claims in the basic claim set are emitted in tokens affected by the policy. By default the basic claim set isn't in the tokens unless they're explicitly configured in this policy. - [CreatedByAppId ]: The appId (called Application (client) ID on the Microsoft Entra admin center) of the application used to create the service principal. + [CreatedByAppId ]: The appId of the application that created this service principal. Set internally by Microsoft Entra ID. Read-only. [CreatedObjects ]: Directory objects created by this service principal. @@ -10504,7 +10910,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -10663,13 +11069,13 @@ May not begin with .. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [ApprovedClientApps ]: + [ApprovedClientApps ]: The collection of approved client apps that are associated with the RDS configuration. +Supports $expand. [Id ]: The unique identifier for an entity. Read-only. - [DisplayName ]: + [DisplayName ]: Display name for the client application. [IsRemoteDesktopProtocolEnabled ]: Determines if Microsoft Entra ID RDS authentication protocol for RDP is enabled. [TargetDeviceGroups ]: The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. -
]: The unique identifier for an entity. Read-only. [DisplayName ]: Display name for the target device group. @@ -11030,7 +11436,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. - [ExternalAuthenticationMethods ]: Represents the external methods registered to a user for authentication. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. Optional. @@ -11046,7 +11452,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. - [DisplayName ]: Custom name given to the registered external authentication method. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. @@ -11299,7 +11705,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -11552,7 +11958,7 @@ Read-only. The identifiers must be unique in the tenant. [Birthday ]: The birthday of the user. 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 Returned only on $select. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. Only one number can be set for this property. Read-only for users synced from on-premises directory. @@ -12162,6 +12568,49 @@ This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. Read only. + [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. +Nullable. + [Attachments ]: References to attached objects like files, tabs, meetings etc. + [Body ]: itemBody + [ChannelIdentity ]: channelIdentity + [ChatId ]: If the message was sent in a chat, represents the identity of the chat. + [CreatedDateTime ]: Timestamp of when the chat message was created. + [DeletedDateTime ]: Read only. +Timestamp at which the chat message was deleted, or null if not deleted. + [Etag ]: Read-only. +Version number of the chat message. + [EventDetail ]: eventMessageDetail + [From ]: chatMessageFromIdentitySet + [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. + [Importance ]: chatMessageImportance + [LastEditedDateTime ]: Read only. +Timestamp when edits to the chat message were made. +Triggers an 'Edited' flag in the Teams UI. +If no edits are made the value is null. + [LastModifiedDateTime ]: Read only. +Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. + [Locale ]: Locale of the chat message set by the client. +Always set to en-us. + [Mentions ]: List of entities mentioned in the chat message. +Supported entities are: user, bot, team, channel, chat, and tag. + [MessageHistory ]: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. + [MessageType ]: chatMessageType + [OnBehalfOf ]: chatMessageFromIdentitySet + [PolicyViolation ]: chatMessagePolicyViolation + [Reactions ]: Reactions for this chat message (for example, Like). + [Replies ]: Replies for a specified message. +Supports $expand for channel messages. + [ReplyToId ]: Read-only. +ID of the parent chat message or root chat message of the thread. +(Only applies to chat messages in channels, not chats.) + [Subject ]: The subject of the chat message, in plaintext. + [Summary ]: Summary text of the chat message that could be used for push notifications and summary views or fall back views. +Only applies to channel chat messages, not chat messages in a chat. + [WebUrl ]: Read-only. +Link to the message in Microsoft Teams. + [Id ]: The unique identifier for an entity. +Read-only. + [Recipient ]: identity [TenantId ]: The identifier of the tenant in which the chat was created. Read-only. [Topic ]: (Optional) Subject or topic for the chat. @@ -12197,21 +12646,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -12301,7 +12807,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 @@ -12326,6 +12834,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. @@ -12533,10 +13074,11 @@ 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. + [ContentCategory ]: contentCategory [CorrelationId ]: An identifier used to group multiple related content entries (for example, different parts of the same file upload, messages in a conversation). [CreatedDateTime ]: Required. Timestamp indicating when the original content was created (for example, file creation time, message sent time). @@ -12821,6 +13363,7 @@ To proactively opt in to the new behavior ahead of time, use the contentStream p Nullable. [File ]: file [(Any) ]: This indicates any property can be added to this object. + [ArchiveStatus ]: fileArchiveStatus [Hashes ]: hashes [(Any) ]: This indicates any property can be added to this object. [Crc32Hash ]: The CRC32 value of the file (if available). @@ -12831,6 +13374,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. @@ -12931,6 +13487,17 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(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. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity. @@ -13940,6 +14507,8 @@ 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 total count of items in the list. +Read-only. [Items ]: All items contained in the list. [List ]: listInfo [(Any) ]: This indicates any property can be added to this object. @@ -14036,6 +14605,24 @@ Required. [LearningProviderId ]: The registration ID of the provider. Required. [Status ]: courseStatus + [Storyline ]: User's storyline singleton container. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Followers ]: The users who are following this user. + [Id ]: The unique identifier for an entity. +Read-only. + [Follower ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Followings ]: The users that this user is following. + [Id ]: The unique identifier for an entity. +Read-only. + [Following ]: The Viva Engage identities. [EmployeeHireDate ]: The date and time when the user was hired or will start work if there is a future hire. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. @@ -14050,10 +14637,10 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. @@ -14526,7 +15113,9 @@ Read-write. [(Any) ]: This indicates any property can be added to this object. [ArchiveStatus ]: siteArchiveStatus [ArchivedBy ]: identitySet - [ArchivedDateTime ]: + [ArchivedDateTime ]: Time when the container was archived. +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. [DataLocationCode ]: The geographic region code for where this site collection resides. Only present for multi-geo tenants. Read-only. @@ -14549,7 +15138,7 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. 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. - Returned only on $select. + Requires $select to retrieve. Note: This property is specific to SharePoint Online. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. @@ -14572,6 +15161,27 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityGovernance ]: identityGovernanceUserSettings + [(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 ]: 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 + [(Any) ]: This indicates any property can be added to this object. + [Duration ]: The requestor's desired duration of access represented in ISO 8601 format for durations. +For example, PT3H refers to three hours. + If specified in a request, endDateTime shouldn't be present and the type property should be set to afterDuration. + [EndDateTime ]: Timestamp of 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. + [Type ]: expirationPatternType + [Recurrence ]: patternedRecurrence + [StartDateTime ]: 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. +In PIM, when the eligible or active assignment becomes active. [IdentityParentId ]: The object ID of the parent identity for agent users. Always null for regular user accounts. For agentUser resources, this property references the object ID of the associated agent identity. @@ -14668,7 +15278,7 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for users to describe their interests. -Returned only on $select. +Requires $select to retrieve. [InvitedBy ]: directoryObject [IsLicenseReconciliationNeeded ]: Indicates whether the user is pending an exchange mailbox license assignment. Read-only. @@ -14677,7 +15287,8 @@ Returned only on $select. 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). @@ -14691,24 +15302,24 @@ If this list is non-empty, then only users or groups listed here can post. [AccessType ]: groupAccessType [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are auto-subscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -14718,6 +15329,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -14876,11 +15488,11 @@ You can use it as a $filter argument to get groups that have members with licens Supports $filter (eq). [HideFromAddressLists ]: true if the group isn't displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: true if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [InfoCatalogs ]: Identifies the info segments assigned to the group. Returned by default. @@ -14904,7 +15516,7 @@ Read-only. To manage a group 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. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -14954,6 +15566,7 @@ Read-only. [OnPremisesDomainName ]: Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only. + [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [OnPremisesLastSyncDateTime ]: Indicates the last time at which the group was synced with the on-premises directory.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. Returned by default. @@ -15137,10 +15750,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -15149,9 +15764,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. @@ -15315,7 +15959,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). @@ -15363,6 +16007,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 @@ -15760,12 +16405,12 @@ Immutable. Read-only. [UnseenConversationsCount ]: Count of conversations delivered one or more new posts since the signed-in user's last visit to the group. This property is the same as unseenCount. -Returned only on $select. +Requires $select to retrieve. [UnseenCount ]: Count of conversations that have received new posts since the signed-in user last visited the group. -This property is the same as unseenConversationsCount.Returned only on $select. +This property is the same as unseenConversationsCount.Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [UnseenMessagesCount ]: Count of new posts that have been delivered to the group's conversations since the signed-in user's last visit to the group. -Returned only on $select. +Requires $select to retrieve. [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. @@ -15776,7 +16421,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Requires $select to retrieve. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -15793,16 +16441,16 @@ Nullable. 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. Read-only. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. It also indicates licenses that are directly assigned and the ones the user inherited through group memberships. Read-only. -Returned only on $select. +Requires $select to retrieve. [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. Read-Only. @@ -15928,7 +16576,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -16162,7 +16810,7 @@ Read-only. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Notifications ]: [Id ]: The unique identifier for an entity. Read-only. @@ -16257,6 +16905,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. @@ -16305,6 +16957,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. @@ -16559,7 +17216,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for users to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [PendingAccessReviewInstances ]: Navigation property to get a list of access reviews pending approval by the reviewer. [Id ]: The unique identifier for an entity. Read-only. @@ -16579,14 +17236,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. @@ -16919,7 +17568,7 @@ Example: 'en-US', or 'es-ES'. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -17375,15 +18024,14 @@ Read-only. [WebUrl ]: Link to the institution or department homepage. [Program ]: educationalActivityDetail [(Any) ]: This indicates any property can be added to this object. - [Abbreviation ]: Shortened name of the degree or program (example: PhD, MBA) + [Abbreviation ]: Shortened name of the degree or program, for example, PhD and MBA. [Activities ]: Extracurricular activities undertaken alongside the program. [Awards ]: Any awards or honors associated with the program. [Description ]: Short description of the program provided by the user. [DisplayName ]: Long-form name of the program that the user provided. - [FieldsOfStudy ]: Majors and minors associated with the program. -(if applicable) - [Grade ]: The final grade, class, GPA, or score. - [Notes ]: More notes the user provided. + [FieldsOfStudy ]: Majors and minors associated with the program, if applicable. + [Grade ]: The final grade, class, grade point average (GPA), or score. + [Notes ]: More notes provided by the user. [WebUrl ]: Link to the degree or program page. [StartMonthYear ]: The month and year the user commenced the activity referenced. [Emails ]: Represents detailed information about email addresses associated with the user. @@ -17686,9 +18334,9 @@ Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they have attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: The scoped-role administrative unit memberships for this user. Read-only. Nullable. @@ -17752,7 +18400,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. @@ -17902,7 +18550,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Use revokeSignInSessions to reset. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -17949,6 +18597,48 @@ The language component follows two-letter codes as defined in ISO 639-1, and the For users with multigeo licenses, the property contains the user's region (if available). For users without multigeo licenses, the property contains the organization's region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China. + [Sections ]: The sections in the user's chat list. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the section was created. +Read-only. +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. + [DisplayIcon ]: sectionDisplayIcon + [(Any) ]: This indicates any property can be added to this object. + [ContentUrl ]: The URL to a custom icon image. +Applicable when iconType is custom. + [DisplayName ]: The human-readable name of the icon. + [IconType ]: The type of icon. +Use an emoji character such as 👍 for an emoji icon, or custom for a custom image icon. + [SkinTone ]: sectionIconSkinTone + [DisplayName ]: The display name of the section. +Required. +Maximum length is 50 characters. +Display names are case-sensitive and must be unique within a user's sections. +The following names are reserved for system-defined sections and can't be used when creating a user-defined section: RecentChats, QuickViews, TeamsAndChannels, MutedChats, MeetingChats, EngageCommunities. + [IsExpanded ]: Indicates whether the section is expanded in the user interface. +The default value is true. + [IsHierarchicalViewEnabled ]: Indicates whether the hierarchical view is enabled for the section. +Read-only. + [Items ]: The items (chats, channels, meetings, or communities) organized within the section. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the item was added to the section. +Read-only. +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. + [ItemType ]: sectionItemType + [LastModifiedDateTime ]: Date and time when the item was last modified. +Read-only. +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. + [LastModifiedDateTime ]: Date and time when the section was last modified. +Read-only. +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. + [SectionType ]: sectionType + [SortType ]: sectionSortType [Todo ]: todo [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -17961,6 +18651,12 @@ Read-only. Nullable. [IsOwner ]: True if the user is owner of the given task list. [IsShared ]: True if the task list is shared with other users + [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the task list. +Read-only. +Nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Value ]: The value of the property. [Tasks ]: The tasks in this task list. Read-only. Nullable. @@ -18024,9 +18720,6 @@ Read-only. [Recurrence ]: patternedRecurrence [ReminderDateTime ]: dateTimeTimeZone [SingleValueExtendedProperties ]: A collection of custom fields linked to the task. - [Id ]: The unique identifier for an entity. -Read-only. - [Value ]: The value of the property. [StartDateTime ]: dateTimeTimeZone [Status ]: taskStatus [Title ]: A brief description of the task. @@ -18078,6 +18771,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. @@ -18115,6 +18810,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. @@ -18137,6 +18833,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 ]: @@ -18190,6 +18887,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. @@ -18199,8 +18898,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. @@ -18216,6 +18913,8 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementScriptGroupAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementScriptGroupAssignment.md index d1ac366299bc6..80d9d48cc0ca4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementScriptGroupAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementScriptGroupAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/update-mgbetadevicemanagementscriptgroupassignment Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementScriptGroupAssignment --- @@ -25,7 +25,7 @@ Update-MgBetaDeviceManagementScriptGroupAssignment -DeviceManagementScriptGroupA [-AdditionalProperties ] [-Id ] [-TargetGroupId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -37,7 +37,6 @@ Update-MgBetaDeviceManagementScriptGroupAssignment -DeviceManagementScriptGroupA [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -47,7 +46,7 @@ Update-MgBetaDeviceManagementScriptGroupAssignment -InputObject ] [-AdditionalProperties ] [-Id ] [-TargetGroupId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -58,7 +57,6 @@ Update-MgBetaDeviceManagementScriptGroupAssignment -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementScriptUserRunState.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementScriptUserRunState.md index 18445c23ea353..dc9dd944a4e9b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementScriptUserRunState.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementScriptUserRunState.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/update-mgbetadevicemanagementscriptuserrunstate Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementScriptUserRunState --- @@ -27,7 +27,7 @@ Update-MgBetaDeviceManagementScriptUserRunState -DeviceManagementScriptId ] [-SuccessDeviceCount ] [-UserPrincipalName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -38,7 +38,7 @@ Update-MgBetaDeviceManagementScriptUserRunState -DeviceManagementScriptId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -50,7 +50,7 @@ Update-MgBetaDeviceManagementScriptUserRunState -InputObject ] [-SuccessDeviceCount ] [-UserPrincipalName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -60,7 +60,7 @@ Update-MgBetaDeviceManagementScriptUserRunState -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -1013,7 +1013,7 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for users to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). @@ -1307,22 +1307,23 @@ Always null when the object hasn't been deleted. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -1352,12 +1353,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -1467,7 +1525,7 @@ Optional. [IncludeBasicClaimSet ]: Determines whether the basic claim set is included in tokens affected by this policy. If set to true, all claims in the basic claim set are emitted in tokens affected by the policy. By default the basic claim set isn't in the tokens unless they're explicitly configured in this policy. - [CreatedByAppId ]: The appId (called Application (client) ID on the Microsoft Entra admin center) of the application used to create the service principal. + [CreatedByAppId ]: The appId of the application that created this service principal. Set internally by Microsoft Entra ID. Read-only. [CreatedObjects ]: Directory objects created by this service principal. @@ -1599,7 +1657,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -1758,13 +1816,13 @@ May not begin with .. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [ApprovedClientApps ]: + [ApprovedClientApps ]: The collection of approved client apps that are associated with the RDS configuration. +Supports $expand. [Id ]: The unique identifier for an entity. Read-only. - [DisplayName ]: + [DisplayName ]: Display name for the client application. [IsRemoteDesktopProtocolEnabled ]: Determines if Microsoft Entra ID RDS authentication protocol for RDP is enabled. [TargetDeviceGroups ]: The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. -
]: The unique identifier for an entity. Read-only. [DisplayName ]: Display name for the target device group. @@ -2125,7 +2183,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. - [ExternalAuthenticationMethods ]: Represents the external methods registered to a user for authentication. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. Optional. @@ -2141,7 +2199,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. - [DisplayName ]: Custom name given to the registered external authentication method. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. @@ -2394,7 +2452,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -2647,7 +2705,7 @@ Read-only. The identifiers must be unique in the tenant. [Birthday ]: The birthday of the user. 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 Returned only on $select. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. Only one number can be set for this property. Read-only for users synced from on-premises directory. @@ -3257,6 +3315,49 @@ This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. Read only. + [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. +Nullable. + [Attachments ]: References to attached objects like files, tabs, meetings etc. + [Body ]: itemBody + [ChannelIdentity ]: channelIdentity + [ChatId ]: If the message was sent in a chat, represents the identity of the chat. + [CreatedDateTime ]: Timestamp of when the chat message was created. + [DeletedDateTime ]: Read only. +Timestamp at which the chat message was deleted, or null if not deleted. + [Etag ]: Read-only. +Version number of the chat message. + [EventDetail ]: eventMessageDetail + [From ]: chatMessageFromIdentitySet + [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. + [Importance ]: chatMessageImportance + [LastEditedDateTime ]: Read only. +Timestamp when edits to the chat message were made. +Triggers an 'Edited' flag in the Teams UI. +If no edits are made the value is null. + [LastModifiedDateTime ]: Read only. +Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. + [Locale ]: Locale of the chat message set by the client. +Always set to en-us. + [Mentions ]: List of entities mentioned in the chat message. +Supported entities are: user, bot, team, channel, chat, and tag. + [MessageHistory ]: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. + [MessageType ]: chatMessageType + [OnBehalfOf ]: chatMessageFromIdentitySet + [PolicyViolation ]: chatMessagePolicyViolation + [Reactions ]: Reactions for this chat message (for example, Like). + [Replies ]: Replies for a specified message. +Supports $expand for channel messages. + [ReplyToId ]: Read-only. +ID of the parent chat message or root chat message of the thread. +(Only applies to chat messages in channels, not chats.) + [Subject ]: The subject of the chat message, in plaintext. + [Summary ]: Summary text of the chat message that could be used for push notifications and summary views or fall back views. +Only applies to channel chat messages, not chat messages in a chat. + [WebUrl ]: Read-only. +Link to the message in Microsoft Teams. + [Id ]: The unique identifier for an entity. +Read-only. + [Recipient ]: identity [TenantId ]: The identifier of the tenant in which the chat was created. Read-only. [Topic ]: (Optional) Subject or topic for the chat. @@ -3292,21 +3393,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -3396,7 +3554,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 @@ -3421,6 +3581,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. @@ -3628,10 +3821,11 @@ 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. + [ContentCategory ]: contentCategory [CorrelationId ]: An identifier used to group multiple related content entries (for example, different parts of the same file upload, messages in a conversation). [CreatedDateTime ]: Required. Timestamp indicating when the original content was created (for example, file creation time, message sent time). @@ -3916,6 +4110,7 @@ To proactively opt in to the new behavior ahead of time, use the contentStream p Nullable. [File ]: file [(Any) ]: This indicates any property can be added to this object. + [ArchiveStatus ]: fileArchiveStatus [Hashes ]: hashes [(Any) ]: This indicates any property can be added to this object. [Crc32Hash ]: The CRC32 value of the file (if available). @@ -3926,6 +4121,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. @@ -4026,6 +4234,17 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(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. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity. @@ -5035,6 +5254,8 @@ 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 total count of items in the list. +Read-only. [Items ]: All items contained in the list. [List ]: listInfo [(Any) ]: This indicates any property can be added to this object. @@ -5131,6 +5352,24 @@ Required. [LearningProviderId ]: The registration ID of the provider. Required. [Status ]: courseStatus + [Storyline ]: User's storyline singleton container. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Followers ]: The users who are following this user. + [Id ]: The unique identifier for an entity. +Read-only. + [Follower ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Followings ]: The users that this user is following. + [Id ]: The unique identifier for an entity. +Read-only. + [Following ]: The Viva Engage identities. [EmployeeHireDate ]: The date and time when the user was hired or will start work if there is a future hire. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. @@ -5145,10 +5384,10 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. @@ -5621,7 +5860,9 @@ Read-write. [(Any) ]: This indicates any property can be added to this object. [ArchiveStatus ]: siteArchiveStatus [ArchivedBy ]: identitySet - [ArchivedDateTime ]: + [ArchivedDateTime ]: Time when the container was archived. +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. [DataLocationCode ]: The geographic region code for where this site collection resides. Only present for multi-geo tenants. Read-only. @@ -5644,7 +5885,7 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. 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. - Returned only on $select. + Requires $select to retrieve. Note: This property is specific to SharePoint Online. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. @@ -5667,6 +5908,27 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityGovernance ]: identityGovernanceUserSettings + [(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 ]: 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 + [(Any) ]: This indicates any property can be added to this object. + [Duration ]: The requestor's desired duration of access represented in ISO 8601 format for durations. +For example, PT3H refers to three hours. + If specified in a request, endDateTime shouldn't be present and the type property should be set to afterDuration. + [EndDateTime ]: Timestamp of 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. + [Type ]: expirationPatternType + [Recurrence ]: patternedRecurrence + [StartDateTime ]: 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. +In PIM, when the eligible or active assignment becomes active. [IdentityParentId ]: The object ID of the parent identity for agent users. Always null for regular user accounts. For agentUser resources, this property references the object ID of the associated agent identity. @@ -5763,7 +6025,7 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for users to describe their interests. -Returned only on $select. +Requires $select to retrieve. [InvitedBy ]: directoryObject [IsLicenseReconciliationNeeded ]: Indicates whether the user is pending an exchange mailbox license assignment. Read-only. @@ -5772,7 +6034,8 @@ Returned only on $select. 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). @@ -5786,24 +6049,24 @@ If this list is non-empty, then only users or groups listed here can post. [AccessType ]: groupAccessType [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are auto-subscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -5813,6 +6076,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -5971,11 +6235,11 @@ You can use it as a $filter argument to get groups that have members with licens Supports $filter (eq). [HideFromAddressLists ]: true if the group isn't displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: true if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [InfoCatalogs ]: Identifies the info segments assigned to the group. Returned by default. @@ -5999,7 +6263,7 @@ Read-only. To manage a group 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. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -6049,6 +6313,7 @@ Read-only. [OnPremisesDomainName ]: Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only. + [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [OnPremisesLastSyncDateTime ]: Indicates the last time at which the group was synced with the on-premises directory.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. Returned by default. @@ -6232,10 +6497,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -6244,9 +6511,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. @@ -6410,7 +6706,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). @@ -6458,6 +6754,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 @@ -6855,12 +7152,12 @@ Immutable. Read-only. [UnseenConversationsCount ]: Count of conversations delivered one or more new posts since the signed-in user's last visit to the group. This property is the same as unseenCount. -Returned only on $select. +Requires $select to retrieve. [UnseenCount ]: Count of conversations that have received new posts since the signed-in user last visited the group. -This property is the same as unseenConversationsCount.Returned only on $select. +This property is the same as unseenConversationsCount.Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [UnseenMessagesCount ]: Count of new posts that have been delivered to the group's conversations since the signed-in user's last visit to the group. -Returned only on $select. +Requires $select to retrieve. [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. @@ -6871,7 +7168,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Requires $select to retrieve. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -6888,16 +7188,16 @@ Nullable. 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. Read-only. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. It also indicates licenses that are directly assigned and the ones the user inherited through group memberships. Read-only. -Returned only on $select. +Requires $select to retrieve. [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. Read-Only. @@ -7023,7 +7323,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -7257,7 +7557,7 @@ Read-only. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Notifications ]: [Id ]: The unique identifier for an entity. Read-only. @@ -7352,6 +7652,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. @@ -7400,6 +7704,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. @@ -7654,7 +7963,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for users to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [PendingAccessReviewInstances ]: Navigation property to get a list of access reviews pending approval by the reviewer. [Id ]: The unique identifier for an entity. Read-only. @@ -7674,14 +7983,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. @@ -8014,7 +8315,7 @@ Example: 'en-US', or 'es-ES'. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -8470,15 +8771,14 @@ Read-only. [WebUrl ]: Link to the institution or department homepage. [Program ]: educationalActivityDetail [(Any) ]: This indicates any property can be added to this object. - [Abbreviation ]: Shortened name of the degree or program (example: PhD, MBA) + [Abbreviation ]: Shortened name of the degree or program, for example, PhD and MBA. [Activities ]: Extracurricular activities undertaken alongside the program. [Awards ]: Any awards or honors associated with the program. [Description ]: Short description of the program provided by the user. [DisplayName ]: Long-form name of the program that the user provided. - [FieldsOfStudy ]: Majors and minors associated with the program. -(if applicable) - [Grade ]: The final grade, class, GPA, or score. - [Notes ]: More notes the user provided. + [FieldsOfStudy ]: Majors and minors associated with the program, if applicable. + [Grade ]: The final grade, class, grade point average (GPA), or score. + [Notes ]: More notes provided by the user. [WebUrl ]: Link to the degree or program page. [StartMonthYear ]: The month and year the user commenced the activity referenced. [Emails ]: Represents detailed information about email addresses associated with the user. @@ -8781,9 +9081,9 @@ Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they have attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: The scoped-role administrative unit memberships for this user. Read-only. Nullable. @@ -8847,7 +9147,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. @@ -8997,7 +9297,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Use revokeSignInSessions to reset. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -9044,6 +9344,48 @@ The language component follows two-letter codes as defined in ISO 639-1, and the For users with multigeo licenses, the property contains the user's region (if available). For users without multigeo licenses, the property contains the organization's region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China. + [Sections ]: The sections in the user's chat list. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the section was created. +Read-only. +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. + [DisplayIcon ]: sectionDisplayIcon + [(Any) ]: This indicates any property can be added to this object. + [ContentUrl ]: The URL to a custom icon image. +Applicable when iconType is custom. + [DisplayName ]: The human-readable name of the icon. + [IconType ]: The type of icon. +Use an emoji character such as 👍 for an emoji icon, or custom for a custom image icon. + [SkinTone ]: sectionIconSkinTone + [DisplayName ]: The display name of the section. +Required. +Maximum length is 50 characters. +Display names are case-sensitive and must be unique within a user's sections. +The following names are reserved for system-defined sections and can't be used when creating a user-defined section: RecentChats, QuickViews, TeamsAndChannels, MutedChats, MeetingChats, EngageCommunities. + [IsExpanded ]: Indicates whether the section is expanded in the user interface. +The default value is true. + [IsHierarchicalViewEnabled ]: Indicates whether the hierarchical view is enabled for the section. +Read-only. + [Items ]: The items (chats, channels, meetings, or communities) organized within the section. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the item was added to the section. +Read-only. +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. + [ItemType ]: sectionItemType + [LastModifiedDateTime ]: Date and time when the item was last modified. +Read-only. +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. + [LastModifiedDateTime ]: Date and time when the section was last modified. +Read-only. +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. + [SectionType ]: sectionType + [SortType ]: sectionSortType [Todo ]: todo [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -9056,6 +9398,12 @@ Read-only. Nullable. [IsOwner ]: True if the user is owner of the given task list. [IsShared ]: True if the task list is shared with other users + [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the task list. +Read-only. +Nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Value ]: The value of the property. [Tasks ]: The tasks in this task list. Read-only. Nullable. @@ -9119,9 +9467,6 @@ Read-only. [Recurrence ]: patternedRecurrence [ReminderDateTime ]: dateTimeTimeZone [SingleValueExtendedProperties ]: A collection of custom fields linked to the task. - [Id ]: The unique identifier for an entity. -Read-only. - [Value ]: The value of the property. [StartDateTime ]: dateTimeTimeZone [Status ]: taskStatus [Title ]: A brief description of the task. @@ -9173,6 +9518,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. @@ -9210,6 +9557,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. @@ -9232,6 +9580,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 ]: @@ -9285,6 +9634,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. @@ -9294,8 +9645,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. @@ -9311,6 +9660,8 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -9764,7 +10115,7 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for users to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). @@ -10058,22 +10409,23 @@ Always null when the object hasn't been deleted. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -10103,12 +10455,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -10218,7 +10627,7 @@ Optional. [IncludeBasicClaimSet ]: Determines whether the basic claim set is included in tokens affected by this policy. If set to true, all claims in the basic claim set are emitted in tokens affected by the policy. By default the basic claim set isn't in the tokens unless they're explicitly configured in this policy. - [CreatedByAppId ]: The appId (called Application (client) ID on the Microsoft Entra admin center) of the application used to create the service principal. + [CreatedByAppId ]: The appId of the application that created this service principal. Set internally by Microsoft Entra ID. Read-only. [CreatedObjects ]: Directory objects created by this service principal. @@ -10350,7 +10759,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -10509,13 +10918,13 @@ May not begin with .. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [ApprovedClientApps ]: + [ApprovedClientApps ]: The collection of approved client apps that are associated with the RDS configuration. +Supports $expand. [Id ]: The unique identifier for an entity. Read-only. - [DisplayName ]: + [DisplayName ]: Display name for the client application. [IsRemoteDesktopProtocolEnabled ]: Determines if Microsoft Entra ID RDS authentication protocol for RDP is enabled. [TargetDeviceGroups ]: The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. -
]: The unique identifier for an entity. Read-only. [DisplayName ]: Display name for the target device group. @@ -10876,7 +11285,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. - [ExternalAuthenticationMethods ]: Represents the external methods registered to a user for authentication. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. Optional. @@ -10892,7 +11301,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. - [DisplayName ]: Custom name given to the registered external authentication method. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. @@ -11145,7 +11554,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -11398,7 +11807,7 @@ Read-only. The identifiers must be unique in the tenant. [Birthday ]: The birthday of the user. 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 Returned only on $select. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. Only one number can be set for this property. Read-only for users synced from on-premises directory. @@ -12008,6 +12417,49 @@ This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. Read only. + [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. +Nullable. + [Attachments ]: References to attached objects like files, tabs, meetings etc. + [Body ]: itemBody + [ChannelIdentity ]: channelIdentity + [ChatId ]: If the message was sent in a chat, represents the identity of the chat. + [CreatedDateTime ]: Timestamp of when the chat message was created. + [DeletedDateTime ]: Read only. +Timestamp at which the chat message was deleted, or null if not deleted. + [Etag ]: Read-only. +Version number of the chat message. + [EventDetail ]: eventMessageDetail + [From ]: chatMessageFromIdentitySet + [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. + [Importance ]: chatMessageImportance + [LastEditedDateTime ]: Read only. +Timestamp when edits to the chat message were made. +Triggers an 'Edited' flag in the Teams UI. +If no edits are made the value is null. + [LastModifiedDateTime ]: Read only. +Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. + [Locale ]: Locale of the chat message set by the client. +Always set to en-us. + [Mentions ]: List of entities mentioned in the chat message. +Supported entities are: user, bot, team, channel, chat, and tag. + [MessageHistory ]: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. + [MessageType ]: chatMessageType + [OnBehalfOf ]: chatMessageFromIdentitySet + [PolicyViolation ]: chatMessagePolicyViolation + [Reactions ]: Reactions for this chat message (for example, Like). + [Replies ]: Replies for a specified message. +Supports $expand for channel messages. + [ReplyToId ]: Read-only. +ID of the parent chat message or root chat message of the thread. +(Only applies to chat messages in channels, not chats.) + [Subject ]: The subject of the chat message, in plaintext. + [Summary ]: Summary text of the chat message that could be used for push notifications and summary views or fall back views. +Only applies to channel chat messages, not chat messages in a chat. + [WebUrl ]: Read-only. +Link to the message in Microsoft Teams. + [Id ]: The unique identifier for an entity. +Read-only. + [Recipient ]: identity [TenantId ]: The identifier of the tenant in which the chat was created. Read-only. [Topic ]: (Optional) Subject or topic for the chat. @@ -12043,21 +12495,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -12147,7 +12656,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 @@ -12172,6 +12683,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. @@ -12379,10 +12923,11 @@ 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. + [ContentCategory ]: contentCategory [CorrelationId ]: An identifier used to group multiple related content entries (for example, different parts of the same file upload, messages in a conversation). [CreatedDateTime ]: Required. Timestamp indicating when the original content was created (for example, file creation time, message sent time). @@ -12667,6 +13212,7 @@ To proactively opt in to the new behavior ahead of time, use the contentStream p Nullable. [File ]: file [(Any) ]: This indicates any property can be added to this object. + [ArchiveStatus ]: fileArchiveStatus [Hashes ]: hashes [(Any) ]: This indicates any property can be added to this object. [Crc32Hash ]: The CRC32 value of the file (if available). @@ -12677,6 +13223,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. @@ -12777,6 +13336,17 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(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. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity. @@ -13786,6 +14356,8 @@ 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 total count of items in the list. +Read-only. [Items ]: All items contained in the list. [List ]: listInfo [(Any) ]: This indicates any property can be added to this object. @@ -13882,6 +14454,24 @@ Required. [LearningProviderId ]: The registration ID of the provider. Required. [Status ]: courseStatus + [Storyline ]: User's storyline singleton container. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Followers ]: The users who are following this user. + [Id ]: The unique identifier for an entity. +Read-only. + [Follower ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Followings ]: The users that this user is following. + [Id ]: The unique identifier for an entity. +Read-only. + [Following ]: The Viva Engage identities. [EmployeeHireDate ]: The date and time when the user was hired or will start work if there is a future hire. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. @@ -13896,10 +14486,10 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. @@ -14372,7 +14962,9 @@ Read-write. [(Any) ]: This indicates any property can be added to this object. [ArchiveStatus ]: siteArchiveStatus [ArchivedBy ]: identitySet - [ArchivedDateTime ]: + [ArchivedDateTime ]: Time when the container was archived. +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. [DataLocationCode ]: The geographic region code for where this site collection resides. Only present for multi-geo tenants. Read-only. @@ -14395,7 +14987,7 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. 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. - Returned only on $select. + Requires $select to retrieve. Note: This property is specific to SharePoint Online. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. @@ -14418,6 +15010,27 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityGovernance ]: identityGovernanceUserSettings + [(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 ]: 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 + [(Any) ]: This indicates any property can be added to this object. + [Duration ]: The requestor's desired duration of access represented in ISO 8601 format for durations. +For example, PT3H refers to three hours. + If specified in a request, endDateTime shouldn't be present and the type property should be set to afterDuration. + [EndDateTime ]: Timestamp of 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. + [Type ]: expirationPatternType + [Recurrence ]: patternedRecurrence + [StartDateTime ]: 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. +In PIM, when the eligible or active assignment becomes active. [IdentityParentId ]: The object ID of the parent identity for agent users. Always null for regular user accounts. For agentUser resources, this property references the object ID of the associated agent identity. @@ -14514,7 +15127,7 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for users to describe their interests. -Returned only on $select. +Requires $select to retrieve. [InvitedBy ]: directoryObject [IsLicenseReconciliationNeeded ]: Indicates whether the user is pending an exchange mailbox license assignment. Read-only. @@ -14523,7 +15136,8 @@ Returned only on $select. 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). @@ -14537,24 +15151,24 @@ If this list is non-empty, then only users or groups listed here can post. [AccessType ]: groupAccessType [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are auto-subscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -14564,6 +15178,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -14722,11 +15337,11 @@ You can use it as a $filter argument to get groups that have members with licens Supports $filter (eq). [HideFromAddressLists ]: true if the group isn't displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: true if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [InfoCatalogs ]: Identifies the info segments assigned to the group. Returned by default. @@ -14750,7 +15365,7 @@ Read-only. To manage a group 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. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -14800,6 +15415,7 @@ Read-only. [OnPremisesDomainName ]: Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only. + [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [OnPremisesLastSyncDateTime ]: Indicates the last time at which the group was synced with the on-premises directory.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. Returned by default. @@ -14983,10 +15599,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -14995,9 +15613,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. @@ -15161,7 +15808,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). @@ -15209,6 +15856,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 @@ -15606,12 +16254,12 @@ Immutable. Read-only. [UnseenConversationsCount ]: Count of conversations delivered one or more new posts since the signed-in user's last visit to the group. This property is the same as unseenCount. -Returned only on $select. +Requires $select to retrieve. [UnseenCount ]: Count of conversations that have received new posts since the signed-in user last visited the group. -This property is the same as unseenConversationsCount.Returned only on $select. +This property is the same as unseenConversationsCount.Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [UnseenMessagesCount ]: Count of new posts that have been delivered to the group's conversations since the signed-in user's last visit to the group. -Returned only on $select. +Requires $select to retrieve. [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. @@ -15622,7 +16270,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Requires $select to retrieve. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -15639,16 +16290,16 @@ Nullable. 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. Read-only. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. It also indicates licenses that are directly assigned and the ones the user inherited through group memberships. Read-only. -Returned only on $select. +Requires $select to retrieve. [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. Read-Only. @@ -15774,7 +16425,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -16008,7 +16659,7 @@ Read-only. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Notifications ]: [Id ]: The unique identifier for an entity. Read-only. @@ -16103,6 +16754,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. @@ -16151,6 +16806,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. @@ -16405,7 +17065,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for users to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [PendingAccessReviewInstances ]: Navigation property to get a list of access reviews pending approval by the reviewer. [Id ]: The unique identifier for an entity. Read-only. @@ -16425,14 +17085,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. @@ -16765,7 +17417,7 @@ Example: 'en-US', or 'es-ES'. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -17221,15 +17873,14 @@ Read-only. [WebUrl ]: Link to the institution or department homepage. [Program ]: educationalActivityDetail [(Any) ]: This indicates any property can be added to this object. - [Abbreviation ]: Shortened name of the degree or program (example: PhD, MBA) + [Abbreviation ]: Shortened name of the degree or program, for example, PhD and MBA. [Activities ]: Extracurricular activities undertaken alongside the program. [Awards ]: Any awards or honors associated with the program. [Description ]: Short description of the program provided by the user. [DisplayName ]: Long-form name of the program that the user provided. - [FieldsOfStudy ]: Majors and minors associated with the program. -(if applicable) - [Grade ]: The final grade, class, GPA, or score. - [Notes ]: More notes the user provided. + [FieldsOfStudy ]: Majors and minors associated with the program, if applicable. + [Grade ]: The final grade, class, grade point average (GPA), or score. + [Notes ]: More notes provided by the user. [WebUrl ]: Link to the degree or program page. [StartMonthYear ]: The month and year the user commenced the activity referenced. [Emails ]: Represents detailed information about email addresses associated with the user. @@ -17532,9 +18183,9 @@ Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they have attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: The scoped-role administrative unit memberships for this user. Read-only. Nullable. @@ -17598,7 +18249,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. @@ -17748,7 +18399,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Use revokeSignInSessions to reset. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -17795,6 +18446,48 @@ The language component follows two-letter codes as defined in ISO 639-1, and the For users with multigeo licenses, the property contains the user's region (if available). For users without multigeo licenses, the property contains the organization's region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China. + [Sections ]: The sections in the user's chat list. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the section was created. +Read-only. +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. + [DisplayIcon ]: sectionDisplayIcon + [(Any) ]: This indicates any property can be added to this object. + [ContentUrl ]: The URL to a custom icon image. +Applicable when iconType is custom. + [DisplayName ]: The human-readable name of the icon. + [IconType ]: The type of icon. +Use an emoji character such as 👍 for an emoji icon, or custom for a custom image icon. + [SkinTone ]: sectionIconSkinTone + [DisplayName ]: The display name of the section. +Required. +Maximum length is 50 characters. +Display names are case-sensitive and must be unique within a user's sections. +The following names are reserved for system-defined sections and can't be used when creating a user-defined section: RecentChats, QuickViews, TeamsAndChannels, MutedChats, MeetingChats, EngageCommunities. + [IsExpanded ]: Indicates whether the section is expanded in the user interface. +The default value is true. + [IsHierarchicalViewEnabled ]: Indicates whether the hierarchical view is enabled for the section. +Read-only. + [Items ]: The items (chats, channels, meetings, or communities) organized within the section. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the item was added to the section. +Read-only. +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. + [ItemType ]: sectionItemType + [LastModifiedDateTime ]: Date and time when the item was last modified. +Read-only. +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. + [LastModifiedDateTime ]: Date and time when the section was last modified. +Read-only. +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. + [SectionType ]: sectionType + [SortType ]: sectionSortType [Todo ]: todo [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -17807,6 +18500,12 @@ Read-only. Nullable. [IsOwner ]: True if the user is owner of the given task list. [IsShared ]: True if the task list is shared with other users + [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the task list. +Read-only. +Nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Value ]: The value of the property. [Tasks ]: The tasks in this task list. Read-only. Nullable. @@ -17870,9 +18569,6 @@ Read-only. [Recurrence ]: patternedRecurrence [ReminderDateTime ]: dateTimeTimeZone [SingleValueExtendedProperties ]: A collection of custom fields linked to the task. - [Id ]: The unique identifier for an entity. -Read-only. - [Value ]: The value of the property. [StartDateTime ]: dateTimeTimeZone [Status ]: taskStatus [Title ]: A brief description of the task. @@ -17924,6 +18620,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. @@ -17961,6 +18659,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. @@ -17983,6 +18682,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 ]: @@ -18036,6 +18736,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. @@ -18045,8 +18747,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. @@ -18062,6 +18762,8 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementScriptUserRunStateDeviceRunState.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementScriptUserRunStateDeviceRunState.md index 81cb15508889c..af6ba9ed6be26 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementScriptUserRunStateDeviceRunState.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementScriptUserRunStateDeviceRunState.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/update-mgbetadevicemanagementscriptuserrunstatedevicerunstate Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementScriptUserRunStateDeviceRunState --- @@ -28,7 +28,6 @@ Update-MgBetaDeviceManagementScriptUserRunStateDeviceRunState [-ResultMessage ] [-RunState ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -41,7 +40,6 @@ Update-MgBetaDeviceManagementScriptUserRunStateDeviceRunState [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -54,7 +52,6 @@ Update-MgBetaDeviceManagementScriptUserRunStateDeviceRunState [-ResultMessage ] [-RunState ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -66,7 +63,6 @@ Update-MgBetaDeviceManagementScriptUserRunStateDeviceRunState [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -1098,7 +1094,7 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for users to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). @@ -1392,22 +1388,23 @@ Always null when the object hasn't been deleted. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -1437,12 +1434,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -1552,7 +1606,7 @@ Optional. [IncludeBasicClaimSet ]: Determines whether the basic claim set is included in tokens affected by this policy. If set to true, all claims in the basic claim set are emitted in tokens affected by the policy. By default the basic claim set isn't in the tokens unless they're explicitly configured in this policy. - [CreatedByAppId ]: The appId (called Application (client) ID on the Microsoft Entra admin center) of the application used to create the service principal. + [CreatedByAppId ]: The appId of the application that created this service principal. Set internally by Microsoft Entra ID. Read-only. [CreatedObjects ]: Directory objects created by this service principal. @@ -1684,7 +1738,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -1843,13 +1897,13 @@ May not begin with .. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [ApprovedClientApps ]: + [ApprovedClientApps ]: The collection of approved client apps that are associated with the RDS configuration. +Supports $expand. [Id ]: The unique identifier for an entity. Read-only. - [DisplayName ]: + [DisplayName ]: Display name for the client application. [IsRemoteDesktopProtocolEnabled ]: Determines if Microsoft Entra ID RDS authentication protocol for RDP is enabled. [TargetDeviceGroups ]: The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. -
]: The unique identifier for an entity. Read-only. [DisplayName ]: Display name for the target device group. @@ -2210,7 +2264,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. - [ExternalAuthenticationMethods ]: Represents the external methods registered to a user for authentication. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. Optional. @@ -2226,7 +2280,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. - [DisplayName ]: Custom name given to the registered external authentication method. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. @@ -2479,7 +2533,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -2732,7 +2786,7 @@ Read-only. The identifiers must be unique in the tenant. [Birthday ]: The birthday of the user. 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 Returned only on $select. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. Only one number can be set for this property. Read-only for users synced from on-premises directory. @@ -3342,6 +3396,49 @@ This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. Read only. + [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. +Nullable. + [Attachments ]: References to attached objects like files, tabs, meetings etc. + [Body ]: itemBody + [ChannelIdentity ]: channelIdentity + [ChatId ]: If the message was sent in a chat, represents the identity of the chat. + [CreatedDateTime ]: Timestamp of when the chat message was created. + [DeletedDateTime ]: Read only. +Timestamp at which the chat message was deleted, or null if not deleted. + [Etag ]: Read-only. +Version number of the chat message. + [EventDetail ]: eventMessageDetail + [From ]: chatMessageFromIdentitySet + [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. + [Importance ]: chatMessageImportance + [LastEditedDateTime ]: Read only. +Timestamp when edits to the chat message were made. +Triggers an 'Edited' flag in the Teams UI. +If no edits are made the value is null. + [LastModifiedDateTime ]: Read only. +Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. + [Locale ]: Locale of the chat message set by the client. +Always set to en-us. + [Mentions ]: List of entities mentioned in the chat message. +Supported entities are: user, bot, team, channel, chat, and tag. + [MessageHistory ]: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. + [MessageType ]: chatMessageType + [OnBehalfOf ]: chatMessageFromIdentitySet + [PolicyViolation ]: chatMessagePolicyViolation + [Reactions ]: Reactions for this chat message (for example, Like). + [Replies ]: Replies for a specified message. +Supports $expand for channel messages. + [ReplyToId ]: Read-only. +ID of the parent chat message or root chat message of the thread. +(Only applies to chat messages in channels, not chats.) + [Subject ]: The subject of the chat message, in plaintext. + [Summary ]: Summary text of the chat message that could be used for push notifications and summary views or fall back views. +Only applies to channel chat messages, not chat messages in a chat. + [WebUrl ]: Read-only. +Link to the message in Microsoft Teams. + [Id ]: The unique identifier for an entity. +Read-only. + [Recipient ]: identity [TenantId ]: The identifier of the tenant in which the chat was created. Read-only. [Topic ]: (Optional) Subject or topic for the chat. @@ -3377,21 +3474,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -3481,7 +3635,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 @@ -3506,6 +3662,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. @@ -3713,10 +3902,11 @@ 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. + [ContentCategory ]: contentCategory [CorrelationId ]: An identifier used to group multiple related content entries (for example, different parts of the same file upload, messages in a conversation). [CreatedDateTime ]: Required. Timestamp indicating when the original content was created (for example, file creation time, message sent time). @@ -4001,6 +4191,7 @@ To proactively opt in to the new behavior ahead of time, use the contentStream p Nullable. [File ]: file [(Any) ]: This indicates any property can be added to this object. + [ArchiveStatus ]: fileArchiveStatus [Hashes ]: hashes [(Any) ]: This indicates any property can be added to this object. [Crc32Hash ]: The CRC32 value of the file (if available). @@ -4011,6 +4202,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. @@ -4111,6 +4315,17 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(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. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity. @@ -5120,6 +5335,8 @@ 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 total count of items in the list. +Read-only. [Items ]: All items contained in the list. [List ]: listInfo [(Any) ]: This indicates any property can be added to this object. @@ -5216,6 +5433,24 @@ Required. [LearningProviderId ]: The registration ID of the provider. Required. [Status ]: courseStatus + [Storyline ]: User's storyline singleton container. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Followers ]: The users who are following this user. + [Id ]: The unique identifier for an entity. +Read-only. + [Follower ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Followings ]: The users that this user is following. + [Id ]: The unique identifier for an entity. +Read-only. + [Following ]: The Viva Engage identities. [EmployeeHireDate ]: The date and time when the user was hired or will start work if there is a future hire. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. @@ -5230,10 +5465,10 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. @@ -5706,7 +5941,9 @@ Read-write. [(Any) ]: This indicates any property can be added to this object. [ArchiveStatus ]: siteArchiveStatus [ArchivedBy ]: identitySet - [ArchivedDateTime ]: + [ArchivedDateTime ]: Time when the container was archived. +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. [DataLocationCode ]: The geographic region code for where this site collection resides. Only present for multi-geo tenants. Read-only. @@ -5729,7 +5966,7 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. 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. - Returned only on $select. + Requires $select to retrieve. Note: This property is specific to SharePoint Online. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. @@ -5752,6 +5989,27 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityGovernance ]: identityGovernanceUserSettings + [(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 ]: 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 + [(Any) ]: This indicates any property can be added to this object. + [Duration ]: The requestor's desired duration of access represented in ISO 8601 format for durations. +For example, PT3H refers to three hours. + If specified in a request, endDateTime shouldn't be present and the type property should be set to afterDuration. + [EndDateTime ]: Timestamp of 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. + [Type ]: expirationPatternType + [Recurrence ]: patternedRecurrence + [StartDateTime ]: 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. +In PIM, when the eligible or active assignment becomes active. [IdentityParentId ]: The object ID of the parent identity for agent users. Always null for regular user accounts. For agentUser resources, this property references the object ID of the associated agent identity. @@ -5848,7 +6106,7 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for users to describe their interests. -Returned only on $select. +Requires $select to retrieve. [InvitedBy ]: directoryObject [IsLicenseReconciliationNeeded ]: Indicates whether the user is pending an exchange mailbox license assignment. Read-only. @@ -5857,7 +6115,8 @@ Returned only on $select. 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). @@ -5871,24 +6130,24 @@ If this list is non-empty, then only users or groups listed here can post. [AccessType ]: groupAccessType [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are auto-subscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -5898,6 +6157,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -6056,11 +6316,11 @@ You can use it as a $filter argument to get groups that have members with licens Supports $filter (eq). [HideFromAddressLists ]: true if the group isn't displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: true if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [InfoCatalogs ]: Identifies the info segments assigned to the group. Returned by default. @@ -6084,7 +6344,7 @@ Read-only. To manage a group 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. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -6134,6 +6394,7 @@ Read-only. [OnPremisesDomainName ]: Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only. + [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [OnPremisesLastSyncDateTime ]: Indicates the last time at which the group was synced with the on-premises directory.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. Returned by default. @@ -6317,10 +6578,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -6329,9 +6592,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. @@ -6495,7 +6787,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). @@ -6543,6 +6835,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 @@ -6940,12 +7233,12 @@ Immutable. Read-only. [UnseenConversationsCount ]: Count of conversations delivered one or more new posts since the signed-in user's last visit to the group. This property is the same as unseenCount. -Returned only on $select. +Requires $select to retrieve. [UnseenCount ]: Count of conversations that have received new posts since the signed-in user last visited the group. -This property is the same as unseenConversationsCount.Returned only on $select. +This property is the same as unseenConversationsCount.Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [UnseenMessagesCount ]: Count of new posts that have been delivered to the group's conversations since the signed-in user's last visit to the group. -Returned only on $select. +Requires $select to retrieve. [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. @@ -6956,7 +7249,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Requires $select to retrieve. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -6973,16 +7269,16 @@ Nullable. 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. Read-only. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. It also indicates licenses that are directly assigned and the ones the user inherited through group memberships. Read-only. -Returned only on $select. +Requires $select to retrieve. [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. Read-Only. @@ -7108,7 +7404,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -7342,7 +7638,7 @@ Read-only. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Notifications ]: [Id ]: The unique identifier for an entity. Read-only. @@ -7437,6 +7733,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. @@ -7485,6 +7785,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. @@ -7739,7 +8044,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for users to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [PendingAccessReviewInstances ]: Navigation property to get a list of access reviews pending approval by the reviewer. [Id ]: The unique identifier for an entity. Read-only. @@ -7759,14 +8064,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. @@ -8099,7 +8396,7 @@ Example: 'en-US', or 'es-ES'. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -8555,15 +8852,14 @@ Read-only. [WebUrl ]: Link to the institution or department homepage. [Program ]: educationalActivityDetail [(Any) ]: This indicates any property can be added to this object. - [Abbreviation ]: Shortened name of the degree or program (example: PhD, MBA) + [Abbreviation ]: Shortened name of the degree or program, for example, PhD and MBA. [Activities ]: Extracurricular activities undertaken alongside the program. [Awards ]: Any awards or honors associated with the program. [Description ]: Short description of the program provided by the user. [DisplayName ]: Long-form name of the program that the user provided. - [FieldsOfStudy ]: Majors and minors associated with the program. -(if applicable) - [Grade ]: The final grade, class, GPA, or score. - [Notes ]: More notes the user provided. + [FieldsOfStudy ]: Majors and minors associated with the program, if applicable. + [Grade ]: The final grade, class, grade point average (GPA), or score. + [Notes ]: More notes provided by the user. [WebUrl ]: Link to the degree or program page. [StartMonthYear ]: The month and year the user commenced the activity referenced. [Emails ]: Represents detailed information about email addresses associated with the user. @@ -8866,9 +9162,9 @@ Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they have attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: The scoped-role administrative unit memberships for this user. Read-only. Nullable. @@ -8932,7 +9228,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. @@ -9082,7 +9378,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Use revokeSignInSessions to reset. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -9129,6 +9425,48 @@ The language component follows two-letter codes as defined in ISO 639-1, and the For users with multigeo licenses, the property contains the user's region (if available). For users without multigeo licenses, the property contains the organization's region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China. + [Sections ]: The sections in the user's chat list. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the section was created. +Read-only. +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. + [DisplayIcon ]: sectionDisplayIcon + [(Any) ]: This indicates any property can be added to this object. + [ContentUrl ]: The URL to a custom icon image. +Applicable when iconType is custom. + [DisplayName ]: The human-readable name of the icon. + [IconType ]: The type of icon. +Use an emoji character such as 👍 for an emoji icon, or custom for a custom image icon. + [SkinTone ]: sectionIconSkinTone + [DisplayName ]: The display name of the section. +Required. +Maximum length is 50 characters. +Display names are case-sensitive and must be unique within a user's sections. +The following names are reserved for system-defined sections and can't be used when creating a user-defined section: RecentChats, QuickViews, TeamsAndChannels, MutedChats, MeetingChats, EngageCommunities. + [IsExpanded ]: Indicates whether the section is expanded in the user interface. +The default value is true. + [IsHierarchicalViewEnabled ]: Indicates whether the hierarchical view is enabled for the section. +Read-only. + [Items ]: The items (chats, channels, meetings, or communities) organized within the section. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the item was added to the section. +Read-only. +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. + [ItemType ]: sectionItemType + [LastModifiedDateTime ]: Date and time when the item was last modified. +Read-only. +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. + [LastModifiedDateTime ]: Date and time when the section was last modified. +Read-only. +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. + [SectionType ]: sectionType + [SortType ]: sectionSortType [Todo ]: todo [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -9141,6 +9479,12 @@ Read-only. Nullable. [IsOwner ]: True if the user is owner of the given task list. [IsShared ]: True if the task list is shared with other users + [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the task list. +Read-only. +Nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Value ]: The value of the property. [Tasks ]: The tasks in this task list. Read-only. Nullable. @@ -9204,9 +9548,6 @@ Read-only. [Recurrence ]: patternedRecurrence [ReminderDateTime ]: dateTimeTimeZone [SingleValueExtendedProperties ]: A collection of custom fields linked to the task. - [Id ]: The unique identifier for an entity. -Read-only. - [Value ]: The value of the property. [StartDateTime ]: dateTimeTimeZone [Status ]: taskStatus [Title ]: A brief description of the task. @@ -9258,6 +9599,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. @@ -9295,6 +9638,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. @@ -9317,6 +9661,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 ]: @@ -9370,6 +9715,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. @@ -9379,8 +9726,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. @@ -9396,6 +9741,8 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -9949,7 +10296,7 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for users to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). @@ -10243,22 +10590,23 @@ Always null when the object hasn't been deleted. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -10288,12 +10636,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -10403,7 +10808,7 @@ Optional. [IncludeBasicClaimSet ]: Determines whether the basic claim set is included in tokens affected by this policy. If set to true, all claims in the basic claim set are emitted in tokens affected by the policy. By default the basic claim set isn't in the tokens unless they're explicitly configured in this policy. - [CreatedByAppId ]: The appId (called Application (client) ID on the Microsoft Entra admin center) of the application used to create the service principal. + [CreatedByAppId ]: The appId of the application that created this service principal. Set internally by Microsoft Entra ID. Read-only. [CreatedObjects ]: Directory objects created by this service principal. @@ -10535,7 +10940,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -10694,13 +11099,13 @@ May not begin with .. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [ApprovedClientApps ]: + [ApprovedClientApps ]: The collection of approved client apps that are associated with the RDS configuration. +Supports $expand. [Id ]: The unique identifier for an entity. Read-only. - [DisplayName ]: + [DisplayName ]: Display name for the client application. [IsRemoteDesktopProtocolEnabled ]: Determines if Microsoft Entra ID RDS authentication protocol for RDP is enabled. [TargetDeviceGroups ]: The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. -
]: The unique identifier for an entity. Read-only. [DisplayName ]: Display name for the target device group. @@ -11061,7 +11466,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. - [ExternalAuthenticationMethods ]: Represents the external methods registered to a user for authentication. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. Optional. @@ -11077,7 +11482,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. - [DisplayName ]: Custom name given to the registered external authentication method. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. @@ -11330,7 +11735,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -11583,7 +11988,7 @@ Read-only. The identifiers must be unique in the tenant. [Birthday ]: The birthday of the user. 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 Returned only on $select. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. Only one number can be set for this property. Read-only for users synced from on-premises directory. @@ -12193,6 +12598,49 @@ This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. Read only. + [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. +Nullable. + [Attachments ]: References to attached objects like files, tabs, meetings etc. + [Body ]: itemBody + [ChannelIdentity ]: channelIdentity + [ChatId ]: If the message was sent in a chat, represents the identity of the chat. + [CreatedDateTime ]: Timestamp of when the chat message was created. + [DeletedDateTime ]: Read only. +Timestamp at which the chat message was deleted, or null if not deleted. + [Etag ]: Read-only. +Version number of the chat message. + [EventDetail ]: eventMessageDetail + [From ]: chatMessageFromIdentitySet + [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. + [Importance ]: chatMessageImportance + [LastEditedDateTime ]: Read only. +Timestamp when edits to the chat message were made. +Triggers an 'Edited' flag in the Teams UI. +If no edits are made the value is null. + [LastModifiedDateTime ]: Read only. +Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. + [Locale ]: Locale of the chat message set by the client. +Always set to en-us. + [Mentions ]: List of entities mentioned in the chat message. +Supported entities are: user, bot, team, channel, chat, and tag. + [MessageHistory ]: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. + [MessageType ]: chatMessageType + [OnBehalfOf ]: chatMessageFromIdentitySet + [PolicyViolation ]: chatMessagePolicyViolation + [Reactions ]: Reactions for this chat message (for example, Like). + [Replies ]: Replies for a specified message. +Supports $expand for channel messages. + [ReplyToId ]: Read-only. +ID of the parent chat message or root chat message of the thread. +(Only applies to chat messages in channels, not chats.) + [Subject ]: The subject of the chat message, in plaintext. + [Summary ]: Summary text of the chat message that could be used for push notifications and summary views or fall back views. +Only applies to channel chat messages, not chat messages in a chat. + [WebUrl ]: Read-only. +Link to the message in Microsoft Teams. + [Id ]: The unique identifier for an entity. +Read-only. + [Recipient ]: identity [TenantId ]: The identifier of the tenant in which the chat was created. Read-only. [Topic ]: (Optional) Subject or topic for the chat. @@ -12228,21 +12676,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -12332,7 +12837,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 @@ -12357,6 +12864,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. @@ -12564,10 +13104,11 @@ 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. + [ContentCategory ]: contentCategory [CorrelationId ]: An identifier used to group multiple related content entries (for example, different parts of the same file upload, messages in a conversation). [CreatedDateTime ]: Required. Timestamp indicating when the original content was created (for example, file creation time, message sent time). @@ -12852,6 +13393,7 @@ To proactively opt in to the new behavior ahead of time, use the contentStream p Nullable. [File ]: file [(Any) ]: This indicates any property can be added to this object. + [ArchiveStatus ]: fileArchiveStatus [Hashes ]: hashes [(Any) ]: This indicates any property can be added to this object. [Crc32Hash ]: The CRC32 value of the file (if available). @@ -12862,6 +13404,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. @@ -12962,6 +13517,17 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(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. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity. @@ -13971,6 +14537,8 @@ 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 total count of items in the list. +Read-only. [Items ]: All items contained in the list. [List ]: listInfo [(Any) ]: This indicates any property can be added to this object. @@ -14067,6 +14635,24 @@ Required. [LearningProviderId ]: The registration ID of the provider. Required. [Status ]: courseStatus + [Storyline ]: User's storyline singleton container. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Followers ]: The users who are following this user. + [Id ]: The unique identifier for an entity. +Read-only. + [Follower ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Followings ]: The users that this user is following. + [Id ]: The unique identifier for an entity. +Read-only. + [Following ]: The Viva Engage identities. [EmployeeHireDate ]: The date and time when the user was hired or will start work if there is a future hire. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. @@ -14081,10 +14667,10 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. @@ -14557,7 +15143,9 @@ Read-write. [(Any) ]: This indicates any property can be added to this object. [ArchiveStatus ]: siteArchiveStatus [ArchivedBy ]: identitySet - [ArchivedDateTime ]: + [ArchivedDateTime ]: Time when the container was archived. +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. [DataLocationCode ]: The geographic region code for where this site collection resides. Only present for multi-geo tenants. Read-only. @@ -14580,7 +15168,7 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. 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. - Returned only on $select. + Requires $select to retrieve. Note: This property is specific to SharePoint Online. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. @@ -14603,6 +15191,27 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityGovernance ]: identityGovernanceUserSettings + [(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 ]: 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 + [(Any) ]: This indicates any property can be added to this object. + [Duration ]: The requestor's desired duration of access represented in ISO 8601 format for durations. +For example, PT3H refers to three hours. + If specified in a request, endDateTime shouldn't be present and the type property should be set to afterDuration. + [EndDateTime ]: Timestamp of 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. + [Type ]: expirationPatternType + [Recurrence ]: patternedRecurrence + [StartDateTime ]: 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. +In PIM, when the eligible or active assignment becomes active. [IdentityParentId ]: The object ID of the parent identity for agent users. Always null for regular user accounts. For agentUser resources, this property references the object ID of the associated agent identity. @@ -14699,7 +15308,7 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for users to describe their interests. -Returned only on $select. +Requires $select to retrieve. [InvitedBy ]: directoryObject [IsLicenseReconciliationNeeded ]: Indicates whether the user is pending an exchange mailbox license assignment. Read-only. @@ -14708,7 +15317,8 @@ Returned only on $select. 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). @@ -14722,24 +15332,24 @@ If this list is non-empty, then only users or groups listed here can post. [AccessType ]: groupAccessType [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are auto-subscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -14749,6 +15359,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -14907,11 +15518,11 @@ You can use it as a $filter argument to get groups that have members with licens Supports $filter (eq). [HideFromAddressLists ]: true if the group isn't displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: true if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [InfoCatalogs ]: Identifies the info segments assigned to the group. Returned by default. @@ -14935,7 +15546,7 @@ Read-only. To manage a group 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. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -14985,6 +15596,7 @@ Read-only. [OnPremisesDomainName ]: Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only. + [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [OnPremisesLastSyncDateTime ]: Indicates the last time at which the group was synced with the on-premises directory.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. Returned by default. @@ -15168,10 +15780,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -15180,9 +15794,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. @@ -15346,7 +15989,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). @@ -15394,6 +16037,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 @@ -15791,12 +16435,12 @@ Immutable. Read-only. [UnseenConversationsCount ]: Count of conversations delivered one or more new posts since the signed-in user's last visit to the group. This property is the same as unseenCount. -Returned only on $select. +Requires $select to retrieve. [UnseenCount ]: Count of conversations that have received new posts since the signed-in user last visited the group. -This property is the same as unseenConversationsCount.Returned only on $select. +This property is the same as unseenConversationsCount.Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [UnseenMessagesCount ]: Count of new posts that have been delivered to the group's conversations since the signed-in user's last visit to the group. -Returned only on $select. +Requires $select to retrieve. [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. @@ -15807,7 +16451,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Requires $select to retrieve. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -15824,16 +16471,16 @@ Nullable. 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. Read-only. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. It also indicates licenses that are directly assigned and the ones the user inherited through group memberships. Read-only. -Returned only on $select. +Requires $select to retrieve. [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. Read-Only. @@ -15959,7 +16606,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -16193,7 +16840,7 @@ Read-only. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Notifications ]: [Id ]: The unique identifier for an entity. Read-only. @@ -16288,6 +16935,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. @@ -16336,6 +16987,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. @@ -16590,7 +17246,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for users to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [PendingAccessReviewInstances ]: Navigation property to get a list of access reviews pending approval by the reviewer. [Id ]: The unique identifier for an entity. Read-only. @@ -16610,14 +17266,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. @@ -16950,7 +17598,7 @@ Example: 'en-US', or 'es-ES'. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -17406,15 +18054,14 @@ Read-only. [WebUrl ]: Link to the institution or department homepage. [Program ]: educationalActivityDetail [(Any) ]: This indicates any property can be added to this object. - [Abbreviation ]: Shortened name of the degree or program (example: PhD, MBA) + [Abbreviation ]: Shortened name of the degree or program, for example, PhD and MBA. [Activities ]: Extracurricular activities undertaken alongside the program. [Awards ]: Any awards or honors associated with the program. [Description ]: Short description of the program provided by the user. [DisplayName ]: Long-form name of the program that the user provided. - [FieldsOfStudy ]: Majors and minors associated with the program. -(if applicable) - [Grade ]: The final grade, class, GPA, or score. - [Notes ]: More notes the user provided. + [FieldsOfStudy ]: Majors and minors associated with the program, if applicable. + [Grade ]: The final grade, class, grade point average (GPA), or score. + [Notes ]: More notes provided by the user. [WebUrl ]: Link to the degree or program page. [StartMonthYear ]: The month and year the user commenced the activity referenced. [Emails ]: Represents detailed information about email addresses associated with the user. @@ -17717,9 +18364,9 @@ Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they have attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: The scoped-role administrative unit memberships for this user. Read-only. Nullable. @@ -17783,7 +18430,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. @@ -17933,7 +18580,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Use revokeSignInSessions to reset. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -17980,6 +18627,48 @@ The language component follows two-letter codes as defined in ISO 639-1, and the For users with multigeo licenses, the property contains the user's region (if available). For users without multigeo licenses, the property contains the organization's region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China. + [Sections ]: The sections in the user's chat list. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the section was created. +Read-only. +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. + [DisplayIcon ]: sectionDisplayIcon + [(Any) ]: This indicates any property can be added to this object. + [ContentUrl ]: The URL to a custom icon image. +Applicable when iconType is custom. + [DisplayName ]: The human-readable name of the icon. + [IconType ]: The type of icon. +Use an emoji character such as 👍 for an emoji icon, or custom for a custom image icon. + [SkinTone ]: sectionIconSkinTone + [DisplayName ]: The display name of the section. +Required. +Maximum length is 50 characters. +Display names are case-sensitive and must be unique within a user's sections. +The following names are reserved for system-defined sections and can't be used when creating a user-defined section: RecentChats, QuickViews, TeamsAndChannels, MutedChats, MeetingChats, EngageCommunities. + [IsExpanded ]: Indicates whether the section is expanded in the user interface. +The default value is true. + [IsHierarchicalViewEnabled ]: Indicates whether the hierarchical view is enabled for the section. +Read-only. + [Items ]: The items (chats, channels, meetings, or communities) organized within the section. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the item was added to the section. +Read-only. +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. + [ItemType ]: sectionItemType + [LastModifiedDateTime ]: Date and time when the item was last modified. +Read-only. +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. + [LastModifiedDateTime ]: Date and time when the section was last modified. +Read-only. +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. + [SectionType ]: sectionType + [SortType ]: sectionSortType [Todo ]: todo [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -17992,6 +18681,12 @@ Read-only. Nullable. [IsOwner ]: True if the user is owner of the given task list. [IsShared ]: True if the task list is shared with other users + [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the task list. +Read-only. +Nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Value ]: The value of the property. [Tasks ]: The tasks in this task list. Read-only. Nullable. @@ -18055,9 +18750,6 @@ Read-only. [Recurrence ]: patternedRecurrence [ReminderDateTime ]: dateTimeTimeZone [SingleValueExtendedProperties ]: A collection of custom fields linked to the task. - [Id ]: The unique identifier for an entity. -Read-only. - [Value ]: The value of the property. [StartDateTime ]: dateTimeTimeZone [Status ]: taskStatus [Title ]: A brief description of the task. @@ -18109,6 +18801,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. @@ -18146,6 +18840,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. @@ -18168,6 +18863,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 ]: @@ -18221,6 +18917,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. @@ -18230,8 +18928,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. @@ -18247,6 +18943,8 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementSettingDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementSettingDefinition.md index 327c194e5296a..09947e1eefd5f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementSettingDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementSettingDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/update-mgbetadevicemanagementsettingdefinition Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementSettingDefinition --- @@ -29,7 +29,7 @@ Update-MgBetaDeviceManagementSettingDefinition -DeviceManagementSettingDefinitio [-PlaceholderText ] [-ValueType ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -40,7 +40,6 @@ Update-MgBetaDeviceManagementSettingDefinition -DeviceManagementSettingDefinitio [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -55,7 +54,7 @@ Update-MgBetaDeviceManagementSettingDefinition -InputObject ] [-ValueType ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -66,7 +65,6 @@ Update-MgBetaDeviceManagementSettingDefinition -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementTemplate.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementTemplate.md index 9725824674b81..a14fd0aa97bcc 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementTemplate.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementTemplate.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/update-mgbetadevicemanagementtemplate Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementTemplate --- @@ -29,7 +29,7 @@ Update-MgBetaDeviceManagementTemplate -DeviceManagementTemplateId [-TemplateSubtype ] [-TemplateType ] [-VersionInfo ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -39,7 +39,7 @@ Update-MgBetaDeviceManagementTemplate -DeviceManagementTemplateId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -54,7 +54,7 @@ Update-MgBetaDeviceManagementTemplate -InputObject [-TemplateSubtype ] [-TemplateType ] [-VersionInfo ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -64,7 +64,7 @@ Update-MgBetaDeviceManagementTemplate -InputObject -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.DeviceManagement/Update-MgBetaDeviceManagementTemplateCategory.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementTemplateCategory.md index 3d9b61cc608c6..c1b9a7d9c7313 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementTemplateCategory.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementTemplateCategory.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/update-mgbetadevicemanagementtemplatecategory Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementTemplateCategory --- @@ -27,7 +27,7 @@ Update-MgBetaDeviceManagementTemplateCategory -DeviceManagementTemplateId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -39,7 +39,6 @@ Update-MgBetaDeviceManagementTemplateCategory -DeviceManagementTemplateId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -52,7 +51,7 @@ Update-MgBetaDeviceManagementTemplateCategory -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -63,7 +62,6 @@ Update-MgBetaDeviceManagementTemplateCategory -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementTemplateCategoryRecommendedSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementTemplateCategoryRecommendedSetting.md index 548c9f3e08e16..d3913859873ed 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementTemplateCategoryRecommendedSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementTemplateCategoryRecommendedSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/update-mgbetadevicemanagementtemplatecategoryrecommendedsetting Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementTemplateCategoryRecommendedSetting --- @@ -26,7 +26,7 @@ Update-MgBetaDeviceManagementTemplateCategoryRecommendedSetting [-AdditionalProperties ] [-DefinitionId ] [-Id ] [-ValueJson ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -38,7 +38,7 @@ Update-MgBetaDeviceManagementTemplateCategoryRecommendedSetting -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -49,7 +49,7 @@ Update-MgBetaDeviceManagementTemplateCategoryRecommendedSetting [-AdditionalProperties ] [-DefinitionId ] [-Id ] [-ValueJson ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -60,7 +60,7 @@ Update-MgBetaDeviceManagementTemplateCategoryRecommendedSetting -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.DeviceManagement/Update-MgBetaDeviceManagementTemplateCategorySettingDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementTemplateCategorySettingDefinition.md index 4772f4b14598d..f0e5c8abbaf31 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementTemplateCategorySettingDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementTemplateCategorySettingDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/update-mgbetadevicemanagementtemplatecategorysettingdefinition Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementTemplateCategorySettingDefinition --- @@ -30,7 +30,7 @@ Update-MgBetaDeviceManagementTemplateCategorySettingDefinition [-PlaceholderText ] [-ValueType ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -43,7 +43,6 @@ Update-MgBetaDeviceManagementTemplateCategorySettingDefinition [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -58,7 +57,7 @@ Update-MgBetaDeviceManagementTemplateCategorySettingDefinition [-PlaceholderText ] [-ValueType ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -70,7 +69,6 @@ Update-MgBetaDeviceManagementTemplateCategorySettingDefinition [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementTemplateMigratableTo.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementTemplateMigratableTo.md index 35fea30aa41dd..12f9b7a721c6f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementTemplateMigratableTo.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementTemplateMigratableTo.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/update-mgbetadevicemanagementtemplatemigratableto Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementTemplateMigratableTo --- @@ -30,7 +30,7 @@ Update-MgBetaDeviceManagementTemplateMigratableTo -DeviceManagementTemplateId ] [-TemplateType ] [-VersionInfo ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -41,7 +41,6 @@ Update-MgBetaDeviceManagementTemplateMigratableTo -DeviceManagementTemplateId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -56,7 +55,7 @@ Update-MgBetaDeviceManagementTemplateMigratableTo -InputObject ] [-TemplateType ] [-VersionInfo ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -66,7 +65,7 @@ Update-MgBetaDeviceManagementTemplateMigratableTo -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementTemplateMigratableToCategory.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementTemplateMigratableToCategory.md index 0debfdf1fcd4f..54989803f8810 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementTemplateMigratableToCategory.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementTemplateMigratableToCategory.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/update-mgbetadevicemanagementtemplatemigratabletocategory Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementTemplateMigratableToCategory --- @@ -28,7 +28,7 @@ Update-MgBetaDeviceManagementTemplateMigratableToCategory -DeviceManagementTempl [-SettingDefinitions ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -40,7 +40,6 @@ Update-MgBetaDeviceManagementTemplateMigratableToCategory -DeviceManagementTempl [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -53,7 +52,7 @@ Update-MgBetaDeviceManagementTemplateMigratableToCategory -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -64,7 +63,6 @@ Update-MgBetaDeviceManagementTemplateMigratableToCategory -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementTemplateMigratableToCategoryRecommendedSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementTemplateMigratableToCategoryRecommendedSetting.md index d11bcb99b0c4e..1ec4db8bbbc60 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementTemplateMigratableToCategoryRecommendedSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementTemplateMigratableToCategoryRecommendedSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/update-mgbetadevicemanagementtemplatemigratabletocategoryrecommendedsetting Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementTemplateMigratableToCategoryRecommendedSetting --- @@ -27,7 +27,6 @@ Update-MgBetaDeviceManagementTemplateMigratableToCategoryRecommendedSetting [-Id ] [-ValueJson ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -39,7 +38,7 @@ Update-MgBetaDeviceManagementTemplateMigratableToCategoryRecommendedSetting -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -50,7 +49,7 @@ Update-MgBetaDeviceManagementTemplateMigratableToCategoryRecommendedSetting [-AdditionalProperties ] [-DefinitionId ] [-Id ] [-ValueJson ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -61,7 +60,7 @@ Update-MgBetaDeviceManagementTemplateMigratableToCategoryRecommendedSetting -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.DeviceManagement/Update-MgBetaDeviceManagementTemplateMigratableToCategorySettingDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementTemplateMigratableToCategorySettingDefinition.md index 9470fab6afa4a..dd39ca217ab8b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementTemplateMigratableToCategorySettingDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementTemplateMigratableToCategorySettingDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/update-mgbetadevicemanagementtemplatemigratabletocategorysettingdefinition Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementTemplateMigratableToCategorySettingDefinition --- @@ -31,7 +31,7 @@ Update-MgBetaDeviceManagementTemplateMigratableToCategorySettingDefinition [-PlaceholderText ] [-ValueType ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -44,7 +44,6 @@ Update-MgBetaDeviceManagementTemplateMigratableToCategorySettingDefinition [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -59,7 +58,7 @@ Update-MgBetaDeviceManagementTemplateMigratableToCategorySettingDefinition [-PlaceholderText ] [-ValueType ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -71,7 +70,6 @@ Update-MgBetaDeviceManagementTemplateMigratableToCategorySettingDefinition [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementTemplateMigratableToSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementTemplateMigratableToSetting.md index 54b48831c1759..d7145312b54ef 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementTemplateMigratableToSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementTemplateMigratableToSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/update-mgbetadevicemanagementtemplatemigratabletosetting Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementTemplateMigratableToSetting --- @@ -26,7 +26,6 @@ Update-MgBetaDeviceManagementTemplateMigratableToSetting -DeviceManagementSettin [-Id ] [-ValueJson ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -37,7 +36,7 @@ Update-MgBetaDeviceManagementTemplateMigratableToSetting -DeviceManagementSettin -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -48,7 +47,6 @@ Update-MgBetaDeviceManagementTemplateMigratableToSetting -InputObject ] [-ValueJson ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -58,7 +56,7 @@ Update-MgBetaDeviceManagementTemplateMigratableToSetting -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementTemplateSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementTemplateSetting.md index c8395beae62b8..caa890e566ecc 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementTemplateSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementTemplateSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/update-mgbetadevicemanagementtemplatesetting Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementTemplateSetting --- @@ -25,7 +25,7 @@ Update-MgBetaDeviceManagementTemplateSetting -DeviceManagementSettingInstanceId [-AdditionalProperties ] [-DefinitionId ] [-Id ] [-ValueJson ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -36,7 +36,7 @@ Update-MgBetaDeviceManagementTemplateSetting -DeviceManagementSettingInstanceId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -47,7 +47,6 @@ Update-MgBetaDeviceManagementTemplateSetting -InputObject ] [-ValueJson ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -57,7 +56,7 @@ Update-MgBetaDeviceManagementTemplateSetting -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementTroubleshootingEvent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementTroubleshootingEvent.md index bb7df2373a31f..9b43cbca4985f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementTroubleshootingEvent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementTroubleshootingEvent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/update-mgbetadevicemanagementtroubleshootingevent Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementTroubleshootingEvent --- @@ -30,7 +30,7 @@ Update-MgBetaDeviceManagementTroubleshootingEvent -DeviceManagementTroubleshooti [-TroubleshootingErrorDetails ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -41,7 +41,6 @@ Update-MgBetaDeviceManagementTroubleshootingEvent -DeviceManagementTroubleshooti [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -54,7 +53,7 @@ Update-MgBetaDeviceManagementTroubleshootingEvent -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -65,7 +64,6 @@ Update-MgBetaDeviceManagementTroubleshootingEvent -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementWindowsInformationProtectionAppLearningSummary.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementWindowsInformationProtectionAppLearningSummary.md index 1e9004c1c1022..1644459974c9a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementWindowsInformationProtectionAppLearningSummary.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementWindowsInformationProtectionAppLearningSummary.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/update-mgbetadevicemanagementwindowsinformationprotectionapplearningsummary Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementWindowsInformationProtectionAppLearningSummary --- @@ -29,7 +29,7 @@ Update-MgBetaDeviceManagementWindowsInformationProtectionAppLearningSummary [-ApplicationType ] [-DeviceCount ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -41,7 +41,6 @@ Update-MgBetaDeviceManagementWindowsInformationProtectionAppLearningSummary [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -53,7 +52,7 @@ Update-MgBetaDeviceManagementWindowsInformationProtectionAppLearningSummary [-ApplicationType ] [-DeviceCount ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -65,7 +64,6 @@ Update-MgBetaDeviceManagementWindowsInformationProtectionAppLearningSummary [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementWindowsInformationProtectionNetworkLearningSummary.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementWindowsInformationProtectionNetworkLearningSummary.md index 906bd7568ab4c..ce4998c5bd62b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementWindowsInformationProtectionNetworkLearningSummary.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementWindowsInformationProtectionNetworkLearningSummary.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/update-mgbetadevicemanagementwindowsinformationprotectionnetworklearningsummary Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementWindowsInformationProtectionNetworkLearningSummary --- @@ -28,7 +28,7 @@ Update-MgBetaDeviceManagementWindowsInformationProtectionNetworkLearningSummary [-AdditionalProperties ] [-DeviceCount ] [-Id ] [-Url ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -40,7 +40,6 @@ Update-MgBetaDeviceManagementWindowsInformationProtectionNetworkLearningSummary [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -51,7 +50,7 @@ Update-MgBetaDeviceManagementWindowsInformationProtectionNetworkLearningSummary [-AdditionalProperties ] [-DeviceCount ] [-Id ] [-Url ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -63,7 +62,6 @@ Update-MgBetaDeviceManagementWindowsInformationProtectionNetworkLearningSummary [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementWindowsMalwareInformation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementWindowsMalwareInformation.md index 3939c18b610c1..5a73d8290831f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementWindowsMalwareInformation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementWindowsMalwareInformation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/update-mgbetadevicemanagementwindowsmalwareinformation Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementWindowsMalwareInformation --- @@ -30,7 +30,7 @@ Update-MgBetaDeviceManagementWindowsMalwareInformation -WindowsMalwareInformatio [-Id ] [-LastDetectionDateTime ] [-Severity ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -40,7 +40,7 @@ Update-MgBetaDeviceManagementWindowsMalwareInformation -WindowsMalwareInformatio -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -53,7 +53,7 @@ Update-MgBetaDeviceManagementWindowsMalwareInformation -InputObject ] [-LastDetectionDateTime ] [-Severity ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -63,7 +63,7 @@ Update-MgBetaDeviceManagementWindowsMalwareInformation -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementWindowsMalwareInformationDeviceMalwareState.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementWindowsMalwareInformationDeviceMalwareState.md index c91ecf2124ab5..25e60ee53db1c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementWindowsMalwareInformationDeviceMalwareState.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementWindowsMalwareInformationDeviceMalwareState.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/update-mgbetadevicemanagementwindowsmalwareinformationdevicemalwarestate Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementWindowsMalwareInformationDeviceMalwareState --- @@ -31,7 +31,6 @@ Update-MgBetaDeviceManagementWindowsMalwareInformationDeviceMalwareState [-ThreatState ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -42,7 +41,7 @@ Update-MgBetaDeviceManagementWindowsMalwareInformationDeviceMalwareState -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -56,7 +55,6 @@ Update-MgBetaDeviceManagementWindowsMalwareInformationDeviceMalwareState [-ThreatState ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -67,7 +65,7 @@ Update-MgBetaDeviceManagementWindowsMalwareInformationDeviceMalwareState -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.DeviceManagement/Update-MgBetaDeviceManagementWindowsQualityUpdateProfile.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementWindowsQualityUpdateProfile.md index d9022eb8b1cf4..7b6457010ada2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementWindowsQualityUpdateProfile.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementWindowsQualityUpdateProfile.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/update-mgbetadevicemanagementwindowsqualityupdateprofile Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementWindowsQualityUpdateProfile --- @@ -29,7 +29,7 @@ Update-MgBetaDeviceManagementWindowsQualityUpdateProfile -WindowsQualityUpdatePr [-LastModifiedDateTime ] [-ReleaseDateDisplayName ] [-RoleScopeTagIds ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -39,7 +39,7 @@ Update-MgBetaDeviceManagementWindowsQualityUpdateProfile -WindowsQualityUpdatePr -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -54,7 +54,7 @@ Update-MgBetaDeviceManagementWindowsQualityUpdateProfile -InputObject ] [-ReleaseDateDisplayName ] [-RoleScopeTagIds ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -64,7 +64,7 @@ Update-MgBetaDeviceManagementWindowsQualityUpdateProfile -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -742,6 +742,7 @@ Read-only. [ExpeditedUpdateSettings ]: A complex type to store the expedited quality update settings such as release date and days until forced reboot. [(Any) ]: This indicates any property can be added to this object. [DaysUntilForcedReboot ]: The number of days after installation that forced reboot will happen. + [QualityUpdateCatalogItemId ]: The unique identifier for the quality update catalog item targeted by the expedite. [QualityUpdateRelease ]: The release date to identify a quality update. [LastModifiedDateTime ]: The date time that the profile was last modified. [ReleaseDateDisplayName ]: Friendly release date to display for a Quality Update release @@ -750,6 +751,7 @@ Read-only. EXPEDITEDUPDATESETTINGS ``: A complex type to store the expedited quality update settings such as release date and days until forced reboot. [(Any) ]: This indicates any property can be added to this object. [DaysUntilForcedReboot ]: The number of days after installation that forced reboot will happen. + [QualityUpdateCatalogItemId ]: The unique identifier for the quality update catalog item targeted by the expedite. [QualityUpdateRelease ]: The release date to identify a quality update. INPUTOBJECT ``: Identity Parameter diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementWindowsQualityUpdateProfileAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementWindowsQualityUpdateProfileAssignment.md index 217f81bfe9669..ba77adf10bfaa 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementWindowsQualityUpdateProfileAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement/Update-MgBetaDeviceManagementWindowsQualityUpdateProfileAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.DeviceManagement-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devicemanagement/update-mgbetadevicemanagementwindowsqualityupdateprofileassignment Locale: en-US Module Name: Microsoft.Graph.Beta.DeviceManagement -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementWindowsQualityUpdateProfileAssignment --- @@ -26,7 +26,6 @@ Update-MgBetaDeviceManagementWindowsQualityUpdateProfileAssignment [-Target ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -38,7 +37,6 @@ Update-MgBetaDeviceManagementWindowsQualityUpdateProfileAssignment [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -50,7 +48,6 @@ Update-MgBetaDeviceManagementWindowsQualityUpdateProfileAssignment [-Target ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -62,7 +59,6 @@ Update-MgBetaDeviceManagementWindowsQualityUpdateProfileAssignment [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrint.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrint.md index d961e04d6c3a8..4847bb51ed10e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrint.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrint.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devices.cloudprint/get-mgbetaprint Locale: en-US Module Name: Microsoft.Graph.Beta.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPrint --- @@ -26,7 +26,7 @@ Get print Get-MgBetaPrint [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintConnector.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintConnector.md index 145b1e80d4de2..d7f32bc6d417b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintConnector.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintConnector.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devices.cloudprint/get-mgbetaprintconnector Locale: en-US Module Name: Microsoft.Graph.Beta.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPrintConnector --- @@ -28,7 +28,7 @@ Get-MgBetaPrintConnector [-ExpandProperty ] [-Property ] [-F [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -37,7 +37,7 @@ Get-MgBetaPrintConnector [-ExpandProperty ] [-Property ] [-F Get-MgBetaPrintConnector -PrintConnectorId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +46,7 @@ Get-MgBetaPrintConnector -PrintConnectorId [-ExpandProperty ] Get-MgBetaPrintConnector -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintConnectorCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintConnectorCount.md index 7a8bcaae7e61f..960b42b8b786e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintConnectorCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintConnectorCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devices.cloudprint/get-mgbetaprintconnectorcount Locale: en-US Module Name: Microsoft.Graph.Beta.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPrintConnectorCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaPrintConnectorCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintOperation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintOperation.md index 787e5fa23e5f8..18da133f31409 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintOperation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintOperation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devices.cloudprint/get-mgbetaprintoperation Locale: en-US Module Name: Microsoft.Graph.Beta.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPrintOperation --- @@ -28,7 +28,7 @@ Get-MgBetaPrintOperation [-ExpandProperty ] [-Property ] [-F [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -37,7 +37,7 @@ Get-MgBetaPrintOperation [-ExpandProperty ] [-Property ] [-F Get-MgBetaPrintOperation -PrintOperationId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +46,7 @@ Get-MgBetaPrintOperation -PrintOperationId [-ExpandProperty ] Get-MgBetaPrintOperation -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -62,7 +62,7 @@ Retrieve the properties and relationships of a printOperation object. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Printer.Create, Printer.ReadWrite.All, Printer.FullControl.All, | +| Delegated (work or school account) | Printer.Create, Printer.FullControl.All, Printer.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | | Application | Not supported | diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintOperationCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintOperationCount.md index b51d354112f57..9cfed49ed0dba 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintOperationCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintOperationCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devices.cloudprint/get-mgbetaprintoperationcount Locale: en-US Module Name: Microsoft.Graph.Beta.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPrintOperationCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaPrintOperationCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintPrinter.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintPrinter.md index cb9ea2e7aa615..93427a16d28f9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintPrinter.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintPrinter.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devices.cloudprint/get-mgbetaprintprinter Locale: en-US Module Name: Microsoft.Graph.Beta.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPrintPrinter --- @@ -28,7 +28,7 @@ Get-MgBetaPrintPrinter [-ExpandProperty ] [-Property ] [-Fil [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -37,7 +37,7 @@ Get-MgBetaPrintPrinter [-ExpandProperty ] [-Property ] [-Fil Get-MgBetaPrintPrinter -PrinterId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +46,7 @@ Get-MgBetaPrintPrinter -PrinterId [-ExpandProperty ] [-Proper Get-MgBetaPrintPrinter -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -62,7 +62,7 @@ Retrieve the properties and relationships of a printer object. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Printer.Read.All, PrinterShare.ReadWrite.All, PrinterShare.ReadBasic.All, PrinterShare.Read.All, Printer.ReadWrite.All, Printer.FullControl.All, | +| Delegated (work or school account) | Printer.Read.All, Printer.FullControl.All, Printer.ReadWrite.All, PrinterShare.Read.All, PrinterShare.ReadBasic.All, PrinterShare.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | | Application | Printer.Read.All, Printer.ReadWrite.All, | diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintPrinterCapability.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintPrinterCapability.md index 4a891ca1b2f87..2888e8d15a086 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintPrinterCapability.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintPrinterCapability.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devices.cloudprint/get-mgbetaprintprintercapability Locale: en-US Module Name: Microsoft.Graph.Beta.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPrintPrinterCapability --- @@ -23,7 +23,7 @@ Get a list of capabilities for the printer. Get-MgBetaPrintPrinterCapability -PrinterId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -32,7 +32,7 @@ Get-MgBetaPrintPrinterCapability -PrinterId [-ResponseHeadersVariable < Get-MgBetaPrintPrinterCapability -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -48,7 +48,7 @@ Get a list of capabilities for the printer. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Printer.Read.All, Printer.ReadWrite.All, Printer.FullControl.All, | +| Delegated (work or school account) | Printer.Read.All, Printer.FullControl.All, Printer.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | | Application | Not supported | diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintPrinterConnector.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintPrinterConnector.md index 2a4014b91e734..216a755f987ae 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintPrinterConnector.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintPrinterConnector.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devices.cloudprint/get-mgbetaprintprinterconnector Locale: en-US Module Name: Microsoft.Graph.Beta.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPrintPrinterConnector --- @@ -28,7 +28,7 @@ Get-MgBetaPrintPrinterConnector -PrinterId [-ExpandProperty ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaPrintPrinterConnector -PrintConnectorId -PrinterId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +48,7 @@ Get-MgBetaPrintPrinterConnector -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintPrinterConnectorCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintPrinterConnectorCount.md index 72d342b41e7ad..934dfaa74a6a0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintPrinterConnectorCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintPrinterConnectorCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devices.cloudprint/get-mgbetaprintprinterconnectorcount Locale: en-US Module Name: Microsoft.Graph.Beta.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPrintPrinterConnectorCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaPrintPrinterConnectorCount -PrinterId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaPrintPrinterConnectorCount -PrinterId [-Filter ] [-Se Get-MgBetaPrintPrinterConnectorCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintPrinterCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintPrinterCount.md index 035b658dce673..630038b675860 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintPrinterCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintPrinterCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devices.cloudprint/get-mgbetaprintprintercount Locale: en-US Module Name: Microsoft.Graph.Beta.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPrintPrinterCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaPrintPrinterCount [-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) | Printer.Read.All, Printer.ReadWrite.All, Printer.FullControl.All, | +| Delegated (work or school account) | Printer.Read.All, Printer.FullControl.All, Printer.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | | Application | Not supported | diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintPrinterJob.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintPrinterJob.md index 6df43dd7d78a2..1768efda61f8a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintPrinterJob.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintPrinterJob.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devices.cloudprint/get-mgbetaprintprinterjob Locale: en-US Module Name: Microsoft.Graph.Beta.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPrintPrinterJob --- @@ -28,7 +28,7 @@ Get-MgBetaPrintPrinterJob -PrinterId [-ExpandProperty ] [-Pro [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -37,7 +37,7 @@ Get-MgBetaPrintPrinterJob -PrinterId [-ExpandProperty ] [-Pro Get-MgBetaPrintPrinterJob -PrintJobId -PrinterId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +46,7 @@ Get-MgBetaPrintPrinterJob -PrintJobId -PrinterId [-ExpandPrope Get-MgBetaPrintPrinterJob -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -62,9 +62,9 @@ Retrieve the properties and relationships of a print job. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | PrintJob.ReadBasic, PrintJob.ReadWriteBasic.All, PrintJob.ReadWriteBasic, PrintJob.ReadWrite.All, PrintJob.ReadWrite, PrintJob.ReadBasic.All, PrintJob.Read.All, PrintJob.Read, | +| Delegated (work or school account) | PrintJob.ReadBasic, PrintJob.Read, PrintJob.Read.All, PrintJob.ReadBasic.All, PrintJob.ReadWrite, PrintJob.ReadWrite.All, PrintJob.ReadWriteBasic, PrintJob.ReadWriteBasic.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | PrintJob.ReadBasic.All, PrintJob.ReadWriteBasic.All, PrintJob.ReadWrite.All, PrintJob.Read.All, | +| Application | PrintJob.ReadBasic.All, PrintJob.Read.All, PrintJob.ReadWrite.All, PrintJob.ReadWriteBasic.All, | ## EXAMPLES ### Example 1: Get print job diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintPrinterJobCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintPrinterJobCount.md index 380481636ad43..dcf57aaad639b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintPrinterJobCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintPrinterJobCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devices.cloudprint/get-mgbetaprintprinterjobcount Locale: en-US Module Name: Microsoft.Graph.Beta.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPrintPrinterJobCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaPrintPrinterJobCount -PrinterId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaPrintPrinterJobCount -PrinterId [-Filter ] [-Search < Get-MgBetaPrintPrinterJobCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -51,9 +51,9 @@ Get the number of the resource | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | PrintJob.ReadBasic, PrintJob.ReadWriteBasic.All, PrintJob.ReadWriteBasic, PrintJob.ReadWrite.All, PrintJob.ReadWrite, PrintJob.ReadBasic.All, PrintJob.Read.All, PrintJob.Read, | +| Delegated (work or school account) | PrintJob.ReadBasic, PrintJob.Read, PrintJob.Read.All, PrintJob.ReadBasic.All, PrintJob.ReadWrite, PrintJob.ReadWrite.All, PrintJob.ReadWriteBasic, PrintJob.ReadWriteBasic.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | PrintJob.ReadBasic.All, PrintJob.ReadWriteBasic.All, PrintJob.ReadWrite.All, PrintJob.Read.All, | +| Application | PrintJob.ReadBasic.All, PrintJob.Read.All, PrintJob.ReadWrite.All, PrintJob.ReadWriteBasic.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintPrinterJobDocument.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintPrinterJobDocument.md index 28d291042ecfa..b4acce0d95b36 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintPrinterJobDocument.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintPrinterJobDocument.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devices.cloudprint/get-mgbetaprintprinterjobdocument Locale: en-US Module Name: Microsoft.Graph.Beta.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPrintPrinterJobDocument --- @@ -29,7 +29,6 @@ Get-MgBetaPrintPrinterJobDocument -PrintJobId -PrinterId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -39,7 +38,7 @@ Get-MgBetaPrintPrinterJobDocument -PrintDocumentId -PrintJobId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -49,7 +48,7 @@ Get-MgBetaPrintPrinterJobDocument -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -65,7 +64,7 @@ Get documents from print | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | PrintJob.Read, PrintJob.ReadWrite.All, PrintJob.ReadWrite, PrintJob.Read.All, | +| Delegated (work or school account) | PrintJob.Read, PrintJob.Read.All, PrintJob.ReadWrite, PrintJob.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | | Application | PrintJob.Read.All, PrintJob.ReadWrite.All, | diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintPrinterJobDocumentContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintPrinterJobDocumentContent.md index cfde110759a62..6268694ac094d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintPrinterJobDocumentContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintPrinterJobDocumentContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devices.cloudprint/get-mgbetaprintprinterjobdocumentcontent Locale: en-US Module Name: Microsoft.Graph.Beta.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPrintPrinterJobDocumentContent --- @@ -28,7 +28,7 @@ Get-MgBetaPrintPrinterJobDocumentContent -PrintDocumentId -PrintJobId < -PrinterId -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaPrintPrinterJobDocumentContent -PrintDocumentId -PrintJobId < Get-MgBetaPrintPrinterJobDocumentContent -InputObject -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -54,7 +54,7 @@ Calling this method yields a redirect response with a preauthenticated URL that | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | PrintJob.Read, PrintJob.ReadWrite.All, PrintJob.ReadWrite, PrintJob.Read.All, | +| Delegated (work or school account) | PrintJob.Read, PrintJob.Read.All, PrintJob.ReadWrite, PrintJob.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | | Application | PrintJob.Read.All, PrintJob.ReadWrite.All, | diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintPrinterJobDocumentCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintPrinterJobDocumentCount.md index c5b0ec74e750a..e6513b6fc4ad0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintPrinterJobDocumentCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintPrinterJobDocumentCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devices.cloudprint/get-mgbetaprintprinterjobdocumentcount Locale: en-US Module Name: Microsoft.Graph.Beta.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPrintPrinterJobDocumentCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaPrintPrinterJobDocumentCount -PrintJobId -PrinterId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaPrintPrinterJobDocumentCount -PrintJobId -PrinterId Get-MgBetaPrintPrinterJobDocumentCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintPrinterJobTask.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintPrinterJobTask.md index 73f88e80a8f50..80846a0908be7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintPrinterJobTask.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintPrinterJobTask.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devices.cloudprint/get-mgbetaprintprinterjobtask Locale: en-US Module Name: Microsoft.Graph.Beta.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPrintPrinterJobTask --- @@ -28,7 +28,7 @@ Get-MgBetaPrintPrinterJobTask -PrintJobId -PrinterId [-ExpandP [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaPrintPrinterJobTask -PrintJobId -PrintTaskId -Printe [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -47,7 +47,7 @@ Get-MgBetaPrintPrinterJobTask -PrintJobId -PrintTaskId -Printe Get-MgBetaPrintPrinterJobTask -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintPrinterJobTaskCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintPrinterJobTaskCount.md index 1c86499d2f7b7..47cb06e65fc2a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintPrinterJobTaskCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintPrinterJobTaskCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devices.cloudprint/get-mgbetaprintprinterjobtaskcount Locale: en-US Module Name: Microsoft.Graph.Beta.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPrintPrinterJobTaskCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaPrintPrinterJobTaskCount -PrintJobId -PrinterId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaPrintPrinterJobTaskCount -PrintJobId -PrinterId [-Fi Get-MgBetaPrintPrinterJobTaskCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintPrinterJobTaskDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintPrinterJobTaskDefinition.md index ed42999d750b3..ba97700698d05 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintPrinterJobTaskDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintPrinterJobTaskDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devices.cloudprint/get-mgbetaprintprinterjobtaskdefinition Locale: en-US Module Name: Microsoft.Graph.Beta.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPrintPrinterJobTaskDefinition --- @@ -28,7 +28,7 @@ Get-MgBetaPrintPrinterJobTaskDefinition -PrintJobId -PrintTaskId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -38,7 +38,7 @@ Get-MgBetaPrintPrinterJobTaskDefinition -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintPrinterJobTaskTrigger.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintPrinterJobTaskTrigger.md index 9995ca3ba6877..4de3d172297b2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintPrinterJobTaskTrigger.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintPrinterJobTaskTrigger.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devices.cloudprint/get-mgbetaprintprinterjobtasktrigger Locale: en-US Module Name: Microsoft.Graph.Beta.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPrintPrinterJobTaskTrigger --- @@ -28,7 +28,7 @@ Get-MgBetaPrintPrinterJobTaskTrigger -PrintJobId -PrintTaskId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -38,7 +38,7 @@ Get-MgBetaPrintPrinterJobTaskTrigger -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintPrinterShare.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintPrinterShare.md index b3c1e0b51b10a..a679a95f3387e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintPrinterShare.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintPrinterShare.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devices.cloudprint/get-mgbetaprintprintershare Locale: en-US Module Name: Microsoft.Graph.Beta.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPrintPrinterShare --- @@ -28,7 +28,7 @@ Get-MgBetaPrintPrinterShare [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get2 @@ -38,7 +38,7 @@ Get-MgBetaPrintPrinterShare -PrinterShareId -PrinterId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### Get @@ -47,7 +47,7 @@ Get-MgBetaPrintPrinterShare -PrinterShareId -PrinterId Get-MgBetaPrintPrinterShare -PrinterShareId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### List1 @@ -58,7 +58,7 @@ Get-MgBetaPrintPrinterShare -PrinterId [-ExpandProperty ] [-P [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get1 @@ -67,7 +67,7 @@ Get-MgBetaPrintPrinterShare -PrinterId [-ExpandProperty ] [-P Get-MgBetaPrintPrinterShare -PrinterId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity2 @@ -76,7 +76,7 @@ Get-MgBetaPrintPrinterShare -PrinterId [-ExpandProperty ] [-P Get-MgBetaPrintPrinterShare -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity1 @@ -85,7 +85,7 @@ Get-MgBetaPrintPrinterShare -InputObject [-ExpandPr Get-MgBetaPrintPrinterShare -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -94,7 +94,7 @@ Get-MgBetaPrintPrinterShare -InputObject [-ExpandPr Get-MgBetaPrintPrinterShare -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintPrinterShareAllowedGroup.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintPrinterShareAllowedGroup.md index 95ab884f4e0a0..7c2a48dd13395 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintPrinterShareAllowedGroup.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintPrinterShareAllowedGroup.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devices.cloudprint/get-mgbetaprintprintershareallowedgroup Locale: en-US Module Name: Microsoft.Graph.Beta.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPrintPrinterShareAllowedGroup --- @@ -25,7 +25,7 @@ Get-MgBetaPrintPrinterShareAllowedGroup -PrinterShareId [-ExpandPropert [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintPrinterShareAllowedGroupByRef.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintPrinterShareAllowedGroupByRef.md index 0aa69d2c8eff5..5ae8876ba521b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintPrinterShareAllowedGroupByRef.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintPrinterShareAllowedGroupByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devices.cloudprint/get-mgbetaprintprintershareallowedgroupbyref Locale: en-US Module Name: Microsoft.Graph.Beta.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPrintPrinterShareAllowedGroupByRef --- @@ -25,7 +25,7 @@ Get-MgBetaPrintPrinterShareAllowedGroupByRef -PrinterShareId [-Filter < [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintPrinterShareAllowedGroupCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintPrinterShareAllowedGroupCount.md index 7bb1197b7e9fb..779237e7c8739 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintPrinterShareAllowedGroupCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintPrinterShareAllowedGroupCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devices.cloudprint/get-mgbetaprintprintershareallowedgroupcount Locale: en-US Module Name: Microsoft.Graph.Beta.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPrintPrinterShareAllowedGroupCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaPrintPrinterShareAllowedGroupCount -PrinterShareId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -33,7 +33,7 @@ Get-MgBetaPrintPrinterShareAllowedGroupCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintPrinterShareAllowedGroupServiceProvisioningError.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintPrinterShareAllowedGroupServiceProvisioningError.md index f4a4b27735770..621efe7179238 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintPrinterShareAllowedGroupServiceProvisioningError.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintPrinterShareAllowedGroupServiceProvisioningError.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devices.cloudprint/get-mgbetaprintprintershareallowedgroupserviceprovisioningerror Locale: en-US Module Name: Microsoft.Graph.Beta.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPrintPrinterShareAllowedGroupServiceProvisioningError --- @@ -26,7 +26,7 @@ Get-MgBetaPrintPrinterShareAllowedGroupServiceProvisioningError -GroupId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintPrinterShareAllowedGroupServiceProvisioningErrorCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintPrinterShareAllowedGroupServiceProvisioningErrorCount.md index 23a87497b163d..7420b47e7d3b8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintPrinterShareAllowedGroupServiceProvisioningErrorCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintPrinterShareAllowedGroupServiceProvisioningErrorCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devices.cloudprint/get-mgbetaprintprintershareallowedgroupserviceprovisioningerrorcount Locale: en-US Module Name: Microsoft.Graph.Beta.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPrintPrinterShareAllowedGroupServiceProvisioningErrorCount --- @@ -24,7 +24,7 @@ Get-MgBetaPrintPrinterShareAllowedGroupServiceProvisioningErrorCount -GroupId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaPrintPrinterShareAllowedGroupServiceProvisioningErrorCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintPrinterShareAllowedUser.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintPrinterShareAllowedUser.md index f2931ed65af1e..37fb69beb9a75 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintPrinterShareAllowedUser.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintPrinterShareAllowedUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devices.cloudprint/get-mgbetaprintprintersharealloweduser Locale: en-US Module Name: Microsoft.Graph.Beta.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPrintPrinterShareAllowedUser --- @@ -25,7 +25,7 @@ Get-MgBetaPrintPrinterShareAllowedUser -PrinterShareId [-ExpandProperty [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintPrinterShareAllowedUserByRef.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintPrinterShareAllowedUserByRef.md index 4bedc40341ec6..8d59bf32e1724 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintPrinterShareAllowedUserByRef.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintPrinterShareAllowedUserByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devices.cloudprint/get-mgbetaprintprintersharealloweduserbyref Locale: en-US Module Name: Microsoft.Graph.Beta.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPrintPrinterShareAllowedUserByRef --- @@ -25,7 +25,7 @@ Get-MgBetaPrintPrinterShareAllowedUserByRef -PrinterShareId [-Filter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintPrinterShareAllowedUserCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintPrinterShareAllowedUserCount.md index 2e67a319dab18..80112fde29bf4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintPrinterShareAllowedUserCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintPrinterShareAllowedUserCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devices.cloudprint/get-mgbetaprintprintershareallowedusercount Locale: en-US Module Name: Microsoft.Graph.Beta.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPrintPrinterShareAllowedUserCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaPrintPrinterShareAllowedUserCount -PrinterShareId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -33,7 +33,7 @@ Get-MgBetaPrintPrinterShareAllowedUserCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintPrinterShareAllowedUserMailboxSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintPrinterShareAllowedUserMailboxSetting.md index b65e5cec3b093..e9645ab0d88af 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintPrinterShareAllowedUserMailboxSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintPrinterShareAllowedUserMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devices.cloudprint/get-mgbetaprintprintershareallowedusermailboxsetting Locale: en-US Module Name: Microsoft.Graph.Beta.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPrintPrinterShareAllowedUserMailboxSetting --- @@ -16,7 +16,7 @@ title: Get-MgBetaPrintPrinterShareAllowedUserMailboxSetting Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. -Returned only on $select. +Requires $select to retrieve. ## SYNTAX @@ -27,7 +27,7 @@ Get-MgBetaPrintPrinterShareAllowedUserMailboxSetting -PrinterShareId -U [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaPrintPrinterShareAllowedUserMailboxSetting -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -50,7 +50,7 @@ This cmdlet has the following aliases, Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. -Returned only on $select. +Requires $select to retrieve. ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintPrinterShareAllowedUserServiceProvisioningError.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintPrinterShareAllowedUserServiceProvisioningError.md index e25b70abe5aca..9ad2f7ae22f8d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintPrinterShareAllowedUserServiceProvisioningError.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintPrinterShareAllowedUserServiceProvisioningError.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devices.cloudprint/get-mgbetaprintprintersharealloweduserserviceprovisioningerror Locale: en-US Module Name: Microsoft.Graph.Beta.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPrintPrinterShareAllowedUserServiceProvisioningError --- @@ -26,7 +26,7 @@ Get-MgBetaPrintPrinterShareAllowedUserServiceProvisioningError -PrinterShareId < [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintPrinterShareAllowedUserServiceProvisioningErrorCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintPrinterShareAllowedUserServiceProvisioningErrorCount.md index bf726b4751069..20470f9f445fd 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintPrinterShareAllowedUserServiceProvisioningErrorCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintPrinterShareAllowedUserServiceProvisioningErrorCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devices.cloudprint/get-mgbetaprintprintersharealloweduserserviceprovisioningerrorcount Locale: en-US Module Name: Microsoft.Graph.Beta.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPrintPrinterShareAllowedUserServiceProvisioningErrorCount --- @@ -24,7 +24,7 @@ Get-MgBetaPrintPrinterShareAllowedUserServiceProvisioningErrorCount -PrinterShar -UserId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaPrintPrinterShareAllowedUserServiceProvisioningErrorCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintPrinterShareCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintPrinterShareCount.md index 4e7e3e8871777..96cb9147c2db4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintPrinterShareCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintPrinterShareCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devices.cloudprint/get-mgbetaprintprintersharecount Locale: en-US Module Name: Microsoft.Graph.Beta.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPrintPrinterShareCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaPrintPrinterShareCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaPrintPrinterShareCount [-Filter ] [-Search ] Get-MgBetaPrintPrinterShareCount -PrinterId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -44,7 +44,7 @@ Get-MgBetaPrintPrinterShareCount -PrinterId [-Filter ] [-Search Get-MgBetaPrintPrinterShareCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -60,7 +60,7 @@ Get the number of the resource | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | PrinterShare.ReadBasic.All, PrinterShare.ReadWrite.All, PrinterShare.Read.All, | +| Delegated (work or school account) | PrinterShare.ReadBasic.All, PrinterShare.Read.All, PrinterShare.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | | Application | Not supported | diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintPrinterShareJob.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintPrinterShareJob.md index fe8a9f4e5c2b6..371f4194f7b6a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintPrinterShareJob.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintPrinterShareJob.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devices.cloudprint/get-mgbetaprintprintersharejob Locale: en-US Module Name: Microsoft.Graph.Beta.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPrintPrinterShareJob --- @@ -25,7 +25,7 @@ Get-MgBetaPrintPrinterShareJob -PrinterShareId [-ExpandProperty ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaPrintPrinterShareJob -PrintJobId -PrinterShareId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -45,7 +45,7 @@ Get-MgBetaPrintPrinterShareJob -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintPrinterShareJobCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintPrinterShareJobCount.md index 7d0b7a8604cd1..5845c301c014c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintPrinterShareJobCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintPrinterShareJobCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devices.cloudprint/get-mgbetaprintprintersharejobcount Locale: en-US Module Name: Microsoft.Graph.Beta.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPrintPrinterShareJobCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaPrintPrinterShareJobCount -PrinterShareId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -32,7 +32,7 @@ Get-MgBetaPrintPrinterShareJobCount -PrinterShareId [-Filter ] Get-MgBetaPrintPrinterShareJobCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintPrinterShareJobDocument.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintPrinterShareJobDocument.md index 5e0453b7ffed0..bef02d966790e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintPrinterShareJobDocument.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintPrinterShareJobDocument.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devices.cloudprint/get-mgbetaprintprintersharejobdocument Locale: en-US Module Name: Microsoft.Graph.Beta.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPrintPrinterShareJobDocument --- @@ -26,7 +26,6 @@ Get-MgBetaPrintPrinterShareJobDocument -PrintJobId -PrinterShareId ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -36,7 +35,7 @@ Get-MgBetaPrintPrinterShareJobDocument -PrintDocumentId -PrintJobId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +45,7 @@ Get-MgBetaPrintPrinterShareJobDocument -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintPrinterShareJobDocumentContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintPrinterShareJobDocumentContent.md index 6bd4679bb580f..1903fee4a8682 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintPrinterShareJobDocumentContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintPrinterShareJobDocumentContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devices.cloudprint/get-mgbetaprintprintersharejobdocumentcontent Locale: en-US Module Name: Microsoft.Graph.Beta.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPrintPrinterShareJobDocumentContent --- @@ -25,7 +25,7 @@ Get-MgBetaPrintPrinterShareJobDocumentContent -PrintDocumentId -PrintJo -PrinterShareId -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaPrintPrinterShareJobDocumentContent -PrintDocumentId -PrintJo Get-MgBetaPrintPrinterShareJobDocumentContent -InputObject -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintPrinterShareJobDocumentCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintPrinterShareJobDocumentCount.md index 77bb548f0a0cb..321fa1e2f6eb1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintPrinterShareJobDocumentCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintPrinterShareJobDocumentCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devices.cloudprint/get-mgbetaprintprintersharejobdocumentcount Locale: en-US Module Name: Microsoft.Graph.Beta.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPrintPrinterShareJobDocumentCount --- @@ -24,7 +24,7 @@ Get-MgBetaPrintPrinterShareJobDocumentCount -PrintJobId -PrinterShareId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaPrintPrinterShareJobDocumentCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintPrinterShareJobTask.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintPrinterShareJobTask.md index 9b128415ebe50..9aa567cd05f46 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintPrinterShareJobTask.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintPrinterShareJobTask.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devices.cloudprint/get-mgbetaprintprintersharejobtask Locale: en-US Module Name: Microsoft.Graph.Beta.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPrintPrinterShareJobTask --- @@ -26,7 +26,6 @@ Get-MgBetaPrintPrinterShareJobTask -PrintJobId -PrinterShareId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -36,7 +35,7 @@ Get-MgBetaPrintPrinterShareJobTask -PrintJobId -PrintTaskId -PrinterShareId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +45,7 @@ Get-MgBetaPrintPrinterShareJobTask -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintPrinterShareJobTaskCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintPrinterShareJobTaskCount.md index eb838a4741c7f..51d6fb8e0d09d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintPrinterShareJobTaskCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintPrinterShareJobTaskCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devices.cloudprint/get-mgbetaprintprintersharejobtaskcount Locale: en-US Module Name: Microsoft.Graph.Beta.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPrintPrinterShareJobTaskCount --- @@ -24,7 +24,7 @@ Get-MgBetaPrintPrinterShareJobTaskCount -PrintJobId -PrinterShareId ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -33,7 +33,7 @@ Get-MgBetaPrintPrinterShareJobTaskCount -PrintJobId -PrinterShareId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintPrinterShareJobTaskDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintPrinterShareJobTaskDefinition.md index aac5850e67444..c0bca10f87dac 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintPrinterShareJobTaskDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintPrinterShareJobTaskDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devices.cloudprint/get-mgbetaprintprintersharejobtaskdefinition Locale: en-US Module Name: Microsoft.Graph.Beta.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPrintPrinterShareJobTaskDefinition --- @@ -25,7 +25,7 @@ Get-MgBetaPrintPrinterShareJobTaskDefinition -PrintJobId -PrintTaskId < -PrinterShareId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaPrintPrinterShareJobTaskDefinition -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintPrinterShareJobTaskTrigger.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintPrinterShareJobTaskTrigger.md index b3dc9636c9f6e..91a457eaa83d1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintPrinterShareJobTaskTrigger.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintPrinterShareJobTaskTrigger.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devices.cloudprint/get-mgbetaprintprintersharejobtasktrigger Locale: en-US Module Name: Microsoft.Graph.Beta.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPrintPrinterShareJobTaskTrigger --- @@ -25,7 +25,7 @@ Get-MgBetaPrintPrinterShareJobTaskTrigger -PrintJobId -PrintTaskId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaPrintPrinterShareJobTaskTrigger -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintPrinterSharePrinter.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintPrinterSharePrinter.md index ad050c5ba4a9f..230e1aa774de5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintPrinterSharePrinter.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintPrinterSharePrinter.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devices.cloudprint/get-mgbetaprintprintershareprinter Locale: en-US Module Name: Microsoft.Graph.Beta.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPrintPrinterSharePrinter --- @@ -23,7 +23,7 @@ The printer that this printer share is related to. Get-MgBetaPrintPrinterSharePrinter -PrinterShareId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -33,7 +33,7 @@ Get-MgBetaPrintPrinterSharePrinter -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintPrinterTaskTrigger.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintPrinterTaskTrigger.md index c3686c67d461b..99977229cf3f3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintPrinterTaskTrigger.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintPrinterTaskTrigger.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devices.cloudprint/get-mgbetaprintprintertasktrigger Locale: en-US Module Name: Microsoft.Graph.Beta.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPrintPrinterTaskTrigger --- @@ -29,7 +29,7 @@ Get-MgBetaPrintPrinterTaskTrigger -PrinterId [-ExpandProperty ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -39,7 +39,7 @@ Get-MgBetaPrintPrinterTaskTrigger -PrintTaskTriggerId -PrinterId ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -49,7 +49,7 @@ Get-MgBetaPrintPrinterTaskTrigger -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -66,7 +66,7 @@ For details about how to use this API to add pull printing support to Universal | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Printer.Read.All, Printer.ReadWrite.All, Printer.FullControl.All, | +| Delegated (work or school account) | Printer.Read.All, Printer.FullControl.All, Printer.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | | Application | Not supported | diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintPrinterTaskTriggerCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintPrinterTaskTriggerCount.md index 3ecf413147820..9dac5aa3c120e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintPrinterTaskTriggerCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintPrinterTaskTriggerCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devices.cloudprint/get-mgbetaprintprintertasktriggercount Locale: en-US Module Name: Microsoft.Graph.Beta.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPrintPrinterTaskTriggerCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaPrintPrinterTaskTriggerCount -PrinterId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaPrintPrinterTaskTriggerCount -PrinterId [-Filter ] [- Get-MgBetaPrintPrinterTaskTriggerCount -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) | Printer.Read.All, Printer.ReadWrite.All, Printer.FullControl.All, | +| Delegated (work or school account) | Printer.Read.All, Printer.FullControl.All, Printer.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | | Application | Not supported | diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintPrinterTaskTriggerDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintPrinterTaskTriggerDefinition.md index 61c71c40670f3..19c874a08a244 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintPrinterTaskTriggerDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintPrinterTaskTriggerDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devices.cloudprint/get-mgbetaprintprintertasktriggerdefinition Locale: en-US Module Name: Microsoft.Graph.Beta.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPrintPrinterTaskTriggerDefinition --- @@ -28,7 +28,7 @@ Get-MgBetaPrintPrinterTaskTriggerDefinition -PrintTaskTriggerId -Printe [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -38,7 +38,7 @@ Get-MgBetaPrintPrinterTaskTriggerDefinition -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintService.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintService.md index 4a5eeddd8ff52..e7a2f14809f9a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintService.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintService.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devices.cloudprint/get-mgbetaprintservice Locale: en-US Module Name: Microsoft.Graph.Beta.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPrintService --- @@ -28,7 +28,7 @@ Get-MgBetaPrintService [-ExpandProperty ] [-Property ] [-Fil [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -37,7 +37,7 @@ Get-MgBetaPrintService [-ExpandProperty ] [-Property ] [-Fil Get-MgBetaPrintService -PrintServiceId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +46,7 @@ Get-MgBetaPrintService -PrintServiceId [-ExpandProperty ] [-P Get-MgBetaPrintService -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -62,7 +62,7 @@ Retrieve the properties and relationships of a print service. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | PrintJob.ReadBasic, PrintSettings.ReadWrite.All, PrintSettings.Read.All, PrintJob.ReadWriteBasic.All, PrintJob.ReadWriteBasic, PrintJob.ReadWrite.All, PrintJob.ReadWrite, PrintJob.ReadBasic.All, PrintJob.Read.All, PrintJob.Read, PrintJob.Create, PrinterShare.ReadWrite.All, PrinterShare.ReadBasic.All, PrinterShare.Read.All, Printer.ReadWrite.All, Printer.Read.All, Printer.Create, PrintConnector.ReadWrite.All, PrintConnector.Read.All, PrintAlertSettings.Read.All, | +| Delegated (work or school account) | PrintJob.ReadBasic, PrintAlertSettings.Read.All, PrintAlertSettings.ReadWrite.All, PrintConnector.Read.All, PrintConnector.ReadWrite.All, Printer.Create, Printer.Read.All, Printer.ReadWrite.All, PrinterShare.Read.All, PrinterShare.ReadBasic.All, PrinterShare.ReadWrite.All, PrintJob.Create, PrintJob.Read, PrintJob.Read.All, PrintJob.ReadBasic.All, PrintJob.ReadWrite, PrintJob.ReadWrite.All, PrintJob.ReadWriteBasic, PrintJob.ReadWriteBasic.All, PrintSettings.Read.All, PrintSettings.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | | Application | Not supported | diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintServiceCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintServiceCount.md index 5649757f4697b..6e1716b0e931a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintServiceCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintServiceCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devices.cloudprint/get-mgbetaprintservicecount Locale: en-US Module Name: Microsoft.Graph.Beta.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPrintServiceCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaPrintServiceCount [-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) | PrintJob.ReadBasic, PrintSettings.ReadWrite.All, PrintSettings.Read.All, PrintJob.ReadWriteBasic.All, PrintJob.ReadWriteBasic, PrintJob.ReadWrite.All, PrintJob.ReadWrite, PrintJob.ReadBasic.All, PrintJob.Read.All, PrintJob.Read, PrintJob.Create, PrinterShare.ReadWrite.All, PrinterShare.ReadBasic.All, PrinterShare.Read.All, Printer.ReadWrite.All, Printer.Read.All, Printer.Create, PrintConnector.ReadWrite.All, PrintConnector.Read.All, PrintAlertSettings.Read.All, | +| Delegated (work or school account) | PrintJob.ReadBasic, PrintAlertSettings.Read.All, PrintAlertSettings.ReadWrite.All, PrintConnector.Read.All, PrintConnector.ReadWrite.All, Printer.Create, Printer.Read.All, Printer.ReadWrite.All, PrinterShare.Read.All, PrinterShare.ReadBasic.All, PrinterShare.ReadWrite.All, PrintJob.Create, PrintJob.Read, PrintJob.Read.All, PrintJob.ReadBasic.All, PrintJob.ReadWrite, PrintJob.ReadWrite.All, PrintJob.ReadWriteBasic, PrintJob.ReadWriteBasic.All, PrintSettings.Read.All, PrintSettings.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | | Application | Not supported | diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintServiceEndpoint.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintServiceEndpoint.md index 6782103e439a8..3500b606c76d5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintServiceEndpoint.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintServiceEndpoint.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devices.cloudprint/get-mgbetaprintserviceendpoint Locale: en-US Module Name: Microsoft.Graph.Beta.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPrintServiceEndpoint --- @@ -28,7 +28,7 @@ Get-MgBetaPrintServiceEndpoint -PrintServiceId [-ExpandProperty ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaPrintServiceEndpoint -PrintServiceEndpointId -PrintServiceId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +48,7 @@ Get-MgBetaPrintServiceEndpoint -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -64,7 +64,7 @@ Retrieve the properties and relationships of a print service endpoint. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | PrintJob.ReadBasic, PrintSettings.ReadWrite.All, PrintSettings.Read.All, PrintJob.ReadWriteBasic.All, PrintJob.ReadWriteBasic, PrintJob.ReadWrite.All, PrintJob.ReadWrite, PrintJob.ReadBasic.All, PrintJob.Read.All, PrintJob.Read, PrintJob.Create, PrinterShare.ReadWrite.All, PrinterShare.ReadBasic.All, PrinterShare.Read.All, Printer.ReadWrite.All, Printer.Read.All, Printer.Create, PrintConnector.ReadWrite.All, PrintConnector.Read.All, PrintAlertSettings.Read.All, | +| Delegated (work or school account) | PrintJob.ReadBasic, PrintAlertSettings.Read.All, PrintAlertSettings.ReadWrite.All, PrintConnector.Read.All, PrintConnector.ReadWrite.All, Printer.Create, Printer.Read.All, Printer.ReadWrite.All, PrinterShare.Read.All, PrinterShare.ReadBasic.All, PrinterShare.ReadWrite.All, PrintJob.Create, PrintJob.Read, PrintJob.Read.All, PrintJob.ReadBasic.All, PrintJob.ReadWrite, PrintJob.ReadWrite.All, PrintJob.ReadWriteBasic, PrintJob.ReadWriteBasic.All, PrintSettings.Read.All, PrintSettings.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | | Application | Not supported | diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintServiceEndpointCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintServiceEndpointCount.md index a5f0afa99995b..741fa3297f2b0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintServiceEndpointCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintServiceEndpointCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devices.cloudprint/get-mgbetaprintserviceendpointcount Locale: en-US Module Name: Microsoft.Graph.Beta.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPrintServiceEndpointCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaPrintServiceEndpointCount -PrintServiceId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaPrintServiceEndpointCount -PrintServiceId [-Filter ] Get-MgBetaPrintServiceEndpointCount -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) | PrintJob.ReadBasic, PrintSettings.ReadWrite.All, PrintSettings.Read.All, PrintJob.ReadWriteBasic.All, PrintJob.ReadWriteBasic, PrintJob.ReadWrite.All, PrintJob.ReadWrite, PrintJob.ReadBasic.All, PrintJob.Read.All, PrintJob.Read, PrintJob.Create, PrinterShare.ReadWrite.All, PrinterShare.ReadBasic.All, PrinterShare.Read.All, Printer.ReadWrite.All, Printer.Read.All, Printer.Create, PrintConnector.ReadWrite.All, PrintConnector.Read.All, PrintAlertSettings.Read.All, | +| Delegated (work or school account) | PrintJob.ReadBasic, PrintAlertSettings.Read.All, PrintAlertSettings.ReadWrite.All, PrintConnector.Read.All, PrintConnector.ReadWrite.All, Printer.Create, Printer.Read.All, Printer.ReadWrite.All, PrinterShare.Read.All, PrinterShare.ReadBasic.All, PrinterShare.ReadWrite.All, PrintJob.Create, PrintJob.Read, PrintJob.Read.All, PrintJob.ReadBasic.All, PrintJob.ReadWrite, PrintJob.ReadWrite.All, PrintJob.ReadWriteBasic, PrintJob.ReadWriteBasic.All, PrintSettings.Read.All, PrintSettings.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | | Application | Not supported | diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintShare.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintShare.md index f378beae101e7..16a68446dd241 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintShare.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintShare.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devices.cloudprint/get-mgbetaprintshare Locale: en-US Module Name: Microsoft.Graph.Beta.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPrintShare --- @@ -28,7 +28,7 @@ Get-MgBetaPrintShare [-ExpandProperty ] [-Property ] [-Filte [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -37,7 +37,7 @@ Get-MgBetaPrintShare [-ExpandProperty ] [-Property ] [-Filte Get-MgBetaPrintShare -PrinterShareId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +46,7 @@ Get-MgBetaPrintShare -PrinterShareId [-ExpandProperty ] [-Pro Get-MgBetaPrintShare -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -62,7 +62,7 @@ Retrieve the properties and relationships of a printer share. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | PrinterShare.ReadBasic.All, PrinterShare.ReadWrite.All, PrinterShare.Read.All, | +| Delegated (work or school account) | PrinterShare.ReadBasic.All, PrinterShare.Read.All, PrinterShare.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | | Application | Not supported | diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintShareAllowedGroup.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintShareAllowedGroup.md index f14a75d8cd3b9..ad966ee6aede2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintShareAllowedGroup.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintShareAllowedGroup.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devices.cloudprint/get-mgbetaprintshareallowedgroup Locale: en-US Module Name: Microsoft.Graph.Beta.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPrintShareAllowedGroup --- @@ -28,7 +28,7 @@ Get-MgBetaPrintShareAllowedGroup -PrinterShareId [-ExpandProperty ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintShareAllowedGroupByRef.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintShareAllowedGroupByRef.md index bbafe500a83b9..9e57791ba7904 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintShareAllowedGroupByRef.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintShareAllowedGroupByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devices.cloudprint/get-mgbetaprintshareallowedgroupbyref Locale: en-US Module Name: Microsoft.Graph.Beta.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPrintShareAllowedGroupByRef --- @@ -28,7 +28,6 @@ Get-MgBetaPrintShareAllowedGroupByRef -PrinterShareId [-Filter [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintShareAllowedGroupCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintShareAllowedGroupCount.md index d39f92ea3bc3a..d26bc8db21daf 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintShareAllowedGroupCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintShareAllowedGroupCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devices.cloudprint/get-mgbetaprintshareallowedgroupcount Locale: en-US Module Name: Microsoft.Graph.Beta.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPrintShareAllowedGroupCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaPrintShareAllowedGroupCount -PrinterShareId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaPrintShareAllowedGroupCount -PrinterShareId [-Filter Get-MgBetaPrintShareAllowedGroupCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintShareAllowedGroupServiceProvisioningError.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintShareAllowedGroupServiceProvisioningError.md index a47da9fa2e97d..febfa28c6da7c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintShareAllowedGroupServiceProvisioningError.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintShareAllowedGroupServiceProvisioningError.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devices.cloudprint/get-mgbetaprintshareallowedgroupserviceprovisioningerror Locale: en-US Module Name: Microsoft.Graph.Beta.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPrintShareAllowedGroupServiceProvisioningError --- @@ -29,7 +29,6 @@ Get-MgBetaPrintShareAllowedGroupServiceProvisioningError -GroupId -Prin [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintShareAllowedGroupServiceProvisioningErrorCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintShareAllowedGroupServiceProvisioningErrorCount.md index 04105ba1d41d7..d160a17dd712f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintShareAllowedGroupServiceProvisioningErrorCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintShareAllowedGroupServiceProvisioningErrorCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devices.cloudprint/get-mgbetaprintshareallowedgroupserviceprovisioningerrorcount Locale: en-US Module Name: Microsoft.Graph.Beta.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPrintShareAllowedGroupServiceProvisioningErrorCount --- @@ -27,7 +27,7 @@ Get-MgBetaPrintShareAllowedGroupServiceProvisioningErrorCount -GroupId -PrinterShareId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaPrintShareAllowedGroupServiceProvisioningErrorCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintShareAllowedUser.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintShareAllowedUser.md index 6b9546ff35467..5c899c3d1120d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintShareAllowedUser.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintShareAllowedUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devices.cloudprint/get-mgbetaprintsharealloweduser Locale: en-US Module Name: Microsoft.Graph.Beta.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPrintShareAllowedUser --- @@ -28,7 +28,7 @@ Get-MgBetaPrintShareAllowedUser -PrinterShareId [-ExpandProperty ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintShareAllowedUserByRef.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintShareAllowedUserByRef.md index 334b3afda08b5..ecf2cc4b97c20 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintShareAllowedUserByRef.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintShareAllowedUserByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devices.cloudprint/get-mgbetaprintsharealloweduserbyref Locale: en-US Module Name: Microsoft.Graph.Beta.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPrintShareAllowedUserByRef --- @@ -28,7 +28,6 @@ Get-MgBetaPrintShareAllowedUserByRef -PrinterShareId [-Filter ] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintShareAllowedUserCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintShareAllowedUserCount.md index 666a7af9dbf28..416e2316d1033 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintShareAllowedUserCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintShareAllowedUserCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devices.cloudprint/get-mgbetaprintshareallowedusercount Locale: en-US Module Name: Microsoft.Graph.Beta.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPrintShareAllowedUserCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaPrintShareAllowedUserCount -PrinterShareId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaPrintShareAllowedUserCount -PrinterShareId [-Filter ] Get-MgBetaPrintShareAllowedUserCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintShareAllowedUserMailboxSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintShareAllowedUserMailboxSetting.md index e4c1ecb1b449d..90f94a6361738 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintShareAllowedUserMailboxSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintShareAllowedUserMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devices.cloudprint/get-mgbetaprintshareallowedusermailboxsetting Locale: en-US Module Name: Microsoft.Graph.Beta.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPrintShareAllowedUserMailboxSetting --- @@ -16,7 +16,7 @@ title: Get-MgBetaPrintShareAllowedUserMailboxSetting Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. -Returned only on $select. +Requires $select to retrieve. > [!NOTE] > To view the v1.0 release of this cmdlet, view [Get-MgPrintShareAllowedUserMailboxSetting](/powershell/module/Microsoft.Graph.Devices.CloudPrint/Get-MgPrintShareAllowedUserMailboxSetting?view=graph-powershell-1.0) @@ -30,7 +30,7 @@ Get-MgBetaPrintShareAllowedUserMailboxSetting -PrinterShareId -UserId < [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -40,7 +40,7 @@ Get-MgBetaPrintShareAllowedUserMailboxSetting -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -53,7 +53,7 @@ This cmdlet has the following aliases, Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. -Returned only on $select. +Requires $select to retrieve. ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintShareAllowedUserServiceProvisioningError.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintShareAllowedUserServiceProvisioningError.md index 82df6a06fa438..9b94f5b8c87bf 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintShareAllowedUserServiceProvisioningError.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintShareAllowedUserServiceProvisioningError.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devices.cloudprint/get-mgbetaprintsharealloweduserserviceprovisioningerror Locale: en-US Module Name: Microsoft.Graph.Beta.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPrintShareAllowedUserServiceProvisioningError --- @@ -29,7 +29,6 @@ Get-MgBetaPrintShareAllowedUserServiceProvisioningError -PrinterShareId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintShareAllowedUserServiceProvisioningErrorCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintShareAllowedUserServiceProvisioningErrorCount.md index fb71ddcb1ffee..33c06e9b2dd81 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintShareAllowedUserServiceProvisioningErrorCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintShareAllowedUserServiceProvisioningErrorCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devices.cloudprint/get-mgbetaprintsharealloweduserserviceprovisioningerrorcount Locale: en-US Module Name: Microsoft.Graph.Beta.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPrintShareAllowedUserServiceProvisioningErrorCount --- @@ -27,7 +27,7 @@ Get-MgBetaPrintShareAllowedUserServiceProvisioningErrorCount -PrinterShareId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaPrintShareAllowedUserServiceProvisioningErrorCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintShareCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintShareCount.md index 6ae33473accf3..52a0869a5c246 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintShareCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintShareCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devices.cloudprint/get-mgbetaprintsharecount Locale: en-US Module Name: Microsoft.Graph.Beta.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPrintShareCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaPrintShareCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-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) | PrinterShare.ReadBasic.All, PrinterShare.ReadWrite.All, PrinterShare.Read.All, | +| Delegated (work or school account) | PrinterShare.ReadBasic.All, PrinterShare.Read.All, PrinterShare.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | | Application | Not supported | diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintShareJob.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintShareJob.md index bc72aceb832c0..145ebd2ea52ad 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintShareJob.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintShareJob.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devices.cloudprint/get-mgbetaprintsharejob Locale: en-US Module Name: Microsoft.Graph.Beta.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPrintShareJob --- @@ -28,7 +28,7 @@ Get-MgBetaPrintShareJob -PrinterShareId [-ExpandProperty ] [- [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -37,7 +37,7 @@ Get-MgBetaPrintShareJob -PrinterShareId [-ExpandProperty ] [- Get-MgBetaPrintShareJob -PrintJobId -PrinterShareId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +46,7 @@ Get-MgBetaPrintShareJob -PrintJobId -PrinterShareId [-ExpandPr Get-MgBetaPrintShareJob -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -62,9 +62,9 @@ The list of jobs that are queued for printing by the printer/printerShare. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | PrintJob.ReadBasic, PrintJob.ReadWriteBasic.All, PrintJob.ReadWriteBasic, PrintJob.ReadWrite.All, PrintJob.ReadWrite, PrintJob.ReadBasic.All, PrintJob.Read.All, PrintJob.Read, | +| Delegated (work or school account) | PrintJob.ReadBasic, PrintJob.Read, PrintJob.Read.All, PrintJob.ReadBasic.All, PrintJob.ReadWrite, PrintJob.ReadWrite.All, PrintJob.ReadWriteBasic, PrintJob.ReadWriteBasic.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | PrintJob.ReadBasic.All, PrintJob.ReadWriteBasic.All, PrintJob.ReadWrite.All, PrintJob.Read.All, | +| Application | PrintJob.ReadBasic.All, PrintJob.Read.All, PrintJob.ReadWrite.All, PrintJob.ReadWriteBasic.All, | ## EXAMPLES ### Example 1: Code snippet diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintShareJobCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintShareJobCount.md index 40e97c0b24ea7..f9f80584326d5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintShareJobCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintShareJobCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devices.cloudprint/get-mgbetaprintsharejobcount Locale: en-US Module Name: Microsoft.Graph.Beta.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPrintShareJobCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaPrintShareJobCount -PrinterShareId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaPrintShareJobCount -PrinterShareId [-Filter ] [-Searc Get-MgBetaPrintShareJobCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -51,9 +51,9 @@ Get the number of the resource | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | PrintJob.ReadBasic, PrintJob.ReadWriteBasic.All, PrintJob.ReadWriteBasic, PrintJob.ReadWrite.All, PrintJob.ReadWrite, PrintJob.ReadBasic.All, PrintJob.Read.All, PrintJob.Read, | +| Delegated (work or school account) | PrintJob.ReadBasic, PrintJob.Read, PrintJob.Read.All, PrintJob.ReadBasic.All, PrintJob.ReadWrite, PrintJob.ReadWrite.All, PrintJob.ReadWriteBasic, PrintJob.ReadWriteBasic.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | PrintJob.ReadBasic.All, PrintJob.ReadWriteBasic.All, PrintJob.ReadWrite.All, PrintJob.Read.All, | +| Application | PrintJob.ReadBasic.All, PrintJob.Read.All, PrintJob.ReadWrite.All, PrintJob.ReadWriteBasic.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintShareJobDocument.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintShareJobDocument.md index 6ce76942218fd..d6462e844065f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintShareJobDocument.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintShareJobDocument.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devices.cloudprint/get-mgbetaprintsharejobdocument Locale: en-US Module Name: Microsoft.Graph.Beta.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPrintShareJobDocument --- @@ -29,7 +29,6 @@ Get-MgBetaPrintShareJobDocument -PrintJobId -PrinterShareId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -39,7 +38,7 @@ Get-MgBetaPrintShareJobDocument -PrintDocumentId -PrintJobId -PrinterShareId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -49,7 +48,7 @@ Get-MgBetaPrintShareJobDocument -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintShareJobDocumentContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintShareJobDocumentContent.md index 9184116b5c38a..9f1782decee5c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintShareJobDocumentContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintShareJobDocumentContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devices.cloudprint/get-mgbetaprintsharejobdocumentcontent Locale: en-US Module Name: Microsoft.Graph.Beta.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPrintShareJobDocumentContent --- @@ -28,7 +28,7 @@ Get-MgBetaPrintShareJobDocumentContent -PrintDocumentId -PrintJobId -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaPrintShareJobDocumentContent -PrintDocumentId -PrintJobId -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintShareJobDocumentCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintShareJobDocumentCount.md index 36fd75185aac0..166382f44c465 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintShareJobDocumentCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintShareJobDocumentCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devices.cloudprint/get-mgbetaprintsharejobdocumentcount Locale: en-US Module Name: Microsoft.Graph.Beta.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPrintShareJobDocumentCount --- @@ -27,7 +27,7 @@ Get-MgBetaPrintShareJobDocumentCount -PrintJobId -PrinterShareId ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaPrintShareJobDocumentCount -PrintJobId -PrinterShareId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintShareJobTask.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintShareJobTask.md index 49c5809482db0..d0c9ce2b03570 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintShareJobTask.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintShareJobTask.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devices.cloudprint/get-mgbetaprintsharejobtask Locale: en-US Module Name: Microsoft.Graph.Beta.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPrintShareJobTask --- @@ -29,7 +29,6 @@ Get-MgBetaPrintShareJobTask -PrintJobId -PrinterShareId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -39,7 +38,7 @@ Get-MgBetaPrintShareJobTask -PrintJobId -PrintTaskId -PrinterS [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +47,7 @@ Get-MgBetaPrintShareJobTask -PrintJobId -PrintTaskId -PrinterS Get-MgBetaPrintShareJobTask -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintShareJobTaskCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintShareJobTaskCount.md index 37c51641bbe0b..bea78508b2e6f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintShareJobTaskCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintShareJobTaskCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devices.cloudprint/get-mgbetaprintsharejobtaskcount Locale: en-US Module Name: Microsoft.Graph.Beta.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPrintShareJobTaskCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaPrintShareJobTaskCount -PrintJobId -PrinterShareId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaPrintShareJobTaskCount -PrintJobId -PrinterShareId [ Get-MgBetaPrintShareJobTaskCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintShareJobTaskDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintShareJobTaskDefinition.md index 4f75e6aea28c0..13681869b9373 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintShareJobTaskDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintShareJobTaskDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devices.cloudprint/get-mgbetaprintsharejobtaskdefinition Locale: en-US Module Name: Microsoft.Graph.Beta.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPrintShareJobTaskDefinition --- @@ -28,7 +28,7 @@ Get-MgBetaPrintShareJobTaskDefinition -PrintJobId -PrintTaskId -PrinterShareId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -38,7 +38,7 @@ Get-MgBetaPrintShareJobTaskDefinition -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintShareJobTaskTrigger.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintShareJobTaskTrigger.md index bd90c12e84956..aeaadb3053058 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintShareJobTaskTrigger.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintShareJobTaskTrigger.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devices.cloudprint/get-mgbetaprintsharejobtasktrigger Locale: en-US Module Name: Microsoft.Graph.Beta.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPrintShareJobTaskTrigger --- @@ -28,7 +28,7 @@ Get-MgBetaPrintShareJobTaskTrigger -PrintJobId -PrintTaskId -PrinterShareId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -38,7 +38,7 @@ Get-MgBetaPrintShareJobTaskTrigger -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintSharePrinter.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintSharePrinter.md index 382376d6f7bc5..ac0bf3ab88898 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintSharePrinter.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintSharePrinter.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devices.cloudprint/get-mgbetaprintshareprinter Locale: en-US Module Name: Microsoft.Graph.Beta.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPrintSharePrinter --- @@ -26,7 +26,7 @@ The printer that this printer share is related to. Get-MgBetaPrintSharePrinter -PrinterShareId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaPrintSharePrinter -PrinterShareId [-ExpandProperty Get-MgBetaPrintSharePrinter -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -51,7 +51,7 @@ The printer that this printer share is related to. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Printer.Read.All, Printer.ReadWrite.All, Printer.FullControl.All, | +| Delegated (work or school account) | Printer.Read.All, Printer.FullControl.All, Printer.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | | Application | Printer.Read.All, Printer.ReadWrite.All, | diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintTaskDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintTaskDefinition.md index f78b969294f4f..51075cfcf0a1f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintTaskDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintTaskDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devices.cloudprint/get-mgbetaprinttaskdefinition Locale: en-US Module Name: Microsoft.Graph.Beta.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPrintTaskDefinition --- @@ -29,7 +29,7 @@ Get-MgBetaPrintTaskDefinition [-ExpandProperty ] [-Property [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get1 @@ -39,7 +39,7 @@ Get-MgBetaPrintTaskDefinition -PrintTaskDefinitionId -PrintTaskId ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### Get @@ -48,7 +48,7 @@ Get-MgBetaPrintTaskDefinition -PrintTaskDefinitionId -PrintTaskId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity1 @@ -57,7 +57,7 @@ Get-MgBetaPrintTaskDefinition -PrintTaskDefinitionId [-ExpandProperty < Get-MgBetaPrintTaskDefinition -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -66,7 +66,7 @@ Get-MgBetaPrintTaskDefinition -InputObject [-Expand Get-MgBetaPrintTaskDefinition -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintTaskDefinitionCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintTaskDefinitionCount.md index a645a0c86aa7b..ea4f545f642ed 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintTaskDefinitionCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintTaskDefinitionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devices.cloudprint/get-mgbetaprinttaskdefinitioncount Locale: en-US Module Name: Microsoft.Graph.Beta.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPrintTaskDefinitionCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaPrintTaskDefinitionCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintTaskDefinitionTask.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintTaskDefinitionTask.md index 6f9792a38f529..95a2145572d65 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintTaskDefinitionTask.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintTaskDefinitionTask.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devices.cloudprint/get-mgbetaprinttaskdefinitiontask Locale: en-US Module Name: Microsoft.Graph.Beta.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPrintTaskDefinitionTask --- @@ -29,7 +29,7 @@ Get-MgBetaPrintTaskDefinitionTask -PrintTaskDefinitionId [-ExpandProper [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -39,7 +39,7 @@ Get-MgBetaPrintTaskDefinitionTask -PrintTaskDefinitionId -PrintTaskId < [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -49,7 +49,7 @@ Get-MgBetaPrintTaskDefinitionTask -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintTaskDefinitionTaskCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintTaskDefinitionTaskCount.md index dc5423b74d3d9..03266555582b6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintTaskDefinitionTaskCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintTaskDefinitionTaskCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devices.cloudprint/get-mgbetaprinttaskdefinitiontaskcount Locale: en-US Module Name: Microsoft.Graph.Beta.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPrintTaskDefinitionTaskCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaPrintTaskDefinitionTaskCount -PrintTaskDefinitionId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaPrintTaskDefinitionTaskCount -PrintTaskDefinitionId [-Filter Get-MgBetaPrintTaskDefinitionTaskCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintTaskDefinitionTaskTrigger.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintTaskDefinitionTaskTrigger.md index af415134e7584..d58d0a28f83f5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintTaskDefinitionTaskTrigger.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Get-MgBetaPrintTaskDefinitionTaskTrigger.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devices.cloudprint/get-mgbetaprinttaskdefinitiontasktrigger Locale: en-US Module Name: Microsoft.Graph.Beta.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPrintTaskDefinitionTaskTrigger --- @@ -28,7 +28,7 @@ Get-MgBetaPrintTaskDefinitionTaskTrigger -PrintTaskDefinitionId -PrintT [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -38,7 +38,7 @@ Get-MgBetaPrintTaskDefinitionTaskTrigger -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Invoke-MgBetaAbortPrintPrinterJob.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Invoke-MgBetaAbortPrintPrinterJob.md index 6d6514c8353ec..d98b1253ef058 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Invoke-MgBetaAbortPrintPrinterJob.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Invoke-MgBetaAbortPrintPrinterJob.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devices.cloudprint/invoke-mgbetaabortprintprinterjob Locale: en-US Module Name: Microsoft.Graph.Beta.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaAbortPrintPrinterJob --- @@ -31,7 +31,6 @@ Invoke-MgBetaAbortPrintPrinterJob -PrintJobId -PrinterId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Abort @@ -42,7 +41,6 @@ Invoke-MgBetaAbortPrintPrinterJob -PrintJobId -PrinterId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### AbortViaIdentityExpanded @@ -53,7 +51,6 @@ Invoke-MgBetaAbortPrintPrinterJob -InputObject [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### AbortViaIdentity @@ -64,7 +61,6 @@ Invoke-MgBetaAbortPrintPrinterJob -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -85,7 +81,7 @@ For details about how to register a task trigger, see Extending Universal Print | --------------- | ------------------------------------------ | | Delegated (work or school account) | Not supported | | Delegated (personal Microsoft account) | Not supported | -| Application | PrintJob.ReadWriteBasic.All, PrintJob.ReadWrite.All, PrintJob.Manage.All, | +| Application | PrintJob.ReadWriteBasic.All, PrintJob.Manage.All, PrintJob.ReadWrite.All, | ## EXAMPLES ### Example 1: Code snippet diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Invoke-MgBetaAbortPrintPrinterShareJob.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Invoke-MgBetaAbortPrintPrinterShareJob.md index 07785ccf0aa87..2a696c58e8687 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Invoke-MgBetaAbortPrintPrinterShareJob.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Invoke-MgBetaAbortPrintPrinterShareJob.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devices.cloudprint/invoke-mgbetaabortprintprintersharejob Locale: en-US Module Name: Microsoft.Graph.Beta.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaAbortPrintPrinterShareJob --- @@ -28,7 +28,6 @@ Invoke-MgBetaAbortPrintPrinterShareJob -PrintJobId -PrinterShareId ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Abort @@ -39,7 +38,6 @@ Invoke-MgBetaAbortPrintPrinterShareJob -PrintJobId -PrinterShareId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### AbortViaIdentityExpanded @@ -50,7 +48,6 @@ Invoke-MgBetaAbortPrintPrinterShareJob -InputObject [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### AbortViaIdentity @@ -61,7 +58,6 @@ Invoke-MgBetaAbortPrintPrinterShareJob -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Invoke-MgBetaAbortPrintShareJob.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Invoke-MgBetaAbortPrintShareJob.md index 6593d2e0106e7..51d84e49f8a03 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Invoke-MgBetaAbortPrintShareJob.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Invoke-MgBetaAbortPrintShareJob.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devices.cloudprint/invoke-mgbetaabortprintsharejob Locale: en-US Module Name: Microsoft.Graph.Beta.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaAbortPrintShareJob --- @@ -31,7 +31,6 @@ Invoke-MgBetaAbortPrintShareJob -PrintJobId -PrinterShareId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Abort @@ -42,7 +41,6 @@ Invoke-MgBetaAbortPrintShareJob -PrintJobId -PrinterShareId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### AbortViaIdentityExpanded @@ -53,7 +51,6 @@ Invoke-MgBetaAbortPrintShareJob -InputObject [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### AbortViaIdentity @@ -64,7 +61,6 @@ Invoke-MgBetaAbortPrintShareJob -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Invoke-MgBetaRedirectPrintPrinterJob.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Invoke-MgBetaRedirectPrintPrinterJob.md index 8a04490003c4b..796043b9b813a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Invoke-MgBetaRedirectPrintPrinterJob.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Invoke-MgBetaRedirectPrintPrinterJob.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devices.cloudprint/invoke-mgbetaredirectprintprinterjob Locale: en-US Module Name: Microsoft.Graph.Beta.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaRedirectPrintPrinterJob --- @@ -30,7 +30,7 @@ Invoke-MgBetaRedirectPrintPrinterJob -PrintJobId -PrinterId [-Configuration ] [-DestinationPrinterId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Redirect @@ -41,7 +41,6 @@ Invoke-MgBetaRedirectPrintPrinterJob -PrintJobId -PrinterId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### RedirectViaIdentityExpanded @@ -52,7 +51,7 @@ Invoke-MgBetaRedirectPrintPrinterJob -InputObject [-Configuration ] [-DestinationPrinterId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### RedirectViaIdentity @@ -63,7 +62,6 @@ Invoke-MgBetaRedirectPrintPrinterJob -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Invoke-MgBetaRedirectPrintPrinterShareJob.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Invoke-MgBetaRedirectPrintPrinterShareJob.md index dcff98ae54595..0a35b2666c6a3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Invoke-MgBetaRedirectPrintPrinterShareJob.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Invoke-MgBetaRedirectPrintPrinterShareJob.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devices.cloudprint/invoke-mgbetaredirectprintprintersharejob Locale: en-US Module Name: Microsoft.Graph.Beta.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaRedirectPrintPrinterShareJob --- @@ -27,7 +27,7 @@ Invoke-MgBetaRedirectPrintPrinterShareJob -PrintJobId -PrinterShareId < [-Configuration ] [-DestinationPrinterId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Redirect @@ -38,7 +38,6 @@ Invoke-MgBetaRedirectPrintPrinterShareJob -PrintJobId -PrinterShareId < [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### RedirectViaIdentityExpanded @@ -49,7 +48,7 @@ Invoke-MgBetaRedirectPrintPrinterShareJob -InputObject ] [-DestinationPrinterId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### RedirectViaIdentity @@ -60,7 +59,6 @@ Invoke-MgBetaRedirectPrintPrinterShareJob -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Invoke-MgBetaRedirectPrintShareJob.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Invoke-MgBetaRedirectPrintShareJob.md index a37de80973228..38421856eea11 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Invoke-MgBetaRedirectPrintShareJob.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Invoke-MgBetaRedirectPrintShareJob.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devices.cloudprint/invoke-mgbetaredirectprintsharejob Locale: en-US Module Name: Microsoft.Graph.Beta.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaRedirectPrintShareJob --- @@ -30,7 +30,7 @@ Invoke-MgBetaRedirectPrintShareJob -PrintJobId -PrinterShareId [-Configuration ] [-DestinationPrinterId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Redirect @@ -41,7 +41,6 @@ Invoke-MgBetaRedirectPrintShareJob -PrintJobId -PrinterShareId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### RedirectViaIdentityExpanded @@ -52,7 +51,7 @@ Invoke-MgBetaRedirectPrintShareJob -InputObject [-Configuration ] [-DestinationPrinterId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### RedirectViaIdentity @@ -63,7 +62,6 @@ Invoke-MgBetaRedirectPrintShareJob -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Microsoft.Graph.Beta.Devices.CloudPrint.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Microsoft.Graph.Beta.Devices.CloudPrint.md index 0483e46598ce5..5ac039e97f403 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Microsoft.Graph.Beta.Devices.CloudPrint.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Microsoft.Graph.Beta.Devices.CloudPrint.md @@ -1,6 +1,6 @@ --- Module Name: Microsoft.Graph.Beta.Devices.CloudPrint -Module Guid: e9830525-b933-4649-8caa-bbf48d1863a2 +Module Guid: d19a555e-4bdb-99ba-3185-e49259465cc6 Download Help Link: https://learn.microsoft.com/en-us/powershell/module/microsoft.graph.beta.devices.cloudprint/?view=graph-powershell-beta Help Version: 1.0.0.0 Locale: en-US diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/New-MgBetaPrintConnector.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/New-MgBetaPrintConnector.md index ff4662c13cbeb..c32e68f66412b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/New-MgBetaPrintConnector.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/New-MgBetaPrintConnector.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devices.cloudprint/new-mgbetaprintconnector Locale: en-US Module Name: Microsoft.Graph.Beta.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaPrintConnector --- @@ -29,7 +29,7 @@ New-MgBetaPrintConnector [-ResponseHeadersVariable ] [-AdditionalPropert [-Name ] [-OperatingSystem ] [-RegisteredDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -39,7 +39,6 @@ New-MgBetaPrintConnector -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/New-MgBetaPrintOperation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/New-MgBetaPrintOperation.md index 34bc4f85e6d15..af10a7006b413 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/New-MgBetaPrintOperation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/New-MgBetaPrintOperation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devices.cloudprint/new-mgbetaprintoperation Locale: en-US Module Name: Microsoft.Graph.Beta.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaPrintOperation --- @@ -27,7 +27,7 @@ New-MgBetaPrintOperation [-ResponseHeadersVariable ] [-AdditionalPropert [-CreatedDateTime ] [-Id ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -37,7 +37,6 @@ New-MgBetaPrintOperation -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/New-MgBetaPrintPrinter.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/New-MgBetaPrintPrinter.md index 6c24d5564916e..d7a0bec3e4ae6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/New-MgBetaPrintPrinter.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/New-MgBetaPrintPrinter.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devices.cloudprint/new-mgbetaprintprinter Locale: en-US Module Name: Microsoft.Graph.Beta.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaPrintPrinter --- @@ -30,7 +30,6 @@ New-MgBetaPrintPrinter [-ResponseHeadersVariable ] [-AdditionalPropertie [-Model ] [-PhysicalDeviceId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create1 @@ -41,7 +40,6 @@ New-MgBetaPrintPrinter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -58,7 +56,7 @@ This is a long-running operation and as such, it returns a printerCreateOperatio | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Printer.Create, Printer.ReadWrite.All, Printer.FullControl.All, | +| Delegated (work or school account) | Printer.Create, Printer.FullControl.All, Printer.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | | Application | Not supported | diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/New-MgBetaPrintPrinterJob.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/New-MgBetaPrintPrinterJob.md index febae7bd747fe..3621f55cf2616 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/New-MgBetaPrintPrinterJob.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/New-MgBetaPrintPrinterJob.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devices.cloudprint/new-mgbetaprintprinterjob Locale: en-US Module Name: Microsoft.Graph.Beta.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaPrintPrinterJob --- @@ -32,7 +32,6 @@ New-MgBetaPrintPrinterJob -PrinterId [-ResponseHeadersVariable [-Tasks ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -42,7 +41,6 @@ New-MgBetaPrintPrinterJob -PrinterId -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -58,7 +56,6 @@ New-MgBetaPrintPrinterJob -InputObject [-Tasks ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -68,7 +65,7 @@ New-MgBetaPrintPrinterJob -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -84,7 +81,7 @@ Create a new printJob for a printer. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | PrintJob.Create, PrintJob.ReadWriteBasic.All, PrintJob.ReadWriteBasic, PrintJob.ReadWrite.All, PrintJob.ReadWrite, | +| Delegated (work or school account) | PrintJob.Create, PrintJob.ReadWrite, PrintJob.ReadWrite.All, PrintJob.ReadWriteBasic, PrintJob.ReadWriteBasic.All, | | Delegated (personal Microsoft account) | Not supported | | Application | Not supported | diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/New-MgBetaPrintPrinterJobDocument.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/New-MgBetaPrintPrinterJobDocument.md index 0d9c94d629742..7fe2dd7d9cbdd 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/New-MgBetaPrintPrinterJobDocument.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/New-MgBetaPrintPrinterJobDocument.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devices.cloudprint/new-mgbetaprintprinterjobdocument Locale: en-US Module Name: Microsoft.Graph.Beta.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaPrintPrinterJobDocument --- @@ -30,7 +30,6 @@ New-MgBetaPrintPrinterJobDocument -PrintJobId -PrinterId [-UploadedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -40,7 +39,7 @@ New-MgBetaPrintPrinterJobDocument -PrintJobId -PrinterId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -53,7 +52,6 @@ New-MgBetaPrintPrinterJobDocument -InputObject [-UploadedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -63,7 +61,7 @@ New-MgBetaPrintPrinterJobDocument -InputObject -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.Devices.CloudPrint/New-MgBetaPrintPrinterJobDocumentUploadSession.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/New-MgBetaPrintPrinterJobDocumentUploadSession.md index 7e9e74941b43b..0991a85facd42 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/New-MgBetaPrintPrinterJobDocumentUploadSession.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/New-MgBetaPrintPrinterJobDocumentUploadSession.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devices.cloudprint/new-mgbetaprintprinterjobdocumentuploadsession Locale: en-US Module Name: Microsoft.Graph.Beta.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaPrintPrinterJobDocumentUploadSession --- @@ -31,7 +31,6 @@ New-MgBetaPrintPrinterJobDocumentUploadSession -PrintDocumentId -PrintJ [-Properties ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -43,7 +42,6 @@ New-MgBetaPrintPrinterJobDocumentUploadSession -PrintDocumentId -PrintJ [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -54,7 +52,6 @@ New-MgBetaPrintPrinterJobDocumentUploadSession -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -65,7 +62,6 @@ New-MgBetaPrintPrinterJobDocumentUploadSession -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -84,7 +80,7 @@ This allows transfer to be resumed, in case the network connection is dropped du | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | PrintJob.Create, PrintJob.ReadWrite.All, PrintJob.ReadWrite, | +| Delegated (work or school account) | PrintJob.Create, PrintJob.ReadWrite, PrintJob.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | | Application | PrintJob.ReadWrite.All, | diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/New-MgBetaPrintPrinterJobTask.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/New-MgBetaPrintPrinterJobTask.md index d913e32d29bef..dc55a7dbe2a4a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/New-MgBetaPrintPrinterJobTask.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/New-MgBetaPrintPrinterJobTask.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devices.cloudprint/new-mgbetaprintprinterjobtask Locale: en-US Module Name: Microsoft.Graph.Beta.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaPrintPrinterJobTask --- @@ -29,7 +29,7 @@ New-MgBetaPrintPrinterJobTask -PrintJobId -PrinterId [-Status ] [-Trigger ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -39,7 +39,7 @@ New-MgBetaPrintPrinterJobTask -PrintJobId -PrinterId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -51,7 +51,7 @@ New-MgBetaPrintPrinterJobTask -InputObject [-Status ] [-Trigger ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -61,7 +61,7 @@ New-MgBetaPrintPrinterJobTask -InputObject -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.Devices.CloudPrint/New-MgBetaPrintPrinterShare.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/New-MgBetaPrintPrinterShare.md index b2f95b9a141aa..9454c307dec60 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/New-MgBetaPrintPrinterShare.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/New-MgBetaPrintPrinterShare.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devices.cloudprint/new-mgbetaprintprintershare Locale: en-US Module Name: Microsoft.Graph.Beta.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaPrintPrinterShare --- @@ -29,7 +29,7 @@ New-MgBetaPrintPrinterShare [-ResponseHeadersVariable ] [-AdditionalProp [-Status ] [-ViewPoint ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -39,7 +39,6 @@ New-MgBetaPrintPrinterShare -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -722,7 +721,7 @@ Always null when the object hasn't been deleted. [AccessType ]: groupAccessType [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. @@ -754,13 +753,13 @@ Maximum length is 256 characters. Required on create. Supports $filter (eq only). [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. @@ -770,7 +769,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are auto-subscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. @@ -1053,16 +1052,59 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. [UsageRights ]: [Id ]: The unique identifier for an entity. Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. @@ -1206,7 +1248,7 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for users to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). @@ -1486,22 +1528,23 @@ Read-only. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -1531,12 +1574,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -1619,7 +1719,7 @@ Optional. [IncludeBasicClaimSet ]: Determines whether the basic claim set is included in tokens affected by this policy. If set to true, all claims in the basic claim set are emitted in tokens affected by the policy. By default the basic claim set isn't in the tokens unless they're explicitly configured in this policy. - [CreatedByAppId ]: The appId (called Application (client) ID on the Microsoft Entra admin center) of the application used to create the service principal. + [CreatedByAppId ]: The appId of the application that created this service principal. Set internally by Microsoft Entra ID. Read-only. [CreatedObjects ]: Directory objects created by this service principal. @@ -1751,7 +1851,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -1910,13 +2010,13 @@ May not begin with .. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [ApprovedClientApps ]: + [ApprovedClientApps ]: The collection of approved client apps that are associated with the RDS configuration. +Supports $expand. [Id ]: The unique identifier for an entity. Read-only. - [DisplayName ]: + [DisplayName ]: Display name for the client application. [IsRemoteDesktopProtocolEnabled ]: Determines if Microsoft Entra ID RDS authentication protocol for RDP is enabled. [TargetDeviceGroups ]: The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. -
]: The unique identifier for an entity. Read-only. [DisplayName ]: Display name for the target device group. @@ -2275,7 +2375,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. - [ExternalAuthenticationMethods ]: Represents the external methods registered to a user for authentication. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. Optional. @@ -2291,7 +2391,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. - [DisplayName ]: Custom name given to the registered external authentication method. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. @@ -2542,7 +2642,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -2795,7 +2895,7 @@ Read-only. The identifiers must be unique in the tenant. [Birthday ]: The birthday of the user. 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 Returned only on $select. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. Only one number can be set for this property. Read-only for users synced from on-premises directory. @@ -3134,6 +3234,49 @@ This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. Read only. + [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. +Nullable. + [Attachments ]: References to attached objects like files, tabs, meetings etc. + [Body ]: itemBody + [ChannelIdentity ]: channelIdentity + [ChatId ]: If the message was sent in a chat, represents the identity of the chat. + [CreatedDateTime ]: Timestamp of when the chat message was created. + [DeletedDateTime ]: Read only. +Timestamp at which the chat message was deleted, or null if not deleted. + [Etag ]: Read-only. +Version number of the chat message. + [EventDetail ]: eventMessageDetail + [From ]: chatMessageFromIdentitySet + [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. + [Importance ]: chatMessageImportance + [LastEditedDateTime ]: Read only. +Timestamp when edits to the chat message were made. +Triggers an 'Edited' flag in the Teams UI. +If no edits are made the value is null. + [LastModifiedDateTime ]: Read only. +Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. + [Locale ]: Locale of the chat message set by the client. +Always set to en-us. + [Mentions ]: List of entities mentioned in the chat message. +Supported entities are: user, bot, team, channel, chat, and tag. + [MessageHistory ]: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. + [MessageType ]: chatMessageType + [OnBehalfOf ]: chatMessageFromIdentitySet + [PolicyViolation ]: chatMessagePolicyViolation + [Reactions ]: Reactions for this chat message (for example, Like). + [Replies ]: Replies for a specified message. +Supports $expand for channel messages. + [ReplyToId ]: Read-only. +ID of the parent chat message or root chat message of the thread. +(Only applies to chat messages in channels, not chats.) + [Subject ]: The subject of the chat message, in plaintext. + [Summary ]: Summary text of the chat message that could be used for push notifications and summary views or fall back views. +Only applies to channel chat messages, not chat messages in a chat. + [WebUrl ]: Read-only. +Link to the message in Microsoft Teams. + [Id ]: The unique identifier for an entity. +Read-only. + [Recipient ]: identity [TenantId ]: The identifier of the tenant in which the chat was created. Read-only. [Topic ]: (Optional) Subject or topic for the chat. @@ -3169,7 +3312,22 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [AssignmentErrors ]: + [Id ]: The unique identifier for an entity. +Read-only. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [Assignments ]: [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -3288,7 +3446,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 @@ -3313,6 +3473,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. @@ -3520,10 +3713,11 @@ 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. + [ContentCategory ]: contentCategory [CorrelationId ]: An identifier used to group multiple related content entries (for example, different parts of the same file upload, messages in a conversation). [CreatedDateTime ]: Required. Timestamp indicating when the original content was created (for example, file creation time, message sent time). @@ -3651,6 +3845,24 @@ Required. [LearningProviderId ]: The registration ID of the provider. Required. [Status ]: courseStatus + [Storyline ]: User's storyline singleton container. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Followers ]: The users who are following this user. + [Id ]: The unique identifier for an entity. +Read-only. + [Follower ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Followings ]: The users that this user is following. + [Id ]: The unique identifier for an entity. +Read-only. + [Following ]: The Viva Engage identities. [EmployeeHireDate ]: The date and time when the user was hired or will start work if there is a future hire. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. @@ -3665,10 +3877,10 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. @@ -3888,6 +4100,17 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(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. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity. @@ -3985,6 +4208,7 @@ To proactively opt in to the new behavior ahead of time, use the contentStream p Nullable. [File ]: file [(Any) ]: This indicates any property can be added to this object. + [ArchiveStatus ]: fileArchiveStatus [Hashes ]: hashes [(Any) ]: This indicates any property can be added to this object. [Crc32Hash ]: The CRC32 value of the file (if available). @@ -3995,6 +4219,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. @@ -5103,6 +5340,8 @@ Read-only. [ContentTypes ]: The collection of content types present in this list. [DisplayName ]: The displayable title of the list. [Drive ]: drive + [ItemCount ]: The total count of items in the list. +Read-only. [Items ]: All items contained in the list. [List ]: listInfo [(Any) ]: This indicates any property can be added to this object. @@ -5456,7 +5695,9 @@ Read-write. [(Any) ]: This indicates any property can be added to this object. [ArchiveStatus ]: siteArchiveStatus [ArchivedBy ]: identitySet - [ArchivedDateTime ]: + [ArchivedDateTime ]: Time when the container was archived. +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. [DataLocationCode ]: The geographic region code for where this site collection resides. Only present for multi-geo tenants. Read-only. @@ -5479,7 +5720,7 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. 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. - Returned only on $select. + Requires $select to retrieve. Note: This property is specific to SharePoint Online. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. @@ -5502,6 +5743,27 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityGovernance ]: identityGovernanceUserSettings + [(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 ]: 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 + [(Any) ]: This indicates any property can be added to this object. + [Duration ]: The requestor's desired duration of access represented in ISO 8601 format for durations. +For example, PT3H refers to three hours. + If specified in a request, endDateTime shouldn't be present and the type property should be set to afterDuration. + [EndDateTime ]: Timestamp of 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. + [Type ]: expirationPatternType + [Recurrence ]: patternedRecurrence + [StartDateTime ]: 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. +In PIM, when the eligible or active assignment becomes active. [IdentityParentId ]: The object ID of the parent identity for agent users. Always null for regular user accounts. For agentUser resources, this property references the object ID of the associated agent identity. @@ -5598,7 +5860,7 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for users to describe their interests. -Returned only on $select. +Requires $select to retrieve. [InvitedBy ]: directoryObject [IsLicenseReconciliationNeeded ]: Indicates whether the user is pending an exchange mailbox license assignment. Read-only. @@ -5607,7 +5869,8 @@ Returned only on $select. 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). @@ -5637,6 +5900,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 @@ -5780,10 +6044,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -5792,9 +6058,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. @@ -6291,16 +6586,16 @@ This URL should be treated as an opaque blob, and not parsed. 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. Read-only. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. It also indicates licenses that are directly assigned and the ones the user inherited through group memberships. Read-only. -Returned only on $select. +Requires $select to retrieve. [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. Read-Only. @@ -6426,7 +6721,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -6975,6 +7270,8 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -7068,7 +7365,7 @@ Read-only. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Notifications ]: [Id ]: The unique identifier for an entity. Read-only. @@ -7176,6 +7473,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. @@ -7224,6 +7525,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. @@ -7478,7 +7784,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for users to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [PendingAccessReviewInstances ]: Navigation property to get a list of access reviews pending approval by the reviewer. [Id ]: The unique identifier for an entity. Read-only. @@ -7498,14 +7804,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. @@ -7838,7 +8136,7 @@ Example: 'en-US', or 'es-ES'. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -8294,15 +8592,14 @@ Read-only. [WebUrl ]: Link to the institution or department homepage. [Program ]: educationalActivityDetail [(Any) ]: This indicates any property can be added to this object. - [Abbreviation ]: Shortened name of the degree or program (example: PhD, MBA) + [Abbreviation ]: Shortened name of the degree or program, for example, PhD and MBA. [Activities ]: Extracurricular activities undertaken alongside the program. [Awards ]: Any awards or honors associated with the program. [Description ]: Short description of the program provided by the user. [DisplayName ]: Long-form name of the program that the user provided. - [FieldsOfStudy ]: Majors and minors associated with the program. -(if applicable) - [Grade ]: The final grade, class, GPA, or score. - [Notes ]: More notes the user provided. + [FieldsOfStudy ]: Majors and minors associated with the program, if applicable. + [Grade ]: The final grade, class, grade point average (GPA), or score. + [Notes ]: More notes provided by the user. [WebUrl ]: Link to the degree or program page. [StartMonthYear ]: The month and year the user commenced the activity referenced. [Emails ]: Represents detailed information about email addresses associated with the user. @@ -8605,9 +8902,9 @@ Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they have attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: The scoped-role administrative unit memberships for this user. Read-only. Nullable. @@ -8674,7 +8971,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. @@ -8824,7 +9121,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Use revokeSignInSessions to reset. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -8871,6 +9168,48 @@ The language component follows two-letter codes as defined in ISO 639-1, and the For users with multigeo licenses, the property contains the user's region (if available). For users without multigeo licenses, the property contains the organization's region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China. + [Sections ]: The sections in the user's chat list. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the section was created. +Read-only. +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. + [DisplayIcon ]: sectionDisplayIcon + [(Any) ]: This indicates any property can be added to this object. + [ContentUrl ]: The URL to a custom icon image. +Applicable when iconType is custom. + [DisplayName ]: The human-readable name of the icon. + [IconType ]: The type of icon. +Use an emoji character such as 👍 for an emoji icon, or custom for a custom image icon. + [SkinTone ]: sectionIconSkinTone + [DisplayName ]: The display name of the section. +Required. +Maximum length is 50 characters. +Display names are case-sensitive and must be unique within a user's sections. +The following names are reserved for system-defined sections and can't be used when creating a user-defined section: RecentChats, QuickViews, TeamsAndChannels, MutedChats, MeetingChats, EngageCommunities. + [IsExpanded ]: Indicates whether the section is expanded in the user interface. +The default value is true. + [IsHierarchicalViewEnabled ]: Indicates whether the hierarchical view is enabled for the section. +Read-only. + [Items ]: The items (chats, channels, meetings, or communities) organized within the section. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the item was added to the section. +Read-only. +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. + [ItemType ]: sectionItemType + [LastModifiedDateTime ]: Date and time when the item was last modified. +Read-only. +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. + [LastModifiedDateTime ]: Date and time when the section was last modified. +Read-only. +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. + [SectionType ]: sectionType + [SortType ]: sectionSortType [Todo ]: todo [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -8883,6 +9222,12 @@ Read-only. Nullable. [IsOwner ]: True if the user is owner of the given task list. [IsShared ]: True if the task list is shared with other users + [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the task list. +Read-only. +Nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Value ]: The value of the property. [Tasks ]: The tasks in this task list. Read-only. Nullable. @@ -8946,9 +9291,6 @@ Read-only. [Recurrence ]: patternedRecurrence [ReminderDateTime ]: dateTimeTimeZone [SingleValueExtendedProperties ]: A collection of custom fields linked to the task. - [Id ]: The unique identifier for an entity. -Read-only. - [Value ]: The value of the property. [StartDateTime ]: dateTimeTimeZone [Status ]: taskStatus [Title ]: A brief description of the task. @@ -9000,6 +9342,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. @@ -9037,6 +9381,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. @@ -9059,6 +9404,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 ]: @@ -9112,6 +9458,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. @@ -9121,8 +9469,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. @@ -9224,11 +9570,11 @@ You can use it as a $filter argument to get groups that have members with licens Supports $filter (eq). [HideFromAddressLists ]: true if the group isn't displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: true if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [InfoCatalogs ]: Identifies the info segments assigned to the group. Returned by default. @@ -9252,7 +9598,7 @@ Read-only. To manage a group 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. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -9302,6 +9648,7 @@ Read-only. [OnPremisesDomainName ]: Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only. + [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [OnPremisesLastSyncDateTime ]: Indicates the last time at which the group was synced with the on-premises directory.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. Returned by default. @@ -9383,7 +9730,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). @@ -9419,12 +9766,12 @@ Immutable. Read-only. [UnseenConversationsCount ]: Count of conversations delivered one or more new posts since the signed-in user's last visit to the group. This property is the same as unseenCount. -Returned only on $select. +Requires $select to retrieve. [UnseenCount ]: Count of conversations that have received new posts since the signed-in user last visited the group. -This property is the same as unseenConversationsCount.Returned only on $select. +This property is the same as unseenConversationsCount.Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [UnseenMessagesCount ]: Count of new posts that have been delivered to the group's conversations since the signed-in user's last visit to the group. -Returned only on $select. +Requires $select to retrieve. [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. @@ -9435,7 +9782,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Requires $select to retrieve. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -9452,7 +9802,7 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for users to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). @@ -9746,22 +10096,23 @@ Always null when the object hasn't been deleted. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -9791,12 +10142,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -9906,7 +10314,7 @@ Optional. [IncludeBasicClaimSet ]: Determines whether the basic claim set is included in tokens affected by this policy. If set to true, all claims in the basic claim set are emitted in tokens affected by the policy. By default the basic claim set isn't in the tokens unless they're explicitly configured in this policy. - [CreatedByAppId ]: The appId (called Application (client) ID on the Microsoft Entra admin center) of the application used to create the service principal. + [CreatedByAppId ]: The appId of the application that created this service principal. Set internally by Microsoft Entra ID. Read-only. [CreatedObjects ]: Directory objects created by this service principal. @@ -10038,7 +10446,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -10197,13 +10605,13 @@ May not begin with .. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [ApprovedClientApps ]: + [ApprovedClientApps ]: The collection of approved client apps that are associated with the RDS configuration. +Supports $expand. [Id ]: The unique identifier for an entity. Read-only. - [DisplayName ]: + [DisplayName ]: Display name for the client application. [IsRemoteDesktopProtocolEnabled ]: Determines if Microsoft Entra ID RDS authentication protocol for RDP is enabled. [TargetDeviceGroups ]: The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. -
]: The unique identifier for an entity. Read-only. [DisplayName ]: Display name for the target device group. @@ -10566,7 +10974,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. - [ExternalAuthenticationMethods ]: Represents the external methods registered to a user for authentication. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. Optional. @@ -10582,7 +10990,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. - [DisplayName ]: Custom name given to the registered external authentication method. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. @@ -10835,7 +11243,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -11088,7 +11496,7 @@ Read-only. The identifiers must be unique in the tenant. [Birthday ]: The birthday of the user. 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 Returned only on $select. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. Only one number can be set for this property. Read-only for users synced from on-premises directory. @@ -11698,6 +12106,49 @@ This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. Read only. + [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. +Nullable. + [Attachments ]: References to attached objects like files, tabs, meetings etc. + [Body ]: itemBody + [ChannelIdentity ]: channelIdentity + [ChatId ]: If the message was sent in a chat, represents the identity of the chat. + [CreatedDateTime ]: Timestamp of when the chat message was created. + [DeletedDateTime ]: Read only. +Timestamp at which the chat message was deleted, or null if not deleted. + [Etag ]: Read-only. +Version number of the chat message. + [EventDetail ]: eventMessageDetail + [From ]: chatMessageFromIdentitySet + [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. + [Importance ]: chatMessageImportance + [LastEditedDateTime ]: Read only. +Timestamp when edits to the chat message were made. +Triggers an 'Edited' flag in the Teams UI. +If no edits are made the value is null. + [LastModifiedDateTime ]: Read only. +Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. + [Locale ]: Locale of the chat message set by the client. +Always set to en-us. + [Mentions ]: List of entities mentioned in the chat message. +Supported entities are: user, bot, team, channel, chat, and tag. + [MessageHistory ]: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. + [MessageType ]: chatMessageType + [OnBehalfOf ]: chatMessageFromIdentitySet + [PolicyViolation ]: chatMessagePolicyViolation + [Reactions ]: Reactions for this chat message (for example, Like). + [Replies ]: Replies for a specified message. +Supports $expand for channel messages. + [ReplyToId ]: Read-only. +ID of the parent chat message or root chat message of the thread. +(Only applies to chat messages in channels, not chats.) + [Subject ]: The subject of the chat message, in plaintext. + [Summary ]: Summary text of the chat message that could be used for push notifications and summary views or fall back views. +Only applies to channel chat messages, not chat messages in a chat. + [WebUrl ]: Read-only. +Link to the message in Microsoft Teams. + [Id ]: The unique identifier for an entity. +Read-only. + [Recipient ]: identity [TenantId ]: The identifier of the tenant in which the chat was created. Read-only. [Topic ]: (Optional) Subject or topic for the chat. @@ -11733,21 +12184,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -11866,7 +12374,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 @@ -11891,6 +12401,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. @@ -12098,10 +12641,11 @@ 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. + [ContentCategory ]: contentCategory [CorrelationId ]: An identifier used to group multiple related content entries (for example, different parts of the same file upload, messages in a conversation). [CreatedDateTime ]: Required. Timestamp indicating when the original content was created (for example, file creation time, message sent time). @@ -12386,6 +12930,7 @@ To proactively opt in to the new behavior ahead of time, use the contentStream p Nullable. [File ]: file [(Any) ]: This indicates any property can be added to this object. + [ArchiveStatus ]: fileArchiveStatus [Hashes ]: hashes [(Any) ]: This indicates any property can be added to this object. [Crc32Hash ]: The CRC32 value of the file (if available). @@ -12396,6 +12941,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. @@ -12496,6 +13054,17 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(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. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity. @@ -13505,6 +14074,8 @@ 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 total count of items in the list. +Read-only. [Items ]: All items contained in the list. [List ]: listInfo [(Any) ]: This indicates any property can be added to this object. @@ -13601,6 +14172,24 @@ Required. [LearningProviderId ]: The registration ID of the provider. Required. [Status ]: courseStatus + [Storyline ]: User's storyline singleton container. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Followers ]: The users who are following this user. + [Id ]: The unique identifier for an entity. +Read-only. + [Follower ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Followings ]: The users that this user is following. + [Id ]: The unique identifier for an entity. +Read-only. + [Following ]: The Viva Engage identities. [EmployeeHireDate ]: The date and time when the user was hired or will start work if there is a future hire. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. @@ -13615,10 +14204,10 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. @@ -14091,7 +14680,9 @@ Read-write. [(Any) ]: This indicates any property can be added to this object. [ArchiveStatus ]: siteArchiveStatus [ArchivedBy ]: identitySet - [ArchivedDateTime ]: + [ArchivedDateTime ]: Time when the container was archived. +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. [DataLocationCode ]: The geographic region code for where this site collection resides. Only present for multi-geo tenants. Read-only. @@ -14114,7 +14705,7 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. 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. - Returned only on $select. + Requires $select to retrieve. Note: This property is specific to SharePoint Online. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. @@ -14137,6 +14728,27 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityGovernance ]: identityGovernanceUserSettings + [(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 ]: 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 + [(Any) ]: This indicates any property can be added to this object. + [Duration ]: The requestor's desired duration of access represented in ISO 8601 format for durations. +For example, PT3H refers to three hours. + If specified in a request, endDateTime shouldn't be present and the type property should be set to afterDuration. + [EndDateTime ]: Timestamp of 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. + [Type ]: expirationPatternType + [Recurrence ]: patternedRecurrence + [StartDateTime ]: 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. +In PIM, when the eligible or active assignment becomes active. [IdentityParentId ]: The object ID of the parent identity for agent users. Always null for regular user accounts. For agentUser resources, this property references the object ID of the associated agent identity. @@ -14233,7 +14845,7 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for users to describe their interests. -Returned only on $select. +Requires $select to retrieve. [InvitedBy ]: directoryObject [IsLicenseReconciliationNeeded ]: Indicates whether the user is pending an exchange mailbox license assignment. Read-only. @@ -14242,7 +14854,8 @@ Returned only on $select. 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). @@ -14256,24 +14869,24 @@ If this list is non-empty, then only users or groups listed here can post. [AccessType ]: groupAccessType [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are auto-subscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -14283,6 +14896,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -14441,11 +15055,11 @@ You can use it as a $filter argument to get groups that have members with licens Supports $filter (eq). [HideFromAddressLists ]: true if the group isn't displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: true if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [InfoCatalogs ]: Identifies the info segments assigned to the group. Returned by default. @@ -14469,7 +15083,7 @@ Read-only. To manage a group 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. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -14519,6 +15133,7 @@ Read-only. [OnPremisesDomainName ]: Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only. + [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [OnPremisesLastSyncDateTime ]: Indicates the last time at which the group was synced with the on-premises directory.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. Returned by default. @@ -14702,10 +15317,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -14714,9 +15331,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. @@ -14880,7 +15526,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). @@ -14928,6 +15574,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 @@ -15325,12 +15972,12 @@ Immutable. Read-only. [UnseenConversationsCount ]: Count of conversations delivered one or more new posts since the signed-in user's last visit to the group. This property is the same as unseenCount. -Returned only on $select. +Requires $select to retrieve. [UnseenCount ]: Count of conversations that have received new posts since the signed-in user last visited the group. -This property is the same as unseenConversationsCount.Returned only on $select. +This property is the same as unseenConversationsCount.Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [UnseenMessagesCount ]: Count of new posts that have been delivered to the group's conversations since the signed-in user's last visit to the group. -Returned only on $select. +Requires $select to retrieve. [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. @@ -15341,7 +15988,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Requires $select to retrieve. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -15358,16 +16008,16 @@ Nullable. 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. Read-only. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. It also indicates licenses that are directly assigned and the ones the user inherited through group memberships. Read-only. -Returned only on $select. +Requires $select to retrieve. [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. Read-Only. @@ -15493,7 +16143,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -16042,6 +16692,8 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -16135,7 +16787,7 @@ Read-only. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Notifications ]: [Id ]: The unique identifier for an entity. Read-only. @@ -16230,6 +16882,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. @@ -16278,6 +16934,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. @@ -16532,7 +17193,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for users to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [PendingAccessReviewInstances ]: Navigation property to get a list of access reviews pending approval by the reviewer. [Id ]: The unique identifier for an entity. Read-only. @@ -16552,14 +17213,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. @@ -16892,7 +17545,7 @@ Example: 'en-US', or 'es-ES'. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -17348,15 +18001,14 @@ Read-only. [WebUrl ]: Link to the institution or department homepage. [Program ]: educationalActivityDetail [(Any) ]: This indicates any property can be added to this object. - [Abbreviation ]: Shortened name of the degree or program (example: PhD, MBA) + [Abbreviation ]: Shortened name of the degree or program, for example, PhD and MBA. [Activities ]: Extracurricular activities undertaken alongside the program. [Awards ]: Any awards or honors associated with the program. [Description ]: Short description of the program provided by the user. [DisplayName ]: Long-form name of the program that the user provided. - [FieldsOfStudy ]: Majors and minors associated with the program. -(if applicable) - [Grade ]: The final grade, class, GPA, or score. - [Notes ]: More notes the user provided. + [FieldsOfStudy ]: Majors and minors associated with the program, if applicable. + [Grade ]: The final grade, class, grade point average (GPA), or score. + [Notes ]: More notes provided by the user. [WebUrl ]: Link to the degree or program page. [StartMonthYear ]: The month and year the user commenced the activity referenced. [Emails ]: Represents detailed information about email addresses associated with the user. @@ -17659,9 +18311,9 @@ Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they have attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: The scoped-role administrative unit memberships for this user. Read-only. Nullable. @@ -17725,7 +18377,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. @@ -17875,7 +18527,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Use revokeSignInSessions to reset. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -17922,6 +18574,48 @@ The language component follows two-letter codes as defined in ISO 639-1, and the For users with multigeo licenses, the property contains the user's region (if available). For users without multigeo licenses, the property contains the organization's region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China. + [Sections ]: The sections in the user's chat list. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the section was created. +Read-only. +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. + [DisplayIcon ]: sectionDisplayIcon + [(Any) ]: This indicates any property can be added to this object. + [ContentUrl ]: The URL to a custom icon image. +Applicable when iconType is custom. + [DisplayName ]: The human-readable name of the icon. + [IconType ]: The type of icon. +Use an emoji character such as 👍 for an emoji icon, or custom for a custom image icon. + [SkinTone ]: sectionIconSkinTone + [DisplayName ]: The display name of the section. +Required. +Maximum length is 50 characters. +Display names are case-sensitive and must be unique within a user's sections. +The following names are reserved for system-defined sections and can't be used when creating a user-defined section: RecentChats, QuickViews, TeamsAndChannels, MutedChats, MeetingChats, EngageCommunities. + [IsExpanded ]: Indicates whether the section is expanded in the user interface. +The default value is true. + [IsHierarchicalViewEnabled ]: Indicates whether the hierarchical view is enabled for the section. +Read-only. + [Items ]: The items (chats, channels, meetings, or communities) organized within the section. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the item was added to the section. +Read-only. +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. + [ItemType ]: sectionItemType + [LastModifiedDateTime ]: Date and time when the item was last modified. +Read-only. +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. + [LastModifiedDateTime ]: Date and time when the section was last modified. +Read-only. +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. + [SectionType ]: sectionType + [SortType ]: sectionSortType [Todo ]: todo [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -17934,6 +18628,12 @@ Read-only. Nullable. [IsOwner ]: True if the user is owner of the given task list. [IsShared ]: True if the task list is shared with other users + [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the task list. +Read-only. +Nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Value ]: The value of the property. [Tasks ]: The tasks in this task list. Read-only. Nullable. @@ -17997,9 +18697,6 @@ Read-only. [Recurrence ]: patternedRecurrence [ReminderDateTime ]: dateTimeTimeZone [SingleValueExtendedProperties ]: A collection of custom fields linked to the task. - [Id ]: The unique identifier for an entity. -Read-only. - [Value ]: The value of the property. [StartDateTime ]: dateTimeTimeZone [Status ]: taskStatus [Title ]: A brief description of the task. @@ -18051,6 +18748,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. @@ -18088,6 +18787,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. @@ -18110,6 +18810,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 ]: @@ -18163,6 +18864,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. @@ -18172,8 +18875,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. @@ -18462,7 +19163,7 @@ Always null when the object hasn't been deleted. [AccessType ]: groupAccessType [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. @@ -18494,13 +19195,13 @@ Maximum length is 256 characters. Required on create. Supports $filter (eq only). [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. @@ -18510,7 +19211,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are auto-subscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. @@ -18793,16 +19494,59 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. [UsageRights ]: [Id ]: The unique identifier for an entity. Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. @@ -18946,7 +19690,7 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for users to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). @@ -19226,22 +19970,23 @@ Read-only. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -19271,12 +20016,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -19359,7 +20161,7 @@ Optional. [IncludeBasicClaimSet ]: Determines whether the basic claim set is included in tokens affected by this policy. If set to true, all claims in the basic claim set are emitted in tokens affected by the policy. By default the basic claim set isn't in the tokens unless they're explicitly configured in this policy. - [CreatedByAppId ]: The appId (called Application (client) ID on the Microsoft Entra admin center) of the application used to create the service principal. + [CreatedByAppId ]: The appId of the application that created this service principal. Set internally by Microsoft Entra ID. Read-only. [CreatedObjects ]: Directory objects created by this service principal. @@ -19491,7 +20293,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -19650,13 +20452,13 @@ May not begin with .. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [ApprovedClientApps ]: + [ApprovedClientApps ]: The collection of approved client apps that are associated with the RDS configuration. +Supports $expand. [Id ]: The unique identifier for an entity. Read-only. - [DisplayName ]: + [DisplayName ]: Display name for the client application. [IsRemoteDesktopProtocolEnabled ]: Determines if Microsoft Entra ID RDS authentication protocol for RDP is enabled. [TargetDeviceGroups ]: The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. -
]: The unique identifier for an entity. Read-only. [DisplayName ]: Display name for the target device group. @@ -20015,7 +20817,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. - [ExternalAuthenticationMethods ]: Represents the external methods registered to a user for authentication. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. Optional. @@ -20031,7 +20833,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. - [DisplayName ]: Custom name given to the registered external authentication method. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. @@ -20282,7 +21084,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -20535,7 +21337,7 @@ Read-only. The identifiers must be unique in the tenant. [Birthday ]: The birthday of the user. 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 Returned only on $select. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. Only one number can be set for this property. Read-only for users synced from on-premises directory. @@ -20874,6 +21676,49 @@ This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. Read only. + [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. +Nullable. + [Attachments ]: References to attached objects like files, tabs, meetings etc. + [Body ]: itemBody + [ChannelIdentity ]: channelIdentity + [ChatId ]: If the message was sent in a chat, represents the identity of the chat. + [CreatedDateTime ]: Timestamp of when the chat message was created. + [DeletedDateTime ]: Read only. +Timestamp at which the chat message was deleted, or null if not deleted. + [Etag ]: Read-only. +Version number of the chat message. + [EventDetail ]: eventMessageDetail + [From ]: chatMessageFromIdentitySet + [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. + [Importance ]: chatMessageImportance + [LastEditedDateTime ]: Read only. +Timestamp when edits to the chat message were made. +Triggers an 'Edited' flag in the Teams UI. +If no edits are made the value is null. + [LastModifiedDateTime ]: Read only. +Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. + [Locale ]: Locale of the chat message set by the client. +Always set to en-us. + [Mentions ]: List of entities mentioned in the chat message. +Supported entities are: user, bot, team, channel, chat, and tag. + [MessageHistory ]: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. + [MessageType ]: chatMessageType + [OnBehalfOf ]: chatMessageFromIdentitySet + [PolicyViolation ]: chatMessagePolicyViolation + [Reactions ]: Reactions for this chat message (for example, Like). + [Replies ]: Replies for a specified message. +Supports $expand for channel messages. + [ReplyToId ]: Read-only. +ID of the parent chat message or root chat message of the thread. +(Only applies to chat messages in channels, not chats.) + [Subject ]: The subject of the chat message, in plaintext. + [Summary ]: Summary text of the chat message that could be used for push notifications and summary views or fall back views. +Only applies to channel chat messages, not chat messages in a chat. + [WebUrl ]: Read-only. +Link to the message in Microsoft Teams. + [Id ]: The unique identifier for an entity. +Read-only. + [Recipient ]: identity [TenantId ]: The identifier of the tenant in which the chat was created. Read-only. [Topic ]: (Optional) Subject or topic for the chat. @@ -20909,7 +21754,22 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [AssignmentErrors ]: + [Id ]: The unique identifier for an entity. +Read-only. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [Assignments ]: [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -21028,7 +21888,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 @@ -21053,6 +21915,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. @@ -21260,10 +22155,11 @@ 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. + [ContentCategory ]: contentCategory [CorrelationId ]: An identifier used to group multiple related content entries (for example, different parts of the same file upload, messages in a conversation). [CreatedDateTime ]: Required. Timestamp indicating when the original content was created (for example, file creation time, message sent time). @@ -21391,6 +22287,24 @@ Required. [LearningProviderId ]: The registration ID of the provider. Required. [Status ]: courseStatus + [Storyline ]: User's storyline singleton container. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Followers ]: The users who are following this user. + [Id ]: The unique identifier for an entity. +Read-only. + [Follower ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Followings ]: The users that this user is following. + [Id ]: The unique identifier for an entity. +Read-only. + [Following ]: The Viva Engage identities. [EmployeeHireDate ]: The date and time when the user was hired or will start work if there is a future hire. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. @@ -21405,10 +22319,10 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. @@ -21628,6 +22542,17 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(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. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity. @@ -21725,6 +22650,7 @@ To proactively opt in to the new behavior ahead of time, use the contentStream p Nullable. [File ]: file [(Any) ]: This indicates any property can be added to this object. + [ArchiveStatus ]: fileArchiveStatus [Hashes ]: hashes [(Any) ]: This indicates any property can be added to this object. [Crc32Hash ]: The CRC32 value of the file (if available). @@ -21735,6 +22661,12 @@ 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 ]: [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. @@ -22843,6 +23775,8 @@ Read-only. [ContentTypes ]: The collection of content types present in this list. [DisplayName ]: The displayable title of the list. [Drive ]: drive + [ItemCount ]: The total count of items in the list. +Read-only. [Items ]: All items contained in the list. [List ]: listInfo [(Any) ]: This indicates any property can be added to this object. @@ -23196,7 +24130,9 @@ Read-write. [(Any) ]: This indicates any property can be added to this object. [ArchiveStatus ]: siteArchiveStatus [ArchivedBy ]: identitySet - [ArchivedDateTime ]: + [ArchivedDateTime ]: Time when the container was archived. +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. [DataLocationCode ]: The geographic region code for where this site collection resides. Only present for multi-geo tenants. Read-only. @@ -23219,7 +24155,7 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. 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. - Returned only on $select. + Requires $select to retrieve. Note: This property is specific to SharePoint Online. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. @@ -23242,6 +24178,27 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityGovernance ]: identityGovernanceUserSettings + [(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 ]: 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 + [(Any) ]: This indicates any property can be added to this object. + [Duration ]: The requestor's desired duration of access represented in ISO 8601 format for durations. +For example, PT3H refers to three hours. + If specified in a request, endDateTime shouldn't be present and the type property should be set to afterDuration. + [EndDateTime ]: Timestamp of 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. + [Type ]: expirationPatternType + [Recurrence ]: patternedRecurrence + [StartDateTime ]: 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. +In PIM, when the eligible or active assignment becomes active. [IdentityParentId ]: The object ID of the parent identity for agent users. Always null for regular user accounts. For agentUser resources, this property references the object ID of the associated agent identity. @@ -23338,7 +24295,7 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for users to describe their interests. -Returned only on $select. +Requires $select to retrieve. [InvitedBy ]: directoryObject [IsLicenseReconciliationNeeded ]: Indicates whether the user is pending an exchange mailbox license assignment. Read-only. @@ -23347,7 +24304,8 @@ Returned only on $select. 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). @@ -23377,6 +24335,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 @@ -23520,10 +24479,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -23532,9 +24493,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. @@ -24031,16 +25021,16 @@ This URL should be treated as an opaque blob, and not parsed. 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. Read-only. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. It also indicates licenses that are directly assigned and the ones the user inherited through group memberships. Read-only. -Returned only on $select. +Requires $select to retrieve. [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. Read-Only. @@ -24166,7 +25156,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -24715,6 +25705,8 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -24808,7 +25800,7 @@ Read-only. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Notifications ]: [Id ]: The unique identifier for an entity. Read-only. @@ -24916,6 +25908,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. @@ -24964,6 +25960,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. @@ -25218,7 +26219,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for users to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [PendingAccessReviewInstances ]: Navigation property to get a list of access reviews pending approval by the reviewer. [Id ]: The unique identifier for an entity. Read-only. @@ -25570,7 +26571,7 @@ Example: 'en-US', or 'es-ES'. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -25722,15 +26723,14 @@ Read-only. [WebUrl ]: Link to the institution or department homepage. [Program ]: educationalActivityDetail [(Any) ]: This indicates any property can be added to this object. - [Abbreviation ]: Shortened name of the degree or program (example: PhD, MBA) + [Abbreviation ]: Shortened name of the degree or program, for example, PhD and MBA. [Activities ]: Extracurricular activities undertaken alongside the program. [Awards ]: Any awards or honors associated with the program. [Description ]: Short description of the program provided by the user. [DisplayName ]: Long-form name of the program that the user provided. - [FieldsOfStudy ]: Majors and minors associated with the program. -(if applicable) - [Grade ]: The final grade, class, GPA, or score. - [Notes ]: More notes the user provided. + [FieldsOfStudy ]: Majors and minors associated with the program, if applicable. + [Grade ]: The final grade, class, grade point average (GPA), or score. + [Notes ]: More notes provided by the user. [WebUrl ]: Link to the degree or program page. [StartMonthYear ]: The month and year the user commenced the activity referenced. [Emails ]: Represents detailed information about email addresses associated with the user. @@ -26033,9 +27033,9 @@ Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they have attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: The scoped-role administrative unit memberships for this user. Read-only. Nullable. @@ -26102,7 +27102,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. @@ -26252,7 +27252,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Use revokeSignInSessions to reset. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -26299,6 +27299,48 @@ The language component follows two-letter codes as defined in ISO 639-1, and the For users with multigeo licenses, the property contains the user's region (if available). For users without multigeo licenses, the property contains the organization's region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China. + [Sections ]: The sections in the user's chat list. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the section was created. +Read-only. +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. + [DisplayIcon ]: sectionDisplayIcon + [(Any) ]: This indicates any property can be added to this object. + [ContentUrl ]: The URL to a custom icon image. +Applicable when iconType is custom. + [DisplayName ]: The human-readable name of the icon. + [IconType ]: The type of icon. +Use an emoji character such as 👍 for an emoji icon, or custom for a custom image icon. + [SkinTone ]: sectionIconSkinTone + [DisplayName ]: The display name of the section. +Required. +Maximum length is 50 characters. +Display names are case-sensitive and must be unique within a user's sections. +The following names are reserved for system-defined sections and can't be used when creating a user-defined section: RecentChats, QuickViews, TeamsAndChannels, MutedChats, MeetingChats, EngageCommunities. + [IsExpanded ]: Indicates whether the section is expanded in the user interface. +The default value is true. + [IsHierarchicalViewEnabled ]: Indicates whether the hierarchical view is enabled for the section. +Read-only. + [Items ]: The items (chats, channels, meetings, or communities) organized within the section. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the item was added to the section. +Read-only. +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. + [ItemType ]: sectionItemType + [LastModifiedDateTime ]: Date and time when the item was last modified. +Read-only. +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. + [LastModifiedDateTime ]: Date and time when the section was last modified. +Read-only. +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. + [SectionType ]: sectionType + [SortType ]: sectionSortType [Todo ]: todo [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -26311,6 +27353,12 @@ Read-only. Nullable. [IsOwner ]: True if the user is owner of the given task list. [IsShared ]: True if the task list is shared with other users + [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the task list. +Read-only. +Nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Value ]: The value of the property. [Tasks ]: The tasks in this task list. Read-only. Nullable. @@ -26374,9 +27422,6 @@ Read-only. [Recurrence ]: patternedRecurrence [ReminderDateTime ]: dateTimeTimeZone [SingleValueExtendedProperties ]: A collection of custom fields linked to the task. - [Id ]: The unique identifier for an entity. -Read-only. - [Value ]: The value of the property. [StartDateTime ]: dateTimeTimeZone [Status ]: taskStatus [Title ]: A brief description of the task. @@ -26428,6 +27473,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. @@ -26465,6 +27512,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. @@ -26487,6 +27535,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 ]: @@ -26540,6 +27589,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. @@ -26549,8 +27600,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. @@ -26652,11 +27701,11 @@ You can use it as a $filter argument to get groups that have members with licens Supports $filter (eq). [HideFromAddressLists ]: true if the group isn't displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: true if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [InfoCatalogs ]: Identifies the info segments assigned to the group. Returned by default. @@ -26680,7 +27729,7 @@ Read-only. To manage a group 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. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -26730,6 +27779,7 @@ Read-only. [OnPremisesDomainName ]: Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only. + [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [OnPremisesLastSyncDateTime ]: Indicates the last time at which the group was synced with the on-premises directory.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. Returned by default. @@ -26811,7 +27861,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). @@ -26847,12 +27897,12 @@ Immutable. Read-only. [UnseenConversationsCount ]: Count of conversations delivered one or more new posts since the signed-in user's last visit to the group. This property is the same as unseenCount. -Returned only on $select. +Requires $select to retrieve. [UnseenCount ]: Count of conversations that have received new posts since the signed-in user last visited the group. -This property is the same as unseenConversationsCount.Returned only on $select. +This property is the same as unseenConversationsCount.Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [UnseenMessagesCount ]: Count of new posts that have been delivered to the group's conversations since the signed-in user's last visit to the group. -Returned only on $select. +Requires $select to retrieve. [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. @@ -26863,7 +27913,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Requires $select to retrieve. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -27486,7 +28539,7 @@ Always null when the object hasn't been deleted. [AccessType ]: groupAccessType [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. @@ -27518,13 +28571,13 @@ Maximum length is 256 characters. Required on create. Supports $filter (eq only). [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. @@ -27534,7 +28587,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are auto-subscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. @@ -27817,16 +28870,59 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. [UsageRights ]: [Id ]: The unique identifier for an entity. Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. @@ -27970,7 +29066,7 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for users to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). @@ -28250,22 +29346,23 @@ Read-only. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -28295,12 +29392,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -28383,7 +29537,7 @@ Optional. [IncludeBasicClaimSet ]: Determines whether the basic claim set is included in tokens affected by this policy. If set to true, all claims in the basic claim set are emitted in tokens affected by the policy. By default the basic claim set isn't in the tokens unless they're explicitly configured in this policy. - [CreatedByAppId ]: The appId (called Application (client) ID on the Microsoft Entra admin center) of the application used to create the service principal. + [CreatedByAppId ]: The appId of the application that created this service principal. Set internally by Microsoft Entra ID. Read-only. [CreatedObjects ]: Directory objects created by this service principal. @@ -28515,7 +29669,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -28674,13 +29828,13 @@ May not begin with .. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [ApprovedClientApps ]: + [ApprovedClientApps ]: The collection of approved client apps that are associated with the RDS configuration. +Supports $expand. [Id ]: The unique identifier for an entity. Read-only. - [DisplayName ]: + [DisplayName ]: Display name for the client application. [IsRemoteDesktopProtocolEnabled ]: Determines if Microsoft Entra ID RDS authentication protocol for RDP is enabled. [TargetDeviceGroups ]: The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. -
]: The unique identifier for an entity. Read-only. [DisplayName ]: Display name for the target device group. @@ -29039,7 +30193,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. - [ExternalAuthenticationMethods ]: Represents the external methods registered to a user for authentication. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. Optional. @@ -29055,7 +30209,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. - [DisplayName ]: Custom name given to the registered external authentication method. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. @@ -29306,7 +30460,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -29559,7 +30713,7 @@ Read-only. The identifiers must be unique in the tenant. [Birthday ]: The birthday of the user. 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 Returned only on $select. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. Only one number can be set for this property. Read-only for users synced from on-premises directory. @@ -29898,6 +31052,49 @@ This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. Read only. + [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. +Nullable. + [Attachments ]: References to attached objects like files, tabs, meetings etc. + [Body ]: itemBody + [ChannelIdentity ]: channelIdentity + [ChatId ]: If the message was sent in a chat, represents the identity of the chat. + [CreatedDateTime ]: Timestamp of when the chat message was created. + [DeletedDateTime ]: Read only. +Timestamp at which the chat message was deleted, or null if not deleted. + [Etag ]: Read-only. +Version number of the chat message. + [EventDetail ]: eventMessageDetail + [From ]: chatMessageFromIdentitySet + [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. + [Importance ]: chatMessageImportance + [LastEditedDateTime ]: Read only. +Timestamp when edits to the chat message were made. +Triggers an 'Edited' flag in the Teams UI. +If no edits are made the value is null. + [LastModifiedDateTime ]: Read only. +Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. + [Locale ]: Locale of the chat message set by the client. +Always set to en-us. + [Mentions ]: List of entities mentioned in the chat message. +Supported entities are: user, bot, team, channel, chat, and tag. + [MessageHistory ]: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. + [MessageType ]: chatMessageType + [OnBehalfOf ]: chatMessageFromIdentitySet + [PolicyViolation ]: chatMessagePolicyViolation + [Reactions ]: Reactions for this chat message (for example, Like). + [Replies ]: Replies for a specified message. +Supports $expand for channel messages. + [ReplyToId ]: Read-only. +ID of the parent chat message or root chat message of the thread. +(Only applies to chat messages in channels, not chats.) + [Subject ]: The subject of the chat message, in plaintext. + [Summary ]: Summary text of the chat message that could be used for push notifications and summary views or fall back views. +Only applies to channel chat messages, not chat messages in a chat. + [WebUrl ]: Read-only. +Link to the message in Microsoft Teams. + [Id ]: The unique identifier for an entity. +Read-only. + [Recipient ]: identity [TenantId ]: The identifier of the tenant in which the chat was created. Read-only. [Topic ]: (Optional) Subject or topic for the chat. @@ -29933,7 +31130,22 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [AssignmentErrors ]: + [Id ]: The unique identifier for an entity. +Read-only. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [Assignments ]: [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -30052,7 +31264,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 @@ -30077,6 +31291,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. @@ -30284,10 +31531,11 @@ 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. + [ContentCategory ]: contentCategory [CorrelationId ]: An identifier used to group multiple related content entries (for example, different parts of the same file upload, messages in a conversation). [CreatedDateTime ]: Required. Timestamp indicating when the original content was created (for example, file creation time, message sent time). @@ -30415,6 +31663,24 @@ Required. [LearningProviderId ]: The registration ID of the provider. Required. [Status ]: courseStatus + [Storyline ]: User's storyline singleton container. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Followers ]: The users who are following this user. + [Id ]: The unique identifier for an entity. +Read-only. + [Follower ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Followings ]: The users that this user is following. + [Id ]: The unique identifier for an entity. +Read-only. + [Following ]: The Viva Engage identities. [EmployeeHireDate ]: The date and time when the user was hired or will start work if there is a future hire. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. @@ -30429,10 +31695,10 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. @@ -30652,6 +31918,17 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(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. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity. @@ -30749,6 +32026,7 @@ To proactively opt in to the new behavior ahead of time, use the contentStream p Nullable. [File ]: file [(Any) ]: This indicates any property can be added to this object. + [ArchiveStatus ]: fileArchiveStatus [Hashes ]: hashes [(Any) ]: This indicates any property can be added to this object. [Crc32Hash ]: The CRC32 value of the file (if available). @@ -30759,6 +32037,12 @@ 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 ]: [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. @@ -31867,6 +33151,8 @@ Read-only. [ContentTypes ]: The collection of content types present in this list. [DisplayName ]: The displayable title of the list. [Drive ]: drive + [ItemCount ]: The total count of items in the list. +Read-only. [Items ]: All items contained in the list. [List ]: listInfo [(Any) ]: This indicates any property can be added to this object. @@ -32220,7 +33506,9 @@ Read-write. [(Any) ]: This indicates any property can be added to this object. [ArchiveStatus ]: siteArchiveStatus [ArchivedBy ]: identitySet - [ArchivedDateTime ]: + [ArchivedDateTime ]: Time when the container was archived. +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. [DataLocationCode ]: The geographic region code for where this site collection resides. Only present for multi-geo tenants. Read-only. @@ -32243,7 +33531,7 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. 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. - Returned only on $select. + Requires $select to retrieve. Note: This property is specific to SharePoint Online. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. @@ -32266,6 +33554,27 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityGovernance ]: identityGovernanceUserSettings + [(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 ]: 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 + [(Any) ]: This indicates any property can be added to this object. + [Duration ]: The requestor's desired duration of access represented in ISO 8601 format for durations. +For example, PT3H refers to three hours. + If specified in a request, endDateTime shouldn't be present and the type property should be set to afterDuration. + [EndDateTime ]: Timestamp of 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. + [Type ]: expirationPatternType + [Recurrence ]: patternedRecurrence + [StartDateTime ]: 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. +In PIM, when the eligible or active assignment becomes active. [IdentityParentId ]: The object ID of the parent identity for agent users. Always null for regular user accounts. For agentUser resources, this property references the object ID of the associated agent identity. @@ -32362,7 +33671,7 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for users to describe their interests. -Returned only on $select. +Requires $select to retrieve. [InvitedBy ]: directoryObject [IsLicenseReconciliationNeeded ]: Indicates whether the user is pending an exchange mailbox license assignment. Read-only. @@ -32371,7 +33680,8 @@ Returned only on $select. 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). @@ -32401,6 +33711,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 @@ -32544,10 +33855,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -32556,9 +33869,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. @@ -33055,16 +34397,16 @@ This URL should be treated as an opaque blob, and not parsed. 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. Read-only. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. It also indicates licenses that are directly assigned and the ones the user inherited through group memberships. Read-only. -Returned only on $select. +Requires $select to retrieve. [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. Read-Only. @@ -33190,7 +34532,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -33739,6 +35081,8 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -33832,7 +35176,7 @@ Read-only. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Notifications ]: [Id ]: The unique identifier for an entity. Read-only. @@ -33940,6 +35284,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. @@ -33988,6 +35336,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. @@ -34242,7 +35595,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for users to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [PendingAccessReviewInstances ]: Navigation property to get a list of access reviews pending approval by the reviewer. [Id ]: The unique identifier for an entity. Read-only. @@ -34594,7 +35947,7 @@ Example: 'en-US', or 'es-ES'. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -34746,15 +36099,14 @@ Read-only. [WebUrl ]: Link to the institution or department homepage. [Program ]: educationalActivityDetail [(Any) ]: This indicates any property can be added to this object. - [Abbreviation ]: Shortened name of the degree or program (example: PhD, MBA) + [Abbreviation ]: Shortened name of the degree or program, for example, PhD and MBA. [Activities ]: Extracurricular activities undertaken alongside the program. [Awards ]: Any awards or honors associated with the program. [Description ]: Short description of the program provided by the user. [DisplayName ]: Long-form name of the program that the user provided. - [FieldsOfStudy ]: Majors and minors associated with the program. -(if applicable) - [Grade ]: The final grade, class, GPA, or score. - [Notes ]: More notes the user provided. + [FieldsOfStudy ]: Majors and minors associated with the program, if applicable. + [Grade ]: The final grade, class, grade point average (GPA), or score. + [Notes ]: More notes provided by the user. [WebUrl ]: Link to the degree or program page. [StartMonthYear ]: The month and year the user commenced the activity referenced. [Emails ]: Represents detailed information about email addresses associated with the user. @@ -35057,9 +36409,9 @@ Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they have attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: The scoped-role administrative unit memberships for this user. Read-only. Nullable. @@ -35126,7 +36478,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. @@ -35276,7 +36628,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Use revokeSignInSessions to reset. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -35323,6 +36675,48 @@ The language component follows two-letter codes as defined in ISO 639-1, and the For users with multigeo licenses, the property contains the user's region (if available). For users without multigeo licenses, the property contains the organization's region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China. + [Sections ]: The sections in the user's chat list. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the section was created. +Read-only. +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. + [DisplayIcon ]: sectionDisplayIcon + [(Any) ]: This indicates any property can be added to this object. + [ContentUrl ]: The URL to a custom icon image. +Applicable when iconType is custom. + [DisplayName ]: The human-readable name of the icon. + [IconType ]: The type of icon. +Use an emoji character such as 👍 for an emoji icon, or custom for a custom image icon. + [SkinTone ]: sectionIconSkinTone + [DisplayName ]: The display name of the section. +Required. +Maximum length is 50 characters. +Display names are case-sensitive and must be unique within a user's sections. +The following names are reserved for system-defined sections and can't be used when creating a user-defined section: RecentChats, QuickViews, TeamsAndChannels, MutedChats, MeetingChats, EngageCommunities. + [IsExpanded ]: Indicates whether the section is expanded in the user interface. +The default value is true. + [IsHierarchicalViewEnabled ]: Indicates whether the hierarchical view is enabled for the section. +Read-only. + [Items ]: The items (chats, channels, meetings, or communities) organized within the section. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the item was added to the section. +Read-only. +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. + [ItemType ]: sectionItemType + [LastModifiedDateTime ]: Date and time when the item was last modified. +Read-only. +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. + [LastModifiedDateTime ]: Date and time when the section was last modified. +Read-only. +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. + [SectionType ]: sectionType + [SortType ]: sectionSortType [Todo ]: todo [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -35335,6 +36729,12 @@ Read-only. Nullable. [IsOwner ]: True if the user is owner of the given task list. [IsShared ]: True if the task list is shared with other users + [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the task list. +Read-only. +Nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Value ]: The value of the property. [Tasks ]: The tasks in this task list. Read-only. Nullable. @@ -35398,9 +36798,6 @@ Read-only. [Recurrence ]: patternedRecurrence [ReminderDateTime ]: dateTimeTimeZone [SingleValueExtendedProperties ]: A collection of custom fields linked to the task. - [Id ]: The unique identifier for an entity. -Read-only. - [Value ]: The value of the property. [StartDateTime ]: dateTimeTimeZone [Status ]: taskStatus [Title ]: A brief description of the task. @@ -35452,6 +36849,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. @@ -35489,6 +36888,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. @@ -35511,6 +36911,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 ]: @@ -35564,6 +36965,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. @@ -35573,8 +36976,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. @@ -35676,11 +37077,11 @@ You can use it as a $filter argument to get groups that have members with licens Supports $filter (eq). [HideFromAddressLists ]: true if the group isn't displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: true if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [InfoCatalogs ]: Identifies the info segments assigned to the group. Returned by default. @@ -35704,7 +37105,7 @@ Read-only. To manage a group 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. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -35754,6 +37155,7 @@ Read-only. [OnPremisesDomainName ]: Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only. + [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [OnPremisesLastSyncDateTime ]: Indicates the last time at which the group was synced with the on-premises directory.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. Returned by default. @@ -35835,7 +37237,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). @@ -35871,12 +37273,12 @@ Immutable. Read-only. [UnseenConversationsCount ]: Count of conversations delivered one or more new posts since the signed-in user's last visit to the group. This property is the same as unseenCount. -Returned only on $select. +Requires $select to retrieve. [UnseenCount ]: Count of conversations that have received new posts since the signed-in user last visited the group. -This property is the same as unseenConversationsCount.Returned only on $select. +This property is the same as unseenConversationsCount.Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [UnseenMessagesCount ]: Count of new posts that have been delivered to the group's conversations since the signed-in user's last visit to the group. -Returned only on $select. +Requires $select to retrieve. [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. @@ -35887,7 +37289,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Requires $select to retrieve. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/New-MgBetaPrintPrinterShareAllowedGroupByRef.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/New-MgBetaPrintPrinterShareAllowedGroupByRef.md index 9262eae9b98da..cef1c84d60045 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/New-MgBetaPrintPrinterShareAllowedGroupByRef.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/New-MgBetaPrintPrinterShareAllowedGroupByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devices.cloudprint/new-mgbetaprintprintershareallowedgroupbyref Locale: en-US Module Name: Microsoft.Graph.Beta.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaPrintPrinterShareAllowedGroupByRef --- @@ -25,7 +25,6 @@ New-MgBetaPrintPrinterShareAllowedGroupByRef -PrinterShareId -OdataId < [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -36,7 +35,6 @@ New-MgBetaPrintPrinterShareAllowedGroupByRef -PrinterShareId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -47,7 +45,6 @@ New-MgBetaPrintPrinterShareAllowedGroupByRef -InputObject ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -58,7 +55,6 @@ New-MgBetaPrintPrinterShareAllowedGroupByRef -InputObject ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/New-MgBetaPrintPrinterShareAllowedUserByRef.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/New-MgBetaPrintPrinterShareAllowedUserByRef.md index 3c953c0908be6..db13898a593af 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/New-MgBetaPrintPrinterShareAllowedUserByRef.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/New-MgBetaPrintPrinterShareAllowedUserByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devices.cloudprint/new-mgbetaprintprintersharealloweduserbyref Locale: en-US Module Name: Microsoft.Graph.Beta.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaPrintPrinterShareAllowedUserByRef --- @@ -25,7 +25,6 @@ New-MgBetaPrintPrinterShareAllowedUserByRef -PrinterShareId -OdataId ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -36,7 +35,6 @@ New-MgBetaPrintPrinterShareAllowedUserByRef -PrinterShareId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -47,7 +45,6 @@ New-MgBetaPrintPrinterShareAllowedUserByRef -InputObject ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -58,7 +55,6 @@ New-MgBetaPrintPrinterShareAllowedUserByRef -InputObject ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/New-MgBetaPrintPrinterShareJob.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/New-MgBetaPrintPrinterShareJob.md index d35b3ed984f65..615fa2fa7a4c7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/New-MgBetaPrintPrinterShareJob.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/New-MgBetaPrintPrinterShareJob.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devices.cloudprint/new-mgbetaprintprintersharejob Locale: en-US Module Name: Microsoft.Graph.Beta.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaPrintPrinterShareJob --- @@ -29,7 +29,6 @@ New-MgBetaPrintPrinterShareJob -PrinterShareId [-ResponseHeadersVariabl [-Tasks ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -39,7 +38,6 @@ New-MgBetaPrintPrinterShareJob -PrinterShareId -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -55,7 +53,6 @@ New-MgBetaPrintPrinterShareJob -InputObject [-Tasks ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -65,7 +62,7 @@ New-MgBetaPrintPrinterShareJob -InputObject -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.Devices.CloudPrint/New-MgBetaPrintPrinterShareJobDocument.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/New-MgBetaPrintPrinterShareJobDocument.md index ffd0ad58e9787..c08dcbcff6c91 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/New-MgBetaPrintPrinterShareJobDocument.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/New-MgBetaPrintPrinterShareJobDocument.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devices.cloudprint/new-mgbetaprintprintersharejobdocument Locale: en-US Module Name: Microsoft.Graph.Beta.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaPrintPrinterShareJobDocument --- @@ -27,7 +27,6 @@ New-MgBetaPrintPrinterShareJobDocument -PrintJobId -PrinterShareId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -37,7 +36,7 @@ New-MgBetaPrintPrinterShareJobDocument -PrintJobId -PrinterShareId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -50,7 +49,6 @@ New-MgBetaPrintPrinterShareJobDocument -InputObject [-UploadedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -60,7 +58,7 @@ New-MgBetaPrintPrinterShareJobDocument -InputObject -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.Devices.CloudPrint/New-MgBetaPrintPrinterShareJobDocumentUploadSession.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/New-MgBetaPrintPrinterShareJobDocumentUploadSession.md index 6aa3582914530..74ba43e74667c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/New-MgBetaPrintPrinterShareJobDocumentUploadSession.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/New-MgBetaPrintPrinterShareJobDocumentUploadSession.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devices.cloudprint/new-mgbetaprintprintersharejobdocumentuploadsession Locale: en-US Module Name: Microsoft.Graph.Beta.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaPrintPrinterShareJobDocumentUploadSession --- @@ -28,7 +28,6 @@ New-MgBetaPrintPrinterShareJobDocumentUploadSession -PrintDocumentId -P [-Properties ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -40,7 +39,6 @@ New-MgBetaPrintPrinterShareJobDocumentUploadSession -PrintDocumentId -P [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -51,7 +49,6 @@ New-MgBetaPrintPrinterShareJobDocumentUploadSession -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -62,7 +59,6 @@ New-MgBetaPrintPrinterShareJobDocumentUploadSession -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/New-MgBetaPrintPrinterShareJobTask.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/New-MgBetaPrintPrinterShareJobTask.md index 5bc7acfde6101..2c6af19f45de8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/New-MgBetaPrintPrinterShareJobTask.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/New-MgBetaPrintPrinterShareJobTask.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devices.cloudprint/new-mgbetaprintprintersharejobtask Locale: en-US Module Name: Microsoft.Graph.Beta.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaPrintPrinterShareJobTask --- @@ -26,7 +26,7 @@ New-MgBetaPrintPrinterShareJobTask -PrintJobId -PrinterShareId [-Status ] [-Trigger ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -36,7 +36,7 @@ New-MgBetaPrintPrinterShareJobTask -PrintJobId -PrinterShareId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -48,7 +48,7 @@ New-MgBetaPrintPrinterShareJobTask -InputObject [-Status ] [-Trigger ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -58,7 +58,7 @@ New-MgBetaPrintPrinterShareJobTask -InputObject -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.Devices.CloudPrint/New-MgBetaPrintPrinterTaskTrigger.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/New-MgBetaPrintPrinterTaskTrigger.md index 0f3d480c43e9d..2d090ae5a4d77 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/New-MgBetaPrintPrinterTaskTrigger.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/New-MgBetaPrintPrinterTaskTrigger.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devices.cloudprint/new-mgbetaprintprintertasktrigger Locale: en-US Module Name: Microsoft.Graph.Beta.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaPrintPrinterTaskTrigger --- @@ -29,7 +29,6 @@ New-MgBetaPrintPrinterTaskTrigger -PrinterId [-ResponseHeadersVariable [-Event ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -39,7 +38,7 @@ New-MgBetaPrintPrinterTaskTrigger -PrinterId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -50,7 +49,7 @@ New-MgBetaPrintPrinterTaskTrigger -InputObject [-Definition ] [-Event ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -60,7 +59,7 @@ New-MgBetaPrintPrinterTaskTrigger -InputObject -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.Devices.CloudPrint/New-MgBetaPrintService.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/New-MgBetaPrintService.md index 6b5b46ad778bf..9b8dadf918a30 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/New-MgBetaPrintService.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/New-MgBetaPrintService.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devices.cloudprint/new-mgbetaprintservice Locale: en-US Module Name: Microsoft.Graph.Beta.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaPrintService --- @@ -27,7 +27,7 @@ New-MgBetaPrintService [-ResponseHeadersVariable ] [-AdditionalPropertie [-Endpoints ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -37,7 +37,6 @@ New-MgBetaPrintService -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/New-MgBetaPrintServiceEndpoint.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/New-MgBetaPrintServiceEndpoint.md index a2d041d856711..15e1ec4c495dc 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/New-MgBetaPrintServiceEndpoint.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/New-MgBetaPrintServiceEndpoint.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devices.cloudprint/new-mgbetaprintserviceendpoint Locale: en-US Module Name: Microsoft.Graph.Beta.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaPrintServiceEndpoint --- @@ -27,7 +27,7 @@ New-MgBetaPrintServiceEndpoint -PrintServiceId [-ResponseHeadersVariabl [-AdditionalProperties ] [-DisplayName ] [-Id ] [-Name ] [-Uri ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -37,7 +37,7 @@ New-MgBetaPrintServiceEndpoint -PrintServiceId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -48,7 +48,6 @@ New-MgBetaPrintServiceEndpoint -InputObject [-Id ] [-Name ] [-Uri ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -58,7 +57,7 @@ New-MgBetaPrintServiceEndpoint -InputObject -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.Devices.CloudPrint/New-MgBetaPrintShare.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/New-MgBetaPrintShare.md index a26ccea8ab34c..76992c760dcb2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/New-MgBetaPrintShare.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/New-MgBetaPrintShare.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devices.cloudprint/new-mgbetaprintshare Locale: en-US Module Name: Microsoft.Graph.Beta.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaPrintShare --- @@ -32,7 +32,7 @@ New-MgBetaPrintShare [-ResponseHeadersVariable ] [-AdditionalProperties [-Status ] [-ViewPoint ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -42,7 +42,6 @@ New-MgBetaPrintShare -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -743,7 +742,7 @@ Always null when the object hasn't been deleted. [AccessType ]: groupAccessType [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. @@ -775,13 +774,13 @@ Maximum length is 256 characters. Required on create. Supports $filter (eq only). [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. @@ -791,7 +790,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are auto-subscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. @@ -1074,16 +1073,59 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. [UsageRights ]: [Id ]: The unique identifier for an entity. Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. @@ -1227,7 +1269,7 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for users to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). @@ -1507,22 +1549,23 @@ Read-only. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -1552,12 +1595,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -1640,7 +1740,7 @@ Optional. [IncludeBasicClaimSet ]: Determines whether the basic claim set is included in tokens affected by this policy. If set to true, all claims in the basic claim set are emitted in tokens affected by the policy. By default the basic claim set isn't in the tokens unless they're explicitly configured in this policy. - [CreatedByAppId ]: The appId (called Application (client) ID on the Microsoft Entra admin center) of the application used to create the service principal. + [CreatedByAppId ]: The appId of the application that created this service principal. Set internally by Microsoft Entra ID. Read-only. [CreatedObjects ]: Directory objects created by this service principal. @@ -1772,7 +1872,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -1931,13 +2031,13 @@ May not begin with .. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [ApprovedClientApps ]: + [ApprovedClientApps ]: The collection of approved client apps that are associated with the RDS configuration. +Supports $expand. [Id ]: The unique identifier for an entity. Read-only. - [DisplayName ]: + [DisplayName ]: Display name for the client application. [IsRemoteDesktopProtocolEnabled ]: Determines if Microsoft Entra ID RDS authentication protocol for RDP is enabled. [TargetDeviceGroups ]: The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. -
]: The unique identifier for an entity. Read-only. [DisplayName ]: Display name for the target device group. @@ -2296,7 +2396,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. - [ExternalAuthenticationMethods ]: Represents the external methods registered to a user for authentication. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. Optional. @@ -2312,7 +2412,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. - [DisplayName ]: Custom name given to the registered external authentication method. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. @@ -2563,7 +2663,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -2816,7 +2916,7 @@ Read-only. The identifiers must be unique in the tenant. [Birthday ]: The birthday of the user. 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 Returned only on $select. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. Only one number can be set for this property. Read-only for users synced from on-premises directory. @@ -3155,6 +3255,49 @@ This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. Read only. + [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. +Nullable. + [Attachments ]: References to attached objects like files, tabs, meetings etc. + [Body ]: itemBody + [ChannelIdentity ]: channelIdentity + [ChatId ]: If the message was sent in a chat, represents the identity of the chat. + [CreatedDateTime ]: Timestamp of when the chat message was created. + [DeletedDateTime ]: Read only. +Timestamp at which the chat message was deleted, or null if not deleted. + [Etag ]: Read-only. +Version number of the chat message. + [EventDetail ]: eventMessageDetail + [From ]: chatMessageFromIdentitySet + [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. + [Importance ]: chatMessageImportance + [LastEditedDateTime ]: Read only. +Timestamp when edits to the chat message were made. +Triggers an 'Edited' flag in the Teams UI. +If no edits are made the value is null. + [LastModifiedDateTime ]: Read only. +Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. + [Locale ]: Locale of the chat message set by the client. +Always set to en-us. + [Mentions ]: List of entities mentioned in the chat message. +Supported entities are: user, bot, team, channel, chat, and tag. + [MessageHistory ]: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. + [MessageType ]: chatMessageType + [OnBehalfOf ]: chatMessageFromIdentitySet + [PolicyViolation ]: chatMessagePolicyViolation + [Reactions ]: Reactions for this chat message (for example, Like). + [Replies ]: Replies for a specified message. +Supports $expand for channel messages. + [ReplyToId ]: Read-only. +ID of the parent chat message or root chat message of the thread. +(Only applies to chat messages in channels, not chats.) + [Subject ]: The subject of the chat message, in plaintext. + [Summary ]: Summary text of the chat message that could be used for push notifications and summary views or fall back views. +Only applies to channel chat messages, not chat messages in a chat. + [WebUrl ]: Read-only. +Link to the message in Microsoft Teams. + [Id ]: The unique identifier for an entity. +Read-only. + [Recipient ]: identity [TenantId ]: The identifier of the tenant in which the chat was created. Read-only. [Topic ]: (Optional) Subject or topic for the chat. @@ -3190,7 +3333,22 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [AssignmentErrors ]: + [Id ]: The unique identifier for an entity. +Read-only. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [Assignments ]: [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -3309,7 +3467,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 @@ -3334,6 +3494,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. @@ -3541,10 +3734,11 @@ 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. + [ContentCategory ]: contentCategory [CorrelationId ]: An identifier used to group multiple related content entries (for example, different parts of the same file upload, messages in a conversation). [CreatedDateTime ]: Required. Timestamp indicating when the original content was created (for example, file creation time, message sent time). @@ -3672,6 +3866,24 @@ Required. [LearningProviderId ]: The registration ID of the provider. Required. [Status ]: courseStatus + [Storyline ]: User's storyline singleton container. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Followers ]: The users who are following this user. + [Id ]: The unique identifier for an entity. +Read-only. + [Follower ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Followings ]: The users that this user is following. + [Id ]: The unique identifier for an entity. +Read-only. + [Following ]: The Viva Engage identities. [EmployeeHireDate ]: The date and time when the user was hired or will start work if there is a future hire. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. @@ -3686,10 +3898,10 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. @@ -3909,6 +4121,17 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(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. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity. @@ -4006,6 +4229,7 @@ To proactively opt in to the new behavior ahead of time, use the contentStream p Nullable. [File ]: file [(Any) ]: This indicates any property can be added to this object. + [ArchiveStatus ]: fileArchiveStatus [Hashes ]: hashes [(Any) ]: This indicates any property can be added to this object. [Crc32Hash ]: The CRC32 value of the file (if available). @@ -4016,6 +4240,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. @@ -5124,6 +5361,8 @@ Read-only. [ContentTypes ]: The collection of content types present in this list. [DisplayName ]: The displayable title of the list. [Drive ]: drive + [ItemCount ]: The total count of items in the list. +Read-only. [Items ]: All items contained in the list. [List ]: listInfo [(Any) ]: This indicates any property can be added to this object. @@ -5477,7 +5716,9 @@ Read-write. [(Any) ]: This indicates any property can be added to this object. [ArchiveStatus ]: siteArchiveStatus [ArchivedBy ]: identitySet - [ArchivedDateTime ]: + [ArchivedDateTime ]: Time when the container was archived. +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. [DataLocationCode ]: The geographic region code for where this site collection resides. Only present for multi-geo tenants. Read-only. @@ -5500,7 +5741,7 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. 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. - Returned only on $select. + Requires $select to retrieve. Note: This property is specific to SharePoint Online. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. @@ -5523,6 +5764,27 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityGovernance ]: identityGovernanceUserSettings + [(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 ]: 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 + [(Any) ]: This indicates any property can be added to this object. + [Duration ]: The requestor's desired duration of access represented in ISO 8601 format for durations. +For example, PT3H refers to three hours. + If specified in a request, endDateTime shouldn't be present and the type property should be set to afterDuration. + [EndDateTime ]: Timestamp of 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. + [Type ]: expirationPatternType + [Recurrence ]: patternedRecurrence + [StartDateTime ]: 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. +In PIM, when the eligible or active assignment becomes active. [IdentityParentId ]: The object ID of the parent identity for agent users. Always null for regular user accounts. For agentUser resources, this property references the object ID of the associated agent identity. @@ -5619,7 +5881,7 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for users to describe their interests. -Returned only on $select. +Requires $select to retrieve. [InvitedBy ]: directoryObject [IsLicenseReconciliationNeeded ]: Indicates whether the user is pending an exchange mailbox license assignment. Read-only. @@ -5628,7 +5890,8 @@ Returned only on $select. 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). @@ -5658,6 +5921,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 @@ -5801,10 +6065,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -5813,9 +6079,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. @@ -6312,16 +6607,16 @@ This URL should be treated as an opaque blob, and not parsed. 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. Read-only. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. It also indicates licenses that are directly assigned and the ones the user inherited through group memberships. Read-only. -Returned only on $select. +Requires $select to retrieve. [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. Read-Only. @@ -6447,7 +6742,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -6996,6 +7291,8 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -7089,7 +7386,7 @@ Read-only. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Notifications ]: [Id ]: The unique identifier for an entity. Read-only. @@ -7197,6 +7494,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. @@ -7245,6 +7546,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. @@ -7499,7 +7805,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for users to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [PendingAccessReviewInstances ]: Navigation property to get a list of access reviews pending approval by the reviewer. [Id ]: The unique identifier for an entity. Read-only. @@ -7519,14 +7825,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. @@ -7859,7 +8157,7 @@ Example: 'en-US', or 'es-ES'. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -8315,15 +8613,14 @@ Read-only. [WebUrl ]: Link to the institution or department homepage. [Program ]: educationalActivityDetail [(Any) ]: This indicates any property can be added to this object. - [Abbreviation ]: Shortened name of the degree or program (example: PhD, MBA) + [Abbreviation ]: Shortened name of the degree or program, for example, PhD and MBA. [Activities ]: Extracurricular activities undertaken alongside the program. [Awards ]: Any awards or honors associated with the program. [Description ]: Short description of the program provided by the user. [DisplayName ]: Long-form name of the program that the user provided. - [FieldsOfStudy ]: Majors and minors associated with the program. -(if applicable) - [Grade ]: The final grade, class, GPA, or score. - [Notes ]: More notes the user provided. + [FieldsOfStudy ]: Majors and minors associated with the program, if applicable. + [Grade ]: The final grade, class, grade point average (GPA), or score. + [Notes ]: More notes provided by the user. [WebUrl ]: Link to the degree or program page. [StartMonthYear ]: The month and year the user commenced the activity referenced. [Emails ]: Represents detailed information about email addresses associated with the user. @@ -8626,9 +8923,9 @@ Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they have attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: The scoped-role administrative unit memberships for this user. Read-only. Nullable. @@ -8695,7 +8992,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. @@ -8845,7 +9142,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Use revokeSignInSessions to reset. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -8892,6 +9189,48 @@ The language component follows two-letter codes as defined in ISO 639-1, and the For users with multigeo licenses, the property contains the user's region (if available). For users without multigeo licenses, the property contains the organization's region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China. + [Sections ]: The sections in the user's chat list. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the section was created. +Read-only. +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. + [DisplayIcon ]: sectionDisplayIcon + [(Any) ]: This indicates any property can be added to this object. + [ContentUrl ]: The URL to a custom icon image. +Applicable when iconType is custom. + [DisplayName ]: The human-readable name of the icon. + [IconType ]: The type of icon. +Use an emoji character such as 👍 for an emoji icon, or custom for a custom image icon. + [SkinTone ]: sectionIconSkinTone + [DisplayName ]: The display name of the section. +Required. +Maximum length is 50 characters. +Display names are case-sensitive and must be unique within a user's sections. +The following names are reserved for system-defined sections and can't be used when creating a user-defined section: RecentChats, QuickViews, TeamsAndChannels, MutedChats, MeetingChats, EngageCommunities. + [IsExpanded ]: Indicates whether the section is expanded in the user interface. +The default value is true. + [IsHierarchicalViewEnabled ]: Indicates whether the hierarchical view is enabled for the section. +Read-only. + [Items ]: The items (chats, channels, meetings, or communities) organized within the section. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the item was added to the section. +Read-only. +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. + [ItemType ]: sectionItemType + [LastModifiedDateTime ]: Date and time when the item was last modified. +Read-only. +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. + [LastModifiedDateTime ]: Date and time when the section was last modified. +Read-only. +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. + [SectionType ]: sectionType + [SortType ]: sectionSortType [Todo ]: todo [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -8904,6 +9243,12 @@ Read-only. Nullable. [IsOwner ]: True if the user is owner of the given task list. [IsShared ]: True if the task list is shared with other users + [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the task list. +Read-only. +Nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Value ]: The value of the property. [Tasks ]: The tasks in this task list. Read-only. Nullable. @@ -8967,9 +9312,6 @@ Read-only. [Recurrence ]: patternedRecurrence [ReminderDateTime ]: dateTimeTimeZone [SingleValueExtendedProperties ]: A collection of custom fields linked to the task. - [Id ]: The unique identifier for an entity. -Read-only. - [Value ]: The value of the property. [StartDateTime ]: dateTimeTimeZone [Status ]: taskStatus [Title ]: A brief description of the task. @@ -9021,6 +9363,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. @@ -9058,6 +9402,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. @@ -9080,6 +9425,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 ]: @@ -9133,6 +9479,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. @@ -9142,8 +9490,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. @@ -9245,11 +9591,11 @@ You can use it as a $filter argument to get groups that have members with licens Supports $filter (eq). [HideFromAddressLists ]: true if the group isn't displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: true if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [InfoCatalogs ]: Identifies the info segments assigned to the group. Returned by default. @@ -9273,7 +9619,7 @@ Read-only. To manage a group 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. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -9323,6 +9669,7 @@ Read-only. [OnPremisesDomainName ]: Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only. + [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [OnPremisesLastSyncDateTime ]: Indicates the last time at which the group was synced with the on-premises directory.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. Returned by default. @@ -9404,7 +9751,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). @@ -9440,12 +9787,12 @@ Immutable. Read-only. [UnseenConversationsCount ]: Count of conversations delivered one or more new posts since the signed-in user's last visit to the group. This property is the same as unseenCount. -Returned only on $select. +Requires $select to retrieve. [UnseenCount ]: Count of conversations that have received new posts since the signed-in user last visited the group. -This property is the same as unseenConversationsCount.Returned only on $select. +This property is the same as unseenConversationsCount.Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [UnseenMessagesCount ]: Count of new posts that have been delivered to the group's conversations since the signed-in user's last visit to the group. -Returned only on $select. +Requires $select to retrieve. [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. @@ -9456,7 +9803,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Requires $select to retrieve. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -9473,7 +9823,7 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for users to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). @@ -9767,22 +10117,23 @@ Always null when the object hasn't been deleted. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -9812,12 +10163,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -9927,7 +10335,7 @@ Optional. [IncludeBasicClaimSet ]: Determines whether the basic claim set is included in tokens affected by this policy. If set to true, all claims in the basic claim set are emitted in tokens affected by the policy. By default the basic claim set isn't in the tokens unless they're explicitly configured in this policy. - [CreatedByAppId ]: The appId (called Application (client) ID on the Microsoft Entra admin center) of the application used to create the service principal. + [CreatedByAppId ]: The appId of the application that created this service principal. Set internally by Microsoft Entra ID. Read-only. [CreatedObjects ]: Directory objects created by this service principal. @@ -10059,7 +10467,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -10218,13 +10626,13 @@ May not begin with .. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [ApprovedClientApps ]: + [ApprovedClientApps ]: The collection of approved client apps that are associated with the RDS configuration. +Supports $expand. [Id ]: The unique identifier for an entity. Read-only. - [DisplayName ]: + [DisplayName ]: Display name for the client application. [IsRemoteDesktopProtocolEnabled ]: Determines if Microsoft Entra ID RDS authentication protocol for RDP is enabled. [TargetDeviceGroups ]: The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. -
]: The unique identifier for an entity. Read-only. [DisplayName ]: Display name for the target device group. @@ -10587,7 +10995,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. - [ExternalAuthenticationMethods ]: Represents the external methods registered to a user for authentication. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. Optional. @@ -10603,7 +11011,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. - [DisplayName ]: Custom name given to the registered external authentication method. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. @@ -10856,7 +11264,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -11109,7 +11517,7 @@ Read-only. The identifiers must be unique in the tenant. [Birthday ]: The birthday of the user. 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 Returned only on $select. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. Only one number can be set for this property. Read-only for users synced from on-premises directory. @@ -11719,6 +12127,49 @@ This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. Read only. + [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. +Nullable. + [Attachments ]: References to attached objects like files, tabs, meetings etc. + [Body ]: itemBody + [ChannelIdentity ]: channelIdentity + [ChatId ]: If the message was sent in a chat, represents the identity of the chat. + [CreatedDateTime ]: Timestamp of when the chat message was created. + [DeletedDateTime ]: Read only. +Timestamp at which the chat message was deleted, or null if not deleted. + [Etag ]: Read-only. +Version number of the chat message. + [EventDetail ]: eventMessageDetail + [From ]: chatMessageFromIdentitySet + [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. + [Importance ]: chatMessageImportance + [LastEditedDateTime ]: Read only. +Timestamp when edits to the chat message were made. +Triggers an 'Edited' flag in the Teams UI. +If no edits are made the value is null. + [LastModifiedDateTime ]: Read only. +Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. + [Locale ]: Locale of the chat message set by the client. +Always set to en-us. + [Mentions ]: List of entities mentioned in the chat message. +Supported entities are: user, bot, team, channel, chat, and tag. + [MessageHistory ]: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. + [MessageType ]: chatMessageType + [OnBehalfOf ]: chatMessageFromIdentitySet + [PolicyViolation ]: chatMessagePolicyViolation + [Reactions ]: Reactions for this chat message (for example, Like). + [Replies ]: Replies for a specified message. +Supports $expand for channel messages. + [ReplyToId ]: Read-only. +ID of the parent chat message or root chat message of the thread. +(Only applies to chat messages in channels, not chats.) + [Subject ]: The subject of the chat message, in plaintext. + [Summary ]: Summary text of the chat message that could be used for push notifications and summary views or fall back views. +Only applies to channel chat messages, not chat messages in a chat. + [WebUrl ]: Read-only. +Link to the message in Microsoft Teams. + [Id ]: The unique identifier for an entity. +Read-only. + [Recipient ]: identity [TenantId ]: The identifier of the tenant in which the chat was created. Read-only. [Topic ]: (Optional) Subject or topic for the chat. @@ -11754,21 +12205,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -11887,7 +12395,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 @@ -11912,6 +12422,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. @@ -12119,10 +12662,11 @@ 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. + [ContentCategory ]: contentCategory [CorrelationId ]: An identifier used to group multiple related content entries (for example, different parts of the same file upload, messages in a conversation). [CreatedDateTime ]: Required. Timestamp indicating when the original content was created (for example, file creation time, message sent time). @@ -12407,6 +12951,7 @@ To proactively opt in to the new behavior ahead of time, use the contentStream p Nullable. [File ]: file [(Any) ]: This indicates any property can be added to this object. + [ArchiveStatus ]: fileArchiveStatus [Hashes ]: hashes [(Any) ]: This indicates any property can be added to this object. [Crc32Hash ]: The CRC32 value of the file (if available). @@ -12417,6 +12962,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. @@ -12517,6 +13075,17 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(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. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity. @@ -13526,6 +14095,8 @@ 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 total count of items in the list. +Read-only. [Items ]: All items contained in the list. [List ]: listInfo [(Any) ]: This indicates any property can be added to this object. @@ -13622,6 +14193,24 @@ Required. [LearningProviderId ]: The registration ID of the provider. Required. [Status ]: courseStatus + [Storyline ]: User's storyline singleton container. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Followers ]: The users who are following this user. + [Id ]: The unique identifier for an entity. +Read-only. + [Follower ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Followings ]: The users that this user is following. + [Id ]: The unique identifier for an entity. +Read-only. + [Following ]: The Viva Engage identities. [EmployeeHireDate ]: The date and time when the user was hired or will start work if there is a future hire. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. @@ -13636,10 +14225,10 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. @@ -14112,7 +14701,9 @@ Read-write. [(Any) ]: This indicates any property can be added to this object. [ArchiveStatus ]: siteArchiveStatus [ArchivedBy ]: identitySet - [ArchivedDateTime ]: + [ArchivedDateTime ]: Time when the container was archived. +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. [DataLocationCode ]: The geographic region code for where this site collection resides. Only present for multi-geo tenants. Read-only. @@ -14135,7 +14726,7 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. 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. - Returned only on $select. + Requires $select to retrieve. Note: This property is specific to SharePoint Online. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. @@ -14158,6 +14749,27 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityGovernance ]: identityGovernanceUserSettings + [(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 ]: 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 + [(Any) ]: This indicates any property can be added to this object. + [Duration ]: The requestor's desired duration of access represented in ISO 8601 format for durations. +For example, PT3H refers to three hours. + If specified in a request, endDateTime shouldn't be present and the type property should be set to afterDuration. + [EndDateTime ]: Timestamp of 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. + [Type ]: expirationPatternType + [Recurrence ]: patternedRecurrence + [StartDateTime ]: 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. +In PIM, when the eligible or active assignment becomes active. [IdentityParentId ]: The object ID of the parent identity for agent users. Always null for regular user accounts. For agentUser resources, this property references the object ID of the associated agent identity. @@ -14254,7 +14866,7 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for users to describe their interests. -Returned only on $select. +Requires $select to retrieve. [InvitedBy ]: directoryObject [IsLicenseReconciliationNeeded ]: Indicates whether the user is pending an exchange mailbox license assignment. Read-only. @@ -14263,7 +14875,8 @@ Returned only on $select. 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). @@ -14277,24 +14890,24 @@ If this list is non-empty, then only users or groups listed here can post. [AccessType ]: groupAccessType [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are auto-subscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -14304,6 +14917,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -14462,11 +15076,11 @@ You can use it as a $filter argument to get groups that have members with licens Supports $filter (eq). [HideFromAddressLists ]: true if the group isn't displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: true if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [InfoCatalogs ]: Identifies the info segments assigned to the group. Returned by default. @@ -14490,7 +15104,7 @@ Read-only. To manage a group 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. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -14540,6 +15154,7 @@ Read-only. [OnPremisesDomainName ]: Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only. + [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [OnPremisesLastSyncDateTime ]: Indicates the last time at which the group was synced with the on-premises directory.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. Returned by default. @@ -14723,10 +15338,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -14735,9 +15352,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. @@ -14901,7 +15547,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). @@ -14949,6 +15595,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 @@ -15346,12 +15993,12 @@ Immutable. Read-only. [UnseenConversationsCount ]: Count of conversations delivered one or more new posts since the signed-in user's last visit to the group. This property is the same as unseenCount. -Returned only on $select. +Requires $select to retrieve. [UnseenCount ]: Count of conversations that have received new posts since the signed-in user last visited the group. -This property is the same as unseenConversationsCount.Returned only on $select. +This property is the same as unseenConversationsCount.Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [UnseenMessagesCount ]: Count of new posts that have been delivered to the group's conversations since the signed-in user's last visit to the group. -Returned only on $select. +Requires $select to retrieve. [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. @@ -15362,7 +16009,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Requires $select to retrieve. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -15379,16 +16029,16 @@ Nullable. 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. Read-only. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. It also indicates licenses that are directly assigned and the ones the user inherited through group memberships. Read-only. -Returned only on $select. +Requires $select to retrieve. [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. Read-Only. @@ -15514,7 +16164,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -16063,6 +16713,8 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -16156,7 +16808,7 @@ Read-only. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Notifications ]: [Id ]: The unique identifier for an entity. Read-only. @@ -16251,6 +16903,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. @@ -16299,6 +16955,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. @@ -16553,7 +17214,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for users to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [PendingAccessReviewInstances ]: Navigation property to get a list of access reviews pending approval by the reviewer. [Id ]: The unique identifier for an entity. Read-only. @@ -16573,14 +17234,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. @@ -16913,7 +17566,7 @@ Example: 'en-US', or 'es-ES'. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -17369,15 +18022,14 @@ Read-only. [WebUrl ]: Link to the institution or department homepage. [Program ]: educationalActivityDetail [(Any) ]: This indicates any property can be added to this object. - [Abbreviation ]: Shortened name of the degree or program (example: PhD, MBA) + [Abbreviation ]: Shortened name of the degree or program, for example, PhD and MBA. [Activities ]: Extracurricular activities undertaken alongside the program. [Awards ]: Any awards or honors associated with the program. [Description ]: Short description of the program provided by the user. [DisplayName ]: Long-form name of the program that the user provided. - [FieldsOfStudy ]: Majors and minors associated with the program. -(if applicable) - [Grade ]: The final grade, class, GPA, or score. - [Notes ]: More notes the user provided. + [FieldsOfStudy ]: Majors and minors associated with the program, if applicable. + [Grade ]: The final grade, class, grade point average (GPA), or score. + [Notes ]: More notes provided by the user. [WebUrl ]: Link to the degree or program page. [StartMonthYear ]: The month and year the user commenced the activity referenced. [Emails ]: Represents detailed information about email addresses associated with the user. @@ -17680,9 +18332,9 @@ Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they have attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: The scoped-role administrative unit memberships for this user. Read-only. Nullable. @@ -17746,7 +18398,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. @@ -17896,7 +18548,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Use revokeSignInSessions to reset. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -17943,6 +18595,48 @@ The language component follows two-letter codes as defined in ISO 639-1, and the For users with multigeo licenses, the property contains the user's region (if available). For users without multigeo licenses, the property contains the organization's region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China. + [Sections ]: The sections in the user's chat list. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the section was created. +Read-only. +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. + [DisplayIcon ]: sectionDisplayIcon + [(Any) ]: This indicates any property can be added to this object. + [ContentUrl ]: The URL to a custom icon image. +Applicable when iconType is custom. + [DisplayName ]: The human-readable name of the icon. + [IconType ]: The type of icon. +Use an emoji character such as 👍 for an emoji icon, or custom for a custom image icon. + [SkinTone ]: sectionIconSkinTone + [DisplayName ]: The display name of the section. +Required. +Maximum length is 50 characters. +Display names are case-sensitive and must be unique within a user's sections. +The following names are reserved for system-defined sections and can't be used when creating a user-defined section: RecentChats, QuickViews, TeamsAndChannels, MutedChats, MeetingChats, EngageCommunities. + [IsExpanded ]: Indicates whether the section is expanded in the user interface. +The default value is true. + [IsHierarchicalViewEnabled ]: Indicates whether the hierarchical view is enabled for the section. +Read-only. + [Items ]: The items (chats, channels, meetings, or communities) organized within the section. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the item was added to the section. +Read-only. +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. + [ItemType ]: sectionItemType + [LastModifiedDateTime ]: Date and time when the item was last modified. +Read-only. +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. + [LastModifiedDateTime ]: Date and time when the section was last modified. +Read-only. +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. + [SectionType ]: sectionType + [SortType ]: sectionSortType [Todo ]: todo [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -17955,6 +18649,12 @@ Read-only. Nullable. [IsOwner ]: True if the user is owner of the given task list. [IsShared ]: True if the task list is shared with other users + [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the task list. +Read-only. +Nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Value ]: The value of the property. [Tasks ]: The tasks in this task list. Read-only. Nullable. @@ -18018,9 +18718,6 @@ Read-only. [Recurrence ]: patternedRecurrence [ReminderDateTime ]: dateTimeTimeZone [SingleValueExtendedProperties ]: A collection of custom fields linked to the task. - [Id ]: The unique identifier for an entity. -Read-only. - [Value ]: The value of the property. [StartDateTime ]: dateTimeTimeZone [Status ]: taskStatus [Title ]: A brief description of the task. @@ -18072,6 +18769,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. @@ -18109,6 +18808,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. @@ -18131,6 +18831,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 ]: @@ -18184,6 +18885,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. @@ -18193,8 +18896,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. @@ -18483,7 +19184,7 @@ Always null when the object hasn't been deleted. [AccessType ]: groupAccessType [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. @@ -18515,13 +19216,13 @@ Maximum length is 256 characters. Required on create. Supports $filter (eq only). [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. @@ -18531,7 +19232,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are auto-subscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. @@ -18814,16 +19515,59 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. [UsageRights ]: [Id ]: The unique identifier for an entity. Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. @@ -18967,7 +19711,7 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for users to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). @@ -19247,22 +19991,23 @@ Read-only. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -19292,12 +20037,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -19380,7 +20182,7 @@ Optional. [IncludeBasicClaimSet ]: Determines whether the basic claim set is included in tokens affected by this policy. If set to true, all claims in the basic claim set are emitted in tokens affected by the policy. By default the basic claim set isn't in the tokens unless they're explicitly configured in this policy. - [CreatedByAppId ]: The appId (called Application (client) ID on the Microsoft Entra admin center) of the application used to create the service principal. + [CreatedByAppId ]: The appId of the application that created this service principal. Set internally by Microsoft Entra ID. Read-only. [CreatedObjects ]: Directory objects created by this service principal. @@ -19512,7 +20314,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -19671,13 +20473,13 @@ May not begin with .. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [ApprovedClientApps ]: + [ApprovedClientApps ]: The collection of approved client apps that are associated with the RDS configuration. +Supports $expand. [Id ]: The unique identifier for an entity. Read-only. - [DisplayName ]: + [DisplayName ]: Display name for the client application. [IsRemoteDesktopProtocolEnabled ]: Determines if Microsoft Entra ID RDS authentication protocol for RDP is enabled. [TargetDeviceGroups ]: The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. -
]: The unique identifier for an entity. Read-only. [DisplayName ]: Display name for the target device group. @@ -20036,7 +20838,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. - [ExternalAuthenticationMethods ]: Represents the external methods registered to a user for authentication. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. Optional. @@ -20052,7 +20854,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. - [DisplayName ]: Custom name given to the registered external authentication method. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. @@ -20303,7 +21105,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -20556,7 +21358,7 @@ Read-only. The identifiers must be unique in the tenant. [Birthday ]: The birthday of the user. 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 Returned only on $select. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. Only one number can be set for this property. Read-only for users synced from on-premises directory. @@ -20895,6 +21697,49 @@ This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. Read only. + [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. +Nullable. + [Attachments ]: References to attached objects like files, tabs, meetings etc. + [Body ]: itemBody + [ChannelIdentity ]: channelIdentity + [ChatId ]: If the message was sent in a chat, represents the identity of the chat. + [CreatedDateTime ]: Timestamp of when the chat message was created. + [DeletedDateTime ]: Read only. +Timestamp at which the chat message was deleted, or null if not deleted. + [Etag ]: Read-only. +Version number of the chat message. + [EventDetail ]: eventMessageDetail + [From ]: chatMessageFromIdentitySet + [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. + [Importance ]: chatMessageImportance + [LastEditedDateTime ]: Read only. +Timestamp when edits to the chat message were made. +Triggers an 'Edited' flag in the Teams UI. +If no edits are made the value is null. + [LastModifiedDateTime ]: Read only. +Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. + [Locale ]: Locale of the chat message set by the client. +Always set to en-us. + [Mentions ]: List of entities mentioned in the chat message. +Supported entities are: user, bot, team, channel, chat, and tag. + [MessageHistory ]: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. + [MessageType ]: chatMessageType + [OnBehalfOf ]: chatMessageFromIdentitySet + [PolicyViolation ]: chatMessagePolicyViolation + [Reactions ]: Reactions for this chat message (for example, Like). + [Replies ]: Replies for a specified message. +Supports $expand for channel messages. + [ReplyToId ]: Read-only. +ID of the parent chat message or root chat message of the thread. +(Only applies to chat messages in channels, not chats.) + [Subject ]: The subject of the chat message, in plaintext. + [Summary ]: Summary text of the chat message that could be used for push notifications and summary views or fall back views. +Only applies to channel chat messages, not chat messages in a chat. + [WebUrl ]: Read-only. +Link to the message in Microsoft Teams. + [Id ]: The unique identifier for an entity. +Read-only. + [Recipient ]: identity [TenantId ]: The identifier of the tenant in which the chat was created. Read-only. [Topic ]: (Optional) Subject or topic for the chat. @@ -20930,7 +21775,22 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [AssignmentErrors ]: + [Id ]: The unique identifier for an entity. +Read-only. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [Assignments ]: [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -21049,7 +21909,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 @@ -21074,6 +21936,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. @@ -21281,10 +22176,11 @@ 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. + [ContentCategory ]: contentCategory [CorrelationId ]: An identifier used to group multiple related content entries (for example, different parts of the same file upload, messages in a conversation). [CreatedDateTime ]: Required. Timestamp indicating when the original content was created (for example, file creation time, message sent time). @@ -21412,6 +22308,24 @@ Required. [LearningProviderId ]: The registration ID of the provider. Required. [Status ]: courseStatus + [Storyline ]: User's storyline singleton container. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Followers ]: The users who are following this user. + [Id ]: The unique identifier for an entity. +Read-only. + [Follower ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Followings ]: The users that this user is following. + [Id ]: The unique identifier for an entity. +Read-only. + [Following ]: The Viva Engage identities. [EmployeeHireDate ]: The date and time when the user was hired or will start work if there is a future hire. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. @@ -21426,10 +22340,10 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. @@ -21649,6 +22563,17 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(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. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity. @@ -21746,6 +22671,7 @@ To proactively opt in to the new behavior ahead of time, use the contentStream p Nullable. [File ]: file [(Any) ]: This indicates any property can be added to this object. + [ArchiveStatus ]: fileArchiveStatus [Hashes ]: hashes [(Any) ]: This indicates any property can be added to this object. [Crc32Hash ]: The CRC32 value of the file (if available). @@ -21756,6 +22682,12 @@ 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 ]: [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. @@ -22864,6 +23796,8 @@ Read-only. [ContentTypes ]: The collection of content types present in this list. [DisplayName ]: The displayable title of the list. [Drive ]: drive + [ItemCount ]: The total count of items in the list. +Read-only. [Items ]: All items contained in the list. [List ]: listInfo [(Any) ]: This indicates any property can be added to this object. @@ -23217,7 +24151,9 @@ Read-write. [(Any) ]: This indicates any property can be added to this object. [ArchiveStatus ]: siteArchiveStatus [ArchivedBy ]: identitySet - [ArchivedDateTime ]: + [ArchivedDateTime ]: Time when the container was archived. +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. [DataLocationCode ]: The geographic region code for where this site collection resides. Only present for multi-geo tenants. Read-only. @@ -23240,7 +24176,7 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. 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. - Returned only on $select. + Requires $select to retrieve. Note: This property is specific to SharePoint Online. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. @@ -23263,6 +24199,27 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityGovernance ]: identityGovernanceUserSettings + [(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 ]: 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 + [(Any) ]: This indicates any property can be added to this object. + [Duration ]: The requestor's desired duration of access represented in ISO 8601 format for durations. +For example, PT3H refers to three hours. + If specified in a request, endDateTime shouldn't be present and the type property should be set to afterDuration. + [EndDateTime ]: Timestamp of 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. + [Type ]: expirationPatternType + [Recurrence ]: patternedRecurrence + [StartDateTime ]: 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. +In PIM, when the eligible or active assignment becomes active. [IdentityParentId ]: The object ID of the parent identity for agent users. Always null for regular user accounts. For agentUser resources, this property references the object ID of the associated agent identity. @@ -23359,7 +24316,7 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for users to describe their interests. -Returned only on $select. +Requires $select to retrieve. [InvitedBy ]: directoryObject [IsLicenseReconciliationNeeded ]: Indicates whether the user is pending an exchange mailbox license assignment. Read-only. @@ -23368,7 +24325,8 @@ Returned only on $select. 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). @@ -23398,6 +24356,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 @@ -23541,10 +24500,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -23553,9 +24514,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. @@ -24052,16 +25042,16 @@ This URL should be treated as an opaque blob, and not parsed. 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. Read-only. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. It also indicates licenses that are directly assigned and the ones the user inherited through group memberships. Read-only. -Returned only on $select. +Requires $select to retrieve. [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. Read-Only. @@ -24187,7 +25177,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -24736,6 +25726,8 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -24829,7 +25821,7 @@ Read-only. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Notifications ]: [Id ]: The unique identifier for an entity. Read-only. @@ -24937,6 +25929,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. @@ -24985,6 +25981,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. @@ -25239,7 +26240,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for users to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [PendingAccessReviewInstances ]: Navigation property to get a list of access reviews pending approval by the reviewer. [Id ]: The unique identifier for an entity. Read-only. @@ -25591,7 +26592,7 @@ Example: 'en-US', or 'es-ES'. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -25743,15 +26744,14 @@ Read-only. [WebUrl ]: Link to the institution or department homepage. [Program ]: educationalActivityDetail [(Any) ]: This indicates any property can be added to this object. - [Abbreviation ]: Shortened name of the degree or program (example: PhD, MBA) + [Abbreviation ]: Shortened name of the degree or program, for example, PhD and MBA. [Activities ]: Extracurricular activities undertaken alongside the program. [Awards ]: Any awards or honors associated with the program. [Description ]: Short description of the program provided by the user. [DisplayName ]: Long-form name of the program that the user provided. - [FieldsOfStudy ]: Majors and minors associated with the program. -(if applicable) - [Grade ]: The final grade, class, GPA, or score. - [Notes ]: More notes the user provided. + [FieldsOfStudy ]: Majors and minors associated with the program, if applicable. + [Grade ]: The final grade, class, grade point average (GPA), or score. + [Notes ]: More notes provided by the user. [WebUrl ]: Link to the degree or program page. [StartMonthYear ]: The month and year the user commenced the activity referenced. [Emails ]: Represents detailed information about email addresses associated with the user. @@ -26054,9 +27054,9 @@ Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they have attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: The scoped-role administrative unit memberships for this user. Read-only. Nullable. @@ -26123,7 +27123,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. @@ -26273,7 +27273,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Use revokeSignInSessions to reset. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -26320,6 +27320,48 @@ The language component follows two-letter codes as defined in ISO 639-1, and the For users with multigeo licenses, the property contains the user's region (if available). For users without multigeo licenses, the property contains the organization's region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China. + [Sections ]: The sections in the user's chat list. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the section was created. +Read-only. +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. + [DisplayIcon ]: sectionDisplayIcon + [(Any) ]: This indicates any property can be added to this object. + [ContentUrl ]: The URL to a custom icon image. +Applicable when iconType is custom. + [DisplayName ]: The human-readable name of the icon. + [IconType ]: The type of icon. +Use an emoji character such as 👍 for an emoji icon, or custom for a custom image icon. + [SkinTone ]: sectionIconSkinTone + [DisplayName ]: The display name of the section. +Required. +Maximum length is 50 characters. +Display names are case-sensitive and must be unique within a user's sections. +The following names are reserved for system-defined sections and can't be used when creating a user-defined section: RecentChats, QuickViews, TeamsAndChannels, MutedChats, MeetingChats, EngageCommunities. + [IsExpanded ]: Indicates whether the section is expanded in the user interface. +The default value is true. + [IsHierarchicalViewEnabled ]: Indicates whether the hierarchical view is enabled for the section. +Read-only. + [Items ]: The items (chats, channels, meetings, or communities) organized within the section. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the item was added to the section. +Read-only. +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. + [ItemType ]: sectionItemType + [LastModifiedDateTime ]: Date and time when the item was last modified. +Read-only. +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. + [LastModifiedDateTime ]: Date and time when the section was last modified. +Read-only. +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. + [SectionType ]: sectionType + [SortType ]: sectionSortType [Todo ]: todo [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -26332,6 +27374,12 @@ Read-only. Nullable. [IsOwner ]: True if the user is owner of the given task list. [IsShared ]: True if the task list is shared with other users + [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the task list. +Read-only. +Nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Value ]: The value of the property. [Tasks ]: The tasks in this task list. Read-only. Nullable. @@ -26395,9 +27443,6 @@ Read-only. [Recurrence ]: patternedRecurrence [ReminderDateTime ]: dateTimeTimeZone [SingleValueExtendedProperties ]: A collection of custom fields linked to the task. - [Id ]: The unique identifier for an entity. -Read-only. - [Value ]: The value of the property. [StartDateTime ]: dateTimeTimeZone [Status ]: taskStatus [Title ]: A brief description of the task. @@ -26449,6 +27494,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. @@ -26486,6 +27533,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. @@ -26508,6 +27556,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 ]: @@ -26561,6 +27610,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. @@ -26570,8 +27621,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. @@ -26673,11 +27722,11 @@ You can use it as a $filter argument to get groups that have members with licens Supports $filter (eq). [HideFromAddressLists ]: true if the group isn't displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: true if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [InfoCatalogs ]: Identifies the info segments assigned to the group. Returned by default. @@ -26701,7 +27750,7 @@ Read-only. To manage a group 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. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -26751,6 +27800,7 @@ Read-only. [OnPremisesDomainName ]: Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only. + [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [OnPremisesLastSyncDateTime ]: Indicates the last time at which the group was synced with the on-premises directory.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. Returned by default. @@ -26832,7 +27882,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). @@ -26868,12 +27918,12 @@ Immutable. Read-only. [UnseenConversationsCount ]: Count of conversations delivered one or more new posts since the signed-in user's last visit to the group. This property is the same as unseenCount. -Returned only on $select. +Requires $select to retrieve. [UnseenCount ]: Count of conversations that have received new posts since the signed-in user last visited the group. -This property is the same as unseenConversationsCount.Returned only on $select. +This property is the same as unseenConversationsCount.Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [UnseenMessagesCount ]: Count of new posts that have been delivered to the group's conversations since the signed-in user's last visit to the group. -Returned only on $select. +Requires $select to retrieve. [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. @@ -26884,7 +27934,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Requires $select to retrieve. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -27507,7 +28560,7 @@ Always null when the object hasn't been deleted. [AccessType ]: groupAccessType [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. @@ -27539,13 +28592,13 @@ Maximum length is 256 characters. Required on create. Supports $filter (eq only). [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. @@ -27555,7 +28608,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are auto-subscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. @@ -27838,16 +28891,59 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. [UsageRights ]: [Id ]: The unique identifier for an entity. Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. @@ -27991,7 +29087,7 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for users to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). @@ -28271,22 +29367,23 @@ Read-only. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -28316,12 +29413,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -28404,7 +29558,7 @@ Optional. [IncludeBasicClaimSet ]: Determines whether the basic claim set is included in tokens affected by this policy. If set to true, all claims in the basic claim set are emitted in tokens affected by the policy. By default the basic claim set isn't in the tokens unless they're explicitly configured in this policy. - [CreatedByAppId ]: The appId (called Application (client) ID on the Microsoft Entra admin center) of the application used to create the service principal. + [CreatedByAppId ]: The appId of the application that created this service principal. Set internally by Microsoft Entra ID. Read-only. [CreatedObjects ]: Directory objects created by this service principal. @@ -28536,7 +29690,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -28695,13 +29849,13 @@ May not begin with .. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [ApprovedClientApps ]: + [ApprovedClientApps ]: The collection of approved client apps that are associated with the RDS configuration. +Supports $expand. [Id ]: The unique identifier for an entity. Read-only. - [DisplayName ]: + [DisplayName ]: Display name for the client application. [IsRemoteDesktopProtocolEnabled ]: Determines if Microsoft Entra ID RDS authentication protocol for RDP is enabled. [TargetDeviceGroups ]: The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. -
]: The unique identifier for an entity. Read-only. [DisplayName ]: Display name for the target device group. @@ -29060,7 +30214,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. - [ExternalAuthenticationMethods ]: Represents the external methods registered to a user for authentication. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. Optional. @@ -29076,7 +30230,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. - [DisplayName ]: Custom name given to the registered external authentication method. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. @@ -29327,7 +30481,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -29580,7 +30734,7 @@ Read-only. The identifiers must be unique in the tenant. [Birthday ]: The birthday of the user. 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 Returned only on $select. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. Only one number can be set for this property. Read-only for users synced from on-premises directory. @@ -29919,6 +31073,49 @@ This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. Read only. + [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. +Nullable. + [Attachments ]: References to attached objects like files, tabs, meetings etc. + [Body ]: itemBody + [ChannelIdentity ]: channelIdentity + [ChatId ]: If the message was sent in a chat, represents the identity of the chat. + [CreatedDateTime ]: Timestamp of when the chat message was created. + [DeletedDateTime ]: Read only. +Timestamp at which the chat message was deleted, or null if not deleted. + [Etag ]: Read-only. +Version number of the chat message. + [EventDetail ]: eventMessageDetail + [From ]: chatMessageFromIdentitySet + [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. + [Importance ]: chatMessageImportance + [LastEditedDateTime ]: Read only. +Timestamp when edits to the chat message were made. +Triggers an 'Edited' flag in the Teams UI. +If no edits are made the value is null. + [LastModifiedDateTime ]: Read only. +Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. + [Locale ]: Locale of the chat message set by the client. +Always set to en-us. + [Mentions ]: List of entities mentioned in the chat message. +Supported entities are: user, bot, team, channel, chat, and tag. + [MessageHistory ]: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. + [MessageType ]: chatMessageType + [OnBehalfOf ]: chatMessageFromIdentitySet + [PolicyViolation ]: chatMessagePolicyViolation + [Reactions ]: Reactions for this chat message (for example, Like). + [Replies ]: Replies for a specified message. +Supports $expand for channel messages. + [ReplyToId ]: Read-only. +ID of the parent chat message or root chat message of the thread. +(Only applies to chat messages in channels, not chats.) + [Subject ]: The subject of the chat message, in plaintext. + [Summary ]: Summary text of the chat message that could be used for push notifications and summary views or fall back views. +Only applies to channel chat messages, not chat messages in a chat. + [WebUrl ]: Read-only. +Link to the message in Microsoft Teams. + [Id ]: The unique identifier for an entity. +Read-only. + [Recipient ]: identity [TenantId ]: The identifier of the tenant in which the chat was created. Read-only. [Topic ]: (Optional) Subject or topic for the chat. @@ -29954,7 +31151,22 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [AssignmentErrors ]: + [Id ]: The unique identifier for an entity. +Read-only. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [Assignments ]: [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -30073,7 +31285,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 @@ -30098,6 +31312,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. @@ -30305,10 +31552,11 @@ 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. + [ContentCategory ]: contentCategory [CorrelationId ]: An identifier used to group multiple related content entries (for example, different parts of the same file upload, messages in a conversation). [CreatedDateTime ]: Required. Timestamp indicating when the original content was created (for example, file creation time, message sent time). @@ -30436,6 +31684,24 @@ Required. [LearningProviderId ]: The registration ID of the provider. Required. [Status ]: courseStatus + [Storyline ]: User's storyline singleton container. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Followers ]: The users who are following this user. + [Id ]: The unique identifier for an entity. +Read-only. + [Follower ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Followings ]: The users that this user is following. + [Id ]: The unique identifier for an entity. +Read-only. + [Following ]: The Viva Engage identities. [EmployeeHireDate ]: The date and time when the user was hired or will start work if there is a future hire. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. @@ -30450,10 +31716,10 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. @@ -30673,6 +31939,17 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(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. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity. @@ -30770,6 +32047,7 @@ To proactively opt in to the new behavior ahead of time, use the contentStream p Nullable. [File ]: file [(Any) ]: This indicates any property can be added to this object. + [ArchiveStatus ]: fileArchiveStatus [Hashes ]: hashes [(Any) ]: This indicates any property can be added to this object. [Crc32Hash ]: The CRC32 value of the file (if available). @@ -30780,6 +32058,12 @@ 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 ]: [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. @@ -31888,6 +33172,8 @@ Read-only. [ContentTypes ]: The collection of content types present in this list. [DisplayName ]: The displayable title of the list. [Drive ]: drive + [ItemCount ]: The total count of items in the list. +Read-only. [Items ]: All items contained in the list. [List ]: listInfo [(Any) ]: This indicates any property can be added to this object. @@ -32241,7 +33527,9 @@ Read-write. [(Any) ]: This indicates any property can be added to this object. [ArchiveStatus ]: siteArchiveStatus [ArchivedBy ]: identitySet - [ArchivedDateTime ]: + [ArchivedDateTime ]: Time when the container was archived. +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. [DataLocationCode ]: The geographic region code for where this site collection resides. Only present for multi-geo tenants. Read-only. @@ -32264,7 +33552,7 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. 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. - Returned only on $select. + Requires $select to retrieve. Note: This property is specific to SharePoint Online. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. @@ -32287,6 +33575,27 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityGovernance ]: identityGovernanceUserSettings + [(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 ]: 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 + [(Any) ]: This indicates any property can be added to this object. + [Duration ]: The requestor's desired duration of access represented in ISO 8601 format for durations. +For example, PT3H refers to three hours. + If specified in a request, endDateTime shouldn't be present and the type property should be set to afterDuration. + [EndDateTime ]: Timestamp of 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. + [Type ]: expirationPatternType + [Recurrence ]: patternedRecurrence + [StartDateTime ]: 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. +In PIM, when the eligible or active assignment becomes active. [IdentityParentId ]: The object ID of the parent identity for agent users. Always null for regular user accounts. For agentUser resources, this property references the object ID of the associated agent identity. @@ -32383,7 +33692,7 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for users to describe their interests. -Returned only on $select. +Requires $select to retrieve. [InvitedBy ]: directoryObject [IsLicenseReconciliationNeeded ]: Indicates whether the user is pending an exchange mailbox license assignment. Read-only. @@ -32392,7 +33701,8 @@ Returned only on $select. 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). @@ -32422,6 +33732,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 @@ -32565,10 +33876,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -32577,9 +33890,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. @@ -33076,16 +34418,16 @@ This URL should be treated as an opaque blob, and not parsed. 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. Read-only. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. It also indicates licenses that are directly assigned and the ones the user inherited through group memberships. Read-only. -Returned only on $select. +Requires $select to retrieve. [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. Read-Only. @@ -33211,7 +34553,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -33760,6 +35102,8 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -33853,7 +35197,7 @@ Read-only. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Notifications ]: [Id ]: The unique identifier for an entity. Read-only. @@ -33961,6 +35305,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. @@ -34009,6 +35357,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. @@ -34263,7 +35616,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for users to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [PendingAccessReviewInstances ]: Navigation property to get a list of access reviews pending approval by the reviewer. [Id ]: The unique identifier for an entity. Read-only. @@ -34615,7 +35968,7 @@ Example: 'en-US', or 'es-ES'. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -34767,15 +36120,14 @@ Read-only. [WebUrl ]: Link to the institution or department homepage. [Program ]: educationalActivityDetail [(Any) ]: This indicates any property can be added to this object. - [Abbreviation ]: Shortened name of the degree or program (example: PhD, MBA) + [Abbreviation ]: Shortened name of the degree or program, for example, PhD and MBA. [Activities ]: Extracurricular activities undertaken alongside the program. [Awards ]: Any awards or honors associated with the program. [Description ]: Short description of the program provided by the user. [DisplayName ]: Long-form name of the program that the user provided. - [FieldsOfStudy ]: Majors and minors associated with the program. -(if applicable) - [Grade ]: The final grade, class, GPA, or score. - [Notes ]: More notes the user provided. + [FieldsOfStudy ]: Majors and minors associated with the program, if applicable. + [Grade ]: The final grade, class, grade point average (GPA), or score. + [Notes ]: More notes provided by the user. [WebUrl ]: Link to the degree or program page. [StartMonthYear ]: The month and year the user commenced the activity referenced. [Emails ]: Represents detailed information about email addresses associated with the user. @@ -35078,9 +36430,9 @@ Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they have attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: The scoped-role administrative unit memberships for this user. Read-only. Nullable. @@ -35147,7 +36499,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. @@ -35297,7 +36649,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Use revokeSignInSessions to reset. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -35344,6 +36696,48 @@ The language component follows two-letter codes as defined in ISO 639-1, and the For users with multigeo licenses, the property contains the user's region (if available). For users without multigeo licenses, the property contains the organization's region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China. + [Sections ]: The sections in the user's chat list. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the section was created. +Read-only. +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. + [DisplayIcon ]: sectionDisplayIcon + [(Any) ]: This indicates any property can be added to this object. + [ContentUrl ]: The URL to a custom icon image. +Applicable when iconType is custom. + [DisplayName ]: The human-readable name of the icon. + [IconType ]: The type of icon. +Use an emoji character such as 👍 for an emoji icon, or custom for a custom image icon. + [SkinTone ]: sectionIconSkinTone + [DisplayName ]: The display name of the section. +Required. +Maximum length is 50 characters. +Display names are case-sensitive and must be unique within a user's sections. +The following names are reserved for system-defined sections and can't be used when creating a user-defined section: RecentChats, QuickViews, TeamsAndChannels, MutedChats, MeetingChats, EngageCommunities. + [IsExpanded ]: Indicates whether the section is expanded in the user interface. +The default value is true. + [IsHierarchicalViewEnabled ]: Indicates whether the hierarchical view is enabled for the section. +Read-only. + [Items ]: The items (chats, channels, meetings, or communities) organized within the section. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the item was added to the section. +Read-only. +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. + [ItemType ]: sectionItemType + [LastModifiedDateTime ]: Date and time when the item was last modified. +Read-only. +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. + [LastModifiedDateTime ]: Date and time when the section was last modified. +Read-only. +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. + [SectionType ]: sectionType + [SortType ]: sectionSortType [Todo ]: todo [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -35356,6 +36750,12 @@ Read-only. Nullable. [IsOwner ]: True if the user is owner of the given task list. [IsShared ]: True if the task list is shared with other users + [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the task list. +Read-only. +Nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Value ]: The value of the property. [Tasks ]: The tasks in this task list. Read-only. Nullable. @@ -35419,9 +36819,6 @@ Read-only. [Recurrence ]: patternedRecurrence [ReminderDateTime ]: dateTimeTimeZone [SingleValueExtendedProperties ]: A collection of custom fields linked to the task. - [Id ]: The unique identifier for an entity. -Read-only. - [Value ]: The value of the property. [StartDateTime ]: dateTimeTimeZone [Status ]: taskStatus [Title ]: A brief description of the task. @@ -35473,6 +36870,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. @@ -35510,6 +36909,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. @@ -35532,6 +36932,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 ]: @@ -35585,6 +36986,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. @@ -35594,8 +36997,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. @@ -35697,11 +37098,11 @@ You can use it as a $filter argument to get groups that have members with licens Supports $filter (eq). [HideFromAddressLists ]: true if the group isn't displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: true if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [InfoCatalogs ]: Identifies the info segments assigned to the group. Returned by default. @@ -35725,7 +37126,7 @@ Read-only. To manage a group 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. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -35775,6 +37176,7 @@ Read-only. [OnPremisesDomainName ]: Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only. + [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [OnPremisesLastSyncDateTime ]: Indicates the last time at which the group was synced with the on-premises directory.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. Returned by default. @@ -35856,7 +37258,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). @@ -35892,12 +37294,12 @@ Immutable. Read-only. [UnseenConversationsCount ]: Count of conversations delivered one or more new posts since the signed-in user's last visit to the group. This property is the same as unseenCount. -Returned only on $select. +Requires $select to retrieve. [UnseenCount ]: Count of conversations that have received new posts since the signed-in user last visited the group. -This property is the same as unseenConversationsCount.Returned only on $select. +This property is the same as unseenConversationsCount.Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [UnseenMessagesCount ]: Count of new posts that have been delivered to the group's conversations since the signed-in user's last visit to the group. -Returned only on $select. +Requires $select to retrieve. [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. @@ -35908,7 +37310,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Requires $select to retrieve. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/New-MgBetaPrintShareAllowedGroupByRef.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/New-MgBetaPrintShareAllowedGroupByRef.md index 43311f7a6207c..4be6e51fcbebf 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/New-MgBetaPrintShareAllowedGroupByRef.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/New-MgBetaPrintShareAllowedGroupByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devices.cloudprint/new-mgbetaprintshareallowedgroupbyref Locale: en-US Module Name: Microsoft.Graph.Beta.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaPrintShareAllowedGroupByRef --- @@ -28,7 +28,6 @@ New-MgBetaPrintShareAllowedGroupByRef -PrinterShareId -OdataId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -38,7 +37,6 @@ New-MgBetaPrintShareAllowedGroupByRef -PrinterShareId -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -49,7 +47,6 @@ New-MgBetaPrintShareAllowedGroupByRef -InputObject [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -60,7 +57,6 @@ New-MgBetaPrintShareAllowedGroupByRef -InputObject [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/New-MgBetaPrintShareAllowedUserByRef.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/New-MgBetaPrintShareAllowedUserByRef.md index 601d47732033e..67732620e8832 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/New-MgBetaPrintShareAllowedUserByRef.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/New-MgBetaPrintShareAllowedUserByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devices.cloudprint/new-mgbetaprintsharealloweduserbyref Locale: en-US Module Name: Microsoft.Graph.Beta.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaPrintShareAllowedUserByRef --- @@ -28,7 +28,6 @@ New-MgBetaPrintShareAllowedUserByRef -PrinterShareId -OdataId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -38,7 +37,6 @@ New-MgBetaPrintShareAllowedUserByRef -PrinterShareId -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -49,7 +47,6 @@ New-MgBetaPrintShareAllowedUserByRef -InputObject - [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -60,7 +57,6 @@ New-MgBetaPrintShareAllowedUserByRef -InputObject [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/New-MgBetaPrintShareJob.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/New-MgBetaPrintShareJob.md index 4ecedac98f15b..ad9c929e5469e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/New-MgBetaPrintShareJob.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/New-MgBetaPrintShareJob.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devices.cloudprint/new-mgbetaprintsharejob Locale: en-US Module Name: Microsoft.Graph.Beta.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaPrintShareJob --- @@ -32,7 +32,6 @@ New-MgBetaPrintShareJob -PrinterShareId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -42,7 +41,6 @@ New-MgBetaPrintShareJob -PrinterShareId -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -58,7 +56,6 @@ New-MgBetaPrintShareJob -InputObject [-Tasks ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -68,7 +65,7 @@ New-MgBetaPrintShareJob -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -84,7 +81,7 @@ Create a new printJob for a printerShare. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | PrintJob.ReadWriteBasic, PrintJob.ReadWriteBasic.All, PrintJob.ReadWrite.All, PrintJob.ReadWrite, | +| Delegated (work or school account) | PrintJob.ReadWriteBasic, PrintJob.ReadWrite, PrintJob.ReadWrite.All, PrintJob.ReadWriteBasic.All, | | Delegated (personal Microsoft account) | Not supported | | Application | Not supported | diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/New-MgBetaPrintShareJobDocument.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/New-MgBetaPrintShareJobDocument.md index 26cd7c5fff719..d2d0de6a440b3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/New-MgBetaPrintShareJobDocument.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/New-MgBetaPrintShareJobDocument.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devices.cloudprint/new-mgbetaprintsharejobdocument Locale: en-US Module Name: Microsoft.Graph.Beta.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaPrintShareJobDocument --- @@ -30,7 +30,6 @@ New-MgBetaPrintShareJobDocument -PrintJobId -PrinterShareId [-UploadedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -40,7 +39,7 @@ New-MgBetaPrintShareJobDocument -PrintJobId -PrinterShareId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -53,7 +52,6 @@ New-MgBetaPrintShareJobDocument -InputObject [-UploadedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -63,7 +61,7 @@ New-MgBetaPrintShareJobDocument -InputObject -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.Devices.CloudPrint/New-MgBetaPrintShareJobDocumentUploadSession.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/New-MgBetaPrintShareJobDocumentUploadSession.md index 3779cb3d06649..2635457ce64dd 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/New-MgBetaPrintShareJobDocumentUploadSession.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/New-MgBetaPrintShareJobDocumentUploadSession.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devices.cloudprint/new-mgbetaprintsharejobdocumentuploadsession Locale: en-US Module Name: Microsoft.Graph.Beta.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaPrintShareJobDocumentUploadSession --- @@ -31,7 +31,6 @@ New-MgBetaPrintShareJobDocumentUploadSession -PrintDocumentId -PrintJob [-Properties ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -43,7 +42,6 @@ New-MgBetaPrintShareJobDocumentUploadSession -PrintDocumentId -PrintJob [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -54,7 +52,6 @@ New-MgBetaPrintShareJobDocumentUploadSession -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -65,7 +62,6 @@ New-MgBetaPrintShareJobDocumentUploadSession -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -84,7 +80,7 @@ This allows transfer to be resumed, in case the network connection is dropped du | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | PrintJob.Create, PrintJob.ReadWrite.All, PrintJob.ReadWrite, | +| Delegated (work or school account) | PrintJob.Create, PrintJob.ReadWrite, PrintJob.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | | Application | PrintJob.ReadWrite.All, | diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/New-MgBetaPrintShareJobTask.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/New-MgBetaPrintShareJobTask.md index d9c264e4150ae..047584bbe0b64 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/New-MgBetaPrintShareJobTask.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/New-MgBetaPrintShareJobTask.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devices.cloudprint/new-mgbetaprintsharejobtask Locale: en-US Module Name: Microsoft.Graph.Beta.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaPrintShareJobTask --- @@ -29,7 +29,7 @@ New-MgBetaPrintShareJobTask -PrintJobId -PrinterShareId [-Status ] [-Trigger ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -39,7 +39,7 @@ New-MgBetaPrintShareJobTask -PrintJobId -PrinterShareId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -51,7 +51,7 @@ New-MgBetaPrintShareJobTask -InputObject [-Status ] [-Trigger ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -61,7 +61,7 @@ New-MgBetaPrintShareJobTask -InputObject -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.Devices.CloudPrint/New-MgBetaPrintTaskDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/New-MgBetaPrintTaskDefinition.md index d97172d9fadda..3d4d155a1256d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/New-MgBetaPrintTaskDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/New-MgBetaPrintTaskDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devices.cloudprint/new-mgbetaprinttaskdefinition Locale: en-US Module Name: Microsoft.Graph.Beta.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaPrintTaskDefinition --- @@ -29,7 +29,7 @@ New-MgBetaPrintTaskDefinition [-ResponseHeadersVariable ] [-DisplayName ] [-Id ] [-Tasks ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -39,7 +39,6 @@ New-MgBetaPrintTaskDefinition -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/New-MgBetaPrintTaskDefinitionTask.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/New-MgBetaPrintTaskDefinitionTask.md index 253aa8941df61..ee4a0d0bcf78a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/New-MgBetaPrintTaskDefinitionTask.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/New-MgBetaPrintTaskDefinitionTask.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devices.cloudprint/new-mgbetaprinttaskdefinitiontask Locale: en-US Module Name: Microsoft.Graph.Beta.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaPrintTaskDefinitionTask --- @@ -29,7 +29,7 @@ New-MgBetaPrintTaskDefinitionTask -PrintTaskDefinitionId [-Status ] [-Trigger ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -39,7 +39,7 @@ New-MgBetaPrintTaskDefinitionTask -PrintTaskDefinitionId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -51,7 +51,7 @@ New-MgBetaPrintTaskDefinitionTask -InputObject [-Status ] [-Trigger ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -61,7 +61,7 @@ New-MgBetaPrintTaskDefinitionTask -InputObject -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.Devices.CloudPrint/Remove-MgBetaPrintConnector.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Remove-MgBetaPrintConnector.md index 337336bd439bc..6e1389e67383e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Remove-MgBetaPrintConnector.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Remove-MgBetaPrintConnector.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devices.cloudprint/remove-mgbetaprintconnector Locale: en-US Module Name: Microsoft.Graph.Beta.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaPrintConnector --- @@ -27,7 +27,6 @@ Remove-MgBetaPrintConnector -PrintConnectorId [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaPrintConnector -InputObject [-IfMatch [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Remove-MgBetaPrintOperation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Remove-MgBetaPrintOperation.md index 5942fc49703cf..85aa53eff2138 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Remove-MgBetaPrintOperation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Remove-MgBetaPrintOperation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devices.cloudprint/remove-mgbetaprintoperation Locale: en-US Module Name: Microsoft.Graph.Beta.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaPrintOperation --- @@ -27,7 +27,6 @@ Remove-MgBetaPrintOperation -PrintOperationId [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaPrintOperation -InputObject [-IfMatch [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Remove-MgBetaPrintPrinter.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Remove-MgBetaPrintPrinter.md index 84c7bba173a96..6a86cb54b0fd0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Remove-MgBetaPrintPrinter.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Remove-MgBetaPrintPrinter.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devices.cloudprint/remove-mgbetaprintprinter Locale: en-US Module Name: Microsoft.Graph.Beta.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaPrintPrinter --- @@ -27,7 +27,6 @@ Remove-MgBetaPrintPrinter -PrinterId [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaPrintPrinter -InputObject [-IfMatch ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Remove-MgBetaPrintPrinterJob.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Remove-MgBetaPrintPrinterJob.md index 6e837c702edd0..01a782138c247 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Remove-MgBetaPrintPrinterJob.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Remove-MgBetaPrintPrinterJob.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devices.cloudprint/remove-mgbetaprintprinterjob Locale: en-US Module Name: Microsoft.Graph.Beta.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaPrintPrinterJob --- @@ -27,7 +27,6 @@ Remove-MgBetaPrintPrinterJob -PrintJobId -PrinterId [-IfMatch [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaPrintPrinterJob -InputObject [-IfMatch [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Remove-MgBetaPrintPrinterJobDocument.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Remove-MgBetaPrintPrinterJobDocument.md index b8424d59f51e0..7f0243fd3a4bf 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Remove-MgBetaPrintPrinterJobDocument.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Remove-MgBetaPrintPrinterJobDocument.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devices.cloudprint/remove-mgbetaprintprinterjobdocument Locale: en-US Module Name: Microsoft.Graph.Beta.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaPrintPrinterJobDocument --- @@ -28,7 +28,6 @@ Remove-MgBetaPrintPrinterJobDocument -PrintDocumentId -PrintJobId ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -38,7 +37,6 @@ Remove-MgBetaPrintPrinterJobDocument -InputObject [ [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Remove-MgBetaPrintPrinterJobDocumentContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Remove-MgBetaPrintPrinterJobDocumentContent.md index 2a1b33b3dc800..096fb14de1c4d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Remove-MgBetaPrintPrinterJobDocumentContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Remove-MgBetaPrintPrinterJobDocumentContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devices.cloudprint/remove-mgbetaprintprinterjobdocumentcontent Locale: en-US Module Name: Microsoft.Graph.Beta.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaPrintPrinterJobDocumentContent --- @@ -29,7 +29,6 @@ Remove-MgBetaPrintPrinterJobDocumentContent -PrintDocumentId -PrintJobI [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -39,7 +38,6 @@ Remove-MgBetaPrintPrinterJobDocumentContent -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Remove-MgBetaPrintPrinterJobTask.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Remove-MgBetaPrintPrinterJobTask.md index 23353d0d12574..719955642b3f5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Remove-MgBetaPrintPrinterJobTask.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Remove-MgBetaPrintPrinterJobTask.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devices.cloudprint/remove-mgbetaprintprinterjobtask Locale: en-US Module Name: Microsoft.Graph.Beta.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaPrintPrinterJobTask --- @@ -27,7 +27,6 @@ Remove-MgBetaPrintPrinterJobTask -PrintJobId -PrintTaskId -Pri [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaPrintPrinterJobTask -InputObject [-IfM [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Remove-MgBetaPrintPrinterShare.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Remove-MgBetaPrintPrinterShare.md index e3c8255bd3185..8c99a8f9dd62f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Remove-MgBetaPrintPrinterShare.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Remove-MgBetaPrintPrinterShare.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devices.cloudprint/remove-mgbetaprintprintershare Locale: en-US Module Name: Microsoft.Graph.Beta.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaPrintPrinterShare --- @@ -24,7 +24,6 @@ Remove-MgBetaPrintPrinterShare -PrinterShareId [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaPrintPrinterShare -InputObject [-IfMat [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Remove-MgBetaPrintPrinterShareAllowedGroupByRef.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Remove-MgBetaPrintPrinterShareAllowedGroupByRef.md index 9509a937c5117..22a24be84ab0a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Remove-MgBetaPrintPrinterShareAllowedGroupByRef.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Remove-MgBetaPrintPrinterShareAllowedGroupByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devices.cloudprint/remove-mgbetaprintprintershareallowedgroupbyref Locale: en-US Module Name: Microsoft.Graph.Beta.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaPrintPrinterShareAllowedGroupByRef --- @@ -24,7 +24,6 @@ Remove-MgBetaPrintPrinterShareAllowedGroupByRef -PrinterShareId -Id ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Delete1 @@ -34,7 +33,6 @@ Remove-MgBetaPrintPrinterShareAllowedGroupByRef -PrinterShareId -GroupI [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity1 @@ -44,7 +42,6 @@ Remove-MgBetaPrintPrinterShareAllowedGroupByRef -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -55,7 +52,6 @@ Remove-MgBetaPrintPrinterShareAllowedGroupByRef -InputObject ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Remove-MgBetaPrintPrinterShareAllowedUserByRef.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Remove-MgBetaPrintPrinterShareAllowedUserByRef.md index b0818bbc14806..8be1c0389f31a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Remove-MgBetaPrintPrinterShareAllowedUserByRef.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Remove-MgBetaPrintPrinterShareAllowedUserByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devices.cloudprint/remove-mgbetaprintprintersharealloweduserbyref Locale: en-US Module Name: Microsoft.Graph.Beta.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaPrintPrinterShareAllowedUserByRef --- @@ -24,7 +24,6 @@ Remove-MgBetaPrintPrinterShareAllowedUserByRef -PrinterShareId -Id ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Delete1 @@ -34,7 +33,6 @@ Remove-MgBetaPrintPrinterShareAllowedUserByRef -PrinterShareId -UserId [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity1 @@ -44,7 +42,6 @@ Remove-MgBetaPrintPrinterShareAllowedUserByRef -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -55,7 +52,6 @@ Remove-MgBetaPrintPrinterShareAllowedUserByRef -InputObject ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Remove-MgBetaPrintPrinterShareJob.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Remove-MgBetaPrintPrinterShareJob.md index 490daf4b5f2ee..f762914920510 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Remove-MgBetaPrintPrinterShareJob.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Remove-MgBetaPrintPrinterShareJob.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devices.cloudprint/remove-mgbetaprintprintersharejob Locale: en-US Module Name: Microsoft.Graph.Beta.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaPrintPrinterShareJob --- @@ -24,7 +24,6 @@ Remove-MgBetaPrintPrinterShareJob -PrintJobId -PrinterShareId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaPrintPrinterShareJob -InputObject [-If [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Remove-MgBetaPrintPrinterShareJobDocument.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Remove-MgBetaPrintPrinterShareJobDocument.md index f019814feb757..05262ff6dcc9f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Remove-MgBetaPrintPrinterShareJobDocument.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Remove-MgBetaPrintPrinterShareJobDocument.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devices.cloudprint/remove-mgbetaprintprintersharejobdocument Locale: en-US Module Name: Microsoft.Graph.Beta.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaPrintPrinterShareJobDocument --- @@ -25,7 +25,6 @@ Remove-MgBetaPrintPrinterShareJobDocument -PrintDocumentId -PrintJobId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaPrintPrinterShareJobDocument -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Remove-MgBetaPrintPrinterShareJobDocumentContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Remove-MgBetaPrintPrinterShareJobDocumentContent.md index d36c653a1fe00..e042c9606211d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Remove-MgBetaPrintPrinterShareJobDocumentContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Remove-MgBetaPrintPrinterShareJobDocumentContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devices.cloudprint/remove-mgbetaprintprintersharejobdocumentcontent Locale: en-US Module Name: Microsoft.Graph.Beta.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaPrintPrinterShareJobDocumentContent --- @@ -26,7 +26,6 @@ Remove-MgBetaPrintPrinterShareJobDocumentContent -PrintDocumentId -Prin [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaPrintPrinterShareJobDocumentContent -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Remove-MgBetaPrintPrinterShareJobTask.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Remove-MgBetaPrintPrinterShareJobTask.md index b282a91911c6d..89b9bab70f413 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Remove-MgBetaPrintPrinterShareJobTask.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Remove-MgBetaPrintPrinterShareJobTask.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devices.cloudprint/remove-mgbetaprintprintersharejobtask Locale: en-US Module Name: Microsoft.Graph.Beta.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaPrintPrinterShareJobTask --- @@ -25,7 +25,6 @@ Remove-MgBetaPrintPrinterShareJobTask -PrintJobId -PrintTaskId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaPrintPrinterShareJobTask -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Remove-MgBetaPrintPrinterTaskTrigger.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Remove-MgBetaPrintPrinterTaskTrigger.md index a07528be08600..3960b685453cb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Remove-MgBetaPrintPrinterTaskTrigger.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Remove-MgBetaPrintPrinterTaskTrigger.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devices.cloudprint/remove-mgbetaprintprintertasktrigger Locale: en-US Module Name: Microsoft.Graph.Beta.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaPrintPrinterTaskTrigger --- @@ -27,7 +27,6 @@ Remove-MgBetaPrintPrinterTaskTrigger -PrintTaskTriggerId -PrinterId ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaPrintPrinterTaskTrigger -InputObject [ [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Remove-MgBetaPrintService.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Remove-MgBetaPrintService.md index 99d6af361d408..1e2e0526708ae 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Remove-MgBetaPrintService.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Remove-MgBetaPrintService.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devices.cloudprint/remove-mgbetaprintservice Locale: en-US Module Name: Microsoft.Graph.Beta.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaPrintService --- @@ -27,7 +27,6 @@ Remove-MgBetaPrintService -PrintServiceId [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaPrintService -InputObject [-IfMatch ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Remove-MgBetaPrintServiceEndpoint.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Remove-MgBetaPrintServiceEndpoint.md index fd7df25b46927..3cd9f9203fbe4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Remove-MgBetaPrintServiceEndpoint.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Remove-MgBetaPrintServiceEndpoint.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devices.cloudprint/remove-mgbetaprintserviceendpoint Locale: en-US Module Name: Microsoft.Graph.Beta.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaPrintServiceEndpoint --- @@ -27,7 +27,6 @@ Remove-MgBetaPrintServiceEndpoint -PrintServiceEndpointId -PrintService [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaPrintServiceEndpoint -InputObject [-If [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Remove-MgBetaPrintShare.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Remove-MgBetaPrintShare.md index 6e205d2e768da..a72e056c9d69c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Remove-MgBetaPrintShare.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Remove-MgBetaPrintShare.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devices.cloudprint/remove-mgbetaprintshare Locale: en-US Module Name: Microsoft.Graph.Beta.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaPrintShare --- @@ -29,7 +29,6 @@ Remove-MgBetaPrintShare -PrinterShareId [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -39,7 +38,6 @@ Remove-MgBetaPrintShare -InputObject [-IfMatch ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Remove-MgBetaPrintShareAllowedGroupByRef.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Remove-MgBetaPrintShareAllowedGroupByRef.md index 7a30dad86071b..c86b51d2a6d6f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Remove-MgBetaPrintShareAllowedGroupByRef.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Remove-MgBetaPrintShareAllowedGroupByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devices.cloudprint/remove-mgbetaprintshareallowedgroupbyref Locale: en-US Module Name: Microsoft.Graph.Beta.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaPrintShareAllowedGroupByRef --- @@ -27,7 +27,6 @@ Remove-MgBetaPrintShareAllowedGroupByRef -PrinterShareId -Id [ [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Delete1 @@ -37,7 +36,6 @@ Remove-MgBetaPrintShareAllowedGroupByRef -PrinterShareId -GroupId ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity1 @@ -47,7 +45,6 @@ Remove-MgBetaPrintShareAllowedGroupByRef -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -57,7 +54,6 @@ Remove-MgBetaPrintShareAllowedGroupByRef -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Remove-MgBetaPrintShareAllowedUserByRef.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Remove-MgBetaPrintShareAllowedUserByRef.md index c02634590a022..9ae70b21870fa 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Remove-MgBetaPrintShareAllowedUserByRef.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Remove-MgBetaPrintShareAllowedUserByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devices.cloudprint/remove-mgbetaprintsharealloweduserbyref Locale: en-US Module Name: Microsoft.Graph.Beta.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaPrintShareAllowedUserByRef --- @@ -27,7 +27,6 @@ Remove-MgBetaPrintShareAllowedUserByRef -PrinterShareId -Id [- [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Delete1 @@ -37,7 +36,6 @@ Remove-MgBetaPrintShareAllowedUserByRef -PrinterShareId -UserId ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity1 @@ -47,7 +45,6 @@ Remove-MgBetaPrintShareAllowedUserByRef -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -57,7 +54,6 @@ Remove-MgBetaPrintShareAllowedUserByRef -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Remove-MgBetaPrintShareJob.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Remove-MgBetaPrintShareJob.md index fc8cca45e8739..315dd165555a5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Remove-MgBetaPrintShareJob.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Remove-MgBetaPrintShareJob.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devices.cloudprint/remove-mgbetaprintsharejob Locale: en-US Module Name: Microsoft.Graph.Beta.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaPrintShareJob --- @@ -27,7 +27,6 @@ Remove-MgBetaPrintShareJob -PrintJobId -PrinterShareId [-IfMat [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaPrintShareJob -InputObject [-IfMatch < [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Remove-MgBetaPrintShareJobDocument.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Remove-MgBetaPrintShareJobDocument.md index 2431358a82735..4583149ce8a4f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Remove-MgBetaPrintShareJobDocument.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Remove-MgBetaPrintShareJobDocument.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devices.cloudprint/remove-mgbetaprintsharejobdocument Locale: en-US Module Name: Microsoft.Graph.Beta.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaPrintShareJobDocument --- @@ -28,7 +28,6 @@ Remove-MgBetaPrintShareJobDocument -PrintDocumentId -PrintJobId ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -38,7 +37,6 @@ Remove-MgBetaPrintShareJobDocument -InputObject [-I [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Remove-MgBetaPrintShareJobDocumentContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Remove-MgBetaPrintShareJobDocumentContent.md index d377f98917aa3..e1c25eb353e31 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Remove-MgBetaPrintShareJobDocumentContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Remove-MgBetaPrintShareJobDocumentContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devices.cloudprint/remove-mgbetaprintsharejobdocumentcontent Locale: en-US Module Name: Microsoft.Graph.Beta.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaPrintShareJobDocumentContent --- @@ -29,7 +29,6 @@ Remove-MgBetaPrintShareJobDocumentContent -PrintDocumentId -PrintJobId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -39,7 +38,6 @@ Remove-MgBetaPrintShareJobDocumentContent -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Remove-MgBetaPrintShareJobTask.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Remove-MgBetaPrintShareJobTask.md index 73df453001708..8b18c8c662525 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Remove-MgBetaPrintShareJobTask.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Remove-MgBetaPrintShareJobTask.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devices.cloudprint/remove-mgbetaprintsharejobtask Locale: en-US Module Name: Microsoft.Graph.Beta.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaPrintShareJobTask --- @@ -27,7 +27,6 @@ Remove-MgBetaPrintShareJobTask -PrintJobId -PrintTaskId -Print [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaPrintShareJobTask -InputObject [-IfMat [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Remove-MgBetaPrintTaskDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Remove-MgBetaPrintTaskDefinition.md index be48589b56b39..ffaad5c106d91 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Remove-MgBetaPrintTaskDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Remove-MgBetaPrintTaskDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devices.cloudprint/remove-mgbetaprinttaskdefinition Locale: en-US Module Name: Microsoft.Graph.Beta.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaPrintTaskDefinition --- @@ -28,7 +28,6 @@ Remove-MgBetaPrintTaskDefinition -PrintTaskDefinitionId [-IfMatch ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -38,7 +37,6 @@ Remove-MgBetaPrintTaskDefinition -InputObject [-IfM [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Remove-MgBetaPrintTaskDefinitionTask.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Remove-MgBetaPrintTaskDefinitionTask.md index f0974131777e7..ae38e9b6cfad9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Remove-MgBetaPrintTaskDefinitionTask.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Remove-MgBetaPrintTaskDefinitionTask.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devices.cloudprint/remove-mgbetaprinttaskdefinitiontask Locale: en-US Module Name: Microsoft.Graph.Beta.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaPrintTaskDefinitionTask --- @@ -27,7 +27,6 @@ Remove-MgBetaPrintTaskDefinitionTask -PrintTaskDefinitionId -PrintTaskI [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaPrintTaskDefinitionTask -InputObject [ [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Reset-MgBetaPrintPrinterDefault.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Reset-MgBetaPrintPrinterDefault.md index 7075d833ce834..eb3bcbc4ffc11 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Reset-MgBetaPrintPrinterDefault.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Reset-MgBetaPrintPrinterDefault.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devices.cloudprint/reset-mgbetaprintprinterdefault Locale: en-US Module Name: Microsoft.Graph.Beta.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Reset-MgBetaPrintPrinterDefault --- @@ -24,7 +24,6 @@ Reset-MgBetaPrintPrinterDefault -PrinterId [-ResponseHeadersVariable ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ResetViaIdentity @@ -34,7 +33,6 @@ Reset-MgBetaPrintPrinterDefault -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Restore-MgBetaPrintPrinterFactoryDefault.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Restore-MgBetaPrintPrinterFactoryDefault.md index 448002d44443e..64f1fe9d10a5c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Restore-MgBetaPrintPrinterFactoryDefault.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Restore-MgBetaPrintPrinterFactoryDefault.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devices.cloudprint/restore-mgbetaprintprinterfactorydefault Locale: en-US Module Name: Microsoft.Graph.Beta.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Restore-MgBetaPrintPrinterFactoryDefault --- @@ -27,7 +27,6 @@ Restore-MgBetaPrintPrinterFactoryDefault -PrinterId [-ResponseHeadersVa [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### RestoreViaIdentity @@ -37,7 +36,6 @@ Restore-MgBetaPrintPrinterFactoryDefault -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Set-MgBetaPrintPrinterJobDocumentContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Set-MgBetaPrintPrinterJobDocumentContent.md index dd19013bf1dfb..8a2e606237db8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Set-MgBetaPrintPrinterJobDocumentContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Set-MgBetaPrintPrinterJobDocumentContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devices.cloudprint/set-mgbetaprintprinterjobdocumentcontent Locale: en-US Module Name: Microsoft.Graph.Beta.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Set-MgBetaPrintPrinterJobDocumentContent --- @@ -29,7 +29,6 @@ Set-MgBetaPrintPrinterJobDocumentContent -PrintDocumentId -PrintJobId < [-ContentType ] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SetViaIdentity @@ -40,7 +39,6 @@ Set-MgBetaPrintPrinterJobDocumentContent -InputObject ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Set-MgBetaPrintPrinterShareJobDocumentContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Set-MgBetaPrintPrinterShareJobDocumentContent.md index 0495d56bf39c2..ff226792e0d2c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Set-MgBetaPrintPrinterShareJobDocumentContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Set-MgBetaPrintPrinterShareJobDocumentContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devices.cloudprint/set-mgbetaprintprintersharejobdocumentcontent Locale: en-US Module Name: Microsoft.Graph.Beta.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Set-MgBetaPrintPrinterShareJobDocumentContent --- @@ -26,7 +26,6 @@ Set-MgBetaPrintPrinterShareJobDocumentContent -PrintDocumentId -PrintJo [-Break] [-ContentType ] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SetViaIdentity @@ -37,7 +36,6 @@ Set-MgBetaPrintPrinterShareJobDocumentContent -InputObject ] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Set-MgBetaPrintShareJobDocumentContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Set-MgBetaPrintShareJobDocumentContent.md index 23a156698490f..7d23608a30aef 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Set-MgBetaPrintShareJobDocumentContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Set-MgBetaPrintShareJobDocumentContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devices.cloudprint/set-mgbetaprintsharejobdocumentcontent Locale: en-US Module Name: Microsoft.Graph.Beta.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Set-MgBetaPrintShareJobDocumentContent --- @@ -29,7 +29,6 @@ Set-MgBetaPrintShareJobDocumentContent -PrintDocumentId -PrintJobId ] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SetViaIdentity @@ -40,7 +39,6 @@ Set-MgBetaPrintShareJobDocumentContent -InputObject [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Start-MgBetaPrintPrinterJob.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Start-MgBetaPrintPrinterJob.md index 51d401beb82e1..ce8ae2e219dd3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Start-MgBetaPrintPrinterJob.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Start-MgBetaPrintPrinterJob.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devices.cloudprint/start-mgbetaprintprinterjob Locale: en-US Module Name: Microsoft.Graph.Beta.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Start-MgBetaPrintPrinterJob --- @@ -27,7 +27,6 @@ Start-MgBetaPrintPrinterJob -PrintJobId -PrinterId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### StartViaIdentity @@ -37,7 +36,6 @@ Start-MgBetaPrintPrinterJob -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Start-MgBetaPrintPrinterJobPrintJob.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Start-MgBetaPrintPrinterJobPrintJob.md index 9cf9ce875f6f7..00af55935ff6b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Start-MgBetaPrintPrinterJobPrintJob.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Start-MgBetaPrintPrinterJobPrintJob.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devices.cloudprint/start-mgbetaprintprinterjobprintjob Locale: en-US Module Name: Microsoft.Graph.Beta.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Start-MgBetaPrintPrinterJobPrintJob --- @@ -24,7 +24,6 @@ Start-MgBetaPrintPrinterJobPrintJob -PrintJobId -PrinterId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### StartViaIdentity @@ -34,7 +33,6 @@ Start-MgBetaPrintPrinterJobPrintJob -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Start-MgBetaPrintPrinterShareJob.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Start-MgBetaPrintPrinterShareJob.md index 32aea28163676..54667ac598d55 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Start-MgBetaPrintPrinterShareJob.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Start-MgBetaPrintPrinterShareJob.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devices.cloudprint/start-mgbetaprintprintersharejob Locale: en-US Module Name: Microsoft.Graph.Beta.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Start-MgBetaPrintPrinterShareJob --- @@ -24,7 +24,6 @@ Start-MgBetaPrintPrinterShareJob -PrintJobId -PrinterShareId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### StartViaIdentity @@ -34,7 +33,6 @@ Start-MgBetaPrintPrinterShareJob -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Start-MgBetaPrintPrinterShareJobPrintJob.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Start-MgBetaPrintPrinterShareJobPrintJob.md index cff24fd6f8489..0dbd79de82d0f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Start-MgBetaPrintPrinterShareJobPrintJob.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Start-MgBetaPrintPrinterShareJobPrintJob.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devices.cloudprint/start-mgbetaprintprintersharejobprintjob Locale: en-US Module Name: Microsoft.Graph.Beta.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Start-MgBetaPrintPrinterShareJobPrintJob --- @@ -24,7 +24,6 @@ Start-MgBetaPrintPrinterShareJobPrintJob -PrintJobId -PrinterShareId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### StartViaIdentity @@ -34,7 +33,6 @@ Start-MgBetaPrintPrinterShareJobPrintJob -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Start-MgBetaPrintShareJob.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Start-MgBetaPrintShareJob.md index c84915aee8372..6ef2520c8dc71 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Start-MgBetaPrintShareJob.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Start-MgBetaPrintShareJob.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devices.cloudprint/start-mgbetaprintsharejob Locale: en-US Module Name: Microsoft.Graph.Beta.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Start-MgBetaPrintShareJob --- @@ -27,7 +27,6 @@ Start-MgBetaPrintShareJob -PrintJobId -PrinterShareId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### StartViaIdentity @@ -37,7 +36,6 @@ Start-MgBetaPrintShareJob -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -53,7 +51,7 @@ Invoke action start | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | PrintJob.Create, PrintJob.ReadWriteBasic.All, PrintJob.ReadWriteBasic, PrintJob.ReadWrite.All, PrintJob.ReadWrite, | +| Delegated (work or school account) | PrintJob.Create, PrintJob.ReadWrite, PrintJob.ReadWrite.All, PrintJob.ReadWriteBasic, PrintJob.ReadWriteBasic.All, | | Delegated (personal Microsoft account) | Not supported | | Application | Not supported | diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Start-MgBetaPrintShareJobPrintJob.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Start-MgBetaPrintShareJobPrintJob.md index a97380341b1da..9b782321899da 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Start-MgBetaPrintShareJobPrintJob.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Start-MgBetaPrintShareJobPrintJob.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devices.cloudprint/start-mgbetaprintsharejobprintjob Locale: en-US Module Name: Microsoft.Graph.Beta.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Start-MgBetaPrintShareJobPrintJob --- @@ -24,7 +24,6 @@ Start-MgBetaPrintShareJobPrintJob -PrintJobId -PrinterShareId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### StartViaIdentity @@ -34,7 +33,6 @@ Start-MgBetaPrintShareJobPrintJob -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Stop-MgBetaPrintPrinterJob.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Stop-MgBetaPrintPrinterJob.md index 745213b8bc4be..44739aae71579 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Stop-MgBetaPrintPrinterJob.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Stop-MgBetaPrintPrinterJob.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devices.cloudprint/stop-mgbetaprintprinterjob Locale: en-US Module Name: Microsoft.Graph.Beta.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Stop-MgBetaPrintPrinterJob --- @@ -28,7 +28,6 @@ Stop-MgBetaPrintPrinterJob -PrintJobId -PrinterId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CancelViaIdentity @@ -38,7 +37,6 @@ Stop-MgBetaPrintPrinterJob -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -55,7 +53,7 @@ Print jobs can be canceled only on behalf of a user, using delegated permissions | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | PrintJob.ReadWriteBasic, PrintJob.ReadWriteBasic.All, PrintJob.ReadWrite.All, PrintJob.ReadWrite, | +| Delegated (work or school account) | PrintJob.ReadWriteBasic, PrintJob.ReadWrite, PrintJob.ReadWrite.All, PrintJob.ReadWriteBasic.All, | | Delegated (personal Microsoft account) | Not supported | | Application | Not supported | diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Stop-MgBetaPrintPrinterJobPrintJob.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Stop-MgBetaPrintPrinterJobPrintJob.md index 75b6827adc50f..6e541f88429b7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Stop-MgBetaPrintPrinterJobPrintJob.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Stop-MgBetaPrintPrinterJobPrintJob.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devices.cloudprint/stop-mgbetaprintprinterjobprintjob Locale: en-US Module Name: Microsoft.Graph.Beta.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Stop-MgBetaPrintPrinterJobPrintJob --- @@ -24,7 +24,6 @@ Stop-MgBetaPrintPrinterJobPrintJob -PrintJobId -PrinterId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CancelViaIdentity @@ -34,7 +33,6 @@ Stop-MgBetaPrintPrinterJobPrintJob -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Stop-MgBetaPrintPrinterShareJob.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Stop-MgBetaPrintPrinterShareJob.md index 76ea1432943cb..302bed1c8fd42 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Stop-MgBetaPrintPrinterShareJob.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Stop-MgBetaPrintPrinterShareJob.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devices.cloudprint/stop-mgbetaprintprintersharejob Locale: en-US Module Name: Microsoft.Graph.Beta.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Stop-MgBetaPrintPrinterShareJob --- @@ -25,7 +25,6 @@ Stop-MgBetaPrintPrinterShareJob -PrintJobId -PrinterShareId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CancelViaIdentity @@ -35,7 +34,6 @@ Stop-MgBetaPrintPrinterShareJob -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Stop-MgBetaPrintPrinterShareJobPrintJob.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Stop-MgBetaPrintPrinterShareJobPrintJob.md index 7c5529c684ea9..e0fc1f7b2de4f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Stop-MgBetaPrintPrinterShareJobPrintJob.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Stop-MgBetaPrintPrinterShareJobPrintJob.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devices.cloudprint/stop-mgbetaprintprintersharejobprintjob Locale: en-US Module Name: Microsoft.Graph.Beta.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Stop-MgBetaPrintPrinterShareJobPrintJob --- @@ -24,7 +24,6 @@ Stop-MgBetaPrintPrinterShareJobPrintJob -PrintJobId -PrinterShareId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CancelViaIdentity @@ -34,7 +33,6 @@ Stop-MgBetaPrintPrinterShareJobPrintJob -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Stop-MgBetaPrintShareJob.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Stop-MgBetaPrintShareJob.md index f4f64ae76dcd0..283f48397d9c3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Stop-MgBetaPrintShareJob.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Stop-MgBetaPrintShareJob.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devices.cloudprint/stop-mgbetaprintsharejob Locale: en-US Module Name: Microsoft.Graph.Beta.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Stop-MgBetaPrintShareJob --- @@ -28,7 +28,6 @@ Stop-MgBetaPrintShareJob -PrintJobId -PrinterShareId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CancelViaIdentity @@ -38,7 +37,6 @@ Stop-MgBetaPrintShareJob -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Stop-MgBetaPrintShareJobPrintJob.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Stop-MgBetaPrintShareJobPrintJob.md index 38e76dbb31159..d6fbbcc6ee78b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Stop-MgBetaPrintShareJobPrintJob.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Stop-MgBetaPrintShareJobPrintJob.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devices.cloudprint/stop-mgbetaprintsharejobprintjob Locale: en-US Module Name: Microsoft.Graph.Beta.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Stop-MgBetaPrintShareJobPrintJob --- @@ -24,7 +24,6 @@ Stop-MgBetaPrintShareJobPrintJob -PrintJobId -PrinterShareId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CancelViaIdentity @@ -34,7 +33,6 @@ Stop-MgBetaPrintShareJobPrintJob -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Update-MgBetaPrint.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Update-MgBetaPrint.md index 02c3ac076ef5d..2762fe2eb9bdd 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Update-MgBetaPrint.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Update-MgBetaPrint.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devices.cloudprint/update-mgbetaprint Locale: en-US Module Name: Microsoft.Graph.Beta.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaPrint --- @@ -30,7 +30,7 @@ Update-MgBetaPrint [-ResponseHeadersVariable ] [-AdditionalProperties ] [-TaskDefinitions ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -39,7 +39,7 @@ Update-MgBetaPrint [-ResponseHeadersVariable ] [-AdditionalProperties [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -816,7 +816,7 @@ Always null when the object hasn't been deleted. [AccessType ]: groupAccessType [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. @@ -848,13 +848,13 @@ Maximum length is 256 characters. Required on create. Supports $filter (eq only). [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. @@ -864,7 +864,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are auto-subscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. @@ -1147,16 +1147,59 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. [UsageRights ]: [Id ]: The unique identifier for an entity. Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. @@ -1300,7 +1343,7 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for users to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). @@ -1580,22 +1623,23 @@ Read-only. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -1625,12 +1669,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -1713,7 +1814,7 @@ Optional. [IncludeBasicClaimSet ]: Determines whether the basic claim set is included in tokens affected by this policy. If set to true, all claims in the basic claim set are emitted in tokens affected by the policy. By default the basic claim set isn't in the tokens unless they're explicitly configured in this policy. - [CreatedByAppId ]: The appId (called Application (client) ID on the Microsoft Entra admin center) of the application used to create the service principal. + [CreatedByAppId ]: The appId of the application that created this service principal. Set internally by Microsoft Entra ID. Read-only. [CreatedObjects ]: Directory objects created by this service principal. @@ -1845,7 +1946,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -2004,13 +2105,13 @@ May not begin with .. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [ApprovedClientApps ]: + [ApprovedClientApps ]: The collection of approved client apps that are associated with the RDS configuration. +Supports $expand. [Id ]: The unique identifier for an entity. Read-only. - [DisplayName ]: + [DisplayName ]: Display name for the client application. [IsRemoteDesktopProtocolEnabled ]: Determines if Microsoft Entra ID RDS authentication protocol for RDP is enabled. [TargetDeviceGroups ]: The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. -
]: The unique identifier for an entity. Read-only. [DisplayName ]: Display name for the target device group. @@ -2369,7 +2470,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. - [ExternalAuthenticationMethods ]: Represents the external methods registered to a user for authentication. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. Optional. @@ -2385,7 +2486,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. - [DisplayName ]: Custom name given to the registered external authentication method. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. @@ -2636,7 +2737,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -2889,7 +2990,7 @@ Read-only. The identifiers must be unique in the tenant. [Birthday ]: The birthday of the user. 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 Returned only on $select. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. Only one number can be set for this property. Read-only for users synced from on-premises directory. @@ -3228,6 +3329,49 @@ This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. Read only. + [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. +Nullable. + [Attachments ]: References to attached objects like files, tabs, meetings etc. + [Body ]: itemBody + [ChannelIdentity ]: channelIdentity + [ChatId ]: If the message was sent in a chat, represents the identity of the chat. + [CreatedDateTime ]: Timestamp of when the chat message was created. + [DeletedDateTime ]: Read only. +Timestamp at which the chat message was deleted, or null if not deleted. + [Etag ]: Read-only. +Version number of the chat message. + [EventDetail ]: eventMessageDetail + [From ]: chatMessageFromIdentitySet + [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. + [Importance ]: chatMessageImportance + [LastEditedDateTime ]: Read only. +Timestamp when edits to the chat message were made. +Triggers an 'Edited' flag in the Teams UI. +If no edits are made the value is null. + [LastModifiedDateTime ]: Read only. +Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. + [Locale ]: Locale of the chat message set by the client. +Always set to en-us. + [Mentions ]: List of entities mentioned in the chat message. +Supported entities are: user, bot, team, channel, chat, and tag. + [MessageHistory ]: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. + [MessageType ]: chatMessageType + [OnBehalfOf ]: chatMessageFromIdentitySet + [PolicyViolation ]: chatMessagePolicyViolation + [Reactions ]: Reactions for this chat message (for example, Like). + [Replies ]: Replies for a specified message. +Supports $expand for channel messages. + [ReplyToId ]: Read-only. +ID of the parent chat message or root chat message of the thread. +(Only applies to chat messages in channels, not chats.) + [Subject ]: The subject of the chat message, in plaintext. + [Summary ]: Summary text of the chat message that could be used for push notifications and summary views or fall back views. +Only applies to channel chat messages, not chat messages in a chat. + [WebUrl ]: Read-only. +Link to the message in Microsoft Teams. + [Id ]: The unique identifier for an entity. +Read-only. + [Recipient ]: identity [TenantId ]: The identifier of the tenant in which the chat was created. Read-only. [Topic ]: (Optional) Subject or topic for the chat. @@ -3263,7 +3407,22 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [AssignmentErrors ]: + [Id ]: The unique identifier for an entity. +Read-only. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [Assignments ]: [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -3382,7 +3541,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 @@ -3407,6 +3568,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. @@ -3614,10 +3808,11 @@ 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. + [ContentCategory ]: contentCategory [CorrelationId ]: An identifier used to group multiple related content entries (for example, different parts of the same file upload, messages in a conversation). [CreatedDateTime ]: Required. Timestamp indicating when the original content was created (for example, file creation time, message sent time). @@ -3745,6 +3940,24 @@ Required. [LearningProviderId ]: The registration ID of the provider. Required. [Status ]: courseStatus + [Storyline ]: User's storyline singleton container. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Followers ]: The users who are following this user. + [Id ]: The unique identifier for an entity. +Read-only. + [Follower ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Followings ]: The users that this user is following. + [Id ]: The unique identifier for an entity. +Read-only. + [Following ]: The Viva Engage identities. [EmployeeHireDate ]: The date and time when the user was hired or will start work if there is a future hire. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. @@ -3759,10 +3972,10 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. @@ -3982,6 +4195,17 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(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. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity. @@ -4079,6 +4303,7 @@ To proactively opt in to the new behavior ahead of time, use the contentStream p Nullable. [File ]: file [(Any) ]: This indicates any property can be added to this object. + [ArchiveStatus ]: fileArchiveStatus [Hashes ]: hashes [(Any) ]: This indicates any property can be added to this object. [Crc32Hash ]: The CRC32 value of the file (if available). @@ -4089,6 +4314,12 @@ 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 ]: [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. @@ -5197,6 +5428,8 @@ Read-only. [ContentTypes ]: The collection of content types present in this list. [DisplayName ]: The displayable title of the list. [Drive ]: drive + [ItemCount ]: The total count of items in the list. +Read-only. [Items ]: All items contained in the list. [List ]: listInfo [(Any) ]: This indicates any property can be added to this object. @@ -5550,7 +5783,9 @@ Read-write. [(Any) ]: This indicates any property can be added to this object. [ArchiveStatus ]: siteArchiveStatus [ArchivedBy ]: identitySet - [ArchivedDateTime ]: + [ArchivedDateTime ]: Time when the container was archived. +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. [DataLocationCode ]: The geographic region code for where this site collection resides. Only present for multi-geo tenants. Read-only. @@ -5573,7 +5808,7 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. 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. - Returned only on $select. + Requires $select to retrieve. Note: This property is specific to SharePoint Online. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. @@ -5596,6 +5831,27 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityGovernance ]: identityGovernanceUserSettings + [(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 ]: 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 + [(Any) ]: This indicates any property can be added to this object. + [Duration ]: The requestor's desired duration of access represented in ISO 8601 format for durations. +For example, PT3H refers to three hours. + If specified in a request, endDateTime shouldn't be present and the type property should be set to afterDuration. + [EndDateTime ]: Timestamp of 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. + [Type ]: expirationPatternType + [Recurrence ]: patternedRecurrence + [StartDateTime ]: 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. +In PIM, when the eligible or active assignment becomes active. [IdentityParentId ]: The object ID of the parent identity for agent users. Always null for regular user accounts. For agentUser resources, this property references the object ID of the associated agent identity. @@ -5692,7 +5948,7 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for users to describe their interests. -Returned only on $select. +Requires $select to retrieve. [InvitedBy ]: directoryObject [IsLicenseReconciliationNeeded ]: Indicates whether the user is pending an exchange mailbox license assignment. Read-only. @@ -5701,7 +5957,8 @@ Returned only on $select. 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). @@ -5731,6 +5988,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 @@ -5874,10 +6132,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -5886,9 +6146,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. @@ -6385,16 +6674,16 @@ This URL should be treated as an opaque blob, and not parsed. 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. Read-only. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. It also indicates licenses that are directly assigned and the ones the user inherited through group memberships. Read-only. -Returned only on $select. +Requires $select to retrieve. [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. Read-Only. @@ -6520,7 +6809,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -7069,6 +7358,8 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -7162,7 +7453,7 @@ Read-only. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Notifications ]: [Id ]: The unique identifier for an entity. Read-only. @@ -7270,6 +7561,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. @@ -7318,6 +7613,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. @@ -7572,7 +7872,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for users to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [PendingAccessReviewInstances ]: Navigation property to get a list of access reviews pending approval by the reviewer. [Id ]: The unique identifier for an entity. Read-only. @@ -7924,7 +8224,7 @@ Example: 'en-US', or 'es-ES'. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -8076,15 +8376,14 @@ Read-only. [WebUrl ]: Link to the institution or department homepage. [Program ]: educationalActivityDetail [(Any) ]: This indicates any property can be added to this object. - [Abbreviation ]: Shortened name of the degree or program (example: PhD, MBA) + [Abbreviation ]: Shortened name of the degree or program, for example, PhD and MBA. [Activities ]: Extracurricular activities undertaken alongside the program. [Awards ]: Any awards or honors associated with the program. [Description ]: Short description of the program provided by the user. [DisplayName ]: Long-form name of the program that the user provided. - [FieldsOfStudy ]: Majors and minors associated with the program. -(if applicable) - [Grade ]: The final grade, class, GPA, or score. - [Notes ]: More notes the user provided. + [FieldsOfStudy ]: Majors and minors associated with the program, if applicable. + [Grade ]: The final grade, class, grade point average (GPA), or score. + [Notes ]: More notes provided by the user. [WebUrl ]: Link to the degree or program page. [StartMonthYear ]: The month and year the user commenced the activity referenced. [Emails ]: Represents detailed information about email addresses associated with the user. @@ -8387,9 +8686,9 @@ Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they have attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: The scoped-role administrative unit memberships for this user. Read-only. Nullable. @@ -8456,7 +8755,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. @@ -8606,7 +8905,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Use revokeSignInSessions to reset. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -8653,6 +8952,48 @@ The language component follows two-letter codes as defined in ISO 639-1, and the For users with multigeo licenses, the property contains the user's region (if available). For users without multigeo licenses, the property contains the organization's region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China. + [Sections ]: The sections in the user's chat list. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the section was created. +Read-only. +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. + [DisplayIcon ]: sectionDisplayIcon + [(Any) ]: This indicates any property can be added to this object. + [ContentUrl ]: The URL to a custom icon image. +Applicable when iconType is custom. + [DisplayName ]: The human-readable name of the icon. + [IconType ]: The type of icon. +Use an emoji character such as 👍 for an emoji icon, or custom for a custom image icon. + [SkinTone ]: sectionIconSkinTone + [DisplayName ]: The display name of the section. +Required. +Maximum length is 50 characters. +Display names are case-sensitive and must be unique within a user's sections. +The following names are reserved for system-defined sections and can't be used when creating a user-defined section: RecentChats, QuickViews, TeamsAndChannels, MutedChats, MeetingChats, EngageCommunities. + [IsExpanded ]: Indicates whether the section is expanded in the user interface. +The default value is true. + [IsHierarchicalViewEnabled ]: Indicates whether the hierarchical view is enabled for the section. +Read-only. + [Items ]: The items (chats, channels, meetings, or communities) organized within the section. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the item was added to the section. +Read-only. +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. + [ItemType ]: sectionItemType + [LastModifiedDateTime ]: Date and time when the item was last modified. +Read-only. +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. + [LastModifiedDateTime ]: Date and time when the section was last modified. +Read-only. +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. + [SectionType ]: sectionType + [SortType ]: sectionSortType [Todo ]: todo [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -8665,6 +9006,12 @@ Read-only. Nullable. [IsOwner ]: True if the user is owner of the given task list. [IsShared ]: True if the task list is shared with other users + [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the task list. +Read-only. +Nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Value ]: The value of the property. [Tasks ]: The tasks in this task list. Read-only. Nullable. @@ -8728,9 +9075,6 @@ Read-only. [Recurrence ]: patternedRecurrence [ReminderDateTime ]: dateTimeTimeZone [SingleValueExtendedProperties ]: A collection of custom fields linked to the task. - [Id ]: The unique identifier for an entity. -Read-only. - [Value ]: The value of the property. [StartDateTime ]: dateTimeTimeZone [Status ]: taskStatus [Title ]: A brief description of the task. @@ -8782,6 +9126,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. @@ -8819,6 +9165,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. @@ -8841,6 +9188,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 ]: @@ -8894,6 +9242,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. @@ -8903,8 +9253,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. @@ -9006,11 +9354,11 @@ You can use it as a $filter argument to get groups that have members with licens Supports $filter (eq). [HideFromAddressLists ]: true if the group isn't displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: true if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [InfoCatalogs ]: Identifies the info segments assigned to the group. Returned by default. @@ -9034,7 +9382,7 @@ Read-only. To manage a group 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. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -9084,6 +9432,7 @@ Read-only. [OnPremisesDomainName ]: Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only. + [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [OnPremisesLastSyncDateTime ]: Indicates the last time at which the group was synced with the on-premises directory.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. Returned by default. @@ -9165,7 +9514,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). @@ -9201,12 +9550,12 @@ Immutable. Read-only. [UnseenConversationsCount ]: Count of conversations delivered one or more new posts since the signed-in user's last visit to the group. This property is the same as unseenCount. -Returned only on $select. +Requires $select to retrieve. [UnseenCount ]: Count of conversations that have received new posts since the signed-in user last visited the group. -This property is the same as unseenConversationsCount.Returned only on $select. +This property is the same as unseenConversationsCount.Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [UnseenMessagesCount ]: Count of new posts that have been delivered to the group's conversations since the signed-in user's last visit to the group. -Returned only on $select. +Requires $select to retrieve. [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. @@ -9217,7 +9566,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Requires $select to retrieve. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -9650,7 +10002,7 @@ Always null when the object hasn't been deleted. [AccessType ]: groupAccessType [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. @@ -9682,13 +10034,13 @@ Maximum length is 256 characters. Required on create. Supports $filter (eq only). [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. @@ -9698,7 +10050,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are auto-subscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. @@ -9981,16 +10333,59 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. [UsageRights ]: [Id ]: The unique identifier for an entity. Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. @@ -10134,7 +10529,7 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for users to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). @@ -10414,22 +10809,23 @@ Read-only. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -10459,12 +10855,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -10547,7 +11000,7 @@ Optional. [IncludeBasicClaimSet ]: Determines whether the basic claim set is included in tokens affected by this policy. If set to true, all claims in the basic claim set are emitted in tokens affected by the policy. By default the basic claim set isn't in the tokens unless they're explicitly configured in this policy. - [CreatedByAppId ]: The appId (called Application (client) ID on the Microsoft Entra admin center) of the application used to create the service principal. + [CreatedByAppId ]: The appId of the application that created this service principal. Set internally by Microsoft Entra ID. Read-only. [CreatedObjects ]: Directory objects created by this service principal. @@ -10679,7 +11132,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -10838,13 +11291,13 @@ May not begin with .. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [ApprovedClientApps ]: + [ApprovedClientApps ]: The collection of approved client apps that are associated with the RDS configuration. +Supports $expand. [Id ]: The unique identifier for an entity. Read-only. - [DisplayName ]: + [DisplayName ]: Display name for the client application. [IsRemoteDesktopProtocolEnabled ]: Determines if Microsoft Entra ID RDS authentication protocol for RDP is enabled. [TargetDeviceGroups ]: The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. -
]: The unique identifier for an entity. Read-only. [DisplayName ]: Display name for the target device group. @@ -11203,7 +11656,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. - [ExternalAuthenticationMethods ]: Represents the external methods registered to a user for authentication. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. Optional. @@ -11219,7 +11672,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. - [DisplayName ]: Custom name given to the registered external authentication method. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. @@ -11470,7 +11923,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -11723,7 +12176,7 @@ Read-only. The identifiers must be unique in the tenant. [Birthday ]: The birthday of the user. 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 Returned only on $select. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. Only one number can be set for this property. Read-only for users synced from on-premises directory. @@ -12062,6 +12515,49 @@ This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. Read only. + [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. +Nullable. + [Attachments ]: References to attached objects like files, tabs, meetings etc. + [Body ]: itemBody + [ChannelIdentity ]: channelIdentity + [ChatId ]: If the message was sent in a chat, represents the identity of the chat. + [CreatedDateTime ]: Timestamp of when the chat message was created. + [DeletedDateTime ]: Read only. +Timestamp at which the chat message was deleted, or null if not deleted. + [Etag ]: Read-only. +Version number of the chat message. + [EventDetail ]: eventMessageDetail + [From ]: chatMessageFromIdentitySet + [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. + [Importance ]: chatMessageImportance + [LastEditedDateTime ]: Read only. +Timestamp when edits to the chat message were made. +Triggers an 'Edited' flag in the Teams UI. +If no edits are made the value is null. + [LastModifiedDateTime ]: Read only. +Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. + [Locale ]: Locale of the chat message set by the client. +Always set to en-us. + [Mentions ]: List of entities mentioned in the chat message. +Supported entities are: user, bot, team, channel, chat, and tag. + [MessageHistory ]: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. + [MessageType ]: chatMessageType + [OnBehalfOf ]: chatMessageFromIdentitySet + [PolicyViolation ]: chatMessagePolicyViolation + [Reactions ]: Reactions for this chat message (for example, Like). + [Replies ]: Replies for a specified message. +Supports $expand for channel messages. + [ReplyToId ]: Read-only. +ID of the parent chat message or root chat message of the thread. +(Only applies to chat messages in channels, not chats.) + [Subject ]: The subject of the chat message, in plaintext. + [Summary ]: Summary text of the chat message that could be used for push notifications and summary views or fall back views. +Only applies to channel chat messages, not chat messages in a chat. + [WebUrl ]: Read-only. +Link to the message in Microsoft Teams. + [Id ]: The unique identifier for an entity. +Read-only. + [Recipient ]: identity [TenantId ]: The identifier of the tenant in which the chat was created. Read-only. [Topic ]: (Optional) Subject or topic for the chat. @@ -12097,7 +12593,22 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [AssignmentErrors ]: + [Id ]: The unique identifier for an entity. +Read-only. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [Assignments ]: [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -12216,7 +12727,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 @@ -12241,6 +12754,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. @@ -12448,10 +12994,11 @@ 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. + [ContentCategory ]: contentCategory [CorrelationId ]: An identifier used to group multiple related content entries (for example, different parts of the same file upload, messages in a conversation). [CreatedDateTime ]: Required. Timestamp indicating when the original content was created (for example, file creation time, message sent time). @@ -12579,6 +13126,24 @@ Required. [LearningProviderId ]: The registration ID of the provider. Required. [Status ]: courseStatus + [Storyline ]: User's storyline singleton container. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Followers ]: The users who are following this user. + [Id ]: The unique identifier for an entity. +Read-only. + [Follower ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Followings ]: The users that this user is following. + [Id ]: The unique identifier for an entity. +Read-only. + [Following ]: The Viva Engage identities. [EmployeeHireDate ]: The date and time when the user was hired or will start work if there is a future hire. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. @@ -12593,10 +13158,10 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. @@ -12816,6 +13381,17 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(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. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity. @@ -12913,6 +13489,7 @@ To proactively opt in to the new behavior ahead of time, use the contentStream p Nullable. [File ]: file [(Any) ]: This indicates any property can be added to this object. + [ArchiveStatus ]: fileArchiveStatus [Hashes ]: hashes [(Any) ]: This indicates any property can be added to this object. [Crc32Hash ]: The CRC32 value of the file (if available). @@ -12923,6 +13500,12 @@ 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 ]: [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. @@ -14031,6 +14614,8 @@ Read-only. [ContentTypes ]: The collection of content types present in this list. [DisplayName ]: The displayable title of the list. [Drive ]: drive + [ItemCount ]: The total count of items in the list. +Read-only. [Items ]: All items contained in the list. [List ]: listInfo [(Any) ]: This indicates any property can be added to this object. @@ -14384,7 +14969,9 @@ Read-write. [(Any) ]: This indicates any property can be added to this object. [ArchiveStatus ]: siteArchiveStatus [ArchivedBy ]: identitySet - [ArchivedDateTime ]: + [ArchivedDateTime ]: Time when the container was archived. +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. [DataLocationCode ]: The geographic region code for where this site collection resides. Only present for multi-geo tenants. Read-only. @@ -14407,7 +14994,7 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. 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. - Returned only on $select. + Requires $select to retrieve. Note: This property is specific to SharePoint Online. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. @@ -14430,6 +15017,27 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityGovernance ]: identityGovernanceUserSettings + [(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 ]: 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 + [(Any) ]: This indicates any property can be added to this object. + [Duration ]: The requestor's desired duration of access represented in ISO 8601 format for durations. +For example, PT3H refers to three hours. + If specified in a request, endDateTime shouldn't be present and the type property should be set to afterDuration. + [EndDateTime ]: Timestamp of 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. + [Type ]: expirationPatternType + [Recurrence ]: patternedRecurrence + [StartDateTime ]: 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. +In PIM, when the eligible or active assignment becomes active. [IdentityParentId ]: The object ID of the parent identity for agent users. Always null for regular user accounts. For agentUser resources, this property references the object ID of the associated agent identity. @@ -14526,7 +15134,7 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for users to describe their interests. -Returned only on $select. +Requires $select to retrieve. [InvitedBy ]: directoryObject [IsLicenseReconciliationNeeded ]: Indicates whether the user is pending an exchange mailbox license assignment. Read-only. @@ -14535,7 +15143,8 @@ Returned only on $select. 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). @@ -14565,6 +15174,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 @@ -14708,10 +15318,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -14720,9 +15332,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. @@ -15219,16 +15860,16 @@ This URL should be treated as an opaque blob, and not parsed. 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. Read-only. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. It also indicates licenses that are directly assigned and the ones the user inherited through group memberships. Read-only. -Returned only on $select. +Requires $select to retrieve. [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. Read-Only. @@ -15354,7 +15995,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -15903,6 +16544,8 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -15996,7 +16639,7 @@ Read-only. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Notifications ]: [Id ]: The unique identifier for an entity. Read-only. @@ -16104,6 +16747,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. @@ -16152,6 +16799,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. @@ -16406,7 +17058,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for users to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [PendingAccessReviewInstances ]: Navigation property to get a list of access reviews pending approval by the reviewer. [Id ]: The unique identifier for an entity. Read-only. @@ -16758,7 +17410,7 @@ Example: 'en-US', or 'es-ES'. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -16910,15 +17562,14 @@ Read-only. [WebUrl ]: Link to the institution or department homepage. [Program ]: educationalActivityDetail [(Any) ]: This indicates any property can be added to this object. - [Abbreviation ]: Shortened name of the degree or program (example: PhD, MBA) + [Abbreviation ]: Shortened name of the degree or program, for example, PhD and MBA. [Activities ]: Extracurricular activities undertaken alongside the program. [Awards ]: Any awards or honors associated with the program. [Description ]: Short description of the program provided by the user. [DisplayName ]: Long-form name of the program that the user provided. - [FieldsOfStudy ]: Majors and minors associated with the program. -(if applicable) - [Grade ]: The final grade, class, GPA, or score. - [Notes ]: More notes the user provided. + [FieldsOfStudy ]: Majors and minors associated with the program, if applicable. + [Grade ]: The final grade, class, grade point average (GPA), or score. + [Notes ]: More notes provided by the user. [WebUrl ]: Link to the degree or program page. [StartMonthYear ]: The month and year the user commenced the activity referenced. [Emails ]: Represents detailed information about email addresses associated with the user. @@ -17221,9 +17872,9 @@ Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they have attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: The scoped-role administrative unit memberships for this user. Read-only. Nullable. @@ -17290,7 +17941,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. @@ -17440,7 +18091,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Use revokeSignInSessions to reset. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -17487,6 +18138,48 @@ The language component follows two-letter codes as defined in ISO 639-1, and the For users with multigeo licenses, the property contains the user's region (if available). For users without multigeo licenses, the property contains the organization's region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China. + [Sections ]: The sections in the user's chat list. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the section was created. +Read-only. +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. + [DisplayIcon ]: sectionDisplayIcon + [(Any) ]: This indicates any property can be added to this object. + [ContentUrl ]: The URL to a custom icon image. +Applicable when iconType is custom. + [DisplayName ]: The human-readable name of the icon. + [IconType ]: The type of icon. +Use an emoji character such as 👍 for an emoji icon, or custom for a custom image icon. + [SkinTone ]: sectionIconSkinTone + [DisplayName ]: The display name of the section. +Required. +Maximum length is 50 characters. +Display names are case-sensitive and must be unique within a user's sections. +The following names are reserved for system-defined sections and can't be used when creating a user-defined section: RecentChats, QuickViews, TeamsAndChannels, MutedChats, MeetingChats, EngageCommunities. + [IsExpanded ]: Indicates whether the section is expanded in the user interface. +The default value is true. + [IsHierarchicalViewEnabled ]: Indicates whether the hierarchical view is enabled for the section. +Read-only. + [Items ]: The items (chats, channels, meetings, or communities) organized within the section. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the item was added to the section. +Read-only. +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. + [ItemType ]: sectionItemType + [LastModifiedDateTime ]: Date and time when the item was last modified. +Read-only. +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. + [LastModifiedDateTime ]: Date and time when the section was last modified. +Read-only. +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. + [SectionType ]: sectionType + [SortType ]: sectionSortType [Todo ]: todo [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -17499,6 +18192,12 @@ Read-only. Nullable. [IsOwner ]: True if the user is owner of the given task list. [IsShared ]: True if the task list is shared with other users + [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the task list. +Read-only. +Nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Value ]: The value of the property. [Tasks ]: The tasks in this task list. Read-only. Nullable. @@ -17562,9 +18261,6 @@ Read-only. [Recurrence ]: patternedRecurrence [ReminderDateTime ]: dateTimeTimeZone [SingleValueExtendedProperties ]: A collection of custom fields linked to the task. - [Id ]: The unique identifier for an entity. -Read-only. - [Value ]: The value of the property. [StartDateTime ]: dateTimeTimeZone [Status ]: taskStatus [Title ]: A brief description of the task. @@ -17616,6 +18312,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. @@ -17653,6 +18351,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. @@ -17675,6 +18374,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 ]: @@ -17728,6 +18428,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. @@ -17737,8 +18439,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. @@ -17840,11 +18540,11 @@ You can use it as a $filter argument to get groups that have members with licens Supports $filter (eq). [HideFromAddressLists ]: true if the group isn't displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: true if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [InfoCatalogs ]: Identifies the info segments assigned to the group. Returned by default. @@ -17868,7 +18568,7 @@ Read-only. To manage a group 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. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -17918,6 +18618,7 @@ Read-only. [OnPremisesDomainName ]: Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only. + [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [OnPremisesLastSyncDateTime ]: Indicates the last time at which the group was synced with the on-premises directory.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. Returned by default. @@ -17999,7 +18700,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). @@ -18035,12 +18736,12 @@ Immutable. Read-only. [UnseenConversationsCount ]: Count of conversations delivered one or more new posts since the signed-in user's last visit to the group. This property is the same as unseenCount. -Returned only on $select. +Requires $select to retrieve. [UnseenCount ]: Count of conversations that have received new posts since the signed-in user last visited the group. -This property is the same as unseenConversationsCount.Returned only on $select. +This property is the same as unseenConversationsCount.Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [UnseenMessagesCount ]: Count of new posts that have been delivered to the group's conversations since the signed-in user's last visit to the group. -Returned only on $select. +Requires $select to retrieve. [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. @@ -18051,7 +18752,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Requires $select to retrieve. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -18352,7 +19056,7 @@ Always null when the object hasn't been deleted. [AccessType ]: groupAccessType [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. @@ -18384,13 +19088,13 @@ Maximum length is 256 characters. Required on create. Supports $filter (eq only). [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. @@ -18400,7 +19104,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are auto-subscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. @@ -18683,16 +19387,59 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. [UsageRights ]: [Id ]: The unique identifier for an entity. Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. @@ -18836,7 +19583,7 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for users to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). @@ -19116,22 +19863,23 @@ Read-only. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -19161,12 +19909,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -19249,7 +20054,7 @@ Optional. [IncludeBasicClaimSet ]: Determines whether the basic claim set is included in tokens affected by this policy. If set to true, all claims in the basic claim set are emitted in tokens affected by the policy. By default the basic claim set isn't in the tokens unless they're explicitly configured in this policy. - [CreatedByAppId ]: The appId (called Application (client) ID on the Microsoft Entra admin center) of the application used to create the service principal. + [CreatedByAppId ]: The appId of the application that created this service principal. Set internally by Microsoft Entra ID. Read-only. [CreatedObjects ]: Directory objects created by this service principal. @@ -19381,7 +20186,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -19540,13 +20345,13 @@ May not begin with .. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [ApprovedClientApps ]: + [ApprovedClientApps ]: The collection of approved client apps that are associated with the RDS configuration. +Supports $expand. [Id ]: The unique identifier for an entity. Read-only. - [DisplayName ]: + [DisplayName ]: Display name for the client application. [IsRemoteDesktopProtocolEnabled ]: Determines if Microsoft Entra ID RDS authentication protocol for RDP is enabled. [TargetDeviceGroups ]: The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. -
]: The unique identifier for an entity. Read-only. [DisplayName ]: Display name for the target device group. @@ -19905,7 +20710,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. - [ExternalAuthenticationMethods ]: Represents the external methods registered to a user for authentication. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. Optional. @@ -19921,7 +20726,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. - [DisplayName ]: Custom name given to the registered external authentication method. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. @@ -20172,7 +20977,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -20425,7 +21230,7 @@ Read-only. The identifiers must be unique in the tenant. [Birthday ]: The birthday of the user. 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 Returned only on $select. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. Only one number can be set for this property. Read-only for users synced from on-premises directory. @@ -20764,6 +21569,49 @@ This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. Read only. + [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. +Nullable. + [Attachments ]: References to attached objects like files, tabs, meetings etc. + [Body ]: itemBody + [ChannelIdentity ]: channelIdentity + [ChatId ]: If the message was sent in a chat, represents the identity of the chat. + [CreatedDateTime ]: Timestamp of when the chat message was created. + [DeletedDateTime ]: Read only. +Timestamp at which the chat message was deleted, or null if not deleted. + [Etag ]: Read-only. +Version number of the chat message. + [EventDetail ]: eventMessageDetail + [From ]: chatMessageFromIdentitySet + [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. + [Importance ]: chatMessageImportance + [LastEditedDateTime ]: Read only. +Timestamp when edits to the chat message were made. +Triggers an 'Edited' flag in the Teams UI. +If no edits are made the value is null. + [LastModifiedDateTime ]: Read only. +Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. + [Locale ]: Locale of the chat message set by the client. +Always set to en-us. + [Mentions ]: List of entities mentioned in the chat message. +Supported entities are: user, bot, team, channel, chat, and tag. + [MessageHistory ]: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. + [MessageType ]: chatMessageType + [OnBehalfOf ]: chatMessageFromIdentitySet + [PolicyViolation ]: chatMessagePolicyViolation + [Reactions ]: Reactions for this chat message (for example, Like). + [Replies ]: Replies for a specified message. +Supports $expand for channel messages. + [ReplyToId ]: Read-only. +ID of the parent chat message or root chat message of the thread. +(Only applies to chat messages in channels, not chats.) + [Subject ]: The subject of the chat message, in plaintext. + [Summary ]: Summary text of the chat message that could be used for push notifications and summary views or fall back views. +Only applies to channel chat messages, not chat messages in a chat. + [WebUrl ]: Read-only. +Link to the message in Microsoft Teams. + [Id ]: The unique identifier for an entity. +Read-only. + [Recipient ]: identity [TenantId ]: The identifier of the tenant in which the chat was created. Read-only. [Topic ]: (Optional) Subject or topic for the chat. @@ -20799,7 +21647,22 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [AssignmentErrors ]: + [Id ]: The unique identifier for an entity. +Read-only. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [Assignments ]: [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -20918,7 +21781,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 @@ -20943,6 +21808,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. @@ -21150,10 +22048,11 @@ 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. + [ContentCategory ]: contentCategory [CorrelationId ]: An identifier used to group multiple related content entries (for example, different parts of the same file upload, messages in a conversation). [CreatedDateTime ]: Required. Timestamp indicating when the original content was created (for example, file creation time, message sent time). @@ -21281,6 +22180,24 @@ Required. [LearningProviderId ]: The registration ID of the provider. Required. [Status ]: courseStatus + [Storyline ]: User's storyline singleton container. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Followers ]: The users who are following this user. + [Id ]: The unique identifier for an entity. +Read-only. + [Follower ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Followings ]: The users that this user is following. + [Id ]: The unique identifier for an entity. +Read-only. + [Following ]: The Viva Engage identities. [EmployeeHireDate ]: The date and time when the user was hired or will start work if there is a future hire. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. @@ -21295,10 +22212,10 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. @@ -21518,6 +22435,17 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(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. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity. @@ -21615,6 +22543,7 @@ To proactively opt in to the new behavior ahead of time, use the contentStream p Nullable. [File ]: file [(Any) ]: This indicates any property can be added to this object. + [ArchiveStatus ]: fileArchiveStatus [Hashes ]: hashes [(Any) ]: This indicates any property can be added to this object. [Crc32Hash ]: The CRC32 value of the file (if available). @@ -21625,6 +22554,12 @@ 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 ]: [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. @@ -22733,6 +23668,8 @@ Read-only. [ContentTypes ]: The collection of content types present in this list. [DisplayName ]: The displayable title of the list. [Drive ]: drive + [ItemCount ]: The total count of items in the list. +Read-only. [Items ]: All items contained in the list. [List ]: listInfo [(Any) ]: This indicates any property can be added to this object. @@ -23086,7 +24023,9 @@ Read-write. [(Any) ]: This indicates any property can be added to this object. [ArchiveStatus ]: siteArchiveStatus [ArchivedBy ]: identitySet - [ArchivedDateTime ]: + [ArchivedDateTime ]: Time when the container was archived. +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. [DataLocationCode ]: The geographic region code for where this site collection resides. Only present for multi-geo tenants. Read-only. @@ -23109,7 +24048,7 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. 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. - Returned only on $select. + Requires $select to retrieve. Note: This property is specific to SharePoint Online. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. @@ -23132,6 +24071,27 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityGovernance ]: identityGovernanceUserSettings + [(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 ]: 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 + [(Any) ]: This indicates any property can be added to this object. + [Duration ]: The requestor's desired duration of access represented in ISO 8601 format for durations. +For example, PT3H refers to three hours. + If specified in a request, endDateTime shouldn't be present and the type property should be set to afterDuration. + [EndDateTime ]: Timestamp of 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. + [Type ]: expirationPatternType + [Recurrence ]: patternedRecurrence + [StartDateTime ]: 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. +In PIM, when the eligible or active assignment becomes active. [IdentityParentId ]: The object ID of the parent identity for agent users. Always null for regular user accounts. For agentUser resources, this property references the object ID of the associated agent identity. @@ -23228,7 +24188,7 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for users to describe their interests. -Returned only on $select. +Requires $select to retrieve. [InvitedBy ]: directoryObject [IsLicenseReconciliationNeeded ]: Indicates whether the user is pending an exchange mailbox license assignment. Read-only. @@ -23237,7 +24197,8 @@ Returned only on $select. 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). @@ -23267,6 +24228,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 @@ -23410,10 +24372,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -23422,9 +24386,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. @@ -23921,16 +24914,16 @@ This URL should be treated as an opaque blob, and not parsed. 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. Read-only. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. It also indicates licenses that are directly assigned and the ones the user inherited through group memberships. Read-only. -Returned only on $select. +Requires $select to retrieve. [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. Read-Only. @@ -24056,7 +25049,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -24605,6 +25598,8 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -24698,7 +25693,7 @@ Read-only. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Notifications ]: [Id ]: The unique identifier for an entity. Read-only. @@ -24806,6 +25801,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. @@ -24854,6 +25853,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. @@ -25108,7 +26112,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for users to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [PendingAccessReviewInstances ]: Navigation property to get a list of access reviews pending approval by the reviewer. [Id ]: The unique identifier for an entity. Read-only. @@ -25460,7 +26464,7 @@ Example: 'en-US', or 'es-ES'. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -25612,15 +26616,14 @@ Read-only. [WebUrl ]: Link to the institution or department homepage. [Program ]: educationalActivityDetail [(Any) ]: This indicates any property can be added to this object. - [Abbreviation ]: Shortened name of the degree or program (example: PhD, MBA) + [Abbreviation ]: Shortened name of the degree or program, for example, PhD and MBA. [Activities ]: Extracurricular activities undertaken alongside the program. [Awards ]: Any awards or honors associated with the program. [Description ]: Short description of the program provided by the user. [DisplayName ]: Long-form name of the program that the user provided. - [FieldsOfStudy ]: Majors and minors associated with the program. -(if applicable) - [Grade ]: The final grade, class, GPA, or score. - [Notes ]: More notes the user provided. + [FieldsOfStudy ]: Majors and minors associated with the program, if applicable. + [Grade ]: The final grade, class, grade point average (GPA), or score. + [Notes ]: More notes provided by the user. [WebUrl ]: Link to the degree or program page. [StartMonthYear ]: The month and year the user commenced the activity referenced. [Emails ]: Represents detailed information about email addresses associated with the user. @@ -25923,9 +26926,9 @@ Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they have attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: The scoped-role administrative unit memberships for this user. Read-only. Nullable. @@ -25992,7 +26995,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. @@ -26142,7 +27145,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Use revokeSignInSessions to reset. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -26189,6 +27192,48 @@ The language component follows two-letter codes as defined in ISO 639-1, and the For users with multigeo licenses, the property contains the user's region (if available). For users without multigeo licenses, the property contains the organization's region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China. + [Sections ]: The sections in the user's chat list. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the section was created. +Read-only. +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. + [DisplayIcon ]: sectionDisplayIcon + [(Any) ]: This indicates any property can be added to this object. + [ContentUrl ]: The URL to a custom icon image. +Applicable when iconType is custom. + [DisplayName ]: The human-readable name of the icon. + [IconType ]: The type of icon. +Use an emoji character such as 👍 for an emoji icon, or custom for a custom image icon. + [SkinTone ]: sectionIconSkinTone + [DisplayName ]: The display name of the section. +Required. +Maximum length is 50 characters. +Display names are case-sensitive and must be unique within a user's sections. +The following names are reserved for system-defined sections and can't be used when creating a user-defined section: RecentChats, QuickViews, TeamsAndChannels, MutedChats, MeetingChats, EngageCommunities. + [IsExpanded ]: Indicates whether the section is expanded in the user interface. +The default value is true. + [IsHierarchicalViewEnabled ]: Indicates whether the hierarchical view is enabled for the section. +Read-only. + [Items ]: The items (chats, channels, meetings, or communities) organized within the section. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the item was added to the section. +Read-only. +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. + [ItemType ]: sectionItemType + [LastModifiedDateTime ]: Date and time when the item was last modified. +Read-only. +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. + [LastModifiedDateTime ]: Date and time when the section was last modified. +Read-only. +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. + [SectionType ]: sectionType + [SortType ]: sectionSortType [Todo ]: todo [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -26201,6 +27246,12 @@ Read-only. Nullable. [IsOwner ]: True if the user is owner of the given task list. [IsShared ]: True if the task list is shared with other users + [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the task list. +Read-only. +Nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Value ]: The value of the property. [Tasks ]: The tasks in this task list. Read-only. Nullable. @@ -26264,9 +27315,6 @@ Read-only. [Recurrence ]: patternedRecurrence [ReminderDateTime ]: dateTimeTimeZone [SingleValueExtendedProperties ]: A collection of custom fields linked to the task. - [Id ]: The unique identifier for an entity. -Read-only. - [Value ]: The value of the property. [StartDateTime ]: dateTimeTimeZone [Status ]: taskStatus [Title ]: A brief description of the task. @@ -26318,6 +27366,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. @@ -26355,6 +27405,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. @@ -26377,6 +27428,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 ]: @@ -26430,6 +27482,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. @@ -26439,8 +27493,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. @@ -26542,11 +27594,11 @@ You can use it as a $filter argument to get groups that have members with licens Supports $filter (eq). [HideFromAddressLists ]: true if the group isn't displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: true if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [InfoCatalogs ]: Identifies the info segments assigned to the group. Returned by default. @@ -26570,7 +27622,7 @@ Read-only. To manage a group 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. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -26620,6 +27672,7 @@ Read-only. [OnPremisesDomainName ]: Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only. + [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [OnPremisesLastSyncDateTime ]: Indicates the last time at which the group was synced with the on-premises directory.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. Returned by default. @@ -26701,7 +27754,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). @@ -26737,12 +27790,12 @@ Immutable. Read-only. [UnseenConversationsCount ]: Count of conversations delivered one or more new posts since the signed-in user's last visit to the group. This property is the same as unseenCount. -Returned only on $select. +Requires $select to retrieve. [UnseenCount ]: Count of conversations that have received new posts since the signed-in user last visited the group. -This property is the same as unseenConversationsCount.Returned only on $select. +This property is the same as unseenConversationsCount.Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [UnseenMessagesCount ]: Count of new posts that have been delivered to the group's conversations since the signed-in user's last visit to the group. -Returned only on $select. +Requires $select to retrieve. [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. @@ -26753,7 +27806,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Requires $select to retrieve. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -27112,7 +28168,7 @@ Always null when the object hasn't been deleted. [AccessType ]: groupAccessType [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. @@ -27144,13 +28200,13 @@ Maximum length is 256 characters. Required on create. Supports $filter (eq only). [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. @@ -27160,7 +28216,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are auto-subscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. @@ -27443,16 +28499,59 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. [UsageRights ]: [Id ]: The unique identifier for an entity. Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. @@ -27596,7 +28695,7 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for users to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). @@ -27876,22 +28975,23 @@ Read-only. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -27921,12 +29021,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -28009,7 +29166,7 @@ Optional. [IncludeBasicClaimSet ]: Determines whether the basic claim set is included in tokens affected by this policy. If set to true, all claims in the basic claim set are emitted in tokens affected by the policy. By default the basic claim set isn't in the tokens unless they're explicitly configured in this policy. - [CreatedByAppId ]: The appId (called Application (client) ID on the Microsoft Entra admin center) of the application used to create the service principal. + [CreatedByAppId ]: The appId of the application that created this service principal. Set internally by Microsoft Entra ID. Read-only. [CreatedObjects ]: Directory objects created by this service principal. @@ -28141,7 +29298,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -28300,13 +29457,13 @@ May not begin with .. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [ApprovedClientApps ]: + [ApprovedClientApps ]: The collection of approved client apps that are associated with the RDS configuration. +Supports $expand. [Id ]: The unique identifier for an entity. Read-only. - [DisplayName ]: + [DisplayName ]: Display name for the client application. [IsRemoteDesktopProtocolEnabled ]: Determines if Microsoft Entra ID RDS authentication protocol for RDP is enabled. [TargetDeviceGroups ]: The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. -
]: The unique identifier for an entity. Read-only. [DisplayName ]: Display name for the target device group. @@ -28665,7 +29822,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. - [ExternalAuthenticationMethods ]: Represents the external methods registered to a user for authentication. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. Optional. @@ -28681,7 +29838,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. - [DisplayName ]: Custom name given to the registered external authentication method. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. @@ -28932,7 +30089,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -29185,7 +30342,7 @@ Read-only. The identifiers must be unique in the tenant. [Birthday ]: The birthday of the user. 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 Returned only on $select. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. Only one number can be set for this property. Read-only for users synced from on-premises directory. @@ -29524,6 +30681,49 @@ This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. Read only. + [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. +Nullable. + [Attachments ]: References to attached objects like files, tabs, meetings etc. + [Body ]: itemBody + [ChannelIdentity ]: channelIdentity + [ChatId ]: If the message was sent in a chat, represents the identity of the chat. + [CreatedDateTime ]: Timestamp of when the chat message was created. + [DeletedDateTime ]: Read only. +Timestamp at which the chat message was deleted, or null if not deleted. + [Etag ]: Read-only. +Version number of the chat message. + [EventDetail ]: eventMessageDetail + [From ]: chatMessageFromIdentitySet + [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. + [Importance ]: chatMessageImportance + [LastEditedDateTime ]: Read only. +Timestamp when edits to the chat message were made. +Triggers an 'Edited' flag in the Teams UI. +If no edits are made the value is null. + [LastModifiedDateTime ]: Read only. +Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. + [Locale ]: Locale of the chat message set by the client. +Always set to en-us. + [Mentions ]: List of entities mentioned in the chat message. +Supported entities are: user, bot, team, channel, chat, and tag. + [MessageHistory ]: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. + [MessageType ]: chatMessageType + [OnBehalfOf ]: chatMessageFromIdentitySet + [PolicyViolation ]: chatMessagePolicyViolation + [Reactions ]: Reactions for this chat message (for example, Like). + [Replies ]: Replies for a specified message. +Supports $expand for channel messages. + [ReplyToId ]: Read-only. +ID of the parent chat message or root chat message of the thread. +(Only applies to chat messages in channels, not chats.) + [Subject ]: The subject of the chat message, in plaintext. + [Summary ]: Summary text of the chat message that could be used for push notifications and summary views or fall back views. +Only applies to channel chat messages, not chat messages in a chat. + [WebUrl ]: Read-only. +Link to the message in Microsoft Teams. + [Id ]: The unique identifier for an entity. +Read-only. + [Recipient ]: identity [TenantId ]: The identifier of the tenant in which the chat was created. Read-only. [Topic ]: (Optional) Subject or topic for the chat. @@ -29559,7 +30759,22 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [AssignmentErrors ]: + [Id ]: The unique identifier for an entity. +Read-only. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [Assignments ]: [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -29678,7 +30893,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 @@ -29703,6 +30920,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. @@ -29910,10 +31160,11 @@ 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. + [ContentCategory ]: contentCategory [CorrelationId ]: An identifier used to group multiple related content entries (for example, different parts of the same file upload, messages in a conversation). [CreatedDateTime ]: Required. Timestamp indicating when the original content was created (for example, file creation time, message sent time). @@ -30041,6 +31292,24 @@ Required. [LearningProviderId ]: The registration ID of the provider. Required. [Status ]: courseStatus + [Storyline ]: User's storyline singleton container. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Followers ]: The users who are following this user. + [Id ]: The unique identifier for an entity. +Read-only. + [Follower ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Followings ]: The users that this user is following. + [Id ]: The unique identifier for an entity. +Read-only. + [Following ]: The Viva Engage identities. [EmployeeHireDate ]: The date and time when the user was hired or will start work if there is a future hire. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. @@ -30055,10 +31324,10 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. @@ -30278,6 +31547,17 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(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. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity. @@ -30375,6 +31655,7 @@ To proactively opt in to the new behavior ahead of time, use the contentStream p Nullable. [File ]: file [(Any) ]: This indicates any property can be added to this object. + [ArchiveStatus ]: fileArchiveStatus [Hashes ]: hashes [(Any) ]: This indicates any property can be added to this object. [Crc32Hash ]: The CRC32 value of the file (if available). @@ -30385,6 +31666,12 @@ 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 ]: [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. @@ -31493,6 +32780,8 @@ Read-only. [ContentTypes ]: The collection of content types present in this list. [DisplayName ]: The displayable title of the list. [Drive ]: drive + [ItemCount ]: The total count of items in the list. +Read-only. [Items ]: All items contained in the list. [List ]: listInfo [(Any) ]: This indicates any property can be added to this object. @@ -31846,7 +33135,9 @@ Read-write. [(Any) ]: This indicates any property can be added to this object. [ArchiveStatus ]: siteArchiveStatus [ArchivedBy ]: identitySet - [ArchivedDateTime ]: + [ArchivedDateTime ]: Time when the container was archived. +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. [DataLocationCode ]: The geographic region code for where this site collection resides. Only present for multi-geo tenants. Read-only. @@ -31869,7 +33160,7 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. 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. - Returned only on $select. + Requires $select to retrieve. Note: This property is specific to SharePoint Online. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. @@ -31892,6 +33183,27 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityGovernance ]: identityGovernanceUserSettings + [(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 ]: 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 + [(Any) ]: This indicates any property can be added to this object. + [Duration ]: The requestor's desired duration of access represented in ISO 8601 format for durations. +For example, PT3H refers to three hours. + If specified in a request, endDateTime shouldn't be present and the type property should be set to afterDuration. + [EndDateTime ]: Timestamp of 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. + [Type ]: expirationPatternType + [Recurrence ]: patternedRecurrence + [StartDateTime ]: 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. +In PIM, when the eligible or active assignment becomes active. [IdentityParentId ]: The object ID of the parent identity for agent users. Always null for regular user accounts. For agentUser resources, this property references the object ID of the associated agent identity. @@ -31988,7 +33300,7 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for users to describe their interests. -Returned only on $select. +Requires $select to retrieve. [InvitedBy ]: directoryObject [IsLicenseReconciliationNeeded ]: Indicates whether the user is pending an exchange mailbox license assignment. Read-only. @@ -31997,7 +33309,8 @@ Returned only on $select. 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). @@ -32027,6 +33340,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 @@ -32170,10 +33484,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -32182,9 +33498,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. @@ -32681,16 +34026,16 @@ This URL should be treated as an opaque blob, and not parsed. 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. Read-only. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. It also indicates licenses that are directly assigned and the ones the user inherited through group memberships. Read-only. -Returned only on $select. +Requires $select to retrieve. [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. Read-Only. @@ -32816,7 +34161,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -33365,6 +34710,8 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -33458,7 +34805,7 @@ Read-only. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Notifications ]: [Id ]: The unique identifier for an entity. Read-only. @@ -33566,6 +34913,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. @@ -33614,6 +34965,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. @@ -33868,7 +35224,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for users to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [PendingAccessReviewInstances ]: Navigation property to get a list of access reviews pending approval by the reviewer. [Id ]: The unique identifier for an entity. Read-only. @@ -34220,7 +35576,7 @@ Example: 'en-US', or 'es-ES'. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -34372,15 +35728,14 @@ Read-only. [WebUrl ]: Link to the institution or department homepage. [Program ]: educationalActivityDetail [(Any) ]: This indicates any property can be added to this object. - [Abbreviation ]: Shortened name of the degree or program (example: PhD, MBA) + [Abbreviation ]: Shortened name of the degree or program, for example, PhD and MBA. [Activities ]: Extracurricular activities undertaken alongside the program. [Awards ]: Any awards or honors associated with the program. [Description ]: Short description of the program provided by the user. [DisplayName ]: Long-form name of the program that the user provided. - [FieldsOfStudy ]: Majors and minors associated with the program. -(if applicable) - [Grade ]: The final grade, class, GPA, or score. - [Notes ]: More notes the user provided. + [FieldsOfStudy ]: Majors and minors associated with the program, if applicable. + [Grade ]: The final grade, class, grade point average (GPA), or score. + [Notes ]: More notes provided by the user. [WebUrl ]: Link to the degree or program page. [StartMonthYear ]: The month and year the user commenced the activity referenced. [Emails ]: Represents detailed information about email addresses associated with the user. @@ -34683,9 +36038,9 @@ Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they have attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: The scoped-role administrative unit memberships for this user. Read-only. Nullable. @@ -34752,7 +36107,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. @@ -34902,7 +36257,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Use revokeSignInSessions to reset. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -34949,6 +36304,48 @@ The language component follows two-letter codes as defined in ISO 639-1, and the For users with multigeo licenses, the property contains the user's region (if available). For users without multigeo licenses, the property contains the organization's region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China. + [Sections ]: The sections in the user's chat list. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the section was created. +Read-only. +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. + [DisplayIcon ]: sectionDisplayIcon + [(Any) ]: This indicates any property can be added to this object. + [ContentUrl ]: The URL to a custom icon image. +Applicable when iconType is custom. + [DisplayName ]: The human-readable name of the icon. + [IconType ]: The type of icon. +Use an emoji character such as 👍 for an emoji icon, or custom for a custom image icon. + [SkinTone ]: sectionIconSkinTone + [DisplayName ]: The display name of the section. +Required. +Maximum length is 50 characters. +Display names are case-sensitive and must be unique within a user's sections. +The following names are reserved for system-defined sections and can't be used when creating a user-defined section: RecentChats, QuickViews, TeamsAndChannels, MutedChats, MeetingChats, EngageCommunities. + [IsExpanded ]: Indicates whether the section is expanded in the user interface. +The default value is true. + [IsHierarchicalViewEnabled ]: Indicates whether the hierarchical view is enabled for the section. +Read-only. + [Items ]: The items (chats, channels, meetings, or communities) organized within the section. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the item was added to the section. +Read-only. +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. + [ItemType ]: sectionItemType + [LastModifiedDateTime ]: Date and time when the item was last modified. +Read-only. +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. + [LastModifiedDateTime ]: Date and time when the section was last modified. +Read-only. +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. + [SectionType ]: sectionType + [SortType ]: sectionSortType [Todo ]: todo [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -34961,6 +36358,12 @@ Read-only. Nullable. [IsOwner ]: True if the user is owner of the given task list. [IsShared ]: True if the task list is shared with other users + [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the task list. +Read-only. +Nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Value ]: The value of the property. [Tasks ]: The tasks in this task list. Read-only. Nullable. @@ -35024,9 +36427,6 @@ Read-only. [Recurrence ]: patternedRecurrence [ReminderDateTime ]: dateTimeTimeZone [SingleValueExtendedProperties ]: A collection of custom fields linked to the task. - [Id ]: The unique identifier for an entity. -Read-only. - [Value ]: The value of the property. [StartDateTime ]: dateTimeTimeZone [Status ]: taskStatus [Title ]: A brief description of the task. @@ -35078,6 +36478,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. @@ -35115,6 +36517,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. @@ -35137,6 +36540,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 ]: @@ -35190,6 +36594,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. @@ -35199,8 +36605,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. @@ -35302,11 +36706,11 @@ You can use it as a $filter argument to get groups that have members with licens Supports $filter (eq). [HideFromAddressLists ]: true if the group isn't displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: true if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [InfoCatalogs ]: Identifies the info segments assigned to the group. Returned by default. @@ -35330,7 +36734,7 @@ Read-only. To manage a group 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. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -35380,6 +36784,7 @@ Read-only. [OnPremisesDomainName ]: Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only. + [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [OnPremisesLastSyncDateTime ]: Indicates the last time at which the group was synced with the on-premises directory.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. Returned by default. @@ -35461,7 +36866,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). @@ -35497,12 +36902,12 @@ Immutable. Read-only. [UnseenConversationsCount ]: Count of conversations delivered one or more new posts since the signed-in user's last visit to the group. This property is the same as unseenCount. -Returned only on $select. +Requires $select to retrieve. [UnseenCount ]: Count of conversations that have received new posts since the signed-in user last visited the group. -This property is the same as unseenConversationsCount.Returned only on $select. +This property is the same as unseenConversationsCount.Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [UnseenMessagesCount ]: Count of new posts that have been delivered to the group's conversations since the signed-in user's last visit to the group. -Returned only on $select. +Requires $select to retrieve. [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. @@ -35513,7 +36918,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Requires $select to retrieve. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Update-MgBetaPrintConnector.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Update-MgBetaPrintConnector.md index 494408ee5aaa5..8170e51d4edfb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Update-MgBetaPrintConnector.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Update-MgBetaPrintConnector.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devices.cloudprint/update-mgbetaprintconnector Locale: en-US Module Name: Microsoft.Graph.Beta.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaPrintConnector --- @@ -30,7 +30,7 @@ Update-MgBetaPrintConnector -PrintConnectorId [-ResponseHeadersVariable [-Name ] [-OperatingSystem ] [-RegisteredDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -40,7 +40,7 @@ Update-MgBetaPrintConnector -PrintConnectorId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -53,7 +53,7 @@ Update-MgBetaPrintConnector -InputObject [-Name ] [-OperatingSystem ] [-RegisteredDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -63,7 +63,7 @@ Update-MgBetaPrintConnector -InputObject -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.Devices.CloudPrint/Update-MgBetaPrintOperation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Update-MgBetaPrintOperation.md index f7e92b2bce9dd..c79218f6610fe 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Update-MgBetaPrintOperation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Update-MgBetaPrintOperation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devices.cloudprint/update-mgbetaprintoperation Locale: en-US Module Name: Microsoft.Graph.Beta.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaPrintOperation --- @@ -28,7 +28,6 @@ Update-MgBetaPrintOperation -PrintOperationId [-ResponseHeadersVariable [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -38,7 +37,7 @@ Update-MgBetaPrintOperation -PrintOperationId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -49,7 +48,7 @@ Update-MgBetaPrintOperation -InputObject [-CreatedDateTime ] [-Id ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -59,7 +58,7 @@ Update-MgBetaPrintOperation -InputObject -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.Devices.CloudPrint/Update-MgBetaPrintPrinter.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Update-MgBetaPrintPrinter.md index 00b0f964be7cd..5c5e246b66f38 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Update-MgBetaPrintPrinter.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Update-MgBetaPrintPrinter.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devices.cloudprint/update-mgbetaprintprinter Locale: en-US Module Name: Microsoft.Graph.Beta.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaPrintPrinter --- @@ -34,7 +34,6 @@ Update-MgBetaPrintPrinter -PrinterId [-ResponseHeadersVariable [-TaskTriggers ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -44,7 +43,6 @@ Update-MgBetaPrintPrinter -PrinterId -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -62,7 +60,6 @@ Update-MgBetaPrintPrinter -InputObject [-TaskTriggers ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -72,7 +69,7 @@ Update-MgBetaPrintPrinter -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -1321,7 +1318,7 @@ Always null when the object hasn't been deleted. [AccessType ]: groupAccessType [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. @@ -1353,13 +1350,13 @@ Maximum length is 256 characters. Required on create. Supports $filter (eq only). [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. @@ -1369,7 +1366,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are auto-subscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. @@ -1652,16 +1649,59 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. [UsageRights ]: [Id ]: The unique identifier for an entity. Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. @@ -1805,7 +1845,7 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for users to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). @@ -2085,22 +2125,23 @@ Read-only. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -2130,12 +2171,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -2218,7 +2316,7 @@ Optional. [IncludeBasicClaimSet ]: Determines whether the basic claim set is included in tokens affected by this policy. If set to true, all claims in the basic claim set are emitted in tokens affected by the policy. By default the basic claim set isn't in the tokens unless they're explicitly configured in this policy. - [CreatedByAppId ]: The appId (called Application (client) ID on the Microsoft Entra admin center) of the application used to create the service principal. + [CreatedByAppId ]: The appId of the application that created this service principal. Set internally by Microsoft Entra ID. Read-only. [CreatedObjects ]: Directory objects created by this service principal. @@ -2350,7 +2448,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -2509,13 +2607,13 @@ May not begin with .. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [ApprovedClientApps ]: + [ApprovedClientApps ]: The collection of approved client apps that are associated with the RDS configuration. +Supports $expand. [Id ]: The unique identifier for an entity. Read-only. - [DisplayName ]: + [DisplayName ]: Display name for the client application. [IsRemoteDesktopProtocolEnabled ]: Determines if Microsoft Entra ID RDS authentication protocol for RDP is enabled. [TargetDeviceGroups ]: The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. -
]: The unique identifier for an entity. Read-only. [DisplayName ]: Display name for the target device group. @@ -2874,7 +2972,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. - [ExternalAuthenticationMethods ]: Represents the external methods registered to a user for authentication. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. Optional. @@ -2890,7 +2988,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. - [DisplayName ]: Custom name given to the registered external authentication method. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. @@ -3141,7 +3239,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -3394,7 +3492,7 @@ Read-only. The identifiers must be unique in the tenant. [Birthday ]: The birthday of the user. 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 Returned only on $select. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. Only one number can be set for this property. Read-only for users synced from on-premises directory. @@ -3733,6 +3831,49 @@ This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. Read only. + [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. +Nullable. + [Attachments ]: References to attached objects like files, tabs, meetings etc. + [Body ]: itemBody + [ChannelIdentity ]: channelIdentity + [ChatId ]: If the message was sent in a chat, represents the identity of the chat. + [CreatedDateTime ]: Timestamp of when the chat message was created. + [DeletedDateTime ]: Read only. +Timestamp at which the chat message was deleted, or null if not deleted. + [Etag ]: Read-only. +Version number of the chat message. + [EventDetail ]: eventMessageDetail + [From ]: chatMessageFromIdentitySet + [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. + [Importance ]: chatMessageImportance + [LastEditedDateTime ]: Read only. +Timestamp when edits to the chat message were made. +Triggers an 'Edited' flag in the Teams UI. +If no edits are made the value is null. + [LastModifiedDateTime ]: Read only. +Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. + [Locale ]: Locale of the chat message set by the client. +Always set to en-us. + [Mentions ]: List of entities mentioned in the chat message. +Supported entities are: user, bot, team, channel, chat, and tag. + [MessageHistory ]: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. + [MessageType ]: chatMessageType + [OnBehalfOf ]: chatMessageFromIdentitySet + [PolicyViolation ]: chatMessagePolicyViolation + [Reactions ]: Reactions for this chat message (for example, Like). + [Replies ]: Replies for a specified message. +Supports $expand for channel messages. + [ReplyToId ]: Read-only. +ID of the parent chat message or root chat message of the thread. +(Only applies to chat messages in channels, not chats.) + [Subject ]: The subject of the chat message, in plaintext. + [Summary ]: Summary text of the chat message that could be used for push notifications and summary views or fall back views. +Only applies to channel chat messages, not chat messages in a chat. + [WebUrl ]: Read-only. +Link to the message in Microsoft Teams. + [Id ]: The unique identifier for an entity. +Read-only. + [Recipient ]: identity [TenantId ]: The identifier of the tenant in which the chat was created. Read-only. [Topic ]: (Optional) Subject or topic for the chat. @@ -3768,7 +3909,22 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [AssignmentErrors ]: + [Id ]: The unique identifier for an entity. +Read-only. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [Assignments ]: [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -3887,7 +4043,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 @@ -3912,6 +4070,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. @@ -4119,10 +4310,11 @@ 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. + [ContentCategory ]: contentCategory [CorrelationId ]: An identifier used to group multiple related content entries (for example, different parts of the same file upload, messages in a conversation). [CreatedDateTime ]: Required. Timestamp indicating when the original content was created (for example, file creation time, message sent time). @@ -4250,6 +4442,24 @@ Required. [LearningProviderId ]: The registration ID of the provider. Required. [Status ]: courseStatus + [Storyline ]: User's storyline singleton container. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Followers ]: The users who are following this user. + [Id ]: The unique identifier for an entity. +Read-only. + [Follower ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Followings ]: The users that this user is following. + [Id ]: The unique identifier for an entity. +Read-only. + [Following ]: The Viva Engage identities. [EmployeeHireDate ]: The date and time when the user was hired or will start work if there is a future hire. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. @@ -4264,10 +4474,10 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. @@ -4487,6 +4697,17 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(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. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity. @@ -4584,6 +4805,7 @@ To proactively opt in to the new behavior ahead of time, use the contentStream p Nullable. [File ]: file [(Any) ]: This indicates any property can be added to this object. + [ArchiveStatus ]: fileArchiveStatus [Hashes ]: hashes [(Any) ]: This indicates any property can be added to this object. [Crc32Hash ]: The CRC32 value of the file (if available). @@ -4594,6 +4816,12 @@ 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 ]: [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. @@ -5702,6 +5930,8 @@ Read-only. [ContentTypes ]: The collection of content types present in this list. [DisplayName ]: The displayable title of the list. [Drive ]: drive + [ItemCount ]: The total count of items in the list. +Read-only. [Items ]: All items contained in the list. [List ]: listInfo [(Any) ]: This indicates any property can be added to this object. @@ -6055,7 +6285,9 @@ Read-write. [(Any) ]: This indicates any property can be added to this object. [ArchiveStatus ]: siteArchiveStatus [ArchivedBy ]: identitySet - [ArchivedDateTime ]: + [ArchivedDateTime ]: Time when the container was archived. +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. [DataLocationCode ]: The geographic region code for where this site collection resides. Only present for multi-geo tenants. Read-only. @@ -6078,7 +6310,7 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. 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. - Returned only on $select. + Requires $select to retrieve. Note: This property is specific to SharePoint Online. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. @@ -6101,6 +6333,27 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityGovernance ]: identityGovernanceUserSettings + [(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 ]: 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 + [(Any) ]: This indicates any property can be added to this object. + [Duration ]: The requestor's desired duration of access represented in ISO 8601 format for durations. +For example, PT3H refers to three hours. + If specified in a request, endDateTime shouldn't be present and the type property should be set to afterDuration. + [EndDateTime ]: Timestamp of 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. + [Type ]: expirationPatternType + [Recurrence ]: patternedRecurrence + [StartDateTime ]: 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. +In PIM, when the eligible or active assignment becomes active. [IdentityParentId ]: The object ID of the parent identity for agent users. Always null for regular user accounts. For agentUser resources, this property references the object ID of the associated agent identity. @@ -6197,7 +6450,7 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for users to describe their interests. -Returned only on $select. +Requires $select to retrieve. [InvitedBy ]: directoryObject [IsLicenseReconciliationNeeded ]: Indicates whether the user is pending an exchange mailbox license assignment. Read-only. @@ -6206,7 +6459,8 @@ Returned only on $select. 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). @@ -6236,6 +6490,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 @@ -6379,10 +6634,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -6391,9 +6648,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. @@ -6890,16 +7176,16 @@ This URL should be treated as an opaque blob, and not parsed. 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. Read-only. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. It also indicates licenses that are directly assigned and the ones the user inherited through group memberships. Read-only. -Returned only on $select. +Requires $select to retrieve. [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. Read-Only. @@ -7025,7 +7311,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -7574,6 +7860,8 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -7667,7 +7955,7 @@ Read-only. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Notifications ]: [Id ]: The unique identifier for an entity. Read-only. @@ -7775,6 +8063,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. @@ -7823,6 +8115,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. @@ -8077,7 +8374,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for users to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [PendingAccessReviewInstances ]: Navigation property to get a list of access reviews pending approval by the reviewer. [Id ]: The unique identifier for an entity. Read-only. @@ -8429,7 +8726,7 @@ Example: 'en-US', or 'es-ES'. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -8581,15 +8878,14 @@ Read-only. [WebUrl ]: Link to the institution or department homepage. [Program ]: educationalActivityDetail [(Any) ]: This indicates any property can be added to this object. - [Abbreviation ]: Shortened name of the degree or program (example: PhD, MBA) + [Abbreviation ]: Shortened name of the degree or program, for example, PhD and MBA. [Activities ]: Extracurricular activities undertaken alongside the program. [Awards ]: Any awards or honors associated with the program. [Description ]: Short description of the program provided by the user. [DisplayName ]: Long-form name of the program that the user provided. - [FieldsOfStudy ]: Majors and minors associated with the program. -(if applicable) - [Grade ]: The final grade, class, GPA, or score. - [Notes ]: More notes the user provided. + [FieldsOfStudy ]: Majors and minors associated with the program, if applicable. + [Grade ]: The final grade, class, grade point average (GPA), or score. + [Notes ]: More notes provided by the user. [WebUrl ]: Link to the degree or program page. [StartMonthYear ]: The month and year the user commenced the activity referenced. [Emails ]: Represents detailed information about email addresses associated with the user. @@ -8892,9 +9188,9 @@ Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they have attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: The scoped-role administrative unit memberships for this user. Read-only. Nullable. @@ -8961,7 +9257,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. @@ -9111,7 +9407,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Use revokeSignInSessions to reset. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -9158,6 +9454,48 @@ The language component follows two-letter codes as defined in ISO 639-1, and the For users with multigeo licenses, the property contains the user's region (if available). For users without multigeo licenses, the property contains the organization's region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China. + [Sections ]: The sections in the user's chat list. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the section was created. +Read-only. +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. + [DisplayIcon ]: sectionDisplayIcon + [(Any) ]: This indicates any property can be added to this object. + [ContentUrl ]: The URL to a custom icon image. +Applicable when iconType is custom. + [DisplayName ]: The human-readable name of the icon. + [IconType ]: The type of icon. +Use an emoji character such as 👍 for an emoji icon, or custom for a custom image icon. + [SkinTone ]: sectionIconSkinTone + [DisplayName ]: The display name of the section. +Required. +Maximum length is 50 characters. +Display names are case-sensitive and must be unique within a user's sections. +The following names are reserved for system-defined sections and can't be used when creating a user-defined section: RecentChats, QuickViews, TeamsAndChannels, MutedChats, MeetingChats, EngageCommunities. + [IsExpanded ]: Indicates whether the section is expanded in the user interface. +The default value is true. + [IsHierarchicalViewEnabled ]: Indicates whether the hierarchical view is enabled for the section. +Read-only. + [Items ]: The items (chats, channels, meetings, or communities) organized within the section. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the item was added to the section. +Read-only. +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. + [ItemType ]: sectionItemType + [LastModifiedDateTime ]: Date and time when the item was last modified. +Read-only. +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. + [LastModifiedDateTime ]: Date and time when the section was last modified. +Read-only. +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. + [SectionType ]: sectionType + [SortType ]: sectionSortType [Todo ]: todo [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -9170,6 +9508,12 @@ Read-only. Nullable. [IsOwner ]: True if the user is owner of the given task list. [IsShared ]: True if the task list is shared with other users + [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the task list. +Read-only. +Nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Value ]: The value of the property. [Tasks ]: The tasks in this task list. Read-only. Nullable. @@ -9233,9 +9577,6 @@ Read-only. [Recurrence ]: patternedRecurrence [ReminderDateTime ]: dateTimeTimeZone [SingleValueExtendedProperties ]: A collection of custom fields linked to the task. - [Id ]: The unique identifier for an entity. -Read-only. - [Value ]: The value of the property. [StartDateTime ]: dateTimeTimeZone [Status ]: taskStatus [Title ]: A brief description of the task. @@ -9287,6 +9628,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. @@ -9324,6 +9667,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. @@ -9346,6 +9690,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 ]: @@ -9399,6 +9744,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. @@ -9408,8 +9755,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. @@ -9511,11 +9856,11 @@ You can use it as a $filter argument to get groups that have members with licens Supports $filter (eq). [HideFromAddressLists ]: true if the group isn't displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: true if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [InfoCatalogs ]: Identifies the info segments assigned to the group. Returned by default. @@ -9539,7 +9884,7 @@ Read-only. To manage a group 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. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -9589,6 +9934,7 @@ Read-only. [OnPremisesDomainName ]: Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only. + [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [OnPremisesLastSyncDateTime ]: Indicates the last time at which the group was synced with the on-premises directory.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. Returned by default. @@ -9670,7 +10016,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). @@ -9706,12 +10052,12 @@ Immutable. Read-only. [UnseenConversationsCount ]: Count of conversations delivered one or more new posts since the signed-in user's last visit to the group. This property is the same as unseenCount. -Returned only on $select. +Requires $select to retrieve. [UnseenCount ]: Count of conversations that have received new posts since the signed-in user last visited the group. -This property is the same as unseenConversationsCount.Returned only on $select. +This property is the same as unseenConversationsCount.Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [UnseenMessagesCount ]: Count of new posts that have been delivered to the group's conversations since the signed-in user's last visit to the group. -Returned only on $select. +Requires $select to retrieve. [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. @@ -9722,7 +10068,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Requires $select to retrieve. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -10326,7 +10675,7 @@ Always null when the object hasn't been deleted. [AccessType ]: groupAccessType [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. @@ -10358,13 +10707,13 @@ Maximum length is 256 characters. Required on create. Supports $filter (eq only). [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. @@ -10374,7 +10723,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are auto-subscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. @@ -10657,16 +11006,59 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. [UsageRights ]: [Id ]: The unique identifier for an entity. Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. @@ -10810,7 +11202,7 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for users to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). @@ -11090,22 +11482,23 @@ Read-only. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -11135,12 +11528,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -11223,7 +11673,7 @@ Optional. [IncludeBasicClaimSet ]: Determines whether the basic claim set is included in tokens affected by this policy. If set to true, all claims in the basic claim set are emitted in tokens affected by the policy. By default the basic claim set isn't in the tokens unless they're explicitly configured in this policy. - [CreatedByAppId ]: The appId (called Application (client) ID on the Microsoft Entra admin center) of the application used to create the service principal. + [CreatedByAppId ]: The appId of the application that created this service principal. Set internally by Microsoft Entra ID. Read-only. [CreatedObjects ]: Directory objects created by this service principal. @@ -11355,7 +11805,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -11514,13 +11964,13 @@ May not begin with .. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [ApprovedClientApps ]: + [ApprovedClientApps ]: The collection of approved client apps that are associated with the RDS configuration. +Supports $expand. [Id ]: The unique identifier for an entity. Read-only. - [DisplayName ]: + [DisplayName ]: Display name for the client application. [IsRemoteDesktopProtocolEnabled ]: Determines if Microsoft Entra ID RDS authentication protocol for RDP is enabled. [TargetDeviceGroups ]: The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. -
]: The unique identifier for an entity. Read-only. [DisplayName ]: Display name for the target device group. @@ -11879,7 +12329,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. - [ExternalAuthenticationMethods ]: Represents the external methods registered to a user for authentication. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. Optional. @@ -11895,7 +12345,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. - [DisplayName ]: Custom name given to the registered external authentication method. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. @@ -12146,7 +12596,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -12399,7 +12849,7 @@ Read-only. The identifiers must be unique in the tenant. [Birthday ]: The birthday of the user. 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 Returned only on $select. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. Only one number can be set for this property. Read-only for users synced from on-premises directory. @@ -12738,6 +13188,49 @@ This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. Read only. + [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. +Nullable. + [Attachments ]: References to attached objects like files, tabs, meetings etc. + [Body ]: itemBody + [ChannelIdentity ]: channelIdentity + [ChatId ]: If the message was sent in a chat, represents the identity of the chat. + [CreatedDateTime ]: Timestamp of when the chat message was created. + [DeletedDateTime ]: Read only. +Timestamp at which the chat message was deleted, or null if not deleted. + [Etag ]: Read-only. +Version number of the chat message. + [EventDetail ]: eventMessageDetail + [From ]: chatMessageFromIdentitySet + [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. + [Importance ]: chatMessageImportance + [LastEditedDateTime ]: Read only. +Timestamp when edits to the chat message were made. +Triggers an 'Edited' flag in the Teams UI. +If no edits are made the value is null. + [LastModifiedDateTime ]: Read only. +Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. + [Locale ]: Locale of the chat message set by the client. +Always set to en-us. + [Mentions ]: List of entities mentioned in the chat message. +Supported entities are: user, bot, team, channel, chat, and tag. + [MessageHistory ]: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. + [MessageType ]: chatMessageType + [OnBehalfOf ]: chatMessageFromIdentitySet + [PolicyViolation ]: chatMessagePolicyViolation + [Reactions ]: Reactions for this chat message (for example, Like). + [Replies ]: Replies for a specified message. +Supports $expand for channel messages. + [ReplyToId ]: Read-only. +ID of the parent chat message or root chat message of the thread. +(Only applies to chat messages in channels, not chats.) + [Subject ]: The subject of the chat message, in plaintext. + [Summary ]: Summary text of the chat message that could be used for push notifications and summary views or fall back views. +Only applies to channel chat messages, not chat messages in a chat. + [WebUrl ]: Read-only. +Link to the message in Microsoft Teams. + [Id ]: The unique identifier for an entity. +Read-only. + [Recipient ]: identity [TenantId ]: The identifier of the tenant in which the chat was created. Read-only. [Topic ]: (Optional) Subject or topic for the chat. @@ -12773,7 +13266,22 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [AssignmentErrors ]: + [Id ]: The unique identifier for an entity. +Read-only. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [Assignments ]: [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -12892,7 +13400,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 @@ -12917,6 +13427,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. @@ -13124,10 +13667,11 @@ 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. + [ContentCategory ]: contentCategory [CorrelationId ]: An identifier used to group multiple related content entries (for example, different parts of the same file upload, messages in a conversation). [CreatedDateTime ]: Required. Timestamp indicating when the original content was created (for example, file creation time, message sent time). @@ -13255,6 +13799,24 @@ Required. [LearningProviderId ]: The registration ID of the provider. Required. [Status ]: courseStatus + [Storyline ]: User's storyline singleton container. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Followers ]: The users who are following this user. + [Id ]: The unique identifier for an entity. +Read-only. + [Follower ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Followings ]: The users that this user is following. + [Id ]: The unique identifier for an entity. +Read-only. + [Following ]: The Viva Engage identities. [EmployeeHireDate ]: The date and time when the user was hired or will start work if there is a future hire. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. @@ -13269,10 +13831,10 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. @@ -13492,6 +14054,17 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(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. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity. @@ -13589,6 +14162,7 @@ To proactively opt in to the new behavior ahead of time, use the contentStream p Nullable. [File ]: file [(Any) ]: This indicates any property can be added to this object. + [ArchiveStatus ]: fileArchiveStatus [Hashes ]: hashes [(Any) ]: This indicates any property can be added to this object. [Crc32Hash ]: The CRC32 value of the file (if available). @@ -13599,6 +14173,12 @@ 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 ]: [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. @@ -14707,6 +15287,8 @@ Read-only. [ContentTypes ]: The collection of content types present in this list. [DisplayName ]: The displayable title of the list. [Drive ]: drive + [ItemCount ]: The total count of items in the list. +Read-only. [Items ]: All items contained in the list. [List ]: listInfo [(Any) ]: This indicates any property can be added to this object. @@ -15060,7 +15642,9 @@ Read-write. [(Any) ]: This indicates any property can be added to this object. [ArchiveStatus ]: siteArchiveStatus [ArchivedBy ]: identitySet - [ArchivedDateTime ]: + [ArchivedDateTime ]: Time when the container was archived. +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. [DataLocationCode ]: The geographic region code for where this site collection resides. Only present for multi-geo tenants. Read-only. @@ -15083,7 +15667,7 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. 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. - Returned only on $select. + Requires $select to retrieve. Note: This property is specific to SharePoint Online. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. @@ -15106,6 +15690,27 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityGovernance ]: identityGovernanceUserSettings + [(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 ]: 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 + [(Any) ]: This indicates any property can be added to this object. + [Duration ]: The requestor's desired duration of access represented in ISO 8601 format for durations. +For example, PT3H refers to three hours. + If specified in a request, endDateTime shouldn't be present and the type property should be set to afterDuration. + [EndDateTime ]: Timestamp of 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. + [Type ]: expirationPatternType + [Recurrence ]: patternedRecurrence + [StartDateTime ]: 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. +In PIM, when the eligible or active assignment becomes active. [IdentityParentId ]: The object ID of the parent identity for agent users. Always null for regular user accounts. For agentUser resources, this property references the object ID of the associated agent identity. @@ -15202,7 +15807,7 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for users to describe their interests. -Returned only on $select. +Requires $select to retrieve. [InvitedBy ]: directoryObject [IsLicenseReconciliationNeeded ]: Indicates whether the user is pending an exchange mailbox license assignment. Read-only. @@ -15211,7 +15816,8 @@ Returned only on $select. 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). @@ -15241,6 +15847,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 @@ -15384,10 +15991,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -15396,9 +16005,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. @@ -15895,16 +16533,16 @@ This URL should be treated as an opaque blob, and not parsed. 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. Read-only. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. It also indicates licenses that are directly assigned and the ones the user inherited through group memberships. Read-only. -Returned only on $select. +Requires $select to retrieve. [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. Read-Only. @@ -16030,7 +16668,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -16579,6 +17217,8 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -16672,7 +17312,7 @@ Read-only. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Notifications ]: [Id ]: The unique identifier for an entity. Read-only. @@ -16780,6 +17420,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. @@ -16828,6 +17472,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. @@ -17082,7 +17731,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for users to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [PendingAccessReviewInstances ]: Navigation property to get a list of access reviews pending approval by the reviewer. [Id ]: The unique identifier for an entity. Read-only. @@ -17434,7 +18083,7 @@ Example: 'en-US', or 'es-ES'. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -17586,15 +18235,14 @@ Read-only. [WebUrl ]: Link to the institution or department homepage. [Program ]: educationalActivityDetail [(Any) ]: This indicates any property can be added to this object. - [Abbreviation ]: Shortened name of the degree or program (example: PhD, MBA) + [Abbreviation ]: Shortened name of the degree or program, for example, PhD and MBA. [Activities ]: Extracurricular activities undertaken alongside the program. [Awards ]: Any awards or honors associated with the program. [Description ]: Short description of the program provided by the user. [DisplayName ]: Long-form name of the program that the user provided. - [FieldsOfStudy ]: Majors and minors associated with the program. -(if applicable) - [Grade ]: The final grade, class, GPA, or score. - [Notes ]: More notes the user provided. + [FieldsOfStudy ]: Majors and minors associated with the program, if applicable. + [Grade ]: The final grade, class, grade point average (GPA), or score. + [Notes ]: More notes provided by the user. [WebUrl ]: Link to the degree or program page. [StartMonthYear ]: The month and year the user commenced the activity referenced. [Emails ]: Represents detailed information about email addresses associated with the user. @@ -17897,9 +18545,9 @@ Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they have attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: The scoped-role administrative unit memberships for this user. Read-only. Nullable. @@ -17966,7 +18614,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. @@ -18116,7 +18764,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Use revokeSignInSessions to reset. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -18163,6 +18811,48 @@ The language component follows two-letter codes as defined in ISO 639-1, and the For users with multigeo licenses, the property contains the user's region (if available). For users without multigeo licenses, the property contains the organization's region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China. + [Sections ]: The sections in the user's chat list. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the section was created. +Read-only. +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. + [DisplayIcon ]: sectionDisplayIcon + [(Any) ]: This indicates any property can be added to this object. + [ContentUrl ]: The URL to a custom icon image. +Applicable when iconType is custom. + [DisplayName ]: The human-readable name of the icon. + [IconType ]: The type of icon. +Use an emoji character such as 👍 for an emoji icon, or custom for a custom image icon. + [SkinTone ]: sectionIconSkinTone + [DisplayName ]: The display name of the section. +Required. +Maximum length is 50 characters. +Display names are case-sensitive and must be unique within a user's sections. +The following names are reserved for system-defined sections and can't be used when creating a user-defined section: RecentChats, QuickViews, TeamsAndChannels, MutedChats, MeetingChats, EngageCommunities. + [IsExpanded ]: Indicates whether the section is expanded in the user interface. +The default value is true. + [IsHierarchicalViewEnabled ]: Indicates whether the hierarchical view is enabled for the section. +Read-only. + [Items ]: The items (chats, channels, meetings, or communities) organized within the section. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the item was added to the section. +Read-only. +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. + [ItemType ]: sectionItemType + [LastModifiedDateTime ]: Date and time when the item was last modified. +Read-only. +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. + [LastModifiedDateTime ]: Date and time when the section was last modified. +Read-only. +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. + [SectionType ]: sectionType + [SortType ]: sectionSortType [Todo ]: todo [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -18175,6 +18865,12 @@ Read-only. Nullable. [IsOwner ]: True if the user is owner of the given task list. [IsShared ]: True if the task list is shared with other users + [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the task list. +Read-only. +Nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Value ]: The value of the property. [Tasks ]: The tasks in this task list. Read-only. Nullable. @@ -18238,9 +18934,6 @@ Read-only. [Recurrence ]: patternedRecurrence [ReminderDateTime ]: dateTimeTimeZone [SingleValueExtendedProperties ]: A collection of custom fields linked to the task. - [Id ]: The unique identifier for an entity. -Read-only. - [Value ]: The value of the property. [StartDateTime ]: dateTimeTimeZone [Status ]: taskStatus [Title ]: A brief description of the task. @@ -18292,6 +18985,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. @@ -18329,6 +19024,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. @@ -18351,6 +19047,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 ]: @@ -18404,6 +19101,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. @@ -18413,8 +19112,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. @@ -18516,11 +19213,11 @@ You can use it as a $filter argument to get groups that have members with licens Supports $filter (eq). [HideFromAddressLists ]: true if the group isn't displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: true if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [InfoCatalogs ]: Identifies the info segments assigned to the group. Returned by default. @@ -18544,7 +19241,7 @@ Read-only. To manage a group 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. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -18594,6 +19291,7 @@ Read-only. [OnPremisesDomainName ]: Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only. + [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [OnPremisesLastSyncDateTime ]: Indicates the last time at which the group was synced with the on-premises directory.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. Returned by default. @@ -18675,7 +19373,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). @@ -18711,12 +19409,12 @@ Immutable. Read-only. [UnseenConversationsCount ]: Count of conversations delivered one or more new posts since the signed-in user's last visit to the group. This property is the same as unseenCount. -Returned only on $select. +Requires $select to retrieve. [UnseenCount ]: Count of conversations that have received new posts since the signed-in user last visited the group. -This property is the same as unseenConversationsCount.Returned only on $select. +This property is the same as unseenConversationsCount.Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [UnseenMessagesCount ]: Count of new posts that have been delivered to the group's conversations since the signed-in user's last visit to the group. -Returned only on $select. +Requires $select to retrieve. [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. @@ -18727,7 +19425,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Requires $select to retrieve. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -19067,7 +19768,7 @@ Always null when the object hasn't been deleted. [AccessType ]: groupAccessType [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. @@ -19099,13 +19800,13 @@ Maximum length is 256 characters. Required on create. Supports $filter (eq only). [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. @@ -19115,7 +19816,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are auto-subscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. @@ -19398,16 +20099,59 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. [UsageRights ]: [Id ]: The unique identifier for an entity. Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. @@ -19551,7 +20295,7 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for users to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). @@ -19831,22 +20575,23 @@ Read-only. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -19876,12 +20621,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -19964,7 +20766,7 @@ Optional. [IncludeBasicClaimSet ]: Determines whether the basic claim set is included in tokens affected by this policy. If set to true, all claims in the basic claim set are emitted in tokens affected by the policy. By default the basic claim set isn't in the tokens unless they're explicitly configured in this policy. - [CreatedByAppId ]: The appId (called Application (client) ID on the Microsoft Entra admin center) of the application used to create the service principal. + [CreatedByAppId ]: The appId of the application that created this service principal. Set internally by Microsoft Entra ID. Read-only. [CreatedObjects ]: Directory objects created by this service principal. @@ -20096,7 +20898,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -20255,13 +21057,13 @@ May not begin with .. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [ApprovedClientApps ]: + [ApprovedClientApps ]: The collection of approved client apps that are associated with the RDS configuration. +Supports $expand. [Id ]: The unique identifier for an entity. Read-only. - [DisplayName ]: + [DisplayName ]: Display name for the client application. [IsRemoteDesktopProtocolEnabled ]: Determines if Microsoft Entra ID RDS authentication protocol for RDP is enabled. [TargetDeviceGroups ]: The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. -
]: The unique identifier for an entity. Read-only. [DisplayName ]: Display name for the target device group. @@ -20620,7 +21422,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. - [ExternalAuthenticationMethods ]: Represents the external methods registered to a user for authentication. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. Optional. @@ -20636,7 +21438,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. - [DisplayName ]: Custom name given to the registered external authentication method. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. @@ -20887,7 +21689,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -21140,7 +21942,7 @@ Read-only. The identifiers must be unique in the tenant. [Birthday ]: The birthday of the user. 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 Returned only on $select. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. Only one number can be set for this property. Read-only for users synced from on-premises directory. @@ -21479,6 +22281,49 @@ This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. Read only. + [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. +Nullable. + [Attachments ]: References to attached objects like files, tabs, meetings etc. + [Body ]: itemBody + [ChannelIdentity ]: channelIdentity + [ChatId ]: If the message was sent in a chat, represents the identity of the chat. + [CreatedDateTime ]: Timestamp of when the chat message was created. + [DeletedDateTime ]: Read only. +Timestamp at which the chat message was deleted, or null if not deleted. + [Etag ]: Read-only. +Version number of the chat message. + [EventDetail ]: eventMessageDetail + [From ]: chatMessageFromIdentitySet + [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. + [Importance ]: chatMessageImportance + [LastEditedDateTime ]: Read only. +Timestamp when edits to the chat message were made. +Triggers an 'Edited' flag in the Teams UI. +If no edits are made the value is null. + [LastModifiedDateTime ]: Read only. +Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. + [Locale ]: Locale of the chat message set by the client. +Always set to en-us. + [Mentions ]: List of entities mentioned in the chat message. +Supported entities are: user, bot, team, channel, chat, and tag. + [MessageHistory ]: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. + [MessageType ]: chatMessageType + [OnBehalfOf ]: chatMessageFromIdentitySet + [PolicyViolation ]: chatMessagePolicyViolation + [Reactions ]: Reactions for this chat message (for example, Like). + [Replies ]: Replies for a specified message. +Supports $expand for channel messages. + [ReplyToId ]: Read-only. +ID of the parent chat message or root chat message of the thread. +(Only applies to chat messages in channels, not chats.) + [Subject ]: The subject of the chat message, in plaintext. + [Summary ]: Summary text of the chat message that could be used for push notifications and summary views or fall back views. +Only applies to channel chat messages, not chat messages in a chat. + [WebUrl ]: Read-only. +Link to the message in Microsoft Teams. + [Id ]: The unique identifier for an entity. +Read-only. + [Recipient ]: identity [TenantId ]: The identifier of the tenant in which the chat was created. Read-only. [Topic ]: (Optional) Subject or topic for the chat. @@ -21514,7 +22359,22 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [AssignmentErrors ]: + [Id ]: The unique identifier for an entity. +Read-only. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [Assignments ]: [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -21633,7 +22493,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 @@ -21658,6 +22520,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. @@ -21865,10 +22760,11 @@ 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. + [ContentCategory ]: contentCategory [CorrelationId ]: An identifier used to group multiple related content entries (for example, different parts of the same file upload, messages in a conversation). [CreatedDateTime ]: Required. Timestamp indicating when the original content was created (for example, file creation time, message sent time). @@ -21996,6 +22892,24 @@ Required. [LearningProviderId ]: The registration ID of the provider. Required. [Status ]: courseStatus + [Storyline ]: User's storyline singleton container. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Followers ]: The users who are following this user. + [Id ]: The unique identifier for an entity. +Read-only. + [Follower ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Followings ]: The users that this user is following. + [Id ]: The unique identifier for an entity. +Read-only. + [Following ]: The Viva Engage identities. [EmployeeHireDate ]: The date and time when the user was hired or will start work if there is a future hire. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. @@ -22010,10 +22924,10 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. @@ -22233,6 +23147,17 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(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. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity. @@ -22330,6 +23255,7 @@ To proactively opt in to the new behavior ahead of time, use the contentStream p Nullable. [File ]: file [(Any) ]: This indicates any property can be added to this object. + [ArchiveStatus ]: fileArchiveStatus [Hashes ]: hashes [(Any) ]: This indicates any property can be added to this object. [Crc32Hash ]: The CRC32 value of the file (if available). @@ -22340,6 +23266,12 @@ 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 ]: [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. @@ -23448,6 +24380,8 @@ Read-only. [ContentTypes ]: The collection of content types present in this list. [DisplayName ]: The displayable title of the list. [Drive ]: drive + [ItemCount ]: The total count of items in the list. +Read-only. [Items ]: All items contained in the list. [List ]: listInfo [(Any) ]: This indicates any property can be added to this object. @@ -23801,7 +24735,9 @@ Read-write. [(Any) ]: This indicates any property can be added to this object. [ArchiveStatus ]: siteArchiveStatus [ArchivedBy ]: identitySet - [ArchivedDateTime ]: + [ArchivedDateTime ]: Time when the container was archived. +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. [DataLocationCode ]: The geographic region code for where this site collection resides. Only present for multi-geo tenants. Read-only. @@ -23824,7 +24760,7 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. 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. - Returned only on $select. + Requires $select to retrieve. Note: This property is specific to SharePoint Online. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. @@ -23847,6 +24783,27 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityGovernance ]: identityGovernanceUserSettings + [(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 ]: 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 + [(Any) ]: This indicates any property can be added to this object. + [Duration ]: The requestor's desired duration of access represented in ISO 8601 format for durations. +For example, PT3H refers to three hours. + If specified in a request, endDateTime shouldn't be present and the type property should be set to afterDuration. + [EndDateTime ]: Timestamp of 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. + [Type ]: expirationPatternType + [Recurrence ]: patternedRecurrence + [StartDateTime ]: 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. +In PIM, when the eligible or active assignment becomes active. [IdentityParentId ]: The object ID of the parent identity for agent users. Always null for regular user accounts. For agentUser resources, this property references the object ID of the associated agent identity. @@ -23943,7 +24900,7 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for users to describe their interests. -Returned only on $select. +Requires $select to retrieve. [InvitedBy ]: directoryObject [IsLicenseReconciliationNeeded ]: Indicates whether the user is pending an exchange mailbox license assignment. Read-only. @@ -23952,7 +24909,8 @@ Returned only on $select. 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). @@ -23982,6 +24940,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 @@ -24125,10 +25084,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -24137,9 +25098,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. @@ -24636,16 +25626,16 @@ This URL should be treated as an opaque blob, and not parsed. 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. Read-only. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. It also indicates licenses that are directly assigned and the ones the user inherited through group memberships. Read-only. -Returned only on $select. +Requires $select to retrieve. [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. Read-Only. @@ -24771,7 +25761,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -25320,6 +26310,8 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -25413,7 +26405,7 @@ Read-only. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Notifications ]: [Id ]: The unique identifier for an entity. Read-only. @@ -25521,6 +26513,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. @@ -25569,6 +26565,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. @@ -25823,7 +26824,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for users to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [PendingAccessReviewInstances ]: Navigation property to get a list of access reviews pending approval by the reviewer. [Id ]: The unique identifier for an entity. Read-only. @@ -26175,7 +27176,7 @@ Example: 'en-US', or 'es-ES'. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -26327,15 +27328,14 @@ Read-only. [WebUrl ]: Link to the institution or department homepage. [Program ]: educationalActivityDetail [(Any) ]: This indicates any property can be added to this object. - [Abbreviation ]: Shortened name of the degree or program (example: PhD, MBA) + [Abbreviation ]: Shortened name of the degree or program, for example, PhD and MBA. [Activities ]: Extracurricular activities undertaken alongside the program. [Awards ]: Any awards or honors associated with the program. [Description ]: Short description of the program provided by the user. [DisplayName ]: Long-form name of the program that the user provided. - [FieldsOfStudy ]: Majors and minors associated with the program. -(if applicable) - [Grade ]: The final grade, class, GPA, or score. - [Notes ]: More notes the user provided. + [FieldsOfStudy ]: Majors and minors associated with the program, if applicable. + [Grade ]: The final grade, class, grade point average (GPA), or score. + [Notes ]: More notes provided by the user. [WebUrl ]: Link to the degree or program page. [StartMonthYear ]: The month and year the user commenced the activity referenced. [Emails ]: Represents detailed information about email addresses associated with the user. @@ -26638,9 +27638,9 @@ Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they have attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: The scoped-role administrative unit memberships for this user. Read-only. Nullable. @@ -26707,7 +27707,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. @@ -26857,7 +27857,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Use revokeSignInSessions to reset. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -26904,6 +27904,48 @@ The language component follows two-letter codes as defined in ISO 639-1, and the For users with multigeo licenses, the property contains the user's region (if available). For users without multigeo licenses, the property contains the organization's region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China. + [Sections ]: The sections in the user's chat list. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the section was created. +Read-only. +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. + [DisplayIcon ]: sectionDisplayIcon + [(Any) ]: This indicates any property can be added to this object. + [ContentUrl ]: The URL to a custom icon image. +Applicable when iconType is custom. + [DisplayName ]: The human-readable name of the icon. + [IconType ]: The type of icon. +Use an emoji character such as 👍 for an emoji icon, or custom for a custom image icon. + [SkinTone ]: sectionIconSkinTone + [DisplayName ]: The display name of the section. +Required. +Maximum length is 50 characters. +Display names are case-sensitive and must be unique within a user's sections. +The following names are reserved for system-defined sections and can't be used when creating a user-defined section: RecentChats, QuickViews, TeamsAndChannels, MutedChats, MeetingChats, EngageCommunities. + [IsExpanded ]: Indicates whether the section is expanded in the user interface. +The default value is true. + [IsHierarchicalViewEnabled ]: Indicates whether the hierarchical view is enabled for the section. +Read-only. + [Items ]: The items (chats, channels, meetings, or communities) organized within the section. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the item was added to the section. +Read-only. +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. + [ItemType ]: sectionItemType + [LastModifiedDateTime ]: Date and time when the item was last modified. +Read-only. +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. + [LastModifiedDateTime ]: Date and time when the section was last modified. +Read-only. +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. + [SectionType ]: sectionType + [SortType ]: sectionSortType [Todo ]: todo [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -26916,6 +27958,12 @@ Read-only. Nullable. [IsOwner ]: True if the user is owner of the given task list. [IsShared ]: True if the task list is shared with other users + [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the task list. +Read-only. +Nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Value ]: The value of the property. [Tasks ]: The tasks in this task list. Read-only. Nullable. @@ -26979,9 +28027,6 @@ Read-only. [Recurrence ]: patternedRecurrence [ReminderDateTime ]: dateTimeTimeZone [SingleValueExtendedProperties ]: A collection of custom fields linked to the task. - [Id ]: The unique identifier for an entity. -Read-only. - [Value ]: The value of the property. [StartDateTime ]: dateTimeTimeZone [Status ]: taskStatus [Title ]: A brief description of the task. @@ -27033,6 +28078,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. @@ -27070,6 +28117,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. @@ -27092,6 +28140,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 ]: @@ -27145,6 +28194,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. @@ -27154,8 +28205,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. @@ -27257,11 +28306,11 @@ You can use it as a $filter argument to get groups that have members with licens Supports $filter (eq). [HideFromAddressLists ]: true if the group isn't displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: true if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [InfoCatalogs ]: Identifies the info segments assigned to the group. Returned by default. @@ -27285,7 +28334,7 @@ Read-only. To manage a group 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. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -27335,6 +28384,7 @@ Read-only. [OnPremisesDomainName ]: Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only. + [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [OnPremisesLastSyncDateTime ]: Indicates the last time at which the group was synced with the on-premises directory.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. Returned by default. @@ -27416,7 +28466,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). @@ -27452,12 +28502,12 @@ Immutable. Read-only. [UnseenConversationsCount ]: Count of conversations delivered one or more new posts since the signed-in user's last visit to the group. This property is the same as unseenCount. -Returned only on $select. +Requires $select to retrieve. [UnseenCount ]: Count of conversations that have received new posts since the signed-in user last visited the group. -This property is the same as unseenConversationsCount.Returned only on $select. +This property is the same as unseenConversationsCount.Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [UnseenMessagesCount ]: Count of new posts that have been delivered to the group's conversations since the signed-in user's last visit to the group. -Returned only on $select. +Requires $select to retrieve. [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. @@ -27468,7 +28518,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Requires $select to retrieve. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Update-MgBetaPrintPrinterJob.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Update-MgBetaPrintPrinterJob.md index 01b652d3194e8..2232de91cc5ff 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Update-MgBetaPrintPrinterJob.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Update-MgBetaPrintPrinterJob.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devices.cloudprint/update-mgbetaprintprinterjob Locale: en-US Module Name: Microsoft.Graph.Beta.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaPrintPrinterJob --- @@ -36,7 +36,6 @@ Update-MgBetaPrintPrinterJob -PrintJobId -PrinterId [-Tasks ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -46,7 +45,7 @@ Update-MgBetaPrintPrinterJob -PrintJobId -PrinterId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -62,7 +61,6 @@ Update-MgBetaPrintPrinterJob -InputObject [-Tasks ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -72,7 +70,7 @@ Update-MgBetaPrintPrinterJob -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -93,7 +91,7 @@ For details about how to register a task trigger, see Extending Universal Print | --------------- | ------------------------------------------ | | Delegated (work or school account) | Not supported | | Delegated (personal Microsoft account) | Not supported | -| Application | PrintJob.ReadWriteBasic.All, PrintJob.ReadWrite.All, PrintJob.Manage.All, | +| Application | PrintJob.ReadWriteBasic.All, PrintJob.Manage.All, PrintJob.ReadWrite.All, | ## EXAMPLES ### Example 1: Code snippet diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Update-MgBetaPrintPrinterJobDocument.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Update-MgBetaPrintPrinterJobDocument.md index ed6b668e67fa1..d2d8b4a68fd3d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Update-MgBetaPrintPrinterJobDocument.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Update-MgBetaPrintPrinterJobDocument.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devices.cloudprint/update-mgbetaprintprinterjobdocument Locale: en-US Module Name: Microsoft.Graph.Beta.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaPrintPrinterJobDocument --- @@ -30,7 +30,6 @@ Update-MgBetaPrintPrinterJobDocument -PrintDocumentId -PrintJobId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -41,7 +40,6 @@ Update-MgBetaPrintPrinterJobDocument -PrintDocumentId -PrintJobId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -54,7 +52,6 @@ Update-MgBetaPrintPrinterJobDocument -InputObject [-UploadedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -64,7 +61,7 @@ Update-MgBetaPrintPrinterJobDocument -InputObject -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.Devices.CloudPrint/Update-MgBetaPrintPrinterJobTask.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Update-MgBetaPrintPrinterJobTask.md index 0caf3ed52da59..b903b15c35364 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Update-MgBetaPrintPrinterJobTask.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Update-MgBetaPrintPrinterJobTask.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devices.cloudprint/update-mgbetaprintprinterjobtask Locale: en-US Module Name: Microsoft.Graph.Beta.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaPrintPrinterJobTask --- @@ -29,7 +29,7 @@ Update-MgBetaPrintPrinterJobTask -PrintJobId -PrintTaskId -Pri [-Status ] [-Trigger ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -39,7 +39,7 @@ Update-MgBetaPrintPrinterJobTask -PrintJobId -PrintTaskId -Pri -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -51,7 +51,7 @@ Update-MgBetaPrintPrinterJobTask -InputObject [-Status ] [-Trigger ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -61,7 +61,7 @@ Update-MgBetaPrintPrinterJobTask -InputObject -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.Devices.CloudPrint/Update-MgBetaPrintPrinterShare.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Update-MgBetaPrintPrinterShare.md index 49f2e0317071d..640e22a52f09e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Update-MgBetaPrintPrinterShare.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Update-MgBetaPrintPrinterShare.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devices.cloudprint/update-mgbetaprintprintershare Locale: en-US Module Name: Microsoft.Graph.Beta.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaPrintPrinterShare --- @@ -30,7 +30,6 @@ Update-MgBetaPrintPrinterShare -PrinterShareId [-ResponseHeadersVariabl [-ViewPoint ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -40,7 +39,6 @@ Update-MgBetaPrintPrinterShare -PrinterShareId -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -56,7 +54,7 @@ Update-MgBetaPrintPrinterShare -InputObject [-Status ] [-ViewPoint ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -66,7 +64,7 @@ Update-MgBetaPrintPrinterShare -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -922,7 +920,7 @@ Always null when the object hasn't been deleted. [AccessType ]: groupAccessType [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. @@ -954,13 +952,13 @@ Maximum length is 256 characters. Required on create. Supports $filter (eq only). [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. @@ -970,7 +968,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are auto-subscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. @@ -1253,16 +1251,59 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. [UsageRights ]: [Id ]: The unique identifier for an entity. Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. @@ -1406,7 +1447,7 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for users to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). @@ -1686,22 +1727,23 @@ Read-only. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -1731,12 +1773,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -1819,7 +1918,7 @@ Optional. [IncludeBasicClaimSet ]: Determines whether the basic claim set is included in tokens affected by this policy. If set to true, all claims in the basic claim set are emitted in tokens affected by the policy. By default the basic claim set isn't in the tokens unless they're explicitly configured in this policy. - [CreatedByAppId ]: The appId (called Application (client) ID on the Microsoft Entra admin center) of the application used to create the service principal. + [CreatedByAppId ]: The appId of the application that created this service principal. Set internally by Microsoft Entra ID. Read-only. [CreatedObjects ]: Directory objects created by this service principal. @@ -1951,7 +2050,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -2110,13 +2209,13 @@ May not begin with .. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [ApprovedClientApps ]: + [ApprovedClientApps ]: The collection of approved client apps that are associated with the RDS configuration. +Supports $expand. [Id ]: The unique identifier for an entity. Read-only. - [DisplayName ]: + [DisplayName ]: Display name for the client application. [IsRemoteDesktopProtocolEnabled ]: Determines if Microsoft Entra ID RDS authentication protocol for RDP is enabled. [TargetDeviceGroups ]: The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. -
]: The unique identifier for an entity. Read-only. [DisplayName ]: Display name for the target device group. @@ -2475,7 +2574,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. - [ExternalAuthenticationMethods ]: Represents the external methods registered to a user for authentication. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. Optional. @@ -2491,7 +2590,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. - [DisplayName ]: Custom name given to the registered external authentication method. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. @@ -2742,7 +2841,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -2995,7 +3094,7 @@ Read-only. The identifiers must be unique in the tenant. [Birthday ]: The birthday of the user. 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 Returned only on $select. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. Only one number can be set for this property. Read-only for users synced from on-premises directory. @@ -3334,6 +3433,49 @@ This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. Read only. + [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. +Nullable. + [Attachments ]: References to attached objects like files, tabs, meetings etc. + [Body ]: itemBody + [ChannelIdentity ]: channelIdentity + [ChatId ]: If the message was sent in a chat, represents the identity of the chat. + [CreatedDateTime ]: Timestamp of when the chat message was created. + [DeletedDateTime ]: Read only. +Timestamp at which the chat message was deleted, or null if not deleted. + [Etag ]: Read-only. +Version number of the chat message. + [EventDetail ]: eventMessageDetail + [From ]: chatMessageFromIdentitySet + [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. + [Importance ]: chatMessageImportance + [LastEditedDateTime ]: Read only. +Timestamp when edits to the chat message were made. +Triggers an 'Edited' flag in the Teams UI. +If no edits are made the value is null. + [LastModifiedDateTime ]: Read only. +Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. + [Locale ]: Locale of the chat message set by the client. +Always set to en-us. + [Mentions ]: List of entities mentioned in the chat message. +Supported entities are: user, bot, team, channel, chat, and tag. + [MessageHistory ]: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. + [MessageType ]: chatMessageType + [OnBehalfOf ]: chatMessageFromIdentitySet + [PolicyViolation ]: chatMessagePolicyViolation + [Reactions ]: Reactions for this chat message (for example, Like). + [Replies ]: Replies for a specified message. +Supports $expand for channel messages. + [ReplyToId ]: Read-only. +ID of the parent chat message or root chat message of the thread. +(Only applies to chat messages in channels, not chats.) + [Subject ]: The subject of the chat message, in plaintext. + [Summary ]: Summary text of the chat message that could be used for push notifications and summary views or fall back views. +Only applies to channel chat messages, not chat messages in a chat. + [WebUrl ]: Read-only. +Link to the message in Microsoft Teams. + [Id ]: The unique identifier for an entity. +Read-only. + [Recipient ]: identity [TenantId ]: The identifier of the tenant in which the chat was created. Read-only. [Topic ]: (Optional) Subject or topic for the chat. @@ -3369,7 +3511,22 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [AssignmentErrors ]: + [Id ]: The unique identifier for an entity. +Read-only. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [Assignments ]: [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -3488,7 +3645,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 @@ -3513,6 +3672,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. @@ -3720,10 +3912,11 @@ 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. + [ContentCategory ]: contentCategory [CorrelationId ]: An identifier used to group multiple related content entries (for example, different parts of the same file upload, messages in a conversation). [CreatedDateTime ]: Required. Timestamp indicating when the original content was created (for example, file creation time, message sent time). @@ -3851,6 +4044,24 @@ Required. [LearningProviderId ]: The registration ID of the provider. Required. [Status ]: courseStatus + [Storyline ]: User's storyline singleton container. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Followers ]: The users who are following this user. + [Id ]: The unique identifier for an entity. +Read-only. + [Follower ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Followings ]: The users that this user is following. + [Id ]: The unique identifier for an entity. +Read-only. + [Following ]: The Viva Engage identities. [EmployeeHireDate ]: The date and time when the user was hired or will start work if there is a future hire. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. @@ -3865,10 +4076,10 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. @@ -4088,6 +4299,17 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(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. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity. @@ -4185,6 +4407,7 @@ To proactively opt in to the new behavior ahead of time, use the contentStream p Nullable. [File ]: file [(Any) ]: This indicates any property can be added to this object. + [ArchiveStatus ]: fileArchiveStatus [Hashes ]: hashes [(Any) ]: This indicates any property can be added to this object. [Crc32Hash ]: The CRC32 value of the file (if available). @@ -4195,6 +4418,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. @@ -5303,6 +5539,8 @@ Read-only. [ContentTypes ]: The collection of content types present in this list. [DisplayName ]: The displayable title of the list. [Drive ]: drive + [ItemCount ]: The total count of items in the list. +Read-only. [Items ]: All items contained in the list. [List ]: listInfo [(Any) ]: This indicates any property can be added to this object. @@ -5656,7 +5894,9 @@ Read-write. [(Any) ]: This indicates any property can be added to this object. [ArchiveStatus ]: siteArchiveStatus [ArchivedBy ]: identitySet - [ArchivedDateTime ]: + [ArchivedDateTime ]: Time when the container was archived. +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. [DataLocationCode ]: The geographic region code for where this site collection resides. Only present for multi-geo tenants. Read-only. @@ -5679,7 +5919,7 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. 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. - Returned only on $select. + Requires $select to retrieve. Note: This property is specific to SharePoint Online. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. @@ -5702,6 +5942,27 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityGovernance ]: identityGovernanceUserSettings + [(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 ]: 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 + [(Any) ]: This indicates any property can be added to this object. + [Duration ]: The requestor's desired duration of access represented in ISO 8601 format for durations. +For example, PT3H refers to three hours. + If specified in a request, endDateTime shouldn't be present and the type property should be set to afterDuration. + [EndDateTime ]: Timestamp of 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. + [Type ]: expirationPatternType + [Recurrence ]: patternedRecurrence + [StartDateTime ]: 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. +In PIM, when the eligible or active assignment becomes active. [IdentityParentId ]: The object ID of the parent identity for agent users. Always null for regular user accounts. For agentUser resources, this property references the object ID of the associated agent identity. @@ -5798,7 +6059,7 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for users to describe their interests. -Returned only on $select. +Requires $select to retrieve. [InvitedBy ]: directoryObject [IsLicenseReconciliationNeeded ]: Indicates whether the user is pending an exchange mailbox license assignment. Read-only. @@ -5807,7 +6068,8 @@ Returned only on $select. 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 +6099,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 @@ -5980,10 +6243,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -5992,9 +6257,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. @@ -6491,16 +6785,16 @@ This URL should be treated as an opaque blob, and not parsed. 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. Read-only. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. It also indicates licenses that are directly assigned and the ones the user inherited through group memberships. Read-only. -Returned only on $select. +Requires $select to retrieve. [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. Read-Only. @@ -6626,7 +6920,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -7175,6 +7469,8 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -7268,7 +7564,7 @@ Read-only. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Notifications ]: [Id ]: The unique identifier for an entity. Read-only. @@ -7376,6 +7672,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. @@ -7424,6 +7724,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. @@ -7678,7 +7983,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for users to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [PendingAccessReviewInstances ]: Navigation property to get a list of access reviews pending approval by the reviewer. [Id ]: The unique identifier for an entity. Read-only. @@ -7698,14 +8003,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. @@ -8038,7 +8335,7 @@ Example: 'en-US', or 'es-ES'. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -8494,15 +8791,14 @@ Read-only. [WebUrl ]: Link to the institution or department homepage. [Program ]: educationalActivityDetail [(Any) ]: This indicates any property can be added to this object. - [Abbreviation ]: Shortened name of the degree or program (example: PhD, MBA) + [Abbreviation ]: Shortened name of the degree or program, for example, PhD and MBA. [Activities ]: Extracurricular activities undertaken alongside the program. [Awards ]: Any awards or honors associated with the program. [Description ]: Short description of the program provided by the user. [DisplayName ]: Long-form name of the program that the user provided. - [FieldsOfStudy ]: Majors and minors associated with the program. -(if applicable) - [Grade ]: The final grade, class, GPA, or score. - [Notes ]: More notes the user provided. + [FieldsOfStudy ]: Majors and minors associated with the program, if applicable. + [Grade ]: The final grade, class, grade point average (GPA), or score. + [Notes ]: More notes provided by the user. [WebUrl ]: Link to the degree or program page. [StartMonthYear ]: The month and year the user commenced the activity referenced. [Emails ]: Represents detailed information about email addresses associated with the user. @@ -8805,9 +9101,9 @@ Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they have attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: The scoped-role administrative unit memberships for this user. Read-only. Nullable. @@ -8874,7 +9170,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. @@ -9024,7 +9320,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Use revokeSignInSessions to reset. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -9071,6 +9367,48 @@ The language component follows two-letter codes as defined in ISO 639-1, and the For users with multigeo licenses, the property contains the user's region (if available). For users without multigeo licenses, the property contains the organization's region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China. + [Sections ]: The sections in the user's chat list. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the section was created. +Read-only. +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. + [DisplayIcon ]: sectionDisplayIcon + [(Any) ]: This indicates any property can be added to this object. + [ContentUrl ]: The URL to a custom icon image. +Applicable when iconType is custom. + [DisplayName ]: The human-readable name of the icon. + [IconType ]: The type of icon. +Use an emoji character such as 👍 for an emoji icon, or custom for a custom image icon. + [SkinTone ]: sectionIconSkinTone + [DisplayName ]: The display name of the section. +Required. +Maximum length is 50 characters. +Display names are case-sensitive and must be unique within a user's sections. +The following names are reserved for system-defined sections and can't be used when creating a user-defined section: RecentChats, QuickViews, TeamsAndChannels, MutedChats, MeetingChats, EngageCommunities. + [IsExpanded ]: Indicates whether the section is expanded in the user interface. +The default value is true. + [IsHierarchicalViewEnabled ]: Indicates whether the hierarchical view is enabled for the section. +Read-only. + [Items ]: The items (chats, channels, meetings, or communities) organized within the section. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the item was added to the section. +Read-only. +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. + [ItemType ]: sectionItemType + [LastModifiedDateTime ]: Date and time when the item was last modified. +Read-only. +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. + [LastModifiedDateTime ]: Date and time when the section was last modified. +Read-only. +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. + [SectionType ]: sectionType + [SortType ]: sectionSortType [Todo ]: todo [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -9083,6 +9421,12 @@ Read-only. Nullable. [IsOwner ]: True if the user is owner of the given task list. [IsShared ]: True if the task list is shared with other users + [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the task list. +Read-only. +Nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Value ]: The value of the property. [Tasks ]: The tasks in this task list. Read-only. Nullable. @@ -9146,9 +9490,6 @@ Read-only. [Recurrence ]: patternedRecurrence [ReminderDateTime ]: dateTimeTimeZone [SingleValueExtendedProperties ]: A collection of custom fields linked to the task. - [Id ]: The unique identifier for an entity. -Read-only. - [Value ]: The value of the property. [StartDateTime ]: dateTimeTimeZone [Status ]: taskStatus [Title ]: A brief description of the task. @@ -9200,6 +9541,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. @@ -9237,6 +9580,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. @@ -9259,6 +9603,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 ]: @@ -9312,6 +9657,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. @@ -9321,8 +9668,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. @@ -9424,11 +9769,11 @@ You can use it as a $filter argument to get groups that have members with licens Supports $filter (eq). [HideFromAddressLists ]: true if the group isn't displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: true if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [InfoCatalogs ]: Identifies the info segments assigned to the group. Returned by default. @@ -9452,7 +9797,7 @@ Read-only. To manage a group 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. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -9502,6 +9847,7 @@ Read-only. [OnPremisesDomainName ]: Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only. + [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [OnPremisesLastSyncDateTime ]: Indicates the last time at which the group was synced with the on-premises directory.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. Returned by default. @@ -9583,7 +9929,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). @@ -9619,12 +9965,12 @@ Immutable. Read-only. [UnseenConversationsCount ]: Count of conversations delivered one or more new posts since the signed-in user's last visit to the group. This property is the same as unseenCount. -Returned only on $select. +Requires $select to retrieve. [UnseenCount ]: Count of conversations that have received new posts since the signed-in user last visited the group. -This property is the same as unseenConversationsCount.Returned only on $select. +This property is the same as unseenConversationsCount.Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [UnseenMessagesCount ]: Count of new posts that have been delivered to the group's conversations since the signed-in user's last visit to the group. -Returned only on $select. +Requires $select to retrieve. [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. @@ -9635,7 +9981,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Requires $select to retrieve. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -9652,7 +10001,7 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for users to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). @@ -9946,22 +10295,23 @@ Always null when the object hasn't been deleted. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -9991,12 +10341,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -10106,7 +10513,7 @@ Optional. [IncludeBasicClaimSet ]: Determines whether the basic claim set is included in tokens affected by this policy. If set to true, all claims in the basic claim set are emitted in tokens affected by the policy. By default the basic claim set isn't in the tokens unless they're explicitly configured in this policy. - [CreatedByAppId ]: The appId (called Application (client) ID on the Microsoft Entra admin center) of the application used to create the service principal. + [CreatedByAppId ]: The appId of the application that created this service principal. Set internally by Microsoft Entra ID. Read-only. [CreatedObjects ]: Directory objects created by this service principal. @@ -10238,7 +10645,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -10397,13 +10804,13 @@ May not begin with .. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [ApprovedClientApps ]: + [ApprovedClientApps ]: The collection of approved client apps that are associated with the RDS configuration. +Supports $expand. [Id ]: The unique identifier for an entity. Read-only. - [DisplayName ]: + [DisplayName ]: Display name for the client application. [IsRemoteDesktopProtocolEnabled ]: Determines if Microsoft Entra ID RDS authentication protocol for RDP is enabled. [TargetDeviceGroups ]: The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. -
]: The unique identifier for an entity. Read-only. [DisplayName ]: Display name for the target device group. @@ -10766,7 +11173,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. - [ExternalAuthenticationMethods ]: Represents the external methods registered to a user for authentication. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. Optional. @@ -10782,7 +11189,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. - [DisplayName ]: Custom name given to the registered external authentication method. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. @@ -11035,7 +11442,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -11288,7 +11695,7 @@ Read-only. The identifiers must be unique in the tenant. [Birthday ]: The birthday of the user. 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 Returned only on $select. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. Only one number can be set for this property. Read-only for users synced from on-premises directory. @@ -11898,6 +12305,49 @@ This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. Read only. + [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. +Nullable. + [Attachments ]: References to attached objects like files, tabs, meetings etc. + [Body ]: itemBody + [ChannelIdentity ]: channelIdentity + [ChatId ]: If the message was sent in a chat, represents the identity of the chat. + [CreatedDateTime ]: Timestamp of when the chat message was created. + [DeletedDateTime ]: Read only. +Timestamp at which the chat message was deleted, or null if not deleted. + [Etag ]: Read-only. +Version number of the chat message. + [EventDetail ]: eventMessageDetail + [From ]: chatMessageFromIdentitySet + [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. + [Importance ]: chatMessageImportance + [LastEditedDateTime ]: Read only. +Timestamp when edits to the chat message were made. +Triggers an 'Edited' flag in the Teams UI. +If no edits are made the value is null. + [LastModifiedDateTime ]: Read only. +Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. + [Locale ]: Locale of the chat message set by the client. +Always set to en-us. + [Mentions ]: List of entities mentioned in the chat message. +Supported entities are: user, bot, team, channel, chat, and tag. + [MessageHistory ]: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. + [MessageType ]: chatMessageType + [OnBehalfOf ]: chatMessageFromIdentitySet + [PolicyViolation ]: chatMessagePolicyViolation + [Reactions ]: Reactions for this chat message (for example, Like). + [Replies ]: Replies for a specified message. +Supports $expand for channel messages. + [ReplyToId ]: Read-only. +ID of the parent chat message or root chat message of the thread. +(Only applies to chat messages in channels, not chats.) + [Subject ]: The subject of the chat message, in plaintext. + [Summary ]: Summary text of the chat message that could be used for push notifications and summary views or fall back views. +Only applies to channel chat messages, not chat messages in a chat. + [WebUrl ]: Read-only. +Link to the message in Microsoft Teams. + [Id ]: The unique identifier for an entity. +Read-only. + [Recipient ]: identity [TenantId ]: The identifier of the tenant in which the chat was created. Read-only. [Topic ]: (Optional) Subject or topic for the chat. @@ -11933,21 +12383,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -12066,7 +12573,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 @@ -12091,6 +12600,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. @@ -12298,10 +12840,11 @@ 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. + [ContentCategory ]: contentCategory [CorrelationId ]: An identifier used to group multiple related content entries (for example, different parts of the same file upload, messages in a conversation). [CreatedDateTime ]: Required. Timestamp indicating when the original content was created (for example, file creation time, message sent time). @@ -12586,6 +13129,7 @@ To proactively opt in to the new behavior ahead of time, use the contentStream p Nullable. [File ]: file [(Any) ]: This indicates any property can be added to this object. + [ArchiveStatus ]: fileArchiveStatus [Hashes ]: hashes [(Any) ]: This indicates any property can be added to this object. [Crc32Hash ]: The CRC32 value of the file (if available). @@ -12596,6 +13140,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. @@ -12696,6 +13253,17 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(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. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity. @@ -13705,6 +14273,8 @@ 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 total count of items in the list. +Read-only. [Items ]: All items contained in the list. [List ]: listInfo [(Any) ]: This indicates any property can be added to this object. @@ -13801,6 +14371,24 @@ Required. [LearningProviderId ]: The registration ID of the provider. Required. [Status ]: courseStatus + [Storyline ]: User's storyline singleton container. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Followers ]: The users who are following this user. + [Id ]: The unique identifier for an entity. +Read-only. + [Follower ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Followings ]: The users that this user is following. + [Id ]: The unique identifier for an entity. +Read-only. + [Following ]: The Viva Engage identities. [EmployeeHireDate ]: The date and time when the user was hired or will start work if there is a future hire. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. @@ -13815,10 +14403,10 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. @@ -14291,7 +14879,9 @@ Read-write. [(Any) ]: This indicates any property can be added to this object. [ArchiveStatus ]: siteArchiveStatus [ArchivedBy ]: identitySet - [ArchivedDateTime ]: + [ArchivedDateTime ]: Time when the container was archived. +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. [DataLocationCode ]: The geographic region code for where this site collection resides. Only present for multi-geo tenants. Read-only. @@ -14314,7 +14904,7 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. 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. - Returned only on $select. + Requires $select to retrieve. Note: This property is specific to SharePoint Online. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. @@ -14337,6 +14927,27 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityGovernance ]: identityGovernanceUserSettings + [(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 ]: 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 + [(Any) ]: This indicates any property can be added to this object. + [Duration ]: The requestor's desired duration of access represented in ISO 8601 format for durations. +For example, PT3H refers to three hours. + If specified in a request, endDateTime shouldn't be present and the type property should be set to afterDuration. + [EndDateTime ]: Timestamp of 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. + [Type ]: expirationPatternType + [Recurrence ]: patternedRecurrence + [StartDateTime ]: 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. +In PIM, when the eligible or active assignment becomes active. [IdentityParentId ]: The object ID of the parent identity for agent users. Always null for regular user accounts. For agentUser resources, this property references the object ID of the associated agent identity. @@ -14433,7 +15044,7 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for users to describe their interests. -Returned only on $select. +Requires $select to retrieve. [InvitedBy ]: directoryObject [IsLicenseReconciliationNeeded ]: Indicates whether the user is pending an exchange mailbox license assignment. Read-only. @@ -14442,7 +15053,8 @@ Returned only on $select. 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). @@ -14456,24 +15068,24 @@ If this list is non-empty, then only users or groups listed here can post. [AccessType ]: groupAccessType [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are auto-subscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -14483,6 +15095,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -14641,11 +15254,11 @@ You can use it as a $filter argument to get groups that have members with licens Supports $filter (eq). [HideFromAddressLists ]: true if the group isn't displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: true if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [InfoCatalogs ]: Identifies the info segments assigned to the group. Returned by default. @@ -14669,7 +15282,7 @@ Read-only. To manage a group 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. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -14719,6 +15332,7 @@ Read-only. [OnPremisesDomainName ]: Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only. + [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [OnPremisesLastSyncDateTime ]: Indicates the last time at which the group was synced with the on-premises directory.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. Returned by default. @@ -14902,10 +15516,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -14914,9 +15530,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. @@ -15080,7 +15725,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). @@ -15128,6 +15773,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 @@ -15525,12 +16171,12 @@ Immutable. Read-only. [UnseenConversationsCount ]: Count of conversations delivered one or more new posts since the signed-in user's last visit to the group. This property is the same as unseenCount. -Returned only on $select. +Requires $select to retrieve. [UnseenCount ]: Count of conversations that have received new posts since the signed-in user last visited the group. -This property is the same as unseenConversationsCount.Returned only on $select. +This property is the same as unseenConversationsCount.Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [UnseenMessagesCount ]: Count of new posts that have been delivered to the group's conversations since the signed-in user's last visit to the group. -Returned only on $select. +Requires $select to retrieve. [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. @@ -15541,7 +16187,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Requires $select to retrieve. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -15558,16 +16207,16 @@ Nullable. 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. Read-only. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. It also indicates licenses that are directly assigned and the ones the user inherited through group memberships. Read-only. -Returned only on $select. +Requires $select to retrieve. [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. Read-Only. @@ -15693,7 +16342,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -16242,6 +16891,8 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -16335,7 +16986,7 @@ Read-only. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Notifications ]: [Id ]: The unique identifier for an entity. Read-only. @@ -16430,6 +17081,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. @@ -16478,6 +17133,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. @@ -16732,7 +17392,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for users to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [PendingAccessReviewInstances ]: Navigation property to get a list of access reviews pending approval by the reviewer. [Id ]: The unique identifier for an entity. Read-only. @@ -16752,14 +17412,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. @@ -17092,7 +17744,7 @@ Example: 'en-US', or 'es-ES'. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -17548,15 +18200,14 @@ Read-only. [WebUrl ]: Link to the institution or department homepage. [Program ]: educationalActivityDetail [(Any) ]: This indicates any property can be added to this object. - [Abbreviation ]: Shortened name of the degree or program (example: PhD, MBA) + [Abbreviation ]: Shortened name of the degree or program, for example, PhD and MBA. [Activities ]: Extracurricular activities undertaken alongside the program. [Awards ]: Any awards or honors associated with the program. [Description ]: Short description of the program provided by the user. [DisplayName ]: Long-form name of the program that the user provided. - [FieldsOfStudy ]: Majors and minors associated with the program. -(if applicable) - [Grade ]: The final grade, class, GPA, or score. - [Notes ]: More notes the user provided. + [FieldsOfStudy ]: Majors and minors associated with the program, if applicable. + [Grade ]: The final grade, class, grade point average (GPA), or score. + [Notes ]: More notes provided by the user. [WebUrl ]: Link to the degree or program page. [StartMonthYear ]: The month and year the user commenced the activity referenced. [Emails ]: Represents detailed information about email addresses associated with the user. @@ -17859,9 +18510,9 @@ Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they have attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: The scoped-role administrative unit memberships for this user. Read-only. Nullable. @@ -17925,7 +18576,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. @@ -18075,7 +18726,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Use revokeSignInSessions to reset. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -18122,6 +18773,48 @@ The language component follows two-letter codes as defined in ISO 639-1, and the For users with multigeo licenses, the property contains the user's region (if available). For users without multigeo licenses, the property contains the organization's region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China. + [Sections ]: The sections in the user's chat list. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the section was created. +Read-only. +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. + [DisplayIcon ]: sectionDisplayIcon + [(Any) ]: This indicates any property can be added to this object. + [ContentUrl ]: The URL to a custom icon image. +Applicable when iconType is custom. + [DisplayName ]: The human-readable name of the icon. + [IconType ]: The type of icon. +Use an emoji character such as 👍 for an emoji icon, or custom for a custom image icon. + [SkinTone ]: sectionIconSkinTone + [DisplayName ]: The display name of the section. +Required. +Maximum length is 50 characters. +Display names are case-sensitive and must be unique within a user's sections. +The following names are reserved for system-defined sections and can't be used when creating a user-defined section: RecentChats, QuickViews, TeamsAndChannels, MutedChats, MeetingChats, EngageCommunities. + [IsExpanded ]: Indicates whether the section is expanded in the user interface. +The default value is true. + [IsHierarchicalViewEnabled ]: Indicates whether the hierarchical view is enabled for the section. +Read-only. + [Items ]: The items (chats, channels, meetings, or communities) organized within the section. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the item was added to the section. +Read-only. +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. + [ItemType ]: sectionItemType + [LastModifiedDateTime ]: Date and time when the item was last modified. +Read-only. +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. + [LastModifiedDateTime ]: Date and time when the section was last modified. +Read-only. +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. + [SectionType ]: sectionType + [SortType ]: sectionSortType [Todo ]: todo [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -18134,6 +18827,12 @@ Read-only. Nullable. [IsOwner ]: True if the user is owner of the given task list. [IsShared ]: True if the task list is shared with other users + [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the task list. +Read-only. +Nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Value ]: The value of the property. [Tasks ]: The tasks in this task list. Read-only. Nullable. @@ -18197,9 +18896,6 @@ Read-only. [Recurrence ]: patternedRecurrence [ReminderDateTime ]: dateTimeTimeZone [SingleValueExtendedProperties ]: A collection of custom fields linked to the task. - [Id ]: The unique identifier for an entity. -Read-only. - [Value ]: The value of the property. [StartDateTime ]: dateTimeTimeZone [Status ]: taskStatus [Title ]: A brief description of the task. @@ -18251,6 +18947,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. @@ -18288,6 +18986,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. @@ -18310,6 +19009,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 ]: @@ -18363,6 +19063,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. @@ -18372,8 +19074,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. @@ -18662,7 +19362,7 @@ Always null when the object hasn't been deleted. [AccessType ]: groupAccessType [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. @@ -18694,13 +19394,13 @@ Maximum length is 256 characters. Required on create. Supports $filter (eq only). [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. @@ -18710,7 +19410,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are auto-subscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. @@ -18993,16 +19693,59 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. [UsageRights ]: [Id ]: The unique identifier for an entity. Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. @@ -19146,7 +19889,7 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for users to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). @@ -19426,22 +20169,23 @@ Read-only. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -19471,12 +20215,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -19559,7 +20360,7 @@ Optional. [IncludeBasicClaimSet ]: Determines whether the basic claim set is included in tokens affected by this policy. If set to true, all claims in the basic claim set are emitted in tokens affected by the policy. By default the basic claim set isn't in the tokens unless they're explicitly configured in this policy. - [CreatedByAppId ]: The appId (called Application (client) ID on the Microsoft Entra admin center) of the application used to create the service principal. + [CreatedByAppId ]: The appId of the application that created this service principal. Set internally by Microsoft Entra ID. Read-only. [CreatedObjects ]: Directory objects created by this service principal. @@ -19691,7 +20492,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -19850,13 +20651,13 @@ May not begin with .. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [ApprovedClientApps ]: + [ApprovedClientApps ]: The collection of approved client apps that are associated with the RDS configuration. +Supports $expand. [Id ]: The unique identifier for an entity. Read-only. - [DisplayName ]: + [DisplayName ]: Display name for the client application. [IsRemoteDesktopProtocolEnabled ]: Determines if Microsoft Entra ID RDS authentication protocol for RDP is enabled. [TargetDeviceGroups ]: The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. -
]: The unique identifier for an entity. Read-only. [DisplayName ]: Display name for the target device group. @@ -20215,7 +21016,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. - [ExternalAuthenticationMethods ]: Represents the external methods registered to a user for authentication. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. Optional. @@ -20231,7 +21032,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. - [DisplayName ]: Custom name given to the registered external authentication method. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. @@ -20482,7 +21283,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -20735,7 +21536,7 @@ Read-only. The identifiers must be unique in the tenant. [Birthday ]: The birthday of the user. 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 Returned only on $select. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. Only one number can be set for this property. Read-only for users synced from on-premises directory. @@ -21074,6 +21875,49 @@ This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. Read only. + [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. +Nullable. + [Attachments ]: References to attached objects like files, tabs, meetings etc. + [Body ]: itemBody + [ChannelIdentity ]: channelIdentity + [ChatId ]: If the message was sent in a chat, represents the identity of the chat. + [CreatedDateTime ]: Timestamp of when the chat message was created. + [DeletedDateTime ]: Read only. +Timestamp at which the chat message was deleted, or null if not deleted. + [Etag ]: Read-only. +Version number of the chat message. + [EventDetail ]: eventMessageDetail + [From ]: chatMessageFromIdentitySet + [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. + [Importance ]: chatMessageImportance + [LastEditedDateTime ]: Read only. +Timestamp when edits to the chat message were made. +Triggers an 'Edited' flag in the Teams UI. +If no edits are made the value is null. + [LastModifiedDateTime ]: Read only. +Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. + [Locale ]: Locale of the chat message set by the client. +Always set to en-us. + [Mentions ]: List of entities mentioned in the chat message. +Supported entities are: user, bot, team, channel, chat, and tag. + [MessageHistory ]: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. + [MessageType ]: chatMessageType + [OnBehalfOf ]: chatMessageFromIdentitySet + [PolicyViolation ]: chatMessagePolicyViolation + [Reactions ]: Reactions for this chat message (for example, Like). + [Replies ]: Replies for a specified message. +Supports $expand for channel messages. + [ReplyToId ]: Read-only. +ID of the parent chat message or root chat message of the thread. +(Only applies to chat messages in channels, not chats.) + [Subject ]: The subject of the chat message, in plaintext. + [Summary ]: Summary text of the chat message that could be used for push notifications and summary views or fall back views. +Only applies to channel chat messages, not chat messages in a chat. + [WebUrl ]: Read-only. +Link to the message in Microsoft Teams. + [Id ]: The unique identifier for an entity. +Read-only. + [Recipient ]: identity [TenantId ]: The identifier of the tenant in which the chat was created. Read-only. [Topic ]: (Optional) Subject or topic for the chat. @@ -21109,7 +21953,22 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [AssignmentErrors ]: + [Id ]: The unique identifier for an entity. +Read-only. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [Assignments ]: [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -21228,7 +22087,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 @@ -21253,6 +22114,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. @@ -21460,10 +22354,11 @@ 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. + [ContentCategory ]: contentCategory [CorrelationId ]: An identifier used to group multiple related content entries (for example, different parts of the same file upload, messages in a conversation). [CreatedDateTime ]: Required. Timestamp indicating when the original content was created (for example, file creation time, message sent time). @@ -21591,6 +22486,24 @@ Required. [LearningProviderId ]: The registration ID of the provider. Required. [Status ]: courseStatus + [Storyline ]: User's storyline singleton container. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Followers ]: The users who are following this user. + [Id ]: The unique identifier for an entity. +Read-only. + [Follower ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Followings ]: The users that this user is following. + [Id ]: The unique identifier for an entity. +Read-only. + [Following ]: The Viva Engage identities. [EmployeeHireDate ]: The date and time when the user was hired or will start work if there is a future hire. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. @@ -21605,10 +22518,10 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. @@ -21828,6 +22741,17 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(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. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity. @@ -21925,6 +22849,7 @@ To proactively opt in to the new behavior ahead of time, use the contentStream p Nullable. [File ]: file [(Any) ]: This indicates any property can be added to this object. + [ArchiveStatus ]: fileArchiveStatus [Hashes ]: hashes [(Any) ]: This indicates any property can be added to this object. [Crc32Hash ]: The CRC32 value of the file (if available). @@ -21935,6 +22860,12 @@ 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 ]: [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. @@ -23043,6 +23974,8 @@ Read-only. [ContentTypes ]: The collection of content types present in this list. [DisplayName ]: The displayable title of the list. [Drive ]: drive + [ItemCount ]: The total count of items in the list. +Read-only. [Items ]: All items contained in the list. [List ]: listInfo [(Any) ]: This indicates any property can be added to this object. @@ -23396,7 +24329,9 @@ Read-write. [(Any) ]: This indicates any property can be added to this object. [ArchiveStatus ]: siteArchiveStatus [ArchivedBy ]: identitySet - [ArchivedDateTime ]: + [ArchivedDateTime ]: Time when the container was archived. +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. [DataLocationCode ]: The geographic region code for where this site collection resides. Only present for multi-geo tenants. Read-only. @@ -23419,7 +24354,7 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. 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. - Returned only on $select. + Requires $select to retrieve. Note: This property is specific to SharePoint Online. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. @@ -23442,6 +24377,27 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityGovernance ]: identityGovernanceUserSettings + [(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 ]: 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 + [(Any) ]: This indicates any property can be added to this object. + [Duration ]: The requestor's desired duration of access represented in ISO 8601 format for durations. +For example, PT3H refers to three hours. + If specified in a request, endDateTime shouldn't be present and the type property should be set to afterDuration. + [EndDateTime ]: Timestamp of 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. + [Type ]: expirationPatternType + [Recurrence ]: patternedRecurrence + [StartDateTime ]: 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. +In PIM, when the eligible or active assignment becomes active. [IdentityParentId ]: The object ID of the parent identity for agent users. Always null for regular user accounts. For agentUser resources, this property references the object ID of the associated agent identity. @@ -23538,7 +24494,7 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for users to describe their interests. -Returned only on $select. +Requires $select to retrieve. [InvitedBy ]: directoryObject [IsLicenseReconciliationNeeded ]: Indicates whether the user is pending an exchange mailbox license assignment. Read-only. @@ -23547,7 +24503,8 @@ Returned only on $select. 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). @@ -23577,6 +24534,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 @@ -23720,10 +24678,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -23732,9 +24692,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. @@ -24231,16 +25220,16 @@ This URL should be treated as an opaque blob, and not parsed. 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. Read-only. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. It also indicates licenses that are directly assigned and the ones the user inherited through group memberships. Read-only. -Returned only on $select. +Requires $select to retrieve. [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. Read-Only. @@ -24366,7 +25355,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -24915,6 +25904,8 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -25008,7 +25999,7 @@ Read-only. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Notifications ]: [Id ]: The unique identifier for an entity. Read-only. @@ -25116,6 +26107,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. @@ -25164,6 +26159,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. @@ -25418,7 +26418,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for users to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [PendingAccessReviewInstances ]: Navigation property to get a list of access reviews pending approval by the reviewer. [Id ]: The unique identifier for an entity. Read-only. @@ -25770,7 +26770,7 @@ Example: 'en-US', or 'es-ES'. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -25922,15 +26922,14 @@ Read-only. [WebUrl ]: Link to the institution or department homepage. [Program ]: educationalActivityDetail [(Any) ]: This indicates any property can be added to this object. - [Abbreviation ]: Shortened name of the degree or program (example: PhD, MBA) + [Abbreviation ]: Shortened name of the degree or program, for example, PhD and MBA. [Activities ]: Extracurricular activities undertaken alongside the program. [Awards ]: Any awards or honors associated with the program. [Description ]: Short description of the program provided by the user. [DisplayName ]: Long-form name of the program that the user provided. - [FieldsOfStudy ]: Majors and minors associated with the program. -(if applicable) - [Grade ]: The final grade, class, GPA, or score. - [Notes ]: More notes the user provided. + [FieldsOfStudy ]: Majors and minors associated with the program, if applicable. + [Grade ]: The final grade, class, grade point average (GPA), or score. + [Notes ]: More notes provided by the user. [WebUrl ]: Link to the degree or program page. [StartMonthYear ]: The month and year the user commenced the activity referenced. [Emails ]: Represents detailed information about email addresses associated with the user. @@ -26233,9 +27232,9 @@ Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they have attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: The scoped-role administrative unit memberships for this user. Read-only. Nullable. @@ -26302,7 +27301,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. @@ -26452,7 +27451,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Use revokeSignInSessions to reset. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -26499,6 +27498,48 @@ The language component follows two-letter codes as defined in ISO 639-1, and the For users with multigeo licenses, the property contains the user's region (if available). For users without multigeo licenses, the property contains the organization's region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China. + [Sections ]: The sections in the user's chat list. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the section was created. +Read-only. +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. + [DisplayIcon ]: sectionDisplayIcon + [(Any) ]: This indicates any property can be added to this object. + [ContentUrl ]: The URL to a custom icon image. +Applicable when iconType is custom. + [DisplayName ]: The human-readable name of the icon. + [IconType ]: The type of icon. +Use an emoji character such as 👍 for an emoji icon, or custom for a custom image icon. + [SkinTone ]: sectionIconSkinTone + [DisplayName ]: The display name of the section. +Required. +Maximum length is 50 characters. +Display names are case-sensitive and must be unique within a user's sections. +The following names are reserved for system-defined sections and can't be used when creating a user-defined section: RecentChats, QuickViews, TeamsAndChannels, MutedChats, MeetingChats, EngageCommunities. + [IsExpanded ]: Indicates whether the section is expanded in the user interface. +The default value is true. + [IsHierarchicalViewEnabled ]: Indicates whether the hierarchical view is enabled for the section. +Read-only. + [Items ]: The items (chats, channels, meetings, or communities) organized within the section. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the item was added to the section. +Read-only. +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. + [ItemType ]: sectionItemType + [LastModifiedDateTime ]: Date and time when the item was last modified. +Read-only. +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. + [LastModifiedDateTime ]: Date and time when the section was last modified. +Read-only. +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. + [SectionType ]: sectionType + [SortType ]: sectionSortType [Todo ]: todo [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -26511,6 +27552,12 @@ Read-only. Nullable. [IsOwner ]: True if the user is owner of the given task list. [IsShared ]: True if the task list is shared with other users + [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the task list. +Read-only. +Nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Value ]: The value of the property. [Tasks ]: The tasks in this task list. Read-only. Nullable. @@ -26574,9 +27621,6 @@ Read-only. [Recurrence ]: patternedRecurrence [ReminderDateTime ]: dateTimeTimeZone [SingleValueExtendedProperties ]: A collection of custom fields linked to the task. - [Id ]: The unique identifier for an entity. -Read-only. - [Value ]: The value of the property. [StartDateTime ]: dateTimeTimeZone [Status ]: taskStatus [Title ]: A brief description of the task. @@ -26628,6 +27672,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. @@ -26665,6 +27711,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. @@ -26687,6 +27734,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 ]: @@ -26740,6 +27788,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. @@ -26749,8 +27799,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. @@ -26852,11 +27900,11 @@ You can use it as a $filter argument to get groups that have members with licens Supports $filter (eq). [HideFromAddressLists ]: true if the group isn't displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: true if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [InfoCatalogs ]: Identifies the info segments assigned to the group. Returned by default. @@ -26880,7 +27928,7 @@ Read-only. To manage a group 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. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -26930,6 +27978,7 @@ Read-only. [OnPremisesDomainName ]: Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only. + [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [OnPremisesLastSyncDateTime ]: Indicates the last time at which the group was synced with the on-premises directory.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. Returned by default. @@ -27011,7 +28060,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). @@ -27047,12 +28096,12 @@ Immutable. Read-only. [UnseenConversationsCount ]: Count of conversations delivered one or more new posts since the signed-in user's last visit to the group. This property is the same as unseenCount. -Returned only on $select. +Requires $select to retrieve. [UnseenCount ]: Count of conversations that have received new posts since the signed-in user last visited the group. -This property is the same as unseenConversationsCount.Returned only on $select. +This property is the same as unseenConversationsCount.Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [UnseenMessagesCount ]: Count of new posts that have been delivered to the group's conversations since the signed-in user's last visit to the group. -Returned only on $select. +Requires $select to retrieve. [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. @@ -27063,7 +28112,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Requires $select to retrieve. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -27701,7 +28753,7 @@ Always null when the object hasn't been deleted. [AccessType ]: groupAccessType [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. @@ -27733,13 +28785,13 @@ Maximum length is 256 characters. Required on create. Supports $filter (eq only). [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. @@ -27749,7 +28801,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are auto-subscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. @@ -28032,16 +29084,59 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. [UsageRights ]: [Id ]: The unique identifier for an entity. Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. @@ -28185,7 +29280,7 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for users to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). @@ -28465,22 +29560,23 @@ Read-only. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -28510,12 +29606,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -28598,7 +29751,7 @@ Optional. [IncludeBasicClaimSet ]: Determines whether the basic claim set is included in tokens affected by this policy. If set to true, all claims in the basic claim set are emitted in tokens affected by the policy. By default the basic claim set isn't in the tokens unless they're explicitly configured in this policy. - [CreatedByAppId ]: The appId (called Application (client) ID on the Microsoft Entra admin center) of the application used to create the service principal. + [CreatedByAppId ]: The appId of the application that created this service principal. Set internally by Microsoft Entra ID. Read-only. [CreatedObjects ]: Directory objects created by this service principal. @@ -28730,7 +29883,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -28889,13 +30042,13 @@ May not begin with .. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [ApprovedClientApps ]: + [ApprovedClientApps ]: The collection of approved client apps that are associated with the RDS configuration. +Supports $expand. [Id ]: The unique identifier for an entity. Read-only. - [DisplayName ]: + [DisplayName ]: Display name for the client application. [IsRemoteDesktopProtocolEnabled ]: Determines if Microsoft Entra ID RDS authentication protocol for RDP is enabled. [TargetDeviceGroups ]: The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. -
]: The unique identifier for an entity. Read-only. [DisplayName ]: Display name for the target device group. @@ -29254,7 +30407,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. - [ExternalAuthenticationMethods ]: Represents the external methods registered to a user for authentication. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. Optional. @@ -29270,7 +30423,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. - [DisplayName ]: Custom name given to the registered external authentication method. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. @@ -29521,7 +30674,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -29774,7 +30927,7 @@ Read-only. The identifiers must be unique in the tenant. [Birthday ]: The birthday of the user. 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 Returned only on $select. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. Only one number can be set for this property. Read-only for users synced from on-premises directory. @@ -30113,6 +31266,49 @@ This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. Read only. + [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. +Nullable. + [Attachments ]: References to attached objects like files, tabs, meetings etc. + [Body ]: itemBody + [ChannelIdentity ]: channelIdentity + [ChatId ]: If the message was sent in a chat, represents the identity of the chat. + [CreatedDateTime ]: Timestamp of when the chat message was created. + [DeletedDateTime ]: Read only. +Timestamp at which the chat message was deleted, or null if not deleted. + [Etag ]: Read-only. +Version number of the chat message. + [EventDetail ]: eventMessageDetail + [From ]: chatMessageFromIdentitySet + [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. + [Importance ]: chatMessageImportance + [LastEditedDateTime ]: Read only. +Timestamp when edits to the chat message were made. +Triggers an 'Edited' flag in the Teams UI. +If no edits are made the value is null. + [LastModifiedDateTime ]: Read only. +Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. + [Locale ]: Locale of the chat message set by the client. +Always set to en-us. + [Mentions ]: List of entities mentioned in the chat message. +Supported entities are: user, bot, team, channel, chat, and tag. + [MessageHistory ]: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. + [MessageType ]: chatMessageType + [OnBehalfOf ]: chatMessageFromIdentitySet + [PolicyViolation ]: chatMessagePolicyViolation + [Reactions ]: Reactions for this chat message (for example, Like). + [Replies ]: Replies for a specified message. +Supports $expand for channel messages. + [ReplyToId ]: Read-only. +ID of the parent chat message or root chat message of the thread. +(Only applies to chat messages in channels, not chats.) + [Subject ]: The subject of the chat message, in plaintext. + [Summary ]: Summary text of the chat message that could be used for push notifications and summary views or fall back views. +Only applies to channel chat messages, not chat messages in a chat. + [WebUrl ]: Read-only. +Link to the message in Microsoft Teams. + [Id ]: The unique identifier for an entity. +Read-only. + [Recipient ]: identity [TenantId ]: The identifier of the tenant in which the chat was created. Read-only. [Topic ]: (Optional) Subject or topic for the chat. @@ -30148,7 +31344,22 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [AssignmentErrors ]: + [Id ]: The unique identifier for an entity. +Read-only. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [Assignments ]: [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -30267,7 +31478,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 @@ -30292,6 +31505,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. @@ -30499,10 +31745,11 @@ 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. + [ContentCategory ]: contentCategory [CorrelationId ]: An identifier used to group multiple related content entries (for example, different parts of the same file upload, messages in a conversation). [CreatedDateTime ]: Required. Timestamp indicating when the original content was created (for example, file creation time, message sent time). @@ -30630,6 +31877,24 @@ Required. [LearningProviderId ]: The registration ID of the provider. Required. [Status ]: courseStatus + [Storyline ]: User's storyline singleton container. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Followers ]: The users who are following this user. + [Id ]: The unique identifier for an entity. +Read-only. + [Follower ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Followings ]: The users that this user is following. + [Id ]: The unique identifier for an entity. +Read-only. + [Following ]: The Viva Engage identities. [EmployeeHireDate ]: The date and time when the user was hired or will start work if there is a future hire. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. @@ -30644,10 +31909,10 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. @@ -30867,6 +32132,17 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(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. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity. @@ -30964,6 +32240,7 @@ To proactively opt in to the new behavior ahead of time, use the contentStream p Nullable. [File ]: file [(Any) ]: This indicates any property can be added to this object. + [ArchiveStatus ]: fileArchiveStatus [Hashes ]: hashes [(Any) ]: This indicates any property can be added to this object. [Crc32Hash ]: The CRC32 value of the file (if available). @@ -30974,6 +32251,12 @@ 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 ]: [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. @@ -32082,6 +33365,8 @@ Read-only. [ContentTypes ]: The collection of content types present in this list. [DisplayName ]: The displayable title of the list. [Drive ]: drive + [ItemCount ]: The total count of items in the list. +Read-only. [Items ]: All items contained in the list. [List ]: listInfo [(Any) ]: This indicates any property can be added to this object. @@ -32435,7 +33720,9 @@ Read-write. [(Any) ]: This indicates any property can be added to this object. [ArchiveStatus ]: siteArchiveStatus [ArchivedBy ]: identitySet - [ArchivedDateTime ]: + [ArchivedDateTime ]: Time when the container was archived. +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. [DataLocationCode ]: The geographic region code for where this site collection resides. Only present for multi-geo tenants. Read-only. @@ -32458,7 +33745,7 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. 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. - Returned only on $select. + Requires $select to retrieve. Note: This property is specific to SharePoint Online. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. @@ -32481,6 +33768,27 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityGovernance ]: identityGovernanceUserSettings + [(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 ]: 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 + [(Any) ]: This indicates any property can be added to this object. + [Duration ]: The requestor's desired duration of access represented in ISO 8601 format for durations. +For example, PT3H refers to three hours. + If specified in a request, endDateTime shouldn't be present and the type property should be set to afterDuration. + [EndDateTime ]: Timestamp of 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. + [Type ]: expirationPatternType + [Recurrence ]: patternedRecurrence + [StartDateTime ]: 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. +In PIM, when the eligible or active assignment becomes active. [IdentityParentId ]: The object ID of the parent identity for agent users. Always null for regular user accounts. For agentUser resources, this property references the object ID of the associated agent identity. @@ -32577,7 +33885,7 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for users to describe their interests. -Returned only on $select. +Requires $select to retrieve. [InvitedBy ]: directoryObject [IsLicenseReconciliationNeeded ]: Indicates whether the user is pending an exchange mailbox license assignment. Read-only. @@ -32586,7 +33894,8 @@ Returned only on $select. 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). @@ -32616,6 +33925,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 @@ -32759,10 +34069,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -32771,9 +34083,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. @@ -33270,16 +34611,16 @@ This URL should be treated as an opaque blob, and not parsed. 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. Read-only. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. It also indicates licenses that are directly assigned and the ones the user inherited through group memberships. Read-only. -Returned only on $select. +Requires $select to retrieve. [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. Read-Only. @@ -33405,7 +34746,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -33954,6 +35295,8 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -34047,7 +35390,7 @@ Read-only. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Notifications ]: [Id ]: The unique identifier for an entity. Read-only. @@ -34155,6 +35498,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. @@ -34203,6 +35550,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. @@ -34457,7 +35809,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for users to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [PendingAccessReviewInstances ]: Navigation property to get a list of access reviews pending approval by the reviewer. [Id ]: The unique identifier for an entity. Read-only. @@ -34809,7 +36161,7 @@ Example: 'en-US', or 'es-ES'. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -34961,15 +36313,14 @@ Read-only. [WebUrl ]: Link to the institution or department homepage. [Program ]: educationalActivityDetail [(Any) ]: This indicates any property can be added to this object. - [Abbreviation ]: Shortened name of the degree or program (example: PhD, MBA) + [Abbreviation ]: Shortened name of the degree or program, for example, PhD and MBA. [Activities ]: Extracurricular activities undertaken alongside the program. [Awards ]: Any awards or honors associated with the program. [Description ]: Short description of the program provided by the user. [DisplayName ]: Long-form name of the program that the user provided. - [FieldsOfStudy ]: Majors and minors associated with the program. -(if applicable) - [Grade ]: The final grade, class, GPA, or score. - [Notes ]: More notes the user provided. + [FieldsOfStudy ]: Majors and minors associated with the program, if applicable. + [Grade ]: The final grade, class, grade point average (GPA), or score. + [Notes ]: More notes provided by the user. [WebUrl ]: Link to the degree or program page. [StartMonthYear ]: The month and year the user commenced the activity referenced. [Emails ]: Represents detailed information about email addresses associated with the user. @@ -35272,9 +36623,9 @@ Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they have attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: The scoped-role administrative unit memberships for this user. Read-only. Nullable. @@ -35341,7 +36692,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. @@ -35491,7 +36842,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Use revokeSignInSessions to reset. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -35538,6 +36889,48 @@ The language component follows two-letter codes as defined in ISO 639-1, and the For users with multigeo licenses, the property contains the user's region (if available). For users without multigeo licenses, the property contains the organization's region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China. + [Sections ]: The sections in the user's chat list. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the section was created. +Read-only. +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. + [DisplayIcon ]: sectionDisplayIcon + [(Any) ]: This indicates any property can be added to this object. + [ContentUrl ]: The URL to a custom icon image. +Applicable when iconType is custom. + [DisplayName ]: The human-readable name of the icon. + [IconType ]: The type of icon. +Use an emoji character such as 👍 for an emoji icon, or custom for a custom image icon. + [SkinTone ]: sectionIconSkinTone + [DisplayName ]: The display name of the section. +Required. +Maximum length is 50 characters. +Display names are case-sensitive and must be unique within a user's sections. +The following names are reserved for system-defined sections and can't be used when creating a user-defined section: RecentChats, QuickViews, TeamsAndChannels, MutedChats, MeetingChats, EngageCommunities. + [IsExpanded ]: Indicates whether the section is expanded in the user interface. +The default value is true. + [IsHierarchicalViewEnabled ]: Indicates whether the hierarchical view is enabled for the section. +Read-only. + [Items ]: The items (chats, channels, meetings, or communities) organized within the section. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the item was added to the section. +Read-only. +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. + [ItemType ]: sectionItemType + [LastModifiedDateTime ]: Date and time when the item was last modified. +Read-only. +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. + [LastModifiedDateTime ]: Date and time when the section was last modified. +Read-only. +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. + [SectionType ]: sectionType + [SortType ]: sectionSortType [Todo ]: todo [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -35550,6 +36943,12 @@ Read-only. Nullable. [IsOwner ]: True if the user is owner of the given task list. [IsShared ]: True if the task list is shared with other users + [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the task list. +Read-only. +Nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Value ]: The value of the property. [Tasks ]: The tasks in this task list. Read-only. Nullable. @@ -35613,9 +37012,6 @@ Read-only. [Recurrence ]: patternedRecurrence [ReminderDateTime ]: dateTimeTimeZone [SingleValueExtendedProperties ]: A collection of custom fields linked to the task. - [Id ]: The unique identifier for an entity. -Read-only. - [Value ]: The value of the property. [StartDateTime ]: dateTimeTimeZone [Status ]: taskStatus [Title ]: A brief description of the task. @@ -35667,6 +37063,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. @@ -35704,6 +37102,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. @@ -35726,6 +37125,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 ]: @@ -35779,6 +37179,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. @@ -35788,8 +37190,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. @@ -35891,11 +37291,11 @@ You can use it as a $filter argument to get groups that have members with licens Supports $filter (eq). [HideFromAddressLists ]: true if the group isn't displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: true if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [InfoCatalogs ]: Identifies the info segments assigned to the group. Returned by default. @@ -35919,7 +37319,7 @@ Read-only. To manage a group 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. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -35969,6 +37369,7 @@ Read-only. [OnPremisesDomainName ]: Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only. + [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [OnPremisesLastSyncDateTime ]: Indicates the last time at which the group was synced with the on-premises directory.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. Returned by default. @@ -36050,7 +37451,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). @@ -36086,12 +37487,12 @@ Immutable. Read-only. [UnseenConversationsCount ]: Count of conversations delivered one or more new posts since the signed-in user's last visit to the group. This property is the same as unseenCount. -Returned only on $select. +Requires $select to retrieve. [UnseenCount ]: Count of conversations that have received new posts since the signed-in user last visited the group. -This property is the same as unseenConversationsCount.Returned only on $select. +This property is the same as unseenConversationsCount.Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [UnseenMessagesCount ]: Count of new posts that have been delivered to the group's conversations since the signed-in user's last visit to the group. -Returned only on $select. +Requires $select to retrieve. [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. @@ -36102,7 +37503,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Requires $select to retrieve. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Update-MgBetaPrintPrinterShareAllowedUserMailboxSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Update-MgBetaPrintPrinterShareAllowedUserMailboxSetting.md index 3e0cfb8c180a3..b5e811fcffe77 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Update-MgBetaPrintPrinterShareAllowedUserMailboxSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Update-MgBetaPrintPrinterShareAllowedUserMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devices.cloudprint/update-mgbetaprintprintershareallowedusermailboxsetting Locale: en-US Module Name: Microsoft.Graph.Beta.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaPrintPrinterShareAllowedUserMailboxSetting --- @@ -28,7 +28,6 @@ Update-MgBetaPrintPrinterShareAllowedUserMailboxSetting -PrinterShareId [-WorkingHours ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -38,7 +37,7 @@ Update-MgBetaPrintPrinterShareAllowedUserMailboxSetting -PrinterShareId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -52,7 +51,6 @@ Update-MgBetaPrintPrinterShareAllowedUserMailboxSetting -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -62,7 +60,7 @@ Update-MgBetaPrintPrinterShareAllowedUserMailboxSetting -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Update-MgBetaPrintPrinterShareJob.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Update-MgBetaPrintPrinterShareJob.md index ed9cab3cccbde..be3a76fbc0736 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Update-MgBetaPrintPrinterShareJob.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Update-MgBetaPrintPrinterShareJob.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devices.cloudprint/update-mgbetaprintprintersharejob Locale: en-US Module Name: Microsoft.Graph.Beta.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaPrintPrinterShareJob --- @@ -30,7 +30,6 @@ Update-MgBetaPrintPrinterShareJob -PrintJobId -PrinterShareId [-Tasks ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -40,7 +39,7 @@ Update-MgBetaPrintPrinterShareJob -PrintJobId -PrinterShareId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -56,7 +55,6 @@ Update-MgBetaPrintPrinterShareJob -InputObject [-Tasks ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -66,7 +64,7 @@ Update-MgBetaPrintPrinterShareJob -InputObject -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.Devices.CloudPrint/Update-MgBetaPrintPrinterShareJobDocument.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Update-MgBetaPrintPrinterShareJobDocument.md index 2d3d16ea3e6f0..6bf756233a70f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Update-MgBetaPrintPrinterShareJobDocument.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Update-MgBetaPrintPrinterShareJobDocument.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devices.cloudprint/update-mgbetaprintprintersharejobdocument Locale: en-US Module Name: Microsoft.Graph.Beta.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaPrintPrinterShareJobDocument --- @@ -27,7 +27,6 @@ Update-MgBetaPrintPrinterShareJobDocument -PrintDocumentId -PrintJobId [-UploadedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -38,7 +37,6 @@ Update-MgBetaPrintPrinterShareJobDocument -PrintDocumentId -PrintJobId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -51,7 +49,6 @@ Update-MgBetaPrintPrinterShareJobDocument -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -61,7 +58,7 @@ Update-MgBetaPrintPrinterShareJobDocument -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Update-MgBetaPrintPrinterShareJobTask.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Update-MgBetaPrintPrinterShareJobTask.md index fd24e0a4de2ac..00af22c7ce237 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Update-MgBetaPrintPrinterShareJobTask.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Update-MgBetaPrintPrinterShareJobTask.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devices.cloudprint/update-mgbetaprintprintersharejobtask Locale: en-US Module Name: Microsoft.Graph.Beta.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaPrintPrinterShareJobTask --- @@ -26,7 +26,7 @@ Update-MgBetaPrintPrinterShareJobTask -PrintJobId -PrintTaskId [-Status ] [-Trigger ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -37,7 +37,6 @@ Update-MgBetaPrintPrinterShareJobTask -PrintJobId -PrintTaskId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -49,7 +48,7 @@ Update-MgBetaPrintPrinterShareJobTask -InputObject [-Status ] [-Trigger ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -59,7 +58,7 @@ Update-MgBetaPrintPrinterShareJobTask -InputObject -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.Devices.CloudPrint/Update-MgBetaPrintPrinterTaskTrigger.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Update-MgBetaPrintPrinterTaskTrigger.md index ee87dccd19b2a..b5b537f9514f8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Update-MgBetaPrintPrinterTaskTrigger.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Update-MgBetaPrintPrinterTaskTrigger.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devices.cloudprint/update-mgbetaprintprintertasktrigger Locale: en-US Module Name: Microsoft.Graph.Beta.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaPrintPrinterTaskTrigger --- @@ -28,7 +28,7 @@ Update-MgBetaPrintPrinterTaskTrigger -PrintTaskTriggerId -PrinterId ] [-Event ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -38,7 +38,7 @@ Update-MgBetaPrintPrinterTaskTrigger -PrintTaskTriggerId -PrinterId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -49,7 +49,7 @@ Update-MgBetaPrintPrinterTaskTrigger -InputObject [-Definition ] [-Event ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -59,7 +59,7 @@ Update-MgBetaPrintPrinterTaskTrigger -InputObject -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.Devices.CloudPrint/Update-MgBetaPrintService.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Update-MgBetaPrintService.md index f4fbf89f03ec0..7c9f7aab6fd0e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Update-MgBetaPrintService.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Update-MgBetaPrintService.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devices.cloudprint/update-mgbetaprintservice Locale: en-US Module Name: Microsoft.Graph.Beta.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaPrintService --- @@ -27,7 +27,7 @@ Update-MgBetaPrintService -PrintServiceId [-ResponseHeadersVariable ] [-Endpoints ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -37,7 +37,6 @@ Update-MgBetaPrintService -PrintServiceId -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -48,7 +47,7 @@ Update-MgBetaPrintService -InputObject [-Endpoints ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -58,7 +57,7 @@ Update-MgBetaPrintService -InputObject -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.Devices.CloudPrint/Update-MgBetaPrintServiceEndpoint.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Update-MgBetaPrintServiceEndpoint.md index b21d76dda3782..2e8cc505eb2b0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Update-MgBetaPrintServiceEndpoint.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Update-MgBetaPrintServiceEndpoint.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devices.cloudprint/update-mgbetaprintserviceendpoint Locale: en-US Module Name: Microsoft.Graph.Beta.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaPrintServiceEndpoint --- @@ -28,7 +28,6 @@ Update-MgBetaPrintServiceEndpoint -PrintServiceEndpointId -PrintService [-Id ] [-Name ] [-Uri ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -38,7 +37,7 @@ Update-MgBetaPrintServiceEndpoint -PrintServiceEndpointId -PrintService -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -49,7 +48,6 @@ Update-MgBetaPrintServiceEndpoint -InputObject [-Id ] [-Name ] [-Uri ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -59,7 +57,7 @@ Update-MgBetaPrintServiceEndpoint -InputObject -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.Devices.CloudPrint/Update-MgBetaPrintShare.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Update-MgBetaPrintShare.md index b0c7211efd0b3..feaea766a7fc3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Update-MgBetaPrintShare.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Update-MgBetaPrintShare.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devices.cloudprint/update-mgbetaprintshare Locale: en-US Module Name: Microsoft.Graph.Beta.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaPrintShare --- @@ -35,7 +35,6 @@ Update-MgBetaPrintShare -PrinterShareId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -45,7 +44,6 @@ Update-MgBetaPrintShare -PrinterShareId -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -61,7 +59,7 @@ Update-MgBetaPrintShare -InputObject [-Status ] [-ViewPoint ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -71,7 +69,7 @@ Update-MgBetaPrintShare -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -948,7 +946,7 @@ Always null when the object hasn't been deleted. [AccessType ]: groupAccessType [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. @@ -980,13 +978,13 @@ Maximum length is 256 characters. Required on create. Supports $filter (eq only). [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. @@ -996,7 +994,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are auto-subscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. @@ -1279,16 +1277,59 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. [UsageRights ]: [Id ]: The unique identifier for an entity. Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. @@ -1432,7 +1473,7 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for users to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). @@ -1712,22 +1753,23 @@ Read-only. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -1757,12 +1799,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -1845,7 +1944,7 @@ Optional. [IncludeBasicClaimSet ]: Determines whether the basic claim set is included in tokens affected by this policy. If set to true, all claims in the basic claim set are emitted in tokens affected by the policy. By default the basic claim set isn't in the tokens unless they're explicitly configured in this policy. - [CreatedByAppId ]: The appId (called Application (client) ID on the Microsoft Entra admin center) of the application used to create the service principal. + [CreatedByAppId ]: The appId of the application that created this service principal. Set internally by Microsoft Entra ID. Read-only. [CreatedObjects ]: Directory objects created by this service principal. @@ -1977,7 +2076,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -2136,13 +2235,13 @@ May not begin with .. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [ApprovedClientApps ]: + [ApprovedClientApps ]: The collection of approved client apps that are associated with the RDS configuration. +Supports $expand. [Id ]: The unique identifier for an entity. Read-only. - [DisplayName ]: + [DisplayName ]: Display name for the client application. [IsRemoteDesktopProtocolEnabled ]: Determines if Microsoft Entra ID RDS authentication protocol for RDP is enabled. [TargetDeviceGroups ]: The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. -
]: The unique identifier for an entity. Read-only. [DisplayName ]: Display name for the target device group. @@ -2501,7 +2600,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. - [ExternalAuthenticationMethods ]: Represents the external methods registered to a user for authentication. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. Optional. @@ -2517,7 +2616,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. - [DisplayName ]: Custom name given to the registered external authentication method. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. @@ -2768,7 +2867,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -3021,7 +3120,7 @@ Read-only. The identifiers must be unique in the tenant. [Birthday ]: The birthday of the user. 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 Returned only on $select. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. Only one number can be set for this property. Read-only for users synced from on-premises directory. @@ -3360,6 +3459,49 @@ This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. Read only. + [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. +Nullable. + [Attachments ]: References to attached objects like files, tabs, meetings etc. + [Body ]: itemBody + [ChannelIdentity ]: channelIdentity + [ChatId ]: If the message was sent in a chat, represents the identity of the chat. + [CreatedDateTime ]: Timestamp of when the chat message was created. + [DeletedDateTime ]: Read only. +Timestamp at which the chat message was deleted, or null if not deleted. + [Etag ]: Read-only. +Version number of the chat message. + [EventDetail ]: eventMessageDetail + [From ]: chatMessageFromIdentitySet + [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. + [Importance ]: chatMessageImportance + [LastEditedDateTime ]: Read only. +Timestamp when edits to the chat message were made. +Triggers an 'Edited' flag in the Teams UI. +If no edits are made the value is null. + [LastModifiedDateTime ]: Read only. +Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. + [Locale ]: Locale of the chat message set by the client. +Always set to en-us. + [Mentions ]: List of entities mentioned in the chat message. +Supported entities are: user, bot, team, channel, chat, and tag. + [MessageHistory ]: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. + [MessageType ]: chatMessageType + [OnBehalfOf ]: chatMessageFromIdentitySet + [PolicyViolation ]: chatMessagePolicyViolation + [Reactions ]: Reactions for this chat message (for example, Like). + [Replies ]: Replies for a specified message. +Supports $expand for channel messages. + [ReplyToId ]: Read-only. +ID of the parent chat message or root chat message of the thread. +(Only applies to chat messages in channels, not chats.) + [Subject ]: The subject of the chat message, in plaintext. + [Summary ]: Summary text of the chat message that could be used for push notifications and summary views or fall back views. +Only applies to channel chat messages, not chat messages in a chat. + [WebUrl ]: Read-only. +Link to the message in Microsoft Teams. + [Id ]: The unique identifier for an entity. +Read-only. + [Recipient ]: identity [TenantId ]: The identifier of the tenant in which the chat was created. Read-only. [Topic ]: (Optional) Subject or topic for the chat. @@ -3395,7 +3537,22 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [AssignmentErrors ]: + [Id ]: The unique identifier for an entity. +Read-only. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [Assignments ]: [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -3514,7 +3671,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 @@ -3539,6 +3698,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. @@ -3746,10 +3938,11 @@ 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. + [ContentCategory ]: contentCategory [CorrelationId ]: An identifier used to group multiple related content entries (for example, different parts of the same file upload, messages in a conversation). [CreatedDateTime ]: Required. Timestamp indicating when the original content was created (for example, file creation time, message sent time). @@ -3877,6 +4070,24 @@ Required. [LearningProviderId ]: The registration ID of the provider. Required. [Status ]: courseStatus + [Storyline ]: User's storyline singleton container. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Followers ]: The users who are following this user. + [Id ]: The unique identifier for an entity. +Read-only. + [Follower ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Followings ]: The users that this user is following. + [Id ]: The unique identifier for an entity. +Read-only. + [Following ]: The Viva Engage identities. [EmployeeHireDate ]: The date and time when the user was hired or will start work if there is a future hire. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. @@ -3891,10 +4102,10 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. @@ -4114,6 +4325,17 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(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. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity. @@ -4211,6 +4433,7 @@ To proactively opt in to the new behavior ahead of time, use the contentStream p Nullable. [File ]: file [(Any) ]: This indicates any property can be added to this object. + [ArchiveStatus ]: fileArchiveStatus [Hashes ]: hashes [(Any) ]: This indicates any property can be added to this object. [Crc32Hash ]: The CRC32 value of the file (if available). @@ -4221,6 +4444,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. @@ -5329,6 +5565,8 @@ Read-only. [ContentTypes ]: The collection of content types present in this list. [DisplayName ]: The displayable title of the list. [Drive ]: drive + [ItemCount ]: The total count of items in the list. +Read-only. [Items ]: All items contained in the list. [List ]: listInfo [(Any) ]: This indicates any property can be added to this object. @@ -5682,7 +5920,9 @@ Read-write. [(Any) ]: This indicates any property can be added to this object. [ArchiveStatus ]: siteArchiveStatus [ArchivedBy ]: identitySet - [ArchivedDateTime ]: + [ArchivedDateTime ]: Time when the container was archived. +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. [DataLocationCode ]: The geographic region code for where this site collection resides. Only present for multi-geo tenants. Read-only. @@ -5705,7 +5945,7 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. 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. - Returned only on $select. + Requires $select to retrieve. Note: This property is specific to SharePoint Online. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. @@ -5728,6 +5968,27 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityGovernance ]: identityGovernanceUserSettings + [(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 ]: 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 + [(Any) ]: This indicates any property can be added to this object. + [Duration ]: The requestor's desired duration of access represented in ISO 8601 format for durations. +For example, PT3H refers to three hours. + If specified in a request, endDateTime shouldn't be present and the type property should be set to afterDuration. + [EndDateTime ]: Timestamp of 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. + [Type ]: expirationPatternType + [Recurrence ]: patternedRecurrence + [StartDateTime ]: 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. +In PIM, when the eligible or active assignment becomes active. [IdentityParentId ]: The object ID of the parent identity for agent users. Always null for regular user accounts. For agentUser resources, this property references the object ID of the associated agent identity. @@ -5824,7 +6085,7 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for users to describe their interests. -Returned only on $select. +Requires $select to retrieve. [InvitedBy ]: directoryObject [IsLicenseReconciliationNeeded ]: Indicates whether the user is pending an exchange mailbox license assignment. Read-only. @@ -5833,7 +6094,8 @@ Returned only on $select. 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). @@ -5863,6 +6125,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 @@ -6006,10 +6269,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -6018,9 +6283,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. @@ -6517,16 +6811,16 @@ This URL should be treated as an opaque blob, and not parsed. 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. Read-only. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. It also indicates licenses that are directly assigned and the ones the user inherited through group memberships. Read-only. -Returned only on $select. +Requires $select to retrieve. [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. Read-Only. @@ -6652,7 +6946,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -7201,6 +7495,8 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -7294,7 +7590,7 @@ Read-only. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Notifications ]: [Id ]: The unique identifier for an entity. Read-only. @@ -7402,6 +7698,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. @@ -7450,6 +7750,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. @@ -7704,7 +8009,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for users to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [PendingAccessReviewInstances ]: Navigation property to get a list of access reviews pending approval by the reviewer. [Id ]: The unique identifier for an entity. Read-only. @@ -7724,14 +8029,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. @@ -8064,7 +8361,7 @@ Example: 'en-US', or 'es-ES'. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -8520,15 +8817,14 @@ Read-only. [WebUrl ]: Link to the institution or department homepage. [Program ]: educationalActivityDetail [(Any) ]: This indicates any property can be added to this object. - [Abbreviation ]: Shortened name of the degree or program (example: PhD, MBA) + [Abbreviation ]: Shortened name of the degree or program, for example, PhD and MBA. [Activities ]: Extracurricular activities undertaken alongside the program. [Awards ]: Any awards or honors associated with the program. [Description ]: Short description of the program provided by the user. [DisplayName ]: Long-form name of the program that the user provided. - [FieldsOfStudy ]: Majors and minors associated with the program. -(if applicable) - [Grade ]: The final grade, class, GPA, or score. - [Notes ]: More notes the user provided. + [FieldsOfStudy ]: Majors and minors associated with the program, if applicable. + [Grade ]: The final grade, class, grade point average (GPA), or score. + [Notes ]: More notes provided by the user. [WebUrl ]: Link to the degree or program page. [StartMonthYear ]: The month and year the user commenced the activity referenced. [Emails ]: Represents detailed information about email addresses associated with the user. @@ -8831,9 +9127,9 @@ Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they have attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: The scoped-role administrative unit memberships for this user. Read-only. Nullable. @@ -8900,7 +9196,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. @@ -9050,7 +9346,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Use revokeSignInSessions to reset. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -9097,6 +9393,48 @@ The language component follows two-letter codes as defined in ISO 639-1, and the For users with multigeo licenses, the property contains the user's region (if available). For users without multigeo licenses, the property contains the organization's region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China. + [Sections ]: The sections in the user's chat list. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the section was created. +Read-only. +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. + [DisplayIcon ]: sectionDisplayIcon + [(Any) ]: This indicates any property can be added to this object. + [ContentUrl ]: The URL to a custom icon image. +Applicable when iconType is custom. + [DisplayName ]: The human-readable name of the icon. + [IconType ]: The type of icon. +Use an emoji character such as 👍 for an emoji icon, or custom for a custom image icon. + [SkinTone ]: sectionIconSkinTone + [DisplayName ]: The display name of the section. +Required. +Maximum length is 50 characters. +Display names are case-sensitive and must be unique within a user's sections. +The following names are reserved for system-defined sections and can't be used when creating a user-defined section: RecentChats, QuickViews, TeamsAndChannels, MutedChats, MeetingChats, EngageCommunities. + [IsExpanded ]: Indicates whether the section is expanded in the user interface. +The default value is true. + [IsHierarchicalViewEnabled ]: Indicates whether the hierarchical view is enabled for the section. +Read-only. + [Items ]: The items (chats, channels, meetings, or communities) organized within the section. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the item was added to the section. +Read-only. +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. + [ItemType ]: sectionItemType + [LastModifiedDateTime ]: Date and time when the item was last modified. +Read-only. +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. + [LastModifiedDateTime ]: Date and time when the section was last modified. +Read-only. +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. + [SectionType ]: sectionType + [SortType ]: sectionSortType [Todo ]: todo [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -9109,6 +9447,12 @@ Read-only. Nullable. [IsOwner ]: True if the user is owner of the given task list. [IsShared ]: True if the task list is shared with other users + [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the task list. +Read-only. +Nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Value ]: The value of the property. [Tasks ]: The tasks in this task list. Read-only. Nullable. @@ -9172,9 +9516,6 @@ Read-only. [Recurrence ]: patternedRecurrence [ReminderDateTime ]: dateTimeTimeZone [SingleValueExtendedProperties ]: A collection of custom fields linked to the task. - [Id ]: The unique identifier for an entity. -Read-only. - [Value ]: The value of the property. [StartDateTime ]: dateTimeTimeZone [Status ]: taskStatus [Title ]: A brief description of the task. @@ -9226,6 +9567,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. @@ -9263,6 +9606,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. @@ -9285,6 +9629,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 ]: @@ -9338,6 +9683,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. @@ -9347,8 +9694,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. @@ -9450,11 +9795,11 @@ You can use it as a $filter argument to get groups that have members with licens Supports $filter (eq). [HideFromAddressLists ]: true if the group isn't displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: true if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [InfoCatalogs ]: Identifies the info segments assigned to the group. Returned by default. @@ -9478,7 +9823,7 @@ Read-only. To manage a group 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. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -9528,6 +9873,7 @@ Read-only. [OnPremisesDomainName ]: Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only. + [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [OnPremisesLastSyncDateTime ]: Indicates the last time at which the group was synced with the on-premises directory.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. Returned by default. @@ -9609,7 +9955,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). @@ -9645,12 +9991,12 @@ Immutable. Read-only. [UnseenConversationsCount ]: Count of conversations delivered one or more new posts since the signed-in user's last visit to the group. This property is the same as unseenCount. -Returned only on $select. +Requires $select to retrieve. [UnseenCount ]: Count of conversations that have received new posts since the signed-in user last visited the group. -This property is the same as unseenConversationsCount.Returned only on $select. +This property is the same as unseenConversationsCount.Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [UnseenMessagesCount ]: Count of new posts that have been delivered to the group's conversations since the signed-in user's last visit to the group. -Returned only on $select. +Requires $select to retrieve. [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. @@ -9661,7 +10007,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Requires $select to retrieve. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -9678,7 +10027,7 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for users to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). @@ -9972,22 +10321,23 @@ Always null when the object hasn't been deleted. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -10017,12 +10367,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -10132,7 +10539,7 @@ Optional. [IncludeBasicClaimSet ]: Determines whether the basic claim set is included in tokens affected by this policy. If set to true, all claims in the basic claim set are emitted in tokens affected by the policy. By default the basic claim set isn't in the tokens unless they're explicitly configured in this policy. - [CreatedByAppId ]: The appId (called Application (client) ID on the Microsoft Entra admin center) of the application used to create the service principal. + [CreatedByAppId ]: The appId of the application that created this service principal. Set internally by Microsoft Entra ID. Read-only. [CreatedObjects ]: Directory objects created by this service principal. @@ -10264,7 +10671,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -10423,13 +10830,13 @@ May not begin with .. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [ApprovedClientApps ]: + [ApprovedClientApps ]: The collection of approved client apps that are associated with the RDS configuration. +Supports $expand. [Id ]: The unique identifier for an entity. Read-only. - [DisplayName ]: + [DisplayName ]: Display name for the client application. [IsRemoteDesktopProtocolEnabled ]: Determines if Microsoft Entra ID RDS authentication protocol for RDP is enabled. [TargetDeviceGroups ]: The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. -
]: The unique identifier for an entity. Read-only. [DisplayName ]: Display name for the target device group. @@ -10792,7 +11199,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. - [ExternalAuthenticationMethods ]: Represents the external methods registered to a user for authentication. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. Optional. @@ -10808,7 +11215,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. - [DisplayName ]: Custom name given to the registered external authentication method. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. @@ -11061,7 +11468,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -11314,7 +11721,7 @@ Read-only. The identifiers must be unique in the tenant. [Birthday ]: The birthday of the user. 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 Returned only on $select. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. Only one number can be set for this property. Read-only for users synced from on-premises directory. @@ -11924,6 +12331,49 @@ This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. Read only. + [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. +Nullable. + [Attachments ]: References to attached objects like files, tabs, meetings etc. + [Body ]: itemBody + [ChannelIdentity ]: channelIdentity + [ChatId ]: If the message was sent in a chat, represents the identity of the chat. + [CreatedDateTime ]: Timestamp of when the chat message was created. + [DeletedDateTime ]: Read only. +Timestamp at which the chat message was deleted, or null if not deleted. + [Etag ]: Read-only. +Version number of the chat message. + [EventDetail ]: eventMessageDetail + [From ]: chatMessageFromIdentitySet + [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. + [Importance ]: chatMessageImportance + [LastEditedDateTime ]: Read only. +Timestamp when edits to the chat message were made. +Triggers an 'Edited' flag in the Teams UI. +If no edits are made the value is null. + [LastModifiedDateTime ]: Read only. +Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. + [Locale ]: Locale of the chat message set by the client. +Always set to en-us. + [Mentions ]: List of entities mentioned in the chat message. +Supported entities are: user, bot, team, channel, chat, and tag. + [MessageHistory ]: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. + [MessageType ]: chatMessageType + [OnBehalfOf ]: chatMessageFromIdentitySet + [PolicyViolation ]: chatMessagePolicyViolation + [Reactions ]: Reactions for this chat message (for example, Like). + [Replies ]: Replies for a specified message. +Supports $expand for channel messages. + [ReplyToId ]: Read-only. +ID of the parent chat message or root chat message of the thread. +(Only applies to chat messages in channels, not chats.) + [Subject ]: The subject of the chat message, in plaintext. + [Summary ]: Summary text of the chat message that could be used for push notifications and summary views or fall back views. +Only applies to channel chat messages, not chat messages in a chat. + [WebUrl ]: Read-only. +Link to the message in Microsoft Teams. + [Id ]: The unique identifier for an entity. +Read-only. + [Recipient ]: identity [TenantId ]: The identifier of the tenant in which the chat was created. Read-only. [Topic ]: (Optional) Subject or topic for the chat. @@ -11959,21 +12409,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -12092,7 +12599,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 @@ -12117,6 +12626,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. @@ -12324,10 +12866,11 @@ 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. + [ContentCategory ]: contentCategory [CorrelationId ]: An identifier used to group multiple related content entries (for example, different parts of the same file upload, messages in a conversation). [CreatedDateTime ]: Required. Timestamp indicating when the original content was created (for example, file creation time, message sent time). @@ -12612,6 +13155,7 @@ To proactively opt in to the new behavior ahead of time, use the contentStream p Nullable. [File ]: file [(Any) ]: This indicates any property can be added to this object. + [ArchiveStatus ]: fileArchiveStatus [Hashes ]: hashes [(Any) ]: This indicates any property can be added to this object. [Crc32Hash ]: The CRC32 value of the file (if available). @@ -12622,6 +13166,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. @@ -12722,6 +13279,17 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(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. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity. @@ -13731,6 +14299,8 @@ 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 total count of items in the list. +Read-only. [Items ]: All items contained in the list. [List ]: listInfo [(Any) ]: This indicates any property can be added to this object. @@ -13827,6 +14397,24 @@ Required. [LearningProviderId ]: The registration ID of the provider. Required. [Status ]: courseStatus + [Storyline ]: User's storyline singleton container. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Followers ]: The users who are following this user. + [Id ]: The unique identifier for an entity. +Read-only. + [Follower ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Followings ]: The users that this user is following. + [Id ]: The unique identifier for an entity. +Read-only. + [Following ]: The Viva Engage identities. [EmployeeHireDate ]: The date and time when the user was hired or will start work if there is a future hire. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. @@ -13841,10 +14429,10 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. @@ -14317,7 +14905,9 @@ Read-write. [(Any) ]: This indicates any property can be added to this object. [ArchiveStatus ]: siteArchiveStatus [ArchivedBy ]: identitySet - [ArchivedDateTime ]: + [ArchivedDateTime ]: Time when the container was archived. +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. [DataLocationCode ]: The geographic region code for where this site collection resides. Only present for multi-geo tenants. Read-only. @@ -14340,7 +14930,7 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. 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. - Returned only on $select. + Requires $select to retrieve. Note: This property is specific to SharePoint Online. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. @@ -14363,6 +14953,27 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityGovernance ]: identityGovernanceUserSettings + [(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 ]: 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 + [(Any) ]: This indicates any property can be added to this object. + [Duration ]: The requestor's desired duration of access represented in ISO 8601 format for durations. +For example, PT3H refers to three hours. + If specified in a request, endDateTime shouldn't be present and the type property should be set to afterDuration. + [EndDateTime ]: Timestamp of 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. + [Type ]: expirationPatternType + [Recurrence ]: patternedRecurrence + [StartDateTime ]: 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. +In PIM, when the eligible or active assignment becomes active. [IdentityParentId ]: The object ID of the parent identity for agent users. Always null for regular user accounts. For agentUser resources, this property references the object ID of the associated agent identity. @@ -14459,7 +15070,7 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for users to describe their interests. -Returned only on $select. +Requires $select to retrieve. [InvitedBy ]: directoryObject [IsLicenseReconciliationNeeded ]: Indicates whether the user is pending an exchange mailbox license assignment. Read-only. @@ -14468,7 +15079,8 @@ Returned only on $select. 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). @@ -14482,24 +15094,24 @@ If this list is non-empty, then only users or groups listed here can post. [AccessType ]: groupAccessType [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are auto-subscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -14509,6 +15121,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -14667,11 +15280,11 @@ You can use it as a $filter argument to get groups that have members with licens Supports $filter (eq). [HideFromAddressLists ]: true if the group isn't displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: true if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [InfoCatalogs ]: Identifies the info segments assigned to the group. Returned by default. @@ -14695,7 +15308,7 @@ Read-only. To manage a group 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. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -14745,6 +15358,7 @@ Read-only. [OnPremisesDomainName ]: Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only. + [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [OnPremisesLastSyncDateTime ]: Indicates the last time at which the group was synced with the on-premises directory.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. Returned by default. @@ -14928,10 +15542,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -14940,9 +15556,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. @@ -15106,7 +15751,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). @@ -15154,6 +15799,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 @@ -15551,12 +16197,12 @@ Immutable. Read-only. [UnseenConversationsCount ]: Count of conversations delivered one or more new posts since the signed-in user's last visit to the group. This property is the same as unseenCount. -Returned only on $select. +Requires $select to retrieve. [UnseenCount ]: Count of conversations that have received new posts since the signed-in user last visited the group. -This property is the same as unseenConversationsCount.Returned only on $select. +This property is the same as unseenConversationsCount.Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [UnseenMessagesCount ]: Count of new posts that have been delivered to the group's conversations since the signed-in user's last visit to the group. -Returned only on $select. +Requires $select to retrieve. [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. @@ -15567,7 +16213,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Requires $select to retrieve. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -15584,16 +16233,16 @@ Nullable. 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. Read-only. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. It also indicates licenses that are directly assigned and the ones the user inherited through group memberships. Read-only. -Returned only on $select. +Requires $select to retrieve. [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. Read-Only. @@ -15719,7 +16368,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -16268,6 +16917,8 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -16361,7 +17012,7 @@ Read-only. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Notifications ]: [Id ]: The unique identifier for an entity. Read-only. @@ -16456,6 +17107,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. @@ -16504,6 +17159,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. @@ -16758,7 +17418,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for users to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [PendingAccessReviewInstances ]: Navigation property to get a list of access reviews pending approval by the reviewer. [Id ]: The unique identifier for an entity. Read-only. @@ -16778,14 +17438,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. @@ -17118,7 +17770,7 @@ Example: 'en-US', or 'es-ES'. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -17574,15 +18226,14 @@ Read-only. [WebUrl ]: Link to the institution or department homepage. [Program ]: educationalActivityDetail [(Any) ]: This indicates any property can be added to this object. - [Abbreviation ]: Shortened name of the degree or program (example: PhD, MBA) + [Abbreviation ]: Shortened name of the degree or program, for example, PhD and MBA. [Activities ]: Extracurricular activities undertaken alongside the program. [Awards ]: Any awards or honors associated with the program. [Description ]: Short description of the program provided by the user. [DisplayName ]: Long-form name of the program that the user provided. - [FieldsOfStudy ]: Majors and minors associated with the program. -(if applicable) - [Grade ]: The final grade, class, GPA, or score. - [Notes ]: More notes the user provided. + [FieldsOfStudy ]: Majors and minors associated with the program, if applicable. + [Grade ]: The final grade, class, grade point average (GPA), or score. + [Notes ]: More notes provided by the user. [WebUrl ]: Link to the degree or program page. [StartMonthYear ]: The month and year the user commenced the activity referenced. [Emails ]: Represents detailed information about email addresses associated with the user. @@ -17885,9 +18536,9 @@ Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they have attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: The scoped-role administrative unit memberships for this user. Read-only. Nullable. @@ -17951,7 +18602,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. @@ -18101,7 +18752,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Use revokeSignInSessions to reset. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -18148,6 +18799,48 @@ The language component follows two-letter codes as defined in ISO 639-1, and the For users with multigeo licenses, the property contains the user's region (if available). For users without multigeo licenses, the property contains the organization's region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China. + [Sections ]: The sections in the user's chat list. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the section was created. +Read-only. +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. + [DisplayIcon ]: sectionDisplayIcon + [(Any) ]: This indicates any property can be added to this object. + [ContentUrl ]: The URL to a custom icon image. +Applicable when iconType is custom. + [DisplayName ]: The human-readable name of the icon. + [IconType ]: The type of icon. +Use an emoji character such as 👍 for an emoji icon, or custom for a custom image icon. + [SkinTone ]: sectionIconSkinTone + [DisplayName ]: The display name of the section. +Required. +Maximum length is 50 characters. +Display names are case-sensitive and must be unique within a user's sections. +The following names are reserved for system-defined sections and can't be used when creating a user-defined section: RecentChats, QuickViews, TeamsAndChannels, MutedChats, MeetingChats, EngageCommunities. + [IsExpanded ]: Indicates whether the section is expanded in the user interface. +The default value is true. + [IsHierarchicalViewEnabled ]: Indicates whether the hierarchical view is enabled for the section. +Read-only. + [Items ]: The items (chats, channels, meetings, or communities) organized within the section. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the item was added to the section. +Read-only. +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. + [ItemType ]: sectionItemType + [LastModifiedDateTime ]: Date and time when the item was last modified. +Read-only. +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. + [LastModifiedDateTime ]: Date and time when the section was last modified. +Read-only. +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. + [SectionType ]: sectionType + [SortType ]: sectionSortType [Todo ]: todo [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -18160,6 +18853,12 @@ Read-only. Nullable. [IsOwner ]: True if the user is owner of the given task list. [IsShared ]: True if the task list is shared with other users + [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the task list. +Read-only. +Nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Value ]: The value of the property. [Tasks ]: The tasks in this task list. Read-only. Nullable. @@ -18223,9 +18922,6 @@ Read-only. [Recurrence ]: patternedRecurrence [ReminderDateTime ]: dateTimeTimeZone [SingleValueExtendedProperties ]: A collection of custom fields linked to the task. - [Id ]: The unique identifier for an entity. -Read-only. - [Value ]: The value of the property. [StartDateTime ]: dateTimeTimeZone [Status ]: taskStatus [Title ]: A brief description of the task. @@ -18277,6 +18973,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. @@ -18314,6 +19012,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. @@ -18336,6 +19035,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 ]: @@ -18389,6 +19089,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. @@ -18398,8 +19100,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. @@ -18688,7 +19388,7 @@ Always null when the object hasn't been deleted. [AccessType ]: groupAccessType [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. @@ -18720,13 +19420,13 @@ Maximum length is 256 characters. Required on create. Supports $filter (eq only). [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. @@ -18736,7 +19436,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are auto-subscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. @@ -19019,16 +19719,59 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. [UsageRights ]: [Id ]: The unique identifier for an entity. Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. @@ -19172,7 +19915,7 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for users to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). @@ -19452,22 +20195,23 @@ Read-only. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -19497,12 +20241,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -19585,7 +20386,7 @@ Optional. [IncludeBasicClaimSet ]: Determines whether the basic claim set is included in tokens affected by this policy. If set to true, all claims in the basic claim set are emitted in tokens affected by the policy. By default the basic claim set isn't in the tokens unless they're explicitly configured in this policy. - [CreatedByAppId ]: The appId (called Application (client) ID on the Microsoft Entra admin center) of the application used to create the service principal. + [CreatedByAppId ]: The appId of the application that created this service principal. Set internally by Microsoft Entra ID. Read-only. [CreatedObjects ]: Directory objects created by this service principal. @@ -19717,7 +20518,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -19876,13 +20677,13 @@ May not begin with .. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [ApprovedClientApps ]: + [ApprovedClientApps ]: The collection of approved client apps that are associated with the RDS configuration. +Supports $expand. [Id ]: The unique identifier for an entity. Read-only. - [DisplayName ]: + [DisplayName ]: Display name for the client application. [IsRemoteDesktopProtocolEnabled ]: Determines if Microsoft Entra ID RDS authentication protocol for RDP is enabled. [TargetDeviceGroups ]: The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. -
]: The unique identifier for an entity. Read-only. [DisplayName ]: Display name for the target device group. @@ -20241,7 +21042,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. - [ExternalAuthenticationMethods ]: Represents the external methods registered to a user for authentication. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. Optional. @@ -20257,7 +21058,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. - [DisplayName ]: Custom name given to the registered external authentication method. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. @@ -20508,7 +21309,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -20761,7 +21562,7 @@ Read-only. The identifiers must be unique in the tenant. [Birthday ]: The birthday of the user. 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 Returned only on $select. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. Only one number can be set for this property. Read-only for users synced from on-premises directory. @@ -21100,6 +21901,49 @@ This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. Read only. + [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. +Nullable. + [Attachments ]: References to attached objects like files, tabs, meetings etc. + [Body ]: itemBody + [ChannelIdentity ]: channelIdentity + [ChatId ]: If the message was sent in a chat, represents the identity of the chat. + [CreatedDateTime ]: Timestamp of when the chat message was created. + [DeletedDateTime ]: Read only. +Timestamp at which the chat message was deleted, or null if not deleted. + [Etag ]: Read-only. +Version number of the chat message. + [EventDetail ]: eventMessageDetail + [From ]: chatMessageFromIdentitySet + [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. + [Importance ]: chatMessageImportance + [LastEditedDateTime ]: Read only. +Timestamp when edits to the chat message were made. +Triggers an 'Edited' flag in the Teams UI. +If no edits are made the value is null. + [LastModifiedDateTime ]: Read only. +Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. + [Locale ]: Locale of the chat message set by the client. +Always set to en-us. + [Mentions ]: List of entities mentioned in the chat message. +Supported entities are: user, bot, team, channel, chat, and tag. + [MessageHistory ]: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. + [MessageType ]: chatMessageType + [OnBehalfOf ]: chatMessageFromIdentitySet + [PolicyViolation ]: chatMessagePolicyViolation + [Reactions ]: Reactions for this chat message (for example, Like). + [Replies ]: Replies for a specified message. +Supports $expand for channel messages. + [ReplyToId ]: Read-only. +ID of the parent chat message or root chat message of the thread. +(Only applies to chat messages in channels, not chats.) + [Subject ]: The subject of the chat message, in plaintext. + [Summary ]: Summary text of the chat message that could be used for push notifications and summary views or fall back views. +Only applies to channel chat messages, not chat messages in a chat. + [WebUrl ]: Read-only. +Link to the message in Microsoft Teams. + [Id ]: The unique identifier for an entity. +Read-only. + [Recipient ]: identity [TenantId ]: The identifier of the tenant in which the chat was created. Read-only. [Topic ]: (Optional) Subject or topic for the chat. @@ -21135,7 +21979,22 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [AssignmentErrors ]: + [Id ]: The unique identifier for an entity. +Read-only. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [Assignments ]: [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -21254,7 +22113,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 @@ -21279,6 +22140,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. @@ -21486,10 +22380,11 @@ 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. + [ContentCategory ]: contentCategory [CorrelationId ]: An identifier used to group multiple related content entries (for example, different parts of the same file upload, messages in a conversation). [CreatedDateTime ]: Required. Timestamp indicating when the original content was created (for example, file creation time, message sent time). @@ -21617,6 +22512,24 @@ Required. [LearningProviderId ]: The registration ID of the provider. Required. [Status ]: courseStatus + [Storyline ]: User's storyline singleton container. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Followers ]: The users who are following this user. + [Id ]: The unique identifier for an entity. +Read-only. + [Follower ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Followings ]: The users that this user is following. + [Id ]: The unique identifier for an entity. +Read-only. + [Following ]: The Viva Engage identities. [EmployeeHireDate ]: The date and time when the user was hired or will start work if there is a future hire. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. @@ -21631,10 +22544,10 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. @@ -21854,6 +22767,17 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(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. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity. @@ -21951,6 +22875,7 @@ To proactively opt in to the new behavior ahead of time, use the contentStream p Nullable. [File ]: file [(Any) ]: This indicates any property can be added to this object. + [ArchiveStatus ]: fileArchiveStatus [Hashes ]: hashes [(Any) ]: This indicates any property can be added to this object. [Crc32Hash ]: The CRC32 value of the file (if available). @@ -21961,6 +22886,12 @@ 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 ]: [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. @@ -23069,6 +24000,8 @@ Read-only. [ContentTypes ]: The collection of content types present in this list. [DisplayName ]: The displayable title of the list. [Drive ]: drive + [ItemCount ]: The total count of items in the list. +Read-only. [Items ]: All items contained in the list. [List ]: listInfo [(Any) ]: This indicates any property can be added to this object. @@ -23422,7 +24355,9 @@ Read-write. [(Any) ]: This indicates any property can be added to this object. [ArchiveStatus ]: siteArchiveStatus [ArchivedBy ]: identitySet - [ArchivedDateTime ]: + [ArchivedDateTime ]: Time when the container was archived. +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. [DataLocationCode ]: The geographic region code for where this site collection resides. Only present for multi-geo tenants. Read-only. @@ -23445,7 +24380,7 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. 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. - Returned only on $select. + Requires $select to retrieve. Note: This property is specific to SharePoint Online. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. @@ -23468,6 +24403,27 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityGovernance ]: identityGovernanceUserSettings + [(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 ]: 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 + [(Any) ]: This indicates any property can be added to this object. + [Duration ]: The requestor's desired duration of access represented in ISO 8601 format for durations. +For example, PT3H refers to three hours. + If specified in a request, endDateTime shouldn't be present and the type property should be set to afterDuration. + [EndDateTime ]: Timestamp of 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. + [Type ]: expirationPatternType + [Recurrence ]: patternedRecurrence + [StartDateTime ]: 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. +In PIM, when the eligible or active assignment becomes active. [IdentityParentId ]: The object ID of the parent identity for agent users. Always null for regular user accounts. For agentUser resources, this property references the object ID of the associated agent identity. @@ -23564,7 +24520,7 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for users to describe their interests. -Returned only on $select. +Requires $select to retrieve. [InvitedBy ]: directoryObject [IsLicenseReconciliationNeeded ]: Indicates whether the user is pending an exchange mailbox license assignment. Read-only. @@ -23573,7 +24529,8 @@ Returned only on $select. 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). @@ -23603,6 +24560,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 @@ -23746,10 +24704,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -23758,9 +24718,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. @@ -24257,16 +25246,16 @@ This URL should be treated as an opaque blob, and not parsed. 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. Read-only. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. It also indicates licenses that are directly assigned and the ones the user inherited through group memberships. Read-only. -Returned only on $select. +Requires $select to retrieve. [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. Read-Only. @@ -24392,7 +25381,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -24941,6 +25930,8 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -25034,7 +26025,7 @@ Read-only. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Notifications ]: [Id ]: The unique identifier for an entity. Read-only. @@ -25142,6 +26133,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. @@ -25190,6 +26185,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. @@ -25444,7 +26444,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for users to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [PendingAccessReviewInstances ]: Navigation property to get a list of access reviews pending approval by the reviewer. [Id ]: The unique identifier for an entity. Read-only. @@ -25796,7 +26796,7 @@ Example: 'en-US', or 'es-ES'. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -25948,15 +26948,14 @@ Read-only. [WebUrl ]: Link to the institution or department homepage. [Program ]: educationalActivityDetail [(Any) ]: This indicates any property can be added to this object. - [Abbreviation ]: Shortened name of the degree or program (example: PhD, MBA) + [Abbreviation ]: Shortened name of the degree or program, for example, PhD and MBA. [Activities ]: Extracurricular activities undertaken alongside the program. [Awards ]: Any awards or honors associated with the program. [Description ]: Short description of the program provided by the user. [DisplayName ]: Long-form name of the program that the user provided. - [FieldsOfStudy ]: Majors and minors associated with the program. -(if applicable) - [Grade ]: The final grade, class, GPA, or score. - [Notes ]: More notes the user provided. + [FieldsOfStudy ]: Majors and minors associated with the program, if applicable. + [Grade ]: The final grade, class, grade point average (GPA), or score. + [Notes ]: More notes provided by the user. [WebUrl ]: Link to the degree or program page. [StartMonthYear ]: The month and year the user commenced the activity referenced. [Emails ]: Represents detailed information about email addresses associated with the user. @@ -26259,9 +27258,9 @@ Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they have attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: The scoped-role administrative unit memberships for this user. Read-only. Nullable. @@ -26328,7 +27327,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. @@ -26478,7 +27477,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Use revokeSignInSessions to reset. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -26525,6 +27524,48 @@ The language component follows two-letter codes as defined in ISO 639-1, and the For users with multigeo licenses, the property contains the user's region (if available). For users without multigeo licenses, the property contains the organization's region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China. + [Sections ]: The sections in the user's chat list. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the section was created. +Read-only. +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. + [DisplayIcon ]: sectionDisplayIcon + [(Any) ]: This indicates any property can be added to this object. + [ContentUrl ]: The URL to a custom icon image. +Applicable when iconType is custom. + [DisplayName ]: The human-readable name of the icon. + [IconType ]: The type of icon. +Use an emoji character such as 👍 for an emoji icon, or custom for a custom image icon. + [SkinTone ]: sectionIconSkinTone + [DisplayName ]: The display name of the section. +Required. +Maximum length is 50 characters. +Display names are case-sensitive and must be unique within a user's sections. +The following names are reserved for system-defined sections and can't be used when creating a user-defined section: RecentChats, QuickViews, TeamsAndChannels, MutedChats, MeetingChats, EngageCommunities. + [IsExpanded ]: Indicates whether the section is expanded in the user interface. +The default value is true. + [IsHierarchicalViewEnabled ]: Indicates whether the hierarchical view is enabled for the section. +Read-only. + [Items ]: The items (chats, channels, meetings, or communities) organized within the section. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the item was added to the section. +Read-only. +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. + [ItemType ]: sectionItemType + [LastModifiedDateTime ]: Date and time when the item was last modified. +Read-only. +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. + [LastModifiedDateTime ]: Date and time when the section was last modified. +Read-only. +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. + [SectionType ]: sectionType + [SortType ]: sectionSortType [Todo ]: todo [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -26537,6 +27578,12 @@ Read-only. Nullable. [IsOwner ]: True if the user is owner of the given task list. [IsShared ]: True if the task list is shared with other users + [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the task list. +Read-only. +Nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Value ]: The value of the property. [Tasks ]: The tasks in this task list. Read-only. Nullable. @@ -26600,9 +27647,6 @@ Read-only. [Recurrence ]: patternedRecurrence [ReminderDateTime ]: dateTimeTimeZone [SingleValueExtendedProperties ]: A collection of custom fields linked to the task. - [Id ]: The unique identifier for an entity. -Read-only. - [Value ]: The value of the property. [StartDateTime ]: dateTimeTimeZone [Status ]: taskStatus [Title ]: A brief description of the task. @@ -26654,6 +27698,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. @@ -26691,6 +27737,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. @@ -26713,6 +27760,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 ]: @@ -26766,6 +27814,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. @@ -26775,8 +27825,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. @@ -26878,11 +27926,11 @@ You can use it as a $filter argument to get groups that have members with licens Supports $filter (eq). [HideFromAddressLists ]: true if the group isn't displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: true if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [InfoCatalogs ]: Identifies the info segments assigned to the group. Returned by default. @@ -26906,7 +27954,7 @@ Read-only. To manage a group 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. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -26956,6 +28004,7 @@ Read-only. [OnPremisesDomainName ]: Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only. + [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [OnPremisesLastSyncDateTime ]: Indicates the last time at which the group was synced with the on-premises directory.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. Returned by default. @@ -27037,7 +28086,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). @@ -27073,12 +28122,12 @@ Immutable. Read-only. [UnseenConversationsCount ]: Count of conversations delivered one or more new posts since the signed-in user's last visit to the group. This property is the same as unseenCount. -Returned only on $select. +Requires $select to retrieve. [UnseenCount ]: Count of conversations that have received new posts since the signed-in user last visited the group. -This property is the same as unseenConversationsCount.Returned only on $select. +This property is the same as unseenConversationsCount.Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [UnseenMessagesCount ]: Count of new posts that have been delivered to the group's conversations since the signed-in user's last visit to the group. -Returned only on $select. +Requires $select to retrieve. [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. @@ -27089,7 +28138,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Requires $select to retrieve. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -27727,7 +28779,7 @@ Always null when the object hasn't been deleted. [AccessType ]: groupAccessType [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. @@ -27759,13 +28811,13 @@ Maximum length is 256 characters. Required on create. Supports $filter (eq only). [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. @@ -27775,7 +28827,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are auto-subscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. @@ -28058,16 +29110,59 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. [UsageRights ]: [Id ]: The unique identifier for an entity. Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. @@ -28211,7 +29306,7 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for users to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). @@ -28491,22 +29586,23 @@ Read-only. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -28536,12 +29632,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -28624,7 +29777,7 @@ Optional. [IncludeBasicClaimSet ]: Determines whether the basic claim set is included in tokens affected by this policy. If set to true, all claims in the basic claim set are emitted in tokens affected by the policy. By default the basic claim set isn't in the tokens unless they're explicitly configured in this policy. - [CreatedByAppId ]: The appId (called Application (client) ID on the Microsoft Entra admin center) of the application used to create the service principal. + [CreatedByAppId ]: The appId of the application that created this service principal. Set internally by Microsoft Entra ID. Read-only. [CreatedObjects ]: Directory objects created by this service principal. @@ -28756,7 +29909,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -28915,13 +30068,13 @@ May not begin with .. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [ApprovedClientApps ]: + [ApprovedClientApps ]: The collection of approved client apps that are associated with the RDS configuration. +Supports $expand. [Id ]: The unique identifier for an entity. Read-only. - [DisplayName ]: + [DisplayName ]: Display name for the client application. [IsRemoteDesktopProtocolEnabled ]: Determines if Microsoft Entra ID RDS authentication protocol for RDP is enabled. [TargetDeviceGroups ]: The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. -
]: The unique identifier for an entity. Read-only. [DisplayName ]: Display name for the target device group. @@ -29280,7 +30433,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. - [ExternalAuthenticationMethods ]: Represents the external methods registered to a user for authentication. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. Optional. @@ -29296,7 +30449,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. - [DisplayName ]: Custom name given to the registered external authentication method. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. @@ -29547,7 +30700,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -29800,7 +30953,7 @@ Read-only. The identifiers must be unique in the tenant. [Birthday ]: The birthday of the user. 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 Returned only on $select. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. Only one number can be set for this property. Read-only for users synced from on-premises directory. @@ -30139,6 +31292,49 @@ This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. Read only. + [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. +Nullable. + [Attachments ]: References to attached objects like files, tabs, meetings etc. + [Body ]: itemBody + [ChannelIdentity ]: channelIdentity + [ChatId ]: If the message was sent in a chat, represents the identity of the chat. + [CreatedDateTime ]: Timestamp of when the chat message was created. + [DeletedDateTime ]: Read only. +Timestamp at which the chat message was deleted, or null if not deleted. + [Etag ]: Read-only. +Version number of the chat message. + [EventDetail ]: eventMessageDetail + [From ]: chatMessageFromIdentitySet + [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. + [Importance ]: chatMessageImportance + [LastEditedDateTime ]: Read only. +Timestamp when edits to the chat message were made. +Triggers an 'Edited' flag in the Teams UI. +If no edits are made the value is null. + [LastModifiedDateTime ]: Read only. +Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. + [Locale ]: Locale of the chat message set by the client. +Always set to en-us. + [Mentions ]: List of entities mentioned in the chat message. +Supported entities are: user, bot, team, channel, chat, and tag. + [MessageHistory ]: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. + [MessageType ]: chatMessageType + [OnBehalfOf ]: chatMessageFromIdentitySet + [PolicyViolation ]: chatMessagePolicyViolation + [Reactions ]: Reactions for this chat message (for example, Like). + [Replies ]: Replies for a specified message. +Supports $expand for channel messages. + [ReplyToId ]: Read-only. +ID of the parent chat message or root chat message of the thread. +(Only applies to chat messages in channels, not chats.) + [Subject ]: The subject of the chat message, in plaintext. + [Summary ]: Summary text of the chat message that could be used for push notifications and summary views or fall back views. +Only applies to channel chat messages, not chat messages in a chat. + [WebUrl ]: Read-only. +Link to the message in Microsoft Teams. + [Id ]: The unique identifier for an entity. +Read-only. + [Recipient ]: identity [TenantId ]: The identifier of the tenant in which the chat was created. Read-only. [Topic ]: (Optional) Subject or topic for the chat. @@ -30174,7 +31370,22 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [AssignmentErrors ]: + [Id ]: The unique identifier for an entity. +Read-only. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [Assignments ]: [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -30293,7 +31504,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 @@ -30318,6 +31531,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. @@ -30525,10 +31771,11 @@ 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. + [ContentCategory ]: contentCategory [CorrelationId ]: An identifier used to group multiple related content entries (for example, different parts of the same file upload, messages in a conversation). [CreatedDateTime ]: Required. Timestamp indicating when the original content was created (for example, file creation time, message sent time). @@ -30656,6 +31903,24 @@ Required. [LearningProviderId ]: The registration ID of the provider. Required. [Status ]: courseStatus + [Storyline ]: User's storyline singleton container. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Followers ]: The users who are following this user. + [Id ]: The unique identifier for an entity. +Read-only. + [Follower ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Followings ]: The users that this user is following. + [Id ]: The unique identifier for an entity. +Read-only. + [Following ]: The Viva Engage identities. [EmployeeHireDate ]: The date and time when the user was hired or will start work if there is a future hire. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. @@ -30670,10 +31935,10 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. @@ -30893,6 +32158,17 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(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. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity. @@ -30990,6 +32266,7 @@ To proactively opt in to the new behavior ahead of time, use the contentStream p Nullable. [File ]: file [(Any) ]: This indicates any property can be added to this object. + [ArchiveStatus ]: fileArchiveStatus [Hashes ]: hashes [(Any) ]: This indicates any property can be added to this object. [Crc32Hash ]: The CRC32 value of the file (if available). @@ -31000,6 +32277,12 @@ 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 ]: [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. @@ -32108,6 +33391,8 @@ Read-only. [ContentTypes ]: The collection of content types present in this list. [DisplayName ]: The displayable title of the list. [Drive ]: drive + [ItemCount ]: The total count of items in the list. +Read-only. [Items ]: All items contained in the list. [List ]: listInfo [(Any) ]: This indicates any property can be added to this object. @@ -32461,7 +33746,9 @@ Read-write. [(Any) ]: This indicates any property can be added to this object. [ArchiveStatus ]: siteArchiveStatus [ArchivedBy ]: identitySet - [ArchivedDateTime ]: + [ArchivedDateTime ]: Time when the container was archived. +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. [DataLocationCode ]: The geographic region code for where this site collection resides. Only present for multi-geo tenants. Read-only. @@ -32484,7 +33771,7 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. 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. - Returned only on $select. + Requires $select to retrieve. Note: This property is specific to SharePoint Online. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. @@ -32507,6 +33794,27 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityGovernance ]: identityGovernanceUserSettings + [(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 ]: 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 + [(Any) ]: This indicates any property can be added to this object. + [Duration ]: The requestor's desired duration of access represented in ISO 8601 format for durations. +For example, PT3H refers to three hours. + If specified in a request, endDateTime shouldn't be present and the type property should be set to afterDuration. + [EndDateTime ]: Timestamp of 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. + [Type ]: expirationPatternType + [Recurrence ]: patternedRecurrence + [StartDateTime ]: 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. +In PIM, when the eligible or active assignment becomes active. [IdentityParentId ]: The object ID of the parent identity for agent users. Always null for regular user accounts. For agentUser resources, this property references the object ID of the associated agent identity. @@ -32603,7 +33911,7 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for users to describe their interests. -Returned only on $select. +Requires $select to retrieve. [InvitedBy ]: directoryObject [IsLicenseReconciliationNeeded ]: Indicates whether the user is pending an exchange mailbox license assignment. Read-only. @@ -32612,7 +33920,8 @@ Returned only on $select. 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). @@ -32642,6 +33951,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 @@ -32785,10 +34095,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -32797,9 +34109,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. @@ -33296,16 +34637,16 @@ This URL should be treated as an opaque blob, and not parsed. 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. Read-only. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. It also indicates licenses that are directly assigned and the ones the user inherited through group memberships. Read-only. -Returned only on $select. +Requires $select to retrieve. [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. Read-Only. @@ -33431,7 +34772,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -33980,6 +35321,8 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -34073,7 +35416,7 @@ Read-only. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Notifications ]: [Id ]: The unique identifier for an entity. Read-only. @@ -34181,6 +35524,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. @@ -34229,6 +35576,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. @@ -34483,7 +35835,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for users to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [PendingAccessReviewInstances ]: Navigation property to get a list of access reviews pending approval by the reviewer. [Id ]: The unique identifier for an entity. Read-only. @@ -34835,7 +36187,7 @@ Example: 'en-US', or 'es-ES'. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -34987,15 +36339,14 @@ Read-only. [WebUrl ]: Link to the institution or department homepage. [Program ]: educationalActivityDetail [(Any) ]: This indicates any property can be added to this object. - [Abbreviation ]: Shortened name of the degree or program (example: PhD, MBA) + [Abbreviation ]: Shortened name of the degree or program, for example, PhD and MBA. [Activities ]: Extracurricular activities undertaken alongside the program. [Awards ]: Any awards or honors associated with the program. [Description ]: Short description of the program provided by the user. [DisplayName ]: Long-form name of the program that the user provided. - [FieldsOfStudy ]: Majors and minors associated with the program. -(if applicable) - [Grade ]: The final grade, class, GPA, or score. - [Notes ]: More notes the user provided. + [FieldsOfStudy ]: Majors and minors associated with the program, if applicable. + [Grade ]: The final grade, class, grade point average (GPA), or score. + [Notes ]: More notes provided by the user. [WebUrl ]: Link to the degree or program page. [StartMonthYear ]: The month and year the user commenced the activity referenced. [Emails ]: Represents detailed information about email addresses associated with the user. @@ -35298,9 +36649,9 @@ Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they have attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: The scoped-role administrative unit memberships for this user. Read-only. Nullable. @@ -35367,7 +36718,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. @@ -35517,7 +36868,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Use revokeSignInSessions to reset. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -35564,6 +36915,48 @@ The language component follows two-letter codes as defined in ISO 639-1, and the For users with multigeo licenses, the property contains the user's region (if available). For users without multigeo licenses, the property contains the organization's region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China. + [Sections ]: The sections in the user's chat list. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the section was created. +Read-only. +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. + [DisplayIcon ]: sectionDisplayIcon + [(Any) ]: This indicates any property can be added to this object. + [ContentUrl ]: The URL to a custom icon image. +Applicable when iconType is custom. + [DisplayName ]: The human-readable name of the icon. + [IconType ]: The type of icon. +Use an emoji character such as 👍 for an emoji icon, or custom for a custom image icon. + [SkinTone ]: sectionIconSkinTone + [DisplayName ]: The display name of the section. +Required. +Maximum length is 50 characters. +Display names are case-sensitive and must be unique within a user's sections. +The following names are reserved for system-defined sections and can't be used when creating a user-defined section: RecentChats, QuickViews, TeamsAndChannels, MutedChats, MeetingChats, EngageCommunities. + [IsExpanded ]: Indicates whether the section is expanded in the user interface. +The default value is true. + [IsHierarchicalViewEnabled ]: Indicates whether the hierarchical view is enabled for the section. +Read-only. + [Items ]: The items (chats, channels, meetings, or communities) organized within the section. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the item was added to the section. +Read-only. +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. + [ItemType ]: sectionItemType + [LastModifiedDateTime ]: Date and time when the item was last modified. +Read-only. +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. + [LastModifiedDateTime ]: Date and time when the section was last modified. +Read-only. +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. + [SectionType ]: sectionType + [SortType ]: sectionSortType [Todo ]: todo [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -35576,6 +36969,12 @@ Read-only. Nullable. [IsOwner ]: True if the user is owner of the given task list. [IsShared ]: True if the task list is shared with other users + [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the task list. +Read-only. +Nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Value ]: The value of the property. [Tasks ]: The tasks in this task list. Read-only. Nullable. @@ -35639,9 +37038,6 @@ Read-only. [Recurrence ]: patternedRecurrence [ReminderDateTime ]: dateTimeTimeZone [SingleValueExtendedProperties ]: A collection of custom fields linked to the task. - [Id ]: The unique identifier for an entity. -Read-only. - [Value ]: The value of the property. [StartDateTime ]: dateTimeTimeZone [Status ]: taskStatus [Title ]: A brief description of the task. @@ -35693,6 +37089,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. @@ -35730,6 +37128,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. @@ -35752,6 +37151,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 ]: @@ -35805,6 +37205,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. @@ -35814,8 +37216,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. @@ -35917,11 +37317,11 @@ You can use it as a $filter argument to get groups that have members with licens Supports $filter (eq). [HideFromAddressLists ]: true if the group isn't displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: true if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [InfoCatalogs ]: Identifies the info segments assigned to the group. Returned by default. @@ -35945,7 +37345,7 @@ Read-only. To manage a group 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. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -35995,6 +37395,7 @@ Read-only. [OnPremisesDomainName ]: Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only. + [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [OnPremisesLastSyncDateTime ]: Indicates the last time at which the group was synced with the on-premises directory.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. Returned by default. @@ -36076,7 +37477,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). @@ -36112,12 +37513,12 @@ Immutable. Read-only. [UnseenConversationsCount ]: Count of conversations delivered one or more new posts since the signed-in user's last visit to the group. This property is the same as unseenCount. -Returned only on $select. +Requires $select to retrieve. [UnseenCount ]: Count of conversations that have received new posts since the signed-in user last visited the group. -This property is the same as unseenConversationsCount.Returned only on $select. +This property is the same as unseenConversationsCount.Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [UnseenMessagesCount ]: Count of new posts that have been delivered to the group's conversations since the signed-in user's last visit to the group. -Returned only on $select. +Requires $select to retrieve. [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. @@ -36128,7 +37529,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Requires $select to retrieve. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Update-MgBetaPrintShareAllowedUserMailboxSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Update-MgBetaPrintShareAllowedUserMailboxSetting.md index 5abf0e993f265..ce40a762f36ea 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Update-MgBetaPrintShareAllowedUserMailboxSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Update-MgBetaPrintShareAllowedUserMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devices.cloudprint/update-mgbetaprintshareallowedusermailboxsetting Locale: en-US Module Name: Microsoft.Graph.Beta.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaPrintShareAllowedUserMailboxSetting --- @@ -31,7 +31,6 @@ Update-MgBetaPrintShareAllowedUserMailboxSetting -PrinterShareId -UserI [-WorkingHours ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -41,7 +40,7 @@ Update-MgBetaPrintShareAllowedUserMailboxSetting -PrinterShareId -UserI -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -55,7 +54,6 @@ Update-MgBetaPrintShareAllowedUserMailboxSetting -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -65,7 +63,7 @@ Update-MgBetaPrintShareAllowedUserMailboxSetting -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Update-MgBetaPrintShareJob.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Update-MgBetaPrintShareJob.md index c7f21da360590..b7073bcbb85de 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Update-MgBetaPrintShareJob.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Update-MgBetaPrintShareJob.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devices.cloudprint/update-mgbetaprintsharejob Locale: en-US Module Name: Microsoft.Graph.Beta.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaPrintShareJob --- @@ -33,7 +33,6 @@ Update-MgBetaPrintShareJob -PrintJobId -PrinterShareId [-Tasks ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -43,7 +42,7 @@ Update-MgBetaPrintShareJob -PrintJobId -PrinterShareId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -59,7 +58,6 @@ Update-MgBetaPrintShareJob -InputObject [-Tasks ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -69,7 +67,7 @@ Update-MgBetaPrintShareJob -InputObject -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.Devices.CloudPrint/Update-MgBetaPrintShareJobDocument.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Update-MgBetaPrintShareJobDocument.md index 17864f6e82ab1..9905dcfae4bff 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Update-MgBetaPrintShareJobDocument.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Update-MgBetaPrintShareJobDocument.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devices.cloudprint/update-mgbetaprintsharejobdocument Locale: en-US Module Name: Microsoft.Graph.Beta.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaPrintShareJobDocument --- @@ -30,7 +30,6 @@ Update-MgBetaPrintShareJobDocument -PrintDocumentId -PrintJobId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -41,7 +40,6 @@ Update-MgBetaPrintShareJobDocument -PrintDocumentId -PrintJobId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -54,7 +52,6 @@ Update-MgBetaPrintShareJobDocument -InputObject [-UploadedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -64,7 +61,7 @@ Update-MgBetaPrintShareJobDocument -InputObject -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.Devices.CloudPrint/Update-MgBetaPrintShareJobTask.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Update-MgBetaPrintShareJobTask.md index 5351193dbe707..2673319b672b3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Update-MgBetaPrintShareJobTask.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Update-MgBetaPrintShareJobTask.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devices.cloudprint/update-mgbetaprintsharejobtask Locale: en-US Module Name: Microsoft.Graph.Beta.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaPrintShareJobTask --- @@ -29,7 +29,7 @@ Update-MgBetaPrintShareJobTask -PrintJobId -PrintTaskId -Print [-Status ] [-Trigger ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -39,7 +39,7 @@ Update-MgBetaPrintShareJobTask -PrintJobId -PrintTaskId -Print -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -51,7 +51,7 @@ Update-MgBetaPrintShareJobTask -InputObject [-Status ] [-Trigger ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -61,7 +61,7 @@ Update-MgBetaPrintShareJobTask -InputObject -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.Devices.CloudPrint/Update-MgBetaPrintTaskDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Update-MgBetaPrintTaskDefinition.md index b37b393fe10f8..562ad7b433e8f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Update-MgBetaPrintTaskDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Update-MgBetaPrintTaskDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devices.cloudprint/update-mgbetaprinttaskdefinition Locale: en-US Module Name: Microsoft.Graph.Beta.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaPrintTaskDefinition --- @@ -29,7 +29,7 @@ Update-MgBetaPrintTaskDefinition -PrintTaskDefinitionId [-ResponseHeade [-DisplayName ] [-Id ] [-Tasks ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -39,7 +39,7 @@ Update-MgBetaPrintTaskDefinition -PrintTaskDefinitionId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -51,7 +51,6 @@ Update-MgBetaPrintTaskDefinition -InputObject [-Tasks ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -61,7 +60,7 @@ Update-MgBetaPrintTaskDefinition -InputObject -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.Devices.CloudPrint/Update-MgBetaPrintTaskDefinitionTask.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Update-MgBetaPrintTaskDefinitionTask.md index 7f84b708eadbc..ee3f295febac2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Update-MgBetaPrintTaskDefinitionTask.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Devices.CloudPrint/Update-MgBetaPrintTaskDefinitionTask.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Devices.CloudPrint-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.devices.cloudprint/update-mgbetaprinttaskdefinitiontask Locale: en-US Module Name: Microsoft.Graph.Beta.Devices.CloudPrint -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaPrintTaskDefinitionTask --- @@ -30,7 +30,7 @@ Update-MgBetaPrintTaskDefinitionTask -PrintTaskDefinitionId -PrintTaskI [-Status ] [-Trigger ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -40,7 +40,7 @@ Update-MgBetaPrintTaskDefinitionTask -PrintTaskDefinitionId -PrintTaskI -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -52,7 +52,7 @@ Update-MgBetaPrintTaskDefinitionTask -InputObject [-Status ] [-Trigger ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -62,7 +62,7 @@ Update-MgBetaPrintTaskDefinitionTask -InputObject -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.Financials/Get-MgBetaFinancial.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancial.md index 66c2dfc44a8a1..76b15d4d1b7b1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancial.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancial.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancial Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancial --- @@ -23,7 +23,7 @@ Get financials Get-MgBetaFinancial [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompany.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompany.md index 12163cff2b1a6..b05643eb9cc1a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompany.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompany.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompany Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompany --- @@ -25,7 +25,7 @@ Get-MgBetaFinancialCompany [-ExpandProperty ] [-Property ] [ [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -34,7 +34,7 @@ Get-MgBetaFinancialCompany [-ExpandProperty ] [-Property ] [ Get-MgBetaFinancialCompany -CompanyId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -43,7 +43,7 @@ Get-MgBetaFinancialCompany -CompanyId [-ExpandProperty ] [-Pr Get-MgBetaFinancialCompany -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyAccount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyAccount.md index 32a78cd372be5..d073bfcccdc54 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyAccount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyAccount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanyaccount Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanyAccount --- @@ -25,7 +25,7 @@ Get-MgBetaFinancialCompanyAccount -CompanyId [-ExpandProperty ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaFinancialCompanyAccount -AccountId -CompanyId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -44,7 +44,7 @@ Get-MgBetaFinancialCompanyAccount -AccountId -CompanyId Get-MgBetaFinancialCompanyAccount -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyAccountCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyAccountCount.md index c0b8d56ac70a4..5f597be8606ee 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyAccountCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyAccountCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanyaccountcount Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanyAccountCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaFinancialCompanyAccountCount -CompanyId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -32,7 +32,7 @@ Get-MgBetaFinancialCompanyAccountCount -CompanyId [-Filter ] [- Get-MgBetaFinancialCompanyAccountCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyAgedAccountPayable.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyAgedAccountPayable.md index ffbe025ff7116..eb46bad8b849f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyAgedAccountPayable.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyAgedAccountPayable.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanyagedaccountpayable Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanyAgedAccountPayable --- @@ -25,7 +25,7 @@ Get-MgBetaFinancialCompanyAgedAccountPayable -CompanyId [-ExpandPropert [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaFinancialCompanyAgedAccountPayable -AgedAccountsPayableId -Co [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -45,7 +45,7 @@ Get-MgBetaFinancialCompanyAgedAccountPayable -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyAgedAccountPayableCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyAgedAccountPayableCount.md index f9bc9f981ea60..aef3f73abded3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyAgedAccountPayableCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyAgedAccountPayableCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanyagedaccountpayablecount Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanyAgedAccountPayableCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaFinancialCompanyAgedAccountPayableCount -CompanyId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -33,7 +33,7 @@ Get-MgBetaFinancialCompanyAgedAccountPayableCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyAgedAccountReceivable.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyAgedAccountReceivable.md index 34e6de4a81c33..6c6830df37f31 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyAgedAccountReceivable.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyAgedAccountReceivable.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanyagedaccountreceivable Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanyAgedAccountReceivable --- @@ -25,7 +25,7 @@ Get-MgBetaFinancialCompanyAgedAccountReceivable -CompanyId [-ExpandProp [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaFinancialCompanyAgedAccountReceivable -AgedAccountsReceivableId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -45,7 +45,7 @@ Get-MgBetaFinancialCompanyAgedAccountReceivable -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyAgedAccountReceivableCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyAgedAccountReceivableCount.md index 93b9c72f9aa23..d06921781d152 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyAgedAccountReceivableCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyAgedAccountReceivableCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanyagedaccountreceivablecount Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanyAgedAccountReceivableCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaFinancialCompanyAgedAccountReceivableCount -CompanyId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -33,7 +33,7 @@ Get-MgBetaFinancialCompanyAgedAccountReceivableCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyCount.md index 27ed18a37a384..875177a6ce5f3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanycount Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanyCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaFinancialCompanyCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyCountryRegion.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyCountryRegion.md index 6d60eb617bfef..3bf5e0bb587c1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyCountryRegion.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyCountryRegion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanycountryregion Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanyCountryRegion --- @@ -25,7 +25,7 @@ Get-MgBetaFinancialCompanyCountryRegion -CompanyId [-ExpandProperty ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaFinancialCompanyCountryRegion -CompanyId -CountryRegionId ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -45,7 +45,7 @@ Get-MgBetaFinancialCompanyCountryRegion -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyCountryRegionCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyCountryRegionCount.md index d86be6db5454d..3b755f4e2d841 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyCountryRegionCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyCountryRegionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanycountryregioncount Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanyCountryRegionCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaFinancialCompanyCountryRegionCount -CompanyId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -32,7 +32,7 @@ Get-MgBetaFinancialCompanyCountryRegionCount -CompanyId [-Filter [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyCurrency.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyCurrency.md index 7f3a83b151cdd..515b9a1d97698 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyCurrency.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyCurrency.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanycurrency Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanyCurrency --- @@ -25,7 +25,7 @@ Get-MgBetaFinancialCompanyCurrency -CompanyId [-ExpandProperty ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaFinancialCompanyCurrency -CompanyId -CurrencyId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -44,7 +44,7 @@ Get-MgBetaFinancialCompanyCurrency -CompanyId -CurrencyId Get-MgBetaFinancialCompanyCurrency -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyCurrencyCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyCurrencyCount.md index bc874d731ba92..44bd9d7aef672 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyCurrencyCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyCurrencyCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanycurrencycount Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanyCurrencyCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaFinancialCompanyCurrencyCount -CompanyId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -32,7 +32,7 @@ Get-MgBetaFinancialCompanyCurrencyCount -CompanyId [-Filter ] [ Get-MgBetaFinancialCompanyCurrencyCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyCustomer.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyCustomer.md index 593ed2f9491b3..0b6f32e863b31 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyCustomer.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyCustomer.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanycustomer Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanyCustomer --- @@ -25,7 +25,7 @@ Get-MgBetaFinancialCompanyCustomer -CompanyId [-ExpandProperty ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaFinancialCompanyCustomer -CompanyId -CustomerId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -44,7 +44,7 @@ Get-MgBetaFinancialCompanyCustomer -CompanyId -CustomerId Get-MgBetaFinancialCompanyCustomer -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyCustomerCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyCustomerCount.md index 2164c5ce9242a..0b0e853e07f53 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyCustomerCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyCustomerCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanycustomercount Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanyCustomerCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaFinancialCompanyCustomerCount -CompanyId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -32,7 +32,7 @@ Get-MgBetaFinancialCompanyCustomerCount -CompanyId [-Filter ] [ Get-MgBetaFinancialCompanyCustomerCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyCustomerCurrency.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyCustomerCurrency.md index 5eb69439b98d1..4b67445429111 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyCustomerCurrency.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyCustomerCurrency.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanycustomercurrency Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanyCustomerCurrency --- @@ -24,7 +24,7 @@ Get-MgBetaFinancialCompanyCustomerCurrency -CompanyId -CustomerId ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaFinancialCompanyCustomerCurrency -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyCustomerPayment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyCustomerPayment.md index b72fd141b163f..665f242fac4e1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyCustomerPayment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyCustomerPayment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanycustomerpayment Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanyCustomerPayment --- @@ -25,7 +25,7 @@ Get-MgBetaFinancialCompanyCustomerPayment -CompanyId [-ExpandProperty < [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaFinancialCompanyCustomerPayment -CompanyId -CustomerPaymentId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -45,7 +45,7 @@ Get-MgBetaFinancialCompanyCustomerPayment -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyCustomerPaymentCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyCustomerPaymentCount.md index 7f87c39e2b596..1443578cdddda 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyCustomerPaymentCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyCustomerPaymentCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanycustomerpaymentcount Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanyCustomerPaymentCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaFinancialCompanyCustomerPaymentCount -CompanyId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -32,7 +32,7 @@ Get-MgBetaFinancialCompanyCustomerPaymentCount -CompanyId [-Filter [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyCustomerPaymentCustomer.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyCustomerPaymentCustomer.md index 63b7cce8c5bd6..53661841c235b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyCustomerPaymentCustomer.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyCustomerPaymentCustomer.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanycustomerpaymentcustomer Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanyCustomerPaymentCustomer --- @@ -24,7 +24,7 @@ Get-MgBetaFinancialCompanyCustomerPaymentCustomer -CompanyId -CustomerP [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaFinancialCompanyCustomerPaymentCustomer -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyCustomerPaymentCustomerCurrency.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyCustomerPaymentCustomerCurrency.md index e27dffaf54b85..9189d1f650416 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyCustomerPaymentCustomerCurrency.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyCustomerPaymentCustomerCurrency.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanycustomerpaymentcustomercurrency Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanyCustomerPaymentCustomerCurrency --- @@ -24,7 +24,7 @@ Get-MgBetaFinancialCompanyCustomerPaymentCustomerCurrency -CompanyId -CustomerPaymentId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaFinancialCompanyCustomerPaymentCustomerCurrency -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyCustomerPaymentCustomerPicture.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyCustomerPaymentCustomerPicture.md index 5cc0d844f019d..c6dbc02f5d39b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyCustomerPaymentCustomerPicture.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyCustomerPaymentCustomerPicture.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanycustomerpaymentcustomerpicture Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanyCustomerPaymentCustomerPicture --- @@ -26,7 +26,7 @@ Get-MgBetaFinancialCompanyCustomerPaymentCustomerPicture -CompanyId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -36,7 +36,7 @@ Get-MgBetaFinancialCompanyCustomerPaymentCustomerPicture -CompanyId -CustomerPaymentId -PictureId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +46,7 @@ Get-MgBetaFinancialCompanyCustomerPaymentCustomerPicture -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyCustomerPaymentCustomerPictureContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyCustomerPaymentCustomerPictureContent.md index 0c5e35b1bd526..49540b95d7f16 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyCustomerPaymentCustomerPictureContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyCustomerPaymentCustomerPictureContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanycustomerpaymentcustomerpicturecontent Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanyCustomerPaymentCustomerPictureContent --- @@ -24,7 +24,7 @@ Get-MgBetaFinancialCompanyCustomerPaymentCustomerPictureContent -CompanyId -PictureId -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -33,7 +33,7 @@ Get-MgBetaFinancialCompanyCustomerPaymentCustomerPictureContent -CompanyId -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyCustomerPaymentCustomerPictureCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyCustomerPaymentCustomerPictureCount.md index fca0dfb4c3ff8..723c0e785c441 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyCustomerPaymentCustomerPictureCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyCustomerPaymentCustomerPictureCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanycustomerpaymentcustomerpicturecount Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanyCustomerPaymentCustomerPictureCount --- @@ -24,7 +24,7 @@ Get-MgBetaFinancialCompanyCustomerPaymentCustomerPictureCount -CompanyId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaFinancialCompanyCustomerPaymentCustomerPictureCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyCustomerPaymentCustomerShipmentMethod.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyCustomerPaymentCustomerShipmentMethod.md index 60ff81dee6d7e..a6fb8440dbc61 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyCustomerPaymentCustomerShipmentMethod.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyCustomerPaymentCustomerShipmentMethod.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanycustomerpaymentcustomershipmentmethod Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanyCustomerPaymentCustomerShipmentMethod --- @@ -24,7 +24,7 @@ Get-MgBetaFinancialCompanyCustomerPaymentCustomerShipmentMethod -CompanyId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaFinancialCompanyCustomerPaymentCustomerShipmentMethod -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyCustomerPaymentJournal.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyCustomerPaymentJournal.md index 52cb2d1ed4cf7..5f2e32c729580 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyCustomerPaymentJournal.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyCustomerPaymentJournal.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanycustomerpaymentjournal Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanyCustomerPaymentJournal --- @@ -25,7 +25,7 @@ Get-MgBetaFinancialCompanyCustomerPaymentJournal -CompanyId [-ExpandPro [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaFinancialCompanyCustomerPaymentJournal -CompanyId -CustomerPaymentJournalId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -45,7 +45,7 @@ Get-MgBetaFinancialCompanyCustomerPaymentJournal -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyCustomerPaymentJournalAccount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyCustomerPaymentJournalAccount.md index 6009bd2a4c71b..15ffcd2e7e025 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyCustomerPaymentJournalAccount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyCustomerPaymentJournalAccount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanycustomerpaymentjournalaccount Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanyCustomerPaymentJournalAccount --- @@ -24,7 +24,7 @@ Get-MgBetaFinancialCompanyCustomerPaymentJournalAccount -CompanyId -CustomerPaymentJournalId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaFinancialCompanyCustomerPaymentJournalAccount -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyCustomerPaymentJournalCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyCustomerPaymentJournalCount.md index 7e52628d2f707..7f02036709789 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyCustomerPaymentJournalCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyCustomerPaymentJournalCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanycustomerpaymentjournalcount Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanyCustomerPaymentJournalCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaFinancialCompanyCustomerPaymentJournalCount -CompanyId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -33,7 +33,7 @@ Get-MgBetaFinancialCompanyCustomerPaymentJournalCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPayment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPayment.md index 8134d097db19b..af4a0a52ff1e5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPayment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPayment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanycustomerpaymentjournalcustomerpayment Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPayment --- @@ -26,7 +26,7 @@ Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPayment -CompanyId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -36,7 +36,7 @@ Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPayment -CompanyId -CustomerPaymentJournalId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +46,7 @@ Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPayment -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCount.md index 515d1593f5677..0b50503b4c91c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanycustomerpaymentjournalcustomerpaymentcount Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCount --- @@ -24,7 +24,7 @@ Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCount -CompanyId -CustomerPaymentJournalId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomer.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomer.md index 7714454c94eaa..3f778ab6e5a74 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomer.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomer.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanycustomerpaymentjournalcustomerpaymentcustomer Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomer --- @@ -24,7 +24,7 @@ Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomer -Company -CustomerPaymentId -CustomerPaymentJournalId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomer -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerCurrency.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerCurrency.md index 7cad032ffa97d..df49b8d0cee8b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerCurrency.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerCurrency.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanycustomerpaymentjournalcustomerpaymentcustomercurrency Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerCurrency --- @@ -24,7 +24,7 @@ Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerCurrency -CustomerPaymentId -CustomerPaymentJournalId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerCurrency -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPicture.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPicture.md index c3202e7aa588d..586b4c7046abc 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPicture.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPicture.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanycustomerpaymentjournalcustomerpaymentcustomerpicture Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPicture --- @@ -26,7 +26,7 @@ Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPicture - [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -37,7 +37,7 @@ Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPicture - [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -47,7 +47,7 @@ Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPicture -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPictureContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPictureContent.md index 4fb1a1645fbae..8c09a83dde254 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPictureContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPictureContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanycustomerpaymentjournalcustomerpaymentcustomerpicturecontent Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPictureContent --- @@ -25,7 +25,7 @@ Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPictureCo -PictureId -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPictureCo -InputObject -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPictureCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPictureCount.md index 9f412310db24d..488795b9288aa 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPictureCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPictureCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanycustomerpaymentjournalcustomerpaymentcustomerpicturecount Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPictureCount --- @@ -25,7 +25,7 @@ Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPictureCo [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPictureCo -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerShipmentMethod.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerShipmentMethod.md index 73763d3991fa1..9f8ef4eb2b633 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerShipmentMethod.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerShipmentMethod.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanycustomerpaymentjournalcustomerpaymentcustomershipmentmethod Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerShipmentMethod --- @@ -25,7 +25,7 @@ Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerShipmentM [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerShipmentM -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentMethod.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentMethod.md index 80a9bfabb55bb..e7fca11c2cd20 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentMethod.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentMethod.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanycustomerpaymentjournalcustomerpaymentmethod Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentMethod --- @@ -24,7 +24,7 @@ Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentMethod -CompanyId -CustomerPaymentId -CustomerPaymentJournalId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentMethod -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentTerm.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentTerm.md index c4fed8267e209..2eaedbf774dd0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentTerm.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentTerm.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanycustomerpaymentjournalcustomerpaymentterm Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentTerm --- @@ -24,7 +24,7 @@ Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentTerm -CompanyId < -CustomerPaymentId -CustomerPaymentJournalId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentTerm -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyCustomerPaymentMethod.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyCustomerPaymentMethod.md index b274d47ed53f0..97ee5ed9c1727 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyCustomerPaymentMethod.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyCustomerPaymentMethod.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanycustomerpaymentmethod Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanyCustomerPaymentMethod --- @@ -24,7 +24,7 @@ Get-MgBetaFinancialCompanyCustomerPaymentMethod -CompanyId -CustomerPay [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### Get1 @@ -34,7 +34,7 @@ Get-MgBetaFinancialCompanyCustomerPaymentMethod -CompanyId -CustomerId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity1 @@ -44,7 +44,7 @@ Get-MgBetaFinancialCompanyCustomerPaymentMethod -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -54,7 +54,7 @@ Get-MgBetaFinancialCompanyCustomerPaymentMethod -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyCustomerPaymentTerm.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyCustomerPaymentTerm.md index b072921507294..85242c3d33e93 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyCustomerPaymentTerm.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyCustomerPaymentTerm.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanycustomerpaymentterm Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanyCustomerPaymentTerm --- @@ -24,7 +24,7 @@ Get-MgBetaFinancialCompanyCustomerPaymentTerm -CompanyId -CustomerPayme [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### Get1 @@ -34,7 +34,7 @@ Get-MgBetaFinancialCompanyCustomerPaymentTerm -CompanyId -CustomerId ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity1 @@ -44,7 +44,7 @@ Get-MgBetaFinancialCompanyCustomerPaymentTerm -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -54,7 +54,7 @@ Get-MgBetaFinancialCompanyCustomerPaymentTerm -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyCustomerPicture.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyCustomerPicture.md index 52948ec19437e..e6af5402c7f1e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyCustomerPicture.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyCustomerPicture.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanycustomerpicture Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanyCustomerPicture --- @@ -26,7 +26,6 @@ Get-MgBetaFinancialCompanyCustomerPicture -CompanyId -CustomerId ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -36,7 +35,7 @@ Get-MgBetaFinancialCompanyCustomerPicture -CompanyId -CustomerId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +45,7 @@ Get-MgBetaFinancialCompanyCustomerPicture -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyCustomerPictureContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyCustomerPictureContent.md index 23d7782324d82..55c20fc9b6655 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyCustomerPictureContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyCustomerPictureContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanycustomerpicturecontent Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanyCustomerPictureContent --- @@ -24,7 +24,7 @@ Get-MgBetaFinancialCompanyCustomerPictureContent -CompanyId -CustomerId -PictureId -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -33,7 +33,7 @@ Get-MgBetaFinancialCompanyCustomerPictureContent -CompanyId -CustomerId Get-MgBetaFinancialCompanyCustomerPictureContent -InputObject -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyCustomerPictureCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyCustomerPictureCount.md index 68d31265395b4..7b2396ee4fd98 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyCustomerPictureCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyCustomerPictureCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanycustomerpicturecount Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanyCustomerPictureCount --- @@ -24,7 +24,7 @@ Get-MgBetaFinancialCompanyCustomerPictureCount -CompanyId -CustomerId < [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -33,7 +33,7 @@ Get-MgBetaFinancialCompanyCustomerPictureCount -CompanyId -CustomerId < Get-MgBetaFinancialCompanyCustomerPictureCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyCustomerShipmentMethod.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyCustomerShipmentMethod.md index 03db0e502feff..7b1f374479251 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyCustomerShipmentMethod.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyCustomerShipmentMethod.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanycustomershipmentmethod Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanyCustomerShipmentMethod --- @@ -24,7 +24,7 @@ Get-MgBetaFinancialCompanyCustomerShipmentMethod -CompanyId -CustomerId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaFinancialCompanyCustomerShipmentMethod -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyDimension.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyDimension.md index a036a93bc1e91..0f636d46e23e0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyDimension.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyDimension.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanydimension Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanyDimension --- @@ -25,7 +25,7 @@ Get-MgBetaFinancialCompanyDimension -CompanyId [-ExpandProperty ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaFinancialCompanyDimension -CompanyId -DimensionId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -44,7 +44,7 @@ Get-MgBetaFinancialCompanyDimension -CompanyId -DimensionId Get-MgBetaFinancialCompanyDimension -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyDimensionCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyDimensionCount.md index 9bb896830dd32..d32b2b924d122 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyDimensionCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyDimensionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanydimensioncount Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanyDimensionCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaFinancialCompanyDimensionCount -CompanyId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -32,7 +32,7 @@ Get-MgBetaFinancialCompanyDimensionCount -CompanyId [-Filter ] Get-MgBetaFinancialCompanyDimensionCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyDimensionValue.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyDimensionValue.md index f67d865413a94..23e62ae3de8ff 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyDimensionValue.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyDimensionValue.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanydimensionvalue Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanyDimensionValue --- @@ -25,7 +25,7 @@ Get-MgBetaFinancialCompanyDimensionValue -CompanyId [-ExpandProperty ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### List1 @@ -37,7 +37,6 @@ Get-MgBetaFinancialCompanyDimensionValue -CompanyId -DimensionId ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get1 @@ -47,7 +46,7 @@ Get-MgBetaFinancialCompanyDimensionValue -CompanyId -DimensionValueId < -DimensionId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### Get @@ -57,7 +56,7 @@ Get-MgBetaFinancialCompanyDimensionValue -CompanyId -DimensionValueId < [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity1 @@ -67,7 +66,7 @@ Get-MgBetaFinancialCompanyDimensionValue -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -77,7 +76,7 @@ Get-MgBetaFinancialCompanyDimensionValue -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyDimensionValueCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyDimensionValueCount.md index 800ecaae20990..d234815fa8985 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyDimensionValueCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyDimensionValueCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanydimensionvaluecount Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanyDimensionValueCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaFinancialCompanyDimensionValueCount -CompanyId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### Get @@ -33,7 +33,7 @@ Get-MgBetaFinancialCompanyDimensionValueCount -CompanyId -DimensionId < [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity1 @@ -42,7 +42,7 @@ Get-MgBetaFinancialCompanyDimensionValueCount -CompanyId -DimensionId < Get-MgBetaFinancialCompanyDimensionValueCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -51,7 +51,7 @@ Get-MgBetaFinancialCompanyDimensionValueCount -InputObject Get-MgBetaFinancialCompanyDimensionValueCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyEmployee.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyEmployee.md index 40dfaa1774853..d0dd64d307a3c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyEmployee.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyEmployee.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanyemployee Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanyEmployee --- @@ -25,7 +25,7 @@ Get-MgBetaFinancialCompanyEmployee -CompanyId [-ExpandProperty ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaFinancialCompanyEmployee -CompanyId -EmployeeId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -44,7 +44,7 @@ Get-MgBetaFinancialCompanyEmployee -CompanyId -EmployeeId Get-MgBetaFinancialCompanyEmployee -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyEmployeeCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyEmployeeCount.md index 3cb15f0776f65..a8b6a6c6b4eb4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyEmployeeCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyEmployeeCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanyemployeecount Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanyEmployeeCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaFinancialCompanyEmployeeCount -CompanyId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -32,7 +32,7 @@ Get-MgBetaFinancialCompanyEmployeeCount -CompanyId [-Filter ] [ Get-MgBetaFinancialCompanyEmployeeCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyEmployeePicture.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyEmployeePicture.md index dc389afddd8e8..d10281986d055 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyEmployeePicture.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyEmployeePicture.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanyemployeepicture Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanyEmployeePicture --- @@ -26,7 +26,6 @@ Get-MgBetaFinancialCompanyEmployeePicture -CompanyId -EmployeeId ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -36,7 +35,7 @@ Get-MgBetaFinancialCompanyEmployeePicture -CompanyId -EmployeeId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +45,7 @@ Get-MgBetaFinancialCompanyEmployeePicture -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyEmployeePictureContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyEmployeePictureContent.md index 6d0fb30a7bba7..6ce7277866169 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyEmployeePictureContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyEmployeePictureContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanyemployeepicturecontent Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanyEmployeePictureContent --- @@ -24,7 +24,7 @@ Get-MgBetaFinancialCompanyEmployeePictureContent -CompanyId -EmployeeId -PictureId -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -33,7 +33,7 @@ Get-MgBetaFinancialCompanyEmployeePictureContent -CompanyId -EmployeeId Get-MgBetaFinancialCompanyEmployeePictureContent -InputObject -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyEmployeePictureCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyEmployeePictureCount.md index 1c6c5bfe5c250..c1c20b528add7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyEmployeePictureCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyEmployeePictureCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanyemployeepicturecount Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanyEmployeePictureCount --- @@ -24,7 +24,7 @@ Get-MgBetaFinancialCompanyEmployeePictureCount -CompanyId -EmployeeId < [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -33,7 +33,7 @@ Get-MgBetaFinancialCompanyEmployeePictureCount -CompanyId -EmployeeId < Get-MgBetaFinancialCompanyEmployeePictureCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyGeneralLedgerEntry.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyGeneralLedgerEntry.md index d2972d4237ded..fe696cc6d8a4f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyGeneralLedgerEntry.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyGeneralLedgerEntry.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanygeneralledgerentry Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanyGeneralLedgerEntry --- @@ -25,7 +25,7 @@ Get-MgBetaFinancialCompanyGeneralLedgerEntry -CompanyId [-ExpandPropert [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaFinancialCompanyGeneralLedgerEntry -CompanyId -GeneralLedgerE [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -45,7 +45,7 @@ Get-MgBetaFinancialCompanyGeneralLedgerEntry -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyGeneralLedgerEntryAccount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyGeneralLedgerEntryAccount.md index 5b2888979890b..1e733056e33e4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyGeneralLedgerEntryAccount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyGeneralLedgerEntryAccount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanygeneralledgerentryaccount Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanyGeneralLedgerEntryAccount --- @@ -24,7 +24,7 @@ Get-MgBetaFinancialCompanyGeneralLedgerEntryAccount -CompanyId -GeneralLedgerEntryId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaFinancialCompanyGeneralLedgerEntryAccount -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyGeneralLedgerEntryCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyGeneralLedgerEntryCount.md index 955f583fad883..ba0e8fd2c461a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyGeneralLedgerEntryCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyGeneralLedgerEntryCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanygeneralledgerentrycount Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanyGeneralLedgerEntryCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaFinancialCompanyGeneralLedgerEntryCount -CompanyId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -33,7 +33,7 @@ Get-MgBetaFinancialCompanyGeneralLedgerEntryCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyInformation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyInformation.md index 23ca687eddf0e..3b70279464786 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyInformation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyInformation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanyinformation Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanyInformation --- @@ -25,7 +25,7 @@ Get-MgBetaFinancialCompanyInformation -CompanyId [-ExpandProperty ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaFinancialCompanyInformation -CompanyId -CompanyInformationId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -45,7 +45,7 @@ Get-MgBetaFinancialCompanyInformation -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyInformationCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyInformationCount.md index 77d66d1823353..1e34965433628 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyInformationCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyInformationCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanyinformationcount Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanyInformationCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaFinancialCompanyInformationCount -CompanyId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -32,7 +32,7 @@ Get-MgBetaFinancialCompanyInformationCount -CompanyId [-Filter Get-MgBetaFinancialCompanyInformationCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyInformationPicture.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyInformationPicture.md index 544bfb62756a7..7a7e8e94a79ef 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyInformationPicture.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyInformationPicture.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanyinformationpicture Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanyInformationPicture --- @@ -23,7 +23,7 @@ Get picture for the navigation property companyInformation from financials Get-MgBetaFinancialCompanyInformationPicture -CompanyId -CompanyInformationId -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -32,7 +32,7 @@ Get-MgBetaFinancialCompanyInformationPicture -CompanyId -CompanyInforma Get-MgBetaFinancialCompanyInformationPicture -InputObject -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyItem.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyItem.md index 447e8ebc76859..4911319cb1fde 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyItem.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyItem.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanyitem Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanyItem --- @@ -25,7 +25,7 @@ Get-MgBetaFinancialCompanyItem -CompanyId [-ExpandProperty ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -34,7 +34,7 @@ Get-MgBetaFinancialCompanyItem -CompanyId [-ExpandProperty ] Get-MgBetaFinancialCompanyItem -CompanyId -ItemId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -43,7 +43,7 @@ Get-MgBetaFinancialCompanyItem -CompanyId -ItemId [-ExpandProp Get-MgBetaFinancialCompanyItem -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyItemCategory.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyItemCategory.md index 4360aec78b250..8d5ca273dacb5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyItemCategory.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyItemCategory.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanyitemcategory Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanyItemCategory --- @@ -25,7 +25,7 @@ Get-MgBetaFinancialCompanyItemCategory -CompanyId [-ExpandProperty ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get1 @@ -35,7 +35,7 @@ Get-MgBetaFinancialCompanyItemCategory -CompanyId -ItemId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### Get @@ -45,7 +45,7 @@ Get-MgBetaFinancialCompanyItemCategory -CompanyId -ItemCategoryId ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity1 @@ -55,7 +55,7 @@ Get-MgBetaFinancialCompanyItemCategory -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -65,7 +65,7 @@ Get-MgBetaFinancialCompanyItemCategory -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyItemCategoryCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyItemCategoryCount.md index 4453a3bb9f63b..d9eaff012651d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyItemCategoryCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyItemCategoryCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanyitemcategorycount Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanyItemCategoryCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaFinancialCompanyItemCategoryCount -CompanyId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -32,7 +32,7 @@ Get-MgBetaFinancialCompanyItemCategoryCount -CompanyId [-Filter [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyItemCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyItemCount.md index 99c6fad9b3a6c..0f9903a5fbcc2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyItemCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyItemCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanyitemcount Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanyItemCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaFinancialCompanyItemCount -CompanyId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -32,7 +32,7 @@ Get-MgBetaFinancialCompanyItemCount -CompanyId [-Filter ] [-Sea Get-MgBetaFinancialCompanyItemCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyItemPicture.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyItemPicture.md index 5be9318f8a015..1d18e2cefa0e1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyItemPicture.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyItemPicture.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanyitempicture Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanyItemPicture --- @@ -26,7 +26,6 @@ Get-MgBetaFinancialCompanyItemPicture -CompanyId -ItemId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -36,7 +35,7 @@ Get-MgBetaFinancialCompanyItemPicture -CompanyId -ItemId -Pict [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +45,7 @@ Get-MgBetaFinancialCompanyItemPicture -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyItemPictureContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyItemPictureContent.md index 6073930371847..dc0f4e4da63ab 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyItemPictureContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyItemPictureContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanyitempicturecontent Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanyItemPictureContent --- @@ -24,7 +24,7 @@ Get-MgBetaFinancialCompanyItemPictureContent -CompanyId -ItemId -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -33,7 +33,7 @@ Get-MgBetaFinancialCompanyItemPictureContent -CompanyId -ItemId -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyItemPictureCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyItemPictureCount.md index 2ad9e215dfb03..bda52e483f7d3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyItemPictureCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyItemPictureCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanyitempicturecount Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanyItemPictureCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaFinancialCompanyItemPictureCount -CompanyId -ItemId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -32,7 +32,7 @@ Get-MgBetaFinancialCompanyItemPictureCount -CompanyId -ItemId Get-MgBetaFinancialCompanyItemPictureCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyJournal.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyJournal.md index a8aa6c4fc59ed..29244e27c6a0e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyJournal.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyJournal.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanyjournal Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanyJournal --- @@ -25,7 +25,7 @@ Get-MgBetaFinancialCompanyJournal -CompanyId [-ExpandProperty ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaFinancialCompanyJournal -CompanyId -JournalId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -44,7 +44,7 @@ Get-MgBetaFinancialCompanyJournal -CompanyId -JournalId Get-MgBetaFinancialCompanyJournal -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyJournalAccount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyJournalAccount.md index c868f5eb8b9ac..6b887d9b80a9b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyJournalAccount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyJournalAccount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanyjournalaccount Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanyJournalAccount --- @@ -24,7 +24,7 @@ Get-MgBetaFinancialCompanyJournalAccount -CompanyId -JournalId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaFinancialCompanyJournalAccount -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyJournalCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyJournalCount.md index 7158f3787207a..b24be08310ac5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyJournalCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyJournalCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanyjournalcount Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanyJournalCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaFinancialCompanyJournalCount -CompanyId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -32,7 +32,7 @@ Get-MgBetaFinancialCompanyJournalCount -CompanyId [-Filter ] [- Get-MgBetaFinancialCompanyJournalCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyJournalLine.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyJournalLine.md index 66b7ac548c7ab..967738b0c6bbe 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyJournalLine.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyJournalLine.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanyjournalline Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanyJournalLine --- @@ -25,7 +25,7 @@ Get-MgBetaFinancialCompanyJournalLine -CompanyId [-ExpandProperty ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### List1 @@ -37,7 +37,6 @@ Get-MgBetaFinancialCompanyJournalLine -CompanyId -JournalId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get1 @@ -47,7 +46,7 @@ Get-MgBetaFinancialCompanyJournalLine -CompanyId -JournalLineId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### Get @@ -57,7 +56,7 @@ Get-MgBetaFinancialCompanyJournalLine -CompanyId -JournalLineId ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity1 @@ -67,7 +66,7 @@ Get-MgBetaFinancialCompanyJournalLine -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -77,7 +76,7 @@ Get-MgBetaFinancialCompanyJournalLine -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyJournalLineAccount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyJournalLineAccount.md index 58d98b382bc2c..68b6efdb19d8a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyJournalLineAccount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyJournalLineAccount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanyjournallineaccount Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanyJournalLineAccount --- @@ -24,7 +24,7 @@ Get-MgBetaFinancialCompanyJournalLineAccount -CompanyId -JournalLineId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### Get1 @@ -34,7 +34,7 @@ Get-MgBetaFinancialCompanyJournalLineAccount -CompanyId -JournalLineId -JournalId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity1 @@ -44,7 +44,7 @@ Get-MgBetaFinancialCompanyJournalLineAccount -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -54,7 +54,7 @@ Get-MgBetaFinancialCompanyJournalLineAccount -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyJournalLineCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyJournalLineCount.md index 9fc95f5221b63..227bb75eea6ab 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyJournalLineCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyJournalLineCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanyjournallinecount Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanyJournalLineCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaFinancialCompanyJournalLineCount -CompanyId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### Get1 @@ -33,7 +33,7 @@ Get-MgBetaFinancialCompanyJournalLineCount -CompanyId -JournalId ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity1 @@ -42,7 +42,7 @@ Get-MgBetaFinancialCompanyJournalLineCount -CompanyId -JournalId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -51,7 +51,7 @@ Get-MgBetaFinancialCompanyJournalLineCount -InputObject [- Get-MgBetaFinancialCompanyJournalLineCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyPaymentMethod.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyPaymentMethod.md index 832b53bad872f..c36b26cfd3ecd 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyPaymentMethod.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyPaymentMethod.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanypaymentmethod Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanyPaymentMethod --- @@ -25,7 +25,7 @@ Get-MgBetaFinancialCompanyPaymentMethod -CompanyId [-ExpandProperty ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaFinancialCompanyPaymentMethod -CompanyId -PaymentMethodId ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -45,7 +45,7 @@ Get-MgBetaFinancialCompanyPaymentMethod -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyPaymentMethodCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyPaymentMethodCount.md index 9b3b8a7d7b3ae..b6e6dd6d3ff50 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyPaymentMethodCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyPaymentMethodCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanypaymentmethodcount Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanyPaymentMethodCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaFinancialCompanyPaymentMethodCount -CompanyId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -32,7 +32,7 @@ Get-MgBetaFinancialCompanyPaymentMethodCount -CompanyId [-Filter [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyPaymentTerm.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyPaymentTerm.md index 53ffb547c9830..14e25a5e812b2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyPaymentTerm.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyPaymentTerm.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanypaymentterm Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanyPaymentTerm --- @@ -25,7 +25,7 @@ Get-MgBetaFinancialCompanyPaymentTerm -CompanyId [-ExpandProperty ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaFinancialCompanyPaymentTerm -CompanyId -PaymentTermId ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -45,7 +45,7 @@ Get-MgBetaFinancialCompanyPaymentTerm -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyPaymentTermCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyPaymentTermCount.md index 50c3217a1f953..b56d7cf7348e0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyPaymentTermCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyPaymentTermCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanypaymenttermcount Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanyPaymentTermCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaFinancialCompanyPaymentTermCount -CompanyId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -32,7 +32,7 @@ Get-MgBetaFinancialCompanyPaymentTermCount -CompanyId [-Filter Get-MgBetaFinancialCompanyPaymentTermCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyPicture.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyPicture.md index 82ad9e422e9aa..3819eccf0b517 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyPicture.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyPicture.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanypicture Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanyPicture --- @@ -25,7 +25,7 @@ Get-MgBetaFinancialCompanyPicture -CompanyId [-ExpandProperty ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaFinancialCompanyPicture -CompanyId -PictureId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -44,7 +44,7 @@ Get-MgBetaFinancialCompanyPicture -CompanyId -PictureId Get-MgBetaFinancialCompanyPicture -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyPictureContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyPictureContent.md index 8cd14e8457464..a6c20a169ce18 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyPictureContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyPictureContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanypicturecontent Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanyPictureContent --- @@ -23,7 +23,7 @@ Get content for the navigation property picture from financials Get-MgBetaFinancialCompanyPictureContent -CompanyId -PictureId -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -32,7 +32,7 @@ Get-MgBetaFinancialCompanyPictureContent -CompanyId -PictureId Get-MgBetaFinancialCompanyPictureContent -InputObject -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyPictureCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyPictureCount.md index be2b449563c17..2023b9efba539 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyPictureCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyPictureCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanypicturecount Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanyPictureCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaFinancialCompanyPictureCount -CompanyId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -32,7 +32,7 @@ Get-MgBetaFinancialCompanyPictureCount -CompanyId [-Filter ] [- Get-MgBetaFinancialCompanyPictureCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyPurchaseInvoice.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyPurchaseInvoice.md index e5e3fbe1a0742..ca5f199795b94 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyPurchaseInvoice.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyPurchaseInvoice.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanypurchaseinvoice Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanyPurchaseInvoice --- @@ -25,7 +25,7 @@ Get-MgBetaFinancialCompanyPurchaseInvoice -CompanyId [-ExpandProperty < [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaFinancialCompanyPurchaseInvoice -CompanyId -PurchaseInvoiceId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -45,7 +45,7 @@ Get-MgBetaFinancialCompanyPurchaseInvoice -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyPurchaseInvoiceCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyPurchaseInvoiceCount.md index cc92d1f394fc2..5e940088c2452 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyPurchaseInvoiceCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyPurchaseInvoiceCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanypurchaseinvoicecount Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanyPurchaseInvoiceCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaFinancialCompanyPurchaseInvoiceCount -CompanyId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -32,7 +32,7 @@ Get-MgBetaFinancialCompanyPurchaseInvoiceCount -CompanyId [-Filter [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyPurchaseInvoiceCurrency.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyPurchaseInvoiceCurrency.md index e044a0140330d..88a1eb20795aa 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyPurchaseInvoiceCurrency.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyPurchaseInvoiceCurrency.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanypurchaseinvoicecurrency Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanyPurchaseInvoiceCurrency --- @@ -24,7 +24,7 @@ Get-MgBetaFinancialCompanyPurchaseInvoiceCurrency -CompanyId -PurchaseI [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaFinancialCompanyPurchaseInvoiceCurrency -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyPurchaseInvoiceLine.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyPurchaseInvoiceLine.md index 4ffb09b269c09..93782cd329d33 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyPurchaseInvoiceLine.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyPurchaseInvoiceLine.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanypurchaseinvoiceline Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanyPurchaseInvoiceLine --- @@ -25,7 +25,7 @@ Get-MgBetaFinancialCompanyPurchaseInvoiceLine -CompanyId [-ExpandProper [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### List1 @@ -37,7 +37,6 @@ Get-MgBetaFinancialCompanyPurchaseInvoiceLine -CompanyId -PurchaseInvoi [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get1 @@ -47,7 +46,7 @@ Get-MgBetaFinancialCompanyPurchaseInvoiceLine -CompanyId -PurchaseInvoi -PurchaseInvoiceId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### Get @@ -57,7 +56,7 @@ Get-MgBetaFinancialCompanyPurchaseInvoiceLine -CompanyId -PurchaseInvoi [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity1 @@ -67,7 +66,7 @@ Get-MgBetaFinancialCompanyPurchaseInvoiceLine -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -77,7 +76,7 @@ Get-MgBetaFinancialCompanyPurchaseInvoiceLine -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyPurchaseInvoiceLineAccount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyPurchaseInvoiceLineAccount.md index 8db1f0d6a060e..dfc81ffbddb76 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyPurchaseInvoiceLineAccount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyPurchaseInvoiceLineAccount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanypurchaseinvoicelineaccount Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanyPurchaseInvoiceLineAccount --- @@ -24,7 +24,7 @@ Get-MgBetaFinancialCompanyPurchaseInvoiceLineAccount -CompanyId -PurchaseInvoiceLineId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### Get1 @@ -34,7 +34,7 @@ Get-MgBetaFinancialCompanyPurchaseInvoiceLineAccount -CompanyId -PurchaseInvoiceLineId -PurchaseInvoiceId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity1 @@ -44,7 +44,7 @@ Get-MgBetaFinancialCompanyPurchaseInvoiceLineAccount -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -54,7 +54,7 @@ Get-MgBetaFinancialCompanyPurchaseInvoiceLineAccount -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyPurchaseInvoiceLineCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyPurchaseInvoiceLineCount.md index edf698742c203..8d51e522d05d3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyPurchaseInvoiceLineCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyPurchaseInvoiceLineCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanypurchaseinvoicelinecount Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanyPurchaseInvoiceLineCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaFinancialCompanyPurchaseInvoiceLineCount -CompanyId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### Get1 @@ -33,7 +33,7 @@ Get-MgBetaFinancialCompanyPurchaseInvoiceLineCount -CompanyId -Purchase [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity1 @@ -43,7 +43,7 @@ Get-MgBetaFinancialCompanyPurchaseInvoiceLineCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -53,7 +53,7 @@ Get-MgBetaFinancialCompanyPurchaseInvoiceLineCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyPurchaseInvoiceLineItem.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyPurchaseInvoiceLineItem.md index 0e26d8c13dfb1..5ed20e05f311e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyPurchaseInvoiceLineItem.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyPurchaseInvoiceLineItem.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanypurchaseinvoicelineitem Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanyPurchaseInvoiceLineItem --- @@ -24,7 +24,7 @@ Get-MgBetaFinancialCompanyPurchaseInvoiceLineItem -CompanyId -PurchaseInvoiceLineId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### Get1 @@ -34,7 +34,7 @@ Get-MgBetaFinancialCompanyPurchaseInvoiceLineItem -CompanyId -PurchaseInvoiceLineId -PurchaseInvoiceId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity1 @@ -44,7 +44,7 @@ Get-MgBetaFinancialCompanyPurchaseInvoiceLineItem -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -54,7 +54,7 @@ Get-MgBetaFinancialCompanyPurchaseInvoiceLineItem -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyPurchaseInvoiceLineItemCategory.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyPurchaseInvoiceLineItemCategory.md index 74f56e2faf2a1..e89cb2229b9e3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyPurchaseInvoiceLineItemCategory.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyPurchaseInvoiceLineItemCategory.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanypurchaseinvoicelineitemcategory Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanyPurchaseInvoiceLineItemCategory --- @@ -24,7 +24,7 @@ Get-MgBetaFinancialCompanyPurchaseInvoiceLineItemCategory -CompanyId -PurchaseInvoiceLineId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### Get1 @@ -34,7 +34,7 @@ Get-MgBetaFinancialCompanyPurchaseInvoiceLineItemCategory -CompanyId -PurchaseInvoiceLineId -PurchaseInvoiceId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity1 @@ -44,7 +44,7 @@ Get-MgBetaFinancialCompanyPurchaseInvoiceLineItemCategory -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -54,7 +54,7 @@ Get-MgBetaFinancialCompanyPurchaseInvoiceLineItemCategory -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyPurchaseInvoiceLineItemPicture.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyPurchaseInvoiceLineItemPicture.md index 682e8a797a7a5..b07640be9fcc6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyPurchaseInvoiceLineItemPicture.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyPurchaseInvoiceLineItemPicture.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanypurchaseinvoicelineitempicture Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanyPurchaseInvoiceLineItemPicture --- @@ -26,7 +26,7 @@ Get-MgBetaFinancialCompanyPurchaseInvoiceLineItemPicture -CompanyId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### List1 @@ -38,7 +38,7 @@ Get-MgBetaFinancialCompanyPurchaseInvoiceLineItemPicture -CompanyId [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get1 @@ -48,7 +48,7 @@ Get-MgBetaFinancialCompanyPurchaseInvoiceLineItemPicture -CompanyId -Pi -PurchaseInvoiceLineId -PurchaseInvoiceId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### Get @@ -58,7 +58,7 @@ Get-MgBetaFinancialCompanyPurchaseInvoiceLineItemPicture -CompanyId -Pi -PurchaseInvoiceLineId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity1 @@ -68,7 +68,7 @@ Get-MgBetaFinancialCompanyPurchaseInvoiceLineItemPicture -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -78,7 +78,7 @@ Get-MgBetaFinancialCompanyPurchaseInvoiceLineItemPicture -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyPurchaseInvoiceLineItemPictureContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyPurchaseInvoiceLineItemPictureContent.md index dad7d14bea6de..5e6e73f6a4ec6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyPurchaseInvoiceLineItemPictureContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyPurchaseInvoiceLineItemPictureContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanypurchaseinvoicelineitempicturecontent Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanyPurchaseInvoiceLineItemPictureContent --- @@ -24,7 +24,7 @@ Get-MgBetaFinancialCompanyPurchaseInvoiceLineItemPictureContent -CompanyId -PurchaseInvoiceLineId -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### Get1 @@ -34,7 +34,7 @@ Get-MgBetaFinancialCompanyPurchaseInvoiceLineItemPictureContent -CompanyId -PurchaseInvoiceLineId -PurchaseInvoiceId -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity1 @@ -43,7 +43,7 @@ Get-MgBetaFinancialCompanyPurchaseInvoiceLineItemPictureContent -CompanyId -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -52,7 +52,7 @@ Get-MgBetaFinancialCompanyPurchaseInvoiceLineItemPictureContent -InputObject -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyPurchaseInvoiceLineItemPictureCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyPurchaseInvoiceLineItemPictureCount.md index 5982dcd994a79..4c2898fd83698 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyPurchaseInvoiceLineItemPictureCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyPurchaseInvoiceLineItemPictureCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanypurchaseinvoicelineitempicturecount Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanyPurchaseInvoiceLineItemPictureCount --- @@ -24,7 +24,7 @@ Get-MgBetaFinancialCompanyPurchaseInvoiceLineItemPictureCount -CompanyId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### Get1 @@ -34,7 +34,7 @@ Get-MgBetaFinancialCompanyPurchaseInvoiceLineItemPictureCount -CompanyId -PurchaseInvoiceId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity1 @@ -44,7 +44,7 @@ Get-MgBetaFinancialCompanyPurchaseInvoiceLineItemPictureCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -54,7 +54,7 @@ Get-MgBetaFinancialCompanyPurchaseInvoiceLineItemPictureCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyPurchaseInvoiceVendor.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyPurchaseInvoiceVendor.md index c5b7d82890438..3354e08ba4489 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyPurchaseInvoiceVendor.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyPurchaseInvoiceVendor.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanypurchaseinvoicevendor Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanyPurchaseInvoiceVendor --- @@ -24,7 +24,7 @@ Get-MgBetaFinancialCompanyPurchaseInvoiceVendor -CompanyId -PurchaseInv [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaFinancialCompanyPurchaseInvoiceVendor -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyPurchaseInvoiceVendorCurrency.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyPurchaseInvoiceVendorCurrency.md index 09f5903000d7f..33b874178aa2b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyPurchaseInvoiceVendorCurrency.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyPurchaseInvoiceVendorCurrency.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanypurchaseinvoicevendorcurrency Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanyPurchaseInvoiceVendorCurrency --- @@ -24,7 +24,7 @@ Get-MgBetaFinancialCompanyPurchaseInvoiceVendorCurrency -CompanyId -PurchaseInvoiceId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaFinancialCompanyPurchaseInvoiceVendorCurrency -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyPurchaseInvoiceVendorPaymentMethod.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyPurchaseInvoiceVendorPaymentMethod.md index 18e25fd7c3dd9..82b36e7165e5f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyPurchaseInvoiceVendorPaymentMethod.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyPurchaseInvoiceVendorPaymentMethod.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanypurchaseinvoicevendorpaymentmethod Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanyPurchaseInvoiceVendorPaymentMethod --- @@ -24,7 +24,7 @@ Get-MgBetaFinancialCompanyPurchaseInvoiceVendorPaymentMethod -CompanyId -PurchaseInvoiceId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaFinancialCompanyPurchaseInvoiceVendorPaymentMethod -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyPurchaseInvoiceVendorPaymentTerm.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyPurchaseInvoiceVendorPaymentTerm.md index 39586437c592b..942c289d71e51 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyPurchaseInvoiceVendorPaymentTerm.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyPurchaseInvoiceVendorPaymentTerm.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanypurchaseinvoicevendorpaymentterm Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanyPurchaseInvoiceVendorPaymentTerm --- @@ -24,7 +24,7 @@ Get-MgBetaFinancialCompanyPurchaseInvoiceVendorPaymentTerm -CompanyId -PurchaseInvoiceId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaFinancialCompanyPurchaseInvoiceVendorPaymentTerm -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyPurchaseInvoiceVendorPicture.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyPurchaseInvoiceVendorPicture.md index ccb61f8bcd7bb..dccac016d2eb7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyPurchaseInvoiceVendorPicture.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyPurchaseInvoiceVendorPicture.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanypurchaseinvoicevendorpicture Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanyPurchaseInvoiceVendorPicture --- @@ -26,7 +26,7 @@ Get-MgBetaFinancialCompanyPurchaseInvoiceVendorPicture -CompanyId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -36,7 +36,7 @@ Get-MgBetaFinancialCompanyPurchaseInvoiceVendorPicture -CompanyId -Pict -PurchaseInvoiceId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +46,7 @@ Get-MgBetaFinancialCompanyPurchaseInvoiceVendorPicture -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyPurchaseInvoiceVendorPictureContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyPurchaseInvoiceVendorPictureContent.md index 7e5b5a1a58d82..8ab99e477d0bb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyPurchaseInvoiceVendorPictureContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyPurchaseInvoiceVendorPictureContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanypurchaseinvoicevendorpicturecontent Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanyPurchaseInvoiceVendorPictureContent --- @@ -24,7 +24,7 @@ Get-MgBetaFinancialCompanyPurchaseInvoiceVendorPictureContent -CompanyId -PurchaseInvoiceId -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -33,7 +33,7 @@ Get-MgBetaFinancialCompanyPurchaseInvoiceVendorPictureContent -CompanyId -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyPurchaseInvoiceVendorPictureCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyPurchaseInvoiceVendorPictureCount.md index cc96d1c80d6df..e8065ad39f7e6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyPurchaseInvoiceVendorPictureCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyPurchaseInvoiceVendorPictureCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanypurchaseinvoicevendorpicturecount Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanyPurchaseInvoiceVendorPictureCount --- @@ -24,7 +24,7 @@ Get-MgBetaFinancialCompanyPurchaseInvoiceVendorPictureCount -CompanyId -PurchaseInvoiceId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaFinancialCompanyPurchaseInvoiceVendorPictureCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleCreditMemo.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleCreditMemo.md index d8bf97b63e93c..b9de9802d85a6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleCreditMemo.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleCreditMemo.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanysalecreditmemo Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanySaleCreditMemo --- @@ -25,7 +25,7 @@ Get-MgBetaFinancialCompanySaleCreditMemo -CompanyId [-ExpandProperty ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaFinancialCompanySaleCreditMemo -CompanyId -SalesCreditMemoId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -45,7 +45,7 @@ Get-MgBetaFinancialCompanySaleCreditMemo -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleCreditMemoCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleCreditMemoCount.md index 497ca51b6dda4..ca80c8c680f0f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleCreditMemoCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleCreditMemoCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanysalecreditmemocount Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanySaleCreditMemoCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaFinancialCompanySaleCreditMemoCount -CompanyId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -32,7 +32,7 @@ Get-MgBetaFinancialCompanySaleCreditMemoCount -CompanyId [-Filter [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleCreditMemoCurrency.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleCreditMemoCurrency.md index 64058f71a9a38..0fe76476f0164 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleCreditMemoCurrency.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleCreditMemoCurrency.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanysalecreditmemocurrency Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanySaleCreditMemoCurrency --- @@ -24,7 +24,7 @@ Get-MgBetaFinancialCompanySaleCreditMemoCurrency -CompanyId -SalesCredi [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaFinancialCompanySaleCreditMemoCurrency -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleCreditMemoCustomer.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleCreditMemoCustomer.md index d356a6a15cab0..51749e22e7ea6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleCreditMemoCustomer.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleCreditMemoCustomer.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanysalecreditmemocustomer Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanySaleCreditMemoCustomer --- @@ -24,7 +24,7 @@ Get-MgBetaFinancialCompanySaleCreditMemoCustomer -CompanyId -SalesCredi [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaFinancialCompanySaleCreditMemoCustomer -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleCreditMemoCustomerCurrency.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleCreditMemoCustomerCurrency.md index 3f11c14213aba..0f2bf9e2e7445 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleCreditMemoCustomerCurrency.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleCreditMemoCustomerCurrency.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanysalecreditmemocustomercurrency Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanySaleCreditMemoCustomerCurrency --- @@ -24,7 +24,7 @@ Get-MgBetaFinancialCompanySaleCreditMemoCustomerCurrency -CompanyId -SalesCreditMemoId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaFinancialCompanySaleCreditMemoCustomerCurrency -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleCreditMemoCustomerPaymentMethod.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleCreditMemoCustomerPaymentMethod.md index 01ede7441963f..44a7c0ce69822 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleCreditMemoCustomerPaymentMethod.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleCreditMemoCustomerPaymentMethod.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanysalecreditmemocustomerpaymentmethod Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanySaleCreditMemoCustomerPaymentMethod --- @@ -24,7 +24,7 @@ Get-MgBetaFinancialCompanySaleCreditMemoCustomerPaymentMethod -CompanyId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaFinancialCompanySaleCreditMemoCustomerPaymentMethod -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleCreditMemoCustomerPaymentTerm.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleCreditMemoCustomerPaymentTerm.md index fe90eb36bbdc1..4e3105573a4a9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleCreditMemoCustomerPaymentTerm.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleCreditMemoCustomerPaymentTerm.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanysalecreditmemocustomerpaymentterm Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanySaleCreditMemoCustomerPaymentTerm --- @@ -24,7 +24,7 @@ Get-MgBetaFinancialCompanySaleCreditMemoCustomerPaymentTerm -CompanyId -SalesCreditMemoId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaFinancialCompanySaleCreditMemoCustomerPaymentTerm -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleCreditMemoCustomerPicture.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleCreditMemoCustomerPicture.md index 6e81f029425fe..5d4def4b177ac 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleCreditMemoCustomerPicture.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleCreditMemoCustomerPicture.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanysalecreditmemocustomerpicture Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanySaleCreditMemoCustomerPicture --- @@ -26,7 +26,7 @@ Get-MgBetaFinancialCompanySaleCreditMemoCustomerPicture -CompanyId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -36,7 +36,7 @@ Get-MgBetaFinancialCompanySaleCreditMemoCustomerPicture -CompanyId -Pic -SalesCreditMemoId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +46,7 @@ Get-MgBetaFinancialCompanySaleCreditMemoCustomerPicture -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleCreditMemoCustomerPictureContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleCreditMemoCustomerPictureContent.md index 33f64257b3f05..02517169b8495 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleCreditMemoCustomerPictureContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleCreditMemoCustomerPictureContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanysalecreditmemocustomerpicturecontent Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanySaleCreditMemoCustomerPictureContent --- @@ -24,7 +24,7 @@ Get-MgBetaFinancialCompanySaleCreditMemoCustomerPictureContent -CompanyId -SalesCreditMemoId -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -33,7 +33,7 @@ Get-MgBetaFinancialCompanySaleCreditMemoCustomerPictureContent -CompanyId -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleCreditMemoCustomerPictureCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleCreditMemoCustomerPictureCount.md index dcc6de7bf85ea..42201449f88e0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleCreditMemoCustomerPictureCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleCreditMemoCustomerPictureCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanysalecreditmemocustomerpicturecount Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanySaleCreditMemoCustomerPictureCount --- @@ -24,7 +24,7 @@ Get-MgBetaFinancialCompanySaleCreditMemoCustomerPictureCount -CompanyId -SalesCreditMemoId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaFinancialCompanySaleCreditMemoCustomerPictureCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleCreditMemoCustomerShipmentMethod.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleCreditMemoCustomerShipmentMethod.md index 3e928c7f28c41..77d376f38ce0a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleCreditMemoCustomerShipmentMethod.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleCreditMemoCustomerShipmentMethod.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanysalecreditmemocustomershipmentmethod Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanySaleCreditMemoCustomerShipmentMethod --- @@ -24,7 +24,7 @@ Get-MgBetaFinancialCompanySaleCreditMemoCustomerShipmentMethod -CompanyId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaFinancialCompanySaleCreditMemoCustomerShipmentMethod -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleCreditMemoLine.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleCreditMemoLine.md index da322863023be..5b856a3c3cdad 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleCreditMemoLine.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleCreditMemoLine.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanysalecreditmemoline Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanySaleCreditMemoLine --- @@ -25,7 +25,7 @@ Get-MgBetaFinancialCompanySaleCreditMemoLine -CompanyId [-ExpandPropert [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaFinancialCompanySaleCreditMemoLine -CompanyId -SalesCreditMem [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -45,7 +45,7 @@ Get-MgBetaFinancialCompanySaleCreditMemoLine -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleCreditMemoLineAccount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleCreditMemoLineAccount.md index 26f56098cd289..fc60a57b806f5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleCreditMemoLineAccount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleCreditMemoLineAccount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanysalecreditmemolineaccount Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanySaleCreditMemoLineAccount --- @@ -24,7 +24,7 @@ Get-MgBetaFinancialCompanySaleCreditMemoLineAccount -CompanyId -SalesCreditMemoLineId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaFinancialCompanySaleCreditMemoLineAccount -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleCreditMemoLineCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleCreditMemoLineCount.md index 62de68c3031cc..874f1ae202cd5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleCreditMemoLineCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleCreditMemoLineCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanysalecreditmemolinecount Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanySaleCreditMemoLineCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaFinancialCompanySaleCreditMemoLineCount -CompanyId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -33,7 +33,7 @@ Get-MgBetaFinancialCompanySaleCreditMemoLineCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleCreditMemoLineItem.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleCreditMemoLineItem.md index eaeed2600a460..64556df32eb4a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleCreditMemoLineItem.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleCreditMemoLineItem.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanysalecreditmemolineitem Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanySaleCreditMemoLineItem --- @@ -24,7 +24,7 @@ Get-MgBetaFinancialCompanySaleCreditMemoLineItem -CompanyId -SalesCredi [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaFinancialCompanySaleCreditMemoLineItem -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleCreditMemoLineItemCategory.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleCreditMemoLineItemCategory.md index 1224061df23a3..f6061412d8ed8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleCreditMemoLineItemCategory.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleCreditMemoLineItemCategory.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanysalecreditmemolineitemcategory Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanySaleCreditMemoLineItemCategory --- @@ -24,7 +24,7 @@ Get-MgBetaFinancialCompanySaleCreditMemoLineItemCategory -CompanyId -SalesCreditMemoLineId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaFinancialCompanySaleCreditMemoLineItemCategory -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleCreditMemoLineItemPicture.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleCreditMemoLineItemPicture.md index 07b405405f5b1..5278d6f174366 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleCreditMemoLineItemPicture.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleCreditMemoLineItemPicture.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanysalecreditmemolineitempicture Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanySaleCreditMemoLineItemPicture --- @@ -26,7 +26,7 @@ Get-MgBetaFinancialCompanySaleCreditMemoLineItemPicture -CompanyId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -36,7 +36,7 @@ Get-MgBetaFinancialCompanySaleCreditMemoLineItemPicture -CompanyId -Pic -SalesCreditMemoLineId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +46,7 @@ Get-MgBetaFinancialCompanySaleCreditMemoLineItemPicture -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleCreditMemoLineItemPictureContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleCreditMemoLineItemPictureContent.md index 6d6d7511a3deb..a8e8312c63b97 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleCreditMemoLineItemPictureContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleCreditMemoLineItemPictureContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanysalecreditmemolineitempicturecontent Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanySaleCreditMemoLineItemPictureContent --- @@ -24,7 +24,7 @@ Get-MgBetaFinancialCompanySaleCreditMemoLineItemPictureContent -CompanyId -SalesCreditMemoLineId -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -33,7 +33,7 @@ Get-MgBetaFinancialCompanySaleCreditMemoLineItemPictureContent -CompanyId -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleCreditMemoLineItemPictureCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleCreditMemoLineItemPictureCount.md index 166999bc77eb3..bf536d6ebb83a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleCreditMemoLineItemPictureCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleCreditMemoLineItemPictureCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanysalecreditmemolineitempicturecount Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanySaleCreditMemoLineItemPictureCount --- @@ -24,7 +24,7 @@ Get-MgBetaFinancialCompanySaleCreditMemoLineItemPictureCount -CompanyId -SalesCreditMemoLineId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaFinancialCompanySaleCreditMemoLineItemPictureCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleCreditMemoPaymentTerm.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleCreditMemoPaymentTerm.md index 19501f1bd59e6..4def3c04e59d5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleCreditMemoPaymentTerm.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleCreditMemoPaymentTerm.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanysalecreditmemopaymentterm Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanySaleCreditMemoPaymentTerm --- @@ -24,7 +24,7 @@ Get-MgBetaFinancialCompanySaleCreditMemoPaymentTerm -CompanyId -SalesCr [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaFinancialCompanySaleCreditMemoPaymentTerm -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLine.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLine.md index 222c4ba1d5e8a..718663c6db077 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLine.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLine.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanysalecreditmemosalecreditmemoline Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLine --- @@ -26,7 +26,7 @@ Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLine -CompanyId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -36,7 +36,7 @@ Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLine -CompanyId -SalesCreditMemoId -SalesCreditMemoLineId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +46,7 @@ Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLine -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineAccount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineAccount.md index 5b8f38719f9e3..313de1f9ece3a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineAccount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineAccount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanysalecreditmemosalecreditmemolineaccount Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineAccount --- @@ -24,7 +24,7 @@ Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineAccount -CompanyId -SalesCreditMemoLineId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineAccount -InputObject < [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineCount.md index c59a59a48fb46..05df90fc801a6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanysalecreditmemosalecreditmemolinecount Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineCount --- @@ -24,7 +24,7 @@ Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineCount -CompanyId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItem.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItem.md index e2ea5157af2e0..89e9bf290682e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItem.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItem.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanysalecreditmemosalecreditmemolineitem Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItem --- @@ -24,7 +24,7 @@ Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItem -CompanyId -SalesCreditMemoLineId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItem -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemCategory.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemCategory.md index 21d073a73b03f..0cbf4d7da0335 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemCategory.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemCategory.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanysalecreditmemosalecreditmemolineitemcategory Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemCategory --- @@ -24,7 +24,7 @@ Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemCategory -CompanyI -SalesCreditMemoId -SalesCreditMemoLineId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemCategory -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPicture.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPicture.md index 73f26b2c9e6b8..6afbc91115062 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPicture.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPicture.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanysalecreditmemosalecreditmemolineitempicture Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPicture --- @@ -26,7 +26,7 @@ Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPicture -CompanyId [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -37,7 +37,7 @@ Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPicture -CompanyId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -47,7 +47,7 @@ Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPicture -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPictureContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPictureContent.md index 4c25e519b3aec..18e44a51f0840 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPictureContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPictureContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanysalecreditmemosalecreditmemolineitempicturecontent Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPictureContent --- @@ -24,7 +24,7 @@ Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPictureContent -Co -PictureId -SalesCreditMemoId -SalesCreditMemoLineId -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPictureContent -InputObject -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPictureCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPictureCount.md index c4d5a51330351..5f501715bc4f6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPictureCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPictureCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanysalecreditmemosalecreditmemolineitempicturecount Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPictureCount --- @@ -24,7 +24,7 @@ Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPictureCount -Comp -SalesCreditMemoId -SalesCreditMemoLineId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPictureCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleInvoice.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleInvoice.md index 55b223a0f43f1..ffdddc5cd6b87 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleInvoice.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleInvoice.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanysaleinvoice Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanySaleInvoice --- @@ -25,7 +25,7 @@ Get-MgBetaFinancialCompanySaleInvoice -CompanyId [-ExpandProperty ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaFinancialCompanySaleInvoice -CompanyId -SalesInvoiceId ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -45,7 +45,7 @@ Get-MgBetaFinancialCompanySaleInvoice -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleInvoiceCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleInvoiceCount.md index 0c0341e148212..ee33f3f57602a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleInvoiceCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleInvoiceCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanysaleinvoicecount Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanySaleInvoiceCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaFinancialCompanySaleInvoiceCount -CompanyId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -32,7 +32,7 @@ Get-MgBetaFinancialCompanySaleInvoiceCount -CompanyId [-Filter Get-MgBetaFinancialCompanySaleInvoiceCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleInvoiceCurrency.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleInvoiceCurrency.md index d7963b45c6cc1..9dcf62554893b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleInvoiceCurrency.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleInvoiceCurrency.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanysaleinvoicecurrency Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanySaleInvoiceCurrency --- @@ -24,7 +24,7 @@ Get-MgBetaFinancialCompanySaleInvoiceCurrency -CompanyId -SalesInvoiceI [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaFinancialCompanySaleInvoiceCurrency -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleInvoiceCustomer.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleInvoiceCustomer.md index e328c8d114130..1c2bb2e880fa7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleInvoiceCustomer.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleInvoiceCustomer.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanysaleinvoicecustomer Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanySaleInvoiceCustomer --- @@ -24,7 +24,7 @@ Get-MgBetaFinancialCompanySaleInvoiceCustomer -CompanyId -SalesInvoiceI [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaFinancialCompanySaleInvoiceCustomer -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleInvoiceCustomerCurrency.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleInvoiceCustomerCurrency.md index cd965fc4e38a6..2dc3dac5941a3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleInvoiceCustomerCurrency.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleInvoiceCustomerCurrency.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanysaleinvoicecustomercurrency Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanySaleInvoiceCustomerCurrency --- @@ -24,7 +24,7 @@ Get-MgBetaFinancialCompanySaleInvoiceCustomerCurrency -CompanyId -Sales [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaFinancialCompanySaleInvoiceCustomerCurrency -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleInvoiceCustomerPaymentMethod.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleInvoiceCustomerPaymentMethod.md index 4c557973abdd8..363f8dfc0b906 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleInvoiceCustomerPaymentMethod.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleInvoiceCustomerPaymentMethod.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanysaleinvoicecustomerpaymentmethod Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanySaleInvoiceCustomerPaymentMethod --- @@ -24,7 +24,7 @@ Get-MgBetaFinancialCompanySaleInvoiceCustomerPaymentMethod -CompanyId -SalesInvoiceId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaFinancialCompanySaleInvoiceCustomerPaymentMethod -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleInvoiceCustomerPaymentTerm.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleInvoiceCustomerPaymentTerm.md index 5ac24478a9a16..cd1dd6fc0a3ef 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleInvoiceCustomerPaymentTerm.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleInvoiceCustomerPaymentTerm.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanysaleinvoicecustomerpaymentterm Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanySaleInvoiceCustomerPaymentTerm --- @@ -24,7 +24,7 @@ Get-MgBetaFinancialCompanySaleInvoiceCustomerPaymentTerm -CompanyId -SalesInvoiceId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaFinancialCompanySaleInvoiceCustomerPaymentTerm -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleInvoiceCustomerPicture.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleInvoiceCustomerPicture.md index 44146694ce6a0..93f7beef36562 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleInvoiceCustomerPicture.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleInvoiceCustomerPicture.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanysaleinvoicecustomerpicture Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanySaleInvoiceCustomerPicture --- @@ -26,7 +26,6 @@ Get-MgBetaFinancialCompanySaleInvoiceCustomerPicture -CompanyId -SalesI [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -36,7 +35,7 @@ Get-MgBetaFinancialCompanySaleInvoiceCustomerPicture -CompanyId -Pictur -SalesInvoiceId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +45,7 @@ Get-MgBetaFinancialCompanySaleInvoiceCustomerPicture -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleInvoiceCustomerPictureContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleInvoiceCustomerPictureContent.md index 773bbebebdbe5..fcacae5ff6c17 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleInvoiceCustomerPictureContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleInvoiceCustomerPictureContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanysaleinvoicecustomerpicturecontent Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanySaleInvoiceCustomerPictureContent --- @@ -24,7 +24,7 @@ Get-MgBetaFinancialCompanySaleInvoiceCustomerPictureContent -CompanyId -SalesInvoiceId -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -33,7 +33,7 @@ Get-MgBetaFinancialCompanySaleInvoiceCustomerPictureContent -CompanyId Get-MgBetaFinancialCompanySaleInvoiceCustomerPictureContent -InputObject -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleInvoiceCustomerPictureCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleInvoiceCustomerPictureCount.md index e67d69edbd73f..55e1cd53fa104 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleInvoiceCustomerPictureCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleInvoiceCustomerPictureCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanysaleinvoicecustomerpicturecount Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanySaleInvoiceCustomerPictureCount --- @@ -24,7 +24,7 @@ Get-MgBetaFinancialCompanySaleInvoiceCustomerPictureCount -CompanyId -SalesInvoiceId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaFinancialCompanySaleInvoiceCustomerPictureCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleInvoiceCustomerShipmentMethod.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleInvoiceCustomerShipmentMethod.md index e332f997b7b24..2292ec33d1f74 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleInvoiceCustomerShipmentMethod.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleInvoiceCustomerShipmentMethod.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanysaleinvoicecustomershipmentmethod Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanySaleInvoiceCustomerShipmentMethod --- @@ -24,7 +24,7 @@ Get-MgBetaFinancialCompanySaleInvoiceCustomerShipmentMethod -CompanyId -SalesInvoiceId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaFinancialCompanySaleInvoiceCustomerShipmentMethod -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleInvoiceLine.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleInvoiceLine.md index 078a90636a7e7..d5b47e09fdcf2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleInvoiceLine.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleInvoiceLine.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanysaleinvoiceline Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanySaleInvoiceLine --- @@ -25,7 +25,7 @@ Get-MgBetaFinancialCompanySaleInvoiceLine -CompanyId [-ExpandProperty < [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### List1 @@ -37,7 +37,6 @@ Get-MgBetaFinancialCompanySaleInvoiceLine -CompanyId -SalesInvoiceId ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get1 @@ -47,7 +46,7 @@ Get-MgBetaFinancialCompanySaleInvoiceLine -CompanyId -SalesInvoiceLineI -SalesInvoiceId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### Get @@ -57,7 +56,7 @@ Get-MgBetaFinancialCompanySaleInvoiceLine -CompanyId -SalesInvoiceLineI [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity1 @@ -67,7 +66,7 @@ Get-MgBetaFinancialCompanySaleInvoiceLine -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -77,7 +76,7 @@ Get-MgBetaFinancialCompanySaleInvoiceLine -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleInvoiceLineAccount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleInvoiceLineAccount.md index d8ab281d4d8bc..0f7e4fde5dc21 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleInvoiceLineAccount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleInvoiceLineAccount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanysaleinvoicelineaccount Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanySaleInvoiceLineAccount --- @@ -24,7 +24,7 @@ Get-MgBetaFinancialCompanySaleInvoiceLineAccount -CompanyId -SalesInvoi [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### Get1 @@ -34,7 +34,7 @@ Get-MgBetaFinancialCompanySaleInvoiceLineAccount -CompanyId -SalesInvoi -SalesInvoiceId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity1 @@ -44,7 +44,7 @@ Get-MgBetaFinancialCompanySaleInvoiceLineAccount -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -54,7 +54,7 @@ Get-MgBetaFinancialCompanySaleInvoiceLineAccount -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleInvoiceLineCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleInvoiceLineCount.md index 6763e3b06c2ff..f0db29d486748 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleInvoiceLineCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleInvoiceLineCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanysaleinvoicelinecount Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanySaleInvoiceLineCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaFinancialCompanySaleInvoiceLineCount -CompanyId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### Get1 @@ -33,7 +33,7 @@ Get-MgBetaFinancialCompanySaleInvoiceLineCount -CompanyId -SalesInvoice [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity1 @@ -42,7 +42,7 @@ Get-MgBetaFinancialCompanySaleInvoiceLineCount -CompanyId -SalesInvoice Get-MgBetaFinancialCompanySaleInvoiceLineCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -51,7 +51,7 @@ Get-MgBetaFinancialCompanySaleInvoiceLineCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleInvoiceLineItem.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleInvoiceLineItem.md index 439cbe8da04a0..5823b30a8d246 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleInvoiceLineItem.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleInvoiceLineItem.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanysaleinvoicelineitem Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanySaleInvoiceLineItem --- @@ -24,7 +24,7 @@ Get-MgBetaFinancialCompanySaleInvoiceLineItem -CompanyId -SalesInvoiceL [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### Get1 @@ -34,7 +34,7 @@ Get-MgBetaFinancialCompanySaleInvoiceLineItem -CompanyId -SalesInvoiceL -SalesInvoiceId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity1 @@ -44,7 +44,7 @@ Get-MgBetaFinancialCompanySaleInvoiceLineItem -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -54,7 +54,7 @@ Get-MgBetaFinancialCompanySaleInvoiceLineItem -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleInvoiceLineItemCategory.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleInvoiceLineItemCategory.md index cfab576007961..e5e313567c675 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleInvoiceLineItemCategory.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleInvoiceLineItemCategory.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanysaleinvoicelineitemcategory Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanySaleInvoiceLineItemCategory --- @@ -24,7 +24,7 @@ Get-MgBetaFinancialCompanySaleInvoiceLineItemCategory -CompanyId -SalesInvoiceLineId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### Get1 @@ -34,7 +34,7 @@ Get-MgBetaFinancialCompanySaleInvoiceLineItemCategory -CompanyId -SalesInvoiceLineId -SalesInvoiceId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity1 @@ -44,7 +44,7 @@ Get-MgBetaFinancialCompanySaleInvoiceLineItemCategory -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -54,7 +54,7 @@ Get-MgBetaFinancialCompanySaleInvoiceLineItemCategory -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleInvoiceLineItemPicture.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleInvoiceLineItemPicture.md index cfc2cd9c80a59..6109844efd3eb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleInvoiceLineItemPicture.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleInvoiceLineItemPicture.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanysaleinvoicelineitempicture Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanySaleInvoiceLineItemPicture --- @@ -26,7 +26,7 @@ Get-MgBetaFinancialCompanySaleInvoiceLineItemPicture -CompanyId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### List1 @@ -38,7 +38,7 @@ Get-MgBetaFinancialCompanySaleInvoiceLineItemPicture -CompanyId [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get1 @@ -48,7 +48,7 @@ Get-MgBetaFinancialCompanySaleInvoiceLineItemPicture -CompanyId -Pictur -SalesInvoiceLineId -SalesInvoiceId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### Get @@ -58,7 +58,7 @@ Get-MgBetaFinancialCompanySaleInvoiceLineItemPicture -CompanyId -Pictur -SalesInvoiceLineId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity1 @@ -68,7 +68,7 @@ Get-MgBetaFinancialCompanySaleInvoiceLineItemPicture -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -78,7 +78,7 @@ Get-MgBetaFinancialCompanySaleInvoiceLineItemPicture -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleInvoiceLineItemPictureContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleInvoiceLineItemPictureContent.md index aee55e541d50f..8f6eceb50b9f3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleInvoiceLineItemPictureContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleInvoiceLineItemPictureContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanysaleinvoicelineitempicturecontent Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanySaleInvoiceLineItemPictureContent --- @@ -24,7 +24,7 @@ Get-MgBetaFinancialCompanySaleInvoiceLineItemPictureContent -CompanyId -SalesInvoiceLineId -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### Get1 @@ -34,7 +34,7 @@ Get-MgBetaFinancialCompanySaleInvoiceLineItemPictureContent -CompanyId -SalesInvoiceLineId -SalesInvoiceId -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity1 @@ -43,7 +43,7 @@ Get-MgBetaFinancialCompanySaleInvoiceLineItemPictureContent -CompanyId Get-MgBetaFinancialCompanySaleInvoiceLineItemPictureContent -InputObject -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -52,7 +52,7 @@ Get-MgBetaFinancialCompanySaleInvoiceLineItemPictureContent -InputObject -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleInvoiceLineItemPictureCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleInvoiceLineItemPictureCount.md index 8f7bbbc909940..878765c381b34 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleInvoiceLineItemPictureCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleInvoiceLineItemPictureCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanysaleinvoicelineitempicturecount Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanySaleInvoiceLineItemPictureCount --- @@ -24,7 +24,7 @@ Get-MgBetaFinancialCompanySaleInvoiceLineItemPictureCount -CompanyId -SalesInvoiceLineId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### Get1 @@ -34,7 +34,7 @@ Get-MgBetaFinancialCompanySaleInvoiceLineItemPictureCount -CompanyId -SalesInvoiceLineId -SalesInvoiceId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity1 @@ -44,7 +44,7 @@ Get-MgBetaFinancialCompanySaleInvoiceLineItemPictureCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -54,7 +54,7 @@ Get-MgBetaFinancialCompanySaleInvoiceLineItemPictureCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleInvoicePaymentTerm.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleInvoicePaymentTerm.md index 8311d230d15c0..fa2a08c8516b1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleInvoicePaymentTerm.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleInvoicePaymentTerm.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanysaleinvoicepaymentterm Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanySaleInvoicePaymentTerm --- @@ -24,7 +24,7 @@ Get-MgBetaFinancialCompanySaleInvoicePaymentTerm -CompanyId -SalesInvoi [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaFinancialCompanySaleInvoicePaymentTerm -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleInvoiceShipmentMethod.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleInvoiceShipmentMethod.md index fa30907beed4f..c4b6b070ec06d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleInvoiceShipmentMethod.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleInvoiceShipmentMethod.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanysaleinvoiceshipmentmethod Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanySaleInvoiceShipmentMethod --- @@ -24,7 +24,7 @@ Get-MgBetaFinancialCompanySaleInvoiceShipmentMethod -CompanyId -SalesIn [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaFinancialCompanySaleInvoiceShipmentMethod -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleOrder.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleOrder.md index 655e4c828b7b6..231624b9aa837 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleOrder.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleOrder.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanysaleorder Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanySaleOrder --- @@ -25,7 +25,7 @@ Get-MgBetaFinancialCompanySaleOrder -CompanyId [-ExpandProperty ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaFinancialCompanySaleOrder -CompanyId -SalesOrderId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -44,7 +44,7 @@ Get-MgBetaFinancialCompanySaleOrder -CompanyId -SalesOrderId Get-MgBetaFinancialCompanySaleOrder -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleOrderCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleOrderCount.md index 9def198953662..31d1a35e8e939 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleOrderCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleOrderCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanysaleordercount Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanySaleOrderCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaFinancialCompanySaleOrderCount -CompanyId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -32,7 +32,7 @@ Get-MgBetaFinancialCompanySaleOrderCount -CompanyId [-Filter ] Get-MgBetaFinancialCompanySaleOrderCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleOrderCurrency.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleOrderCurrency.md index ccbe4bb81ef0d..6eeb6c0ed3fdc 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleOrderCurrency.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleOrderCurrency.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanysaleordercurrency Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanySaleOrderCurrency --- @@ -24,7 +24,7 @@ Get-MgBetaFinancialCompanySaleOrderCurrency -CompanyId -SalesOrderId ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaFinancialCompanySaleOrderCurrency -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleOrderCustomer.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleOrderCustomer.md index bc896587a5854..0413622cf26f3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleOrderCustomer.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleOrderCustomer.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanysaleordercustomer Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanySaleOrderCustomer --- @@ -24,7 +24,7 @@ Get-MgBetaFinancialCompanySaleOrderCustomer -CompanyId -SalesOrderId ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaFinancialCompanySaleOrderCustomer -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleOrderCustomerCurrency.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleOrderCustomerCurrency.md index 711bb4579a9f5..e35052f8e2f06 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleOrderCustomerCurrency.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleOrderCustomerCurrency.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanysaleordercustomercurrency Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanySaleOrderCustomerCurrency --- @@ -24,7 +24,7 @@ Get-MgBetaFinancialCompanySaleOrderCustomerCurrency -CompanyId -SalesOr [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaFinancialCompanySaleOrderCustomerCurrency -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleOrderCustomerPaymentMethod.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleOrderCustomerPaymentMethod.md index c6cc132203aec..82af4425701cd 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleOrderCustomerPaymentMethod.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleOrderCustomerPaymentMethod.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanysaleordercustomerpaymentmethod Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanySaleOrderCustomerPaymentMethod --- @@ -24,7 +24,7 @@ Get-MgBetaFinancialCompanySaleOrderCustomerPaymentMethod -CompanyId -Sa [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaFinancialCompanySaleOrderCustomerPaymentMethod -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleOrderCustomerPaymentTerm.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleOrderCustomerPaymentTerm.md index 4603aa5198526..0b64e250f095d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleOrderCustomerPaymentTerm.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleOrderCustomerPaymentTerm.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanysaleordercustomerpaymentterm Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanySaleOrderCustomerPaymentTerm --- @@ -24,7 +24,7 @@ Get-MgBetaFinancialCompanySaleOrderCustomerPaymentTerm -CompanyId -Sale [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaFinancialCompanySaleOrderCustomerPaymentTerm -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleOrderCustomerPicture.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleOrderCustomerPicture.md index 3de25b32ef94c..958bb7fc68e7b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleOrderCustomerPicture.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleOrderCustomerPicture.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanysaleordercustomerpicture Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanySaleOrderCustomerPicture --- @@ -26,7 +26,6 @@ Get-MgBetaFinancialCompanySaleOrderCustomerPicture -CompanyId -SalesOrd [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -36,7 +35,7 @@ Get-MgBetaFinancialCompanySaleOrderCustomerPicture -CompanyId -PictureI -SalesOrderId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +45,7 @@ Get-MgBetaFinancialCompanySaleOrderCustomerPicture -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleOrderCustomerPictureContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleOrderCustomerPictureContent.md index a80785f8310e3..fe123d176858f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleOrderCustomerPictureContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleOrderCustomerPictureContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanysaleordercustomerpicturecontent Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanySaleOrderCustomerPictureContent --- @@ -24,7 +24,7 @@ Get-MgBetaFinancialCompanySaleOrderCustomerPictureContent -CompanyId -P -SalesOrderId -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -33,7 +33,7 @@ Get-MgBetaFinancialCompanySaleOrderCustomerPictureContent -CompanyId -P Get-MgBetaFinancialCompanySaleOrderCustomerPictureContent -InputObject -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleOrderCustomerPictureCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleOrderCustomerPictureCount.md index d3af92d6a825f..9853c9b9aa43d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleOrderCustomerPictureCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleOrderCustomerPictureCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanysaleordercustomerpicturecount Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanySaleOrderCustomerPictureCount --- @@ -24,7 +24,7 @@ Get-MgBetaFinancialCompanySaleOrderCustomerPictureCount -CompanyId -Sal [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaFinancialCompanySaleOrderCustomerPictureCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleOrderCustomerShipmentMethod.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleOrderCustomerShipmentMethod.md index 44a3f5ab38f4d..26303a0e85b3e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleOrderCustomerShipmentMethod.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleOrderCustomerShipmentMethod.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanysaleordercustomershipmentmethod Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanySaleOrderCustomerShipmentMethod --- @@ -24,7 +24,7 @@ Get-MgBetaFinancialCompanySaleOrderCustomerShipmentMethod -CompanyId -S [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaFinancialCompanySaleOrderCustomerShipmentMethod -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleOrderLine.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleOrderLine.md index c51166f973bad..1deea6dbe4b00 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleOrderLine.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleOrderLine.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanysaleorderline Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanySaleOrderLine --- @@ -25,7 +25,7 @@ Get-MgBetaFinancialCompanySaleOrderLine -CompanyId [-ExpandProperty ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### List1 @@ -37,7 +37,6 @@ Get-MgBetaFinancialCompanySaleOrderLine -CompanyId -SalesOrderId ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get1 @@ -47,7 +46,7 @@ Get-MgBetaFinancialCompanySaleOrderLine -CompanyId -SalesOrderLineId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### Get @@ -57,7 +56,7 @@ Get-MgBetaFinancialCompanySaleOrderLine -CompanyId -SalesOrderLineId ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity1 @@ -67,7 +66,7 @@ Get-MgBetaFinancialCompanySaleOrderLine -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -77,7 +76,7 @@ Get-MgBetaFinancialCompanySaleOrderLine -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleOrderLineAccount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleOrderLineAccount.md index ca2340d5b9af5..d0e97ab436135 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleOrderLineAccount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleOrderLineAccount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanysaleorderlineaccount Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanySaleOrderLineAccount --- @@ -24,7 +24,7 @@ Get-MgBetaFinancialCompanySaleOrderLineAccount -CompanyId -SalesOrderLi [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### Get1 @@ -34,7 +34,7 @@ Get-MgBetaFinancialCompanySaleOrderLineAccount -CompanyId -SalesOrderLi -SalesOrderId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity1 @@ -44,7 +44,7 @@ Get-MgBetaFinancialCompanySaleOrderLineAccount -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -54,7 +54,7 @@ Get-MgBetaFinancialCompanySaleOrderLineAccount -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleOrderLineCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleOrderLineCount.md index 5620c826223ad..439df2a76da2f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleOrderLineCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleOrderLineCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanysaleorderlinecount Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanySaleOrderLineCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaFinancialCompanySaleOrderLineCount -CompanyId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### Get1 @@ -33,7 +33,7 @@ Get-MgBetaFinancialCompanySaleOrderLineCount -CompanyId -SalesOrderId < [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity1 @@ -42,7 +42,7 @@ Get-MgBetaFinancialCompanySaleOrderLineCount -CompanyId -SalesOrderId < Get-MgBetaFinancialCompanySaleOrderLineCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -51,7 +51,7 @@ Get-MgBetaFinancialCompanySaleOrderLineCount -InputObject Get-MgBetaFinancialCompanySaleOrderLineCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleOrderLineItem.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleOrderLineItem.md index 733e2f3aded9e..95b9ff1d703d8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleOrderLineItem.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleOrderLineItem.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanysaleorderlineitem Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanySaleOrderLineItem --- @@ -24,7 +24,7 @@ Get-MgBetaFinancialCompanySaleOrderLineItem -CompanyId -SalesOrderLineI [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### Get1 @@ -34,7 +34,7 @@ Get-MgBetaFinancialCompanySaleOrderLineItem -CompanyId -SalesOrderLineI -SalesOrderId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity1 @@ -44,7 +44,7 @@ Get-MgBetaFinancialCompanySaleOrderLineItem -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -54,7 +54,7 @@ Get-MgBetaFinancialCompanySaleOrderLineItem -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleOrderLineItemCategory.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleOrderLineItemCategory.md index 0d89c24be87a7..6efa7bf2c3544 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleOrderLineItemCategory.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleOrderLineItemCategory.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanysaleorderlineitemcategory Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanySaleOrderLineItemCategory --- @@ -24,7 +24,7 @@ Get-MgBetaFinancialCompanySaleOrderLineItemCategory -CompanyId -SalesOr [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### Get1 @@ -34,7 +34,7 @@ Get-MgBetaFinancialCompanySaleOrderLineItemCategory -CompanyId -SalesOr -SalesOrderId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity1 @@ -44,7 +44,7 @@ Get-MgBetaFinancialCompanySaleOrderLineItemCategory -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -54,7 +54,7 @@ Get-MgBetaFinancialCompanySaleOrderLineItemCategory -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleOrderLineItemPicture.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleOrderLineItemPicture.md index d97ad9a0b79a0..992be7c2bb46d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleOrderLineItemPicture.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleOrderLineItemPicture.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanysaleorderlineitempicture Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanySaleOrderLineItemPicture --- @@ -26,7 +26,6 @@ Get-MgBetaFinancialCompanySaleOrderLineItemPicture -CompanyId -SalesOrd [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### List1 @@ -38,7 +37,7 @@ Get-MgBetaFinancialCompanySaleOrderLineItemPicture -CompanyId -SalesOrd [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get1 @@ -48,7 +47,7 @@ Get-MgBetaFinancialCompanySaleOrderLineItemPicture -CompanyId -PictureI -SalesOrderLineId -SalesOrderId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### Get @@ -58,7 +57,7 @@ Get-MgBetaFinancialCompanySaleOrderLineItemPicture -CompanyId -PictureI -SalesOrderLineId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity1 @@ -68,7 +67,7 @@ Get-MgBetaFinancialCompanySaleOrderLineItemPicture -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -78,7 +77,7 @@ Get-MgBetaFinancialCompanySaleOrderLineItemPicture -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleOrderLineItemPictureContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleOrderLineItemPictureContent.md index 933cb459e0807..65f625913bb4f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleOrderLineItemPictureContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleOrderLineItemPictureContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanysaleorderlineitempicturecontent Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanySaleOrderLineItemPictureContent --- @@ -24,7 +24,7 @@ Get-MgBetaFinancialCompanySaleOrderLineItemPictureContent -CompanyId -P -SalesOrderLineId -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### Get1 @@ -34,7 +34,7 @@ Get-MgBetaFinancialCompanySaleOrderLineItemPictureContent -CompanyId -P -SalesOrderLineId -SalesOrderId -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity1 @@ -43,7 +43,7 @@ Get-MgBetaFinancialCompanySaleOrderLineItemPictureContent -CompanyId -P Get-MgBetaFinancialCompanySaleOrderLineItemPictureContent -InputObject -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -52,7 +52,7 @@ Get-MgBetaFinancialCompanySaleOrderLineItemPictureContent -InputObject -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleOrderLineItemPictureCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleOrderLineItemPictureCount.md index efe01b64d1e17..d234503041d44 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleOrderLineItemPictureCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleOrderLineItemPictureCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanysaleorderlineitempicturecount Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanySaleOrderLineItemPictureCount --- @@ -24,7 +24,7 @@ Get-MgBetaFinancialCompanySaleOrderLineItemPictureCount -CompanyId -SalesOrderLineId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### Get1 @@ -34,7 +34,7 @@ Get-MgBetaFinancialCompanySaleOrderLineItemPictureCount -CompanyId -SalesOrderLineId -SalesOrderId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity1 @@ -44,7 +44,7 @@ Get-MgBetaFinancialCompanySaleOrderLineItemPictureCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -54,7 +54,7 @@ Get-MgBetaFinancialCompanySaleOrderLineItemPictureCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleOrderPaymentTerm.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleOrderPaymentTerm.md index a09147e48dcc9..6865f81eec01a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleOrderPaymentTerm.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleOrderPaymentTerm.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanysaleorderpaymentterm Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanySaleOrderPaymentTerm --- @@ -24,7 +24,7 @@ Get-MgBetaFinancialCompanySaleOrderPaymentTerm -CompanyId -SalesOrderId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaFinancialCompanySaleOrderPaymentTerm -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleQuote.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleQuote.md index 550ee38c7caa0..0bf88165b0adc 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleQuote.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleQuote.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanysalequote Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanySaleQuote --- @@ -25,7 +25,7 @@ Get-MgBetaFinancialCompanySaleQuote -CompanyId [-ExpandProperty ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaFinancialCompanySaleQuote -CompanyId -SalesQuoteId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -44,7 +44,7 @@ Get-MgBetaFinancialCompanySaleQuote -CompanyId -SalesQuoteId Get-MgBetaFinancialCompanySaleQuote -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleQuoteCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleQuoteCount.md index f7eb3c9a22113..f1274b5aed136 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleQuoteCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleQuoteCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanysalequotecount Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanySaleQuoteCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaFinancialCompanySaleQuoteCount -CompanyId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -32,7 +32,7 @@ Get-MgBetaFinancialCompanySaleQuoteCount -CompanyId [-Filter ] Get-MgBetaFinancialCompanySaleQuoteCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleQuoteCurrency.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleQuoteCurrency.md index 81e720e793feb..c47f9266cfe27 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleQuoteCurrency.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleQuoteCurrency.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanysalequotecurrency Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanySaleQuoteCurrency --- @@ -24,7 +24,7 @@ Get-MgBetaFinancialCompanySaleQuoteCurrency -CompanyId -SalesQuoteId ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaFinancialCompanySaleQuoteCurrency -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleQuoteCustomer.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleQuoteCustomer.md index b8df6ce899cd5..9e096e739d252 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleQuoteCustomer.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleQuoteCustomer.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanysalequotecustomer Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanySaleQuoteCustomer --- @@ -24,7 +24,7 @@ Get-MgBetaFinancialCompanySaleQuoteCustomer -CompanyId -SalesQuoteId ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaFinancialCompanySaleQuoteCustomer -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleQuoteCustomerCurrency.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleQuoteCustomerCurrency.md index bebf1eebdfa95..100ae804cd324 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleQuoteCustomerCurrency.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleQuoteCustomerCurrency.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanysalequotecustomercurrency Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanySaleQuoteCustomerCurrency --- @@ -24,7 +24,7 @@ Get-MgBetaFinancialCompanySaleQuoteCustomerCurrency -CompanyId -SalesQu [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaFinancialCompanySaleQuoteCustomerCurrency -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleQuoteCustomerPaymentMethod.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleQuoteCustomerPaymentMethod.md index 594e2f74ac4b9..70203054c9143 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleQuoteCustomerPaymentMethod.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleQuoteCustomerPaymentMethod.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanysalequotecustomerpaymentmethod Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanySaleQuoteCustomerPaymentMethod --- @@ -24,7 +24,7 @@ Get-MgBetaFinancialCompanySaleQuoteCustomerPaymentMethod -CompanyId -Sa [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaFinancialCompanySaleQuoteCustomerPaymentMethod -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleQuoteCustomerPaymentTerm.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleQuoteCustomerPaymentTerm.md index 7d58afd54a507..5bf674581736d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleQuoteCustomerPaymentTerm.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleQuoteCustomerPaymentTerm.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanysalequotecustomerpaymentterm Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanySaleQuoteCustomerPaymentTerm --- @@ -24,7 +24,7 @@ Get-MgBetaFinancialCompanySaleQuoteCustomerPaymentTerm -CompanyId -Sale [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaFinancialCompanySaleQuoteCustomerPaymentTerm -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleQuoteCustomerPicture.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleQuoteCustomerPicture.md index 2b58ac4a6eae3..a21fa8b681700 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleQuoteCustomerPicture.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleQuoteCustomerPicture.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanysalequotecustomerpicture Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanySaleQuoteCustomerPicture --- @@ -26,7 +26,6 @@ Get-MgBetaFinancialCompanySaleQuoteCustomerPicture -CompanyId -SalesQuo [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -36,7 +35,7 @@ Get-MgBetaFinancialCompanySaleQuoteCustomerPicture -CompanyId -PictureI -SalesQuoteId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +45,7 @@ Get-MgBetaFinancialCompanySaleQuoteCustomerPicture -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleQuoteCustomerPictureContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleQuoteCustomerPictureContent.md index a2c1ceae6ce69..3978f4b93fb03 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleQuoteCustomerPictureContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleQuoteCustomerPictureContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanysalequotecustomerpicturecontent Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanySaleQuoteCustomerPictureContent --- @@ -24,7 +24,7 @@ Get-MgBetaFinancialCompanySaleQuoteCustomerPictureContent -CompanyId -P -SalesQuoteId -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -33,7 +33,7 @@ Get-MgBetaFinancialCompanySaleQuoteCustomerPictureContent -CompanyId -P Get-MgBetaFinancialCompanySaleQuoteCustomerPictureContent -InputObject -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleQuoteCustomerPictureCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleQuoteCustomerPictureCount.md index e59efe0e6789b..622ce8463db4a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleQuoteCustomerPictureCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleQuoteCustomerPictureCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanysalequotecustomerpicturecount Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanySaleQuoteCustomerPictureCount --- @@ -24,7 +24,7 @@ Get-MgBetaFinancialCompanySaleQuoteCustomerPictureCount -CompanyId -Sal [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaFinancialCompanySaleQuoteCustomerPictureCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleQuoteCustomerShipmentMethod.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleQuoteCustomerShipmentMethod.md index 7adb31f8a2af5..c26432e224b93 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleQuoteCustomerShipmentMethod.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleQuoteCustomerShipmentMethod.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanysalequotecustomershipmentmethod Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanySaleQuoteCustomerShipmentMethod --- @@ -24,7 +24,7 @@ Get-MgBetaFinancialCompanySaleQuoteCustomerShipmentMethod -CompanyId -S [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaFinancialCompanySaleQuoteCustomerShipmentMethod -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleQuoteLine.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleQuoteLine.md index 467905886f748..7cf88ca134327 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleQuoteLine.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleQuoteLine.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanysalequoteline Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanySaleQuoteLine --- @@ -25,7 +25,7 @@ Get-MgBetaFinancialCompanySaleQuoteLine -CompanyId [-ExpandProperty ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### List1 @@ -37,7 +37,6 @@ Get-MgBetaFinancialCompanySaleQuoteLine -CompanyId -SalesQuoteId ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get1 @@ -47,7 +46,7 @@ Get-MgBetaFinancialCompanySaleQuoteLine -CompanyId -SalesQuoteLineId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### Get @@ -57,7 +56,7 @@ Get-MgBetaFinancialCompanySaleQuoteLine -CompanyId -SalesQuoteLineId ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity1 @@ -67,7 +66,7 @@ Get-MgBetaFinancialCompanySaleQuoteLine -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -77,7 +76,7 @@ Get-MgBetaFinancialCompanySaleQuoteLine -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleQuoteLineAccount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleQuoteLineAccount.md index af16af76cc2cd..2637dba4517bf 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleQuoteLineAccount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleQuoteLineAccount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanysalequotelineaccount Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanySaleQuoteLineAccount --- @@ -24,7 +24,7 @@ Get-MgBetaFinancialCompanySaleQuoteLineAccount -CompanyId -SalesQuoteLi [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### Get1 @@ -34,7 +34,7 @@ Get-MgBetaFinancialCompanySaleQuoteLineAccount -CompanyId -SalesQuoteLi -SalesQuoteId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity1 @@ -44,7 +44,7 @@ Get-MgBetaFinancialCompanySaleQuoteLineAccount -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -54,7 +54,7 @@ Get-MgBetaFinancialCompanySaleQuoteLineAccount -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleQuoteLineCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleQuoteLineCount.md index 30bfe1f22e5eb..f4759f9d392ac 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleQuoteLineCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleQuoteLineCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanysalequotelinecount Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanySaleQuoteLineCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaFinancialCompanySaleQuoteLineCount -CompanyId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### Get1 @@ -33,7 +33,7 @@ Get-MgBetaFinancialCompanySaleQuoteLineCount -CompanyId -SalesQuoteId < [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity1 @@ -42,7 +42,7 @@ Get-MgBetaFinancialCompanySaleQuoteLineCount -CompanyId -SalesQuoteId < Get-MgBetaFinancialCompanySaleQuoteLineCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -51,7 +51,7 @@ Get-MgBetaFinancialCompanySaleQuoteLineCount -InputObject Get-MgBetaFinancialCompanySaleQuoteLineCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleQuoteLineItem.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleQuoteLineItem.md index 33b6f5e4a84a0..1d2c64a44b638 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleQuoteLineItem.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleQuoteLineItem.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanysalequotelineitem Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanySaleQuoteLineItem --- @@ -24,7 +24,7 @@ Get-MgBetaFinancialCompanySaleQuoteLineItem -CompanyId -SalesQuoteLineI [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### Get1 @@ -34,7 +34,7 @@ Get-MgBetaFinancialCompanySaleQuoteLineItem -CompanyId -SalesQuoteLineI -SalesQuoteId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity1 @@ -44,7 +44,7 @@ Get-MgBetaFinancialCompanySaleQuoteLineItem -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -54,7 +54,7 @@ Get-MgBetaFinancialCompanySaleQuoteLineItem -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleQuoteLineItemCategory.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleQuoteLineItemCategory.md index 92d125c56963b..f3a2ef2f9eb34 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleQuoteLineItemCategory.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleQuoteLineItemCategory.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanysalequotelineitemcategory Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanySaleQuoteLineItemCategory --- @@ -24,7 +24,7 @@ Get-MgBetaFinancialCompanySaleQuoteLineItemCategory -CompanyId -SalesQu [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### Get1 @@ -34,7 +34,7 @@ Get-MgBetaFinancialCompanySaleQuoteLineItemCategory -CompanyId -SalesQu -SalesQuoteId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity1 @@ -44,7 +44,7 @@ Get-MgBetaFinancialCompanySaleQuoteLineItemCategory -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -54,7 +54,7 @@ Get-MgBetaFinancialCompanySaleQuoteLineItemCategory -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleQuoteLineItemPicture.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleQuoteLineItemPicture.md index 8bef6f385ce1f..2e69321cfce6c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleQuoteLineItemPicture.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleQuoteLineItemPicture.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanysalequotelineitempicture Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanySaleQuoteLineItemPicture --- @@ -26,7 +26,6 @@ Get-MgBetaFinancialCompanySaleQuoteLineItemPicture -CompanyId -SalesQuo [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### List1 @@ -38,7 +37,7 @@ Get-MgBetaFinancialCompanySaleQuoteLineItemPicture -CompanyId -SalesQuo [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get1 @@ -48,7 +47,7 @@ Get-MgBetaFinancialCompanySaleQuoteLineItemPicture -CompanyId -PictureI -SalesQuoteLineId -SalesQuoteId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### Get @@ -58,7 +57,7 @@ Get-MgBetaFinancialCompanySaleQuoteLineItemPicture -CompanyId -PictureI -SalesQuoteLineId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity1 @@ -68,7 +67,7 @@ Get-MgBetaFinancialCompanySaleQuoteLineItemPicture -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -78,7 +77,7 @@ Get-MgBetaFinancialCompanySaleQuoteLineItemPicture -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleQuoteLineItemPictureContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleQuoteLineItemPictureContent.md index 0e0c9d24a7fda..7493e53a45422 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleQuoteLineItemPictureContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleQuoteLineItemPictureContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanysalequotelineitempicturecontent Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanySaleQuoteLineItemPictureContent --- @@ -24,7 +24,7 @@ Get-MgBetaFinancialCompanySaleQuoteLineItemPictureContent -CompanyId -P -SalesQuoteLineId -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### Get1 @@ -34,7 +34,7 @@ Get-MgBetaFinancialCompanySaleQuoteLineItemPictureContent -CompanyId -P -SalesQuoteLineId -SalesQuoteId -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity1 @@ -43,7 +43,7 @@ Get-MgBetaFinancialCompanySaleQuoteLineItemPictureContent -CompanyId -P Get-MgBetaFinancialCompanySaleQuoteLineItemPictureContent -InputObject -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -52,7 +52,7 @@ Get-MgBetaFinancialCompanySaleQuoteLineItemPictureContent -InputObject -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleQuoteLineItemPictureCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleQuoteLineItemPictureCount.md index 7be46fa75f9e6..d93620da53ee5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleQuoteLineItemPictureCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleQuoteLineItemPictureCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanysalequotelineitempicturecount Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanySaleQuoteLineItemPictureCount --- @@ -24,7 +24,7 @@ Get-MgBetaFinancialCompanySaleQuoteLineItemPictureCount -CompanyId -SalesQuoteLineId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### Get1 @@ -34,7 +34,7 @@ Get-MgBetaFinancialCompanySaleQuoteLineItemPictureCount -CompanyId -SalesQuoteLineId -SalesQuoteId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity1 @@ -44,7 +44,7 @@ Get-MgBetaFinancialCompanySaleQuoteLineItemPictureCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -54,7 +54,7 @@ Get-MgBetaFinancialCompanySaleQuoteLineItemPictureCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleQuotePaymentTerm.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleQuotePaymentTerm.md index 44d08ad724a2b..17cfc9b7300c1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleQuotePaymentTerm.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleQuotePaymentTerm.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanysalequotepaymentterm Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanySaleQuotePaymentTerm --- @@ -24,7 +24,7 @@ Get-MgBetaFinancialCompanySaleQuotePaymentTerm -CompanyId -SalesQuoteId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaFinancialCompanySaleQuotePaymentTerm -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleQuoteShipmentMethod.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleQuoteShipmentMethod.md index c5787329f2826..47614d0d69365 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleQuoteShipmentMethod.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanySaleQuoteShipmentMethod.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanysalequoteshipmentmethod Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanySaleQuoteShipmentMethod --- @@ -24,7 +24,7 @@ Get-MgBetaFinancialCompanySaleQuoteShipmentMethod -CompanyId -SalesQuot [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaFinancialCompanySaleQuoteShipmentMethod -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyShipmentMethod.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyShipmentMethod.md index 8eac0659b0fe1..e15bcf2904d09 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyShipmentMethod.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyShipmentMethod.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanyshipmentmethod Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanyShipmentMethod --- @@ -25,7 +25,7 @@ Get-MgBetaFinancialCompanyShipmentMethod -CompanyId [-ExpandProperty ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaFinancialCompanyShipmentMethod -CompanyId -ShipmentMethodId < [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -45,7 +45,7 @@ Get-MgBetaFinancialCompanyShipmentMethod -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyShipmentMethodCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyShipmentMethodCount.md index 9c5ad2938ceb6..9d82ce367c883 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyShipmentMethodCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyShipmentMethodCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanyshipmentmethodcount Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanyShipmentMethodCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaFinancialCompanyShipmentMethodCount -CompanyId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -32,7 +32,7 @@ Get-MgBetaFinancialCompanyShipmentMethodCount -CompanyId [-Filter [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyTaxArea.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyTaxArea.md index 287c35fd5266b..b23f9151ecba3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyTaxArea.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyTaxArea.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanytaxarea Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanyTaxArea --- @@ -25,7 +25,7 @@ Get-MgBetaFinancialCompanyTaxArea -CompanyId [-ExpandProperty ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaFinancialCompanyTaxArea -CompanyId -TaxAreaId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -44,7 +44,7 @@ Get-MgBetaFinancialCompanyTaxArea -CompanyId -TaxAreaId Get-MgBetaFinancialCompanyTaxArea -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyTaxAreaCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyTaxAreaCount.md index 117e87aad423a..7d8084fbc4dc5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyTaxAreaCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyTaxAreaCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanytaxareacount Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanyTaxAreaCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaFinancialCompanyTaxAreaCount -CompanyId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -32,7 +32,7 @@ Get-MgBetaFinancialCompanyTaxAreaCount -CompanyId [-Filter ] [- Get-MgBetaFinancialCompanyTaxAreaCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyTaxGroup.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyTaxGroup.md index 5735db99bf2ba..839ed2bf0a188 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyTaxGroup.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyTaxGroup.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanytaxgroup Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanyTaxGroup --- @@ -25,7 +25,7 @@ Get-MgBetaFinancialCompanyTaxGroup -CompanyId [-ExpandProperty ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaFinancialCompanyTaxGroup -CompanyId -TaxGroupId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -44,7 +44,7 @@ Get-MgBetaFinancialCompanyTaxGroup -CompanyId -TaxGroupId Get-MgBetaFinancialCompanyTaxGroup -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyTaxGroupCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyTaxGroupCount.md index 57dea8eab69af..3425925ebde6b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyTaxGroupCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyTaxGroupCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanytaxgroupcount Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanyTaxGroupCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaFinancialCompanyTaxGroupCount -CompanyId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -32,7 +32,7 @@ Get-MgBetaFinancialCompanyTaxGroupCount -CompanyId [-Filter ] [ Get-MgBetaFinancialCompanyTaxGroupCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyUnitOfMeasure.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyUnitOfMeasure.md index 6afc8d0b3013f..a0df6f729c032 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyUnitOfMeasure.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyUnitOfMeasure.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanyunitofmeasure Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanyUnitOfMeasure --- @@ -25,7 +25,7 @@ Get-MgBetaFinancialCompanyUnitOfMeasure -CompanyId [-ExpandProperty ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaFinancialCompanyUnitOfMeasure -CompanyId -UnitOfMeasureId ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -45,7 +45,7 @@ Get-MgBetaFinancialCompanyUnitOfMeasure -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyUnitOfMeasureCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyUnitOfMeasureCount.md index 901b4e25efb23..a3217698a1747 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyUnitOfMeasureCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyUnitOfMeasureCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanyunitofmeasurecount Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanyUnitOfMeasureCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaFinancialCompanyUnitOfMeasureCount -CompanyId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -32,7 +32,7 @@ Get-MgBetaFinancialCompanyUnitOfMeasureCount -CompanyId [-Filter [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyVendor.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyVendor.md index 5b80b5d087d39..851bf6f7b5060 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyVendor.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyVendor.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanyvendor Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanyVendor --- @@ -25,7 +25,7 @@ Get-MgBetaFinancialCompanyVendor -CompanyId [-ExpandProperty [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -34,7 +34,7 @@ Get-MgBetaFinancialCompanyVendor -CompanyId [-ExpandProperty Get-MgBetaFinancialCompanyVendor -CompanyId -VendorId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -43,7 +43,7 @@ Get-MgBetaFinancialCompanyVendor -CompanyId -VendorId [-Expand Get-MgBetaFinancialCompanyVendor -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyVendorCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyVendorCount.md index ac5816c78f562..2a628b23a0e51 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyVendorCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyVendorCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanyvendorcount Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanyVendorCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaFinancialCompanyVendorCount -CompanyId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -32,7 +32,7 @@ Get-MgBetaFinancialCompanyVendorCount -CompanyId [-Filter ] [-S Get-MgBetaFinancialCompanyVendorCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyVendorCurrency.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyVendorCurrency.md index ade74c0547f73..fe68a5aae03d7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyVendorCurrency.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyVendorCurrency.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanyvendorcurrency Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanyVendorCurrency --- @@ -24,7 +24,7 @@ Get-MgBetaFinancialCompanyVendorCurrency -CompanyId -VendorId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaFinancialCompanyVendorCurrency -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyVendorPaymentMethod.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyVendorPaymentMethod.md index 65cce4838b403..3423f7b321837 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyVendorPaymentMethod.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyVendorPaymentMethod.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanyvendorpaymentmethod Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanyVendorPaymentMethod --- @@ -24,7 +24,7 @@ Get-MgBetaFinancialCompanyVendorPaymentMethod -CompanyId -VendorId ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaFinancialCompanyVendorPaymentMethod -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyVendorPaymentTerm.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyVendorPaymentTerm.md index 40a61d42015b9..32c677234781d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyVendorPaymentTerm.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyVendorPaymentTerm.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanyvendorpaymentterm Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanyVendorPaymentTerm --- @@ -24,7 +24,7 @@ Get-MgBetaFinancialCompanyVendorPaymentTerm -CompanyId -VendorId ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaFinancialCompanyVendorPaymentTerm -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyVendorPicture.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyVendorPicture.md index 2a225a544ca56..96544c1c5a188 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyVendorPicture.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyVendorPicture.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanyvendorpicture Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanyVendorPicture --- @@ -26,7 +26,6 @@ Get-MgBetaFinancialCompanyVendorPicture -CompanyId -VendorId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -36,7 +35,7 @@ Get-MgBetaFinancialCompanyVendorPicture -CompanyId -PictureId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +45,7 @@ Get-MgBetaFinancialCompanyVendorPicture -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyVendorPictureContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyVendorPictureContent.md index ebc10637a094e..fb6812f119f16 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyVendorPictureContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyVendorPictureContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanyvendorpicturecontent Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanyVendorPictureContent --- @@ -24,7 +24,7 @@ Get-MgBetaFinancialCompanyVendorPictureContent -CompanyId -PictureId -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -33,7 +33,7 @@ Get-MgBetaFinancialCompanyVendorPictureContent -CompanyId -PictureId -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyVendorPictureCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyVendorPictureCount.md index c7c23c75989d0..ce913958bf932 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyVendorPictureCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Get-MgBetaFinancialCompanyVendorPictureCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/get-mgbetafinancialcompanyvendorpicturecount Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaFinancialCompanyVendorPictureCount --- @@ -24,7 +24,7 @@ Get-MgBetaFinancialCompanyVendorPictureCount -CompanyId -VendorId ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -33,7 +33,7 @@ Get-MgBetaFinancialCompanyVendorPictureCount -CompanyId -VendorId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Invoke-MgBetaFinancialCompanyJournal.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Invoke-MgBetaFinancialCompanyJournal.md index 38f795dd8be69..253356ee62f3a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Invoke-MgBetaFinancialCompanyJournal.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Invoke-MgBetaFinancialCompanyJournal.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/invoke-mgbetafinancialcompanyjournal Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaFinancialCompanyJournal --- @@ -24,7 +24,6 @@ Invoke-MgBetaFinancialCompanyJournal -CompanyId -JournalId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### PostViaIdentity @@ -34,7 +33,6 @@ Invoke-MgBetaFinancialCompanyJournal -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Invoke-MgBetaFinancialCompanyPurchaseInvoice.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Invoke-MgBetaFinancialCompanyPurchaseInvoice.md index d7d2e378a8e66..4cfebb42989f2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Invoke-MgBetaFinancialCompanyPurchaseInvoice.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Invoke-MgBetaFinancialCompanyPurchaseInvoice.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/invoke-mgbetafinancialcompanypurchaseinvoice Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaFinancialCompanyPurchaseInvoice --- @@ -24,7 +24,6 @@ Invoke-MgBetaFinancialCompanyPurchaseInvoice -CompanyId -PurchaseInvoic [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### PostViaIdentity @@ -34,7 +33,6 @@ Invoke-MgBetaFinancialCompanyPurchaseInvoice -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Invoke-MgBetaFinancialCompanySaleInvoiceAndSend.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Invoke-MgBetaFinancialCompanySaleInvoiceAndSend.md index a8412393f241b..d68f4800f95fc 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Invoke-MgBetaFinancialCompanySaleInvoiceAndSend.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Invoke-MgBetaFinancialCompanySaleInvoiceAndSend.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/invoke-mgbetafinancialcompanysaleinvoiceandsend Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaFinancialCompanySaleInvoiceAndSend --- @@ -24,7 +24,6 @@ Invoke-MgBetaFinancialCompanySaleInvoiceAndSend -CompanyId -SalesInvoic [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### PostViaIdentity @@ -34,7 +33,6 @@ Invoke-MgBetaFinancialCompanySaleInvoiceAndSend -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Invoke-MgBetaFinancialCompanySalesInvoice.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Invoke-MgBetaFinancialCompanySalesInvoice.md index 0a00b1b718da6..d4076e4521c12 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Invoke-MgBetaFinancialCompanySalesInvoice.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Invoke-MgBetaFinancialCompanySalesInvoice.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/invoke-mgbetafinancialcompanysalesinvoice Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaFinancialCompanySalesInvoice --- @@ -24,7 +24,6 @@ Invoke-MgBetaFinancialCompanySalesInvoice -CompanyId -SalesInvoiceId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### PostViaIdentity @@ -34,7 +33,6 @@ Invoke-MgBetaFinancialCompanySalesInvoice -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Microsoft.Graph.Beta.Financials.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Microsoft.Graph.Beta.Financials.md index 5a6f40f86dd3d..932134ab1693e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Microsoft.Graph.Beta.Financials.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Microsoft.Graph.Beta.Financials.md @@ -1,6 +1,6 @@ --- Module Name: Microsoft.Graph.Beta.Financials -Module Guid: 422c591b-93e1-4c3a-b18e-8ac2e556911d +Module Guid: 3f5e5d29-d9ac-a24c-cbfa-7926f2b3ab2d Download Help Link: https://learn.microsoft.com/en-us/powershell/module/microsoft.graph.beta.financials/?view=graph-powershell-beta Help Version: 1.0.0.0 Locale: en-US diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/New-MgBetaFinancialCompanyCountryRegion.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/New-MgBetaFinancialCompanyCountryRegion.md index 9fb5f54102f04..8655b52c4feef 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/New-MgBetaFinancialCompanyCountryRegion.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/New-MgBetaFinancialCompanyCountryRegion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/new-mgbetafinancialcompanycountryregion Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaFinancialCompanyCountryRegion --- @@ -25,7 +25,7 @@ New-MgBetaFinancialCompanyCountryRegion -CompanyId [-ResponseHeadersVar [-DisplayName ] [-Id ] [-LastModifiedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -35,7 +35,7 @@ New-MgBetaFinancialCompanyCountryRegion -CompanyId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -46,7 +46,7 @@ New-MgBetaFinancialCompanyCountryRegion -InputObject [-Code ] [-DisplayName ] [-Id ] [-LastModifiedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -56,7 +56,7 @@ New-MgBetaFinancialCompanyCountryRegion -InputObject -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.Financials/New-MgBetaFinancialCompanyCurrency.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/New-MgBetaFinancialCompanyCurrency.md index f36ccf3533c7e..e7df2b03c2b36 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/New-MgBetaFinancialCompanyCurrency.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/New-MgBetaFinancialCompanyCurrency.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/new-mgbetafinancialcompanycurrency Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaFinancialCompanyCurrency --- @@ -26,7 +26,6 @@ New-MgBetaFinancialCompanyCurrency -CompanyId [-ResponseHeadersVariable [-LastModifiedDateTime ] [-Symbol ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -36,7 +35,6 @@ New-MgBetaFinancialCompanyCurrency -CompanyId -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -48,7 +46,7 @@ New-MgBetaFinancialCompanyCurrency -InputObject [-DisplayName ] [-Id ] [-LastModifiedDateTime ] [-Symbol ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -58,7 +56,7 @@ New-MgBetaFinancialCompanyCurrency -InputObject -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.Financials/New-MgBetaFinancialCompanyCustomer.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/New-MgBetaFinancialCompanyCustomer.md index 12867cab6a958..4e0e4c4ba2f7d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/New-MgBetaFinancialCompanyCustomer.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/New-MgBetaFinancialCompanyCustomer.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/new-mgbetafinancialcompanycustomer Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaFinancialCompanyCustomer --- @@ -32,7 +32,7 @@ New-MgBetaFinancialCompanyCustomer -CompanyId [-ResponseHeadersVariable [-TaxRegistrationNumber ] [-Type ] [-Website ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -42,7 +42,6 @@ New-MgBetaFinancialCompanyCustomer -CompanyId -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -60,7 +59,7 @@ New-MgBetaFinancialCompanyCustomer -InputObject [-TaxRegistrationNumber ] [-Type ] [-Website ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -70,7 +69,7 @@ New-MgBetaFinancialCompanyCustomer -InputObject -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.Financials/New-MgBetaFinancialCompanyCustomerPayment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/New-MgBetaFinancialCompanyCustomerPayment.md index 5bda3c4c80d8a..d798120c68500 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/New-MgBetaFinancialCompanyCustomerPayment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/New-MgBetaFinancialCompanyCustomerPayment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/new-mgbetafinancialcompanycustomerpayment Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaFinancialCompanyCustomerPayment --- @@ -29,7 +29,6 @@ New-MgBetaFinancialCompanyCustomerPayment -CompanyId [-ResponseHeadersV [-LineNumber ] [-PostingDate ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -39,7 +38,7 @@ New-MgBetaFinancialCompanyCustomerPayment -CompanyId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -54,7 +53,7 @@ New-MgBetaFinancialCompanyCustomerPayment -InputObject [-LastModifiedDateTime ] [-LineNumber ] [-PostingDate ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -64,7 +63,7 @@ New-MgBetaFinancialCompanyCustomerPayment -InputObject -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.Financials/New-MgBetaFinancialCompanyCustomerPaymentCustomerPicture.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/New-MgBetaFinancialCompanyCustomerPaymentCustomerPicture.md index 3b709fb8a8f7c..188fa1b1a1c93 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/New-MgBetaFinancialCompanyCustomerPaymentCustomerPicture.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/New-MgBetaFinancialCompanyCustomerPaymentCustomerPicture.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/new-mgbetafinancialcompanycustomerpaymentcustomerpicture Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaFinancialCompanyCustomerPaymentCustomerPicture --- @@ -25,7 +25,7 @@ New-MgBetaFinancialCompanyCustomerPaymentCustomerPicture -CompanyId [-ContentInputFile ] [-ContentType ] [-Height ] [-Id ] [-Width ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -36,7 +36,6 @@ New-MgBetaFinancialCompanyCustomerPaymentCustomerPicture -CompanyId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -47,7 +46,7 @@ New-MgBetaFinancialCompanyCustomerPaymentCustomerPicture -InputObject ] [-ContentType ] [-Height ] [-Id ] [-Width ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -57,7 +56,7 @@ New-MgBetaFinancialCompanyCustomerPaymentCustomerPicture -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/New-MgBetaFinancialCompanyCustomerPaymentJournal.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/New-MgBetaFinancialCompanyCustomerPaymentJournal.md index aa447a342414b..ca5c5df984ddc 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/New-MgBetaFinancialCompanyCustomerPaymentJournal.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/New-MgBetaFinancialCompanyCustomerPaymentJournal.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/new-mgbetafinancialcompanycustomerpaymentjournal Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaFinancialCompanyCustomerPaymentJournal --- @@ -28,7 +28,6 @@ New-MgBetaFinancialCompanyCustomerPaymentJournal -CompanyId [-LastModifiedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -38,7 +37,7 @@ New-MgBetaFinancialCompanyCustomerPaymentJournal -CompanyId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -52,7 +51,6 @@ New-MgBetaFinancialCompanyCustomerPaymentJournal -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -62,7 +60,7 @@ New-MgBetaFinancialCompanyCustomerPaymentJournal -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/New-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPayment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/New-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPayment.md index 9a27b5cdd6113..b4e43d319bf1b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/New-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPayment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/New-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPayment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/new-mgbetafinancialcompanycustomerpaymentjournalcustomerpayment Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPayment --- @@ -30,7 +30,6 @@ New-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPayment -CompanyId ] [-PostingDate ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -41,7 +40,6 @@ New-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPayment -CompanyId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -56,7 +54,7 @@ New-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPayment -InputObject ] [-LineNumber ] [-PostingDate ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -66,7 +64,7 @@ New-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPayment -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/New-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPicture.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/New-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPicture.md index f32025c05e7fe..fe864076ddb2c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/New-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPicture.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/New-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPicture.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/new-mgbetafinancialcompanycustomerpaymentjournalcustomerpaymentcustomerpicture Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPicture --- @@ -26,7 +26,6 @@ New-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPicture - [-Height ] [-Id ] [-Width ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -37,7 +36,7 @@ New-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPicture - -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -49,7 +48,6 @@ New-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPicture [-Height ] [-Id ] [-Width ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -60,7 +58,6 @@ New-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPicture [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/New-MgBetaFinancialCompanyCustomerPicture.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/New-MgBetaFinancialCompanyCustomerPicture.md index a37898edc1bbd..d3392d8e03f95 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/New-MgBetaFinancialCompanyCustomerPicture.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/New-MgBetaFinancialCompanyCustomerPicture.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/new-mgbetafinancialcompanycustomerpicture Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaFinancialCompanyCustomerPicture --- @@ -25,7 +25,7 @@ New-MgBetaFinancialCompanyCustomerPicture -CompanyId -CustomerId ] [-ContentType ] [-Height ] [-Id ] [-Width ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -35,7 +35,7 @@ New-MgBetaFinancialCompanyCustomerPicture -CompanyId -CustomerId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -46,7 +46,7 @@ New-MgBetaFinancialCompanyCustomerPicture -InputObject [-ContentInputFile ] [-ContentType ] [-Height ] [-Id ] [-Width ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -56,7 +56,7 @@ New-MgBetaFinancialCompanyCustomerPicture -InputObject -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.Financials/New-MgBetaFinancialCompanyEmployee.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/New-MgBetaFinancialCompanyEmployee.md index 12a65d4d7bcfd..a0e512144399e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/New-MgBetaFinancialCompanyEmployee.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/New-MgBetaFinancialCompanyEmployee.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/new-mgbetafinancialcompanyemployee Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaFinancialCompanyEmployee --- @@ -29,7 +29,7 @@ New-MgBetaFinancialCompanyEmployee -CompanyId [-ResponseHeadersVariable [-Status ] [-Surname ] [-TerminationDate ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -39,7 +39,6 @@ New-MgBetaFinancialCompanyEmployee -CompanyId -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -55,7 +54,6 @@ New-MgBetaFinancialCompanyEmployee -InputObject [-Surname ] [-TerminationDate ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -65,7 +63,7 @@ New-MgBetaFinancialCompanyEmployee -InputObject -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.Financials/New-MgBetaFinancialCompanyEmployeePicture.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/New-MgBetaFinancialCompanyEmployeePicture.md index c58cc3ec1ebfb..12f23d36580ab 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/New-MgBetaFinancialCompanyEmployeePicture.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/New-MgBetaFinancialCompanyEmployeePicture.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/new-mgbetafinancialcompanyemployeepicture Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaFinancialCompanyEmployeePicture --- @@ -25,7 +25,7 @@ New-MgBetaFinancialCompanyEmployeePicture -CompanyId -EmployeeId ] [-ContentType ] [-Height ] [-Id ] [-Width ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -35,7 +35,7 @@ New-MgBetaFinancialCompanyEmployeePicture -CompanyId -EmployeeId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -46,7 +46,7 @@ New-MgBetaFinancialCompanyEmployeePicture -InputObject [-ContentInputFile ] [-ContentType ] [-Height ] [-Id ] [-Width ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -56,7 +56,7 @@ New-MgBetaFinancialCompanyEmployeePicture -InputObject -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.Financials/New-MgBetaFinancialCompanyItem.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/New-MgBetaFinancialCompanyItem.md index 00e20e533b6d1..230bd6cf935db 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/New-MgBetaFinancialCompanyItem.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/New-MgBetaFinancialCompanyItem.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/new-mgbetafinancialcompanyitem Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaFinancialCompanyItem --- @@ -29,7 +29,7 @@ New-MgBetaFinancialCompanyItem -CompanyId [-ResponseHeadersVariable ] [-Type ] [-UnitCost ] [-UnitPrice ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -39,7 +39,6 @@ New-MgBetaFinancialCompanyItem -CompanyId -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -54,7 +53,7 @@ New-MgBetaFinancialCompanyItem -InputObject [-TaxGroupId ] [-Type ] [-UnitCost ] [-UnitPrice ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -64,7 +63,7 @@ New-MgBetaFinancialCompanyItem -InputObject -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.Financials/New-MgBetaFinancialCompanyItemCategory.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/New-MgBetaFinancialCompanyItemCategory.md index 79e4722206518..1eb6855c80277 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/New-MgBetaFinancialCompanyItemCategory.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/New-MgBetaFinancialCompanyItemCategory.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/new-mgbetafinancialcompanyitemcategory Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaFinancialCompanyItemCategory --- @@ -25,7 +25,6 @@ New-MgBetaFinancialCompanyItemCategory -CompanyId [-ResponseHeadersVari [-LastModifiedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -35,7 +34,7 @@ New-MgBetaFinancialCompanyItemCategory -CompanyId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -46,7 +45,7 @@ New-MgBetaFinancialCompanyItemCategory -InputObject [-DisplayName ] [-Id ] [-LastModifiedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -56,7 +55,7 @@ New-MgBetaFinancialCompanyItemCategory -InputObject -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.Financials/New-MgBetaFinancialCompanyItemPicture.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/New-MgBetaFinancialCompanyItemPicture.md index 8350b44e6c401..6b4bc2e35af5b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/New-MgBetaFinancialCompanyItemPicture.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/New-MgBetaFinancialCompanyItemPicture.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/new-mgbetafinancialcompanyitempicture Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaFinancialCompanyItemPicture --- @@ -25,7 +25,7 @@ New-MgBetaFinancialCompanyItemPicture -CompanyId -ItemId [-ContentInputFile ] [-ContentType ] [-Height ] [-Id ] [-Width ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -35,7 +35,7 @@ New-MgBetaFinancialCompanyItemPicture -CompanyId -ItemId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -46,7 +46,7 @@ New-MgBetaFinancialCompanyItemPicture -InputObject [-ContentInputFile ] [-ContentType ] [-Height ] [-Id ] [-Width ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -56,7 +56,7 @@ New-MgBetaFinancialCompanyItemPicture -InputObject -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.Financials/New-MgBetaFinancialCompanyJournal.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/New-MgBetaFinancialCompanyJournal.md index c3cfdd4479275..cc791a4a7acff 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/New-MgBetaFinancialCompanyJournal.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/New-MgBetaFinancialCompanyJournal.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/new-mgbetafinancialcompanyjournal Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaFinancialCompanyJournal --- @@ -27,7 +27,6 @@ New-MgBetaFinancialCompanyJournal -CompanyId [-ResponseHeadersVariable [-LastModifiedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -37,7 +36,6 @@ New-MgBetaFinancialCompanyJournal -CompanyId -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -50,7 +48,7 @@ New-MgBetaFinancialCompanyJournal -InputObject [-JournalLines ] [-LastModifiedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -60,7 +58,7 @@ New-MgBetaFinancialCompanyJournal -InputObject -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.Financials/New-MgBetaFinancialCompanyJournalLine.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/New-MgBetaFinancialCompanyJournalLine.md index 4368ca49e6dd6..fb8453822e181 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/New-MgBetaFinancialCompanyJournalLine.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/New-MgBetaFinancialCompanyJournalLine.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/new-mgbetafinancialcompanyjournalline Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaFinancialCompanyJournalLine --- @@ -27,7 +27,7 @@ New-MgBetaFinancialCompanyJournalLine -CompanyId [-ResponseHeadersVaria [-JournalDisplayName ] [-LastModifiedDateTime ] [-LineNumber ] [-PostingDate ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateExpanded1 @@ -41,7 +41,7 @@ New-MgBetaFinancialCompanyJournalLine -CompanyId -JournalId [-LastModifiedDateTime ] [-LineNumber ] [-PostingDate ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create1 @@ -51,7 +51,7 @@ New-MgBetaFinancialCompanyJournalLine -CompanyId -JournalId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -61,7 +61,7 @@ New-MgBetaFinancialCompanyJournalLine -CompanyId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded1 @@ -75,7 +75,7 @@ New-MgBetaFinancialCompanyJournalLine -InputObject [-LastModifiedDateTime ] [-LineNumber ] [-PostingDate ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -89,7 +89,7 @@ New-MgBetaFinancialCompanyJournalLine -InputObject [-LastModifiedDateTime ] [-LineNumber ] [-PostingDate ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity1 @@ -99,7 +99,7 @@ New-MgBetaFinancialCompanyJournalLine -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -109,7 +109,7 @@ New-MgBetaFinancialCompanyJournalLine -InputObject -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.Financials/New-MgBetaFinancialCompanyPaymentMethod.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/New-MgBetaFinancialCompanyPaymentMethod.md index b2673620922fa..71291ea0a09ea 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/New-MgBetaFinancialCompanyPaymentMethod.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/New-MgBetaFinancialCompanyPaymentMethod.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/new-mgbetafinancialcompanypaymentmethod Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaFinancialCompanyPaymentMethod --- @@ -25,7 +25,6 @@ New-MgBetaFinancialCompanyPaymentMethod -CompanyId [-ResponseHeadersVar [-LastModifiedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -35,7 +34,7 @@ New-MgBetaFinancialCompanyPaymentMethod -CompanyId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -46,7 +45,7 @@ New-MgBetaFinancialCompanyPaymentMethod -InputObject [-DisplayName ] [-Id ] [-LastModifiedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -56,7 +55,7 @@ New-MgBetaFinancialCompanyPaymentMethod -InputObject -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.Financials/New-MgBetaFinancialCompanyPaymentTerm.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/New-MgBetaFinancialCompanyPaymentTerm.md index 33a1987ccf678..855cd09b3bf93 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/New-MgBetaFinancialCompanyPaymentTerm.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/New-MgBetaFinancialCompanyPaymentTerm.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/new-mgbetafinancialcompanypaymentterm Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaFinancialCompanyPaymentTerm --- @@ -26,7 +26,7 @@ New-MgBetaFinancialCompanyPaymentTerm -CompanyId [-ResponseHeadersVaria [-DueDateCalculation ] [-Id ] [-LastModifiedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -36,7 +36,7 @@ New-MgBetaFinancialCompanyPaymentTerm -CompanyId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -49,7 +49,6 @@ New-MgBetaFinancialCompanyPaymentTerm -InputObject [-LastModifiedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -59,7 +58,7 @@ New-MgBetaFinancialCompanyPaymentTerm -InputObject -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.Financials/New-MgBetaFinancialCompanyPicture.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/New-MgBetaFinancialCompanyPicture.md index afa5b6ebfd7e4..c4cd90aa077cf 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/New-MgBetaFinancialCompanyPicture.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/New-MgBetaFinancialCompanyPicture.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/new-mgbetafinancialcompanypicture Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaFinancialCompanyPicture --- @@ -25,7 +25,6 @@ New-MgBetaFinancialCompanyPicture -CompanyId [-ResponseHeadersVariable [-Height ] [-Id ] [-Width ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -35,7 +34,6 @@ New-MgBetaFinancialCompanyPicture -CompanyId -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -46,7 +44,7 @@ New-MgBetaFinancialCompanyPicture -InputObject [-ContentInputFile ] [-ContentType ] [-Height ] [-Id ] [-Width ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -56,7 +54,7 @@ New-MgBetaFinancialCompanyPicture -InputObject -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.Financials/New-MgBetaFinancialCompanyPurchaseInvoiceLineItemPicture.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/New-MgBetaFinancialCompanyPurchaseInvoiceLineItemPicture.md index 838850da19b85..a94940304e7da 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/New-MgBetaFinancialCompanyPurchaseInvoiceLineItemPicture.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/New-MgBetaFinancialCompanyPurchaseInvoiceLineItemPicture.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/new-mgbetafinancialcompanypurchaseinvoicelineitempicture Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaFinancialCompanyPurchaseInvoiceLineItemPicture --- @@ -26,7 +26,6 @@ New-MgBetaFinancialCompanyPurchaseInvoiceLineItemPicture -CompanyId [-Height ] [-Id ] [-Width ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateExpanded1 @@ -38,7 +37,6 @@ New-MgBetaFinancialCompanyPurchaseInvoiceLineItemPicture -CompanyId [-Height ] [-Id ] [-Width ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create1 @@ -49,7 +47,6 @@ New-MgBetaFinancialCompanyPurchaseInvoiceLineItemPicture -CompanyId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -60,7 +57,6 @@ New-MgBetaFinancialCompanyPurchaseInvoiceLineItemPicture -CompanyId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded1 @@ -71,7 +67,7 @@ New-MgBetaFinancialCompanyPurchaseInvoiceLineItemPicture -InputObject ] [-ContentType ] [-Height ] [-Id ] [-Width ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -82,7 +78,7 @@ New-MgBetaFinancialCompanyPurchaseInvoiceLineItemPicture -InputObject ] [-ContentType ] [-Height ] [-Id ] [-Width ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity1 @@ -92,7 +88,7 @@ New-MgBetaFinancialCompanyPurchaseInvoiceLineItemPicture -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -102,7 +98,7 @@ New-MgBetaFinancialCompanyPurchaseInvoiceLineItemPicture -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/New-MgBetaFinancialCompanyPurchaseInvoiceVendorPicture.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/New-MgBetaFinancialCompanyPurchaseInvoiceVendorPicture.md index 3cc315cc3a85f..5824347d4398f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/New-MgBetaFinancialCompanyPurchaseInvoiceVendorPicture.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/New-MgBetaFinancialCompanyPurchaseInvoiceVendorPicture.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/new-mgbetafinancialcompanypurchaseinvoicevendorpicture Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaFinancialCompanyPurchaseInvoiceVendorPicture --- @@ -25,7 +25,7 @@ New-MgBetaFinancialCompanyPurchaseInvoiceVendorPicture -CompanyId [-ContentInputFile ] [-ContentType ] [-Height ] [-Id ] [-Width ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -36,7 +36,6 @@ New-MgBetaFinancialCompanyPurchaseInvoiceVendorPicture -CompanyId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -47,7 +46,7 @@ New-MgBetaFinancialCompanyPurchaseInvoiceVendorPicture -InputObject ] [-ContentType ] [-Height ] [-Id ] [-Width ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -57,7 +56,7 @@ New-MgBetaFinancialCompanyPurchaseInvoiceVendorPicture -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/New-MgBetaFinancialCompanySaleCreditMemoCustomerPicture.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/New-MgBetaFinancialCompanySaleCreditMemoCustomerPicture.md index 6f02d23c5dc60..b44abc0786826 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/New-MgBetaFinancialCompanySaleCreditMemoCustomerPicture.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/New-MgBetaFinancialCompanySaleCreditMemoCustomerPicture.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/new-mgbetafinancialcompanysalecreditmemocustomerpicture Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaFinancialCompanySaleCreditMemoCustomerPicture --- @@ -25,7 +25,7 @@ New-MgBetaFinancialCompanySaleCreditMemoCustomerPicture -CompanyId [-ContentInputFile ] [-ContentType ] [-Height ] [-Id ] [-Width ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -36,7 +36,6 @@ New-MgBetaFinancialCompanySaleCreditMemoCustomerPicture -CompanyId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -47,7 +46,7 @@ New-MgBetaFinancialCompanySaleCreditMemoCustomerPicture -InputObject ] [-ContentType ] [-Height ] [-Id ] [-Width ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -57,7 +56,7 @@ New-MgBetaFinancialCompanySaleCreditMemoCustomerPicture -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/New-MgBetaFinancialCompanySaleCreditMemoLineItemPicture.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/New-MgBetaFinancialCompanySaleCreditMemoLineItemPicture.md index fdb22cf7adc7b..eb7b258b86fe9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/New-MgBetaFinancialCompanySaleCreditMemoLineItemPicture.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/New-MgBetaFinancialCompanySaleCreditMemoLineItemPicture.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/new-mgbetafinancialcompanysalecreditmemolineitempicture Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaFinancialCompanySaleCreditMemoLineItemPicture --- @@ -26,7 +26,6 @@ New-MgBetaFinancialCompanySaleCreditMemoLineItemPicture -CompanyId [-Height ] [-Id ] [-Width ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -37,7 +36,6 @@ New-MgBetaFinancialCompanySaleCreditMemoLineItemPicture -CompanyId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -48,7 +46,7 @@ New-MgBetaFinancialCompanySaleCreditMemoLineItemPicture -InputObject ] [-ContentType ] [-Height ] [-Id ] [-Width ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -58,7 +56,7 @@ New-MgBetaFinancialCompanySaleCreditMemoLineItemPicture -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/New-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPicture.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/New-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPicture.md index 9cc3aefa53481..f79b6a8e7fbdf 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/New-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPicture.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/New-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPicture.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/new-mgbetafinancialcompanysalecreditmemosalecreditmemolineitempicture Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPicture --- @@ -26,7 +26,6 @@ New-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPicture -CompanyId [-Height ] [-Id ] [-Width ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -37,7 +36,6 @@ New-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPicture -CompanyId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -49,7 +47,6 @@ New-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPicture [-Height ] [-Id ] [-Width ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -60,7 +57,6 @@ New-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPicture [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/New-MgBetaFinancialCompanySaleInvoiceCustomerPicture.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/New-MgBetaFinancialCompanySaleInvoiceCustomerPicture.md index 6175dff174127..b1249283e1f6a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/New-MgBetaFinancialCompanySaleInvoiceCustomerPicture.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/New-MgBetaFinancialCompanySaleInvoiceCustomerPicture.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/new-mgbetafinancialcompanysaleinvoicecustomerpicture Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaFinancialCompanySaleInvoiceCustomerPicture --- @@ -25,7 +25,7 @@ New-MgBetaFinancialCompanySaleInvoiceCustomerPicture -CompanyId -SalesI [-ContentInputFile ] [-ContentType ] [-Height ] [-Id ] [-Width ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -35,7 +35,7 @@ New-MgBetaFinancialCompanySaleInvoiceCustomerPicture -CompanyId -SalesI -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -46,7 +46,7 @@ New-MgBetaFinancialCompanySaleInvoiceCustomerPicture -InputObject ] [-ContentType ] [-Height ] [-Id ] [-Width ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -56,7 +56,7 @@ New-MgBetaFinancialCompanySaleInvoiceCustomerPicture -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/New-MgBetaFinancialCompanySaleInvoiceLineItemPicture.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/New-MgBetaFinancialCompanySaleInvoiceLineItemPicture.md index ca71d446afb29..96e81036e0b54 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/New-MgBetaFinancialCompanySaleInvoiceLineItemPicture.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/New-MgBetaFinancialCompanySaleInvoiceLineItemPicture.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/new-mgbetafinancialcompanysaleinvoicelineitempicture Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaFinancialCompanySaleInvoiceLineItemPicture --- @@ -26,7 +26,6 @@ New-MgBetaFinancialCompanySaleInvoiceLineItemPicture -CompanyId [-Height ] [-Id ] [-Width ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateExpanded1 @@ -38,7 +37,6 @@ New-MgBetaFinancialCompanySaleInvoiceLineItemPicture -CompanyId [-Height ] [-Id ] [-Width ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create1 @@ -49,7 +47,6 @@ New-MgBetaFinancialCompanySaleInvoiceLineItemPicture -CompanyId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -60,7 +57,6 @@ New-MgBetaFinancialCompanySaleInvoiceLineItemPicture -CompanyId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded1 @@ -71,7 +67,7 @@ New-MgBetaFinancialCompanySaleInvoiceLineItemPicture -InputObject ] [-ContentType ] [-Height ] [-Id ] [-Width ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -82,7 +78,7 @@ New-MgBetaFinancialCompanySaleInvoiceLineItemPicture -InputObject ] [-ContentType ] [-Height ] [-Id ] [-Width ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity1 @@ -92,7 +88,7 @@ New-MgBetaFinancialCompanySaleInvoiceLineItemPicture -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -102,7 +98,7 @@ New-MgBetaFinancialCompanySaleInvoiceLineItemPicture -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/New-MgBetaFinancialCompanySaleOrderCustomerPicture.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/New-MgBetaFinancialCompanySaleOrderCustomerPicture.md index e9401f01cb178..05909912b1f83 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/New-MgBetaFinancialCompanySaleOrderCustomerPicture.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/New-MgBetaFinancialCompanySaleOrderCustomerPicture.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/new-mgbetafinancialcompanysaleordercustomerpicture Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaFinancialCompanySaleOrderCustomerPicture --- @@ -25,7 +25,7 @@ New-MgBetaFinancialCompanySaleOrderCustomerPicture -CompanyId -SalesOrd [-ContentInputFile ] [-ContentType ] [-Height ] [-Id ] [-Width ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -35,7 +35,7 @@ New-MgBetaFinancialCompanySaleOrderCustomerPicture -CompanyId -SalesOrd -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -46,7 +46,7 @@ New-MgBetaFinancialCompanySaleOrderCustomerPicture -InputObject ] [-ContentType ] [-Height ] [-Id ] [-Width ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -56,7 +56,7 @@ New-MgBetaFinancialCompanySaleOrderCustomerPicture -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/New-MgBetaFinancialCompanySaleOrderLineItemPicture.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/New-MgBetaFinancialCompanySaleOrderLineItemPicture.md index a7c1676e5b07d..20f3383b7605e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/New-MgBetaFinancialCompanySaleOrderLineItemPicture.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/New-MgBetaFinancialCompanySaleOrderLineItemPicture.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/new-mgbetafinancialcompanysaleorderlineitempicture Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaFinancialCompanySaleOrderLineItemPicture --- @@ -25,7 +25,7 @@ New-MgBetaFinancialCompanySaleOrderLineItemPicture -CompanyId -SalesOrd [-ContentInputFile ] [-ContentType ] [-Height ] [-Id ] [-Width ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateExpanded1 @@ -36,7 +36,7 @@ New-MgBetaFinancialCompanySaleOrderLineItemPicture -CompanyId -SalesOrd [-ContentInputFile ] [-ContentType ] [-Height ] [-Id ] [-Width ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create1 @@ -46,7 +46,7 @@ New-MgBetaFinancialCompanySaleOrderLineItemPicture -CompanyId -SalesOrd -SalesOrderId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -56,7 +56,7 @@ New-MgBetaFinancialCompanySaleOrderLineItemPicture -CompanyId -SalesOrd -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded1 @@ -67,7 +67,7 @@ New-MgBetaFinancialCompanySaleOrderLineItemPicture -InputObject ] [-ContentType ] [-Height ] [-Id ] [-Width ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -78,7 +78,7 @@ New-MgBetaFinancialCompanySaleOrderLineItemPicture -InputObject ] [-ContentType ] [-Height ] [-Id ] [-Width ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity1 @@ -88,7 +88,7 @@ New-MgBetaFinancialCompanySaleOrderLineItemPicture -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -98,7 +98,7 @@ New-MgBetaFinancialCompanySaleOrderLineItemPicture -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/New-MgBetaFinancialCompanySaleQuoteCustomerPicture.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/New-MgBetaFinancialCompanySaleQuoteCustomerPicture.md index dfd14076b7e12..aa4ea58e99140 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/New-MgBetaFinancialCompanySaleQuoteCustomerPicture.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/New-MgBetaFinancialCompanySaleQuoteCustomerPicture.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/new-mgbetafinancialcompanysalequotecustomerpicture Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaFinancialCompanySaleQuoteCustomerPicture --- @@ -25,7 +25,7 @@ New-MgBetaFinancialCompanySaleQuoteCustomerPicture -CompanyId -SalesQuo [-ContentInputFile ] [-ContentType ] [-Height ] [-Id ] [-Width ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -35,7 +35,7 @@ New-MgBetaFinancialCompanySaleQuoteCustomerPicture -CompanyId -SalesQuo -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -46,7 +46,7 @@ New-MgBetaFinancialCompanySaleQuoteCustomerPicture -InputObject ] [-ContentType ] [-Height ] [-Id ] [-Width ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -56,7 +56,7 @@ New-MgBetaFinancialCompanySaleQuoteCustomerPicture -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/New-MgBetaFinancialCompanySaleQuoteInvoice.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/New-MgBetaFinancialCompanySaleQuoteInvoice.md index b653000313779..045ad3b314843 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/New-MgBetaFinancialCompanySaleQuoteInvoice.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/New-MgBetaFinancialCompanySaleQuoteInvoice.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/new-mgbetafinancialcompanysalequoteinvoice Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaFinancialCompanySaleQuoteInvoice --- @@ -24,7 +24,6 @@ New-MgBetaFinancialCompanySaleQuoteInvoice -CompanyId -SalesQuoteId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### MakeViaIdentity @@ -34,7 +33,6 @@ New-MgBetaFinancialCompanySaleQuoteInvoice -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/New-MgBetaFinancialCompanySaleQuoteLineItemPicture.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/New-MgBetaFinancialCompanySaleQuoteLineItemPicture.md index 67de10c7afb55..3297d30d32213 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/New-MgBetaFinancialCompanySaleQuoteLineItemPicture.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/New-MgBetaFinancialCompanySaleQuoteLineItemPicture.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/new-mgbetafinancialcompanysalequotelineitempicture Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaFinancialCompanySaleQuoteLineItemPicture --- @@ -25,7 +25,7 @@ New-MgBetaFinancialCompanySaleQuoteLineItemPicture -CompanyId -SalesQuo [-ContentInputFile ] [-ContentType ] [-Height ] [-Id ] [-Width ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateExpanded1 @@ -36,7 +36,7 @@ New-MgBetaFinancialCompanySaleQuoteLineItemPicture -CompanyId -SalesQuo [-ContentInputFile ] [-ContentType ] [-Height ] [-Id ] [-Width ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create1 @@ -46,7 +46,7 @@ New-MgBetaFinancialCompanySaleQuoteLineItemPicture -CompanyId -SalesQuo -SalesQuoteId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -56,7 +56,7 @@ New-MgBetaFinancialCompanySaleQuoteLineItemPicture -CompanyId -SalesQuo -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded1 @@ -67,7 +67,7 @@ New-MgBetaFinancialCompanySaleQuoteLineItemPicture -InputObject ] [-ContentType ] [-Height ] [-Id ] [-Width ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -78,7 +78,7 @@ New-MgBetaFinancialCompanySaleQuoteLineItemPicture -InputObject ] [-ContentType ] [-Height ] [-Id ] [-Width ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity1 @@ -88,7 +88,7 @@ New-MgBetaFinancialCompanySaleQuoteLineItemPicture -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -98,7 +98,7 @@ New-MgBetaFinancialCompanySaleQuoteLineItemPicture -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/New-MgBetaFinancialCompanyShipmentMethod.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/New-MgBetaFinancialCompanyShipmentMethod.md index 5535c516d7677..e7965e38969bf 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/New-MgBetaFinancialCompanyShipmentMethod.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/New-MgBetaFinancialCompanyShipmentMethod.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/new-mgbetafinancialcompanyshipmentmethod Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaFinancialCompanyShipmentMethod --- @@ -25,7 +25,6 @@ New-MgBetaFinancialCompanyShipmentMethod -CompanyId [-ResponseHeadersVa [-LastModifiedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -35,7 +34,7 @@ New-MgBetaFinancialCompanyShipmentMethod -CompanyId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -46,7 +45,7 @@ New-MgBetaFinancialCompanyShipmentMethod -InputObject [-DisplayName ] [-Id ] [-LastModifiedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -56,7 +55,7 @@ New-MgBetaFinancialCompanyShipmentMethod -InputObject -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.Financials/New-MgBetaFinancialCompanyTaxArea.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/New-MgBetaFinancialCompanyTaxArea.md index 9247b0b214da9..6fbbacce9304f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/New-MgBetaFinancialCompanyTaxArea.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/New-MgBetaFinancialCompanyTaxArea.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/new-mgbetafinancialcompanytaxarea Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaFinancialCompanyTaxArea --- @@ -25,7 +25,6 @@ New-MgBetaFinancialCompanyTaxArea -CompanyId [-ResponseHeadersVariable [-LastModifiedDateTime ] [-TaxType ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -35,7 +34,6 @@ New-MgBetaFinancialCompanyTaxArea -CompanyId -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -46,7 +44,7 @@ New-MgBetaFinancialCompanyTaxArea -InputObject [-DisplayName ] [-Id ] [-LastModifiedDateTime ] [-TaxType ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -56,7 +54,7 @@ New-MgBetaFinancialCompanyTaxArea -InputObject -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.Financials/New-MgBetaFinancialCompanyTaxGroup.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/New-MgBetaFinancialCompanyTaxGroup.md index 06168f00bcbb9..2643feea0a276 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/New-MgBetaFinancialCompanyTaxGroup.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/New-MgBetaFinancialCompanyTaxGroup.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/new-mgbetafinancialcompanytaxgroup Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaFinancialCompanyTaxGroup --- @@ -25,7 +25,6 @@ New-MgBetaFinancialCompanyTaxGroup -CompanyId [-ResponseHeadersVariable [-LastModifiedDateTime ] [-TaxType ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -35,7 +34,6 @@ New-MgBetaFinancialCompanyTaxGroup -CompanyId -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -46,7 +44,7 @@ New-MgBetaFinancialCompanyTaxGroup -InputObject [-DisplayName ] [-Id ] [-LastModifiedDateTime ] [-TaxType ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -56,7 +54,7 @@ New-MgBetaFinancialCompanyTaxGroup -InputObject -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.Financials/New-MgBetaFinancialCompanyUnitOfMeasure.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/New-MgBetaFinancialCompanyUnitOfMeasure.md index 4055f4b264e33..65abd4b0ce280 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/New-MgBetaFinancialCompanyUnitOfMeasure.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/New-MgBetaFinancialCompanyUnitOfMeasure.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/new-mgbetafinancialcompanyunitofmeasure Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaFinancialCompanyUnitOfMeasure --- @@ -25,7 +25,7 @@ New-MgBetaFinancialCompanyUnitOfMeasure -CompanyId [-ResponseHeadersVar [-InternationalStandardCode ] [-LastModifiedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -35,7 +35,7 @@ New-MgBetaFinancialCompanyUnitOfMeasure -CompanyId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -47,7 +47,6 @@ New-MgBetaFinancialCompanyUnitOfMeasure -InputObject [-LastModifiedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -57,7 +56,7 @@ New-MgBetaFinancialCompanyUnitOfMeasure -InputObject -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.Financials/New-MgBetaFinancialCompanyVendor.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/New-MgBetaFinancialCompanyVendor.md index bcb0105978c01..f1c6f2411977c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/New-MgBetaFinancialCompanyVendor.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/New-MgBetaFinancialCompanyVendor.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/new-mgbetafinancialcompanyvendor Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaFinancialCompanyVendor --- @@ -30,7 +30,7 @@ New-MgBetaFinancialCompanyVendor -CompanyId [-ResponseHeadersVariable < [-Picture ] [-TaxLiable] [-TaxRegistrationNumber ] [-Website ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -40,7 +40,6 @@ New-MgBetaFinancialCompanyVendor -CompanyId -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -56,7 +55,7 @@ New-MgBetaFinancialCompanyVendor -InputObject [-Picture ] [-TaxLiable] [-TaxRegistrationNumber ] [-Website ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -66,7 +65,7 @@ New-MgBetaFinancialCompanyVendor -InputObject -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.Financials/New-MgBetaFinancialCompanyVendorPicture.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/New-MgBetaFinancialCompanyVendorPicture.md index 444a944a8ee89..b7389191186ae 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/New-MgBetaFinancialCompanyVendorPicture.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/New-MgBetaFinancialCompanyVendorPicture.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/new-mgbetafinancialcompanyvendorpicture Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaFinancialCompanyVendorPicture --- @@ -25,7 +25,7 @@ New-MgBetaFinancialCompanyVendorPicture -CompanyId -VendorId [-ContentInputFile ] [-ContentType ] [-Height ] [-Id ] [-Width ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -35,7 +35,7 @@ New-MgBetaFinancialCompanyVendorPicture -CompanyId -VendorId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -46,7 +46,7 @@ New-MgBetaFinancialCompanyVendorPicture -InputObject [-ContentInputFile ] [-ContentType ] [-Height ] [-Id ] [-Width ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -56,7 +56,7 @@ New-MgBetaFinancialCompanyVendorPicture -InputObject -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.Financials/Remove-MgBetaFinancialCompanyCountryRegion.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyCountryRegion.md index 622fede72b328..b7e116aadfd25 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyCountryRegion.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyCountryRegion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/remove-mgbetafinancialcompanycountryregion Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaFinancialCompanyCountryRegion --- @@ -24,7 +24,6 @@ Remove-MgBetaFinancialCompanyCountryRegion -CompanyId -CountryRegionId [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaFinancialCompanyCountryRegion -InputObject [- [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyCurrency.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyCurrency.md index 51bd43aab7c50..d2014301683e8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyCurrency.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyCurrency.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/remove-mgbetafinancialcompanycurrency Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaFinancialCompanyCurrency --- @@ -24,7 +24,6 @@ Remove-MgBetaFinancialCompanyCurrency -CompanyId -CurrencyId [ [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaFinancialCompanyCurrency -InputObject [-IfMat [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyCustomer.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyCustomer.md index 3c3a40e3b6aa6..034f6a9b18b1e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyCustomer.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyCustomer.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/remove-mgbetafinancialcompanycustomer Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaFinancialCompanyCustomer --- @@ -24,7 +24,6 @@ Remove-MgBetaFinancialCompanyCustomer -CompanyId -CustomerId [ [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaFinancialCompanyCustomer -InputObject [-IfMat [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyCustomerCurrency.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyCustomerCurrency.md index 9b0bb950a7e8c..1b99e45989c33 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyCustomerCurrency.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyCustomerCurrency.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/remove-mgbetafinancialcompanycustomercurrency Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaFinancialCompanyCustomerCurrency --- @@ -24,7 +24,6 @@ Remove-MgBetaFinancialCompanyCustomerCurrency -CompanyId -CustomerId ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaFinancialCompanyCustomerCurrency -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyCustomerPayment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyCustomerPayment.md index 37e1651460f92..82c0585755818 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyCustomerPayment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyCustomerPayment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/remove-mgbetafinancialcompanycustomerpayment Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaFinancialCompanyCustomerPayment --- @@ -24,7 +24,6 @@ Remove-MgBetaFinancialCompanyCustomerPayment -CompanyId -CustomerPaymen [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaFinancialCompanyCustomerPayment -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyCustomerPaymentCustomer.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyCustomerPaymentCustomer.md index 795fc3ede6c5a..b62f398eb5f62 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyCustomerPaymentCustomer.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyCustomerPaymentCustomer.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/remove-mgbetafinancialcompanycustomerpaymentcustomer Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaFinancialCompanyCustomerPaymentCustomer --- @@ -24,7 +24,6 @@ Remove-MgBetaFinancialCompanyCustomerPaymentCustomer -CompanyId -Custom [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaFinancialCompanyCustomerPaymentCustomer -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyCustomerPaymentCustomerCurrency.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyCustomerPaymentCustomerCurrency.md index 0dd03e8f1ca3d..84b40228806ca 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyCustomerPaymentCustomerCurrency.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyCustomerPaymentCustomerCurrency.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/remove-mgbetafinancialcompanycustomerpaymentcustomercurrency Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaFinancialCompanyCustomerPaymentCustomerCurrency --- @@ -25,7 +25,6 @@ Remove-MgBetaFinancialCompanyCustomerPaymentCustomerCurrency -CompanyId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaFinancialCompanyCustomerPaymentCustomerCurrency -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyCustomerPaymentCustomerPicture.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyCustomerPaymentCustomerPicture.md index e66193fe97ef2..99418d02418e2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyCustomerPaymentCustomerPicture.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyCustomerPaymentCustomerPicture.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/remove-mgbetafinancialcompanycustomerpaymentcustomerpicture Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaFinancialCompanyCustomerPaymentCustomerPicture --- @@ -25,7 +25,6 @@ Remove-MgBetaFinancialCompanyCustomerPaymentCustomerPicture -CompanyId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaFinancialCompanyCustomerPaymentCustomerPicture -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyCustomerPaymentCustomerPictureContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyCustomerPaymentCustomerPictureContent.md index bedbaf64c2123..006c64d65249d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyCustomerPaymentCustomerPictureContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyCustomerPaymentCustomerPictureContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/remove-mgbetafinancialcompanycustomerpaymentcustomerpicturecontent Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaFinancialCompanyCustomerPaymentCustomerPictureContent --- @@ -25,7 +25,6 @@ Remove-MgBetaFinancialCompanyCustomerPaymentCustomerPictureContent -CompanyId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaFinancialCompanyCustomerPaymentCustomerPictureContent [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyCustomerPaymentCustomerShipmentMethod.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyCustomerPaymentCustomerShipmentMethod.md index f97e3b8289933..4fa8c4f353a25 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyCustomerPaymentCustomerShipmentMethod.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyCustomerPaymentCustomerShipmentMethod.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/remove-mgbetafinancialcompanycustomerpaymentcustomershipmentmethod Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaFinancialCompanyCustomerPaymentCustomerShipmentMethod --- @@ -25,7 +25,6 @@ Remove-MgBetaFinancialCompanyCustomerPaymentCustomerShipmentMethod -CompanyId ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaFinancialCompanyCustomerPaymentCustomerShipmentMethod [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyCustomerPaymentJournal.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyCustomerPaymentJournal.md index 2b87badfac783..7c1d2601d07db 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyCustomerPaymentJournal.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyCustomerPaymentJournal.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/remove-mgbetafinancialcompanycustomerpaymentjournal Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaFinancialCompanyCustomerPaymentJournal --- @@ -25,7 +25,6 @@ Remove-MgBetaFinancialCompanyCustomerPaymentJournal -CompanyId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaFinancialCompanyCustomerPaymentJournal -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPayment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPayment.md index 299c9eaa0a962..57627fc64151f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPayment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPayment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/remove-mgbetafinancialcompanycustomerpaymentjournalcustomerpayment Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPayment --- @@ -25,7 +25,6 @@ Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPayment -CompanyId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPayment [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomer.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomer.md index b142581892c8b..ff4e7a337ecc0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomer.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomer.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/remove-mgbetafinancialcompanycustomerpaymentjournalcustomerpaymentcustomer Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomer --- @@ -25,7 +25,6 @@ Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomer -Comp [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomer [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerCurrency.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerCurrency.md index 892269b34dc38..775f27cd5e9a5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerCurrency.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerCurrency.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/remove-mgbetafinancialcompanycustomerpaymentjournalcustomerpaymentcustomercurrency Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerCurrency --- @@ -25,7 +25,6 @@ Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerCurren [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerCurren [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPicture.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPicture.md index 8d564d8ec5536..085919003f656 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPicture.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPicture.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/remove-mgbetafinancialcompanycustomerpaymentjournalcustomerpaymentcustomerpicture Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPicture --- @@ -26,7 +26,6 @@ Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPictur [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPictur [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPictureContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPictureContent.md index d16ab4dcd4ee0..aefd85c387191 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPictureContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPictureContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/remove-mgbetafinancialcompanycustomerpaymentjournalcustomerpaymentcustomerpicturecontent Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPictureContent --- @@ -26,7 +26,6 @@ Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPictur [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPictur [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerShipmentMethod.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerShipmentMethod.md index fb58a0d84d960..de29741cdbcbe 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerShipmentMethod.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerShipmentMethod.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/remove-mgbetafinancialcompanycustomerpaymentjournalcustomerpaymentcustomershipmentmethod Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerShipmentMethod --- @@ -25,7 +25,6 @@ Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerShipme [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerShipme [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentMethod.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentMethod.md index 163e408f411ea..2eb390d8f168b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentMethod.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentMethod.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/remove-mgbetafinancialcompanycustomerpaymentjournalcustomerpaymentmethod Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentMethod --- @@ -25,7 +25,6 @@ Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentMethod -Compan [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentMethod [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentTerm.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentTerm.md index df468d5673707..1283026b1d784 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentTerm.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentTerm.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/remove-mgbetafinancialcompanycustomerpaymentjournalcustomerpaymentterm Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentTerm --- @@ -25,7 +25,6 @@ Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentTerm -CompanyI [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentTerm [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyCustomerPaymentMethod.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyCustomerPaymentMethod.md index c314f5c55c8e3..05bf310c28a09 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyCustomerPaymentMethod.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyCustomerPaymentMethod.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/remove-mgbetafinancialcompanycustomerpaymentmethod Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaFinancialCompanyCustomerPaymentMethod --- @@ -24,7 +24,6 @@ Remove-MgBetaFinancialCompanyCustomerPaymentMethod -CompanyId -Customer [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Delete1 @@ -34,7 +33,6 @@ Remove-MgBetaFinancialCompanyCustomerPaymentMethod -CompanyId -Customer [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity1 @@ -44,7 +42,6 @@ Remove-MgBetaFinancialCompanyCustomerPaymentMethod -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -54,7 +51,6 @@ Remove-MgBetaFinancialCompanyCustomerPaymentMethod -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyCustomerPaymentTerm.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyCustomerPaymentTerm.md index 922243c3e5ba7..77fefe50f3484 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyCustomerPaymentTerm.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyCustomerPaymentTerm.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/remove-mgbetafinancialcompanycustomerpaymentterm Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaFinancialCompanyCustomerPaymentTerm --- @@ -24,7 +24,6 @@ Remove-MgBetaFinancialCompanyCustomerPaymentTerm -CompanyId -CustomerPa [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Delete1 @@ -34,7 +33,6 @@ Remove-MgBetaFinancialCompanyCustomerPaymentTerm -CompanyId -CustomerId [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity1 @@ -44,7 +42,6 @@ Remove-MgBetaFinancialCompanyCustomerPaymentTerm -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -54,7 +51,6 @@ Remove-MgBetaFinancialCompanyCustomerPaymentTerm -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyCustomerPicture.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyCustomerPicture.md index 4cb299c20b0e9..f7adeb52aef6b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyCustomerPicture.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyCustomerPicture.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/remove-mgbetafinancialcompanycustomerpicture Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaFinancialCompanyCustomerPicture --- @@ -25,7 +25,6 @@ Remove-MgBetaFinancialCompanyCustomerPicture -CompanyId -CustomerId ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaFinancialCompanyCustomerPicture -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyCustomerPictureContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyCustomerPictureContent.md index dad1f71dc0069..0fe5616a0e419 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyCustomerPictureContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyCustomerPictureContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/remove-mgbetafinancialcompanycustomerpicturecontent Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaFinancialCompanyCustomerPictureContent --- @@ -25,7 +25,6 @@ Remove-MgBetaFinancialCompanyCustomerPictureContent -CompanyId -Custome [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaFinancialCompanyCustomerPictureContent -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyCustomerShipmentMethod.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyCustomerShipmentMethod.md index 527d16715e080..acf285ba1233c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyCustomerShipmentMethod.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyCustomerShipmentMethod.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/remove-mgbetafinancialcompanycustomershipmentmethod Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaFinancialCompanyCustomerShipmentMethod --- @@ -24,7 +24,6 @@ Remove-MgBetaFinancialCompanyCustomerShipmentMethod -CompanyId -Custome [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaFinancialCompanyCustomerShipmentMethod -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyEmployee.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyEmployee.md index a711667a9b117..a4a1fca57b40d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyEmployee.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyEmployee.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/remove-mgbetafinancialcompanyemployee Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaFinancialCompanyEmployee --- @@ -24,7 +24,6 @@ Remove-MgBetaFinancialCompanyEmployee -CompanyId -EmployeeId [ [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaFinancialCompanyEmployee -InputObject [-IfMat [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyEmployeePicture.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyEmployeePicture.md index a6334f091f37c..d6fae808d560b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyEmployeePicture.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyEmployeePicture.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/remove-mgbetafinancialcompanyemployeepicture Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaFinancialCompanyEmployeePicture --- @@ -25,7 +25,6 @@ Remove-MgBetaFinancialCompanyEmployeePicture -CompanyId -EmployeeId ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaFinancialCompanyEmployeePicture -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyEmployeePictureContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyEmployeePictureContent.md index 91ab27ff32ef2..00bd392ed7a25 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyEmployeePictureContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyEmployeePictureContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/remove-mgbetafinancialcompanyemployeepicturecontent Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaFinancialCompanyEmployeePictureContent --- @@ -25,7 +25,6 @@ Remove-MgBetaFinancialCompanyEmployeePictureContent -CompanyId -Employe [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaFinancialCompanyEmployeePictureContent -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyInformationPicture.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyInformationPicture.md index aeb0d760588d4..e5f68b2ae2a0e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyInformationPicture.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyInformationPicture.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/remove-mgbetafinancialcompanyinformationpicture Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaFinancialCompanyInformationPicture --- @@ -24,7 +24,6 @@ Remove-MgBetaFinancialCompanyInformationPicture -CompanyId -CompanyInfo [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaFinancialCompanyInformationPicture -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyItem.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyItem.md index 17eff87828c15..e75f385d1ff4e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyItem.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyItem.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/remove-mgbetafinancialcompanyitem Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaFinancialCompanyItem --- @@ -24,7 +24,6 @@ Remove-MgBetaFinancialCompanyItem -CompanyId -ItemId [-IfMatch [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaFinancialCompanyItem -InputObject [-IfMatch < [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyItemCategory.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyItemCategory.md index 35a6081dfa8dd..cf6b3a2158ec8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyItemCategory.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyItemCategory.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/remove-mgbetafinancialcompanyitemcategory Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaFinancialCompanyItemCategory --- @@ -24,7 +24,6 @@ Remove-MgBetaFinancialCompanyItemCategory -CompanyId -ItemCategoryId ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Delete1 @@ -34,7 +33,6 @@ Remove-MgBetaFinancialCompanyItemCategory -CompanyId -ItemId [ [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity1 @@ -44,7 +42,6 @@ Remove-MgBetaFinancialCompanyItemCategory -InputObject [-I [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -54,7 +51,6 @@ Remove-MgBetaFinancialCompanyItemCategory -InputObject [-I [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyItemPicture.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyItemPicture.md index d5a6bc668de95..4f9d83a6e9814 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyItemPicture.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyItemPicture.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/remove-mgbetafinancialcompanyitempicture Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaFinancialCompanyItemPicture --- @@ -24,7 +24,6 @@ Remove-MgBetaFinancialCompanyItemPicture -CompanyId -ItemId -P [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaFinancialCompanyItemPicture -InputObject [-If [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyItemPictureContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyItemPictureContent.md index 51d659493b2f2..2d35ee9a11a79 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyItemPictureContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyItemPictureContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/remove-mgbetafinancialcompanyitempicturecontent Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaFinancialCompanyItemPictureContent --- @@ -25,7 +25,6 @@ Remove-MgBetaFinancialCompanyItemPictureContent -CompanyId -ItemId ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaFinancialCompanyItemPictureContent -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyJournal.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyJournal.md index 5f9a4dddeb502..cd17df0f5cf87 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyJournal.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyJournal.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/remove-mgbetafinancialcompanyjournal Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaFinancialCompanyJournal --- @@ -24,7 +24,6 @@ Remove-MgBetaFinancialCompanyJournal -CompanyId -JournalId [-I [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaFinancialCompanyJournal -InputObject [-IfMatc [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyJournalLine.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyJournalLine.md index 9f89fd3f2c601..1b995723814aa 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyJournalLine.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyJournalLine.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/remove-mgbetafinancialcompanyjournalline Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaFinancialCompanyJournalLine --- @@ -24,7 +24,6 @@ Remove-MgBetaFinancialCompanyJournalLine -CompanyId -JournalLineId ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Delete1 @@ -35,7 +34,6 @@ Remove-MgBetaFinancialCompanyJournalLine -CompanyId -JournalLineId ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity1 @@ -45,7 +43,6 @@ Remove-MgBetaFinancialCompanyJournalLine -InputObject [-If [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -55,7 +52,6 @@ Remove-MgBetaFinancialCompanyJournalLine -InputObject [-If [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyPaymentMethod.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyPaymentMethod.md index 2ab7066f62877..d5017fddf6f59 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyPaymentMethod.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyPaymentMethod.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/remove-mgbetafinancialcompanypaymentmethod Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaFinancialCompanyPaymentMethod --- @@ -24,7 +24,6 @@ Remove-MgBetaFinancialCompanyPaymentMethod -CompanyId -PaymentMethodId [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaFinancialCompanyPaymentMethod -InputObject [- [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyPaymentTerm.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyPaymentTerm.md index 018b5c5e31fe4..5e5fa768fe43d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyPaymentTerm.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyPaymentTerm.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/remove-mgbetafinancialcompanypaymentterm Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaFinancialCompanyPaymentTerm --- @@ -24,7 +24,6 @@ Remove-MgBetaFinancialCompanyPaymentTerm -CompanyId -PaymentTermId ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaFinancialCompanyPaymentTerm -InputObject [-If [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyPicture.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyPicture.md index 49b0c1a2423ee..d1183be90421e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyPicture.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyPicture.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/remove-mgbetafinancialcompanypicture Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaFinancialCompanyPicture --- @@ -24,7 +24,6 @@ Remove-MgBetaFinancialCompanyPicture -CompanyId -PictureId [-I [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaFinancialCompanyPicture -InputObject [-IfMatc [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyPictureContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyPictureContent.md index e801b995f6cc9..9feb3b2b40099 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyPictureContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyPictureContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/remove-mgbetafinancialcompanypicturecontent Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaFinancialCompanyPictureContent --- @@ -24,7 +24,6 @@ Remove-MgBetaFinancialCompanyPictureContent -CompanyId -PictureId ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaFinancialCompanyPictureContent -InputObject [ [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyPurchaseInvoiceCurrency.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyPurchaseInvoiceCurrency.md index d2a6f4c4509cc..c099a4c1c64b9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyPurchaseInvoiceCurrency.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyPurchaseInvoiceCurrency.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/remove-mgbetafinancialcompanypurchaseinvoicecurrency Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaFinancialCompanyPurchaseInvoiceCurrency --- @@ -24,7 +24,6 @@ Remove-MgBetaFinancialCompanyPurchaseInvoiceCurrency -CompanyId -Purcha [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaFinancialCompanyPurchaseInvoiceCurrency -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyPurchaseInvoiceLineItem.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyPurchaseInvoiceLineItem.md index ea1b37c094c9d..4fb811cf35faa 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyPurchaseInvoiceLineItem.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyPurchaseInvoiceLineItem.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/remove-mgbetafinancialcompanypurchaseinvoicelineitem Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaFinancialCompanyPurchaseInvoiceLineItem --- @@ -25,7 +25,6 @@ Remove-MgBetaFinancialCompanyPurchaseInvoiceLineItem -CompanyId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Delete1 @@ -36,7 +35,6 @@ Remove-MgBetaFinancialCompanyPurchaseInvoiceLineItem -CompanyId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity1 @@ -46,7 +44,6 @@ Remove-MgBetaFinancialCompanyPurchaseInvoiceLineItem -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -56,7 +53,6 @@ Remove-MgBetaFinancialCompanyPurchaseInvoiceLineItem -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyPurchaseInvoiceLineItemCategory.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyPurchaseInvoiceLineItemCategory.md index 8b84c02661310..538dd92125aa0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyPurchaseInvoiceLineItemCategory.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyPurchaseInvoiceLineItemCategory.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/remove-mgbetafinancialcompanypurchaseinvoicelineitemcategory Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaFinancialCompanyPurchaseInvoiceLineItemCategory --- @@ -25,7 +25,6 @@ Remove-MgBetaFinancialCompanyPurchaseInvoiceLineItemCategory -CompanyId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Delete1 @@ -36,7 +35,6 @@ Remove-MgBetaFinancialCompanyPurchaseInvoiceLineItemCategory -CompanyId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity1 @@ -46,7 +44,6 @@ Remove-MgBetaFinancialCompanyPurchaseInvoiceLineItemCategory -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -56,7 +53,6 @@ Remove-MgBetaFinancialCompanyPurchaseInvoiceLineItemCategory -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyPurchaseInvoiceLineItemPicture.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyPurchaseInvoiceLineItemPicture.md index dcf4329f8cbb9..d9561f9f4ea01 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyPurchaseInvoiceLineItemPicture.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyPurchaseInvoiceLineItemPicture.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/remove-mgbetafinancialcompanypurchaseinvoicelineitempicture Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaFinancialCompanyPurchaseInvoiceLineItemPicture --- @@ -25,7 +25,6 @@ Remove-MgBetaFinancialCompanyPurchaseInvoiceLineItemPicture -CompanyId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Delete1 @@ -36,7 +35,6 @@ Remove-MgBetaFinancialCompanyPurchaseInvoiceLineItemPicture -CompanyId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity1 @@ -46,7 +44,6 @@ Remove-MgBetaFinancialCompanyPurchaseInvoiceLineItemPicture -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -56,7 +53,6 @@ Remove-MgBetaFinancialCompanyPurchaseInvoiceLineItemPicture -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyPurchaseInvoiceLineItemPictureContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyPurchaseInvoiceLineItemPictureContent.md index 7b8f1a432cab3..7c3ed2a7b47e9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyPurchaseInvoiceLineItemPictureContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyPurchaseInvoiceLineItemPictureContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/remove-mgbetafinancialcompanypurchaseinvoicelineitempicturecontent Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaFinancialCompanyPurchaseInvoiceLineItemPictureContent --- @@ -25,7 +25,6 @@ Remove-MgBetaFinancialCompanyPurchaseInvoiceLineItemPictureContent -CompanyId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Delete1 @@ -36,7 +35,6 @@ Remove-MgBetaFinancialCompanyPurchaseInvoiceLineItemPictureContent -CompanyId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity1 @@ -47,7 +45,6 @@ Remove-MgBetaFinancialCompanyPurchaseInvoiceLineItemPictureContent [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -58,7 +55,6 @@ Remove-MgBetaFinancialCompanyPurchaseInvoiceLineItemPictureContent [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyPurchaseInvoiceVendor.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyPurchaseInvoiceVendor.md index b7d5a0764edb3..102c109462bc7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyPurchaseInvoiceVendor.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyPurchaseInvoiceVendor.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/remove-mgbetafinancialcompanypurchaseinvoicevendor Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaFinancialCompanyPurchaseInvoiceVendor --- @@ -24,7 +24,6 @@ Remove-MgBetaFinancialCompanyPurchaseInvoiceVendor -CompanyId -Purchase [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaFinancialCompanyPurchaseInvoiceVendor -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyPurchaseInvoiceVendorCurrency.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyPurchaseInvoiceVendorCurrency.md index 4fbff03d1bb56..80ad4376a609a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyPurchaseInvoiceVendorCurrency.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyPurchaseInvoiceVendorCurrency.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/remove-mgbetafinancialcompanypurchaseinvoicevendorcurrency Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaFinancialCompanyPurchaseInvoiceVendorCurrency --- @@ -25,7 +25,6 @@ Remove-MgBetaFinancialCompanyPurchaseInvoiceVendorCurrency -CompanyId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaFinancialCompanyPurchaseInvoiceVendorCurrency -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyPurchaseInvoiceVendorPaymentMethod.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyPurchaseInvoiceVendorPaymentMethod.md index 295a2f673c471..dae08b8a2e88f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyPurchaseInvoiceVendorPaymentMethod.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyPurchaseInvoiceVendorPaymentMethod.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/remove-mgbetafinancialcompanypurchaseinvoicevendorpaymentmethod Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaFinancialCompanyPurchaseInvoiceVendorPaymentMethod --- @@ -25,7 +25,6 @@ Remove-MgBetaFinancialCompanyPurchaseInvoiceVendorPaymentMethod -CompanyId ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaFinancialCompanyPurchaseInvoiceVendorPaymentMethod -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyPurchaseInvoiceVendorPaymentTerm.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyPurchaseInvoiceVendorPaymentTerm.md index 54829d93246b8..4a1876301e7dc 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyPurchaseInvoiceVendorPaymentTerm.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyPurchaseInvoiceVendorPaymentTerm.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/remove-mgbetafinancialcompanypurchaseinvoicevendorpaymentterm Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaFinancialCompanyPurchaseInvoiceVendorPaymentTerm --- @@ -25,7 +25,6 @@ Remove-MgBetaFinancialCompanyPurchaseInvoiceVendorPaymentTerm -CompanyId ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaFinancialCompanyPurchaseInvoiceVendorPaymentTerm -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyPurchaseInvoiceVendorPicture.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyPurchaseInvoiceVendorPicture.md index 9a8df44d5637d..8ceb513b58fb1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyPurchaseInvoiceVendorPicture.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyPurchaseInvoiceVendorPicture.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/remove-mgbetafinancialcompanypurchaseinvoicevendorpicture Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaFinancialCompanyPurchaseInvoiceVendorPicture --- @@ -25,7 +25,6 @@ Remove-MgBetaFinancialCompanyPurchaseInvoiceVendorPicture -CompanyId -P [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaFinancialCompanyPurchaseInvoiceVendorPicture -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyPurchaseInvoiceVendorPictureContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyPurchaseInvoiceVendorPictureContent.md index 7e503b75a2be2..58899cf70ba27 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyPurchaseInvoiceVendorPictureContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyPurchaseInvoiceVendorPictureContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/remove-mgbetafinancialcompanypurchaseinvoicevendorpicturecontent Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaFinancialCompanyPurchaseInvoiceVendorPictureContent --- @@ -25,7 +25,6 @@ Remove-MgBetaFinancialCompanyPurchaseInvoiceVendorPictureContent -CompanyId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaFinancialCompanyPurchaseInvoiceVendorPictureContent -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleCreditMemoCurrency.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleCreditMemoCurrency.md index 289d08c313ca0..87df43e1669e8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleCreditMemoCurrency.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleCreditMemoCurrency.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/remove-mgbetafinancialcompanysalecreditmemocurrency Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaFinancialCompanySaleCreditMemoCurrency --- @@ -24,7 +24,6 @@ Remove-MgBetaFinancialCompanySaleCreditMemoCurrency -CompanyId -SalesCr [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaFinancialCompanySaleCreditMemoCurrency -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleCreditMemoCustomer.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleCreditMemoCustomer.md index b8a680e3d20c3..3f110f07a0e63 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleCreditMemoCustomer.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleCreditMemoCustomer.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/remove-mgbetafinancialcompanysalecreditmemocustomer Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaFinancialCompanySaleCreditMemoCustomer --- @@ -24,7 +24,6 @@ Remove-MgBetaFinancialCompanySaleCreditMemoCustomer -CompanyId -SalesCr [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaFinancialCompanySaleCreditMemoCustomer -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleCreditMemoCustomerCurrency.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleCreditMemoCustomerCurrency.md index a670ec8bc0499..5ebe472415766 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleCreditMemoCustomerCurrency.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleCreditMemoCustomerCurrency.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/remove-mgbetafinancialcompanysalecreditmemocustomercurrency Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaFinancialCompanySaleCreditMemoCustomerCurrency --- @@ -25,7 +25,6 @@ Remove-MgBetaFinancialCompanySaleCreditMemoCustomerCurrency -CompanyId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaFinancialCompanySaleCreditMemoCustomerCurrency -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleCreditMemoCustomerPaymentMethod.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleCreditMemoCustomerPaymentMethod.md index cc9ffc718e9c2..313545441d70f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleCreditMemoCustomerPaymentMethod.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleCreditMemoCustomerPaymentMethod.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/remove-mgbetafinancialcompanysalecreditmemocustomerpaymentmethod Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaFinancialCompanySaleCreditMemoCustomerPaymentMethod --- @@ -25,7 +25,6 @@ Remove-MgBetaFinancialCompanySaleCreditMemoCustomerPaymentMethod -CompanyId ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaFinancialCompanySaleCreditMemoCustomerPaymentMethod -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleCreditMemoCustomerPaymentTerm.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleCreditMemoCustomerPaymentTerm.md index 88185138f50f4..818a52ab47167 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleCreditMemoCustomerPaymentTerm.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleCreditMemoCustomerPaymentTerm.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/remove-mgbetafinancialcompanysalecreditmemocustomerpaymentterm Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaFinancialCompanySaleCreditMemoCustomerPaymentTerm --- @@ -25,7 +25,6 @@ Remove-MgBetaFinancialCompanySaleCreditMemoCustomerPaymentTerm -CompanyId ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaFinancialCompanySaleCreditMemoCustomerPaymentTerm -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleCreditMemoCustomerPicture.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleCreditMemoCustomerPicture.md index 7c72bea38269b..a9496a70e7ee4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleCreditMemoCustomerPicture.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleCreditMemoCustomerPicture.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/remove-mgbetafinancialcompanysalecreditmemocustomerpicture Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaFinancialCompanySaleCreditMemoCustomerPicture --- @@ -25,7 +25,6 @@ Remove-MgBetaFinancialCompanySaleCreditMemoCustomerPicture -CompanyId - [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaFinancialCompanySaleCreditMemoCustomerPicture -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleCreditMemoCustomerPictureContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleCreditMemoCustomerPictureContent.md index 781135e5962cf..d96c3fab6bd52 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleCreditMemoCustomerPictureContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleCreditMemoCustomerPictureContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/remove-mgbetafinancialcompanysalecreditmemocustomerpicturecontent Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaFinancialCompanySaleCreditMemoCustomerPictureContent --- @@ -25,7 +25,6 @@ Remove-MgBetaFinancialCompanySaleCreditMemoCustomerPictureContent -CompanyId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaFinancialCompanySaleCreditMemoCustomerPictureContent -InputObject < [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleCreditMemoCustomerShipmentMethod.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleCreditMemoCustomerShipmentMethod.md index 7144d07aa7b05..a8fa04648847f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleCreditMemoCustomerShipmentMethod.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleCreditMemoCustomerShipmentMethod.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/remove-mgbetafinancialcompanysalecreditmemocustomershipmentmethod Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaFinancialCompanySaleCreditMemoCustomerShipmentMethod --- @@ -25,7 +25,6 @@ Remove-MgBetaFinancialCompanySaleCreditMemoCustomerShipmentMethod -CompanyId ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaFinancialCompanySaleCreditMemoCustomerShipmentMethod -InputObject < [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleCreditMemoLineItem.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleCreditMemoLineItem.md index cdf214bd0270d..bf3c3a1fc7e6f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleCreditMemoLineItem.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleCreditMemoLineItem.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/remove-mgbetafinancialcompanysalecreditmemolineitem Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaFinancialCompanySaleCreditMemoLineItem --- @@ -25,7 +25,6 @@ Remove-MgBetaFinancialCompanySaleCreditMemoLineItem -CompanyId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaFinancialCompanySaleCreditMemoLineItem -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleCreditMemoLineItemCategory.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleCreditMemoLineItemCategory.md index fe9a441fada55..8a6515805a835 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleCreditMemoLineItemCategory.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleCreditMemoLineItemCategory.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/remove-mgbetafinancialcompanysalecreditmemolineitemcategory Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaFinancialCompanySaleCreditMemoLineItemCategory --- @@ -25,7 +25,6 @@ Remove-MgBetaFinancialCompanySaleCreditMemoLineItemCategory -CompanyId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaFinancialCompanySaleCreditMemoLineItemCategory -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleCreditMemoLineItemPicture.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleCreditMemoLineItemPicture.md index eeb0e93a15d57..fd57a935781d1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleCreditMemoLineItemPicture.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleCreditMemoLineItemPicture.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/remove-mgbetafinancialcompanysalecreditmemolineitempicture Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaFinancialCompanySaleCreditMemoLineItemPicture --- @@ -25,7 +25,6 @@ Remove-MgBetaFinancialCompanySaleCreditMemoLineItemPicture -CompanyId - [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaFinancialCompanySaleCreditMemoLineItemPicture -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleCreditMemoLineItemPictureContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleCreditMemoLineItemPictureContent.md index e9967e7adc4e0..1306b420862ed 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleCreditMemoLineItemPictureContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleCreditMemoLineItemPictureContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/remove-mgbetafinancialcompanysalecreditmemolineitempicturecontent Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaFinancialCompanySaleCreditMemoLineItemPictureContent --- @@ -25,7 +25,6 @@ Remove-MgBetaFinancialCompanySaleCreditMemoLineItemPictureContent -CompanyId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaFinancialCompanySaleCreditMemoLineItemPictureContent -InputObject < [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleCreditMemoPaymentTerm.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleCreditMemoPaymentTerm.md index c81e899119504..d2c8dd183356b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleCreditMemoPaymentTerm.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleCreditMemoPaymentTerm.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/remove-mgbetafinancialcompanysalecreditmemopaymentterm Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaFinancialCompanySaleCreditMemoPaymentTerm --- @@ -25,7 +25,6 @@ Remove-MgBetaFinancialCompanySaleCreditMemoPaymentTerm -CompanyId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaFinancialCompanySaleCreditMemoPaymentTerm -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItem.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItem.md index 1ff87eda33d14..404268bd44b85 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItem.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItem.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/remove-mgbetafinancialcompanysalecreditmemosalecreditmemolineitem Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItem --- @@ -25,7 +25,6 @@ Remove-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItem -CompanyId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItem -InputObject < [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemCategory.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemCategory.md index 6d38e2620ebc8..92a67f2217a3d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemCategory.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemCategory.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/remove-mgbetafinancialcompanysalecreditmemosalecreditmemolineitemcategory Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemCategory --- @@ -25,7 +25,6 @@ Remove-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemCategory -Compa [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemCategory [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPicture.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPicture.md index 18fc56b4d38d3..8f8330ff50e19 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPicture.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPicture.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/remove-mgbetafinancialcompanysalecreditmemosalecreditmemolineitempicture Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPicture --- @@ -25,7 +25,6 @@ Remove-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPicture -Compan [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPicture [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPictureContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPictureContent.md index 4bb463edbed44..28bb5e9005b10 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPictureContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPictureContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/remove-mgbetafinancialcompanysalecreditmemosalecreditmemolineitempicturecontent Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPictureContent --- @@ -25,7 +25,6 @@ Remove-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPictureContent [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPictureContent [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleInvoiceCurrency.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleInvoiceCurrency.md index d232c3ccb71cb..7b23147497380 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleInvoiceCurrency.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleInvoiceCurrency.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/remove-mgbetafinancialcompanysaleinvoicecurrency Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaFinancialCompanySaleInvoiceCurrency --- @@ -24,7 +24,6 @@ Remove-MgBetaFinancialCompanySaleInvoiceCurrency -CompanyId -SalesInvoi [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaFinancialCompanySaleInvoiceCurrency -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleInvoiceCustomer.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleInvoiceCustomer.md index 4c95ab773b964..d6606e8b971a7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleInvoiceCustomer.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleInvoiceCustomer.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/remove-mgbetafinancialcompanysaleinvoicecustomer Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaFinancialCompanySaleInvoiceCustomer --- @@ -24,7 +24,6 @@ Remove-MgBetaFinancialCompanySaleInvoiceCustomer -CompanyId -SalesInvoi [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaFinancialCompanySaleInvoiceCustomer -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleInvoiceCustomerCurrency.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleInvoiceCustomerCurrency.md index 3d9b227da6aba..36f910b3f2a31 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleInvoiceCustomerCurrency.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleInvoiceCustomerCurrency.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/remove-mgbetafinancialcompanysaleinvoicecustomercurrency Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaFinancialCompanySaleInvoiceCustomerCurrency --- @@ -25,7 +25,6 @@ Remove-MgBetaFinancialCompanySaleInvoiceCustomerCurrency -CompanyId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaFinancialCompanySaleInvoiceCustomerCurrency -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleInvoiceCustomerPaymentMethod.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleInvoiceCustomerPaymentMethod.md index eeffbab3ffcd8..54c0253be70f8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleInvoiceCustomerPaymentMethod.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleInvoiceCustomerPaymentMethod.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/remove-mgbetafinancialcompanysaleinvoicecustomerpaymentmethod Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaFinancialCompanySaleInvoiceCustomerPaymentMethod --- @@ -25,7 +25,6 @@ Remove-MgBetaFinancialCompanySaleInvoiceCustomerPaymentMethod -CompanyId ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaFinancialCompanySaleInvoiceCustomerPaymentMethod -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleInvoiceCustomerPaymentTerm.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleInvoiceCustomerPaymentTerm.md index 4b79f3c49d142..bd09cc2bad137 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleInvoiceCustomerPaymentTerm.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleInvoiceCustomerPaymentTerm.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/remove-mgbetafinancialcompanysaleinvoicecustomerpaymentterm Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaFinancialCompanySaleInvoiceCustomerPaymentTerm --- @@ -25,7 +25,6 @@ Remove-MgBetaFinancialCompanySaleInvoiceCustomerPaymentTerm -CompanyId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaFinancialCompanySaleInvoiceCustomerPaymentTerm -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleInvoiceCustomerPicture.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleInvoiceCustomerPicture.md index 3fcc6d898693b..ec8b286450c25 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleInvoiceCustomerPicture.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleInvoiceCustomerPicture.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/remove-mgbetafinancialcompanysaleinvoicecustomerpicture Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaFinancialCompanySaleInvoiceCustomerPicture --- @@ -25,7 +25,6 @@ Remove-MgBetaFinancialCompanySaleInvoiceCustomerPicture -CompanyId -Pic [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaFinancialCompanySaleInvoiceCustomerPicture -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleInvoiceCustomerPictureContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleInvoiceCustomerPictureContent.md index 822c12643b5e9..2d639b002a859 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleInvoiceCustomerPictureContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleInvoiceCustomerPictureContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/remove-mgbetafinancialcompanysaleinvoicecustomerpicturecontent Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaFinancialCompanySaleInvoiceCustomerPictureContent --- @@ -25,7 +25,6 @@ Remove-MgBetaFinancialCompanySaleInvoiceCustomerPictureContent -CompanyId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaFinancialCompanySaleInvoiceCustomerPictureContent -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleInvoiceCustomerShipmentMethod.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleInvoiceCustomerShipmentMethod.md index f45514ea38349..95b129cf2682e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleInvoiceCustomerShipmentMethod.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleInvoiceCustomerShipmentMethod.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/remove-mgbetafinancialcompanysaleinvoicecustomershipmentmethod Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaFinancialCompanySaleInvoiceCustomerShipmentMethod --- @@ -25,7 +25,6 @@ Remove-MgBetaFinancialCompanySaleInvoiceCustomerShipmentMethod -CompanyId ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaFinancialCompanySaleInvoiceCustomerShipmentMethod -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleInvoiceLineItem.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleInvoiceLineItem.md index be7cb25d9b1f9..3fb6a624e585e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleInvoiceLineItem.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleInvoiceLineItem.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/remove-mgbetafinancialcompanysaleinvoicelineitem Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaFinancialCompanySaleInvoiceLineItem --- @@ -24,7 +24,6 @@ Remove-MgBetaFinancialCompanySaleInvoiceLineItem -CompanyId -SalesInvoi [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Delete1 @@ -35,7 +34,6 @@ Remove-MgBetaFinancialCompanySaleInvoiceLineItem -CompanyId -SalesInvoi [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity1 @@ -45,7 +43,6 @@ Remove-MgBetaFinancialCompanySaleInvoiceLineItem -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -55,7 +52,6 @@ Remove-MgBetaFinancialCompanySaleInvoiceLineItem -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleInvoiceLineItemCategory.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleInvoiceLineItemCategory.md index e1a5010b0280d..6dfc8e5d063d3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleInvoiceLineItemCategory.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleInvoiceLineItemCategory.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/remove-mgbetafinancialcompanysaleinvoicelineitemcategory Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaFinancialCompanySaleInvoiceLineItemCategory --- @@ -25,7 +25,6 @@ Remove-MgBetaFinancialCompanySaleInvoiceLineItemCategory -CompanyId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Delete1 @@ -36,7 +35,6 @@ Remove-MgBetaFinancialCompanySaleInvoiceLineItemCategory -CompanyId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity1 @@ -46,7 +44,6 @@ Remove-MgBetaFinancialCompanySaleInvoiceLineItemCategory -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -56,7 +53,6 @@ Remove-MgBetaFinancialCompanySaleInvoiceLineItemCategory -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleInvoiceLineItemPicture.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleInvoiceLineItemPicture.md index a00309b78657a..c8342e6935f6f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleInvoiceLineItemPicture.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleInvoiceLineItemPicture.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/remove-mgbetafinancialcompanysaleinvoicelineitempicture Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaFinancialCompanySaleInvoiceLineItemPicture --- @@ -25,7 +25,6 @@ Remove-MgBetaFinancialCompanySaleInvoiceLineItemPicture -CompanyId -Pic [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Delete1 @@ -36,7 +35,6 @@ Remove-MgBetaFinancialCompanySaleInvoiceLineItemPicture -CompanyId -Pic [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity1 @@ -46,7 +44,6 @@ Remove-MgBetaFinancialCompanySaleInvoiceLineItemPicture -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -56,7 +53,6 @@ Remove-MgBetaFinancialCompanySaleInvoiceLineItemPicture -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleInvoiceLineItemPictureContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleInvoiceLineItemPictureContent.md index b57c054fdf52b..19f23505a6efb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleInvoiceLineItemPictureContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleInvoiceLineItemPictureContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/remove-mgbetafinancialcompanysaleinvoicelineitempicturecontent Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaFinancialCompanySaleInvoiceLineItemPictureContent --- @@ -25,7 +25,6 @@ Remove-MgBetaFinancialCompanySaleInvoiceLineItemPictureContent -CompanyId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Delete1 @@ -36,7 +35,6 @@ Remove-MgBetaFinancialCompanySaleInvoiceLineItemPictureContent -CompanyId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity1 @@ -46,7 +44,6 @@ Remove-MgBetaFinancialCompanySaleInvoiceLineItemPictureContent -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -56,7 +53,6 @@ Remove-MgBetaFinancialCompanySaleInvoiceLineItemPictureContent -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleInvoicePaymentTerm.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleInvoicePaymentTerm.md index 2a6afe21dccbf..f396241bccc02 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleInvoicePaymentTerm.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleInvoicePaymentTerm.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/remove-mgbetafinancialcompanysaleinvoicepaymentterm Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaFinancialCompanySaleInvoicePaymentTerm --- @@ -24,7 +24,6 @@ Remove-MgBetaFinancialCompanySaleInvoicePaymentTerm -CompanyId -SalesIn [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaFinancialCompanySaleInvoicePaymentTerm -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleInvoiceShipmentMethod.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleInvoiceShipmentMethod.md index 43144567e368c..92a8b49d8ea09 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleInvoiceShipmentMethod.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleInvoiceShipmentMethod.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/remove-mgbetafinancialcompanysaleinvoiceshipmentmethod Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaFinancialCompanySaleInvoiceShipmentMethod --- @@ -24,7 +24,6 @@ Remove-MgBetaFinancialCompanySaleInvoiceShipmentMethod -CompanyId -Sale [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaFinancialCompanySaleInvoiceShipmentMethod -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleOrderCurrency.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleOrderCurrency.md index 0307a227b8517..0a8b3a2dc808f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleOrderCurrency.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleOrderCurrency.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/remove-mgbetafinancialcompanysaleordercurrency Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaFinancialCompanySaleOrderCurrency --- @@ -24,7 +24,6 @@ Remove-MgBetaFinancialCompanySaleOrderCurrency -CompanyId -SalesOrderId [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaFinancialCompanySaleOrderCurrency -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleOrderCustomer.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleOrderCustomer.md index 5ed2023f19091..8d12fc24ea5e3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleOrderCustomer.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleOrderCustomer.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/remove-mgbetafinancialcompanysaleordercustomer Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaFinancialCompanySaleOrderCustomer --- @@ -24,7 +24,6 @@ Remove-MgBetaFinancialCompanySaleOrderCustomer -CompanyId -SalesOrderId [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaFinancialCompanySaleOrderCustomer -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleOrderCustomerCurrency.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleOrderCustomerCurrency.md index 583661ee74191..e39acdc5351fc 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleOrderCustomerCurrency.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleOrderCustomerCurrency.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/remove-mgbetafinancialcompanysaleordercustomercurrency Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaFinancialCompanySaleOrderCustomerCurrency --- @@ -24,7 +24,6 @@ Remove-MgBetaFinancialCompanySaleOrderCustomerCurrency -CompanyId -Sale [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaFinancialCompanySaleOrderCustomerCurrency -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleOrderCustomerPaymentMethod.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleOrderCustomerPaymentMethod.md index d5f9d29bff9b3..9ed1b5500f4ae 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleOrderCustomerPaymentMethod.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleOrderCustomerPaymentMethod.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/remove-mgbetafinancialcompanysaleordercustomerpaymentmethod Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaFinancialCompanySaleOrderCustomerPaymentMethod --- @@ -25,7 +25,6 @@ Remove-MgBetaFinancialCompanySaleOrderCustomerPaymentMethod -CompanyId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaFinancialCompanySaleOrderCustomerPaymentMethod -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleOrderCustomerPaymentTerm.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleOrderCustomerPaymentTerm.md index 2837b4b84e2e9..feb5f3151527f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleOrderCustomerPaymentTerm.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleOrderCustomerPaymentTerm.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/remove-mgbetafinancialcompanysaleordercustomerpaymentterm Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaFinancialCompanySaleOrderCustomerPaymentTerm --- @@ -24,7 +24,6 @@ Remove-MgBetaFinancialCompanySaleOrderCustomerPaymentTerm -CompanyId -S [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaFinancialCompanySaleOrderCustomerPaymentTerm -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleOrderCustomerPicture.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleOrderCustomerPicture.md index 3d69600ab218e..8394cb5b29d36 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleOrderCustomerPicture.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleOrderCustomerPicture.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/remove-mgbetafinancialcompanysaleordercustomerpicture Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaFinancialCompanySaleOrderCustomerPicture --- @@ -25,7 +25,6 @@ Remove-MgBetaFinancialCompanySaleOrderCustomerPicture -CompanyId -Pictu [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaFinancialCompanySaleOrderCustomerPicture -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleOrderCustomerPictureContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleOrderCustomerPictureContent.md index 0ac56583c9ead..48cbbd5d530aa 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleOrderCustomerPictureContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleOrderCustomerPictureContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/remove-mgbetafinancialcompanysaleordercustomerpicturecontent Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaFinancialCompanySaleOrderCustomerPictureContent --- @@ -25,7 +25,6 @@ Remove-MgBetaFinancialCompanySaleOrderCustomerPictureContent -CompanyId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaFinancialCompanySaleOrderCustomerPictureContent -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleOrderCustomerShipmentMethod.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleOrderCustomerShipmentMethod.md index ee7f694c89294..1c17b6d7fd401 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleOrderCustomerShipmentMethod.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleOrderCustomerShipmentMethod.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/remove-mgbetafinancialcompanysaleordercustomershipmentmethod Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaFinancialCompanySaleOrderCustomerShipmentMethod --- @@ -25,7 +25,6 @@ Remove-MgBetaFinancialCompanySaleOrderCustomerShipmentMethod -CompanyId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaFinancialCompanySaleOrderCustomerShipmentMethod -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleOrderLineItem.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleOrderLineItem.md index b33c73c1c573c..66455f7596e6e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleOrderLineItem.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleOrderLineItem.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/remove-mgbetafinancialcompanysaleorderlineitem Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaFinancialCompanySaleOrderLineItem --- @@ -24,7 +24,6 @@ Remove-MgBetaFinancialCompanySaleOrderLineItem -CompanyId -SalesOrderLi [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Delete1 @@ -35,7 +34,6 @@ Remove-MgBetaFinancialCompanySaleOrderLineItem -CompanyId -SalesOrderLi [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity1 @@ -45,7 +43,6 @@ Remove-MgBetaFinancialCompanySaleOrderLineItem -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -55,7 +52,6 @@ Remove-MgBetaFinancialCompanySaleOrderLineItem -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleOrderLineItemCategory.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleOrderLineItemCategory.md index b587d783f49c6..b453537ef8eb2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleOrderLineItemCategory.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleOrderLineItemCategory.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/remove-mgbetafinancialcompanysaleorderlineitemcategory Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaFinancialCompanySaleOrderLineItemCategory --- @@ -25,7 +25,6 @@ Remove-MgBetaFinancialCompanySaleOrderLineItemCategory -CompanyId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Delete1 @@ -36,7 +35,6 @@ Remove-MgBetaFinancialCompanySaleOrderLineItemCategory -CompanyId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity1 @@ -46,7 +44,6 @@ Remove-MgBetaFinancialCompanySaleOrderLineItemCategory -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -56,7 +53,6 @@ Remove-MgBetaFinancialCompanySaleOrderLineItemCategory -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleOrderLineItemPicture.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleOrderLineItemPicture.md index e26fb4ba9b27c..2722f91717d3d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleOrderLineItemPicture.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleOrderLineItemPicture.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/remove-mgbetafinancialcompanysaleorderlineitempicture Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaFinancialCompanySaleOrderLineItemPicture --- @@ -25,7 +25,6 @@ Remove-MgBetaFinancialCompanySaleOrderLineItemPicture -CompanyId -Pictu [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Delete1 @@ -36,7 +35,6 @@ Remove-MgBetaFinancialCompanySaleOrderLineItemPicture -CompanyId -Pictu [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity1 @@ -46,7 +44,6 @@ Remove-MgBetaFinancialCompanySaleOrderLineItemPicture -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -56,7 +53,6 @@ Remove-MgBetaFinancialCompanySaleOrderLineItemPicture -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleOrderLineItemPictureContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleOrderLineItemPictureContent.md index b1f1d66c30008..c68f92f8fb271 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleOrderLineItemPictureContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleOrderLineItemPictureContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/remove-mgbetafinancialcompanysaleorderlineitempicturecontent Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaFinancialCompanySaleOrderLineItemPictureContent --- @@ -25,7 +25,6 @@ Remove-MgBetaFinancialCompanySaleOrderLineItemPictureContent -CompanyId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Delete1 @@ -36,7 +35,6 @@ Remove-MgBetaFinancialCompanySaleOrderLineItemPictureContent -CompanyId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity1 @@ -46,7 +44,6 @@ Remove-MgBetaFinancialCompanySaleOrderLineItemPictureContent -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -56,7 +53,6 @@ Remove-MgBetaFinancialCompanySaleOrderLineItemPictureContent -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleOrderPaymentTerm.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleOrderPaymentTerm.md index d9ca3c1e94880..8b510a935a245 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleOrderPaymentTerm.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleOrderPaymentTerm.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/remove-mgbetafinancialcompanysaleorderpaymentterm Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaFinancialCompanySaleOrderPaymentTerm --- @@ -24,7 +24,6 @@ Remove-MgBetaFinancialCompanySaleOrderPaymentTerm -CompanyId -SalesOrde [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaFinancialCompanySaleOrderPaymentTerm -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleQuoteCurrency.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleQuoteCurrency.md index e4bcf5afa29fe..cc1a9b40319e5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleQuoteCurrency.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleQuoteCurrency.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/remove-mgbetafinancialcompanysalequotecurrency Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaFinancialCompanySaleQuoteCurrency --- @@ -24,7 +24,6 @@ Remove-MgBetaFinancialCompanySaleQuoteCurrency -CompanyId -SalesQuoteId [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaFinancialCompanySaleQuoteCurrency -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleQuoteCustomer.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleQuoteCustomer.md index fba847ad528e6..6931b824be544 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleQuoteCustomer.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleQuoteCustomer.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/remove-mgbetafinancialcompanysalequotecustomer Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaFinancialCompanySaleQuoteCustomer --- @@ -24,7 +24,6 @@ Remove-MgBetaFinancialCompanySaleQuoteCustomer -CompanyId -SalesQuoteId [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaFinancialCompanySaleQuoteCustomer -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleQuoteCustomerCurrency.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleQuoteCustomerCurrency.md index e911d3b7b147c..df2f205eba388 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleQuoteCustomerCurrency.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleQuoteCustomerCurrency.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/remove-mgbetafinancialcompanysalequotecustomercurrency Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaFinancialCompanySaleQuoteCustomerCurrency --- @@ -24,7 +24,6 @@ Remove-MgBetaFinancialCompanySaleQuoteCustomerCurrency -CompanyId -Sale [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaFinancialCompanySaleQuoteCustomerCurrency -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleQuoteCustomerPaymentMethod.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleQuoteCustomerPaymentMethod.md index 5ba4fa8841342..c95d8f0599d9e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleQuoteCustomerPaymentMethod.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleQuoteCustomerPaymentMethod.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/remove-mgbetafinancialcompanysalequotecustomerpaymentmethod Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaFinancialCompanySaleQuoteCustomerPaymentMethod --- @@ -25,7 +25,6 @@ Remove-MgBetaFinancialCompanySaleQuoteCustomerPaymentMethod -CompanyId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaFinancialCompanySaleQuoteCustomerPaymentMethod -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleQuoteCustomerPaymentTerm.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleQuoteCustomerPaymentTerm.md index 7af3192e9bce8..3537471799f76 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleQuoteCustomerPaymentTerm.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleQuoteCustomerPaymentTerm.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/remove-mgbetafinancialcompanysalequotecustomerpaymentterm Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaFinancialCompanySaleQuoteCustomerPaymentTerm --- @@ -24,7 +24,6 @@ Remove-MgBetaFinancialCompanySaleQuoteCustomerPaymentTerm -CompanyId -S [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaFinancialCompanySaleQuoteCustomerPaymentTerm -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleQuoteCustomerPicture.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleQuoteCustomerPicture.md index 6ba7d7d3387a0..06bbde7e68fb3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleQuoteCustomerPicture.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleQuoteCustomerPicture.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/remove-mgbetafinancialcompanysalequotecustomerpicture Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaFinancialCompanySaleQuoteCustomerPicture --- @@ -25,7 +25,6 @@ Remove-MgBetaFinancialCompanySaleQuoteCustomerPicture -CompanyId -Pictu [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaFinancialCompanySaleQuoteCustomerPicture -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleQuoteCustomerPictureContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleQuoteCustomerPictureContent.md index ec0333f063331..315bd29e24928 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleQuoteCustomerPictureContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleQuoteCustomerPictureContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/remove-mgbetafinancialcompanysalequotecustomerpicturecontent Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaFinancialCompanySaleQuoteCustomerPictureContent --- @@ -25,7 +25,6 @@ Remove-MgBetaFinancialCompanySaleQuoteCustomerPictureContent -CompanyId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaFinancialCompanySaleQuoteCustomerPictureContent -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleQuoteCustomerShipmentMethod.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleQuoteCustomerShipmentMethod.md index 1efd1abf941ad..4b59d2abd3951 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleQuoteCustomerShipmentMethod.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleQuoteCustomerShipmentMethod.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/remove-mgbetafinancialcompanysalequotecustomershipmentmethod Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaFinancialCompanySaleQuoteCustomerShipmentMethod --- @@ -25,7 +25,6 @@ Remove-MgBetaFinancialCompanySaleQuoteCustomerShipmentMethod -CompanyId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaFinancialCompanySaleQuoteCustomerShipmentMethod -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleQuoteLineItem.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleQuoteLineItem.md index 3fa86faede620..d1334a50014d7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleQuoteLineItem.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleQuoteLineItem.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/remove-mgbetafinancialcompanysalequotelineitem Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaFinancialCompanySaleQuoteLineItem --- @@ -24,7 +24,6 @@ Remove-MgBetaFinancialCompanySaleQuoteLineItem -CompanyId -SalesQuoteLi [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Delete1 @@ -35,7 +34,6 @@ Remove-MgBetaFinancialCompanySaleQuoteLineItem -CompanyId -SalesQuoteLi [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity1 @@ -45,7 +43,6 @@ Remove-MgBetaFinancialCompanySaleQuoteLineItem -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -55,7 +52,6 @@ Remove-MgBetaFinancialCompanySaleQuoteLineItem -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleQuoteLineItemCategory.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleQuoteLineItemCategory.md index 9912101914aa2..b2eb0dbcaf721 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleQuoteLineItemCategory.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleQuoteLineItemCategory.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/remove-mgbetafinancialcompanysalequotelineitemcategory Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaFinancialCompanySaleQuoteLineItemCategory --- @@ -25,7 +25,6 @@ Remove-MgBetaFinancialCompanySaleQuoteLineItemCategory -CompanyId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Delete1 @@ -36,7 +35,6 @@ Remove-MgBetaFinancialCompanySaleQuoteLineItemCategory -CompanyId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity1 @@ -46,7 +44,6 @@ Remove-MgBetaFinancialCompanySaleQuoteLineItemCategory -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -56,7 +53,6 @@ Remove-MgBetaFinancialCompanySaleQuoteLineItemCategory -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleQuoteLineItemPicture.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleQuoteLineItemPicture.md index 02cd7af307266..fd8eb18f345a0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleQuoteLineItemPicture.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleQuoteLineItemPicture.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/remove-mgbetafinancialcompanysalequotelineitempicture Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaFinancialCompanySaleQuoteLineItemPicture --- @@ -25,7 +25,6 @@ Remove-MgBetaFinancialCompanySaleQuoteLineItemPicture -CompanyId -Pictu [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Delete1 @@ -36,7 +35,6 @@ Remove-MgBetaFinancialCompanySaleQuoteLineItemPicture -CompanyId -Pictu [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity1 @@ -46,7 +44,6 @@ Remove-MgBetaFinancialCompanySaleQuoteLineItemPicture -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -56,7 +53,6 @@ Remove-MgBetaFinancialCompanySaleQuoteLineItemPicture -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleQuoteLineItemPictureContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleQuoteLineItemPictureContent.md index 50420bc458663..fb41d055398c9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleQuoteLineItemPictureContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleQuoteLineItemPictureContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/remove-mgbetafinancialcompanysalequotelineitempicturecontent Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaFinancialCompanySaleQuoteLineItemPictureContent --- @@ -25,7 +25,6 @@ Remove-MgBetaFinancialCompanySaleQuoteLineItemPictureContent -CompanyId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Delete1 @@ -36,7 +35,6 @@ Remove-MgBetaFinancialCompanySaleQuoteLineItemPictureContent -CompanyId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity1 @@ -46,7 +44,6 @@ Remove-MgBetaFinancialCompanySaleQuoteLineItemPictureContent -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -56,7 +53,6 @@ Remove-MgBetaFinancialCompanySaleQuoteLineItemPictureContent -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleQuotePaymentTerm.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleQuotePaymentTerm.md index f50e2ea3155b8..13ba44b5a1ce8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleQuotePaymentTerm.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleQuotePaymentTerm.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/remove-mgbetafinancialcompanysalequotepaymentterm Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaFinancialCompanySaleQuotePaymentTerm --- @@ -24,7 +24,6 @@ Remove-MgBetaFinancialCompanySaleQuotePaymentTerm -CompanyId -SalesQuot [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaFinancialCompanySaleQuotePaymentTerm -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleQuoteShipmentMethod.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleQuoteShipmentMethod.md index 96bc123b77b82..7444a143f13a6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleQuoteShipmentMethod.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanySaleQuoteShipmentMethod.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/remove-mgbetafinancialcompanysalequoteshipmentmethod Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaFinancialCompanySaleQuoteShipmentMethod --- @@ -24,7 +24,6 @@ Remove-MgBetaFinancialCompanySaleQuoteShipmentMethod -CompanyId -SalesQ [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaFinancialCompanySaleQuoteShipmentMethod -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyShipmentMethod.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyShipmentMethod.md index 81fbc7e9ff102..96ebb1e53037c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyShipmentMethod.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyShipmentMethod.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/remove-mgbetafinancialcompanyshipmentmethod Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaFinancialCompanyShipmentMethod --- @@ -24,7 +24,6 @@ Remove-MgBetaFinancialCompanyShipmentMethod -CompanyId -ShipmentMethodI [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaFinancialCompanyShipmentMethod -InputObject [ [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyTaxArea.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyTaxArea.md index b7c5f25061bc5..dd086d587612e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyTaxArea.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyTaxArea.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/remove-mgbetafinancialcompanytaxarea Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaFinancialCompanyTaxArea --- @@ -24,7 +24,6 @@ Remove-MgBetaFinancialCompanyTaxArea -CompanyId -TaxAreaId [-I [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaFinancialCompanyTaxArea -InputObject [-IfMatc [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyTaxGroup.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyTaxGroup.md index 12b89a1e24bfe..8f22b0eed797a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyTaxGroup.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyTaxGroup.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/remove-mgbetafinancialcompanytaxgroup Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaFinancialCompanyTaxGroup --- @@ -24,7 +24,6 @@ Remove-MgBetaFinancialCompanyTaxGroup -CompanyId -TaxGroupId [ [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaFinancialCompanyTaxGroup -InputObject [-IfMat [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyUnitOfMeasure.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyUnitOfMeasure.md index 797f5982dae8c..17613c61a4448 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyUnitOfMeasure.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyUnitOfMeasure.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/remove-mgbetafinancialcompanyunitofmeasure Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaFinancialCompanyUnitOfMeasure --- @@ -24,7 +24,6 @@ Remove-MgBetaFinancialCompanyUnitOfMeasure -CompanyId -UnitOfMeasureId [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaFinancialCompanyUnitOfMeasure -InputObject [- [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyVendor.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyVendor.md index 4d25733d2141a..33a76fdccd8bc 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyVendor.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyVendor.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/remove-mgbetafinancialcompanyvendor Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaFinancialCompanyVendor --- @@ -24,7 +24,6 @@ Remove-MgBetaFinancialCompanyVendor -CompanyId -VendorId [-IfM [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaFinancialCompanyVendor -InputObject [-IfMatch [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyVendorCurrency.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyVendorCurrency.md index 34e2b4514d637..cb451b0db0002 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyVendorCurrency.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyVendorCurrency.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/remove-mgbetafinancialcompanyvendorcurrency Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaFinancialCompanyVendorCurrency --- @@ -24,7 +24,6 @@ Remove-MgBetaFinancialCompanyVendorCurrency -CompanyId -VendorId ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaFinancialCompanyVendorCurrency -InputObject [ [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyVendorPaymentMethod.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyVendorPaymentMethod.md index 5c8ac197a3ae7..cf8ba52e7b30f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyVendorPaymentMethod.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyVendorPaymentMethod.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/remove-mgbetafinancialcompanyvendorpaymentmethod Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaFinancialCompanyVendorPaymentMethod --- @@ -24,7 +24,6 @@ Remove-MgBetaFinancialCompanyVendorPaymentMethod -CompanyId -VendorId < [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaFinancialCompanyVendorPaymentMethod -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyVendorPaymentTerm.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyVendorPaymentTerm.md index 5a9e735c5da5f..f8040ee4fba33 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyVendorPaymentTerm.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyVendorPaymentTerm.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/remove-mgbetafinancialcompanyvendorpaymentterm Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaFinancialCompanyVendorPaymentTerm --- @@ -24,7 +24,6 @@ Remove-MgBetaFinancialCompanyVendorPaymentTerm -CompanyId -VendorId ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaFinancialCompanyVendorPaymentTerm -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyVendorPicture.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyVendorPicture.md index 56da930389a2a..2000e8ee5d58f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyVendorPicture.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyVendorPicture.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/remove-mgbetafinancialcompanyvendorpicture Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaFinancialCompanyVendorPicture --- @@ -25,7 +25,6 @@ Remove-MgBetaFinancialCompanyVendorPicture -CompanyId -PictureId ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaFinancialCompanyVendorPicture -InputObject [- [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyVendorPictureContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyVendorPictureContent.md index f13d52f172067..c9be44f3067c3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyVendorPictureContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Remove-MgBetaFinancialCompanyVendorPictureContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/remove-mgbetafinancialcompanyvendorpicturecontent Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaFinancialCompanyVendorPictureContent --- @@ -25,7 +25,6 @@ Remove-MgBetaFinancialCompanyVendorPictureContent -CompanyId -PictureId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaFinancialCompanyVendorPictureContent -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Send-MgBetaFinancialCompanySalesInvoice.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Send-MgBetaFinancialCompanySalesInvoice.md index 6bdb6417ec96e..8d77d350effe4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Send-MgBetaFinancialCompanySalesInvoice.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Send-MgBetaFinancialCompanySalesInvoice.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/send-mgbetafinancialcompanysalesinvoice Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Send-MgBetaFinancialCompanySalesInvoice --- @@ -24,7 +24,6 @@ Send-MgBetaFinancialCompanySalesInvoice -CompanyId -SalesInvoiceId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SendViaIdentity @@ -34,7 +33,6 @@ Send-MgBetaFinancialCompanySalesInvoice -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Send-MgBetaFinancialCompanySalesQuote.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Send-MgBetaFinancialCompanySalesQuote.md index 6ca0ae6536adc..f13f8e6fc3329 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Send-MgBetaFinancialCompanySalesQuote.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Send-MgBetaFinancialCompanySalesQuote.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/send-mgbetafinancialcompanysalesquote Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Send-MgBetaFinancialCompanySalesQuote --- @@ -24,7 +24,6 @@ Send-MgBetaFinancialCompanySalesQuote -CompanyId -SalesQuoteId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SendViaIdentity @@ -34,7 +33,6 @@ Send-MgBetaFinancialCompanySalesQuote -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Set-MgBetaFinancialCompanyCustomerPaymentCustomerPictureContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Set-MgBetaFinancialCompanyCustomerPaymentCustomerPictureContent.md index 31363abef2ba2..d0dbcd2097738 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Set-MgBetaFinancialCompanyCustomerPaymentCustomerPictureContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Set-MgBetaFinancialCompanyCustomerPaymentCustomerPictureContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/set-mgbetafinancialcompanycustomerpaymentcustomerpicturecontent Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Set-MgBetaFinancialCompanyCustomerPaymentCustomerPictureContent --- @@ -25,7 +25,6 @@ Set-MgBetaFinancialCompanyCustomerPaymentCustomerPictureContent -CompanyId ] [-Break] [-ContentType ] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SetViaIdentity @@ -35,7 +34,7 @@ Set-MgBetaFinancialCompanyCustomerPaymentCustomerPictureContent -InputObject [-Data ] [-ResponseHeadersVariable ] [-Break] [-ContentType ] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Set-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPictureContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Set-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPictureContent.md index a44bcba2abce5..ac51abb85612b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Set-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPictureContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Set-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPictureContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/set-mgbetafinancialcompanycustomerpaymentjournalcustomerpaymentcustomerpicturecontent Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Set-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPictureContent --- @@ -25,7 +25,7 @@ Set-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPictureCo -PictureId -InFile [-Data ] [-ResponseHeadersVariable ] [-Break] [-ContentType ] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### SetViaIdentity @@ -36,7 +36,6 @@ Set-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPictureCo [-ResponseHeadersVariable ] [-Break] [-ContentType ] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Set-MgBetaFinancialCompanyCustomerPictureContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Set-MgBetaFinancialCompanyCustomerPictureContent.md index 262b3f437a490..34804a4818854 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Set-MgBetaFinancialCompanyCustomerPictureContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Set-MgBetaFinancialCompanyCustomerPictureContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/set-mgbetafinancialcompanycustomerpicturecontent Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Set-MgBetaFinancialCompanyCustomerPictureContent --- @@ -24,7 +24,7 @@ Set-MgBetaFinancialCompanyCustomerPictureContent -CompanyId -CustomerId -PictureId -InFile [-Data ] [-ResponseHeadersVariable ] [-Break] [-ContentType ] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### SetViaIdentity @@ -34,7 +34,7 @@ Set-MgBetaFinancialCompanyCustomerPictureContent -InputObject ] [-ResponseHeadersVariable ] [-Break] [-ContentType ] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Set-MgBetaFinancialCompanyEmployeePictureContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Set-MgBetaFinancialCompanyEmployeePictureContent.md index 646937e0b9113..ceda1145ef805 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Set-MgBetaFinancialCompanyEmployeePictureContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Set-MgBetaFinancialCompanyEmployeePictureContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/set-mgbetafinancialcompanyemployeepicturecontent Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Set-MgBetaFinancialCompanyEmployeePictureContent --- @@ -24,7 +24,7 @@ Set-MgBetaFinancialCompanyEmployeePictureContent -CompanyId -EmployeeId -PictureId -InFile [-Data ] [-ResponseHeadersVariable ] [-Break] [-ContentType ] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### SetViaIdentity @@ -34,7 +34,7 @@ Set-MgBetaFinancialCompanyEmployeePictureContent -InputObject ] [-ResponseHeadersVariable ] [-Break] [-ContentType ] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Set-MgBetaFinancialCompanyInformationPicture.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Set-MgBetaFinancialCompanyInformationPicture.md index 3dd5dc7a7110f..e601e5c5cd29c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Set-MgBetaFinancialCompanyInformationPicture.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Set-MgBetaFinancialCompanyInformationPicture.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/set-mgbetafinancialcompanyinformationpicture Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Set-MgBetaFinancialCompanyInformationPicture --- @@ -25,7 +25,6 @@ Set-MgBetaFinancialCompanyInformationPicture -CompanyId -CompanyInforma [-ContentType ] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SetViaIdentity @@ -36,7 +35,6 @@ Set-MgBetaFinancialCompanyInformationPicture -InputObject [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Set-MgBetaFinancialCompanyItemPictureContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Set-MgBetaFinancialCompanyItemPictureContent.md index 22458f4868891..75bd500c30bd0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Set-MgBetaFinancialCompanyItemPictureContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Set-MgBetaFinancialCompanyItemPictureContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/set-mgbetafinancialcompanyitempicturecontent Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Set-MgBetaFinancialCompanyItemPictureContent --- @@ -24,7 +24,7 @@ Set-MgBetaFinancialCompanyItemPictureContent -CompanyId -ItemId -InFile [-Data ] [-ResponseHeadersVariable ] [-Break] [-ContentType ] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### SetViaIdentity @@ -34,7 +34,7 @@ Set-MgBetaFinancialCompanyItemPictureContent -InputObject [-Data ] [-ResponseHeadersVariable ] [-Break] [-ContentType ] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Set-MgBetaFinancialCompanyPictureContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Set-MgBetaFinancialCompanyPictureContent.md index 301f7c18b8bd9..a8a1287524248 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Set-MgBetaFinancialCompanyPictureContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Set-MgBetaFinancialCompanyPictureContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/set-mgbetafinancialcompanypicturecontent Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Set-MgBetaFinancialCompanyPictureContent --- @@ -24,7 +24,7 @@ Set-MgBetaFinancialCompanyPictureContent -CompanyId -PictureId [-Data ] [-ResponseHeadersVariable ] [-Break] [-ContentType ] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### SetViaIdentity @@ -34,7 +34,7 @@ Set-MgBetaFinancialCompanyPictureContent -InputObject -InF [-Data ] [-ResponseHeadersVariable ] [-Break] [-ContentType ] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Set-MgBetaFinancialCompanyPurchaseInvoiceLineItemPictureContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Set-MgBetaFinancialCompanyPurchaseInvoiceLineItemPictureContent.md index f998c08d55c71..f0adf30bf7be6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Set-MgBetaFinancialCompanyPurchaseInvoiceLineItemPictureContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Set-MgBetaFinancialCompanyPurchaseInvoiceLineItemPictureContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/set-mgbetafinancialcompanypurchaseinvoicelineitempicturecontent Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Set-MgBetaFinancialCompanyPurchaseInvoiceLineItemPictureContent --- @@ -25,7 +25,6 @@ Set-MgBetaFinancialCompanyPurchaseInvoiceLineItemPictureContent -CompanyId ] [-Break] [-ContentType ] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Set1 @@ -36,7 +35,7 @@ Set-MgBetaFinancialCompanyPurchaseInvoiceLineItemPictureContent -CompanyId ] [-ResponseHeadersVariable ] [-Break] [-ContentType ] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### SetViaIdentity1 @@ -46,7 +45,7 @@ Set-MgBetaFinancialCompanyPurchaseInvoiceLineItemPictureContent -InputObject [-Data ] [-ResponseHeadersVariable ] [-Break] [-ContentType ] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### SetViaIdentity @@ -56,7 +55,7 @@ Set-MgBetaFinancialCompanyPurchaseInvoiceLineItemPictureContent -InputObject [-Data ] [-ResponseHeadersVariable ] [-Break] [-ContentType ] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Set-MgBetaFinancialCompanyPurchaseInvoiceVendorPictureContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Set-MgBetaFinancialCompanyPurchaseInvoiceVendorPictureContent.md index 393af924b1e13..867175e9119ab 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Set-MgBetaFinancialCompanyPurchaseInvoiceVendorPictureContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Set-MgBetaFinancialCompanyPurchaseInvoiceVendorPictureContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/set-mgbetafinancialcompanypurchaseinvoicevendorpicturecontent Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Set-MgBetaFinancialCompanyPurchaseInvoiceVendorPictureContent --- @@ -25,7 +25,6 @@ Set-MgBetaFinancialCompanyPurchaseInvoiceVendorPictureContent -CompanyId ] [-Break] [-ContentType ] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SetViaIdentity @@ -35,7 +34,7 @@ Set-MgBetaFinancialCompanyPurchaseInvoiceVendorPictureContent -InputObject [-Data ] [-ResponseHeadersVariable ] [-Break] [-ContentType ] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Set-MgBetaFinancialCompanySaleCreditMemoCustomerPictureContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Set-MgBetaFinancialCompanySaleCreditMemoCustomerPictureContent.md index 13e388387b258..9146e93ce2e85 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Set-MgBetaFinancialCompanySaleCreditMemoCustomerPictureContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Set-MgBetaFinancialCompanySaleCreditMemoCustomerPictureContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/set-mgbetafinancialcompanysalecreditmemocustomerpicturecontent Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Set-MgBetaFinancialCompanySaleCreditMemoCustomerPictureContent --- @@ -25,7 +25,6 @@ Set-MgBetaFinancialCompanySaleCreditMemoCustomerPictureContent -CompanyId ] [-Break] [-ContentType ] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SetViaIdentity @@ -35,7 +34,7 @@ Set-MgBetaFinancialCompanySaleCreditMemoCustomerPictureContent -InputObject [-Data ] [-ResponseHeadersVariable ] [-Break] [-ContentType ] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Set-MgBetaFinancialCompanySaleCreditMemoLineItemPictureContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Set-MgBetaFinancialCompanySaleCreditMemoLineItemPictureContent.md index 29020da189811..b45887746e6ec 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Set-MgBetaFinancialCompanySaleCreditMemoLineItemPictureContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Set-MgBetaFinancialCompanySaleCreditMemoLineItemPictureContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/set-mgbetafinancialcompanysalecreditmemolineitempicturecontent Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Set-MgBetaFinancialCompanySaleCreditMemoLineItemPictureContent --- @@ -25,7 +25,6 @@ Set-MgBetaFinancialCompanySaleCreditMemoLineItemPictureContent -CompanyId ] [-Break] [-ContentType ] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SetViaIdentity @@ -35,7 +34,7 @@ Set-MgBetaFinancialCompanySaleCreditMemoLineItemPictureContent -InputObject [-Data ] [-ResponseHeadersVariable ] [-Break] [-ContentType ] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Set-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPictureContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Set-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPictureContent.md index d7aa863cf0430..67a9626455ec8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Set-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPictureContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Set-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPictureContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/set-mgbetafinancialcompanysalecreditmemosalecreditmemolineitempicturecontent Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Set-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPictureContent --- @@ -25,7 +25,7 @@ Set-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPictureContent -Co [-Data ] [-ResponseHeadersVariable ] [-Break] [-ContentType ] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### SetViaIdentity @@ -36,7 +36,6 @@ Set-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPictureContent [-ResponseHeadersVariable ] [-Break] [-ContentType ] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Set-MgBetaFinancialCompanySaleInvoiceCustomerPictureContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Set-MgBetaFinancialCompanySaleInvoiceCustomerPictureContent.md index 3b4faf2a18ee7..0d8cdc5ea83b2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Set-MgBetaFinancialCompanySaleInvoiceCustomerPictureContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Set-MgBetaFinancialCompanySaleInvoiceCustomerPictureContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/set-mgbetafinancialcompanysaleinvoicecustomerpicturecontent Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Set-MgBetaFinancialCompanySaleInvoiceCustomerPictureContent --- @@ -24,7 +24,7 @@ Set-MgBetaFinancialCompanySaleInvoiceCustomerPictureContent -CompanyId -SalesInvoiceId -InFile [-Data ] [-ResponseHeadersVariable ] [-Break] [-ContentType ] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### SetViaIdentity @@ -34,7 +34,7 @@ Set-MgBetaFinancialCompanySaleInvoiceCustomerPictureContent -InputObject [-Data ] [-ResponseHeadersVariable ] [-Break] [-ContentType ] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Set-MgBetaFinancialCompanySaleInvoiceLineItemPictureContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Set-MgBetaFinancialCompanySaleInvoiceLineItemPictureContent.md index 21ac0c622e0be..7c3b6c90e29b7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Set-MgBetaFinancialCompanySaleInvoiceLineItemPictureContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Set-MgBetaFinancialCompanySaleInvoiceLineItemPictureContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/set-mgbetafinancialcompanysaleinvoicelineitempicturecontent Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Set-MgBetaFinancialCompanySaleInvoiceLineItemPictureContent --- @@ -24,7 +24,7 @@ Set-MgBetaFinancialCompanySaleInvoiceLineItemPictureContent -CompanyId -SalesInvoiceLineId -InFile [-Data ] [-ResponseHeadersVariable ] [-Break] [-ContentType ] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Set1 @@ -35,7 +35,6 @@ Set-MgBetaFinancialCompanySaleInvoiceLineItemPictureContent -CompanyId [-ResponseHeadersVariable ] [-Break] [-ContentType ] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SetViaIdentity1 @@ -45,7 +44,7 @@ Set-MgBetaFinancialCompanySaleInvoiceLineItemPictureContent -InputObject [-Data ] [-ResponseHeadersVariable ] [-Break] [-ContentType ] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### SetViaIdentity @@ -55,7 +54,7 @@ Set-MgBetaFinancialCompanySaleInvoiceLineItemPictureContent -InputObject [-Data ] [-ResponseHeadersVariable ] [-Break] [-ContentType ] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Set-MgBetaFinancialCompanySaleOrderCustomerPictureContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Set-MgBetaFinancialCompanySaleOrderCustomerPictureContent.md index a487f8055a099..cc4fe0607dce0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Set-MgBetaFinancialCompanySaleOrderCustomerPictureContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Set-MgBetaFinancialCompanySaleOrderCustomerPictureContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/set-mgbetafinancialcompanysaleordercustomerpicturecontent Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Set-MgBetaFinancialCompanySaleOrderCustomerPictureContent --- @@ -24,7 +24,7 @@ Set-MgBetaFinancialCompanySaleOrderCustomerPictureContent -CompanyId -P -SalesOrderId -InFile [-Data ] [-ResponseHeadersVariable ] [-Break] [-ContentType ] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### SetViaIdentity @@ -34,7 +34,7 @@ Set-MgBetaFinancialCompanySaleOrderCustomerPictureContent -InputObject [-Data ] [-ResponseHeadersVariable ] [-Break] [-ContentType ] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Set-MgBetaFinancialCompanySaleOrderLineItemPictureContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Set-MgBetaFinancialCompanySaleOrderLineItemPictureContent.md index be606bc9bf3fb..b47e2e3db71b0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Set-MgBetaFinancialCompanySaleOrderLineItemPictureContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Set-MgBetaFinancialCompanySaleOrderLineItemPictureContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/set-mgbetafinancialcompanysaleorderlineitempicturecontent Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Set-MgBetaFinancialCompanySaleOrderLineItemPictureContent --- @@ -24,7 +24,7 @@ Set-MgBetaFinancialCompanySaleOrderLineItemPictureContent -CompanyId -P -SalesOrderLineId -InFile [-Data ] [-ResponseHeadersVariable ] [-Break] [-ContentType ] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Set1 @@ -35,7 +35,6 @@ Set-MgBetaFinancialCompanySaleOrderLineItemPictureContent -CompanyId -P [-ResponseHeadersVariable ] [-Break] [-ContentType ] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SetViaIdentity1 @@ -45,7 +44,7 @@ Set-MgBetaFinancialCompanySaleOrderLineItemPictureContent -InputObject [-Data ] [-ResponseHeadersVariable ] [-Break] [-ContentType ] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### SetViaIdentity @@ -55,7 +54,7 @@ Set-MgBetaFinancialCompanySaleOrderLineItemPictureContent -InputObject [-Data ] [-ResponseHeadersVariable ] [-Break] [-ContentType ] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Set-MgBetaFinancialCompanySaleQuoteCustomerPictureContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Set-MgBetaFinancialCompanySaleQuoteCustomerPictureContent.md index 35157053dc91d..0f746f4239971 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Set-MgBetaFinancialCompanySaleQuoteCustomerPictureContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Set-MgBetaFinancialCompanySaleQuoteCustomerPictureContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/set-mgbetafinancialcompanysalequotecustomerpicturecontent Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Set-MgBetaFinancialCompanySaleQuoteCustomerPictureContent --- @@ -24,7 +24,7 @@ Set-MgBetaFinancialCompanySaleQuoteCustomerPictureContent -CompanyId -P -SalesQuoteId -InFile [-Data ] [-ResponseHeadersVariable ] [-Break] [-ContentType ] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### SetViaIdentity @@ -34,7 +34,7 @@ Set-MgBetaFinancialCompanySaleQuoteCustomerPictureContent -InputObject [-Data ] [-ResponseHeadersVariable ] [-Break] [-ContentType ] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Set-MgBetaFinancialCompanySaleQuoteLineItemPictureContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Set-MgBetaFinancialCompanySaleQuoteLineItemPictureContent.md index 1e2c55a430025..672cb0e890f29 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Set-MgBetaFinancialCompanySaleQuoteLineItemPictureContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Set-MgBetaFinancialCompanySaleQuoteLineItemPictureContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/set-mgbetafinancialcompanysalequotelineitempicturecontent Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Set-MgBetaFinancialCompanySaleQuoteLineItemPictureContent --- @@ -24,7 +24,7 @@ Set-MgBetaFinancialCompanySaleQuoteLineItemPictureContent -CompanyId -P -SalesQuoteLineId -InFile [-Data ] [-ResponseHeadersVariable ] [-Break] [-ContentType ] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Set1 @@ -35,7 +35,6 @@ Set-MgBetaFinancialCompanySaleQuoteLineItemPictureContent -CompanyId -P [-ResponseHeadersVariable ] [-Break] [-ContentType ] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SetViaIdentity1 @@ -45,7 +44,7 @@ Set-MgBetaFinancialCompanySaleQuoteLineItemPictureContent -InputObject [-Data ] [-ResponseHeadersVariable ] [-Break] [-ContentType ] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### SetViaIdentity @@ -55,7 +54,7 @@ Set-MgBetaFinancialCompanySaleQuoteLineItemPictureContent -InputObject [-Data ] [-ResponseHeadersVariable ] [-Break] [-ContentType ] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Set-MgBetaFinancialCompanyVendorPictureContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Set-MgBetaFinancialCompanyVendorPictureContent.md index 21bb840dd533b..179fbfe4ca0a4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Set-MgBetaFinancialCompanyVendorPictureContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Set-MgBetaFinancialCompanyVendorPictureContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/set-mgbetafinancialcompanyvendorpicturecontent Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Set-MgBetaFinancialCompanyVendorPictureContent --- @@ -24,7 +24,7 @@ Set-MgBetaFinancialCompanyVendorPictureContent -CompanyId -PictureId -InFile [-Data ] [-ResponseHeadersVariable ] [-Break] [-ContentType ] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### SetViaIdentity @@ -34,7 +34,7 @@ Set-MgBetaFinancialCompanyVendorPictureContent -InputObject ] [-ResponseHeadersVariable ] [-Break] [-ContentType ] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Stop-MgBetaFinancialCompanySaleInvoiceAndSend.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Stop-MgBetaFinancialCompanySaleInvoiceAndSend.md index 594a202e782e5..629fceb92e663 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Stop-MgBetaFinancialCompanySaleInvoiceAndSend.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Stop-MgBetaFinancialCompanySaleInvoiceAndSend.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/stop-mgbetafinancialcompanysaleinvoiceandsend Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Stop-MgBetaFinancialCompanySaleInvoiceAndSend --- @@ -24,7 +24,6 @@ Stop-MgBetaFinancialCompanySaleInvoiceAndSend -CompanyId -SalesInvoiceI [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CancelViaIdentity @@ -34,7 +33,6 @@ Stop-MgBetaFinancialCompanySaleInvoiceAndSend -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Stop-MgBetaFinancialCompanySalesInvoice.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Stop-MgBetaFinancialCompanySalesInvoice.md index 6acec0b1843e0..357264817b8c8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Stop-MgBetaFinancialCompanySalesInvoice.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Stop-MgBetaFinancialCompanySalesInvoice.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/stop-mgbetafinancialcompanysalesinvoice Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Stop-MgBetaFinancialCompanySalesInvoice --- @@ -24,7 +24,6 @@ Stop-MgBetaFinancialCompanySalesInvoice -CompanyId -SalesInvoiceId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CancelViaIdentity @@ -34,7 +33,6 @@ Stop-MgBetaFinancialCompanySalesInvoice -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancial.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancial.md index 30bd2536bf0d6..6c076e4aecaa0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancial.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancial.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/update-mgbetafinancial Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaFinancial --- @@ -24,7 +24,6 @@ Update-MgBetaFinancial [-ResponseHeadersVariable ] [-AdditionalPropertie [-Companies ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -34,7 +33,6 @@ Update-MgBetaFinancial -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyCountryRegion.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyCountryRegion.md index f68c45f8b5726..30c513527f32e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyCountryRegion.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyCountryRegion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/update-mgbetafinancialcompanycountryregion Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaFinancialCompanyCountryRegion --- @@ -25,7 +25,7 @@ Update-MgBetaFinancialCompanyCountryRegion -CompanyId -CountryRegionId [-Code ] [-DisplayName ] [-Id ] [-LastModifiedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -35,7 +35,7 @@ Update-MgBetaFinancialCompanyCountryRegion -CompanyId -CountryRegionId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -46,7 +46,7 @@ Update-MgBetaFinancialCompanyCountryRegion -InputObject [-Code ] [-DisplayName ] [-Id ] [-LastModifiedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -56,7 +56,7 @@ Update-MgBetaFinancialCompanyCountryRegion -InputObject -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.Financials/Update-MgBetaFinancialCompanyCurrency.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyCurrency.md index e9de254e2d79b..e368fa0da48ff 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyCurrency.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyCurrency.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/update-mgbetafinancialcompanycurrency Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaFinancialCompanyCurrency --- @@ -26,7 +26,7 @@ Update-MgBetaFinancialCompanyCurrency -CompanyId -CurrencyId [-DisplayName ] [-Id ] [-LastModifiedDateTime ] [-Symbol ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -36,7 +36,7 @@ Update-MgBetaFinancialCompanyCurrency -CompanyId -CurrencyId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -48,7 +48,7 @@ Update-MgBetaFinancialCompanyCurrency -InputObject [-DisplayName ] [-Id ] [-LastModifiedDateTime ] [-Symbol ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -58,7 +58,7 @@ Update-MgBetaFinancialCompanyCurrency -InputObject -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.Financials/Update-MgBetaFinancialCompanyCustomer.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyCustomer.md index 796b7d83bc5d8..e97f557469d02 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyCustomer.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyCustomer.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/update-mgbetafinancialcompanycustomer Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaFinancialCompanyCustomer --- @@ -32,7 +32,7 @@ Update-MgBetaFinancialCompanyCustomer -CompanyId -CustomerId [-TaxRegistrationNumber ] [-Type ] [-Website ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -42,7 +42,7 @@ Update-MgBetaFinancialCompanyCustomer -CompanyId -CustomerId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -60,7 +60,7 @@ Update-MgBetaFinancialCompanyCustomer -InputObject [-TaxRegistrationNumber ] [-Type ] [-Website ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -70,7 +70,7 @@ Update-MgBetaFinancialCompanyCustomer -InputObject -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.Financials/Update-MgBetaFinancialCompanyCustomerCurrency.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyCustomerCurrency.md index a6e776523a6f2..c15718bc74313 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyCustomerCurrency.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyCustomerCurrency.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/update-mgbetafinancialcompanycustomercurrency Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaFinancialCompanyCustomerCurrency --- @@ -26,7 +26,7 @@ Update-MgBetaFinancialCompanyCustomerCurrency -CompanyId -CustomerId ] [-Id ] [-LastModifiedDateTime ] [-Symbol ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -36,7 +36,7 @@ Update-MgBetaFinancialCompanyCustomerCurrency -CompanyId -CustomerId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -48,7 +48,7 @@ Update-MgBetaFinancialCompanyCustomerCurrency -InputObject [-DisplayName ] [-Id ] [-LastModifiedDateTime ] [-Symbol ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -58,7 +58,7 @@ Update-MgBetaFinancialCompanyCustomerCurrency -InputObject -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.Financials/Update-MgBetaFinancialCompanyCustomerPayment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyCustomerPayment.md index e51c9400361f9..5ae59d1e82240 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyCustomerPayment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyCustomerPayment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/update-mgbetafinancialcompanycustomerpayment Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaFinancialCompanyCustomerPayment --- @@ -29,7 +29,7 @@ Update-MgBetaFinancialCompanyCustomerPayment -CompanyId -CustomerPaymen [-LastModifiedDateTime ] [-LineNumber ] [-PostingDate ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -39,7 +39,7 @@ Update-MgBetaFinancialCompanyCustomerPayment -CompanyId -CustomerPaymen -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -54,7 +54,7 @@ Update-MgBetaFinancialCompanyCustomerPayment -InputObject [-LastModifiedDateTime ] [-LineNumber ] [-PostingDate ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -64,7 +64,7 @@ Update-MgBetaFinancialCompanyCustomerPayment -InputObject -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.Financials/Update-MgBetaFinancialCompanyCustomerPaymentCustomer.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyCustomerPaymentCustomer.md index 499e1eba13937..259545194df60 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyCustomerPaymentCustomer.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyCustomerPaymentCustomer.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/update-mgbetafinancialcompanycustomerpaymentcustomer Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaFinancialCompanyCustomerPaymentCustomer --- @@ -32,7 +32,7 @@ Update-MgBetaFinancialCompanyCustomerPaymentCustomer -CompanyId -Custom [-TaxRegistrationNumber ] [-Type ] [-Website ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -42,7 +42,7 @@ Update-MgBetaFinancialCompanyCustomerPaymentCustomer -CompanyId -Custom -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -60,7 +60,7 @@ Update-MgBetaFinancialCompanyCustomerPaymentCustomer -InputObject ] [-Type ] [-Website ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -70,7 +70,7 @@ Update-MgBetaFinancialCompanyCustomerPaymentCustomer -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyCustomerPaymentCustomerCurrency.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyCustomerPaymentCustomerCurrency.md index 92b0eba0b0937..0d08464f9e479 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyCustomerPaymentCustomerCurrency.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyCustomerPaymentCustomerCurrency.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/update-mgbetafinancialcompanycustomerpaymentcustomercurrency Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaFinancialCompanyCustomerPaymentCustomerCurrency --- @@ -26,7 +26,7 @@ Update-MgBetaFinancialCompanyCustomerPaymentCustomerCurrency -CompanyId [-DisplayName ] [-Id ] [-LastModifiedDateTime ] [-Symbol ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -37,7 +37,6 @@ Update-MgBetaFinancialCompanyCustomerPaymentCustomerCurrency -CompanyId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -49,7 +48,7 @@ Update-MgBetaFinancialCompanyCustomerPaymentCustomerCurrency -InputObject ] [-Id ] [-LastModifiedDateTime ] [-Symbol ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -59,7 +58,7 @@ Update-MgBetaFinancialCompanyCustomerPaymentCustomerCurrency -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyCustomerPaymentCustomerPicture.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyCustomerPaymentCustomerPicture.md index 99f6257b868a9..15123426189e5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyCustomerPaymentCustomerPicture.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyCustomerPaymentCustomerPicture.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/update-mgbetafinancialcompanycustomerpaymentcustomerpicture Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaFinancialCompanyCustomerPaymentCustomerPicture --- @@ -26,7 +26,6 @@ Update-MgBetaFinancialCompanyCustomerPaymentCustomerPicture -CompanyId [-Height ] [-Id ] [-Width ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -37,7 +36,6 @@ Update-MgBetaFinancialCompanyCustomerPaymentCustomerPicture -CompanyId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -48,7 +46,7 @@ Update-MgBetaFinancialCompanyCustomerPaymentCustomerPicture -InputObject ] [-ContentType ] [-Height ] [-Id ] [-Width ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -58,7 +56,7 @@ Update-MgBetaFinancialCompanyCustomerPaymentCustomerPicture -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyCustomerPaymentCustomerShipmentMethod.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyCustomerPaymentCustomerShipmentMethod.md index ae4761b5f463f..334a6c6a4b1e1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyCustomerPaymentCustomerShipmentMethod.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyCustomerPaymentCustomerShipmentMethod.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/update-mgbetafinancialcompanycustomerpaymentcustomershipmentmethod Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaFinancialCompanyCustomerPaymentCustomerShipmentMethod --- @@ -25,7 +25,7 @@ Update-MgBetaFinancialCompanyCustomerPaymentCustomerShipmentMethod -CompanyId ] [-DisplayName ] [-Id ] [-LastModifiedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -36,7 +36,6 @@ Update-MgBetaFinancialCompanyCustomerPaymentCustomerShipmentMethod -CompanyId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -48,7 +47,6 @@ Update-MgBetaFinancialCompanyCustomerPaymentCustomerShipmentMethod [-LastModifiedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -59,7 +57,6 @@ Update-MgBetaFinancialCompanyCustomerPaymentCustomerShipmentMethod [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyCustomerPaymentJournal.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyCustomerPaymentJournal.md index a94a440f03de1..d6d2fe2f1e088 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyCustomerPaymentJournal.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyCustomerPaymentJournal.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/update-mgbetafinancialcompanycustomerpaymentjournal Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaFinancialCompanyCustomerPaymentJournal --- @@ -28,7 +28,6 @@ Update-MgBetaFinancialCompanyCustomerPaymentJournal -CompanyId [-LastModifiedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -39,7 +38,6 @@ Update-MgBetaFinancialCompanyCustomerPaymentJournal -CompanyId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -53,7 +51,6 @@ Update-MgBetaFinancialCompanyCustomerPaymentJournal -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -63,7 +60,7 @@ Update-MgBetaFinancialCompanyCustomerPaymentJournal -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPayment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPayment.md index 8aa84c2dbc326..540dc943b1648 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPayment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPayment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/update-mgbetafinancialcompanycustomerpaymentjournalcustomerpayment Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPayment --- @@ -30,7 +30,6 @@ Update-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPayment -CompanyId ] [-PostingDate ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -41,7 +40,7 @@ Update-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPayment -CompanyId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -57,7 +56,6 @@ Update-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPayment [-LineNumber ] [-PostingDate ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -68,7 +66,6 @@ Update-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPayment [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomer.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomer.md index 111abcb2a230e..9752d6a1c5e28 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomer.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomer.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/update-mgbetafinancialcompanycustomerpaymentjournalcustomerpaymentcustomer Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomer --- @@ -33,7 +33,7 @@ Update-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomer -Comp [-TaxRegistrationNumber ] [-Type ] [-Website ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -44,7 +44,7 @@ Update-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomer -Comp -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -63,7 +63,7 @@ Update-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomer [-TaxRegistrationNumber ] [-Type ] [-Website ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -74,7 +74,6 @@ Update-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomer [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerCurrency.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerCurrency.md index 4154cd3989f84..5ea279948bd7d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerCurrency.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerCurrency.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/update-mgbetafinancialcompanycustomerpaymentjournalcustomerpaymentcustomercurrency Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerCurrency --- @@ -27,7 +27,7 @@ Update-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerCurren [-DisplayName ] [-Id ] [-LastModifiedDateTime ] [-Symbol ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -38,7 +38,7 @@ Update-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerCurren -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -51,7 +51,6 @@ Update-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerCurren [-LastModifiedDateTime ] [-Symbol ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -62,7 +61,6 @@ Update-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerCurren [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPicture.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPicture.md index 9ef2cde7ed79a..a6ccd0b5d8cd5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPicture.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPicture.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/update-mgbetafinancialcompanycustomerpaymentjournalcustomerpaymentcustomerpicture Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPicture --- @@ -26,7 +26,7 @@ Update-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPictur [-ContentInputFile ] [-ContentType ] [-Height ] [-Id ] [-Width ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -37,7 +37,7 @@ Update-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPictur -PictureId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -49,7 +49,6 @@ Update-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPictur [-Height ] [-Id ] [-Width ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -60,7 +59,6 @@ Update-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPictur [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerShipmentMethod.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerShipmentMethod.md index 36d04c8d6da01..b5c33c8b0dcc2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerShipmentMethod.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerShipmentMethod.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/update-mgbetafinancialcompanycustomerpaymentjournalcustomerpaymentcustomershipmentmethod Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerShipmentMethod --- @@ -26,7 +26,7 @@ Update-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerShipme [-DisplayName ] [-Id ] [-LastModifiedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -37,7 +37,7 @@ Update-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerShipme -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -49,7 +49,6 @@ Update-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerShipme [-LastModifiedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -60,7 +59,6 @@ Update-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerShipme [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentMethod.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentMethod.md index dbeb79d0c9455..043a73d118f63 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentMethod.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentMethod.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/update-mgbetafinancialcompanycustomerpaymentjournalcustomerpaymentmethod Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentMethod --- @@ -26,7 +26,6 @@ Update-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentMethod -Compan [-LastModifiedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -37,7 +36,7 @@ Update-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentMethod -Compan -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -49,7 +48,6 @@ Update-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentMethod [-LastModifiedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -60,7 +58,6 @@ Update-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentMethod [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentTerm.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentTerm.md index 9d133ea6549ab..f34308ed7739b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentTerm.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentTerm.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/update-mgbetafinancialcompanycustomerpaymentjournalcustomerpaymentterm Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentTerm --- @@ -27,7 +27,7 @@ Update-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentTerm -CompanyI [-DueDateCalculation ] [-Id ] [-LastModifiedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -38,7 +38,7 @@ Update-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentTerm -CompanyI -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -51,7 +51,7 @@ Update-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentTerm [-DueDateCalculation ] [-Id ] [-LastModifiedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -62,7 +62,6 @@ Update-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentTerm [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyCustomerPaymentMethod.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyCustomerPaymentMethod.md index 0484382a58474..13dbbe97675eb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyCustomerPaymentMethod.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyCustomerPaymentMethod.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/update-mgbetafinancialcompanycustomerpaymentmethod Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaFinancialCompanyCustomerPaymentMethod --- @@ -25,7 +25,7 @@ Update-MgBetaFinancialCompanyCustomerPaymentMethod -CompanyId -Customer [-DisplayName ] [-Id ] [-LastModifiedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateExpanded1 @@ -36,7 +36,7 @@ Update-MgBetaFinancialCompanyCustomerPaymentMethod -CompanyId -Customer [-DisplayName ] [-Id ] [-LastModifiedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update1 @@ -46,7 +46,7 @@ Update-MgBetaFinancialCompanyCustomerPaymentMethod -CompanyId -Customer -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -56,7 +56,7 @@ Update-MgBetaFinancialCompanyCustomerPaymentMethod -CompanyId -Customer -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded1 @@ -67,7 +67,7 @@ Update-MgBetaFinancialCompanyCustomerPaymentMethod -InputObject ] [-Id ] [-LastModifiedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -78,7 +78,7 @@ Update-MgBetaFinancialCompanyCustomerPaymentMethod -InputObject ] [-Id ] [-LastModifiedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity1 @@ -88,7 +88,7 @@ Update-MgBetaFinancialCompanyCustomerPaymentMethod -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -98,7 +98,7 @@ Update-MgBetaFinancialCompanyCustomerPaymentMethod -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyCustomerPaymentTerm.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyCustomerPaymentTerm.md index 3cc75c592b681..d1ccb0692ea23 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyCustomerPaymentTerm.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyCustomerPaymentTerm.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/update-mgbetafinancialcompanycustomerpaymentterm Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaFinancialCompanyCustomerPaymentTerm --- @@ -27,7 +27,6 @@ Update-MgBetaFinancialCompanyCustomerPaymentTerm -CompanyId -CustomerPa [-LastModifiedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateExpanded1 @@ -40,7 +39,6 @@ Update-MgBetaFinancialCompanyCustomerPaymentTerm -CompanyId -CustomerId [-LastModifiedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update1 @@ -50,7 +48,7 @@ Update-MgBetaFinancialCompanyCustomerPaymentTerm -CompanyId -CustomerId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -60,7 +58,7 @@ Update-MgBetaFinancialCompanyCustomerPaymentTerm -CompanyId -CustomerPa -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded1 @@ -73,7 +71,6 @@ Update-MgBetaFinancialCompanyCustomerPaymentTerm -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -86,7 +83,6 @@ Update-MgBetaFinancialCompanyCustomerPaymentTerm -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity1 @@ -96,7 +92,7 @@ Update-MgBetaFinancialCompanyCustomerPaymentTerm -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -106,7 +102,7 @@ Update-MgBetaFinancialCompanyCustomerPaymentTerm -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyCustomerPicture.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyCustomerPicture.md index d43ee635a5462..a22cd197898f5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyCustomerPicture.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyCustomerPicture.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/update-mgbetafinancialcompanycustomerpicture Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaFinancialCompanyCustomerPicture --- @@ -25,7 +25,7 @@ Update-MgBetaFinancialCompanyCustomerPicture -CompanyId -CustomerId ] [-ContentType ] [-Height ] [-Id ] [-Width ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -35,7 +35,7 @@ Update-MgBetaFinancialCompanyCustomerPicture -CompanyId -CustomerId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -46,7 +46,7 @@ Update-MgBetaFinancialCompanyCustomerPicture -InputObject [-ContentInputFile ] [-ContentType ] [-Height ] [-Id ] [-Width ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -56,7 +56,7 @@ Update-MgBetaFinancialCompanyCustomerPicture -InputObject -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.Financials/Update-MgBetaFinancialCompanyCustomerShipmentMethod.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyCustomerShipmentMethod.md index e6ed53e904f1b..a480f80dc328c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyCustomerShipmentMethod.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyCustomerShipmentMethod.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/update-mgbetafinancialcompanycustomershipmentmethod Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaFinancialCompanyCustomerShipmentMethod --- @@ -25,7 +25,7 @@ Update-MgBetaFinancialCompanyCustomerShipmentMethod -CompanyId -Custome [-DisplayName ] [-Id ] [-LastModifiedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -35,7 +35,7 @@ Update-MgBetaFinancialCompanyCustomerShipmentMethod -CompanyId -Custome -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -46,7 +46,7 @@ Update-MgBetaFinancialCompanyCustomerShipmentMethod -InputObject ] [-Id ] [-LastModifiedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -56,7 +56,7 @@ Update-MgBetaFinancialCompanyCustomerShipmentMethod -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyEmployee.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyEmployee.md index 9a0f7caa0bfdb..1d99d4472a9eb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyEmployee.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyEmployee.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/update-mgbetafinancialcompanyemployee Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaFinancialCompanyEmployee --- @@ -30,7 +30,6 @@ Update-MgBetaFinancialCompanyEmployee -CompanyId -EmployeeId [-Surname ] [-TerminationDate ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -40,7 +39,7 @@ Update-MgBetaFinancialCompanyEmployee -CompanyId -EmployeeId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -56,7 +55,6 @@ Update-MgBetaFinancialCompanyEmployee -InputObject [-Surname ] [-TerminationDate ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -66,7 +64,7 @@ Update-MgBetaFinancialCompanyEmployee -InputObject -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.Financials/Update-MgBetaFinancialCompanyEmployeePicture.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyEmployeePicture.md index e156a7af7b2ba..294eb410cfe57 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyEmployeePicture.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyEmployeePicture.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/update-mgbetafinancialcompanyemployeepicture Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaFinancialCompanyEmployeePicture --- @@ -25,7 +25,7 @@ Update-MgBetaFinancialCompanyEmployeePicture -CompanyId -EmployeeId ] [-ContentType ] [-Height ] [-Id ] [-Width ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -35,7 +35,7 @@ Update-MgBetaFinancialCompanyEmployeePicture -CompanyId -EmployeeId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -46,7 +46,7 @@ Update-MgBetaFinancialCompanyEmployeePicture -InputObject [-ContentInputFile ] [-ContentType ] [-Height ] [-Id ] [-Width ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -56,7 +56,7 @@ Update-MgBetaFinancialCompanyEmployeePicture -InputObject -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.Financials/Update-MgBetaFinancialCompanyInformation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyInformation.md index c742c94459c69..643682d18655b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyInformation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyInformation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/update-mgbetafinancialcompanyinformation Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaFinancialCompanyInformation --- @@ -28,7 +28,7 @@ Update-MgBetaFinancialCompanyInformation -CompanyId -CompanyInformation [-PhoneNumber ] [-PictureInputFile ] [-TaxRegistrationNumber ] [-Website ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -38,7 +38,7 @@ Update-MgBetaFinancialCompanyInformation -CompanyId -CompanyInformation -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -52,7 +52,7 @@ Update-MgBetaFinancialCompanyInformation -InputObject [-PhoneNumber ] [-PictureInputFile ] [-TaxRegistrationNumber ] [-Website ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -62,7 +62,7 @@ Update-MgBetaFinancialCompanyInformation -InputObject -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.Financials/Update-MgBetaFinancialCompanyItem.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyItem.md index cb841656699fb..70d6c5881f13b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyItem.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyItem.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/update-mgbetafinancialcompanyitem Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaFinancialCompanyItem --- @@ -29,7 +29,7 @@ Update-MgBetaFinancialCompanyItem -CompanyId -ItemId [-TaxGroupId ] [-Type ] [-UnitCost ] [-UnitPrice ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -39,7 +39,7 @@ Update-MgBetaFinancialCompanyItem -CompanyId -ItemId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -54,7 +54,7 @@ Update-MgBetaFinancialCompanyItem -InputObject [-TaxGroupId ] [-Type ] [-UnitCost ] [-UnitPrice ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -64,7 +64,7 @@ Update-MgBetaFinancialCompanyItem -InputObject -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.Financials/Update-MgBetaFinancialCompanyItemCategory.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyItemCategory.md index 26ca59aaa949e..92bebcc579756 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyItemCategory.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyItemCategory.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/update-mgbetafinancialcompanyitemcategory Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaFinancialCompanyItemCategory --- @@ -25,7 +25,7 @@ Update-MgBetaFinancialCompanyItemCategory -CompanyId -ItemCategoryId ] [-Id ] [-LastModifiedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateExpanded1 @@ -36,7 +36,7 @@ Update-MgBetaFinancialCompanyItemCategory -CompanyId -ItemId [-DisplayName ] [-Id ] [-LastModifiedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update1 @@ -46,7 +46,7 @@ Update-MgBetaFinancialCompanyItemCategory -CompanyId -ItemId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -56,7 +56,7 @@ Update-MgBetaFinancialCompanyItemCategory -CompanyId -ItemCategoryId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded1 @@ -67,7 +67,7 @@ Update-MgBetaFinancialCompanyItemCategory -InputObject [-DisplayName ] [-Id ] [-LastModifiedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -78,7 +78,7 @@ Update-MgBetaFinancialCompanyItemCategory -InputObject [-DisplayName ] [-Id ] [-LastModifiedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity1 @@ -88,7 +88,7 @@ Update-MgBetaFinancialCompanyItemCategory -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -98,7 +98,7 @@ Update-MgBetaFinancialCompanyItemCategory -InputObject -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.Financials/Update-MgBetaFinancialCompanyItemPicture.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyItemPicture.md index 92528e402c483..d1f1dd8d9e2c7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyItemPicture.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyItemPicture.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/update-mgbetafinancialcompanyitempicture Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaFinancialCompanyItemPicture --- @@ -25,7 +25,7 @@ Update-MgBetaFinancialCompanyItemPicture -CompanyId -ItemId -P [-ContentInputFile ] [-ContentType ] [-Height ] [-Id ] [-Width ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -35,7 +35,7 @@ Update-MgBetaFinancialCompanyItemPicture -CompanyId -ItemId -P -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -46,7 +46,7 @@ Update-MgBetaFinancialCompanyItemPicture -InputObject [-ContentInputFile ] [-ContentType ] [-Height ] [-Id ] [-Width ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -56,7 +56,7 @@ Update-MgBetaFinancialCompanyItemPicture -InputObject -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.Financials/Update-MgBetaFinancialCompanyJournal.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyJournal.md index 51538a8fbd772..7eca67bfb8277 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyJournal.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyJournal.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/update-mgbetafinancialcompanyjournal Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaFinancialCompanyJournal --- @@ -27,7 +27,7 @@ Update-MgBetaFinancialCompanyJournal -CompanyId -JournalId [-JournalLines ] [-LastModifiedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -37,7 +37,7 @@ Update-MgBetaFinancialCompanyJournal -CompanyId -JournalId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -50,7 +50,7 @@ Update-MgBetaFinancialCompanyJournal -InputObject [-JournalLines ] [-LastModifiedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -60,7 +60,7 @@ Update-MgBetaFinancialCompanyJournal -InputObject -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.Financials/Update-MgBetaFinancialCompanyJournalLine.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyJournalLine.md index 8f6d269e18e46..390e28f71bbb6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyJournalLine.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyJournalLine.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/update-mgbetafinancialcompanyjournalline Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaFinancialCompanyJournalLine --- @@ -28,7 +28,7 @@ Update-MgBetaFinancialCompanyJournalLine -CompanyId -JournalLineId ] [-LineNumber ] [-PostingDate ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateExpanded1 @@ -42,7 +42,7 @@ Update-MgBetaFinancialCompanyJournalLine -CompanyId -JournalLineId ] [-LineNumber ] [-PostingDate ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update1 @@ -52,7 +52,7 @@ Update-MgBetaFinancialCompanyJournalLine -CompanyId -JournalLineId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -62,7 +62,7 @@ Update-MgBetaFinancialCompanyJournalLine -CompanyId -JournalLineId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded1 @@ -76,7 +76,7 @@ Update-MgBetaFinancialCompanyJournalLine -InputObject [-LastModifiedDateTime ] [-LineNumber ] [-PostingDate ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -90,7 +90,7 @@ Update-MgBetaFinancialCompanyJournalLine -InputObject [-LastModifiedDateTime ] [-LineNumber ] [-PostingDate ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity1 @@ -100,7 +100,7 @@ Update-MgBetaFinancialCompanyJournalLine -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -110,7 +110,7 @@ Update-MgBetaFinancialCompanyJournalLine -InputObject -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.Financials/Update-MgBetaFinancialCompanyPaymentMethod.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyPaymentMethod.md index a47d968230e30..e648c86e9732a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyPaymentMethod.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyPaymentMethod.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/update-mgbetafinancialcompanypaymentmethod Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaFinancialCompanyPaymentMethod --- @@ -25,7 +25,7 @@ Update-MgBetaFinancialCompanyPaymentMethod -CompanyId -PaymentMethodId [-DisplayName ] [-Id ] [-LastModifiedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -35,7 +35,7 @@ Update-MgBetaFinancialCompanyPaymentMethod -CompanyId -PaymentMethodId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -46,7 +46,7 @@ Update-MgBetaFinancialCompanyPaymentMethod -InputObject [-DisplayName ] [-Id ] [-LastModifiedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -56,7 +56,7 @@ Update-MgBetaFinancialCompanyPaymentMethod -InputObject -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.Financials/Update-MgBetaFinancialCompanyPaymentTerm.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyPaymentTerm.md index 8538cd836e1b3..ae91befff24b5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyPaymentTerm.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyPaymentTerm.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/update-mgbetafinancialcompanypaymentterm Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaFinancialCompanyPaymentTerm --- @@ -27,7 +27,6 @@ Update-MgBetaFinancialCompanyPaymentTerm -CompanyId -PaymentTermId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -37,7 +36,7 @@ Update-MgBetaFinancialCompanyPaymentTerm -CompanyId -PaymentTermId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -50,7 +49,6 @@ Update-MgBetaFinancialCompanyPaymentTerm -InputObject [-LastModifiedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -60,7 +58,7 @@ Update-MgBetaFinancialCompanyPaymentTerm -InputObject -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.Financials/Update-MgBetaFinancialCompanyPicture.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyPicture.md index 608f75e7d7536..d57a4e579d233 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyPicture.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyPicture.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/update-mgbetafinancialcompanypicture Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaFinancialCompanyPicture --- @@ -25,7 +25,7 @@ Update-MgBetaFinancialCompanyPicture -CompanyId -PictureId [-ContentInputFile ] [-ContentType ] [-Height ] [-Id ] [-Width ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -35,7 +35,7 @@ Update-MgBetaFinancialCompanyPicture -CompanyId -PictureId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -46,7 +46,7 @@ Update-MgBetaFinancialCompanyPicture -InputObject [-ContentInputFile ] [-ContentType ] [-Height ] [-Id ] [-Width ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -56,7 +56,7 @@ Update-MgBetaFinancialCompanyPicture -InputObject -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.Financials/Update-MgBetaFinancialCompanyPurchaseInvoice.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyPurchaseInvoice.md index 6d3b4c51dfb8c..186737a1cb4cc 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyPurchaseInvoice.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyPurchaseInvoice.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/update-mgbetafinancialcompanypurchaseinvoice Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaFinancialCompanyPurchaseInvoice --- @@ -35,7 +35,7 @@ Update-MgBetaFinancialCompanyPurchaseInvoice -CompanyId -PurchaseInvoic [-VendorId ] [-VendorInvoiceNumber ] [-VendorName ] [-VendorNumber ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -45,7 +45,7 @@ Update-MgBetaFinancialCompanyPurchaseInvoice -CompanyId -PurchaseInvoic -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -66,7 +66,7 @@ Update-MgBetaFinancialCompanyPurchaseInvoice -InputObject [-VendorId ] [-VendorInvoiceNumber ] [-VendorName ] [-VendorNumber ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -76,7 +76,7 @@ Update-MgBetaFinancialCompanyPurchaseInvoice -InputObject -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.Financials/Update-MgBetaFinancialCompanyPurchaseInvoiceCurrency.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyPurchaseInvoiceCurrency.md index 03c38e86eafba..88053046db1c0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyPurchaseInvoiceCurrency.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyPurchaseInvoiceCurrency.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/update-mgbetafinancialcompanypurchaseinvoicecurrency Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaFinancialCompanyPurchaseInvoiceCurrency --- @@ -26,7 +26,7 @@ Update-MgBetaFinancialCompanyPurchaseInvoiceCurrency -CompanyId -Purcha [-DisplayName ] [-Id ] [-LastModifiedDateTime ] [-Symbol ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -36,7 +36,7 @@ Update-MgBetaFinancialCompanyPurchaseInvoiceCurrency -CompanyId -Purcha -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -48,7 +48,7 @@ Update-MgBetaFinancialCompanyPurchaseInvoiceCurrency -InputObject ] [-Id ] [-LastModifiedDateTime ] [-Symbol ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -58,7 +58,7 @@ Update-MgBetaFinancialCompanyPurchaseInvoiceCurrency -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyPurchaseInvoiceLine.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyPurchaseInvoiceLine.md index 9978701e201c1..968f1237e10e1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyPurchaseInvoiceLine.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyPurchaseInvoiceLine.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/update-mgbetafinancialcompanypurchaseinvoiceline Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaFinancialCompanyPurchaseInvoiceLine --- @@ -31,7 +31,7 @@ Update-MgBetaFinancialCompanyPurchaseInvoiceLine -CompanyId -PurchaseIn [-TaxPercent ] [-TotalTaxAmount ] [-UnitCost ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateExpanded1 @@ -48,7 +48,7 @@ Update-MgBetaFinancialCompanyPurchaseInvoiceLine -CompanyId -PurchaseIn [-Sequence ] [-TaxCode ] [-TaxPercent ] [-TotalTaxAmount ] [-UnitCost ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update1 @@ -59,7 +59,6 @@ Update-MgBetaFinancialCompanyPurchaseInvoiceLine -CompanyId -PurchaseIn [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -69,7 +68,7 @@ Update-MgBetaFinancialCompanyPurchaseInvoiceLine -CompanyId -PurchaseIn -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded1 @@ -86,7 +85,7 @@ Update-MgBetaFinancialCompanyPurchaseInvoiceLine -InputObject ] [-TotalTaxAmount ] [-UnitCost ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -103,7 +102,7 @@ Update-MgBetaFinancialCompanyPurchaseInvoiceLine -InputObject ] [-TotalTaxAmount ] [-UnitCost ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity1 @@ -113,7 +112,7 @@ Update-MgBetaFinancialCompanyPurchaseInvoiceLine -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -123,7 +122,7 @@ Update-MgBetaFinancialCompanyPurchaseInvoiceLine -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyPurchaseInvoiceLineItem.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyPurchaseInvoiceLineItem.md index a8a125ef51049..1eee32e89cf18 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyPurchaseInvoiceLineItem.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyPurchaseInvoiceLineItem.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/update-mgbetafinancialcompanypurchaseinvoicelineitem Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaFinancialCompanyPurchaseInvoiceLineItem --- @@ -30,7 +30,7 @@ Update-MgBetaFinancialCompanyPurchaseInvoiceLineItem -CompanyId [-TaxGroupId ] [-Type ] [-UnitCost ] [-UnitPrice ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateExpanded1 @@ -46,7 +46,7 @@ Update-MgBetaFinancialCompanyPurchaseInvoiceLineItem -CompanyId [-TaxGroupId ] [-Type ] [-UnitCost ] [-UnitPrice ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update1 @@ -57,7 +57,6 @@ Update-MgBetaFinancialCompanyPurchaseInvoiceLineItem -CompanyId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -68,7 +67,6 @@ Update-MgBetaFinancialCompanyPurchaseInvoiceLineItem -CompanyId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded1 @@ -83,7 +81,7 @@ Update-MgBetaFinancialCompanyPurchaseInvoiceLineItem -InputObject ] [-Type ] [-UnitCost ] [-UnitPrice ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -98,7 +96,7 @@ Update-MgBetaFinancialCompanyPurchaseInvoiceLineItem -InputObject ] [-Type ] [-UnitCost ] [-UnitPrice ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity1 @@ -108,7 +106,7 @@ Update-MgBetaFinancialCompanyPurchaseInvoiceLineItem -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -118,7 +116,7 @@ Update-MgBetaFinancialCompanyPurchaseInvoiceLineItem -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyPurchaseInvoiceLineItemCategory.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyPurchaseInvoiceLineItemCategory.md index 9396c8d710a32..7f7296b5c5102 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyPurchaseInvoiceLineItemCategory.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyPurchaseInvoiceLineItemCategory.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/update-mgbetafinancialcompanypurchaseinvoicelineitemcategory Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaFinancialCompanyPurchaseInvoiceLineItemCategory --- @@ -26,7 +26,6 @@ Update-MgBetaFinancialCompanyPurchaseInvoiceLineItemCategory -CompanyId [-LastModifiedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateExpanded1 @@ -38,7 +37,6 @@ Update-MgBetaFinancialCompanyPurchaseInvoiceLineItemCategory -CompanyId [-LastModifiedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update1 @@ -49,7 +47,7 @@ Update-MgBetaFinancialCompanyPurchaseInvoiceLineItemCategory -CompanyId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -60,7 +58,6 @@ Update-MgBetaFinancialCompanyPurchaseInvoiceLineItemCategory -CompanyId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded1 @@ -71,7 +68,7 @@ Update-MgBetaFinancialCompanyPurchaseInvoiceLineItemCategory -InputObject ] [-Id ] [-LastModifiedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -82,7 +79,7 @@ Update-MgBetaFinancialCompanyPurchaseInvoiceLineItemCategory -InputObject ] [-Id ] [-LastModifiedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity1 @@ -92,7 +89,7 @@ Update-MgBetaFinancialCompanyPurchaseInvoiceLineItemCategory -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -102,7 +99,7 @@ Update-MgBetaFinancialCompanyPurchaseInvoiceLineItemCategory -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyPurchaseInvoiceLineItemPicture.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyPurchaseInvoiceLineItemPicture.md index a872c64394cb2..0e66e965a9dbc 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyPurchaseInvoiceLineItemPicture.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyPurchaseInvoiceLineItemPicture.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/update-mgbetafinancialcompanypurchaseinvoicelineitempicture Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaFinancialCompanyPurchaseInvoiceLineItemPicture --- @@ -26,7 +26,6 @@ Update-MgBetaFinancialCompanyPurchaseInvoiceLineItemPicture -CompanyId [-Height ] [-Id ] [-Width ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateExpanded1 @@ -38,7 +37,6 @@ Update-MgBetaFinancialCompanyPurchaseInvoiceLineItemPicture -CompanyId [-Height ] [-Id ] [-Width ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update1 @@ -49,7 +47,6 @@ Update-MgBetaFinancialCompanyPurchaseInvoiceLineItemPicture -CompanyId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -60,7 +57,6 @@ Update-MgBetaFinancialCompanyPurchaseInvoiceLineItemPicture -CompanyId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded1 @@ -71,7 +67,7 @@ Update-MgBetaFinancialCompanyPurchaseInvoiceLineItemPicture -InputObject ] [-ContentType ] [-Height ] [-Id ] [-Width ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -82,7 +78,7 @@ Update-MgBetaFinancialCompanyPurchaseInvoiceLineItemPicture -InputObject ] [-ContentType ] [-Height ] [-Id ] [-Width ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity1 @@ -92,7 +88,7 @@ Update-MgBetaFinancialCompanyPurchaseInvoiceLineItemPicture -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -102,7 +98,7 @@ Update-MgBetaFinancialCompanyPurchaseInvoiceLineItemPicture -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyPurchaseInvoiceVendor.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyPurchaseInvoiceVendor.md index d37b3895afd00..036dc73dfed6e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyPurchaseInvoiceVendor.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyPurchaseInvoiceVendor.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/update-mgbetafinancialcompanypurchaseinvoicevendor Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaFinancialCompanyPurchaseInvoiceVendor --- @@ -30,7 +30,7 @@ Update-MgBetaFinancialCompanyPurchaseInvoiceVendor -CompanyId -Purchase [-Picture ] [-TaxLiable] [-TaxRegistrationNumber ] [-Website ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -40,7 +40,7 @@ Update-MgBetaFinancialCompanyPurchaseInvoiceVendor -CompanyId -Purchase -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -56,7 +56,7 @@ Update-MgBetaFinancialCompanyPurchaseInvoiceVendor -InputObject ] [-TaxLiable] [-TaxRegistrationNumber ] [-Website ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -66,7 +66,7 @@ Update-MgBetaFinancialCompanyPurchaseInvoiceVendor -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyPurchaseInvoiceVendorCurrency.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyPurchaseInvoiceVendorCurrency.md index 8acef4434be1c..28cdb6562c6dd 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyPurchaseInvoiceVendorCurrency.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyPurchaseInvoiceVendorCurrency.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/update-mgbetafinancialcompanypurchaseinvoicevendorcurrency Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaFinancialCompanyPurchaseInvoiceVendorCurrency --- @@ -26,7 +26,7 @@ Update-MgBetaFinancialCompanyPurchaseInvoiceVendorCurrency -CompanyId [-DisplayName ] [-Id ] [-LastModifiedDateTime ] [-Symbol ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -37,7 +37,6 @@ Update-MgBetaFinancialCompanyPurchaseInvoiceVendorCurrency -CompanyId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -49,7 +48,7 @@ Update-MgBetaFinancialCompanyPurchaseInvoiceVendorCurrency -InputObject ] [-Id ] [-LastModifiedDateTime ] [-Symbol ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -59,7 +58,7 @@ Update-MgBetaFinancialCompanyPurchaseInvoiceVendorCurrency -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyPurchaseInvoiceVendorPaymentMethod.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyPurchaseInvoiceVendorPaymentMethod.md index aebb317476dc7..49eb302689fb7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyPurchaseInvoiceVendorPaymentMethod.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyPurchaseInvoiceVendorPaymentMethod.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/update-mgbetafinancialcompanypurchaseinvoicevendorpaymentmethod Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaFinancialCompanyPurchaseInvoiceVendorPaymentMethod --- @@ -25,7 +25,7 @@ Update-MgBetaFinancialCompanyPurchaseInvoiceVendorPaymentMethod -CompanyId ] [-DisplayName ] [-Id ] [-LastModifiedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -36,7 +36,6 @@ Update-MgBetaFinancialCompanyPurchaseInvoiceVendorPaymentMethod -CompanyId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -47,7 +46,7 @@ Update-MgBetaFinancialCompanyPurchaseInvoiceVendorPaymentMethod -InputObject ] [-Id ] [-LastModifiedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -57,7 +56,7 @@ Update-MgBetaFinancialCompanyPurchaseInvoiceVendorPaymentMethod -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyPurchaseInvoiceVendorPaymentTerm.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyPurchaseInvoiceVendorPaymentTerm.md index 3387c0221d4dc..168f4e54ae959 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyPurchaseInvoiceVendorPaymentTerm.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyPurchaseInvoiceVendorPaymentTerm.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/update-mgbetafinancialcompanypurchaseinvoicevendorpaymentterm Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaFinancialCompanyPurchaseInvoiceVendorPaymentTerm --- @@ -27,7 +27,6 @@ Update-MgBetaFinancialCompanyPurchaseInvoiceVendorPaymentTerm -CompanyId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -38,7 +37,6 @@ Update-MgBetaFinancialCompanyPurchaseInvoiceVendorPaymentTerm -CompanyId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -51,7 +49,6 @@ Update-MgBetaFinancialCompanyPurchaseInvoiceVendorPaymentTerm -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -61,7 +58,7 @@ Update-MgBetaFinancialCompanyPurchaseInvoiceVendorPaymentTerm -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyPurchaseInvoiceVendorPicture.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyPurchaseInvoiceVendorPicture.md index ddfb1417b4f70..8303bcf401fd1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyPurchaseInvoiceVendorPicture.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyPurchaseInvoiceVendorPicture.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/update-mgbetafinancialcompanypurchaseinvoicevendorpicture Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaFinancialCompanyPurchaseInvoiceVendorPicture --- @@ -25,7 +25,7 @@ Update-MgBetaFinancialCompanyPurchaseInvoiceVendorPicture -CompanyId -P [-ContentInputFile ] [-ContentType ] [-Height ] [-Id ] [-Width ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -36,7 +36,6 @@ Update-MgBetaFinancialCompanyPurchaseInvoiceVendorPicture -CompanyId -P [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -47,7 +46,7 @@ Update-MgBetaFinancialCompanyPurchaseInvoiceVendorPicture -InputObject ] [-ContentType ] [-Height ] [-Id ] [-Width ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -57,7 +56,7 @@ Update-MgBetaFinancialCompanyPurchaseInvoiceVendorPicture -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleCreditMemo.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleCreditMemo.md index 454922859b428..2cd8e8b37846e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleCreditMemo.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleCreditMemo.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/update-mgbetafinancialcompanysalecreditmemo Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaFinancialCompanySaleCreditMemo --- @@ -37,7 +37,6 @@ Update-MgBetaFinancialCompanySaleCreditMemo -CompanyId -SalesCreditMemo [-TotalTaxAmount ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -47,7 +46,7 @@ Update-MgBetaFinancialCompanySaleCreditMemo -CompanyId -SalesCreditMemo -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -70,7 +69,6 @@ Update-MgBetaFinancialCompanySaleCreditMemo -InputObject [-TotalTaxAmount ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -80,7 +78,7 @@ Update-MgBetaFinancialCompanySaleCreditMemo -InputObject -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.Financials/Update-MgBetaFinancialCompanySaleCreditMemoCurrency.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleCreditMemoCurrency.md index ff2a475376d6f..585f024c74313 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleCreditMemoCurrency.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleCreditMemoCurrency.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/update-mgbetafinancialcompanysalecreditmemocurrency Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaFinancialCompanySaleCreditMemoCurrency --- @@ -26,7 +26,7 @@ Update-MgBetaFinancialCompanySaleCreditMemoCurrency -CompanyId -SalesCr [-DisplayName ] [-Id ] [-LastModifiedDateTime ] [-Symbol ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -36,7 +36,7 @@ Update-MgBetaFinancialCompanySaleCreditMemoCurrency -CompanyId -SalesCr -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -48,7 +48,7 @@ Update-MgBetaFinancialCompanySaleCreditMemoCurrency -InputObject ] [-Id ] [-LastModifiedDateTime ] [-Symbol ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -58,7 +58,7 @@ Update-MgBetaFinancialCompanySaleCreditMemoCurrency -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleCreditMemoCustomer.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleCreditMemoCustomer.md index 22ae62225c1b2..62fa2b7d15d2a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleCreditMemoCustomer.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleCreditMemoCustomer.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/update-mgbetafinancialcompanysalecreditmemocustomer Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaFinancialCompanySaleCreditMemoCustomer --- @@ -32,7 +32,7 @@ Update-MgBetaFinancialCompanySaleCreditMemoCustomer -CompanyId -SalesCr [-TaxRegistrationNumber ] [-Type ] [-Website ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -42,7 +42,7 @@ Update-MgBetaFinancialCompanySaleCreditMemoCustomer -CompanyId -SalesCr -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -60,7 +60,7 @@ Update-MgBetaFinancialCompanySaleCreditMemoCustomer -InputObject ] [-Type ] [-Website ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -70,7 +70,7 @@ Update-MgBetaFinancialCompanySaleCreditMemoCustomer -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleCreditMemoCustomerCurrency.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleCreditMemoCustomerCurrency.md index 707719cf62e73..b5399d146666b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleCreditMemoCustomerCurrency.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleCreditMemoCustomerCurrency.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/update-mgbetafinancialcompanysalecreditmemocustomercurrency Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaFinancialCompanySaleCreditMemoCustomerCurrency --- @@ -26,7 +26,7 @@ Update-MgBetaFinancialCompanySaleCreditMemoCustomerCurrency -CompanyId [-DisplayName ] [-Id ] [-LastModifiedDateTime ] [-Symbol ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -37,7 +37,6 @@ Update-MgBetaFinancialCompanySaleCreditMemoCustomerCurrency -CompanyId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -49,7 +48,7 @@ Update-MgBetaFinancialCompanySaleCreditMemoCustomerCurrency -InputObject ] [-Id ] [-LastModifiedDateTime ] [-Symbol ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -59,7 +58,7 @@ Update-MgBetaFinancialCompanySaleCreditMemoCustomerCurrency -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleCreditMemoCustomerPaymentMethod.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleCreditMemoCustomerPaymentMethod.md index cead11055e887..b230af6e770f5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleCreditMemoCustomerPaymentMethod.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleCreditMemoCustomerPaymentMethod.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/update-mgbetafinancialcompanysalecreditmemocustomerpaymentmethod Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaFinancialCompanySaleCreditMemoCustomerPaymentMethod --- @@ -25,7 +25,7 @@ Update-MgBetaFinancialCompanySaleCreditMemoCustomerPaymentMethod -CompanyId ] [-DisplayName ] [-Id ] [-LastModifiedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -36,7 +36,6 @@ Update-MgBetaFinancialCompanySaleCreditMemoCustomerPaymentMethod -CompanyId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -47,7 +46,7 @@ Update-MgBetaFinancialCompanySaleCreditMemoCustomerPaymentMethod -InputObject ] [-Id ] [-LastModifiedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -57,7 +56,7 @@ Update-MgBetaFinancialCompanySaleCreditMemoCustomerPaymentMethod -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleCreditMemoCustomerPaymentTerm.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleCreditMemoCustomerPaymentTerm.md index 3aa55330c77d4..4b8b94bd9071c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleCreditMemoCustomerPaymentTerm.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleCreditMemoCustomerPaymentTerm.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/update-mgbetafinancialcompanysalecreditmemocustomerpaymentterm Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaFinancialCompanySaleCreditMemoCustomerPaymentTerm --- @@ -27,7 +27,6 @@ Update-MgBetaFinancialCompanySaleCreditMemoCustomerPaymentTerm -CompanyId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -38,7 +37,6 @@ Update-MgBetaFinancialCompanySaleCreditMemoCustomerPaymentTerm -CompanyId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -51,7 +49,6 @@ Update-MgBetaFinancialCompanySaleCreditMemoCustomerPaymentTerm -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -61,7 +58,7 @@ Update-MgBetaFinancialCompanySaleCreditMemoCustomerPaymentTerm -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleCreditMemoCustomerPicture.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleCreditMemoCustomerPicture.md index 086bd46ecb33d..0592a6a450927 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleCreditMemoCustomerPicture.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleCreditMemoCustomerPicture.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/update-mgbetafinancialcompanysalecreditmemocustomerpicture Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaFinancialCompanySaleCreditMemoCustomerPicture --- @@ -25,7 +25,7 @@ Update-MgBetaFinancialCompanySaleCreditMemoCustomerPicture -CompanyId - [-ContentInputFile ] [-ContentType ] [-Height ] [-Id ] [-Width ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -36,7 +36,6 @@ Update-MgBetaFinancialCompanySaleCreditMemoCustomerPicture -CompanyId - [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -47,7 +46,7 @@ Update-MgBetaFinancialCompanySaleCreditMemoCustomerPicture -InputObject ] [-ContentType ] [-Height ] [-Id ] [-Width ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -57,7 +56,7 @@ Update-MgBetaFinancialCompanySaleCreditMemoCustomerPicture -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleCreditMemoCustomerShipmentMethod.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleCreditMemoCustomerShipmentMethod.md index e4ba05303cb8a..c15e31e04e4e5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleCreditMemoCustomerShipmentMethod.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleCreditMemoCustomerShipmentMethod.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/update-mgbetafinancialcompanysalecreditmemocustomershipmentmethod Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaFinancialCompanySaleCreditMemoCustomerShipmentMethod --- @@ -25,7 +25,7 @@ Update-MgBetaFinancialCompanySaleCreditMemoCustomerShipmentMethod -CompanyId ] [-DisplayName ] [-Id ] [-LastModifiedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -36,7 +36,6 @@ Update-MgBetaFinancialCompanySaleCreditMemoCustomerShipmentMethod -CompanyId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -47,7 +46,7 @@ Update-MgBetaFinancialCompanySaleCreditMemoCustomerShipmentMethod -InputObject < [-DisplayName ] [-Id ] [-LastModifiedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -57,7 +56,7 @@ Update-MgBetaFinancialCompanySaleCreditMemoCustomerShipmentMethod -InputObject < -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.Financials/Update-MgBetaFinancialCompanySaleCreditMemoLine.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleCreditMemoLine.md index 7f4c6d156e4fc..71e05934e05dc 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleCreditMemoLine.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleCreditMemoLine.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/update-mgbetafinancialcompanysalecreditmemoline Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaFinancialCompanySaleCreditMemoLine --- @@ -31,7 +31,7 @@ Update-MgBetaFinancialCompanySaleCreditMemoLine -CompanyId -SalesCredit [-TaxCode ] [-TaxPercent ] [-TotalTaxAmount ] [-UnitOfMeasureId ] [-UnitPrice ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -41,7 +41,7 @@ Update-MgBetaFinancialCompanySaleCreditMemoLine -CompanyId -SalesCredit -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -58,7 +58,7 @@ Update-MgBetaFinancialCompanySaleCreditMemoLine -InputObject ] [-TaxPercent ] [-TotalTaxAmount ] [-UnitOfMeasureId ] [-UnitPrice ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -68,7 +68,7 @@ Update-MgBetaFinancialCompanySaleCreditMemoLine -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleCreditMemoLineItem.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleCreditMemoLineItem.md index eced8c7aef629..49339dd18afd5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleCreditMemoLineItem.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleCreditMemoLineItem.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/update-mgbetafinancialcompanysalecreditmemolineitem Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaFinancialCompanySaleCreditMemoLineItem --- @@ -30,7 +30,7 @@ Update-MgBetaFinancialCompanySaleCreditMemoLineItem -CompanyId [-TaxGroupId ] [-Type ] [-UnitCost ] [-UnitPrice ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -41,7 +41,6 @@ Update-MgBetaFinancialCompanySaleCreditMemoLineItem -CompanyId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -56,7 +55,7 @@ Update-MgBetaFinancialCompanySaleCreditMemoLineItem -InputObject ] [-Type ] [-UnitCost ] [-UnitPrice ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -66,7 +65,7 @@ Update-MgBetaFinancialCompanySaleCreditMemoLineItem -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleCreditMemoLineItemCategory.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleCreditMemoLineItemCategory.md index ad278484c4844..1c740be10e2f7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleCreditMemoLineItemCategory.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleCreditMemoLineItemCategory.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/update-mgbetafinancialcompanysalecreditmemolineitemcategory Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaFinancialCompanySaleCreditMemoLineItemCategory --- @@ -26,7 +26,6 @@ Update-MgBetaFinancialCompanySaleCreditMemoLineItemCategory -CompanyId [-LastModifiedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -37,7 +36,6 @@ Update-MgBetaFinancialCompanySaleCreditMemoLineItemCategory -CompanyId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -48,7 +46,7 @@ Update-MgBetaFinancialCompanySaleCreditMemoLineItemCategory -InputObject ] [-Id ] [-LastModifiedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -58,7 +56,7 @@ Update-MgBetaFinancialCompanySaleCreditMemoLineItemCategory -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleCreditMemoLineItemPicture.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleCreditMemoLineItemPicture.md index 9203c9f232989..7f5ea53922ad8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleCreditMemoLineItemPicture.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleCreditMemoLineItemPicture.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/update-mgbetafinancialcompanysalecreditmemolineitempicture Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaFinancialCompanySaleCreditMemoLineItemPicture --- @@ -26,7 +26,6 @@ Update-MgBetaFinancialCompanySaleCreditMemoLineItemPicture -CompanyId - [-Height ] [-Id ] [-Width ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -37,7 +36,6 @@ Update-MgBetaFinancialCompanySaleCreditMemoLineItemPicture -CompanyId - [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -48,7 +46,7 @@ Update-MgBetaFinancialCompanySaleCreditMemoLineItemPicture -InputObject ] [-ContentType ] [-Height ] [-Id ] [-Width ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -58,7 +56,7 @@ Update-MgBetaFinancialCompanySaleCreditMemoLineItemPicture -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleCreditMemoPaymentTerm.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleCreditMemoPaymentTerm.md index 216ab0b63ca0f..66c0b524bd20c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleCreditMemoPaymentTerm.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleCreditMemoPaymentTerm.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/update-mgbetafinancialcompanysalecreditmemopaymentterm Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaFinancialCompanySaleCreditMemoPaymentTerm --- @@ -27,7 +27,6 @@ Update-MgBetaFinancialCompanySaleCreditMemoPaymentTerm -CompanyId [-LastModifiedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -38,7 +37,6 @@ Update-MgBetaFinancialCompanySaleCreditMemoPaymentTerm -CompanyId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -51,7 +49,6 @@ Update-MgBetaFinancialCompanySaleCreditMemoPaymentTerm -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -61,7 +58,7 @@ Update-MgBetaFinancialCompanySaleCreditMemoPaymentTerm -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLine.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLine.md index 9b108cd45157f..c9ab8bb56239d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLine.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLine.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/update-mgbetafinancialcompanysalecreditmemosalecreditmemoline Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLine --- @@ -32,7 +32,7 @@ Update-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLine -CompanyId ] [-UnitOfMeasureId ] [-UnitPrice ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -43,7 +43,7 @@ Update-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLine -CompanyId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -60,7 +60,7 @@ Update-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLine -InputObject ] [-TaxPercent ] [-TotalTaxAmount ] [-UnitOfMeasureId ] [-UnitPrice ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -70,7 +70,7 @@ Update-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLine -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItem.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItem.md index 2a767cb93b1e2..38cdbd7e4f206 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItem.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItem.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/update-mgbetafinancialcompanysalecreditmemosalecreditmemolineitem Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItem --- @@ -30,7 +30,7 @@ Update-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItem -CompanyId ] [-Type ] [-UnitCost ] [-UnitPrice ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -41,7 +41,6 @@ Update-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItem -CompanyId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -56,7 +55,7 @@ Update-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItem -InputObject < [-TaxGroupId ] [-Type ] [-UnitCost ] [-UnitPrice ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -66,7 +65,7 @@ Update-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItem -InputObject < -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.Financials/Update-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemCategory.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemCategory.md index 54c7889f9c2b6..e17d634f2bd70 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemCategory.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemCategory.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/update-mgbetafinancialcompanysalecreditmemosalecreditmemolineitemcategory Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemCategory --- @@ -26,7 +26,6 @@ Update-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemCategory -Compa [-LastModifiedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -37,7 +36,7 @@ Update-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemCategory -Compa -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -49,7 +48,6 @@ Update-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemCategory [-LastModifiedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -60,7 +58,6 @@ Update-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemCategory [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPicture.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPicture.md index e99e2b77d181f..080f01dc768e6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPicture.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPicture.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/update-mgbetafinancialcompanysalecreditmemosalecreditmemolineitempicture Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPicture --- @@ -26,7 +26,7 @@ Update-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPicture -Compan [-ContentInputFile ] [-ContentType ] [-Height ] [-Id ] [-Width ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -37,7 +37,7 @@ Update-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPicture -Compan -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -49,7 +49,6 @@ Update-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPicture [-Height ] [-Id ] [-Width ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -60,7 +59,6 @@ Update-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPicture [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleInvoice.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleInvoice.md index d4a29ac1fe788..6155f9ad977c1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleInvoice.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleInvoice.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/update-mgbetafinancialcompanysaleinvoice Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaFinancialCompanySaleInvoice --- @@ -39,7 +39,6 @@ Update-MgBetaFinancialCompanySaleInvoice -CompanyId -SalesInvoiceId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -49,7 +48,7 @@ Update-MgBetaFinancialCompanySaleInvoice -CompanyId -SalesInvoiceId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -74,7 +73,6 @@ Update-MgBetaFinancialCompanySaleInvoice -InputObject [-TotalTaxAmount ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -84,7 +82,7 @@ Update-MgBetaFinancialCompanySaleInvoice -InputObject -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.Financials/Update-MgBetaFinancialCompanySaleInvoiceCurrency.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleInvoiceCurrency.md index 0f1a363be6846..737702320cdaf 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleInvoiceCurrency.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleInvoiceCurrency.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/update-mgbetafinancialcompanysaleinvoicecurrency Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaFinancialCompanySaleInvoiceCurrency --- @@ -26,7 +26,7 @@ Update-MgBetaFinancialCompanySaleInvoiceCurrency -CompanyId -SalesInvoi [-DisplayName ] [-Id ] [-LastModifiedDateTime ] [-Symbol ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -36,7 +36,7 @@ Update-MgBetaFinancialCompanySaleInvoiceCurrency -CompanyId -SalesInvoi -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -48,7 +48,7 @@ Update-MgBetaFinancialCompanySaleInvoiceCurrency -InputObject ] [-Id ] [-LastModifiedDateTime ] [-Symbol ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -58,7 +58,7 @@ Update-MgBetaFinancialCompanySaleInvoiceCurrency -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleInvoiceCustomer.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleInvoiceCustomer.md index cff8f5fbfc9a8..cccd172f2fded 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleInvoiceCustomer.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleInvoiceCustomer.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/update-mgbetafinancialcompanysaleinvoicecustomer Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaFinancialCompanySaleInvoiceCustomer --- @@ -32,7 +32,7 @@ Update-MgBetaFinancialCompanySaleInvoiceCustomer -CompanyId -SalesInvoi [-TaxRegistrationNumber ] [-Type ] [-Website ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -42,7 +42,7 @@ Update-MgBetaFinancialCompanySaleInvoiceCustomer -CompanyId -SalesInvoi -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -60,7 +60,7 @@ Update-MgBetaFinancialCompanySaleInvoiceCustomer -InputObject ] [-Type ] [-Website ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -70,7 +70,7 @@ Update-MgBetaFinancialCompanySaleInvoiceCustomer -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleInvoiceCustomerCurrency.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleInvoiceCustomerCurrency.md index 6953147e4ef7b..02dbd212806d0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleInvoiceCustomerCurrency.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleInvoiceCustomerCurrency.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/update-mgbetafinancialcompanysaleinvoicecustomercurrency Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaFinancialCompanySaleInvoiceCustomerCurrency --- @@ -26,7 +26,7 @@ Update-MgBetaFinancialCompanySaleInvoiceCustomerCurrency -CompanyId [-DisplayName ] [-Id ] [-LastModifiedDateTime ] [-Symbol ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -37,7 +37,6 @@ Update-MgBetaFinancialCompanySaleInvoiceCustomerCurrency -CompanyId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -49,7 +48,7 @@ Update-MgBetaFinancialCompanySaleInvoiceCustomerCurrency -InputObject ] [-Id ] [-LastModifiedDateTime ] [-Symbol ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -59,7 +58,7 @@ Update-MgBetaFinancialCompanySaleInvoiceCustomerCurrency -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleInvoiceCustomerPaymentMethod.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleInvoiceCustomerPaymentMethod.md index 53dcf61b812ae..590b3e0d886f2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleInvoiceCustomerPaymentMethod.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleInvoiceCustomerPaymentMethod.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/update-mgbetafinancialcompanysaleinvoicecustomerpaymentmethod Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaFinancialCompanySaleInvoiceCustomerPaymentMethod --- @@ -25,7 +25,7 @@ Update-MgBetaFinancialCompanySaleInvoiceCustomerPaymentMethod -CompanyId ] [-DisplayName ] [-Id ] [-LastModifiedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -36,7 +36,6 @@ Update-MgBetaFinancialCompanySaleInvoiceCustomerPaymentMethod -CompanyId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -47,7 +46,7 @@ Update-MgBetaFinancialCompanySaleInvoiceCustomerPaymentMethod -InputObject ] [-Id ] [-LastModifiedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -57,7 +56,7 @@ Update-MgBetaFinancialCompanySaleInvoiceCustomerPaymentMethod -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleInvoiceCustomerPaymentTerm.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleInvoiceCustomerPaymentTerm.md index 570157979eef1..aacad007a9da0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleInvoiceCustomerPaymentTerm.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleInvoiceCustomerPaymentTerm.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/update-mgbetafinancialcompanysaleinvoicecustomerpaymentterm Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaFinancialCompanySaleInvoiceCustomerPaymentTerm --- @@ -27,7 +27,6 @@ Update-MgBetaFinancialCompanySaleInvoiceCustomerPaymentTerm -CompanyId [-LastModifiedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -38,7 +37,6 @@ Update-MgBetaFinancialCompanySaleInvoiceCustomerPaymentTerm -CompanyId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -51,7 +49,6 @@ Update-MgBetaFinancialCompanySaleInvoiceCustomerPaymentTerm -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -61,7 +58,7 @@ Update-MgBetaFinancialCompanySaleInvoiceCustomerPaymentTerm -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleInvoiceCustomerPicture.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleInvoiceCustomerPicture.md index e223195fd08f4..ec0841bcde445 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleInvoiceCustomerPicture.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleInvoiceCustomerPicture.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/update-mgbetafinancialcompanysaleinvoicecustomerpicture Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaFinancialCompanySaleInvoiceCustomerPicture --- @@ -25,7 +25,7 @@ Update-MgBetaFinancialCompanySaleInvoiceCustomerPicture -CompanyId -Pic [-ContentInputFile ] [-ContentType ] [-Height ] [-Id ] [-Width ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -36,7 +36,6 @@ Update-MgBetaFinancialCompanySaleInvoiceCustomerPicture -CompanyId -Pic [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -47,7 +46,7 @@ Update-MgBetaFinancialCompanySaleInvoiceCustomerPicture -InputObject ] [-ContentType ] [-Height ] [-Id ] [-Width ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -57,7 +56,7 @@ Update-MgBetaFinancialCompanySaleInvoiceCustomerPicture -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleInvoiceCustomerShipmentMethod.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleInvoiceCustomerShipmentMethod.md index 291102017da42..4183670ca77fe 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleInvoiceCustomerShipmentMethod.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleInvoiceCustomerShipmentMethod.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/update-mgbetafinancialcompanysaleinvoicecustomershipmentmethod Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaFinancialCompanySaleInvoiceCustomerShipmentMethod --- @@ -25,7 +25,7 @@ Update-MgBetaFinancialCompanySaleInvoiceCustomerShipmentMethod -CompanyId ] [-DisplayName ] [-Id ] [-LastModifiedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -36,7 +36,6 @@ Update-MgBetaFinancialCompanySaleInvoiceCustomerShipmentMethod -CompanyId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -47,7 +46,7 @@ Update-MgBetaFinancialCompanySaleInvoiceCustomerShipmentMethod -InputObject ] [-Id ] [-LastModifiedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -57,7 +56,7 @@ Update-MgBetaFinancialCompanySaleInvoiceCustomerShipmentMethod -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleInvoiceLine.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleInvoiceLine.md index 67cfedc53d310..d5cfa0243673d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleInvoiceLine.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleInvoiceLine.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/update-mgbetafinancialcompanysaleinvoiceline Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaFinancialCompanySaleInvoiceLine --- @@ -31,7 +31,7 @@ Update-MgBetaFinancialCompanySaleInvoiceLine -CompanyId -SalesInvoiceLi [-TaxCode ] [-TaxPercent ] [-TotalTaxAmount ] [-UnitOfMeasureId ] [-UnitPrice ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateExpanded1 @@ -48,7 +48,7 @@ Update-MgBetaFinancialCompanySaleInvoiceLine -CompanyId -SalesInvoiceLi [-TaxCode ] [-TaxPercent ] [-TotalTaxAmount ] [-UnitOfMeasureId ] [-UnitPrice ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update1 @@ -59,7 +59,6 @@ Update-MgBetaFinancialCompanySaleInvoiceLine -CompanyId -SalesInvoiceLi [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -69,7 +68,7 @@ Update-MgBetaFinancialCompanySaleInvoiceLine -CompanyId -SalesInvoiceLi -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded1 @@ -86,7 +85,7 @@ Update-MgBetaFinancialCompanySaleInvoiceLine -InputObject [-TaxCode ] [-TaxPercent ] [-TotalTaxAmount ] [-UnitOfMeasureId ] [-UnitPrice ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -103,7 +102,7 @@ Update-MgBetaFinancialCompanySaleInvoiceLine -InputObject [-TaxCode ] [-TaxPercent ] [-TotalTaxAmount ] [-UnitOfMeasureId ] [-UnitPrice ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity1 @@ -113,7 +112,7 @@ Update-MgBetaFinancialCompanySaleInvoiceLine -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -123,7 +122,7 @@ Update-MgBetaFinancialCompanySaleInvoiceLine -InputObject -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.Financials/Update-MgBetaFinancialCompanySaleInvoiceLineItem.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleInvoiceLineItem.md index 4556938d3212b..6c68d2548a525 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleInvoiceLineItem.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleInvoiceLineItem.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/update-mgbetafinancialcompanysaleinvoicelineitem Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaFinancialCompanySaleInvoiceLineItem --- @@ -29,7 +29,7 @@ Update-MgBetaFinancialCompanySaleInvoiceLineItem -CompanyId -SalesInvoi [-TaxGroupId ] [-Type ] [-UnitCost ] [-UnitPrice ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateExpanded1 @@ -44,7 +44,7 @@ Update-MgBetaFinancialCompanySaleInvoiceLineItem -CompanyId -SalesInvoi [-TaxGroupId ] [-Type ] [-UnitCost ] [-UnitPrice ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update1 @@ -54,7 +54,7 @@ Update-MgBetaFinancialCompanySaleInvoiceLineItem -CompanyId -SalesInvoi -SalesInvoiceId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -64,7 +64,7 @@ Update-MgBetaFinancialCompanySaleInvoiceLineItem -CompanyId -SalesInvoi -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded1 @@ -79,7 +79,7 @@ Update-MgBetaFinancialCompanySaleInvoiceLineItem -InputObject ] [-Type ] [-UnitCost ] [-UnitPrice ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -94,7 +94,7 @@ Update-MgBetaFinancialCompanySaleInvoiceLineItem -InputObject ] [-Type ] [-UnitCost ] [-UnitPrice ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity1 @@ -104,7 +104,7 @@ Update-MgBetaFinancialCompanySaleInvoiceLineItem -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -114,7 +114,7 @@ Update-MgBetaFinancialCompanySaleInvoiceLineItem -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleInvoiceLineItemCategory.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleInvoiceLineItemCategory.md index 0fd91eb0b3df8..9814e57c4b70e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleInvoiceLineItemCategory.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleInvoiceLineItemCategory.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/update-mgbetafinancialcompanysaleinvoicelineitemcategory Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaFinancialCompanySaleInvoiceLineItemCategory --- @@ -26,7 +26,6 @@ Update-MgBetaFinancialCompanySaleInvoiceLineItemCategory -CompanyId [-LastModifiedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateExpanded1 @@ -38,7 +37,6 @@ Update-MgBetaFinancialCompanySaleInvoiceLineItemCategory -CompanyId [-LastModifiedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update1 @@ -49,7 +47,6 @@ Update-MgBetaFinancialCompanySaleInvoiceLineItemCategory -CompanyId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -60,7 +57,6 @@ Update-MgBetaFinancialCompanySaleInvoiceLineItemCategory -CompanyId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded1 @@ -71,7 +67,7 @@ Update-MgBetaFinancialCompanySaleInvoiceLineItemCategory -InputObject ] [-Id ] [-LastModifiedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -82,7 +78,7 @@ Update-MgBetaFinancialCompanySaleInvoiceLineItemCategory -InputObject ] [-Id ] [-LastModifiedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity1 @@ -92,7 +88,7 @@ Update-MgBetaFinancialCompanySaleInvoiceLineItemCategory -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -102,7 +98,7 @@ Update-MgBetaFinancialCompanySaleInvoiceLineItemCategory -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleInvoiceLineItemPicture.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleInvoiceLineItemPicture.md index 4e136a575e6bd..f488daa0d3e1a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleInvoiceLineItemPicture.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleInvoiceLineItemPicture.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/update-mgbetafinancialcompanysaleinvoicelineitempicture Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaFinancialCompanySaleInvoiceLineItemPicture --- @@ -26,7 +26,6 @@ Update-MgBetaFinancialCompanySaleInvoiceLineItemPicture -CompanyId -Pic [-Height ] [-Id ] [-Width ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateExpanded1 @@ -38,7 +37,6 @@ Update-MgBetaFinancialCompanySaleInvoiceLineItemPicture -CompanyId -Pic [-Height ] [-Id ] [-Width ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update1 @@ -49,7 +47,6 @@ Update-MgBetaFinancialCompanySaleInvoiceLineItemPicture -CompanyId -Pic [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -60,7 +57,6 @@ Update-MgBetaFinancialCompanySaleInvoiceLineItemPicture -CompanyId -Pic [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded1 @@ -71,7 +67,7 @@ Update-MgBetaFinancialCompanySaleInvoiceLineItemPicture -InputObject ] [-ContentType ] [-Height ] [-Id ] [-Width ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -82,7 +78,7 @@ Update-MgBetaFinancialCompanySaleInvoiceLineItemPicture -InputObject ] [-ContentType ] [-Height ] [-Id ] [-Width ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity1 @@ -92,7 +88,7 @@ Update-MgBetaFinancialCompanySaleInvoiceLineItemPicture -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -102,7 +98,7 @@ Update-MgBetaFinancialCompanySaleInvoiceLineItemPicture -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleInvoicePaymentTerm.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleInvoicePaymentTerm.md index 6e17b4b88233d..2879f9898fd1e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleInvoicePaymentTerm.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleInvoicePaymentTerm.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/update-mgbetafinancialcompanysaleinvoicepaymentterm Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaFinancialCompanySaleInvoicePaymentTerm --- @@ -27,7 +27,6 @@ Update-MgBetaFinancialCompanySaleInvoicePaymentTerm -CompanyId -SalesIn [-LastModifiedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -37,7 +36,7 @@ Update-MgBetaFinancialCompanySaleInvoicePaymentTerm -CompanyId -SalesIn -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -50,7 +49,6 @@ Update-MgBetaFinancialCompanySaleInvoicePaymentTerm -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -60,7 +58,7 @@ Update-MgBetaFinancialCompanySaleInvoicePaymentTerm -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleInvoiceShipmentMethod.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleInvoiceShipmentMethod.md index 6ea2d6fa47f36..9d0275413d258 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleInvoiceShipmentMethod.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleInvoiceShipmentMethod.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/update-mgbetafinancialcompanysaleinvoiceshipmentmethod Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaFinancialCompanySaleInvoiceShipmentMethod --- @@ -25,7 +25,7 @@ Update-MgBetaFinancialCompanySaleInvoiceShipmentMethod -CompanyId -Sale [-DisplayName ] [-Id ] [-LastModifiedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -35,7 +35,7 @@ Update-MgBetaFinancialCompanySaleInvoiceShipmentMethod -CompanyId -Sale -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -46,7 +46,7 @@ Update-MgBetaFinancialCompanySaleInvoiceShipmentMethod -InputObject ] [-Id ] [-LastModifiedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -56,7 +56,7 @@ Update-MgBetaFinancialCompanySaleInvoiceShipmentMethod -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleOrder.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleOrder.md index 827e086dc0ae7..f6de5b934e70f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleOrder.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleOrder.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/update-mgbetafinancialcompanysaleorder Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaFinancialCompanySaleOrder --- @@ -38,7 +38,6 @@ Update-MgBetaFinancialCompanySaleOrder -CompanyId -SalesOrderId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -48,7 +47,7 @@ Update-MgBetaFinancialCompanySaleOrder -CompanyId -SalesOrderId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -72,7 +71,6 @@ Update-MgBetaFinancialCompanySaleOrder -InputObject [-TotalTaxAmount ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -82,7 +80,7 @@ Update-MgBetaFinancialCompanySaleOrder -InputObject -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.Financials/Update-MgBetaFinancialCompanySaleOrderCurrency.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleOrderCurrency.md index 5a79522ab7f18..e772b2abaee7f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleOrderCurrency.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleOrderCurrency.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/update-mgbetafinancialcompanysaleordercurrency Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaFinancialCompanySaleOrderCurrency --- @@ -26,7 +26,7 @@ Update-MgBetaFinancialCompanySaleOrderCurrency -CompanyId -SalesOrderId [-DisplayName ] [-Id ] [-LastModifiedDateTime ] [-Symbol ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -36,7 +36,7 @@ Update-MgBetaFinancialCompanySaleOrderCurrency -CompanyId -SalesOrderId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -48,7 +48,7 @@ Update-MgBetaFinancialCompanySaleOrderCurrency -InputObject ] [-Id ] [-LastModifiedDateTime ] [-Symbol ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -58,7 +58,7 @@ Update-MgBetaFinancialCompanySaleOrderCurrency -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleOrderCustomer.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleOrderCustomer.md index ad7da5b0904c6..c8f46e8811c47 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleOrderCustomer.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleOrderCustomer.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/update-mgbetafinancialcompanysaleordercustomer Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaFinancialCompanySaleOrderCustomer --- @@ -32,7 +32,7 @@ Update-MgBetaFinancialCompanySaleOrderCustomer -CompanyId -SalesOrderId [-TaxRegistrationNumber ] [-Type ] [-Website ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -42,7 +42,7 @@ Update-MgBetaFinancialCompanySaleOrderCustomer -CompanyId -SalesOrderId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -60,7 +60,7 @@ Update-MgBetaFinancialCompanySaleOrderCustomer -InputObject ] [-Type ] [-Website ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -70,7 +70,7 @@ Update-MgBetaFinancialCompanySaleOrderCustomer -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleOrderCustomerCurrency.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleOrderCustomerCurrency.md index d1a792315f7f3..eb5e5e9a49516 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleOrderCustomerCurrency.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleOrderCustomerCurrency.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/update-mgbetafinancialcompanysaleordercustomercurrency Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaFinancialCompanySaleOrderCustomerCurrency --- @@ -26,7 +26,7 @@ Update-MgBetaFinancialCompanySaleOrderCustomerCurrency -CompanyId -Sale [-DisplayName ] [-Id ] [-LastModifiedDateTime ] [-Symbol ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -36,7 +36,7 @@ Update-MgBetaFinancialCompanySaleOrderCustomerCurrency -CompanyId -Sale -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -48,7 +48,7 @@ Update-MgBetaFinancialCompanySaleOrderCustomerCurrency -InputObject ] [-Id ] [-LastModifiedDateTime ] [-Symbol ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -58,7 +58,7 @@ Update-MgBetaFinancialCompanySaleOrderCustomerCurrency -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleOrderCustomerPaymentMethod.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleOrderCustomerPaymentMethod.md index 98831fed28674..9f62f4f06ddb2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleOrderCustomerPaymentMethod.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleOrderCustomerPaymentMethod.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/update-mgbetafinancialcompanysaleordercustomerpaymentmethod Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaFinancialCompanySaleOrderCustomerPaymentMethod --- @@ -25,7 +25,7 @@ Update-MgBetaFinancialCompanySaleOrderCustomerPaymentMethod -CompanyId [-Code ] [-DisplayName ] [-Id ] [-LastModifiedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -36,7 +36,6 @@ Update-MgBetaFinancialCompanySaleOrderCustomerPaymentMethod -CompanyId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -47,7 +46,7 @@ Update-MgBetaFinancialCompanySaleOrderCustomerPaymentMethod -InputObject ] [-Id ] [-LastModifiedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -57,7 +56,7 @@ Update-MgBetaFinancialCompanySaleOrderCustomerPaymentMethod -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleOrderCustomerPaymentTerm.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleOrderCustomerPaymentTerm.md index e969933a17760..0a51bcddc932a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleOrderCustomerPaymentTerm.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleOrderCustomerPaymentTerm.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/update-mgbetafinancialcompanysaleordercustomerpaymentterm Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaFinancialCompanySaleOrderCustomerPaymentTerm --- @@ -27,7 +27,6 @@ Update-MgBetaFinancialCompanySaleOrderCustomerPaymentTerm -CompanyId -S [-LastModifiedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -37,7 +36,7 @@ Update-MgBetaFinancialCompanySaleOrderCustomerPaymentTerm -CompanyId -S -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -50,7 +49,6 @@ Update-MgBetaFinancialCompanySaleOrderCustomerPaymentTerm -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -60,7 +58,7 @@ Update-MgBetaFinancialCompanySaleOrderCustomerPaymentTerm -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleOrderCustomerPicture.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleOrderCustomerPicture.md index 827acf64cdb8e..11ec711948c9b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleOrderCustomerPicture.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleOrderCustomerPicture.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/update-mgbetafinancialcompanysaleordercustomerpicture Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaFinancialCompanySaleOrderCustomerPicture --- @@ -25,7 +25,7 @@ Update-MgBetaFinancialCompanySaleOrderCustomerPicture -CompanyId -Pictu [-ContentInputFile ] [-ContentType ] [-Height ] [-Id ] [-Width ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -35,7 +35,7 @@ Update-MgBetaFinancialCompanySaleOrderCustomerPicture -CompanyId -Pictu -SalesOrderId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -46,7 +46,7 @@ Update-MgBetaFinancialCompanySaleOrderCustomerPicture -InputObject ] [-ContentType ] [-Height ] [-Id ] [-Width ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -56,7 +56,7 @@ Update-MgBetaFinancialCompanySaleOrderCustomerPicture -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleOrderCustomerShipmentMethod.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleOrderCustomerShipmentMethod.md index b306f2832bf01..265886d3478bd 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleOrderCustomerShipmentMethod.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleOrderCustomerShipmentMethod.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/update-mgbetafinancialcompanysaleordercustomershipmentmethod Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaFinancialCompanySaleOrderCustomerShipmentMethod --- @@ -25,7 +25,7 @@ Update-MgBetaFinancialCompanySaleOrderCustomerShipmentMethod -CompanyId [-Code ] [-DisplayName ] [-Id ] [-LastModifiedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -36,7 +36,6 @@ Update-MgBetaFinancialCompanySaleOrderCustomerShipmentMethod -CompanyId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -47,7 +46,7 @@ Update-MgBetaFinancialCompanySaleOrderCustomerShipmentMethod -InputObject ] [-Id ] [-LastModifiedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -57,7 +56,7 @@ Update-MgBetaFinancialCompanySaleOrderCustomerShipmentMethod -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleOrderLine.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleOrderLine.md index 9f537dca798f0..ecfb25035ce52 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleOrderLine.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleOrderLine.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/update-mgbetafinancialcompanysaleorderline Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaFinancialCompanySaleOrderLine --- @@ -32,7 +32,7 @@ Update-MgBetaFinancialCompanySaleOrderLine -CompanyId -SalesOrderLineId [-TaxCode ] [-TaxPercent ] [-TotalTaxAmount ] [-UnitOfMeasureId ] [-UnitPrice ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateExpanded1 @@ -50,7 +50,7 @@ Update-MgBetaFinancialCompanySaleOrderLine -CompanyId -SalesOrderLineId [-TaxCode ] [-TaxPercent ] [-TotalTaxAmount ] [-UnitOfMeasureId ] [-UnitPrice ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update1 @@ -61,7 +61,6 @@ Update-MgBetaFinancialCompanySaleOrderLine -CompanyId -SalesOrderLineId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -71,7 +70,7 @@ Update-MgBetaFinancialCompanySaleOrderLine -CompanyId -SalesOrderLineId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded1 @@ -89,7 +88,7 @@ Update-MgBetaFinancialCompanySaleOrderLine -InputObject [-TaxCode ] [-TaxPercent ] [-TotalTaxAmount ] [-UnitOfMeasureId ] [-UnitPrice ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -107,7 +106,7 @@ Update-MgBetaFinancialCompanySaleOrderLine -InputObject [-TaxCode ] [-TaxPercent ] [-TotalTaxAmount ] [-UnitOfMeasureId ] [-UnitPrice ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity1 @@ -117,7 +116,7 @@ Update-MgBetaFinancialCompanySaleOrderLine -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -127,7 +126,7 @@ Update-MgBetaFinancialCompanySaleOrderLine -InputObject -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.Financials/Update-MgBetaFinancialCompanySaleOrderLineItem.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleOrderLineItem.md index f550f6a9471d8..dbc95a737a7c8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleOrderLineItem.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleOrderLineItem.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/update-mgbetafinancialcompanysaleorderlineitem Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaFinancialCompanySaleOrderLineItem --- @@ -29,7 +29,7 @@ Update-MgBetaFinancialCompanySaleOrderLineItem -CompanyId -SalesOrderLi [-TaxGroupId ] [-Type ] [-UnitCost ] [-UnitPrice ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateExpanded1 @@ -44,7 +44,7 @@ Update-MgBetaFinancialCompanySaleOrderLineItem -CompanyId -SalesOrderLi [-TaxGroupId ] [-Type ] [-UnitCost ] [-UnitPrice ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update1 @@ -54,7 +54,7 @@ Update-MgBetaFinancialCompanySaleOrderLineItem -CompanyId -SalesOrderLi -SalesOrderId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -64,7 +64,7 @@ Update-MgBetaFinancialCompanySaleOrderLineItem -CompanyId -SalesOrderLi -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded1 @@ -79,7 +79,7 @@ Update-MgBetaFinancialCompanySaleOrderLineItem -InputObject ] [-Type ] [-UnitCost ] [-UnitPrice ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -94,7 +94,7 @@ Update-MgBetaFinancialCompanySaleOrderLineItem -InputObject ] [-Type ] [-UnitCost ] [-UnitPrice ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity1 @@ -104,7 +104,7 @@ Update-MgBetaFinancialCompanySaleOrderLineItem -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -114,7 +114,7 @@ Update-MgBetaFinancialCompanySaleOrderLineItem -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleOrderLineItemCategory.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleOrderLineItemCategory.md index dcb41fa94509c..97c5ffb94048e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleOrderLineItemCategory.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleOrderLineItemCategory.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/update-mgbetafinancialcompanysaleorderlineitemcategory Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaFinancialCompanySaleOrderLineItemCategory --- @@ -25,7 +25,7 @@ Update-MgBetaFinancialCompanySaleOrderLineItemCategory -CompanyId [-Code ] [-DisplayName ] [-Id ] [-LastModifiedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateExpanded1 @@ -37,7 +37,6 @@ Update-MgBetaFinancialCompanySaleOrderLineItemCategory -CompanyId [-LastModifiedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update1 @@ -48,7 +47,6 @@ Update-MgBetaFinancialCompanySaleOrderLineItemCategory -CompanyId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -59,7 +57,6 @@ Update-MgBetaFinancialCompanySaleOrderLineItemCategory -CompanyId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded1 @@ -70,7 +67,7 @@ Update-MgBetaFinancialCompanySaleOrderLineItemCategory -InputObject ] [-Id ] [-LastModifiedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -81,7 +78,7 @@ Update-MgBetaFinancialCompanySaleOrderLineItemCategory -InputObject ] [-Id ] [-LastModifiedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity1 @@ -91,7 +88,7 @@ Update-MgBetaFinancialCompanySaleOrderLineItemCategory -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -101,7 +98,7 @@ Update-MgBetaFinancialCompanySaleOrderLineItemCategory -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleOrderLineItemPicture.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleOrderLineItemPicture.md index 61c2ef0bfcc49..2b2e1c8850e3c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleOrderLineItemPicture.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleOrderLineItemPicture.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/update-mgbetafinancialcompanysaleorderlineitempicture Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaFinancialCompanySaleOrderLineItemPicture --- @@ -25,7 +25,7 @@ Update-MgBetaFinancialCompanySaleOrderLineItemPicture -CompanyId -Pictu [-ContentInputFile ] [-ContentType ] [-Height ] [-Id ] [-Width ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateExpanded1 @@ -37,7 +37,6 @@ Update-MgBetaFinancialCompanySaleOrderLineItemPicture -CompanyId -Pictu [-Height ] [-Id ] [-Width ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update1 @@ -48,7 +47,6 @@ Update-MgBetaFinancialCompanySaleOrderLineItemPicture -CompanyId -Pictu [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -59,7 +57,6 @@ Update-MgBetaFinancialCompanySaleOrderLineItemPicture -CompanyId -Pictu [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded1 @@ -70,7 +67,7 @@ Update-MgBetaFinancialCompanySaleOrderLineItemPicture -InputObject ] [-ContentType ] [-Height ] [-Id ] [-Width ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -81,7 +78,7 @@ Update-MgBetaFinancialCompanySaleOrderLineItemPicture -InputObject ] [-ContentType ] [-Height ] [-Id ] [-Width ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity1 @@ -91,7 +88,7 @@ Update-MgBetaFinancialCompanySaleOrderLineItemPicture -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -101,7 +98,7 @@ Update-MgBetaFinancialCompanySaleOrderLineItemPicture -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleOrderPaymentTerm.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleOrderPaymentTerm.md index f66650fcfb5a7..e2ec87afc9206 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleOrderPaymentTerm.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleOrderPaymentTerm.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/update-mgbetafinancialcompanysaleorderpaymentterm Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaFinancialCompanySaleOrderPaymentTerm --- @@ -27,7 +27,6 @@ Update-MgBetaFinancialCompanySaleOrderPaymentTerm -CompanyId -SalesOrde [-LastModifiedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -37,7 +36,7 @@ Update-MgBetaFinancialCompanySaleOrderPaymentTerm -CompanyId -SalesOrde -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -50,7 +49,6 @@ Update-MgBetaFinancialCompanySaleOrderPaymentTerm -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -60,7 +58,7 @@ Update-MgBetaFinancialCompanySaleOrderPaymentTerm -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleQuote.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleQuote.md index e48abb2d4cdb1..99f04714897e1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleQuote.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleQuote.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/update-mgbetafinancialcompanysalequote Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaFinancialCompanySaleQuote --- @@ -38,7 +38,6 @@ Update-MgBetaFinancialCompanySaleQuote -CompanyId -SalesQuoteId ] [-ValidUntilDate ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -48,7 +47,7 @@ Update-MgBetaFinancialCompanySaleQuote -CompanyId -SalesQuoteId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -72,7 +71,6 @@ Update-MgBetaFinancialCompanySaleQuote -InputObject [-TotalTaxAmount ] [-ValidUntilDate ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -82,7 +80,7 @@ Update-MgBetaFinancialCompanySaleQuote -InputObject -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.Financials/Update-MgBetaFinancialCompanySaleQuoteCurrency.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleQuoteCurrency.md index a37197754c5f3..6596b3aa741e7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleQuoteCurrency.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleQuoteCurrency.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/update-mgbetafinancialcompanysalequotecurrency Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaFinancialCompanySaleQuoteCurrency --- @@ -26,7 +26,7 @@ Update-MgBetaFinancialCompanySaleQuoteCurrency -CompanyId -SalesQuoteId [-DisplayName ] [-Id ] [-LastModifiedDateTime ] [-Symbol ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -36,7 +36,7 @@ Update-MgBetaFinancialCompanySaleQuoteCurrency -CompanyId -SalesQuoteId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -48,7 +48,7 @@ Update-MgBetaFinancialCompanySaleQuoteCurrency -InputObject ] [-Id ] [-LastModifiedDateTime ] [-Symbol ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -58,7 +58,7 @@ Update-MgBetaFinancialCompanySaleQuoteCurrency -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleQuoteCustomer.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleQuoteCustomer.md index baafaea95d296..f5f220cf1ed0c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleQuoteCustomer.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleQuoteCustomer.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/update-mgbetafinancialcompanysalequotecustomer Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaFinancialCompanySaleQuoteCustomer --- @@ -32,7 +32,7 @@ Update-MgBetaFinancialCompanySaleQuoteCustomer -CompanyId -SalesQuoteId [-TaxRegistrationNumber ] [-Type ] [-Website ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -42,7 +42,7 @@ Update-MgBetaFinancialCompanySaleQuoteCustomer -CompanyId -SalesQuoteId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -60,7 +60,7 @@ Update-MgBetaFinancialCompanySaleQuoteCustomer -InputObject ] [-Type ] [-Website ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -70,7 +70,7 @@ Update-MgBetaFinancialCompanySaleQuoteCustomer -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleQuoteCustomerCurrency.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleQuoteCustomerCurrency.md index 9c6b21ed873d4..8b6687a51561f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleQuoteCustomerCurrency.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleQuoteCustomerCurrency.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/update-mgbetafinancialcompanysalequotecustomercurrency Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaFinancialCompanySaleQuoteCustomerCurrency --- @@ -26,7 +26,7 @@ Update-MgBetaFinancialCompanySaleQuoteCustomerCurrency -CompanyId -Sale [-DisplayName ] [-Id ] [-LastModifiedDateTime ] [-Symbol ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -36,7 +36,7 @@ Update-MgBetaFinancialCompanySaleQuoteCustomerCurrency -CompanyId -Sale -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -48,7 +48,7 @@ Update-MgBetaFinancialCompanySaleQuoteCustomerCurrency -InputObject ] [-Id ] [-LastModifiedDateTime ] [-Symbol ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -58,7 +58,7 @@ Update-MgBetaFinancialCompanySaleQuoteCustomerCurrency -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleQuoteCustomerPaymentMethod.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleQuoteCustomerPaymentMethod.md index 309490b01fda5..741a405199664 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleQuoteCustomerPaymentMethod.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleQuoteCustomerPaymentMethod.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/update-mgbetafinancialcompanysalequotecustomerpaymentmethod Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaFinancialCompanySaleQuoteCustomerPaymentMethod --- @@ -25,7 +25,7 @@ Update-MgBetaFinancialCompanySaleQuoteCustomerPaymentMethod -CompanyId [-Code ] [-DisplayName ] [-Id ] [-LastModifiedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -36,7 +36,6 @@ Update-MgBetaFinancialCompanySaleQuoteCustomerPaymentMethod -CompanyId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -47,7 +46,7 @@ Update-MgBetaFinancialCompanySaleQuoteCustomerPaymentMethod -InputObject ] [-Id ] [-LastModifiedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -57,7 +56,7 @@ Update-MgBetaFinancialCompanySaleQuoteCustomerPaymentMethod -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleQuoteCustomerPaymentTerm.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleQuoteCustomerPaymentTerm.md index 400f07fff31f5..bdc99244ba946 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleQuoteCustomerPaymentTerm.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleQuoteCustomerPaymentTerm.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/update-mgbetafinancialcompanysalequotecustomerpaymentterm Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaFinancialCompanySaleQuoteCustomerPaymentTerm --- @@ -27,7 +27,6 @@ Update-MgBetaFinancialCompanySaleQuoteCustomerPaymentTerm -CompanyId -S [-LastModifiedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -37,7 +36,7 @@ Update-MgBetaFinancialCompanySaleQuoteCustomerPaymentTerm -CompanyId -S -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -50,7 +49,6 @@ Update-MgBetaFinancialCompanySaleQuoteCustomerPaymentTerm -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -60,7 +58,7 @@ Update-MgBetaFinancialCompanySaleQuoteCustomerPaymentTerm -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleQuoteCustomerPicture.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleQuoteCustomerPicture.md index 926f31c1db91d..ea8600c7570ff 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleQuoteCustomerPicture.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleQuoteCustomerPicture.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/update-mgbetafinancialcompanysalequotecustomerpicture Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaFinancialCompanySaleQuoteCustomerPicture --- @@ -25,7 +25,7 @@ Update-MgBetaFinancialCompanySaleQuoteCustomerPicture -CompanyId -Pictu [-ContentInputFile ] [-ContentType ] [-Height ] [-Id ] [-Width ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -35,7 +35,7 @@ Update-MgBetaFinancialCompanySaleQuoteCustomerPicture -CompanyId -Pictu -SalesQuoteId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -46,7 +46,7 @@ Update-MgBetaFinancialCompanySaleQuoteCustomerPicture -InputObject ] [-ContentType ] [-Height ] [-Id ] [-Width ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -56,7 +56,7 @@ Update-MgBetaFinancialCompanySaleQuoteCustomerPicture -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleQuoteCustomerShipmentMethod.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleQuoteCustomerShipmentMethod.md index 8b2a756089a84..ba2ab8948d9f4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleQuoteCustomerShipmentMethod.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleQuoteCustomerShipmentMethod.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/update-mgbetafinancialcompanysalequotecustomershipmentmethod Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaFinancialCompanySaleQuoteCustomerShipmentMethod --- @@ -25,7 +25,7 @@ Update-MgBetaFinancialCompanySaleQuoteCustomerShipmentMethod -CompanyId [-Code ] [-DisplayName ] [-Id ] [-LastModifiedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -36,7 +36,6 @@ Update-MgBetaFinancialCompanySaleQuoteCustomerShipmentMethod -CompanyId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -47,7 +46,7 @@ Update-MgBetaFinancialCompanySaleQuoteCustomerShipmentMethod -InputObject ] [-Id ] [-LastModifiedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -57,7 +56,7 @@ Update-MgBetaFinancialCompanySaleQuoteCustomerShipmentMethod -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleQuoteLine.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleQuoteLine.md index 6779188d95911..33c10d941d954 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleQuoteLine.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleQuoteLine.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/update-mgbetafinancialcompanysalequoteline Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaFinancialCompanySaleQuoteLine --- @@ -30,7 +30,7 @@ Update-MgBetaFinancialCompanySaleQuoteLine -CompanyId -SalesQuoteLineId [-TaxPercent ] [-TotalTaxAmount ] [-UnitOfMeasureId ] [-UnitPrice ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateExpanded1 @@ -47,7 +47,6 @@ Update-MgBetaFinancialCompanySaleQuoteLine -CompanyId -SalesQuoteLineId [-UnitOfMeasureId ] [-UnitPrice ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update1 @@ -58,7 +57,6 @@ Update-MgBetaFinancialCompanySaleQuoteLine -CompanyId -SalesQuoteLineId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -68,7 +66,7 @@ Update-MgBetaFinancialCompanySaleQuoteLine -CompanyId -SalesQuoteLineId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded1 @@ -84,7 +82,7 @@ Update-MgBetaFinancialCompanySaleQuoteLine -InputObject [-TaxPercent ] [-TotalTaxAmount ] [-UnitOfMeasureId ] [-UnitPrice ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -100,7 +98,7 @@ Update-MgBetaFinancialCompanySaleQuoteLine -InputObject [-TaxPercent ] [-TotalTaxAmount ] [-UnitOfMeasureId ] [-UnitPrice ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity1 @@ -110,7 +108,7 @@ Update-MgBetaFinancialCompanySaleQuoteLine -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -120,7 +118,7 @@ Update-MgBetaFinancialCompanySaleQuoteLine -InputObject -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.Financials/Update-MgBetaFinancialCompanySaleQuoteLineItem.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleQuoteLineItem.md index 02c4dba4990d9..ba30fe2f854e2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleQuoteLineItem.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleQuoteLineItem.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/update-mgbetafinancialcompanysalequotelineitem Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaFinancialCompanySaleQuoteLineItem --- @@ -29,7 +29,7 @@ Update-MgBetaFinancialCompanySaleQuoteLineItem -CompanyId -SalesQuoteLi [-TaxGroupId ] [-Type ] [-UnitCost ] [-UnitPrice ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateExpanded1 @@ -44,7 +44,7 @@ Update-MgBetaFinancialCompanySaleQuoteLineItem -CompanyId -SalesQuoteLi [-TaxGroupId ] [-Type ] [-UnitCost ] [-UnitPrice ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update1 @@ -54,7 +54,7 @@ Update-MgBetaFinancialCompanySaleQuoteLineItem -CompanyId -SalesQuoteLi -SalesQuoteId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -64,7 +64,7 @@ Update-MgBetaFinancialCompanySaleQuoteLineItem -CompanyId -SalesQuoteLi -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded1 @@ -79,7 +79,7 @@ Update-MgBetaFinancialCompanySaleQuoteLineItem -InputObject ] [-Type ] [-UnitCost ] [-UnitPrice ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -94,7 +94,7 @@ Update-MgBetaFinancialCompanySaleQuoteLineItem -InputObject ] [-Type ] [-UnitCost ] [-UnitPrice ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity1 @@ -104,7 +104,7 @@ Update-MgBetaFinancialCompanySaleQuoteLineItem -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -114,7 +114,7 @@ Update-MgBetaFinancialCompanySaleQuoteLineItem -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleQuoteLineItemCategory.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleQuoteLineItemCategory.md index 22263e462a10f..e51c96cb5d6d3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleQuoteLineItemCategory.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleQuoteLineItemCategory.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/update-mgbetafinancialcompanysalequotelineitemcategory Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaFinancialCompanySaleQuoteLineItemCategory --- @@ -25,7 +25,7 @@ Update-MgBetaFinancialCompanySaleQuoteLineItemCategory -CompanyId [-Code ] [-DisplayName ] [-Id ] [-LastModifiedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateExpanded1 @@ -37,7 +37,6 @@ Update-MgBetaFinancialCompanySaleQuoteLineItemCategory -CompanyId [-LastModifiedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update1 @@ -48,7 +47,6 @@ Update-MgBetaFinancialCompanySaleQuoteLineItemCategory -CompanyId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -59,7 +57,6 @@ Update-MgBetaFinancialCompanySaleQuoteLineItemCategory -CompanyId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded1 @@ -70,7 +67,7 @@ Update-MgBetaFinancialCompanySaleQuoteLineItemCategory -InputObject ] [-Id ] [-LastModifiedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -81,7 +78,7 @@ Update-MgBetaFinancialCompanySaleQuoteLineItemCategory -InputObject ] [-Id ] [-LastModifiedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity1 @@ -91,7 +88,7 @@ Update-MgBetaFinancialCompanySaleQuoteLineItemCategory -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -101,7 +98,7 @@ Update-MgBetaFinancialCompanySaleQuoteLineItemCategory -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleQuoteLineItemPicture.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleQuoteLineItemPicture.md index c7cc6b3820aa3..8ae88f72a4455 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleQuoteLineItemPicture.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleQuoteLineItemPicture.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/update-mgbetafinancialcompanysalequotelineitempicture Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaFinancialCompanySaleQuoteLineItemPicture --- @@ -25,7 +25,7 @@ Update-MgBetaFinancialCompanySaleQuoteLineItemPicture -CompanyId -Pictu [-ContentInputFile ] [-ContentType ] [-Height ] [-Id ] [-Width ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateExpanded1 @@ -37,7 +37,6 @@ Update-MgBetaFinancialCompanySaleQuoteLineItemPicture -CompanyId -Pictu [-Height ] [-Id ] [-Width ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update1 @@ -48,7 +47,6 @@ Update-MgBetaFinancialCompanySaleQuoteLineItemPicture -CompanyId -Pictu [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -59,7 +57,6 @@ Update-MgBetaFinancialCompanySaleQuoteLineItemPicture -CompanyId -Pictu [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded1 @@ -70,7 +67,7 @@ Update-MgBetaFinancialCompanySaleQuoteLineItemPicture -InputObject ] [-ContentType ] [-Height ] [-Id ] [-Width ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -81,7 +78,7 @@ Update-MgBetaFinancialCompanySaleQuoteLineItemPicture -InputObject ] [-ContentType ] [-Height ] [-Id ] [-Width ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity1 @@ -91,7 +88,7 @@ Update-MgBetaFinancialCompanySaleQuoteLineItemPicture -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -101,7 +98,7 @@ Update-MgBetaFinancialCompanySaleQuoteLineItemPicture -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleQuotePaymentTerm.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleQuotePaymentTerm.md index 667ecb9ab6087..5d49774276551 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleQuotePaymentTerm.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleQuotePaymentTerm.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/update-mgbetafinancialcompanysalequotepaymentterm Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaFinancialCompanySaleQuotePaymentTerm --- @@ -27,7 +27,6 @@ Update-MgBetaFinancialCompanySaleQuotePaymentTerm -CompanyId -SalesQuot [-LastModifiedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -37,7 +36,7 @@ Update-MgBetaFinancialCompanySaleQuotePaymentTerm -CompanyId -SalesQuot -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -50,7 +49,6 @@ Update-MgBetaFinancialCompanySaleQuotePaymentTerm -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -60,7 +58,7 @@ Update-MgBetaFinancialCompanySaleQuotePaymentTerm -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleQuoteShipmentMethod.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleQuoteShipmentMethod.md index de598e4f72412..fd0c6a520fdb4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleQuoteShipmentMethod.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanySaleQuoteShipmentMethod.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/update-mgbetafinancialcompanysalequoteshipmentmethod Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaFinancialCompanySaleQuoteShipmentMethod --- @@ -25,7 +25,7 @@ Update-MgBetaFinancialCompanySaleQuoteShipmentMethod -CompanyId -SalesQ [-DisplayName ] [-Id ] [-LastModifiedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -35,7 +35,7 @@ Update-MgBetaFinancialCompanySaleQuoteShipmentMethod -CompanyId -SalesQ -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -46,7 +46,7 @@ Update-MgBetaFinancialCompanySaleQuoteShipmentMethod -InputObject ] [-Id ] [-LastModifiedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -56,7 +56,7 @@ Update-MgBetaFinancialCompanySaleQuoteShipmentMethod -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyShipmentMethod.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyShipmentMethod.md index 7164f86d54386..956319112fc75 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyShipmentMethod.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyShipmentMethod.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/update-mgbetafinancialcompanyshipmentmethod Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaFinancialCompanyShipmentMethod --- @@ -25,7 +25,7 @@ Update-MgBetaFinancialCompanyShipmentMethod -CompanyId -ShipmentMethodI [-DisplayName ] [-Id ] [-LastModifiedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -35,7 +35,7 @@ Update-MgBetaFinancialCompanyShipmentMethod -CompanyId -ShipmentMethodI -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -46,7 +46,7 @@ Update-MgBetaFinancialCompanyShipmentMethod -InputObject [-DisplayName ] [-Id ] [-LastModifiedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -56,7 +56,7 @@ Update-MgBetaFinancialCompanyShipmentMethod -InputObject -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.Financials/Update-MgBetaFinancialCompanyTaxArea.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyTaxArea.md index 949d1f34c1152..c852c914071f0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyTaxArea.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyTaxArea.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/update-mgbetafinancialcompanytaxarea Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaFinancialCompanyTaxArea --- @@ -25,7 +25,7 @@ Update-MgBetaFinancialCompanyTaxArea -CompanyId -TaxAreaId [-DisplayName ] [-Id ] [-LastModifiedDateTime ] [-TaxType ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -35,7 +35,7 @@ Update-MgBetaFinancialCompanyTaxArea -CompanyId -TaxAreaId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -46,7 +46,7 @@ Update-MgBetaFinancialCompanyTaxArea -InputObject [-DisplayName ] [-Id ] [-LastModifiedDateTime ] [-TaxType ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -56,7 +56,7 @@ Update-MgBetaFinancialCompanyTaxArea -InputObject -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.Financials/Update-MgBetaFinancialCompanyTaxGroup.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyTaxGroup.md index 1d50c50585a02..ae75f65ff91cf 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyTaxGroup.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyTaxGroup.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/update-mgbetafinancialcompanytaxgroup Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaFinancialCompanyTaxGroup --- @@ -25,7 +25,7 @@ Update-MgBetaFinancialCompanyTaxGroup -CompanyId -TaxGroupId [-DisplayName ] [-Id ] [-LastModifiedDateTime ] [-TaxType ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -35,7 +35,7 @@ Update-MgBetaFinancialCompanyTaxGroup -CompanyId -TaxGroupId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -46,7 +46,7 @@ Update-MgBetaFinancialCompanyTaxGroup -InputObject [-DisplayName ] [-Id ] [-LastModifiedDateTime ] [-TaxType ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -56,7 +56,7 @@ Update-MgBetaFinancialCompanyTaxGroup -InputObject -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.Financials/Update-MgBetaFinancialCompanyUnitOfMeasure.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyUnitOfMeasure.md index ff4f136ff4f19..ed0b38b5a1eff 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyUnitOfMeasure.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyUnitOfMeasure.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/update-mgbetafinancialcompanyunitofmeasure Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaFinancialCompanyUnitOfMeasure --- @@ -26,7 +26,6 @@ Update-MgBetaFinancialCompanyUnitOfMeasure -CompanyId -UnitOfMeasureId [-LastModifiedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -36,7 +35,7 @@ Update-MgBetaFinancialCompanyUnitOfMeasure -CompanyId -UnitOfMeasureId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -48,7 +47,6 @@ Update-MgBetaFinancialCompanyUnitOfMeasure -InputObject [-LastModifiedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -58,7 +56,7 @@ Update-MgBetaFinancialCompanyUnitOfMeasure -InputObject -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.Financials/Update-MgBetaFinancialCompanyVendor.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyVendor.md index ace38720becc9..f73278aa46c42 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyVendor.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyVendor.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/update-mgbetafinancialcompanyvendor Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaFinancialCompanyVendor --- @@ -30,7 +30,7 @@ Update-MgBetaFinancialCompanyVendor -CompanyId -VendorId [-Picture ] [-TaxLiable] [-TaxRegistrationNumber ] [-Website ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -40,7 +40,7 @@ Update-MgBetaFinancialCompanyVendor -CompanyId -VendorId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -56,7 +56,7 @@ Update-MgBetaFinancialCompanyVendor -InputObject [-Picture ] [-TaxLiable] [-TaxRegistrationNumber ] [-Website ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -66,7 +66,7 @@ Update-MgBetaFinancialCompanyVendor -InputObject -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.Financials/Update-MgBetaFinancialCompanyVendorCurrency.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyVendorCurrency.md index ec996c111f04d..53a28e336b8e9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyVendorCurrency.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyVendorCurrency.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/update-mgbetafinancialcompanyvendorcurrency Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaFinancialCompanyVendorCurrency --- @@ -26,7 +26,7 @@ Update-MgBetaFinancialCompanyVendorCurrency -CompanyId -VendorId ] [-Id ] [-LastModifiedDateTime ] [-Symbol ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -36,7 +36,7 @@ Update-MgBetaFinancialCompanyVendorCurrency -CompanyId -VendorId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -48,7 +48,7 @@ Update-MgBetaFinancialCompanyVendorCurrency -InputObject [-DisplayName ] [-Id ] [-LastModifiedDateTime ] [-Symbol ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -58,7 +58,7 @@ Update-MgBetaFinancialCompanyVendorCurrency -InputObject -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.Financials/Update-MgBetaFinancialCompanyVendorPaymentMethod.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyVendorPaymentMethod.md index ec4f44e197e3e..b99de86041acb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyVendorPaymentMethod.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyVendorPaymentMethod.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/update-mgbetafinancialcompanyvendorpaymentmethod Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaFinancialCompanyVendorPaymentMethod --- @@ -25,7 +25,7 @@ Update-MgBetaFinancialCompanyVendorPaymentMethod -CompanyId -VendorId < [-DisplayName ] [-Id ] [-LastModifiedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -35,7 +35,7 @@ Update-MgBetaFinancialCompanyVendorPaymentMethod -CompanyId -VendorId < -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -46,7 +46,7 @@ Update-MgBetaFinancialCompanyVendorPaymentMethod -InputObject ] [-Id ] [-LastModifiedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -56,7 +56,7 @@ Update-MgBetaFinancialCompanyVendorPaymentMethod -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyVendorPaymentTerm.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyVendorPaymentTerm.md index 8b4b11c072083..18eb490eccf4e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyVendorPaymentTerm.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyVendorPaymentTerm.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/update-mgbetafinancialcompanyvendorpaymentterm Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaFinancialCompanyVendorPaymentTerm --- @@ -27,7 +27,6 @@ Update-MgBetaFinancialCompanyVendorPaymentTerm -CompanyId -VendorId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -37,7 +36,7 @@ Update-MgBetaFinancialCompanyVendorPaymentTerm -CompanyId -VendorId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -50,7 +49,6 @@ Update-MgBetaFinancialCompanyVendorPaymentTerm -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -60,7 +58,7 @@ Update-MgBetaFinancialCompanyVendorPaymentTerm -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyVendorPicture.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyVendorPicture.md index e419de9d2e615..d85f6ab8a8552 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyVendorPicture.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Financials/Update-MgBetaFinancialCompanyVendorPicture.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Financials-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.financials/update-mgbetafinancialcompanyvendorpicture Locale: en-US Module Name: Microsoft.Graph.Beta.Financials -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaFinancialCompanyVendorPicture --- @@ -25,7 +25,7 @@ Update-MgBetaFinancialCompanyVendorPicture -CompanyId -PictureId ] [-ContentType ] [-Height ] [-Id ] [-Width ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -35,7 +35,7 @@ Update-MgBetaFinancialCompanyVendorPicture -CompanyId -PictureId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -46,7 +46,7 @@ Update-MgBetaFinancialCompanyVendorPicture -InputObject [-ContentInputFile ] [-ContentType ] [-Height ] [-Id ] [-Width ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -56,7 +56,7 @@ Update-MgBetaFinancialCompanyVendorPicture -InputObject -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.Governance/Add-MgBetaAccessReviewDecision.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Add-MgBetaAccessReviewDecision.md index f0f2e0b40f021..76f6c63493943 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Add-MgBetaAccessReviewDecision.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Add-MgBetaAccessReviewDecision.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/add-mgbetaaccessreviewdecision Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Add-MgBetaAccessReviewDecision --- @@ -33,7 +33,6 @@ Add-MgBetaAccessReviewDecision -AccessReviewId [-ResponseHeadersVariabl [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ApplyViaIdentity @@ -43,7 +42,6 @@ Add-MgBetaAccessReviewDecision -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -442,6 +440,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Add-MgBetaAccessReviewInstanceDecision.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Add-MgBetaAccessReviewInstanceDecision.md index 997e7606379f1..644dcc73077b6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Add-MgBetaAccessReviewInstanceDecision.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Add-MgBetaAccessReviewInstanceDecision.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/add-mgbetaaccessreviewinstancedecision Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Add-MgBetaAccessReviewInstanceDecision --- @@ -33,7 +33,6 @@ Add-MgBetaAccessReviewInstanceDecision -AccessReviewId -AccessReviewId1 [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ApplyViaIdentity @@ -43,7 +42,6 @@ Add-MgBetaAccessReviewInstanceDecision -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -442,6 +440,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Add-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecision.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Add-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecision.md index 1ac35395aca58..17c3b4121c0ea 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Add-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecision.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Add-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecision.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/add-mgbetaidentitygovernanceaccessreviewdecisioninstancedecision Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Add-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecision --- @@ -26,7 +26,6 @@ Add-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecision [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ApplyViaIdentity @@ -37,7 +36,6 @@ Add-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecision [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -407,6 +405,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Add-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecision.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Add-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecision.md index df5eeb11519f2..6b6f367add0a1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Add-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecision.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Add-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecision.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/add-mgbetaidentitygovernanceaccessreviewdefinitioninstancedecision Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Add-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecision --- @@ -29,7 +29,6 @@ Add-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecision -AccessReview [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ApplyViaIdentity @@ -40,7 +39,6 @@ Add-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecision [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -452,6 +450,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Add-MgBetaIdentityGovernanceAccessReviewInstanceDecision.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Add-MgBetaIdentityGovernanceAccessReviewInstanceDecision.md index 844d106f343eb..2ca963ba9aab9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Add-MgBetaIdentityGovernanceAccessReviewInstanceDecision.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Add-MgBetaIdentityGovernanceAccessReviewInstanceDecision.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/add-mgbetaidentitygovernanceaccessreviewinstancedecision Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Add-MgBetaIdentityGovernanceAccessReviewInstanceDecision --- @@ -25,7 +25,6 @@ Add-MgBetaIdentityGovernanceAccessReviewInstanceDecision -AccessReviewInstanceId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Apply1 @@ -36,7 +35,6 @@ Add-MgBetaIdentityGovernanceAccessReviewInstanceDecision -AccessReviewInstanceId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ApplyViaIdentity1 @@ -46,7 +44,6 @@ Add-MgBetaIdentityGovernanceAccessReviewInstanceDecision -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ApplyViaIdentity @@ -56,7 +53,6 @@ Add-MgBetaIdentityGovernanceAccessReviewInstanceDecision -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -459,6 +455,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Add-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstanceDecision.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Add-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstanceDecision.md index e9ef290688d4d..cfc4470b8311f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Add-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstanceDecision.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Add-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstanceDecision.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/add-mgbetaidentitygovernanceaccessreviewinstancestagedecisioninstancedecision Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Add-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstanceDecision --- @@ -26,7 +26,6 @@ Add-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstanceDecision -AccessReviewStageId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ApplyViaIdentity @@ -37,7 +36,6 @@ Add-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstanceDecision [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -449,6 +447,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Export-MgBetaPrivilegedAccessResourceRoleAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Export-MgBetaPrivilegedAccessResourceRoleAssignment.md index 5ba439bd11c93..b8c1fbd5dfa19 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Export-MgBetaPrivilegedAccessResourceRoleAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Export-MgBetaPrivilegedAccessResourceRoleAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/export-mgbetaprivilegedaccessresourceroleassignment Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Export-MgBetaPrivilegedAccessResourceRoleAssignment --- @@ -24,7 +24,7 @@ Export-MgBetaPrivilegedAccessResourceRoleAssignment -GovernanceResourceId [-Count] [-Filter ] [-Search ] [-Skip ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### ExportViaIdentity @@ -34,7 +34,7 @@ Export-MgBetaPrivilegedAccessResourceRoleAssignment -InputObject ] [-Search ] [-Skip ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -465,6 +465,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Export-MgBetaPrivilegedAccessRoleAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Export-MgBetaPrivilegedAccessRoleAssignment.md index 61ddea76ec8ac..18d7a860245f5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Export-MgBetaPrivilegedAccessRoleAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Export-MgBetaPrivilegedAccessRoleAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/export-mgbetaprivilegedaccessroleassignment Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Export-MgBetaPrivilegedAccessRoleAssignment --- @@ -24,7 +24,7 @@ Export-MgBetaPrivilegedAccessRoleAssignment -PrivilegedAccessId [-Count [-Search ] [-Skip ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### ExportViaIdentity @@ -34,7 +34,7 @@ Export-MgBetaPrivilegedAccessRoleAssignment -InputObject ] [-Search ] [-Skip ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -444,6 +444,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaAccessReview.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaAccessReview.md index eb24e07ca4d37..cd4e42a2ce72f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaAccessReview.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaAccessReview.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaaccessreview Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaAccessReview --- @@ -30,7 +30,7 @@ Get-MgBetaAccessReview [-ExpandProperty ] [-Property ] [-Fil [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -39,7 +39,7 @@ Get-MgBetaAccessReview [-ExpandProperty ] [-Property ] [-Fil Get-MgBetaAccessReview -AccessReviewId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +48,7 @@ Get-MgBetaAccessReview -AccessReviewId [-ExpandProperty ] [-P Get-MgBetaAccessReview -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -69,7 +69,7 @@ Each past and current instance will have decisions. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | AccessReview.Read.All, AccessReview.ReadWrite.Membership, AccessReview.ReadWrite.All, | +| Delegated (work or school account) | AccessReview.Read.All, AccessReview.ReadWrite.All, AccessReview.ReadWrite.Membership, | | Delegated (personal Microsoft account) | Not supported | | Application | AccessReview.Read.All, AccessReview.ReadWrite.Membership, | @@ -594,6 +594,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaAccessReviewCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaAccessReviewCount.md index 8a9608f71e500..05727238c1398 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaAccessReviewCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaAccessReviewCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaaccessreviewcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaAccessReviewCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaAccessReviewCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -39,7 +39,7 @@ Get the number of the resource | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | AccessReview.Read.All, AccessReview.ReadWrite.Membership, AccessReview.ReadWrite.All, | +| Delegated (work or school account) | AccessReview.Read.All, AccessReview.ReadWrite.All, AccessReview.ReadWrite.Membership, | | Delegated (personal Microsoft account) | Not supported | | Application | AccessReview.Read.All, AccessReview.ReadWrite.Membership, | diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaAccessReviewDecision.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaAccessReviewDecision.md index 2134be95d6db9..b5bfc55eb7c36 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaAccessReviewDecision.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaAccessReviewDecision.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaaccessreviewdecision Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaAccessReviewDecision --- @@ -25,7 +25,7 @@ Get-MgBetaAccessReviewDecision -AccessReviewId [-ExpandProperty ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaAccessReviewDecision -AccessReviewDecisionId -AccessReviewId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -45,7 +45,7 @@ Get-MgBetaAccessReviewDecision -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -605,6 +605,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaAccessReviewDecisionCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaAccessReviewDecisionCount.md index 5ed8fa3841414..27c71398e4f0c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaAccessReviewDecisionCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaAccessReviewDecisionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaaccessreviewdecisioncount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaAccessReviewDecisionCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaAccessReviewDecisionCount -AccessReviewId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -32,7 +32,7 @@ Get-MgBetaAccessReviewDecisionCount -AccessReviewId [-Filter ] Get-MgBetaAccessReviewDecisionCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -48,7 +48,7 @@ Get the number of the resource | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | AccessReview.Read.All, AccessReview.ReadWrite.Membership, AccessReview.ReadWrite.All, | +| Delegated (work or school account) | AccessReview.Read.All, AccessReview.ReadWrite.All, AccessReview.ReadWrite.Membership, | | Delegated (personal Microsoft account) | Not supported | | Application | AccessReview.Read.All, AccessReview.ReadWrite.Membership, | @@ -386,6 +386,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaAccessReviewInstance.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaAccessReviewInstance.md index 86098cfde4c00..62ca36d91f4e3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaAccessReviewInstance.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaAccessReviewInstance.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaaccessreviewinstance Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaAccessReviewInstance --- @@ -25,7 +25,7 @@ Get-MgBetaAccessReviewInstance -AccessReviewId [-ExpandProperty ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaAccessReviewInstance -AccessReviewId -AccessReviewId1 ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -45,7 +45,7 @@ Get-MgBetaAccessReviewInstance -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -592,6 +592,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaAccessReviewInstanceCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaAccessReviewInstanceCount.md index 7b5685a5e99ed..9f95f8428b6b2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaAccessReviewInstanceCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaAccessReviewInstanceCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaaccessreviewinstancecount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaAccessReviewInstanceCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaAccessReviewInstanceCount -AccessReviewId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -32,7 +32,7 @@ Get-MgBetaAccessReviewInstanceCount -AccessReviewId [-Filter ] Get-MgBetaAccessReviewInstanceCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -378,6 +378,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaAccessReviewInstanceDecision.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaAccessReviewInstanceDecision.md index 892d0a2e88dd9..8f617aa1bbd1f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaAccessReviewInstanceDecision.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaAccessReviewInstanceDecision.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaaccessreviewinstancedecision Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaAccessReviewInstanceDecision --- @@ -26,7 +26,6 @@ Get-MgBetaAccessReviewInstanceDecision -AccessReviewId -AccessReviewId1 [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -36,7 +35,7 @@ Get-MgBetaAccessReviewInstanceDecision -AccessReviewDecisionId -AccessR -AccessReviewId1 [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +45,7 @@ Get-MgBetaAccessReviewInstanceDecision -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -620,6 +619,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaAccessReviewInstanceDecisionCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaAccessReviewInstanceDecisionCount.md index 23faca5e1b629..3c5d1c7e4e0da 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaAccessReviewInstanceDecisionCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaAccessReviewInstanceDecisionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaaccessreviewinstancedecisioncount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaAccessReviewInstanceDecisionCount --- @@ -24,7 +24,7 @@ Get-MgBetaAccessReviewInstanceDecisionCount -AccessReviewId -AccessRevi [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaAccessReviewInstanceDecisionCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -401,6 +401,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaAccessReviewInstanceMyDecision.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaAccessReviewInstanceMyDecision.md index 259023cceadf4..7191f4b6adda4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaAccessReviewInstanceMyDecision.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaAccessReviewInstanceMyDecision.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaaccessreviewinstancemydecision Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaAccessReviewInstanceMyDecision --- @@ -26,7 +26,6 @@ Get-MgBetaAccessReviewInstanceMyDecision -AccessReviewId -AccessReviewI [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -36,7 +35,7 @@ Get-MgBetaAccessReviewInstanceMyDecision -AccessReviewDecisionId -Acces -AccessReviewId1 [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +45,7 @@ Get-MgBetaAccessReviewInstanceMyDecision -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -620,6 +619,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaAccessReviewInstanceMyDecisionCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaAccessReviewInstanceMyDecisionCount.md index 29f4be6847263..ec50585c546d0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaAccessReviewInstanceMyDecisionCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaAccessReviewInstanceMyDecisionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaaccessreviewinstancemydecisioncount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaAccessReviewInstanceMyDecisionCount --- @@ -24,7 +24,7 @@ Get-MgBetaAccessReviewInstanceMyDecisionCount -AccessReviewId -AccessRe [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaAccessReviewInstanceMyDecisionCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -401,6 +401,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaAccessReviewInstanceReviewer.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaAccessReviewInstanceReviewer.md index 555a7c9501064..67655f66c7753 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaAccessReviewInstanceReviewer.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaAccessReviewInstanceReviewer.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaaccessreviewinstancereviewer Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaAccessReviewInstanceReviewer --- @@ -26,7 +26,6 @@ Get-MgBetaAccessReviewInstanceReviewer -AccessReviewId -AccessReviewId1 [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -36,7 +35,7 @@ Get-MgBetaAccessReviewInstanceReviewer -AccessReviewId -AccessReviewId1 -AccessReviewReviewerId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +45,7 @@ Get-MgBetaAccessReviewInstanceReviewer -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -620,6 +619,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaAccessReviewInstanceReviewerCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaAccessReviewInstanceReviewerCount.md index d3d44a2da9023..02dad6acb5873 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaAccessReviewInstanceReviewerCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaAccessReviewInstanceReviewerCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaaccessreviewinstancereviewercount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaAccessReviewInstanceReviewerCount --- @@ -24,7 +24,7 @@ Get-MgBetaAccessReviewInstanceReviewerCount -AccessReviewId -AccessRevi [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaAccessReviewInstanceReviewerCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -401,6 +401,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaAccessReviewMyDecision.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaAccessReviewMyDecision.md index e258968e3f92d..1414d32498134 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaAccessReviewMyDecision.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaAccessReviewMyDecision.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaaccessreviewmydecision Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaAccessReviewMyDecision --- @@ -25,7 +25,7 @@ Get-MgBetaAccessReviewMyDecision -AccessReviewId [-ExpandProperty ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaAccessReviewMyDecision -AccessReviewDecisionId -AccessReviewI [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -45,7 +45,7 @@ Get-MgBetaAccessReviewMyDecision -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -605,6 +605,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaAccessReviewMyDecisionCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaAccessReviewMyDecisionCount.md index 4d7591cceb495..408066b4eb6d4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaAccessReviewMyDecisionCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaAccessReviewMyDecisionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaaccessreviewmydecisioncount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaAccessReviewMyDecisionCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaAccessReviewMyDecisionCount -AccessReviewId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -32,7 +32,7 @@ Get-MgBetaAccessReviewMyDecisionCount -AccessReviewId [-Filter Get-MgBetaAccessReviewMyDecisionCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -48,7 +48,7 @@ Get the number of the resource | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | AccessReview.Read.All, AccessReview.ReadWrite.Membership, AccessReview.ReadWrite.All, | +| Delegated (work or school account) | AccessReview.Read.All, AccessReview.ReadWrite.All, AccessReview.ReadWrite.Membership, | | Delegated (personal Microsoft account) | Not supported | | Application | Not supported | @@ -386,6 +386,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaAccessReviewReviewer.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaAccessReviewReviewer.md index 530bb0051791d..8ac083ce9ccd6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaAccessReviewReviewer.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaAccessReviewReviewer.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaaccessreviewreviewer Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaAccessReviewReviewer --- @@ -25,7 +25,7 @@ Get-MgBetaAccessReviewReviewer -AccessReviewId [-ExpandProperty ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaAccessReviewReviewer -AccessReviewId -AccessReviewReviewerId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -45,7 +45,7 @@ Get-MgBetaAccessReviewReviewer -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -605,6 +605,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaAccessReviewReviewerCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaAccessReviewReviewerCount.md index 36e2ad933cf89..656dabf1eddf8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaAccessReviewReviewerCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaAccessReviewReviewerCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaaccessreviewreviewercount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaAccessReviewReviewerCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaAccessReviewReviewerCount -AccessReviewId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -32,7 +32,7 @@ Get-MgBetaAccessReviewReviewerCount -AccessReviewId [-Filter ] Get-MgBetaAccessReviewReviewerCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -48,7 +48,7 @@ Get the number of the resource | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | AccessReview.Read.All, AccessReview.ReadWrite.Membership, AccessReview.ReadWrite.All, | +| Delegated (work or school account) | AccessReview.Read.All, AccessReview.ReadWrite.All, AccessReview.ReadWrite.Membership, | | Delegated (personal Microsoft account) | Not supported | | Application | AccessReview.Read.All, AccessReview.ReadWrite.Membership, | @@ -386,6 +386,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaAgreement.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaAgreement.md index 49747bbf8175c..dfb65c2ace97b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaAgreement.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaAgreement.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaagreement Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaAgreement --- @@ -28,7 +28,7 @@ Get-MgBetaAgreement [-Property ] [-ExpandProperty ] [-Filter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -37,7 +37,7 @@ Get-MgBetaAgreement [-Property ] [-ExpandProperty ] [-Filter Get-MgBetaAgreement -AgreementId [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +46,7 @@ Get-MgBetaAgreement -AgreementId [-Property ] [-ResponseHeade Get-MgBetaAgreement -InputObject [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -566,6 +566,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaAgreementAcceptance.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaAgreementAcceptance.md index 22f95da190613..97afe4031e885 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaAgreementAcceptance.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaAgreementAcceptance.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaagreementacceptance Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaAgreementAcceptance --- @@ -29,7 +29,7 @@ Get-MgBetaAgreementAcceptance -AgreementId [-ExpandProperty ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -39,7 +39,7 @@ Get-MgBetaAgreementAcceptance -AgreementAcceptanceId -AgreementId ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -49,7 +49,7 @@ Get-MgBetaAgreementAcceptance -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -597,6 +597,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaAgreementAcceptanceCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaAgreementAcceptanceCount.md index b041e05eb05d4..b6a0a600655ac 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaAgreementAcceptanceCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaAgreementAcceptanceCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaagreementacceptancecount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaAgreementAcceptanceCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaAgreementAcceptanceCount -AgreementId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaAgreementAcceptanceCount -AgreementId [-Filter ] [-Se Get-MgBetaAgreementAcceptanceCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -381,6 +381,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaAgreementFile.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaAgreementFile.md index 4d50978aaa9a1..e4cd777817480 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaAgreementFile.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaAgreementFile.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaagreementfile Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaAgreementFile --- @@ -27,7 +27,7 @@ The default file can have multiple versions, each with its own language, that ca Get-MgBetaAgreementFile -AgreementId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### List @@ -38,7 +38,7 @@ Get-MgBetaAgreementFile -AgreementId [-ExpandProperty ] [-Pro [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### GetViaIdentity @@ -47,7 +47,7 @@ Get-MgBetaAgreementFile -AgreementId [-ExpandProperty ] [-Pro Get-MgBetaAgreementFile -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -599,6 +599,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaAgreementFileCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaAgreementFileCount.md index f7563ddaaf1cf..138f0f1d6e2e5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaAgreementFileCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaAgreementFileCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaagreementfilecount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaAgreementFileCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaAgreementFileCount -AgreementId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaAgreementFileCount -AgreementId [-Filter ] [-Search < Get-MgBetaAgreementFileCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -381,6 +381,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaAgreementFileLocalization.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaAgreementFileLocalization.md index c3d52e83eeebc..c4dce5519cebb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaAgreementFileLocalization.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaAgreementFileLocalization.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaagreementfilelocalization Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaAgreementFileLocalization --- @@ -28,7 +28,7 @@ Get-MgBetaAgreementFileLocalization -AgreementId [-ExpandProperty ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaAgreementFileLocalization -AgreementFileLocalizationId -Agree [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +48,7 @@ Get-MgBetaAgreementFileLocalization -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -608,6 +608,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaAgreementFileLocalizationCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaAgreementFileLocalizationCount.md index 50d544aa9b543..18fc04e9152bb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaAgreementFileLocalizationCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaAgreementFileLocalizationCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaagreementfilelocalizationcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaAgreementFileLocalizationCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaAgreementFileLocalizationCount -AgreementId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaAgreementFileLocalizationCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -382,6 +382,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaAgreementFileLocalizationVersion.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaAgreementFileLocalizationVersion.md index e35a63e4dde09..966aca27bce8a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaAgreementFileLocalizationVersion.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaAgreementFileLocalizationVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaagreementfilelocalizationversion Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaAgreementFileLocalizationVersion --- @@ -30,7 +30,7 @@ Get-MgBetaAgreementFileLocalizationVersion -AgreementFileLocalizationId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -40,7 +40,7 @@ Get-MgBetaAgreementFileLocalizationVersion -AgreementFileLocalizationId -AgreementFileVersionId -AgreementId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -50,7 +50,7 @@ Get-MgBetaAgreementFileLocalizationVersion -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -625,6 +625,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaAgreementFileLocalizationVersionCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaAgreementFileLocalizationVersionCount.md index ee73e207e9a3f..0efd81e9f4b10 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaAgreementFileLocalizationVersionCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaAgreementFileLocalizationVersionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaagreementfilelocalizationversioncount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaAgreementFileLocalizationVersionCount --- @@ -27,7 +27,7 @@ Get-MgBetaAgreementFileLocalizationVersionCount -AgreementFileLocalizationId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaAgreementFileLocalizationVersionCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -404,6 +404,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaAgreementFileVersion.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaAgreementFileVersion.md index c785fc691e000..4c39dbe29f660 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaAgreementFileVersion.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaAgreementFileVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaagreementfileversion Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaAgreementFileVersion --- @@ -30,7 +30,6 @@ Get-MgBetaAgreementFileVersion -AgreementFileLocalizationId -AgreementI [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -40,7 +39,7 @@ Get-MgBetaAgreementFileVersion -AgreementFileLocalizationId -AgreementFileVersionId -AgreementId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -50,7 +49,7 @@ Get-MgBetaAgreementFileVersion -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -625,6 +624,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaAgreementFileVersionCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaAgreementFileVersionCount.md index 5c8518f228aa1..121f7459e55c5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaAgreementFileVersionCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaAgreementFileVersionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaagreementfileversioncount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaAgreementFileVersionCount --- @@ -27,7 +27,7 @@ Get-MgBetaAgreementFileVersionCount -AgreementFileLocalizationId -Agree [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaAgreementFileVersionCount -AgreementFileLocalizationId -Agree Get-MgBetaAgreementFileVersionCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -403,6 +403,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaBusinessFlowTemplate.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaBusinessFlowTemplate.md index 002939ab8bd5f..bfc842029190b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaBusinessFlowTemplate.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaBusinessFlowTemplate.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetabusinessflowtemplate Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaBusinessFlowTemplate --- @@ -25,7 +25,7 @@ Get-MgBetaBusinessFlowTemplate [-ExpandProperty ] [-Property ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -34,7 +34,7 @@ Get-MgBetaBusinessFlowTemplate [-ExpandProperty ] [-Property [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -44,7 +44,7 @@ Get-MgBetaBusinessFlowTemplate -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -577,6 +577,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaBusinessFlowTemplateCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaBusinessFlowTemplateCount.md index c2c05cd51e7f1..19834c484890d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaBusinessFlowTemplateCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaBusinessFlowTemplateCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetabusinessflowtemplatecount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaBusinessFlowTemplateCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaBusinessFlowTemplateCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAccessPackage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAccessPackage.md index 68e818ab7344e..cda952a8cf7c2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAccessPackage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAccessPackage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaentitlementmanagementaccesspackage Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaEntitlementManagementAccessPackage --- @@ -26,7 +26,7 @@ Retrieve the properties and relationships of an accessPackage object. Get-MgBetaEntitlementManagementAccessPackage [-ExpandProperty ] [-Property ] [-Sort ] [-Break] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-All] [] + [-ProxyUseDefaultCredentials] [-All] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaEntitlementManagementAccessPackage [-ExpandProperty ] [-Prop Get-MgBetaEntitlementManagementAccessPackage -AccessPackageId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -45,7 +45,7 @@ Get-MgBetaEntitlementManagementAccessPackage -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### List @@ -56,7 +56,7 @@ Get-MgBetaEntitlementManagementAccessPackage [-ExpandProperty ] [-Prop [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### ListByDisplayNameContains @@ -65,7 +65,7 @@ Get-MgBetaEntitlementManagementAccessPackage [-ExpandProperty ] [-Prop Get-MgBetaEntitlementManagementAccessPackage -DisplayNameContains [-ExpandProperty ] [-Property ] [-Sort ] [-Top ] [-Break] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-All] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-All] ``` ### ListByDisplayNameEq @@ -74,7 +74,7 @@ Get-MgBetaEntitlementManagementAccessPackage -DisplayNameContains Get-MgBetaEntitlementManagementAccessPackage -DisplayNameEq [-ExpandProperty ] [-Property ] [-Sort ] [-Top ] [-Break] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-All] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-All] ``` ### ListByCatalogId @@ -83,7 +83,7 @@ Get-MgBetaEntitlementManagementAccessPackage -DisplayNameEq [-ExpandPro Get-MgBetaEntitlementManagementAccessPackage -CatalogId [-ExpandProperty ] [-Property ] [-Sort ] [-Top ] [-Break] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-All] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-All] ``` ## ALIASES @@ -839,6 +839,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAccessPackageApplicablePolicyRequirement.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAccessPackageApplicablePolicyRequirement.md index ae401407a3343..62344f9ec120e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAccessPackageApplicablePolicyRequirement.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAccessPackageApplicablePolicyRequirement.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaentitlementmanagementaccesspackageapplicablepolicyrequirement Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaEntitlementManagementAccessPackageApplicablePolicyRequirement --- @@ -28,7 +28,6 @@ Get-MgBetaEntitlementManagementAccessPackageApplicablePolicyRequirement -AccessP [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### GetViaIdentity @@ -38,7 +37,7 @@ Get-MgBetaEntitlementManagementAccessPackageApplicablePolicyRequirement -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -425,6 +424,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAccessPackageAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAccessPackageAssignment.md index 0c26961b96b0f..5b4503c050b1e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAccessPackageAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAccessPackageAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaentitlementmanagementaccesspackageassignment Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaEntitlementManagementAccessPackageAssignment --- @@ -23,7 +23,7 @@ The assignment of an access package to a subject for a period of time. Get-MgBetaEntitlementManagementAccessPackageAssignment [-ExpandProperty ] [-Property ] [-Sort ] [-Break] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-All] [] + [-ProxyUseDefaultCredentials] [-All] ``` ### Get @@ -33,7 +33,7 @@ Get-MgBetaEntitlementManagementAccessPackageAssignment -AccessPackageAssignmentI [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -43,7 +43,7 @@ Get-MgBetaEntitlementManagementAccessPackageAssignment -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### List @@ -54,7 +54,7 @@ Get-MgBetaEntitlementManagementAccessPackageAssignment [-ExpandProperty ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### ListByAccessPackageId @@ -63,7 +63,7 @@ Get-MgBetaEntitlementManagementAccessPackageAssignment [-ExpandProperty [-ExpandProperty ] [-Property ] [-Sort ] [-Top ] [-Break] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-All] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-All] ``` ## ALIASES @@ -671,6 +671,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAccessPackageAssignmentAdditional.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAccessPackageAssignmentAdditional.md index 6f68a24abbd3a..7ca9c8a4aea2b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAccessPackageAssignmentAdditional.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAccessPackageAssignmentAdditional.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaentitlementmanagementaccesspackageassignmentadditional Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaEntitlementManagementAccessPackageAssignmentAdditional --- @@ -26,7 +26,7 @@ Get-MgBetaEntitlementManagementAccessPackageAssignmentAdditional [-Count] [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### Access1 @@ -37,7 +37,7 @@ Get-MgBetaEntitlementManagementAccessPackageAssignmentAdditional -AccessPackageI [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### AccessViaIdentity @@ -48,7 +48,7 @@ Get-MgBetaEntitlementManagementAccessPackageAssignmentAdditional [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -546,6 +546,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAccessPackageAssignmentApprovalCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAccessPackageAssignmentApprovalCount.md index b4b4532dcb7b4..6009541dc448c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAccessPackageAssignmentApprovalCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAccessPackageAssignmentApprovalCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaentitlementmanagementaccesspackageassignmentapprovalcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaEntitlementManagementAccessPackageAssignmentApprovalCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaEntitlementManagementAccessPackageAssignmentApprovalCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAccessPackageAssignmentApprovalStepCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAccessPackageAssignmentApprovalStepCount.md index 2e95bb2588aa6..a116985bae666 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAccessPackageAssignmentApprovalStepCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAccessPackageAssignmentApprovalStepCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaentitlementmanagementaccesspackageassignmentapprovalstepcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaEntitlementManagementAccessPackageAssignmentApprovalStepCount --- @@ -24,7 +24,7 @@ Get-MgBetaEntitlementManagementAccessPackageAssignmentApprovalStepCount -Approva [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaEntitlementManagementAccessPackageAssignmentApprovalStepCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -388,6 +388,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAccessPackageAssignmentCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAccessPackageAssignmentCount.md index 75b30d471a56e..3e0f40aac4a5e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAccessPackageAssignmentCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAccessPackageAssignmentCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaentitlementmanagementaccesspackageassignmentcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaEntitlementManagementAccessPackageAssignmentCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaEntitlementManagementAccessPackageAssignmentCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAccessPackageAssignmentPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAccessPackageAssignmentPolicy.md index a495697c696b9..126bdb5844de9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAccessPackageAssignmentPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAccessPackageAssignmentPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaentitlementmanagementaccesspackageassignmentpolicy Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaEntitlementManagementAccessPackageAssignmentPolicy --- @@ -26,7 +26,7 @@ In Microsoft Entra entitlement management, retrieve the properties and relations Get-MgBetaEntitlementManagementAccessPackageAssignmentPolicy [-ExpandProperty ] [-Property ] [-Sort ] [-Break] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-All] [] + [-ProxyUseDefaultCredentials] [-All] ``` ### Get @@ -36,7 +36,7 @@ Get-MgBetaEntitlementManagementAccessPackageAssignmentPolicy -AccessPackageAssignmentPolicyId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +46,7 @@ Get-MgBetaEntitlementManagementAccessPackageAssignmentPolicy -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### List @@ -57,7 +57,7 @@ Get-MgBetaEntitlementManagementAccessPackageAssignmentPolicy [-ExpandProperty ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### ListByDisplayNameContains @@ -66,7 +66,7 @@ Get-MgBetaEntitlementManagementAccessPackageAssignmentPolicy [-ExpandProperty [-ExpandProperty ] [-Property ] [-Sort ] [-Top ] [-Break] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-All] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-All] ``` ### ListByDisplayNameEq @@ -75,7 +75,7 @@ Get-MgBetaEntitlementManagementAccessPackageAssignmentPolicy -DisplayNameContain Get-MgBetaEntitlementManagementAccessPackageAssignmentPolicy -DisplayNameEq [-ExpandProperty ] [-Property ] [-Sort ] [-Top ] [-Break] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-All] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-All] ``` ## ALIASES @@ -746,6 +746,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCount.md index 3c8a4e6f912b2..adf828b6297c4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaentitlementmanagementaccesspackageassignmentpolicycount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionHandler.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionHandler.md index 879c71a68d739..47bd48b777048 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionHandler.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionHandler.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaentitlementmanagementaccesspackageassignmentpolicycustomextensionhandler Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionHandler --- @@ -27,7 +27,7 @@ Get-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionHandl [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionHandl [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +48,7 @@ Get-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionHandl -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -596,6 +596,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionStageSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionStageSetting.md index 8d99c8fe29e10..fabd5fa91bd37 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionStageSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionStageSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaentitlementmanagementaccesspackageassignmentpolicycustomextensionstagesetting Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionStageSetting --- @@ -27,7 +27,7 @@ Get-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionStage [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionStage [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +48,7 @@ Get-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionStage -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -596,6 +596,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAccessPackageAssignmentRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAccessPackageAssignmentRequest.md index 886ef17d0f12f..607b7ad31ffba 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAccessPackageAssignmentRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAccessPackageAssignmentRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaentitlementmanagementaccesspackageassignmentrequest Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaEntitlementManagementAccessPackageAssignmentRequest --- @@ -23,7 +23,7 @@ In Microsoft Entra entitlement management, retrieve the properties and relations Get-MgBetaEntitlementManagementAccessPackageAssignmentRequest [-ExpandProperty ] [-Property ] [-Sort ] [-Break] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-All] [] + [-ProxyUseDefaultCredentials] [-All] ``` ### Get @@ -33,7 +33,7 @@ Get-MgBetaEntitlementManagementAccessPackageAssignmentRequest -AccessPackageAssignmentRequestId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -43,7 +43,7 @@ Get-MgBetaEntitlementManagementAccessPackageAssignmentRequest -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### List @@ -54,7 +54,7 @@ Get-MgBetaEntitlementManagementAccessPackageAssignmentRequest [-ExpandProperty < [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### ListByAccessPackageId @@ -63,7 +63,7 @@ Get-MgBetaEntitlementManagementAccessPackageAssignmentRequest [-ExpandProperty < Get-MgBetaEntitlementManagementAccessPackageAssignmentRequest -AccessPackageId [-ExpandProperty ] [-Property ] [-Sort ] [-Top ] [-Break] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-All] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-All] ``` ## ALIASES @@ -716,6 +716,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAccessPackageAssignmentRequestCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAccessPackageAssignmentRequestCount.md index 3ef5b99af3027..90a5838ac7682 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAccessPackageAssignmentRequestCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAccessPackageAssignmentRequestCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaentitlementmanagementaccesspackageassignmentrequestcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaEntitlementManagementAccessPackageAssignmentRequestCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaEntitlementManagementAccessPackageAssignmentRequestCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAccessPackageAssignmentResourceRole.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAccessPackageAssignmentResourceRole.md index c355548efaab5..69764d7207987 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAccessPackageAssignmentResourceRole.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAccessPackageAssignmentResourceRole.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaentitlementmanagementaccesspackageassignmentresourcerole Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaEntitlementManagementAccessPackageAssignmentResourceRole --- @@ -25,7 +25,7 @@ Get-MgBetaEntitlementManagementAccessPackageAssignmentResourceRole [-ExpandPrope [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaEntitlementManagementAccessPackageAssignmentResourceRole -AccessPackageAssignmentResourceRoleId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -45,7 +45,7 @@ Get-MgBetaEntitlementManagementAccessPackageAssignmentResourceRole -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -586,6 +586,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAccessPackageAssignmentResourceRoleCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAccessPackageAssignmentResourceRoleCount.md index f9f653e63bf64..6440aded2d446 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAccessPackageAssignmentResourceRoleCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAccessPackageAssignmentResourceRoleCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaentitlementmanagementaccesspackageassignmentresourcerolecount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaEntitlementManagementAccessPackageAssignmentResourceRoleCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaEntitlementManagementAccessPackageAssignmentResourceRoleCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAccessPackageByUniqueName.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAccessPackageByUniqueName.md index 06bf0e47ec218..4aa5957c1da35 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAccessPackageByUniqueName.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAccessPackageByUniqueName.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaentitlementmanagementaccesspackagebyuniquename Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaEntitlementManagementAccessPackageByUniqueName --- @@ -24,7 +24,7 @@ Get-MgBetaEntitlementManagementAccessPackageByUniqueName -UniqueName [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaEntitlementManagementAccessPackageByUniqueName -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -390,6 +390,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAccessPackageCatalog.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAccessPackageCatalog.md index 5b5f18272b252..682e4804e618d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAccessPackageCatalog.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAccessPackageCatalog.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaentitlementmanagementaccesspackagecatalog Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaEntitlementManagementAccessPackageCatalog --- @@ -26,7 +26,7 @@ Retrieve the properties and relationships of an accessPackageCatalog object. Get-MgBetaEntitlementManagementAccessPackageCatalog [-ExpandProperty ] [-Property ] [-Sort ] [-Break] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-All] [] + [-ProxyUseDefaultCredentials] [-All] ``` ### Get @@ -36,7 +36,7 @@ Get-MgBetaEntitlementManagementAccessPackageCatalog -AccessPackageCatalogId ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +46,7 @@ Get-MgBetaEntitlementManagementAccessPackageCatalog -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### List @@ -57,7 +57,7 @@ Get-MgBetaEntitlementManagementAccessPackageCatalog [-ExpandProperty ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### ListByDisplayNameContains @@ -66,7 +66,7 @@ Get-MgBetaEntitlementManagementAccessPackageCatalog [-ExpandProperty ] Get-MgBetaEntitlementManagementAccessPackageCatalog -DisplayNameContains [-ExpandProperty ] [-Property ] [-Sort ] [-Top ] [-Break] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-All] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-All] ``` ### ListByDisplayNameEq @@ -75,7 +75,7 @@ Get-MgBetaEntitlementManagementAccessPackageCatalog -DisplayNameContains [-ExpandProperty ] [-Property ] [-Sort ] [-Top ] [-Break] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-All] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-All] ``` ## ALIASES @@ -768,6 +768,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageCustomWorkflowExtension.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageCustomWorkflowExtension.md index d1bca6445d3c9..4c3074cb7fcd2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageCustomWorkflowExtension.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageCustomWorkflowExtension.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaentitlementmanagementaccesspackagecatalogaccesspackagecustomworkflowextension Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageCustomWorkflowExtension --- @@ -26,7 +26,7 @@ Get-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageCustomWorkflowEx [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -36,7 +36,7 @@ Get-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageCustomWorkflowEx -AccessPackageCatalogId -CustomCalloutExtensionId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +46,7 @@ Get-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageCustomWorkflowEx -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -614,6 +614,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageResource.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageResource.md index 711b0bb05456e..c50d197c871f3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageResource.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageResource.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaentitlementmanagementaccesspackagecatalogaccesspackageresource Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageResource --- @@ -27,7 +27,7 @@ Get-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageResource [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageResourceRole.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageResourceRole.md index 15458fd9cd6b8..f616dccb7164b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageResourceRole.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageResourceRole.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaentitlementmanagementaccesspackagecatalogaccesspackageresourcerole Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageResourceRole --- @@ -28,7 +28,7 @@ Get-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageResourceRole [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageResourceScope.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageResourceScope.md index b9e664d6a45d9..0844448ae15e6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageResourceScope.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageResourceScope.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaentitlementmanagementaccesspackagecatalogaccesspackageresourcescope Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageResourceScope --- @@ -26,7 +26,7 @@ Get-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageResourceScope [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAccessPackageCatalogByUniqueName.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAccessPackageCatalogByUniqueName.md index 5ea1aa7470152..9436691b9f256 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAccessPackageCatalogByUniqueName.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAccessPackageCatalogByUniqueName.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaentitlementmanagementaccesspackagecatalogbyuniquename Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaEntitlementManagementAccessPackageCatalogByUniqueName --- @@ -24,7 +24,7 @@ Get-MgBetaEntitlementManagementAccessPackageCatalogByUniqueName -UniqueName ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaEntitlementManagementAccessPackageCatalogByUniqueName -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -390,6 +390,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAccessPackageCatalogCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAccessPackageCatalogCount.md index 5a16e0259aeec..c113f839ec250 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAccessPackageCatalogCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAccessPackageCatalogCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaentitlementmanagementaccesspackagecatalogcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaEntitlementManagementAccessPackageCatalogCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaEntitlementManagementAccessPackageCatalogCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAccessPackageCatalogCustomAccessPackageWorkflowExtension.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAccessPackageCatalogCustomAccessPackageWorkflowExtension.md index 96b6893aa1dc9..a5b537dee5634 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAccessPackageCatalogCustomAccessPackageWorkflowExtension.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAccessPackageCatalogCustomAccessPackageWorkflowExtension.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaentitlementmanagementaccesspackagecatalogcustomaccesspackageworkflowextension Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaEntitlementManagementAccessPackageCatalogCustomAccessPackageWorkflowExtension --- @@ -26,7 +26,7 @@ Get-MgBetaEntitlementManagementAccessPackageCatalogCustomAccessPackageWorkflowEx [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -37,7 +37,7 @@ Get-MgBetaEntitlementManagementAccessPackageCatalogCustomAccessPackageWorkflowEx [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -47,7 +47,7 @@ Get-MgBetaEntitlementManagementAccessPackageCatalogCustomAccessPackageWorkflowEx -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -615,6 +615,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAccessPackageCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAccessPackageCount.md index 71729d92dd724..96a797186d688 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAccessPackageCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAccessPackageCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaentitlementmanagementaccesspackagecount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaEntitlementManagementAccessPackageCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaEntitlementManagementAccessPackageCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAccessPackageIncompatibleAccessPackage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAccessPackageIncompatibleAccessPackage.md index f46a4a70fae3d..c78657703d990 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAccessPackageIncompatibleAccessPackage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAccessPackageIncompatibleAccessPackage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaentitlementmanagementaccesspackageincompatibleaccesspackage Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaEntitlementManagementAccessPackageIncompatibleAccessPackage --- @@ -29,7 +29,6 @@ Get-MgBetaEntitlementManagementAccessPackageIncompatibleAccessPackage -AccessPac [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAccessPackageIncompatibleAccessPackageByRef.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAccessPackageIncompatibleAccessPackageByRef.md index 488ffe2bbce0b..e001ac4643175 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAccessPackageIncompatibleAccessPackageByRef.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAccessPackageIncompatibleAccessPackageByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaentitlementmanagementaccesspackageincompatibleaccesspackagebyref Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaEntitlementManagementAccessPackageIncompatibleAccessPackageByRef --- @@ -28,7 +28,7 @@ Get-MgBetaEntitlementManagementAccessPackageIncompatibleAccessPackageByRef -Acce [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAccessPackageIncompatibleGroup.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAccessPackageIncompatibleGroup.md index 281bb37fc78f4..8b6455df91f13 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAccessPackageIncompatibleGroup.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAccessPackageIncompatibleGroup.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaentitlementmanagementaccesspackageincompatiblegroup Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaEntitlementManagementAccessPackageIncompatibleGroup --- @@ -29,7 +29,6 @@ Get-MgBetaEntitlementManagementAccessPackageIncompatibleGroup -AccessPackageId < [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAccessPackageIncompatibleGroupByRef.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAccessPackageIncompatibleGroupByRef.md index 7781fc536b761..0ac5cf1484e93 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAccessPackageIncompatibleGroupByRef.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAccessPackageIncompatibleGroupByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaentitlementmanagementaccesspackageincompatiblegroupbyref Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaEntitlementManagementAccessPackageIncompatibleGroupByRef --- @@ -28,7 +28,7 @@ Get-MgBetaEntitlementManagementAccessPackageIncompatibleGroupByRef -AccessPackag [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAccessPackageIncompatibleWith.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAccessPackageIncompatibleWith.md index 2d90be34af5bd..d5c25bba85d9c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAccessPackageIncompatibleWith.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAccessPackageIncompatibleWith.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaentitlementmanagementaccesspackageincompatiblewith Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaEntitlementManagementAccessPackageIncompatibleWith --- @@ -30,7 +30,6 @@ Get-MgBetaEntitlementManagementAccessPackageIncompatibleWith -AccessPackageId ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -40,7 +39,7 @@ Get-MgBetaEntitlementManagementAccessPackageIncompatibleWith -AccessPackageId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -50,7 +49,7 @@ Get-MgBetaEntitlementManagementAccessPackageIncompatibleWith -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -611,6 +610,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAccessPackageResource.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAccessPackageResource.md index 28afd068d1ef9..25865f2c6bb26 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAccessPackageResource.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAccessPackageResource.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaentitlementmanagementaccesspackageresource Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaEntitlementManagementAccessPackageResource --- @@ -25,7 +25,7 @@ Get-MgBetaEntitlementManagementAccessPackageResource [-ExpandProperty [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaEntitlementManagementAccessPackageResource -AccessPackageResourceId ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -45,7 +45,7 @@ Get-MgBetaEntitlementManagementAccessPackageResource -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -565,6 +565,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAccessPackageResourceCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAccessPackageResourceCount.md index 7a209847ec603..1e062f42681b4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAccessPackageResourceCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAccessPackageResourceCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaentitlementmanagementaccesspackageresourcecount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaEntitlementManagementAccessPackageResourceCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaEntitlementManagementAccessPackageResourceCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAccessPackageResourceEnvironment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAccessPackageResourceEnvironment.md index f05d86c523b91..f20d0adfdabf5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAccessPackageResourceEnvironment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAccessPackageResourceEnvironment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaentitlementmanagementaccesspackageresourceenvironment Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaEntitlementManagementAccessPackageResourceEnvironment --- @@ -25,7 +25,7 @@ Get-MgBetaEntitlementManagementAccessPackageResourceEnvironment [-ExpandProperty [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaEntitlementManagementAccessPackageResourceEnvironment -AccessPackageResourceEnvironmentId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -45,7 +45,7 @@ Get-MgBetaEntitlementManagementAccessPackageResourceEnvironment -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -586,6 +586,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAccessPackageResourceEnvironmentAccessPackageResourceCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAccessPackageResourceEnvironmentAccessPackageResourceCount.md index 6ccd0670476ca..61563e2c6bdff 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAccessPackageResourceEnvironmentAccessPackageResourceCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAccessPackageResourceEnvironmentAccessPackageResourceCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaentitlementmanagementaccesspackageresourceenvironmentaccesspackageresourcecount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaEntitlementManagementAccessPackageResourceEnvironmentAccessPackageResourceCount --- @@ -24,7 +24,7 @@ Get-MgBetaEntitlementManagementAccessPackageResourceEnvironmentAccessPackageReso -AccessPackageResourceEnvironmentId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaEntitlementManagementAccessPackageResourceEnvironmentAccessPackageReso -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -380,6 +380,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAccessPackageResourceEnvironmentCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAccessPackageResourceEnvironmentCount.md index 2547941b0143d..d0d7744e74a56 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAccessPackageResourceEnvironmentCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAccessPackageResourceEnvironmentCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaentitlementmanagementaccesspackageresourceenvironmentcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaEntitlementManagementAccessPackageResourceEnvironmentCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaEntitlementManagementAccessPackageResourceEnvironmentCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAccessPackageResourceExternalOriginResourceConnector.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAccessPackageResourceExternalOriginResourceConnector.md new file mode 100644 index 0000000000000..9db9f402aa8b5 --- /dev/null +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAccessPackageResourceExternalOriginResourceConnector.md @@ -0,0 +1,474 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaentitlementmanagementaccesspackageresourceexternaloriginresourceconnector +Locale: en-US +Module Name: Microsoft.Graph.Beta.Identity.Governance +ms.date: 07/10/2026 +PlatyPS schema version: 2024-05-01 +title: Get-MgBetaEntitlementManagementAccessPackageResourceExternalOriginResourceConnector +--- + +# Get-MgBetaEntitlementManagementAccessPackageResourceExternalOriginResourceConnector + +## SYNOPSIS + +Get externalOriginResourceConnector from identityGovernance + +## SYNTAX + +### Get (Default) + +``` +Get-MgBetaEntitlementManagementAccessPackageResourceExternalOriginResourceConnector + -AccessPackageResourceId [-ExpandProperty ] [-Property ] + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] +``` + +### GetViaIdentity + +``` +Get-MgBetaEntitlementManagementAccessPackageResourceExternalOriginResourceConnector + -InputObject [-ExpandProperty ] [-Property ] + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Get externalOriginResourceConnector from identityGovernance + +## PARAMETERS + +### -AccessPackageResourceId + +The unique identifier of accessPackageResource + +```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: '' +``` + +### -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: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IIdentityGovernanceIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: GetViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + 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 + +### Microsoft.Graph.Beta.PowerShell.Models.IIdentityGovernanceIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphExternalOriginResourceConnector + +{{ 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 + [AccessPackageAssignmentId ]: The unique identifier of accessPackageAssignment + [AccessPackageAssignmentPolicyId ]: The unique identifier of accessPackageAssignmentPolicy + [AccessPackageAssignmentRequestId ]: The unique identifier of accessPackageAssignmentRequest + [AccessPackageAssignmentResourceRoleId ]: The unique identifier of accessPackageAssignmentResourceRole + [AccessPackageCatalogId ]: The unique identifier of accessPackageCatalog + [AccessPackageId ]: The unique identifier of accessPackage + [AccessPackageId1 ]: The unique identifier of accessPackage + [AccessPackageResourceEnvironmentId ]: The unique identifier of accessPackageResourceEnvironment + [AccessPackageResourceId ]: The unique identifier of accessPackageResource + [AccessPackageResourceRequestId ]: The unique identifier of accessPackageResourceRequest + [AccessPackageResourceRoleId ]: The unique identifier of accessPackageResourceRole + [AccessPackageResourceRoleId1 ]: The unique identifier of accessPackageResourceRole + [AccessPackageResourceRoleScopeId ]: The unique identifier of accessPackageResourceRoleScope + [AccessPackageResourceScopeId ]: The unique identifier of accessPackageResourceScope + [AccessPackageResourceScopeId1 ]: The unique identifier of accessPackageResourceScope + [AccessPackageSubjectId ]: The unique identifier of accessPackageSubject + [AccessPackageSuggestionId ]: The unique identifier of accessPackageSuggestion + [AccessReviewDecisionId ]: The unique identifier of accessReviewDecision + [AccessReviewHistoryDefinitionId ]: The unique identifier of accessReviewHistoryDefinition + [AccessReviewHistoryInstanceId ]: The unique identifier of accessReviewHistoryInstance + [AccessReviewId ]: The unique identifier of accessReview + [AccessReviewId1 ]: The unique identifier of accessReview + [AccessReviewInstanceDecisionItemId ]: The unique identifier of accessReviewInstanceDecisionItem + [AccessReviewInstanceDecisionItemId1 ]: The unique identifier of accessReviewInstanceDecisionItem + [AccessReviewInstanceId ]: The unique identifier of accessReviewInstance + [AccessReviewReviewerId ]: The unique identifier of accessReviewReviewer + [AccessReviewScheduleDefinitionId ]: The unique identifier of accessReviewScheduleDefinition + [AccessReviewStageId ]: The unique identifier of accessReviewStage + [AgreementAcceptanceId ]: The unique identifier of agreementAcceptance + [AgreementFileLocalizationId ]: The unique identifier of agreementFileLocalization + [AgreementFileVersionId ]: The unique identifier of agreementFileVersion + [AgreementId ]: The unique identifier of agreement + [AppConsentRequestId ]: The unique identifier of appConsentRequest + [ApprovalId ]: The unique identifier of approval + [ApprovalStepId ]: The unique identifier of approvalStep + [AvailableAccessPackageId ]: The unique identifier of availableAccessPackage + [BusinessFlowTemplateId ]: The unique identifier of businessFlowTemplate + [ConnectedOrganizationId ]: The unique identifier of connectedOrganization + [ControlConfigurationId ]: The unique identifier of controlConfiguration + [CustomAccessPackageWorkflowExtensionId ]: The unique identifier of customAccessPackageWorkflowExtension + [CustomCalloutExtensionId ]: The unique identifier of customCalloutExtension + [CustomDataProvidedResourceUploadSessionId ]: The unique identifier of customDataProvidedResourceUploadSession + [CustomExtensionHandlerId ]: The unique identifier of customExtensionHandler + [CustomExtensionStageSettingId ]: The unique identifier of customExtensionStageSetting + [CustomTaskExtensionId ]: The unique identifier of customTaskExtension + [DirectoryObjectId ]: The unique identifier of directoryObject + [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector + [FindingId ]: The unique identifier of finding + [GovernanceInsightId ]: The unique identifier of governanceInsight + [GovernanceResourceId ]: The unique identifier of governanceResource + [GovernanceRoleAssignmentId ]: The unique identifier of governanceRoleAssignment + [GovernanceRoleAssignmentRequestId ]: The unique identifier of governanceRoleAssignmentRequest + [GovernanceRoleDefinitionId ]: The unique identifier of governanceRoleDefinition + [GovernanceRoleSettingId ]: The unique identifier of governanceRoleSetting + [GroupResourceId ]: The unique identifier of groupResource + [IncompatibleAccessPackageId ]: Usage: incompatibleAccessPackageId='{incompatibleAccessPackageId}' + [LongRunningOperationId ]: The unique identifier of longRunningOperation + [ObjectId ]: Alternate key of accessPackageSubject + [On ]: Usage: on='{on}' + [PermissionsCreepIndexDistributionId ]: The unique identifier of permissionsCreepIndexDistribution + [PermissionsRequestChangeId ]: The unique identifier of permissionsRequestChange + [PrivilegedAccessGroupAssignmentScheduleId ]: The unique identifier of privilegedAccessGroupAssignmentSchedule + [PrivilegedAccessGroupAssignmentScheduleInstanceId ]: The unique identifier of privilegedAccessGroupAssignmentScheduleInstance + [PrivilegedAccessGroupAssignmentScheduleRequestId ]: The unique identifier of privilegedAccessGroupAssignmentScheduleRequest + [PrivilegedAccessGroupEligibilityScheduleId ]: The unique identifier of privilegedAccessGroupEligibilitySchedule + [PrivilegedAccessGroupEligibilityScheduleInstanceId ]: The unique identifier of privilegedAccessGroupEligibilityScheduleInstance + [PrivilegedAccessGroupEligibilityScheduleRequestId ]: The unique identifier of privilegedAccessGroupEligibilityScheduleRequest + [PrivilegedAccessId ]: The unique identifier of privilegedAccess + [PrivilegedApprovalId ]: The unique identifier of privilegedApproval + [PrivilegedOperationEventId ]: The unique identifier of privilegedOperationEvent + [PrivilegedRoleAssignmentId ]: The unique identifier of privilegedRoleAssignment + [PrivilegedRoleAssignmentId1 ]: The unique identifier of privilegedRoleAssignment + [PrivilegedRoleAssignmentRequestId ]: The unique identifier of privilegedRoleAssignmentRequest + [PrivilegedRoleId ]: The unique identifier of privilegedRole + [ProgramControlId ]: The unique identifier of programControl + [ProgramControlId1 ]: The unique identifier of programControl + [ProgramControlTypeId ]: The unique identifier of programControlType + [ProgramId ]: The unique identifier of program + [RbacApplicationId ]: The unique identifier of rbacApplication + [RunId ]: The unique identifier of run + [RunId1 ]: The unique identifier of run + [StartDateTime ]: Usage: startDateTime={startDateTime} + [TaskDefinitionId ]: The unique identifier of taskDefinition + [TaskId ]: The unique identifier of task + [TaskProcessingResultId ]: The unique identifier of taskProcessingResult + [TaskReportId ]: The unique identifier of taskReport + [UnifiedRbacResourceActionId ]: The unique identifier of unifiedRbacResourceAction + [UnifiedRbacResourceNamespaceId ]: The unique identifier of unifiedRbacResourceNamespace + [UnifiedRoleAssignmentId ]: The unique identifier of unifiedRoleAssignment + [UnifiedRoleAssignmentScheduleId ]: The unique identifier of unifiedRoleAssignmentSchedule + [UnifiedRoleAssignmentScheduleInstanceId ]: The unique identifier of unifiedRoleAssignmentScheduleInstance + [UnifiedRoleAssignmentScheduleRequestId ]: The unique identifier of unifiedRoleAssignmentScheduleRequest + [UnifiedRoleDefinitionId ]: The unique identifier of unifiedRoleDefinition + [UnifiedRoleDefinitionId1 ]: The unique identifier of unifiedRoleDefinition + [UnifiedRoleEligibilityScheduleId ]: The unique identifier of unifiedRoleEligibilitySchedule + [UnifiedRoleEligibilityScheduleInstanceId ]: The unique identifier of unifiedRoleEligibilityScheduleInstance + [UnifiedRoleEligibilityScheduleRequestId ]: The unique identifier of unifiedRoleEligibilityScheduleRequest + [UnifiedRoleManagementAlertConfigurationId ]: The unique identifier of unifiedRoleManagementAlertConfiguration + [UnifiedRoleManagementAlertDefinitionId ]: The unique identifier of unifiedRoleManagementAlertDefinition + [UnifiedRoleManagementAlertId ]: The unique identifier of unifiedRoleManagementAlert + [UnifiedRoleManagementAlertIncidentId ]: The unique identifier of unifiedRoleManagementAlertIncident + [UniqueName ]: Alternate key of accessPackageCatalog + [UserConsentRequestId ]: The unique identifier of userConsentRequest + [UserId ]: The unique identifier of user + [UserProcessingResultId ]: The unique identifier of userProcessingResult + [WorkflowId ]: The unique identifier of workflow + [WorkflowTemplateId ]: The unique identifier of workflowTemplate + [WorkflowVersionNumber ]: The unique identifier of workflowVersion + + +## RELATED LINKS + +- [Get-MgBetaEntitlementManagementAccessPackageResourceExternalOriginResourceConnector](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaentitlementmanagementaccesspackageresourceexternaloriginresourceconnector) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAccessPackageResourceRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAccessPackageResourceRequest.md index 3935ac9fe8fac..a66035cf93ebc 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAccessPackageResourceRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAccessPackageResourceRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaentitlementmanagementaccesspackageresourcerequest Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaEntitlementManagementAccessPackageResourceRequest --- @@ -25,7 +25,7 @@ Get-MgBetaEntitlementManagementAccessPackageResourceRequest [-ExpandProperty ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaEntitlementManagementAccessPackageResourceRequest -AccessPackageResour [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -45,7 +45,7 @@ Get-MgBetaEntitlementManagementAccessPackageResourceRequest -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -594,6 +594,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAccessPackageResourceRequestCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAccessPackageResourceRequestCount.md index 80b05154eaec2..c6ab4e59d7973 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAccessPackageResourceRequestCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAccessPackageResourceRequestCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaentitlementmanagementaccesspackageresourcerequestcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaEntitlementManagementAccessPackageResourceRequestCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaEntitlementManagementAccessPackageResourceRequestCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAccessPackageResourceUploadSession.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAccessPackageResourceUploadSession.md index 732c499235b21..70db08732ec48 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAccessPackageResourceUploadSession.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAccessPackageResourceUploadSession.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaentitlementmanagementaccesspackageresourceuploadsession Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaEntitlementManagementAccessPackageResourceUploadSession --- @@ -26,7 +26,6 @@ Get-MgBetaEntitlementManagementAccessPackageResourceUploadSession -AccessPackage [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -36,7 +35,7 @@ Get-MgBetaEntitlementManagementAccessPackageResourceUploadSession -AccessPackage -CustomDataProvidedResourceUploadSessionId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +45,7 @@ Get-MgBetaEntitlementManagementAccessPackageResourceUploadSession -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -593,6 +592,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAccessPackageSuggestion.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAccessPackageSuggestion.md index fe7c188a08884..aa8a7b98d73e0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAccessPackageSuggestion.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAccessPackageSuggestion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaentitlementmanagementaccesspackagesuggestion Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaEntitlementManagementAccessPackageSuggestion --- @@ -25,7 +25,7 @@ Get-MgBetaEntitlementManagementAccessPackageSuggestion [-ExpandProperty ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaEntitlementManagementAccessPackageSuggestion -AccessPackageSuggestionI [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -45,7 +45,7 @@ Get-MgBetaEntitlementManagementAccessPackageSuggestion -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -565,6 +565,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAccessPackageSuggestionAccessPackage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAccessPackageSuggestionAccessPackage.md index a50c75984c512..8eeef3c2122b7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAccessPackageSuggestionAccessPackage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAccessPackageSuggestionAccessPackage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaentitlementmanagementaccesspackagesuggestionaccesspackage Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaEntitlementManagementAccessPackageSuggestionAccessPackage --- @@ -24,7 +24,7 @@ Get-MgBetaEntitlementManagementAccessPackageSuggestionAccessPackage -AccessPackageSuggestionId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaEntitlementManagementAccessPackageSuggestionAccessPackage -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -382,6 +382,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAccessPackageSuggestionCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAccessPackageSuggestionCount.md index 2ddb705ca04ba..829f898de5dd5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAccessPackageSuggestionCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAccessPackageSuggestionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaentitlementmanagementaccesspackagesuggestioncount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaEntitlementManagementAccessPackageSuggestionCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaEntitlementManagementAccessPackageSuggestionCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAssignmentRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAssignmentRequest.md index 0c6019d8236ef..11367ceebb77c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAssignmentRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAssignmentRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaentitlementmanagementassignmentrequest Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaEntitlementManagementAssignmentRequest --- @@ -28,7 +28,7 @@ Get-MgBetaEntitlementManagementAssignmentRequest [-ExpandProperty ] [- [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaEntitlementManagementAssignmentRequest -AccessPackageAssignmentRequest [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +48,7 @@ Get-MgBetaEntitlementManagementAssignmentRequest -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -589,6 +589,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAssignmentRequestAccessPackageAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAssignmentRequestAccessPackageAssignment.md index 28de514e4a8f1..776a2c8ef7224 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAssignmentRequestAccessPackageAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAssignmentRequestAccessPackageAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaentitlementmanagementassignmentrequestaccesspackageassignment Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaEntitlementManagementAssignmentRequestAccessPackageAssignment --- @@ -14,7 +14,7 @@ title: Get-MgBetaEntitlementManagementAssignmentRequestAccessPackageAssignment ## SYNOPSIS For a requestType of UserAdd or AdminAdd, an access package assignment requested to be created. -For a requestType of UserRemove, AdminRemove, or SystemRemove, this property has the id property of an existing assignment to be removed. +For a requestType of UserRemove, AdminRemove, ApproverRemove, or SystemRemove, this property has the id property of an existing assignment to be removed. Supports $expand. ## SYNTAX @@ -26,7 +26,7 @@ Get-MgBetaEntitlementManagementAssignmentRequestAccessPackageAssignment -AccessPackageAssignmentRequestId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaEntitlementManagementAssignmentRequestAccessPackageAssignment -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -47,7 +47,7 @@ This cmdlet has the following aliases, ## DESCRIPTION For a requestType of UserAdd or AdminAdd, an access package assignment requested to be created. -For a requestType of UserRemove, AdminRemove, or SystemRemove, this property has the id property of an existing assignment to be removed. +For a requestType of UserRemove, AdminRemove, ApproverRemove, or SystemRemove, this property has the id property of an existing assignment to be removed. Supports $expand. ## PARAMETERS @@ -386,6 +386,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAssignmentRequestCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAssignmentRequestCount.md index 735226943ae06..53929b2ad6f77 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAssignmentRequestCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAssignmentRequestCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaentitlementmanagementassignmentrequestcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaEntitlementManagementAssignmentRequestCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaEntitlementManagementAssignmentRequestCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAssignmentRequestRequestorConnectedOrganization.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAssignmentRequestRequestorConnectedOrganization.md index 95c235a5bd6ae..5b747a195545d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAssignmentRequestRequestorConnectedOrganization.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAssignmentRequestRequestorConnectedOrganization.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaentitlementmanagementassignmentrequestrequestorconnectedorganization Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaEntitlementManagementAssignmentRequestRequestorConnectedOrganization --- @@ -26,7 +26,7 @@ Get-MgBetaEntitlementManagementAssignmentRequestRequestorConnectedOrganization -AccessPackageAssignmentRequestId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaEntitlementManagementAssignmentRequestRequestorConnectedOrganization -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -386,6 +386,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAvailableAccessPackage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAvailableAccessPackage.md index 8cf21323d0204..e4be40a5ca785 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAvailableAccessPackage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAvailableAccessPackage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaentitlementmanagementavailableaccesspackage Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaEntitlementManagementAvailableAccessPackage --- @@ -25,7 +25,7 @@ Get-MgBetaEntitlementManagementAvailableAccessPackage [-ExpandProperty ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaEntitlementManagementAvailableAccessPackage -AvailableAccessPackageId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -45,7 +45,7 @@ Get-MgBetaEntitlementManagementAvailableAccessPackage -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -565,6 +565,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAvailableAccessPackageCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAvailableAccessPackageCount.md index 52f1427f11c7e..31b529d049b0b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAvailableAccessPackageCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAvailableAccessPackageCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaentitlementmanagementavailableaccesspackagecount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaEntitlementManagementAvailableAccessPackageCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaEntitlementManagementAvailableAccessPackageCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAvailableAccessPackageResourceRoleScope.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAvailableAccessPackageResourceRoleScope.md index ae13ce25133a4..516fb04433e4e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAvailableAccessPackageResourceRoleScope.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAvailableAccessPackageResourceRoleScope.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaentitlementmanagementavailableaccesspackageresourcerolescope Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaEntitlementManagementAvailableAccessPackageResourceRoleScope --- @@ -26,7 +26,7 @@ Get-MgBetaEntitlementManagementAvailableAccessPackageResourceRoleScope [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -37,7 +37,7 @@ Get-MgBetaEntitlementManagementAvailableAccessPackageResourceRoleScope [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -47,7 +47,7 @@ Get-MgBetaEntitlementManagementAvailableAccessPackageResourceRoleScope -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -59,6 +59,19 @@ This cmdlet has the following aliases, The resource role scopes associated with this available access package. +## EXAMPLES +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Beta.Identity.Governance + +Get-MgBetaEntitlementManagementAvailableAccessPackageResourceRoleScope -AvailableAccessPackageId $availableAccessPackageId + +``` +This example shows how to use the Get-MgBetaEntitlementManagementAvailableAccessPackageResourceRoleScope Cmdlet. + + ## PARAMETERS ### -AccessPackageResourceRoleScopeId @@ -594,6 +607,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource @@ -681,6 +695,5 @@ INPUTOBJECT ``: Identity Parameter - diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAvailableAccessPackageResourceRoleScopeCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAvailableAccessPackageResourceRoleScopeCount.md index 1435b037dc594..fb9c1d63520e9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAvailableAccessPackageResourceRoleScopeCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementAvailableAccessPackageResourceRoleScopeCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaentitlementmanagementavailableaccesspackageresourcerolescopecount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaEntitlementManagementAvailableAccessPackageResourceRoleScopeCount --- @@ -24,7 +24,7 @@ Get-MgBetaEntitlementManagementAvailableAccessPackageResourceRoleScopeCount -AvailableAccessPackageId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaEntitlementManagementAvailableAccessPackageResourceRoleScopeCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -380,6 +380,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementConnectedOrganization.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementConnectedOrganization.md index 292e57b6a2080..5e5155f3134fc 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementConnectedOrganization.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementConnectedOrganization.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaentitlementmanagementconnectedorganization Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaEntitlementManagementConnectedOrganization --- @@ -26,7 +26,7 @@ Retrieve the properties and relationships of a connectedOrganization object. Get-MgBetaEntitlementManagementConnectedOrganization [-ExpandProperty ] [-Property ] [-Sort ] [-Break] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-All] [] + [-ProxyUseDefaultCredentials] [-All] ``` ### Get @@ -36,7 +36,7 @@ Get-MgBetaEntitlementManagementConnectedOrganization -ConnectedOrganizationId ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +46,7 @@ Get-MgBetaEntitlementManagementConnectedOrganization -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### List @@ -57,7 +57,7 @@ Get-MgBetaEntitlementManagementConnectedOrganization [-ExpandProperty [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### ListByDisplayNameContains @@ -66,7 +66,7 @@ Get-MgBetaEntitlementManagementConnectedOrganization [-ExpandProperty Get-MgBetaEntitlementManagementConnectedOrganization -DisplayNameContains [-ExpandProperty ] [-Property ] [-Sort ] [-Top ] [-Break] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-All] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-All] ``` ### ListByDisplayNameEq @@ -75,7 +75,7 @@ Get-MgBetaEntitlementManagementConnectedOrganization -DisplayNameContains [-ExpandProperty ] [-Property ] [-Sort ] [-Top ] [-Break] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-All] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-All] ``` ## ALIASES @@ -730,6 +730,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementConnectedOrganizationCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementConnectedOrganizationCount.md index c52cb92d90730..369472415ff0a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementConnectedOrganizationCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementConnectedOrganizationCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaentitlementmanagementconnectedorganizationcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaEntitlementManagementConnectedOrganizationCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaEntitlementManagementConnectedOrganizationCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementConnectedOrganizationExternalSponsor.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementConnectedOrganizationExternalSponsor.md index ec5e4d811d163..6173d58b47797 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementConnectedOrganizationExternalSponsor.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementConnectedOrganizationExternalSponsor.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaentitlementmanagementconnectedorganizationexternalsponsor Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaEntitlementManagementConnectedOrganizationExternalSponsor --- @@ -30,7 +30,7 @@ Get-MgBetaEntitlementManagementConnectedOrganizationExternalSponsor [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementConnectedOrganizationExternalSponsorByRef.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementConnectedOrganizationExternalSponsorByRef.md index f4feaca86c67c..a83b0c3a05079 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementConnectedOrganizationExternalSponsorByRef.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementConnectedOrganizationExternalSponsorByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaentitlementmanagementconnectedorganizationexternalsponsorbyref Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaEntitlementManagementConnectedOrganizationExternalSponsorByRef --- @@ -30,7 +30,6 @@ Get-MgBetaEntitlementManagementConnectedOrganizationExternalSponsorByRef [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementConnectedOrganizationExternalSponsorCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementConnectedOrganizationExternalSponsorCount.md index bf4eaa374de39..fffe464d3b5f6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementConnectedOrganizationExternalSponsorCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementConnectedOrganizationExternalSponsorCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaentitlementmanagementconnectedorganizationexternalsponsorcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaEntitlementManagementConnectedOrganizationExternalSponsorCount --- @@ -27,7 +27,7 @@ Get-MgBetaEntitlementManagementConnectedOrganizationExternalSponsorCount -ConnectedOrganizationId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaEntitlementManagementConnectedOrganizationExternalSponsorCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -391,6 +391,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementConnectedOrganizationInternalSponsor.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementConnectedOrganizationInternalSponsor.md index 9d28b68b5044f..a9eb8d30e6f83 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementConnectedOrganizationInternalSponsor.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementConnectedOrganizationInternalSponsor.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaentitlementmanagementconnectedorganizationinternalsponsor Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaEntitlementManagementConnectedOrganizationInternalSponsor --- @@ -30,7 +30,7 @@ Get-MgBetaEntitlementManagementConnectedOrganizationInternalSponsor [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementConnectedOrganizationInternalSponsorByRef.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementConnectedOrganizationInternalSponsorByRef.md index fdff1c38306dd..93ec2c01c1593 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementConnectedOrganizationInternalSponsorByRef.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementConnectedOrganizationInternalSponsorByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaentitlementmanagementconnectedorganizationinternalsponsorbyref Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaEntitlementManagementConnectedOrganizationInternalSponsorByRef --- @@ -30,7 +30,6 @@ Get-MgBetaEntitlementManagementConnectedOrganizationInternalSponsorByRef [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementConnectedOrganizationInternalSponsorCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementConnectedOrganizationInternalSponsorCount.md index 989bd138964b7..5cbea3d55be4a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementConnectedOrganizationInternalSponsorCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementConnectedOrganizationInternalSponsorCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaentitlementmanagementconnectedorganizationinternalsponsorcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaEntitlementManagementConnectedOrganizationInternalSponsorCount --- @@ -27,7 +27,7 @@ Get-MgBetaEntitlementManagementConnectedOrganizationInternalSponsorCount -ConnectedOrganizationId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaEntitlementManagementConnectedOrganizationInternalSponsorCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -391,6 +391,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementControlConfiguration.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementControlConfiguration.md new file mode 100644 index 0000000000000..f5f7cc70c0440 --- /dev/null +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementControlConfiguration.md @@ -0,0 +1,657 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaentitlementmanagementcontrolconfiguration +Locale: en-US +Module Name: Microsoft.Graph.Beta.Identity.Governance +ms.date: 07/10/2026 +PlatyPS schema version: 2024-05-01 +title: Get-MgBetaEntitlementManagementControlConfiguration +--- + +# Get-MgBetaEntitlementManagementControlConfiguration + +## SYNOPSIS + +Represents the policies that control lifecycle and access to access packages across the organization. + +## SYNTAX + +### List (Default) + +``` +Get-MgBetaEntitlementManagementControlConfiguration [-ExpandProperty ] + [-Property ] [-Filter ] [-Search ] [-Skip ] [-Sort ] + [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] + [-CountVariable ] +``` + +### Get + +``` +Get-MgBetaEntitlementManagementControlConfiguration -ControlConfigurationId + [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] +``` + +### GetViaIdentity + +``` +Get-MgBetaEntitlementManagementControlConfiguration -InputObject + [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Represents the policies that control lifecycle and access to access packages across the 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: '' +``` + +### -ControlConfigurationId + +The unique identifier of controlConfiguration + +```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: '' +``` + +### -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.IIdentityGovernanceIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: GetViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + 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.IIdentityGovernanceIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphControlConfiguration + +{{ 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 + [AccessPackageAssignmentId ]: The unique identifier of accessPackageAssignment + [AccessPackageAssignmentPolicyId ]: The unique identifier of accessPackageAssignmentPolicy + [AccessPackageAssignmentRequestId ]: The unique identifier of accessPackageAssignmentRequest + [AccessPackageAssignmentResourceRoleId ]: The unique identifier of accessPackageAssignmentResourceRole + [AccessPackageCatalogId ]: The unique identifier of accessPackageCatalog + [AccessPackageId ]: The unique identifier of accessPackage + [AccessPackageId1 ]: The unique identifier of accessPackage + [AccessPackageResourceEnvironmentId ]: The unique identifier of accessPackageResourceEnvironment + [AccessPackageResourceId ]: The unique identifier of accessPackageResource + [AccessPackageResourceRequestId ]: The unique identifier of accessPackageResourceRequest + [AccessPackageResourceRoleId ]: The unique identifier of accessPackageResourceRole + [AccessPackageResourceRoleId1 ]: The unique identifier of accessPackageResourceRole + [AccessPackageResourceRoleScopeId ]: The unique identifier of accessPackageResourceRoleScope + [AccessPackageResourceScopeId ]: The unique identifier of accessPackageResourceScope + [AccessPackageResourceScopeId1 ]: The unique identifier of accessPackageResourceScope + [AccessPackageSubjectId ]: The unique identifier of accessPackageSubject + [AccessPackageSuggestionId ]: The unique identifier of accessPackageSuggestion + [AccessReviewDecisionId ]: The unique identifier of accessReviewDecision + [AccessReviewHistoryDefinitionId ]: The unique identifier of accessReviewHistoryDefinition + [AccessReviewHistoryInstanceId ]: The unique identifier of accessReviewHistoryInstance + [AccessReviewId ]: The unique identifier of accessReview + [AccessReviewId1 ]: The unique identifier of accessReview + [AccessReviewInstanceDecisionItemId ]: The unique identifier of accessReviewInstanceDecisionItem + [AccessReviewInstanceDecisionItemId1 ]: The unique identifier of accessReviewInstanceDecisionItem + [AccessReviewInstanceId ]: The unique identifier of accessReviewInstance + [AccessReviewReviewerId ]: The unique identifier of accessReviewReviewer + [AccessReviewScheduleDefinitionId ]: The unique identifier of accessReviewScheduleDefinition + [AccessReviewStageId ]: The unique identifier of accessReviewStage + [AgreementAcceptanceId ]: The unique identifier of agreementAcceptance + [AgreementFileLocalizationId ]: The unique identifier of agreementFileLocalization + [AgreementFileVersionId ]: The unique identifier of agreementFileVersion + [AgreementId ]: The unique identifier of agreement + [AppConsentRequestId ]: The unique identifier of appConsentRequest + [ApprovalId ]: The unique identifier of approval + [ApprovalStepId ]: The unique identifier of approvalStep + [AvailableAccessPackageId ]: The unique identifier of availableAccessPackage + [BusinessFlowTemplateId ]: The unique identifier of businessFlowTemplate + [ConnectedOrganizationId ]: The unique identifier of connectedOrganization + [ControlConfigurationId ]: The unique identifier of controlConfiguration + [CustomAccessPackageWorkflowExtensionId ]: The unique identifier of customAccessPackageWorkflowExtension + [CustomCalloutExtensionId ]: The unique identifier of customCalloutExtension + [CustomDataProvidedResourceUploadSessionId ]: The unique identifier of customDataProvidedResourceUploadSession + [CustomExtensionHandlerId ]: The unique identifier of customExtensionHandler + [CustomExtensionStageSettingId ]: The unique identifier of customExtensionStageSetting + [CustomTaskExtensionId ]: The unique identifier of customTaskExtension + [DirectoryObjectId ]: The unique identifier of directoryObject + [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector + [FindingId ]: The unique identifier of finding + [GovernanceInsightId ]: The unique identifier of governanceInsight + [GovernanceResourceId ]: The unique identifier of governanceResource + [GovernanceRoleAssignmentId ]: The unique identifier of governanceRoleAssignment + [GovernanceRoleAssignmentRequestId ]: The unique identifier of governanceRoleAssignmentRequest + [GovernanceRoleDefinitionId ]: The unique identifier of governanceRoleDefinition + [GovernanceRoleSettingId ]: The unique identifier of governanceRoleSetting + [GroupResourceId ]: The unique identifier of groupResource + [IncompatibleAccessPackageId ]: Usage: incompatibleAccessPackageId='{incompatibleAccessPackageId}' + [LongRunningOperationId ]: The unique identifier of longRunningOperation + [ObjectId ]: Alternate key of accessPackageSubject + [On ]: Usage: on='{on}' + [PermissionsCreepIndexDistributionId ]: The unique identifier of permissionsCreepIndexDistribution + [PermissionsRequestChangeId ]: The unique identifier of permissionsRequestChange + [PrivilegedAccessGroupAssignmentScheduleId ]: The unique identifier of privilegedAccessGroupAssignmentSchedule + [PrivilegedAccessGroupAssignmentScheduleInstanceId ]: The unique identifier of privilegedAccessGroupAssignmentScheduleInstance + [PrivilegedAccessGroupAssignmentScheduleRequestId ]: The unique identifier of privilegedAccessGroupAssignmentScheduleRequest + [PrivilegedAccessGroupEligibilityScheduleId ]: The unique identifier of privilegedAccessGroupEligibilitySchedule + [PrivilegedAccessGroupEligibilityScheduleInstanceId ]: The unique identifier of privilegedAccessGroupEligibilityScheduleInstance + [PrivilegedAccessGroupEligibilityScheduleRequestId ]: The unique identifier of privilegedAccessGroupEligibilityScheduleRequest + [PrivilegedAccessId ]: The unique identifier of privilegedAccess + [PrivilegedApprovalId ]: The unique identifier of privilegedApproval + [PrivilegedOperationEventId ]: The unique identifier of privilegedOperationEvent + [PrivilegedRoleAssignmentId ]: The unique identifier of privilegedRoleAssignment + [PrivilegedRoleAssignmentId1 ]: The unique identifier of privilegedRoleAssignment + [PrivilegedRoleAssignmentRequestId ]: The unique identifier of privilegedRoleAssignmentRequest + [PrivilegedRoleId ]: The unique identifier of privilegedRole + [ProgramControlId ]: The unique identifier of programControl + [ProgramControlId1 ]: The unique identifier of programControl + [ProgramControlTypeId ]: The unique identifier of programControlType + [ProgramId ]: The unique identifier of program + [RbacApplicationId ]: The unique identifier of rbacApplication + [RunId ]: The unique identifier of run + [RunId1 ]: The unique identifier of run + [StartDateTime ]: Usage: startDateTime={startDateTime} + [TaskDefinitionId ]: The unique identifier of taskDefinition + [TaskId ]: The unique identifier of task + [TaskProcessingResultId ]: The unique identifier of taskProcessingResult + [TaskReportId ]: The unique identifier of taskReport + [UnifiedRbacResourceActionId ]: The unique identifier of unifiedRbacResourceAction + [UnifiedRbacResourceNamespaceId ]: The unique identifier of unifiedRbacResourceNamespace + [UnifiedRoleAssignmentId ]: The unique identifier of unifiedRoleAssignment + [UnifiedRoleAssignmentScheduleId ]: The unique identifier of unifiedRoleAssignmentSchedule + [UnifiedRoleAssignmentScheduleInstanceId ]: The unique identifier of unifiedRoleAssignmentScheduleInstance + [UnifiedRoleAssignmentScheduleRequestId ]: The unique identifier of unifiedRoleAssignmentScheduleRequest + [UnifiedRoleDefinitionId ]: The unique identifier of unifiedRoleDefinition + [UnifiedRoleDefinitionId1 ]: The unique identifier of unifiedRoleDefinition + [UnifiedRoleEligibilityScheduleId ]: The unique identifier of unifiedRoleEligibilitySchedule + [UnifiedRoleEligibilityScheduleInstanceId ]: The unique identifier of unifiedRoleEligibilityScheduleInstance + [UnifiedRoleEligibilityScheduleRequestId ]: The unique identifier of unifiedRoleEligibilityScheduleRequest + [UnifiedRoleManagementAlertConfigurationId ]: The unique identifier of unifiedRoleManagementAlertConfiguration + [UnifiedRoleManagementAlertDefinitionId ]: The unique identifier of unifiedRoleManagementAlertDefinition + [UnifiedRoleManagementAlertId ]: The unique identifier of unifiedRoleManagementAlert + [UnifiedRoleManagementAlertIncidentId ]: The unique identifier of unifiedRoleManagementAlertIncident + [UniqueName ]: Alternate key of accessPackageCatalog + [UserConsentRequestId ]: The unique identifier of userConsentRequest + [UserId ]: The unique identifier of user + [UserProcessingResultId ]: The unique identifier of userProcessingResult + [WorkflowId ]: The unique identifier of workflow + [WorkflowTemplateId ]: The unique identifier of workflowTemplate + [WorkflowVersionNumber ]: The unique identifier of workflowVersion + + +## RELATED LINKS + +- [Get-MgBetaEntitlementManagementControlConfiguration](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaentitlementmanagementcontrolconfiguration) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementControlConfigurationCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementControlConfigurationCount.md new file mode 100644 index 0000000000000..402e526dc9249 --- /dev/null +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementControlConfigurationCount.md @@ -0,0 +1,297 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaentitlementmanagementcontrolconfigurationcount +Locale: en-US +Module Name: Microsoft.Graph.Beta.Identity.Governance +ms.date: 07/10/2026 +PlatyPS schema version: 2024-05-01 +title: Get-MgBetaEntitlementManagementControlConfigurationCount +--- + +# Get-MgBetaEntitlementManagementControlConfigurationCount + +## SYNOPSIS + +Get the number of the resource + +## SYNTAX + +### Get (Default) + +``` +Get-MgBetaEntitlementManagementControlConfigurationCount [-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: '' +``` + +### -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-MgBetaEntitlementManagementControlConfigurationCount](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaentitlementmanagementcontrolconfigurationcount) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementExternalOriginResourceConnector.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementExternalOriginResourceConnector.md new file mode 100644 index 0000000000000..035b863e39a67 --- /dev/null +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementExternalOriginResourceConnector.md @@ -0,0 +1,665 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaentitlementmanagementexternaloriginresourceconnector +Locale: en-US +Module Name: Microsoft.Graph.Beta.Identity.Governance +ms.date: 07/10/2026 +PlatyPS schema version: 2024-05-01 +title: Get-MgBetaEntitlementManagementExternalOriginResourceConnector +--- + +# Get-MgBetaEntitlementManagementExternalOriginResourceConnector + +## SYNOPSIS + +Get externalOriginResourceConnectors from identityGovernance + +## SYNTAX + +### List (Default) + +``` +Get-MgBetaEntitlementManagementExternalOriginResourceConnector [-ExpandProperty ] + [-Property ] [-Filter ] [-Search ] [-Skip ] [-Sort ] + [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] + [-CountVariable ] +``` + +### Get + +``` +Get-MgBetaEntitlementManagementExternalOriginResourceConnector + -ExternalOriginResourceConnectorId [-ExpandProperty ] [-Property ] + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] +``` + +### GetViaIdentity + +``` +Get-MgBetaEntitlementManagementExternalOriginResourceConnector + -InputObject [-ExpandProperty ] [-Property ] + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Get externalOriginResourceConnectors from identityGovernance + +**Permissions** + +| Permission type | Permissions (from least to most privileged) | +| --------------- | ------------------------------------------ | +| Delegated (work or school account) | EntitlementManagement.Read.All, EntitlementManagement.ReadWrite.All, | +| Delegated (personal Microsoft account) | Not supported | +| Application | EntitlementManagement.Read.All, EntitlementManagement.ReadWrite.All, | + +## 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: '' +``` + +### -ExternalOriginResourceConnectorId + +The unique identifier of externalOriginResourceConnector + +```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: 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.IIdentityGovernanceIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: GetViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + 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.IIdentityGovernanceIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphExternalOriginResourceConnector + +{{ 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 + [AccessPackageAssignmentId ]: The unique identifier of accessPackageAssignment + [AccessPackageAssignmentPolicyId ]: The unique identifier of accessPackageAssignmentPolicy + [AccessPackageAssignmentRequestId ]: The unique identifier of accessPackageAssignmentRequest + [AccessPackageAssignmentResourceRoleId ]: The unique identifier of accessPackageAssignmentResourceRole + [AccessPackageCatalogId ]: The unique identifier of accessPackageCatalog + [AccessPackageId ]: The unique identifier of accessPackage + [AccessPackageId1 ]: The unique identifier of accessPackage + [AccessPackageResourceEnvironmentId ]: The unique identifier of accessPackageResourceEnvironment + [AccessPackageResourceId ]: The unique identifier of accessPackageResource + [AccessPackageResourceRequestId ]: The unique identifier of accessPackageResourceRequest + [AccessPackageResourceRoleId ]: The unique identifier of accessPackageResourceRole + [AccessPackageResourceRoleId1 ]: The unique identifier of accessPackageResourceRole + [AccessPackageResourceRoleScopeId ]: The unique identifier of accessPackageResourceRoleScope + [AccessPackageResourceScopeId ]: The unique identifier of accessPackageResourceScope + [AccessPackageResourceScopeId1 ]: The unique identifier of accessPackageResourceScope + [AccessPackageSubjectId ]: The unique identifier of accessPackageSubject + [AccessPackageSuggestionId ]: The unique identifier of accessPackageSuggestion + [AccessReviewDecisionId ]: The unique identifier of accessReviewDecision + [AccessReviewHistoryDefinitionId ]: The unique identifier of accessReviewHistoryDefinition + [AccessReviewHistoryInstanceId ]: The unique identifier of accessReviewHistoryInstance + [AccessReviewId ]: The unique identifier of accessReview + [AccessReviewId1 ]: The unique identifier of accessReview + [AccessReviewInstanceDecisionItemId ]: The unique identifier of accessReviewInstanceDecisionItem + [AccessReviewInstanceDecisionItemId1 ]: The unique identifier of accessReviewInstanceDecisionItem + [AccessReviewInstanceId ]: The unique identifier of accessReviewInstance + [AccessReviewReviewerId ]: The unique identifier of accessReviewReviewer + [AccessReviewScheduleDefinitionId ]: The unique identifier of accessReviewScheduleDefinition + [AccessReviewStageId ]: The unique identifier of accessReviewStage + [AgreementAcceptanceId ]: The unique identifier of agreementAcceptance + [AgreementFileLocalizationId ]: The unique identifier of agreementFileLocalization + [AgreementFileVersionId ]: The unique identifier of agreementFileVersion + [AgreementId ]: The unique identifier of agreement + [AppConsentRequestId ]: The unique identifier of appConsentRequest + [ApprovalId ]: The unique identifier of approval + [ApprovalStepId ]: The unique identifier of approvalStep + [AvailableAccessPackageId ]: The unique identifier of availableAccessPackage + [BusinessFlowTemplateId ]: The unique identifier of businessFlowTemplate + [ConnectedOrganizationId ]: The unique identifier of connectedOrganization + [ControlConfigurationId ]: The unique identifier of controlConfiguration + [CustomAccessPackageWorkflowExtensionId ]: The unique identifier of customAccessPackageWorkflowExtension + [CustomCalloutExtensionId ]: The unique identifier of customCalloutExtension + [CustomDataProvidedResourceUploadSessionId ]: The unique identifier of customDataProvidedResourceUploadSession + [CustomExtensionHandlerId ]: The unique identifier of customExtensionHandler + [CustomExtensionStageSettingId ]: The unique identifier of customExtensionStageSetting + [CustomTaskExtensionId ]: The unique identifier of customTaskExtension + [DirectoryObjectId ]: The unique identifier of directoryObject + [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector + [FindingId ]: The unique identifier of finding + [GovernanceInsightId ]: The unique identifier of governanceInsight + [GovernanceResourceId ]: The unique identifier of governanceResource + [GovernanceRoleAssignmentId ]: The unique identifier of governanceRoleAssignment + [GovernanceRoleAssignmentRequestId ]: The unique identifier of governanceRoleAssignmentRequest + [GovernanceRoleDefinitionId ]: The unique identifier of governanceRoleDefinition + [GovernanceRoleSettingId ]: The unique identifier of governanceRoleSetting + [GroupResourceId ]: The unique identifier of groupResource + [IncompatibleAccessPackageId ]: Usage: incompatibleAccessPackageId='{incompatibleAccessPackageId}' + [LongRunningOperationId ]: The unique identifier of longRunningOperation + [ObjectId ]: Alternate key of accessPackageSubject + [On ]: Usage: on='{on}' + [PermissionsCreepIndexDistributionId ]: The unique identifier of permissionsCreepIndexDistribution + [PermissionsRequestChangeId ]: The unique identifier of permissionsRequestChange + [PrivilegedAccessGroupAssignmentScheduleId ]: The unique identifier of privilegedAccessGroupAssignmentSchedule + [PrivilegedAccessGroupAssignmentScheduleInstanceId ]: The unique identifier of privilegedAccessGroupAssignmentScheduleInstance + [PrivilegedAccessGroupAssignmentScheduleRequestId ]: The unique identifier of privilegedAccessGroupAssignmentScheduleRequest + [PrivilegedAccessGroupEligibilityScheduleId ]: The unique identifier of privilegedAccessGroupEligibilitySchedule + [PrivilegedAccessGroupEligibilityScheduleInstanceId ]: The unique identifier of privilegedAccessGroupEligibilityScheduleInstance + [PrivilegedAccessGroupEligibilityScheduleRequestId ]: The unique identifier of privilegedAccessGroupEligibilityScheduleRequest + [PrivilegedAccessId ]: The unique identifier of privilegedAccess + [PrivilegedApprovalId ]: The unique identifier of privilegedApproval + [PrivilegedOperationEventId ]: The unique identifier of privilegedOperationEvent + [PrivilegedRoleAssignmentId ]: The unique identifier of privilegedRoleAssignment + [PrivilegedRoleAssignmentId1 ]: The unique identifier of privilegedRoleAssignment + [PrivilegedRoleAssignmentRequestId ]: The unique identifier of privilegedRoleAssignmentRequest + [PrivilegedRoleId ]: The unique identifier of privilegedRole + [ProgramControlId ]: The unique identifier of programControl + [ProgramControlId1 ]: The unique identifier of programControl + [ProgramControlTypeId ]: The unique identifier of programControlType + [ProgramId ]: The unique identifier of program + [RbacApplicationId ]: The unique identifier of rbacApplication + [RunId ]: The unique identifier of run + [RunId1 ]: The unique identifier of run + [StartDateTime ]: Usage: startDateTime={startDateTime} + [TaskDefinitionId ]: The unique identifier of taskDefinition + [TaskId ]: The unique identifier of task + [TaskProcessingResultId ]: The unique identifier of taskProcessingResult + [TaskReportId ]: The unique identifier of taskReport + [UnifiedRbacResourceActionId ]: The unique identifier of unifiedRbacResourceAction + [UnifiedRbacResourceNamespaceId ]: The unique identifier of unifiedRbacResourceNamespace + [UnifiedRoleAssignmentId ]: The unique identifier of unifiedRoleAssignment + [UnifiedRoleAssignmentScheduleId ]: The unique identifier of unifiedRoleAssignmentSchedule + [UnifiedRoleAssignmentScheduleInstanceId ]: The unique identifier of unifiedRoleAssignmentScheduleInstance + [UnifiedRoleAssignmentScheduleRequestId ]: The unique identifier of unifiedRoleAssignmentScheduleRequest + [UnifiedRoleDefinitionId ]: The unique identifier of unifiedRoleDefinition + [UnifiedRoleDefinitionId1 ]: The unique identifier of unifiedRoleDefinition + [UnifiedRoleEligibilityScheduleId ]: The unique identifier of unifiedRoleEligibilitySchedule + [UnifiedRoleEligibilityScheduleInstanceId ]: The unique identifier of unifiedRoleEligibilityScheduleInstance + [UnifiedRoleEligibilityScheduleRequestId ]: The unique identifier of unifiedRoleEligibilityScheduleRequest + [UnifiedRoleManagementAlertConfigurationId ]: The unique identifier of unifiedRoleManagementAlertConfiguration + [UnifiedRoleManagementAlertDefinitionId ]: The unique identifier of unifiedRoleManagementAlertDefinition + [UnifiedRoleManagementAlertId ]: The unique identifier of unifiedRoleManagementAlert + [UnifiedRoleManagementAlertIncidentId ]: The unique identifier of unifiedRoleManagementAlertIncident + [UniqueName ]: Alternate key of accessPackageCatalog + [UserConsentRequestId ]: The unique identifier of userConsentRequest + [UserId ]: The unique identifier of user + [UserProcessingResultId ]: The unique identifier of userProcessingResult + [WorkflowId ]: The unique identifier of workflow + [WorkflowTemplateId ]: The unique identifier of workflowTemplate + [WorkflowVersionNumber ]: The unique identifier of workflowVersion + + +## RELATED LINKS + +- [Get-MgBetaEntitlementManagementExternalOriginResourceConnector](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaentitlementmanagementexternaloriginresourceconnector) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Enable-MgBetaSolutionBackupRestoreAllSitesBackup.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementExternalOriginResourceConnectorCount.md similarity index 77% rename from microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Enable-MgBetaSolutionBackupRestoreAllSitesBackup.md rename to microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementExternalOriginResourceConnectorCount.md index 0e59b9ab0414b..84b8574057129 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Enable-MgBetaSolutionBackupRestoreAllSitesBackup.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementExternalOriginResourceConnectorCount.md @@ -1,29 +1,29 @@ --- document type: cmdlet -external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml -HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/enable-mgbetasolutionbackuprestoreallsitesbackup +external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaentitlementmanagementexternaloriginresourceconnectorcount Locale: en-US -Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +Module Name: Microsoft.Graph.Beta.Identity.Governance +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 -title: Enable-MgBetaSolutionBackupRestoreAllSitesBackup +title: Get-MgBetaEntitlementManagementExternalOriginResourceConnectorCount --- -# Enable-MgBetaSolutionBackupRestoreAllSitesBackup +# Get-MgBetaEntitlementManagementExternalOriginResourceConnectorCount ## SYNOPSIS -Invoke action enable +Get the number of the resource ## SYNTAX -### Enable (Default) +### Get (Default) ``` -Enable-MgBetaSolutionBackupRestoreAllSitesBackup [-ResponseHeadersVariable ] [-Break] - [-Headers ] [-HttpPipelineAppend ] - [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] +Get-MgBetaEntitlementManagementExternalOriginResourceConnectorCount [-Filter ] + [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -33,15 +33,15 @@ This cmdlet has the following aliases, ## DESCRIPTION -Invoke action enable +Get the number of the resource **Permissions** | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | BackupRestore-Configuration.ReadWrite.All, | +| Delegated (work or school account) | EntitlementManagement.Read.All, EntitlementManagement.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | BackupRestore-Configuration.ReadWrite.All, | +| Application | EntitlementManagement.Read.All, EntitlementManagement.ReadWrite.All, | ## PARAMETERS @@ -66,16 +66,15 @@ AcceptedValues: [] HelpMessage: '' ``` -### -Confirm +### -Filter -Prompts you for confirmation before running the cmdlet. +Filter items by property values ```yaml -Type: System.Management.Automation.SwitchParameter +Type: System.String DefaultValue: '' SupportsWildcards: false -Aliases: -- cf +Aliases: [] ParameterSets: - Name: (All) Position: Named @@ -236,16 +235,15 @@ AcceptedValues: [] HelpMessage: '' ``` -### -WhatIf +### -Search -Runs the command in a mode that only reports what would happen without performing the actions. +Search items by search phrases ```yaml -Type: System.Management.Automation.SwitchParameter +Type: System.String DefaultValue: '' SupportsWildcards: false -Aliases: -- wi +Aliases: [] ParameterSets: - Name: (All) Position: Named @@ -273,7 +271,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphAllSitesBackup +### System.Int32 {{ Fill in the Description }} @@ -281,7 +279,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## RELATED LINKS -- [Enable-MgBetaSolutionBackupRestoreAllSitesBackup](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/enable-mgbetasolutionbackuprestoreallsitesbackup) +- [Get-MgBetaEntitlementManagementExternalOriginResourceConnectorCount](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaentitlementmanagementexternaloriginresourceconnectorcount) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementSetting.md index 147f40c4e16c4..72b659efd7299 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaentitlementmanagementsetting Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaEntitlementManagementSetting --- @@ -26,7 +26,7 @@ Retrieve the properties of an entitlementManagementSettings object. Get-MgBetaEntitlementManagementSetting [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementSubject.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementSubject.md index 3e6afad976ce7..603cb312e7ddc 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementSubject.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementSubject.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaentitlementmanagementsubject Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaEntitlementManagementSubject --- @@ -15,6 +15,9 @@ title: Get-MgBetaEntitlementManagementSubject Represents the subjects within entitlement management. +> [!NOTE] +> To view the v1.0 release of this cmdlet, view [Get-MgEntitlementManagementSubject](/powershell/module/Microsoft.Graph.Identity.Governance/Get-MgEntitlementManagementSubject?view=graph-powershell-1.0) + ## SYNTAX ### List (Default) @@ -25,7 +28,7 @@ Get-MgBetaEntitlementManagementSubject [-ExpandProperty ] [-Property < [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -34,7 +37,7 @@ Get-MgBetaEntitlementManagementSubject [-ExpandProperty ] [-Property < Get-MgBetaEntitlementManagementSubject -AccessPackageSubjectId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -44,7 +47,7 @@ Get-MgBetaEntitlementManagementSubject -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -564,6 +567,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementSubjectByObjectId.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementSubjectByObjectId.md index cb868efbf1d67..81b708fa1deca 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementSubjectByObjectId.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementSubjectByObjectId.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaentitlementmanagementsubjectbyobjectid Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaEntitlementManagementSubjectByObjectId --- @@ -15,6 +15,9 @@ title: Get-MgBetaEntitlementManagementSubjectByObjectId Represents the subjects within entitlement management. +> [!NOTE] +> To view the v1.0 release of this cmdlet, view [Get-MgEntitlementManagementSubjectByObjectId](/powershell/module/Microsoft.Graph.Identity.Governance/Get-MgEntitlementManagementSubjectByObjectId?view=graph-powershell-1.0) + ## SYNTAX ### Get (Default) @@ -23,7 +26,7 @@ Represents the subjects within entitlement management. Get-MgBetaEntitlementManagementSubjectByObjectId -ObjectId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -33,7 +36,7 @@ Get-MgBetaEntitlementManagementSubjectByObjectId -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -381,6 +384,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementSubjectConnectedOrganization.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementSubjectConnectedOrganization.md index 05fe9caad3d23..e5d703b0d636c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementSubjectConnectedOrganization.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementSubjectConnectedOrganization.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaentitlementmanagementsubjectconnectedorganization Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaEntitlementManagementSubjectConnectedOrganization --- @@ -17,6 +17,9 @@ The connected organization of the subject. Read-only. Nullable. +> [!NOTE] +> To view the v1.0 release of this cmdlet, view [Get-MgEntitlementManagementSubjectConnectedOrganization](/powershell/module/Microsoft.Graph.Identity.Governance/Get-MgEntitlementManagementSubjectConnectedOrganization?view=graph-powershell-1.0) + ## SYNTAX ### Get (Default) @@ -26,7 +29,7 @@ Get-MgBetaEntitlementManagementSubjectConnectedOrganization -AccessPackageSubjec [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +39,7 @@ Get-MgBetaEntitlementManagementSubjectConnectedOrganization -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -386,6 +389,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementSubjectCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementSubjectCount.md index ab63e64e0d450..eac66ee97e973 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementSubjectCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaEntitlementManagementSubjectCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaentitlementmanagementsubjectcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaEntitlementManagementSubjectCount --- @@ -15,6 +15,9 @@ title: Get-MgBetaEntitlementManagementSubjectCount Get the number of the resource +> [!NOTE] +> To view the v1.0 release of this cmdlet, view [Get-MgEntitlementManagementSubjectCount](/powershell/module/Microsoft.Graph.Identity.Governance/Get-MgEntitlementManagementSubjectCount?view=graph-powershell-1.0) + ## SYNTAX ### Get (Default) @@ -23,7 +26,7 @@ Get the number of the resource Get-MgBetaEntitlementManagementSubjectCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewDecision.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewDecision.md index 315318620b867..cdfb518f4044f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewDecision.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewDecision.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernanceaccessreviewdecision Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceAccessReviewDecision --- @@ -25,7 +25,7 @@ Get-MgBetaIdentityGovernanceAccessReviewDecision [-ExpandProperty ] [- [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaIdentityGovernanceAccessReviewDecision -AccessReviewInstanceDecisionIt [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -45,7 +45,7 @@ Get-MgBetaIdentityGovernanceAccessReviewDecision -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -574,6 +574,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewDecisionCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewDecisionCount.md index 5c879bf1a7716..5c16162d1d26a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewDecisionCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewDecisionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernanceaccessreviewdecisioncount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceAccessReviewDecisionCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaIdentityGovernanceAccessReviewDecisionCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewDecisionInsight.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewDecisionInsight.md index 76a99b1c56f3e..4f17f0856c5df 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewDecisionInsight.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewDecisionInsight.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernanceaccessreviewdecisioninsight Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceAccessReviewDecisionInsight --- @@ -27,7 +27,6 @@ Get-MgBetaIdentityGovernanceAccessReviewDecisionInsight -AccessReviewInstanceDec [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -37,7 +36,7 @@ Get-MgBetaIdentityGovernanceAccessReviewDecisionInsight -AccessReviewInstanceDec -GovernanceInsightId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -47,7 +46,7 @@ Get-MgBetaIdentityGovernanceAccessReviewDecisionInsight -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -595,6 +594,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewDecisionInsightCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewDecisionInsightCount.md index 2e69a8b48c0ea..06c70f32103ce 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewDecisionInsightCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewDecisionInsightCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernanceaccessreviewdecisioninsightcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceAccessReviewDecisionInsightCount --- @@ -24,7 +24,7 @@ Get-MgBetaIdentityGovernanceAccessReviewDecisionInsightCount -AccessReviewInstanceDecisionItemId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaIdentityGovernanceAccessReviewDecisionInsightCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -380,6 +380,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewDecisionInstance.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewDecisionInstance.md index 855b6a990df2a..27f755385d408 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewDecisionInstance.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewDecisionInstance.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernanceaccessreviewdecisioninstance Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceAccessReviewDecisionInstance --- @@ -25,7 +25,7 @@ Get-MgBetaIdentityGovernanceAccessReviewDecisionInstance -AccessReviewInstanceDecisionItemId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaIdentityGovernanceAccessReviewDecisionInstance -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -384,6 +384,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceContactedReviewer.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceContactedReviewer.md index fd5f06172281d..b419eff24b679 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceContactedReviewer.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceContactedReviewer.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernanceaccessreviewdecisioninstancecontactedreviewer Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceContactedReviewer --- @@ -29,7 +29,7 @@ Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceContactedReviewer [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -40,7 +40,7 @@ Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceContactedReviewer [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -50,7 +50,7 @@ Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceContactedReviewer -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -600,6 +600,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceContactedReviewerCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceContactedReviewerCount.md index e002108a63913..58abdcf87ae0a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceContactedReviewerCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceContactedReviewerCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernanceaccessreviewdecisioninstancecontactedreviewercount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceContactedReviewerCount --- @@ -24,7 +24,7 @@ Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceContactedReviewerCount -AccessReviewInstanceDecisionItemId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceContactedReviewerCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -380,6 +380,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecision.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecision.md index db78ab05d786a..c2a6461f08d7c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecision.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecision.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernanceaccessreviewdecisioninstancedecision Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecision --- @@ -26,7 +26,7 @@ Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecision [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -37,7 +37,7 @@ Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecision [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -47,7 +47,7 @@ Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecision -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -594,6 +594,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecisionCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecisionCount.md index f4078e315cdff..4b39984acfdce 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecisionCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecisionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernanceaccessreviewdecisioninstancedecisioncount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecisionCount --- @@ -24,7 +24,7 @@ Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecisionCount -AccessReviewInstanceDecisionItemId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecisionCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -380,6 +380,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecisionInsight.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecisionInsight.md index 7d88daffba7fe..9c3ad85f5963e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecisionInsight.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecisionInsight.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernanceaccessreviewdecisioninstancedecisioninsight Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecisionInsight --- @@ -28,7 +28,6 @@ Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecisionInsight [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -39,7 +38,7 @@ Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecisionInsight -GovernanceInsightId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -49,7 +48,7 @@ Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecisionInsight -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -624,6 +623,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecisionInsightCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecisionInsightCount.md index 5e4a701dbf01c..92d440babf5b1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecisionInsightCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecisionInsightCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernanceaccessreviewdecisioninstancedecisioninsightcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecisionInsightCount --- @@ -25,7 +25,7 @@ Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecisionInsightCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecisionInsightCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -402,6 +402,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDefinition.md index 498326a855020..cee4fd6245638 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernanceaccessreviewdecisioninstancedefinition Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDefinition --- @@ -25,7 +25,7 @@ Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDefinition -AccessReviewInstanceDecisionItemId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDefinition -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -384,6 +384,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStage.md index d74152fafdb8a..f9f523b331fdc 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernanceaccessreviewdecisioninstancestage Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStage --- @@ -28,7 +28,7 @@ Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStage [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -39,7 +39,7 @@ Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStage [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -49,7 +49,7 @@ Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStage -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -598,6 +598,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageCount.md index 8b91cee584db1..4a72bb3441830 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernanceaccessreviewdecisioninstancestagecount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageCount --- @@ -24,7 +24,7 @@ Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageCount -AccessReviewInstanceDecisionItemId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -380,6 +380,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecision.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecision.md index d774a124efce2..258ad8509a5f7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecision.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecision.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernanceaccessreviewdecisioninstancestagedecision Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecision --- @@ -27,7 +27,6 @@ Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecision [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -38,7 +37,7 @@ Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecision -AccessReviewStageId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +47,7 @@ Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecision -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -622,6 +621,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecisionCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecisionCount.md index e9906c9aec15a..0e7405ef552e2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecisionCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecisionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernanceaccessreviewdecisioninstancestagedecisioncount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecisionCount --- @@ -24,7 +24,7 @@ Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecisionCount -AccessReviewInstanceDecisionItemId -AccessReviewStageId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecisionCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -401,6 +401,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecisionInsight.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecisionInsight.md index 687eb027b9948..613cd1ff59526 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecisionInsight.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecisionInsight.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernanceaccessreviewdecisioninstancestagedecisioninsight Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecisionInsight --- @@ -28,7 +28,7 @@ Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecisionInsight [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -39,7 +39,7 @@ Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecisionInsight -AccessReviewStageId -GovernanceInsightId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -49,7 +49,7 @@ Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecisionInsight -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -651,6 +651,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecisionInsightCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecisionInsightCount.md index 07bab737980ad..ce23be50b6f40 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecisionInsightCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecisionInsightCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernanceaccessreviewdecisioninstancestagedecisioninsightcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecisionInsightCount --- @@ -25,7 +25,7 @@ Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecisionInsightCoun -AccessReviewStageId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecisionInsightCoun -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -423,6 +423,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewDefinition.md index 8340841f9ab9c..b5cf99cd322c0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernanceaccessreviewdefinition Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceAccessReviewDefinition --- @@ -32,7 +32,7 @@ Get-MgBetaIdentityGovernanceAccessReviewDefinition [-ExpandProperty ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -42,7 +42,7 @@ Get-MgBetaIdentityGovernanceAccessReviewDefinition -AccessReviewScheduleDefiniti [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -52,7 +52,7 @@ Get-MgBetaIdentityGovernanceAccessReviewDefinition -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -608,6 +608,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewDefinitionCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewDefinitionCount.md index bec3436d45cf6..bb4278dce6c01 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewDefinitionCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewDefinitionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernanceaccessreviewdefinitioncount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceAccessReviewDefinitionCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaIdentityGovernanceAccessReviewDefinitionCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstance.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstance.md index b2ff938778eaf..38e9c3d166ffb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstance.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstance.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernanceaccessreviewdefinitioninstance Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstance --- @@ -31,7 +31,7 @@ Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstance [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -41,7 +41,7 @@ Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstance -AccessReviewInstance -AccessReviewScheduleDefinitionId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -51,7 +51,7 @@ Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstance -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -621,6 +621,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer.md index 374331020dc8f..2d1a99a0550f0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernanceaccessreviewdefinitioninstancecontactedreviewer Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer --- @@ -33,7 +33,6 @@ Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -44,7 +43,7 @@ Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer -AccessReviewScheduleDefinitionId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -54,7 +53,7 @@ Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -644,6 +643,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewerCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewerCount.md index fa185a5072c68..ba59cdf8b85ef 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewerCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewerCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernanceaccessreviewdefinitioninstancecontactedreviewercount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewerCount --- @@ -27,7 +27,7 @@ Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewerCount -AccessReviewInstanceId -AccessReviewScheduleDefinitionId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewerCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -412,6 +412,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceCount.md index f8a14a333b397..e766a23c810b1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernanceaccessreviewdefinitioninstancecount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceCount --- @@ -27,7 +27,7 @@ Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceCount -AccessReviewScheduleDefinitionId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -391,6 +391,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecision.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecision.md index ff81a132785de..49ab8f8deab28 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecision.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecision.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernanceaccessreviewdefinitioninstancedecision Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecision --- @@ -29,7 +29,7 @@ Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecision -AccessReview [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -40,7 +40,7 @@ Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecision -AccessReviewScheduleDefinitionId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -50,7 +50,7 @@ Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecision -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -645,6 +645,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionCount.md index 76e5f00416e77..637834fd5dcd8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernanceaccessreviewdefinitioninstancedecisioncount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionCount --- @@ -27,7 +27,7 @@ Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionCount -AccessReviewInstanceId -AccessReviewScheduleDefinitionId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -412,6 +412,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight.md index 2c8b484f865f9..aa2571ae3c759 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernanceaccessreviewdefinitioninstancedecisioninsight Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight --- @@ -31,7 +31,7 @@ Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -43,7 +43,7 @@ Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -53,7 +53,7 @@ Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -655,6 +655,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsightCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsightCount.md index 1683bbe6b18dd..dc2fb989cb4a7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsightCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsightCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernanceaccessreviewdefinitioninstancedecisioninsightcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsightCount --- @@ -28,7 +28,7 @@ Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsightCount -AccessReviewScheduleDefinitionId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -38,7 +38,7 @@ Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsightCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -426,6 +426,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInstance.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInstance.md index 0c0820ad4bb98..998c44466b2a2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInstance.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInstance.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernanceaccessreviewdefinitioninstancedecisioninstance Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInstance --- @@ -26,7 +26,7 @@ Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInstance -AccessReviewScheduleDefinitionId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInstance -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -427,6 +427,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDefinition.md index b5d49369aaad5..2e0c7f7977aba 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernanceaccessreviewdefinitioninstancedefinition Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDefinition --- @@ -26,7 +26,7 @@ Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDefinition [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDefinition -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -406,6 +406,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStage.md index 2f937de4cd522..9cb63987c742e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernanceaccessreviewdefinitioninstancestage Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStage --- @@ -29,7 +29,7 @@ Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStage -AccessReviewIns [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -40,7 +40,7 @@ Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStage -AccessReviewIns [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -50,7 +50,7 @@ Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStage -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -645,6 +645,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageCount.md index 1517b30030252..027862c4e9583 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernanceaccessreviewdefinitioninstancestagecount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageCount --- @@ -27,7 +27,7 @@ Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageCount -AccessReviewInstanceId -AccessReviewScheduleDefinitionId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -412,6 +412,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecision.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecision.md index c6d54d93f3530..fe9e7e73353b6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecision.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecision.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernanceaccessreviewdefinitioninstancestagedecision Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecision --- @@ -30,7 +30,7 @@ Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecision [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -42,7 +42,7 @@ Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecision [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -52,7 +52,7 @@ Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecision -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -674,6 +674,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionCount.md index 461d6578c385a..f1b4fb27aa462 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernanceaccessreviewdefinitioninstancestagedecisioncount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionCount --- @@ -28,7 +28,7 @@ Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionCount -AccessReviewStageId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -38,7 +38,7 @@ Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -434,6 +434,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight.md index eb261e2a77d7d..2b6bc884cf6cf 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernanceaccessreviewdefinitioninstancestagedecisioninsight Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight --- @@ -32,7 +32,6 @@ Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -44,7 +43,7 @@ Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight -GovernanceInsightId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -54,7 +53,7 @@ Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -683,6 +682,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInstance.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInstance.md index 7475c28d8512d..d2f8fa32f6464 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInstance.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInstance.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernanceaccessreviewdefinitioninstancestagedecisioninstance Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInstance --- @@ -27,7 +27,7 @@ Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInstance [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInstance -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -449,6 +449,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewHistoryDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewHistoryDefinition.md index 65d9baf1a77f8..8b34d2516b4b5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewHistoryDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewHistoryDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernanceaccessreviewhistorydefinition Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceAccessReviewHistoryDefinition --- @@ -30,7 +30,7 @@ Get-MgBetaIdentityGovernanceAccessReviewHistoryDefinition [-ExpandProperty ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -40,7 +40,7 @@ Get-MgBetaIdentityGovernanceAccessReviewHistoryDefinition -AccessReviewHistoryDe [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -50,7 +50,7 @@ Get-MgBetaIdentityGovernanceAccessReviewHistoryDefinition -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -593,6 +593,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionCount.md index 49e84940e498a..a7b75845f5af3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernanceaccessreviewhistorydefinitioncount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionInstance.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionInstance.md index 8750470cbffbb..3ac4d9182b4b8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionInstance.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionInstance.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernanceaccessreviewhistorydefinitioninstance Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionInstance --- @@ -30,7 +30,7 @@ Get-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionInstance [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -41,7 +41,7 @@ Get-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionInstance [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -51,7 +51,7 @@ Get-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionInstance -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -612,6 +612,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionInstanceCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionInstanceCount.md index 5b5839a995eaf..00116dbeb680b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionInstanceCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionInstanceCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernanceaccessreviewhistorydefinitioninstancecount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionInstanceCount --- @@ -27,7 +27,7 @@ Get-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionInstanceCount -AccessReviewHistoryDefinitionId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionInstanceCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -391,6 +391,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewInstance.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewInstance.md index 11790c68ed27a..9a239b62da0b7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewInstance.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewInstance.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernanceaccessreviewinstance Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceAccessReviewInstance --- @@ -25,7 +25,7 @@ Get-MgBetaIdentityGovernanceAccessReviewInstance [-ExpandProperty ] [- [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaIdentityGovernanceAccessReviewInstance -AccessReviewInstanceId ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -45,7 +45,7 @@ Get-MgBetaIdentityGovernanceAccessReviewInstance -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -565,6 +565,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewInstanceContactedReviewer.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewInstanceContactedReviewer.md index da6858aad8de7..47ed77174033e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewInstanceContactedReviewer.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewInstanceContactedReviewer.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernanceaccessreviewinstancecontactedreviewer Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceAccessReviewInstanceContactedReviewer --- @@ -29,7 +29,6 @@ Get-MgBetaIdentityGovernanceAccessReviewInstanceContactedReviewer -AccessReviewI [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -39,7 +38,7 @@ Get-MgBetaIdentityGovernanceAccessReviewInstanceContactedReviewer -AccessReviewI -AccessReviewReviewerId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -49,7 +48,7 @@ Get-MgBetaIdentityGovernanceAccessReviewInstanceContactedReviewer -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -599,6 +598,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewInstanceContactedReviewerCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewInstanceContactedReviewerCount.md index 6427659c491e9..c010231314562 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewInstanceContactedReviewerCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewInstanceContactedReviewerCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernanceaccessreviewinstancecontactedreviewercount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceAccessReviewInstanceContactedReviewerCount --- @@ -24,7 +24,7 @@ Get-MgBetaIdentityGovernanceAccessReviewInstanceContactedReviewerCount -AccessReviewInstanceId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaIdentityGovernanceAccessReviewInstanceContactedReviewerCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -380,6 +380,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewInstanceCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewInstanceCount.md index 1ee57ff4bab3a..c13957ab9dfca 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewInstanceCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewInstanceCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernanceaccessreviewinstancecount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceAccessReviewInstanceCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaIdentityGovernanceAccessReviewInstanceCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewInstanceDecision.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewInstanceDecision.md index 8029bc257f0fc..83446300f6609 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewInstanceDecision.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewInstanceDecision.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernanceaccessreviewinstancedecision Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceAccessReviewInstanceDecision --- @@ -26,7 +26,6 @@ Get-MgBetaIdentityGovernanceAccessReviewInstanceDecision -AccessReviewInstanceId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -37,7 +36,7 @@ Get-MgBetaIdentityGovernanceAccessReviewInstanceDecision [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -47,7 +46,7 @@ Get-MgBetaIdentityGovernanceAccessReviewInstanceDecision -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -594,6 +593,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewInstanceDecisionCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewInstanceDecisionCount.md index 23f5e5f880a99..3b15bfecdaeba 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewInstanceDecisionCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewInstanceDecisionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernanceaccessreviewinstancedecisioncount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceAccessReviewInstanceDecisionCount --- @@ -24,7 +24,7 @@ Get-MgBetaIdentityGovernanceAccessReviewInstanceDecisionCount -AccessReviewInsta [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaIdentityGovernanceAccessReviewInstanceDecisionCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -380,6 +380,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInsight.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInsight.md index a1d4d0a813f33..1b7bf4df26390 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInsight.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInsight.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernanceaccessreviewinstancedecisioninsight Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInsight --- @@ -28,7 +28,6 @@ Get-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInsight [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -39,7 +38,7 @@ Get-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInsight -GovernanceInsightId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -49,7 +48,7 @@ Get-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInsight -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -624,6 +623,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInsightCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInsightCount.md index 92c98d1dbe878..6316f7e4fd85e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInsightCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInsightCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernanceaccessreviewinstancedecisioninsightcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInsightCount --- @@ -24,7 +24,7 @@ Get-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInsightCount -AccessReviewInstanceDecisionItemId -AccessReviewInstanceId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInsightCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -401,6 +401,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstance.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstance.md index bb73c34e0c204..d90c3fed5aeaf 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstance.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstance.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernanceaccessreviewinstancedecisioninstance Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstance --- @@ -26,7 +26,7 @@ Get-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstance [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstance -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -406,6 +406,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceContactedReviewer.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceContactedReviewer.md index fef4f77406c50..456a98ddc927a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceContactedReviewer.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceContactedReviewer.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernanceaccessreviewinstancedecisioninstancecontactedreviewer Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceContactedReviewer --- @@ -30,7 +30,6 @@ Get-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceContactedReviewe [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -41,7 +40,7 @@ Get-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceContactedReviewe -AccessReviewReviewerId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -51,7 +50,7 @@ Get-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceContactedReviewe -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -628,6 +627,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceContactedReviewerCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceContactedReviewerCount.md index 59cc9c317aa34..5a9da496fb601 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceContactedReviewerCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceContactedReviewerCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernanceaccessreviewinstancedecisioninstancecontactedreviewercount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceContactedReviewerCount --- @@ -24,7 +24,7 @@ Get-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceContactedReviewe -AccessReviewInstanceDecisionItemId -AccessReviewInstanceId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceContactedReviewe -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -401,6 +401,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceDefinition.md index 6bf85ff7c1937..44c509b737cd4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernanceaccessreviewinstancedecisioninstancedefinition Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceDefinition --- @@ -26,7 +26,7 @@ Get-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceDefinition [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceDefinition -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -406,6 +406,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceStage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceStage.md index d858239e1b7ec..2a402c4cceccf 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceStage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceStage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernanceaccessreviewinstancedecisioninstancestage Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceStage --- @@ -29,7 +29,6 @@ Get-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceStage [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -40,7 +39,7 @@ Get-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceStage -AccessReviewStageId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -50,7 +49,7 @@ Get-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceStage -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -626,6 +625,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceStageCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceStageCount.md index 9167e7ec60c9a..dbf7a315447b1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceStageCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceStageCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernanceaccessreviewinstancedecisioninstancestagecount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceStageCount --- @@ -24,7 +24,7 @@ Get-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceStageCount -AccessReviewInstanceDecisionItemId -AccessReviewInstanceId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceStageCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -401,6 +401,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceStageDecision.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceStageDecision.md index c0c3940c44539..3f437ef152a82 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceStageDecision.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceStageDecision.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernanceaccessreviewinstancedecisioninstancestagedecision Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceStageDecision --- @@ -27,7 +27,7 @@ Get-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceStageDecision [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceStageDecision -AccessReviewInstanceId -AccessReviewStageId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +48,7 @@ Get-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceStageDecision -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -649,6 +649,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceStageDecisionCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceStageDecisionCount.md index 1ef7de40d368e..ec1533e8cf4ff 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceStageDecisionCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceStageDecisionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernanceaccessreviewinstancedecisioninstancestagedecisioncount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceStageDecisionCount --- @@ -25,7 +25,7 @@ Get-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceStageDecisionCou -AccessReviewStageId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceStageDecisionCou -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -423,6 +423,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceStageDecisionInsight.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceStageDecisionInsight.md index 64ec0f97ca789..aaa15c2789356 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceStageDecisionInsight.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceStageDecisionInsight.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernanceaccessreviewinstancedecisioninstancestagedecisioninsight Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceStageDecisionInsight --- @@ -28,7 +28,7 @@ Get-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceStageDecisionIns [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -40,7 +40,7 @@ Get-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceStageDecisionIns [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -50,7 +50,7 @@ Get-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceStageDecisionIns -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -679,6 +679,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceStageDecisionInsightCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceStageDecisionInsightCount.md index 77f57956f6e8a..2063fa387ddc3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceStageDecisionInsightCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceStageDecisionInsightCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernanceaccessreviewinstancedecisioninstancestagedecisioninsightcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceStageDecisionInsightCount --- @@ -25,7 +25,7 @@ Get-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceStageDecisionIns -AccessReviewInstanceId -AccessReviewStageId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceStageDecisionIns -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -444,6 +444,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewInstanceDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewInstanceDefinition.md index f4426ec54f162..14fddaeef9dc2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewInstanceDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewInstanceDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernanceaccessreviewinstancedefinition Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceAccessReviewInstanceDefinition --- @@ -25,7 +25,7 @@ Get-MgBetaIdentityGovernanceAccessReviewInstanceDefinition -AccessReviewInstance [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaIdentityGovernanceAccessReviewInstanceDefinition -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -384,6 +384,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewInstanceStage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewInstanceStage.md index 0b9e2748dd22d..833c2dea70656 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewInstanceStage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewInstanceStage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernanceaccessreviewinstancestage Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceAccessReviewInstanceStage --- @@ -28,7 +28,6 @@ Get-MgBetaIdentityGovernanceAccessReviewInstanceStage -AccessReviewInstanceId ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -38,7 +37,7 @@ Get-MgBetaIdentityGovernanceAccessReviewInstanceStage -AccessReviewInstanceId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +47,7 @@ Get-MgBetaIdentityGovernanceAccessReviewInstanceStage -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -597,6 +596,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewInstanceStageCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewInstanceStageCount.md index 2856df599e505..2b74a8461a126 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewInstanceStageCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewInstanceStageCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernanceaccessreviewinstancestagecount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceAccessReviewInstanceStageCount --- @@ -24,7 +24,7 @@ Get-MgBetaIdentityGovernanceAccessReviewInstanceStageCount -AccessReviewInstance [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaIdentityGovernanceAccessReviewInstanceStageCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -380,6 +380,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewInstanceStageDecision.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewInstanceStageDecision.md index e06851d411ad2..fb52a6c9637e9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewInstanceStageDecision.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewInstanceStageDecision.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernanceaccessreviewinstancestagedecision Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceAccessReviewInstanceStageDecision --- @@ -26,7 +26,7 @@ Get-MgBetaIdentityGovernanceAccessReviewInstanceStageDecision -AccessReviewInsta [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -37,7 +37,7 @@ Get-MgBetaIdentityGovernanceAccessReviewInstanceStageDecision -AccessReviewStageId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -47,7 +47,7 @@ Get-MgBetaIdentityGovernanceAccessReviewInstanceStageDecision -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -621,6 +621,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionCount.md index 47c668e36f7f2..682801ade96e3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernanceaccessreviewinstancestagedecisioncount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionCount --- @@ -24,7 +24,7 @@ Get-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionCount -AccessReview -AccessReviewStageId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -401,6 +401,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInsight.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInsight.md index cff8ef52a8efe..b635bac2562c0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInsight.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInsight.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernanceaccessreviewinstancestagedecisioninsight Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInsight --- @@ -28,7 +28,7 @@ Get-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInsight [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -39,7 +39,7 @@ Get-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInsight -AccessReviewStageId -GovernanceInsightId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -49,7 +49,7 @@ Get-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInsight -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -651,6 +651,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInsightCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInsightCount.md index 142d7b19be5b6..c121395d1a7eb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInsightCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInsightCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernanceaccessreviewinstancestagedecisioninsightcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInsightCount --- @@ -25,7 +25,7 @@ Get-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInsightCount -AccessReviewStageId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInsightCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -423,6 +423,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstance.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstance.md index de47b674cc23f..564d468e55cb9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstance.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstance.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernanceaccessreviewinstancestagedecisioninstance Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstance --- @@ -26,7 +26,7 @@ Get-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstance -AccessReviewStageId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstance -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -427,6 +427,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstanceContactedReviewer.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstanceContactedReviewer.md index 36bbdd85292eb..6c28f0d68d612 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstanceContactedReviewer.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstanceContactedReviewer.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernanceaccessreviewinstancestagedecisioninstancecontactedreviewer Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstanceContactedReviewer --- @@ -30,7 +30,7 @@ Get-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstanceContactedRe [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -41,7 +41,7 @@ Get-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstanceContactedRe -AccessReviewReviewerId -AccessReviewStageId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -51,7 +51,7 @@ Get-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstanceContactedRe -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -655,6 +655,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstanceContactedReviewerCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstanceContactedReviewerCount.md index 6d2b502326738..b48b6be092c13 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstanceContactedReviewerCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstanceContactedReviewerCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernanceaccessreviewinstancestagedecisioninstancecontactedreviewercount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstanceContactedReviewerCount --- @@ -25,7 +25,7 @@ Get-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstanceContactedRe -AccessReviewStageId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstanceContactedRe -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -423,6 +423,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstanceDecision.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstanceDecision.md index ea79359bcf2bd..27232075699cc 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstanceDecision.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstanceDecision.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernanceaccessreviewinstancestagedecisioninstancedecision Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstanceDecision --- @@ -27,7 +27,7 @@ Get-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstanceDecision [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstanceDecision -AccessReviewInstanceId -AccessReviewStageId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +48,7 @@ Get-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstanceDecision -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -649,6 +649,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstanceDecisionCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstanceDecisionCount.md index 2741b175ddfc2..a1cd60fd43ec3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstanceDecisionCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstanceDecisionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernanceaccessreviewinstancestagedecisioninstancedecisioncount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstanceDecisionCount --- @@ -25,7 +25,7 @@ Get-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstanceDecisionCou -AccessReviewStageId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstanceDecisionCou -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -423,6 +423,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstanceDecisionInsight.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstanceDecisionInsight.md index 87abfdc8cd5a7..1954a664d5e1f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstanceDecisionInsight.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstanceDecisionInsight.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernanceaccessreviewinstancestagedecisioninstancedecisioninsight Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstanceDecisionInsight --- @@ -28,7 +28,7 @@ Get-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstanceDecisionIns [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -40,7 +40,7 @@ Get-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstanceDecisionIns [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -50,7 +50,7 @@ Get-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstanceDecisionIns -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -679,6 +679,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstanceDecisionInsightCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstanceDecisionInsightCount.md index f3b7bd2f53896..e300068254bba 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstanceDecisionInsightCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstanceDecisionInsightCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernanceaccessreviewinstancestagedecisioninstancedecisioninsightcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstanceDecisionInsightCount --- @@ -25,7 +25,7 @@ Get-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstanceDecisionIns -AccessReviewInstanceId -AccessReviewStageId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstanceDecisionIns -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -444,6 +444,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstanceDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstanceDefinition.md index 79088d4a7b307..d484d7bc75c73 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstanceDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstanceDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernanceaccessreviewinstancestagedecisioninstancedefinition Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstanceDefinition --- @@ -26,7 +26,7 @@ Get-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstanceDefinition -AccessReviewStageId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstanceDefinition -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -427,6 +427,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewPolicy.md index 758c1b8f590d9..22e14cd3e90ee 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAccessReviewPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernanceaccessreviewpolicy Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceAccessReviewPolicy --- @@ -23,7 +23,7 @@ Read the properties and relationships of an accessReviewPolicy object. Get-MgBetaIdentityGovernanceAccessReviewPolicy [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAppConsentRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAppConsentRequest.md index e0628b1ebaf70..d3457f888bc6d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAppConsentRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAppConsentRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernanceappconsentrequest Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceAppConsentRequest --- @@ -28,7 +28,7 @@ Get-MgBetaIdentityGovernanceAppConsentRequest [-ExpandProperty ] [-Pro [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaIdentityGovernanceAppConsentRequest -AppConsentRequestId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +48,7 @@ Get-MgBetaIdentityGovernanceAppConsentRequest -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -600,6 +600,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAppConsentRequestCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAppConsentRequestCount.md index 8150126016682..2d263e4fb659d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAppConsentRequestCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAppConsentRequestCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernanceappconsentrequestcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceAppConsentRequestCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaIdentityGovernanceAppConsentRequestCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequest.md index 3faf6f22268f8..8698b2d3cf1f1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernanceappconsentrequestuserconsentrequest Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequest --- @@ -29,7 +29,6 @@ Get-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequest -AppConsentReque [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -39,7 +38,7 @@ Get-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequest -AppConsentReque -UserConsentRequestId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -49,7 +48,7 @@ Get-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequest -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -617,6 +616,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApproval.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApproval.md index 1a7bec32a6f6c..e3ad23702ecf0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApproval.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApproval.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernanceappconsentrequestuserconsentrequestapproval Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApproval --- @@ -27,7 +27,7 @@ Get-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApproval -AppConsentRequestId -UserConsentRequestId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApproval -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -406,6 +406,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStep.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStep.md index 310d95b1cc891..464e45b196684 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStep.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStep.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernanceappconsentrequestuserconsentrequestapprovalstep Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStep --- @@ -26,7 +26,7 @@ Get-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStep [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -37,7 +37,7 @@ Get-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStep [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -47,7 +47,7 @@ Get-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStep -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -621,6 +621,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStepCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStepCount.md index d3430aa5caa8f..42928abd39eaf 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStepCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStepCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernanceappconsentrequestuserconsentrequestapprovalstepcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStepCount --- @@ -24,7 +24,7 @@ Get-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStepCount -AppConsentRequestId -UserConsentRequestId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStepCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -401,6 +401,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestCount.md index 087b1c1843b42..616f71a84f0ca 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernanceappconsentrequestuserconsentrequestcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestCount --- @@ -27,7 +27,7 @@ Get-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestCount -AppConsent [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -391,6 +391,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalog.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalog.md index 0552428d9e97d..c629a62cc62ab 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalog.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalog.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancecatalog Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceCatalog --- @@ -25,7 +25,7 @@ Get-MgBetaIdentityGovernanceCatalog [-ExpandProperty ] [-Property ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -34,7 +34,7 @@ Get-MgBetaIdentityGovernanceCatalog [-ExpandProperty ] [-Property [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -44,7 +44,7 @@ Get-MgBetaIdentityGovernanceCatalog -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -564,6 +564,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackage.md index 870f673d3cd60..5006e8ed1c1fc 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancecatalogaccesspackage Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceCatalogAccessPackage --- @@ -29,7 +29,6 @@ Get-MgBetaIdentityGovernanceCatalogAccessPackage -AccessPackageCatalogId ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -39,7 +38,7 @@ Get-MgBetaIdentityGovernanceCatalogAccessPackage -AccessPackageCatalogId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -49,7 +48,7 @@ Get-MgBetaIdentityGovernanceCatalogAccessPackage -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -599,6 +598,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageByUniqueName.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageByUniqueName.md index 8fc479712f208..8e750121231b9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageByUniqueName.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageByUniqueName.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancecatalogaccesspackagebyuniquename Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceCatalogAccessPackageByUniqueName --- @@ -27,7 +27,7 @@ Get-MgBetaIdentityGovernanceCatalogAccessPackageByUniqueName -AccessPackageCatal -UniqueName [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaIdentityGovernanceCatalogAccessPackageByUniqueName -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -409,6 +409,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageCount.md index b3a19908f7239..959d1b34e3057 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancecatalogaccesspackagecount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceCatalogAccessPackageCount --- @@ -24,7 +24,7 @@ Get-MgBetaIdentityGovernanceCatalogAccessPackageCount -AccessPackageCatalogId ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaIdentityGovernanceCatalogAccessPackageCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -380,6 +380,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageCustomWorkflowExtension.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageCustomWorkflowExtension.md index bf04f486aad58..507f400ce4c51 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageCustomWorkflowExtension.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageCustomWorkflowExtension.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancecatalogaccesspackagecustomworkflowextension Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceCatalogAccessPackageCustomWorkflowExtension --- @@ -26,7 +26,7 @@ Get-MgBetaIdentityGovernanceCatalogAccessPackageCustomWorkflowExtension [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -36,7 +36,7 @@ Get-MgBetaIdentityGovernanceCatalogAccessPackageCustomWorkflowExtension -AccessPackageCatalogId -CustomCalloutExtensionId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +46,7 @@ Get-MgBetaIdentityGovernanceCatalogAccessPackageCustomWorkflowExtension -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -593,6 +593,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageCustomWorkflowExtensionCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageCustomWorkflowExtensionCount.md index 4aa2f957a93c7..0513582dbb568 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageCustomWorkflowExtensionCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageCustomWorkflowExtensionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancecatalogaccesspackagecustomworkflowextensioncount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceCatalogAccessPackageCustomWorkflowExtensionCount --- @@ -24,7 +24,7 @@ Get-MgBetaIdentityGovernanceCatalogAccessPackageCustomWorkflowExtensionCount -AccessPackageCatalogId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaIdentityGovernanceCatalogAccessPackageCustomWorkflowExtensionCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -380,6 +380,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResource.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResource.md index 8a1a158e307f6..8bbb6b130863c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResource.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResource.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancecatalogaccesspackageresource Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceCatalogAccessPackageResource --- @@ -26,7 +26,6 @@ Get-MgBetaIdentityGovernanceCatalogAccessPackageResource -AccessPackageCatalogId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -36,7 +35,7 @@ Get-MgBetaIdentityGovernanceCatalogAccessPackageResource -AccessPackageCatalogId -AccessPackageResourceId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +45,7 @@ Get-MgBetaIdentityGovernanceCatalogAccessPackageResource -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -593,6 +592,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceEnvironment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceEnvironment.md index 2fb4799703e56..9f235d4a7b26a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceEnvironment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceEnvironment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancecatalogaccesspackageresourceaccesspackageresourceenvironment Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceEnvironment --- @@ -26,7 +26,7 @@ Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceEnv -AccessPackageCatalogId -AccessPackageResourceId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceEnv -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -407,6 +407,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRole.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRole.md index 9ec13f8c65e50..2878f8b25e7b4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRole.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRole.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancecatalogaccesspackageresourceaccesspackageresourcerole Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRole --- @@ -28,7 +28,7 @@ Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRol [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -39,7 +39,7 @@ Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRol -AccessPackageResourceRoleId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -49,7 +49,7 @@ Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRol -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -625,6 +625,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRoleAccessPackageResource.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRoleAccessPackageResource.md index a13b666d0082c..241977070a41f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRoleAccessPackageResource.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRoleAccessPackageResource.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancecatalogaccesspackageresourceaccesspackageresourceroleaccesspackageresource Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRoleAccessPackageResource --- @@ -25,7 +25,7 @@ Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRol -AccessPackageResourceRoleId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRol -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -425,6 +425,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceEnvironment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceEnvironment.md index 5f79010edf47c..7ef11f35a0bae 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceEnvironment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceEnvironment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancecatalogaccesspackageresourceaccesspackageresourceroleaccesspackageresourceaccesspackageresourceenvironment Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceEnvironment --- @@ -27,7 +27,7 @@ Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRol -AccessPackageResourceRoleId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRol -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -429,6 +429,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScope.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScope.md index b926b22e70251..cebb250dd9c2b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScope.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScope.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancecatalogaccesspackageresourceaccesspackageresourceroleaccesspackageresourceaccesspackageresourcescope Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScope --- @@ -29,7 +29,7 @@ Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRol [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -41,7 +41,7 @@ Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRol [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -51,7 +51,7 @@ Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRol -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -654,6 +654,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeAccessPackageResource.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeAccessPackageResource.md index a8a5e2e39cc24..0afc87fdc49e3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeAccessPackageResource.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeAccessPackageResource.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancecatalogaccesspackageresourceaccesspackageresourceroleaccesspackageresourceaccesspackageresourcescopeaccesspackageresource Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeAccessPackageResource --- @@ -26,7 +26,7 @@ Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRol [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRol -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -447,6 +447,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceEnvironment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceEnvironment.md index 0d14c5b4e5aa8..58eca657a6264 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceEnvironment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceEnvironment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancecatalogaccesspackageresourceaccesspackageresourceroleaccesspackageresourceaccesspackageresourcescopeaccesspackageresourceaccesspackageresourceenvironment Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceEnvironment --- @@ -28,7 +28,7 @@ Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRol [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -38,7 +38,7 @@ Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRol -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -451,6 +451,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceExternalOriginResourceConnector.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceExternalOriginResourceConnector.md new file mode 100644 index 0000000000000..a612d38efbdd8 --- /dev/null +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceExternalOriginResourceConnector.md @@ -0,0 +1,539 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancecatalogaccesspackageresourceaccesspackageresourceroleaccesspackageresourceaccesspackageresourcescopeaccesspackageresourceexternaloriginresourceconnector +Locale: en-US +Module Name: Microsoft.Graph.Beta.Identity.Governance +ms.date: 07/10/2026 +PlatyPS schema version: 2024-05-01 +title: Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceExternalOriginResourceConnector +--- + +# Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceExternalOriginResourceConnector + +## SYNOPSIS + +Get externalOriginResourceConnector from identityGovernance + +## SYNTAX + +### Get (Default) + +``` +Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceExternalOriginResourceConnector + -AccessPackageCatalogId -AccessPackageResourceId + -AccessPackageResourceRoleId -AccessPackageResourceScopeId + [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] +``` + +### GetViaIdentity + +``` +Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceExternalOriginResourceConnector + -InputObject [-ExpandProperty ] [-Property ] + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Get externalOriginResourceConnector from identityGovernance + +## PARAMETERS + +### -AccessPackageCatalogId + +The unique identifier of accessPackageCatalog + +```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: '' +``` + +### -AccessPackageResourceId + +The unique identifier of accessPackageResource + +```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: '' +``` + +### -AccessPackageResourceRoleId + +The unique identifier of accessPackageResourceRole + +```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: '' +``` + +### -AccessPackageResourceScopeId + +The unique identifier of accessPackageResourceScope + +```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: '' +``` + +### -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: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IIdentityGovernanceIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: GetViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + 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 + +### Microsoft.Graph.Beta.PowerShell.Models.IIdentityGovernanceIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphExternalOriginResourceConnector + +{{ 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 + [AccessPackageAssignmentId ]: The unique identifier of accessPackageAssignment + [AccessPackageAssignmentPolicyId ]: The unique identifier of accessPackageAssignmentPolicy + [AccessPackageAssignmentRequestId ]: The unique identifier of accessPackageAssignmentRequest + [AccessPackageAssignmentResourceRoleId ]: The unique identifier of accessPackageAssignmentResourceRole + [AccessPackageCatalogId ]: The unique identifier of accessPackageCatalog + [AccessPackageId ]: The unique identifier of accessPackage + [AccessPackageId1 ]: The unique identifier of accessPackage + [AccessPackageResourceEnvironmentId ]: The unique identifier of accessPackageResourceEnvironment + [AccessPackageResourceId ]: The unique identifier of accessPackageResource + [AccessPackageResourceRequestId ]: The unique identifier of accessPackageResourceRequest + [AccessPackageResourceRoleId ]: The unique identifier of accessPackageResourceRole + [AccessPackageResourceRoleId1 ]: The unique identifier of accessPackageResourceRole + [AccessPackageResourceRoleScopeId ]: The unique identifier of accessPackageResourceRoleScope + [AccessPackageResourceScopeId ]: The unique identifier of accessPackageResourceScope + [AccessPackageResourceScopeId1 ]: The unique identifier of accessPackageResourceScope + [AccessPackageSubjectId ]: The unique identifier of accessPackageSubject + [AccessPackageSuggestionId ]: The unique identifier of accessPackageSuggestion + [AccessReviewDecisionId ]: The unique identifier of accessReviewDecision + [AccessReviewHistoryDefinitionId ]: The unique identifier of accessReviewHistoryDefinition + [AccessReviewHistoryInstanceId ]: The unique identifier of accessReviewHistoryInstance + [AccessReviewId ]: The unique identifier of accessReview + [AccessReviewId1 ]: The unique identifier of accessReview + [AccessReviewInstanceDecisionItemId ]: The unique identifier of accessReviewInstanceDecisionItem + [AccessReviewInstanceDecisionItemId1 ]: The unique identifier of accessReviewInstanceDecisionItem + [AccessReviewInstanceId ]: The unique identifier of accessReviewInstance + [AccessReviewReviewerId ]: The unique identifier of accessReviewReviewer + [AccessReviewScheduleDefinitionId ]: The unique identifier of accessReviewScheduleDefinition + [AccessReviewStageId ]: The unique identifier of accessReviewStage + [AgreementAcceptanceId ]: The unique identifier of agreementAcceptance + [AgreementFileLocalizationId ]: The unique identifier of agreementFileLocalization + [AgreementFileVersionId ]: The unique identifier of agreementFileVersion + [AgreementId ]: The unique identifier of agreement + [AppConsentRequestId ]: The unique identifier of appConsentRequest + [ApprovalId ]: The unique identifier of approval + [ApprovalStepId ]: The unique identifier of approvalStep + [AvailableAccessPackageId ]: The unique identifier of availableAccessPackage + [BusinessFlowTemplateId ]: The unique identifier of businessFlowTemplate + [ConnectedOrganizationId ]: The unique identifier of connectedOrganization + [ControlConfigurationId ]: The unique identifier of controlConfiguration + [CustomAccessPackageWorkflowExtensionId ]: The unique identifier of customAccessPackageWorkflowExtension + [CustomCalloutExtensionId ]: The unique identifier of customCalloutExtension + [CustomDataProvidedResourceUploadSessionId ]: The unique identifier of customDataProvidedResourceUploadSession + [CustomExtensionHandlerId ]: The unique identifier of customExtensionHandler + [CustomExtensionStageSettingId ]: The unique identifier of customExtensionStageSetting + [CustomTaskExtensionId ]: The unique identifier of customTaskExtension + [DirectoryObjectId ]: The unique identifier of directoryObject + [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector + [FindingId ]: The unique identifier of finding + [GovernanceInsightId ]: The unique identifier of governanceInsight + [GovernanceResourceId ]: The unique identifier of governanceResource + [GovernanceRoleAssignmentId ]: The unique identifier of governanceRoleAssignment + [GovernanceRoleAssignmentRequestId ]: The unique identifier of governanceRoleAssignmentRequest + [GovernanceRoleDefinitionId ]: The unique identifier of governanceRoleDefinition + [GovernanceRoleSettingId ]: The unique identifier of governanceRoleSetting + [GroupResourceId ]: The unique identifier of groupResource + [IncompatibleAccessPackageId ]: Usage: incompatibleAccessPackageId='{incompatibleAccessPackageId}' + [LongRunningOperationId ]: The unique identifier of longRunningOperation + [ObjectId ]: Alternate key of accessPackageSubject + [On ]: Usage: on='{on}' + [PermissionsCreepIndexDistributionId ]: The unique identifier of permissionsCreepIndexDistribution + [PermissionsRequestChangeId ]: The unique identifier of permissionsRequestChange + [PrivilegedAccessGroupAssignmentScheduleId ]: The unique identifier of privilegedAccessGroupAssignmentSchedule + [PrivilegedAccessGroupAssignmentScheduleInstanceId ]: The unique identifier of privilegedAccessGroupAssignmentScheduleInstance + [PrivilegedAccessGroupAssignmentScheduleRequestId ]: The unique identifier of privilegedAccessGroupAssignmentScheduleRequest + [PrivilegedAccessGroupEligibilityScheduleId ]: The unique identifier of privilegedAccessGroupEligibilitySchedule + [PrivilegedAccessGroupEligibilityScheduleInstanceId ]: The unique identifier of privilegedAccessGroupEligibilityScheduleInstance + [PrivilegedAccessGroupEligibilityScheduleRequestId ]: The unique identifier of privilegedAccessGroupEligibilityScheduleRequest + [PrivilegedAccessId ]: The unique identifier of privilegedAccess + [PrivilegedApprovalId ]: The unique identifier of privilegedApproval + [PrivilegedOperationEventId ]: The unique identifier of privilegedOperationEvent + [PrivilegedRoleAssignmentId ]: The unique identifier of privilegedRoleAssignment + [PrivilegedRoleAssignmentId1 ]: The unique identifier of privilegedRoleAssignment + [PrivilegedRoleAssignmentRequestId ]: The unique identifier of privilegedRoleAssignmentRequest + [PrivilegedRoleId ]: The unique identifier of privilegedRole + [ProgramControlId ]: The unique identifier of programControl + [ProgramControlId1 ]: The unique identifier of programControl + [ProgramControlTypeId ]: The unique identifier of programControlType + [ProgramId ]: The unique identifier of program + [RbacApplicationId ]: The unique identifier of rbacApplication + [RunId ]: The unique identifier of run + [RunId1 ]: The unique identifier of run + [StartDateTime ]: Usage: startDateTime={startDateTime} + [TaskDefinitionId ]: The unique identifier of taskDefinition + [TaskId ]: The unique identifier of task + [TaskProcessingResultId ]: The unique identifier of taskProcessingResult + [TaskReportId ]: The unique identifier of taskReport + [UnifiedRbacResourceActionId ]: The unique identifier of unifiedRbacResourceAction + [UnifiedRbacResourceNamespaceId ]: The unique identifier of unifiedRbacResourceNamespace + [UnifiedRoleAssignmentId ]: The unique identifier of unifiedRoleAssignment + [UnifiedRoleAssignmentScheduleId ]: The unique identifier of unifiedRoleAssignmentSchedule + [UnifiedRoleAssignmentScheduleInstanceId ]: The unique identifier of unifiedRoleAssignmentScheduleInstance + [UnifiedRoleAssignmentScheduleRequestId ]: The unique identifier of unifiedRoleAssignmentScheduleRequest + [UnifiedRoleDefinitionId ]: The unique identifier of unifiedRoleDefinition + [UnifiedRoleDefinitionId1 ]: The unique identifier of unifiedRoleDefinition + [UnifiedRoleEligibilityScheduleId ]: The unique identifier of unifiedRoleEligibilitySchedule + [UnifiedRoleEligibilityScheduleInstanceId ]: The unique identifier of unifiedRoleEligibilityScheduleInstance + [UnifiedRoleEligibilityScheduleRequestId ]: The unique identifier of unifiedRoleEligibilityScheduleRequest + [UnifiedRoleManagementAlertConfigurationId ]: The unique identifier of unifiedRoleManagementAlertConfiguration + [UnifiedRoleManagementAlertDefinitionId ]: The unique identifier of unifiedRoleManagementAlertDefinition + [UnifiedRoleManagementAlertId ]: The unique identifier of unifiedRoleManagementAlert + [UnifiedRoleManagementAlertIncidentId ]: The unique identifier of unifiedRoleManagementAlertIncident + [UniqueName ]: Alternate key of accessPackageCatalog + [UserConsentRequestId ]: The unique identifier of userConsentRequest + [UserId ]: The unique identifier of user + [UserProcessingResultId ]: The unique identifier of userProcessingResult + [WorkflowId ]: The unique identifier of workflow + [WorkflowTemplateId ]: The unique identifier of workflowTemplate + [WorkflowVersionNumber ]: The unique identifier of workflowVersion + + +## RELATED LINKS + +- [Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceExternalOriginResourceConnector](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancecatalogaccesspackageresourceaccesspackageresourceroleaccesspackageresourceaccesspackageresourcescopeaccesspackageresourceexternaloriginresourceconnector) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceUploadSession.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceUploadSession.md index 585b19aa3562c..f55a53cbe6ac4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceUploadSession.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceUploadSession.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancecatalogaccesspackageresourceaccesspackageresourceroleaccesspackageresourceaccesspackageresourcescopeaccesspackageresourceuploadsession Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceUploadSession --- @@ -28,7 +28,6 @@ Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRol [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -40,7 +39,7 @@ Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRol -CustomDataProvidedResourceUploadSessionId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -50,7 +49,7 @@ Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRol -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -678,6 +677,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceUploadSessionCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceUploadSessionCount.md index ef29aff2191b2..67aaf8a7f4af8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceUploadSessionCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceUploadSessionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancecatalogaccesspackageresourceaccesspackageresourceroleaccesspackageresourceaccesspackageresourcescopeaccesspackageresourceuploadsessioncount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceUploadSessionCount --- @@ -25,7 +25,7 @@ Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRol -AccessPackageResourceRoleId -AccessPackageResourceScopeId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRol -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -444,6 +444,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeCount.md index 12d7ed21a4221..5b56d1946b579 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancecatalogaccesspackageresourceaccesspackageresourceroleaccesspackageresourceaccesspackageresourcescopecount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeCount --- @@ -25,7 +25,7 @@ Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRol -AccessPackageResourceRoleId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRol -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -423,6 +423,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceExternalOriginResourceConnector.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceExternalOriginResourceConnector.md new file mode 100644 index 0000000000000..864694254ade9 --- /dev/null +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceExternalOriginResourceConnector.md @@ -0,0 +1,517 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancecatalogaccesspackageresourceaccesspackageresourceroleaccesspackageresourceexternaloriginresourceconnector +Locale: en-US +Module Name: Microsoft.Graph.Beta.Identity.Governance +ms.date: 07/10/2026 +PlatyPS schema version: 2024-05-01 +title: Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceExternalOriginResourceConnector +--- + +# Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceExternalOriginResourceConnector + +## SYNOPSIS + +Get externalOriginResourceConnector from identityGovernance + +## SYNTAX + +### Get (Default) + +``` +Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceExternalOriginResourceConnector + -AccessPackageCatalogId -AccessPackageResourceId + -AccessPackageResourceRoleId [-ExpandProperty ] [-Property ] + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] +``` + +### GetViaIdentity + +``` +Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceExternalOriginResourceConnector + -InputObject [-ExpandProperty ] [-Property ] + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Get externalOriginResourceConnector from identityGovernance + +## PARAMETERS + +### -AccessPackageCatalogId + +The unique identifier of accessPackageCatalog + +```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: '' +``` + +### -AccessPackageResourceId + +The unique identifier of accessPackageResource + +```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: '' +``` + +### -AccessPackageResourceRoleId + +The unique identifier of accessPackageResourceRole + +```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: '' +``` + +### -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: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IIdentityGovernanceIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: GetViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + 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 + +### Microsoft.Graph.Beta.PowerShell.Models.IIdentityGovernanceIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphExternalOriginResourceConnector + +{{ 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 + [AccessPackageAssignmentId ]: The unique identifier of accessPackageAssignment + [AccessPackageAssignmentPolicyId ]: The unique identifier of accessPackageAssignmentPolicy + [AccessPackageAssignmentRequestId ]: The unique identifier of accessPackageAssignmentRequest + [AccessPackageAssignmentResourceRoleId ]: The unique identifier of accessPackageAssignmentResourceRole + [AccessPackageCatalogId ]: The unique identifier of accessPackageCatalog + [AccessPackageId ]: The unique identifier of accessPackage + [AccessPackageId1 ]: The unique identifier of accessPackage + [AccessPackageResourceEnvironmentId ]: The unique identifier of accessPackageResourceEnvironment + [AccessPackageResourceId ]: The unique identifier of accessPackageResource + [AccessPackageResourceRequestId ]: The unique identifier of accessPackageResourceRequest + [AccessPackageResourceRoleId ]: The unique identifier of accessPackageResourceRole + [AccessPackageResourceRoleId1 ]: The unique identifier of accessPackageResourceRole + [AccessPackageResourceRoleScopeId ]: The unique identifier of accessPackageResourceRoleScope + [AccessPackageResourceScopeId ]: The unique identifier of accessPackageResourceScope + [AccessPackageResourceScopeId1 ]: The unique identifier of accessPackageResourceScope + [AccessPackageSubjectId ]: The unique identifier of accessPackageSubject + [AccessPackageSuggestionId ]: The unique identifier of accessPackageSuggestion + [AccessReviewDecisionId ]: The unique identifier of accessReviewDecision + [AccessReviewHistoryDefinitionId ]: The unique identifier of accessReviewHistoryDefinition + [AccessReviewHistoryInstanceId ]: The unique identifier of accessReviewHistoryInstance + [AccessReviewId ]: The unique identifier of accessReview + [AccessReviewId1 ]: The unique identifier of accessReview + [AccessReviewInstanceDecisionItemId ]: The unique identifier of accessReviewInstanceDecisionItem + [AccessReviewInstanceDecisionItemId1 ]: The unique identifier of accessReviewInstanceDecisionItem + [AccessReviewInstanceId ]: The unique identifier of accessReviewInstance + [AccessReviewReviewerId ]: The unique identifier of accessReviewReviewer + [AccessReviewScheduleDefinitionId ]: The unique identifier of accessReviewScheduleDefinition + [AccessReviewStageId ]: The unique identifier of accessReviewStage + [AgreementAcceptanceId ]: The unique identifier of agreementAcceptance + [AgreementFileLocalizationId ]: The unique identifier of agreementFileLocalization + [AgreementFileVersionId ]: The unique identifier of agreementFileVersion + [AgreementId ]: The unique identifier of agreement + [AppConsentRequestId ]: The unique identifier of appConsentRequest + [ApprovalId ]: The unique identifier of approval + [ApprovalStepId ]: The unique identifier of approvalStep + [AvailableAccessPackageId ]: The unique identifier of availableAccessPackage + [BusinessFlowTemplateId ]: The unique identifier of businessFlowTemplate + [ConnectedOrganizationId ]: The unique identifier of connectedOrganization + [ControlConfigurationId ]: The unique identifier of controlConfiguration + [CustomAccessPackageWorkflowExtensionId ]: The unique identifier of customAccessPackageWorkflowExtension + [CustomCalloutExtensionId ]: The unique identifier of customCalloutExtension + [CustomDataProvidedResourceUploadSessionId ]: The unique identifier of customDataProvidedResourceUploadSession + [CustomExtensionHandlerId ]: The unique identifier of customExtensionHandler + [CustomExtensionStageSettingId ]: The unique identifier of customExtensionStageSetting + [CustomTaskExtensionId ]: The unique identifier of customTaskExtension + [DirectoryObjectId ]: The unique identifier of directoryObject + [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector + [FindingId ]: The unique identifier of finding + [GovernanceInsightId ]: The unique identifier of governanceInsight + [GovernanceResourceId ]: The unique identifier of governanceResource + [GovernanceRoleAssignmentId ]: The unique identifier of governanceRoleAssignment + [GovernanceRoleAssignmentRequestId ]: The unique identifier of governanceRoleAssignmentRequest + [GovernanceRoleDefinitionId ]: The unique identifier of governanceRoleDefinition + [GovernanceRoleSettingId ]: The unique identifier of governanceRoleSetting + [GroupResourceId ]: The unique identifier of groupResource + [IncompatibleAccessPackageId ]: Usage: incompatibleAccessPackageId='{incompatibleAccessPackageId}' + [LongRunningOperationId ]: The unique identifier of longRunningOperation + [ObjectId ]: Alternate key of accessPackageSubject + [On ]: Usage: on='{on}' + [PermissionsCreepIndexDistributionId ]: The unique identifier of permissionsCreepIndexDistribution + [PermissionsRequestChangeId ]: The unique identifier of permissionsRequestChange + [PrivilegedAccessGroupAssignmentScheduleId ]: The unique identifier of privilegedAccessGroupAssignmentSchedule + [PrivilegedAccessGroupAssignmentScheduleInstanceId ]: The unique identifier of privilegedAccessGroupAssignmentScheduleInstance + [PrivilegedAccessGroupAssignmentScheduleRequestId ]: The unique identifier of privilegedAccessGroupAssignmentScheduleRequest + [PrivilegedAccessGroupEligibilityScheduleId ]: The unique identifier of privilegedAccessGroupEligibilitySchedule + [PrivilegedAccessGroupEligibilityScheduleInstanceId ]: The unique identifier of privilegedAccessGroupEligibilityScheduleInstance + [PrivilegedAccessGroupEligibilityScheduleRequestId ]: The unique identifier of privilegedAccessGroupEligibilityScheduleRequest + [PrivilegedAccessId ]: The unique identifier of privilegedAccess + [PrivilegedApprovalId ]: The unique identifier of privilegedApproval + [PrivilegedOperationEventId ]: The unique identifier of privilegedOperationEvent + [PrivilegedRoleAssignmentId ]: The unique identifier of privilegedRoleAssignment + [PrivilegedRoleAssignmentId1 ]: The unique identifier of privilegedRoleAssignment + [PrivilegedRoleAssignmentRequestId ]: The unique identifier of privilegedRoleAssignmentRequest + [PrivilegedRoleId ]: The unique identifier of privilegedRole + [ProgramControlId ]: The unique identifier of programControl + [ProgramControlId1 ]: The unique identifier of programControl + [ProgramControlTypeId ]: The unique identifier of programControlType + [ProgramId ]: The unique identifier of program + [RbacApplicationId ]: The unique identifier of rbacApplication + [RunId ]: The unique identifier of run + [RunId1 ]: The unique identifier of run + [StartDateTime ]: Usage: startDateTime={startDateTime} + [TaskDefinitionId ]: The unique identifier of taskDefinition + [TaskId ]: The unique identifier of task + [TaskProcessingResultId ]: The unique identifier of taskProcessingResult + [TaskReportId ]: The unique identifier of taskReport + [UnifiedRbacResourceActionId ]: The unique identifier of unifiedRbacResourceAction + [UnifiedRbacResourceNamespaceId ]: The unique identifier of unifiedRbacResourceNamespace + [UnifiedRoleAssignmentId ]: The unique identifier of unifiedRoleAssignment + [UnifiedRoleAssignmentScheduleId ]: The unique identifier of unifiedRoleAssignmentSchedule + [UnifiedRoleAssignmentScheduleInstanceId ]: The unique identifier of unifiedRoleAssignmentScheduleInstance + [UnifiedRoleAssignmentScheduleRequestId ]: The unique identifier of unifiedRoleAssignmentScheduleRequest + [UnifiedRoleDefinitionId ]: The unique identifier of unifiedRoleDefinition + [UnifiedRoleDefinitionId1 ]: The unique identifier of unifiedRoleDefinition + [UnifiedRoleEligibilityScheduleId ]: The unique identifier of unifiedRoleEligibilitySchedule + [UnifiedRoleEligibilityScheduleInstanceId ]: The unique identifier of unifiedRoleEligibilityScheduleInstance + [UnifiedRoleEligibilityScheduleRequestId ]: The unique identifier of unifiedRoleEligibilityScheduleRequest + [UnifiedRoleManagementAlertConfigurationId ]: The unique identifier of unifiedRoleManagementAlertConfiguration + [UnifiedRoleManagementAlertDefinitionId ]: The unique identifier of unifiedRoleManagementAlertDefinition + [UnifiedRoleManagementAlertId ]: The unique identifier of unifiedRoleManagementAlert + [UnifiedRoleManagementAlertIncidentId ]: The unique identifier of unifiedRoleManagementAlertIncident + [UniqueName ]: Alternate key of accessPackageCatalog + [UserConsentRequestId ]: The unique identifier of userConsentRequest + [UserId ]: The unique identifier of user + [UserProcessingResultId ]: The unique identifier of userProcessingResult + [WorkflowId ]: The unique identifier of workflow + [WorkflowTemplateId ]: The unique identifier of workflowTemplate + [WorkflowVersionNumber ]: The unique identifier of workflowVersion + + +## RELATED LINKS + +- [Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceExternalOriginResourceConnector](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancecatalogaccesspackageresourceaccesspackageresourceroleaccesspackageresourceexternaloriginresourceconnector) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceUploadSession.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceUploadSession.md index 5bf1ba0e415ec..6e86f1974ccdf 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceUploadSession.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceUploadSession.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancecatalogaccesspackageresourceaccesspackageresourceroleaccesspackageresourceuploadsession Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceUploadSession --- @@ -27,7 +27,7 @@ Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRol [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -39,7 +39,7 @@ Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRol [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -49,7 +49,7 @@ Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRol -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -650,6 +650,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceUploadSessionCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceUploadSessionCount.md index ef49d3d21881c..abde40efa2977 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceUploadSessionCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceUploadSessionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancecatalogaccesspackageresourceaccesspackageresourceroleaccesspackageresourceuploadsessioncount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceUploadSessionCount --- @@ -25,7 +25,7 @@ Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRol -AccessPackageResourceRoleId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRol -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -423,6 +423,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRoleCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRoleCount.md index 3ef19732beaff..3a30f6a5caaec 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRoleCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRoleCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancecatalogaccesspackageresourceaccesspackageresourcerolecount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRoleCount --- @@ -24,7 +24,7 @@ Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRol -AccessPackageCatalogId -AccessPackageResourceId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRol -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -401,6 +401,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScope.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScope.md index 061f8b2a9e2e8..59dca60fc623a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScope.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScope.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancecatalogaccesspackageresourceaccesspackageresourcescope Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScope --- @@ -28,7 +28,7 @@ Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceSco [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -39,7 +39,7 @@ Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceSco -AccessPackageResourceScopeId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -49,7 +49,7 @@ Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceSco -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -625,6 +625,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScopeAccessPackageResource.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScopeAccessPackageResource.md index 2874837bed9b8..96a3b0c2d219e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScopeAccessPackageResource.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScopeAccessPackageResource.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancecatalogaccesspackageresourceaccesspackageresourcescopeaccesspackageresource Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScopeAccessPackageResource --- @@ -25,7 +25,7 @@ Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceSco -AccessPackageResourceScopeId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceSco -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -425,6 +425,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceEnvironment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceEnvironment.md index 25ba141291b14..c393a3eb02872 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceEnvironment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceEnvironment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancecatalogaccesspackageresourceaccesspackageresourcescopeaccesspackageresourceaccesspackageresourceenvironment Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceEnvironment --- @@ -27,7 +27,7 @@ Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceSco -AccessPackageResourceScopeId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceSco -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -429,6 +429,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRole.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRole.md index fa00902ac864e..3aaf6d8f0d209 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRole.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRole.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancecatalogaccesspackageresourceaccesspackageresourcescopeaccesspackageresourceaccesspackageresourcerole Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRole --- @@ -29,7 +29,7 @@ Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceSco [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -41,7 +41,7 @@ Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceSco [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -51,7 +51,7 @@ Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceSco -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -654,6 +654,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRoleAccessPackageResource.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRoleAccessPackageResource.md index 9ec4dd3921251..75053e939cac8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRoleAccessPackageResource.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRoleAccessPackageResource.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancecatalogaccesspackageresourceaccesspackageresourcescopeaccesspackageresourceaccesspackageresourceroleaccesspackageresource Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRoleAccessPackageResource --- @@ -26,7 +26,7 @@ Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceSco [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceSco -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -447,6 +447,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceEnvironment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceEnvironment.md index 06cf0084178c8..3db61f3abde3d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceEnvironment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceEnvironment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancecatalogaccesspackageresourceaccesspackageresourcescopeaccesspackageresourceaccesspackageresourceroleaccesspackageresourceaccesspackageresourceenvironment Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceEnvironment --- @@ -28,7 +28,7 @@ Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceSco [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -38,7 +38,7 @@ Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceSco -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -451,6 +451,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceExternalOriginResourceConnector.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceExternalOriginResourceConnector.md new file mode 100644 index 0000000000000..90304f9fac593 --- /dev/null +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceExternalOriginResourceConnector.md @@ -0,0 +1,539 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancecatalogaccesspackageresourceaccesspackageresourcescopeaccesspackageresourceaccesspackageresourceroleaccesspackageresourceexternaloriginresourceconnector +Locale: en-US +Module Name: Microsoft.Graph.Beta.Identity.Governance +ms.date: 07/10/2026 +PlatyPS schema version: 2024-05-01 +title: Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceExternalOriginResourceConnector +--- + +# Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceExternalOriginResourceConnector + +## SYNOPSIS + +Get externalOriginResourceConnector from identityGovernance + +## SYNTAX + +### Get (Default) + +``` +Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceExternalOriginResourceConnector + -AccessPackageCatalogId -AccessPackageResourceId + -AccessPackageResourceRoleId -AccessPackageResourceScopeId + [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] +``` + +### GetViaIdentity + +``` +Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceExternalOriginResourceConnector + -InputObject [-ExpandProperty ] [-Property ] + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Get externalOriginResourceConnector from identityGovernance + +## PARAMETERS + +### -AccessPackageCatalogId + +The unique identifier of accessPackageCatalog + +```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: '' +``` + +### -AccessPackageResourceId + +The unique identifier of accessPackageResource + +```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: '' +``` + +### -AccessPackageResourceRoleId + +The unique identifier of accessPackageResourceRole + +```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: '' +``` + +### -AccessPackageResourceScopeId + +The unique identifier of accessPackageResourceScope + +```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: '' +``` + +### -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: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IIdentityGovernanceIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: GetViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + 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 + +### Microsoft.Graph.Beta.PowerShell.Models.IIdentityGovernanceIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphExternalOriginResourceConnector + +{{ 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 + [AccessPackageAssignmentId ]: The unique identifier of accessPackageAssignment + [AccessPackageAssignmentPolicyId ]: The unique identifier of accessPackageAssignmentPolicy + [AccessPackageAssignmentRequestId ]: The unique identifier of accessPackageAssignmentRequest + [AccessPackageAssignmentResourceRoleId ]: The unique identifier of accessPackageAssignmentResourceRole + [AccessPackageCatalogId ]: The unique identifier of accessPackageCatalog + [AccessPackageId ]: The unique identifier of accessPackage + [AccessPackageId1 ]: The unique identifier of accessPackage + [AccessPackageResourceEnvironmentId ]: The unique identifier of accessPackageResourceEnvironment + [AccessPackageResourceId ]: The unique identifier of accessPackageResource + [AccessPackageResourceRequestId ]: The unique identifier of accessPackageResourceRequest + [AccessPackageResourceRoleId ]: The unique identifier of accessPackageResourceRole + [AccessPackageResourceRoleId1 ]: The unique identifier of accessPackageResourceRole + [AccessPackageResourceRoleScopeId ]: The unique identifier of accessPackageResourceRoleScope + [AccessPackageResourceScopeId ]: The unique identifier of accessPackageResourceScope + [AccessPackageResourceScopeId1 ]: The unique identifier of accessPackageResourceScope + [AccessPackageSubjectId ]: The unique identifier of accessPackageSubject + [AccessPackageSuggestionId ]: The unique identifier of accessPackageSuggestion + [AccessReviewDecisionId ]: The unique identifier of accessReviewDecision + [AccessReviewHistoryDefinitionId ]: The unique identifier of accessReviewHistoryDefinition + [AccessReviewHistoryInstanceId ]: The unique identifier of accessReviewHistoryInstance + [AccessReviewId ]: The unique identifier of accessReview + [AccessReviewId1 ]: The unique identifier of accessReview + [AccessReviewInstanceDecisionItemId ]: The unique identifier of accessReviewInstanceDecisionItem + [AccessReviewInstanceDecisionItemId1 ]: The unique identifier of accessReviewInstanceDecisionItem + [AccessReviewInstanceId ]: The unique identifier of accessReviewInstance + [AccessReviewReviewerId ]: The unique identifier of accessReviewReviewer + [AccessReviewScheduleDefinitionId ]: The unique identifier of accessReviewScheduleDefinition + [AccessReviewStageId ]: The unique identifier of accessReviewStage + [AgreementAcceptanceId ]: The unique identifier of agreementAcceptance + [AgreementFileLocalizationId ]: The unique identifier of agreementFileLocalization + [AgreementFileVersionId ]: The unique identifier of agreementFileVersion + [AgreementId ]: The unique identifier of agreement + [AppConsentRequestId ]: The unique identifier of appConsentRequest + [ApprovalId ]: The unique identifier of approval + [ApprovalStepId ]: The unique identifier of approvalStep + [AvailableAccessPackageId ]: The unique identifier of availableAccessPackage + [BusinessFlowTemplateId ]: The unique identifier of businessFlowTemplate + [ConnectedOrganizationId ]: The unique identifier of connectedOrganization + [ControlConfigurationId ]: The unique identifier of controlConfiguration + [CustomAccessPackageWorkflowExtensionId ]: The unique identifier of customAccessPackageWorkflowExtension + [CustomCalloutExtensionId ]: The unique identifier of customCalloutExtension + [CustomDataProvidedResourceUploadSessionId ]: The unique identifier of customDataProvidedResourceUploadSession + [CustomExtensionHandlerId ]: The unique identifier of customExtensionHandler + [CustomExtensionStageSettingId ]: The unique identifier of customExtensionStageSetting + [CustomTaskExtensionId ]: The unique identifier of customTaskExtension + [DirectoryObjectId ]: The unique identifier of directoryObject + [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector + [FindingId ]: The unique identifier of finding + [GovernanceInsightId ]: The unique identifier of governanceInsight + [GovernanceResourceId ]: The unique identifier of governanceResource + [GovernanceRoleAssignmentId ]: The unique identifier of governanceRoleAssignment + [GovernanceRoleAssignmentRequestId ]: The unique identifier of governanceRoleAssignmentRequest + [GovernanceRoleDefinitionId ]: The unique identifier of governanceRoleDefinition + [GovernanceRoleSettingId ]: The unique identifier of governanceRoleSetting + [GroupResourceId ]: The unique identifier of groupResource + [IncompatibleAccessPackageId ]: Usage: incompatibleAccessPackageId='{incompatibleAccessPackageId}' + [LongRunningOperationId ]: The unique identifier of longRunningOperation + [ObjectId ]: Alternate key of accessPackageSubject + [On ]: Usage: on='{on}' + [PermissionsCreepIndexDistributionId ]: The unique identifier of permissionsCreepIndexDistribution + [PermissionsRequestChangeId ]: The unique identifier of permissionsRequestChange + [PrivilegedAccessGroupAssignmentScheduleId ]: The unique identifier of privilegedAccessGroupAssignmentSchedule + [PrivilegedAccessGroupAssignmentScheduleInstanceId ]: The unique identifier of privilegedAccessGroupAssignmentScheduleInstance + [PrivilegedAccessGroupAssignmentScheduleRequestId ]: The unique identifier of privilegedAccessGroupAssignmentScheduleRequest + [PrivilegedAccessGroupEligibilityScheduleId ]: The unique identifier of privilegedAccessGroupEligibilitySchedule + [PrivilegedAccessGroupEligibilityScheduleInstanceId ]: The unique identifier of privilegedAccessGroupEligibilityScheduleInstance + [PrivilegedAccessGroupEligibilityScheduleRequestId ]: The unique identifier of privilegedAccessGroupEligibilityScheduleRequest + [PrivilegedAccessId ]: The unique identifier of privilegedAccess + [PrivilegedApprovalId ]: The unique identifier of privilegedApproval + [PrivilegedOperationEventId ]: The unique identifier of privilegedOperationEvent + [PrivilegedRoleAssignmentId ]: The unique identifier of privilegedRoleAssignment + [PrivilegedRoleAssignmentId1 ]: The unique identifier of privilegedRoleAssignment + [PrivilegedRoleAssignmentRequestId ]: The unique identifier of privilegedRoleAssignmentRequest + [PrivilegedRoleId ]: The unique identifier of privilegedRole + [ProgramControlId ]: The unique identifier of programControl + [ProgramControlId1 ]: The unique identifier of programControl + [ProgramControlTypeId ]: The unique identifier of programControlType + [ProgramId ]: The unique identifier of program + [RbacApplicationId ]: The unique identifier of rbacApplication + [RunId ]: The unique identifier of run + [RunId1 ]: The unique identifier of run + [StartDateTime ]: Usage: startDateTime={startDateTime} + [TaskDefinitionId ]: The unique identifier of taskDefinition + [TaskId ]: The unique identifier of task + [TaskProcessingResultId ]: The unique identifier of taskProcessingResult + [TaskReportId ]: The unique identifier of taskReport + [UnifiedRbacResourceActionId ]: The unique identifier of unifiedRbacResourceAction + [UnifiedRbacResourceNamespaceId ]: The unique identifier of unifiedRbacResourceNamespace + [UnifiedRoleAssignmentId ]: The unique identifier of unifiedRoleAssignment + [UnifiedRoleAssignmentScheduleId ]: The unique identifier of unifiedRoleAssignmentSchedule + [UnifiedRoleAssignmentScheduleInstanceId ]: The unique identifier of unifiedRoleAssignmentScheduleInstance + [UnifiedRoleAssignmentScheduleRequestId ]: The unique identifier of unifiedRoleAssignmentScheduleRequest + [UnifiedRoleDefinitionId ]: The unique identifier of unifiedRoleDefinition + [UnifiedRoleDefinitionId1 ]: The unique identifier of unifiedRoleDefinition + [UnifiedRoleEligibilityScheduleId ]: The unique identifier of unifiedRoleEligibilitySchedule + [UnifiedRoleEligibilityScheduleInstanceId ]: The unique identifier of unifiedRoleEligibilityScheduleInstance + [UnifiedRoleEligibilityScheduleRequestId ]: The unique identifier of unifiedRoleEligibilityScheduleRequest + [UnifiedRoleManagementAlertConfigurationId ]: The unique identifier of unifiedRoleManagementAlertConfiguration + [UnifiedRoleManagementAlertDefinitionId ]: The unique identifier of unifiedRoleManagementAlertDefinition + [UnifiedRoleManagementAlertId ]: The unique identifier of unifiedRoleManagementAlert + [UnifiedRoleManagementAlertIncidentId ]: The unique identifier of unifiedRoleManagementAlertIncident + [UniqueName ]: Alternate key of accessPackageCatalog + [UserConsentRequestId ]: The unique identifier of userConsentRequest + [UserId ]: The unique identifier of user + [UserProcessingResultId ]: The unique identifier of userProcessingResult + [WorkflowId ]: The unique identifier of workflow + [WorkflowTemplateId ]: The unique identifier of workflowTemplate + [WorkflowVersionNumber ]: The unique identifier of workflowVersion + + +## RELATED LINKS + +- [Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceExternalOriginResourceConnector](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancecatalogaccesspackageresourceaccesspackageresourcescopeaccesspackageresourceaccesspackageresourceroleaccesspackageresourceexternaloriginresourceconnector) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceUploadSession.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceUploadSession.md index dee596c510afd..4eee452372ac0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceUploadSession.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceUploadSession.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancecatalogaccesspackageresourceaccesspackageresourcescopeaccesspackageresourceaccesspackageresourceroleaccesspackageresourceuploadsession Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceUploadSession --- @@ -28,7 +28,6 @@ Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceSco [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -40,7 +39,7 @@ Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceSco -CustomDataProvidedResourceUploadSessionId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -50,7 +49,7 @@ Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceSco -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -678,6 +677,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceUploadSessionCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceUploadSessionCount.md index ce2927340d0aa..5c7cb50ec8df8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceUploadSessionCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceUploadSessionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancecatalogaccesspackageresourceaccesspackageresourcescopeaccesspackageresourceaccesspackageresourceroleaccesspackageresourceuploadsessioncount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceUploadSessionCount --- @@ -25,7 +25,7 @@ Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceSco -AccessPackageResourceRoleId -AccessPackageResourceScopeId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceSco -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -444,6 +444,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRoleCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRoleCount.md index 244321fd59508..aa5a7d0be50fa 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRoleCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRoleCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancecatalogaccesspackageresourceaccesspackageresourcescopeaccesspackageresourceaccesspackageresourcerolecount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRoleCount --- @@ -25,7 +25,7 @@ Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceSco -AccessPackageResourceScopeId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceSco -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -423,6 +423,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceExternalOriginResourceConnector.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceExternalOriginResourceConnector.md new file mode 100644 index 0000000000000..47a865cd080ab --- /dev/null +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceExternalOriginResourceConnector.md @@ -0,0 +1,517 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancecatalogaccesspackageresourceaccesspackageresourcescopeaccesspackageresourceexternaloriginresourceconnector +Locale: en-US +Module Name: Microsoft.Graph.Beta.Identity.Governance +ms.date: 07/10/2026 +PlatyPS schema version: 2024-05-01 +title: Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceExternalOriginResourceConnector +--- + +# Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceExternalOriginResourceConnector + +## SYNOPSIS + +Get externalOriginResourceConnector from identityGovernance + +## SYNTAX + +### Get (Default) + +``` +Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceExternalOriginResourceConnector + -AccessPackageCatalogId -AccessPackageResourceId + -AccessPackageResourceScopeId [-ExpandProperty ] [-Property ] + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] +``` + +### GetViaIdentity + +``` +Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceExternalOriginResourceConnector + -InputObject [-ExpandProperty ] [-Property ] + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Get externalOriginResourceConnector from identityGovernance + +## PARAMETERS + +### -AccessPackageCatalogId + +The unique identifier of accessPackageCatalog + +```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: '' +``` + +### -AccessPackageResourceId + +The unique identifier of accessPackageResource + +```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: '' +``` + +### -AccessPackageResourceScopeId + +The unique identifier of accessPackageResourceScope + +```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: '' +``` + +### -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: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IIdentityGovernanceIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: GetViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + 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 + +### Microsoft.Graph.Beta.PowerShell.Models.IIdentityGovernanceIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphExternalOriginResourceConnector + +{{ 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 + [AccessPackageAssignmentId ]: The unique identifier of accessPackageAssignment + [AccessPackageAssignmentPolicyId ]: The unique identifier of accessPackageAssignmentPolicy + [AccessPackageAssignmentRequestId ]: The unique identifier of accessPackageAssignmentRequest + [AccessPackageAssignmentResourceRoleId ]: The unique identifier of accessPackageAssignmentResourceRole + [AccessPackageCatalogId ]: The unique identifier of accessPackageCatalog + [AccessPackageId ]: The unique identifier of accessPackage + [AccessPackageId1 ]: The unique identifier of accessPackage + [AccessPackageResourceEnvironmentId ]: The unique identifier of accessPackageResourceEnvironment + [AccessPackageResourceId ]: The unique identifier of accessPackageResource + [AccessPackageResourceRequestId ]: The unique identifier of accessPackageResourceRequest + [AccessPackageResourceRoleId ]: The unique identifier of accessPackageResourceRole + [AccessPackageResourceRoleId1 ]: The unique identifier of accessPackageResourceRole + [AccessPackageResourceRoleScopeId ]: The unique identifier of accessPackageResourceRoleScope + [AccessPackageResourceScopeId ]: The unique identifier of accessPackageResourceScope + [AccessPackageResourceScopeId1 ]: The unique identifier of accessPackageResourceScope + [AccessPackageSubjectId ]: The unique identifier of accessPackageSubject + [AccessPackageSuggestionId ]: The unique identifier of accessPackageSuggestion + [AccessReviewDecisionId ]: The unique identifier of accessReviewDecision + [AccessReviewHistoryDefinitionId ]: The unique identifier of accessReviewHistoryDefinition + [AccessReviewHistoryInstanceId ]: The unique identifier of accessReviewHistoryInstance + [AccessReviewId ]: The unique identifier of accessReview + [AccessReviewId1 ]: The unique identifier of accessReview + [AccessReviewInstanceDecisionItemId ]: The unique identifier of accessReviewInstanceDecisionItem + [AccessReviewInstanceDecisionItemId1 ]: The unique identifier of accessReviewInstanceDecisionItem + [AccessReviewInstanceId ]: The unique identifier of accessReviewInstance + [AccessReviewReviewerId ]: The unique identifier of accessReviewReviewer + [AccessReviewScheduleDefinitionId ]: The unique identifier of accessReviewScheduleDefinition + [AccessReviewStageId ]: The unique identifier of accessReviewStage + [AgreementAcceptanceId ]: The unique identifier of agreementAcceptance + [AgreementFileLocalizationId ]: The unique identifier of agreementFileLocalization + [AgreementFileVersionId ]: The unique identifier of agreementFileVersion + [AgreementId ]: The unique identifier of agreement + [AppConsentRequestId ]: The unique identifier of appConsentRequest + [ApprovalId ]: The unique identifier of approval + [ApprovalStepId ]: The unique identifier of approvalStep + [AvailableAccessPackageId ]: The unique identifier of availableAccessPackage + [BusinessFlowTemplateId ]: The unique identifier of businessFlowTemplate + [ConnectedOrganizationId ]: The unique identifier of connectedOrganization + [ControlConfigurationId ]: The unique identifier of controlConfiguration + [CustomAccessPackageWorkflowExtensionId ]: The unique identifier of customAccessPackageWorkflowExtension + [CustomCalloutExtensionId ]: The unique identifier of customCalloutExtension + [CustomDataProvidedResourceUploadSessionId ]: The unique identifier of customDataProvidedResourceUploadSession + [CustomExtensionHandlerId ]: The unique identifier of customExtensionHandler + [CustomExtensionStageSettingId ]: The unique identifier of customExtensionStageSetting + [CustomTaskExtensionId ]: The unique identifier of customTaskExtension + [DirectoryObjectId ]: The unique identifier of directoryObject + [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector + [FindingId ]: The unique identifier of finding + [GovernanceInsightId ]: The unique identifier of governanceInsight + [GovernanceResourceId ]: The unique identifier of governanceResource + [GovernanceRoleAssignmentId ]: The unique identifier of governanceRoleAssignment + [GovernanceRoleAssignmentRequestId ]: The unique identifier of governanceRoleAssignmentRequest + [GovernanceRoleDefinitionId ]: The unique identifier of governanceRoleDefinition + [GovernanceRoleSettingId ]: The unique identifier of governanceRoleSetting + [GroupResourceId ]: The unique identifier of groupResource + [IncompatibleAccessPackageId ]: Usage: incompatibleAccessPackageId='{incompatibleAccessPackageId}' + [LongRunningOperationId ]: The unique identifier of longRunningOperation + [ObjectId ]: Alternate key of accessPackageSubject + [On ]: Usage: on='{on}' + [PermissionsCreepIndexDistributionId ]: The unique identifier of permissionsCreepIndexDistribution + [PermissionsRequestChangeId ]: The unique identifier of permissionsRequestChange + [PrivilegedAccessGroupAssignmentScheduleId ]: The unique identifier of privilegedAccessGroupAssignmentSchedule + [PrivilegedAccessGroupAssignmentScheduleInstanceId ]: The unique identifier of privilegedAccessGroupAssignmentScheduleInstance + [PrivilegedAccessGroupAssignmentScheduleRequestId ]: The unique identifier of privilegedAccessGroupAssignmentScheduleRequest + [PrivilegedAccessGroupEligibilityScheduleId ]: The unique identifier of privilegedAccessGroupEligibilitySchedule + [PrivilegedAccessGroupEligibilityScheduleInstanceId ]: The unique identifier of privilegedAccessGroupEligibilityScheduleInstance + [PrivilegedAccessGroupEligibilityScheduleRequestId ]: The unique identifier of privilegedAccessGroupEligibilityScheduleRequest + [PrivilegedAccessId ]: The unique identifier of privilegedAccess + [PrivilegedApprovalId ]: The unique identifier of privilegedApproval + [PrivilegedOperationEventId ]: The unique identifier of privilegedOperationEvent + [PrivilegedRoleAssignmentId ]: The unique identifier of privilegedRoleAssignment + [PrivilegedRoleAssignmentId1 ]: The unique identifier of privilegedRoleAssignment + [PrivilegedRoleAssignmentRequestId ]: The unique identifier of privilegedRoleAssignmentRequest + [PrivilegedRoleId ]: The unique identifier of privilegedRole + [ProgramControlId ]: The unique identifier of programControl + [ProgramControlId1 ]: The unique identifier of programControl + [ProgramControlTypeId ]: The unique identifier of programControlType + [ProgramId ]: The unique identifier of program + [RbacApplicationId ]: The unique identifier of rbacApplication + [RunId ]: The unique identifier of run + [RunId1 ]: The unique identifier of run + [StartDateTime ]: Usage: startDateTime={startDateTime} + [TaskDefinitionId ]: The unique identifier of taskDefinition + [TaskId ]: The unique identifier of task + [TaskProcessingResultId ]: The unique identifier of taskProcessingResult + [TaskReportId ]: The unique identifier of taskReport + [UnifiedRbacResourceActionId ]: The unique identifier of unifiedRbacResourceAction + [UnifiedRbacResourceNamespaceId ]: The unique identifier of unifiedRbacResourceNamespace + [UnifiedRoleAssignmentId ]: The unique identifier of unifiedRoleAssignment + [UnifiedRoleAssignmentScheduleId ]: The unique identifier of unifiedRoleAssignmentSchedule + [UnifiedRoleAssignmentScheduleInstanceId ]: The unique identifier of unifiedRoleAssignmentScheduleInstance + [UnifiedRoleAssignmentScheduleRequestId ]: The unique identifier of unifiedRoleAssignmentScheduleRequest + [UnifiedRoleDefinitionId ]: The unique identifier of unifiedRoleDefinition + [UnifiedRoleDefinitionId1 ]: The unique identifier of unifiedRoleDefinition + [UnifiedRoleEligibilityScheduleId ]: The unique identifier of unifiedRoleEligibilitySchedule + [UnifiedRoleEligibilityScheduleInstanceId ]: The unique identifier of unifiedRoleEligibilityScheduleInstance + [UnifiedRoleEligibilityScheduleRequestId ]: The unique identifier of unifiedRoleEligibilityScheduleRequest + [UnifiedRoleManagementAlertConfigurationId ]: The unique identifier of unifiedRoleManagementAlertConfiguration + [UnifiedRoleManagementAlertDefinitionId ]: The unique identifier of unifiedRoleManagementAlertDefinition + [UnifiedRoleManagementAlertId ]: The unique identifier of unifiedRoleManagementAlert + [UnifiedRoleManagementAlertIncidentId ]: The unique identifier of unifiedRoleManagementAlertIncident + [UniqueName ]: Alternate key of accessPackageCatalog + [UserConsentRequestId ]: The unique identifier of userConsentRequest + [UserId ]: The unique identifier of user + [UserProcessingResultId ]: The unique identifier of userProcessingResult + [WorkflowId ]: The unique identifier of workflow + [WorkflowTemplateId ]: The unique identifier of workflowTemplate + [WorkflowVersionNumber ]: The unique identifier of workflowVersion + + +## RELATED LINKS + +- [Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceExternalOriginResourceConnector](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancecatalogaccesspackageresourceaccesspackageresourcescopeaccesspackageresourceexternaloriginresourceconnector) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceUploadSession.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceUploadSession.md index ff2a923b21ca8..81428305e6374 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceUploadSession.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceUploadSession.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancecatalogaccesspackageresourceaccesspackageresourcescopeaccesspackageresourceuploadsession Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceUploadSession --- @@ -27,7 +27,7 @@ Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceSco [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -39,7 +39,7 @@ Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceSco [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -49,7 +49,7 @@ Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceSco -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -650,6 +650,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceUploadSessionCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceUploadSessionCount.md index 099d02d85ddbd..20274afee64c4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceUploadSessionCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceUploadSessionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancecatalogaccesspackageresourceaccesspackageresourcescopeaccesspackageresourceuploadsessioncount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceUploadSessionCount --- @@ -25,7 +25,7 @@ Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceSco -AccessPackageResourceScopeId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceSco -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -423,6 +423,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScopeCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScopeCount.md index d31c97c9ba8a9..6b0e80e103e93 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScopeCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScopeCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancecatalogaccesspackageresourceaccesspackageresourcescopecount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScopeCount --- @@ -24,7 +24,7 @@ Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceSco -AccessPackageCatalogId -AccessPackageResourceId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceSco -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -401,6 +401,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceCount.md index 040b45d7a8b34..099caa2c6c425 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancecatalogaccesspackageresourcecount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceCount --- @@ -24,7 +24,7 @@ Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceCount -AccessPackageCata [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -380,6 +380,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceExternalOriginResourceConnector.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceExternalOriginResourceConnector.md new file mode 100644 index 0000000000000..2bfc4d5d7a9f9 --- /dev/null +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceExternalOriginResourceConnector.md @@ -0,0 +1,495 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancecatalogaccesspackageresourceexternaloriginresourceconnector +Locale: en-US +Module Name: Microsoft.Graph.Beta.Identity.Governance +ms.date: 07/10/2026 +PlatyPS schema version: 2024-05-01 +title: Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceExternalOriginResourceConnector +--- + +# Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceExternalOriginResourceConnector + +## SYNOPSIS + +Get externalOriginResourceConnector from identityGovernance + +## SYNTAX + +### Get (Default) + +``` +Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceExternalOriginResourceConnector + -AccessPackageCatalogId -AccessPackageResourceId [-ExpandProperty ] + [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] +``` + +### GetViaIdentity + +``` +Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceExternalOriginResourceConnector + -InputObject [-ExpandProperty ] [-Property ] + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Get externalOriginResourceConnector from identityGovernance + +## PARAMETERS + +### -AccessPackageCatalogId + +The unique identifier of accessPackageCatalog + +```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: '' +``` + +### -AccessPackageResourceId + +The unique identifier of accessPackageResource + +```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: '' +``` + +### -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: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IIdentityGovernanceIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: GetViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + 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 + +### Microsoft.Graph.Beta.PowerShell.Models.IIdentityGovernanceIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphExternalOriginResourceConnector + +{{ 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 + [AccessPackageAssignmentId ]: The unique identifier of accessPackageAssignment + [AccessPackageAssignmentPolicyId ]: The unique identifier of accessPackageAssignmentPolicy + [AccessPackageAssignmentRequestId ]: The unique identifier of accessPackageAssignmentRequest + [AccessPackageAssignmentResourceRoleId ]: The unique identifier of accessPackageAssignmentResourceRole + [AccessPackageCatalogId ]: The unique identifier of accessPackageCatalog + [AccessPackageId ]: The unique identifier of accessPackage + [AccessPackageId1 ]: The unique identifier of accessPackage + [AccessPackageResourceEnvironmentId ]: The unique identifier of accessPackageResourceEnvironment + [AccessPackageResourceId ]: The unique identifier of accessPackageResource + [AccessPackageResourceRequestId ]: The unique identifier of accessPackageResourceRequest + [AccessPackageResourceRoleId ]: The unique identifier of accessPackageResourceRole + [AccessPackageResourceRoleId1 ]: The unique identifier of accessPackageResourceRole + [AccessPackageResourceRoleScopeId ]: The unique identifier of accessPackageResourceRoleScope + [AccessPackageResourceScopeId ]: The unique identifier of accessPackageResourceScope + [AccessPackageResourceScopeId1 ]: The unique identifier of accessPackageResourceScope + [AccessPackageSubjectId ]: The unique identifier of accessPackageSubject + [AccessPackageSuggestionId ]: The unique identifier of accessPackageSuggestion + [AccessReviewDecisionId ]: The unique identifier of accessReviewDecision + [AccessReviewHistoryDefinitionId ]: The unique identifier of accessReviewHistoryDefinition + [AccessReviewHistoryInstanceId ]: The unique identifier of accessReviewHistoryInstance + [AccessReviewId ]: The unique identifier of accessReview + [AccessReviewId1 ]: The unique identifier of accessReview + [AccessReviewInstanceDecisionItemId ]: The unique identifier of accessReviewInstanceDecisionItem + [AccessReviewInstanceDecisionItemId1 ]: The unique identifier of accessReviewInstanceDecisionItem + [AccessReviewInstanceId ]: The unique identifier of accessReviewInstance + [AccessReviewReviewerId ]: The unique identifier of accessReviewReviewer + [AccessReviewScheduleDefinitionId ]: The unique identifier of accessReviewScheduleDefinition + [AccessReviewStageId ]: The unique identifier of accessReviewStage + [AgreementAcceptanceId ]: The unique identifier of agreementAcceptance + [AgreementFileLocalizationId ]: The unique identifier of agreementFileLocalization + [AgreementFileVersionId ]: The unique identifier of agreementFileVersion + [AgreementId ]: The unique identifier of agreement + [AppConsentRequestId ]: The unique identifier of appConsentRequest + [ApprovalId ]: The unique identifier of approval + [ApprovalStepId ]: The unique identifier of approvalStep + [AvailableAccessPackageId ]: The unique identifier of availableAccessPackage + [BusinessFlowTemplateId ]: The unique identifier of businessFlowTemplate + [ConnectedOrganizationId ]: The unique identifier of connectedOrganization + [ControlConfigurationId ]: The unique identifier of controlConfiguration + [CustomAccessPackageWorkflowExtensionId ]: The unique identifier of customAccessPackageWorkflowExtension + [CustomCalloutExtensionId ]: The unique identifier of customCalloutExtension + [CustomDataProvidedResourceUploadSessionId ]: The unique identifier of customDataProvidedResourceUploadSession + [CustomExtensionHandlerId ]: The unique identifier of customExtensionHandler + [CustomExtensionStageSettingId ]: The unique identifier of customExtensionStageSetting + [CustomTaskExtensionId ]: The unique identifier of customTaskExtension + [DirectoryObjectId ]: The unique identifier of directoryObject + [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector + [FindingId ]: The unique identifier of finding + [GovernanceInsightId ]: The unique identifier of governanceInsight + [GovernanceResourceId ]: The unique identifier of governanceResource + [GovernanceRoleAssignmentId ]: The unique identifier of governanceRoleAssignment + [GovernanceRoleAssignmentRequestId ]: The unique identifier of governanceRoleAssignmentRequest + [GovernanceRoleDefinitionId ]: The unique identifier of governanceRoleDefinition + [GovernanceRoleSettingId ]: The unique identifier of governanceRoleSetting + [GroupResourceId ]: The unique identifier of groupResource + [IncompatibleAccessPackageId ]: Usage: incompatibleAccessPackageId='{incompatibleAccessPackageId}' + [LongRunningOperationId ]: The unique identifier of longRunningOperation + [ObjectId ]: Alternate key of accessPackageSubject + [On ]: Usage: on='{on}' + [PermissionsCreepIndexDistributionId ]: The unique identifier of permissionsCreepIndexDistribution + [PermissionsRequestChangeId ]: The unique identifier of permissionsRequestChange + [PrivilegedAccessGroupAssignmentScheduleId ]: The unique identifier of privilegedAccessGroupAssignmentSchedule + [PrivilegedAccessGroupAssignmentScheduleInstanceId ]: The unique identifier of privilegedAccessGroupAssignmentScheduleInstance + [PrivilegedAccessGroupAssignmentScheduleRequestId ]: The unique identifier of privilegedAccessGroupAssignmentScheduleRequest + [PrivilegedAccessGroupEligibilityScheduleId ]: The unique identifier of privilegedAccessGroupEligibilitySchedule + [PrivilegedAccessGroupEligibilityScheduleInstanceId ]: The unique identifier of privilegedAccessGroupEligibilityScheduleInstance + [PrivilegedAccessGroupEligibilityScheduleRequestId ]: The unique identifier of privilegedAccessGroupEligibilityScheduleRequest + [PrivilegedAccessId ]: The unique identifier of privilegedAccess + [PrivilegedApprovalId ]: The unique identifier of privilegedApproval + [PrivilegedOperationEventId ]: The unique identifier of privilegedOperationEvent + [PrivilegedRoleAssignmentId ]: The unique identifier of privilegedRoleAssignment + [PrivilegedRoleAssignmentId1 ]: The unique identifier of privilegedRoleAssignment + [PrivilegedRoleAssignmentRequestId ]: The unique identifier of privilegedRoleAssignmentRequest + [PrivilegedRoleId ]: The unique identifier of privilegedRole + [ProgramControlId ]: The unique identifier of programControl + [ProgramControlId1 ]: The unique identifier of programControl + [ProgramControlTypeId ]: The unique identifier of programControlType + [ProgramId ]: The unique identifier of program + [RbacApplicationId ]: The unique identifier of rbacApplication + [RunId ]: The unique identifier of run + [RunId1 ]: The unique identifier of run + [StartDateTime ]: Usage: startDateTime={startDateTime} + [TaskDefinitionId ]: The unique identifier of taskDefinition + [TaskId ]: The unique identifier of task + [TaskProcessingResultId ]: The unique identifier of taskProcessingResult + [TaskReportId ]: The unique identifier of taskReport + [UnifiedRbacResourceActionId ]: The unique identifier of unifiedRbacResourceAction + [UnifiedRbacResourceNamespaceId ]: The unique identifier of unifiedRbacResourceNamespace + [UnifiedRoleAssignmentId ]: The unique identifier of unifiedRoleAssignment + [UnifiedRoleAssignmentScheduleId ]: The unique identifier of unifiedRoleAssignmentSchedule + [UnifiedRoleAssignmentScheduleInstanceId ]: The unique identifier of unifiedRoleAssignmentScheduleInstance + [UnifiedRoleAssignmentScheduleRequestId ]: The unique identifier of unifiedRoleAssignmentScheduleRequest + [UnifiedRoleDefinitionId ]: The unique identifier of unifiedRoleDefinition + [UnifiedRoleDefinitionId1 ]: The unique identifier of unifiedRoleDefinition + [UnifiedRoleEligibilityScheduleId ]: The unique identifier of unifiedRoleEligibilitySchedule + [UnifiedRoleEligibilityScheduleInstanceId ]: The unique identifier of unifiedRoleEligibilityScheduleInstance + [UnifiedRoleEligibilityScheduleRequestId ]: The unique identifier of unifiedRoleEligibilityScheduleRequest + [UnifiedRoleManagementAlertConfigurationId ]: The unique identifier of unifiedRoleManagementAlertConfiguration + [UnifiedRoleManagementAlertDefinitionId ]: The unique identifier of unifiedRoleManagementAlertDefinition + [UnifiedRoleManagementAlertId ]: The unique identifier of unifiedRoleManagementAlert + [UnifiedRoleManagementAlertIncidentId ]: The unique identifier of unifiedRoleManagementAlertIncident + [UniqueName ]: Alternate key of accessPackageCatalog + [UserConsentRequestId ]: The unique identifier of userConsentRequest + [UserId ]: The unique identifier of user + [UserProcessingResultId ]: The unique identifier of userProcessingResult + [WorkflowId ]: The unique identifier of workflow + [WorkflowTemplateId ]: The unique identifier of workflowTemplate + [WorkflowVersionNumber ]: The unique identifier of workflowVersion + + +## RELATED LINKS + +- [Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceExternalOriginResourceConnector](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancecatalogaccesspackageresourceexternaloriginresourceconnector) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceRole.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceRole.md index 98dca7e7319c8..3672b8c03df92 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceRole.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceRole.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancecatalogaccesspackageresourcerole Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceRole --- @@ -27,7 +27,6 @@ Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceRole -AccessPackageCatal [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -37,7 +36,7 @@ Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceRole -AccessPackageCatal -AccessPackageResourceRoleId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -47,7 +46,7 @@ Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceRole -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -595,6 +594,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResource.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResource.md index e091cdd7e8bf6..df2b0dc65ee11 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResource.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResource.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancecatalogaccesspackageresourceroleaccesspackageresource Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResource --- @@ -24,7 +24,7 @@ Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourc -AccessPackageCatalogId -AccessPackageResourceRoleId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourc -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -403,6 +403,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceEnvironment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceEnvironment.md index 85d0efc32cfc9..3db0713bd0bc2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceEnvironment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceEnvironment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancecatalogaccesspackageresourceroleaccesspackageresourceaccesspackageresourceenvironment Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceEnvironment --- @@ -26,7 +26,7 @@ Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourc -AccessPackageCatalogId -AccessPackageResourceRoleId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourc -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -407,6 +407,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceRole.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceRole.md index 192adb30f5f9f..b82ac46d6a8f8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceRole.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceRole.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancecatalogaccesspackageresourceroleaccesspackageresourceaccesspackageresourcerole Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceRole --- @@ -28,7 +28,7 @@ Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourc [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -39,7 +39,7 @@ Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourc -AccessPackageResourceRoleId1 [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -49,7 +49,7 @@ Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourc -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -625,6 +625,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceRoleCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceRoleCount.md index 4d0175686c25e..6d28be310fae7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceRoleCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceRoleCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancecatalogaccesspackageresourceroleaccesspackageresourceaccesspackageresourcerolecount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceRoleCount --- @@ -24,7 +24,7 @@ Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourc -AccessPackageCatalogId -AccessPackageResourceRoleId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourc -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -401,6 +401,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScope.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScope.md index 88d89c835474b..14a066b13a379 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScope.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScope.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancecatalogaccesspackageresourceroleaccesspackageresourceaccesspackageresourcescope Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScope --- @@ -28,7 +28,7 @@ Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourc [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -39,7 +39,7 @@ Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourc -AccessPackageResourceScopeId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -49,7 +49,7 @@ Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourc -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -625,6 +625,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeAccessPackageResource.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeAccessPackageResource.md index e773b9a594bb2..f3be2aad19cea 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeAccessPackageResource.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeAccessPackageResource.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancecatalogaccesspackageresourceroleaccesspackageresourceaccesspackageresourcescopeaccesspackageresource Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeAccessPackageResource --- @@ -25,7 +25,7 @@ Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourc -AccessPackageResourceScopeId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourc -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -425,6 +425,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceEnvironment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceEnvironment.md index 4152b69cfab5f..30ebd8e2031b9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceEnvironment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceEnvironment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancecatalogaccesspackageresourceroleaccesspackageresourceaccesspackageresourcescopeaccesspackageresourceaccesspackageresourceenvironment Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceEnvironment --- @@ -27,7 +27,7 @@ Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourc -AccessPackageResourceScopeId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourc -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -429,6 +429,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRole.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRole.md index 1c5ff3acfa373..8686ed93f3f00 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRole.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRole.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancecatalogaccesspackageresourceroleaccesspackageresourceaccesspackageresourcescopeaccesspackageresourceaccesspackageresourcerole Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRole --- @@ -29,7 +29,7 @@ Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourc [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -41,7 +41,7 @@ Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourc [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -51,7 +51,7 @@ Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourc -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -654,6 +654,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRoleCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRoleCount.md index e872081de52b0..82f564ca27f48 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRoleCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRoleCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancecatalogaccesspackageresourceroleaccesspackageresourceaccesspackageresourcescopeaccesspackageresourceaccesspackageresourcerolecount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRoleCount --- @@ -25,7 +25,7 @@ Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourc -AccessPackageResourceScopeId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourc -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -423,6 +423,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceExternalOriginResourceConnector.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceExternalOriginResourceConnector.md new file mode 100644 index 0000000000000..7b2a36f66e8eb --- /dev/null +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceExternalOriginResourceConnector.md @@ -0,0 +1,517 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancecatalogaccesspackageresourceroleaccesspackageresourceaccesspackageresourcescopeaccesspackageresourceexternaloriginresourceconnector +Locale: en-US +Module Name: Microsoft.Graph.Beta.Identity.Governance +ms.date: 07/10/2026 +PlatyPS schema version: 2024-05-01 +title: Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceExternalOriginResourceConnector +--- + +# Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceExternalOriginResourceConnector + +## SYNOPSIS + +Get externalOriginResourceConnector from identityGovernance + +## SYNTAX + +### Get (Default) + +``` +Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceExternalOriginResourceConnector + -AccessPackageCatalogId -AccessPackageResourceRoleId + -AccessPackageResourceScopeId [-ExpandProperty ] [-Property ] + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] +``` + +### GetViaIdentity + +``` +Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceExternalOriginResourceConnector + -InputObject [-ExpandProperty ] [-Property ] + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Get externalOriginResourceConnector from identityGovernance + +## PARAMETERS + +### -AccessPackageCatalogId + +The unique identifier of accessPackageCatalog + +```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: '' +``` + +### -AccessPackageResourceRoleId + +The unique identifier of accessPackageResourceRole + +```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: '' +``` + +### -AccessPackageResourceScopeId + +The unique identifier of accessPackageResourceScope + +```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: '' +``` + +### -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: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IIdentityGovernanceIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: GetViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + 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 + +### Microsoft.Graph.Beta.PowerShell.Models.IIdentityGovernanceIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphExternalOriginResourceConnector + +{{ 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 + [AccessPackageAssignmentId ]: The unique identifier of accessPackageAssignment + [AccessPackageAssignmentPolicyId ]: The unique identifier of accessPackageAssignmentPolicy + [AccessPackageAssignmentRequestId ]: The unique identifier of accessPackageAssignmentRequest + [AccessPackageAssignmentResourceRoleId ]: The unique identifier of accessPackageAssignmentResourceRole + [AccessPackageCatalogId ]: The unique identifier of accessPackageCatalog + [AccessPackageId ]: The unique identifier of accessPackage + [AccessPackageId1 ]: The unique identifier of accessPackage + [AccessPackageResourceEnvironmentId ]: The unique identifier of accessPackageResourceEnvironment + [AccessPackageResourceId ]: The unique identifier of accessPackageResource + [AccessPackageResourceRequestId ]: The unique identifier of accessPackageResourceRequest + [AccessPackageResourceRoleId ]: The unique identifier of accessPackageResourceRole + [AccessPackageResourceRoleId1 ]: The unique identifier of accessPackageResourceRole + [AccessPackageResourceRoleScopeId ]: The unique identifier of accessPackageResourceRoleScope + [AccessPackageResourceScopeId ]: The unique identifier of accessPackageResourceScope + [AccessPackageResourceScopeId1 ]: The unique identifier of accessPackageResourceScope + [AccessPackageSubjectId ]: The unique identifier of accessPackageSubject + [AccessPackageSuggestionId ]: The unique identifier of accessPackageSuggestion + [AccessReviewDecisionId ]: The unique identifier of accessReviewDecision + [AccessReviewHistoryDefinitionId ]: The unique identifier of accessReviewHistoryDefinition + [AccessReviewHistoryInstanceId ]: The unique identifier of accessReviewHistoryInstance + [AccessReviewId ]: The unique identifier of accessReview + [AccessReviewId1 ]: The unique identifier of accessReview + [AccessReviewInstanceDecisionItemId ]: The unique identifier of accessReviewInstanceDecisionItem + [AccessReviewInstanceDecisionItemId1 ]: The unique identifier of accessReviewInstanceDecisionItem + [AccessReviewInstanceId ]: The unique identifier of accessReviewInstance + [AccessReviewReviewerId ]: The unique identifier of accessReviewReviewer + [AccessReviewScheduleDefinitionId ]: The unique identifier of accessReviewScheduleDefinition + [AccessReviewStageId ]: The unique identifier of accessReviewStage + [AgreementAcceptanceId ]: The unique identifier of agreementAcceptance + [AgreementFileLocalizationId ]: The unique identifier of agreementFileLocalization + [AgreementFileVersionId ]: The unique identifier of agreementFileVersion + [AgreementId ]: The unique identifier of agreement + [AppConsentRequestId ]: The unique identifier of appConsentRequest + [ApprovalId ]: The unique identifier of approval + [ApprovalStepId ]: The unique identifier of approvalStep + [AvailableAccessPackageId ]: The unique identifier of availableAccessPackage + [BusinessFlowTemplateId ]: The unique identifier of businessFlowTemplate + [ConnectedOrganizationId ]: The unique identifier of connectedOrganization + [ControlConfigurationId ]: The unique identifier of controlConfiguration + [CustomAccessPackageWorkflowExtensionId ]: The unique identifier of customAccessPackageWorkflowExtension + [CustomCalloutExtensionId ]: The unique identifier of customCalloutExtension + [CustomDataProvidedResourceUploadSessionId ]: The unique identifier of customDataProvidedResourceUploadSession + [CustomExtensionHandlerId ]: The unique identifier of customExtensionHandler + [CustomExtensionStageSettingId ]: The unique identifier of customExtensionStageSetting + [CustomTaskExtensionId ]: The unique identifier of customTaskExtension + [DirectoryObjectId ]: The unique identifier of directoryObject + [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector + [FindingId ]: The unique identifier of finding + [GovernanceInsightId ]: The unique identifier of governanceInsight + [GovernanceResourceId ]: The unique identifier of governanceResource + [GovernanceRoleAssignmentId ]: The unique identifier of governanceRoleAssignment + [GovernanceRoleAssignmentRequestId ]: The unique identifier of governanceRoleAssignmentRequest + [GovernanceRoleDefinitionId ]: The unique identifier of governanceRoleDefinition + [GovernanceRoleSettingId ]: The unique identifier of governanceRoleSetting + [GroupResourceId ]: The unique identifier of groupResource + [IncompatibleAccessPackageId ]: Usage: incompatibleAccessPackageId='{incompatibleAccessPackageId}' + [LongRunningOperationId ]: The unique identifier of longRunningOperation + [ObjectId ]: Alternate key of accessPackageSubject + [On ]: Usage: on='{on}' + [PermissionsCreepIndexDistributionId ]: The unique identifier of permissionsCreepIndexDistribution + [PermissionsRequestChangeId ]: The unique identifier of permissionsRequestChange + [PrivilegedAccessGroupAssignmentScheduleId ]: The unique identifier of privilegedAccessGroupAssignmentSchedule + [PrivilegedAccessGroupAssignmentScheduleInstanceId ]: The unique identifier of privilegedAccessGroupAssignmentScheduleInstance + [PrivilegedAccessGroupAssignmentScheduleRequestId ]: The unique identifier of privilegedAccessGroupAssignmentScheduleRequest + [PrivilegedAccessGroupEligibilityScheduleId ]: The unique identifier of privilegedAccessGroupEligibilitySchedule + [PrivilegedAccessGroupEligibilityScheduleInstanceId ]: The unique identifier of privilegedAccessGroupEligibilityScheduleInstance + [PrivilegedAccessGroupEligibilityScheduleRequestId ]: The unique identifier of privilegedAccessGroupEligibilityScheduleRequest + [PrivilegedAccessId ]: The unique identifier of privilegedAccess + [PrivilegedApprovalId ]: The unique identifier of privilegedApproval + [PrivilegedOperationEventId ]: The unique identifier of privilegedOperationEvent + [PrivilegedRoleAssignmentId ]: The unique identifier of privilegedRoleAssignment + [PrivilegedRoleAssignmentId1 ]: The unique identifier of privilegedRoleAssignment + [PrivilegedRoleAssignmentRequestId ]: The unique identifier of privilegedRoleAssignmentRequest + [PrivilegedRoleId ]: The unique identifier of privilegedRole + [ProgramControlId ]: The unique identifier of programControl + [ProgramControlId1 ]: The unique identifier of programControl + [ProgramControlTypeId ]: The unique identifier of programControlType + [ProgramId ]: The unique identifier of program + [RbacApplicationId ]: The unique identifier of rbacApplication + [RunId ]: The unique identifier of run + [RunId1 ]: The unique identifier of run + [StartDateTime ]: Usage: startDateTime={startDateTime} + [TaskDefinitionId ]: The unique identifier of taskDefinition + [TaskId ]: The unique identifier of task + [TaskProcessingResultId ]: The unique identifier of taskProcessingResult + [TaskReportId ]: The unique identifier of taskReport + [UnifiedRbacResourceActionId ]: The unique identifier of unifiedRbacResourceAction + [UnifiedRbacResourceNamespaceId ]: The unique identifier of unifiedRbacResourceNamespace + [UnifiedRoleAssignmentId ]: The unique identifier of unifiedRoleAssignment + [UnifiedRoleAssignmentScheduleId ]: The unique identifier of unifiedRoleAssignmentSchedule + [UnifiedRoleAssignmentScheduleInstanceId ]: The unique identifier of unifiedRoleAssignmentScheduleInstance + [UnifiedRoleAssignmentScheduleRequestId ]: The unique identifier of unifiedRoleAssignmentScheduleRequest + [UnifiedRoleDefinitionId ]: The unique identifier of unifiedRoleDefinition + [UnifiedRoleDefinitionId1 ]: The unique identifier of unifiedRoleDefinition + [UnifiedRoleEligibilityScheduleId ]: The unique identifier of unifiedRoleEligibilitySchedule + [UnifiedRoleEligibilityScheduleInstanceId ]: The unique identifier of unifiedRoleEligibilityScheduleInstance + [UnifiedRoleEligibilityScheduleRequestId ]: The unique identifier of unifiedRoleEligibilityScheduleRequest + [UnifiedRoleManagementAlertConfigurationId ]: The unique identifier of unifiedRoleManagementAlertConfiguration + [UnifiedRoleManagementAlertDefinitionId ]: The unique identifier of unifiedRoleManagementAlertDefinition + [UnifiedRoleManagementAlertId ]: The unique identifier of unifiedRoleManagementAlert + [UnifiedRoleManagementAlertIncidentId ]: The unique identifier of unifiedRoleManagementAlertIncident + [UniqueName ]: Alternate key of accessPackageCatalog + [UserConsentRequestId ]: The unique identifier of userConsentRequest + [UserId ]: The unique identifier of user + [UserProcessingResultId ]: The unique identifier of userProcessingResult + [WorkflowId ]: The unique identifier of workflow + [WorkflowTemplateId ]: The unique identifier of workflowTemplate + [WorkflowVersionNumber ]: The unique identifier of workflowVersion + + +## RELATED LINKS + +- [Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceExternalOriginResourceConnector](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancecatalogaccesspackageresourceroleaccesspackageresourceaccesspackageresourcescopeaccesspackageresourceexternaloriginresourceconnector) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceUploadSession.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceUploadSession.md index 8faf30c4e5702..bfbc632723ade 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceUploadSession.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceUploadSession.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancecatalogaccesspackageresourceroleaccesspackageresourceaccesspackageresourcescopeaccesspackageresourceuploadsession Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceUploadSession --- @@ -27,7 +27,7 @@ Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourc [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -39,7 +39,7 @@ Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourc [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -49,7 +49,7 @@ Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourc -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -650,6 +650,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceUploadSessionCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceUploadSessionCount.md index ad6fa0aa379cd..74a0a4267d411 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceUploadSessionCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceUploadSessionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancecatalogaccesspackageresourceroleaccesspackageresourceaccesspackageresourcescopeaccesspackageresourceuploadsessioncount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceUploadSessionCount --- @@ -25,7 +25,7 @@ Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourc -AccessPackageResourceScopeId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourc -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -423,6 +423,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeCount.md index 2a7d2bd99c8bc..f03a1215be156 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancecatalogaccesspackageresourceroleaccesspackageresourceaccesspackageresourcescopecount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeCount --- @@ -24,7 +24,7 @@ Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourc -AccessPackageCatalogId -AccessPackageResourceRoleId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourc -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -401,6 +401,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceExternalOriginResourceConnector.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceExternalOriginResourceConnector.md new file mode 100644 index 0000000000000..bcd5a6540754b --- /dev/null +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceExternalOriginResourceConnector.md @@ -0,0 +1,495 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancecatalogaccesspackageresourceroleaccesspackageresourceexternaloriginresourceconnector +Locale: en-US +Module Name: Microsoft.Graph.Beta.Identity.Governance +ms.date: 07/10/2026 +PlatyPS schema version: 2024-05-01 +title: Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceExternalOriginResourceConnector +--- + +# Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceExternalOriginResourceConnector + +## SYNOPSIS + +Get externalOriginResourceConnector from identityGovernance + +## SYNTAX + +### Get (Default) + +``` +Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceExternalOriginResourceConnector + -AccessPackageCatalogId -AccessPackageResourceRoleId [-ExpandProperty ] + [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] +``` + +### GetViaIdentity + +``` +Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceExternalOriginResourceConnector + -InputObject [-ExpandProperty ] [-Property ] + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Get externalOriginResourceConnector from identityGovernance + +## PARAMETERS + +### -AccessPackageCatalogId + +The unique identifier of accessPackageCatalog + +```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: '' +``` + +### -AccessPackageResourceRoleId + +The unique identifier of accessPackageResourceRole + +```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: '' +``` + +### -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: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IIdentityGovernanceIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: GetViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + 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 + +### Microsoft.Graph.Beta.PowerShell.Models.IIdentityGovernanceIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphExternalOriginResourceConnector + +{{ 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 + [AccessPackageAssignmentId ]: The unique identifier of accessPackageAssignment + [AccessPackageAssignmentPolicyId ]: The unique identifier of accessPackageAssignmentPolicy + [AccessPackageAssignmentRequestId ]: The unique identifier of accessPackageAssignmentRequest + [AccessPackageAssignmentResourceRoleId ]: The unique identifier of accessPackageAssignmentResourceRole + [AccessPackageCatalogId ]: The unique identifier of accessPackageCatalog + [AccessPackageId ]: The unique identifier of accessPackage + [AccessPackageId1 ]: The unique identifier of accessPackage + [AccessPackageResourceEnvironmentId ]: The unique identifier of accessPackageResourceEnvironment + [AccessPackageResourceId ]: The unique identifier of accessPackageResource + [AccessPackageResourceRequestId ]: The unique identifier of accessPackageResourceRequest + [AccessPackageResourceRoleId ]: The unique identifier of accessPackageResourceRole + [AccessPackageResourceRoleId1 ]: The unique identifier of accessPackageResourceRole + [AccessPackageResourceRoleScopeId ]: The unique identifier of accessPackageResourceRoleScope + [AccessPackageResourceScopeId ]: The unique identifier of accessPackageResourceScope + [AccessPackageResourceScopeId1 ]: The unique identifier of accessPackageResourceScope + [AccessPackageSubjectId ]: The unique identifier of accessPackageSubject + [AccessPackageSuggestionId ]: The unique identifier of accessPackageSuggestion + [AccessReviewDecisionId ]: The unique identifier of accessReviewDecision + [AccessReviewHistoryDefinitionId ]: The unique identifier of accessReviewHistoryDefinition + [AccessReviewHistoryInstanceId ]: The unique identifier of accessReviewHistoryInstance + [AccessReviewId ]: The unique identifier of accessReview + [AccessReviewId1 ]: The unique identifier of accessReview + [AccessReviewInstanceDecisionItemId ]: The unique identifier of accessReviewInstanceDecisionItem + [AccessReviewInstanceDecisionItemId1 ]: The unique identifier of accessReviewInstanceDecisionItem + [AccessReviewInstanceId ]: The unique identifier of accessReviewInstance + [AccessReviewReviewerId ]: The unique identifier of accessReviewReviewer + [AccessReviewScheduleDefinitionId ]: The unique identifier of accessReviewScheduleDefinition + [AccessReviewStageId ]: The unique identifier of accessReviewStage + [AgreementAcceptanceId ]: The unique identifier of agreementAcceptance + [AgreementFileLocalizationId ]: The unique identifier of agreementFileLocalization + [AgreementFileVersionId ]: The unique identifier of agreementFileVersion + [AgreementId ]: The unique identifier of agreement + [AppConsentRequestId ]: The unique identifier of appConsentRequest + [ApprovalId ]: The unique identifier of approval + [ApprovalStepId ]: The unique identifier of approvalStep + [AvailableAccessPackageId ]: The unique identifier of availableAccessPackage + [BusinessFlowTemplateId ]: The unique identifier of businessFlowTemplate + [ConnectedOrganizationId ]: The unique identifier of connectedOrganization + [ControlConfigurationId ]: The unique identifier of controlConfiguration + [CustomAccessPackageWorkflowExtensionId ]: The unique identifier of customAccessPackageWorkflowExtension + [CustomCalloutExtensionId ]: The unique identifier of customCalloutExtension + [CustomDataProvidedResourceUploadSessionId ]: The unique identifier of customDataProvidedResourceUploadSession + [CustomExtensionHandlerId ]: The unique identifier of customExtensionHandler + [CustomExtensionStageSettingId ]: The unique identifier of customExtensionStageSetting + [CustomTaskExtensionId ]: The unique identifier of customTaskExtension + [DirectoryObjectId ]: The unique identifier of directoryObject + [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector + [FindingId ]: The unique identifier of finding + [GovernanceInsightId ]: The unique identifier of governanceInsight + [GovernanceResourceId ]: The unique identifier of governanceResource + [GovernanceRoleAssignmentId ]: The unique identifier of governanceRoleAssignment + [GovernanceRoleAssignmentRequestId ]: The unique identifier of governanceRoleAssignmentRequest + [GovernanceRoleDefinitionId ]: The unique identifier of governanceRoleDefinition + [GovernanceRoleSettingId ]: The unique identifier of governanceRoleSetting + [GroupResourceId ]: The unique identifier of groupResource + [IncompatibleAccessPackageId ]: Usage: incompatibleAccessPackageId='{incompatibleAccessPackageId}' + [LongRunningOperationId ]: The unique identifier of longRunningOperation + [ObjectId ]: Alternate key of accessPackageSubject + [On ]: Usage: on='{on}' + [PermissionsCreepIndexDistributionId ]: The unique identifier of permissionsCreepIndexDistribution + [PermissionsRequestChangeId ]: The unique identifier of permissionsRequestChange + [PrivilegedAccessGroupAssignmentScheduleId ]: The unique identifier of privilegedAccessGroupAssignmentSchedule + [PrivilegedAccessGroupAssignmentScheduleInstanceId ]: The unique identifier of privilegedAccessGroupAssignmentScheduleInstance + [PrivilegedAccessGroupAssignmentScheduleRequestId ]: The unique identifier of privilegedAccessGroupAssignmentScheduleRequest + [PrivilegedAccessGroupEligibilityScheduleId ]: The unique identifier of privilegedAccessGroupEligibilitySchedule + [PrivilegedAccessGroupEligibilityScheduleInstanceId ]: The unique identifier of privilegedAccessGroupEligibilityScheduleInstance + [PrivilegedAccessGroupEligibilityScheduleRequestId ]: The unique identifier of privilegedAccessGroupEligibilityScheduleRequest + [PrivilegedAccessId ]: The unique identifier of privilegedAccess + [PrivilegedApprovalId ]: The unique identifier of privilegedApproval + [PrivilegedOperationEventId ]: The unique identifier of privilegedOperationEvent + [PrivilegedRoleAssignmentId ]: The unique identifier of privilegedRoleAssignment + [PrivilegedRoleAssignmentId1 ]: The unique identifier of privilegedRoleAssignment + [PrivilegedRoleAssignmentRequestId ]: The unique identifier of privilegedRoleAssignmentRequest + [PrivilegedRoleId ]: The unique identifier of privilegedRole + [ProgramControlId ]: The unique identifier of programControl + [ProgramControlId1 ]: The unique identifier of programControl + [ProgramControlTypeId ]: The unique identifier of programControlType + [ProgramId ]: The unique identifier of program + [RbacApplicationId ]: The unique identifier of rbacApplication + [RunId ]: The unique identifier of run + [RunId1 ]: The unique identifier of run + [StartDateTime ]: Usage: startDateTime={startDateTime} + [TaskDefinitionId ]: The unique identifier of taskDefinition + [TaskId ]: The unique identifier of task + [TaskProcessingResultId ]: The unique identifier of taskProcessingResult + [TaskReportId ]: The unique identifier of taskReport + [UnifiedRbacResourceActionId ]: The unique identifier of unifiedRbacResourceAction + [UnifiedRbacResourceNamespaceId ]: The unique identifier of unifiedRbacResourceNamespace + [UnifiedRoleAssignmentId ]: The unique identifier of unifiedRoleAssignment + [UnifiedRoleAssignmentScheduleId ]: The unique identifier of unifiedRoleAssignmentSchedule + [UnifiedRoleAssignmentScheduleInstanceId ]: The unique identifier of unifiedRoleAssignmentScheduleInstance + [UnifiedRoleAssignmentScheduleRequestId ]: The unique identifier of unifiedRoleAssignmentScheduleRequest + [UnifiedRoleDefinitionId ]: The unique identifier of unifiedRoleDefinition + [UnifiedRoleDefinitionId1 ]: The unique identifier of unifiedRoleDefinition + [UnifiedRoleEligibilityScheduleId ]: The unique identifier of unifiedRoleEligibilitySchedule + [UnifiedRoleEligibilityScheduleInstanceId ]: The unique identifier of unifiedRoleEligibilityScheduleInstance + [UnifiedRoleEligibilityScheduleRequestId ]: The unique identifier of unifiedRoleEligibilityScheduleRequest + [UnifiedRoleManagementAlertConfigurationId ]: The unique identifier of unifiedRoleManagementAlertConfiguration + [UnifiedRoleManagementAlertDefinitionId ]: The unique identifier of unifiedRoleManagementAlertDefinition + [UnifiedRoleManagementAlertId ]: The unique identifier of unifiedRoleManagementAlert + [UnifiedRoleManagementAlertIncidentId ]: The unique identifier of unifiedRoleManagementAlertIncident + [UniqueName ]: Alternate key of accessPackageCatalog + [UserConsentRequestId ]: The unique identifier of userConsentRequest + [UserId ]: The unique identifier of user + [UserProcessingResultId ]: The unique identifier of userProcessingResult + [WorkflowId ]: The unique identifier of workflow + [WorkflowTemplateId ]: The unique identifier of workflowTemplate + [WorkflowVersionNumber ]: The unique identifier of workflowVersion + + +## RELATED LINKS + +- [Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceExternalOriginResourceConnector](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancecatalogaccesspackageresourceroleaccesspackageresourceexternaloriginresourceconnector) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceUploadSession.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceUploadSession.md index 8da3d09deb9d7..cec300996b6a4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceUploadSession.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceUploadSession.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancecatalogaccesspackageresourceroleaccesspackageresourceuploadsession Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceUploadSession --- @@ -26,7 +26,7 @@ Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourc [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -37,7 +37,7 @@ Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourc -CustomDataProvidedResourceUploadSessionId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -47,7 +47,7 @@ Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourc -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -621,6 +621,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceUploadSessionCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceUploadSessionCount.md index b08bc54b6b7bd..c0113f000fd3d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceUploadSessionCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceUploadSessionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancecatalogaccesspackageresourceroleaccesspackageresourceuploadsessioncount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceUploadSessionCount --- @@ -24,7 +24,7 @@ Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourc -AccessPackageCatalogId -AccessPackageResourceRoleId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourc -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -401,6 +401,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleCount.md index 72eceb86e1d2c..ab6b527be51e7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancecatalogaccesspackageresourcerolecount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleCount --- @@ -24,7 +24,7 @@ Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleCount -AccessPackage [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -380,6 +380,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceScope.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceScope.md index 692e0d10996bc..7d2b50e0423f4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceScope.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceScope.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancecatalogaccesspackageresourcescope Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceScope --- @@ -26,7 +26,6 @@ Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceScope -AccessPackageCata [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -36,7 +35,7 @@ Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceScope -AccessPackageCata -AccessPackageResourceScopeId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +45,7 @@ Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceScope -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -593,6 +592,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResource.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResource.md index a97fd734465d3..0b6ccaefb0986 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResource.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResource.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancecatalogaccesspackageresourcescopeaccesspackageresource Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResource --- @@ -25,7 +25,7 @@ Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResour [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResour -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -404,6 +404,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceEnvironment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceEnvironment.md index 681c9b7981f0f..fdd46158d01de 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceEnvironment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceEnvironment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancecatalogaccesspackageresourcescopeaccesspackageresourceaccesspackageresourceenvironment Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceEnvironment --- @@ -27,7 +27,7 @@ Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResour [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResour -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -408,6 +408,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRole.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRole.md index ac3b1346b9df4..4e0a88d82bcdc 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRole.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRole.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancecatalogaccesspackageresourcescopeaccesspackageresourceaccesspackageresourcerole Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRole --- @@ -29,7 +29,6 @@ Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResour [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -40,7 +39,7 @@ Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResour -AccessPackageResourceScopeId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -50,7 +49,7 @@ Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResour -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -626,6 +625,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRoleAccessPackageResource.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRoleAccessPackageResource.md index 6f6c8e60c8b3e..c742975a3d298 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRoleAccessPackageResource.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRoleAccessPackageResource.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancecatalogaccesspackageresourcescopeaccesspackageresourceaccesspackageresourceroleaccesspackageresource Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRoleAccessPackageResource --- @@ -25,7 +25,7 @@ Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResour -AccessPackageResourceScopeId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResour -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -425,6 +425,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceEnvironment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceEnvironment.md index cf7d43113e04e..b7af31c160a8f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceEnvironment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceEnvironment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancecatalogaccesspackageresourcescopeaccesspackageresourceaccesspackageresourceroleaccesspackageresourceaccesspackageresourceenvironment Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceEnvironment --- @@ -27,7 +27,7 @@ Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResour -AccessPackageResourceScopeId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResour -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -429,6 +429,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScope.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScope.md index bb8b8d8b6c37d..241c8a2e0e846 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScope.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScope.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancecatalogaccesspackageresourcescopeaccesspackageresourceaccesspackageresourceroleaccesspackageresourceaccesspackageresourcescope Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScope --- @@ -29,7 +29,7 @@ Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResour [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -41,7 +41,7 @@ Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResour [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -51,7 +51,7 @@ Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResour -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -654,6 +654,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeCount.md index 43a28302ba803..d23da79def3e7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancecatalogaccesspackageresourcescopeaccesspackageresourceaccesspackageresourceroleaccesspackageresourceaccesspackageresourcescopecount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeCount --- @@ -25,7 +25,7 @@ Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResour -AccessPackageResourceScopeId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResour -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -423,6 +423,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceExternalOriginResourceConnector.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceExternalOriginResourceConnector.md new file mode 100644 index 0000000000000..fc23a1247bd97 --- /dev/null +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceExternalOriginResourceConnector.md @@ -0,0 +1,517 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancecatalogaccesspackageresourcescopeaccesspackageresourceaccesspackageresourceroleaccesspackageresourceexternaloriginresourceconnector +Locale: en-US +Module Name: Microsoft.Graph.Beta.Identity.Governance +ms.date: 07/10/2026 +PlatyPS schema version: 2024-05-01 +title: Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceExternalOriginResourceConnector +--- + +# Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceExternalOriginResourceConnector + +## SYNOPSIS + +Get externalOriginResourceConnector from identityGovernance + +## SYNTAX + +### Get (Default) + +``` +Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceExternalOriginResourceConnector + -AccessPackageCatalogId -AccessPackageResourceRoleId + -AccessPackageResourceScopeId [-ExpandProperty ] [-Property ] + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] +``` + +### GetViaIdentity + +``` +Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceExternalOriginResourceConnector + -InputObject [-ExpandProperty ] [-Property ] + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Get externalOriginResourceConnector from identityGovernance + +## PARAMETERS + +### -AccessPackageCatalogId + +The unique identifier of accessPackageCatalog + +```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: '' +``` + +### -AccessPackageResourceRoleId + +The unique identifier of accessPackageResourceRole + +```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: '' +``` + +### -AccessPackageResourceScopeId + +The unique identifier of accessPackageResourceScope + +```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: '' +``` + +### -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: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IIdentityGovernanceIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: GetViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + 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 + +### Microsoft.Graph.Beta.PowerShell.Models.IIdentityGovernanceIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphExternalOriginResourceConnector + +{{ 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 + [AccessPackageAssignmentId ]: The unique identifier of accessPackageAssignment + [AccessPackageAssignmentPolicyId ]: The unique identifier of accessPackageAssignmentPolicy + [AccessPackageAssignmentRequestId ]: The unique identifier of accessPackageAssignmentRequest + [AccessPackageAssignmentResourceRoleId ]: The unique identifier of accessPackageAssignmentResourceRole + [AccessPackageCatalogId ]: The unique identifier of accessPackageCatalog + [AccessPackageId ]: The unique identifier of accessPackage + [AccessPackageId1 ]: The unique identifier of accessPackage + [AccessPackageResourceEnvironmentId ]: The unique identifier of accessPackageResourceEnvironment + [AccessPackageResourceId ]: The unique identifier of accessPackageResource + [AccessPackageResourceRequestId ]: The unique identifier of accessPackageResourceRequest + [AccessPackageResourceRoleId ]: The unique identifier of accessPackageResourceRole + [AccessPackageResourceRoleId1 ]: The unique identifier of accessPackageResourceRole + [AccessPackageResourceRoleScopeId ]: The unique identifier of accessPackageResourceRoleScope + [AccessPackageResourceScopeId ]: The unique identifier of accessPackageResourceScope + [AccessPackageResourceScopeId1 ]: The unique identifier of accessPackageResourceScope + [AccessPackageSubjectId ]: The unique identifier of accessPackageSubject + [AccessPackageSuggestionId ]: The unique identifier of accessPackageSuggestion + [AccessReviewDecisionId ]: The unique identifier of accessReviewDecision + [AccessReviewHistoryDefinitionId ]: The unique identifier of accessReviewHistoryDefinition + [AccessReviewHistoryInstanceId ]: The unique identifier of accessReviewHistoryInstance + [AccessReviewId ]: The unique identifier of accessReview + [AccessReviewId1 ]: The unique identifier of accessReview + [AccessReviewInstanceDecisionItemId ]: The unique identifier of accessReviewInstanceDecisionItem + [AccessReviewInstanceDecisionItemId1 ]: The unique identifier of accessReviewInstanceDecisionItem + [AccessReviewInstanceId ]: The unique identifier of accessReviewInstance + [AccessReviewReviewerId ]: The unique identifier of accessReviewReviewer + [AccessReviewScheduleDefinitionId ]: The unique identifier of accessReviewScheduleDefinition + [AccessReviewStageId ]: The unique identifier of accessReviewStage + [AgreementAcceptanceId ]: The unique identifier of agreementAcceptance + [AgreementFileLocalizationId ]: The unique identifier of agreementFileLocalization + [AgreementFileVersionId ]: The unique identifier of agreementFileVersion + [AgreementId ]: The unique identifier of agreement + [AppConsentRequestId ]: The unique identifier of appConsentRequest + [ApprovalId ]: The unique identifier of approval + [ApprovalStepId ]: The unique identifier of approvalStep + [AvailableAccessPackageId ]: The unique identifier of availableAccessPackage + [BusinessFlowTemplateId ]: The unique identifier of businessFlowTemplate + [ConnectedOrganizationId ]: The unique identifier of connectedOrganization + [ControlConfigurationId ]: The unique identifier of controlConfiguration + [CustomAccessPackageWorkflowExtensionId ]: The unique identifier of customAccessPackageWorkflowExtension + [CustomCalloutExtensionId ]: The unique identifier of customCalloutExtension + [CustomDataProvidedResourceUploadSessionId ]: The unique identifier of customDataProvidedResourceUploadSession + [CustomExtensionHandlerId ]: The unique identifier of customExtensionHandler + [CustomExtensionStageSettingId ]: The unique identifier of customExtensionStageSetting + [CustomTaskExtensionId ]: The unique identifier of customTaskExtension + [DirectoryObjectId ]: The unique identifier of directoryObject + [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector + [FindingId ]: The unique identifier of finding + [GovernanceInsightId ]: The unique identifier of governanceInsight + [GovernanceResourceId ]: The unique identifier of governanceResource + [GovernanceRoleAssignmentId ]: The unique identifier of governanceRoleAssignment + [GovernanceRoleAssignmentRequestId ]: The unique identifier of governanceRoleAssignmentRequest + [GovernanceRoleDefinitionId ]: The unique identifier of governanceRoleDefinition + [GovernanceRoleSettingId ]: The unique identifier of governanceRoleSetting + [GroupResourceId ]: The unique identifier of groupResource + [IncompatibleAccessPackageId ]: Usage: incompatibleAccessPackageId='{incompatibleAccessPackageId}' + [LongRunningOperationId ]: The unique identifier of longRunningOperation + [ObjectId ]: Alternate key of accessPackageSubject + [On ]: Usage: on='{on}' + [PermissionsCreepIndexDistributionId ]: The unique identifier of permissionsCreepIndexDistribution + [PermissionsRequestChangeId ]: The unique identifier of permissionsRequestChange + [PrivilegedAccessGroupAssignmentScheduleId ]: The unique identifier of privilegedAccessGroupAssignmentSchedule + [PrivilegedAccessGroupAssignmentScheduleInstanceId ]: The unique identifier of privilegedAccessGroupAssignmentScheduleInstance + [PrivilegedAccessGroupAssignmentScheduleRequestId ]: The unique identifier of privilegedAccessGroupAssignmentScheduleRequest + [PrivilegedAccessGroupEligibilityScheduleId ]: The unique identifier of privilegedAccessGroupEligibilitySchedule + [PrivilegedAccessGroupEligibilityScheduleInstanceId ]: The unique identifier of privilegedAccessGroupEligibilityScheduleInstance + [PrivilegedAccessGroupEligibilityScheduleRequestId ]: The unique identifier of privilegedAccessGroupEligibilityScheduleRequest + [PrivilegedAccessId ]: The unique identifier of privilegedAccess + [PrivilegedApprovalId ]: The unique identifier of privilegedApproval + [PrivilegedOperationEventId ]: The unique identifier of privilegedOperationEvent + [PrivilegedRoleAssignmentId ]: The unique identifier of privilegedRoleAssignment + [PrivilegedRoleAssignmentId1 ]: The unique identifier of privilegedRoleAssignment + [PrivilegedRoleAssignmentRequestId ]: The unique identifier of privilegedRoleAssignmentRequest + [PrivilegedRoleId ]: The unique identifier of privilegedRole + [ProgramControlId ]: The unique identifier of programControl + [ProgramControlId1 ]: The unique identifier of programControl + [ProgramControlTypeId ]: The unique identifier of programControlType + [ProgramId ]: The unique identifier of program + [RbacApplicationId ]: The unique identifier of rbacApplication + [RunId ]: The unique identifier of run + [RunId1 ]: The unique identifier of run + [StartDateTime ]: Usage: startDateTime={startDateTime} + [TaskDefinitionId ]: The unique identifier of taskDefinition + [TaskId ]: The unique identifier of task + [TaskProcessingResultId ]: The unique identifier of taskProcessingResult + [TaskReportId ]: The unique identifier of taskReport + [UnifiedRbacResourceActionId ]: The unique identifier of unifiedRbacResourceAction + [UnifiedRbacResourceNamespaceId ]: The unique identifier of unifiedRbacResourceNamespace + [UnifiedRoleAssignmentId ]: The unique identifier of unifiedRoleAssignment + [UnifiedRoleAssignmentScheduleId ]: The unique identifier of unifiedRoleAssignmentSchedule + [UnifiedRoleAssignmentScheduleInstanceId ]: The unique identifier of unifiedRoleAssignmentScheduleInstance + [UnifiedRoleAssignmentScheduleRequestId ]: The unique identifier of unifiedRoleAssignmentScheduleRequest + [UnifiedRoleDefinitionId ]: The unique identifier of unifiedRoleDefinition + [UnifiedRoleDefinitionId1 ]: The unique identifier of unifiedRoleDefinition + [UnifiedRoleEligibilityScheduleId ]: The unique identifier of unifiedRoleEligibilitySchedule + [UnifiedRoleEligibilityScheduleInstanceId ]: The unique identifier of unifiedRoleEligibilityScheduleInstance + [UnifiedRoleEligibilityScheduleRequestId ]: The unique identifier of unifiedRoleEligibilityScheduleRequest + [UnifiedRoleManagementAlertConfigurationId ]: The unique identifier of unifiedRoleManagementAlertConfiguration + [UnifiedRoleManagementAlertDefinitionId ]: The unique identifier of unifiedRoleManagementAlertDefinition + [UnifiedRoleManagementAlertId ]: The unique identifier of unifiedRoleManagementAlert + [UnifiedRoleManagementAlertIncidentId ]: The unique identifier of unifiedRoleManagementAlertIncident + [UniqueName ]: Alternate key of accessPackageCatalog + [UserConsentRequestId ]: The unique identifier of userConsentRequest + [UserId ]: The unique identifier of user + [UserProcessingResultId ]: The unique identifier of userProcessingResult + [WorkflowId ]: The unique identifier of workflow + [WorkflowTemplateId ]: The unique identifier of workflowTemplate + [WorkflowVersionNumber ]: The unique identifier of workflowVersion + + +## RELATED LINKS + +- [Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceExternalOriginResourceConnector](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancecatalogaccesspackageresourcescopeaccesspackageresourceaccesspackageresourceroleaccesspackageresourceexternaloriginresourceconnector) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceUploadSession.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceUploadSession.md index 3675f0fd07bdc..cf0fd97b4421a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceUploadSession.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceUploadSession.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancecatalogaccesspackageresourcescopeaccesspackageresourceaccesspackageresourceroleaccesspackageresourceuploadsession Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceUploadSession --- @@ -27,7 +27,7 @@ Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResour [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -39,7 +39,7 @@ Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResour [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -49,7 +49,7 @@ Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResour -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -650,6 +650,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceUploadSessionCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceUploadSessionCount.md index cb7ff76459a0c..59dbdfacc724d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceUploadSessionCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceUploadSessionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancecatalogaccesspackageresourcescopeaccesspackageresourceaccesspackageresourceroleaccesspackageresourceuploadsessioncount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceUploadSessionCount --- @@ -25,7 +25,7 @@ Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResour -AccessPackageResourceScopeId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResour -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -423,6 +423,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRoleCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRoleCount.md index 4bd79f67be879..fe89b534eb8c0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRoleCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRoleCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancecatalogaccesspackageresourcescopeaccesspackageresourceaccesspackageresourcerolecount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRoleCount --- @@ -24,7 +24,7 @@ Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResour -AccessPackageCatalogId -AccessPackageResourceScopeId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResour -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -401,6 +401,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceScope.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceScope.md index 2cdcab1478811..e4e9d66c44f6c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceScope.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceScope.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancecatalogaccesspackageresourcescopeaccesspackageresourceaccesspackageresourcescope Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceScope --- @@ -29,7 +29,6 @@ Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResour [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -40,7 +39,7 @@ Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResour -AccessPackageResourceScopeId1 [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -50,7 +49,7 @@ Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResour -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -626,6 +625,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceScopeCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceScopeCount.md index 5d9d28092bb22..a52d726299dee 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceScopeCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceScopeCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancecatalogaccesspackageresourcescopeaccesspackageresourceaccesspackageresourcescopecount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceScopeCount --- @@ -24,7 +24,7 @@ Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResour -AccessPackageCatalogId -AccessPackageResourceScopeId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResour -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -401,6 +401,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceExternalOriginResourceConnector.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceExternalOriginResourceConnector.md new file mode 100644 index 0000000000000..ebeb4fd1315cf --- /dev/null +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceExternalOriginResourceConnector.md @@ -0,0 +1,496 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancecatalogaccesspackageresourcescopeaccesspackageresourceexternaloriginresourceconnector +Locale: en-US +Module Name: Microsoft.Graph.Beta.Identity.Governance +ms.date: 07/10/2026 +PlatyPS schema version: 2024-05-01 +title: Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceExternalOriginResourceConnector +--- + +# Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceExternalOriginResourceConnector + +## SYNOPSIS + +Get externalOriginResourceConnector from identityGovernance + +## SYNTAX + +### Get (Default) + +``` +Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceExternalOriginResourceConnector + -AccessPackageCatalogId -AccessPackageResourceScopeId + [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] +``` + +### GetViaIdentity + +``` +Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceExternalOriginResourceConnector + -InputObject [-ExpandProperty ] [-Property ] + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Get externalOriginResourceConnector from identityGovernance + +## PARAMETERS + +### -AccessPackageCatalogId + +The unique identifier of accessPackageCatalog + +```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: '' +``` + +### -AccessPackageResourceScopeId + +The unique identifier of accessPackageResourceScope + +```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: '' +``` + +### -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: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IIdentityGovernanceIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: GetViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + 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 + +### Microsoft.Graph.Beta.PowerShell.Models.IIdentityGovernanceIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphExternalOriginResourceConnector + +{{ 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 + [AccessPackageAssignmentId ]: The unique identifier of accessPackageAssignment + [AccessPackageAssignmentPolicyId ]: The unique identifier of accessPackageAssignmentPolicy + [AccessPackageAssignmentRequestId ]: The unique identifier of accessPackageAssignmentRequest + [AccessPackageAssignmentResourceRoleId ]: The unique identifier of accessPackageAssignmentResourceRole + [AccessPackageCatalogId ]: The unique identifier of accessPackageCatalog + [AccessPackageId ]: The unique identifier of accessPackage + [AccessPackageId1 ]: The unique identifier of accessPackage + [AccessPackageResourceEnvironmentId ]: The unique identifier of accessPackageResourceEnvironment + [AccessPackageResourceId ]: The unique identifier of accessPackageResource + [AccessPackageResourceRequestId ]: The unique identifier of accessPackageResourceRequest + [AccessPackageResourceRoleId ]: The unique identifier of accessPackageResourceRole + [AccessPackageResourceRoleId1 ]: The unique identifier of accessPackageResourceRole + [AccessPackageResourceRoleScopeId ]: The unique identifier of accessPackageResourceRoleScope + [AccessPackageResourceScopeId ]: The unique identifier of accessPackageResourceScope + [AccessPackageResourceScopeId1 ]: The unique identifier of accessPackageResourceScope + [AccessPackageSubjectId ]: The unique identifier of accessPackageSubject + [AccessPackageSuggestionId ]: The unique identifier of accessPackageSuggestion + [AccessReviewDecisionId ]: The unique identifier of accessReviewDecision + [AccessReviewHistoryDefinitionId ]: The unique identifier of accessReviewHistoryDefinition + [AccessReviewHistoryInstanceId ]: The unique identifier of accessReviewHistoryInstance + [AccessReviewId ]: The unique identifier of accessReview + [AccessReviewId1 ]: The unique identifier of accessReview + [AccessReviewInstanceDecisionItemId ]: The unique identifier of accessReviewInstanceDecisionItem + [AccessReviewInstanceDecisionItemId1 ]: The unique identifier of accessReviewInstanceDecisionItem + [AccessReviewInstanceId ]: The unique identifier of accessReviewInstance + [AccessReviewReviewerId ]: The unique identifier of accessReviewReviewer + [AccessReviewScheduleDefinitionId ]: The unique identifier of accessReviewScheduleDefinition + [AccessReviewStageId ]: The unique identifier of accessReviewStage + [AgreementAcceptanceId ]: The unique identifier of agreementAcceptance + [AgreementFileLocalizationId ]: The unique identifier of agreementFileLocalization + [AgreementFileVersionId ]: The unique identifier of agreementFileVersion + [AgreementId ]: The unique identifier of agreement + [AppConsentRequestId ]: The unique identifier of appConsentRequest + [ApprovalId ]: The unique identifier of approval + [ApprovalStepId ]: The unique identifier of approvalStep + [AvailableAccessPackageId ]: The unique identifier of availableAccessPackage + [BusinessFlowTemplateId ]: The unique identifier of businessFlowTemplate + [ConnectedOrganizationId ]: The unique identifier of connectedOrganization + [ControlConfigurationId ]: The unique identifier of controlConfiguration + [CustomAccessPackageWorkflowExtensionId ]: The unique identifier of customAccessPackageWorkflowExtension + [CustomCalloutExtensionId ]: The unique identifier of customCalloutExtension + [CustomDataProvidedResourceUploadSessionId ]: The unique identifier of customDataProvidedResourceUploadSession + [CustomExtensionHandlerId ]: The unique identifier of customExtensionHandler + [CustomExtensionStageSettingId ]: The unique identifier of customExtensionStageSetting + [CustomTaskExtensionId ]: The unique identifier of customTaskExtension + [DirectoryObjectId ]: The unique identifier of directoryObject + [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector + [FindingId ]: The unique identifier of finding + [GovernanceInsightId ]: The unique identifier of governanceInsight + [GovernanceResourceId ]: The unique identifier of governanceResource + [GovernanceRoleAssignmentId ]: The unique identifier of governanceRoleAssignment + [GovernanceRoleAssignmentRequestId ]: The unique identifier of governanceRoleAssignmentRequest + [GovernanceRoleDefinitionId ]: The unique identifier of governanceRoleDefinition + [GovernanceRoleSettingId ]: The unique identifier of governanceRoleSetting + [GroupResourceId ]: The unique identifier of groupResource + [IncompatibleAccessPackageId ]: Usage: incompatibleAccessPackageId='{incompatibleAccessPackageId}' + [LongRunningOperationId ]: The unique identifier of longRunningOperation + [ObjectId ]: Alternate key of accessPackageSubject + [On ]: Usage: on='{on}' + [PermissionsCreepIndexDistributionId ]: The unique identifier of permissionsCreepIndexDistribution + [PermissionsRequestChangeId ]: The unique identifier of permissionsRequestChange + [PrivilegedAccessGroupAssignmentScheduleId ]: The unique identifier of privilegedAccessGroupAssignmentSchedule + [PrivilegedAccessGroupAssignmentScheduleInstanceId ]: The unique identifier of privilegedAccessGroupAssignmentScheduleInstance + [PrivilegedAccessGroupAssignmentScheduleRequestId ]: The unique identifier of privilegedAccessGroupAssignmentScheduleRequest + [PrivilegedAccessGroupEligibilityScheduleId ]: The unique identifier of privilegedAccessGroupEligibilitySchedule + [PrivilegedAccessGroupEligibilityScheduleInstanceId ]: The unique identifier of privilegedAccessGroupEligibilityScheduleInstance + [PrivilegedAccessGroupEligibilityScheduleRequestId ]: The unique identifier of privilegedAccessGroupEligibilityScheduleRequest + [PrivilegedAccessId ]: The unique identifier of privilegedAccess + [PrivilegedApprovalId ]: The unique identifier of privilegedApproval + [PrivilegedOperationEventId ]: The unique identifier of privilegedOperationEvent + [PrivilegedRoleAssignmentId ]: The unique identifier of privilegedRoleAssignment + [PrivilegedRoleAssignmentId1 ]: The unique identifier of privilegedRoleAssignment + [PrivilegedRoleAssignmentRequestId ]: The unique identifier of privilegedRoleAssignmentRequest + [PrivilegedRoleId ]: The unique identifier of privilegedRole + [ProgramControlId ]: The unique identifier of programControl + [ProgramControlId1 ]: The unique identifier of programControl + [ProgramControlTypeId ]: The unique identifier of programControlType + [ProgramId ]: The unique identifier of program + [RbacApplicationId ]: The unique identifier of rbacApplication + [RunId ]: The unique identifier of run + [RunId1 ]: The unique identifier of run + [StartDateTime ]: Usage: startDateTime={startDateTime} + [TaskDefinitionId ]: The unique identifier of taskDefinition + [TaskId ]: The unique identifier of task + [TaskProcessingResultId ]: The unique identifier of taskProcessingResult + [TaskReportId ]: The unique identifier of taskReport + [UnifiedRbacResourceActionId ]: The unique identifier of unifiedRbacResourceAction + [UnifiedRbacResourceNamespaceId ]: The unique identifier of unifiedRbacResourceNamespace + [UnifiedRoleAssignmentId ]: The unique identifier of unifiedRoleAssignment + [UnifiedRoleAssignmentScheduleId ]: The unique identifier of unifiedRoleAssignmentSchedule + [UnifiedRoleAssignmentScheduleInstanceId ]: The unique identifier of unifiedRoleAssignmentScheduleInstance + [UnifiedRoleAssignmentScheduleRequestId ]: The unique identifier of unifiedRoleAssignmentScheduleRequest + [UnifiedRoleDefinitionId ]: The unique identifier of unifiedRoleDefinition + [UnifiedRoleDefinitionId1 ]: The unique identifier of unifiedRoleDefinition + [UnifiedRoleEligibilityScheduleId ]: The unique identifier of unifiedRoleEligibilitySchedule + [UnifiedRoleEligibilityScheduleInstanceId ]: The unique identifier of unifiedRoleEligibilityScheduleInstance + [UnifiedRoleEligibilityScheduleRequestId ]: The unique identifier of unifiedRoleEligibilityScheduleRequest + [UnifiedRoleManagementAlertConfigurationId ]: The unique identifier of unifiedRoleManagementAlertConfiguration + [UnifiedRoleManagementAlertDefinitionId ]: The unique identifier of unifiedRoleManagementAlertDefinition + [UnifiedRoleManagementAlertId ]: The unique identifier of unifiedRoleManagementAlert + [UnifiedRoleManagementAlertIncidentId ]: The unique identifier of unifiedRoleManagementAlertIncident + [UniqueName ]: Alternate key of accessPackageCatalog + [UserConsentRequestId ]: The unique identifier of userConsentRequest + [UserId ]: The unique identifier of user + [UserProcessingResultId ]: The unique identifier of userProcessingResult + [WorkflowId ]: The unique identifier of workflow + [WorkflowTemplateId ]: The unique identifier of workflowTemplate + [WorkflowVersionNumber ]: The unique identifier of workflowVersion + + +## RELATED LINKS + +- [Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceExternalOriginResourceConnector](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancecatalogaccesspackageresourcescopeaccesspackageresourceexternaloriginresourceconnector) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceUploadSession.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceUploadSession.md index 18c341cdde6b1..668bde9942fae 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceUploadSession.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceUploadSession.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancecatalogaccesspackageresourcescopeaccesspackageresourceuploadsession Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceUploadSession --- @@ -27,7 +27,6 @@ Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResour [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -38,7 +37,7 @@ Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResour -CustomDataProvidedResourceUploadSessionId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +47,7 @@ Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResour -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -622,6 +621,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceUploadSessionCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceUploadSessionCount.md index 9525042eb1569..e616682b99c36 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceUploadSessionCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceUploadSessionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancecatalogaccesspackageresourcescopeaccesspackageresourceuploadsessioncount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceUploadSessionCount --- @@ -24,7 +24,7 @@ Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResour -AccessPackageCatalogId -AccessPackageResourceScopeId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResour -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -401,6 +401,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeCount.md index 7a1f0307e1bc4..24466275602f6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancecatalogaccesspackageresourcescopecount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeCount --- @@ -24,7 +24,7 @@ Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeCount -AccessPackag [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -380,6 +380,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceUploadSession.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceUploadSession.md index 4d55cca353c70..86e59ad76a3d5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceUploadSession.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceUploadSession.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancecatalogaccesspackageresourceuploadsession Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceUploadSession --- @@ -26,7 +26,7 @@ Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceUploadSession [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -37,7 +37,7 @@ Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceUploadSession -CustomDataProvidedResourceUploadSessionId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -47,7 +47,7 @@ Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceUploadSession -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -621,6 +621,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceUploadSessionCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceUploadSessionCount.md index 9fc684ae1bf2b..9df9d3bfbca19 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceUploadSessionCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceUploadSessionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancecatalogaccesspackageresourceuploadsessioncount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceUploadSessionCount --- @@ -24,7 +24,7 @@ Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceUploadSessionCount -AccessPackageCatalogId -AccessPackageResourceId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceUploadSessionCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -401,6 +401,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogByUniqueName.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogByUniqueName.md index 93c256e109fcf..58ff471ea483c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogByUniqueName.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogByUniqueName.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancecatalogbyuniquename Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceCatalogByUniqueName --- @@ -23,7 +23,7 @@ Get catalogs from identityGovernance Get-MgBetaIdentityGovernanceCatalogByUniqueName -UniqueName [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -33,7 +33,7 @@ Get-MgBetaIdentityGovernanceCatalogByUniqueName -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -381,6 +381,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogCount.md index 89051eeff13f2..6ffae2080a862 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancecatalogcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceCatalogCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaIdentityGovernanceCatalogCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogCustomAccessPackageWorkflowExtension.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogCustomAccessPackageWorkflowExtension.md index a7c72b5b8b346..a16b37f2ad776 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogCustomAccessPackageWorkflowExtension.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogCustomAccessPackageWorkflowExtension.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancecatalogcustomaccesspackageworkflowextension Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceCatalogCustomAccessPackageWorkflowExtension --- @@ -26,7 +26,7 @@ Get-MgBetaIdentityGovernanceCatalogCustomAccessPackageWorkflowExtension [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -37,7 +37,7 @@ Get-MgBetaIdentityGovernanceCatalogCustomAccessPackageWorkflowExtension [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -47,7 +47,7 @@ Get-MgBetaIdentityGovernanceCatalogCustomAccessPackageWorkflowExtension -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -594,6 +594,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogCustomAccessPackageWorkflowExtensionCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogCustomAccessPackageWorkflowExtensionCount.md index 5944574334111..2fafcddf8706f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogCustomAccessPackageWorkflowExtensionCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceCatalogCustomAccessPackageWorkflowExtensionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancecatalogcustomaccesspackageworkflowextensioncount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceCatalogCustomAccessPackageWorkflowExtensionCount --- @@ -24,7 +24,7 @@ Get-MgBetaIdentityGovernanceCatalogCustomAccessPackageWorkflowExtensionCount -AccessPackageCatalogId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaIdentityGovernanceCatalogCustomAccessPackageWorkflowExtensionCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -380,6 +380,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflow.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflow.md index c9142cafc91ff..154c9b0caf9d0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflow.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflow.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancelifecycleworkflow Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceLifecycleWorkflow --- @@ -28,7 +28,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflow [-ExpandProperty ] [-Pro [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -37,7 +37,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflow [-ExpandProperty ] [-Pro Get-MgBetaIdentityGovernanceLifecycleWorkflow -WorkflowId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -47,7 +47,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflow -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -63,9 +63,9 @@ Read the properties and relationships of a workflow object. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | LifecycleWorkflows-Workflow.Read.All, LifecycleWorkflows.ReadWrite.All, LifecycleWorkflows.Read.All, LifecycleWorkflows-Workflow.ReadWrite.All, | +| Delegated (work or school account) | LifecycleWorkflows-Workflow.Read.All, LifecycleWorkflows-Workflow.ReadWrite.All, LifecycleWorkflows.Read.All, LifecycleWorkflows.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | LifecycleWorkflows-Workflow.Read.All, LifecycleWorkflows.ReadWrite.All, LifecycleWorkflows.Read.All, LifecycleWorkflows-Workflow.ReadWrite.All, | +| Application | LifecycleWorkflows-Workflow.Read.All, LifecycleWorkflows-Workflow.ReadWrite.All, LifecycleWorkflows.Read.All, LifecycleWorkflows.ReadWrite.All, | ## EXAMPLES ### Example 1: Retrieve all workflows created in the tenant @@ -599,6 +599,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowAdministrationScopeTarget.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowAdministrationScopeTarget.md index d5a662ab74944..91b7bad7eb0a0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowAdministrationScopeTarget.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowAdministrationScopeTarget.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancelifecycleworkflowadministrationscopetarget Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceLifecycleWorkflowAdministrationScopeTarget --- @@ -17,6 +17,9 @@ The administrative units in the scope of the workflow. Optional. Supports $expand. +> [!NOTE] +> To view the v1.0 release of this cmdlet, view [Get-MgIdentityGovernanceLifecycleWorkflowAdministrationScopeTarget](/powershell/module/Microsoft.Graph.Identity.Governance/Get-MgIdentityGovernanceLifecycleWorkflowAdministrationScopeTarget?view=graph-powershell-1.0) + ## SYNTAX ### List (Default) @@ -28,7 +31,6 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowAdministrationScopeTarget -Workflow [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -38,7 +40,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowAdministrationScopeTarget -Director -WorkflowId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +50,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowAdministrationScopeTarget -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -597,6 +599,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowAdministrationScopeTargetCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowAdministrationScopeTargetCount.md index 7bc0b9806e7ae..0292dad8744c8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowAdministrationScopeTargetCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowAdministrationScopeTargetCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancelifecycleworkflowadministrationscopetargetcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceLifecycleWorkflowAdministrationScopeTargetCount --- @@ -15,6 +15,9 @@ title: Get-MgBetaIdentityGovernanceLifecycleWorkflowAdministrationScopeTargetCou Get the number of the resource +> [!NOTE] +> To view the v1.0 release of this cmdlet, view [Get-MgIdentityGovernanceLifecycleWorkflowAdministrationScopeTargetCount](/powershell/module/Microsoft.Graph.Identity.Governance/Get-MgIdentityGovernanceLifecycleWorkflowAdministrationScopeTargetCount?view=graph-powershell-1.0) + ## SYNTAX ### Get (Default) @@ -24,7 +27,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowAdministrationScopeTargetCount -Wor [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +37,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowAdministrationScopeTargetCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -380,6 +383,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowCount.md index 484575ba54acc..9c4fa7e2501e0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancelifecycleworkflowcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceLifecycleWorkflowCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaIdentityGovernanceLifecycleWorkflowCount [-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) | LifecycleWorkflows-Workflow.ReadBasic.All, LifecycleWorkflows.ReadWrite.All, LifecycleWorkflows.Read.All, LifecycleWorkflows-Workflow.ReadWrite.All, LifecycleWorkflows-Workflow.Read.All, | +| Delegated (work or school account) | LifecycleWorkflows-Workflow.ReadBasic.All, LifecycleWorkflows-Workflow.Read.All, LifecycleWorkflows-Workflow.ReadWrite.All, LifecycleWorkflows.Read.All, LifecycleWorkflows.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | LifecycleWorkflows-Workflow.ReadBasic.All, LifecycleWorkflows.ReadWrite.All, LifecycleWorkflows.Read.All, LifecycleWorkflows-Workflow.ReadWrite.All, LifecycleWorkflows-Workflow.Read.All, | +| Application | LifecycleWorkflows-Workflow.ReadBasic.All, LifecycleWorkflows-Workflow.Read.All, LifecycleWorkflows-Workflow.ReadWrite.All, LifecycleWorkflows.Read.All, LifecycleWorkflows.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowCreatedBy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowCreatedBy.md index a8ec1f6d23c37..c3b84c18216dd 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowCreatedBy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowCreatedBy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancelifecycleworkflowcreatedby Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceLifecycleWorkflowCreatedBy --- @@ -27,7 +27,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowCreatedBy -WorkflowId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowCreatedBy -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -385,6 +385,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowCreatedByMailboxSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowCreatedByMailboxSetting.md index 4e796dd428f4e..941e5ed808875 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowCreatedByMailboxSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowCreatedByMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancelifecycleworkflowcreatedbymailboxsetting Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceLifecycleWorkflowCreatedByMailboxSetting --- @@ -30,7 +30,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowCreatedByMailboxSetting -WorkflowId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -40,7 +40,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowCreatedByMailboxSetting -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -391,6 +391,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowCreatedByServiceProvisioningError.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowCreatedByServiceProvisioningError.md index 360877e29a2a8..952cb521a9f17 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowCreatedByServiceProvisioningError.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowCreatedByServiceProvisioningError.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancelifecycleworkflowcreatedbyserviceprovisioningerror Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceLifecycleWorkflowCreatedByServiceProvisioningError --- @@ -29,7 +29,6 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowCreatedByServiceProvisioningError - [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowCreatedByServiceProvisioningErrorCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowCreatedByServiceProvisioningErrorCount.md index 023c9e7c65db6..d9546356796c5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowCreatedByServiceProvisioningErrorCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowCreatedByServiceProvisioningErrorCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancelifecycleworkflowcreatedbyserviceprovisioningerrorcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceLifecycleWorkflowCreatedByServiceProvisioningErrorCount --- @@ -27,7 +27,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowCreatedByServiceProvisioningErrorCo -WorkflowId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowCreatedByServiceProvisioningErrorCo -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -383,6 +383,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtension.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtension.md index 0cb024d4c53c2..a1de7f11a87d2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtension.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtension.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancelifecycleworkflowcustomtaskextension Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtension --- @@ -28,7 +28,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtension [-ExpandPropert [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtension -CustomTaskExte [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +48,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtension -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -64,9 +64,9 @@ Read the properties and relationships of a customTaskExtension object. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | LifecycleWorkflows-CustomExt.Read.All, LifecycleWorkflows.ReadWrite.All, LifecycleWorkflows.Read.All, LifecycleWorkflows-CustomExt.ReadWrite.All, | +| Delegated (work or school account) | LifecycleWorkflows-CustomExt.Read.All, LifecycleWorkflows-CustomExt.ReadWrite.All, LifecycleWorkflows.Read.All, LifecycleWorkflows.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | LifecycleWorkflows-CustomExt.Read.All, LifecycleWorkflows.ReadWrite.All, LifecycleWorkflows.Read.All, LifecycleWorkflows-CustomExt.ReadWrite.All, | +| Application | LifecycleWorkflows-CustomExt.Read.All, LifecycleWorkflows-CustomExt.ReadWrite.All, LifecycleWorkflows.Read.All, LifecycleWorkflows.ReadWrite.All, | ## EXAMPLES ### Example 1: Code snippet @@ -589,6 +589,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCount.md index 7d0ae5153ba24..ff3c6d75dc6c1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancelifecycleworkflowcustomtaskextensioncount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCount [-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) | LifecycleWorkflows-CustomExt.Read.All, LifecycleWorkflows.ReadWrite.All, LifecycleWorkflows.Read.All, LifecycleWorkflows-CustomExt.ReadWrite.All, | +| Delegated (work or school account) | LifecycleWorkflows-CustomExt.Read.All, LifecycleWorkflows-CustomExt.ReadWrite.All, LifecycleWorkflows.Read.All, LifecycleWorkflows.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | LifecycleWorkflows-CustomExt.Read.All, LifecycleWorkflows.ReadWrite.All, LifecycleWorkflows.Read.All, LifecycleWorkflows-CustomExt.ReadWrite.All, | +| Application | LifecycleWorkflows-CustomExt.Read.All, LifecycleWorkflows-CustomExt.ReadWrite.All, LifecycleWorkflows.Read.All, LifecycleWorkflows.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedBy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedBy.md index 2bf4fb94c9b11..99d5d5b3fd9ef 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedBy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedBy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancelifecycleworkflowcustomtaskextensioncreatedby Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedBy --- @@ -27,7 +27,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedBy -CustomTaskExtensionId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedBy -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -385,6 +385,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedByMailboxSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedByMailboxSetting.md index ee2c6aa61a8fe..1d0afba058344 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedByMailboxSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedByMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancelifecycleworkflowcustomtaskextensioncreatedbymailboxsetting Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedByMailboxSetting --- @@ -30,7 +30,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedByMailbox -CustomTaskExtensionId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -40,7 +40,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedByMailbox -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -391,6 +391,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedByServiceProvisioningError.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedByServiceProvisioningError.md index 09616109bd4b9..f55b392272cc3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedByServiceProvisioningError.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedByServiceProvisioningError.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancelifecycleworkflowcustomtaskextensioncreatedbyserviceprovisioningerror Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedByServiceProvisioningError --- @@ -29,7 +29,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedByService [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedByServiceProvisioningErrorCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedByServiceProvisioningErrorCount.md index a0ebbed20800b..38a454bfb721f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedByServiceProvisioningErrorCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedByServiceProvisioningErrorCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancelifecycleworkflowcustomtaskextensioncreatedbyserviceprovisioningerrorcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedByServiceProvisioningErrorCount --- @@ -27,7 +27,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedByService -CustomTaskExtensionId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedByService -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -383,6 +383,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedBy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedBy.md index 94f6c701c76f6..bf769389d8cd7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedBy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedBy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancelifecycleworkflowcustomtaskextensionlastmodifiedby Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedBy --- @@ -27,7 +27,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedBy -CustomTaskExtensionId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedBy -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -385,6 +385,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedByMailboxSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedByMailboxSetting.md index f54a674c9ce02..82ff2004e2ae6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedByMailboxSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedByMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancelifecycleworkflowcustomtaskextensionlastmodifiedbymailboxsetting Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedByMailboxSetting --- @@ -30,7 +30,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedByMa -CustomTaskExtensionId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -40,7 +40,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedByMa -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -391,6 +391,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedByServiceProvisioningError.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedByServiceProvisioningError.md index a9cb9637db9ac..429fd04b2e736 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedByServiceProvisioningError.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedByServiceProvisioningError.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancelifecycleworkflowcustomtaskextensionlastmodifiedbyserviceprovisioningerror Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedByServiceProvisioningError --- @@ -29,7 +29,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedBySe [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedByServiceProvisioningErrorCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedByServiceProvisioningErrorCount.md index 0871718e47a19..8af9c371afcef 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedByServiceProvisioningErrorCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedByServiceProvisioningErrorCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancelifecycleworkflowcustomtaskextensionlastmodifiedbyserviceprovisioningerrorcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedByServiceProvisioningErrorCount --- @@ -27,7 +27,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedBySe -CustomTaskExtensionId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedBySe -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -383,6 +383,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItem.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItem.md index 3accb58678d84..a69a6fb06bdf5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItem.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItem.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancelifecycleworkflowdeleteditem Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItem --- @@ -26,7 +26,7 @@ Deleted workflows in your lifecycle workflows instance. Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItem [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow.md index ac1cb13ceb55f..f928b5d717c69 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancelifecycleworkflowdeleteditemworkflow Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow --- @@ -28,7 +28,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow [-ExpandPropert [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow -WorkflowId ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +48,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -64,9 +64,9 @@ Retrieve a deleted workflow object. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | LifecycleWorkflows-Workflow.Read.All, LifecycleWorkflows.ReadWrite.All, LifecycleWorkflows.Read.All, LifecycleWorkflows-Workflow.ReadWrite.All, | +| Delegated (work or school account) | LifecycleWorkflows-Workflow.Read.All, LifecycleWorkflows-Workflow.ReadWrite.All, LifecycleWorkflows.Read.All, LifecycleWorkflows.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | LifecycleWorkflows-Workflow.Read.All, LifecycleWorkflows.ReadWrite.All, LifecycleWorkflows.Read.All, LifecycleWorkflows-Workflow.ReadWrite.All, | +| Application | LifecycleWorkflows-Workflow.Read.All, LifecycleWorkflows-Workflow.ReadWrite.All, LifecycleWorkflows.Read.All, LifecycleWorkflows.ReadWrite.All, | ## EXAMPLES ### Example 1: Get a deleted workflow @@ -600,6 +600,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowAdministrationScopeTarget.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowAdministrationScopeTarget.md index 153b099745e31..f4cda3270dc76 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowAdministrationScopeTarget.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowAdministrationScopeTarget.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancelifecycleworkflowdeleteditemworkflowadministrationscopetarget Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowAdministrationScopeTarget --- @@ -17,6 +17,9 @@ The administrative units in the scope of the workflow. Optional. Supports $expand. +> [!NOTE] +> To view the v1.0 release of this cmdlet, view [Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowAdministrationScopeTarget](/powershell/module/Microsoft.Graph.Identity.Governance/Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowAdministrationScopeTarget?view=graph-powershell-1.0) + ## SYNTAX ### List (Default) @@ -28,7 +31,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowAdministrationSc [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +41,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowAdministrationSc -DirectoryObjectId -WorkflowId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +51,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowAdministrationSc -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -597,6 +600,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowCount.md index cd99aee4cefaf..972657d262c77 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancelifecycleworkflowdeleteditemworkflowcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowCount [-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) | LifecycleWorkflows-Workflow.Read.All, LifecycleWorkflows.ReadWrite.All, LifecycleWorkflows.Read.All, LifecycleWorkflows-Workflow.ReadWrite.All, | +| Delegated (work or school account) | LifecycleWorkflows-Workflow.Read.All, LifecycleWorkflows-Workflow.ReadWrite.All, LifecycleWorkflows.Read.All, LifecycleWorkflows.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | LifecycleWorkflows-Workflow.Read.All, LifecycleWorkflows.ReadWrite.All, LifecycleWorkflows.Read.All, LifecycleWorkflows-Workflow.ReadWrite.All, | +| Application | LifecycleWorkflows-Workflow.Read.All, LifecycleWorkflows-Workflow.ReadWrite.All, LifecycleWorkflows.Read.All, LifecycleWorkflows.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowCreatedBy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowCreatedBy.md index 2cc29c013eae6..ca5851c0bfabb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowCreatedBy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowCreatedBy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancelifecycleworkflowdeleteditemworkflowcreatedby Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowCreatedBy --- @@ -27,7 +27,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowCreatedBy -Workf [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowCreatedBy -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -385,6 +385,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowExecutionScope.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowExecutionScope.md index 602f473020c4a..706a3ad9526e4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowExecutionScope.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowExecutionScope.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancelifecycleworkflowdeleteditemworkflowexecutionscope Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowExecutionScope --- @@ -29,7 +29,6 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowExecutionScope - [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -39,7 +38,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowExecutionScope -UserProcessingResultId -WorkflowId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -49,7 +48,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowExecutionScope -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -596,6 +595,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowLastModifiedBy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowLastModifiedBy.md index 484c13e7130d2..858328da5eaa5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowLastModifiedBy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowLastModifiedBy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancelifecycleworkflowdeleteditemworkflowlastmodifiedby Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowLastModifiedBy --- @@ -27,7 +27,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowLastModifiedBy - [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowLastModifiedBy -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -385,6 +385,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowRun.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowRun.md index 05f71d4558b19..f895d1d44dc79 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowRun.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowRun.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancelifecycleworkflowdeleteditemworkflowrun Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowRun --- @@ -29,7 +29,6 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowRun -WorkflowId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -39,7 +38,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowRun -RunId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -49,7 +48,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowRun -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -596,6 +595,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask.md index 5db152ec43442..f3e2d39c103aa 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancelifecycleworkflowdeleteditemworkflowtask Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask --- @@ -29,7 +29,6 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask -WorkflowId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -39,7 +38,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask -TaskId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -49,7 +48,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -596,6 +595,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTaskReport.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTaskReport.md index 4454433618f7d..47a841d005eb0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTaskReport.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTaskReport.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancelifecycleworkflowdeleteditemworkflowtaskreport Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTaskReport --- @@ -29,7 +29,6 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTaskReport -Work [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -39,7 +38,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTaskReport -Task -WorkflowId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -49,7 +48,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTaskReport -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -596,6 +595,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowUserProcessingResult.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowUserProcessingResult.md index f425ccbe1e735..9e0780e21a83d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowUserProcessingResult.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowUserProcessingResult.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancelifecycleworkflowdeleteditemworkflowuserprocessingresult Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowUserProcessingResult --- @@ -29,7 +29,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowUserProcessingRe [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -39,7 +39,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowUserProcessingRe -UserProcessingResultId -WorkflowId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -49,7 +49,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowUserProcessingRe -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -596,6 +596,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowVersion.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowVersion.md index 6905d400a310a..4c8e9d5a70205 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowVersion.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancelifecycleworkflowdeleteditemworkflowversion Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowVersion --- @@ -29,7 +29,6 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowVersion -Workflo [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -39,7 +38,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowVersion -Workflo -WorkflowVersionNumber [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -49,7 +48,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowVersion -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -596,6 +595,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowExecutionScope.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowExecutionScope.md index 42b07c8124998..5f6e30abdc743 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowExecutionScope.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowExecutionScope.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancelifecycleworkflowexecutionscope Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceLifecycleWorkflowExecutionScope --- @@ -29,7 +29,6 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowExecutionScope -WorkflowId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -39,7 +38,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowExecutionScope -UserProcessingResul -WorkflowId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -49,7 +48,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowExecutionScope -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -596,6 +595,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowExecutionScopeCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowExecutionScopeCount.md index 6db90fb3e3312..37713223872b2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowExecutionScopeCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowExecutionScopeCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancelifecycleworkflowexecutionscopecount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceLifecycleWorkflowExecutionScopeCount --- @@ -27,7 +27,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowExecutionScopeCount -WorkflowId ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowExecutionScopeCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-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) | LifecycleWorkflows-Workflow.Read.All, LifecycleWorkflows.ReadWrite.All, LifecycleWorkflows.Read.All, LifecycleWorkflows-Workflow.ReadWrite.All, | +| Delegated (work or school account) | LifecycleWorkflows-Workflow.Read.All, LifecycleWorkflows-Workflow.ReadWrite.All, LifecycleWorkflows.Read.All, LifecycleWorkflows.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | LifecycleWorkflows-Workflow.Read.All, LifecycleWorkflows.ReadWrite.All, LifecycleWorkflows.Read.All, LifecycleWorkflows-Workflow.ReadWrite.All, | +| Application | LifecycleWorkflows-Workflow.Read.All, LifecycleWorkflows-Workflow.ReadWrite.All, LifecycleWorkflows.Read.All, LifecycleWorkflows.ReadWrite.All, | ## PARAMETERS @@ -391,6 +391,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowInsight.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowInsight.md index 4dd456920cbcb..c6d905b36c90b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowInsight.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowInsight.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancelifecycleworkflowinsight Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceLifecycleWorkflowInsight --- @@ -26,7 +26,7 @@ The insight container holding workflow insight summaries for a tenant. Get-MgBetaIdentityGovernanceLifecycleWorkflowInsight [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowLastModifiedBy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowLastModifiedBy.md index d98d388f34732..953f6ae397a58 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowLastModifiedBy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowLastModifiedBy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancelifecycleworkflowlastmodifiedby Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceLifecycleWorkflowLastModifiedBy --- @@ -27,7 +27,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowLastModifiedBy -WorkflowId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowLastModifiedBy -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -385,6 +385,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowLastModifiedByMailboxSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowLastModifiedByMailboxSetting.md index 8ad4e6b81574a..b89eb32deb403 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowLastModifiedByMailboxSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowLastModifiedByMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancelifecycleworkflowlastmodifiedbymailboxsetting Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceLifecycleWorkflowLastModifiedByMailboxSetting --- @@ -30,7 +30,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowLastModifiedByMailboxSetting -Workf [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -40,7 +40,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowLastModifiedByMailboxSetting -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -391,6 +391,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowLastModifiedByServiceProvisioningError.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowLastModifiedByServiceProvisioningError.md index 264b4893ec1c1..18816c6f149e8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowLastModifiedByServiceProvisioningError.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowLastModifiedByServiceProvisioningError.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancelifecycleworkflowlastmodifiedbyserviceprovisioningerror Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceLifecycleWorkflowLastModifiedByServiceProvisioningError --- @@ -29,7 +29,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowLastModifiedByServiceProvisioningEr [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowLastModifiedByServiceProvisioningErrorCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowLastModifiedByServiceProvisioningErrorCount.md index 16ed342bc2143..c2b9bf6160247 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowLastModifiedByServiceProvisioningErrorCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowLastModifiedByServiceProvisioningErrorCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancelifecycleworkflowlastmodifiedbyserviceprovisioningerrorcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceLifecycleWorkflowLastModifiedByServiceProvisioningErrorCount --- @@ -27,7 +27,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowLastModifiedByServiceProvisioningEr -WorkflowId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowLastModifiedByServiceProvisioningEr -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -383,6 +383,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowRun.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowRun.md index 71d8b07a448eb..d394de0b5f120 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowRun.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowRun.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancelifecycleworkflowrun Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceLifecycleWorkflowRun --- @@ -28,7 +28,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowRun -WorkflowId [-ExpandPr [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowRun -RunId -WorkflowId ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +48,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowRun -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -64,9 +64,9 @@ Read the properties and relationships of a run object. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | LifecycleWorkflows-Reports.Read.All, LifecycleWorkflows.ReadWrite.All, LifecycleWorkflows.Read.All, | +| Delegated (work or school account) | LifecycleWorkflows-Reports.Read.All, LifecycleWorkflows.Read.All, LifecycleWorkflows.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | LifecycleWorkflows-Reports.Read.All, LifecycleWorkflows.ReadWrite.All, LifecycleWorkflows.Read.All, | +| Application | LifecycleWorkflows-Reports.Read.All, LifecycleWorkflows.Read.All, LifecycleWorkflows.ReadWrite.All, | ## EXAMPLES ### Example 1: Get a run report for a workflow @@ -627,6 +627,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowRunCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowRunCount.md index 7e5336ae010ac..9c1d47cc85320 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowRunCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowRunCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancelifecycleworkflowruncount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceLifecycleWorkflowRunCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaIdentityGovernanceLifecycleWorkflowRunCount -WorkflowId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowRunCount -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) | LifecycleWorkflows-Reports.Read.All, LifecycleWorkflows.ReadWrite.All, LifecycleWorkflows.Read.All, | +| Delegated (work or school account) | LifecycleWorkflows-Reports.Read.All, LifecycleWorkflows.Read.All, LifecycleWorkflows.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | LifecycleWorkflows-Reports.Read.All, LifecycleWorkflows.ReadWrite.All, LifecycleWorkflows.Read.All, | +| Application | LifecycleWorkflows-Reports.Read.All, LifecycleWorkflows.Read.All, LifecycleWorkflows.ReadWrite.All, | ## PARAMETERS @@ -390,6 +390,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowRunReprocessedRun.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowRunReprocessedRun.md index 9e82dc80a90d9..172e601a082a7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowRunReprocessedRun.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowRunReprocessedRun.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancelifecycleworkflowrunreprocessedrun Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceLifecycleWorkflowRunReprocessedRun --- @@ -29,7 +29,6 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowRunReprocessedRun -RunId - [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -39,7 +38,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowRunReprocessedRun -RunId - -WorkflowId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -49,7 +48,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowRunReprocessedRun -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -623,6 +622,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowRunReprocessedRunCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowRunReprocessedRunCount.md index 78e21bab5da8d..d252c39cf0ccb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowRunReprocessedRunCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowRunReprocessedRunCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancelifecycleworkflowrunreprocessedruncount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceLifecycleWorkflowRunReprocessedRunCount --- @@ -27,7 +27,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowRunReprocessedRunCount -RunId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowRunReprocessedRunCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -404,6 +404,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResult.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResult.md index aeadb330fd398..8277760d2d47c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResult.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResult.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancelifecycleworkflowruntaskprocessingresult Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResult --- @@ -29,7 +29,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResult -RunId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -39,7 +39,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResult -RunId -WorkflowId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -49,7 +49,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResult -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -647,6 +647,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultCount.md index 176bdadb30430..28cf288f0f171 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancelifecycleworkflowruntaskprocessingresultcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultCount --- @@ -27,7 +27,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultCount -RunId -WorkflowId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-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) | LifecycleWorkflows-Reports.Read.All, LifecycleWorkflows.ReadWrite.All, LifecycleWorkflows.Read.All, | +| Delegated (work or school account) | LifecycleWorkflows-Reports.Read.All, LifecycleWorkflows.Read.All, LifecycleWorkflows.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | LifecycleWorkflows-Reports.Read.All, LifecycleWorkflows.ReadWrite.All, LifecycleWorkflows.Read.All, | +| Application | LifecycleWorkflows-Reports.Read.All, LifecycleWorkflows.Read.All, LifecycleWorkflows.ReadWrite.All, | ## PARAMETERS @@ -412,6 +412,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubject.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubject.md index fa380a3a29fa5..b49ec74407b14 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubject.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubject.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancelifecycleworkflowruntaskprocessingresultsubject Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubject --- @@ -27,7 +27,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubject -Run -TaskProcessingResultId -WorkflowId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubject -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -427,6 +427,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubjectMailboxSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubjectMailboxSetting.md index 058c93c151dac..32c442df50151 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubjectMailboxSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubjectMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancelifecycleworkflowruntaskprocessingresultsubjectmailboxsetting Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubjectMailboxSetting --- @@ -30,7 +30,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubjectMailb -RunId -TaskProcessingResultId -WorkflowId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -40,7 +40,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubjectMailb -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -433,6 +433,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubjectServiceProvisioningError.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubjectServiceProvisioningError.md index 96aa505525154..7e1bc7631916f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubjectServiceProvisioningError.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubjectServiceProvisioningError.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancelifecycleworkflowruntaskprocessingresultsubjectserviceprovisioningerror Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubjectServiceProvisioningError --- @@ -29,7 +29,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubjectServi [-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.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubjectServiceProvisioningErrorCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubjectServiceProvisioningErrorCount.md index 001f65a207059..c6a8db2b1d3ac 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubjectServiceProvisioningErrorCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubjectServiceProvisioningErrorCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancelifecycleworkflowruntaskprocessingresultsubjectserviceprovisioningerrorcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubjectServiceProvisioningErrorCount --- @@ -27,7 +27,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubjectServi -RunId -TaskProcessingResultId -WorkflowId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubjectServi -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -425,6 +425,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultTask.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultTask.md index ae9383a767b56..5a0daed13a9e5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultTask.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultTask.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancelifecycleworkflowruntaskprocessingresulttask Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultTask --- @@ -27,7 +27,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultTask -RunId -TaskProcessingResultId -WorkflowId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultTask -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -427,6 +427,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResult.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResult.md index 9f7a4982fb281..8c091954295f4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResult.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResult.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancelifecycleworkflowrunuserprocessingresult Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResult --- @@ -29,7 +29,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResult -RunId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -39,7 +39,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResult -RunId -WorkflowId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -49,7 +49,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResult -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -65,9 +65,9 @@ Get the user processing result of a user processing result of a run. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | LifecycleWorkflows-Reports.Read.All, LifecycleWorkflows.ReadWrite.All, LifecycleWorkflows.Read.All, | +| Delegated (work or school account) | LifecycleWorkflows-Reports.Read.All, LifecycleWorkflows.Read.All, LifecycleWorkflows.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | LifecycleWorkflows-Reports.Read.All, LifecycleWorkflows.ReadWrite.All, LifecycleWorkflows.Read.All, | +| Application | LifecycleWorkflows-Reports.Read.All, LifecycleWorkflows.Read.All, LifecycleWorkflows.ReadWrite.All, | ## EXAMPLES ### Example 1: Get a user processing result in a run report @@ -655,6 +655,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultCount.md index 109f25251627a..4efb8d0b32901 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancelifecycleworkflowrunuserprocessingresultcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultCount --- @@ -27,7 +27,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultCount -RunId -WorkflowId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-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) | LifecycleWorkflows-Reports.Read.All, LifecycleWorkflows.ReadWrite.All, LifecycleWorkflows.Read.All, | +| Delegated (work or school account) | LifecycleWorkflows-Reports.Read.All, LifecycleWorkflows.Read.All, LifecycleWorkflows.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | LifecycleWorkflows-Reports.Read.All, LifecycleWorkflows.ReadWrite.All, LifecycleWorkflows.Read.All, | +| Application | LifecycleWorkflows-Reports.Read.All, LifecycleWorkflows.Read.All, LifecycleWorkflows.ReadWrite.All, | ## PARAMETERS @@ -412,6 +412,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultReprocessedRun.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultReprocessedRun.md index d782fce2cdadb..352ae7fd6f3ad 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultReprocessedRun.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultReprocessedRun.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancelifecycleworkflowrunuserprocessingresultreprocessedrun Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultReprocessedRun --- @@ -29,7 +29,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultReprocessedR [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -39,7 +39,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultReprocessedR -RunId1 -UserProcessingResultId -WorkflowId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -49,7 +49,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultReprocessedR -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -650,6 +650,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultReprocessedRunCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultReprocessedRunCount.md index 6103f3ecb8257..4abe838aae4ba 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultReprocessedRunCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultReprocessedRunCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancelifecycleworkflowrunuserprocessingresultreprocessedruncount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultReprocessedRunCount --- @@ -27,7 +27,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultReprocessedR -RunId -UserProcessingResultId -WorkflowId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultReprocessedR -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -425,6 +425,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubject.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubject.md index fb6e55c0d3da0..d089347fc9985 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubject.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubject.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancelifecycleworkflowrunuserprocessingresultsubject Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubject --- @@ -27,7 +27,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubject -Run -UserProcessingResultId -WorkflowId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubject -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -427,6 +427,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubjectMailboxSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubjectMailboxSetting.md index d16cf5c407064..46f34cafa5199 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubjectMailboxSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubjectMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancelifecycleworkflowrunuserprocessingresultsubjectmailboxsetting Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubjectMailboxSetting --- @@ -30,7 +30,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubjectMailb -RunId -UserProcessingResultId -WorkflowId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -40,7 +40,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubjectMailb -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -433,6 +433,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubjectServiceProvisioningError.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubjectServiceProvisioningError.md index c9913a02da692..c9b9a17d8a90b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubjectServiceProvisioningError.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubjectServiceProvisioningError.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancelifecycleworkflowrunuserprocessingresultsubjectserviceprovisioningerror Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubjectServiceProvisioningError --- @@ -29,7 +29,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubjectServi [-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.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubjectServiceProvisioningErrorCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubjectServiceProvisioningErrorCount.md index 933c6209a850d..da43dadbb0709 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubjectServiceProvisioningErrorCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubjectServiceProvisioningErrorCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancelifecycleworkflowrunuserprocessingresultsubjectserviceprovisioningerrorcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubjectServiceProvisioningErrorCount --- @@ -27,7 +27,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubjectServi -RunId -UserProcessingResultId -WorkflowId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubjectServi -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -425,6 +425,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultTaskProcessingResult.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultTaskProcessingResult.md index 2eb34a03e658c..210222546f30e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultTaskProcessingResult.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultTaskProcessingResult.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancelifecycleworkflowrunuserprocessingresulttaskprocessingresult Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultTaskProcessingResult --- @@ -29,7 +29,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultTaskProcessi [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -40,7 +40,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultTaskProcessi -WorkflowId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -50,7 +50,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultTaskProcessi -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -675,6 +675,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowSetting.md index bda17837a66a4..cc8885639c206 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancelifecycleworkflowsetting Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceLifecycleWorkflowSetting --- @@ -26,7 +26,7 @@ Read the properties and relationships of a lifecycleManagementSettings object. Get-MgBetaIdentityGovernanceLifecycleWorkflowSetting [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowTask.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowTask.md index 4bd3ede436c00..428303a01ccd3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowTask.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowTask.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancelifecycleworkflowtask Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceLifecycleWorkflowTask --- @@ -28,7 +28,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowTask -WorkflowId [-ExpandP [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowTask -TaskId -WorkflowId < [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +48,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowTask -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -64,9 +64,9 @@ The tasks in the workflow. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | LifecycleWorkflows-Workflow.Read.All, LifecycleWorkflows.Read.All, LifecycleWorkflows-Workflow.ReadWrite.All, | +| Delegated (work or school account) | LifecycleWorkflows-Workflow.Read.All, LifecycleWorkflows-Workflow.ReadWrite.All, LifecycleWorkflows.Read.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | LifecycleWorkflows-Workflow.Read.All, LifecycleWorkflows.Read.All, LifecycleWorkflows-Workflow.ReadWrite.All, | +| Application | LifecycleWorkflows-Workflow.Read.All, LifecycleWorkflows-Workflow.ReadWrite.All, LifecycleWorkflows.Read.All, | ## EXAMPLES ### Example 1: Code snippet @@ -616,6 +616,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskCount.md index 32613a9b9d16e..ef98edb08db04 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancelifecycleworkflowtaskcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskCount -WorkflowId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskCount -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) | LifecycleWorkflows-Workflow.Read.All, LifecycleWorkflows.ReadWrite.All, LifecycleWorkflows.Read.All, LifecycleWorkflows-Workflow.ReadWrite.All, | +| Delegated (work or school account) | LifecycleWorkflows-Workflow.Read.All, LifecycleWorkflows-Workflow.ReadWrite.All, LifecycleWorkflows.Read.All, LifecycleWorkflows.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | LifecycleWorkflows-Workflow.Read.All, LifecycleWorkflows.ReadWrite.All, LifecycleWorkflows.Read.All, LifecycleWorkflows-Workflow.ReadWrite.All, | +| Application | LifecycleWorkflows-Workflow.Read.All, LifecycleWorkflows-Workflow.ReadWrite.All, LifecycleWorkflows.Read.All, LifecycleWorkflows.ReadWrite.All, | ## PARAMETERS @@ -390,6 +390,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskDefinition.md index 7bd12d7c9dda8..cb6ccdfdea869 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancelifecycleworkflowtaskdefinition Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskDefinition --- @@ -28,7 +28,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskDefinition [-ExpandProperty ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskDefinition -TaskDefinitionId ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +48,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskDefinition -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -600,6 +600,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskDefinitionCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskDefinitionCount.md index 6c6ce7198fa9e..39bde2e8a9441 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskDefinitionCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskDefinitionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancelifecycleworkflowtaskdefinitioncount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskDefinitionCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskDefinitionCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResult.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResult.md index faf7dcb4adb67..a5c907117656f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResult.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResult.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancelifecycleworkflowtaskprocessingresult Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResult --- @@ -29,7 +29,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResult -TaskId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -39,7 +39,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResult -TaskId -WorkflowId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -49,7 +49,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResult -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -623,6 +623,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultCount.md index bb0d7f0f89ea9..1523a6eabaab7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancelifecycleworkflowtaskprocessingresultcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultCount --- @@ -27,7 +27,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultCount -TaskId < -WorkflowId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-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) | LifecycleWorkflows-Reports.Read.All, LifecycleWorkflows.ReadWrite.All, LifecycleWorkflows.Read.All, | +| Delegated (work or school account) | LifecycleWorkflows-Reports.Read.All, LifecycleWorkflows.Read.All, LifecycleWorkflows.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | LifecycleWorkflows-Reports.Read.All, LifecycleWorkflows.ReadWrite.All, LifecycleWorkflows.Read.All, | +| Application | LifecycleWorkflows-Reports.Read.All, LifecycleWorkflows.Read.All, LifecycleWorkflows.ReadWrite.All, | ## PARAMETERS @@ -412,6 +412,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubject.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubject.md index ebd9ae556d881..12f5492acdb10 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubject.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubject.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancelifecycleworkflowtaskprocessingresultsubject Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubject --- @@ -27,7 +27,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubject -TaskId -TaskProcessingResultId -WorkflowId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubject -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -427,6 +427,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubjectMailboxSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubjectMailboxSetting.md index eb653c2173d89..26945bd249a77 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubjectMailboxSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubjectMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancelifecycleworkflowtaskprocessingresultsubjectmailboxsetting Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubjectMailboxSetting --- @@ -30,7 +30,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubjectMailboxS -TaskId -TaskProcessingResultId -WorkflowId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -40,7 +40,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubjectMailboxS -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -433,6 +433,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubjectServiceProvisioningError.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubjectServiceProvisioningError.md index d5ed631e5a1d9..4eef19bdea500 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubjectServiceProvisioningError.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubjectServiceProvisioningError.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancelifecycleworkflowtaskprocessingresultsubjectserviceprovisioningerror Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubjectServiceProvisioningError --- @@ -29,7 +29,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubjectServiceP [-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.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubjectServiceProvisioningErrorCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubjectServiceProvisioningErrorCount.md index 92a956b09e19b..53695c978627c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubjectServiceProvisioningErrorCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubjectServiceProvisioningErrorCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancelifecycleworkflowtaskprocessingresultsubjectserviceprovisioningerrorcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubjectServiceProvisioningErrorCount --- @@ -27,7 +27,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubjectServiceP -TaskId -TaskProcessingResultId -WorkflowId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubjectServiceP -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -425,6 +425,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultTask.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultTask.md index a11a068f0a44f..112c117c746cf 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultTask.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultTask.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancelifecycleworkflowtaskprocessingresulttask Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultTask --- @@ -27,7 +27,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultTask -TaskId -WorkflowId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultTask -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -427,6 +427,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReport.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReport.md index 498350e3f5ea1..b242f73593391 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReport.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReport.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancelifecycleworkflowtaskreport Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReport --- @@ -29,7 +29,6 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReport -WorkflowId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -39,7 +38,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReport -TaskReportId - [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -49,7 +48,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReport -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -620,6 +619,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportCount.md index 526b76492810e..189fb3a6dea83 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancelifecycleworkflowtaskreportcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportCount -WorkflowId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportCount -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) | LifecycleWorkflows-Reports.Read.All, LifecycleWorkflows.ReadWrite.All, LifecycleWorkflows.Read.All, | +| Delegated (work or school account) | LifecycleWorkflows-Reports.Read.All, LifecycleWorkflows.Read.All, LifecycleWorkflows.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | LifecycleWorkflows-Reports.Read.All, LifecycleWorkflows.ReadWrite.All, LifecycleWorkflows.Read.All, | +| Application | LifecycleWorkflows-Reports.Read.All, LifecycleWorkflows.Read.All, LifecycleWorkflows.ReadWrite.All, | ## PARAMETERS @@ -390,6 +390,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTask.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTask.md index dd9e525b78445..084768c062d08 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTask.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTask.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancelifecycleworkflowtaskreporttask Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTask --- @@ -27,7 +27,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTask -TaskReportId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTask -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -406,6 +406,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskDefinition.md index 5c21314bd1109..a2b0bd1710e04 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancelifecycleworkflowtaskreporttaskdefinition Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskDefinition --- @@ -27,7 +27,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskDefinition -TaskRepor -WorkflowId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskDefinition -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -406,6 +406,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResult.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResult.md index 25a1fe6a5d19a..ce89e0adea21b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResult.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResult.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancelifecycleworkflowtaskreporttaskprocessingresult Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResult --- @@ -29,7 +29,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResult -Tas [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -40,7 +40,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResult [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -50,7 +50,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResult -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -648,6 +648,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultCount.md index 2f505dcfec12f..a261c2a354190 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancelifecycleworkflowtaskreporttaskprocessingresultcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultCount --- @@ -27,7 +27,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultCount -TaskReportId -WorkflowId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-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) | LifecycleWorkflows-Reports.Read.All, LifecycleWorkflows.ReadWrite.All, LifecycleWorkflows.Read.All, | +| Delegated (work or school account) | LifecycleWorkflows-Reports.Read.All, LifecycleWorkflows.Read.All, LifecycleWorkflows.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | LifecycleWorkflows-Reports.Read.All, LifecycleWorkflows.ReadWrite.All, LifecycleWorkflows.Read.All, | +| Application | LifecycleWorkflows-Reports.Read.All, LifecycleWorkflows.Read.All, LifecycleWorkflows.ReadWrite.All, | ## PARAMETERS @@ -412,6 +412,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubject.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubject.md index 1433f5f6fdbd6..d17684760e308 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubject.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubject.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancelifecycleworkflowtaskreporttaskprocessingresultsubject Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubject --- @@ -28,7 +28,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubje [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -38,7 +38,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubje -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -428,6 +428,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubjectMailboxSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubjectMailboxSetting.md index 83f701417d990..deb9734d3168c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubjectMailboxSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubjectMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancelifecycleworkflowtaskreporttaskprocessingresultsubjectmailboxsetting Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubjectMailboxSetting --- @@ -31,7 +31,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubje [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -41,7 +41,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubje -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -434,6 +434,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubjectServiceProvisioningError.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubjectServiceProvisioningError.md index bf57e7e144c03..1d027225e7f21 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubjectServiceProvisioningError.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubjectServiceProvisioningError.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancelifecycleworkflowtaskreporttaskprocessingresultsubjectserviceprovisioningerror Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubjectServiceProvisioningError --- @@ -30,7 +30,6 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubje [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubjectServiceProvisioningErrorCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubjectServiceProvisioningErrorCount.md index 22c0042988068..10bd8f901cf7a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubjectServiceProvisioningErrorCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubjectServiceProvisioningErrorCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancelifecycleworkflowtaskreporttaskprocessingresultsubjectserviceprovisioningerrorcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubjectServiceProvisioningErrorCount --- @@ -27,7 +27,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubje -TaskProcessingResultId -TaskReportId -WorkflowId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubje -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -425,6 +425,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultTask.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultTask.md index 374b077cabcaa..fe96d0463fb83 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultTask.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultTask.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancelifecycleworkflowtaskreporttaskprocessingresulttask Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultTask --- @@ -28,7 +28,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultTask [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -38,7 +38,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultTask -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -428,6 +428,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplate.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplate.md index d513edac74315..7b100ca2a8207 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplate.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplate.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancelifecycleworkflowtemplate Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplate --- @@ -28,7 +28,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplate [-ExpandProperty ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplate -WorkflowTemplateId ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +48,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplate -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -600,6 +600,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateCount.md index 044b345dc02aa..241769881c26c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancelifecycleworkflowtemplatecount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTask.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTask.md index 3ca1ae2ce5dbc..8ce6d528ea9a1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTask.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTask.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancelifecycleworkflowtemplatetask Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTask --- @@ -30,7 +30,6 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTask -WorkflowTemplateId ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -40,7 +39,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTask -TaskId -WorkflowTemplateId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -50,7 +49,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTask -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -598,6 +597,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskCount.md index 60e4f5c88b50d..41fb2f529cb7f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancelifecycleworkflowtemplatetaskcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskCount --- @@ -27,7 +27,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskCount -WorkflowTemplate [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -383,6 +383,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResult.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResult.md index 4902509128193..ea175a64610e7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResult.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResult.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancelifecycleworkflowtemplatetaskprocessingresult Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResult --- @@ -29,7 +29,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResult -TaskI [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -39,7 +39,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResult -TaskI -TaskProcessingResultId -WorkflowTemplateId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -49,7 +49,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResult -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -623,6 +623,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultCount.md index 50cbfa54f17e4..18583e453a724 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancelifecycleworkflowtemplatetaskprocessingresultcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultCount --- @@ -27,7 +27,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultCount - -WorkflowTemplateId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -404,6 +404,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubject.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubject.md index 425210ec572da..92fc57359f643 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubject.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubject.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancelifecycleworkflowtemplatetaskprocessingresultsubject Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubject --- @@ -27,7 +27,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubject -TaskProcessingResultId -WorkflowTemplateId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubject -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -427,6 +427,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubjectMailboxSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubjectMailboxSetting.md index 0d1a337662269..85a2b71bde42b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubjectMailboxSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubjectMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancelifecycleworkflowtemplatetaskprocessingresultsubjectmailboxsetting Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubjectMailboxSetting --- @@ -31,7 +31,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -41,7 +41,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubject -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -434,6 +434,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubjectServiceProvisioningError.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubjectServiceProvisioningError.md index dbdcdbe0a469d..e04560325004c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubjectServiceProvisioningError.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubjectServiceProvisioningError.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancelifecycleworkflowtemplatetaskprocessingresultsubjectserviceprovisioningerror Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubjectServiceProvisioningError --- @@ -30,7 +30,6 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubject [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubjectServiceProvisioningErrorCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubjectServiceProvisioningErrorCount.md index 620bae7e4bfd9..e893c466b5c8c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubjectServiceProvisioningErrorCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubjectServiceProvisioningErrorCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancelifecycleworkflowtemplatetaskprocessingresultsubjectserviceprovisioningerrorcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubjectServiceProvisioningErrorCount --- @@ -27,7 +27,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubject -TaskId -TaskProcessingResultId -WorkflowTemplateId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubject -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -425,6 +425,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultTask.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultTask.md index 1d674b84568f0..11b15acf747ad 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultTask.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultTask.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancelifecycleworkflowtemplatetaskprocessingresulttask Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultTask --- @@ -27,7 +27,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultTask -T -TaskProcessingResultId -WorkflowTemplateId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultTask -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -427,6 +427,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResult.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResult.md index d247374e41a42..6829db850694f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResult.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResult.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancelifecycleworkflowuserprocessingresult Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResult --- @@ -29,7 +29,6 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResult -WorkflowId ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -39,7 +38,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResult -UserProcessin -WorkflowId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -49,7 +48,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResult -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -620,6 +619,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultCount.md index 7f7da1ad544ce..3d7608840f7c6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancelifecycleworkflowuserprocessingresultcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultCount --- @@ -27,7 +27,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultCount -Workflow [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-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) | LifecycleWorkflows-Reports.Read.All, LifecycleWorkflows.ReadWrite.All, LifecycleWorkflows.Read.All, | +| Delegated (work or school account) | LifecycleWorkflows-Reports.Read.All, LifecycleWorkflows.Read.All, LifecycleWorkflows.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | LifecycleWorkflows-Reports.Read.All, LifecycleWorkflows.ReadWrite.All, LifecycleWorkflows.Read.All, | +| Application | LifecycleWorkflows-Reports.Read.All, LifecycleWorkflows.Read.All, LifecycleWorkflows.ReadWrite.All, | ## PARAMETERS @@ -391,6 +391,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultReprocessedRun.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultReprocessedRun.md index 535f703884d62..5ef14bb7b50aa 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultReprocessedRun.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultReprocessedRun.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancelifecycleworkflowuserprocessingresultreprocessedrun Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultReprocessedRun --- @@ -29,7 +29,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultReprocessedRun [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -39,7 +39,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultReprocessedRun -UserProcessingResultId -WorkflowId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -49,7 +49,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultReprocessedRun -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -623,6 +623,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultReprocessedRunCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultReprocessedRunCount.md index 8f234f546874d..253ca5539625a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultReprocessedRunCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultReprocessedRunCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancelifecycleworkflowuserprocessingresultreprocessedruncount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultReprocessedRunCount --- @@ -27,7 +27,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultReprocessedRunC -UserProcessingResultId -WorkflowId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultReprocessedRunC -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -404,6 +404,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultSubject.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultSubject.md index a58f7c8a417a9..4f0a7f082a489 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultSubject.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultSubject.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancelifecycleworkflowuserprocessingresultsubject Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultSubject --- @@ -27,7 +27,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultSubject -UserProcessingResultId -WorkflowId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultSubject -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -406,6 +406,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultSubjectMailboxSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultSubjectMailboxSetting.md index 74e32ea864ffd..debde2b6f4ca8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultSubjectMailboxSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultSubjectMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancelifecycleworkflowuserprocessingresultsubjectmailboxsetting Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultSubjectMailboxSetting --- @@ -30,7 +30,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultSubjectMailboxS -UserProcessingResultId -WorkflowId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -40,7 +40,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultSubjectMailboxS -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -412,6 +412,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultSubjectServiceProvisioningError.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultSubjectServiceProvisioningError.md index 24794d02c64ef..b7646c0d4ada6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultSubjectServiceProvisioningError.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultSubjectServiceProvisioningError.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancelifecycleworkflowuserprocessingresultsubjectserviceprovisioningerror Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultSubjectServiceProvisioningError --- @@ -29,7 +29,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultSubjectServiceP [-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.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultSubjectServiceProvisioningErrorCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultSubjectServiceProvisioningErrorCount.md index 636d81922d659..8d5b566af7352 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultSubjectServiceProvisioningErrorCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultSubjectServiceProvisioningErrorCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancelifecycleworkflowuserprocessingresultsubjectserviceprovisioningerrorcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultSubjectServiceProvisioningErrorCount --- @@ -27,7 +27,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultSubjectServiceP -UserProcessingResultId -WorkflowId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultSubjectServiceP -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -404,6 +404,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultTaskProcessingResult.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultTaskProcessingResult.md index 49b00d58a8c8b..27a59703cd5b8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultTaskProcessingResult.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultTaskProcessingResult.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancelifecycleworkflowuserprocessingresulttaskprocessingresult Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultTaskProcessingResult --- @@ -29,7 +29,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultTaskProcessingR [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -40,7 +40,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultTaskProcessingR [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -50,7 +50,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultTaskProcessingR -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -648,6 +648,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowVersion.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowVersion.md index 5f35357eeb834..0222b69debfce 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowVersion.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancelifecycleworkflowversion Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceLifecycleWorkflowVersion --- @@ -29,7 +29,6 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowVersion -WorkflowId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -39,7 +38,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowVersion -WorkflowId -WorkflowVersionNumber [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -49,7 +48,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowVersion -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -65,9 +64,9 @@ Read the properties and relationships of a workflowVersion object. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | LifecycleWorkflows-Workflow.Read.All, LifecycleWorkflows.ReadWrite.All, LifecycleWorkflows.Read.All, LifecycleWorkflows-Workflow.ReadWrite.All, | +| Delegated (work or school account) | LifecycleWorkflows-Workflow.Read.All, LifecycleWorkflows-Workflow.ReadWrite.All, LifecycleWorkflows.Read.All, LifecycleWorkflows.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | LifecycleWorkflows-Workflow.Read.All, LifecycleWorkflows.ReadWrite.All, LifecycleWorkflows.Read.All, LifecycleWorkflows-Workflow.ReadWrite.All, | +| Application | LifecycleWorkflows-Workflow.Read.All, LifecycleWorkflows-Workflow.ReadWrite.All, LifecycleWorkflows.Read.All, LifecycleWorkflows.ReadWrite.All, | ## EXAMPLES ### Example 1: Get a workflow version @@ -628,6 +627,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionAdministrationScopeTarget.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionAdministrationScopeTarget.md index 16e69172be7bc..5400d34701d85 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionAdministrationScopeTarget.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionAdministrationScopeTarget.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancelifecycleworkflowversionadministrationscopetarget Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionAdministrationScopeTarget --- @@ -17,6 +17,9 @@ The administrative units in the scope of the workflow. Optional. Supports $expand. +> [!NOTE] +> To view the v1.0 release of this cmdlet, view [Get-MgIdentityGovernanceLifecycleWorkflowVersionAdministrationScopeTarget](/powershell/module/Microsoft.Graph.Identity.Governance/Get-MgIdentityGovernanceLifecycleWorkflowVersionAdministrationScopeTarget?view=graph-powershell-1.0) + ## SYNTAX ### List (Default) @@ -28,7 +31,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionAdministrationScopeTarget -W [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -39,7 +42,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionAdministrationScopeTarget [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -49,7 +52,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionAdministrationScopeTarget -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -625,6 +628,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionAdministrationScopeTargetCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionAdministrationScopeTargetCount.md index cc560173540d9..8b5d679aa6e64 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionAdministrationScopeTargetCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionAdministrationScopeTargetCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancelifecycleworkflowversionadministrationscopetargetcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionAdministrationScopeTargetCount --- @@ -15,6 +15,9 @@ title: Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionAdministrationScopeTa Get the number of the resource +> [!NOTE] +> To view the v1.0 release of this cmdlet, view [Get-MgIdentityGovernanceLifecycleWorkflowVersionAdministrationScopeTargetCount](/powershell/module/Microsoft.Graph.Identity.Governance/Get-MgIdentityGovernanceLifecycleWorkflowVersionAdministrationScopeTargetCount?view=graph-powershell-1.0) + ## SYNTAX ### Get (Default) @@ -24,7 +27,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionAdministrationScopeTargetCou -WorkflowId -WorkflowVersionNumber [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +37,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionAdministrationScopeTargetCou -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -401,6 +404,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionCount.md index e124148467edf..2b5171ac738d0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancelifecycleworkflowversioncount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionCount -WorkflowId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionCount -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) | LifecycleWorkflows-Workflow.Read.All, LifecycleWorkflows.ReadWrite.All, LifecycleWorkflows.Read.All, LifecycleWorkflows-Workflow.ReadWrite.All, | +| Delegated (work or school account) | LifecycleWorkflows-Workflow.Read.All, LifecycleWorkflows-Workflow.ReadWrite.All, LifecycleWorkflows.Read.All, LifecycleWorkflows.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | LifecycleWorkflows-Workflow.Read.All, LifecycleWorkflows.ReadWrite.All, LifecycleWorkflows.Read.All, LifecycleWorkflows-Workflow.ReadWrite.All, | +| Application | LifecycleWorkflows-Workflow.Read.All, LifecycleWorkflows-Workflow.ReadWrite.All, LifecycleWorkflows.Read.All, LifecycleWorkflows.ReadWrite.All, | ## PARAMETERS @@ -390,6 +390,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionCreatedBy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionCreatedBy.md index 09d1715ab5754..27a9832918357 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionCreatedBy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionCreatedBy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancelifecycleworkflowversioncreatedby Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionCreatedBy --- @@ -27,7 +27,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionCreatedBy -WorkflowId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionCreatedBy -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -406,6 +406,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionCreatedByMailboxSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionCreatedByMailboxSetting.md index 6c400adca31c2..5fdf91644c310 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionCreatedByMailboxSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionCreatedByMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancelifecycleworkflowversioncreatedbymailboxsetting Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionCreatedByMailboxSetting --- @@ -30,7 +30,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionCreatedByMailboxSetting -Wor -WorkflowVersionNumber [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -40,7 +40,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionCreatedByMailboxSetting -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -412,6 +412,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionCreatedByServiceProvisioningError.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionCreatedByServiceProvisioningError.md index 759e02cfb6f76..500514f8ad7ba 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionCreatedByServiceProvisioningError.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionCreatedByServiceProvisioningError.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancelifecycleworkflowversioncreatedbyserviceprovisioningerror Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionCreatedByServiceProvisioningError --- @@ -29,7 +29,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionCreatedByServiceProvisioning [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionCreatedByServiceProvisioningErrorCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionCreatedByServiceProvisioningErrorCount.md index dd92f2a557f42..c5a1c2884dec9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionCreatedByServiceProvisioningErrorCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionCreatedByServiceProvisioningErrorCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancelifecycleworkflowversioncreatedbyserviceprovisioningerrorcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionCreatedByServiceProvisioningErrorCount --- @@ -27,7 +27,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionCreatedByServiceProvisioning -WorkflowId -WorkflowVersionNumber [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionCreatedByServiceProvisioning -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -404,6 +404,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionLastModifiedBy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionLastModifiedBy.md index c7450e4fbb61b..b2bc6308098ff 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionLastModifiedBy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionLastModifiedBy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancelifecycleworkflowversionlastmodifiedby Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionLastModifiedBy --- @@ -27,7 +27,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionLastModifiedBy -WorkflowId < -WorkflowVersionNumber [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionLastModifiedBy -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -406,6 +406,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionLastModifiedByMailboxSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionLastModifiedByMailboxSetting.md index a361bda1bb5e4..d90eda405085c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionLastModifiedByMailboxSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionLastModifiedByMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancelifecycleworkflowversionlastmodifiedbymailboxsetting Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionLastModifiedByMailboxSetting --- @@ -30,7 +30,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionLastModifiedByMailboxSetting -WorkflowId -WorkflowVersionNumber [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -40,7 +40,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionLastModifiedByMailboxSetting -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -412,6 +412,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionLastModifiedByServiceProvisioningError.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionLastModifiedByServiceProvisioningError.md index 58f90e695e332..8e3747d4cab13 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionLastModifiedByServiceProvisioningError.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionLastModifiedByServiceProvisioningError.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancelifecycleworkflowversionlastmodifiedbyserviceprovisioningerror Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionLastModifiedByServiceProvisioningError --- @@ -29,7 +29,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionLastModifiedByServiceProvisi [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionLastModifiedByServiceProvisioningErrorCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionLastModifiedByServiceProvisioningErrorCount.md index 7c6ff85984494..a2e1daa2aa53e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionLastModifiedByServiceProvisioningErrorCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionLastModifiedByServiceProvisioningErrorCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancelifecycleworkflowversionlastmodifiedbyserviceprovisioningerrorcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionLastModifiedByServiceProvisioningErrorCount --- @@ -27,7 +27,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionLastModifiedByServiceProvisi -WorkflowId -WorkflowVersionNumber [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionLastModifiedByServiceProvisi -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -404,6 +404,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTask.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTask.md index 76c3a925c1a37..3746e9221e5ae 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTask.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTask.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancelifecycleworkflowversiontask Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTask --- @@ -29,7 +29,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTask -WorkflowId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -39,7 +39,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTask -TaskId -Workf -WorkflowVersionNumber [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -49,7 +49,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTask -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -65,9 +65,9 @@ Get a specific task from a workflow or workflowVersion. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | LifecycleWorkflows-Workflow.Read.All, LifecycleWorkflows.ReadWrite.All, LifecycleWorkflows.Read.All, LifecycleWorkflows-Workflow.ReadWrite.All, | +| Delegated (work or school account) | LifecycleWorkflows-Workflow.Read.All, LifecycleWorkflows-Workflow.ReadWrite.All, LifecycleWorkflows.Read.All, LifecycleWorkflows.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | LifecycleWorkflows-Workflow.Read.All, LifecycleWorkflows.ReadWrite.All, LifecycleWorkflows.Read.All, LifecycleWorkflows-Workflow.ReadWrite.All, | +| Application | LifecycleWorkflows-Workflow.Read.All, LifecycleWorkflows-Workflow.ReadWrite.All, LifecycleWorkflows.Read.All, LifecycleWorkflows.ReadWrite.All, | ## EXAMPLES ### Example 1: Code snippet @@ -644,6 +644,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskCount.md index cc236fd90a7a2..47fb1f582abcd 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancelifecycleworkflowversiontaskcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskCount --- @@ -27,7 +27,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskCount -WorkflowId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-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) | LifecycleWorkflows-Workflow.Read.All, LifecycleWorkflows.ReadWrite.All, LifecycleWorkflows.Read.All, LifecycleWorkflows-Workflow.ReadWrite.All, | +| Delegated (work or school account) | LifecycleWorkflows-Workflow.Read.All, LifecycleWorkflows-Workflow.ReadWrite.All, LifecycleWorkflows.Read.All, LifecycleWorkflows.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | LifecycleWorkflows-Workflow.Read.All, LifecycleWorkflows.ReadWrite.All, LifecycleWorkflows.Read.All, LifecycleWorkflows-Workflow.ReadWrite.All, | +| Application | LifecycleWorkflows-Workflow.Read.All, LifecycleWorkflows-Workflow.ReadWrite.All, LifecycleWorkflows.Read.All, LifecycleWorkflows.ReadWrite.All, | ## PARAMETERS @@ -412,6 +412,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResult.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResult.md index de40d5f6a7db5..32882ff60c07f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResult.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResult.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancelifecycleworkflowversiontaskprocessingresult Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResult --- @@ -29,7 +29,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResult -TaskId [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -40,7 +40,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResult -TaskId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -50,7 +50,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResult -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -651,6 +651,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultCount.md index b25d38b76cd6a..a2af18bb850b4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancelifecycleworkflowversiontaskprocessingresultcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultCount --- @@ -27,7 +27,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultCount -T -WorkflowId -WorkflowVersionNumber [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -425,6 +425,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubject.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubject.md index 5d434bbae0f3e..5a4ff6d81e00e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubject.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubject.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancelifecycleworkflowversiontaskprocessingresultsubject Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubject --- @@ -28,7 +28,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -38,7 +38,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubject -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -449,6 +449,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubjectMailboxSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubjectMailboxSetting.md index a81b2120f5c0f..536741b8d0978 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubjectMailboxSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubjectMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancelifecycleworkflowversiontaskprocessingresultsubjectmailboxsetting Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubjectMailboxSetting --- @@ -31,7 +31,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubjectM [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -41,7 +41,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubjectM -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -455,6 +455,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubjectServiceProvisioningError.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubjectServiceProvisioningError.md index ec786e00aa21d..113a04cf68a79 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubjectServiceProvisioningError.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubjectServiceProvisioningError.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancelifecycleworkflowversiontaskprocessingresultsubjectserviceprovisioningerror Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubjectServiceProvisioningError --- @@ -30,7 +30,6 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubjectS [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubjectServiceProvisioningErrorCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubjectServiceProvisioningErrorCount.md index 87f34154ad765..d402a9af109d8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubjectServiceProvisioningErrorCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubjectServiceProvisioningErrorCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancelifecycleworkflowversiontaskprocessingresultsubjectserviceprovisioningerrorcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubjectServiceProvisioningErrorCount --- @@ -28,7 +28,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubjectS [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -38,7 +38,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubjectS -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -447,6 +447,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultTask.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultTask.md index 73e5c9d7631b6..a60c6bd55ad42 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultTask.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultTask.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancelifecycleworkflowversiontaskprocessingresulttask Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultTask --- @@ -28,7 +28,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultTask -Ta [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -38,7 +38,7 @@ Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultTask -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -449,6 +449,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePermissionAnalytic.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePermissionAnalytic.md index 36473cacd3d92..0487c635d332f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePermissionAnalytic.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePermissionAnalytic.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancepermissionanalytic Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernancePermissionAnalytic --- @@ -23,7 +23,7 @@ Get permissionsAnalytics from identityGovernance Get-MgBetaIdentityGovernancePermissionAnalytic [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePermissionAnalyticAw.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePermissionAnalyticAw.md index fdcdacd54f5c8..e8088285faba6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePermissionAnalyticAw.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePermissionAnalyticAw.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancepermissionanalyticaw Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernancePermissionAnalyticAw --- @@ -23,7 +23,7 @@ AWS permissions analytics findings. Get-MgBetaIdentityGovernancePermissionAnalyticAw [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePermissionAnalyticAwFinding.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePermissionAnalyticAwFinding.md index 989355c2320ab..a2672555f33f6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePermissionAnalyticAwFinding.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePermissionAnalyticAwFinding.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancepermissionanalyticawfinding Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernancePermissionAnalyticAwFinding --- @@ -25,7 +25,7 @@ Get-MgBetaIdentityGovernancePermissionAnalyticAwFinding [-ExpandProperty ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaIdentityGovernancePermissionAnalyticAwFinding -FindingId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -45,7 +45,7 @@ Get-MgBetaIdentityGovernancePermissionAnalyticAwFinding -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -565,6 +565,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePermissionAnalyticAwFindingCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePermissionAnalyticAwFindingCount.md index f7c5c97131113..e2aec443fa239 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePermissionAnalyticAwFindingCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePermissionAnalyticAwFindingCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancepermissionanalyticawfindingcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernancePermissionAnalyticAwFindingCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaIdentityGovernancePermissionAnalyticAwFindingCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePermissionAnalyticAwPermissionCreepIndexDistribution.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePermissionAnalyticAwPermissionCreepIndexDistribution.md index a0a201669285e..c4047374f4503 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePermissionAnalyticAwPermissionCreepIndexDistribution.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePermissionAnalyticAwPermissionCreepIndexDistribution.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancepermissionanalyticawpermissioncreepindexdistribution Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernancePermissionAnalyticAwPermissionCreepIndexDistribution --- @@ -27,7 +27,6 @@ Get-MgBetaIdentityGovernancePermissionAnalyticAwPermissionCreepIndexDistribution [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -37,7 +36,7 @@ Get-MgBetaIdentityGovernancePermissionAnalyticAwPermissionCreepIndexDistribution -PermissionsCreepIndexDistributionId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -47,7 +46,7 @@ Get-MgBetaIdentityGovernancePermissionAnalyticAwPermissionCreepIndexDistribution -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -581,6 +580,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePermissionAnalyticAwPermissionCreepIndexDistributionAuthorizationSystem.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePermissionAnalyticAwPermissionCreepIndexDistributionAuthorizationSystem.md index 2c590c6dfb374..1fc681601a4ee 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePermissionAnalyticAwPermissionCreepIndexDistributionAuthorizationSystem.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePermissionAnalyticAwPermissionCreepIndexDistributionAuthorizationSystem.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancepermissionanalyticawpermissioncreepindexdistributionauthorizationsystem Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernancePermissionAnalyticAwPermissionCreepIndexDistributionAuthorizationSystem --- @@ -24,7 +24,7 @@ Get-MgBetaIdentityGovernancePermissionAnalyticAwPermissionCreepIndexDistribution -PermissionsCreepIndexDistributionId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaIdentityGovernancePermissionAnalyticAwPermissionCreepIndexDistribution -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -382,6 +382,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePermissionAnalyticAwPermissionCreepIndexDistributionCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePermissionAnalyticAwPermissionCreepIndexDistributionCount.md index 7dfd72bec0a3a..9331a05d35d77 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePermissionAnalyticAwPermissionCreepIndexDistributionCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePermissionAnalyticAwPermissionCreepIndexDistributionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancepermissionanalyticawpermissioncreepindexdistributioncount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernancePermissionAnalyticAwPermissionCreepIndexDistributionCount --- @@ -24,7 +24,7 @@ Get-MgBetaIdentityGovernancePermissionAnalyticAwPermissionCreepIndexDistribution [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePermissionAnalyticAzure.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePermissionAnalyticAzure.md index 506946d4d26d7..0bd4e40d0a5fd 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePermissionAnalyticAzure.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePermissionAnalyticAzure.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancepermissionanalyticazure Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernancePermissionAnalyticAzure --- @@ -23,7 +23,7 @@ Azure permissions analytics findings. Get-MgBetaIdentityGovernancePermissionAnalyticAzure [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePermissionAnalyticAzureFinding.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePermissionAnalyticAzureFinding.md index 9ffc048c922a9..c1bcd36e863c1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePermissionAnalyticAzureFinding.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePermissionAnalyticAzureFinding.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancepermissionanalyticazurefinding Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernancePermissionAnalyticAzureFinding --- @@ -25,7 +25,7 @@ Get-MgBetaIdentityGovernancePermissionAnalyticAzureFinding [-ExpandProperty ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaIdentityGovernancePermissionAnalyticAzureFinding -FindingId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -45,7 +45,7 @@ Get-MgBetaIdentityGovernancePermissionAnalyticAzureFinding -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -565,6 +565,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePermissionAnalyticAzureFindingCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePermissionAnalyticAzureFindingCount.md index 26729398325ab..cff77962f2959 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePermissionAnalyticAzureFindingCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePermissionAnalyticAzureFindingCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancepermissionanalyticazurefindingcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernancePermissionAnalyticAzureFindingCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaIdentityGovernancePermissionAnalyticAzureFindingCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePermissionAnalyticAzurePermissionCreepIndexDistribution.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePermissionAnalyticAzurePermissionCreepIndexDistribution.md index a0016d2699488..c9692f7a67923 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePermissionAnalyticAzurePermissionCreepIndexDistribution.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePermissionAnalyticAzurePermissionCreepIndexDistribution.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancepermissionanalyticazurepermissioncreepindexdistribution Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernancePermissionAnalyticAzurePermissionCreepIndexDistribution --- @@ -27,7 +27,6 @@ Get-MgBetaIdentityGovernancePermissionAnalyticAzurePermissionCreepIndexDistribut [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -37,7 +36,7 @@ Get-MgBetaIdentityGovernancePermissionAnalyticAzurePermissionCreepIndexDistribut -PermissionsCreepIndexDistributionId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -47,7 +46,7 @@ Get-MgBetaIdentityGovernancePermissionAnalyticAzurePermissionCreepIndexDistribut -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -568,6 +567,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePermissionAnalyticAzurePermissionCreepIndexDistributionAuthorizationSystem.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePermissionAnalyticAzurePermissionCreepIndexDistributionAuthorizationSystem.md index ec7082e2e9acb..72d66a030df03 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePermissionAnalyticAzurePermissionCreepIndexDistributionAuthorizationSystem.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePermissionAnalyticAzurePermissionCreepIndexDistributionAuthorizationSystem.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancepermissionanalyticazurepermissioncreepindexdistributionauthorizationsystem Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernancePermissionAnalyticAzurePermissionCreepIndexDistributionAuthorizationSystem --- @@ -24,7 +24,7 @@ Get-MgBetaIdentityGovernancePermissionAnalyticAzurePermissionCreepIndexDistribut -PermissionsCreepIndexDistributionId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaIdentityGovernancePermissionAnalyticAzurePermissionCreepIndexDistribut -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -382,6 +382,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePermissionAnalyticAzurePermissionCreepIndexDistributionCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePermissionAnalyticAzurePermissionCreepIndexDistributionCount.md index 0414ba47f5df7..92aaaf9a95b1d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePermissionAnalyticAzurePermissionCreepIndexDistributionCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePermissionAnalyticAzurePermissionCreepIndexDistributionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancepermissionanalyticazurepermissioncreepindexdistributioncount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernancePermissionAnalyticAzurePermissionCreepIndexDistributionCount --- @@ -24,7 +24,7 @@ Get-MgBetaIdentityGovernancePermissionAnalyticAzurePermissionCreepIndexDistribut [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePermissionAnalyticGcp.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePermissionAnalyticGcp.md index 7086b1f7bed7c..31152fe60ebc5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePermissionAnalyticGcp.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePermissionAnalyticGcp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancepermissionanalyticgcp Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernancePermissionAnalyticGcp --- @@ -23,7 +23,7 @@ GCP permissions analytics findings. Get-MgBetaIdentityGovernancePermissionAnalyticGcp [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePermissionAnalyticGcpFinding.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePermissionAnalyticGcpFinding.md index 9622eed729bc2..38070bbe532b6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePermissionAnalyticGcpFinding.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePermissionAnalyticGcpFinding.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancepermissionanalyticgcpfinding Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernancePermissionAnalyticGcpFinding --- @@ -25,7 +25,7 @@ Get-MgBetaIdentityGovernancePermissionAnalyticGcpFinding [-ExpandProperty ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaIdentityGovernancePermissionAnalyticGcpFinding -FindingId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -45,7 +45,7 @@ Get-MgBetaIdentityGovernancePermissionAnalyticGcpFinding -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -565,6 +565,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePermissionAnalyticGcpFindingCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePermissionAnalyticGcpFindingCount.md index c3a7d9cfde990..6757a192bf11a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePermissionAnalyticGcpFindingCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePermissionAnalyticGcpFindingCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancepermissionanalyticgcpfindingcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernancePermissionAnalyticGcpFindingCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaIdentityGovernancePermissionAnalyticGcpFindingCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePermissionAnalyticGcpPermissionCreepIndexDistribution.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePermissionAnalyticGcpPermissionCreepIndexDistribution.md index 3d61ab217a604..7910cf59faa98 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePermissionAnalyticGcpPermissionCreepIndexDistribution.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePermissionAnalyticGcpPermissionCreepIndexDistribution.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancepermissionanalyticgcppermissioncreepindexdistribution Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernancePermissionAnalyticGcpPermissionCreepIndexDistribution --- @@ -27,7 +27,6 @@ Get-MgBetaIdentityGovernancePermissionAnalyticGcpPermissionCreepIndexDistributio [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -37,7 +36,7 @@ Get-MgBetaIdentityGovernancePermissionAnalyticGcpPermissionCreepIndexDistributio -PermissionsCreepIndexDistributionId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -47,7 +46,7 @@ Get-MgBetaIdentityGovernancePermissionAnalyticGcpPermissionCreepIndexDistributio -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -568,6 +567,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePermissionAnalyticGcpPermissionCreepIndexDistributionAuthorizationSystem.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePermissionAnalyticGcpPermissionCreepIndexDistributionAuthorizationSystem.md index 3d9fbfefb003f..123eabfccb880 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePermissionAnalyticGcpPermissionCreepIndexDistributionAuthorizationSystem.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePermissionAnalyticGcpPermissionCreepIndexDistributionAuthorizationSystem.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancepermissionanalyticgcppermissioncreepindexdistributionauthorizationsystem Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernancePermissionAnalyticGcpPermissionCreepIndexDistributionAuthorizationSystem --- @@ -24,7 +24,7 @@ Get-MgBetaIdentityGovernancePermissionAnalyticGcpPermissionCreepIndexDistributio -PermissionsCreepIndexDistributionId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaIdentityGovernancePermissionAnalyticGcpPermissionCreepIndexDistributio -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -382,6 +382,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePermissionAnalyticGcpPermissionCreepIndexDistributionCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePermissionAnalyticGcpPermissionCreepIndexDistributionCount.md index 83f816519d2be..cb6de98395ebb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePermissionAnalyticGcpPermissionCreepIndexDistributionCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePermissionAnalyticGcpPermissionCreepIndexDistributionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancepermissionanalyticgcppermissioncreepindexdistributioncount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernancePermissionAnalyticGcpPermissionCreepIndexDistributionCount --- @@ -24,7 +24,7 @@ Get-MgBetaIdentityGovernancePermissionAnalyticGcpPermissionCreepIndexDistributio [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePermissionManagement.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePermissionManagement.md index 0c9ee172e68aa..a49f60b2ecb80 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePermissionManagement.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePermissionManagement.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancepermissionmanagement Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernancePermissionManagement --- @@ -23,7 +23,7 @@ Get permissionsManagement from identityGovernance Get-MgBetaIdentityGovernancePermissionManagement [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePermissionManagementPermissionRequestChange.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePermissionManagementPermissionRequestChange.md index 52e4abe575e1b..441b2e479d077 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePermissionManagementPermissionRequestChange.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePermissionManagementPermissionRequestChange.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancepermissionmanagementpermissionrequestchange Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernancePermissionManagementPermissionRequestChange --- @@ -25,7 +25,7 @@ Get-MgBetaIdentityGovernancePermissionManagementPermissionRequestChange [-Expand [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaIdentityGovernancePermissionManagementPermissionRequestChange -PermissionsRequestChangeId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -45,7 +45,7 @@ Get-MgBetaIdentityGovernancePermissionManagementPermissionRequestChange -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -578,6 +578,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePermissionManagementPermissionRequestChangeCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePermissionManagementPermissionRequestChangeCount.md index 0d65b0d533b54..30b69eb7b8fbd 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePermissionManagementPermissionRequestChangeCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePermissionManagementPermissionRequestChangeCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancepermissionmanagementpermissionrequestchangecount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernancePermissionManagementPermissionRequestChangeCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaIdentityGovernancePermissionManagementPermissionRequestChangeCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApproval.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApproval.md index 8ba24ab0067f5..3b69a8131b97e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApproval.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApproval.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancepermissionmanagementscheduledpermissionapproval Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApproval --- @@ -26,7 +26,6 @@ Get-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApproval [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -36,7 +35,7 @@ Get-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApproval -App [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +45,7 @@ Get-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApproval -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -566,6 +565,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApprovalCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApprovalCount.md index 76b4c387a058b..c74ffaeb19094 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApprovalCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApprovalCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancepermissionmanagementscheduledpermissionapprovalcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApprovalCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApprovalCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApprovalStep.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApprovalStep.md index 6dd8cbc951366..f90c23887af21 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApprovalStep.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApprovalStep.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancepermissionmanagementscheduledpermissionapprovalstep Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApprovalStep --- @@ -26,7 +26,6 @@ Get-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApprovalStep [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -36,7 +35,7 @@ Get-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApprovalStep -ApprovalStepId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +45,7 @@ Get-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApprovalStep -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -593,6 +592,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApprovalStepCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApprovalStepCount.md index b9e6181c40bb6..d8726a4ce729b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApprovalStepCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApprovalStepCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancepermissionmanagementscheduledpermissionapprovalstepcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApprovalStepCount --- @@ -24,7 +24,7 @@ Get-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApprovalStepC -ApprovalId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApprovalStepC -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -380,6 +380,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePermissionManagementScheduledPermissionRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePermissionManagementScheduledPermissionRequest.md index 5340569bac682..14c710da9dd7d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePermissionManagementScheduledPermissionRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePermissionManagementScheduledPermissionRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancepermissionmanagementscheduledpermissionrequest Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernancePermissionManagementScheduledPermissionRequest --- @@ -27,7 +27,6 @@ Get-MgBetaIdentityGovernancePermissionManagementScheduledPermissionRequest [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccess.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccess.md index 531e9ed0c7b75..95093e97fb9ed 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccess.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccess.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernanceprivilegedaccess Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernancePrivilegedAccess --- @@ -26,7 +26,7 @@ Get privilegedAccess from identityGovernance Get-MgBetaIdentityGovernancePrivilegedAccess [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroup.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroup.md index 0c7ad1ecea0f7..0c4a368bb7a1b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroup.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroup.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernanceprivilegedaccessgroup Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernancePrivilegedAccessGroup --- @@ -26,7 +26,7 @@ A group that's governed through Privileged Identity Management (PIM). Get-MgBetaIdentityGovernancePrivilegedAccessGroup [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApproval.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApproval.md index 7808ebf08b57b..7f38f2080f308 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApproval.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApproval.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernanceprivilegedaccessgroupassignmentapproval Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApproval --- @@ -28,7 +28,7 @@ Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApproval [-ExpandProp [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApproval -ApprovalId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +48,7 @@ Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApproval -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -568,6 +568,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApprovalCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApprovalCount.md index 52db9dcc91059..fd10631a074c4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApprovalCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApprovalCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernanceprivilegedaccessgroupassignmentapprovalcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApprovalCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApprovalCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStep.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStep.md index e91af04688d48..466a3bc5858d9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStep.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStep.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernanceprivilegedaccessgroupassignmentapprovalstep Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStep --- @@ -26,7 +26,6 @@ Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStep -Approva [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -36,7 +35,7 @@ Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStep -Approva -ApprovalStepId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +45,7 @@ Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStep -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -593,6 +592,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStepCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStepCount.md index 439972f37c754..1d0093f17f0df 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStepCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStepCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernanceprivilegedaccessgroupassignmentapprovalstepcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStepCount --- @@ -24,7 +24,7 @@ Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStepCount -Ap [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStepCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -380,6 +380,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentSchedule.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentSchedule.md index 8f2e75c1661f3..a9299f9ceb1a8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentSchedule.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentSchedule.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernanceprivilegedaccessgroupassignmentschedule Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentSchedule --- @@ -28,7 +28,7 @@ Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentSchedule [-ExpandProp [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentSchedule -PrivilegedAccessGroupAssignmentScheduleId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +48,7 @@ Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentSchedule -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -589,6 +589,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleActivatedUsing.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleActivatedUsing.md index c866997c14cf1..f0cc63c167ede 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleActivatedUsing.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleActivatedUsing.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernanceprivilegedaccessgroupassignmentscheduleactivatedusing Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleActivatedUsing --- @@ -29,7 +29,7 @@ Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleActivatedUsin -PrivilegedAccessGroupAssignmentScheduleId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -39,7 +39,7 @@ Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleActivatedUsin -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -389,6 +389,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleCount.md index 9087bd95073bf..95a7685620044 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernanceprivilegedaccessgroupassignmentschedulecount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleGroup.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleGroup.md index 44a42b079278f..e41706952a02d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleGroup.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleGroup.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernanceprivilegedaccessgroupassignmentschedulegroup Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleGroup --- @@ -28,7 +28,7 @@ Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleGroup -PrivilegedAccessGroupAssignmentScheduleId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -38,7 +38,7 @@ Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleGroup -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -387,6 +387,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleGroupServiceProvisioningError.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleGroupServiceProvisioningError.md index d5359a626e6ec..31d828575e229 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleGroupServiceProvisioningError.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleGroupServiceProvisioningError.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernanceprivilegedaccessgroupassignmentschedulegroupserviceprovisioningerror Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleGroupServiceProvisioningError --- @@ -29,7 +29,7 @@ Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleGroupServiceP [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleGroupServiceProvisioningErrorCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleGroupServiceProvisioningErrorCount.md index c9281d5c4a15c..40e1cfeb3c9ff 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleGroupServiceProvisioningErrorCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleGroupServiceProvisioningErrorCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernanceprivilegedaccessgroupassignmentschedulegroupserviceprovisioningerrorcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleGroupServiceProvisioningErrorCount --- @@ -27,7 +27,7 @@ Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleGroupServiceP -PrivilegedAccessGroupAssignmentScheduleId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleGroupServiceP -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -383,6 +383,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance.md index fc300a3093fa0..df5ca82f96031 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernanceprivilegedaccessgroupassignmentscheduleinstance Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance --- @@ -29,7 +29,6 @@ Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -39,7 +38,7 @@ Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance -PrivilegedAccessGroupAssignmentScheduleInstanceId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -49,7 +48,7 @@ Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -590,6 +589,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceActivatedUsing.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceActivatedUsing.md index c5c649ac63d9f..19fe51f0f9ea6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceActivatedUsing.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceActivatedUsing.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernanceprivilegedaccessgroupassignmentscheduleinstanceactivatedusing Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceActivatedUsing --- @@ -28,7 +28,7 @@ Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceActiv -PrivilegedAccessGroupAssignmentScheduleInstanceId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -38,7 +38,7 @@ Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceActiv -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -387,6 +387,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceCount.md index 11d4c86d879fc..d19e14d20a76d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernanceprivilegedaccessgroupassignmentscheduleinstancecount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceGroup.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceGroup.md index d8c30396d261b..565dee734709f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceGroup.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceGroup.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernanceprivilegedaccessgroupassignmentscheduleinstancegroup Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceGroup --- @@ -28,7 +28,7 @@ Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceGroup -PrivilegedAccessGroupAssignmentScheduleInstanceId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -38,7 +38,7 @@ Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceGroup -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -387,6 +387,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceGroupServiceProvisioningError.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceGroupServiceProvisioningError.md index 6a8f1021567ec..447c7645204b0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceGroupServiceProvisioningError.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceGroupServiceProvisioningError.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernanceprivilegedaccessgroupassignmentscheduleinstancegroupserviceprovisioningerror Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceGroupServiceProvisioningError --- @@ -29,7 +29,7 @@ Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceGroup [-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.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceGroupServiceProvisioningErrorCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceGroupServiceProvisioningErrorCount.md index 568d85a4e7cf0..a197340019d63 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceGroupServiceProvisioningErrorCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceGroupServiceProvisioningErrorCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernanceprivilegedaccessgroupassignmentscheduleinstancegroupserviceprovisioningerrorcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceGroupServiceProvisioningErrorCount --- @@ -27,7 +27,7 @@ Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceGroup -PrivilegedAccessGroupAssignmentScheduleInstanceId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceGroup -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -383,6 +383,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstancePrincipal.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstancePrincipal.md index 908ecd1b181fb..ad02b9b629fd2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstancePrincipal.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstancePrincipal.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernanceprivilegedaccessgroupassignmentscheduleinstanceprincipal Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstancePrincipal --- @@ -28,7 +28,7 @@ Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstancePrinc -PrivilegedAccessGroupAssignmentScheduleInstanceId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -38,7 +38,7 @@ Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstancePrinc -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -387,6 +387,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentSchedulePrincipal.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentSchedulePrincipal.md index 447c742320467..8d2771bd0b24a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentSchedulePrincipal.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentSchedulePrincipal.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernanceprivilegedaccessgroupassignmentscheduleprincipal Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentSchedulePrincipal --- @@ -28,7 +28,7 @@ Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentSchedulePrincipal -PrivilegedAccessGroupAssignmentScheduleId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -38,7 +38,7 @@ Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentSchedulePrincipal -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -387,6 +387,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest.md index 5f26e7b9fa7f3..e4d0ec6503ba4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernanceprivilegedaccessgroupassignmentschedulerequest Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest --- @@ -29,7 +29,6 @@ Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -39,7 +38,7 @@ Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest -PrivilegedAccessGroupAssignmentScheduleRequestId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -49,7 +48,7 @@ Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -590,6 +589,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestActivatedUsing.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestActivatedUsing.md index 96180521cd345..df94fa0fb6b01 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestActivatedUsing.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestActivatedUsing.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernanceprivilegedaccessgroupassignmentschedulerequestactivatedusing Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestActivatedUsing --- @@ -29,7 +29,7 @@ Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestActiva -PrivilegedAccessGroupAssignmentScheduleRequestId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -39,7 +39,7 @@ Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestActiva -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -389,6 +389,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestCount.md index ca5941062ac0e..1320db1c524c7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernanceprivilegedaccessgroupassignmentschedulerequestcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestGroup.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestGroup.md index 1a0b9a68ab053..5f81daa711c87 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestGroup.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestGroup.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernanceprivilegedaccessgroupassignmentschedulerequestgroup Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestGroup --- @@ -28,7 +28,7 @@ Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestGroup -PrivilegedAccessGroupAssignmentScheduleRequestId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -38,7 +38,7 @@ Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestGroup -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -387,6 +387,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestGroupServiceProvisioningError.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestGroupServiceProvisioningError.md index 4e73ae5c18af3..3edf9a84ca743 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestGroupServiceProvisioningError.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestGroupServiceProvisioningError.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernanceprivilegedaccessgroupassignmentschedulerequestgroupserviceprovisioningerror Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestGroupServiceProvisioningError --- @@ -29,7 +29,7 @@ Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestGroupS [-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.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestGroupServiceProvisioningErrorCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestGroupServiceProvisioningErrorCount.md index 03a7d0ae9e133..3767482f68044 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestGroupServiceProvisioningErrorCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestGroupServiceProvisioningErrorCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernanceprivilegedaccessgroupassignmentschedulerequestgroupserviceprovisioningerrorcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestGroupServiceProvisioningErrorCount --- @@ -27,7 +27,7 @@ Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestGroupS -PrivilegedAccessGroupAssignmentScheduleRequestId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestGroupS -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -383,6 +383,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestPrincipal.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestPrincipal.md index cf572172924b9..310addaad47f1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestPrincipal.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestPrincipal.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernanceprivilegedaccessgroupassignmentschedulerequestprincipal Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestPrincipal --- @@ -28,7 +28,7 @@ Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestPrinci -PrivilegedAccessGroupAssignmentScheduleRequestId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -38,7 +38,7 @@ Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestPrinci -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -387,6 +387,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestTargetSchedule.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestTargetSchedule.md index df6403bbf0f0b..3f592570c0714 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestTargetSchedule.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestTargetSchedule.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernanceprivilegedaccessgroupassignmentschedulerequesttargetschedule Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestTargetSchedule --- @@ -28,7 +28,7 @@ Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestTarget -PrivilegedAccessGroupAssignmentScheduleRequestId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -38,7 +38,7 @@ Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestTarget -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -387,6 +387,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilitySchedule.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilitySchedule.md index 8f7168256bd6c..1f272e485a128 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilitySchedule.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilitySchedule.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernanceprivilegedaccessgroupeligibilityschedule Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilitySchedule --- @@ -28,7 +28,7 @@ Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilitySchedule [-ExpandPro [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilitySchedule -PrivilegedAccessGroupEligibilityScheduleId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +48,7 @@ Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilitySchedule -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -600,6 +600,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleCount.md index 4a68fdb14bd4d..5e69b008ddced 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernanceprivilegedaccessgroupeligibilityschedulecount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleGroup.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleGroup.md index 03bf9943fcf05..2f3dd3b48290a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleGroup.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleGroup.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernanceprivilegedaccessgroupeligibilityschedulegroup Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleGroup --- @@ -28,7 +28,7 @@ Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleGroup -PrivilegedAccessGroupEligibilityScheduleId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -38,7 +38,7 @@ Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleGroup -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -387,6 +387,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleGroupServiceProvisioningError.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleGroupServiceProvisioningError.md index 25d429487ab1d..9f66a4d9ad0ee 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleGroupServiceProvisioningError.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleGroupServiceProvisioningError.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernanceprivilegedaccessgroupeligibilityschedulegroupserviceprovisioningerror Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleGroupServiceProvisioningError --- @@ -29,7 +29,7 @@ Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleGroupService [-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.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleGroupServiceProvisioningErrorCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleGroupServiceProvisioningErrorCount.md index e5adb937a190f..c40fadc4e0cd1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleGroupServiceProvisioningErrorCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleGroupServiceProvisioningErrorCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernanceprivilegedaccessgroupeligibilityschedulegroupserviceprovisioningerrorcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleGroupServiceProvisioningErrorCount --- @@ -27,7 +27,7 @@ Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleGroupService -PrivilegedAccessGroupEligibilityScheduleId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleGroupService -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -383,6 +383,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance.md index 298285e82b507..731889e334894 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernanceprivilegedaccessgroupeligibilityscheduleinstance Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance --- @@ -29,7 +29,6 @@ Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -39,7 +38,7 @@ Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance -PrivilegedAccessGroupEligibilityScheduleInstanceId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -49,7 +48,7 @@ Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -590,6 +589,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceCount.md index 5b622c5162290..e65e2a83f0dd4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernanceprivilegedaccessgroupeligibilityscheduleinstancecount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceGroup.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceGroup.md index efd9b58511c35..9dd4709e4b405 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceGroup.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceGroup.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernanceprivilegedaccessgroupeligibilityscheduleinstancegroup Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceGroup --- @@ -28,7 +28,7 @@ Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceGrou -PrivilegedAccessGroupEligibilityScheduleInstanceId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -38,7 +38,7 @@ Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceGrou -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -387,6 +387,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceGroupServiceProvisioningError.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceGroupServiceProvisioningError.md index 19cc752ad3593..57dbe6fd9ab80 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceGroupServiceProvisioningError.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceGroupServiceProvisioningError.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernanceprivilegedaccessgroupeligibilityscheduleinstancegroupserviceprovisioningerror Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceGroupServiceProvisioningError --- @@ -29,7 +29,7 @@ Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceGrou [-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.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceGroupServiceProvisioningErrorCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceGroupServiceProvisioningErrorCount.md index 5b866bffcb629..97dff37981a21 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceGroupServiceProvisioningErrorCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceGroupServiceProvisioningErrorCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernanceprivilegedaccessgroupeligibilityscheduleinstancegroupserviceprovisioningerrorcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceGroupServiceProvisioningErrorCount --- @@ -27,7 +27,7 @@ Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceGrou -PrivilegedAccessGroupEligibilityScheduleInstanceId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceGrou -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -383,6 +383,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstancePrincipal.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstancePrincipal.md index db241089b9a6e..a75ced553c832 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstancePrincipal.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstancePrincipal.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernanceprivilegedaccessgroupeligibilityscheduleinstanceprincipal Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstancePrincipal --- @@ -28,7 +28,7 @@ Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstancePrin -PrivilegedAccessGroupEligibilityScheduleInstanceId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -38,7 +38,7 @@ Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstancePrin -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -387,6 +387,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilitySchedulePrincipal.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilitySchedulePrincipal.md index e26be6238d4e4..8023d9b8aca98 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilitySchedulePrincipal.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilitySchedulePrincipal.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernanceprivilegedaccessgroupeligibilityscheduleprincipal Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilitySchedulePrincipal --- @@ -28,7 +28,7 @@ Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilitySchedulePrincipal -PrivilegedAccessGroupEligibilityScheduleId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -38,7 +38,7 @@ Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilitySchedulePrincipal -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -387,6 +387,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest.md index a910ad73a4bc6..32b6b6b6b10a2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernanceprivilegedaccessgroupeligibilityschedulerequest Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest --- @@ -29,7 +29,6 @@ Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -39,7 +38,7 @@ Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest -PrivilegedAccessGroupEligibilityScheduleRequestId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -49,7 +48,7 @@ Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -601,6 +600,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestCount.md index 34a23964968b2..31de0a2469272 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernanceprivilegedaccessgroupeligibilityschedulerequestcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestGroup.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestGroup.md index 053aa5c13887f..200b9d534d736 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestGroup.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestGroup.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernanceprivilegedaccessgroupeligibilityschedulerequestgroup Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestGroup --- @@ -28,7 +28,7 @@ Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestGroup -PrivilegedAccessGroupEligibilityScheduleRequestId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -38,7 +38,7 @@ Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestGroup -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -387,6 +387,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestGroupServiceProvisioningError.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestGroupServiceProvisioningError.md index 634539dbaf8c2..7817645dc1595 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestGroupServiceProvisioningError.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestGroupServiceProvisioningError.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernanceprivilegedaccessgroupeligibilityschedulerequestgroupserviceprovisioningerror Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestGroupServiceProvisioningError --- @@ -29,7 +29,7 @@ Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestGroup [-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.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestGroupServiceProvisioningErrorCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestGroupServiceProvisioningErrorCount.md index a38f195dedcce..c8f9c8459ada7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestGroupServiceProvisioningErrorCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestGroupServiceProvisioningErrorCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernanceprivilegedaccessgroupeligibilityschedulerequestgroupserviceprovisioningerrorcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestGroupServiceProvisioningErrorCount --- @@ -27,7 +27,7 @@ Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestGroup -PrivilegedAccessGroupEligibilityScheduleRequestId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestGroup -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -383,6 +383,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestPrincipal.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestPrincipal.md index 99c4f00955a5c..1863c1b39585e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestPrincipal.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestPrincipal.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernanceprivilegedaccessgroupeligibilityschedulerequestprincipal Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestPrincipal --- @@ -28,7 +28,7 @@ Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestPrinc -PrivilegedAccessGroupEligibilityScheduleRequestId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -38,7 +38,7 @@ Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestPrinc -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -387,6 +387,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestTargetSchedule.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestTargetSchedule.md index f1c4ff04f217f..c9e5910589ffe 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestTargetSchedule.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestTargetSchedule.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernanceprivilegedaccessgroupeligibilityschedulerequesttargetschedule Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestTargetSchedule --- @@ -27,7 +27,7 @@ Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestTarge -PrivilegedAccessGroupEligibilityScheduleRequestId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestTarge -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -385,6 +385,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupResource.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupResource.md index 0981cb95cf7b0..7e5b7f40331b3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupResource.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupResource.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernanceprivilegedaccessgroupresource Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernancePrivilegedAccessGroupResource --- @@ -25,7 +25,7 @@ Get-MgBetaIdentityGovernancePrivilegedAccessGroupResource [-ExpandProperty ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaIdentityGovernancePrivilegedAccessGroupResource -GroupResourceId ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -45,7 +45,7 @@ Get-MgBetaIdentityGovernancePrivilegedAccessGroupResource -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -65,6 +65,19 @@ Read the properties and relationships of a groupResource object. | Delegated (personal Microsoft account) | Not supported | | Application | PrivilegedAccess.Read.AzureADGroup, PrivilegedAccess.ReadWrite.AzureADGroup, | +## EXAMPLES +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Beta.Identity.Governance + +Get-MgBetaIdentityGovernancePrivilegedAccessGroupResource + +``` +This example shows how to use the Get-MgBetaIdentityGovernancePrivilegedAccessGroupResource Cmdlet. + + ## PARAMETERS ### -All @@ -573,6 +586,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource @@ -661,6 +675,5 @@ INPUTOBJECT ``: Identity Parameter - diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupResourceCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupResourceCount.md index c1deb51be8be6..84d9b6dc59194 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupResourceCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernancePrivilegedAccessGroupResourceCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernanceprivilegedaccessgroupresourcecount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernancePrivilegedAccessGroupResourceCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaIdentityGovernancePrivilegedAccessGroupResourceCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceRoleManagementAlert.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceRoleManagementAlert.md index ae72272e4da49..3282e62f2f1cf 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceRoleManagementAlert.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceRoleManagementAlert.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancerolemanagementalert Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceRoleManagementAlert --- @@ -25,7 +25,7 @@ Get-MgBetaIdentityGovernanceRoleManagementAlert [-ExpandProperty ] [-P [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaIdentityGovernanceRoleManagementAlert -UnifiedRoleManagementAlertId ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -45,7 +45,7 @@ Get-MgBetaIdentityGovernanceRoleManagementAlert -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -586,6 +586,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceRoleManagementAlertConfiguration.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceRoleManagementAlertConfiguration.md index f92dfd3a0c090..2ee0bf5364b68 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceRoleManagementAlertConfiguration.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceRoleManagementAlertConfiguration.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancerolemanagementalertconfiguration Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceRoleManagementAlertConfiguration --- @@ -26,7 +26,7 @@ Get-MgBetaIdentityGovernanceRoleManagementAlertConfiguration [-ExpandProperty ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -36,7 +36,7 @@ Get-MgBetaIdentityGovernanceRoleManagementAlertConfiguration -UnifiedRoleManagementAlertConfigurationId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### Get1 @@ -46,7 +46,7 @@ Get-MgBetaIdentityGovernanceRoleManagementAlertConfiguration -UnifiedRoleManagem [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity1 @@ -56,7 +56,7 @@ Get-MgBetaIdentityGovernanceRoleManagementAlertConfiguration -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -66,7 +66,7 @@ Get-MgBetaIdentityGovernanceRoleManagementAlertConfiguration -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -635,6 +635,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceRoleManagementAlertConfigurationAlertDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceRoleManagementAlertConfigurationAlertDefinition.md index 31a784111d4f5..9266396dfe670 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceRoleManagementAlertConfigurationAlertDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceRoleManagementAlertConfigurationAlertDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancerolemanagementalertconfigurationalertdefinition Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceRoleManagementAlertConfigurationAlertDefinition --- @@ -25,7 +25,7 @@ Get-MgBetaIdentityGovernanceRoleManagementAlertConfigurationAlertDefinition -UnifiedRoleManagementAlertConfigurationId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaIdentityGovernanceRoleManagementAlertConfigurationAlertDefinition -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -384,6 +384,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceRoleManagementAlertConfigurationCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceRoleManagementAlertConfigurationCount.md index 4c1f74cfaca09..9619e14d2cf38 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceRoleManagementAlertConfigurationCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceRoleManagementAlertConfigurationCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancerolemanagementalertconfigurationcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceRoleManagementAlertConfigurationCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaIdentityGovernanceRoleManagementAlertConfigurationCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceRoleManagementAlertCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceRoleManagementAlertCount.md index 0809aedd1c023..d89805e1beeab 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceRoleManagementAlertCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceRoleManagementAlertCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancerolemanagementalertcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceRoleManagementAlertCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaIdentityGovernanceRoleManagementAlertCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceRoleManagementAlertDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceRoleManagementAlertDefinition.md index 992460a581fe8..b89253e830762 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceRoleManagementAlertDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceRoleManagementAlertDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancerolemanagementalertdefinition Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceRoleManagementAlertDefinition --- @@ -25,7 +25,7 @@ Get-MgBetaIdentityGovernanceRoleManagementAlertDefinition [-ExpandProperty ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaIdentityGovernanceRoleManagementAlertDefinition -UnifiedRoleManagementAlertDefinitionId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### Get1 @@ -45,7 +45,7 @@ Get-MgBetaIdentityGovernanceRoleManagementAlertDefinition -UnifiedRoleManagement [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity1 @@ -55,7 +55,7 @@ Get-MgBetaIdentityGovernanceRoleManagementAlertDefinition -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -65,7 +65,7 @@ Get-MgBetaIdentityGovernanceRoleManagementAlertDefinition -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -633,6 +633,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceRoleManagementAlertDefinitionCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceRoleManagementAlertDefinitionCount.md index 579ab99ce63ba..f358c70f8a716 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceRoleManagementAlertDefinitionCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceRoleManagementAlertDefinitionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancerolemanagementalertdefinitioncount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceRoleManagementAlertDefinitionCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaIdentityGovernanceRoleManagementAlertDefinitionCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceRoleManagementAlertIncident.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceRoleManagementAlertIncident.md index a72ed5a85e044..6b8195394c792 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceRoleManagementAlertIncident.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceRoleManagementAlertIncident.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancerolemanagementalertincident Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceRoleManagementAlertIncident --- @@ -27,7 +27,6 @@ Get-MgBetaIdentityGovernanceRoleManagementAlertIncident -UnifiedRoleManagementAl [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -37,7 +36,7 @@ Get-MgBetaIdentityGovernanceRoleManagementAlertIncident -UnifiedRoleManagementAl -UnifiedRoleManagementAlertIncidentId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -47,7 +46,7 @@ Get-MgBetaIdentityGovernanceRoleManagementAlertIncident -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -607,6 +606,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceRoleManagementAlertIncidentCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceRoleManagementAlertIncidentCount.md index 08b9b34c198f1..be0d12dd9210d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceRoleManagementAlertIncidentCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceRoleManagementAlertIncidentCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancerolemanagementalertincidentcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceRoleManagementAlertIncidentCount --- @@ -24,7 +24,7 @@ Get-MgBetaIdentityGovernanceRoleManagementAlertIncidentCount -UnifiedRoleManagem [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaIdentityGovernanceRoleManagementAlertIncidentCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -388,6 +388,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceRoleManagementAlertOperation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceRoleManagementAlertOperation.md index b115ae62362aa..c836b4279aba8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceRoleManagementAlertOperation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceRoleManagementAlertOperation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancerolemanagementalertoperation Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceRoleManagementAlertOperation --- @@ -25,7 +25,7 @@ Get-MgBetaIdentityGovernanceRoleManagementAlertOperation [-ExpandProperty ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaIdentityGovernanceRoleManagementAlertOperation -LongRunningOperationId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -45,7 +45,7 @@ Get-MgBetaIdentityGovernanceRoleManagementAlertOperation -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -573,6 +573,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceRoleManagementAlertOperationCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceRoleManagementAlertOperationCount.md index b13b5b09cb164..b177d9b0f9887 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceRoleManagementAlertOperationCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceRoleManagementAlertOperationCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancerolemanagementalertoperationcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceRoleManagementAlertOperationCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaIdentityGovernanceRoleManagementAlertOperationCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceTermsOfUseAgreement.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceTermsOfUseAgreement.md index 5dba7dc8c9d2d..46f620c3c2bfe 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceTermsOfUseAgreement.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceTermsOfUseAgreement.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancetermsofuseagreement Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceTermsOfUseAgreement --- @@ -28,7 +28,7 @@ Get-MgBetaIdentityGovernanceTermsOfUseAgreement [-ExpandProperty ] [-P [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -37,7 +37,7 @@ Get-MgBetaIdentityGovernanceTermsOfUseAgreement [-ExpandProperty ] [-P Get-MgBetaIdentityGovernanceTermsOfUseAgreement -AgreementId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -47,7 +47,7 @@ Get-MgBetaIdentityGovernanceTermsOfUseAgreement -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -591,6 +591,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceTermsOfUseAgreementAcceptance.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceTermsOfUseAgreementAcceptance.md index 85522c16484ad..b9e063f1c711e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceTermsOfUseAgreementAcceptance.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceTermsOfUseAgreementAcceptance.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancetermsofuseagreementacceptance Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceTermsOfUseAgreementAcceptance --- @@ -28,7 +28,7 @@ Get-MgBetaIdentityGovernanceTermsOfUseAgreementAcceptance [-ExpandProperty ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get1 @@ -38,7 +38,7 @@ Get-MgBetaIdentityGovernanceTermsOfUseAgreementAcceptance -AgreementAcceptanceId -AgreementId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### Get @@ -48,7 +48,7 @@ Get-MgBetaIdentityGovernanceTermsOfUseAgreementAcceptance -AgreementAcceptanceId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### List1 @@ -60,7 +60,6 @@ Get-MgBetaIdentityGovernanceTermsOfUseAgreementAcceptance -AgreementId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### GetViaIdentity1 @@ -70,7 +69,7 @@ Get-MgBetaIdentityGovernanceTermsOfUseAgreementAcceptance -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -80,7 +79,7 @@ Get-MgBetaIdentityGovernanceTermsOfUseAgreementAcceptance -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -687,6 +686,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceTermsOfUseAgreementAcceptanceCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceTermsOfUseAgreementAcceptanceCount.md index 588d453600f04..37f5a8c9c711d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceTermsOfUseAgreementAcceptanceCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceTermsOfUseAgreementAcceptanceCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancetermsofuseagreementacceptancecount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceTermsOfUseAgreementAcceptanceCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaIdentityGovernanceTermsOfUseAgreementAcceptanceCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### Get1 @@ -36,7 +36,7 @@ Get-MgBetaIdentityGovernanceTermsOfUseAgreementAcceptanceCount -AgreementId ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +46,7 @@ Get-MgBetaIdentityGovernanceTermsOfUseAgreementAcceptanceCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -392,6 +392,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceTermsOfUseAgreementCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceTermsOfUseAgreementCount.md index 0d81d61516de7..170a00298b0f9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceTermsOfUseAgreementCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceTermsOfUseAgreementCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancetermsofuseagreementcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceTermsOfUseAgreementCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaIdentityGovernanceTermsOfUseAgreementCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceTermsOfUseAgreementFile.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceTermsOfUseAgreementFile.md index f8758e7c9c53a..8d459512e0e5e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceTermsOfUseAgreementFile.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceTermsOfUseAgreementFile.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancetermsofuseagreementfile Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceTermsOfUseAgreementFile --- @@ -28,7 +28,7 @@ Get-MgBetaIdentityGovernanceTermsOfUseAgreementFile -AgreementId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### List @@ -40,7 +40,6 @@ Get-MgBetaIdentityGovernanceTermsOfUseAgreementFile -AgreementId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### GetViaIdentity @@ -50,7 +49,7 @@ Get-MgBetaIdentityGovernanceTermsOfUseAgreementFile -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -594,6 +593,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileCount.md index 9c2a05334b456..f4dfe151e0fa1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancetermsofuseagreementfilecount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileCount -AgreementId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -382,6 +382,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalization.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalization.md index f685a8e6b40f3..de21904768ac4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalization.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalization.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancetermsofuseagreementfilelocalization Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalization --- @@ -29,7 +29,6 @@ Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalization -AgreementId ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -39,7 +38,7 @@ Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalization -AgreementFileLocalizationId -AgreementId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -49,7 +48,7 @@ Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalization -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -596,6 +595,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalizationCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalizationCount.md index d72a7435787fe..44ff1b311f07b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalizationCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalizationCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancetermsofuseagreementfilelocalizationcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalizationCount --- @@ -27,7 +27,7 @@ Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalizationCount -AgreementI [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalizationCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -383,6 +383,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion.md index f2242dd3cd127..6f511a6e58b6a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancetermsofuseagreementfilelocalizationversion Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion --- @@ -30,7 +30,7 @@ Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -41,7 +41,7 @@ Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -51,7 +51,7 @@ Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -626,6 +626,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalizationVersionCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalizationVersionCount.md index 545c8dd20ac34..79121d78921c4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalizationVersionCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalizationVersionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancetermsofuseagreementfilelocalizationversioncount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalizationVersionCount --- @@ -27,7 +27,7 @@ Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalizationVersionCount -AgreementFileLocalizationId -AgreementId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalizationVersionCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -404,6 +404,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileVersion.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileVersion.md index 9f1cb3fb97d2b..bfb56a319e81d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileVersion.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancetermsofuseagreementfileversion Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileVersion --- @@ -30,7 +30,7 @@ Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileVersion -AgreementFileLocaliz [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -40,7 +40,7 @@ Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileVersion -AgreementFileLocaliz -AgreementFileVersionId -AgreementId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -50,7 +50,7 @@ Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileVersion -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -625,6 +625,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileVersionCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileVersionCount.md index 29a990c472a15..dd6cd6135ea8a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileVersionCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileVersionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaidentitygovernancetermsofuseagreementfileversioncount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileVersionCount --- @@ -27,7 +27,7 @@ Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileVersionCount -AgreementFileLocalizationId -AgreementId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileVersionCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -404,6 +404,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccess.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccess.md index a31d39d79ae0e..34739e2edc78f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccess.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccess.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaprivilegedaccess Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPrivilegedAccess --- @@ -25,7 +25,7 @@ Get-MgBetaPrivilegedAccess [-ExpandProperty ] [-Property ] [ [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -34,7 +34,7 @@ Get-MgBetaPrivilegedAccess [-ExpandProperty ] [-Property ] [ Get-MgBetaPrivilegedAccess -PrivilegedAccessId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -43,7 +43,7 @@ Get-MgBetaPrivilegedAccess -PrivilegedAccessId [-ExpandProperty [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -563,6 +563,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessCount.md index ec8f984673939..21fca670c9d67 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaprivilegedaccesscount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPrivilegedAccessCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaPrivilegedAccessCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessResource.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessResource.md index 09906fa99c29e..1943e00839ff0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessResource.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessResource.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaprivilegedaccessresource Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPrivilegedAccessResource --- @@ -25,7 +25,7 @@ Get-MgBetaPrivilegedAccessResource -PrivilegedAccessId [-ExpandProperty [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaPrivilegedAccessResource -GovernanceResourceId -PrivilegedAcc [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -45,7 +45,7 @@ Get-MgBetaPrivilegedAccessResource -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -601,6 +601,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessResourceCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessResourceCount.md index c4a9a9634ee0f..59af9d324bcc4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessResourceCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessResourceCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaprivilegedaccessresourcecount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPrivilegedAccessResourceCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaPrivilegedAccessResourceCount -PrivilegedAccessId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -33,7 +33,7 @@ Get-MgBetaPrivilegedAccessResourceCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -379,6 +379,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessResourceParent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessResourceParent.md index 1a37f5d88e65f..e5e505c713d4b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessResourceParent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessResourceParent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaprivilegedaccessresourceparent Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPrivilegedAccessResourceParent --- @@ -26,7 +26,7 @@ Get-MgBetaPrivilegedAccessResourceParent -GovernanceResourceId -Privile [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaPrivilegedAccessResourceParent -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -407,6 +407,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessResourceRoleAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessResourceRoleAssignment.md index b973dcf00c6f4..de77392e7b302 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessResourceRoleAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessResourceRoleAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaprivilegedaccessresourceroleassignment Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPrivilegedAccessResourceRoleAssignment --- @@ -26,7 +26,7 @@ Get-MgBetaPrivilegedAccessResourceRoleAssignment -GovernanceResourceId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -36,7 +36,7 @@ Get-MgBetaPrivilegedAccessResourceRoleAssignment -GovernanceResourceId -GovernanceRoleAssignmentId -PrivilegedAccessId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +46,7 @@ Get-MgBetaPrivilegedAccessResourceRoleAssignment -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -620,6 +620,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessResourceRoleAssignmentCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessResourceRoleAssignmentCount.md index 3b0fdc0d91330..35f118df48cf8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessResourceRoleAssignmentCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessResourceRoleAssignmentCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaprivilegedaccessresourceroleassignmentcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPrivilegedAccessResourceRoleAssignmentCount --- @@ -24,7 +24,7 @@ Get-MgBetaPrivilegedAccessResourceRoleAssignmentCount -GovernanceResourceId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaPrivilegedAccessResourceRoleAssignmentCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -401,6 +401,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessResourceRoleAssignmentLinkedEligibleRoleAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessResourceRoleAssignmentLinkedEligibleRoleAssignment.md index 13d326ed1c586..a4b714c17c1ba 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessResourceRoleAssignmentLinkedEligibleRoleAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessResourceRoleAssignmentLinkedEligibleRoleAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaprivilegedaccessresourceroleassignmentlinkedeligibleroleassignment Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPrivilegedAccessResourceRoleAssignmentLinkedEligibleRoleAssignment --- @@ -26,7 +26,7 @@ Get-MgBetaPrivilegedAccessResourceRoleAssignmentLinkedEligibleRoleAssignment [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaPrivilegedAccessResourceRoleAssignmentLinkedEligibleRoleAssignment -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -427,6 +427,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequest.md index 33f4a25f3a5eb..2d1154a831358 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaprivilegedaccessresourceroleassignmentrequest Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequest --- @@ -26,7 +26,7 @@ Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequest -GovernanceResourceId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -37,7 +37,7 @@ Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequest -GovernanceResourceId ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -47,7 +47,7 @@ Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequest -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -621,6 +621,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequestCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequestCount.md index 1537989c23608..798dbeb007773 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequestCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequestCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaprivilegedaccessresourceroleassignmentrequestcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequestCount --- @@ -24,7 +24,7 @@ Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequestCount -GovernanceResource -PrivilegedAccessId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequestCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -401,6 +401,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequestResource.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequestResource.md index c93feec959b17..a937e65098806 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequestResource.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequestResource.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaprivilegedaccessresourceroleassignmentrequestresource Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequestResource --- @@ -26,7 +26,7 @@ Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequestResource -GovernanceResou [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequestResource -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -427,6 +427,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequestRoleDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequestRoleDefinition.md index 54836b4f0c1e0..d32a703d2dfce 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequestRoleDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequestRoleDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaprivilegedaccessresourceroleassignmentrequestroledefinition Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequestRoleDefinition --- @@ -26,7 +26,7 @@ Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequestRoleDefinition -Governanc [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequestRoleDefinition -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -427,6 +427,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequestRoleDefinitionResource.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequestRoleDefinitionResource.md index 5a8e503cdec8f..417ba6689f843 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequestRoleDefinitionResource.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequestRoleDefinitionResource.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaprivilegedaccessresourceroleassignmentrequestroledefinitionresource Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequestRoleDefinitionResource --- @@ -26,7 +26,7 @@ Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequestRoleDefinitionResource -PrivilegedAccessId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequestRoleDefinitionResource -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -427,6 +427,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequestRoleDefinitionRoleSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequestRoleDefinitionRoleSetting.md index 09e8be594ff70..7c8421c4b1dcc 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequestRoleDefinitionRoleSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequestRoleDefinitionRoleSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaprivilegedaccessresourceroleassignmentrequestroledefinitionrolesetting Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequestRoleDefinitionRoleSetting --- @@ -25,7 +25,7 @@ Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequestRoleDefinitionRoleSetting -PrivilegedAccessId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequestRoleDefinitionRoleSetting -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -425,6 +425,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequestSubject.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequestSubject.md index 78eda5631578a..14eb8095a2cdf 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequestSubject.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequestSubject.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaprivilegedaccessresourceroleassignmentrequestsubject Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequestSubject --- @@ -26,7 +26,7 @@ Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequestSubject -GovernanceResour [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequestSubject -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -427,6 +427,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessResourceRoleAssignmentResource.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessResourceRoleAssignmentResource.md index 71d0af5f5f751..a58ab1ddc6f8c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessResourceRoleAssignmentResource.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessResourceRoleAssignmentResource.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaprivilegedaccessresourceroleassignmentresource Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPrivilegedAccessResourceRoleAssignmentResource --- @@ -25,7 +25,7 @@ Get-MgBetaPrivilegedAccessResourceRoleAssignmentResource -GovernanceResourceId < -GovernanceRoleAssignmentId -PrivilegedAccessId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaPrivilegedAccessResourceRoleAssignmentResource -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -426,6 +426,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessResourceRoleAssignmentRoleDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessResourceRoleAssignmentRoleDefinition.md index 2a7d295b77710..e72ff06f69223 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessResourceRoleAssignmentRoleDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessResourceRoleAssignmentRoleDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaprivilegedaccessresourceroleassignmentroledefinition Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPrivilegedAccessResourceRoleAssignmentRoleDefinition --- @@ -25,7 +25,7 @@ Get-MgBetaPrivilegedAccessResourceRoleAssignmentRoleDefinition -GovernanceResour -GovernanceRoleAssignmentId -PrivilegedAccessId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaPrivilegedAccessResourceRoleAssignmentRoleDefinition -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -426,6 +426,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessResourceRoleAssignmentRoleDefinitionResource.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessResourceRoleAssignmentRoleDefinitionResource.md index 8a5e89822bc38..2b46226360bf1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessResourceRoleAssignmentRoleDefinitionResource.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessResourceRoleAssignmentRoleDefinitionResource.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaprivilegedaccessresourceroleassignmentroledefinitionresource Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPrivilegedAccessResourceRoleAssignmentRoleDefinitionResource --- @@ -26,7 +26,7 @@ Get-MgBetaPrivilegedAccessResourceRoleAssignmentRoleDefinitionResource [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaPrivilegedAccessResourceRoleAssignmentRoleDefinitionResource -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -427,6 +427,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessResourceRoleAssignmentRoleDefinitionRoleSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessResourceRoleAssignmentRoleDefinitionRoleSetting.md index 3285db685d549..4e8016500f0a5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessResourceRoleAssignmentRoleDefinitionRoleSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessResourceRoleAssignmentRoleDefinitionRoleSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaprivilegedaccessresourceroleassignmentroledefinitionrolesetting Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPrivilegedAccessResourceRoleAssignmentRoleDefinitionRoleSetting --- @@ -25,7 +25,7 @@ Get-MgBetaPrivilegedAccessResourceRoleAssignmentRoleDefinitionRoleSetting [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaPrivilegedAccessResourceRoleAssignmentRoleDefinitionRoleSetting -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -425,6 +425,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessResourceRoleAssignmentSubject.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessResourceRoleAssignmentSubject.md index e90ff275667bd..be93b8293e65f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessResourceRoleAssignmentSubject.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessResourceRoleAssignmentSubject.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaprivilegedaccessresourceroleassignmentsubject Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPrivilegedAccessResourceRoleAssignmentSubject --- @@ -25,7 +25,7 @@ Get-MgBetaPrivilegedAccessResourceRoleAssignmentSubject -GovernanceResourceId -PrivilegedAccessId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaPrivilegedAccessResourceRoleAssignmentSubject -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -426,6 +426,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessResourceRoleDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessResourceRoleDefinition.md index aa6b82b49f23c..cd1b71f81c7b4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessResourceRoleDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessResourceRoleDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaprivilegedaccessresourceroledefinition Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPrivilegedAccessResourceRoleDefinition --- @@ -26,7 +26,7 @@ Get-MgBetaPrivilegedAccessResourceRoleDefinition -GovernanceResourceId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -36,7 +36,7 @@ Get-MgBetaPrivilegedAccessResourceRoleDefinition -GovernanceResourceId -GovernanceRoleDefinitionId -PrivilegedAccessId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +46,7 @@ Get-MgBetaPrivilegedAccessResourceRoleDefinition -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -620,6 +620,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessResourceRoleDefinitionCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessResourceRoleDefinitionCount.md index 27b6f20fda3a6..3e16e2c1456c1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessResourceRoleDefinitionCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessResourceRoleDefinitionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaprivilegedaccessresourceroledefinitioncount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPrivilegedAccessResourceRoleDefinitionCount --- @@ -24,7 +24,7 @@ Get-MgBetaPrivilegedAccessResourceRoleDefinitionCount -GovernanceResourceId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaPrivilegedAccessResourceRoleDefinitionCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -401,6 +401,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessResourceRoleDefinitionResource.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessResourceRoleDefinitionResource.md index 5fa633e22a91b..644a459940c0d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessResourceRoleDefinitionResource.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessResourceRoleDefinitionResource.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaprivilegedaccessresourceroledefinitionresource Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPrivilegedAccessResourceRoleDefinitionResource --- @@ -25,7 +25,7 @@ Get-MgBetaPrivilegedAccessResourceRoleDefinitionResource -GovernanceResourceId < -GovernanceRoleDefinitionId -PrivilegedAccessId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaPrivilegedAccessResourceRoleDefinitionResource -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -426,6 +426,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessResourceRoleDefinitionRoleSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessResourceRoleDefinitionRoleSetting.md index dc8f03b27afaa..db8c0033d48d2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessResourceRoleDefinitionRoleSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessResourceRoleDefinitionRoleSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaprivilegedaccessresourceroledefinitionrolesetting Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPrivilegedAccessResourceRoleDefinitionRoleSetting --- @@ -24,7 +24,7 @@ Get-MgBetaPrivilegedAccessResourceRoleDefinitionRoleSetting -GovernanceResourceI -GovernanceRoleDefinitionId -PrivilegedAccessId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaPrivilegedAccessResourceRoleDefinitionRoleSetting -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -424,6 +424,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessResourceRoleSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessResourceRoleSetting.md index 583f4124c5e36..1288598928f9c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessResourceRoleSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessResourceRoleSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaprivilegedaccessresourcerolesetting Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPrivilegedAccessResourceRoleSetting --- @@ -26,7 +26,7 @@ Get-MgBetaPrivilegedAccessResourceRoleSetting -GovernanceResourceId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -36,7 +36,7 @@ Get-MgBetaPrivilegedAccessResourceRoleSetting -GovernanceResourceId -GovernanceRoleSettingId -PrivilegedAccessId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +46,7 @@ Get-MgBetaPrivilegedAccessResourceRoleSetting -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -620,6 +620,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessResourceRoleSettingCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessResourceRoleSettingCount.md index 23c8f85b9816c..435cfb1495c30 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessResourceRoleSettingCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessResourceRoleSettingCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaprivilegedaccessresourcerolesettingcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPrivilegedAccessResourceRoleSettingCount --- @@ -24,7 +24,7 @@ Get-MgBetaPrivilegedAccessResourceRoleSettingCount -GovernanceResourceId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaPrivilegedAccessResourceRoleSettingCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -401,6 +401,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessResourceRoleSettingResource.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessResourceRoleSettingResource.md index 6a32387ce1f50..f042a3c7b9ccb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessResourceRoleSettingResource.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessResourceRoleSettingResource.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaprivilegedaccessresourcerolesettingresource Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPrivilegedAccessResourceRoleSettingResource --- @@ -25,7 +25,7 @@ Get-MgBetaPrivilegedAccessResourceRoleSettingResource -GovernanceResourceId -PrivilegedAccessId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaPrivilegedAccessResourceRoleSettingResource -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -426,6 +426,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessResourceRoleSettingRoleDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessResourceRoleSettingRoleDefinition.md index ba420d2c04c72..b84551075eeff 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessResourceRoleSettingRoleDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessResourceRoleSettingRoleDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaprivilegedaccessresourcerolesettingroledefinition Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPrivilegedAccessResourceRoleSettingRoleDefinition --- @@ -25,7 +25,7 @@ Get-MgBetaPrivilegedAccessResourceRoleSettingRoleDefinition -GovernanceResourceI -GovernanceRoleSettingId -PrivilegedAccessId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaPrivilegedAccessResourceRoleSettingRoleDefinition -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -426,6 +426,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessResourceRoleSettingRoleDefinitionResource.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessResourceRoleSettingRoleDefinitionResource.md index 06cf29597caba..f72cc39a4eae9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessResourceRoleSettingRoleDefinitionResource.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessResourceRoleSettingRoleDefinitionResource.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaprivilegedaccessresourcerolesettingroledefinitionresource Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPrivilegedAccessResourceRoleSettingRoleDefinitionResource --- @@ -25,7 +25,7 @@ Get-MgBetaPrivilegedAccessResourceRoleSettingRoleDefinitionResource -GovernanceR -GovernanceRoleSettingId -PrivilegedAccessId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaPrivilegedAccessResourceRoleSettingRoleDefinitionResource -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -426,6 +426,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessResourceRoleSettingRoleDefinitionRoleSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessResourceRoleSettingRoleDefinitionRoleSetting.md index 658f7270fdc3a..5d8e3fc7b408f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessResourceRoleSettingRoleDefinitionRoleSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessResourceRoleSettingRoleDefinitionRoleSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaprivilegedaccessresourcerolesettingroledefinitionrolesetting Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPrivilegedAccessResourceRoleSettingRoleDefinitionRoleSetting --- @@ -25,7 +25,7 @@ Get-MgBetaPrivilegedAccessResourceRoleSettingRoleDefinitionRoleSetting [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaPrivilegedAccessResourceRoleSettingRoleDefinitionRoleSetting -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -425,6 +425,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessRoleAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessRoleAssignment.md index c8be809cdc9d7..989d3e6358f35 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessRoleAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessRoleAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaprivilegedaccessroleassignment Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPrivilegedAccessRoleAssignment --- @@ -25,7 +25,7 @@ Get-MgBetaPrivilegedAccessRoleAssignment -PrivilegedAccessId [-ExpandPr [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaPrivilegedAccessRoleAssignment -GovernanceRoleAssignmentId -PrivilegedAccessId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -45,7 +45,7 @@ Get-MgBetaPrivilegedAccessRoleAssignment -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -592,6 +592,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessRoleAssignmentCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessRoleAssignmentCount.md index 7ece87261e308..44e19740280c0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessRoleAssignmentCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessRoleAssignmentCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaprivilegedaccessroleassignmentcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPrivilegedAccessRoleAssignmentCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaPrivilegedAccessRoleAssignmentCount -PrivilegedAccessId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -33,7 +33,7 @@ Get-MgBetaPrivilegedAccessRoleAssignmentCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -379,6 +379,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessRoleAssignmentLinkedEligibleRoleAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessRoleAssignmentLinkedEligibleRoleAssignment.md index aa812f5a41ed1..ef458940aefe5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessRoleAssignmentLinkedEligibleRoleAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessRoleAssignmentLinkedEligibleRoleAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaprivilegedaccessroleassignmentlinkedeligibleroleassignment Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPrivilegedAccessRoleAssignmentLinkedEligibleRoleAssignment --- @@ -25,7 +25,7 @@ Get-MgBetaPrivilegedAccessRoleAssignmentLinkedEligibleRoleAssignment -GovernanceRoleAssignmentId -PrivilegedAccessId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaPrivilegedAccessRoleAssignmentLinkedEligibleRoleAssignment -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -405,6 +405,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessRoleAssignmentRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessRoleAssignmentRequest.md index 0422d329e0138..fbfe118e391f0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessRoleAssignmentRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessRoleAssignmentRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaprivilegedaccessroleassignmentrequest Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPrivilegedAccessRoleAssignmentRequest --- @@ -26,7 +26,6 @@ Get-MgBetaPrivilegedAccessRoleAssignmentRequest -PrivilegedAccessId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -36,7 +35,7 @@ Get-MgBetaPrivilegedAccessRoleAssignmentRequest -GovernanceRoleAssignmentRequest -PrivilegedAccessId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +45,7 @@ Get-MgBetaPrivilegedAccessRoleAssignmentRequest -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -593,6 +592,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessRoleAssignmentRequestCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessRoleAssignmentRequestCount.md index d9c2c3e08f7c0..f5b9f06ed7f68 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessRoleAssignmentRequestCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessRoleAssignmentRequestCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaprivilegedaccessroleassignmentrequestcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPrivilegedAccessRoleAssignmentRequestCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaPrivilegedAccessRoleAssignmentRequestCount -PrivilegedAccessId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -33,7 +33,7 @@ Get-MgBetaPrivilegedAccessRoleAssignmentRequestCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -379,6 +379,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessRoleAssignmentRequestResource.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessRoleAssignmentRequestResource.md index 752ae8cbda599..5a4b4d430f525 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessRoleAssignmentRequestResource.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessRoleAssignmentRequestResource.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaprivilegedaccessroleassignmentrequestresource Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPrivilegedAccessRoleAssignmentRequestResource --- @@ -25,7 +25,7 @@ Get-MgBetaPrivilegedAccessRoleAssignmentRequestResource -GovernanceRoleAssignmen -PrivilegedAccessId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaPrivilegedAccessRoleAssignmentRequestResource -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -405,6 +405,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessRoleAssignmentRequestRoleDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessRoleAssignmentRequestRoleDefinition.md index 715b5701fe033..17f7e3bd26c2f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessRoleAssignmentRequestRoleDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessRoleAssignmentRequestRoleDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaprivilegedaccessroleassignmentrequestroledefinition Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPrivilegedAccessRoleAssignmentRequestRoleDefinition --- @@ -26,7 +26,7 @@ Get-MgBetaPrivilegedAccessRoleAssignmentRequestRoleDefinition [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaPrivilegedAccessRoleAssignmentRequestRoleDefinition -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -406,6 +406,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessRoleAssignmentRequestSubject.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessRoleAssignmentRequestSubject.md index 34c929e631da1..da1cf1fa87120 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessRoleAssignmentRequestSubject.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessRoleAssignmentRequestSubject.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaprivilegedaccessroleassignmentrequestsubject Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPrivilegedAccessRoleAssignmentRequestSubject --- @@ -25,7 +25,7 @@ Get-MgBetaPrivilegedAccessRoleAssignmentRequestSubject -GovernanceRoleAssignment -PrivilegedAccessId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaPrivilegedAccessRoleAssignmentRequestSubject -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -405,6 +405,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessRoleAssignmentResource.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessRoleAssignmentResource.md index ad36871c72abc..e9b06d64b8f61 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessRoleAssignmentResource.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessRoleAssignmentResource.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaprivilegedaccessroleassignmentresource Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPrivilegedAccessRoleAssignmentResource --- @@ -25,7 +25,7 @@ Get-MgBetaPrivilegedAccessRoleAssignmentResource -GovernanceRoleAssignmentId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaPrivilegedAccessRoleAssignmentResource -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -405,6 +405,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessRoleAssignmentRoleDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessRoleAssignmentRoleDefinition.md index 1cf1eae8bb5f8..12ba1620b1b26 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessRoleAssignmentRoleDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessRoleAssignmentRoleDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaprivilegedaccessroleassignmentroledefinition Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPrivilegedAccessRoleAssignmentRoleDefinition --- @@ -25,7 +25,7 @@ Get-MgBetaPrivilegedAccessRoleAssignmentRoleDefinition -GovernanceRoleAssignment -PrivilegedAccessId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaPrivilegedAccessRoleAssignmentRoleDefinition -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -405,6 +405,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessRoleAssignmentSubject.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessRoleAssignmentSubject.md index c8c5a50a7ffe1..4681c0d6c84f8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessRoleAssignmentSubject.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessRoleAssignmentSubject.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaprivilegedaccessroleassignmentsubject Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPrivilegedAccessRoleAssignmentSubject --- @@ -25,7 +25,7 @@ Get-MgBetaPrivilegedAccessRoleAssignmentSubject -GovernanceRoleAssignmentId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaPrivilegedAccessRoleAssignmentSubject -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -405,6 +405,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessRoleDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessRoleDefinition.md index df99a5ea9ee08..859126cb63be6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessRoleDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessRoleDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaprivilegedaccessroledefinition Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPrivilegedAccessRoleDefinition --- @@ -25,7 +25,7 @@ Get-MgBetaPrivilegedAccessRoleDefinition -PrivilegedAccessId [-ExpandPr [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaPrivilegedAccessRoleDefinition -GovernanceRoleDefinitionId -PrivilegedAccessId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -45,7 +45,7 @@ Get-MgBetaPrivilegedAccessRoleDefinition -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -592,6 +592,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessRoleDefinitionCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessRoleDefinitionCount.md index 784f1aea0f2ee..f50e8f2db4879 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessRoleDefinitionCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessRoleDefinitionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaprivilegedaccessroledefinitioncount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPrivilegedAccessRoleDefinitionCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaPrivilegedAccessRoleDefinitionCount -PrivilegedAccessId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -33,7 +33,7 @@ Get-MgBetaPrivilegedAccessRoleDefinitionCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -379,6 +379,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessRoleDefinitionResource.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessRoleDefinitionResource.md index 0567025b34b4b..56f10874a9da1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessRoleDefinitionResource.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessRoleDefinitionResource.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaprivilegedaccessroledefinitionresource Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPrivilegedAccessRoleDefinitionResource --- @@ -25,7 +25,7 @@ Get-MgBetaPrivilegedAccessRoleDefinitionResource -GovernanceRoleDefinitionId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaPrivilegedAccessRoleDefinitionResource -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -405,6 +405,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessRoleDefinitionRoleSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessRoleDefinitionRoleSetting.md index 714e6ccd1d3ea..c88b7553775e8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessRoleDefinitionRoleSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessRoleDefinitionRoleSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaprivilegedaccessroledefinitionrolesetting Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPrivilegedAccessRoleDefinitionRoleSetting --- @@ -24,7 +24,7 @@ Get-MgBetaPrivilegedAccessRoleDefinitionRoleSetting -GovernanceRoleDefinitionId -PrivilegedAccessId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaPrivilegedAccessRoleDefinitionRoleSetting -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -403,6 +403,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessRoleSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessRoleSetting.md index 7fa5bcd3c0584..dc68dd368fc83 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessRoleSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessRoleSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaprivilegedaccessrolesetting Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPrivilegedAccessRoleSetting --- @@ -25,7 +25,7 @@ Get-MgBetaPrivilegedAccessRoleSetting -PrivilegedAccessId [-ExpandPrope [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaPrivilegedAccessRoleSetting -GovernanceRoleSettingId -Privile [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -45,7 +45,7 @@ Get-MgBetaPrivilegedAccessRoleSetting -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -601,6 +601,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessRoleSettingCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessRoleSettingCount.md index 50de4388eeaac..82753d2461545 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessRoleSettingCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessRoleSettingCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaprivilegedaccessrolesettingcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPrivilegedAccessRoleSettingCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaPrivilegedAccessRoleSettingCount -PrivilegedAccessId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -33,7 +33,7 @@ Get-MgBetaPrivilegedAccessRoleSettingCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -379,6 +379,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessRoleSettingResource.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessRoleSettingResource.md index 52dcfdef84a83..245d0883003b2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessRoleSettingResource.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessRoleSettingResource.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaprivilegedaccessrolesettingresource Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPrivilegedAccessRoleSettingResource --- @@ -25,7 +25,7 @@ Get-MgBetaPrivilegedAccessRoleSettingResource -GovernanceRoleSettingId -PrivilegedAccessId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaPrivilegedAccessRoleSettingResource -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -405,6 +405,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessRoleSettingRoleDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessRoleSettingRoleDefinition.md index 54ab7d653ef2e..a08cd09b8e477 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessRoleSettingRoleDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedAccessRoleSettingRoleDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaprivilegedaccessrolesettingroledefinition Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPrivilegedAccessRoleSettingRoleDefinition --- @@ -25,7 +25,7 @@ Get-MgBetaPrivilegedAccessRoleSettingRoleDefinition -GovernanceRoleSettingId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaPrivilegedAccessRoleSettingRoleDefinition -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -405,6 +405,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedApproval.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedApproval.md index 4875d859634a9..3b0cf729c50f1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedApproval.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedApproval.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaprivilegedapproval Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPrivilegedApproval --- @@ -25,7 +25,7 @@ Get-MgBetaPrivilegedApproval [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -34,7 +34,7 @@ Get-MgBetaPrivilegedApproval [-ExpandProperty ] [-Property ] Get-MgBetaPrivilegedApproval -PrivilegedApprovalId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -43,7 +43,7 @@ Get-MgBetaPrivilegedApproval -PrivilegedApprovalId [-ExpandProperty [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -579,6 +579,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedApprovalCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedApprovalCount.md index a00ce3d54926e..6348e40936a61 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedApprovalCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedApprovalCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaprivilegedapprovalcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPrivilegedApprovalCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaPrivilegedApprovalCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedApprovalRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedApprovalRequest.md index 9d10364597f67..45f7b0d4c6af3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedApprovalRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedApprovalRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaprivilegedapprovalrequest Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPrivilegedApprovalRequest --- @@ -23,7 +23,7 @@ Get request from privilegedApproval Get-MgBetaPrivilegedApprovalRequest -PrivilegedApprovalId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -33,7 +33,7 @@ Get-MgBetaPrivilegedApprovalRequest -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -381,6 +381,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedApprovalRoleInfo.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedApprovalRoleInfo.md index 3e48ef9b1b137..6763ad20135f1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedApprovalRoleInfo.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedApprovalRoleInfo.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaprivilegedapprovalroleinfo Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPrivilegedApprovalRoleInfo --- @@ -23,7 +23,7 @@ Get roleInfo from privilegedApproval Get-MgBetaPrivilegedApprovalRoleInfo -PrivilegedApprovalId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -33,7 +33,7 @@ Get-MgBetaPrivilegedApprovalRoleInfo -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -381,6 +381,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedApprovalRoleInfoAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedApprovalRoleInfoAssignment.md index f100e20c2f87c..e4e09cec4a577 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedApprovalRoleInfoAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedApprovalRoleInfoAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaprivilegedapprovalroleinfoassignment Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPrivilegedApprovalRoleInfoAssignment --- @@ -26,7 +26,6 @@ Get-MgBetaPrivilegedApprovalRoleInfoAssignment -PrivilegedApprovalId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -36,7 +35,7 @@ Get-MgBetaPrivilegedApprovalRoleInfoAssignment -PrivilegedApprovalId -PrivilegedRoleAssignmentId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +45,7 @@ Get-MgBetaPrivilegedApprovalRoleInfoAssignment -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -593,6 +592,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedApprovalRoleInfoAssignmentCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedApprovalRoleInfoAssignmentCount.md index 77d8ff5d1317a..7fe962fc4761c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedApprovalRoleInfoAssignmentCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedApprovalRoleInfoAssignmentCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaprivilegedapprovalroleinfoassignmentcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPrivilegedApprovalRoleInfoAssignmentCount --- @@ -24,7 +24,7 @@ Get-MgBetaPrivilegedApprovalRoleInfoAssignmentCount -PrivilegedApprovalId ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaPrivilegedApprovalRoleInfoAssignmentCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -380,6 +380,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedApprovalRoleInfoSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedApprovalRoleInfoSetting.md index 631a3b2d687e9..e5a53358f2c84 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedApprovalRoleInfoSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedApprovalRoleInfoSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaprivilegedapprovalroleinfosetting Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPrivilegedApprovalRoleInfoSetting --- @@ -24,7 +24,7 @@ Get-MgBetaPrivilegedApprovalRoleInfoSetting -PrivilegedApprovalId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaPrivilegedApprovalRoleInfoSetting -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -382,6 +382,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedApprovalRoleInfoSummary.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedApprovalRoleInfoSummary.md index 50a613c12bb19..90668d832089a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedApprovalRoleInfoSummary.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedApprovalRoleInfoSummary.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaprivilegedapprovalroleinfosummary Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPrivilegedApprovalRoleInfoSummary --- @@ -24,7 +24,7 @@ Get-MgBetaPrivilegedApprovalRoleInfoSummary -PrivilegedApprovalId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaPrivilegedApprovalRoleInfoSummary -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -382,6 +382,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedOperationEvent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedOperationEvent.md index c83a2504a9c78..4db8a5649a543 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedOperationEvent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedOperationEvent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaprivilegedoperationevent Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPrivilegedOperationEvent --- @@ -25,7 +25,7 @@ Get-MgBetaPrivilegedOperationEvent [-ExpandProperty ] [-Property ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -34,7 +34,7 @@ Get-MgBetaPrivilegedOperationEvent [-ExpandProperty ] [-Property [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -44,7 +44,7 @@ Get-MgBetaPrivilegedOperationEvent -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -594,6 +594,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedOperationEventCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedOperationEventCount.md index 6f49553f5954c..86a807622e44c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedOperationEventCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedOperationEventCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaprivilegedoperationeventcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPrivilegedOperationEventCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaPrivilegedOperationEventCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedRole.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedRole.md index a60ef551792f9..0c017944548ec 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedRole.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedRole.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaprivilegedrole Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPrivilegedRole --- @@ -25,7 +25,7 @@ Get-MgBetaPrivilegedRole [-ExpandProperty ] [-Property ] [-F [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -34,7 +34,7 @@ Get-MgBetaPrivilegedRole [-ExpandProperty ] [-Property ] [-F Get-MgBetaPrivilegedRole -PrivilegedRoleId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -43,7 +43,7 @@ Get-MgBetaPrivilegedRole -PrivilegedRoleId [-ExpandProperty ] Get-MgBetaPrivilegedRole -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -579,6 +579,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedRoleAssignmentCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedRoleAssignmentCount.md index 050cfca6ab57f..e17a10054ad6b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedRoleAssignmentCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedRoleAssignmentCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaprivilegedroleassignmentcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPrivilegedRoleAssignmentCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaPrivilegedRoleAssignmentCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### Get1 @@ -32,7 +32,7 @@ Get-MgBetaPrivilegedRoleAssignmentCount [-Filter ] [-Search ] Get-MgBetaPrivilegedRoleAssignmentCount -PrivilegedRoleId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -42,7 +42,7 @@ Get-MgBetaPrivilegedRoleAssignmentCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -388,6 +388,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedRoleAssignmentRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedRoleAssignmentRequest.md index b7ff8d397bf29..ee5ac57f23e51 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedRoleAssignmentRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedRoleAssignmentRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaprivilegedroleassignmentrequest Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPrivilegedRoleAssignmentRequest --- @@ -25,7 +25,7 @@ Get-MgBetaPrivilegedRoleAssignmentRequest [-ExpandProperty ] [-Propert [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaPrivilegedRoleAssignmentRequest -PrivilegedRoleAssignmentRequestId ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -45,7 +45,7 @@ Get-MgBetaPrivilegedRoleAssignmentRequest -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -574,6 +574,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedRoleAssignmentRequestCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedRoleAssignmentRequestCount.md index e0baf82d06d56..3e33f9cad5dc4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedRoleAssignmentRequestCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedRoleAssignmentRequestCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaprivilegedroleassignmentrequestcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPrivilegedRoleAssignmentRequestCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaPrivilegedRoleAssignmentRequestCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedRoleAssignmentRequestRoleInfo.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedRoleAssignmentRequestRoleInfo.md index 1a976e0782b01..c879216dd3400 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedRoleAssignmentRequestRoleInfo.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedRoleAssignmentRequestRoleInfo.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaprivilegedroleassignmentrequestroleinfo Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPrivilegedRoleAssignmentRequestRoleInfo --- @@ -24,7 +24,7 @@ Get-MgBetaPrivilegedRoleAssignmentRequestRoleInfo -PrivilegedRoleAssignmentReque [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaPrivilegedRoleAssignmentRequestRoleInfo -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -382,6 +382,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedRoleAssignmentRequestRoleInfoAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedRoleAssignmentRequestRoleInfoAssignment.md index 537ea52d2042c..bd648d42319f1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedRoleAssignmentRequestRoleInfoAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedRoleAssignmentRequestRoleInfoAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaprivilegedroleassignmentrequestroleinfoassignment Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPrivilegedRoleAssignmentRequestRoleInfoAssignment --- @@ -26,7 +26,7 @@ Get-MgBetaPrivilegedRoleAssignmentRequestRoleInfoAssignment [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -36,7 +36,7 @@ Get-MgBetaPrivilegedRoleAssignmentRequestRoleInfoAssignment -PrivilegedRoleAssig -PrivilegedRoleAssignmentRequestId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +46,7 @@ Get-MgBetaPrivilegedRoleAssignmentRequestRoleInfoAssignment -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -593,6 +593,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedRoleAssignmentRequestRoleInfoAssignmentCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedRoleAssignmentRequestRoleInfoAssignmentCount.md index 2c1ffd19168fe..4e4350b55ea6f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedRoleAssignmentRequestRoleInfoAssignmentCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedRoleAssignmentRequestRoleInfoAssignmentCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaprivilegedroleassignmentrequestroleinfoassignmentcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPrivilegedRoleAssignmentRequestRoleInfoAssignmentCount --- @@ -24,7 +24,7 @@ Get-MgBetaPrivilegedRoleAssignmentRequestRoleInfoAssignmentCount -PrivilegedRoleAssignmentRequestId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaPrivilegedRoleAssignmentRequestRoleInfoAssignmentCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -380,6 +380,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedRoleAssignmentRequestRoleInfoSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedRoleAssignmentRequestRoleInfoSetting.md index 1c4682f58c9cb..c4067968f6692 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedRoleAssignmentRequestRoleInfoSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedRoleAssignmentRequestRoleInfoSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaprivilegedroleassignmentrequestroleinfosetting Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPrivilegedRoleAssignmentRequestRoleInfoSetting --- @@ -24,7 +24,7 @@ Get-MgBetaPrivilegedRoleAssignmentRequestRoleInfoSetting -PrivilegedRoleAssignme [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaPrivilegedRoleAssignmentRequestRoleInfoSetting -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -382,6 +382,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedRoleAssignmentRequestRoleInfoSummary.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedRoleAssignmentRequestRoleInfoSummary.md index d34e1ac734d01..dd2e5f2cc8237 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedRoleAssignmentRequestRoleInfoSummary.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedRoleAssignmentRequestRoleInfoSummary.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaprivilegedroleassignmentrequestroleinfosummary Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPrivilegedRoleAssignmentRequestRoleInfoSummary --- @@ -24,7 +24,7 @@ Get-MgBetaPrivilegedRoleAssignmentRequestRoleInfoSummary -PrivilegedRoleAssignme [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaPrivilegedRoleAssignmentRequestRoleInfoSummary -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -382,6 +382,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedRoleAssignmentRoleInfo.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedRoleAssignmentRoleInfo.md index b406e6a945ffa..eff46bf506c40 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedRoleAssignmentRoleInfo.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedRoleAssignmentRoleInfo.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaprivilegedroleassignmentroleinfo Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPrivilegedRoleAssignmentRoleInfo --- @@ -24,7 +24,7 @@ Get-MgBetaPrivilegedRoleAssignmentRoleInfo -PrivilegedRoleAssignmentId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaPrivilegedRoleAssignmentRoleInfo -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -382,6 +382,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedRoleAssignmentRoleInfoAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedRoleAssignmentRoleInfoAssignment.md index 1f4235a7f0be7..dcd036856a974 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedRoleAssignmentRoleInfoAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedRoleAssignmentRoleInfoAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaprivilegedroleassignmentroleinfoassignment Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPrivilegedRoleAssignmentRoleInfoAssignment --- @@ -26,7 +26,6 @@ Get-MgBetaPrivilegedRoleAssignmentRoleInfoAssignment -PrivilegedRoleAssignmentId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -36,7 +35,7 @@ Get-MgBetaPrivilegedRoleAssignmentRoleInfoAssignment -PrivilegedRoleAssignmentId -PrivilegedRoleAssignmentId1 [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +45,7 @@ Get-MgBetaPrivilegedRoleAssignmentRoleInfoAssignment -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -593,6 +592,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedRoleAssignmentRoleInfoAssignmentCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedRoleAssignmentRoleInfoAssignmentCount.md index 6cfa70a248e57..767a9e4dd8beb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedRoleAssignmentRoleInfoAssignmentCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedRoleAssignmentRoleInfoAssignmentCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaprivilegedroleassignmentroleinfoassignmentcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPrivilegedRoleAssignmentRoleInfoAssignmentCount --- @@ -24,7 +24,7 @@ Get-MgBetaPrivilegedRoleAssignmentRoleInfoAssignmentCount -PrivilegedRoleAssignm [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaPrivilegedRoleAssignmentRoleInfoAssignmentCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -380,6 +380,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedRoleAssignmentRoleInfoSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedRoleAssignmentRoleInfoSetting.md index 015cd53067430..175476528ab1c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedRoleAssignmentRoleInfoSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedRoleAssignmentRoleInfoSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaprivilegedroleassignmentroleinfosetting Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPrivilegedRoleAssignmentRoleInfoSetting --- @@ -24,7 +24,7 @@ Get-MgBetaPrivilegedRoleAssignmentRoleInfoSetting -PrivilegedRoleAssignmentId ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaPrivilegedRoleAssignmentRoleInfoSetting -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -382,6 +382,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedRoleAssignmentRoleInfoSummary.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedRoleAssignmentRoleInfoSummary.md index 2dab85f7aca60..5e02adc3d6d5c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedRoleAssignmentRoleInfoSummary.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedRoleAssignmentRoleInfoSummary.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaprivilegedroleassignmentroleinfosummary Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPrivilegedRoleAssignmentRoleInfoSummary --- @@ -24,7 +24,7 @@ Get-MgBetaPrivilegedRoleAssignmentRoleInfoSummary -PrivilegedRoleAssignmentId ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaPrivilegedRoleAssignmentRoleInfoSummary -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -382,6 +382,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedRoleCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedRoleCount.md index f6dc1bbf7a127..2b3c295e7df1f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedRoleCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedRoleCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaprivilegedrolecount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPrivilegedRoleCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaPrivilegedRoleCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedRoleRoleAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedRoleRoleAssignment.md index b58c92e821a89..e09cbb8b2feaa 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedRoleRoleAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedRoleRoleAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaprivilegedroleroleassignment Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPrivilegedRoleRoleAssignment --- @@ -25,7 +25,7 @@ Get-MgBetaPrivilegedRoleRoleAssignment [-ExpandProperty ] [-Property < [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get1 @@ -35,7 +35,7 @@ Get-MgBetaPrivilegedRoleRoleAssignment -PrivilegedRoleAssignmentId -PrivilegedRoleId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### Get @@ -45,7 +45,7 @@ Get-MgBetaPrivilegedRoleRoleAssignment -PrivilegedRoleAssignmentId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### List1 @@ -56,7 +56,7 @@ Get-MgBetaPrivilegedRoleRoleAssignment -PrivilegedRoleId [-ExpandProper [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### GetViaIdentity1 @@ -66,7 +66,7 @@ Get-MgBetaPrivilegedRoleRoleAssignment -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -76,7 +76,7 @@ Get-MgBetaPrivilegedRoleRoleAssignment -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -720,6 +720,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedRoleSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedRoleSetting.md index bc3cde58042a3..2bfac35e1efbd 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedRoleSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedRoleSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaprivilegedrolesetting Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPrivilegedRoleSetting --- @@ -23,7 +23,7 @@ Get settings from privilegedRoles Get-MgBetaPrivilegedRoleSetting -PrivilegedRoleId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -33,7 +33,7 @@ Get-MgBetaPrivilegedRoleSetting -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -390,6 +390,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedRoleSummary.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedRoleSummary.md index aeb341842f0fc..a7be437eedb68 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedRoleSummary.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaPrivilegedRoleSummary.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaprivilegedrolesummary Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPrivilegedRoleSummary --- @@ -23,7 +23,7 @@ Get summary from privilegedRoles Get-MgBetaPrivilegedRoleSummary -PrivilegedRoleId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -33,7 +33,7 @@ Get-MgBetaPrivilegedRoleSummary -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -390,6 +390,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaProgram.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaProgram.md index 8978372dd28b8..53bffbdeba53e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaProgram.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaProgram.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaprogram Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaProgram --- @@ -25,7 +25,7 @@ Get-MgBetaProgram [-ExpandProperty ] [-Property ] [-Filter < [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -34,7 +34,7 @@ Get-MgBetaProgram [-ExpandProperty ] [-Property ] [-Filter < Get-MgBetaProgram -ProgramId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -43,7 +43,7 @@ Get-MgBetaProgram -ProgramId [-ExpandProperty ] [-Property [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -576,6 +576,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaProgramControl.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaProgramControl.md index e5b28d1f4f0c1..0294178aff860 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaProgramControl.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaProgramControl.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaprogramcontrol Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaProgramControl --- @@ -25,7 +25,7 @@ Get-MgBetaProgramControl [-ExpandProperty ] [-Property ] [-F [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### List1 @@ -36,7 +36,7 @@ Get-MgBetaProgramControl -ProgramControlId [-ExpandProperty ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get2 @@ -45,7 +45,7 @@ Get-MgBetaProgramControl -ProgramControlId [-ExpandProperty ] Get-MgBetaProgramControl -ProgramControlId -ProgramId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### Get1 @@ -55,7 +55,7 @@ Get-MgBetaProgramControl -ProgramControlId -ProgramControlId1 [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### Get @@ -64,7 +64,7 @@ Get-MgBetaProgramControl -ProgramControlId -ProgramControlId1 Get-MgBetaProgramControl -ProgramControlId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### List2 @@ -75,7 +75,7 @@ Get-MgBetaProgramControl -ProgramId [-ExpandProperty ] [-Prop [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### GetViaIdentity2 @@ -84,7 +84,7 @@ Get-MgBetaProgramControl -ProgramId [-ExpandProperty ] [-Prop Get-MgBetaProgramControl -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity1 @@ -93,7 +93,7 @@ Get-MgBetaProgramControl -InputObject [-ExpandProp Get-MgBetaProgramControl -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -102,7 +102,7 @@ Get-MgBetaProgramControl -InputObject [-ExpandProp Get-MgBetaProgramControl -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -809,6 +809,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaProgramControlCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaProgramControlCount.md index 4169fb6f89d81..fbea25004c847 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaProgramControlCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaProgramControlCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaprogramcontrolcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaProgramControlCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaProgramControlCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### Get1 @@ -32,7 +32,7 @@ Get-MgBetaProgramControlCount [-Filter ] [-Search ] Get-MgBetaProgramControlCount -ProgramControlId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### Get2 @@ -41,7 +41,7 @@ Get-MgBetaProgramControlCount -ProgramControlId [-Filter ] [-Se Get-MgBetaProgramControlCount -ProgramId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity1 @@ -50,7 +50,7 @@ Get-MgBetaProgramControlCount -ProgramId [-Filter ] [-Search [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -59,7 +59,7 @@ Get-MgBetaProgramControlCount -InputObject [-Filte Get-MgBetaProgramControlCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -440,6 +440,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaProgramControlProgram.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaProgramControlProgram.md index e975aa7d7cf9e..88da685008676 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaProgramControlProgram.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaProgramControlProgram.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaprogramcontrolprogram Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaProgramControlProgram --- @@ -23,7 +23,7 @@ The program this control is part of. Get-MgBetaProgramControlProgram -ProgramControlId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### Get1 @@ -33,7 +33,7 @@ Get-MgBetaProgramControlProgram -ProgramControlId -ProgramId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity1 @@ -43,7 +43,7 @@ Get-MgBetaProgramControlProgram -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -53,7 +53,7 @@ Get-MgBetaProgramControlProgram -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -434,6 +434,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaProgramControlType.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaProgramControlType.md index 81484c2926925..400071d5dd814 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaProgramControlType.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaProgramControlType.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaprogramcontroltype Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaProgramControlType --- @@ -25,7 +25,7 @@ Get-MgBetaProgramControlType [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -34,7 +34,7 @@ Get-MgBetaProgramControlType [-ExpandProperty ] [-Property ] Get-MgBetaProgramControlType -ProgramControlTypeId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -43,7 +43,7 @@ Get-MgBetaProgramControlType -ProgramControlTypeId [-ExpandProperty [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -576,6 +576,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaProgramControlTypeCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaProgramControlTypeCount.md index 954595ad5782a..bae937c890a5f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaProgramControlTypeCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaProgramControlTypeCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaprogramcontroltypecount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaProgramControlTypeCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaProgramControlTypeCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaProgramCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaProgramCount.md index 6d8f650241b8f..3f11b6bb023c7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaProgramCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaProgramCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetaprogramcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaProgramCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaProgramCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectory.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectory.md index 7daf1869b43fd..de3251162cffd 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectory.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectory.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagementdirectory Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementDirectory --- @@ -26,7 +26,7 @@ Get directory from roleManagement Get-MgBetaRoleManagementDirectory [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryResourceNamespace.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryResourceNamespace.md index 527376cdf5ced..17f6a58b78cf3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryResourceNamespace.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryResourceNamespace.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagementdirectoryresourcenamespace Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementDirectoryResourceNamespace --- @@ -28,7 +28,7 @@ Get-MgBetaRoleManagementDirectoryResourceNamespace [-ExpandProperty ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaRoleManagementDirectoryResourceNamespace -UnifiedRbacResourceNamespace [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +48,7 @@ Get-MgBetaRoleManagementDirectoryResourceNamespace -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -64,9 +64,9 @@ Read the properties and relationships of an unifiedRbacResourceNamespace object. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | RoleManagement.Read.Directory, RoleManagement.ReadWrite.Directory, RoleManagement.Read.All, | +| Delegated (work or school account) | RoleManagement.Read.Directory, RoleManagement.Read.All, RoleManagement.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: Code snippet @@ -589,6 +589,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryResourceNamespaceCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryResourceNamespaceCount.md index 0031ab02a4175..8602d69596765 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryResourceNamespaceCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryResourceNamespaceCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagementdirectoryresourcenamespacecount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementDirectoryResourceNamespaceCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaRoleManagementDirectoryResourceNamespaceCount [-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) | RoleManagement.Read.Directory, RoleManagement.ReadWrite.Directory, RoleManagement.Read.All, | +| Delegated (work or school account) | RoleManagement.Read.Directory, RoleManagement.Read.All, RoleManagement.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.Governance/Get-MgBetaRoleManagementDirectoryResourceNamespaceResourceAction.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryResourceNamespaceResourceAction.md index 6e8108e47a0a9..a15c510cbe3eb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryResourceNamespaceResourceAction.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryResourceNamespaceResourceAction.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagementdirectoryresourcenamespaceresourceaction Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementDirectoryResourceNamespaceResourceAction --- @@ -29,7 +29,7 @@ Get-MgBetaRoleManagementDirectoryResourceNamespaceResourceAction [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -40,7 +40,7 @@ Get-MgBetaRoleManagementDirectoryResourceNamespaceResourceAction [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -50,7 +50,7 @@ Get-MgBetaRoleManagementDirectoryResourceNamespaceResourceAction -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -66,9 +66,9 @@ Read the properties and relationships of an unifiedRbacResourceAction object. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | RoleManagement.Read.Directory, RoleManagement.ReadWrite.Directory, RoleManagement.Read.All, | +| Delegated (work or school account) | RoleManagement.Read.Directory, RoleManagement.Read.All, RoleManagement.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: List microsoft.directory actions @@ -640,6 +640,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryResourceNamespaceResourceActionAuthenticationContext.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryResourceNamespaceResourceActionAuthenticationContext.md index c8e445819cf63..b18f9cf3a280e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryResourceNamespaceResourceActionAuthenticationContext.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryResourceNamespaceResourceActionAuthenticationContext.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagementdirectoryresourcenamespaceresourceactionauthenticationcontext Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementDirectoryResourceNamespaceResourceActionAuthenticationContext --- @@ -25,7 +25,7 @@ Get-MgBetaRoleManagementDirectoryResourceNamespaceResourceActionAuthenticationCo [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaRoleManagementDirectoryResourceNamespaceResourceActionAuthenticationCo -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -404,6 +404,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryResourceNamespaceResourceActionCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryResourceNamespaceResourceActionCount.md index c87c1aba10899..91c02e6c4abca 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryResourceNamespaceResourceActionCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryResourceNamespaceResourceActionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagementdirectoryresourcenamespaceresourceactioncount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementDirectoryResourceNamespaceResourceActionCount --- @@ -27,7 +27,7 @@ Get-MgBetaRoleManagementDirectoryResourceNamespaceResourceActionCount -UnifiedRbacResourceNamespaceId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaRoleManagementDirectoryResourceNamespaceResourceActionCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-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) | RoleManagement.Read.Directory, RoleManagement.ReadWrite.Directory, RoleManagement.Read.All, | +| Delegated (work or school account) | RoleManagement.Read.Directory, RoleManagement.Read.All, RoleManagement.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 @@ -391,6 +391,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryResourceNamespaceResourceActionResourceScope.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryResourceNamespaceResourceActionResourceScope.md index dc80397d4fe6c..9bf76e7cc1ef0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryResourceNamespaceResourceActionResourceScope.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryResourceNamespaceResourceActionResourceScope.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagementdirectoryresourcenamespaceresourceactionresourcescope Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementDirectoryResourceNamespaceResourceActionResourceScope --- @@ -25,7 +25,7 @@ Get-MgBetaRoleManagementDirectoryResourceNamespaceResourceActionResourceScope [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaRoleManagementDirectoryResourceNamespaceResourceActionResourceScope -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -404,6 +404,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleAssignment.md index 016e086eda33f..e3bf0ca50ba05 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagementdirectoryroleassignment Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementDirectoryRoleAssignment --- @@ -28,7 +28,7 @@ Get-MgBetaRoleManagementDirectoryRoleAssignment [-ExpandProperty ] [-P [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaRoleManagementDirectoryRoleAssignment -UnifiedRoleAssignmentId ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +48,7 @@ Get-MgBetaRoleManagementDirectoryRoleAssignment -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -64,9 +64,9 @@ Retrieve the properties and relationships of a unifiedRoleAssignment object. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | RoleManagement.Read.Directory, RoleManagement.ReadWrite.Directory, RoleManagement.Read.All, Directory.ReadWrite.All, Directory.Read.All, | +| Delegated (work or school account) | RoleManagement.Read.Directory, Directory.Read.All, Directory.ReadWrite.All, RoleManagement.Read.All, RoleManagement.ReadWrite.Directory, | | Delegated (personal Microsoft account) | Not supported | -| Application | RoleManagement.Read.Directory, RoleManagement.ReadWrite.Directory, Directory.ReadWrite.All, Directory.Read.All, | +| Application | RoleManagement.Read.Directory, Directory.Read.All, Directory.ReadWrite.All, RoleManagement.ReadWrite.Directory, | ## EXAMPLES ### Example 1: Get details of a role assignment @@ -600,6 +600,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleAssignmentAppScope.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleAssignmentAppScope.md index fc1afadd353a4..45f67bbbcd371 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleAssignmentAppScope.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleAssignmentAppScope.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagementdirectoryroleassignmentappscope Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementDirectoryRoleAssignmentAppScope --- @@ -29,7 +29,7 @@ Get-MgBetaRoleManagementDirectoryRoleAssignmentAppScope -UnifiedRoleAssignmentId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -39,7 +39,7 @@ Get-MgBetaRoleManagementDirectoryRoleAssignmentAppScope -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -389,6 +389,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleAssignmentApproval.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleAssignmentApproval.md index f0a55a26f0dac..fd025e6459ea8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleAssignmentApproval.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleAssignmentApproval.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagementdirectoryroleassignmentapproval Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementDirectoryRoleAssignmentApproval --- @@ -25,7 +25,7 @@ Get-MgBetaRoleManagementDirectoryRoleAssignmentApproval [-ExpandProperty ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaRoleManagementDirectoryRoleAssignmentApproval -ApprovalId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -45,7 +45,7 @@ Get-MgBetaRoleManagementDirectoryRoleAssignmentApproval -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -565,6 +565,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleAssignmentApprovalCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleAssignmentApprovalCount.md index 4f6de3c3a4987..e8af66eabb05a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleAssignmentApprovalCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleAssignmentApprovalCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagementdirectoryroleassignmentapprovalcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementDirectoryRoleAssignmentApprovalCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaRoleManagementDirectoryRoleAssignmentApprovalCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleAssignmentApprovalStep.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleAssignmentApprovalStep.md index 5bab91ce68943..0d616c2870922 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleAssignmentApprovalStep.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleAssignmentApprovalStep.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagementdirectoryroleassignmentapprovalstep Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementDirectoryRoleAssignmentApprovalStep --- @@ -26,7 +26,6 @@ Get-MgBetaRoleManagementDirectoryRoleAssignmentApprovalStep -ApprovalId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -36,7 +35,7 @@ Get-MgBetaRoleManagementDirectoryRoleAssignmentApprovalStep -ApprovalId -ApprovalStepId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +45,7 @@ Get-MgBetaRoleManagementDirectoryRoleAssignmentApprovalStep -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -593,6 +592,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleAssignmentApprovalStepCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleAssignmentApprovalStepCount.md index 5a4446eb1731c..dc5aba81daa70 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleAssignmentApprovalStepCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleAssignmentApprovalStepCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagementdirectoryroleassignmentapprovalstepcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementDirectoryRoleAssignmentApprovalStepCount --- @@ -24,7 +24,7 @@ Get-MgBetaRoleManagementDirectoryRoleAssignmentApprovalStepCount -ApprovalId ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaRoleManagementDirectoryRoleAssignmentApprovalStepCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -380,6 +380,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleAssignmentCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleAssignmentCount.md index fe7e2bf518313..cb0ed9908c3a7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleAssignmentCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleAssignmentCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagementdirectoryroleassignmentcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementDirectoryRoleAssignmentCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaRoleManagementDirectoryRoleAssignmentCount [-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) | RoleManagement.Read.Directory, RoleManagement.ReadWrite.Directory, RoleManagement.Read.All, Directory.ReadWrite.All, Directory.Read.All, | +| Delegated (work or school account) | RoleManagement.Read.Directory, Directory.Read.All, Directory.ReadWrite.All, RoleManagement.Read.All, RoleManagement.ReadWrite.Directory, | | Delegated (personal Microsoft account) | Not supported | -| Application | RoleManagement.Read.Directory, RoleManagement.ReadWrite.Directory, Directory.ReadWrite.All, Directory.Read.All, | +| Application | RoleManagement.Read.Directory, Directory.Read.All, Directory.ReadWrite.All, RoleManagement.ReadWrite.Directory, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleAssignmentDirectoryScope.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleAssignmentDirectoryScope.md index 3c4d2d0e8fab7..1b0d4ec5ebdbd 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleAssignmentDirectoryScope.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleAssignmentDirectoryScope.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagementdirectoryroleassignmentdirectoryscope Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementDirectoryRoleAssignmentDirectoryScope --- @@ -29,7 +29,7 @@ Get-MgBetaRoleManagementDirectoryRoleAssignmentDirectoryScope -UnifiedRoleAssign [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -39,7 +39,7 @@ Get-MgBetaRoleManagementDirectoryRoleAssignmentDirectoryScope -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -389,6 +389,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleAssignmentPrincipal.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleAssignmentPrincipal.md index cb8862d5f61dc..eace09667c4cb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleAssignmentPrincipal.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleAssignmentPrincipal.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagementdirectoryroleassignmentprincipal Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementDirectoryRoleAssignmentPrincipal --- @@ -29,7 +29,7 @@ Get-MgBetaRoleManagementDirectoryRoleAssignmentPrincipal -UnifiedRoleAssignmentI [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -39,7 +39,7 @@ Get-MgBetaRoleManagementDirectoryRoleAssignmentPrincipal -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -389,6 +389,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleAssignmentRoleDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleAssignmentRoleDefinition.md index 7eb8b6967a358..ee9fc69f2914b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleAssignmentRoleDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleAssignmentRoleDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagementdirectoryroleassignmentroledefinition Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementDirectoryRoleAssignmentRoleDefinition --- @@ -28,7 +28,7 @@ Get-MgBetaRoleManagementDirectoryRoleAssignmentRoleDefinition -UnifiedRoleAssign [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -38,7 +38,7 @@ Get-MgBetaRoleManagementDirectoryRoleAssignmentRoleDefinition -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -387,6 +387,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleAssignmentSchedule.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleAssignmentSchedule.md index 2d63ab9202f9b..f505ee137c26c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleAssignmentSchedule.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleAssignmentSchedule.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagementdirectoryroleassignmentschedule Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementDirectoryRoleAssignmentSchedule --- @@ -28,7 +28,7 @@ Get-MgBetaRoleManagementDirectoryRoleAssignmentSchedule [-ExpandProperty ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaRoleManagementDirectoryRoleAssignmentSchedule -UnifiedRoleAssignmentSc [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +48,7 @@ Get-MgBetaRoleManagementDirectoryRoleAssignmentSchedule -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -64,9 +64,9 @@ Retrieve the schedule for an active role assignment operation. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | RoleAssignmentSchedule.Read.Directory, RoleManagement.ReadWrite.Directory, RoleManagement.Read.Directory, RoleManagement.Read.All, RoleAssignmentSchedule.ReadWrite.Directory, | +| Delegated (work or school account) | RoleAssignmentSchedule.Read.Directory, RoleAssignmentSchedule.ReadWrite.Directory, RoleManagement.Read.All, RoleManagement.Read.Directory, RoleManagement.ReadWrite.Directory, | | Delegated (personal Microsoft account) | Not supported | -| Application | RoleAssignmentSchedule.Read.Directory, RoleManagement.ReadWrite.Directory, RoleManagement.Read.Directory, RoleManagement.Read.All, RoleAssignmentSchedule.ReadWrite.Directory, | +| Application | RoleAssignmentSchedule.Read.Directory, RoleAssignmentSchedule.ReadWrite.Directory, RoleManagement.Read.All, RoleManagement.Read.Directory, RoleManagement.ReadWrite.Directory, | ## EXAMPLES ### Example 1: Code snippet @@ -589,6 +589,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleActivatedUsing.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleActivatedUsing.md index 1cc6388d1d9cd..f4640824065e4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleActivatedUsing.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleActivatedUsing.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagementdirectoryroleassignmentscheduleactivatedusing Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleActivatedUsing --- @@ -29,7 +29,7 @@ Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleActivatedUsing -UnifiedRoleAssignmentScheduleId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -39,7 +39,7 @@ Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleActivatedUsing -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -389,6 +389,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleAppScope.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleAppScope.md index 1f70f965003fb..5fdf894e468a4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleAppScope.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleAppScope.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagementdirectoryroleassignmentscheduleappscope Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleAppScope --- @@ -28,7 +28,7 @@ Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleAppScope -UnifiedRoleAssignmentScheduleId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -38,7 +38,7 @@ Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleAppScope -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -387,6 +387,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleCount.md index 293e290f7d5be..f91773fbe92d7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagementdirectoryroleassignmentschedulecount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleCount [-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) | RoleAssignmentSchedule.Read.Directory, RoleManagement.ReadWrite.Directory, RoleManagement.Read.Directory, RoleManagement.Read.All, RoleAssignmentSchedule.ReadWrite.Directory, | +| Delegated (work or school account) | RoleAssignmentSchedule.Read.Directory, RoleAssignmentSchedule.ReadWrite.Directory, RoleManagement.Read.All, RoleManagement.Read.Directory, RoleManagement.ReadWrite.Directory, | | Delegated (personal Microsoft account) | Not supported | -| Application | RoleAssignmentSchedule.Read.Directory, RoleManagement.ReadWrite.Directory, RoleManagement.Read.Directory, RoleManagement.Read.All, RoleAssignmentSchedule.ReadWrite.Directory, | +| Application | RoleAssignmentSchedule.Read.Directory, RoleAssignmentSchedule.ReadWrite.Directory, RoleManagement.Read.All, RoleManagement.Read.Directory, RoleManagement.ReadWrite.Directory, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleDirectoryScope.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleDirectoryScope.md index d16767bb88887..33d3ad1923a2f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleDirectoryScope.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleDirectoryScope.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagementdirectoryroleassignmentscheduledirectoryscope Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleDirectoryScope --- @@ -28,7 +28,7 @@ Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleDirectoryScope -UnifiedRoleAssignmentScheduleId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -38,7 +38,7 @@ Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleDirectoryScope -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -387,6 +387,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstance.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstance.md index 5d90d8cf17646..3521fd31b732d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstance.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstance.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagementdirectoryroleassignmentscheduleinstance Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstance --- @@ -28,7 +28,7 @@ Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstance [-ExpandProperty [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstance -UnifiedRoleAssignmentScheduleInstanceId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +48,7 @@ Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstance -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -64,9 +64,9 @@ Get the instance of an active role assignment. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | RoleAssignmentSchedule.Read.Directory, RoleManagement.ReadWrite.Directory, RoleManagement.Read.Directory, RoleManagement.Read.All, RoleAssignmentSchedule.ReadWrite.Directory, | +| Delegated (work or school account) | RoleAssignmentSchedule.Read.Directory, RoleAssignmentSchedule.ReadWrite.Directory, RoleManagement.Read.All, RoleManagement.Read.Directory, RoleManagement.ReadWrite.Directory, | | Delegated (personal Microsoft account) | Not supported | -| Application | RoleAssignmentSchedule.Read.Directory, RoleManagement.ReadWrite.Directory, RoleManagement.Read.Directory, RoleManagement.Read.All, RoleAssignmentSchedule.ReadWrite.Directory, | +| Application | RoleAssignmentSchedule.Read.Directory, RoleAssignmentSchedule.ReadWrite.Directory, RoleManagement.Read.All, RoleManagement.Read.Directory, RoleManagement.ReadWrite.Directory, | ## EXAMPLES ### Example 1: Code snippet @@ -589,6 +589,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstanceActivatedUsing.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstanceActivatedUsing.md index f8ef5f8e1720b..3f2048fd97d93 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstanceActivatedUsing.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstanceActivatedUsing.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagementdirectoryroleassignmentscheduleinstanceactivatedusing Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstanceActivatedUsing --- @@ -29,7 +29,7 @@ Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstanceActivatedUsing -UnifiedRoleAssignmentScheduleInstanceId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -39,7 +39,7 @@ Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstanceActivatedUsing -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -389,6 +389,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstanceAppScope.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstanceAppScope.md index e306d47ed3201..fc000169d0e08 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstanceAppScope.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstanceAppScope.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagementdirectoryroleassignmentscheduleinstanceappscope Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstanceAppScope --- @@ -28,7 +28,7 @@ Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstanceAppScope -UnifiedRoleAssignmentScheduleInstanceId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -38,7 +38,7 @@ Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstanceAppScope -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -387,6 +387,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstanceCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstanceCount.md index f9975001bdf05..3e497cf0aefcf 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstanceCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstanceCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagementdirectoryroleassignmentscheduleinstancecount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstanceCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstanceCount [-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) | RoleAssignmentSchedule.Read.Directory, RoleManagement.ReadWrite.Directory, RoleManagement.Read.Directory, RoleManagement.Read.All, RoleAssignmentSchedule.ReadWrite.Directory, | +| Delegated (work or school account) | RoleAssignmentSchedule.Read.Directory, RoleAssignmentSchedule.ReadWrite.Directory, RoleManagement.Read.All, RoleManagement.Read.Directory, RoleManagement.ReadWrite.Directory, | | Delegated (personal Microsoft account) | Not supported | -| Application | RoleAssignmentSchedule.Read.Directory, RoleManagement.ReadWrite.Directory, RoleManagement.Read.Directory, RoleManagement.Read.All, RoleAssignmentSchedule.ReadWrite.Directory, | +| Application | RoleAssignmentSchedule.Read.Directory, RoleAssignmentSchedule.ReadWrite.Directory, RoleManagement.Read.All, RoleManagement.Read.Directory, RoleManagement.ReadWrite.Directory, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstanceDirectoryScope.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstanceDirectoryScope.md index ff5f0b799e8fa..0420d6d6a946a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstanceDirectoryScope.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstanceDirectoryScope.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagementdirectoryroleassignmentscheduleinstancedirectoryscope Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstanceDirectoryScope --- @@ -28,7 +28,7 @@ Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstanceDirectoryScope -UnifiedRoleAssignmentScheduleInstanceId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -38,7 +38,7 @@ Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstanceDirectoryScope -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -387,6 +387,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstancePrincipal.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstancePrincipal.md index 2f00ef7269be7..def54e5806f6a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstancePrincipal.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstancePrincipal.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagementdirectoryroleassignmentscheduleinstanceprincipal Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstancePrincipal --- @@ -27,7 +27,7 @@ Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstancePrincipal -UnifiedRoleAssignmentScheduleInstanceId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstancePrincipal -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -385,6 +385,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstanceRoleDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstanceRoleDefinition.md index b86ab0749bf94..db61eafc12c20 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstanceRoleDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstanceRoleDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagementdirectoryroleassignmentscheduleinstanceroledefinition Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstanceRoleDefinition --- @@ -27,7 +27,7 @@ Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstanceRoleDefinition -UnifiedRoleAssignmentScheduleInstanceId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstanceRoleDefinition -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -385,6 +385,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleAssignmentSchedulePrincipal.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleAssignmentSchedulePrincipal.md index 3ec21414566be..94a7912e8aef2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleAssignmentSchedulePrincipal.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleAssignmentSchedulePrincipal.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagementdirectoryroleassignmentscheduleprincipal Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementDirectoryRoleAssignmentSchedulePrincipal --- @@ -27,7 +27,7 @@ Get-MgBetaRoleManagementDirectoryRoleAssignmentSchedulePrincipal -UnifiedRoleAssignmentScheduleId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaRoleManagementDirectoryRoleAssignmentSchedulePrincipal -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -385,6 +385,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequest.md index b438621eabd07..94edd19a6e3dd 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagementdirectoryroleassignmentschedulerequest Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequest --- @@ -28,7 +28,7 @@ Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequest [-ExpandProperty [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequest -UnifiedRoleAssignmentScheduleRequestId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +48,7 @@ Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequest -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -589,6 +589,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestActivatedUsing.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestActivatedUsing.md index 6c26a40256310..4ea004e5b6a77 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestActivatedUsing.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestActivatedUsing.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagementdirectoryroleassignmentschedulerequestactivatedusing Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestActivatedUsing --- @@ -29,7 +29,7 @@ Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestActivatedUsing -UnifiedRoleAssignmentScheduleRequestId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -39,7 +39,7 @@ Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestActivatedUsing -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -389,6 +389,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestAppScope.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestAppScope.md index 6157070eae5f8..ea62b75854611 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestAppScope.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestAppScope.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagementdirectoryroleassignmentschedulerequestappscope Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestAppScope --- @@ -29,7 +29,7 @@ Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestAppScope -UnifiedRoleAssignmentScheduleRequestId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -39,7 +39,7 @@ Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestAppScope -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -389,6 +389,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestCount.md index c0c5fab9b10d3..0ce7ab5641db4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagementdirectoryroleassignmentschedulerequestcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestDirectoryScope.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestDirectoryScope.md index f8a25fc09776c..54fe06e75bc1b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestDirectoryScope.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestDirectoryScope.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagementdirectoryroleassignmentschedulerequestdirectoryscope Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestDirectoryScope --- @@ -29,7 +29,7 @@ Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestDirectoryScope -UnifiedRoleAssignmentScheduleRequestId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -39,7 +39,7 @@ Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestDirectoryScope -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -389,6 +389,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestPrincipal.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestPrincipal.md index ce70fff108b78..3a78c7549217d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestPrincipal.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestPrincipal.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagementdirectoryroleassignmentschedulerequestprincipal Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestPrincipal --- @@ -28,7 +28,7 @@ Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestPrincipal -UnifiedRoleAssignmentScheduleRequestId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -38,7 +38,7 @@ Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestPrincipal -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -387,6 +387,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestRoleDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestRoleDefinition.md index 536b12717e1c1..40958794dfa78 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestRoleDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestRoleDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagementdirectoryroleassignmentschedulerequestroledefinition Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestRoleDefinition --- @@ -28,7 +28,7 @@ Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestRoleDefinition -UnifiedRoleAssignmentScheduleRequestId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -38,7 +38,7 @@ Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestRoleDefinition -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -387,6 +387,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestTargetSchedule.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestTargetSchedule.md index 1b3e21bf15ad6..56a6409a8f768 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestTargetSchedule.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestTargetSchedule.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagementdirectoryroleassignmentschedulerequesttargetschedule Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestTargetSchedule --- @@ -28,7 +28,7 @@ Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestTargetSchedule -UnifiedRoleAssignmentScheduleRequestId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -38,7 +38,7 @@ Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestTargetSchedule -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -387,6 +387,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRoleDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRoleDefinition.md index 2e25e3652bcbb..aeda4109c8a37 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRoleDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRoleDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagementdirectoryroleassignmentscheduleroledefinition Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRoleDefinition --- @@ -27,7 +27,7 @@ Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRoleDefinition -UnifiedRoleAssignmentScheduleId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRoleDefinition -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -385,6 +385,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleDefinition.md index 0bde455fb0908..6c385d155173c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagementdirectoryroledefinition Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementDirectoryRoleDefinition --- @@ -29,7 +29,7 @@ Get-MgBetaRoleManagementDirectoryRoleDefinition [-ExpandProperty ] [-P [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -39,7 +39,7 @@ Get-MgBetaRoleManagementDirectoryRoleDefinition -UnifiedRoleDefinitionId ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -49,7 +49,7 @@ Get-MgBetaRoleManagementDirectoryRoleDefinition -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -66,9 +66,9 @@ The following RBAC providers are currently supported:\r- Cloud PC \r- device man | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | RoleManagement.Read.Directory, RoleManagement.ReadWrite.Directory, RoleManagement.Read.All, Directory.ReadWrite.All, Directory.Read.All, | +| Delegated (work or school account) | RoleManagement.Read.Directory, Directory.Read.All, Directory.ReadWrite.All, RoleManagement.Read.All, RoleManagement.ReadWrite.Directory, | | Delegated (personal Microsoft account) | Not supported | -| Application | RoleManagement.Read.Directory, RoleManagement.ReadWrite.Directory, RoleManagement.Read.All, Directory.ReadWrite.All, Directory.Read.All, | +| Application | RoleManagement.Read.Directory, Directory.Read.All, Directory.ReadWrite.All, RoleManagement.Read.All, RoleManagement.ReadWrite.Directory, | ## EXAMPLES ### Example 1: Get the definition of a custom role for a directory provider @@ -602,6 +602,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleDefinitionCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleDefinitionCount.md index 3b201dadb5514..1d08d5bb5d7ae 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleDefinitionCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleDefinitionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagementdirectoryroledefinitioncount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementDirectoryRoleDefinitionCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaRoleManagementDirectoryRoleDefinitionCount [-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) | RoleManagement.Read.Directory, RoleManagement.ReadWrite.Directory, RoleManagement.Read.All, Directory.ReadWrite.All, Directory.Read.All, | +| Delegated (work or school account) | RoleManagement.Read.Directory, Directory.Read.All, Directory.ReadWrite.All, RoleManagement.Read.All, RoleManagement.ReadWrite.Directory, | | Delegated (personal Microsoft account) | Not supported | -| Application | RoleManagement.Read.Directory, RoleManagement.ReadWrite.Directory, RoleManagement.Read.All, Directory.ReadWrite.All, Directory.Read.All, | +| Application | RoleManagement.Read.Directory, Directory.Read.All, Directory.ReadWrite.All, RoleManagement.Read.All, RoleManagement.ReadWrite.Directory, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleDefinitionInheritPermissionFrom.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleDefinitionInheritPermissionFrom.md index 5d7061d24a7f3..080fa14488790 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleDefinitionInheritPermissionFrom.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleDefinitionInheritPermissionFrom.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagementdirectoryroledefinitioninheritpermissionfrom Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementDirectoryRoleDefinitionInheritPermissionFrom --- @@ -30,7 +30,7 @@ Get-MgBetaRoleManagementDirectoryRoleDefinitionInheritPermissionFrom [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -40,7 +40,7 @@ Get-MgBetaRoleManagementDirectoryRoleDefinitionInheritPermissionFrom -UnifiedRoleDefinitionId -UnifiedRoleDefinitionId1 [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -50,7 +50,7 @@ Get-MgBetaRoleManagementDirectoryRoleDefinitionInheritPermissionFrom -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -598,6 +598,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleDefinitionInheritPermissionFromCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleDefinitionInheritPermissionFromCount.md index ded2fbf1001ee..4770a32c5022e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleDefinitionInheritPermissionFromCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleDefinitionInheritPermissionFromCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagementdirectoryroledefinitioninheritpermissionfromcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementDirectoryRoleDefinitionInheritPermissionFromCount --- @@ -27,7 +27,7 @@ Get-MgBetaRoleManagementDirectoryRoleDefinitionInheritPermissionFromCount -UnifiedRoleDefinitionId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaRoleManagementDirectoryRoleDefinitionInheritPermissionFromCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -383,6 +383,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleEligibilitySchedule.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleEligibilitySchedule.md index 7a2d0db8bab95..0b29760c9764c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleEligibilitySchedule.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleEligibilitySchedule.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagementdirectoryroleeligibilityschedule Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementDirectoryRoleEligibilitySchedule --- @@ -28,7 +28,7 @@ Get-MgBetaRoleManagementDirectoryRoleEligibilitySchedule [-ExpandProperty ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaRoleManagementDirectoryRoleEligibilitySchedule -UnifiedRoleEligibility [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +48,7 @@ Get-MgBetaRoleManagementDirectoryRoleEligibilitySchedule -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -64,9 +64,9 @@ Read the properties and relationships of an unifiedRoleEligibilitySchedule objec | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | RoleEligibilitySchedule.Read.Directory, RoleManagement.ReadWrite.Directory, RoleManagement.Read.Directory, RoleManagement.Read.All, RoleEligibilitySchedule.ReadWrite.Directory, | +| Delegated (work or school account) | RoleEligibilitySchedule.Read.Directory, RoleEligibilitySchedule.ReadWrite.Directory, RoleManagement.Read.All, RoleManagement.Read.Directory, RoleManagement.ReadWrite.Directory, | | Delegated (personal Microsoft account) | Not supported | -| Application | RoleEligibilitySchedule.Read.Directory, RoleManagement.ReadWrite.Directory, RoleManagement.Read.Directory, RoleManagement.Read.All, RoleEligibilitySchedule.ReadWrite.Directory, | +| Application | RoleEligibilitySchedule.Read.Directory, RoleEligibilitySchedule.ReadWrite.Directory, RoleManagement.Read.All, RoleManagement.Read.Directory, RoleManagement.ReadWrite.Directory, | ## EXAMPLES ### Example 1: Code snippet @@ -589,6 +589,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleAppScope.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleAppScope.md index 0dda0cb849f7a..e628fa184da29 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleAppScope.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleAppScope.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagementdirectoryroleeligibilityscheduleappscope Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleAppScope --- @@ -28,7 +28,7 @@ Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleAppScope -UnifiedRoleEligibilityScheduleId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -38,7 +38,7 @@ Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleAppScope -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -387,6 +387,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleCount.md index 01e2d889e90e8..17260f1629401 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagementdirectoryroleeligibilityschedulecount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleCount [-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) | RoleEligibilitySchedule.Read.Directory, RoleManagement.ReadWrite.Directory, RoleManagement.Read.Directory, RoleManagement.Read.All, RoleEligibilitySchedule.ReadWrite.Directory, | +| Delegated (work or school account) | RoleEligibilitySchedule.Read.Directory, RoleEligibilitySchedule.ReadWrite.Directory, RoleManagement.Read.All, RoleManagement.Read.Directory, RoleManagement.ReadWrite.Directory, | | Delegated (personal Microsoft account) | Not supported | -| Application | RoleEligibilitySchedule.Read.Directory, RoleManagement.ReadWrite.Directory, RoleManagement.Read.Directory, RoleManagement.Read.All, RoleEligibilitySchedule.ReadWrite.Directory, | +| Application | RoleEligibilitySchedule.Read.Directory, RoleEligibilitySchedule.ReadWrite.Directory, RoleManagement.Read.All, RoleManagement.Read.Directory, RoleManagement.ReadWrite.Directory, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleDirectoryScope.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleDirectoryScope.md index e093e97e0ede8..876b7d60fee0a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleDirectoryScope.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleDirectoryScope.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagementdirectoryroleeligibilityscheduledirectoryscope Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleDirectoryScope --- @@ -28,7 +28,7 @@ Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleDirectoryScope -UnifiedRoleEligibilityScheduleId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -38,7 +38,7 @@ Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleDirectoryScope -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -387,6 +387,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstance.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstance.md index 4ef319d0eb40f..b04e1577a0335 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstance.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstance.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagementdirectoryroleeligibilityscheduleinstance Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstance --- @@ -28,7 +28,7 @@ Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstance [-ExpandPropert [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstance -UnifiedRoleEligibilityScheduleInstanceId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +48,7 @@ Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstance -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -64,9 +64,9 @@ Read the properties and relationships of an unifiedRoleEligibilityScheduleInstan | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | RoleEligibilitySchedule.Read.Directory, RoleManagement.ReadWrite.Directory, RoleManagement.Read.Directory, RoleManagement.Read.All, RoleEligibilitySchedule.ReadWrite.Directory, | +| Delegated (work or school account) | RoleEligibilitySchedule.Read.Directory, RoleEligibilitySchedule.ReadWrite.Directory, RoleManagement.Read.All, RoleManagement.Read.Directory, RoleManagement.ReadWrite.Directory, | | Delegated (personal Microsoft account) | Not supported | -| Application | RoleEligibilitySchedule.Read.Directory, RoleManagement.ReadWrite.Directory, RoleManagement.Read.Directory, RoleManagement.Read.All, RoleEligibilitySchedule.ReadWrite.Directory, | +| Application | RoleEligibilitySchedule.Read.Directory, RoleEligibilitySchedule.ReadWrite.Directory, RoleManagement.Read.All, RoleManagement.Read.Directory, RoleManagement.ReadWrite.Directory, | ## EXAMPLES ### Example 1: Code snippet @@ -589,6 +589,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstanceAppScope.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstanceAppScope.md index 60c7df7cc7617..c456e0d68e4c3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstanceAppScope.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstanceAppScope.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagementdirectoryroleeligibilityscheduleinstanceappscope Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstanceAppScope --- @@ -28,7 +28,7 @@ Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstanceAppScope -UnifiedRoleEligibilityScheduleInstanceId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -38,7 +38,7 @@ Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstanceAppScope -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -387,6 +387,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstanceCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstanceCount.md index 5dac4541367ed..2cde0f45fe7c9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstanceCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstanceCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagementdirectoryroleeligibilityscheduleinstancecount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstanceCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstanceCount [-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) | RoleEligibilitySchedule.Read.Directory, RoleManagement.ReadWrite.Directory, RoleManagement.Read.Directory, RoleManagement.Read.All, RoleEligibilitySchedule.ReadWrite.Directory, | +| Delegated (work or school account) | RoleEligibilitySchedule.Read.Directory, RoleEligibilitySchedule.ReadWrite.Directory, RoleManagement.Read.All, RoleManagement.Read.Directory, RoleManagement.ReadWrite.Directory, | | Delegated (personal Microsoft account) | Not supported | -| Application | RoleEligibilitySchedule.Read.Directory, RoleManagement.ReadWrite.Directory, RoleManagement.Read.Directory, RoleManagement.Read.All, RoleEligibilitySchedule.ReadWrite.Directory, | +| Application | RoleEligibilitySchedule.Read.Directory, RoleEligibilitySchedule.ReadWrite.Directory, RoleManagement.Read.All, RoleManagement.Read.Directory, RoleManagement.ReadWrite.Directory, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstanceDirectoryScope.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstanceDirectoryScope.md index 5aa8c40a28cd7..be24b93346c5a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstanceDirectoryScope.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstanceDirectoryScope.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagementdirectoryroleeligibilityscheduleinstancedirectoryscope Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstanceDirectoryScope --- @@ -28,7 +28,7 @@ Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstanceDirectoryScope -UnifiedRoleEligibilityScheduleInstanceId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -38,7 +38,7 @@ Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstanceDirectoryScope -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -387,6 +387,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstancePrincipal.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstancePrincipal.md index 36a7dc35b2127..4410b03a7baab 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstancePrincipal.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstancePrincipal.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagementdirectoryroleeligibilityscheduleinstanceprincipal Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstancePrincipal --- @@ -27,7 +27,7 @@ Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstancePrincipal -UnifiedRoleEligibilityScheduleInstanceId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstancePrincipal -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -385,6 +385,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstanceRoleDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstanceRoleDefinition.md index af78a9d631805..54acbe5c76644 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstanceRoleDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstanceRoleDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagementdirectoryroleeligibilityscheduleinstanceroledefinition Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstanceRoleDefinition --- @@ -27,7 +27,7 @@ Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstanceRoleDefinition -UnifiedRoleEligibilityScheduleInstanceId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstanceRoleDefinition -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -385,6 +385,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleEligibilitySchedulePrincipal.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleEligibilitySchedulePrincipal.md index cf436805af274..e0adca844768c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleEligibilitySchedulePrincipal.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleEligibilitySchedulePrincipal.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagementdirectoryroleeligibilityscheduleprincipal Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementDirectoryRoleEligibilitySchedulePrincipal --- @@ -27,7 +27,7 @@ Get-MgBetaRoleManagementDirectoryRoleEligibilitySchedulePrincipal -UnifiedRoleEligibilityScheduleId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaRoleManagementDirectoryRoleEligibilitySchedulePrincipal -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -385,6 +385,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequest.md index 62c0fee1bba04..f818b3badef09 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagementdirectoryroleeligibilityschedulerequest Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequest --- @@ -28,7 +28,7 @@ Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequest [-ExpandProperty [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequest -UnifiedRoleEligibilityScheduleRequestId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +48,7 @@ Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequest -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -589,6 +589,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequestAppScope.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequestAppScope.md index f3d692b7e1d4e..e75e848198a43 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequestAppScope.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequestAppScope.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagementdirectoryroleeligibilityschedulerequestappscope Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequestAppScope --- @@ -29,7 +29,7 @@ Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequestAppScope -UnifiedRoleEligibilityScheduleRequestId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -39,7 +39,7 @@ Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequestAppScope -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -389,6 +389,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequestCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequestCount.md index 51a73e207658b..50ef52d7fdc13 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequestCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequestCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagementdirectoryroleeligibilityschedulerequestcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequestCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequestCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequestDirectoryScope.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequestDirectoryScope.md index 626d9a791186f..f4c024ad711d0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequestDirectoryScope.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequestDirectoryScope.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagementdirectoryroleeligibilityschedulerequestdirectoryscope Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequestDirectoryScope --- @@ -29,7 +29,7 @@ Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequestDirectoryScope -UnifiedRoleEligibilityScheduleRequestId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -39,7 +39,7 @@ Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequestDirectoryScope -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -389,6 +389,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequestPrincipal.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequestPrincipal.md index 3494a55b100f2..191c2f4c8851e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequestPrincipal.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequestPrincipal.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagementdirectoryroleeligibilityschedulerequestprincipal Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequestPrincipal --- @@ -28,7 +28,7 @@ Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequestPrincipal -UnifiedRoleEligibilityScheduleRequestId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -38,7 +38,7 @@ Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequestPrincipal -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -387,6 +387,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequestRoleDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequestRoleDefinition.md index c3d08da49f944..152dee851c070 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequestRoleDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequestRoleDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagementdirectoryroleeligibilityschedulerequestroledefinition Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequestRoleDefinition --- @@ -28,7 +28,7 @@ Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequestRoleDefinition -UnifiedRoleEligibilityScheduleRequestId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -38,7 +38,7 @@ Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequestRoleDefinition -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -387,6 +387,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequestTargetSchedule.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequestTargetSchedule.md index f236061509267..c4c890d3d27c6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequestTargetSchedule.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequestTargetSchedule.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagementdirectoryroleeligibilityschedulerequesttargetschedule Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequestTargetSchedule --- @@ -28,7 +28,7 @@ Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequestTargetSchedule -UnifiedRoleEligibilityScheduleRequestId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -38,7 +38,7 @@ Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequestTargetSchedule -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -387,6 +387,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRoleDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRoleDefinition.md index e1a5b2ce1d973..766d9cd2dfae2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRoleDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRoleDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagementdirectoryroleeligibilityscheduleroledefinition Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRoleDefinition --- @@ -27,7 +27,7 @@ Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRoleDefinition -UnifiedRoleEligibilityScheduleId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRoleDefinition -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -385,6 +385,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignment.md index 71a1edd8dcab0..99b29b01650a7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagementdirectorytransitiveroleassignment Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignment --- @@ -26,7 +26,6 @@ Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignment [-ExpandProperty ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -36,7 +35,7 @@ Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignment -UnifiedRoleAssignment [-ExpandProperty ] [-Property ] [-ConsistencyLevel ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +45,7 @@ Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignment -InputObject ] [-Property ] [-ConsistencyLevel ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -626,6 +625,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentAppScope.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentAppScope.md index a3c6140edd729..6aa0674b2dec2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentAppScope.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentAppScope.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagementdirectorytransitiveroleassignmentappscope Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentAppScope --- @@ -26,7 +26,7 @@ Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentAppScope -UnifiedRoleAs [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentAppScope -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -386,6 +386,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentCount.md index a9a72d83964e2..7a51f6a6e64ba 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagementdirectorytransitiveroleassignmentcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentCount --- @@ -24,7 +24,7 @@ Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentCount -ConsistencyLevel [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -40,9 +40,9 @@ Get the number of the resource | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | RoleManagement.Read.Directory, RoleManagement.ReadWrite.Directory, Directory.ReadWrite.All, Directory.Read.All, | +| Delegated (work or school account) | RoleManagement.Read.Directory, Directory.Read.All, Directory.ReadWrite.All, RoleManagement.ReadWrite.Directory, | | Delegated (personal Microsoft account) | Not supported | -| Application | RoleManagement.Read.Directory, RoleManagement.ReadWrite.Directory, Directory.ReadWrite.All, Directory.Read.All, | +| Application | RoleManagement.Read.Directory, Directory.Read.All, Directory.ReadWrite.All, RoleManagement.ReadWrite.Directory, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentDirectoryScope.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentDirectoryScope.md index e1962cedec601..e545748afd2f9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentDirectoryScope.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentDirectoryScope.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagementdirectorytransitiveroleassignmentdirectoryscope Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentDirectoryScope --- @@ -26,7 +26,7 @@ Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentDirectoryScope -UnifiedRoleAssignmentId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentDirectoryScope -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -386,6 +386,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentPrincipal.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentPrincipal.md index 37d01436530c5..d87db2ba4fdbf 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentPrincipal.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentPrincipal.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagementdirectorytransitiveroleassignmentprincipal Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentPrincipal --- @@ -26,7 +26,7 @@ Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentPrincipal -UnifiedRoleA [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentPrincipal -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -386,6 +386,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentRoleDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentRoleDefinition.md index 25347217e9f43..6c3d54308f7ac 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentRoleDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentRoleDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagementdirectorytransitiveroleassignmentroledefinition Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentRoleDefinition --- @@ -25,7 +25,7 @@ Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentRoleDefinition -UnifiedRoleAssignmentId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentRoleDefinition -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -384,6 +384,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseApp.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseApp.md index ae35ca7a1a4ed..5f051d5275aa3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseApp.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagemententerpriseapp Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementEnterpriseApp --- @@ -25,7 +25,7 @@ Get-MgBetaRoleManagementEnterpriseApp [-ExpandProperty ] [-Property ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -34,7 +34,7 @@ Get-MgBetaRoleManagementEnterpriseApp [-ExpandProperty ] [-Property [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -44,7 +44,7 @@ Get-MgBetaRoleManagementEnterpriseApp -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -564,6 +564,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppCount.md index d324880de5963..f49223383c5e7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagemententerpriseappcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementEnterpriseAppCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaRoleManagementEnterpriseAppCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppResourceNamespace.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppResourceNamespace.md index 986c4fafa9a49..722698c0db007 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppResourceNamespace.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppResourceNamespace.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagemententerpriseappresourcenamespace Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementEnterpriseAppResourceNamespace --- @@ -26,7 +26,6 @@ Get-MgBetaRoleManagementEnterpriseAppResourceNamespace -RbacApplicationId ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -36,7 +35,7 @@ Get-MgBetaRoleManagementEnterpriseAppResourceNamespace -RbacApplicationId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +45,7 @@ Get-MgBetaRoleManagementEnterpriseAppResourceNamespace -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -593,6 +592,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppResourceNamespaceCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppResourceNamespaceCount.md index 8faf52f139f32..fd0e78c161731 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppResourceNamespaceCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppResourceNamespaceCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagemententerpriseappresourcenamespacecount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementEnterpriseAppResourceNamespaceCount --- @@ -24,7 +24,7 @@ Get-MgBetaRoleManagementEnterpriseAppResourceNamespaceCount -RbacApplicationId < [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaRoleManagementEnterpriseAppResourceNamespaceCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -380,6 +380,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceAction.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceAction.md index 90693febc9132..ae6710c295c49 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceAction.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceAction.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagemententerpriseappresourcenamespaceresourceaction Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceAction --- @@ -26,7 +26,7 @@ Get-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceAction -RbacApplic [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -37,7 +37,7 @@ Get-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceAction -RbacApplic [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -47,7 +47,7 @@ Get-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceAction -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -621,6 +621,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceActionAuthenticationContext.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceActionAuthenticationContext.md index f3c1c3a790e24..85ad5cabcdd4f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceActionAuthenticationContext.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceActionAuthenticationContext.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagemententerpriseappresourcenamespaceresourceactionauthenticationcontext Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceActionAuthenticationContext --- @@ -25,7 +25,7 @@ Get-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceActionAuthenticati -UnifiedRbacResourceNamespaceId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceActionAuthenticati -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -425,6 +425,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceActionCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceActionCount.md index 2cf03efaa9a2f..b49998ac4fef7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceActionCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceActionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagemententerpriseappresourcenamespaceresourceactioncount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceActionCount --- @@ -24,7 +24,7 @@ Get-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceActionCount -RbacApplicationId -UnifiedRbacResourceNamespaceId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceActionCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -401,6 +401,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceActionResourceScope.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceActionResourceScope.md index 61ff47d7dedab..eff5f0a9ce6da 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceActionResourceScope.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceActionResourceScope.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagemententerpriseappresourcenamespaceresourceactionresourcescope Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceActionResourceScope --- @@ -25,7 +25,7 @@ Get-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceActionResourceScop -UnifiedRbacResourceNamespaceId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceActionResourceScop -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -425,6 +425,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleAssignment.md index 8a024f8d22d83..caf3b0f6b0136 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagemententerpriseapproleassignment Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementEnterpriseAppRoleAssignment --- @@ -26,7 +26,6 @@ Get-MgBetaRoleManagementEnterpriseAppRoleAssignment -RbacApplicationId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -36,7 +35,7 @@ Get-MgBetaRoleManagementEnterpriseAppRoleAssignment -RbacApplicationId -UnifiedRoleAssignmentId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +45,7 @@ Get-MgBetaRoleManagementEnterpriseAppRoleAssignment -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -593,6 +592,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentAppScope.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentAppScope.md index 668088a814c2a..888f45070a241 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentAppScope.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentAppScope.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagemententerpriseapproleassignmentappscope Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentAppScope --- @@ -26,7 +26,7 @@ Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentAppScope -RbacApplicationId < -UnifiedRoleAssignmentId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentAppScope -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -407,6 +407,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentApproval.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentApproval.md index bf68e2973905d..8e37e5b9266d8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentApproval.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentApproval.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagemententerpriseapproleassignmentapproval Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentApproval --- @@ -26,7 +26,6 @@ Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentApproval -RbacApplicationId < [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -36,7 +35,7 @@ Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentApproval -ApprovalId -RbacApplicationId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +45,7 @@ Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentApproval -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -593,6 +592,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentApprovalCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentApprovalCount.md index 764660c66d3e7..6b21f2c972f39 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentApprovalCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentApprovalCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagemententerpriseapproleassignmentapprovalcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentApprovalCount --- @@ -24,7 +24,7 @@ Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentApprovalCount -RbacApplicatio [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentApprovalCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -380,6 +380,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentApprovalStep.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentApprovalStep.md index 14ec2a2302c74..9d3533be3e53c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentApprovalStep.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentApprovalStep.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagemententerpriseapproleassignmentapprovalstep Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentApprovalStep --- @@ -26,7 +26,7 @@ Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentApprovalStep -ApprovalId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -36,7 +36,7 @@ Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentApprovalStep -ApprovalId -RbacApplicationId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +46,7 @@ Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentApprovalStep -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -620,6 +620,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentApprovalStepCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentApprovalStepCount.md index 8394ce4c3073f..c461d2f6f5f33 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentApprovalStepCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentApprovalStepCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagemententerpriseapproleassignmentapprovalstepcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentApprovalStepCount --- @@ -24,7 +24,7 @@ Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentApprovalStepCount -ApprovalId -RbacApplicationId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentApprovalStepCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -401,6 +401,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentCount.md index 62d53767d6dbb..263fbaf550c0c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagemententerpriseapproleassignmentcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentCount --- @@ -24,7 +24,7 @@ Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentCount -RbacApplicationId ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -380,6 +380,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentDirectoryScope.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentDirectoryScope.md index cf3dffa1deb40..ff5bf65e479fc 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentDirectoryScope.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentDirectoryScope.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagemententerpriseapproleassignmentdirectoryscope Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentDirectoryScope --- @@ -26,7 +26,7 @@ Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentDirectoryScope -RbacApplicati -UnifiedRoleAssignmentId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentDirectoryScope -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -407,6 +407,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentPrincipal.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentPrincipal.md index 444635323e141..b7a71dd168a6b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentPrincipal.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentPrincipal.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagemententerpriseapproleassignmentprincipal Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentPrincipal --- @@ -26,7 +26,7 @@ Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentPrincipal -RbacApplicationId -UnifiedRoleAssignmentId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentPrincipal -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -407,6 +407,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentRoleDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentRoleDefinition.md index 39442daa7e430..d97d717570cc1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentRoleDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentRoleDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagemententerpriseapproleassignmentroledefinition Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentRoleDefinition --- @@ -25,7 +25,7 @@ Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentRoleDefinition -RbacApplicati -UnifiedRoleAssignmentId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentRoleDefinition -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -405,6 +405,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentSchedule.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentSchedule.md index 081faee3429d2..a73b8678d8b8c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentSchedule.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentSchedule.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagemententerpriseapproleassignmentschedule Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentSchedule --- @@ -26,7 +26,6 @@ Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentSchedule -RbacApplicationId < [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -36,7 +35,7 @@ Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentSchedule -RbacApplicationId < -UnifiedRoleAssignmentScheduleId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +45,7 @@ Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentSchedule -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -593,6 +592,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleActivatedUsing.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleActivatedUsing.md index b2800baf32629..cb089598c5687 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleActivatedUsing.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleActivatedUsing.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagemententerpriseapproleassignmentscheduleactivatedusing Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleActivatedUsing --- @@ -26,7 +26,7 @@ Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleActivatedUsing -RbacApplicationId -UnifiedRoleAssignmentScheduleId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleActivatedUsing -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -407,6 +407,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleAppScope.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleAppScope.md index 9d493516f622c..7c0b7bfb2a933 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleAppScope.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleAppScope.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagemententerpriseapproleassignmentscheduleappscope Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleAppScope --- @@ -25,7 +25,7 @@ Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleAppScope -RbacApplica -UnifiedRoleAssignmentScheduleId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleAppScope -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -405,6 +405,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleCount.md index 7128d9d4ab48a..77322e97e5c78 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagemententerpriseapproleassignmentschedulecount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleCount --- @@ -24,7 +24,7 @@ Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleCount -RbacApplicatio [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -380,6 +380,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleDirectoryScope.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleDirectoryScope.md index eff79070039a9..c1703e8792645 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleDirectoryScope.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleDirectoryScope.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagemententerpriseapproleassignmentscheduledirectoryscope Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleDirectoryScope --- @@ -25,7 +25,7 @@ Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleDirectoryScope -RbacApplicationId -UnifiedRoleAssignmentScheduleId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleDirectoryScope -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -405,6 +405,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstance.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstance.md index 30631946a38e9..5e18bd7fb8c2b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstance.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstance.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagemententerpriseapproleassignmentscheduleinstance Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstance --- @@ -26,7 +26,6 @@ Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstance -RbacApplica [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -36,7 +35,7 @@ Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstance -RbacApplica -UnifiedRoleAssignmentScheduleInstanceId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +45,7 @@ Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstance -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -593,6 +592,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstanceActivatedUsing.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstanceActivatedUsing.md index a2bfb7b44d377..db417857a8f84 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstanceActivatedUsing.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstanceActivatedUsing.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagemententerpriseapproleassignmentscheduleinstanceactivatedusing Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstanceActivatedUsing --- @@ -27,7 +27,7 @@ Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstanceActivatedUsin [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstanceActivatedUsin -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -408,6 +408,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstanceAppScope.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstanceAppScope.md index a22c67f1f921a..7d80310310609 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstanceAppScope.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstanceAppScope.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagemententerpriseapproleassignmentscheduleinstanceappscope Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstanceAppScope --- @@ -26,7 +26,7 @@ Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstanceAppScope [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstanceAppScope -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -406,6 +406,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstanceCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstanceCount.md index 01d9b6d61b7e9..75701ed774cd5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstanceCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstanceCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagemententerpriseapproleassignmentscheduleinstancecount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstanceCount --- @@ -24,7 +24,7 @@ Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstanceCount -RbacAp [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstanceCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -380,6 +380,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstanceDirectoryScope.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstanceDirectoryScope.md index 3696fb6bcea4c..48d0c8bce3b02 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstanceDirectoryScope.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstanceDirectoryScope.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagemententerpriseapproleassignmentscheduleinstancedirectoryscope Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstanceDirectoryScope --- @@ -26,7 +26,7 @@ Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstanceDirectoryScop [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstanceDirectoryScop -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -406,6 +406,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstancePrincipal.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstancePrincipal.md index a8d87dd9ff4b9..5536db073ef0a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstancePrincipal.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstancePrincipal.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagemententerpriseapproleassignmentscheduleinstanceprincipal Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstancePrincipal --- @@ -25,7 +25,7 @@ Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstancePrincipal [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstancePrincipal -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -404,6 +404,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstanceRoleDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstanceRoleDefinition.md index bab36d684f868..f2b2a10269de8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstanceRoleDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstanceRoleDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagemententerpriseapproleassignmentscheduleinstanceroledefinition Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstanceRoleDefinition --- @@ -25,7 +25,7 @@ Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstanceRoleDefinitio [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstanceRoleDefinitio -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -404,6 +404,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentSchedulePrincipal.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentSchedulePrincipal.md index fdc451151feb3..a435e7ce06d81 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentSchedulePrincipal.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentSchedulePrincipal.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagemententerpriseapproleassignmentscheduleprincipal Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentSchedulePrincipal --- @@ -24,7 +24,7 @@ Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentSchedulePrincipal -RbacApplic -UnifiedRoleAssignmentScheduleId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentSchedulePrincipal -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -403,6 +403,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequest.md index f77b6e173dee1..3ccea45141cbd 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagemententerpriseapproleassignmentschedulerequest Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequest --- @@ -26,7 +26,6 @@ Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequest -RbacApplicat [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -36,7 +35,7 @@ Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequest -RbacApplicat -UnifiedRoleAssignmentScheduleRequestId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +45,7 @@ Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequest -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -593,6 +592,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestActivatedUsing.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestActivatedUsing.md index 4cc50646ce794..86b211caf829c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestActivatedUsing.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestActivatedUsing.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagemententerpriseapproleassignmentschedulerequestactivatedusing Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestActivatedUsing --- @@ -27,7 +27,7 @@ Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestActivatedUsing [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestActivatedUsing -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -408,6 +408,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestAppScope.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestAppScope.md index 6ad3bcf47cf3c..ac81cb703198d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestAppScope.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestAppScope.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagemententerpriseapproleassignmentschedulerequestappscope Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestAppScope --- @@ -27,7 +27,7 @@ Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestAppScope [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestAppScope -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -408,6 +408,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestCount.md index 314426502fa7b..b447347263118 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagemententerpriseapproleassignmentschedulerequestcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestCount --- @@ -24,7 +24,7 @@ Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestCount -RbacApp [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -380,6 +380,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestDirectoryScope.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestDirectoryScope.md index 3b390aa23e29f..fbcdde180737f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestDirectoryScope.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestDirectoryScope.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagemententerpriseapproleassignmentschedulerequestdirectoryscope Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestDirectoryScope --- @@ -27,7 +27,7 @@ Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestDirectoryScope [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestDirectoryScope -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -408,6 +408,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestPrincipal.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestPrincipal.md index 34d18411a900c..18d360c0fc019 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestPrincipal.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestPrincipal.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagemententerpriseapproleassignmentschedulerequestprincipal Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestPrincipal --- @@ -26,7 +26,7 @@ Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestPrincipal [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestPrincipal -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -406,6 +406,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestRoleDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestRoleDefinition.md index 19fbf8497cd8d..525226af7c34c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestRoleDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestRoleDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagemententerpriseapproleassignmentschedulerequestroledefinition Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestRoleDefinition --- @@ -26,7 +26,7 @@ Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestRoleDefinition [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestRoleDefinition -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -406,6 +406,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestTargetSchedule.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestTargetSchedule.md index 1327ae392ccf7..a3cd0ae1d32a9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestTargetSchedule.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestTargetSchedule.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagemententerpriseapproleassignmentschedulerequesttargetschedule Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestTargetSchedule --- @@ -26,7 +26,7 @@ Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestTargetSchedule [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestTargetSchedule -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -406,6 +406,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRoleDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRoleDefinition.md index 409767611b4ed..1796ef61c70e4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRoleDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRoleDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagemententerpriseapproleassignmentscheduleroledefinition Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRoleDefinition --- @@ -24,7 +24,7 @@ Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRoleDefinition -RbacApplicationId -UnifiedRoleAssignmentScheduleId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRoleDefinition -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -403,6 +403,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleDefinition.md index 3c7ce5a0d1dac..827a06932019f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagemententerpriseapproledefinition Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementEnterpriseAppRoleDefinition --- @@ -26,7 +26,6 @@ Get-MgBetaRoleManagementEnterpriseAppRoleDefinition -RbacApplicationId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -36,7 +35,7 @@ Get-MgBetaRoleManagementEnterpriseAppRoleDefinition -RbacApplicationId -UnifiedRoleDefinitionId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +45,7 @@ Get-MgBetaRoleManagementEnterpriseAppRoleDefinition -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -593,6 +592,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleDefinitionCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleDefinitionCount.md index bfb1480c3bd99..328dd3670ee17 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleDefinitionCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleDefinitionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagemententerpriseapproledefinitioncount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementEnterpriseAppRoleDefinitionCount --- @@ -24,7 +24,7 @@ Get-MgBetaRoleManagementEnterpriseAppRoleDefinitionCount -RbacApplicationId ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaRoleManagementEnterpriseAppRoleDefinitionCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -380,6 +380,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleDefinitionInheritPermissionFrom.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleDefinitionInheritPermissionFrom.md index 3c1b6f022cd2e..f867c2100da9c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleDefinitionInheritPermissionFrom.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleDefinitionInheritPermissionFrom.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagemententerpriseapproledefinitioninheritpermissionfrom Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementEnterpriseAppRoleDefinitionInheritPermissionFrom --- @@ -27,7 +27,7 @@ Get-MgBetaRoleManagementEnterpriseAppRoleDefinitionInheritPermissionFrom -RbacAp [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -37,7 +37,7 @@ Get-MgBetaRoleManagementEnterpriseAppRoleDefinitionInheritPermissionFrom -RbacAp -UnifiedRoleDefinitionId -UnifiedRoleDefinitionId1 [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -47,7 +47,7 @@ Get-MgBetaRoleManagementEnterpriseAppRoleDefinitionInheritPermissionFrom -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -622,6 +622,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleDefinitionInheritPermissionFromCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleDefinitionInheritPermissionFromCount.md index 313c224dacded..5829416af516b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleDefinitionInheritPermissionFromCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleDefinitionInheritPermissionFromCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagemententerpriseapproledefinitioninheritpermissionfromcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementEnterpriseAppRoleDefinitionInheritPermissionFromCount --- @@ -24,7 +24,7 @@ Get-MgBetaRoleManagementEnterpriseAppRoleDefinitionInheritPermissionFromCount -RbacApplicationId -UnifiedRoleDefinitionId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaRoleManagementEnterpriseAppRoleDefinitionInheritPermissionFromCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -401,6 +401,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleEligibilitySchedule.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleEligibilitySchedule.md index da9a4d49cca1e..0c7bad4962005 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleEligibilitySchedule.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleEligibilitySchedule.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagemententerpriseapproleeligibilityschedule Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementEnterpriseAppRoleEligibilitySchedule --- @@ -26,7 +26,6 @@ Get-MgBetaRoleManagementEnterpriseAppRoleEligibilitySchedule -RbacApplicationId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -36,7 +35,7 @@ Get-MgBetaRoleManagementEnterpriseAppRoleEligibilitySchedule -RbacApplicationId -UnifiedRoleEligibilityScheduleId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +45,7 @@ Get-MgBetaRoleManagementEnterpriseAppRoleEligibilitySchedule -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -593,6 +592,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleAppScope.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleAppScope.md index 869ea47d809e1..54b484c8465e5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleAppScope.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleAppScope.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagemententerpriseapproleeligibilityscheduleappscope Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleAppScope --- @@ -25,7 +25,7 @@ Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleAppScope -RbacApplic -UnifiedRoleEligibilityScheduleId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleAppScope -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -405,6 +405,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleCount.md index 2cec8d9edca65..810c59adfeed9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagemententerpriseapproleeligibilityschedulecount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleCount --- @@ -24,7 +24,7 @@ Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleCount -RbacApplicati [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -380,6 +380,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleDirectoryScope.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleDirectoryScope.md index 2d451c0415150..89f2dafd13c10 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleDirectoryScope.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleDirectoryScope.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagemententerpriseapproleeligibilityscheduledirectoryscope Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleDirectoryScope --- @@ -25,7 +25,7 @@ Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleDirectoryScope -RbacApplicationId -UnifiedRoleEligibilityScheduleId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleDirectoryScope -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -405,6 +405,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstance.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstance.md index 7a3b768f260e0..1cfd9caa1492a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstance.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstance.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagemententerpriseapproleeligibilityscheduleinstance Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstance --- @@ -26,7 +26,6 @@ Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstance -RbacApplic [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -36,7 +35,7 @@ Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstance -RbacApplic -UnifiedRoleEligibilityScheduleInstanceId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +45,7 @@ Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstance -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -593,6 +592,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstanceAppScope.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstanceAppScope.md index c50d7d406be6e..d1b2ccec6ea7b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstanceAppScope.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstanceAppScope.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagemententerpriseapproleeligibilityscheduleinstanceappscope Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstanceAppScope --- @@ -26,7 +26,7 @@ Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstanceAppScope [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstanceAppScope -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -406,6 +406,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstanceCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstanceCount.md index e41f6dfaf1d69..d75552bd3b9a2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstanceCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstanceCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagemententerpriseapproleeligibilityscheduleinstancecount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstanceCount --- @@ -24,7 +24,7 @@ Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstanceCount -RbacApplicationId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstanceCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -380,6 +380,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstanceDirectoryScope.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstanceDirectoryScope.md index c6a6187369313..019a846bbcef1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstanceDirectoryScope.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstanceDirectoryScope.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagemententerpriseapproleeligibilityscheduleinstancedirectoryscope Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstanceDirectoryScope --- @@ -26,7 +26,7 @@ Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstanceDirectorySco [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstanceDirectorySco -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -406,6 +406,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstancePrincipal.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstancePrincipal.md index 30ed010ddd84e..756fbf434a3f8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstancePrincipal.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstancePrincipal.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagemententerpriseapproleeligibilityscheduleinstanceprincipal Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstancePrincipal --- @@ -25,7 +25,7 @@ Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstancePrincipal [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstancePrincipal -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -404,6 +404,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstanceRoleDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstanceRoleDefinition.md index 421d8c87e58f4..535502e9350fd 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstanceRoleDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstanceRoleDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagemententerpriseapproleeligibilityscheduleinstanceroledefinition Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstanceRoleDefinition --- @@ -25,7 +25,7 @@ Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstanceRoleDefiniti [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstanceRoleDefiniti -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -404,6 +404,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleEligibilitySchedulePrincipal.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleEligibilitySchedulePrincipal.md index 0eb57f69af095..f5aecc98fd71d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleEligibilitySchedulePrincipal.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleEligibilitySchedulePrincipal.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagemententerpriseapproleeligibilityscheduleprincipal Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementEnterpriseAppRoleEligibilitySchedulePrincipal --- @@ -24,7 +24,7 @@ Get-MgBetaRoleManagementEnterpriseAppRoleEligibilitySchedulePrincipal -RbacAppli -UnifiedRoleEligibilityScheduleId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaRoleManagementEnterpriseAppRoleEligibilitySchedulePrincipal -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -403,6 +403,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequest.md index 5e4a2d8129f73..3f26377369ddf 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagemententerpriseapproleeligibilityschedulerequest Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequest --- @@ -26,7 +26,6 @@ Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequest -RbacApplica [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -36,7 +35,7 @@ Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequest -RbacApplica -UnifiedRoleEligibilityScheduleRequestId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +45,7 @@ Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequest -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -593,6 +592,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequestAppScope.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequestAppScope.md index e5419dc8ab7e4..3afc0b8790d8d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequestAppScope.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequestAppScope.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagemententerpriseapproleeligibilityschedulerequestappscope Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequestAppScope --- @@ -27,7 +27,7 @@ Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequestAppScope [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequestAppScope -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -408,6 +408,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequestCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequestCount.md index e293279897745..61219a30155d8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequestCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequestCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagemententerpriseapproleeligibilityschedulerequestcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequestCount --- @@ -24,7 +24,7 @@ Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequestCount -RbacAp [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequestCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -380,6 +380,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequestDirectoryScope.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequestDirectoryScope.md index 52da36815cf73..6fc81ccc029aa 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequestDirectoryScope.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequestDirectoryScope.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagemententerpriseapproleeligibilityschedulerequestdirectoryscope Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequestDirectoryScope --- @@ -27,7 +27,7 @@ Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequestDirectoryScop [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequestDirectoryScop -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -408,6 +408,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequestPrincipal.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequestPrincipal.md index 9f2ee33b858e1..5f2ff3289e6fa 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequestPrincipal.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequestPrincipal.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagemententerpriseapproleeligibilityschedulerequestprincipal Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequestPrincipal --- @@ -26,7 +26,7 @@ Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequestPrincipal [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequestPrincipal -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -406,6 +406,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequestRoleDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequestRoleDefinition.md index c0d9ed4cab655..634ea4effd69b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequestRoleDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequestRoleDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagemententerpriseapproleeligibilityschedulerequestroledefinition Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequestRoleDefinition --- @@ -26,7 +26,7 @@ Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequestRoleDefinitio [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequestRoleDefinitio -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -406,6 +406,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequestTargetSchedule.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequestTargetSchedule.md index fcd23c286e17f..13fe68dae904b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequestTargetSchedule.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequestTargetSchedule.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagemententerpriseapproleeligibilityschedulerequesttargetschedule Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequestTargetSchedule --- @@ -26,7 +26,7 @@ Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequestTargetSchedul [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequestTargetSchedul -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -406,6 +406,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRoleDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRoleDefinition.md index 396bdf635b5a1..eea648b84482f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRoleDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRoleDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagemententerpriseapproleeligibilityscheduleroledefinition Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRoleDefinition --- @@ -24,7 +24,7 @@ Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRoleDefinition -RbacApplicationId -UnifiedRoleEligibilityScheduleId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRoleDefinition -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -403,6 +403,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignment.md index caba3d5b04932..2283d0d4b03e4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagemententerpriseapptransitiveroleassignment Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignment --- @@ -26,7 +26,7 @@ Get-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignment -RbacApplicationId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -36,7 +36,7 @@ Get-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignment -RbacApplicationId -UnifiedRoleAssignmentId [-ExpandProperty ] [-Property ] [-ConsistencyLevel ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +46,7 @@ Get-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignment -InputObject [-ExpandProperty ] [-Property ] [-ConsistencyLevel ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -615,6 +615,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentAppScope.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentAppScope.md index 97b37e8bf0182..90ead8d4eb564 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentAppScope.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentAppScope.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagemententerpriseapptransitiveroleassignmentappscope Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentAppScope --- @@ -26,7 +26,7 @@ Get-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentAppScope -RbacAppli -UnifiedRoleAssignmentId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentAppScope -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -407,6 +407,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentCount.md index ea8889d510d65..8be9f810ddd92 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagemententerpriseapptransitiveroleassignmentcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentCount --- @@ -24,7 +24,7 @@ Get-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentCount -RbacApplicat -ConsistencyLevel [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentCount -InputObject -ConsistencyLevel [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -402,6 +402,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentDirectoryScope.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentDirectoryScope.md index 033be87d6a69f..6489511d3b4ed 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentDirectoryScope.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentDirectoryScope.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagemententerpriseapptransitiveroleassignmentdirectoryscope Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentDirectoryScope --- @@ -26,7 +26,7 @@ Get-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentDirectoryScope -RbacApplicationId -UnifiedRoleAssignmentId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentDirectoryScope -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -407,6 +407,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentPrincipal.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentPrincipal.md index 7a9720df552dd..b4668fbfefaa0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentPrincipal.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentPrincipal.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagemententerpriseapptransitiveroleassignmentprincipal Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentPrincipal --- @@ -26,7 +26,7 @@ Get-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentPrincipal -RbacAppl -UnifiedRoleAssignmentId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentPrincipal -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -407,6 +407,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentRoleDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentRoleDefinition.md index ebe43be0b56e7..7b4bdfcaeea99 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentRoleDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentRoleDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagemententerpriseapptransitiveroleassignmentroledefinition Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentRoleDefinition --- @@ -25,7 +25,7 @@ Get-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentRoleDefinition -RbacApplicationId -UnifiedRoleAssignmentId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentRoleDefinition -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -405,6 +405,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagement.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagement.md index 5e32ffa5840f6..21c6ddc9c7f35 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagement.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagement.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagemententitlementmanagement Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementEntitlementManagement --- @@ -26,7 +26,7 @@ The RbacApplication for Entitlement Management Get-MgBetaRoleManagementEntitlementManagement [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementResourceNamespace.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementResourceNamespace.md index e0af64f912298..d759237b4dd5c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementResourceNamespace.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementResourceNamespace.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagemententitlementmanagementresourcenamespace Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementEntitlementManagementResourceNamespace --- @@ -28,7 +28,7 @@ Get-MgBetaRoleManagementEntitlementManagementResourceNamespace [-ExpandProperty [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaRoleManagementEntitlementManagementResourceNamespace -UnifiedRbacResourceNamespaceId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +48,7 @@ Get-MgBetaRoleManagementEntitlementManagementResourceNamespace -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -568,6 +568,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementResourceNamespaceCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementResourceNamespaceCount.md index 90caa7e214b00..f2a1478dfe1ae 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementResourceNamespaceCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementResourceNamespaceCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagemententitlementmanagementresourcenamespacecount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementEntitlementManagementResourceNamespaceCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaRoleManagementEntitlementManagementResourceNamespaceCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceAction.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceAction.md index b1b9af9fd2edd..621966fdbe211 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceAction.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceAction.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagemententitlementmanagementresourcenamespaceresourceaction Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceAction --- @@ -29,7 +29,7 @@ Get-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceAction [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -40,7 +40,7 @@ Get-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceAction [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -50,7 +50,7 @@ Get-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceAction -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -597,6 +597,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceActionAuthenticationContext.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceActionAuthenticationContext.md index 42c3ccc8e23a7..69060fcae7fa3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceActionAuthenticationContext.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceActionAuthenticationContext.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagemententitlementmanagementresourcenamespaceresourceactionauthenticationcontext Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceActionAuthenticationContext --- @@ -25,7 +25,7 @@ Get-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceActionAuth [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceActionAuth -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -404,6 +404,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceActionCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceActionCount.md index 9b38b563ab005..8ccdf28ac6ee4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceActionCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceActionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagemententitlementmanagementresourcenamespaceresourceactioncount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceActionCount --- @@ -27,7 +27,7 @@ Get-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceActionCoun -UnifiedRbacResourceNamespaceId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceActionCoun -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -383,6 +383,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceActionResourceScope.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceActionResourceScope.md index 36de327cda3fb..a83345590cac0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceActionResourceScope.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceActionResourceScope.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagemententitlementmanagementresourcenamespaceresourceactionresourcescope Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceActionResourceScope --- @@ -25,7 +25,7 @@ Get-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceActionReso [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceActionReso -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -404,6 +404,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleAssignment.md index c3b0bb47ad03e..6d4344cd492df 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagemententitlementmanagementroleassignment Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementEntitlementManagementRoleAssignment --- @@ -28,7 +28,7 @@ Get-MgBetaRoleManagementEntitlementManagementRoleAssignment [-ExpandProperty ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaRoleManagementEntitlementManagementRoleAssignment -UnifiedRoleAssignme [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +48,7 @@ Get-MgBetaRoleManagementEntitlementManagementRoleAssignment -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -64,9 +64,9 @@ Get roleAssignments from roleManagement | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | EntitlementManagement.Read.All, RoleManagement.ReadWrite.Directory, RoleManagement.Read.Directory, EntitlementManagement.ReadWrite.All, | +| Delegated (work or school account) | EntitlementManagement.Read.All, EntitlementManagement.ReadWrite.All, RoleManagement.Read.Directory, RoleManagement.ReadWrite.Directory, | | Delegated (personal Microsoft account) | Not supported | -| Application | EntitlementManagement.Read.All, RoleManagement.ReadWrite.Directory, RoleManagement.Read.Directory, EntitlementManagement.ReadWrite.All, | +| Application | EntitlementManagement.Read.All, EntitlementManagement.ReadWrite.All, RoleManagement.Read.Directory, RoleManagement.ReadWrite.Directory, | ## EXAMPLES ### Example 1: Request using $filter for role assignments on an access package catalog and expand principal @@ -589,6 +589,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentAppScope.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentAppScope.md index 9a79e067014be..71aff2ebc9e99 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentAppScope.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentAppScope.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagemententitlementmanagementroleassignmentappscope Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentAppScope --- @@ -29,7 +29,7 @@ Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentAppScope -UnifiedRoleAssignmentId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -39,7 +39,7 @@ Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentAppScope -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -389,6 +389,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentApproval.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentApproval.md index 5ceb5cf7064da..d174ea4abfa48 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentApproval.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentApproval.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagemententitlementmanagementroleassignmentapproval Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentApproval --- @@ -25,7 +25,7 @@ Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentApproval [-ExpandProp [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentApproval -ApprovalId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -45,7 +45,7 @@ Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentApproval -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -565,6 +565,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentApprovalCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentApprovalCount.md index 461a50d5dc62f..e2803271eeb1c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentApprovalCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentApprovalCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagemententitlementmanagementroleassignmentapprovalcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentApprovalCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentApprovalCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentApprovalStep.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentApprovalStep.md index b2e11c7096173..e3aea67f55c3f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentApprovalStep.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentApprovalStep.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagemententitlementmanagementroleassignmentapprovalstep Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentApprovalStep --- @@ -26,7 +26,6 @@ Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentApprovalStep -Approva [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -36,7 +35,7 @@ Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentApprovalStep -Approva -ApprovalStepId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +45,7 @@ Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentApprovalStep -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -593,6 +592,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentApprovalStepCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentApprovalStepCount.md index d4e916f756ccd..0b33da7b67b35 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentApprovalStepCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentApprovalStepCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagemententitlementmanagementroleassignmentapprovalstepcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentApprovalStepCount --- @@ -24,7 +24,7 @@ Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentApprovalStepCount -Ap [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentApprovalStepCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -380,6 +380,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentCount.md index 1cfcff7707eb9..17a661db5c82d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagemententitlementmanagementroleassignmentcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentCount [-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) | EntitlementManagement.Read.All, RoleManagement.ReadWrite.Directory, RoleManagement.Read.Directory, EntitlementManagement.ReadWrite.All, | +| Delegated (work or school account) | EntitlementManagement.Read.All, EntitlementManagement.ReadWrite.All, RoleManagement.Read.Directory, RoleManagement.ReadWrite.Directory, | | Delegated (personal Microsoft account) | Not supported | -| Application | EntitlementManagement.Read.All, RoleManagement.ReadWrite.Directory, RoleManagement.Read.Directory, EntitlementManagement.ReadWrite.All, | +| Application | EntitlementManagement.Read.All, EntitlementManagement.ReadWrite.All, RoleManagement.Read.Directory, RoleManagement.ReadWrite.Directory, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentDirectoryScope.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentDirectoryScope.md index 0d077526a8737..041347721860a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentDirectoryScope.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentDirectoryScope.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagemententitlementmanagementroleassignmentdirectoryscope Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentDirectoryScope --- @@ -29,7 +29,7 @@ Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentDirectoryScope -UnifiedRoleAssignmentId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -39,7 +39,7 @@ Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentDirectoryScope -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -389,6 +389,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentPrincipal.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentPrincipal.md index a125e1c15879d..6d4beb9de0c0a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentPrincipal.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentPrincipal.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagemententitlementmanagementroleassignmentprincipal Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentPrincipal --- @@ -29,7 +29,7 @@ Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentPrincipal -UnifiedRoleAssignmentId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -39,7 +39,7 @@ Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentPrincipal -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -389,6 +389,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentRoleDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentRoleDefinition.md index bb2cdb7be5311..6ccf64aabd4c9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentRoleDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentRoleDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagemententitlementmanagementroleassignmentroledefinition Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentRoleDefinition --- @@ -28,7 +28,7 @@ Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentRoleDefinition -UnifiedRoleAssignmentId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -38,7 +38,7 @@ Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentRoleDefinition -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -387,6 +387,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentSchedule.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentSchedule.md index 188042a311616..0d9e0d9249f81 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentSchedule.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentSchedule.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagemententitlementmanagementroleassignmentschedule Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentSchedule --- @@ -28,7 +28,7 @@ Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentSchedule [-ExpandProp [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentSchedule -UnifiedRoleAssignmentScheduleId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +48,7 @@ Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentSchedule -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -568,6 +568,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleActivatedUsing.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleActivatedUsing.md index 73fd45f694e01..6d6ecd46132ca 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleActivatedUsing.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleActivatedUsing.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagemententitlementmanagementroleassignmentscheduleactivatedusing Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleActivatedUsing --- @@ -29,7 +29,7 @@ Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleActivatedUsin -UnifiedRoleAssignmentScheduleId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -39,7 +39,7 @@ Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleActivatedUsin -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -389,6 +389,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleAppScope.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleAppScope.md index 9bb064e6c6b30..a09ee03bbb814 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleAppScope.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleAppScope.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagemententitlementmanagementroleassignmentscheduleappscope Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleAppScope --- @@ -28,7 +28,7 @@ Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleAppScope -UnifiedRoleAssignmentScheduleId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -38,7 +38,7 @@ Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleAppScope -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -387,6 +387,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleCount.md index 4424fbdfd498a..6bbc2f9ad6756 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagemententitlementmanagementroleassignmentschedulecount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleDirectoryScope.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleDirectoryScope.md index 729b458de1048..d343884598d3b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleDirectoryScope.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleDirectoryScope.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagemententitlementmanagementroleassignmentscheduledirectoryscope Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleDirectoryScope --- @@ -28,7 +28,7 @@ Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleDirectoryScop -UnifiedRoleAssignmentScheduleId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -38,7 +38,7 @@ Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleDirectoryScop -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -387,6 +387,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstance.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstance.md index 45857d7d641cc..2b90b095846ca 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstance.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstance.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagemententitlementmanagementroleassignmentscheduleinstance Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstance --- @@ -29,7 +29,6 @@ Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstance [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -39,7 +38,7 @@ Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstance -UnifiedRoleAssignmentScheduleInstanceId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -49,7 +48,7 @@ Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstance -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -569,6 +568,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceActivatedUsing.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceActivatedUsing.md index 522027453496d..86644f92a9a54 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceActivatedUsing.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceActivatedUsing.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagemententitlementmanagementroleassignmentscheduleinstanceactivatedusing Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceActivatedUsing --- @@ -29,7 +29,7 @@ Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceActiv -UnifiedRoleAssignmentScheduleInstanceId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -39,7 +39,7 @@ Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceActiv -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -389,6 +389,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceAppScope.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceAppScope.md index c5ddac7a210de..29771b83fc7ab 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceAppScope.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceAppScope.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagemententitlementmanagementroleassignmentscheduleinstanceappscope Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceAppScope --- @@ -28,7 +28,7 @@ Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceAppSc -UnifiedRoleAssignmentScheduleInstanceId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -38,7 +38,7 @@ Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceAppSc -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -387,6 +387,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceCount.md index 7254e9cae6fb3..8544319ed5681 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagemententitlementmanagementroleassignmentscheduleinstancecount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceDirectoryScope.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceDirectoryScope.md index 245116117e332..3f32358800ead 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceDirectoryScope.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceDirectoryScope.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagemententitlementmanagementroleassignmentscheduleinstancedirectoryscope Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceDirectoryScope --- @@ -28,7 +28,7 @@ Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceDirec -UnifiedRoleAssignmentScheduleInstanceId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -38,7 +38,7 @@ Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceDirec -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -387,6 +387,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstancePrincipal.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstancePrincipal.md index 386ab76f350fa..039b312ba6594 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstancePrincipal.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstancePrincipal.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagemententitlementmanagementroleassignmentscheduleinstanceprincipal Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstancePrincipal --- @@ -27,7 +27,7 @@ Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstancePrinc -UnifiedRoleAssignmentScheduleInstanceId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstancePrinc -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -385,6 +385,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceRoleDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceRoleDefinition.md index 3378628b9db06..33b1b26ff2956 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceRoleDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceRoleDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagemententitlementmanagementroleassignmentscheduleinstanceroledefinition Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceRoleDefinition --- @@ -27,7 +27,7 @@ Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceRoleD -UnifiedRoleAssignmentScheduleInstanceId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceRoleD -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -385,6 +385,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentSchedulePrincipal.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentSchedulePrincipal.md index e8dfa3eba31f5..3356e72fbff46 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentSchedulePrincipal.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentSchedulePrincipal.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagemententitlementmanagementroleassignmentscheduleprincipal Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentSchedulePrincipal --- @@ -27,7 +27,7 @@ Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentSchedulePrincipal -UnifiedRoleAssignmentScheduleId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentSchedulePrincipal -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -385,6 +385,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequest.md index 6610aea83ec07..de668783cbb95 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagemententitlementmanagementroleassignmentschedulerequest Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequest --- @@ -29,7 +29,6 @@ Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequest [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -39,7 +38,7 @@ Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequest -UnifiedRoleAssignmentScheduleRequestId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -49,7 +48,7 @@ Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequest -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -569,6 +568,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestActivatedUsing.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestActivatedUsing.md index 51395efdbd1fd..e01710c08f934 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestActivatedUsing.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestActivatedUsing.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagemententitlementmanagementroleassignmentschedulerequestactivatedusing Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestActivatedUsing --- @@ -29,7 +29,7 @@ Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestActiva -UnifiedRoleAssignmentScheduleRequestId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -39,7 +39,7 @@ Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestActiva -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -389,6 +389,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestAppScope.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestAppScope.md index f0bfe508c55a9..7e8dfa700000c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestAppScope.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestAppScope.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagemententitlementmanagementroleassignmentschedulerequestappscope Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestAppScope --- @@ -29,7 +29,7 @@ Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestAppSco -UnifiedRoleAssignmentScheduleRequestId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -39,7 +39,7 @@ Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestAppSco -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -389,6 +389,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestCount.md index e27cac9a86047..3860fd72838c1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagemententitlementmanagementroleassignmentschedulerequestcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestDirectoryScope.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestDirectoryScope.md index 228a4211b3972..48cbb27a532a6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestDirectoryScope.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestDirectoryScope.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagemententitlementmanagementroleassignmentschedulerequestdirectoryscope Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestDirectoryScope --- @@ -29,7 +29,7 @@ Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestDirect -UnifiedRoleAssignmentScheduleRequestId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -39,7 +39,7 @@ Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestDirect -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -389,6 +389,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestPrincipal.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestPrincipal.md index 6e6059d773604..23384e176b877 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestPrincipal.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestPrincipal.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagemententitlementmanagementroleassignmentschedulerequestprincipal Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestPrincipal --- @@ -28,7 +28,7 @@ Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestPrinci -UnifiedRoleAssignmentScheduleRequestId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -38,7 +38,7 @@ Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestPrinci -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -387,6 +387,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestRoleDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestRoleDefinition.md index c0bf5e8a700c8..5fdbf46c3727e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestRoleDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestRoleDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagemententitlementmanagementroleassignmentschedulerequestroledefinition Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestRoleDefinition --- @@ -28,7 +28,7 @@ Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestRoleDe -UnifiedRoleAssignmentScheduleRequestId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -38,7 +38,7 @@ Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestRoleDe -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -387,6 +387,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestTargetSchedule.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestTargetSchedule.md index 77a6186e029c6..60c4fed7eb49f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestTargetSchedule.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestTargetSchedule.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagemententitlementmanagementroleassignmentschedulerequesttargetschedule Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestTargetSchedule --- @@ -28,7 +28,7 @@ Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestTarget -UnifiedRoleAssignmentScheduleRequestId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -38,7 +38,7 @@ Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestTarget -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -387,6 +387,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRoleDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRoleDefinition.md index 172724b65cc23..1703d93772608 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRoleDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRoleDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagemententitlementmanagementroleassignmentscheduleroledefinition Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRoleDefinition --- @@ -27,7 +27,7 @@ Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRoleDefinitio -UnifiedRoleAssignmentScheduleId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRoleDefinitio -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -385,6 +385,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleDefinition.md index 9c1f131fd00c8..6ca8a1b4a4981 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagemententitlementmanagementroledefinition Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementEntitlementManagementRoleDefinition --- @@ -29,7 +29,7 @@ Get-MgBetaRoleManagementEntitlementManagementRoleDefinition [-ExpandProperty ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -39,7 +39,7 @@ Get-MgBetaRoleManagementEntitlementManagementRoleDefinition -UnifiedRoleDefiniti [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -49,7 +49,7 @@ Get-MgBetaRoleManagementEntitlementManagementRoleDefinition -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -66,9 +66,9 @@ The following RBAC providers are currently supported:\r- Cloud PC \r- device man | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | EntitlementManagement.Read.All, RoleManagement.Read.All, EntitlementManagement.ReadWrite.All, | +| Delegated (work or school account) | EntitlementManagement.Read.All, EntitlementManagement.ReadWrite.All, RoleManagement.Read.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | EntitlementManagement.Read.All, RoleManagement.Read.All, EntitlementManagement.ReadWrite.All, | +| Application | EntitlementManagement.Read.All, EntitlementManagement.ReadWrite.All, RoleManagement.Read.All, | ## EXAMPLES ### Example 1: Get the definition of a built-in role for the entitlement management provider @@ -591,6 +591,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleDefinitionCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleDefinitionCount.md index 94b366102e674..78d21cf0a952c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleDefinitionCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleDefinitionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagemententitlementmanagementroledefinitioncount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementEntitlementManagementRoleDefinitionCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaRoleManagementEntitlementManagementRoleDefinitionCount [-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) | EntitlementManagement.Read.All, RoleManagement.Read.All, EntitlementManagement.ReadWrite.All, | +| Delegated (work or school account) | EntitlementManagement.Read.All, EntitlementManagement.ReadWrite.All, RoleManagement.Read.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | EntitlementManagement.Read.All, RoleManagement.Read.All, EntitlementManagement.ReadWrite.All, | +| Application | EntitlementManagement.Read.All, EntitlementManagement.ReadWrite.All, RoleManagement.Read.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom.md index 63f775acd601b..632834c2f3718 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagemententitlementmanagementroledefinitioninheritpermissionfrom Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom --- @@ -30,7 +30,7 @@ Get-MgBetaRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -40,7 +40,7 @@ Get-MgBetaRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom -UnifiedRoleDefinitionId -UnifiedRoleDefinitionId1 [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -50,7 +50,7 @@ Get-MgBetaRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -598,6 +598,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFromCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFromCount.md index 449a90550a977..408a6dfa3a996 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFromCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFromCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagemententitlementmanagementroledefinitioninheritpermissionfromcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFromCount --- @@ -27,7 +27,7 @@ Get-MgBetaRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom -UnifiedRoleDefinitionId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -383,6 +383,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleEligibilitySchedule.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleEligibilitySchedule.md index 910e7b7a13c5c..2b0fb5c855364 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleEligibilitySchedule.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleEligibilitySchedule.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagemententitlementmanagementroleeligibilityschedule Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementEntitlementManagementRoleEligibilitySchedule --- @@ -28,7 +28,7 @@ Get-MgBetaRoleManagementEntitlementManagementRoleEligibilitySchedule [-ExpandPro [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaRoleManagementEntitlementManagementRoleEligibilitySchedule -UnifiedRoleEligibilityScheduleId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +48,7 @@ Get-MgBetaRoleManagementEntitlementManagementRoleEligibilitySchedule -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -568,6 +568,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleAppScope.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleAppScope.md index c603747916fc0..6c8afa68cf480 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleAppScope.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleAppScope.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagemententitlementmanagementroleeligibilityscheduleappscope Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleAppScope --- @@ -28,7 +28,7 @@ Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleAppScope -UnifiedRoleEligibilityScheduleId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -38,7 +38,7 @@ Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleAppScope -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -387,6 +387,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleCount.md index 84117a4145cb9..3f81f69abb742 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagemententitlementmanagementroleeligibilityschedulecount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleDirectoryScope.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleDirectoryScope.md index 18cdb5143ee8a..48625dcfc7c1a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleDirectoryScope.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleDirectoryScope.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagemententitlementmanagementroleeligibilityscheduledirectoryscope Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleDirectoryScope --- @@ -28,7 +28,7 @@ Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleDirectorySco -UnifiedRoleEligibilityScheduleId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -38,7 +38,7 @@ Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleDirectorySco -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -387,6 +387,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstance.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstance.md index 2899a655f0aaf..7906f14842cdc 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstance.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstance.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagemententitlementmanagementroleeligibilityscheduleinstance Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstance --- @@ -29,7 +29,6 @@ Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstance [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -39,7 +38,7 @@ Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstance -UnifiedRoleEligibilityScheduleInstanceId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -49,7 +48,7 @@ Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstance -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -569,6 +568,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceAppScope.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceAppScope.md index 9547dee6f287b..8adf33cbe4eaf 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceAppScope.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceAppScope.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagemententitlementmanagementroleeligibilityscheduleinstanceappscope Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceAppScope --- @@ -28,7 +28,7 @@ Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceAppS -UnifiedRoleEligibilityScheduleInstanceId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -38,7 +38,7 @@ Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceAppS -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -387,6 +387,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceCount.md index 248681eed19fa..6f8c8584f314c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagemententitlementmanagementroleeligibilityscheduleinstancecount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceDirectoryScope.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceDirectoryScope.md index 855a6a810a77a..ef65c30d9fc8e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceDirectoryScope.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceDirectoryScope.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagemententitlementmanagementroleeligibilityscheduleinstancedirectoryscope Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceDirectoryScope --- @@ -28,7 +28,7 @@ Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceDire -UnifiedRoleEligibilityScheduleInstanceId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -38,7 +38,7 @@ Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceDire -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -387,6 +387,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstancePrincipal.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstancePrincipal.md index 588c74ee544ef..5ccffe11fec36 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstancePrincipal.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstancePrincipal.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagemententitlementmanagementroleeligibilityscheduleinstanceprincipal Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstancePrincipal --- @@ -27,7 +27,7 @@ Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstancePrin -UnifiedRoleEligibilityScheduleInstanceId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstancePrin -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -385,6 +385,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceRoleDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceRoleDefinition.md index ecc02a6b91a34..1fe142ece27b6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceRoleDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceRoleDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagemententitlementmanagementroleeligibilityscheduleinstanceroledefinition Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceRoleDefinition --- @@ -27,7 +27,7 @@ Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceRole -UnifiedRoleEligibilityScheduleInstanceId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceRole -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -385,6 +385,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleEligibilitySchedulePrincipal.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleEligibilitySchedulePrincipal.md index 821192d31c3eb..51781cb89e3d0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleEligibilitySchedulePrincipal.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleEligibilitySchedulePrincipal.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagemententitlementmanagementroleeligibilityscheduleprincipal Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementEntitlementManagementRoleEligibilitySchedulePrincipal --- @@ -27,7 +27,7 @@ Get-MgBetaRoleManagementEntitlementManagementRoleEligibilitySchedulePrincipal -UnifiedRoleEligibilityScheduleId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaRoleManagementEntitlementManagementRoleEligibilitySchedulePrincipal -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -385,6 +385,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequest.md index 3b67a718b7582..c8533d790ca31 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagemententitlementmanagementroleeligibilityschedulerequest Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequest --- @@ -29,7 +29,6 @@ Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequest [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -39,7 +38,7 @@ Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequest -UnifiedRoleEligibilityScheduleRequestId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -49,7 +48,7 @@ Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequest -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -569,6 +568,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequestAppScope.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequestAppScope.md index b71cdbe5376ff..3910f911d8fb7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequestAppScope.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequestAppScope.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagemententitlementmanagementroleeligibilityschedulerequestappscope Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequestAppScope --- @@ -29,7 +29,7 @@ Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequestAppSc -UnifiedRoleEligibilityScheduleRequestId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -39,7 +39,7 @@ Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequestAppSc -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -389,6 +389,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequestCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequestCount.md index a5afd65c49be0..b3f1784ff54df 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequestCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequestCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagemententitlementmanagementroleeligibilityschedulerequestcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequestCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequestCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequestDirectoryScope.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequestDirectoryScope.md index 2c1808515f688..4d29654f322e4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequestDirectoryScope.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequestDirectoryScope.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagemententitlementmanagementroleeligibilityschedulerequestdirectoryscope Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequestDirectoryScope --- @@ -29,7 +29,7 @@ Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequestDirec -UnifiedRoleEligibilityScheduleRequestId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -39,7 +39,7 @@ Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequestDirec -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -389,6 +389,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequestPrincipal.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequestPrincipal.md index 0d9415f17d9e2..36c41734b7fe8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequestPrincipal.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequestPrincipal.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagemententitlementmanagementroleeligibilityschedulerequestprincipal Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequestPrincipal --- @@ -28,7 +28,7 @@ Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequestPrinc -UnifiedRoleEligibilityScheduleRequestId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -38,7 +38,7 @@ Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequestPrinc -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -387,6 +387,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequestRoleDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequestRoleDefinition.md index 684e28c9d1295..5954fadd814dc 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequestRoleDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequestRoleDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagemententitlementmanagementroleeligibilityschedulerequestroledefinition Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequestRoleDefinition --- @@ -28,7 +28,7 @@ Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequestRoleD -UnifiedRoleEligibilityScheduleRequestId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -38,7 +38,7 @@ Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequestRoleD -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -387,6 +387,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequestTargetSchedule.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequestTargetSchedule.md index 392af03fa2ee8..d22fdd3837c50 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequestTargetSchedule.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequestTargetSchedule.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagemententitlementmanagementroleeligibilityschedulerequesttargetschedule Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequestTargetSchedule --- @@ -28,7 +28,7 @@ Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequestTarge -UnifiedRoleEligibilityScheduleRequestId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -38,7 +38,7 @@ Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequestTarge -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -387,6 +387,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRoleDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRoleDefinition.md index 640727dd8ec52..03d49ec697b6d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRoleDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRoleDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagemententitlementmanagementroleeligibilityscheduleroledefinition Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRoleDefinition --- @@ -27,7 +27,7 @@ Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRoleDefiniti -UnifiedRoleEligibilityScheduleId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRoleDefiniti -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -385,6 +385,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignment.md index 99a8c22bc95ef..6989f421a764d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagemententitlementmanagementtransitiveroleassignment Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignment --- @@ -26,7 +26,6 @@ Get-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignment [-ExpandPr [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -36,7 +35,7 @@ Get-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignment -UnifiedRoleAssignmentId [-ExpandProperty ] [-Property ] [-ConsistencyLevel ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +45,7 @@ Get-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignment -InputObject [-ExpandProperty ] [-Property ] [-ConsistencyLevel ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -588,6 +587,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentAppScope.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentAppScope.md index 622b022fca274..17d74ba8e0262 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentAppScope.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentAppScope.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagemententitlementmanagementtransitiveroleassignmentappscope Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentAppScope --- @@ -26,7 +26,7 @@ Get-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentAppScope -UnifiedRoleAssignmentId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentAppScope -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -386,6 +386,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentCount.md index 4649e94fa6514..5aeedd3fd646d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagemententitlementmanagementtransitiveroleassignmentcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentCount --- @@ -24,7 +24,7 @@ Get-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentCount -ConsistencyLevel [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentDirectoryScope.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentDirectoryScope.md index 00fb64e5613aa..a0f7b8ed7b80d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentDirectoryScope.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentDirectoryScope.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagemententitlementmanagementtransitiveroleassignmentdirectoryscope Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentDirectoryScope --- @@ -26,7 +26,7 @@ Get-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentDirectorySc -UnifiedRoleAssignmentId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentDirectorySc -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -386,6 +386,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentPrincipal.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentPrincipal.md index 76f464e3d38ae..a3f46c7e61e14 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentPrincipal.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentPrincipal.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagemententitlementmanagementtransitiveroleassignmentprincipal Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentPrincipal --- @@ -26,7 +26,7 @@ Get-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentPrincipal -UnifiedRoleAssignmentId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentPrincipal -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -386,6 +386,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentRoleDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentRoleDefinition.md index 6446ed9e5d7bb..02c42f76a6fe0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentRoleDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentRoleDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetarolemanagemententitlementmanagementtransitiveroleassignmentroledefinition Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentRoleDefinition --- @@ -25,7 +25,7 @@ Get-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentRoleDefinit -UnifiedRoleAssignmentId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentRoleDefinit -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -384,6 +384,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaUserAgreementAcceptance.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaUserAgreementAcceptance.md index feb511be89169..1bc4d806f4448 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaUserAgreementAcceptance.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaUserAgreementAcceptance.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetauseragreementacceptance Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserAgreementAcceptance --- @@ -30,7 +30,7 @@ Get-MgBetaUserAgreementAcceptance -UserId [-ExpandProperty ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -40,7 +40,7 @@ Get-MgBetaUserAgreementAcceptance -AgreementAcceptanceId -UserId ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -50,7 +50,7 @@ Get-MgBetaUserAgreementAcceptance -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -609,6 +609,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaUserAgreementAcceptanceCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaUserAgreementAcceptanceCount.md index 14dbf98c64637..9273d1ea7087b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaUserAgreementAcceptanceCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Get-MgBetaUserAgreementAcceptanceCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/get-mgbetauseragreementacceptancecount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserAgreementAcceptanceCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaUserAgreementAcceptanceCount -UserId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaUserAgreementAcceptanceCount -UserId [-Filter ] [-Sea Get-MgBetaUserAgreementAcceptanceCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -389,6 +389,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Import-MgBetaRoleManagementDirectoryResourceNamespaceResourceAction.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Import-MgBetaRoleManagementDirectoryResourceNamespaceResourceAction.md index 72b97c14cd4ed..ff76605c270aa 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Import-MgBetaRoleManagementDirectoryResourceNamespaceResourceAction.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Import-MgBetaRoleManagementDirectoryResourceNamespaceResourceAction.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/import-mgbetarolemanagementdirectoryresourcenamespaceresourceaction Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Import-MgBetaRoleManagementDirectoryResourceNamespaceResourceAction --- @@ -25,7 +25,7 @@ Import-MgBetaRoleManagementDirectoryResourceNamespaceResourceAction [-AdditionalProperties ] [-Format ] [-OverwriteResourceNamespace] [-Value ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Import @@ -37,7 +37,6 @@ Import-MgBetaRoleManagementDirectoryResourceNamespaceResourceAction [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ImportViaIdentityExpanded @@ -48,7 +47,7 @@ Import-MgBetaRoleManagementDirectoryResourceNamespaceResourceAction [-AdditionalProperties ] [-Format ] [-OverwriteResourceNamespace] [-Value ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### ImportViaIdentity @@ -60,7 +59,6 @@ Import-MgBetaRoleManagementDirectoryResourceNamespaceResourceAction [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -566,6 +564,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Import-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceAction.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Import-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceAction.md index 678e1d58e47fa..014a35a57b937 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Import-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceAction.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Import-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceAction.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/import-mgbetarolemanagemententerpriseappresourcenamespaceresourceaction Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Import-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceAction --- @@ -25,7 +25,7 @@ Import-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceAction -RbacApp [-AdditionalProperties ] [-Format ] [-OverwriteResourceNamespace] [-Value ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Import @@ -37,7 +37,6 @@ Import-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceAction -RbacApp [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ImportViaIdentityExpanded @@ -48,7 +47,7 @@ Import-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceAction [-AdditionalProperties ] [-Format ] [-OverwriteResourceNamespace] [-Value ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### ImportViaIdentity @@ -60,7 +59,6 @@ Import-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceAction [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -593,6 +591,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Import-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceAction.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Import-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceAction.md index bfb21d54645dd..6f6447ca12f08 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Import-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceAction.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Import-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceAction.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/import-mgbetarolemanagemententitlementmanagementresourcenamespaceresourceaction Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Import-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceAction --- @@ -25,7 +25,7 @@ Import-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceAction [-AdditionalProperties ] [-Format ] [-OverwriteResourceNamespace] [-Value ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Import @@ -37,7 +37,6 @@ Import-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceAction [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ImportViaIdentityExpanded @@ -48,7 +47,7 @@ Import-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceAction [-AdditionalProperties ] [-Format ] [-OverwriteResourceNamespace] [-Value ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### ImportViaIdentity @@ -60,7 +59,6 @@ Import-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceAction [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -566,6 +564,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Initialize-MgBetaIdentityGovernanceLifecycleWorkflow.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Initialize-MgBetaIdentityGovernanceLifecycleWorkflow.md index e6b97e8d4c4f9..2907e9e3ec461 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Initialize-MgBetaIdentityGovernanceLifecycleWorkflow.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Initialize-MgBetaIdentityGovernanceLifecycleWorkflow.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/initialize-mgbetaidentitygovernancelifecycleworkflow Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Initialize-MgBetaIdentityGovernanceLifecycleWorkflow --- @@ -31,7 +31,6 @@ Initialize-MgBetaIdentityGovernanceLifecycleWorkflow -WorkflowId [-Subjects ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Activate @@ -42,7 +41,6 @@ Initialize-MgBetaIdentityGovernanceLifecycleWorkflow -WorkflowId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ActivateViaIdentityExpanded @@ -53,7 +51,6 @@ Initialize-MgBetaIdentityGovernanceLifecycleWorkflow -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ActivateViaIdentity @@ -64,7 +61,6 @@ Initialize-MgBetaIdentityGovernanceLifecycleWorkflow -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -83,9 +79,9 @@ When you run a workflow on demand, the tasks are executed regardless of whether | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | LifecycleWorkflows-Workflow.Activate, LifecycleWorkflows.ReadWrite.All, LifecycleWorkflows-Workflow.ReadWrite.All, | +| Delegated (work or school account) | LifecycleWorkflows-Workflow.Activate, LifecycleWorkflows-Workflow.ReadWrite.All, LifecycleWorkflows.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | LifecycleWorkflows-Workflow.Activate, LifecycleWorkflows.ReadWrite.All, LifecycleWorkflows-Workflow.ReadWrite.All, | +| Application | LifecycleWorkflows-Workflow.Activate, LifecycleWorkflows-Workflow.ReadWrite.All, LifecycleWorkflows.ReadWrite.All, | ## EXAMPLES ### Example 1: Code snippet @@ -872,6 +868,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -2808,21 +2861,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -5358,6 +5468,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -6416,7 +6527,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -9308,6 +9422,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource @@ -9721,6 +9836,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -11657,21 +11829,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -14207,6 +14436,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -15265,7 +15495,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Initialize-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Initialize-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow.md index fa505400f0c2d..216c6f495879b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Initialize-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Initialize-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/initialize-mgbetaidentitygovernancelifecycleworkflowdeleteditemworkflow Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Initialize-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow --- @@ -31,7 +31,6 @@ Initialize-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow -Workflo [-Subjects ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Activate @@ -42,7 +41,6 @@ Initialize-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow -Workflo [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ActivateViaIdentityExpanded @@ -54,7 +52,6 @@ Initialize-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ActivateViaIdentity @@ -66,7 +63,6 @@ Initialize-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -842,6 +838,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -2778,21 +2831,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -5328,6 +5438,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -6386,7 +6497,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -9278,6 +9392,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource @@ -9691,6 +9806,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -11627,21 +11799,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -14177,6 +14406,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -15235,7 +15465,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Initialize-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowWithScope.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Initialize-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowWithScope.md index ea89b848dfe95..582a610625bd1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Initialize-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowWithScope.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Initialize-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowWithScope.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/initialize-mgbetaidentitygovernancelifecycleworkflowdeleteditemworkflowwithscope Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Initialize-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowWithScope --- @@ -31,7 +31,6 @@ Initialize-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowWithScope [-Scope ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Activate @@ -43,7 +42,6 @@ Initialize-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowWithScope [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ActivateViaIdentityExpanded @@ -54,7 +52,6 @@ Initialize-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowWithScope [-AdditionalProperties ] [-Scope ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ActivateViaIdentity @@ -66,7 +63,6 @@ Initialize-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowWithScope [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -541,6 +537,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Initialize-MgBetaIdentityGovernanceLifecycleWorkflowWithScope.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Initialize-MgBetaIdentityGovernanceLifecycleWorkflowWithScope.md index 699f832c0edfe..49291a93afbbe 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Initialize-MgBetaIdentityGovernanceLifecycleWorkflowWithScope.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Initialize-MgBetaIdentityGovernanceLifecycleWorkflowWithScope.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/initialize-mgbetaidentitygovernancelifecycleworkflowwithscope Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Initialize-MgBetaIdentityGovernanceLifecycleWorkflowWithScope --- @@ -31,7 +31,6 @@ Initialize-MgBetaIdentityGovernanceLifecycleWorkflowWithScope -WorkflowId ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Activate @@ -42,7 +41,6 @@ Initialize-MgBetaIdentityGovernanceLifecycleWorkflowWithScope -WorkflowId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ActivateViaIdentityExpanded @@ -53,7 +51,6 @@ Initialize-MgBetaIdentityGovernanceLifecycleWorkflowWithScope [-AdditionalProperties ] [-Scope ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ActivateViaIdentity @@ -65,7 +62,6 @@ Initialize-MgBetaIdentityGovernanceLifecycleWorkflowWithScope [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -80,6 +76,78 @@ You can run any workflow on-demand, including scheduled workflows. Workflows created from the 'Real-time employee termination' template are run on-demand only. When you run a workflow on demand, the tasks are executed regardless of whether the user state matches the scope and trigger execution conditions. +## EXAMPLES +### Example 1: Activate a workflow with a specific scope of 2 users + +```powershell + +Import-Module Microsoft.Graph.Beta.Identity.Governance + +$params = @{ + subjects = @( + @{ + id = "8cdf25a8-c9d2-423e-a03d-3f39f03c3e97" + } + @{ + id = "ea09ac2e-77e3-4134-85f2-25ccf3c33387" + } + ) +} + +Initialize-MgBetaIdentityGovernanceLifecycleWorkflowWithScope -WorkflowId $workflowId -BodyParameter $params + +``` +This example will activate a workflow with a specific scope of 2 users + +### Example 2: Activate a workflow with a specific scope of 2 users who don't exist + +```powershell + +Import-Module Microsoft.Graph.Beta.Identity.Governance + +$params = @{ + scope = @{ + "@odata.type" = "microsoft.graph.identityGovernance.activateProcessingResultScope" + processingResults = @( + @{ + id = "abc12345-265a-4e8f-8d61-94a2dcd2d395_1_78799042-265a-4e8f-8d61-94a2dcd2d395_638927021459371237_0cdd8963-aaaa-4632-a1f2-aaaa7230aaaa" + } + @{ + id = "abc12345-265a-4e8f-8d61-94a2dcd2d395_1_78799042-265a-4e8f-8d61-94a2dcd2d395_388131231459357126_aaaa8963-1c30-4632-aaaa-ac96723069cb" + } + ) + taskScope = "allTasks" + } +} + +Initialize-MgBetaIdentityGovernanceLifecycleWorkflowWithScope -WorkflowId $workflowId -BodyParameter $params + +``` +This example will activate a workflow with a specific scope of 2 users who don't exist + +### Example 3: Activate a workflow with a specific processing result scope + +```powershell + +Import-Module Microsoft.Graph.Beta.Identity.Governance + +$params = @{ + subjects = @( + @{ + id = "abc12345-265a-4e8f-8d61-94a2dcd2d395_1_78799042-265a-4e8f-8d61-94a2dcd2d395_638927021459371237_0cdd8963-aaaa-4632-a1f2-aaaa7230aaaa" + } + @{ + id = "abc12345-265a-4e8f-8d61-94a2dcd2d395_1_78799042-265a-4e8f-8d61-94a2dcd2d395_388131231459357126_aaaa8963-1c30-4632-aaaa-ac96723069cb" + } + ) +} + +Initialize-MgBetaIdentityGovernanceLifecycleWorkflowWithScope -WorkflowId $workflowId -BodyParameter $params + +``` +This example will activate a workflow with a specific processing result scope + + ## PARAMETERS ### -AdditionalProperties @@ -540,6 +608,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource @@ -627,6 +696,5 @@ INPUTOBJECT ``: Identity Parameter - diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaAcceptIdentityGovernanceAccessReviewDecisionInstanceRecommendation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaAcceptIdentityGovernanceAccessReviewDecisionInstanceRecommendation.md index 88800c8f109c4..5823558f17f32 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaAcceptIdentityGovernanceAccessReviewDecisionInstanceRecommendation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaAcceptIdentityGovernanceAccessReviewDecisionInstanceRecommendation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/invoke-mgbetaacceptidentitygovernanceaccessreviewdecisioninstancerecommendation Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaAcceptIdentityGovernanceAccessReviewDecisionInstanceRecommendation --- @@ -27,7 +27,6 @@ Invoke-MgBetaAcceptIdentityGovernanceAccessReviewDecisionInstanceRecommendation [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### AcceptViaIdentity @@ -38,7 +37,6 @@ Invoke-MgBetaAcceptIdentityGovernanceAccessReviewDecisionInstanceRecommendation [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -409,6 +407,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaAcceptIdentityGovernanceAccessReviewDefinitionInstanceRecommendation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaAcceptIdentityGovernanceAccessReviewDefinitionInstanceRecommendation.md index 4ec16a5213715..76d9500151c77 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaAcceptIdentityGovernanceAccessReviewDefinitionInstanceRecommendation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaAcceptIdentityGovernanceAccessReviewDefinitionInstanceRecommendation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/invoke-mgbetaacceptidentitygovernanceaccessreviewdefinitioninstancerecommendation Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaAcceptIdentityGovernanceAccessReviewDefinitionInstanceRecommendation --- @@ -30,7 +30,6 @@ Invoke-MgBetaAcceptIdentityGovernanceAccessReviewDefinitionInstanceRecommendatio [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### AcceptViaIdentity @@ -41,7 +40,6 @@ Invoke-MgBetaAcceptIdentityGovernanceAccessReviewDefinitionInstanceRecommendatio [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -446,6 +444,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaAcceptIdentityGovernanceAccessReviewInstanceDecisionInstanceRecommendation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaAcceptIdentityGovernanceAccessReviewInstanceDecisionInstanceRecommendation.md index 1cbf6ff4ff999..ecf34067963a6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaAcceptIdentityGovernanceAccessReviewInstanceDecisionInstanceRecommendation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaAcceptIdentityGovernanceAccessReviewInstanceDecisionInstanceRecommendation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/invoke-mgbetaacceptidentitygovernanceaccessreviewinstancedecisioninstancerecommendation Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaAcceptIdentityGovernanceAccessReviewInstanceDecisionInstanceRecommendation --- @@ -27,7 +27,6 @@ Invoke-MgBetaAcceptIdentityGovernanceAccessReviewInstanceDecisionInstanceRecomme [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### AcceptViaIdentity @@ -38,7 +37,6 @@ Invoke-MgBetaAcceptIdentityGovernanceAccessReviewInstanceDecisionInstanceRecomme [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -430,6 +428,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaAcceptIdentityGovernanceAccessReviewInstanceRecommendation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaAcceptIdentityGovernanceAccessReviewInstanceRecommendation.md index 87ecf206109fa..0f1ea892e8090 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaAcceptIdentityGovernanceAccessReviewInstanceRecommendation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaAcceptIdentityGovernanceAccessReviewInstanceRecommendation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/invoke-mgbetaacceptidentitygovernanceaccessreviewinstancerecommendation Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaAcceptIdentityGovernanceAccessReviewInstanceRecommendation --- @@ -27,7 +27,6 @@ Invoke-MgBetaAcceptIdentityGovernanceAccessReviewInstanceRecommendation [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### AcceptViaIdentity @@ -38,7 +37,6 @@ Invoke-MgBetaAcceptIdentityGovernanceAccessReviewInstanceRecommendation [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -409,6 +407,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaAcceptIdentityGovernanceAccessReviewInstanceStageDecisionInstanceRecommendation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaAcceptIdentityGovernanceAccessReviewInstanceStageDecisionInstanceRecommendation.md index 159846807de10..bce89bc76c575 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaAcceptIdentityGovernanceAccessReviewInstanceStageDecisionInstanceRecommendation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaAcceptIdentityGovernanceAccessReviewInstanceStageDecisionInstanceRecommendation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/invoke-mgbetaacceptidentitygovernanceaccessreviewinstancestagedecisioninstancerecommendation Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaAcceptIdentityGovernanceAccessReviewInstanceStageDecisionInstanceRecommendation --- @@ -27,7 +27,6 @@ Invoke-MgBetaAcceptIdentityGovernanceAccessReviewInstanceStageDecisionInstanceRe -AccessReviewStageId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### AcceptViaIdentity @@ -38,7 +37,6 @@ Invoke-MgBetaAcceptIdentityGovernanceAccessReviewInstanceStageDecisionInstanceRe [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -451,6 +449,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaAssignedRoleManagementDirectoryRoleDefinitionInheritPermissionFromPrincipal.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaAssignedRoleManagementDirectoryRoleDefinitionInheritPermissionFromPrincipal.md index 261255ef53ce1..9dc48ff852248 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaAssignedRoleManagementDirectoryRoleDefinitionInheritPermissionFromPrincipal.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaAssignedRoleManagementDirectoryRoleDefinitionInheritPermissionFromPrincipal.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/invoke-mgbetaassignedrolemanagementdirectoryroledefinitioninheritpermissionfromprincipal Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaAssignedRoleManagementDirectoryRoleDefinitionInheritPermissionFromPrincipal --- @@ -29,7 +29,7 @@ Invoke-MgBetaAssignedRoleManagementDirectoryRoleDefinitionInheritPermissionFromP [-Filter ] [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-Transitive] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### AssignedViaIdentity @@ -41,7 +41,7 @@ Invoke-MgBetaAssignedRoleManagementDirectoryRoleDefinitionInheritPermissionFromP [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-Transitive] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -604,6 +604,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaAssignedRoleManagementDirectoryRoleDefinitionPrincipal.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaAssignedRoleManagementDirectoryRoleDefinitionPrincipal.md index c50c51b383779..c9dfb84693100 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaAssignedRoleManagementDirectoryRoleDefinitionPrincipal.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaAssignedRoleManagementDirectoryRoleDefinitionPrincipal.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/invoke-mgbetaassignedrolemanagementdirectoryroledefinitionprincipal Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaAssignedRoleManagementDirectoryRoleDefinitionPrincipal --- @@ -29,7 +29,7 @@ Invoke-MgBetaAssignedRoleManagementDirectoryRoleDefinitionPrincipal [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-Transitive] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### AssignedViaIdentity @@ -41,7 +41,7 @@ Invoke-MgBetaAssignedRoleManagementDirectoryRoleDefinitionPrincipal [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-Transitive] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -60,9 +60,9 @@ To list the direct and transitive role assignments for a specific principal, use | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | RoleManagement.Read.Directory, RoleManagement.ReadWrite.Directory, Directory.Read.All, | +| Delegated (work or school account) | RoleManagement.Read.Directory, Directory.Read.All, RoleManagement.ReadWrite.Directory, | | Delegated (personal Microsoft account) | Not supported | -| Application | RoleManagement.Read.Directory, RoleManagement.ReadWrite.Directory, Directory.Read.All, | +| Application | RoleManagement.Read.Directory, Directory.Read.All, RoleManagement.ReadWrite.Directory, | ## PARAMETERS @@ -591,6 +591,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaAssignedRoleManagementEnterpriseAppRoleDefinitionInheritPermissionFromPrincipal.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaAssignedRoleManagementEnterpriseAppRoleDefinitionInheritPermissionFromPrincipal.md index cfc9868fa2cec..e989c6ec9d15f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaAssignedRoleManagementEnterpriseAppRoleDefinitionInheritPermissionFromPrincipal.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaAssignedRoleManagementEnterpriseAppRoleDefinitionInheritPermissionFromPrincipal.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/invoke-mgbetaassignedrolemanagemententerpriseapproledefinitioninheritpermissionfromprincipal Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaAssignedRoleManagementEnterpriseAppRoleDefinitionInheritPermissionFromPrincipal --- @@ -29,7 +29,7 @@ Invoke-MgBetaAssignedRoleManagementEnterpriseAppRoleDefinitionInheritPermissionF [-Filter ] [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-Transitive] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### AssignedViaIdentity @@ -41,7 +41,7 @@ Invoke-MgBetaAssignedRoleManagementEnterpriseAppRoleDefinitionInheritPermissionF [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-Transitive] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -625,6 +625,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaAssignedRoleManagementEnterpriseAppRoleDefinitionPrincipal.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaAssignedRoleManagementEnterpriseAppRoleDefinitionPrincipal.md index b6170ace283f4..535f352e4e663 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaAssignedRoleManagementEnterpriseAppRoleDefinitionPrincipal.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaAssignedRoleManagementEnterpriseAppRoleDefinitionPrincipal.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/invoke-mgbetaassignedrolemanagemententerpriseapproledefinitionprincipal Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaAssignedRoleManagementEnterpriseAppRoleDefinitionPrincipal --- @@ -29,7 +29,7 @@ Invoke-MgBetaAssignedRoleManagementEnterpriseAppRoleDefinitionPrincipal -RbacApp [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-Transitive] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### AssignedViaIdentity @@ -41,7 +41,7 @@ Invoke-MgBetaAssignedRoleManagementEnterpriseAppRoleDefinitionPrincipal [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-Transitive] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -604,6 +604,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaAssignedRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFromPrincipal.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaAssignedRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFromPrincipal.md index 8c12bff542e38..7f600250dec5c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaAssignedRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFromPrincipal.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaAssignedRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFromPrincipal.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/invoke-mgbetaassignedrolemanagemententitlementmanagementroledefinitioninheritpermissionfromprincipal Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaAssignedRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFromPrincipal --- @@ -29,7 +29,7 @@ Invoke-MgBetaAssignedRoleManagementEntitlementManagementRoleDefinitionInheritPer [-Filter ] [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-Transitive] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### AssignedViaIdentity @@ -41,7 +41,7 @@ Invoke-MgBetaAssignedRoleManagementEntitlementManagementRoleDefinitionInheritPer [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-Transitive] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -604,6 +604,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaAssignedRoleManagementEntitlementManagementRoleDefinitionPrincipal.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaAssignedRoleManagementEntitlementManagementRoleDefinitionPrincipal.md index 980b86f279666..4f6e2e0883e79 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaAssignedRoleManagementEntitlementManagementRoleDefinitionPrincipal.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaAssignedRoleManagementEntitlementManagementRoleDefinitionPrincipal.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/invoke-mgbetaassignedrolemanagemententitlementmanagementroledefinitionprincipal Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaAssignedRoleManagementEntitlementManagementRoleDefinitionPrincipal --- @@ -29,7 +29,7 @@ Invoke-MgBetaAssignedRoleManagementEntitlementManagementRoleDefinitionPrincipal [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-Transitive] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### AssignedViaIdentity @@ -41,7 +41,7 @@ Invoke-MgBetaAssignedRoleManagementEntitlementManagementRoleDefinitionPrincipal [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-Transitive] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -583,6 +583,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaBatchIdentityGovernanceAccessReviewDecisionInstanceRecordDecision.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaBatchIdentityGovernanceAccessReviewDecisionInstanceRecordDecision.md index 7b2c74b7cb0c2..2050edbcef442 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaBatchIdentityGovernanceAccessReviewDecisionInstanceRecordDecision.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaBatchIdentityGovernanceAccessReviewDecisionInstanceRecordDecision.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/invoke-mgbetabatchidentitygovernanceaccessreviewdecisioninstancerecorddecision Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaBatchIdentityGovernanceAccessReviewDecisionInstanceRecordDecision --- @@ -26,7 +26,6 @@ Invoke-MgBetaBatchIdentityGovernanceAccessReviewDecisionInstanceRecordDecision [-PrincipalId ] [-ResourceId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Batch @@ -38,7 +37,6 @@ Invoke-MgBetaBatchIdentityGovernanceAccessReviewDecisionInstanceRecordDecision [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### BatchViaIdentityExpanded @@ -50,7 +48,6 @@ Invoke-MgBetaBatchIdentityGovernanceAccessReviewDecisionInstanceRecordDecision [-PrincipalId ] [-ResourceId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### BatchViaIdentity @@ -62,7 +59,6 @@ Invoke-MgBetaBatchIdentityGovernanceAccessReviewDecisionInstanceRecordDecision [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -617,6 +613,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaBatchIdentityGovernanceAccessReviewDefinitionInstanceRecordDecision.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaBatchIdentityGovernanceAccessReviewDefinitionInstanceRecordDecision.md index c676bf361fa12..97b64df071473 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaBatchIdentityGovernanceAccessReviewDefinitionInstanceRecordDecision.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaBatchIdentityGovernanceAccessReviewDefinitionInstanceRecordDecision.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/invoke-mgbetabatchidentitygovernanceaccessreviewdefinitioninstancerecorddecision Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaBatchIdentityGovernanceAccessReviewDefinitionInstanceRecordDecision --- @@ -30,7 +30,6 @@ Invoke-MgBetaBatchIdentityGovernanceAccessReviewDefinitionInstanceRecordDecision [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Batch @@ -42,7 +41,6 @@ Invoke-MgBetaBatchIdentityGovernanceAccessReviewDefinitionInstanceRecordDecision [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### BatchViaIdentityExpanded @@ -54,7 +52,6 @@ Invoke-MgBetaBatchIdentityGovernanceAccessReviewDefinitionInstanceRecordDecision [-PrincipalId ] [-ResourceId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### BatchViaIdentity @@ -66,7 +63,6 @@ Invoke-MgBetaBatchIdentityGovernanceAccessReviewDefinitionInstanceRecordDecision [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -675,6 +671,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaBatchIdentityGovernanceAccessReviewInstanceDecisionInstanceRecordDecision.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaBatchIdentityGovernanceAccessReviewInstanceDecisionInstanceRecordDecision.md index a52adeb61af09..e7a4573b7143e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaBatchIdentityGovernanceAccessReviewInstanceDecisionInstanceRecordDecision.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaBatchIdentityGovernanceAccessReviewInstanceDecisionInstanceRecordDecision.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/invoke-mgbetabatchidentitygovernanceaccessreviewinstancedecisioninstancerecorddecision Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaBatchIdentityGovernanceAccessReviewInstanceDecisionInstanceRecordDecision --- @@ -27,7 +27,6 @@ Invoke-MgBetaBatchIdentityGovernanceAccessReviewInstanceDecisionInstanceRecordDe [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Batch @@ -39,7 +38,6 @@ Invoke-MgBetaBatchIdentityGovernanceAccessReviewInstanceDecisionInstanceRecordDe [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### BatchViaIdentityExpanded @@ -51,7 +49,6 @@ Invoke-MgBetaBatchIdentityGovernanceAccessReviewInstanceDecisionInstanceRecordDe [-PrincipalId ] [-ResourceId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### BatchViaIdentity @@ -63,7 +60,6 @@ Invoke-MgBetaBatchIdentityGovernanceAccessReviewInstanceDecisionInstanceRecordDe [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -645,6 +641,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaBatchIdentityGovernanceAccessReviewInstanceRecordDecision.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaBatchIdentityGovernanceAccessReviewInstanceRecordDecision.md index f54e94f525856..8bdd4b58d0f97 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaBatchIdentityGovernanceAccessReviewInstanceRecordDecision.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaBatchIdentityGovernanceAccessReviewInstanceRecordDecision.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/invoke-mgbetabatchidentitygovernanceaccessreviewinstancerecorddecision Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaBatchIdentityGovernanceAccessReviewInstanceRecordDecision --- @@ -26,7 +26,6 @@ Invoke-MgBetaBatchIdentityGovernanceAccessReviewInstanceRecordDecision [-PrincipalId ] [-ResourceId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Batch @@ -38,7 +37,6 @@ Invoke-MgBetaBatchIdentityGovernanceAccessReviewInstanceRecordDecision [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### BatchViaIdentityExpanded @@ -50,7 +48,6 @@ Invoke-MgBetaBatchIdentityGovernanceAccessReviewInstanceRecordDecision [-PrincipalId ] [-ResourceId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### BatchViaIdentity @@ -62,7 +59,6 @@ Invoke-MgBetaBatchIdentityGovernanceAccessReviewInstanceRecordDecision [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -617,6 +613,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaBatchIdentityGovernanceAccessReviewInstanceStageDecisionInstanceRecordDecision.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaBatchIdentityGovernanceAccessReviewInstanceStageDecisionInstanceRecordDecision.md index d5472121d8257..4faae33f5c45f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaBatchIdentityGovernanceAccessReviewInstanceStageDecisionInstanceRecordDecision.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaBatchIdentityGovernanceAccessReviewInstanceStageDecisionInstanceRecordDecision.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/invoke-mgbetabatchidentitygovernanceaccessreviewinstancestagedecisioninstancerecorddecision Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaBatchIdentityGovernanceAccessReviewInstanceStageDecisionInstanceRecordDecision --- @@ -27,7 +27,6 @@ Invoke-MgBetaBatchIdentityGovernanceAccessReviewInstanceStageDecisionInstanceRec [-PrincipalId ] [-ResourceId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Batch @@ -40,7 +39,6 @@ Invoke-MgBetaBatchIdentityGovernanceAccessReviewInstanceStageDecisionInstanceRec [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### BatchViaIdentityExpanded @@ -52,7 +50,6 @@ Invoke-MgBetaBatchIdentityGovernanceAccessReviewInstanceStageDecisionInstanceRec [-PrincipalId ] [-ResourceId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### BatchViaIdentity @@ -64,7 +61,6 @@ Invoke-MgBetaBatchIdentityGovernanceAccessReviewInstanceStageDecisionInstanceRec [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -673,6 +669,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterEntitlementManagementAccessPackageAssignmentApprovalByCurrentUser.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterEntitlementManagementAccessPackageAssignmentApprovalByCurrentUser.md index 707ee6c1de6cd..cfab7c71e89ff 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterEntitlementManagementAccessPackageAssignmentApprovalByCurrentUser.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterEntitlementManagementAccessPackageAssignmentApprovalByCurrentUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/invoke-mgbetafilterentitlementmanagementaccesspackageassignmentapprovalbycurrentuser Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaFilterEntitlementManagementAccessPackageAssignmentApprovalByCurrentUser --- @@ -31,7 +31,7 @@ Invoke-MgBetaFilterEntitlementManagementAccessPackageAssignmentApprovalByCurrent [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### FilterViaIdentity @@ -42,7 +42,7 @@ Invoke-MgBetaFilterEntitlementManagementAccessPackageAssignmentApprovalByCurrent [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -542,6 +542,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterEntitlementManagementAccessPackageAssignmentByCurrentUser.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterEntitlementManagementAccessPackageAssignmentByCurrentUser.md index 2b5dd1b435171..364a06d89445b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterEntitlementManagementAccessPackageAssignmentByCurrentUser.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterEntitlementManagementAccessPackageAssignmentByCurrentUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/invoke-mgbetafilterentitlementmanagementaccesspackageassignmentbycurrentuser Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaFilterEntitlementManagementAccessPackageAssignmentByCurrentUser --- @@ -25,7 +25,7 @@ Invoke-MgBetaFilterEntitlementManagementAccessPackageAssignmentByCurrentUser -On [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### FilterViaIdentity @@ -36,7 +36,7 @@ Invoke-MgBetaFilterEntitlementManagementAccessPackageAssignmentByCurrentUser [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -525,6 +525,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterEntitlementManagementAccessPackageAssignmentRequestByCurrentUser.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterEntitlementManagementAccessPackageAssignmentRequestByCurrentUser.md index 8b91472eda8f8..5251eb228266d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterEntitlementManagementAccessPackageAssignmentRequestByCurrentUser.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterEntitlementManagementAccessPackageAssignmentRequestByCurrentUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/invoke-mgbetafilterentitlementmanagementaccesspackageassignmentrequestbycurrentuser Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaFilterEntitlementManagementAccessPackageAssignmentRequestByCurrentUser --- @@ -25,7 +25,7 @@ Invoke-MgBetaFilterEntitlementManagementAccessPackageAssignmentRequestByCurrentU [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### FilterViaIdentity @@ -36,7 +36,7 @@ Invoke-MgBetaFilterEntitlementManagementAccessPackageAssignmentRequestByCurrentU [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -533,6 +533,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterEntitlementManagementAccessPackageByCurrentUser.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterEntitlementManagementAccessPackageByCurrentUser.md index 1330f5527efce..8eaa8c91af465 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterEntitlementManagementAccessPackageByCurrentUser.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterEntitlementManagementAccessPackageByCurrentUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/invoke-mgbetafilterentitlementmanagementaccesspackagebycurrentuser Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaFilterEntitlementManagementAccessPackageByCurrentUser --- @@ -28,7 +28,7 @@ Invoke-MgBetaFilterEntitlementManagementAccessPackageByCurrentUser -On [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### FilterViaIdentity @@ -39,7 +39,7 @@ Invoke-MgBetaFilterEntitlementManagementAccessPackageByCurrentUser [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -536,6 +536,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterEntitlementManagementAccessPackageSuggestionByCurrentUser.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterEntitlementManagementAccessPackageSuggestionByCurrentUser.md index 6f6c789af5f4d..062913c59e306 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterEntitlementManagementAccessPackageSuggestionByCurrentUser.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterEntitlementManagementAccessPackageSuggestionByCurrentUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/invoke-mgbetafilterentitlementmanagementaccesspackagesuggestionbycurrentuser Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaFilterEntitlementManagementAccessPackageSuggestionByCurrentUser --- @@ -27,7 +27,7 @@ Invoke-MgBetaFilterEntitlementManagementAccessPackageSuggestionByCurrentUser -On [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### FilterViaIdentity @@ -38,7 +38,7 @@ Invoke-MgBetaFilterEntitlementManagementAccessPackageSuggestionByCurrentUser [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -52,6 +52,30 @@ Retrieve suggested accessPackageSuggestion objects for the current end user. This operation returns access packages that are suggested based on various criteria such as related people insights and the user's assignment history. The suggestions help end users discover relevant access packages they may need for their role or work context. +## EXAMPLES +### Example 1: Get all access package suggestions with default insight types + +```powershell + +Import-Module Microsoft.Graph.Beta.Identity.Governance + +Invoke-MgBetaFilterEntitlementManagementAccessPackageSuggestionByCurrentUser -ExpandProperty "availableAccessPackage" -On $onId + +``` +This example will get all access package suggestions with default insight types + +### Example 2: Get access package suggestions based on assignment history + +```powershell + +Import-Module Microsoft.Graph.Beta.Identity.Governance + +Invoke-MgBetaFilterEntitlementManagementAccessPackageSuggestionByCurrentUser -ExpandProperty "availableAccessPackage" -On $onId + +``` +This example will get access package suggestions based on assignment history + + ## PARAMETERS ### -Break @@ -516,6 +540,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource @@ -603,6 +628,5 @@ INPUTOBJECT ``: Identity Parameter - diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterEntitlementManagementAssignmentRequestByCurrentUser.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterEntitlementManagementAssignmentRequestByCurrentUser.md index 29d175a4c65a1..c29d9417a6748 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterEntitlementManagementAssignmentRequestByCurrentUser.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterEntitlementManagementAssignmentRequestByCurrentUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/invoke-mgbetafilterentitlementmanagementassignmentrequestbycurrentuser Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaFilterEntitlementManagementAssignmentRequestByCurrentUser --- @@ -28,7 +28,7 @@ Invoke-MgBetaFilterEntitlementManagementAssignmentRequestByCurrentUser -On ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### FilterViaIdentity @@ -39,7 +39,7 @@ Invoke-MgBetaFilterEntitlementManagementAssignmentRequestByCurrentUser [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -523,6 +523,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterIdentityGovernanceAccessReviewDecisionByCurrentUser.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterIdentityGovernanceAccessReviewDecisionByCurrentUser.md index 97efc54fedb2b..c256ac13dc4d5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterIdentityGovernanceAccessReviewDecisionByCurrentUser.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterIdentityGovernanceAccessReviewDecisionByCurrentUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/invoke-mgbetafilteridentitygovernanceaccessreviewdecisionbycurrentuser Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaFilterIdentityGovernanceAccessReviewDecisionByCurrentUser --- @@ -26,7 +26,7 @@ Invoke-MgBetaFilterIdentityGovernanceAccessReviewDecisionByCurrentUser -On ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### FilterViaIdentity @@ -37,7 +37,7 @@ Invoke-MgBetaFilterIdentityGovernanceAccessReviewDecisionByCurrentUser [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -527,6 +527,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterIdentityGovernanceAccessReviewDecisionInstanceDecisionByCurrentUser.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterIdentityGovernanceAccessReviewDecisionInstanceDecisionByCurrentUser.md index 70286bef0e9d8..9261bc74fc704 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterIdentityGovernanceAccessReviewDecisionInstanceDecisionByCurrentUser.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterIdentityGovernanceAccessReviewDecisionInstanceDecisionByCurrentUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/invoke-mgbetafilteridentitygovernanceaccessreviewdecisioninstancedecisionbycurrentuser Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaFilterIdentityGovernanceAccessReviewDecisionInstanceDecisionByCurrentUser --- @@ -26,7 +26,7 @@ Invoke-MgBetaFilterIdentityGovernanceAccessReviewDecisionInstanceDecisionByCurre [-Filter ] [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### FilterViaIdentity @@ -37,7 +37,7 @@ Invoke-MgBetaFilterIdentityGovernanceAccessReviewDecisionInstanceDecisionByCurre [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -535,6 +535,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterIdentityGovernanceAccessReviewDecisionInstanceStageByCurrentUser.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterIdentityGovernanceAccessReviewDecisionInstanceStageByCurrentUser.md index c9462ef4f6943..bac09154120ce 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterIdentityGovernanceAccessReviewDecisionInstanceStageByCurrentUser.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterIdentityGovernanceAccessReviewDecisionInstanceStageByCurrentUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/invoke-mgbetafilteridentitygovernanceaccessreviewdecisioninstancestagebycurrentuser Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaFilterIdentityGovernanceAccessReviewDecisionInstanceStageByCurrentUser --- @@ -25,7 +25,7 @@ Invoke-MgBetaFilterIdentityGovernanceAccessReviewDecisionInstanceStageByCurrentU [-Filter ] [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### FilterViaIdentity @@ -36,7 +36,7 @@ Invoke-MgBetaFilterIdentityGovernanceAccessReviewDecisionInstanceStageByCurrentU [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -533,6 +533,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterIdentityGovernanceAccessReviewDecisionInstanceStageDecisionByCurrentUser.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterIdentityGovernanceAccessReviewDecisionInstanceStageDecisionByCurrentUser.md index ab6b0bae95ff4..809f166413690 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterIdentityGovernanceAccessReviewDecisionInstanceStageDecisionByCurrentUser.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterIdentityGovernanceAccessReviewDecisionInstanceStageDecisionByCurrentUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/invoke-mgbetafilteridentitygovernanceaccessreviewdecisioninstancestagedecisionbycurrentuser Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaFilterIdentityGovernanceAccessReviewDecisionInstanceStageDecisionByCurrentUser --- @@ -27,7 +27,7 @@ Invoke-MgBetaFilterIdentityGovernanceAccessReviewDecisionInstanceStageDecisionBy [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### FilterViaIdentity @@ -38,7 +38,7 @@ Invoke-MgBetaFilterIdentityGovernanceAccessReviewDecisionInstanceStageDecisionBy [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -557,6 +557,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterIdentityGovernanceAccessReviewDefinitionByCurrentUser.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterIdentityGovernanceAccessReviewDefinitionByCurrentUser.md index 22d2eddbf64a4..8897392cbfc05 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterIdentityGovernanceAccessReviewDefinitionByCurrentUser.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterIdentityGovernanceAccessReviewDefinitionByCurrentUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/invoke-mgbetafilteridentitygovernanceaccessreviewdefinitionbycurrentuser Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaFilterIdentityGovernanceAccessReviewDefinitionByCurrentUser --- @@ -28,7 +28,7 @@ Invoke-MgBetaFilterIdentityGovernanceAccessReviewDefinitionByCurrentUser -On ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### FilterViaIdentity @@ -39,7 +39,7 @@ Invoke-MgBetaFilterIdentityGovernanceAccessReviewDefinitionByCurrentUser [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -536,6 +536,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterIdentityGovernanceAccessReviewDefinitionInstanceByCurrentUser.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterIdentityGovernanceAccessReviewDefinitionInstanceByCurrentUser.md index bef9def554f14..39fb0dad4004d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterIdentityGovernanceAccessReviewDefinitionInstanceByCurrentUser.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterIdentityGovernanceAccessReviewDefinitionInstanceByCurrentUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/invoke-mgbetafilteridentitygovernanceaccessreviewdefinitioninstancebycurrentuser Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaFilterIdentityGovernanceAccessReviewDefinitionInstanceByCurrentUser --- @@ -28,7 +28,7 @@ Invoke-MgBetaFilterIdentityGovernanceAccessReviewDefinitionInstanceByCurrentUser [-Filter ] [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### FilterViaIdentity @@ -39,7 +39,7 @@ Invoke-MgBetaFilterIdentityGovernanceAccessReviewDefinitionInstanceByCurrentUser [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -557,6 +557,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterIdentityGovernanceAccessReviewDefinitionInstanceDecisionByCurrentUser.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterIdentityGovernanceAccessReviewDefinitionInstanceDecisionByCurrentUser.md index e3cce6ed64715..9b19dcfb36718 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterIdentityGovernanceAccessReviewDefinitionInstanceDecisionByCurrentUser.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterIdentityGovernanceAccessReviewDefinitionInstanceDecisionByCurrentUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/invoke-mgbetafilteridentitygovernanceaccessreviewdefinitioninstancedecisionbycurrentuser Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaFilterIdentityGovernanceAccessReviewDefinitionInstanceDecisionByCurrentUser --- @@ -30,7 +30,7 @@ Invoke-MgBetaFilterIdentityGovernanceAccessReviewDefinitionInstanceDecisionByCur [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### FilterViaIdentity @@ -41,7 +41,7 @@ Invoke-MgBetaFilterIdentityGovernanceAccessReviewDefinitionInstanceDecisionByCur [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -568,6 +568,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterIdentityGovernanceAccessReviewDefinitionInstanceStageByCurrentUser.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterIdentityGovernanceAccessReviewDefinitionInstanceStageByCurrentUser.md index 1cb684b054d28..717ec8270c518 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterIdentityGovernanceAccessReviewDefinitionInstanceStageByCurrentUser.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterIdentityGovernanceAccessReviewDefinitionInstanceStageByCurrentUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/invoke-mgbetafilteridentitygovernanceaccessreviewdefinitioninstancestagebycurrentuser Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaFilterIdentityGovernanceAccessReviewDefinitionInstanceStageByCurrentUser --- @@ -29,7 +29,7 @@ Invoke-MgBetaFilterIdentityGovernanceAccessReviewDefinitionInstanceStageByCurren [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### FilterViaIdentity @@ -40,7 +40,7 @@ Invoke-MgBetaFilterIdentityGovernanceAccessReviewDefinitionInstanceStageByCurren [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -579,6 +579,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionByCurrentUser.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionByCurrentUser.md index bd2343684426e..6f7e14fdadbec 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionByCurrentUser.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionByCurrentUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/invoke-mgbetafilteridentitygovernanceaccessreviewdefinitioninstancestagedecisionbycurrentuser Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaFilterIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionByCurrentUser --- @@ -30,7 +30,7 @@ Invoke-MgBetaFilterIdentityGovernanceAccessReviewDefinitionInstanceStageDecision [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### FilterViaIdentity @@ -41,7 +41,7 @@ Invoke-MgBetaFilterIdentityGovernanceAccessReviewDefinitionInstanceStageDecision [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -589,6 +589,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterIdentityGovernanceAccessReviewInstanceByCurrentUser.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterIdentityGovernanceAccessReviewInstanceByCurrentUser.md index cfdaf910a414f..9e0fa8ad99a5f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterIdentityGovernanceAccessReviewInstanceByCurrentUser.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterIdentityGovernanceAccessReviewInstanceByCurrentUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/invoke-mgbetafilteridentitygovernanceaccessreviewinstancebycurrentuser Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaFilterIdentityGovernanceAccessReviewInstanceByCurrentUser --- @@ -25,7 +25,7 @@ Invoke-MgBetaFilterIdentityGovernanceAccessReviewInstanceByCurrentUser -On ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### FilterViaIdentity @@ -36,7 +36,7 @@ Invoke-MgBetaFilterIdentityGovernanceAccessReviewInstanceByCurrentUser [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -512,6 +512,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterIdentityGovernanceAccessReviewInstanceDecisionByCurrentUser.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterIdentityGovernanceAccessReviewInstanceDecisionByCurrentUser.md index cf6217f890f2c..1290e4344ae66 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterIdentityGovernanceAccessReviewInstanceDecisionByCurrentUser.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterIdentityGovernanceAccessReviewInstanceDecisionByCurrentUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/invoke-mgbetafilteridentitygovernanceaccessreviewinstancedecisionbycurrentuser Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaFilterIdentityGovernanceAccessReviewInstanceDecisionByCurrentUser --- @@ -26,7 +26,7 @@ Invoke-MgBetaFilterIdentityGovernanceAccessReviewInstanceDecisionByCurrentUser [-Filter ] [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### FilterViaIdentity @@ -37,7 +37,7 @@ Invoke-MgBetaFilterIdentityGovernanceAccessReviewInstanceDecisionByCurrentUser [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -535,6 +535,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterIdentityGovernanceAccessReviewInstanceDecisionInstanceStageByCurrentUser.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterIdentityGovernanceAccessReviewInstanceDecisionInstanceStageByCurrentUser.md index b34f7961997f9..7343de8efa786 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterIdentityGovernanceAccessReviewInstanceDecisionInstanceStageByCurrentUser.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterIdentityGovernanceAccessReviewInstanceDecisionInstanceStageByCurrentUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/invoke-mgbetafilteridentitygovernanceaccessreviewinstancedecisioninstancestagebycurrentuser Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaFilterIdentityGovernanceAccessReviewInstanceDecisionInstanceStageByCurrentUser --- @@ -26,7 +26,7 @@ Invoke-MgBetaFilterIdentityGovernanceAccessReviewInstanceDecisionInstanceStageBy [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### FilterViaIdentity @@ -37,7 +37,7 @@ Invoke-MgBetaFilterIdentityGovernanceAccessReviewInstanceDecisionInstanceStageBy [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -555,6 +555,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterIdentityGovernanceAccessReviewInstanceDecisionInstanceStageDecisionByCurrentUser.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterIdentityGovernanceAccessReviewInstanceDecisionInstanceStageDecisionByCurrentUser.md index 38ffd01e6f2b8..8f0caf40c0ca9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterIdentityGovernanceAccessReviewInstanceDecisionInstanceStageDecisionByCurrentUser.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterIdentityGovernanceAccessReviewInstanceDecisionInstanceStageDecisionByCurrentUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/invoke-mgbetafilteridentitygovernanceaccessreviewinstancedecisioninstancestagedecisionbycurrentuser Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaFilterIdentityGovernanceAccessReviewInstanceDecisionInstanceStageDecisionByCurrentUser --- @@ -27,7 +27,7 @@ Invoke-MgBetaFilterIdentityGovernanceAccessReviewInstanceDecisionInstanceStageDe [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### FilterViaIdentity @@ -38,7 +38,7 @@ Invoke-MgBetaFilterIdentityGovernanceAccessReviewInstanceDecisionInstanceStageDe [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -578,6 +578,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterIdentityGovernanceAccessReviewInstanceStageByCurrentUser.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterIdentityGovernanceAccessReviewInstanceStageByCurrentUser.md index 6e0e2d60de562..434f76dfe4eff 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterIdentityGovernanceAccessReviewInstanceStageByCurrentUser.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterIdentityGovernanceAccessReviewInstanceStageByCurrentUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/invoke-mgbetafilteridentitygovernanceaccessreviewinstancestagebycurrentuser Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaFilterIdentityGovernanceAccessReviewInstanceStageByCurrentUser --- @@ -25,7 +25,7 @@ Invoke-MgBetaFilterIdentityGovernanceAccessReviewInstanceStageByCurrentUser [-Filter ] [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### FilterViaIdentity @@ -36,7 +36,7 @@ Invoke-MgBetaFilterIdentityGovernanceAccessReviewInstanceStageByCurrentUser [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -533,6 +533,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterIdentityGovernanceAccessReviewInstanceStageDecisionByCurrentUser.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterIdentityGovernanceAccessReviewInstanceStageDecisionByCurrentUser.md index 62f9f2cdf0ab9..88672633a5989 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterIdentityGovernanceAccessReviewInstanceStageDecisionByCurrentUser.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterIdentityGovernanceAccessReviewInstanceStageDecisionByCurrentUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/invoke-mgbetafilteridentitygovernanceaccessreviewinstancestagedecisionbycurrentuser Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaFilterIdentityGovernanceAccessReviewInstanceStageDecisionByCurrentUser --- @@ -27,7 +27,7 @@ Invoke-MgBetaFilterIdentityGovernanceAccessReviewInstanceStageDecisionByCurrentU [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### FilterViaIdentity @@ -38,7 +38,7 @@ Invoke-MgBetaFilterIdentityGovernanceAccessReviewInstanceStageDecisionByCurrentU [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -557,6 +557,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterIdentityGovernanceAccessReviewInstanceStageDecisionInstanceDecisionByCurrentUser.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterIdentityGovernanceAccessReviewInstanceStageDecisionInstanceDecisionByCurrentUser.md index e05817f72bbe4..963599b61652f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterIdentityGovernanceAccessReviewInstanceStageDecisionInstanceDecisionByCurrentUser.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterIdentityGovernanceAccessReviewInstanceStageDecisionInstanceDecisionByCurrentUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/invoke-mgbetafilteridentitygovernanceaccessreviewinstancestagedecisioninstancedecisionbycurrentuser Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaFilterIdentityGovernanceAccessReviewInstanceStageDecisionInstanceDecisionByCurrentUser --- @@ -27,7 +27,7 @@ Invoke-MgBetaFilterIdentityGovernanceAccessReviewInstanceStageDecisionInstanceDe [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### FilterViaIdentity @@ -38,7 +38,7 @@ Invoke-MgBetaFilterIdentityGovernanceAccessReviewInstanceStageDecisionInstanceDe [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -578,6 +578,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterIdentityGovernanceAppConsentRequestByCurrentUser.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterIdentityGovernanceAppConsentRequestByCurrentUser.md index 7a5c3404520c7..5be4eb62fe7f8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterIdentityGovernanceAppConsentRequestByCurrentUser.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterIdentityGovernanceAppConsentRequestByCurrentUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/invoke-mgbetafilteridentitygovernanceappconsentrequestbycurrentuser Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaFilterIdentityGovernanceAppConsentRequestByCurrentUser --- @@ -28,7 +28,7 @@ Invoke-MgBetaFilterIdentityGovernanceAppConsentRequestByCurrentUser -On [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### FilterViaIdentity @@ -39,7 +39,7 @@ Invoke-MgBetaFilterIdentityGovernanceAppConsentRequestByCurrentUser [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -536,6 +536,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterIdentityGovernanceAppConsentRequestUserConsentRequestByCurrentUser.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterIdentityGovernanceAppConsentRequestUserConsentRequestByCurrentUser.md index 37873208b6fc9..9c08530a2067d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterIdentityGovernanceAppConsentRequestUserConsentRequestByCurrentUser.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterIdentityGovernanceAppConsentRequestUserConsentRequestByCurrentUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/invoke-mgbetafilteridentitygovernanceappconsentrequestuserconsentrequestbycurrentuser Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaFilterIdentityGovernanceAppConsentRequestUserConsentRequestByCurrentUser --- @@ -28,7 +28,7 @@ Invoke-MgBetaFilterIdentityGovernanceAppConsentRequestUserConsentRequestByCurren [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### FilterViaIdentity @@ -39,7 +39,7 @@ Invoke-MgBetaFilterIdentityGovernanceAppConsentRequestUserConsentRequestByCurren [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -66,7 +66,7 @@ Retrieve a collection of userConsentRequest objects for accessing a specified ap Import-Module Microsoft.Graph.Beta.Identity.Governance -Invoke-MgBetaFilterIdentityGovernanceAppConsentRequestUserConsentRequestByCurrentUser -AppConsentRequestId $appConsentRequestId -Filter " (status eq 'Completed')" -On $onId +Invoke-MgBetaFilterIdentityGovernanceAppConsentRequestUserConsentRequestByCurrentUser -AppConsentRequestId $appConsentRequestId -Filter "(status eq 'Completed')" -On $onId ``` This example shows how to use the Invoke-MgBetaFilterIdentityGovernanceAppConsentRequestUserConsentRequestByCurrentUser Cmdlet. @@ -557,6 +557,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterIdentityGovernancePermissionManagementScheduledPermissionApprovalByCurrentUser.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterIdentityGovernancePermissionManagementScheduledPermissionApprovalByCurrentUser.md index 7b98d7b6d2ffb..d4dd5e9fb3bad 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterIdentityGovernancePermissionManagementScheduledPermissionApprovalByCurrentUser.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterIdentityGovernancePermissionManagementScheduledPermissionApprovalByCurrentUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/invoke-mgbetafilteridentitygovernancepermissionmanagementscheduledpermissionapprovalbycurrentuser Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaFilterIdentityGovernancePermissionManagementScheduledPermissionApprovalByCurrentUser --- @@ -28,7 +28,7 @@ Invoke-MgBetaFilterIdentityGovernancePermissionManagementScheduledPermissionAppr [-Search ] [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### FilterViaIdentity @@ -39,7 +39,7 @@ Invoke-MgBetaFilterIdentityGovernancePermissionManagementScheduledPermissionAppr [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -518,6 +518,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterIdentityGovernancePermissionManagementScheduledPermissionRequestByCurrentUser.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterIdentityGovernancePermissionManagementScheduledPermissionRequestByCurrentUser.md index cf8f2cd284da2..667900f15bc06 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterIdentityGovernancePermissionManagementScheduledPermissionRequestByCurrentUser.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterIdentityGovernancePermissionManagementScheduledPermissionRequestByCurrentUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/invoke-mgbetafilteridentitygovernancepermissionmanagementscheduledpermissionrequestbycurrentuser Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaFilterIdentityGovernancePermissionManagementScheduledPermissionRequestByCurrentUser --- @@ -25,7 +25,7 @@ Invoke-MgBetaFilterIdentityGovernancePermissionManagementScheduledPermissionRequ [-Search ] [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### FilterViaIdentity @@ -36,7 +36,7 @@ Invoke-MgBetaFilterIdentityGovernancePermissionManagementScheduledPermissionRequ [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -512,6 +512,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterIdentityGovernancePrivilegedAccessGroupAssignmentApprovalByCurrentUser.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterIdentityGovernancePrivilegedAccessGroupAssignmentApprovalByCurrentUser.md index ce1ba9dca9584..63727cce0fb87 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterIdentityGovernancePrivilegedAccessGroupAssignmentApprovalByCurrentUser.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterIdentityGovernancePrivilegedAccessGroupAssignmentApprovalByCurrentUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/invoke-mgbetafilteridentitygovernanceprivilegedaccessgroupassignmentapprovalbycurrentuser Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaFilterIdentityGovernancePrivilegedAccessGroupAssignmentApprovalByCurrentUser --- @@ -31,7 +31,7 @@ Invoke-MgBetaFilterIdentityGovernancePrivilegedAccessGroupAssignmentApprovalByCu [-Search ] [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### FilterViaIdentity @@ -42,7 +42,7 @@ Invoke-MgBetaFilterIdentityGovernancePrivilegedAccessGroupAssignmentApprovalByCu [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -534,6 +534,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterIdentityGovernancePrivilegedAccessGroupAssignmentScheduleByCurrentUser.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterIdentityGovernancePrivilegedAccessGroupAssignmentScheduleByCurrentUser.md index 43e63b1fcad7b..5c15d953d2f93 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterIdentityGovernancePrivilegedAccessGroupAssignmentScheduleByCurrentUser.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterIdentityGovernancePrivilegedAccessGroupAssignmentScheduleByCurrentUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/invoke-mgbetafilteridentitygovernanceprivilegedaccessgroupassignmentschedulebycurrentuser Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaFilterIdentityGovernancePrivilegedAccessGroupAssignmentScheduleByCurrentUser --- @@ -28,7 +28,7 @@ Invoke-MgBetaFilterIdentityGovernancePrivilegedAccessGroupAssignmentScheduleByCu [-Search ] [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### FilterViaIdentity @@ -39,7 +39,7 @@ Invoke-MgBetaFilterIdentityGovernancePrivilegedAccessGroupAssignmentScheduleByCu [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -536,6 +536,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceByCurrentUser.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceByCurrentUser.md index b4e43b7a97a76..7f093d298bfcb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceByCurrentUser.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceByCurrentUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/invoke-mgbetafilteridentitygovernanceprivilegedaccessgroupassignmentscheduleinstancebycurrentuser Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaFilterIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceByCurrentUser --- @@ -28,7 +28,7 @@ Invoke-MgBetaFilterIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInst [-Search ] [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### FilterViaIdentity @@ -39,7 +39,7 @@ Invoke-MgBetaFilterIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInst [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -536,6 +536,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestByCurrentUser.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestByCurrentUser.md index 184f0e8df03b4..c28981bd27363 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestByCurrentUser.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestByCurrentUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/invoke-mgbetafilteridentitygovernanceprivilegedaccessgroupassignmentschedulerequestbycurrentuser Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaFilterIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestByCurrentUser --- @@ -28,7 +28,7 @@ Invoke-MgBetaFilterIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequ [-Search ] [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### FilterViaIdentity @@ -39,7 +39,7 @@ Invoke-MgBetaFilterIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequ [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -536,6 +536,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterIdentityGovernancePrivilegedAccessGroupEligibilityScheduleByCurrentUser.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterIdentityGovernancePrivilegedAccessGroupEligibilityScheduleByCurrentUser.md index bdedb5ad701aa..159749dc68d2f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterIdentityGovernancePrivilegedAccessGroupEligibilityScheduleByCurrentUser.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterIdentityGovernancePrivilegedAccessGroupEligibilityScheduleByCurrentUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/invoke-mgbetafilteridentitygovernanceprivilegedaccessgroupeligibilityschedulebycurrentuser Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaFilterIdentityGovernancePrivilegedAccessGroupEligibilityScheduleByCurrentUser --- @@ -28,7 +28,7 @@ Invoke-MgBetaFilterIdentityGovernancePrivilegedAccessGroupEligibilityScheduleByC [-Search ] [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### FilterViaIdentity @@ -39,7 +39,7 @@ Invoke-MgBetaFilterIdentityGovernancePrivilegedAccessGroupEligibilityScheduleByC [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -547,6 +547,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceByCurrentUser.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceByCurrentUser.md index 28baf8c86f284..89ec30397859a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceByCurrentUser.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceByCurrentUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/invoke-mgbetafilteridentitygovernanceprivilegedaccessgroupeligibilityscheduleinstancebycurrentuser Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaFilterIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceByCurrentUser --- @@ -28,7 +28,7 @@ Invoke-MgBetaFilterIdentityGovernancePrivilegedAccessGroupEligibilityScheduleIns [-Search ] [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### FilterViaIdentity @@ -39,7 +39,7 @@ Invoke-MgBetaFilterIdentityGovernancePrivilegedAccessGroupEligibilityScheduleIns [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -536,6 +536,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestByCurrentUser.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestByCurrentUser.md index 3b210543cc4f6..1692fb3c7747a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestByCurrentUser.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestByCurrentUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/invoke-mgbetafilteridentitygovernanceprivilegedaccessgroupeligibilityschedulerequestbycurrentuser Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaFilterIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestByCurrentUser --- @@ -28,7 +28,7 @@ Invoke-MgBetaFilterIdentityGovernancePrivilegedAccessGroupEligibilityScheduleReq [-Search ] [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### FilterViaIdentity @@ -39,7 +39,7 @@ Invoke-MgBetaFilterIdentityGovernancePrivilegedAccessGroupEligibilityScheduleReq [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -536,6 +536,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterRoleManagementDirectoryRoleAssignmentApprovalByCurrentUser.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterRoleManagementDirectoryRoleAssignmentApprovalByCurrentUser.md index fa3864632d309..c00dcd5b1fc8f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterRoleManagementDirectoryRoleAssignmentApprovalByCurrentUser.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterRoleManagementDirectoryRoleAssignmentApprovalByCurrentUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/invoke-mgbetafilterrolemanagementdirectoryroleassignmentapprovalbycurrentuser Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaFilterRoleManagementDirectoryRoleAssignmentApprovalByCurrentUser --- @@ -28,7 +28,7 @@ Invoke-MgBetaFilterRoleManagementDirectoryRoleAssignmentApprovalByCurrentUser -O [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### FilterViaIdentity @@ -39,7 +39,7 @@ Invoke-MgBetaFilterRoleManagementDirectoryRoleAssignmentApprovalByCurrentUser [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -518,6 +518,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterRoleManagementDirectoryRoleAssignmentScheduleByCurrentUser.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterRoleManagementDirectoryRoleAssignmentScheduleByCurrentUser.md index 8230c4bbab5eb..b86406cd5e831 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterRoleManagementDirectoryRoleAssignmentScheduleByCurrentUser.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterRoleManagementDirectoryRoleAssignmentScheduleByCurrentUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/invoke-mgbetafilterrolemanagementdirectoryroleassignmentschedulebycurrentuser Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaFilterRoleManagementDirectoryRoleAssignmentScheduleByCurrentUser --- @@ -28,7 +28,7 @@ Invoke-MgBetaFilterRoleManagementDirectoryRoleAssignmentScheduleByCurrentUser -O [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### FilterViaIdentity @@ -39,7 +39,7 @@ Invoke-MgBetaFilterRoleManagementDirectoryRoleAssignmentScheduleByCurrentUser [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -55,9 +55,9 @@ Retrieve the schedules for active role assignment operations for which the signe | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | RoleAssignmentSchedule.Read.Directory, RoleManagement.ReadWrite.Directory, RoleManagement.Read.Directory, RoleManagement.Read.All, RoleAssignmentSchedule.ReadWrite.Directory, | +| Delegated (work or school account) | RoleAssignmentSchedule.Read.Directory, RoleAssignmentSchedule.ReadWrite.Directory, RoleManagement.Read.All, RoleManagement.Read.Directory, RoleManagement.ReadWrite.Directory, | | Delegated (personal Microsoft account) | Not supported | -| Application | RoleAssignmentSchedule.Read.Directory, RoleManagement.ReadWrite.Directory, RoleManagement.Read.Directory, RoleManagement.Read.All, RoleAssignmentSchedule.ReadWrite.Directory, | +| Application | RoleAssignmentSchedule.Read.Directory, RoleAssignmentSchedule.ReadWrite.Directory, RoleManagement.Read.All, RoleManagement.Read.Directory, RoleManagement.ReadWrite.Directory, | ## EXAMPLES ### Example 1: Code snippet @@ -536,6 +536,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterRoleManagementDirectoryRoleAssignmentScheduleInstanceByCurrentUser.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterRoleManagementDirectoryRoleAssignmentScheduleInstanceByCurrentUser.md index 45bcec833fb6c..f7f6550e625e4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterRoleManagementDirectoryRoleAssignmentScheduleInstanceByCurrentUser.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterRoleManagementDirectoryRoleAssignmentScheduleInstanceByCurrentUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/invoke-mgbetafilterrolemanagementdirectoryroleassignmentscheduleinstancebycurrentuser Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaFilterRoleManagementDirectoryRoleAssignmentScheduleInstanceByCurrentUser --- @@ -28,7 +28,7 @@ Invoke-MgBetaFilterRoleManagementDirectoryRoleAssignmentScheduleInstanceByCurren [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### FilterViaIdentity @@ -39,7 +39,7 @@ Invoke-MgBetaFilterRoleManagementDirectoryRoleAssignmentScheduleInstanceByCurren [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -55,9 +55,9 @@ Get the instances of active role assignments for the calling principal. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | RoleAssignmentSchedule.Read.Directory, RoleManagement.ReadWrite.Directory, RoleManagement.Read.Directory, RoleManagement.Read.All, RoleAssignmentSchedule.ReadWrite.Directory, | +| Delegated (work or school account) | RoleAssignmentSchedule.Read.Directory, RoleAssignmentSchedule.ReadWrite.Directory, RoleManagement.Read.All, RoleManagement.Read.Directory, RoleManagement.ReadWrite.Directory, | | Delegated (personal Microsoft account) | Not supported | -| Application | RoleAssignmentSchedule.Read.Directory, RoleManagement.ReadWrite.Directory, RoleManagement.Read.Directory, RoleManagement.Read.All, RoleAssignmentSchedule.ReadWrite.Directory, | +| Application | RoleAssignmentSchedule.Read.Directory, RoleAssignmentSchedule.ReadWrite.Directory, RoleManagement.Read.All, RoleManagement.Read.Directory, RoleManagement.ReadWrite.Directory, | ## EXAMPLES ### Example 1: Code snippet @@ -536,6 +536,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterRoleManagementDirectoryRoleAssignmentScheduleRequestByCurrentUser.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterRoleManagementDirectoryRoleAssignmentScheduleRequestByCurrentUser.md index e0895ed81d722..667fe24db2d9c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterRoleManagementDirectoryRoleAssignmentScheduleRequestByCurrentUser.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterRoleManagementDirectoryRoleAssignmentScheduleRequestByCurrentUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/invoke-mgbetafilterrolemanagementdirectoryroleassignmentschedulerequestbycurrentuser Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaFilterRoleManagementDirectoryRoleAssignmentScheduleRequestByCurrentUser --- @@ -29,7 +29,7 @@ Invoke-MgBetaFilterRoleManagementDirectoryRoleAssignmentScheduleRequestByCurrent [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### FilterViaIdentity @@ -40,7 +40,7 @@ Invoke-MgBetaFilterRoleManagementDirectoryRoleAssignmentScheduleRequestByCurrent [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -538,6 +538,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterRoleManagementDirectoryRoleEligibilityScheduleByCurrentUser.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterRoleManagementDirectoryRoleEligibilityScheduleByCurrentUser.md index 589128003624a..11d8a8e711599 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterRoleManagementDirectoryRoleEligibilityScheduleByCurrentUser.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterRoleManagementDirectoryRoleEligibilityScheduleByCurrentUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/invoke-mgbetafilterrolemanagementdirectoryroleeligibilityschedulebycurrentuser Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaFilterRoleManagementDirectoryRoleEligibilityScheduleByCurrentUser --- @@ -28,7 +28,7 @@ Invoke-MgBetaFilterRoleManagementDirectoryRoleEligibilityScheduleByCurrentUser - [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### FilterViaIdentity @@ -39,7 +39,7 @@ Invoke-MgBetaFilterRoleManagementDirectoryRoleEligibilityScheduleByCurrentUser [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -55,9 +55,9 @@ Get a list of the unifiedRoleEligibilitySchedule objects and their properties as | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | RoleEligibilitySchedule.Read.Directory, RoleManagement.ReadWrite.Directory, RoleManagement.Read.Directory, RoleManagement.Read.All, RoleEligibilitySchedule.ReadWrite.Directory, | +| Delegated (work or school account) | RoleEligibilitySchedule.Read.Directory, RoleEligibilitySchedule.ReadWrite.Directory, RoleManagement.Read.All, RoleManagement.Read.Directory, RoleManagement.ReadWrite.Directory, | | Delegated (personal Microsoft account) | Not supported | -| Application | RoleEligibilitySchedule.Read.Directory, RoleManagement.ReadWrite.Directory, RoleManagement.Read.Directory, RoleManagement.Read.All, RoleEligibilitySchedule.ReadWrite.Directory, | +| Application | RoleEligibilitySchedule.Read.Directory, RoleEligibilitySchedule.ReadWrite.Directory, RoleManagement.Read.All, RoleManagement.Read.Directory, RoleManagement.ReadWrite.Directory, | ## EXAMPLES ### Example 1: Code snippet @@ -536,6 +536,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterRoleManagementDirectoryRoleEligibilityScheduleInstanceByCurrentUser.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterRoleManagementDirectoryRoleEligibilityScheduleInstanceByCurrentUser.md index b36ae352bcff6..a7e7b48e0fb34 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterRoleManagementDirectoryRoleEligibilityScheduleInstanceByCurrentUser.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterRoleManagementDirectoryRoleEligibilityScheduleInstanceByCurrentUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/invoke-mgbetafilterrolemanagementdirectoryroleeligibilityscheduleinstancebycurrentuser Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaFilterRoleManagementDirectoryRoleEligibilityScheduleInstanceByCurrentUser --- @@ -28,7 +28,7 @@ Invoke-MgBetaFilterRoleManagementDirectoryRoleEligibilityScheduleInstanceByCurre [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### FilterViaIdentity @@ -39,7 +39,7 @@ Invoke-MgBetaFilterRoleManagementDirectoryRoleEligibilityScheduleInstanceByCurre [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -55,9 +55,9 @@ Get a list of the unifiedRoleEligibilityScheduleInstance objects and their prope | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | RoleEligibilitySchedule.Read.Directory, RoleManagement.ReadWrite.Directory, RoleManagement.Read.Directory, RoleManagement.Read.All, RoleEligibilitySchedule.ReadWrite.Directory, | +| Delegated (work or school account) | RoleEligibilitySchedule.Read.Directory, RoleEligibilitySchedule.ReadWrite.Directory, RoleManagement.Read.All, RoleManagement.Read.Directory, RoleManagement.ReadWrite.Directory, | | Delegated (personal Microsoft account) | Not supported | -| Application | RoleEligibilitySchedule.Read.Directory, RoleManagement.ReadWrite.Directory, RoleManagement.Read.Directory, RoleManagement.Read.All, RoleEligibilitySchedule.ReadWrite.Directory, | +| Application | RoleEligibilitySchedule.Read.Directory, RoleEligibilitySchedule.ReadWrite.Directory, RoleManagement.Read.All, RoleManagement.Read.Directory, RoleManagement.ReadWrite.Directory, | ## EXAMPLES ### Example 1: Code snippet @@ -536,6 +536,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterRoleManagementDirectoryRoleEligibilityScheduleRequestByCurrentUser.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterRoleManagementDirectoryRoleEligibilityScheduleRequestByCurrentUser.md index 1d412da1addef..b41502e4d702a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterRoleManagementDirectoryRoleEligibilityScheduleRequestByCurrentUser.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterRoleManagementDirectoryRoleEligibilityScheduleRequestByCurrentUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/invoke-mgbetafilterrolemanagementdirectoryroleeligibilityschedulerequestbycurrentuser Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaFilterRoleManagementDirectoryRoleEligibilityScheduleRequestByCurrentUser --- @@ -28,7 +28,7 @@ Invoke-MgBetaFilterRoleManagementDirectoryRoleEligibilityScheduleRequestByCurren [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### FilterViaIdentity @@ -39,7 +39,7 @@ Invoke-MgBetaFilterRoleManagementDirectoryRoleEligibilityScheduleRequestByCurren [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -536,6 +536,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterRoleManagementEnterpriseAppRoleAssignmentApprovalByCurrentUser.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterRoleManagementEnterpriseAppRoleAssignmentApprovalByCurrentUser.md index 25ff772de8d8f..551c796eeecdb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterRoleManagementEnterpriseAppRoleAssignmentApprovalByCurrentUser.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterRoleManagementEnterpriseAppRoleAssignmentApprovalByCurrentUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/invoke-mgbetafilterrolemanagemententerpriseapproleassignmentapprovalbycurrentuser Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaFilterRoleManagementEnterpriseAppRoleAssignmentApprovalByCurrentUser --- @@ -28,7 +28,7 @@ Invoke-MgBetaFilterRoleManagementEnterpriseAppRoleAssignmentApprovalByCurrentUse [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### FilterViaIdentity @@ -39,7 +39,7 @@ Invoke-MgBetaFilterRoleManagementEnterpriseAppRoleAssignmentApprovalByCurrentUse [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -539,6 +539,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterRoleManagementEnterpriseAppRoleAssignmentScheduleByCurrentUser.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterRoleManagementEnterpriseAppRoleAssignmentScheduleByCurrentUser.md index e65fb3ab2a415..3542ad8c9635f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterRoleManagementEnterpriseAppRoleAssignmentScheduleByCurrentUser.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterRoleManagementEnterpriseAppRoleAssignmentScheduleByCurrentUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/invoke-mgbetafilterrolemanagemententerpriseapproleassignmentschedulebycurrentuser Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaFilterRoleManagementEnterpriseAppRoleAssignmentScheduleByCurrentUser --- @@ -25,7 +25,7 @@ Invoke-MgBetaFilterRoleManagementEnterpriseAppRoleAssignmentScheduleByCurrentUse [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### FilterViaIdentity @@ -36,7 +36,7 @@ Invoke-MgBetaFilterRoleManagementEnterpriseAppRoleAssignmentScheduleByCurrentUse [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -533,6 +533,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterRoleManagementEnterpriseAppRoleAssignmentScheduleInstanceByCurrentUser.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterRoleManagementEnterpriseAppRoleAssignmentScheduleInstanceByCurrentUser.md index dc1bcdd4d7dc1..87f66ea7d5067 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterRoleManagementEnterpriseAppRoleAssignmentScheduleInstanceByCurrentUser.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterRoleManagementEnterpriseAppRoleAssignmentScheduleInstanceByCurrentUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/invoke-mgbetafilterrolemanagemententerpriseapproleassignmentscheduleinstancebycurrentuser Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaFilterRoleManagementEnterpriseAppRoleAssignmentScheduleInstanceByCurrentUser --- @@ -25,7 +25,7 @@ Invoke-MgBetaFilterRoleManagementEnterpriseAppRoleAssignmentScheduleInstanceByCu [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### FilterViaIdentity @@ -36,7 +36,7 @@ Invoke-MgBetaFilterRoleManagementEnterpriseAppRoleAssignmentScheduleInstanceByCu [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -533,6 +533,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterRoleManagementEnterpriseAppRoleAssignmentScheduleRequestByCurrentUser.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterRoleManagementEnterpriseAppRoleAssignmentScheduleRequestByCurrentUser.md index aa2812efca694..d6d6d3ed58537 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterRoleManagementEnterpriseAppRoleAssignmentScheduleRequestByCurrentUser.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterRoleManagementEnterpriseAppRoleAssignmentScheduleRequestByCurrentUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/invoke-mgbetafilterrolemanagemententerpriseapproleassignmentschedulerequestbycurrentuser Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaFilterRoleManagementEnterpriseAppRoleAssignmentScheduleRequestByCurrentUser --- @@ -26,7 +26,7 @@ Invoke-MgBetaFilterRoleManagementEnterpriseAppRoleAssignmentScheduleRequestByCur [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### FilterViaIdentity @@ -37,7 +37,7 @@ Invoke-MgBetaFilterRoleManagementEnterpriseAppRoleAssignmentScheduleRequestByCur [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -535,6 +535,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterRoleManagementEnterpriseAppRoleEligibilityScheduleByCurrentUser.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterRoleManagementEnterpriseAppRoleEligibilityScheduleByCurrentUser.md index 231658921cc8e..595f4b749623f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterRoleManagementEnterpriseAppRoleEligibilityScheduleByCurrentUser.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterRoleManagementEnterpriseAppRoleEligibilityScheduleByCurrentUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/invoke-mgbetafilterrolemanagemententerpriseapproleeligibilityschedulebycurrentuser Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaFilterRoleManagementEnterpriseAppRoleEligibilityScheduleByCurrentUser --- @@ -25,7 +25,7 @@ Invoke-MgBetaFilterRoleManagementEnterpriseAppRoleEligibilityScheduleByCurrentUs [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### FilterViaIdentity @@ -36,7 +36,7 @@ Invoke-MgBetaFilterRoleManagementEnterpriseAppRoleEligibilityScheduleByCurrentUs [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -533,6 +533,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterRoleManagementEnterpriseAppRoleEligibilityScheduleInstanceByCurrentUser.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterRoleManagementEnterpriseAppRoleEligibilityScheduleInstanceByCurrentUser.md index 7c6fb0eb01f62..50c4d111a5ae8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterRoleManagementEnterpriseAppRoleEligibilityScheduleInstanceByCurrentUser.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterRoleManagementEnterpriseAppRoleEligibilityScheduleInstanceByCurrentUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/invoke-mgbetafilterrolemanagemententerpriseapproleeligibilityscheduleinstancebycurrentuser Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaFilterRoleManagementEnterpriseAppRoleEligibilityScheduleInstanceByCurrentUser --- @@ -25,7 +25,7 @@ Invoke-MgBetaFilterRoleManagementEnterpriseAppRoleEligibilityScheduleInstanceByC [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### FilterViaIdentity @@ -36,7 +36,7 @@ Invoke-MgBetaFilterRoleManagementEnterpriseAppRoleEligibilityScheduleInstanceByC [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -533,6 +533,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterRoleManagementEnterpriseAppRoleEligibilityScheduleRequestByCurrentUser.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterRoleManagementEnterpriseAppRoleEligibilityScheduleRequestByCurrentUser.md index 8fa8bc9007d48..01aedad1395e1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterRoleManagementEnterpriseAppRoleEligibilityScheduleRequestByCurrentUser.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterRoleManagementEnterpriseAppRoleEligibilityScheduleRequestByCurrentUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/invoke-mgbetafilterrolemanagemententerpriseapproleeligibilityschedulerequestbycurrentuser Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaFilterRoleManagementEnterpriseAppRoleEligibilityScheduleRequestByCurrentUser --- @@ -25,7 +25,7 @@ Invoke-MgBetaFilterRoleManagementEnterpriseAppRoleEligibilityScheduleRequestByCu [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### FilterViaIdentity @@ -36,7 +36,7 @@ Invoke-MgBetaFilterRoleManagementEnterpriseAppRoleEligibilityScheduleRequestByCu [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -533,6 +533,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterRoleManagementEntitlementManagementRoleAssignmentApprovalByCurrentUser.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterRoleManagementEntitlementManagementRoleAssignmentApprovalByCurrentUser.md index e07054d05e2fd..c8483ccf954d2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterRoleManagementEntitlementManagementRoleAssignmentApprovalByCurrentUser.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterRoleManagementEntitlementManagementRoleAssignmentApprovalByCurrentUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/invoke-mgbetafilterrolemanagemententitlementmanagementroleassignmentapprovalbycurrentuser Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaFilterRoleManagementEntitlementManagementRoleAssignmentApprovalByCurrentUser --- @@ -28,7 +28,7 @@ Invoke-MgBetaFilterRoleManagementEntitlementManagementRoleAssignmentApprovalByCu [-Search ] [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### FilterViaIdentity @@ -39,7 +39,7 @@ Invoke-MgBetaFilterRoleManagementEntitlementManagementRoleAssignmentApprovalByCu [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -518,6 +518,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterRoleManagementEntitlementManagementRoleAssignmentScheduleByCurrentUser.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterRoleManagementEntitlementManagementRoleAssignmentScheduleByCurrentUser.md index 433f2a45fa5d1..d6b51c7a398e5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterRoleManagementEntitlementManagementRoleAssignmentScheduleByCurrentUser.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterRoleManagementEntitlementManagementRoleAssignmentScheduleByCurrentUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/invoke-mgbetafilterrolemanagemententitlementmanagementroleassignmentschedulebycurrentuser Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaFilterRoleManagementEntitlementManagementRoleAssignmentScheduleByCurrentUser --- @@ -28,7 +28,7 @@ Invoke-MgBetaFilterRoleManagementEntitlementManagementRoleAssignmentScheduleByCu [-Search ] [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### FilterViaIdentity @@ -39,7 +39,7 @@ Invoke-MgBetaFilterRoleManagementEntitlementManagementRoleAssignmentScheduleByCu [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -515,6 +515,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceByCurrentUser.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceByCurrentUser.md index 1a6bf11538e3f..4ccc5f6fd7e13 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceByCurrentUser.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceByCurrentUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/invoke-mgbetafilterrolemanagemententitlementmanagementroleassignmentscheduleinstancebycurrentuser Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaFilterRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceByCurrentUser --- @@ -28,7 +28,7 @@ Invoke-MgBetaFilterRoleManagementEntitlementManagementRoleAssignmentScheduleInst [-Search ] [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### FilterViaIdentity @@ -39,7 +39,7 @@ Invoke-MgBetaFilterRoleManagementEntitlementManagementRoleAssignmentScheduleInst [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -515,6 +515,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterRoleManagementEntitlementManagementRoleAssignmentScheduleRequestByCurrentUser.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterRoleManagementEntitlementManagementRoleAssignmentScheduleRequestByCurrentUser.md index 1fe73ecd6baba..b0dab87898b59 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterRoleManagementEntitlementManagementRoleAssignmentScheduleRequestByCurrentUser.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterRoleManagementEntitlementManagementRoleAssignmentScheduleRequestByCurrentUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/invoke-mgbetafilterrolemanagemententitlementmanagementroleassignmentschedulerequestbycurrentuser Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaFilterRoleManagementEntitlementManagementRoleAssignmentScheduleRequestByCurrentUser --- @@ -29,7 +29,7 @@ Invoke-MgBetaFilterRoleManagementEntitlementManagementRoleAssignmentScheduleRequ [-Search ] [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### FilterViaIdentity @@ -40,7 +40,7 @@ Invoke-MgBetaFilterRoleManagementEntitlementManagementRoleAssignmentScheduleRequ [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -517,6 +517,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterRoleManagementEntitlementManagementRoleEligibilityScheduleByCurrentUser.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterRoleManagementEntitlementManagementRoleEligibilityScheduleByCurrentUser.md index 13c27a5a1ef78..005f3a343dd48 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterRoleManagementEntitlementManagementRoleEligibilityScheduleByCurrentUser.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterRoleManagementEntitlementManagementRoleEligibilityScheduleByCurrentUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/invoke-mgbetafilterrolemanagemententitlementmanagementroleeligibilityschedulebycurrentuser Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaFilterRoleManagementEntitlementManagementRoleEligibilityScheduleByCurrentUser --- @@ -28,7 +28,7 @@ Invoke-MgBetaFilterRoleManagementEntitlementManagementRoleEligibilityScheduleByC [-Search ] [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### FilterViaIdentity @@ -39,7 +39,7 @@ Invoke-MgBetaFilterRoleManagementEntitlementManagementRoleEligibilityScheduleByC [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -515,6 +515,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceByCurrentUser.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceByCurrentUser.md index 6dc358d2f03aa..468eba73acee7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceByCurrentUser.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceByCurrentUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/invoke-mgbetafilterrolemanagemententitlementmanagementroleeligibilityscheduleinstancebycurrentuser Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaFilterRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceByCurrentUser --- @@ -28,7 +28,7 @@ Invoke-MgBetaFilterRoleManagementEntitlementManagementRoleEligibilityScheduleIns [-Search ] [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### FilterViaIdentity @@ -39,7 +39,7 @@ Invoke-MgBetaFilterRoleManagementEntitlementManagementRoleEligibilityScheduleIns [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -515,6 +515,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterRoleManagementEntitlementManagementRoleEligibilityScheduleRequestByCurrentUser.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterRoleManagementEntitlementManagementRoleEligibilityScheduleRequestByCurrentUser.md index 99d8a9b90dd4d..d9a494a597407 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterRoleManagementEntitlementManagementRoleEligibilityScheduleRequestByCurrentUser.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaFilterRoleManagementEntitlementManagementRoleEligibilityScheduleRequestByCurrentUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/invoke-mgbetafilterrolemanagemententitlementmanagementroleeligibilityschedulerequestbycurrentuser Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaFilterRoleManagementEntitlementManagementRoleEligibilityScheduleRequestByCurrentUser --- @@ -28,7 +28,7 @@ Invoke-MgBetaFilterRoleManagementEntitlementManagementRoleEligibilityScheduleReq [-Search ] [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### FilterViaIdentity @@ -39,7 +39,7 @@ Invoke-MgBetaFilterRoleManagementEntitlementManagementRoleEligibilityScheduleReq [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -515,6 +515,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaGraphIdentityGovernanceLifecycleWorkflowInsight.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaGraphIdentityGovernanceLifecycleWorkflowInsight.md index 172ee105d71da..31ca84af41b6a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaGraphIdentityGovernanceLifecycleWorkflowInsight.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaGraphIdentityGovernanceLifecycleWorkflowInsight.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/invoke-mgbetagraphidentitygovernancelifecycleworkflowinsight Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaGraphIdentityGovernanceLifecycleWorkflowInsight --- @@ -27,7 +27,7 @@ This allows you to quickly get category information, by numerical value, bypassi Invoke-MgBetaGraphIdentityGovernanceLifecycleWorkflowInsight -EndDateTime -StartDateTime [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GraphViaIdentity @@ -37,7 +37,7 @@ Invoke-MgBetaGraphIdentityGovernanceLifecycleWorkflowInsight -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -376,6 +376,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaMyPrivilegedRoleAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaMyPrivilegedRoleAssignment.md index 5037c6b90580b..6fd2805c4e4f5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaMyPrivilegedRoleAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaMyPrivilegedRoleAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/invoke-mgbetamyprivilegedroleassignment Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaMyPrivilegedRoleAssignment --- @@ -24,7 +24,7 @@ Invoke-MgBetaMyPrivilegedRoleAssignment [-Count] [-ExpandProperty ] [- [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaMyPrivilegedRoleAssignmentRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaMyPrivilegedRoleAssignmentRequest.md index 04729d2146f89..785c7f8d51e6f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaMyPrivilegedRoleAssignmentRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaMyPrivilegedRoleAssignmentRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/invoke-mgbetamyprivilegedroleassignmentrequest Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaMyPrivilegedRoleAssignmentRequest --- @@ -24,7 +24,7 @@ Invoke-MgBetaMyPrivilegedRoleAssignmentRequest [-Count] [-ExpandProperty ] [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaRecordIdentityGovernanceAccessReviewDecision.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaRecordIdentityGovernanceAccessReviewDecision.md index e94bc1c2154a6..ed88c3fe2fc61 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaRecordIdentityGovernanceAccessReviewDecision.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaRecordIdentityGovernanceAccessReviewDecision.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/invoke-mgbetarecordidentitygovernanceaccessreviewdecision Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaRecordIdentityGovernanceAccessReviewDecision --- @@ -26,7 +26,6 @@ Invoke-MgBetaRecordIdentityGovernanceAccessReviewDecision [-ResponseHeadersVaria [-PrincipalId ] [-ResourceId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Record @@ -37,7 +36,6 @@ Invoke-MgBetaRecordIdentityGovernanceAccessReviewDecision [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaRecordIdentityGovernanceAccessReviewDecisionInstanceDecision.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaRecordIdentityGovernanceAccessReviewDecisionInstanceDecision.md index 5d3fefb4ce4fa..4f51c8aefef3d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaRecordIdentityGovernanceAccessReviewDecisionInstanceDecision.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaRecordIdentityGovernanceAccessReviewDecisionInstanceDecision.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/invoke-mgbetarecordidentitygovernanceaccessreviewdecisioninstancedecision Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaRecordIdentityGovernanceAccessReviewDecisionInstanceDecision --- @@ -27,7 +27,6 @@ Invoke-MgBetaRecordIdentityGovernanceAccessReviewDecisionInstanceDecision [-PrincipalId ] [-ResourceId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Record @@ -39,7 +38,6 @@ Invoke-MgBetaRecordIdentityGovernanceAccessReviewDecisionInstanceDecision [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### RecordViaIdentityExpanded @@ -51,7 +49,6 @@ Invoke-MgBetaRecordIdentityGovernanceAccessReviewDecisionInstanceDecision [-PrincipalId ] [-ResourceId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### RecordViaIdentity @@ -63,7 +60,6 @@ Invoke-MgBetaRecordIdentityGovernanceAccessReviewDecisionInstanceDecision [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -619,6 +615,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaRecordIdentityGovernanceAccessReviewDecisionInstanceStageDecision.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaRecordIdentityGovernanceAccessReviewDecisionInstanceStageDecision.md index f9149f811f247..848698c010718 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaRecordIdentityGovernanceAccessReviewDecisionInstanceStageDecision.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaRecordIdentityGovernanceAccessReviewDecisionInstanceStageDecision.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/invoke-mgbetarecordidentitygovernanceaccessreviewdecisioninstancestagedecision Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaRecordIdentityGovernanceAccessReviewDecisionInstanceStageDecision --- @@ -28,7 +28,6 @@ Invoke-MgBetaRecordIdentityGovernanceAccessReviewDecisionInstanceStageDecision [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Record @@ -40,7 +39,6 @@ Invoke-MgBetaRecordIdentityGovernanceAccessReviewDecisionInstanceStageDecision [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### RecordViaIdentityExpanded @@ -52,7 +50,6 @@ Invoke-MgBetaRecordIdentityGovernanceAccessReviewDecisionInstanceStageDecision [-PrincipalId ] [-ResourceId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### RecordViaIdentity @@ -64,7 +61,6 @@ Invoke-MgBetaRecordIdentityGovernanceAccessReviewDecisionInstanceStageDecision [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -647,6 +643,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaRecordIdentityGovernanceAccessReviewDefinitionInstanceDecision.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaRecordIdentityGovernanceAccessReviewDefinitionInstanceDecision.md index 103cba96c451f..75f459e0089bd 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaRecordIdentityGovernanceAccessReviewDefinitionInstanceDecision.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaRecordIdentityGovernanceAccessReviewDefinitionInstanceDecision.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/invoke-mgbetarecordidentitygovernanceaccessreviewdefinitioninstancedecision Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaRecordIdentityGovernanceAccessReviewDefinitionInstanceDecision --- @@ -28,7 +28,6 @@ Invoke-MgBetaRecordIdentityGovernanceAccessReviewDefinitionInstanceDecision [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Record @@ -40,7 +39,6 @@ Invoke-MgBetaRecordIdentityGovernanceAccessReviewDefinitionInstanceDecision [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### RecordViaIdentityExpanded @@ -52,7 +50,6 @@ Invoke-MgBetaRecordIdentityGovernanceAccessReviewDefinitionInstanceDecision [-PrincipalId ] [-ResourceId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### RecordViaIdentity @@ -64,7 +61,6 @@ Invoke-MgBetaRecordIdentityGovernanceAccessReviewDefinitionInstanceDecision [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -647,6 +643,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaRecordIdentityGovernanceAccessReviewDefinitionInstanceStageDecision.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaRecordIdentityGovernanceAccessReviewDefinitionInstanceStageDecision.md index 2e5eae74830dd..3508775632512 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaRecordIdentityGovernanceAccessReviewDefinitionInstanceStageDecision.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaRecordIdentityGovernanceAccessReviewDefinitionInstanceStageDecision.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/invoke-mgbetarecordidentitygovernanceaccessreviewdefinitioninstancestagedecision Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaRecordIdentityGovernanceAccessReviewDefinitionInstanceStageDecision --- @@ -28,7 +28,6 @@ Invoke-MgBetaRecordIdentityGovernanceAccessReviewDefinitionInstanceStageDecision [-PrincipalId ] [-ResourceId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Record @@ -41,7 +40,6 @@ Invoke-MgBetaRecordIdentityGovernanceAccessReviewDefinitionInstanceStageDecision [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### RecordViaIdentityExpanded @@ -53,7 +51,6 @@ Invoke-MgBetaRecordIdentityGovernanceAccessReviewDefinitionInstanceStageDecision [-PrincipalId ] [-ResourceId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### RecordViaIdentity @@ -65,7 +62,6 @@ Invoke-MgBetaRecordIdentityGovernanceAccessReviewDefinitionInstanceStageDecision [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -675,6 +671,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaRecordIdentityGovernanceAccessReviewInstanceDecision.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaRecordIdentityGovernanceAccessReviewInstanceDecision.md index 6632c0f6bc01e..64eb3820be508 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaRecordIdentityGovernanceAccessReviewInstanceDecision.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaRecordIdentityGovernanceAccessReviewInstanceDecision.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/invoke-mgbetarecordidentitygovernanceaccessreviewinstancedecision Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaRecordIdentityGovernanceAccessReviewInstanceDecision --- @@ -27,7 +27,6 @@ Invoke-MgBetaRecordIdentityGovernanceAccessReviewInstanceDecision -AccessReviewI [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Record @@ -38,7 +37,6 @@ Invoke-MgBetaRecordIdentityGovernanceAccessReviewInstanceDecision -AccessReviewI [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### RecordViaIdentityExpanded @@ -50,7 +48,6 @@ Invoke-MgBetaRecordIdentityGovernanceAccessReviewInstanceDecision [-PrincipalId ] [-ResourceId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### RecordViaIdentity @@ -62,7 +59,6 @@ Invoke-MgBetaRecordIdentityGovernanceAccessReviewInstanceDecision [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -618,6 +614,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaRecordIdentityGovernanceAccessReviewInstanceDecisionInstanceStageDecision.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaRecordIdentityGovernanceAccessReviewInstanceDecisionInstanceStageDecision.md index fa71747d9ce58..2b0cf7944dd93 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaRecordIdentityGovernanceAccessReviewInstanceDecisionInstanceStageDecision.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaRecordIdentityGovernanceAccessReviewInstanceDecisionInstanceStageDecision.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/invoke-mgbetarecordidentitygovernanceaccessreviewinstancedecisioninstancestagedecision Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaRecordIdentityGovernanceAccessReviewInstanceDecisionInstanceStageDecision --- @@ -28,7 +28,6 @@ Invoke-MgBetaRecordIdentityGovernanceAccessReviewInstanceDecisionInstanceStageDe [-PrincipalId ] [-ResourceId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Record @@ -41,7 +40,6 @@ Invoke-MgBetaRecordIdentityGovernanceAccessReviewInstanceDecisionInstanceStageDe [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### RecordViaIdentityExpanded @@ -53,7 +51,6 @@ Invoke-MgBetaRecordIdentityGovernanceAccessReviewInstanceDecisionInstanceStageDe [-PrincipalId ] [-ResourceId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### RecordViaIdentity @@ -65,7 +62,6 @@ Invoke-MgBetaRecordIdentityGovernanceAccessReviewInstanceDecisionInstanceStageDe [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -675,6 +671,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaRecordIdentityGovernanceAccessReviewInstanceStageDecision.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaRecordIdentityGovernanceAccessReviewInstanceStageDecision.md index a3310f4959c03..71c21bc8920cd 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaRecordIdentityGovernanceAccessReviewInstanceStageDecision.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaRecordIdentityGovernanceAccessReviewInstanceStageDecision.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/invoke-mgbetarecordidentitygovernanceaccessreviewinstancestagedecision Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaRecordIdentityGovernanceAccessReviewInstanceStageDecision --- @@ -27,7 +27,6 @@ Invoke-MgBetaRecordIdentityGovernanceAccessReviewInstanceStageDecision [-PrincipalId ] [-ResourceId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Record @@ -39,7 +38,6 @@ Invoke-MgBetaRecordIdentityGovernanceAccessReviewInstanceStageDecision [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### RecordViaIdentityExpanded @@ -51,7 +49,6 @@ Invoke-MgBetaRecordIdentityGovernanceAccessReviewInstanceStageDecision [-PrincipalId ] [-ResourceId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### RecordViaIdentity @@ -63,7 +60,6 @@ Invoke-MgBetaRecordIdentityGovernanceAccessReviewInstanceStageDecision [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -646,6 +642,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaRecordIdentityGovernanceAccessReviewInstanceStageDecisionInstanceDecision.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaRecordIdentityGovernanceAccessReviewInstanceStageDecisionInstanceDecision.md index a43c4335d2df5..f1fdc24874011 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaRecordIdentityGovernanceAccessReviewInstanceStageDecisionInstanceDecision.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaRecordIdentityGovernanceAccessReviewInstanceStageDecisionInstanceDecision.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/invoke-mgbetarecordidentitygovernanceaccessreviewinstancestagedecisioninstancedecision Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaRecordIdentityGovernanceAccessReviewInstanceStageDecisionInstanceDecision --- @@ -28,7 +28,6 @@ Invoke-MgBetaRecordIdentityGovernanceAccessReviewInstanceStageDecisionInstanceDe [-PrincipalId ] [-ResourceId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Record @@ -41,7 +40,6 @@ Invoke-MgBetaRecordIdentityGovernanceAccessReviewInstanceStageDecisionInstanceDe [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### RecordViaIdentityExpanded @@ -53,7 +51,6 @@ Invoke-MgBetaRecordIdentityGovernanceAccessReviewInstanceStageDecisionInstanceDe [-PrincipalId ] [-ResourceId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### RecordViaIdentity @@ -65,7 +62,6 @@ Invoke-MgBetaRecordIdentityGovernanceAccessReviewInstanceStageDecisionInstanceDe [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -675,6 +671,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaRemediateIdentityGovernanceRoleManagementAlertIncident.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaRemediateIdentityGovernanceRoleManagementAlertIncident.md index 50adf545c337c..beb197d40ea5f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaRemediateIdentityGovernanceRoleManagementAlertIncident.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaRemediateIdentityGovernanceRoleManagementAlertIncident.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/invoke-mgbetaremediateidentitygovernancerolemanagementalertincident Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaRemediateIdentityGovernanceRoleManagementAlertIncident --- @@ -25,7 +25,6 @@ Invoke-MgBetaRemediateIdentityGovernanceRoleManagementAlertIncident [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### RemediateViaIdentity @@ -36,7 +35,6 @@ Invoke-MgBetaRemediateIdentityGovernanceRoleManagementAlertIncident [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -434,6 +432,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaScheduleRoleManagementDirectory.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaScheduleRoleManagementDirectory.md index 9579a46838680..dd023455d65ba 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaScheduleRoleManagementDirectory.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaScheduleRoleManagementDirectory.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/invoke-mgbetaschedulerolemanagementdirectory Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaScheduleRoleManagementDirectory --- @@ -26,7 +26,7 @@ Invoke-MgBetaScheduleRoleManagementDirectory [-AppScopeId ] [-Count] [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaScheduleRoleManagementDirectoryRole.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaScheduleRoleManagementDirectoryRole.md index 3893c17cc915f..b3a182a7a8a9a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaScheduleRoleManagementDirectoryRole.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaScheduleRoleManagementDirectoryRole.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/invoke-mgbetaschedulerolemanagementdirectoryrole Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaScheduleRoleManagementDirectoryRole --- @@ -26,7 +26,7 @@ Invoke-MgBetaScheduleRoleManagementDirectoryRole [-AppScopeId ] [-Count] [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaScheduleRoleManagementEnterpriseApp.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaScheduleRoleManagementEnterpriseApp.md index 6034447517702..79a243b206f6a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaScheduleRoleManagementEnterpriseApp.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaScheduleRoleManagementEnterpriseApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/invoke-mgbetaschedulerolemanagemententerpriseapp Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaScheduleRoleManagementEnterpriseApp --- @@ -26,7 +26,7 @@ Invoke-MgBetaScheduleRoleManagementEnterpriseApp -RbacApplicationId [-A [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### ScheduleViaIdentity @@ -38,7 +38,7 @@ Invoke-MgBetaScheduleRoleManagementEnterpriseApp -InputObject ] [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -598,6 +598,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaScheduleRoleManagementEnterpriseAppRole.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaScheduleRoleManagementEnterpriseAppRole.md index 4256b46059f3b..85c004102323f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaScheduleRoleManagementEnterpriseAppRole.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaScheduleRoleManagementEnterpriseAppRole.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/invoke-mgbetaschedulerolemanagemententerpriseapprole Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaScheduleRoleManagementEnterpriseAppRole --- @@ -26,7 +26,7 @@ Invoke-MgBetaScheduleRoleManagementEnterpriseAppRole -RbacApplicationId [-Search ] [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### ScheduleViaIdentity @@ -38,7 +38,7 @@ Invoke-MgBetaScheduleRoleManagementEnterpriseAppRole -InputObject ] [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -598,6 +598,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaScheduleRoleManagementEntitlementManagement.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaScheduleRoleManagementEntitlementManagement.md index f9d94380bd073..e2e7f6b6689a8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaScheduleRoleManagementEntitlementManagement.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaScheduleRoleManagementEntitlementManagement.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/invoke-mgbetaschedulerolemanagemententitlementmanagement Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaScheduleRoleManagementEntitlementManagement --- @@ -26,7 +26,7 @@ Invoke-MgBetaScheduleRoleManagementEntitlementManagement [-AppScopeId ] [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaScheduleRoleManagementEntitlementManagementRole.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaScheduleRoleManagementEntitlementManagementRole.md index f50d3ae6affda..7f3c85ebc57b5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaScheduleRoleManagementEntitlementManagementRole.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaScheduleRoleManagementEntitlementManagementRole.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/invoke-mgbetaschedulerolemanagemententitlementmanagementrole Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaScheduleRoleManagementEntitlementManagementRole --- @@ -26,7 +26,7 @@ Invoke-MgBetaScheduleRoleManagementEntitlementManagementRole [-AppScopeId ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaSelfPrivilegedApprovalRoleInfoActivate.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaSelfPrivilegedApprovalRoleInfoActivate.md index 28299161d369e..6b6312a911f82 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaSelfPrivilegedApprovalRoleInfoActivate.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaSelfPrivilegedApprovalRoleInfoActivate.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/invoke-mgbetaselfprivilegedapprovalroleinfoactivate Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaSelfPrivilegedApprovalRoleInfoActivate --- @@ -25,7 +25,7 @@ Invoke-MgBetaSelfPrivilegedApprovalRoleInfoActivate -PrivilegedApprovalId ] [-TicketNumber ] [-TicketSystem ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Self @@ -36,7 +36,6 @@ Invoke-MgBetaSelfPrivilegedApprovalRoleInfoActivate -PrivilegedApprovalId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SelfViaIdentityExpanded @@ -47,7 +46,7 @@ Invoke-MgBetaSelfPrivilegedApprovalRoleInfoActivate -InputObject ] [-TicketNumber ] [-TicketSystem ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### SelfViaIdentity @@ -58,7 +57,6 @@ Invoke-MgBetaSelfPrivilegedApprovalRoleInfoActivate -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -592,6 +590,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaSelfPrivilegedApprovalRoleInfoDeactivate.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaSelfPrivilegedApprovalRoleInfoDeactivate.md index df0beee05128c..19d4cfa17cc10 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaSelfPrivilegedApprovalRoleInfoDeactivate.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaSelfPrivilegedApprovalRoleInfoDeactivate.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/invoke-mgbetaselfprivilegedapprovalroleinfodeactivate Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaSelfPrivilegedApprovalRoleInfoDeactivate --- @@ -24,7 +24,6 @@ Invoke-MgBetaSelfPrivilegedApprovalRoleInfoDeactivate -PrivilegedApprovalId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SelfViaIdentity @@ -34,7 +33,6 @@ Invoke-MgBetaSelfPrivilegedApprovalRoleInfoDeactivate -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -382,6 +380,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaSelfPrivilegedRoleActivate.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaSelfPrivilegedRoleActivate.md index 1759d48bf1362..640fe93825c8a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaSelfPrivilegedRoleActivate.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaSelfPrivilegedRoleActivate.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/invoke-mgbetaselfprivilegedroleactivate Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaSelfPrivilegedRoleActivate --- @@ -25,7 +25,7 @@ Invoke-MgBetaSelfPrivilegedRoleActivate -PrivilegedRoleId [-Reason ] [-TicketNumber ] [-TicketSystem ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Self @@ -36,7 +36,6 @@ Invoke-MgBetaSelfPrivilegedRoleActivate -PrivilegedRoleId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SelfViaIdentityExpanded @@ -47,7 +46,7 @@ Invoke-MgBetaSelfPrivilegedRoleActivate -InputObject ] [-TicketNumber ] [-TicketSystem ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### SelfViaIdentity @@ -58,7 +57,6 @@ Invoke-MgBetaSelfPrivilegedRoleActivate -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -607,6 +605,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaSelfPrivilegedRoleAssignmentRequestRoleInfoActivate.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaSelfPrivilegedRoleAssignmentRequestRoleInfoActivate.md index 644c288cfdb0a..f6a489a7d28cf 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaSelfPrivilegedRoleAssignmentRequestRoleInfoActivate.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaSelfPrivilegedRoleAssignmentRequestRoleInfoActivate.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/invoke-mgbetaselfprivilegedroleassignmentrequestroleinfoactivate Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaSelfPrivilegedRoleAssignmentRequestRoleInfoActivate --- @@ -26,7 +26,6 @@ Invoke-MgBetaSelfPrivilegedRoleAssignmentRequestRoleInfoActivate [-TicketNumber ] [-TicketSystem ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Self @@ -38,7 +37,6 @@ Invoke-MgBetaSelfPrivilegedRoleAssignmentRequestRoleInfoActivate [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SelfViaIdentityExpanded @@ -50,7 +48,6 @@ Invoke-MgBetaSelfPrivilegedRoleAssignmentRequestRoleInfoActivate [-TicketNumber ] [-TicketSystem ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SelfViaIdentity @@ -62,7 +59,6 @@ Invoke-MgBetaSelfPrivilegedRoleAssignmentRequestRoleInfoActivate [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -596,6 +592,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaSelfPrivilegedRoleAssignmentRequestRoleInfoDeactivate.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaSelfPrivilegedRoleAssignmentRequestRoleInfoDeactivate.md index cb027645d9ab9..8c811476b2cc5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaSelfPrivilegedRoleAssignmentRequestRoleInfoDeactivate.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaSelfPrivilegedRoleAssignmentRequestRoleInfoDeactivate.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/invoke-mgbetaselfprivilegedroleassignmentrequestroleinfodeactivate Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaSelfPrivilegedRoleAssignmentRequestRoleInfoDeactivate --- @@ -24,7 +24,7 @@ Invoke-MgBetaSelfPrivilegedRoleAssignmentRequestRoleInfoDeactivate -PrivilegedRoleAssignmentRequestId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### SelfViaIdentity @@ -34,7 +34,7 @@ Invoke-MgBetaSelfPrivilegedRoleAssignmentRequestRoleInfoDeactivate -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -382,6 +382,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaSelfPrivilegedRoleAssignmentRoleInfoActivate.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaSelfPrivilegedRoleAssignmentRoleInfoActivate.md index a23fd0307396c..8e9b035536341 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaSelfPrivilegedRoleAssignmentRoleInfoActivate.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaSelfPrivilegedRoleAssignmentRoleInfoActivate.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/invoke-mgbetaselfprivilegedroleassignmentroleinfoactivate Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaSelfPrivilegedRoleAssignmentRoleInfoActivate --- @@ -25,7 +25,7 @@ Invoke-MgBetaSelfPrivilegedRoleAssignmentRoleInfoActivate -PrivilegedRoleAssignm [-Reason ] [-TicketNumber ] [-TicketSystem ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Self @@ -36,7 +36,6 @@ Invoke-MgBetaSelfPrivilegedRoleAssignmentRoleInfoActivate -PrivilegedRoleAssignm [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SelfViaIdentityExpanded @@ -47,7 +46,7 @@ Invoke-MgBetaSelfPrivilegedRoleAssignmentRoleInfoActivate -InputObject ] [-TicketNumber ] [-TicketSystem ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### SelfViaIdentity @@ -58,7 +57,6 @@ Invoke-MgBetaSelfPrivilegedRoleAssignmentRoleInfoActivate -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -592,6 +590,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaSelfPrivilegedRoleAssignmentRoleInfoDeactivate.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaSelfPrivilegedRoleAssignmentRoleInfoDeactivate.md index 19c5799e48d9e..e26cf05063ca5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaSelfPrivilegedRoleAssignmentRoleInfoDeactivate.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaSelfPrivilegedRoleAssignmentRoleInfoDeactivate.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/invoke-mgbetaselfprivilegedroleassignmentroleinfodeactivate Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaSelfPrivilegedRoleAssignmentRoleInfoDeactivate --- @@ -24,7 +24,6 @@ Invoke-MgBetaSelfPrivilegedRoleAssignmentRoleInfoDeactivate -PrivilegedRoleAssig [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SelfViaIdentity @@ -34,7 +33,7 @@ Invoke-MgBetaSelfPrivilegedRoleAssignmentRoleInfoDeactivate -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -382,6 +381,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaSelfPrivilegedRoleDeactivate.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaSelfPrivilegedRoleDeactivate.md index 2ab3c9ac01d90..2bbaa79cf63df 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaSelfPrivilegedRoleDeactivate.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaSelfPrivilegedRoleDeactivate.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/invoke-mgbetaselfprivilegedroledeactivate Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaSelfPrivilegedRoleDeactivate --- @@ -24,7 +24,6 @@ Invoke-MgBetaSelfPrivilegedRoleDeactivate -PrivilegedRoleId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SelfViaIdentity @@ -34,7 +33,6 @@ Invoke-MgBetaSelfPrivilegedRoleDeactivate -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -391,6 +389,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaSummaryIdentityGovernanceLifecycleWorkflowRun.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaSummaryIdentityGovernanceLifecycleWorkflowRun.md index dc694fcb9ad86..9581bce3a8a37 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaSummaryIdentityGovernanceLifecycleWorkflowRun.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaSummaryIdentityGovernanceLifecycleWorkflowRun.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/invoke-mgbetasummaryidentitygovernancelifecycleworkflowrun Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaSummaryIdentityGovernanceLifecycleWorkflowRun --- @@ -28,7 +28,7 @@ Invoke-MgBetaSummaryIdentityGovernanceLifecycleWorkflowRun -EndDateTime -WorkflowId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### SummaryViaIdentity @@ -38,7 +38,7 @@ Invoke-MgBetaSummaryIdentityGovernanceLifecycleWorkflowRun -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -55,9 +55,9 @@ Because the amount of runs returned by the List API call can be overwhelming, th | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | LifecycleWorkflows-Reports.Read.All, LifecycleWorkflows.ReadWrite.All, LifecycleWorkflows.Read.All, | +| Delegated (work or school account) | LifecycleWorkflows-Reports.Read.All, LifecycleWorkflows.Read.All, LifecycleWorkflows.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | LifecycleWorkflows-Reports.Read.All, LifecycleWorkflows.ReadWrite.All, LifecycleWorkflows.Read.All, | +| Application | LifecycleWorkflows-Reports.Read.All, LifecycleWorkflows.Read.All, LifecycleWorkflows.ReadWrite.All, | ## PARAMETERS @@ -393,6 +393,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaSummaryIdentityGovernanceLifecycleWorkflowRunUserProcessingResult.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaSummaryIdentityGovernanceLifecycleWorkflowRunUserProcessingResult.md index 6e023c82e1c49..ea32919a85754 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaSummaryIdentityGovernanceLifecycleWorkflowRunUserProcessingResult.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaSummaryIdentityGovernanceLifecycleWorkflowRunUserProcessingResult.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/invoke-mgbetasummaryidentitygovernancelifecycleworkflowrunuserprocessingresult Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaSummaryIdentityGovernanceLifecycleWorkflowRunUserProcessingResult --- @@ -27,7 +27,7 @@ Invoke-MgBetaSummaryIdentityGovernanceLifecycleWorkflowRunUserProcessingResult -EndDateTime -RunId -StartDateTime -WorkflowId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### SummaryViaIdentity @@ -37,7 +37,7 @@ Invoke-MgBetaSummaryIdentityGovernanceLifecycleWorkflowRunUserProcessingResult -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -53,9 +53,9 @@ Invoke function summary | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | LifecycleWorkflows-Reports.Read.All, LifecycleWorkflows.ReadWrite.All, LifecycleWorkflows.Read.All, | +| Delegated (work or school account) | LifecycleWorkflows-Reports.Read.All, LifecycleWorkflows.Read.All, LifecycleWorkflows.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | LifecycleWorkflows-Reports.Read.All, LifecycleWorkflows.ReadWrite.All, LifecycleWorkflows.Read.All, | +| Application | LifecycleWorkflows-Reports.Read.All, LifecycleWorkflows.Read.All, LifecycleWorkflows.ReadWrite.All, | ## PARAMETERS @@ -412,6 +412,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaSummaryIdentityGovernanceLifecycleWorkflowTaskReport.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaSummaryIdentityGovernanceLifecycleWorkflowTaskReport.md index 8a99d3d6ae092..052e066baeac8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaSummaryIdentityGovernanceLifecycleWorkflowTaskReport.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaSummaryIdentityGovernanceLifecycleWorkflowTaskReport.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/invoke-mgbetasummaryidentitygovernancelifecycleworkflowtaskreport Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaSummaryIdentityGovernanceLifecycleWorkflowTaskReport --- @@ -29,7 +29,7 @@ Invoke-MgBetaSummaryIdentityGovernanceLifecycleWorkflowTaskReport -EndDateTime < -StartDateTime -WorkflowId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### SummaryViaIdentity @@ -39,7 +39,7 @@ Invoke-MgBetaSummaryIdentityGovernanceLifecycleWorkflowTaskReport -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -387,6 +387,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaSummaryIdentityGovernanceLifecycleWorkflowUserProcessingResult.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaSummaryIdentityGovernanceLifecycleWorkflowUserProcessingResult.md index 3c2a7b064c785..60fdaa464b5fc 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaSummaryIdentityGovernanceLifecycleWorkflowUserProcessingResult.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaSummaryIdentityGovernanceLifecycleWorkflowUserProcessingResult.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/invoke-mgbetasummaryidentitygovernancelifecycleworkflowuserprocessingresult Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaSummaryIdentityGovernanceLifecycleWorkflowUserProcessingResult --- @@ -27,7 +27,7 @@ Invoke-MgBetaSummaryIdentityGovernanceLifecycleWorkflowUserProcessingResult -End -StartDateTime -WorkflowId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### SummaryViaIdentity @@ -37,7 +37,7 @@ Invoke-MgBetaSummaryIdentityGovernanceLifecycleWorkflowUserProcessingResult -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -383,6 +383,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaTopIdentityGovernanceLifecycleWorkflowInsightTaskProcessedSummary.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaTopIdentityGovernanceLifecycleWorkflowInsightTaskProcessedSummary.md index e81717970277b..d2b6f6824f6cc 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaTopIdentityGovernanceLifecycleWorkflowInsightTaskProcessedSummary.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaTopIdentityGovernanceLifecycleWorkflowInsightTaskProcessedSummary.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/invoke-mgbetatopidentitygovernancelifecycleworkflowinsighttaskprocessedsummary Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaTopIdentityGovernanceLifecycleWorkflowInsightTaskProcessedSummary --- @@ -29,7 +29,7 @@ Invoke-MgBetaTopIdentityGovernanceLifecycleWorkflowInsightTaskProcessedSummary -EndDateTime -StartDateTime [-Count] [-Filter ] [-Search ] [-Skip ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### TopViaIdentity @@ -39,7 +39,7 @@ Invoke-MgBetaTopIdentityGovernanceLifecycleWorkflowInsightTaskProcessedSummary -InputObject [-Count] [-Filter ] [-Search ] [-Skip ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -485,6 +485,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaTopIdentityGovernanceLifecycleWorkflowInsightWorkflowProcessedSummary.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaTopIdentityGovernanceLifecycleWorkflowInsightWorkflowProcessedSummary.md index 7aaac5e80e97c..123e76ccaa42b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaTopIdentityGovernanceLifecycleWorkflowInsightWorkflowProcessedSummary.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaTopIdentityGovernanceLifecycleWorkflowInsightWorkflowProcessedSummary.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/invoke-mgbetatopidentitygovernancelifecycleworkflowinsightworkflowprocessedsummary Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaTopIdentityGovernanceLifecycleWorkflowInsightWorkflowProcessedSummary --- @@ -29,7 +29,7 @@ Invoke-MgBetaTopIdentityGovernanceLifecycleWorkflowInsightWorkflowProcessedSumma -EndDateTime -StartDateTime [-Count] [-Filter ] [-Search ] [-Skip ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### TopViaIdentity @@ -39,7 +39,7 @@ Invoke-MgBetaTopIdentityGovernanceLifecycleWorkflowInsightWorkflowProcessedSumma -InputObject [-Count] [-Filter ] [-Search ] [-Skip ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -485,6 +485,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaUploadIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceUploadSessionFile.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaUploadIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceUploadSessionFile.md index b545124246dfd..073ed3e915ea6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaUploadIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceUploadSessionFile.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaUploadIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceUploadSessionFile.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/invoke-mgbetauploadidentitygovernancecatalogaccesspackageresourceaccesspackageresourceroleaccesspackageresourceaccesspackageresourcescopeaccesspackageresourceuploadsessionfile Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaUploadIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceUploadSessionFile --- @@ -26,7 +26,7 @@ Invoke-MgBetaUploadIdentityGovernanceCatalogAccessPackageResourceAccessPackageRe -CustomDataProvidedResourceUploadSessionId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UploadViaIdentity @@ -36,7 +36,7 @@ Invoke-MgBetaUploadIdentityGovernanceCatalogAccessPackageResourceAccessPackageRe -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -468,6 +468,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaUploadIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceUploadSessionFile.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaUploadIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceUploadSessionFile.md index 1263dc393a9b3..970715637c539 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaUploadIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceUploadSessionFile.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaUploadIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceUploadSessionFile.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/invoke-mgbetauploadidentitygovernancecatalogaccesspackageresourceaccesspackageresourceroleaccesspackageresourceuploadsessionfile Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaUploadIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceUploadSessionFile --- @@ -26,7 +26,6 @@ Invoke-MgBetaUploadIdentityGovernanceCatalogAccessPackageResourceAccessPackageRe [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UploadViaIdentity @@ -36,7 +35,7 @@ Invoke-MgBetaUploadIdentityGovernanceCatalogAccessPackageResourceAccessPackageRe -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -447,6 +446,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaUploadIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceUploadSessionFile.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaUploadIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceUploadSessionFile.md index 5ed7f32602096..704aca6f4c076 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaUploadIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceUploadSessionFile.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaUploadIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceUploadSessionFile.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/invoke-mgbetauploadidentitygovernancecatalogaccesspackageresourceaccesspackageresourcescopeaccesspackageresourceaccesspackageresourceroleaccesspackageresourceuploadsessionfile Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaUploadIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceUploadSessionFile --- @@ -26,7 +26,7 @@ Invoke-MgBetaUploadIdentityGovernanceCatalogAccessPackageResourceAccessPackageRe -CustomDataProvidedResourceUploadSessionId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UploadViaIdentity @@ -36,7 +36,7 @@ Invoke-MgBetaUploadIdentityGovernanceCatalogAccessPackageResourceAccessPackageRe -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -468,6 +468,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaUploadIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceUploadSessionFile.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaUploadIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceUploadSessionFile.md index 2f07bad98566a..210872b4ae0b6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaUploadIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceUploadSessionFile.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaUploadIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceUploadSessionFile.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/invoke-mgbetauploadidentitygovernancecatalogaccesspackageresourceaccesspackageresourcescopeaccesspackageresourceuploadsessionfile Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaUploadIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceUploadSessionFile --- @@ -26,7 +26,6 @@ Invoke-MgBetaUploadIdentityGovernanceCatalogAccessPackageResourceAccessPackageRe [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UploadViaIdentity @@ -36,7 +35,7 @@ Invoke-MgBetaUploadIdentityGovernanceCatalogAccessPackageResourceAccessPackageRe -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -447,6 +446,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaUploadIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceUploadSessionFile.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaUploadIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceUploadSessionFile.md index b0515844619f7..0e0bc129bf9f6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaUploadIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceUploadSessionFile.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaUploadIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceUploadSessionFile.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/invoke-mgbetauploadidentitygovernancecatalogaccesspackageresourceroleaccesspackageresourceaccesspackageresourcescopeaccesspackageresourceuploadsessionfile Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaUploadIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceUploadSessionFile --- @@ -26,7 +26,6 @@ Invoke-MgBetaUploadIdentityGovernanceCatalogAccessPackageResourceRoleAccessPacka [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UploadViaIdentity @@ -36,7 +35,7 @@ Invoke-MgBetaUploadIdentityGovernanceCatalogAccessPackageResourceRoleAccessPacka -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -447,6 +446,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaUploadIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceUploadSessionFile.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaUploadIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceUploadSessionFile.md index 4403dea72b540..6ff8ce3c1b8b1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaUploadIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceUploadSessionFile.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaUploadIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceUploadSessionFile.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/invoke-mgbetauploadidentitygovernancecatalogaccesspackageresourceroleaccesspackageresourceuploadsessionfile Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaUploadIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceUploadSessionFile --- @@ -25,7 +25,7 @@ Invoke-MgBetaUploadIdentityGovernanceCatalogAccessPackageResourceRoleAccessPacka -CustomDataProvidedResourceUploadSessionId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UploadViaIdentity @@ -35,7 +35,7 @@ Invoke-MgBetaUploadIdentityGovernanceCatalogAccessPackageResourceRoleAccessPacka -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -425,6 +425,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaUploadIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceUploadSessionFile.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaUploadIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceUploadSessionFile.md index e3081dcac1d4e..f89c494661301 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaUploadIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceUploadSessionFile.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaUploadIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceUploadSessionFile.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/invoke-mgbetauploadidentitygovernancecatalogaccesspackageresourcescopeaccesspackageresourceaccesspackageresourceroleaccesspackageresourceuploadsessionfile Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaUploadIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceUploadSessionFile --- @@ -26,7 +26,6 @@ Invoke-MgBetaUploadIdentityGovernanceCatalogAccessPackageResourceScopeAccessPack [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UploadViaIdentity @@ -36,7 +35,7 @@ Invoke-MgBetaUploadIdentityGovernanceCatalogAccessPackageResourceScopeAccessPack -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -447,6 +446,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaUploadIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceUploadSessionFile.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaUploadIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceUploadSessionFile.md index 67c946828618a..0d153764b4ae5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaUploadIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceUploadSessionFile.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaUploadIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceUploadSessionFile.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/invoke-mgbetauploadidentitygovernancecatalogaccesspackageresourcescopeaccesspackageresourceuploadsessionfile Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaUploadIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceUploadSessionFile --- @@ -25,7 +25,7 @@ Invoke-MgBetaUploadIdentityGovernanceCatalogAccessPackageResourceScopeAccessPack -CustomDataProvidedResourceUploadSessionId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UploadViaIdentity @@ -35,7 +35,7 @@ Invoke-MgBetaUploadIdentityGovernanceCatalogAccessPackageResourceScopeAccessPack -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -425,6 +425,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaUploadIdentityGovernanceCatalogAccessPackageResourceUploadSessionFile.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaUploadIdentityGovernanceCatalogAccessPackageResourceUploadSessionFile.md index bf3eb42632417..9cbec52797f60 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaUploadIdentityGovernanceCatalogAccessPackageResourceUploadSessionFile.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaUploadIdentityGovernanceCatalogAccessPackageResourceUploadSessionFile.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/invoke-mgbetauploadidentitygovernancecatalogaccesspackageresourceuploadsessionfile Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaUploadIdentityGovernanceCatalogAccessPackageResourceUploadSessionFile --- @@ -25,7 +25,7 @@ Invoke-MgBetaUploadIdentityGovernanceCatalogAccessPackageResourceUploadSessionFi -CustomDataProvidedResourceUploadSessionId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UploadViaIdentity @@ -35,7 +35,7 @@ Invoke-MgBetaUploadIdentityGovernanceCatalogAccessPackageResourceUploadSessionFi -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -425,6 +425,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaWorkflowIdentityGovernanceLifecycleWorkflowInsightProcessedSummary.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaWorkflowIdentityGovernanceLifecycleWorkflowInsightProcessedSummary.md index 290ec3bab95cb..50c46d2c8f35a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaWorkflowIdentityGovernanceLifecycleWorkflowInsightProcessedSummary.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Invoke-MgBetaWorkflowIdentityGovernanceLifecycleWorkflowInsightProcessedSummary.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/invoke-mgbetaworkflowidentitygovernancelifecycleworkflowinsightprocessedsummary Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaWorkflowIdentityGovernanceLifecycleWorkflowInsightProcessedSummary --- @@ -28,7 +28,7 @@ Invoke-MgBetaWorkflowIdentityGovernanceLifecycleWorkflowInsightProcessedSummary -EndDateTime -StartDateTime [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### WorkflowsViaIdentity @@ -38,7 +38,7 @@ Invoke-MgBetaWorkflowIdentityGovernanceLifecycleWorkflowInsightProcessedSummary -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -377,6 +377,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Microsoft.Graph.Beta.Identity.Governance.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Microsoft.Graph.Beta.Identity.Governance.md index afc99e96476fd..27128d868f091 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Microsoft.Graph.Beta.Identity.Governance.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Microsoft.Graph.Beta.Identity.Governance.md @@ -1,6 +1,6 @@ --- Module Name: Microsoft.Graph.Beta.Identity.Governance -Module Guid: 3b139e74-850d-4828-8342-b73691ee1c32 +Module Guid: 22888fd3-8694-c97d-937c-1e8f46a163d9 Download Help Link: https://learn.microsoft.com/en-us/powershell/module/microsoft.graph.beta.identity.governance/?view=graph-powershell-beta Help Version: 1.0.0.0 Locale: en-US @@ -211,6 +211,8 @@ Microsoft Graph PowerShell Cmdlets ### [Get-MgBetaEntitlementManagementAccessPackageResourceEnvironmentCount](Get-MgBetaEntitlementManagementAccessPackageResourceEnvironmentCount.md) +### [Get-MgBetaEntitlementManagementAccessPackageResourceExternalOriginResourceConnector](Get-MgBetaEntitlementManagementAccessPackageResourceExternalOriginResourceConnector.md) + ### [Get-MgBetaEntitlementManagementAccessPackageResourceRequest](Get-MgBetaEntitlementManagementAccessPackageResourceRequest.md) ### [Get-MgBetaEntitlementManagementAccessPackageResourceRequest](Get-MgBetaEntitlementManagementAccessPackageResourceRequest.md) @@ -269,6 +271,18 @@ Microsoft Graph PowerShell Cmdlets ### [Get-MgBetaEntitlementManagementConnectedOrganizationInternalSponsorCount](Get-MgBetaEntitlementManagementConnectedOrganizationInternalSponsorCount.md) +### [Get-MgBetaEntitlementManagementControlConfiguration](Get-MgBetaEntitlementManagementControlConfiguration.md) + +### [Get-MgBetaEntitlementManagementControlConfiguration](Get-MgBetaEntitlementManagementControlConfiguration.md) + +### [Get-MgBetaEntitlementManagementControlConfigurationCount](Get-MgBetaEntitlementManagementControlConfigurationCount.md) + +### [Get-MgBetaEntitlementManagementExternalOriginResourceConnector](Get-MgBetaEntitlementManagementExternalOriginResourceConnector.md) + +### [Get-MgBetaEntitlementManagementExternalOriginResourceConnector](Get-MgBetaEntitlementManagementExternalOriginResourceConnector.md) + +### [Get-MgBetaEntitlementManagementExternalOriginResourceConnectorCount](Get-MgBetaEntitlementManagementExternalOriginResourceConnectorCount.md) + ### [Get-MgBetaEntitlementManagementSetting](Get-MgBetaEntitlementManagementSetting.md) ### [Get-MgBetaEntitlementManagementSubject](Get-MgBetaEntitlementManagementSubject.md) @@ -553,6 +567,8 @@ Microsoft Graph PowerShell Cmdlets ### [Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceEnvironment](Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceEnvironment.md) +### [Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceExternalOriginResourceConnector](Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceExternalOriginResourceConnector.md) + ### [Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceUploadSession](Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceUploadSession.md) ### [Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceUploadSession](Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceUploadSession.md) @@ -561,6 +577,8 @@ Microsoft Graph PowerShell Cmdlets ### [Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeCount](Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeCount.md) +### [Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceExternalOriginResourceConnector](Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceExternalOriginResourceConnector.md) + ### [Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceUploadSession](Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceUploadSession.md) ### [Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceUploadSession](Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceUploadSession.md) @@ -585,6 +603,8 @@ Microsoft Graph PowerShell Cmdlets ### [Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceEnvironment](Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceEnvironment.md) +### [Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceExternalOriginResourceConnector](Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceExternalOriginResourceConnector.md) + ### [Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceUploadSession](Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceUploadSession.md) ### [Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceUploadSession](Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceUploadSession.md) @@ -593,6 +613,8 @@ Microsoft Graph PowerShell Cmdlets ### [Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRoleCount](Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRoleCount.md) +### [Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceExternalOriginResourceConnector](Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceExternalOriginResourceConnector.md) + ### [Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceUploadSession](Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceUploadSession.md) ### [Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceUploadSession](Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceUploadSession.md) @@ -603,6 +625,8 @@ Microsoft Graph PowerShell Cmdlets ### [Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceCount](Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceCount.md) +### [Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceExternalOriginResourceConnector](Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceExternalOriginResourceConnector.md) + ### [Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceRole](Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceRole.md) ### [Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceRole](Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceRole.md) @@ -631,6 +655,8 @@ Microsoft Graph PowerShell Cmdlets ### [Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRoleCount](Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRoleCount.md) +### [Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceExternalOriginResourceConnector](Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceExternalOriginResourceConnector.md) + ### [Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceUploadSession](Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceUploadSession.md) ### [Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceUploadSession](Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceUploadSession.md) @@ -639,6 +665,8 @@ Microsoft Graph PowerShell Cmdlets ### [Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeCount](Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeCount.md) +### [Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceExternalOriginResourceConnector](Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceExternalOriginResourceConnector.md) + ### [Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceUploadSession](Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceUploadSession.md) ### [Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceUploadSession](Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceUploadSession.md) @@ -669,6 +697,8 @@ Microsoft Graph PowerShell Cmdlets ### [Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeCount](Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeCount.md) +### [Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceExternalOriginResourceConnector](Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceExternalOriginResourceConnector.md) + ### [Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceUploadSession](Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceUploadSession.md) ### [Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceUploadSession](Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceUploadSession.md) @@ -683,6 +713,8 @@ Microsoft Graph PowerShell Cmdlets ### [Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceScopeCount](Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceScopeCount.md) +### [Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceExternalOriginResourceConnector](Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceExternalOriginResourceConnector.md) + ### [Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceUploadSession](Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceUploadSession.md) ### [Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceUploadSession](Get-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceUploadSession.md) @@ -2293,6 +2325,10 @@ Microsoft Graph PowerShell Cmdlets ### [New-MgBetaEntitlementManagementConnectedOrganizationInternalSponsorByRef](New-MgBetaEntitlementManagementConnectedOrganizationInternalSponsorByRef.md) +### [New-MgBetaEntitlementManagementControlConfiguration](New-MgBetaEntitlementManagementControlConfiguration.md) + +### [New-MgBetaEntitlementManagementExternalOriginResourceConnector](New-MgBetaEntitlementManagementExternalOriginResourceConnector.md) + ### [New-MgBetaEntitlementManagementSubject](New-MgBetaEntitlementManagementSubject.md) ### [New-MgBetaIdentityGovernanceAccessReviewDecision](New-MgBetaIdentityGovernanceAccessReviewDecision.md) @@ -2697,6 +2733,10 @@ Microsoft Graph PowerShell Cmdlets ### [Remove-MgBetaEntitlementManagementConnectedOrganizationInternalSponsorDirectoryObjectByRef](Remove-MgBetaEntitlementManagementConnectedOrganizationInternalSponsorDirectoryObjectByRef.md) +### [Remove-MgBetaEntitlementManagementControlConfiguration](Remove-MgBetaEntitlementManagementControlConfiguration.md) + +### [Remove-MgBetaEntitlementManagementExternalOriginResourceConnector](Remove-MgBetaEntitlementManagementExternalOriginResourceConnector.md) + ### [Remove-MgBetaEntitlementManagementSubject](Remove-MgBetaEntitlementManagementSubject.md) ### [Remove-MgBetaEntitlementManagementSubjectByObjectId](Remove-MgBetaEntitlementManagementSubjectByObjectId.md) @@ -3179,6 +3219,8 @@ Microsoft Graph PowerShell Cmdlets ### [Set-MgBetaEntitlementManagementAccessPackageAssignmentPolicy](Set-MgBetaEntitlementManagementAccessPackageAssignmentPolicy.md) +### [Set-MgBetaEntitlementManagementControlConfiguration](Set-MgBetaEntitlementManagementControlConfiguration.md) + ### [Set-MgBetaIdentityGovernanceAccessReviewDefinition](Set-MgBetaIdentityGovernanceAccessReviewDefinition.md) ### [Stop-MgBetaAccessReview](Stop-MgBetaAccessReview.md) @@ -3311,6 +3353,8 @@ Microsoft Graph PowerShell Cmdlets ### [Update-MgBetaEntitlementManagementConnectedOrganization](Update-MgBetaEntitlementManagementConnectedOrganization.md) +### [Update-MgBetaEntitlementManagementExternalOriginResourceConnector](Update-MgBetaEntitlementManagementExternalOriginResourceConnector.md) + ### [Update-MgBetaEntitlementManagementSetting](Update-MgBetaEntitlementManagementSetting.md) ### [Update-MgBetaEntitlementManagementSubject](Update-MgBetaEntitlementManagementSubject.md) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Move-MgBetaEntitlementManagementAccessPackageToCatalog.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Move-MgBetaEntitlementManagementAccessPackageToCatalog.md index 1387683905397..dbdb193165840 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Move-MgBetaEntitlementManagementAccessPackageToCatalog.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Move-MgBetaEntitlementManagementAccessPackageToCatalog.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/move-mgbetaentitlementmanagementaccesspackagetocatalog Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Move-MgBetaEntitlementManagementAccessPackageToCatalog --- @@ -26,7 +26,6 @@ Move-MgBetaEntitlementManagementAccessPackageToCatalog -AccessPackageId [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Move @@ -37,7 +36,6 @@ Move-MgBetaEntitlementManagementAccessPackageToCatalog -AccessPackageId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### MoveViaIdentityExpanded @@ -48,7 +46,6 @@ Move-MgBetaEntitlementManagementAccessPackageToCatalog -InputObject ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### MoveViaIdentity @@ -59,7 +56,6 @@ Move-MgBetaEntitlementManagementAccessPackageToCatalog -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -556,6 +552,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaAccessReview.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaAccessReview.md index 71f1c9f9b0d9f..239a5675c0098 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaAccessReview.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaAccessReview.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetaaccessreview Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaAccessReview --- @@ -32,7 +32,7 @@ New-MgBetaAccessReview [-ResponseHeadersVariable ] [-AdditionalPropertie [-Settings ] [-StartDateTime ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -42,7 +42,6 @@ New-MgBetaAccessReview -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaAccessReviewDecision.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaAccessReviewDecision.md index 649406ada70a0..fd06b65b62138 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaAccessReviewDecision.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaAccessReviewDecision.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetaaccessreviewdecision Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaAccessReviewDecision --- @@ -27,7 +27,7 @@ New-MgBetaAccessReviewDecision -AccessReviewId [-ResponseHeadersVariabl [-ReviewedBy ] [-ReviewedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -40,7 +40,7 @@ New-MgBetaAccessReviewDecision -InputObject [-Acce [-ReviewResult ] [-ReviewedBy ] [-ReviewedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -50,7 +50,7 @@ New-MgBetaAccessReviewDecision -AccessReviewId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -60,7 +60,7 @@ New-MgBetaAccessReviewDecision -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -784,6 +784,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaAccessReviewInstance.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaAccessReviewInstance.md index 230da31004c39..206d7c05787fc 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaAccessReviewInstance.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaAccessReviewInstance.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetaaccessreviewinstance Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaAccessReviewInstance --- @@ -30,7 +30,7 @@ New-MgBetaAccessReviewInstance -AccessReviewId [-ResponseHeadersVariabl [-Settings ] [-StartDateTime ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -40,7 +40,6 @@ New-MgBetaAccessReviewInstance -AccessReviewId -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -57,7 +56,7 @@ New-MgBetaAccessReviewInstance -InputObject [-Settings ] [-StartDateTime ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -67,7 +66,7 @@ New-MgBetaAccessReviewInstance -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -1025,6 +1024,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaAccessReviewInstanceDecision.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaAccessReviewInstanceDecision.md index 03d73bfc8bd2b..0bd548bb81b53 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaAccessReviewInstanceDecision.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaAccessReviewInstanceDecision.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetaaccessreviewinstancedecision Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaAccessReviewInstanceDecision --- @@ -27,7 +27,7 @@ New-MgBetaAccessReviewInstanceDecision -AccessReviewId -AccessReviewId1 [-ReviewResult ] [-ReviewedBy ] [-ReviewedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -40,7 +40,7 @@ New-MgBetaAccessReviewInstanceDecision -InputObject ] [-ReviewedBy ] [-ReviewedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -50,7 +50,7 @@ New-MgBetaAccessReviewInstanceDecision -AccessReviewId -AccessReviewId1 -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -60,7 +60,7 @@ New-MgBetaAccessReviewInstanceDecision -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -811,6 +811,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaAccessReviewInstanceMyDecision.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaAccessReviewInstanceMyDecision.md index adb61bb90f63b..e6c9118f9a7d1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaAccessReviewInstanceMyDecision.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaAccessReviewInstanceMyDecision.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetaaccessreviewinstancemydecision Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaAccessReviewInstanceMyDecision --- @@ -27,7 +27,7 @@ New-MgBetaAccessReviewInstanceMyDecision -AccessReviewId -AccessReviewI [-ReviewResult ] [-ReviewedBy ] [-ReviewedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -40,7 +40,7 @@ New-MgBetaAccessReviewInstanceMyDecision -InputObject ] [-ReviewedBy ] [-ReviewedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -50,7 +50,7 @@ New-MgBetaAccessReviewInstanceMyDecision -AccessReviewId -AccessReviewI -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -60,7 +60,7 @@ New-MgBetaAccessReviewInstanceMyDecision -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -811,6 +811,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaAccessReviewInstanceReviewer.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaAccessReviewInstanceReviewer.md index 8cda88b1eb024..a83c0fa2bc25b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaAccessReviewInstanceReviewer.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaAccessReviewInstanceReviewer.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetaaccessreviewinstancereviewer Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaAccessReviewInstanceReviewer --- @@ -25,7 +25,7 @@ New-MgBetaAccessReviewInstanceReviewer -AccessReviewId -AccessReviewId1 [-CreatedDateTime ] [-DisplayName ] [-Id ] [-UserPrincipalName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -35,7 +35,7 @@ New-MgBetaAccessReviewInstanceReviewer -AccessReviewId -AccessReviewId1 -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -46,7 +46,7 @@ New-MgBetaAccessReviewInstanceReviewer -InputObject ] [-DisplayName ] [-Id ] [-UserPrincipalName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -56,7 +56,7 @@ New-MgBetaAccessReviewInstanceReviewer -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -619,6 +619,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaAccessReviewMyDecision.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaAccessReviewMyDecision.md index 821a160a8d0e5..8482498bbb80a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaAccessReviewMyDecision.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaAccessReviewMyDecision.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetaaccessreviewmydecision Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaAccessReviewMyDecision --- @@ -27,7 +27,7 @@ New-MgBetaAccessReviewMyDecision -AccessReviewId [-ResponseHeadersVaria [-ReviewedBy ] [-ReviewedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -40,7 +40,7 @@ New-MgBetaAccessReviewMyDecision -InputObject [-ReviewResult ] [-ReviewedBy ] [-ReviewedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -50,7 +50,7 @@ New-MgBetaAccessReviewMyDecision -AccessReviewId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -60,7 +60,7 @@ New-MgBetaAccessReviewMyDecision -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -784,6 +784,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaAccessReviewReviewer.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaAccessReviewReviewer.md index 65587ff650060..a0a0618f07bcb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaAccessReviewReviewer.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaAccessReviewReviewer.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetaaccessreviewreviewer Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaAccessReviewReviewer --- @@ -27,7 +27,6 @@ New-MgBetaAccessReviewReviewer -AccessReviewId [-ResponseHeadersVariabl [-Id ] [-UserPrincipalName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -37,7 +36,7 @@ New-MgBetaAccessReviewReviewer -AccessReviewId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -48,7 +47,7 @@ New-MgBetaAccessReviewReviewer -InputObject [-CreatedDateTime ] [-DisplayName ] [-Id ] [-UserPrincipalName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -58,7 +57,7 @@ New-MgBetaAccessReviewReviewer -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -621,6 +620,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaAgreement.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaAgreement.md index 220e208cc3bda..7e96ef1ac821c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaAgreement.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaAgreement.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetaagreement Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaAgreement --- @@ -31,7 +31,7 @@ New-MgBetaAgreement [-ResponseHeadersVariable ] [-TermsExpiration ] [-UserReacceptRequiredFrequency ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -40,7 +40,7 @@ New-MgBetaAgreement [-ResponseHeadersVariable ] New-MgBetaAgreement -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.Governance/New-MgBetaAgreementAcceptance.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaAgreementAcceptance.md index 84cc449d93135..22f4d50aac2b4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaAgreementAcceptance.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaAgreementAcceptance.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetaagreementacceptance Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaAgreementAcceptance --- @@ -31,7 +31,6 @@ New-MgBetaAgreementAcceptance -AgreementId [-ResponseHeadersVariable ] [-UserPrincipalName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -45,7 +44,6 @@ New-MgBetaAgreementAcceptance -InputObject [-Agree [-UserId ] [-UserPrincipalName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -55,7 +53,7 @@ New-MgBetaAgreementAcceptance -AgreementId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -65,7 +63,7 @@ New-MgBetaAgreementAcceptance -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -895,6 +893,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaAgreementFile.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaAgreementFile.md index a6351fc3ddb4e..16fcb7a4085f1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaAgreementFile.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaAgreementFile.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetaagreementfile Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaAgreementFile --- @@ -29,7 +29,7 @@ New-MgBetaAgreementFile -AgreementId [-ResponseHeadersVariable [-IsMajorVersion] [-Language ] [-Versions ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -39,7 +39,7 @@ New-MgBetaAgreementFile -AgreementId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -52,7 +52,7 @@ New-MgBetaAgreementFile -InputObject [-IsMajorVersion] [-Language ] [-Versions ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -62,7 +62,7 @@ New-MgBetaAgreementFile -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -796,6 +796,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaAgreementFileLocalization.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaAgreementFileLocalization.md index e025c88dcc5dd..598eb84da8b67 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaAgreementFileLocalization.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaAgreementFileLocalization.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetaagreementfilelocalization Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaAgreementFileLocalization --- @@ -29,7 +29,7 @@ New-MgBetaAgreementFileLocalization -AgreementId [-ResponseHeadersVaria [-IsMajorVersion] [-Language ] [-Versions ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -39,7 +39,7 @@ New-MgBetaAgreementFileLocalization -AgreementId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -52,7 +52,7 @@ New-MgBetaAgreementFileLocalization -InputObject [-IsMajorVersion] [-Language ] [-Versions ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -62,7 +62,7 @@ New-MgBetaAgreementFileLocalization -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -796,6 +796,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaAgreementFileLocalizationVersion.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaAgreementFileLocalizationVersion.md index 98698b5589836..ee4e4825c6121 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaAgreementFileLocalizationVersion.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaAgreementFileLocalizationVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetaagreementfilelocalizationversion Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaAgreementFileLocalizationVersion --- @@ -30,7 +30,6 @@ New-MgBetaAgreementFileLocalizationVersion -AgreementFileLocalizationId [-IsMajorVersion] [-Language ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -40,7 +39,7 @@ New-MgBetaAgreementFileLocalizationVersion -AgreementFileLocalizationId -AgreementId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -53,7 +52,6 @@ New-MgBetaAgreementFileLocalizationVersion -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -63,7 +61,6 @@ New-MgBetaAgreementFileLocalizationVersion -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -744,6 +741,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaAgreementFileVersion.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaAgreementFileVersion.md index e18b4cc1f4815..7993b761e343a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaAgreementFileVersion.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaAgreementFileVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetaagreementfileversion Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaAgreementFileVersion --- @@ -30,7 +30,6 @@ New-MgBetaAgreementFileVersion -AgreementFileLocalizationId -AgreementI [-IsMajorVersion] [-Language ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -40,7 +39,6 @@ New-MgBetaAgreementFileVersion -AgreementFileLocalizationId -AgreementI -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -53,7 +51,6 @@ New-MgBetaAgreementFileVersion -InputObject [-IsMajorVersion] [-Language ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -63,7 +60,6 @@ New-MgBetaAgreementFileVersion -InputObject -BodyP [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -744,6 +740,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaBusinessFlowTemplate.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaBusinessFlowTemplate.md index 174c658ddbdd2..69baf8415cb8a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaBusinessFlowTemplate.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaBusinessFlowTemplate.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetabusinessflowtemplate Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaBusinessFlowTemplate --- @@ -24,7 +24,7 @@ New-MgBetaBusinessFlowTemplate [-ResponseHeadersVariable ] [-AdditionalProperties ] [-DisplayName ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -34,7 +34,6 @@ New-MgBetaBusinessFlowTemplate -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaEntitlementManagementAccessPackage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaEntitlementManagementAccessPackage.md index 005a0bb7ad649..9c4c3b1425d6b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaEntitlementManagementAccessPackage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaEntitlementManagementAccessPackage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetaentitlementmanagementaccesspackage Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaEntitlementManagementAccessPackage --- @@ -37,7 +37,7 @@ New-MgBetaEntitlementManagementAccessPackage [-ResponseHeadersVariable ] [-ModifiedBy ] [-ModifiedDateTime ] [-UniqueName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -47,7 +47,6 @@ New-MgBetaEntitlementManagementAccessPackage -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -1308,16 +1307,59 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. [UsageRights ]: [Id ]: The unique identifier for an entity. Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. @@ -1792,6 +1834,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -3424,7 +3523,22 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [AssignmentErrors ]: + [Id ]: The unique identifier for an entity. +Read-only. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [Assignments ]: [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -9690,7 +9804,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -10419,16 +10536,59 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. [UsageRights ]: [Id ]: The unique identifier for an entity. Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. @@ -10903,6 +11063,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -12535,7 +12752,22 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [AssignmentErrors ]: + [Id ]: The unique identifier for an entity. +Read-only. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [Assignments ]: [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -18801,7 +19033,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -19595,16 +19830,59 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. [UsageRights ]: [Id ]: The unique identifier for an entity. Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. @@ -20079,6 +20357,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -21711,7 +22046,22 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [AssignmentErrors ]: + [Id ]: The unique identifier for an entity. +Read-only. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [Assignments ]: [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -27977,7 +28327,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -28633,16 +28986,59 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. [UsageRights ]: [Id ]: The unique identifier for an entity. Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. @@ -29117,6 +29513,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -30749,7 +31202,22 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [AssignmentErrors ]: + [Id ]: The unique identifier for an entity. +Read-only. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [Assignments ]: [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -37015,7 +37483,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -37670,16 +38141,59 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. [UsageRights ]: [Id ]: The unique identifier for an entity. Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. @@ -38154,6 +38668,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -39786,7 +40357,22 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [AssignmentErrors ]: + [Id ]: The unique identifier for an entity. +Read-only. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [Assignments ]: [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -46052,7 +46638,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -46416,16 +47005,59 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. [UsageRights ]: [Id ]: The unique identifier for an entity. Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. @@ -46900,6 +47532,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -48532,7 +49221,22 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [AssignmentErrors ]: + [Id ]: The unique identifier for an entity. +Read-only. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [Assignments ]: [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -54798,7 +55502,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaEntitlementManagementAccessPackageAssignmentPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaEntitlementManagementAccessPackageAssignmentPolicy.md index 2113669ca4bb8..fab123157b260 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaEntitlementManagementAccessPackageAssignmentPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaEntitlementManagementAccessPackageAssignmentPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetaentitlementmanagementaccesspackageassignmentpolicy Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaEntitlementManagementAccessPackageAssignmentPolicy --- @@ -39,7 +39,7 @@ New-MgBetaEntitlementManagementAccessPackageAssignmentPolicy [-ResponseHeadersVa [-VerifiableCredentialSettings ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -49,7 +49,7 @@ New-MgBetaEntitlementManagementAccessPackageAssignmentPolicy -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -1836,16 +1836,59 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. [UsageRights ]: [Id ]: The unique identifier for an entity. Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. @@ -2320,6 +2363,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -3952,7 +4052,22 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [AssignmentErrors ]: + [Id ]: The unique identifier for an entity. +Read-only. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [Assignments ]: [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -10218,7 +10333,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -10856,16 +10974,59 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. [UsageRights ]: [Id ]: The unique identifier for an entity. Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. @@ -11340,6 +11501,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -12972,7 +13190,22 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [AssignmentErrors ]: + [Id ]: The unique identifier for an entity. +Read-only. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [Assignments ]: [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -19238,7 +19471,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -19842,16 +20078,59 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. [UsageRights ]: [Id ]: The unique identifier for an entity. Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. @@ -20326,6 +20605,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -21958,7 +22294,22 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [AssignmentErrors ]: + [Id ]: The unique identifier for an entity. +Read-only. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [Assignments ]: [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -28224,7 +28575,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionHandler.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionHandler.md index f06cc754863f2..fc7f90e3083b9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionHandler.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionHandler.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetaentitlementmanagementaccesspackageassignmentpolicycustomextensionhandler Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionHandler --- @@ -26,7 +26,7 @@ New-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionHandl [-CustomExtension ] [-Id ] [-Stage ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -37,7 +37,6 @@ New-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionHandl [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -49,7 +48,7 @@ New-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionHandl [-CustomExtension ] [-Id ] [-Stage ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -60,7 +59,6 @@ New-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionHandl [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -617,6 +615,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionStageSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionStageSetting.md index 131e542eca2b5..2581b6e52ceb9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionStageSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionStageSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetaentitlementmanagementaccesspackageassignmentpolicycustomextensionstagesetting Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionStageSetting --- @@ -26,7 +26,6 @@ New-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionStage [-Id ] [-Stage ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -37,7 +36,7 @@ New-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionStage -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -49,7 +48,6 @@ New-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionStage [-Id ] [-Stage ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -60,7 +58,7 @@ New-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionStage -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -605,6 +603,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaEntitlementManagementAccessPackageAssignmentRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaEntitlementManagementAccessPackageAssignmentRequest.md index 0fe24bf7a61fc..cd431d9ce6bef 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaEntitlementManagementAccessPackageAssignmentRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaEntitlementManagementAccessPackageAssignmentRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetaentitlementmanagementaccesspackageassignmentrequest Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaEntitlementManagementAccessPackageAssignmentRequest --- @@ -26,7 +26,6 @@ New-MgBetaEntitlementManagementAccessPackageAssignmentRequest -AccessPackageId < [-Justification ] [-RequestType ] [-StartDate ] [-Break] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -36,7 +35,7 @@ New-MgBetaEntitlementManagementAccessPackageAssignmentRequest -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateExpanded @@ -56,7 +55,7 @@ New-MgBetaEntitlementManagementAccessPackageAssignmentRequest [-ResponseHeadersV [-VerifiedCredentialsData ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateRequestAdminAddExternal @@ -67,7 +66,7 @@ New-MgBetaEntitlementManagementAccessPackageAssignmentRequest -AccessPackageId < [-Answers ] [-Justification ] [-RequestType ] [-StartDate ] [-Break] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateRequestAdminRemove @@ -76,7 +75,7 @@ New-MgBetaEntitlementManagementAccessPackageAssignmentRequest -AccessPackageId < New-MgBetaEntitlementManagementAccessPackageAssignmentRequest -AccessPackageAssignmentId [-Justification ] [-RequestType ] [-Break] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -775,7 +774,7 @@ HelpMessage: '' ### -RequestType -One of UserAdd, UserExtend, UserUpdate, UserRemove, AdminAdd, AdminRemove, or SystemRemove. +One of UserAdd, UserExtend, UserUpdate, UserRemove, AdminAdd, AdminRemove, ApproverRemove, or SystemRemove. A request from the user has a requestType of UserAdd, UserUpdate, or UserRemove. Read-only. @@ -1645,16 +1644,59 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. [UsageRights ]: [Id ]: The unique identifier for an entity. Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. @@ -2129,6 +2171,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -3761,7 +3860,22 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [AssignmentErrors ]: + [Id ]: The unique identifier for an entity. +Read-only. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [Assignments ]: [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -10027,7 +10141,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -10687,16 +10804,59 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. [UsageRights ]: [Id ]: The unique identifier for an entity. Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. @@ -11171,6 +11331,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -12803,7 +13020,22 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [AssignmentErrors ]: + [Id ]: The unique identifier for an entity. +Read-only. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [Assignments ]: [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -19069,7 +19301,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -19132,7 +19367,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. [RequestStatus ]: More information on the request processing status. Read-only. - [RequestType ]: One of UserAdd, UserExtend, UserUpdate, UserRemove, AdminAdd, AdminRemove, or SystemRemove. + [RequestType ]: One of UserAdd, UserExtend, UserUpdate, UserRemove, AdminAdd, AdminRemove, ApproverRemove, or SystemRemove. A request from the user has a requestType of UserAdd, UserUpdate, or UserRemove. Read-only. [Requestor ]: accessPackageSubject @@ -19895,16 +20130,59 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. [UsageRights ]: [Id ]: The unique identifier for an entity. Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. @@ -20379,6 +20657,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -22011,7 +22346,22 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [AssignmentErrors ]: + [Id ]: The unique identifier for an entity. +Read-only. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [Assignments ]: [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -28277,7 +28627,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -28432,7 +28785,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. [RequestStatus ]: More information on the request processing status. Read-only. - [RequestType ]: One of UserAdd, UserExtend, UserUpdate, UserRemove, AdminAdd, AdminRemove, or SystemRemove. + [RequestType ]: One of UserAdd, UserExtend, UserUpdate, UserRemove, AdminAdd, AdminRemove, ApproverRemove, or SystemRemove. A request from the user has a requestType of UserAdd, UserUpdate, or UserRemove. Read-only. [Requestor ]: accessPackageSubject diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaEntitlementManagementAccessPackageCatalog.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaEntitlementManagementAccessPackageCatalog.md index 455f196ce19b3..ac8e30ec75fcb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaEntitlementManagementAccessPackageCatalog.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaEntitlementManagementAccessPackageCatalog.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetaentitlementmanagementaccesspackagecatalog Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaEntitlementManagementAccessPackageCatalog --- @@ -33,7 +33,7 @@ New-MgBetaEntitlementManagementAccessPackageCatalog [-ResponseHeadersVariable ] [-ModifiedDateTime ] [-UniqueName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -43,7 +43,7 @@ New-MgBetaEntitlementManagementAccessPackageCatalog -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -1729,16 +1729,59 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. [UsageRights ]: [Id ]: The unique identifier for an entity. Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. @@ -2213,6 +2256,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -3845,7 +3945,22 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [AssignmentErrors ]: + [Id ]: The unique identifier for an entity. +Read-only. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [Assignments ]: [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -10111,7 +10226,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -10749,16 +10867,59 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. [UsageRights ]: [Id ]: The unique identifier for an entity. Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. @@ -11233,6 +11394,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -12865,7 +13083,22 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [AssignmentErrors ]: + [Id ]: The unique identifier for an entity. +Read-only. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [Assignments ]: [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -19131,7 +19364,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageCustomWorkflowExtension.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageCustomWorkflowExtension.md index 50e994b45bdea..501ce7b0166f5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageCustomWorkflowExtension.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageCustomWorkflowExtension.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetaentitlementmanagementaccesspackagecatalogaccesspackagecustomworkflowextension Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageCustomWorkflowExtension --- @@ -27,7 +27,7 @@ New-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageCustomWorkflowEx [-DisplayName ] [-EndpointConfiguration ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -38,7 +38,6 @@ New-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageCustomWorkflowEx [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -51,7 +50,7 @@ New-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageCustomWorkflowEx [-DisplayName ] [-EndpointConfiguration ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -62,7 +61,6 @@ New-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageCustomWorkflowEx [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -681,6 +679,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaEntitlementManagementAccessPackageCatalogCustomAccessPackageWorkflowExtension.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaEntitlementManagementAccessPackageCatalogCustomAccessPackageWorkflowExtension.md index 07ae80e7ade8a..efc2167ea7cca 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaEntitlementManagementAccessPackageCatalogCustomAccessPackageWorkflowExtension.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaEntitlementManagementAccessPackageCatalogCustomAccessPackageWorkflowExtension.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetaentitlementmanagementaccesspackagecatalogcustomaccesspackageworkflowextension Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaEntitlementManagementAccessPackageCatalogCustomAccessPackageWorkflowExtension --- @@ -28,7 +28,7 @@ New-MgBetaEntitlementManagementAccessPackageCatalogCustomAccessPackageWorkflowEx [-EndpointConfiguration ] [-Id ] [-LastModifiedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -40,7 +40,6 @@ New-MgBetaEntitlementManagementAccessPackageCatalogCustomAccessPackageWorkflowEx [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -54,7 +53,7 @@ New-MgBetaEntitlementManagementAccessPackageCatalogCustomAccessPackageWorkflowEx [-EndpointConfiguration ] [-Id ] [-LastModifiedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -66,7 +65,6 @@ New-MgBetaEntitlementManagementAccessPackageCatalogCustomAccessPackageWorkflowEx [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -769,6 +767,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaEntitlementManagementAccessPackageIncompatibleAccessPackageByRef.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaEntitlementManagementAccessPackageIncompatibleAccessPackageByRef.md index 424fef8042062..dbdfafc933b72 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaEntitlementManagementAccessPackageIncompatibleAccessPackageByRef.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaEntitlementManagementAccessPackageIncompatibleAccessPackageByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetaentitlementmanagementaccesspackageincompatibleaccesspackagebyref Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaEntitlementManagementAccessPackageIncompatibleAccessPackageByRef --- @@ -28,7 +28,6 @@ New-MgBetaEntitlementManagementAccessPackageIncompatibleAccessPackageByRef -Acce [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -39,7 +38,6 @@ New-MgBetaEntitlementManagementAccessPackageIncompatibleAccessPackageByRef -Acce [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -50,7 +48,6 @@ New-MgBetaEntitlementManagementAccessPackageIncompatibleAccessPackageByRef [-AdditionalProperties ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -61,7 +58,6 @@ New-MgBetaEntitlementManagementAccessPackageIncompatibleAccessPackageByRef [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -559,6 +555,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaEntitlementManagementAccessPackageIncompatibleGroupByRef.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaEntitlementManagementAccessPackageIncompatibleGroupByRef.md index ecf0aa45d4db3..b24793fda9257 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaEntitlementManagementAccessPackageIncompatibleGroupByRef.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaEntitlementManagementAccessPackageIncompatibleGroupByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetaentitlementmanagementaccesspackageincompatiblegroupbyref Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaEntitlementManagementAccessPackageIncompatibleGroupByRef --- @@ -28,7 +28,6 @@ New-MgBetaEntitlementManagementAccessPackageIncompatibleGroupByRef -AccessPackag [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -39,7 +38,6 @@ New-MgBetaEntitlementManagementAccessPackageIncompatibleGroupByRef -AccessPackag [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -50,7 +48,6 @@ New-MgBetaEntitlementManagementAccessPackageIncompatibleGroupByRef [-AdditionalProperties ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -61,7 +58,6 @@ New-MgBetaEntitlementManagementAccessPackageIncompatibleGroupByRef [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -559,6 +555,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaEntitlementManagementAccessPackageResourceRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaEntitlementManagementAccessPackageResourceRequest.md index b490745681231..05fff8c13cff3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaEntitlementManagementAccessPackageResourceRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaEntitlementManagementAccessPackageResourceRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetaentitlementmanagementaccesspackageresourcerequest Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaEntitlementManagementAccessPackageResourceRequest --- @@ -28,7 +28,7 @@ New-MgBetaEntitlementManagementAccessPackageResourceRequest [-ResponseHeadersVar [-RequestType ] [-Requestor ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -38,7 +38,7 @@ New-MgBetaEntitlementManagementAccessPackageResourceRequest -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.Governance/New-MgBetaEntitlementManagementAccessPackageResourceRoleScope.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaEntitlementManagementAccessPackageResourceRoleScope.md index a0db7a4ab9824..4091b6a158fb4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaEntitlementManagementAccessPackageResourceRoleScope.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaEntitlementManagementAccessPackageResourceRoleScope.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetaentitlementmanagementaccesspackageresourcerolescope Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaEntitlementManagementAccessPackageResourceRoleScope --- @@ -33,7 +33,7 @@ New-MgBetaEntitlementManagementAccessPackageResourceRoleScope -AccessPackageId < [-Id ] [-ModifiedBy ] [-ModifiedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -43,7 +43,7 @@ New-MgBetaEntitlementManagementAccessPackageResourceRoleScope -AccessPackageId < -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -57,7 +57,7 @@ New-MgBetaEntitlementManagementAccessPackageResourceRoleScope [-Id ] [-ModifiedBy ] [-ModifiedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -68,7 +68,7 @@ New-MgBetaEntitlementManagementAccessPackageResourceRoleScope -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -1077,6 +1077,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaEntitlementManagementAccessPackageResourceUploadSession.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaEntitlementManagementAccessPackageResourceUploadSession.md index 8bb96af21d3eb..c9adf96da2648 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaEntitlementManagementAccessPackageResourceUploadSession.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaEntitlementManagementAccessPackageResourceUploadSession.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetaentitlementmanagementaccesspackageresourceuploadsession Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaEntitlementManagementAccessPackageResourceUploadSession --- @@ -26,7 +26,7 @@ New-MgBetaEntitlementManagementAccessPackageResourceUploadSession -AccessPackage [-Stats ] [-Status ] [-Type ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -37,7 +37,6 @@ New-MgBetaEntitlementManagementAccessPackageResourceUploadSession -AccessPackage [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -50,7 +49,7 @@ New-MgBetaEntitlementManagementAccessPackageResourceUploadSession [-Stats ] [-Status ] [-Type ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -62,7 +61,6 @@ New-MgBetaEntitlementManagementAccessPackageResourceUploadSession [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -721,6 +719,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaEntitlementManagementAccessPackageSuggestion.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaEntitlementManagementAccessPackageSuggestion.md index 8430d04b2b247..a2b303fc6a864 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaEntitlementManagementAccessPackageSuggestion.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaEntitlementManagementAccessPackageSuggestion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetaentitlementmanagementaccesspackagesuggestion Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaEntitlementManagementAccessPackageSuggestion --- @@ -25,7 +25,7 @@ New-MgBetaEntitlementManagementAccessPackageSuggestion [-ResponseHeadersVariable [-Id ] [-Reasons ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -35,7 +35,7 @@ New-MgBetaEntitlementManagementAccessPackageSuggestion -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.Governance/New-MgBetaEntitlementManagementAssignmentRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaEntitlementManagementAssignmentRequest.md index 1eee80d31db17..e2055760ed388 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaEntitlementManagementAssignmentRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaEntitlementManagementAssignmentRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetaentitlementmanagementassignmentrequest Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaEntitlementManagementAssignmentRequest --- @@ -38,7 +38,7 @@ New-MgBetaEntitlementManagementAssignmentRequest [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -48,7 +48,7 @@ New-MgBetaEntitlementManagementAssignmentRequest -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -804,7 +804,7 @@ HelpMessage: '' ### -RequestType -One of UserAdd, UserExtend, UserUpdate, UserRemove, AdminAdd, AdminRemove, or SystemRemove. +One of UserAdd, UserExtend, UserUpdate, UserRemove, AdminAdd, AdminRemove, ApproverRemove, or SystemRemove. A request from the user has a requestType of UserAdd, UserUpdate, or UserRemove. Read-only. @@ -1581,16 +1581,59 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. [UsageRights ]: [Id ]: The unique identifier for an entity. Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. @@ -2065,6 +2108,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -3697,7 +3797,22 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [AssignmentErrors ]: + [Id ]: The unique identifier for an entity. +Read-only. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [Assignments ]: [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -9963,7 +10078,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -10623,16 +10741,59 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. [UsageRights ]: [Id ]: The unique identifier for an entity. Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. @@ -11107,6 +11268,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -12739,7 +12957,22 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [AssignmentErrors ]: + [Id ]: The unique identifier for an entity. +Read-only. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [Assignments ]: [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -19005,7 +19238,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -19068,7 +19304,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. [RequestStatus ]: More information on the request processing status. Read-only. - [RequestType ]: One of UserAdd, UserExtend, UserUpdate, UserRemove, AdminAdd, AdminRemove, or SystemRemove. + [RequestType ]: One of UserAdd, UserExtend, UserUpdate, UserRemove, AdminAdd, AdminRemove, ApproverRemove, or SystemRemove. A request from the user has a requestType of UserAdd, UserUpdate, or UserRemove. Read-only. [Requestor ]: accessPackageSubject @@ -19831,16 +20067,59 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. [UsageRights ]: [Id ]: The unique identifier for an entity. Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. @@ -20315,6 +20594,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -21947,7 +22283,22 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [AssignmentErrors ]: + [Id ]: The unique identifier for an entity. +Read-only. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [Assignments ]: [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -28213,7 +28564,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -28368,7 +28722,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. [RequestStatus ]: More information on the request processing status. Read-only. - [RequestType ]: One of UserAdd, UserExtend, UserUpdate, UserRemove, AdminAdd, AdminRemove, or SystemRemove. + [RequestType ]: One of UserAdd, UserExtend, UserUpdate, UserRemove, AdminAdd, AdminRemove, ApproverRemove, or SystemRemove. A request from the user has a requestType of UserAdd, UserUpdate, or UserRemove. Read-only. [Requestor ]: accessPackageSubject diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaEntitlementManagementAvailableAccessPackage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaEntitlementManagementAvailableAccessPackage.md index 217465d429cec..5b05bac322db1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaEntitlementManagementAvailableAccessPackage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaEntitlementManagementAvailableAccessPackage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetaentitlementmanagementavailableaccesspackage Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaEntitlementManagementAvailableAccessPackage --- @@ -25,7 +25,7 @@ New-MgBetaEntitlementManagementAvailableAccessPackage [-ResponseHeadersVariable [-ResourceRoleScopes ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -35,7 +35,7 @@ New-MgBetaEntitlementManagementAvailableAccessPackage -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.Governance/New-MgBetaEntitlementManagementConnectedOrganization.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaEntitlementManagementConnectedOrganization.md index fce1c5563a36d..d965ab25442a3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaEntitlementManagementConnectedOrganization.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaEntitlementManagementConnectedOrganization.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetaentitlementmanagementconnectedorganization Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaEntitlementManagementConnectedOrganization --- @@ -26,7 +26,7 @@ Create a new connectedOrganization object. New-MgBetaEntitlementManagementConnectedOrganization -DomainName [-Description ] [-DisplayName ] [-State ] [-Break] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -36,7 +36,7 @@ New-MgBetaEntitlementManagementConnectedOrganization -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateExpanded @@ -51,7 +51,6 @@ New-MgBetaEntitlementManagementConnectedOrganization [-ResponseHeadersVariable < [-ModifiedDateTime ] [-State ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaEntitlementManagementConnectedOrganizationExternalSponsorByRef.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaEntitlementManagementConnectedOrganizationExternalSponsorByRef.md index 10b514ed19f07..6f11d157e8297 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaEntitlementManagementConnectedOrganizationExternalSponsorByRef.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaEntitlementManagementConnectedOrganizationExternalSponsorByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetaentitlementmanagementconnectedorganizationexternalsponsorbyref Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaEntitlementManagementConnectedOrganizationExternalSponsorByRef --- @@ -29,7 +29,6 @@ New-MgBetaEntitlementManagementConnectedOrganizationExternalSponsorByRef [-AdditionalProperties ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -40,7 +39,6 @@ New-MgBetaEntitlementManagementConnectedOrganizationExternalSponsorByRef [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -51,7 +49,6 @@ New-MgBetaEntitlementManagementConnectedOrganizationExternalSponsorByRef [-AdditionalProperties ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -62,7 +59,6 @@ New-MgBetaEntitlementManagementConnectedOrganizationExternalSponsorByRef [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -561,6 +557,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaEntitlementManagementConnectedOrganizationInternalSponsorByRef.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaEntitlementManagementConnectedOrganizationInternalSponsorByRef.md index 8eee2d4e6bdac..9dc980fd000ff 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaEntitlementManagementConnectedOrganizationInternalSponsorByRef.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaEntitlementManagementConnectedOrganizationInternalSponsorByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetaentitlementmanagementconnectedorganizationinternalsponsorbyref Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaEntitlementManagementConnectedOrganizationInternalSponsorByRef --- @@ -29,7 +29,6 @@ New-MgBetaEntitlementManagementConnectedOrganizationInternalSponsorByRef [-AdditionalProperties ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -40,7 +39,6 @@ New-MgBetaEntitlementManagementConnectedOrganizationInternalSponsorByRef [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -51,7 +49,6 @@ New-MgBetaEntitlementManagementConnectedOrganizationInternalSponsorByRef [-AdditionalProperties ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -62,7 +59,6 @@ New-MgBetaEntitlementManagementConnectedOrganizationInternalSponsorByRef [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -561,6 +557,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Update-MgBetaSolutionBackupRestoreSiteBackup.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaEntitlementManagementControlConfiguration.md similarity index 70% rename from microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Update-MgBetaSolutionBackupRestoreSiteBackup.md rename to microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaEntitlementManagementControlConfiguration.md index 24236a08a2a9c..2145b898058cb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Update-MgBetaSolutionBackupRestoreSiteBackup.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaEntitlementManagementControlConfiguration.md @@ -1,42 +1,41 @@ --- document type: cmdlet -external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml -HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/update-mgbetasolutionbackuprestoresitebackup +external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetaentitlementmanagementcontrolconfiguration Locale: en-US -Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +Module Name: Microsoft.Graph.Beta.Identity.Governance +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 -title: Update-MgBetaSolutionBackupRestoreSiteBackup +title: New-MgBetaEntitlementManagementControlConfiguration --- -# Update-MgBetaSolutionBackupRestoreSiteBackup +# New-MgBetaEntitlementManagementControlConfiguration ## SYNOPSIS -Update the navigation property allSitesBackup in solutions +Create new navigation property to controlConfigurations for identityGovernance ## SYNTAX -### UpdateExpanded (Default) +### CreateExpanded (Default) ``` -Update-MgBetaSolutionBackupRestoreSiteBackup [-ResponseHeadersVariable ] - [-ActionOnExistingPolicy ] [-AdditionalProperties ] [-Id ] - [-LastModifiedBy ] [-LastModifiedDateTime ] - [-LastRunDateTime ] [-PolicyId ] [-Status ] [-Break] +New-MgBetaEntitlementManagementControlConfiguration [-ResponseHeadersVariable ] + [-AdditionalProperties ] [-CreatedBy ] [-CreatedDateTime ] + [-Id ] [-IsEnabled] [-ModifiedBy ] [-ModifiedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` -### Update +### Create ``` -Update-MgBetaSolutionBackupRestoreSiteBackup -BodyParameter - [-ResponseHeadersVariable ] [-Break] [-Headers ] - [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] +New-MgBetaEntitlementManagementControlConfiguration + -BodyParameter [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -46,31 +45,10 @@ This cmdlet has the following aliases, ## DESCRIPTION -Update the navigation property allSitesBackup in solutions +Create new navigation property to controlConfigurations for identityGovernance ## PARAMETERS -### -ActionOnExistingPolicy - -fullServiceBackupDisableMode - -```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: '' -``` - ### -AdditionalProperties Additional Parameters @@ -81,7 +59,7 @@ DefaultValue: '' SupportsWildcards: false Aliases: [] ParameterSets: -- Name: UpdateExpanded +- Name: CreateExpanded Position: Named IsRequired: false ValueFromPipeline: false @@ -94,15 +72,16 @@ HelpMessage: '' ### -BodyParameter -allSitesBackup +controlConfiguration +To construct, see NOTES section for BODYPARAMETER properties and create a hash table. ```yaml -Type: System.Collections.Hashtable +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphControlConfiguration DefaultValue: '' SupportsWildcards: false Aliases: [] ParameterSets: -- Name: Update +- Name: Create Position: Named IsRequired: true ValueFromPipeline: true @@ -156,20 +135,20 @@ AcceptedValues: [] HelpMessage: '' ``` -### -Headers +### -CreatedBy -Optional headers that will be added to the request. +The userPrincipalName of the user or identity that created the control configuration. ```yaml -Type: System.Collections.IDictionary +Type: System.String DefaultValue: '' SupportsWildcards: false Aliases: [] ParameterSets: -- Name: (All) +- Name: CreateExpanded Position: Named IsRequired: false - ValueFromPipeline: true + ValueFromPipeline: false ValueFromPipelineByPropertyName: false ValueFromRemainingArguments: false DontShow: false @@ -177,17 +156,17 @@ AcceptedValues: [] HelpMessage: '' ``` -### -HttpPipelineAppend +### -CreatedDateTime -SendAsync Pipeline Steps to be appended to the front of the pipeline +The date and time the control configuration was created. ```yaml -Type: Microsoft.Graph.Beta.PowerShell.Runtime.SendAsyncStep[] +Type: System.DateTime DefaultValue: '' SupportsWildcards: false Aliases: [] ParameterSets: -- Name: (All) +- Name: CreateExpanded Position: Named IsRequired: false ValueFromPipeline: false @@ -198,12 +177,12 @@ AcceptedValues: [] HelpMessage: '' ``` -### -HttpPipelinePrepend +### -Headers -SendAsync Pipeline Steps to be prepended to the front of the pipeline +Optional headers that will be added to the request. ```yaml -Type: Microsoft.Graph.Beta.PowerShell.Runtime.SendAsyncStep[] +Type: System.Collections.IDictionary DefaultValue: '' SupportsWildcards: false Aliases: [] @@ -211,7 +190,7 @@ ParameterSets: - Name: (All) Position: Named IsRequired: false - ValueFromPipeline: false + ValueFromPipeline: true ValueFromPipelineByPropertyName: false ValueFromRemainingArguments: false DontShow: false @@ -219,18 +198,17 @@ AcceptedValues: [] HelpMessage: '' ``` -### -Id +### -HttpPipelineAppend -The unique identifier for an entity. -Read-only. +SendAsync Pipeline Steps to be appended to the front of the pipeline ```yaml -Type: System.String +Type: Microsoft.Graph.Beta.PowerShell.Runtime.SendAsyncStep[] DefaultValue: '' SupportsWildcards: false Aliases: [] ParameterSets: -- Name: UpdateExpanded +- Name: (All) Position: Named IsRequired: false ValueFromPipeline: false @@ -241,18 +219,17 @@ AcceptedValues: [] HelpMessage: '' ``` -### -LastModifiedBy +### -HttpPipelinePrepend -identitySet -To construct, see NOTES section for LASTMODIFIEDBY properties and create a hash table. +SendAsync Pipeline Steps to be prepended to the front of the pipeline ```yaml -Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphIdentitySet +Type: Microsoft.Graph.Beta.PowerShell.Runtime.SendAsyncStep[] DefaultValue: '' SupportsWildcards: false Aliases: [] ParameterSets: -- Name: UpdateExpanded +- Name: (All) Position: Named IsRequired: false ValueFromPipeline: false @@ -263,17 +240,18 @@ AcceptedValues: [] HelpMessage: '' ``` -### -LastModifiedDateTime - +### -Id +The unique identifier for an entity. +Read-only. ```yaml -Type: System.DateTime +Type: System.String DefaultValue: '' SupportsWildcards: false Aliases: [] ParameterSets: -- Name: UpdateExpanded +- Name: CreateExpanded Position: Named IsRequired: false ValueFromPipeline: false @@ -284,17 +262,38 @@ AcceptedValues: [] HelpMessage: '' ``` -### -LastRunDateTime +### -IsEnabled + +Determines whether or not the control configuration is enabled. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` +### -ModifiedBy +The userPrincipalName of the user or identity that modified the control configuration. ```yaml -Type: System.DateTime +Type: System.String DefaultValue: '' SupportsWildcards: false Aliases: [] ParameterSets: -- Name: UpdateExpanded +- Name: CreateExpanded Position: Named IsRequired: false ValueFromPipeline: false @@ -305,17 +304,17 @@ AcceptedValues: [] HelpMessage: '' ``` -### -PolicyId - +### -ModifiedDateTime +The date and time the control configuration was modified. ```yaml -Type: System.String +Type: System.DateTime DefaultValue: '' SupportsWildcards: false Aliases: [] ParameterSets: -- Name: UpdateExpanded +- Name: CreateExpanded Position: Named IsRequired: false ValueFromPipeline: false @@ -411,27 +410,6 @@ AcceptedValues: [] HelpMessage: '' ``` -### -Status - -fullServiceBackupStatus - -```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: '' -``` - ### -WhatIf Runs the command in a mode that only reports what would happen without performing the actions. @@ -463,7 +441,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS -### System.Collections.Hashtable +### Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphControlConfiguration {{ Fill in the Description }} @@ -473,7 +451,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphAllSitesBackup +### Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphControlConfiguration {{ Fill in the Description }} @@ -484,22 +462,20 @@ 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. -LASTMODIFIEDBY ``: identitySet +BODYPARAMETER ``: controlConfiguration [(Any) ]: This indicates any property can be added to this object. - [Application ]: identity - [(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. - [Device ]: identity - [User ]: identity + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedBy ]: The userPrincipalName of the user or identity that created the control configuration. + [CreatedDateTime ]: The date and time the control configuration was created. + [IsEnabled ]: Determines whether or not the control configuration is enabled. + [ModifiedBy ]: The userPrincipalName of the user or identity that modified the control configuration. + [ModifiedDateTime ]: The date and time the control configuration was modified. ## RELATED LINKS -- [Update-MgBetaSolutionBackupRestoreSiteBackup](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/update-mgbetasolutionbackuprestoresitebackup) +- [New-MgBetaEntitlementManagementControlConfiguration](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetaentitlementmanagementcontrolconfiguration) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Update-MgBetaSolutionBackupRestoreMailboxBackup.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaEntitlementManagementExternalOriginResourceConnector.md similarity index 66% rename from microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Update-MgBetaSolutionBackupRestoreMailboxBackup.md rename to microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaEntitlementManagementExternalOriginResourceConnector.md index 8fa5cd1d1d3fa..49569d86de450 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Update-MgBetaSolutionBackupRestoreMailboxBackup.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaEntitlementManagementExternalOriginResourceConnector.md @@ -1,42 +1,42 @@ --- document type: cmdlet -external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml -HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/update-mgbetasolutionbackuprestoremailboxbackup +external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetaentitlementmanagementexternaloriginresourceconnector Locale: en-US -Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +Module Name: Microsoft.Graph.Beta.Identity.Governance +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 -title: Update-MgBetaSolutionBackupRestoreMailboxBackup +title: New-MgBetaEntitlementManagementExternalOriginResourceConnector --- -# Update-MgBetaSolutionBackupRestoreMailboxBackup +# New-MgBetaEntitlementManagementExternalOriginResourceConnector ## SYNOPSIS -Update the navigation property allMailboxesBackup in solutions +Create new navigation property to externalOriginResourceConnectors for identityGovernance ## SYNTAX -### UpdateExpanded (Default) +### CreateExpanded (Default) ``` -Update-MgBetaSolutionBackupRestoreMailboxBackup [-ResponseHeadersVariable ] - [-ActionOnExistingPolicy ] [-AdditionalProperties ] [-Id ] - [-LastModifiedBy ] [-LastModifiedDateTime ] - [-LastRunDateTime ] [-PolicyId ] [-Status ] [-Break] - [-Headers ] [-HttpPipelineAppend ] - [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] +New-MgBetaEntitlementManagementExternalOriginResourceConnector [-ResponseHeadersVariable ] + [-AdditionalProperties ] [-ConnectionInfo ] + [-ConnectorType ] [-CreatedBy ] [-CreatedDateTime ] + [-Description ] [-DisplayName ] [-Id ] [-ModifiedBy ] + [-ModifiedDateTime ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` -### Update +### Create ``` -Update-MgBetaSolutionBackupRestoreMailboxBackup -BodyParameter - [-ResponseHeadersVariable ] [-Break] [-Headers ] - [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] +New-MgBetaEntitlementManagementExternalOriginResourceConnector + -BodyParameter [-ResponseHeadersVariable ] + [-Break] [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -46,30 +46,17 @@ This cmdlet has the following aliases, ## DESCRIPTION -Update the navigation property allMailboxesBackup in solutions - -## PARAMETERS +Create new navigation property to externalOriginResourceConnectors for identityGovernance -### -ActionOnExistingPolicy +**Permissions** -fullServiceBackupDisableMode +| Permission type | Permissions (from least to most privileged) | +| --------------- | ------------------------------------------ | +| Delegated (work or school account) | EntitlementManagement.ReadWrite.All, | +| Delegated (personal Microsoft account) | Not supported | +| Application | EntitlementManagement.ReadWrite.All, | -```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: '' -``` +## PARAMETERS ### -AdditionalProperties @@ -81,7 +68,7 @@ DefaultValue: '' SupportsWildcards: false Aliases: [] ParameterSets: -- Name: UpdateExpanded +- Name: CreateExpanded Position: Named IsRequired: false ValueFromPipeline: false @@ -94,15 +81,16 @@ HelpMessage: '' ### -BodyParameter -allMailboxesBackup +externalOriginResourceConnector +To construct, see NOTES section for BODYPARAMETER properties and create a hash table. ```yaml -Type: System.Collections.Hashtable +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphExternalOriginResourceConnector DefaultValue: '' SupportsWildcards: false Aliases: [] ParameterSets: -- Name: Update +- Name: Create Position: Named IsRequired: true ValueFromPipeline: true @@ -156,20 +144,21 @@ AcceptedValues: [] HelpMessage: '' ``` -### -Headers +### -ConnectionInfo -Optional headers that will be added to the request. +connectionInfo +To construct, see NOTES section for CONNECTIONINFO properties and create a hash table. ```yaml -Type: System.Collections.IDictionary +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphConnectionInfo DefaultValue: '' SupportsWildcards: false Aliases: [] ParameterSets: -- Name: (All) +- Name: CreateExpanded Position: Named IsRequired: false - ValueFromPipeline: true + ValueFromPipeline: false ValueFromPipelineByPropertyName: false ValueFromRemainingArguments: false DontShow: false @@ -177,17 +166,17 @@ AcceptedValues: [] HelpMessage: '' ``` -### -HttpPipelineAppend +### -ConnectorType -SendAsync Pipeline Steps to be appended to the front of the pipeline +connectorType ```yaml -Type: Microsoft.Graph.Beta.PowerShell.Runtime.SendAsyncStep[] +Type: System.String DefaultValue: '' SupportsWildcards: false Aliases: [] ParameterSets: -- Name: (All) +- Name: CreateExpanded Position: Named IsRequired: false ValueFromPipeline: false @@ -198,17 +187,17 @@ AcceptedValues: [] HelpMessage: '' ``` -### -HttpPipelinePrepend +### -CreatedBy + -SendAsync Pipeline Steps to be prepended to the front of the pipeline ```yaml -Type: Microsoft.Graph.Beta.PowerShell.Runtime.SendAsyncStep[] +Type: System.String DefaultValue: '' SupportsWildcards: false Aliases: [] ParameterSets: -- Name: (All) +- Name: CreateExpanded Position: Named IsRequired: false ValueFromPipeline: false @@ -219,10 +208,30 @@ AcceptedValues: [] HelpMessage: '' ``` -### -Id +### -CreatedDateTime + + + +```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: '' +``` + +### -Description + -The unique identifier for an entity. -Read-only. ```yaml Type: System.String @@ -230,7 +239,7 @@ DefaultValue: '' SupportsWildcards: false Aliases: [] ParameterSets: -- Name: UpdateExpanded +- Name: CreateExpanded Position: Named IsRequired: false ValueFromPipeline: false @@ -241,18 +250,17 @@ AcceptedValues: [] HelpMessage: '' ``` -### -LastModifiedBy +### -DisplayName + -identitySet -To construct, see NOTES section for LASTMODIFIEDBY properties and create a hash table. ```yaml -Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphIdentitySet +Type: System.String DefaultValue: '' SupportsWildcards: false Aliases: [] ParameterSets: -- Name: UpdateExpanded +- Name: CreateExpanded Position: Named IsRequired: false ValueFromPipeline: false @@ -263,17 +271,38 @@ AcceptedValues: [] HelpMessage: '' ``` -### -LastModifiedDateTime +### -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: System.DateTime +Type: Microsoft.Graph.Beta.PowerShell.Runtime.SendAsyncStep[] DefaultValue: '' SupportsWildcards: false Aliases: [] ParameterSets: -- Name: UpdateExpanded +- Name: (All) Position: Named IsRequired: false ValueFromPipeline: false @@ -284,17 +313,39 @@ AcceptedValues: [] HelpMessage: '' ``` -### -LastRunDateTime +### -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.DateTime +Type: System.String DefaultValue: '' SupportsWildcards: false Aliases: [] ParameterSets: -- Name: UpdateExpanded +- Name: CreateExpanded Position: Named IsRequired: false ValueFromPipeline: false @@ -305,7 +356,7 @@ AcceptedValues: [] HelpMessage: '' ``` -### -PolicyId +### -ModifiedBy @@ -315,7 +366,7 @@ DefaultValue: '' SupportsWildcards: false Aliases: [] ParameterSets: -- Name: UpdateExpanded +- Name: CreateExpanded Position: Named IsRequired: false ValueFromPipeline: false @@ -326,17 +377,17 @@ AcceptedValues: [] HelpMessage: '' ``` -### -Proxy +### -ModifiedDateTime + -The URI for the proxy server to use ```yaml -Type: System.Uri +Type: System.DateTime DefaultValue: '' SupportsWildcards: false Aliases: [] ParameterSets: -- Name: (All) +- Name: CreateExpanded Position: Named IsRequired: false ValueFromPipeline: false @@ -347,12 +398,12 @@ AcceptedValues: [] HelpMessage: '' ``` -### -ProxyCredential +### -Proxy -Credentials for a proxy server to use for the remote call +The URI for the proxy server to use ```yaml -Type: System.Management.Automation.PSCredential +Type: System.Uri DefaultValue: '' SupportsWildcards: false Aliases: [] @@ -368,13 +419,13 @@ AcceptedValues: [] HelpMessage: '' ``` -### -ProxyUseDefaultCredentials +### -ProxyCredential -Use the default credentials for the proxy +Credentials for a proxy server to use for the remote call ```yaml -Type: System.Management.Automation.SwitchParameter -DefaultValue: False +Type: System.Management.Automation.PSCredential +DefaultValue: '' SupportsWildcards: false Aliases: [] ParameterSets: @@ -389,16 +440,15 @@ AcceptedValues: [] HelpMessage: '' ``` -### -ResponseHeadersVariable +### -ProxyUseDefaultCredentials -Optional Response Headers Variable. +Use the default credentials for the proxy ```yaml -Type: System.String -DefaultValue: '' +Type: System.Management.Automation.SwitchParameter +DefaultValue: False SupportsWildcards: false -Aliases: -- RHV +Aliases: [] ParameterSets: - Name: (All) Position: Named @@ -411,17 +461,18 @@ AcceptedValues: [] HelpMessage: '' ``` -### -Status +### -ResponseHeadersVariable -fullServiceBackupStatus +Optional Response Headers Variable. ```yaml Type: System.String DefaultValue: '' SupportsWildcards: false -Aliases: [] +Aliases: +- RHV ParameterSets: -- Name: UpdateExpanded +- Name: (All) Position: Named IsRequired: false ValueFromPipeline: false @@ -463,7 +514,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS -### System.Collections.Hashtable +### Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphExternalOriginResourceConnector {{ Fill in the Description }} @@ -473,7 +524,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphAllMailboxesBackup +### Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphExternalOriginResourceConnector {{ Fill in the Description }} @@ -484,22 +535,29 @@ 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. -LASTMODIFIEDBY ``: identitySet +BODYPARAMETER ``: externalOriginResourceConnector [(Any) ]: This indicates any property can be added to this object. - [Application ]: identity + [Id ]: The unique identifier for an entity. +Read-only. + [ConnectionInfo ]: connectionInfo [(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. - [Device ]: identity - [User ]: identity + [Url ]: The endpoint that is used by Entitlement Management to communicate with the access package resource. + [ConnectorType ]: connectorType + [CreatedBy ]: + [CreatedDateTime ]: + [Description ]: + [DisplayName ]: + [ModifiedBy ]: + [ModifiedDateTime ]: + +CONNECTIONINFO ``: connectionInfo + [(Any) ]: This indicates any property can be added to this object. + [Url ]: The endpoint that is used by Entitlement Management to communicate with the access package resource. ## RELATED LINKS -- [Update-MgBetaSolutionBackupRestoreMailboxBackup](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/update-mgbetasolutionbackuprestoremailboxbackup) +- [New-MgBetaEntitlementManagementExternalOriginResourceConnector](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetaentitlementmanagementexternaloriginresourceconnector) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaEntitlementManagementSubject.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaEntitlementManagementSubject.md index 28c1f97562671..e168027e26865 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaEntitlementManagementSubject.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaEntitlementManagementSubject.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetaentitlementmanagementsubject Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaEntitlementManagementSubject --- @@ -15,6 +15,9 @@ title: New-MgBetaEntitlementManagementSubject Create new navigation property to subjects for identityGovernance +> [!NOTE] +> To view the v1.0 release of this cmdlet, view [New-MgEntitlementManagementSubject](/powershell/module/Microsoft.Graph.Identity.Governance/New-MgEntitlementManagementSubject?view=graph-powershell-1.0) + ## SYNTAX ### CreateExpanded (Default) @@ -27,7 +30,7 @@ New-MgBetaEntitlementManagementSubject [-ResponseHeadersVariable ] [-OnPremisesSecurityIdentifier ] [-PrincipalName ] [-SubjectLifecycle ] [-Type ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -37,7 +40,6 @@ New-MgBetaEntitlementManagementSubject -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceAccessReviewDecision.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceAccessReviewDecision.md index b2963436ccc1d..5686d3e000ae3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceAccessReviewDecision.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceAccessReviewDecision.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetaidentitygovernanceaccessreviewdecision Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaIdentityGovernanceAccessReviewDecision --- @@ -32,7 +32,7 @@ New-MgBetaIdentityGovernanceAccessReviewDecision [-ResponseHeadersVariable ] [-ReviewedBy ] [-ReviewedDateTime ] [-Target ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -43,7 +43,6 @@ New-MgBetaIdentityGovernanceAccessReviewDecision [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceAccessReviewDecisionInsight.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceAccessReviewDecisionInsight.md index a9d0c01463947..0f5d691e85883 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceAccessReviewDecisionInsight.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceAccessReviewDecisionInsight.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetaidentitygovernanceaccessreviewdecisioninsight Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaIdentityGovernanceAccessReviewDecisionInsight --- @@ -25,7 +25,6 @@ New-MgBetaIdentityGovernanceAccessReviewDecisionInsight -AccessReviewInstanceDec [-InsightCreatedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -35,7 +34,7 @@ New-MgBetaIdentityGovernanceAccessReviewDecisionInsight -AccessReviewInstanceDec -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -46,7 +45,6 @@ New-MgBetaIdentityGovernanceAccessReviewDecisionInsight -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -56,7 +54,7 @@ New-MgBetaIdentityGovernanceAccessReviewDecisionInsight -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -536,6 +534,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceAccessReviewDecisionInstanceContactedReviewer.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceAccessReviewDecisionInstanceContactedReviewer.md index ae3d5d348cdd4..d9331a4799475 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceAccessReviewDecisionInstanceContactedReviewer.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceAccessReviewDecisionInstanceContactedReviewer.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetaidentitygovernanceaccessreviewdecisioninstancecontactedreviewer Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaIdentityGovernanceAccessReviewDecisionInstanceContactedReviewer --- @@ -26,7 +26,6 @@ New-MgBetaIdentityGovernanceAccessReviewDecisionInstanceContactedReviewer [-Id ] [-UserPrincipalName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -37,7 +36,6 @@ New-MgBetaIdentityGovernanceAccessReviewDecisionInstanceContactedReviewer [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -49,7 +47,6 @@ New-MgBetaIdentityGovernanceAccessReviewDecisionInstanceContactedReviewer [-Id ] [-UserPrincipalName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -60,7 +57,6 @@ New-MgBetaIdentityGovernanceAccessReviewDecisionInstanceContactedReviewer [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -596,6 +592,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecision.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecision.md index 87532562d6524..ab899da05c8de 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecision.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecision.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetaidentitygovernanceaccessreviewdecisioninstancedecision Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecision --- @@ -33,7 +33,7 @@ New-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecision [-ResourceLink ] [-ReviewedBy ] [-ReviewedDateTime ] [-Target ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -45,7 +45,6 @@ New-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecision [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -64,7 +63,7 @@ New-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecision [-ResourceLink ] [-ReviewedBy ] [-ReviewedDateTime ] [-Target ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -76,7 +75,6 @@ New-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecision [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -1398,6 +1396,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecisionInsight.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecisionInsight.md index cf1352331377c..3780b37656b82 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecisionInsight.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecisionInsight.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetaidentitygovernanceaccessreviewdecisioninstancedecisioninsight Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecisionInsight --- @@ -26,7 +26,6 @@ New-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecisionInsight [-InsightCreatedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -37,7 +36,7 @@ New-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecisionInsight -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -48,7 +47,7 @@ New-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecisionInsight [-AdditionalProperties ] [-Id ] [-InsightCreatedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -59,7 +58,6 @@ New-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecisionInsight [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -566,6 +564,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStage.md index e55420c930c32..b0f549bc27c86 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetaidentitygovernanceaccessreviewdecisioninstancestage Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStage --- @@ -28,7 +28,7 @@ New-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStage [-Reviewers ] [-StartDateTime ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -39,7 +39,6 @@ New-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStage [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -53,7 +52,7 @@ New-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStage [-Reviewers ] [-StartDateTime ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -64,7 +63,6 @@ New-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStage [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -1339,6 +1337,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecision.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecision.md index 0430c9bad9b82..cf28474e3a26c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecision.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecision.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetaidentitygovernanceaccessreviewdecisioninstancestagedecision Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecision --- @@ -33,7 +33,7 @@ New-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecision [-ResourceLink ] [-ReviewedBy ] [-ReviewedDateTime ] [-Target ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -45,7 +45,6 @@ New-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecision [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -64,7 +63,7 @@ New-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecision [-ResourceLink ] [-ReviewedBy ] [-ReviewedDateTime ] [-Target ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -76,7 +75,6 @@ New-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecision [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -1425,6 +1423,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecisionInsight.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecisionInsight.md index 461db0c8ced78..50ea8c9dea1f6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecisionInsight.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecisionInsight.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetaidentitygovernanceaccessreviewdecisioninstancestagedecisioninsight Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecisionInsight --- @@ -26,7 +26,7 @@ New-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecisionInsight [-AdditionalProperties ] [-Id ] [-InsightCreatedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -38,7 +38,6 @@ New-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecisionInsight [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -49,7 +48,7 @@ New-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecisionInsight [-AdditionalProperties ] [-Id ] [-InsightCreatedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -60,7 +59,6 @@ New-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecisionInsight [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -594,6 +592,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceAccessReviewDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceAccessReviewDefinition.md index 5e074c08537ae..dbef9e1dec1b9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceAccessReviewDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceAccessReviewDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetaidentitygovernanceaccessreviewdefinition Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaIdentityGovernanceAccessReviewDefinition --- @@ -35,7 +35,7 @@ New-MgBetaIdentityGovernanceAccessReviewDefinition [-ResponseHeadersVariable ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -45,7 +45,7 @@ New-MgBetaIdentityGovernanceAccessReviewDefinition -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.Governance/New-MgBetaIdentityGovernanceAccessReviewDefinitionInstance.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceAccessReviewDefinitionInstance.md index f5fb0a5440f59..5321dde3b9707 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceAccessReviewDefinitionInstance.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceAccessReviewDefinitionInstance.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetaidentitygovernanceaccessreviewdefinitioninstance Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaIdentityGovernanceAccessReviewDefinitionInstance --- @@ -34,7 +34,7 @@ New-MgBetaIdentityGovernanceAccessReviewDefinitionInstance [-Stages ] [-StartDateTime ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -45,7 +45,6 @@ New-MgBetaIdentityGovernanceAccessReviewDefinitionInstance [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -62,7 +61,7 @@ New-MgBetaIdentityGovernanceAccessReviewDefinitionInstance [-Stages ] [-StartDateTime ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -73,7 +72,6 @@ New-MgBetaIdentityGovernanceAccessReviewDefinitionInstance [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -1828,6 +1826,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer.md index ddd3a6ede5aa7..11b2bcedd8460 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetaidentitygovernanceaccessreviewdefinitioninstancecontactedreviewer Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer --- @@ -29,7 +29,7 @@ New-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer [-CreatedDateTime ] [-DisplayName ] [-Id ] [-UserPrincipalName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -40,7 +40,7 @@ New-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -52,7 +52,6 @@ New-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer [-Id ] [-UserPrincipalName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -63,7 +62,6 @@ New-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -626,6 +624,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecision.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecision.md index db87226c9d21b..d3e5e3df0e25c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecision.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecision.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetaidentitygovernanceaccessreviewdefinitioninstancedecision Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecision --- @@ -36,7 +36,7 @@ New-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecision -AccessReview [-ResourceLink ] [-ReviewedBy ] [-ReviewedDateTime ] [-Target ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -48,7 +48,6 @@ New-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecision -AccessReview [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -67,7 +66,7 @@ New-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecision [-ResourceLink ] [-ReviewedBy ] [-ReviewedDateTime ] [-Target ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -79,7 +78,6 @@ New-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecision [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -1428,6 +1426,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight.md index 26730c88a0e0c..f897127c39dd5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetaidentitygovernanceaccessreviewdefinitioninstancedecisioninsight Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight --- @@ -29,7 +29,7 @@ New-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight [-AdditionalProperties ] [-Id ] [-InsightCreatedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -41,7 +41,6 @@ New-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -52,7 +51,7 @@ New-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight [-AdditionalProperties ] [-Id ] [-InsightCreatedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -63,7 +62,6 @@ New-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -597,6 +595,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStage.md index f25ebae739896..165a05d7fbe21 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetaidentitygovernanceaccessreviewdefinitioninstancestage Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStage --- @@ -31,7 +31,7 @@ New-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStage -AccessReviewIns [-Reviewers ] [-StartDateTime ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -42,7 +42,6 @@ New-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStage -AccessReviewIns [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -56,7 +55,7 @@ New-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStage [-Reviewers ] [-StartDateTime ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -67,7 +66,6 @@ New-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStage [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -1369,6 +1367,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecision.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecision.md index 1a998be5e474e..4da0b9ef6baac 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecision.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecision.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetaidentitygovernanceaccessreviewdefinitioninstancestagedecision Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecision --- @@ -37,7 +37,7 @@ New-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecision [-ResourceLink ] [-ReviewedBy ] [-ReviewedDateTime ] [-Target ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -49,7 +49,6 @@ New-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecision [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -68,7 +67,7 @@ New-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecision [-ResourceLink ] [-ReviewedBy ] [-ReviewedDateTime ] [-Target ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -80,7 +79,6 @@ New-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecision [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -1456,6 +1454,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight.md index 9ac5e347df322..9c6fde4d8242e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetaidentitygovernanceaccessreviewdefinitioninstancestagedecisioninsight Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight --- @@ -30,7 +30,6 @@ New-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight [-InsightCreatedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -42,7 +41,7 @@ New-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -53,7 +52,7 @@ New-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight [-AdditionalProperties ] [-Id ] [-InsightCreatedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -64,7 +63,6 @@ New-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -625,6 +623,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceAccessReviewHistoryDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceAccessReviewHistoryDefinition.md index ab391504703b7..03eafa9cfea09 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceAccessReviewHistoryDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceAccessReviewHistoryDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetaidentitygovernanceaccessreviewhistorydefinition Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaIdentityGovernanceAccessReviewHistoryDefinition --- @@ -33,7 +33,6 @@ New-MgBetaIdentityGovernanceAccessReviewHistoryDefinition [-ResponseHeadersVaria [-Scopes ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -43,7 +42,7 @@ New-MgBetaIdentityGovernanceAccessReviewHistoryDefinition -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.Governance/New-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionInstance.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionInstance.md index bd27a3ab52c85..0b8fde2d0e193 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionInstance.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionInstance.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetaidentitygovernanceaccessreviewhistorydefinitioninstance Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionInstance --- @@ -30,7 +30,7 @@ New-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionInstance [-ReviewHistoryPeriodStartDateTime ] [-RunDateTime ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -41,7 +41,7 @@ New-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionInstance -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -54,7 +54,7 @@ New-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionInstance [-ReviewHistoryPeriodStartDateTime ] [-RunDateTime ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -65,7 +65,7 @@ New-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionInstance -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -723,6 +723,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionInstanceDownloadUri.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionInstanceDownloadUri.md index 38facc1f801b9..91effa9678483 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionInstanceDownloadUri.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionInstanceDownloadUri.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetaidentitygovernanceaccessreviewhistorydefinitioninstancedownloaduri Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionInstanceDownloadUri --- @@ -30,7 +30,6 @@ New-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionInstanceDownloadUri [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### GenerateViaIdentity @@ -40,7 +39,7 @@ New-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionInstanceDownloadUri -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -432,6 +431,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceAccessReviewInstance.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceAccessReviewInstance.md index 933b656ef74b5..36bab79ed6e82 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceAccessReviewInstance.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceAccessReviewInstance.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetaidentitygovernanceaccessreviewinstance Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaIdentityGovernanceAccessReviewInstance --- @@ -30,7 +30,7 @@ New-MgBetaIdentityGovernanceAccessReviewInstance [-ResponseHeadersVariable ] [-StartDateTime ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -40,7 +40,7 @@ New-MgBetaIdentityGovernanceAccessReviewInstance -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.Governance/New-MgBetaIdentityGovernanceAccessReviewInstanceContactedReviewer.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceAccessReviewInstanceContactedReviewer.md index 04a57255382a3..f90de2eff614b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceAccessReviewInstanceContactedReviewer.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceAccessReviewInstanceContactedReviewer.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetaidentitygovernanceaccessreviewinstancecontactedreviewer Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaIdentityGovernanceAccessReviewInstanceContactedReviewer --- @@ -25,7 +25,7 @@ New-MgBetaIdentityGovernanceAccessReviewInstanceContactedReviewer -AccessReviewI [-CreatedDateTime ] [-DisplayName ] [-Id ] [-UserPrincipalName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -35,7 +35,7 @@ New-MgBetaIdentityGovernanceAccessReviewInstanceContactedReviewer -AccessReviewI -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -47,7 +47,6 @@ New-MgBetaIdentityGovernanceAccessReviewInstanceContactedReviewer [-Id ] [-UserPrincipalName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -58,7 +57,6 @@ New-MgBetaIdentityGovernanceAccessReviewInstanceContactedReviewer [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -594,6 +592,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceAccessReviewInstanceDecision.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceAccessReviewInstanceDecision.md index 67a3b75bd89e9..85ec42382b01d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceAccessReviewInstanceDecision.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceAccessReviewInstanceDecision.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetaidentitygovernanceaccessreviewinstancedecision Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaIdentityGovernanceAccessReviewInstanceDecision --- @@ -32,7 +32,7 @@ New-MgBetaIdentityGovernanceAccessReviewInstanceDecision -AccessReviewInstanceId [-ResourceLink ] [-ReviewedBy ] [-ReviewedDateTime ] [-Target ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -43,7 +43,6 @@ New-MgBetaIdentityGovernanceAccessReviewInstanceDecision -AccessReviewInstanceId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -61,7 +60,7 @@ New-MgBetaIdentityGovernanceAccessReviewInstanceDecision -InputObject ] [-ReviewedBy ] [-ReviewedDateTime ] [-Target ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -72,7 +71,6 @@ New-MgBetaIdentityGovernanceAccessReviewInstanceDecision -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -1394,6 +1392,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInsight.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInsight.md index d378be6d35a6f..db7fe2dea88d7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInsight.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInsight.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetaidentitygovernanceaccessreviewinstancedecisioninsight Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInsight --- @@ -26,7 +26,6 @@ New-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInsight [-InsightCreatedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -37,7 +36,7 @@ New-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInsight -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -48,7 +47,7 @@ New-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInsight [-AdditionalProperties ] [-Id ] [-InsightCreatedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -59,7 +58,6 @@ New-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInsight [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -566,6 +564,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceContactedReviewer.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceContactedReviewer.md index 0f14da2369ace..3bbfd85a3ef53 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceContactedReviewer.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceContactedReviewer.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetaidentitygovernanceaccessreviewinstancedecisioninstancecontactedreviewer Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceContactedReviewer --- @@ -26,7 +26,7 @@ New-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceContactedReviewe [-CreatedDateTime ] [-DisplayName ] [-Id ] [-UserPrincipalName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -37,7 +37,7 @@ New-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceContactedReviewe -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -49,7 +49,6 @@ New-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceContactedReviewe [-Id ] [-UserPrincipalName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -60,7 +59,6 @@ New-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceContactedReviewe [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -623,6 +621,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceStage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceStage.md index 7060605906821..9e2d58f655b2b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceStage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceStage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetaidentitygovernanceaccessreviewinstancedecisioninstancestage Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceStage --- @@ -28,7 +28,7 @@ New-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceStage [-Reviewers ] [-StartDateTime ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -39,7 +39,7 @@ New-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceStage -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -53,7 +53,7 @@ New-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceStage [-Reviewers ] [-StartDateTime ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -64,7 +64,6 @@ New-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceStage [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -1366,6 +1365,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceStageDecision.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceStageDecision.md index ea0c67952ab0f..3f0fb6a21e13e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceStageDecision.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceStageDecision.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetaidentitygovernanceaccessreviewinstancedecisioninstancestagedecision Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceStageDecision --- @@ -34,7 +34,7 @@ New-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceStageDecision [-ResourceLink ] [-ReviewedBy ] [-ReviewedDateTime ] [-Target ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -46,7 +46,6 @@ New-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceStageDecision [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -65,7 +64,7 @@ New-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceStageDecision [-ResourceLink ] [-ReviewedBy ] [-ReviewedDateTime ] [-Target ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -77,7 +76,6 @@ New-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceStageDecision [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -1453,6 +1451,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceStageDecisionInsight.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceStageDecisionInsight.md index e1a449e52f032..a6213bc41c84e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceStageDecisionInsight.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceStageDecisionInsight.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetaidentitygovernanceaccessreviewinstancedecisioninstancestagedecisioninsight Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceStageDecisionInsight --- @@ -26,7 +26,7 @@ New-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceStageDecisionIns [-AdditionalProperties ] [-Id ] [-InsightCreatedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -38,7 +38,7 @@ New-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceStageDecisionIns -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -49,7 +49,7 @@ New-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceStageDecisionIns [-AdditionalProperties ] [-Id ] [-InsightCreatedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -60,7 +60,6 @@ New-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceStageDecisionIns [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -621,6 +620,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceAccessReviewInstanceStage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceAccessReviewInstanceStage.md index 9bda6f447e614..bd4be78fabd66 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceAccessReviewInstanceStage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceAccessReviewInstanceStage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetaidentitygovernanceaccessreviewinstancestage Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaIdentityGovernanceAccessReviewInstanceStage --- @@ -27,7 +27,7 @@ New-MgBetaIdentityGovernanceAccessReviewInstanceStage -AccessReviewInstanceId ] [-StartDateTime ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -37,7 +37,7 @@ New-MgBetaIdentityGovernanceAccessReviewInstanceStage -AccessReviewInstanceId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -50,7 +50,7 @@ New-MgBetaIdentityGovernanceAccessReviewInstanceStage -InputObject ] [-StartDateTime ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -60,7 +60,7 @@ New-MgBetaIdentityGovernanceAccessReviewInstanceStage -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -1335,6 +1335,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceAccessReviewInstanceStageDecision.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceAccessReviewInstanceStageDecision.md index c492d36e17943..65bae91f2b06e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceAccessReviewInstanceStageDecision.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceAccessReviewInstanceStageDecision.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetaidentitygovernanceaccessreviewinstancestagedecision Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaIdentityGovernanceAccessReviewInstanceStageDecision --- @@ -33,7 +33,7 @@ New-MgBetaIdentityGovernanceAccessReviewInstanceStageDecision -AccessReviewInsta [-ResourceLink ] [-ReviewedBy ] [-ReviewedDateTime ] [-Target ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -44,7 +44,6 @@ New-MgBetaIdentityGovernanceAccessReviewInstanceStageDecision -AccessReviewInsta [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -63,7 +62,7 @@ New-MgBetaIdentityGovernanceAccessReviewInstanceStageDecision [-ResourceLink ] [-ReviewedBy ] [-ReviewedDateTime ] [-Target ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -75,7 +74,6 @@ New-MgBetaIdentityGovernanceAccessReviewInstanceStageDecision [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -1424,6 +1422,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInsight.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInsight.md index d751e97c458e3..82a7f845e62d3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInsight.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInsight.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetaidentitygovernanceaccessreviewinstancestagedecisioninsight Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInsight --- @@ -26,7 +26,7 @@ New-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInsight [-AdditionalProperties ] [-Id ] [-InsightCreatedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -38,7 +38,6 @@ New-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInsight [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -49,7 +48,7 @@ New-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInsight [-AdditionalProperties ] [-Id ] [-InsightCreatedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -60,7 +59,6 @@ New-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInsight [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -594,6 +592,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstanceContactedReviewer.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstanceContactedReviewer.md index d895c6aba284b..87ad008d297f3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstanceContactedReviewer.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstanceContactedReviewer.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetaidentitygovernanceaccessreviewinstancestagedecisioninstancecontactedreviewer Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstanceContactedReviewer --- @@ -27,7 +27,6 @@ New-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstanceContactedRe [-Id ] [-UserPrincipalName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -39,7 +38,6 @@ New-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstanceContactedRe [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -51,7 +49,6 @@ New-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstanceContactedRe [-Id ] [-UserPrincipalName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -62,7 +59,6 @@ New-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstanceContactedRe [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -652,6 +648,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstanceDecision.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstanceDecision.md index 67ecea26af67e..67857b7f4d309 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstanceDecision.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstanceDecision.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetaidentitygovernanceaccessreviewinstancestagedecisioninstancedecision Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstanceDecision --- @@ -34,7 +34,7 @@ New-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstanceDecision [-ResourceLink ] [-ReviewedBy ] [-ReviewedDateTime ] [-Target ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -46,7 +46,6 @@ New-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstanceDecision [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -65,7 +64,7 @@ New-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstanceDecision [-ResourceLink ] [-ReviewedBy ] [-ReviewedDateTime ] [-Target ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -77,7 +76,6 @@ New-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstanceDecision [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -1453,6 +1451,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstanceDecisionInsight.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstanceDecisionInsight.md index ee9a275e67ad9..5ff994491f47e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstanceDecisionInsight.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstanceDecisionInsight.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetaidentitygovernanceaccessreviewinstancestagedecisioninstancedecisioninsight Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstanceDecisionInsight --- @@ -26,7 +26,7 @@ New-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstanceDecisionIns [-AdditionalProperties ] [-Id ] [-InsightCreatedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -38,7 +38,7 @@ New-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstanceDecisionIns -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -49,7 +49,7 @@ New-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstanceDecisionIns [-AdditionalProperties ] [-Id ] [-InsightCreatedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -60,7 +60,6 @@ New-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstanceDecisionIns [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -621,6 +620,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceAppConsentRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceAppConsentRequest.md index 03d416546c051..c2ea6a65ce166 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceAppConsentRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceAppConsentRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetaidentitygovernanceappconsentrequest Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaIdentityGovernanceAppConsentRequest --- @@ -29,7 +29,6 @@ New-MgBetaIdentityGovernanceAppConsentRequest [-ResponseHeadersVariable [-UserConsentRequests ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -39,7 +38,6 @@ New-MgBetaIdentityGovernanceAppConsentRequest -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequest.md index c4eba9ed77a1d..5cb9ad2a0b819 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetaidentitygovernanceappconsentrequestuserconsentrequest Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequest --- @@ -30,7 +30,6 @@ New-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequest -AppConsentReque [-Id ] [-Reason ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -40,7 +39,7 @@ New-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequest -AppConsentReque -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -53,7 +52,7 @@ New-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequest [-CreatedDateTime ] [-CustomData ] [-Id ] [-Reason ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -64,7 +63,6 @@ New-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequest [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -824,6 +822,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStep.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStep.md index e56e20793d989..e3b7d05c8b273 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStep.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStep.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetaidentitygovernanceappconsentrequestuserconsentrequestapprovalstep Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStep --- @@ -27,7 +27,6 @@ New-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStep [-ReviewedDateTime ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -38,7 +37,7 @@ New-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStep -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -51,7 +50,6 @@ New-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStep [-ReviewedDateTime ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -62,7 +60,6 @@ New-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStep [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -760,6 +757,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceCatalog.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceCatalog.md index 13e0f62329c29..2ee5945060ba5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceCatalog.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceCatalog.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetaidentitygovernancecatalog Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaIdentityGovernanceCatalog --- @@ -33,7 +33,7 @@ New-MgBetaIdentityGovernanceCatalog [-ResponseHeadersVariable ] [-ModifiedBy ] [-ModifiedDateTime ] [-UniqueName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -43,7 +43,6 @@ New-MgBetaIdentityGovernanceCatalog -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -1702,16 +1701,59 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. [UsageRights ]: [Id ]: The unique identifier for an entity. Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. @@ -2186,6 +2228,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -3818,7 +3917,22 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [AssignmentErrors ]: + [Id ]: The unique identifier for an entity. +Read-only. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [Assignments ]: [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -10084,7 +10198,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -10722,16 +10839,59 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. [UsageRights ]: [Id ]: The unique identifier for an entity. Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. @@ -11206,6 +11366,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -12838,7 +13055,22 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [AssignmentErrors ]: + [Id ]: The unique identifier for an entity. +Read-only. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [Assignments ]: [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -19104,7 +19336,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceCatalogAccessPackageCustomWorkflowExtension.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceCatalogAccessPackageCustomWorkflowExtension.md index 749c0e010fc3e..e7ea7cd8f699f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceCatalogAccessPackageCustomWorkflowExtension.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceCatalogAccessPackageCustomWorkflowExtension.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetaidentitygovernancecatalogaccesspackagecustomworkflowextension Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaIdentityGovernanceCatalogAccessPackageCustomWorkflowExtension --- @@ -27,7 +27,7 @@ New-MgBetaIdentityGovernanceCatalogAccessPackageCustomWorkflowExtension [-DisplayName ] [-EndpointConfiguration ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -38,7 +38,6 @@ New-MgBetaIdentityGovernanceCatalogAccessPackageCustomWorkflowExtension [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -51,7 +50,7 @@ New-MgBetaIdentityGovernanceCatalogAccessPackageCustomWorkflowExtension [-DisplayName ] [-EndpointConfiguration ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -62,7 +61,6 @@ New-MgBetaIdentityGovernanceCatalogAccessPackageCustomWorkflowExtension [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -673,6 +671,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceCatalogAccessPackageResource.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceCatalogAccessPackageResource.md index 36358b85772e0..d0b1adb734a1b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceCatalogAccessPackageResource.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceCatalogAccessPackageResource.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetaidentitygovernancecatalogaccesspackageresource Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaIdentityGovernanceCatalogAccessPackageResource --- @@ -33,7 +33,7 @@ New-MgBetaIdentityGovernanceCatalogAccessPackageResource -AccessPackageCatalogId [-UploadSessions ] [-Url ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -43,7 +43,7 @@ New-MgBetaIdentityGovernanceCatalogAccessPackageResource -AccessPackageCatalogId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -62,7 +62,7 @@ New-MgBetaIdentityGovernanceCatalogAccessPackageResource -InputObject ] [-Url ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -72,7 +72,7 @@ New-MgBetaIdentityGovernanceCatalogAccessPackageResource -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -1407,6 +1407,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRole.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRole.md index 2a24432aac8da..ac81b04757da3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRole.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRole.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetaidentitygovernancecatalogaccesspackageresourceaccesspackageresourcerole Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRole --- @@ -27,7 +27,6 @@ New-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRol [-OriginId ] [-OriginSystem ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -38,7 +37,7 @@ New-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRol -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -50,7 +49,7 @@ New-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRol [-Description ] [-DisplayName ] [-Id ] [-OriginId ] [-OriginSystem ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -61,7 +60,7 @@ New-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRol -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -891,6 +890,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScope.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScope.md index ae43926e226b4..7a328f6ba5ab1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScope.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScope.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetaidentitygovernancecatalogaccesspackageresourceaccesspackageresourceroleaccesspackageresourceaccesspackageresourcescope Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScope --- @@ -28,7 +28,6 @@ New-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRol [-OriginSystem ] [-RoleOriginId ] [-Url ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -40,7 +39,6 @@ New-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRol [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -53,7 +51,6 @@ New-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRol [-OriginSystem ] [-RoleOriginId ] [-Url ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -64,7 +61,7 @@ New-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRol -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -1001,6 +998,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceUploadSession.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceUploadSession.md index bbb62f3b6f050..485ceb6e0ded4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceUploadSession.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceUploadSession.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetaidentitygovernancecatalogaccesspackageresourceaccesspackageresourceroleaccesspackageresourceaccesspackageresourcescopeaccesspackageresourceuploadsession Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceUploadSession --- @@ -28,7 +28,7 @@ New-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRol [-Stats ] [-Status ] [-Type ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -41,7 +41,6 @@ New-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRol [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -54,7 +53,7 @@ New-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRol [-Stats ] [-Status ] [-Type ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -66,7 +65,6 @@ New-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRol [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -806,6 +804,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceUploadSession.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceUploadSession.md index 8c4a971e61b4b..62524fdf54eb0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceUploadSession.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceUploadSession.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetaidentitygovernancecatalogaccesspackageresourceaccesspackageresourceroleaccesspackageresourceuploadsession Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceUploadSession --- @@ -28,7 +28,7 @@ New-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRol [-Stats ] [-Status ] [-Type ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -41,7 +41,6 @@ New-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRol [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -54,7 +53,7 @@ New-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRol [-Stats ] [-Status ] [-Type ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -66,7 +65,6 @@ New-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRol [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -779,6 +777,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScope.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScope.md index 9015760d4d811..e1e1412095535 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScope.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScope.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetaidentitygovernancecatalogaccesspackageresourceaccesspackageresourcescope Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScope --- @@ -27,7 +27,7 @@ New-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceSco [-IsRootScope] [-OriginId ] [-OriginSystem ] [-RoleOriginId ] [-Url ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -38,7 +38,7 @@ New-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceSco -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -51,7 +51,6 @@ New-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceSco [-OriginSystem ] [-RoleOriginId ] [-Url ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -62,7 +61,7 @@ New-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceSco -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -972,6 +971,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRole.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRole.md index 7e6af0dff85f9..7dafd349b7c21 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRole.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRole.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetaidentitygovernancecatalogaccesspackageresourceaccesspackageresourcescopeaccesspackageresourceaccesspackageresourcerole Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRole --- @@ -27,7 +27,7 @@ New-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceSco [-Description ] [-DisplayName ] [-Id ] [-OriginId ] [-OriginSystem ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -39,7 +39,6 @@ New-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceSco [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -51,7 +50,7 @@ New-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceSco [-Description ] [-DisplayName ] [-Id ] [-OriginId ] [-OriginSystem ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -62,7 +61,7 @@ New-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceSco -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -919,6 +918,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceUploadSession.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceUploadSession.md index c2597a76bef7d..0eac9776189a8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceUploadSession.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceUploadSession.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetaidentitygovernancecatalogaccesspackageresourceaccesspackageresourcescopeaccesspackageresourceaccesspackageresourceroleaccesspackageresourceuploadsession Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceUploadSession --- @@ -28,7 +28,7 @@ New-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceSco [-Stats ] [-Status ] [-Type ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -41,7 +41,6 @@ New-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceSco [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -54,7 +53,7 @@ New-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceSco [-Stats ] [-Status ] [-Type ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -66,7 +65,6 @@ New-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceSco [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -806,6 +804,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceUploadSession.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceUploadSession.md index ada6c513224c7..98279c38698de 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceUploadSession.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceUploadSession.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetaidentitygovernancecatalogaccesspackageresourceaccesspackageresourcescopeaccesspackageresourceuploadsession Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceUploadSession --- @@ -28,7 +28,7 @@ New-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceSco [-Stats ] [-Status ] [-Type ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -41,7 +41,6 @@ New-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceSco [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -54,7 +53,7 @@ New-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceSco [-Stats ] [-Status ] [-Type ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -66,7 +65,6 @@ New-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceSco [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -779,6 +777,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceCatalogAccessPackageResourceRole.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceCatalogAccessPackageResourceRole.md index a8d4d51412d52..e4b3e60b046ff 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceCatalogAccessPackageResourceRole.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceCatalogAccessPackageResourceRole.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetaidentitygovernancecatalogaccesspackageresourcerole Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaIdentityGovernanceCatalogAccessPackageResourceRole --- @@ -26,7 +26,6 @@ New-MgBetaIdentityGovernanceCatalogAccessPackageResourceRole -AccessPackageCatal [-OriginId ] [-OriginSystem ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -36,7 +35,7 @@ New-MgBetaIdentityGovernanceCatalogAccessPackageResourceRole -AccessPackageCatal -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -48,7 +47,7 @@ New-MgBetaIdentityGovernanceCatalogAccessPackageResourceRole [-Description ] [-DisplayName ] [-Id ] [-OriginId ] [-OriginSystem ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -59,7 +58,7 @@ New-MgBetaIdentityGovernanceCatalogAccessPackageResourceRole -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -862,6 +861,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceRole.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceRole.md index 85ad65dfc62d2..e99b8838c7fef 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceRole.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceRole.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetaidentitygovernancecatalogaccesspackageresourceroleaccesspackageresourceaccesspackageresourcerole Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceRole --- @@ -27,7 +27,6 @@ New-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourc [-OriginId ] [-OriginSystem ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -38,7 +37,7 @@ New-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourc -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -50,7 +49,7 @@ New-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourc [-Description ] [-DisplayName ] [-Id ] [-OriginId ] [-OriginSystem ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -61,7 +60,7 @@ New-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourc -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -891,6 +890,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScope.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScope.md index b613756d2db9c..3c4b6820e9d78 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScope.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScope.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetaidentitygovernancecatalogaccesspackageresourceroleaccesspackageresourceaccesspackageresourcescope Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScope --- @@ -27,7 +27,7 @@ New-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourc [-IsRootScope] [-OriginId ] [-OriginSystem ] [-RoleOriginId ] [-Url ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -38,7 +38,7 @@ New-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourc -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -51,7 +51,6 @@ New-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourc [-OriginSystem ] [-RoleOriginId ] [-Url ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -62,7 +61,7 @@ New-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourc -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -972,6 +971,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRole.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRole.md index cdc5d71df9104..37ac10df58464 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRole.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRole.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetaidentitygovernancecatalogaccesspackageresourceroleaccesspackageresourceaccesspackageresourcescopeaccesspackageresourceaccesspackageresourcerole Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRole --- @@ -27,7 +27,7 @@ New-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourc [-Description ] [-DisplayName ] [-Id ] [-OriginId ] [-OriginSystem ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -39,7 +39,6 @@ New-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourc [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -51,7 +50,7 @@ New-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourc [-Description ] [-DisplayName ] [-Id ] [-OriginId ] [-OriginSystem ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -62,7 +61,7 @@ New-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourc -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -919,6 +918,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceUploadSession.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceUploadSession.md index e82774b968df8..62cfc2f3286d1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceUploadSession.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceUploadSession.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetaidentitygovernancecatalogaccesspackageresourceroleaccesspackageresourceaccesspackageresourcescopeaccesspackageresourceuploadsession Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceUploadSession --- @@ -28,7 +28,7 @@ New-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourc [-Stats ] [-Status ] [-Type ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -41,7 +41,6 @@ New-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourc [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -54,7 +53,7 @@ New-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourc [-Stats ] [-Status ] [-Type ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -66,7 +65,6 @@ New-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourc [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -779,6 +777,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceUploadSession.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceUploadSession.md index add9770282469..7639f84ac943a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceUploadSession.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceUploadSession.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetaidentitygovernancecatalogaccesspackageresourceroleaccesspackageresourceuploadsession Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceUploadSession --- @@ -27,7 +27,7 @@ New-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourc [-Stats ] [-Status ] [-Type ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -39,7 +39,6 @@ New-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourc [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -52,7 +51,7 @@ New-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourc [-Stats ] [-Status ] [-Type ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -64,7 +63,6 @@ New-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourc [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -750,6 +748,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceCatalogAccessPackageResourceScope.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceCatalogAccessPackageResourceScope.md index 85737e44fa474..c1f6f7ec48c25 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceCatalogAccessPackageResourceScope.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceCatalogAccessPackageResourceScope.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetaidentitygovernancecatalogaccesspackageresourcescope Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaIdentityGovernanceCatalogAccessPackageResourceScope --- @@ -26,7 +26,7 @@ New-MgBetaIdentityGovernanceCatalogAccessPackageResourceScope -AccessPackageCata [-IsRootScope] [-OriginId ] [-OriginSystem ] [-RoleOriginId ] [-Url ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -36,7 +36,7 @@ New-MgBetaIdentityGovernanceCatalogAccessPackageResourceScope -AccessPackageCata -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -49,7 +49,6 @@ New-MgBetaIdentityGovernanceCatalogAccessPackageResourceScope [-OriginSystem ] [-RoleOriginId ] [-Url ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -60,7 +59,7 @@ New-MgBetaIdentityGovernanceCatalogAccessPackageResourceScope -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -943,6 +942,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRole.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRole.md index 1f93c329ec623..8f5428ba43c73 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRole.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRole.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetaidentitygovernancecatalogaccesspackageresourcescopeaccesspackageresourceaccesspackageresourcerole Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRole --- @@ -27,7 +27,6 @@ New-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResour [-OriginId ] [-OriginSystem ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -38,7 +37,7 @@ New-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResour -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -50,7 +49,7 @@ New-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResour [-Description ] [-DisplayName ] [-Id ] [-OriginId ] [-OriginSystem ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -61,7 +60,7 @@ New-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResour -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -891,6 +890,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScope.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScope.md index fc25a7b81c485..7475b18db6b02 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScope.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScope.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetaidentitygovernancecatalogaccesspackageresourcescopeaccesspackageresourceaccesspackageresourceroleaccesspackageresourceaccesspackageresourcescope Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScope --- @@ -28,7 +28,6 @@ New-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResour [-OriginSystem ] [-RoleOriginId ] [-Url ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -40,7 +39,6 @@ New-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResour [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -53,7 +51,6 @@ New-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResour [-OriginSystem ] [-RoleOriginId ] [-Url ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -64,7 +61,7 @@ New-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResour -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -1001,6 +998,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceUploadSession.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceUploadSession.md index e5f1e987e0e52..3ddf74df8d851 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceUploadSession.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceUploadSession.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetaidentitygovernancecatalogaccesspackageresourcescopeaccesspackageresourceaccesspackageresourceroleaccesspackageresourceuploadsession Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceUploadSession --- @@ -28,7 +28,7 @@ New-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResour [-Stats ] [-Status ] [-Type ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -41,7 +41,6 @@ New-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResour [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -54,7 +53,7 @@ New-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResour [-Stats ] [-Status ] [-Type ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -66,7 +65,6 @@ New-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResour [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -779,6 +777,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceScope.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceScope.md index 04b0174379a94..e2313dca98bcb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceScope.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceScope.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetaidentitygovernancecatalogaccesspackageresourcescopeaccesspackageresourceaccesspackageresourcescope Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceScope --- @@ -27,7 +27,7 @@ New-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResour [-IsRootScope] [-OriginId ] [-OriginSystem ] [-RoleOriginId ] [-Url ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -38,7 +38,7 @@ New-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResour -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -51,7 +51,6 @@ New-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResour [-OriginSystem ] [-RoleOriginId ] [-Url ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -62,7 +61,7 @@ New-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResour -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -972,6 +971,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceUploadSession.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceUploadSession.md index 1bee14ddbdc29..9d1b4f12d3fce 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceUploadSession.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceUploadSession.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetaidentitygovernancecatalogaccesspackageresourcescopeaccesspackageresourceuploadsession Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceUploadSession --- @@ -27,7 +27,7 @@ New-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResour [-Stats ] [-Status ] [-Type ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -39,7 +39,6 @@ New-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResour [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -52,7 +51,7 @@ New-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResour [-Stats ] [-Status ] [-Type ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -64,7 +63,6 @@ New-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResour [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -750,6 +748,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceCatalogAccessPackageResourceUploadSession.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceCatalogAccessPackageResourceUploadSession.md index 1a129e9649212..bd114035d38e7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceCatalogAccessPackageResourceUploadSession.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceCatalogAccessPackageResourceUploadSession.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetaidentitygovernancecatalogaccesspackageresourceuploadsession Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaIdentityGovernanceCatalogAccessPackageResourceUploadSession --- @@ -27,7 +27,7 @@ New-MgBetaIdentityGovernanceCatalogAccessPackageResourceUploadSession [-Stats ] [-Status ] [-Type ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -39,7 +39,6 @@ New-MgBetaIdentityGovernanceCatalogAccessPackageResourceUploadSession [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -52,7 +51,7 @@ New-MgBetaIdentityGovernanceCatalogAccessPackageResourceUploadSession [-Stats ] [-Status ] [-Type ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -64,7 +63,6 @@ New-MgBetaIdentityGovernanceCatalogAccessPackageResourceUploadSession [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -750,6 +748,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceCatalogCustomAccessPackageWorkflowExtension.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceCatalogCustomAccessPackageWorkflowExtension.md index d15712af6817e..da332b0a70444 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceCatalogCustomAccessPackageWorkflowExtension.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceCatalogCustomAccessPackageWorkflowExtension.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetaidentitygovernancecatalogcustomaccesspackageworkflowextension Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaIdentityGovernanceCatalogCustomAccessPackageWorkflowExtension --- @@ -28,7 +28,7 @@ New-MgBetaIdentityGovernanceCatalogCustomAccessPackageWorkflowExtension [-EndpointConfiguration ] [-Id ] [-LastModifiedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -40,7 +40,6 @@ New-MgBetaIdentityGovernanceCatalogCustomAccessPackageWorkflowExtension [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -54,7 +53,7 @@ New-MgBetaIdentityGovernanceCatalogCustomAccessPackageWorkflowExtension [-EndpointConfiguration ] [-Id ] [-LastModifiedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -66,7 +65,6 @@ New-MgBetaIdentityGovernanceCatalogCustomAccessPackageWorkflowExtension [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -741,6 +739,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceLifecycleWorkflow.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceLifecycleWorkflow.md index e366c96888884..397ec4b529701 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceLifecycleWorkflow.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceLifecycleWorkflow.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetaidentitygovernancelifecycleworkflow Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaIdentityGovernanceLifecycleWorkflow --- @@ -39,7 +39,6 @@ New-MgBetaIdentityGovernanceLifecycleWorkflow [-ResponseHeadersVariable [-Versions ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -49,7 +48,7 @@ New-MgBetaIdentityGovernanceLifecycleWorkflow -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -1334,6 +1333,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -3270,21 +3326,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -5820,6 +5933,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -6878,7 +6992,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -10209,6 +10326,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -12145,21 +12319,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -14695,6 +14926,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -15753,7 +15985,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -18981,6 +19216,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -20917,21 +21209,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -23467,6 +23816,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -24525,7 +24875,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -27756,6 +28109,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -29692,21 +30102,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -32242,6 +32709,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -33300,7 +33768,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -36521,6 +36992,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -38457,21 +38985,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -41007,6 +41592,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -42065,7 +42651,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -45347,6 +45936,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -47281,21 +47927,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -49831,6 +50534,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -50889,7 +51593,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -54134,6 +54841,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -56068,21 +56832,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -58618,6 +59439,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -59676,7 +60498,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -62905,6 +63730,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -64841,21 +65723,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -67391,6 +68330,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -68449,7 +69389,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -71685,6 +72628,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -73621,21 +74621,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -76171,6 +77228,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -77229,7 +78287,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtension.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtension.md index 877b550d4fbd7..10d2a19ca264e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtension.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtension.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetaidentitygovernancelifecycleworkflowcustomtaskextension Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtension --- @@ -32,7 +32,7 @@ New-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtension [-ResponseHeade [-LastModifiedBy ] [-LastModifiedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -43,7 +43,6 @@ New-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtension [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -1000,6 +999,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -2936,21 +2992,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -5486,6 +5599,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -6544,7 +6658,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -9759,6 +9876,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -11695,21 +11869,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -14245,6 +14476,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -15303,7 +15535,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -18499,6 +18734,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -20435,21 +20727,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -22985,6 +23334,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -24043,7 +24393,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowNewVersion.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowNewVersion.md index 9ebe3abc3842f..21641100da28e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowNewVersion.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowNewVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetaidentitygovernancelifecycleworkflowdeleteditemworkflownewversion Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowNewVersion --- @@ -28,7 +28,6 @@ New-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowNewVersion -Work [-Workflow ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -39,7 +38,6 @@ New-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowNewVersion -Work [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -50,7 +48,7 @@ New-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowNewVersion [-AdditionalProperties ] [-Workflow ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -62,7 +60,6 @@ New-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowNewVersion [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -821,6 +818,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -2757,21 +2811,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -5307,6 +5418,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -6365,7 +6477,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -9392,6 +9507,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource @@ -9812,6 +9928,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -11748,21 +11921,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -14298,6 +14528,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -15356,7 +15587,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask.md index 79757c5ce6109..7c6467540e003 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetaidentitygovernancelifecycleworkflowdeleteditemworkflowtask Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask --- @@ -31,7 +31,7 @@ New-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask -WorkflowId [-TaskProcessingResults ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -41,7 +41,7 @@ New-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask -WorkflowId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -55,7 +55,7 @@ New-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask [-TaskProcessingResults ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -66,7 +66,6 @@ New-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -1108,6 +1107,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -3042,21 +3098,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -5592,6 +5705,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -6650,7 +6764,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -9543,6 +9660,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource @@ -9967,6 +10085,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -11903,21 +12078,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -14453,6 +14685,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -15511,7 +15744,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceLifecycleWorkflowNewVersion.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceLifecycleWorkflowNewVersion.md index 3a5dca21143f0..af66c10c61567 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceLifecycleWorkflowNewVersion.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceLifecycleWorkflowNewVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetaidentitygovernancelifecycleworkflownewversion Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaIdentityGovernanceLifecycleWorkflowNewVersion --- @@ -28,7 +28,6 @@ New-MgBetaIdentityGovernanceLifecycleWorkflowNewVersion -WorkflowId [-Workflow ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -39,7 +38,6 @@ New-MgBetaIdentityGovernanceLifecycleWorkflowNewVersion -WorkflowId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -50,7 +48,6 @@ New-MgBetaIdentityGovernanceLifecycleWorkflowNewVersion -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -61,7 +58,6 @@ New-MgBetaIdentityGovernanceLifecycleWorkflowNewVersion -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -950,6 +946,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -2886,21 +2939,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -5436,6 +5546,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -6494,7 +6605,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -9521,6 +9635,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource @@ -9941,6 +10056,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -11877,21 +12049,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -14427,6 +14656,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -15485,7 +15715,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceLifecycleWorkflowTask.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceLifecycleWorkflowTask.md index 23fc06465b8ec..8fb8bc8382e6a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceLifecycleWorkflowTask.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceLifecycleWorkflowTask.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetaidentitygovernancelifecycleworkflowtask Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaIdentityGovernanceLifecycleWorkflowTask --- @@ -31,7 +31,7 @@ New-MgBetaIdentityGovernanceLifecycleWorkflowTask -WorkflowId [-TaskProcessingResults ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -41,7 +41,7 @@ New-MgBetaIdentityGovernanceLifecycleWorkflowTask -WorkflowId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -55,7 +55,7 @@ New-MgBetaIdentityGovernanceLifecycleWorkflowTask -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -65,7 +65,7 @@ New-MgBetaIdentityGovernanceLifecycleWorkflowTask -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -1107,6 +1107,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -3041,21 +3098,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -5591,6 +5705,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -6649,7 +6764,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -9542,6 +9660,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource @@ -9966,6 +10085,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -11902,21 +12078,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -14452,6 +14685,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -15510,7 +15744,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceLifecycleWorkflowVersionTask.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceLifecycleWorkflowVersionTask.md index a54ae45410523..b84dcd551b89c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceLifecycleWorkflowVersionTask.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceLifecycleWorkflowVersionTask.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetaidentitygovernancelifecycleworkflowversiontask Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaIdentityGovernanceLifecycleWorkflowVersionTask --- @@ -31,7 +31,7 @@ New-MgBetaIdentityGovernanceLifecycleWorkflowVersionTask -WorkflowId [-TaskProcessingResults ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -42,7 +42,6 @@ New-MgBetaIdentityGovernanceLifecycleWorkflowVersionTask -WorkflowId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -56,7 +55,7 @@ New-MgBetaIdentityGovernanceLifecycleWorkflowVersionTask -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -66,7 +65,7 @@ New-MgBetaIdentityGovernanceLifecycleWorkflowVersionTask -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -1135,6 +1134,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -3069,21 +3125,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -5619,6 +5732,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -6677,7 +6791,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -9570,6 +9687,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource @@ -9994,6 +10112,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -11930,21 +12105,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -14480,6 +14712,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -15538,7 +15771,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernancePermissionAnalyticAwFinding.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernancePermissionAnalyticAwFinding.md index 4647851eb2ff3..2b60ec10299dc 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernancePermissionAnalyticAwFinding.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernancePermissionAnalyticAwFinding.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetaidentitygovernancepermissionanalyticawfinding Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaIdentityGovernancePermissionAnalyticAwFinding --- @@ -24,7 +24,7 @@ New-MgBetaIdentityGovernancePermissionAnalyticAwFinding [-ResponseHeadersVariabl [-AdditionalProperties ] [-CreatedDateTime ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -34,7 +34,6 @@ New-MgBetaIdentityGovernancePermissionAnalyticAwFinding -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernancePermissionAnalyticAwPermissionCreepIndexDistribution.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernancePermissionAnalyticAwPermissionCreepIndexDistribution.md index 62e791f2c737f..91e9060e94a76 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernancePermissionAnalyticAwPermissionCreepIndexDistribution.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernancePermissionAnalyticAwPermissionCreepIndexDistribution.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetaidentitygovernancepermissionanalyticawpermissioncreepindexdistribution Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaIdentityGovernancePermissionAnalyticAwPermissionCreepIndexDistribution --- @@ -27,7 +27,7 @@ New-MgBetaIdentityGovernancePermissionAnalyticAwPermissionCreepIndexDistribution [-LowRiskProfile ] [-MediumRiskProfile ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -38,7 +38,6 @@ New-MgBetaIdentityGovernancePermissionAnalyticAwPermissionCreepIndexDistribution [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernancePermissionAnalyticAzureFinding.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernancePermissionAnalyticAzureFinding.md index 1a3f73d07a822..5e27f61bea06f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernancePermissionAnalyticAzureFinding.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernancePermissionAnalyticAzureFinding.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetaidentitygovernancepermissionanalyticazurefinding Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaIdentityGovernancePermissionAnalyticAzureFinding --- @@ -24,7 +24,7 @@ New-MgBetaIdentityGovernancePermissionAnalyticAzureFinding [-ResponseHeadersVari [-AdditionalProperties ] [-CreatedDateTime ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -34,7 +34,6 @@ New-MgBetaIdentityGovernancePermissionAnalyticAzureFinding -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernancePermissionAnalyticAzurePermissionCreepIndexDistribution.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernancePermissionAnalyticAzurePermissionCreepIndexDistribution.md index 260f66edd514d..644e696dc7ec1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernancePermissionAnalyticAzurePermissionCreepIndexDistribution.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernancePermissionAnalyticAzurePermissionCreepIndexDistribution.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetaidentitygovernancepermissionanalyticazurepermissioncreepindexdistribution Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaIdentityGovernancePermissionAnalyticAzurePermissionCreepIndexDistribution --- @@ -27,7 +27,7 @@ New-MgBetaIdentityGovernancePermissionAnalyticAzurePermissionCreepIndexDistribut [-LowRiskProfile ] [-MediumRiskProfile ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -38,7 +38,6 @@ New-MgBetaIdentityGovernancePermissionAnalyticAzurePermissionCreepIndexDistribut [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernancePermissionAnalyticGcpFinding.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernancePermissionAnalyticGcpFinding.md index ba7701854b8d0..dffcd92fcb935 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernancePermissionAnalyticGcpFinding.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernancePermissionAnalyticGcpFinding.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetaidentitygovernancepermissionanalyticgcpfinding Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaIdentityGovernancePermissionAnalyticGcpFinding --- @@ -24,7 +24,7 @@ New-MgBetaIdentityGovernancePermissionAnalyticGcpFinding [-ResponseHeadersVariab [-AdditionalProperties ] [-CreatedDateTime ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -34,7 +34,6 @@ New-MgBetaIdentityGovernancePermissionAnalyticGcpFinding -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernancePermissionAnalyticGcpPermissionCreepIndexDistribution.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernancePermissionAnalyticGcpPermissionCreepIndexDistribution.md index c500965b6f7b2..6a5965d88a268 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernancePermissionAnalyticGcpPermissionCreepIndexDistribution.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernancePermissionAnalyticGcpPermissionCreepIndexDistribution.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetaidentitygovernancepermissionanalyticgcppermissioncreepindexdistribution Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaIdentityGovernancePermissionAnalyticGcpPermissionCreepIndexDistribution --- @@ -27,7 +27,7 @@ New-MgBetaIdentityGovernancePermissionAnalyticGcpPermissionCreepIndexDistributio [-LowRiskProfile ] [-MediumRiskProfile ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -38,7 +38,6 @@ New-MgBetaIdentityGovernancePermissionAnalyticGcpPermissionCreepIndexDistributio [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernancePermissionManagementPermissionRequestChange.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernancePermissionManagementPermissionRequestChange.md index dda6a5ad5c4df..869316d07be85 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernancePermissionManagementPermissionRequestChange.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernancePermissionManagementPermissionRequestChange.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetaidentitygovernancepermissionmanagementpermissionrequestchange Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaIdentityGovernancePermissionManagementPermissionRequestChange --- @@ -26,7 +26,7 @@ New-MgBetaIdentityGovernancePermissionManagementPermissionRequestChange [-PermissionsRequestId ] [-StatusDetail ] [-TicketId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -36,7 +36,7 @@ New-MgBetaIdentityGovernancePermissionManagementPermissionRequestChange -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.Governance/New-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApproval.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApproval.md index b2e19d71e4fd0..346ee4e5c5a0d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApproval.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApproval.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetaidentitygovernancepermissionmanagementscheduledpermissionapproval Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApproval --- @@ -25,7 +25,6 @@ New-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApproval [-Steps ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -35,7 +34,7 @@ New-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApproval -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.Governance/New-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApprovalStep.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApprovalStep.md index c2effa3306428..d73c5934bb2ab 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApprovalStep.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApprovalStep.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetaidentitygovernancepermissionmanagementscheduledpermissionapprovalstep Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApprovalStep --- @@ -26,7 +26,7 @@ New-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApprovalStep [-ReviewedBy ] [-ReviewedDateTime ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -36,7 +36,7 @@ New-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApprovalStep -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -49,7 +49,6 @@ New-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApprovalStep [-ReviewedDateTime ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -60,7 +59,6 @@ New-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApprovalStep [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -731,6 +729,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernancePermissionManagementScheduledPermissionRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernancePermissionManagementScheduledPermissionRequest.md index 3146f695144ac..2f6e50e8ce69d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernancePermissionManagementScheduledPermissionRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernancePermissionManagementScheduledPermissionRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetaidentitygovernancepermissionmanagementscheduledpermissionrequest Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaIdentityGovernancePermissionManagementScheduledPermissionRequest --- @@ -28,7 +28,6 @@ New-MgBetaIdentityGovernancePermissionManagementScheduledPermissionRequest [-TicketInfo ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -38,7 +37,7 @@ New-MgBetaIdentityGovernancePermissionManagementScheduledPermissionRequest -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.Governance/New-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApproval.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApproval.md index 78b7437b0a658..e732dac90a41e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApproval.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApproval.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetaidentitygovernanceprivilegedaccessgroupassignmentapproval Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApproval --- @@ -28,7 +28,6 @@ New-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApproval [-Steps ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -38,7 +37,7 @@ New-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApproval -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.Governance/New-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStep.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStep.md index 4ea26bb03306c..2a6a883585eb6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStep.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStep.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetaidentitygovernanceprivilegedaccessgroupassignmentapprovalstep Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStep --- @@ -26,7 +26,7 @@ New-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStep -Approva [-ReviewedBy ] [-ReviewedDateTime ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -36,7 +36,7 @@ New-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStep -Approva -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -49,7 +49,6 @@ New-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStep [-ReviewedDateTime ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -60,7 +59,6 @@ New-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStep [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -731,6 +729,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentSchedule.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentSchedule.md index 2e7e6c5b9f202..53b377a24eda0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentSchedule.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentSchedule.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetaidentitygovernanceprivilegedaccessgroupassignmentschedule Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentSchedule --- @@ -32,7 +32,7 @@ New-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentSchedule [-PrincipalId ] [-ScheduleInfo ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -43,7 +43,6 @@ New-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentSchedule [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -1027,16 +1026,59 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. [UsageRights ]: [Id ]: The unique identifier for an entity. Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. @@ -1511,6 +1553,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -3143,7 +3242,22 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [AssignmentErrors ]: + [Id ]: The unique identifier for an entity. +Read-only. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [Assignments ]: [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -9409,7 +9523,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -9819,16 +9936,59 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. [UsageRights ]: [Id ]: The unique identifier for an entity. Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. @@ -10303,6 +10463,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -11935,7 +12152,22 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [AssignmentErrors ]: + [Id ]: The unique identifier for an entity. +Read-only. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [Assignments ]: [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -18201,7 +18433,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -18576,16 +18811,59 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. [UsageRights ]: [Id ]: The unique identifier for an entity. Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. @@ -19060,6 +19338,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -20692,7 +21027,22 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [AssignmentErrors ]: + [Id ]: The unique identifier for an entity. +Read-only. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [Assignments ]: [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -26958,7 +27308,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance.md index ef73c2b4b3cc1..a7ea70d0130f5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetaidentitygovernanceprivilegedaccessgroupassignmentscheduleinstance Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance --- @@ -32,7 +32,6 @@ New-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance [-StartDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -43,7 +42,6 @@ New-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -961,16 +959,59 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. [UsageRights ]: [Id ]: The unique identifier for an entity. Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. @@ -1445,6 +1486,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -3077,7 +3175,22 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [AssignmentErrors ]: + [Id ]: The unique identifier for an entity. +Read-only. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [Assignments ]: [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -9343,7 +9456,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -9725,16 +9841,59 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. [UsageRights ]: [Id ]: The unique identifier for an entity. Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. @@ -10209,6 +10368,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -11841,7 +12057,22 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [AssignmentErrors ]: + [Id ]: The unique identifier for an entity. +Read-only. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [Assignments ]: [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -18107,7 +18338,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -18485,16 +18719,59 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. [UsageRights ]: [Id ]: The unique identifier for an entity. Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. @@ -18969,6 +19246,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -20601,7 +20935,22 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [AssignmentErrors ]: + [Id ]: The unique identifier for an entity. +Read-only. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [Assignments ]: [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -26867,7 +27216,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest.md index fc114b2eef5b6..063d97131ba18 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetaidentitygovernanceprivilegedaccessgroupassignmentschedulerequest Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest --- @@ -35,7 +35,7 @@ New-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest [-TargetScheduleId ] [-TicketInfo ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -46,7 +46,6 @@ New-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -1165,16 +1164,59 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. [UsageRights ]: [Id ]: The unique identifier for an entity. Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. @@ -1649,6 +1691,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -3281,7 +3380,22 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [AssignmentErrors ]: + [Id ]: The unique identifier for an entity. +Read-only. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [Assignments ]: [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -9547,7 +9661,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -9977,16 +10094,59 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. [UsageRights ]: [Id ]: The unique identifier for an entity. Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. @@ -10451,6 +10611,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -12083,7 +12300,22 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [AssignmentErrors ]: + [Id ]: The unique identifier for an entity. +Read-only. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [Assignments ]: [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -18349,7 +18581,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -18735,16 +18970,59 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. [UsageRights ]: [Id ]: The unique identifier for an entity. Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. @@ -19219,6 +19497,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -20851,7 +21186,22 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [AssignmentErrors ]: + [Id ]: The unique identifier for an entity. +Read-only. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [Assignments ]: [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -27117,7 +27467,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -27556,16 +27909,59 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. [UsageRights ]: [Id ]: The unique identifier for an entity. Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. @@ -28040,6 +28436,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -29672,7 +30125,22 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [AssignmentErrors ]: + [Id ]: The unique identifier for an entity. +Read-only. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [Assignments ]: [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -35938,7 +36406,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilitySchedule.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilitySchedule.md index 059a6d7a20542..fa74fdd600ec6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilitySchedule.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilitySchedule.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetaidentitygovernanceprivilegedaccessgroupeligibilityschedule Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilitySchedule --- @@ -31,7 +31,7 @@ New-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilitySchedule [-ScheduleInfo ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -42,7 +42,6 @@ New-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilitySchedule [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -983,16 +982,59 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. [UsageRights ]: [Id ]: The unique identifier for an entity. Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. @@ -1467,6 +1509,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -3099,7 +3198,22 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [AssignmentErrors ]: + [Id ]: The unique identifier for an entity. +Read-only. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [Assignments ]: [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -9365,7 +9479,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -9730,16 +9847,59 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. [UsageRights ]: [Id ]: The unique identifier for an entity. Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. @@ -10214,6 +10374,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -11846,7 +12063,22 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [AssignmentErrors ]: + [Id ]: The unique identifier for an entity. +Read-only. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [Assignments ]: [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -18112,7 +18344,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance.md index 5c42b6441b080..44e6dae7029b5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetaidentitygovernanceprivilegedaccessgroupeligibilityscheduleinstance Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance --- @@ -30,7 +30,7 @@ New-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance [-Principal ] [-PrincipalId ] [-StartDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -41,7 +41,6 @@ New-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -916,16 +915,59 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. [UsageRights ]: [Id ]: The unique identifier for an entity. Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. @@ -1400,6 +1442,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -3032,7 +3131,22 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [AssignmentErrors ]: + [Id ]: The unique identifier for an entity. +Read-only. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [Assignments ]: [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -9298,7 +9412,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -9663,16 +9780,59 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. [UsageRights ]: [Id ]: The unique identifier for an entity. Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. @@ -10147,6 +10307,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -11779,7 +11996,22 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [AssignmentErrors ]: + [Id ]: The unique identifier for an entity. +Read-only. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [Assignments ]: [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -18045,7 +18277,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest.md index 2614fbe6c5906..13e0dbc32612c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetaidentitygovernanceprivilegedaccessgroupeligibilityschedulerequest Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest --- @@ -34,7 +34,7 @@ New-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest [-TargetScheduleId ] [-TicketInfo ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -45,7 +45,6 @@ New-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -1216,16 +1215,59 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. [UsageRights ]: [Id ]: The unique identifier for an entity. Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. @@ -1690,6 +1732,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -3322,7 +3421,22 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [AssignmentErrors ]: + [Id ]: The unique identifier for an entity. +Read-only. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [Assignments ]: [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -9588,7 +9702,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -9989,16 +10106,59 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. [UsageRights ]: [Id ]: The unique identifier for an entity. Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. @@ -10473,6 +10633,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -12105,7 +12322,22 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [AssignmentErrors ]: + [Id ]: The unique identifier for an entity. +Read-only. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [Assignments ]: [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -18371,7 +18603,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -18810,16 +19045,59 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. [UsageRights ]: [Id ]: The unique identifier for an entity. Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. @@ -19294,6 +19572,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -20926,7 +21261,22 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [AssignmentErrors ]: + [Id ]: The unique identifier for an entity. +Read-only. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [Assignments ]: [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -27192,7 +27542,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernancePrivilegedAccessGroupResource.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernancePrivilegedAccessGroupResource.md index 11bbaba18d949..4172d7d41f08e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernancePrivilegedAccessGroupResource.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernancePrivilegedAccessGroupResource.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetaidentitygovernanceprivilegedaccessgroupresource Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaIdentityGovernancePrivilegedAccessGroupResource --- @@ -24,7 +24,7 @@ New-MgBetaIdentityGovernancePrivilegedAccessGroupResource [-ResponseHeadersVaria [-AdditionalProperties ] [-DeletedDateTime ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -34,7 +34,6 @@ New-MgBetaIdentityGovernancePrivilegedAccessGroupResource -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceRoleManagementAlert.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceRoleManagementAlert.md index 3663b999e3561..03730ccdf9246 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceRoleManagementAlert.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceRoleManagementAlert.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetaidentitygovernancerolemanagementalert Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaIdentityGovernanceRoleManagementAlert --- @@ -30,7 +30,7 @@ New-MgBetaIdentityGovernanceRoleManagementAlert [-ResponseHeadersVariable ] [-ScopeId ] [-ScopeType ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -40,7 +40,7 @@ New-MgBetaIdentityGovernanceRoleManagementAlert -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.Governance/New-MgBetaIdentityGovernanceRoleManagementAlertConfiguration.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceRoleManagementAlertConfiguration.md index 110544c5b4d38..4472f0e573750 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceRoleManagementAlertConfiguration.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceRoleManagementAlertConfiguration.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetaidentitygovernancerolemanagementalertconfiguration Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaIdentityGovernanceRoleManagementAlertConfiguration --- @@ -26,7 +26,7 @@ New-MgBetaIdentityGovernanceRoleManagementAlertConfiguration [-ResponseHeadersVa [-AlertDefinitionId ] [-Id ] [-IsEnabled] [-ScopeId ] [-ScopeType ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -37,7 +37,6 @@ New-MgBetaIdentityGovernanceRoleManagementAlertConfiguration [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceRoleManagementAlertDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceRoleManagementAlertDefinition.md index f0a63b476589e..96342b463e727 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceRoleManagementAlertDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceRoleManagementAlertDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetaidentitygovernancerolemanagementalertdefinition Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaIdentityGovernanceRoleManagementAlertDefinition --- @@ -26,7 +26,7 @@ New-MgBetaIdentityGovernanceRoleManagementAlertDefinition [-ResponseHeadersVaria [-MitigationSteps ] [-ScopeId ] [-ScopeType ] [-SecurityImpact ] [-SeverityLevel ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -37,7 +37,6 @@ New-MgBetaIdentityGovernanceRoleManagementAlertDefinition [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceRoleManagementAlertIncident.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceRoleManagementAlertIncident.md index de2d7a618b4da..169a6df6ced3d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceRoleManagementAlertIncident.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceRoleManagementAlertIncident.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetaidentitygovernancerolemanagementalertincident Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaIdentityGovernanceRoleManagementAlertIncident --- @@ -24,7 +24,7 @@ New-MgBetaIdentityGovernanceRoleManagementAlertIncident -UnifiedRoleManagementAl [-ResponseHeadersVariable ] [-AdditionalProperties ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -34,7 +34,6 @@ New-MgBetaIdentityGovernanceRoleManagementAlertIncident -UnifiedRoleManagementAl -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -44,7 +43,7 @@ New-MgBetaIdentityGovernanceRoleManagementAlertIncident -InputObject ] [-AdditionalProperties ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -54,7 +53,6 @@ New-MgBetaIdentityGovernanceRoleManagementAlertIncident -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -500,6 +498,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceRoleManagementAlertOperation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceRoleManagementAlertOperation.md index 1185511f0af13..f1895ef4468b2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceRoleManagementAlertOperation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceRoleManagementAlertOperation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetaidentitygovernancerolemanagementalertoperation Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaIdentityGovernanceRoleManagementAlertOperation --- @@ -25,7 +25,7 @@ New-MgBetaIdentityGovernanceRoleManagementAlertOperation [-ResponseHeadersVariab [-LastActionDateTime ] [-ResourceLocation ] [-Status ] [-StatusDetail ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -35,7 +35,7 @@ New-MgBetaIdentityGovernanceRoleManagementAlertOperation -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.Governance/New-MgBetaIdentityGovernanceTermsOfUseAgreement.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceTermsOfUseAgreement.md index be011b86daa61..3e1e9506dbd79 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceTermsOfUseAgreement.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceTermsOfUseAgreement.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetaidentitygovernancetermsofuseagreement Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaIdentityGovernanceTermsOfUseAgreement --- @@ -31,7 +31,7 @@ New-MgBetaIdentityGovernanceTermsOfUseAgreement [-ResponseHeadersVariable ] [-UserReacceptRequiredFrequency ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -41,7 +41,6 @@ New-MgBetaIdentityGovernanceTermsOfUseAgreement -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceTermsOfUseAgreementAcceptance.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceTermsOfUseAgreementAcceptance.md index fac11ecbd8013..28c9e56637fd4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceTermsOfUseAgreementAcceptance.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceTermsOfUseAgreementAcceptance.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetaidentitygovernancetermsofuseagreementacceptance Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaIdentityGovernanceTermsOfUseAgreementAcceptance --- @@ -31,7 +31,6 @@ New-MgBetaIdentityGovernanceTermsOfUseAgreementAcceptance [-AgreementId [-UserId ] [-UserPrincipalName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -45,7 +44,7 @@ New-MgBetaIdentityGovernanceTermsOfUseAgreementAcceptance -InputObject ] [-UserId ] [-UserPrincipalName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateExpanded1 @@ -59,7 +58,7 @@ New-MgBetaIdentityGovernanceTermsOfUseAgreementAcceptance -AgreementId [-UserId ] [-UserPrincipalName ] [-AgreementId1 ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create1 @@ -69,7 +68,7 @@ New-MgBetaIdentityGovernanceTermsOfUseAgreementAcceptance -AgreementId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -79,7 +78,7 @@ New-MgBetaIdentityGovernanceTermsOfUseAgreementAcceptance -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -89,7 +88,7 @@ New-MgBetaIdentityGovernanceTermsOfUseAgreementAcceptance -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -1015,6 +1014,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceTermsOfUseAgreementFile.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceTermsOfUseAgreementFile.md index 3d1aa6af54907..8ce732ce10ac2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceTermsOfUseAgreementFile.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceTermsOfUseAgreementFile.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetaidentitygovernancetermsofuseagreementfile Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaIdentityGovernanceTermsOfUseAgreementFile --- @@ -30,7 +30,7 @@ New-MgBetaIdentityGovernanceTermsOfUseAgreementFile -AgreementId [-IsMajorVersion] [-Language ] [-Versions ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -40,7 +40,7 @@ New-MgBetaIdentityGovernanceTermsOfUseAgreementFile -AgreementId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -53,7 +53,7 @@ New-MgBetaIdentityGovernanceTermsOfUseAgreementFile -InputObject ] [-Versions ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -63,7 +63,7 @@ New-MgBetaIdentityGovernanceTermsOfUseAgreementFile -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -821,6 +821,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalization.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalization.md index 2d1d3161d893e..8fbf00aafb6cd 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalization.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalization.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetaidentitygovernancetermsofuseagreementfilelocalization Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalization --- @@ -30,7 +30,7 @@ New-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalization -AgreementId ] [-Versions ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -40,7 +40,7 @@ New-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalization -AgreementId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -53,7 +53,7 @@ New-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalization [-IsMajorVersion] [-Language ] [-Versions ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -64,7 +64,7 @@ New-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalization -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -798,6 +798,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion.md index 7a29864fcf8ae..27c88ede971f0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetaidentitygovernancetermsofuseagreementfilelocalizationversion Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion --- @@ -30,7 +30,6 @@ New-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion [-IsMajorVersion] [-Language ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -41,7 +40,6 @@ New-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -54,7 +52,6 @@ New-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion [-IsMajorVersion] [-Language ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -65,7 +62,6 @@ New-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -746,6 +742,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceTermsOfUseAgreementFileVersion.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceTermsOfUseAgreementFileVersion.md index 384d9586df08a..a353e1e1d4aab 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceTermsOfUseAgreementFileVersion.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaIdentityGovernanceTermsOfUseAgreementFileVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetaidentitygovernancetermsofuseagreementfileversion Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaIdentityGovernanceTermsOfUseAgreementFileVersion --- @@ -30,7 +30,6 @@ New-MgBetaIdentityGovernanceTermsOfUseAgreementFileVersion -AgreementFileLocaliz [-IsMajorVersion] [-Language ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -40,7 +39,7 @@ New-MgBetaIdentityGovernanceTermsOfUseAgreementFileVersion -AgreementFileLocaliz -AgreementId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -53,7 +52,6 @@ New-MgBetaIdentityGovernanceTermsOfUseAgreementFileVersion [-IsMajorVersion] [-Language ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -64,7 +62,6 @@ New-MgBetaIdentityGovernanceTermsOfUseAgreementFileVersion [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -745,6 +742,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaPrivilegedAccess.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaPrivilegedAccess.md index c68bc1115c7cc..d2013f3acb46e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaPrivilegedAccess.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaPrivilegedAccess.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetaprivilegedaccess Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaPrivilegedAccess --- @@ -28,7 +28,6 @@ New-MgBetaPrivilegedAccess [-ResponseHeadersVariable ] [-AdditionalPrope [-RoleSettings ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -38,7 +37,6 @@ New-MgBetaPrivilegedAccess -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaPrivilegedAccessResource.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaPrivilegedAccessResource.md index 8d30afee41835..f96fe03fdc08b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaPrivilegedAccessResource.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaPrivilegedAccessResource.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetaprivilegedaccessresource Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaPrivilegedAccessResource --- @@ -30,7 +30,7 @@ New-MgBetaPrivilegedAccessResource -PrivilegedAccessId [-ResponseHeader [-RoleSettings ] [-Status ] [-Type ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -40,7 +40,7 @@ New-MgBetaPrivilegedAccessResource -PrivilegedAccessId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -56,7 +56,7 @@ New-MgBetaPrivilegedAccessResource -InputObject [-RoleSettings ] [-Status ] [-Type ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -66,7 +66,7 @@ New-MgBetaPrivilegedAccessResource -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -963,6 +963,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaPrivilegedAccessResourceRoleAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaPrivilegedAccessResourceRoleAssignment.md index d3ebe1d67fed7..154e81ff4c4cf 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaPrivilegedAccessResourceRoleAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaPrivilegedAccessResourceRoleAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetaprivilegedaccessresourceroleassignment Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaPrivilegedAccessResourceRoleAssignment --- @@ -31,7 +31,7 @@ New-MgBetaPrivilegedAccessResourceRoleAssignment -GovernanceResourceId [-StartDateTime ] [-Status ] [-Subject ] [-SubjectId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -42,7 +42,6 @@ New-MgBetaPrivilegedAccessResourceRoleAssignment -GovernanceResourceId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -58,7 +57,7 @@ New-MgBetaPrivilegedAccessResourceRoleAssignment -InputObject ] [-Status ] [-Subject ] [-SubjectId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -68,7 +67,7 @@ New-MgBetaPrivilegedAccessResourceRoleAssignment -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -1076,6 +1075,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaPrivilegedAccessResourceRoleAssignmentRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaPrivilegedAccessResourceRoleAssignmentRequest.md index e56d6f3a8c058..1e9eaa40d3a89 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaPrivilegedAccessResourceRoleAssignmentRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaPrivilegedAccessResourceRoleAssignmentRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetaprivilegedaccessresourceroleassignmentrequest Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaPrivilegedAccessResourceRoleAssignmentRequest --- @@ -31,7 +31,7 @@ New-MgBetaPrivilegedAccessResourceRoleAssignmentRequest -GovernanceResourceId ] [-SubjectId ] [-Type ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -42,7 +42,6 @@ New-MgBetaPrivilegedAccessResourceRoleAssignmentRequest -GovernanceResourceId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -58,7 +57,7 @@ New-MgBetaPrivilegedAccessResourceRoleAssignmentRequest -InputObject ] [-SubjectId ] [-Type ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -68,7 +67,7 @@ New-MgBetaPrivilegedAccessResourceRoleAssignmentRequest -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -1053,6 +1052,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaPrivilegedAccessResourceRoleDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaPrivilegedAccessResourceRoleDefinition.md index 0e1f4ee4aae6e..6eed9357d68cf 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaPrivilegedAccessResourceRoleDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaPrivilegedAccessResourceRoleDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetaprivilegedaccessresourceroledefinition Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaPrivilegedAccessResourceRoleDefinition --- @@ -27,7 +27,7 @@ New-MgBetaPrivilegedAccessResourceRoleDefinition -GovernanceResourceId [-RoleSetting ] [-TemplateId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -38,7 +38,6 @@ New-MgBetaPrivilegedAccessResourceRoleDefinition -GovernanceResourceId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -50,7 +49,7 @@ New-MgBetaPrivilegedAccessResourceRoleDefinition -InputObject ] [-RoleSetting ] [-TemplateId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -60,7 +59,7 @@ New-MgBetaPrivilegedAccessResourceRoleDefinition -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -840,6 +839,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaPrivilegedAccessResourceRoleSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaPrivilegedAccessResourceRoleSetting.md index 77e090a63328e..c60956959f72d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaPrivilegedAccessResourceRoleSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaPrivilegedAccessResourceRoleSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetaprivilegedaccessresourcerolesetting Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaPrivilegedAccessResourceRoleSetting --- @@ -32,7 +32,6 @@ New-MgBetaPrivilegedAccessResourceRoleSetting -GovernanceResourceId [-UserMemberSettings ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -43,7 +42,6 @@ New-MgBetaPrivilegedAccessResourceRoleSetting -GovernanceResourceId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -60,7 +58,6 @@ New-MgBetaPrivilegedAccessResourceRoleSetting -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -70,7 +67,7 @@ New-MgBetaPrivilegedAccessResourceRoleSetting -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -1011,6 +1008,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaPrivilegedAccessRoleAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaPrivilegedAccessRoleAssignment.md index a339a52af37b2..9130d5e1d4456 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaPrivilegedAccessRoleAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaPrivilegedAccessRoleAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetaprivilegedaccessroleassignment Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaPrivilegedAccessRoleAssignment --- @@ -30,7 +30,7 @@ New-MgBetaPrivilegedAccessRoleAssignment -PrivilegedAccessId [-StartDateTime ] [-Status ] [-Subject ] [-SubjectId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -40,7 +40,7 @@ New-MgBetaPrivilegedAccessRoleAssignment -PrivilegedAccessId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -56,7 +56,7 @@ New-MgBetaPrivilegedAccessRoleAssignment -InputObject ] [-Status ] [-Subject ] [-SubjectId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -66,7 +66,7 @@ New-MgBetaPrivilegedAccessRoleAssignment -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -1047,6 +1047,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaPrivilegedAccessRoleAssignmentRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaPrivilegedAccessRoleAssignmentRequest.md index 157c78b016e4c..e7a03c2e3ae31 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaPrivilegedAccessRoleAssignmentRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaPrivilegedAccessRoleAssignmentRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetaprivilegedaccessroleassignmentrequest Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaPrivilegedAccessRoleAssignmentRequest --- @@ -30,7 +30,7 @@ New-MgBetaPrivilegedAccessRoleAssignmentRequest -PrivilegedAccessId [-Subject ] [-SubjectId ] [-Type ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -40,7 +40,7 @@ New-MgBetaPrivilegedAccessRoleAssignmentRequest -PrivilegedAccessId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -56,7 +56,7 @@ New-MgBetaPrivilegedAccessRoleAssignmentRequest -InputObject ] [-SubjectId ] [-Type ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -66,7 +66,7 @@ New-MgBetaPrivilegedAccessRoleAssignmentRequest -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -1136,6 +1136,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaPrivilegedAccessRoleDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaPrivilegedAccessRoleDefinition.md index 74d309a857547..d847f4ba2f36c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaPrivilegedAccessRoleDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaPrivilegedAccessRoleDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetaprivilegedaccessroledefinition Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaPrivilegedAccessRoleDefinition --- @@ -26,7 +26,7 @@ New-MgBetaPrivilegedAccessRoleDefinition -PrivilegedAccessId [-ResourceId ] [-RoleSetting ] [-TemplateId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -36,7 +36,7 @@ New-MgBetaPrivilegedAccessRoleDefinition -PrivilegedAccessId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -48,7 +48,7 @@ New-MgBetaPrivilegedAccessRoleDefinition -InputObject ] [-RoleSetting ] [-TemplateId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -58,7 +58,7 @@ New-MgBetaPrivilegedAccessRoleDefinition -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -811,6 +811,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaPrivilegedAccessRoleSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaPrivilegedAccessRoleSetting.md index 948e2a5667b7c..aeb13b6e1dd3a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaPrivilegedAccessRoleSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaPrivilegedAccessRoleSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetaprivilegedaccessrolesetting Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaPrivilegedAccessRoleSetting --- @@ -31,7 +31,6 @@ New-MgBetaPrivilegedAccessRoleSetting -PrivilegedAccessId [-UserMemberSettings ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -41,7 +40,7 @@ New-MgBetaPrivilegedAccessRoleSetting -PrivilegedAccessId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -58,7 +57,6 @@ New-MgBetaPrivilegedAccessRoleSetting -InputObject [-UserMemberSettings ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -68,7 +66,7 @@ New-MgBetaPrivilegedAccessRoleSetting -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -982,6 +980,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaPrivilegedApproval.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaPrivilegedApproval.md index d6fb68d8938ed..1d1f07b0ad2d6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaPrivilegedApproval.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaPrivilegedApproval.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetaprivilegedapproval Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaPrivilegedApproval --- @@ -27,7 +27,7 @@ New-MgBetaPrivilegedApproval [-ResponseHeadersVariable ] [-AdditionalPro [-RoleId ] [-RoleInfo ] [-StartDateTime ] [-UserId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -37,7 +37,6 @@ New-MgBetaPrivilegedApproval -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaPrivilegedOperationEvent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaPrivilegedOperationEvent.md index 416682edcfc6f..a48f3036c9ef7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaPrivilegedOperationEvent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaPrivilegedOperationEvent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetaprivilegedoperationevent Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaPrivilegedOperationEvent --- @@ -28,7 +28,7 @@ New-MgBetaPrivilegedOperationEvent [-ResponseHeadersVariable ] [-TenantId ] [-UserId ] [-UserMail ] [-UserName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -38,7 +38,6 @@ New-MgBetaPrivilegedOperationEvent -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaPrivilegedRole.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaPrivilegedRole.md index 736d6c950c7d9..a697854c5fec3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaPrivilegedRole.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaPrivilegedRole.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetaprivilegedrole Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaPrivilegedRole --- @@ -26,7 +26,6 @@ New-MgBetaPrivilegedRole [-ResponseHeadersVariable ] [-AdditionalPropert [-Summary ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -36,7 +35,6 @@ New-MgBetaPrivilegedRole -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaPrivilegedRoleAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaPrivilegedRoleAssignment.md index 35039aafc30b2..06ae0774ec69b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaPrivilegedRoleAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaPrivilegedRoleAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetaprivilegedroleassignment Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaPrivilegedRoleAssignment --- @@ -25,7 +25,7 @@ New-MgBetaPrivilegedRoleAssignment [-ResponseHeadersVariable ] [-ResultMessage ] [-RoleId ] [-RoleInfo ] [-UserId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -35,7 +35,6 @@ New-MgBetaPrivilegedRoleAssignment -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaPrivilegedRoleAssignmentEligible.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaPrivilegedRoleAssignmentEligible.md index 51e3f25fd5d5f..0a04720b5d28e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaPrivilegedRoleAssignmentEligible.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaPrivilegedRoleAssignmentEligible.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetaprivilegedroleassignmenteligible Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaPrivilegedRoleAssignmentEligible --- @@ -24,7 +24,6 @@ New-MgBetaPrivilegedRoleAssignmentEligible -PrivilegedRoleAssignmentId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### MakeViaIdentity @@ -34,7 +33,6 @@ New-MgBetaPrivilegedRoleAssignmentEligible -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -391,6 +389,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaPrivilegedRoleAssignmentPermanent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaPrivilegedRoleAssignmentPermanent.md index 0202deed5f4fa..348c732029151 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaPrivilegedRoleAssignmentPermanent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaPrivilegedRoleAssignmentPermanent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetaprivilegedroleassignmentpermanent Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaPrivilegedRoleAssignmentPermanent --- @@ -25,7 +25,6 @@ New-MgBetaPrivilegedRoleAssignmentPermanent -PrivilegedRoleAssignmentId [-TicketNumber ] [-TicketSystem ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Make @@ -36,7 +35,6 @@ New-MgBetaPrivilegedRoleAssignmentPermanent -PrivilegedRoleAssignmentId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### MakeViaIdentityExpanded @@ -47,7 +45,6 @@ New-MgBetaPrivilegedRoleAssignmentPermanent -InputObject ] [-TicketSystem ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### MakeViaIdentity @@ -58,7 +55,6 @@ New-MgBetaPrivilegedRoleAssignmentPermanent -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -578,6 +574,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaPrivilegedRoleAssignmentRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaPrivilegedRoleAssignmentRequest.md index 31eb6024937fa..e6619b670fdc5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaPrivilegedRoleAssignmentRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaPrivilegedRoleAssignmentRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetaprivilegedroleassignmentrequest Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaPrivilegedRoleAssignmentRequest --- @@ -27,7 +27,7 @@ New-MgBetaPrivilegedRoleAssignmentRequest [-ResponseHeadersVariable ] [-Status ] [-TicketNumber ] [-TicketSystem ] [-Type ] [-UserId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -37,7 +37,7 @@ New-MgBetaPrivilegedRoleAssignmentRequest -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.Governance/New-MgBetaProgram.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaProgram.md index af60fac7738e2..625c67bd0c8a1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaProgram.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaProgram.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetaprogram Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaProgram --- @@ -24,7 +24,7 @@ New-MgBetaProgram [-ResponseHeadersVariable ] [-AdditionalProperties ] [-Description ] [-DisplayName ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -33,7 +33,7 @@ New-MgBetaProgram [-ResponseHeadersVariable ] [-AdditionalProperties [-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.Governance/New-MgBetaProgramControl.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaProgramControl.md index f70602cc5569c..186352fc8c6f7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaProgramControl.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaProgramControl.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetaprogramcontrol Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaProgramControl --- @@ -29,7 +29,6 @@ New-MgBetaProgramControl [-ProgramId ] [-ResponseHeadersVariable ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateExpanded1 @@ -42,7 +41,6 @@ New-MgBetaProgramControl -ProgramControlId [-ProgramId ] [-Resource ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create1 @@ -52,7 +50,6 @@ New-MgBetaProgramControl -ProgramControlId -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded1 @@ -65,7 +62,6 @@ New-MgBetaProgramControl -InputObject [-ProgramId [-Resource ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -78,7 +74,6 @@ New-MgBetaProgramControl -InputObject [-ProgramId [-Resource ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateExpanded2 @@ -91,7 +86,7 @@ New-MgBetaProgramControl -ProgramId [-ResponseHeadersVariable ] [-Resource ] [-Status ] [-ProgramId1 ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create2 @@ -101,7 +96,6 @@ New-MgBetaProgramControl -ProgramId -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity1 @@ -111,7 +105,7 @@ New-MgBetaProgramControl -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -121,7 +115,7 @@ New-MgBetaProgramControl -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -131,7 +125,6 @@ New-MgBetaProgramControl -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -1150,6 +1143,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaProgramControlType.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaProgramControlType.md index 4a340d5527255..caedd66463bcd 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaProgramControlType.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaProgramControlType.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetaprogramcontroltype Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaProgramControlType --- @@ -24,7 +24,7 @@ New-MgBetaProgramControlType [-ResponseHeadersVariable ] [-AdditionalPro [-ControlTypeGroupId ] [-DisplayName ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -34,7 +34,6 @@ New-MgBetaProgramControlType -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaRoleManagementDirectoryResourceNamespace.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaRoleManagementDirectoryResourceNamespace.md index f39b57b7a4aa1..c420411457ee7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaRoleManagementDirectoryResourceNamespace.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaRoleManagementDirectoryResourceNamespace.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetarolemanagementdirectoryresourcenamespace Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaRoleManagementDirectoryResourceNamespace --- @@ -28,7 +28,6 @@ New-MgBetaRoleManagementDirectoryResourceNamespace [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -38,7 +37,7 @@ New-MgBetaRoleManagementDirectoryResourceNamespace -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.Governance/New-MgBetaRoleManagementDirectoryResourceNamespaceResourceAction.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaRoleManagementDirectoryResourceNamespaceResourceAction.md index fdb250a5e3647..fdc7c766965d2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaRoleManagementDirectoryResourceNamespaceResourceAction.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaRoleManagementDirectoryResourceNamespaceResourceAction.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetarolemanagementdirectoryresourcenamespaceresourceaction Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaRoleManagementDirectoryResourceNamespaceResourceAction --- @@ -32,7 +32,7 @@ New-MgBetaRoleManagementDirectoryResourceNamespaceResourceAction [-ResourceScope ] [-ResourceScopeId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -43,7 +43,6 @@ New-MgBetaRoleManagementDirectoryResourceNamespaceResourceAction [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -58,7 +57,7 @@ New-MgBetaRoleManagementDirectoryResourceNamespaceResourceAction [-ResourceScope ] [-ResourceScopeId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -69,7 +68,7 @@ New-MgBetaRoleManagementDirectoryResourceNamespaceResourceAction -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -825,6 +824,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaRoleManagementDirectoryRoleAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaRoleManagementDirectoryRoleAssignment.md index 2cdfde0a3dbe9..74bb905e4003c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaRoleManagementDirectoryRoleAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaRoleManagementDirectoryRoleAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetarolemanagementdirectoryroleassignment Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaRoleManagementDirectoryRoleAssignment --- @@ -31,7 +31,7 @@ New-MgBetaRoleManagementDirectoryRoleAssignment [-ResponseHeadersVariable ] [-RoleDefinitionId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -41,7 +41,7 @@ New-MgBetaRoleManagementDirectoryRoleAssignment -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.Governance/New-MgBetaRoleManagementDirectoryRoleAssignmentApproval.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaRoleManagementDirectoryRoleAssignmentApproval.md index 2e8fcde7dd42a..668f5ffac1c43 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaRoleManagementDirectoryRoleAssignmentApproval.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaRoleManagementDirectoryRoleAssignmentApproval.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetarolemanagementdirectoryroleassignmentapproval Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaRoleManagementDirectoryRoleAssignmentApproval --- @@ -24,7 +24,7 @@ New-MgBetaRoleManagementDirectoryRoleAssignmentApproval [-ResponseHeadersVariabl [-AdditionalProperties ] [-Id ] [-Steps ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -34,7 +34,6 @@ New-MgBetaRoleManagementDirectoryRoleAssignmentApproval -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaRoleManagementDirectoryRoleAssignmentApprovalStep.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaRoleManagementDirectoryRoleAssignmentApprovalStep.md index 6a1b03520dc99..adc7097b1eeaa 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaRoleManagementDirectoryRoleAssignmentApprovalStep.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaRoleManagementDirectoryRoleAssignmentApprovalStep.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetarolemanagementdirectoryroleassignmentapprovalstep Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaRoleManagementDirectoryRoleAssignmentApprovalStep --- @@ -26,7 +26,7 @@ New-MgBetaRoleManagementDirectoryRoleAssignmentApprovalStep -ApprovalId [-ReviewedBy ] [-ReviewedDateTime ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -36,7 +36,7 @@ New-MgBetaRoleManagementDirectoryRoleAssignmentApprovalStep -ApprovalId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -49,7 +49,6 @@ New-MgBetaRoleManagementDirectoryRoleAssignmentApprovalStep [-ReviewedDateTime ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -60,7 +59,6 @@ New-MgBetaRoleManagementDirectoryRoleAssignmentApprovalStep [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -731,6 +729,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaRoleManagementDirectoryRoleAssignmentSchedule.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaRoleManagementDirectoryRoleAssignmentSchedule.md index d315d44cff293..e035408fff61e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaRoleManagementDirectoryRoleAssignmentSchedule.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaRoleManagementDirectoryRoleAssignmentSchedule.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetarolemanagementdirectoryroleassignmentschedule Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaRoleManagementDirectoryRoleAssignmentSchedule --- @@ -33,7 +33,7 @@ New-MgBetaRoleManagementDirectoryRoleAssignmentSchedule [-ResponseHeadersVariabl [-RoleDefinitionId ] [-ScheduleInfo ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -43,7 +43,7 @@ New-MgBetaRoleManagementDirectoryRoleAssignmentSchedule -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.Governance/New-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstance.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstance.md index aef8041ad1c9f..edde835bc254f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstance.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstance.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetarolemanagementdirectoryroleassignmentscheduleinstance Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstance --- @@ -34,7 +34,6 @@ New-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstance [-ResponseHeader [-StartDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -45,7 +44,6 @@ New-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstance [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequest.md index 8f746e41a2888..de6eaf3d5efbf 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetarolemanagementdirectoryroleassignmentschedulerequest Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequest --- @@ -39,7 +39,6 @@ New-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequest [-ResponseHeaders [-TicketInfo ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -50,7 +49,6 @@ New-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequest [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -69,9 +67,9 @@ See Enable per-user Microsoft Entra multifactor authentication to secure sign-in | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | RoleAssignmentSchedule.ReadWrite.Directory, RoleManagement.ReadWrite.Directory, RoleEligibilitySchedule.Remove.Directory, RoleAssignmentSchedule.Remove.Directory, | +| Delegated (work or school account) | RoleAssignmentSchedule.ReadWrite.Directory, RoleAssignmentSchedule.Remove.Directory, RoleEligibilitySchedule.Remove.Directory, RoleManagement.ReadWrite.Directory, | | Delegated (personal Microsoft account) | Not supported | -| Application | RoleAssignmentSchedule.ReadWrite.Directory, RoleManagement.ReadWrite.Directory, RoleEligibilitySchedule.Remove.Directory, RoleAssignmentSchedule.Remove.Directory, | +| Application | RoleAssignmentSchedule.ReadWrite.Directory, RoleAssignmentSchedule.Remove.Directory, RoleEligibilitySchedule.Remove.Directory, RoleManagement.ReadWrite.Directory, | ## EXAMPLES ### Example 1: Admin assigning a directory role to a principal diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaRoleManagementDirectoryRoleDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaRoleManagementDirectoryRoleDefinition.md index 150789a7cb14c..0490506eedf7c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaRoleManagementDirectoryRoleDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaRoleManagementDirectoryRoleDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetarolemanagementdirectoryroledefinition Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaRoleManagementDirectoryRoleDefinition --- @@ -33,7 +33,7 @@ New-MgBetaRoleManagementDirectoryRoleDefinition [-ResponseHeadersVariable ] [-TemplateId ] [-Version ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -43,7 +43,7 @@ New-MgBetaRoleManagementDirectoryRoleDefinition -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.Governance/New-MgBetaRoleManagementDirectoryRoleDefinitionInheritPermissionFrom.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaRoleManagementDirectoryRoleDefinitionInheritPermissionFrom.md index eebf47d84c4ca..6215a34db66f9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaRoleManagementDirectoryRoleDefinitionInheritPermissionFrom.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaRoleManagementDirectoryRoleDefinitionInheritPermissionFrom.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetarolemanagementdirectoryroledefinitioninheritpermissionfrom Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaRoleManagementDirectoryRoleDefinitionInheritPermissionFrom --- @@ -32,7 +32,7 @@ New-MgBetaRoleManagementDirectoryRoleDefinitionInheritPermissionFrom [-RolePermissions ] [-TemplateId ] [-Version ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -43,7 +43,6 @@ New-MgBetaRoleManagementDirectoryRoleDefinitionInheritPermissionFrom [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -58,7 +57,7 @@ New-MgBetaRoleManagementDirectoryRoleDefinitionInheritPermissionFrom [-RolePermissions ] [-TemplateId ] [-Version ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -69,7 +68,6 @@ New-MgBetaRoleManagementDirectoryRoleDefinitionInheritPermissionFrom [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -924,6 +922,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaRoleManagementDirectoryRoleEligibilitySchedule.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaRoleManagementDirectoryRoleEligibilitySchedule.md index cfcae7656e62f..cc518d84b1f53 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaRoleManagementDirectoryRoleEligibilitySchedule.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaRoleManagementDirectoryRoleEligibilitySchedule.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetarolemanagementdirectoryroleeligibilityschedule Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaRoleManagementDirectoryRoleEligibilitySchedule --- @@ -32,7 +32,7 @@ New-MgBetaRoleManagementDirectoryRoleEligibilitySchedule [-ResponseHeadersVariab [-RoleDefinitionId ] [-ScheduleInfo ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -42,7 +42,7 @@ New-MgBetaRoleManagementDirectoryRoleEligibilitySchedule -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.Governance/New-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstance.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstance.md index 99cacf519dbb2..902ef7ff35319 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstance.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstance.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetarolemanagementdirectoryroleeligibilityscheduleinstance Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstance --- @@ -32,7 +32,6 @@ New-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstance [-ResponseHeade [-RoleEligibilityScheduleId ] [-StartDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -43,7 +42,6 @@ New-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstance [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequest.md index 399b364e3ed96..b811384890b84 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetarolemanagementdirectoryroleeligibilityschedulerequest Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequest --- @@ -36,7 +36,6 @@ New-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequest [-ResponseHeader [-TicketInfo ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -47,7 +46,6 @@ New-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequest [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaRoleManagementDirectoryTransitiveRoleAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaRoleManagementDirectoryTransitiveRoleAssignment.md index 7687fb17b2385..0fa87103ce95e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaRoleManagementDirectoryTransitiveRoleAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaRoleManagementDirectoryTransitiveRoleAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetarolemanagementdirectorytransitiveroleassignment Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaRoleManagementDirectoryTransitiveRoleAssignment --- @@ -28,7 +28,7 @@ New-MgBetaRoleManagementDirectoryTransitiveRoleAssignment [-ResponseHeadersVaria [-RoleDefinition ] [-RoleDefinitionId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -38,7 +38,7 @@ New-MgBetaRoleManagementDirectoryTransitiveRoleAssignment -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.Governance/New-MgBetaRoleManagementEnterpriseApp.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaRoleManagementEnterpriseApp.md index d7619ae8e9aff..f8af577343154 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaRoleManagementEnterpriseApp.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaRoleManagementEnterpriseApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetarolemanagemententerpriseapp Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaRoleManagementEnterpriseApp --- @@ -35,7 +35,7 @@ New-MgBetaRoleManagementEnterpriseApp [-ResponseHeadersVariable ] [-TransitiveRoleAssignments ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -45,7 +45,6 @@ New-MgBetaRoleManagementEnterpriseApp -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaRoleManagementEnterpriseAppResourceNamespace.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaRoleManagementEnterpriseAppResourceNamespace.md index 0f2a3c19bce58..da1dfe6da7975 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaRoleManagementEnterpriseAppResourceNamespace.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaRoleManagementEnterpriseAppResourceNamespace.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetarolemanagemententerpriseappresourcenamespace Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaRoleManagementEnterpriseAppResourceNamespace --- @@ -25,7 +25,7 @@ New-MgBetaRoleManagementEnterpriseAppResourceNamespace -RbacApplicationId ] [-ResourceActions ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -35,7 +35,7 @@ New-MgBetaRoleManagementEnterpriseAppResourceNamespace -RbacApplicationId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -46,7 +46,7 @@ New-MgBetaRoleManagementEnterpriseAppResourceNamespace -InputObject ] [-ResourceActions ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -56,7 +56,7 @@ New-MgBetaRoleManagementEnterpriseAppResourceNamespace -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -609,6 +609,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceAction.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceAction.md index 924a4a86a4613..b7cee57853e09 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceAction.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceAction.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetarolemanagemententerpriseappresourcenamespaceresourceaction Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceAction --- @@ -29,7 +29,7 @@ New-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceAction -RbacApplic [-ResourceScope ] [-ResourceScopeId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -40,7 +40,6 @@ New-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceAction -RbacApplic [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -55,7 +54,7 @@ New-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceAction [-ResourceScope ] [-ResourceScopeId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -66,7 +65,7 @@ New-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceAction -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -849,6 +848,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaRoleManagementEnterpriseAppRoleAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaRoleManagementEnterpriseAppRoleAssignment.md index cfc75d67ebf6b..9fe55d3ea2708 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaRoleManagementEnterpriseAppRoleAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaRoleManagementEnterpriseAppRoleAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetarolemanagemententerpriseapproleassignment Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaRoleManagementEnterpriseAppRoleAssignment --- @@ -29,7 +29,7 @@ New-MgBetaRoleManagementEnterpriseAppRoleAssignment -RbacApplicationId [-RoleDefinition ] [-RoleDefinitionId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -39,7 +39,7 @@ New-MgBetaRoleManagementEnterpriseAppRoleAssignment -RbacApplicationId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -54,7 +54,7 @@ New-MgBetaRoleManagementEnterpriseAppRoleAssignment -InputObject ] [-RoleDefinitionId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -64,7 +64,7 @@ New-MgBetaRoleManagementEnterpriseAppRoleAssignment -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -929,6 +929,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaRoleManagementEnterpriseAppRoleAssignmentApproval.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaRoleManagementEnterpriseAppRoleAssignmentApproval.md index ded2e7f90dfea..4581fdbe4698c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaRoleManagementEnterpriseAppRoleAssignmentApproval.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaRoleManagementEnterpriseAppRoleAssignmentApproval.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetarolemanagemententerpriseapproleassignmentapproval Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaRoleManagementEnterpriseAppRoleAssignmentApproval --- @@ -25,7 +25,6 @@ New-MgBetaRoleManagementEnterpriseAppRoleAssignmentApproval -RbacApplicationId < [-Steps ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -35,7 +34,7 @@ New-MgBetaRoleManagementEnterpriseAppRoleAssignmentApproval -RbacApplicationId < -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -46,7 +45,7 @@ New-MgBetaRoleManagementEnterpriseAppRoleAssignmentApproval [-AdditionalProperties ] [-Id ] [-Steps ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -57,7 +56,6 @@ New-MgBetaRoleManagementEnterpriseAppRoleAssignmentApproval [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -561,6 +559,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaRoleManagementEnterpriseAppRoleAssignmentApprovalStep.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaRoleManagementEnterpriseAppRoleAssignmentApprovalStep.md index 6f7e0ce0bf93a..171979b59dd87 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaRoleManagementEnterpriseAppRoleAssignmentApprovalStep.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaRoleManagementEnterpriseAppRoleAssignmentApprovalStep.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetarolemanagemententerpriseapproleassignmentapprovalstep Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaRoleManagementEnterpriseAppRoleAssignmentApprovalStep --- @@ -26,7 +26,7 @@ New-MgBetaRoleManagementEnterpriseAppRoleAssignmentApprovalStep -ApprovalId ] [-ReviewedBy ] [-ReviewedDateTime ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -37,7 +37,6 @@ New-MgBetaRoleManagementEnterpriseAppRoleAssignmentApprovalStep -ApprovalId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -50,7 +49,6 @@ New-MgBetaRoleManagementEnterpriseAppRoleAssignmentApprovalStep [-ReviewedDateTime ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -61,7 +59,6 @@ New-MgBetaRoleManagementEnterpriseAppRoleAssignmentApprovalStep [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -759,6 +756,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaRoleManagementEnterpriseAppRoleAssignmentSchedule.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaRoleManagementEnterpriseAppRoleAssignmentSchedule.md index dfd6afce8513d..39570afb8c7f3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaRoleManagementEnterpriseAppRoleAssignmentSchedule.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaRoleManagementEnterpriseAppRoleAssignmentSchedule.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetarolemanagemententerpriseapproleassignmentschedule Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaRoleManagementEnterpriseAppRoleAssignmentSchedule --- @@ -31,7 +31,7 @@ New-MgBetaRoleManagementEnterpriseAppRoleAssignmentSchedule -RbacApplicationId < [-RoleDefinitionId ] [-ScheduleInfo ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -41,7 +41,7 @@ New-MgBetaRoleManagementEnterpriseAppRoleAssignmentSchedule -RbacApplicationId < -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -58,7 +58,7 @@ New-MgBetaRoleManagementEnterpriseAppRoleAssignmentSchedule [-RoleDefinitionId ] [-ScheduleInfo ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -69,7 +69,7 @@ New-MgBetaRoleManagementEnterpriseAppRoleAssignmentSchedule -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -1265,6 +1265,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstance.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstance.md index 23f9ac3ae0723..4f3508c5f4f8d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstance.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstance.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetarolemanagemententerpriseapproleassignmentscheduleinstance Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstance --- @@ -32,7 +32,6 @@ New-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstance -RbacApplica [-StartDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -43,7 +42,6 @@ New-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstance -RbacApplica [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -61,7 +59,6 @@ New-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstance [-StartDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -73,7 +70,6 @@ New-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstance [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -1146,6 +1142,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequest.md index 563a74493d0c6..76fe9ca067575 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetarolemanagemententerpriseapproleassignmentschedulerequest Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequest --- @@ -34,7 +34,6 @@ New-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequest -RbacApplicat [-TicketInfo ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -45,7 +44,6 @@ New-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequest -RbacApplicat [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -65,7 +63,6 @@ New-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequest [-TicketInfo ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -77,7 +74,6 @@ New-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequest [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -1522,6 +1518,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaRoleManagementEnterpriseAppRoleDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaRoleManagementEnterpriseAppRoleDefinition.md index 936fe5a6adc28..862564b563ffd 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaRoleManagementEnterpriseAppRoleDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaRoleManagementEnterpriseAppRoleDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetarolemanagemententerpriseapproledefinition Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaRoleManagementEnterpriseAppRoleDefinition --- @@ -28,7 +28,7 @@ New-MgBetaRoleManagementEnterpriseAppRoleDefinition -RbacApplicationId [-RolePermissions ] [-TemplateId ] [-Version ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -38,7 +38,7 @@ New-MgBetaRoleManagementEnterpriseAppRoleDefinition -RbacApplicationId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -52,7 +52,7 @@ New-MgBetaRoleManagementEnterpriseAppRoleDefinition -InputObject ] [-TemplateId ] [-Version ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -62,7 +62,7 @@ New-MgBetaRoleManagementEnterpriseAppRoleDefinition -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -917,6 +917,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaRoleManagementEnterpriseAppRoleDefinitionInheritPermissionFrom.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaRoleManagementEnterpriseAppRoleDefinitionInheritPermissionFrom.md index f27f85983a1c5..d98e157ba62b1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaRoleManagementEnterpriseAppRoleDefinitionInheritPermissionFrom.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaRoleManagementEnterpriseAppRoleDefinitionInheritPermissionFrom.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetarolemanagemententerpriseapproledefinitioninheritpermissionfrom Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaRoleManagementEnterpriseAppRoleDefinitionInheritPermissionFrom --- @@ -29,7 +29,7 @@ New-MgBetaRoleManagementEnterpriseAppRoleDefinitionInheritPermissionFrom -RbacAp [-RolePermissions ] [-TemplateId ] [-Version ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -40,7 +40,6 @@ New-MgBetaRoleManagementEnterpriseAppRoleDefinitionInheritPermissionFrom -RbacAp [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -55,7 +54,7 @@ New-MgBetaRoleManagementEnterpriseAppRoleDefinitionInheritPermissionFrom [-RolePermissions ] [-TemplateId ] [-Version ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -66,7 +65,6 @@ New-MgBetaRoleManagementEnterpriseAppRoleDefinitionInheritPermissionFrom [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -948,6 +946,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaRoleManagementEnterpriseAppRoleEligibilitySchedule.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaRoleManagementEnterpriseAppRoleEligibilitySchedule.md index 8107f5609b494..3ee7e5e53e4bb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaRoleManagementEnterpriseAppRoleEligibilitySchedule.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaRoleManagementEnterpriseAppRoleEligibilitySchedule.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetarolemanagemententerpriseapproleeligibilityschedule Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaRoleManagementEnterpriseAppRoleEligibilitySchedule --- @@ -30,7 +30,7 @@ New-MgBetaRoleManagementEnterpriseAppRoleEligibilitySchedule -RbacApplicationId [-ScheduleInfo ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -40,7 +40,7 @@ New-MgBetaRoleManagementEnterpriseAppRoleEligibilitySchedule -RbacApplicationId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -56,7 +56,7 @@ New-MgBetaRoleManagementEnterpriseAppRoleEligibilitySchedule [-RoleDefinitionId ] [-ScheduleInfo ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -67,7 +67,7 @@ New-MgBetaRoleManagementEnterpriseAppRoleEligibilitySchedule -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -1049,6 +1049,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstance.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstance.md index 48875c5533c4e..9a0b990bab697 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstance.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstance.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetarolemanagemententerpriseapproleeligibilityscheduleinstance Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstance --- @@ -30,7 +30,6 @@ New-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstance -RbacApplic [-RoleEligibilityScheduleId ] [-StartDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -41,7 +40,6 @@ New-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstance -RbacApplic [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -57,7 +55,6 @@ New-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstance [-RoleEligibilityScheduleId ] [-StartDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -69,7 +66,6 @@ New-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstance [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -948,6 +944,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequest.md index 8a819b87f2571..5bab67fb50ee7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetarolemanagemententerpriseapproleeligibilityschedulerequest Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequest --- @@ -33,7 +33,6 @@ New-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequest -RbacApplica [-TicketInfo ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -44,7 +43,6 @@ New-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequest -RbacApplica [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -63,7 +61,6 @@ New-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequest [-TicketInfo ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -75,7 +72,6 @@ New-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequest [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -1334,6 +1330,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignment.md index 6c374f91b037a..8f68648bcdcd9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetarolemanagemententerpriseapptransitiveroleassignment Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignment --- @@ -29,7 +29,7 @@ New-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignment -RbacApplicationId [-RoleDefinition ] [-RoleDefinitionId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -39,7 +39,7 @@ New-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignment -RbacApplicationId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -54,7 +54,7 @@ New-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignment [-RoleDefinition ] [-RoleDefinitionId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -65,7 +65,6 @@ New-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignment [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -930,6 +929,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaRoleManagementEntitlementManagementResourceNamespace.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaRoleManagementEntitlementManagementResourceNamespace.md index b4e0054cb46a1..8693d76b6848c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaRoleManagementEntitlementManagementResourceNamespace.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaRoleManagementEntitlementManagementResourceNamespace.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetarolemanagemententitlementmanagementresourcenamespace Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaRoleManagementEntitlementManagementResourceNamespace --- @@ -28,7 +28,6 @@ New-MgBetaRoleManagementEntitlementManagementResourceNamespace [-ResponseHeaders [-ResourceActions ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -38,7 +37,7 @@ New-MgBetaRoleManagementEntitlementManagementResourceNamespace -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.Governance/New-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceAction.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceAction.md index 6c729c1036e0a..dd611cd604885 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceAction.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceAction.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetarolemanagemententitlementmanagementresourcenamespaceresourceaction Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceAction --- @@ -32,7 +32,7 @@ New-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceAction [-ResourceScope ] [-ResourceScopeId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -43,7 +43,6 @@ New-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceAction [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -58,7 +57,7 @@ New-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceAction [-ResourceScope ] [-ResourceScopeId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -69,7 +68,7 @@ New-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceAction -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -825,6 +824,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaRoleManagementEntitlementManagementRoleAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaRoleManagementEntitlementManagementRoleAssignment.md index b80555f5cc5b0..518f7d3f04536 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaRoleManagementEntitlementManagementRoleAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaRoleManagementEntitlementManagementRoleAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetarolemanagemententitlementmanagementroleassignment Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaRoleManagementEntitlementManagementRoleAssignment --- @@ -31,7 +31,7 @@ New-MgBetaRoleManagementEntitlementManagementRoleAssignment [-ResponseHeadersVar [-RoleDefinition ] [-RoleDefinitionId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -41,7 +41,7 @@ New-MgBetaRoleManagementEntitlementManagementRoleAssignment -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.Governance/New-MgBetaRoleManagementEntitlementManagementRoleAssignmentApproval.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaRoleManagementEntitlementManagementRoleAssignmentApproval.md index f2cdf35b195c4..3f4335383c3c5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaRoleManagementEntitlementManagementRoleAssignmentApproval.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaRoleManagementEntitlementManagementRoleAssignmentApproval.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetarolemanagemententitlementmanagementroleassignmentapproval Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaRoleManagementEntitlementManagementRoleAssignmentApproval --- @@ -25,7 +25,6 @@ New-MgBetaRoleManagementEntitlementManagementRoleAssignmentApproval [-Steps ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -35,7 +34,7 @@ New-MgBetaRoleManagementEntitlementManagementRoleAssignmentApproval -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.Governance/New-MgBetaRoleManagementEntitlementManagementRoleAssignmentApprovalStep.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaRoleManagementEntitlementManagementRoleAssignmentApprovalStep.md index 352b678753702..d96bcd8f37423 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaRoleManagementEntitlementManagementRoleAssignmentApprovalStep.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaRoleManagementEntitlementManagementRoleAssignmentApprovalStep.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetarolemanagemententitlementmanagementroleassignmentapprovalstep Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaRoleManagementEntitlementManagementRoleAssignmentApprovalStep --- @@ -26,7 +26,7 @@ New-MgBetaRoleManagementEntitlementManagementRoleAssignmentApprovalStep -Approva [-ReviewedBy ] [-ReviewedDateTime ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -36,7 +36,7 @@ New-MgBetaRoleManagementEntitlementManagementRoleAssignmentApprovalStep -Approva -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -49,7 +49,6 @@ New-MgBetaRoleManagementEntitlementManagementRoleAssignmentApprovalStep [-ReviewedDateTime ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -60,7 +59,6 @@ New-MgBetaRoleManagementEntitlementManagementRoleAssignmentApprovalStep [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -731,6 +729,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaRoleManagementEntitlementManagementRoleAssignmentSchedule.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaRoleManagementEntitlementManagementRoleAssignmentSchedule.md index d1ba5bb5e355a..0da7987e435aa 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaRoleManagementEntitlementManagementRoleAssignmentSchedule.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaRoleManagementEntitlementManagementRoleAssignmentSchedule.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetarolemanagemententitlementmanagementroleassignmentschedule Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaRoleManagementEntitlementManagementRoleAssignmentSchedule --- @@ -34,7 +34,7 @@ New-MgBetaRoleManagementEntitlementManagementRoleAssignmentSchedule [-RoleDefinitionId ] [-ScheduleInfo ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -44,7 +44,7 @@ New-MgBetaRoleManagementEntitlementManagementRoleAssignmentSchedule -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.Governance/New-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstance.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstance.md index dc1ddc591a219..1e0f50e0db9a6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstance.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstance.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetarolemanagemententitlementmanagementroleassignmentscheduleinstance Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstance --- @@ -35,7 +35,6 @@ New-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstance [-StartDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -46,7 +45,6 @@ New-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstance [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequest.md index 74d57b3ee30a7..6bacabdd82ef4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetarolemanagemententitlementmanagementroleassignmentschedulerequest Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequest --- @@ -37,7 +37,6 @@ New-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequest [-TicketInfo ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -48,7 +47,6 @@ New-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequest [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaRoleManagementEntitlementManagementRoleDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaRoleManagementEntitlementManagementRoleDefinition.md index 4c29c0c7641f9..b8ff8950face7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaRoleManagementEntitlementManagementRoleDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaRoleManagementEntitlementManagementRoleDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetarolemanagemententitlementmanagementroledefinition Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaRoleManagementEntitlementManagementRoleDefinition --- @@ -31,7 +31,7 @@ New-MgBetaRoleManagementEntitlementManagementRoleDefinition [-ResponseHeadersVar [-RolePermissions ] [-TemplateId ] [-Version ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -41,7 +41,7 @@ New-MgBetaRoleManagementEntitlementManagementRoleDefinition -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.Governance/New-MgBetaRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom.md index e8b279d762da0..17be81bcddd42 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetarolemanagemententitlementmanagementroledefinitioninheritpermissionfrom Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom --- @@ -32,7 +32,7 @@ New-MgBetaRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom [-RolePermissions ] [-TemplateId ] [-Version ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -43,7 +43,6 @@ New-MgBetaRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -58,7 +57,7 @@ New-MgBetaRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom [-RolePermissions ] [-TemplateId ] [-Version ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -69,7 +68,6 @@ New-MgBetaRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -924,6 +922,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaRoleManagementEntitlementManagementRoleEligibilitySchedule.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaRoleManagementEntitlementManagementRoleEligibilitySchedule.md index 7409db2d18edc..3bc570a09a48a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaRoleManagementEntitlementManagementRoleEligibilitySchedule.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaRoleManagementEntitlementManagementRoleEligibilitySchedule.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetarolemanagemententitlementmanagementroleeligibilityschedule Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaRoleManagementEntitlementManagementRoleEligibilitySchedule --- @@ -33,7 +33,7 @@ New-MgBetaRoleManagementEntitlementManagementRoleEligibilitySchedule [-ScheduleInfo ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -43,7 +43,7 @@ New-MgBetaRoleManagementEntitlementManagementRoleEligibilitySchedule -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.Governance/New-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstance.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstance.md index ca51454732888..4e1c2b8578890 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstance.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstance.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetarolemanagemententitlementmanagementroleeligibilityscheduleinstance Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstance --- @@ -33,7 +33,6 @@ New-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstance [-RoleEligibilityScheduleId ] [-StartDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -44,7 +43,6 @@ New-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstance [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequest.md index b2345f3c46706..be5061287d2bb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetarolemanagemententitlementmanagementroleeligibilityschedulerequest Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequest --- @@ -36,7 +36,6 @@ New-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequest [-TicketInfo ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -47,7 +46,6 @@ New-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequest [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignment.md index 9a02823ebc678..1b87da2847997 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/New-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/new-mgbetarolemanagemententitlementmanagementtransitiveroleassignment Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignment --- @@ -29,7 +29,7 @@ New-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignment [-RoleDefinition ] [-RoleDefinitionId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -39,7 +39,7 @@ New-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignment -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.Governance/Register-MgBetaPrivilegedAccessResource.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Register-MgBetaPrivilegedAccessResource.md index 1fa8f9fa37add..53baa78cb2282 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Register-MgBetaPrivilegedAccessResource.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Register-MgBetaPrivilegedAccessResource.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/register-mgbetaprivilegedaccessresource Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Register-MgBetaPrivilegedAccessResource --- @@ -25,7 +25,6 @@ Register-MgBetaPrivilegedAccessResource -PrivilegedAccessId [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Register @@ -36,7 +35,6 @@ Register-MgBetaPrivilegedAccessResource -PrivilegedAccessId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### RegisterViaIdentityExpanded @@ -47,7 +45,6 @@ Register-MgBetaPrivilegedAccessResource -InputObject ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### RegisterViaIdentity @@ -58,7 +55,6 @@ Register-MgBetaPrivilegedAccessResource -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -549,6 +545,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaAccessReview.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaAccessReview.md index 53dfe20c50feb..3b8924d671ffc 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaAccessReview.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaAccessReview.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaaccessreview Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaAccessReview --- @@ -24,7 +24,6 @@ Remove-MgBetaAccessReview -AccessReviewId [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaAccessReview -InputObject [-IfMatch < [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -445,6 +443,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaAccessReviewDecision.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaAccessReviewDecision.md index 5694416dbcfb9..c9f82ead45c10 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaAccessReviewDecision.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaAccessReviewDecision.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaaccessreviewdecision Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaAccessReviewDecision --- @@ -24,7 +24,6 @@ Remove-MgBetaAccessReviewDecision -AccessReviewDecisionId -AccessReview [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaAccessReviewDecision -InputObject [-I [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -445,6 +443,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaAccessReviewInstance.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaAccessReviewInstance.md index b83d5657f0ab8..748f625e551c1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaAccessReviewInstance.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaAccessReviewInstance.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaaccessreviewinstance Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaAccessReviewInstance --- @@ -24,7 +24,6 @@ Remove-MgBetaAccessReviewInstance -AccessReviewId -AccessReviewId1 ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaAccessReviewInstance -InputObject [-I [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -445,6 +443,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaAccessReviewInstanceDecision.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaAccessReviewInstanceDecision.md index 064005bf057d8..afe4681ab9373 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaAccessReviewInstanceDecision.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaAccessReviewInstanceDecision.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaaccessreviewinstancedecision Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaAccessReviewInstanceDecision --- @@ -25,7 +25,6 @@ Remove-MgBetaAccessReviewInstanceDecision -AccessReviewDecisionId -Acce [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaAccessReviewInstanceDecision -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -467,6 +465,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaAccessReviewInstanceMyDecision.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaAccessReviewInstanceMyDecision.md index 969649eb0ae9d..182a45e6c8136 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaAccessReviewInstanceMyDecision.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaAccessReviewInstanceMyDecision.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaaccessreviewinstancemydecision Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaAccessReviewInstanceMyDecision --- @@ -25,7 +25,6 @@ Remove-MgBetaAccessReviewInstanceMyDecision -AccessReviewDecisionId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaAccessReviewInstanceMyDecision -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -467,6 +465,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaAccessReviewInstanceReviewer.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaAccessReviewInstanceReviewer.md index a9af6012be443..59fb4f26652e4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaAccessReviewInstanceReviewer.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaAccessReviewInstanceReviewer.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaaccessreviewinstancereviewer Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaAccessReviewInstanceReviewer --- @@ -25,7 +25,6 @@ Remove-MgBetaAccessReviewInstanceReviewer -AccessReviewId -AccessReview [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaAccessReviewInstanceReviewer -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -467,6 +465,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaAccessReviewMyDecision.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaAccessReviewMyDecision.md index 675b279e74e67..f1cf30d193114 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaAccessReviewMyDecision.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaAccessReviewMyDecision.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaaccessreviewmydecision Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaAccessReviewMyDecision --- @@ -24,7 +24,6 @@ Remove-MgBetaAccessReviewMyDecision -AccessReviewDecisionId -AccessRevi [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaAccessReviewMyDecision -InputObject [ [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -445,6 +443,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaAccessReviewReviewer.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaAccessReviewReviewer.md index cf01faf674081..2586cad3c5495 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaAccessReviewReviewer.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaAccessReviewReviewer.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaaccessreviewreviewer Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaAccessReviewReviewer --- @@ -26,7 +26,6 @@ Remove-MgBetaAccessReviewReviewer -AccessReviewId -AccessReviewReviewer [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaAccessReviewReviewer -InputObject [-I [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -470,6 +468,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaAgreement.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaAgreement.md index 33e95f105324c..313e4580f2e5d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaAgreement.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaAgreement.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaagreement Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaAgreement --- @@ -27,7 +27,6 @@ Remove-MgBetaAgreement -AgreementId [-IfMatch ] [-ResponseHeade [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaAgreement -InputObject [-IfMatch ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -427,6 +425,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaAgreementAcceptance.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaAgreementAcceptance.md index 0a72ea1b289d6..37d868b11afc5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaAgreementAcceptance.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaAgreementAcceptance.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaagreementacceptance Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaAgreementAcceptance --- @@ -27,7 +27,6 @@ Remove-MgBetaAgreementAcceptance -AgreementAcceptanceId -AgreementId ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaAgreementAcceptance -InputObject [-If [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -448,6 +446,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaAgreementFile.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaAgreementFile.md index 36971ffe6094b..6aea485d42c5c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaAgreementFile.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaAgreementFile.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaagreementfile Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaAgreementFile --- @@ -27,7 +27,6 @@ Remove-MgBetaAgreementFile -AgreementId [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaAgreementFile -InputObject [-IfMatch [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -427,6 +425,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaAgreementFileLocalization.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaAgreementFileLocalization.md index dc9856209c3ec..b7557fefab26a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaAgreementFileLocalization.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaAgreementFileLocalization.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaagreementfilelocalization Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaAgreementFileLocalization --- @@ -27,7 +27,6 @@ Remove-MgBetaAgreementFileLocalization -AgreementFileLocalizationId -Ag [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaAgreementFileLocalization -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -448,6 +446,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaAgreementFileLocalizationVersion.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaAgreementFileLocalizationVersion.md index 7e56616b6ed10..574fbd3e96a58 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaAgreementFileLocalizationVersion.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaAgreementFileLocalizationVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaagreementfilelocalizationversion Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaAgreementFileLocalizationVersion --- @@ -28,7 +28,6 @@ Remove-MgBetaAgreementFileLocalizationVersion -AgreementFileLocalizationId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -38,7 +37,6 @@ Remove-MgBetaAgreementFileLocalizationVersion -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -470,6 +468,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaAgreementFileVersion.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaAgreementFileVersion.md index 8acdc5df3e536..cbc4ada4a5ba3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaAgreementFileVersion.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaAgreementFileVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaagreementfileversion Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaAgreementFileVersion --- @@ -28,7 +28,6 @@ Remove-MgBetaAgreementFileVersion -AgreementFileLocalizationId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -38,7 +37,6 @@ Remove-MgBetaAgreementFileVersion -InputObject [-I [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -470,6 +468,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaBusinessFlowTemplate.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaBusinessFlowTemplate.md index 11612ef5f49aa..93b004262662d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaBusinessFlowTemplate.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaBusinessFlowTemplate.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetabusinessflowtemplate Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaBusinessFlowTemplate --- @@ -24,7 +24,6 @@ Remove-MgBetaBusinessFlowTemplate -BusinessFlowTemplateId [-IfMatch ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaBusinessFlowTemplate -InputObject [-I [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -424,6 +422,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaEntitlementManagementAccessPackage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaEntitlementManagementAccessPackage.md index 85241f337e5d8..ce405719b97c7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaEntitlementManagementAccessPackage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaEntitlementManagementAccessPackage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaentitlementmanagementaccesspackage Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaEntitlementManagementAccessPackage --- @@ -30,7 +30,6 @@ Remove-MgBetaEntitlementManagementAccessPackage -AccessPackageId [-IfMa [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -40,7 +39,6 @@ Remove-MgBetaEntitlementManagementAccessPackage -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -451,6 +449,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaEntitlementManagementAccessPackageAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaEntitlementManagementAccessPackageAssignment.md index c6986f7536ad8..c3e37af4ba0b1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaEntitlementManagementAccessPackageAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaEntitlementManagementAccessPackageAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaentitlementmanagementaccesspackageassignment Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaEntitlementManagementAccessPackageAssignment --- @@ -24,7 +24,6 @@ Remove-MgBetaEntitlementManagementAccessPackageAssignment -AccessPackageAssignme [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaEntitlementManagementAccessPackageAssignment -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -424,6 +422,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaEntitlementManagementAccessPackageAssignmentApproval.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaEntitlementManagementAccessPackageAssignmentApproval.md index 7cffa37084907..afeb9a44e7071 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaEntitlementManagementAccessPackageAssignmentApproval.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaEntitlementManagementAccessPackageAssignmentApproval.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaentitlementmanagementaccesspackageassignmentapproval Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaEntitlementManagementAccessPackageAssignmentApproval --- @@ -27,7 +27,6 @@ Remove-MgBetaEntitlementManagementAccessPackageAssignmentApproval -ApprovalId ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -38,7 +37,6 @@ Remove-MgBetaEntitlementManagementAccessPackageAssignmentApproval [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -428,6 +426,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaEntitlementManagementAccessPackageAssignmentApprovalStep.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaEntitlementManagementAccessPackageAssignmentApprovalStep.md index 413aed1dde935..8b99de2e7d0b4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaEntitlementManagementAccessPackageAssignmentApprovalStep.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaEntitlementManagementAccessPackageAssignmentApprovalStep.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaentitlementmanagementaccesspackageassignmentapprovalstep Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaEntitlementManagementAccessPackageAssignmentApprovalStep --- @@ -25,7 +25,6 @@ Remove-MgBetaEntitlementManagementAccessPackageAssignmentApprovalStep -ApprovalI [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaEntitlementManagementAccessPackageAssignmentApprovalStep [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -447,6 +445,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaEntitlementManagementAccessPackageAssignmentPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaEntitlementManagementAccessPackageAssignmentPolicy.md index 0c60180cad8c2..2a2610bf3ea4e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaEntitlementManagementAccessPackageAssignmentPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaEntitlementManagementAccessPackageAssignmentPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaentitlementmanagementaccesspackageassignmentpolicy Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaEntitlementManagementAccessPackageAssignmentPolicy --- @@ -28,7 +28,6 @@ Remove-MgBetaEntitlementManagementAccessPackageAssignmentPolicy [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -39,7 +38,6 @@ Remove-MgBetaEntitlementManagementAccessPackageAssignmentPolicy [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -447,6 +445,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionHandler.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionHandler.md index 50b519ec2d078..87d339bdd5dde 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionHandler.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionHandler.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaentitlementmanagementaccesspackageassignmentpolicycustomextensionhandler Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionHandler --- @@ -25,7 +25,6 @@ Remove-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionHa [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionHa [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -447,6 +445,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionStageSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionStageSetting.md index ededa599f50c9..985049a9ca3a5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionStageSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionStageSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaentitlementmanagementaccesspackageassignmentpolicycustomextensionstagesetting Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionStageSetting --- @@ -25,7 +25,6 @@ Remove-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionSt [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionSt [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -447,6 +445,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaEntitlementManagementAccessPackageAssignmentRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaEntitlementManagementAccessPackageAssignmentRequest.md index 2d24a5d5538c9..bb4a0a2221b21 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaEntitlementManagementAccessPackageAssignmentRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaEntitlementManagementAccessPackageAssignmentRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaentitlementmanagementaccesspackageassignmentrequest Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaEntitlementManagementAccessPackageAssignmentRequest --- @@ -27,7 +27,6 @@ Remove-MgBetaEntitlementManagementAccessPackageAssignmentRequest [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -38,7 +37,6 @@ Remove-MgBetaEntitlementManagementAccessPackageAssignmentRequest [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -451,6 +449,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaEntitlementManagementAccessPackageByUniqueName.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaEntitlementManagementAccessPackageByUniqueName.md index 6e467a6f0b5b3..20a464554eb05 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaEntitlementManagementAccessPackageByUniqueName.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaEntitlementManagementAccessPackageByUniqueName.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaentitlementmanagementaccesspackagebyuniquename Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaEntitlementManagementAccessPackageByUniqueName --- @@ -27,7 +27,6 @@ Remove-MgBetaEntitlementManagementAccessPackageByUniqueName -UniqueName [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -38,7 +37,6 @@ Remove-MgBetaEntitlementManagementAccessPackageByUniqueName [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -431,6 +429,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaEntitlementManagementAccessPackageCatalog.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaEntitlementManagementAccessPackageCatalog.md index 097db130c9d4e..7836fa745e461 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaEntitlementManagementAccessPackageCatalog.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaEntitlementManagementAccessPackageCatalog.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaentitlementmanagementaccesspackagecatalog Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaEntitlementManagementAccessPackageCatalog --- @@ -24,7 +24,6 @@ Remove-MgBetaEntitlementManagementAccessPackageCatalog -AccessPackageCatalogId < [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaEntitlementManagementAccessPackageCatalog -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -445,6 +443,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageCustomWorkflowExtension.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageCustomWorkflowExtension.md index c1a5df92f31ff..fdd03e67ff75a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageCustomWorkflowExtension.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageCustomWorkflowExtension.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaentitlementmanagementaccesspackagecatalogaccesspackagecustomworkflowextension Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageCustomWorkflowExtension --- @@ -25,7 +25,6 @@ Remove-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageCustomWorkflo [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageCustomWorkflo [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -447,6 +445,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaEntitlementManagementAccessPackageCatalogByUniqueName.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaEntitlementManagementAccessPackageCatalogByUniqueName.md index 9caa6254f2f29..c82bee78e6271 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaEntitlementManagementAccessPackageCatalogByUniqueName.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaEntitlementManagementAccessPackageCatalogByUniqueName.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaentitlementmanagementaccesspackagecatalogbyuniquename Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaEntitlementManagementAccessPackageCatalogByUniqueName --- @@ -24,7 +24,6 @@ Remove-MgBetaEntitlementManagementAccessPackageCatalogByUniqueName -UniqueName < [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaEntitlementManagementAccessPackageCatalogByUniqueName [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -425,6 +423,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaEntitlementManagementAccessPackageCatalogCustomAccessPackageWorkflowExtension.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaEntitlementManagementAccessPackageCatalogCustomAccessPackageWorkflowExtension.md index e369e4e0bfb00..069e56bf967d6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaEntitlementManagementAccessPackageCatalogCustomAccessPackageWorkflowExtension.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaEntitlementManagementAccessPackageCatalogCustomAccessPackageWorkflowExtension.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaentitlementmanagementaccesspackagecatalogcustomaccesspackageworkflowextension Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaEntitlementManagementAccessPackageCatalogCustomAccessPackageWorkflowExtension --- @@ -32,7 +32,6 @@ Remove-MgBetaEntitlementManagementAccessPackageCatalogCustomAccessPackageWorkflo [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -43,7 +42,6 @@ Remove-MgBetaEntitlementManagementAccessPackageCatalogCustomAccessPackageWorkflo [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -482,6 +480,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaEntitlementManagementAccessPackageIncompatibleAccessPackageByRef.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaEntitlementManagementAccessPackageIncompatibleAccessPackageByRef.md index b257253fe6185..12aa3804b481f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaEntitlementManagementAccessPackageIncompatibleAccessPackageByRef.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaEntitlementManagementAccessPackageIncompatibleAccessPackageByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaentitlementmanagementaccesspackageincompatibleaccesspackagebyref Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaEntitlementManagementAccessPackageIncompatibleAccessPackageByRef --- @@ -28,7 +28,6 @@ Remove-MgBetaEntitlementManagementAccessPackageIncompatibleAccessPackageByRef [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -39,7 +38,6 @@ Remove-MgBetaEntitlementManagementAccessPackageIncompatibleAccessPackageByRef [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -463,6 +461,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaEntitlementManagementAccessPackageIncompatibleGroupByRef.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaEntitlementManagementAccessPackageIncompatibleGroupByRef.md index 15a439af3e22b..de0562906e870 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaEntitlementManagementAccessPackageIncompatibleGroupByRef.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaEntitlementManagementAccessPackageIncompatibleGroupByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaentitlementmanagementaccesspackageincompatiblegroupbyref Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaEntitlementManagementAccessPackageIncompatibleGroupByRef --- @@ -28,7 +28,6 @@ Remove-MgBetaEntitlementManagementAccessPackageIncompatibleGroupByRef -AccessPac [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -39,7 +38,6 @@ Remove-MgBetaEntitlementManagementAccessPackageIncompatibleGroupByRef [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -463,6 +461,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaEntitlementManagementAccessPackageResourceRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaEntitlementManagementAccessPackageResourceRequest.md index ebdb680d86782..afa10c412eea2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaEntitlementManagementAccessPackageResourceRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaEntitlementManagementAccessPackageResourceRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaentitlementmanagementaccesspackageresourcerequest Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaEntitlementManagementAccessPackageResourceRequest --- @@ -25,7 +25,6 @@ Remove-MgBetaEntitlementManagementAccessPackageResourceRequest [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaEntitlementManagementAccessPackageResourceRequest [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -426,6 +424,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaEntitlementManagementAccessPackageResourceRoleScope.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaEntitlementManagementAccessPackageResourceRoleScope.md index fb07b6a6f4641..ac1a19a950f99 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaEntitlementManagementAccessPackageResourceRoleScope.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaEntitlementManagementAccessPackageResourceRoleScope.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaentitlementmanagementaccesspackageresourcerolescope Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaEntitlementManagementAccessPackageResourceRoleScope --- @@ -28,7 +28,6 @@ Remove-MgBetaEntitlementManagementAccessPackageResourceRoleScope -AccessPackageI [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -39,7 +38,6 @@ Remove-MgBetaEntitlementManagementAccessPackageResourceRoleScope [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -450,6 +448,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaEntitlementManagementAccessPackageResourceUploadSession.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaEntitlementManagementAccessPackageResourceUploadSession.md index 94b0dcdb30ca4..59a6e336baa36 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaEntitlementManagementAccessPackageResourceUploadSession.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaEntitlementManagementAccessPackageResourceUploadSession.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaentitlementmanagementaccesspackageresourceuploadsession Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaEntitlementManagementAccessPackageResourceUploadSession --- @@ -25,7 +25,6 @@ Remove-MgBetaEntitlementManagementAccessPackageResourceUploadSession [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaEntitlementManagementAccessPackageResourceUploadSession [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -447,6 +445,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaEntitlementManagementAccessPackageSuggestion.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaEntitlementManagementAccessPackageSuggestion.md index 9470d9b6b6c25..ce8b841a1553b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaEntitlementManagementAccessPackageSuggestion.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaEntitlementManagementAccessPackageSuggestion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaentitlementmanagementaccesspackagesuggestion Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaEntitlementManagementAccessPackageSuggestion --- @@ -24,7 +24,6 @@ Remove-MgBetaEntitlementManagementAccessPackageSuggestion -AccessPackageSuggesti [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaEntitlementManagementAccessPackageSuggestion -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -424,6 +422,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaEntitlementManagementAssignmentRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaEntitlementManagementAssignmentRequest.md index 81bcf1d08c217..f87966329fd50 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaEntitlementManagementAssignmentRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaEntitlementManagementAssignmentRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaentitlementmanagementassignmentrequest Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaEntitlementManagementAssignmentRequest --- @@ -27,7 +27,6 @@ Remove-MgBetaEntitlementManagementAssignmentRequest -AccessPackageAssignmentRequ [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaEntitlementManagementAssignmentRequest -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -435,6 +433,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaEntitlementManagementAvailableAccessPackage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaEntitlementManagementAvailableAccessPackage.md index 8c17f23a07c2b..94c5348f9e4a0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaEntitlementManagementAvailableAccessPackage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaEntitlementManagementAvailableAccessPackage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaentitlementmanagementavailableaccesspackage Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaEntitlementManagementAvailableAccessPackage --- @@ -24,7 +24,6 @@ Remove-MgBetaEntitlementManagementAvailableAccessPackage -AvailableAccessPackage [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaEntitlementManagementAvailableAccessPackage -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -424,6 +422,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaEntitlementManagementConnectedOrganization.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaEntitlementManagementConnectedOrganization.md index 57e949b1a014d..2016acdad21f5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaEntitlementManagementConnectedOrganization.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaEntitlementManagementConnectedOrganization.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaentitlementmanagementconnectedorganization Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaEntitlementManagementConnectedOrganization --- @@ -27,7 +27,6 @@ Remove-MgBetaEntitlementManagementConnectedOrganization -ConnectedOrganizationId [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaEntitlementManagementConnectedOrganization -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -448,6 +446,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaEntitlementManagementConnectedOrganizationExternalSponsorByRef.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaEntitlementManagementConnectedOrganizationExternalSponsorByRef.md index 8ac88378e401e..e7cd1c902faf7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaEntitlementManagementConnectedOrganizationExternalSponsorByRef.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaEntitlementManagementConnectedOrganizationExternalSponsorByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/Remove-MgBetaEntitlementManagementConnectedOrganizationExternalSponsorByRef Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaEntitlementManagementConnectedOrganizationExternalSponsorByRef --- @@ -29,7 +29,6 @@ Remove-MgBetaEntitlementManagementConnectedOrganizationExternalSponsorByRef [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -40,7 +39,6 @@ Remove-MgBetaEntitlementManagementConnectedOrganizationExternalSponsorByRef [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -473,6 +471,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaEntitlementManagementConnectedOrganizationExternalSponsorDirectoryObjectByRef.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaEntitlementManagementConnectedOrganizationExternalSponsorDirectoryObjectByRef.md index e14eed8b4d407..1977caaa7ea36 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaEntitlementManagementConnectedOrganizationExternalSponsorDirectoryObjectByRef.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaEntitlementManagementConnectedOrganizationExternalSponsorDirectoryObjectByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaentitlementmanagementconnectedorganizationexternalsponsordirectoryobjectbyref Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaEntitlementManagementConnectedOrganizationExternalSponsorDirectoryObjectByRef --- @@ -29,7 +29,6 @@ Remove-MgBetaEntitlementManagementConnectedOrganizationExternalSponsorDirectoryO [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -40,7 +39,6 @@ Remove-MgBetaEntitlementManagementConnectedOrganizationExternalSponsorDirectoryO [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -473,6 +471,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaEntitlementManagementConnectedOrganizationInternalSponsorByRef.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaEntitlementManagementConnectedOrganizationInternalSponsorByRef.md index 803443ee51c66..3d9eb915e8b31 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaEntitlementManagementConnectedOrganizationInternalSponsorByRef.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaEntitlementManagementConnectedOrganizationInternalSponsorByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/Remove-MgBetaEntitlementManagementConnectedOrganizationInternalSponsorByRef Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaEntitlementManagementConnectedOrganizationInternalSponsorByRef --- @@ -29,7 +29,6 @@ Remove-MgBetaEntitlementManagementConnectedOrganizationInternalSponsorByRef [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -40,7 +39,6 @@ Remove-MgBetaEntitlementManagementConnectedOrganizationInternalSponsorByRef [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -473,6 +471,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaEntitlementManagementConnectedOrganizationInternalSponsorDirectoryObjectByRef.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaEntitlementManagementConnectedOrganizationInternalSponsorDirectoryObjectByRef.md index f4778ea8b1c86..24fa46ede5be2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaEntitlementManagementConnectedOrganizationInternalSponsorDirectoryObjectByRef.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaEntitlementManagementConnectedOrganizationInternalSponsorDirectoryObjectByRef.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaentitlementmanagementconnectedorganizationinternalsponsordirectoryobjectbyref Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaEntitlementManagementConnectedOrganizationInternalSponsorDirectoryObjectByRef --- @@ -29,7 +29,6 @@ Remove-MgBetaEntitlementManagementConnectedOrganizationInternalSponsorDirectoryO [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -40,7 +39,6 @@ Remove-MgBetaEntitlementManagementConnectedOrganizationInternalSponsorDirectoryO [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -473,6 +471,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaEntitlementManagementControlConfiguration.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaEntitlementManagementControlConfiguration.md new file mode 100644 index 0000000000000..6126846d2cbb2 --- /dev/null +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaEntitlementManagementControlConfiguration.md @@ -0,0 +1,514 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaentitlementmanagementcontrolconfiguration +Locale: en-US +Module Name: Microsoft.Graph.Beta.Identity.Governance +ms.date: 07/10/2026 +PlatyPS schema version: 2024-05-01 +title: Remove-MgBetaEntitlementManagementControlConfiguration +--- + +# Remove-MgBetaEntitlementManagementControlConfiguration + +## SYNOPSIS + +Delete navigation property controlConfigurations for identityGovernance + +## SYNTAX + +### Delete (Default) + +``` +Remove-MgBetaEntitlementManagementControlConfiguration -ControlConfigurationId + [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +### DeleteViaIdentity + +``` +Remove-MgBetaEntitlementManagementControlConfiguration -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 controlConfigurations for identityGovernance + +## 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: '' +``` + +### -ControlConfigurationId + +The unique identifier of controlConfiguration + +```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.IIdentityGovernanceIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: DeleteViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + 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.IIdentityGovernanceIdentity + +{{ 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 + [AccessPackageAssignmentId ]: The unique identifier of accessPackageAssignment + [AccessPackageAssignmentPolicyId ]: The unique identifier of accessPackageAssignmentPolicy + [AccessPackageAssignmentRequestId ]: The unique identifier of accessPackageAssignmentRequest + [AccessPackageAssignmentResourceRoleId ]: The unique identifier of accessPackageAssignmentResourceRole + [AccessPackageCatalogId ]: The unique identifier of accessPackageCatalog + [AccessPackageId ]: The unique identifier of accessPackage + [AccessPackageId1 ]: The unique identifier of accessPackage + [AccessPackageResourceEnvironmentId ]: The unique identifier of accessPackageResourceEnvironment + [AccessPackageResourceId ]: The unique identifier of accessPackageResource + [AccessPackageResourceRequestId ]: The unique identifier of accessPackageResourceRequest + [AccessPackageResourceRoleId ]: The unique identifier of accessPackageResourceRole + [AccessPackageResourceRoleId1 ]: The unique identifier of accessPackageResourceRole + [AccessPackageResourceRoleScopeId ]: The unique identifier of accessPackageResourceRoleScope + [AccessPackageResourceScopeId ]: The unique identifier of accessPackageResourceScope + [AccessPackageResourceScopeId1 ]: The unique identifier of accessPackageResourceScope + [AccessPackageSubjectId ]: The unique identifier of accessPackageSubject + [AccessPackageSuggestionId ]: The unique identifier of accessPackageSuggestion + [AccessReviewDecisionId ]: The unique identifier of accessReviewDecision + [AccessReviewHistoryDefinitionId ]: The unique identifier of accessReviewHistoryDefinition + [AccessReviewHistoryInstanceId ]: The unique identifier of accessReviewHistoryInstance + [AccessReviewId ]: The unique identifier of accessReview + [AccessReviewId1 ]: The unique identifier of accessReview + [AccessReviewInstanceDecisionItemId ]: The unique identifier of accessReviewInstanceDecisionItem + [AccessReviewInstanceDecisionItemId1 ]: The unique identifier of accessReviewInstanceDecisionItem + [AccessReviewInstanceId ]: The unique identifier of accessReviewInstance + [AccessReviewReviewerId ]: The unique identifier of accessReviewReviewer + [AccessReviewScheduleDefinitionId ]: The unique identifier of accessReviewScheduleDefinition + [AccessReviewStageId ]: The unique identifier of accessReviewStage + [AgreementAcceptanceId ]: The unique identifier of agreementAcceptance + [AgreementFileLocalizationId ]: The unique identifier of agreementFileLocalization + [AgreementFileVersionId ]: The unique identifier of agreementFileVersion + [AgreementId ]: The unique identifier of agreement + [AppConsentRequestId ]: The unique identifier of appConsentRequest + [ApprovalId ]: The unique identifier of approval + [ApprovalStepId ]: The unique identifier of approvalStep + [AvailableAccessPackageId ]: The unique identifier of availableAccessPackage + [BusinessFlowTemplateId ]: The unique identifier of businessFlowTemplate + [ConnectedOrganizationId ]: The unique identifier of connectedOrganization + [ControlConfigurationId ]: The unique identifier of controlConfiguration + [CustomAccessPackageWorkflowExtensionId ]: The unique identifier of customAccessPackageWorkflowExtension + [CustomCalloutExtensionId ]: The unique identifier of customCalloutExtension + [CustomDataProvidedResourceUploadSessionId ]: The unique identifier of customDataProvidedResourceUploadSession + [CustomExtensionHandlerId ]: The unique identifier of customExtensionHandler + [CustomExtensionStageSettingId ]: The unique identifier of customExtensionStageSetting + [CustomTaskExtensionId ]: The unique identifier of customTaskExtension + [DirectoryObjectId ]: The unique identifier of directoryObject + [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector + [FindingId ]: The unique identifier of finding + [GovernanceInsightId ]: The unique identifier of governanceInsight + [GovernanceResourceId ]: The unique identifier of governanceResource + [GovernanceRoleAssignmentId ]: The unique identifier of governanceRoleAssignment + [GovernanceRoleAssignmentRequestId ]: The unique identifier of governanceRoleAssignmentRequest + [GovernanceRoleDefinitionId ]: The unique identifier of governanceRoleDefinition + [GovernanceRoleSettingId ]: The unique identifier of governanceRoleSetting + [GroupResourceId ]: The unique identifier of groupResource + [IncompatibleAccessPackageId ]: Usage: incompatibleAccessPackageId='{incompatibleAccessPackageId}' + [LongRunningOperationId ]: The unique identifier of longRunningOperation + [ObjectId ]: Alternate key of accessPackageSubject + [On ]: Usage: on='{on}' + [PermissionsCreepIndexDistributionId ]: The unique identifier of permissionsCreepIndexDistribution + [PermissionsRequestChangeId ]: The unique identifier of permissionsRequestChange + [PrivilegedAccessGroupAssignmentScheduleId ]: The unique identifier of privilegedAccessGroupAssignmentSchedule + [PrivilegedAccessGroupAssignmentScheduleInstanceId ]: The unique identifier of privilegedAccessGroupAssignmentScheduleInstance + [PrivilegedAccessGroupAssignmentScheduleRequestId ]: The unique identifier of privilegedAccessGroupAssignmentScheduleRequest + [PrivilegedAccessGroupEligibilityScheduleId ]: The unique identifier of privilegedAccessGroupEligibilitySchedule + [PrivilegedAccessGroupEligibilityScheduleInstanceId ]: The unique identifier of privilegedAccessGroupEligibilityScheduleInstance + [PrivilegedAccessGroupEligibilityScheduleRequestId ]: The unique identifier of privilegedAccessGroupEligibilityScheduleRequest + [PrivilegedAccessId ]: The unique identifier of privilegedAccess + [PrivilegedApprovalId ]: The unique identifier of privilegedApproval + [PrivilegedOperationEventId ]: The unique identifier of privilegedOperationEvent + [PrivilegedRoleAssignmentId ]: The unique identifier of privilegedRoleAssignment + [PrivilegedRoleAssignmentId1 ]: The unique identifier of privilegedRoleAssignment + [PrivilegedRoleAssignmentRequestId ]: The unique identifier of privilegedRoleAssignmentRequest + [PrivilegedRoleId ]: The unique identifier of privilegedRole + [ProgramControlId ]: The unique identifier of programControl + [ProgramControlId1 ]: The unique identifier of programControl + [ProgramControlTypeId ]: The unique identifier of programControlType + [ProgramId ]: The unique identifier of program + [RbacApplicationId ]: The unique identifier of rbacApplication + [RunId ]: The unique identifier of run + [RunId1 ]: The unique identifier of run + [StartDateTime ]: Usage: startDateTime={startDateTime} + [TaskDefinitionId ]: The unique identifier of taskDefinition + [TaskId ]: The unique identifier of task + [TaskProcessingResultId ]: The unique identifier of taskProcessingResult + [TaskReportId ]: The unique identifier of taskReport + [UnifiedRbacResourceActionId ]: The unique identifier of unifiedRbacResourceAction + [UnifiedRbacResourceNamespaceId ]: The unique identifier of unifiedRbacResourceNamespace + [UnifiedRoleAssignmentId ]: The unique identifier of unifiedRoleAssignment + [UnifiedRoleAssignmentScheduleId ]: The unique identifier of unifiedRoleAssignmentSchedule + [UnifiedRoleAssignmentScheduleInstanceId ]: The unique identifier of unifiedRoleAssignmentScheduleInstance + [UnifiedRoleAssignmentScheduleRequestId ]: The unique identifier of unifiedRoleAssignmentScheduleRequest + [UnifiedRoleDefinitionId ]: The unique identifier of unifiedRoleDefinition + [UnifiedRoleDefinitionId1 ]: The unique identifier of unifiedRoleDefinition + [UnifiedRoleEligibilityScheduleId ]: The unique identifier of unifiedRoleEligibilitySchedule + [UnifiedRoleEligibilityScheduleInstanceId ]: The unique identifier of unifiedRoleEligibilityScheduleInstance + [UnifiedRoleEligibilityScheduleRequestId ]: The unique identifier of unifiedRoleEligibilityScheduleRequest + [UnifiedRoleManagementAlertConfigurationId ]: The unique identifier of unifiedRoleManagementAlertConfiguration + [UnifiedRoleManagementAlertDefinitionId ]: The unique identifier of unifiedRoleManagementAlertDefinition + [UnifiedRoleManagementAlertId ]: The unique identifier of unifiedRoleManagementAlert + [UnifiedRoleManagementAlertIncidentId ]: The unique identifier of unifiedRoleManagementAlertIncident + [UniqueName ]: Alternate key of accessPackageCatalog + [UserConsentRequestId ]: The unique identifier of userConsentRequest + [UserId ]: The unique identifier of user + [UserProcessingResultId ]: The unique identifier of userProcessingResult + [WorkflowId ]: The unique identifier of workflow + [WorkflowTemplateId ]: The unique identifier of workflowTemplate + [WorkflowVersionNumber ]: The unique identifier of workflowVersion + + +## RELATED LINKS + +- [Remove-MgBetaEntitlementManagementControlConfiguration](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaentitlementmanagementcontrolconfiguration) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaEntitlementManagementExternalOriginResourceConnector.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaEntitlementManagementExternalOriginResourceConnector.md new file mode 100644 index 0000000000000..9ffc692d8073c --- /dev/null +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaEntitlementManagementExternalOriginResourceConnector.md @@ -0,0 +1,524 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaentitlementmanagementexternaloriginresourceconnector +Locale: en-US +Module Name: Microsoft.Graph.Beta.Identity.Governance +ms.date: 07/10/2026 +PlatyPS schema version: 2024-05-01 +title: Remove-MgBetaEntitlementManagementExternalOriginResourceConnector +--- + +# Remove-MgBetaEntitlementManagementExternalOriginResourceConnector + +## SYNOPSIS + +Delete navigation property externalOriginResourceConnectors for identityGovernance + +## SYNTAX + +### Delete (Default) + +``` +Remove-MgBetaEntitlementManagementExternalOriginResourceConnector + -ExternalOriginResourceConnectorId [-IfMatch ] [-ResponseHeadersVariable ] + [-Break] [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +### DeleteViaIdentity + +``` +Remove-MgBetaEntitlementManagementExternalOriginResourceConnector + -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 externalOriginResourceConnectors for identityGovernance + +**Permissions** + +| Permission type | Permissions (from least to most privileged) | +| --------------- | ------------------------------------------ | +| Delegated (work or school account) | EntitlementManagement.ReadWrite.All, | +| Delegated (personal Microsoft account) | Not supported | +| Application | EntitlementManagement.ReadWrite.All, | + +## 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: '' +``` + +### -ExternalOriginResourceConnectorId + +The unique identifier of externalOriginResourceConnector + +```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.IIdentityGovernanceIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: DeleteViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + 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.IIdentityGovernanceIdentity + +{{ 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 + [AccessPackageAssignmentId ]: The unique identifier of accessPackageAssignment + [AccessPackageAssignmentPolicyId ]: The unique identifier of accessPackageAssignmentPolicy + [AccessPackageAssignmentRequestId ]: The unique identifier of accessPackageAssignmentRequest + [AccessPackageAssignmentResourceRoleId ]: The unique identifier of accessPackageAssignmentResourceRole + [AccessPackageCatalogId ]: The unique identifier of accessPackageCatalog + [AccessPackageId ]: The unique identifier of accessPackage + [AccessPackageId1 ]: The unique identifier of accessPackage + [AccessPackageResourceEnvironmentId ]: The unique identifier of accessPackageResourceEnvironment + [AccessPackageResourceId ]: The unique identifier of accessPackageResource + [AccessPackageResourceRequestId ]: The unique identifier of accessPackageResourceRequest + [AccessPackageResourceRoleId ]: The unique identifier of accessPackageResourceRole + [AccessPackageResourceRoleId1 ]: The unique identifier of accessPackageResourceRole + [AccessPackageResourceRoleScopeId ]: The unique identifier of accessPackageResourceRoleScope + [AccessPackageResourceScopeId ]: The unique identifier of accessPackageResourceScope + [AccessPackageResourceScopeId1 ]: The unique identifier of accessPackageResourceScope + [AccessPackageSubjectId ]: The unique identifier of accessPackageSubject + [AccessPackageSuggestionId ]: The unique identifier of accessPackageSuggestion + [AccessReviewDecisionId ]: The unique identifier of accessReviewDecision + [AccessReviewHistoryDefinitionId ]: The unique identifier of accessReviewHistoryDefinition + [AccessReviewHistoryInstanceId ]: The unique identifier of accessReviewHistoryInstance + [AccessReviewId ]: The unique identifier of accessReview + [AccessReviewId1 ]: The unique identifier of accessReview + [AccessReviewInstanceDecisionItemId ]: The unique identifier of accessReviewInstanceDecisionItem + [AccessReviewInstanceDecisionItemId1 ]: The unique identifier of accessReviewInstanceDecisionItem + [AccessReviewInstanceId ]: The unique identifier of accessReviewInstance + [AccessReviewReviewerId ]: The unique identifier of accessReviewReviewer + [AccessReviewScheduleDefinitionId ]: The unique identifier of accessReviewScheduleDefinition + [AccessReviewStageId ]: The unique identifier of accessReviewStage + [AgreementAcceptanceId ]: The unique identifier of agreementAcceptance + [AgreementFileLocalizationId ]: The unique identifier of agreementFileLocalization + [AgreementFileVersionId ]: The unique identifier of agreementFileVersion + [AgreementId ]: The unique identifier of agreement + [AppConsentRequestId ]: The unique identifier of appConsentRequest + [ApprovalId ]: The unique identifier of approval + [ApprovalStepId ]: The unique identifier of approvalStep + [AvailableAccessPackageId ]: The unique identifier of availableAccessPackage + [BusinessFlowTemplateId ]: The unique identifier of businessFlowTemplate + [ConnectedOrganizationId ]: The unique identifier of connectedOrganization + [ControlConfigurationId ]: The unique identifier of controlConfiguration + [CustomAccessPackageWorkflowExtensionId ]: The unique identifier of customAccessPackageWorkflowExtension + [CustomCalloutExtensionId ]: The unique identifier of customCalloutExtension + [CustomDataProvidedResourceUploadSessionId ]: The unique identifier of customDataProvidedResourceUploadSession + [CustomExtensionHandlerId ]: The unique identifier of customExtensionHandler + [CustomExtensionStageSettingId ]: The unique identifier of customExtensionStageSetting + [CustomTaskExtensionId ]: The unique identifier of customTaskExtension + [DirectoryObjectId ]: The unique identifier of directoryObject + [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector + [FindingId ]: The unique identifier of finding + [GovernanceInsightId ]: The unique identifier of governanceInsight + [GovernanceResourceId ]: The unique identifier of governanceResource + [GovernanceRoleAssignmentId ]: The unique identifier of governanceRoleAssignment + [GovernanceRoleAssignmentRequestId ]: The unique identifier of governanceRoleAssignmentRequest + [GovernanceRoleDefinitionId ]: The unique identifier of governanceRoleDefinition + [GovernanceRoleSettingId ]: The unique identifier of governanceRoleSetting + [GroupResourceId ]: The unique identifier of groupResource + [IncompatibleAccessPackageId ]: Usage: incompatibleAccessPackageId='{incompatibleAccessPackageId}' + [LongRunningOperationId ]: The unique identifier of longRunningOperation + [ObjectId ]: Alternate key of accessPackageSubject + [On ]: Usage: on='{on}' + [PermissionsCreepIndexDistributionId ]: The unique identifier of permissionsCreepIndexDistribution + [PermissionsRequestChangeId ]: The unique identifier of permissionsRequestChange + [PrivilegedAccessGroupAssignmentScheduleId ]: The unique identifier of privilegedAccessGroupAssignmentSchedule + [PrivilegedAccessGroupAssignmentScheduleInstanceId ]: The unique identifier of privilegedAccessGroupAssignmentScheduleInstance + [PrivilegedAccessGroupAssignmentScheduleRequestId ]: The unique identifier of privilegedAccessGroupAssignmentScheduleRequest + [PrivilegedAccessGroupEligibilityScheduleId ]: The unique identifier of privilegedAccessGroupEligibilitySchedule + [PrivilegedAccessGroupEligibilityScheduleInstanceId ]: The unique identifier of privilegedAccessGroupEligibilityScheduleInstance + [PrivilegedAccessGroupEligibilityScheduleRequestId ]: The unique identifier of privilegedAccessGroupEligibilityScheduleRequest + [PrivilegedAccessId ]: The unique identifier of privilegedAccess + [PrivilegedApprovalId ]: The unique identifier of privilegedApproval + [PrivilegedOperationEventId ]: The unique identifier of privilegedOperationEvent + [PrivilegedRoleAssignmentId ]: The unique identifier of privilegedRoleAssignment + [PrivilegedRoleAssignmentId1 ]: The unique identifier of privilegedRoleAssignment + [PrivilegedRoleAssignmentRequestId ]: The unique identifier of privilegedRoleAssignmentRequest + [PrivilegedRoleId ]: The unique identifier of privilegedRole + [ProgramControlId ]: The unique identifier of programControl + [ProgramControlId1 ]: The unique identifier of programControl + [ProgramControlTypeId ]: The unique identifier of programControlType + [ProgramId ]: The unique identifier of program + [RbacApplicationId ]: The unique identifier of rbacApplication + [RunId ]: The unique identifier of run + [RunId1 ]: The unique identifier of run + [StartDateTime ]: Usage: startDateTime={startDateTime} + [TaskDefinitionId ]: The unique identifier of taskDefinition + [TaskId ]: The unique identifier of task + [TaskProcessingResultId ]: The unique identifier of taskProcessingResult + [TaskReportId ]: The unique identifier of taskReport + [UnifiedRbacResourceActionId ]: The unique identifier of unifiedRbacResourceAction + [UnifiedRbacResourceNamespaceId ]: The unique identifier of unifiedRbacResourceNamespace + [UnifiedRoleAssignmentId ]: The unique identifier of unifiedRoleAssignment + [UnifiedRoleAssignmentScheduleId ]: The unique identifier of unifiedRoleAssignmentSchedule + [UnifiedRoleAssignmentScheduleInstanceId ]: The unique identifier of unifiedRoleAssignmentScheduleInstance + [UnifiedRoleAssignmentScheduleRequestId ]: The unique identifier of unifiedRoleAssignmentScheduleRequest + [UnifiedRoleDefinitionId ]: The unique identifier of unifiedRoleDefinition + [UnifiedRoleDefinitionId1 ]: The unique identifier of unifiedRoleDefinition + [UnifiedRoleEligibilityScheduleId ]: The unique identifier of unifiedRoleEligibilitySchedule + [UnifiedRoleEligibilityScheduleInstanceId ]: The unique identifier of unifiedRoleEligibilityScheduleInstance + [UnifiedRoleEligibilityScheduleRequestId ]: The unique identifier of unifiedRoleEligibilityScheduleRequest + [UnifiedRoleManagementAlertConfigurationId ]: The unique identifier of unifiedRoleManagementAlertConfiguration + [UnifiedRoleManagementAlertDefinitionId ]: The unique identifier of unifiedRoleManagementAlertDefinition + [UnifiedRoleManagementAlertId ]: The unique identifier of unifiedRoleManagementAlert + [UnifiedRoleManagementAlertIncidentId ]: The unique identifier of unifiedRoleManagementAlertIncident + [UniqueName ]: Alternate key of accessPackageCatalog + [UserConsentRequestId ]: The unique identifier of userConsentRequest + [UserId ]: The unique identifier of user + [UserProcessingResultId ]: The unique identifier of userProcessingResult + [WorkflowId ]: The unique identifier of workflow + [WorkflowTemplateId ]: The unique identifier of workflowTemplate + [WorkflowVersionNumber ]: The unique identifier of workflowVersion + + +## RELATED LINKS + +- [Remove-MgBetaEntitlementManagementExternalOriginResourceConnector](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaentitlementmanagementexternaloriginresourceconnector) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaEntitlementManagementSubject.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaEntitlementManagementSubject.md index cbd9b1ff6bfb5..41792aab6954f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaEntitlementManagementSubject.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaEntitlementManagementSubject.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaentitlementmanagementsubject Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaEntitlementManagementSubject --- @@ -15,6 +15,9 @@ title: Remove-MgBetaEntitlementManagementSubject Delete navigation property subjects for identityGovernance +> [!NOTE] +> To view the v1.0 release of this cmdlet, view [Remove-MgEntitlementManagementSubject](/powershell/module/Microsoft.Graph.Identity.Governance/Remove-MgEntitlementManagementSubject?view=graph-powershell-1.0) + ## SYNTAX ### Delete (Default) @@ -24,7 +27,6 @@ Remove-MgBetaEntitlementManagementSubject -AccessPackageSubjectId [-IfM [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +36,6 @@ Remove-MgBetaEntitlementManagementSubject -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -424,6 +425,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaEntitlementManagementSubjectByObjectId.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaEntitlementManagementSubjectByObjectId.md index 8ceae4e82ddf2..e63aef7bc1c40 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaEntitlementManagementSubjectByObjectId.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaEntitlementManagementSubjectByObjectId.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaentitlementmanagementsubjectbyobjectid Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaEntitlementManagementSubjectByObjectId --- @@ -15,6 +15,9 @@ title: Remove-MgBetaEntitlementManagementSubjectByObjectId Delete navigation property subjects for identityGovernance +> [!NOTE] +> To view the v1.0 release of this cmdlet, view [Remove-MgEntitlementManagementSubjectByObjectId](/powershell/module/Microsoft.Graph.Identity.Governance/Remove-MgEntitlementManagementSubjectByObjectId?view=graph-powershell-1.0) + ## SYNTAX ### Delete (Default) @@ -24,7 +27,6 @@ Remove-MgBetaEntitlementManagementSubjectByObjectId -ObjectId [-IfMatch [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +36,6 @@ Remove-MgBetaEntitlementManagementSubjectByObjectId -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -424,6 +425,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceAccessReviewDecision.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceAccessReviewDecision.md index 587bb07e50d26..977e71fdd6bc9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceAccessReviewDecision.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceAccessReviewDecision.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaidentitygovernanceaccessreviewdecision Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityGovernanceAccessReviewDecision --- @@ -24,7 +24,6 @@ Remove-MgBetaIdentityGovernanceAccessReviewDecision -AccessReviewInstanceDecisio [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaIdentityGovernanceAccessReviewDecision -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -424,6 +422,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceAccessReviewDecisionInsight.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceAccessReviewDecisionInsight.md index f69b684940f9f..6f1c20257bf9e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceAccessReviewDecisionInsight.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceAccessReviewDecisionInsight.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaidentitygovernanceaccessreviewdecisioninsight Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityGovernanceAccessReviewDecisionInsight --- @@ -25,7 +25,6 @@ Remove-MgBetaIdentityGovernanceAccessReviewDecisionInsight [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaIdentityGovernanceAccessReviewDecisionInsight [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -447,6 +445,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceAccessReviewDecisionInstance.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceAccessReviewDecisionInstance.md index 0845f53b7902c..7cefd3fefd427 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceAccessReviewDecisionInstance.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceAccessReviewDecisionInstance.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaidentitygovernanceaccessreviewdecisioninstance Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityGovernanceAccessReviewDecisionInstance --- @@ -25,7 +25,6 @@ Remove-MgBetaIdentityGovernanceAccessReviewDecisionInstance [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaIdentityGovernanceAccessReviewDecisionInstance [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -426,6 +424,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceAccessReviewDecisionInstanceContactedReviewer.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceAccessReviewDecisionInstanceContactedReviewer.md index 5d5543bc76bb3..23c1b131579da 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceAccessReviewDecisionInstanceContactedReviewer.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceAccessReviewDecisionInstanceContactedReviewer.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaidentitygovernanceaccessreviewdecisioninstancecontactedreviewer Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityGovernanceAccessReviewDecisionInstanceContactedReviewer --- @@ -25,7 +25,6 @@ Remove-MgBetaIdentityGovernanceAccessReviewDecisionInstanceContactedReviewer [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaIdentityGovernanceAccessReviewDecisionInstanceContactedReviewer [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -447,6 +445,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecision.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecision.md index 2a9fd240908b7..00cf4c0d20628 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecision.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecision.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaidentitygovernanceaccessreviewdecisioninstancedecision Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecision --- @@ -25,7 +25,6 @@ Remove-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecision [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecision [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -447,6 +445,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecisionInsight.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecisionInsight.md index b5357d65a4954..feeef14260424 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecisionInsight.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecisionInsight.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaidentitygovernanceaccessreviewdecisioninstancedecisioninsight Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecisionInsight --- @@ -26,7 +26,6 @@ Remove-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecisionInsight [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecisionInsight [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -469,6 +467,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStage.md index 0011ce977cdaf..819786aa4651f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaidentitygovernanceaccessreviewdecisioninstancestage Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStage --- @@ -25,7 +25,6 @@ Remove-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStage [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStage [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -447,6 +445,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecision.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecision.md index 2034e8170ba3a..bbd07e294a08e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecision.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecision.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaidentitygovernanceaccessreviewdecisioninstancestagedecision Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecision --- @@ -26,7 +26,6 @@ Remove-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecision [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecision [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -469,6 +467,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecisionInsight.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecisionInsight.md index 2c95b39c53098..9d0c29f85e6b5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecisionInsight.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecisionInsight.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaidentitygovernanceaccessreviewdecisioninstancestagedecisioninsight Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecisionInsight --- @@ -26,7 +26,6 @@ Remove-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecisionInsight [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecisionInsight [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -490,6 +488,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceAccessReviewDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceAccessReviewDefinition.md index 325c7bf60737e..a9da983a27cf8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceAccessReviewDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceAccessReviewDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaidentitygovernanceaccessreviewdefinition Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityGovernanceAccessReviewDefinition --- @@ -27,7 +27,6 @@ Remove-MgBetaIdentityGovernanceAccessReviewDefinition -AccessReviewScheduleDefin [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaIdentityGovernanceAccessReviewDefinition -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -448,6 +446,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstance.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstance.md index c1fa13c0b039e..2042d5f76cf39 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstance.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstance.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaidentitygovernanceaccessreviewdefinitioninstance Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstance --- @@ -28,7 +28,6 @@ Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstance -AccessReviewInsta [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -39,7 +38,6 @@ Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstance [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -450,6 +448,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer.md index 33923f275a749..ab2114f76cfac 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaidentitygovernanceaccessreviewdefinitioninstancecontactedreviewer Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer --- @@ -29,7 +29,6 @@ Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -40,7 +39,6 @@ Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -472,6 +470,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecision.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecision.md index 332ae2d5e0864..697c50741f9f6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecision.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecision.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaidentitygovernanceaccessreviewdefinitioninstancedecision Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecision --- @@ -29,7 +29,6 @@ Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecision [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -40,7 +39,6 @@ Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecision [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -472,6 +470,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight.md index 019a2a4a4e848..ef85c4c811182 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaidentitygovernanceaccessreviewdefinitioninstancedecisioninsight Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight --- @@ -29,7 +29,6 @@ Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -40,7 +39,6 @@ Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -493,6 +491,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInstance.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInstance.md index 71061616fcd4a..65588a65d1fce 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInstance.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInstance.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaidentitygovernanceaccessreviewdefinitioninstancedecisioninstance Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInstance --- @@ -26,7 +26,6 @@ Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInstance [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInstance [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -469,6 +467,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStage.md index 3e1dabf13fb3e..009a004637142 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaidentitygovernanceaccessreviewdefinitioninstancestage Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStage --- @@ -28,7 +28,6 @@ Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStage -AccessReview [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -39,7 +38,6 @@ Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStage [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -471,6 +469,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecision.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecision.md index 126c69b1856f1..50840643652fe 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecision.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecision.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaidentitygovernanceaccessreviewdefinitioninstancestagedecision Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecision --- @@ -29,7 +29,6 @@ Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecision [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -40,7 +39,6 @@ Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecision [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -493,6 +491,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight.md index 075faad1a93ae..c48afd0ed76d7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaidentitygovernanceaccessreviewdefinitioninstancestagedecisioninsight Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight --- @@ -30,7 +30,6 @@ Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsigh [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -41,7 +40,6 @@ Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsigh [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -515,6 +513,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInstance.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInstance.md index 732e2114edcc1..49288d1cb720c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInstance.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInstance.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaidentitygovernanceaccessreviewdefinitioninstancestagedecisioninstance Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInstance --- @@ -26,7 +26,6 @@ Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInstan [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInstan [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -490,6 +488,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceAccessReviewHistoryDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceAccessReviewHistoryDefinition.md index baaa3fd807811..cf7ea3ca48871 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceAccessReviewHistoryDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceAccessReviewHistoryDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaidentitygovernanceaccessreviewhistorydefinition Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityGovernanceAccessReviewHistoryDefinition --- @@ -28,7 +28,6 @@ Remove-MgBetaIdentityGovernanceAccessReviewHistoryDefinition [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -39,7 +38,6 @@ Remove-MgBetaIdentityGovernanceAccessReviewHistoryDefinition [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -429,6 +427,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionInstance.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionInstance.md index dbb1c588a9eb8..62a1a0b0825ef 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionInstance.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionInstance.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaidentitygovernanceaccessreviewhistorydefinitioninstance Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionInstance --- @@ -28,7 +28,6 @@ Remove-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionInstance [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -39,7 +38,6 @@ Remove-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionInstance [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -450,6 +448,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceAccessReviewInstance.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceAccessReviewInstance.md index fbd422a6e4a38..c6ee28957439d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceAccessReviewInstance.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceAccessReviewInstance.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaidentitygovernanceaccessreviewinstance Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityGovernanceAccessReviewInstance --- @@ -24,7 +24,6 @@ Remove-MgBetaIdentityGovernanceAccessReviewInstance -AccessReviewInstanceId ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaIdentityGovernanceAccessReviewInstance -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -424,6 +422,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceAccessReviewInstanceContactedReviewer.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceAccessReviewInstanceContactedReviewer.md index 09029d605d76b..82d98d1c2c9b6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceAccessReviewInstanceContactedReviewer.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceAccessReviewInstanceContactedReviewer.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaidentitygovernanceaccessreviewinstancecontactedreviewer Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityGovernanceAccessReviewInstanceContactedReviewer --- @@ -25,7 +25,6 @@ Remove-MgBetaIdentityGovernanceAccessReviewInstanceContactedReviewer [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaIdentityGovernanceAccessReviewInstanceContactedReviewer [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -447,6 +445,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceAccessReviewInstanceDecision.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceAccessReviewInstanceDecision.md index 983a97dd159d0..53453e9ab3ffe 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceAccessReviewInstanceDecision.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceAccessReviewInstanceDecision.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaidentitygovernanceaccessreviewinstancedecision Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityGovernanceAccessReviewInstanceDecision --- @@ -25,7 +25,6 @@ Remove-MgBetaIdentityGovernanceAccessReviewInstanceDecision [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaIdentityGovernanceAccessReviewInstanceDecision [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -447,6 +445,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInsight.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInsight.md index af8c68e90193a..e4d4dbfe9c2fb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInsight.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInsight.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaidentitygovernanceaccessreviewinstancedecisioninsight Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInsight --- @@ -26,7 +26,6 @@ Remove-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInsight [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInsight [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -469,6 +467,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstance.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstance.md index d8b3a83adb05f..d59129fa33b7a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstance.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstance.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaidentitygovernanceaccessreviewinstancedecisioninstance Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstance --- @@ -25,7 +25,6 @@ Remove-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstance [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstance [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -447,6 +445,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceContactedReviewer.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceContactedReviewer.md index 34a71c71d832d..fc2b2d6f6b2c4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceContactedReviewer.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceContactedReviewer.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaidentitygovernanceaccessreviewinstancedecisioninstancecontactedreviewer Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceContactedReviewer --- @@ -26,7 +26,6 @@ Remove-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceContactedRevi [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceContactedRevi [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -469,6 +467,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceStage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceStage.md index bb9a5948916ed..c43992f6688da 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceStage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceStage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaidentitygovernanceaccessreviewinstancedecisioninstancestage Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceStage --- @@ -26,7 +26,6 @@ Remove-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceStage [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceStage [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -469,6 +467,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceStageDecision.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceStageDecision.md index 9bd71a11707d2..980cf8b80a6bc 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceStageDecision.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceStageDecision.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaidentitygovernanceaccessreviewinstancedecisioninstancestagedecision Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceStageDecision --- @@ -26,7 +26,6 @@ Remove-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceStageDecision [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceStageDecision [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -490,6 +488,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceStageDecisionInsight.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceStageDecisionInsight.md index 9d87d3d652ae1..0907bc7ad32b2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceStageDecisionInsight.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceStageDecisionInsight.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaidentitygovernanceaccessreviewinstancedecisioninstancestagedecisioninsight Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceStageDecisionInsight --- @@ -26,7 +26,6 @@ Remove-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceStageDecision [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceStageDecision [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -511,6 +509,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceAccessReviewInstanceStage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceAccessReviewInstanceStage.md index e977a68b6ab76..e2cf5600202da 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceAccessReviewInstanceStage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceAccessReviewInstanceStage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaidentitygovernanceaccessreviewinstancestage Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityGovernanceAccessReviewInstanceStage --- @@ -25,7 +25,6 @@ Remove-MgBetaIdentityGovernanceAccessReviewInstanceStage -AccessReviewInstanceId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaIdentityGovernanceAccessReviewInstanceStage -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -446,6 +444,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceAccessReviewInstanceStageDecision.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceAccessReviewInstanceStageDecision.md index b27c3ff2ab81a..0796683828dcb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceAccessReviewInstanceStageDecision.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceAccessReviewInstanceStageDecision.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaidentitygovernanceaccessreviewinstancestagedecision Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityGovernanceAccessReviewInstanceStageDecision --- @@ -26,7 +26,6 @@ Remove-MgBetaIdentityGovernanceAccessReviewInstanceStageDecision [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaIdentityGovernanceAccessReviewInstanceStageDecision [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -469,6 +467,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInsight.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInsight.md index a6b53e94b6ca2..7dbddbd434d57 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInsight.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInsight.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaidentitygovernanceaccessreviewinstancestagedecisioninsight Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInsight --- @@ -26,7 +26,6 @@ Remove-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInsight [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInsight [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -490,6 +488,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstance.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstance.md index e9717f53e20d5..07ebd0168d9d8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstance.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstance.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaidentitygovernanceaccessreviewinstancestagedecisioninstance Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstance --- @@ -26,7 +26,6 @@ Remove-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstance [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstance [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -469,6 +467,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstanceContactedReviewer.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstanceContactedReviewer.md index df022b99c4544..5a8f157d22ecb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstanceContactedReviewer.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstanceContactedReviewer.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaidentitygovernanceaccessreviewinstancestagedecisioninstancecontactedreviewer Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstanceContactedReviewer --- @@ -26,7 +26,6 @@ Remove-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstanceContacte [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstanceContacte [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -490,6 +488,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstanceDecision.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstanceDecision.md index d6ccf93e5997c..ae70b74804eae 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstanceDecision.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstanceDecision.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaidentitygovernanceaccessreviewinstancestagedecisioninstancedecision Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstanceDecision --- @@ -26,7 +26,6 @@ Remove-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstanceDecision [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstanceDecision [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -490,6 +488,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstanceDecisionInsight.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstanceDecisionInsight.md index 2769022eb9a80..b00f7dde49646 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstanceDecisionInsight.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstanceDecisionInsight.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaidentitygovernanceaccessreviewinstancestagedecisioninstancedecisioninsight Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstanceDecisionInsight --- @@ -26,7 +26,6 @@ Remove-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstanceDecision [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstanceDecision [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -511,6 +509,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceAccessReviewPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceAccessReviewPolicy.md index 3d08e028d88ba..fda088af6417d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceAccessReviewPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceAccessReviewPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaidentitygovernanceaccessreviewpolicy Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityGovernanceAccessReviewPolicy --- @@ -24,7 +24,6 @@ Remove-MgBetaIdentityGovernanceAccessReviewPolicy [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceAppConsentRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceAppConsentRequest.md index 5a0492fba50a5..d3fbfe06a5708 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceAppConsentRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceAppConsentRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaidentitygovernanceappconsentrequest Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityGovernanceAppConsentRequest --- @@ -27,7 +27,6 @@ Remove-MgBetaIdentityGovernanceAppConsentRequest -AppConsentRequestId [ [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaIdentityGovernanceAppConsentRequest -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -427,6 +425,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequest.md index c12b94231877f..de80596a07913 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaidentitygovernanceappconsentrequestuserconsentrequest Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequest --- @@ -28,7 +28,6 @@ Remove-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequest -AppConsentRe [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -39,7 +38,6 @@ Remove-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequest [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -450,6 +448,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApproval.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApproval.md index 1b09a53a0d5c3..b0cf5cdf6c44d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApproval.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApproval.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaidentitygovernanceappconsentrequestuserconsentrequestapproval Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApproval --- @@ -28,7 +28,6 @@ Remove-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApproval [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -39,7 +38,6 @@ Remove-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApproval [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -450,6 +448,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStep.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStep.md index e0a1e595d85ca..c98fe563c9180 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStep.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStep.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaidentitygovernanceappconsentrequestuserconsentrequestapprovalstep Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStep --- @@ -25,7 +25,6 @@ Remove-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStep [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStep [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -468,6 +466,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceCatalog.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceCatalog.md index fc12aabeb1bbb..773841e468cad 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceCatalog.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceCatalog.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaidentitygovernancecatalog Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityGovernanceCatalog --- @@ -24,7 +24,6 @@ Remove-MgBetaIdentityGovernanceCatalog -AccessPackageCatalogId [-IfMatc [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaIdentityGovernanceCatalog -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -424,6 +422,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceCatalogAccessPackageCustomWorkflowExtension.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceCatalogAccessPackageCustomWorkflowExtension.md index 23641150778f3..8ba77b1289bd5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceCatalogAccessPackageCustomWorkflowExtension.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceCatalogAccessPackageCustomWorkflowExtension.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaidentitygovernancecatalogaccesspackagecustomworkflowextension Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityGovernanceCatalogAccessPackageCustomWorkflowExtension --- @@ -25,7 +25,6 @@ Remove-MgBetaIdentityGovernanceCatalogAccessPackageCustomWorkflowExtension [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaIdentityGovernanceCatalogAccessPackageCustomWorkflowExtension [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -447,6 +445,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceCatalogAccessPackageResource.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceCatalogAccessPackageResource.md index 428d038dc4bca..5ba5badea9e6e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceCatalogAccessPackageResource.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceCatalogAccessPackageResource.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaidentitygovernancecatalogaccesspackageresource Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityGovernanceCatalogAccessPackageResource --- @@ -25,7 +25,6 @@ Remove-MgBetaIdentityGovernanceCatalogAccessPackageResource -AccessPackageCatalo [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaIdentityGovernanceCatalogAccessPackageResource [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -447,6 +445,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRole.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRole.md index 7ac61304ed3a9..326baf9bf68c2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRole.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRole.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaidentitygovernancecatalogaccesspackageresourceaccesspackageresourcerole Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRole --- @@ -26,7 +26,6 @@ Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResource [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResource [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -469,6 +467,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRoleAccessPackageResource.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRoleAccessPackageResource.md index a58ea4b1eee2b..b070576517af7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRoleAccessPackageResource.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRoleAccessPackageResource.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaidentitygovernancecatalogaccesspackageresourceaccesspackageresourceroleaccesspackageresource Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRoleAccessPackageResource --- @@ -26,7 +26,6 @@ Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResource [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResource [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -469,6 +467,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScope.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScope.md index 7ec2cacbd66c3..0876fa94f41e8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScope.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScope.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaidentitygovernancecatalogaccesspackageresourceaccesspackageresourceroleaccesspackageresourceaccesspackageresourcescope Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScope --- @@ -26,7 +26,6 @@ Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResource [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResource [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -490,6 +488,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeAccessPackageResource.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeAccessPackageResource.md index 2f8416ec7f2c1..a1e6b7ce9718b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeAccessPackageResource.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeAccessPackageResource.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaidentitygovernancecatalogaccesspackageresourceaccesspackageresourceroleaccesspackageresourceaccesspackageresourcescopeaccesspackageresource Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeAccessPackageResource --- @@ -26,7 +26,6 @@ Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResource [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResource [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -490,6 +488,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceUploadSession.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceUploadSession.md index 5f2e4ddb8aeed..d62b9365f5f80 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceUploadSession.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceUploadSession.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaidentitygovernancecatalogaccesspackageresourceaccesspackageresourceroleaccesspackageresourceaccesspackageresourcescopeaccesspackageresourceuploadsession Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceUploadSession --- @@ -27,7 +27,6 @@ Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResource [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -38,7 +37,6 @@ Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResource [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -512,6 +510,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceUploadSession.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceUploadSession.md index a8e0c2a398b17..956e50a459950 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceUploadSession.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceUploadSession.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaidentitygovernancecatalogaccesspackageresourceaccesspackageresourceroleaccesspackageresourceuploadsession Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceUploadSession --- @@ -26,7 +26,6 @@ Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResource [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResource [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -490,6 +488,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScope.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScope.md index b8813aa9a907f..4054637995f05 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScope.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScope.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaidentitygovernancecatalogaccesspackageresourceaccesspackageresourcescope Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScope --- @@ -26,7 +26,6 @@ Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResource [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResource [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -469,6 +467,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScopeAccessPackageResource.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScopeAccessPackageResource.md index 42b715c3bbf37..76e97cc23d6e5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScopeAccessPackageResource.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScopeAccessPackageResource.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaidentitygovernancecatalogaccesspackageresourceaccesspackageresourcescopeaccesspackageresource Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScopeAccessPackageResource --- @@ -26,7 +26,6 @@ Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResource [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResource [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -469,6 +467,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRole.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRole.md index a4f3e075a02c0..ac5ee764fe776 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRole.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRole.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaidentitygovernancecatalogaccesspackageresourceaccesspackageresourcescopeaccesspackageresourceaccesspackageresourcerole Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRole --- @@ -26,7 +26,6 @@ Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResource [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResource [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -490,6 +488,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRoleAccessPackageResource.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRoleAccessPackageResource.md index ce22f088b69ca..15c2690fa4705 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRoleAccessPackageResource.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRoleAccessPackageResource.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaidentitygovernancecatalogaccesspackageresourceaccesspackageresourcescopeaccesspackageresourceaccesspackageresourceroleaccesspackageresource Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRoleAccessPackageResource --- @@ -26,7 +26,6 @@ Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResource [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResource [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -490,6 +488,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceUploadSession.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceUploadSession.md index 46739ed9638ac..69bad5b30f3b0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceUploadSession.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceUploadSession.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaidentitygovernancecatalogaccesspackageresourceaccesspackageresourcescopeaccesspackageresourceaccesspackageresourceroleaccesspackageresourceuploadsession Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceUploadSession --- @@ -27,7 +27,6 @@ Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResource [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -38,7 +37,6 @@ Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResource [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -512,6 +510,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceUploadSession.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceUploadSession.md index 31a45ef40db11..72c751425169b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceUploadSession.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceUploadSession.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaidentitygovernancecatalogaccesspackageresourceaccesspackageresourcescopeaccesspackageresourceuploadsession Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceUploadSession --- @@ -26,7 +26,6 @@ Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResource [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResource [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -490,6 +488,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceRole.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceRole.md index ef5439c5464d2..a10848bdb1030 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceRole.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceRole.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaidentitygovernancecatalogaccesspackageresourcerole Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceRole --- @@ -25,7 +25,6 @@ Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceRole -AccessPackageCa [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceRole [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -447,6 +445,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResource.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResource.md index 71e924f39da57..07ca1cad1bd15 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResource.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResource.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaidentitygovernancecatalogaccesspackageresourceroleaccesspackageresource Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResource --- @@ -25,7 +25,6 @@ Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageReso [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageReso [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -447,6 +445,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceRole.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceRole.md index 73a22341a38ab..43de88cda1187 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceRole.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceRole.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaidentitygovernancecatalogaccesspackageresourceroleaccesspackageresourceaccesspackageresourcerole Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceRole --- @@ -26,7 +26,6 @@ Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageReso [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageReso [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -469,6 +467,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScope.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScope.md index 0cec7a9651b05..c1ac41e5cfa15 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScope.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScope.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaidentitygovernancecatalogaccesspackageresourceroleaccesspackageresourceaccesspackageresourcescope Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScope --- @@ -26,7 +26,6 @@ Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageReso [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageReso [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -469,6 +467,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeAccessPackageResource.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeAccessPackageResource.md index c791a103d5c49..b522f539e098d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeAccessPackageResource.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeAccessPackageResource.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaidentitygovernancecatalogaccesspackageresourceroleaccesspackageresourceaccesspackageresourcescopeaccesspackageresource Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeAccessPackageResource --- @@ -26,7 +26,6 @@ Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageReso [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageReso [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -469,6 +467,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRole.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRole.md index fbe7cdf6498ca..bf8b9febb3b71 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRole.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRole.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaidentitygovernancecatalogaccesspackageresourceroleaccesspackageresourceaccesspackageresourcescopeaccesspackageresourceaccesspackageresourcerole Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRole --- @@ -26,7 +26,6 @@ Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageReso [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageReso [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -490,6 +488,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceUploadSession.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceUploadSession.md index 2a861b4e85b42..27de6d8ea8fc2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceUploadSession.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceUploadSession.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaidentitygovernancecatalogaccesspackageresourceroleaccesspackageresourceaccesspackageresourcescopeaccesspackageresourceuploadsession Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceUploadSession --- @@ -26,7 +26,6 @@ Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageReso [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageReso [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -490,6 +488,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceUploadSession.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceUploadSession.md index de33e7d7d3a5e..d5cb5164a7606 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceUploadSession.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceUploadSession.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaidentitygovernancecatalogaccesspackageresourceroleaccesspackageresourceuploadsession Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceUploadSession --- @@ -26,7 +26,6 @@ Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageReso [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageReso [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -469,6 +467,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceScope.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceScope.md index 9487c7da91091..d908f628bdce7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceScope.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceScope.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaidentitygovernancecatalogaccesspackageresourcescope Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceScope --- @@ -25,7 +25,6 @@ Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceScope -AccessPackageC [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceScope [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -447,6 +445,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResource.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResource.md index 1c0b42147efa0..7ca3c77d2daba 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResource.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResource.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaidentitygovernancecatalogaccesspackageresourcescopeaccesspackageresource Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResource --- @@ -25,7 +25,6 @@ Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageRes [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageRes [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -447,6 +445,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRole.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRole.md index 7b5d110438aa9..4069ae44dbcd6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRole.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRole.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaidentitygovernancecatalogaccesspackageresourcescopeaccesspackageresourceaccesspackageresourcerole Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRole --- @@ -26,7 +26,6 @@ Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageRes [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageRes [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -469,6 +467,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRoleAccessPackageResource.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRoleAccessPackageResource.md index 2d560f4e3deb2..7c90654a6592b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRoleAccessPackageResource.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRoleAccessPackageResource.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaidentitygovernancecatalogaccesspackageresourcescopeaccesspackageresourceaccesspackageresourceroleaccesspackageresource Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRoleAccessPackageResource --- @@ -26,7 +26,6 @@ Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageRes [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageRes [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -469,6 +467,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScope.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScope.md index fb964f2d46cbd..4554a920bbb5b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScope.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScope.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaidentitygovernancecatalogaccesspackageresourcescopeaccesspackageresourceaccesspackageresourceroleaccesspackageresourceaccesspackageresourcescope Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScope --- @@ -26,7 +26,6 @@ Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageRes [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageRes [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -490,6 +488,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceUploadSession.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceUploadSession.md index b3f987e6d1ce9..f9693bb349bdd 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceUploadSession.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceUploadSession.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaidentitygovernancecatalogaccesspackageresourcescopeaccesspackageresourceaccesspackageresourceroleaccesspackageresourceuploadsession Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceUploadSession --- @@ -26,7 +26,6 @@ Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageRes [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageRes [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -490,6 +488,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceScope.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceScope.md index 5e2a4735ad24c..d85136a380ad7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceScope.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceScope.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaidentitygovernancecatalogaccesspackageresourcescopeaccesspackageresourceaccesspackageresourcescope Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceScope --- @@ -26,7 +26,6 @@ Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageRes [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageRes [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -469,6 +467,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceUploadSession.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceUploadSession.md index 46a8cd775ecd1..df8535ba10b16 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceUploadSession.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceUploadSession.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaidentitygovernancecatalogaccesspackageresourcescopeaccesspackageresourceuploadsession Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceUploadSession --- @@ -26,7 +26,6 @@ Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageRes [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageRes [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -469,6 +467,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceUploadSession.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceUploadSession.md index 5a8ebfd11222d..f014b70387623 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceUploadSession.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceUploadSession.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaidentitygovernancecatalogaccesspackageresourceuploadsession Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceUploadSession --- @@ -26,7 +26,6 @@ Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceUploadSession [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaIdentityGovernanceCatalogAccessPackageResourceUploadSession [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -469,6 +467,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceCatalogByUniqueName.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceCatalogByUniqueName.md index bf0f5b904e8fa..3c4605f3f8d3f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceCatalogByUniqueName.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceCatalogByUniqueName.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaidentitygovernancecatalogbyuniquename Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityGovernanceCatalogByUniqueName --- @@ -24,7 +24,6 @@ Remove-MgBetaIdentityGovernanceCatalogByUniqueName -UniqueName [-IfMatc [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaIdentityGovernanceCatalogByUniqueName -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -424,6 +422,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceCatalogCustomAccessPackageWorkflowExtension.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceCatalogCustomAccessPackageWorkflowExtension.md index 2a1a91044aff1..388026f464977 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceCatalogCustomAccessPackageWorkflowExtension.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceCatalogCustomAccessPackageWorkflowExtension.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaidentitygovernancecatalogcustomaccesspackageworkflowextension Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityGovernanceCatalogCustomAccessPackageWorkflowExtension --- @@ -25,7 +25,6 @@ Remove-MgBetaIdentityGovernanceCatalogCustomAccessPackageWorkflowExtension [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaIdentityGovernanceCatalogCustomAccessPackageWorkflowExtension [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -447,6 +445,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceLifecycleWorkflow.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceLifecycleWorkflow.md index 7158bfa5ec1ba..96a808dca120f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceLifecycleWorkflow.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceLifecycleWorkflow.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaidentitygovernancelifecycleworkflow Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityGovernanceLifecycleWorkflow --- @@ -28,7 +28,6 @@ Remove-MgBetaIdentityGovernanceLifecycleWorkflow -WorkflowId [-IfMatch [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -38,7 +37,6 @@ Remove-MgBetaIdentityGovernanceLifecycleWorkflow -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -450,6 +448,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtension.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtension.md index 03a35b7e37b1a..31a4abbab2f05 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtension.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtension.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaidentitygovernancelifecycleworkflowcustomtaskextension Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtension --- @@ -28,7 +28,6 @@ Remove-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtension -CustomTaskE [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -39,7 +38,6 @@ Remove-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtension [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -451,6 +449,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItem.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItem.md index abf4e331614da..f752be58e0186 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItem.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItem.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaidentitygovernancelifecycleworkflowdeleteditem Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItem --- @@ -27,7 +27,6 @@ Remove-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItem [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow.md index 9454debda5605..dc92b25044a01 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaidentitygovernancelifecycleworkflowdeleteditemworkflow Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow --- @@ -27,7 +27,6 @@ Remove-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow -WorkflowId [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -38,7 +37,6 @@ Remove-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -449,6 +447,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask.md index d214ed75ee1eb..5d998bdad43ea 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaidentitygovernancelifecycleworkflowdeleteditemworkflowtask Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask --- @@ -28,7 +28,6 @@ Remove-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask -TaskId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -39,7 +38,6 @@ Remove-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -450,6 +448,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceLifecycleWorkflowInsight.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceLifecycleWorkflowInsight.md index 001b24a1371b5..4ec5446ce5689 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceLifecycleWorkflowInsight.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceLifecycleWorkflowInsight.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaidentitygovernancelifecycleworkflowinsight Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityGovernanceLifecycleWorkflowInsight --- @@ -27,7 +27,6 @@ Remove-MgBetaIdentityGovernanceLifecycleWorkflowInsight [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceLifecycleWorkflowTask.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceLifecycleWorkflowTask.md index e44ffc734fe1a..85ac3db02c4d1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceLifecycleWorkflowTask.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceLifecycleWorkflowTask.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaidentitygovernancelifecycleworkflowtask Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityGovernanceLifecycleWorkflowTask --- @@ -27,7 +27,6 @@ Remove-MgBetaIdentityGovernanceLifecycleWorkflowTask -TaskId -WorkflowI [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaIdentityGovernanceLifecycleWorkflowTask -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -448,6 +446,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceLifecycleWorkflowVersionTask.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceLifecycleWorkflowVersionTask.md index 4971595430d89..4fcceae2bd163 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceLifecycleWorkflowVersionTask.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceLifecycleWorkflowVersionTask.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaidentitygovernancelifecycleworkflowversiontask Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityGovernanceLifecycleWorkflowVersionTask --- @@ -28,7 +28,6 @@ Remove-MgBetaIdentityGovernanceLifecycleWorkflowVersionTask -TaskId -Wo [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -39,7 +38,6 @@ Remove-MgBetaIdentityGovernanceLifecycleWorkflowVersionTask [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -471,6 +469,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernancePermissionAnalytic.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernancePermissionAnalytic.md index cedaa58c8cca8..a7a4423973956 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernancePermissionAnalytic.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernancePermissionAnalytic.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaidentitygovernancepermissionanalytic Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityGovernancePermissionAnalytic --- @@ -24,7 +24,6 @@ Remove-MgBetaIdentityGovernancePermissionAnalytic [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernancePermissionAnalyticAw.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernancePermissionAnalyticAw.md index 488129b090ee0..441cbab103860 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernancePermissionAnalyticAw.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernancePermissionAnalyticAw.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaidentitygovernancepermissionanalyticaw Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityGovernancePermissionAnalyticAw --- @@ -24,7 +24,6 @@ Remove-MgBetaIdentityGovernancePermissionAnalyticAw [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernancePermissionAnalyticAwFinding.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernancePermissionAnalyticAwFinding.md index 5d1ef7783b0b4..244637af4e2a0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernancePermissionAnalyticAwFinding.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernancePermissionAnalyticAwFinding.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaidentitygovernancepermissionanalyticawfinding Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityGovernancePermissionAnalyticAwFinding --- @@ -24,7 +24,6 @@ Remove-MgBetaIdentityGovernancePermissionAnalyticAwFinding -FindingId [ [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaIdentityGovernancePermissionAnalyticAwFinding [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -425,6 +423,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernancePermissionAnalyticAwPermissionCreepIndexDistribution.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernancePermissionAnalyticAwPermissionCreepIndexDistribution.md index ae20023bff2b2..dd09eac7e5291 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernancePermissionAnalyticAwPermissionCreepIndexDistribution.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernancePermissionAnalyticAwPermissionCreepIndexDistribution.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaidentitygovernancepermissionanalyticawpermissioncreepindexdistribution Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityGovernancePermissionAnalyticAwPermissionCreepIndexDistribution --- @@ -25,7 +25,6 @@ Remove-MgBetaIdentityGovernancePermissionAnalyticAwPermissionCreepIndexDistribut [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaIdentityGovernancePermissionAnalyticAwPermissionCreepIndexDistribut [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -426,6 +424,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernancePermissionAnalyticAzure.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernancePermissionAnalyticAzure.md index ee85a0327dfd8..5dcd41b6b73f2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernancePermissionAnalyticAzure.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernancePermissionAnalyticAzure.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaidentitygovernancepermissionanalyticazure Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityGovernancePermissionAnalyticAzure --- @@ -24,7 +24,6 @@ Remove-MgBetaIdentityGovernancePermissionAnalyticAzure [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernancePermissionAnalyticAzureFinding.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernancePermissionAnalyticAzureFinding.md index c0abb7f80ee78..fefabc12539e6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernancePermissionAnalyticAzureFinding.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernancePermissionAnalyticAzureFinding.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaidentitygovernancepermissionanalyticazurefinding Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityGovernancePermissionAnalyticAzureFinding --- @@ -24,7 +24,6 @@ Remove-MgBetaIdentityGovernancePermissionAnalyticAzureFinding -FindingId ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaIdentityGovernancePermissionAnalyticAzureFinding [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -425,6 +423,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernancePermissionAnalyticAzurePermissionCreepIndexDistribution.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernancePermissionAnalyticAzurePermissionCreepIndexDistribution.md index dec94c265e178..eb388afebead1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernancePermissionAnalyticAzurePermissionCreepIndexDistribution.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernancePermissionAnalyticAzurePermissionCreepIndexDistribution.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaidentitygovernancepermissionanalyticazurepermissioncreepindexdistribution Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityGovernancePermissionAnalyticAzurePermissionCreepIndexDistribution --- @@ -25,7 +25,6 @@ Remove-MgBetaIdentityGovernancePermissionAnalyticAzurePermissionCreepIndexDistri [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaIdentityGovernancePermissionAnalyticAzurePermissionCreepIndexDistri [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -426,6 +424,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernancePermissionAnalyticGcp.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernancePermissionAnalyticGcp.md index e86874d4fc83e..5126c092f2a46 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernancePermissionAnalyticGcp.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernancePermissionAnalyticGcp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaidentitygovernancepermissionanalyticgcp Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityGovernancePermissionAnalyticGcp --- @@ -24,7 +24,6 @@ Remove-MgBetaIdentityGovernancePermissionAnalyticGcp [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernancePermissionAnalyticGcpFinding.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernancePermissionAnalyticGcpFinding.md index 5a8ac329ae62d..4e6831ab9fb50 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernancePermissionAnalyticGcpFinding.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernancePermissionAnalyticGcpFinding.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaidentitygovernancepermissionanalyticgcpfinding Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityGovernancePermissionAnalyticGcpFinding --- @@ -24,7 +24,6 @@ Remove-MgBetaIdentityGovernancePermissionAnalyticGcpFinding -FindingId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaIdentityGovernancePermissionAnalyticGcpFinding [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -425,6 +423,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernancePermissionAnalyticGcpPermissionCreepIndexDistribution.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernancePermissionAnalyticGcpPermissionCreepIndexDistribution.md index 6395566f4fbd0..33bffe6357aa0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernancePermissionAnalyticGcpPermissionCreepIndexDistribution.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernancePermissionAnalyticGcpPermissionCreepIndexDistribution.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaidentitygovernancepermissionanalyticgcppermissioncreepindexdistribution Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityGovernancePermissionAnalyticGcpPermissionCreepIndexDistribution --- @@ -25,7 +25,6 @@ Remove-MgBetaIdentityGovernancePermissionAnalyticGcpPermissionCreepIndexDistribu [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaIdentityGovernancePermissionAnalyticGcpPermissionCreepIndexDistribu [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -426,6 +424,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernancePermissionManagement.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernancePermissionManagement.md index f305c15f0beeb..cc70b9dee8236 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernancePermissionManagement.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernancePermissionManagement.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaidentitygovernancepermissionmanagement Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityGovernancePermissionManagement --- @@ -24,7 +24,6 @@ Remove-MgBetaIdentityGovernancePermissionManagement [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernancePermissionManagementPermissionRequestChange.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernancePermissionManagementPermissionRequestChange.md index 8f6bb9f41a36c..57eaa19583099 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernancePermissionManagementPermissionRequestChange.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernancePermissionManagementPermissionRequestChange.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaidentitygovernancepermissionmanagementpermissionrequestchange Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityGovernancePermissionManagementPermissionRequestChange --- @@ -25,7 +25,6 @@ Remove-MgBetaIdentityGovernancePermissionManagementPermissionRequestChange [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaIdentityGovernancePermissionManagementPermissionRequestChange [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -426,6 +424,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApproval.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApproval.md index 621f86a43b776..38f66c2a5989c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApproval.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApproval.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaidentitygovernancepermissionmanagementscheduledpermissionapproval Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApproval --- @@ -24,7 +24,6 @@ Remove-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApproval - [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApproval [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -425,6 +423,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApprovalStep.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApprovalStep.md index de38240b19936..89356115d85e1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApprovalStep.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApprovalStep.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaidentitygovernancepermissionmanagementscheduledpermissionapprovalstep Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApprovalStep --- @@ -25,7 +25,6 @@ Remove-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApprovalSt [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApprovalSt [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -447,6 +445,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernancePrivilegedAccess.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernancePrivilegedAccess.md index 4790965a92290..cd8cf1eb10060 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernancePrivilegedAccess.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernancePrivilegedAccess.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaidentitygovernanceprivilegedaccess Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityGovernancePrivilegedAccess --- @@ -27,7 +27,6 @@ Remove-MgBetaIdentityGovernancePrivilegedAccess [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernancePrivilegedAccessGroup.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernancePrivilegedAccessGroup.md index 0cd42eea4a71c..bba1bbdd4ef3b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernancePrivilegedAccessGroup.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernancePrivilegedAccessGroup.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaidentitygovernanceprivilegedaccessgroup Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityGovernancePrivilegedAccessGroup --- @@ -27,7 +27,6 @@ Remove-MgBetaIdentityGovernancePrivilegedAccessGroup [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApproval.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApproval.md index 80906d3da7625..fabd383e816ae 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApproval.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApproval.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaidentitygovernanceprivilegedaccessgroupassignmentapproval Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApproval --- @@ -27,7 +27,6 @@ Remove-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApproval -Approval [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -38,7 +37,6 @@ Remove-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApproval [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -428,6 +426,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStep.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStep.md index ec968f8933ee0..4d59d9161ac3e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStep.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStep.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaidentitygovernanceprivilegedaccessgroupassignmentapprovalstep Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStep --- @@ -25,7 +25,6 @@ Remove-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStep -Appr [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStep [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -447,6 +445,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentSchedule.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentSchedule.md index cd7896a942992..046fb2c0e58c8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentSchedule.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentSchedule.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaidentitygovernanceprivilegedaccessgroupassignmentschedule Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentSchedule --- @@ -28,7 +28,6 @@ Remove-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentSchedule [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -39,7 +38,6 @@ Remove-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentSchedule [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -429,6 +427,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance.md index 465b9e0b4fcf4..c37f772fe5fc2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaidentitygovernanceprivilegedaccessgroupassignmentscheduleinstance Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance --- @@ -28,7 +28,6 @@ Remove-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -39,7 +38,6 @@ Remove-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -429,6 +427,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest.md index b55a8a6e18432..2ea05e526c9f6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaidentitygovernanceprivilegedaccessgroupassignmentschedulerequest Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest --- @@ -28,7 +28,6 @@ Remove-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -39,7 +38,6 @@ Remove-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -429,6 +427,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilitySchedule.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilitySchedule.md index c842bc0a231af..cbfbfb0bd84c4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilitySchedule.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilitySchedule.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaidentitygovernanceprivilegedaccessgroupeligibilityschedule Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilitySchedule --- @@ -28,7 +28,6 @@ Remove-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilitySchedule [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -39,7 +38,6 @@ Remove-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilitySchedule [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -429,6 +427,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance.md index 05fba3dd3c4ac..e86ba1e3afe25 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaidentitygovernanceprivilegedaccessgroupeligibilityscheduleinstance Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance --- @@ -28,7 +28,6 @@ Remove-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -39,7 +38,6 @@ Remove-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -429,6 +427,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest.md index 6f8b605f6ee22..c0611c72bdfdf 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaidentitygovernanceprivilegedaccessgroupeligibilityschedulerequest Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest --- @@ -28,7 +28,6 @@ Remove-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -39,7 +38,6 @@ Remove-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -429,6 +427,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernancePrivilegedAccessGroupResource.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernancePrivilegedAccessGroupResource.md index b5721bf8a06e0..e02146c6c3344 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernancePrivilegedAccessGroupResource.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernancePrivilegedAccessGroupResource.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaidentitygovernanceprivilegedaccessgroupresource Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityGovernancePrivilegedAccessGroupResource --- @@ -24,7 +24,6 @@ Remove-MgBetaIdentityGovernancePrivilegedAccessGroupResource -GroupResourceId ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaIdentityGovernancePrivilegedAccessGroupResource [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -425,6 +423,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceRoleManagementAlert.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceRoleManagementAlert.md index 479dc15551d0a..72dd4f3ace598 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceRoleManagementAlert.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceRoleManagementAlert.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaidentitygovernancerolemanagementalert Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityGovernanceRoleManagementAlert --- @@ -24,7 +24,6 @@ Remove-MgBetaIdentityGovernanceRoleManagementAlert -UnifiedRoleManagementAlertId [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaIdentityGovernanceRoleManagementAlert -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -424,6 +422,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceRoleManagementAlertConfiguration.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceRoleManagementAlertConfiguration.md index 13233621ca991..e021291835674 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceRoleManagementAlertConfiguration.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceRoleManagementAlertConfiguration.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaidentitygovernancerolemanagementalertconfiguration Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityGovernanceRoleManagementAlertConfiguration --- @@ -25,7 +25,6 @@ Remove-MgBetaIdentityGovernanceRoleManagementAlertConfiguration [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaIdentityGovernanceRoleManagementAlertConfiguration [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -426,6 +424,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceRoleManagementAlertDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceRoleManagementAlertDefinition.md index 26381fff08646..75ade5246281d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceRoleManagementAlertDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceRoleManagementAlertDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaidentitygovernancerolemanagementalertdefinition Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityGovernanceRoleManagementAlertDefinition --- @@ -25,7 +25,6 @@ Remove-MgBetaIdentityGovernanceRoleManagementAlertDefinition [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaIdentityGovernanceRoleManagementAlertDefinition [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -426,6 +424,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceRoleManagementAlertIncident.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceRoleManagementAlertIncident.md index 1e0b91bff39e4..4cf8d7ee1b215 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceRoleManagementAlertIncident.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceRoleManagementAlertIncident.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaidentitygovernancerolemanagementalertincident Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityGovernanceRoleManagementAlertIncident --- @@ -25,7 +25,6 @@ Remove-MgBetaIdentityGovernanceRoleManagementAlertIncident -UnifiedRoleManagemen [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaIdentityGovernanceRoleManagementAlertIncident [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -447,6 +445,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceRoleManagementAlertOperation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceRoleManagementAlertOperation.md index 692389bcb1e19..37ddaddf67c40 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceRoleManagementAlertOperation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceRoleManagementAlertOperation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaidentitygovernancerolemanagementalertoperation Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityGovernanceRoleManagementAlertOperation --- @@ -24,7 +24,6 @@ Remove-MgBetaIdentityGovernanceRoleManagementAlertOperation -LongRunningOperatio [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaIdentityGovernanceRoleManagementAlertOperation [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -425,6 +423,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceTermsOfUseAgreement.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceTermsOfUseAgreement.md index a0e2b8c901348..2ff8308fb67f1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceTermsOfUseAgreement.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceTermsOfUseAgreement.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaidentitygovernancetermsofuseagreement Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityGovernanceTermsOfUseAgreement --- @@ -27,7 +27,6 @@ Remove-MgBetaIdentityGovernanceTermsOfUseAgreement -AgreementId [-IfMat [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaIdentityGovernanceTermsOfUseAgreement -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -440,6 +438,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceTermsOfUseAgreementAcceptance.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceTermsOfUseAgreementAcceptance.md index a6507d929dc30..aa8c01bdcab18 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceTermsOfUseAgreementAcceptance.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceTermsOfUseAgreementAcceptance.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaidentitygovernancetermsofuseagreementacceptance Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityGovernanceTermsOfUseAgreementAcceptance --- @@ -27,7 +27,6 @@ Remove-MgBetaIdentityGovernanceTermsOfUseAgreementAcceptance -AgreementAcceptanc [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Delete1 @@ -38,7 +37,6 @@ Remove-MgBetaIdentityGovernanceTermsOfUseAgreementAcceptance -AgreementAcceptanc [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity1 @@ -49,7 +47,6 @@ Remove-MgBetaIdentityGovernanceTermsOfUseAgreementAcceptance [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -60,7 +57,6 @@ Remove-MgBetaIdentityGovernanceTermsOfUseAgreementAcceptance [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -483,6 +479,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceTermsOfUseAgreementFile.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceTermsOfUseAgreementFile.md index 801cdd6e5c741..d4294ff472383 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceTermsOfUseAgreementFile.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceTermsOfUseAgreementFile.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaidentitygovernancetermsofuseagreementfile Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityGovernanceTermsOfUseAgreementFile --- @@ -27,7 +27,6 @@ Remove-MgBetaIdentityGovernanceTermsOfUseAgreementFile -AgreementId [-I [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaIdentityGovernanceTermsOfUseAgreementFile -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -427,6 +425,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalization.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalization.md index 109592b0a5508..15f678c2c4093 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalization.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalization.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaidentitygovernancetermsofuseagreementfilelocalization Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalization --- @@ -28,7 +28,6 @@ Remove-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalization [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -39,7 +38,6 @@ Remove-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalization [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -450,6 +448,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion.md index 3debd6906e626..94f57c4669915 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaidentitygovernancetermsofuseagreementfilelocalizationversion Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion --- @@ -28,7 +28,6 @@ Remove-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -39,7 +38,6 @@ Remove-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -471,6 +469,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceTermsOfUseAgreementFileVersion.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceTermsOfUseAgreementFileVersion.md index f77fb981de2d7..ceb3f132d3944 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceTermsOfUseAgreementFileVersion.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaIdentityGovernanceTermsOfUseAgreementFileVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaidentitygovernancetermsofuseagreementfileversion Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityGovernanceTermsOfUseAgreementFileVersion --- @@ -28,7 +28,6 @@ Remove-MgBetaIdentityGovernanceTermsOfUseAgreementFileVersion -AgreementFileLoca [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -39,7 +38,6 @@ Remove-MgBetaIdentityGovernanceTermsOfUseAgreementFileVersion [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -471,6 +469,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaPrivilegedAccess.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaPrivilegedAccess.md index a392b0827db8c..f9b319c3570a7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaPrivilegedAccess.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaPrivilegedAccess.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaprivilegedaccess Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaPrivilegedAccess --- @@ -24,7 +24,6 @@ Remove-MgBetaPrivilegedAccess -PrivilegedAccessId [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaPrivilegedAccess -InputObject [-IfMat [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -424,6 +422,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaPrivilegedAccessResource.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaPrivilegedAccessResource.md index cfce4dc858b76..24846d119e4cb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaPrivilegedAccessResource.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaPrivilegedAccessResource.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaprivilegedaccessresource Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaPrivilegedAccessResource --- @@ -24,7 +24,6 @@ Remove-MgBetaPrivilegedAccessResource -GovernanceResourceId -Privileged [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaPrivilegedAccessResource -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -445,6 +443,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaPrivilegedAccessResourceRoleAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaPrivilegedAccessResourceRoleAssignment.md index b0985c2d14934..1ccc75fa040bc 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaPrivilegedAccessResourceRoleAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaPrivilegedAccessResourceRoleAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaprivilegedaccessresourceroleassignment Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaPrivilegedAccessResourceRoleAssignment --- @@ -25,7 +25,6 @@ Remove-MgBetaPrivilegedAccessResourceRoleAssignment -GovernanceResourceId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaPrivilegedAccessResourceRoleAssignment -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -467,6 +465,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaPrivilegedAccessResourceRoleAssignmentRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaPrivilegedAccessResourceRoleAssignmentRequest.md index eecb42f8b8683..0b5fb5fa4db5a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaPrivilegedAccessResourceRoleAssignmentRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaPrivilegedAccessResourceRoleAssignmentRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaprivilegedaccessresourceroleassignmentrequest Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaPrivilegedAccessResourceRoleAssignmentRequest --- @@ -25,7 +25,6 @@ Remove-MgBetaPrivilegedAccessResourceRoleAssignmentRequest -GovernanceResourceId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaPrivilegedAccessResourceRoleAssignmentRequest [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -468,6 +466,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaPrivilegedAccessResourceRoleAssignmentRequestRoleDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaPrivilegedAccessResourceRoleAssignmentRequestRoleDefinition.md index 2144dd66a908d..d4b47df580c8f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaPrivilegedAccessResourceRoleAssignmentRequestRoleDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaPrivilegedAccessResourceRoleAssignmentRequestRoleDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaprivilegedaccessresourceroleassignmentrequestroledefinition Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaPrivilegedAccessResourceRoleAssignmentRequestRoleDefinition --- @@ -26,7 +26,6 @@ Remove-MgBetaPrivilegedAccessResourceRoleAssignmentRequestRoleDefinition [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaPrivilegedAccessResourceRoleAssignmentRequestRoleDefinition [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -469,6 +467,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaPrivilegedAccessResourceRoleAssignmentRequestSubject.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaPrivilegedAccessResourceRoleAssignmentRequestSubject.md index 82832b2b0ff09..2d125fe36588a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaPrivilegedAccessResourceRoleAssignmentRequestSubject.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaPrivilegedAccessResourceRoleAssignmentRequestSubject.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaprivilegedaccessresourceroleassignmentrequestsubject Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaPrivilegedAccessResourceRoleAssignmentRequestSubject --- @@ -25,7 +25,6 @@ Remove-MgBetaPrivilegedAccessResourceRoleAssignmentRequestSubject -GovernanceRes [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaPrivilegedAccessResourceRoleAssignmentRequestSubject [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -468,6 +466,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaPrivilegedAccessResourceRoleAssignmentRoleDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaPrivilegedAccessResourceRoleAssignmentRoleDefinition.md index 2cfdb3ce89ff6..19c482082bef8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaPrivilegedAccessResourceRoleAssignmentRoleDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaPrivilegedAccessResourceRoleAssignmentRoleDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaprivilegedaccessresourceroleassignmentroledefinition Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaPrivilegedAccessResourceRoleAssignmentRoleDefinition --- @@ -25,7 +25,6 @@ Remove-MgBetaPrivilegedAccessResourceRoleAssignmentRoleDefinition -GovernanceRes [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaPrivilegedAccessResourceRoleAssignmentRoleDefinition [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -468,6 +466,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaPrivilegedAccessResourceRoleAssignmentSubject.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaPrivilegedAccessResourceRoleAssignmentSubject.md index 62455912eed69..5faf6e7af212b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaPrivilegedAccessResourceRoleAssignmentSubject.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaPrivilegedAccessResourceRoleAssignmentSubject.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaprivilegedaccessresourceroleassignmentsubject Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaPrivilegedAccessResourceRoleAssignmentSubject --- @@ -25,7 +25,6 @@ Remove-MgBetaPrivilegedAccessResourceRoleAssignmentSubject -GovernanceResourceId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaPrivilegedAccessResourceRoleAssignmentSubject [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -468,6 +466,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaPrivilegedAccessResourceRoleDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaPrivilegedAccessResourceRoleDefinition.md index f93f7ca5d6a24..2644416c1f9e3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaPrivilegedAccessResourceRoleDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaPrivilegedAccessResourceRoleDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaprivilegedaccessresourceroledefinition Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaPrivilegedAccessResourceRoleDefinition --- @@ -25,7 +25,6 @@ Remove-MgBetaPrivilegedAccessResourceRoleDefinition -GovernanceResourceId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaPrivilegedAccessResourceRoleDefinition -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -467,6 +465,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaPrivilegedAccessResourceRoleSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaPrivilegedAccessResourceRoleSetting.md index 86b3310606c2b..5ccfd80587ef3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaPrivilegedAccessResourceRoleSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaPrivilegedAccessResourceRoleSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaprivilegedaccessresourcerolesetting Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaPrivilegedAccessResourceRoleSetting --- @@ -25,7 +25,6 @@ Remove-MgBetaPrivilegedAccessResourceRoleSetting -GovernanceResourceId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaPrivilegedAccessResourceRoleSetting -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -467,6 +465,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaPrivilegedAccessResourceRoleSettingRoleDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaPrivilegedAccessResourceRoleSettingRoleDefinition.md index a869be7581c8c..15340659d84aa 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaPrivilegedAccessResourceRoleSettingRoleDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaPrivilegedAccessResourceRoleSettingRoleDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaprivilegedaccessresourcerolesettingroledefinition Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaPrivilegedAccessResourceRoleSettingRoleDefinition --- @@ -25,7 +25,6 @@ Remove-MgBetaPrivilegedAccessResourceRoleSettingRoleDefinition -GovernanceResour [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaPrivilegedAccessResourceRoleSettingRoleDefinition [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -468,6 +466,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaPrivilegedAccessRoleAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaPrivilegedAccessRoleAssignment.md index 8c754940e50de..113ef685415c8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaPrivilegedAccessRoleAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaPrivilegedAccessRoleAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaprivilegedaccessroleassignment Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaPrivilegedAccessRoleAssignment --- @@ -25,7 +25,6 @@ Remove-MgBetaPrivilegedAccessRoleAssignment -GovernanceRoleAssignmentId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaPrivilegedAccessRoleAssignment -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -446,6 +444,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaPrivilegedAccessRoleAssignmentRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaPrivilegedAccessRoleAssignmentRequest.md index 8c3bc0a6407e3..0c6f966b08ccc 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaPrivilegedAccessRoleAssignmentRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaPrivilegedAccessRoleAssignmentRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaprivilegedaccessroleassignmentrequest Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaPrivilegedAccessRoleAssignmentRequest --- @@ -25,7 +25,6 @@ Remove-MgBetaPrivilegedAccessRoleAssignmentRequest -GovernanceRoleAssignmentRequ [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaPrivilegedAccessRoleAssignmentRequest -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -446,6 +444,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaPrivilegedAccessRoleAssignmentRequestRoleDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaPrivilegedAccessRoleAssignmentRequestRoleDefinition.md index e48275c5cc0d7..2db94de4afd07 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaPrivilegedAccessRoleAssignmentRequestRoleDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaPrivilegedAccessRoleAssignmentRequestRoleDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaprivilegedaccessroleassignmentrequestroledefinition Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaPrivilegedAccessRoleAssignmentRequestRoleDefinition --- @@ -25,7 +25,6 @@ Remove-MgBetaPrivilegedAccessRoleAssignmentRequestRoleDefinition [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaPrivilegedAccessRoleAssignmentRequestRoleDefinition [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -447,6 +445,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaPrivilegedAccessRoleAssignmentRequestSubject.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaPrivilegedAccessRoleAssignmentRequestSubject.md index bb35cf4e41e31..efc4aa4b83505 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaPrivilegedAccessRoleAssignmentRequestSubject.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaPrivilegedAccessRoleAssignmentRequestSubject.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaprivilegedaccessroleassignmentrequestsubject Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaPrivilegedAccessRoleAssignmentRequestSubject --- @@ -25,7 +25,6 @@ Remove-MgBetaPrivilegedAccessRoleAssignmentRequestSubject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaPrivilegedAccessRoleAssignmentRequestSubject -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -446,6 +444,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaPrivilegedAccessRoleAssignmentRoleDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaPrivilegedAccessRoleAssignmentRoleDefinition.md index 7617c07af2797..69757430ab68d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaPrivilegedAccessRoleAssignmentRoleDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaPrivilegedAccessRoleAssignmentRoleDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaprivilegedaccessroleassignmentroledefinition Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaPrivilegedAccessRoleAssignmentRoleDefinition --- @@ -25,7 +25,6 @@ Remove-MgBetaPrivilegedAccessRoleAssignmentRoleDefinition -GovernanceRoleAssignm [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaPrivilegedAccessRoleAssignmentRoleDefinition -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -446,6 +444,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaPrivilegedAccessRoleAssignmentSubject.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaPrivilegedAccessRoleAssignmentSubject.md index 5b3431294def6..faa3de3a9c3e3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaPrivilegedAccessRoleAssignmentSubject.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaPrivilegedAccessRoleAssignmentSubject.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaprivilegedaccessroleassignmentsubject Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaPrivilegedAccessRoleAssignmentSubject --- @@ -25,7 +25,6 @@ Remove-MgBetaPrivilegedAccessRoleAssignmentSubject -GovernanceRoleAssignmentId < [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaPrivilegedAccessRoleAssignmentSubject -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -446,6 +444,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaPrivilegedAccessRoleDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaPrivilegedAccessRoleDefinition.md index 4b1f1a3d91d61..9ab76fd5edccf 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaPrivilegedAccessRoleDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaPrivilegedAccessRoleDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaprivilegedaccessroledefinition Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaPrivilegedAccessRoleDefinition --- @@ -25,7 +25,6 @@ Remove-MgBetaPrivilegedAccessRoleDefinition -GovernanceRoleDefinitionId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaPrivilegedAccessRoleDefinition -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -446,6 +444,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaPrivilegedAccessRoleSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaPrivilegedAccessRoleSetting.md index e66c2d4d52771..b5f6f767be734 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaPrivilegedAccessRoleSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaPrivilegedAccessRoleSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaprivilegedaccessrolesetting Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaPrivilegedAccessRoleSetting --- @@ -25,7 +25,6 @@ Remove-MgBetaPrivilegedAccessRoleSetting -GovernanceRoleSettingId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaPrivilegedAccessRoleSetting -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -446,6 +444,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaPrivilegedAccessRoleSettingRoleDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaPrivilegedAccessRoleSettingRoleDefinition.md index b8d7720b8d93b..7dd9b49c8dc0a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaPrivilegedAccessRoleSettingRoleDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaPrivilegedAccessRoleSettingRoleDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaprivilegedaccessrolesettingroledefinition Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaPrivilegedAccessRoleSettingRoleDefinition --- @@ -25,7 +25,6 @@ Remove-MgBetaPrivilegedAccessRoleSettingRoleDefinition -GovernanceRoleSettingId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaPrivilegedAccessRoleSettingRoleDefinition -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -446,6 +444,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaPrivilegedApproval.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaPrivilegedApproval.md index 12188958c0144..ff30c355f4590 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaPrivilegedApproval.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaPrivilegedApproval.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaprivilegedapproval Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaPrivilegedApproval --- @@ -24,7 +24,6 @@ Remove-MgBetaPrivilegedApproval -PrivilegedApprovalId [-IfMatch ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaPrivilegedApproval -InputObject [-IfM [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -424,6 +422,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaPrivilegedApprovalRoleInfo.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaPrivilegedApprovalRoleInfo.md index e46ac74364b92..b6e42eb21464d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaPrivilegedApprovalRoleInfo.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaPrivilegedApprovalRoleInfo.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaprivilegedapprovalroleinfo Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaPrivilegedApprovalRoleInfo --- @@ -24,7 +24,6 @@ Remove-MgBetaPrivilegedApprovalRoleInfo -PrivilegedApprovalId [-IfMatch [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaPrivilegedApprovalRoleInfo -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -424,6 +422,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaPrivilegedApprovalRoleInfoSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaPrivilegedApprovalRoleInfoSetting.md index d490b41607ed7..9610b502deab7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaPrivilegedApprovalRoleInfoSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaPrivilegedApprovalRoleInfoSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaprivilegedapprovalroleinfosetting Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaPrivilegedApprovalRoleInfoSetting --- @@ -24,7 +24,6 @@ Remove-MgBetaPrivilegedApprovalRoleInfoSetting -PrivilegedApprovalId [- [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaPrivilegedApprovalRoleInfoSetting -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -424,6 +422,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaPrivilegedApprovalRoleInfoSummary.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaPrivilegedApprovalRoleInfoSummary.md index 95e91165d59fc..9eb607a01440f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaPrivilegedApprovalRoleInfoSummary.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaPrivilegedApprovalRoleInfoSummary.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaprivilegedapprovalroleinfosummary Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaPrivilegedApprovalRoleInfoSummary --- @@ -24,7 +24,6 @@ Remove-MgBetaPrivilegedApprovalRoleInfoSummary -PrivilegedApprovalId [- [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaPrivilegedApprovalRoleInfoSummary -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -424,6 +422,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaPrivilegedOperationEvent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaPrivilegedOperationEvent.md index ebef0e0445567..3c8907f4e035f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaPrivilegedOperationEvent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaPrivilegedOperationEvent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaprivilegedoperationevent Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaPrivilegedOperationEvent --- @@ -24,7 +24,6 @@ Remove-MgBetaPrivilegedOperationEvent -PrivilegedOperationEventId [-IfM [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaPrivilegedOperationEvent -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -424,6 +422,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaPrivilegedRole.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaPrivilegedRole.md index e8564ca93ed6e..11347edb791fc 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaPrivilegedRole.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaPrivilegedRole.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaprivilegedrole Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaPrivilegedRole --- @@ -24,7 +24,6 @@ Remove-MgBetaPrivilegedRole -PrivilegedRoleId [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaPrivilegedRole -InputObject [-IfMatch [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -424,6 +422,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaPrivilegedRoleAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaPrivilegedRoleAssignment.md index eb878f2864ee4..93c6ee66217a1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaPrivilegedRoleAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaPrivilegedRoleAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaprivilegedroleassignment Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaPrivilegedRoleAssignment --- @@ -24,7 +24,6 @@ Remove-MgBetaPrivilegedRoleAssignment -PrivilegedRoleAssignmentId [-IfM [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaPrivilegedRoleAssignment -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -433,6 +431,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaPrivilegedRoleAssignmentRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaPrivilegedRoleAssignmentRequest.md index c0a9b841556cb..12dba3747134e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaPrivilegedRoleAssignmentRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaPrivilegedRoleAssignmentRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaprivilegedroleassignmentrequest Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaPrivilegedRoleAssignmentRequest --- @@ -24,7 +24,6 @@ Remove-MgBetaPrivilegedRoleAssignmentRequest -PrivilegedRoleAssignmentRequestId [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaPrivilegedRoleAssignmentRequest -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -424,6 +422,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaPrivilegedRoleAssignmentRequestRoleInfo.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaPrivilegedRoleAssignmentRequestRoleInfo.md index 15e45655723ac..f3c38bb400978 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaPrivilegedRoleAssignmentRequestRoleInfo.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaPrivilegedRoleAssignmentRequestRoleInfo.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaprivilegedroleassignmentrequestroleinfo Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaPrivilegedRoleAssignmentRequestRoleInfo --- @@ -24,7 +24,6 @@ Remove-MgBetaPrivilegedRoleAssignmentRequestRoleInfo -PrivilegedRoleAssignmentRe [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaPrivilegedRoleAssignmentRequestRoleInfo -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -424,6 +422,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaPrivilegedRoleAssignmentRequestRoleInfoSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaPrivilegedRoleAssignmentRequestRoleInfoSetting.md index 4317a499a8691..f46347f60bb4d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaPrivilegedRoleAssignmentRequestRoleInfoSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaPrivilegedRoleAssignmentRequestRoleInfoSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaprivilegedroleassignmentrequestroleinfosetting Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaPrivilegedRoleAssignmentRequestRoleInfoSetting --- @@ -25,7 +25,6 @@ Remove-MgBetaPrivilegedRoleAssignmentRequestRoleInfoSetting [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaPrivilegedRoleAssignmentRequestRoleInfoSetting [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -426,6 +424,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaPrivilegedRoleAssignmentRequestRoleInfoSummary.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaPrivilegedRoleAssignmentRequestRoleInfoSummary.md index 8792e54c73d34..1f673540fb68f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaPrivilegedRoleAssignmentRequestRoleInfoSummary.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaPrivilegedRoleAssignmentRequestRoleInfoSummary.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaprivilegedroleassignmentrequestroleinfosummary Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaPrivilegedRoleAssignmentRequestRoleInfoSummary --- @@ -25,7 +25,6 @@ Remove-MgBetaPrivilegedRoleAssignmentRequestRoleInfoSummary [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaPrivilegedRoleAssignmentRequestRoleInfoSummary [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -426,6 +424,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaPrivilegedRoleAssignmentRoleInfo.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaPrivilegedRoleAssignmentRoleInfo.md index 37f1dca4fe806..37dd2424eeb2c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaPrivilegedRoleAssignmentRoleInfo.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaPrivilegedRoleAssignmentRoleInfo.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaprivilegedroleassignmentroleinfo Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaPrivilegedRoleAssignmentRoleInfo --- @@ -24,7 +24,6 @@ Remove-MgBetaPrivilegedRoleAssignmentRoleInfo -PrivilegedRoleAssignmentId ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaPrivilegedRoleAssignmentRoleInfo -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -424,6 +422,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaPrivilegedRoleAssignmentRoleInfoSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaPrivilegedRoleAssignmentRoleInfoSetting.md index 59326ee9a684b..12189968fe2b6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaPrivilegedRoleAssignmentRoleInfoSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaPrivilegedRoleAssignmentRoleInfoSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaprivilegedroleassignmentroleinfosetting Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaPrivilegedRoleAssignmentRoleInfoSetting --- @@ -24,7 +24,6 @@ Remove-MgBetaPrivilegedRoleAssignmentRoleInfoSetting -PrivilegedRoleAssignmentId [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaPrivilegedRoleAssignmentRoleInfoSetting -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -424,6 +422,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaPrivilegedRoleAssignmentRoleInfoSummary.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaPrivilegedRoleAssignmentRoleInfoSummary.md index ea318e03d3960..9bb8ee0f47f90 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaPrivilegedRoleAssignmentRoleInfoSummary.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaPrivilegedRoleAssignmentRoleInfoSummary.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaprivilegedroleassignmentroleinfosummary Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaPrivilegedRoleAssignmentRoleInfoSummary --- @@ -24,7 +24,6 @@ Remove-MgBetaPrivilegedRoleAssignmentRoleInfoSummary -PrivilegedRoleAssignmentId [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaPrivilegedRoleAssignmentRoleInfoSummary -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -424,6 +422,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaPrivilegedRoleSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaPrivilegedRoleSetting.md index 718dd9f7c085a..b7bc6a530168d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaPrivilegedRoleSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaPrivilegedRoleSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaprivilegedrolesetting Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaPrivilegedRoleSetting --- @@ -24,7 +24,6 @@ Remove-MgBetaPrivilegedRoleSetting -PrivilegedRoleId [-IfMatch [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaPrivilegedRoleSetting -InputObject [- [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -424,6 +422,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaPrivilegedRoleSummary.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaPrivilegedRoleSummary.md index 01e81e15b243a..8cfa515136467 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaPrivilegedRoleSummary.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaPrivilegedRoleSummary.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaprivilegedrolesummary Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaPrivilegedRoleSummary --- @@ -24,7 +24,6 @@ Remove-MgBetaPrivilegedRoleSummary -PrivilegedRoleId [-IfMatch [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaPrivilegedRoleSummary -InputObject [- [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -424,6 +422,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaProgram.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaProgram.md index b09798679925d..453cfb7347d54 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaProgram.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaProgram.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaprogram Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaProgram --- @@ -26,7 +26,6 @@ Remove-MgBetaProgram -ProgramId [-IfMatch ] [-ResponseHeadersVa [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaProgram -InputObject [-IfMatch ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -441,6 +439,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaProgramControl.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaProgramControl.md index c39ec63a61469..217e3bba286a0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaProgramControl.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaProgramControl.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaprogramcontrol Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaProgramControl --- @@ -25,7 +25,6 @@ Remove-MgBetaProgramControl -ProgramControlId [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Delete2 @@ -35,7 +34,6 @@ Remove-MgBetaProgramControl -ProgramControlId -ProgramId [-IfM [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Delete1 @@ -45,7 +43,6 @@ Remove-MgBetaProgramControl -ProgramControlId -ProgramControlId1 ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity2 @@ -55,7 +52,6 @@ Remove-MgBetaProgramControl -InputObject [-IfMatch [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity1 @@ -65,7 +61,6 @@ Remove-MgBetaProgramControl -InputObject [-IfMatch [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -75,7 +70,6 @@ Remove-MgBetaProgramControl -InputObject [-IfMatch [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -553,6 +547,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaProgramControlProgram.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaProgramControlProgram.md index 3ebdc3d0eb66d..b858418dd1221 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaProgramControlProgram.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaProgramControlProgram.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaprogramcontrolprogram Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaProgramControlProgram --- @@ -24,7 +24,6 @@ Remove-MgBetaProgramControlProgram -ProgramControlId [-IfMatch [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Delete1 @@ -34,7 +33,6 @@ Remove-MgBetaProgramControlProgram -ProgramControlId -ProgramId ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity1 @@ -44,7 +42,6 @@ Remove-MgBetaProgramControlProgram -InputObject [- [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -54,7 +51,6 @@ Remove-MgBetaProgramControlProgram -InputObject [- [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -477,6 +473,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaProgramControlType.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaProgramControlType.md index 194a0142a92db..fd29a31569f36 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaProgramControlType.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaProgramControlType.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetaprogramcontroltype Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaProgramControlType --- @@ -24,7 +24,6 @@ Remove-MgBetaProgramControlType -ProgramControlTypeId [-IfMatch ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaProgramControlType -InputObject [-IfM [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -424,6 +422,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementDirectory.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementDirectory.md index e7585538d0732..dfe350c210079 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementDirectory.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementDirectory.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetarolemanagementdirectory Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaRoleManagementDirectory --- @@ -27,7 +27,6 @@ Remove-MgBetaRoleManagementDirectory [-IfMatch ] [-ResponseHeadersVariab [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementDirectoryResourceNamespace.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementDirectoryResourceNamespace.md index 8f2837b346f29..215e15465718a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementDirectoryResourceNamespace.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementDirectoryResourceNamespace.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetarolemanagementdirectoryresourcenamespace Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaRoleManagementDirectoryResourceNamespace --- @@ -27,7 +27,6 @@ Remove-MgBetaRoleManagementDirectoryResourceNamespace -UnifiedRbacResourceNamesp [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaRoleManagementDirectoryResourceNamespace -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -427,6 +425,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementDirectoryResourceNamespaceResourceAction.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementDirectoryResourceNamespaceResourceAction.md index 81f95662edd25..66e03a8787f70 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementDirectoryResourceNamespaceResourceAction.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementDirectoryResourceNamespaceResourceAction.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetarolemanagementdirectoryresourcenamespaceresourceaction Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaRoleManagementDirectoryResourceNamespaceResourceAction --- @@ -28,7 +28,6 @@ Remove-MgBetaRoleManagementDirectoryResourceNamespaceResourceAction [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -39,7 +38,6 @@ Remove-MgBetaRoleManagementDirectoryResourceNamespaceResourceAction [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -450,6 +448,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementDirectoryResourceNamespaceResourceActionResourceScope.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementDirectoryResourceNamespaceResourceActionResourceScope.md index 8510ed8c933ac..257df71a89dfa 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementDirectoryResourceNamespaceResourceActionResourceScope.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementDirectoryResourceNamespaceResourceActionResourceScope.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetarolemanagementdirectoryresourcenamespaceresourceactionresourcescope Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaRoleManagementDirectoryResourceNamespaceResourceActionResourceScope --- @@ -25,7 +25,6 @@ Remove-MgBetaRoleManagementDirectoryResourceNamespaceResourceActionResourceScope [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaRoleManagementDirectoryResourceNamespaceResourceActionResourceScope [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -447,6 +445,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementDirectoryRoleAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementDirectoryRoleAssignment.md index d89b5bb89703c..3cb7f6b90aa93 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementDirectoryRoleAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementDirectoryRoleAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetarolemanagementdirectoryroleassignment Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaRoleManagementDirectoryRoleAssignment --- @@ -27,7 +27,6 @@ Remove-MgBetaRoleManagementDirectoryRoleAssignment -UnifiedRoleAssignmentId ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaRoleManagementDirectoryRoleAssignment -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -448,6 +446,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementDirectoryRoleAssignmentAppScope.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementDirectoryRoleAssignmentAppScope.md index b492918213fdd..9d549af1b3f77 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementDirectoryRoleAssignmentAppScope.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementDirectoryRoleAssignmentAppScope.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetarolemanagementdirectoryroleassignmentappscope Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaRoleManagementDirectoryRoleAssignmentAppScope --- @@ -27,7 +27,6 @@ Remove-MgBetaRoleManagementDirectoryRoleAssignmentAppScope -UnifiedRoleAssignmen [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -38,7 +37,6 @@ Remove-MgBetaRoleManagementDirectoryRoleAssignmentAppScope [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -428,6 +426,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementDirectoryRoleAssignmentApproval.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementDirectoryRoleAssignmentApproval.md index dcd03158df372..2e00cfb20d8e4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementDirectoryRoleAssignmentApproval.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementDirectoryRoleAssignmentApproval.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetarolemanagementdirectoryroleassignmentapproval Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaRoleManagementDirectoryRoleAssignmentApproval --- @@ -24,7 +24,6 @@ Remove-MgBetaRoleManagementDirectoryRoleAssignmentApproval -ApprovalId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaRoleManagementDirectoryRoleAssignmentApproval [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -425,6 +423,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementDirectoryRoleAssignmentApprovalStep.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementDirectoryRoleAssignmentApprovalStep.md index b6f1c5ca4aa13..8e8495bdcdc3b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementDirectoryRoleAssignmentApprovalStep.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementDirectoryRoleAssignmentApprovalStep.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetarolemanagementdirectoryroleassignmentapprovalstep Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaRoleManagementDirectoryRoleAssignmentApprovalStep --- @@ -25,7 +25,6 @@ Remove-MgBetaRoleManagementDirectoryRoleAssignmentApprovalStep -ApprovalId ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaRoleManagementDirectoryRoleAssignmentApprovalStep [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -447,6 +445,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementDirectoryRoleAssignmentSchedule.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementDirectoryRoleAssignmentSchedule.md index b6cbae371b595..6dc786166ffef 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementDirectoryRoleAssignmentSchedule.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementDirectoryRoleAssignmentSchedule.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetarolemanagementdirectoryroleassignmentschedule Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaRoleManagementDirectoryRoleAssignmentSchedule --- @@ -27,7 +27,6 @@ Remove-MgBetaRoleManagementDirectoryRoleAssignmentSchedule -UnifiedRoleAssignmen [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -38,7 +37,6 @@ Remove-MgBetaRoleManagementDirectoryRoleAssignmentSchedule [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -428,6 +426,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstance.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstance.md index fb4f1aa9a21f2..cccc9e0f911b2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstance.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstance.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetarolemanagementdirectoryroleassignmentscheduleinstance Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstance --- @@ -28,7 +28,6 @@ Remove-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstance [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -39,7 +38,6 @@ Remove-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstance [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -429,6 +427,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequest.md index dc57ae2c39775..695403d70f245 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetarolemanagementdirectoryroleassignmentschedulerequest Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequest --- @@ -28,7 +28,6 @@ Remove-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequest [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -39,7 +38,6 @@ Remove-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequest [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -429,6 +427,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementDirectoryRoleDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementDirectoryRoleDefinition.md index 73c0deb9d4931..98f995e0fbb1a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementDirectoryRoleDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementDirectoryRoleDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetarolemanagementdirectoryroledefinition Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaRoleManagementDirectoryRoleDefinition --- @@ -30,7 +30,6 @@ Remove-MgBetaRoleManagementDirectoryRoleDefinition -UnifiedRoleDefinitionId ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -40,7 +39,6 @@ Remove-MgBetaRoleManagementDirectoryRoleDefinition -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -454,6 +452,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementDirectoryRoleDefinitionInheritPermissionFrom.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementDirectoryRoleDefinitionInheritPermissionFrom.md index c71742d54f2c2..a9e228c5bd5ce 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementDirectoryRoleDefinitionInheritPermissionFrom.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementDirectoryRoleDefinitionInheritPermissionFrom.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetarolemanagementdirectoryroledefinitioninheritpermissionfrom Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaRoleManagementDirectoryRoleDefinitionInheritPermissionFrom --- @@ -28,7 +28,6 @@ Remove-MgBetaRoleManagementDirectoryRoleDefinitionInheritPermissionFrom [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -39,7 +38,6 @@ Remove-MgBetaRoleManagementDirectoryRoleDefinitionInheritPermissionFrom [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -450,6 +448,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementDirectoryRoleEligibilitySchedule.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementDirectoryRoleEligibilitySchedule.md index 4b09348727c73..6a28b6898fc91 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementDirectoryRoleEligibilitySchedule.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementDirectoryRoleEligibilitySchedule.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetarolemanagementdirectoryroleeligibilityschedule Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaRoleManagementDirectoryRoleEligibilitySchedule --- @@ -28,7 +28,6 @@ Remove-MgBetaRoleManagementDirectoryRoleEligibilitySchedule [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -39,7 +38,6 @@ Remove-MgBetaRoleManagementDirectoryRoleEligibilitySchedule [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -429,6 +427,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstance.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstance.md index 4c18b4a786a4c..24588b0240957 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstance.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstance.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetarolemanagementdirectoryroleeligibilityscheduleinstance Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstance --- @@ -28,7 +28,6 @@ Remove-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstance [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -39,7 +38,6 @@ Remove-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstance [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -429,6 +427,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequest.md index 91f7ef5721b3f..f54e6d4f3f48e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetarolemanagementdirectoryroleeligibilityschedulerequest Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequest --- @@ -28,7 +28,6 @@ Remove-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequest [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -39,7 +38,6 @@ Remove-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequest [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -429,6 +427,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementDirectoryTransitiveRoleAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementDirectoryTransitiveRoleAssignment.md index ec929c5055ff9..43c10c36b76f6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementDirectoryTransitiveRoleAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementDirectoryTransitiveRoleAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetarolemanagementdirectorytransitiveroleassignment Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaRoleManagementDirectoryTransitiveRoleAssignment --- @@ -24,7 +24,6 @@ Remove-MgBetaRoleManagementDirectoryTransitiveRoleAssignment -UnifiedRoleAssignm [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaRoleManagementDirectoryTransitiveRoleAssignment [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -425,6 +423,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentAppScope.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentAppScope.md index 56b377e30453d..a57d6c8575cc1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentAppScope.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentAppScope.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetarolemanagementdirectorytransitiveroleassignmentappscope Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentAppScope --- @@ -25,7 +25,6 @@ Remove-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentAppScope [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentAppScope [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -426,6 +424,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementEnterpriseApp.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementEnterpriseApp.md index 1872a3ac503b1..3df1f25c79c42 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementEnterpriseApp.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementEnterpriseApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetarolemanagemententerpriseapp Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaRoleManagementEnterpriseApp --- @@ -24,7 +24,6 @@ Remove-MgBetaRoleManagementEnterpriseApp -RbacApplicationId [-IfMatch < [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaRoleManagementEnterpriseApp -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -424,6 +422,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementEnterpriseAppResourceNamespace.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementEnterpriseAppResourceNamespace.md index 3502edb42e01e..d7ac714307126 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementEnterpriseAppResourceNamespace.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementEnterpriseAppResourceNamespace.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetarolemanagemententerpriseappresourcenamespace Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaRoleManagementEnterpriseAppResourceNamespace --- @@ -25,7 +25,6 @@ Remove-MgBetaRoleManagementEnterpriseAppResourceNamespace -RbacApplicationId ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaRoleManagementEnterpriseAppResourceNamespace -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -446,6 +444,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceAction.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceAction.md index 1933c5fe9ee29..d58b84c0e2d27 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceAction.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceAction.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetarolemanagemententerpriseappresourcenamespaceresourceaction Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceAction --- @@ -25,7 +25,6 @@ Remove-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceAction -RbacApp [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceAction [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -468,6 +466,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceActionResourceScope.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceActionResourceScope.md index d98311bd67f2e..ffe182a488ad2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceActionResourceScope.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceActionResourceScope.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetarolemanagemententerpriseappresourcenamespaceresourceactionresourcescope Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceActionResourceScope --- @@ -26,7 +26,6 @@ Remove-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceActionResourceS [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceActionResourceS [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -469,6 +467,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementEnterpriseAppRoleAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementEnterpriseAppRoleAssignment.md index 917a773027926..260e19e718b55 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementEnterpriseAppRoleAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementEnterpriseAppRoleAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetarolemanagemententerpriseapproleassignment Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaRoleManagementEnterpriseAppRoleAssignment --- @@ -25,7 +25,6 @@ Remove-MgBetaRoleManagementEnterpriseAppRoleAssignment -RbacApplicationId ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaRoleManagementEnterpriseAppRoleAssignment -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -446,6 +444,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementEnterpriseAppRoleAssignmentAppScope.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementEnterpriseAppRoleAssignmentAppScope.md index 30499eec16690..dac06818b8477 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementEnterpriseAppRoleAssignmentAppScope.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementEnterpriseAppRoleAssignmentAppScope.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetarolemanagemententerpriseapproleassignmentappscope Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaRoleManagementEnterpriseAppRoleAssignmentAppScope --- @@ -25,7 +25,6 @@ Remove-MgBetaRoleManagementEnterpriseAppRoleAssignmentAppScope -RbacApplicationI [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaRoleManagementEnterpriseAppRoleAssignmentAppScope [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -447,6 +445,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementEnterpriseAppRoleAssignmentApproval.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementEnterpriseAppRoleAssignmentApproval.md index 4caf546ab3549..5fd7cb8cee513 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementEnterpriseAppRoleAssignmentApproval.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementEnterpriseAppRoleAssignmentApproval.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetarolemanagemententerpriseapproleassignmentapproval Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaRoleManagementEnterpriseAppRoleAssignmentApproval --- @@ -25,7 +25,6 @@ Remove-MgBetaRoleManagementEnterpriseAppRoleAssignmentApproval -ApprovalId ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaRoleManagementEnterpriseAppRoleAssignmentApproval [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -447,6 +445,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementEnterpriseAppRoleAssignmentApprovalStep.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementEnterpriseAppRoleAssignmentApprovalStep.md index 51be29024104e..a62a85d3ad342 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementEnterpriseAppRoleAssignmentApprovalStep.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementEnterpriseAppRoleAssignmentApprovalStep.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetarolemanagemententerpriseapproleassignmentapprovalstep Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaRoleManagementEnterpriseAppRoleAssignmentApprovalStep --- @@ -25,7 +25,6 @@ Remove-MgBetaRoleManagementEnterpriseAppRoleAssignmentApprovalStep -ApprovalId < [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaRoleManagementEnterpriseAppRoleAssignmentApprovalStep [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -468,6 +466,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementEnterpriseAppRoleAssignmentSchedule.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementEnterpriseAppRoleAssignmentSchedule.md index c0f78279919b6..1ad773567d676 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementEnterpriseAppRoleAssignmentSchedule.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementEnterpriseAppRoleAssignmentSchedule.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetarolemanagemententerpriseapproleassignmentschedule Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaRoleManagementEnterpriseAppRoleAssignmentSchedule --- @@ -25,7 +25,6 @@ Remove-MgBetaRoleManagementEnterpriseAppRoleAssignmentSchedule -RbacApplicationI [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaRoleManagementEnterpriseAppRoleAssignmentSchedule [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -447,6 +445,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstance.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstance.md index 8191f602bd074..18a0fa6b8a21e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstance.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstance.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetarolemanagemententerpriseapproleassignmentscheduleinstance Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstance --- @@ -25,7 +25,6 @@ Remove-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstance -RbacAppl [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstance [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -447,6 +445,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequest.md index 3d7e163f2d9aa..e1421f3b18063 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetarolemanagemententerpriseapproleassignmentschedulerequest Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequest --- @@ -25,7 +25,6 @@ Remove-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequest -RbacAppli [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequest [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -447,6 +445,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementEnterpriseAppRoleDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementEnterpriseAppRoleDefinition.md index de606c1e68c6e..5fb0c0c2bdbb4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementEnterpriseAppRoleDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementEnterpriseAppRoleDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetarolemanagemententerpriseapproledefinition Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaRoleManagementEnterpriseAppRoleDefinition --- @@ -25,7 +25,6 @@ Remove-MgBetaRoleManagementEnterpriseAppRoleDefinition -RbacApplicationId ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaRoleManagementEnterpriseAppRoleDefinition -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -446,6 +444,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementEnterpriseAppRoleDefinitionInheritPermissionFrom.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementEnterpriseAppRoleDefinitionInheritPermissionFrom.md index 3c95e2ed90d06..c0cd7abaeb924 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementEnterpriseAppRoleDefinitionInheritPermissionFrom.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementEnterpriseAppRoleDefinitionInheritPermissionFrom.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetarolemanagemententerpriseapproledefinitioninheritpermissionfrom Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaRoleManagementEnterpriseAppRoleDefinitionInheritPermissionFrom --- @@ -25,7 +25,6 @@ Remove-MgBetaRoleManagementEnterpriseAppRoleDefinitionInheritPermissionFrom [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaRoleManagementEnterpriseAppRoleDefinitionInheritPermissionFrom [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -468,6 +466,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementEnterpriseAppRoleEligibilitySchedule.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementEnterpriseAppRoleEligibilitySchedule.md index 6050dd72de264..12a31e4f25041 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementEnterpriseAppRoleEligibilitySchedule.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementEnterpriseAppRoleEligibilitySchedule.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetarolemanagemententerpriseapproleeligibilityschedule Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaRoleManagementEnterpriseAppRoleEligibilitySchedule --- @@ -25,7 +25,6 @@ Remove-MgBetaRoleManagementEnterpriseAppRoleEligibilitySchedule -RbacApplication [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaRoleManagementEnterpriseAppRoleEligibilitySchedule [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -447,6 +445,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstance.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstance.md index dac83220f645e..c11f890881363 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstance.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstance.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetarolemanagemententerpriseapproleeligibilityscheduleinstance Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstance --- @@ -25,7 +25,6 @@ Remove-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstance -RbacApp [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstance [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -447,6 +445,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequest.md index 832e43b44fbe8..ed70fd1df1279 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetarolemanagemententerpriseapproleeligibilityschedulerequest Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequest --- @@ -25,7 +25,6 @@ Remove-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequest -RbacAppl [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequest [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -447,6 +445,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignment.md index e3a00ba8591ec..35391575b8ff7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetarolemanagemententerpriseapptransitiveroleassignment Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignment --- @@ -25,7 +25,6 @@ Remove-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignment -RbacApplicatio [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignment [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -447,6 +445,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentAppScope.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentAppScope.md index cf4ced8cf90d2..b3a6306e07630 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentAppScope.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentAppScope.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetarolemanagemententerpriseapptransitiveroleassignmentappscope Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentAppScope --- @@ -25,7 +25,6 @@ Remove-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentAppScope -RbacAp [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentAppScope [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -447,6 +445,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementEntitlementManagement.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementEntitlementManagement.md index f37d725ae07d4..47db8c68a1177 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementEntitlementManagement.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementEntitlementManagement.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetarolemanagemententitlementmanagement Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaRoleManagementEntitlementManagement --- @@ -27,7 +27,6 @@ Remove-MgBetaRoleManagementEntitlementManagement [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementEntitlementManagementResourceNamespace.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementEntitlementManagementResourceNamespace.md index f307393594888..ec3193cf8de53 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementEntitlementManagementResourceNamespace.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementEntitlementManagementResourceNamespace.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetarolemanagemententitlementmanagementresourcenamespace Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaRoleManagementEntitlementManagementResourceNamespace --- @@ -28,7 +28,6 @@ Remove-MgBetaRoleManagementEntitlementManagementResourceNamespace [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -39,7 +38,6 @@ Remove-MgBetaRoleManagementEntitlementManagementResourceNamespace [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -429,6 +427,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceAction.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceAction.md index 692373666c37a..4966f09aa86a2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceAction.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceAction.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetarolemanagemententitlementmanagementresourcenamespaceresourceaction Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceAction --- @@ -28,7 +28,6 @@ Remove-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceAction [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -39,7 +38,6 @@ Remove-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceAction [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -450,6 +448,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceActionResourceScope.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceActionResourceScope.md index 999d5dd6e0700..b82ce759b65d2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceActionResourceScope.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceActionResourceScope.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetarolemanagemententitlementmanagementresourcenamespaceresourceactionresourcescope Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceActionResourceScope --- @@ -25,7 +25,6 @@ Remove-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceActionR [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceActionR [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -447,6 +445,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementEntitlementManagementRoleAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementEntitlementManagementRoleAssignment.md index 6af22a5f0f393..d524b35b5f6c2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementEntitlementManagementRoleAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementEntitlementManagementRoleAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetarolemanagemententitlementmanagementroleassignment Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaRoleManagementEntitlementManagementRoleAssignment --- @@ -27,7 +27,6 @@ Remove-MgBetaRoleManagementEntitlementManagementRoleAssignment -UnifiedRoleAssig [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -38,7 +37,6 @@ Remove-MgBetaRoleManagementEntitlementManagementRoleAssignment [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -436,6 +434,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementEntitlementManagementRoleAssignmentAppScope.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementEntitlementManagementRoleAssignmentAppScope.md index 8dd999a96ce92..af02da4fd9a1c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementEntitlementManagementRoleAssignmentAppScope.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementEntitlementManagementRoleAssignmentAppScope.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetarolemanagemententitlementmanagementroleassignmentappscope Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaRoleManagementEntitlementManagementRoleAssignmentAppScope --- @@ -28,7 +28,6 @@ Remove-MgBetaRoleManagementEntitlementManagementRoleAssignmentAppScope [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -39,7 +38,6 @@ Remove-MgBetaRoleManagementEntitlementManagementRoleAssignmentAppScope [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -429,6 +427,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementEntitlementManagementRoleAssignmentApproval.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementEntitlementManagementRoleAssignmentApproval.md index 7e2bab0f13089..cbf56c4c35a80 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementEntitlementManagementRoleAssignmentApproval.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementEntitlementManagementRoleAssignmentApproval.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetarolemanagemententitlementmanagementroleassignmentapproval Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaRoleManagementEntitlementManagementRoleAssignmentApproval --- @@ -24,7 +24,6 @@ Remove-MgBetaRoleManagementEntitlementManagementRoleAssignmentApproval -Approval [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaRoleManagementEntitlementManagementRoleAssignmentApproval [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -425,6 +423,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementEntitlementManagementRoleAssignmentApprovalStep.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementEntitlementManagementRoleAssignmentApprovalStep.md index f2e9538688672..e82c8c677038e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementEntitlementManagementRoleAssignmentApprovalStep.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementEntitlementManagementRoleAssignmentApprovalStep.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetarolemanagemententitlementmanagementroleassignmentapprovalstep Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaRoleManagementEntitlementManagementRoleAssignmentApprovalStep --- @@ -25,7 +25,6 @@ Remove-MgBetaRoleManagementEntitlementManagementRoleAssignmentApprovalStep -Appr [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaRoleManagementEntitlementManagementRoleAssignmentApprovalStep [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -447,6 +445,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementEntitlementManagementRoleAssignmentSchedule.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementEntitlementManagementRoleAssignmentSchedule.md index ee04d9ffd7bcc..7319783ec4474 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementEntitlementManagementRoleAssignmentSchedule.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementEntitlementManagementRoleAssignmentSchedule.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetarolemanagemententitlementmanagementroleassignmentschedule Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaRoleManagementEntitlementManagementRoleAssignmentSchedule --- @@ -28,7 +28,6 @@ Remove-MgBetaRoleManagementEntitlementManagementRoleAssignmentSchedule [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -39,7 +38,6 @@ Remove-MgBetaRoleManagementEntitlementManagementRoleAssignmentSchedule [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -429,6 +427,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstance.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstance.md index 764a52edb25b8..691c7c217a3da 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstance.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstance.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetarolemanagemententitlementmanagementroleassignmentscheduleinstance Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstance --- @@ -28,7 +28,6 @@ Remove-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstance [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -39,7 +38,6 @@ Remove-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstance [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -429,6 +427,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequest.md index b898e7d650d78..2f81e90e04992 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetarolemanagemententitlementmanagementroleassignmentschedulerequest Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequest --- @@ -28,7 +28,6 @@ Remove-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequest [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -39,7 +38,6 @@ Remove-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequest [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -429,6 +427,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementEntitlementManagementRoleDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementEntitlementManagementRoleDefinition.md index 6cf47e113156f..fdff035e8cace 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementEntitlementManagementRoleDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementEntitlementManagementRoleDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetarolemanagemententitlementmanagementroledefinition Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaRoleManagementEntitlementManagementRoleDefinition --- @@ -27,7 +27,6 @@ Remove-MgBetaRoleManagementEntitlementManagementRoleDefinition -UnifiedRoleDefin [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -38,7 +37,6 @@ Remove-MgBetaRoleManagementEntitlementManagementRoleDefinition [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -428,6 +426,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom.md index b7ee5cb86f15b..0697841944957 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetarolemanagemententitlementmanagementroledefinitioninheritpermissionfrom Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom --- @@ -28,7 +28,6 @@ Remove-MgBetaRoleManagementEntitlementManagementRoleDefinitionInheritPermissionF [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -39,7 +38,6 @@ Remove-MgBetaRoleManagementEntitlementManagementRoleDefinitionInheritPermissionF [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -450,6 +448,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementEntitlementManagementRoleEligibilitySchedule.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementEntitlementManagementRoleEligibilitySchedule.md index bc9162faffff1..7b7cb940e767c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementEntitlementManagementRoleEligibilitySchedule.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementEntitlementManagementRoleEligibilitySchedule.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetarolemanagemententitlementmanagementroleeligibilityschedule Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaRoleManagementEntitlementManagementRoleEligibilitySchedule --- @@ -28,7 +28,6 @@ Remove-MgBetaRoleManagementEntitlementManagementRoleEligibilitySchedule [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -39,7 +38,6 @@ Remove-MgBetaRoleManagementEntitlementManagementRoleEligibilitySchedule [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -429,6 +427,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstance.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstance.md index 7292791cb4986..e7ec68936ad17 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstance.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstance.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetarolemanagemententitlementmanagementroleeligibilityscheduleinstance Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstance --- @@ -28,7 +28,6 @@ Remove-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstance [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -39,7 +38,6 @@ Remove-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstance [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -429,6 +427,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequest.md index 6a996cb60b431..94b75f3002494 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetarolemanagemententitlementmanagementroleeligibilityschedulerequest Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequest --- @@ -28,7 +28,6 @@ Remove-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequest [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -39,7 +38,6 @@ Remove-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequest [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -429,6 +427,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignment.md index debb52771e250..772dc58130396 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetarolemanagemententitlementmanagementtransitiveroleassignment Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignment --- @@ -25,7 +25,6 @@ Remove-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignment [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignment [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -426,6 +424,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentAppScope.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentAppScope.md index 009eabc3ab534..fb05d51b400a4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentAppScope.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Remove-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentAppScope.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/remove-mgbetarolemanagemententitlementmanagementtransitiveroleassignmentappscope Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentAppScope --- @@ -25,7 +25,6 @@ Remove-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentAppScope [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentAppScope [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -426,6 +424,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Request-MgBetaPrivilegedApprovalMy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Request-MgBetaPrivilegedApprovalMy.md index 91529276d6b5b..91056269b2884 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Request-MgBetaPrivilegedApprovalMy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Request-MgBetaPrivilegedApprovalMy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/request-mgbetaprivilegedapprovalmy Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Request-MgBetaPrivilegedApprovalMy --- @@ -24,7 +24,7 @@ Request-MgBetaPrivilegedApprovalMy [-Count] [-ExpandProperty ] [-Filte [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Reset-MgBetaAccessReviewDecision.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Reset-MgBetaAccessReviewDecision.md index 07fb2756f6060..95d7075d316f1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Reset-MgBetaAccessReviewDecision.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Reset-MgBetaAccessReviewDecision.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/reset-mgbetaaccessreviewdecision Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Reset-MgBetaAccessReviewDecision --- @@ -26,7 +26,6 @@ Reset-MgBetaAccessReviewDecision -AccessReviewId [-ResponseHeadersVaria [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ResetViaIdentity @@ -36,7 +35,6 @@ Reset-MgBetaAccessReviewDecision -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -428,6 +426,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Reset-MgBetaAccessReviewInstanceDecision.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Reset-MgBetaAccessReviewInstanceDecision.md index 3465b800af0df..702776bb9e2c7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Reset-MgBetaAccessReviewInstanceDecision.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Reset-MgBetaAccessReviewInstanceDecision.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/reset-mgbetaaccessreviewinstancedecision Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Reset-MgBetaAccessReviewInstanceDecision --- @@ -26,7 +26,6 @@ Reset-MgBetaAccessReviewInstanceDecision -AccessReviewId -AccessReviewI [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ResetViaIdentity @@ -36,7 +35,6 @@ Reset-MgBetaAccessReviewInstanceDecision -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -428,6 +426,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Reset-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecision.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Reset-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecision.md index 1ae129b114dc4..1d87fe60646d3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Reset-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecision.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Reset-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecision.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/reset-mgbetaidentitygovernanceaccessreviewdecisioninstancedecision Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Reset-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecision --- @@ -25,7 +25,6 @@ Reset-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecision [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ResetViaIdentity @@ -36,7 +35,6 @@ Reset-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecision [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -405,6 +403,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Reset-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecision.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Reset-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecision.md index 91b61f40d3722..c7f75e91df319 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Reset-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecision.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Reset-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecision.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/reset-mgbetaidentitygovernanceaccessreviewdefinitioninstancedecision Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Reset-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecision --- @@ -28,7 +28,6 @@ Reset-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecision [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ResetViaIdentity @@ -39,7 +38,6 @@ Reset-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecision [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -450,6 +448,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Reset-MgBetaIdentityGovernanceAccessReviewInstanceDecision.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Reset-MgBetaIdentityGovernanceAccessReviewInstanceDecision.md index 4a439e2de81f3..42ce947a99118 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Reset-MgBetaIdentityGovernanceAccessReviewInstanceDecision.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Reset-MgBetaIdentityGovernanceAccessReviewInstanceDecision.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/reset-mgbetaidentitygovernanceaccessreviewinstancedecision Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Reset-MgBetaIdentityGovernanceAccessReviewInstanceDecision --- @@ -24,7 +24,6 @@ Reset-MgBetaIdentityGovernanceAccessReviewInstanceDecision -AccessReviewInstance [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Reset1 @@ -35,7 +34,6 @@ Reset-MgBetaIdentityGovernanceAccessReviewInstanceDecision -AccessReviewInstance [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ResetViaIdentity1 @@ -46,7 +44,6 @@ Reset-MgBetaIdentityGovernanceAccessReviewInstanceDecision [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ResetViaIdentity @@ -57,7 +54,6 @@ Reset-MgBetaIdentityGovernanceAccessReviewInstanceDecision [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -459,6 +455,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Reset-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstanceDecision.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Reset-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstanceDecision.md index 4a36f74e645f8..1ba72c371346c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Reset-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstanceDecision.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Reset-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstanceDecision.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/reset-mgbetaidentitygovernanceaccessreviewinstancestagedecisioninstancedecision Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Reset-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstanceDecision --- @@ -25,7 +25,6 @@ Reset-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstanceDecision -AccessReviewStageId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ResetViaIdentity @@ -36,7 +35,6 @@ Reset-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstanceDecision [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -447,6 +445,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Restore-MgBetaIdentityGovernanceLifecycleWorkflow.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Restore-MgBetaIdentityGovernanceLifecycleWorkflow.md index 39ecdecdd554f..57386d9db4e1f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Restore-MgBetaIdentityGovernanceLifecycleWorkflow.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Restore-MgBetaIdentityGovernanceLifecycleWorkflow.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/restore-mgbetaidentitygovernancelifecycleworkflow Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Restore-MgBetaIdentityGovernanceLifecycleWorkflow --- @@ -28,7 +28,6 @@ Restore-MgBetaIdentityGovernanceLifecycleWorkflow -WorkflowId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### RestoreViaIdentity @@ -38,7 +37,6 @@ Restore-MgBetaIdentityGovernanceLifecycleWorkflow -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -387,6 +385,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Restore-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Restore-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow.md index fff89ed9a7ee3..9c1b0976e14ef 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Restore-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Restore-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/restore-mgbetaidentitygovernancelifecycleworkflowdeleteditemworkflow Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Restore-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow --- @@ -28,7 +28,6 @@ Restore-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow -WorkflowId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### RestoreViaIdentity @@ -38,7 +37,7 @@ Restore-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -408,6 +407,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Resume-MgBetaEntitlementManagementAccessPackageAssignmentRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Resume-MgBetaEntitlementManagementAccessPackageAssignmentRequest.md index 44bb8bb8b1939..4fd71c62a7489 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Resume-MgBetaEntitlementManagementAccessPackageAssignmentRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Resume-MgBetaEntitlementManagementAccessPackageAssignmentRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/resume-mgbetaentitlementmanagementaccesspackageassignmentrequest Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Resume-MgBetaEntitlementManagementAccessPackageAssignmentRequest --- @@ -28,7 +28,6 @@ Resume-MgBetaEntitlementManagementAccessPackageAssignmentRequest [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Resume @@ -40,7 +39,6 @@ Resume-MgBetaEntitlementManagementAccessPackageAssignmentRequest [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ResumeViaIdentityExpanded @@ -52,7 +50,6 @@ Resume-MgBetaEntitlementManagementAccessPackageAssignmentRequest [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ResumeViaIdentity @@ -64,7 +61,6 @@ Resume-MgBetaEntitlementManagementAccessPackageAssignmentRequest [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -131,6 +127,49 @@ Resume-MgBetaEntitlementManagementAccessPackageAssignmentRequest -AccessPackageA ``` This example shows how to use the Resume-MgBetaEntitlementManagementAccessPackageAssignmentRequest Cmdlet. +### Example 3: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Beta.Identity.Governance + +$params = @{ + source = "Contoso.CustoEXT" + type = "microsoft.graph.accessPackageCustomExtensionStage.assignmentRequestCreated" + data = @{ + "@odata.type" = "microsoft.graph.microsoft.graph.assignmentRequestApprovalStageCallbackData" + approvalStage = @{ + durationBeforeAutomaticDenial = "P2D" + escalationApprovers = @( + ) + fallbackEscalationApprovers = @( + ) + fallbackPrimaryApprovers = @( + ) + isApproverJustificationRequired = $false + isEscalationEnabled = $false + primaryApprovers = @( + @{ + "@@odata.type" = "#microsoft.graph.singleUser" + description = "Primary approver of access package assignment." + id = "" + isBackup = $false + } + ) + } + customExtensionStageInstanceDetail = "A approval stage from Logic Apps" + customExtensionStageInstanceId = "@{triggerBody()?['CustomExtensionStageInstanceId']}" + stage = "assignmentRequestDeterminingApprovalRequirements" + } + source = "LogicApps" + type = "microsoft.graph.accessPackageCustomExtensionStage.assignmentRequestCreated" +} + +Resume-MgBetaEntitlementManagementAccessPackageAssignmentRequest -AccessPackageAssignmentRequestId $accessPackageAssignmentRequestId -BodyParameter $params + +``` +This example shows how to use the Resume-MgBetaEntitlementManagementAccessPackageAssignmentRequest Cmdlet. + ## PARAMETERS @@ -648,6 +687,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Resume-MgBetaEntitlementManagementAssignmentRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Resume-MgBetaEntitlementManagementAssignmentRequest.md index c68bacf1759a4..e7988c98a7ac6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Resume-MgBetaEntitlementManagementAssignmentRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Resume-MgBetaEntitlementManagementAssignmentRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/resume-mgbetaentitlementmanagementassignmentrequest Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Resume-MgBetaEntitlementManagementAssignmentRequest --- @@ -30,7 +30,6 @@ Resume-MgBetaEntitlementManagementAssignmentRequest -AccessPackageAssignmentRequ [-Source ] [-Type ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Resume @@ -41,7 +40,6 @@ Resume-MgBetaEntitlementManagementAssignmentRequest -AccessPackageAssignmentRequ [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ResumeViaIdentityExpanded @@ -52,7 +50,6 @@ Resume-MgBetaEntitlementManagementAssignmentRequest -InputObject ] [-Type ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ResumeViaIdentity @@ -63,7 +60,6 @@ Resume-MgBetaEntitlementManagementAssignmentRequest -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -593,6 +589,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Resume-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResult.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Resume-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResult.md index 392da0195d002..b660877097c21 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Resume-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResult.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Resume-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResult.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/resume-mgbetaidentitygovernancelifecycleworkflowruntaskprocessingresult Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Resume-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResult --- @@ -32,7 +32,6 @@ Resume-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResult -RunId < [-Type ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Resume @@ -44,7 +43,6 @@ Resume-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResult -RunId < [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ResumeViaIdentityExpanded @@ -57,7 +55,6 @@ Resume-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResult [-Type ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ResumeViaIdentity @@ -69,7 +66,6 @@ Resume-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResult [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -659,6 +655,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Resume-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResult.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Resume-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResult.md index 28a02ed9105c4..8b166ea15e06c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Resume-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResult.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Resume-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResult.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/resume-mgbetaidentitygovernancelifecycleworkflowtaskprocessingresult Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Resume-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResult --- @@ -32,7 +32,6 @@ Resume-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResult -TaskId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Resume @@ -44,7 +43,6 @@ Resume-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResult -TaskId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ResumeViaIdentityExpanded @@ -57,7 +55,6 @@ Resume-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResult [-Type ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ResumeViaIdentity @@ -69,7 +66,6 @@ Resume-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResult [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -688,6 +684,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Resume-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResult.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Resume-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResult.md index 99b6734cea14d..25f1103a1bb65 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Resume-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResult.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Resume-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResult.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/resume-mgbetaidentitygovernancelifecycleworkflowtaskreporttaskprocessingresult Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Resume-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResult --- @@ -32,7 +32,6 @@ Resume-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResult [-Type ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Resume @@ -44,7 +43,6 @@ Resume-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResult [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ResumeViaIdentityExpanded @@ -57,7 +55,6 @@ Resume-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResult [-Type ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ResumeViaIdentity @@ -69,7 +66,6 @@ Resume-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResult [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -659,6 +655,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Resume-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResult.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Resume-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResult.md index c5dfea7846ace..533dddd0d5d7e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Resume-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResult.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Resume-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResult.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/resume-mgbetaidentitygovernancelifecycleworkflowtemplatetaskprocessingresult Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Resume-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResult --- @@ -32,7 +32,6 @@ Resume-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResult -Ta [-Type ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Resume @@ -44,7 +43,6 @@ Resume-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResult -Ta [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ResumeViaIdentityExpanded @@ -57,7 +55,6 @@ Resume-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResult [-Type ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ResumeViaIdentity @@ -69,7 +66,6 @@ Resume-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResult [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -659,6 +655,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Resume-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResult.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Resume-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResult.md index 6c966c25d941c..fd816332b9865 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Resume-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResult.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Resume-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResult.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/resume-mgbetaidentitygovernancelifecycleworkflowversiontaskprocessingresult Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Resume-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResult --- @@ -32,7 +32,6 @@ Resume-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResult -Tas [-Type ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Resume @@ -44,7 +43,6 @@ Resume-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResult -Tas [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ResumeViaIdentityExpanded @@ -57,7 +55,6 @@ Resume-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResult [-Type ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ResumeViaIdentity @@ -69,7 +66,6 @@ Resume-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResult [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -686,6 +682,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Search-MgBetaIdentityGovernanceCatalog.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Search-MgBetaIdentityGovernanceCatalog.md index 0a867668b26ec..154ece0782496 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Search-MgBetaIdentityGovernanceCatalog.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Search-MgBetaIdentityGovernanceCatalog.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/search-mgbetaidentitygovernancecatalog Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Search-MgBetaIdentityGovernanceCatalog --- @@ -24,7 +24,7 @@ Search-MgBetaIdentityGovernanceCatalog [-Count] [-ExpandProperty ] [-F [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Send-MgBetaAccessReviewInstanceReminder.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Send-MgBetaAccessReviewInstanceReminder.md index d3929067c40ab..c2d4f9b39fa3e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Send-MgBetaAccessReviewInstanceReminder.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Send-MgBetaAccessReviewInstanceReminder.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/send-mgbetaaccessreviewinstancereminder Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Send-MgBetaAccessReviewInstanceReminder --- @@ -25,7 +25,6 @@ Send-MgBetaAccessReviewInstanceReminder -AccessReviewId -AccessReviewId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SendViaIdentity @@ -35,7 +34,6 @@ Send-MgBetaAccessReviewInstanceReminder -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -426,6 +424,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Send-MgBetaAccessReviewReminder.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Send-MgBetaAccessReviewReminder.md index cf8aa39405741..b5dd6755874ce 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Send-MgBetaAccessReviewReminder.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Send-MgBetaAccessReviewReminder.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/send-mgbetaaccessreviewreminder Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Send-MgBetaAccessReviewReminder --- @@ -25,7 +25,6 @@ Send-MgBetaAccessReviewReminder -AccessReviewId [-ResponseHeadersVariab [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SendViaIdentity @@ -35,7 +34,6 @@ Send-MgBetaAccessReviewReminder -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -426,6 +424,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Send-MgBetaIdentityGovernanceAccessReviewDecisionInstanceReminder.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Send-MgBetaIdentityGovernanceAccessReviewDecisionInstanceReminder.md index 513d48590f757..6996adeb797a8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Send-MgBetaIdentityGovernanceAccessReviewDecisionInstanceReminder.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Send-MgBetaIdentityGovernanceAccessReviewDecisionInstanceReminder.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/send-mgbetaidentitygovernanceaccessreviewdecisioninstancereminder Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Send-MgBetaIdentityGovernanceAccessReviewDecisionInstanceReminder --- @@ -25,7 +25,6 @@ Send-MgBetaIdentityGovernanceAccessReviewDecisionInstanceReminder [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SendViaIdentity @@ -36,7 +35,6 @@ Send-MgBetaIdentityGovernanceAccessReviewDecisionInstanceReminder [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -405,6 +403,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Send-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceReminder.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Send-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceReminder.md index 0ecdbb115ca19..7364eaf60c081 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Send-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceReminder.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Send-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceReminder.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/send-mgbetaidentitygovernanceaccessreviewdefinitioninstancereminder Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Send-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceReminder --- @@ -28,7 +28,6 @@ Send-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceReminder -AccessRevie [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SendViaIdentity @@ -39,7 +38,6 @@ Send-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceReminder [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -450,6 +448,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Send-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceReminder.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Send-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceReminder.md index 8f49ccd8fbbb8..201f2ec83f4f6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Send-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceReminder.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Send-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceReminder.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/send-mgbetaidentitygovernanceaccessreviewinstancedecisioninstancereminder Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Send-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceReminder --- @@ -25,7 +25,6 @@ Send-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceReminder [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SendViaIdentity @@ -36,7 +35,6 @@ Send-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceReminder [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -426,6 +424,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Send-MgBetaIdentityGovernanceAccessReviewInstanceReminder.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Send-MgBetaIdentityGovernanceAccessReviewInstanceReminder.md index 88d28d2739cc2..8c9b210ade8f8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Send-MgBetaIdentityGovernanceAccessReviewInstanceReminder.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Send-MgBetaIdentityGovernanceAccessReviewInstanceReminder.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/send-mgbetaidentitygovernanceaccessreviewinstancereminder Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Send-MgBetaIdentityGovernanceAccessReviewInstanceReminder --- @@ -24,7 +24,6 @@ Send-MgBetaIdentityGovernanceAccessReviewInstanceReminder -AccessReviewInstanceI [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SendViaIdentity @@ -34,7 +33,6 @@ Send-MgBetaIdentityGovernanceAccessReviewInstanceReminder -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -403,6 +401,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Send-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstanceReminder.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Send-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstanceReminder.md index 527ad4b76946c..288daa690433d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Send-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstanceReminder.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Send-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstanceReminder.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/send-mgbetaidentitygovernanceaccessreviewinstancestagedecisioninstancereminder Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Send-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstanceReminder --- @@ -25,7 +25,6 @@ Send-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstanceReminder -AccessReviewStageId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SendViaIdentity @@ -36,7 +35,6 @@ Send-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstanceReminder [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -447,6 +445,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Set-MgBetaEntitlementManagementAccessPackageAssignmentPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Set-MgBetaEntitlementManagementAccessPackageAssignmentPolicy.md index 02980db2934c7..1a578860c8212 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Set-MgBetaEntitlementManagementAccessPackageAssignmentPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Set-MgBetaEntitlementManagementAccessPackageAssignmentPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/set-mgbetaentitlementmanagementaccesspackageassignmentpolicy Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Set-MgBetaEntitlementManagementAccessPackageAssignmentPolicy --- @@ -37,7 +37,7 @@ Set-MgBetaEntitlementManagementAccessPackageAssignmentPolicy [-VerifiableCredentialSettings ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Set @@ -48,7 +48,7 @@ Set-MgBetaEntitlementManagementAccessPackageAssignmentPolicy -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### SetViaIdentityExpanded @@ -71,7 +71,7 @@ Set-MgBetaEntitlementManagementAccessPackageAssignmentPolicy [-VerifiableCredentialSettings ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### SetViaIdentity @@ -82,7 +82,7 @@ Set-MgBetaEntitlementManagementAccessPackageAssignmentPolicy -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -1856,16 +1856,59 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. [UsageRights ]: [Id ]: The unique identifier for an entity. Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. @@ -2340,6 +2383,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -3972,7 +4072,22 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [AssignmentErrors ]: + [Id ]: The unique identifier for an entity. +Read-only. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [Assignments ]: [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -10238,7 +10353,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -10876,16 +10994,59 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. [UsageRights ]: [Id ]: The unique identifier for an entity. Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. @@ -11360,6 +11521,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -12992,7 +13210,22 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [AssignmentErrors ]: + [Id ]: The unique identifier for an entity. +Read-only. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [Assignments ]: [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -19258,7 +19491,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -19862,16 +20098,59 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. [UsageRights ]: [Id ]: The unique identifier for an entity. Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. @@ -20346,6 +20625,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -21978,7 +22314,22 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [AssignmentErrors ]: + [Id ]: The unique identifier for an entity. +Read-only. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [Assignments ]: [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -28244,7 +28595,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -28456,6 +28810,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Set-MgBetaEntitlementManagementControlConfiguration.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Set-MgBetaEntitlementManagementControlConfiguration.md new file mode 100644 index 0000000000000..707707457e398 --- /dev/null +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Set-MgBetaEntitlementManagementControlConfiguration.md @@ -0,0 +1,740 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/set-mgbetaentitlementmanagementcontrolconfiguration +Locale: en-US +Module Name: Microsoft.Graph.Beta.Identity.Governance +ms.date: 07/10/2026 +PlatyPS schema version: 2024-05-01 +title: Set-MgBetaEntitlementManagementControlConfiguration +--- + +# Set-MgBetaEntitlementManagementControlConfiguration + +## SYNOPSIS + +Update the navigation property controlConfigurations in identityGovernance + +## SYNTAX + +### SetExpanded (Default) + +``` +Set-MgBetaEntitlementManagementControlConfiguration -ControlConfigurationId + [-ResponseHeadersVariable ] [-AdditionalProperties ] [-CreatedBy ] + [-CreatedDateTime ] [-Id ] [-IsEnabled] [-ModifiedBy ] + [-ModifiedDateTime ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +### Set + +``` +Set-MgBetaEntitlementManagementControlConfiguration -ControlConfigurationId + -BodyParameter [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +### SetViaIdentityExpanded + +``` +Set-MgBetaEntitlementManagementControlConfiguration -InputObject + [-ResponseHeadersVariable ] [-AdditionalProperties ] [-CreatedBy ] + [-CreatedDateTime ] [-Id ] [-IsEnabled] [-ModifiedBy ] + [-ModifiedDateTime ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +### SetViaIdentity + +``` +Set-MgBetaEntitlementManagementControlConfiguration -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 controlConfigurations in identityGovernance + +## PARAMETERS + +### -AdditionalProperties + +Additional Parameters + +```yaml +Type: System.Collections.Hashtable +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: SetViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: SetExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -BodyParameter + +controlConfiguration +To construct, see NOTES section for BODYPARAMETER properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphControlConfiguration +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: SetViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Set + 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: '' +``` + +### -ControlConfigurationId + +The unique identifier of controlConfiguration + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: SetExpanded + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Set + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CreatedBy + +The userPrincipalName of the user or identity that created the control configuration. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: SetViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: SetExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -CreatedDateTime + +The date and time the control configuration was created. + +```yaml +Type: System.DateTime +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: SetViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: SetExpanded + 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: SetViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: SetExpanded + 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.IIdentityGovernanceIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: SetViaIdentityExpanded + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: SetViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -IsEnabled + +Determines whether or not the control configuration is enabled. + +```yaml +Type: System.Management.Automation.SwitchParameter +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: SetViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: SetExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ModifiedBy + +The userPrincipalName of the user or identity that modified the control configuration. + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: SetViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: SetExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -ModifiedDateTime + +The date and time the control configuration was modified. + +```yaml +Type: System.DateTime +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: SetViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: SetExpanded + 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.IIdentityGovernanceIdentity + +{{ Fill in the Description }} + +### Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphControlConfiguration + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphControlConfiguration + +{{ 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 ``: controlConfiguration + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedBy ]: The userPrincipalName of the user or identity that created the control configuration. + [CreatedDateTime ]: The date and time the control configuration was created. + [IsEnabled ]: Determines whether or not the control configuration is enabled. + [ModifiedBy ]: The userPrincipalName of the user or identity that modified the control configuration. + [ModifiedDateTime ]: The date and time the control configuration was modified. + +INPUTOBJECT ``: Identity Parameter + [AccessPackageAssignmentId ]: The unique identifier of accessPackageAssignment + [AccessPackageAssignmentPolicyId ]: The unique identifier of accessPackageAssignmentPolicy + [AccessPackageAssignmentRequestId ]: The unique identifier of accessPackageAssignmentRequest + [AccessPackageAssignmentResourceRoleId ]: The unique identifier of accessPackageAssignmentResourceRole + [AccessPackageCatalogId ]: The unique identifier of accessPackageCatalog + [AccessPackageId ]: The unique identifier of accessPackage + [AccessPackageId1 ]: The unique identifier of accessPackage + [AccessPackageResourceEnvironmentId ]: The unique identifier of accessPackageResourceEnvironment + [AccessPackageResourceId ]: The unique identifier of accessPackageResource + [AccessPackageResourceRequestId ]: The unique identifier of accessPackageResourceRequest + [AccessPackageResourceRoleId ]: The unique identifier of accessPackageResourceRole + [AccessPackageResourceRoleId1 ]: The unique identifier of accessPackageResourceRole + [AccessPackageResourceRoleScopeId ]: The unique identifier of accessPackageResourceRoleScope + [AccessPackageResourceScopeId ]: The unique identifier of accessPackageResourceScope + [AccessPackageResourceScopeId1 ]: The unique identifier of accessPackageResourceScope + [AccessPackageSubjectId ]: The unique identifier of accessPackageSubject + [AccessPackageSuggestionId ]: The unique identifier of accessPackageSuggestion + [AccessReviewDecisionId ]: The unique identifier of accessReviewDecision + [AccessReviewHistoryDefinitionId ]: The unique identifier of accessReviewHistoryDefinition + [AccessReviewHistoryInstanceId ]: The unique identifier of accessReviewHistoryInstance + [AccessReviewId ]: The unique identifier of accessReview + [AccessReviewId1 ]: The unique identifier of accessReview + [AccessReviewInstanceDecisionItemId ]: The unique identifier of accessReviewInstanceDecisionItem + [AccessReviewInstanceDecisionItemId1 ]: The unique identifier of accessReviewInstanceDecisionItem + [AccessReviewInstanceId ]: The unique identifier of accessReviewInstance + [AccessReviewReviewerId ]: The unique identifier of accessReviewReviewer + [AccessReviewScheduleDefinitionId ]: The unique identifier of accessReviewScheduleDefinition + [AccessReviewStageId ]: The unique identifier of accessReviewStage + [AgreementAcceptanceId ]: The unique identifier of agreementAcceptance + [AgreementFileLocalizationId ]: The unique identifier of agreementFileLocalization + [AgreementFileVersionId ]: The unique identifier of agreementFileVersion + [AgreementId ]: The unique identifier of agreement + [AppConsentRequestId ]: The unique identifier of appConsentRequest + [ApprovalId ]: The unique identifier of approval + [ApprovalStepId ]: The unique identifier of approvalStep + [AvailableAccessPackageId ]: The unique identifier of availableAccessPackage + [BusinessFlowTemplateId ]: The unique identifier of businessFlowTemplate + [ConnectedOrganizationId ]: The unique identifier of connectedOrganization + [ControlConfigurationId ]: The unique identifier of controlConfiguration + [CustomAccessPackageWorkflowExtensionId ]: The unique identifier of customAccessPackageWorkflowExtension + [CustomCalloutExtensionId ]: The unique identifier of customCalloutExtension + [CustomDataProvidedResourceUploadSessionId ]: The unique identifier of customDataProvidedResourceUploadSession + [CustomExtensionHandlerId ]: The unique identifier of customExtensionHandler + [CustomExtensionStageSettingId ]: The unique identifier of customExtensionStageSetting + [CustomTaskExtensionId ]: The unique identifier of customTaskExtension + [DirectoryObjectId ]: The unique identifier of directoryObject + [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector + [FindingId ]: The unique identifier of finding + [GovernanceInsightId ]: The unique identifier of governanceInsight + [GovernanceResourceId ]: The unique identifier of governanceResource + [GovernanceRoleAssignmentId ]: The unique identifier of governanceRoleAssignment + [GovernanceRoleAssignmentRequestId ]: The unique identifier of governanceRoleAssignmentRequest + [GovernanceRoleDefinitionId ]: The unique identifier of governanceRoleDefinition + [GovernanceRoleSettingId ]: The unique identifier of governanceRoleSetting + [GroupResourceId ]: The unique identifier of groupResource + [IncompatibleAccessPackageId ]: Usage: incompatibleAccessPackageId='{incompatibleAccessPackageId}' + [LongRunningOperationId ]: The unique identifier of longRunningOperation + [ObjectId ]: Alternate key of accessPackageSubject + [On ]: Usage: on='{on}' + [PermissionsCreepIndexDistributionId ]: The unique identifier of permissionsCreepIndexDistribution + [PermissionsRequestChangeId ]: The unique identifier of permissionsRequestChange + [PrivilegedAccessGroupAssignmentScheduleId ]: The unique identifier of privilegedAccessGroupAssignmentSchedule + [PrivilegedAccessGroupAssignmentScheduleInstanceId ]: The unique identifier of privilegedAccessGroupAssignmentScheduleInstance + [PrivilegedAccessGroupAssignmentScheduleRequestId ]: The unique identifier of privilegedAccessGroupAssignmentScheduleRequest + [PrivilegedAccessGroupEligibilityScheduleId ]: The unique identifier of privilegedAccessGroupEligibilitySchedule + [PrivilegedAccessGroupEligibilityScheduleInstanceId ]: The unique identifier of privilegedAccessGroupEligibilityScheduleInstance + [PrivilegedAccessGroupEligibilityScheduleRequestId ]: The unique identifier of privilegedAccessGroupEligibilityScheduleRequest + [PrivilegedAccessId ]: The unique identifier of privilegedAccess + [PrivilegedApprovalId ]: The unique identifier of privilegedApproval + [PrivilegedOperationEventId ]: The unique identifier of privilegedOperationEvent + [PrivilegedRoleAssignmentId ]: The unique identifier of privilegedRoleAssignment + [PrivilegedRoleAssignmentId1 ]: The unique identifier of privilegedRoleAssignment + [PrivilegedRoleAssignmentRequestId ]: The unique identifier of privilegedRoleAssignmentRequest + [PrivilegedRoleId ]: The unique identifier of privilegedRole + [ProgramControlId ]: The unique identifier of programControl + [ProgramControlId1 ]: The unique identifier of programControl + [ProgramControlTypeId ]: The unique identifier of programControlType + [ProgramId ]: The unique identifier of program + [RbacApplicationId ]: The unique identifier of rbacApplication + [RunId ]: The unique identifier of run + [RunId1 ]: The unique identifier of run + [StartDateTime ]: Usage: startDateTime={startDateTime} + [TaskDefinitionId ]: The unique identifier of taskDefinition + [TaskId ]: The unique identifier of task + [TaskProcessingResultId ]: The unique identifier of taskProcessingResult + [TaskReportId ]: The unique identifier of taskReport + [UnifiedRbacResourceActionId ]: The unique identifier of unifiedRbacResourceAction + [UnifiedRbacResourceNamespaceId ]: The unique identifier of unifiedRbacResourceNamespace + [UnifiedRoleAssignmentId ]: The unique identifier of unifiedRoleAssignment + [UnifiedRoleAssignmentScheduleId ]: The unique identifier of unifiedRoleAssignmentSchedule + [UnifiedRoleAssignmentScheduleInstanceId ]: The unique identifier of unifiedRoleAssignmentScheduleInstance + [UnifiedRoleAssignmentScheduleRequestId ]: The unique identifier of unifiedRoleAssignmentScheduleRequest + [UnifiedRoleDefinitionId ]: The unique identifier of unifiedRoleDefinition + [UnifiedRoleDefinitionId1 ]: The unique identifier of unifiedRoleDefinition + [UnifiedRoleEligibilityScheduleId ]: The unique identifier of unifiedRoleEligibilitySchedule + [UnifiedRoleEligibilityScheduleInstanceId ]: The unique identifier of unifiedRoleEligibilityScheduleInstance + [UnifiedRoleEligibilityScheduleRequestId ]: The unique identifier of unifiedRoleEligibilityScheduleRequest + [UnifiedRoleManagementAlertConfigurationId ]: The unique identifier of unifiedRoleManagementAlertConfiguration + [UnifiedRoleManagementAlertDefinitionId ]: The unique identifier of unifiedRoleManagementAlertDefinition + [UnifiedRoleManagementAlertId ]: The unique identifier of unifiedRoleManagementAlert + [UnifiedRoleManagementAlertIncidentId ]: The unique identifier of unifiedRoleManagementAlertIncident + [UniqueName ]: Alternate key of accessPackageCatalog + [UserConsentRequestId ]: The unique identifier of userConsentRequest + [UserId ]: The unique identifier of user + [UserProcessingResultId ]: The unique identifier of userProcessingResult + [WorkflowId ]: The unique identifier of workflow + [WorkflowTemplateId ]: The unique identifier of workflowTemplate + [WorkflowVersionNumber ]: The unique identifier of workflowVersion + + +## RELATED LINKS + +- [Set-MgBetaEntitlementManagementControlConfiguration](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/set-mgbetaentitlementmanagementcontrolconfiguration) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Set-MgBetaIdentityGovernanceAccessReviewDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Set-MgBetaIdentityGovernanceAccessReviewDefinition.md index 4000371795888..4c4ed7ed1b16b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Set-MgBetaIdentityGovernanceAccessReviewDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Set-MgBetaIdentityGovernanceAccessReviewDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/set-mgbetaidentitygovernanceaccessreviewdefinition Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Set-MgBetaIdentityGovernanceAccessReviewDefinition --- @@ -36,7 +36,7 @@ Set-MgBetaIdentityGovernanceAccessReviewDefinition -AccessReviewScheduleDefiniti [-StageSettings ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Set @@ -46,7 +46,7 @@ Set-MgBetaIdentityGovernanceAccessReviewDefinition -AccessReviewScheduleDefiniti -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### SetViaIdentityExpanded @@ -65,7 +65,7 @@ Set-MgBetaIdentityGovernanceAccessReviewDefinition -InputObject ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### SetViaIdentity @@ -75,7 +75,7 @@ Set-MgBetaIdentityGovernanceAccessReviewDefinition -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -1420,6 +1420,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Stop-MgBetaAccessReview.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Stop-MgBetaAccessReview.md index eddaf6b3b96f2..602e268994038 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Stop-MgBetaAccessReview.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Stop-MgBetaAccessReview.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/stop-mgbetaaccessreview Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Stop-MgBetaAccessReview --- @@ -27,7 +27,6 @@ Stop-MgBetaAccessReview -AccessReviewId [-ResponseHeadersVariable ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### StopViaIdentity @@ -37,7 +36,6 @@ Stop-MgBetaAccessReview -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -430,6 +428,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Stop-MgBetaAccessReviewInstance.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Stop-MgBetaAccessReviewInstance.md index a21281fd9810b..949af2a2e3880 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Stop-MgBetaAccessReviewInstance.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Stop-MgBetaAccessReviewInstance.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/stop-mgbetaaccessreviewinstance Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Stop-MgBetaAccessReviewInstance --- @@ -27,7 +27,6 @@ Stop-MgBetaAccessReviewInstance -AccessReviewId -AccessReviewId1 ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### StopViaIdentity @@ -37,7 +36,6 @@ Stop-MgBetaAccessReviewInstance -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -430,6 +428,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Stop-MgBetaEntitlementManagementAccessPackageAssignmentRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Stop-MgBetaEntitlementManagementAccessPackageAssignmentRequest.md index 77f60d07e58b5..c803ee11ec962 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Stop-MgBetaEntitlementManagementAccessPackageAssignmentRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Stop-MgBetaEntitlementManagementAccessPackageAssignmentRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/stop-mgbetaentitlementmanagementaccesspackageassignmentrequest Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Stop-MgBetaEntitlementManagementAccessPackageAssignmentRequest --- @@ -25,7 +25,6 @@ Stop-MgBetaEntitlementManagementAccessPackageAssignmentRequest [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CancelViaIdentity @@ -36,7 +35,6 @@ Stop-MgBetaEntitlementManagementAccessPackageAssignmentRequest [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -423,6 +421,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Stop-MgBetaEntitlementManagementAssignmentRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Stop-MgBetaEntitlementManagementAssignmentRequest.md index 1f3b80bf96e18..30c5c1a0a1823 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Stop-MgBetaEntitlementManagementAssignmentRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Stop-MgBetaEntitlementManagementAssignmentRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/stop-mgbetaentitlementmanagementassignmentrequest Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Stop-MgBetaEntitlementManagementAssignmentRequest --- @@ -27,7 +27,6 @@ Stop-MgBetaEntitlementManagementAssignmentRequest -AccessPackageAssignmentReques [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CancelViaIdentity @@ -37,7 +36,6 @@ Stop-MgBetaEntitlementManagementAssignmentRequest -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -406,6 +404,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Stop-MgBetaIdentityGovernanceAccessReviewDecisionInstance.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Stop-MgBetaIdentityGovernanceAccessReviewDecisionInstance.md index 8dfb821a687c2..0d80d9a3834ce 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Stop-MgBetaIdentityGovernanceAccessReviewDecisionInstance.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Stop-MgBetaIdentityGovernanceAccessReviewDecisionInstance.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/stop-mgbetaidentitygovernanceaccessreviewdecisioninstance Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Stop-MgBetaIdentityGovernanceAccessReviewDecisionInstance --- @@ -28,7 +28,6 @@ Stop-MgBetaIdentityGovernanceAccessReviewDecisionInstance [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### StopViaIdentity @@ -38,7 +37,6 @@ Stop-MgBetaIdentityGovernanceAccessReviewDecisionInstance -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -410,6 +408,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Stop-MgBetaIdentityGovernanceAccessReviewDecisionInstanceApplyDecision.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Stop-MgBetaIdentityGovernanceAccessReviewDecisionInstanceApplyDecision.md index 6489f8a76fb8b..e77a7e728f9ce 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Stop-MgBetaIdentityGovernanceAccessReviewDecisionInstanceApplyDecision.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Stop-MgBetaIdentityGovernanceAccessReviewDecisionInstanceApplyDecision.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/stop-mgbetaidentitygovernanceaccessreviewdecisioninstanceapplydecision Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Stop-MgBetaIdentityGovernanceAccessReviewDecisionInstanceApplyDecision --- @@ -25,7 +25,6 @@ Stop-MgBetaIdentityGovernanceAccessReviewDecisionInstanceApplyDecision [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### StopViaIdentity @@ -36,7 +35,6 @@ Stop-MgBetaIdentityGovernanceAccessReviewDecisionInstanceApplyDecision [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -405,6 +403,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Stop-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Stop-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStage.md index 2dcb8f7c5c22e..b978f251646a2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Stop-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Stop-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/stop-mgbetaidentitygovernanceaccessreviewdecisioninstancestage Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Stop-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStage --- @@ -28,7 +28,6 @@ Stop-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStage [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### StopViaIdentity @@ -39,7 +38,6 @@ Stop-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStage [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -432,6 +430,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Stop-MgBetaIdentityGovernanceAccessReviewDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Stop-MgBetaIdentityGovernanceAccessReviewDefinition.md index ff96201e26f4f..3d562cfc289d5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Stop-MgBetaIdentityGovernanceAccessReviewDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Stop-MgBetaIdentityGovernanceAccessReviewDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/stop-mgbetaidentitygovernanceaccessreviewdefinition Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Stop-MgBetaIdentityGovernanceAccessReviewDefinition --- @@ -27,7 +27,6 @@ Stop-MgBetaIdentityGovernanceAccessReviewDefinition -AccessReviewScheduleDefinit [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### StopViaIdentity @@ -37,7 +36,6 @@ Stop-MgBetaIdentityGovernanceAccessReviewDefinition -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -406,6 +404,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Stop-MgBetaIdentityGovernanceAccessReviewDefinitionInstance.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Stop-MgBetaIdentityGovernanceAccessReviewDefinitionInstance.md index 86affdee69595..e20acfdb37ee8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Stop-MgBetaIdentityGovernanceAccessReviewDefinitionInstance.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Stop-MgBetaIdentityGovernanceAccessReviewDefinitionInstance.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/stop-mgbetaidentitygovernanceaccessreviewdefinitioninstance Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Stop-MgBetaIdentityGovernanceAccessReviewDefinitionInstance --- @@ -31,7 +31,6 @@ Stop-MgBetaIdentityGovernanceAccessReviewDefinitionInstance -AccessReviewInstanc [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### StopViaIdentity @@ -42,7 +41,6 @@ Stop-MgBetaIdentityGovernanceAccessReviewDefinitionInstance [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -456,6 +454,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Stop-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceApplyDecision.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Stop-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceApplyDecision.md index 7bc577bdf3ff2..d4b5edc192a5b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Stop-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceApplyDecision.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Stop-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceApplyDecision.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/stop-mgbetaidentitygovernanceaccessreviewdefinitioninstanceapplydecision Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Stop-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceApplyDecision --- @@ -25,7 +25,6 @@ Stop-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceApplyDecision [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### StopViaIdentity @@ -36,7 +35,6 @@ Stop-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceApplyDecision [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -426,6 +424,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Stop-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Stop-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStage.md index f65e34c93b6be..e61088db516ad 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Stop-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Stop-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/stop-mgbetaidentitygovernanceaccessreviewdefinitioninstancestage Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Stop-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStage --- @@ -31,7 +31,6 @@ Stop-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStage -AccessReviewIn [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### StopViaIdentity @@ -42,7 +41,6 @@ Stop-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStage [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -477,6 +475,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Stop-MgBetaIdentityGovernanceAccessReviewInstance.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Stop-MgBetaIdentityGovernanceAccessReviewInstance.md index ecdcda8645e43..a3b36c3bfb48c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Stop-MgBetaIdentityGovernanceAccessReviewInstance.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Stop-MgBetaIdentityGovernanceAccessReviewInstance.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/stop-mgbetaidentitygovernanceaccessreviewinstance Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Stop-MgBetaIdentityGovernanceAccessReviewInstance --- @@ -27,7 +27,6 @@ Stop-MgBetaIdentityGovernanceAccessReviewInstance -AccessReviewInstanceId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### StopViaIdentity @@ -37,7 +36,6 @@ Stop-MgBetaIdentityGovernanceAccessReviewInstance -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -409,6 +407,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Stop-MgBetaIdentityGovernanceAccessReviewInstanceApplyDecision.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Stop-MgBetaIdentityGovernanceAccessReviewInstanceApplyDecision.md index d25844e81cbf7..c2f587b0905af 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Stop-MgBetaIdentityGovernanceAccessReviewInstanceApplyDecision.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Stop-MgBetaIdentityGovernanceAccessReviewInstanceApplyDecision.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/stop-mgbetaidentitygovernanceaccessreviewinstanceapplydecision Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Stop-MgBetaIdentityGovernanceAccessReviewInstanceApplyDecision --- @@ -24,7 +24,6 @@ Stop-MgBetaIdentityGovernanceAccessReviewInstanceApplyDecision -AccessReviewInst [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### StopViaIdentity @@ -35,7 +34,6 @@ Stop-MgBetaIdentityGovernanceAccessReviewInstanceApplyDecision [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -404,6 +402,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Stop-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstance.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Stop-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstance.md index 2467d49a60aff..679e4ace30c4a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Stop-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstance.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Stop-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstance.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/stop-mgbetaidentitygovernanceaccessreviewinstancedecisioninstance Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Stop-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstance --- @@ -28,7 +28,6 @@ Stop-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstance [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### StopViaIdentity @@ -39,7 +38,6 @@ Stop-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstance [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -432,6 +430,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Stop-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceApplyDecision.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Stop-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceApplyDecision.md index 506e848c984a0..564f21ef45bee 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Stop-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceApplyDecision.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Stop-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceApplyDecision.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/stop-mgbetaidentitygovernanceaccessreviewinstancedecisioninstanceapplydecision Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Stop-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceApplyDecision --- @@ -25,7 +25,6 @@ Stop-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceApplyDecision [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### StopViaIdentity @@ -36,7 +35,6 @@ Stop-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceApplyDecision [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -426,6 +424,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Stop-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceStage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Stop-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceStage.md index a8fb20ede9a7a..cf94657d3691d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Stop-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceStage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Stop-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceStage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/stop-mgbetaidentitygovernanceaccessreviewinstancedecisioninstancestage Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Stop-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceStage --- @@ -28,7 +28,6 @@ Stop-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceStage -AccessReviewStageId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### StopViaIdentity @@ -39,7 +38,6 @@ Stop-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceStage [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -453,6 +451,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Stop-MgBetaIdentityGovernanceAccessReviewInstanceStage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Stop-MgBetaIdentityGovernanceAccessReviewInstanceStage.md index ff71ddb966968..d595bd1d35482 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Stop-MgBetaIdentityGovernanceAccessReviewInstanceStage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Stop-MgBetaIdentityGovernanceAccessReviewInstanceStage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/stop-mgbetaidentitygovernanceaccessreviewinstancestage Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Stop-MgBetaIdentityGovernanceAccessReviewInstanceStage --- @@ -27,7 +27,6 @@ Stop-MgBetaIdentityGovernanceAccessReviewInstanceStage -AccessReviewInstanceId < -AccessReviewStageId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### StopViaIdentity @@ -37,7 +36,6 @@ Stop-MgBetaIdentityGovernanceAccessReviewInstanceStage -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -430,6 +428,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Stop-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstance.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Stop-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstance.md index 6343671380794..02be5999444aa 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Stop-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstance.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Stop-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstance.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/stop-mgbetaidentitygovernanceaccessreviewinstancestagedecisioninstance Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Stop-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstance --- @@ -28,7 +28,6 @@ Stop-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstance -AccessReviewStageId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### StopViaIdentity @@ -39,7 +38,6 @@ Stop-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstance [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -453,6 +451,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Stop-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstanceApplyDecision.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Stop-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstanceApplyDecision.md index 73702a2d246c1..634957b17b6f4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Stop-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstanceApplyDecision.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Stop-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstanceApplyDecision.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/stop-mgbetaidentitygovernanceaccessreviewinstancestagedecisioninstanceapplydecision Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Stop-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstanceApplyDecision --- @@ -25,7 +25,6 @@ Stop-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstanceApplyDecis -AccessReviewStageId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### StopViaIdentity @@ -36,7 +35,6 @@ Stop-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstanceApplyDecis [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -447,6 +445,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Stop-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Stop-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest.md index edd5dda2deb38..51f17b41a5d2e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Stop-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Stop-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/stop-mgbetaidentitygovernanceprivilegedaccessgroupassignmentschedulerequest Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Stop-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest --- @@ -28,7 +28,6 @@ Stop-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CancelViaIdentity @@ -39,7 +38,6 @@ Stop-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -429,6 +427,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Stop-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Stop-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest.md index d79629b143210..108af13cb9bf0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Stop-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Stop-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/stop-mgbetaidentitygovernanceprivilegedaccessgroupeligibilityschedulerequest Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Stop-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest --- @@ -28,7 +28,6 @@ Stop-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CancelViaIdentity @@ -39,7 +38,6 @@ Stop-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -429,6 +427,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Stop-MgBetaPrivilegedAccessResourceRoleAssignmentRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Stop-MgBetaPrivilegedAccessResourceRoleAssignmentRequest.md index 5d9d2a2ca51f8..2758fd5f2b6ee 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Stop-MgBetaPrivilegedAccessResourceRoleAssignmentRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Stop-MgBetaPrivilegedAccessResourceRoleAssignmentRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/stop-mgbetaprivilegedaccessresourceroleassignmentrequest Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Stop-MgBetaPrivilegedAccessResourceRoleAssignmentRequest --- @@ -25,7 +25,6 @@ Stop-MgBetaPrivilegedAccessResourceRoleAssignmentRequest -GovernanceResourceId < [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CancelViaIdentity @@ -35,7 +34,6 @@ Stop-MgBetaPrivilegedAccessResourceRoleAssignmentRequest -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -446,6 +444,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Stop-MgBetaPrivilegedAccessRoleAssignmentRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Stop-MgBetaPrivilegedAccessRoleAssignmentRequest.md index 3cbbebeee0f08..f050f9cbf769f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Stop-MgBetaPrivilegedAccessRoleAssignmentRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Stop-MgBetaPrivilegedAccessRoleAssignmentRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/stop-mgbetaprivilegedaccessroleassignmentrequest Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Stop-MgBetaPrivilegedAccessRoleAssignmentRequest --- @@ -24,7 +24,6 @@ Stop-MgBetaPrivilegedAccessRoleAssignmentRequest -GovernanceRoleAssignmentReques -PrivilegedAccessId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CancelViaIdentity @@ -34,7 +33,6 @@ Stop-MgBetaPrivilegedAccessRoleAssignmentRequest -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -433,6 +431,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Stop-MgBetaPrivilegedRoleAssignmentRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Stop-MgBetaPrivilegedRoleAssignmentRequest.md index 16abc113e88b8..0bb34df5d3460 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Stop-MgBetaPrivilegedRoleAssignmentRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Stop-MgBetaPrivilegedRoleAssignmentRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/stop-mgbetaprivilegedroleassignmentrequest Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Stop-MgBetaPrivilegedRoleAssignmentRequest --- @@ -24,7 +24,6 @@ Stop-MgBetaPrivilegedRoleAssignmentRequest -PrivilegedRoleAssignmentRequestId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CancelViaIdentity @@ -34,7 +33,6 @@ Stop-MgBetaPrivilegedRoleAssignmentRequest -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -391,6 +389,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Stop-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Stop-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequest.md index 880c5f265eda3..1f82532e8f0bd 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Stop-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Stop-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/stop-mgbetarolemanagementdirectoryroleassignmentschedulerequest Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Stop-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequest --- @@ -29,7 +29,6 @@ Stop-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequest [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CancelViaIdentity @@ -40,7 +39,6 @@ Stop-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequest [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -431,6 +429,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Stop-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Stop-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequest.md index 791b5d98d9d60..b8d60a5630350 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Stop-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Stop-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/stop-mgbetarolemanagementdirectoryroleeligibilityschedulerequest Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Stop-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequest --- @@ -29,7 +29,6 @@ Stop-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequest [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CancelViaIdentity @@ -40,7 +39,6 @@ Stop-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequest [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -431,6 +429,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Stop-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Stop-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequest.md index a4899aceb287a..efe63beb854c3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Stop-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Stop-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/stop-mgbetarolemanagemententerpriseapproleassignmentschedulerequest Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Stop-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequest --- @@ -26,7 +26,6 @@ Stop-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequest -RbacApplica [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CancelViaIdentity @@ -37,7 +36,6 @@ Stop-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequest [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -428,6 +426,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Stop-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Stop-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequest.md index 01bb32d499074..ad0cd2ff6a1ce 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Stop-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Stop-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/stop-mgbetarolemanagemententerpriseapproleeligibilityschedulerequest Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Stop-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequest --- @@ -26,7 +26,6 @@ Stop-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequest -RbacApplic [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CancelViaIdentity @@ -37,7 +36,6 @@ Stop-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequest [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -428,6 +426,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Stop-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Stop-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequest.md index eb26923f393f2..8501898aefc9e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Stop-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Stop-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/stop-mgbetarolemanagemententitlementmanagementroleassignmentschedulerequest Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Stop-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequest --- @@ -29,7 +29,6 @@ Stop-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequest [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CancelViaIdentity @@ -40,7 +39,6 @@ Stop-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequest [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -410,6 +408,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Stop-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Stop-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequest.md index 06b31d259af7a..74b41e091bf39 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Stop-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Stop-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/stop-mgbetarolemanagemententitlementmanagementroleeligibilityschedulerequest Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Stop-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequest --- @@ -29,7 +29,6 @@ Stop-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequest [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CancelViaIdentity @@ -40,7 +39,6 @@ Stop-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequest [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -410,6 +408,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaAccessReview.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaAccessReview.md index bf9116b6252d7..a927648dbfd70 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaAccessReview.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaAccessReview.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaaccessreview Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaAccessReview --- @@ -34,7 +34,7 @@ Update-MgBetaAccessReview -AccessReviewId [-ResponseHeadersVariable ] [-StartDateTime ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -44,7 +44,6 @@ Update-MgBetaAccessReview -AccessReviewId -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -61,7 +60,7 @@ Update-MgBetaAccessReview -InputObject [-Settings ] [-StartDateTime ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -71,7 +70,7 @@ Update-MgBetaAccessReview -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -1058,6 +1057,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaAccessReviewDecision.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaAccessReviewDecision.md index 64cd696b0521f..b3046418ebaf9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaAccessReviewDecision.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaAccessReviewDecision.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaaccessreviewdecision Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaAccessReviewDecision --- @@ -27,7 +27,7 @@ Update-MgBetaAccessReviewDecision -AccessReviewDecisionId -AccessReview [-ReviewResult ] [-ReviewedBy ] [-ReviewedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -37,7 +37,7 @@ Update-MgBetaAccessReviewDecision -AccessReviewDecisionId -AccessReview -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -50,7 +50,7 @@ Update-MgBetaAccessReviewDecision -InputObject [-ReviewResult ] [-ReviewedBy ] [-ReviewedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -60,7 +60,7 @@ Update-MgBetaAccessReviewDecision -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -811,6 +811,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaAccessReviewInstance.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaAccessReviewInstance.md index f6b1ae69d7640..e81e7a3bbd0d8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaAccessReviewInstance.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaAccessReviewInstance.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaaccessreviewinstance Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaAccessReviewInstance --- @@ -31,7 +31,7 @@ Update-MgBetaAccessReviewInstance -AccessReviewId -AccessReviewId1 ] [-StartDateTime ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -41,7 +41,7 @@ Update-MgBetaAccessReviewInstance -AccessReviewId -AccessReviewId1 [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -58,7 +58,7 @@ Update-MgBetaAccessReviewInstance -InputObject [-Settings ] [-StartDateTime ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -68,7 +68,7 @@ Update-MgBetaAccessReviewInstance -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -1053,6 +1053,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaAccessReviewInstanceDecision.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaAccessReviewInstanceDecision.md index 539d3a13081fe..e9a9df13d0490 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaAccessReviewInstanceDecision.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaAccessReviewInstanceDecision.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaaccessreviewinstancedecision Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaAccessReviewInstanceDecision --- @@ -28,7 +28,7 @@ Update-MgBetaAccessReviewInstanceDecision -AccessReviewDecisionId -Acce [-ReviewedBy ] [-ReviewedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -39,7 +39,6 @@ Update-MgBetaAccessReviewInstanceDecision -AccessReviewDecisionId -Acce [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -52,7 +51,7 @@ Update-MgBetaAccessReviewInstanceDecision -InputObject ] [-ReviewedBy ] [-ReviewedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -62,7 +61,7 @@ Update-MgBetaAccessReviewInstanceDecision -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -840,6 +839,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaAccessReviewInstanceMyDecision.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaAccessReviewInstanceMyDecision.md index e2b23b90b50be..df286d615d350 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaAccessReviewInstanceMyDecision.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaAccessReviewInstanceMyDecision.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaaccessreviewinstancemydecision Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaAccessReviewInstanceMyDecision --- @@ -28,7 +28,7 @@ Update-MgBetaAccessReviewInstanceMyDecision -AccessReviewDecisionId [-ReviewedBy ] [-ReviewedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -39,7 +39,7 @@ Update-MgBetaAccessReviewInstanceMyDecision -AccessReviewDecisionId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -52,7 +52,7 @@ Update-MgBetaAccessReviewInstanceMyDecision -InputObject ] [-ReviewedBy ] [-ReviewedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -62,7 +62,7 @@ Update-MgBetaAccessReviewInstanceMyDecision -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -840,6 +840,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaAccessReviewInstanceReviewer.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaAccessReviewInstanceReviewer.md index dc22cc9b977ec..f68c3e1b2ba12 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaAccessReviewInstanceReviewer.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaAccessReviewInstanceReviewer.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaaccessreviewinstancereviewer Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaAccessReviewInstanceReviewer --- @@ -26,7 +26,6 @@ Update-MgBetaAccessReviewInstanceReviewer -AccessReviewId -AccessReview [-Id ] [-UserPrincipalName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -37,7 +36,6 @@ Update-MgBetaAccessReviewInstanceReviewer -AccessReviewId -AccessReview [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -48,7 +46,7 @@ Update-MgBetaAccessReviewInstanceReviewer -InputObject ] [-DisplayName ] [-Id ] [-UserPrincipalName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -58,7 +56,7 @@ Update-MgBetaAccessReviewInstanceReviewer -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -648,6 +646,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaAccessReviewMyDecision.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaAccessReviewMyDecision.md index bca6e86e103e2..fcf18fa0d649f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaAccessReviewMyDecision.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaAccessReviewMyDecision.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaaccessreviewmydecision Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaAccessReviewMyDecision --- @@ -27,7 +27,7 @@ Update-MgBetaAccessReviewMyDecision -AccessReviewDecisionId -AccessRevi [-ReviewResult ] [-ReviewedBy ] [-ReviewedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -37,7 +37,7 @@ Update-MgBetaAccessReviewMyDecision -AccessReviewDecisionId -AccessRevi -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -50,7 +50,7 @@ Update-MgBetaAccessReviewMyDecision -InputObject [-ReviewResult ] [-ReviewedBy ] [-ReviewedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -60,7 +60,7 @@ Update-MgBetaAccessReviewMyDecision -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -811,6 +811,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaAccessReviewReviewer.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaAccessReviewReviewer.md index 12f4f5b3d0c1e..3b8e067da4dc7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaAccessReviewReviewer.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaAccessReviewReviewer.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaaccessreviewreviewer Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaAccessReviewReviewer --- @@ -25,7 +25,7 @@ Update-MgBetaAccessReviewReviewer -AccessReviewId -AccessReviewReviewer [-CreatedDateTime ] [-DisplayName ] [-Id ] [-UserPrincipalName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -35,7 +35,7 @@ Update-MgBetaAccessReviewReviewer -AccessReviewId -AccessReviewReviewer -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -46,7 +46,7 @@ Update-MgBetaAccessReviewReviewer -InputObject [-CreatedDateTime ] [-DisplayName ] [-Id ] [-UserPrincipalName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -56,7 +56,7 @@ Update-MgBetaAccessReviewReviewer -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -619,6 +619,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaAgreement.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaAgreement.md index f6c3a80834c2f..e5d815337164c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaAgreement.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaAgreement.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaagreement Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaAgreement --- @@ -31,7 +31,7 @@ Update-MgBetaAgreement -AgreementId [-ResponseHeadersVariable ] [-TermsExpiration ] [-UserReacceptRequiredFrequency ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -41,7 +41,6 @@ Update-MgBetaAgreement -AgreementId -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -55,7 +54,7 @@ Update-MgBetaAgreement -InputObject [-TermsExpiration ] [-UserReacceptRequiredFrequency ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -65,7 +64,7 @@ Update-MgBetaAgreement -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -1008,6 +1007,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaAgreementAcceptance.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaAgreementAcceptance.md index 7a0813a0b8b3d..b34290ca14cdc 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaAgreementAcceptance.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaAgreementAcceptance.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaagreementacceptance Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaAgreementAcceptance --- @@ -31,7 +31,7 @@ Update-MgBetaAgreementAcceptance -AgreementAcceptanceId -AgreementId ] [-UserId ] [-UserPrincipalName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -41,7 +41,7 @@ Update-MgBetaAgreementAcceptance -AgreementAcceptanceId -AgreementId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -55,7 +55,6 @@ Update-MgBetaAgreementAcceptance -InputObject [-Ag [-UserId ] [-UserPrincipalName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -65,7 +64,7 @@ Update-MgBetaAgreementAcceptance -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -922,6 +921,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaAgreementFile.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaAgreementFile.md index 0a9047943183b..99a56b4e6a412 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaAgreementFile.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaAgreementFile.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaagreementfile Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaAgreementFile --- @@ -30,7 +30,6 @@ Update-MgBetaAgreementFile -AgreementId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -40,7 +39,6 @@ Update-MgBetaAgreementFile -AgreementId -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -54,7 +52,6 @@ Update-MgBetaAgreementFile -InputObject [-Localizations ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -64,7 +61,7 @@ Update-MgBetaAgreementFile -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -818,6 +815,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaAgreementFileLocalization.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaAgreementFileLocalization.md index 4097ddc73e6c8..bcfcee02217ce 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaAgreementFileLocalization.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaAgreementFileLocalization.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaagreementfilelocalization Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaAgreementFileLocalization --- @@ -30,7 +30,7 @@ Update-MgBetaAgreementFileLocalization -AgreementFileLocalizationId -Ag [-IsMajorVersion] [-Language ] [-Versions ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -40,7 +40,7 @@ Update-MgBetaAgreementFileLocalization -AgreementFileLocalizationId -Ag -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -53,7 +53,7 @@ Update-MgBetaAgreementFileLocalization -InputObject ] [-Versions ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -63,7 +63,7 @@ Update-MgBetaAgreementFileLocalization -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -824,6 +824,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaAgreementFileLocalizationVersion.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaAgreementFileLocalizationVersion.md index 8bde2873d0bcb..0a12552ee40cc 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaAgreementFileLocalizationVersion.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaAgreementFileLocalizationVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaagreementfilelocalizationversion Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaAgreementFileLocalizationVersion --- @@ -30,7 +30,6 @@ Update-MgBetaAgreementFileLocalizationVersion -AgreementFileLocalizationId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -41,7 +40,6 @@ Update-MgBetaAgreementFileLocalizationVersion -AgreementFileLocalizationId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -54,7 +52,6 @@ Update-MgBetaAgreementFileLocalizationVersion -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -64,7 +61,6 @@ Update-MgBetaAgreementFileLocalizationVersion -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -772,6 +768,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaAgreementFileVersion.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaAgreementFileVersion.md index 7f3811c9e50e4..8d3991cbf7163 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaAgreementFileVersion.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaAgreementFileVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaagreementfileversion Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaAgreementFileVersion --- @@ -30,7 +30,6 @@ Update-MgBetaAgreementFileVersion -AgreementFileLocalizationId [-IsMajorVersion] [-Language ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -41,7 +40,6 @@ Update-MgBetaAgreementFileVersion -AgreementFileLocalizationId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -54,7 +52,6 @@ Update-MgBetaAgreementFileVersion -InputObject [-IsMajorVersion] [-Language ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -64,7 +61,6 @@ Update-MgBetaAgreementFileVersion -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -772,6 +768,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaBusinessFlowTemplate.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaBusinessFlowTemplate.md index f51a06852d948..34203c3dd37e9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaBusinessFlowTemplate.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaBusinessFlowTemplate.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetabusinessflowtemplate Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaBusinessFlowTemplate --- @@ -24,7 +24,7 @@ Update-MgBetaBusinessFlowTemplate -BusinessFlowTemplateId [-ResponseHeadersVariable ] [-AdditionalProperties ] [-DisplayName ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -34,7 +34,7 @@ Update-MgBetaBusinessFlowTemplate -BusinessFlowTemplateId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -44,7 +44,7 @@ Update-MgBetaBusinessFlowTemplate -InputObject [-ResponseHeadersVariable ] [-AdditionalProperties ] [-DisplayName ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -54,7 +54,7 @@ Update-MgBetaBusinessFlowTemplate -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -534,6 +534,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaEntitlementManagementAccessPackage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaEntitlementManagementAccessPackage.md index 20b1fc9676152..5cb23d5208a8f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaEntitlementManagementAccessPackage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaEntitlementManagementAccessPackage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaentitlementmanagementaccesspackage Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaEntitlementManagementAccessPackage --- @@ -36,7 +36,7 @@ Update-MgBetaEntitlementManagementAccessPackage -AccessPackageId [-ModifiedBy ] [-ModifiedDateTime ] [-UniqueName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -46,7 +46,7 @@ Update-MgBetaEntitlementManagementAccessPackage -AccessPackageId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -65,7 +65,7 @@ Update-MgBetaEntitlementManagementAccessPackage -InputObject ] [-ModifiedDateTime ] [-UniqueName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -75,7 +75,7 @@ Update-MgBetaEntitlementManagementAccessPackage -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -1496,16 +1496,59 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. [UsageRights ]: [Id ]: The unique identifier for an entity. Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. @@ -1980,6 +2023,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -3612,7 +3712,22 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [AssignmentErrors ]: + [Id ]: The unique identifier for an entity. +Read-only. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [Assignments ]: [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -9878,7 +9993,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -10607,16 +10725,59 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. [UsageRights ]: [Id ]: The unique identifier for an entity. Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. @@ -11091,6 +11252,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -12723,7 +12941,22 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [AssignmentErrors ]: + [Id ]: The unique identifier for an entity. +Read-only. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [Assignments ]: [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -18989,7 +19222,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -19783,16 +20019,59 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. [UsageRights ]: [Id ]: The unique identifier for an entity. Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. @@ -20267,6 +20546,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -21899,7 +22235,22 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [AssignmentErrors ]: + [Id ]: The unique identifier for an entity. +Read-only. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [Assignments ]: [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -28165,7 +28516,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -28821,16 +29175,59 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. [UsageRights ]: [Id ]: The unique identifier for an entity. Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. @@ -29305,6 +29702,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -30937,7 +31391,22 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [AssignmentErrors ]: + [Id ]: The unique identifier for an entity. +Read-only. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [Assignments ]: [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -37203,7 +37672,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -37858,16 +38330,59 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. [UsageRights ]: [Id ]: The unique identifier for an entity. Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. @@ -38342,6 +38857,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -39974,7 +40546,22 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [AssignmentErrors ]: + [Id ]: The unique identifier for an entity. +Read-only. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [Assignments ]: [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -46240,7 +46827,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -46604,16 +47194,59 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. [UsageRights ]: [Id ]: The unique identifier for an entity. Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. @@ -47088,6 +47721,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -48720,7 +49410,22 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [AssignmentErrors ]: + [Id ]: The unique identifier for an entity. +Read-only. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [Assignments ]: [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -54986,7 +55691,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -55045,6 +55753,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaEntitlementManagementAccessPackageAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaEntitlementManagementAccessPackageAssignment.md index 44f2dd7275f31..a507dada18080 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaEntitlementManagementAccessPackageAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaEntitlementManagementAccessPackageAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaentitlementmanagementaccesspackageassignment Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaEntitlementManagementAccessPackageAssignment --- @@ -24,7 +24,6 @@ Update-MgBetaEntitlementManagementAccessPackageAssignment -AccessPackageAssignme [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateExpanded @@ -42,7 +41,7 @@ Update-MgBetaEntitlementManagementAccessPackageAssignment -AccessPackageAssignme [-Schedule ] [-Target ] [-TargetId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -52,7 +51,7 @@ Update-MgBetaEntitlementManagementAccessPackageAssignment -AccessPackageAssignme -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -70,7 +69,7 @@ Update-MgBetaEntitlementManagementAccessPackageAssignment -InputObject ] [-Target ] [-TargetId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -80,7 +79,7 @@ Update-MgBetaEntitlementManagementAccessPackageAssignment -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### ReprocessViaIdentity @@ -90,7 +89,6 @@ Update-MgBetaEntitlementManagementAccessPackageAssignment -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -1603,16 +1601,59 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. [UsageRights ]: [Id ]: The unique identifier for an entity. Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. @@ -2087,6 +2128,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -3719,7 +3817,22 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [AssignmentErrors ]: + [Id ]: The unique identifier for an entity. +Read-only. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [Assignments ]: [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -9985,7 +10098,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -10551,16 +10667,59 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. [UsageRights ]: [Id ]: The unique identifier for an entity. Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. @@ -11035,6 +11194,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -12667,7 +12883,22 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [AssignmentErrors ]: + [Id ]: The unique identifier for an entity. +Read-only. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [Assignments ]: [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -18933,7 +19164,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -19683,16 +19917,59 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. [UsageRights ]: [Id ]: The unique identifier for an entity. Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. @@ -20167,6 +20444,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -21799,7 +22133,22 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [AssignmentErrors ]: + [Id ]: The unique identifier for an entity. +Read-only. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [Assignments ]: [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -28065,7 +28414,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -28220,7 +28572,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. [RequestStatus ]: More information on the request processing status. Read-only. - [RequestType ]: One of UserAdd, UserExtend, UserUpdate, UserRemove, AdminAdd, AdminRemove, or SystemRemove. + [RequestType ]: One of UserAdd, UserExtend, UserUpdate, UserRemove, AdminAdd, AdminRemove, ApproverRemove, or SystemRemove. A request from the user has a requestType of UserAdd, UserUpdate, or UserRemove. Read-only. [Requestor ]: accessPackageSubject @@ -28879,16 +29231,59 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. [UsageRights ]: [Id ]: The unique identifier for an entity. Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. @@ -29363,6 +29758,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -30995,7 +31447,22 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [AssignmentErrors ]: + [Id ]: The unique identifier for an entity. +Read-only. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [Assignments ]: [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -37261,7 +37728,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -37324,7 +37794,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. [RequestStatus ]: More information on the request processing status. Read-only. - [RequestType ]: One of UserAdd, UserExtend, UserUpdate, UserRemove, AdminAdd, AdminRemove, or SystemRemove. + [RequestType ]: One of UserAdd, UserExtend, UserUpdate, UserRemove, AdminAdd, AdminRemove, ApproverRemove, or SystemRemove. A request from the user has a requestType of UserAdd, UserUpdate, or UserRemove. Read-only. [Requestor ]: accessPackageSubject @@ -38063,16 +38533,59 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. [UsageRights ]: [Id ]: The unique identifier for an entity. Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. @@ -38547,6 +39060,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -40179,7 +40749,22 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [AssignmentErrors ]: + [Id ]: The unique identifier for an entity. +Read-only. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [Assignments ]: [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -46445,7 +47030,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -46508,7 +47096,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. [RequestStatus ]: More information on the request processing status. Read-only. - [RequestType ]: One of UserAdd, UserExtend, UserUpdate, UserRemove, AdminAdd, AdminRemove, or SystemRemove. + [RequestType ]: One of UserAdd, UserExtend, UserUpdate, UserRemove, AdminAdd, AdminRemove, ApproverRemove, or SystemRemove. A request from the user has a requestType of UserAdd, UserUpdate, or UserRemove. Read-only. [Requestor ]: accessPackageSubject @@ -46667,6 +47255,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaEntitlementManagementAccessPackageAssignmentApproval.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaEntitlementManagementAccessPackageAssignmentApproval.md index 26f91a021758b..63be81641bedd 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaEntitlementManagementAccessPackageAssignmentApproval.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaEntitlementManagementAccessPackageAssignmentApproval.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaentitlementmanagementaccesspackageassignmentapproval Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaEntitlementManagementAccessPackageAssignmentApproval --- @@ -28,7 +28,6 @@ Update-MgBetaEntitlementManagementAccessPackageAssignmentApproval -ApprovalId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -38,7 +37,7 @@ Update-MgBetaEntitlementManagementAccessPackageAssignmentApproval -ApprovalId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -49,7 +48,7 @@ Update-MgBetaEntitlementManagementAccessPackageAssignmentApproval [-AdditionalProperties ] [-Id ] [-Steps ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -60,7 +59,6 @@ Update-MgBetaEntitlementManagementAccessPackageAssignmentApproval [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -564,6 +562,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaEntitlementManagementAccessPackageAssignmentApprovalStep.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaEntitlementManagementAccessPackageAssignmentApprovalStep.md index fa8ea9dc515d2..13277ac16fbf8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaEntitlementManagementAccessPackageAssignmentApprovalStep.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaEntitlementManagementAccessPackageAssignmentApprovalStep.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaentitlementmanagementaccesspackageassignmentapprovalstep Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaEntitlementManagementAccessPackageAssignmentApprovalStep --- @@ -26,7 +26,7 @@ Update-MgBetaEntitlementManagementAccessPackageAssignmentApprovalStep -ApprovalI [-ReviewResult ] [-ReviewedBy ] [-ReviewedDateTime ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -37,7 +37,6 @@ Update-MgBetaEntitlementManagementAccessPackageAssignmentApprovalStep -ApprovalI [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -50,7 +49,6 @@ Update-MgBetaEntitlementManagementAccessPackageAssignmentApprovalStep [-ReviewedDateTime ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -61,7 +59,6 @@ Update-MgBetaEntitlementManagementAccessPackageAssignmentApprovalStep [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -772,6 +769,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaEntitlementManagementAccessPackageAssignmentPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaEntitlementManagementAccessPackageAssignmentPolicy.md index b315831620fe6..8358559dd1288 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaEntitlementManagementAccessPackageAssignmentPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaEntitlementManagementAccessPackageAssignmentPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaentitlementmanagementaccesspackageassignmentpolicy Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaEntitlementManagementAccessPackageAssignmentPolicy --- @@ -40,7 +40,7 @@ Update-MgBetaEntitlementManagementAccessPackageAssignmentPolicy [-VerifiableCredentialSettings ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -51,7 +51,7 @@ Update-MgBetaEntitlementManagementAccessPackageAssignmentPolicy -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -74,7 +74,7 @@ Update-MgBetaEntitlementManagementAccessPackageAssignmentPolicy [-VerifiableCredentialSettings ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -85,7 +85,7 @@ Update-MgBetaEntitlementManagementAccessPackageAssignmentPolicy -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -1705,16 +1705,59 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. [UsageRights ]: [Id ]: The unique identifier for an entity. Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. @@ -2189,6 +2232,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -3821,7 +3921,22 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [AssignmentErrors ]: + [Id ]: The unique identifier for an entity. +Read-only. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [Assignments ]: [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -10087,7 +10202,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -10725,16 +10843,59 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. [UsageRights ]: [Id ]: The unique identifier for an entity. Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. @@ -11209,6 +11370,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -12841,7 +13059,22 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [AssignmentErrors ]: + [Id ]: The unique identifier for an entity. +Read-only. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [Assignments ]: [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -19107,7 +19340,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -19711,16 +19947,59 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. [UsageRights ]: [Id ]: The unique identifier for an entity. Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. @@ -20195,6 +20474,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -21827,7 +22163,22 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [AssignmentErrors ]: + [Id ]: The unique identifier for an entity. +Read-only. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [Assignments ]: [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -28093,7 +28444,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -28305,6 +28659,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionHandler.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionHandler.md index 25a7586905705..e7fd481852c97 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionHandler.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionHandler.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaentitlementmanagementaccesspackageassignmentpolicycustomextensionhandler Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionHandler --- @@ -26,7 +26,7 @@ Update-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionHa [-CustomExtension ] [-Id ] [-Stage ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -37,7 +37,7 @@ Update-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionHa -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -49,7 +49,7 @@ Update-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionHa [-CustomExtension ] [-Id ] [-Stage ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -60,7 +60,6 @@ Update-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionHa [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -644,6 +643,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionStageSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionStageSetting.md index c2ca55277e3cf..52691095e8faf 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionStageSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionStageSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaentitlementmanagementaccesspackageassignmentpolicycustomextensionstagesetting Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionStageSetting --- @@ -26,7 +26,7 @@ Update-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionSt [-CustomExtension ] [-Id ] [-Stage ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -37,7 +37,7 @@ Update-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionSt -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -49,7 +49,6 @@ Update-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionSt [-Id ] [-Stage ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -60,7 +59,7 @@ Update-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionSt -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -632,6 +631,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaEntitlementManagementAccessPackageAssignmentRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaEntitlementManagementAccessPackageAssignmentRequest.md index ce8b8a16a238e..23b3a65ee6bbd 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaEntitlementManagementAccessPackageAssignmentRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaEntitlementManagementAccessPackageAssignmentRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaentitlementmanagementaccesspackageassignmentrequest Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaEntitlementManagementAccessPackageAssignmentRequest --- @@ -25,7 +25,6 @@ Update-MgBetaEntitlementManagementAccessPackageAssignmentRequest [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateExpanded @@ -46,7 +45,7 @@ Update-MgBetaEntitlementManagementAccessPackageAssignmentRequest [-VerifiedCredentialsData ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -57,7 +56,7 @@ Update-MgBetaEntitlementManagementAccessPackageAssignmentRequest -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -78,7 +77,7 @@ Update-MgBetaEntitlementManagementAccessPackageAssignmentRequest [-VerifiedCredentialsData ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -89,7 +88,7 @@ Update-MgBetaEntitlementManagementAccessPackageAssignmentRequest -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### ReprocessViaIdentity @@ -100,7 +99,6 @@ Update-MgBetaEntitlementManagementAccessPackageAssignmentRequest [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -864,7 +862,7 @@ HelpMessage: '' ### -RequestType -One of UserAdd, UserExtend, UserUpdate, UserRemove, AdminAdd, AdminRemove, or SystemRemove. +One of UserAdd, UserExtend, UserUpdate, UserRemove, AdminAdd, AdminRemove, ApproverRemove, or SystemRemove. A request from the user has a requestType of UserAdd, UserUpdate, or UserRemove. Read-only. @@ -1667,16 +1665,59 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. [UsageRights ]: [Id ]: The unique identifier for an entity. Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. @@ -2151,6 +2192,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -3783,7 +3881,22 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [AssignmentErrors ]: + [Id ]: The unique identifier for an entity. +Read-only. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [Assignments ]: [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -10049,7 +10162,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -10709,16 +10825,59 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. [UsageRights ]: [Id ]: The unique identifier for an entity. Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. @@ -11193,6 +11352,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -12825,7 +13041,22 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [AssignmentErrors ]: + [Id ]: The unique identifier for an entity. +Read-only. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [Assignments ]: [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -19091,7 +19322,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -19154,7 +19388,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. [RequestStatus ]: More information on the request processing status. Read-only. - [RequestType ]: One of UserAdd, UserExtend, UserUpdate, UserRemove, AdminAdd, AdminRemove, or SystemRemove. + [RequestType ]: One of UserAdd, UserExtend, UserUpdate, UserRemove, AdminAdd, AdminRemove, ApproverRemove, or SystemRemove. A request from the user has a requestType of UserAdd, UserUpdate, or UserRemove. Read-only. [Requestor ]: accessPackageSubject @@ -19917,16 +20151,59 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. [UsageRights ]: [Id ]: The unique identifier for an entity. Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. @@ -20401,6 +20678,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -22033,7 +22367,22 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [AssignmentErrors ]: + [Id ]: The unique identifier for an entity. +Read-only. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [Assignments ]: [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -28299,7 +28648,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -28454,7 +28806,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. [RequestStatus ]: More information on the request processing status. Read-only. - [RequestType ]: One of UserAdd, UserExtend, UserUpdate, UserRemove, AdminAdd, AdminRemove, or SystemRemove. + [RequestType ]: One of UserAdd, UserExtend, UserUpdate, UserRemove, AdminAdd, AdminRemove, ApproverRemove, or SystemRemove. A request from the user has a requestType of UserAdd, UserUpdate, or UserRemove. Read-only. [Requestor ]: accessPackageSubject @@ -28537,6 +28889,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaEntitlementManagementAccessPackageByUniqueName.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaEntitlementManagementAccessPackageByUniqueName.md index be8b078a5f65b..b4c2d48669900 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaEntitlementManagementAccessPackageByUniqueName.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaEntitlementManagementAccessPackageByUniqueName.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaentitlementmanagementaccesspackagebyuniquename Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaEntitlementManagementAccessPackageByUniqueName --- @@ -33,7 +33,7 @@ Update-MgBetaEntitlementManagementAccessPackageByUniqueName -UniqueName [-ModifiedBy ] [-ModifiedDateTime ] [-UniqueName1 ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -53,7 +53,6 @@ Update-MgBetaEntitlementManagementAccessPackageByUniqueName [-ModifiedBy ] [-ModifiedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -63,7 +62,7 @@ Update-MgBetaEntitlementManagementAccessPackageByUniqueName -UniqueName -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -74,7 +73,6 @@ Update-MgBetaEntitlementManagementAccessPackageByUniqueName [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -1470,16 +1468,59 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. [UsageRights ]: [Id ]: The unique identifier for an entity. Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. @@ -1954,6 +1995,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -3586,7 +3684,22 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [AssignmentErrors ]: + [Id ]: The unique identifier for an entity. +Read-only. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [Assignments ]: [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -9852,7 +9965,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -10581,16 +10697,59 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. [UsageRights ]: [Id ]: The unique identifier for an entity. Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. @@ -11065,6 +11224,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -12697,7 +12913,22 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [AssignmentErrors ]: + [Id ]: The unique identifier for an entity. +Read-only. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [Assignments ]: [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -18963,7 +19194,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -19757,16 +19991,59 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. [UsageRights ]: [Id ]: The unique identifier for an entity. Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. @@ -20241,6 +20518,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -21873,7 +22207,22 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [AssignmentErrors ]: + [Id ]: The unique identifier for an entity. +Read-only. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [Assignments ]: [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -28139,7 +28488,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -28795,16 +29147,59 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. [UsageRights ]: [Id ]: The unique identifier for an entity. Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. @@ -29279,6 +29674,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -30911,7 +31363,22 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [AssignmentErrors ]: + [Id ]: The unique identifier for an entity. +Read-only. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [Assignments ]: [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -37177,7 +37644,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -37832,16 +38302,59 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. [UsageRights ]: [Id ]: The unique identifier for an entity. Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. @@ -38316,6 +38829,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -39948,7 +40518,22 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [AssignmentErrors ]: + [Id ]: The unique identifier for an entity. +Read-only. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [Assignments ]: [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -46214,7 +46799,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -46578,16 +47166,59 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. [UsageRights ]: [Id ]: The unique identifier for an entity. Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. @@ -47062,6 +47693,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -48694,7 +49382,22 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [AssignmentErrors ]: + [Id ]: The unique identifier for an entity. +Read-only. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [Assignments ]: [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -54960,7 +55663,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -55019,6 +55725,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaEntitlementManagementAccessPackageCatalog.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaEntitlementManagementAccessPackageCatalog.md index 96865237b2e0a..5370b5c3fcc61 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaEntitlementManagementAccessPackageCatalog.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaEntitlementManagementAccessPackageCatalog.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaentitlementmanagementaccesspackagecatalog Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaEntitlementManagementAccessPackageCatalog --- @@ -34,7 +34,7 @@ Update-MgBetaEntitlementManagementAccessPackageCatalog -AccessPackageCatalogId < [-ModifiedBy ] [-ModifiedDateTime ] [-UniqueName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -44,7 +44,7 @@ Update-MgBetaEntitlementManagementAccessPackageCatalog -AccessPackageCatalogId < -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -64,7 +64,7 @@ Update-MgBetaEntitlementManagementAccessPackageCatalog -InputObject ] [-ModifiedDateTime ] [-UniqueName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -74,7 +74,7 @@ Update-MgBetaEntitlementManagementAccessPackageCatalog -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -1931,16 +1931,59 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. [UsageRights ]: [Id ]: The unique identifier for an entity. Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. @@ -2415,6 +2458,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -4047,7 +4147,22 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [AssignmentErrors ]: + [Id ]: The unique identifier for an entity. +Read-only. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [Assignments ]: [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -10313,7 +10428,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -10951,16 +11069,59 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. [UsageRights ]: [Id ]: The unique identifier for an entity. Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. @@ -11435,6 +11596,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -13067,7 +13285,22 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [AssignmentErrors ]: + [Id ]: The unique identifier for an entity. +Read-only. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [Assignments ]: [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -19333,7 +19566,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -19442,6 +19678,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageCustomWorkflowExtension.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageCustomWorkflowExtension.md index 154b1ba55be66..c99ca96e1efea 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageCustomWorkflowExtension.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageCustomWorkflowExtension.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaentitlementmanagementaccesspackagecatalogaccesspackagecustomworkflowextension Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageCustomWorkflowExtension --- @@ -28,7 +28,7 @@ Update-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageCustomWorkflo [-DisplayName ] [-EndpointConfiguration ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -39,7 +39,7 @@ Update-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageCustomWorkflo -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -52,7 +52,7 @@ Update-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageCustomWorkflo [-DisplayName ] [-EndpointConfiguration ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -63,7 +63,6 @@ Update-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageCustomWorkflo [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -701,6 +700,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaEntitlementManagementAccessPackageCatalogByUniqueName.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaEntitlementManagementAccessPackageCatalogByUniqueName.md index d90b97d7d2e9e..ff18438ddd1b7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaEntitlementManagementAccessPackageCatalogByUniqueName.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaEntitlementManagementAccessPackageCatalogByUniqueName.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaentitlementmanagementaccesspackagecatalogbyuniquename Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaEntitlementManagementAccessPackageCatalogByUniqueName --- @@ -34,7 +34,7 @@ Update-MgBetaEntitlementManagementAccessPackageCatalogByUniqueName -UniqueName < [-ModifiedBy ] [-ModifiedDateTime ] [-UniqueName1 ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -55,7 +55,6 @@ Update-MgBetaEntitlementManagementAccessPackageCatalogByUniqueName [-ModifiedBy ] [-ModifiedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -65,7 +64,7 @@ Update-MgBetaEntitlementManagementAccessPackageCatalogByUniqueName -UniqueName < -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -76,7 +75,6 @@ Update-MgBetaEntitlementManagementAccessPackageCatalogByUniqueName [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -1908,16 +1906,59 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. [UsageRights ]: [Id ]: The unique identifier for an entity. Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. @@ -2392,6 +2433,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -4024,7 +4122,22 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [AssignmentErrors ]: + [Id ]: The unique identifier for an entity. +Read-only. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [Assignments ]: [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -10290,7 +10403,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -10928,16 +11044,59 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. [UsageRights ]: [Id ]: The unique identifier for an entity. Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. @@ -11412,6 +11571,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -13044,7 +13260,22 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [AssignmentErrors ]: + [Id ]: The unique identifier for an entity. +Read-only. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [Assignments ]: [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -19310,7 +19541,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -19419,6 +19653,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaEntitlementManagementAccessPackageCatalogCustomAccessPackageWorkflowExtension.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaEntitlementManagementAccessPackageCatalogCustomAccessPackageWorkflowExtension.md index 226fbcbc5a67e..459aa5518b5e4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaEntitlementManagementAccessPackageCatalogCustomAccessPackageWorkflowExtension.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaEntitlementManagementAccessPackageCatalogCustomAccessPackageWorkflowExtension.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaentitlementmanagementaccesspackagecatalogcustomaccesspackageworkflowextension Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaEntitlementManagementAccessPackageCatalogCustomAccessPackageWorkflowExtension --- @@ -29,7 +29,7 @@ Update-MgBetaEntitlementManagementAccessPackageCatalogCustomAccessPackageWorkflo [-EndpointConfiguration ] [-Id ] [-LastModifiedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -41,7 +41,6 @@ Update-MgBetaEntitlementManagementAccessPackageCatalogCustomAccessPackageWorkflo [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -55,7 +54,7 @@ Update-MgBetaEntitlementManagementAccessPackageCatalogCustomAccessPackageWorkflo [-EndpointConfiguration ] [-Id ] [-LastModifiedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -67,7 +66,6 @@ Update-MgBetaEntitlementManagementAccessPackageCatalogCustomAccessPackageWorkflo [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -769,6 +767,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaEntitlementManagementAccessPackageResourceRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaEntitlementManagementAccessPackageResourceRequest.md index fe353be5b3c17..bbfacc945982b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaEntitlementManagementAccessPackageResourceRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaEntitlementManagementAccessPackageResourceRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaentitlementmanagementaccesspackageresourcerequest Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaEntitlementManagementAccessPackageResourceRequest --- @@ -28,7 +28,7 @@ Update-MgBetaEntitlementManagementAccessPackageResourceRequest [-RequestType ] [-Requestor ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -39,7 +39,7 @@ Update-MgBetaEntitlementManagementAccessPackageResourceRequest -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -53,7 +53,7 @@ Update-MgBetaEntitlementManagementAccessPackageResourceRequest [-RequestType ] [-Requestor ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -64,7 +64,7 @@ Update-MgBetaEntitlementManagementAccessPackageResourceRequest -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -1065,6 +1065,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaEntitlementManagementAccessPackageResourceRoleScope.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaEntitlementManagementAccessPackageResourceRoleScope.md index 13e3f84668adb..2a9a6b3096236 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaEntitlementManagementAccessPackageResourceRoleScope.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaEntitlementManagementAccessPackageResourceRoleScope.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaentitlementmanagementaccesspackageresourcerolescope Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaEntitlementManagementAccessPackageResourceRoleScope --- @@ -31,7 +31,7 @@ Update-MgBetaEntitlementManagementAccessPackageResourceRoleScope -AccessPackageI [-Id ] [-ModifiedBy ] [-ModifiedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -42,7 +42,7 @@ Update-MgBetaEntitlementManagementAccessPackageResourceRoleScope -AccessPackageI -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -56,7 +56,7 @@ Update-MgBetaEntitlementManagementAccessPackageResourceRoleScope [-Id ] [-ModifiedBy ] [-ModifiedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -67,7 +67,7 @@ Update-MgBetaEntitlementManagementAccessPackageResourceRoleScope -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -1048,6 +1048,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaEntitlementManagementAccessPackageResourceUploadSession.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaEntitlementManagementAccessPackageResourceUploadSession.md index ce79d86bbb2c0..156940e3639ca 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaEntitlementManagementAccessPackageResourceUploadSession.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaEntitlementManagementAccessPackageResourceUploadSession.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaentitlementmanagementaccesspackageresourceuploadsession Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaEntitlementManagementAccessPackageResourceUploadSession --- @@ -27,7 +27,7 @@ Update-MgBetaEntitlementManagementAccessPackageResourceUploadSession [-Stats ] [-Status ] [-Type ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -39,7 +39,6 @@ Update-MgBetaEntitlementManagementAccessPackageResourceUploadSession [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -52,7 +51,7 @@ Update-MgBetaEntitlementManagementAccessPackageResourceUploadSession [-Stats ] [-Status ] [-Type ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -64,7 +63,6 @@ Update-MgBetaEntitlementManagementAccessPackageResourceUploadSession [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -750,6 +748,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaEntitlementManagementAccessPackageSuggestion.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaEntitlementManagementAccessPackageSuggestion.md index d896fd077d65a..f39abd07e10c3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaEntitlementManagementAccessPackageSuggestion.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaEntitlementManagementAccessPackageSuggestion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaentitlementmanagementaccesspackagesuggestion Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaEntitlementManagementAccessPackageSuggestion --- @@ -26,7 +26,6 @@ Update-MgBetaEntitlementManagementAccessPackageSuggestion -AccessPackageSuggesti [-Reasons ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -36,7 +35,7 @@ Update-MgBetaEntitlementManagementAccessPackageSuggestion -AccessPackageSuggesti -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -48,7 +47,6 @@ Update-MgBetaEntitlementManagementAccessPackageSuggestion -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -58,7 +56,7 @@ Update-MgBetaEntitlementManagementAccessPackageSuggestion -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -817,6 +815,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaEntitlementManagementAssignmentRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaEntitlementManagementAssignmentRequest.md index eb55a5932c70a..2acaac936b5a0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaEntitlementManagementAssignmentRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaEntitlementManagementAssignmentRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaentitlementmanagementassignmentrequest Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaEntitlementManagementAssignmentRequest --- @@ -27,7 +27,6 @@ Update-MgBetaEntitlementManagementAssignmentRequest -AccessPackageAssignmentRequ [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateExpanded @@ -47,7 +46,7 @@ Update-MgBetaEntitlementManagementAssignmentRequest -AccessPackageAssignmentRequ [-VerifiedCredentialsData ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -57,7 +56,7 @@ Update-MgBetaEntitlementManagementAssignmentRequest -AccessPackageAssignmentRequ -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -77,7 +76,7 @@ Update-MgBetaEntitlementManagementAssignmentRequest -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -87,7 +86,7 @@ Update-MgBetaEntitlementManagementAssignmentRequest -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### ReprocessViaIdentity @@ -97,7 +96,6 @@ Update-MgBetaEntitlementManagementAssignmentRequest -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -861,7 +859,7 @@ HelpMessage: '' ### -RequestType -One of UserAdd, UserExtend, UserUpdate, UserRemove, AdminAdd, AdminRemove, or SystemRemove. +One of UserAdd, UserExtend, UserUpdate, UserRemove, AdminAdd, AdminRemove, ApproverRemove, or SystemRemove. A request from the user has a requestType of UserAdd, UserUpdate, or UserRemove. Read-only. @@ -1664,16 +1662,59 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. [UsageRights ]: [Id ]: The unique identifier for an entity. Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. @@ -2148,6 +2189,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -3780,7 +3878,22 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [AssignmentErrors ]: + [Id ]: The unique identifier for an entity. +Read-only. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [Assignments ]: [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -10046,7 +10159,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -10706,16 +10822,59 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. [UsageRights ]: [Id ]: The unique identifier for an entity. Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. @@ -11190,6 +11349,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -12822,7 +13038,22 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [AssignmentErrors ]: + [Id ]: The unique identifier for an entity. +Read-only. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [Assignments ]: [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -19088,7 +19319,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -19151,7 +19385,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. [RequestStatus ]: More information on the request processing status. Read-only. - [RequestType ]: One of UserAdd, UserExtend, UserUpdate, UserRemove, AdminAdd, AdminRemove, or SystemRemove. + [RequestType ]: One of UserAdd, UserExtend, UserUpdate, UserRemove, AdminAdd, AdminRemove, ApproverRemove, or SystemRemove. A request from the user has a requestType of UserAdd, UserUpdate, or UserRemove. Read-only. [Requestor ]: accessPackageSubject @@ -19914,16 +20148,59 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. [UsageRights ]: [Id ]: The unique identifier for an entity. Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. @@ -20398,6 +20675,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -22030,7 +22364,22 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [AssignmentErrors ]: + [Id ]: The unique identifier for an entity. +Read-only. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [Assignments ]: [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -28296,7 +28645,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -28451,7 +28803,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. [RequestStatus ]: More information on the request processing status. Read-only. - [RequestType ]: One of UserAdd, UserExtend, UserUpdate, UserRemove, AdminAdd, AdminRemove, or SystemRemove. + [RequestType ]: One of UserAdd, UserExtend, UserUpdate, UserRemove, AdminAdd, AdminRemove, ApproverRemove, or SystemRemove. A request from the user has a requestType of UserAdd, UserUpdate, or UserRemove. Read-only. [Requestor ]: accessPackageSubject @@ -28534,6 +28886,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaEntitlementManagementAvailableAccessPackage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaEntitlementManagementAvailableAccessPackage.md index 8d62ee9414d94..c1d403642a49f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaEntitlementManagementAvailableAccessPackage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaEntitlementManagementAvailableAccessPackage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaentitlementmanagementavailableaccesspackage Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaEntitlementManagementAvailableAccessPackage --- @@ -26,7 +26,7 @@ Update-MgBetaEntitlementManagementAvailableAccessPackage -AvailableAccessPackage [-ResourceRoleScopes ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -36,7 +36,7 @@ Update-MgBetaEntitlementManagementAvailableAccessPackage -AvailableAccessPackage -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -48,7 +48,7 @@ Update-MgBetaEntitlementManagementAvailableAccessPackage -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -58,7 +58,7 @@ Update-MgBetaEntitlementManagementAvailableAccessPackage -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -713,6 +713,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaEntitlementManagementConnectedOrganization.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaEntitlementManagementConnectedOrganization.md index 95ebb3eb61e7c..db2c5c03bb5b8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaEntitlementManagementConnectedOrganization.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaEntitlementManagementConnectedOrganization.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaentitlementmanagementconnectedorganization Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaEntitlementManagementConnectedOrganization --- @@ -32,7 +32,6 @@ Update-MgBetaEntitlementManagementConnectedOrganization -ConnectedOrganizationId [-ModifiedDateTime ] [-State ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -42,7 +41,7 @@ Update-MgBetaEntitlementManagementConnectedOrganization -ConnectedOrganizationId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -57,7 +56,6 @@ Update-MgBetaEntitlementManagementConnectedOrganization -InputObject ] [-State ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -67,7 +65,7 @@ Update-MgBetaEntitlementManagementConnectedOrganization -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -860,6 +858,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaEntitlementManagementExternalOriginResourceConnector.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaEntitlementManagementExternalOriginResourceConnector.md new file mode 100644 index 0000000000000..8df760cb57a54 --- /dev/null +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaEntitlementManagementExternalOriginResourceConnector.md @@ -0,0 +1,845 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaentitlementmanagementexternaloriginresourceconnector +Locale: en-US +Module Name: Microsoft.Graph.Beta.Identity.Governance +ms.date: 07/10/2026 +PlatyPS schema version: 2024-05-01 +title: Update-MgBetaEntitlementManagementExternalOriginResourceConnector +--- + +# Update-MgBetaEntitlementManagementExternalOriginResourceConnector + +## SYNOPSIS + +Update the navigation property externalOriginResourceConnectors in identityGovernance + +## SYNTAX + +### UpdateExpanded (Default) + +``` +Update-MgBetaEntitlementManagementExternalOriginResourceConnector + -ExternalOriginResourceConnectorId [-ResponseHeadersVariable ] + [-AdditionalProperties ] [-ConnectionInfo ] + [-ConnectorType ] [-CreatedBy ] [-CreatedDateTime ] + [-Description ] [-DisplayName ] [-Id ] [-ModifiedBy ] + [-ModifiedDateTime ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +### Update + +``` +Update-MgBetaEntitlementManagementExternalOriginResourceConnector + -ExternalOriginResourceConnectorId + -BodyParameter [-ResponseHeadersVariable ] + [-Break] [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +### UpdateViaIdentityExpanded + +``` +Update-MgBetaEntitlementManagementExternalOriginResourceConnector + -InputObject [-ResponseHeadersVariable ] + [-AdditionalProperties ] [-ConnectionInfo ] + [-ConnectorType ] [-CreatedBy ] [-CreatedDateTime ] + [-Description ] [-DisplayName ] [-Id ] [-ModifiedBy ] + [-ModifiedDateTime ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +### UpdateViaIdentity + +``` +Update-MgBetaEntitlementManagementExternalOriginResourceConnector + -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 externalOriginResourceConnectors in identityGovernance + +**Permissions** + +| Permission type | Permissions (from least to most privileged) | +| --------------- | ------------------------------------------ | +| Delegated (work or school account) | EntitlementManagement.ReadWrite.All, | +| Delegated (personal Microsoft account) | Not supported | +| Application | EntitlementManagement.ReadWrite.All, | + +## 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 + +externalOriginResourceConnector +To construct, see NOTES section for BODYPARAMETER properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphExternalOriginResourceConnector +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: '' +``` + +### -ConnectionInfo + +connectionInfo +To construct, see NOTES section for CONNECTIONINFO properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphConnectionInfo +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: '' +``` + +### -ConnectorType + +connectorType + +```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: '' +``` + +### -CreatedBy + + + +```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: '' +``` + +### -CreatedDateTime + + + +```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: '' +``` + +### -Description + + + +```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: '' +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: '' +``` + +### -ExternalOriginResourceConnectorId + +The unique identifier of externalOriginResourceConnector + +```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: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IIdentityGovernanceIdentity +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: '' +``` + +### -ModifiedBy + + + +```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: '' +``` + +### -ModifiedDateTime + + + +```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: '' +``` + +### -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.IIdentityGovernanceIdentity + +{{ Fill in the Description }} + +### Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphExternalOriginResourceConnector + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphExternalOriginResourceConnector + +{{ 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 ``: externalOriginResourceConnector + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [ConnectionInfo ]: connectionInfo + [(Any) ]: This indicates any property can be added to this object. + [Url ]: The endpoint that is used by Entitlement Management to communicate with the access package resource. + [ConnectorType ]: connectorType + [CreatedBy ]: + [CreatedDateTime ]: + [Description ]: + [DisplayName ]: + [ModifiedBy ]: + [ModifiedDateTime ]: + +CONNECTIONINFO ``: connectionInfo + [(Any) ]: This indicates any property can be added to this object. + [Url ]: The endpoint that is used by Entitlement Management to communicate with the access package resource. + +INPUTOBJECT ``: Identity Parameter + [AccessPackageAssignmentId ]: The unique identifier of accessPackageAssignment + [AccessPackageAssignmentPolicyId ]: The unique identifier of accessPackageAssignmentPolicy + [AccessPackageAssignmentRequestId ]: The unique identifier of accessPackageAssignmentRequest + [AccessPackageAssignmentResourceRoleId ]: The unique identifier of accessPackageAssignmentResourceRole + [AccessPackageCatalogId ]: The unique identifier of accessPackageCatalog + [AccessPackageId ]: The unique identifier of accessPackage + [AccessPackageId1 ]: The unique identifier of accessPackage + [AccessPackageResourceEnvironmentId ]: The unique identifier of accessPackageResourceEnvironment + [AccessPackageResourceId ]: The unique identifier of accessPackageResource + [AccessPackageResourceRequestId ]: The unique identifier of accessPackageResourceRequest + [AccessPackageResourceRoleId ]: The unique identifier of accessPackageResourceRole + [AccessPackageResourceRoleId1 ]: The unique identifier of accessPackageResourceRole + [AccessPackageResourceRoleScopeId ]: The unique identifier of accessPackageResourceRoleScope + [AccessPackageResourceScopeId ]: The unique identifier of accessPackageResourceScope + [AccessPackageResourceScopeId1 ]: The unique identifier of accessPackageResourceScope + [AccessPackageSubjectId ]: The unique identifier of accessPackageSubject + [AccessPackageSuggestionId ]: The unique identifier of accessPackageSuggestion + [AccessReviewDecisionId ]: The unique identifier of accessReviewDecision + [AccessReviewHistoryDefinitionId ]: The unique identifier of accessReviewHistoryDefinition + [AccessReviewHistoryInstanceId ]: The unique identifier of accessReviewHistoryInstance + [AccessReviewId ]: The unique identifier of accessReview + [AccessReviewId1 ]: The unique identifier of accessReview + [AccessReviewInstanceDecisionItemId ]: The unique identifier of accessReviewInstanceDecisionItem + [AccessReviewInstanceDecisionItemId1 ]: The unique identifier of accessReviewInstanceDecisionItem + [AccessReviewInstanceId ]: The unique identifier of accessReviewInstance + [AccessReviewReviewerId ]: The unique identifier of accessReviewReviewer + [AccessReviewScheduleDefinitionId ]: The unique identifier of accessReviewScheduleDefinition + [AccessReviewStageId ]: The unique identifier of accessReviewStage + [AgreementAcceptanceId ]: The unique identifier of agreementAcceptance + [AgreementFileLocalizationId ]: The unique identifier of agreementFileLocalization + [AgreementFileVersionId ]: The unique identifier of agreementFileVersion + [AgreementId ]: The unique identifier of agreement + [AppConsentRequestId ]: The unique identifier of appConsentRequest + [ApprovalId ]: The unique identifier of approval + [ApprovalStepId ]: The unique identifier of approvalStep + [AvailableAccessPackageId ]: The unique identifier of availableAccessPackage + [BusinessFlowTemplateId ]: The unique identifier of businessFlowTemplate + [ConnectedOrganizationId ]: The unique identifier of connectedOrganization + [ControlConfigurationId ]: The unique identifier of controlConfiguration + [CustomAccessPackageWorkflowExtensionId ]: The unique identifier of customAccessPackageWorkflowExtension + [CustomCalloutExtensionId ]: The unique identifier of customCalloutExtension + [CustomDataProvidedResourceUploadSessionId ]: The unique identifier of customDataProvidedResourceUploadSession + [CustomExtensionHandlerId ]: The unique identifier of customExtensionHandler + [CustomExtensionStageSettingId ]: The unique identifier of customExtensionStageSetting + [CustomTaskExtensionId ]: The unique identifier of customTaskExtension + [DirectoryObjectId ]: The unique identifier of directoryObject + [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector + [FindingId ]: The unique identifier of finding + [GovernanceInsightId ]: The unique identifier of governanceInsight + [GovernanceResourceId ]: The unique identifier of governanceResource + [GovernanceRoleAssignmentId ]: The unique identifier of governanceRoleAssignment + [GovernanceRoleAssignmentRequestId ]: The unique identifier of governanceRoleAssignmentRequest + [GovernanceRoleDefinitionId ]: The unique identifier of governanceRoleDefinition + [GovernanceRoleSettingId ]: The unique identifier of governanceRoleSetting + [GroupResourceId ]: The unique identifier of groupResource + [IncompatibleAccessPackageId ]: Usage: incompatibleAccessPackageId='{incompatibleAccessPackageId}' + [LongRunningOperationId ]: The unique identifier of longRunningOperation + [ObjectId ]: Alternate key of accessPackageSubject + [On ]: Usage: on='{on}' + [PermissionsCreepIndexDistributionId ]: The unique identifier of permissionsCreepIndexDistribution + [PermissionsRequestChangeId ]: The unique identifier of permissionsRequestChange + [PrivilegedAccessGroupAssignmentScheduleId ]: The unique identifier of privilegedAccessGroupAssignmentSchedule + [PrivilegedAccessGroupAssignmentScheduleInstanceId ]: The unique identifier of privilegedAccessGroupAssignmentScheduleInstance + [PrivilegedAccessGroupAssignmentScheduleRequestId ]: The unique identifier of privilegedAccessGroupAssignmentScheduleRequest + [PrivilegedAccessGroupEligibilityScheduleId ]: The unique identifier of privilegedAccessGroupEligibilitySchedule + [PrivilegedAccessGroupEligibilityScheduleInstanceId ]: The unique identifier of privilegedAccessGroupEligibilityScheduleInstance + [PrivilegedAccessGroupEligibilityScheduleRequestId ]: The unique identifier of privilegedAccessGroupEligibilityScheduleRequest + [PrivilegedAccessId ]: The unique identifier of privilegedAccess + [PrivilegedApprovalId ]: The unique identifier of privilegedApproval + [PrivilegedOperationEventId ]: The unique identifier of privilegedOperationEvent + [PrivilegedRoleAssignmentId ]: The unique identifier of privilegedRoleAssignment + [PrivilegedRoleAssignmentId1 ]: The unique identifier of privilegedRoleAssignment + [PrivilegedRoleAssignmentRequestId ]: The unique identifier of privilegedRoleAssignmentRequest + [PrivilegedRoleId ]: The unique identifier of privilegedRole + [ProgramControlId ]: The unique identifier of programControl + [ProgramControlId1 ]: The unique identifier of programControl + [ProgramControlTypeId ]: The unique identifier of programControlType + [ProgramId ]: The unique identifier of program + [RbacApplicationId ]: The unique identifier of rbacApplication + [RunId ]: The unique identifier of run + [RunId1 ]: The unique identifier of run + [StartDateTime ]: Usage: startDateTime={startDateTime} + [TaskDefinitionId ]: The unique identifier of taskDefinition + [TaskId ]: The unique identifier of task + [TaskProcessingResultId ]: The unique identifier of taskProcessingResult + [TaskReportId ]: The unique identifier of taskReport + [UnifiedRbacResourceActionId ]: The unique identifier of unifiedRbacResourceAction + [UnifiedRbacResourceNamespaceId ]: The unique identifier of unifiedRbacResourceNamespace + [UnifiedRoleAssignmentId ]: The unique identifier of unifiedRoleAssignment + [UnifiedRoleAssignmentScheduleId ]: The unique identifier of unifiedRoleAssignmentSchedule + [UnifiedRoleAssignmentScheduleInstanceId ]: The unique identifier of unifiedRoleAssignmentScheduleInstance + [UnifiedRoleAssignmentScheduleRequestId ]: The unique identifier of unifiedRoleAssignmentScheduleRequest + [UnifiedRoleDefinitionId ]: The unique identifier of unifiedRoleDefinition + [UnifiedRoleDefinitionId1 ]: The unique identifier of unifiedRoleDefinition + [UnifiedRoleEligibilityScheduleId ]: The unique identifier of unifiedRoleEligibilitySchedule + [UnifiedRoleEligibilityScheduleInstanceId ]: The unique identifier of unifiedRoleEligibilityScheduleInstance + [UnifiedRoleEligibilityScheduleRequestId ]: The unique identifier of unifiedRoleEligibilityScheduleRequest + [UnifiedRoleManagementAlertConfigurationId ]: The unique identifier of unifiedRoleManagementAlertConfiguration + [UnifiedRoleManagementAlertDefinitionId ]: The unique identifier of unifiedRoleManagementAlertDefinition + [UnifiedRoleManagementAlertId ]: The unique identifier of unifiedRoleManagementAlert + [UnifiedRoleManagementAlertIncidentId ]: The unique identifier of unifiedRoleManagementAlertIncident + [UniqueName ]: Alternate key of accessPackageCatalog + [UserConsentRequestId ]: The unique identifier of userConsentRequest + [UserId ]: The unique identifier of user + [UserProcessingResultId ]: The unique identifier of userProcessingResult + [WorkflowId ]: The unique identifier of workflow + [WorkflowTemplateId ]: The unique identifier of workflowTemplate + [WorkflowVersionNumber ]: The unique identifier of workflowVersion + + +## RELATED LINKS + +- [Update-MgBetaEntitlementManagementExternalOriginResourceConnector](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaentitlementmanagementexternaloriginresourceconnector) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaEntitlementManagementSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaEntitlementManagementSetting.md index 779e21ce1f2b1..0fd6d5326bd67 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaEntitlementManagementSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaEntitlementManagementSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaentitlementmanagementsetting Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaEntitlementManagementSetting --- @@ -28,7 +28,6 @@ Update-MgBetaEntitlementManagementSetting [-ResponseHeadersVariable ] [-ExternalUserLifecycleAction ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -38,7 +37,7 @@ Update-MgBetaEntitlementManagementSetting -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.Governance/Update-MgBetaEntitlementManagementSubject.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaEntitlementManagementSubject.md index 2c7c776535bc0..3d025bfce2727 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaEntitlementManagementSubject.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaEntitlementManagementSubject.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaentitlementmanagementsubject Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaEntitlementManagementSubject --- @@ -15,6 +15,9 @@ title: Update-MgBetaEntitlementManagementSubject Update an existing accessPackageSubject object to change the subject lifecycle. +> [!NOTE] +> To view the v1.0 release of this cmdlet, view [Update-MgEntitlementManagementSubject](/powershell/module/Microsoft.Graph.Identity.Governance/Update-MgEntitlementManagementSubject?view=graph-powershell-1.0) + ## SYNTAX ### UpdateExpanded (Default) @@ -28,7 +31,7 @@ Update-MgBetaEntitlementManagementSubject -AccessPackageSubjectId [-OnPremisesSecurityIdentifier ] [-PrincipalName ] [-SubjectLifecycle ] [-Type ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -38,7 +41,7 @@ Update-MgBetaEntitlementManagementSubject -AccessPackageSubjectId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -52,7 +55,7 @@ Update-MgBetaEntitlementManagementSubject -InputObject ] [-PrincipalName ] [-SubjectLifecycle ] [-Type ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -62,7 +65,7 @@ Update-MgBetaEntitlementManagementSubject -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -887,6 +890,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaEntitlementManagementSubjectByObjectId.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaEntitlementManagementSubjectByObjectId.md index 761439187bb7d..a51ad86f2a325 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaEntitlementManagementSubjectByObjectId.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaEntitlementManagementSubjectByObjectId.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaentitlementmanagementsubjectbyobjectid Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaEntitlementManagementSubjectByObjectId --- @@ -15,6 +15,9 @@ title: Update-MgBetaEntitlementManagementSubjectByObjectId Update an existing accessPackageSubject object to change the subject lifecycle. +> [!NOTE] +> To view the v1.0 release of this cmdlet, view [Update-MgEntitlementManagementSubjectByObjectId](/powershell/module/Microsoft.Graph.Identity.Governance/Update-MgEntitlementManagementSubjectByObjectId?view=graph-powershell-1.0) + ## SYNTAX ### UpdateExpanded (Default) @@ -28,7 +31,7 @@ Update-MgBetaEntitlementManagementSubjectByObjectId -ObjectId [-OnPremisesSecurityIdentifier ] [-PrincipalName ] [-SubjectLifecycle ] [-Type ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -42,7 +45,7 @@ Update-MgBetaEntitlementManagementSubjectByObjectId -InputObject ] [-SubjectLifecycle ] [-Type ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -52,7 +55,7 @@ Update-MgBetaEntitlementManagementSubjectByObjectId -ObjectId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -62,7 +65,7 @@ Update-MgBetaEntitlementManagementSubjectByObjectId -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -904,6 +907,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceAccessReviewDecision.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceAccessReviewDecision.md index d4c32aab61d44..6e6ad6a410414 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceAccessReviewDecision.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceAccessReviewDecision.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaidentitygovernanceaccessreviewdecision Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentityGovernanceAccessReviewDecision --- @@ -32,7 +32,7 @@ Update-MgBetaIdentityGovernanceAccessReviewDecision -AccessReviewInstanceDecisio [-ResourceLink ] [-ReviewedBy ] [-ReviewedDateTime ] [-Target ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -43,7 +43,6 @@ Update-MgBetaIdentityGovernanceAccessReviewDecision -AccessReviewInstanceDecisio [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -61,7 +60,7 @@ Update-MgBetaIdentityGovernanceAccessReviewDecision -InputObject ] [-ReviewedBy ] [-ReviewedDateTime ] [-Target ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -72,7 +71,6 @@ Update-MgBetaIdentityGovernanceAccessReviewDecision -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -1394,6 +1392,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceAccessReviewDecisionInsight.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceAccessReviewDecisionInsight.md index 0bb8246401bf9..12a3a4c7b56b1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceAccessReviewDecisionInsight.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceAccessReviewDecisionInsight.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaidentitygovernanceaccessreviewdecisioninsight Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentityGovernanceAccessReviewDecisionInsight --- @@ -26,7 +26,6 @@ Update-MgBetaIdentityGovernanceAccessReviewDecisionInsight [-InsightCreatedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -37,7 +36,7 @@ Update-MgBetaIdentityGovernanceAccessReviewDecisionInsight -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -48,7 +47,7 @@ Update-MgBetaIdentityGovernanceAccessReviewDecisionInsight [-AdditionalProperties ] [-Id ] [-InsightCreatedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -59,7 +58,6 @@ Update-MgBetaIdentityGovernanceAccessReviewDecisionInsight [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -566,6 +564,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceAccessReviewDecisionInstance.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceAccessReviewDecisionInstance.md index 5f0e8b298b556..89a34a480384f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceAccessReviewDecisionInstance.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceAccessReviewDecisionInstance.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaidentitygovernanceaccessreviewdecisioninstance Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentityGovernanceAccessReviewDecisionInstance --- @@ -31,7 +31,7 @@ Update-MgBetaIdentityGovernanceAccessReviewDecisionInstance [-Stages ] [-StartDateTime ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -42,7 +42,6 @@ Update-MgBetaIdentityGovernanceAccessReviewDecisionInstance [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -59,7 +58,7 @@ Update-MgBetaIdentityGovernanceAccessReviewDecisionInstance [-Stages ] [-StartDateTime ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -70,7 +69,6 @@ Update-MgBetaIdentityGovernanceAccessReviewDecisionInstance [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -1825,6 +1823,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceAccessReviewDecisionInstanceContactedReviewer.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceAccessReviewDecisionInstanceContactedReviewer.md index 11c86c62aef19..d95c434487fe0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceAccessReviewDecisionInstanceContactedReviewer.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceAccessReviewDecisionInstanceContactedReviewer.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaidentitygovernanceaccessreviewdecisioninstancecontactedreviewer Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentityGovernanceAccessReviewDecisionInstanceContactedReviewer --- @@ -26,7 +26,7 @@ Update-MgBetaIdentityGovernanceAccessReviewDecisionInstanceContactedReviewer [-CreatedDateTime ] [-DisplayName ] [-Id ] [-UserPrincipalName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -37,7 +37,7 @@ Update-MgBetaIdentityGovernanceAccessReviewDecisionInstanceContactedReviewer -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -49,7 +49,6 @@ Update-MgBetaIdentityGovernanceAccessReviewDecisionInstanceContactedReviewer [-Id ] [-UserPrincipalName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -60,7 +59,6 @@ Update-MgBetaIdentityGovernanceAccessReviewDecisionInstanceContactedReviewer [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -623,6 +621,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecision.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecision.md index c42001fa4071a..35a04c3db3f27 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecision.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecision.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaidentitygovernanceaccessreviewdecisioninstancedecision Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecision --- @@ -33,7 +33,7 @@ Update-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecision [-ResourceLink ] [-ReviewedBy ] [-ReviewedDateTime ] [-Target ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -45,7 +45,6 @@ Update-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecision [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -64,7 +63,7 @@ Update-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecision [-ResourceLink ] [-ReviewedBy ] [-ReviewedDateTime ] [-Target ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -76,7 +75,6 @@ Update-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecision [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -1425,6 +1423,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecisionInsight.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecisionInsight.md index dfe15e0333754..585a49d8f0d26 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecisionInsight.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecisionInsight.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaidentitygovernanceaccessreviewdecisioninstancedecisioninsight Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecisionInsight --- @@ -26,7 +26,7 @@ Update-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecisionInsight [-AdditionalProperties ] [-Id ] [-InsightCreatedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -38,7 +38,6 @@ Update-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecisionInsight [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -49,7 +48,7 @@ Update-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecisionInsight [-AdditionalProperties ] [-Id ] [-InsightCreatedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -60,7 +59,6 @@ Update-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecisionInsight [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -594,6 +592,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStage.md index a6cecf5ef20e6..509e56b2fcc73 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaidentitygovernanceaccessreviewdecisioninstancestage Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStage --- @@ -28,7 +28,7 @@ Update-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStage [-Reviewers ] [-StartDateTime ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -39,7 +39,7 @@ Update-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStage -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -53,7 +53,7 @@ Update-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStage [-Reviewers ] [-StartDateTime ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -64,7 +64,6 @@ Update-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStage [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -1366,6 +1365,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecision.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecision.md index daccdb3271023..c6976792aa4e6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecision.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecision.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaidentitygovernanceaccessreviewdecisioninstancestagedecision Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecision --- @@ -34,7 +34,7 @@ Update-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecision [-ResourceLink ] [-ReviewedBy ] [-ReviewedDateTime ] [-Target ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -46,7 +46,6 @@ Update-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecision [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -65,7 +64,7 @@ Update-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecision [-ResourceLink ] [-ReviewedBy ] [-ReviewedDateTime ] [-Target ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -77,7 +76,6 @@ Update-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecision [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -1453,6 +1451,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecisionInsight.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecisionInsight.md index 1d0b6f51cde7a..f359e518e36de 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecisionInsight.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecisionInsight.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaidentitygovernanceaccessreviewdecisioninstancestagedecisioninsight Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecisionInsight --- @@ -26,7 +26,7 @@ Update-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecisionInsight [-AdditionalProperties ] [-Id ] [-InsightCreatedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -38,7 +38,7 @@ Update-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecisionInsight -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -49,7 +49,7 @@ Update-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecisionInsight [-AdditionalProperties ] [-Id ] [-InsightCreatedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -60,7 +60,6 @@ Update-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecisionInsight [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -621,6 +620,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstance.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstance.md index 20a7bfd84168b..cc7ebd16c60e0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstance.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstance.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaidentitygovernanceaccessreviewdefinitioninstance Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstance --- @@ -37,7 +37,7 @@ Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstance -AccessReviewInsta [-Stages ] [-StartDateTime ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -48,7 +48,6 @@ Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstance -AccessReviewInsta [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -65,7 +64,7 @@ Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstance [-Stages ] [-StartDateTime ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -76,7 +75,6 @@ Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstance [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -1915,6 +1913,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer.md index b91252c903f32..451390fd6ef58 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaidentitygovernanceaccessreviewdefinitioninstancecontactedreviewer Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer --- @@ -30,7 +30,6 @@ Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer [-Id ] [-UserPrincipalName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -42,7 +41,6 @@ Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -54,7 +52,6 @@ Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer [-Id ] [-UserPrincipalName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -65,7 +62,6 @@ Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -655,6 +651,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecision.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecision.md index 7862ceb7a02a0..02c17a543ce08 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecision.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecision.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaidentitygovernanceaccessreviewdefinitioninstancedecision Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecision --- @@ -37,7 +37,7 @@ Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecision [-ResourceLink ] [-ReviewedBy ] [-ReviewedDateTime ] [-Target ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -50,7 +50,6 @@ Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecision [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -69,7 +68,7 @@ Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecision [-ResourceLink ] [-ReviewedBy ] [-ReviewedDateTime ] [-Target ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -81,7 +80,6 @@ Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecision [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -93,6 +91,24 @@ This cmdlet has the following aliases, Update access decisions, known as accessReviewInstanceDecisionItems, for which the user is the reviewer. +## EXAMPLES +### Example 1: Update a applyResult on an accessReviewInstance + +```powershell + +Import-Module Microsoft.Graph.Beta.Identity.Governance + +$params = @{ + applyResult = "AppliedSuccessfully" + applyDescription = "Completed by John Doe" +} + +Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecision -AccessReviewScheduleDefinitionId $accessReviewScheduleDefinitionId -AccessReviewInstanceId $accessReviewInstanceId -AccessReviewInstanceDecisionItemId $accessReviewInstanceDecisionItemId -BodyParameter $params + +``` +This example will update a applyresult on an accessreviewinstance + + ## PARAMETERS ### -AccessReviewId @@ -1457,6 +1473,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource @@ -1905,6 +1922,5 @@ For example, in the access reviews decisions API, this property might record the - diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight.md index 9e1f867890325..17524f95be42b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaidentitygovernanceaccessreviewdefinitioninstancedecisioninsight Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight --- @@ -30,7 +30,6 @@ Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight [-InsightCreatedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -42,7 +41,7 @@ Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -53,7 +52,7 @@ Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight [-AdditionalProperties ] [-Id ] [-InsightCreatedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -64,7 +63,6 @@ Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -625,6 +623,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInstance.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInstance.md index 06133e257892c..9f7fef61c862a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInstance.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInstance.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaidentitygovernanceaccessreviewdefinitioninstancedecisioninstance Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInstance --- @@ -32,7 +32,7 @@ Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInstance [-Stages ] [-StartDateTime ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -44,7 +44,6 @@ Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInstance [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -61,7 +60,7 @@ Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInstance [-Stages ] [-StartDateTime ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -72,7 +71,6 @@ Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInstance [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -1881,6 +1879,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStage.md index 4bdf0185197f5..5a49ae6edba3f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaidentitygovernanceaccessreviewdefinitioninstancestage Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStage --- @@ -34,7 +34,7 @@ Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStage -AccessReview [-Reviewers ] [-StartDateTime ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -45,7 +45,7 @@ Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStage -AccessReview -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -59,7 +59,7 @@ Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStage [-Reviewers ] [-StartDateTime ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -70,7 +70,6 @@ Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStage [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -1443,6 +1442,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecision.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecision.md index bd2ef3648d579..4238fb0cf4a10 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecision.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecision.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaidentitygovernanceaccessreviewdefinitioninstancestagedecision Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecision --- @@ -37,7 +37,7 @@ Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecision [-ResourceLink ] [-ReviewedBy ] [-ReviewedDateTime ] [-Target ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -50,7 +50,6 @@ Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecision [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -69,7 +68,7 @@ Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecision [-ResourceLink ] [-ReviewedBy ] [-ReviewedDateTime ] [-Target ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -81,7 +80,6 @@ Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecision [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -1518,6 +1516,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight.md index ba6c1d7f91cc8..b842d6bd85d54 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaidentitygovernanceaccessreviewdefinitioninstancestagedecisioninsight Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight --- @@ -30,7 +30,7 @@ Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsigh [-AdditionalProperties ] [-Id ] [-InsightCreatedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -43,7 +43,6 @@ Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsigh [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -54,7 +53,7 @@ Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsigh [-AdditionalProperties ] [-Id ] [-InsightCreatedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -65,7 +64,6 @@ Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsigh [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -653,6 +651,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInstance.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInstance.md index 2f58e9c798fb3..020ab8dffcdf3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInstance.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInstance.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaidentitygovernanceaccessreviewdefinitioninstancestagedecisioninstance Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInstance --- @@ -33,7 +33,7 @@ Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInstan [-Stages ] [-StartDateTime ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -45,7 +45,7 @@ Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInstan -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -62,7 +62,7 @@ Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInstan [-Stages ] [-StartDateTime ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -73,7 +73,6 @@ Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInstan [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -1909,6 +1908,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceAccessReviewHistoryDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceAccessReviewHistoryDefinition.md index 75ed59b69dc02..569bedd12a20f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceAccessReviewHistoryDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceAccessReviewHistoryDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaidentitygovernanceaccessreviewhistorydefinition Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentityGovernanceAccessReviewHistoryDefinition --- @@ -34,7 +34,6 @@ Update-MgBetaIdentityGovernanceAccessReviewHistoryDefinition [-Scopes ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -45,7 +44,7 @@ Update-MgBetaIdentityGovernanceAccessReviewHistoryDefinition -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -62,7 +61,6 @@ Update-MgBetaIdentityGovernanceAccessReviewHistoryDefinition [-Scopes ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -73,7 +71,7 @@ Update-MgBetaIdentityGovernanceAccessReviewHistoryDefinition -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -956,6 +954,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionInstance.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionInstance.md index 9d70e079c4d1b..96755829dc2ed 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionInstance.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionInstance.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaidentitygovernanceaccessreviewhistorydefinitioninstance Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionInstance --- @@ -31,7 +31,6 @@ Update-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionInstance [-RunDateTime ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -42,7 +41,7 @@ Update-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionInstance -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -55,7 +54,7 @@ Update-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionInstance [-ReviewHistoryPeriodStartDateTime ] [-RunDateTime ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -66,7 +65,7 @@ Update-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionInstance -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -751,6 +750,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceAccessReviewInstance.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceAccessReviewInstance.md index 513e721a74bc4..0b17d7e417c61 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceAccessReviewInstance.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceAccessReviewInstance.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaidentitygovernanceaccessreviewinstance Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentityGovernanceAccessReviewInstance --- @@ -31,7 +31,7 @@ Update-MgBetaIdentityGovernanceAccessReviewInstance -AccessReviewInstanceId ] [-StartDateTime ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -41,7 +41,7 @@ Update-MgBetaIdentityGovernanceAccessReviewInstance -AccessReviewInstanceId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -58,7 +58,7 @@ Update-MgBetaIdentityGovernanceAccessReviewInstance -InputObject ] [-StartDateTime ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -68,7 +68,7 @@ Update-MgBetaIdentityGovernanceAccessReviewInstance -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -1823,6 +1823,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceAccessReviewInstanceContactedReviewer.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceAccessReviewInstanceContactedReviewer.md index c716cdcfd655e..ca4ef0c91a0d1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceAccessReviewInstanceContactedReviewer.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceAccessReviewInstanceContactedReviewer.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaidentitygovernanceaccessreviewinstancecontactedreviewer Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentityGovernanceAccessReviewInstanceContactedReviewer --- @@ -26,7 +26,7 @@ Update-MgBetaIdentityGovernanceAccessReviewInstanceContactedReviewer [-CreatedDateTime ] [-DisplayName ] [-Id ] [-UserPrincipalName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -37,7 +37,7 @@ Update-MgBetaIdentityGovernanceAccessReviewInstanceContactedReviewer -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -49,7 +49,6 @@ Update-MgBetaIdentityGovernanceAccessReviewInstanceContactedReviewer [-Id ] [-UserPrincipalName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -60,7 +59,6 @@ Update-MgBetaIdentityGovernanceAccessReviewInstanceContactedReviewer [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -623,6 +621,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceAccessReviewInstanceDecision.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceAccessReviewInstanceDecision.md index 8ae73091ef5c4..027aab215fddd 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceAccessReviewInstanceDecision.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceAccessReviewInstanceDecision.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaidentitygovernanceaccessreviewinstancedecision Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentityGovernanceAccessReviewInstanceDecision --- @@ -33,7 +33,7 @@ Update-MgBetaIdentityGovernanceAccessReviewInstanceDecision [-ResourceLink ] [-ReviewedBy ] [-ReviewedDateTime ] [-Target ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -45,7 +45,6 @@ Update-MgBetaIdentityGovernanceAccessReviewInstanceDecision [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -64,7 +63,7 @@ Update-MgBetaIdentityGovernanceAccessReviewInstanceDecision [-ResourceLink ] [-ReviewedBy ] [-ReviewedDateTime ] [-Target ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -76,7 +75,6 @@ Update-MgBetaIdentityGovernanceAccessReviewInstanceDecision [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -1425,6 +1423,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInsight.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInsight.md index 331224f96edad..fdc829407d21f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInsight.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInsight.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaidentitygovernanceaccessreviewinstancedecisioninsight Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInsight --- @@ -26,7 +26,7 @@ Update-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInsight [-AdditionalProperties ] [-Id ] [-InsightCreatedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -38,7 +38,6 @@ Update-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInsight [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -49,7 +48,7 @@ Update-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInsight [-AdditionalProperties ] [-Id ] [-InsightCreatedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -60,7 +59,6 @@ Update-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInsight [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -594,6 +592,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstance.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstance.md index 46fce904fa496..0c06872f3cce5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstance.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstance.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaidentitygovernanceaccessreviewinstancedecisioninstance Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstance --- @@ -32,7 +32,7 @@ Update-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstance [-Stages ] [-StartDateTime ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -43,7 +43,7 @@ Update-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstance -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -60,7 +60,7 @@ Update-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstance [-Stages ] [-StartDateTime ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -71,7 +71,6 @@ Update-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstance [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -1853,6 +1852,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceContactedReviewer.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceContactedReviewer.md index b7e0e0446ec87..3aa0c0e2ec094 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceContactedReviewer.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceContactedReviewer.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaidentitygovernanceaccessreviewinstancedecisioninstancecontactedreviewer Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceContactedReviewer --- @@ -27,7 +27,6 @@ Update-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceContactedRevi [-Id ] [-UserPrincipalName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -39,7 +38,6 @@ Update-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceContactedRevi [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -51,7 +49,6 @@ Update-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceContactedRevi [-Id ] [-UserPrincipalName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -62,7 +59,6 @@ Update-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceContactedRevi [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -652,6 +648,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceStage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceStage.md index 00f77be74027e..1ec48b1fe0438 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceStage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceStage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaidentitygovernanceaccessreviewinstancedecisioninstancestage Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceStage --- @@ -29,7 +29,7 @@ Update-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceStage [-Reviewers ] [-StartDateTime ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -41,7 +41,6 @@ Update-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceStage [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -55,7 +54,7 @@ Update-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceStage [-Reviewers ] [-StartDateTime ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -66,7 +65,6 @@ Update-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceStage [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -1395,6 +1393,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceStageDecision.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceStageDecision.md index fa0c3af1ad0e5..44cd608875e53 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceStageDecision.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceStageDecision.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaidentitygovernanceaccessreviewinstancedecisioninstancestagedecision Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceStageDecision --- @@ -34,7 +34,7 @@ Update-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceStageDecision [-ResourceLink ] [-ReviewedBy ] [-ReviewedDateTime ] [-Target ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -47,7 +47,6 @@ Update-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceStageDecision [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -66,7 +65,7 @@ Update-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceStageDecision [-ResourceLink ] [-ReviewedBy ] [-ReviewedDateTime ] [-Target ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -78,7 +77,6 @@ Update-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceStageDecision [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -1481,6 +1479,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceStageDecisionInsight.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceStageDecisionInsight.md index ffec229fe86ce..7cb69774d965f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceStageDecisionInsight.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceStageDecisionInsight.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaidentitygovernanceaccessreviewinstancedecisioninstancestagedecisioninsight Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceStageDecisionInsight --- @@ -27,7 +27,6 @@ Update-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceStageDecision [-InsightCreatedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -39,7 +38,7 @@ Update-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceStageDecision -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -50,7 +49,7 @@ Update-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceStageDecision [-AdditionalProperties ] [-Id ] [-InsightCreatedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -61,7 +60,6 @@ Update-MgBetaIdentityGovernanceAccessReviewInstanceDecisionInstanceStageDecision [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -649,6 +647,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceAccessReviewInstanceStage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceAccessReviewInstanceStage.md index 540e3d08b265d..dffb9acb3b042 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceAccessReviewInstanceStage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceAccessReviewInstanceStage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaidentitygovernanceaccessreviewinstancestage Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentityGovernanceAccessReviewInstanceStage --- @@ -28,7 +28,7 @@ Update-MgBetaIdentityGovernanceAccessReviewInstanceStage -AccessReviewInstanceId [-Reviewers ] [-StartDateTime ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -39,7 +39,6 @@ Update-MgBetaIdentityGovernanceAccessReviewInstanceStage -AccessReviewInstanceId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -52,7 +51,7 @@ Update-MgBetaIdentityGovernanceAccessReviewInstanceStage -InputObject ] [-StartDateTime ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -62,7 +61,7 @@ Update-MgBetaIdentityGovernanceAccessReviewInstanceStage -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -1364,6 +1363,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceAccessReviewInstanceStageDecision.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceAccessReviewInstanceStageDecision.md index 7ebd9aade3b4d..d108849e0a0c2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceAccessReviewInstanceStageDecision.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceAccessReviewInstanceStageDecision.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaidentitygovernanceaccessreviewinstancestagedecision Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentityGovernanceAccessReviewInstanceStageDecision --- @@ -34,7 +34,7 @@ Update-MgBetaIdentityGovernanceAccessReviewInstanceStageDecision [-ResourceLink ] [-ReviewedBy ] [-ReviewedDateTime ] [-Target ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -46,7 +46,6 @@ Update-MgBetaIdentityGovernanceAccessReviewInstanceStageDecision [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -65,7 +64,7 @@ Update-MgBetaIdentityGovernanceAccessReviewInstanceStageDecision [-ResourceLink ] [-ReviewedBy ] [-ReviewedDateTime ] [-Target ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -77,7 +76,6 @@ Update-MgBetaIdentityGovernanceAccessReviewInstanceStageDecision [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -1453,6 +1451,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInsight.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInsight.md index 434180142b3c9..b3d1625f7f299 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInsight.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInsight.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaidentitygovernanceaccessreviewinstancestagedecisioninsight Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInsight --- @@ -26,7 +26,7 @@ Update-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInsight [-AdditionalProperties ] [-Id ] [-InsightCreatedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -38,7 +38,7 @@ Update-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInsight -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -49,7 +49,7 @@ Update-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInsight [-AdditionalProperties ] [-Id ] [-InsightCreatedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -60,7 +60,6 @@ Update-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInsight [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -621,6 +620,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstance.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstance.md index 4333fdedd5771..dc5707139b16b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstance.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstance.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaidentitygovernanceaccessreviewinstancestagedecisioninstance Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstance --- @@ -32,7 +32,7 @@ Update-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstance [-Stages ] [-StartDateTime ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -44,7 +44,6 @@ Update-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstance [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -61,7 +60,7 @@ Update-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstance [-Stages ] [-StartDateTime ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -72,7 +71,6 @@ Update-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstance [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -1881,6 +1879,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstanceContactedReviewer.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstanceContactedReviewer.md index 423444448c255..4beb53699990a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstanceContactedReviewer.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstanceContactedReviewer.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaidentitygovernanceaccessreviewinstancestagedecisioninstancecontactedreviewer Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstanceContactedReviewer --- @@ -27,7 +27,6 @@ Update-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstanceContacte [-Id ] [-UserPrincipalName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -39,7 +38,7 @@ Update-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstanceContacte -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -51,7 +50,6 @@ Update-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstanceContacte [-Id ] [-UserPrincipalName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -62,7 +60,6 @@ Update-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstanceContacte [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -679,6 +676,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstanceDecision.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstanceDecision.md index b30f922438a81..a5bf21417d82a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstanceDecision.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstanceDecision.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaidentitygovernanceaccessreviewinstancestagedecisioninstancedecision Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstanceDecision --- @@ -34,7 +34,7 @@ Update-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstanceDecision [-ResourceLink ] [-ReviewedBy ] [-ReviewedDateTime ] [-Target ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -47,7 +47,6 @@ Update-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstanceDecision [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -66,7 +65,7 @@ Update-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstanceDecision [-ResourceLink ] [-ReviewedBy ] [-ReviewedDateTime ] [-Target ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -78,7 +77,6 @@ Update-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstanceDecision [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -1481,6 +1479,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstanceDecisionInsight.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstanceDecisionInsight.md index e3e554d280996..87f8af8c8d04e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstanceDecisionInsight.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstanceDecisionInsight.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaidentitygovernanceaccessreviewinstancestagedecisioninstancedecisioninsight Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstanceDecisionInsight --- @@ -27,7 +27,6 @@ Update-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstanceDecision [-InsightCreatedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -39,7 +38,7 @@ Update-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstanceDecision -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -50,7 +49,7 @@ Update-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstanceDecision [-AdditionalProperties ] [-Id ] [-InsightCreatedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -61,7 +60,6 @@ Update-MgBetaIdentityGovernanceAccessReviewInstanceStageDecisionInstanceDecision [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -649,6 +647,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceAccessReviewPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceAccessReviewPolicy.md index b051d52640366..4a764e3650e54 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceAccessReviewPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceAccessReviewPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaidentitygovernanceaccessreviewpolicy Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentityGovernanceAccessReviewPolicy --- @@ -25,7 +25,6 @@ Update-MgBetaIdentityGovernanceAccessReviewPolicy [-ResponseHeadersVariable ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -35,7 +34,6 @@ Update-MgBetaIdentityGovernanceAccessReviewPolicy -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceAppConsentRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceAppConsentRequest.md index d775ef908fd14..6a7cd31e31a18 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceAppConsentRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceAppConsentRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaidentitygovernanceappconsentrequest Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentityGovernanceAppConsentRequest --- @@ -30,7 +30,6 @@ Update-MgBetaIdentityGovernanceAppConsentRequest -AppConsentRequestId [-UserConsentRequests ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -40,7 +39,7 @@ Update-MgBetaIdentityGovernanceAppConsentRequest -AppConsentRequestId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -53,7 +52,6 @@ Update-MgBetaIdentityGovernanceAppConsentRequest -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -63,7 +61,7 @@ Update-MgBetaIdentityGovernanceAppConsentRequest -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -726,6 +724,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequest.md index 9f9579ccf2eba..17b80542d7d4f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaidentitygovernanceappconsentrequestuserconsentrequest Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequest --- @@ -30,7 +30,7 @@ Update-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequest -AppConsentRe [-CreatedDateTime ] [-CustomData ] [-Id ] [-Reason ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -41,7 +41,6 @@ Update-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequest -AppConsentRe [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -54,7 +53,7 @@ Update-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequest [-CreatedDateTime ] [-CustomData ] [-Id ] [-Reason ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -65,7 +64,6 @@ Update-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequest [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -852,6 +850,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApproval.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApproval.md index 37b6e5ee119df..37a6a21cb6945 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApproval.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApproval.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaidentitygovernanceappconsentrequestuserconsentrequestapproval Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApproval --- @@ -28,7 +28,7 @@ Update-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApproval [-AdditionalProperties ] [-Id ] [-Steps ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -39,7 +39,7 @@ Update-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApproval -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -50,7 +50,7 @@ Update-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApproval [-AdditionalProperties ] [-Id ] [-Steps ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -61,7 +61,6 @@ Update-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApproval [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -592,6 +591,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStep.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStep.md index e20bb9ece0257..a9ccfcd5545d4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStep.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStep.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaidentitygovernanceappconsentrequestuserconsentrequestapprovalstep Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStep --- @@ -27,7 +27,7 @@ Update-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStep [-ReviewedBy ] [-ReviewedDateTime ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -38,7 +38,7 @@ Update-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStep -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -51,7 +51,6 @@ Update-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStep [-ReviewedDateTime ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -62,7 +61,6 @@ Update-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStep [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -787,6 +785,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceCatalog.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceCatalog.md index 5e8637a52546b..b10f28d6db4af 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceCatalog.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceCatalog.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaidentitygovernancecatalog Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentityGovernanceCatalog --- @@ -34,7 +34,7 @@ Update-MgBetaIdentityGovernanceCatalog -AccessPackageCatalogId [-ModifiedBy ] [-ModifiedDateTime ] [-UniqueName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -44,7 +44,7 @@ Update-MgBetaIdentityGovernanceCatalog -AccessPackageCatalogId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -64,7 +64,7 @@ Update-MgBetaIdentityGovernanceCatalog -InputObject ] [-ModifiedDateTime ] [-UniqueName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -74,7 +74,7 @@ Update-MgBetaIdentityGovernanceCatalog -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -1906,16 +1906,59 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. [UsageRights ]: [Id ]: The unique identifier for an entity. Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. @@ -2390,6 +2433,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -4022,7 +4122,22 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [AssignmentErrors ]: + [Id ]: The unique identifier for an entity. +Read-only. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [Assignments ]: [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -10288,7 +10403,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -10926,16 +11044,59 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. [UsageRights ]: [Id ]: The unique identifier for an entity. Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. @@ -11410,6 +11571,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -13042,7 +13260,22 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [AssignmentErrors ]: + [Id ]: The unique identifier for an entity. +Read-only. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [Assignments ]: [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -19308,7 +19541,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -19417,6 +19653,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceCatalogAccessPackageCustomWorkflowExtension.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceCatalogAccessPackageCustomWorkflowExtension.md index 259ff25cba8ce..38a79f7c69442 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceCatalogAccessPackageCustomWorkflowExtension.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceCatalogAccessPackageCustomWorkflowExtension.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaidentitygovernancecatalogaccesspackagecustomworkflowextension Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentityGovernanceCatalogAccessPackageCustomWorkflowExtension --- @@ -28,7 +28,7 @@ Update-MgBetaIdentityGovernanceCatalogAccessPackageCustomWorkflowExtension [-DisplayName ] [-EndpointConfiguration ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -39,7 +39,7 @@ Update-MgBetaIdentityGovernanceCatalogAccessPackageCustomWorkflowExtension -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -52,7 +52,7 @@ Update-MgBetaIdentityGovernanceCatalogAccessPackageCustomWorkflowExtension [-DisplayName ] [-EndpointConfiguration ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -63,7 +63,6 @@ Update-MgBetaIdentityGovernanceCatalogAccessPackageCustomWorkflowExtension [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -701,6 +700,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceCatalogAccessPackageResource.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceCatalogAccessPackageResource.md index 0183c686119b7..1753bc9403d2a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceCatalogAccessPackageResource.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceCatalogAccessPackageResource.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaidentitygovernancecatalogaccesspackageresource Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentityGovernanceCatalogAccessPackageResource --- @@ -26,7 +26,6 @@ Update-MgBetaIdentityGovernanceCatalogAccessPackageResource -AccessPackageCatalo [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateExpanded @@ -45,7 +44,7 @@ Update-MgBetaIdentityGovernanceCatalogAccessPackageResource -AccessPackageCatalo [-UploadSessions ] [-Url ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -56,7 +55,6 @@ Update-MgBetaIdentityGovernanceCatalogAccessPackageResource -AccessPackageCatalo [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -75,7 +73,7 @@ Update-MgBetaIdentityGovernanceCatalogAccessPackageResource [-UploadSessions ] [-Url ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -86,7 +84,6 @@ Update-MgBetaIdentityGovernanceCatalogAccessPackageResource [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### RefreshViaIdentity @@ -97,7 +94,6 @@ Update-MgBetaIdentityGovernanceCatalogAccessPackageResource [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -1509,6 +1505,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRole.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRole.md index 4d1c2678fb445..90c587fd79566 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRole.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRole.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaidentitygovernancecatalogaccesspackageresourceaccesspackageresourcerole Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRole --- @@ -27,7 +27,7 @@ Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResource [-Description ] [-DisplayName ] [-Id ] [-OriginId ] [-OriginSystem ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -39,7 +39,6 @@ Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResource [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -51,7 +50,7 @@ Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResource [-Description ] [-DisplayName ] [-Id ] [-OriginId ] [-OriginSystem ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -62,7 +61,7 @@ Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResource -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -919,6 +918,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRoleAccessPackageResource.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRoleAccessPackageResource.md index 76a5078ea6474..204a3886b58c4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRoleAccessPackageResource.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRoleAccessPackageResource.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaidentitygovernancecatalogaccesspackageresourceaccesspackageresourceroleaccesspackageresource Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRoleAccessPackageResource --- @@ -27,7 +27,6 @@ Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResource [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateExpanded @@ -47,7 +46,7 @@ Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResource [-UploadSessions ] [-Url ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -59,7 +58,6 @@ Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResource [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -78,7 +76,7 @@ Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResource [-UploadSessions ] [-Url ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -89,7 +87,6 @@ Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResource [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### RefreshViaIdentity @@ -100,7 +97,6 @@ Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResource [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -1545,6 +1541,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScope.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScope.md index e0018d140f1c7..7cd99f136be5d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScope.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScope.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaidentitygovernancecatalogaccesspackageresourceaccesspackageresourceroleaccesspackageresourceaccesspackageresourcescope Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScope --- @@ -28,7 +28,7 @@ Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResource [-IsRootScope] [-OriginId ] [-OriginSystem ] [-RoleOriginId ] [-Url ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -40,7 +40,7 @@ Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResource -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -53,7 +53,6 @@ Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResource [-OriginSystem ] [-RoleOriginId ] [-Url ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -64,7 +63,7 @@ Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResource -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -1028,6 +1027,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeAccessPackageResource.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeAccessPackageResource.md index 20501b90ee358..a03d0365641bb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeAccessPackageResource.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeAccessPackageResource.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaidentitygovernancecatalogaccesspackageresourceaccesspackageresourceroleaccesspackageresourceaccesspackageresourcescopeaccesspackageresource Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeAccessPackageResource --- @@ -27,7 +27,6 @@ Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResource [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateExpanded @@ -48,7 +47,7 @@ Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResource [-UploadSessions ] [-Url ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -60,7 +59,7 @@ Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResource -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -79,7 +78,7 @@ Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResource [-UploadSessions ] [-Url ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -90,7 +89,6 @@ Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResource [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### RefreshViaIdentity @@ -101,7 +99,6 @@ Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResource [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -1579,6 +1576,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceUploadSession.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceUploadSession.md index 95ca7caff4a11..25d5a7b10b917 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceUploadSession.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceUploadSession.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaidentitygovernancecatalogaccesspackageresourceaccesspackageresourceroleaccesspackageresourceaccesspackageresourcescopeaccesspackageresourceuploadsession Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceUploadSession --- @@ -29,7 +29,7 @@ Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResource [-Stats ] [-Status ] [-Type ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -43,7 +43,6 @@ Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResource [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -56,7 +55,7 @@ Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResource [-Stats ] [-Status ] [-Type ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -68,7 +67,6 @@ Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResource [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -835,6 +833,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceUploadSession.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceUploadSession.md index adf3beb8bb580..27091c67bbe3a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceUploadSession.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceUploadSession.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaidentitygovernancecatalogaccesspackageresourceaccesspackageresourceroleaccesspackageresourceuploadsession Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceUploadSession --- @@ -28,7 +28,7 @@ Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResource [-Stats ] [-Status ] [-Type ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -41,7 +41,6 @@ Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResource [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -54,7 +53,7 @@ Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResource [-Stats ] [-Status ] [-Type ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -66,7 +65,6 @@ Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResource [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -806,6 +804,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScope.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScope.md index 5849f6c178259..6cbc0da435fd1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScope.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScope.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaidentitygovernancecatalogaccesspackageresourceaccesspackageresourcescope Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScope --- @@ -28,7 +28,6 @@ Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResource [-OriginSystem ] [-RoleOriginId ] [-Url ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -40,7 +39,6 @@ Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResource [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -53,7 +51,6 @@ Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResource [-OriginSystem ] [-RoleOriginId ] [-Url ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -64,7 +61,7 @@ Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResource -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -1001,6 +998,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScopeAccessPackageResource.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScopeAccessPackageResource.md index 64c7b1483f658..0823ff474746c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScopeAccessPackageResource.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScopeAccessPackageResource.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaidentitygovernancecatalogaccesspackageresourceaccesspackageresourcescopeaccesspackageresource Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScopeAccessPackageResource --- @@ -27,7 +27,6 @@ Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResource [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateExpanded @@ -47,7 +46,7 @@ Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResource [-UploadSessions ] [-Url ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -59,7 +58,6 @@ Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResource [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -78,7 +76,7 @@ Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResource [-UploadSessions ] [-Url ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -89,7 +87,6 @@ Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResource [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### RefreshViaIdentity @@ -100,7 +97,6 @@ Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResource [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -1545,6 +1541,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRole.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRole.md index 1c97287c395df..9eca743de8028 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRole.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRole.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaidentitygovernancecatalogaccesspackageresourceaccesspackageresourcescopeaccesspackageresourceaccesspackageresourcerole Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRole --- @@ -28,7 +28,6 @@ Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResource [-OriginId ] [-OriginSystem ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -40,7 +39,7 @@ Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResource -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -52,7 +51,7 @@ Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResource [-Description ] [-DisplayName ] [-Id ] [-OriginId ] [-OriginSystem ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -63,7 +62,7 @@ Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResource -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -947,6 +946,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRoleAccessPackageResource.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRoleAccessPackageResource.md index b5cf363800f9e..9d7822d206cbc 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRoleAccessPackageResource.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRoleAccessPackageResource.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaidentitygovernancecatalogaccesspackageresourceaccesspackageresourcescopeaccesspackageresourceaccesspackageresourceroleaccesspackageresource Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRoleAccessPackageResource --- @@ -27,7 +27,6 @@ Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResource [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateExpanded @@ -48,7 +47,7 @@ Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResource [-UploadSessions ] [-Url ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -60,7 +59,7 @@ Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResource -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -79,7 +78,7 @@ Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResource [-UploadSessions ] [-Url ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -90,7 +89,6 @@ Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResource [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### RefreshViaIdentity @@ -101,7 +99,6 @@ Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResource [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -1579,6 +1576,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceUploadSession.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceUploadSession.md index 664d4ffdd79cc..f95386369497d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceUploadSession.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceUploadSession.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaidentitygovernancecatalogaccesspackageresourceaccesspackageresourcescopeaccesspackageresourceaccesspackageresourceroleaccesspackageresourceuploadsession Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceUploadSession --- @@ -29,7 +29,7 @@ Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResource [-Stats ] [-Status ] [-Type ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -43,7 +43,6 @@ Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResource [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -56,7 +55,7 @@ Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResource [-Stats ] [-Status ] [-Type ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -68,7 +67,6 @@ Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResource [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -835,6 +833,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceUploadSession.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceUploadSession.md index eab72b88bced1..83c3b2cccceaa 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceUploadSession.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceUploadSession.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaidentitygovernancecatalogaccesspackageresourceaccesspackageresourcescopeaccesspackageresourceuploadsession Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceUploadSession --- @@ -28,7 +28,7 @@ Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResource [-Stats ] [-Status ] [-Type ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -41,7 +41,6 @@ Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResource [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -54,7 +53,7 @@ Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResource [-Stats ] [-Status ] [-Type ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -66,7 +65,6 @@ Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceAccessPackageResource [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -806,6 +804,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceRole.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceRole.md index b36f65f33a931..36c9a5cdc4707 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceRole.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceRole.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaidentitygovernancecatalogaccesspackageresourcerole Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceRole --- @@ -26,7 +26,7 @@ Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceRole -AccessPackageCa [-Description ] [-DisplayName ] [-Id ] [-OriginId ] [-OriginSystem ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -37,7 +37,6 @@ Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceRole -AccessPackageCa [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -49,7 +48,7 @@ Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceRole [-Description ] [-DisplayName ] [-Id ] [-OriginId ] [-OriginSystem ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -60,7 +59,7 @@ Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceRole -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -890,6 +889,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResource.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResource.md index 2dc11a6525ed9..3f9b13fea9b4e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResource.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResource.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaidentitygovernancecatalogaccesspackageresourceroleaccesspackageresource Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResource --- @@ -26,7 +26,6 @@ Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageReso [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateExpanded @@ -46,7 +45,7 @@ Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageReso [-UploadSessions ] [-Url ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -57,7 +56,7 @@ Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageReso -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -76,7 +75,7 @@ Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageReso [-UploadSessions ] [-Url ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -87,7 +86,6 @@ Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageReso [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### RefreshViaIdentity @@ -98,7 +96,6 @@ Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageReso [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -1510,6 +1507,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceRole.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceRole.md index 1edb74177f206..1d68b6c0c1ac1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceRole.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceRole.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaidentitygovernancecatalogaccesspackageresourceroleaccesspackageresourceaccesspackageresourcerole Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceRole --- @@ -27,7 +27,7 @@ Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageReso [-Description ] [-DisplayName ] [-Id ] [-OriginId ] [-OriginSystem ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -39,7 +39,6 @@ Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageReso [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -51,7 +50,7 @@ Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageReso [-Description ] [-DisplayName ] [-Id ] [-OriginId ] [-OriginSystem ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -62,7 +61,7 @@ Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageReso -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -919,6 +918,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScope.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScope.md index d1621f5cf3d18..1954eacd5a856 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScope.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScope.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaidentitygovernancecatalogaccesspackageresourceroleaccesspackageresourceaccesspackageresourcescope Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScope --- @@ -28,7 +28,6 @@ Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageReso [-OriginSystem ] [-RoleOriginId ] [-Url ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -40,7 +39,6 @@ Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageReso [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -53,7 +51,6 @@ Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageReso [-OriginSystem ] [-RoleOriginId ] [-Url ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -64,7 +61,7 @@ Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageReso -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -1001,6 +998,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeAccessPackageResource.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeAccessPackageResource.md index b3427ad47bab8..b60d3bc0a9c14 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeAccessPackageResource.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeAccessPackageResource.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaidentitygovernancecatalogaccesspackageresourceroleaccesspackageresourceaccesspackageresourcescopeaccesspackageresource Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeAccessPackageResource --- @@ -27,7 +27,6 @@ Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageReso [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateExpanded @@ -47,7 +46,7 @@ Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageReso [-UploadSessions ] [-Url ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -59,7 +58,6 @@ Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageReso [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -78,7 +76,7 @@ Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageReso [-UploadSessions ] [-Url ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -89,7 +87,6 @@ Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageReso [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### RefreshViaIdentity @@ -100,7 +97,6 @@ Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageReso [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -1545,6 +1541,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRole.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRole.md index ff53257a3e992..16671656da690 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRole.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRole.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaidentitygovernancecatalogaccesspackageresourceroleaccesspackageresourceaccesspackageresourcescopeaccesspackageresourceaccesspackageresourcerole Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRole --- @@ -28,7 +28,6 @@ Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageReso [-OriginId ] [-OriginSystem ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -40,7 +39,7 @@ Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageReso -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -52,7 +51,7 @@ Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageReso [-Description ] [-DisplayName ] [-Id ] [-OriginId ] [-OriginSystem ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -63,7 +62,7 @@ Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageReso -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -947,6 +946,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceUploadSession.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceUploadSession.md index 67a0cb637d8ad..00fd973c9f309 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceUploadSession.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceUploadSession.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaidentitygovernancecatalogaccesspackageresourceroleaccesspackageresourceaccesspackageresourcescopeaccesspackageresourceuploadsession Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScopeAccessPackageResourceUploadSession --- @@ -28,7 +28,7 @@ Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageReso [-Stats ] [-Status ] [-Type ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -41,7 +41,6 @@ Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageReso [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -54,7 +53,7 @@ Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageReso [-Stats ] [-Status ] [-Type ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -66,7 +65,6 @@ Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageReso [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -806,6 +804,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceUploadSession.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceUploadSession.md index 39f74d32008c0..6d295bda5f477 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceUploadSession.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceUploadSession.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaidentitygovernancecatalogaccesspackageresourceroleaccesspackageresourceuploadsession Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageResourceUploadSession --- @@ -28,7 +28,7 @@ Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageReso [-Stats ] [-Status ] [-Type ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -41,7 +41,6 @@ Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageReso [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -54,7 +53,7 @@ Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageReso [-Stats ] [-Status ] [-Type ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -66,7 +65,6 @@ Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceRoleAccessPackageReso [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -779,6 +777,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceScope.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceScope.md index 223ed3a12fe7e..9ea5629005d28 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceScope.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceScope.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaidentitygovernancecatalogaccesspackageresourcescope Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceScope --- @@ -27,7 +27,6 @@ Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceScope -AccessPackageC [-OriginSystem ] [-RoleOriginId ] [-Url ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -38,7 +37,6 @@ Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceScope -AccessPackageC [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -51,7 +49,6 @@ Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceScope [-OriginSystem ] [-RoleOriginId ] [-Url ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -62,7 +59,7 @@ Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceScope -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -972,6 +969,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResource.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResource.md index 5aabc823668b6..e300a24b3ecf0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResource.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResource.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaidentitygovernancecatalogaccesspackageresourcescopeaccesspackageresource Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResource --- @@ -26,7 +26,6 @@ Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageRes [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateExpanded @@ -46,7 +45,7 @@ Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageRes [-UploadSessions ] [-Url ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -57,7 +56,7 @@ Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageRes -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -76,7 +75,7 @@ Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageRes [-UploadSessions ] [-Url ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -87,7 +86,6 @@ Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageRes [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### RefreshViaIdentity @@ -98,7 +96,6 @@ Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageRes [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -1510,6 +1507,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRole.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRole.md index 947b9cf449fd9..9b1f254739706 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRole.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRole.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaidentitygovernancecatalogaccesspackageresourcescopeaccesspackageresourceaccesspackageresourcerole Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRole --- @@ -27,7 +27,7 @@ Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageRes [-Description ] [-DisplayName ] [-Id ] [-OriginId ] [-OriginSystem ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -39,7 +39,6 @@ Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageRes [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -51,7 +50,7 @@ Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageRes [-Description ] [-DisplayName ] [-Id ] [-OriginId ] [-OriginSystem ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -62,7 +61,7 @@ Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageRes -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -919,6 +918,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRoleAccessPackageResource.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRoleAccessPackageResource.md index 54d18dfc7c64d..af525ce0ab2ac 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRoleAccessPackageResource.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRoleAccessPackageResource.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaidentitygovernancecatalogaccesspackageresourcescopeaccesspackageresourceaccesspackageresourceroleaccesspackageresource Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRoleAccessPackageResource --- @@ -27,7 +27,6 @@ Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageRes [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateExpanded @@ -47,7 +46,7 @@ Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageRes [-UploadSessions ] [-Url ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -59,7 +58,6 @@ Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageRes [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -78,7 +76,7 @@ Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageRes [-UploadSessions ] [-Url ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -89,7 +87,6 @@ Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageRes [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### RefreshViaIdentity @@ -100,7 +97,6 @@ Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageRes [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -1545,6 +1541,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScope.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScope.md index 6bb356442e640..d37616940fc2d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScope.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScope.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaidentitygovernancecatalogaccesspackageresourcescopeaccesspackageresourceaccesspackageresourceroleaccesspackageresourceaccesspackageresourcescope Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceAccessPackageResourceScope --- @@ -28,7 +28,7 @@ Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageRes [-IsRootScope] [-OriginId ] [-OriginSystem ] [-RoleOriginId ] [-Url ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -40,7 +40,7 @@ Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageRes -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -53,7 +53,6 @@ Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageRes [-OriginSystem ] [-RoleOriginId ] [-Url ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -64,7 +63,7 @@ Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageRes -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -1028,6 +1027,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceUploadSession.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceUploadSession.md index f36b845185dea..2a22755d5a175 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceUploadSession.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceUploadSession.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaidentitygovernancecatalogaccesspackageresourcescopeaccesspackageresourceaccesspackageresourceroleaccesspackageresourceuploadsession Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceRoleAccessPackageResourceUploadSession --- @@ -28,7 +28,7 @@ Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageRes [-Stats ] [-Status ] [-Type ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -41,7 +41,6 @@ Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageRes [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -54,7 +53,7 @@ Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageRes [-Stats ] [-Status ] [-Type ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -66,7 +65,6 @@ Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageRes [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -806,6 +804,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceScope.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceScope.md index 435e74c1012e6..ec047db929e62 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceScope.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceScope.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaidentitygovernancecatalogaccesspackageresourcescopeaccesspackageresourceaccesspackageresourcescope Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceAccessPackageResourceScope --- @@ -28,7 +28,6 @@ Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageRes [-OriginSystem ] [-RoleOriginId ] [-Url ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -40,7 +39,6 @@ Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageRes [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -53,7 +51,6 @@ Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageRes [-OriginSystem ] [-RoleOriginId ] [-Url ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -64,7 +61,7 @@ Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageRes -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -1001,6 +998,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceUploadSession.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceUploadSession.md index c4d032b533326..a9939dc0f38f2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceUploadSession.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceUploadSession.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaidentitygovernancecatalogaccesspackageresourcescopeaccesspackageresourceuploadsession Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageResourceUploadSession --- @@ -28,7 +28,7 @@ Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageRes [-Stats ] [-Status ] [-Type ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -41,7 +41,6 @@ Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageRes [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -54,7 +53,7 @@ Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageRes [-Stats ] [-Status ] [-Type ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -66,7 +65,6 @@ Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceScopeAccessPackageRes [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -779,6 +777,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceUploadSession.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceUploadSession.md index 88095afc02fa2..d1c3de280a0a2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceUploadSession.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceUploadSession.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaidentitygovernancecatalogaccesspackageresourceuploadsession Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceUploadSession --- @@ -28,7 +28,7 @@ Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceUploadSession [-Stats ] [-Status ] [-Type ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -41,7 +41,6 @@ Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceUploadSession [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -54,7 +53,7 @@ Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceUploadSession [-Stats ] [-Status ] [-Type ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -66,7 +65,6 @@ Update-MgBetaIdentityGovernanceCatalogAccessPackageResourceUploadSession [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -779,6 +777,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceCatalogByUniqueName.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceCatalogByUniqueName.md index 2ac3523bb2c6f..20a00f5712d42 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceCatalogByUniqueName.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceCatalogByUniqueName.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaidentitygovernancecatalogbyuniquename Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentityGovernanceCatalogByUniqueName --- @@ -34,7 +34,7 @@ Update-MgBetaIdentityGovernanceCatalogByUniqueName -UniqueName [-ModifiedBy ] [-ModifiedDateTime ] [-UniqueName1 ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -54,7 +54,6 @@ Update-MgBetaIdentityGovernanceCatalogByUniqueName -InputObject ] [-ModifiedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -64,7 +63,7 @@ Update-MgBetaIdentityGovernanceCatalogByUniqueName -UniqueName -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -74,7 +73,7 @@ Update-MgBetaIdentityGovernanceCatalogByUniqueName -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -1906,16 +1905,59 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. [UsageRights ]: [Id ]: The unique identifier for an entity. Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. @@ -2390,6 +2432,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -4022,7 +4121,22 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [AssignmentErrors ]: + [Id ]: The unique identifier for an entity. +Read-only. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [Assignments ]: [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -10288,7 +10402,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -10926,16 +11043,59 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. [UsageRights ]: [Id ]: The unique identifier for an entity. Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. @@ -11410,6 +11570,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -13042,7 +13259,22 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [AssignmentErrors ]: + [Id ]: The unique identifier for an entity. +Read-only. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [Assignments ]: [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -19308,7 +19540,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -19417,6 +19652,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceCatalogCustomAccessPackageWorkflowExtension.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceCatalogCustomAccessPackageWorkflowExtension.md index bf57c1ad5c662..13306942152b2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceCatalogCustomAccessPackageWorkflowExtension.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceCatalogCustomAccessPackageWorkflowExtension.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaidentitygovernancecatalogcustomaccesspackageworkflowextension Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentityGovernanceCatalogCustomAccessPackageWorkflowExtension --- @@ -29,7 +29,7 @@ Update-MgBetaIdentityGovernanceCatalogCustomAccessPackageWorkflowExtension [-EndpointConfiguration ] [-Id ] [-LastModifiedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -41,7 +41,6 @@ Update-MgBetaIdentityGovernanceCatalogCustomAccessPackageWorkflowExtension [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -55,7 +54,7 @@ Update-MgBetaIdentityGovernanceCatalogCustomAccessPackageWorkflowExtension [-EndpointConfiguration ] [-Id ] [-LastModifiedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -67,7 +66,6 @@ Update-MgBetaIdentityGovernanceCatalogCustomAccessPackageWorkflowExtension [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -769,6 +767,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceLifecycleWorkflow.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceLifecycleWorkflow.md index 3149b6109a3a5..e645b3c2da8b2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceLifecycleWorkflow.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceLifecycleWorkflow.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaidentitygovernancelifecycleworkflow Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentityGovernanceLifecycleWorkflow --- @@ -40,7 +40,6 @@ Update-MgBetaIdentityGovernanceLifecycleWorkflow -WorkflowId [-Versions ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -50,7 +49,7 @@ Update-MgBetaIdentityGovernanceLifecycleWorkflow -WorkflowId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -71,7 +70,6 @@ Update-MgBetaIdentityGovernanceLifecycleWorkflow -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -81,7 +79,7 @@ Update-MgBetaIdentityGovernanceLifecycleWorkflow -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -1430,6 +1428,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -3366,21 +3421,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -5916,6 +6028,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -6974,7 +7087,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -10305,6 +10421,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -12241,21 +12414,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -14791,6 +15021,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -15849,7 +16080,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -19077,6 +19311,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -21013,21 +21304,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -23563,6 +23911,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -24621,7 +24970,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -27548,6 +27900,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource @@ -27962,6 +28315,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -29898,21 +30308,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -32448,6 +32915,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -33506,7 +33974,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -36727,6 +37198,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -38663,21 +39191,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -41213,6 +41798,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -42271,7 +42857,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -45553,6 +46142,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -47487,21 +48133,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -50037,6 +50740,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -51095,7 +51799,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -54340,6 +55047,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -56274,21 +57038,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -58824,6 +59645,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -59882,7 +60704,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -63111,6 +63936,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -65047,21 +65929,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -67597,6 +68536,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -68655,7 +69595,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -71891,6 +72834,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -73827,21 +74827,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -76377,6 +77434,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -77435,7 +78493,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceLifecycleWorkflowCreatedByMailboxSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceLifecycleWorkflowCreatedByMailboxSetting.md index 8e4b557ef02dd..a2f01903da44a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceLifecycleWorkflowCreatedByMailboxSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceLifecycleWorkflowCreatedByMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaidentitygovernancelifecycleworkflowcreatedbymailboxsetting Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentityGovernanceLifecycleWorkflowCreatedByMailboxSetting --- @@ -31,7 +31,6 @@ Update-MgBetaIdentityGovernanceLifecycleWorkflowCreatedByMailboxSetting -Workflo [-WorkingHours ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -41,7 +40,7 @@ Update-MgBetaIdentityGovernanceLifecycleWorkflowCreatedByMailboxSetting -Workflo -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -56,7 +55,6 @@ Update-MgBetaIdentityGovernanceLifecycleWorkflowCreatedByMailboxSetting [-WorkingHours ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -67,7 +65,6 @@ Update-MgBetaIdentityGovernanceLifecycleWorkflowCreatedByMailboxSetting [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -813,6 +810,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtension.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtension.md index 968ec81fccc8a..462468b372b09 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtension.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtension.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaidentitygovernancelifecycleworkflowcustomtaskextension Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtension --- @@ -33,7 +33,7 @@ Update-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtension -CustomTaskE [-LastModifiedBy ] [-LastModifiedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -44,7 +44,6 @@ Update-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtension -CustomTaskE [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -60,7 +59,7 @@ Update-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtension [-LastModifiedBy ] [-LastModifiedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -72,7 +71,6 @@ Update-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtension [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -1166,6 +1164,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -3102,21 +3157,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -5652,6 +5764,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -6710,7 +6823,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -9925,6 +10041,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -11861,21 +12034,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -14411,6 +14641,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -15469,7 +15700,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -18361,6 +18595,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource @@ -18775,6 +19010,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -20711,21 +21003,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -23261,6 +23610,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -24319,7 +24669,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedByMailboxSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedByMailboxSetting.md index 9c6d3bbe0c5ba..43b0ab68b2cf0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedByMailboxSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedByMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaidentitygovernancelifecycleworkflowcustomtaskextensioncreatedbymailboxsetting Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedByMailboxSetting --- @@ -32,7 +32,6 @@ Update-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedByMail [-WorkingHours ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -43,7 +42,6 @@ Update-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedByMail [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -58,7 +56,6 @@ Update-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedByMail [-WorkingHours ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -69,7 +66,6 @@ Update-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedByMail [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -815,6 +811,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedByMailboxSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedByMailboxSetting.md index 022ee20ff89bb..c5469ff1a1b65 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedByMailboxSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedByMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaidentitygovernancelifecycleworkflowcustomtaskextensionlastmodifiedbymailboxsetting Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedByMailboxSetting --- @@ -32,7 +32,6 @@ Update-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedB [-WorkingHours ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -43,7 +42,6 @@ Update-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedB [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -58,7 +56,6 @@ Update-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedB [-WorkingHours ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -69,7 +66,6 @@ Update-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedB [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -815,6 +811,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask.md index 3bd11f6c0565c..67d94103660b7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaidentitygovernancelifecycleworkflowdeleteditemworkflowtask Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask --- @@ -31,7 +31,7 @@ Update-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask -TaskId [-TaskProcessingResults ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -42,7 +42,6 @@ Update-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask -TaskId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -56,7 +55,7 @@ Update-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask [-TaskProcessingResults ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -67,7 +66,6 @@ Update-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -1136,6 +1134,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -3070,21 +3125,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -5620,6 +5732,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -6678,7 +6791,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -9571,6 +9687,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource @@ -9995,6 +10112,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -11931,21 +12105,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -14481,6 +14712,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -15539,7 +15771,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceLifecycleWorkflowInsight.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceLifecycleWorkflowInsight.md index c71f909cd1241..b60b7bb02de47 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceLifecycleWorkflowInsight.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceLifecycleWorkflowInsight.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaidentitygovernancelifecycleworkflowinsight Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentityGovernanceLifecycleWorkflowInsight --- @@ -27,7 +27,6 @@ Update-MgBetaIdentityGovernanceLifecycleWorkflowInsight [-ResponseHeadersVariabl [-AdditionalProperties ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -37,7 +36,6 @@ Update-MgBetaIdentityGovernanceLifecycleWorkflowInsight -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceLifecycleWorkflowLastModifiedByMailboxSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceLifecycleWorkflowLastModifiedByMailboxSetting.md index 411048dff28e9..56f72fbaccd26 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceLifecycleWorkflowLastModifiedByMailboxSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceLifecycleWorkflowLastModifiedByMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaidentitygovernancelifecycleworkflowlastmodifiedbymailboxsetting Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentityGovernanceLifecycleWorkflowLastModifiedByMailboxSetting --- @@ -31,7 +31,6 @@ Update-MgBetaIdentityGovernanceLifecycleWorkflowLastModifiedByMailboxSetting -Wo [-WorkingHours ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -41,7 +40,7 @@ Update-MgBetaIdentityGovernanceLifecycleWorkflowLastModifiedByMailboxSetting -Wo -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -56,7 +55,6 @@ Update-MgBetaIdentityGovernanceLifecycleWorkflowLastModifiedByMailboxSetting [-WorkingHours ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -67,7 +65,6 @@ Update-MgBetaIdentityGovernanceLifecycleWorkflowLastModifiedByMailboxSetting [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -813,6 +810,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubjectMailboxSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubjectMailboxSetting.md index 7ced6b8bdf7a3..ae914e97c73c6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubjectMailboxSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubjectMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaidentitygovernancelifecycleworkflowruntaskprocessingresultsubjectmailboxsetting Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubjectMailboxSetting --- @@ -32,7 +32,6 @@ Update-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubjectMa [-WorkingHours ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -43,7 +42,7 @@ Update-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubjectMa -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -58,7 +57,6 @@ Update-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubjectMa [-WorkingHours ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -69,7 +67,6 @@ Update-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubjectMa [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -869,6 +866,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubjectMailboxSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubjectMailboxSetting.md index a7fd01fc4809d..72d37660d1847 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubjectMailboxSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubjectMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaidentitygovernancelifecycleworkflowrunuserprocessingresultsubjectmailboxsetting Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubjectMailboxSetting --- @@ -32,7 +32,6 @@ Update-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubjectMa [-WorkingHours ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -43,7 +42,7 @@ Update-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubjectMa -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -58,7 +57,6 @@ Update-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubjectMa [-WorkingHours ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -69,7 +67,6 @@ Update-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubjectMa [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -869,6 +866,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceLifecycleWorkflowSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceLifecycleWorkflowSetting.md index 29a255dc03bfc..6b7943f11504f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceLifecycleWorkflowSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceLifecycleWorkflowSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaidentitygovernancelifecycleworkflowsetting Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentityGovernanceLifecycleWorkflowSetting --- @@ -28,7 +28,6 @@ Update-MgBetaIdentityGovernanceLifecycleWorkflowSetting [-ResponseHeadersVariabl [-WorkflowScheduleIntervalInHours ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -39,7 +38,6 @@ Update-MgBetaIdentityGovernanceLifecycleWorkflowSetting [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceLifecycleWorkflowTask.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceLifecycleWorkflowTask.md index 01139b00ca212..44c94ff00e14c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceLifecycleWorkflowTask.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceLifecycleWorkflowTask.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaidentitygovernancelifecycleworkflowtask Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentityGovernanceLifecycleWorkflowTask --- @@ -31,7 +31,7 @@ Update-MgBetaIdentityGovernanceLifecycleWorkflowTask -TaskId -WorkflowI [-TaskProcessingResults ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -41,7 +41,7 @@ Update-MgBetaIdentityGovernanceLifecycleWorkflowTask -TaskId -WorkflowI -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -55,7 +55,7 @@ Update-MgBetaIdentityGovernanceLifecycleWorkflowTask -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -65,7 +65,7 @@ Update-MgBetaIdentityGovernanceLifecycleWorkflowTask -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -1142,6 +1142,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -3076,21 +3133,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -5626,6 +5740,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -6684,7 +6799,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -9577,6 +9695,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource @@ -10001,6 +10120,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -11937,21 +12113,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -14487,6 +14720,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -15545,7 +15779,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubjectMailboxSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubjectMailboxSetting.md index 2e5e19d877c23..1c1729ad489ca 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubjectMailboxSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubjectMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaidentitygovernancelifecycleworkflowtaskprocessingresultsubjectmailboxsetting Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubjectMailboxSetting --- @@ -32,7 +32,6 @@ Update-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubjectMailb [-WorkingHours ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -43,7 +42,7 @@ Update-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubjectMailb -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -58,7 +57,6 @@ Update-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubjectMailb [-WorkingHours ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -69,7 +67,6 @@ Update-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubjectMailb [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -869,6 +866,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubjectMailboxSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubjectMailboxSetting.md index 91ac02672180d..77e4d75549193 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubjectMailboxSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubjectMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaidentitygovernancelifecycleworkflowtaskreporttaskprocessingresultsubjectmailboxsetting Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubjectMailboxSetting --- @@ -32,7 +32,6 @@ Update-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSu [-WorkingHours ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -43,7 +42,7 @@ Update-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSu -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -58,7 +57,6 @@ Update-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSu [-WorkingHours ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -69,7 +67,6 @@ Update-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSu [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -869,6 +866,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubjectMailboxSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubjectMailboxSetting.md index 596e32afbdb0e..f9343bd3df24b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubjectMailboxSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubjectMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaidentitygovernancelifecycleworkflowtemplatetaskprocessingresultsubjectmailboxsetting Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubjectMailboxSetting --- @@ -32,7 +32,6 @@ Update-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubj [-WorkingHours ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -43,7 +42,7 @@ Update-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubj -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -58,7 +57,6 @@ Update-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubj [-WorkingHours ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -69,7 +67,6 @@ Update-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubj [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -869,6 +866,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultSubjectMailboxSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultSubjectMailboxSetting.md index a545e0e0fe90c..2cfaf747c0a19 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultSubjectMailboxSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultSubjectMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaidentitygovernancelifecycleworkflowuserprocessingresultsubjectmailboxsetting Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultSubjectMailboxSetting --- @@ -32,7 +32,6 @@ Update-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultSubjectMailb [-WorkingHours ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -43,7 +42,7 @@ Update-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultSubjectMailb -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -58,7 +57,6 @@ Update-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultSubjectMailb [-WorkingHours ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -69,7 +67,6 @@ Update-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultSubjectMailb [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -842,6 +839,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceLifecycleWorkflowVersionCreatedByMailboxSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceLifecycleWorkflowVersionCreatedByMailboxSetting.md index 5554bcf1bd86b..94132d893c15e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceLifecycleWorkflowVersionCreatedByMailboxSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceLifecycleWorkflowVersionCreatedByMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaidentitygovernancelifecycleworkflowversioncreatedbymailboxsetting Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentityGovernanceLifecycleWorkflowVersionCreatedByMailboxSetting --- @@ -32,7 +32,6 @@ Update-MgBetaIdentityGovernanceLifecycleWorkflowVersionCreatedByMailboxSetting - [-WorkingHours ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -43,7 +42,6 @@ Update-MgBetaIdentityGovernanceLifecycleWorkflowVersionCreatedByMailboxSetting - [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -58,7 +56,6 @@ Update-MgBetaIdentityGovernanceLifecycleWorkflowVersionCreatedByMailboxSetting [-WorkingHours ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -69,7 +66,6 @@ Update-MgBetaIdentityGovernanceLifecycleWorkflowVersionCreatedByMailboxSetting [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -842,6 +838,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceLifecycleWorkflowVersionLastModifiedByMailboxSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceLifecycleWorkflowVersionLastModifiedByMailboxSetting.md index 98e7dde31fefb..c6bb248ffe22d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceLifecycleWorkflowVersionLastModifiedByMailboxSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceLifecycleWorkflowVersionLastModifiedByMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaidentitygovernancelifecycleworkflowversionlastmodifiedbymailboxsetting Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentityGovernanceLifecycleWorkflowVersionLastModifiedByMailboxSetting --- @@ -32,7 +32,6 @@ Update-MgBetaIdentityGovernanceLifecycleWorkflowVersionLastModifiedByMailboxSett [-WorkingHours ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -43,7 +42,6 @@ Update-MgBetaIdentityGovernanceLifecycleWorkflowVersionLastModifiedByMailboxSett [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -58,7 +56,6 @@ Update-MgBetaIdentityGovernanceLifecycleWorkflowVersionLastModifiedByMailboxSett [-WorkingHours ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -69,7 +66,6 @@ Update-MgBetaIdentityGovernanceLifecycleWorkflowVersionLastModifiedByMailboxSett [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -842,6 +838,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceLifecycleWorkflowVersionTask.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceLifecycleWorkflowVersionTask.md index 104d57223eea3..661fb6f0ae1b5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceLifecycleWorkflowVersionTask.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceLifecycleWorkflowVersionTask.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaidentitygovernancelifecycleworkflowversiontask Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentityGovernanceLifecycleWorkflowVersionTask --- @@ -31,7 +31,7 @@ Update-MgBetaIdentityGovernanceLifecycleWorkflowVersionTask -TaskId -Wo [-TaskProcessingResults ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -42,7 +42,6 @@ Update-MgBetaIdentityGovernanceLifecycleWorkflowVersionTask -TaskId -Wo [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -56,7 +55,7 @@ Update-MgBetaIdentityGovernanceLifecycleWorkflowVersionTask [-TaskProcessingResults ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -67,7 +66,6 @@ Update-MgBetaIdentityGovernanceLifecycleWorkflowVersionTask [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -1163,6 +1161,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -3097,21 +3152,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -5647,6 +5759,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -6705,7 +6818,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -9598,6 +9714,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource @@ -10022,6 +10139,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -11958,21 +12132,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -14508,6 +14739,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -15566,7 +15798,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubjectMailboxSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubjectMailboxSetting.md index 207e8ae0f89bd..83cb32a232fb5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubjectMailboxSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubjectMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaidentitygovernancelifecycleworkflowversiontaskprocessingresultsubjectmailboxsetting Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubjectMailboxSetting --- @@ -32,7 +32,6 @@ Update-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubje [-WorkingHours ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -43,7 +42,7 @@ Update-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubje -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -58,7 +57,6 @@ Update-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubje [-WorkingHours ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -69,7 +67,6 @@ Update-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubje [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -896,6 +893,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernancePermissionAnalytic.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernancePermissionAnalytic.md index 2cc8d486a3ce8..d68f8204d807f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernancePermissionAnalytic.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernancePermissionAnalytic.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaidentitygovernancepermissionanalytic Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentityGovernancePermissionAnalytic --- @@ -25,7 +25,7 @@ Update-MgBetaIdentityGovernancePermissionAnalytic [-ResponseHeadersVariable ] [-Gcp ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -35,7 +35,7 @@ Update-MgBetaIdentityGovernancePermissionAnalytic -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.Governance/Update-MgBetaIdentityGovernancePermissionAnalyticAw.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernancePermissionAnalyticAw.md index 8690469dbdb55..67bd497a6cb10 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernancePermissionAnalyticAw.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernancePermissionAnalyticAw.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaidentitygovernancepermissionanalyticaw Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentityGovernancePermissionAnalyticAw --- @@ -25,7 +25,7 @@ Update-MgBetaIdentityGovernancePermissionAnalyticAw [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -35,7 +35,7 @@ Update-MgBetaIdentityGovernancePermissionAnalyticAw -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.Governance/Update-MgBetaIdentityGovernancePermissionAnalyticAwFinding.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernancePermissionAnalyticAwFinding.md index c42e12d47b72f..8c42a9114b253 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernancePermissionAnalyticAwFinding.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernancePermissionAnalyticAwFinding.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaidentitygovernancepermissionanalyticawfinding Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentityGovernancePermissionAnalyticAwFinding --- @@ -25,7 +25,6 @@ Update-MgBetaIdentityGovernancePermissionAnalyticAwFinding -FindingId [-CreatedDateTime ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -35,7 +34,7 @@ Update-MgBetaIdentityGovernancePermissionAnalyticAwFinding -FindingId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -46,7 +45,7 @@ Update-MgBetaIdentityGovernancePermissionAnalyticAwFinding [-AdditionalProperties ] [-CreatedDateTime ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -57,7 +56,6 @@ Update-MgBetaIdentityGovernancePermissionAnalyticAwFinding [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -537,6 +535,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernancePermissionAnalyticAwPermissionCreepIndexDistribution.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernancePermissionAnalyticAwPermissionCreepIndexDistribution.md index 84b984f9bb672..c9b76b11257a3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernancePermissionAnalyticAwPermissionCreepIndexDistribution.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernancePermissionAnalyticAwPermissionCreepIndexDistribution.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaidentitygovernancepermissionanalyticawpermissioncreepindexdistribution Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentityGovernancePermissionAnalyticAwPermissionCreepIndexDistribution --- @@ -27,7 +27,7 @@ Update-MgBetaIdentityGovernancePermissionAnalyticAwPermissionCreepIndexDistribut [-LowRiskProfile ] [-MediumRiskProfile ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -39,7 +39,6 @@ Update-MgBetaIdentityGovernancePermissionAnalyticAwPermissionCreepIndexDistribut [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -52,7 +51,7 @@ Update-MgBetaIdentityGovernancePermissionAnalyticAwPermissionCreepIndexDistribut [-LowRiskProfile ] [-MediumRiskProfile ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -64,7 +63,6 @@ Update-MgBetaIdentityGovernancePermissionAnalyticAwPermissionCreepIndexDistribut [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -702,6 +700,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernancePermissionAnalyticAzure.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernancePermissionAnalyticAzure.md index 3a1e2decf5500..59d133a537b58 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernancePermissionAnalyticAzure.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernancePermissionAnalyticAzure.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaidentitygovernancepermissionanalyticazure Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentityGovernancePermissionAnalyticAzure --- @@ -25,7 +25,7 @@ Update-MgBetaIdentityGovernancePermissionAnalyticAzure [-ResponseHeadersVariable [-PermissionsCreepIndexDistributions ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -35,7 +35,7 @@ Update-MgBetaIdentityGovernancePermissionAnalyticAzure -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.Governance/Update-MgBetaIdentityGovernancePermissionAnalyticAzureFinding.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernancePermissionAnalyticAzureFinding.md index 190f9fef1c94d..7da5a12e5459c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernancePermissionAnalyticAzureFinding.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernancePermissionAnalyticAzureFinding.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaidentitygovernancepermissionanalyticazurefinding Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentityGovernancePermissionAnalyticAzureFinding --- @@ -25,7 +25,6 @@ Update-MgBetaIdentityGovernancePermissionAnalyticAzureFinding -FindingId ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -35,7 +34,7 @@ Update-MgBetaIdentityGovernancePermissionAnalyticAzureFinding -FindingId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -46,7 +45,7 @@ Update-MgBetaIdentityGovernancePermissionAnalyticAzureFinding [-AdditionalProperties ] [-CreatedDateTime ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -57,7 +56,6 @@ Update-MgBetaIdentityGovernancePermissionAnalyticAzureFinding [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -537,6 +535,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernancePermissionAnalyticAzurePermissionCreepIndexDistribution.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernancePermissionAnalyticAzurePermissionCreepIndexDistribution.md index 706b42aa612be..21f22d75b6e7a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernancePermissionAnalyticAzurePermissionCreepIndexDistribution.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernancePermissionAnalyticAzurePermissionCreepIndexDistribution.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaidentitygovernancepermissionanalyticazurepermissioncreepindexdistribution Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentityGovernancePermissionAnalyticAzurePermissionCreepIndexDistribution --- @@ -27,7 +27,7 @@ Update-MgBetaIdentityGovernancePermissionAnalyticAzurePermissionCreepIndexDistri [-LowRiskProfile ] [-MediumRiskProfile ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -39,7 +39,6 @@ Update-MgBetaIdentityGovernancePermissionAnalyticAzurePermissionCreepIndexDistri [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -52,7 +51,7 @@ Update-MgBetaIdentityGovernancePermissionAnalyticAzurePermissionCreepIndexDistri [-LowRiskProfile ] [-MediumRiskProfile ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -64,7 +63,6 @@ Update-MgBetaIdentityGovernancePermissionAnalyticAzurePermissionCreepIndexDistri [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -702,6 +700,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernancePermissionAnalyticGcp.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernancePermissionAnalyticGcp.md index 27b9914629c60..7ab0fa8b548e6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernancePermissionAnalyticGcp.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernancePermissionAnalyticGcp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaidentitygovernancepermissionanalyticgcp Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentityGovernancePermissionAnalyticGcp --- @@ -25,7 +25,7 @@ Update-MgBetaIdentityGovernancePermissionAnalyticGcp [-ResponseHeadersVariable < [-PermissionsCreepIndexDistributions ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -35,7 +35,7 @@ Update-MgBetaIdentityGovernancePermissionAnalyticGcp -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.Governance/Update-MgBetaIdentityGovernancePermissionAnalyticGcpFinding.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernancePermissionAnalyticGcpFinding.md index efd9711107230..a20e1ede53451 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernancePermissionAnalyticGcpFinding.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernancePermissionAnalyticGcpFinding.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaidentitygovernancepermissionanalyticgcpfinding Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentityGovernancePermissionAnalyticGcpFinding --- @@ -25,7 +25,6 @@ Update-MgBetaIdentityGovernancePermissionAnalyticGcpFinding -FindingId [-CreatedDateTime ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -35,7 +34,7 @@ Update-MgBetaIdentityGovernancePermissionAnalyticGcpFinding -FindingId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -46,7 +45,7 @@ Update-MgBetaIdentityGovernancePermissionAnalyticGcpFinding [-AdditionalProperties ] [-CreatedDateTime ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -57,7 +56,6 @@ Update-MgBetaIdentityGovernancePermissionAnalyticGcpFinding [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -537,6 +535,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernancePermissionAnalyticGcpPermissionCreepIndexDistribution.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernancePermissionAnalyticGcpPermissionCreepIndexDistribution.md index 2d223b5796b85..c4e1b704c106c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernancePermissionAnalyticGcpPermissionCreepIndexDistribution.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernancePermissionAnalyticGcpPermissionCreepIndexDistribution.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaidentitygovernancepermissionanalyticgcppermissioncreepindexdistribution Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentityGovernancePermissionAnalyticGcpPermissionCreepIndexDistribution --- @@ -27,7 +27,7 @@ Update-MgBetaIdentityGovernancePermissionAnalyticGcpPermissionCreepIndexDistribu [-LowRiskProfile ] [-MediumRiskProfile ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -39,7 +39,6 @@ Update-MgBetaIdentityGovernancePermissionAnalyticGcpPermissionCreepIndexDistribu [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -52,7 +51,7 @@ Update-MgBetaIdentityGovernancePermissionAnalyticGcpPermissionCreepIndexDistribu [-LowRiskProfile ] [-MediumRiskProfile ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -64,7 +63,6 @@ Update-MgBetaIdentityGovernancePermissionAnalyticGcpPermissionCreepIndexDistribu [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -702,6 +700,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernancePermissionManagement.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernancePermissionManagement.md index 58c2b9136e5f9..26cf76b06e613 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernancePermissionManagement.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernancePermissionManagement.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaidentitygovernancepermissionmanagement Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentityGovernancePermissionManagement --- @@ -27,7 +27,7 @@ Update-MgBetaIdentityGovernancePermissionManagement [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -37,7 +37,7 @@ Update-MgBetaIdentityGovernancePermissionManagement -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.Governance/Update-MgBetaIdentityGovernancePermissionManagementPermissionRequestChange.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernancePermissionManagementPermissionRequestChange.md index f6dc48133caa2..1ad2f9223e3a1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernancePermissionManagementPermissionRequestChange.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernancePermissionManagementPermissionRequestChange.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaidentitygovernancepermissionmanagementpermissionrequestchange Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentityGovernancePermissionManagementPermissionRequestChange --- @@ -26,7 +26,7 @@ Update-MgBetaIdentityGovernancePermissionManagementPermissionRequestChange [-ModificationDateTime ] [-PermissionsRequestId ] [-StatusDetail ] [-TicketId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -37,7 +37,6 @@ Update-MgBetaIdentityGovernancePermissionManagementPermissionRequestChange [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -49,7 +48,7 @@ Update-MgBetaIdentityGovernancePermissionManagementPermissionRequestChange [-ModificationDateTime ] [-PermissionsRequestId ] [-StatusDetail ] [-TicketId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -60,7 +59,6 @@ Update-MgBetaIdentityGovernancePermissionManagementPermissionRequestChange [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -652,6 +650,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApproval.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApproval.md index 3aefb8bfe3903..e5774b727c3fe 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApproval.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApproval.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaidentitygovernancepermissionmanagementscheduledpermissionapproval Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApproval --- @@ -25,7 +25,6 @@ Update-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApproval - [-Steps ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -35,7 +34,7 @@ Update-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApproval - -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -46,7 +45,7 @@ Update-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApproval [-AdditionalProperties ] [-Id ] [-Steps ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -57,7 +56,6 @@ Update-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApproval [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -561,6 +559,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApprovalStep.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApprovalStep.md index 11505b72a2b28..0324ad098f954 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApprovalStep.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApprovalStep.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaidentitygovernancepermissionmanagementscheduledpermissionapprovalstep Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApprovalStep --- @@ -27,7 +27,6 @@ Update-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApprovalSt [-ReviewedDateTime ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -38,7 +37,6 @@ Update-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApprovalSt [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -51,7 +49,6 @@ Update-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApprovalSt [-ReviewedDateTime ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -62,7 +59,6 @@ Update-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApprovalSt [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -760,6 +756,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernancePrivilegedAccess.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernancePrivilegedAccess.md index 7a7f14681cfb1..e95b24224fb94 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernancePrivilegedAccess.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernancePrivilegedAccess.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaidentitygovernanceprivilegedaccess Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentityGovernancePrivilegedAccess --- @@ -27,7 +27,7 @@ Update-MgBetaIdentityGovernancePrivilegedAccess [-ResponseHeadersVariable ] [-Group ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -37,7 +37,6 @@ Update-MgBetaIdentityGovernancePrivilegedAccess -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -778,16 +777,59 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. [UsageRights ]: [Id ]: The unique identifier for an entity. Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. @@ -1235,6 +1277,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -2867,7 +2966,22 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [AssignmentErrors ]: + [Id ]: The unique identifier for an entity. +Read-only. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [Assignments ]: [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -9133,7 +9247,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -9692,16 +9809,59 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. [UsageRights ]: [Id ]: The unique identifier for an entity. Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. @@ -10149,6 +10309,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -11781,7 +11998,22 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [AssignmentErrors ]: + [Id ]: The unique identifier for an entity. +Read-only. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [Assignments ]: [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -18047,7 +18279,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernancePrivilegedAccessGroup.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernancePrivilegedAccessGroup.md index e34bd2f6af49a..5936a3a5a89a7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernancePrivilegedAccessGroup.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernancePrivilegedAccessGroup.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaidentitygovernanceprivilegedaccessgroup Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentityGovernancePrivilegedAccessGroup --- @@ -34,7 +34,6 @@ Update-MgBetaIdentityGovernancePrivilegedAccessGroup [-ResponseHeadersVariable < [-Resources ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -44,7 +43,7 @@ Update-MgBetaIdentityGovernancePrivilegedAccessGroup -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -932,16 +931,59 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. [UsageRights ]: [Id ]: The unique identifier for an entity. Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. @@ -1416,6 +1458,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -3048,7 +3147,22 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [AssignmentErrors ]: + [Id ]: The unique identifier for an entity. +Read-only. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [Assignments ]: [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -9314,7 +9428,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -9756,16 +9873,59 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. [UsageRights ]: [Id ]: The unique identifier for an entity. Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. @@ -10230,6 +10390,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -11862,7 +12079,22 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [AssignmentErrors ]: + [Id ]: The unique identifier for an entity. +Read-only. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [Assignments ]: [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -18128,7 +18360,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -18546,16 +18781,59 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. [UsageRights ]: [Id ]: The unique identifier for an entity. Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. @@ -19030,6 +19308,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -20662,7 +20997,22 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [AssignmentErrors ]: + [Id ]: The unique identifier for an entity. +Read-only. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [Assignments ]: [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -26928,7 +27278,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -27350,16 +27703,59 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. [UsageRights ]: [Id ]: The unique identifier for an entity. Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. @@ -27807,6 +28203,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -29439,7 +29892,22 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [AssignmentErrors ]: + [Id ]: The unique identifier for an entity. +Read-only. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [Assignments ]: [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -35705,7 +36173,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -36226,16 +36697,59 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. [UsageRights ]: [Id ]: The unique identifier for an entity. Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. @@ -36710,6 +37224,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -38342,7 +38913,22 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [AssignmentErrors ]: + [Id ]: The unique identifier for an entity. +Read-only. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [Assignments ]: [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -44608,7 +45194,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -45021,16 +45610,59 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. [UsageRights ]: [Id ]: The unique identifier for an entity. Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. @@ -45495,6 +46127,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -47127,7 +47816,22 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [AssignmentErrors ]: + [Id ]: The unique identifier for an entity. +Read-only. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [Assignments ]: [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -53393,7 +54097,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -53810,16 +54517,59 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. [UsageRights ]: [Id ]: The unique identifier for an entity. Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. @@ -54294,6 +55044,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -55926,7 +56733,22 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [AssignmentErrors ]: + [Id ]: The unique identifier for an entity. +Read-only. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [Assignments ]: [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -62192,7 +63014,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApproval.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApproval.md index dab135003505d..d46f788aa3957 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApproval.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApproval.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaidentitygovernanceprivilegedaccessgroupassignmentapproval Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApproval --- @@ -28,7 +28,6 @@ Update-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApproval -Approval [-Steps ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -38,7 +37,7 @@ Update-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApproval -Approval -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -49,7 +48,7 @@ Update-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApproval [-AdditionalProperties ] [-Id ] [-Steps ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -60,7 +59,6 @@ Update-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApproval [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -564,6 +562,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStep.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStep.md index fda9a0b86386d..e78f55cc2a9d5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStep.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStep.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaidentitygovernanceprivilegedaccessgroupassignmentapprovalstep Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStep --- @@ -26,7 +26,7 @@ Update-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStep -Appr [-ReviewResult ] [-ReviewedBy ] [-ReviewedDateTime ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -37,7 +37,6 @@ Update-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStep -Appr [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -50,7 +49,6 @@ Update-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStep [-ReviewedDateTime ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -61,7 +59,6 @@ Update-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStep [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -759,6 +756,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentSchedule.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentSchedule.md index a63f83f37e7fc..1b3773b21f61b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentSchedule.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentSchedule.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaidentitygovernanceprivilegedaccessgroupassignmentschedule Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentSchedule --- @@ -32,7 +32,7 @@ Update-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentSchedule [-PrincipalId ] [-ScheduleInfo ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -44,7 +44,6 @@ Update-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentSchedule [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -59,7 +58,7 @@ Update-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentSchedule [-PrincipalId ] [-ScheduleInfo ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -71,7 +70,6 @@ Update-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentSchedule [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -1210,16 +1208,59 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. [UsageRights ]: [Id ]: The unique identifier for an entity. Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. @@ -1694,6 +1735,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -3326,7 +3424,22 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [AssignmentErrors ]: + [Id ]: The unique identifier for an entity. +Read-only. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [Assignments ]: [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -9592,7 +9705,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -10002,16 +10118,59 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. [UsageRights ]: [Id ]: The unique identifier for an entity. Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. @@ -10486,6 +10645,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -12118,7 +12334,22 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [AssignmentErrors ]: + [Id ]: The unique identifier for an entity. +Read-only. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [Assignments ]: [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -18384,7 +18615,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -18759,16 +18993,59 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. [UsageRights ]: [Id ]: The unique identifier for an entity. Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. @@ -19243,6 +19520,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -20875,7 +21209,22 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [AssignmentErrors ]: + [Id ]: The unique identifier for an entity. +Read-only. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [Assignments ]: [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -27141,7 +27490,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -27200,6 +27552,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance.md index d73ea87375946..ca443d86a047a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaidentitygovernanceprivilegedaccessgroupassignmentscheduleinstance Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance --- @@ -33,7 +33,6 @@ Update-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance [-StartDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -45,7 +44,6 @@ Update-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -60,7 +58,6 @@ Update-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance [-StartDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -72,7 +69,6 @@ Update-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -1133,16 +1129,59 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. [UsageRights ]: [Id ]: The unique identifier for an entity. Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. @@ -1617,6 +1656,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -3249,7 +3345,22 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [AssignmentErrors ]: + [Id ]: The unique identifier for an entity. +Read-only. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [Assignments ]: [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -9515,7 +9626,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -9897,16 +10011,59 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. [UsageRights ]: [Id ]: The unique identifier for an entity. Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. @@ -10381,6 +10538,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -12013,7 +12227,22 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [AssignmentErrors ]: + [Id ]: The unique identifier for an entity. +Read-only. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [Assignments ]: [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -18279,7 +18508,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -18657,16 +18889,59 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. [UsageRights ]: [Id ]: The unique identifier for an entity. Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. @@ -19141,6 +19416,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -20773,7 +21105,22 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [AssignmentErrors ]: + [Id ]: The unique identifier for an entity. +Read-only. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [Assignments ]: [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -27039,7 +27386,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -27098,6 +27448,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest.md index b1884567b525f..e953b17361f35 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaidentitygovernanceprivilegedaccessgroupassignmentschedulerequest Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest --- @@ -36,7 +36,7 @@ Update-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest [-TargetScheduleId ] [-TicketInfo ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -48,7 +48,6 @@ Update-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -66,7 +65,7 @@ Update-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest [-TargetScheduleId ] [-TicketInfo ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -78,7 +77,6 @@ Update-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -1380,16 +1378,59 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. [UsageRights ]: [Id ]: The unique identifier for an entity. Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. @@ -1864,6 +1905,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -3496,7 +3594,22 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [AssignmentErrors ]: + [Id ]: The unique identifier for an entity. +Read-only. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [Assignments ]: [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -9762,7 +9875,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -10192,16 +10308,59 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. [UsageRights ]: [Id ]: The unique identifier for an entity. Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. @@ -10666,6 +10825,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -12298,7 +12514,22 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [AssignmentErrors ]: + [Id ]: The unique identifier for an entity. +Read-only. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [Assignments ]: [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -18564,7 +18795,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -18950,16 +19184,59 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. [UsageRights ]: [Id ]: The unique identifier for an entity. Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. @@ -19434,6 +19711,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -21066,7 +21400,22 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [AssignmentErrors ]: + [Id ]: The unique identifier for an entity. +Read-only. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [Assignments ]: [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -27332,7 +27681,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -27391,6 +27743,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource @@ -27881,16 +28234,59 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. [UsageRights ]: [Id ]: The unique identifier for an entity. Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. @@ -28365,6 +28761,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -29997,7 +30450,22 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [AssignmentErrors ]: + [Id ]: The unique identifier for an entity. +Read-only. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [Assignments ]: [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -36263,7 +36731,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilitySchedule.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilitySchedule.md index 3f907d1921b59..fdcdd5569d0f6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilitySchedule.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilitySchedule.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaidentitygovernanceprivilegedaccessgroupeligibilityschedule Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilitySchedule --- @@ -31,7 +31,7 @@ Update-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilitySchedule [-PrincipalId ] [-ScheduleInfo ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -43,7 +43,6 @@ Update-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilitySchedule [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -57,7 +56,7 @@ Update-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilitySchedule [-PrincipalId ] [-ScheduleInfo ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -69,7 +68,6 @@ Update-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilitySchedule [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -1153,16 +1151,59 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. [UsageRights ]: [Id ]: The unique identifier for an entity. Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. @@ -1637,6 +1678,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -3269,7 +3367,22 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [AssignmentErrors ]: + [Id ]: The unique identifier for an entity. +Read-only. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [Assignments ]: [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -9535,7 +9648,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -9900,16 +10016,59 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. [UsageRights ]: [Id ]: The unique identifier for an entity. Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. @@ -10384,6 +10543,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -12016,7 +12232,22 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [AssignmentErrors ]: + [Id ]: The unique identifier for an entity. +Read-only. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [Assignments ]: [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -18282,7 +18513,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -18341,6 +18575,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance.md index 98d723ff7c163..cda4c6977facc 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaidentitygovernanceprivilegedaccessgroupeligibilityscheduleinstance Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance --- @@ -31,7 +31,6 @@ Update-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance [-StartDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -43,7 +42,6 @@ Update-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -56,7 +54,7 @@ Update-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance [-Principal ] [-PrincipalId ] [-StartDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -68,7 +66,6 @@ Update-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -1074,16 +1071,59 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. [UsageRights ]: [Id ]: The unique identifier for an entity. Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. @@ -1558,6 +1598,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -3190,7 +3287,22 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [AssignmentErrors ]: + [Id ]: The unique identifier for an entity. +Read-only. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [Assignments ]: [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -9456,7 +9568,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -9821,16 +9936,59 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. [UsageRights ]: [Id ]: The unique identifier for an entity. Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. @@ -10305,6 +10463,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -11937,7 +12152,22 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [AssignmentErrors ]: + [Id ]: The unique identifier for an entity. +Read-only. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [Assignments ]: [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -18203,7 +18433,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -18262,6 +18495,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest.md index df09dec7d88a8..f28903a4f9bcb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaidentitygovernanceprivilegedaccessgroupeligibilityschedulerequest Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest --- @@ -35,7 +35,7 @@ Update-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest [-TargetScheduleId ] [-TicketInfo ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -47,7 +47,6 @@ Update-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -65,7 +64,7 @@ Update-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest [-TargetScheduleId ] [-TicketInfo ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -77,7 +76,6 @@ Update-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -1371,16 +1369,59 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. [UsageRights ]: [Id ]: The unique identifier for an entity. Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. @@ -1845,6 +1886,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -3477,7 +3575,22 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [AssignmentErrors ]: + [Id ]: The unique identifier for an entity. +Read-only. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [Assignments ]: [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -9743,7 +9856,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -10144,16 +10260,59 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. [UsageRights ]: [Id ]: The unique identifier for an entity. Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. @@ -10628,6 +10787,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -12260,7 +12476,22 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [AssignmentErrors ]: + [Id ]: The unique identifier for an entity. +Read-only. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [Assignments ]: [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -18526,7 +18757,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -18585,6 +18819,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource @@ -19075,16 +19310,59 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. [UsageRights ]: [Id ]: The unique identifier for an entity. Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. @@ -19559,6 +19837,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -21191,7 +21526,22 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [AssignmentErrors ]: + [Id ]: The unique identifier for an entity. +Read-only. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [Assignments ]: [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -27457,7 +27807,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernancePrivilegedAccessGroupResource.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernancePrivilegedAccessGroupResource.md index 7cffb73012862..22b3b5ffaff42 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernancePrivilegedAccessGroupResource.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernancePrivilegedAccessGroupResource.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaidentitygovernanceprivilegedaccessgroupresource Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentityGovernancePrivilegedAccessGroupResource --- @@ -25,7 +25,6 @@ Update-MgBetaIdentityGovernancePrivilegedAccessGroupResource -GroupResourceId ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -35,7 +34,6 @@ Update-MgBetaIdentityGovernancePrivilegedAccessGroupResource -GroupResourceId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -46,7 +44,7 @@ Update-MgBetaIdentityGovernancePrivilegedAccessGroupResource [-AdditionalProperties ] [-DeletedDateTime ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -57,7 +55,6 @@ Update-MgBetaIdentityGovernancePrivilegedAccessGroupResource [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -531,6 +528,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceRoleManagementAlert.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceRoleManagementAlert.md index 8cff7eb8e1555..f66597a368779 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceRoleManagementAlert.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceRoleManagementAlert.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaidentitygovernancerolemanagementalert Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentityGovernanceRoleManagementAlert --- @@ -25,7 +25,6 @@ Update-MgBetaIdentityGovernanceRoleManagementAlert [-ResponseHeadersVariable ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateExpanded @@ -42,7 +41,6 @@ Update-MgBetaIdentityGovernanceRoleManagementAlert -UnifiedRoleManagementAlertId [-LastScannedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -52,7 +50,7 @@ Update-MgBetaIdentityGovernanceRoleManagementAlert -UnifiedRoleManagementAlertId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Refresh @@ -62,7 +60,6 @@ Update-MgBetaIdentityGovernanceRoleManagementAlert -UnifiedRoleManagementAlertId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -79,7 +76,6 @@ Update-MgBetaIdentityGovernanceRoleManagementAlert -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -89,7 +85,7 @@ Update-MgBetaIdentityGovernanceRoleManagementAlert -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### RefreshViaIdentity @@ -99,7 +95,6 @@ Update-MgBetaIdentityGovernanceRoleManagementAlert -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Refresh1 @@ -110,7 +105,6 @@ Update-MgBetaIdentityGovernanceRoleManagementAlert [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -1054,6 +1048,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceRoleManagementAlertConfiguration.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceRoleManagementAlertConfiguration.md index 0e5b8a40ffb9e..1a0b75f8ebec4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceRoleManagementAlertConfiguration.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceRoleManagementAlertConfiguration.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaidentitygovernancerolemanagementalertconfiguration Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentityGovernanceRoleManagementAlertConfiguration --- @@ -27,7 +27,7 @@ Update-MgBetaIdentityGovernanceRoleManagementAlertConfiguration [-AlertDefinitionId ] [-Id ] [-IsEnabled] [-ScopeId ] [-ScopeType ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -39,7 +39,6 @@ Update-MgBetaIdentityGovernanceRoleManagementAlertConfiguration [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -52,7 +51,7 @@ Update-MgBetaIdentityGovernanceRoleManagementAlertConfiguration [-AlertDefinitionId ] [-Id ] [-IsEnabled] [-ScopeId ] [-ScopeType ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -64,7 +63,6 @@ Update-MgBetaIdentityGovernanceRoleManagementAlertConfiguration [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -715,6 +713,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceRoleManagementAlertDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceRoleManagementAlertDefinition.md index 045a4137fd1d7..c0d051a67b432 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceRoleManagementAlertDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceRoleManagementAlertDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaidentitygovernancerolemanagementalertdefinition Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentityGovernanceRoleManagementAlertDefinition --- @@ -27,7 +27,7 @@ Update-MgBetaIdentityGovernanceRoleManagementAlertDefinition [-MitigationSteps ] [-ScopeId ] [-ScopeType ] [-SecurityImpact ] [-SeverityLevel ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -39,7 +39,6 @@ Update-MgBetaIdentityGovernanceRoleManagementAlertDefinition [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -52,7 +51,7 @@ Update-MgBetaIdentityGovernanceRoleManagementAlertDefinition [-MitigationSteps ] [-ScopeId ] [-ScopeType ] [-SecurityImpact ] [-SeverityLevel ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -64,7 +63,6 @@ Update-MgBetaIdentityGovernanceRoleManagementAlertDefinition [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -808,6 +806,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceRoleManagementAlertIncident.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceRoleManagementAlertIncident.md index 145e55913f013..010bceb9b99a8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceRoleManagementAlertIncident.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceRoleManagementAlertIncident.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaidentitygovernancerolemanagementalertincident Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentityGovernanceRoleManagementAlertIncident --- @@ -25,7 +25,6 @@ Update-MgBetaIdentityGovernanceRoleManagementAlertIncident -UnifiedRoleManagemen [-AdditionalProperties ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -36,7 +35,6 @@ Update-MgBetaIdentityGovernanceRoleManagementAlertIncident -UnifiedRoleManagemen [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -47,7 +45,6 @@ Update-MgBetaIdentityGovernanceRoleManagementAlertIncident [-AdditionalProperties ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -58,7 +55,6 @@ Update-MgBetaIdentityGovernanceRoleManagementAlertIncident [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -531,6 +527,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceRoleManagementAlertOperation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceRoleManagementAlertOperation.md index 756c59f9ce4ca..5d770f328d524 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceRoleManagementAlertOperation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceRoleManagementAlertOperation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaidentitygovernancerolemanagementalertoperation Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentityGovernanceRoleManagementAlertOperation --- @@ -26,7 +26,7 @@ Update-MgBetaIdentityGovernanceRoleManagementAlertOperation -LongRunningOperatio [-ResourceLocation ] [-Status ] [-StatusDetail ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -36,7 +36,7 @@ Update-MgBetaIdentityGovernanceRoleManagementAlertOperation -LongRunningOperatio -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -48,7 +48,7 @@ Update-MgBetaIdentityGovernanceRoleManagementAlertOperation [-LastActionDateTime ] [-ResourceLocation ] [-Status ] [-StatusDetail ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -59,7 +59,6 @@ Update-MgBetaIdentityGovernanceRoleManagementAlertOperation [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -659,6 +658,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceTermsOfUseAgreement.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceTermsOfUseAgreement.md index 5bdb8b557af5a..55b18d41348ea 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceTermsOfUseAgreement.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceTermsOfUseAgreement.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaidentitygovernancetermsofuseagreement Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentityGovernanceTermsOfUseAgreement --- @@ -31,7 +31,7 @@ Update-MgBetaIdentityGovernanceTermsOfUseAgreement -AgreementId [-TermsExpiration ] [-UserReacceptRequiredFrequency ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -41,7 +41,7 @@ Update-MgBetaIdentityGovernanceTermsOfUseAgreement -AgreementId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -55,7 +55,7 @@ Update-MgBetaIdentityGovernanceTermsOfUseAgreement -InputObject ] [-UserReacceptRequiredFrequency ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -65,7 +65,7 @@ Update-MgBetaIdentityGovernanceTermsOfUseAgreement -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -1026,6 +1026,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceTermsOfUseAgreementAcceptance.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceTermsOfUseAgreementAcceptance.md index ed5dfea233b84..077d7eb93355b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceTermsOfUseAgreementAcceptance.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceTermsOfUseAgreementAcceptance.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaidentitygovernancetermsofuseagreementacceptance Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentityGovernanceTermsOfUseAgreementAcceptance --- @@ -31,7 +31,7 @@ Update-MgBetaIdentityGovernanceTermsOfUseAgreementAcceptance -AgreementAcceptanc [-UserEmail ] [-UserId ] [-UserPrincipalName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateExpanded1 @@ -45,7 +45,7 @@ Update-MgBetaIdentityGovernanceTermsOfUseAgreementAcceptance -AgreementAcceptanc [-UserEmail ] [-UserId ] [-UserPrincipalName ] [-AgreementId1 ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update1 @@ -56,7 +56,6 @@ Update-MgBetaIdentityGovernanceTermsOfUseAgreementAcceptance -AgreementAcceptanc [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -66,7 +65,7 @@ Update-MgBetaIdentityGovernanceTermsOfUseAgreementAcceptance -AgreementAcceptanc -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded1 @@ -81,7 +80,6 @@ Update-MgBetaIdentityGovernanceTermsOfUseAgreementAcceptance [-UserId ] [-UserPrincipalName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -96,7 +94,6 @@ Update-MgBetaIdentityGovernanceTermsOfUseAgreementAcceptance [-UserId ] [-UserPrincipalName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity1 @@ -107,7 +104,6 @@ Update-MgBetaIdentityGovernanceTermsOfUseAgreementAcceptance [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -118,7 +114,6 @@ Update-MgBetaIdentityGovernanceTermsOfUseAgreementAcceptance [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -1191,6 +1186,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceTermsOfUseAgreementFile.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceTermsOfUseAgreementFile.md index cbd06c1742587..a61b8ca394cac 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceTermsOfUseAgreementFile.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceTermsOfUseAgreementFile.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaidentitygovernancetermsofuseagreementfile Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentityGovernanceTermsOfUseAgreementFile --- @@ -31,7 +31,6 @@ Update-MgBetaIdentityGovernanceTermsOfUseAgreementFile -AgreementId [-Localizations ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -41,7 +40,7 @@ Update-MgBetaIdentityGovernanceTermsOfUseAgreementFile -AgreementId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -55,7 +54,6 @@ Update-MgBetaIdentityGovernanceTermsOfUseAgreementFile -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -65,7 +63,7 @@ Update-MgBetaIdentityGovernanceTermsOfUseAgreementFile -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -819,6 +817,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalization.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalization.md index b9457523a8617..a8fd9460e102c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalization.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalization.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaidentitygovernancetermsofuseagreementfilelocalization Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalization --- @@ -30,7 +30,7 @@ Update-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalization [-IsMajorVersion] [-Language ] [-Versions ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -41,7 +41,7 @@ Update-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalization -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -54,7 +54,7 @@ Update-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalization [-IsMajorVersion] [-Language ] [-Versions ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -65,7 +65,7 @@ Update-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalization -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -826,6 +826,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion.md index f5df0d9652658..ba95510fc22e1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaidentitygovernancetermsofuseagreementfilelocalizationversion Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion --- @@ -31,7 +31,6 @@ Update-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion [-IsMajorVersion] [-Language ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -42,7 +41,6 @@ Update-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -55,7 +53,6 @@ Update-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion [-IsMajorVersion] [-Language ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -66,7 +63,6 @@ Update-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -774,6 +770,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceTermsOfUseAgreementFileVersion.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceTermsOfUseAgreementFileVersion.md index 93d878d939f92..37e15d288300d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceTermsOfUseAgreementFileVersion.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaIdentityGovernanceTermsOfUseAgreementFileVersion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaidentitygovernancetermsofuseagreementfileversion Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentityGovernanceTermsOfUseAgreementFileVersion --- @@ -30,7 +30,6 @@ Update-MgBetaIdentityGovernanceTermsOfUseAgreementFileVersion -AgreementFileLoca [-IsMajorVersion] [-Language ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -41,7 +40,6 @@ Update-MgBetaIdentityGovernanceTermsOfUseAgreementFileVersion -AgreementFileLoca [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -54,7 +52,6 @@ Update-MgBetaIdentityGovernanceTermsOfUseAgreementFileVersion [-IsMajorVersion] [-Language ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -65,7 +62,6 @@ Update-MgBetaIdentityGovernanceTermsOfUseAgreementFileVersion [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -773,6 +769,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaPrivilegedAccess.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaPrivilegedAccess.md index 447fde47b9712..22e1561bb3389 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaPrivilegedAccess.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaPrivilegedAccess.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaprivilegedaccess Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaPrivilegedAccess --- @@ -29,7 +29,6 @@ Update-MgBetaPrivilegedAccess -PrivilegedAccessId [-ResponseHeadersVari [-RoleSettings ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -39,7 +38,7 @@ Update-MgBetaPrivilegedAccess -PrivilegedAccessId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -54,7 +53,6 @@ Update-MgBetaPrivilegedAccess -InputObject [-RoleSettings ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -64,7 +62,7 @@ Update-MgBetaPrivilegedAccess -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -828,6 +826,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaPrivilegedAccessResource.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaPrivilegedAccessResource.md index f271d71565039..842cfe509c7e4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaPrivilegedAccessResource.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaPrivilegedAccessResource.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaprivilegedaccessresource Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaPrivilegedAccessResource --- @@ -30,7 +30,7 @@ Update-MgBetaPrivilegedAccessResource -GovernanceResourceId -Privileged [-RoleSettings ] [-Status ] [-Type ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -40,7 +40,7 @@ Update-MgBetaPrivilegedAccessResource -GovernanceResourceId -Privileged -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -56,7 +56,7 @@ Update-MgBetaPrivilegedAccessResource -InputObject [-RoleSettings ] [-Status ] [-Type ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -66,7 +66,7 @@ Update-MgBetaPrivilegedAccessResource -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -990,6 +990,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaPrivilegedAccessResourceRoleAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaPrivilegedAccessResourceRoleAssignment.md index 47c4082285a5c..75f10c5b08974 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaPrivilegedAccessResourceRoleAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaPrivilegedAccessResourceRoleAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaprivilegedaccessresourceroleassignment Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaPrivilegedAccessResourceRoleAssignment --- @@ -31,7 +31,7 @@ Update-MgBetaPrivilegedAccessResourceRoleAssignment -GovernanceResourceId ] [-Status ] [-Subject ] [-SubjectId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -42,7 +42,7 @@ Update-MgBetaPrivilegedAccessResourceRoleAssignment -GovernanceResourceId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -58,7 +58,7 @@ Update-MgBetaPrivilegedAccessResourceRoleAssignment -InputObject ] [-Status ] [-Subject ] [-SubjectId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -68,7 +68,7 @@ Update-MgBetaPrivilegedAccessResourceRoleAssignment -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -1103,6 +1103,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaPrivilegedAccessResourceRoleAssignmentRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaPrivilegedAccessResourceRoleAssignmentRequest.md index 448c68d8fab45..01c81309ee6f4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaPrivilegedAccessResourceRoleAssignmentRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaPrivilegedAccessResourceRoleAssignmentRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaprivilegedaccessresourceroleassignmentrequest Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaPrivilegedAccessResourceRoleAssignmentRequest --- @@ -31,7 +31,7 @@ Update-MgBetaPrivilegedAccessResourceRoleAssignmentRequest -GovernanceResourceId [-Subject ] [-SubjectId ] [-Type ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -42,7 +42,7 @@ Update-MgBetaPrivilegedAccessResourceRoleAssignmentRequest -GovernanceResourceId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -59,7 +59,7 @@ Update-MgBetaPrivilegedAccessResourceRoleAssignmentRequest [-Subject ] [-SubjectId ] [-Type ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -70,7 +70,7 @@ Update-MgBetaPrivilegedAccessResourceRoleAssignmentRequest -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -1082,6 +1082,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaPrivilegedAccessResourceRoleAssignmentRequestRoleDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaPrivilegedAccessResourceRoleAssignmentRequestRoleDefinition.md index 4b932665c8281..a0770884720d3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaPrivilegedAccessResourceRoleAssignmentRequestRoleDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaPrivilegedAccessResourceRoleAssignmentRequestRoleDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaprivilegedaccessresourceroleassignmentrequestroledefinition Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaPrivilegedAccessResourceRoleAssignmentRequestRoleDefinition --- @@ -28,7 +28,7 @@ Update-MgBetaPrivilegedAccessResourceRoleAssignmentRequestRoleDefinition [-RoleSetting ] [-TemplateId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -40,7 +40,6 @@ Update-MgBetaPrivilegedAccessResourceRoleAssignmentRequestRoleDefinition [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -53,7 +52,7 @@ Update-MgBetaPrivilegedAccessResourceRoleAssignmentRequestRoleDefinition [-RoleSetting ] [-TemplateId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -64,7 +63,6 @@ Update-MgBetaPrivilegedAccessResourceRoleAssignmentRequestRoleDefinition [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -871,6 +869,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaPrivilegedAccessResourceRoleAssignmentRequestSubject.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaPrivilegedAccessResourceRoleAssignmentRequestSubject.md index 4eeeea2d410a0..6509c7d852ecf 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaPrivilegedAccessResourceRoleAssignmentRequestSubject.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaPrivilegedAccessResourceRoleAssignmentRequestSubject.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaprivilegedaccessresourceroleassignmentrequestsubject Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaPrivilegedAccessResourceRoleAssignmentRequestSubject --- @@ -26,7 +26,7 @@ Update-MgBetaPrivilegedAccessResourceRoleAssignmentRequestSubject -GovernanceRes [-Email ] [-Id ] [-PrincipalName ] [-Type ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -37,7 +37,7 @@ Update-MgBetaPrivilegedAccessResourceRoleAssignmentRequestSubject -GovernanceRes -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -49,7 +49,6 @@ Update-MgBetaPrivilegedAccessResourceRoleAssignmentRequestSubject [-PrincipalName ] [-Type ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -60,7 +59,6 @@ Update-MgBetaPrivilegedAccessResourceRoleAssignmentRequestSubject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -684,6 +682,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaPrivilegedAccessResourceRoleAssignmentRoleDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaPrivilegedAccessResourceRoleAssignmentRoleDefinition.md index 35e627845a332..e991f71bc0b34 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaPrivilegedAccessResourceRoleAssignmentRoleDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaPrivilegedAccessResourceRoleAssignmentRoleDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaprivilegedaccessresourceroleassignmentroledefinition Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaPrivilegedAccessResourceRoleAssignmentRoleDefinition --- @@ -27,7 +27,7 @@ Update-MgBetaPrivilegedAccessResourceRoleAssignmentRoleDefinition -GovernanceRes [-ResourceId ] [-RoleSetting ] [-TemplateId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -38,7 +38,7 @@ Update-MgBetaPrivilegedAccessResourceRoleAssignmentRoleDefinition -GovernanceRes -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -51,7 +51,7 @@ Update-MgBetaPrivilegedAccessResourceRoleAssignmentRoleDefinition [-RoleSetting ] [-TemplateId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -62,7 +62,6 @@ Update-MgBetaPrivilegedAccessResourceRoleAssignmentRoleDefinition [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -869,6 +868,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaPrivilegedAccessResourceRoleAssignmentSubject.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaPrivilegedAccessResourceRoleAssignmentSubject.md index 69b96ffc9f25c..c9145e96bbb51 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaPrivilegedAccessResourceRoleAssignmentSubject.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaPrivilegedAccessResourceRoleAssignmentSubject.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaprivilegedaccessresourceroleassignmentsubject Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaPrivilegedAccessResourceRoleAssignmentSubject --- @@ -26,7 +26,7 @@ Update-MgBetaPrivilegedAccessResourceRoleAssignmentSubject -GovernanceResourceId [-Email ] [-Id ] [-PrincipalName ] [-Type ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -37,7 +37,7 @@ Update-MgBetaPrivilegedAccessResourceRoleAssignmentSubject -GovernanceResourceId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -49,7 +49,6 @@ Update-MgBetaPrivilegedAccessResourceRoleAssignmentSubject [-PrincipalName ] [-Type ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -60,7 +59,6 @@ Update-MgBetaPrivilegedAccessResourceRoleAssignmentSubject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -684,6 +682,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaPrivilegedAccessResourceRoleDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaPrivilegedAccessResourceRoleDefinition.md index 6c5ed3839a7e5..cd06981ee76a9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaPrivilegedAccessResourceRoleDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaPrivilegedAccessResourceRoleDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaprivilegedaccessresourceroledefinition Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaPrivilegedAccessResourceRoleDefinition --- @@ -27,7 +27,7 @@ Update-MgBetaPrivilegedAccessResourceRoleDefinition -GovernanceResourceId ] [-RoleSetting ] [-TemplateId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -38,7 +38,7 @@ Update-MgBetaPrivilegedAccessResourceRoleDefinition -GovernanceResourceId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -50,7 +50,7 @@ Update-MgBetaPrivilegedAccessResourceRoleDefinition -InputObject ] [-RoleSetting ] [-TemplateId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -60,7 +60,7 @@ Update-MgBetaPrivilegedAccessResourceRoleDefinition -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -867,6 +867,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaPrivilegedAccessResourceRoleSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaPrivilegedAccessResourceRoleSetting.md index 9cb6e9229df92..5bbcd230d8bad 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaPrivilegedAccessResourceRoleSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaPrivilegedAccessResourceRoleSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaprivilegedaccessresourcerolesetting Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaPrivilegedAccessResourceRoleSetting --- @@ -32,7 +32,6 @@ Update-MgBetaPrivilegedAccessResourceRoleSetting -GovernanceResourceId [-UserMemberSettings ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -43,7 +42,7 @@ Update-MgBetaPrivilegedAccessResourceRoleSetting -GovernanceResourceId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -60,7 +59,6 @@ Update-MgBetaPrivilegedAccessResourceRoleSetting -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -70,7 +68,7 @@ Update-MgBetaPrivilegedAccessResourceRoleSetting -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -1038,6 +1036,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaPrivilegedAccessResourceRoleSettingRoleDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaPrivilegedAccessResourceRoleSettingRoleDefinition.md index 3ccce9f084207..41f05daa77172 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaPrivilegedAccessResourceRoleSettingRoleDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaPrivilegedAccessResourceRoleSettingRoleDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaprivilegedaccessresourcerolesettingroledefinition Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaPrivilegedAccessResourceRoleSettingRoleDefinition --- @@ -27,7 +27,7 @@ Update-MgBetaPrivilegedAccessResourceRoleSettingRoleDefinition -GovernanceResour [-RoleSetting ] [-TemplateId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -38,7 +38,7 @@ Update-MgBetaPrivilegedAccessResourceRoleSettingRoleDefinition -GovernanceResour -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -51,7 +51,7 @@ Update-MgBetaPrivilegedAccessResourceRoleSettingRoleDefinition [-RoleSetting ] [-TemplateId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -62,7 +62,6 @@ Update-MgBetaPrivilegedAccessResourceRoleSettingRoleDefinition [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -869,6 +868,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaPrivilegedAccessRoleAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaPrivilegedAccessRoleAssignment.md index 6056e8617c1e7..ae6188fda4f78 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaPrivilegedAccessRoleAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaPrivilegedAccessRoleAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaprivilegedaccessroleassignment Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaPrivilegedAccessRoleAssignment --- @@ -31,7 +31,7 @@ Update-MgBetaPrivilegedAccessRoleAssignment -GovernanceRoleAssignmentId [-StartDateTime ] [-Status ] [-Subject ] [-SubjectId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -42,7 +42,6 @@ Update-MgBetaPrivilegedAccessRoleAssignment -GovernanceRoleAssignmentId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -58,7 +57,7 @@ Update-MgBetaPrivilegedAccessRoleAssignment -InputObject ] [-Status ] [-Subject ] [-SubjectId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -68,7 +67,7 @@ Update-MgBetaPrivilegedAccessRoleAssignment -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -1076,6 +1075,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaPrivilegedAccessRoleAssignmentRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaPrivilegedAccessRoleAssignmentRequest.md index 45bed0644baf8..b6597d1694ce8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaPrivilegedAccessRoleAssignmentRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaPrivilegedAccessRoleAssignmentRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaprivilegedaccessroleassignmentrequest Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaPrivilegedAccessRoleAssignmentRequest --- @@ -31,7 +31,7 @@ Update-MgBetaPrivilegedAccessRoleAssignmentRequest -GovernanceRoleAssignmentRequ [-Subject ] [-SubjectId ] [-Type ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -42,7 +42,6 @@ Update-MgBetaPrivilegedAccessRoleAssignmentRequest -GovernanceRoleAssignmentRequ [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -58,7 +57,7 @@ Update-MgBetaPrivilegedAccessRoleAssignmentRequest -InputObject ] [-SubjectId ] [-Type ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -68,7 +67,7 @@ Update-MgBetaPrivilegedAccessRoleAssignmentRequest -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -1053,6 +1052,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaPrivilegedAccessRoleAssignmentRequestRoleDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaPrivilegedAccessRoleAssignmentRequestRoleDefinition.md index 0755650c29f59..9b8396d6dde91 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaPrivilegedAccessRoleAssignmentRequestRoleDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaPrivilegedAccessRoleAssignmentRequestRoleDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaprivilegedaccessroleassignmentrequestroledefinition Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaPrivilegedAccessRoleAssignmentRequestRoleDefinition --- @@ -27,7 +27,7 @@ Update-MgBetaPrivilegedAccessRoleAssignmentRequestRoleDefinition [-ResourceId ] [-RoleSetting ] [-TemplateId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -38,7 +38,7 @@ Update-MgBetaPrivilegedAccessRoleAssignmentRequestRoleDefinition -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -51,7 +51,7 @@ Update-MgBetaPrivilegedAccessRoleAssignmentRequestRoleDefinition [-RoleSetting ] [-TemplateId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -62,7 +62,6 @@ Update-MgBetaPrivilegedAccessRoleAssignmentRequestRoleDefinition [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -842,6 +841,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaPrivilegedAccessRoleAssignmentRequestSubject.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaPrivilegedAccessRoleAssignmentRequestSubject.md index 27a21bef5bfda..2237b8ce1288b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaPrivilegedAccessRoleAssignmentRequestSubject.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaPrivilegedAccessRoleAssignmentRequestSubject.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaprivilegedaccessroleassignmentrequestsubject Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaPrivilegedAccessRoleAssignmentRequestSubject --- @@ -26,7 +26,7 @@ Update-MgBetaPrivilegedAccessRoleAssignmentRequestSubject [-Email ] [-Id ] [-PrincipalName ] [-Type ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -37,7 +37,7 @@ Update-MgBetaPrivilegedAccessRoleAssignmentRequestSubject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -48,7 +48,7 @@ Update-MgBetaPrivilegedAccessRoleAssignmentRequestSubject -InputObject ] [-Id ] [-PrincipalName ] [-Type ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -58,7 +58,7 @@ Update-MgBetaPrivilegedAccessRoleAssignmentRequestSubject -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -655,6 +655,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaPrivilegedAccessRoleAssignmentRoleDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaPrivilegedAccessRoleAssignmentRoleDefinition.md index 9e675b089ca08..8c88ac130dc10 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaPrivilegedAccessRoleAssignmentRoleDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaPrivilegedAccessRoleAssignmentRoleDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaprivilegedaccessroleassignmentroledefinition Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaPrivilegedAccessRoleAssignmentRoleDefinition --- @@ -27,7 +27,7 @@ Update-MgBetaPrivilegedAccessRoleAssignmentRoleDefinition -GovernanceRoleAssignm [-RoleSetting ] [-TemplateId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -38,7 +38,6 @@ Update-MgBetaPrivilegedAccessRoleAssignmentRoleDefinition -GovernanceRoleAssignm [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -50,7 +49,7 @@ Update-MgBetaPrivilegedAccessRoleAssignmentRoleDefinition -InputObject ] [-RoleSetting ] [-TemplateId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -60,7 +59,7 @@ Update-MgBetaPrivilegedAccessRoleAssignmentRoleDefinition -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -840,6 +839,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaPrivilegedAccessRoleAssignmentSubject.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaPrivilegedAccessRoleAssignmentSubject.md index daf390fbdc708..dbd6b1b221988 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaPrivilegedAccessRoleAssignmentSubject.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaPrivilegedAccessRoleAssignmentSubject.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaprivilegedaccessroleassignmentsubject Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaPrivilegedAccessRoleAssignmentSubject --- @@ -26,7 +26,6 @@ Update-MgBetaPrivilegedAccessRoleAssignmentSubject -GovernanceRoleAssignmentId < [-PrincipalName ] [-Type ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -37,7 +36,6 @@ Update-MgBetaPrivilegedAccessRoleAssignmentSubject -GovernanceRoleAssignmentId < [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -48,7 +46,7 @@ Update-MgBetaPrivilegedAccessRoleAssignmentSubject -InputObject ] [-Id ] [-PrincipalName ] [-Type ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -58,7 +56,7 @@ Update-MgBetaPrivilegedAccessRoleAssignmentSubject -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -655,6 +653,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaPrivilegedAccessRoleDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaPrivilegedAccessRoleDefinition.md index da96b4c14f607..728a6e3b3e3c1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaPrivilegedAccessRoleDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaPrivilegedAccessRoleDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaprivilegedaccessroledefinition Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaPrivilegedAccessRoleDefinition --- @@ -27,7 +27,7 @@ Update-MgBetaPrivilegedAccessRoleDefinition -GovernanceRoleDefinitionId [-RoleSetting ] [-TemplateId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -38,7 +38,6 @@ Update-MgBetaPrivilegedAccessRoleDefinition -GovernanceRoleDefinitionId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -50,7 +49,7 @@ Update-MgBetaPrivilegedAccessRoleDefinition -InputObject ] [-RoleSetting ] [-TemplateId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -60,7 +59,7 @@ Update-MgBetaPrivilegedAccessRoleDefinition -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -840,6 +839,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaPrivilegedAccessRoleSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaPrivilegedAccessRoleSetting.md index e2b742c8cb326..e0e906273f25e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaPrivilegedAccessRoleSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaPrivilegedAccessRoleSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaprivilegedaccessrolesetting Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaPrivilegedAccessRoleSetting --- @@ -32,7 +32,6 @@ Update-MgBetaPrivilegedAccessRoleSetting -GovernanceRoleSettingId [-UserMemberSettings ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -43,7 +42,6 @@ Update-MgBetaPrivilegedAccessRoleSetting -GovernanceRoleSettingId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -60,7 +58,6 @@ Update-MgBetaPrivilegedAccessRoleSetting -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -70,7 +67,7 @@ Update-MgBetaPrivilegedAccessRoleSetting -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -1028,6 +1025,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaPrivilegedAccessRoleSettingRoleDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaPrivilegedAccessRoleSettingRoleDefinition.md index 375918588839f..dc69686a4ae2b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaPrivilegedAccessRoleSettingRoleDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaPrivilegedAccessRoleSettingRoleDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaprivilegedaccessrolesettingroledefinition Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaPrivilegedAccessRoleSettingRoleDefinition --- @@ -27,7 +27,7 @@ Update-MgBetaPrivilegedAccessRoleSettingRoleDefinition -GovernanceRoleSettingId [-RoleSetting ] [-TemplateId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -38,7 +38,6 @@ Update-MgBetaPrivilegedAccessRoleSettingRoleDefinition -GovernanceRoleSettingId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -50,7 +49,7 @@ Update-MgBetaPrivilegedAccessRoleSettingRoleDefinition -InputObject ] [-RoleSetting ] [-TemplateId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -60,7 +59,7 @@ Update-MgBetaPrivilegedAccessRoleSettingRoleDefinition -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -840,6 +839,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaPrivilegedApproval.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaPrivilegedApproval.md index adc39f76d2cfd..f09f5b6252a1c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaPrivilegedApproval.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaPrivilegedApproval.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaprivilegedapproval Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaPrivilegedApproval --- @@ -27,7 +27,7 @@ Update-MgBetaPrivilegedApproval -PrivilegedApprovalId [-ResponseHeaders [-RoleId ] [-RoleInfo ] [-StartDateTime ] [-UserId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -37,7 +37,7 @@ Update-MgBetaPrivilegedApproval -PrivilegedApprovalId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -51,7 +51,7 @@ Update-MgBetaPrivilegedApproval -InputObject [-RoleId ] [-RoleInfo ] [-StartDateTime ] [-UserId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -61,7 +61,7 @@ Update-MgBetaPrivilegedApproval -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -899,6 +899,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaPrivilegedApprovalRoleInfo.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaPrivilegedApprovalRoleInfo.md index b1f73c40ffe8a..feab5235e19f1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaPrivilegedApprovalRoleInfo.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaPrivilegedApprovalRoleInfo.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaprivilegedapprovalroleinfo Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaPrivilegedApprovalRoleInfo --- @@ -27,7 +27,6 @@ Update-MgBetaPrivilegedApprovalRoleInfo -PrivilegedApprovalId [-Summary ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -37,7 +36,7 @@ Update-MgBetaPrivilegedApprovalRoleInfo -PrivilegedApprovalId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -50,7 +49,6 @@ Update-MgBetaPrivilegedApprovalRoleInfo -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -60,7 +58,7 @@ Update-MgBetaPrivilegedApprovalRoleInfo -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -694,6 +692,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaPrivilegedApprovalRoleInfoSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaPrivilegedApprovalRoleInfoSetting.md index 42340f3e4a708..583b256f271aa 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaPrivilegedApprovalRoleInfoSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaPrivilegedApprovalRoleInfoSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaprivilegedapprovalroleinfosetting Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaPrivilegedApprovalRoleInfoSetting --- @@ -28,7 +28,6 @@ Update-MgBetaPrivilegedApprovalRoleInfoSetting -PrivilegedApprovalId [-TicketingInfoOnElevation] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -38,7 +37,7 @@ Update-MgBetaPrivilegedApprovalRoleInfoSetting -PrivilegedApprovalId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -52,7 +51,6 @@ Update-MgBetaPrivilegedApprovalRoleInfoSetting -InputObject ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -62,7 +60,7 @@ Update-MgBetaPrivilegedApprovalRoleInfoSetting -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -794,6 +792,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaPrivilegedApprovalRoleInfoSummary.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaPrivilegedApprovalRoleInfoSummary.md index 1a95ffd8da191..a4dbaeb3124ed 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaPrivilegedApprovalRoleInfoSummary.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaPrivilegedApprovalRoleInfoSummary.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaprivilegedapprovalroleinfosummary Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaPrivilegedApprovalRoleInfoSummary --- @@ -25,7 +25,7 @@ Update-MgBetaPrivilegedApprovalRoleInfoSummary -PrivilegedApprovalId [-Id ] [-ManagedCount ] [-MfaEnabled] [-Status ] [-UsersCount ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -35,7 +35,7 @@ Update-MgBetaPrivilegedApprovalRoleInfoSummary -PrivilegedApprovalId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -46,7 +46,7 @@ Update-MgBetaPrivilegedApprovalRoleInfoSummary -InputObject ] [-ManagedCount ] [-MfaEnabled] [-Status ] [-UsersCount ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -56,7 +56,7 @@ Update-MgBetaPrivilegedApprovalRoleInfoSummary -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -648,6 +648,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaPrivilegedOperationEvent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaPrivilegedOperationEvent.md index 2b0faef42f446..23266782a6c2a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaPrivilegedOperationEvent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaPrivilegedOperationEvent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaprivilegedoperationevent Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaPrivilegedOperationEvent --- @@ -28,7 +28,7 @@ Update-MgBetaPrivilegedOperationEvent -PrivilegedOperationEventId [-TenantId ] [-UserId ] [-UserMail ] [-UserName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -38,7 +38,7 @@ Update-MgBetaPrivilegedOperationEvent -PrivilegedOperationEventId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -52,7 +52,7 @@ Update-MgBetaPrivilegedOperationEvent -InputObject [-TenantId ] [-UserId ] [-UserMail ] [-UserName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -62,7 +62,7 @@ Update-MgBetaPrivilegedOperationEvent -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -906,6 +906,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaPrivilegedRole.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaPrivilegedRole.md index 454e517028073..65f58fcbd7d01 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaPrivilegedRole.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaPrivilegedRole.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaprivilegedrole Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaPrivilegedRole --- @@ -26,7 +26,6 @@ Update-MgBetaPrivilegedRole -PrivilegedRoleId [-ResponseHeadersVariable [-Summary ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -36,7 +35,7 @@ Update-MgBetaPrivilegedRole -PrivilegedRoleId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -49,7 +48,6 @@ Update-MgBetaPrivilegedRole -InputObject [-Summary ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -59,7 +57,7 @@ Update-MgBetaPrivilegedRole -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -693,6 +691,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaPrivilegedRoleAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaPrivilegedRoleAssignment.md index e7b44ca1aec65..e54ecd717fa28 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaPrivilegedRoleAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaPrivilegedRoleAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaprivilegedroleassignment Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaPrivilegedRoleAssignment --- @@ -26,7 +26,7 @@ Update-MgBetaPrivilegedRoleAssignment -PrivilegedRoleAssignmentId [-RoleId ] [-RoleInfo ] [-UserId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -36,7 +36,7 @@ Update-MgBetaPrivilegedRoleAssignment -PrivilegedRoleAssignmentId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -48,7 +48,7 @@ Update-MgBetaPrivilegedRoleAssignment -InputObject [-RoleId ] [-RoleInfo ] [-UserId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -58,7 +58,7 @@ Update-MgBetaPrivilegedRoleAssignment -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -707,6 +707,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaPrivilegedRoleAssignmentRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaPrivilegedRoleAssignmentRequest.md index d7ec040da48e6..4a44f786ef477 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaPrivilegedRoleAssignmentRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaPrivilegedRoleAssignmentRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaprivilegedroleassignmentrequest Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaPrivilegedRoleAssignmentRequest --- @@ -28,7 +28,6 @@ Update-MgBetaPrivilegedRoleAssignmentRequest -PrivilegedRoleAssignmentRequestId [-TicketSystem ] [-Type ] [-UserId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -38,7 +37,7 @@ Update-MgBetaPrivilegedRoleAssignmentRequest -PrivilegedRoleAssignmentRequestId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -52,7 +51,6 @@ Update-MgBetaPrivilegedRoleAssignmentRequest -InputObject ] [-Type ] [-UserId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -62,7 +60,7 @@ Update-MgBetaPrivilegedRoleAssignmentRequest -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -900,6 +898,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaPrivilegedRoleAssignmentRequestRoleInfo.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaPrivilegedRoleAssignmentRequestRoleInfo.md index 5b178e4ae6367..05891c0cc8f8d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaPrivilegedRoleAssignmentRequestRoleInfo.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaPrivilegedRoleAssignmentRequestRoleInfo.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaprivilegedroleassignmentrequestroleinfo Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaPrivilegedRoleAssignmentRequestRoleInfo --- @@ -27,7 +27,6 @@ Update-MgBetaPrivilegedRoleAssignmentRequestRoleInfo -PrivilegedRoleAssignmentRe [-Summary ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -37,7 +36,7 @@ Update-MgBetaPrivilegedRoleAssignmentRequestRoleInfo -PrivilegedRoleAssignmentRe -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -50,7 +49,6 @@ Update-MgBetaPrivilegedRoleAssignmentRequestRoleInfo -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -60,7 +58,7 @@ Update-MgBetaPrivilegedRoleAssignmentRequestRoleInfo -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -694,6 +692,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaPrivilegedRoleAssignmentRequestRoleInfoSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaPrivilegedRoleAssignmentRequestRoleInfoSetting.md index 88a45ad72d8d4..9991d3a501bb2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaPrivilegedRoleAssignmentRequestRoleInfoSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaPrivilegedRoleAssignmentRequestRoleInfoSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaprivilegedroleassignmentrequestroleinfosetting Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaPrivilegedRoleAssignmentRequestRoleInfoSetting --- @@ -28,7 +28,6 @@ Update-MgBetaPrivilegedRoleAssignmentRequestRoleInfoSetting [-NotificationToUserOnElevation] [-TicketingInfoOnElevation] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -39,7 +38,6 @@ Update-MgBetaPrivilegedRoleAssignmentRequestRoleInfoSetting [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -53,7 +51,6 @@ Update-MgBetaPrivilegedRoleAssignmentRequestRoleInfoSetting [-NotificationToUserOnElevation] [-TicketingInfoOnElevation] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -64,7 +61,6 @@ Update-MgBetaPrivilegedRoleAssignmentRequestRoleInfoSetting [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -796,6 +792,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaPrivilegedRoleAssignmentRequestRoleInfoSummary.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaPrivilegedRoleAssignmentRequestRoleInfoSummary.md index 3a53f3b750a71..cd8e135c15aee 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaPrivilegedRoleAssignmentRequestRoleInfoSummary.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaPrivilegedRoleAssignmentRequestRoleInfoSummary.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaprivilegedroleassignmentrequestroleinfosummary Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaPrivilegedRoleAssignmentRequestRoleInfoSummary --- @@ -26,7 +26,6 @@ Update-MgBetaPrivilegedRoleAssignmentRequestRoleInfoSummary [-MfaEnabled] [-Status ] [-UsersCount ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -37,7 +36,6 @@ Update-MgBetaPrivilegedRoleAssignmentRequestRoleInfoSummary [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -49,7 +47,6 @@ Update-MgBetaPrivilegedRoleAssignmentRequestRoleInfoSummary [-MfaEnabled] [-Status ] [-UsersCount ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -60,7 +57,6 @@ Update-MgBetaPrivilegedRoleAssignmentRequestRoleInfoSummary [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -652,6 +648,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaPrivilegedRoleAssignmentRoleInfo.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaPrivilegedRoleAssignmentRoleInfo.md index 58b2ad771e0f8..c281501db6b15 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaPrivilegedRoleAssignmentRoleInfo.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaPrivilegedRoleAssignmentRoleInfo.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaprivilegedroleassignmentroleinfo Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaPrivilegedRoleAssignmentRoleInfo --- @@ -27,7 +27,6 @@ Update-MgBetaPrivilegedRoleAssignmentRoleInfo -PrivilegedRoleAssignmentId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -37,7 +36,7 @@ Update-MgBetaPrivilegedRoleAssignmentRoleInfo -PrivilegedRoleAssignmentId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -50,7 +49,6 @@ Update-MgBetaPrivilegedRoleAssignmentRoleInfo -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -60,7 +58,7 @@ Update-MgBetaPrivilegedRoleAssignmentRoleInfo -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -694,6 +692,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaPrivilegedRoleAssignmentRoleInfoSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaPrivilegedRoleAssignmentRoleInfoSetting.md index 375d882c7d592..6ccd86b2b465b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaPrivilegedRoleAssignmentRoleInfoSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaPrivilegedRoleAssignmentRoleInfoSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaprivilegedroleassignmentroleinfosetting Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaPrivilegedRoleAssignmentRoleInfoSetting --- @@ -28,7 +28,6 @@ Update-MgBetaPrivilegedRoleAssignmentRoleInfoSetting -PrivilegedRoleAssignmentId [-TicketingInfoOnElevation] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -38,7 +37,7 @@ Update-MgBetaPrivilegedRoleAssignmentRoleInfoSetting -PrivilegedRoleAssignmentId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -52,7 +51,6 @@ Update-MgBetaPrivilegedRoleAssignmentRoleInfoSetting -InputObject ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -62,7 +60,7 @@ Update-MgBetaPrivilegedRoleAssignmentRoleInfoSetting -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -794,6 +792,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaPrivilegedRoleAssignmentRoleInfoSummary.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaPrivilegedRoleAssignmentRoleInfoSummary.md index 17ec090f2f07d..692361f04dc60 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaPrivilegedRoleAssignmentRoleInfoSummary.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaPrivilegedRoleAssignmentRoleInfoSummary.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaprivilegedroleassignmentroleinfosummary Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaPrivilegedRoleAssignmentRoleInfoSummary --- @@ -25,7 +25,7 @@ Update-MgBetaPrivilegedRoleAssignmentRoleInfoSummary -PrivilegedRoleAssignmentId [-Id ] [-ManagedCount ] [-MfaEnabled] [-Status ] [-UsersCount ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -35,7 +35,7 @@ Update-MgBetaPrivilegedRoleAssignmentRoleInfoSummary -PrivilegedRoleAssignmentId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -46,7 +46,7 @@ Update-MgBetaPrivilegedRoleAssignmentRoleInfoSummary -InputObject ] [-ManagedCount ] [-MfaEnabled] [-Status ] [-UsersCount ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -56,7 +56,7 @@ Update-MgBetaPrivilegedRoleAssignmentRoleInfoSummary -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -648,6 +648,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaPrivilegedRoleSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaPrivilegedRoleSetting.md index 5780c5b3d0f73..9d02a52091ac3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaPrivilegedRoleSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaPrivilegedRoleSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaprivilegedrolesetting Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaPrivilegedRoleSetting --- @@ -27,7 +27,6 @@ Update-MgBetaPrivilegedRoleSetting -PrivilegedRoleId [-ResponseHeadersV [-NotificationToUserOnElevation] [-TicketingInfoOnElevation] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -37,7 +36,7 @@ Update-MgBetaPrivilegedRoleSetting -PrivilegedRoleId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -51,7 +50,6 @@ Update-MgBetaPrivilegedRoleSetting -InputObject [-TicketingInfoOnElevation] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -61,7 +59,7 @@ Update-MgBetaPrivilegedRoleSetting -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -793,6 +791,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaPrivilegedRoleSummary.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaPrivilegedRoleSummary.md index 0f448f42b715e..5a5f7c4a96562 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaPrivilegedRoleSummary.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaPrivilegedRoleSummary.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaprivilegedrolesummary Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaPrivilegedRoleSummary --- @@ -25,7 +25,6 @@ Update-MgBetaPrivilegedRoleSummary -PrivilegedRoleId [-ResponseHeadersV [-MfaEnabled] [-Status ] [-UsersCount ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -35,7 +34,7 @@ Update-MgBetaPrivilegedRoleSummary -PrivilegedRoleId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -46,7 +45,7 @@ Update-MgBetaPrivilegedRoleSummary -InputObject [-Id ] [-ManagedCount ] [-MfaEnabled] [-Status ] [-UsersCount ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -56,7 +55,7 @@ Update-MgBetaPrivilegedRoleSummary -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -648,6 +647,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaProgram.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaProgram.md index 4e02b4fe92e08..b1a40a50c995b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaProgram.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaProgram.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaprogram Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaProgram --- @@ -25,7 +25,6 @@ Update-MgBetaProgram -ProgramId [-ResponseHeadersVariable ] [-Description ] [-DisplayName ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -35,7 +34,6 @@ Update-MgBetaProgram -ProgramId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -46,7 +44,6 @@ Update-MgBetaProgram -InputObject [-ResponseHeader [-Description ] [-DisplayName ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -56,7 +53,7 @@ Update-MgBetaProgram -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -679,6 +676,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaProgramControl.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaProgramControl.md index aa7b9045684a8..ae2ad712014b7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaProgramControl.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaProgramControl.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaprogramcontrol Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaProgramControl --- @@ -27,7 +27,6 @@ Update-MgBetaProgramControl -ProgramControlId [-ProgramId ] [-Resource ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateExpanded2 @@ -40,7 +39,7 @@ Update-MgBetaProgramControl -ProgramControlId -ProgramId [-Resource ] [-Status ] [-ProgramId1 ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateExpanded1 @@ -53,7 +52,7 @@ Update-MgBetaProgramControl -ProgramControlId -ProgramControlId1 ] [-Resource ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update2 @@ -63,7 +62,7 @@ Update-MgBetaProgramControl -ProgramControlId -ProgramId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update1 @@ -73,7 +72,7 @@ Update-MgBetaProgramControl -ProgramControlId -ProgramControlId1 [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -83,7 +82,7 @@ Update-MgBetaProgramControl -ProgramControlId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded2 @@ -96,7 +95,6 @@ Update-MgBetaProgramControl -InputObject [-Program [-Resource ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded1 @@ -109,7 +107,6 @@ Update-MgBetaProgramControl -InputObject [-Program [-Resource ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -122,7 +119,6 @@ Update-MgBetaProgramControl -InputObject [-Program [-Resource ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity2 @@ -132,7 +128,7 @@ Update-MgBetaProgramControl -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity1 @@ -142,7 +138,7 @@ Update-MgBetaProgramControl -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -152,7 +148,7 @@ Update-MgBetaProgramControl -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -1277,6 +1273,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaProgramControlProgram.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaProgramControlProgram.md index 46afcedbe1bc3..252b9f453f4cc 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaProgramControlProgram.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaProgramControlProgram.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaprogramcontrolprogram Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaProgramControlProgram --- @@ -25,7 +25,6 @@ Update-MgBetaProgramControlProgram -ProgramControlId [-ResponseHeadersV [-Description ] [-DisplayName ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateExpanded1 @@ -36,7 +35,7 @@ Update-MgBetaProgramControlProgram -ProgramControlId -ProgramId ] [-Description ] [-DisplayName ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update1 @@ -46,7 +45,7 @@ Update-MgBetaProgramControlProgram -ProgramControlId -ProgramId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -56,7 +55,7 @@ Update-MgBetaProgramControlProgram -ProgramControlId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded1 @@ -67,7 +66,7 @@ Update-MgBetaProgramControlProgram -InputObject [-Controls ] [-Description ] [-DisplayName ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -78,7 +77,7 @@ Update-MgBetaProgramControlProgram -InputObject [-Controls ] [-Description ] [-DisplayName ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity1 @@ -88,7 +87,7 @@ Update-MgBetaProgramControlProgram -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -98,7 +97,7 @@ Update-MgBetaProgramControlProgram -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -827,6 +826,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaProgramControlType.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaProgramControlType.md index bb6aaa3d7e4f0..774ddb87e9175 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaProgramControlType.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaProgramControlType.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetaprogramcontroltype Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaProgramControlType --- @@ -24,7 +24,7 @@ Update-MgBetaProgramControlType -ProgramControlTypeId [-ResponseHeaders [-AdditionalProperties ] [-ControlTypeGroupId ] [-DisplayName ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -34,7 +34,7 @@ Update-MgBetaProgramControlType -ProgramControlTypeId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -45,7 +45,7 @@ Update-MgBetaProgramControlType -InputObject [-ControlTypeGroupId ] [-DisplayName ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -55,7 +55,7 @@ Update-MgBetaProgramControlType -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -563,6 +563,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementDirectory.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementDirectory.md index de55be99e6791..67fe446f16fcc 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementDirectory.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementDirectory.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetarolemanagementdirectory Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaRoleManagementDirectory --- @@ -38,7 +38,7 @@ Update-MgBetaRoleManagementDirectory [-ResponseHeadersVariable ] [-TransitiveRoleAssignments ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -48,7 +48,6 @@ Update-MgBetaRoleManagementDirectory -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementDirectoryResourceNamespace.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementDirectoryResourceNamespace.md index af765def4e4df..85f6067262e7e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementDirectoryResourceNamespace.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementDirectoryResourceNamespace.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetarolemanagementdirectoryresourcenamespace Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaRoleManagementDirectoryResourceNamespace --- @@ -28,7 +28,7 @@ Update-MgBetaRoleManagementDirectoryResourceNamespace -UnifiedRbacResourceNamesp [-Name ] [-ResourceActions ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -38,7 +38,7 @@ Update-MgBetaRoleManagementDirectoryResourceNamespace -UnifiedRbacResourceNamesp -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -49,7 +49,7 @@ Update-MgBetaRoleManagementDirectoryResourceNamespace -InputObject ] [-ResourceActions ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -59,7 +59,7 @@ Update-MgBetaRoleManagementDirectoryResourceNamespace -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -612,6 +612,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementDirectoryResourceNamespaceResourceAction.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementDirectoryResourceNamespaceResourceAction.md index 9b440c0a0986a..87b2a14b7aa62 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementDirectoryResourceNamespaceResourceAction.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementDirectoryResourceNamespaceResourceAction.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetarolemanagementdirectoryresourcenamespaceresourceaction Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaRoleManagementDirectoryResourceNamespaceResourceAction --- @@ -32,7 +32,7 @@ Update-MgBetaRoleManagementDirectoryResourceNamespaceResourceAction [-ResourceScope ] [-ResourceScopeId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -43,7 +43,7 @@ Update-MgBetaRoleManagementDirectoryResourceNamespaceResourceAction -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -58,7 +58,7 @@ Update-MgBetaRoleManagementDirectoryResourceNamespaceResourceAction [-ResourceScope ] [-ResourceScopeId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -69,7 +69,7 @@ Update-MgBetaRoleManagementDirectoryResourceNamespaceResourceAction -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -852,6 +852,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementDirectoryResourceNamespaceResourceActionResourceScope.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementDirectoryResourceNamespaceResourceActionResourceScope.md index 195211adda1c7..82213db443da9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementDirectoryResourceNamespaceResourceActionResourceScope.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementDirectoryResourceNamespaceResourceActionResourceScope.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetarolemanagementdirectoryresourcenamespaceresourceactionresourcescope Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaRoleManagementDirectoryResourceNamespaceResourceActionResourceScope --- @@ -26,7 +26,6 @@ Update-MgBetaRoleManagementDirectoryResourceNamespaceResourceActionResourceScope [-Id ] [-Scope ] [-Type ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -37,7 +36,7 @@ Update-MgBetaRoleManagementDirectoryResourceNamespaceResourceActionResourceScope -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -48,7 +47,7 @@ Update-MgBetaRoleManagementDirectoryResourceNamespaceResourceActionResourceScope [-AdditionalProperties ] [-DisplayName ] [-Id ] [-Scope ] [-Type ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -59,7 +58,6 @@ Update-MgBetaRoleManagementDirectoryResourceNamespaceResourceActionResourceScope [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -622,6 +620,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementDirectoryRoleAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementDirectoryRoleAssignment.md index d6bf22d60bd8c..71cf5bbe31dab 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementDirectoryRoleAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementDirectoryRoleAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetarolemanagementdirectoryroleassignment Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaRoleManagementDirectoryRoleAssignment --- @@ -32,7 +32,7 @@ Update-MgBetaRoleManagementDirectoryRoleAssignment -UnifiedRoleAssignmentId ] [-RoleDefinitionId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -42,7 +42,7 @@ Update-MgBetaRoleManagementDirectoryRoleAssignment -UnifiedRoleAssignmentId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -57,7 +57,7 @@ Update-MgBetaRoleManagementDirectoryRoleAssignment -InputObject ] [-RoleDefinitionId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -67,7 +67,7 @@ Update-MgBetaRoleManagementDirectoryRoleAssignment -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -932,6 +932,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementDirectoryRoleAssignmentAppScope.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementDirectoryRoleAssignmentAppScope.md index da7814d4704b4..2e12024b424ed 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementDirectoryRoleAssignmentAppScope.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementDirectoryRoleAssignmentAppScope.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetarolemanagementdirectoryroleassignmentappscope Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaRoleManagementDirectoryRoleAssignmentAppScope --- @@ -28,7 +28,6 @@ Update-MgBetaRoleManagementDirectoryRoleAssignmentAppScope -UnifiedRoleAssignmen [-Id ] [-Type ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -38,7 +37,7 @@ Update-MgBetaRoleManagementDirectoryRoleAssignmentAppScope -UnifiedRoleAssignmen -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -49,7 +48,7 @@ Update-MgBetaRoleManagementDirectoryRoleAssignmentAppScope [-AdditionalProperties ] [-DisplayName ] [-Id ] [-Type ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -60,7 +59,6 @@ Update-MgBetaRoleManagementDirectoryRoleAssignmentAppScope [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -572,6 +570,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementDirectoryRoleAssignmentApproval.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementDirectoryRoleAssignmentApproval.md index 882329e83e5b4..729babc129e38 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementDirectoryRoleAssignmentApproval.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementDirectoryRoleAssignmentApproval.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetarolemanagementdirectoryroleassignmentapproval Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaRoleManagementDirectoryRoleAssignmentApproval --- @@ -25,7 +25,6 @@ Update-MgBetaRoleManagementDirectoryRoleAssignmentApproval -ApprovalId [-Steps ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -35,7 +34,7 @@ Update-MgBetaRoleManagementDirectoryRoleAssignmentApproval -ApprovalId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -46,7 +45,7 @@ Update-MgBetaRoleManagementDirectoryRoleAssignmentApproval [-AdditionalProperties ] [-Id ] [-Steps ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -57,7 +56,6 @@ Update-MgBetaRoleManagementDirectoryRoleAssignmentApproval [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -561,6 +559,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementDirectoryRoleAssignmentApprovalStep.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementDirectoryRoleAssignmentApprovalStep.md index 1b45b2feadf37..79591aac034a4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementDirectoryRoleAssignmentApprovalStep.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementDirectoryRoleAssignmentApprovalStep.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetarolemanagementdirectoryroleassignmentapprovalstep Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaRoleManagementDirectoryRoleAssignmentApprovalStep --- @@ -26,7 +26,7 @@ Update-MgBetaRoleManagementDirectoryRoleAssignmentApprovalStep -ApprovalId ] [-ReviewedBy ] [-ReviewedDateTime ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -37,7 +37,6 @@ Update-MgBetaRoleManagementDirectoryRoleAssignmentApprovalStep -ApprovalId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -50,7 +49,6 @@ Update-MgBetaRoleManagementDirectoryRoleAssignmentApprovalStep [-ReviewedDateTime ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -61,7 +59,6 @@ Update-MgBetaRoleManagementDirectoryRoleAssignmentApprovalStep [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -759,6 +756,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementDirectoryRoleAssignmentSchedule.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementDirectoryRoleAssignmentSchedule.md index 9f0e93558a5f3..83b5703fdae06 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementDirectoryRoleAssignmentSchedule.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementDirectoryRoleAssignmentSchedule.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetarolemanagementdirectoryroleassignmentschedule Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaRoleManagementDirectoryRoleAssignmentSchedule --- @@ -34,7 +34,7 @@ Update-MgBetaRoleManagementDirectoryRoleAssignmentSchedule -UnifiedRoleAssignmen [-RoleDefinitionId ] [-ScheduleInfo ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -44,7 +44,7 @@ Update-MgBetaRoleManagementDirectoryRoleAssignmentSchedule -UnifiedRoleAssignmen -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -61,7 +61,7 @@ Update-MgBetaRoleManagementDirectoryRoleAssignmentSchedule [-RoleDefinitionId ] [-ScheduleInfo ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -72,7 +72,7 @@ Update-MgBetaRoleManagementDirectoryRoleAssignmentSchedule -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -1268,6 +1268,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstance.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstance.md index fef89640e8457..47aa88938ede9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstance.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstance.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetarolemanagementdirectoryroleassignmentscheduleinstance Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstance --- @@ -35,7 +35,6 @@ Update-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstance [-StartDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -47,7 +46,6 @@ Update-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstance [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -65,7 +63,6 @@ Update-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstance [-StartDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -77,7 +74,6 @@ Update-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstance [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -1150,6 +1146,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequest.md index c1c629a0d30f0..ebb2ebfb49227 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetarolemanagementdirectoryroleassignmentschedulerequest Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequest --- @@ -37,7 +37,6 @@ Update-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequest [-TicketInfo ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -49,7 +48,6 @@ Update-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequest [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -69,7 +67,6 @@ Update-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequest [-TicketInfo ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -81,7 +78,6 @@ Update-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequest [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -1526,6 +1522,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementDirectoryRoleDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementDirectoryRoleDefinition.md index 55400e30f89d0..4be9a39633aba 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementDirectoryRoleDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementDirectoryRoleDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetarolemanagementdirectoryroledefinition Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaRoleManagementDirectoryRoleDefinition --- @@ -34,7 +34,7 @@ Update-MgBetaRoleManagementDirectoryRoleDefinition -UnifiedRoleDefinitionId ] [-TemplateId ] [-Version ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -44,7 +44,7 @@ Update-MgBetaRoleManagementDirectoryRoleDefinition -UnifiedRoleDefinitionId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -58,7 +58,7 @@ Update-MgBetaRoleManagementDirectoryRoleDefinition -InputObject ] [-TemplateId ] [-Version ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -68,7 +68,7 @@ Update-MgBetaRoleManagementDirectoryRoleDefinition -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -959,6 +959,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementDirectoryRoleDefinitionInheritPermissionFrom.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementDirectoryRoleDefinitionInheritPermissionFrom.md index ab2629991a45c..fbd39ed51649e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementDirectoryRoleDefinitionInheritPermissionFrom.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementDirectoryRoleDefinitionInheritPermissionFrom.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetarolemanagementdirectoryroledefinitioninheritpermissionfrom Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaRoleManagementDirectoryRoleDefinitionInheritPermissionFrom --- @@ -32,7 +32,7 @@ Update-MgBetaRoleManagementDirectoryRoleDefinitionInheritPermissionFrom [-RolePermissions ] [-TemplateId ] [-Version ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -43,7 +43,7 @@ Update-MgBetaRoleManagementDirectoryRoleDefinitionInheritPermissionFrom -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -58,7 +58,7 @@ Update-MgBetaRoleManagementDirectoryRoleDefinitionInheritPermissionFrom [-RolePermissions ] [-TemplateId ] [-Version ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -69,7 +69,6 @@ Update-MgBetaRoleManagementDirectoryRoleDefinitionInheritPermissionFrom [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -951,6 +950,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementDirectoryRoleEligibilitySchedule.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementDirectoryRoleEligibilitySchedule.md index c4af0d2877129..5f49182ac94db 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementDirectoryRoleEligibilitySchedule.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementDirectoryRoleEligibilitySchedule.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetarolemanagementdirectoryroleeligibilityschedule Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaRoleManagementDirectoryRoleEligibilitySchedule --- @@ -33,7 +33,7 @@ Update-MgBetaRoleManagementDirectoryRoleEligibilitySchedule [-RoleDefinitionId ] [-ScheduleInfo ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -44,7 +44,7 @@ Update-MgBetaRoleManagementDirectoryRoleEligibilitySchedule -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -60,7 +60,7 @@ Update-MgBetaRoleManagementDirectoryRoleEligibilitySchedule [-RoleDefinitionId ] [-ScheduleInfo ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -71,7 +71,7 @@ Update-MgBetaRoleManagementDirectoryRoleEligibilitySchedule -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -1053,6 +1053,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstance.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstance.md index 6ccd8f84c63af..eec455f2d7e6c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstance.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstance.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetarolemanagementdirectoryroleeligibilityscheduleinstance Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstance --- @@ -33,7 +33,6 @@ Update-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstance [-RoleEligibilityScheduleId ] [-StartDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -45,7 +44,6 @@ Update-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstance [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -61,7 +59,6 @@ Update-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstance [-RoleEligibilityScheduleId ] [-StartDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -73,7 +70,6 @@ Update-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstance [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -952,6 +948,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequest.md index 5c94990fb67fe..282db8f12dcfd 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetarolemanagementdirectoryroleeligibilityschedulerequest Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequest --- @@ -36,7 +36,6 @@ Update-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequest [-TicketInfo ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -48,7 +47,6 @@ Update-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequest [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -67,7 +65,6 @@ Update-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequest [-TicketInfo ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -79,7 +76,6 @@ Update-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequest [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -1338,6 +1334,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementDirectoryTransitiveRoleAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementDirectoryTransitiveRoleAssignment.md index 4a5e93d5a945a..c8b18b4f68a8f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementDirectoryTransitiveRoleAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementDirectoryTransitiveRoleAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetarolemanagementdirectorytransitiveroleassignment Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaRoleManagementDirectoryTransitiveRoleAssignment --- @@ -29,7 +29,7 @@ Update-MgBetaRoleManagementDirectoryTransitiveRoleAssignment -UnifiedRoleAssignm [-RoleDefinition ] [-RoleDefinitionId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -39,7 +39,7 @@ Update-MgBetaRoleManagementDirectoryTransitiveRoleAssignment -UnifiedRoleAssignm -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -54,7 +54,7 @@ Update-MgBetaRoleManagementDirectoryTransitiveRoleAssignment [-RoleDefinition ] [-RoleDefinitionId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -65,7 +65,6 @@ Update-MgBetaRoleManagementDirectoryTransitiveRoleAssignment [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -930,6 +929,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentAppScope.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentAppScope.md index b2d835a3536f0..6b1dbb3e030f5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentAppScope.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentAppScope.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetarolemanagementdirectorytransitiveroleassignmentappscope Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentAppScope --- @@ -25,7 +25,7 @@ Update-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentAppScope [-AdditionalProperties ] [-DisplayName ] [-Id ] [-Type ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -36,7 +36,6 @@ Update-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentAppScope [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -47,7 +46,7 @@ Update-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentAppScope [-AdditionalProperties ] [-DisplayName ] [-Id ] [-Type ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -58,7 +57,6 @@ Update-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentAppScope [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -570,6 +568,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementEnterpriseApp.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementEnterpriseApp.md index 5ab1bd9f55e36..f242bf434d183 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementEnterpriseApp.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementEnterpriseApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetarolemanagemententerpriseapp Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaRoleManagementEnterpriseApp --- @@ -35,7 +35,7 @@ Update-MgBetaRoleManagementEnterpriseApp -RbacApplicationId [-TransitiveRoleAssignments ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -45,7 +45,7 @@ Update-MgBetaRoleManagementEnterpriseApp -RbacApplicationId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -66,7 +66,7 @@ Update-MgBetaRoleManagementEnterpriseApp -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -76,7 +76,7 @@ Update-MgBetaRoleManagementEnterpriseApp -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -1255,6 +1255,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementEnterpriseAppResourceNamespace.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementEnterpriseAppResourceNamespace.md index 33d79637e137a..28e48cfd254e3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementEnterpriseAppResourceNamespace.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementEnterpriseAppResourceNamespace.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetarolemanagemententerpriseappresourcenamespace Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaRoleManagementEnterpriseAppResourceNamespace --- @@ -26,7 +26,6 @@ Update-MgBetaRoleManagementEnterpriseAppResourceNamespace -RbacApplicationId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -37,7 +36,7 @@ Update-MgBetaRoleManagementEnterpriseAppResourceNamespace -RbacApplicationId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -48,7 +47,7 @@ Update-MgBetaRoleManagementEnterpriseAppResourceNamespace -InputObject ] [-ResourceActions ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -58,7 +57,7 @@ Update-MgBetaRoleManagementEnterpriseAppResourceNamespace -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -638,6 +637,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceAction.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceAction.md index c483f1f0910b8..4b97913ec484b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceAction.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceAction.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetarolemanagemententerpriseappresourcenamespaceresourceaction Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceAction --- @@ -29,7 +29,7 @@ Update-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceAction -RbacApp [-ResourceScope ] [-ResourceScopeId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -40,7 +40,7 @@ Update-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceAction -RbacApp -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -55,7 +55,7 @@ Update-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceAction [-ResourceScope ] [-ResourceScopeId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -66,7 +66,7 @@ Update-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceAction -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -876,6 +876,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceActionResourceScope.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceActionResourceScope.md index 7a491b6305612..6d40cdf73cbd1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceActionResourceScope.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceActionResourceScope.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetarolemanagemententerpriseappresourcenamespaceresourceactionresourcescope Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceActionResourceScope --- @@ -26,7 +26,7 @@ Update-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceActionResourceS [-AdditionalProperties ] [-DisplayName ] [-Id ] [-Scope ] [-Type ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -38,7 +38,6 @@ Update-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceActionResourceS [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -49,7 +48,7 @@ Update-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceActionResourceS [-AdditionalProperties ] [-DisplayName ] [-Id ] [-Scope ] [-Type ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -60,7 +59,6 @@ Update-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceActionResourceS [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -650,6 +648,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementEnterpriseAppRoleAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementEnterpriseAppRoleAssignment.md index f4958a548d7bd..0d07288ba1133 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementEnterpriseAppRoleAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementEnterpriseAppRoleAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetarolemanagemententerpriseapproleassignment Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaRoleManagementEnterpriseAppRoleAssignment --- @@ -29,7 +29,7 @@ Update-MgBetaRoleManagementEnterpriseAppRoleAssignment -RbacApplicationId ] [-RoleDefinitionId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -40,7 +40,6 @@ Update-MgBetaRoleManagementEnterpriseAppRoleAssignment -RbacApplicationId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -55,7 +54,7 @@ Update-MgBetaRoleManagementEnterpriseAppRoleAssignment -InputObject ] [-RoleDefinitionId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -65,7 +64,7 @@ Update-MgBetaRoleManagementEnterpriseAppRoleAssignment -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -957,6 +956,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementEnterpriseAppRoleAssignmentAppScope.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementEnterpriseAppRoleAssignmentAppScope.md index 63814e62c79e5..123ab8e4f7199 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementEnterpriseAppRoleAssignmentAppScope.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementEnterpriseAppRoleAssignmentAppScope.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetarolemanagemententerpriseapproleassignmentappscope Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaRoleManagementEnterpriseAppRoleAssignmentAppScope --- @@ -25,7 +25,7 @@ Update-MgBetaRoleManagementEnterpriseAppRoleAssignmentAppScope -RbacApplicationI [-AdditionalProperties ] [-DisplayName ] [-Id ] [-Type ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -36,7 +36,6 @@ Update-MgBetaRoleManagementEnterpriseAppRoleAssignmentAppScope -RbacApplicationI [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -47,7 +46,7 @@ Update-MgBetaRoleManagementEnterpriseAppRoleAssignmentAppScope [-AdditionalProperties ] [-DisplayName ] [-Id ] [-Type ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -58,7 +57,6 @@ Update-MgBetaRoleManagementEnterpriseAppRoleAssignmentAppScope [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -597,6 +595,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementEnterpriseAppRoleAssignmentApproval.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementEnterpriseAppRoleAssignmentApproval.md index 8f31773247e85..fbb587400b8a4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementEnterpriseAppRoleAssignmentApproval.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementEnterpriseAppRoleAssignmentApproval.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetarolemanagemententerpriseapproleassignmentapproval Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaRoleManagementEnterpriseAppRoleAssignmentApproval --- @@ -25,7 +25,6 @@ Update-MgBetaRoleManagementEnterpriseAppRoleAssignmentApproval -ApprovalId ] [-Steps ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -36,7 +35,6 @@ Update-MgBetaRoleManagementEnterpriseAppRoleAssignmentApproval -ApprovalId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -47,7 +45,7 @@ Update-MgBetaRoleManagementEnterpriseAppRoleAssignmentApproval [-AdditionalProperties ] [-Id ] [-Steps ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -58,7 +56,6 @@ Update-MgBetaRoleManagementEnterpriseAppRoleAssignmentApproval [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -589,6 +586,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementEnterpriseAppRoleAssignmentApprovalStep.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementEnterpriseAppRoleAssignmentApprovalStep.md index f8c3063ff1f37..6e198f972bfce 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementEnterpriseAppRoleAssignmentApprovalStep.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementEnterpriseAppRoleAssignmentApprovalStep.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetarolemanagemententerpriseapproleassignmentapprovalstep Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaRoleManagementEnterpriseAppRoleAssignmentApprovalStep --- @@ -27,7 +27,6 @@ Update-MgBetaRoleManagementEnterpriseAppRoleAssignmentApprovalStep -ApprovalId < [-ReviewedDateTime ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -38,7 +37,6 @@ Update-MgBetaRoleManagementEnterpriseAppRoleAssignmentApprovalStep -ApprovalId < [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -51,7 +49,6 @@ Update-MgBetaRoleManagementEnterpriseAppRoleAssignmentApprovalStep [-ReviewedDateTime ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -62,7 +59,6 @@ Update-MgBetaRoleManagementEnterpriseAppRoleAssignmentApprovalStep [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -787,6 +783,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementEnterpriseAppRoleAssignmentSchedule.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementEnterpriseAppRoleAssignmentSchedule.md index 1d1dc3f52ebd9..4d0b800c1897e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementEnterpriseAppRoleAssignmentSchedule.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementEnterpriseAppRoleAssignmentSchedule.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetarolemanagemententerpriseapproleassignmentschedule Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaRoleManagementEnterpriseAppRoleAssignmentSchedule --- @@ -31,7 +31,7 @@ Update-MgBetaRoleManagementEnterpriseAppRoleAssignmentSchedule -RbacApplicationI [-RoleDefinitionId ] [-ScheduleInfo ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -42,7 +42,7 @@ Update-MgBetaRoleManagementEnterpriseAppRoleAssignmentSchedule -RbacApplicationI -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -59,7 +59,7 @@ Update-MgBetaRoleManagementEnterpriseAppRoleAssignmentSchedule [-RoleDefinitionId ] [-ScheduleInfo ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -70,7 +70,7 @@ Update-MgBetaRoleManagementEnterpriseAppRoleAssignmentSchedule -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -1293,6 +1293,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstance.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstance.md index 56aa19e4d2eb7..0a4a6ec0108c9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstance.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstance.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetarolemanagemententerpriseapproleassignmentscheduleinstance Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstance --- @@ -32,7 +32,6 @@ Update-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstance -RbacAppl [-StartDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -44,7 +43,6 @@ Update-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstance -RbacAppl [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -62,7 +60,6 @@ Update-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstance [-StartDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -74,7 +71,6 @@ Update-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstance [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -1174,6 +1170,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequest.md index 01bdccdbc5e96..52f35cc3d93be 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetarolemanagemententerpriseapproleassignmentschedulerequest Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequest --- @@ -34,7 +34,6 @@ Update-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequest -RbacAppli [-TicketInfo ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -46,7 +45,6 @@ Update-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequest -RbacAppli [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -66,7 +64,6 @@ Update-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequest [-TicketInfo ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -78,7 +75,6 @@ Update-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequest [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -1550,6 +1546,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementEnterpriseAppRoleDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementEnterpriseAppRoleDefinition.md index 06fbd76bc4c62..1e581cf8a574a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementEnterpriseAppRoleDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementEnterpriseAppRoleDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetarolemanagemententerpriseapproledefinition Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaRoleManagementEnterpriseAppRoleDefinition --- @@ -29,7 +29,7 @@ Update-MgBetaRoleManagementEnterpriseAppRoleDefinition -RbacApplicationId ] [-TemplateId ] [-Version ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -40,7 +40,6 @@ Update-MgBetaRoleManagementEnterpriseAppRoleDefinition -RbacApplicationId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -54,7 +53,7 @@ Update-MgBetaRoleManagementEnterpriseAppRoleDefinition -InputObject ] [-TemplateId ] [-Version ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -64,7 +63,7 @@ Update-MgBetaRoleManagementEnterpriseAppRoleDefinition -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -946,6 +945,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementEnterpriseAppRoleDefinitionInheritPermissionFrom.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementEnterpriseAppRoleDefinitionInheritPermissionFrom.md index 0e5c4d11cabd7..2c32ac46483c1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementEnterpriseAppRoleDefinitionInheritPermissionFrom.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementEnterpriseAppRoleDefinitionInheritPermissionFrom.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetarolemanagemententerpriseapproledefinitioninheritpermissionfrom Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaRoleManagementEnterpriseAppRoleDefinitionInheritPermissionFrom --- @@ -29,7 +29,7 @@ Update-MgBetaRoleManagementEnterpriseAppRoleDefinitionInheritPermissionFrom [-RolePermissions ] [-TemplateId ] [-Version ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -40,7 +40,7 @@ Update-MgBetaRoleManagementEnterpriseAppRoleDefinitionInheritPermissionFrom -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -55,7 +55,7 @@ Update-MgBetaRoleManagementEnterpriseAppRoleDefinitionInheritPermissionFrom [-RolePermissions ] [-TemplateId ] [-Version ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -66,7 +66,6 @@ Update-MgBetaRoleManagementEnterpriseAppRoleDefinitionInheritPermissionFrom [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -975,6 +974,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementEnterpriseAppRoleEligibilitySchedule.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementEnterpriseAppRoleEligibilitySchedule.md index 9c4889db9dd70..a16197e2ae45a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementEnterpriseAppRoleEligibilitySchedule.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementEnterpriseAppRoleEligibilitySchedule.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetarolemanagemententerpriseapproleeligibilityschedule Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaRoleManagementEnterpriseAppRoleEligibilitySchedule --- @@ -30,7 +30,7 @@ Update-MgBetaRoleManagementEnterpriseAppRoleEligibilitySchedule -RbacApplication [-RoleDefinitionId ] [-ScheduleInfo ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -41,7 +41,7 @@ Update-MgBetaRoleManagementEnterpriseAppRoleEligibilitySchedule -RbacApplication -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -57,7 +57,7 @@ Update-MgBetaRoleManagementEnterpriseAppRoleEligibilitySchedule [-RoleDefinitionId ] [-ScheduleInfo ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -68,7 +68,7 @@ Update-MgBetaRoleManagementEnterpriseAppRoleEligibilitySchedule -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -1077,6 +1077,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstance.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstance.md index 79a9da916ba74..fa1b4c1c6d306 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstance.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstance.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetarolemanagemententerpriseapproleeligibilityscheduleinstance Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstance --- @@ -30,7 +30,6 @@ Update-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstance -RbacApp [-RoleEligibilityScheduleId ] [-StartDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -42,7 +41,6 @@ Update-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstance -RbacApp [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -58,7 +56,6 @@ Update-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstance [-RoleEligibilityScheduleId ] [-StartDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -70,7 +67,6 @@ Update-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstance [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -976,6 +972,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequest.md index 0b22604dac8f6..ad1ae4af6a023 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetarolemanagemententerpriseapproleeligibilityschedulerequest Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequest --- @@ -33,7 +33,6 @@ Update-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequest -RbacAppl [-TicketInfo ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -45,7 +44,6 @@ Update-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequest -RbacAppl [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -64,7 +62,6 @@ Update-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequest [-TicketInfo ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -76,7 +73,6 @@ Update-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequest [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -1362,6 +1358,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignment.md index 29f754ed77089..931e398446329 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetarolemanagemententerpriseapptransitiveroleassignment Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignment --- @@ -29,7 +29,7 @@ Update-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignment -RbacApplicatio [-RoleDefinition ] [-RoleDefinitionId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -40,7 +40,6 @@ Update-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignment -RbacApplicatio [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -55,7 +54,7 @@ Update-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignment [-RoleDefinition ] [-RoleDefinitionId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -66,7 +65,6 @@ Update-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignment [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -958,6 +956,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentAppScope.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentAppScope.md index 581b1bdb45aaf..fd7bf6eff9e23 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentAppScope.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentAppScope.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetarolemanagemententerpriseapptransitiveroleassignmentappscope Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentAppScope --- @@ -25,7 +25,7 @@ Update-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentAppScope -RbacAp [-AdditionalProperties ] [-DisplayName ] [-Id ] [-Type ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -36,7 +36,6 @@ Update-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentAppScope -RbacAp [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -47,7 +46,7 @@ Update-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentAppScope [-AdditionalProperties ] [-DisplayName ] [-Id ] [-Type ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -58,7 +57,6 @@ Update-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentAppScope [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -597,6 +595,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementEntitlementManagement.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementEntitlementManagement.md index 31154702a31b7..8d40018024844 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementEntitlementManagement.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementEntitlementManagement.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetarolemanagemententitlementmanagement Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaRoleManagementEntitlementManagement --- @@ -38,7 +38,7 @@ Update-MgBetaRoleManagementEntitlementManagement [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -48,7 +48,6 @@ Update-MgBetaRoleManagementEntitlementManagement -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementEntitlementManagementResourceNamespace.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementEntitlementManagementResourceNamespace.md index 440d74f479bbe..5c152f79a0905 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementEntitlementManagementResourceNamespace.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementEntitlementManagementResourceNamespace.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetarolemanagemententitlementmanagementresourcenamespace Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaRoleManagementEntitlementManagementResourceNamespace --- @@ -29,7 +29,6 @@ Update-MgBetaRoleManagementEntitlementManagementResourceNamespace [-ResourceActions ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -40,7 +39,7 @@ Update-MgBetaRoleManagementEntitlementManagementResourceNamespace -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -52,7 +51,6 @@ Update-MgBetaRoleManagementEntitlementManagementResourceNamespace [-ResourceActions ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -63,7 +61,7 @@ Update-MgBetaRoleManagementEntitlementManagementResourceNamespace -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -616,6 +614,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceAction.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceAction.md index 7caf420300d96..748804aeba70c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceAction.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceAction.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetarolemanagemententitlementmanagementresourcenamespaceresourceaction Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceAction --- @@ -32,7 +32,7 @@ Update-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceAction [-ResourceScope ] [-ResourceScopeId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -43,7 +43,7 @@ Update-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceAction -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -58,7 +58,7 @@ Update-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceAction [-ResourceScope ] [-ResourceScopeId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -69,7 +69,7 @@ Update-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceAction -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -852,6 +852,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceActionResourceScope.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceActionResourceScope.md index 277df4af8e041..a3898584812c2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceActionResourceScope.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceActionResourceScope.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetarolemanagemententitlementmanagementresourcenamespaceresourceactionresourcescope Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceActionResourceScope --- @@ -26,7 +26,6 @@ Update-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceActionR [-Id ] [-Scope ] [-Type ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -37,7 +36,7 @@ Update-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceActionR -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -48,7 +47,7 @@ Update-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceActionR [-AdditionalProperties ] [-DisplayName ] [-Id ] [-Scope ] [-Type ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -59,7 +58,6 @@ Update-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceActionR [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -622,6 +620,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementEntitlementManagementRoleAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementEntitlementManagementRoleAssignment.md index a74a65c58f680..00660b79f5479 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementEntitlementManagementRoleAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementEntitlementManagementRoleAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetarolemanagemententitlementmanagementroleassignment Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaRoleManagementEntitlementManagementRoleAssignment --- @@ -32,7 +32,7 @@ Update-MgBetaRoleManagementEntitlementManagementRoleAssignment -UnifiedRoleAssig [-RoleDefinition ] [-RoleDefinitionId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -42,7 +42,7 @@ Update-MgBetaRoleManagementEntitlementManagementRoleAssignment -UnifiedRoleAssig -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -57,7 +57,7 @@ Update-MgBetaRoleManagementEntitlementManagementRoleAssignment [-RoleDefinition ] [-RoleDefinitionId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -68,7 +68,6 @@ Update-MgBetaRoleManagementEntitlementManagementRoleAssignment [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -933,6 +932,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementEntitlementManagementRoleAssignmentAppScope.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementEntitlementManagementRoleAssignmentAppScope.md index 2076f45be12b3..1a136525d9e68 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementEntitlementManagementRoleAssignmentAppScope.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementEntitlementManagementRoleAssignmentAppScope.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetarolemanagemententitlementmanagementroleassignmentappscope Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaRoleManagementEntitlementManagementRoleAssignmentAppScope --- @@ -28,7 +28,7 @@ Update-MgBetaRoleManagementEntitlementManagementRoleAssignmentAppScope [-AdditionalProperties ] [-DisplayName ] [-Id ] [-Type ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -39,7 +39,6 @@ Update-MgBetaRoleManagementEntitlementManagementRoleAssignmentAppScope [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -50,7 +49,7 @@ Update-MgBetaRoleManagementEntitlementManagementRoleAssignmentAppScope [-AdditionalProperties ] [-DisplayName ] [-Id ] [-Type ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -61,7 +60,6 @@ Update-MgBetaRoleManagementEntitlementManagementRoleAssignmentAppScope [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -573,6 +571,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementEntitlementManagementRoleAssignmentApproval.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementEntitlementManagementRoleAssignmentApproval.md index b7596c155a39c..50bf7a3ed7b5e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementEntitlementManagementRoleAssignmentApproval.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementEntitlementManagementRoleAssignmentApproval.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetarolemanagemententitlementmanagementroleassignmentapproval Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaRoleManagementEntitlementManagementRoleAssignmentApproval --- @@ -25,7 +25,6 @@ Update-MgBetaRoleManagementEntitlementManagementRoleAssignmentApproval -Approval [-Steps ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -35,7 +34,7 @@ Update-MgBetaRoleManagementEntitlementManagementRoleAssignmentApproval -Approval -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -46,7 +45,7 @@ Update-MgBetaRoleManagementEntitlementManagementRoleAssignmentApproval [-AdditionalProperties ] [-Id ] [-Steps ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -57,7 +56,6 @@ Update-MgBetaRoleManagementEntitlementManagementRoleAssignmentApproval [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -561,6 +559,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementEntitlementManagementRoleAssignmentApprovalStep.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementEntitlementManagementRoleAssignmentApprovalStep.md index 368dd255c2c2e..e0c49004c8b45 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementEntitlementManagementRoleAssignmentApprovalStep.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementEntitlementManagementRoleAssignmentApprovalStep.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetarolemanagemententitlementmanagementroleassignmentapprovalstep Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaRoleManagementEntitlementManagementRoleAssignmentApprovalStep --- @@ -26,7 +26,7 @@ Update-MgBetaRoleManagementEntitlementManagementRoleAssignmentApprovalStep -Appr [-ReviewResult ] [-ReviewedBy ] [-ReviewedDateTime ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -37,7 +37,6 @@ Update-MgBetaRoleManagementEntitlementManagementRoleAssignmentApprovalStep -Appr [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -50,7 +49,6 @@ Update-MgBetaRoleManagementEntitlementManagementRoleAssignmentApprovalStep [-ReviewedDateTime ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -61,7 +59,6 @@ Update-MgBetaRoleManagementEntitlementManagementRoleAssignmentApprovalStep [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -759,6 +756,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementEntitlementManagementRoleAssignmentSchedule.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementEntitlementManagementRoleAssignmentSchedule.md index 42b07200b68f0..5b1dd671d0856 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementEntitlementManagementRoleAssignmentSchedule.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementEntitlementManagementRoleAssignmentSchedule.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetarolemanagemententitlementmanagementroleassignmentschedule Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaRoleManagementEntitlementManagementRoleAssignmentSchedule --- @@ -34,7 +34,7 @@ Update-MgBetaRoleManagementEntitlementManagementRoleAssignmentSchedule [-RoleDefinitionId ] [-ScheduleInfo ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -45,7 +45,7 @@ Update-MgBetaRoleManagementEntitlementManagementRoleAssignmentSchedule -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -62,7 +62,7 @@ Update-MgBetaRoleManagementEntitlementManagementRoleAssignmentSchedule [-RoleDefinitionId ] [-ScheduleInfo ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -73,7 +73,7 @@ Update-MgBetaRoleManagementEntitlementManagementRoleAssignmentSchedule -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -1269,6 +1269,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstance.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstance.md index 8c2ac994f3c95..8f9d031a1712b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstance.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstance.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetarolemanagemententitlementmanagementroleassignmentscheduleinstance Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstance --- @@ -35,7 +35,6 @@ Update-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstance [-StartDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -47,7 +46,6 @@ Update-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstance [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -65,7 +63,6 @@ Update-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstance [-StartDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -77,7 +74,6 @@ Update-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstance [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -1150,6 +1146,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequest.md index bfc12d4c63b40..c34916d3438fd 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetarolemanagemententitlementmanagementroleassignmentschedulerequest Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequest --- @@ -37,7 +37,6 @@ Update-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequest [-TicketInfo ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -49,7 +48,6 @@ Update-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequest [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -69,7 +67,6 @@ Update-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequest [-TicketInfo ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -81,7 +78,6 @@ Update-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequest [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -1526,6 +1522,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementEntitlementManagementRoleDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementEntitlementManagementRoleDefinition.md index 044aaeb6cc772..7fa51dd45078e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementEntitlementManagementRoleDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementEntitlementManagementRoleDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetarolemanagemententitlementmanagementroledefinition Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaRoleManagementEntitlementManagementRoleDefinition --- @@ -31,7 +31,7 @@ Update-MgBetaRoleManagementEntitlementManagementRoleDefinition -UnifiedRoleDefin [-RolePermissions ] [-TemplateId ] [-Version ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -41,7 +41,7 @@ Update-MgBetaRoleManagementEntitlementManagementRoleDefinition -UnifiedRoleDefin -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -56,7 +56,7 @@ Update-MgBetaRoleManagementEntitlementManagementRoleDefinition [-RolePermissions ] [-TemplateId ] [-Version ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -67,7 +67,6 @@ Update-MgBetaRoleManagementEntitlementManagementRoleDefinition [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -922,6 +921,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom.md index b3ca89909fe53..2720d6f7a8396 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetarolemanagemententitlementmanagementroledefinitioninheritpermissionfrom Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom --- @@ -32,7 +32,7 @@ Update-MgBetaRoleManagementEntitlementManagementRoleDefinitionInheritPermissionF [-RolePermissions ] [-TemplateId ] [-Version ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -43,7 +43,7 @@ Update-MgBetaRoleManagementEntitlementManagementRoleDefinitionInheritPermissionF -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -58,7 +58,7 @@ Update-MgBetaRoleManagementEntitlementManagementRoleDefinitionInheritPermissionF [-RolePermissions ] [-TemplateId ] [-Version ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -69,7 +69,6 @@ Update-MgBetaRoleManagementEntitlementManagementRoleDefinitionInheritPermissionF [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -951,6 +950,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementEntitlementManagementRoleEligibilitySchedule.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementEntitlementManagementRoleEligibilitySchedule.md index c849eeb44921f..ab5d228937374 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementEntitlementManagementRoleEligibilitySchedule.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementEntitlementManagementRoleEligibilitySchedule.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetarolemanagemententitlementmanagementroleeligibilityschedule Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaRoleManagementEntitlementManagementRoleEligibilitySchedule --- @@ -33,7 +33,7 @@ Update-MgBetaRoleManagementEntitlementManagementRoleEligibilitySchedule [-RoleDefinitionId ] [-ScheduleInfo ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -44,7 +44,7 @@ Update-MgBetaRoleManagementEntitlementManagementRoleEligibilitySchedule -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -60,7 +60,7 @@ Update-MgBetaRoleManagementEntitlementManagementRoleEligibilitySchedule [-RoleDefinitionId ] [-ScheduleInfo ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -71,7 +71,7 @@ Update-MgBetaRoleManagementEntitlementManagementRoleEligibilitySchedule -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -1053,6 +1053,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstance.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstance.md index be786590cd8fe..0781552295fb8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstance.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstance.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetarolemanagemententitlementmanagementroleeligibilityscheduleinstance Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstance --- @@ -33,7 +33,6 @@ Update-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstance [-RoleEligibilityScheduleId ] [-StartDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -45,7 +44,6 @@ Update-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstance [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -61,7 +59,6 @@ Update-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstance [-RoleEligibilityScheduleId ] [-StartDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -73,7 +70,6 @@ Update-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstance [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -952,6 +948,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequest.md index 517ee4ccf3894..78e0c3fc59df9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetarolemanagemententitlementmanagementroleeligibilityschedulerequest Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequest --- @@ -36,7 +36,6 @@ Update-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequest [-TicketInfo ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -48,7 +47,6 @@ Update-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequest [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -67,7 +65,6 @@ Update-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequest [-TicketInfo ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -79,7 +76,6 @@ Update-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequest [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -1338,6 +1334,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignment.md index d7f6e8e226f87..95358687c92e4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetarolemanagemententitlementmanagementtransitiveroleassignment Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignment --- @@ -29,7 +29,7 @@ Update-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignment [-RoleDefinition ] [-RoleDefinitionId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -40,7 +40,6 @@ Update-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignment [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -55,7 +54,7 @@ Update-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignment [-RoleDefinition ] [-RoleDefinitionId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -66,7 +65,6 @@ Update-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignment [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -931,6 +929,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentAppScope.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentAppScope.md index 9ac3f515c12e8..9326acb1ee359 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentAppScope.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Governance/Update-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentAppScope.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Governance-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.governance/update-mgbetarolemanagemententitlementmanagementtransitiveroleassignmentappscope Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Governance -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentAppScope --- @@ -25,7 +25,7 @@ Update-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentAppScope [-AdditionalProperties ] [-DisplayName ] [-Id ] [-Type ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -36,7 +36,6 @@ Update-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentAppScope [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -47,7 +46,7 @@ Update-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentAppScope [-AdditionalProperties ] [-DisplayName ] [-Id ] [-Type ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -58,7 +57,6 @@ Update-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentAppScope [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -570,6 +568,7 @@ INPUTOBJECT ``: Identity Parameter [CustomTaskExtensionId ]: The unique identifier of customTaskExtension [DirectoryObjectId ]: The unique identifier of directoryObject [EndDateTime ]: Usage: endDateTime={endDateTime} + [ExternalOriginResourceConnectorId ]: The unique identifier of externalOriginResourceConnector [FindingId ]: The unique identifier of finding [GovernanceInsightId ]: The unique identifier of governanceInsight [GovernanceResourceId ]: The unique identifier of governanceResource diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminCustomer.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminCustomer.md index 750e59b804d1f..aa59e44060756 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminCustomer.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminCustomer.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Partner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/get-mgbetatenantrelationshipdelegatedadmincustomer Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Partner -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTenantRelationshipDelegatedAdminCustomer --- @@ -28,7 +28,7 @@ Get-MgBetaTenantRelationshipDelegatedAdminCustomer [-ExpandProperty ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaTenantRelationshipDelegatedAdminCustomer -DelegatedAdminCustomerId ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +48,7 @@ Get-MgBetaTenantRelationshipDelegatedAdminCustomer -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminCustomerCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminCustomerCount.md index 71dc782bb46bc..0102d15b84452 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminCustomerCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminCustomerCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Partner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/get-mgbetatenantrelationshipdelegatedadmincustomercount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Partner -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTenantRelationshipDelegatedAdminCustomerCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaTenantRelationshipDelegatedAdminCustomerCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail.md index 006db56d672b8..8dcf338e89095 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Partner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/get-mgbetatenantrelationshipdelegatedadmincustomerservicemanagementdetail Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Partner -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail --- @@ -29,7 +29,7 @@ Get-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -40,7 +40,7 @@ Get-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -50,7 +50,7 @@ Get-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetailCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetailCount.md index 1865a2833d5fd..10e43cb73597f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetailCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetailCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Partner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/get-mgbetatenantrelationshipdelegatedadmincustomerservicemanagementdetailcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Partner -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetailCount --- @@ -27,7 +27,7 @@ Get-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetailCount -DelegatedAdminCustomerId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetailCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationship.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationship.md index fe11a06554992..dfb74f1966c3b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationship.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationship.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Partner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/get-mgbetatenantrelationshipdelegatedadminrelationship Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Partner -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTenantRelationshipDelegatedAdminRelationship --- @@ -28,7 +28,7 @@ Get-MgBetaTenantRelationshipDelegatedAdminRelationship [-ExpandProperty ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaTenantRelationshipDelegatedAdminRelationship -DelegatedAdminRelationsh [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +48,7 @@ Get-MgBetaTenantRelationshipDelegatedAdminRelationship -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment.md index 2576b6282402f..8bbcfd363cf90 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Partner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/get-mgbetatenantrelationshipdelegatedadminrelationshipaccessassignment Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Partner -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment --- @@ -29,7 +29,7 @@ Get-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -40,7 +40,7 @@ Get-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -50,7 +50,7 @@ Get-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignmentCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignmentCount.md index b0cb0c2b48615..3a0100d6cc209 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignmentCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignmentCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Partner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/get-mgbetatenantrelationshipdelegatedadminrelationshipaccessassignmentcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Partner -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignmentCount --- @@ -27,7 +27,7 @@ Get-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignmentCount -DelegatedAdminRelationshipId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignmentCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipCount.md index 1a97ee099d8fd..8f212e97d8c6a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Partner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/get-mgbetatenantrelationshipdelegatedadminrelationshipcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Partner -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTenantRelationshipDelegatedAdminRelationshipCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaTenantRelationshipDelegatedAdminRelationshipCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation.md index 186950fc69104..f9cd42566179d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Partner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/get-mgbetatenantrelationshipdelegatedadminrelationshipoperation Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Partner -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation --- @@ -29,7 +29,7 @@ Get-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -40,7 +40,7 @@ Get-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -50,7 +50,7 @@ Get-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipOperationCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipOperationCount.md index 17a73ec03d851..c37c81c408d75 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipOperationCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipOperationCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Partner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/get-mgbetatenantrelationshipdelegatedadminrelationshipoperationcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Partner -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTenantRelationshipDelegatedAdminRelationshipOperationCount --- @@ -27,7 +27,7 @@ Get-MgBetaTenantRelationshipDelegatedAdminRelationshipOperationCount -DelegatedAdminRelationshipId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaTenantRelationshipDelegatedAdminRelationshipOperationCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest.md index ff91c2f3132f8..32c25443d6b56 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Partner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/get-mgbetatenantrelationshipdelegatedadminrelationshiprequest Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Partner -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest --- @@ -29,7 +29,6 @@ Get-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest -DelegatedAdminRel [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -39,7 +38,7 @@ Get-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest -DelegatedAdminRel -DelegatedAdminRelationshipRequestId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -49,7 +48,7 @@ Get-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipRequestCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipRequestCount.md index 35bbf1d573b10..fee6d2cb13888 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipRequestCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Get-MgBetaTenantRelationshipDelegatedAdminRelationshipRequestCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Partner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/get-mgbetatenantrelationshipdelegatedadminrelationshiprequestcount Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Partner -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTenantRelationshipDelegatedAdminRelationshipRequestCount --- @@ -27,7 +27,7 @@ Get-MgBetaTenantRelationshipDelegatedAdminRelationshipRequestCount -DelegatedAdminRelationshipId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaTenantRelationshipDelegatedAdminRelationshipRequestCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Microsoft.Graph.Beta.Identity.Partner.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Microsoft.Graph.Beta.Identity.Partner.md index 3f8c7d8f72005..0b0316994428d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Microsoft.Graph.Beta.Identity.Partner.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Microsoft.Graph.Beta.Identity.Partner.md @@ -1,6 +1,6 @@ --- Module Name: Microsoft.Graph.Beta.Identity.Partner -Module Guid: dda11798-18a3-4029-b509-7aeabcd52066 +Module Guid: 7df43b71-5956-c4f7-5771-6ef769a8a969 Download Help Link: https://learn.microsoft.com/en-us/powershell/module/microsoft.graph.beta.identity.partner/?view=graph-powershell-beta Help Version: 1.0.0.0 Locale: en-US diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminCustomer.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminCustomer.md index a51e7876ef3b9..c8ed0d3fb330d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminCustomer.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminCustomer.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Partner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/new-mgbetatenantrelationshipdelegatedadmincustomer Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Partner -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaTenantRelationshipDelegatedAdminCustomer --- @@ -28,7 +28,7 @@ New-MgBetaTenantRelationshipDelegatedAdminCustomer [-ResponseHeadersVariable ] [-TenantId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -38,7 +38,7 @@ New-MgBetaTenantRelationshipDelegatedAdminCustomer -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.Partner/New-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail.md index ec226c1fc5cfa..b22e96c630303 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Partner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/new-mgbetatenantrelationshipdelegatedadmincustomerservicemanagementdetail Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Partner -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail --- @@ -28,7 +28,7 @@ New-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail [-AdditionalProperties ] [-Id ] [-ServiceManagementUrl ] [-ServiceName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -40,7 +40,6 @@ New-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -51,7 +50,7 @@ New-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail [-AdditionalProperties ] [-Id ] [-ServiceManagementUrl ] [-ServiceName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -63,7 +62,6 @@ New-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminRelationship.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminRelationship.md index e1e9c8c2986ba..3e2b0a3588b4e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminRelationship.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminRelationship.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Partner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/new-mgbetatenantrelationshipdelegatedadminrelationship Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Partner -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaTenantRelationshipDelegatedAdminRelationship --- @@ -33,7 +33,7 @@ New-MgBetaTenantRelationshipDelegatedAdminRelationship [-ResponseHeadersVariable [-Requests ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -43,7 +43,7 @@ New-MgBetaTenantRelationshipDelegatedAdminRelationship -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.Partner/New-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment.md index 6a5c9e8bf6ff5..1003954bb8bb4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Partner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/new-mgbetatenantrelationshipdelegatedadminrelationshipaccessassignment Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Partner -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment --- @@ -30,7 +30,7 @@ New-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment [-CreatedDateTime ] [-Id ] [-LastModifiedDateTime ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -41,7 +41,7 @@ New-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -54,7 +54,7 @@ New-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment [-CreatedDateTime ] [-Id ] [-LastModifiedDateTime ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -65,7 +65,7 @@ New-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment -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.Partner/New-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation.md index f5ca182261f26..b459e4a5c64ef 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Partner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/new-mgbetatenantrelationshipdelegatedadminrelationshipoperation Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Partner -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation --- @@ -29,7 +29,7 @@ New-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation [-LastModifiedDateTime ] [-OperationType ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -41,7 +41,6 @@ New-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -53,7 +52,7 @@ New-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation [-LastModifiedDateTime ] [-OperationType ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -65,7 +64,6 @@ New-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest.md index 3ee442df8e5f0..7837449b47c6b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/New-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Partner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/new-mgbetatenantrelationshipdelegatedadminrelationshiprequest Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Partner -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest --- @@ -28,7 +28,7 @@ New-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest -DelegatedAdminRel [-CreatedDateTime ] [-Id ] [-LastModifiedDateTime ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -39,7 +39,6 @@ New-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest -DelegatedAdminRel [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -51,7 +50,6 @@ New-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest [-LastModifiedDateTime ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -63,7 +61,6 @@ New-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Remove-MgBetaTenantRelationshipDelegatedAdminCustomer.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Remove-MgBetaTenantRelationshipDelegatedAdminCustomer.md index 2f83ee1a7ea28..8c7df0af35708 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Remove-MgBetaTenantRelationshipDelegatedAdminCustomer.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Remove-MgBetaTenantRelationshipDelegatedAdminCustomer.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Partner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/remove-mgbetatenantrelationshipdelegatedadmincustomer Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Partner -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaTenantRelationshipDelegatedAdminCustomer --- @@ -27,7 +27,6 @@ Remove-MgBetaTenantRelationshipDelegatedAdminCustomer -DelegatedAdminCustomerId [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaTenantRelationshipDelegatedAdminCustomer -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Remove-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Remove-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail.md index 0fe94faa0be14..3c79e65711e47 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Remove-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Remove-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Partner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/remove-mgbetatenantrelationshipdelegatedadmincustomerservicemanagementdetail Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Partner -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail --- @@ -28,7 +28,6 @@ Remove-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -39,7 +38,6 @@ Remove-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Remove-MgBetaTenantRelationshipDelegatedAdminRelationship.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Remove-MgBetaTenantRelationshipDelegatedAdminRelationship.md index baeac082f9b7c..eb334ba491e0c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Remove-MgBetaTenantRelationshipDelegatedAdminRelationship.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Remove-MgBetaTenantRelationshipDelegatedAdminRelationship.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Partner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/remove-mgbetatenantrelationshipdelegatedadminrelationship Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Partner -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaTenantRelationshipDelegatedAdminRelationship --- @@ -28,7 +28,6 @@ Remove-MgBetaTenantRelationshipDelegatedAdminRelationship -DelegatedAdminRelatio [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -38,7 +37,6 @@ Remove-MgBetaTenantRelationshipDelegatedAdminRelationship -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Remove-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Remove-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment.md index d6033e0730f61..85f1f5487a403 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Remove-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Remove-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Partner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/remove-mgbetatenantrelationshipdelegatedadminrelationshipaccessassignment Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Partner -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment --- @@ -28,7 +28,6 @@ Remove-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -39,7 +38,6 @@ Remove-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Remove-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Remove-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation.md index 608bfae6860c0..99de0b67483dc 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Remove-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Remove-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Partner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/remove-mgbetatenantrelationshipdelegatedadminrelationshipoperation Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Partner -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation --- @@ -28,7 +28,6 @@ Remove-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -39,7 +38,6 @@ Remove-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Remove-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Remove-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest.md index 1062ccef9a82c..fe360abfebc52 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Remove-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Remove-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Partner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/remove-mgbetatenantrelationshipdelegatedadminrelationshiprequest Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Partner -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest --- @@ -28,7 +28,6 @@ Remove-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -39,7 +38,6 @@ Remove-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Update-MgBetaTenantRelationshipDelegatedAdminCustomer.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Update-MgBetaTenantRelationshipDelegatedAdminCustomer.md index 46b72167d19ac..b0babef1a1fd2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Update-MgBetaTenantRelationshipDelegatedAdminCustomer.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Update-MgBetaTenantRelationshipDelegatedAdminCustomer.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Partner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/update-mgbetatenantrelationshipdelegatedadmincustomer Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Partner -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaTenantRelationshipDelegatedAdminCustomer --- @@ -28,7 +28,7 @@ Update-MgBetaTenantRelationshipDelegatedAdminCustomer -DelegatedAdminCustomerId [-Id ] [-ServiceManagementDetails ] [-TenantId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -38,7 +38,7 @@ Update-MgBetaTenantRelationshipDelegatedAdminCustomer -DelegatedAdminCustomerId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -49,7 +49,7 @@ Update-MgBetaTenantRelationshipDelegatedAdminCustomer -InputObject ] [-ServiceManagementDetails ] [-TenantId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -59,7 +59,7 @@ Update-MgBetaTenantRelationshipDelegatedAdminCustomer -InputObject [-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.Partner/Update-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Update-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail.md index 5099e85a226dc..df7cd022cde1e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Update-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Update-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Partner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/update-mgbetatenantrelationshipdelegatedadmincustomerservicemanagementdetail Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Partner -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail --- @@ -29,7 +29,6 @@ Update-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail [-ServiceManagementUrl ] [-ServiceName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -41,7 +40,6 @@ Update-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -52,7 +50,7 @@ Update-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail [-AdditionalProperties ] [-Id ] [-ServiceManagementUrl ] [-ServiceName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -64,7 +62,6 @@ Update-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Update-MgBetaTenantRelationshipDelegatedAdminRelationship.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Update-MgBetaTenantRelationshipDelegatedAdminRelationship.md index e0af38cb0a3bc..792718d07356e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Update-MgBetaTenantRelationshipDelegatedAdminRelationship.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Update-MgBetaTenantRelationshipDelegatedAdminRelationship.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Partner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/update-mgbetatenantrelationshipdelegatedadminrelationship Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Partner -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaTenantRelationshipDelegatedAdminRelationship --- @@ -35,7 +35,7 @@ Update-MgBetaTenantRelationshipDelegatedAdminRelationship -DelegatedAdminRelatio [-Requests ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -45,7 +45,7 @@ Update-MgBetaTenantRelationshipDelegatedAdminRelationship -DelegatedAdminRelatio -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -62,7 +62,7 @@ Update-MgBetaTenantRelationshipDelegatedAdminRelationship -InputObject ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -72,7 +72,7 @@ Update-MgBetaTenantRelationshipDelegatedAdminRelationship -InputObject [-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.Partner/Update-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Update-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment.md index 1fcd0f3171c43..57b74ce06efe8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Update-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Update-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Partner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/update-mgbetatenantrelationshipdelegatedadminrelationshipaccessassignment Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Partner -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment --- @@ -31,7 +31,7 @@ Update-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment [-CreatedDateTime ] [-Id ] [-LastModifiedDateTime ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -42,7 +42,7 @@ Update-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -55,7 +55,7 @@ Update-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment [-CreatedDateTime ] [-Id ] [-LastModifiedDateTime ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -66,7 +66,7 @@ Update-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment -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.Partner/Update-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Update-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation.md index 1960ff3551349..06937159ebf92 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Update-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Update-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Partner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/update-mgbetatenantrelationshipdelegatedadminrelationshipoperation Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Partner -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation --- @@ -30,7 +30,6 @@ Update-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation [-OperationType ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -42,7 +41,6 @@ Update-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -54,7 +52,7 @@ Update-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation [-LastModifiedDateTime ] [-OperationType ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -66,7 +64,6 @@ Update-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Update-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Update-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest.md index 0a2d4dea3172e..d3ede07d556eb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Update-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.Partner/Update-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Identity.Partner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.partner/update-mgbetatenantrelationshipdelegatedadminrelationshiprequest Locale: en-US Module Name: Microsoft.Graph.Beta.Identity.Partner -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest --- @@ -29,7 +29,7 @@ Update-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest [-CreatedDateTime ] [-Id ] [-LastModifiedDateTime ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -41,7 +41,6 @@ Update-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -53,7 +52,6 @@ Update-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest [-LastModifiedDateTime ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -65,7 +63,6 @@ Update-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES 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 8583a373d5aef..086e6964029d8 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: 02/20/2026 +ms.date: 07/10/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,13 +73,37 @@ 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. -**Permissions** +## 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. -| Permission type | Permissions (from least to most privileged) | -| --------------- | ------------------------------------------ | -| Delegated (work or school account) | RiskPreventionProviders.ReadWrite.All, | -| Delegated (personal Microsoft account) | Not supported | -| Application | RiskPreventionProviders.ReadWrite.All, | ## PARAMETERS @@ -525,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 @@ -597,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 05c192b780a5a..1b20efaac3c6c 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: 02/20/2026 +ms.date: 07/10/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 3ac986307b7c0..03a3e38d64479 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: 02/20/2026 +ms.date: 07/10/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 e9de347d0a267..ddecc543da6cd 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: 02/20/2026 +ms.date: 07/10/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 e142039d921e2..6783ff6b37b74 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: 02/20/2026 +ms.date: 07/10/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 28447fd4c7d75..b75776a53c6cd 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: 02/20/2026 +ms.date: 07/10/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 c892cca99b21a..f488b46cb62eb 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: 02/20/2026 +ms.date: 07/10/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 859f604f406ba..cf6a4fb7273cc 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: 02/20/2026 +ms.date: 07/10/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 b21c7d8fd9179..dfb838cdc7389 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: 02/20/2026 +ms.date: 07/10/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 f8862fc3ec275..e705142eeff15 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: 02/20/2026 +ms.date: 07/10/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 f1671ee8508f1..fbcb2f4f0e08f 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: 02/20/2026 +ms.date: 07/10/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 @@ -646,6 +660,5 @@ 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 b728c449afd10..8c7e36570eb39 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: 02/20/2026 +ms.date: 07/10/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 2cacd8a9088db..a55c447c1f0f6 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: 02/20/2026 +ms.date: 07/10/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 e0cc42c9551e9..641619b22d5a8 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: 02/20/2026 +ms.date: 07/10/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 b8f37c9c86d2b..35ca757fa26c6 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: 02/20/2026 +ms.date: 07/10/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 2d9c23fe5238a..e39c27db09b2f 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: 02/20/2026 +ms.date: 07/10/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 8b26cbcc00b2e..e0bf46965280e 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: 02/20/2026 +ms.date: 07/10/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 f1fcbbfe8c715..d752b8708df8a 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: 02/20/2026 +ms.date: 07/10/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 414972ea7b573..93b0889e34002 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: 02/20/2026 +ms.date: 07/10/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 7bf5447740ae0..cb411091d0d70 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: 02/20/2026 +ms.date: 07/10/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 6046dfff57200..dc9f78f1a970c 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: 02/20/2026 +ms.date: 07/10/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 c646ec74cc0a1..8fa87bdfa8e49 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: 02/20/2026 +ms.date: 07/10/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 ee76593a2c667..8eb2e2e6342a3 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: 02/20/2026 +ms.date: 07/10/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 135556deafd88..9273231fd3ca9 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: 02/20/2026 +ms.date: 07/10/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 c66ead78f030c..cbff1992d3ccc 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: 02/20/2026 +ms.date: 07/10/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 b31c1d04e5b21..a97b825fcfdb8 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: 02/20/2026 +ms.date: 07/10/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 b97702da8b1dc..c671113fdb1c7 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: 02/20/2026 +ms.date: 07/10/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 a9495538c9f05..2c8d9958bf51a 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: 02/20/2026 +ms.date: 07/10/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 72eae4c8cbdd3..c5c25b8c15c6f 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: 02/20/2026 +ms.date: 07/10/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 e4ca4960eed0a..a8e2b2ddbe2bc 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: 02/20/2026 +ms.date: 07/10/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 c9952c79ff54b..4bbfd3830fbc9 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: 02/20/2026 +ms.date: 07/10/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 d0943a28b524c..8aec0f308ce2f 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: 02/20/2026 +ms.date: 07/10/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 3fb62bf7e24d0..19b85b884a221 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: 02/20/2026 +ms.date: 07/10/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 25c0228125d32..ea5d76f0db2cb 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: 02/20/2026 +ms.date: 07/10/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 ce6729396e559..1e77a4a3e2d27 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: 02/20/2026 +ms.date: 07/10/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 65515b74a8497..bb98ccf0bbd11 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: 02/20/2026 +ms.date: 07/10/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 3e8d63dc5827c..be2b164b7d603 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: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityAuthenticationEventListener --- @@ -13,7 +13,9 @@ title: Get-MgBetaIdentityAuthenticationEventListener ## SYNOPSIS -Get authenticationEventListeners from identity +Read the properties and relationships of an authenticationEventListener object. +The @odata.type property in the response object indicates the type of the authenticationEventListener object. +The following derived types are currently supported. > [!NOTE] > To view the v1.0 release of this cmdlet, view [Get-MgIdentityAuthenticationEventListener](/powershell/module/Microsoft.Graph.Identity.SignIns/Get-MgIdentityAuthenticationEventListener?view=graph-powershell-1.0) @@ -28,7 +30,7 @@ Get-MgBetaIdentityAuthenticationEventListener [-ExpandProperty ] [-Pro [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +40,7 @@ Get-MgBetaIdentityAuthenticationEventListener -AuthenticationEventListenerId ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +50,7 @@ Get-MgBetaIdentityAuthenticationEventListener -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -58,7 +60,9 @@ This cmdlet has the following aliases, ## DESCRIPTION -Get authenticationEventListeners from identity +Read the properties and relationships of an authenticationEventListener object. +The @odata.type property in the response object indicates the type of the authenticationEventListener object. +The following derived types are currently supported. **Permissions** @@ -591,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 @@ -642,6 +647,7 @@ INPUTOBJECT ``: Identity Parameter ## RELATED LINKS - [Get-MgBetaIdentityAuthenticationEventListener](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetaidentityauthenticationeventlistener) +- [Graph API Reference](https://learn.microsoft.com/graph/api/authenticationeventlistener-get?view=graph-rest-beta) - [Graph API Reference](https://learn.microsoft.com/graph/api/identitycontainer-list-authenticationeventlisteners?view=graph-rest-beta) 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 00084cf256b9b..1e54fc68092ac 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: 02/20/2026 +ms.date: 07/10/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 6ea18287e3092..6276e99d094a5 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: 02/20/2026 +ms.date: 07/10/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 07cec35ddb044..4d4645b4f390e 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: 02/20/2026 +ms.date: 07/10/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 64fd6070964fb..770442ba52158 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: 02/20/2026 +ms.date: 07/10/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 c9fc302776606..28947a8dfa9d2 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: 02/20/2026 +ms.date: 07/10/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 9debe03e7710a..5c8bd38f6cc29 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: 02/20/2026 +ms.date: 07/10/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 9ab67b72493ac..60a6833a202ea 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: 02/20/2026 +ms.date: 07/10/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 531bd411f15be..38de3e47378aa 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: 02/20/2026 +ms.date: 07/10/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 34161613fe996..870ed7ef29e7d 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: 02/20/2026 +ms.date: 07/10/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 5c8c1f516e81f..1127acee5fe07 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: 02/20/2026 +ms.date: 07/10/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 c754f9a8a2573..52afad111fa06 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: 02/20/2026 +ms.date: 07/10/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 0a62ebc57ee1c..6e74d771e444f 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: 02/20/2026 +ms.date: 07/10/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 51e23524a8c8b..be02be19d7e30 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: 02/20/2026 +ms.date: 07/10/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 a907aa60cf7b7..30e77f41cee44 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: 02/20/2026 +ms.date: 07/10/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 5462b643b63c3..060f444c5a742 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: 02/20/2026 +ms.date: 07/10/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 3c567930710c1..38fc08a670ec8 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: 02/20/2026 +ms.date: 07/10/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 8057fb34abbfd..9b6cedfb29175 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: 02/20/2026 +ms.date: 07/10/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 912edaa5cbda1..067c0316d5d79 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: 02/20/2026 +ms.date: 07/10/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 3a3207349c676..e3f380735cc18 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: 02/20/2026 +ms.date: 07/10/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 6017c99241082..fb072be328eb1 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: 02/20/2026 +ms.date: 07/10/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 63b12e79ee6f8..cbd143ffbc072 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: 02/20/2026 +ms.date: 07/10/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 f745fca6dee2f..36ebd4e12d3bb 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: 02/20/2026 +ms.date: 07/10/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 1a13638bac999..2d5a223d55aff 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: 02/20/2026 +ms.date: 07/10/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 6ae94a10c88f9..756ff54e23cf9 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: 02/20/2026 +ms.date: 07/10/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 87dec0b735f62..b654a29807e58 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: 02/20/2026 +ms.date: 07/10/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 44c7f947dd460..7ba63f15492f2 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: 02/20/2026 +ms.date: 07/10/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 f4d1ccc901fae..164b70aa9d44f 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: 02/20/2026 +ms.date: 07/10/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 4ca883407741e..f5ea7f8725eca 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: 02/20/2026 +ms.date: 07/10/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 de9488931ff1b..bde773d18d59a 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: 02/20/2026 +ms.date: 07/10/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 1255507aabf9e..1e5d8130677f1 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: 02/20/2026 +ms.date: 07/10/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 10ae35cd9ddaf..6541f6637d61a 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: 02/20/2026 +ms.date: 07/10/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 339bb3d088b4f..cf866468ce9fe 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: 02/20/2026 +ms.date: 07/10/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 89120341a2630..8078502ea105e 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: 02/20/2026 +ms.date: 07/10/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 b0b8cc084d7c9..641d7a71c2fdf 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: 02/20/2026 +ms.date: 07/10/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 a02da58632e35..c6f9f64dfb942 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: 02/20/2026 +ms.date: 07/10/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 bd6f9b9a4cfd3..1de2049ff3bdd 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: 02/20/2026 +ms.date: 07/10/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 d7f0510e1c2ee..8be237bb535fa 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: 02/20/2026 +ms.date: 07/10/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 6453c9be1b7dc..45e97ce9eed0b 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: 02/20/2026 +ms.date: 07/10/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 680dbbc9bfc1a..f393aa5b21e5c 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: 02/20/2026 +ms.date: 07/10/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 79566d7cc23a4..056a203b76683 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: 02/20/2026 +ms.date: 07/10/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 304143cce03b7..e964697680f22 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: 02/20/2026 +ms.date: 07/10/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 3fc350ca4d270..1b55026a8e63d 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: 02/20/2026 +ms.date: 07/10/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 c9b715bb45a52..b6d7af9db1cdd 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: 02/20/2026 +ms.date: 07/10/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 48a786b773643..daae1d1400128 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: 02/20/2026 +ms.date: 07/10/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 480dadb282c80..4c342a070b8eb 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: 02/20/2026 +ms.date: 07/10/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 3a340c7630c02..e2fb5c75a86d8 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: 02/20/2026 +ms.date: 07/10/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 913321d857282..987dba568e60d 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: 02/20/2026 +ms.date: 07/10/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 ba05ad217c0f8..1eae3c0aba44d 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: 02/20/2026 +ms.date: 07/10/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 0bb4f8fb1d134..10e4ded8b4e03 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: 02/20/2026 +ms.date: 07/10/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 3d8db4de853f3..9c5458207db0a 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: 02/20/2026 +ms.date: 07/10/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 a2c12d277b653..bfa108f6a899a 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: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityConditionalAccessDeletedItem --- @@ -17,6 +17,9 @@ Read-only. Nullable. Returns a collection of the deleted Conditional Access objects. +> [!NOTE] +> To view the v1.0 release of this cmdlet, view [Get-MgIdentityConditionalAccessDeletedItem](/powershell/module/Microsoft.Graph.Identity.SignIns/Get-MgIdentityConditionalAccessDeletedItem?view=graph-powershell-1.0) + ## SYNTAX ### Get (Default) @@ -25,7 +28,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 218688e811c26..5615c29b8d390 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: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityConditionalAccessDeletedItemNamedLocation --- @@ -15,6 +15,9 @@ title: Get-MgBetaIdentityConditionalAccessDeletedItemNamedLocation 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 +> [!NOTE] +> To view the v1.0 release of this cmdlet, view [Get-MgIdentityConditionalAccessDeletedItemNamedLocation](/powershell/module/Microsoft.Graph.Identity.SignIns/Get-MgIdentityConditionalAccessDeletedItemNamedLocation?view=graph-powershell-1.0) + ## SYNTAX ### List (Default) @@ -25,7 +28,7 @@ Get-MgBetaIdentityConditionalAccessDeletedItemNamedLocation [-ExpandProperty ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +38,7 @@ Get-MgBetaIdentityConditionalAccessDeletedItemNamedLocation -NamedLocationId ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -45,7 +48,7 @@ Get-MgBetaIdentityConditionalAccessDeletedItemNamedLocation -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -57,6 +60,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 +583,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy @@ -640,6 +657,5 @@ 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 9b133830a18af..53841bd07309e 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: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityConditionalAccessDeletedItemNamedLocationCount --- @@ -15,6 +15,9 @@ title: Get-MgBetaIdentityConditionalAccessDeletedItemNamedLocationCount Get the number of the resource +> [!NOTE] +> To view the v1.0 release of this cmdlet, view [Get-MgIdentityConditionalAccessDeletedItemNamedLocationCount](/powershell/module/Microsoft.Graph.Identity.SignIns/Get-MgIdentityConditionalAccessDeletedItemNamedLocationCount?view=graph-powershell-1.0) + ## SYNTAX ### Get (Default) @@ -23,7 +26,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 9cd07bd77cda4..4a3b2d2612947 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: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityConditionalAccessDeletedItemPolicy --- @@ -15,6 +15,9 @@ title: Get-MgBetaIdentityConditionalAccessDeletedItemPolicy 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 +> [!NOTE] +> To view the v1.0 release of this cmdlet, view [Get-MgIdentityConditionalAccessDeletedItemPolicy](/powershell/module/Microsoft.Graph.Identity.SignIns/Get-MgIdentityConditionalAccessDeletedItemPolicy?view=graph-powershell-1.0) + ## SYNTAX ### List (Default) @@ -25,7 +28,7 @@ Get-MgBetaIdentityConditionalAccessDeletedItemPolicy [-ExpandProperty [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +38,7 @@ Get-MgBetaIdentityConditionalAccessDeletedItemPolicy -ConditionalAccessPolicyId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -45,7 +48,7 @@ Get-MgBetaIdentityConditionalAccessDeletedItemPolicy -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -57,6 +60,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 +583,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [MobileAppManagementPolicyId ]: The unique identifier of mobileAppManagementPolicy [MobileDeviceManagementPolicyId ]: The unique identifier of mobileDeviceManagementPolicy @@ -640,6 +657,5 @@ 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 460b9f68e3103..5c0bf613c76b9 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: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityConditionalAccessDeletedItemPolicyCount --- @@ -15,6 +15,9 @@ title: Get-MgBetaIdentityConditionalAccessDeletedItemPolicyCount Get the number of the resource +> [!NOTE] +> To view the v1.0 release of this cmdlet, view [Get-MgIdentityConditionalAccessDeletedItemPolicyCount](/powershell/module/Microsoft.Graph.Identity.SignIns/Get-MgIdentityConditionalAccessDeletedItemPolicyCount?view=graph-powershell-1.0) + ## SYNTAX ### Get (Default) @@ -23,7 +26,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 e7474a76ee3a0..dd46e1f9864ce 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: 02/20/2026 +ms.date: 07/10/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 563bf4f33eb5b..2e046895e4edb 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: 02/20/2026 +ms.date: 07/10/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 0550a10f9a59e..a147c7f260251 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: 02/20/2026 +ms.date: 07/10/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 a9b05193ca583..2ea116244cd87 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: 02/20/2026 +ms.date: 07/10/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 070c718253dd0..5c6a0524b96b7 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: 02/20/2026 +ms.date: 07/10/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 35f17f6b027ba..6a5aa8e603f82 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: 02/20/2026 +ms.date: 07/10/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 5889991603ad0..febf4f1dfca02 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: 02/20/2026 +ms.date: 07/10/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 5c0e37047bd66..46f20291ede9e 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: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityCustomAuthenticationExtension --- @@ -13,8 +13,7 @@ title: Get-MgBetaIdentityCustomAuthenticationExtension ## SYNOPSIS -Read the properties and relationships of an authenticationEventListener object. -The @odata.type property in the response object indicates the type of the authenticationEventListener object. +Read the properties and relationships of a customAuthenticationExtension object. The following derived types are currently supported. > [!NOTE] @@ -30,7 +29,7 @@ Get-MgBetaIdentityCustomAuthenticationExtension [-ExpandProperty ] [-P [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -40,7 +39,7 @@ Get-MgBetaIdentityCustomAuthenticationExtension -CustomAuthenticationExtensionId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -50,7 +49,7 @@ Get-MgBetaIdentityCustomAuthenticationExtension -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -60,8 +59,7 @@ This cmdlet has the following aliases, ## DESCRIPTION -Read the properties and relationships of an authenticationEventListener object. -The @odata.type property in the response object indicates the type of the authenticationEventListener object. +Read the properties and relationships of a customAuthenticationExtension object. The following derived types are currently supported. **Permissions** @@ -73,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 @@ -595,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 @@ -646,7 +656,7 @@ INPUTOBJECT ``: Identity Parameter ## RELATED LINKS - [Get-MgBetaIdentityCustomAuthenticationExtension](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.identity.signins/get-mgbetaidentitycustomauthenticationextension) -- [Graph API Reference](https://learn.microsoft.com/graph/api/authenticationeventlistener-get?view=graph-rest-beta) +- [Graph API Reference](https://learn.microsoft.com/graph/api/customauthenticationextension-get?view=graph-rest-beta) - [Graph API Reference](https://learn.microsoft.com/graph/api/identitycontainer-list-customauthenticationextensions?view=graph-rest-beta) 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 f0a15d274f563..80be3a1b93b7f 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: 02/20/2026 +ms.date: 07/10/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 84f467e202c8e..a43ae1059bf1f 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: 02/20/2026 +ms.date: 07/10/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 6e62a1214bf20..81ef4b9790f4e 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: 02/20/2026 +ms.date: 07/10/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 ad6aaf2016c09..7b2111879487c 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: 02/20/2026 +ms.date: 07/10/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 89405be3b10a2..61bd86bcf7a80 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: 02/20/2026 +ms.date: 07/10/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 @@ -66,7 +66,7 @@ Represents entry point for fraud protection provider configurations for Microsof | --------------- | ------------------------------------------ | | Delegated (work or school account) | RiskPreventionProviders.Read.All, RiskPreventionProviders.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | RiskPreventionProviders.Read.All, RiskPreventionProviders.ReadWrite.All, | +| Application | Not supported | ## PARAMETERS @@ -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 677894075df4c..fb0380bcdde8e 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: 02/20/2026 +ms.date: 07/10/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 @@ -44,7 +44,7 @@ Get the number of the resource | --------------- | ------------------------------------------ | | Delegated (work or school account) | RiskPreventionProviders.Read.All, RiskPreventionProviders.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | RiskPreventionProviders.Read.All, RiskPreventionProviders.ReadWrite.All, | +| Application | Not supported | ## PARAMETERS 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 f867f1bdcf027..b1e3bcfa44040 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: 02/20/2026 +ms.date: 07/10/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 @@ -66,7 +66,20 @@ Read the properties and relationships of webApplicationFirewallProvider object. | --------------- | ------------------------------------------ | | Delegated (work or school account) | RiskPreventionProviders.Read.All, RiskPreventionProviders.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | RiskPreventionProviders.Read.All, RiskPreventionProviders.ReadWrite.All, | +| 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 @@ -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 @@ -651,6 +665,5 @@ 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 e0aa6ad345fad..7f0ac180843b9 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: 02/20/2026 +ms.date: 07/10/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 @@ -44,7 +44,7 @@ Get the number of the resource | --------------- | ------------------------------------------ | | Delegated (work or school account) | RiskPreventionProviders.Read.All, RiskPreventionProviders.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | RiskPreventionProviders.Read.All, RiskPreventionProviders.ReadWrite.All, | +| Application | Not supported | ## PARAMETERS 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 a25e02163e23f..0fd39ea57e1ae 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: 02/20/2026 +ms.date: 07/10/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 @@ -66,7 +66,31 @@ Read the properties and relationships of webApplicationFirewallVerificationModel | --------------- | ------------------------------------------ | | Delegated (work or school account) | RiskPreventionProviders.Read.All, RiskPreventionProviders.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | RiskPreventionProviders.Read.All, RiskPreventionProviders.ReadWrite.All, | +| 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 @@ -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 @@ -651,6 +676,5 @@ 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 fb997cb8f2530..799e8dbe34d6c 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: 02/20/2026 +ms.date: 07/10/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 @@ -38,14 +38,6 @@ This cmdlet has the following aliases, Get the number of the resource -**Permissions** - -| Permission type | Permissions (from least to most privileged) | -| --------------- | ------------------------------------------ | -| Delegated (work or school account) | RiskPreventionProviders.Read.All, | -| Delegated (personal Microsoft account) | Not supported | -| Application | RiskPreventionProviders.Read.All, | - ## PARAMETERS ### -Break 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 14afb180f0f29..6092298306d3e 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: 02/20/2026 +ms.date: 07/10/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 0c1acabb339bb..b4dc07ad2dcd2 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: 02/20/2026 +ms.date: 07/10/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 e4f0b1e17a87f..7a340ddfa9491 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: 02/20/2026 +ms.date: 07/10/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 e351a6cfb5a01..f40bd81b75fb6 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: 02/20/2026 +ms.date: 07/10/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 01c5bcffeeb66..4298e2366ab36 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: 02/20/2026 +ms.date: 07/10/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 dd42ce86b914e..b588ad0b6107a 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: 02/20/2026 +ms.date: 07/10/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 dcf13548f1c37..6ccf321961ea9 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: 02/20/2026 +ms.date: 07/10/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 7b7826ab5d1f6..11a120e132a86 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: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityVerifiedId --- @@ -13,7 +13,10 @@ title: Get-MgBetaIdentityVerifiedId ## SYNOPSIS -Get verifiedId from identity +Entry point for verified ID operations. + +> [!NOTE] +> To view the v1.0 release of this cmdlet, view [Get-MgIdentityVerifiedId](/powershell/module/Microsoft.Graph.Identity.SignIns/Get-MgIdentityVerifiedId?view=graph-powershell-1.0) ## SYNTAX @@ -23,7 +26,7 @@ Get verifiedId from identity Get-MgBetaIdentityVerifiedId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -33,7 +36,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 763d1d3932bae..8d9c14ea32424 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: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityVerifiedIdProfile --- @@ -15,6 +15,9 @@ title: Get-MgBetaIdentityVerifiedIdProfile Read the properties and relationships of verifiedIdProfile object. +> [!NOTE] +> To view the v1.0 release of this cmdlet, view [Get-MgIdentityVerifiedIdProfile](/powershell/module/Microsoft.Graph.Identity.SignIns/Get-MgIdentityVerifiedIdProfile?view=graph-powershell-1.0) + ## SYNTAX ### List (Default) @@ -25,7 +28,7 @@ Get-MgBetaIdentityVerifiedIdProfile [-ExpandProperty ] [-Property ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -34,7 +37,7 @@ Get-MgBetaIdentityVerifiedIdProfile [-ExpandProperty ] [-Property [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -44,7 +47,7 @@ Get-MgBetaIdentityVerifiedIdProfile -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -64,6 +67,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 +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 @@ -647,6 +664,5 @@ 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 e5f76515c3c59..e6e8506ee383e 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: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaIdentityVerifiedIdProfileCount --- @@ -15,6 +15,9 @@ title: Get-MgBetaIdentityVerifiedIdProfileCount Get the number of the resource +> [!NOTE] +> To view the v1.0 release of this cmdlet, view [Get-MgIdentityVerifiedIdProfileCount](/powershell/module/Microsoft.Graph.Identity.SignIns/Get-MgIdentityVerifiedIdProfileCount?view=graph-powershell-1.0) + ## SYNTAX ### Get (Default) @@ -23,7 +26,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 e75ad2fa95604..897bc3692de8a 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: 02/20/2026 +ms.date: 07/10/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 192c6e975fa79..cc16d17bfa9c7 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: 02/20/2026 +ms.date: 07/10/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 9e16bdfd921c6..79b6d034a2f4e 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: 02/20/2026 +ms.date: 07/10/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 e6b2aaadae0db..b4b9badede72e 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: 02/20/2026 +ms.date: 07/10/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 4361180003ccc..86077f6eb153c 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: 02/20/2026 +ms.date: 07/10/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 c09a0f85de03f..0b852e4d19a97 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: 02/20/2026 +ms.date: 07/10/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 ebb0a70ad6b26..fc7a0098bb68e 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: 02/20/2026 +ms.date: 07/10/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 9effb1decf6b9..ee15cdb19336a 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: 02/20/2026 +ms.date: 07/10/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 0024017a4626b..c811cbb318c50 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: 02/20/2026 +ms.date: 07/10/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 80b66f295aaf2..ef14698ec6f1d 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: 02/20/2026 +ms.date: 07/10/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 56b91b11d36e4..3be6941d7e14f 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: 02/20/2026 +ms.date: 07/10/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 acbd811491ba8..1d1c2ae567f1d 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: 02/20/2026 +ms.date: 07/10/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 677914946f9b2..433ae33e47e5e 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: 02/20/2026 +ms.date: 07/10/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 167e3ab8b7cd4..12497c8028cc8 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: 02/20/2026 +ms.date: 07/10/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 5ece4940a69a6..fbe1b3316e2af 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: 02/20/2026 +ms.date: 07/10/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 d9378238c3fb7..0ec799bcc564c 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: 02/20/2026 +ms.date: 07/10/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 676f845c8ec45..7d26c16985885 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: 02/20/2026 +ms.date: 07/10/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 39ef526e9422c..20fe1e0938127 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: 02/20/2026 +ms.date: 07/10/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 79bb70ccc9083..395acafd9e774 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: 02/20/2026 +ms.date: 07/10/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 4263c4a3f7564..88e35706ad9c6 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: 02/20/2026 +ms.date: 07/10/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 5cae6748a89f9..cc28e5f6a0488 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: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaInvitationInvitedUserMailboxSetting --- @@ -16,7 +16,7 @@ title: Get-MgBetaInvitationInvitedUserMailboxSetting Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. -Returned only on $select. +Requires $select to retrieve. > [!NOTE] > To view the v1.0 release of this cmdlet, view [Get-MgInvitationInvitedUserMailboxSetting](/powershell/module/Microsoft.Graph.Identity.SignIns/Get-MgInvitationInvitedUserMailboxSetting?view=graph-powershell-1.0) @@ -29,7 +29,7 @@ Returned only on $select. Get-MgBetaInvitationInvitedUserMailboxSetting [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -42,7 +42,7 @@ This cmdlet has the following aliases, Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. -Returned only on $select. +Requires $select to retrieve. ## PARAMETERS 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 2bb4542ed66fa..4740664678fa5 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: 02/20/2026 +ms.date: 07/10/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 4ae105af84d7a..1d358fdf73191 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: 02/20/2026 +ms.date: 07/10/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 67780f520419f..0e857e6792180 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: 02/20/2026 +ms.date: 07/10/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 da6f61b71f2bf..932ebdc357d4e 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: 02/20/2026 +ms.date: 07/10/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 2dc3304f11cdd..ebdbb36a9fefc 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: 02/20/2026 +ms.date: 07/10/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 a8f6768c2cf10..efbef8c554f1d 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: 02/20/2026 +ms.date: 07/10/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 4e69dd1c39de6..dd6bbc193d8ec 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: 02/20/2026 +ms.date: 07/10/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 e74778e9e86f7..f20bd16b172fc 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: 02/20/2026 +ms.date: 07/10/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 58b08340404b2..f3f724790ba4e 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: 02/20/2026 +ms.date: 07/10/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 fe60aacdc8730..2dd18a1828e9f 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: 02/20/2026 +ms.date: 07/10/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 47c82bf69717d..3193220182628 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: 02/20/2026 +ms.date: 07/10/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 ca3d0b34f3838..ccbbde39d2c80 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: 02/20/2026 +ms.date: 07/10/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 d0fb7ce508a0b..83d28d3303954 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: 02/20/2026 +ms.date: 07/10/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 1d758e1f09e40..694e796974e2d 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: 02/20/2026 +ms.date: 07/10/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 16a748777b32b..dcdd1327314c9 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: 02/20/2026 +ms.date: 07/10/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 b2f1e8138c72a..6b3636ac06375 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: 02/20/2026 +ms.date: 07/10/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 4fe3999f214d1..f74aea5f123c0 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: 02/20/2026 +ms.date: 07/10/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 4c220ca219e00..5a387b80fb053 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: 02/20/2026 +ms.date: 07/10/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 6b7978503076b..893020d190619 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: 02/20/2026 +ms.date: 07/10/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 26242e7dc209b..eab3a13fbef8e 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: 02/20/2026 +ms.date: 07/10/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 6f088bd7c3a96..c4a01e4262734 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: 02/20/2026 +ms.date: 07/10/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 ca8c0b0b0f6cd..7e08f9ae73fb3 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: 02/20/2026 +ms.date: 07/10/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 6c6323ce90ba9..918df605e5837 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: 02/20/2026 +ms.date: 07/10/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 d19eef0c6ba53..c00134cc79e11 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: 02/20/2026 +ms.date: 07/10/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 535493631cfd3..d6c8f1dec6a6c 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: 02/20/2026 +ms.date: 07/10/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 f4058fffa9d86..284742ffb0840 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: 02/20/2026 +ms.date: 07/10/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 724986fc8c72c..da20214678442 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: 02/20/2026 +ms.date: 07/10/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 6a38ffad61215..02b5257b729a5 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: 02/20/2026 +ms.date: 07/10/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 05918b705e0eb..6b4e216450c4b 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: 02/20/2026 +ms.date: 07/10/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 d4b2387dba5dd..f252b51e2279d 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: 02/20/2026 +ms.date: 07/10/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 b6c2f0c4e41df..7524f48f46990 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: 02/20/2026 +ms.date: 07/10/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 466b9f3e2db5d..8a942d1dc4ffb 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: 02/20/2026 +ms.date: 07/10/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 @@ -647,6 +661,5 @@ 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 d9edffc5d460c..07b7a6c14f196 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: 02/20/2026 +ms.date: 07/10/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 @@ -667,6 +680,5 @@ 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 002f07a7af57f..621ce2f258ea2 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: 02/20/2026 +ms.date: 07/10/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 1b5eadaea5fbf..55ada13de4525 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: 02/20/2026 +ms.date: 07/10/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 ca4a5875b3417..529d4dfa24bba 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: 02/20/2026 +ms.date: 07/10/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 8d5cf28ad99c8..a79415e6ccfdd 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: 02/20/2026 +ms.date: 07/10/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 3c744b33ad7c8..9f879cc7b57a5 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: 02/20/2026 +ms.date: 07/10/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 acd0cd05708d0..de420f795fb35 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: 02/20/2026 +ms.date: 07/10/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 1d7d7b1dbfe3f..79ed14b1cff64 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: 02/20/2026 +ms.date: 07/10/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 049caba80fa8f..7301194778041 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: 02/20/2026 +ms.date: 07/10/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 33a3d96d5243d..57598c5d09bf6 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: 02/20/2026 +ms.date: 07/10/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 c499e115cbc35..4020db26cec09 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: 02/20/2026 +ms.date: 07/10/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..2845de3733b8e --- /dev/null +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyCrossTenantAccessPolicyDefaultM365Capability.md @@ -0,0 +1,646 @@ +--- +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: 07/10/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. + +## 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..2113f36db2a60 --- /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: 07/10/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 a7b76b5423214..8883e0c7d8d3d 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: 02/20/2026 +ms.date: 07/10/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 69b9a855f0c37..340587cc098f8 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: 02/20/2026 +ms.date: 07/10/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 0e765bf804945..b87d9ebdf9fd5 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: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPolicyCrossTenantAccessPolicyPartnerIdentitySynchronization --- @@ -13,7 +13,7 @@ title: Get-MgBetaPolicyCrossTenantAccessPolicyPartnerIdentitySynchronization ## SYNOPSIS -Get the user synchronization policy of a partner-specific configuration. +Get the user and group synchronization policy of a partner-specific configuration. > [!NOTE] > To view the v1.0 release of this cmdlet, view [Get-MgPolicyCrossTenantAccessPolicyPartnerIdentitySynchronization](/powershell/module/Microsoft.Graph.Identity.SignIns/Get-MgPolicyCrossTenantAccessPolicyPartnerIdentitySynchronization?view=graph-powershell-1.0) @@ -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 @@ -47,7 +47,7 @@ This cmdlet has the following aliases, ## DESCRIPTION -Get the user synchronization policy of a partner-specific configuration. +Get the user and group synchronization policy of a partner-specific configuration. **Permissions** @@ -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..c582804b73ea3 --- /dev/null +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyCrossTenantAccessPolicyPartnerM365Capability.md @@ -0,0 +1,675 @@ +--- +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: 07/10/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. + +## 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..6f8138a755722 --- /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: 07/10/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 f0d2a6e778690..069224a332280 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: 02/20/2026 +ms.date: 07/10/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 2956ac0860747..b85e096c56779 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: 02/20/2026 +ms.date: 07/10/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 cbfff65145486..af720589f8c54 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: 02/20/2026 +ms.date: 07/10/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 06fba692cc08c..295bce59b4aca 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: 02/20/2026 +ms.date: 07/10/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 b19bd0536b24d..5825a88d9b9af 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: 02/20/2026 +ms.date: 07/10/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 b224cf6602b3a..c62aaa1dc079d 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: 02/20/2026 +ms.date: 07/10/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 @@ -640,6 +654,5 @@ 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 514069766b9c4..161215616b9b3 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: 02/20/2026 +ms.date: 07/10/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 af0d138a4c8cd..702d4b4d2f7f1 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: 02/20/2026 +ms.date: 07/10/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..c289fb9cba928 --- /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: 07/10/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..3ecc215b1b6df --- /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: 07/10/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 28f632367ceaa..8bd6e756eeae5 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: 02/20/2026 +ms.date: 07/10/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 @@ -640,6 +654,5 @@ 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 e66646cac9e88..f003387df5670 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: 02/20/2026 +ms.date: 07/10/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 366328846f498..9c56991e48717 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: 02/20/2026 +ms.date: 07/10/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 9771a0a94c04c..6ccf4f8d944aa 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: 02/20/2026 +ms.date: 07/10/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 90cc7aaaa1f6a..745f05b57b3a3 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: 02/20/2026 +ms.date: 07/10/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 621fe3f99a87f..30b6f24f6a81f 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: 02/20/2026 +ms.date: 07/10/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 b90a19d51f1fb..8485b7d155399 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: 02/20/2026 +ms.date: 07/10/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 3e59f4740640c..a0bc4418195b6 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: 02/20/2026 +ms.date: 07/10/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 31cd63d6317b9..8e660ae76d95e 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: 02/20/2026 +ms.date: 07/10/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 e50f03b1f2e08..3f76ee77ccaeb 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: 02/20/2026 +ms.date: 07/10/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 bc984a2072304..d8ec8bf348133 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: 02/20/2026 +ms.date: 07/10/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 d5878fb9ab3bb..3d71d900f5f82 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: 02/20/2026 +ms.date: 07/10/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 1bf61c1dbfd14..c968321ffdda4 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: 02/20/2026 +ms.date: 07/10/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 cb8a178723e79..29aff6c2404e9 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: 02/20/2026 +ms.date: 07/10/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 6d693392d3b57..da6f413825d7a 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: 02/20/2026 +ms.date: 07/10/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 81edb0c4d67fb..8e8658777a7ab 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: 02/20/2026 +ms.date: 07/10/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 c1df4f766edec..ab90b3ecb619b 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: 02/20/2026 +ms.date: 07/10/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 01600676ebe18..eeaa4d08c4e69 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: 02/20/2026 +ms.date: 07/10/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 0064bd7327307..81af608e03ca5 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: 02/20/2026 +ms.date: 07/10/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 14d001b9d653d..1bce9d32d67a3 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: 02/20/2026 +ms.date: 07/10/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 6e211f44d05b8..468037a17725d 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: 02/20/2026 +ms.date: 07/10/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 980a4d75868ff..7cb796e26ecfd 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: 02/20/2026 +ms.date: 07/10/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 10d73192489fb..0ec94d2526db2 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: 02/20/2026 +ms.date: 07/10/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 131ceae1cc9ce..8af099e9eaa62 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: 02/20/2026 +ms.date: 07/10/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 8b11bb0bae7b5..d747565c65216 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: 02/20/2026 +ms.date: 07/10/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 3447d7778212b..bd8a6febd3e96 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: 02/20/2026 +ms.date: 07/10/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 9744246346568..6981538ef4d19 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: 02/20/2026 +ms.date: 07/10/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 7b04d948c41d9..98bff501f70fc 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: 02/20/2026 +ms.date: 07/10/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 cd4332411e8c5..3d02789cbcd80 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: 02/20/2026 +ms.date: 07/10/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 9eb8167c4a71e..778ce32584505 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: 02/20/2026 +ms.date: 07/10/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 56daf705ea2c2..1829c1ea67fd4 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: 02/20/2026 +ms.date: 07/10/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 @@ -57,6 +57,27 @@ This cmdlet has the following aliases, Read the properties and relationships of onPremAuthenticationPolicy object. +**Permissions** + +| Permission type | Permissions (from least to most privileged) | +| --------------- | ------------------------------------------ | +| Delegated (work or school account) | Policy.Read.OnPremAuthenticationPolicy, Policy.ReadWrite.OnPremAuthenticationPolicy, | +| 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 @@ -567,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 @@ -640,6 +662,5 @@ 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 c61564d043cac..e7bae9ede4471 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: 02/20/2026 +ms.date: 07/10/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 @@ -667,6 +680,5 @@ 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 d3c1c0f8e52de..42068a58a60c4 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: 02/20/2026 +ms.date: 07/10/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 2c169674e3307..784125b4e29de 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: 02/20/2026 +ms.date: 07/10/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 @@ -35,6 +35,14 @@ This cmdlet has the following aliases, Get the number of the resource +**Permissions** + +| Permission type | Permissions (from least to most privileged) | +| --------------- | ------------------------------------------ | +| Delegated (work or school account) | Policy.Read.OnPremAuthenticationPolicy, Policy.ReadWrite.OnPremAuthenticationPolicy, | +| Delegated (personal Microsoft account) | Not supported | +| Application | Not supported | + ## PARAMETERS ### -Break 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..b6f366bbbcc4a --- /dev/null +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Get-MgBetaPolicyOwnerlessGroupPolicy.md @@ -0,0 +1,323 @@ +--- +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: 07/10/2026 +PlatyPS schema version: 2024-05-01 +title: Get-MgBetaPolicyOwnerlessGroupPolicy +--- + +# Get-MgBetaPolicyOwnerlessGroupPolicy + +## SYNOPSIS + +Read the properties of an ownerlessGroupPolicy object. + +> [!NOTE] +> To view the v1.0 release of this cmdlet, view [Get-MgPolicyOwnerlessGroupPolicy](/powershell/module/Microsoft.Graph.Identity.SignIns/Get-MgPolicyOwnerlessGroupPolicy?view=graph-powershell-1.0) + +## 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 6acedcccf0017..4697cc61bd74b 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: 02/20/2026 +ms.date: 07/10/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 482373b25c78b..9e5b68fa4cc31 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: 02/20/2026 +ms.date: 07/10/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 ef8fce8fa33ef..c4f905588f082 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: 02/20/2026 +ms.date: 07/10/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 518c6de5eea83..4b7d42ef0b647 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: 02/20/2026 +ms.date: 07/10/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 286ac5f96d5de..17250764032c8 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: 02/20/2026 +ms.date: 07/10/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 3d824a80ebca6..923ee459e837e 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: 02/20/2026 +ms.date: 07/10/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 924008a89615d..55d386e3513de 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: 02/20/2026 +ms.date: 07/10/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 78d4419d6e0c2..c2ff7937706e8 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: 02/20/2026 +ms.date: 07/10/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 6960aaa1cdd3b..0463e4e96e93a 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: 02/20/2026 +ms.date: 07/10/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 b53cdc19ebcaa..1cb624f67e0c3 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: 02/20/2026 +ms.date: 07/10/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 b2179aade69d5..00a98dbcbca51 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: 02/20/2026 +ms.date: 07/10/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 6e4935acaab91..d3a2c8e953358 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: 02/20/2026 +ms.date: 07/10/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 cb7403d79680c..9a1882c7a2ce9 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: 02/20/2026 +ms.date: 07/10/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 dec4d73b3eddd..a6a4f4f8c0ac7 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: 02/20/2026 +ms.date: 07/10/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 98b7985745998..b6055cd5c4107 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: 02/20/2026 +ms.date: 07/10/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 de944c2ba5996..2377376f9aa0a 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: 02/20/2026 +ms.date: 07/10/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 87717b3fe3851..04cd3eb5c6036 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: 02/20/2026 +ms.date: 07/10/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 c918f7fc3049b..192851a083d0c 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: 02/20/2026 +ms.date: 07/10/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 79b1c4e1f1a82..82c06c03bc697 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: 02/20/2026 +ms.date: 07/10/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 62896fc720e1c..a2594522e2e2e 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: 02/20/2026 +ms.date: 07/10/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 de1e1f62c47f2..975ecdaf79913 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: 02/20/2026 +ms.date: 07/10/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 9e144bd4b9a17..d1f4fcb3cf4b9 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: 02/20/2026 +ms.date: 07/10/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 9989a1357c3ba..b204cc9ac5652 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: 02/20/2026 +ms.date: 07/10/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 7b5ce8a178abd..cf28be31c5295 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: 02/20/2026 +ms.date: 07/10/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 f05786222c403..d3dd40557f3df 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: 02/20/2026 +ms.date: 07/10/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 c39fe1d5e47c3..3acf71b3526ae 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: 02/20/2026 +ms.date: 07/10/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 1d594c5d422ac..e3cc1c5f0fd0e 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: 02/20/2026 +ms.date: 07/10/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 d2a6155672bdf..1df486092df01 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: 02/20/2026 +ms.date: 07/10/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 787f52608b421..93954a24ddc8a 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: 02/20/2026 +ms.date: 07/10/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 701c69f4ffa89..223bb6585d60e 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: 02/20/2026 +ms.date: 07/10/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 84e592ff1f25d..5deea2304c6fb 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: 02/20/2026 +ms.date: 07/10/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 cc41bdd212e2a..b6a89def4a35d 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: 02/20/2026 +ms.date: 07/10/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 b24dce4a0f008..1da2d4a011f58 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: 02/20/2026 +ms.date: 07/10/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 d0ec940302409..ab91a3e6523e2 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: 02/20/2026 +ms.date: 07/10/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 @@ -646,6 +660,5 @@ 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 3fd6f87aeb740..89ddf63fb8d3f 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: 02/20/2026 +ms.date: 07/10/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 d6897819d3d87..c5c3d151d5829 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: 02/20/2026 +ms.date: 07/10/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 830d5a53c0f51..e9be4fc462c50 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: 02/20/2026 +ms.date: 07/10/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 5926fc0adf407..2de304976a38e 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: 02/20/2026 +ms.date: 07/10/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 ad72e96894244..9c193b470574f 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: 02/20/2026 +ms.date: 07/10/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 4f520f7380613..8feb89873f068 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: 02/20/2026 +ms.date: 07/10/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 f725616f5cde4..49d226e4b4853 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: 02/20/2026 +ms.date: 07/10/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 66e73f1c0419b..f079644ca3bf7 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: 02/20/2026 +ms.date: 07/10/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 9bb884851a086..533dd3a18267e 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: 02/20/2026 +ms.date: 07/10/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 84426719c3e8f..584f2e42dd321 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: 02/20/2026 +ms.date: 07/10/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 583fece652b0a..9b16c131f7558 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: 02/20/2026 +ms.date: 07/10/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 eac0d1926a84f..7d528d3d75501 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: 02/20/2026 +ms.date: 07/10/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 3f64b6b18bb17..e8ef3c9070ddd 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: 02/20/2026 +ms.date: 07/10/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 fcc61fea6af88..a1797f3136f8a 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: 02/20/2026 +ms.date: 07/10/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 bbad2d039e2fb..2df0789779ef7 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: 02/20/2026 +ms.date: 07/10/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 5e0be79a3eea7..3a0d972de02ef 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: 02/20/2026 +ms.date: 07/10/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 9bb4b012230bb..41c6ef3b1f605 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: 02/20/2026 +ms.date: 07/10/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 fd455718cfab7..81ddbd11ab67b 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: 02/20/2026 +ms.date: 07/10/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 cf756343822fd..6d3cf4c99cf14 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: 02/20/2026 +ms.date: 07/10/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 29285245b6e1a..7c78c7c9a5018 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: 02/20/2026 +ms.date: 07/10/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 4218146415557..38979a6278eb7 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: 02/20/2026 +ms.date: 07/10/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 3297b1b47f08e..6cfde6fde5b5b 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: 02/20/2026 +ms.date: 07/10/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 5ffb7668a5fcf..35bdd2b9e11aa 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: 02/20/2026 +ms.date: 07/10/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 55ae02fc1bbb9..94630b233978f 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: 02/20/2026 +ms.date: 07/10/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 b36564293e8bf..0784226b1ba3d 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: 02/20/2026 +ms.date: 07/10/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 53bb4235e1b4b..ef52aeaba0c4a 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: 02/20/2026 +ms.date: 07/10/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 5f45c719a3553..da04c78983814 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: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserAuthenticationExternalAuthenticationMethod --- @@ -13,7 +13,10 @@ title: Get-MgBetaUserAuthenticationExternalAuthenticationMethod ## SYNOPSIS -Represents the external methods registered to a user for authentication. +Represents the external MFA registered to a user for authentication. + +> [!NOTE] +> To view the v1.0 release of this cmdlet, view [Get-MgUserAuthenticationExternalAuthenticationMethod](/powershell/module/Microsoft.Graph.Identity.SignIns/Get-MgUserAuthenticationExternalAuthenticationMethod?view=graph-powershell-1.0) ## SYNTAX @@ -26,7 +29,6 @@ Get-MgBetaUserAuthenticationExternalAuthenticationMethod -UserId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -36,7 +38,7 @@ Get-MgBetaUserAuthenticationExternalAuthenticationMethod -ExternalAuthentication -UserId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +48,7 @@ Get-MgBetaUserAuthenticationExternalAuthenticationMethod -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -56,15 +58,15 @@ This cmdlet has the following aliases, ## DESCRIPTION -Represents the external methods registered to a user for authentication. +Represents the external MFA registered to a user for authentication. **Permissions** | 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 @@ -603,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 84f0c79a67b65..4857561ae70ff 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: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserAuthenticationExternalAuthenticationMethodCount --- @@ -15,6 +15,9 @@ title: Get-MgBetaUserAuthenticationExternalAuthenticationMethodCount Get the number of the resource +> [!NOTE] +> To view the v1.0 release of this cmdlet, view [Get-MgUserAuthenticationExternalAuthenticationMethodCount](/powershell/module/Microsoft.Graph.Identity.SignIns/Get-MgUserAuthenticationExternalAuthenticationMethodCount?view=graph-powershell-1.0) + ## SYNTAX ### Get (Default) @@ -23,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 @@ -33,7 +36,7 @@ Get-MgBetaUserAuthenticationExternalAuthenticationMethodCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -49,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 @@ -389,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 cabcb5057dc79..c351561d00976 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: 02/20/2026 +ms.date: 07/10/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 bf463e4519eec..118caada731cc 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: 02/20/2026 +ms.date: 07/10/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 dc8ec34a8fa45..1d4ef0b2bd0e9 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: 02/20/2026 +ms.date: 07/10/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 61db58424e76f..45511a9f3c1e3 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: 02/20/2026 +ms.date: 07/10/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 cced4e617d11e..deb2202633cb8 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: 02/20/2026 +ms.date: 07/10/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 cd831b129e66a..81e1dc467bb22 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: 02/20/2026 +ms.date: 07/10/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 f868dc6a7d744..a6aa02504f894 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: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserAuthenticationHardwareOathMethodDeviceAssignToMailboxSetting --- @@ -16,7 +16,7 @@ title: Get-MgBetaUserAuthenticationHardwareOathMethodDeviceAssignToMailboxSettin Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. -Returned only on $select. +Requires $select to retrieve. ## SYNTAX @@ -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 @@ -50,7 +50,7 @@ This cmdlet has the following aliases, Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. -Returned only on $select. +Requires $select to retrieve. ## PARAMETERS @@ -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 03adb0062d1fd..9bf55936d8b47 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: 02/20/2026 +ms.date: 07/10/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 c21b08ea156bc..0cfe47708caee 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: 02/20/2026 +ms.date: 07/10/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 d47b653ba6819..6f206bfde86a8 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: 02/20/2026 +ms.date: 07/10/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 776b679685b1d..bd9418e8d395d 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: 02/20/2026 +ms.date: 07/10/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 de417aa13a2cb..4690b81e9e984 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: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserAuthenticationHardwareOathMethodDeviceHardwareOathDeviceAssignToMailboxSetting --- @@ -16,7 +16,7 @@ title: Get-MgBetaUserAuthenticationHardwareOathMethodDeviceHardwareOathDeviceAss Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. -Returned only on $select. +Requires $select to retrieve. ## SYNTAX @@ -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 @@ -52,7 +52,7 @@ This cmdlet has the following aliases, Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. -Returned only on $select. +Requires $select to retrieve. ## PARAMETERS @@ -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 65188df9961f6..6b048414367f8 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: 02/20/2026 +ms.date: 07/10/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 73e6de44fd5af..fd35b16586921 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: 02/20/2026 +ms.date: 07/10/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 0fede1208f542..d3f4ce10b9a64 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: 02/20/2026 +ms.date: 07/10/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 168e2602df5f1..8507b58b3a1c1 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: 02/20/2026 +ms.date: 07/10/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 e306471c3ce02..33c935903a7a8 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: 02/20/2026 +ms.date: 07/10/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 ab445fb35b1fc..d7b31ba42dae2 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: 02/20/2026 +ms.date: 07/10/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 b666575463cd6..a8d79d66dbf78 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: 02/20/2026 +ms.date: 07/10/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 f1efb720289ef..3056006495d70 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: 02/20/2026 +ms.date: 07/10/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 9c2ef35dac8fa..14b76aab7d45e 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: 02/20/2026 +ms.date: 07/10/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 8b519bece2269..29cde354f5f77 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: 02/20/2026 +ms.date: 07/10/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 c16246a0e9353..8da813d224d59 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: 02/20/2026 +ms.date: 07/10/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 f21740ae00924..a8e2e38697828 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: 02/20/2026 +ms.date: 07/10/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 9c9a7cf1db7d1..014bf2d6b1c7c 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: 02/20/2026 +ms.date: 07/10/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 a4f06c4e8b98f..6e9277d9a85dc 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: 02/20/2026 +ms.date: 07/10/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 427158e3dc4be..bfb0cb399b0b1 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: 02/20/2026 +ms.date: 07/10/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 f85960be634f6..3e71691a87d4a 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: 02/20/2026 +ms.date: 07/10/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 724765ff5fe18..83f76b1e25b5f 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: 02/20/2026 +ms.date: 07/10/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 e0ae0e2440f75..001975abc1404 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: 02/20/2026 +ms.date: 07/10/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 c5e23891d8842..448aab6607941 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: 02/20/2026 +ms.date: 07/10/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 84ec01b18de5b..f9b12845c150f 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: 02/20/2026 +ms.date: 07/10/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 857cfca0ac7bb..9c591674de5bd 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: 02/20/2026 +ms.date: 07/10/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 dc22f12530b48..749dfb2ff38da 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: 02/20/2026 +ms.date: 07/10/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 4868f88fe8e22..207f98325c7b2 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: 02/20/2026 +ms.date: 07/10/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 a01fe77dc86de..e3486066b5d2a 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: 02/20/2026 +ms.date: 07/10/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 292aad93ac4d2..25c188f5c4844 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: 02/20/2026 +ms.date: 07/10/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 7118fa9a34c5d..b29c7a7dd6642 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: 02/20/2026 +ms.date: 07/10/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 28da576f8996d..64496d1e343e1 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: 02/20/2026 +ms.date: 07/10/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 9d512417cbee2..d1a7d6cdf47cf 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: 02/20/2026 +ms.date: 07/10/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 f2a82711ce21f..dd6e1f98cbd00 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: 02/20/2026 +ms.date: 07/10/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 8bf2c3cca941d..c282a78a61f4f 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: 02/20/2026 +ms.date: 07/10/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 176831c8611ec..590480ca8f61e 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: 02/20/2026 +ms.date: 07/10/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 9e1f5d4246181..0c537c5088d94 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: 02/20/2026 +ms.date: 07/10/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 004e345d66e01..0179a674eb127 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: 02/20/2026 +ms.date: 07/10/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 d1b0b7746938e..3b94df4a561ed 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: 02/20/2026 +ms.date: 07/10/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 15f48af43fa16..bbc97f23e13c6 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: 02/20/2026 +ms.date: 07/10/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 618903a33c450..45d6084d708cf 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: 02/20/2026 +ms.date: 07/10/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 8863c4dc56f3f..fa8d5cef29779 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: 02/20/2026 +ms.date: 07/10/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 69235fc4e5f29..5f7ef8bdff2ea 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: 02/20/2026 +ms.date: 07/10/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 dd1c1c20a9b78..94be17887ebfa 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: 02/20/2026 +ms.date: 07/10/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 14bc972144e92..9dcf2ded57e4f 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: 02/20/2026 +ms.date: 07/10/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 1e7828b150662..b53fd56461ba3 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: 02/20/2026 +ms.date: 07/10/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 30ff24f3ac6ac..cba50a2d97a5e 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: 02/20/2026 +ms.date: 07/10/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 112690f406acb..789f9ebee30a3 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: 02/20/2026 +ms.date: 07/10/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 49eb25547c549..647ac844371cf 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: 02/20/2026 +ms.date: 07/10/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 485bd1609a285..9d3686246880c 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: 02/20/2026 +ms.date: 07/10/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 01b0721b1a2f4..a8cc94c93bf8d 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: 02/20/2026 +ms.date: 07/10/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 4cee6963da927..33550dd585c66 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: 02/20/2026 +ms.date: 07/10/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 e65cf2f7f5172..fb739e4ac391e 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: 02/20/2026 +ms.date: 07/10/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 8c152943c78f2..253be00077cae 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: 02/20/2026 +ms.date: 07/10/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 f9c4e6e39c0bc..85719eb7ddcfc 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: 02/20/2026 +ms.date: 07/10/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 c8f86daa216cb..77be599c43f8f 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: 02/20/2026 +ms.date: 07/10/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 6da4611dc6dee..aa9ce80639839 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: 02/20/2026 +ms.date: 07/10/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 79c2e9f3e158d..150e2eb440eaa 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: 02/20/2026 +ms.date: 07/10/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 3aa038b8ede3a..0e0499721f99a 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: 02/20/2026 +ms.date: 07/10/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 9d7dc4f05d10c..b073767e8ed6f 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: 02/20/2026 +ms.date: 07/10/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 45136b4a34fbe..e253dc4b87f12 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: 02/20/2026 +ms.date: 07/10/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 4db89b27eec6c..0f7b8cb5e510e 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: 02/20/2026 +ms.date: 07/10/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 1356b2b6d3b4d..28b748210c2fc 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: 02/20/2026 +ms.date: 07/10/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 b37523db4640b..2942edeaa8949 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: 02/20/2026 +ms.date: 07/10/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 2fe13b31db018..ff5da06400d50 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: 02/20/2026 +ms.date: 07/10/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 71963e3124fde..bab72e933bdc8 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: 02/20/2026 +ms.date: 07/10/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 829bf68375a2a..35d5a99540a0c 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: 02/20/2026 +ms.date: 07/10/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 17896673dd4af..4771ad8875f33 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: 02/20/2026 +ms.date: 07/10/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 1d398eeaf249a..f3fd93f1a85d7 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: 02/20/2026 +ms.date: 07/10/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 c93147be3927a..98f4bffbe8310 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: 02/20/2026 +ms.date: 07/10/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 b43e904e92244..b0bcc01ab4946 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: 02/20/2026 +ms.date: 07/10/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 8cf2516833e5f..b915e3aa1638c 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: 02/20/2026 +ms.date: 07/10/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 d9ad8ae7567c8..414bca38b4295 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: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaCreationUserAuthenticationFido2MethodOption --- @@ -16,6 +16,9 @@ title: Invoke-MgBetaCreationUserAuthenticationFido2MethodOption Retrieve creation options required to generate and register a Microsoft Entra ID-compatible passkey. Self-service operations aren't supported. +> [!NOTE] +> To view the v1.0 release of this cmdlet, view [Invoke-MgCreationUserAuthenticationFido2MethodOption](/powershell/module/Microsoft.Graph.Identity.SignIns/Invoke-MgCreationUserAuthenticationFido2MethodOption?view=graph-powershell-1.0) + ## SYNTAX ### Creation (Default) @@ -25,7 +28,7 @@ Invoke-MgBetaCreationUserAuthenticationFido2MethodOption -UserId [-ChallengeTimeoutInMinutes ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### CreationViaIdentity @@ -35,7 +38,7 @@ Invoke-MgBetaCreationUserAuthenticationFido2MethodOption -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -52,9 +55,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 +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/Invoke-MgBetaDeactivateUserAuthenticationHardwareOathMethod.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Invoke-MgBetaDeactivateUserAuthenticationHardwareOathMethod.md index 390bd763f25fc..c3aae37f3ece2 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: 02/20/2026 +ms.date: 07/10/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 b6f19b15114b6..8a63466bad43a 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: 02/20/2026 +ms.date: 07/10/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 ce147edf0cf7c..ae52092355400 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: 02/20/2026 +ms.date: 07/10/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 d83a7c331e381..7a8543b1da082 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: 02/20/2026 +ms.date: 07/10/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 48fbaa53c11da..b0f5c09e91507 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: 02/20/2026 +ms.date: 07/10/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 4d8b58ff77a25..a4e7fd683d803 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: 02/20/2026 +ms.date: 07/10/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 787cee59ef0e4..9cb6740ddfde7 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: 02/20/2026 +ms.date: 07/10/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 16fd087dc3225..46de75b887611 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: 02/20/2026 +ms.date: 07/10/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 f28eedf3a502f..ecfc78cd9db21 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: 02/20/2026 +ms.date: 07/10/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 274e39dce0387..12a07228ff3ad 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: 02/20/2026 +ms.date: 07/10/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 84d3af6a26c24..54e6939a5b3bf 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: 02/20/2026 +ms.date: 07/10/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 c5d1638995df1..360e65bb93d80 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: 02/20/2026 +ms.date: 07/10/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 8a464a382c9e6..874e2f8d5e526 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: 02/20/2026 +ms.date: 07/10/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 f1bf647c62ec4..ae9a5361cf4ad 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: 02/20/2026 +ms.date: 07/10/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 dd2063546b5d9..b4bd6a718d904 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: 02/20/2026 +ms.date: 07/10/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 cd6d55f23f6e6..972126beb5227 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: 02/20/2026 +ms.date: 07/10/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 dbb1f6b05fc40..83bf638a1420d 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: 4a22bc73-8efa-4bfc-be32-5b50323b07d3 +Module Guid: 59389d25-2eb1-3169-3a52-d02e3d583a03 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 d8f83b4962ca3..6b5617cf5248e 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: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaAgentRiskDetection --- @@ -22,12 +22,14 @@ Create new navigation property to agentRiskDetections for identityProtection ``` New-MgBetaAgentRiskDetection [-ResponseHeadersVariable ] [-ActivityDateTime ] [-AdditionalInfo ] [-AdditionalProperties ] [-AgentDisplayName ] - [-AgentId ] [-DetectedDateTime ] [-DetectionTimingType ] [-Id ] - [-LastModifiedDateTime ] [-RiskDetail ] [-RiskEventType ] - [-RiskEvidence ] [-RiskLevel ] [-RiskState ] [-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 @@ -37,7 +39,6 @@ New-MgBetaAgentRiskDetection -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -163,6 +164,28 @@ AcceptedValues: [] HelpMessage: '' ``` +### -BlueprintId + +The identifier of the blueprint associated with the agent. +Nullable. + +```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: '' +``` + ### -BodyParameter agentRiskDetection @@ -206,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. @@ -256,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: '' @@ -358,6 +423,48 @@ AcceptedValues: [] HelpMessage: '' ``` +### -IdentityId + + + +```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: '' +``` + +### -IdentityType + +agentIdentityType + +```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: '' +``` + ### -LastModifiedDateTime Date and time that the risk detection was last updated. @@ -572,6 +679,91 @@ 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: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -Source + +The source system that generated the risk detection. +Nullable. + +```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: '' +``` + ### -WhatIf Runs the command in a mode that only reports what would happen without performing the actions. @@ -639,11 +831,17 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. This is equivalent to 'id' to the specific agent type. 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). [RiskDetail ]: riskDetail @@ -653,6 +851,11 @@ 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. ## RELATED LINKS 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 c2ea2069d4447..c7ac239480d02 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: 02/20/2026 +ms.date: 07/10/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 5f1085dc270a1..4dd48484a40be 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: 02/20/2026 +ms.date: 07/10/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 6fc748d9a4837..64a5bde808fdd 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: 02/20/2026 +ms.date: 07/10/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 6f79a0c9b865a..8032e4e4d7abc 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: 02/20/2026 +ms.date: 07/10/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 3ae8648d9b5b4..61623dd090d6a 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: 02/20/2026 +ms.date: 07/10/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 5defc0251898f..3f5d0e3bfbc97 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: 02/20/2026 +ms.date: 07/10/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 f12c7e8bee7e8..8e1b7bd6f42c4 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: 02/20/2026 +ms.date: 07/10/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 8dd861c16400c..121135b7c8895 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: 02/20/2026 +ms.date: 07/10/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 817e1449e3061..8fa92f8390e71 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: 02/20/2026 +ms.date: 07/10/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 9f2c403b72288..1a011271b8437 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: 02/20/2026 +ms.date: 07/10/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 a0090ec3c7636..050bc1725feed 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: 02/20/2026 +ms.date: 07/10/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 231ee03a642aa..9950590b28768 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: 02/20/2026 +ms.date: 07/10/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 a761e9917136b..a4e95c73fa77b 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: 02/20/2026 +ms.date: 07/10/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 ea291b51c2c61..83aacb2def595 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: 02/20/2026 +ms.date: 07/10/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 6b807a453473f..0030c92499d83 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: 02/20/2026 +ms.date: 07/10/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 @@ -63,6 +61,74 @@ Create a new b2xIdentityUserFlow object. | Delegated (personal Microsoft account) | Not supported | | Application | IdentityUserFlow.ReadWrite.All, | +## EXAMPLES +### Example 1: Create a user flow with the default values + +```powershell + +Import-Module Microsoft.Graph.Beta.Identity.SignIns + +$params = @{ + id = "Partner" + userFlowType = "signUpOrSignIn" + userFlowTypeVersion = 1 +} + +New-MgBetaIdentityB2XUserFlow -BodyParameter $params + +``` +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 = "Partner" + userFlowType = "signUpOrSignIn" + userFlowTypeVersion = 1 + identityProviders = @( + @{ + id = "Facebook-OAuth" + type = "Facebook" + name = "Facebook" + } + ) +} + +New-MgBetaIdentityB2XUserFlow -BodyParameter $params + +``` +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 = "UserFlowWithAPIConnector" + userFlowType = "signUpOrSignIn" + userFlowTypeVersion = 1 + apiConnectorConfiguration = @{ + postFederationSignup = @{ + "@odata.id" = '{apiConnectorId}' + } + postAttributeCollection = @{ + "@odata.id" = '{apiConnectorId}' + } + } +} + +New-MgBetaIdentityB2XUserFlow -BodyParameter $params + +``` +This example will create a user flow with the default values and configuration for api connectors + + ## PARAMETERS ### -AdditionalProperties @@ -710,6 +776,5 @@ Read-only. - 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 21d68d52deacf..48339ed95bffc 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: 02/20/2026 +ms.date: 07/10/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 e49ebc646a719..40aaa7cb752f2 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: 02/20/2026 +ms.date: 07/10/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 607acb508a073..7c80cb622e6c4 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: 02/20/2026 +ms.date: 07/10/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 e0887b6f03f09..8ff8ff0a0fe58 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: 02/20/2026 +ms.date: 07/10/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 3b6009e2e262b..8c5bc855af362 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: 02/20/2026 +ms.date: 07/10/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 7307d856f2fbe..36b1864b8c89f 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: 02/20/2026 +ms.date: 07/10/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 ddb6b1feeea5e..c62bd874a8b8f 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: 02/20/2026 +ms.date: 07/10/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 f37e5e9ec4175..1707537f28c54 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: 02/20/2026 +ms.date: 07/10/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 50c06286aa64b..0640efaa80fb8 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: 02/20/2026 +ms.date: 07/10/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 1ddeb9f90eeab..3f7e3ae993828 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: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaIdentityConditionalAccessDeletedItemNamedLocation --- @@ -15,6 +15,9 @@ title: New-MgBetaIdentityConditionalAccessDeletedItemNamedLocation Create new navigation property to namedLocations for identity +> [!NOTE] +> To view the v1.0 release of this cmdlet, view [New-MgIdentityConditionalAccessDeletedItemNamedLocation](/powershell/module/Microsoft.Graph.Identity.SignIns/New-MgIdentityConditionalAccessDeletedItemNamedLocation?view=graph-powershell-1.0) + ## SYNTAX ### CreateExpanded (Default) @@ -25,7 +28,7 @@ New-MgBetaIdentityConditionalAccessDeletedItemNamedLocation [-ResponseHeadersVar [-DisplayName ] [-Id ] [-ModifiedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -35,7 +38,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 f429fa13d2559..440501978b6c0 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: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaIdentityConditionalAccessDeletedItemPolicy --- @@ -15,6 +15,9 @@ title: New-MgBetaIdentityConditionalAccessDeletedItemPolicy Create new navigation property to policies for identity +> [!NOTE] +> To view the v1.0 release of this cmdlet, view [New-MgIdentityConditionalAccessDeletedItemPolicy](/powershell/module/Microsoft.Graph.Identity.SignIns/New-MgIdentityConditionalAccessDeletedItemPolicy?view=graph-powershell-1.0) + ## SYNTAX ### CreateExpanded (Default) @@ -28,7 +31,7 @@ New-MgBetaIdentityConditionalAccessDeletedItemPolicy [-ResponseHeadersVariable < [-SessionControls ] [-State ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -38,7 +41,7 @@ New-MgBetaIdentityConditionalAccessDeletedItemPolicy -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -672,9 +675,10 @@ Supports $filter (eq, ne, not , and in). [PolicyType ]: authenticationStrengthPolicyType [RequirementsSatisfied ]: authenticationStrengthRequirements [BuiltInControls ]: List of values of built-in controls required by the policy. -Possible values: block, mfa, compliantDevice, domainJoinedDevice, approvedApplication, compliantApplication, passwordChange, unknownFutureValue. +Possible values: block, mfa, compliantDevice, domainJoinedDevice, approvedApplication, compliantApplication, passwordChange, unknownFutureValue, riskRemediation. +Use the Prefer: include-unknown-enum-members request header to get the following value in this evolvable enum: riskRemediation. [CustomAuthenticationFactors ]: List of custom controls IDs required by the policy. -To learn more about custom control, see Custom controls (preview). +For more information, see Custom controls. [Operator ]: Defines the relationship of the grant controls. Possible values: AND, OR. [TermsOfUse ]: List of terms of use IDs required by the policy. @@ -825,9 +829,10 @@ Supports $filter (eq, ne, not , and in). [PolicyType ]: authenticationStrengthPolicyType [RequirementsSatisfied ]: authenticationStrengthRequirements [BuiltInControls ]: List of values of built-in controls required by the policy. -Possible values: block, mfa, compliantDevice, domainJoinedDevice, approvedApplication, compliantApplication, passwordChange, unknownFutureValue. +Possible values: block, mfa, compliantDevice, domainJoinedDevice, approvedApplication, compliantApplication, passwordChange, unknownFutureValue, riskRemediation. +Use the Prefer: include-unknown-enum-members request header to get the following value in this evolvable enum: riskRemediation. [CustomAuthenticationFactors ]: List of custom controls IDs required by the policy. -To learn more about custom control, see Custom controls (preview). +For more information, see Custom controls. [Operator ]: Defines the relationship of the grant controls. Possible values: AND, OR. [TermsOfUse ]: List of terms of use IDs required by the policy. 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 f5ab4ee72675e..e959c082b0a7e 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: 02/20/2026 +ms.date: 07/10/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 d1a9bebe2b686..55cb5e8f8e417 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: 02/20/2026 +ms.date: 07/10/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 @@ -934,9 +933,10 @@ Supports $filter (eq, ne, not , and in). [PolicyType ]: authenticationStrengthPolicyType [RequirementsSatisfied ]: authenticationStrengthRequirements [BuiltInControls ]: List of values of built-in controls required by the policy. -Possible values: block, mfa, compliantDevice, domainJoinedDevice, approvedApplication, compliantApplication, passwordChange, unknownFutureValue. +Possible values: block, mfa, compliantDevice, domainJoinedDevice, approvedApplication, compliantApplication, passwordChange, unknownFutureValue, riskRemediation. +Use the Prefer: include-unknown-enum-members request header to get the following value in this evolvable enum: riskRemediation. [CustomAuthenticationFactors ]: List of custom controls IDs required by the policy. -To learn more about custom control, see Custom controls (preview). +For more information, see Custom controls. [Operator ]: Defines the relationship of the grant controls. Possible values: AND, OR. [TermsOfUse ]: List of terms of use IDs required by the policy. @@ -1087,9 +1087,10 @@ Supports $filter (eq, ne, not , and in). [PolicyType ]: authenticationStrengthPolicyType [RequirementsSatisfied ]: authenticationStrengthRequirements [BuiltInControls ]: List of values of built-in controls required by the policy. -Possible values: block, mfa, compliantDevice, domainJoinedDevice, approvedApplication, compliantApplication, passwordChange, unknownFutureValue. +Possible values: block, mfa, compliantDevice, domainJoinedDevice, approvedApplication, compliantApplication, passwordChange, unknownFutureValue, riskRemediation. +Use the Prefer: include-unknown-enum-members request header to get the following value in this evolvable enum: riskRemediation. [CustomAuthenticationFactors ]: List of custom controls IDs required by the policy. -To learn more about custom control, see Custom controls (preview). +For more information, see Custom controls. [Operator ]: Defines the relationship of the grant controls. Possible values: AND, OR. [TermsOfUse ]: List of terms of use IDs required by the policy. 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 d9c9d6cd4d0fa..759dd20961eed 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: 02/20/2026 +ms.date: 07/10/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 41b6649ff1d02..ba90dfb0e8b41 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: 02/20/2026 +ms.date: 07/10/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 f4d4ba969c43e..f9c39d8ac3928 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: 02/20/2026 +ms.date: 07/10/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,13 +51,45 @@ This cmdlet has the following aliases, Create a new fraudProtectionProvider object. You can create one of the following subtypes that are derived from fraudProtectionProvider. -**Permissions** +## 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 -| Permission type | Permissions (from least to most privileged) | -| --------------- | ------------------------------------------ | -| Delegated (work or school account) | RiskPreventionProviders.ReadWrite.All, | -| Delegated (personal Microsoft account) | Not supported | -| Application | RiskPreventionProviders.ReadWrite.All, | ## PARAMETERS @@ -421,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 1bcb445e9909c..aeffa43e2fed2 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: 02/20/2026 +ms.date: 07/10/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,13 +51,45 @@ This cmdlet has the following aliases, Create a new webApplicationFirewallProvider object. You can create one of the following subtypes that are derived from webApplicationFirewallProvider. -**Permissions** +## 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 -| Permission type | Permissions (from least to most privileged) | -| --------------- | ------------------------------------------ | -| Delegated (work or school account) | RiskPreventionProviders.ReadWrite.All, | -| Delegated (personal Microsoft account) | Not supported | -| Application | RiskPreventionProviders.ReadWrite.All, | ## PARAMETERS @@ -421,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 7820660015861..549cad0474935 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: 02/20/2026 +ms.date: 07/10/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 34bfea96f0c66..acd264987a0af 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: 02/20/2026 +ms.date: 07/10/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 9c9a9706140d7..5fff8c77fc233 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: 02/20/2026 +ms.date: 07/10/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 ef567242e3729..115551c6b533c 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: 02/20/2026 +ms.date: 07/10/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 5eca07743bdef..bf5d789b00108 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: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaIdentityVerifiedIdProfile --- @@ -15,6 +15,9 @@ title: New-MgBetaIdentityVerifiedIdProfile Create a new verifiedIdProfile object. +> [!NOTE] +> To view the v1.0 release of this cmdlet, view [New-MgIdentityVerifiedIdProfile](/powershell/module/Microsoft.Graph.Identity.SignIns/New-MgIdentityVerifiedIdProfile?view=graph-powershell-1.0) + ## SYNTAX ### CreateExpanded (Default) @@ -28,7 +31,7 @@ New-MgBetaIdentityVerifiedIdProfile [-ResponseHeadersVariable ] [-VerifiedIdUsageConfigurations ] [-VerifierDid ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -38,7 +41,6 @@ New-MgBetaIdentityVerifiedIdProfile -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -50,6 +52,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 +618,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 +632,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 +652,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 +700,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 ce011076ac80a..cd8d5ddd79bc3 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: 02/20/2026 +ms.date: 07/10/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 332d5fa5d8343..1b107384283aa 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: 02/20/2026 +ms.date: 07/10/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 4d0e6b81e86d0..0724ce68e7000 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: 02/20/2026 +ms.date: 07/10/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 15fb08d9d00e3..f3a2ae39644d3 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: 02/20/2026 +ms.date: 07/10/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 26fec4b549192..439c53cf9afda 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: 02/20/2026 +ms.date: 07/10/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 @@ -697,7 +696,7 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for users to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). @@ -991,22 +990,23 @@ Always null when the object hasn't been deleted. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -1036,12 +1036,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -1151,7 +1208,7 @@ Optional. [IncludeBasicClaimSet ]: Determines whether the basic claim set is included in tokens affected by this policy. If set to true, all claims in the basic claim set are emitted in tokens affected by the policy. By default the basic claim set isn't in the tokens unless they're explicitly configured in this policy. - [CreatedByAppId ]: The appId (called Application (client) ID on the Microsoft Entra admin center) of the application used to create the service principal. + [CreatedByAppId ]: The appId of the application that created this service principal. Set internally by Microsoft Entra ID. Read-only. [CreatedObjects ]: Directory objects created by this service principal. @@ -1283,7 +1340,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -1442,13 +1499,13 @@ May not begin with .. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [ApprovedClientApps ]: + [ApprovedClientApps ]: The collection of approved client apps that are associated with the RDS configuration. +Supports $expand. [Id ]: The unique identifier for an entity. Read-only. - [DisplayName ]: + [DisplayName ]: Display name for the client application. [IsRemoteDesktopProtocolEnabled ]: Determines if Microsoft Entra ID RDS authentication protocol for RDP is enabled. [TargetDeviceGroups ]: The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. -
]: The unique identifier for an entity. Read-only. [DisplayName ]: Display name for the target device group. @@ -1811,7 +1868,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. - [ExternalAuthenticationMethods ]: Represents the external methods registered to a user for authentication. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. Optional. @@ -1827,7 +1884,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. - [DisplayName ]: Custom name given to the registered external authentication method. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. @@ -2080,7 +2137,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -2333,7 +2390,7 @@ Read-only. The identifiers must be unique in the tenant. [Birthday ]: The birthday of the user. 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 Returned only on $select. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. Only one number can be set for this property. Read-only for users synced from on-premises directory. @@ -2943,6 +3000,49 @@ This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. Read only. + [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. +Nullable. + [Attachments ]: References to attached objects like files, tabs, meetings etc. + [Body ]: itemBody + [ChannelIdentity ]: channelIdentity + [ChatId ]: If the message was sent in a chat, represents the identity of the chat. + [CreatedDateTime ]: Timestamp of when the chat message was created. + [DeletedDateTime ]: Read only. +Timestamp at which the chat message was deleted, or null if not deleted. + [Etag ]: Read-only. +Version number of the chat message. + [EventDetail ]: eventMessageDetail + [From ]: chatMessageFromIdentitySet + [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. + [Importance ]: chatMessageImportance + [LastEditedDateTime ]: Read only. +Timestamp when edits to the chat message were made. +Triggers an 'Edited' flag in the Teams UI. +If no edits are made the value is null. + [LastModifiedDateTime ]: Read only. +Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. + [Locale ]: Locale of the chat message set by the client. +Always set to en-us. + [Mentions ]: List of entities mentioned in the chat message. +Supported entities are: user, bot, team, channel, chat, and tag. + [MessageHistory ]: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. + [MessageType ]: chatMessageType + [OnBehalfOf ]: chatMessageFromIdentitySet + [PolicyViolation ]: chatMessagePolicyViolation + [Reactions ]: Reactions for this chat message (for example, Like). + [Replies ]: Replies for a specified message. +Supports $expand for channel messages. + [ReplyToId ]: Read-only. +ID of the parent chat message or root chat message of the thread. +(Only applies to chat messages in channels, not chats.) + [Subject ]: The subject of the chat message, in plaintext. + [Summary ]: Summary text of the chat message that could be used for push notifications and summary views or fall back views. +Only applies to channel chat messages, not chat messages in a chat. + [WebUrl ]: Read-only. +Link to the message in Microsoft Teams. + [Id ]: The unique identifier for an entity. +Read-only. + [Recipient ]: identity [TenantId ]: The identifier of the tenant in which the chat was created. Read-only. [Topic ]: (Optional) Subject or topic for the chat. @@ -2978,21 +3078,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -3111,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 @@ -3136,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. @@ -3343,10 +3535,11 @@ 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. + [ContentCategory ]: contentCategory [CorrelationId ]: An identifier used to group multiple related content entries (for example, different parts of the same file upload, messages in a conversation). [CreatedDateTime ]: Required. Timestamp indicating when the original content was created (for example, file creation time, message sent time). @@ -3631,6 +3824,7 @@ To proactively opt in to the new behavior ahead of time, use the contentStream p Nullable. [File ]: file [(Any) ]: This indicates any property can be added to this object. + [ArchiveStatus ]: fileArchiveStatus [Hashes ]: hashes [(Any) ]: This indicates any property can be added to this object. [Crc32Hash ]: The CRC32 value of the file (if available). @@ -3641,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. @@ -3741,6 +3948,17 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(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. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity. @@ -4750,6 +4968,8 @@ 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 total count of items in the list. +Read-only. [Items ]: All items contained in the list. [List ]: listInfo [(Any) ]: This indicates any property can be added to this object. @@ -4846,6 +5066,24 @@ Required. [LearningProviderId ]: The registration ID of the provider. Required. [Status ]: courseStatus + [Storyline ]: User's storyline singleton container. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Followers ]: The users who are following this user. + [Id ]: The unique identifier for an entity. +Read-only. + [Follower ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Followings ]: The users that this user is following. + [Id ]: The unique identifier for an entity. +Read-only. + [Following ]: The Viva Engage identities. [EmployeeHireDate ]: The date and time when the user was hired or will start work if there is a future hire. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. @@ -4860,10 +5098,10 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. @@ -5336,7 +5574,9 @@ Read-write. [(Any) ]: This indicates any property can be added to this object. [ArchiveStatus ]: siteArchiveStatus [ArchivedBy ]: identitySet - [ArchivedDateTime ]: + [ArchivedDateTime ]: Time when the container was archived. +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. [DataLocationCode ]: The geographic region code for where this site collection resides. Only present for multi-geo tenants. Read-only. @@ -5359,7 +5599,7 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. 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. - Returned only on $select. + Requires $select to retrieve. Note: This property is specific to SharePoint Online. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. @@ -5382,6 +5622,27 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityGovernance ]: identityGovernanceUserSettings + [(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 ]: 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 + [(Any) ]: This indicates any property can be added to this object. + [Duration ]: The requestor's desired duration of access represented in ISO 8601 format for durations. +For example, PT3H refers to three hours. + If specified in a request, endDateTime shouldn't be present and the type property should be set to afterDuration. + [EndDateTime ]: Timestamp of 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. + [Type ]: expirationPatternType + [Recurrence ]: patternedRecurrence + [StartDateTime ]: 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. +In PIM, when the eligible or active assignment becomes active. [IdentityParentId ]: The object ID of the parent identity for agent users. Always null for regular user accounts. For agentUser resources, this property references the object ID of the associated agent identity. @@ -5478,7 +5739,7 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for users to describe their interests. -Returned only on $select. +Requires $select to retrieve. [InvitedBy ]: directoryObject [IsLicenseReconciliationNeeded ]: Indicates whether the user is pending an exchange mailbox license assignment. Read-only. @@ -5487,7 +5748,8 @@ Returned only on $select. 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). @@ -5501,24 +5763,24 @@ If this list is non-empty, then only users or groups listed here can post. [AccessType ]: groupAccessType [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are auto-subscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -5528,6 +5790,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -5686,11 +5949,11 @@ You can use it as a $filter argument to get groups that have members with licens Supports $filter (eq). [HideFromAddressLists ]: true if the group isn't displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: true if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [InfoCatalogs ]: Identifies the info segments assigned to the group. Returned by default. @@ -5714,7 +5977,7 @@ Read-only. To manage a group 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. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -5764,6 +6027,7 @@ Read-only. [OnPremisesDomainName ]: Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only. + [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [OnPremisesLastSyncDateTime ]: Indicates the last time at which the group was synced with the on-premises directory.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. Returned by default. @@ -5947,10 +6211,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -5959,9 +6225,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. @@ -6125,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). @@ -6173,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 @@ -6570,12 +6866,12 @@ Immutable. Read-only. [UnseenConversationsCount ]: Count of conversations delivered one or more new posts since the signed-in user's last visit to the group. This property is the same as unseenCount. -Returned only on $select. +Requires $select to retrieve. [UnseenCount ]: Count of conversations that have received new posts since the signed-in user last visited the group. -This property is the same as unseenConversationsCount.Returned only on $select. +This property is the same as unseenConversationsCount.Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [UnseenMessagesCount ]: Count of new posts that have been delivered to the group's conversations since the signed-in user's last visit to the group. -Returned only on $select. +Requires $select to retrieve. [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. @@ -6586,7 +6882,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Requires $select to retrieve. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -6603,16 +6902,16 @@ Nullable. 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. Read-only. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. It also indicates licenses that are directly assigned and the ones the user inherited through group memberships. Read-only. -Returned only on $select. +Requires $select to retrieve. [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. Read-Only. @@ -6738,7 +7037,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -7287,6 +7586,8 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -7380,7 +7681,7 @@ Read-only. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Notifications ]: [Id ]: The unique identifier for an entity. Read-only. @@ -7475,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. @@ -7523,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. @@ -7777,7 +8087,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for users to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [PendingAccessReviewInstances ]: Navigation property to get a list of access reviews pending approval by the reviewer. [Id ]: The unique identifier for an entity. Read-only. @@ -7797,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. @@ -8137,7 +8439,7 @@ Example: 'en-US', or 'es-ES'. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -8593,15 +8895,14 @@ Read-only. [WebUrl ]: Link to the institution or department homepage. [Program ]: educationalActivityDetail [(Any) ]: This indicates any property can be added to this object. - [Abbreviation ]: Shortened name of the degree or program (example: PhD, MBA) + [Abbreviation ]: Shortened name of the degree or program, for example, PhD and MBA. [Activities ]: Extracurricular activities undertaken alongside the program. [Awards ]: Any awards or honors associated with the program. [Description ]: Short description of the program provided by the user. [DisplayName ]: Long-form name of the program that the user provided. - [FieldsOfStudy ]: Majors and minors associated with the program. -(if applicable) - [Grade ]: The final grade, class, GPA, or score. - [Notes ]: More notes the user provided. + [FieldsOfStudy ]: Majors and minors associated with the program, if applicable. + [Grade ]: The final grade, class, grade point average (GPA), or score. + [Notes ]: More notes provided by the user. [WebUrl ]: Link to the degree or program page. [StartMonthYear ]: The month and year the user commenced the activity referenced. [Emails ]: Represents detailed information about email addresses associated with the user. @@ -8904,9 +9205,9 @@ Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they have attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: The scoped-role administrative unit memberships for this user. Read-only. Nullable. @@ -8970,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. @@ -9120,7 +9421,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Use revokeSignInSessions to reset. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -9167,6 +9468,48 @@ The language component follows two-letter codes as defined in ISO 639-1, and the For users with multigeo licenses, the property contains the user's region (if available). For users without multigeo licenses, the property contains the organization's region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China. + [Sections ]: The sections in the user's chat list. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the section was created. +Read-only. +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. + [DisplayIcon ]: sectionDisplayIcon + [(Any) ]: This indicates any property can be added to this object. + [ContentUrl ]: The URL to a custom icon image. +Applicable when iconType is custom. + [DisplayName ]: The human-readable name of the icon. + [IconType ]: The type of icon. +Use an emoji character such as 👍 for an emoji icon, or custom for a custom image icon. + [SkinTone ]: sectionIconSkinTone + [DisplayName ]: The display name of the section. +Required. +Maximum length is 50 characters. +Display names are case-sensitive and must be unique within a user's sections. +The following names are reserved for system-defined sections and can't be used when creating a user-defined section: RecentChats, QuickViews, TeamsAndChannels, MutedChats, MeetingChats, EngageCommunities. + [IsExpanded ]: Indicates whether the section is expanded in the user interface. +The default value is true. + [IsHierarchicalViewEnabled ]: Indicates whether the hierarchical view is enabled for the section. +Read-only. + [Items ]: The items (chats, channels, meetings, or communities) organized within the section. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the item was added to the section. +Read-only. +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. + [ItemType ]: sectionItemType + [LastModifiedDateTime ]: Date and time when the item was last modified. +Read-only. +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. + [LastModifiedDateTime ]: Date and time when the section was last modified. +Read-only. +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. + [SectionType ]: sectionType + [SortType ]: sectionSortType [Todo ]: todo [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -9179,6 +9522,12 @@ Read-only. Nullable. [IsOwner ]: True if the user is owner of the given task list. [IsShared ]: True if the task list is shared with other users + [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the task list. +Read-only. +Nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Value ]: The value of the property. [Tasks ]: The tasks in this task list. Read-only. Nullable. @@ -9242,9 +9591,6 @@ Read-only. [Recurrence ]: patternedRecurrence [ReminderDateTime ]: dateTimeTimeZone [SingleValueExtendedProperties ]: A collection of custom fields linked to the task. - [Id ]: The unique identifier for an entity. -Read-only. - [Value ]: The value of the property. [StartDateTime ]: dateTimeTimeZone [Status ]: taskStatus [Title ]: A brief description of the task. @@ -9296,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. @@ -9333,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. @@ -9355,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 ]: @@ -9408,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. @@ -9417,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. @@ -9465,7 +9815,7 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for users to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). @@ -9759,22 +10109,23 @@ Always null when the object hasn't been deleted. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -9804,12 +10155,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -9919,7 +10327,7 @@ Optional. [IncludeBasicClaimSet ]: Determines whether the basic claim set is included in tokens affected by this policy. If set to true, all claims in the basic claim set are emitted in tokens affected by the policy. By default the basic claim set isn't in the tokens unless they're explicitly configured in this policy. - [CreatedByAppId ]: The appId (called Application (client) ID on the Microsoft Entra admin center) of the application used to create the service principal. + [CreatedByAppId ]: The appId of the application that created this service principal. Set internally by Microsoft Entra ID. Read-only. [CreatedObjects ]: Directory objects created by this service principal. @@ -10051,7 +10459,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -10210,13 +10618,13 @@ May not begin with .. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [ApprovedClientApps ]: + [ApprovedClientApps ]: The collection of approved client apps that are associated with the RDS configuration. +Supports $expand. [Id ]: The unique identifier for an entity. Read-only. - [DisplayName ]: + [DisplayName ]: Display name for the client application. [IsRemoteDesktopProtocolEnabled ]: Determines if Microsoft Entra ID RDS authentication protocol for RDP is enabled. [TargetDeviceGroups ]: The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. -
]: The unique identifier for an entity. Read-only. [DisplayName ]: Display name for the target device group. @@ -10579,7 +10987,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. - [ExternalAuthenticationMethods ]: Represents the external methods registered to a user for authentication. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. Optional. @@ -10595,7 +11003,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. - [DisplayName ]: Custom name given to the registered external authentication method. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. @@ -10848,7 +11256,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -11101,7 +11509,7 @@ Read-only. The identifiers must be unique in the tenant. [Birthday ]: The birthday of the user. 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 Returned only on $select. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. Only one number can be set for this property. Read-only for users synced from on-premises directory. @@ -11711,6 +12119,49 @@ This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. Read only. + [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. +Nullable. + [Attachments ]: References to attached objects like files, tabs, meetings etc. + [Body ]: itemBody + [ChannelIdentity ]: channelIdentity + [ChatId ]: If the message was sent in a chat, represents the identity of the chat. + [CreatedDateTime ]: Timestamp of when the chat message was created. + [DeletedDateTime ]: Read only. +Timestamp at which the chat message was deleted, or null if not deleted. + [Etag ]: Read-only. +Version number of the chat message. + [EventDetail ]: eventMessageDetail + [From ]: chatMessageFromIdentitySet + [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. + [Importance ]: chatMessageImportance + [LastEditedDateTime ]: Read only. +Timestamp when edits to the chat message were made. +Triggers an 'Edited' flag in the Teams UI. +If no edits are made the value is null. + [LastModifiedDateTime ]: Read only. +Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. + [Locale ]: Locale of the chat message set by the client. +Always set to en-us. + [Mentions ]: List of entities mentioned in the chat message. +Supported entities are: user, bot, team, channel, chat, and tag. + [MessageHistory ]: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. + [MessageType ]: chatMessageType + [OnBehalfOf ]: chatMessageFromIdentitySet + [PolicyViolation ]: chatMessagePolicyViolation + [Reactions ]: Reactions for this chat message (for example, Like). + [Replies ]: Replies for a specified message. +Supports $expand for channel messages. + [ReplyToId ]: Read-only. +ID of the parent chat message or root chat message of the thread. +(Only applies to chat messages in channels, not chats.) + [Subject ]: The subject of the chat message, in plaintext. + [Summary ]: Summary text of the chat message that could be used for push notifications and summary views or fall back views. +Only applies to channel chat messages, not chat messages in a chat. + [WebUrl ]: Read-only. +Link to the message in Microsoft Teams. + [Id ]: The unique identifier for an entity. +Read-only. + [Recipient ]: identity [TenantId ]: The identifier of the tenant in which the chat was created. Read-only. [Topic ]: (Optional) Subject or topic for the chat. @@ -11746,21 +12197,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -11879,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 @@ -11904,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. @@ -12111,10 +12654,11 @@ 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. + [ContentCategory ]: contentCategory [CorrelationId ]: An identifier used to group multiple related content entries (for example, different parts of the same file upload, messages in a conversation). [CreatedDateTime ]: Required. Timestamp indicating when the original content was created (for example, file creation time, message sent time). @@ -12399,6 +12943,7 @@ To proactively opt in to the new behavior ahead of time, use the contentStream p Nullable. [File ]: file [(Any) ]: This indicates any property can be added to this object. + [ArchiveStatus ]: fileArchiveStatus [Hashes ]: hashes [(Any) ]: This indicates any property can be added to this object. [Crc32Hash ]: The CRC32 value of the file (if available). @@ -12409,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. @@ -12509,6 +13067,17 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(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. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity. @@ -13518,6 +14087,8 @@ 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 total count of items in the list. +Read-only. [Items ]: All items contained in the list. [List ]: listInfo [(Any) ]: This indicates any property can be added to this object. @@ -13614,6 +14185,24 @@ Required. [LearningProviderId ]: The registration ID of the provider. Required. [Status ]: courseStatus + [Storyline ]: User's storyline singleton container. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Followers ]: The users who are following this user. + [Id ]: The unique identifier for an entity. +Read-only. + [Follower ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Followings ]: The users that this user is following. + [Id ]: The unique identifier for an entity. +Read-only. + [Following ]: The Viva Engage identities. [EmployeeHireDate ]: The date and time when the user was hired or will start work if there is a future hire. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. @@ -13628,10 +14217,10 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. @@ -14104,7 +14693,9 @@ Read-write. [(Any) ]: This indicates any property can be added to this object. [ArchiveStatus ]: siteArchiveStatus [ArchivedBy ]: identitySet - [ArchivedDateTime ]: + [ArchivedDateTime ]: Time when the container was archived. +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. [DataLocationCode ]: The geographic region code for where this site collection resides. Only present for multi-geo tenants. Read-only. @@ -14127,7 +14718,7 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. 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. - Returned only on $select. + Requires $select to retrieve. Note: This property is specific to SharePoint Online. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. @@ -14150,6 +14741,27 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityGovernance ]: identityGovernanceUserSettings + [(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 ]: 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 + [(Any) ]: This indicates any property can be added to this object. + [Duration ]: The requestor's desired duration of access represented in ISO 8601 format for durations. +For example, PT3H refers to three hours. + If specified in a request, endDateTime shouldn't be present and the type property should be set to afterDuration. + [EndDateTime ]: Timestamp of 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. + [Type ]: expirationPatternType + [Recurrence ]: patternedRecurrence + [StartDateTime ]: 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. +In PIM, when the eligible or active assignment becomes active. [IdentityParentId ]: The object ID of the parent identity for agent users. Always null for regular user accounts. For agentUser resources, this property references the object ID of the associated agent identity. @@ -14246,7 +14858,7 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for users to describe their interests. -Returned only on $select. +Requires $select to retrieve. [InvitedBy ]: directoryObject [IsLicenseReconciliationNeeded ]: Indicates whether the user is pending an exchange mailbox license assignment. Read-only. @@ -14255,7 +14867,8 @@ Returned only on $select. 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). @@ -14269,24 +14882,24 @@ If this list is non-empty, then only users or groups listed here can post. [AccessType ]: groupAccessType [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are auto-subscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -14296,6 +14909,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -14454,11 +15068,11 @@ You can use it as a $filter argument to get groups that have members with licens Supports $filter (eq). [HideFromAddressLists ]: true if the group isn't displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: true if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [InfoCatalogs ]: Identifies the info segments assigned to the group. Returned by default. @@ -14482,7 +15096,7 @@ Read-only. To manage a group 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. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -14532,6 +15146,7 @@ Read-only. [OnPremisesDomainName ]: Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only. + [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [OnPremisesLastSyncDateTime ]: Indicates the last time at which the group was synced with the on-premises directory.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. Returned by default. @@ -14715,10 +15330,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -14727,9 +15344,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. @@ -14893,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). @@ -14941,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 @@ -15338,12 +15985,12 @@ Immutable. Read-only. [UnseenConversationsCount ]: Count of conversations delivered one or more new posts since the signed-in user's last visit to the group. This property is the same as unseenCount. -Returned only on $select. +Requires $select to retrieve. [UnseenCount ]: Count of conversations that have received new posts since the signed-in user last visited the group. -This property is the same as unseenConversationsCount.Returned only on $select. +This property is the same as unseenConversationsCount.Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [UnseenMessagesCount ]: Count of new posts that have been delivered to the group's conversations since the signed-in user's last visit to the group. -Returned only on $select. +Requires $select to retrieve. [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. @@ -15354,7 +16001,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Requires $select to retrieve. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -15371,16 +16021,16 @@ Nullable. 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. Read-only. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. It also indicates licenses that are directly assigned and the ones the user inherited through group memberships. Read-only. -Returned only on $select. +Requires $select to retrieve. [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. Read-Only. @@ -15506,7 +16156,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -16055,6 +16705,8 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -16148,7 +16800,7 @@ Read-only. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Notifications ]: [Id ]: The unique identifier for an entity. Read-only. @@ -16243,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. @@ -16291,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. @@ -16545,7 +17206,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for users to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [PendingAccessReviewInstances ]: Navigation property to get a list of access reviews pending approval by the reviewer. [Id ]: The unique identifier for an entity. Read-only. @@ -16565,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. @@ -16905,7 +17558,7 @@ Example: 'en-US', or 'es-ES'. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -17361,15 +18014,14 @@ Read-only. [WebUrl ]: Link to the institution or department homepage. [Program ]: educationalActivityDetail [(Any) ]: This indicates any property can be added to this object. - [Abbreviation ]: Shortened name of the degree or program (example: PhD, MBA) + [Abbreviation ]: Shortened name of the degree or program, for example, PhD and MBA. [Activities ]: Extracurricular activities undertaken alongside the program. [Awards ]: Any awards or honors associated with the program. [Description ]: Short description of the program provided by the user. [DisplayName ]: Long-form name of the program that the user provided. - [FieldsOfStudy ]: Majors and minors associated with the program. -(if applicable) - [Grade ]: The final grade, class, GPA, or score. - [Notes ]: More notes the user provided. + [FieldsOfStudy ]: Majors and minors associated with the program, if applicable. + [Grade ]: The final grade, class, grade point average (GPA), or score. + [Notes ]: More notes provided by the user. [WebUrl ]: Link to the degree or program page. [StartMonthYear ]: The month and year the user commenced the activity referenced. [Emails ]: Represents detailed information about email addresses associated with the user. @@ -17672,9 +18324,9 @@ Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they have attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: The scoped-role administrative unit memberships for this user. Read-only. Nullable. @@ -17738,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. @@ -17888,7 +18540,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Use revokeSignInSessions to reset. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -17935,6 +18587,48 @@ The language component follows two-letter codes as defined in ISO 639-1, and the For users with multigeo licenses, the property contains the user's region (if available). For users without multigeo licenses, the property contains the organization's region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China. + [Sections ]: The sections in the user's chat list. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the section was created. +Read-only. +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. + [DisplayIcon ]: sectionDisplayIcon + [(Any) ]: This indicates any property can be added to this object. + [ContentUrl ]: The URL to a custom icon image. +Applicable when iconType is custom. + [DisplayName ]: The human-readable name of the icon. + [IconType ]: The type of icon. +Use an emoji character such as 👍 for an emoji icon, or custom for a custom image icon. + [SkinTone ]: sectionIconSkinTone + [DisplayName ]: The display name of the section. +Required. +Maximum length is 50 characters. +Display names are case-sensitive and must be unique within a user's sections. +The following names are reserved for system-defined sections and can't be used when creating a user-defined section: RecentChats, QuickViews, TeamsAndChannels, MutedChats, MeetingChats, EngageCommunities. + [IsExpanded ]: Indicates whether the section is expanded in the user interface. +The default value is true. + [IsHierarchicalViewEnabled ]: Indicates whether the hierarchical view is enabled for the section. +Read-only. + [Items ]: The items (chats, channels, meetings, or communities) organized within the section. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the item was added to the section. +Read-only. +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. + [ItemType ]: sectionItemType + [LastModifiedDateTime ]: Date and time when the item was last modified. +Read-only. +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. + [LastModifiedDateTime ]: Date and time when the section was last modified. +Read-only. +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. + [SectionType ]: sectionType + [SortType ]: sectionSortType [Todo ]: todo [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -17947,6 +18641,12 @@ Read-only. Nullable. [IsOwner ]: True if the user is owner of the given task list. [IsShared ]: True if the task list is shared with other users + [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the task list. +Read-only. +Nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Value ]: The value of the property. [Tasks ]: The tasks in this task list. Read-only. Nullable. @@ -18010,9 +18710,6 @@ Read-only. [Recurrence ]: patternedRecurrence [ReminderDateTime ]: dateTimeTimeZone [SingleValueExtendedProperties ]: A collection of custom fields linked to the task. - [Id ]: The unique identifier for an entity. -Read-only. - [Value ]: The value of the property. [StartDateTime ]: dateTimeTimeZone [Status ]: taskStatus [Title ]: A brief description of the task. @@ -18064,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. @@ -18101,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. @@ -18123,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 ]: @@ -18176,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. @@ -18185,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 fca59825ff501..4afc8b248b009 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: 02/20/2026 +ms.date: 07/10/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 729db67f63c5b..b3d3d1dead047 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: 02/20/2026 +ms.date: 07/10/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 79567cd7b57a9..63d8584f9795f 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: 02/20/2026 +ms.date: 07/10/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 @@ -68,9 +66,9 @@ Import-Module Microsoft.Graph.Beta.Identity.SignIns $params = @{ definition = @( - "definition-value" + '{"ActivityBasedTimeoutPolicy":{"Version":1,"ApplicationPolicies":[{"ApplicationId":"default","WebSessionIdleTimeout":"00:05:00"}]}}' ) -displayName = "displayName-value" +displayName = "activityBasedTimeoutPolicies test" isOrganizationDefault = $true } 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 659f953619127..c81cdeed355ef 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: 02/20/2026 +ms.date: 07/10/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 @@ -583,22 +582,23 @@ Always null when the object hasn't been deleted. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -628,31 +628,89 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration RESTRICTIONS ``: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -682,12 +740,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration ## RELATED LINKS 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 20835738f9dc1..baf18c80fd5b6 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: 02/20/2026 +ms.date: 07/10/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 1406b9e11556a..cab9ae1e237e4 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: 02/20/2026 +ms.date: 07/10/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 8a679f6a6ea33..7b7c747cb8d05 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: 02/20/2026 +ms.date: 07/10/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 da70b216bea1f..61edf4b5d2c8d 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: 02/20/2026 +ms.date: 07/10/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 7808d4a53b307..67b8869e7d85c 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: 02/20/2026 +ms.date: 07/10/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 4049b32e2aa07..23cbde2accf0e 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: 02/20/2026 +ms.date: 07/10/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 2a9948bc94257..41dda8a6bd8b5 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: 02/20/2026 +ms.date: 07/10/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..d9f2459e3a945 --- /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: 07/10/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 38eb30fd628b5..ac664654eb325 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: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaPolicyCrossTenantAccessPolicyPartner --- @@ -25,19 +25,23 @@ Create a new partner configuration in a cross-tenant access policy. ``` New-MgBetaPolicyCrossTenantAccessPolicyPartner [-ResponseHeadersVariable ] [-AdditionalProperties ] + [-AppServiceConnectInbound ] [-AutomaticUserConsentSettings ] [-B2BCollaborationInbound ] [-B2BCollaborationOutbound ] [-B2BDirectConnectInbound ] [-B2BDirectConnectOutbound ] - [-DeletedDateTime ] + [-BlockServiceProviderOutboundAccess] [-DeletedDateTime ] [-IdentitySynchronization ] [-InboundTrust ] [-IsInMultiTenantOrganization] - [-IsServiceProvider] [-TenantId ] + [-IsServiceProvider] [-M365Capabilities ] + [-M365CollaborationInbound ] + [-M365CollaborationOutbound ] + [-TenantId ] [-TenantRestrictions ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -48,7 +52,6 @@ New-MgBetaPolicyCrossTenantAccessPolicyPartner [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -130,6 +133,28 @@ AcceptedValues: [] HelpMessage: '' ``` +### -AppServiceConnectInbound + +crossTenantAccessPolicyAppServiceConnectSetting +To construct, see NOTES section for APPSERVICECONNECTINBOUND properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphCrossTenantAccessPolicyAppServiceConnectSetting +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + ### -AutomaticUserConsentSettings inboundOutboundPolicyConfiguration @@ -240,6 +265,28 @@ AcceptedValues: [] 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 +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + ### -BodyParameter crossTenantAccessPolicyConfigurationPartner @@ -475,6 +522,72 @@ 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 +To construct, see NOTES section for M365COLLABORATIONINBOUND properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphCrossTenantAccessPolicyM365CollaborationInboundSetting +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -M365CollaborationOutbound + +crossTenantAccessPolicyM365CollaborationOutboundSetting +To construct, see NOTES section for M365COLLABORATIONOUTBOUND properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphCrossTenantAccessPolicyM365CollaborationOutboundSetting +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 @@ -657,6 +770,16 @@ 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. +APPSERVICECONNECTINBOUND ``: crossTenantAccessPolicyAppServiceConnectSetting + [(Any) ]: This indicates any property can be added to this object. + [Applications ]: crossTenantAccessPolicyTargetConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AccessType ]: crossTenantAccessPolicyTargetConfigurationAccessType + [Targets ]: Specifies whether to target users, groups, or applications with this rule. + [Target ]: Defines the target for cross-tenant access policy settings and can have one of the following values: The unique identifier of the user, group, or application AllUsers AllApplications - Refers to any Microsoft cloud application. + Office365 - Includes the applications mentioned as part of the Office 365 suite. + [TargetType ]: crossTenantAccessPolicyTargetType + AUTOMATICUSERCONSENTSETTINGS ``: inboundOutboundPolicyConfiguration [(Any) ]: This indicates any property can be added to this object. [InboundAllowed ]: Defines whether external users coming inbound are allowed. @@ -709,11 +832,7 @@ B2BDIRECTCONNECTOUTBOUND ``: c BODYPARAMETER ``: crossTenantAccessPolicyConfigurationPartner [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Shows the last date and time the policy was deleted. - [AutomaticUserConsentSettings ]: inboundOutboundPolicyConfiguration - [(Any) ]: This indicates any property can be added to this object. - [InboundAllowed ]: Defines whether external users coming inbound are allowed. - [OutboundAllowed ]: Defines whether internal users are allowed to go outbound. - [B2BCollaborationInbound ]: crossTenantAccessPolicyB2BSetting + [AppServiceConnectInbound ]: crossTenantAccessPolicyAppServiceConnectSetting [(Any) ]: This indicates any property can be added to this object. [Applications ]: crossTenantAccessPolicyTargetConfiguration [(Any) ]: This indicates any property can be added to this object. @@ -722,21 +841,33 @@ BODYPARAMETER ``: cr [Target ]: Defines the target for cross-tenant access policy settings and can have one of the following values: The unique identifier of the user, group, or application AllUsers AllApplications - Refers to any Microsoft cloud application. Office365 - Includes the applications mentioned as part of the Office 365 suite. [TargetType ]: crossTenantAccessPolicyTargetType + [AutomaticUserConsentSettings ]: inboundOutboundPolicyConfiguration + [(Any) ]: This indicates any property can be added to this object. + [InboundAllowed ]: Defines whether external users coming inbound are allowed. + [OutboundAllowed ]: Defines whether internal users are allowed to go outbound. + [B2BCollaborationInbound ]: crossTenantAccessPolicyB2BSetting + [(Any) ]: This indicates any property can be added to this object. + [Applications ]: crossTenantAccessPolicyTargetConfiguration [UsersAndGroups ]: crossTenantAccessPolicyTargetConfiguration [B2BCollaborationOutbound ]: crossTenantAccessPolicyB2BSetting [B2BDirectConnectInbound ]: crossTenantAccessPolicyB2BSetting [B2BDirectConnectOutbound ]: crossTenantAccessPolicyB2BSetting + [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. - [DisplayName ]: Display name for the cross-tenant user synchronization policy. + [DisplayName ]: Display name for the cross-tenant user and group synchronization policy. Use the name of the partner Microsoft Entra tenant to easily identify the policy. Optional. [ExternalCloudAuthorizedApplicationId ]: [GroupSyncInbound ]: crossTenantGroupSyncInbound [(Any) ]: This indicates any property can be added to this object. - [IsSyncAllowed ]: + [IsSyncAllowed ]: Defines whether group objects should be synchronized from the partner tenant. +false stops any current group synchronization from the source tenant to the target tenant. +This property has no impact on existing groups that were synchronized. [TenantId ]: Tenant identifier for the partner Microsoft Entra organization. +Key. Read-only. [UserSyncInbound ]: crossTenantUserSyncInbound [(Any) ]: This indicates any property can be added to this object. @@ -750,6 +881,30 @@ 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 + [M365CollaborationOutbound ]: crossTenantAccessPolicyM365CollaborationOutboundSetting + [(Any) ]: This indicates any property can be added to this object. + [UsersAndGroups ]: crossTenantAccessPolicyTargetConfiguration [TenantId ]: The tenant identifier for the partner Microsoft Entra organization. Read-only. Key. @@ -766,14 +921,17 @@ For example, device.deviceAttribute2 -eq 'PrivilegedAccessWorkstation'. IDENTITYSYNCHRONIZATION ``: crossTenantIdentitySyncPolicyPartner [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Shows the last date and time the policy was deleted. - [DisplayName ]: Display name for the cross-tenant user synchronization policy. + [DisplayName ]: Display name for the cross-tenant user and group synchronization policy. Use the name of the partner Microsoft Entra tenant to easily identify the policy. Optional. [ExternalCloudAuthorizedApplicationId ]: [GroupSyncInbound ]: crossTenantGroupSyncInbound [(Any) ]: This indicates any property can be added to this object. - [IsSyncAllowed ]: + [IsSyncAllowed ]: Defines whether group objects should be synchronized from the partner tenant. +false stops any current group synchronization from the source tenant to the target tenant. +This property has no impact on existing groups that were synchronized. [TenantId ]: Tenant identifier for the partner Microsoft Entra organization. +Key. Read-only. [UserSyncInbound ]: crossTenantUserSyncInbound [(Any) ]: This indicates any property can be added to this object. @@ -787,6 +945,45 @@ 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 + [(Any) ]: This indicates any property can be added to this object. + [AccessType ]: crossTenantAccessPolicyTargetConfigurationAccessType + [Targets ]: Specifies whether to target users, groups, or applications with this rule. + [Target ]: Defines the target for cross-tenant access policy settings and can have one of the following values: The unique identifier of the user, group, or application AllUsers AllApplications - Refers to any Microsoft cloud application. + Office365 - Includes the applications mentioned as part of the Office 365 suite. + [TargetType ]: crossTenantAccessPolicyTargetType + +M365COLLABORATIONOUTBOUND ``: crossTenantAccessPolicyM365CollaborationOutboundSetting + [(Any) ]: This indicates any property can be added to this object. + [UsersAndGroups ]: crossTenantAccessPolicyTargetConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AccessType ]: crossTenantAccessPolicyTargetConfigurationAccessType + [Targets ]: Specifies whether to target users, groups, or applications with this rule. + [Target ]: Defines the target for cross-tenant access policy settings and can have one of the following values: The unique identifier of the user, group, or application AllUsers AllApplications - Refers to any Microsoft cloud application. + Office365 - Includes the applications mentioned as part of the Office 365 suite. + [TargetType ]: crossTenantAccessPolicyTargetType + TENANTRESTRICTIONS ``: crossTenantAccessPolicyTenantRestrictions [(Any) ]: This indicates any property can be added to this object. [Applications ]: 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..df928e166f08e --- /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: 07/10/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 1ddc9ec4ee13b..5fa6a21d46c06 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: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaPolicyDeletedItemCrossTenantPartner --- @@ -22,19 +22,23 @@ Create new navigation property to crossTenantPartners for policies ``` New-MgBetaPolicyDeletedItemCrossTenantPartner [-ResponseHeadersVariable ] [-AdditionalProperties ] + [-AppServiceConnectInbound ] [-AutomaticUserConsentSettings ] [-B2BCollaborationInbound ] [-B2BCollaborationOutbound ] [-B2BDirectConnectInbound ] [-B2BDirectConnectOutbound ] - [-DeletedDateTime ] + [-BlockServiceProviderOutboundAccess] [-DeletedDateTime ] [-IdentitySynchronization ] [-InboundTrust ] [-IsInMultiTenantOrganization] - [-IsServiceProvider] [-TenantId ] + [-IsServiceProvider] [-M365Capabilities ] + [-M365CollaborationInbound ] + [-M365CollaborationOutbound ] + [-TenantId ] [-TenantRestrictions ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -45,7 +49,6 @@ New-MgBetaPolicyDeletedItemCrossTenantPartner [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -80,6 +83,28 @@ AcceptedValues: [] HelpMessage: '' ``` +### -AppServiceConnectInbound + +crossTenantAccessPolicyAppServiceConnectSetting +To construct, see NOTES section for APPSERVICECONNECTINBOUND properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphCrossTenantAccessPolicyAppServiceConnectSetting +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + ### -AutomaticUserConsentSettings inboundOutboundPolicyConfiguration @@ -190,6 +215,28 @@ AcceptedValues: [] 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 +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + ### -BodyParameter crossTenantAccessPolicyConfigurationPartner @@ -425,6 +472,72 @@ 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 +To construct, see NOTES section for M365COLLABORATIONINBOUND properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphCrossTenantAccessPolicyM365CollaborationInboundSetting +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -M365CollaborationOutbound + +crossTenantAccessPolicyM365CollaborationOutboundSetting +To construct, see NOTES section for M365COLLABORATIONOUTBOUND properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphCrossTenantAccessPolicyM365CollaborationOutboundSetting +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 @@ -607,6 +720,16 @@ 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. +APPSERVICECONNECTINBOUND ``: crossTenantAccessPolicyAppServiceConnectSetting + [(Any) ]: This indicates any property can be added to this object. + [Applications ]: crossTenantAccessPolicyTargetConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AccessType ]: crossTenantAccessPolicyTargetConfigurationAccessType + [Targets ]: Specifies whether to target users, groups, or applications with this rule. + [Target ]: Defines the target for cross-tenant access policy settings and can have one of the following values: The unique identifier of the user, group, or application AllUsers AllApplications - Refers to any Microsoft cloud application. + Office365 - Includes the applications mentioned as part of the Office 365 suite. + [TargetType ]: crossTenantAccessPolicyTargetType + AUTOMATICUSERCONSENTSETTINGS ``: inboundOutboundPolicyConfiguration [(Any) ]: This indicates any property can be added to this object. [InboundAllowed ]: Defines whether external users coming inbound are allowed. @@ -659,11 +782,7 @@ B2BDIRECTCONNECTOUTBOUND ``: c BODYPARAMETER ``: crossTenantAccessPolicyConfigurationPartner [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Shows the last date and time the policy was deleted. - [AutomaticUserConsentSettings ]: inboundOutboundPolicyConfiguration - [(Any) ]: This indicates any property can be added to this object. - [InboundAllowed ]: Defines whether external users coming inbound are allowed. - [OutboundAllowed ]: Defines whether internal users are allowed to go outbound. - [B2BCollaborationInbound ]: crossTenantAccessPolicyB2BSetting + [AppServiceConnectInbound ]: crossTenantAccessPolicyAppServiceConnectSetting [(Any) ]: This indicates any property can be added to this object. [Applications ]: crossTenantAccessPolicyTargetConfiguration [(Any) ]: This indicates any property can be added to this object. @@ -672,21 +791,33 @@ BODYPARAMETER ``: cr [Target ]: Defines the target for cross-tenant access policy settings and can have one of the following values: The unique identifier of the user, group, or application AllUsers AllApplications - Refers to any Microsoft cloud application. Office365 - Includes the applications mentioned as part of the Office 365 suite. [TargetType ]: crossTenantAccessPolicyTargetType + [AutomaticUserConsentSettings ]: inboundOutboundPolicyConfiguration + [(Any) ]: This indicates any property can be added to this object. + [InboundAllowed ]: Defines whether external users coming inbound are allowed. + [OutboundAllowed ]: Defines whether internal users are allowed to go outbound. + [B2BCollaborationInbound ]: crossTenantAccessPolicyB2BSetting + [(Any) ]: This indicates any property can be added to this object. + [Applications ]: crossTenantAccessPolicyTargetConfiguration [UsersAndGroups ]: crossTenantAccessPolicyTargetConfiguration [B2BCollaborationOutbound ]: crossTenantAccessPolicyB2BSetting [B2BDirectConnectInbound ]: crossTenantAccessPolicyB2BSetting [B2BDirectConnectOutbound ]: crossTenantAccessPolicyB2BSetting + [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. - [DisplayName ]: Display name for the cross-tenant user synchronization policy. + [DisplayName ]: Display name for the cross-tenant user and group synchronization policy. Use the name of the partner Microsoft Entra tenant to easily identify the policy. Optional. [ExternalCloudAuthorizedApplicationId ]: [GroupSyncInbound ]: crossTenantGroupSyncInbound [(Any) ]: This indicates any property can be added to this object. - [IsSyncAllowed ]: + [IsSyncAllowed ]: Defines whether group objects should be synchronized from the partner tenant. +false stops any current group synchronization from the source tenant to the target tenant. +This property has no impact on existing groups that were synchronized. [TenantId ]: Tenant identifier for the partner Microsoft Entra organization. +Key. Read-only. [UserSyncInbound ]: crossTenantUserSyncInbound [(Any) ]: This indicates any property can be added to this object. @@ -700,6 +831,30 @@ 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 + [M365CollaborationOutbound ]: crossTenantAccessPolicyM365CollaborationOutboundSetting + [(Any) ]: This indicates any property can be added to this object. + [UsersAndGroups ]: crossTenantAccessPolicyTargetConfiguration [TenantId ]: The tenant identifier for the partner Microsoft Entra organization. Read-only. Key. @@ -716,14 +871,17 @@ For example, device.deviceAttribute2 -eq 'PrivilegedAccessWorkstation'. IDENTITYSYNCHRONIZATION ``: crossTenantIdentitySyncPolicyPartner [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Shows the last date and time the policy was deleted. - [DisplayName ]: Display name for the cross-tenant user synchronization policy. + [DisplayName ]: Display name for the cross-tenant user and group synchronization policy. Use the name of the partner Microsoft Entra tenant to easily identify the policy. Optional. [ExternalCloudAuthorizedApplicationId ]: [GroupSyncInbound ]: crossTenantGroupSyncInbound [(Any) ]: This indicates any property can be added to this object. - [IsSyncAllowed ]: + [IsSyncAllowed ]: Defines whether group objects should be synchronized from the partner tenant. +false stops any current group synchronization from the source tenant to the target tenant. +This property has no impact on existing groups that were synchronized. [TenantId ]: Tenant identifier for the partner Microsoft Entra organization. +Key. Read-only. [UserSyncInbound ]: crossTenantUserSyncInbound [(Any) ]: This indicates any property can be added to this object. @@ -737,6 +895,45 @@ 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 + [(Any) ]: This indicates any property can be added to this object. + [AccessType ]: crossTenantAccessPolicyTargetConfigurationAccessType + [Targets ]: Specifies whether to target users, groups, or applications with this rule. + [Target ]: Defines the target for cross-tenant access policy settings and can have one of the following values: The unique identifier of the user, group, or application AllUsers AllApplications - Refers to any Microsoft cloud application. + Office365 - Includes the applications mentioned as part of the Office 365 suite. + [TargetType ]: crossTenantAccessPolicyTargetType + +M365COLLABORATIONOUTBOUND ``: crossTenantAccessPolicyM365CollaborationOutboundSetting + [(Any) ]: This indicates any property can be added to this object. + [UsersAndGroups ]: crossTenantAccessPolicyTargetConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AccessType ]: crossTenantAccessPolicyTargetConfigurationAccessType + [Targets ]: Specifies whether to target users, groups, or applications with this rule. + [Target ]: Defines the target for cross-tenant access policy settings and can have one of the following values: The unique identifier of the user, group, or application AllUsers AllApplications - Refers to any Microsoft cloud application. + Office365 - Includes the applications mentioned as part of the Office 365 suite. + [TargetType ]: crossTenantAccessPolicyTargetType + TENANTRESTRICTIONS ``: crossTenantAccessPolicyTenantRestrictions [(Any) ]: This indicates any property can be added to this object. [Applications ]: 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..0e14c4ed6bbea --- /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: 07/10/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 b2b49410e1c5f..7714d4e01189c 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: 02/20/2026 +ms.date: 07/10/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 @@ -161,7 +159,7 @@ HelpMessage: '' ### -DisplayName -Display name for the cross-tenant user synchronization policy. +Display name for the cross-tenant user and group synchronization policy. Use the name of the partner Microsoft Entra tenant to easily identify the policy. Optional. @@ -376,6 +374,7 @@ HelpMessage: '' ### -TenantId Tenant identifier for the partner Microsoft Entra organization. +Key. Read-only. ```yaml @@ -472,14 +471,17 @@ For information on hash tables, run Get-Help about_Hash_Tables. BODYPARAMETER ``: crossTenantIdentitySyncPolicyPartner [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Shows the last date and time the policy was deleted. - [DisplayName ]: Display name for the cross-tenant user synchronization policy. + [DisplayName ]: Display name for the cross-tenant user and group synchronization policy. Use the name of the partner Microsoft Entra tenant to easily identify the policy. Optional. [ExternalCloudAuthorizedApplicationId ]: [GroupSyncInbound ]: crossTenantGroupSyncInbound [(Any) ]: This indicates any property can be added to this object. - [IsSyncAllowed ]: + [IsSyncAllowed ]: Defines whether group objects should be synchronized from the partner tenant. +false stops any current group synchronization from the source tenant to the target tenant. +This property has no impact on existing groups that were synchronized. [TenantId ]: Tenant identifier for the partner Microsoft Entra organization. +Key. Read-only. [UserSyncInbound ]: crossTenantUserSyncInbound [(Any) ]: This indicates any property can be added to this object. @@ -489,7 +491,9 @@ This property has no impact on existing users who have already been synchronized GROUPSYNCINBOUND ``: crossTenantGroupSyncInbound [(Any) ]: This indicates any property can be added to this object. - [IsSyncAllowed ]: + [IsSyncAllowed ]: Defines whether group objects should be synchronized from the partner tenant. +false stops any current group synchronization from the source tenant to the target tenant. +This property has no impact on existing groups that were synchronized. USERSYNCINBOUND ``: crossTenantUserSyncInbound [(Any) ]: This indicates any property can be added to this object. 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 d6b46168127e3..bf7aaf8253d80 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: 02/20/2026 +ms.date: 07/10/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 d09de482167e4..fce97ce83c9b9 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: 02/20/2026 +ms.date: 07/10/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 f76032b0ab1b5..810ad7ee957e1 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: 02/20/2026 +ms.date: 07/10/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 90d3aa3cb471f..b1b3cbf02c671 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: 02/20/2026 +ms.date: 07/10/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 39019658504a2..c50831ff4a842 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: 02/20/2026 +ms.date: 07/10/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 @@ -541,7 +540,7 @@ Always null when the object hasn't been deleted. [AccessType ]: groupAccessType [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. @@ -573,13 +572,13 @@ Maximum length is 256 characters. Required on create. Supports $filter (eq only). [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. @@ -589,7 +588,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are auto-subscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. @@ -872,16 +871,59 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. [UsageRights ]: [Id ]: The unique identifier for an entity. Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. @@ -1025,7 +1067,7 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for users to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). @@ -1305,22 +1347,23 @@ Read-only. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -1350,12 +1393,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -1438,7 +1538,7 @@ Optional. [IncludeBasicClaimSet ]: Determines whether the basic claim set is included in tokens affected by this policy. If set to true, all claims in the basic claim set are emitted in tokens affected by the policy. By default the basic claim set isn't in the tokens unless they're explicitly configured in this policy. - [CreatedByAppId ]: The appId (called Application (client) ID on the Microsoft Entra admin center) of the application used to create the service principal. + [CreatedByAppId ]: The appId of the application that created this service principal. Set internally by Microsoft Entra ID. Read-only. [CreatedObjects ]: Directory objects created by this service principal. @@ -1570,7 +1670,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -1729,13 +1829,13 @@ May not begin with .. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [ApprovedClientApps ]: + [ApprovedClientApps ]: The collection of approved client apps that are associated with the RDS configuration. +Supports $expand. [Id ]: The unique identifier for an entity. Read-only. - [DisplayName ]: + [DisplayName ]: Display name for the client application. [IsRemoteDesktopProtocolEnabled ]: Determines if Microsoft Entra ID RDS authentication protocol for RDP is enabled. [TargetDeviceGroups ]: The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. -
]: The unique identifier for an entity. Read-only. [DisplayName ]: Display name for the target device group. @@ -2094,7 +2194,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. - [ExternalAuthenticationMethods ]: Represents the external methods registered to a user for authentication. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. Optional. @@ -2110,7 +2210,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. - [DisplayName ]: Custom name given to the registered external authentication method. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. @@ -2361,7 +2461,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -2614,7 +2714,7 @@ Read-only. The identifiers must be unique in the tenant. [Birthday ]: The birthday of the user. 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 Returned only on $select. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. Only one number can be set for this property. Read-only for users synced from on-premises directory. @@ -2953,6 +3053,49 @@ This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. Read only. + [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. +Nullable. + [Attachments ]: References to attached objects like files, tabs, meetings etc. + [Body ]: itemBody + [ChannelIdentity ]: channelIdentity + [ChatId ]: If the message was sent in a chat, represents the identity of the chat. + [CreatedDateTime ]: Timestamp of when the chat message was created. + [DeletedDateTime ]: Read only. +Timestamp at which the chat message was deleted, or null if not deleted. + [Etag ]: Read-only. +Version number of the chat message. + [EventDetail ]: eventMessageDetail + [From ]: chatMessageFromIdentitySet + [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. + [Importance ]: chatMessageImportance + [LastEditedDateTime ]: Read only. +Timestamp when edits to the chat message were made. +Triggers an 'Edited' flag in the Teams UI. +If no edits are made the value is null. + [LastModifiedDateTime ]: Read only. +Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. + [Locale ]: Locale of the chat message set by the client. +Always set to en-us. + [Mentions ]: List of entities mentioned in the chat message. +Supported entities are: user, bot, team, channel, chat, and tag. + [MessageHistory ]: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. + [MessageType ]: chatMessageType + [OnBehalfOf ]: chatMessageFromIdentitySet + [PolicyViolation ]: chatMessagePolicyViolation + [Reactions ]: Reactions for this chat message (for example, Like). + [Replies ]: Replies for a specified message. +Supports $expand for channel messages. + [ReplyToId ]: Read-only. +ID of the parent chat message or root chat message of the thread. +(Only applies to chat messages in channels, not chats.) + [Subject ]: The subject of the chat message, in plaintext. + [Summary ]: Summary text of the chat message that could be used for push notifications and summary views or fall back views. +Only applies to channel chat messages, not chat messages in a chat. + [WebUrl ]: Read-only. +Link to the message in Microsoft Teams. + [Id ]: The unique identifier for an entity. +Read-only. + [Recipient ]: identity [TenantId ]: The identifier of the tenant in which the chat was created. Read-only. [Topic ]: (Optional) Subject or topic for the chat. @@ -2988,7 +3131,22 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [AssignmentErrors ]: + [Id ]: The unique identifier for an entity. +Read-only. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [Assignments ]: [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -3107,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 @@ -3132,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. @@ -3339,10 +3532,11 @@ 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. + [ContentCategory ]: contentCategory [CorrelationId ]: An identifier used to group multiple related content entries (for example, different parts of the same file upload, messages in a conversation). [CreatedDateTime ]: Required. Timestamp indicating when the original content was created (for example, file creation time, message sent time). @@ -3470,6 +3664,24 @@ Required. [LearningProviderId ]: The registration ID of the provider. Required. [Status ]: courseStatus + [Storyline ]: User's storyline singleton container. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Followers ]: The users who are following this user. + [Id ]: The unique identifier for an entity. +Read-only. + [Follower ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Followings ]: The users that this user is following. + [Id ]: The unique identifier for an entity. +Read-only. + [Following ]: The Viva Engage identities. [EmployeeHireDate ]: The date and time when the user was hired or will start work if there is a future hire. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. @@ -3484,10 +3696,10 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. @@ -3707,6 +3919,17 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(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. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity. @@ -3804,6 +4027,7 @@ To proactively opt in to the new behavior ahead of time, use the contentStream p Nullable. [File ]: file [(Any) ]: This indicates any property can be added to this object. + [ArchiveStatus ]: fileArchiveStatus [Hashes ]: hashes [(Any) ]: This indicates any property can be added to this object. [Crc32Hash ]: The CRC32 value of the file (if available). @@ -3814,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. @@ -4922,6 +5159,8 @@ Read-only. [ContentTypes ]: The collection of content types present in this list. [DisplayName ]: The displayable title of the list. [Drive ]: drive + [ItemCount ]: The total count of items in the list. +Read-only. [Items ]: All items contained in the list. [List ]: listInfo [(Any) ]: This indicates any property can be added to this object. @@ -5275,7 +5514,9 @@ Read-write. [(Any) ]: This indicates any property can be added to this object. [ArchiveStatus ]: siteArchiveStatus [ArchivedBy ]: identitySet - [ArchivedDateTime ]: + [ArchivedDateTime ]: Time when the container was archived. +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. [DataLocationCode ]: The geographic region code for where this site collection resides. Only present for multi-geo tenants. Read-only. @@ -5298,7 +5539,7 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. 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. - Returned only on $select. + Requires $select to retrieve. Note: This property is specific to SharePoint Online. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. @@ -5321,6 +5562,27 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityGovernance ]: identityGovernanceUserSettings + [(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 ]: 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 + [(Any) ]: This indicates any property can be added to this object. + [Duration ]: The requestor's desired duration of access represented in ISO 8601 format for durations. +For example, PT3H refers to three hours. + If specified in a request, endDateTime shouldn't be present and the type property should be set to afterDuration. + [EndDateTime ]: Timestamp of 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. + [Type ]: expirationPatternType + [Recurrence ]: patternedRecurrence + [StartDateTime ]: 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. +In PIM, when the eligible or active assignment becomes active. [IdentityParentId ]: The object ID of the parent identity for agent users. Always null for regular user accounts. For agentUser resources, this property references the object ID of the associated agent identity. @@ -5417,7 +5679,7 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for users to describe their interests. -Returned only on $select. +Requires $select to retrieve. [InvitedBy ]: directoryObject [IsLicenseReconciliationNeeded ]: Indicates whether the user is pending an exchange mailbox license assignment. Read-only. @@ -5426,7 +5688,8 @@ Returned only on $select. 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). @@ -5456,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 @@ -5599,10 +5863,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -5611,9 +5877,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. @@ -6110,16 +6405,16 @@ This URL should be treated as an opaque blob, and not parsed. 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. Read-only. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. It also indicates licenses that are directly assigned and the ones the user inherited through group memberships. Read-only. -Returned only on $select. +Requires $select to retrieve. [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. Read-Only. @@ -6245,7 +6540,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -6794,6 +7089,8 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -6887,7 +7184,7 @@ Read-only. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Notifications ]: [Id ]: The unique identifier for an entity. Read-only. @@ -6995,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. @@ -7043,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. @@ -7297,7 +7603,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for users to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [PendingAccessReviewInstances ]: Navigation property to get a list of access reviews pending approval by the reviewer. [Id ]: The unique identifier for an entity. Read-only. @@ -7317,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. @@ -7657,7 +7955,7 @@ Example: 'en-US', or 'es-ES'. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -8113,15 +8411,14 @@ Read-only. [WebUrl ]: Link to the institution or department homepage. [Program ]: educationalActivityDetail [(Any) ]: This indicates any property can be added to this object. - [Abbreviation ]: Shortened name of the degree or program (example: PhD, MBA) + [Abbreviation ]: Shortened name of the degree or program, for example, PhD and MBA. [Activities ]: Extracurricular activities undertaken alongside the program. [Awards ]: Any awards or honors associated with the program. [Description ]: Short description of the program provided by the user. [DisplayName ]: Long-form name of the program that the user provided. - [FieldsOfStudy ]: Majors and minors associated with the program. -(if applicable) - [Grade ]: The final grade, class, GPA, or score. - [Notes ]: More notes the user provided. + [FieldsOfStudy ]: Majors and minors associated with the program, if applicable. + [Grade ]: The final grade, class, grade point average (GPA), or score. + [Notes ]: More notes provided by the user. [WebUrl ]: Link to the degree or program page. [StartMonthYear ]: The month and year the user commenced the activity referenced. [Emails ]: Represents detailed information about email addresses associated with the user. @@ -8424,9 +8721,9 @@ Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they have attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: The scoped-role administrative unit memberships for this user. Read-only. Nullable. @@ -8493,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. @@ -8643,7 +8940,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Use revokeSignInSessions to reset. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -8690,6 +8987,48 @@ The language component follows two-letter codes as defined in ISO 639-1, and the For users with multigeo licenses, the property contains the user's region (if available). For users without multigeo licenses, the property contains the organization's region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China. + [Sections ]: The sections in the user's chat list. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the section was created. +Read-only. +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. + [DisplayIcon ]: sectionDisplayIcon + [(Any) ]: This indicates any property can be added to this object. + [ContentUrl ]: The URL to a custom icon image. +Applicable when iconType is custom. + [DisplayName ]: The human-readable name of the icon. + [IconType ]: The type of icon. +Use an emoji character such as 👍 for an emoji icon, or custom for a custom image icon. + [SkinTone ]: sectionIconSkinTone + [DisplayName ]: The display name of the section. +Required. +Maximum length is 50 characters. +Display names are case-sensitive and must be unique within a user's sections. +The following names are reserved for system-defined sections and can't be used when creating a user-defined section: RecentChats, QuickViews, TeamsAndChannels, MutedChats, MeetingChats, EngageCommunities. + [IsExpanded ]: Indicates whether the section is expanded in the user interface. +The default value is true. + [IsHierarchicalViewEnabled ]: Indicates whether the hierarchical view is enabled for the section. +Read-only. + [Items ]: The items (chats, channels, meetings, or communities) organized within the section. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the item was added to the section. +Read-only. +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. + [ItemType ]: sectionItemType + [LastModifiedDateTime ]: Date and time when the item was last modified. +Read-only. +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. + [LastModifiedDateTime ]: Date and time when the section was last modified. +Read-only. +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. + [SectionType ]: sectionType + [SortType ]: sectionSortType [Todo ]: todo [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -8702,6 +9041,12 @@ Read-only. Nullable. [IsOwner ]: True if the user is owner of the given task list. [IsShared ]: True if the task list is shared with other users + [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the task list. +Read-only. +Nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Value ]: The value of the property. [Tasks ]: The tasks in this task list. Read-only. Nullable. @@ -8765,9 +9110,6 @@ Read-only. [Recurrence ]: patternedRecurrence [ReminderDateTime ]: dateTimeTimeZone [SingleValueExtendedProperties ]: A collection of custom fields linked to the task. - [Id ]: The unique identifier for an entity. -Read-only. - [Value ]: The value of the property. [StartDateTime ]: dateTimeTimeZone [Status ]: taskStatus [Title ]: A brief description of the task. @@ -8819,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. @@ -8856,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. @@ -8878,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 ]: @@ -8931,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. @@ -8940,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. @@ -9043,11 +9389,11 @@ You can use it as a $filter argument to get groups that have members with licens Supports $filter (eq). [HideFromAddressLists ]: true if the group isn't displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: true if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [InfoCatalogs ]: Identifies the info segments assigned to the group. Returned by default. @@ -9071,7 +9417,7 @@ Read-only. To manage a group 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. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -9121,6 +9467,7 @@ Read-only. [OnPremisesDomainName ]: Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only. + [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [OnPremisesLastSyncDateTime ]: Indicates the last time at which the group was synced with the on-premises directory.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. Returned by default. @@ -9202,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). @@ -9238,12 +9585,12 @@ Immutable. Read-only. [UnseenConversationsCount ]: Count of conversations delivered one or more new posts since the signed-in user's last visit to the group. This property is the same as unseenCount. -Returned only on $select. +Requires $select to retrieve. [UnseenCount ]: Count of conversations that have received new posts since the signed-in user last visited the group. -This property is the same as unseenConversationsCount.Returned only on $select. +This property is the same as unseenConversationsCount.Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [UnseenMessagesCount ]: Count of new posts that have been delivered to the group's conversations since the signed-in user's last visit to the group. -Returned only on $select. +Requires $select to retrieve. [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. @@ -9254,7 +9601,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Requires $select to retrieve. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. 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 be223147b3d2d..0e8cf6bc40e2d 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: 02/20/2026 +ms.date: 07/10/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 @@ -81,7 +77,7 @@ $params = @{ "@odata.id" = "https://graph.microsoft.com/odata/groups('1a9db3ab-0acf-4808-99ae-e8ed581cb2e0')" } -New-MgBetaPolicyMobileAppManagementPolicyIncludedGroupByRef -MobilityManagementPolicyId $mobilityManagementPolicyId -BodyParameter $params +New-MgBetaPolicyMobileAppManagementPolicyIncludedGroupByRef -MobileAppManagementPolicyId $mobileAppManagementPolicyId -BodyParameter $params ``` This example shows how to use the New-MgBetaPolicyMobileAppManagementPolicyIncludedGroupByRef Cmdlet. @@ -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 07ff472fa426f..e714874778994 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: 02/20/2026 +ms.date: 07/10/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 @@ -570,7 +570,7 @@ Always null when the object hasn't been deleted. [AccessType ]: groupAccessType [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. @@ -602,13 +602,13 @@ Maximum length is 256 characters. Required on create. Supports $filter (eq only). [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. @@ -618,7 +618,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are auto-subscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. @@ -901,16 +901,59 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. [UsageRights ]: [Id ]: The unique identifier for an entity. Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. @@ -1054,7 +1097,7 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for users to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). @@ -1334,22 +1377,23 @@ Read-only. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -1379,12 +1423,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -1467,7 +1568,7 @@ Optional. [IncludeBasicClaimSet ]: Determines whether the basic claim set is included in tokens affected by this policy. If set to true, all claims in the basic claim set are emitted in tokens affected by the policy. By default the basic claim set isn't in the tokens unless they're explicitly configured in this policy. - [CreatedByAppId ]: The appId (called Application (client) ID on the Microsoft Entra admin center) of the application used to create the service principal. + [CreatedByAppId ]: The appId of the application that created this service principal. Set internally by Microsoft Entra ID. Read-only. [CreatedObjects ]: Directory objects created by this service principal. @@ -1599,7 +1700,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -1758,13 +1859,13 @@ May not begin with .. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [ApprovedClientApps ]: + [ApprovedClientApps ]: The collection of approved client apps that are associated with the RDS configuration. +Supports $expand. [Id ]: The unique identifier for an entity. Read-only. - [DisplayName ]: + [DisplayName ]: Display name for the client application. [IsRemoteDesktopProtocolEnabled ]: Determines if Microsoft Entra ID RDS authentication protocol for RDP is enabled. [TargetDeviceGroups ]: The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. -
]: The unique identifier for an entity. Read-only. [DisplayName ]: Display name for the target device group. @@ -2123,7 +2224,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. - [ExternalAuthenticationMethods ]: Represents the external methods registered to a user for authentication. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. Optional. @@ -2139,7 +2240,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. - [DisplayName ]: Custom name given to the registered external authentication method. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. @@ -2390,7 +2491,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -2643,7 +2744,7 @@ Read-only. The identifiers must be unique in the tenant. [Birthday ]: The birthday of the user. 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 Returned only on $select. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. Only one number can be set for this property. Read-only for users synced from on-premises directory. @@ -2982,6 +3083,49 @@ This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. Read only. + [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. +Nullable. + [Attachments ]: References to attached objects like files, tabs, meetings etc. + [Body ]: itemBody + [ChannelIdentity ]: channelIdentity + [ChatId ]: If the message was sent in a chat, represents the identity of the chat. + [CreatedDateTime ]: Timestamp of when the chat message was created. + [DeletedDateTime ]: Read only. +Timestamp at which the chat message was deleted, or null if not deleted. + [Etag ]: Read-only. +Version number of the chat message. + [EventDetail ]: eventMessageDetail + [From ]: chatMessageFromIdentitySet + [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. + [Importance ]: chatMessageImportance + [LastEditedDateTime ]: Read only. +Timestamp when edits to the chat message were made. +Triggers an 'Edited' flag in the Teams UI. +If no edits are made the value is null. + [LastModifiedDateTime ]: Read only. +Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. + [Locale ]: Locale of the chat message set by the client. +Always set to en-us. + [Mentions ]: List of entities mentioned in the chat message. +Supported entities are: user, bot, team, channel, chat, and tag. + [MessageHistory ]: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. + [MessageType ]: chatMessageType + [OnBehalfOf ]: chatMessageFromIdentitySet + [PolicyViolation ]: chatMessagePolicyViolation + [Reactions ]: Reactions for this chat message (for example, Like). + [Replies ]: Replies for a specified message. +Supports $expand for channel messages. + [ReplyToId ]: Read-only. +ID of the parent chat message or root chat message of the thread. +(Only applies to chat messages in channels, not chats.) + [Subject ]: The subject of the chat message, in plaintext. + [Summary ]: Summary text of the chat message that could be used for push notifications and summary views or fall back views. +Only applies to channel chat messages, not chat messages in a chat. + [WebUrl ]: Read-only. +Link to the message in Microsoft Teams. + [Id ]: The unique identifier for an entity. +Read-only. + [Recipient ]: identity [TenantId ]: The identifier of the tenant in which the chat was created. Read-only. [Topic ]: (Optional) Subject or topic for the chat. @@ -3017,7 +3161,22 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [AssignmentErrors ]: + [Id ]: The unique identifier for an entity. +Read-only. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [Assignments ]: [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -3136,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 @@ -3161,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. @@ -3368,10 +3562,11 @@ 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. + [ContentCategory ]: contentCategory [CorrelationId ]: An identifier used to group multiple related content entries (for example, different parts of the same file upload, messages in a conversation). [CreatedDateTime ]: Required. Timestamp indicating when the original content was created (for example, file creation time, message sent time). @@ -3499,6 +3694,24 @@ Required. [LearningProviderId ]: The registration ID of the provider. Required. [Status ]: courseStatus + [Storyline ]: User's storyline singleton container. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Followers ]: The users who are following this user. + [Id ]: The unique identifier for an entity. +Read-only. + [Follower ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Followings ]: The users that this user is following. + [Id ]: The unique identifier for an entity. +Read-only. + [Following ]: The Viva Engage identities. [EmployeeHireDate ]: The date and time when the user was hired or will start work if there is a future hire. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. @@ -3513,10 +3726,10 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. @@ -3736,6 +3949,17 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(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. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity. @@ -3833,6 +4057,7 @@ To proactively opt in to the new behavior ahead of time, use the contentStream p Nullable. [File ]: file [(Any) ]: This indicates any property can be added to this object. + [ArchiveStatus ]: fileArchiveStatus [Hashes ]: hashes [(Any) ]: This indicates any property can be added to this object. [Crc32Hash ]: The CRC32 value of the file (if available). @@ -3843,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. @@ -4951,6 +5189,8 @@ Read-only. [ContentTypes ]: The collection of content types present in this list. [DisplayName ]: The displayable title of the list. [Drive ]: drive + [ItemCount ]: The total count of items in the list. +Read-only. [Items ]: All items contained in the list. [List ]: listInfo [(Any) ]: This indicates any property can be added to this object. @@ -5304,7 +5544,9 @@ Read-write. [(Any) ]: This indicates any property can be added to this object. [ArchiveStatus ]: siteArchiveStatus [ArchivedBy ]: identitySet - [ArchivedDateTime ]: + [ArchivedDateTime ]: Time when the container was archived. +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. [DataLocationCode ]: The geographic region code for where this site collection resides. Only present for multi-geo tenants. Read-only. @@ -5327,7 +5569,7 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. 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. - Returned only on $select. + Requires $select to retrieve. Note: This property is specific to SharePoint Online. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. @@ -5350,6 +5592,27 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityGovernance ]: identityGovernanceUserSettings + [(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 ]: 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 + [(Any) ]: This indicates any property can be added to this object. + [Duration ]: The requestor's desired duration of access represented in ISO 8601 format for durations. +For example, PT3H refers to three hours. + If specified in a request, endDateTime shouldn't be present and the type property should be set to afterDuration. + [EndDateTime ]: Timestamp of 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. + [Type ]: expirationPatternType + [Recurrence ]: patternedRecurrence + [StartDateTime ]: 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. +In PIM, when the eligible or active assignment becomes active. [IdentityParentId ]: The object ID of the parent identity for agent users. Always null for regular user accounts. For agentUser resources, this property references the object ID of the associated agent identity. @@ -5446,7 +5709,7 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for users to describe their interests. -Returned only on $select. +Requires $select to retrieve. [InvitedBy ]: directoryObject [IsLicenseReconciliationNeeded ]: Indicates whether the user is pending an exchange mailbox license assignment. Read-only. @@ -5455,7 +5718,8 @@ Returned only on $select. 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). @@ -5485,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 @@ -5628,10 +5893,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -5640,9 +5907,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. @@ -6139,16 +6435,16 @@ This URL should be treated as an opaque blob, and not parsed. 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. Read-only. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. It also indicates licenses that are directly assigned and the ones the user inherited through group memberships. Read-only. -Returned only on $select. +Requires $select to retrieve. [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. Read-Only. @@ -6274,7 +6570,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -6823,6 +7119,8 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -6916,7 +7214,7 @@ Read-only. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Notifications ]: [Id ]: The unique identifier for an entity. Read-only. @@ -7024,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. @@ -7072,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. @@ -7326,7 +7633,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for users to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [PendingAccessReviewInstances ]: Navigation property to get a list of access reviews pending approval by the reviewer. [Id ]: The unique identifier for an entity. Read-only. @@ -7346,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. @@ -7686,7 +7985,7 @@ Example: 'en-US', or 'es-ES'. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -8142,15 +8441,14 @@ Read-only. [WebUrl ]: Link to the institution or department homepage. [Program ]: educationalActivityDetail [(Any) ]: This indicates any property can be added to this object. - [Abbreviation ]: Shortened name of the degree or program (example: PhD, MBA) + [Abbreviation ]: Shortened name of the degree or program, for example, PhD and MBA. [Activities ]: Extracurricular activities undertaken alongside the program. [Awards ]: Any awards or honors associated with the program. [Description ]: Short description of the program provided by the user. [DisplayName ]: Long-form name of the program that the user provided. - [FieldsOfStudy ]: Majors and minors associated with the program. -(if applicable) - [Grade ]: The final grade, class, GPA, or score. - [Notes ]: More notes the user provided. + [FieldsOfStudy ]: Majors and minors associated with the program, if applicable. + [Grade ]: The final grade, class, grade point average (GPA), or score. + [Notes ]: More notes provided by the user. [WebUrl ]: Link to the degree or program page. [StartMonthYear ]: The month and year the user commenced the activity referenced. [Emails ]: Represents detailed information about email addresses associated with the user. @@ -8453,9 +8751,9 @@ Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they have attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: The scoped-role administrative unit memberships for this user. Read-only. Nullable. @@ -8522,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. @@ -8672,7 +8970,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Use revokeSignInSessions to reset. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -8719,6 +9017,48 @@ The language component follows two-letter codes as defined in ISO 639-1, and the For users with multigeo licenses, the property contains the user's region (if available). For users without multigeo licenses, the property contains the organization's region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China. + [Sections ]: The sections in the user's chat list. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the section was created. +Read-only. +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. + [DisplayIcon ]: sectionDisplayIcon + [(Any) ]: This indicates any property can be added to this object. + [ContentUrl ]: The URL to a custom icon image. +Applicable when iconType is custom. + [DisplayName ]: The human-readable name of the icon. + [IconType ]: The type of icon. +Use an emoji character such as 👍 for an emoji icon, or custom for a custom image icon. + [SkinTone ]: sectionIconSkinTone + [DisplayName ]: The display name of the section. +Required. +Maximum length is 50 characters. +Display names are case-sensitive and must be unique within a user's sections. +The following names are reserved for system-defined sections and can't be used when creating a user-defined section: RecentChats, QuickViews, TeamsAndChannels, MutedChats, MeetingChats, EngageCommunities. + [IsExpanded ]: Indicates whether the section is expanded in the user interface. +The default value is true. + [IsHierarchicalViewEnabled ]: Indicates whether the hierarchical view is enabled for the section. +Read-only. + [Items ]: The items (chats, channels, meetings, or communities) organized within the section. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the item was added to the section. +Read-only. +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. + [ItemType ]: sectionItemType + [LastModifiedDateTime ]: Date and time when the item was last modified. +Read-only. +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. + [LastModifiedDateTime ]: Date and time when the section was last modified. +Read-only. +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. + [SectionType ]: sectionType + [SortType ]: sectionSortType [Todo ]: todo [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -8731,6 +9071,12 @@ Read-only. Nullable. [IsOwner ]: True if the user is owner of the given task list. [IsShared ]: True if the task list is shared with other users + [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the task list. +Read-only. +Nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Value ]: The value of the property. [Tasks ]: The tasks in this task list. Read-only. Nullable. @@ -8794,9 +9140,6 @@ Read-only. [Recurrence ]: patternedRecurrence [ReminderDateTime ]: dateTimeTimeZone [SingleValueExtendedProperties ]: A collection of custom fields linked to the task. - [Id ]: The unique identifier for an entity. -Read-only. - [Value ]: The value of the property. [StartDateTime ]: dateTimeTimeZone [Status ]: taskStatus [Title ]: A brief description of the task. @@ -8848,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. @@ -8885,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. @@ -8907,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 ]: @@ -8960,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. @@ -8969,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. @@ -9072,11 +9419,11 @@ You can use it as a $filter argument to get groups that have members with licens Supports $filter (eq). [HideFromAddressLists ]: true if the group isn't displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: true if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [InfoCatalogs ]: Identifies the info segments assigned to the group. Returned by default. @@ -9100,7 +9447,7 @@ Read-only. To manage a group 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. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -9150,6 +9497,7 @@ Read-only. [OnPremisesDomainName ]: Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only. + [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [OnPremisesLastSyncDateTime ]: Indicates the last time at which the group was synced with the on-premises directory.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. Returned by default. @@ -9231,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). @@ -9267,12 +9615,12 @@ Immutable. Read-only. [UnseenConversationsCount ]: Count of conversations delivered one or more new posts since the signed-in user's last visit to the group. This property is the same as unseenCount. -Returned only on $select. +Requires $select to retrieve. [UnseenCount ]: Count of conversations that have received new posts since the signed-in user last visited the group. -This property is the same as unseenConversationsCount.Returned only on $select. +This property is the same as unseenConversationsCount.Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [UnseenMessagesCount ]: Count of new posts that have been delivered to the group's conversations since the signed-in user's last visit to the group. -Returned only on $select. +Requires $select to retrieve. [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. @@ -9283,7 +9631,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Requires $select to retrieve. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -9314,7 +9665,7 @@ Always null when the object hasn't been deleted. [AccessType ]: groupAccessType [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. @@ -9346,13 +9697,13 @@ Maximum length is 256 characters. Required on create. Supports $filter (eq only). [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. @@ -9362,7 +9713,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are auto-subscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. @@ -9645,16 +9996,59 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. [UsageRights ]: [Id ]: The unique identifier for an entity. Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. @@ -9798,7 +10192,7 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for users to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). @@ -10078,22 +10472,23 @@ Read-only. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -10123,12 +10518,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -10211,7 +10663,7 @@ Optional. [IncludeBasicClaimSet ]: Determines whether the basic claim set is included in tokens affected by this policy. If set to true, all claims in the basic claim set are emitted in tokens affected by the policy. By default the basic claim set isn't in the tokens unless they're explicitly configured in this policy. - [CreatedByAppId ]: The appId (called Application (client) ID on the Microsoft Entra admin center) of the application used to create the service principal. + [CreatedByAppId ]: The appId of the application that created this service principal. Set internally by Microsoft Entra ID. Read-only. [CreatedObjects ]: Directory objects created by this service principal. @@ -10343,7 +10795,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -10502,13 +10954,13 @@ May not begin with .. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [ApprovedClientApps ]: + [ApprovedClientApps ]: The collection of approved client apps that are associated with the RDS configuration. +Supports $expand. [Id ]: The unique identifier for an entity. Read-only. - [DisplayName ]: + [DisplayName ]: Display name for the client application. [IsRemoteDesktopProtocolEnabled ]: Determines if Microsoft Entra ID RDS authentication protocol for RDP is enabled. [TargetDeviceGroups ]: The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. -
]: The unique identifier for an entity. Read-only. [DisplayName ]: Display name for the target device group. @@ -10867,7 +11319,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. - [ExternalAuthenticationMethods ]: Represents the external methods registered to a user for authentication. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. Optional. @@ -10883,7 +11335,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. - [DisplayName ]: Custom name given to the registered external authentication method. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. @@ -11134,7 +11586,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -11387,7 +11839,7 @@ Read-only. The identifiers must be unique in the tenant. [Birthday ]: The birthday of the user. 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 Returned only on $select. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. Only one number can be set for this property. Read-only for users synced from on-premises directory. @@ -11726,6 +12178,49 @@ This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. Read only. + [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. +Nullable. + [Attachments ]: References to attached objects like files, tabs, meetings etc. + [Body ]: itemBody + [ChannelIdentity ]: channelIdentity + [ChatId ]: If the message was sent in a chat, represents the identity of the chat. + [CreatedDateTime ]: Timestamp of when the chat message was created. + [DeletedDateTime ]: Read only. +Timestamp at which the chat message was deleted, or null if not deleted. + [Etag ]: Read-only. +Version number of the chat message. + [EventDetail ]: eventMessageDetail + [From ]: chatMessageFromIdentitySet + [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. + [Importance ]: chatMessageImportance + [LastEditedDateTime ]: Read only. +Timestamp when edits to the chat message were made. +Triggers an 'Edited' flag in the Teams UI. +If no edits are made the value is null. + [LastModifiedDateTime ]: Read only. +Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. + [Locale ]: Locale of the chat message set by the client. +Always set to en-us. + [Mentions ]: List of entities mentioned in the chat message. +Supported entities are: user, bot, team, channel, chat, and tag. + [MessageHistory ]: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. + [MessageType ]: chatMessageType + [OnBehalfOf ]: chatMessageFromIdentitySet + [PolicyViolation ]: chatMessagePolicyViolation + [Reactions ]: Reactions for this chat message (for example, Like). + [Replies ]: Replies for a specified message. +Supports $expand for channel messages. + [ReplyToId ]: Read-only. +ID of the parent chat message or root chat message of the thread. +(Only applies to chat messages in channels, not chats.) + [Subject ]: The subject of the chat message, in plaintext. + [Summary ]: Summary text of the chat message that could be used for push notifications and summary views or fall back views. +Only applies to channel chat messages, not chat messages in a chat. + [WebUrl ]: Read-only. +Link to the message in Microsoft Teams. + [Id ]: The unique identifier for an entity. +Read-only. + [Recipient ]: identity [TenantId ]: The identifier of the tenant in which the chat was created. Read-only. [Topic ]: (Optional) Subject or topic for the chat. @@ -11761,7 +12256,22 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [AssignmentErrors ]: + [Id ]: The unique identifier for an entity. +Read-only. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [Assignments ]: [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -11880,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 @@ -11905,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. @@ -12112,10 +12657,11 @@ 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. + [ContentCategory ]: contentCategory [CorrelationId ]: An identifier used to group multiple related content entries (for example, different parts of the same file upload, messages in a conversation). [CreatedDateTime ]: Required. Timestamp indicating when the original content was created (for example, file creation time, message sent time). @@ -12243,6 +12789,24 @@ Required. [LearningProviderId ]: The registration ID of the provider. Required. [Status ]: courseStatus + [Storyline ]: User's storyline singleton container. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Followers ]: The users who are following this user. + [Id ]: The unique identifier for an entity. +Read-only. + [Follower ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Followings ]: The users that this user is following. + [Id ]: The unique identifier for an entity. +Read-only. + [Following ]: The Viva Engage identities. [EmployeeHireDate ]: The date and time when the user was hired or will start work if there is a future hire. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. @@ -12257,10 +12821,10 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. @@ -12480,6 +13044,17 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(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. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity. @@ -12577,6 +13152,7 @@ To proactively opt in to the new behavior ahead of time, use the contentStream p Nullable. [File ]: file [(Any) ]: This indicates any property can be added to this object. + [ArchiveStatus ]: fileArchiveStatus [Hashes ]: hashes [(Any) ]: This indicates any property can be added to this object. [Crc32Hash ]: The CRC32 value of the file (if available). @@ -12587,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. @@ -13695,6 +14284,8 @@ Read-only. [ContentTypes ]: The collection of content types present in this list. [DisplayName ]: The displayable title of the list. [Drive ]: drive + [ItemCount ]: The total count of items in the list. +Read-only. [Items ]: All items contained in the list. [List ]: listInfo [(Any) ]: This indicates any property can be added to this object. @@ -14048,7 +14639,9 @@ Read-write. [(Any) ]: This indicates any property can be added to this object. [ArchiveStatus ]: siteArchiveStatus [ArchivedBy ]: identitySet - [ArchivedDateTime ]: + [ArchivedDateTime ]: Time when the container was archived. +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. [DataLocationCode ]: The geographic region code for where this site collection resides. Only present for multi-geo tenants. Read-only. @@ -14071,7 +14664,7 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. 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. - Returned only on $select. + Requires $select to retrieve. Note: This property is specific to SharePoint Online. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. @@ -14094,6 +14687,27 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityGovernance ]: identityGovernanceUserSettings + [(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 ]: 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 + [(Any) ]: This indicates any property can be added to this object. + [Duration ]: The requestor's desired duration of access represented in ISO 8601 format for durations. +For example, PT3H refers to three hours. + If specified in a request, endDateTime shouldn't be present and the type property should be set to afterDuration. + [EndDateTime ]: Timestamp of 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. + [Type ]: expirationPatternType + [Recurrence ]: patternedRecurrence + [StartDateTime ]: 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. +In PIM, when the eligible or active assignment becomes active. [IdentityParentId ]: The object ID of the parent identity for agent users. Always null for regular user accounts. For agentUser resources, this property references the object ID of the associated agent identity. @@ -14190,7 +14804,7 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for users to describe their interests. -Returned only on $select. +Requires $select to retrieve. [InvitedBy ]: directoryObject [IsLicenseReconciliationNeeded ]: Indicates whether the user is pending an exchange mailbox license assignment. Read-only. @@ -14199,7 +14813,8 @@ Returned only on $select. 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). @@ -14229,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 @@ -14372,10 +14988,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -14384,9 +15002,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. @@ -14883,16 +15530,16 @@ This URL should be treated as an opaque blob, and not parsed. 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. Read-only. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. It also indicates licenses that are directly assigned and the ones the user inherited through group memberships. Read-only. -Returned only on $select. +Requires $select to retrieve. [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. Read-Only. @@ -15018,7 +15665,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -15567,6 +16214,8 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -15660,7 +16309,7 @@ Read-only. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Notifications ]: [Id ]: The unique identifier for an entity. Read-only. @@ -15768,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. @@ -15816,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. @@ -16070,7 +16728,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for users to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [PendingAccessReviewInstances ]: Navigation property to get a list of access reviews pending approval by the reviewer. [Id ]: The unique identifier for an entity. Read-only. @@ -16090,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. @@ -16430,7 +17080,7 @@ Example: 'en-US', or 'es-ES'. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -16886,15 +17536,14 @@ Read-only. [WebUrl ]: Link to the institution or department homepage. [Program ]: educationalActivityDetail [(Any) ]: This indicates any property can be added to this object. - [Abbreviation ]: Shortened name of the degree or program (example: PhD, MBA) + [Abbreviation ]: Shortened name of the degree or program, for example, PhD and MBA. [Activities ]: Extracurricular activities undertaken alongside the program. [Awards ]: Any awards or honors associated with the program. [Description ]: Short description of the program provided by the user. [DisplayName ]: Long-form name of the program that the user provided. - [FieldsOfStudy ]: Majors and minors associated with the program. -(if applicable) - [Grade ]: The final grade, class, GPA, or score. - [Notes ]: More notes the user provided. + [FieldsOfStudy ]: Majors and minors associated with the program, if applicable. + [Grade ]: The final grade, class, grade point average (GPA), or score. + [Notes ]: More notes provided by the user. [WebUrl ]: Link to the degree or program page. [StartMonthYear ]: The month and year the user commenced the activity referenced. [Emails ]: Represents detailed information about email addresses associated with the user. @@ -17197,9 +17846,9 @@ Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they have attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: The scoped-role administrative unit memberships for this user. Read-only. Nullable. @@ -17266,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. @@ -17416,7 +18065,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Use revokeSignInSessions to reset. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -17463,6 +18112,48 @@ The language component follows two-letter codes as defined in ISO 639-1, and the For users with multigeo licenses, the property contains the user's region (if available). For users without multigeo licenses, the property contains the organization's region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China. + [Sections ]: The sections in the user's chat list. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the section was created. +Read-only. +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. + [DisplayIcon ]: sectionDisplayIcon + [(Any) ]: This indicates any property can be added to this object. + [ContentUrl ]: The URL to a custom icon image. +Applicable when iconType is custom. + [DisplayName ]: The human-readable name of the icon. + [IconType ]: The type of icon. +Use an emoji character such as 👍 for an emoji icon, or custom for a custom image icon. + [SkinTone ]: sectionIconSkinTone + [DisplayName ]: The display name of the section. +Required. +Maximum length is 50 characters. +Display names are case-sensitive and must be unique within a user's sections. +The following names are reserved for system-defined sections and can't be used when creating a user-defined section: RecentChats, QuickViews, TeamsAndChannels, MutedChats, MeetingChats, EngageCommunities. + [IsExpanded ]: Indicates whether the section is expanded in the user interface. +The default value is true. + [IsHierarchicalViewEnabled ]: Indicates whether the hierarchical view is enabled for the section. +Read-only. + [Items ]: The items (chats, channels, meetings, or communities) organized within the section. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the item was added to the section. +Read-only. +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. + [ItemType ]: sectionItemType + [LastModifiedDateTime ]: Date and time when the item was last modified. +Read-only. +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. + [LastModifiedDateTime ]: Date and time when the section was last modified. +Read-only. +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. + [SectionType ]: sectionType + [SortType ]: sectionSortType [Todo ]: todo [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -17475,6 +18166,12 @@ Read-only. Nullable. [IsOwner ]: True if the user is owner of the given task list. [IsShared ]: True if the task list is shared with other users + [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the task list. +Read-only. +Nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Value ]: The value of the property. [Tasks ]: The tasks in this task list. Read-only. Nullable. @@ -17538,9 +18235,6 @@ Read-only. [Recurrence ]: patternedRecurrence [ReminderDateTime ]: dateTimeTimeZone [SingleValueExtendedProperties ]: A collection of custom fields linked to the task. - [Id ]: The unique identifier for an entity. -Read-only. - [Value ]: The value of the property. [StartDateTime ]: dateTimeTimeZone [Status ]: taskStatus [Title ]: A brief description of the task. @@ -17592,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. @@ -17629,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. @@ -17651,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 ]: @@ -17704,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. @@ -17713,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. @@ -17816,11 +18514,11 @@ You can use it as a $filter argument to get groups that have members with licens Supports $filter (eq). [HideFromAddressLists ]: true if the group isn't displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: true if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [InfoCatalogs ]: Identifies the info segments assigned to the group. Returned by default. @@ -17844,7 +18542,7 @@ Read-only. To manage a group 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. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -17894,6 +18592,7 @@ Read-only. [OnPremisesDomainName ]: Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only. + [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [OnPremisesLastSyncDateTime ]: Indicates the last time at which the group was synced with the on-premises directory.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. Returned by default. @@ -17975,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). @@ -18011,12 +18710,12 @@ Immutable. Read-only. [UnseenConversationsCount ]: Count of conversations delivered one or more new posts since the signed-in user's last visit to the group. This property is the same as unseenCount. -Returned only on $select. +Requires $select to retrieve. [UnseenCount ]: Count of conversations that have received new posts since the signed-in user last visited the group. -This property is the same as unseenConversationsCount.Returned only on $select. +This property is the same as unseenConversationsCount.Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [UnseenMessagesCount ]: Count of new posts that have been delivered to the group's conversations since the signed-in user's last visit to the group. -Returned only on $select. +Requires $select to retrieve. [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. @@ -18027,7 +18726,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Requires $select to retrieve. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. 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 18660674a2d0d..6a9b93cadc46a 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: 02/20/2026 +ms.date: 07/10/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 @@ -81,7 +77,7 @@ $params = @{ "@odata.id" = "https://graph.microsoft.com/odata/groups('dc3d2ce5-7c5e-4dca-a0ef-2145bf6e53ef')" } -New-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroupByRef -MobilityManagementPolicyId $mobilityManagementPolicyId -BodyParameter $params +New-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroupByRef -MobileDeviceManagementPolicyId $mobileDeviceManagementPolicyId -BodyParameter $params ``` This example shows how to use the New-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroupByRef Cmdlet. @@ -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 1e96f72d0b378..6521245953e99 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: 02/20/2026 +ms.date: 07/10/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 45a932f72d96f..00f3ed347322e 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: 02/20/2026 +ms.date: 07/10/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 872753d15f90f..cdb58a722a9e2 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: 02/20/2026 +ms.date: 07/10/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 56dcc15d8e289..86265fc2e4c4d 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: 02/20/2026 +ms.date: 07/10/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 db3a97220db05..498f0391fbf57 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: 02/20/2026 +ms.date: 07/10/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 8517c52dfe11b..38e8ce79b90ec 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: 02/20/2026 +ms.date: 07/10/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 b0b04d154f3ef..5a94b93c4d874 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: 02/20/2026 +ms.date: 07/10/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 5e6d0695d310c..803cf5da36f5f 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: 02/20/2026 +ms.date: 07/10/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 df59c97045dd9..1bc0de5ccffd5 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: 02/20/2026 +ms.date: 07/10/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 b1042df65eb80..92998af332930 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: 02/20/2026 +ms.date: 07/10/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 631b00f0ce37c..451339d7b5cd2 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: 02/20/2026 +ms.date: 07/10/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 a5a63a30678ad..2a3009c6c6c35 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: 02/20/2026 +ms.date: 07/10/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 8539ea55f7531..359843498cd07 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: 02/20/2026 +ms.date: 07/10/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 84a6ea5ed4fe1..9e1c82766e798 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: 02/20/2026 +ms.date: 07/10/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 840601bfca856..049ed4d203580 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: 02/20/2026 +ms.date: 07/10/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 3c96bbda0462a..f56b1721536a5 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: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaRiskyAgent --- @@ -21,11 +21,12 @@ Create new navigation property to riskyAgents for identityProtection ``` New-MgBetaRiskyAgent [-ResponseHeadersVariable ] [-AdditionalProperties ] - [-AgentDisplayName ] [-Id ] [-IsDeleted] [-IsEnabled] [-IsProcessing] - [-RiskDetail ] [-RiskLastModifiedDateTime ] [-RiskLevel ] - [-RiskState ] [-Break] [-Headers ] [-HttpPipelineAppend ] + [-AgentDisplayName ] [-BlueprintId ] [-Id ] [-IdentityType ] + [-IsDeleted] [-IsEnabled] [-IsProcessing] [-RiskDetail ] + [-RiskLastModifiedDateTime ] [-RiskLevel ] [-RiskState ] [-Break] + [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -34,7 +35,7 @@ New-MgBetaRiskyAgent [-ResponseHeadersVariable ] [-AdditionalProperties New-MgBetaRiskyAgent -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -91,6 +92,28 @@ AcceptedValues: [] HelpMessage: '' ``` +### -BlueprintId + +The identifier of the blueprint associated with the agent. +Nullable. + +```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: '' +``` + ### -BodyParameter riskyAgent @@ -241,6 +264,27 @@ AcceptedValues: [] HelpMessage: '' ``` +### -IdentityType + +agentIdentityType + +```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: '' +``` + ### -IsDeleted Indicates whether the agent is deleted. @@ -534,6 +578,9 @@ BODYPARAMETER ``: riskyAgent Read-only. [AgentDisplayName ]: Name of the agent. Supports $filter (eq, startsWith). + [BlueprintId ]: The identifier of the blueprint associated with the agent. +Nullable. + [IdentityType ]: agentIdentityType [IsDeleted ]: Indicates whether the agent is deleted. [IsEnabled ]: Indicates whether the agent is enabled. [IsProcessing ]: Indicates whether an agent's risky state is processing in the backend. 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 58a6220c476d9..a36349e5fe029 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: 02/20/2026 +ms.date: 07/10/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 90929b10648a6..5289c1fbdc13c 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: 02/20/2026 +ms.date: 07/10/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 ea6420d4651d5..2422e05d082db 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: 02/20/2026 +ms.date: 07/10/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 8cf41bf9ee497..00aa0640a06bc 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: 02/20/2026 +ms.date: 07/10/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 0df3bcd600b04..77f13f155441a 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: 02/20/2026 +ms.date: 07/10/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 ea47ed949603f..d70a73caa163b 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: 02/20/2026 +ms.date: 07/10/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 4dd7fa24c48af..f3480da6e949b 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: 02/20/2026 +ms.date: 07/10/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 84207a31e8f5f..f229882aab779 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: 02/20/2026 +ms.date: 07/10/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 10a9e15468ae8..ed6d1464e7be0 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: 02/20/2026 +ms.date: 07/10/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 d0e2d8b1520dd..b15fc4bcdeea6 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: 02/20/2026 +ms.date: 07/10/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 b4a84a7a6ecf2..fe0b73cf1eb61 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: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaUserAuthenticationExternalAuthenticationMethod --- @@ -16,6 +16,9 @@ title: New-MgBetaUserAuthenticationExternalAuthenticationMethod Create a new externalAuthenticationMethod object. This API doesn't support self-service operations. +> [!NOTE] +> To view the v1.0 release of this cmdlet, view [New-MgUserAuthenticationExternalAuthenticationMethod](/powershell/module/Microsoft.Graph.Identity.SignIns/New-MgUserAuthenticationExternalAuthenticationMethod?view=graph-powershell-1.0) + ## SYNTAX ### CreateExpanded (Default) @@ -26,7 +29,7 @@ New-MgBetaUserAuthenticationExternalAuthenticationMethod -UserId [-CreatedDateTime ] [-DisplayName ] [-Id ] [-LastUsedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -36,7 +39,7 @@ New-MgBetaUserAuthenticationExternalAuthenticationMethod -UserId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -47,7 +50,7 @@ New-MgBetaUserAuthenticationExternalAuthenticationMethod -InputObject ] [-DisplayName ] [-Id ] [-LastUsedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -57,7 +60,7 @@ New-MgBetaUserAuthenticationExternalAuthenticationMethod -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -74,13 +77,14 @@ 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, | ## EXAMPLES +### Example 1: Code snippet -### EXAMPLE 1 +```powershell Import-Module Microsoft.Graph.Beta.Identity.SignIns @@ -92,6 +96,10 @@ $params = @{ New-MgBetaUserAuthenticationExternalAuthenticationMethod -UserId $userId -BodyParameter $params +``` +This example shows how to use the New-MgBetaUserAuthenticationExternalAuthenticationMethod Cmdlet. + + ## PARAMETERS ### -AdditionalProperties @@ -253,7 +261,7 @@ HelpMessage: '' ### -DisplayName -Custom name given to the registered external authentication method. +Custom name given to the registered external MFA. ```yaml Type: System.String @@ -614,7 +622,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. - [DisplayName ]: Custom name given to the registered external authentication method. + [DisplayName ]: Custom name given to the registered external MFA. INPUTOBJECT ``: Identity Parameter [ActivityBasedTimeoutPolicyId ]: The unique identifier of activityBasedTimeoutPolicy @@ -666,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 13c2ed0c3f8f5..066903896f31a 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: 02/20/2026 +ms.date: 07/10/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, | @@ -589,7 +585,7 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for users to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). @@ -883,22 +879,23 @@ Always null when the object hasn't been deleted. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -928,12 +925,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -1043,7 +1097,7 @@ Optional. [IncludeBasicClaimSet ]: Determines whether the basic claim set is included in tokens affected by this policy. If set to true, all claims in the basic claim set are emitted in tokens affected by the policy. By default the basic claim set isn't in the tokens unless they're explicitly configured in this policy. - [CreatedByAppId ]: The appId (called Application (client) ID on the Microsoft Entra admin center) of the application used to create the service principal. + [CreatedByAppId ]: The appId of the application that created this service principal. Set internally by Microsoft Entra ID. Read-only. [CreatedObjects ]: Directory objects created by this service principal. @@ -1175,7 +1229,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -1334,13 +1388,13 @@ May not begin with .. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [ApprovedClientApps ]: + [ApprovedClientApps ]: The collection of approved client apps that are associated with the RDS configuration. +Supports $expand. [Id ]: The unique identifier for an entity. Read-only. - [DisplayName ]: + [DisplayName ]: Display name for the client application. [IsRemoteDesktopProtocolEnabled ]: Determines if Microsoft Entra ID RDS authentication protocol for RDP is enabled. [TargetDeviceGroups ]: The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. -
]: The unique identifier for an entity. Read-only. [DisplayName ]: Display name for the target device group. @@ -1703,7 +1757,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. - [ExternalAuthenticationMethods ]: Represents the external methods registered to a user for authentication. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. Optional. @@ -1719,7 +1773,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. - [DisplayName ]: Custom name given to the registered external authentication method. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. @@ -1932,7 +1986,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -2185,7 +2239,7 @@ Read-only. The identifiers must be unique in the tenant. [Birthday ]: The birthday of the user. 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 Returned only on $select. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. Only one number can be set for this property. Read-only for users synced from on-premises directory. @@ -2795,6 +2849,49 @@ This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. Read only. + [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. +Nullable. + [Attachments ]: References to attached objects like files, tabs, meetings etc. + [Body ]: itemBody + [ChannelIdentity ]: channelIdentity + [ChatId ]: If the message was sent in a chat, represents the identity of the chat. + [CreatedDateTime ]: Timestamp of when the chat message was created. + [DeletedDateTime ]: Read only. +Timestamp at which the chat message was deleted, or null if not deleted. + [Etag ]: Read-only. +Version number of the chat message. + [EventDetail ]: eventMessageDetail + [From ]: chatMessageFromIdentitySet + [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. + [Importance ]: chatMessageImportance + [LastEditedDateTime ]: Read only. +Timestamp when edits to the chat message were made. +Triggers an 'Edited' flag in the Teams UI. +If no edits are made the value is null. + [LastModifiedDateTime ]: Read only. +Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. + [Locale ]: Locale of the chat message set by the client. +Always set to en-us. + [Mentions ]: List of entities mentioned in the chat message. +Supported entities are: user, bot, team, channel, chat, and tag. + [MessageHistory ]: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. + [MessageType ]: chatMessageType + [OnBehalfOf ]: chatMessageFromIdentitySet + [PolicyViolation ]: chatMessagePolicyViolation + [Reactions ]: Reactions for this chat message (for example, Like). + [Replies ]: Replies for a specified message. +Supports $expand for channel messages. + [ReplyToId ]: Read-only. +ID of the parent chat message or root chat message of the thread. +(Only applies to chat messages in channels, not chats.) + [Subject ]: The subject of the chat message, in plaintext. + [Summary ]: Summary text of the chat message that could be used for push notifications and summary views or fall back views. +Only applies to channel chat messages, not chat messages in a chat. + [WebUrl ]: Read-only. +Link to the message in Microsoft Teams. + [Id ]: The unique identifier for an entity. +Read-only. + [Recipient ]: identity [TenantId ]: The identifier of the tenant in which the chat was created. Read-only. [Topic ]: (Optional) Subject or topic for the chat. @@ -2830,21 +2927,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -2963,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 @@ -2988,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. @@ -3195,10 +3384,11 @@ 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. + [ContentCategory ]: contentCategory [CorrelationId ]: An identifier used to group multiple related content entries (for example, different parts of the same file upload, messages in a conversation). [CreatedDateTime ]: Required. Timestamp indicating when the original content was created (for example, file creation time, message sent time). @@ -3483,6 +3673,7 @@ To proactively opt in to the new behavior ahead of time, use the contentStream p Nullable. [File ]: file [(Any) ]: This indicates any property can be added to this object. + [ArchiveStatus ]: fileArchiveStatus [Hashes ]: hashes [(Any) ]: This indicates any property can be added to this object. [Crc32Hash ]: The CRC32 value of the file (if available). @@ -3493,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. @@ -3593,6 +3797,17 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(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. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity. @@ -4602,6 +4817,8 @@ 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 total count of items in the list. +Read-only. [Items ]: All items contained in the list. [List ]: listInfo [(Any) ]: This indicates any property can be added to this object. @@ -4698,6 +4915,24 @@ Required. [LearningProviderId ]: The registration ID of the provider. Required. [Status ]: courseStatus + [Storyline ]: User's storyline singleton container. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Followers ]: The users who are following this user. + [Id ]: The unique identifier for an entity. +Read-only. + [Follower ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Followings ]: The users that this user is following. + [Id ]: The unique identifier for an entity. +Read-only. + [Following ]: The Viva Engage identities. [EmployeeHireDate ]: The date and time when the user was hired or will start work if there is a future hire. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. @@ -4712,10 +4947,10 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. @@ -5188,7 +5423,9 @@ Read-write. [(Any) ]: This indicates any property can be added to this object. [ArchiveStatus ]: siteArchiveStatus [ArchivedBy ]: identitySet - [ArchivedDateTime ]: + [ArchivedDateTime ]: Time when the container was archived. +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. [DataLocationCode ]: The geographic region code for where this site collection resides. Only present for multi-geo tenants. Read-only. @@ -5211,7 +5448,7 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. 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. - Returned only on $select. + Requires $select to retrieve. Note: This property is specific to SharePoint Online. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. @@ -5234,6 +5471,27 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityGovernance ]: identityGovernanceUserSettings + [(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 ]: 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 + [(Any) ]: This indicates any property can be added to this object. + [Duration ]: The requestor's desired duration of access represented in ISO 8601 format for durations. +For example, PT3H refers to three hours. + If specified in a request, endDateTime shouldn't be present and the type property should be set to afterDuration. + [EndDateTime ]: Timestamp of 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. + [Type ]: expirationPatternType + [Recurrence ]: patternedRecurrence + [StartDateTime ]: 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. +In PIM, when the eligible or active assignment becomes active. [IdentityParentId ]: The object ID of the parent identity for agent users. Always null for regular user accounts. For agentUser resources, this property references the object ID of the associated agent identity. @@ -5330,7 +5588,7 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for users to describe their interests. -Returned only on $select. +Requires $select to retrieve. [InvitedBy ]: directoryObject [IsLicenseReconciliationNeeded ]: Indicates whether the user is pending an exchange mailbox license assignment. Read-only. @@ -5339,7 +5597,8 @@ Returned only on $select. 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). @@ -5353,24 +5612,24 @@ If this list is non-empty, then only users or groups listed here can post. [AccessType ]: groupAccessType [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are auto-subscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -5380,6 +5639,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -5538,11 +5798,11 @@ You can use it as a $filter argument to get groups that have members with licens Supports $filter (eq). [HideFromAddressLists ]: true if the group isn't displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: true if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [InfoCatalogs ]: Identifies the info segments assigned to the group. Returned by default. @@ -5566,7 +5826,7 @@ Read-only. To manage a group 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. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -5616,6 +5876,7 @@ Read-only. [OnPremisesDomainName ]: Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only. + [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [OnPremisesLastSyncDateTime ]: Indicates the last time at which the group was synced with the on-premises directory.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. Returned by default. @@ -5799,10 +6060,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -5811,9 +6074,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. @@ -5977,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). @@ -6025,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 @@ -6422,12 +6715,12 @@ Immutable. Read-only. [UnseenConversationsCount ]: Count of conversations delivered one or more new posts since the signed-in user's last visit to the group. This property is the same as unseenCount. -Returned only on $select. +Requires $select to retrieve. [UnseenCount ]: Count of conversations that have received new posts since the signed-in user last visited the group. -This property is the same as unseenConversationsCount.Returned only on $select. +This property is the same as unseenConversationsCount.Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [UnseenMessagesCount ]: Count of new posts that have been delivered to the group's conversations since the signed-in user's last visit to the group. -Returned only on $select. +Requires $select to retrieve. [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. @@ -6438,7 +6731,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Requires $select to retrieve. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -6455,16 +6751,16 @@ Nullable. 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. Read-only. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. It also indicates licenses that are directly assigned and the ones the user inherited through group memberships. Read-only. -Returned only on $select. +Requires $select to retrieve. [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. Read-Only. @@ -6590,7 +6886,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -7139,6 +7435,8 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -7232,7 +7530,7 @@ Read-only. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Notifications ]: [Id ]: The unique identifier for an entity. Read-only. @@ -7327,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. @@ -7375,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. @@ -7629,7 +7936,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for users to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [PendingAccessReviewInstances ]: Navigation property to get a list of access reviews pending approval by the reviewer. [Id ]: The unique identifier for an entity. Read-only. @@ -7649,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. @@ -7989,7 +8288,7 @@ Example: 'en-US', or 'es-ES'. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -8445,15 +8744,14 @@ Read-only. [WebUrl ]: Link to the institution or department homepage. [Program ]: educationalActivityDetail [(Any) ]: This indicates any property can be added to this object. - [Abbreviation ]: Shortened name of the degree or program (example: PhD, MBA) + [Abbreviation ]: Shortened name of the degree or program, for example, PhD and MBA. [Activities ]: Extracurricular activities undertaken alongside the program. [Awards ]: Any awards or honors associated with the program. [Description ]: Short description of the program provided by the user. [DisplayName ]: Long-form name of the program that the user provided. - [FieldsOfStudy ]: Majors and minors associated with the program. -(if applicable) - [Grade ]: The final grade, class, GPA, or score. - [Notes ]: More notes the user provided. + [FieldsOfStudy ]: Majors and minors associated with the program, if applicable. + [Grade ]: The final grade, class, grade point average (GPA), or score. + [Notes ]: More notes provided by the user. [WebUrl ]: Link to the degree or program page. [StartMonthYear ]: The month and year the user commenced the activity referenced. [Emails ]: Represents detailed information about email addresses associated with the user. @@ -8756,9 +9054,9 @@ Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they have attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: The scoped-role administrative unit memberships for this user. Read-only. Nullable. @@ -8822,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. @@ -8972,7 +9270,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Use revokeSignInSessions to reset. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -9019,6 +9317,48 @@ The language component follows two-letter codes as defined in ISO 639-1, and the For users with multigeo licenses, the property contains the user's region (if available). For users without multigeo licenses, the property contains the organization's region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China. + [Sections ]: The sections in the user's chat list. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the section was created. +Read-only. +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. + [DisplayIcon ]: sectionDisplayIcon + [(Any) ]: This indicates any property can be added to this object. + [ContentUrl ]: The URL to a custom icon image. +Applicable when iconType is custom. + [DisplayName ]: The human-readable name of the icon. + [IconType ]: The type of icon. +Use an emoji character such as 👍 for an emoji icon, or custom for a custom image icon. + [SkinTone ]: sectionIconSkinTone + [DisplayName ]: The display name of the section. +Required. +Maximum length is 50 characters. +Display names are case-sensitive and must be unique within a user's sections. +The following names are reserved for system-defined sections and can't be used when creating a user-defined section: RecentChats, QuickViews, TeamsAndChannels, MutedChats, MeetingChats, EngageCommunities. + [IsExpanded ]: Indicates whether the section is expanded in the user interface. +The default value is true. + [IsHierarchicalViewEnabled ]: Indicates whether the hierarchical view is enabled for the section. +Read-only. + [Items ]: The items (chats, channels, meetings, or communities) organized within the section. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the item was added to the section. +Read-only. +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. + [ItemType ]: sectionItemType + [LastModifiedDateTime ]: Date and time when the item was last modified. +Read-only. +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. + [LastModifiedDateTime ]: Date and time when the section was last modified. +Read-only. +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. + [SectionType ]: sectionType + [SortType ]: sectionSortType [Todo ]: todo [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -9031,6 +9371,12 @@ Read-only. Nullable. [IsOwner ]: True if the user is owner of the given task list. [IsShared ]: True if the task list is shared with other users + [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the task list. +Read-only. +Nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Value ]: The value of the property. [Tasks ]: The tasks in this task list. Read-only. Nullable. @@ -9094,9 +9440,6 @@ Read-only. [Recurrence ]: patternedRecurrence [ReminderDateTime ]: dateTimeTimeZone [SingleValueExtendedProperties ]: A collection of custom fields linked to the task. - [Id ]: The unique identifier for an entity. -Read-only. - [Value ]: The value of the property. [StartDateTime ]: dateTimeTimeZone [Status ]: taskStatus [Title ]: A brief description of the task. @@ -9148,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. @@ -9185,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. @@ -9207,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 ]: @@ -9260,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. @@ -9269,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. @@ -9314,7 +9661,7 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for users to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). @@ -9608,22 +9955,23 @@ Always null when the object hasn't been deleted. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -9653,12 +10001,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -9768,7 +10173,7 @@ Optional. [IncludeBasicClaimSet ]: Determines whether the basic claim set is included in tokens affected by this policy. If set to true, all claims in the basic claim set are emitted in tokens affected by the policy. By default the basic claim set isn't in the tokens unless they're explicitly configured in this policy. - [CreatedByAppId ]: The appId (called Application (client) ID on the Microsoft Entra admin center) of the application used to create the service principal. + [CreatedByAppId ]: The appId of the application that created this service principal. Set internally by Microsoft Entra ID. Read-only. [CreatedObjects ]: Directory objects created by this service principal. @@ -9900,7 +10305,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -10059,13 +10464,13 @@ May not begin with .. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [ApprovedClientApps ]: + [ApprovedClientApps ]: The collection of approved client apps that are associated with the RDS configuration. +Supports $expand. [Id ]: The unique identifier for an entity. Read-only. - [DisplayName ]: + [DisplayName ]: Display name for the client application. [IsRemoteDesktopProtocolEnabled ]: Determines if Microsoft Entra ID RDS authentication protocol for RDP is enabled. [TargetDeviceGroups ]: The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. -
]: The unique identifier for an entity. Read-only. [DisplayName ]: Display name for the target device group. @@ -10428,7 +10833,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. - [ExternalAuthenticationMethods ]: Represents the external methods registered to a user for authentication. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. Optional. @@ -10444,7 +10849,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. - [DisplayName ]: Custom name given to the registered external authentication method. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. @@ -10672,7 +11077,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -10925,7 +11330,7 @@ Read-only. The identifiers must be unique in the tenant. [Birthday ]: The birthday of the user. 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 Returned only on $select. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. Only one number can be set for this property. Read-only for users synced from on-premises directory. @@ -11535,6 +11940,49 @@ This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. Read only. + [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. +Nullable. + [Attachments ]: References to attached objects like files, tabs, meetings etc. + [Body ]: itemBody + [ChannelIdentity ]: channelIdentity + [ChatId ]: If the message was sent in a chat, represents the identity of the chat. + [CreatedDateTime ]: Timestamp of when the chat message was created. + [DeletedDateTime ]: Read only. +Timestamp at which the chat message was deleted, or null if not deleted. + [Etag ]: Read-only. +Version number of the chat message. + [EventDetail ]: eventMessageDetail + [From ]: chatMessageFromIdentitySet + [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. + [Importance ]: chatMessageImportance + [LastEditedDateTime ]: Read only. +Timestamp when edits to the chat message were made. +Triggers an 'Edited' flag in the Teams UI. +If no edits are made the value is null. + [LastModifiedDateTime ]: Read only. +Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. + [Locale ]: Locale of the chat message set by the client. +Always set to en-us. + [Mentions ]: List of entities mentioned in the chat message. +Supported entities are: user, bot, team, channel, chat, and tag. + [MessageHistory ]: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. + [MessageType ]: chatMessageType + [OnBehalfOf ]: chatMessageFromIdentitySet + [PolicyViolation ]: chatMessagePolicyViolation + [Reactions ]: Reactions for this chat message (for example, Like). + [Replies ]: Replies for a specified message. +Supports $expand for channel messages. + [ReplyToId ]: Read-only. +ID of the parent chat message or root chat message of the thread. +(Only applies to chat messages in channels, not chats.) + [Subject ]: The subject of the chat message, in plaintext. + [Summary ]: Summary text of the chat message that could be used for push notifications and summary views or fall back views. +Only applies to channel chat messages, not chat messages in a chat. + [WebUrl ]: Read-only. +Link to the message in Microsoft Teams. + [Id ]: The unique identifier for an entity. +Read-only. + [Recipient ]: identity [TenantId ]: The identifier of the tenant in which the chat was created. Read-only. [Topic ]: (Optional) Subject or topic for the chat. @@ -11570,21 +12018,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -11703,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 @@ -11728,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. @@ -11935,10 +12475,11 @@ 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. + [ContentCategory ]: contentCategory [CorrelationId ]: An identifier used to group multiple related content entries (for example, different parts of the same file upload, messages in a conversation). [CreatedDateTime ]: Required. Timestamp indicating when the original content was created (for example, file creation time, message sent time). @@ -12223,6 +12764,7 @@ To proactively opt in to the new behavior ahead of time, use the contentStream p Nullable. [File ]: file [(Any) ]: This indicates any property can be added to this object. + [ArchiveStatus ]: fileArchiveStatus [Hashes ]: hashes [(Any) ]: This indicates any property can be added to this object. [Crc32Hash ]: The CRC32 value of the file (if available). @@ -12233,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. @@ -12333,6 +12888,17 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(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. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity. @@ -13342,6 +13908,8 @@ 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 total count of items in the list. +Read-only. [Items ]: All items contained in the list. [List ]: listInfo [(Any) ]: This indicates any property can be added to this object. @@ -13438,6 +14006,24 @@ Required. [LearningProviderId ]: The registration ID of the provider. Required. [Status ]: courseStatus + [Storyline ]: User's storyline singleton container. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Followers ]: The users who are following this user. + [Id ]: The unique identifier for an entity. +Read-only. + [Follower ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Followings ]: The users that this user is following. + [Id ]: The unique identifier for an entity. +Read-only. + [Following ]: The Viva Engage identities. [EmployeeHireDate ]: The date and time when the user was hired or will start work if there is a future hire. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. @@ -13452,10 +14038,10 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. @@ -13928,7 +14514,9 @@ Read-write. [(Any) ]: This indicates any property can be added to this object. [ArchiveStatus ]: siteArchiveStatus [ArchivedBy ]: identitySet - [ArchivedDateTime ]: + [ArchivedDateTime ]: Time when the container was archived. +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. [DataLocationCode ]: The geographic region code for where this site collection resides. Only present for multi-geo tenants. Read-only. @@ -13951,7 +14539,7 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. 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. - Returned only on $select. + Requires $select to retrieve. Note: This property is specific to SharePoint Online. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. @@ -13974,6 +14562,27 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityGovernance ]: identityGovernanceUserSettings + [(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 ]: 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 + [(Any) ]: This indicates any property can be added to this object. + [Duration ]: The requestor's desired duration of access represented in ISO 8601 format for durations. +For example, PT3H refers to three hours. + If specified in a request, endDateTime shouldn't be present and the type property should be set to afterDuration. + [EndDateTime ]: Timestamp of 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. + [Type ]: expirationPatternType + [Recurrence ]: patternedRecurrence + [StartDateTime ]: 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. +In PIM, when the eligible or active assignment becomes active. [IdentityParentId ]: The object ID of the parent identity for agent users. Always null for regular user accounts. For agentUser resources, this property references the object ID of the associated agent identity. @@ -14070,7 +14679,7 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for users to describe their interests. -Returned only on $select. +Requires $select to retrieve. [InvitedBy ]: directoryObject [IsLicenseReconciliationNeeded ]: Indicates whether the user is pending an exchange mailbox license assignment. Read-only. @@ -14079,7 +14688,8 @@ Returned only on $select. 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). @@ -14093,24 +14703,24 @@ If this list is non-empty, then only users or groups listed here can post. [AccessType ]: groupAccessType [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are auto-subscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -14120,6 +14730,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -14278,11 +14889,11 @@ You can use it as a $filter argument to get groups that have members with licens Supports $filter (eq). [HideFromAddressLists ]: true if the group isn't displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: true if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [InfoCatalogs ]: Identifies the info segments assigned to the group. Returned by default. @@ -14306,7 +14917,7 @@ Read-only. To manage a group 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. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -14356,6 +14967,7 @@ Read-only. [OnPremisesDomainName ]: Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only. + [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [OnPremisesLastSyncDateTime ]: Indicates the last time at which the group was synced with the on-premises directory.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. Returned by default. @@ -14539,10 +15151,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -14551,9 +15165,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. @@ -14717,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). @@ -14765,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 @@ -15162,12 +15806,12 @@ Immutable. Read-only. [UnseenConversationsCount ]: Count of conversations delivered one or more new posts since the signed-in user's last visit to the group. This property is the same as unseenCount. -Returned only on $select. +Requires $select to retrieve. [UnseenCount ]: Count of conversations that have received new posts since the signed-in user last visited the group. -This property is the same as unseenConversationsCount.Returned only on $select. +This property is the same as unseenConversationsCount.Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [UnseenMessagesCount ]: Count of new posts that have been delivered to the group's conversations since the signed-in user's last visit to the group. -Returned only on $select. +Requires $select to retrieve. [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. @@ -15178,7 +15822,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Requires $select to retrieve. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -15195,16 +15842,16 @@ Nullable. 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. Read-only. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. It also indicates licenses that are directly assigned and the ones the user inherited through group memberships. Read-only. -Returned only on $select. +Requires $select to retrieve. [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. Read-Only. @@ -15330,7 +15977,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -15879,6 +16526,8 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -15972,7 +16621,7 @@ Read-only. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Notifications ]: [Id ]: The unique identifier for an entity. Read-only. @@ -16067,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. @@ -16115,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. @@ -16369,7 +17027,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for users to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [PendingAccessReviewInstances ]: Navigation property to get a list of access reviews pending approval by the reviewer. [Id ]: The unique identifier for an entity. Read-only. @@ -16389,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. @@ -16729,7 +17379,7 @@ Example: 'en-US', or 'es-ES'. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -17185,15 +17835,14 @@ Read-only. [WebUrl ]: Link to the institution or department homepage. [Program ]: educationalActivityDetail [(Any) ]: This indicates any property can be added to this object. - [Abbreviation ]: Shortened name of the degree or program (example: PhD, MBA) + [Abbreviation ]: Shortened name of the degree or program, for example, PhD and MBA. [Activities ]: Extracurricular activities undertaken alongside the program. [Awards ]: Any awards or honors associated with the program. [Description ]: Short description of the program provided by the user. [DisplayName ]: Long-form name of the program that the user provided. - [FieldsOfStudy ]: Majors and minors associated with the program. -(if applicable) - [Grade ]: The final grade, class, GPA, or score. - [Notes ]: More notes the user provided. + [FieldsOfStudy ]: Majors and minors associated with the program, if applicable. + [Grade ]: The final grade, class, grade point average (GPA), or score. + [Notes ]: More notes provided by the user. [WebUrl ]: Link to the degree or program page. [StartMonthYear ]: The month and year the user commenced the activity referenced. [Emails ]: Represents detailed information about email addresses associated with the user. @@ -17496,9 +18145,9 @@ Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they have attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: The scoped-role administrative unit memberships for this user. Read-only. Nullable. @@ -17562,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. @@ -17712,7 +18361,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Use revokeSignInSessions to reset. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -17759,6 +18408,48 @@ The language component follows two-letter codes as defined in ISO 639-1, and the For users with multigeo licenses, the property contains the user's region (if available). For users without multigeo licenses, the property contains the organization's region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China. + [Sections ]: The sections in the user's chat list. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the section was created. +Read-only. +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. + [DisplayIcon ]: sectionDisplayIcon + [(Any) ]: This indicates any property can be added to this object. + [ContentUrl ]: The URL to a custom icon image. +Applicable when iconType is custom. + [DisplayName ]: The human-readable name of the icon. + [IconType ]: The type of icon. +Use an emoji character such as 👍 for an emoji icon, or custom for a custom image icon. + [SkinTone ]: sectionIconSkinTone + [DisplayName ]: The display name of the section. +Required. +Maximum length is 50 characters. +Display names are case-sensitive and must be unique within a user's sections. +The following names are reserved for system-defined sections and can't be used when creating a user-defined section: RecentChats, QuickViews, TeamsAndChannels, MutedChats, MeetingChats, EngageCommunities. + [IsExpanded ]: Indicates whether the section is expanded in the user interface. +The default value is true. + [IsHierarchicalViewEnabled ]: Indicates whether the hierarchical view is enabled for the section. +Read-only. + [Items ]: The items (chats, channels, meetings, or communities) organized within the section. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the item was added to the section. +Read-only. +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. + [ItemType ]: sectionItemType + [LastModifiedDateTime ]: Date and time when the item was last modified. +Read-only. +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. + [LastModifiedDateTime ]: Date and time when the section was last modified. +Read-only. +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. + [SectionType ]: sectionType + [SortType ]: sectionSortType [Todo ]: todo [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -17771,6 +18462,12 @@ Read-only. Nullable. [IsOwner ]: True if the user is owner of the given task list. [IsShared ]: True if the task list is shared with other users + [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the task list. +Read-only. +Nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Value ]: The value of the property. [Tasks ]: The tasks in this task list. Read-only. Nullable. @@ -17834,9 +18531,6 @@ Read-only. [Recurrence ]: patternedRecurrence [ReminderDateTime ]: dateTimeTimeZone [SingleValueExtendedProperties ]: A collection of custom fields linked to the task. - [Id ]: The unique identifier for an entity. -Read-only. - [Value ]: The value of the property. [StartDateTime ]: dateTimeTimeZone [Status ]: taskStatus [Title ]: A brief description of the task. @@ -17888,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. @@ -17925,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. @@ -17947,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 ]: @@ -18000,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. @@ -18009,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. @@ -18091,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 53cfe73016ef8..1cfda22676c52 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: 02/20/2026 +ms.date: 07/10/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 @@ -848,7 +844,7 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for users to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). @@ -1142,22 +1138,23 @@ Always null when the object hasn't been deleted. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -1187,12 +1184,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -1302,7 +1356,7 @@ Optional. [IncludeBasicClaimSet ]: Determines whether the basic claim set is included in tokens affected by this policy. If set to true, all claims in the basic claim set are emitted in tokens affected by the policy. By default the basic claim set isn't in the tokens unless they're explicitly configured in this policy. - [CreatedByAppId ]: The appId (called Application (client) ID on the Microsoft Entra admin center) of the application used to create the service principal. + [CreatedByAppId ]: The appId of the application that created this service principal. Set internally by Microsoft Entra ID. Read-only. [CreatedObjects ]: Directory objects created by this service principal. @@ -1434,7 +1488,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -1593,13 +1647,13 @@ May not begin with .. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [ApprovedClientApps ]: + [ApprovedClientApps ]: The collection of approved client apps that are associated with the RDS configuration. +Supports $expand. [Id ]: The unique identifier for an entity. Read-only. - [DisplayName ]: + [DisplayName ]: Display name for the client application. [IsRemoteDesktopProtocolEnabled ]: Determines if Microsoft Entra ID RDS authentication protocol for RDP is enabled. [TargetDeviceGroups ]: The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. -
]: The unique identifier for an entity. Read-only. [DisplayName ]: Display name for the target device group. @@ -1962,7 +2016,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. - [ExternalAuthenticationMethods ]: Represents the external methods registered to a user for authentication. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. Optional. @@ -1978,7 +2032,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. - [DisplayName ]: Custom name given to the registered external authentication method. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. @@ -2231,7 +2285,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -2484,7 +2538,7 @@ Read-only. The identifiers must be unique in the tenant. [Birthday ]: The birthday of the user. 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 Returned only on $select. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. Only one number can be set for this property. Read-only for users synced from on-premises directory. @@ -3094,6 +3148,49 @@ This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. Read only. + [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. +Nullable. + [Attachments ]: References to attached objects like files, tabs, meetings etc. + [Body ]: itemBody + [ChannelIdentity ]: channelIdentity + [ChatId ]: If the message was sent in a chat, represents the identity of the chat. + [CreatedDateTime ]: Timestamp of when the chat message was created. + [DeletedDateTime ]: Read only. +Timestamp at which the chat message was deleted, or null if not deleted. + [Etag ]: Read-only. +Version number of the chat message. + [EventDetail ]: eventMessageDetail + [From ]: chatMessageFromIdentitySet + [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. + [Importance ]: chatMessageImportance + [LastEditedDateTime ]: Read only. +Timestamp when edits to the chat message were made. +Triggers an 'Edited' flag in the Teams UI. +If no edits are made the value is null. + [LastModifiedDateTime ]: Read only. +Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. + [Locale ]: Locale of the chat message set by the client. +Always set to en-us. + [Mentions ]: List of entities mentioned in the chat message. +Supported entities are: user, bot, team, channel, chat, and tag. + [MessageHistory ]: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. + [MessageType ]: chatMessageType + [OnBehalfOf ]: chatMessageFromIdentitySet + [PolicyViolation ]: chatMessagePolicyViolation + [Reactions ]: Reactions for this chat message (for example, Like). + [Replies ]: Replies for a specified message. +Supports $expand for channel messages. + [ReplyToId ]: Read-only. +ID of the parent chat message or root chat message of the thread. +(Only applies to chat messages in channels, not chats.) + [Subject ]: The subject of the chat message, in plaintext. + [Summary ]: Summary text of the chat message that could be used for push notifications and summary views or fall back views. +Only applies to channel chat messages, not chat messages in a chat. + [WebUrl ]: Read-only. +Link to the message in Microsoft Teams. + [Id ]: The unique identifier for an entity. +Read-only. + [Recipient ]: identity [TenantId ]: The identifier of the tenant in which the chat was created. Read-only. [Topic ]: (Optional) Subject or topic for the chat. @@ -3129,21 +3226,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -3262,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 @@ -3287,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. @@ -3494,10 +3683,11 @@ 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. + [ContentCategory ]: contentCategory [CorrelationId ]: An identifier used to group multiple related content entries (for example, different parts of the same file upload, messages in a conversation). [CreatedDateTime ]: Required. Timestamp indicating when the original content was created (for example, file creation time, message sent time). @@ -3782,6 +3972,7 @@ To proactively opt in to the new behavior ahead of time, use the contentStream p Nullable. [File ]: file [(Any) ]: This indicates any property can be added to this object. + [ArchiveStatus ]: fileArchiveStatus [Hashes ]: hashes [(Any) ]: This indicates any property can be added to this object. [Crc32Hash ]: The CRC32 value of the file (if available). @@ -3792,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. @@ -3892,6 +4096,17 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(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. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity. @@ -4901,6 +5116,8 @@ 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 total count of items in the list. +Read-only. [Items ]: All items contained in the list. [List ]: listInfo [(Any) ]: This indicates any property can be added to this object. @@ -4997,6 +5214,24 @@ Required. [LearningProviderId ]: The registration ID of the provider. Required. [Status ]: courseStatus + [Storyline ]: User's storyline singleton container. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Followers ]: The users who are following this user. + [Id ]: The unique identifier for an entity. +Read-only. + [Follower ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Followings ]: The users that this user is following. + [Id ]: The unique identifier for an entity. +Read-only. + [Following ]: The Viva Engage identities. [EmployeeHireDate ]: The date and time when the user was hired or will start work if there is a future hire. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. @@ -5011,10 +5246,10 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. @@ -5487,7 +5722,9 @@ Read-write. [(Any) ]: This indicates any property can be added to this object. [ArchiveStatus ]: siteArchiveStatus [ArchivedBy ]: identitySet - [ArchivedDateTime ]: + [ArchivedDateTime ]: Time when the container was archived. +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. [DataLocationCode ]: The geographic region code for where this site collection resides. Only present for multi-geo tenants. Read-only. @@ -5510,7 +5747,7 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. 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. - Returned only on $select. + Requires $select to retrieve. Note: This property is specific to SharePoint Online. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. @@ -5533,6 +5770,27 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityGovernance ]: identityGovernanceUserSettings + [(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 ]: 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 + [(Any) ]: This indicates any property can be added to this object. + [Duration ]: The requestor's desired duration of access represented in ISO 8601 format for durations. +For example, PT3H refers to three hours. + If specified in a request, endDateTime shouldn't be present and the type property should be set to afterDuration. + [EndDateTime ]: Timestamp of 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. + [Type ]: expirationPatternType + [Recurrence ]: patternedRecurrence + [StartDateTime ]: 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. +In PIM, when the eligible or active assignment becomes active. [IdentityParentId ]: The object ID of the parent identity for agent users. Always null for regular user accounts. For agentUser resources, this property references the object ID of the associated agent identity. @@ -5629,7 +5887,7 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for users to describe their interests. -Returned only on $select. +Requires $select to retrieve. [InvitedBy ]: directoryObject [IsLicenseReconciliationNeeded ]: Indicates whether the user is pending an exchange mailbox license assignment. Read-only. @@ -5638,7 +5896,8 @@ Returned only on $select. 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). @@ -5652,24 +5911,24 @@ If this list is non-empty, then only users or groups listed here can post. [AccessType ]: groupAccessType [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are auto-subscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -5679,6 +5938,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -5837,11 +6097,11 @@ You can use it as a $filter argument to get groups that have members with licens Supports $filter (eq). [HideFromAddressLists ]: true if the group isn't displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: true if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [InfoCatalogs ]: Identifies the info segments assigned to the group. Returned by default. @@ -5865,7 +6125,7 @@ Read-only. To manage a group 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. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -5915,6 +6175,7 @@ Read-only. [OnPremisesDomainName ]: Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only. + [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [OnPremisesLastSyncDateTime ]: Indicates the last time at which the group was synced with the on-premises directory.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. Returned by default. @@ -6098,10 +6359,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -6110,9 +6373,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. @@ -6276,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). @@ -6324,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 @@ -6721,12 +7014,12 @@ Immutable. Read-only. [UnseenConversationsCount ]: Count of conversations delivered one or more new posts since the signed-in user's last visit to the group. This property is the same as unseenCount. -Returned only on $select. +Requires $select to retrieve. [UnseenCount ]: Count of conversations that have received new posts since the signed-in user last visited the group. -This property is the same as unseenConversationsCount.Returned only on $select. +This property is the same as unseenConversationsCount.Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [UnseenMessagesCount ]: Count of new posts that have been delivered to the group's conversations since the signed-in user's last visit to the group. -Returned only on $select. +Requires $select to retrieve. [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. @@ -6737,7 +7030,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Requires $select to retrieve. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -6754,16 +7050,16 @@ Nullable. 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. Read-only. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. It also indicates licenses that are directly assigned and the ones the user inherited through group memberships. Read-only. -Returned only on $select. +Requires $select to retrieve. [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. Read-Only. @@ -6889,7 +7185,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -7438,6 +7734,8 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -7531,7 +7829,7 @@ Read-only. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Notifications ]: [Id ]: The unique identifier for an entity. Read-only. @@ -7626,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. @@ -7674,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. @@ -7928,7 +8235,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for users to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [PendingAccessReviewInstances ]: Navigation property to get a list of access reviews pending approval by the reviewer. [Id ]: The unique identifier for an entity. Read-only. @@ -7948,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. @@ -8288,7 +8587,7 @@ Example: 'en-US', or 'es-ES'. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -8744,15 +9043,14 @@ Read-only. [WebUrl ]: Link to the institution or department homepage. [Program ]: educationalActivityDetail [(Any) ]: This indicates any property can be added to this object. - [Abbreviation ]: Shortened name of the degree or program (example: PhD, MBA) + [Abbreviation ]: Shortened name of the degree or program, for example, PhD and MBA. [Activities ]: Extracurricular activities undertaken alongside the program. [Awards ]: Any awards or honors associated with the program. [Description ]: Short description of the program provided by the user. [DisplayName ]: Long-form name of the program that the user provided. - [FieldsOfStudy ]: Majors and minors associated with the program. -(if applicable) - [Grade ]: The final grade, class, GPA, or score. - [Notes ]: More notes the user provided. + [FieldsOfStudy ]: Majors and minors associated with the program, if applicable. + [Grade ]: The final grade, class, grade point average (GPA), or score. + [Notes ]: More notes provided by the user. [WebUrl ]: Link to the degree or program page. [StartMonthYear ]: The month and year the user commenced the activity referenced. [Emails ]: Represents detailed information about email addresses associated with the user. @@ -9055,9 +9353,9 @@ Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they have attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: The scoped-role administrative unit memberships for this user. Read-only. Nullable. @@ -9121,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. @@ -9271,7 +9569,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Use revokeSignInSessions to reset. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -9318,6 +9616,48 @@ The language component follows two-letter codes as defined in ISO 639-1, and the For users with multigeo licenses, the property contains the user's region (if available). For users without multigeo licenses, the property contains the organization's region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China. + [Sections ]: The sections in the user's chat list. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the section was created. +Read-only. +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. + [DisplayIcon ]: sectionDisplayIcon + [(Any) ]: This indicates any property can be added to this object. + [ContentUrl ]: The URL to a custom icon image. +Applicable when iconType is custom. + [DisplayName ]: The human-readable name of the icon. + [IconType ]: The type of icon. +Use an emoji character such as 👍 for an emoji icon, or custom for a custom image icon. + [SkinTone ]: sectionIconSkinTone + [DisplayName ]: The display name of the section. +Required. +Maximum length is 50 characters. +Display names are case-sensitive and must be unique within a user's sections. +The following names are reserved for system-defined sections and can't be used when creating a user-defined section: RecentChats, QuickViews, TeamsAndChannels, MutedChats, MeetingChats, EngageCommunities. + [IsExpanded ]: Indicates whether the section is expanded in the user interface. +The default value is true. + [IsHierarchicalViewEnabled ]: Indicates whether the hierarchical view is enabled for the section. +Read-only. + [Items ]: The items (chats, channels, meetings, or communities) organized within the section. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the item was added to the section. +Read-only. +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. + [ItemType ]: sectionItemType + [LastModifiedDateTime ]: Date and time when the item was last modified. +Read-only. +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. + [LastModifiedDateTime ]: Date and time when the section was last modified. +Read-only. +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. + [SectionType ]: sectionType + [SortType ]: sectionSortType [Todo ]: todo [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -9330,6 +9670,12 @@ Read-only. Nullable. [IsOwner ]: True if the user is owner of the given task list. [IsShared ]: True if the task list is shared with other users + [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the task list. +Read-only. +Nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Value ]: The value of the property. [Tasks ]: The tasks in this task list. Read-only. Nullable. @@ -9393,9 +9739,6 @@ Read-only. [Recurrence ]: patternedRecurrence [ReminderDateTime ]: dateTimeTimeZone [SingleValueExtendedProperties ]: A collection of custom fields linked to the task. - [Id ]: The unique identifier for an entity. -Read-only. - [Value ]: The value of the property. [StartDateTime ]: dateTimeTimeZone [Status ]: taskStatus [Title ]: A brief description of the task. @@ -9447,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. @@ -9484,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. @@ -9506,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 ]: @@ -9559,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. @@ -9568,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. @@ -9594,7 +9941,7 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for users to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). @@ -9888,22 +10235,23 @@ Always null when the object hasn't been deleted. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -9933,12 +10281,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -10048,7 +10453,7 @@ Optional. [IncludeBasicClaimSet ]: Determines whether the basic claim set is included in tokens affected by this policy. If set to true, all claims in the basic claim set are emitted in tokens affected by the policy. By default the basic claim set isn't in the tokens unless they're explicitly configured in this policy. - [CreatedByAppId ]: The appId (called Application (client) ID on the Microsoft Entra admin center) of the application used to create the service principal. + [CreatedByAppId ]: The appId of the application that created this service principal. Set internally by Microsoft Entra ID. Read-only. [CreatedObjects ]: Directory objects created by this service principal. @@ -10180,7 +10585,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -10339,13 +10744,13 @@ May not begin with .. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [ApprovedClientApps ]: + [ApprovedClientApps ]: The collection of approved client apps that are associated with the RDS configuration. +Supports $expand. [Id ]: The unique identifier for an entity. Read-only. - [DisplayName ]: + [DisplayName ]: Display name for the client application. [IsRemoteDesktopProtocolEnabled ]: Determines if Microsoft Entra ID RDS authentication protocol for RDP is enabled. [TargetDeviceGroups ]: The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. -
]: The unique identifier for an entity. Read-only. [DisplayName ]: Display name for the target device group. @@ -10708,7 +11113,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. - [ExternalAuthenticationMethods ]: Represents the external methods registered to a user for authentication. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. Optional. @@ -10724,7 +11129,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. - [DisplayName ]: Custom name given to the registered external authentication method. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. @@ -10952,7 +11357,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -11205,7 +11610,7 @@ Read-only. The identifiers must be unique in the tenant. [Birthday ]: The birthday of the user. 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 Returned only on $select. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. Only one number can be set for this property. Read-only for users synced from on-premises directory. @@ -11815,6 +12220,49 @@ This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. Read only. + [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. +Nullable. + [Attachments ]: References to attached objects like files, tabs, meetings etc. + [Body ]: itemBody + [ChannelIdentity ]: channelIdentity + [ChatId ]: If the message was sent in a chat, represents the identity of the chat. + [CreatedDateTime ]: Timestamp of when the chat message was created. + [DeletedDateTime ]: Read only. +Timestamp at which the chat message was deleted, or null if not deleted. + [Etag ]: Read-only. +Version number of the chat message. + [EventDetail ]: eventMessageDetail + [From ]: chatMessageFromIdentitySet + [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. + [Importance ]: chatMessageImportance + [LastEditedDateTime ]: Read only. +Timestamp when edits to the chat message were made. +Triggers an 'Edited' flag in the Teams UI. +If no edits are made the value is null. + [LastModifiedDateTime ]: Read only. +Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. + [Locale ]: Locale of the chat message set by the client. +Always set to en-us. + [Mentions ]: List of entities mentioned in the chat message. +Supported entities are: user, bot, team, channel, chat, and tag. + [MessageHistory ]: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. + [MessageType ]: chatMessageType + [OnBehalfOf ]: chatMessageFromIdentitySet + [PolicyViolation ]: chatMessagePolicyViolation + [Reactions ]: Reactions for this chat message (for example, Like). + [Replies ]: Replies for a specified message. +Supports $expand for channel messages. + [ReplyToId ]: Read-only. +ID of the parent chat message or root chat message of the thread. +(Only applies to chat messages in channels, not chats.) + [Subject ]: The subject of the chat message, in plaintext. + [Summary ]: Summary text of the chat message that could be used for push notifications and summary views or fall back views. +Only applies to channel chat messages, not chat messages in a chat. + [WebUrl ]: Read-only. +Link to the message in Microsoft Teams. + [Id ]: The unique identifier for an entity. +Read-only. + [Recipient ]: identity [TenantId ]: The identifier of the tenant in which the chat was created. Read-only. [Topic ]: (Optional) Subject or topic for the chat. @@ -11850,21 +12298,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -11983,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 @@ -12008,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. @@ -12215,10 +12755,11 @@ 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. + [ContentCategory ]: contentCategory [CorrelationId ]: An identifier used to group multiple related content entries (for example, different parts of the same file upload, messages in a conversation). [CreatedDateTime ]: Required. Timestamp indicating when the original content was created (for example, file creation time, message sent time). @@ -12503,6 +13044,7 @@ To proactively opt in to the new behavior ahead of time, use the contentStream p Nullable. [File ]: file [(Any) ]: This indicates any property can be added to this object. + [ArchiveStatus ]: fileArchiveStatus [Hashes ]: hashes [(Any) ]: This indicates any property can be added to this object. [Crc32Hash ]: The CRC32 value of the file (if available). @@ -12513,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. @@ -12613,6 +13168,17 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(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. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity. @@ -13622,6 +14188,8 @@ 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 total count of items in the list. +Read-only. [Items ]: All items contained in the list. [List ]: listInfo [(Any) ]: This indicates any property can be added to this object. @@ -13718,6 +14286,24 @@ Required. [LearningProviderId ]: The registration ID of the provider. Required. [Status ]: courseStatus + [Storyline ]: User's storyline singleton container. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Followers ]: The users who are following this user. + [Id ]: The unique identifier for an entity. +Read-only. + [Follower ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Followings ]: The users that this user is following. + [Id ]: The unique identifier for an entity. +Read-only. + [Following ]: The Viva Engage identities. [EmployeeHireDate ]: The date and time when the user was hired or will start work if there is a future hire. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. @@ -13732,10 +14318,10 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. @@ -14208,7 +14794,9 @@ Read-write. [(Any) ]: This indicates any property can be added to this object. [ArchiveStatus ]: siteArchiveStatus [ArchivedBy ]: identitySet - [ArchivedDateTime ]: + [ArchivedDateTime ]: Time when the container was archived. +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. [DataLocationCode ]: The geographic region code for where this site collection resides. Only present for multi-geo tenants. Read-only. @@ -14231,7 +14819,7 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. 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. - Returned only on $select. + Requires $select to retrieve. Note: This property is specific to SharePoint Online. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. @@ -14254,6 +14842,27 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityGovernance ]: identityGovernanceUserSettings + [(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 ]: 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 + [(Any) ]: This indicates any property can be added to this object. + [Duration ]: The requestor's desired duration of access represented in ISO 8601 format for durations. +For example, PT3H refers to three hours. + If specified in a request, endDateTime shouldn't be present and the type property should be set to afterDuration. + [EndDateTime ]: Timestamp of 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. + [Type ]: expirationPatternType + [Recurrence ]: patternedRecurrence + [StartDateTime ]: 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. +In PIM, when the eligible or active assignment becomes active. [IdentityParentId ]: The object ID of the parent identity for agent users. Always null for regular user accounts. For agentUser resources, this property references the object ID of the associated agent identity. @@ -14350,7 +14959,7 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for users to describe their interests. -Returned only on $select. +Requires $select to retrieve. [InvitedBy ]: directoryObject [IsLicenseReconciliationNeeded ]: Indicates whether the user is pending an exchange mailbox license assignment. Read-only. @@ -14359,7 +14968,8 @@ Returned only on $select. 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). @@ -14373,24 +14983,24 @@ If this list is non-empty, then only users or groups listed here can post. [AccessType ]: groupAccessType [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are auto-subscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -14400,6 +15010,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -14558,11 +15169,11 @@ You can use it as a $filter argument to get groups that have members with licens Supports $filter (eq). [HideFromAddressLists ]: true if the group isn't displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: true if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [InfoCatalogs ]: Identifies the info segments assigned to the group. Returned by default. @@ -14586,7 +15197,7 @@ Read-only. To manage a group 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. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -14636,6 +15247,7 @@ Read-only. [OnPremisesDomainName ]: Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only. + [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [OnPremisesLastSyncDateTime ]: Indicates the last time at which the group was synced with the on-premises directory.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. Returned by default. @@ -14819,10 +15431,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -14831,9 +15445,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. @@ -14997,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). @@ -15045,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 @@ -15442,12 +16086,12 @@ Immutable. Read-only. [UnseenConversationsCount ]: Count of conversations delivered one or more new posts since the signed-in user's last visit to the group. This property is the same as unseenCount. -Returned only on $select. +Requires $select to retrieve. [UnseenCount ]: Count of conversations that have received new posts since the signed-in user last visited the group. -This property is the same as unseenConversationsCount.Returned only on $select. +This property is the same as unseenConversationsCount.Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [UnseenMessagesCount ]: Count of new posts that have been delivered to the group's conversations since the signed-in user's last visit to the group. -Returned only on $select. +Requires $select to retrieve. [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. @@ -15458,7 +16102,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Requires $select to retrieve. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -15475,16 +16122,16 @@ Nullable. 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. Read-only. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. It also indicates licenses that are directly assigned and the ones the user inherited through group memberships. Read-only. -Returned only on $select. +Requires $select to retrieve. [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. Read-Only. @@ -15610,7 +16257,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -16159,6 +16806,8 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -16252,7 +16901,7 @@ Read-only. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Notifications ]: [Id ]: The unique identifier for an entity. Read-only. @@ -16347,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. @@ -16395,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. @@ -16649,7 +17307,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for users to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [PendingAccessReviewInstances ]: Navigation property to get a list of access reviews pending approval by the reviewer. [Id ]: The unique identifier for an entity. Read-only. @@ -16669,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. @@ -17009,7 +17659,7 @@ Example: 'en-US', or 'es-ES'. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -17465,15 +18115,14 @@ Read-only. [WebUrl ]: Link to the institution or department homepage. [Program ]: educationalActivityDetail [(Any) ]: This indicates any property can be added to this object. - [Abbreviation ]: Shortened name of the degree or program (example: PhD, MBA) + [Abbreviation ]: Shortened name of the degree or program, for example, PhD and MBA. [Activities ]: Extracurricular activities undertaken alongside the program. [Awards ]: Any awards or honors associated with the program. [Description ]: Short description of the program provided by the user. [DisplayName ]: Long-form name of the program that the user provided. - [FieldsOfStudy ]: Majors and minors associated with the program. -(if applicable) - [Grade ]: The final grade, class, GPA, or score. - [Notes ]: More notes the user provided. + [FieldsOfStudy ]: Majors and minors associated with the program, if applicable. + [Grade ]: The final grade, class, grade point average (GPA), or score. + [Notes ]: More notes provided by the user. [WebUrl ]: Link to the degree or program page. [StartMonthYear ]: The month and year the user commenced the activity referenced. [Emails ]: Represents detailed information about email addresses associated with the user. @@ -17776,9 +18425,9 @@ Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they have attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: The scoped-role administrative unit memberships for this user. Read-only. Nullable. @@ -17842,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. @@ -17992,7 +18641,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Use revokeSignInSessions to reset. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -18039,6 +18688,48 @@ The language component follows two-letter codes as defined in ISO 639-1, and the For users with multigeo licenses, the property contains the user's region (if available). For users without multigeo licenses, the property contains the organization's region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China. + [Sections ]: The sections in the user's chat list. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the section was created. +Read-only. +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. + [DisplayIcon ]: sectionDisplayIcon + [(Any) ]: This indicates any property can be added to this object. + [ContentUrl ]: The URL to a custom icon image. +Applicable when iconType is custom. + [DisplayName ]: The human-readable name of the icon. + [IconType ]: The type of icon. +Use an emoji character such as 👍 for an emoji icon, or custom for a custom image icon. + [SkinTone ]: sectionIconSkinTone + [DisplayName ]: The display name of the section. +Required. +Maximum length is 50 characters. +Display names are case-sensitive and must be unique within a user's sections. +The following names are reserved for system-defined sections and can't be used when creating a user-defined section: RecentChats, QuickViews, TeamsAndChannels, MutedChats, MeetingChats, EngageCommunities. + [IsExpanded ]: Indicates whether the section is expanded in the user interface. +The default value is true. + [IsHierarchicalViewEnabled ]: Indicates whether the hierarchical view is enabled for the section. +Read-only. + [Items ]: The items (chats, channels, meetings, or communities) organized within the section. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the item was added to the section. +Read-only. +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. + [ItemType ]: sectionItemType + [LastModifiedDateTime ]: Date and time when the item was last modified. +Read-only. +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. + [LastModifiedDateTime ]: Date and time when the section was last modified. +Read-only. +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. + [SectionType ]: sectionType + [SortType ]: sectionSortType [Todo ]: todo [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -18051,6 +18742,12 @@ Read-only. Nullable. [IsOwner ]: True if the user is owner of the given task list. [IsShared ]: True if the task list is shared with other users + [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the task list. +Read-only. +Nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Value ]: The value of the property. [Tasks ]: The tasks in this task list. Read-only. Nullable. @@ -18114,9 +18811,6 @@ Read-only. [Recurrence ]: patternedRecurrence [ReminderDateTime ]: dateTimeTimeZone [SingleValueExtendedProperties ]: A collection of custom fields linked to the task. - [Id ]: The unique identifier for an entity. -Read-only. - [Value ]: The value of the property. [StartDateTime ]: dateTimeTimeZone [Status ]: taskStatus [Title ]: A brief description of the task. @@ -18168,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. @@ -18205,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. @@ -18227,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 ]: @@ -18280,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. @@ -18289,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. @@ -18333,7 +19031,7 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for users to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). @@ -18627,22 +19325,23 @@ Always null when the object hasn't been deleted. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -18672,12 +19371,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -18787,7 +19543,7 @@ Optional. [IncludeBasicClaimSet ]: Determines whether the basic claim set is included in tokens affected by this policy. If set to true, all claims in the basic claim set are emitted in tokens affected by the policy. By default the basic claim set isn't in the tokens unless they're explicitly configured in this policy. - [CreatedByAppId ]: The appId (called Application (client) ID on the Microsoft Entra admin center) of the application used to create the service principal. + [CreatedByAppId ]: The appId of the application that created this service principal. Set internally by Microsoft Entra ID. Read-only. [CreatedObjects ]: Directory objects created by this service principal. @@ -18919,7 +19675,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -19078,13 +19834,13 @@ May not begin with .. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [ApprovedClientApps ]: + [ApprovedClientApps ]: The collection of approved client apps that are associated with the RDS configuration. +Supports $expand. [Id ]: The unique identifier for an entity. Read-only. - [DisplayName ]: + [DisplayName ]: Display name for the client application. [IsRemoteDesktopProtocolEnabled ]: Determines if Microsoft Entra ID RDS authentication protocol for RDP is enabled. [TargetDeviceGroups ]: The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. -
]: The unique identifier for an entity. Read-only. [DisplayName ]: Display name for the target device group. @@ -19447,7 +20203,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. - [ExternalAuthenticationMethods ]: Represents the external methods registered to a user for authentication. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. Optional. @@ -19463,7 +20219,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. - [DisplayName ]: Custom name given to the registered external authentication method. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. @@ -19691,7 +20447,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -19944,7 +20700,7 @@ Read-only. The identifiers must be unique in the tenant. [Birthday ]: The birthday of the user. 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 Returned only on $select. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. Only one number can be set for this property. Read-only for users synced from on-premises directory. @@ -20554,6 +21310,49 @@ This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. Read only. + [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. +Nullable. + [Attachments ]: References to attached objects like files, tabs, meetings etc. + [Body ]: itemBody + [ChannelIdentity ]: channelIdentity + [ChatId ]: If the message was sent in a chat, represents the identity of the chat. + [CreatedDateTime ]: Timestamp of when the chat message was created. + [DeletedDateTime ]: Read only. +Timestamp at which the chat message was deleted, or null if not deleted. + [Etag ]: Read-only. +Version number of the chat message. + [EventDetail ]: eventMessageDetail + [From ]: chatMessageFromIdentitySet + [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. + [Importance ]: chatMessageImportance + [LastEditedDateTime ]: Read only. +Timestamp when edits to the chat message were made. +Triggers an 'Edited' flag in the Teams UI. +If no edits are made the value is null. + [LastModifiedDateTime ]: Read only. +Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. + [Locale ]: Locale of the chat message set by the client. +Always set to en-us. + [Mentions ]: List of entities mentioned in the chat message. +Supported entities are: user, bot, team, channel, chat, and tag. + [MessageHistory ]: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. + [MessageType ]: chatMessageType + [OnBehalfOf ]: chatMessageFromIdentitySet + [PolicyViolation ]: chatMessagePolicyViolation + [Reactions ]: Reactions for this chat message (for example, Like). + [Replies ]: Replies for a specified message. +Supports $expand for channel messages. + [ReplyToId ]: Read-only. +ID of the parent chat message or root chat message of the thread. +(Only applies to chat messages in channels, not chats.) + [Subject ]: The subject of the chat message, in plaintext. + [Summary ]: Summary text of the chat message that could be used for push notifications and summary views or fall back views. +Only applies to channel chat messages, not chat messages in a chat. + [WebUrl ]: Read-only. +Link to the message in Microsoft Teams. + [Id ]: The unique identifier for an entity. +Read-only. + [Recipient ]: identity [TenantId ]: The identifier of the tenant in which the chat was created. Read-only. [Topic ]: (Optional) Subject or topic for the chat. @@ -20589,21 +21388,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -20722,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 @@ -20747,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. @@ -20954,10 +21845,11 @@ 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. + [ContentCategory ]: contentCategory [CorrelationId ]: An identifier used to group multiple related content entries (for example, different parts of the same file upload, messages in a conversation). [CreatedDateTime ]: Required. Timestamp indicating when the original content was created (for example, file creation time, message sent time). @@ -21242,6 +22134,7 @@ To proactively opt in to the new behavior ahead of time, use the contentStream p Nullable. [File ]: file [(Any) ]: This indicates any property can be added to this object. + [ArchiveStatus ]: fileArchiveStatus [Hashes ]: hashes [(Any) ]: This indicates any property can be added to this object. [Crc32Hash ]: The CRC32 value of the file (if available). @@ -21252,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. @@ -21352,6 +22258,17 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(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. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity. @@ -22361,6 +23278,8 @@ 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 total count of items in the list. +Read-only. [Items ]: All items contained in the list. [List ]: listInfo [(Any) ]: This indicates any property can be added to this object. @@ -22457,6 +23376,24 @@ Required. [LearningProviderId ]: The registration ID of the provider. Required. [Status ]: courseStatus + [Storyline ]: User's storyline singleton container. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Followers ]: The users who are following this user. + [Id ]: The unique identifier for an entity. +Read-only. + [Follower ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Followings ]: The users that this user is following. + [Id ]: The unique identifier for an entity. +Read-only. + [Following ]: The Viva Engage identities. [EmployeeHireDate ]: The date and time when the user was hired or will start work if there is a future hire. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. @@ -22471,10 +23408,10 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. @@ -22947,7 +23884,9 @@ Read-write. [(Any) ]: This indicates any property can be added to this object. [ArchiveStatus ]: siteArchiveStatus [ArchivedBy ]: identitySet - [ArchivedDateTime ]: + [ArchivedDateTime ]: Time when the container was archived. +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. [DataLocationCode ]: The geographic region code for where this site collection resides. Only present for multi-geo tenants. Read-only. @@ -22970,7 +23909,7 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. 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. - Returned only on $select. + Requires $select to retrieve. Note: This property is specific to SharePoint Online. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. @@ -22993,6 +23932,27 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityGovernance ]: identityGovernanceUserSettings + [(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 ]: 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 + [(Any) ]: This indicates any property can be added to this object. + [Duration ]: The requestor's desired duration of access represented in ISO 8601 format for durations. +For example, PT3H refers to three hours. + If specified in a request, endDateTime shouldn't be present and the type property should be set to afterDuration. + [EndDateTime ]: Timestamp of 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. + [Type ]: expirationPatternType + [Recurrence ]: patternedRecurrence + [StartDateTime ]: 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. +In PIM, when the eligible or active assignment becomes active. [IdentityParentId ]: The object ID of the parent identity for agent users. Always null for regular user accounts. For agentUser resources, this property references the object ID of the associated agent identity. @@ -23089,7 +24049,7 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for users to describe their interests. -Returned only on $select. +Requires $select to retrieve. [InvitedBy ]: directoryObject [IsLicenseReconciliationNeeded ]: Indicates whether the user is pending an exchange mailbox license assignment. Read-only. @@ -23098,7 +24058,8 @@ Returned only on $select. 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). @@ -23112,24 +24073,24 @@ If this list is non-empty, then only users or groups listed here can post. [AccessType ]: groupAccessType [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are auto-subscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -23139,6 +24100,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -23297,11 +24259,11 @@ You can use it as a $filter argument to get groups that have members with licens Supports $filter (eq). [HideFromAddressLists ]: true if the group isn't displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: true if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [InfoCatalogs ]: Identifies the info segments assigned to the group. Returned by default. @@ -23325,7 +24287,7 @@ Read-only. To manage a group 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. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -23375,6 +24337,7 @@ Read-only. [OnPremisesDomainName ]: Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only. + [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [OnPremisesLastSyncDateTime ]: Indicates the last time at which the group was synced with the on-premises directory.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. Returned by default. @@ -23558,10 +24521,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -23570,9 +24535,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. @@ -23736,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). @@ -23784,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 @@ -24181,12 +25176,12 @@ Immutable. Read-only. [UnseenConversationsCount ]: Count of conversations delivered one or more new posts since the signed-in user's last visit to the group. This property is the same as unseenCount. -Returned only on $select. +Requires $select to retrieve. [UnseenCount ]: Count of conversations that have received new posts since the signed-in user last visited the group. -This property is the same as unseenConversationsCount.Returned only on $select. +This property is the same as unseenConversationsCount.Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [UnseenMessagesCount ]: Count of new posts that have been delivered to the group's conversations since the signed-in user's last visit to the group. -Returned only on $select. +Requires $select to retrieve. [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. @@ -24197,7 +25192,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Requires $select to retrieve. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -24214,16 +25212,16 @@ Nullable. 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. Read-only. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. It also indicates licenses that are directly assigned and the ones the user inherited through group memberships. Read-only. -Returned only on $select. +Requires $select to retrieve. [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. Read-Only. @@ -24349,7 +25347,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -24898,6 +25896,8 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -24991,7 +25991,7 @@ Read-only. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Notifications ]: [Id ]: The unique identifier for an entity. Read-only. @@ -25086,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. @@ -25134,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. @@ -25388,7 +26397,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for users to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [PendingAccessReviewInstances ]: Navigation property to get a list of access reviews pending approval by the reviewer. [Id ]: The unique identifier for an entity. Read-only. @@ -25408,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. @@ -25748,7 +26749,7 @@ Example: 'en-US', or 'es-ES'. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -26204,15 +27205,14 @@ Read-only. [WebUrl ]: Link to the institution or department homepage. [Program ]: educationalActivityDetail [(Any) ]: This indicates any property can be added to this object. - [Abbreviation ]: Shortened name of the degree or program (example: PhD, MBA) + [Abbreviation ]: Shortened name of the degree or program, for example, PhD and MBA. [Activities ]: Extracurricular activities undertaken alongside the program. [Awards ]: Any awards or honors associated with the program. [Description ]: Short description of the program provided by the user. [DisplayName ]: Long-form name of the program that the user provided. - [FieldsOfStudy ]: Majors and minors associated with the program. -(if applicable) - [Grade ]: The final grade, class, GPA, or score. - [Notes ]: More notes the user provided. + [FieldsOfStudy ]: Majors and minors associated with the program, if applicable. + [Grade ]: The final grade, class, grade point average (GPA), or score. + [Notes ]: More notes provided by the user. [WebUrl ]: Link to the degree or program page. [StartMonthYear ]: The month and year the user commenced the activity referenced. [Emails ]: Represents detailed information about email addresses associated with the user. @@ -26515,9 +27515,9 @@ Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they have attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: The scoped-role administrative unit memberships for this user. Read-only. Nullable. @@ -26581,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. @@ -26731,7 +27731,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Use revokeSignInSessions to reset. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -26778,6 +27778,48 @@ The language component follows two-letter codes as defined in ISO 639-1, and the For users with multigeo licenses, the property contains the user's region (if available). For users without multigeo licenses, the property contains the organization's region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China. + [Sections ]: The sections in the user's chat list. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the section was created. +Read-only. +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. + [DisplayIcon ]: sectionDisplayIcon + [(Any) ]: This indicates any property can be added to this object. + [ContentUrl ]: The URL to a custom icon image. +Applicable when iconType is custom. + [DisplayName ]: The human-readable name of the icon. + [IconType ]: The type of icon. +Use an emoji character such as 👍 for an emoji icon, or custom for a custom image icon. + [SkinTone ]: sectionIconSkinTone + [DisplayName ]: The display name of the section. +Required. +Maximum length is 50 characters. +Display names are case-sensitive and must be unique within a user's sections. +The following names are reserved for system-defined sections and can't be used when creating a user-defined section: RecentChats, QuickViews, TeamsAndChannels, MutedChats, MeetingChats, EngageCommunities. + [IsExpanded ]: Indicates whether the section is expanded in the user interface. +The default value is true. + [IsHierarchicalViewEnabled ]: Indicates whether the hierarchical view is enabled for the section. +Read-only. + [Items ]: The items (chats, channels, meetings, or communities) organized within the section. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the item was added to the section. +Read-only. +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. + [ItemType ]: sectionItemType + [LastModifiedDateTime ]: Date and time when the item was last modified. +Read-only. +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. + [LastModifiedDateTime ]: Date and time when the section was last modified. +Read-only. +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. + [SectionType ]: sectionType + [SortType ]: sectionSortType [Todo ]: todo [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -26790,6 +27832,12 @@ Read-only. Nullable. [IsOwner ]: True if the user is owner of the given task list. [IsShared ]: True if the task list is shared with other users + [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the task list. +Read-only. +Nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Value ]: The value of the property. [Tasks ]: The tasks in this task list. Read-only. Nullable. @@ -26853,9 +27901,6 @@ Read-only. [Recurrence ]: patternedRecurrence [ReminderDateTime ]: dateTimeTimeZone [SingleValueExtendedProperties ]: A collection of custom fields linked to the task. - [Id ]: The unique identifier for an entity. -Read-only. - [Value ]: The value of the property. [StartDateTime ]: dateTimeTimeZone [Status ]: taskStatus [Title ]: A brief description of the task. @@ -26907,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. @@ -26944,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. @@ -26966,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 ]: @@ -27019,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. @@ -27028,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. @@ -27110,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 fa91db514d47f..680c9a3c6aee5 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: 02/20/2026 +ms.date: 07/10/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 3720701fbc426..865a381dc72c3 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: 02/20/2026 +ms.date: 07/10/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 c3893284b1d6d..e1ff75270f4ce 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: 02/20/2026 +ms.date: 07/10/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 b93ac5175ed0d..0dc713fece3c2 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: 02/20/2026 +ms.date: 07/10/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 e69cf28b2589c..0d002536d1c03 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: 02/20/2026 +ms.date: 07/10/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 57dec0e523b7f..c69a759c1951a 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: 02/20/2026 +ms.date: 07/10/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 29fa32454f14d..e3170acbaffb2 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: 02/20/2026 +ms.date: 07/10/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 a1d1ef3623371..210e489ed8fda 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: 02/20/2026 +ms.date: 07/10/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 16a9492108890..6eaf254ab2403 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: 02/20/2026 +ms.date: 07/10/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 68e82489cbee5..5bb5b30da6444 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: 02/20/2026 +ms.date: 07/10/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 1961c09e1be1b..e2478f17d775b 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: 02/20/2026 +ms.date: 07/10/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 b9e38b28b9fef..5a667b8a2053a 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: 02/20/2026 +ms.date: 07/10/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 c90b91217b3b6..2144d92f908ab 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: 02/20/2026 +ms.date: 07/10/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 f94de1a97d71f..73da84ca18112 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: 02/20/2026 +ms.date: 07/10/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 6af174e1ff94d..1b30ad664706f 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: 02/20/2026 +ms.date: 07/10/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 cd242246b476d..175c4f3f69945 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: 02/20/2026 +ms.date: 07/10/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 f68350b0da6a8..ed5aec31ed8db 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: 02/20/2026 +ms.date: 07/10/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 baefed7dc61d4..30ee20b95bcc1 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: 02/20/2026 +ms.date: 07/10/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 e3f86cfab931e..e099c3a4de42e 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: 02/20/2026 +ms.date: 07/10/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 9510a921f16a1..29c51c4c28636 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: 02/20/2026 +ms.date: 07/10/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 d59c496343521..afbe2c5383632 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: 02/20/2026 +ms.date: 07/10/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 8906a9e316fad..389c6655f6a5f 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: 02/20/2026 +ms.date: 07/10/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 c8faaa50d7bc4..b1de47db4dab5 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: 02/20/2026 +ms.date: 07/10/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 c3050ff609241..cc04ea1b4c569 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: 02/20/2026 +ms.date: 07/10/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 92cd2d0470c69..d0b1602be9716 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: 02/20/2026 +ms.date: 07/10/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 85479abf92dcd..b6eab7b07ec99 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: 02/20/2026 +ms.date: 07/10/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 74ef3aecceece..1c85469eb7a2a 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: 02/20/2026 +ms.date: 07/10/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 e20efcc72b198..57768732bb207 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: 02/20/2026 +ms.date: 07/10/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 54ace7498ce97..d6a8ef1839d37 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: 02/20/2026 +ms.date: 07/10/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 fcdbb4af90fec..39306b988023a 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: 02/20/2026 +ms.date: 07/10/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 f65e32f1d7e5c..2f7c0effe50a2 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: 02/20/2026 +ms.date: 07/10/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 334bd2518b87c..c98796f45845d 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: 02/20/2026 +ms.date: 07/10/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 b2a413caf5a8b..461768908e3e8 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: 02/20/2026 +ms.date: 07/10/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 edb785f9e4cdd..7e426f99388b0 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: 02/20/2026 +ms.date: 07/10/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 80602d0c60656..cbe1a04e3f78f 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: 02/20/2026 +ms.date: 07/10/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 73ab9e97b4c2a..ddc8508bba609 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: 02/20/2026 +ms.date: 07/10/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 da06e7147303a..62061681f4b5b 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: 02/20/2026 +ms.date: 07/10/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 c306d457dac4b..76a192ace373c 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: 02/20/2026 +ms.date: 07/10/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 fcb09ac8d7642..d9bfbcfd847ae 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: 02/20/2026 +ms.date: 07/10/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 2bac1c0c08207..b9ac15accfe1e 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: 02/20/2026 +ms.date: 07/10/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 b739f7f3a256d..11a62ce43c395 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: 02/20/2026 +ms.date: 07/10/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 3414aa69f6929..598f844ba61e5 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: 02/20/2026 +ms.date: 07/10/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 c488909d19ada..ddbb1f494432f 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: 02/20/2026 +ms.date: 07/10/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 151ad688fa613..9e3253a39402c 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: 02/20/2026 +ms.date: 07/10/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 2c34f187a4f36..4a33af719617e 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: 02/20/2026 +ms.date: 07/10/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 46ef554b5ee94..37c07e25f3597 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: 02/20/2026 +ms.date: 07/10/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 7082bfe1a5d1f..ca4c45e2233e6 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: 02/20/2026 +ms.date: 07/10/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 6c7063381c09f..299b58abbd901 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: 02/20/2026 +ms.date: 07/10/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 fb67b4359a858..108883a4f9827 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: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityConditionalAccessDeletedItem --- @@ -15,6 +15,9 @@ title: Remove-MgBetaIdentityConditionalAccessDeletedItem Delete navigation property deletedItems for identity +> [!NOTE] +> To view the v1.0 release of this cmdlet, view [Remove-MgIdentityConditionalAccessDeletedItem](/powershell/module/Microsoft.Graph.Identity.SignIns/Remove-MgIdentityConditionalAccessDeletedItem?view=graph-powershell-1.0) + ## SYNTAX ### Delete (Default) @@ -24,7 +27,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 c956aabf4917a..e2a732d0beac0 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: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityConditionalAccessDeletedItemNamedLocation --- @@ -15,6 +15,9 @@ title: Remove-MgBetaIdentityConditionalAccessDeletedItemNamedLocation Permanently delete a policyDeletableItem object, which might be one of the following deleted policy types:\r- crossTenantAccessPolicyConfigurationPartner\r- crossTenantIdentitySyncPolicyPartner\r- conditionalAccessPolicy\r- namedLocation +> [!NOTE] +> To view the v1.0 release of this cmdlet, view [Remove-MgIdentityConditionalAccessDeletedItemNamedLocation](/powershell/module/Microsoft.Graph.Identity.SignIns/Remove-MgIdentityConditionalAccessDeletedItemNamedLocation?view=graph-powershell-1.0) + ## SYNTAX ### Delete (Default) @@ -24,7 +27,6 @@ Remove-MgBetaIdentityConditionalAccessDeletedItemNamedLocation -NamedLocationId [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +37,6 @@ Remove-MgBetaIdentityConditionalAccessDeletedItemNamedLocation [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -47,6 +48,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 +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 @@ -499,6 +514,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 89254ec10e51d..94240576ab95c 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: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityConditionalAccessDeletedItemPolicy --- @@ -15,6 +15,9 @@ title: Remove-MgBetaIdentityConditionalAccessDeletedItemPolicy Permanently delete a policyDeletableItem object, which might be one of the following deleted policy types:\r- crossTenantAccessPolicyConfigurationPartner\r- crossTenantIdentitySyncPolicyPartner\r- conditionalAccessPolicy\r- namedLocation +> [!NOTE] +> To view the v1.0 release of this cmdlet, view [Remove-MgIdentityConditionalAccessDeletedItemPolicy](/powershell/module/Microsoft.Graph.Identity.SignIns/Remove-MgIdentityConditionalAccessDeletedItemPolicy?view=graph-powershell-1.0) + ## SYNTAX ### Delete (Default) @@ -24,7 +27,6 @@ Remove-MgBetaIdentityConditionalAccessDeletedItemPolicy -ConditionalAccessPolicy [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +36,6 @@ Remove-MgBetaIdentityConditionalAccessDeletedItemPolicy -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -46,6 +47,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 +440,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [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 +513,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 0b4fbe9fb3165..a89abf7ba5a15 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: 02/20/2026 +ms.date: 07/10/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 180f477f851e3..774c851f6e264 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: 02/20/2026 +ms.date: 07/10/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 f14b010e9832c..d4d0e59f36633 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: 02/20/2026 +ms.date: 07/10/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 1e0714e36ab7b..fbd05dbbb52e9 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: 02/20/2026 +ms.date: 07/10/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 436df983ded0b..c5d0c0358bb12 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: 02/20/2026 +ms.date: 07/10/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 c5b1a9c9f9457..4bbd1e432d850 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: 02/20/2026 +ms.date: 07/10/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 3c6b3fa057875..1943faba611c3 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: 02/20/2026 +ms.date: 07/10/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 @@ -49,14 +47,6 @@ This cmdlet has the following aliases, Delete navigation property fraudProtectionProviders for identity -**Permissions** - -| Permission type | Permissions (from least to most privileged) | -| --------------- | ------------------------------------------ | -| Delegated (work or school account) | RiskPreventionProviders.ReadWrite.All, | -| Delegated (personal Microsoft account) | Not supported | -| Application | RiskPreventionProviders.ReadWrite.All, | - ## PARAMETERS ### -Break @@ -437,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 76b331cba82d9..0648caf079efe 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: 02/20/2026 +ms.date: 07/10/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,13 +49,18 @@ This cmdlet has the following aliases, Delete a webApplicationFirewallProvider object. -**Permissions** +## 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. -| Permission type | Permissions (from least to most privileged) | -| --------------- | ------------------------------------------ | -| Delegated (work or school account) | RiskPreventionProviders.ReadWrite.All, | -| Delegated (personal Microsoft account) | Not supported | -| Application | RiskPreventionProviders.ReadWrite.All, | ## PARAMETERS @@ -439,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 @@ -511,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 490d5480289aa..f00f91c660630 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: 02/20/2026 +ms.date: 07/10/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,13 +49,18 @@ This cmdlet has the following aliases, Delete a webApplicationFirewallVerificationModel object. -**Permissions** +## 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. -| Permission type | Permissions (from least to most privileged) | -| --------------- | ------------------------------------------ | -| Delegated (work or school account) | RiskPreventionProviders.ReadWrite.All, | -| Delegated (personal Microsoft account) | Not supported | -| Application | RiskPreventionProviders.ReadWrite.All, | ## PARAMETERS @@ -439,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 @@ -511,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 fbaa31ebc00a3..6262edda0262b 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: 02/20/2026 +ms.date: 07/10/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 8a498a3d93496..b3506abee848b 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: 02/20/2026 +ms.date: 07/10/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 d821b8271fe41..0ff5f7cb9ec21 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: 02/20/2026 +ms.date: 07/10/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 6752328150cad..533c05cb483df 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: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityVerifiedId --- @@ -15,6 +15,9 @@ title: Remove-MgBetaIdentityVerifiedId Delete navigation property verifiedId for identity +> [!NOTE] +> To view the v1.0 release of this cmdlet, view [Remove-MgIdentityVerifiedId](/powershell/module/Microsoft.Graph.Identity.SignIns/Remove-MgIdentityVerifiedId?view=graph-powershell-1.0) + ## SYNTAX ### Delete (Default) @@ -24,7 +27,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 2cc65d8d805d2..ef5f8dd58a4d1 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: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaIdentityVerifiedIdProfile --- @@ -15,6 +15,9 @@ title: Remove-MgBetaIdentityVerifiedIdProfile Delete a verifiedIdProfile object. +> [!NOTE] +> To view the v1.0 release of this cmdlet, view [Remove-MgIdentityVerifiedIdProfile](/powershell/module/Microsoft.Graph.Identity.SignIns/Remove-MgIdentityVerifiedIdProfile?view=graph-powershell-1.0) + ## SYNTAX ### Delete (Default) @@ -24,7 +27,6 @@ Remove-MgBetaIdentityVerifiedIdProfile -VerifiedIdProfileId [-IfMatch < [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +36,6 @@ Remove-MgBetaIdentityVerifiedIdProfile -InputObject [ [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -46,6 +47,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 +440,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [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 +513,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 707e72d6a82d4..fc903be7948d7 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: 02/20/2026 +ms.date: 07/10/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 1558c7d487a05..c86cf3ae20eac 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: 02/20/2026 +ms.date: 07/10/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 6db0dee263c8c..e020c0d46bb51 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: 02/20/2026 +ms.date: 07/10/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 f20ded2642957..2e74a41888d62 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: 02/20/2026 +ms.date: 07/10/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 0122cae20a691..4b4b1f9bc4f1f 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: 02/20/2026 +ms.date: 07/10/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 99bce9ec0a313..aa9c5ff1cdd56 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: 02/20/2026 +ms.date: 07/10/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 f1ab3963e38ec..e0ffafbdb796a 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: 02/20/2026 +ms.date: 07/10/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 4a03ff7d11f55..ac71af7748a3e 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: 02/20/2026 +ms.date: 07/10/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 c58f5f80f9bf3..87f15d97cdd7f 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: 02/20/2026 +ms.date: 07/10/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 efad7b6764d09..1818f88cc5c8a 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: 02/20/2026 +ms.date: 07/10/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 e2c99a44ae28f..af843937e9620 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: 02/20/2026 +ms.date: 07/10/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 573bbfc20f66b..b585df9f18b6b 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: 02/20/2026 +ms.date: 07/10/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 2959e69f59bbc..36045228e97e2 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: 02/20/2026 +ms.date: 07/10/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 8df2df970512c..37cca8356d53c 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: 02/20/2026 +ms.date: 07/10/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 14fda6fb21ea1..3ef7730c1d7dc 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: 02/20/2026 +ms.date: 07/10/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 f21952ff0f39a..07487e9c609ac 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: 02/20/2026 +ms.date: 07/10/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 42a55085b2839..32eb9629e2a33 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: 02/20/2026 +ms.date: 07/10/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 adf5dd1463747..63f5cbca3923b 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: 02/20/2026 +ms.date: 07/10/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 1605568c7b037..6f4b33d3b22f0 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: 02/20/2026 +ms.date: 07/10/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 1d1c09c2be262..b9530f87380ee 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: 02/20/2026 +ms.date: 07/10/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 bc4abcc8694d3..b7a6714017146 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: 02/20/2026 +ms.date: 07/10/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 6c09ff024a4af..e59c927daaec4 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: 02/20/2026 +ms.date: 07/10/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 0f00d1e64fbb7..d4e210ea2a2a6 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: 02/20/2026 +ms.date: 07/10/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 93f4523a122ce..6866d9f089ab7 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: 02/20/2026 +ms.date: 07/10/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..3633b81a4c003 --- /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: 07/10/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 e0620be3e1cc0..2fd366a61ab79 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: 02/20/2026 +ms.date: 07/10/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 263cd81bae0f9..5bdaed225c7b3 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: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaPolicyCrossTenantAccessPolicyPartnerIdentitySynchronization --- @@ -13,7 +13,7 @@ title: Remove-MgBetaPolicyCrossTenantAccessPolicyPartnerIdentitySynchronization ## SYNOPSIS -Delete the user synchronization policy for a partner-specific configuration. +Delete the user and group synchronization policy for a partner-specific configuration. > [!NOTE] > To view the v1.0 release of this cmdlet, view [Remove-MgPolicyCrossTenantAccessPolicyPartnerIdentitySynchronization](/powershell/module/Microsoft.Graph.Identity.SignIns/Remove-MgPolicyCrossTenantAccessPolicyPartnerIdentitySynchronization?view=graph-powershell-1.0) @@ -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 @@ -49,7 +47,7 @@ This cmdlet has the following aliases, ## DESCRIPTION -Delete the user synchronization policy for a partner-specific configuration. +Delete the user and group synchronization policy for a partner-specific configuration. **Permissions** @@ -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..bf92f2fab84ca --- /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: 07/10/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 645c1faec0c40..eec01f325e111 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: 02/20/2026 +ms.date: 07/10/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 d619d15c2ca0c..aded503ded60e 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: 02/20/2026 +ms.date: 07/10/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 b1ad3848c27f6..7b52138e0a59d 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: 02/20/2026 +ms.date: 07/10/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 443df419d70c1..0682549c8b3ca 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: 02/20/2026 +ms.date: 07/10/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 bcb2c92378056..9eff939689527 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: 02/20/2026 +ms.date: 07/10/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 9c905c0f5ad59..f72f3964117d0 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: 02/20/2026 +ms.date: 07/10/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 5987aa2c67644..ced6e23d47c6e 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: 02/20/2026 +ms.date: 07/10/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..d0531eadd33a3 --- /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: 07/10/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 a99741cc278af..73124b6903d94 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: 02/20/2026 +ms.date: 07/10/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 cf7c23120ab73..5b95a76e95b83 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: 02/20/2026 +ms.date: 07/10/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 2eb453a4c8c79..7f48f2c9dfc2c 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: 02/20/2026 +ms.date: 07/10/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 24c9029e503c6..acf69c787f1b6 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: 02/20/2026 +ms.date: 07/10/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 d63b1d265c80d..8c06d7b62df49 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: 02/20/2026 +ms.date: 07/10/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 10e36f62fcffe..25f8460add74e 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: 02/20/2026 +ms.date: 07/10/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 b47a9c101d2a1..b0e6d2c0c4e39 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: 02/20/2026 +ms.date: 07/10/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 86f99ef025465..32e2b0cb5f6e7 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: 02/20/2026 +ms.date: 07/10/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 3d614852fbbb6..0b05837c6abe5 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: 02/20/2026 +ms.date: 07/10/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 f3543fe006d5a..e8c61248fca27 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: 02/20/2026 +ms.date: 07/10/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 @@ -53,7 +51,7 @@ Delete a mobilityManagementPolicy object. Import-Module Microsoft.Graph.Beta.Identity.SignIns -Remove-MgBetaPolicyMobileAppManagementPolicy -MobilityManagementPolicyId $mobilityManagementPolicyId +Remove-MgBetaPolicyMobileAppManagementPolicy -MobileAppManagementPolicyId $mobileAppManagementPolicyId ``` This example shows how to use the Remove-MgBetaPolicyMobileAppManagementPolicy Cmdlet. @@ -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 0c50ea0eea1c8..aa565ac67bf3e 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: 02/20/2026 +ms.date: 07/10/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 e7295275b8cda..52b5eea29a0d8 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: 02/20/2026 +ms.date: 07/10/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 @@ -53,7 +51,7 @@ Delete a mobilityManagementPolicy object. Import-Module Microsoft.Graph.Beta.Identity.SignIns -Remove-MgBetaPolicyMobileDeviceManagementPolicy -MobilityManagementPolicyId $mobilityManagementPolicyId +Remove-MgBetaPolicyMobileDeviceManagementPolicy -MobileDeviceManagementPolicyId $mobileDeviceManagementPolicyId ``` This example shows how to use the Remove-MgBetaPolicyMobileDeviceManagementPolicy Cmdlet. @@ -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 056adb76e3d18..973e4f2cd450f 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: 02/20/2026 +ms.date: 07/10/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 f6f867a21648b..3589d1a803fd9 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: 02/20/2026 +ms.date: 07/10/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 960ae13f2976a..8b798994e5145 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: 02/20/2026 +ms.date: 07/10/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 ebd5a3648ecd4..d0d12e414b9d4 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: 02/20/2026 +ms.date: 07/10/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 7a52afbceda1a..bd9d5031da44c 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: 02/20/2026 +ms.date: 07/10/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 7db0d1c7fc64e..9df0e092ea551 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: 02/20/2026 +ms.date: 07/10/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 dd4c1d110970f..bce35ea1c0431 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: 02/20/2026 +ms.date: 07/10/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 06e32d02cd8e7..a8f512f622210 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: 02/20/2026 +ms.date: 07/10/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 e0d7d88dc377b..877dc68084eb8 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: 02/20/2026 +ms.date: 07/10/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 de5ddd90f616c..b023dc11f1ec8 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: 02/20/2026 +ms.date: 07/10/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 88ddc8ca628e3..e010b0ce68ecd 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: 02/20/2026 +ms.date: 07/10/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 d45dd5c270b32..a973ccfaca77d 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: 02/20/2026 +ms.date: 07/10/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 a70d02cbb83c6..b250acfd97b87 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: 02/20/2026 +ms.date: 07/10/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 1aee62eb02003..b3a4fc631ed56 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: 02/20/2026 +ms.date: 07/10/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 bf3058dcefa74..1b301c4a6f92b 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: 02/20/2026 +ms.date: 07/10/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 227f399f10110..1e00c29b662ea 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: 02/20/2026 +ms.date: 07/10/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 7a38f90c70f45..4c52f29917bfa 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: 02/20/2026 +ms.date: 07/10/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 82ab2df9d81dc..e64f0ea7e7941 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: 02/20/2026 +ms.date: 07/10/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 09ccdf0274dd0..a7f2ef56edb36 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: 02/20/2026 +ms.date: 07/10/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 96c5f15df6ea1..8c069aada8b4e 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: 02/20/2026 +ms.date: 07/10/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 afbfcc1003462..d6c7d5eeda1cc 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: 02/20/2026 +ms.date: 07/10/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 bb103dfa91add..38eae7a72ce4c 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: 02/20/2026 +ms.date: 07/10/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 a05c4bf6ca36c..65dca03bd72ac 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: 02/20/2026 +ms.date: 07/10/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 06351370bd1ef..e4a011509ae41 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: 02/20/2026 +ms.date: 07/10/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 48886f4da135e..76332567ce863 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: 02/20/2026 +ms.date: 07/10/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 abfeaaf144b38..051b3f125fd36 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: 02/20/2026 +ms.date: 07/10/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 c472c5083a6d2..cb09dd3813918 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: 02/20/2026 +ms.date: 07/10/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 fd422047964cc..625c9a0773132 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: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaUserAuthenticationExternalAuthenticationMethod --- @@ -16,6 +16,9 @@ title: Remove-MgBetaUserAuthenticationExternalAuthenticationMethod Delete an externalAuthenticationMethod object. This API doesn't support self-service operations. +> [!NOTE] +> To view the v1.0 release of this cmdlet, view [Remove-MgUserAuthenticationExternalAuthenticationMethod](/powershell/module/Microsoft.Graph.Identity.SignIns/Remove-MgUserAuthenticationExternalAuthenticationMethod?view=graph-powershell-1.0) + ## SYNTAX ### Delete (Default) @@ -26,7 +29,6 @@ Remove-MgBetaUserAuthenticationExternalAuthenticationMethod -ExternalAuthenticat [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +38,6 @@ Remove-MgBetaUserAuthenticationExternalAuthenticationMethod -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -53,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, | @@ -458,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 9b1c96652e25d..afa282c4d60be 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: 02/20/2026 +ms.date: 07/10/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 832c1508a0099..8767d749a0102 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: 02/20/2026 +ms.date: 07/10/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 e69f315bc9483..80c43e425c0b9 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: 02/20/2026 +ms.date: 07/10/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 0c91a7205ca3b..a4040699cf53a 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: 02/20/2026 +ms.date: 07/10/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 790afb9166f2e..09f912a39b1e7 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: 02/20/2026 +ms.date: 07/10/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 ff02becc1b41d..55387209d4ae7 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: 02/20/2026 +ms.date: 07/10/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 68a6ec981e2e4..daf62f36a0fb8 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: 02/20/2026 +ms.date: 07/10/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 8e5a26188eec1..b0cb5d88f8bb8 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: 02/20/2026 +ms.date: 07/10/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 a1c16cf66e0ab..6be1d774bddca 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: 02/20/2026 +ms.date: 07/10/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 ddfdfe953c698..7f5d38bb8b80d 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: 02/20/2026 +ms.date: 07/10/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 ae85505aa5be9..dad2087b02504 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: 02/20/2026 +ms.date: 07/10/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 bbeec00db5b7e..c5fb14b6955b7 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: 02/20/2026 +ms.date: 07/10/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 7b34cd784eecd..3f20057c7c0ac 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: 02/20/2026 +ms.date: 07/10/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 6a28323217b74..8e018f7119085 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: 02/20/2026 +ms.date: 07/10/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 466c85b69285f..b6e3397191f9d 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: 02/20/2026 +ms.date: 07/10/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 9e41115d3b89b..510d37dbee2d8 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: 02/20/2026 +ms.date: 07/10/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 2a5b16a289a66..694a81105e7f4 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: 02/20/2026 +ms.date: 07/10/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 addf30775c1cd..f2bcaf4bfcee9 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: 02/20/2026 +ms.date: 07/10/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 905e2139805da..4aaa932d800fc 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: 02/20/2026 +ms.date: 07/10/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 504a5a6aaba69..4861a0d652edd 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: 02/20/2026 +ms.date: 07/10/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 5feb9879c7341..0999eab6d21d5 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: 02/20/2026 +ms.date: 07/10/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 dc2457ac20e78..2cc21c9544e85 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: 02/20/2026 +ms.date: 07/10/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 486f17c07af62..54e51810af1b6 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: 02/20/2026 +ms.date: 07/10/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 52553d98b8093..df6996fddcd05 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: 02/20/2026 +ms.date: 07/10/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 7e74e71a0b7e9..5853df5fa1d06 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: 02/20/2026 +ms.date: 07/10/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 fa700c6ffb675..218acf9be87e4 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: 02/20/2026 +ms.date: 07/10/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 ab41faa9f0a11..a08b1a625ef6f 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: 02/20/2026 +ms.date: 07/10/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 182a5e76b8f14..5f550ed0a8b14 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: 02/20/2026 +ms.date: 07/10/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 f1f6d0718a368..557b877637c86 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: 02/20/2026 +ms.date: 07/10/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 1e3d1775ec07b..b76db0f183d7e 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: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Restore-MgBetaIdentityConditionalAccessDeletedItemNamedLocation --- @@ -15,6 +15,9 @@ title: Restore-MgBetaIdentityConditionalAccessDeletedItemNamedLocation Restore a deleted countryNamedLocation object. +> [!NOTE] +> To view the v1.0 release of this cmdlet, view [Restore-MgIdentityConditionalAccessDeletedItemNamedLocation](/powershell/module/Microsoft.Graph.Identity.SignIns/Restore-MgIdentityConditionalAccessDeletedItemNamedLocation?view=graph-powershell-1.0) + ## SYNTAX ### Restore (Default) @@ -24,7 +27,6 @@ Restore-MgBetaIdentityConditionalAccessDeletedItemNamedLocation -NamedLocationId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### RestoreViaIdentity @@ -34,7 +36,7 @@ Restore-MgBetaIdentityConditionalAccessDeletedItemNamedLocation -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -46,6 +48,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 +399,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [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 +472,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 9113fb31dbb93..69dff74d8790a 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: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Restore-MgBetaIdentityConditionalAccessDeletedItemPolicy --- @@ -15,6 +15,9 @@ title: Restore-MgBetaIdentityConditionalAccessDeletedItemPolicy Restore a deleted conditionalAccessPolicy object. +> [!NOTE] +> To view the v1.0 release of this cmdlet, view [Restore-MgIdentityConditionalAccessDeletedItemPolicy](/powershell/module/Microsoft.Graph.Identity.SignIns/Restore-MgIdentityConditionalAccessDeletedItemPolicy?view=graph-powershell-1.0) + ## SYNTAX ### Restore (Default) @@ -24,7 +27,6 @@ Restore-MgBetaIdentityConditionalAccessDeletedItemPolicy -ConditionalAccessPolic [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### RestoreViaIdentity @@ -34,7 +36,6 @@ Restore-MgBetaIdentityConditionalAccessDeletedItemPolicy -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -46,6 +47,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 +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 @@ -456,6 +471,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 1de7a2471362a..5e4eeb4071216 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: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Restore-MgBetaIdentityConditionalAccessNamedLocation --- @@ -15,6 +15,9 @@ title: Restore-MgBetaIdentityConditionalAccessNamedLocation Restore a deleted countryNamedLocation object. +> [!NOTE] +> To view the v1.0 release of this cmdlet, view [Restore-MgIdentityConditionalAccessNamedLocation](/powershell/module/Microsoft.Graph.Identity.SignIns/Restore-MgIdentityConditionalAccessNamedLocation?view=graph-powershell-1.0) + ## SYNTAX ### Restore (Default) @@ -24,7 +27,6 @@ Restore-MgBetaIdentityConditionalAccessNamedLocation -NamedLocationId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### RestoreViaIdentity @@ -34,7 +36,6 @@ Restore-MgBetaIdentityConditionalAccessNamedLocation -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -384,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/Restore-MgBetaIdentityConditionalAccessPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Restore-MgBetaIdentityConditionalAccessPolicy.md index 8c69494644e0f..cca36a76b10f4 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: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Restore-MgBetaIdentityConditionalAccessPolicy --- @@ -15,6 +15,9 @@ title: Restore-MgBetaIdentityConditionalAccessPolicy Restore a deleted conditionalAccessPolicy object. +> [!NOTE] +> To view the v1.0 release of this cmdlet, view [Restore-MgIdentityConditionalAccessPolicy](/powershell/module/Microsoft.Graph.Identity.SignIns/Restore-MgIdentityConditionalAccessPolicy?view=graph-powershell-1.0) + ## SYNTAX ### Restore (Default) @@ -24,7 +27,6 @@ Restore-MgBetaIdentityConditionalAccessPolicy -ConditionalAccessPolicyId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### RestoreViaIdentity @@ -34,7 +36,6 @@ Restore-MgBetaIdentityConditionalAccessPolicy -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -384,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/Restore-MgBetaPolicyConditionalAccessPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Restore-MgBetaPolicyConditionalAccessPolicy.md index 3704ad87bd27b..36b4dda5f85aa 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: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Restore-MgBetaPolicyConditionalAccessPolicy --- @@ -15,6 +15,9 @@ title: Restore-MgBetaPolicyConditionalAccessPolicy Restore a deleted conditionalAccessPolicy object. +> [!NOTE] +> To view the v1.0 release of this cmdlet, view [Restore-MgPolicyConditionalAccessPolicy](/powershell/module/Microsoft.Graph.Identity.SignIns/Restore-MgPolicyConditionalAccessPolicy?view=graph-powershell-1.0) + ## SYNTAX ### Restore (Default) @@ -24,7 +27,6 @@ Restore-MgBetaPolicyConditionalAccessPolicy -ConditionalAccessPolicyId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### RestoreViaIdentity @@ -34,7 +36,6 @@ Restore-MgBetaPolicyConditionalAccessPolicy -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -384,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/Restore-MgBetaPolicyCrossTenantAccessPolicyPartner.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Restore-MgBetaPolicyCrossTenantAccessPolicyPartner.md index e3365f2079188..60023f2132075 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: 02/20/2026 +ms.date: 07/10/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 0c11aee8658cb..9fb4a36f67517 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: 02/20/2026 +ms.date: 07/10/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 e84bd3a7d5204..7a256c9781452 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: 02/20/2026 +ms.date: 07/10/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 4abbb7b1be4dd..16979bc06cc7a 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: 02/20/2026 +ms.date: 07/10/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 24573d1f98931..734384dc1619e 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: 02/20/2026 +ms.date: 07/10/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 06125cda903cb..cb24bd084cebc 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: 02/20/2026 +ms.date: 07/10/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 25027e175de97..30e8f5cb3f3c8 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: 02/20/2026 +ms.date: 07/10/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 f1d5c2d8403c6..871b015b800b7 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: 02/20/2026 +ms.date: 07/10/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 4dfbd336ef09b..8685679609dc8 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: 02/20/2026 +ms.date: 07/10/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 e9636876a6972..38c861ac1e3f1 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: 02/20/2026 +ms.date: 07/10/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 86776324c50b5..4683b27031e0e 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: 02/20/2026 +ms.date: 07/10/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 93d6037e699ec..2e1530bf98c50 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: 02/20/2026 +ms.date: 07/10/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 1dc8954cbae53..cba344c59f1a1 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: 02/20/2026 +ms.date: 07/10/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 629ff3faf8fcb..11a512ee97495 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: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Set-MgBetaPolicyCrossTenantAccessPolicyPartnerIdentitySynchronization --- @@ -13,7 +13,7 @@ title: Set-MgBetaPolicyCrossTenantAccessPolicyPartnerIdentitySynchronization ## SYNOPSIS -Create a cross-tenant user synchronization policy for a partner-specific configuration. +Create a cross-tenant user and optionally group synchronization policy for a partner-specific configuration. > [!NOTE] > To view the v1.0 release of this cmdlet, view [Set-MgPolicyCrossTenantAccessPolicyPartnerIdentitySynchronization](/powershell/module/Microsoft.Graph.Identity.SignIns/Set-MgPolicyCrossTenantAccessPolicyPartnerIdentitySynchronization?view=graph-powershell-1.0) @@ -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 @@ -79,7 +75,7 @@ This cmdlet has the following aliases, ## DESCRIPTION -Create a cross-tenant user synchronization policy for a partner-specific configuration. +Create a cross-tenant user and optionally group synchronization policy for a partner-specific configuration. **Permissions** @@ -98,6 +94,9 @@ Import-Module Microsoft.Graph.Beta.Identity.SignIns $params = @{ displayName = "Fabrikam" + groupSyncInbound = @{ + isSyncAllowed = $true + } userSyncInbound = @{ isSyncAllowed = $true } @@ -265,7 +264,7 @@ HelpMessage: '' ### -DisplayName -Display name for the cross-tenant user synchronization policy. +Display name for the cross-tenant user and group synchronization policy. Use the name of the partner Microsoft Entra tenant to easily identify the policy. Optional. @@ -526,6 +525,7 @@ HelpMessage: '' ### -TenantId Tenant identifier for the partner Microsoft Entra organization. +Key. Read-only. ```yaml @@ -638,14 +638,17 @@ For information on hash tables, run Get-Help about_Hash_Tables. BODYPARAMETER ``: crossTenantIdentitySyncPolicyPartner [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Shows the last date and time the policy was deleted. - [DisplayName ]: Display name for the cross-tenant user synchronization policy. + [DisplayName ]: Display name for the cross-tenant user and group synchronization policy. Use the name of the partner Microsoft Entra tenant to easily identify the policy. Optional. [ExternalCloudAuthorizedApplicationId ]: [GroupSyncInbound ]: crossTenantGroupSyncInbound [(Any) ]: This indicates any property can be added to this object. - [IsSyncAllowed ]: + [IsSyncAllowed ]: Defines whether group objects should be synchronized from the partner tenant. +false stops any current group synchronization from the source tenant to the target tenant. +This property has no impact on existing groups that were synchronized. [TenantId ]: Tenant identifier for the partner Microsoft Entra organization. +Key. Read-only. [UserSyncInbound ]: crossTenantUserSyncInbound [(Any) ]: This indicates any property can be added to this object. @@ -655,7 +658,9 @@ This property has no impact on existing users who have already been synchronized GROUPSYNCINBOUND ``: crossTenantGroupSyncInbound [(Any) ]: This indicates any property can be added to this object. - [IsSyncAllowed ]: + [IsSyncAllowed ]: Defines whether group objects should be synchronized from the partner tenant. +false stops any current group synchronization from the source tenant to the target tenant. +This property has no impact on existing groups that were synchronized. INPUTOBJECT ``: Identity Parameter [ActivityBasedTimeoutPolicyId ]: The unique identifier of activityBasedTimeoutPolicy @@ -707,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 5bc8301f728ae..6e8f36c9c48fa 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: 02/20/2026 +ms.date: 07/10/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 @@ -234,7 +230,7 @@ HelpMessage: '' ### -DisplayName -Display name for the cross-tenant user synchronization policy. +Display name for the cross-tenant user and group synchronization policy. Use the name of the partner Microsoft Entra tenant to easily identify the policy. Optional. @@ -495,6 +491,7 @@ HelpMessage: '' ### -TenantId Tenant identifier for the partner Microsoft Entra organization. +Key. Read-only. ```yaml @@ -607,14 +604,17 @@ For information on hash tables, run Get-Help about_Hash_Tables. BODYPARAMETER ``: crossTenantIdentitySyncPolicyPartner [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Shows the last date and time the policy was deleted. - [DisplayName ]: Display name for the cross-tenant user synchronization policy. + [DisplayName ]: Display name for the cross-tenant user and group synchronization policy. Use the name of the partner Microsoft Entra tenant to easily identify the policy. Optional. [ExternalCloudAuthorizedApplicationId ]: [GroupSyncInbound ]: crossTenantGroupSyncInbound [(Any) ]: This indicates any property can be added to this object. - [IsSyncAllowed ]: + [IsSyncAllowed ]: Defines whether group objects should be synchronized from the partner tenant. +false stops any current group synchronization from the source tenant to the target tenant. +This property has no impact on existing groups that were synchronized. [TenantId ]: Tenant identifier for the partner Microsoft Entra organization. +Key. Read-only. [UserSyncInbound ]: crossTenantUserSyncInbound [(Any) ]: This indicates any property can be added to this object. @@ -624,7 +624,9 @@ This property has no impact on existing users who have already been synchronized GROUPSYNCINBOUND ``: crossTenantGroupSyncInbound [(Any) ]: This indicates any property can be added to this object. - [IsSyncAllowed ]: + [IsSyncAllowed ]: Defines whether group objects should be synchronized from the partner tenant. +false stops any current group synchronization from the source tenant to the target tenant. +This property has no impact on existing groups that were synchronized. INPUTOBJECT ``: Identity Parameter [ActivityBasedTimeoutPolicyId ]: The unique identifier of activityBasedTimeoutPolicy @@ -676,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 d43115c67e199..ffa4ea574ae26 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: 02/20/2026 +ms.date: 07/10/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 @@ -233,7 +229,7 @@ HelpMessage: '' ### -DisplayName -Display name for the cross-tenant user synchronization policy. +Display name for the cross-tenant user and group synchronization policy. Use the name of the partner Microsoft Entra tenant to easily identify the policy. Optional. @@ -494,6 +490,7 @@ HelpMessage: '' ### -TenantId Tenant identifier for the partner Microsoft Entra organization. +Key. Read-only. ```yaml @@ -606,14 +603,17 @@ For information on hash tables, run Get-Help about_Hash_Tables. BODYPARAMETER ``: crossTenantIdentitySyncPolicyPartner [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Shows the last date and time the policy was deleted. - [DisplayName ]: Display name for the cross-tenant user synchronization policy. + [DisplayName ]: Display name for the cross-tenant user and group synchronization policy. Use the name of the partner Microsoft Entra tenant to easily identify the policy. Optional. [ExternalCloudAuthorizedApplicationId ]: [GroupSyncInbound ]: crossTenantGroupSyncInbound [(Any) ]: This indicates any property can be added to this object. - [IsSyncAllowed ]: + [IsSyncAllowed ]: Defines whether group objects should be synchronized from the partner tenant. +false stops any current group synchronization from the source tenant to the target tenant. +This property has no impact on existing groups that were synchronized. [TenantId ]: Tenant identifier for the partner Microsoft Entra organization. +Key. Read-only. [UserSyncInbound ]: crossTenantUserSyncInbound [(Any) ]: This indicates any property can be added to this object. @@ -623,7 +623,9 @@ This property has no impact on existing users who have already been synchronized GROUPSYNCINBOUND ``: crossTenantGroupSyncInbound [(Any) ]: This indicates any property can be added to this object. - [IsSyncAllowed ]: + [IsSyncAllowed ]: Defines whether group objects should be synchronized from the partner tenant. +false stops any current group synchronization from the source tenant to the target tenant. +This property has no impact on existing groups that were synchronized. INPUTOBJECT ``: Identity Parameter [ActivityBasedTimeoutPolicyId ]: The unique identifier of activityBasedTimeoutPolicy @@ -675,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 8eb0e401476e7..261d368a45fac 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: 02/20/2026 +ms.date: 07/10/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 0ddb6fefe479a..1c93402ff22ca 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: 02/20/2026 +ms.date: 07/10/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, | @@ -581,7 +577,7 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for users to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). @@ -875,22 +871,23 @@ Always null when the object hasn't been deleted. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -920,12 +917,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -1035,7 +1089,7 @@ Optional. [IncludeBasicClaimSet ]: Determines whether the basic claim set is included in tokens affected by this policy. If set to true, all claims in the basic claim set are emitted in tokens affected by the policy. By default the basic claim set isn't in the tokens unless they're explicitly configured in this policy. - [CreatedByAppId ]: The appId (called Application (client) ID on the Microsoft Entra admin center) of the application used to create the service principal. + [CreatedByAppId ]: The appId of the application that created this service principal. Set internally by Microsoft Entra ID. Read-only. [CreatedObjects ]: Directory objects created by this service principal. @@ -1167,7 +1221,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -1326,13 +1380,13 @@ May not begin with .. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [ApprovedClientApps ]: + [ApprovedClientApps ]: The collection of approved client apps that are associated with the RDS configuration. +Supports $expand. [Id ]: The unique identifier for an entity. Read-only. - [DisplayName ]: + [DisplayName ]: Display name for the client application. [IsRemoteDesktopProtocolEnabled ]: Determines if Microsoft Entra ID RDS authentication protocol for RDP is enabled. [TargetDeviceGroups ]: The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. -
]: The unique identifier for an entity. Read-only. [DisplayName ]: Display name for the target device group. @@ -1695,7 +1749,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. - [ExternalAuthenticationMethods ]: Represents the external methods registered to a user for authentication. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. Optional. @@ -1711,7 +1765,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. - [DisplayName ]: Custom name given to the registered external authentication method. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. @@ -1939,7 +1993,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -2192,7 +2246,7 @@ Read-only. The identifiers must be unique in the tenant. [Birthday ]: The birthday of the user. 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 Returned only on $select. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. Only one number can be set for this property. Read-only for users synced from on-premises directory. @@ -2802,6 +2856,49 @@ This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. Read only. + [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. +Nullable. + [Attachments ]: References to attached objects like files, tabs, meetings etc. + [Body ]: itemBody + [ChannelIdentity ]: channelIdentity + [ChatId ]: If the message was sent in a chat, represents the identity of the chat. + [CreatedDateTime ]: Timestamp of when the chat message was created. + [DeletedDateTime ]: Read only. +Timestamp at which the chat message was deleted, or null if not deleted. + [Etag ]: Read-only. +Version number of the chat message. + [EventDetail ]: eventMessageDetail + [From ]: chatMessageFromIdentitySet + [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. + [Importance ]: chatMessageImportance + [LastEditedDateTime ]: Read only. +Timestamp when edits to the chat message were made. +Triggers an 'Edited' flag in the Teams UI. +If no edits are made the value is null. + [LastModifiedDateTime ]: Read only. +Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. + [Locale ]: Locale of the chat message set by the client. +Always set to en-us. + [Mentions ]: List of entities mentioned in the chat message. +Supported entities are: user, bot, team, channel, chat, and tag. + [MessageHistory ]: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. + [MessageType ]: chatMessageType + [OnBehalfOf ]: chatMessageFromIdentitySet + [PolicyViolation ]: chatMessagePolicyViolation + [Reactions ]: Reactions for this chat message (for example, Like). + [Replies ]: Replies for a specified message. +Supports $expand for channel messages. + [ReplyToId ]: Read-only. +ID of the parent chat message or root chat message of the thread. +(Only applies to chat messages in channels, not chats.) + [Subject ]: The subject of the chat message, in plaintext. + [Summary ]: Summary text of the chat message that could be used for push notifications and summary views or fall back views. +Only applies to channel chat messages, not chat messages in a chat. + [WebUrl ]: Read-only. +Link to the message in Microsoft Teams. + [Id ]: The unique identifier for an entity. +Read-only. + [Recipient ]: identity [TenantId ]: The identifier of the tenant in which the chat was created. Read-only. [Topic ]: (Optional) Subject or topic for the chat. @@ -2837,21 +2934,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -2970,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 @@ -2995,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. @@ -3202,10 +3391,11 @@ 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. + [ContentCategory ]: contentCategory [CorrelationId ]: An identifier used to group multiple related content entries (for example, different parts of the same file upload, messages in a conversation). [CreatedDateTime ]: Required. Timestamp indicating when the original content was created (for example, file creation time, message sent time). @@ -3490,6 +3680,7 @@ To proactively opt in to the new behavior ahead of time, use the contentStream p Nullable. [File ]: file [(Any) ]: This indicates any property can be added to this object. + [ArchiveStatus ]: fileArchiveStatus [Hashes ]: hashes [(Any) ]: This indicates any property can be added to this object. [Crc32Hash ]: The CRC32 value of the file (if available). @@ -3500,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. @@ -3600,6 +3804,17 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(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. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity. @@ -4609,6 +4824,8 @@ 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 total count of items in the list. +Read-only. [Items ]: All items contained in the list. [List ]: listInfo [(Any) ]: This indicates any property can be added to this object. @@ -4705,6 +4922,24 @@ Required. [LearningProviderId ]: The registration ID of the provider. Required. [Status ]: courseStatus + [Storyline ]: User's storyline singleton container. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Followers ]: The users who are following this user. + [Id ]: The unique identifier for an entity. +Read-only. + [Follower ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Followings ]: The users that this user is following. + [Id ]: The unique identifier for an entity. +Read-only. + [Following ]: The Viva Engage identities. [EmployeeHireDate ]: The date and time when the user was hired or will start work if there is a future hire. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. @@ -4719,10 +4954,10 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. @@ -5195,7 +5430,9 @@ Read-write. [(Any) ]: This indicates any property can be added to this object. [ArchiveStatus ]: siteArchiveStatus [ArchivedBy ]: identitySet - [ArchivedDateTime ]: + [ArchivedDateTime ]: Time when the container was archived. +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. [DataLocationCode ]: The geographic region code for where this site collection resides. Only present for multi-geo tenants. Read-only. @@ -5218,7 +5455,7 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. 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. - Returned only on $select. + Requires $select to retrieve. Note: This property is specific to SharePoint Online. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. @@ -5241,6 +5478,27 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityGovernance ]: identityGovernanceUserSettings + [(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 ]: 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 + [(Any) ]: This indicates any property can be added to this object. + [Duration ]: The requestor's desired duration of access represented in ISO 8601 format for durations. +For example, PT3H refers to three hours. + If specified in a request, endDateTime shouldn't be present and the type property should be set to afterDuration. + [EndDateTime ]: Timestamp of 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. + [Type ]: expirationPatternType + [Recurrence ]: patternedRecurrence + [StartDateTime ]: 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. +In PIM, when the eligible or active assignment becomes active. [IdentityParentId ]: The object ID of the parent identity for agent users. Always null for regular user accounts. For agentUser resources, this property references the object ID of the associated agent identity. @@ -5337,7 +5595,7 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for users to describe their interests. -Returned only on $select. +Requires $select to retrieve. [InvitedBy ]: directoryObject [IsLicenseReconciliationNeeded ]: Indicates whether the user is pending an exchange mailbox license assignment. Read-only. @@ -5346,7 +5604,8 @@ Returned only on $select. 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). @@ -5360,24 +5619,24 @@ If this list is non-empty, then only users or groups listed here can post. [AccessType ]: groupAccessType [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are auto-subscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -5387,6 +5646,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -5545,11 +5805,11 @@ You can use it as a $filter argument to get groups that have members with licens Supports $filter (eq). [HideFromAddressLists ]: true if the group isn't displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: true if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [InfoCatalogs ]: Identifies the info segments assigned to the group. Returned by default. @@ -5573,7 +5833,7 @@ Read-only. To manage a group 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. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -5623,6 +5883,7 @@ Read-only. [OnPremisesDomainName ]: Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only. + [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [OnPremisesLastSyncDateTime ]: Indicates the last time at which the group was synced with the on-premises directory.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. Returned by default. @@ -5806,10 +6067,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -5818,9 +6081,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. @@ -5984,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). @@ -6032,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 @@ -6429,12 +6722,12 @@ Immutable. Read-only. [UnseenConversationsCount ]: Count of conversations delivered one or more new posts since the signed-in user's last visit to the group. This property is the same as unseenCount. -Returned only on $select. +Requires $select to retrieve. [UnseenCount ]: Count of conversations that have received new posts since the signed-in user last visited the group. -This property is the same as unseenConversationsCount.Returned only on $select. +This property is the same as unseenConversationsCount.Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [UnseenMessagesCount ]: Count of new posts that have been delivered to the group's conversations since the signed-in user's last visit to the group. -Returned only on $select. +Requires $select to retrieve. [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. @@ -6445,7 +6738,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Requires $select to retrieve. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -6462,16 +6758,16 @@ Nullable. 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. Read-only. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. It also indicates licenses that are directly assigned and the ones the user inherited through group memberships. Read-only. -Returned only on $select. +Requires $select to retrieve. [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. Read-Only. @@ -6597,7 +6893,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -7146,6 +7442,8 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -7239,7 +7537,7 @@ Read-only. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Notifications ]: [Id ]: The unique identifier for an entity. Read-only. @@ -7334,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. @@ -7382,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. @@ -7636,7 +7943,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for users to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [PendingAccessReviewInstances ]: Navigation property to get a list of access reviews pending approval by the reviewer. [Id ]: The unique identifier for an entity. Read-only. @@ -7656,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. @@ -7996,7 +8295,7 @@ Example: 'en-US', or 'es-ES'. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -8452,15 +8751,14 @@ Read-only. [WebUrl ]: Link to the institution or department homepage. [Program ]: educationalActivityDetail [(Any) ]: This indicates any property can be added to this object. - [Abbreviation ]: Shortened name of the degree or program (example: PhD, MBA) + [Abbreviation ]: Shortened name of the degree or program, for example, PhD and MBA. [Activities ]: Extracurricular activities undertaken alongside the program. [Awards ]: Any awards or honors associated with the program. [Description ]: Short description of the program provided by the user. [DisplayName ]: Long-form name of the program that the user provided. - [FieldsOfStudy ]: Majors and minors associated with the program. -(if applicable) - [Grade ]: The final grade, class, GPA, or score. - [Notes ]: More notes the user provided. + [FieldsOfStudy ]: Majors and minors associated with the program, if applicable. + [Grade ]: The final grade, class, grade point average (GPA), or score. + [Notes ]: More notes provided by the user. [WebUrl ]: Link to the degree or program page. [StartMonthYear ]: The month and year the user commenced the activity referenced. [Emails ]: Represents detailed information about email addresses associated with the user. @@ -8763,9 +9061,9 @@ Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they have attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: The scoped-role administrative unit memberships for this user. Read-only. Nullable. @@ -8829,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. @@ -8979,7 +9277,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Use revokeSignInSessions to reset. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -9026,6 +9324,48 @@ The language component follows two-letter codes as defined in ISO 639-1, and the For users with multigeo licenses, the property contains the user's region (if available). For users without multigeo licenses, the property contains the organization's region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China. + [Sections ]: The sections in the user's chat list. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the section was created. +Read-only. +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. + [DisplayIcon ]: sectionDisplayIcon + [(Any) ]: This indicates any property can be added to this object. + [ContentUrl ]: The URL to a custom icon image. +Applicable when iconType is custom. + [DisplayName ]: The human-readable name of the icon. + [IconType ]: The type of icon. +Use an emoji character such as 👍 for an emoji icon, or custom for a custom image icon. + [SkinTone ]: sectionIconSkinTone + [DisplayName ]: The display name of the section. +Required. +Maximum length is 50 characters. +Display names are case-sensitive and must be unique within a user's sections. +The following names are reserved for system-defined sections and can't be used when creating a user-defined section: RecentChats, QuickViews, TeamsAndChannels, MutedChats, MeetingChats, EngageCommunities. + [IsExpanded ]: Indicates whether the section is expanded in the user interface. +The default value is true. + [IsHierarchicalViewEnabled ]: Indicates whether the hierarchical view is enabled for the section. +Read-only. + [Items ]: The items (chats, channels, meetings, or communities) organized within the section. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the item was added to the section. +Read-only. +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. + [ItemType ]: sectionItemType + [LastModifiedDateTime ]: Date and time when the item was last modified. +Read-only. +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. + [LastModifiedDateTime ]: Date and time when the section was last modified. +Read-only. +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. + [SectionType ]: sectionType + [SortType ]: sectionSortType [Todo ]: todo [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -9038,6 +9378,12 @@ Read-only. Nullable. [IsOwner ]: True if the user is owner of the given task list. [IsShared ]: True if the task list is shared with other users + [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the task list. +Read-only. +Nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Value ]: The value of the property. [Tasks ]: The tasks in this task list. Read-only. Nullable. @@ -9101,9 +9447,6 @@ Read-only. [Recurrence ]: patternedRecurrence [ReminderDateTime ]: dateTimeTimeZone [SingleValueExtendedProperties ]: A collection of custom fields linked to the task. - [Id ]: The unique identifier for an entity. -Read-only. - [Value ]: The value of the property. [StartDateTime ]: dateTimeTimeZone [Status ]: taskStatus [Title ]: A brief description of the task. @@ -9155,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. @@ -9192,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. @@ -9214,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 ]: @@ -9267,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. @@ -9276,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. @@ -9323,7 +9670,7 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for users to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). @@ -9617,22 +9964,23 @@ Always null when the object hasn't been deleted. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -9662,12 +10010,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -9777,7 +10182,7 @@ Optional. [IncludeBasicClaimSet ]: Determines whether the basic claim set is included in tokens affected by this policy. If set to true, all claims in the basic claim set are emitted in tokens affected by the policy. By default the basic claim set isn't in the tokens unless they're explicitly configured in this policy. - [CreatedByAppId ]: The appId (called Application (client) ID on the Microsoft Entra admin center) of the application used to create the service principal. + [CreatedByAppId ]: The appId of the application that created this service principal. Set internally by Microsoft Entra ID. Read-only. [CreatedObjects ]: Directory objects created by this service principal. @@ -9909,7 +10314,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -10068,13 +10473,13 @@ May not begin with .. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [ApprovedClientApps ]: + [ApprovedClientApps ]: The collection of approved client apps that are associated with the RDS configuration. +Supports $expand. [Id ]: The unique identifier for an entity. Read-only. - [DisplayName ]: + [DisplayName ]: Display name for the client application. [IsRemoteDesktopProtocolEnabled ]: Determines if Microsoft Entra ID RDS authentication protocol for RDP is enabled. [TargetDeviceGroups ]: The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. -
]: The unique identifier for an entity. Read-only. [DisplayName ]: Display name for the target device group. @@ -10437,7 +10842,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. - [ExternalAuthenticationMethods ]: Represents the external methods registered to a user for authentication. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. Optional. @@ -10453,7 +10858,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. - [DisplayName ]: Custom name given to the registered external authentication method. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. @@ -10681,7 +11086,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -10934,7 +11339,7 @@ Read-only. The identifiers must be unique in the tenant. [Birthday ]: The birthday of the user. 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 Returned only on $select. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. Only one number can be set for this property. Read-only for users synced from on-premises directory. @@ -11544,6 +11949,49 @@ This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. Read only. + [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. +Nullable. + [Attachments ]: References to attached objects like files, tabs, meetings etc. + [Body ]: itemBody + [ChannelIdentity ]: channelIdentity + [ChatId ]: If the message was sent in a chat, represents the identity of the chat. + [CreatedDateTime ]: Timestamp of when the chat message was created. + [DeletedDateTime ]: Read only. +Timestamp at which the chat message was deleted, or null if not deleted. + [Etag ]: Read-only. +Version number of the chat message. + [EventDetail ]: eventMessageDetail + [From ]: chatMessageFromIdentitySet + [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. + [Importance ]: chatMessageImportance + [LastEditedDateTime ]: Read only. +Timestamp when edits to the chat message were made. +Triggers an 'Edited' flag in the Teams UI. +If no edits are made the value is null. + [LastModifiedDateTime ]: Read only. +Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. + [Locale ]: Locale of the chat message set by the client. +Always set to en-us. + [Mentions ]: List of entities mentioned in the chat message. +Supported entities are: user, bot, team, channel, chat, and tag. + [MessageHistory ]: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. + [MessageType ]: chatMessageType + [OnBehalfOf ]: chatMessageFromIdentitySet + [PolicyViolation ]: chatMessagePolicyViolation + [Reactions ]: Reactions for this chat message (for example, Like). + [Replies ]: Replies for a specified message. +Supports $expand for channel messages. + [ReplyToId ]: Read-only. +ID of the parent chat message or root chat message of the thread. +(Only applies to chat messages in channels, not chats.) + [Subject ]: The subject of the chat message, in plaintext. + [Summary ]: Summary text of the chat message that could be used for push notifications and summary views or fall back views. +Only applies to channel chat messages, not chat messages in a chat. + [WebUrl ]: Read-only. +Link to the message in Microsoft Teams. + [Id ]: The unique identifier for an entity. +Read-only. + [Recipient ]: identity [TenantId ]: The identifier of the tenant in which the chat was created. Read-only. [Topic ]: (Optional) Subject or topic for the chat. @@ -11579,21 +12027,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -11712,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 @@ -11737,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. @@ -11944,10 +12484,11 @@ 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. + [ContentCategory ]: contentCategory [CorrelationId ]: An identifier used to group multiple related content entries (for example, different parts of the same file upload, messages in a conversation). [CreatedDateTime ]: Required. Timestamp indicating when the original content was created (for example, file creation time, message sent time). @@ -12232,6 +12773,7 @@ To proactively opt in to the new behavior ahead of time, use the contentStream p Nullable. [File ]: file [(Any) ]: This indicates any property can be added to this object. + [ArchiveStatus ]: fileArchiveStatus [Hashes ]: hashes [(Any) ]: This indicates any property can be added to this object. [Crc32Hash ]: The CRC32 value of the file (if available). @@ -12242,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. @@ -12342,6 +12897,17 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(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. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity. @@ -13351,6 +13917,8 @@ 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 total count of items in the list. +Read-only. [Items ]: All items contained in the list. [List ]: listInfo [(Any) ]: This indicates any property can be added to this object. @@ -13447,6 +14015,24 @@ Required. [LearningProviderId ]: The registration ID of the provider. Required. [Status ]: courseStatus + [Storyline ]: User's storyline singleton container. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Followers ]: The users who are following this user. + [Id ]: The unique identifier for an entity. +Read-only. + [Follower ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Followings ]: The users that this user is following. + [Id ]: The unique identifier for an entity. +Read-only. + [Following ]: The Viva Engage identities. [EmployeeHireDate ]: The date and time when the user was hired or will start work if there is a future hire. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. @@ -13461,10 +14047,10 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. @@ -13937,7 +14523,9 @@ Read-write. [(Any) ]: This indicates any property can be added to this object. [ArchiveStatus ]: siteArchiveStatus [ArchivedBy ]: identitySet - [ArchivedDateTime ]: + [ArchivedDateTime ]: Time when the container was archived. +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. [DataLocationCode ]: The geographic region code for where this site collection resides. Only present for multi-geo tenants. Read-only. @@ -13960,7 +14548,7 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. 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. - Returned only on $select. + Requires $select to retrieve. Note: This property is specific to SharePoint Online. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. @@ -13983,6 +14571,27 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityGovernance ]: identityGovernanceUserSettings + [(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 ]: 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 + [(Any) ]: This indicates any property can be added to this object. + [Duration ]: The requestor's desired duration of access represented in ISO 8601 format for durations. +For example, PT3H refers to three hours. + If specified in a request, endDateTime shouldn't be present and the type property should be set to afterDuration. + [EndDateTime ]: Timestamp of 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. + [Type ]: expirationPatternType + [Recurrence ]: patternedRecurrence + [StartDateTime ]: 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. +In PIM, when the eligible or active assignment becomes active. [IdentityParentId ]: The object ID of the parent identity for agent users. Always null for regular user accounts. For agentUser resources, this property references the object ID of the associated agent identity. @@ -14079,7 +14688,7 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for users to describe their interests. -Returned only on $select. +Requires $select to retrieve. [InvitedBy ]: directoryObject [IsLicenseReconciliationNeeded ]: Indicates whether the user is pending an exchange mailbox license assignment. Read-only. @@ -14088,7 +14697,8 @@ Returned only on $select. 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). @@ -14102,24 +14712,24 @@ If this list is non-empty, then only users or groups listed here can post. [AccessType ]: groupAccessType [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are auto-subscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -14129,6 +14739,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -14287,11 +14898,11 @@ You can use it as a $filter argument to get groups that have members with licens Supports $filter (eq). [HideFromAddressLists ]: true if the group isn't displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: true if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [InfoCatalogs ]: Identifies the info segments assigned to the group. Returned by default. @@ -14315,7 +14926,7 @@ Read-only. To manage a group 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. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -14365,6 +14976,7 @@ Read-only. [OnPremisesDomainName ]: Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only. + [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [OnPremisesLastSyncDateTime ]: Indicates the last time at which the group was synced with the on-premises directory.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. Returned by default. @@ -14548,10 +15160,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -14560,9 +15174,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. @@ -14726,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). @@ -14774,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 @@ -15171,12 +15815,12 @@ Immutable. Read-only. [UnseenConversationsCount ]: Count of conversations delivered one or more new posts since the signed-in user's last visit to the group. This property is the same as unseenCount. -Returned only on $select. +Requires $select to retrieve. [UnseenCount ]: Count of conversations that have received new posts since the signed-in user last visited the group. -This property is the same as unseenConversationsCount.Returned only on $select. +This property is the same as unseenConversationsCount.Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [UnseenMessagesCount ]: Count of new posts that have been delivered to the group's conversations since the signed-in user's last visit to the group. -Returned only on $select. +Requires $select to retrieve. [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. @@ -15187,7 +15831,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Requires $select to retrieve. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -15204,16 +15851,16 @@ Nullable. 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. Read-only. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. It also indicates licenses that are directly assigned and the ones the user inherited through group memberships. Read-only. -Returned only on $select. +Requires $select to retrieve. [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. Read-Only. @@ -15339,7 +15986,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -15888,6 +16535,8 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -15981,7 +16630,7 @@ Read-only. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Notifications ]: [Id ]: The unique identifier for an entity. Read-only. @@ -16076,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. @@ -16124,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. @@ -16378,7 +17036,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for users to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [PendingAccessReviewInstances ]: Navigation property to get a list of access reviews pending approval by the reviewer. [Id ]: The unique identifier for an entity. Read-only. @@ -16398,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. @@ -16738,7 +17388,7 @@ Example: 'en-US', or 'es-ES'. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -17194,15 +17844,14 @@ Read-only. [WebUrl ]: Link to the institution or department homepage. [Program ]: educationalActivityDetail [(Any) ]: This indicates any property can be added to this object. - [Abbreviation ]: Shortened name of the degree or program (example: PhD, MBA) + [Abbreviation ]: Shortened name of the degree or program, for example, PhD and MBA. [Activities ]: Extracurricular activities undertaken alongside the program. [Awards ]: Any awards or honors associated with the program. [Description ]: Short description of the program provided by the user. [DisplayName ]: Long-form name of the program that the user provided. - [FieldsOfStudy ]: Majors and minors associated with the program. -(if applicable) - [Grade ]: The final grade, class, GPA, or score. - [Notes ]: More notes the user provided. + [FieldsOfStudy ]: Majors and minors associated with the program, if applicable. + [Grade ]: The final grade, class, grade point average (GPA), or score. + [Notes ]: More notes provided by the user. [WebUrl ]: Link to the degree or program page. [StartMonthYear ]: The month and year the user commenced the activity referenced. [Emails ]: Represents detailed information about email addresses associated with the user. @@ -17505,9 +18154,9 @@ Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they have attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: The scoped-role administrative unit memberships for this user. Read-only. Nullable. @@ -17571,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. @@ -17721,7 +18370,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Use revokeSignInSessions to reset. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -17768,6 +18417,48 @@ The language component follows two-letter codes as defined in ISO 639-1, and the For users with multigeo licenses, the property contains the user's region (if available). For users without multigeo licenses, the property contains the organization's region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China. + [Sections ]: The sections in the user's chat list. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the section was created. +Read-only. +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. + [DisplayIcon ]: sectionDisplayIcon + [(Any) ]: This indicates any property can be added to this object. + [ContentUrl ]: The URL to a custom icon image. +Applicable when iconType is custom. + [DisplayName ]: The human-readable name of the icon. + [IconType ]: The type of icon. +Use an emoji character such as 👍 for an emoji icon, or custom for a custom image icon. + [SkinTone ]: sectionIconSkinTone + [DisplayName ]: The display name of the section. +Required. +Maximum length is 50 characters. +Display names are case-sensitive and must be unique within a user's sections. +The following names are reserved for system-defined sections and can't be used when creating a user-defined section: RecentChats, QuickViews, TeamsAndChannels, MutedChats, MeetingChats, EngageCommunities. + [IsExpanded ]: Indicates whether the section is expanded in the user interface. +The default value is true. + [IsHierarchicalViewEnabled ]: Indicates whether the hierarchical view is enabled for the section. +Read-only. + [Items ]: The items (chats, channels, meetings, or communities) organized within the section. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the item was added to the section. +Read-only. +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. + [ItemType ]: sectionItemType + [LastModifiedDateTime ]: Date and time when the item was last modified. +Read-only. +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. + [LastModifiedDateTime ]: Date and time when the section was last modified. +Read-only. +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. + [SectionType ]: sectionType + [SortType ]: sectionSortType [Todo ]: todo [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -17780,6 +18471,12 @@ Read-only. Nullable. [IsOwner ]: True if the user is owner of the given task list. [IsShared ]: True if the task list is shared with other users + [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the task list. +Read-only. +Nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Value ]: The value of the property. [Tasks ]: The tasks in this task list. Read-only. Nullable. @@ -17843,9 +18540,6 @@ Read-only. [Recurrence ]: patternedRecurrence [ReminderDateTime ]: dateTimeTimeZone [SingleValueExtendedProperties ]: A collection of custom fields linked to the task. - [Id ]: The unique identifier for an entity. -Read-only. - [Value ]: The value of the property. [StartDateTime ]: dateTimeTimeZone [Status ]: taskStatus [Title ]: A brief description of the task. @@ -17897,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. @@ -17934,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. @@ -17956,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 ]: @@ -18009,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. @@ -18018,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. @@ -18100,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 2df662d141032..d657814c54201 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: 02/20/2026 +ms.date: 07/10/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 51e9e6997c4b1..aa03835c79896 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: 02/20/2026 +ms.date: 07/10/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 bb2f5a3b11918..525c6663c84a4 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: 02/20/2026 +ms.date: 07/10/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 aaac2a071352b..15529737418dd 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: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Test-MgBetaInformationProtectionDataLossPreventionPolicy --- @@ -21,11 +21,12 @@ Invoke action evaluate ``` Test-MgBetaInformationProtectionDataLossPreventionPolicy [-ResponseHeadersVariable ] - [-AdditionalProperties ] [-EvaluationInput ] + [-AdditionalProperties ] [-ClassifyText ] + [-EvaluationInput ] [-NotificationInfo ] [-Target ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Evaluate @@ -36,7 +37,6 @@ Test-MgBetaInformationProtectionDataLossPreventionPolicy [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -114,6 +114,28 @@ AcceptedValues: [] HelpMessage: '' ``` +### -ClassifyText + +textClassificationRequest +To construct, see NOTES section for CLASSIFYTEXT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphTextClassificationRequest +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: EvaluateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + ### -Confirm Prompts you for confirmation before running the cmdlet. @@ -403,6 +425,18 @@ For information on hash tables, run Get-Help about_Hash_Tables. BODYPARAMETER ``: . [(Any) ]: This indicates any property can be added to this object. + [ClassifyText ]: textClassificationRequest + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [ContentMetaData ]: classificationRequestContentMetaData + [(Any) ]: This indicates any property can be added to this object. + [SourceId ]: + [FileExtension ]: + [MatchTolerancesToInclude ]: mlClassificationMatchTolerance + [ScopesToRun ]: sensitiveTypeScope + [SensitiveTypeIds ]: + [Text ]: [EvaluationInput ]: dlpEvaluationInput [(Any) ]: This indicates any property can be added to this object. [CurrentLabel ]: currentLabel @@ -421,6 +455,19 @@ BODYPARAMETER `]: [Target ]: +CLASSIFYTEXT ``: textClassificationRequest + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [ContentMetaData ]: classificationRequestContentMetaData + [(Any) ]: This indicates any property can be added to this object. + [SourceId ]: + [FileExtension ]: + [MatchTolerancesToInclude ]: mlClassificationMatchTolerance + [ScopesToRun ]: sensitiveTypeScope + [SensitiveTypeIds ]: + [Text ]: + EVALUATIONINPUT ``: dlpEvaluationInput [(Any) ]: This indicates any property can be added to this object. [CurrentLabel ]: currentLabel 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 913e800324ec7..6a98ffb83877a 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: 02/20/2026 +ms.date: 07/10/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 888a6810a38c2..36666cd06f00f 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: 02/20/2026 +ms.date: 07/10/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 8592929acd227..abbffb0b9dbb5 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: 02/20/2026 +ms.date: 07/10/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 d11535c408ab6..66123aa752b23 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: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Test-MgBetaUserInformationProtectionDataLossPreventionPolicy --- @@ -22,11 +22,12 @@ Invoke action evaluate ``` Test-MgBetaUserInformationProtectionDataLossPreventionPolicy -UserId [-ResponseHeadersVariable ] [-AdditionalProperties ] + [-ClassifyText ] [-EvaluationInput ] [-NotificationInfo ] [-Target ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Evaluate @@ -37,7 +38,6 @@ Test-MgBetaUserInformationProtectionDataLossPreventionPolicy -UserId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### EvaluateViaIdentityExpanded @@ -45,11 +45,12 @@ Test-MgBetaUserInformationProtectionDataLossPreventionPolicy -UserId ``` Test-MgBetaUserInformationProtectionDataLossPreventionPolicy -InputObject [-ResponseHeadersVariable ] [-AdditionalProperties ] + [-ClassifyText ] [-EvaluationInput ] [-NotificationInfo ] [-Target ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### EvaluateViaIdentity @@ -60,7 +61,6 @@ Test-MgBetaUserInformationProtectionDataLossPreventionPolicy -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -150,6 +150,34 @@ AcceptedValues: [] HelpMessage: '' ``` +### -ClassifyText + +textClassificationRequest +To construct, see NOTES section for CLASSIFYTEXT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphTextClassificationRequest +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: EvaluateViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: EvaluateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + ### -Confirm Prompts you for confirmation before running the cmdlet. @@ -516,6 +544,18 @@ For information on hash tables, run Get-Help about_Hash_Tables. BODYPARAMETER ``: . [(Any) ]: This indicates any property can be added to this object. + [ClassifyText ]: textClassificationRequest + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [ContentMetaData ]: classificationRequestContentMetaData + [(Any) ]: This indicates any property can be added to this object. + [SourceId ]: + [FileExtension ]: + [MatchTolerancesToInclude ]: mlClassificationMatchTolerance + [ScopesToRun ]: sensitiveTypeScope + [SensitiveTypeIds ]: + [Text ]: [EvaluationInput ]: dlpEvaluationInput [(Any) ]: This indicates any property can be added to this object. [CurrentLabel ]: currentLabel @@ -534,6 +574,19 @@ BODYPARAMETER `]: [Target ]: +CLASSIFYTEXT ``: textClassificationRequest + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [ContentMetaData ]: classificationRequestContentMetaData + [(Any) ]: This indicates any property can be added to this object. + [SourceId ]: + [FileExtension ]: + [MatchTolerancesToInclude ]: mlClassificationMatchTolerance + [ScopesToRun ]: sensitiveTypeScope + [SensitiveTypeIds ]: + [Text ]: + EVALUATIONINPUT ``: dlpEvaluationInput [(Any) ]: This indicates any property can be added to this object. [CurrentLabel ]: currentLabel @@ -598,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 3a41f3bef93cc..c8689849c5dce 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: 02/20/2026 +ms.date: 07/10/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 e07948d65a14f..e73e350209cab 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: 02/20/2026 +ms.date: 07/10/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 dc6cda033b43b..503fe5503aee4 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: 02/20/2026 +ms.date: 07/10/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 05cb5d362bda6..d529c4c406d6b 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: 02/20/2026 +ms.date: 07/10/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 f851ac24984fe..a6323df36f85f 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: 02/20/2026 +ms.date: 07/10/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 d1285bb486514..d9c80b3f96be3 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: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaAgentRiskDetection --- @@ -22,12 +22,15 @@ Update the navigation property agentRiskDetections in identityProtection ``` Update-MgBetaAgentRiskDetection -AgentRiskDetectionId [-ResponseHeadersVariable ] [-ActivityDateTime ] [-AdditionalInfo ] [-AdditionalProperties ] - [-AgentDisplayName ] [-AgentId ] [-DetectedDateTime ] - [-DetectionTimingType ] [-Id ] [-LastModifiedDateTime ] - [-RiskDetail ] [-RiskEventType ] [-RiskEvidence ] [-RiskLevel ] - [-RiskState ] [-Break] [-Headers ] [-HttpPipelineAppend ] + [-AgentDisplayName ] [-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] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -37,7 +40,7 @@ Update-MgBetaAgentRiskDetection -AgentRiskDetectionId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -46,12 +49,14 @@ Update-MgBetaAgentRiskDetection -AgentRiskDetectionId Update-MgBetaAgentRiskDetection -InputObject [-ResponseHeadersVariable ] [-ActivityDateTime ] [-AdditionalInfo ] [-AdditionalProperties ] [-AgentDisplayName ] [-AgentId ] - [-DetectedDateTime ] [-DetectionTimingType ] [-Id ] - [-LastModifiedDateTime ] [-RiskDetail ] [-RiskEventType ] - [-RiskEvidence ] [-RiskLevel ] [-RiskState ] [-Break] - [-Headers ] [-HttpPipelineAppend ] + [-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 @@ -61,7 +66,7 @@ Update-MgBetaAgentRiskDetection -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -244,6 +249,34 @@ AcceptedValues: [] HelpMessage: '' ``` +### -BlueprintId + +The identifier of the blueprint associated with the agent. +Nullable. + +```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: '' +``` + ### -BodyParameter agentRiskDetection @@ -293,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. @@ -349,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: '' @@ -463,6 +550,60 @@ AcceptedValues: [] HelpMessage: '' ``` +### -IdentityId + + + +```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: '' +``` + +### -IdentityType + +agentIdentityType + +```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: '' +``` + ### -InputObject Identity Parameter @@ -741,6 +882,115 @@ 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: '' +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: '' +``` + +### -Source + +The source system that generated the risk detection. +Nullable. + +```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: '' +``` + ### -WhatIf Runs the command in a mode that only reports what would happen without performing the actions. @@ -812,11 +1062,17 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. This is equivalent to 'id' to the specific agent type. 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). [RiskDetail ]: riskDetail @@ -826,6 +1082,11 @@ 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. INPUTOBJECT ``: Identity Parameter [ActivityBasedTimeoutPolicyId ]: The unique identifier of activityBasedTimeoutPolicy @@ -877,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 bc821b5710b1c..ccd13691f9b2a 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: 02/20/2026 +ms.date: 07/10/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 7b20cff3b6bee..96e7a797ca38a 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: 02/20/2026 +ms.date: 07/10/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 c51ed8e4f64a1..a4126b064e04b 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: 02/20/2026 +ms.date: 07/10/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 c934b37b26d96..e8dadd74b9b24 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: 02/20/2026 +ms.date: 07/10/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 e0193a1fef40c..d04afac65703a 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: 02/20/2026 +ms.date: 07/10/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 73a677144eba4..a8000c4964e35 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: 02/20/2026 +ms.date: 07/10/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 1479a4da3bb0a..e2a0b0bfbdab7 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: 02/20/2026 +ms.date: 07/10/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 589d18e2a80ed..19cbf3d25770c 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: 02/20/2026 +ms.date: 07/10/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 d9faf2ae69f02..6c7d679f74ebb 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: 02/20/2026 +ms.date: 07/10/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 7f33364b3ccbf..ac3e0b9435ae8 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: 02/20/2026 +ms.date: 07/10/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 808a02bb2ffd9..7bd39ca6dea76 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: 02/20/2026 +ms.date: 07/10/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 20ea07cb1ba5b..356783f9e628e 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: 02/20/2026 +ms.date: 07/10/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 3f10f964f572e..d7bb9ca6ffacc 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: 02/20/2026 +ms.date: 07/10/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 a53a3303808dd..d3fda9ec73443 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: 02/20/2026 +ms.date: 07/10/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 6190c8243c83d..90be73b75b762 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: 02/20/2026 +ms.date: 07/10/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 7965296b3b6fc..2629479084590 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: 02/20/2026 +ms.date: 07/10/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 d520eb0a8273d..85c42d5584e3d 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: 02/20/2026 +ms.date: 07/10/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 581b4b0106294..247bd933015f5 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: 02/20/2026 +ms.date: 07/10/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 4cf50554b6641..88d6c3cc30157 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: 02/20/2026 +ms.date: 07/10/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 3d6c68bbb5547..ab0df74721532 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: 02/20/2026 +ms.date: 07/10/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 ff7acfa452503..1289f159e3358 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: 02/20/2026 +ms.date: 07/10/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 22668381420e2..8d162ebb2e7ee 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: 02/20/2026 +ms.date: 07/10/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 5ba795a6dfed4..176af42694a7f 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: 02/20/2026 +ms.date: 07/10/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 2011c3cbb444a..f732ff0bd811f 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: 02/20/2026 +ms.date: 07/10/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 98a80f05541c3..549322dcd13cd 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: 02/20/2026 +ms.date: 07/10/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 ce20fa8ed790c..242c3011e5b66 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: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentityConditionalAccessDeletedItem --- @@ -15,6 +15,9 @@ title: Update-MgBetaIdentityConditionalAccessDeletedItem Update the navigation property deletedItems in identity +> [!NOTE] +> To view the v1.0 release of this cmdlet, view [Update-MgIdentityConditionalAccessDeletedItem](/powershell/module/Microsoft.Graph.Identity.SignIns/Update-MgIdentityConditionalAccessDeletedItem?view=graph-powershell-1.0) + ## SYNTAX ### UpdateExpanded (Default) @@ -26,7 +29,6 @@ Update-MgBetaIdentityConditionalAccessDeletedItem [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -36,7 +38,7 @@ Update-MgBetaIdentityConditionalAccessDeletedItem -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -540,9 +542,10 @@ Supports $filter (eq, ne, not , and in). [PolicyType ]: authenticationStrengthPolicyType [RequirementsSatisfied ]: authenticationStrengthRequirements [BuiltInControls ]: List of values of built-in controls required by the policy. -Possible values: block, mfa, compliantDevice, domainJoinedDevice, approvedApplication, compliantApplication, passwordChange, unknownFutureValue. +Possible values: block, mfa, compliantDevice, domainJoinedDevice, approvedApplication, compliantApplication, passwordChange, unknownFutureValue, riskRemediation. +Use the Prefer: include-unknown-enum-members request header to get the following value in this evolvable enum: riskRemediation. [CustomAuthenticationFactors ]: List of custom controls IDs required by the policy. -To learn more about custom control, see Custom controls (preview). +For more information, see Custom controls. [Operator ]: Defines the relationship of the grant controls. Possible values: AND, OR. [TermsOfUse ]: List of terms of use IDs required by the policy. @@ -715,9 +718,10 @@ Supports $filter (eq, ne, not , and in). [PolicyType ]: authenticationStrengthPolicyType [RequirementsSatisfied ]: authenticationStrengthRequirements [BuiltInControls ]: List of values of built-in controls required by the policy. -Possible values: block, mfa, compliantDevice, domainJoinedDevice, approvedApplication, compliantApplication, passwordChange, unknownFutureValue. +Possible values: block, mfa, compliantDevice, domainJoinedDevice, approvedApplication, compliantApplication, passwordChange, unknownFutureValue, riskRemediation. +Use the Prefer: include-unknown-enum-members request header to get the following value in this evolvable enum: riskRemediation. [CustomAuthenticationFactors ]: List of custom controls IDs required by the policy. -To learn more about custom control, see Custom controls (preview). +For more information, see Custom controls. [Operator ]: Defines the relationship of the grant controls. Possible values: AND, OR. [TermsOfUse ]: List of terms of use IDs required by the policy. 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 040c67b5ab0d3..b523f143a82c0 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: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentityConditionalAccessDeletedItemNamedLocation --- @@ -15,6 +15,9 @@ title: Update-MgBetaIdentityConditionalAccessDeletedItemNamedLocation Update the navigation property namedLocations in identity +> [!NOTE] +> To view the v1.0 release of this cmdlet, view [Update-MgIdentityConditionalAccessDeletedItemNamedLocation](/powershell/module/Microsoft.Graph.Identity.SignIns/Update-MgIdentityConditionalAccessDeletedItemNamedLocation?view=graph-powershell-1.0) + ## SYNTAX ### UpdateExpanded (Default) @@ -26,7 +29,6 @@ Update-MgBetaIdentityConditionalAccessDeletedItemNamedLocation -NamedLocationId [-ModifiedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -36,7 +38,7 @@ Update-MgBetaIdentityConditionalAccessDeletedItemNamedLocation -NamedLocationId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -48,7 +50,7 @@ Update-MgBetaIdentityConditionalAccessDeletedItemNamedLocation [-DisplayName ] [-Id ] [-ModifiedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -59,7 +61,6 @@ Update-MgBetaIdentityConditionalAccessDeletedItemNamedLocation [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -633,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/Update-MgBetaIdentityConditionalAccessDeletedItemPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaIdentityConditionalAccessDeletedItemPolicy.md index f0b1aba3d46d8..9eb0e29e15525 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: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentityConditionalAccessDeletedItemPolicy --- @@ -15,6 +15,9 @@ title: Update-MgBetaIdentityConditionalAccessDeletedItemPolicy Update the navigation property policies in identity +> [!NOTE] +> To view the v1.0 release of this cmdlet, view [Update-MgIdentityConditionalAccessDeletedItemPolicy](/powershell/module/Microsoft.Graph.Identity.SignIns/Update-MgIdentityConditionalAccessDeletedItemPolicy?view=graph-powershell-1.0) + ## SYNTAX ### UpdateExpanded (Default) @@ -28,7 +31,7 @@ Update-MgBetaIdentityConditionalAccessDeletedItemPolicy -ConditionalAccessPolicy [-ModifiedDateTime ] [-SessionControls ] [-State ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -38,7 +41,7 @@ Update-MgBetaIdentityConditionalAccessDeletedItemPolicy -ConditionalAccessPolicy -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -52,7 +55,7 @@ Update-MgBetaIdentityConditionalAccessDeletedItemPolicy -InputObject ] [-SessionControls ] [-State ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -62,7 +65,7 @@ Update-MgBetaIdentityConditionalAccessDeletedItemPolicy -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -827,9 +830,10 @@ Supports $filter (eq, ne, not , and in). [PolicyType ]: authenticationStrengthPolicyType [RequirementsSatisfied ]: authenticationStrengthRequirements [BuiltInControls ]: List of values of built-in controls required by the policy. -Possible values: block, mfa, compliantDevice, domainJoinedDevice, approvedApplication, compliantApplication, passwordChange, unknownFutureValue. +Possible values: block, mfa, compliantDevice, domainJoinedDevice, approvedApplication, compliantApplication, passwordChange, unknownFutureValue, riskRemediation. +Use the Prefer: include-unknown-enum-members request header to get the following value in this evolvable enum: riskRemediation. [CustomAuthenticationFactors ]: List of custom controls IDs required by the policy. -To learn more about custom control, see Custom controls (preview). +For more information, see Custom controls. [Operator ]: Defines the relationship of the grant controls. Possible values: AND, OR. [TermsOfUse ]: List of terms of use IDs required by the policy. @@ -980,9 +984,10 @@ Supports $filter (eq, ne, not , and in). [PolicyType ]: authenticationStrengthPolicyType [RequirementsSatisfied ]: authenticationStrengthRequirements [BuiltInControls ]: List of values of built-in controls required by the policy. -Possible values: block, mfa, compliantDevice, domainJoinedDevice, approvedApplication, compliantApplication, passwordChange, unknownFutureValue. +Possible values: block, mfa, compliantDevice, domainJoinedDevice, approvedApplication, compliantApplication, passwordChange, unknownFutureValue, riskRemediation. +Use the Prefer: include-unknown-enum-members request header to get the following value in this evolvable enum: riskRemediation. [CustomAuthenticationFactors ]: List of custom controls IDs required by the policy. -To learn more about custom control, see Custom controls (preview). +For more information, see Custom controls. [Operator ]: Defines the relationship of the grant controls. Possible values: AND, OR. [TermsOfUse ]: List of terms of use IDs required by the policy. @@ -1037,6 +1042,7 @@ INPUTOBJECT ``: Identity Parameter [LabelIds ]: Usage: labelIds={labelIds} [Locale ]: Usage: locale='{locale}' [LongRunningOperationId ]: The unique identifier of longRunningOperation + [M365CapabilityBaseName ]: The unique identifier of m365CapabilityBase [MicrosoftAuthenticatorAuthenticationMethodId ]: The unique identifier of microsoftAuthenticatorAuthenticationMethod [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 03411077dc3a4..ec598abdc9f61 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: 02/20/2026 +ms.date: 07/10/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 cb4186bc1d711..fb3b6afa0b33a 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: 02/20/2026 +ms.date: 07/10/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 @@ -859,9 +859,10 @@ Supports $filter (eq, ne, not , and in). [PolicyType ]: authenticationStrengthPolicyType [RequirementsSatisfied ]: authenticationStrengthRequirements [BuiltInControls ]: List of values of built-in controls required by the policy. -Possible values: block, mfa, compliantDevice, domainJoinedDevice, approvedApplication, compliantApplication, passwordChange, unknownFutureValue. +Possible values: block, mfa, compliantDevice, domainJoinedDevice, approvedApplication, compliantApplication, passwordChange, unknownFutureValue, riskRemediation. +Use the Prefer: include-unknown-enum-members request header to get the following value in this evolvable enum: riskRemediation. [CustomAuthenticationFactors ]: List of custom controls IDs required by the policy. -To learn more about custom control, see Custom controls (preview). +For more information, see Custom controls. [Operator ]: Defines the relationship of the grant controls. Possible values: AND, OR. [TermsOfUse ]: List of terms of use IDs required by the policy. @@ -1012,9 +1013,10 @@ Supports $filter (eq, ne, not , and in). [PolicyType ]: authenticationStrengthPolicyType [RequirementsSatisfied ]: authenticationStrengthRequirements [BuiltInControls ]: List of values of built-in controls required by the policy. -Possible values: block, mfa, compliantDevice, domainJoinedDevice, approvedApplication, compliantApplication, passwordChange, unknownFutureValue. +Possible values: block, mfa, compliantDevice, domainJoinedDevice, approvedApplication, compliantApplication, passwordChange, unknownFutureValue, riskRemediation. +Use the Prefer: include-unknown-enum-members request header to get the following value in this evolvable enum: riskRemediation. [CustomAuthenticationFactors ]: List of custom controls IDs required by the policy. -To learn more about custom control, see Custom controls (preview). +For more information, see Custom controls. [Operator ]: Defines the relationship of the grant controls. Possible values: AND, OR. [TermsOfUse ]: List of terms of use IDs required by the policy. @@ -1069,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 de36caa0a96b1..b21e1643a1fa6 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: 02/20/2026 +ms.date: 07/10/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 2dd36a6781757..1f6fd3899a2fd 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: 02/20/2026 +ms.date: 07/10/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 22de8fac2c3b1..e124ac7851dfe 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: 02/20/2026 +ms.date: 07/10/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 581d9f0b85caf..664d53bd2b00b 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: 02/20/2026 +ms.date: 07/10/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 75695ad2317b4..4c3c767fc977b 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: 02/20/2026 +ms.date: 07/10/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 @@ -69,14 +69,6 @@ This cmdlet has the following aliases, Update the navigation property fraudProtectionProviders in identity -**Permissions** - -| Permission type | Permissions (from least to most privileged) | -| --------------- | ------------------------------------------ | -| Delegated (work or school account) | RiskPreventionProviders.ReadWrite.All, | -| Delegated (personal Microsoft account) | Not supported | -| Application | RiskPreventionProviders.ReadWrite.All, | - ## PARAMETERS ### -AdditionalProperties @@ -547,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 db9d542fad800..65c20f7b68a9e 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: 02/20/2026 +ms.date: 07/10/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,13 +73,23 @@ This cmdlet has the following aliases, Update the properties of a webApplicationFirewallProvider object. -**Permissions** +## 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. -| Permission type | Permissions (from least to most privileged) | -| --------------- | ------------------------------------------ | -| Delegated (work or school account) | RiskPreventionProviders.ReadWrite.All, | -| Delegated (personal Microsoft account) | Not supported | -| Application | RiskPreventionProviders.ReadWrite.All, | ## PARAMETERS @@ -551,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 @@ -623,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 a91e045c5a470..2d105f0e79518 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: 02/20/2026 +ms.date: 07/10/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 458ec50822108..6870433ebb7b7 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: 02/20/2026 +ms.date: 07/10/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 8608310b6a5b4..997855f289880 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: 02/20/2026 +ms.date: 07/10/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 711a1ad50ea7e..6ebff174254b4 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: 02/20/2026 +ms.date: 07/10/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 8851edfaadc21..5153a063266c3 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: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentityVerifiedId --- @@ -15,6 +15,9 @@ title: Update-MgBetaIdentityVerifiedId Update the navigation property verifiedId in identity +> [!NOTE] +> To view the v1.0 release of this cmdlet, view [Update-MgIdentityVerifiedId](/powershell/module/Microsoft.Graph.Identity.SignIns/Update-MgIdentityVerifiedId?view=graph-powershell-1.0) + ## SYNTAX ### UpdateExpanded (Default) @@ -24,7 +27,7 @@ Update-MgBetaIdentityVerifiedId [-ResponseHeadersVariable ] [-AdditionalProperties ] [-Id ] [-Profiles ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -34,7 +37,6 @@ Update-MgBetaIdentityVerifiedId -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -391,7 +393,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 +407,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 +432,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 +446,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 6d7e0c411160e..9f16c4784d4df 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: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaIdentityVerifiedIdProfile --- @@ -15,6 +15,9 @@ title: Update-MgBetaIdentityVerifiedIdProfile Update the properties of a verifiedIdProfile object. +> [!NOTE] +> To view the v1.0 release of this cmdlet, view [Update-MgIdentityVerifiedIdProfile](/powershell/module/Microsoft.Graph.Identity.SignIns/Update-MgIdentityVerifiedIdProfile?view=graph-powershell-1.0) + ## SYNTAX ### UpdateExpanded (Default) @@ -28,7 +31,7 @@ Update-MgBetaIdentityVerifiedIdProfile -VerifiedIdProfileId [-VerifiedIdUsageConfigurations ] [-VerifierDid ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -38,7 +41,7 @@ Update-MgBetaIdentityVerifiedIdProfile -VerifiedIdProfileId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -52,7 +55,7 @@ Update-MgBetaIdentityVerifiedIdProfile -InputObject [-VerifiedIdUsageConfigurations ] [-VerifierDid ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -62,7 +65,7 @@ Update-MgBetaIdentityVerifiedIdProfile -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -74,6 +77,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 +749,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 +763,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 +783,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 +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 @@ -856,8 +889,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 +929,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 55b8cd79fdf60..b4330ff8d97d0 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: 02/20/2026 +ms.date: 07/10/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 10b37c18b4d88..525c1b001ceb3 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: 02/20/2026 +ms.date: 07/10/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 24d05e4f23df1..23dea7ac5d896 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: 02/20/2026 +ms.date: 07/10/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 130522446d98e..a2eaeca6a44ab 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: 02/20/2026 +ms.date: 07/10/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 83a5a1c837a64..eef47498d0fb2 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: 02/20/2026 +ms.date: 07/10/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 88b2bf022f14d..87988657b7616 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: 02/20/2026 +ms.date: 07/10/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 c769890179675..184e8eb27a433 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: 02/20/2026 +ms.date: 07/10/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 571ca0abc1cb2..4a5992ce2bcd1 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: 02/20/2026 +ms.date: 07/10/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 94b4f87deb658..ebf91ebf92b31 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: 02/20/2026 +ms.date: 07/10/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 6ac15a336d1dd..daebba35c3e23 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: 02/20/2026 +ms.date: 07/10/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 16772a738abde..31ff574759c65 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: 02/20/2026 +ms.date: 07/10/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 @@ -89,11 +87,7 @@ Update the properties of an activityBasedTimeoutPolicy object. Import-Module Microsoft.Graph.Beta.Identity.SignIns $params = @{ - definition = @( - "definition-value" -) -displayName = "displayName-value" -isOrganizationDefault = $true + displayName = "Idle timeout for all apps" } Update-MgBetaPolicyActivityBasedTimeoutPolicy -ActivityBasedTimeoutPolicyId $activityBasedTimeoutPolicyId -BodyParameter $params @@ -714,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 72a537724d583..836a74ef1122f 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: 02/20/2026 +ms.date: 07/10/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 8618c5c3ec2e1..51e8eac93c62a 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: 02/20/2026 +ms.date: 07/10/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 @@ -678,22 +676,23 @@ Always null when the object hasn't been deleted. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -723,12 +722,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration INPUTOBJECT ``: Identity Parameter [ActivityBasedTimeoutPolicyId ]: The unique identifier of activityBasedTimeoutPolicy @@ -780,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 @@ -829,22 +886,23 @@ INPUTOBJECT ``: Identity Parameter RESTRICTIONS ``: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -874,12 +932,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration ## RELATED LINKS 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 e84c16ec998a1..68de8d8f3f8a3 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: 02/20/2026 +ms.date: 07/10/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 9a57391bfa917..178d0dae7c1e2 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: 02/20/2026 +ms.date: 07/10/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 0617c8520a31f..481180da8ecad 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: 02/20/2026 +ms.date: 07/10/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 ebb2577282a60..81daed6a63dd6 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: 02/20/2026 +ms.date: 07/10/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 c0337a947d591..d23f7d7fb7146 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: 02/20/2026 +ms.date: 07/10/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 ab8167b14262b..b19d9f111df3f 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: 02/20/2026 +ms.date: 07/10/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 2a69e36591f2b..850d279c1766c 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: 02/20/2026 +ms.date: 07/10/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 7ed231230bdc1..ec0629e1903bd 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: 02/20/2026 +ms.date: 07/10/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 b615198d6bb84..a029aa36b3508 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: 02/20/2026 +ms.date: 07/10/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 7234f37131c50..98598733b236a 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: 02/20/2026 +ms.date: 07/10/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 0c21a81dd4173..f47cf9372a95a 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: 02/20/2026 +ms.date: 07/10/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 65637ca9becf0..56cc0d6fe353d 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: 02/20/2026 +ms.date: 07/10/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 @@ -589,11 +587,7 @@ Supported values for this field are: microsoftonline.com, microsoftonline.us, an [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [AutomaticUserConsentSettings ]: inboundOutboundPolicyConfiguration - [(Any) ]: This indicates any property can be added to this object. - [InboundAllowed ]: Defines whether external users coming inbound are allowed. - [OutboundAllowed ]: Defines whether internal users are allowed to go outbound. - [B2BCollaborationInbound ]: crossTenantAccessPolicyB2BSetting + [AppServiceConnectInbound ]: crossTenantAccessPolicyAppServiceConnectSetting [(Any) ]: This indicates any property can be added to this object. [Applications ]: crossTenantAccessPolicyTargetConfiguration [(Any) ]: This indicates any property can be added to this object. @@ -602,10 +596,19 @@ Read-only. [Target ]: Defines the target for cross-tenant access policy settings and can have one of the following values: The unique identifier of the user, group, or application AllUsers AllApplications - Refers to any Microsoft cloud application. Office365 - Includes the applications mentioned as part of the Office 365 suite. [TargetType ]: crossTenantAccessPolicyTargetType + [AutomaticUserConsentSettings ]: inboundOutboundPolicyConfiguration + [(Any) ]: This indicates any property can be added to this object. + [InboundAllowed ]: Defines whether external users coming inbound are allowed. + [OutboundAllowed ]: Defines whether internal users are allowed to go outbound. + [B2BCollaborationInbound ]: crossTenantAccessPolicyB2BSetting + [(Any) ]: This indicates any property can be added to this object. + [Applications ]: crossTenantAccessPolicyTargetConfiguration [UsersAndGroups ]: crossTenantAccessPolicyTargetConfiguration [B2BCollaborationOutbound ]: crossTenantAccessPolicyB2BSetting [B2BDirectConnectInbound ]: crossTenantAccessPolicyB2BSetting [B2BDirectConnectOutbound ]: crossTenantAccessPolicyB2BSetting + [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. @@ -618,6 +621,30 @@ 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 + [M365CollaborationOutbound ]: crossTenantAccessPolicyM365CollaborationOutboundSetting + [(Any) ]: This indicates any property can be added to this object. + [UsersAndGroups ]: crossTenantAccessPolicyTargetConfiguration [TenantRestrictions ]: crossTenantAccessPolicyTenantRestrictions [(Any) ]: This indicates any property can be added to this object. [Applications ]: crossTenantAccessPolicyTargetConfiguration @@ -629,22 +656,28 @@ If false, the default settings are customized. For example, device.deviceAttribute2 -eq 'PrivilegedAccessWorkstation'. [Partners ]: Defines partner-specific configurations for external Microsoft Entra organizations. [DeletedDateTime ]: Shows the last date and time the policy was deleted. + [AppServiceConnectInbound ]: crossTenantAccessPolicyAppServiceConnectSetting [AutomaticUserConsentSettings ]: inboundOutboundPolicyConfiguration [B2BCollaborationInbound ]: crossTenantAccessPolicyB2BSetting [B2BCollaborationOutbound ]: crossTenantAccessPolicyB2BSetting [B2BDirectConnectInbound ]: crossTenantAccessPolicyB2BSetting [B2BDirectConnectOutbound ]: crossTenantAccessPolicyB2BSetting + [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. - [DisplayName ]: Display name for the cross-tenant user synchronization policy. + [DisplayName ]: Display name for the cross-tenant user and group synchronization policy. Use the name of the partner Microsoft Entra tenant to easily identify the policy. Optional. [ExternalCloudAuthorizedApplicationId ]: [GroupSyncInbound ]: crossTenantGroupSyncInbound [(Any) ]: This indicates any property can be added to this object. - [IsSyncAllowed ]: + [IsSyncAllowed ]: Defines whether group objects should be synchronized from the partner tenant. +false stops any current group synchronization from the source tenant to the target tenant. +This property has no impact on existing groups that were synchronized. [TenantId ]: Tenant identifier for the partner Microsoft Entra organization. +Key. Read-only. [UserSyncInbound ]: crossTenantUserSyncInbound [(Any) ]: This indicates any property can be added to this object. @@ -654,6 +687,9 @@ 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. Read-only. Key. @@ -684,11 +720,7 @@ DEFAULT ``: crossTen [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [AutomaticUserConsentSettings ]: inboundOutboundPolicyConfiguration - [(Any) ]: This indicates any property can be added to this object. - [InboundAllowed ]: Defines whether external users coming inbound are allowed. - [OutboundAllowed ]: Defines whether internal users are allowed to go outbound. - [B2BCollaborationInbound ]: crossTenantAccessPolicyB2BSetting + [AppServiceConnectInbound ]: crossTenantAccessPolicyAppServiceConnectSetting [(Any) ]: This indicates any property can be added to this object. [Applications ]: crossTenantAccessPolicyTargetConfiguration [(Any) ]: This indicates any property can be added to this object. @@ -697,10 +729,19 @@ Read-only. [Target ]: Defines the target for cross-tenant access policy settings and can have one of the following values: The unique identifier of the user, group, or application AllUsers AllApplications - Refers to any Microsoft cloud application. Office365 - Includes the applications mentioned as part of the Office 365 suite. [TargetType ]: crossTenantAccessPolicyTargetType + [AutomaticUserConsentSettings ]: inboundOutboundPolicyConfiguration + [(Any) ]: This indicates any property can be added to this object. + [InboundAllowed ]: Defines whether external users coming inbound are allowed. + [OutboundAllowed ]: Defines whether internal users are allowed to go outbound. + [B2BCollaborationInbound ]: crossTenantAccessPolicyB2BSetting + [(Any) ]: This indicates any property can be added to this object. + [Applications ]: crossTenantAccessPolicyTargetConfiguration [UsersAndGroups ]: crossTenantAccessPolicyTargetConfiguration [B2BCollaborationOutbound ]: crossTenantAccessPolicyB2BSetting [B2BDirectConnectInbound ]: crossTenantAccessPolicyB2BSetting [B2BDirectConnectOutbound ]: crossTenantAccessPolicyB2BSetting + [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. @@ -713,6 +754,30 @@ 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 + [M365CollaborationOutbound ]: crossTenantAccessPolicyM365CollaborationOutboundSetting + [(Any) ]: This indicates any property can be added to this object. + [UsersAndGroups ]: crossTenantAccessPolicyTargetConfiguration [TenantRestrictions ]: crossTenantAccessPolicyTenantRestrictions [(Any) ]: This indicates any property can be added to this object. [Applications ]: crossTenantAccessPolicyTargetConfiguration @@ -725,11 +790,7 @@ For example, device.deviceAttribute2 -eq 'PrivilegedAccessWorkstation'. PARTNERS : Defines partner-specific configurations for external Microsoft Entra organizations. [DeletedDateTime ]: Shows the last date and time the policy was deleted. - [AutomaticUserConsentSettings ]: inboundOutboundPolicyConfiguration - [(Any) ]: This indicates any property can be added to this object. - [InboundAllowed ]: Defines whether external users coming inbound are allowed. - [OutboundAllowed ]: Defines whether internal users are allowed to go outbound. - [B2BCollaborationInbound ]: crossTenantAccessPolicyB2BSetting + [AppServiceConnectInbound ]: crossTenantAccessPolicyAppServiceConnectSetting [(Any) ]: This indicates any property can be added to this object. [Applications ]: crossTenantAccessPolicyTargetConfiguration [(Any) ]: This indicates any property can be added to this object. @@ -738,21 +799,33 @@ PARTNERS : Defines [Target ]: Defines the target for cross-tenant access policy settings and can have one of the following values: The unique identifier of the user, group, or application AllUsers AllApplications - Refers to any Microsoft cloud application. Office365 - Includes the applications mentioned as part of the Office 365 suite. [TargetType ]: crossTenantAccessPolicyTargetType + [AutomaticUserConsentSettings ]: inboundOutboundPolicyConfiguration + [(Any) ]: This indicates any property can be added to this object. + [InboundAllowed ]: Defines whether external users coming inbound are allowed. + [OutboundAllowed ]: Defines whether internal users are allowed to go outbound. + [B2BCollaborationInbound ]: crossTenantAccessPolicyB2BSetting + [(Any) ]: This indicates any property can be added to this object. + [Applications ]: crossTenantAccessPolicyTargetConfiguration [UsersAndGroups ]: crossTenantAccessPolicyTargetConfiguration [B2BCollaborationOutbound ]: crossTenantAccessPolicyB2BSetting [B2BDirectConnectInbound ]: crossTenantAccessPolicyB2BSetting [B2BDirectConnectOutbound ]: crossTenantAccessPolicyB2BSetting + [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. - [DisplayName ]: Display name for the cross-tenant user synchronization policy. + [DisplayName ]: Display name for the cross-tenant user and group synchronization policy. Use the name of the partner Microsoft Entra tenant to easily identify the policy. Optional. [ExternalCloudAuthorizedApplicationId ]: [GroupSyncInbound ]: crossTenantGroupSyncInbound [(Any) ]: This indicates any property can be added to this object. - [IsSyncAllowed ]: + [IsSyncAllowed ]: Defines whether group objects should be synchronized from the partner tenant. +false stops any current group synchronization from the source tenant to the target tenant. +This property has no impact on existing groups that were synchronized. [TenantId ]: Tenant identifier for the partner Microsoft Entra organization. +Key. Read-only. [UserSyncInbound ]: crossTenantUserSyncInbound [(Any) ]: This indicates any property can be added to this object. @@ -766,6 +839,30 @@ 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 + [M365CollaborationOutbound ]: crossTenantAccessPolicyM365CollaborationOutboundSetting + [(Any) ]: This indicates any property can be added to this object. + [UsersAndGroups ]: crossTenantAccessPolicyTargetConfiguration [TenantId ]: The tenant identifier for the partner Microsoft Entra organization. Read-only. Key. 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 ad6ee5893ba69..c04cb28bf7122 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: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaPolicyCrossTenantAccessPolicyDefault --- @@ -25,17 +25,22 @@ Update the default configuration of a cross-tenant access policy. ``` Update-MgBetaPolicyCrossTenantAccessPolicyDefault [-ResponseHeadersVariable ] [-AdditionalProperties ] + [-AppServiceConnectInbound ] [-AutomaticUserConsentSettings ] [-B2BCollaborationInbound ] [-B2BCollaborationOutbound ] [-B2BDirectConnectInbound ] - [-B2BDirectConnectOutbound ] [-Id ] + [-B2BDirectConnectOutbound ] + [-BlockServiceProviderOutboundAccess] [-Id ] [-InboundTrust ] [-InvitationRedemptionIdentityProviderConfiguration ] [-IsServiceDefault] + [-M365Capabilities ] + [-M365CollaborationInbound ] + [-M365CollaborationOutbound ] [-TenantRestrictions ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -46,7 +51,6 @@ Update-MgBetaPolicyCrossTenantAccessPolicyDefault [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -169,6 +173,28 @@ AcceptedValues: [] HelpMessage: '' ``` +### -AppServiceConnectInbound + +crossTenantAccessPolicyAppServiceConnectSetting +To construct, see NOTES section for APPSERVICECONNECTINBOUND properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphCrossTenantAccessPolicyAppServiceConnectSetting +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + ### -AutomaticUserConsentSettings inboundOutboundPolicyConfiguration @@ -279,6 +305,28 @@ AcceptedValues: [] 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 +DefaultValue: False +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + ### -BodyParameter crossTenantAccessPolicyConfigurationDefault @@ -494,6 +542,72 @@ 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 +To construct, see NOTES section for M365COLLABORATIONINBOUND properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphCrossTenantAccessPolicyM365CollaborationInboundSetting +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UpdateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -M365CollaborationOutbound + +crossTenantAccessPolicyM365CollaborationOutboundSetting +To construct, see NOTES section for M365COLLABORATIONOUTBOUND properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphCrossTenantAccessPolicyM365CollaborationOutboundSetting +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 @@ -653,6 +767,16 @@ 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. +APPSERVICECONNECTINBOUND ``: crossTenantAccessPolicyAppServiceConnectSetting + [(Any) ]: This indicates any property can be added to this object. + [Applications ]: crossTenantAccessPolicyTargetConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AccessType ]: crossTenantAccessPolicyTargetConfigurationAccessType + [Targets ]: Specifies whether to target users, groups, or applications with this rule. + [Target ]: Defines the target for cross-tenant access policy settings and can have one of the following values: The unique identifier of the user, group, or application AllUsers AllApplications - Refers to any Microsoft cloud application. + Office365 - Includes the applications mentioned as part of the Office 365 suite. + [TargetType ]: crossTenantAccessPolicyTargetType + AUTOMATICUSERCONSENTSETTINGS ``: inboundOutboundPolicyConfiguration [(Any) ]: This indicates any property can be added to this object. [InboundAllowed ]: Defines whether external users coming inbound are allowed. @@ -706,11 +830,7 @@ BODYPARAMETER ``: cr [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [AutomaticUserConsentSettings ]: inboundOutboundPolicyConfiguration - [(Any) ]: This indicates any property can be added to this object. - [InboundAllowed ]: Defines whether external users coming inbound are allowed. - [OutboundAllowed ]: Defines whether internal users are allowed to go outbound. - [B2BCollaborationInbound ]: crossTenantAccessPolicyB2BSetting + [AppServiceConnectInbound ]: crossTenantAccessPolicyAppServiceConnectSetting [(Any) ]: This indicates any property can be added to this object. [Applications ]: crossTenantAccessPolicyTargetConfiguration [(Any) ]: This indicates any property can be added to this object. @@ -719,10 +839,19 @@ Read-only. [Target ]: Defines the target for cross-tenant access policy settings and can have one of the following values: The unique identifier of the user, group, or application AllUsers AllApplications - Refers to any Microsoft cloud application. Office365 - Includes the applications mentioned as part of the Office 365 suite. [TargetType ]: crossTenantAccessPolicyTargetType + [AutomaticUserConsentSettings ]: inboundOutboundPolicyConfiguration + [(Any) ]: This indicates any property can be added to this object. + [InboundAllowed ]: Defines whether external users coming inbound are allowed. + [OutboundAllowed ]: Defines whether internal users are allowed to go outbound. + [B2BCollaborationInbound ]: crossTenantAccessPolicyB2BSetting + [(Any) ]: This indicates any property can be added to this object. + [Applications ]: crossTenantAccessPolicyTargetConfiguration [UsersAndGroups ]: crossTenantAccessPolicyTargetConfiguration [B2BCollaborationOutbound ]: crossTenantAccessPolicyB2BSetting [B2BDirectConnectInbound ]: crossTenantAccessPolicyB2BSetting [B2BDirectConnectOutbound ]: crossTenantAccessPolicyB2BSetting + [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. @@ -735,6 +864,30 @@ 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 + [M365CollaborationOutbound ]: crossTenantAccessPolicyM365CollaborationOutboundSetting + [(Any) ]: This indicates any property can be added to this object. + [UsersAndGroups ]: crossTenantAccessPolicyTargetConfiguration [TenantRestrictions ]: crossTenantAccessPolicyTenantRestrictions [(Any) ]: This indicates any property can be added to this object. [Applications ]: crossTenantAccessPolicyTargetConfiguration @@ -751,6 +904,45 @@ 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 + [(Any) ]: This indicates any property can be added to this object. + [AccessType ]: crossTenantAccessPolicyTargetConfigurationAccessType + [Targets ]: Specifies whether to target users, groups, or applications with this rule. + [Target ]: Defines the target for cross-tenant access policy settings and can have one of the following values: The unique identifier of the user, group, or application AllUsers AllApplications - Refers to any Microsoft cloud application. + Office365 - Includes the applications mentioned as part of the Office 365 suite. + [TargetType ]: crossTenantAccessPolicyTargetType + +M365COLLABORATIONOUTBOUND ``: crossTenantAccessPolicyM365CollaborationOutboundSetting + [(Any) ]: This indicates any property can be added to this object. + [UsersAndGroups ]: crossTenantAccessPolicyTargetConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AccessType ]: crossTenantAccessPolicyTargetConfigurationAccessType + [Targets ]: Specifies whether to target users, groups, or applications with this rule. + [Target ]: Defines the target for cross-tenant access policy settings and can have one of the following values: The unique identifier of the user, group, or application AllUsers AllApplications - Refers to any Microsoft cloud application. + Office365 - Includes the applications mentioned as part of the Office 365 suite. + [TargetType ]: crossTenantAccessPolicyTargetType + TENANTRESTRICTIONS ``: crossTenantAccessPolicyTenantRestrictions [(Any) ]: This indicates any property can be added to this object. [Applications ]: 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..cc6d2a6bf668c --- /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: 07/10/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 adcbfc712178e..6714f83b58c9f 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: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaPolicyCrossTenantAccessPolicyPartner --- @@ -26,19 +26,23 @@ Update the properties of a partner-specific configuration. Update-MgBetaPolicyCrossTenantAccessPolicyPartner -CrossTenantAccessPolicyConfigurationPartnerTenantId [-ResponseHeadersVariable ] [-AdditionalProperties ] + [-AppServiceConnectInbound ] [-AutomaticUserConsentSettings ] [-B2BCollaborationInbound ] [-B2BCollaborationOutbound ] [-B2BDirectConnectInbound ] [-B2BDirectConnectOutbound ] - [-DeletedDateTime ] + [-BlockServiceProviderOutboundAccess] [-DeletedDateTime ] [-IdentitySynchronization ] [-InboundTrust ] [-IsInMultiTenantOrganization] - [-IsServiceProvider] [-TenantId ] + [-IsServiceProvider] [-M365Capabilities ] + [-M365CollaborationInbound ] + [-M365CollaborationOutbound ] + [-TenantId ] [-TenantRestrictions ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -50,7 +54,6 @@ Update-MgBetaPolicyCrossTenantAccessPolicyPartner [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -58,19 +61,23 @@ Update-MgBetaPolicyCrossTenantAccessPolicyPartner ``` Update-MgBetaPolicyCrossTenantAccessPolicyPartner -InputObject [-ResponseHeadersVariable ] [-AdditionalProperties ] + [-AppServiceConnectInbound ] [-AutomaticUserConsentSettings ] [-B2BCollaborationInbound ] [-B2BCollaborationOutbound ] [-B2BDirectConnectInbound ] [-B2BDirectConnectOutbound ] - [-DeletedDateTime ] + [-BlockServiceProviderOutboundAccess] [-DeletedDateTime ] [-IdentitySynchronization ] [-InboundTrust ] [-IsInMultiTenantOrganization] - [-IsServiceProvider] [-TenantId ] + [-IsServiceProvider] [-M365Capabilities ] + [-M365CollaborationInbound ] + [-M365CollaborationOutbound ] + [-TenantId ] [-TenantRestrictions ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -81,7 +88,6 @@ Update-MgBetaPolicyCrossTenantAccessPolicyPartner -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -203,6 +209,34 @@ AcceptedValues: [] HelpMessage: '' ``` +### -AppServiceConnectInbound + +crossTenantAccessPolicyAppServiceConnectSetting +To construct, see NOTES section for APPSERVICECONNECTINBOUND properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphCrossTenantAccessPolicyAppServiceConnectSetting +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: '' +``` + ### -AutomaticUserConsentSettings inboundOutboundPolicyConfiguration @@ -343,6 +377,34 @@ AcceptedValues: [] 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 +DefaultValue: False +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 crossTenantAccessPolicyConfigurationPartner @@ -669,6 +731,90 @@ 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 +To construct, see NOTES section for M365COLLABORATIONINBOUND properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphCrossTenantAccessPolicyM365CollaborationInboundSetting +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: '' +``` + +### -M365CollaborationOutbound + +crossTenantAccessPolicyM365CollaborationOutboundSetting +To construct, see NOTES section for M365COLLABORATIONOUTBOUND properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphCrossTenantAccessPolicyM365CollaborationOutboundSetting +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 @@ -867,6 +1013,16 @@ 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. +APPSERVICECONNECTINBOUND ``: crossTenantAccessPolicyAppServiceConnectSetting + [(Any) ]: This indicates any property can be added to this object. + [Applications ]: crossTenantAccessPolicyTargetConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AccessType ]: crossTenantAccessPolicyTargetConfigurationAccessType + [Targets ]: Specifies whether to target users, groups, or applications with this rule. + [Target ]: Defines the target for cross-tenant access policy settings and can have one of the following values: The unique identifier of the user, group, or application AllUsers AllApplications - Refers to any Microsoft cloud application. + Office365 - Includes the applications mentioned as part of the Office 365 suite. + [TargetType ]: crossTenantAccessPolicyTargetType + AUTOMATICUSERCONSENTSETTINGS ``: inboundOutboundPolicyConfiguration [(Any) ]: This indicates any property can be added to this object. [InboundAllowed ]: Defines whether external users coming inbound are allowed. @@ -919,11 +1075,7 @@ B2BDIRECTCONNECTOUTBOUND ``: c BODYPARAMETER ``: crossTenantAccessPolicyConfigurationPartner [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Shows the last date and time the policy was deleted. - [AutomaticUserConsentSettings ]: inboundOutboundPolicyConfiguration - [(Any) ]: This indicates any property can be added to this object. - [InboundAllowed ]: Defines whether external users coming inbound are allowed. - [OutboundAllowed ]: Defines whether internal users are allowed to go outbound. - [B2BCollaborationInbound ]: crossTenantAccessPolicyB2BSetting + [AppServiceConnectInbound ]: crossTenantAccessPolicyAppServiceConnectSetting [(Any) ]: This indicates any property can be added to this object. [Applications ]: crossTenantAccessPolicyTargetConfiguration [(Any) ]: This indicates any property can be added to this object. @@ -932,21 +1084,33 @@ BODYPARAMETER ``: cr [Target ]: Defines the target for cross-tenant access policy settings and can have one of the following values: The unique identifier of the user, group, or application AllUsers AllApplications - Refers to any Microsoft cloud application. Office365 - Includes the applications mentioned as part of the Office 365 suite. [TargetType ]: crossTenantAccessPolicyTargetType + [AutomaticUserConsentSettings ]: inboundOutboundPolicyConfiguration + [(Any) ]: This indicates any property can be added to this object. + [InboundAllowed ]: Defines whether external users coming inbound are allowed. + [OutboundAllowed ]: Defines whether internal users are allowed to go outbound. + [B2BCollaborationInbound ]: crossTenantAccessPolicyB2BSetting + [(Any) ]: This indicates any property can be added to this object. + [Applications ]: crossTenantAccessPolicyTargetConfiguration [UsersAndGroups ]: crossTenantAccessPolicyTargetConfiguration [B2BCollaborationOutbound ]: crossTenantAccessPolicyB2BSetting [B2BDirectConnectInbound ]: crossTenantAccessPolicyB2BSetting [B2BDirectConnectOutbound ]: crossTenantAccessPolicyB2BSetting + [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. - [DisplayName ]: Display name for the cross-tenant user synchronization policy. + [DisplayName ]: Display name for the cross-tenant user and group synchronization policy. Use the name of the partner Microsoft Entra tenant to easily identify the policy. Optional. [ExternalCloudAuthorizedApplicationId ]: [GroupSyncInbound ]: crossTenantGroupSyncInbound [(Any) ]: This indicates any property can be added to this object. - [IsSyncAllowed ]: + [IsSyncAllowed ]: Defines whether group objects should be synchronized from the partner tenant. +false stops any current group synchronization from the source tenant to the target tenant. +This property has no impact on existing groups that were synchronized. [TenantId ]: Tenant identifier for the partner Microsoft Entra organization. +Key. Read-only. [UserSyncInbound ]: crossTenantUserSyncInbound [(Any) ]: This indicates any property can be added to this object. @@ -960,6 +1124,30 @@ 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 + [M365CollaborationOutbound ]: crossTenantAccessPolicyM365CollaborationOutboundSetting + [(Any) ]: This indicates any property can be added to this object. + [UsersAndGroups ]: crossTenantAccessPolicyTargetConfiguration [TenantId ]: The tenant identifier for the partner Microsoft Entra organization. Read-only. Key. @@ -976,14 +1164,17 @@ For example, device.deviceAttribute2 -eq 'PrivilegedAccessWorkstation'. IDENTITYSYNCHRONIZATION ``: crossTenantIdentitySyncPolicyPartner [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Shows the last date and time the policy was deleted. - [DisplayName ]: Display name for the cross-tenant user synchronization policy. + [DisplayName ]: Display name for the cross-tenant user and group synchronization policy. Use the name of the partner Microsoft Entra tenant to easily identify the policy. Optional. [ExternalCloudAuthorizedApplicationId ]: [GroupSyncInbound ]: crossTenantGroupSyncInbound [(Any) ]: This indicates any property can be added to this object. - [IsSyncAllowed ]: + [IsSyncAllowed ]: Defines whether group objects should be synchronized from the partner tenant. +false stops any current group synchronization from the source tenant to the target tenant. +This property has no impact on existing groups that were synchronized. [TenantId ]: Tenant identifier for the partner Microsoft Entra organization. +Key. Read-only. [UserSyncInbound ]: crossTenantUserSyncInbound [(Any) ]: This indicates any property can be added to this object. @@ -1047,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 @@ -1094,6 +1286,45 @@ 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 + [(Any) ]: This indicates any property can be added to this object. + [AccessType ]: crossTenantAccessPolicyTargetConfigurationAccessType + [Targets ]: Specifies whether to target users, groups, or applications with this rule. + [Target ]: Defines the target for cross-tenant access policy settings and can have one of the following values: The unique identifier of the user, group, or application AllUsers AllApplications - Refers to any Microsoft cloud application. + Office365 - Includes the applications mentioned as part of the Office 365 suite. + [TargetType ]: crossTenantAccessPolicyTargetType + +M365COLLABORATIONOUTBOUND ``: crossTenantAccessPolicyM365CollaborationOutboundSetting + [(Any) ]: This indicates any property can be added to this object. + [UsersAndGroups ]: crossTenantAccessPolicyTargetConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AccessType ]: crossTenantAccessPolicyTargetConfigurationAccessType + [Targets ]: Specifies whether to target users, groups, or applications with this rule. + [Target ]: Defines the target for cross-tenant access policy settings and can have one of the following values: The unique identifier of the user, group, or application AllUsers AllApplications - Refers to any Microsoft cloud application. + Office365 - Includes the applications mentioned as part of the Office 365 suite. + [TargetType ]: crossTenantAccessPolicyTargetType + TENANTRESTRICTIONS ``: crossTenantAccessPolicyTenantRestrictions [(Any) ]: This indicates any property can be added to this object. [Applications ]: 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..d2e39ca814c66 --- /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: 07/10/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 16a7a289982e6..09c9f27ea2828 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: 02/20/2026 +ms.date: 07/10/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 d3442b9de2d4d..e5b5b3395e329 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: 02/20/2026 +ms.date: 07/10/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 ab77711b9269a..c82a2c257205e 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: 02/20/2026 +ms.date: 07/10/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 a7381598d7c63..dd3c9a2ca3944 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: 02/20/2026 +ms.date: 07/10/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 @@ -582,22 +581,23 @@ For information on hash tables, run Get-Help about_Hash_Tables. APPLICATIONRESTRICTIONS ``: appManagementApplicationConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -625,12 +625,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration BODYPARAMETER ``: tenantAppManagementPolicy [(Any) ]: This indicates any property can be added to this object. @@ -644,22 +701,23 @@ Always null when the object hasn't been deleted. Read-only. [ApplicationRestrictions ]: appManagementApplicationConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -687,18 +745,75 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [IsEnabled ]: Denotes whether the policy is enabled. Default value is false. [ServicePrincipalRestrictions ]: appManagementServicePrincipalConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: - [PasswordCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. ## RELATED LINKS 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 e1ac172cdc47e..a84f928630e06 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: 02/20/2026 +ms.date: 07/10/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 @@ -411,11 +410,7 @@ Read-only. [CrossTenantPartners ]: Represents the partner-specific configuration for cross-tenant access and tenant restrictions. Cross-tenant access settings include inbound and outbound settings of Microsoft Entra B2B collaboration and B2B direct connect. [DeletedDateTime ]: Shows the last date and time the policy was deleted. - [AutomaticUserConsentSettings ]: inboundOutboundPolicyConfiguration - [(Any) ]: This indicates any property can be added to this object. - [InboundAllowed ]: Defines whether external users coming inbound are allowed. - [OutboundAllowed ]: Defines whether internal users are allowed to go outbound. - [B2BCollaborationInbound ]: crossTenantAccessPolicyB2BSetting + [AppServiceConnectInbound ]: crossTenantAccessPolicyAppServiceConnectSetting [(Any) ]: This indicates any property can be added to this object. [Applications ]: crossTenantAccessPolicyTargetConfiguration [(Any) ]: This indicates any property can be added to this object. @@ -424,21 +419,33 @@ Cross-tenant access settings include inbound and outbound settings of Microsoft [Target ]: Defines the target for cross-tenant access policy settings and can have one of the following values: The unique identifier of the user, group, or application AllUsers AllApplications - Refers to any Microsoft cloud application. Office365 - Includes the applications mentioned as part of the Office 365 suite. [TargetType ]: crossTenantAccessPolicyTargetType + [AutomaticUserConsentSettings ]: inboundOutboundPolicyConfiguration + [(Any) ]: This indicates any property can be added to this object. + [InboundAllowed ]: Defines whether external users coming inbound are allowed. + [OutboundAllowed ]: Defines whether internal users are allowed to go outbound. + [B2BCollaborationInbound ]: crossTenantAccessPolicyB2BSetting + [(Any) ]: This indicates any property can be added to this object. + [Applications ]: crossTenantAccessPolicyTargetConfiguration [UsersAndGroups ]: crossTenantAccessPolicyTargetConfiguration [B2BCollaborationOutbound ]: crossTenantAccessPolicyB2BSetting [B2BDirectConnectInbound ]: crossTenantAccessPolicyB2BSetting [B2BDirectConnectOutbound ]: crossTenantAccessPolicyB2BSetting + [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. - [DisplayName ]: Display name for the cross-tenant user synchronization policy. + [DisplayName ]: Display name for the cross-tenant user and group synchronization policy. Use the name of the partner Microsoft Entra tenant to easily identify the policy. Optional. [ExternalCloudAuthorizedApplicationId ]: [GroupSyncInbound ]: crossTenantGroupSyncInbound [(Any) ]: This indicates any property can be added to this object. - [IsSyncAllowed ]: + [IsSyncAllowed ]: Defines whether group objects should be synchronized from the partner tenant. +false stops any current group synchronization from the source tenant to the target tenant. +This property has no impact on existing groups that were synchronized. [TenantId ]: Tenant identifier for the partner Microsoft Entra organization. +Key. Read-only. [UserSyncInbound ]: crossTenantUserSyncInbound [(Any) ]: This indicates any property can be added to this object. @@ -452,6 +459,30 @@ 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 + [M365CollaborationOutbound ]: crossTenantAccessPolicyM365CollaborationOutboundSetting + [(Any) ]: This indicates any property can be added to this object. + [UsersAndGroups ]: crossTenantAccessPolicyTargetConfiguration [TenantId ]: The tenant identifier for the partner Microsoft Entra organization. Read-only. Key. @@ -470,11 +501,7 @@ Use this user synchronization policy to streamline collaboration between users i CROSSTENANTPARTNERS : Represents the partner-specific configuration for cross-tenant access and tenant restrictions. Cross-tenant access settings include inbound and outbound settings of Microsoft Entra B2B collaboration and B2B direct connect. [DeletedDateTime ]: Shows the last date and time the policy was deleted. - [AutomaticUserConsentSettings ]: inboundOutboundPolicyConfiguration - [(Any) ]: This indicates any property can be added to this object. - [InboundAllowed ]: Defines whether external users coming inbound are allowed. - [OutboundAllowed ]: Defines whether internal users are allowed to go outbound. - [B2BCollaborationInbound ]: crossTenantAccessPolicyB2BSetting + [AppServiceConnectInbound ]: crossTenantAccessPolicyAppServiceConnectSetting [(Any) ]: This indicates any property can be added to this object. [Applications ]: crossTenantAccessPolicyTargetConfiguration [(Any) ]: This indicates any property can be added to this object. @@ -483,21 +510,33 @@ Cross-tenant access settings include inbound and outbound settings of Microsoft [Target ]: Defines the target for cross-tenant access policy settings and can have one of the following values: The unique identifier of the user, group, or application AllUsers AllApplications - Refers to any Microsoft cloud application. Office365 - Includes the applications mentioned as part of the Office 365 suite. [TargetType ]: crossTenantAccessPolicyTargetType + [AutomaticUserConsentSettings ]: inboundOutboundPolicyConfiguration + [(Any) ]: This indicates any property can be added to this object. + [InboundAllowed ]: Defines whether external users coming inbound are allowed. + [OutboundAllowed ]: Defines whether internal users are allowed to go outbound. + [B2BCollaborationInbound ]: crossTenantAccessPolicyB2BSetting + [(Any) ]: This indicates any property can be added to this object. + [Applications ]: crossTenantAccessPolicyTargetConfiguration [UsersAndGroups ]: crossTenantAccessPolicyTargetConfiguration [B2BCollaborationOutbound ]: crossTenantAccessPolicyB2BSetting [B2BDirectConnectInbound ]: crossTenantAccessPolicyB2BSetting [B2BDirectConnectOutbound ]: crossTenantAccessPolicyB2BSetting + [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. - [DisplayName ]: Display name for the cross-tenant user synchronization policy. + [DisplayName ]: Display name for the cross-tenant user and group synchronization policy. Use the name of the partner Microsoft Entra tenant to easily identify the policy. Optional. [ExternalCloudAuthorizedApplicationId ]: [GroupSyncInbound ]: crossTenantGroupSyncInbound [(Any) ]: This indicates any property can be added to this object. - [IsSyncAllowed ]: + [IsSyncAllowed ]: Defines whether group objects should be synchronized from the partner tenant. +false stops any current group synchronization from the source tenant to the target tenant. +This property has no impact on existing groups that were synchronized. [TenantId ]: Tenant identifier for the partner Microsoft Entra organization. +Key. Read-only. [UserSyncInbound ]: crossTenantUserSyncInbound [(Any) ]: This indicates any property can be added to this object. @@ -511,6 +550,30 @@ 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 + [M365CollaborationOutbound ]: crossTenantAccessPolicyM365CollaborationOutboundSetting + [(Any) ]: This indicates any property can be added to this object. + [UsersAndGroups ]: crossTenantAccessPolicyTargetConfiguration [TenantId ]: The tenant identifier for the partner Microsoft Entra organization. Read-only. Key. @@ -527,14 +590,17 @@ For example, device.deviceAttribute2 -eq 'PrivilegedAccessWorkstation'. CROSSTENANTSYNCPOLICYPARTNERS : Defines the cross-tenant policy for synchronization of users from a partner tenant. Use this user synchronization policy to streamline collaboration between users in a multi-tenant organization by automating the creation, update, and deletion of users from one tenant to another. [DeletedDateTime ]: Shows the last date and time the policy was deleted. - [DisplayName ]: Display name for the cross-tenant user synchronization policy. + [DisplayName ]: Display name for the cross-tenant user and group synchronization policy. Use the name of the partner Microsoft Entra tenant to easily identify the policy. Optional. [ExternalCloudAuthorizedApplicationId ]: [GroupSyncInbound ]: crossTenantGroupSyncInbound [(Any) ]: This indicates any property can be added to this object. - [IsSyncAllowed ]: + [IsSyncAllowed ]: Defines whether group objects should be synchronized from the partner tenant. +false stops any current group synchronization from the source tenant to the target tenant. +This property has no impact on existing groups that were synchronized. [TenantId ]: Tenant identifier for the partner Microsoft Entra organization. +Key. Read-only. [UserSyncInbound ]: crossTenantUserSyncInbound [(Any) ]: This indicates any property can be added to this object. 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 1041a02fb1d9d..f5f465d7412a3 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: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaPolicyDeletedItemCrossTenantPartner --- @@ -23,19 +23,23 @@ Update the navigation property crossTenantPartners in policies Update-MgBetaPolicyDeletedItemCrossTenantPartner -CrossTenantAccessPolicyConfigurationPartnerTenantId [-ResponseHeadersVariable ] [-AdditionalProperties ] + [-AppServiceConnectInbound ] [-AutomaticUserConsentSettings ] [-B2BCollaborationInbound ] [-B2BCollaborationOutbound ] [-B2BDirectConnectInbound ] [-B2BDirectConnectOutbound ] - [-DeletedDateTime ] + [-BlockServiceProviderOutboundAccess] [-DeletedDateTime ] [-IdentitySynchronization ] [-InboundTrust ] [-IsInMultiTenantOrganization] - [-IsServiceProvider] [-TenantId ] + [-IsServiceProvider] [-M365Capabilities ] + [-M365CollaborationInbound ] + [-M365CollaborationOutbound ] + [-TenantId ] [-TenantRestrictions ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -47,7 +51,6 @@ Update-MgBetaPolicyDeletedItemCrossTenantPartner [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -55,19 +58,23 @@ Update-MgBetaPolicyDeletedItemCrossTenantPartner ``` Update-MgBetaPolicyDeletedItemCrossTenantPartner -InputObject [-ResponseHeadersVariable ] [-AdditionalProperties ] + [-AppServiceConnectInbound ] [-AutomaticUserConsentSettings ] [-B2BCollaborationInbound ] [-B2BCollaborationOutbound ] [-B2BDirectConnectInbound ] [-B2BDirectConnectOutbound ] - [-DeletedDateTime ] + [-BlockServiceProviderOutboundAccess] [-DeletedDateTime ] [-IdentitySynchronization ] [-InboundTrust ] [-IsInMultiTenantOrganization] - [-IsServiceProvider] [-TenantId ] + [-IsServiceProvider] [-M365Capabilities ] + [-M365CollaborationInbound ] + [-M365CollaborationOutbound ] + [-TenantId ] [-TenantRestrictions ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -78,7 +85,6 @@ Update-MgBetaPolicyDeletedItemCrossTenantPartner -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -119,6 +125,34 @@ AcceptedValues: [] HelpMessage: '' ``` +### -AppServiceConnectInbound + +crossTenantAccessPolicyAppServiceConnectSetting +To construct, see NOTES section for APPSERVICECONNECTINBOUND properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphCrossTenantAccessPolicyAppServiceConnectSetting +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: '' +``` + ### -AutomaticUserConsentSettings inboundOutboundPolicyConfiguration @@ -259,6 +293,34 @@ AcceptedValues: [] 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 +DefaultValue: False +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 crossTenantAccessPolicyConfigurationPartner @@ -585,6 +647,90 @@ 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 +To construct, see NOTES section for M365COLLABORATIONINBOUND properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphCrossTenantAccessPolicyM365CollaborationInboundSetting +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: '' +``` + +### -M365CollaborationOutbound + +crossTenantAccessPolicyM365CollaborationOutboundSetting +To construct, see NOTES section for M365COLLABORATIONOUTBOUND properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphCrossTenantAccessPolicyM365CollaborationOutboundSetting +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 @@ -783,6 +929,16 @@ 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. +APPSERVICECONNECTINBOUND ``: crossTenantAccessPolicyAppServiceConnectSetting + [(Any) ]: This indicates any property can be added to this object. + [Applications ]: crossTenantAccessPolicyTargetConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AccessType ]: crossTenantAccessPolicyTargetConfigurationAccessType + [Targets ]: Specifies whether to target users, groups, or applications with this rule. + [Target ]: Defines the target for cross-tenant access policy settings and can have one of the following values: The unique identifier of the user, group, or application AllUsers AllApplications - Refers to any Microsoft cloud application. + Office365 - Includes the applications mentioned as part of the Office 365 suite. + [TargetType ]: crossTenantAccessPolicyTargetType + AUTOMATICUSERCONSENTSETTINGS ``: inboundOutboundPolicyConfiguration [(Any) ]: This indicates any property can be added to this object. [InboundAllowed ]: Defines whether external users coming inbound are allowed. @@ -835,11 +991,7 @@ B2BDIRECTCONNECTOUTBOUND ``: c BODYPARAMETER ``: crossTenantAccessPolicyConfigurationPartner [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Shows the last date and time the policy was deleted. - [AutomaticUserConsentSettings ]: inboundOutboundPolicyConfiguration - [(Any) ]: This indicates any property can be added to this object. - [InboundAllowed ]: Defines whether external users coming inbound are allowed. - [OutboundAllowed ]: Defines whether internal users are allowed to go outbound. - [B2BCollaborationInbound ]: crossTenantAccessPolicyB2BSetting + [AppServiceConnectInbound ]: crossTenantAccessPolicyAppServiceConnectSetting [(Any) ]: This indicates any property can be added to this object. [Applications ]: crossTenantAccessPolicyTargetConfiguration [(Any) ]: This indicates any property can be added to this object. @@ -848,21 +1000,33 @@ BODYPARAMETER ``: cr [Target ]: Defines the target for cross-tenant access policy settings and can have one of the following values: The unique identifier of the user, group, or application AllUsers AllApplications - Refers to any Microsoft cloud application. Office365 - Includes the applications mentioned as part of the Office 365 suite. [TargetType ]: crossTenantAccessPolicyTargetType + [AutomaticUserConsentSettings ]: inboundOutboundPolicyConfiguration + [(Any) ]: This indicates any property can be added to this object. + [InboundAllowed ]: Defines whether external users coming inbound are allowed. + [OutboundAllowed ]: Defines whether internal users are allowed to go outbound. + [B2BCollaborationInbound ]: crossTenantAccessPolicyB2BSetting + [(Any) ]: This indicates any property can be added to this object. + [Applications ]: crossTenantAccessPolicyTargetConfiguration [UsersAndGroups ]: crossTenantAccessPolicyTargetConfiguration [B2BCollaborationOutbound ]: crossTenantAccessPolicyB2BSetting [B2BDirectConnectInbound ]: crossTenantAccessPolicyB2BSetting [B2BDirectConnectOutbound ]: crossTenantAccessPolicyB2BSetting + [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. - [DisplayName ]: Display name for the cross-tenant user synchronization policy. + [DisplayName ]: Display name for the cross-tenant user and group synchronization policy. Use the name of the partner Microsoft Entra tenant to easily identify the policy. Optional. [ExternalCloudAuthorizedApplicationId ]: [GroupSyncInbound ]: crossTenantGroupSyncInbound [(Any) ]: This indicates any property can be added to this object. - [IsSyncAllowed ]: + [IsSyncAllowed ]: Defines whether group objects should be synchronized from the partner tenant. +false stops any current group synchronization from the source tenant to the target tenant. +This property has no impact on existing groups that were synchronized. [TenantId ]: Tenant identifier for the partner Microsoft Entra organization. +Key. Read-only. [UserSyncInbound ]: crossTenantUserSyncInbound [(Any) ]: This indicates any property can be added to this object. @@ -876,6 +1040,30 @@ 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 + [M365CollaborationOutbound ]: crossTenantAccessPolicyM365CollaborationOutboundSetting + [(Any) ]: This indicates any property can be added to this object. + [UsersAndGroups ]: crossTenantAccessPolicyTargetConfiguration [TenantId ]: The tenant identifier for the partner Microsoft Entra organization. Read-only. Key. @@ -892,14 +1080,17 @@ For example, device.deviceAttribute2 -eq 'PrivilegedAccessWorkstation'. IDENTITYSYNCHRONIZATION ``: crossTenantIdentitySyncPolicyPartner [(Any) ]: This indicates any property can be added to this object. [DeletedDateTime ]: Shows the last date and time the policy was deleted. - [DisplayName ]: Display name for the cross-tenant user synchronization policy. + [DisplayName ]: Display name for the cross-tenant user and group synchronization policy. Use the name of the partner Microsoft Entra tenant to easily identify the policy. Optional. [ExternalCloudAuthorizedApplicationId ]: [GroupSyncInbound ]: crossTenantGroupSyncInbound [(Any) ]: This indicates any property can be added to this object. - [IsSyncAllowed ]: + [IsSyncAllowed ]: Defines whether group objects should be synchronized from the partner tenant. +false stops any current group synchronization from the source tenant to the target tenant. +This property has no impact on existing groups that were synchronized. [TenantId ]: Tenant identifier for the partner Microsoft Entra organization. +Key. Read-only. [UserSyncInbound ]: crossTenantUserSyncInbound [(Any) ]: This indicates any property can be added to this object. @@ -963,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 @@ -1010,6 +1202,45 @@ 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 + [(Any) ]: This indicates any property can be added to this object. + [AccessType ]: crossTenantAccessPolicyTargetConfigurationAccessType + [Targets ]: Specifies whether to target users, groups, or applications with this rule. + [Target ]: Defines the target for cross-tenant access policy settings and can have one of the following values: The unique identifier of the user, group, or application AllUsers AllApplications - Refers to any Microsoft cloud application. + Office365 - Includes the applications mentioned as part of the Office 365 suite. + [TargetType ]: crossTenantAccessPolicyTargetType + +M365COLLABORATIONOUTBOUND ``: crossTenantAccessPolicyM365CollaborationOutboundSetting + [(Any) ]: This indicates any property can be added to this object. + [UsersAndGroups ]: crossTenantAccessPolicyTargetConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AccessType ]: crossTenantAccessPolicyTargetConfigurationAccessType + [Targets ]: Specifies whether to target users, groups, or applications with this rule. + [Target ]: Defines the target for cross-tenant access policy settings and can have one of the following values: The unique identifier of the user, group, or application AllUsers AllApplications - Refers to any Microsoft cloud application. + Office365 - Includes the applications mentioned as part of the Office 365 suite. + [TargetType ]: crossTenantAccessPolicyTargetType + TENANTRESTRICTIONS ``: crossTenantAccessPolicyTenantRestrictions [(Any) ]: This indicates any property can be added to this object. [Applications ]: 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..ec1fb9485e9cb --- /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: 07/10/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 6b9aee5bbe44e..da71b948549bd 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: 02/20/2026 +ms.date: 07/10/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 15bba71341018..d74ab5d543129 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: 02/20/2026 +ms.date: 07/10/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 4da04a2e02782..39b780e431666 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: 02/20/2026 +ms.date: 07/10/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 c9c53d00e2b5e..1626e10d1a5c2 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: 02/20/2026 +ms.date: 07/10/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 811382c0bbeea..9de7176efba5d 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: 02/20/2026 +ms.date: 07/10/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 b0fe31e772e5e..c8e72855c6913 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: 02/20/2026 +ms.date: 07/10/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 22bf10f7c0367..f477041033150 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: 02/20/2026 +ms.date: 07/10/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 @@ -84,7 +82,7 @@ $params = @{ termsOfUseUrl = "https://portal.mg.contoso.com/TermsofUse.aspx" } -Update-MgBetaPolicyMobileAppManagementPolicy -MobilityManagementPolicyId $mobilityManagementPolicyId -BodyParameter $params +Update-MgBetaPolicyMobileAppManagementPolicy -MobileAppManagementPolicyId $mobileAppManagementPolicyId -BodyParameter $params ``` This example shows how to use the Update-MgBetaPolicyMobileAppManagementPolicy Cmdlet. @@ -708,7 +706,7 @@ Always null when the object hasn't been deleted. [AccessType ]: groupAccessType [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. @@ -740,13 +738,13 @@ Maximum length is 256 characters. Required on create. Supports $filter (eq only). [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. @@ -756,7 +754,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are auto-subscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. @@ -1039,16 +1037,59 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. [UsageRights ]: [Id ]: The unique identifier for an entity. Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. @@ -1192,7 +1233,7 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for users to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). @@ -1472,22 +1513,23 @@ Read-only. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -1517,12 +1559,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -1605,7 +1704,7 @@ Optional. [IncludeBasicClaimSet ]: Determines whether the basic claim set is included in tokens affected by this policy. If set to true, all claims in the basic claim set are emitted in tokens affected by the policy. By default the basic claim set isn't in the tokens unless they're explicitly configured in this policy. - [CreatedByAppId ]: The appId (called Application (client) ID on the Microsoft Entra admin center) of the application used to create the service principal. + [CreatedByAppId ]: The appId of the application that created this service principal. Set internally by Microsoft Entra ID. Read-only. [CreatedObjects ]: Directory objects created by this service principal. @@ -1737,7 +1836,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -1896,13 +1995,13 @@ May not begin with .. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [ApprovedClientApps ]: + [ApprovedClientApps ]: The collection of approved client apps that are associated with the RDS configuration. +Supports $expand. [Id ]: The unique identifier for an entity. Read-only. - [DisplayName ]: + [DisplayName ]: Display name for the client application. [IsRemoteDesktopProtocolEnabled ]: Determines if Microsoft Entra ID RDS authentication protocol for RDP is enabled. [TargetDeviceGroups ]: The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. -
]: The unique identifier for an entity. Read-only. [DisplayName ]: Display name for the target device group. @@ -2261,7 +2360,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. - [ExternalAuthenticationMethods ]: Represents the external methods registered to a user for authentication. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. Optional. @@ -2277,7 +2376,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. - [DisplayName ]: Custom name given to the registered external authentication method. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. @@ -2528,7 +2627,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -2781,7 +2880,7 @@ Read-only. The identifiers must be unique in the tenant. [Birthday ]: The birthday of the user. 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 Returned only on $select. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. Only one number can be set for this property. Read-only for users synced from on-premises directory. @@ -3120,6 +3219,49 @@ This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. Read only. + [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. +Nullable. + [Attachments ]: References to attached objects like files, tabs, meetings etc. + [Body ]: itemBody + [ChannelIdentity ]: channelIdentity + [ChatId ]: If the message was sent in a chat, represents the identity of the chat. + [CreatedDateTime ]: Timestamp of when the chat message was created. + [DeletedDateTime ]: Read only. +Timestamp at which the chat message was deleted, or null if not deleted. + [Etag ]: Read-only. +Version number of the chat message. + [EventDetail ]: eventMessageDetail + [From ]: chatMessageFromIdentitySet + [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. + [Importance ]: chatMessageImportance + [LastEditedDateTime ]: Read only. +Timestamp when edits to the chat message were made. +Triggers an 'Edited' flag in the Teams UI. +If no edits are made the value is null. + [LastModifiedDateTime ]: Read only. +Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. + [Locale ]: Locale of the chat message set by the client. +Always set to en-us. + [Mentions ]: List of entities mentioned in the chat message. +Supported entities are: user, bot, team, channel, chat, and tag. + [MessageHistory ]: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. + [MessageType ]: chatMessageType + [OnBehalfOf ]: chatMessageFromIdentitySet + [PolicyViolation ]: chatMessagePolicyViolation + [Reactions ]: Reactions for this chat message (for example, Like). + [Replies ]: Replies for a specified message. +Supports $expand for channel messages. + [ReplyToId ]: Read-only. +ID of the parent chat message or root chat message of the thread. +(Only applies to chat messages in channels, not chats.) + [Subject ]: The subject of the chat message, in plaintext. + [Summary ]: Summary text of the chat message that could be used for push notifications and summary views or fall back views. +Only applies to channel chat messages, not chat messages in a chat. + [WebUrl ]: Read-only. +Link to the message in Microsoft Teams. + [Id ]: The unique identifier for an entity. +Read-only. + [Recipient ]: identity [TenantId ]: The identifier of the tenant in which the chat was created. Read-only. [Topic ]: (Optional) Subject or topic for the chat. @@ -3155,7 +3297,22 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [AssignmentErrors ]: + [Id ]: The unique identifier for an entity. +Read-only. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [Assignments ]: [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -3274,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 @@ -3299,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. @@ -3506,10 +3698,11 @@ 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. + [ContentCategory ]: contentCategory [CorrelationId ]: An identifier used to group multiple related content entries (for example, different parts of the same file upload, messages in a conversation). [CreatedDateTime ]: Required. Timestamp indicating when the original content was created (for example, file creation time, message sent time). @@ -3637,6 +3830,24 @@ Required. [LearningProviderId ]: The registration ID of the provider. Required. [Status ]: courseStatus + [Storyline ]: User's storyline singleton container. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Followers ]: The users who are following this user. + [Id ]: The unique identifier for an entity. +Read-only. + [Follower ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Followings ]: The users that this user is following. + [Id ]: The unique identifier for an entity. +Read-only. + [Following ]: The Viva Engage identities. [EmployeeHireDate ]: The date and time when the user was hired or will start work if there is a future hire. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. @@ -3651,10 +3862,10 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. @@ -3874,6 +4085,17 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(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. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity. @@ -3971,6 +4193,7 @@ To proactively opt in to the new behavior ahead of time, use the contentStream p Nullable. [File ]: file [(Any) ]: This indicates any property can be added to this object. + [ArchiveStatus ]: fileArchiveStatus [Hashes ]: hashes [(Any) ]: This indicates any property can be added to this object. [Crc32Hash ]: The CRC32 value of the file (if available). @@ -3981,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. @@ -5089,6 +5325,8 @@ Read-only. [ContentTypes ]: The collection of content types present in this list. [DisplayName ]: The displayable title of the list. [Drive ]: drive + [ItemCount ]: The total count of items in the list. +Read-only. [Items ]: All items contained in the list. [List ]: listInfo [(Any) ]: This indicates any property can be added to this object. @@ -5442,7 +5680,9 @@ Read-write. [(Any) ]: This indicates any property can be added to this object. [ArchiveStatus ]: siteArchiveStatus [ArchivedBy ]: identitySet - [ArchivedDateTime ]: + [ArchivedDateTime ]: Time when the container was archived. +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. [DataLocationCode ]: The geographic region code for where this site collection resides. Only present for multi-geo tenants. Read-only. @@ -5465,7 +5705,7 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. 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. - Returned only on $select. + Requires $select to retrieve. Note: This property is specific to SharePoint Online. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. @@ -5488,6 +5728,27 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityGovernance ]: identityGovernanceUserSettings + [(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 ]: 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 + [(Any) ]: This indicates any property can be added to this object. + [Duration ]: The requestor's desired duration of access represented in ISO 8601 format for durations. +For example, PT3H refers to three hours. + If specified in a request, endDateTime shouldn't be present and the type property should be set to afterDuration. + [EndDateTime ]: Timestamp of 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. + [Type ]: expirationPatternType + [Recurrence ]: patternedRecurrence + [StartDateTime ]: 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. +In PIM, when the eligible or active assignment becomes active. [IdentityParentId ]: The object ID of the parent identity for agent users. Always null for regular user accounts. For agentUser resources, this property references the object ID of the associated agent identity. @@ -5584,7 +5845,7 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for users to describe their interests. -Returned only on $select. +Requires $select to retrieve. [InvitedBy ]: directoryObject [IsLicenseReconciliationNeeded ]: Indicates whether the user is pending an exchange mailbox license assignment. Read-only. @@ -5593,7 +5854,8 @@ Returned only on $select. 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). @@ -5623,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 @@ -5766,10 +6029,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -5778,9 +6043,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. @@ -6277,16 +6571,16 @@ This URL should be treated as an opaque blob, and not parsed. 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. Read-only. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. It also indicates licenses that are directly assigned and the ones the user inherited through group memberships. Read-only. -Returned only on $select. +Requires $select to retrieve. [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. Read-Only. @@ -6412,7 +6706,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -6961,6 +7255,8 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -7054,7 +7350,7 @@ Read-only. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Notifications ]: [Id ]: The unique identifier for an entity. Read-only. @@ -7162,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. @@ -7210,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. @@ -7464,7 +7769,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for users to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [PendingAccessReviewInstances ]: Navigation property to get a list of access reviews pending approval by the reviewer. [Id ]: The unique identifier for an entity. Read-only. @@ -7484,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. @@ -7824,7 +8121,7 @@ Example: 'en-US', or 'es-ES'. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -8280,15 +8577,14 @@ Read-only. [WebUrl ]: Link to the institution or department homepage. [Program ]: educationalActivityDetail [(Any) ]: This indicates any property can be added to this object. - [Abbreviation ]: Shortened name of the degree or program (example: PhD, MBA) + [Abbreviation ]: Shortened name of the degree or program, for example, PhD and MBA. [Activities ]: Extracurricular activities undertaken alongside the program. [Awards ]: Any awards or honors associated with the program. [Description ]: Short description of the program provided by the user. [DisplayName ]: Long-form name of the program that the user provided. - [FieldsOfStudy ]: Majors and minors associated with the program. -(if applicable) - [Grade ]: The final grade, class, GPA, or score. - [Notes ]: More notes the user provided. + [FieldsOfStudy ]: Majors and minors associated with the program, if applicable. + [Grade ]: The final grade, class, grade point average (GPA), or score. + [Notes ]: More notes provided by the user. [WebUrl ]: Link to the degree or program page. [StartMonthYear ]: The month and year the user commenced the activity referenced. [Emails ]: Represents detailed information about email addresses associated with the user. @@ -8591,9 +8887,9 @@ Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they have attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: The scoped-role administrative unit memberships for this user. Read-only. Nullable. @@ -8660,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. @@ -8810,7 +9106,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Use revokeSignInSessions to reset. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -8857,6 +9153,48 @@ The language component follows two-letter codes as defined in ISO 639-1, and the For users with multigeo licenses, the property contains the user's region (if available). For users without multigeo licenses, the property contains the organization's region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China. + [Sections ]: The sections in the user's chat list. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the section was created. +Read-only. +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. + [DisplayIcon ]: sectionDisplayIcon + [(Any) ]: This indicates any property can be added to this object. + [ContentUrl ]: The URL to a custom icon image. +Applicable when iconType is custom. + [DisplayName ]: The human-readable name of the icon. + [IconType ]: The type of icon. +Use an emoji character such as 👍 for an emoji icon, or custom for a custom image icon. + [SkinTone ]: sectionIconSkinTone + [DisplayName ]: The display name of the section. +Required. +Maximum length is 50 characters. +Display names are case-sensitive and must be unique within a user's sections. +The following names are reserved for system-defined sections and can't be used when creating a user-defined section: RecentChats, QuickViews, TeamsAndChannels, MutedChats, MeetingChats, EngageCommunities. + [IsExpanded ]: Indicates whether the section is expanded in the user interface. +The default value is true. + [IsHierarchicalViewEnabled ]: Indicates whether the hierarchical view is enabled for the section. +Read-only. + [Items ]: The items (chats, channels, meetings, or communities) organized within the section. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the item was added to the section. +Read-only. +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. + [ItemType ]: sectionItemType + [LastModifiedDateTime ]: Date and time when the item was last modified. +Read-only. +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. + [LastModifiedDateTime ]: Date and time when the section was last modified. +Read-only. +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. + [SectionType ]: sectionType + [SortType ]: sectionSortType [Todo ]: todo [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -8869,6 +9207,12 @@ Read-only. Nullable. [IsOwner ]: True if the user is owner of the given task list. [IsShared ]: True if the task list is shared with other users + [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the task list. +Read-only. +Nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Value ]: The value of the property. [Tasks ]: The tasks in this task list. Read-only. Nullable. @@ -8932,9 +9276,6 @@ Read-only. [Recurrence ]: patternedRecurrence [ReminderDateTime ]: dateTimeTimeZone [SingleValueExtendedProperties ]: A collection of custom fields linked to the task. - [Id ]: The unique identifier for an entity. -Read-only. - [Value ]: The value of the property. [StartDateTime ]: dateTimeTimeZone [Status ]: taskStatus [Title ]: A brief description of the task. @@ -8986,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. @@ -9023,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. @@ -9045,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 ]: @@ -9098,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. @@ -9107,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. @@ -9210,11 +9555,11 @@ You can use it as a $filter argument to get groups that have members with licens Supports $filter (eq). [HideFromAddressLists ]: true if the group isn't displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: true if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [InfoCatalogs ]: Identifies the info segments assigned to the group. Returned by default. @@ -9238,7 +9583,7 @@ Read-only. To manage a group 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. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -9288,6 +9633,7 @@ Read-only. [OnPremisesDomainName ]: Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only. + [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [OnPremisesLastSyncDateTime ]: Indicates the last time at which the group was synced with the on-premises directory.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. Returned by default. @@ -9369,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). @@ -9405,12 +9751,12 @@ Immutable. Read-only. [UnseenConversationsCount ]: Count of conversations delivered one or more new posts since the signed-in user's last visit to the group. This property is the same as unseenCount. -Returned only on $select. +Requires $select to retrieve. [UnseenCount ]: Count of conversations that have received new posts since the signed-in user last visited the group. -This property is the same as unseenConversationsCount.Returned only on $select. +This property is the same as unseenConversationsCount.Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [UnseenMessagesCount ]: Count of new posts that have been delivered to the group's conversations since the signed-in user's last visit to the group. -Returned only on $select. +Requires $select to retrieve. [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. @@ -9421,7 +9767,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Requires $select to retrieve. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -9482,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 39c517b4cb0ca..9654b74b4931b 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: 02/20/2026 +ms.date: 07/10/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,13 +80,13 @@ 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" } -Update-MgBetaPolicyMobileDeviceManagementPolicy -MobilityManagementPolicyId $mobilityManagementPolicyId -BodyParameter $params +Update-MgBetaPolicyMobileDeviceManagementPolicy -MobileDeviceManagementPolicyId $mobileDeviceManagementPolicyId -BodyParameter $params ``` This example shows how to use the Update-MgBetaPolicyMobileDeviceManagementPolicy Cmdlet. @@ -745,7 +745,7 @@ Always null when the object hasn't been deleted. [AccessType ]: groupAccessType [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. @@ -777,13 +777,13 @@ Maximum length is 256 characters. Required on create. Supports $filter (eq only). [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. @@ -793,7 +793,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are auto-subscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. @@ -1076,16 +1076,59 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. [UsageRights ]: [Id ]: The unique identifier for an entity. Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. @@ -1229,7 +1272,7 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for users to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). @@ -1509,22 +1552,23 @@ Read-only. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -1554,12 +1598,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -1642,7 +1743,7 @@ Optional. [IncludeBasicClaimSet ]: Determines whether the basic claim set is included in tokens affected by this policy. If set to true, all claims in the basic claim set are emitted in tokens affected by the policy. By default the basic claim set isn't in the tokens unless they're explicitly configured in this policy. - [CreatedByAppId ]: The appId (called Application (client) ID on the Microsoft Entra admin center) of the application used to create the service principal. + [CreatedByAppId ]: The appId of the application that created this service principal. Set internally by Microsoft Entra ID. Read-only. [CreatedObjects ]: Directory objects created by this service principal. @@ -1774,7 +1875,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -1933,13 +2034,13 @@ May not begin with .. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [ApprovedClientApps ]: + [ApprovedClientApps ]: The collection of approved client apps that are associated with the RDS configuration. +Supports $expand. [Id ]: The unique identifier for an entity. Read-only. - [DisplayName ]: + [DisplayName ]: Display name for the client application. [IsRemoteDesktopProtocolEnabled ]: Determines if Microsoft Entra ID RDS authentication protocol for RDP is enabled. [TargetDeviceGroups ]: The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. -
]: The unique identifier for an entity. Read-only. [DisplayName ]: Display name for the target device group. @@ -2298,7 +2399,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. - [ExternalAuthenticationMethods ]: Represents the external methods registered to a user for authentication. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. Optional. @@ -2314,7 +2415,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. - [DisplayName ]: Custom name given to the registered external authentication method. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. @@ -2565,7 +2666,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -2818,7 +2919,7 @@ Read-only. The identifiers must be unique in the tenant. [Birthday ]: The birthday of the user. 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 Returned only on $select. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. Only one number can be set for this property. Read-only for users synced from on-premises directory. @@ -3157,6 +3258,49 @@ This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. Read only. + [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. +Nullable. + [Attachments ]: References to attached objects like files, tabs, meetings etc. + [Body ]: itemBody + [ChannelIdentity ]: channelIdentity + [ChatId ]: If the message was sent in a chat, represents the identity of the chat. + [CreatedDateTime ]: Timestamp of when the chat message was created. + [DeletedDateTime ]: Read only. +Timestamp at which the chat message was deleted, or null if not deleted. + [Etag ]: Read-only. +Version number of the chat message. + [EventDetail ]: eventMessageDetail + [From ]: chatMessageFromIdentitySet + [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. + [Importance ]: chatMessageImportance + [LastEditedDateTime ]: Read only. +Timestamp when edits to the chat message were made. +Triggers an 'Edited' flag in the Teams UI. +If no edits are made the value is null. + [LastModifiedDateTime ]: Read only. +Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. + [Locale ]: Locale of the chat message set by the client. +Always set to en-us. + [Mentions ]: List of entities mentioned in the chat message. +Supported entities are: user, bot, team, channel, chat, and tag. + [MessageHistory ]: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. + [MessageType ]: chatMessageType + [OnBehalfOf ]: chatMessageFromIdentitySet + [PolicyViolation ]: chatMessagePolicyViolation + [Reactions ]: Reactions for this chat message (for example, Like). + [Replies ]: Replies for a specified message. +Supports $expand for channel messages. + [ReplyToId ]: Read-only. +ID of the parent chat message or root chat message of the thread. +(Only applies to chat messages in channels, not chats.) + [Subject ]: The subject of the chat message, in plaintext. + [Summary ]: Summary text of the chat message that could be used for push notifications and summary views or fall back views. +Only applies to channel chat messages, not chat messages in a chat. + [WebUrl ]: Read-only. +Link to the message in Microsoft Teams. + [Id ]: The unique identifier for an entity. +Read-only. + [Recipient ]: identity [TenantId ]: The identifier of the tenant in which the chat was created. Read-only. [Topic ]: (Optional) Subject or topic for the chat. @@ -3192,7 +3336,22 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [AssignmentErrors ]: + [Id ]: The unique identifier for an entity. +Read-only. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [Assignments ]: [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -3311,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 @@ -3336,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. @@ -3543,10 +3737,11 @@ 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. + [ContentCategory ]: contentCategory [CorrelationId ]: An identifier used to group multiple related content entries (for example, different parts of the same file upload, messages in a conversation). [CreatedDateTime ]: Required. Timestamp indicating when the original content was created (for example, file creation time, message sent time). @@ -3674,6 +3869,24 @@ Required. [LearningProviderId ]: The registration ID of the provider. Required. [Status ]: courseStatus + [Storyline ]: User's storyline singleton container. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Followers ]: The users who are following this user. + [Id ]: The unique identifier for an entity. +Read-only. + [Follower ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Followings ]: The users that this user is following. + [Id ]: The unique identifier for an entity. +Read-only. + [Following ]: The Viva Engage identities. [EmployeeHireDate ]: The date and time when the user was hired or will start work if there is a future hire. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. @@ -3688,10 +3901,10 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. @@ -3911,6 +4124,17 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(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. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity. @@ -4008,6 +4232,7 @@ To proactively opt in to the new behavior ahead of time, use the contentStream p Nullable. [File ]: file [(Any) ]: This indicates any property can be added to this object. + [ArchiveStatus ]: fileArchiveStatus [Hashes ]: hashes [(Any) ]: This indicates any property can be added to this object. [Crc32Hash ]: The CRC32 value of the file (if available). @@ -4018,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. @@ -5126,6 +5364,8 @@ Read-only. [ContentTypes ]: The collection of content types present in this list. [DisplayName ]: The displayable title of the list. [Drive ]: drive + [ItemCount ]: The total count of items in the list. +Read-only. [Items ]: All items contained in the list. [List ]: listInfo [(Any) ]: This indicates any property can be added to this object. @@ -5479,7 +5719,9 @@ Read-write. [(Any) ]: This indicates any property can be added to this object. [ArchiveStatus ]: siteArchiveStatus [ArchivedBy ]: identitySet - [ArchivedDateTime ]: + [ArchivedDateTime ]: Time when the container was archived. +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. [DataLocationCode ]: The geographic region code for where this site collection resides. Only present for multi-geo tenants. Read-only. @@ -5502,7 +5744,7 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. 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. - Returned only on $select. + Requires $select to retrieve. Note: This property is specific to SharePoint Online. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. @@ -5525,6 +5767,27 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityGovernance ]: identityGovernanceUserSettings + [(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 ]: 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 + [(Any) ]: This indicates any property can be added to this object. + [Duration ]: The requestor's desired duration of access represented in ISO 8601 format for durations. +For example, PT3H refers to three hours. + If specified in a request, endDateTime shouldn't be present and the type property should be set to afterDuration. + [EndDateTime ]: Timestamp of 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. + [Type ]: expirationPatternType + [Recurrence ]: patternedRecurrence + [StartDateTime ]: 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. +In PIM, when the eligible or active assignment becomes active. [IdentityParentId ]: The object ID of the parent identity for agent users. Always null for regular user accounts. For agentUser resources, this property references the object ID of the associated agent identity. @@ -5621,7 +5884,7 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for users to describe their interests. -Returned only on $select. +Requires $select to retrieve. [InvitedBy ]: directoryObject [IsLicenseReconciliationNeeded ]: Indicates whether the user is pending an exchange mailbox license assignment. Read-only. @@ -5630,7 +5893,8 @@ Returned only on $select. 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). @@ -5660,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 @@ -5803,10 +6068,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -5815,9 +6082,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. @@ -6314,16 +6610,16 @@ This URL should be treated as an opaque blob, and not parsed. 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. Read-only. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. It also indicates licenses that are directly assigned and the ones the user inherited through group memberships. Read-only. -Returned only on $select. +Requires $select to retrieve. [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. Read-Only. @@ -6449,7 +6745,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -6998,6 +7294,8 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -7091,7 +7389,7 @@ Read-only. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Notifications ]: [Id ]: The unique identifier for an entity. Read-only. @@ -7199,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. @@ -7247,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. @@ -7501,7 +7808,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for users to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [PendingAccessReviewInstances ]: Navigation property to get a list of access reviews pending approval by the reviewer. [Id ]: The unique identifier for an entity. Read-only. @@ -7521,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. @@ -7861,7 +8160,7 @@ Example: 'en-US', or 'es-ES'. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -8317,15 +8616,14 @@ Read-only. [WebUrl ]: Link to the institution or department homepage. [Program ]: educationalActivityDetail [(Any) ]: This indicates any property can be added to this object. - [Abbreviation ]: Shortened name of the degree or program (example: PhD, MBA) + [Abbreviation ]: Shortened name of the degree or program, for example, PhD and MBA. [Activities ]: Extracurricular activities undertaken alongside the program. [Awards ]: Any awards or honors associated with the program. [Description ]: Short description of the program provided by the user. [DisplayName ]: Long-form name of the program that the user provided. - [FieldsOfStudy ]: Majors and minors associated with the program. -(if applicable) - [Grade ]: The final grade, class, GPA, or score. - [Notes ]: More notes the user provided. + [FieldsOfStudy ]: Majors and minors associated with the program, if applicable. + [Grade ]: The final grade, class, grade point average (GPA), or score. + [Notes ]: More notes provided by the user. [WebUrl ]: Link to the degree or program page. [StartMonthYear ]: The month and year the user commenced the activity referenced. [Emails ]: Represents detailed information about email addresses associated with the user. @@ -8628,9 +8926,9 @@ Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they have attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: The scoped-role administrative unit memberships for this user. Read-only. Nullable. @@ -8697,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. @@ -8847,7 +9145,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Use revokeSignInSessions to reset. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -8894,6 +9192,48 @@ The language component follows two-letter codes as defined in ISO 639-1, and the For users with multigeo licenses, the property contains the user's region (if available). For users without multigeo licenses, the property contains the organization's region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China. + [Sections ]: The sections in the user's chat list. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the section was created. +Read-only. +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. + [DisplayIcon ]: sectionDisplayIcon + [(Any) ]: This indicates any property can be added to this object. + [ContentUrl ]: The URL to a custom icon image. +Applicable when iconType is custom. + [DisplayName ]: The human-readable name of the icon. + [IconType ]: The type of icon. +Use an emoji character such as 👍 for an emoji icon, or custom for a custom image icon. + [SkinTone ]: sectionIconSkinTone + [DisplayName ]: The display name of the section. +Required. +Maximum length is 50 characters. +Display names are case-sensitive and must be unique within a user's sections. +The following names are reserved for system-defined sections and can't be used when creating a user-defined section: RecentChats, QuickViews, TeamsAndChannels, MutedChats, MeetingChats, EngageCommunities. + [IsExpanded ]: Indicates whether the section is expanded in the user interface. +The default value is true. + [IsHierarchicalViewEnabled ]: Indicates whether the hierarchical view is enabled for the section. +Read-only. + [Items ]: The items (chats, channels, meetings, or communities) organized within the section. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the item was added to the section. +Read-only. +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. + [ItemType ]: sectionItemType + [LastModifiedDateTime ]: Date and time when the item was last modified. +Read-only. +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. + [LastModifiedDateTime ]: Date and time when the section was last modified. +Read-only. +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. + [SectionType ]: sectionType + [SortType ]: sectionSortType [Todo ]: todo [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -8906,6 +9246,12 @@ Read-only. Nullable. [IsOwner ]: True if the user is owner of the given task list. [IsShared ]: True if the task list is shared with other users + [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the task list. +Read-only. +Nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Value ]: The value of the property. [Tasks ]: The tasks in this task list. Read-only. Nullable. @@ -8969,9 +9315,6 @@ Read-only. [Recurrence ]: patternedRecurrence [ReminderDateTime ]: dateTimeTimeZone [SingleValueExtendedProperties ]: A collection of custom fields linked to the task. - [Id ]: The unique identifier for an entity. -Read-only. - [Value ]: The value of the property. [StartDateTime ]: dateTimeTimeZone [Status ]: taskStatus [Title ]: A brief description of the task. @@ -9023,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. @@ -9060,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. @@ -9082,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 ]: @@ -9135,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. @@ -9144,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. @@ -9247,11 +9594,11 @@ You can use it as a $filter argument to get groups that have members with licens Supports $filter (eq). [HideFromAddressLists ]: true if the group isn't displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: true if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [InfoCatalogs ]: Identifies the info segments assigned to the group. Returned by default. @@ -9275,7 +9622,7 @@ Read-only. To manage a group 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. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -9325,6 +9672,7 @@ Read-only. [OnPremisesDomainName ]: Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only. + [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [OnPremisesLastSyncDateTime ]: Indicates the last time at which the group was synced with the on-premises directory.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. Returned by default. @@ -9406,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). @@ -9442,12 +9790,12 @@ Immutable. Read-only. [UnseenConversationsCount ]: Count of conversations delivered one or more new posts since the signed-in user's last visit to the group. This property is the same as unseenCount. -Returned only on $select. +Requires $select to retrieve. [UnseenCount ]: Count of conversations that have received new posts since the signed-in user last visited the group. -This property is the same as unseenConversationsCount.Returned only on $select. +This property is the same as unseenConversationsCount.Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [UnseenMessagesCount ]: Count of new posts that have been delivered to the group's conversations since the signed-in user's last visit to the group. -Returned only on $select. +Requires $select to retrieve. [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. @@ -9458,7 +9806,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Requires $select to retrieve. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -9489,7 +9840,7 @@ Always null when the object hasn't been deleted. [AccessType ]: groupAccessType [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. @@ -9521,13 +9872,13 @@ Maximum length is 256 characters. Required on create. Supports $filter (eq only). [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [DisabledPlans ]: A collection of the unique identifiers for plans that have been disabled. @@ -9537,7 +9888,7 @@ Corresponds to the skuId from subscribedSkus or companySubscription. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are auto-subscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [(Any) ]: This indicates any property can be added to this object. @@ -9820,16 +10171,59 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. [UsageRights ]: [Id ]: The unique identifier for an entity. Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. @@ -9973,7 +10367,7 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for users to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). @@ -10253,22 +10647,23 @@ Read-only. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -10298,12 +10693,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -10386,7 +10838,7 @@ Optional. [IncludeBasicClaimSet ]: Determines whether the basic claim set is included in tokens affected by this policy. If set to true, all claims in the basic claim set are emitted in tokens affected by the policy. By default the basic claim set isn't in the tokens unless they're explicitly configured in this policy. - [CreatedByAppId ]: The appId (called Application (client) ID on the Microsoft Entra admin center) of the application used to create the service principal. + [CreatedByAppId ]: The appId of the application that created this service principal. Set internally by Microsoft Entra ID. Read-only. [CreatedObjects ]: Directory objects created by this service principal. @@ -10518,7 +10970,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -10677,13 +11129,13 @@ May not begin with .. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [ApprovedClientApps ]: + [ApprovedClientApps ]: The collection of approved client apps that are associated with the RDS configuration. +Supports $expand. [Id ]: The unique identifier for an entity. Read-only. - [DisplayName ]: + [DisplayName ]: Display name for the client application. [IsRemoteDesktopProtocolEnabled ]: Determines if Microsoft Entra ID RDS authentication protocol for RDP is enabled. [TargetDeviceGroups ]: The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. -
]: The unique identifier for an entity. Read-only. [DisplayName ]: Display name for the target device group. @@ -11042,7 +11494,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. - [ExternalAuthenticationMethods ]: Represents the external methods registered to a user for authentication. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. Optional. @@ -11058,7 +11510,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. - [DisplayName ]: Custom name given to the registered external authentication method. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. @@ -11309,7 +11761,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -11562,7 +12014,7 @@ Read-only. The identifiers must be unique in the tenant. [Birthday ]: The birthday of the user. 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 Returned only on $select. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. Only one number can be set for this property. Read-only for users synced from on-premises directory. @@ -11901,6 +12353,49 @@ This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. Read only. + [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. +Nullable. + [Attachments ]: References to attached objects like files, tabs, meetings etc. + [Body ]: itemBody + [ChannelIdentity ]: channelIdentity + [ChatId ]: If the message was sent in a chat, represents the identity of the chat. + [CreatedDateTime ]: Timestamp of when the chat message was created. + [DeletedDateTime ]: Read only. +Timestamp at which the chat message was deleted, or null if not deleted. + [Etag ]: Read-only. +Version number of the chat message. + [EventDetail ]: eventMessageDetail + [From ]: chatMessageFromIdentitySet + [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. + [Importance ]: chatMessageImportance + [LastEditedDateTime ]: Read only. +Timestamp when edits to the chat message were made. +Triggers an 'Edited' flag in the Teams UI. +If no edits are made the value is null. + [LastModifiedDateTime ]: Read only. +Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. + [Locale ]: Locale of the chat message set by the client. +Always set to en-us. + [Mentions ]: List of entities mentioned in the chat message. +Supported entities are: user, bot, team, channel, chat, and tag. + [MessageHistory ]: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. + [MessageType ]: chatMessageType + [OnBehalfOf ]: chatMessageFromIdentitySet + [PolicyViolation ]: chatMessagePolicyViolation + [Reactions ]: Reactions for this chat message (for example, Like). + [Replies ]: Replies for a specified message. +Supports $expand for channel messages. + [ReplyToId ]: Read-only. +ID of the parent chat message or root chat message of the thread. +(Only applies to chat messages in channels, not chats.) + [Subject ]: The subject of the chat message, in plaintext. + [Summary ]: Summary text of the chat message that could be used for push notifications and summary views or fall back views. +Only applies to channel chat messages, not chat messages in a chat. + [WebUrl ]: Read-only. +Link to the message in Microsoft Teams. + [Id ]: The unique identifier for an entity. +Read-only. + [Recipient ]: identity [TenantId ]: The identifier of the tenant in which the chat was created. Read-only. [Topic ]: (Optional) Subject or topic for the chat. @@ -11936,7 +12431,22 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [AssignmentErrors ]: + [Id ]: The unique identifier for an entity. +Read-only. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [Assignments ]: [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -12055,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 @@ -12080,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. @@ -12287,10 +12832,11 @@ 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. + [ContentCategory ]: contentCategory [CorrelationId ]: An identifier used to group multiple related content entries (for example, different parts of the same file upload, messages in a conversation). [CreatedDateTime ]: Required. Timestamp indicating when the original content was created (for example, file creation time, message sent time). @@ -12418,6 +12964,24 @@ Required. [LearningProviderId ]: The registration ID of the provider. Required. [Status ]: courseStatus + [Storyline ]: User's storyline singleton container. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Followers ]: The users who are following this user. + [Id ]: The unique identifier for an entity. +Read-only. + [Follower ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Followings ]: The users that this user is following. + [Id ]: The unique identifier for an entity. +Read-only. + [Following ]: The Viva Engage identities. [EmployeeHireDate ]: The date and time when the user was hired or will start work if there is a future hire. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. @@ -12432,10 +12996,10 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. @@ -12655,6 +13219,17 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(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. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity. @@ -12752,6 +13327,7 @@ To proactively opt in to the new behavior ahead of time, use the contentStream p Nullable. [File ]: file [(Any) ]: This indicates any property can be added to this object. + [ArchiveStatus ]: fileArchiveStatus [Hashes ]: hashes [(Any) ]: This indicates any property can be added to this object. [Crc32Hash ]: The CRC32 value of the file (if available). @@ -12762,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. @@ -13870,6 +14459,8 @@ Read-only. [ContentTypes ]: The collection of content types present in this list. [DisplayName ]: The displayable title of the list. [Drive ]: drive + [ItemCount ]: The total count of items in the list. +Read-only. [Items ]: All items contained in the list. [List ]: listInfo [(Any) ]: This indicates any property can be added to this object. @@ -14223,7 +14814,9 @@ Read-write. [(Any) ]: This indicates any property can be added to this object. [ArchiveStatus ]: siteArchiveStatus [ArchivedBy ]: identitySet - [ArchivedDateTime ]: + [ArchivedDateTime ]: Time when the container was archived. +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. [DataLocationCode ]: The geographic region code for where this site collection resides. Only present for multi-geo tenants. Read-only. @@ -14246,7 +14839,7 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. 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. - Returned only on $select. + Requires $select to retrieve. Note: This property is specific to SharePoint Online. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. @@ -14269,6 +14862,27 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityGovernance ]: identityGovernanceUserSettings + [(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 ]: 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 + [(Any) ]: This indicates any property can be added to this object. + [Duration ]: The requestor's desired duration of access represented in ISO 8601 format for durations. +For example, PT3H refers to three hours. + If specified in a request, endDateTime shouldn't be present and the type property should be set to afterDuration. + [EndDateTime ]: Timestamp of 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. + [Type ]: expirationPatternType + [Recurrence ]: patternedRecurrence + [StartDateTime ]: 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. +In PIM, when the eligible or active assignment becomes active. [IdentityParentId ]: The object ID of the parent identity for agent users. Always null for regular user accounts. For agentUser resources, this property references the object ID of the associated agent identity. @@ -14365,7 +14979,7 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for users to describe their interests. -Returned only on $select. +Requires $select to retrieve. [InvitedBy ]: directoryObject [IsLicenseReconciliationNeeded ]: Indicates whether the user is pending an exchange mailbox license assignment. Read-only. @@ -14374,7 +14988,8 @@ Returned only on $select. 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). @@ -14404,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 @@ -14547,10 +15163,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -14559,9 +15177,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. @@ -15058,16 +15705,16 @@ This URL should be treated as an opaque blob, and not parsed. 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. Read-only. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. It also indicates licenses that are directly assigned and the ones the user inherited through group memberships. Read-only. -Returned only on $select. +Requires $select to retrieve. [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. Read-Only. @@ -15193,7 +15840,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -15742,6 +16389,8 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -15835,7 +16484,7 @@ Read-only. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Notifications ]: [Id ]: The unique identifier for an entity. Read-only. @@ -15943,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. @@ -15991,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. @@ -16245,7 +16903,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for users to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [PendingAccessReviewInstances ]: Navigation property to get a list of access reviews pending approval by the reviewer. [Id ]: The unique identifier for an entity. Read-only. @@ -16265,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. @@ -16605,7 +17255,7 @@ Example: 'en-US', or 'es-ES'. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -17061,15 +17711,14 @@ Read-only. [WebUrl ]: Link to the institution or department homepage. [Program ]: educationalActivityDetail [(Any) ]: This indicates any property can be added to this object. - [Abbreviation ]: Shortened name of the degree or program (example: PhD, MBA) + [Abbreviation ]: Shortened name of the degree or program, for example, PhD and MBA. [Activities ]: Extracurricular activities undertaken alongside the program. [Awards ]: Any awards or honors associated with the program. [Description ]: Short description of the program provided by the user. [DisplayName ]: Long-form name of the program that the user provided. - [FieldsOfStudy ]: Majors and minors associated with the program. -(if applicable) - [Grade ]: The final grade, class, GPA, or score. - [Notes ]: More notes the user provided. + [FieldsOfStudy ]: Majors and minors associated with the program, if applicable. + [Grade ]: The final grade, class, grade point average (GPA), or score. + [Notes ]: More notes provided by the user. [WebUrl ]: Link to the degree or program page. [StartMonthYear ]: The month and year the user commenced the activity referenced. [Emails ]: Represents detailed information about email addresses associated with the user. @@ -17372,9 +18021,9 @@ Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they have attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: The scoped-role administrative unit memberships for this user. Read-only. Nullable. @@ -17441,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. @@ -17591,7 +18240,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Use revokeSignInSessions to reset. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -17638,6 +18287,48 @@ The language component follows two-letter codes as defined in ISO 639-1, and the For users with multigeo licenses, the property contains the user's region (if available). For users without multigeo licenses, the property contains the organization's region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China. + [Sections ]: The sections in the user's chat list. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the section was created. +Read-only. +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. + [DisplayIcon ]: sectionDisplayIcon + [(Any) ]: This indicates any property can be added to this object. + [ContentUrl ]: The URL to a custom icon image. +Applicable when iconType is custom. + [DisplayName ]: The human-readable name of the icon. + [IconType ]: The type of icon. +Use an emoji character such as 👍 for an emoji icon, or custom for a custom image icon. + [SkinTone ]: sectionIconSkinTone + [DisplayName ]: The display name of the section. +Required. +Maximum length is 50 characters. +Display names are case-sensitive and must be unique within a user's sections. +The following names are reserved for system-defined sections and can't be used when creating a user-defined section: RecentChats, QuickViews, TeamsAndChannels, MutedChats, MeetingChats, EngageCommunities. + [IsExpanded ]: Indicates whether the section is expanded in the user interface. +The default value is true. + [IsHierarchicalViewEnabled ]: Indicates whether the hierarchical view is enabled for the section. +Read-only. + [Items ]: The items (chats, channels, meetings, or communities) organized within the section. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the item was added to the section. +Read-only. +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. + [ItemType ]: sectionItemType + [LastModifiedDateTime ]: Date and time when the item was last modified. +Read-only. +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. + [LastModifiedDateTime ]: Date and time when the section was last modified. +Read-only. +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. + [SectionType ]: sectionType + [SortType ]: sectionSortType [Todo ]: todo [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -17650,6 +18341,12 @@ Read-only. Nullable. [IsOwner ]: True if the user is owner of the given task list. [IsShared ]: True if the task list is shared with other users + [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the task list. +Read-only. +Nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Value ]: The value of the property. [Tasks ]: The tasks in this task list. Read-only. Nullable. @@ -17713,9 +18410,6 @@ Read-only. [Recurrence ]: patternedRecurrence [ReminderDateTime ]: dateTimeTimeZone [SingleValueExtendedProperties ]: A collection of custom fields linked to the task. - [Id ]: The unique identifier for an entity. -Read-only. - [Value ]: The value of the property. [StartDateTime ]: dateTimeTimeZone [Status ]: taskStatus [Title ]: A brief description of the task. @@ -17767,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. @@ -17804,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. @@ -17826,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 ]: @@ -17879,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. @@ -17888,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. @@ -17991,11 +18689,11 @@ You can use it as a $filter argument to get groups that have members with licens Supports $filter (eq). [HideFromAddressLists ]: true if the group isn't displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: true if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [InfoCatalogs ]: Identifies the info segments assigned to the group. Returned by default. @@ -18019,7 +18717,7 @@ Read-only. To manage a group 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. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -18069,6 +18767,7 @@ Read-only. [OnPremisesDomainName ]: Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only. + [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [OnPremisesLastSyncDateTime ]: Indicates the last time at which the group was synced with the on-premises directory.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. Returned by default. @@ -18150,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). @@ -18186,12 +18885,12 @@ Immutable. Read-only. [UnseenConversationsCount ]: Count of conversations delivered one or more new posts since the signed-in user's last visit to the group. This property is the same as unseenCount. -Returned only on $select. +Requires $select to retrieve. [UnseenCount ]: Count of conversations that have received new posts since the signed-in user last visited the group. -This property is the same as unseenConversationsCount.Returned only on $select. +This property is the same as unseenConversationsCount.Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [UnseenMessagesCount ]: Count of new posts that have been delivered to the group's conversations since the signed-in user's last visit to the group. -Returned only on $select. +Requires $select to retrieve. [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. @@ -18202,7 +18901,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Requires $select to retrieve. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -18263,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 731b5a77fcea4..24d00fd8b969b 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: 02/20/2026 +ms.date: 07/10/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..92cee2fc544c1 --- /dev/null +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Identity.SignIns/Update-MgBetaPolicyOwnerlessGroupPolicy.md @@ -0,0 +1,611 @@ +--- +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: 07/10/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. + +> [!NOTE] +> To view the v1.0 release of this cmdlet, view [Update-MgPolicyOwnerlessGroupPolicy](/powershell/module/Microsoft.Graph.Identity.SignIns/Update-MgPolicyOwnerlessGroupPolicy?view=graph-powershell-1.0) + +## 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 14718be4ff8d1..558412f195bf6 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: 02/20/2026 +ms.date: 07/10/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 761c22c4691e8..4d97cf9b17cae 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: 02/20/2026 +ms.date: 07/10/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 edd9d2b540d09..2e1d51687bddb 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: 02/20/2026 +ms.date: 07/10/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 ee3dd7e1cdf11..3def7442b335f 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: 02/20/2026 +ms.date: 07/10/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 700aa10e0d533..59590fc0dca48 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: 02/20/2026 +ms.date: 07/10/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 a86b0414baa00..00f1b45da6c8b 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: 02/20/2026 +ms.date: 07/10/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 f9abb372e9779..70acbc3471a27 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: 02/20/2026 +ms.date: 07/10/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 55e0370f9472d..255a1e852d738 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: 02/20/2026 +ms.date: 07/10/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 8212bf86ec9df..7b8998f5f66fb 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: 02/20/2026 +ms.date: 07/10/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 0c795c8c42600..e44d011cc71e8 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: 02/20/2026 +ms.date: 07/10/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 7da47cfcfb5ea..eae27daadf558 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: 02/20/2026 +ms.date: 07/10/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 e0a351acdb267..6645bb06da6aa 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: 02/20/2026 +ms.date: 07/10/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 b2b7dcbbd821d..dcc3da9158650 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: 02/20/2026 +ms.date: 07/10/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 de3b80a6a0ffc..e462d775c19b9 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: 02/20/2026 +ms.date: 07/10/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 a9fd045446bd9..fb91b7e206060 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: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaRiskyAgent --- @@ -21,12 +21,12 @@ Update the navigation property riskyAgents in identityProtection ``` Update-MgBetaRiskyAgent -RiskyAgentId [-ResponseHeadersVariable ] - [-AdditionalProperties ] [-AgentDisplayName ] [-Id ] [-IsDeleted] - [-IsEnabled] [-IsProcessing] [-RiskDetail ] [-RiskLastModifiedDateTime ] - [-RiskLevel ] [-RiskState ] [-Break] [-Headers ] - [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] + [-AdditionalProperties ] [-AgentDisplayName ] [-BlueprintId ] + [-Id ] [-IdentityType ] [-IsDeleted] [-IsEnabled] [-IsProcessing] + [-RiskDetail ] [-RiskLastModifiedDateTime ] [-RiskLevel ] + [-RiskState ] [-Break] [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -36,19 +36,18 @@ Update-MgBetaRiskyAgent -RiskyAgentId -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded ``` Update-MgBetaRiskyAgent -InputObject [-ResponseHeadersVariable ] - [-AdditionalProperties ] [-AgentDisplayName ] [-Id ] [-IsDeleted] - [-IsEnabled] [-IsProcessing] [-RiskDetail ] [-RiskLastModifiedDateTime ] - [-RiskLevel ] [-RiskState ] [-Break] [-Headers ] - [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] + [-AdditionalProperties ] [-AgentDisplayName ] [-BlueprintId ] + [-Id ] [-IdentityType ] [-IsDeleted] [-IsEnabled] [-IsProcessing] + [-RiskDetail ] [-RiskLastModifiedDateTime ] [-RiskLevel ] + [-RiskState ] [-Break] [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-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 @@ -127,6 +126,34 @@ AcceptedValues: [] HelpMessage: '' ``` +### -BlueprintId + +The identifier of the blueprint associated with the agent. +Nullable. + +```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: '' +``` + ### -BodyParameter riskyAgent @@ -289,6 +316,33 @@ AcceptedValues: [] HelpMessage: '' ``` +### -IdentityType + +agentIdentityType + +```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: '' +``` + ### -InputObject Identity Parameter @@ -683,6 +737,9 @@ BODYPARAMETER ``: riskyAgent Read-only. [AgentDisplayName ]: Name of the agent. Supports $filter (eq, startsWith). + [BlueprintId ]: The identifier of the blueprint associated with the agent. +Nullable. + [IdentityType ]: agentIdentityType [IsDeleted ]: Indicates whether the agent is deleted. [IsEnabled ]: Indicates whether the agent is enabled. [IsProcessing ]: Indicates whether an agent's risky state is processing in the backend. @@ -744,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 1131f7a6fd2b5..7eac789a9dcfd 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: 02/20/2026 +ms.date: 07/10/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 adbcf9897b70f..4c806aadc59c2 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: 02/20/2026 +ms.date: 07/10/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 9acd90f3562cd..27c951c871931 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: 02/20/2026 +ms.date: 07/10/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 6aed7b475af5b..d1d387bcf2413 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: 02/20/2026 +ms.date: 07/10/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 306d9d7bc55e9..5a98562a658aa 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: 02/20/2026 +ms.date: 07/10/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 2f3d1e0be8f0b..e093164879fb6 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: 02/20/2026 +ms.date: 07/10/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 d5a4df6ca74db..ebfad1768f236 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: 02/20/2026 +ms.date: 07/10/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 09611edfe4a60..a18cbce34f5e4 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: 02/20/2026 +ms.date: 07/10/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 949ee7f2f72c3..c0985ce5ead41 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: 02/20/2026 +ms.date: 07/10/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 cd1dd2c46abb7..f1caedaaf9ba4 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: 02/20/2026 +ms.date: 07/10/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 f2a3006b5dacd..5a2c3420183fa 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: 02/20/2026 +ms.date: 07/10/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 75e8b993eba6b..09b165bdf9793 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: 02/20/2026 +ms.date: 07/10/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 2ffffebc91164..7d0b8bc8239f8 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: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaUserAuthenticationExternalAuthenticationMethod --- @@ -15,6 +15,9 @@ title: Update-MgBetaUserAuthenticationExternalAuthenticationMethod Update the navigation property externalAuthenticationMethods in users +> [!NOTE] +> To view the v1.0 release of this cmdlet, view [Update-MgUserAuthenticationExternalAuthenticationMethod](/powershell/module/Microsoft.Graph.Identity.SignIns/Update-MgUserAuthenticationExternalAuthenticationMethod?view=graph-powershell-1.0) + ## SYNTAX ### UpdateExpanded (Default) @@ -26,7 +29,6 @@ Update-MgBetaUserAuthenticationExternalAuthenticationMethod -ExternalAuthenticat [-LastUsedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -37,7 +39,6 @@ Update-MgBetaUserAuthenticationExternalAuthenticationMethod -ExternalAuthenticat [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -48,7 +49,7 @@ Update-MgBetaUserAuthenticationExternalAuthenticationMethod -InputObject ] [-DisplayName ] [-Id ] [-LastUsedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -58,7 +59,7 @@ Update-MgBetaUserAuthenticationExternalAuthenticationMethod -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -231,7 +232,7 @@ HelpMessage: '' ### -DisplayName -Custom name given to the registered external authentication method. +Custom name given to the registered external MFA. ```yaml Type: System.String @@ -619,7 +620,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. - [DisplayName ]: Custom name given to the registered external authentication method. + [DisplayName ]: Custom name given to the registered external MFA. INPUTOBJECT ``: Identity Parameter [ActivityBasedTimeoutPolicyId ]: The unique identifier of activityBasedTimeoutPolicy @@ -671,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 7c12db890cdce..a164388894aa9 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: 02/20/2026 +ms.date: 07/10/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 @@ -844,7 +840,7 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for users to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). @@ -1138,22 +1134,23 @@ Always null when the object hasn't been deleted. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -1183,12 +1180,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -1298,7 +1352,7 @@ Optional. [IncludeBasicClaimSet ]: Determines whether the basic claim set is included in tokens affected by this policy. If set to true, all claims in the basic claim set are emitted in tokens affected by the policy. By default the basic claim set isn't in the tokens unless they're explicitly configured in this policy. - [CreatedByAppId ]: The appId (called Application (client) ID on the Microsoft Entra admin center) of the application used to create the service principal. + [CreatedByAppId ]: The appId of the application that created this service principal. Set internally by Microsoft Entra ID. Read-only. [CreatedObjects ]: Directory objects created by this service principal. @@ -1430,7 +1484,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -1589,13 +1643,13 @@ May not begin with .. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [ApprovedClientApps ]: + [ApprovedClientApps ]: The collection of approved client apps that are associated with the RDS configuration. +Supports $expand. [Id ]: The unique identifier for an entity. Read-only. - [DisplayName ]: + [DisplayName ]: Display name for the client application. [IsRemoteDesktopProtocolEnabled ]: Determines if Microsoft Entra ID RDS authentication protocol for RDP is enabled. [TargetDeviceGroups ]: The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. -
]: The unique identifier for an entity. Read-only. [DisplayName ]: Display name for the target device group. @@ -1958,7 +2012,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. - [ExternalAuthenticationMethods ]: Represents the external methods registered to a user for authentication. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. Optional. @@ -1974,7 +2028,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. - [DisplayName ]: Custom name given to the registered external authentication method. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. @@ -2227,7 +2281,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -2480,7 +2534,7 @@ Read-only. The identifiers must be unique in the tenant. [Birthday ]: The birthday of the user. 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 Returned only on $select. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. Only one number can be set for this property. Read-only for users synced from on-premises directory. @@ -3090,6 +3144,49 @@ This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. Read only. + [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. +Nullable. + [Attachments ]: References to attached objects like files, tabs, meetings etc. + [Body ]: itemBody + [ChannelIdentity ]: channelIdentity + [ChatId ]: If the message was sent in a chat, represents the identity of the chat. + [CreatedDateTime ]: Timestamp of when the chat message was created. + [DeletedDateTime ]: Read only. +Timestamp at which the chat message was deleted, or null if not deleted. + [Etag ]: Read-only. +Version number of the chat message. + [EventDetail ]: eventMessageDetail + [From ]: chatMessageFromIdentitySet + [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. + [Importance ]: chatMessageImportance + [LastEditedDateTime ]: Read only. +Timestamp when edits to the chat message were made. +Triggers an 'Edited' flag in the Teams UI. +If no edits are made the value is null. + [LastModifiedDateTime ]: Read only. +Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. + [Locale ]: Locale of the chat message set by the client. +Always set to en-us. + [Mentions ]: List of entities mentioned in the chat message. +Supported entities are: user, bot, team, channel, chat, and tag. + [MessageHistory ]: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. + [MessageType ]: chatMessageType + [OnBehalfOf ]: chatMessageFromIdentitySet + [PolicyViolation ]: chatMessagePolicyViolation + [Reactions ]: Reactions for this chat message (for example, Like). + [Replies ]: Replies for a specified message. +Supports $expand for channel messages. + [ReplyToId ]: Read-only. +ID of the parent chat message or root chat message of the thread. +(Only applies to chat messages in channels, not chats.) + [Subject ]: The subject of the chat message, in plaintext. + [Summary ]: Summary text of the chat message that could be used for push notifications and summary views or fall back views. +Only applies to channel chat messages, not chat messages in a chat. + [WebUrl ]: Read-only. +Link to the message in Microsoft Teams. + [Id ]: The unique identifier for an entity. +Read-only. + [Recipient ]: identity [TenantId ]: The identifier of the tenant in which the chat was created. Read-only. [Topic ]: (Optional) Subject or topic for the chat. @@ -3125,21 +3222,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -3258,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 @@ -3283,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. @@ -3490,10 +3679,11 @@ 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. + [ContentCategory ]: contentCategory [CorrelationId ]: An identifier used to group multiple related content entries (for example, different parts of the same file upload, messages in a conversation). [CreatedDateTime ]: Required. Timestamp indicating when the original content was created (for example, file creation time, message sent time). @@ -3778,6 +3968,7 @@ To proactively opt in to the new behavior ahead of time, use the contentStream p Nullable. [File ]: file [(Any) ]: This indicates any property can be added to this object. + [ArchiveStatus ]: fileArchiveStatus [Hashes ]: hashes [(Any) ]: This indicates any property can be added to this object. [Crc32Hash ]: The CRC32 value of the file (if available). @@ -3788,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. @@ -3888,6 +4092,17 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(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. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity. @@ -4897,6 +5112,8 @@ 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 total count of items in the list. +Read-only. [Items ]: All items contained in the list. [List ]: listInfo [(Any) ]: This indicates any property can be added to this object. @@ -4993,6 +5210,24 @@ Required. [LearningProviderId ]: The registration ID of the provider. Required. [Status ]: courseStatus + [Storyline ]: User's storyline singleton container. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Followers ]: The users who are following this user. + [Id ]: The unique identifier for an entity. +Read-only. + [Follower ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Followings ]: The users that this user is following. + [Id ]: The unique identifier for an entity. +Read-only. + [Following ]: The Viva Engage identities. [EmployeeHireDate ]: The date and time when the user was hired or will start work if there is a future hire. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. @@ -5007,10 +5242,10 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. @@ -5483,7 +5718,9 @@ Read-write. [(Any) ]: This indicates any property can be added to this object. [ArchiveStatus ]: siteArchiveStatus [ArchivedBy ]: identitySet - [ArchivedDateTime ]: + [ArchivedDateTime ]: Time when the container was archived. +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. [DataLocationCode ]: The geographic region code for where this site collection resides. Only present for multi-geo tenants. Read-only. @@ -5506,7 +5743,7 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. 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. - Returned only on $select. + Requires $select to retrieve. Note: This property is specific to SharePoint Online. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. @@ -5529,6 +5766,27 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityGovernance ]: identityGovernanceUserSettings + [(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 ]: 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 + [(Any) ]: This indicates any property can be added to this object. + [Duration ]: The requestor's desired duration of access represented in ISO 8601 format for durations. +For example, PT3H refers to three hours. + If specified in a request, endDateTime shouldn't be present and the type property should be set to afterDuration. + [EndDateTime ]: Timestamp of 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. + [Type ]: expirationPatternType + [Recurrence ]: patternedRecurrence + [StartDateTime ]: 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. +In PIM, when the eligible or active assignment becomes active. [IdentityParentId ]: The object ID of the parent identity for agent users. Always null for regular user accounts. For agentUser resources, this property references the object ID of the associated agent identity. @@ -5625,7 +5883,7 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for users to describe their interests. -Returned only on $select. +Requires $select to retrieve. [InvitedBy ]: directoryObject [IsLicenseReconciliationNeeded ]: Indicates whether the user is pending an exchange mailbox license assignment. Read-only. @@ -5634,7 +5892,8 @@ Returned only on $select. 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). @@ -5648,24 +5907,24 @@ If this list is non-empty, then only users or groups listed here can post. [AccessType ]: groupAccessType [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are auto-subscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -5675,6 +5934,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -5833,11 +6093,11 @@ You can use it as a $filter argument to get groups that have members with licens Supports $filter (eq). [HideFromAddressLists ]: true if the group isn't displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: true if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [InfoCatalogs ]: Identifies the info segments assigned to the group. Returned by default. @@ -5861,7 +6121,7 @@ Read-only. To manage a group 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. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -5911,6 +6171,7 @@ Read-only. [OnPremisesDomainName ]: Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only. + [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [OnPremisesLastSyncDateTime ]: Indicates the last time at which the group was synced with the on-premises directory.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. Returned by default. @@ -6094,10 +6355,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -6106,9 +6369,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. @@ -6272,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). @@ -6320,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 @@ -6717,12 +7010,12 @@ Immutable. Read-only. [UnseenConversationsCount ]: Count of conversations delivered one or more new posts since the signed-in user's last visit to the group. This property is the same as unseenCount. -Returned only on $select. +Requires $select to retrieve. [UnseenCount ]: Count of conversations that have received new posts since the signed-in user last visited the group. -This property is the same as unseenConversationsCount.Returned only on $select. +This property is the same as unseenConversationsCount.Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [UnseenMessagesCount ]: Count of new posts that have been delivered to the group's conversations since the signed-in user's last visit to the group. -Returned only on $select. +Requires $select to retrieve. [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. @@ -6733,7 +7026,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Requires $select to retrieve. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -6750,16 +7046,16 @@ Nullable. 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. Read-only. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. It also indicates licenses that are directly assigned and the ones the user inherited through group memberships. Read-only. -Returned only on $select. +Requires $select to retrieve. [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. Read-Only. @@ -6885,7 +7181,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -7434,6 +7730,8 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -7527,7 +7825,7 @@ Read-only. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Notifications ]: [Id ]: The unique identifier for an entity. Read-only. @@ -7622,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. @@ -7670,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. @@ -7924,7 +8231,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for users to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [PendingAccessReviewInstances ]: Navigation property to get a list of access reviews pending approval by the reviewer. [Id ]: The unique identifier for an entity. Read-only. @@ -7944,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. @@ -8284,7 +8583,7 @@ Example: 'en-US', or 'es-ES'. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -8740,15 +9039,14 @@ Read-only. [WebUrl ]: Link to the institution or department homepage. [Program ]: educationalActivityDetail [(Any) ]: This indicates any property can be added to this object. - [Abbreviation ]: Shortened name of the degree or program (example: PhD, MBA) + [Abbreviation ]: Shortened name of the degree or program, for example, PhD and MBA. [Activities ]: Extracurricular activities undertaken alongside the program. [Awards ]: Any awards or honors associated with the program. [Description ]: Short description of the program provided by the user. [DisplayName ]: Long-form name of the program that the user provided. - [FieldsOfStudy ]: Majors and minors associated with the program. -(if applicable) - [Grade ]: The final grade, class, GPA, or score. - [Notes ]: More notes the user provided. + [FieldsOfStudy ]: Majors and minors associated with the program, if applicable. + [Grade ]: The final grade, class, grade point average (GPA), or score. + [Notes ]: More notes provided by the user. [WebUrl ]: Link to the degree or program page. [StartMonthYear ]: The month and year the user commenced the activity referenced. [Emails ]: Represents detailed information about email addresses associated with the user. @@ -9051,9 +9349,9 @@ Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they have attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: The scoped-role administrative unit memberships for this user. Read-only. Nullable. @@ -9117,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. @@ -9267,7 +9565,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Use revokeSignInSessions to reset. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -9314,6 +9612,48 @@ The language component follows two-letter codes as defined in ISO 639-1, and the For users with multigeo licenses, the property contains the user's region (if available). For users without multigeo licenses, the property contains the organization's region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China. + [Sections ]: The sections in the user's chat list. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the section was created. +Read-only. +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. + [DisplayIcon ]: sectionDisplayIcon + [(Any) ]: This indicates any property can be added to this object. + [ContentUrl ]: The URL to a custom icon image. +Applicable when iconType is custom. + [DisplayName ]: The human-readable name of the icon. + [IconType ]: The type of icon. +Use an emoji character such as 👍 for an emoji icon, or custom for a custom image icon. + [SkinTone ]: sectionIconSkinTone + [DisplayName ]: The display name of the section. +Required. +Maximum length is 50 characters. +Display names are case-sensitive and must be unique within a user's sections. +The following names are reserved for system-defined sections and can't be used when creating a user-defined section: RecentChats, QuickViews, TeamsAndChannels, MutedChats, MeetingChats, EngageCommunities. + [IsExpanded ]: Indicates whether the section is expanded in the user interface. +The default value is true. + [IsHierarchicalViewEnabled ]: Indicates whether the hierarchical view is enabled for the section. +Read-only. + [Items ]: The items (chats, channels, meetings, or communities) organized within the section. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the item was added to the section. +Read-only. +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. + [ItemType ]: sectionItemType + [LastModifiedDateTime ]: Date and time when the item was last modified. +Read-only. +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. + [LastModifiedDateTime ]: Date and time when the section was last modified. +Read-only. +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. + [SectionType ]: sectionType + [SortType ]: sectionSortType [Todo ]: todo [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -9326,6 +9666,12 @@ Read-only. Nullable. [IsOwner ]: True if the user is owner of the given task list. [IsShared ]: True if the task list is shared with other users + [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the task list. +Read-only. +Nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Value ]: The value of the property. [Tasks ]: The tasks in this task list. Read-only. Nullable. @@ -9389,9 +9735,6 @@ Read-only. [Recurrence ]: patternedRecurrence [ReminderDateTime ]: dateTimeTimeZone [SingleValueExtendedProperties ]: A collection of custom fields linked to the task. - [Id ]: The unique identifier for an entity. -Read-only. - [Value ]: The value of the property. [StartDateTime ]: dateTimeTimeZone [Status ]: taskStatus [Title ]: A brief description of the task. @@ -9443,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. @@ -9480,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. @@ -9502,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 ]: @@ -9555,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. @@ -9564,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. @@ -9590,7 +9937,7 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for users to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). @@ -9884,22 +10231,23 @@ Always null when the object hasn't been deleted. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -9929,12 +10277,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -10044,7 +10449,7 @@ Optional. [IncludeBasicClaimSet ]: Determines whether the basic claim set is included in tokens affected by this policy. If set to true, all claims in the basic claim set are emitted in tokens affected by the policy. By default the basic claim set isn't in the tokens unless they're explicitly configured in this policy. - [CreatedByAppId ]: The appId (called Application (client) ID on the Microsoft Entra admin center) of the application used to create the service principal. + [CreatedByAppId ]: The appId of the application that created this service principal. Set internally by Microsoft Entra ID. Read-only. [CreatedObjects ]: Directory objects created by this service principal. @@ -10176,7 +10581,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -10335,13 +10740,13 @@ May not begin with .. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [ApprovedClientApps ]: + [ApprovedClientApps ]: The collection of approved client apps that are associated with the RDS configuration. +Supports $expand. [Id ]: The unique identifier for an entity. Read-only. - [DisplayName ]: + [DisplayName ]: Display name for the client application. [IsRemoteDesktopProtocolEnabled ]: Determines if Microsoft Entra ID RDS authentication protocol for RDP is enabled. [TargetDeviceGroups ]: The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. -
]: The unique identifier for an entity. Read-only. [DisplayName ]: Display name for the target device group. @@ -10704,7 +11109,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. - [ExternalAuthenticationMethods ]: Represents the external methods registered to a user for authentication. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. Optional. @@ -10720,7 +11125,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. - [DisplayName ]: Custom name given to the registered external authentication method. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. @@ -10948,7 +11353,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -11201,7 +11606,7 @@ Read-only. The identifiers must be unique in the tenant. [Birthday ]: The birthday of the user. 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 Returned only on $select. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. Only one number can be set for this property. Read-only for users synced from on-premises directory. @@ -11811,6 +12216,49 @@ This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. Read only. + [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. +Nullable. + [Attachments ]: References to attached objects like files, tabs, meetings etc. + [Body ]: itemBody + [ChannelIdentity ]: channelIdentity + [ChatId ]: If the message was sent in a chat, represents the identity of the chat. + [CreatedDateTime ]: Timestamp of when the chat message was created. + [DeletedDateTime ]: Read only. +Timestamp at which the chat message was deleted, or null if not deleted. + [Etag ]: Read-only. +Version number of the chat message. + [EventDetail ]: eventMessageDetail + [From ]: chatMessageFromIdentitySet + [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. + [Importance ]: chatMessageImportance + [LastEditedDateTime ]: Read only. +Timestamp when edits to the chat message were made. +Triggers an 'Edited' flag in the Teams UI. +If no edits are made the value is null. + [LastModifiedDateTime ]: Read only. +Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. + [Locale ]: Locale of the chat message set by the client. +Always set to en-us. + [Mentions ]: List of entities mentioned in the chat message. +Supported entities are: user, bot, team, channel, chat, and tag. + [MessageHistory ]: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. + [MessageType ]: chatMessageType + [OnBehalfOf ]: chatMessageFromIdentitySet + [PolicyViolation ]: chatMessagePolicyViolation + [Reactions ]: Reactions for this chat message (for example, Like). + [Replies ]: Replies for a specified message. +Supports $expand for channel messages. + [ReplyToId ]: Read-only. +ID of the parent chat message or root chat message of the thread. +(Only applies to chat messages in channels, not chats.) + [Subject ]: The subject of the chat message, in plaintext. + [Summary ]: Summary text of the chat message that could be used for push notifications and summary views or fall back views. +Only applies to channel chat messages, not chat messages in a chat. + [WebUrl ]: Read-only. +Link to the message in Microsoft Teams. + [Id ]: The unique identifier for an entity. +Read-only. + [Recipient ]: identity [TenantId ]: The identifier of the tenant in which the chat was created. Read-only. [Topic ]: (Optional) Subject or topic for the chat. @@ -11846,21 +12294,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -11979,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 @@ -12004,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. @@ -12211,10 +12751,11 @@ 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. + [ContentCategory ]: contentCategory [CorrelationId ]: An identifier used to group multiple related content entries (for example, different parts of the same file upload, messages in a conversation). [CreatedDateTime ]: Required. Timestamp indicating when the original content was created (for example, file creation time, message sent time). @@ -12499,6 +13040,7 @@ To proactively opt in to the new behavior ahead of time, use the contentStream p Nullable. [File ]: file [(Any) ]: This indicates any property can be added to this object. + [ArchiveStatus ]: fileArchiveStatus [Hashes ]: hashes [(Any) ]: This indicates any property can be added to this object. [Crc32Hash ]: The CRC32 value of the file (if available). @@ -12509,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. @@ -12609,6 +13164,17 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(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. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity. @@ -13618,6 +14184,8 @@ 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 total count of items in the list. +Read-only. [Items ]: All items contained in the list. [List ]: listInfo [(Any) ]: This indicates any property can be added to this object. @@ -13714,6 +14282,24 @@ Required. [LearningProviderId ]: The registration ID of the provider. Required. [Status ]: courseStatus + [Storyline ]: User's storyline singleton container. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Followers ]: The users who are following this user. + [Id ]: The unique identifier for an entity. +Read-only. + [Follower ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Followings ]: The users that this user is following. + [Id ]: The unique identifier for an entity. +Read-only. + [Following ]: The Viva Engage identities. [EmployeeHireDate ]: The date and time when the user was hired or will start work if there is a future hire. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. @@ -13728,10 +14314,10 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. @@ -14204,7 +14790,9 @@ Read-write. [(Any) ]: This indicates any property can be added to this object. [ArchiveStatus ]: siteArchiveStatus [ArchivedBy ]: identitySet - [ArchivedDateTime ]: + [ArchivedDateTime ]: Time when the container was archived. +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. [DataLocationCode ]: The geographic region code for where this site collection resides. Only present for multi-geo tenants. Read-only. @@ -14227,7 +14815,7 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. 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. - Returned only on $select. + Requires $select to retrieve. Note: This property is specific to SharePoint Online. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. @@ -14250,6 +14838,27 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityGovernance ]: identityGovernanceUserSettings + [(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 ]: 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 + [(Any) ]: This indicates any property can be added to this object. + [Duration ]: The requestor's desired duration of access represented in ISO 8601 format for durations. +For example, PT3H refers to three hours. + If specified in a request, endDateTime shouldn't be present and the type property should be set to afterDuration. + [EndDateTime ]: Timestamp of 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. + [Type ]: expirationPatternType + [Recurrence ]: patternedRecurrence + [StartDateTime ]: 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. +In PIM, when the eligible or active assignment becomes active. [IdentityParentId ]: The object ID of the parent identity for agent users. Always null for regular user accounts. For agentUser resources, this property references the object ID of the associated agent identity. @@ -14346,7 +14955,7 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for users to describe their interests. -Returned only on $select. +Requires $select to retrieve. [InvitedBy ]: directoryObject [IsLicenseReconciliationNeeded ]: Indicates whether the user is pending an exchange mailbox license assignment. Read-only. @@ -14355,7 +14964,8 @@ Returned only on $select. 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). @@ -14369,24 +14979,24 @@ If this list is non-empty, then only users or groups listed here can post. [AccessType ]: groupAccessType [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are auto-subscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -14396,6 +15006,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -14554,11 +15165,11 @@ You can use it as a $filter argument to get groups that have members with licens Supports $filter (eq). [HideFromAddressLists ]: true if the group isn't displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: true if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [InfoCatalogs ]: Identifies the info segments assigned to the group. Returned by default. @@ -14582,7 +15193,7 @@ Read-only. To manage a group 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. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -14632,6 +15243,7 @@ Read-only. [OnPremisesDomainName ]: Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only. + [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [OnPremisesLastSyncDateTime ]: Indicates the last time at which the group was synced with the on-premises directory.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. Returned by default. @@ -14815,10 +15427,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -14827,9 +15441,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. @@ -14993,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). @@ -15041,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 @@ -15438,12 +16082,12 @@ Immutable. Read-only. [UnseenConversationsCount ]: Count of conversations delivered one or more new posts since the signed-in user's last visit to the group. This property is the same as unseenCount. -Returned only on $select. +Requires $select to retrieve. [UnseenCount ]: Count of conversations that have received new posts since the signed-in user last visited the group. -This property is the same as unseenConversationsCount.Returned only on $select. +This property is the same as unseenConversationsCount.Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [UnseenMessagesCount ]: Count of new posts that have been delivered to the group's conversations since the signed-in user's last visit to the group. -Returned only on $select. +Requires $select to retrieve. [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. @@ -15454,7 +16098,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Requires $select to retrieve. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -15471,16 +16118,16 @@ Nullable. 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. Read-only. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. It also indicates licenses that are directly assigned and the ones the user inherited through group memberships. Read-only. -Returned only on $select. +Requires $select to retrieve. [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. Read-Only. @@ -15606,7 +16253,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -16155,6 +16802,8 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -16248,7 +16897,7 @@ Read-only. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Notifications ]: [Id ]: The unique identifier for an entity. Read-only. @@ -16343,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. @@ -16391,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. @@ -16645,7 +17303,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for users to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [PendingAccessReviewInstances ]: Navigation property to get a list of access reviews pending approval by the reviewer. [Id ]: The unique identifier for an entity. Read-only. @@ -16665,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. @@ -17005,7 +17655,7 @@ Example: 'en-US', or 'es-ES'. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -17461,15 +18111,14 @@ Read-only. [WebUrl ]: Link to the institution or department homepage. [Program ]: educationalActivityDetail [(Any) ]: This indicates any property can be added to this object. - [Abbreviation ]: Shortened name of the degree or program (example: PhD, MBA) + [Abbreviation ]: Shortened name of the degree or program, for example, PhD and MBA. [Activities ]: Extracurricular activities undertaken alongside the program. [Awards ]: Any awards or honors associated with the program. [Description ]: Short description of the program provided by the user. [DisplayName ]: Long-form name of the program that the user provided. - [FieldsOfStudy ]: Majors and minors associated with the program. -(if applicable) - [Grade ]: The final grade, class, GPA, or score. - [Notes ]: More notes the user provided. + [FieldsOfStudy ]: Majors and minors associated with the program, if applicable. + [Grade ]: The final grade, class, grade point average (GPA), or score. + [Notes ]: More notes provided by the user. [WebUrl ]: Link to the degree or program page. [StartMonthYear ]: The month and year the user commenced the activity referenced. [Emails ]: Represents detailed information about email addresses associated with the user. @@ -17772,9 +18421,9 @@ Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they have attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: The scoped-role administrative unit memberships for this user. Read-only. Nullable. @@ -17838,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. @@ -17988,7 +18637,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Use revokeSignInSessions to reset. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -18035,6 +18684,48 @@ The language component follows two-letter codes as defined in ISO 639-1, and the For users with multigeo licenses, the property contains the user's region (if available). For users without multigeo licenses, the property contains the organization's region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China. + [Sections ]: The sections in the user's chat list. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the section was created. +Read-only. +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. + [DisplayIcon ]: sectionDisplayIcon + [(Any) ]: This indicates any property can be added to this object. + [ContentUrl ]: The URL to a custom icon image. +Applicable when iconType is custom. + [DisplayName ]: The human-readable name of the icon. + [IconType ]: The type of icon. +Use an emoji character such as 👍 for an emoji icon, or custom for a custom image icon. + [SkinTone ]: sectionIconSkinTone + [DisplayName ]: The display name of the section. +Required. +Maximum length is 50 characters. +Display names are case-sensitive and must be unique within a user's sections. +The following names are reserved for system-defined sections and can't be used when creating a user-defined section: RecentChats, QuickViews, TeamsAndChannels, MutedChats, MeetingChats, EngageCommunities. + [IsExpanded ]: Indicates whether the section is expanded in the user interface. +The default value is true. + [IsHierarchicalViewEnabled ]: Indicates whether the hierarchical view is enabled for the section. +Read-only. + [Items ]: The items (chats, channels, meetings, or communities) organized within the section. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the item was added to the section. +Read-only. +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. + [ItemType ]: sectionItemType + [LastModifiedDateTime ]: Date and time when the item was last modified. +Read-only. +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. + [LastModifiedDateTime ]: Date and time when the section was last modified. +Read-only. +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. + [SectionType ]: sectionType + [SortType ]: sectionSortType [Todo ]: todo [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -18047,6 +18738,12 @@ Read-only. Nullable. [IsOwner ]: True if the user is owner of the given task list. [IsShared ]: True if the task list is shared with other users + [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the task list. +Read-only. +Nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Value ]: The value of the property. [Tasks ]: The tasks in this task list. Read-only. Nullable. @@ -18110,9 +18807,6 @@ Read-only. [Recurrence ]: patternedRecurrence [ReminderDateTime ]: dateTimeTimeZone [SingleValueExtendedProperties ]: A collection of custom fields linked to the task. - [Id ]: The unique identifier for an entity. -Read-only. - [Value ]: The value of the property. [StartDateTime ]: dateTimeTimeZone [Status ]: taskStatus [Title ]: A brief description of the task. @@ -18164,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. @@ -18201,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. @@ -18223,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 ]: @@ -18276,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. @@ -18285,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. @@ -18329,7 +19027,7 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for users to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). @@ -18623,22 +19321,23 @@ Always null when the object hasn't been deleted. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -18668,12 +19367,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -18783,7 +19539,7 @@ Optional. [IncludeBasicClaimSet ]: Determines whether the basic claim set is included in tokens affected by this policy. If set to true, all claims in the basic claim set are emitted in tokens affected by the policy. By default the basic claim set isn't in the tokens unless they're explicitly configured in this policy. - [CreatedByAppId ]: The appId (called Application (client) ID on the Microsoft Entra admin center) of the application used to create the service principal. + [CreatedByAppId ]: The appId of the application that created this service principal. Set internally by Microsoft Entra ID. Read-only. [CreatedObjects ]: Directory objects created by this service principal. @@ -18915,7 +19671,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -19074,13 +19830,13 @@ May not begin with .. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [ApprovedClientApps ]: + [ApprovedClientApps ]: The collection of approved client apps that are associated with the RDS configuration. +Supports $expand. [Id ]: The unique identifier for an entity. Read-only. - [DisplayName ]: + [DisplayName ]: Display name for the client application. [IsRemoteDesktopProtocolEnabled ]: Determines if Microsoft Entra ID RDS authentication protocol for RDP is enabled. [TargetDeviceGroups ]: The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. -
]: The unique identifier for an entity. Read-only. [DisplayName ]: Display name for the target device group. @@ -19443,7 +20199,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. - [ExternalAuthenticationMethods ]: Represents the external methods registered to a user for authentication. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. Optional. @@ -19459,7 +20215,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. - [DisplayName ]: Custom name given to the registered external authentication method. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. @@ -19687,7 +20443,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -19940,7 +20696,7 @@ Read-only. The identifiers must be unique in the tenant. [Birthday ]: The birthday of the user. 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 Returned only on $select. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. Only one number can be set for this property. Read-only for users synced from on-premises directory. @@ -20550,6 +21306,49 @@ This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. Read only. + [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. +Nullable. + [Attachments ]: References to attached objects like files, tabs, meetings etc. + [Body ]: itemBody + [ChannelIdentity ]: channelIdentity + [ChatId ]: If the message was sent in a chat, represents the identity of the chat. + [CreatedDateTime ]: Timestamp of when the chat message was created. + [DeletedDateTime ]: Read only. +Timestamp at which the chat message was deleted, or null if not deleted. + [Etag ]: Read-only. +Version number of the chat message. + [EventDetail ]: eventMessageDetail + [From ]: chatMessageFromIdentitySet + [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. + [Importance ]: chatMessageImportance + [LastEditedDateTime ]: Read only. +Timestamp when edits to the chat message were made. +Triggers an 'Edited' flag in the Teams UI. +If no edits are made the value is null. + [LastModifiedDateTime ]: Read only. +Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. + [Locale ]: Locale of the chat message set by the client. +Always set to en-us. + [Mentions ]: List of entities mentioned in the chat message. +Supported entities are: user, bot, team, channel, chat, and tag. + [MessageHistory ]: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. + [MessageType ]: chatMessageType + [OnBehalfOf ]: chatMessageFromIdentitySet + [PolicyViolation ]: chatMessagePolicyViolation + [Reactions ]: Reactions for this chat message (for example, Like). + [Replies ]: Replies for a specified message. +Supports $expand for channel messages. + [ReplyToId ]: Read-only. +ID of the parent chat message or root chat message of the thread. +(Only applies to chat messages in channels, not chats.) + [Subject ]: The subject of the chat message, in plaintext. + [Summary ]: Summary text of the chat message that could be used for push notifications and summary views or fall back views. +Only applies to channel chat messages, not chat messages in a chat. + [WebUrl ]: Read-only. +Link to the message in Microsoft Teams. + [Id ]: The unique identifier for an entity. +Read-only. + [Recipient ]: identity [TenantId ]: The identifier of the tenant in which the chat was created. Read-only. [Topic ]: (Optional) Subject or topic for the chat. @@ -20585,21 +21384,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -20718,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 @@ -20743,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. @@ -20950,10 +21841,11 @@ 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. + [ContentCategory ]: contentCategory [CorrelationId ]: An identifier used to group multiple related content entries (for example, different parts of the same file upload, messages in a conversation). [CreatedDateTime ]: Required. Timestamp indicating when the original content was created (for example, file creation time, message sent time). @@ -21238,6 +22130,7 @@ To proactively opt in to the new behavior ahead of time, use the contentStream p Nullable. [File ]: file [(Any) ]: This indicates any property can be added to this object. + [ArchiveStatus ]: fileArchiveStatus [Hashes ]: hashes [(Any) ]: This indicates any property can be added to this object. [Crc32Hash ]: The CRC32 value of the file (if available). @@ -21248,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. @@ -21348,6 +22254,17 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(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. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity. @@ -22357,6 +23274,8 @@ 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 total count of items in the list. +Read-only. [Items ]: All items contained in the list. [List ]: listInfo [(Any) ]: This indicates any property can be added to this object. @@ -22453,6 +23372,24 @@ Required. [LearningProviderId ]: The registration ID of the provider. Required. [Status ]: courseStatus + [Storyline ]: User's storyline singleton container. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Followers ]: The users who are following this user. + [Id ]: The unique identifier for an entity. +Read-only. + [Follower ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Followings ]: The users that this user is following. + [Id ]: The unique identifier for an entity. +Read-only. + [Following ]: The Viva Engage identities. [EmployeeHireDate ]: The date and time when the user was hired or will start work if there is a future hire. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. @@ -22467,10 +23404,10 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. @@ -22943,7 +23880,9 @@ Read-write. [(Any) ]: This indicates any property can be added to this object. [ArchiveStatus ]: siteArchiveStatus [ArchivedBy ]: identitySet - [ArchivedDateTime ]: + [ArchivedDateTime ]: Time when the container was archived. +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. [DataLocationCode ]: The geographic region code for where this site collection resides. Only present for multi-geo tenants. Read-only. @@ -22966,7 +23905,7 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. 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. - Returned only on $select. + Requires $select to retrieve. Note: This property is specific to SharePoint Online. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. @@ -22989,6 +23928,27 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityGovernance ]: identityGovernanceUserSettings + [(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 ]: 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 + [(Any) ]: This indicates any property can be added to this object. + [Duration ]: The requestor's desired duration of access represented in ISO 8601 format for durations. +For example, PT3H refers to three hours. + If specified in a request, endDateTime shouldn't be present and the type property should be set to afterDuration. + [EndDateTime ]: Timestamp of 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. + [Type ]: expirationPatternType + [Recurrence ]: patternedRecurrence + [StartDateTime ]: 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. +In PIM, when the eligible or active assignment becomes active. [IdentityParentId ]: The object ID of the parent identity for agent users. Always null for regular user accounts. For agentUser resources, this property references the object ID of the associated agent identity. @@ -23085,7 +24045,7 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for users to describe their interests. -Returned only on $select. +Requires $select to retrieve. [InvitedBy ]: directoryObject [IsLicenseReconciliationNeeded ]: Indicates whether the user is pending an exchange mailbox license assignment. Read-only. @@ -23094,7 +24054,8 @@ Returned only on $select. 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). @@ -23108,24 +24069,24 @@ If this list is non-empty, then only users or groups listed here can post. [AccessType ]: groupAccessType [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are auto-subscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -23135,6 +24096,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -23293,11 +24255,11 @@ You can use it as a $filter argument to get groups that have members with licens Supports $filter (eq). [HideFromAddressLists ]: true if the group isn't displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: true if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [InfoCatalogs ]: Identifies the info segments assigned to the group. Returned by default. @@ -23321,7 +24283,7 @@ Read-only. To manage a group 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. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -23371,6 +24333,7 @@ Read-only. [OnPremisesDomainName ]: Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only. + [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [OnPremisesLastSyncDateTime ]: Indicates the last time at which the group was synced with the on-premises directory.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. Returned by default. @@ -23554,10 +24517,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -23566,9 +24531,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. @@ -23732,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). @@ -23780,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 @@ -24177,12 +25172,12 @@ Immutable. Read-only. [UnseenConversationsCount ]: Count of conversations delivered one or more new posts since the signed-in user's last visit to the group. This property is the same as unseenCount. -Returned only on $select. +Requires $select to retrieve. [UnseenCount ]: Count of conversations that have received new posts since the signed-in user last visited the group. -This property is the same as unseenConversationsCount.Returned only on $select. +This property is the same as unseenConversationsCount.Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [UnseenMessagesCount ]: Count of new posts that have been delivered to the group's conversations since the signed-in user's last visit to the group. -Returned only on $select. +Requires $select to retrieve. [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. @@ -24193,7 +25188,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Requires $select to retrieve. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -24210,16 +25208,16 @@ Nullable. 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. Read-only. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. It also indicates licenses that are directly assigned and the ones the user inherited through group memberships. Read-only. -Returned only on $select. +Requires $select to retrieve. [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. Read-Only. @@ -24345,7 +25343,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -24894,6 +25892,8 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -24987,7 +25987,7 @@ Read-only. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Notifications ]: [Id ]: The unique identifier for an entity. Read-only. @@ -25082,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. @@ -25130,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. @@ -25384,7 +26393,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for users to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [PendingAccessReviewInstances ]: Navigation property to get a list of access reviews pending approval by the reviewer. [Id ]: The unique identifier for an entity. Read-only. @@ -25404,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. @@ -25744,7 +26745,7 @@ Example: 'en-US', or 'es-ES'. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -26200,15 +27201,14 @@ Read-only. [WebUrl ]: Link to the institution or department homepage. [Program ]: educationalActivityDetail [(Any) ]: This indicates any property can be added to this object. - [Abbreviation ]: Shortened name of the degree or program (example: PhD, MBA) + [Abbreviation ]: Shortened name of the degree or program, for example, PhD and MBA. [Activities ]: Extracurricular activities undertaken alongside the program. [Awards ]: Any awards or honors associated with the program. [Description ]: Short description of the program provided by the user. [DisplayName ]: Long-form name of the program that the user provided. - [FieldsOfStudy ]: Majors and minors associated with the program. -(if applicable) - [Grade ]: The final grade, class, GPA, or score. - [Notes ]: More notes the user provided. + [FieldsOfStudy ]: Majors and minors associated with the program, if applicable. + [Grade ]: The final grade, class, grade point average (GPA), or score. + [Notes ]: More notes provided by the user. [WebUrl ]: Link to the degree or program page. [StartMonthYear ]: The month and year the user commenced the activity referenced. [Emails ]: Represents detailed information about email addresses associated with the user. @@ -26511,9 +27511,9 @@ Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they have attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: The scoped-role administrative unit memberships for this user. Read-only. Nullable. @@ -26577,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. @@ -26727,7 +27727,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Use revokeSignInSessions to reset. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -26774,6 +27774,48 @@ The language component follows two-letter codes as defined in ISO 639-1, and the For users with multigeo licenses, the property contains the user's region (if available). For users without multigeo licenses, the property contains the organization's region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China. + [Sections ]: The sections in the user's chat list. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the section was created. +Read-only. +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. + [DisplayIcon ]: sectionDisplayIcon + [(Any) ]: This indicates any property can be added to this object. + [ContentUrl ]: The URL to a custom icon image. +Applicable when iconType is custom. + [DisplayName ]: The human-readable name of the icon. + [IconType ]: The type of icon. +Use an emoji character such as 👍 for an emoji icon, or custom for a custom image icon. + [SkinTone ]: sectionIconSkinTone + [DisplayName ]: The display name of the section. +Required. +Maximum length is 50 characters. +Display names are case-sensitive and must be unique within a user's sections. +The following names are reserved for system-defined sections and can't be used when creating a user-defined section: RecentChats, QuickViews, TeamsAndChannels, MutedChats, MeetingChats, EngageCommunities. + [IsExpanded ]: Indicates whether the section is expanded in the user interface. +The default value is true. + [IsHierarchicalViewEnabled ]: Indicates whether the hierarchical view is enabled for the section. +Read-only. + [Items ]: The items (chats, channels, meetings, or communities) organized within the section. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the item was added to the section. +Read-only. +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. + [ItemType ]: sectionItemType + [LastModifiedDateTime ]: Date and time when the item was last modified. +Read-only. +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. + [LastModifiedDateTime ]: Date and time when the section was last modified. +Read-only. +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. + [SectionType ]: sectionType + [SortType ]: sectionSortType [Todo ]: todo [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -26786,6 +27828,12 @@ Read-only. Nullable. [IsOwner ]: True if the user is owner of the given task list. [IsShared ]: True if the task list is shared with other users + [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the task list. +Read-only. +Nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Value ]: The value of the property. [Tasks ]: The tasks in this task list. Read-only. Nullable. @@ -26849,9 +27897,6 @@ Read-only. [Recurrence ]: patternedRecurrence [ReminderDateTime ]: dateTimeTimeZone [SingleValueExtendedProperties ]: A collection of custom fields linked to the task. - [Id ]: The unique identifier for an entity. -Read-only. - [Value ]: The value of the property. [StartDateTime ]: dateTimeTimeZone [Status ]: taskStatus [Title ]: A brief description of the task. @@ -26903,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. @@ -26940,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. @@ -26962,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 ]: @@ -27015,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. @@ -27024,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. @@ -27106,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 67bc1ca403006..3af2b78fa434f 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: 02/20/2026 +ms.date: 07/10/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 d288fcef8eaac..5986f439e0f11 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: 02/20/2026 +ms.date: 07/10/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 @@ -877,7 +873,7 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for users to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). @@ -1171,22 +1167,23 @@ Always null when the object hasn't been deleted. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -1216,12 +1213,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -1331,7 +1385,7 @@ Optional. [IncludeBasicClaimSet ]: Determines whether the basic claim set is included in tokens affected by this policy. If set to true, all claims in the basic claim set are emitted in tokens affected by the policy. By default the basic claim set isn't in the tokens unless they're explicitly configured in this policy. - [CreatedByAppId ]: The appId (called Application (client) ID on the Microsoft Entra admin center) of the application used to create the service principal. + [CreatedByAppId ]: The appId of the application that created this service principal. Set internally by Microsoft Entra ID. Read-only. [CreatedObjects ]: Directory objects created by this service principal. @@ -1463,7 +1517,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -1622,13 +1676,13 @@ May not begin with .. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [ApprovedClientApps ]: + [ApprovedClientApps ]: The collection of approved client apps that are associated with the RDS configuration. +Supports $expand. [Id ]: The unique identifier for an entity. Read-only. - [DisplayName ]: + [DisplayName ]: Display name for the client application. [IsRemoteDesktopProtocolEnabled ]: Determines if Microsoft Entra ID RDS authentication protocol for RDP is enabled. [TargetDeviceGroups ]: The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. -
]: The unique identifier for an entity. Read-only. [DisplayName ]: Display name for the target device group. @@ -1991,7 +2045,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. - [ExternalAuthenticationMethods ]: Represents the external methods registered to a user for authentication. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. Optional. @@ -2007,7 +2061,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. - [DisplayName ]: Custom name given to the registered external authentication method. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. @@ -2260,7 +2314,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -2513,7 +2567,7 @@ Read-only. The identifiers must be unique in the tenant. [Birthday ]: The birthday of the user. 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 Returned only on $select. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. Only one number can be set for this property. Read-only for users synced from on-premises directory. @@ -3123,6 +3177,49 @@ This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. Read only. + [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. +Nullable. + [Attachments ]: References to attached objects like files, tabs, meetings etc. + [Body ]: itemBody + [ChannelIdentity ]: channelIdentity + [ChatId ]: If the message was sent in a chat, represents the identity of the chat. + [CreatedDateTime ]: Timestamp of when the chat message was created. + [DeletedDateTime ]: Read only. +Timestamp at which the chat message was deleted, or null if not deleted. + [Etag ]: Read-only. +Version number of the chat message. + [EventDetail ]: eventMessageDetail + [From ]: chatMessageFromIdentitySet + [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. + [Importance ]: chatMessageImportance + [LastEditedDateTime ]: Read only. +Timestamp when edits to the chat message were made. +Triggers an 'Edited' flag in the Teams UI. +If no edits are made the value is null. + [LastModifiedDateTime ]: Read only. +Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. + [Locale ]: Locale of the chat message set by the client. +Always set to en-us. + [Mentions ]: List of entities mentioned in the chat message. +Supported entities are: user, bot, team, channel, chat, and tag. + [MessageHistory ]: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. + [MessageType ]: chatMessageType + [OnBehalfOf ]: chatMessageFromIdentitySet + [PolicyViolation ]: chatMessagePolicyViolation + [Reactions ]: Reactions for this chat message (for example, Like). + [Replies ]: Replies for a specified message. +Supports $expand for channel messages. + [ReplyToId ]: Read-only. +ID of the parent chat message or root chat message of the thread. +(Only applies to chat messages in channels, not chats.) + [Subject ]: The subject of the chat message, in plaintext. + [Summary ]: Summary text of the chat message that could be used for push notifications and summary views or fall back views. +Only applies to channel chat messages, not chat messages in a chat. + [WebUrl ]: Read-only. +Link to the message in Microsoft Teams. + [Id ]: The unique identifier for an entity. +Read-only. + [Recipient ]: identity [TenantId ]: The identifier of the tenant in which the chat was created. Read-only. [Topic ]: (Optional) Subject or topic for the chat. @@ -3158,21 +3255,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -3291,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 @@ -3316,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. @@ -3523,10 +3712,11 @@ 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. + [ContentCategory ]: contentCategory [CorrelationId ]: An identifier used to group multiple related content entries (for example, different parts of the same file upload, messages in a conversation). [CreatedDateTime ]: Required. Timestamp indicating when the original content was created (for example, file creation time, message sent time). @@ -3811,6 +4001,7 @@ To proactively opt in to the new behavior ahead of time, use the contentStream p Nullable. [File ]: file [(Any) ]: This indicates any property can be added to this object. + [ArchiveStatus ]: fileArchiveStatus [Hashes ]: hashes [(Any) ]: This indicates any property can be added to this object. [Crc32Hash ]: The CRC32 value of the file (if available). @@ -3821,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. @@ -3921,6 +4125,17 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(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. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity. @@ -4930,6 +5145,8 @@ 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 total count of items in the list. +Read-only. [Items ]: All items contained in the list. [List ]: listInfo [(Any) ]: This indicates any property can be added to this object. @@ -5026,6 +5243,24 @@ Required. [LearningProviderId ]: The registration ID of the provider. Required. [Status ]: courseStatus + [Storyline ]: User's storyline singleton container. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Followers ]: The users who are following this user. + [Id ]: The unique identifier for an entity. +Read-only. + [Follower ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Followings ]: The users that this user is following. + [Id ]: The unique identifier for an entity. +Read-only. + [Following ]: The Viva Engage identities. [EmployeeHireDate ]: The date and time when the user was hired or will start work if there is a future hire. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. @@ -5040,10 +5275,10 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. @@ -5516,7 +5751,9 @@ Read-write. [(Any) ]: This indicates any property can be added to this object. [ArchiveStatus ]: siteArchiveStatus [ArchivedBy ]: identitySet - [ArchivedDateTime ]: + [ArchivedDateTime ]: Time when the container was archived. +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. [DataLocationCode ]: The geographic region code for where this site collection resides. Only present for multi-geo tenants. Read-only. @@ -5539,7 +5776,7 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. 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. - Returned only on $select. + Requires $select to retrieve. Note: This property is specific to SharePoint Online. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. @@ -5562,6 +5799,27 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityGovernance ]: identityGovernanceUserSettings + [(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 ]: 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 + [(Any) ]: This indicates any property can be added to this object. + [Duration ]: The requestor's desired duration of access represented in ISO 8601 format for durations. +For example, PT3H refers to three hours. + If specified in a request, endDateTime shouldn't be present and the type property should be set to afterDuration. + [EndDateTime ]: Timestamp of 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. + [Type ]: expirationPatternType + [Recurrence ]: patternedRecurrence + [StartDateTime ]: 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. +In PIM, when the eligible or active assignment becomes active. [IdentityParentId ]: The object ID of the parent identity for agent users. Always null for regular user accounts. For agentUser resources, this property references the object ID of the associated agent identity. @@ -5658,7 +5916,7 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for users to describe their interests. -Returned only on $select. +Requires $select to retrieve. [InvitedBy ]: directoryObject [IsLicenseReconciliationNeeded ]: Indicates whether the user is pending an exchange mailbox license assignment. Read-only. @@ -5667,7 +5925,8 @@ Returned only on $select. 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). @@ -5681,24 +5940,24 @@ If this list is non-empty, then only users or groups listed here can post. [AccessType ]: groupAccessType [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are auto-subscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -5708,6 +5967,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -5866,11 +6126,11 @@ You can use it as a $filter argument to get groups that have members with licens Supports $filter (eq). [HideFromAddressLists ]: true if the group isn't displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: true if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [InfoCatalogs ]: Identifies the info segments assigned to the group. Returned by default. @@ -5894,7 +6154,7 @@ Read-only. To manage a group 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. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -5944,6 +6204,7 @@ Read-only. [OnPremisesDomainName ]: Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only. + [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [OnPremisesLastSyncDateTime ]: Indicates the last time at which the group was synced with the on-premises directory.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. Returned by default. @@ -6127,10 +6388,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -6139,9 +6402,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. @@ -6305,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). @@ -6353,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 @@ -6750,12 +7043,12 @@ Immutable. Read-only. [UnseenConversationsCount ]: Count of conversations delivered one or more new posts since the signed-in user's last visit to the group. This property is the same as unseenCount. -Returned only on $select. +Requires $select to retrieve. [UnseenCount ]: Count of conversations that have received new posts since the signed-in user last visited the group. -This property is the same as unseenConversationsCount.Returned only on $select. +This property is the same as unseenConversationsCount.Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [UnseenMessagesCount ]: Count of new posts that have been delivered to the group's conversations since the signed-in user's last visit to the group. -Returned only on $select. +Requires $select to retrieve. [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. @@ -6766,7 +7059,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Requires $select to retrieve. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -6783,16 +7079,16 @@ Nullable. 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. Read-only. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. It also indicates licenses that are directly assigned and the ones the user inherited through group memberships. Read-only. -Returned only on $select. +Requires $select to retrieve. [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. Read-Only. @@ -6918,7 +7214,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -7467,6 +7763,8 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -7560,7 +7858,7 @@ Read-only. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Notifications ]: [Id ]: The unique identifier for an entity. Read-only. @@ -7655,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. @@ -7703,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. @@ -7957,7 +8264,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for users to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [PendingAccessReviewInstances ]: Navigation property to get a list of access reviews pending approval by the reviewer. [Id ]: The unique identifier for an entity. Read-only. @@ -7977,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. @@ -8317,7 +8616,7 @@ Example: 'en-US', or 'es-ES'. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -8773,15 +9072,14 @@ Read-only. [WebUrl ]: Link to the institution or department homepage. [Program ]: educationalActivityDetail [(Any) ]: This indicates any property can be added to this object. - [Abbreviation ]: Shortened name of the degree or program (example: PhD, MBA) + [Abbreviation ]: Shortened name of the degree or program, for example, PhD and MBA. [Activities ]: Extracurricular activities undertaken alongside the program. [Awards ]: Any awards or honors associated with the program. [Description ]: Short description of the program provided by the user. [DisplayName ]: Long-form name of the program that the user provided. - [FieldsOfStudy ]: Majors and minors associated with the program. -(if applicable) - [Grade ]: The final grade, class, GPA, or score. - [Notes ]: More notes the user provided. + [FieldsOfStudy ]: Majors and minors associated with the program, if applicable. + [Grade ]: The final grade, class, grade point average (GPA), or score. + [Notes ]: More notes provided by the user. [WebUrl ]: Link to the degree or program page. [StartMonthYear ]: The month and year the user commenced the activity referenced. [Emails ]: Represents detailed information about email addresses associated with the user. @@ -9084,9 +9382,9 @@ Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they have attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: The scoped-role administrative unit memberships for this user. Read-only. Nullable. @@ -9150,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. @@ -9300,7 +9598,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Use revokeSignInSessions to reset. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -9347,6 +9645,48 @@ The language component follows two-letter codes as defined in ISO 639-1, and the For users with multigeo licenses, the property contains the user's region (if available). For users without multigeo licenses, the property contains the organization's region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China. + [Sections ]: The sections in the user's chat list. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the section was created. +Read-only. +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. + [DisplayIcon ]: sectionDisplayIcon + [(Any) ]: This indicates any property can be added to this object. + [ContentUrl ]: The URL to a custom icon image. +Applicable when iconType is custom. + [DisplayName ]: The human-readable name of the icon. + [IconType ]: The type of icon. +Use an emoji character such as 👍 for an emoji icon, or custom for a custom image icon. + [SkinTone ]: sectionIconSkinTone + [DisplayName ]: The display name of the section. +Required. +Maximum length is 50 characters. +Display names are case-sensitive and must be unique within a user's sections. +The following names are reserved for system-defined sections and can't be used when creating a user-defined section: RecentChats, QuickViews, TeamsAndChannels, MutedChats, MeetingChats, EngageCommunities. + [IsExpanded ]: Indicates whether the section is expanded in the user interface. +The default value is true. + [IsHierarchicalViewEnabled ]: Indicates whether the hierarchical view is enabled for the section. +Read-only. + [Items ]: The items (chats, channels, meetings, or communities) organized within the section. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the item was added to the section. +Read-only. +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. + [ItemType ]: sectionItemType + [LastModifiedDateTime ]: Date and time when the item was last modified. +Read-only. +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. + [LastModifiedDateTime ]: Date and time when the section was last modified. +Read-only. +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. + [SectionType ]: sectionType + [SortType ]: sectionSortType [Todo ]: todo [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -9359,6 +9699,12 @@ Read-only. Nullable. [IsOwner ]: True if the user is owner of the given task list. [IsShared ]: True if the task list is shared with other users + [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the task list. +Read-only. +Nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Value ]: The value of the property. [Tasks ]: The tasks in this task list. Read-only. Nullable. @@ -9422,9 +9768,6 @@ Read-only. [Recurrence ]: patternedRecurrence [ReminderDateTime ]: dateTimeTimeZone [SingleValueExtendedProperties ]: A collection of custom fields linked to the task. - [Id ]: The unique identifier for an entity. -Read-only. - [Value ]: The value of the property. [StartDateTime ]: dateTimeTimeZone [Status ]: taskStatus [Title ]: A brief description of the task. @@ -9476,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. @@ -9513,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. @@ -9535,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 ]: @@ -9588,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. @@ -9597,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. @@ -9623,7 +9970,7 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for users to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). @@ -9917,22 +10264,23 @@ Always null when the object hasn't been deleted. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -9962,12 +10310,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -10077,7 +10482,7 @@ Optional. [IncludeBasicClaimSet ]: Determines whether the basic claim set is included in tokens affected by this policy. If set to true, all claims in the basic claim set are emitted in tokens affected by the policy. By default the basic claim set isn't in the tokens unless they're explicitly configured in this policy. - [CreatedByAppId ]: The appId (called Application (client) ID on the Microsoft Entra admin center) of the application used to create the service principal. + [CreatedByAppId ]: The appId of the application that created this service principal. Set internally by Microsoft Entra ID. Read-only. [CreatedObjects ]: Directory objects created by this service principal. @@ -10209,7 +10614,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -10368,13 +10773,13 @@ May not begin with .. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [ApprovedClientApps ]: + [ApprovedClientApps ]: The collection of approved client apps that are associated with the RDS configuration. +Supports $expand. [Id ]: The unique identifier for an entity. Read-only. - [DisplayName ]: + [DisplayName ]: Display name for the client application. [IsRemoteDesktopProtocolEnabled ]: Determines if Microsoft Entra ID RDS authentication protocol for RDP is enabled. [TargetDeviceGroups ]: The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. -
]: The unique identifier for an entity. Read-only. [DisplayName ]: Display name for the target device group. @@ -10737,7 +11142,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. - [ExternalAuthenticationMethods ]: Represents the external methods registered to a user for authentication. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. Optional. @@ -10753,7 +11158,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. - [DisplayName ]: Custom name given to the registered external authentication method. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. @@ -10981,7 +11386,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -11234,7 +11639,7 @@ Read-only. The identifiers must be unique in the tenant. [Birthday ]: The birthday of the user. 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 Returned only on $select. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. Only one number can be set for this property. Read-only for users synced from on-premises directory. @@ -11844,6 +12249,49 @@ This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. Read only. + [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. +Nullable. + [Attachments ]: References to attached objects like files, tabs, meetings etc. + [Body ]: itemBody + [ChannelIdentity ]: channelIdentity + [ChatId ]: If the message was sent in a chat, represents the identity of the chat. + [CreatedDateTime ]: Timestamp of when the chat message was created. + [DeletedDateTime ]: Read only. +Timestamp at which the chat message was deleted, or null if not deleted. + [Etag ]: Read-only. +Version number of the chat message. + [EventDetail ]: eventMessageDetail + [From ]: chatMessageFromIdentitySet + [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. + [Importance ]: chatMessageImportance + [LastEditedDateTime ]: Read only. +Timestamp when edits to the chat message were made. +Triggers an 'Edited' flag in the Teams UI. +If no edits are made the value is null. + [LastModifiedDateTime ]: Read only. +Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. + [Locale ]: Locale of the chat message set by the client. +Always set to en-us. + [Mentions ]: List of entities mentioned in the chat message. +Supported entities are: user, bot, team, channel, chat, and tag. + [MessageHistory ]: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. + [MessageType ]: chatMessageType + [OnBehalfOf ]: chatMessageFromIdentitySet + [PolicyViolation ]: chatMessagePolicyViolation + [Reactions ]: Reactions for this chat message (for example, Like). + [Replies ]: Replies for a specified message. +Supports $expand for channel messages. + [ReplyToId ]: Read-only. +ID of the parent chat message or root chat message of the thread. +(Only applies to chat messages in channels, not chats.) + [Subject ]: The subject of the chat message, in plaintext. + [Summary ]: Summary text of the chat message that could be used for push notifications and summary views or fall back views. +Only applies to channel chat messages, not chat messages in a chat. + [WebUrl ]: Read-only. +Link to the message in Microsoft Teams. + [Id ]: The unique identifier for an entity. +Read-only. + [Recipient ]: identity [TenantId ]: The identifier of the tenant in which the chat was created. Read-only. [Topic ]: (Optional) Subject or topic for the chat. @@ -11879,21 +12327,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -12012,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 @@ -12037,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. @@ -12244,10 +12784,11 @@ 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. + [ContentCategory ]: contentCategory [CorrelationId ]: An identifier used to group multiple related content entries (for example, different parts of the same file upload, messages in a conversation). [CreatedDateTime ]: Required. Timestamp indicating when the original content was created (for example, file creation time, message sent time). @@ -12532,6 +13073,7 @@ To proactively opt in to the new behavior ahead of time, use the contentStream p Nullable. [File ]: file [(Any) ]: This indicates any property can be added to this object. + [ArchiveStatus ]: fileArchiveStatus [Hashes ]: hashes [(Any) ]: This indicates any property can be added to this object. [Crc32Hash ]: The CRC32 value of the file (if available). @@ -12542,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. @@ -12642,6 +13197,17 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(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. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity. @@ -13651,6 +14217,8 @@ 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 total count of items in the list. +Read-only. [Items ]: All items contained in the list. [List ]: listInfo [(Any) ]: This indicates any property can be added to this object. @@ -13747,6 +14315,24 @@ Required. [LearningProviderId ]: The registration ID of the provider. Required. [Status ]: courseStatus + [Storyline ]: User's storyline singleton container. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Followers ]: The users who are following this user. + [Id ]: The unique identifier for an entity. +Read-only. + [Follower ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Followings ]: The users that this user is following. + [Id ]: The unique identifier for an entity. +Read-only. + [Following ]: The Viva Engage identities. [EmployeeHireDate ]: The date and time when the user was hired or will start work if there is a future hire. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. @@ -13761,10 +14347,10 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. @@ -14237,7 +14823,9 @@ Read-write. [(Any) ]: This indicates any property can be added to this object. [ArchiveStatus ]: siteArchiveStatus [ArchivedBy ]: identitySet - [ArchivedDateTime ]: + [ArchivedDateTime ]: Time when the container was archived. +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. [DataLocationCode ]: The geographic region code for where this site collection resides. Only present for multi-geo tenants. Read-only. @@ -14260,7 +14848,7 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. 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. - Returned only on $select. + Requires $select to retrieve. Note: This property is specific to SharePoint Online. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. @@ -14283,6 +14871,27 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityGovernance ]: identityGovernanceUserSettings + [(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 ]: 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 + [(Any) ]: This indicates any property can be added to this object. + [Duration ]: The requestor's desired duration of access represented in ISO 8601 format for durations. +For example, PT3H refers to three hours. + If specified in a request, endDateTime shouldn't be present and the type property should be set to afterDuration. + [EndDateTime ]: Timestamp of 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. + [Type ]: expirationPatternType + [Recurrence ]: patternedRecurrence + [StartDateTime ]: 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. +In PIM, when the eligible or active assignment becomes active. [IdentityParentId ]: The object ID of the parent identity for agent users. Always null for regular user accounts. For agentUser resources, this property references the object ID of the associated agent identity. @@ -14379,7 +14988,7 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for users to describe their interests. -Returned only on $select. +Requires $select to retrieve. [InvitedBy ]: directoryObject [IsLicenseReconciliationNeeded ]: Indicates whether the user is pending an exchange mailbox license assignment. Read-only. @@ -14388,7 +14997,8 @@ Returned only on $select. 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). @@ -14402,24 +15012,24 @@ If this list is non-empty, then only users or groups listed here can post. [AccessType ]: groupAccessType [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are auto-subscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -14429,6 +15039,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -14587,11 +15198,11 @@ You can use it as a $filter argument to get groups that have members with licens Supports $filter (eq). [HideFromAddressLists ]: true if the group isn't displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: true if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [InfoCatalogs ]: Identifies the info segments assigned to the group. Returned by default. @@ -14615,7 +15226,7 @@ Read-only. To manage a group 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. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -14665,6 +15276,7 @@ Read-only. [OnPremisesDomainName ]: Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only. + [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [OnPremisesLastSyncDateTime ]: Indicates the last time at which the group was synced with the on-premises directory.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. Returned by default. @@ -14848,10 +15460,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -14860,9 +15474,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. @@ -15026,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). @@ -15074,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 @@ -15471,12 +16115,12 @@ Immutable. Read-only. [UnseenConversationsCount ]: Count of conversations delivered one or more new posts since the signed-in user's last visit to the group. This property is the same as unseenCount. -Returned only on $select. +Requires $select to retrieve. [UnseenCount ]: Count of conversations that have received new posts since the signed-in user last visited the group. -This property is the same as unseenConversationsCount.Returned only on $select. +This property is the same as unseenConversationsCount.Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [UnseenMessagesCount ]: Count of new posts that have been delivered to the group's conversations since the signed-in user's last visit to the group. -Returned only on $select. +Requires $select to retrieve. [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. @@ -15487,7 +16131,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Requires $select to retrieve. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -15504,16 +16151,16 @@ Nullable. 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. Read-only. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. It also indicates licenses that are directly assigned and the ones the user inherited through group memberships. Read-only. -Returned only on $select. +Requires $select to retrieve. [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. Read-Only. @@ -15639,7 +16286,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -16188,6 +16835,8 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -16281,7 +16930,7 @@ Read-only. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Notifications ]: [Id ]: The unique identifier for an entity. Read-only. @@ -16376,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. @@ -16424,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. @@ -16678,7 +17336,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for users to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [PendingAccessReviewInstances ]: Navigation property to get a list of access reviews pending approval by the reviewer. [Id ]: The unique identifier for an entity. Read-only. @@ -16698,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. @@ -17038,7 +17688,7 @@ Example: 'en-US', or 'es-ES'. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -17494,15 +18144,14 @@ Read-only. [WebUrl ]: Link to the institution or department homepage. [Program ]: educationalActivityDetail [(Any) ]: This indicates any property can be added to this object. - [Abbreviation ]: Shortened name of the degree or program (example: PhD, MBA) + [Abbreviation ]: Shortened name of the degree or program, for example, PhD and MBA. [Activities ]: Extracurricular activities undertaken alongside the program. [Awards ]: Any awards or honors associated with the program. [Description ]: Short description of the program provided by the user. [DisplayName ]: Long-form name of the program that the user provided. - [FieldsOfStudy ]: Majors and minors associated with the program. -(if applicable) - [Grade ]: The final grade, class, GPA, or score. - [Notes ]: More notes the user provided. + [FieldsOfStudy ]: Majors and minors associated with the program, if applicable. + [Grade ]: The final grade, class, grade point average (GPA), or score. + [Notes ]: More notes provided by the user. [WebUrl ]: Link to the degree or program page. [StartMonthYear ]: The month and year the user commenced the activity referenced. [Emails ]: Represents detailed information about email addresses associated with the user. @@ -17805,9 +18454,9 @@ Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they have attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: The scoped-role administrative unit memberships for this user. Read-only. Nullable. @@ -17871,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. @@ -18021,7 +18670,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Use revokeSignInSessions to reset. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -18068,6 +18717,48 @@ The language component follows two-letter codes as defined in ISO 639-1, and the For users with multigeo licenses, the property contains the user's region (if available). For users without multigeo licenses, the property contains the organization's region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China. + [Sections ]: The sections in the user's chat list. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the section was created. +Read-only. +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. + [DisplayIcon ]: sectionDisplayIcon + [(Any) ]: This indicates any property can be added to this object. + [ContentUrl ]: The URL to a custom icon image. +Applicable when iconType is custom. + [DisplayName ]: The human-readable name of the icon. + [IconType ]: The type of icon. +Use an emoji character such as 👍 for an emoji icon, or custom for a custom image icon. + [SkinTone ]: sectionIconSkinTone + [DisplayName ]: The display name of the section. +Required. +Maximum length is 50 characters. +Display names are case-sensitive and must be unique within a user's sections. +The following names are reserved for system-defined sections and can't be used when creating a user-defined section: RecentChats, QuickViews, TeamsAndChannels, MutedChats, MeetingChats, EngageCommunities. + [IsExpanded ]: Indicates whether the section is expanded in the user interface. +The default value is true. + [IsHierarchicalViewEnabled ]: Indicates whether the hierarchical view is enabled for the section. +Read-only. + [Items ]: The items (chats, channels, meetings, or communities) organized within the section. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the item was added to the section. +Read-only. +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. + [ItemType ]: sectionItemType + [LastModifiedDateTime ]: Date and time when the item was last modified. +Read-only. +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. + [LastModifiedDateTime ]: Date and time when the section was last modified. +Read-only. +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. + [SectionType ]: sectionType + [SortType ]: sectionSortType [Todo ]: todo [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -18080,6 +18771,12 @@ Read-only. Nullable. [IsOwner ]: True if the user is owner of the given task list. [IsShared ]: True if the task list is shared with other users + [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the task list. +Read-only. +Nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Value ]: The value of the property. [Tasks ]: The tasks in this task list. Read-only. Nullable. @@ -18143,9 +18840,6 @@ Read-only. [Recurrence ]: patternedRecurrence [ReminderDateTime ]: dateTimeTimeZone [SingleValueExtendedProperties ]: A collection of custom fields linked to the task. - [Id ]: The unique identifier for an entity. -Read-only. - [Value ]: The value of the property. [StartDateTime ]: dateTimeTimeZone [Status ]: taskStatus [Title ]: A brief description of the task. @@ -18197,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. @@ -18234,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. @@ -18256,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 ]: @@ -18309,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. @@ -18318,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. @@ -18362,7 +19060,7 @@ Always null when the object hasn't been deleted. [Id ]: The unique identifier for an entity. Read-only. [AboutMe ]: A freeform text entry field for users to describe themselves. -Returned only on $select. +Requires $select to retrieve. [AccountEnabled ]: true if the account is enabled; otherwise, false. This property is required when creating the object. Supports $filter (eq, ne, not, and in). @@ -18656,22 +19354,23 @@ Always null when the object hasn't been deleted. [IsEnabled ]: Denotes whether the policy is enabled. [Restrictions ]: customAppManagementConfiguration [(Any) ]: This indicates any property can be added to this object. - [KeyCredentials ]: + [KeyCredentials ]: Collection of certificate restrictions settings to be applied to an application or service principal. [CertificateBasedApplicationConfigurationIds ]: Collection of GUIDs that represent certificateBasedApplicationConfiguration that is allowed as root and intermediate certificate authorities. [ExcludeActors ]: appManagementPolicyActorExemptions [(Any) ]: This indicates any property can be added to this object. - [CustomSecurityAttributes ]: + [CustomSecurityAttributes ]: The collection of customSecurityAttributeExemption to exempt from the policy enforcement. +Limit of 5. [Id ]: The unique identifier for an entity. 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 [State ]: appManagementRestrictionState - [PasswordCredentials ]: + [PasswordCredentials ]: Collection of password restrictions settings to be applied to an application or service principal. [ExcludeActors ]: appManagementPolicyActorExemptions [MaxLifetime ]: String value that indicates the maximum lifetime for password expiration, defined as an ISO 8601 duration. For example, P4DT12H30M5S represents four days, 12 hours, 30 minutes, and five seconds. @@ -18701,12 +19400,69 @@ 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. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -18816,7 +19572,7 @@ Optional. [IncludeBasicClaimSet ]: Determines whether the basic claim set is included in tokens affected by this policy. If set to true, all claims in the basic claim set are emitted in tokens affected by the policy. By default the basic claim set isn't in the tokens unless they're explicitly configured in this policy. - [CreatedByAppId ]: The appId (called Application (client) ID on the Microsoft Entra admin center) of the application used to create the service principal. + [CreatedByAppId ]: The appId of the application that created this service principal. Set internally by Microsoft Entra ID. Read-only. [CreatedObjects ]: Directory objects created by this service principal. @@ -18948,7 +19704,7 @@ The DateTimeOffset type represents date and time information using ISO 8601 form For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Key ]: Value for the key credential. Should be a Base64 encoded value. -Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. +Requires $select to retrieve; only available for single object requests (GET /applications/{applicationId}?$select=keyCredentials or GET /servicePrincipals/{servicePrincipalId}?$select=keyCredentials); otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key. [KeyId ]: The unique identifier for the key. @@ -19107,13 +19863,13 @@ May not begin with .. [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. - [ApprovedClientApps ]: + [ApprovedClientApps ]: The collection of approved client apps that are associated with the RDS configuration. +Supports $expand. [Id ]: The unique identifier for an entity. Read-only. - [DisplayName ]: + [DisplayName ]: Display name for the client application. [IsRemoteDesktopProtocolEnabled ]: Determines if Microsoft Entra ID RDS authentication protocol for RDP is enabled. [TargetDeviceGroups ]: The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. -
]: The unique identifier for an entity. Read-only. [DisplayName ]: Display name for the target device group. @@ -19476,7 +20232,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [EmailAddress ]: The email address registered to this user. - [ExternalAuthenticationMethods ]: Represents the external methods registered to a user for authentication. + [ExternalAuthenticationMethods ]: Represents the external MFA registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. Optional. @@ -19492,7 +20248,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. [Id ]: The unique identifier for an entity. Read-only. [ConfigurationId ]: A unique identifier used to manage the external auth method within Microsoft Entra ID. - [DisplayName ]: Custom name given to the registered external authentication method. + [DisplayName ]: Custom name given to the registered external MFA. [Fido2Methods ]: Represents the FIDO2 security keys registered to a user for authentication. [CreatedDateTime ]: The date and time the authentication method was registered to the user. Read-only. @@ -19720,7 +20476,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). [OnPremisesSecurityIdentifier ]: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). [OnPremisesSyncEnabled ]: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. @@ -19973,7 +20729,7 @@ Read-only. The identifiers must be unique in the tenant. [Birthday ]: The birthday of the user. 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 Returned only on $select. +For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Requires $select to retrieve. [BusinessPhones ]: The telephone numbers for the user. Only one number can be set for this property. Read-only for users synced from on-premises directory. @@ -20583,6 +21339,49 @@ This value can't be changed after tab creation. Because this property is deprecated, we recommend expanding teamsApp to retrieve the application that is linked to the tab. [WebUrl ]: Deep link URL of the tab instance. Read only. + [TargetedMessages ]: A collection of targeted messages in the chat that are visible only to specific users. +Nullable. + [Attachments ]: References to attached objects like files, tabs, meetings etc. + [Body ]: itemBody + [ChannelIdentity ]: channelIdentity + [ChatId ]: If the message was sent in a chat, represents the identity of the chat. + [CreatedDateTime ]: Timestamp of when the chat message was created. + [DeletedDateTime ]: Read only. +Timestamp at which the chat message was deleted, or null if not deleted. + [Etag ]: Read-only. +Version number of the chat message. + [EventDetail ]: eventMessageDetail + [From ]: chatMessageFromIdentitySet + [HostedContents ]: Content in a message hosted by Microsoft Teams - for example, images or code snippets. + [Importance ]: chatMessageImportance + [LastEditedDateTime ]: Read only. +Timestamp when edits to the chat message were made. +Triggers an 'Edited' flag in the Teams UI. +If no edits are made the value is null. + [LastModifiedDateTime ]: Read only. +Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. + [Locale ]: Locale of the chat message set by the client. +Always set to en-us. + [Mentions ]: List of entities mentioned in the chat message. +Supported entities are: user, bot, team, channel, chat, and tag. + [MessageHistory ]: List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message. + [MessageType ]: chatMessageType + [OnBehalfOf ]: chatMessageFromIdentitySet + [PolicyViolation ]: chatMessagePolicyViolation + [Reactions ]: Reactions for this chat message (for example, Like). + [Replies ]: Replies for a specified message. +Supports $expand for channel messages. + [ReplyToId ]: Read-only. +ID of the parent chat message or root chat message of the thread. +(Only applies to chat messages in channels, not chats.) + [Subject ]: The subject of the chat message, in plaintext. + [Summary ]: Summary text of the chat message that could be used for push notifications and summary views or fall back views. +Only applies to channel chat messages, not chat messages in a chat. + [WebUrl ]: Read-only. +Link to the message in Microsoft Teams. + [Id ]: The unique identifier for an entity. +Read-only. + [Recipient ]: identity [TenantId ]: The identifier of the tenant in which the chat was created. Read-only. [Topic ]: (Optional) Subject or topic for the chat. @@ -20618,21 +21417,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -20751,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 @@ -20776,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. @@ -20983,10 +21874,11 @@ 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. + [ContentCategory ]: contentCategory [CorrelationId ]: An identifier used to group multiple related content entries (for example, different parts of the same file upload, messages in a conversation). [CreatedDateTime ]: Required. Timestamp indicating when the original content was created (for example, file creation time, message sent time). @@ -21271,6 +22163,7 @@ To proactively opt in to the new behavior ahead of time, use the contentStream p Nullable. [File ]: file [(Any) ]: This indicates any property can be added to this object. + [ArchiveStatus ]: fileArchiveStatus [Hashes ]: hashes [(Any) ]: This indicates any property can be added to this object. [Crc32Hash ]: The CRC32 value of the file (if available). @@ -21281,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. @@ -21381,6 +22287,17 @@ Read-only. [Device ]: identity [User ]: identity [Group ]: identity + [SharePointGroup ]: sharePointGroupIdentity + [(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. + [PrincipalId ]: The principal ID of the SharePoint group in the tenant. +Read-only. + [Title ]: The title of the SharePoint group. +Read-only. [SiteGroup ]: sharePointIdentity [(Any) ]: This indicates any property can be added to this object. [DisplayName ]: The display name of the identity. @@ -22390,6 +23307,8 @@ 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 total count of items in the list. +Read-only. [Items ]: All items contained in the list. [List ]: listInfo [(Any) ]: This indicates any property can be added to this object. @@ -22486,6 +23405,24 @@ Required. [LearningProviderId ]: The registration ID of the provider. Required. [Status ]: courseStatus + [Storyline ]: User's storyline singleton container. + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Followers ]: The users who are following this user. + [Id ]: The unique identifier for an entity. +Read-only. + [Follower ]: The Viva Engage identities. + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [Device ]: identity + [User ]: identity + [Audience ]: identity + [Group ]: identity + [Followings ]: The users that this user is following. + [Id ]: The unique identifier for an entity. +Read-only. + [Following ]: The Viva Engage identities. [EmployeeHireDate ]: The date and time when the user was hired or will start work if there is a future hire. Supports $filter (eq, ne, not , ge, le, in). [EmployeeId ]: The employee identifier assigned to the user by the organization. @@ -22500,10 +23437,10 @@ For more information, see Configure the employeeLeaveDateTime property for a use [EmployeeOrgData ]: employeeOrgData [(Any) ]: This indicates any property can be added to this object. [CostCenter ]: The cost center associated with the user. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [Division ]: The name of the division in which the user works. -Returned only on $select. +Requires $select to retrieve. Supports $filter. [EmployeeType ]: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. @@ -22976,7 +23913,9 @@ Read-write. [(Any) ]: This indicates any property can be added to this object. [ArchiveStatus ]: siteArchiveStatus [ArchivedBy ]: identitySet - [ArchivedDateTime ]: + [ArchivedDateTime ]: Time when the container was archived. +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. [DataLocationCode ]: The geographic region code for where this site collection resides. Only present for multi-geo tenants. Read-only. @@ -22999,7 +23938,7 @@ Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). [HireDate ]: The hire date of the user. 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. - Returned only on $select. + Requires $select to retrieve. Note: This property is specific to SharePoint Online. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. [Identities ]: Represents the identities that can be used to sign in to this user account. @@ -23022,6 +23961,27 @@ The validations performed on the userPrincipalName property on the user object, Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user. + [IdentityGovernance ]: identityGovernanceUserSettings + [(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 ]: 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 + [(Any) ]: This indicates any property can be added to this object. + [Duration ]: The requestor's desired duration of access represented in ISO 8601 format for durations. +For example, PT3H refers to three hours. + If specified in a request, endDateTime shouldn't be present and the type property should be set to afterDuration. + [EndDateTime ]: Timestamp of 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. + [Type ]: expirationPatternType + [Recurrence ]: patternedRecurrence + [StartDateTime ]: 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. +In PIM, when the eligible or active assignment becomes active. [IdentityParentId ]: The object ID of the parent identity for agent users. Always null for regular user accounts. For agentUser resources, this property references the object ID of the associated agent identity. @@ -23118,7 +24078,7 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [Interests ]: A list for users to describe their interests. -Returned only on $select. +Requires $select to retrieve. [InvitedBy ]: directoryObject [IsLicenseReconciliationNeeded ]: Indicates whether the user is pending an exchange mailbox license assignment. Read-only. @@ -23127,7 +24087,8 @@ Returned only on $select. 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). @@ -23141,24 +24102,24 @@ If this list is non-empty, then only users or groups listed here can post. [AccessType ]: groupAccessType [AllowExternalSenders ]: Indicates if people external to the organization can send messages to the group. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [AppRoleAssignments ]: Represents the app roles a group has been granted for an application. Supports $expand. [AssignedLabels ]: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. -Returned only on $select. +Requires $select to retrieve. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role. [DisplayName ]: The display name of the label. Read-only. [LabelId ]: The unique identifier of the label. [AssignedLicenses ]: The licenses that are assigned to the group. -Returned only on $select. +Requires $select to retrieve. Supports $filter (eq). Read-only. [AutoSubscribeNewMembers ]: Indicates if new members added to the group are auto-subscribed to receive email notifications. You can set this property in a PATCH request for the group; don't set it in the initial POST request that creates the group. Default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [Calendar ]: calendar [CalendarView ]: The calendar view for the calendar. @@ -23168,6 +24129,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -23326,11 +24288,11 @@ You can use it as a $filter argument to get groups that have members with licens Supports $filter (eq). [HideFromAddressLists ]: true if the group isn't displayed in certain parts of the Outlook user interface: in the Address Book, in address lists for selecting message recipients, and in the Browse Groups dialog for searching groups; false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [HideFromOutlookClients ]: true if the group isn't displayed in Outlook clients, such as Outlook for Windows and Outlook on the web, false otherwise. The default value is false. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [InfoCatalogs ]: Identifies the info segments assigned to the group. Returned by default. @@ -23354,7 +24316,7 @@ Read-only. To manage a group 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. [IsSubscribedByMail ]: Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. -Returned only on $select. +Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [LicenseProcessingState ]: licenseProcessingState [(Any) ]: This indicates any property can be added to this object. @@ -23404,6 +24366,7 @@ Read-only. [OnPremisesDomainName ]: Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Read-only. + [OnPremisesExtensionAttributes ]: onPremisesExtensionAttributes [OnPremisesLastSyncDateTime ]: Indicates the last time at which the group was synced with the on-premises directory.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. Returned by default. @@ -23587,10 +24550,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -23599,9 +24564,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. @@ -23765,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). @@ -23813,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 @@ -24210,12 +25205,12 @@ Immutable. Read-only. [UnseenConversationsCount ]: Count of conversations delivered one or more new posts since the signed-in user's last visit to the group. This property is the same as unseenCount. -Returned only on $select. +Requires $select to retrieve. [UnseenCount ]: Count of conversations that have received new posts since the signed-in user last visited the group. -This property is the same as unseenConversationsCount.Returned only on $select. +This property is the same as unseenConversationsCount.Requires $select to retrieve. Supported only on the Get group API (GET /groups/{ID}). [UnseenMessagesCount ]: Count of new posts that have been delivered to the group's conversations since the signed-in user's last visit to the group. -Returned only on $select. +Requires $select to retrieve. [Visibility ]: Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. @@ -24226,7 +25221,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Requires $select to retrieve. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -24243,16 +25241,16 @@ Nullable. 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. Read-only. -Returned only on $select. +Requires $select to retrieve. [LegalAgeGroupClassification ]: Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. -Returned only on $select. +Requires $select to retrieve. [LicenseAssignmentStates ]: State of license assignments for this user. It also indicates licenses that are directly assigned and the ones the user inherited through group memberships. Read-only. -Returned only on $select. +Requires $select to retrieve. [AssignedByGroup ]: Indicates whether the license is directly-assigned or inherited from a group. If directly-assigned, this field is null; if inherited through a group membership, this field contains the ID of the group. Read-Only. @@ -24378,7 +25376,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -24927,6 +25925,8 @@ Read-only. [Id ]: The unique identifier for an entity. Read-only. [AntiMalwareVersion ]: Current anti malware version + [ControlledConfigurationEnabled ]: When TRUE indicates the Windows Defender controlled configuration feature is enabled, when FALSE indicates the Windows Defender controlled configuration feature is not enabled. +Defaults to setting on client device. [DetectedMalwareState ]: Device malware list [Id ]: The unique identifier for an entity. Read-only. @@ -25020,7 +26020,7 @@ Read-only. Read-only for users synced from the on-premises directory. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. [MySite ]: The URL for the user's site. -Returned only on $select. +Requires $select to retrieve. [Notifications ]: [Id ]: The unique identifier for an entity. Read-only. @@ -25115,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. @@ -25163,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. @@ -25417,7 +26426,7 @@ It can be updated, but the user will be required to change the password on the n The password must satisfy minimum requirements as specified by the user's passwordPolicies property. By default, a strong password is required. [PastProjects ]: A list for users to enumerate their past projects. -Returned only on $select. +Requires $select to retrieve. [PendingAccessReviewInstances ]: Navigation property to get a list of access reviews pending approval by the reviewer. [Id ]: The unique identifier for an entity. Read-only. @@ -25437,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. @@ -25777,7 +26778,7 @@ Example: 'en-US', or 'es-ES'. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). [PreferredName ]: The preferred name for the user. Not Supported. -This attribute returns an empty string.Returned only on $select. +This attribute returns an empty string.Requires $select to retrieve. [Presence ]: presence [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -26233,15 +27234,14 @@ Read-only. [WebUrl ]: Link to the institution or department homepage. [Program ]: educationalActivityDetail [(Any) ]: This indicates any property can be added to this object. - [Abbreviation ]: Shortened name of the degree or program (example: PhD, MBA) + [Abbreviation ]: Shortened name of the degree or program, for example, PhD and MBA. [Activities ]: Extracurricular activities undertaken alongside the program. [Awards ]: Any awards or honors associated with the program. [Description ]: Short description of the program provided by the user. [DisplayName ]: Long-form name of the program that the user provided. - [FieldsOfStudy ]: Majors and minors associated with the program. -(if applicable) - [Grade ]: The final grade, class, GPA, or score. - [Notes ]: More notes the user provided. + [FieldsOfStudy ]: Majors and minors associated with the program, if applicable. + [Grade ]: The final grade, class, grade point average (GPA), or score. + [Notes ]: More notes provided by the user. [WebUrl ]: Link to the degree or program page. [StartMonthYear ]: The month and year the user commenced the activity referenced. [Emails ]: Represents detailed information about email addresses associated with the user. @@ -26544,9 +27544,9 @@ Read-only. Nullable. Supports $expand and returns up to 100 objects. [Responsibilities ]: A list for the user to enumerate their responsibilities. -Returned only on $select. +Requires $select to retrieve. [Schools ]: A list for the user to enumerate the schools they have attended. -Returned only on $select. +Requires $select to retrieve. [ScopedRoleMemberOf ]: The scoped-role administrative unit memberships for this user. Read-only. Nullable. @@ -26610,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. @@ -26760,7 +27760,7 @@ For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Use revokeSignInSessions to reset. [Skills ]: A list for the user to enumerate their skills. -Returned only on $select. +Requires $select to retrieve. [Solutions ]: userSolutionRoot [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -26807,6 +27807,48 @@ The language component follows two-letter codes as defined in ISO 639-1, and the For users with multigeo licenses, the property contains the user's region (if available). For users without multigeo licenses, the property contains the organization's region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, Spain, Mexico, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China. + [Sections ]: The sections in the user's chat list. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the section was created. +Read-only. +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. + [DisplayIcon ]: sectionDisplayIcon + [(Any) ]: This indicates any property can be added to this object. + [ContentUrl ]: The URL to a custom icon image. +Applicable when iconType is custom. + [DisplayName ]: The human-readable name of the icon. + [IconType ]: The type of icon. +Use an emoji character such as 👍 for an emoji icon, or custom for a custom image icon. + [SkinTone ]: sectionIconSkinTone + [DisplayName ]: The display name of the section. +Required. +Maximum length is 50 characters. +Display names are case-sensitive and must be unique within a user's sections. +The following names are reserved for system-defined sections and can't be used when creating a user-defined section: RecentChats, QuickViews, TeamsAndChannels, MutedChats, MeetingChats, EngageCommunities. + [IsExpanded ]: Indicates whether the section is expanded in the user interface. +The default value is true. + [IsHierarchicalViewEnabled ]: Indicates whether the hierarchical view is enabled for the section. +Read-only. + [Items ]: The items (chats, channels, meetings, or communities) organized within the section. + [Id ]: The unique identifier for an entity. +Read-only. + [CreatedDateTime ]: Date and time when the item was added to the section. +Read-only. +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. + [ItemType ]: sectionItemType + [LastModifiedDateTime ]: Date and time when the item was last modified. +Read-only. +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. + [LastModifiedDateTime ]: Date and time when the section was last modified. +Read-only. +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. + [SectionType ]: sectionType + [SortType ]: sectionSortType [Todo ]: todo [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. @@ -26819,6 +27861,12 @@ Read-only. Nullable. [IsOwner ]: True if the user is owner of the given task list. [IsShared ]: True if the task list is shared with other users + [SingleValueExtendedProperties ]: The collection of single-value extended properties defined for the task list. +Read-only. +Nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Value ]: The value of the property. [Tasks ]: The tasks in this task list. Read-only. Nullable. @@ -26882,9 +27930,6 @@ Read-only. [Recurrence ]: patternedRecurrence [ReminderDateTime ]: dateTimeTimeZone [SingleValueExtendedProperties ]: A collection of custom fields linked to the task. - [Id ]: The unique identifier for an entity. -Read-only. - [Value ]: The value of the property. [StartDateTime ]: dateTimeTimeZone [Status ]: taskStatus [Title ]: A brief description of the task. @@ -26936,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. @@ -26973,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. @@ -26995,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 ]: @@ -27048,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. @@ -27057,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. @@ -27139,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 1aa95dff6a5ce..1767f5cfda3c9 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: 02/20/2026 +ms.date: 07/10/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 f16f771a5b390..9c5cc672367d5 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: 02/20/2026 +ms.date: 07/10/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 1d8894ac681a0..a8470bd0e5c71 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: 02/20/2026 +ms.date: 07/10/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 f0ac3f535bfaf..8ac935589a8ac 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: 02/20/2026 +ms.date: 07/10/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 f99b5ac8d5787..37226e861a9e7 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: 02/20/2026 +ms.date: 07/10/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 21bb57e8218fc..e03fc46ae636e 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: 02/20/2026 +ms.date: 07/10/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 2cd84320a8420..b35b88b95e801 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: 02/20/2026 +ms.date: 07/10/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 3fc9b97f26ac2..1fd93958441e5 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: 02/20/2026 +ms.date: 07/10/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 9a9de19620a0e..024963bef7f42 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: 02/20/2026 +ms.date: 07/10/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 b68079e759f79..253e5b537990e 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: 02/20/2026 +ms.date: 07/10/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 3d4f9a73f97a7..0ff93374c65e9 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: 02/20/2026 +ms.date: 07/10/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 ebedfefae625f..1ec0815df3369 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: 02/20/2026 +ms.date: 07/10/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 e3c0243657a66..f024508bd6d56 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: 02/20/2026 +ms.date: 07/10/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 5d041718e5103..d43041603d669 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: 02/20/2026 +ms.date: 07/10/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 f62e55b79450e..a5cfac022c001 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: 02/20/2026 +ms.date: 07/10/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 b3644b06fbe42..a4be505739699 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: 02/20/2026 +ms.date: 07/10/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 e319137c2eb68..143c0e8b07ed5 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: 02/20/2026 +ms.date: 07/10/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 0f54a5a41f8fd..5a620c903cfd7 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: 02/20/2026 +ms.date: 07/10/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 diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Get-MgBetaUserContact.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Get-MgBetaUserContact.md index f13ee61f3b3e4..e6c573b575b8d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Get-MgBetaUserContact.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Get-MgBetaUserContact.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.PersonalContacts-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.personalcontacts/get-mgbetausercontact Locale: en-US Module Name: Microsoft.Graph.Beta.PersonalContacts -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserContact --- @@ -30,7 +30,7 @@ Get-MgBetaUserContact -UserId [-ExpandProperty ] [-Property < [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -39,7 +39,7 @@ Get-MgBetaUserContact -UserId [-ExpandProperty ] [-Property < Get-MgBetaUserContact -ContactId -UserId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +48,7 @@ Get-MgBetaUserContact -ContactId -UserId [-ExpandProperty [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Get-MgBetaUserContactCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Get-MgBetaUserContactCount.md index 0f582e3e978b3..b1835d755ca14 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Get-MgBetaUserContactCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Get-MgBetaUserContactCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.PersonalContacts-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.personalcontacts/get-mgbetausercontactcount Locale: en-US Module Name: Microsoft.Graph.Beta.PersonalContacts -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserContactCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaUserContactCount -UserId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaUserContactCount -UserId [-Filter ] [-Search Get-MgBetaUserContactCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Get-MgBetaUserContactDelta.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Get-MgBetaUserContactDelta.md index 7c66906e92b73..8eebd4f02a355 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Get-MgBetaUserContactDelta.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Get-MgBetaUserContactDelta.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.PersonalContacts-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.personalcontacts/get-mgbetausercontactdelta Locale: en-US Module Name: Microsoft.Graph.Beta.PersonalContacts -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserContactDelta --- @@ -30,7 +30,7 @@ Get-MgBetaUserContactDelta -UserId [-ExpandProperty ] [-Filte [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### DeltaViaIdentity @@ -40,7 +40,7 @@ Get-MgBetaUserContactDelta -InputObject [-ExpandProp [-Filter ] [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-Count] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Get-MgBetaUserContactExtension.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Get-MgBetaUserContactExtension.md index a77d89a6c4f97..1d6a20a778e22 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Get-MgBetaUserContactExtension.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Get-MgBetaUserContactExtension.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.PersonalContacts-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.personalcontacts/get-mgbetausercontactextension Locale: en-US Module Name: Microsoft.Graph.Beta.PersonalContacts -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserContactExtension --- @@ -29,7 +29,7 @@ Get-MgBetaUserContactExtension -ContactId -UserId [-ExpandProp [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -39,7 +39,7 @@ Get-MgBetaUserContactExtension -ContactId -ExtensionId -UserId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +48,7 @@ Get-MgBetaUserContactExtension -ContactId -ExtensionId -UserId Get-MgBetaUserContactExtension -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Get-MgBetaUserContactExtensionCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Get-MgBetaUserContactExtensionCount.md index 57723db1c15ba..9eba9759474bc 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Get-MgBetaUserContactExtensionCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Get-MgBetaUserContactExtensionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.PersonalContacts-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.personalcontacts/get-mgbetausercontactextensioncount Locale: en-US Module Name: Microsoft.Graph.Beta.PersonalContacts -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserContactExtensionCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaUserContactExtensionCount -ContactId -UserId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaUserContactExtensionCount -ContactId -UserId [-Filte Get-MgBetaUserContactExtensionCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Get-MgBetaUserContactFolder.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Get-MgBetaUserContactFolder.md index 5a3812ca53cfb..7ad53d5ec6784 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Get-MgBetaUserContactFolder.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Get-MgBetaUserContactFolder.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.PersonalContacts-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.personalcontacts/get-mgbetausercontactfolder Locale: en-US Module Name: Microsoft.Graph.Beta.PersonalContacts -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserContactFolder --- @@ -30,7 +30,7 @@ Get-MgBetaUserContactFolder -UserId [-ExpandProperty ] [-Prop [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -39,7 +39,7 @@ Get-MgBetaUserContactFolder -UserId [-ExpandProperty ] [-Prop Get-MgBetaUserContactFolder -ContactFolderId -UserId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +48,7 @@ Get-MgBetaUserContactFolder -ContactFolderId -UserId [-ExpandP Get-MgBetaUserContactFolder -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Get-MgBetaUserContactFolderChildFolder.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Get-MgBetaUserContactFolderChildFolder.md index b4d279419c743..af1f765c978c8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Get-MgBetaUserContactFolderChildFolder.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Get-MgBetaUserContactFolderChildFolder.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.PersonalContacts-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.personalcontacts/get-mgbetausercontactfolderchildfolder Locale: en-US Module Name: Microsoft.Graph.Beta.PersonalContacts -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserContactFolderChildFolder --- @@ -32,7 +32,6 @@ Get-MgBetaUserContactFolderChildFolder -ContactFolderId -UserId ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -42,7 +41,7 @@ Get-MgBetaUserContactFolderChildFolder -ContactFolderId -ContactFolderI -UserId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -52,7 +51,7 @@ Get-MgBetaUserContactFolderChildFolder -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Get-MgBetaUserContactFolderChildFolderContact.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Get-MgBetaUserContactFolderChildFolderContact.md index 118b136282f41..1f165c26160f1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Get-MgBetaUserContactFolderChildFolderContact.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Get-MgBetaUserContactFolderChildFolderContact.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.PersonalContacts-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.personalcontacts/get-mgbetausercontactfolderchildfoldercontact Locale: en-US Module Name: Microsoft.Graph.Beta.PersonalContacts -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserContactFolderChildFolderContact --- @@ -32,7 +32,7 @@ Get-MgBetaUserContactFolderChildFolderContact -ContactFolderId -Contact [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -42,7 +42,7 @@ Get-MgBetaUserContactFolderChildFolderContact -ContactFolderId -Contact -ContactId -UserId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -52,7 +52,7 @@ Get-MgBetaUserContactFolderChildFolderContact -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Get-MgBetaUserContactFolderChildFolderContactCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Get-MgBetaUserContactFolderChildFolderContactCount.md index 2f431083c926e..ce27c546b8614 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Get-MgBetaUserContactFolderChildFolderContactCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Get-MgBetaUserContactFolderChildFolderContactCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.PersonalContacts-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.personalcontacts/get-mgbetausercontactfolderchildfoldercontactcount Locale: en-US Module Name: Microsoft.Graph.Beta.PersonalContacts -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserContactFolderChildFolderContactCount --- @@ -27,7 +27,7 @@ Get-MgBetaUserContactFolderChildFolderContactCount -ContactFolderId -ContactFolderId1 -UserId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaUserContactFolderChildFolderContactCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Get-MgBetaUserContactFolderChildFolderContactDelta.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Get-MgBetaUserContactFolderChildFolderContactDelta.md index 3feeaa8925c62..5d8f5a98a97c1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Get-MgBetaUserContactFolderChildFolderContactDelta.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Get-MgBetaUserContactFolderChildFolderContactDelta.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.PersonalContacts-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.personalcontacts/get-mgbetausercontactfolderchildfoldercontactdelta Locale: en-US Module Name: Microsoft.Graph.Beta.PersonalContacts -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserContactFolderChildFolderContactDelta --- @@ -31,7 +31,7 @@ Get-MgBetaUserContactFolderChildFolderContactDelta -ContactFolderId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### DeltaViaIdentity @@ -42,7 +42,7 @@ Get-MgBetaUserContactFolderChildFolderContactDelta -InputObject ] [-Sort ] [-Top ] [-Count] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Get-MgBetaUserContactFolderChildFolderContactExtension.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Get-MgBetaUserContactFolderChildFolderContactExtension.md index 741fff03d4f8a..34345fc6e160a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Get-MgBetaUserContactFolderChildFolderContactExtension.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Get-MgBetaUserContactFolderChildFolderContactExtension.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.PersonalContacts-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.personalcontacts/get-mgbetausercontactfolderchildfoldercontactextension Locale: en-US Module Name: Microsoft.Graph.Beta.PersonalContacts -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserContactFolderChildFolderContactExtension --- @@ -30,7 +30,7 @@ Get-MgBetaUserContactFolderChildFolderContactExtension -ContactFolderId [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -41,7 +41,7 @@ Get-MgBetaUserContactFolderChildFolderContactExtension -ContactFolderId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -51,7 +51,7 @@ Get-MgBetaUserContactFolderChildFolderContactExtension -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Get-MgBetaUserContactFolderChildFolderContactExtensionCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Get-MgBetaUserContactFolderChildFolderContactExtensionCount.md index 39b5420ece10c..c335358ec7ce4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Get-MgBetaUserContactFolderChildFolderContactExtensionCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Get-MgBetaUserContactFolderChildFolderContactExtensionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.PersonalContacts-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.personalcontacts/get-mgbetausercontactfolderchildfoldercontactextensioncount Locale: en-US Module Name: Microsoft.Graph.Beta.PersonalContacts -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserContactFolderChildFolderContactExtensionCount --- @@ -27,7 +27,7 @@ Get-MgBetaUserContactFolderChildFolderContactExtensionCount -ContactFolderId -ContactId -UserId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaUserContactFolderChildFolderContactExtensionCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Get-MgBetaUserContactFolderChildFolderContactPhoto.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Get-MgBetaUserContactFolderChildFolderContactPhoto.md index 35ec8a78b468d..dc0ba8cd8f4bc 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Get-MgBetaUserContactFolderChildFolderContactPhoto.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Get-MgBetaUserContactFolderChildFolderContactPhoto.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.PersonalContacts-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.personalcontacts/get-mgbetausercontactfolderchildfoldercontactphoto Locale: en-US Module Name: Microsoft.Graph.Beta.PersonalContacts -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserContactFolderChildFolderContactPhoto --- @@ -28,7 +28,7 @@ Get-MgBetaUserContactFolderChildFolderContactPhoto -ContactFolderId -ContactFolderId1 -ContactId -UserId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -38,7 +38,7 @@ Get-MgBetaUserContactFolderChildFolderContactPhoto -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Get-MgBetaUserContactFolderChildFolderContactPhotoContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Get-MgBetaUserContactFolderChildFolderContactPhotoContent.md index 7d461dc12260a..0168680f99f6a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Get-MgBetaUserContactFolderChildFolderContactPhotoContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Get-MgBetaUserContactFolderChildFolderContactPhotoContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.PersonalContacts-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.personalcontacts/get-mgbetausercontactfolderchildfoldercontactphotocontent Locale: en-US Module Name: Microsoft.Graph.Beta.PersonalContacts -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserContactFolderChildFolderContactPhotoContent --- @@ -28,7 +28,7 @@ Get-MgBetaUserContactFolderChildFolderContactPhotoContent -ContactFolderId -ContactId -UserId -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaUserContactFolderChildFolderContactPhotoContent -ContactFolderId -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Get-MgBetaUserContactFolderChildFolderCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Get-MgBetaUserContactFolderChildFolderCount.md index aaf7fdf56b8e4..7353fa196abf5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Get-MgBetaUserContactFolderChildFolderCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Get-MgBetaUserContactFolderChildFolderCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.PersonalContacts-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.personalcontacts/get-mgbetausercontactfolderchildfoldercount Locale: en-US Module Name: Microsoft.Graph.Beta.PersonalContacts -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserContactFolderChildFolderCount --- @@ -27,7 +27,7 @@ Get-MgBetaUserContactFolderChildFolderCount -ContactFolderId -UserId ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaUserContactFolderChildFolderCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Get-MgBetaUserContactFolderChildFolderDelta.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Get-MgBetaUserContactFolderChildFolderDelta.md index 52d1ee7620617..af637aaf5ceed 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Get-MgBetaUserContactFolderChildFolderDelta.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Get-MgBetaUserContactFolderChildFolderDelta.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.PersonalContacts-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.personalcontacts/get-mgbetausercontactfolderchildfolderdelta Locale: en-US Module Name: Microsoft.Graph.Beta.PersonalContacts -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserContactFolderChildFolderDelta --- @@ -31,7 +31,6 @@ Get-MgBetaUserContactFolderChildFolderDelta -ContactFolderId -UserId ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### DeltaViaIdentity @@ -42,7 +41,7 @@ Get-MgBetaUserContactFolderChildFolderDelta -InputObject ] [-Sort ] [-Top ] [-Count] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Get-MgBetaUserContactFolderContact.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Get-MgBetaUserContactFolderContact.md index cba7401aa33ff..67e1d666cd122 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Get-MgBetaUserContactFolderContact.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Get-MgBetaUserContactFolderContact.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.PersonalContacts-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.personalcontacts/get-mgbetausercontactfoldercontact Locale: en-US Module Name: Microsoft.Graph.Beta.PersonalContacts -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserContactFolderContact --- @@ -32,7 +32,6 @@ Get-MgBetaUserContactFolderContact -ContactFolderId -UserId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -42,7 +41,7 @@ Get-MgBetaUserContactFolderContact -ContactFolderId -ContactId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -52,7 +51,7 @@ Get-MgBetaUserContactFolderContact -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Get-MgBetaUserContactFolderContactCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Get-MgBetaUserContactFolderContactCount.md index ba487189f468a..25ab91bf6bb39 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Get-MgBetaUserContactFolderContactCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Get-MgBetaUserContactFolderContactCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.PersonalContacts-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.personalcontacts/get-mgbetausercontactfoldercontactcount Locale: en-US Module Name: Microsoft.Graph.Beta.PersonalContacts -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserContactFolderContactCount --- @@ -27,7 +27,7 @@ Get-MgBetaUserContactFolderContactCount -ContactFolderId -UserId ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaUserContactFolderContactCount -ContactFolderId -UserId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Get-MgBetaUserContactFolderContactDelta.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Get-MgBetaUserContactFolderContactDelta.md index 77762b2be75e2..592645577db90 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Get-MgBetaUserContactFolderContactDelta.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Get-MgBetaUserContactFolderContactDelta.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.PersonalContacts-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.personalcontacts/get-mgbetausercontactfoldercontactdelta Locale: en-US Module Name: Microsoft.Graph.Beta.PersonalContacts -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserContactFolderContactDelta --- @@ -31,7 +31,6 @@ Get-MgBetaUserContactFolderContactDelta -ContactFolderId -UserId ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### DeltaViaIdentity @@ -42,7 +41,7 @@ Get-MgBetaUserContactFolderContactDelta -InputObject [-Skip ] [-Sort ] [-Top ] [-Count] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Get-MgBetaUserContactFolderContactExtension.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Get-MgBetaUserContactFolderContactExtension.md index b3555525f07bc..896af61de2cb3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Get-MgBetaUserContactFolderContactExtension.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Get-MgBetaUserContactFolderContactExtension.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.PersonalContacts-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.personalcontacts/get-mgbetausercontactfoldercontactextension Locale: en-US Module Name: Microsoft.Graph.Beta.PersonalContacts -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserContactFolderContactExtension --- @@ -30,7 +30,7 @@ Get-MgBetaUserContactFolderContactExtension -ContactFolderId -ContactId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -40,7 +40,7 @@ Get-MgBetaUserContactFolderContactExtension -ContactFolderId -ContactId -ExtensionId -UserId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -50,7 +50,7 @@ Get-MgBetaUserContactFolderContactExtension -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Get-MgBetaUserContactFolderContactExtensionCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Get-MgBetaUserContactFolderContactExtensionCount.md index 157e5a0d378a6..d2c2d739d06ce 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Get-MgBetaUserContactFolderContactExtensionCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Get-MgBetaUserContactFolderContactExtensionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.PersonalContacts-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.personalcontacts/get-mgbetausercontactfoldercontactextensioncount Locale: en-US Module Name: Microsoft.Graph.Beta.PersonalContacts -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserContactFolderContactExtensionCount --- @@ -27,7 +27,7 @@ Get-MgBetaUserContactFolderContactExtensionCount -ContactFolderId -Cont -UserId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaUserContactFolderContactExtensionCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Get-MgBetaUserContactFolderContactPhoto.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Get-MgBetaUserContactFolderContactPhoto.md index 807d8996e9b61..51cce0ae88bd0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Get-MgBetaUserContactFolderContactPhoto.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Get-MgBetaUserContactFolderContactPhoto.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.PersonalContacts-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.personalcontacts/get-mgbetausercontactfoldercontactphoto Locale: en-US Module Name: Microsoft.Graph.Beta.PersonalContacts -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserContactFolderContactPhoto --- @@ -28,7 +28,7 @@ Get-MgBetaUserContactFolderContactPhoto -ContactFolderId -ContactId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -38,7 +38,7 @@ Get-MgBetaUserContactFolderContactPhoto -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Get-MgBetaUserContactFolderContactPhotoContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Get-MgBetaUserContactFolderContactPhotoContent.md index 293cb7c937248..c468fef46770c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Get-MgBetaUserContactFolderContactPhotoContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Get-MgBetaUserContactFolderContactPhotoContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.PersonalContacts-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.personalcontacts/get-mgbetausercontactfoldercontactphotocontent Locale: en-US Module Name: Microsoft.Graph.Beta.PersonalContacts -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserContactFolderContactPhotoContent --- @@ -28,7 +28,7 @@ Get-MgBetaUserContactFolderContactPhotoContent -ContactFolderId -Contac -UserId -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaUserContactFolderContactPhotoContent -ContactFolderId -Contac Get-MgBetaUserContactFolderContactPhotoContent -InputObject -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Get-MgBetaUserContactFolderCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Get-MgBetaUserContactFolderCount.md index 2bea9eb1f67be..9d838d73610a3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Get-MgBetaUserContactFolderCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Get-MgBetaUserContactFolderCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.PersonalContacts-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.personalcontacts/get-mgbetausercontactfoldercount Locale: en-US Module Name: Microsoft.Graph.Beta.PersonalContacts -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserContactFolderCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaUserContactFolderCount -UserId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaUserContactFolderCount -UserId [-Filter ] [-Search [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Get-MgBetaUserContactFolderDelta.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Get-MgBetaUserContactFolderDelta.md index 8ea7760494e19..aabd7df33bb97 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Get-MgBetaUserContactFolderDelta.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Get-MgBetaUserContactFolderDelta.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.PersonalContacts-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.personalcontacts/get-mgbetausercontactfolderdelta Locale: en-US Module Name: Microsoft.Graph.Beta.PersonalContacts -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserContactFolderDelta --- @@ -30,7 +30,7 @@ Get-MgBetaUserContactFolderDelta -UserId [-ExpandProperty ] [ [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### DeltaViaIdentity @@ -41,7 +41,7 @@ Get-MgBetaUserContactFolderDelta -InputObject [-Skip ] [-Sort ] [-Top ] [-Count] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Get-MgBetaUserContactPhoto.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Get-MgBetaUserContactPhoto.md index f170d17a54b0e..cbf1f03272e23 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Get-MgBetaUserContactPhoto.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Get-MgBetaUserContactPhoto.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.PersonalContacts-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.personalcontacts/get-mgbetausercontactphoto Locale: en-US Module Name: Microsoft.Graph.Beta.PersonalContacts -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserContactPhoto --- @@ -27,7 +27,7 @@ You can get or set a photo for a contact. Get-MgBetaUserContactPhoto -ContactId -UserId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaUserContactPhoto -ContactId -UserId [-ExpandProperty Get-MgBetaUserContactPhoto -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Get-MgBetaUserContactPhotoContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Get-MgBetaUserContactPhotoContent.md index b7b97b581cffb..18b543a63e5b2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Get-MgBetaUserContactPhotoContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Get-MgBetaUserContactPhotoContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.PersonalContacts-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.personalcontacts/get-mgbetausercontactphotocontent Locale: en-US Module Name: Microsoft.Graph.Beta.PersonalContacts -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserContactPhotoContent --- @@ -27,7 +27,7 @@ You can get or set a photo for a contact. Get-MgBetaUserContactPhotoContent -ContactId -UserId -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaUserContactPhotoContent -ContactId -UserId -OutFile Get-MgBetaUserContactPhotoContent -InputObject -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Microsoft.Graph.Beta.PersonalContacts.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Microsoft.Graph.Beta.PersonalContacts.md index fe9c42f63d83c..d15ef873691b1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Microsoft.Graph.Beta.PersonalContacts.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Microsoft.Graph.Beta.PersonalContacts.md @@ -1,6 +1,6 @@ --- Module Name: Microsoft.Graph.Beta.PersonalContacts -Module Guid: d043f997-1f4a-4c45-b332-9c1446381f88 +Module Guid: 22897725-d953-db23-f856-ff92521adf57 Download Help Link: https://learn.microsoft.com/en-us/powershell/module/microsoft.graph.beta.personalcontacts/?view=graph-powershell-beta Help Version: 1.0.0.0 Locale: en-US diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/New-MgBetaUserContact.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/New-MgBetaUserContact.md index d3b199c2a036c..b9abff615090c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/New-MgBetaUserContact.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/New-MgBetaUserContact.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.PersonalContacts-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.personalcontacts/new-mgbetausercontact Locale: en-US Module Name: Microsoft.Graph.Beta.PersonalContacts -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaUserContact --- @@ -43,7 +43,7 @@ New-MgBetaUserContact -UserId [-ResponseHeadersVariable ] [-YomiCompanyName ] [-YomiGivenName ] [-YomiSurname ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -53,7 +53,6 @@ New-MgBetaUserContact -UserId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -79,7 +78,7 @@ New-MgBetaUserContact -InputObject [-ResponseHeaders [-YomiCompanyName ] [-YomiGivenName ] [-YomiSurname ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -89,7 +88,7 @@ New-MgBetaUserContact -InputObject -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.PersonalContacts/New-MgBetaUserContactExtension.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/New-MgBetaUserContactExtension.md index 22141e6f126f2..218dbddfaef06 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/New-MgBetaUserContactExtension.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/New-MgBetaUserContactExtension.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.PersonalContacts-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.personalcontacts/new-mgbetausercontactextension Locale: en-US Module Name: Microsoft.Graph.Beta.PersonalContacts -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaUserContactExtension --- @@ -27,7 +27,7 @@ New-MgBetaUserContactExtension -ContactId -UserId [-ResponseHeadersVariable ] [-AdditionalProperties ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -37,7 +37,6 @@ New-MgBetaUserContactExtension -ContactId -UserId -BodyParamet [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -47,7 +46,7 @@ New-MgBetaUserContactExtension -InputObject [-ResponseHeadersVariable ] [-AdditionalProperties ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -57,7 +56,6 @@ New-MgBetaUserContactExtension -InputObject -BodyPar [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/New-MgBetaUserContactFolder.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/New-MgBetaUserContactFolder.md index 53ffd1e694a83..ea6b24961add9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/New-MgBetaUserContactFolder.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/New-MgBetaUserContactFolder.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.PersonalContacts-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.personalcontacts/new-mgbetausercontactfolder Locale: en-US Module Name: Microsoft.Graph.Beta.PersonalContacts -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaUserContactFolder --- @@ -31,7 +31,7 @@ New-MgBetaUserContactFolder -UserId [-ResponseHeadersVariable ] [-SingleValueExtendedProperties ] [-WellKnownName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -41,7 +41,6 @@ New-MgBetaUserContactFolder -UserId -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -56,7 +55,7 @@ New-MgBetaUserContactFolder -InputObject [-SingleValueExtendedProperties ] [-WellKnownName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -66,7 +65,7 @@ New-MgBetaUserContactFolder -InputObject -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.PersonalContacts/New-MgBetaUserContactFolderChildFolder.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/New-MgBetaUserContactFolderChildFolder.md index 08b1d6813d7f2..9584eda3b54b1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/New-MgBetaUserContactFolderChildFolder.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/New-MgBetaUserContactFolderChildFolder.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.PersonalContacts-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.personalcontacts/new-mgbetausercontactfolderchildfolder Locale: en-US Module Name: Microsoft.Graph.Beta.PersonalContacts -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaUserContactFolderChildFolder --- @@ -32,7 +32,7 @@ New-MgBetaUserContactFolderChildFolder -ContactFolderId -UserId ] [-WellKnownName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -42,7 +42,7 @@ New-MgBetaUserContactFolderChildFolder -ContactFolderId -UserId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -57,7 +57,7 @@ New-MgBetaUserContactFolderChildFolder -InputObject [-SingleValueExtendedProperties ] [-WellKnownName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -67,7 +67,7 @@ New-MgBetaUserContactFolderChildFolder -InputObject -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.PersonalContacts/New-MgBetaUserContactFolderChildFolderContact.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/New-MgBetaUserContactFolderChildFolderContact.md index 03f80e1d8b3f3..08d4576416050 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/New-MgBetaUserContactFolderChildFolderContact.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/New-MgBetaUserContactFolderChildFolderContact.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.PersonalContacts-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.personalcontacts/new-mgbetausercontactfolderchildfoldercontact Locale: en-US Module Name: Microsoft.Graph.Beta.PersonalContacts -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaUserContactFolderChildFolderContact --- @@ -44,7 +44,7 @@ New-MgBetaUserContactFolderChildFolderContact -ContactFolderId -Contact [-YomiCompanyName ] [-YomiGivenName ] [-YomiSurname ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -54,7 +54,7 @@ New-MgBetaUserContactFolderChildFolderContact -ContactFolderId -Contact -UserId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -81,7 +81,7 @@ New-MgBetaUserContactFolderChildFolderContact -InputObject ] [-YomiGivenName ] [-YomiSurname ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -91,7 +91,7 @@ New-MgBetaUserContactFolderChildFolderContact -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/New-MgBetaUserContactFolderChildFolderContactExtension.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/New-MgBetaUserContactFolderChildFolderContactExtension.md index f408703eb40f6..c5aba5a143cd7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/New-MgBetaUserContactFolderChildFolderContactExtension.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/New-MgBetaUserContactFolderChildFolderContactExtension.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.PersonalContacts-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.personalcontacts/new-mgbetausercontactfolderchildfoldercontactextension Locale: en-US Module Name: Microsoft.Graph.Beta.PersonalContacts -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaUserContactFolderChildFolderContactExtension --- @@ -28,7 +28,6 @@ New-MgBetaUserContactFolderChildFolderContactExtension -ContactFolderId [-AdditionalProperties ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -39,7 +38,6 @@ New-MgBetaUserContactFolderChildFolderContactExtension -ContactFolderId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -49,7 +47,7 @@ New-MgBetaUserContactFolderChildFolderContactExtension -InputObject ] [-AdditionalProperties ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -59,7 +57,6 @@ New-MgBetaUserContactFolderChildFolderContactExtension -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/New-MgBetaUserContactFolderContact.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/New-MgBetaUserContactFolderContact.md index 3583cc5d9ef99..16a778a76112b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/New-MgBetaUserContactFolderContact.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/New-MgBetaUserContactFolderContact.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.PersonalContacts-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.personalcontacts/new-mgbetausercontactfoldercontact Locale: en-US Module Name: Microsoft.Graph.Beta.PersonalContacts -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaUserContactFolderContact --- @@ -44,7 +44,7 @@ New-MgBetaUserContactFolderContact -ContactFolderId -UserId [-YomiCompanyName ] [-YomiGivenName ] [-YomiSurname ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -54,7 +54,7 @@ New-MgBetaUserContactFolderContact -ContactFolderId -UserId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -81,7 +81,7 @@ New-MgBetaUserContactFolderContact -InputObject [-YomiCompanyName ] [-YomiGivenName ] [-YomiSurname ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -91,7 +91,7 @@ New-MgBetaUserContactFolderContact -InputObject -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.PersonalContacts/New-MgBetaUserContactFolderContactExtension.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/New-MgBetaUserContactFolderContactExtension.md index 73335e933db69..5cd9555484925 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/New-MgBetaUserContactFolderContactExtension.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/New-MgBetaUserContactFolderContactExtension.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.PersonalContacts-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.personalcontacts/new-mgbetausercontactfoldercontactextension Locale: en-US Module Name: Microsoft.Graph.Beta.PersonalContacts -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaUserContactFolderContactExtension --- @@ -27,7 +27,7 @@ New-MgBetaUserContactFolderContactExtension -ContactFolderId -ContactId -UserId [-ResponseHeadersVariable ] [-AdditionalProperties ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -37,7 +37,7 @@ New-MgBetaUserContactFolderContactExtension -ContactFolderId -ContactId -UserId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -47,7 +47,7 @@ New-MgBetaUserContactFolderContactExtension -InputObject ] [-AdditionalProperties ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -57,7 +57,6 @@ New-MgBetaUserContactFolderContactExtension -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Remove-MgBetaUserContact.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Remove-MgBetaUserContact.md index ff5691a8b6468..706a1e25607a4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Remove-MgBetaUserContact.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Remove-MgBetaUserContact.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.PersonalContacts-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.personalcontacts/remove-mgbetausercontact Locale: en-US Module Name: Microsoft.Graph.Beta.PersonalContacts -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaUserContact --- @@ -27,7 +27,6 @@ Remove-MgBetaUserContact -ContactId -UserId [-IfMatch [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaUserContact -InputObject [-IfMatch ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Remove-MgBetaUserContactExtension.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Remove-MgBetaUserContactExtension.md index cd3152c827baa..dcfcb4e102242 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Remove-MgBetaUserContactExtension.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Remove-MgBetaUserContactExtension.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.PersonalContacts-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.personalcontacts/remove-mgbetausercontactextension Locale: en-US Module Name: Microsoft.Graph.Beta.PersonalContacts -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaUserContactExtension --- @@ -27,7 +27,6 @@ Remove-MgBetaUserContactExtension -ContactId -ExtensionId -Use [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaUserContactExtension -InputObject [-IfM [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Remove-MgBetaUserContactFolder.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Remove-MgBetaUserContactFolder.md index eb6e7a26e1d31..8c12437113368 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Remove-MgBetaUserContactFolder.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Remove-MgBetaUserContactFolder.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.PersonalContacts-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.personalcontacts/remove-mgbetausercontactfolder Locale: en-US Module Name: Microsoft.Graph.Beta.PersonalContacts -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaUserContactFolder --- @@ -27,7 +27,6 @@ Remove-MgBetaUserContactFolder -ContactFolderId -UserId [-IfMa [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaUserContactFolder -InputObject [-IfMatc [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Remove-MgBetaUserContactFolderChildFolder.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Remove-MgBetaUserContactFolderChildFolder.md index 0d46a931e1009..95246f35e02aa 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Remove-MgBetaUserContactFolderChildFolder.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Remove-MgBetaUserContactFolderChildFolder.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.PersonalContacts-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.personalcontacts/remove-mgbetausercontactfolderchildfolder Locale: en-US Module Name: Microsoft.Graph.Beta.PersonalContacts -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaUserContactFolderChildFolder --- @@ -28,7 +28,6 @@ Remove-MgBetaUserContactFolderChildFolder -ContactFolderId -ContactFold [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -38,7 +37,6 @@ Remove-MgBetaUserContactFolderChildFolder -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Remove-MgBetaUserContactFolderChildFolderContact.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Remove-MgBetaUserContactFolderChildFolderContact.md index 886d326884ed8..10f4bd8591493 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Remove-MgBetaUserContactFolderChildFolderContact.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Remove-MgBetaUserContactFolderChildFolderContact.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.PersonalContacts-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.personalcontacts/remove-mgbetausercontactfolderchildfoldercontact Locale: en-US Module Name: Microsoft.Graph.Beta.PersonalContacts -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaUserContactFolderChildFolderContact --- @@ -28,7 +28,6 @@ Remove-MgBetaUserContactFolderChildFolderContact -ContactFolderId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -38,7 +37,6 @@ Remove-MgBetaUserContactFolderChildFolderContact -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Remove-MgBetaUserContactFolderChildFolderContactExtension.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Remove-MgBetaUserContactFolderChildFolderContactExtension.md index 70a3fd07cbc9c..f5acc4eb2f3f0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Remove-MgBetaUserContactFolderChildFolderContactExtension.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Remove-MgBetaUserContactFolderChildFolderContactExtension.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.PersonalContacts-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.personalcontacts/remove-mgbetausercontactfolderchildfoldercontactextension Locale: en-US Module Name: Microsoft.Graph.Beta.PersonalContacts -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaUserContactFolderChildFolderContactExtension --- @@ -28,7 +28,6 @@ Remove-MgBetaUserContactFolderChildFolderContactExtension -ContactFolderId ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -38,7 +37,6 @@ Remove-MgBetaUserContactFolderChildFolderContactExtension -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Remove-MgBetaUserContactFolderChildFolderContactPermanent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Remove-MgBetaUserContactFolderChildFolderContactPermanent.md index f7ba28ece457a..e6c6b342eaab8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Remove-MgBetaUserContactFolderChildFolderContactPermanent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Remove-MgBetaUserContactFolderChildFolderContactPermanent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.PersonalContacts-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.personalcontacts/remove-mgbetausercontactfolderchildfoldercontactpermanent Locale: en-US Module Name: Microsoft.Graph.Beta.PersonalContacts -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaUserContactFolderChildFolderContactPermanent --- @@ -31,7 +31,6 @@ Remove-MgBetaUserContactFolderChildFolderContactPermanent -ContactFolderId ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -41,7 +40,6 @@ Remove-MgBetaUserContactFolderChildFolderContactPermanent -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Remove-MgBetaUserContactFolderChildFolderContactPhotoContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Remove-MgBetaUserContactFolderChildFolderContactPhotoContent.md index b046c4bbb46aa..d21cae9399da4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Remove-MgBetaUserContactFolderChildFolderContactPhotoContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Remove-MgBetaUserContactFolderChildFolderContactPhotoContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.PersonalContacts-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.personalcontacts/remove-mgbetausercontactfolderchildfoldercontactphotocontent Locale: en-US Module Name: Microsoft.Graph.Beta.PersonalContacts -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaUserContactFolderChildFolderContactPhotoContent --- @@ -29,7 +29,6 @@ Remove-MgBetaUserContactFolderChildFolderContactPhotoContent -ContactFolderId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -40,7 +39,6 @@ Remove-MgBetaUserContactFolderChildFolderContactPhotoContent [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Remove-MgBetaUserContactFolderChildFolderPermanent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Remove-MgBetaUserContactFolderChildFolderPermanent.md index 9886d245b6025..7fb6b746fc11e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Remove-MgBetaUserContactFolderChildFolderPermanent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Remove-MgBetaUserContactFolderChildFolderPermanent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.PersonalContacts-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.personalcontacts/remove-mgbetausercontactfolderchildfolderpermanent Locale: en-US Module Name: Microsoft.Graph.Beta.PersonalContacts -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaUserContactFolderChildFolderPermanent --- @@ -29,7 +29,6 @@ Remove-MgBetaUserContactFolderChildFolderPermanent -ContactFolderId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -39,7 +38,6 @@ Remove-MgBetaUserContactFolderChildFolderPermanent -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Remove-MgBetaUserContactFolderContact.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Remove-MgBetaUserContactFolderContact.md index 8c936e3b14d38..f834c10d6a980 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Remove-MgBetaUserContactFolderContact.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Remove-MgBetaUserContactFolderContact.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.PersonalContacts-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.personalcontacts/remove-mgbetausercontactfoldercontact Locale: en-US Module Name: Microsoft.Graph.Beta.PersonalContacts -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaUserContactFolderContact --- @@ -27,7 +27,6 @@ Remove-MgBetaUserContactFolderContact -ContactFolderId -ContactId ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaUserContactFolderContact -InputObject [ [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Remove-MgBetaUserContactFolderContactExtension.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Remove-MgBetaUserContactFolderContactExtension.md index e1754912ad958..3dd995f44550e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Remove-MgBetaUserContactFolderContactExtension.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Remove-MgBetaUserContactFolderContactExtension.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.PersonalContacts-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.personalcontacts/remove-mgbetausercontactfoldercontactextension Locale: en-US Module Name: Microsoft.Graph.Beta.PersonalContacts -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaUserContactFolderContactExtension --- @@ -28,7 +28,6 @@ Remove-MgBetaUserContactFolderContactExtension -ContactFolderId -Contac [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -38,7 +37,6 @@ Remove-MgBetaUserContactFolderContactExtension -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Remove-MgBetaUserContactFolderContactPermanent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Remove-MgBetaUserContactFolderContactPermanent.md index d83416eaadfbd..6ae5806bcffff 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Remove-MgBetaUserContactFolderContactPermanent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Remove-MgBetaUserContactFolderContactPermanent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.PersonalContacts-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.personalcontacts/remove-mgbetausercontactfoldercontactpermanent Locale: en-US Module Name: Microsoft.Graph.Beta.PersonalContacts -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaUserContactFolderContactPermanent --- @@ -30,7 +30,6 @@ Remove-MgBetaUserContactFolderContactPermanent -ContactFolderId -Contac -UserId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -40,7 +39,6 @@ Remove-MgBetaUserContactFolderContactPermanent -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Remove-MgBetaUserContactFolderContactPhotoContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Remove-MgBetaUserContactFolderContactPhotoContent.md index 4f17ae3d683c3..532f50de504e5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Remove-MgBetaUserContactFolderContactPhotoContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Remove-MgBetaUserContactFolderContactPhotoContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.PersonalContacts-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.personalcontacts/remove-mgbetausercontactfoldercontactphotocontent Locale: en-US Module Name: Microsoft.Graph.Beta.PersonalContacts -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaUserContactFolderContactPhotoContent --- @@ -29,7 +29,6 @@ Remove-MgBetaUserContactFolderContactPhotoContent -ContactFolderId -Con [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -39,7 +38,6 @@ Remove-MgBetaUserContactFolderContactPhotoContent -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Remove-MgBetaUserContactFolderPermanent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Remove-MgBetaUserContactFolderPermanent.md index 0a0ab0fdb8c9e..a059773596233 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Remove-MgBetaUserContactFolderPermanent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Remove-MgBetaUserContactFolderPermanent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.PersonalContacts-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.personalcontacts/remove-mgbetausercontactfolderpermanent Locale: en-US Module Name: Microsoft.Graph.Beta.PersonalContacts -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaUserContactFolderPermanent --- @@ -28,7 +28,6 @@ Remove-MgBetaUserContactFolderPermanent -ContactFolderId -UserId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -38,7 +37,6 @@ Remove-MgBetaUserContactFolderPermanent -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Remove-MgBetaUserContactPermanent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Remove-MgBetaUserContactPermanent.md index 3fa7f44c4b5cb..405a83a4cc91d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Remove-MgBetaUserContactPermanent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Remove-MgBetaUserContactPermanent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.PersonalContacts-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.personalcontacts/remove-mgbetausercontactpermanent Locale: en-US Module Name: Microsoft.Graph.Beta.PersonalContacts -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaUserContactPermanent --- @@ -30,7 +30,6 @@ Remove-MgBetaUserContactPermanent -ContactId -UserId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -40,7 +39,6 @@ Remove-MgBetaUserContactPermanent -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Remove-MgBetaUserContactPhotoContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Remove-MgBetaUserContactPhotoContent.md index a57401417d561..78742914264ea 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Remove-MgBetaUserContactPhotoContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Remove-MgBetaUserContactPhotoContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.PersonalContacts-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.personalcontacts/remove-mgbetausercontactphotocontent Locale: en-US Module Name: Microsoft.Graph.Beta.PersonalContacts -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaUserContactPhotoContent --- @@ -28,7 +28,6 @@ Remove-MgBetaUserContactPhotoContent -ContactId -UserId [-IfMa [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -38,7 +37,6 @@ Remove-MgBetaUserContactPhotoContent -InputObject [- [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Set-MgBetaUserContactFolderChildFolderContactPhotoContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Set-MgBetaUserContactFolderChildFolderContactPhotoContent.md index 6f16588bb7523..a4a6b00964f46 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Set-MgBetaUserContactFolderChildFolderContactPhotoContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Set-MgBetaUserContactFolderChildFolderContactPhotoContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.PersonalContacts-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.personalcontacts/set-mgbetausercontactfolderchildfoldercontactphotocontent Locale: en-US Module Name: Microsoft.Graph.Beta.PersonalContacts -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Set-MgBetaUserContactFolderChildFolderContactPhotoContent --- @@ -29,7 +29,6 @@ Set-MgBetaUserContactFolderChildFolderContactPhotoContent -ContactFolderId ] [-Break] [-ContentType ] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SetViaIdentity @@ -40,7 +39,6 @@ Set-MgBetaUserContactFolderChildFolderContactPhotoContent -InputObject ] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Set-MgBetaUserContactFolderContactPhotoContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Set-MgBetaUserContactFolderContactPhotoContent.md index 60fb9c8768a2d..b822bf8db6f6b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Set-MgBetaUserContactFolderContactPhotoContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Set-MgBetaUserContactFolderContactPhotoContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.PersonalContacts-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.personalcontacts/set-mgbetausercontactfoldercontactphotocontent Locale: en-US Module Name: Microsoft.Graph.Beta.PersonalContacts -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Set-MgBetaUserContactFolderContactPhotoContent --- @@ -29,7 +29,6 @@ Set-MgBetaUserContactFolderContactPhotoContent -ContactFolderId -Contac [-ContentType ] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SetViaIdentity @@ -40,7 +39,6 @@ Set-MgBetaUserContactFolderContactPhotoContent -InputObject ] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Set-MgBetaUserContactPhotoContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Set-MgBetaUserContactPhotoContent.md index f1b550e1f8f77..34a70fc212ae0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Set-MgBetaUserContactPhotoContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Set-MgBetaUserContactPhotoContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.PersonalContacts-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.personalcontacts/set-mgbetausercontactphotocontent Locale: en-US Module Name: Microsoft.Graph.Beta.PersonalContacts -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Set-MgBetaUserContactPhotoContent --- @@ -29,7 +29,6 @@ Set-MgBetaUserContactPhotoContent -ContactId -UserId -InFile < [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SetViaIdentity @@ -40,7 +39,6 @@ Set-MgBetaUserContactPhotoContent -InputObject -InFi [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Update-MgBetaUserContact.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Update-MgBetaUserContact.md index 51982b2565e7d..8695ff08f1efb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Update-MgBetaUserContact.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Update-MgBetaUserContact.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.PersonalContacts-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.personalcontacts/update-mgbetausercontact Locale: en-US Module Name: Microsoft.Graph.Beta.PersonalContacts -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaUserContact --- @@ -43,7 +43,7 @@ Update-MgBetaUserContact -ContactId -UserId [-ResponseHeadersV [-YomiCompanyName ] [-YomiGivenName ] [-YomiSurname ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -53,7 +53,7 @@ Update-MgBetaUserContact -ContactId -UserId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -80,7 +80,7 @@ Update-MgBetaUserContact -InputObject [-YomiCompanyName ] [-YomiGivenName ] [-YomiSurname ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -90,7 +90,7 @@ Update-MgBetaUserContact -InputObject -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.PersonalContacts/Update-MgBetaUserContactExtension.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Update-MgBetaUserContactExtension.md index 459a17d9f7691..c4fcf65bbe728 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Update-MgBetaUserContactExtension.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Update-MgBetaUserContactExtension.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.PersonalContacts-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.personalcontacts/update-mgbetausercontactextension Locale: en-US Module Name: Microsoft.Graph.Beta.PersonalContacts -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaUserContactExtension --- @@ -27,7 +27,7 @@ Update-MgBetaUserContactExtension -ContactId -ExtensionId -Use [-ResponseHeadersVariable ] [-AdditionalProperties ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -37,7 +37,6 @@ Update-MgBetaUserContactExtension -ContactId -ExtensionId -Use -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -47,7 +46,7 @@ Update-MgBetaUserContactExtension -InputObject [-ResponseHeadersVariable ] [-AdditionalProperties ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -57,7 +56,6 @@ Update-MgBetaUserContactExtension -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Update-MgBetaUserContactFolder.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Update-MgBetaUserContactFolder.md index 17c6cda894731..6b96960001091 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Update-MgBetaUserContactFolder.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Update-MgBetaUserContactFolder.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.PersonalContacts-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.personalcontacts/update-mgbetausercontactfolder Locale: en-US Module Name: Microsoft.Graph.Beta.PersonalContacts -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaUserContactFolder --- @@ -32,7 +32,7 @@ Update-MgBetaUserContactFolder -ContactFolderId -UserId [-SingleValueExtendedProperties ] [-WellKnownName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -42,7 +42,7 @@ Update-MgBetaUserContactFolder -ContactFolderId -UserId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -57,7 +57,7 @@ Update-MgBetaUserContactFolder -InputObject [-SingleValueExtendedProperties ] [-WellKnownName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -67,7 +67,7 @@ Update-MgBetaUserContactFolder -InputObject -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.PersonalContacts/Update-MgBetaUserContactFolderChildFolder.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Update-MgBetaUserContactFolderChildFolder.md index 28457a0d63209..9e4b265b4f8dc 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Update-MgBetaUserContactFolderChildFolder.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Update-MgBetaUserContactFolderChildFolder.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.PersonalContacts-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.personalcontacts/update-mgbetausercontactfolderchildfolder Locale: en-US Module Name: Microsoft.Graph.Beta.PersonalContacts -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaUserContactFolderChildFolder --- @@ -32,7 +32,7 @@ Update-MgBetaUserContactFolderChildFolder -ContactFolderId -ContactFold [-SingleValueExtendedProperties ] [-WellKnownName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -42,7 +42,7 @@ Update-MgBetaUserContactFolderChildFolder -ContactFolderId -ContactFold -UserId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -57,7 +57,7 @@ Update-MgBetaUserContactFolderChildFolder -InputObject ] [-WellKnownName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -67,7 +67,7 @@ Update-MgBetaUserContactFolderChildFolder -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Update-MgBetaUserContactFolderChildFolderContact.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Update-MgBetaUserContactFolderChildFolderContact.md index 9d26cbed7ec99..5378925260fb1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Update-MgBetaUserContactFolderChildFolderContact.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Update-MgBetaUserContactFolderChildFolderContact.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.PersonalContacts-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.personalcontacts/update-mgbetausercontactfolderchildfoldercontact Locale: en-US Module Name: Microsoft.Graph.Beta.PersonalContacts -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaUserContactFolderChildFolderContact --- @@ -44,7 +44,7 @@ Update-MgBetaUserContactFolderChildFolderContact -ContactFolderId [-YomiCompanyName ] [-YomiGivenName ] [-YomiSurname ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -55,7 +55,7 @@ Update-MgBetaUserContactFolderChildFolderContact -ContactFolderId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -82,7 +82,7 @@ Update-MgBetaUserContactFolderChildFolderContact -InputObject ] [-YomiGivenName ] [-YomiSurname ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -92,7 +92,7 @@ Update-MgBetaUserContactFolderChildFolderContact -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Update-MgBetaUserContactFolderChildFolderContactExtension.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Update-MgBetaUserContactFolderChildFolderContactExtension.md index 1c5da7485f9a6..87813ecc6e76b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Update-MgBetaUserContactFolderChildFolderContactExtension.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Update-MgBetaUserContactFolderChildFolderContactExtension.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.PersonalContacts-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.personalcontacts/update-mgbetausercontactfolderchildfoldercontactextension Locale: en-US Module Name: Microsoft.Graph.Beta.PersonalContacts -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaUserContactFolderChildFolderContactExtension --- @@ -28,7 +28,7 @@ Update-MgBetaUserContactFolderChildFolderContactExtension -ContactFolderId ] [-AdditionalProperties ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -39,7 +39,6 @@ Update-MgBetaUserContactFolderChildFolderContactExtension -ContactFolderId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -49,7 +48,7 @@ Update-MgBetaUserContactFolderChildFolderContactExtension -InputObject ] [-AdditionalProperties ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -59,7 +58,6 @@ Update-MgBetaUserContactFolderChildFolderContactExtension -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Update-MgBetaUserContactFolderChildFolderContactPhoto.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Update-MgBetaUserContactFolderChildFolderContactPhoto.md index d87ee7cc475b0..56e425906fe64 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Update-MgBetaUserContactFolderChildFolderContactPhoto.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Update-MgBetaUserContactFolderChildFolderContactPhoto.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.PersonalContacts-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.personalcontacts/update-mgbetausercontactfolderchildfoldercontactphoto Locale: en-US Module Name: Microsoft.Graph.Beta.PersonalContacts -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaUserContactFolderChildFolderContactPhoto --- @@ -28,7 +28,7 @@ Update-MgBetaUserContactFolderChildFolderContactPhoto -ContactFolderId [-AdditionalProperties ] [-Height ] [-Id ] [-Width ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -39,7 +39,7 @@ Update-MgBetaUserContactFolderChildFolderContactPhoto -ContactFolderId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -50,7 +50,6 @@ Update-MgBetaUserContactFolderChildFolderContactPhoto -InputObject ] [-Width ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -60,7 +59,7 @@ Update-MgBetaUserContactFolderChildFolderContactPhoto -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Update-MgBetaUserContactFolderContact.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Update-MgBetaUserContactFolderContact.md index 679dfe600202d..af367620f0e4d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Update-MgBetaUserContactFolderContact.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Update-MgBetaUserContactFolderContact.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.PersonalContacts-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.personalcontacts/update-mgbetausercontactfoldercontact Locale: en-US Module Name: Microsoft.Graph.Beta.PersonalContacts -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaUserContactFolderContact --- @@ -44,7 +44,7 @@ Update-MgBetaUserContactFolderContact -ContactFolderId -ContactId ] [-YomiGivenName ] [-YomiSurname ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -54,7 +54,7 @@ Update-MgBetaUserContactFolderContact -ContactFolderId -ContactId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -81,7 +81,7 @@ Update-MgBetaUserContactFolderContact -InputObject [-YomiCompanyName ] [-YomiGivenName ] [-YomiSurname ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -91,7 +91,7 @@ Update-MgBetaUserContactFolderContact -InputObject -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.PersonalContacts/Update-MgBetaUserContactFolderContactExtension.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Update-MgBetaUserContactFolderContactExtension.md index 30be56baf9b99..08dd9c125f6b2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Update-MgBetaUserContactFolderContactExtension.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Update-MgBetaUserContactFolderContactExtension.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.PersonalContacts-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.personalcontacts/update-mgbetausercontactfoldercontactextension Locale: en-US Module Name: Microsoft.Graph.Beta.PersonalContacts -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaUserContactFolderContactExtension --- @@ -28,7 +28,6 @@ Update-MgBetaUserContactFolderContactExtension -ContactFolderId -Contac [-AdditionalProperties ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -39,7 +38,6 @@ Update-MgBetaUserContactFolderContactExtension -ContactFolderId -Contac [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -49,7 +47,7 @@ Update-MgBetaUserContactFolderContactExtension -InputObject ] [-AdditionalProperties ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -59,7 +57,6 @@ Update-MgBetaUserContactFolderContactExtension -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Update-MgBetaUserContactFolderContactPhoto.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Update-MgBetaUserContactFolderContactPhoto.md index 67e2e39fecfe3..b8483d57230af 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Update-MgBetaUserContactFolderContactPhoto.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Update-MgBetaUserContactFolderContactPhoto.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.PersonalContacts-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.personalcontacts/update-mgbetausercontactfoldercontactphoto Locale: en-US Module Name: Microsoft.Graph.Beta.PersonalContacts -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaUserContactFolderContactPhoto --- @@ -28,7 +28,6 @@ Update-MgBetaUserContactFolderContactPhoto -ContactFolderId -ContactId [-Height ] [-Id ] [-Width ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -38,7 +37,7 @@ Update-MgBetaUserContactFolderContactPhoto -ContactFolderId -ContactId -UserId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -49,7 +48,6 @@ Update-MgBetaUserContactFolderContactPhoto -InputObject ] [-Width ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -59,7 +57,7 @@ Update-MgBetaUserContactFolderContactPhoto -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Update-MgBetaUserContactPhoto.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Update-MgBetaUserContactPhoto.md index 10106f3f90b71..694aee72266c7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Update-MgBetaUserContactPhoto.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.PersonalContacts/Update-MgBetaUserContactPhoto.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.PersonalContacts-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.personalcontacts/update-mgbetausercontactphoto Locale: en-US Module Name: Microsoft.Graph.Beta.PersonalContacts -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaUserContactPhoto --- @@ -28,7 +28,6 @@ Update-MgBetaUserContactPhoto -ContactId -UserId [-Id ] [-Width ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -38,7 +37,7 @@ Update-MgBetaUserContactPhoto -ContactId -UserId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -49,7 +48,6 @@ Update-MgBetaUserContactPhoto -InputObject [-Id ] [-Width ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -59,7 +57,7 @@ Update-MgBetaUserContactPhoto -InputObject -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.Planner/Clear-MgBetaPlannerTaskMessageReaction.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Clear-MgBetaPlannerTaskMessageReaction.md new file mode 100644 index 0000000000000..93a8c4929fd91 --- /dev/null +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Clear-MgBetaPlannerTaskMessageReaction.md @@ -0,0 +1,561 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.Beta.Planner-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/clear-mgbetaplannertaskmessagereaction +Locale: en-US +Module Name: Microsoft.Graph.Beta.Planner +ms.date: 07/10/2026 +PlatyPS schema version: 2024-05-01 +title: Clear-MgBetaPlannerTaskMessageReaction +--- + +# Clear-MgBetaPlannerTaskMessageReaction + +## SYNOPSIS + +Remove a reaction from a plannerTaskChatMessage for the current user. + +## SYNTAX + +### UnsetExpanded (Default) + +``` +Clear-MgBetaPlannerTaskMessageReaction -PlannerTaskChatMessageId -PlannerTaskId + [-ResponseHeadersVariable ] [-AdditionalProperties ] [-ReactionType ] + [-Break] [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +### Unset + +``` +Clear-MgBetaPlannerTaskMessageReaction -PlannerTaskChatMessageId -PlannerTaskId + -BodyParameter + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +### UnsetViaIdentityExpanded + +``` +Clear-MgBetaPlannerTaskMessageReaction -InputObject + [-ResponseHeadersVariable ] [-AdditionalProperties ] [-ReactionType ] + [-Break] [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +### UnsetViaIdentity + +``` +Clear-MgBetaPlannerTaskMessageReaction -InputObject + -BodyParameter + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Remove a reaction from a plannerTaskChatMessage for the current user. + +## EXAMPLES +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Beta.Planner + +$params = @{ + reactionType = "like" +} + +Clear-MgBetaPlannerTaskMessageReaction -PlannerTaskId $plannerTaskId -PlannerTaskChatMessageId $plannerTaskChatMessageId -BodyParameter $params + +``` +This example shows how to use the Clear-MgBetaPlannerTaskMessageReaction Cmdlet. + + +## PARAMETERS + +### -AdditionalProperties + +Additional Parameters + +```yaml +Type: System.Collections.Hashtable +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UnsetViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UnsetExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -BodyParameter + + +To construct, see NOTES section for BODYPARAMETER properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IPathsPwbyjdPlannerTasksPlannertaskIdMessagesPlannertaskchatmessageIdMicrosoftGraphUnsetreactionPostRequestbodyContentApplicationJsonSchema +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UnsetViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Unset + 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: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IPlannerIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UnsetViaIdentityExpanded + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UnsetViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + 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: '' +``` + +### -PlannerTaskChatMessageId + +The unique identifier of plannerTaskChatMessage + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UnsetExpanded + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Unset + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -PlannerTaskId + +The unique identifier of plannerTask + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UnsetExpanded + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Unset + Position: Named + IsRequired: true + 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: '' +``` + +### -ReactionType + + + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: UnsetViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: UnsetExpanded + 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.IPathsPwbyjdPlannerTasksPlannertaskIdMessagesPlannertaskchatmessageIdMicrosoftGraphUnsetreactionPostRequestbodyContentApplicationJsonSchema + +{{ Fill in the Description }} + +### Microsoft.Graph.Beta.PowerShell.Models.IPlannerIdentity + +{{ 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. + +BODYPARAMETER ``: . + [(Any) ]: This indicates any property can be added to this object. + [ReactionType ]: + +INPUTOBJECT ``: Identity Parameter + [GroupId ]: The unique identifier of group + [PlannerBucketId ]: The unique identifier of plannerBucket + [PlannerDeltaId ]: The unique identifier of plannerDelta + [PlannerPlanId ]: The unique identifier of plannerPlan + [PlannerRosterId ]: The unique identifier of plannerRoster + [PlannerRosterMemberId ]: The unique identifier of plannerRosterMember + [PlannerTaskChatMessageId ]: The unique identifier of plannerTaskChatMessage + [PlannerTaskId ]: The unique identifier of plannerTask + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Clear-MgBetaPlannerTaskMessageReaction](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/clear-mgbetaplannertaskmessagereaction) +- [Graph API Reference](https://learn.microsoft.com/graph/api/plannertaskchatmessage-unsetreaction?view=graph-rest-beta) + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaGroupPlanner.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaGroupPlanner.md index af08ed64befa2..64bff4f4bf974 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaGroupPlanner.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaGroupPlanner.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Planner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/get-mgbetagroupplanner Locale: en-US Module Name: Microsoft.Graph.Beta.Planner -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupPlanner --- @@ -28,7 +28,7 @@ Nullable. Get-MgBetaGroupPlanner -GroupId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaGroupPlanner -GroupId [-ExpandProperty ] [-Property Get-MgBetaGroupPlanner -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -346,6 +346,7 @@ INPUTOBJECT ``: Identity Parameter [PlannerPlanId ]: The unique identifier of plannerPlan [PlannerRosterId ]: The unique identifier of plannerRoster [PlannerRosterMemberId ]: The unique identifier of plannerRosterMember + [PlannerTaskChatMessageId ]: The unique identifier of plannerTaskChatMessage [PlannerTaskId ]: The unique identifier of plannerTask [UserId ]: The unique identifier of user diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaGroupPlannerPlan.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaGroupPlannerPlan.md index 86df38d73adf5..c7002eb187285 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaGroupPlannerPlan.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaGroupPlannerPlan.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Planner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/get-mgbetagroupplannerplan Locale: en-US Module Name: Microsoft.Graph.Beta.Planner -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupPlannerPlan --- @@ -30,7 +30,7 @@ Get-MgBetaGroupPlannerPlan -GroupId [-ExpandProperty ] [-Prop [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -39,7 +39,7 @@ Get-MgBetaGroupPlannerPlan -GroupId [-ExpandProperty ] [-Prop Get-MgBetaGroupPlannerPlan -GroupId -PlannerPlanId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +48,7 @@ Get-MgBetaGroupPlannerPlan -GroupId -PlannerPlanId [-ExpandPro Get-MgBetaGroupPlannerPlan -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -569,6 +569,7 @@ INPUTOBJECT ``: Identity Parameter [PlannerPlanId ]: The unique identifier of plannerPlan [PlannerRosterId ]: The unique identifier of plannerRoster [PlannerRosterMemberId ]: The unique identifier of plannerRosterMember + [PlannerTaskChatMessageId ]: The unique identifier of plannerTaskChatMessage [PlannerTaskId ]: The unique identifier of plannerTask [UserId ]: The unique identifier of user diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaGroupPlannerPlanBucket.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaGroupPlannerPlanBucket.md index 4a51ac0627321..637c06cbf64c8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaGroupPlannerPlanBucket.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaGroupPlannerPlanBucket.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Planner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/get-mgbetagroupplannerplanbucket Locale: en-US Module Name: Microsoft.Graph.Beta.Planner -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupPlannerPlanBucket --- @@ -31,7 +31,6 @@ Get-MgBetaGroupPlannerPlanBucket -GroupId -PlannerPlanId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaGroupPlannerPlanCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaGroupPlannerPlanCount.md index d2f88d56c891a..01f826022018a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaGroupPlannerPlanCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaGroupPlannerPlanCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Planner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/get-mgbetagroupplannerplancount Locale: en-US Module Name: Microsoft.Graph.Beta.Planner -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupPlannerPlanCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaGroupPlannerPlanCount -GroupId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaGroupPlannerPlanCount -GroupId [-Filter ] [-Search [-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) | Tasks.Read, Tasks.ReadWrite, Group.ReadWrite.All, Group.Read.All, | +| Delegated (work or school account) | Tasks.Read, Group.Read.All, Group.ReadWrite.All, Tasks.ReadWrite, | | Delegated (personal Microsoft account) | Not supported | | Application | Tasks.Read.All, Tasks.ReadWrite.All, | @@ -348,6 +348,7 @@ INPUTOBJECT ``: Identity Parameter [PlannerPlanId ]: The unique identifier of plannerPlan [PlannerRosterId ]: The unique identifier of plannerRoster [PlannerRosterMemberId ]: The unique identifier of plannerRosterMember + [PlannerTaskChatMessageId ]: The unique identifier of plannerTaskChatMessage [PlannerTaskId ]: The unique identifier of plannerTask [UserId ]: The unique identifier of user diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaGroupPlannerPlanDelta.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaGroupPlannerPlanDelta.md index aaf9d815a7718..03c2e54df4248 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaGroupPlannerPlanDelta.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaGroupPlannerPlanDelta.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Planner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/get-mgbetagroupplannerplandelta Locale: en-US Module Name: Microsoft.Graph.Beta.Planner -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupPlannerPlanDelta --- @@ -26,7 +26,7 @@ Get-MgBetaGroupPlannerPlanDelta -GroupId [-ExpandProperty ] [ [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### DeltaViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaGroupPlannerPlanDelta -InputObject [-ExpandProperty [-Filter ] [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-Count] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -558,6 +558,7 @@ INPUTOBJECT ``: Identity Parameter [PlannerPlanId ]: The unique identifier of plannerPlan [PlannerRosterId ]: The unique identifier of plannerRoster [PlannerRosterMemberId ]: The unique identifier of plannerRosterMember + [PlannerTaskChatMessageId ]: The unique identifier of plannerTaskChatMessage [PlannerTaskId ]: The unique identifier of plannerTask [UserId ]: The unique identifier of user diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaGroupPlannerPlanDetail.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaGroupPlannerPlanDetail.md index 848d9c4a7c4e0..dfaa5bbceceec 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaGroupPlannerPlanDetail.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaGroupPlannerPlanDetail.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Planner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/get-mgbetagroupplannerplandetail Locale: en-US Module Name: Microsoft.Graph.Beta.Planner -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupPlannerPlanDetail --- @@ -29,7 +29,7 @@ Get-MgBetaGroupPlannerPlanDetail -GroupId -PlannerPlanId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -38,7 +38,7 @@ Get-MgBetaGroupPlannerPlanDetail -GroupId -PlannerPlanId Get-MgBetaGroupPlannerPlanDetail -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -368,6 +368,7 @@ INPUTOBJECT ``: Identity Parameter [PlannerPlanId ]: The unique identifier of plannerPlan [PlannerRosterId ]: The unique identifier of plannerRoster [PlannerRosterMemberId ]: The unique identifier of plannerRosterMember + [PlannerTaskChatMessageId ]: The unique identifier of plannerTaskChatMessage [PlannerTaskId ]: The unique identifier of plannerTask [UserId ]: The unique identifier of user diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaGroupPlannerPlanTask.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaGroupPlannerPlanTask.md index ad5d8e811d0fd..e15a21bedcfc4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaGroupPlannerPlanTask.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaGroupPlannerPlanTask.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Planner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/get-mgbetagroupplannerplantask Locale: en-US Module Name: Microsoft.Graph.Beta.Planner -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupPlannerPlanTask --- @@ -31,7 +31,6 @@ Get-MgBetaGroupPlannerPlanTask -GroupId -PlannerPlanId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaGroupPlannerPlanUsageRights.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaGroupPlannerPlanUsageRights.md index c88944948df4d..c54de388a931c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaGroupPlannerPlanUsageRights.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaGroupPlannerPlanUsageRights.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Planner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/get-mgbetagroupplannerplanusagerights Locale: en-US Module Name: Microsoft.Graph.Beta.Planner -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupPlannerPlanUsageRights --- @@ -23,7 +23,7 @@ Invoke function getUsageRights Get-MgBetaGroupPlannerPlanUsageRights -GroupId -PlannerPlanId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -32,7 +32,7 @@ Get-MgBetaGroupPlannerPlanUsageRights -GroupId -PlannerPlanId Get-MgBetaGroupPlannerPlanUsageRights -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -316,6 +316,7 @@ INPUTOBJECT ``: Identity Parameter [PlannerPlanId ]: The unique identifier of plannerPlan [PlannerRosterId ]: The unique identifier of plannerRoster [PlannerRosterMemberId ]: The unique identifier of plannerRosterMember + [PlannerTaskChatMessageId ]: The unique identifier of plannerTaskChatMessage [PlannerTaskId ]: The unique identifier of plannerTask [UserId ]: The unique identifier of user diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlanner.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlanner.md index 66b055bc8f7f8..18dd43de1fca5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlanner.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlanner.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Planner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/get-mgbetaplanner Locale: en-US Module Name: Microsoft.Graph.Beta.Planner -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPlanner --- @@ -26,7 +26,7 @@ Get planner Get-MgBetaPlanner [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerBucket.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerBucket.md index 8c1fb5c661beb..87a7c4bd1674c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerBucket.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerBucket.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Planner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/get-mgbetaplannerbucket Locale: en-US Module Name: Microsoft.Graph.Beta.Planner -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPlannerBucket --- @@ -28,7 +28,7 @@ Get-MgBetaPlannerBucket [-ExpandProperty ] [-Property ] [-Fi [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -37,7 +37,7 @@ Get-MgBetaPlannerBucket [-ExpandProperty ] [-Property ] [-Fi Get-MgBetaPlannerBucket -PlannerBucketId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +46,7 @@ Get-MgBetaPlannerBucket -PlannerBucketId [-ExpandProperty ] Get-MgBetaPlannerBucket -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -62,7 +62,7 @@ Retrieve the properties and relationships of a plannerBucket object. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Tasks.Read, Tasks.ReadWrite, Group.ReadWrite.All, Group.Read.All, | +| Delegated (work or school account) | Tasks.Read, Group.Read.All, Group.ReadWrite.All, Tasks.ReadWrite, | | Delegated (personal Microsoft account) | Not supported | | Application | Tasks.Read.All, Tasks.ReadWrite.All, | @@ -546,6 +546,7 @@ INPUTOBJECT ``: Identity Parameter [PlannerPlanId ]: The unique identifier of plannerPlan [PlannerRosterId ]: The unique identifier of plannerRoster [PlannerRosterMemberId ]: The unique identifier of plannerRosterMember + [PlannerTaskChatMessageId ]: The unique identifier of plannerTaskChatMessage [PlannerTaskId ]: The unique identifier of plannerTask [UserId ]: The unique identifier of user diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerBucketCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerBucketCount.md index bd60a8d2d03bd..39f18f28f7ea5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerBucketCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerBucketCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Planner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/get-mgbetaplannerbucketcount Locale: en-US Module Name: Microsoft.Graph.Beta.Planner -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPlannerBucketCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaPlannerBucketCount [-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) | Tasks.Read, Tasks.ReadWrite, Group.ReadWrite.All, Group.Read.All, | +| Delegated (work or school account) | Tasks.Read, Group.Read.All, Group.ReadWrite.All, Tasks.ReadWrite, | | Delegated (personal Microsoft account) | Not supported | | Application | Tasks.Read.All, Tasks.ReadWrite.All, | diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerBucketDelta.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerBucketDelta.md index 396ec0cbf26a8..8e23602d0c43c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerBucketDelta.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerBucketDelta.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Planner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/get-mgbetaplannerbucketdelta Locale: en-US Module Name: Microsoft.Graph.Beta.Planner -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPlannerBucketDelta --- @@ -26,7 +26,7 @@ Get-MgBetaPlannerBucketDelta [-ExpandProperty ] [-Filter ] [-P [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ## ALIASES @@ -43,7 +43,7 @@ For details, see Use delta query to track changes in Microsoft Graph data. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Tasks.Read, Tasks.ReadWrite, Group.ReadWrite.All, Group.Read.All, | +| Delegated (work or school account) | Tasks.Read, Group.Read.All, Group.ReadWrite.All, Tasks.ReadWrite, | | Delegated (personal Microsoft account) | Not supported | | Application | Tasks.Read.All, Tasks.ReadWrite.All, | diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerBucketTask.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerBucketTask.md index 60e76baf2e681..8ed31bd4aa1fe 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerBucketTask.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerBucketTask.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Planner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/get-mgbetaplannerbuckettask Locale: en-US Module Name: Microsoft.Graph.Beta.Planner -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPlannerBucketTask --- @@ -28,7 +28,7 @@ Get-MgBetaPlannerBucketTask -PlannerBucketId [-ExpandProperty ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ## ALIASES @@ -44,7 +44,7 @@ Retrieve a list of plannerTask objects associated to a plannerBucket object. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Tasks.Read, Tasks.ReadWrite, Group.ReadWrite.All, Group.Read.All, | +| Delegated (work or school account) | Tasks.Read, Group.Read.All, Group.ReadWrite.All, Tasks.ReadWrite, | | Delegated (personal Microsoft account) | Not supported | | Application | Tasks.Read.All, Tasks.ReadWrite.All, | diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerPlan.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerPlan.md index 45e916464e4d1..88b37092657a9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerPlan.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerPlan.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Planner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/get-mgbetaplannerplan Locale: en-US Module Name: Microsoft.Graph.Beta.Planner -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPlannerPlan --- @@ -28,7 +28,7 @@ Get-MgBetaPlannerPlan [-ExpandProperty ] [-Property ] [-Filt [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -37,7 +37,7 @@ Get-MgBetaPlannerPlan [-ExpandProperty ] [-Property ] [-Filt Get-MgBetaPlannerPlan -PlannerPlanId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +46,7 @@ Get-MgBetaPlannerPlan -PlannerPlanId [-ExpandProperty ] [-Pro Get-MgBetaPlannerPlan -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -62,7 +62,7 @@ Retrieve the properties and relationships of a plannerplan object. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Tasks.Read, Tasks.ReadWrite, Group.ReadWrite.All, Group.Read.All, | +| Delegated (work or school account) | Tasks.Read, Group.Read.All, Group.ReadWrite.All, Tasks.ReadWrite, | | Delegated (personal Microsoft account) | Not supported | | Application | Tasks.Read.All, Tasks.ReadWrite.All, | @@ -546,6 +546,7 @@ INPUTOBJECT ``: Identity Parameter [PlannerPlanId ]: The unique identifier of plannerPlan [PlannerRosterId ]: The unique identifier of plannerRoster [PlannerRosterMemberId ]: The unique identifier of plannerRosterMember + [PlannerTaskChatMessageId ]: The unique identifier of plannerTaskChatMessage [PlannerTaskId ]: The unique identifier of plannerTask [UserId ]: The unique identifier of user diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerPlanBucket.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerPlanBucket.md index db6a22a44ad54..3df7878f4dc8f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerPlanBucket.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerPlanBucket.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Planner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/get-mgbetaplannerplanbucket Locale: en-US Module Name: Microsoft.Graph.Beta.Planner -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPlannerPlanBucket --- @@ -28,7 +28,7 @@ Get-MgBetaPlannerPlanBucket -PlannerPlanId [-ExpandProperty ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ## ALIASES @@ -44,7 +44,7 @@ Retrieve a list of plannerBucket objects contained by a plannerPlan object. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Tasks.Read, Tasks.ReadWrite, Group.ReadWrite.All, Group.Read.All, | +| Delegated (work or school account) | Tasks.Read, Group.Read.All, Group.ReadWrite.All, Tasks.ReadWrite, | | Delegated (personal Microsoft account) | Not supported | | Application | Tasks.Read.All, Tasks.ReadWrite.All, | diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerPlanCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerPlanCount.md index 24efdfe1e7572..e046afff7e585 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerPlanCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerPlanCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Planner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/get-mgbetaplannerplancount Locale: en-US Module Name: Microsoft.Graph.Beta.Planner -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPlannerPlanCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaPlannerPlanCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-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) | Tasks.Read, Tasks.ReadWrite, Group.ReadWrite.All, Group.Read.All, | +| Delegated (work or school account) | Tasks.Read, Group.Read.All, Group.ReadWrite.All, Tasks.ReadWrite, | | Delegated (personal Microsoft account) | Not supported | | Application | Tasks.Read.All, Tasks.ReadWrite.All, | diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerPlanDelta.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerPlanDelta.md index faec382ffc997..8b207bb3a5cf0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerPlanDelta.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerPlanDelta.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Planner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/get-mgbetaplannerplandelta Locale: en-US Module Name: Microsoft.Graph.Beta.Planner -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPlannerPlanDelta --- @@ -26,7 +26,7 @@ Get-MgBetaPlannerPlanDelta [-ExpandProperty ] [-Filter ] [-Pro [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ## ALIASES @@ -43,7 +43,7 @@ For details, see Use delta query to track changes in Microsoft Graph data. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Tasks.Read, Tasks.ReadWrite, Group.ReadWrite.All, Group.Read.All, | +| Delegated (work or school account) | Tasks.Read, Group.Read.All, Group.ReadWrite.All, Tasks.ReadWrite, | | Delegated (personal Microsoft account) | Not supported | | Application | Tasks.Read.All, Tasks.ReadWrite.All, | diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerPlanDetail.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerPlanDetail.md index ec356d2e5e400..0c29aed709adc 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerPlanDetail.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerPlanDetail.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Planner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/get-mgbetaplannerplandetail Locale: en-US Module Name: Microsoft.Graph.Beta.Planner -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPlannerPlanDetail --- @@ -26,7 +26,7 @@ Retrieve the properties and relationships of a plannerPlanDetails object. Get-MgBetaPlannerPlanDetail -PlannerPlanId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaPlannerPlanDetail -PlannerPlanId [-ExpandProperty ] Get-MgBetaPlannerPlanDetail -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -51,7 +51,7 @@ Retrieve the properties and relationships of a plannerPlanDetails object. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Tasks.Read, Tasks.ReadWrite, Group.ReadWrite.All, Group.Read.All, | +| Delegated (work or school account) | Tasks.Read, Group.Read.All, Group.ReadWrite.All, Tasks.ReadWrite, | | Delegated (personal Microsoft account) | Not supported | | Application | Tasks.Read.All, Tasks.ReadWrite.All, | @@ -363,6 +363,7 @@ INPUTOBJECT ``: Identity Parameter [PlannerPlanId ]: The unique identifier of plannerPlan [PlannerRosterId ]: The unique identifier of plannerRoster [PlannerRosterMemberId ]: The unique identifier of plannerRosterMember + [PlannerTaskChatMessageId ]: The unique identifier of plannerTaskChatMessage [PlannerTaskId ]: The unique identifier of plannerTask [UserId ]: The unique identifier of user diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerPlanTask.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerPlanTask.md index 99ae4e3b840c0..49153e2a949a4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerPlanTask.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerPlanTask.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Planner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/get-mgbetaplannerplantask Locale: en-US Module Name: Microsoft.Graph.Beta.Planner -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPlannerPlanTask --- @@ -28,7 +28,7 @@ Get-MgBetaPlannerPlanTask -PlannerPlanId [-ExpandProperty ] [ [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ## ALIASES @@ -44,7 +44,7 @@ Retrieve a list of plannerTask objects associated with a plannerPlan object. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Tasks.Read, Tasks.ReadWrite, Group.ReadWrite.All, Group.Read.All, | +| Delegated (work or school account) | Tasks.Read, Group.Read.All, Group.ReadWrite.All, Tasks.ReadWrite, | | Delegated (personal Microsoft account) | Not supported | | Application | Tasks.Read.All, Tasks.ReadWrite.All, | diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerPlanUsageRights.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerPlanUsageRights.md index ff7b344b34f3b..ec03f63ca768d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerPlanUsageRights.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerPlanUsageRights.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Planner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/get-mgbetaplannerplanusagerights Locale: en-US Module Name: Microsoft.Graph.Beta.Planner -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPlannerPlanUsageRights --- @@ -23,7 +23,7 @@ Invoke function getUsageRights Get-MgBetaPlannerPlanUsageRights -PlannerPlanId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -32,7 +32,7 @@ Get-MgBetaPlannerPlanUsageRights -PlannerPlanId [-ResponseHeadersVariab Get-MgBetaPlannerPlanUsageRights -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -295,6 +295,7 @@ INPUTOBJECT ``: Identity Parameter [PlannerPlanId ]: The unique identifier of plannerPlan [PlannerRosterId ]: The unique identifier of plannerRoster [PlannerRosterMemberId ]: The unique identifier of plannerRosterMember + [PlannerTaskChatMessageId ]: The unique identifier of plannerTaskChatMessage [PlannerTaskId ]: The unique identifier of plannerTask [UserId ]: The unique identifier of user diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerRoster.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerRoster.md index 2dcf69cf12ebf..c7363fdcd32cc 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerRoster.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerRoster.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Planner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/get-mgbetaplannerroster Locale: en-US Module Name: Microsoft.Graph.Beta.Planner -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPlannerRoster --- @@ -25,7 +25,7 @@ Get-MgBetaPlannerRoster [-ExpandProperty ] [-Property ] [-Fi [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -34,7 +34,7 @@ Get-MgBetaPlannerRoster [-ExpandProperty ] [-Property ] [-Fi Get-MgBetaPlannerRoster -PlannerRosterId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -43,7 +43,7 @@ Get-MgBetaPlannerRoster -PlannerRosterId [-ExpandProperty ] Get-MgBetaPlannerRoster -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -543,6 +543,7 @@ INPUTOBJECT ``: Identity Parameter [PlannerPlanId ]: The unique identifier of plannerPlan [PlannerRosterId ]: The unique identifier of plannerRoster [PlannerRosterMemberId ]: The unique identifier of plannerRosterMember + [PlannerTaskChatMessageId ]: The unique identifier of plannerTaskChatMessage [PlannerTaskId ]: The unique identifier of plannerTask [UserId ]: The unique identifier of user diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerRosterCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerRosterCount.md index 3df54246e99a5..af9dcdef0c212 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerRosterCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerRosterCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Planner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/get-mgbetaplannerrostercount Locale: en-US Module Name: Microsoft.Graph.Beta.Planner -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPlannerRosterCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaPlannerRosterCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerRosterMember.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerRosterMember.md index b7be2bd712a91..553a1056b1920 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerRosterMember.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerRosterMember.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Planner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/get-mgbetaplannerrostermember Locale: en-US Module Name: Microsoft.Graph.Beta.Planner -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPlannerRosterMember --- @@ -25,7 +25,7 @@ Get-MgBetaPlannerRosterMember -PlannerRosterId [-ExpandProperty ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaPlannerRosterMember -PlannerRosterId -PlannerRosterMemberId < [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -44,7 +44,7 @@ Get-MgBetaPlannerRosterMember -PlannerRosterId -PlannerRosterMemberId < Get-MgBetaPlannerRosterMember -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -571,6 +571,7 @@ INPUTOBJECT ``: Identity Parameter [PlannerPlanId ]: The unique identifier of plannerPlan [PlannerRosterId ]: The unique identifier of plannerRoster [PlannerRosterMemberId ]: The unique identifier of plannerRosterMember + [PlannerTaskChatMessageId ]: The unique identifier of plannerTaskChatMessage [PlannerTaskId ]: The unique identifier of plannerTask [UserId ]: The unique identifier of user diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerRosterMemberCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerRosterMemberCount.md index 223144df0c11f..82372e878847b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerRosterMemberCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerRosterMemberCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Planner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/get-mgbetaplannerrostermembercount Locale: en-US Module Name: Microsoft.Graph.Beta.Planner -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPlannerRosterMemberCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaPlannerRosterMemberCount -PlannerRosterId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -32,7 +32,7 @@ Get-MgBetaPlannerRosterMemberCount -PlannerRosterId [-Filter ] Get-MgBetaPlannerRosterMemberCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -345,6 +345,7 @@ INPUTOBJECT ``: Identity Parameter [PlannerPlanId ]: The unique identifier of plannerPlan [PlannerRosterId ]: The unique identifier of plannerRoster [PlannerRosterMemberId ]: The unique identifier of plannerRosterMember + [PlannerTaskChatMessageId ]: The unique identifier of plannerTaskChatMessage [PlannerTaskId ]: The unique identifier of plannerTask [UserId ]: The unique identifier of user diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerRosterPlan.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerRosterPlan.md index bedfba4fd62c4..9a0510243b0d4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerRosterPlan.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerRosterPlan.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Planner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/get-mgbetaplannerrosterplan Locale: en-US Module Name: Microsoft.Graph.Beta.Planner -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPlannerRosterPlan --- @@ -25,7 +25,7 @@ Get-MgBetaPlannerRosterPlan -PlannerRosterId [-ExpandProperty ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaPlannerRosterPlan -PlannerPlanId -PlannerRosterId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -44,7 +44,7 @@ Get-MgBetaPlannerRosterPlan -PlannerPlanId -PlannerRosterId Get-MgBetaPlannerRosterPlan -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -563,6 +563,7 @@ INPUTOBJECT ``: Identity Parameter [PlannerPlanId ]: The unique identifier of plannerPlan [PlannerRosterId ]: The unique identifier of plannerRoster [PlannerRosterMemberId ]: The unique identifier of plannerRosterMember + [PlannerTaskChatMessageId ]: The unique identifier of plannerTaskChatMessage [PlannerTaskId ]: The unique identifier of plannerTask [UserId ]: The unique identifier of user diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerRosterPlanCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerRosterPlanCount.md index d383a5c7b0c32..98ce59ca6db86 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerRosterPlanCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerRosterPlanCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Planner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/get-mgbetaplannerrosterplancount Locale: en-US Module Name: Microsoft.Graph.Beta.Planner -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPlannerRosterPlanCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaPlannerRosterPlanCount -PlannerRosterId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -32,7 +32,7 @@ Get-MgBetaPlannerRosterPlanCount -PlannerRosterId [-Filter ] [- Get-MgBetaPlannerRosterPlanCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -345,6 +345,7 @@ INPUTOBJECT ``: Identity Parameter [PlannerPlanId ]: The unique identifier of plannerPlan [PlannerRosterId ]: The unique identifier of plannerRoster [PlannerRosterMemberId ]: The unique identifier of plannerRosterMember + [PlannerTaskChatMessageId ]: The unique identifier of plannerTaskChatMessage [PlannerTaskId ]: The unique identifier of plannerTask [UserId ]: The unique identifier of user diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerTask.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerTask.md index 5292699dbc737..36675888bdf9d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerTask.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerTask.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Planner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/get-mgbetaplannertask Locale: en-US Module Name: Microsoft.Graph.Beta.Planner -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPlannerTask --- @@ -28,7 +28,7 @@ Get-MgBetaPlannerTask [-ExpandProperty ] [-Property ] [-Filt [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -37,7 +37,7 @@ Get-MgBetaPlannerTask [-ExpandProperty ] [-Property ] [-Filt Get-MgBetaPlannerTask -PlannerTaskId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +46,7 @@ Get-MgBetaPlannerTask -PlannerTaskId [-ExpandProperty ] [-Pro Get-MgBetaPlannerTask -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -62,7 +62,7 @@ Retrieve the properties and relationships of plannerTask object. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Tasks.Read, Tasks.ReadWrite, Group.ReadWrite.All, Group.Read.All, | +| Delegated (work or school account) | Tasks.Read, Group.Read.All, Group.ReadWrite.All, Tasks.ReadWrite, | | Delegated (personal Microsoft account) | Not supported | | Application | Tasks.Read.All, Tasks.ReadWrite.All, | @@ -546,6 +546,7 @@ INPUTOBJECT ``: Identity Parameter [PlannerPlanId ]: The unique identifier of plannerPlan [PlannerRosterId ]: The unique identifier of plannerRoster [PlannerRosterMemberId ]: The unique identifier of plannerRosterMember + [PlannerTaskChatMessageId ]: The unique identifier of plannerTaskChatMessage [PlannerTaskId ]: The unique identifier of plannerTask [UserId ]: The unique identifier of user diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerTaskAssignedToTaskBoardFormat.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerTaskAssignedToTaskBoardFormat.md index 5ce8f084b2b8d..0ade97ee99eb0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerTaskAssignedToTaskBoardFormat.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerTaskAssignedToTaskBoardFormat.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Planner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/get-mgbetaplannertaskassignedtotaskboardformat Locale: en-US Module Name: Microsoft.Graph.Beta.Planner -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPlannerTaskAssignedToTaskBoardFormat --- @@ -26,7 +26,7 @@ Retrieve the properties and relationships of plannerAssignedToTaskBoardTaskForma Get-MgBetaPlannerTaskAssignedToTaskBoardFormat -PlannerTaskId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaPlannerTaskAssignedToTaskBoardFormat -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -52,7 +52,7 @@ Retrieve the properties and relationships of plannerAssignedToTaskBoardTaskForma | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Tasks.Read, Tasks.ReadWrite, Group.ReadWrite.All, Group.Read.All, | +| Delegated (work or school account) | Tasks.Read, Group.Read.All, Group.ReadWrite.All, Tasks.ReadWrite, | | Delegated (personal Microsoft account) | Not supported | | Application | Tasks.Read.All, Tasks.ReadWrite.All, | @@ -364,6 +364,7 @@ INPUTOBJECT ``: Identity Parameter [PlannerPlanId ]: The unique identifier of plannerPlan [PlannerRosterId ]: The unique identifier of plannerRoster [PlannerRosterMemberId ]: The unique identifier of plannerRosterMember + [PlannerTaskChatMessageId ]: The unique identifier of plannerTaskChatMessage [PlannerTaskId ]: The unique identifier of plannerTask [UserId ]: The unique identifier of user diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerTaskBucketTaskBoardFormat.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerTaskBucketTaskBoardFormat.md index 01d903a58bd30..fe451595add26 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerTaskBucketTaskBoardFormat.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerTaskBucketTaskBoardFormat.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Planner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/get-mgbetaplannertaskbuckettaskboardformat Locale: en-US Module Name: Microsoft.Graph.Beta.Planner -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPlannerTaskBucketTaskBoardFormat --- @@ -26,7 +26,7 @@ Retrieve the properties and relationships of plannerBucketTaskBoardTaskFormat ob Get-MgBetaPlannerTaskBucketTaskBoardFormat -PlannerTaskId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaPlannerTaskBucketTaskBoardFormat -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -52,7 +52,7 @@ Retrieve the properties and relationships of plannerBucketTaskBoardTaskFormat ob | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Tasks.Read, Tasks.ReadWrite, Group.ReadWrite.All, Group.Read.All, | +| Delegated (work or school account) | Tasks.Read, Group.Read.All, Group.ReadWrite.All, Tasks.ReadWrite, | | Delegated (personal Microsoft account) | Not supported | | Application | Tasks.Read.All, Tasks.ReadWrite.All, | @@ -364,6 +364,7 @@ INPUTOBJECT ``: Identity Parameter [PlannerPlanId ]: The unique identifier of plannerPlan [PlannerRosterId ]: The unique identifier of plannerRoster [PlannerRosterMemberId ]: The unique identifier of plannerRosterMember + [PlannerTaskChatMessageId ]: The unique identifier of plannerTaskChatMessage [PlannerTaskId ]: The unique identifier of plannerTask [UserId ]: The unique identifier of user diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerTaskCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerTaskCount.md index 7f6e61233661c..c760557d09b08 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerTaskCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerTaskCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Planner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/get-mgbetaplannertaskcount Locale: en-US Module Name: Microsoft.Graph.Beta.Planner -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPlannerTaskCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaPlannerTaskCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-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) | Tasks.Read, Tasks.ReadWrite, Group.ReadWrite.All, Group.Read.All, | +| Delegated (work or school account) | Tasks.Read, Group.Read.All, Group.ReadWrite.All, Tasks.ReadWrite, | | Delegated (personal Microsoft account) | Not supported | | Application | Tasks.Read.All, Tasks.ReadWrite.All, | diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerTaskDelta.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerTaskDelta.md index 9227b92206faf..279177b702601 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerTaskDelta.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerTaskDelta.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Planner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/get-mgbetaplannertaskdelta Locale: en-US Module Name: Microsoft.Graph.Beta.Planner -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPlannerTaskDelta --- @@ -26,7 +26,7 @@ Get-MgBetaPlannerTaskDelta [-ExpandProperty ] [-Filter ] [-Pro [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerTaskDetail.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerTaskDetail.md index f4463aa441d50..ec57c22c2663e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerTaskDetail.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerTaskDetail.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Planner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/get-mgbetaplannertaskdetail Locale: en-US Module Name: Microsoft.Graph.Beta.Planner -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPlannerTaskDetail --- @@ -26,7 +26,7 @@ Retrieve the properties and relationships of a plannerTaskDetails object. Get-MgBetaPlannerTaskDetail -PlannerTaskId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaPlannerTaskDetail -PlannerTaskId [-ExpandProperty ] Get-MgBetaPlannerTaskDetail -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -51,7 +51,7 @@ Retrieve the properties and relationships of a plannerTaskDetails object. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Tasks.Read, Tasks.ReadWrite, Group.ReadWrite.All, Group.Read.All, | +| Delegated (work or school account) | Tasks.Read, Group.Read.All, Group.ReadWrite.All, Tasks.ReadWrite, | | Delegated (personal Microsoft account) | Not supported | | Application | Tasks.Read.All, Tasks.ReadWrite.All, | @@ -363,6 +363,7 @@ INPUTOBJECT ``: Identity Parameter [PlannerPlanId ]: The unique identifier of plannerPlan [PlannerRosterId ]: The unique identifier of plannerRoster [PlannerRosterMemberId ]: The unique identifier of plannerRosterMember + [PlannerTaskChatMessageId ]: The unique identifier of plannerTaskChatMessage [PlannerTaskId ]: The unique identifier of plannerTask [UserId ]: The unique identifier of user diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerTaskMessage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerTaskMessage.md new file mode 100644 index 0000000000000..61cc595190b41 --- /dev/null +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerTaskMessage.md @@ -0,0 +1,600 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.Beta.Planner-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/get-mgbetaplannertaskmessage +Locale: en-US +Module Name: Microsoft.Graph.Beta.Planner +ms.date: 07/10/2026 +PlatyPS schema version: 2024-05-01 +title: Get-MgBetaPlannerTaskMessage +--- + +# Get-MgBetaPlannerTaskMessage + +## SYNOPSIS + +Read-only. +Nullable. +Chat messages associated with the task. + +## SYNTAX + +### List (Default) + +``` +Get-MgBetaPlannerTaskMessage -PlannerTaskId [-ExpandProperty ] + [-Property ] [-Filter ] [-Search ] [-Skip ] [-Sort ] + [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] + [-CountVariable ] +``` + +### Get + +``` +Get-MgBetaPlannerTaskMessage -PlannerTaskChatMessageId -PlannerTaskId + [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] +``` + +### GetViaIdentity + +``` +Get-MgBetaPlannerTaskMessage -InputObject [-ExpandProperty ] + [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Read-only. +Nullable. +Chat messages associated with the task. + +## EXAMPLES +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Beta.Planner + +Get-MgBetaPlannerTaskMessage -PlannerTaskId $plannerTaskId + +``` +This example shows how to use the Get-MgBetaPlannerTaskMessage 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.IPlannerIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: GetViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + 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: '' +``` + +### -PlannerTaskChatMessageId + +The unique identifier of plannerTaskChatMessage + +```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: '' +``` + +### -PlannerTaskId + +The unique identifier of plannerTask + +```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: '' +``` + +### -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.IPlannerIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphPlannerTaskChatMessage + +{{ 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 + [GroupId ]: The unique identifier of group + [PlannerBucketId ]: The unique identifier of plannerBucket + [PlannerDeltaId ]: The unique identifier of plannerDelta + [PlannerPlanId ]: The unique identifier of plannerPlan + [PlannerRosterId ]: The unique identifier of plannerRoster + [PlannerRosterMemberId ]: The unique identifier of plannerRosterMember + [PlannerTaskChatMessageId ]: The unique identifier of plannerTaskChatMessage + [PlannerTaskId ]: The unique identifier of plannerTask + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Get-MgBetaPlannerTaskMessage](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/get-mgbetaplannertaskmessage) +- [Graph API Reference](https://learn.microsoft.com/graph/api/plannertask-list-messages?view=graph-rest-beta) + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Remove-MgBetaSolutionBackupRestoreDriveBackup.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerTaskMessageCount.md similarity index 67% rename from microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Remove-MgBetaSolutionBackupRestoreDriveBackup.md rename to microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerTaskMessageCount.md index 05c4a2afc5526..33e7d2e00b0ed 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Remove-MgBetaSolutionBackupRestoreDriveBackup.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerTaskMessageCount.md @@ -1,30 +1,38 @@ --- document type: cmdlet -external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml -HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/remove-mgbetasolutionbackuprestoredrivebackup +external help file: Microsoft.Graph.Beta.Planner-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/get-mgbetaplannertaskmessagecount Locale: en-US -Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +Module Name: Microsoft.Graph.Beta.Planner +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 -title: Remove-MgBetaSolutionBackupRestoreDriveBackup +title: Get-MgBetaPlannerTaskMessageCount --- -# Remove-MgBetaSolutionBackupRestoreDriveBackup +# Get-MgBetaPlannerTaskMessageCount ## SYNOPSIS -Delete navigation property allDrivesBackup for solutions +Get the number of the resource ## SYNTAX -### Delete (Default) +### Get (Default) ``` -Remove-MgBetaSolutionBackupRestoreDriveBackup [-IfMatch ] +Get-MgBetaPlannerTaskMessageCount -PlannerTaskId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] - [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] +``` + +### GetViaIdentity + +``` +Get-MgBetaPlannerTaskMessageCount -InputObject [-Filter ] + [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -34,7 +42,7 @@ This cmdlet has the following aliases, ## DESCRIPTION -Delete navigation property allDrivesBackup for solutions +Get the number of the resource ## PARAMETERS @@ -59,16 +67,15 @@ AcceptedValues: [] HelpMessage: '' ``` -### -Confirm +### -Filter -Prompts you for confirmation before running the cmdlet. +Filter items by property values ```yaml -Type: System.Management.Automation.SwitchParameter +Type: System.String DefaultValue: '' SupportsWildcards: false -Aliases: -- cf +Aliases: [] ParameterSets: - Name: (All) Position: Named @@ -144,20 +151,21 @@ AcceptedValues: [] HelpMessage: '' ``` -### -IfMatch +### -InputObject -ETag +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml -Type: System.String +Type: Microsoft.Graph.Beta.PowerShell.Models.IPlannerIdentity DefaultValue: '' SupportsWildcards: false Aliases: [] ParameterSets: -- Name: (All) +- Name: GetViaIdentity Position: Named - IsRequired: false - ValueFromPipeline: false + IsRequired: true + ValueFromPipeline: true ValueFromPipelineByPropertyName: false ValueFromRemainingArguments: false DontShow: false @@ -165,19 +173,19 @@ AcceptedValues: [] HelpMessage: '' ``` -### -PassThru +### -PlannerTaskId -Returns true when the command succeeds +The unique identifier of plannerTask ```yaml -Type: System.Management.Automation.SwitchParameter -DefaultValue: False +Type: System.String +DefaultValue: '' SupportsWildcards: false Aliases: [] ParameterSets: -- Name: (All) +- Name: Get Position: Named - IsRequired: false + IsRequired: true ValueFromPipeline: false ValueFromPipelineByPropertyName: false ValueFromRemainingArguments: false @@ -271,16 +279,15 @@ AcceptedValues: [] HelpMessage: '' ``` -### -WhatIf +### -Search -Runs the command in a mode that only reports what would happen without performing the actions. +Search items by search phrases ```yaml -Type: System.Management.Automation.SwitchParameter +Type: System.String DefaultValue: '' SupportsWildcards: false -Aliases: -- wi +Aliases: [] ParameterSets: - Name: (All) Position: Named @@ -302,21 +309,42 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS +### Microsoft.Graph.Beta.PowerShell.Models.IPlannerIdentity + +{{ Fill in the Description }} + ### System.Collections.IDictionary {{ Fill in the Description }} ## OUTPUTS -### System.Boolean +### 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 + [GroupId ]: The unique identifier of group + [PlannerBucketId ]: The unique identifier of plannerBucket + [PlannerDeltaId ]: The unique identifier of plannerDelta + [PlannerPlanId ]: The unique identifier of plannerPlan + [PlannerRosterId ]: The unique identifier of plannerRoster + [PlannerRosterMemberId ]: The unique identifier of plannerRosterMember + [PlannerTaskChatMessageId ]: The unique identifier of plannerTaskChatMessage + [PlannerTaskId ]: The unique identifier of plannerTask + [UserId ]: The unique identifier of user + + ## RELATED LINKS -- [Remove-MgBetaSolutionBackupRestoreDriveBackup](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/remove-mgbetasolutionbackuprestoredrivebackup) +- [Get-MgBetaPlannerTaskMessageCount](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/get-mgbetaplannertaskmessagecount) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerTaskProgressTaskBoardFormat.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerTaskProgressTaskBoardFormat.md index 671e1f24a7680..0b5d2bcca8853 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerTaskProgressTaskBoardFormat.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaPlannerTaskProgressTaskBoardFormat.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Planner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/get-mgbetaplannertaskprogresstaskboardformat Locale: en-US Module Name: Microsoft.Graph.Beta.Planner -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaPlannerTaskProgressTaskBoardFormat --- @@ -26,7 +26,7 @@ Retrieve the properties and relationships of plannerProgressTaskBoardTaskFormat Get-MgBetaPlannerTaskProgressTaskBoardFormat -PlannerTaskId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaPlannerTaskProgressTaskBoardFormat -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -52,7 +52,7 @@ Retrieve the properties and relationships of plannerProgressTaskBoardTaskFormat | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Tasks.Read, Tasks.ReadWrite, Group.ReadWrite.All, Group.Read.All, | +| Delegated (work or school account) | Tasks.Read, Group.Read.All, Group.ReadWrite.All, Tasks.ReadWrite, | | Delegated (personal Microsoft account) | Not supported | | Application | Tasks.Read.All, Tasks.ReadWrite.All, | @@ -364,6 +364,7 @@ INPUTOBJECT ``: Identity Parameter [PlannerPlanId ]: The unique identifier of plannerPlan [PlannerRosterId ]: The unique identifier of plannerRoster [PlannerRosterMemberId ]: The unique identifier of plannerRosterMember + [PlannerTaskChatMessageId ]: The unique identifier of plannerTaskChatMessage [PlannerTaskId ]: The unique identifier of plannerTask [UserId ]: The unique identifier of user diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaUserPlanner.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaUserPlanner.md index 86d70d66f5dc7..38ddf4399add7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaUserPlanner.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaUserPlanner.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Planner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/get-mgbetauserplanner Locale: en-US Module Name: Microsoft.Graph.Beta.Planner -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserPlanner --- @@ -28,7 +28,7 @@ Nullable. Get-MgBetaUserPlanner -UserId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### List @@ -39,7 +39,7 @@ Get-MgBetaUserPlanner -UserId [-ExpandProperty ] [-Property < [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get1 @@ -48,7 +48,7 @@ Get-MgBetaUserPlanner -UserId [-ExpandProperty ] [-Property < Get-MgBetaUserPlanner -UserId -PlannerDeltaId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity1 @@ -57,7 +57,7 @@ Get-MgBetaUserPlanner -UserId -PlannerDeltaId [-ExpandProperty Get-MgBetaUserPlanner -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -66,7 +66,7 @@ Get-MgBetaUserPlanner -InputObject [-ExpandProperty [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -84,7 +84,7 @@ Nullable. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Tasks.Read, Tasks.ReadWrite, Group.Read.All, | +| Delegated (work or school account) | Tasks.Read, Group.Read.All, Tasks.ReadWrite, | | Delegated (personal Microsoft account) | Not supported | | Application | Tasks.Read.All, Tasks.ReadWrite.All, | @@ -616,6 +616,7 @@ INPUTOBJECT ``: Identity Parameter [PlannerPlanId ]: The unique identifier of plannerPlan [PlannerRosterId ]: The unique identifier of plannerRoster [PlannerRosterMemberId ]: The unique identifier of plannerRosterMember + [PlannerTaskChatMessageId ]: The unique identifier of plannerTaskChatMessage [PlannerTaskId ]: The unique identifier of plannerTask [UserId ]: The unique identifier of user diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaUserPlannerAllCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaUserPlannerAllCount.md index b120863a0664e..e148a75aec00e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaUserPlannerAllCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaUserPlannerAllCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Planner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/get-mgbetauserplannerallcount Locale: en-US Module Name: Microsoft.Graph.Beta.Planner -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserPlannerAllCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaUserPlannerAllCount -UserId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -32,7 +32,7 @@ Get-MgBetaUserPlannerAllCount -UserId [-Filter ] [-Search [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -337,6 +337,7 @@ INPUTOBJECT ``: Identity Parameter [PlannerPlanId ]: The unique identifier of plannerPlan [PlannerRosterId ]: The unique identifier of plannerRoster [PlannerRosterMemberId ]: The unique identifier of plannerRosterMember + [PlannerTaskChatMessageId ]: The unique identifier of plannerTaskChatMessage [PlannerTaskId ]: The unique identifier of plannerTask [UserId ]: The unique identifier of user diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaUserPlannerAllDelta.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaUserPlannerAllDelta.md index 55b0c3c0b4b34..424d5a9a8648c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaUserPlannerAllDelta.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaUserPlannerAllDelta.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Planner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/get-mgbetauserplanneralldelta Locale: en-US Module Name: Microsoft.Graph.Beta.Planner -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserPlannerAllDelta --- @@ -28,7 +28,7 @@ Get-MgBetaUserPlannerAllDelta -UserId [-ExpandProperty ] [-Fi [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### DeltaViaIdentity @@ -38,7 +38,7 @@ Get-MgBetaUserPlannerAllDelta -InputObject [-ExpandProperty < [-Filter ] [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-Count] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -57,7 +57,7 @@ For more information about tracking changes in Microsoft Graph data, see Use del | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Tasks.Read, Tasks.ReadWrite, Group.ReadWrite.All, Group.Read.All, | +| Delegated (work or school account) | Tasks.Read, Group.Read.All, Group.ReadWrite.All, Tasks.ReadWrite, | | Delegated (personal Microsoft account) | Not supported | | Application | Not supported | @@ -563,6 +563,7 @@ INPUTOBJECT ``: Identity Parameter [PlannerPlanId ]: The unique identifier of plannerPlan [PlannerRosterId ]: The unique identifier of plannerRoster [PlannerRosterMemberId ]: The unique identifier of plannerRosterMember + [PlannerTaskChatMessageId ]: The unique identifier of plannerTaskChatMessage [PlannerTaskId ]: The unique identifier of plannerTask [UserId ]: The unique identifier of user diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaUserPlannerFavoritePlan.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaUserPlannerFavoritePlan.md index 97f55459d3899..442b89243cf54 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaUserPlannerFavoritePlan.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaUserPlannerFavoritePlan.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Planner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/get-mgbetauserplannerfavoriteplan Locale: en-US Module Name: Microsoft.Graph.Beta.Planner -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserPlannerFavoritePlan --- @@ -27,7 +27,7 @@ Get-MgBetaUserPlannerFavoritePlan -UserId [-ExpandProperty ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -37,7 +37,7 @@ Get-MgBetaUserPlannerFavoritePlan -PlannerPlanId -UserId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +46,7 @@ Get-MgBetaUserPlannerFavoritePlan -PlannerPlanId -UserId Get-MgBetaUserPlannerFavoritePlan -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -568,6 +568,7 @@ INPUTOBJECT ``: Identity Parameter [PlannerPlanId ]: The unique identifier of plannerPlan [PlannerRosterId ]: The unique identifier of plannerRoster [PlannerRosterMemberId ]: The unique identifier of plannerRosterMember + [PlannerTaskChatMessageId ]: The unique identifier of plannerTaskChatMessage [PlannerTaskId ]: The unique identifier of plannerTask [UserId ]: The unique identifier of user diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaUserPlannerFavoritePlanCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaUserPlannerFavoritePlanCount.md index 14937694104d6..e4ad486730ba5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaUserPlannerFavoritePlanCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaUserPlannerFavoritePlanCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Planner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/get-mgbetauserplannerfavoriteplancount Locale: en-US Module Name: Microsoft.Graph.Beta.Planner -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserPlannerFavoritePlanCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaUserPlannerFavoritePlanCount -UserId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -32,7 +32,7 @@ Get-MgBetaUserPlannerFavoritePlanCount -UserId [-Filter ] [-Sea Get-MgBetaUserPlannerFavoritePlanCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -48,7 +48,7 @@ Get the number of the resource | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Tasks.Read, Tasks.ReadWrite, Group.Read.All, | +| Delegated (work or school account) | Tasks.Read, Group.Read.All, Tasks.ReadWrite, | | Delegated (personal Microsoft account) | Not supported | | Application | Not supported | @@ -345,6 +345,7 @@ INPUTOBJECT ``: Identity Parameter [PlannerPlanId ]: The unique identifier of plannerPlan [PlannerRosterId ]: The unique identifier of plannerRoster [PlannerRosterMemberId ]: The unique identifier of plannerRosterMember + [PlannerTaskChatMessageId ]: The unique identifier of plannerTaskChatMessage [PlannerTaskId ]: The unique identifier of plannerTask [UserId ]: The unique identifier of user diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaUserPlannerMyDayTask.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaUserPlannerMyDayTask.md index 901c6c9d6a1b1..747c3b7a9ff4e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaUserPlannerMyDayTask.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaUserPlannerMyDayTask.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Planner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/get-mgbetauserplannermydaytask Locale: en-US Module Name: Microsoft.Graph.Beta.Planner -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserPlannerMyDayTask --- @@ -27,7 +27,7 @@ Get-MgBetaUserPlannerMyDayTask -UserId [-ExpandProperty ] [-P [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -36,7 +36,7 @@ Get-MgBetaUserPlannerMyDayTask -UserId [-ExpandProperty ] [-P Get-MgBetaUserPlannerMyDayTask -PlannerTaskId -UserId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -45,7 +45,7 @@ Get-MgBetaUserPlannerMyDayTask -PlannerTaskId -UserId [-Expand Get-MgBetaUserPlannerMyDayTask -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -553,6 +553,7 @@ INPUTOBJECT ``: Identity Parameter [PlannerPlanId ]: The unique identifier of plannerPlan [PlannerRosterId ]: The unique identifier of plannerRoster [PlannerRosterMemberId ]: The unique identifier of plannerRosterMember + [PlannerTaskChatMessageId ]: The unique identifier of plannerTaskChatMessage [PlannerTaskId ]: The unique identifier of plannerTask [UserId ]: The unique identifier of user diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaUserPlannerMyDayTaskCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaUserPlannerMyDayTaskCount.md index aca359f030f88..4b5bb27f30eeb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaUserPlannerMyDayTaskCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaUserPlannerMyDayTaskCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Planner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/get-mgbetauserplannermydaytaskcount Locale: en-US Module Name: Microsoft.Graph.Beta.Planner -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserPlannerMyDayTaskCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaUserPlannerMyDayTaskCount -UserId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -32,7 +32,7 @@ Get-MgBetaUserPlannerMyDayTaskCount -UserId [-Filter ] [-Search Get-MgBetaUserPlannerMyDayTaskCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -345,6 +345,7 @@ INPUTOBJECT ``: Identity Parameter [PlannerPlanId ]: The unique identifier of plannerPlan [PlannerRosterId ]: The unique identifier of plannerRoster [PlannerRosterMemberId ]: The unique identifier of plannerRosterMember + [PlannerTaskChatMessageId ]: The unique identifier of plannerTaskChatMessage [PlannerTaskId ]: The unique identifier of plannerTask [UserId ]: The unique identifier of user diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaUserPlannerPlan.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaUserPlannerPlan.md index cfd19a2690259..bda47c76aba6f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaUserPlannerPlan.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaUserPlannerPlan.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Planner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/get-mgbetauserplannerplan Locale: en-US Module Name: Microsoft.Graph.Beta.Planner -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserPlannerPlan --- @@ -28,7 +28,7 @@ Get-MgBetaUserPlannerPlan -UserId [-ExpandProperty ] [-Filter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ## ALIASES @@ -44,7 +44,7 @@ Get plans from users | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Tasks.Read, Tasks.ReadWrite, Group.ReadWrite.All, Group.Read.All, | +| Delegated (work or school account) | Tasks.Read, Group.Read.All, Group.ReadWrite.All, Tasks.ReadWrite, | | Delegated (personal Microsoft account) | Not supported | | Application | Not supported | diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaUserPlannerPlanDelta.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaUserPlannerPlanDelta.md index fa5403316100f..5e042f043de93 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaUserPlannerPlanDelta.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaUserPlannerPlanDelta.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Planner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/get-mgbetauserplannerplandelta Locale: en-US Module Name: Microsoft.Graph.Beta.Planner -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserPlannerPlanDelta --- @@ -26,7 +26,7 @@ Get-MgBetaUserPlannerPlanDelta -UserId [-ExpandProperty ] [-F [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### DeltaViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaUserPlannerPlanDelta -InputObject [-ExpandProperty [-Filter ] [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-Count] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -537,6 +537,7 @@ INPUTOBJECT ``: Identity Parameter [PlannerPlanId ]: The unique identifier of plannerPlan [PlannerRosterId ]: The unique identifier of plannerRoster [PlannerRosterMemberId ]: The unique identifier of plannerRosterMember + [PlannerTaskChatMessageId ]: The unique identifier of plannerTaskChatMessage [PlannerTaskId ]: The unique identifier of plannerTask [UserId ]: The unique identifier of user diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaUserPlannerRecentPlan.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaUserPlannerRecentPlan.md index 2dc1af0cd23d8..56942ad605e20 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaUserPlannerRecentPlan.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaUserPlannerRecentPlan.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Planner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/get-mgbetauserplannerrecentplan Locale: en-US Module Name: Microsoft.Graph.Beta.Planner -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserPlannerRecentPlan --- @@ -27,7 +27,7 @@ Get-MgBetaUserPlannerRecentPlan -UserId [-ExpandProperty ] [- [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -37,7 +37,7 @@ Get-MgBetaUserPlannerRecentPlan -PlannerPlanId -UserId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +46,7 @@ Get-MgBetaUserPlannerRecentPlan -PlannerPlanId -UserId Get-MgBetaUserPlannerRecentPlan -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -568,6 +568,7 @@ INPUTOBJECT ``: Identity Parameter [PlannerPlanId ]: The unique identifier of plannerPlan [PlannerRosterId ]: The unique identifier of plannerRoster [PlannerRosterMemberId ]: The unique identifier of plannerRosterMember + [PlannerTaskChatMessageId ]: The unique identifier of plannerTaskChatMessage [PlannerTaskId ]: The unique identifier of plannerTask [UserId ]: The unique identifier of user diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaUserPlannerRecentPlanCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaUserPlannerRecentPlanCount.md index f239d87cd58ec..d4baef18f9104 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaUserPlannerRecentPlanCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaUserPlannerRecentPlanCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Planner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/get-mgbetauserplannerrecentplancount Locale: en-US Module Name: Microsoft.Graph.Beta.Planner -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserPlannerRecentPlanCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaUserPlannerRecentPlanCount -UserId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -32,7 +32,7 @@ Get-MgBetaUserPlannerRecentPlanCount -UserId [-Filter ] [-Searc Get-MgBetaUserPlannerRecentPlanCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -48,7 +48,7 @@ Get the number of the resource | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Tasks.Read, Tasks.ReadWrite, Group.Read.All, | +| Delegated (work or school account) | Tasks.Read, Group.Read.All, Tasks.ReadWrite, | | Delegated (personal Microsoft account) | Not supported | | Application | Not supported | @@ -345,6 +345,7 @@ INPUTOBJECT ``: Identity Parameter [PlannerPlanId ]: The unique identifier of plannerPlan [PlannerRosterId ]: The unique identifier of plannerRoster [PlannerRosterMemberId ]: The unique identifier of plannerRosterMember + [PlannerTaskChatMessageId ]: The unique identifier of plannerTaskChatMessage [PlannerTaskId ]: The unique identifier of plannerTask [UserId ]: The unique identifier of user diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaUserPlannerRosterPlan.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaUserPlannerRosterPlan.md index bdbea2cfdd648..04a827b286379 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaUserPlannerRosterPlan.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaUserPlannerRosterPlan.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Planner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/get-mgbetauserplannerrosterplan Locale: en-US Module Name: Microsoft.Graph.Beta.Planner -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserPlannerRosterPlan --- @@ -27,7 +27,7 @@ Get-MgBetaUserPlannerRosterPlan -UserId [-ExpandProperty ] [- [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -37,7 +37,7 @@ Get-MgBetaUserPlannerRosterPlan -PlannerPlanId -UserId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +46,7 @@ Get-MgBetaUserPlannerRosterPlan -PlannerPlanId -UserId Get-MgBetaUserPlannerRosterPlan -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -567,6 +567,7 @@ INPUTOBJECT ``: Identity Parameter [PlannerPlanId ]: The unique identifier of plannerPlan [PlannerRosterId ]: The unique identifier of plannerRoster [PlannerRosterMemberId ]: The unique identifier of plannerRosterMember + [PlannerTaskChatMessageId ]: The unique identifier of plannerTaskChatMessage [PlannerTaskId ]: The unique identifier of plannerTask [UserId ]: The unique identifier of user diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaUserPlannerRosterPlanCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaUserPlannerRosterPlanCount.md index 23df6faa918db..3de167814d223 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaUserPlannerRosterPlanCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaUserPlannerRosterPlanCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Planner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/get-mgbetauserplannerrosterplancount Locale: en-US Module Name: Microsoft.Graph.Beta.Planner -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserPlannerRosterPlanCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaUserPlannerRosterPlanCount -UserId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -32,7 +32,7 @@ Get-MgBetaUserPlannerRosterPlanCount -UserId [-Filter ] [-Searc Get-MgBetaUserPlannerRosterPlanCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -345,6 +345,7 @@ INPUTOBJECT ``: Identity Parameter [PlannerPlanId ]: The unique identifier of plannerPlan [PlannerRosterId ]: The unique identifier of plannerRoster [PlannerRosterMemberId ]: The unique identifier of plannerRosterMember + [PlannerTaskChatMessageId ]: The unique identifier of plannerTaskChatMessage [PlannerTaskId ]: The unique identifier of plannerTask [UserId ]: The unique identifier of user diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaUserPlannerTask.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaUserPlannerTask.md index dd5482bbee007..2e023c31c3cfe 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaUserPlannerTask.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaUserPlannerTask.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Planner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/get-mgbetauserplannertask Locale: en-US Module Name: Microsoft.Graph.Beta.Planner -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserPlannerTask --- @@ -30,7 +30,7 @@ Get-MgBetaUserPlannerTask -UserId [-ExpandProperty ] [-Filter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ## ALIASES @@ -48,7 +48,7 @@ Returns the plannerTasks assigned to the user. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Tasks.Read, Tasks.ReadWrite, Group.ReadWrite.All, Group.Read.All, | +| Delegated (work or school account) | Tasks.Read, Group.Read.All, Group.ReadWrite.All, Tasks.ReadWrite, | | Delegated (personal Microsoft account) | Not supported | | Application | Tasks.Read.All, Tasks.ReadWrite.All, | diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaUserPlannerTaskDelta.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaUserPlannerTaskDelta.md index 101ba1e7f6a92..ce2d5efd21b85 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaUserPlannerTaskDelta.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Get-MgBetaUserPlannerTaskDelta.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Planner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/get-mgbetauserplannertaskdelta Locale: en-US Module Name: Microsoft.Graph.Beta.Planner -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserPlannerTaskDelta --- @@ -26,7 +26,7 @@ Get-MgBetaUserPlannerTaskDelta -UserId [-ExpandProperty ] [-F [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### DeltaViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaUserPlannerTaskDelta -InputObject [-ExpandProperty [-Filter ] [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-Count] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -559,6 +559,7 @@ INPUTOBJECT ``: Identity Parameter [PlannerPlanId ]: The unique identifier of plannerPlan [PlannerRosterId ]: The unique identifier of plannerRoster [PlannerRosterMemberId ]: The unique identifier of plannerRosterMember + [PlannerTaskChatMessageId ]: The unique identifier of plannerTaskChatMessage [PlannerTaskId ]: The unique identifier of plannerTask [UserId ]: The unique identifier of user diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Invoke-MgBetaArchiveGroupPlannerPlan.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Invoke-MgBetaArchiveGroupPlannerPlan.md index 4962a303c99a5..836ea70233ec4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Invoke-MgBetaArchiveGroupPlannerPlan.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Invoke-MgBetaArchiveGroupPlannerPlan.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Planner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/invoke-mgbetaarchivegroupplannerplan Locale: en-US Module Name: Microsoft.Graph.Beta.Planner -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaArchiveGroupPlannerPlan --- @@ -31,7 +31,6 @@ Invoke-MgBetaArchiveGroupPlannerPlan -GroupId -PlannerPlanId [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Archive @@ -42,7 +41,6 @@ Invoke-MgBetaArchiveGroupPlannerPlan -GroupId -PlannerPlanId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ArchiveViaIdentityExpanded @@ -53,7 +51,6 @@ Invoke-MgBetaArchiveGroupPlannerPlan -InputObject [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ArchiveViaIdentity @@ -64,7 +61,6 @@ Invoke-MgBetaArchiveGroupPlannerPlan -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -527,6 +523,7 @@ INPUTOBJECT ``: Identity Parameter [PlannerPlanId ]: The unique identifier of plannerPlan [PlannerRosterId ]: The unique identifier of plannerRoster [PlannerRosterMemberId ]: The unique identifier of plannerRosterMember + [PlannerTaskChatMessageId ]: The unique identifier of plannerTaskChatMessage [PlannerTaskId ]: The unique identifier of plannerTask [UserId ]: The unique identifier of user diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Invoke-MgBetaArchivePlannerPlan.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Invoke-MgBetaArchivePlannerPlan.md index f7b3ef2d757d7..7622b5126874a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Invoke-MgBetaArchivePlannerPlan.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Invoke-MgBetaArchivePlannerPlan.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Planner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/invoke-mgbetaarchiveplannerplan Locale: en-US Module Name: Microsoft.Graph.Beta.Planner -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaArchivePlannerPlan --- @@ -30,7 +30,6 @@ Invoke-MgBetaArchivePlannerPlan -PlannerPlanId [-ResponseHeadersVariabl [-AdditionalProperties ] [-Justification ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Archive @@ -41,7 +40,6 @@ Invoke-MgBetaArchivePlannerPlan -PlannerPlanId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ArchiveViaIdentityExpanded @@ -51,7 +49,6 @@ Invoke-MgBetaArchivePlannerPlan -InputObject [-ResponseHeader [-AdditionalProperties ] [-Justification ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ArchiveViaIdentity @@ -62,7 +59,6 @@ Invoke-MgBetaArchivePlannerPlan -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -523,6 +519,7 @@ INPUTOBJECT ``: Identity Parameter [PlannerPlanId ]: The unique identifier of plannerPlan [PlannerRosterId ]: The unique identifier of plannerRoster [PlannerRosterMemberId ]: The unique identifier of plannerRosterMember + [PlannerTaskChatMessageId ]: The unique identifier of plannerTaskChatMessage [PlannerTaskId ]: The unique identifier of plannerTask [UserId ]: The unique identifier of user diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Invoke-MgBetaArchiveUserPlannerPlan.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Invoke-MgBetaArchiveUserPlannerPlan.md index ba6f5f77950b7..9c68d2b0ca591 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Invoke-MgBetaArchiveUserPlannerPlan.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Invoke-MgBetaArchiveUserPlannerPlan.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Planner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/invoke-mgbetaarchiveuserplannerplan Locale: en-US Module Name: Microsoft.Graph.Beta.Planner -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaArchiveUserPlannerPlan --- @@ -31,7 +31,6 @@ Invoke-MgBetaArchiveUserPlannerPlan -PlannerPlanId -UserId [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Archive @@ -42,7 +41,6 @@ Invoke-MgBetaArchiveUserPlannerPlan -PlannerPlanId -UserId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ArchiveViaIdentityExpanded @@ -53,7 +51,6 @@ Invoke-MgBetaArchiveUserPlannerPlan -InputObject [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ArchiveViaIdentity @@ -64,7 +61,6 @@ Invoke-MgBetaArchiveUserPlannerPlan -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -527,6 +523,7 @@ INPUTOBJECT ``: Identity Parameter [PlannerPlanId ]: The unique identifier of plannerPlan [PlannerRosterId ]: The unique identifier of plannerRoster [PlannerRosterMemberId ]: The unique identifier of plannerRosterMember + [PlannerTaskChatMessageId ]: The unique identifier of plannerTaskChatMessage [PlannerTaskId ]: The unique identifier of plannerTask [UserId ]: The unique identifier of user diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Invoke-MgBetaUnarchiveGroupPlannerPlan.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Invoke-MgBetaUnarchiveGroupPlannerPlan.md index a576531e3574c..f6aaa1950f8d5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Invoke-MgBetaUnarchiveGroupPlannerPlan.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Invoke-MgBetaUnarchiveGroupPlannerPlan.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Planner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/invoke-mgbetaunarchivegroupplannerplan Locale: en-US Module Name: Microsoft.Graph.Beta.Planner -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaUnarchiveGroupPlannerPlan --- @@ -27,7 +27,6 @@ Invoke-MgBetaUnarchiveGroupPlannerPlan -GroupId -PlannerPlanId [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Unarchive @@ -38,7 +37,6 @@ Invoke-MgBetaUnarchiveGroupPlannerPlan -GroupId -PlannerPlanId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UnarchiveViaIdentityExpanded @@ -49,7 +47,6 @@ Invoke-MgBetaUnarchiveGroupPlannerPlan -InputObject [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UnarchiveViaIdentity @@ -60,7 +57,6 @@ Invoke-MgBetaUnarchiveGroupPlannerPlan -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -519,6 +515,7 @@ INPUTOBJECT ``: Identity Parameter [PlannerPlanId ]: The unique identifier of plannerPlan [PlannerRosterId ]: The unique identifier of plannerRoster [PlannerRosterMemberId ]: The unique identifier of plannerRosterMember + [PlannerTaskChatMessageId ]: The unique identifier of plannerTaskChatMessage [PlannerTaskId ]: The unique identifier of plannerTask [UserId ]: The unique identifier of user diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Invoke-MgBetaUnarchivePlannerPlan.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Invoke-MgBetaUnarchivePlannerPlan.md index 090a743c748b5..c5ee8e6c59f41 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Invoke-MgBetaUnarchivePlannerPlan.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Invoke-MgBetaUnarchivePlannerPlan.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Planner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/invoke-mgbetaunarchiveplannerplan Locale: en-US Module Name: Microsoft.Graph.Beta.Planner -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaUnarchivePlannerPlan --- @@ -26,7 +26,6 @@ Invoke-MgBetaUnarchivePlannerPlan -PlannerPlanId [-ResponseHeadersVaria [-AdditionalProperties ] [-Justification ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Unarchive @@ -37,7 +36,6 @@ Invoke-MgBetaUnarchivePlannerPlan -PlannerPlanId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UnarchiveViaIdentityExpanded @@ -48,7 +46,6 @@ Invoke-MgBetaUnarchivePlannerPlan -InputObject [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UnarchiveViaIdentity @@ -59,7 +56,6 @@ Invoke-MgBetaUnarchivePlannerPlan -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -516,6 +512,7 @@ INPUTOBJECT ``: Identity Parameter [PlannerPlanId ]: The unique identifier of plannerPlan [PlannerRosterId ]: The unique identifier of plannerRoster [PlannerRosterMemberId ]: The unique identifier of plannerRosterMember + [PlannerTaskChatMessageId ]: The unique identifier of plannerTaskChatMessage [PlannerTaskId ]: The unique identifier of plannerTask [UserId ]: The unique identifier of user diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Invoke-MgBetaUnarchiveUserPlannerPlan.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Invoke-MgBetaUnarchiveUserPlannerPlan.md index d9b9843abf4af..93d1ca79c6927 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Invoke-MgBetaUnarchiveUserPlannerPlan.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Invoke-MgBetaUnarchiveUserPlannerPlan.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Planner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/invoke-mgbetaunarchiveuserplannerplan Locale: en-US Module Name: Microsoft.Graph.Beta.Planner -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaUnarchiveUserPlannerPlan --- @@ -27,7 +27,6 @@ Invoke-MgBetaUnarchiveUserPlannerPlan -PlannerPlanId -UserId [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Unarchive @@ -38,7 +37,6 @@ Invoke-MgBetaUnarchiveUserPlannerPlan -PlannerPlanId -UserId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UnarchiveViaIdentityExpanded @@ -49,7 +47,6 @@ Invoke-MgBetaUnarchiveUserPlannerPlan -InputObject [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UnarchiveViaIdentity @@ -60,7 +57,6 @@ Invoke-MgBetaUnarchiveUserPlannerPlan -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -519,6 +515,7 @@ INPUTOBJECT ``: Identity Parameter [PlannerPlanId ]: The unique identifier of plannerPlan [PlannerRosterId ]: The unique identifier of plannerRoster [PlannerRosterMemberId ]: The unique identifier of plannerRosterMember + [PlannerTaskChatMessageId ]: The unique identifier of plannerTaskChatMessage [PlannerTaskId ]: The unique identifier of plannerTask [UserId ]: The unique identifier of user diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Microsoft.Graph.Beta.Planner.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Microsoft.Graph.Beta.Planner.md index 20e03cc1ca5ae..a007f56ccf0bb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Microsoft.Graph.Beta.Planner.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Microsoft.Graph.Beta.Planner.md @@ -1,6 +1,6 @@ --- Module Name: Microsoft.Graph.Beta.Planner -Module Guid: ee229b92-ae87-4416-9920-ea4deab8e098 +Module Guid: 5a7457a7-b7c0-358e-f506-567b8a9542b0 Download Help Link: https://learn.microsoft.com/en-us/powershell/module/microsoft.graph.beta.planner/?view=graph-powershell-beta Help Version: 1.0.0.0 Locale: en-US @@ -11,6 +11,8 @@ Locale: en-US Microsoft Graph PowerShell Cmdlets ## Microsoft.Graph.Beta.Planner Cmdlets +### [Clear-MgBetaPlannerTaskMessageReaction](Clear-MgBetaPlannerTaskMessageReaction.md) + ### [Get-MgBetaGroupPlanner](Get-MgBetaGroupPlanner.md) ### [Get-MgBetaGroupPlannerPlan](Get-MgBetaGroupPlannerPlan.md) @@ -89,6 +91,12 @@ Microsoft Graph PowerShell Cmdlets ### [Get-MgBetaPlannerTaskDetail](Get-MgBetaPlannerTaskDetail.md) +### [Get-MgBetaPlannerTaskMessage](Get-MgBetaPlannerTaskMessage.md) + +### [Get-MgBetaPlannerTaskMessage](Get-MgBetaPlannerTaskMessage.md) + +### [Get-MgBetaPlannerTaskMessageCount](Get-MgBetaPlannerTaskMessageCount.md) + ### [Get-MgBetaPlannerTaskProgressTaskBoardFormat](Get-MgBetaPlannerTaskProgressTaskBoardFormat.md) ### [Get-MgBetaUserPlanner](Get-MgBetaUserPlanner.md) @@ -157,6 +165,8 @@ Microsoft Graph PowerShell Cmdlets ### [New-MgBetaPlannerTask](New-MgBetaPlannerTask.md) +### [New-MgBetaPlannerTaskMessage](New-MgBetaPlannerTaskMessage.md) + ### [Remove-MgBetaGroupPlannerPlanDetail](Remove-MgBetaGroupPlannerPlanDetail.md) ### [Remove-MgBetaPlannerBucket](Remove-MgBetaPlannerBucket.md) @@ -173,10 +183,14 @@ Microsoft Graph PowerShell Cmdlets ### [Remove-MgBetaPlannerTaskBucketTaskBoardFormat](Remove-MgBetaPlannerTaskBucketTaskBoardFormat.md) +### [Remove-MgBetaPlannerTaskMessage](Remove-MgBetaPlannerTaskMessage.md) + ### [Remove-MgBetaPlannerTaskProgressTaskBoardFormat](Remove-MgBetaPlannerTaskProgressTaskBoardFormat.md) ### [Set-MgBetaPlannerRosterSensitivityLabel](Set-MgBetaPlannerRosterSensitivityLabel.md) +### [Set-MgBetaPlannerTaskMessageReaction](Set-MgBetaPlannerTaskMessageReaction.md) + ### [Update-MgBetaGroupPlanner](Update-MgBetaGroupPlanner.md) ### [Update-MgBetaGroupPlannerPlanDetail](Update-MgBetaGroupPlannerPlanDetail.md) @@ -201,6 +215,8 @@ Microsoft Graph PowerShell Cmdlets ### [Update-MgBetaPlannerTaskDetail](Update-MgBetaPlannerTaskDetail.md) +### [Update-MgBetaPlannerTaskMessage](Update-MgBetaPlannerTaskMessage.md) + ### [Update-MgBetaPlannerTaskProgressTaskBoardFormat](Update-MgBetaPlannerTaskProgressTaskBoardFormat.md) ### [Update-MgBetaUserPlanner](Update-MgBetaUserPlanner.md) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Move-MgBetaGroupPlannerPlanToContainer.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Move-MgBetaGroupPlannerPlanToContainer.md index c66aa6922b282..4914239a93b40 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Move-MgBetaGroupPlannerPlanToContainer.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Move-MgBetaGroupPlannerPlanToContainer.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Planner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/move-mgbetagroupplannerplantocontainer Locale: en-US Module Name: Microsoft.Graph.Beta.Planner -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Move-MgBetaGroupPlannerPlanToContainer --- @@ -26,7 +26,6 @@ Move-MgBetaGroupPlannerPlanToContainer -GroupId -PlannerPlanId [-Container ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Move @@ -37,7 +36,6 @@ Move-MgBetaGroupPlannerPlanToContainer -GroupId -PlannerPlanId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### MoveViaIdentityExpanded @@ -48,7 +46,6 @@ Move-MgBetaGroupPlannerPlanToContainer -InputObject [-Container ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### MoveViaIdentity @@ -59,7 +56,6 @@ Move-MgBetaGroupPlannerPlanToContainer -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -511,6 +507,7 @@ INPUTOBJECT ``: Identity Parameter [PlannerPlanId ]: The unique identifier of plannerPlan [PlannerRosterId ]: The unique identifier of plannerRoster [PlannerRosterMemberId ]: The unique identifier of plannerRosterMember + [PlannerTaskChatMessageId ]: The unique identifier of plannerTaskChatMessage [PlannerTaskId ]: The unique identifier of plannerTask [UserId ]: The unique identifier of user diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Move-MgBetaPlannerPlanToContainer.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Move-MgBetaPlannerPlanToContainer.md index 10ed179640ec3..9f5ecf9db7ae8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Move-MgBetaPlannerPlanToContainer.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Move-MgBetaPlannerPlanToContainer.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Planner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/move-mgbetaplannerplantocontainer Locale: en-US Module Name: Microsoft.Graph.Beta.Planner -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Move-MgBetaPlannerPlanToContainer --- @@ -25,7 +25,7 @@ Move-MgBetaPlannerPlanToContainer -PlannerPlanId [-ResponseHeadersVaria [-AdditionalProperties ] [-Container ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Move @@ -36,7 +36,6 @@ Move-MgBetaPlannerPlanToContainer -PlannerPlanId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### MoveViaIdentityExpanded @@ -47,7 +46,6 @@ Move-MgBetaPlannerPlanToContainer -InputObject [-Container ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### MoveViaIdentity @@ -58,7 +56,6 @@ Move-MgBetaPlannerPlanToContainer -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -503,6 +500,7 @@ INPUTOBJECT ``: Identity Parameter [PlannerPlanId ]: The unique identifier of plannerPlan [PlannerRosterId ]: The unique identifier of plannerRoster [PlannerRosterMemberId ]: The unique identifier of plannerRosterMember + [PlannerTaskChatMessageId ]: The unique identifier of plannerTaskChatMessage [PlannerTaskId ]: The unique identifier of plannerTask [UserId ]: The unique identifier of user diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/New-MgBetaPlannerBucket.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/New-MgBetaPlannerBucket.md index 6fce0e862eddb..d1b3b8aae029c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/New-MgBetaPlannerBucket.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/New-MgBetaPlannerBucket.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Planner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/new-mgbetaplannerbucket Locale: en-US Module Name: Microsoft.Graph.Beta.Planner -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaPlannerBucket --- @@ -29,7 +29,7 @@ New-MgBetaPlannerBucket [-ResponseHeadersVariable ] [-AdditionalProperti [-Name ] [-OrderHint ] [-PlanId ] [-Tasks ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -39,7 +39,6 @@ New-MgBetaPlannerBucket -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -691,10 +690,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -703,9 +704,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. @@ -891,10 +921,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -903,9 +935,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/New-MgBetaPlannerPlan.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/New-MgBetaPlannerPlan.md index c5e460bee4b4a..4d3b87931944f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/New-MgBetaPlannerPlan.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/New-MgBetaPlannerPlan.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Planner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/new-mgbetaplannerplan Locale: en-US Module Name: Microsoft.Graph.Beta.Planner -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaPlannerPlan --- @@ -34,7 +34,6 @@ New-MgBetaPlannerPlan [-ResponseHeadersVariable ] [-AdditionalProperties [-Tasks ] [-Title ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -44,7 +43,6 @@ New-MgBetaPlannerPlan -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -864,10 +862,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -876,9 +876,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. @@ -1156,10 +1185,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -1168,9 +1199,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. @@ -1430,10 +1490,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -1442,9 +1504,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/New-MgBetaPlannerRoster.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/New-MgBetaPlannerRoster.md index 9bf8fff241e12..13a3508d42d01 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/New-MgBetaPlannerRoster.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/New-MgBetaPlannerRoster.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Planner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/new-mgbetaplannerroster Locale: en-US Module Name: Microsoft.Graph.Beta.Planner -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaPlannerRoster --- @@ -25,7 +25,7 @@ New-MgBetaPlannerRoster [-ResponseHeadersVariable ] [-AdditionalProperti [-Members ] [-Plans ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -35,7 +35,6 @@ New-MgBetaPlannerRoster -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -606,10 +605,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -618,9 +619,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. @@ -911,10 +941,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -923,9 +955,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/New-MgBetaPlannerRosterMember.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/New-MgBetaPlannerRosterMember.md index 735193490d19f..9fd23dde58686 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/New-MgBetaPlannerRosterMember.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/New-MgBetaPlannerRosterMember.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Planner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/new-mgbetaplannerrostermember Locale: en-US Module Name: Microsoft.Graph.Beta.Planner -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaPlannerRosterMember --- @@ -24,7 +24,7 @@ New-MgBetaPlannerRosterMember -PlannerRosterId [-ResponseHeadersVariabl [-AdditionalProperties ] [-Id ] [-Roles ] [-TenantId ] [-UserId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -34,7 +34,7 @@ New-MgBetaPlannerRosterMember -PlannerRosterId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -44,7 +44,7 @@ New-MgBetaPlannerRosterMember -InputObject [-ResponseHeadersV [-AdditionalProperties ] [-Id ] [-Roles ] [-TenantId ] [-UserId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -54,7 +54,7 @@ New-MgBetaPlannerRosterMember -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -579,6 +579,7 @@ INPUTOBJECT ``: Identity Parameter [PlannerPlanId ]: The unique identifier of plannerPlan [PlannerRosterId ]: The unique identifier of plannerRoster [PlannerRosterMemberId ]: The unique identifier of plannerRosterMember + [PlannerTaskChatMessageId ]: The unique identifier of plannerTaskChatMessage [PlannerTaskId ]: The unique identifier of plannerTask [UserId ]: The unique identifier of user diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/New-MgBetaPlannerTask.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/New-MgBetaPlannerTask.md index 911838e100282..778d4fceda163 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/New-MgBetaPlannerTask.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/New-MgBetaPlannerTask.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Planner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/new-mgbetaplannertask Locale: en-US Module Name: Microsoft.Graph.Beta.Planner -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaPlannerTask --- @@ -36,13 +36,14 @@ New-MgBetaPlannerTask [-ResponseHeadersVariable ] [-ActiveChecklistItemC [-Details ] [-DueDateTime ] [-HasChat] [-HasDescription] [-Id ] [-IsArchived] [-IsOnMyDay] [-IsOnMyDayLastModifiedDate ] [-LastModifiedBy ] [-LastModifiedDateTime ] - [-OrderHint ] [-PercentComplete ] [-PlanId ] [-PreviewType ] - [-Priority ] [-ProgressTaskBoardFormat ] + [-Messages ] [-OrderHint ] + [-PercentComplete ] [-PlanId ] [-PreviewType ] [-Priority ] + [-ProgressTaskBoardFormat ] [-Recurrence ] [-ReferenceCount ] [-SpecifiedCompletionRequirements ] [-StartDateTime ] [-Title ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -52,7 +53,6 @@ New-MgBetaPlannerTask -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -564,7 +564,9 @@ HelpMessage: '' ### -HasChat - +Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. ```yaml Type: System.Management.Automation.SwitchParameter @@ -587,7 +589,7 @@ HelpMessage: '' Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. ```yaml Type: System.Management.Automation.SwitchParameter @@ -782,7 +784,10 @@ HelpMessage: '' ### -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 ```yaml Type: System.DateTime @@ -801,10 +806,34 @@ AcceptedValues: [] HelpMessage: '' ``` +### -Messages + +Read-only. +Nullable. +Chat messages associated with the task. +To construct, see NOTES section for MESSAGES properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphPlannerTaskChatMessage[] +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: CreateExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + ### -OrderHint The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. ```yaml Type: System.String @@ -1321,10 +1350,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -1333,9 +1364,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. @@ -1499,6 +1559,43 @@ For example, in the access reviews decisions API, this property might record the [Device ]: identity [User ]: identity +MESSAGES : Read-only. +Nullable. +Chat messages associated with the task. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(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. + [Device ]: identity + [User ]: identity + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. + PROGRESSTASKBOARDFORMAT ``: plannerProgressTaskBoardTaskFormat [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/New-MgBetaPlannerTaskMessage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/New-MgBetaPlannerTaskMessage.md new file mode 100644 index 0000000000000..343497a7ec3a9 --- /dev/null +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/New-MgBetaPlannerTaskMessage.md @@ -0,0 +1,858 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.Beta.Planner-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/new-mgbetaplannertaskmessage +Locale: en-US +Module Name: Microsoft.Graph.Beta.Planner +ms.date: 07/10/2026 +PlatyPS schema version: 2024-05-01 +title: New-MgBetaPlannerTaskMessage +--- + +# New-MgBetaPlannerTaskMessage + +## SYNOPSIS + +Create a new plannerTaskChatMessage on a plannerTask. + +## SYNTAX + +### CreateExpanded (Default) + +``` +New-MgBetaPlannerTaskMessage -PlannerTaskId [-ResponseHeadersVariable ] + [-AdditionalProperties ] [-Content ] [-CreatedBy ] + [-CreatedDateTime ] [-DeletedDateTime ] [-EditedDateTime ] + [-Id ] [-Mentions ] [-MessageType ] + [-ParentEntityId ] [-Reactions ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +### Create + +``` +New-MgBetaPlannerTaskMessage -PlannerTaskId + -BodyParameter [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +### CreateViaIdentityExpanded + +``` +New-MgBetaPlannerTaskMessage -InputObject [-ResponseHeadersVariable ] + [-AdditionalProperties ] [-Content ] [-CreatedBy ] + [-CreatedDateTime ] [-DeletedDateTime ] [-EditedDateTime ] + [-Id ] [-Mentions ] [-MessageType ] + [-ParentEntityId ] [-Reactions ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +### CreateViaIdentity + +``` +New-MgBetaPlannerTaskMessage -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 plannerTaskChatMessage on a plannerTask. + +## EXAMPLES +### Example 1: Create a message + +```powershell + +Import-Module Microsoft.Graph.Beta.Planner + +$params = @{ + content = "This is a new chat message" +} + +New-MgBetaPlannerTaskMessage -PlannerTaskId $plannerTaskId -BodyParameter $params + +``` +This example will create a message + +### Example 2: Create a message with mentions + +```powershell + +Import-Module Microsoft.Graph.Beta.Planner + +$params = @{ + content = "
Please review this task
" + mentions = @( + @{ + mentioned = "6463a5ce-2119-4198-9f2a-628761df4a62" + position = 0 + mentionType = "user" + } + ) +} + +New-MgBetaPlannerTaskMessage -PlannerTaskId $plannerTaskId -BodyParameter $params + +``` +This example will create a message with mentions + + +## 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 + +plannerTaskChatMessage +To construct, see NOTES section for BODYPARAMETER properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphPlannerTaskChatMessage +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: '' +``` + +### -Content + +The content of the chat message. +Supports plain text and sanitized HTML. + +```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: '' +``` + +### -CreatedBy + +identitySet +To construct, see NOTES section for CREATEDBY properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphIdentitySet +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: '' +``` + +### -CreatedDateTime + +The date and time when the message 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, 2014 is 2014-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: '' +``` + +### -DeletedDateTime + + + +```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: '' +``` + +### -EditedDateTime + + + +```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: '' +``` + +### -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: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IPlannerIdentity +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: '' +``` + +### -Mentions + +The list of mentions in the message. +To construct, see NOTES section for MENTIONS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphPlannerTaskChatMention[] +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: '' +``` + +### -MessageType + +plannerTaskChatMessageType + +```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: '' +``` + +### -ParentEntityId + +The ID of the parent plannerTask that this message belongs to. + +```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: '' +``` + +### -PlannerTaskId + +The unique identifier of plannerTask + +```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: '' +``` + +### -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: '' +``` + +### -Reactions + +The reactions on the message. +To construct, see NOTES section for REACTIONS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphPlannerTaskChatReaction[] +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: '' +``` + +### -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.IMicrosoftGraphPlannerTaskChatMessage + +{{ Fill in the Description }} + +### Microsoft.Graph.Beta.PowerShell.Models.IPlannerIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphPlannerTaskChatMessage + +{{ 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 ``: plannerTaskChatMessage + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(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. + [Device ]: identity + [User ]: identity + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. + +CREATEDBY ``: identitySet + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(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. + [Device ]: identity + [User ]: identity + +INPUTOBJECT ``: Identity Parameter + [GroupId ]: The unique identifier of group + [PlannerBucketId ]: The unique identifier of plannerBucket + [PlannerDeltaId ]: The unique identifier of plannerDelta + [PlannerPlanId ]: The unique identifier of plannerPlan + [PlannerRosterId ]: The unique identifier of plannerRoster + [PlannerRosterMemberId ]: The unique identifier of plannerRosterMember + [PlannerTaskChatMessageId ]: The unique identifier of plannerTaskChatMessage + [PlannerTaskId ]: The unique identifier of plannerTask + [UserId ]: The unique identifier of user + +MENTIONS : The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + +REACTIONS : The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(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. + [Device ]: identity + [User ]: identity + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. + + +## RELATED LINKS + +- [New-MgBetaPlannerTaskMessage](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/new-mgbetaplannertaskmessage) +- [Graph API Reference](https://learn.microsoft.com/graph/api/plannertask-post-messages?view=graph-rest-beta) + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Remove-MgBetaGroupPlannerPlanDetail.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Remove-MgBetaGroupPlannerPlanDetail.md index 6f88c9f2fa4a6..d398e21013726 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Remove-MgBetaGroupPlannerPlanDetail.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Remove-MgBetaGroupPlannerPlanDetail.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Planner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/remove-mgbetagroupplannerplandetail Locale: en-US Module Name: Microsoft.Graph.Beta.Planner -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupPlannerPlanDetail --- @@ -27,7 +27,6 @@ Remove-MgBetaGroupPlannerPlanDetail -GroupId -PlannerPlanId [- [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaGroupPlannerPlanDetail -InputObject [-IfMatch ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -407,6 +405,7 @@ INPUTOBJECT ``: Identity Parameter [PlannerPlanId ]: The unique identifier of plannerPlan [PlannerRosterId ]: The unique identifier of plannerRoster [PlannerRosterMemberId ]: The unique identifier of plannerRosterMember + [PlannerTaskChatMessageId ]: The unique identifier of plannerTaskChatMessage [PlannerTaskId ]: The unique identifier of plannerTask [UserId ]: The unique identifier of user diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Remove-MgBetaPlannerBucket.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Remove-MgBetaPlannerBucket.md index 7cbccb6f3152f..77d70bb8b7d3c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Remove-MgBetaPlannerBucket.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Remove-MgBetaPlannerBucket.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Planner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/remove-mgbetaplannerbucket Locale: en-US Module Name: Microsoft.Graph.Beta.Planner -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaPlannerBucket --- @@ -27,7 +27,6 @@ Remove-MgBetaPlannerBucket -PlannerBucketId [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaPlannerBucket -InputObject [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -408,6 +406,7 @@ INPUTOBJECT ``: Identity Parameter [PlannerPlanId ]: The unique identifier of plannerPlan [PlannerRosterId ]: The unique identifier of plannerRoster [PlannerRosterMemberId ]: The unique identifier of plannerRosterMember + [PlannerTaskChatMessageId ]: The unique identifier of plannerTaskChatMessage [PlannerTaskId ]: The unique identifier of plannerTask [UserId ]: The unique identifier of user diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Remove-MgBetaPlannerPlan.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Remove-MgBetaPlannerPlan.md index f2f2cacc59586..14a9e17bd2c0a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Remove-MgBetaPlannerPlan.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Remove-MgBetaPlannerPlan.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Planner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/remove-mgbetaplannerplan Locale: en-US Module Name: Microsoft.Graph.Beta.Planner -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaPlannerPlan --- @@ -27,7 +27,6 @@ Remove-MgBetaPlannerPlan -PlannerPlanId [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaPlannerPlan -InputObject [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -408,6 +406,7 @@ INPUTOBJECT ``: Identity Parameter [PlannerPlanId ]: The unique identifier of plannerPlan [PlannerRosterId ]: The unique identifier of plannerRoster [PlannerRosterMemberId ]: The unique identifier of plannerRosterMember + [PlannerTaskChatMessageId ]: The unique identifier of plannerTaskChatMessage [PlannerTaskId ]: The unique identifier of plannerTask [UserId ]: The unique identifier of user diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Remove-MgBetaPlannerRoster.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Remove-MgBetaPlannerRoster.md index e6af8638ed9ef..cee2239946e85 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Remove-MgBetaPlannerRoster.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Remove-MgBetaPlannerRoster.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Planner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/remove-mgbetaplannerroster Locale: en-US Module Name: Microsoft.Graph.Beta.Planner -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaPlannerRoster --- @@ -24,7 +24,6 @@ Remove-MgBetaPlannerRoster -PlannerRosterId [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaPlannerRoster -InputObject [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -404,6 +402,7 @@ INPUTOBJECT ``: Identity Parameter [PlannerPlanId ]: The unique identifier of plannerPlan [PlannerRosterId ]: The unique identifier of plannerRoster [PlannerRosterMemberId ]: The unique identifier of plannerRosterMember + [PlannerTaskChatMessageId ]: The unique identifier of plannerTaskChatMessage [PlannerTaskId ]: The unique identifier of plannerTask [UserId ]: The unique identifier of user diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Remove-MgBetaPlannerRosterMember.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Remove-MgBetaPlannerRosterMember.md index 7290772181d94..16609706392fe 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Remove-MgBetaPlannerRosterMember.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Remove-MgBetaPlannerRosterMember.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Planner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/remove-mgbetaplannerrostermember Locale: en-US Module Name: Microsoft.Graph.Beta.Planner -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaPlannerRosterMember --- @@ -24,7 +24,6 @@ Remove-MgBetaPlannerRosterMember -PlannerRosterId -PlannerRosterMemberI [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaPlannerRosterMember -InputObject [-IfMatch ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -425,6 +423,7 @@ INPUTOBJECT ``: Identity Parameter [PlannerPlanId ]: The unique identifier of plannerPlan [PlannerRosterId ]: The unique identifier of plannerRoster [PlannerRosterMemberId ]: The unique identifier of plannerRosterMember + [PlannerTaskChatMessageId ]: The unique identifier of plannerTaskChatMessage [PlannerTaskId ]: The unique identifier of plannerTask [UserId ]: The unique identifier of user diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Remove-MgBetaPlannerTask.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Remove-MgBetaPlannerTask.md index 611860a49bfc4..95ecd916db307 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Remove-MgBetaPlannerTask.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Remove-MgBetaPlannerTask.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Planner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/remove-mgbetaplannertask Locale: en-US Module Name: Microsoft.Graph.Beta.Planner -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaPlannerTask --- @@ -27,7 +27,6 @@ Remove-MgBetaPlannerTask -PlannerTaskId [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaPlannerTask -InputObject [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -408,6 +406,7 @@ INPUTOBJECT ``: Identity Parameter [PlannerPlanId ]: The unique identifier of plannerPlan [PlannerRosterId ]: The unique identifier of plannerRoster [PlannerRosterMemberId ]: The unique identifier of plannerRosterMember + [PlannerTaskChatMessageId ]: The unique identifier of plannerTaskChatMessage [PlannerTaskId ]: The unique identifier of plannerTask [UserId ]: The unique identifier of user diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Remove-MgBetaPlannerTaskAssignedToTaskBoardFormat.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Remove-MgBetaPlannerTaskAssignedToTaskBoardFormat.md index 7f62a541e44a3..4572140ddc877 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Remove-MgBetaPlannerTaskAssignedToTaskBoardFormat.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Remove-MgBetaPlannerTaskAssignedToTaskBoardFormat.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Planner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/remove-mgbetaplannertaskassignedtotaskboardformat Locale: en-US Module Name: Microsoft.Graph.Beta.Planner -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaPlannerTaskAssignedToTaskBoardFormat --- @@ -27,7 +27,6 @@ Remove-MgBetaPlannerTaskAssignedToTaskBoardFormat -PlannerTaskId [-IfMa [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaPlannerTaskAssignedToTaskBoardFormat -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -386,6 +384,7 @@ INPUTOBJECT ``: Identity Parameter [PlannerPlanId ]: The unique identifier of plannerPlan [PlannerRosterId ]: The unique identifier of plannerRoster [PlannerRosterMemberId ]: The unique identifier of plannerRosterMember + [PlannerTaskChatMessageId ]: The unique identifier of plannerTaskChatMessage [PlannerTaskId ]: The unique identifier of plannerTask [UserId ]: The unique identifier of user diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Remove-MgBetaPlannerTaskBucketTaskBoardFormat.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Remove-MgBetaPlannerTaskBucketTaskBoardFormat.md index 165151c9f5070..be0d9f4db43cf 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Remove-MgBetaPlannerTaskBucketTaskBoardFormat.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Remove-MgBetaPlannerTaskBucketTaskBoardFormat.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Planner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/remove-mgbetaplannertaskbuckettaskboardformat Locale: en-US Module Name: Microsoft.Graph.Beta.Planner -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaPlannerTaskBucketTaskBoardFormat --- @@ -27,7 +27,6 @@ Remove-MgBetaPlannerTaskBucketTaskBoardFormat -PlannerTaskId [-IfMatch [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaPlannerTaskBucketTaskBoardFormat -InputObject [- [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -386,6 +384,7 @@ INPUTOBJECT ``: Identity Parameter [PlannerPlanId ]: The unique identifier of plannerPlan [PlannerRosterId ]: The unique identifier of plannerRoster [PlannerRosterMemberId ]: The unique identifier of plannerRosterMember + [PlannerTaskChatMessageId ]: The unique identifier of plannerTaskChatMessage [PlannerTaskId ]: The unique identifier of plannerTask [UserId ]: The unique identifier of user diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Disable-MgBetaSolutionBackupRestoreAllMailboxesBackup.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Remove-MgBetaPlannerTaskMessage.md similarity index 64% rename from microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Disable-MgBetaSolutionBackupRestoreAllMailboxesBackup.md rename to microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Remove-MgBetaPlannerTaskMessage.md index 64fdc43551757..40d2029da76d9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.BackupRestore/Disable-MgBetaSolutionBackupRestoreAllMailboxesBackup.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Remove-MgBetaPlannerTaskMessage.md @@ -1,41 +1,38 @@ --- document type: cmdlet -external help file: Microsoft.Graph.Beta.BackupRestore-Help.xml -HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/disable-mgbetasolutionbackuprestoreallmailboxesbackup +external help file: Microsoft.Graph.Beta.Planner-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/remove-mgbetaplannertaskmessage Locale: en-US -Module Name: Microsoft.Graph.Beta.BackupRestore -ms.date: 02/20/2026 +Module Name: Microsoft.Graph.Beta.Planner +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 -title: Disable-MgBetaSolutionBackupRestoreAllMailboxesBackup +title: Remove-MgBetaPlannerTaskMessage --- -# Disable-MgBetaSolutionBackupRestoreAllMailboxesBackup +# Remove-MgBetaPlannerTaskMessage ## SYNOPSIS -Invoke action disable +Delete a plannerTaskChatMessage object. ## SYNTAX -### DisableExpanded (Default) +### Delete (Default) ``` -Disable-MgBetaSolutionBackupRestoreAllMailboxesBackup [-ResponseHeadersVariable ] - [-ActionOnExistingPolicy ] [-AdditionalProperties ] [-Break] - [-Headers ] [-HttpPipelineAppend ] - [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] +Remove-MgBetaPlannerTaskMessage -PlannerTaskChatMessageId -PlannerTaskId + [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` -### Disable +### DeleteViaIdentity ``` -Disable-MgBetaSolutionBackupRestoreAllMailboxesBackup - -BodyParameter +Remove-MgBetaPlannerTaskMessage -InputObject [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] - [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -45,29 +42,34 @@ This cmdlet has the following aliases, ## DESCRIPTION -Invoke action disable +Delete a plannerTaskChatMessage object. -**Permissions** +## EXAMPLES +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Beta.Planner + +Remove-MgBetaPlannerTaskMessage -PlannerTaskId $plannerTaskId -PlannerTaskChatMessageId $plannerTaskChatMessageId + +``` +This example shows how to use the Remove-MgBetaPlannerTaskMessage Cmdlet. -| Permission type | Permissions (from least to most privileged) | -| --------------- | ------------------------------------------ | -| Delegated (work or school account) | BackupRestore-Configuration.ReadWrite.All, | -| Delegated (personal Microsoft account) | Not supported | -| Application | BackupRestore-Configuration.ReadWrite.All, | ## PARAMETERS -### -ActionOnExistingPolicy +### -Break -fullServiceBackupDisableMode +Wait for .NET debugger to attach ```yaml -Type: System.String -DefaultValue: '' +Type: System.Management.Automation.SwitchParameter +DefaultValue: False SupportsWildcards: false Aliases: [] ParameterSets: -- Name: DisableExpanded +- Name: (All) Position: Named IsRequired: false ValueFromPipeline: false @@ -78,17 +80,18 @@ AcceptedValues: [] HelpMessage: '' ``` -### -AdditionalProperties +### -Confirm -Additional Parameters +Prompts you for confirmation before running the cmdlet. ```yaml -Type: System.Collections.Hashtable +Type: System.Management.Automation.SwitchParameter DefaultValue: '' SupportsWildcards: false -Aliases: [] +Aliases: +- cf ParameterSets: -- Name: DisableExpanded +- Name: (All) Position: Named IsRequired: false ValueFromPipeline: false @@ -99,20 +102,19 @@ AcceptedValues: [] HelpMessage: '' ``` -### -BodyParameter - +### -Headers -To construct, see NOTES section for BODYPARAMETER properties and create a hash table. +Optional headers that will be added to the request. ```yaml -Type: Microsoft.Graph.Beta.PowerShell.Models.IPaths1Ftim88SolutionsBackuprestoreAllmailboxesbackupMicrosoftGraphDisablePostRequestbodyContentApplicationJsonSchema +Type: System.Collections.IDictionary DefaultValue: '' SupportsWildcards: false Aliases: [] ParameterSets: -- Name: Disable +- Name: (All) Position: Named - IsRequired: true + IsRequired: false ValueFromPipeline: true ValueFromPipelineByPropertyName: false ValueFromRemainingArguments: false @@ -121,13 +123,13 @@ AcceptedValues: [] HelpMessage: '' ``` -### -Break +### -HttpPipelineAppend -Wait for .NET debugger to attach +SendAsync Pipeline Steps to be appended to the front of the pipeline ```yaml -Type: System.Management.Automation.SwitchParameter -DefaultValue: False +Type: Microsoft.Graph.Beta.PowerShell.Runtime.SendAsyncStep[] +DefaultValue: '' SupportsWildcards: false Aliases: [] ParameterSets: @@ -142,16 +144,15 @@ AcceptedValues: [] HelpMessage: '' ``` -### -Confirm +### -HttpPipelinePrepend -Prompts you for confirmation before running the cmdlet. +SendAsync Pipeline Steps to be prepended to the front of the pipeline ```yaml -Type: System.Management.Automation.SwitchParameter +Type: Microsoft.Graph.Beta.PowerShell.Runtime.SendAsyncStep[] DefaultValue: '' SupportsWildcards: false -Aliases: -- cf +Aliases: [] ParameterSets: - Name: (All) Position: Named @@ -164,12 +165,12 @@ AcceptedValues: [] HelpMessage: '' ``` -### -Headers +### -IfMatch -Optional headers that will be added to the request. +ETag ```yaml -Type: System.Collections.IDictionary +Type: System.String DefaultValue: '' SupportsWildcards: false Aliases: [] @@ -177,7 +178,7 @@ ParameterSets: - Name: (All) Position: Named IsRequired: false - ValueFromPipeline: true + ValueFromPipeline: false ValueFromPipelineByPropertyName: false ValueFromRemainingArguments: false DontShow: false @@ -185,16 +186,38 @@ AcceptedValues: [] HelpMessage: '' ``` -### -HttpPipelineAppend +### -InputObject -SendAsync Pipeline Steps to be appended to the front of the pipeline +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml -Type: Microsoft.Graph.Beta.PowerShell.Runtime.SendAsyncStep[] +Type: Microsoft.Graph.Beta.PowerShell.Models.IPlannerIdentity DefaultValue: '' SupportsWildcards: false Aliases: [] ParameterSets: +- Name: DeleteViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + 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 @@ -206,19 +229,40 @@ AcceptedValues: [] HelpMessage: '' ``` -### -HttpPipelinePrepend +### -PlannerTaskChatMessageId -SendAsync Pipeline Steps to be prepended to the front of the pipeline +The unique identifier of plannerTaskChatMessage ```yaml -Type: Microsoft.Graph.Beta.PowerShell.Runtime.SendAsyncStep[] +Type: System.String DefaultValue: '' SupportsWildcards: false Aliases: [] ParameterSets: -- Name: (All) +- Name: Delete Position: Named - IsRequired: false + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -PlannerTaskId + +The unique identifier of plannerTask + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: Delete + Position: Named + IsRequired: true ValueFromPipeline: false ValueFromPipelineByPropertyName: false ValueFromRemainingArguments: false @@ -343,7 +387,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS -### Microsoft.Graph.Beta.PowerShell.Models.IPaths1Ftim88SolutionsBackuprestoreAllmailboxesbackupMicrosoftGraphDisablePostRequestbodyContentApplicationJsonSchema +### Microsoft.Graph.Beta.PowerShell.Models.IPlannerIdentity {{ Fill in the Description }} @@ -353,7 +397,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphAllMailboxesBackup +### System.Boolean {{ Fill in the Description }} @@ -364,15 +408,22 @@ 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 ``: . - [(Any) ]: This indicates any property can be added to this object. - [ActionOnExistingPolicy ]: fullServiceBackupDisableMode +INPUTOBJECT ``: Identity Parameter + [GroupId ]: The unique identifier of group + [PlannerBucketId ]: The unique identifier of plannerBucket + [PlannerDeltaId ]: The unique identifier of plannerDelta + [PlannerPlanId ]: The unique identifier of plannerPlan + [PlannerRosterId ]: The unique identifier of plannerRoster + [PlannerRosterMemberId ]: The unique identifier of plannerRosterMember + [PlannerTaskChatMessageId ]: The unique identifier of plannerTaskChatMessage + [PlannerTaskId ]: The unique identifier of plannerTask + [UserId ]: The unique identifier of user ## RELATED LINKS -- [Disable-MgBetaSolutionBackupRestoreAllMailboxesBackup](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.backuprestore/disable-mgbetasolutionbackuprestoreallmailboxesbackup) - +- [Remove-MgBetaPlannerTaskMessage](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/remove-mgbetaplannertaskmessage) +- [Graph API Reference](https://learn.microsoft.com/graph/api/plannertaskchatmessage-delete?view=graph-rest-beta) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Remove-MgBetaPlannerTaskProgressTaskBoardFormat.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Remove-MgBetaPlannerTaskProgressTaskBoardFormat.md index 70381e710f3ac..7fc8ee1ad86ed 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Remove-MgBetaPlannerTaskProgressTaskBoardFormat.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Remove-MgBetaPlannerTaskProgressTaskBoardFormat.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Planner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/remove-mgbetaplannertaskprogresstaskboardformat Locale: en-US Module Name: Microsoft.Graph.Beta.Planner -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaPlannerTaskProgressTaskBoardFormat --- @@ -27,7 +27,6 @@ Remove-MgBetaPlannerTaskProgressTaskBoardFormat -PlannerTaskId [-IfMatc [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaPlannerTaskProgressTaskBoardFormat -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -386,6 +384,7 @@ INPUTOBJECT ``: Identity Parameter [PlannerPlanId ]: The unique identifier of plannerPlan [PlannerRosterId ]: The unique identifier of plannerRoster [PlannerRosterMemberId ]: The unique identifier of plannerRosterMember + [PlannerTaskChatMessageId ]: The unique identifier of plannerTaskChatMessage [PlannerTaskId ]: The unique identifier of plannerTask [UserId ]: The unique identifier of user diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Set-MgBetaPlannerRosterSensitivityLabel.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Set-MgBetaPlannerRosterSensitivityLabel.md index 35c5c4178004d..2fa962610f83f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Set-MgBetaPlannerRosterSensitivityLabel.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Set-MgBetaPlannerRosterSensitivityLabel.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Planner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/set-mgbetaplannerrostersensitivitylabel Locale: en-US Module Name: Microsoft.Graph.Beta.Planner -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Set-MgBetaPlannerRosterSensitivityLabel --- @@ -25,7 +25,6 @@ Set-MgBetaPlannerRosterSensitivityLabel -PlannerRosterId [-AssignmentMethod ] [-SensitivityLabelId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Assign @@ -36,7 +35,6 @@ Set-MgBetaPlannerRosterSensitivityLabel -PlannerRosterId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### AssignViaIdentityExpanded @@ -47,7 +45,6 @@ Set-MgBetaPlannerRosterSensitivityLabel -InputObject [-AssignmentMethod ] [-SensitivityLabelId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### AssignViaIdentity @@ -58,7 +55,6 @@ Set-MgBetaPlannerRosterSensitivityLabel -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -521,6 +517,7 @@ INPUTOBJECT ``: Identity Parameter [PlannerPlanId ]: The unique identifier of plannerPlan [PlannerRosterId ]: The unique identifier of plannerRoster [PlannerRosterMemberId ]: The unique identifier of plannerRosterMember + [PlannerTaskChatMessageId ]: The unique identifier of plannerTaskChatMessage [PlannerTaskId ]: The unique identifier of plannerTask [UserId ]: The unique identifier of user diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Set-MgBetaPlannerTaskMessageReaction.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Set-MgBetaPlannerTaskMessageReaction.md new file mode 100644 index 0000000000000..08d914fbbb0a7 --- /dev/null +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Set-MgBetaPlannerTaskMessageReaction.md @@ -0,0 +1,561 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.Beta.Planner-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/set-mgbetaplannertaskmessagereaction +Locale: en-US +Module Name: Microsoft.Graph.Beta.Planner +ms.date: 07/10/2026 +PlatyPS schema version: 2024-05-01 +title: Set-MgBetaPlannerTaskMessageReaction +--- + +# Set-MgBetaPlannerTaskMessageReaction + +## SYNOPSIS + +Set a reaction to a plannerTaskChatMessage for the current user. + +## SYNTAX + +### SetExpanded (Default) + +``` +Set-MgBetaPlannerTaskMessageReaction -PlannerTaskChatMessageId -PlannerTaskId + [-ResponseHeadersVariable ] [-AdditionalProperties ] [-ReactionType ] + [-Break] [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +### Set + +``` +Set-MgBetaPlannerTaskMessageReaction -PlannerTaskChatMessageId -PlannerTaskId + -BodyParameter + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +### SetViaIdentityExpanded + +``` +Set-MgBetaPlannerTaskMessageReaction -InputObject + [-ResponseHeadersVariable ] [-AdditionalProperties ] [-ReactionType ] + [-Break] [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +### SetViaIdentity + +``` +Set-MgBetaPlannerTaskMessageReaction -InputObject + -BodyParameter + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Set a reaction to a plannerTaskChatMessage for the current user. + +## EXAMPLES +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Beta.Planner + +$params = @{ + reactionType = "like" +} + +Set-MgBetaPlannerTaskMessageReaction -PlannerTaskId $plannerTaskId -PlannerTaskChatMessageId $plannerTaskChatMessageId -BodyParameter $params + +``` +This example shows how to use the Set-MgBetaPlannerTaskMessageReaction Cmdlet. + + +## PARAMETERS + +### -AdditionalProperties + +Additional Parameters + +```yaml +Type: System.Collections.Hashtable +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: SetViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: SetExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -BodyParameter + + +To construct, see NOTES section for BODYPARAMETER properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IPathsZqcqtxPlannerTasksPlannertaskIdMessagesPlannertaskchatmessageIdMicrosoftGraphSetreactionPostRequestbodyContentApplicationJsonSchema +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: SetViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Set + 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: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IPlannerIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: SetViaIdentityExpanded + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: SetViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + 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: '' +``` + +### -PlannerTaskChatMessageId + +The unique identifier of plannerTaskChatMessage + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: SetExpanded + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Set + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -PlannerTaskId + +The unique identifier of plannerTask + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: SetExpanded + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Set + Position: Named + IsRequired: true + 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: '' +``` + +### -ReactionType + + + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: SetViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: SetExpanded + 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.IPathsZqcqtxPlannerTasksPlannertaskIdMessagesPlannertaskchatmessageIdMicrosoftGraphSetreactionPostRequestbodyContentApplicationJsonSchema + +{{ Fill in the Description }} + +### Microsoft.Graph.Beta.PowerShell.Models.IPlannerIdentity + +{{ 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. + +BODYPARAMETER ``: . + [(Any) ]: This indicates any property can be added to this object. + [ReactionType ]: + +INPUTOBJECT ``: Identity Parameter + [GroupId ]: The unique identifier of group + [PlannerBucketId ]: The unique identifier of plannerBucket + [PlannerDeltaId ]: The unique identifier of plannerDelta + [PlannerPlanId ]: The unique identifier of plannerPlan + [PlannerRosterId ]: The unique identifier of plannerRoster + [PlannerRosterMemberId ]: The unique identifier of plannerRosterMember + [PlannerTaskChatMessageId ]: The unique identifier of plannerTaskChatMessage + [PlannerTaskId ]: The unique identifier of plannerTask + [UserId ]: The unique identifier of user + + +## RELATED LINKS + +- [Set-MgBetaPlannerTaskMessageReaction](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/set-mgbetaplannertaskmessagereaction) +- [Graph API Reference](https://learn.microsoft.com/graph/api/plannertaskchatmessage-setreaction?view=graph-rest-beta) + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Update-MgBetaGroupPlanner.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Update-MgBetaGroupPlanner.md index 2d743b7b72a90..229c84460f238 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Update-MgBetaGroupPlanner.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Update-MgBetaGroupPlanner.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Planner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/update-mgbetagroupplanner Locale: en-US Module Name: Microsoft.Graph.Beta.Planner -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupPlanner --- @@ -27,7 +27,7 @@ Update-MgBetaGroupPlanner -GroupId -IfMatch [-ResponseHeadersV [-AdditionalProperties ] [-Id ] [-Plans ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -37,7 +37,7 @@ Update-MgBetaGroupPlanner -GroupId -IfMatch -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -48,7 +48,6 @@ Update-MgBetaGroupPlanner -InputObject -IfMatch [-Plans ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -58,7 +57,7 @@ Update-MgBetaGroupPlanner -InputObject -IfMatch -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -649,10 +648,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -661,9 +662,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. @@ -817,6 +847,7 @@ INPUTOBJECT ``: Identity Parameter [PlannerPlanId ]: The unique identifier of plannerPlan [PlannerRosterId ]: The unique identifier of plannerRoster [PlannerRosterMemberId ]: The unique identifier of plannerRosterMember + [PlannerTaskChatMessageId ]: The unique identifier of plannerTaskChatMessage [PlannerTaskId ]: The unique identifier of plannerTask [UserId ]: The unique identifier of user @@ -957,10 +988,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -969,9 +1002,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Update-MgBetaGroupPlannerPlanDetail.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Update-MgBetaGroupPlannerPlanDetail.md index 5e41e96e63daa..505270fd68e2a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Update-MgBetaGroupPlannerPlanDetail.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Update-MgBetaGroupPlannerPlanDetail.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Planner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/update-mgbetagroupplannerplandetail Locale: en-US Module Name: Microsoft.Graph.Beta.Planner -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupPlannerPlanDetail --- @@ -29,7 +29,6 @@ Update-MgBetaGroupPlannerPlanDetail -GroupId -PlannerPlanId -I [-Id ] [-SharedWith ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -39,7 +38,7 @@ Update-MgBetaGroupPlannerPlanDetail -GroupId -PlannerPlanId -I -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -51,7 +50,6 @@ Update-MgBetaGroupPlannerPlanDetail -InputObject -IfMatch ] [-SharedWith ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -61,7 +59,7 @@ Update-MgBetaGroupPlannerPlanDetail -InputObject -IfMatch [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -661,6 +659,7 @@ INPUTOBJECT ``: Identity Parameter [PlannerPlanId ]: The unique identifier of plannerPlan [PlannerRosterId ]: The unique identifier of plannerRoster [PlannerRosterMemberId ]: The unique identifier of plannerRosterMember + [PlannerTaskChatMessageId ]: The unique identifier of plannerTaskChatMessage [PlannerTaskId ]: The unique identifier of plannerTask [UserId ]: The unique identifier of user diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Update-MgBetaPlanner.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Update-MgBetaPlanner.md index eceb719074c79..d62f5b90179ac 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Update-MgBetaPlanner.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Update-MgBetaPlanner.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Planner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/update-mgbetaplanner Locale: en-US Module Name: Microsoft.Graph.Beta.Planner -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaPlanner --- @@ -28,7 +28,7 @@ Update-MgBetaPlanner [-ResponseHeadersVariable ] [-AdditionalProperties [-Rosters ] [-Tasks ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -37,7 +37,7 @@ Update-MgBetaPlanner [-ResponseHeadersVariable ] [-AdditionalProperties Update-MgBetaPlanner -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -590,10 +590,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -602,9 +604,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. @@ -913,10 +944,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -925,9 +958,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. @@ -1131,10 +1193,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -1143,9 +1207,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. @@ -1445,10 +1538,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -1457,9 +1552,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. @@ -1721,10 +1845,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -1733,9 +1859,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Update-MgBetaPlannerBucket.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Update-MgBetaPlannerBucket.md index d5d25cbd915dc..2f20685385601 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Update-MgBetaPlannerBucket.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Update-MgBetaPlannerBucket.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Planner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/update-mgbetaplannerbucket Locale: en-US Module Name: Microsoft.Graph.Beta.Planner -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaPlannerBucket --- @@ -30,7 +30,7 @@ Update-MgBetaPlannerBucket -PlannerBucketId -IfMatch [-Name ] [-OrderHint ] [-PlanId ] [-Tasks ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -40,7 +40,7 @@ Update-MgBetaPlannerBucket -PlannerBucketId -IfMatch -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -53,7 +53,7 @@ Update-MgBetaPlannerBucket -InputObject -IfMatch [-Name ] [-OrderHint ] [-PlanId ] [-Tasks ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -63,7 +63,7 @@ Update-MgBetaPlannerBucket -InputObject -IfMatch -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -854,10 +854,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -866,9 +868,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. @@ -946,6 +977,7 @@ INPUTOBJECT ``: Identity Parameter [PlannerPlanId ]: The unique identifier of plannerPlan [PlannerRosterId ]: The unique identifier of plannerRoster [PlannerRosterMemberId ]: The unique identifier of plannerRosterMember + [PlannerTaskChatMessageId ]: The unique identifier of plannerTaskChatMessage [PlannerTaskId ]: The unique identifier of plannerTask [UserId ]: The unique identifier of user @@ -1064,10 +1096,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -1076,9 +1110,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Update-MgBetaPlannerPlan.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Update-MgBetaPlannerPlan.md index cfd401246e59c..e0879bb656bb4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Update-MgBetaPlannerPlan.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Update-MgBetaPlannerPlan.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Planner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/update-mgbetaplannerplan Locale: en-US Module Name: Microsoft.Graph.Beta.Planner -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaPlannerPlan --- @@ -34,7 +34,6 @@ Update-MgBetaPlannerPlan -PlannerPlanId [-ResponseHeadersVariable ] [-Title ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -44,7 +43,6 @@ Update-MgBetaPlannerPlan -PlannerPlanId -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -61,7 +59,6 @@ Update-MgBetaPlannerPlan -InputObject [-ResponseHeadersVariab [-Tasks ] [-Title ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -71,7 +68,6 @@ Update-MgBetaPlannerPlan -InputObject -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -1049,10 +1045,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -1061,9 +1059,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. @@ -1341,10 +1368,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -1353,9 +1382,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. @@ -1499,6 +1557,7 @@ INPUTOBJECT ``: Identity Parameter [PlannerPlanId ]: The unique identifier of plannerPlan [PlannerRosterId ]: The unique identifier of plannerRoster [PlannerRosterMemberId ]: The unique identifier of plannerRosterMember + [PlannerTaskChatMessageId ]: The unique identifier of plannerTaskChatMessage [PlannerTaskId ]: The unique identifier of plannerTask [UserId ]: The unique identifier of user @@ -1625,10 +1684,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -1637,9 +1698,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Update-MgBetaPlannerPlanDetail.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Update-MgBetaPlannerPlanDetail.md index 986275b066f9d..05dc762578182 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Update-MgBetaPlannerPlanDetail.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Update-MgBetaPlannerPlanDetail.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Planner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/update-mgbetaplannerplandetail Locale: en-US Module Name: Microsoft.Graph.Beta.Planner -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaPlannerPlanDetail --- @@ -29,7 +29,6 @@ Update-MgBetaPlannerPlanDetail -PlannerPlanId -IfMatch [-Id ] [-SharedWith ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -39,7 +38,7 @@ Update-MgBetaPlannerPlanDetail -PlannerPlanId -IfMatch -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -51,7 +50,6 @@ Update-MgBetaPlannerPlanDetail -InputObject -IfMatch [-Id ] [-SharedWith ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -61,7 +59,7 @@ Update-MgBetaPlannerPlanDetail -InputObject -IfMatch -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -667,6 +665,7 @@ INPUTOBJECT ``: Identity Parameter [PlannerPlanId ]: The unique identifier of plannerPlan [PlannerRosterId ]: The unique identifier of plannerRoster [PlannerRosterMemberId ]: The unique identifier of plannerRosterMember + [PlannerTaskChatMessageId ]: The unique identifier of plannerTaskChatMessage [PlannerTaskId ]: The unique identifier of plannerTask [UserId ]: The unique identifier of user diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Update-MgBetaPlannerRoster.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Update-MgBetaPlannerRoster.md index 2f259168a2115..a393a728cd103 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Update-MgBetaPlannerRoster.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Update-MgBetaPlannerRoster.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Planner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/update-mgbetaplannerroster Locale: en-US Module Name: Microsoft.Graph.Beta.Planner -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaPlannerRoster --- @@ -26,7 +26,7 @@ Update-MgBetaPlannerRoster -PlannerRosterId [-ResponseHeadersVariable < [-Members ] [-Plans ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -36,7 +36,6 @@ Update-MgBetaPlannerRoster -PlannerRosterId -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -48,7 +47,7 @@ Update-MgBetaPlannerRoster -InputObject [-ResponseHeadersVari [-Members ] [-Plans ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -58,7 +57,7 @@ Update-MgBetaPlannerRoster -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -699,10 +698,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -711,9 +712,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. @@ -867,6 +897,7 @@ INPUTOBJECT ``: Identity Parameter [PlannerPlanId ]: The unique identifier of plannerPlan [PlannerRosterId ]: The unique identifier of plannerRoster [PlannerRosterMemberId ]: The unique identifier of plannerRosterMember + [PlannerTaskChatMessageId ]: The unique identifier of plannerTaskChatMessage [PlannerTaskId ]: The unique identifier of plannerTask [UserId ]: The unique identifier of user @@ -1014,10 +1045,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -1026,9 +1059,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Update-MgBetaPlannerRosterMember.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Update-MgBetaPlannerRosterMember.md index 61e16ec3d28bf..9d0c569cab292 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Update-MgBetaPlannerRosterMember.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Update-MgBetaPlannerRosterMember.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Planner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/update-mgbetaplannerrostermember Locale: en-US Module Name: Microsoft.Graph.Beta.Planner -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaPlannerRosterMember --- @@ -25,7 +25,6 @@ Update-MgBetaPlannerRosterMember -PlannerRosterId -PlannerRosterMemberI [-Roles ] [-TenantId ] [-UserId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -35,7 +34,7 @@ Update-MgBetaPlannerRosterMember -PlannerRosterId -PlannerRosterMemberI -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -45,7 +44,7 @@ Update-MgBetaPlannerRosterMember -InputObject [-ResponseHeade [-AdditionalProperties ] [-Id ] [-Roles ] [-TenantId ] [-UserId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -55,7 +54,7 @@ Update-MgBetaPlannerRosterMember -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -581,6 +580,7 @@ INPUTOBJECT ``: Identity Parameter [PlannerPlanId ]: The unique identifier of plannerPlan [PlannerRosterId ]: The unique identifier of plannerRoster [PlannerRosterMemberId ]: The unique identifier of plannerRosterMember + [PlannerTaskChatMessageId ]: The unique identifier of plannerTaskChatMessage [PlannerTaskId ]: The unique identifier of plannerTask [UserId ]: The unique identifier of user diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Update-MgBetaPlannerTask.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Update-MgBetaPlannerTask.md index a6994445ef1d4..ecf84f330af4e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Update-MgBetaPlannerTask.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Update-MgBetaPlannerTask.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Planner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/update-mgbetaplannertask Locale: en-US Module Name: Microsoft.Graph.Beta.Planner -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaPlannerTask --- @@ -37,13 +37,14 @@ Update-MgBetaPlannerTask -PlannerTaskId -IfMatch [-Details ] [-DueDateTime ] [-HasChat] [-HasDescription] [-Id ] [-IsArchived] [-IsOnMyDay] [-IsOnMyDayLastModifiedDate ] [-LastModifiedBy ] [-LastModifiedDateTime ] - [-OrderHint ] [-PercentComplete ] [-PlanId ] [-PreviewType ] - [-Priority ] [-ProgressTaskBoardFormat ] + [-Messages ] [-OrderHint ] + [-PercentComplete ] [-PlanId ] [-PreviewType ] [-Priority ] + [-ProgressTaskBoardFormat ] [-Recurrence ] [-ReferenceCount ] [-SpecifiedCompletionRequirements ] [-StartDateTime ] [-Title ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -53,7 +54,7 @@ Update-MgBetaPlannerTask -PlannerTaskId -IfMatch -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -73,13 +74,14 @@ Update-MgBetaPlannerTask -InputObject -IfMatch [-Details ] [-DueDateTime ] [-HasChat] [-HasDescription] [-Id ] [-IsArchived] [-IsOnMyDay] [-IsOnMyDayLastModifiedDate ] [-LastModifiedBy ] [-LastModifiedDateTime ] - [-OrderHint ] [-PercentComplete ] [-PlanId ] [-PreviewType ] - [-Priority ] [-ProgressTaskBoardFormat ] + [-Messages ] [-OrderHint ] + [-PercentComplete ] [-PlanId ] [-PreviewType ] [-Priority ] + [-ProgressTaskBoardFormat ] [-Recurrence ] [-ReferenceCount ] [-SpecifiedCompletionRequirements ] [-StartDateTime ] [-Title ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -89,7 +91,7 @@ Update-MgBetaPlannerTask -InputObject -IfMatch -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -726,7 +728,9 @@ HelpMessage: '' ### -HasChat - +Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. ```yaml Type: System.Management.Automation.SwitchParameter @@ -755,7 +759,7 @@ HelpMessage: '' Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. ```yaml Type: System.Management.Automation.SwitchParameter @@ -1035,7 +1039,10 @@ HelpMessage: '' ### -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 ```yaml Type: System.DateTime @@ -1060,10 +1067,40 @@ AcceptedValues: [] HelpMessage: '' ``` +### -Messages + +Read-only. +Nullable. +Chat messages associated with the task. +To construct, see NOTES section for MESSAGES properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphPlannerTaskChatMessage[] +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: '' +``` + ### -OrderHint The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. ```yaml Type: System.String @@ -1677,10 +1714,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -1689,9 +1728,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. @@ -1850,6 +1918,7 @@ INPUTOBJECT ``: Identity Parameter [PlannerPlanId ]: The unique identifier of plannerPlan [PlannerRosterId ]: The unique identifier of plannerRoster [PlannerRosterMemberId ]: The unique identifier of plannerRosterMember + [PlannerTaskChatMessageId ]: The unique identifier of plannerTaskChatMessage [PlannerTaskId ]: The unique identifier of plannerTask [UserId ]: The unique identifier of user @@ -1865,6 +1934,43 @@ For example, in the access reviews decisions API, this property might record the [Device ]: identity [User ]: identity +MESSAGES : Read-only. +Nullable. +Chat messages associated with the task. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(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. + [Device ]: identity + [User ]: identity + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. + PROGRESSTASKBOARDFORMAT ``: plannerProgressTaskBoardTaskFormat [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Update-MgBetaPlannerTaskAssignedToTaskBoardFormat.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Update-MgBetaPlannerTaskAssignedToTaskBoardFormat.md index 76e7e75b59387..7ebae85303994 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Update-MgBetaPlannerTaskAssignedToTaskBoardFormat.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Update-MgBetaPlannerTaskAssignedToTaskBoardFormat.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Planner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/update-mgbetaplannertaskassignedtotaskboardformat Locale: en-US Module Name: Microsoft.Graph.Beta.Planner -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaPlannerTaskAssignedToTaskBoardFormat --- @@ -28,7 +28,7 @@ Update-MgBetaPlannerTaskAssignedToTaskBoardFormat -PlannerTaskId -IfMat [-OrderHintsByAssignee ] [-UnassignedOrderHint ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -39,7 +39,6 @@ Update-MgBetaPlannerTaskAssignedToTaskBoardFormat -PlannerTaskId -IfMat [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -50,7 +49,7 @@ Update-MgBetaPlannerTaskAssignedToTaskBoardFormat -InputObject ] [-UnassignedOrderHint ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -61,7 +60,6 @@ Update-MgBetaPlannerTaskAssignedToTaskBoardFormat -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -580,6 +578,7 @@ INPUTOBJECT ``: Identity Parameter [PlannerPlanId ]: The unique identifier of plannerPlan [PlannerRosterId ]: The unique identifier of plannerRoster [PlannerRosterMemberId ]: The unique identifier of plannerRosterMember + [PlannerTaskChatMessageId ]: The unique identifier of plannerTaskChatMessage [PlannerTaskId ]: The unique identifier of plannerTask [UserId ]: The unique identifier of user diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Update-MgBetaPlannerTaskBucketTaskBoardFormat.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Update-MgBetaPlannerTaskBucketTaskBoardFormat.md index 8145423fd791c..73851cef1ff0b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Update-MgBetaPlannerTaskBucketTaskBoardFormat.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Update-MgBetaPlannerTaskBucketTaskBoardFormat.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Planner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/update-mgbetaplannertaskbuckettaskboardformat Locale: en-US Module Name: Microsoft.Graph.Beta.Planner -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaPlannerTaskBucketTaskBoardFormat --- @@ -27,7 +27,7 @@ Update-MgBetaPlannerTaskBucketTaskBoardFormat -PlannerTaskId -IfMatch < [-ResponseHeadersVariable ] [-AdditionalProperties ] [-Id ] [-OrderHint ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -38,7 +38,6 @@ Update-MgBetaPlannerTaskBucketTaskBoardFormat -PlannerTaskId -IfMatch < [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -48,7 +47,7 @@ Update-MgBetaPlannerTaskBucketTaskBoardFormat -InputObject -I [-ResponseHeadersVariable ] [-AdditionalProperties ] [-Id ] [-OrderHint ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -59,7 +58,6 @@ Update-MgBetaPlannerTaskBucketTaskBoardFormat -InputObject -I [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -547,6 +545,7 @@ INPUTOBJECT ``: Identity Parameter [PlannerPlanId ]: The unique identifier of plannerPlan [PlannerRosterId ]: The unique identifier of plannerRoster [PlannerRosterMemberId ]: The unique identifier of plannerRosterMember + [PlannerTaskChatMessageId ]: The unique identifier of plannerTaskChatMessage [PlannerTaskId ]: The unique identifier of plannerTask [UserId ]: The unique identifier of user diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Update-MgBetaPlannerTaskDetail.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Update-MgBetaPlannerTaskDetail.md index 60040344a1db3..7be32805df888 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Update-MgBetaPlannerTaskDetail.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Update-MgBetaPlannerTaskDetail.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Planner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/update-mgbetaplannertaskdetail Locale: en-US Module Name: Microsoft.Graph.Beta.Planner -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaPlannerTaskDetail --- @@ -31,7 +31,6 @@ Update-MgBetaPlannerTaskDetail -PlannerTaskId -IfMatch [-PreviewType ] [-References ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -41,7 +40,7 @@ Update-MgBetaPlannerTaskDetail -PlannerTaskId -IfMatch -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -55,7 +54,6 @@ Update-MgBetaPlannerTaskDetail -InputObject -IfMatch [-PreviewType ] [-References ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -65,7 +63,7 @@ Update-MgBetaPlannerTaskDetail -InputObject -IfMatch -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -816,6 +814,7 @@ INPUTOBJECT ``: Identity Parameter [PlannerPlanId ]: The unique identifier of plannerPlan [PlannerRosterId ]: The unique identifier of plannerRoster [PlannerRosterMemberId ]: The unique identifier of plannerRosterMember + [PlannerTaskChatMessageId ]: The unique identifier of plannerTaskChatMessage [PlannerTaskId ]: The unique identifier of plannerTask [UserId ]: The unique identifier of user diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Update-MgBetaPlannerTaskMessage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Update-MgBetaPlannerTaskMessage.md new file mode 100644 index 0000000000000..94fa4522fa652 --- /dev/null +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Update-MgBetaPlannerTaskMessage.md @@ -0,0 +1,871 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.Beta.Planner-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/update-mgbetaplannertaskmessage +Locale: en-US +Module Name: Microsoft.Graph.Beta.Planner +ms.date: 07/10/2026 +PlatyPS schema version: 2024-05-01 +title: Update-MgBetaPlannerTaskMessage +--- + +# Update-MgBetaPlannerTaskMessage + +## SYNOPSIS + +Update the properties of a plannerTaskChatMessage object. + +## SYNTAX + +### UpdateExpanded (Default) + +``` +Update-MgBetaPlannerTaskMessage -PlannerTaskChatMessageId -PlannerTaskId + [-ResponseHeadersVariable ] [-AdditionalProperties ] [-Content ] + [-CreatedBy ] [-CreatedDateTime ] + [-DeletedDateTime ] [-EditedDateTime ] [-Id ] + [-Mentions ] [-MessageType ] + [-ParentEntityId ] [-Reactions ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +### Update + +``` +Update-MgBetaPlannerTaskMessage -PlannerTaskChatMessageId -PlannerTaskId + -BodyParameter [-ResponseHeadersVariable ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +### UpdateViaIdentityExpanded + +``` +Update-MgBetaPlannerTaskMessage -InputObject [-ResponseHeadersVariable ] + [-AdditionalProperties ] [-Content ] [-CreatedBy ] + [-CreatedDateTime ] [-DeletedDateTime ] [-EditedDateTime ] + [-Id ] [-Mentions ] [-MessageType ] + [-ParentEntityId ] [-Reactions ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +### UpdateViaIdentity + +``` +Update-MgBetaPlannerTaskMessage -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 properties of a plannerTaskChatMessage object. + +## EXAMPLES +### Example 1: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Beta.Planner + +$params = @{ + content = "
Updated message with mention
" + mentions = @( + @{ + mentioned = "6463a5ce-2119-4198-9f2a-628761df4a62" + position = 0 + mentionType = "user" + } + ) +} + +Update-MgBetaPlannerTaskMessage -PlannerTaskId $plannerTaskId -PlannerTaskChatMessageId $plannerTaskChatMessageId -BodyParameter $params + +``` +This example shows how to use the Update-MgBetaPlannerTaskMessage Cmdlet. + + +## 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 + +plannerTaskChatMessage +To construct, see NOTES section for BODYPARAMETER properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphPlannerTaskChatMessage +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: '' +``` + +### -Content + +The content of the chat message. +Supports plain text and sanitized HTML. + +```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: '' +``` + +### -CreatedBy + +identitySet +To construct, see NOTES section for CREATEDBY properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphIdentitySet +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: '' +``` + +### -CreatedDateTime + +The date and time when the message 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, 2014 is 2014-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: '' +``` + +### -DeletedDateTime + + + +```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: '' +``` + +### -EditedDateTime + + + +```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: '' +``` + +### -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: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IPlannerIdentity +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: '' +``` + +### -Mentions + +The list of mentions in the message. +To construct, see NOTES section for MENTIONS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphPlannerTaskChatMention[] +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: '' +``` + +### -MessageType + +plannerTaskChatMessageType + +```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: '' +``` + +### -ParentEntityId + +The ID of the parent plannerTask that this message belongs to. + +```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: '' +``` + +### -PlannerTaskChatMessageId + +The unique identifier of plannerTaskChatMessage + +```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: '' +``` + +### -PlannerTaskId + +The unique identifier of plannerTask + +```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: '' +``` + +### -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: '' +``` + +### -Reactions + +The reactions on the message. +To construct, see NOTES section for REACTIONS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphPlannerTaskChatReaction[] +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: '' +``` + +### -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.IMicrosoftGraphPlannerTaskChatMessage + +{{ Fill in the Description }} + +### Microsoft.Graph.Beta.PowerShell.Models.IPlannerIdentity + +{{ Fill in the Description }} + +### System.Collections.IDictionary + +{{ Fill in the Description }} + +## OUTPUTS + +### Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphPlannerTaskChatMessage + +{{ 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 ``: plannerTaskChatMessage + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(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. + [Device ]: identity + [User ]: identity + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. + +CREATEDBY ``: identitySet + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(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. + [Device ]: identity + [User ]: identity + +INPUTOBJECT ``: Identity Parameter + [GroupId ]: The unique identifier of group + [PlannerBucketId ]: The unique identifier of plannerBucket + [PlannerDeltaId ]: The unique identifier of plannerDelta + [PlannerPlanId ]: The unique identifier of plannerPlan + [PlannerRosterId ]: The unique identifier of plannerRoster + [PlannerRosterMemberId ]: The unique identifier of plannerRosterMember + [PlannerTaskChatMessageId ]: The unique identifier of plannerTaskChatMessage + [PlannerTaskId ]: The unique identifier of plannerTask + [UserId ]: The unique identifier of user + +MENTIONS : The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + +REACTIONS : The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [(Any) ]: This indicates any property can be added to this object. + [Application ]: identity + [(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. + [Device ]: identity + [User ]: identity + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. + + +## RELATED LINKS + +- [Update-MgBetaPlannerTaskMessage](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/update-mgbetaplannertaskmessage) +- [Graph API Reference](https://learn.microsoft.com/graph/api/plannertaskchatmessage-update?view=graph-rest-beta) + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Update-MgBetaPlannerTaskProgressTaskBoardFormat.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Update-MgBetaPlannerTaskProgressTaskBoardFormat.md index 5c65a6c89a72a..1a2a88740d1d6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Update-MgBetaPlannerTaskProgressTaskBoardFormat.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Update-MgBetaPlannerTaskProgressTaskBoardFormat.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Planner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/update-mgbetaplannertaskprogresstaskboardformat Locale: en-US Module Name: Microsoft.Graph.Beta.Planner -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaPlannerTaskProgressTaskBoardFormat --- @@ -27,7 +27,7 @@ Update-MgBetaPlannerTaskProgressTaskBoardFormat -PlannerTaskId -IfMatch [-ResponseHeadersVariable ] [-AdditionalProperties ] [-Id ] [-OrderHint ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -38,7 +38,6 @@ Update-MgBetaPlannerTaskProgressTaskBoardFormat -PlannerTaskId -IfMatch [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -48,7 +47,7 @@ Update-MgBetaPlannerTaskProgressTaskBoardFormat -InputObject [-ResponseHeadersVariable ] [-AdditionalProperties ] [-Id ] [-OrderHint ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -59,7 +58,6 @@ Update-MgBetaPlannerTaskProgressTaskBoardFormat -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -547,6 +545,7 @@ INPUTOBJECT ``: Identity Parameter [PlannerPlanId ]: The unique identifier of plannerPlan [PlannerRosterId ]: The unique identifier of plannerRoster [PlannerRosterMemberId ]: The unique identifier of plannerRosterMember + [PlannerTaskChatMessageId ]: The unique identifier of plannerTaskChatMessage [PlannerTaskId ]: The unique identifier of plannerTask [UserId ]: The unique identifier of user diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Update-MgBetaUserPlanner.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Update-MgBetaUserPlanner.md index c16e9106f6ccc..f29908f8a9af3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Update-MgBetaUserPlanner.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Planner/Update-MgBetaUserPlanner.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Planner-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.planner/update-mgbetauserplanner Locale: en-US Module Name: Microsoft.Graph.Beta.Planner -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaUserPlanner --- @@ -31,7 +31,7 @@ Update-MgBetaUserPlanner -UserId -IfMatch [-ResponseHeadersVar [-RosterPlans ] [-Tasks ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -41,7 +41,7 @@ Update-MgBetaUserPlanner -UserId -IfMatch -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -56,7 +56,7 @@ Update-MgBetaUserPlanner -InputObject -IfMatch [-RosterPlans ] [-Tasks ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -66,7 +66,7 @@ Update-MgBetaUserPlanner -InputObject -IfMatch -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -937,10 +937,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -949,9 +951,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. @@ -1250,10 +1281,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -1262,9 +1295,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. @@ -1418,6 +1480,7 @@ INPUTOBJECT ``: Identity Parameter [PlannerPlanId ]: The unique identifier of plannerPlan [PlannerRosterId ]: The unique identifier of plannerRoster [PlannerRosterMemberId ]: The unique identifier of plannerRosterMember + [PlannerTaskChatMessageId ]: The unique identifier of plannerTaskChatMessage [PlannerTaskId ]: The unique identifier of plannerTask [UserId ]: The unique identifier of user @@ -1536,10 +1599,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -1548,9 +1613,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. @@ -1752,10 +1846,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -1764,9 +1860,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. @@ -2050,10 +2175,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -2062,9 +2189,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. @@ -2348,10 +2504,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -2360,9 +2518,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. @@ -2624,10 +2811,12 @@ A collection of keys from the plannerFormsDictionary that identify the plannerFo [DueDateTime ]: The date and time at which the task is due. 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 - [HasChat ]: + [HasChat ]: Read-only. +This value is true if the task has chat messages associated with it. +Otherwise, false. [HasDescription ]: Read-only. This value is true if the details object of the task has a nonempty description. -Otherwise,false. +Otherwise, false. [IsArchived ]: Read-only. If set to true, the task is archived. An archived task is read-only. @@ -2636,9 +2825,38 @@ 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. + [Id ]: The unique identifier for an entity. +Read-only. + [Content ]: The content of the chat message. +Supports plain text and sanitized HTML. + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the message 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, 2014 is 2014-01-01T00:00:00Z. + [DeletedDateTime ]: + [EditedDateTime ]: + [Mentions ]: The list of mentions in the message. + [MentionType ]: plannerTaskChatMentionType + [Mentioned ]: The ID of the mentioned user. + [Position ]: The zero-based position of the mention in the message content. + [MessageType ]: plannerTaskChatMessageType + [ParentEntityId ]: The ID of the parent plannerTask that this message belongs to. + [Reactions ]: The reactions on the message. + [ReactionEvents ]: + [CreatedBy ]: identitySet + [CreatedDateTime ]: The date and time when the reaction was added. +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. + [ReactionType ]: The type of reaction, such as like, heart, or emoji characters. [OrderHint ]: The hint used to order items of this type in a list view. -For more information, see Using order hints in plannern. +For more information, see Using order hints in planner. [PercentComplete ]: The percentage of task completion. When set to 100, the task is completed. [PlanId ]: Plan ID to which the task belongs. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Confirm-MgBetaAuditLogSignInCompromised.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Confirm-MgBetaAuditLogSignInCompromised.md index dab209da9142c..1a34f75438103 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Confirm-MgBetaAuditLogSignInCompromised.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Confirm-MgBetaAuditLogSignInCompromised.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/confirm-mgbetaauditlogsignincompromised Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Confirm-MgBetaAuditLogSignInCompromised --- @@ -30,7 +30,6 @@ Confirm-MgBetaAuditLogSignInCompromised [-ResponseHeadersVariable ] [-AdditionalProperties ] [-RequestIds ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Confirm @@ -41,7 +40,6 @@ Confirm-MgBetaAuditLogSignInCompromised [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Confirm-MgBetaAuditLogSignInSafe.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Confirm-MgBetaAuditLogSignInSafe.md index 06e8e95bdfd0c..b3dae9f04e51b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Confirm-MgBetaAuditLogSignInSafe.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Confirm-MgBetaAuditLogSignInSafe.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/confirm-mgbetaauditlogsigninsafe Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Confirm-MgBetaAuditLogSignInSafe --- @@ -29,7 +29,6 @@ Confirm-MgBetaAuditLogSignInSafe [-ResponseHeadersVariable ] [-AdditionalProperties ] [-RequestIds ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Confirm @@ -40,7 +39,6 @@ Confirm-MgBetaAuditLogSignInSafe [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Export-MgBetaReportPartnerBillingReconciliationBilled.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Export-MgBetaReportPartnerBillingReconciliationBilled.md index c40f4bf155d6a..c438c989ef7a3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Export-MgBetaReportPartnerBillingReconciliationBilled.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Export-MgBetaReportPartnerBillingReconciliationBilled.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/export-mgbetareportpartnerbillingreconciliationbilled Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Export-MgBetaReportPartnerBillingReconciliationBilled --- @@ -27,7 +27,7 @@ Export-MgBetaReportPartnerBillingReconciliationBilled [-ResponseHeadersVariable [-AdditionalProperties ] [-AttributeSet ] [-InvoiceId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Export @@ -38,7 +38,6 @@ Export-MgBetaReportPartnerBillingReconciliationBilled [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Export-MgBetaReportPartnerBillingReconciliationUnbilled.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Export-MgBetaReportPartnerBillingReconciliationUnbilled.md index 4c0bbf406d12c..518ecd2a40659 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Export-MgBetaReportPartnerBillingReconciliationUnbilled.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Export-MgBetaReportPartnerBillingReconciliationUnbilled.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/export-mgbetareportpartnerbillingreconciliationunbilled Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Export-MgBetaReportPartnerBillingReconciliationUnbilled --- @@ -27,7 +27,7 @@ Export-MgBetaReportPartnerBillingReconciliationUnbilled [-ResponseHeadersVariabl [-AdditionalProperties ] [-AttributeSet ] [-BillingPeriod ] [-CurrencyCode ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Export @@ -38,7 +38,6 @@ Export-MgBetaReportPartnerBillingReconciliationUnbilled [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Export-MgBetaReportPartnerBillingUsageBilled.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Export-MgBetaReportPartnerBillingUsageBilled.md index 270f565c63d85..498fab2cb82f6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Export-MgBetaReportPartnerBillingUsageBilled.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Export-MgBetaReportPartnerBillingUsageBilled.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/export-mgbetareportpartnerbillingusagebilled Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Export-MgBetaReportPartnerBillingUsageBilled --- @@ -27,7 +27,7 @@ Export-MgBetaReportPartnerBillingUsageBilled [-ResponseHeadersVariable ] [-AdditionalProperties ] [-AttributeSet ] [-InvoiceId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Export @@ -38,7 +38,6 @@ Export-MgBetaReportPartnerBillingUsageBilled [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Export-MgBetaReportPartnerBillingUsageUnbilled.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Export-MgBetaReportPartnerBillingUsageUnbilled.md index b7de2ea83352a..05c7210c96c28 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Export-MgBetaReportPartnerBillingUsageUnbilled.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Export-MgBetaReportPartnerBillingUsageUnbilled.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/export-mgbetareportpartnerbillingusageunbilled Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Export-MgBetaReportPartnerBillingUsageUnbilled --- @@ -27,7 +27,7 @@ Export-MgBetaReportPartnerBillingUsageUnbilled [-ResponseHeadersVariable ] [-AttributeSet ] [-BillingPeriod ] [-CurrencyCode ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Export @@ -38,7 +38,6 @@ Export-MgBetaReportPartnerBillingUsageUnbilled [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaAdminReportSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaAdminReportSetting.md index e14cbba2e4b8d..5398d995a81d9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaAdminReportSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaAdminReportSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetaadminreportsetting Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaAdminReportSetting --- @@ -26,7 +26,7 @@ Get the tenant-level settings for Microsoft 365 reports. Get-MgBetaAdminReportSetting [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaAuditLogCustomSecurityAttributeAudit.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaAuditLogCustomSecurityAttributeAudit.md index 22ce8d0714a7a..ac25213a7e465 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaAuditLogCustomSecurityAttributeAudit.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaAuditLogCustomSecurityAttributeAudit.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetaauditlogcustomsecurityattributeaudit Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaAuditLogCustomSecurityAttributeAudit --- @@ -25,7 +25,7 @@ Get-MgBetaAuditLogCustomSecurityAttributeAudit [-ExpandProperty ] [-Pr [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaAuditLogCustomSecurityAttributeAudit -CustomSecurityAttributeAuditId < [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -45,7 +45,7 @@ Get-MgBetaAuditLogCustomSecurityAttributeAudit -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaAuditLogCustomSecurityAttributeAuditCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaAuditLogCustomSecurityAttributeAuditCount.md index fde5361bcb8af..41cf924e63280 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaAuditLogCustomSecurityAttributeAuditCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaAuditLogCustomSecurityAttributeAuditCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetaauditlogcustomsecurityattributeauditcount Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaAuditLogCustomSecurityAttributeAuditCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaAuditLogCustomSecurityAttributeAuditCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaAuditLogDirectoryAudit.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaAuditLogDirectoryAudit.md index ee3b9d4535a1f..90547bc37fcb9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaAuditLogDirectoryAudit.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaAuditLogDirectoryAudit.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetaauditlogdirectoryaudit Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaAuditLogDirectoryAudit --- @@ -29,7 +29,7 @@ Get-MgBetaAuditLogDirectoryAudit [-ExpandProperty ] [-Property ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaAuditLogDirectoryAudit [-ExpandProperty ] [-Property [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -47,7 +47,7 @@ Get-MgBetaAuditLogDirectoryAudit -DirectoryAuditId [-ExpandProperty [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaAuditLogDirectoryAuditCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaAuditLogDirectoryAuditCount.md index b4459d2a8e6f7..bbc75c2b73434 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaAuditLogDirectoryAuditCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaAuditLogDirectoryAuditCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetaauditlogdirectoryauditcount Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaAuditLogDirectoryAuditCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaAuditLogDirectoryAuditCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaAuditLogDirectoryProvisioning.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaAuditLogDirectoryProvisioning.md index 0a896b69b742f..70b3b04c11ae0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaAuditLogDirectoryProvisioning.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaAuditLogDirectoryProvisioning.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetaauditlogdirectoryprovisioning Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaAuditLogDirectoryProvisioning --- @@ -25,7 +25,7 @@ Get-MgBetaAuditLogDirectoryProvisioning [-ExpandProperty ] [-Property [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaAuditLogDirectoryProvisioning -ProvisioningObjectSummaryId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -44,7 +44,7 @@ Get-MgBetaAuditLogDirectoryProvisioning -ProvisioningObjectSummaryId Get-MgBetaAuditLogDirectoryProvisioning -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaAuditLogDirectoryProvisioningCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaAuditLogDirectoryProvisioningCount.md index 13eeec827cf7f..4e2980e6796d5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaAuditLogDirectoryProvisioningCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaAuditLogDirectoryProvisioningCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetaauditlogdirectoryprovisioningcount Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaAuditLogDirectoryProvisioningCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaAuditLogDirectoryProvisioningCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaAuditLogProvisioning.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaAuditLogProvisioning.md index 6359c639a7a61..884dfd1a5493f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaAuditLogProvisioning.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaAuditLogProvisioning.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetaauditlogprovisioning Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaAuditLogProvisioning --- @@ -28,7 +28,7 @@ Get-MgBetaAuditLogProvisioning [-ExpandProperty ] [-Property ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -37,7 +37,7 @@ Get-MgBetaAuditLogProvisioning [-ExpandProperty ] [-Property [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +46,7 @@ Get-MgBetaAuditLogProvisioning -ProvisioningObjectSummaryId [-ExpandPro Get-MgBetaAuditLogProvisioning -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaAuditLogProvisioningCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaAuditLogProvisioningCount.md index 23bbc2f1e1747..0fade7ef8602e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaAuditLogProvisioningCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaAuditLogProvisioningCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetaauditlogprovisioningcount Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaAuditLogProvisioningCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaAuditLogProvisioningCount [-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) | ProvisioningLog.Read.All, Directory.Read.All, AuditLog.Read.All, | +| Delegated (work or school account) | ProvisioningLog.Read.All, AuditLog.Read.All, Directory.Read.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | ProvisioningLog.Read.All, Directory.Read.All, AuditLog.Read.All, | +| Application | AuditLog.Read.All, Directory.Read.All, ProvisioningLog.Read.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaAuditLogSignIn.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaAuditLogSignIn.md index 4188ecd4c9fa6..52199f5f5eb87 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaAuditLogSignIn.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaAuditLogSignIn.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetaauditlogsignin Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaAuditLogSignIn --- @@ -29,7 +29,7 @@ Get-MgBetaAuditLogSignIn [-ExpandProperty ] [-Property ] [-F [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaAuditLogSignIn [-ExpandProperty ] [-Property ] [-F Get-MgBetaAuditLogSignIn -SignInId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -47,7 +47,7 @@ Get-MgBetaAuditLogSignIn -SignInId [-ExpandProperty ] [-Prope Get-MgBetaAuditLogSignIn -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaAuditLogSignInCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaAuditLogSignInCount.md index b5ee5ec90a950..54e459a9736fe 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaAuditLogSignInCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaAuditLogSignInCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetaauditlogsignincount Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaAuditLogSignInCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaAuditLogSignInCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaAuditLogSignUp.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaAuditLogSignUp.md index 27ef87bdb8e77..a983a30e30782 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaAuditLogSignUp.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaAuditLogSignUp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetaauditlogsignup Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaAuditLogSignUp --- @@ -25,7 +25,7 @@ Get-MgBetaAuditLogSignUp [-ExpandProperty ] [-Property ] [-F [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -34,7 +34,7 @@ Get-MgBetaAuditLogSignUp [-ExpandProperty ] [-Property ] [-F Get-MgBetaAuditLogSignUp -SelfServiceSignUpId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -43,7 +43,7 @@ Get-MgBetaAuditLogSignUp -SelfServiceSignUpId [-ExpandProperty [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaAuditLogSignUpCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaAuditLogSignUpCount.md index 80648c873ece7..6de4cafcbc6b9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaAuditLogSignUpCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaAuditLogSignUpCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetaauditlogsignupcount Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaAuditLogSignUpCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaAuditLogSignUpCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReport.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReport.md index f1cd25f2dea2c..936453003b23d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReport.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReport.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetadevicemanagementreport Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementReport --- @@ -26,7 +26,7 @@ Get reports from deviceManagement Get-MgBetaDeviceManagementReport [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -42,9 +42,9 @@ Get reports from deviceManagement | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementServiceConfig.ReadWrite.All, DeviceManagementServiceConfig.Read.All, DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementApps.ReadWrite.All, DeviceManagementApps.Read.All, | +| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementApps.Read.All, DeviceManagementApps.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementServiceConfig.Read.All, DeviceManagementServiceConfig.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | DeviceManagementConfiguration.Read.All, DeviceManagementServiceConfig.ReadWrite.All, DeviceManagementServiceConfig.Read.All, DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementApps.ReadWrite.All, DeviceManagementApps.Read.All, | +| Application | DeviceManagementConfiguration.Read.All, DeviceManagementApps.Read.All, DeviceManagementApps.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementServiceConfig.Read.All, DeviceManagementServiceConfig.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportActiveMalwareReport.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportActiveMalwareReport.md index e8d306fac05f0..5c537dc7fc159 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportActiveMalwareReport.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportActiveMalwareReport.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetadevicemanagementreportactivemalwarereport Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementReportActiveMalwareReport --- @@ -27,7 +27,6 @@ Get-MgBetaDeviceManagementReportActiveMalwareReport -OutFile [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Get @@ -38,7 +37,6 @@ Get-MgBetaDeviceManagementReportActiveMalwareReport -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportActiveMalwareSummaryReport.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportActiveMalwareSummaryReport.md index d231a18bf1fe8..4b5c7fa5e4c49 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportActiveMalwareSummaryReport.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportActiveMalwareSummaryReport.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetadevicemanagementreportactivemalwaresummaryreport Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementReportActiveMalwareSummaryReport --- @@ -27,7 +27,6 @@ Get-MgBetaDeviceManagementReportActiveMalwareSummaryReport -OutFile [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Get @@ -38,7 +37,6 @@ Get-MgBetaDeviceManagementReportActiveMalwareSummaryReport -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportAndroidWorkProfileDeviceMigrationStatus.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportAndroidWorkProfileDeviceMigrationStatus.md index 0b12b73d02c1f..a5c192861fca2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportAndroidWorkProfileDeviceMigrationStatus.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportAndroidWorkProfileDeviceMigrationStatus.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetadevicemanagementreportandroidworkprofiledevicemigrationstatus Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementReportAndroidWorkProfileDeviceMigrationStatus --- @@ -27,7 +27,6 @@ Get-MgBetaDeviceManagementReportAndroidWorkProfileDeviceMigrationStatus -OutFile [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Retrieve @@ -38,7 +37,6 @@ Get-MgBetaDeviceManagementReportAndroidWorkProfileDeviceMigrationStatus -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportAppInstallSummaryReport.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportAppInstallSummaryReport.md index 0a36837cce253..1eb4e7066e13c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportAppInstallSummaryReport.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportAppInstallSummaryReport.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetadevicemanagementreportappinstallsummaryreport Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementReportAppInstallSummaryReport --- @@ -27,7 +27,6 @@ Get-MgBetaDeviceManagementReportAppInstallSummaryReport -OutFile [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Get @@ -38,7 +37,6 @@ Get-MgBetaDeviceManagementReportAppInstallSummaryReport -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportAppStatusOverviewReport.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportAppStatusOverviewReport.md index 369b6c8a515b5..d1a69c45b4a77 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportAppStatusOverviewReport.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportAppStatusOverviewReport.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetadevicemanagementreportappstatusoverviewreport Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementReportAppStatusOverviewReport --- @@ -27,7 +27,6 @@ Get-MgBetaDeviceManagementReportAppStatusOverviewReport -OutFile [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Get @@ -38,7 +37,6 @@ Get-MgBetaDeviceManagementReportAppStatusOverviewReport -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportAppleDeviceOSUpdateStatus.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportAppleDeviceOSUpdateStatus.md index 6d7ea19fd138d..2b4963b27a676 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportAppleDeviceOSUpdateStatus.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportAppleDeviceOSUpdateStatus.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetadevicemanagementreportappledeviceosupdatestatus Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementReportAppleDeviceOSUpdateStatus --- @@ -27,7 +27,6 @@ Get-MgBetaDeviceManagementReportAppleDeviceOSUpdateStatus -OutFile [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Retrieve @@ -38,7 +37,6 @@ Get-MgBetaDeviceManagementReportAppleDeviceOSUpdateStatus -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportAppleOSUpdateFailure.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportAppleOSUpdateFailure.md index 28c31ede33253..eadaaa7174276 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportAppleOSUpdateFailure.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportAppleOSUpdateFailure.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetadevicemanagementreportappleosupdatefailure Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementReportAppleOSUpdateFailure --- @@ -27,7 +27,6 @@ Get-MgBetaDeviceManagementReportAppleOSUpdateFailure -OutFile [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Retrieve @@ -38,7 +37,6 @@ Get-MgBetaDeviceManagementReportAppleOSUpdateFailure -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportCachedReport.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportCachedReport.md index 28d1dd584e270..9253aebfc52c1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportCachedReport.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportCachedReport.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetadevicemanagementreportcachedreport Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementReportCachedReport --- @@ -28,7 +28,6 @@ Get-MgBetaDeviceManagementReportCachedReport -OutFile [-ResponseHeaders [-Search ] [-Skip ] [-Sort ] [-Top ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Get @@ -39,7 +38,6 @@ Get-MgBetaDeviceManagementReportCachedReport -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -55,9 +53,9 @@ Invoke action getCachedReport | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementApps.ReadWrite.All, DeviceManagementApps.Read.All, | +| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementApps.Read.All, DeviceManagementApps.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementManagedDevices.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | DeviceManagementConfiguration.Read.All, DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementApps.ReadWrite.All, DeviceManagementApps.Read.All, | +| Application | DeviceManagementConfiguration.Read.All, DeviceManagementApps.Read.All, DeviceManagementApps.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementManagedDevices.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportCachedReportConfiguration.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportCachedReportConfiguration.md index ef1c8f591aa10..ac8e18802e660 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportCachedReportConfiguration.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportCachedReportConfiguration.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetadevicemanagementreportcachedreportconfiguration Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementReportCachedReportConfiguration --- @@ -25,7 +25,7 @@ Get-MgBetaDeviceManagementReportCachedReportConfiguration [-ExpandProperty ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaDeviceManagementReportCachedReportConfiguration -DeviceManagementCachedReportConfigurationId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -45,7 +45,7 @@ Get-MgBetaDeviceManagementReportCachedReportConfiguration -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -61,9 +61,9 @@ Entity representing the configuration of a cached report. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementApps.ReadWrite.All, DeviceManagementApps.Read.All, | +| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementApps.Read.All, DeviceManagementApps.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementManagedDevices.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | DeviceManagementConfiguration.Read.All, DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementApps.ReadWrite.All, DeviceManagementApps.Read.All, | +| Application | DeviceManagementConfiguration.Read.All, DeviceManagementApps.Read.All, DeviceManagementApps.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementManagedDevices.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportCachedReportConfigurationCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportCachedReportConfigurationCount.md index 2c88a8e4d397b..ad2fc55f36513 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportCachedReportConfigurationCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportCachedReportConfigurationCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetadevicemanagementreportcachedreportconfigurationcount Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementReportCachedReportConfigurationCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaDeviceManagementReportCachedReportConfigurationCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -39,9 +39,9 @@ Get the number of the resource | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementApps.ReadWrite.All, DeviceManagementApps.Read.All, | +| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementApps.Read.All, DeviceManagementApps.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementManagedDevices.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | DeviceManagementConfiguration.Read.All, DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementApps.ReadWrite.All, DeviceManagementApps.Read.All, | +| Application | DeviceManagementConfiguration.Read.All, DeviceManagementApps.Read.All, DeviceManagementApps.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementManagedDevices.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportCloudPkiLeafCertificateReport.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportCloudPkiLeafCertificateReport.md index f37cde805e218..ba96970137e74 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportCloudPkiLeafCertificateReport.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportCloudPkiLeafCertificateReport.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetadevicemanagementreportcloudpkileafcertificatereport Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementReportCloudPkiLeafCertificateReport --- @@ -26,7 +26,6 @@ Get-MgBetaDeviceManagementReportCloudPkiLeafCertificateReport -OutFile [-Skip ] [-Sort ] [-Top ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Retrieve @@ -37,7 +36,6 @@ Get-MgBetaDeviceManagementReportCloudPkiLeafCertificateReport -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportCloudPkiLeafCertificateSummaryReport.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportCloudPkiLeafCertificateSummaryReport.md index 48964c7d88089..7aa72e682a831 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportCloudPkiLeafCertificateSummaryReport.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportCloudPkiLeafCertificateSummaryReport.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetadevicemanagementreportcloudpkileafcertificatesummaryreport Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementReportCloudPkiLeafCertificateSummaryReport --- @@ -25,7 +25,6 @@ Get-MgBetaDeviceManagementReportCloudPkiLeafCertificateSummaryReport -OutFile ] [-Property ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Retrieve @@ -36,7 +35,6 @@ Get-MgBetaDeviceManagementReportCloudPkiLeafCertificateSummaryReport -OutFile ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportCompliancePolicyDeviceReport.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportCompliancePolicyDeviceReport.md index 046693e411e6f..c5fd764ca3c3d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportCompliancePolicyDeviceReport.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportCompliancePolicyDeviceReport.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetadevicemanagementreportcompliancepolicydevicereport Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementReportCompliancePolicyDeviceReport --- @@ -27,7 +27,6 @@ Get-MgBetaDeviceManagementReportCompliancePolicyDeviceReport -OutFile [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Get @@ -38,7 +37,6 @@ Get-MgBetaDeviceManagementReportCompliancePolicyDeviceReport -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportCompliancePolicyDeviceSummaryReport.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportCompliancePolicyDeviceSummaryReport.md index d4006d494194e..dcd4b1988e9af 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportCompliancePolicyDeviceSummaryReport.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportCompliancePolicyDeviceSummaryReport.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetadevicemanagementreportcompliancepolicydevicesummaryreport Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementReportCompliancePolicyDeviceSummaryReport --- @@ -27,7 +27,6 @@ Get-MgBetaDeviceManagementReportCompliancePolicyDeviceSummaryReport -OutFile ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Get @@ -38,7 +37,6 @@ Get-MgBetaDeviceManagementReportCompliancePolicyDeviceSummaryReport -OutFile ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportCompliancePolicyNonComplianceReport.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportCompliancePolicyNonComplianceReport.md index 80e75dd3cbcf7..b11b5093ac11b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportCompliancePolicyNonComplianceReport.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportCompliancePolicyNonComplianceReport.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetadevicemanagementreportcompliancepolicynoncompliancereport Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementReportCompliancePolicyNonComplianceReport --- @@ -30,7 +30,6 @@ Get-MgBetaDeviceManagementReportCompliancePolicyNonComplianceReport -OutFile ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Get @@ -41,7 +40,6 @@ Get-MgBetaDeviceManagementReportCompliancePolicyNonComplianceReport -OutFile ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -57,9 +55,9 @@ Invoke action getCompliancePolicyNonComplianceReport | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementApps.ReadWrite.All, DeviceManagementApps.Read.All, | +| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementApps.Read.All, DeviceManagementApps.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementManagedDevices.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | DeviceManagementConfiguration.Read.All, DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementApps.ReadWrite.All, DeviceManagementApps.Read.All, | +| Application | DeviceManagementConfiguration.Read.All, DeviceManagementApps.Read.All, DeviceManagementApps.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementManagedDevices.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportCompliancePolicyNonComplianceSummaryReport.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportCompliancePolicyNonComplianceSummaryReport.md index bdf6187489555..2d68e238f6c62 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportCompliancePolicyNonComplianceSummaryReport.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportCompliancePolicyNonComplianceSummaryReport.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetadevicemanagementreportcompliancepolicynoncompliancesummaryreport Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementReportCompliancePolicyNonComplianceSummaryReport --- @@ -30,7 +30,6 @@ Get-MgBetaDeviceManagementReportCompliancePolicyNonComplianceSummaryReport -OutF [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Get @@ -41,7 +40,6 @@ Get-MgBetaDeviceManagementReportCompliancePolicyNonComplianceSummaryReport -OutF [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -57,9 +55,9 @@ Invoke action getCompliancePolicyNonComplianceSummaryReport | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementApps.ReadWrite.All, DeviceManagementApps.Read.All, | +| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementApps.Read.All, DeviceManagementApps.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementManagedDevices.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | DeviceManagementConfiguration.Read.All, DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementApps.ReadWrite.All, DeviceManagementApps.Read.All, | +| Application | DeviceManagementConfiguration.Read.All, DeviceManagementApps.Read.All, DeviceManagementApps.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementManagedDevices.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportCompliancePolicyReportForDevice.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportCompliancePolicyReportForDevice.md index 1d7d09cfb84c4..6597ccb21a1e4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportCompliancePolicyReportForDevice.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportCompliancePolicyReportForDevice.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetadevicemanagementreportcompliancepolicyreportfordevice Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementReportCompliancePolicyReportForDevice --- @@ -27,7 +27,6 @@ Get-MgBetaDeviceManagementReportCompliancePolicyReportForDevice -OutFile ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Get @@ -38,7 +37,6 @@ Get-MgBetaDeviceManagementReportCompliancePolicyReportForDevice -OutFile ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportComplianceSettingDetailReport.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportComplianceSettingDetailReport.md index 3d2607dbc5111..67252e83e66ca 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportComplianceSettingDetailReport.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportComplianceSettingDetailReport.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetadevicemanagementreportcompliancesettingdetailreport Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementReportComplianceSettingDetailReport --- @@ -27,7 +27,6 @@ Get-MgBetaDeviceManagementReportComplianceSettingDetailReport -OutFile [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Get @@ -38,7 +37,6 @@ Get-MgBetaDeviceManagementReportComplianceSettingDetailReport -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportComplianceSettingNonComplianceReport.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportComplianceSettingNonComplianceReport.md index 8838149231dc5..d3329e65aa55d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportComplianceSettingNonComplianceReport.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportComplianceSettingNonComplianceReport.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetadevicemanagementreportcompliancesettingnoncompliancereport Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementReportComplianceSettingNonComplianceReport --- @@ -30,7 +30,6 @@ Get-MgBetaDeviceManagementReportComplianceSettingNonComplianceReport -OutFile ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Get @@ -41,7 +40,6 @@ Get-MgBetaDeviceManagementReportComplianceSettingNonComplianceReport -OutFile ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -57,9 +55,9 @@ Invoke action getComplianceSettingNonComplianceReport | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementApps.ReadWrite.All, DeviceManagementApps.Read.All, | +| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementApps.Read.All, DeviceManagementApps.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementManagedDevices.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | DeviceManagementConfiguration.Read.All, DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementApps.ReadWrite.All, DeviceManagementApps.Read.All, | +| Application | DeviceManagementConfiguration.Read.All, DeviceManagementApps.Read.All, DeviceManagementApps.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementManagedDevices.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportComplianceSettingReport.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportComplianceSettingReport.md index 71f6e322f2d1a..b62707fde19b0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportComplianceSettingReport.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportComplianceSettingReport.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetadevicemanagementreportcompliancesettingreport Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementReportComplianceSettingReport --- @@ -27,7 +27,6 @@ Get-MgBetaDeviceManagementReportComplianceSettingReport -OutFile [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Get @@ -38,7 +37,6 @@ Get-MgBetaDeviceManagementReportComplianceSettingReport -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportConfigManagerDevicePolicyStatusReport.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportConfigManagerDevicePolicyStatusReport.md index f290e28ec5c09..896ce5f72b59a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportConfigManagerDevicePolicyStatusReport.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportConfigManagerDevicePolicyStatusReport.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetadevicemanagementreportconfigmanagerdevicepolicystatusreport Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementReportConfigManagerDevicePolicyStatusReport --- @@ -27,7 +27,6 @@ Get-MgBetaDeviceManagementReportConfigManagerDevicePolicyStatusReport -OutFile < [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Get @@ -38,7 +37,6 @@ Get-MgBetaDeviceManagementReportConfigManagerDevicePolicyStatusReport -OutFile < [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportConfigurationPolicyDeviceReport.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportConfigurationPolicyDeviceReport.md index 843c8c2b50f61..2524dbec705c3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportConfigurationPolicyDeviceReport.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportConfigurationPolicyDeviceReport.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetadevicemanagementreportconfigurationpolicydevicereport Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementReportConfigurationPolicyDeviceReport --- @@ -27,7 +27,6 @@ Get-MgBetaDeviceManagementReportConfigurationPolicyDeviceReport -OutFile ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Get @@ -38,7 +37,6 @@ Get-MgBetaDeviceManagementReportConfigurationPolicyDeviceReport -OutFile ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportConfigurationPolicyDeviceSummaryReport.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportConfigurationPolicyDeviceSummaryReport.md index d0ff26dd9d713..80ca7c832d8a6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportConfigurationPolicyDeviceSummaryReport.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportConfigurationPolicyDeviceSummaryReport.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetadevicemanagementreportconfigurationpolicydevicesummaryreport Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementReportConfigurationPolicyDeviceSummaryReport --- @@ -27,7 +27,6 @@ Get-MgBetaDeviceManagementReportConfigurationPolicyDeviceSummaryReport -OutFile [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Get @@ -38,7 +37,6 @@ Get-MgBetaDeviceManagementReportConfigurationPolicyDeviceSummaryReport -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportConfigurationPolicyNonComplianceReport.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportConfigurationPolicyNonComplianceReport.md index 23af5cc77ad6e..392e9578d0135 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportConfigurationPolicyNonComplianceReport.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportConfigurationPolicyNonComplianceReport.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetadevicemanagementreportconfigurationpolicynoncompliancereport Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementReportConfigurationPolicyNonComplianceReport --- @@ -30,7 +30,6 @@ Get-MgBetaDeviceManagementReportConfigurationPolicyNonComplianceReport -OutFile [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Get @@ -41,7 +40,6 @@ Get-MgBetaDeviceManagementReportConfigurationPolicyNonComplianceReport -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -57,9 +55,9 @@ Invoke action getConfigurationPolicyNonComplianceReport | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementApps.ReadWrite.All, DeviceManagementApps.Read.All, | +| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementApps.Read.All, DeviceManagementApps.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementManagedDevices.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | DeviceManagementConfiguration.Read.All, DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementApps.ReadWrite.All, DeviceManagementApps.Read.All, | +| Application | DeviceManagementConfiguration.Read.All, DeviceManagementApps.Read.All, DeviceManagementApps.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementManagedDevices.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportConfigurationPolicyNonComplianceSummaryReport.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportConfigurationPolicyNonComplianceSummaryReport.md index b8567b3c453b5..7f27dfc2bca14 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportConfigurationPolicyNonComplianceSummaryReport.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportConfigurationPolicyNonComplianceSummaryReport.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetadevicemanagementreportconfigurationpolicynoncompliancesummaryreport Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementReportConfigurationPolicyNonComplianceSummaryReport --- @@ -30,7 +30,6 @@ Get-MgBetaDeviceManagementReportConfigurationPolicyNonComplianceSummaryReport -O [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Get @@ -41,7 +40,6 @@ Get-MgBetaDeviceManagementReportConfigurationPolicyNonComplianceSummaryReport -O [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -57,9 +55,9 @@ Invoke action getConfigurationPolicyNonComplianceSummaryReport | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementApps.ReadWrite.All, DeviceManagementApps.Read.All, | +| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementApps.Read.All, DeviceManagementApps.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementManagedDevices.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | DeviceManagementConfiguration.Read.All, DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementApps.ReadWrite.All, DeviceManagementApps.Read.All, | +| Application | DeviceManagementConfiguration.Read.All, DeviceManagementApps.Read.All, DeviceManagementApps.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementManagedDevices.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportConfigurationPolicyReportForDevice.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportConfigurationPolicyReportForDevice.md index 0783938df1402..7b8ce8df89cc6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportConfigurationPolicyReportForDevice.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportConfigurationPolicyReportForDevice.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetadevicemanagementreportconfigurationpolicyreportfordevice Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementReportConfigurationPolicyReportForDevice --- @@ -27,7 +27,6 @@ Get-MgBetaDeviceManagementReportConfigurationPolicyReportForDevice -OutFile ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Get @@ -38,7 +37,6 @@ Get-MgBetaDeviceManagementReportConfigurationPolicyReportForDevice -OutFile ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportConfigurationPolicySettingDeviceSummaryReport.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportConfigurationPolicySettingDeviceSummaryReport.md index 787effae453ea..0c85d35aab37b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportConfigurationPolicySettingDeviceSummaryReport.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportConfigurationPolicySettingDeviceSummaryReport.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetadevicemanagementreportconfigurationpolicysettingdevicesummaryreport Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementReportConfigurationPolicySettingDeviceSummaryReport --- @@ -27,7 +27,6 @@ Get-MgBetaDeviceManagementReportConfigurationPolicySettingDeviceSummaryReport -O [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Get @@ -38,7 +37,6 @@ Get-MgBetaDeviceManagementReportConfigurationPolicySettingDeviceSummaryReport -O [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportConfigurationSettingDetailReport.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportConfigurationSettingDetailReport.md index c113fcdc42fec..501147c01ac0f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportConfigurationSettingDetailReport.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportConfigurationSettingDetailReport.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetadevicemanagementreportconfigurationsettingdetailreport Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementReportConfigurationSettingDetailReport --- @@ -27,7 +27,6 @@ Get-MgBetaDeviceManagementReportConfigurationSettingDetailReport -OutFile ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Get @@ -38,7 +37,6 @@ Get-MgBetaDeviceManagementReportConfigurationSettingDetailReport -OutFile ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportConfigurationSettingNonComplianceReport.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportConfigurationSettingNonComplianceReport.md index 44f677548c9c7..44133656314d7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportConfigurationSettingNonComplianceReport.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportConfigurationSettingNonComplianceReport.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetadevicemanagementreportconfigurationsettingnoncompliancereport Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementReportConfigurationSettingNonComplianceReport --- @@ -30,7 +30,6 @@ Get-MgBetaDeviceManagementReportConfigurationSettingNonComplianceReport -OutFile [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Get @@ -41,7 +40,6 @@ Get-MgBetaDeviceManagementReportConfigurationSettingNonComplianceReport -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -57,9 +55,9 @@ Invoke action getConfigurationSettingNonComplianceReport | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementApps.ReadWrite.All, DeviceManagementApps.Read.All, | +| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementApps.Read.All, DeviceManagementApps.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementManagedDevices.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | DeviceManagementConfiguration.Read.All, DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementApps.ReadWrite.All, DeviceManagementApps.Read.All, | +| Application | DeviceManagementConfiguration.Read.All, DeviceManagementApps.Read.All, DeviceManagementApps.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementManagedDevices.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportConfigurationSettingReport.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportConfigurationSettingReport.md index 8ecabcd5cbd16..af0dbca2669c8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportConfigurationSettingReport.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportConfigurationSettingReport.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetadevicemanagementreportconfigurationsettingreport Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementReportConfigurationSettingReport --- @@ -27,7 +27,6 @@ Get-MgBetaDeviceManagementReportConfigurationSettingReport -OutFile [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Get @@ -38,7 +37,6 @@ Get-MgBetaDeviceManagementReportConfigurationSettingReport -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportDeviceAppInstallationStatusReport.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportDeviceAppInstallationStatusReport.md index 0c5d2cab15a6e..fef73ac034f5b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportDeviceAppInstallationStatusReport.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportDeviceAppInstallationStatusReport.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetadevicemanagementreportdeviceappinstallationstatusreport Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementReportDeviceAppInstallationStatusReport --- @@ -30,7 +30,6 @@ Get-MgBetaDeviceManagementReportDeviceAppInstallationStatusReport -OutFile ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Retrieve @@ -41,7 +40,6 @@ Get-MgBetaDeviceManagementReportDeviceAppInstallationStatusReport -OutFile ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportDeviceConfigurationPolicySettingSummaryReport.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportDeviceConfigurationPolicySettingSummaryReport.md index b7b41c9b23658..82157aff538f9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportDeviceConfigurationPolicySettingSummaryReport.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportDeviceConfigurationPolicySettingSummaryReport.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetadevicemanagementreportdeviceconfigurationpolicysettingsummaryreport Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementReportDeviceConfigurationPolicySettingSummaryReport --- @@ -27,7 +27,6 @@ Get-MgBetaDeviceManagementReportDeviceConfigurationPolicySettingSummaryReport -O [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Get @@ -38,7 +37,6 @@ Get-MgBetaDeviceManagementReportDeviceConfigurationPolicySettingSummaryReport -O [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportDeviceConfigurationPolicyStatusSummary.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportDeviceConfigurationPolicyStatusSummary.md index 09161cc5881ea..014e92b3987aa 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportDeviceConfigurationPolicyStatusSummary.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportDeviceConfigurationPolicyStatusSummary.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetadevicemanagementreportdeviceconfigurationpolicystatussummary Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementReportDeviceConfigurationPolicyStatusSummary --- @@ -27,7 +27,6 @@ Get-MgBetaDeviceManagementReportDeviceConfigurationPolicyStatusSummary -OutFile [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Get @@ -38,7 +37,6 @@ Get-MgBetaDeviceManagementReportDeviceConfigurationPolicyStatusSummary -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportDeviceManagementIntentPerSettingContributingProfile.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportDeviceManagementIntentPerSettingContributingProfile.md index bc3f362010616..851124f9f28b8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportDeviceManagementIntentPerSettingContributingProfile.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportDeviceManagementIntentPerSettingContributingProfile.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetadevicemanagementreportdevicemanagementintentpersettingcontributingprofile Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementReportDeviceManagementIntentPerSettingContributingProfile --- @@ -30,7 +30,6 @@ Get-MgBetaDeviceManagementReportDeviceManagementIntentPerSettingContributingProf [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Get @@ -42,7 +41,6 @@ Get-MgBetaDeviceManagementReportDeviceManagementIntentPerSettingContributingProf [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -58,9 +56,9 @@ Invoke action getDeviceManagementIntentPerSettingContributingProfiles | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementApps.ReadWrite.All, DeviceManagementApps.Read.All, | +| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementApps.Read.All, DeviceManagementApps.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementManagedDevices.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | DeviceManagementConfiguration.Read.All, DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementApps.ReadWrite.All, DeviceManagementApps.Read.All, | +| Application | DeviceManagementConfiguration.Read.All, DeviceManagementApps.Read.All, DeviceManagementApps.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementManagedDevices.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportDeviceManagementIntentSettingReport.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportDeviceManagementIntentSettingReport.md index 592d7f7de469a..a97cb124f84d7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportDeviceManagementIntentSettingReport.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportDeviceManagementIntentSettingReport.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetadevicemanagementreportdevicemanagementintentsettingreport Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementReportDeviceManagementIntentSettingReport --- @@ -30,7 +30,6 @@ Get-MgBetaDeviceManagementReportDeviceManagementIntentSettingReport -OutFile ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Get @@ -41,7 +40,6 @@ Get-MgBetaDeviceManagementReportDeviceManagementIntentSettingReport -OutFile ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -57,9 +55,9 @@ Invoke action getDeviceManagementIntentSettingsReport | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementApps.ReadWrite.All, DeviceManagementApps.Read.All, | +| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementApps.Read.All, DeviceManagementApps.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementManagedDevices.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | DeviceManagementConfiguration.Read.All, DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementApps.ReadWrite.All, DeviceManagementApps.Read.All, | +| Application | DeviceManagementConfiguration.Read.All, DeviceManagementApps.Read.All, DeviceManagementApps.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementManagedDevices.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportDeviceNonComplianceReport.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportDeviceNonComplianceReport.md index 4871bb3beaa73..cdc09c07bc596 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportDeviceNonComplianceReport.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportDeviceNonComplianceReport.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetadevicemanagementreportdevicenoncompliancereport Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementReportDeviceNonComplianceReport --- @@ -30,7 +30,6 @@ Get-MgBetaDeviceManagementReportDeviceNonComplianceReport -OutFile [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Get @@ -41,7 +40,6 @@ Get-MgBetaDeviceManagementReportDeviceNonComplianceReport -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -57,9 +55,9 @@ Invoke action getDeviceNonComplianceReport | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementApps.ReadWrite.All, DeviceManagementApps.Read.All, | +| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementApps.Read.All, DeviceManagementApps.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementManagedDevices.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | DeviceManagementConfiguration.Read.All, DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementApps.ReadWrite.All, DeviceManagementApps.Read.All, | +| Application | DeviceManagementConfiguration.Read.All, DeviceManagementApps.Read.All, DeviceManagementApps.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementManagedDevices.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportDevicePolicyComplianceReport.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportDevicePolicyComplianceReport.md index f73d2f24c70d9..e2347b16f45e5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportDevicePolicyComplianceReport.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportDevicePolicyComplianceReport.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetadevicemanagementreportdevicepolicycompliancereport Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementReportDevicePolicyComplianceReport --- @@ -26,7 +26,6 @@ Get-MgBetaDeviceManagementReportDevicePolicyComplianceReport -OutFile [-Sort ] [-Top ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Get @@ -37,7 +36,6 @@ Get-MgBetaDeviceManagementReportDevicePolicyComplianceReport -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -53,9 +51,9 @@ Invoke action getDevicePoliciesComplianceReport | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementApps.ReadWrite.All, DeviceManagementApps.Read.All, | +| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementApps.Read.All, DeviceManagementApps.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementManagedDevices.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | DeviceManagementConfiguration.Read.All, DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementApps.ReadWrite.All, DeviceManagementApps.Read.All, | +| Application | DeviceManagementConfiguration.Read.All, DeviceManagementApps.Read.All, DeviceManagementApps.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementManagedDevices.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportDevicePolicySettingComplianceReport.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportDevicePolicySettingComplianceReport.md index 8a5d97f8f05de..b68f0d747fa43 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportDevicePolicySettingComplianceReport.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportDevicePolicySettingComplianceReport.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetadevicemanagementreportdevicepolicysettingcompliancereport Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementReportDevicePolicySettingComplianceReport --- @@ -26,7 +26,6 @@ Get-MgBetaDeviceManagementReportDevicePolicySettingComplianceReport -OutFile ] [-Top ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Get @@ -37,7 +36,6 @@ Get-MgBetaDeviceManagementReportDevicePolicySettingComplianceReport -OutFile ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -53,9 +51,9 @@ Invoke action getDevicePolicySettingsComplianceReport | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementApps.ReadWrite.All, DeviceManagementApps.Read.All, | +| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementApps.Read.All, DeviceManagementApps.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementManagedDevices.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | DeviceManagementConfiguration.Read.All, DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementApps.ReadWrite.All, DeviceManagementApps.Read.All, | +| Application | DeviceManagementConfiguration.Read.All, DeviceManagementApps.Read.All, DeviceManagementApps.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementManagedDevices.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportDeviceStatusByCompliacePolicyReport.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportDeviceStatusByCompliacePolicyReport.md index 84da1b6e07541..c401121be8b7e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportDeviceStatusByCompliacePolicyReport.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportDeviceStatusByCompliacePolicyReport.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetadevicemanagementreportdevicestatusbycompliacepolicyreport Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementReportDeviceStatusByCompliacePolicyReport --- @@ -26,7 +26,6 @@ Get-MgBetaDeviceManagementReportDeviceStatusByCompliacePolicyReport -OutFile ] [-Top ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Get @@ -37,7 +36,6 @@ Get-MgBetaDeviceManagementReportDeviceStatusByCompliacePolicyReport -OutFile ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -53,9 +51,9 @@ Invoke action getDeviceStatusByCompliacePolicyReport | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementApps.ReadWrite.All, DeviceManagementApps.Read.All, | +| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementApps.Read.All, DeviceManagementApps.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementManagedDevices.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | DeviceManagementConfiguration.Read.All, DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementApps.ReadWrite.All, DeviceManagementApps.Read.All, | +| Application | DeviceManagementConfiguration.Read.All, DeviceManagementApps.Read.All, DeviceManagementApps.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementManagedDevices.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportDeviceStatusByCompliancePolicySettingReport.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportDeviceStatusByCompliancePolicySettingReport.md index 9562fc19dd030..efd9a09b79d5b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportDeviceStatusByCompliancePolicySettingReport.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportDeviceStatusByCompliancePolicySettingReport.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetadevicemanagementreportdevicestatusbycompliancepolicysettingreport Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementReportDeviceStatusByCompliancePolicySettingReport --- @@ -26,7 +26,6 @@ Get-MgBetaDeviceManagementReportDeviceStatusByCompliancePolicySettingReport -Out [-Sort ] [-Top ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Get @@ -37,7 +36,6 @@ Get-MgBetaDeviceManagementReportDeviceStatusByCompliancePolicySettingReport -Out [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -53,9 +51,9 @@ Invoke action getDeviceStatusByCompliancePolicySettingReport | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementApps.ReadWrite.All, DeviceManagementApps.Read.All, | +| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementApps.Read.All, DeviceManagementApps.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementManagedDevices.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | DeviceManagementConfiguration.Read.All, DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementApps.ReadWrite.All, DeviceManagementApps.Read.All, | +| Application | DeviceManagementConfiguration.Read.All, DeviceManagementApps.Read.All, DeviceManagementApps.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementManagedDevices.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportDeviceStatusByPolicyPlatformComplianceReport.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportDeviceStatusByPolicyPlatformComplianceReport.md index b4cb20419c405..cc2603e0920a1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportDeviceStatusByPolicyPlatformComplianceReport.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportDeviceStatusByPolicyPlatformComplianceReport.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetadevicemanagementreportdevicestatusbypolicyplatformcompliancereport Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementReportDeviceStatusByPolicyPlatformComplianceReport --- @@ -26,7 +26,6 @@ Get-MgBetaDeviceManagementReportDeviceStatusByPolicyPlatformComplianceReport -Ou [-Sort ] [-Top ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Get @@ -37,7 +36,6 @@ Get-MgBetaDeviceManagementReportDeviceStatusByPolicyPlatformComplianceReport -Ou [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -53,9 +51,9 @@ Invoke action getDevicesStatusByPolicyPlatformComplianceReport | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementApps.ReadWrite.All, DeviceManagementApps.Read.All, | +| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementApps.Read.All, DeviceManagementApps.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementManagedDevices.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | DeviceManagementConfiguration.Read.All, DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementApps.ReadWrite.All, DeviceManagementApps.Read.All, | +| Application | DeviceManagementConfiguration.Read.All, DeviceManagementApps.Read.All, DeviceManagementApps.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementManagedDevices.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportDeviceStatusBySettingReport.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportDeviceStatusBySettingReport.md index a74e879ad5b61..6d9e6b3e2692f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportDeviceStatusBySettingReport.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportDeviceStatusBySettingReport.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetadevicemanagementreportdevicestatusbysettingreport Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementReportDeviceStatusBySettingReport --- @@ -26,7 +26,6 @@ Get-MgBetaDeviceManagementReportDeviceStatusBySettingReport -OutFile [-Sort ] [-Top ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Get @@ -37,7 +36,6 @@ Get-MgBetaDeviceManagementReportDeviceStatusBySettingReport -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -53,9 +51,9 @@ Invoke action getDevicesStatusBySettingReport | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementApps.ReadWrite.All, DeviceManagementApps.Read.All, | +| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementApps.Read.All, DeviceManagementApps.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementManagedDevices.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | DeviceManagementConfiguration.Read.All, DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementApps.ReadWrite.All, DeviceManagementApps.Read.All, | +| Application | DeviceManagementConfiguration.Read.All, DeviceManagementApps.Read.All, DeviceManagementApps.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementManagedDevices.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportDeviceStatusSummaryByCompliacePolicyReport.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportDeviceStatusSummaryByCompliacePolicyReport.md index f302a9afc12ee..07822566a3ec0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportDeviceStatusSummaryByCompliacePolicyReport.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportDeviceStatusSummaryByCompliacePolicyReport.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetadevicemanagementreportdevicestatussummarybycompliacepolicyreport Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementReportDeviceStatusSummaryByCompliacePolicyReport --- @@ -26,7 +26,6 @@ Get-MgBetaDeviceManagementReportDeviceStatusSummaryByCompliacePolicyReport -OutF [-Sort ] [-Top ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Get @@ -37,7 +36,6 @@ Get-MgBetaDeviceManagementReportDeviceStatusSummaryByCompliacePolicyReport -OutF [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -53,9 +51,9 @@ Invoke action getDeviceStatusSummaryByCompliacePolicyReport | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementApps.ReadWrite.All, DeviceManagementApps.Read.All, | +| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementApps.Read.All, DeviceManagementApps.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementManagedDevices.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | DeviceManagementConfiguration.Read.All, DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementApps.ReadWrite.All, DeviceManagementApps.Read.All, | +| Application | DeviceManagementConfiguration.Read.All, DeviceManagementApps.Read.All, DeviceManagementApps.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementManagedDevices.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportDeviceStatusSummaryByCompliancePolicySettingReport.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportDeviceStatusSummaryByCompliancePolicySettingReport.md index 8db69ce6ec8c2..52217aac8a419 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportDeviceStatusSummaryByCompliancePolicySettingReport.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportDeviceStatusSummaryByCompliancePolicySettingReport.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetadevicemanagementreportdevicestatussummarybycompliancepolicysettingreport Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementReportDeviceStatusSummaryByCompliancePolicySettingReport --- @@ -26,7 +26,6 @@ Get-MgBetaDeviceManagementReportDeviceStatusSummaryByCompliancePolicySettingRepo [-Sort ] [-Top ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Get @@ -37,7 +36,6 @@ Get-MgBetaDeviceManagementReportDeviceStatusSummaryByCompliancePolicySettingRepo [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -53,9 +51,9 @@ Invoke action getDeviceStatusSummaryByCompliancePolicySettingsReport | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementApps.ReadWrite.All, DeviceManagementApps.Read.All, | +| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementApps.Read.All, DeviceManagementApps.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementManagedDevices.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | DeviceManagementConfiguration.Read.All, DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementApps.ReadWrite.All, DeviceManagementApps.Read.All, | +| Application | DeviceManagementConfiguration.Read.All, DeviceManagementApps.Read.All, DeviceManagementApps.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementManagedDevices.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportDeviceWithoutCompliancePolicyReport.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportDeviceWithoutCompliancePolicyReport.md index 330686563ede9..984be6e91d7cc 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportDeviceWithoutCompliancePolicyReport.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportDeviceWithoutCompliancePolicyReport.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetadevicemanagementreportdevicewithoutcompliancepolicyreport Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementReportDeviceWithoutCompliancePolicyReport --- @@ -30,7 +30,6 @@ Get-MgBetaDeviceManagementReportDeviceWithoutCompliancePolicyReport -OutFile ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Get @@ -41,7 +40,6 @@ Get-MgBetaDeviceManagementReportDeviceWithoutCompliancePolicyReport -OutFile ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -57,9 +55,9 @@ Invoke action getDevicesWithoutCompliancePolicyReport | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementApps.ReadWrite.All, DeviceManagementApps.Read.All, | +| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementApps.Read.All, DeviceManagementApps.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementManagedDevices.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | DeviceManagementConfiguration.Read.All, DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementApps.ReadWrite.All, DeviceManagementApps.Read.All, | +| Application | DeviceManagementConfiguration.Read.All, DeviceManagementApps.Read.All, DeviceManagementApps.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementManagedDevices.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportEncryptionReportForDevice.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportEncryptionReportForDevice.md index 9f393683a728a..2b18c87c42560 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportEncryptionReportForDevice.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportEncryptionReportForDevice.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetadevicemanagementreportencryptionreportfordevice Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementReportEncryptionReportForDevice --- @@ -27,7 +27,6 @@ Get-MgBetaDeviceManagementReportEncryptionReportForDevice -OutFile [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Get @@ -38,7 +37,6 @@ Get-MgBetaDeviceManagementReportEncryptionReportForDevice -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportEnrollmentConfigurationPolicyByDevice.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportEnrollmentConfigurationPolicyByDevice.md index 3b68be98cfa0a..eb84ecd06770b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportEnrollmentConfigurationPolicyByDevice.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportEnrollmentConfigurationPolicyByDevice.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetadevicemanagementreportenrollmentconfigurationpolicybydevice Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementReportEnrollmentConfigurationPolicyByDevice --- @@ -26,7 +26,6 @@ Get-MgBetaDeviceManagementReportEnrollmentConfigurationPolicyByDevice -OutFile < [-Sort ] [-Top ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Get @@ -37,7 +36,6 @@ Get-MgBetaDeviceManagementReportEnrollmentConfigurationPolicyByDevice -OutFile < [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportEnrollmentTimeGroupingFailureReport.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportEnrollmentTimeGroupingFailureReport.md index 95d078d3c2d7b..c85781be0ffa2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportEnrollmentTimeGroupingFailureReport.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportEnrollmentTimeGroupingFailureReport.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetadevicemanagementreportenrollmenttimegroupingfailurereport Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementReportEnrollmentTimeGroupingFailureReport --- @@ -27,7 +27,6 @@ Get-MgBetaDeviceManagementReportEnrollmentTimeGroupingFailureReport -OutFile ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Retrieve @@ -38,7 +37,6 @@ Get-MgBetaDeviceManagementReportEnrollmentTimeGroupingFailureReport -OutFile ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportExportJob.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportExportJob.md index 461e1b265789c..9533fa2638de2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportExportJob.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportExportJob.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetadevicemanagementreportexportjob Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementReportExportJob --- @@ -28,7 +28,7 @@ Get-MgBetaDeviceManagementReportExportJob [-ExpandProperty ] [-Propert [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaDeviceManagementReportExportJob -DeviceManagementExportJobId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +48,7 @@ Get-MgBetaDeviceManagementReportExportJob -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -64,9 +64,9 @@ Entity representing a job to export a report. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementApps.ReadWrite.All, DeviceManagementApps.Read.All, | +| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementApps.Read.All, DeviceManagementApps.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementManagedDevices.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | DeviceManagementConfiguration.Read.All, DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementApps.ReadWrite.All, DeviceManagementApps.Read.All, | +| Application | DeviceManagementConfiguration.Read.All, DeviceManagementApps.Read.All, DeviceManagementApps.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementManagedDevices.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportExportJobCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportExportJobCount.md index 3853744dbe69c..80664c684b45c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportExportJobCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportExportJobCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetadevicemanagementreportexportjobcount Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementReportExportJobCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaDeviceManagementReportExportJobCount [-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) | DeviceManagementConfiguration.Read.All, DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementApps.ReadWrite.All, DeviceManagementApps.Read.All, | +| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementApps.Read.All, DeviceManagementApps.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementManagedDevices.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | DeviceManagementConfiguration.Read.All, DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementApps.ReadWrite.All, DeviceManagementApps.Read.All, | +| Application | DeviceManagementConfiguration.Read.All, DeviceManagementApps.Read.All, DeviceManagementApps.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementManagedDevices.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportFailedMobileAppReport.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportFailedMobileAppReport.md index b9e55f2be3014..9ba9cb8125a78 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportFailedMobileAppReport.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportFailedMobileAppReport.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetadevicemanagementreportfailedmobileappreport Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementReportFailedMobileAppReport --- @@ -27,7 +27,6 @@ Get-MgBetaDeviceManagementReportFailedMobileAppReport -OutFile [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Get @@ -38,7 +37,6 @@ Get-MgBetaDeviceManagementReportFailedMobileAppReport -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportFailedMobileAppSummaryReport.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportFailedMobileAppSummaryReport.md index 9c2fba9a82b5b..ef4bae2c2c037 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportFailedMobileAppSummaryReport.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportFailedMobileAppSummaryReport.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetadevicemanagementreportfailedmobileappsummaryreport Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementReportFailedMobileAppSummaryReport --- @@ -27,7 +27,6 @@ Get-MgBetaDeviceManagementReportFailedMobileAppSummaryReport -OutFile [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Get @@ -38,7 +37,6 @@ Get-MgBetaDeviceManagementReportFailedMobileAppSummaryReport -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportFilter.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportFilter.md index e19b209602d4d..b346c5bc98f07 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportFilter.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportFilter.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetadevicemanagementreportfilter Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementReportFilter --- @@ -29,7 +29,6 @@ Get-MgBetaDeviceManagementReportFilter -OutFile [-ResponseHeadersVariab [-Top ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Get @@ -40,7 +39,6 @@ Get-MgBetaDeviceManagementReportFilter -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -56,9 +54,9 @@ Invoke action getReportFilters | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementApps.ReadWrite.All, DeviceManagementApps.Read.All, | +| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementApps.Read.All, DeviceManagementApps.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementManagedDevices.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | DeviceManagementConfiguration.Read.All, DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementApps.ReadWrite.All, DeviceManagementApps.Read.All, | +| Application | DeviceManagementConfiguration.Read.All, DeviceManagementApps.Read.All, DeviceManagementApps.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementManagedDevices.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportGroupPolicySettingDeviceSettingReport.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportGroupPolicySettingDeviceSettingReport.md index 368a3b8f850e5..9d1a45427fd1f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportGroupPolicySettingDeviceSettingReport.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportGroupPolicySettingDeviceSettingReport.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetadevicemanagementreportgrouppolicysettingdevicesettingreport Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementReportGroupPolicySettingDeviceSettingReport --- @@ -27,7 +27,6 @@ Get-MgBetaDeviceManagementReportGroupPolicySettingDeviceSettingReport -OutFile < [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Get @@ -38,7 +37,6 @@ Get-MgBetaDeviceManagementReportGroupPolicySettingDeviceSettingReport -OutFile < [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportHistoricalReport.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportHistoricalReport.md index 021a163dfe87b..b67d0a29caa04 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportHistoricalReport.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportHistoricalReport.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetadevicemanagementreporthistoricalreport Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementReportHistoricalReport --- @@ -29,7 +29,6 @@ Get-MgBetaDeviceManagementReportHistoricalReport -OutFile [-Sort ] [-Top ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Get @@ -40,7 +39,6 @@ Get-MgBetaDeviceManagementReportHistoricalReport -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -56,9 +54,9 @@ Invoke action getHistoricalReport | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementApps.ReadWrite.All, DeviceManagementApps.Read.All, | +| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementApps.Read.All, DeviceManagementApps.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementManagedDevices.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | DeviceManagementConfiguration.Read.All, DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementApps.ReadWrite.All, DeviceManagementApps.Read.All, | +| Application | DeviceManagementConfiguration.Read.All, DeviceManagementApps.Read.All, DeviceManagementApps.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementManagedDevices.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportMalwareSummaryReport.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportMalwareSummaryReport.md index 637066e899450..ae38fe3fbe9ca 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportMalwareSummaryReport.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportMalwareSummaryReport.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetadevicemanagementreportmalwaresummaryreport Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementReportMalwareSummaryReport --- @@ -27,7 +27,6 @@ Get-MgBetaDeviceManagementReportMalwareSummaryReport -OutFile [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Get @@ -38,7 +37,6 @@ Get-MgBetaDeviceManagementReportMalwareSummaryReport -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportMobileApplicationManagementAppConfigurationReport.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportMobileApplicationManagementAppConfigurationReport.md index 8a75fa757841e..cf6f5b0bc0212 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportMobileApplicationManagementAppConfigurationReport.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportMobileApplicationManagementAppConfigurationReport.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetadevicemanagementreportmobileapplicationmanagementappconfigurationreport Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementReportMobileApplicationManagementAppConfigurationReport --- @@ -27,7 +27,6 @@ Get-MgBetaDeviceManagementReportMobileApplicationManagementAppConfigurationRepor [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Get @@ -38,7 +37,6 @@ Get-MgBetaDeviceManagementReportMobileApplicationManagementAppConfigurationRepor [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -54,9 +52,9 @@ Invoke action getMobileApplicationManagementAppConfigurationReport | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementApps.ReadWrite.All, DeviceManagementApps.Read.All, | +| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementApps.Read.All, DeviceManagementApps.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementApps.ReadWrite.All, DeviceManagementApps.Read.All, | +| Application | DeviceManagementConfiguration.Read.All, DeviceManagementApps.Read.All, DeviceManagementApps.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportMobileApplicationManagementAppRegistrationSummaryReport.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportMobileApplicationManagementAppRegistrationSummaryReport.md index de0650f60b67a..0fc01f6e3b7a5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportMobileApplicationManagementAppRegistrationSummaryReport.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportMobileApplicationManagementAppRegistrationSummaryReport.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetadevicemanagementreportmobileapplicationmanagementappregistrationsummaryreport Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementReportMobileApplicationManagementAppRegistrationSummaryReport --- @@ -27,7 +27,6 @@ Get-MgBetaDeviceManagementReportMobileApplicationManagementAppRegistrationSummar [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Get @@ -39,7 +38,6 @@ Get-MgBetaDeviceManagementReportMobileApplicationManagementAppRegistrationSummar [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -55,9 +53,9 @@ Invoke action getMobileApplicationManagementAppRegistrationSummaryReport | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementApps.ReadWrite.All, DeviceManagementApps.Read.All, | +| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementApps.Read.All, DeviceManagementApps.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementApps.ReadWrite.All, DeviceManagementApps.Read.All, | +| Application | DeviceManagementConfiguration.Read.All, DeviceManagementApps.Read.All, DeviceManagementApps.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportNoncompliantDeviceAndSettingReport.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportNoncompliantDeviceAndSettingReport.md index 54e07d177bed7..cb0a7c01e0728 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportNoncompliantDeviceAndSettingReport.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportNoncompliantDeviceAndSettingReport.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetadevicemanagementreportnoncompliantdeviceandsettingreport Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementReportNoncompliantDeviceAndSettingReport --- @@ -30,7 +30,6 @@ Get-MgBetaDeviceManagementReportNoncompliantDeviceAndSettingReport -OutFile ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Get @@ -41,7 +40,6 @@ Get-MgBetaDeviceManagementReportNoncompliantDeviceAndSettingReport -OutFile ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -57,9 +55,9 @@ Invoke action getNoncompliantDevicesAndSettingsReport | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementApps.ReadWrite.All, DeviceManagementApps.Read.All, | +| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementApps.Read.All, DeviceManagementApps.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementManagedDevices.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | DeviceManagementConfiguration.Read.All, DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementApps.ReadWrite.All, DeviceManagementApps.Read.All, | +| Application | DeviceManagementConfiguration.Read.All, DeviceManagementApps.Read.All, DeviceManagementApps.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementManagedDevices.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportPolicyNonComplianceMetadata.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportPolicyNonComplianceMetadata.md index 2e67e609a62d4..3a9018a59749b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportPolicyNonComplianceMetadata.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportPolicyNonComplianceMetadata.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetadevicemanagementreportpolicynoncompliancemetadata Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementReportPolicyNonComplianceMetadata --- @@ -30,7 +30,6 @@ Get-MgBetaDeviceManagementReportPolicyNonComplianceMetadata -OutFile [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Get @@ -41,7 +40,6 @@ Get-MgBetaDeviceManagementReportPolicyNonComplianceMetadata -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -57,9 +55,9 @@ Invoke action getPolicyNonComplianceMetadata | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementApps.ReadWrite.All, DeviceManagementApps.Read.All, | +| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementApps.Read.All, DeviceManagementApps.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementManagedDevices.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | DeviceManagementConfiguration.Read.All, DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementApps.ReadWrite.All, DeviceManagementApps.Read.All, | +| Application | DeviceManagementConfiguration.Read.All, DeviceManagementApps.Read.All, DeviceManagementApps.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementManagedDevices.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportPolicyNonComplianceReport.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportPolicyNonComplianceReport.md index ced5b436e63b3..1bf94003a8f1e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportPolicyNonComplianceReport.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportPolicyNonComplianceReport.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetadevicemanagementreportpolicynoncompliancereport Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementReportPolicyNonComplianceReport --- @@ -30,7 +30,6 @@ Get-MgBetaDeviceManagementReportPolicyNonComplianceReport -OutFile [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Get @@ -41,7 +40,6 @@ Get-MgBetaDeviceManagementReportPolicyNonComplianceReport -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -57,9 +55,9 @@ Invoke action getPolicyNonComplianceReport | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementApps.ReadWrite.All, DeviceManagementApps.Read.All, | +| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementApps.Read.All, DeviceManagementApps.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementManagedDevices.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | DeviceManagementConfiguration.Read.All, DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementApps.ReadWrite.All, DeviceManagementApps.Read.All, | +| Application | DeviceManagementConfiguration.Read.All, DeviceManagementApps.Read.All, DeviceManagementApps.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementManagedDevices.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportPolicyNonComplianceSummaryReport.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportPolicyNonComplianceSummaryReport.md index f7360d58ec840..77fd4fc35ad75 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportPolicyNonComplianceSummaryReport.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportPolicyNonComplianceSummaryReport.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetadevicemanagementreportpolicynoncompliancesummaryreport Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementReportPolicyNonComplianceSummaryReport --- @@ -30,7 +30,6 @@ Get-MgBetaDeviceManagementReportPolicyNonComplianceSummaryReport -OutFile ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Get @@ -41,7 +40,6 @@ Get-MgBetaDeviceManagementReportPolicyNonComplianceSummaryReport -OutFile ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -57,9 +55,9 @@ Invoke action getPolicyNonComplianceSummaryReport | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementApps.ReadWrite.All, DeviceManagementApps.Read.All, | +| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementApps.Read.All, DeviceManagementApps.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementManagedDevices.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | DeviceManagementConfiguration.Read.All, DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementApps.ReadWrite.All, DeviceManagementApps.Read.All, | +| Application | DeviceManagementConfiguration.Read.All, DeviceManagementApps.Read.All, DeviceManagementApps.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementManagedDevices.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportQuietTimePolicyUserReport.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportQuietTimePolicyUserReport.md index 645ed9b7aa8ac..922e8e3008452 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportQuietTimePolicyUserReport.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportQuietTimePolicyUserReport.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetadevicemanagementreportquiettimepolicyuserreport Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementReportQuietTimePolicyUserReport --- @@ -27,7 +27,6 @@ Get-MgBetaDeviceManagementReportQuietTimePolicyUserReport -OutFile [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Get @@ -38,7 +37,6 @@ Get-MgBetaDeviceManagementReportQuietTimePolicyUserReport -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportQuietTimePolicyUserSummaryReport.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportQuietTimePolicyUserSummaryReport.md index dd31c3b5d389c..c938880c474f3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportQuietTimePolicyUserSummaryReport.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportQuietTimePolicyUserSummaryReport.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetadevicemanagementreportquiettimepolicyusersummaryreport Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementReportQuietTimePolicyUserSummaryReport --- @@ -27,7 +27,6 @@ Get-MgBetaDeviceManagementReportQuietTimePolicyUserSummaryReport -OutFile ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Get @@ -38,7 +37,6 @@ Get-MgBetaDeviceManagementReportQuietTimePolicyUserSummaryReport -OutFile ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportRelatedAppStatusReport.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportRelatedAppStatusReport.md index a8dc2fe7b41f1..ec58eb02f347c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportRelatedAppStatusReport.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportRelatedAppStatusReport.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetadevicemanagementreportrelatedappstatusreport Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementReportRelatedAppStatusReport --- @@ -27,7 +27,6 @@ Get-MgBetaDeviceManagementReportRelatedAppStatusReport -OutFile [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Get @@ -38,7 +37,6 @@ Get-MgBetaDeviceManagementReportRelatedAppStatusReport -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportRemoteAssistanceSessionReport.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportRemoteAssistanceSessionReport.md index 765521fe9f481..a6cc76bc23b56 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportRemoteAssistanceSessionReport.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportRemoteAssistanceSessionReport.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetadevicemanagementreportremoteassistancesessionreport Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementReportRemoteAssistanceSessionReport --- @@ -27,7 +27,6 @@ Get-MgBetaDeviceManagementReportRemoteAssistanceSessionReport -OutFile [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Get @@ -38,7 +37,6 @@ Get-MgBetaDeviceManagementReportRemoteAssistanceSessionReport -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -54,9 +52,9 @@ Invoke action getRemoteAssistanceSessionsReport | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | DeviceManagementServiceConfig.Read.All, DeviceManagementServiceConfig.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementConfiguration.Read.All, | +| Delegated (work or school account) | DeviceManagementServiceConfig.Read.All, DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementServiceConfig.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | DeviceManagementServiceConfig.Read.All, DeviceManagementServiceConfig.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementConfiguration.Read.All, | +| Application | DeviceManagementServiceConfig.Read.All, DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementServiceConfig.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportSecurityTaskAppReport.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportSecurityTaskAppReport.md index f6f2324ea7aff..299c471319d80 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportSecurityTaskAppReport.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportSecurityTaskAppReport.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetadevicemanagementreportsecuritytaskappreport Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementReportSecurityTaskAppReport --- @@ -27,7 +27,6 @@ Get-MgBetaDeviceManagementReportSecurityTaskAppReport -OutFile [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Retrieve @@ -38,7 +37,6 @@ Get-MgBetaDeviceManagementReportSecurityTaskAppReport -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportSettingNonComplianceReport.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportSettingNonComplianceReport.md index 6513e19991b5c..0e72e540dca30 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportSettingNonComplianceReport.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportSettingNonComplianceReport.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetadevicemanagementreportsettingnoncompliancereport Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementReportSettingNonComplianceReport --- @@ -30,7 +30,6 @@ Get-MgBetaDeviceManagementReportSettingNonComplianceReport -OutFile [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Get @@ -41,7 +40,6 @@ Get-MgBetaDeviceManagementReportSettingNonComplianceReport -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -57,9 +55,9 @@ Invoke action getSettingNonComplianceReport | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementApps.ReadWrite.All, DeviceManagementApps.Read.All, | +| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementApps.Read.All, DeviceManagementApps.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementManagedDevices.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | DeviceManagementConfiguration.Read.All, DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementApps.ReadWrite.All, DeviceManagementApps.Read.All, | +| Application | DeviceManagementConfiguration.Read.All, DeviceManagementApps.Read.All, DeviceManagementApps.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementManagedDevices.Read.All, DeviceManagementManagedDevices.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportUnhealthyDefenderAgentReport.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportUnhealthyDefenderAgentReport.md index 6b566bd85588e..be8c3ef1fea76 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportUnhealthyDefenderAgentReport.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportUnhealthyDefenderAgentReport.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetadevicemanagementreportunhealthydefenderagentreport Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementReportUnhealthyDefenderAgentReport --- @@ -27,7 +27,6 @@ Get-MgBetaDeviceManagementReportUnhealthyDefenderAgentReport -OutFile [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Get @@ -38,7 +37,6 @@ Get-MgBetaDeviceManagementReportUnhealthyDefenderAgentReport -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportUnhealthyFirewallReport.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportUnhealthyFirewallReport.md index e30e43f512d52..07051cc31d43b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportUnhealthyFirewallReport.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportUnhealthyFirewallReport.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetadevicemanagementreportunhealthyfirewallreport Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementReportUnhealthyFirewallReport --- @@ -27,7 +27,6 @@ Get-MgBetaDeviceManagementReportUnhealthyFirewallReport -OutFile [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Get @@ -38,7 +37,6 @@ Get-MgBetaDeviceManagementReportUnhealthyFirewallReport -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportUnhealthyFirewallSummaryReport.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportUnhealthyFirewallSummaryReport.md index 5f10d056e4eaa..128edf0fe5def 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportUnhealthyFirewallSummaryReport.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportUnhealthyFirewallSummaryReport.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetadevicemanagementreportunhealthyfirewallsummaryreport Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementReportUnhealthyFirewallSummaryReport --- @@ -27,7 +27,6 @@ Get-MgBetaDeviceManagementReportUnhealthyFirewallSummaryReport -OutFile [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Get @@ -38,7 +37,6 @@ Get-MgBetaDeviceManagementReportUnhealthyFirewallSummaryReport -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportUserInstallStatusReport.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportUserInstallStatusReport.md index 767e5cf32892f..6ad6b0697b9aa 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportUserInstallStatusReport.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportUserInstallStatusReport.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetadevicemanagementreportuserinstallstatusreport Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementReportUserInstallStatusReport --- @@ -27,7 +27,6 @@ Get-MgBetaDeviceManagementReportUserInstallStatusReport -OutFile [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Get @@ -38,7 +37,6 @@ Get-MgBetaDeviceManagementReportUserInstallStatusReport -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportWin32CatalogAppUpdateReport.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportWin32CatalogAppUpdateReport.md index 2485d3fe1c5a8..4152373e433d9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportWin32CatalogAppUpdateReport.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportWin32CatalogAppUpdateReport.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetadevicemanagementreportwin32catalogappupdatereport Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementReportWin32CatalogAppUpdateReport --- @@ -27,7 +27,6 @@ Get-MgBetaDeviceManagementReportWin32CatalogAppUpdateReport -OutFile [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Retrieve @@ -38,7 +37,6 @@ Get-MgBetaDeviceManagementReportWin32CatalogAppUpdateReport -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportWindowsDriverUpdateAlertPerPolicyPerDeviceReport.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportWindowsDriverUpdateAlertPerPolicyPerDeviceReport.md index 1ed44c47e3b21..575c93e5e03f1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportWindowsDriverUpdateAlertPerPolicyPerDeviceReport.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportWindowsDriverUpdateAlertPerPolicyPerDeviceReport.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetadevicemanagementreportwindowsdriverupdatealertperpolicyperdevicereport Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementReportWindowsDriverUpdateAlertPerPolicyPerDeviceReport --- @@ -27,7 +27,6 @@ Get-MgBetaDeviceManagementReportWindowsDriverUpdateAlertPerPolicyPerDeviceReport [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Get @@ -38,7 +37,6 @@ Get-MgBetaDeviceManagementReportWindowsDriverUpdateAlertPerPolicyPerDeviceReport [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportWindowsDriverUpdateAlertSummaryReport.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportWindowsDriverUpdateAlertSummaryReport.md index e11eb7fd7db76..a8e8ebf899056 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportWindowsDriverUpdateAlertSummaryReport.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportWindowsDriverUpdateAlertSummaryReport.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetadevicemanagementreportwindowsdriverupdatealertsummaryreport Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementReportWindowsDriverUpdateAlertSummaryReport --- @@ -27,7 +27,6 @@ Get-MgBetaDeviceManagementReportWindowsDriverUpdateAlertSummaryReport -OutFile < [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Get @@ -38,7 +37,6 @@ Get-MgBetaDeviceManagementReportWindowsDriverUpdateAlertSummaryReport -OutFile < [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportWindowsQualityUpdateAlertPerPolicyPerDeviceReport.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportWindowsQualityUpdateAlertPerPolicyPerDeviceReport.md index 3e535ba726f77..da9d4d1e1c032 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportWindowsQualityUpdateAlertPerPolicyPerDeviceReport.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportWindowsQualityUpdateAlertPerPolicyPerDeviceReport.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetadevicemanagementreportwindowsqualityupdatealertperpolicyperdevicereport Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementReportWindowsQualityUpdateAlertPerPolicyPerDeviceReport --- @@ -27,7 +27,6 @@ Get-MgBetaDeviceManagementReportWindowsQualityUpdateAlertPerPolicyPerDeviceRepor [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Get @@ -38,7 +37,6 @@ Get-MgBetaDeviceManagementReportWindowsQualityUpdateAlertPerPolicyPerDeviceRepor [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportWindowsQualityUpdateAlertSummaryReport.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportWindowsQualityUpdateAlertSummaryReport.md index b15029ce5d88e..37fe0f668ffa3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportWindowsQualityUpdateAlertSummaryReport.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportWindowsQualityUpdateAlertSummaryReport.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetadevicemanagementreportwindowsqualityupdatealertsummaryreport Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementReportWindowsQualityUpdateAlertSummaryReport --- @@ -27,7 +27,6 @@ Get-MgBetaDeviceManagementReportWindowsQualityUpdateAlertSummaryReport -OutFile [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Get @@ -38,7 +37,6 @@ Get-MgBetaDeviceManagementReportWindowsQualityUpdateAlertSummaryReport -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportWindowsUpdateAlertPerPolicyPerDeviceReport.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportWindowsUpdateAlertPerPolicyPerDeviceReport.md index b0b09cc39bc60..c1bfe85c981b3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportWindowsUpdateAlertPerPolicyPerDeviceReport.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportWindowsUpdateAlertPerPolicyPerDeviceReport.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetadevicemanagementreportwindowsupdatealertperpolicyperdevicereport Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementReportWindowsUpdateAlertPerPolicyPerDeviceReport --- @@ -27,7 +27,6 @@ Get-MgBetaDeviceManagementReportWindowsUpdateAlertPerPolicyPerDeviceReport -OutF [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Get @@ -38,7 +37,6 @@ Get-MgBetaDeviceManagementReportWindowsUpdateAlertPerPolicyPerDeviceReport -OutF [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportWindowsUpdateAlertSummaryReport.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportWindowsUpdateAlertSummaryReport.md index a71326afb51b5..27feb0e88edc3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportWindowsUpdateAlertSummaryReport.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportWindowsUpdateAlertSummaryReport.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetadevicemanagementreportwindowsupdatealertsummaryreport Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementReportWindowsUpdateAlertSummaryReport --- @@ -27,7 +27,6 @@ Get-MgBetaDeviceManagementReportWindowsUpdateAlertSummaryReport -OutFile ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Get @@ -38,7 +37,6 @@ Get-MgBetaDeviceManagementReportWindowsUpdateAlertSummaryReport -OutFile ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportZebraFotaDeploymentReport.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportZebraFotaDeploymentReport.md index a85c54ce5a636..cb69ebdb16d83 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportZebraFotaDeploymentReport.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaDeviceManagementReportZebraFotaDeploymentReport.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetadevicemanagementreportzebrafotadeploymentreport Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaDeviceManagementReportZebraFotaDeploymentReport --- @@ -27,7 +27,6 @@ Get-MgBetaDeviceManagementReportZebraFotaDeploymentReport -OutFile [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Get @@ -38,7 +37,6 @@ Get-MgBetaDeviceManagementReportZebraFotaDeploymentReport -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportApiUsage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportApiUsage.md index 20522f8779168..4375c74bff4ca 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportApiUsage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportApiUsage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportapiusage Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportApiUsage --- @@ -23,7 +23,7 @@ Get the tenant and app API usage for Microsoft Graph services. Get-MgBetaReportApiUsage -OutFile [-AppId ] [-Period ] [-ServiceArea ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportAppCredentialSignInActivity.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportAppCredentialSignInActivity.md index be9a76e0dc3e1..9862b56a9b087 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportAppCredentialSignInActivity.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportAppCredentialSignInActivity.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportappcredentialsigninactivity Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportAppCredentialSignInActivity --- @@ -25,7 +25,7 @@ Get-MgBetaReportAppCredentialSignInActivity [-ExpandProperty ] [-Prope [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaReportAppCredentialSignInActivity -AppCredentialSignInActivityId ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -45,7 +45,7 @@ Get-MgBetaReportAppCredentialSignInActivity -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportAppCredentialSignInActivityCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportAppCredentialSignInActivityCount.md index d4deb388baf03..97b39dc686762 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportAppCredentialSignInActivityCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportAppCredentialSignInActivityCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportappcredentialsigninactivitycount Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportAppCredentialSignInActivityCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaReportAppCredentialSignInActivityCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportApplicationSignInDetailedSummary.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportApplicationSignInDetailedSummary.md index de4d67eb337dd..00e4e38dbce8c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportApplicationSignInDetailedSummary.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportApplicationSignInDetailedSummary.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportapplicationsignindetailedsummary Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportApplicationSignInDetailedSummary --- @@ -25,7 +25,7 @@ Get-MgBetaReportApplicationSignInDetailedSummary [-ExpandProperty ] [- [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaReportApplicationSignInDetailedSummary -ApplicationSignInDetailedSumma [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -45,7 +45,7 @@ Get-MgBetaReportApplicationSignInDetailedSummary -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportApplicationSignInDetailedSummaryCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportApplicationSignInDetailedSummaryCount.md index 2b353bac47daa..3547297fb2db9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportApplicationSignInDetailedSummaryCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportApplicationSignInDetailedSummaryCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportapplicationsignindetailedsummarycount Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportApplicationSignInDetailedSummaryCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaReportApplicationSignInDetailedSummaryCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportAttackSimulationRepeatOffender.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportAttackSimulationRepeatOffender.md index a7e6486dd38a5..4daeaa1499867 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportAttackSimulationRepeatOffender.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportAttackSimulationRepeatOffender.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportattacksimulationrepeatoffender Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportAttackSimulationRepeatOffender --- @@ -24,7 +24,7 @@ This function supports @odata.nextLink for pagination. Get-MgBetaReportAttackSimulationRepeatOffender [-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.Reports/Get-MgBetaReportAttackSimulationTrainingUserCoverage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportAttackSimulationTrainingUserCoverage.md index de7103cf5e524..f90a32448c95e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportAttackSimulationTrainingUserCoverage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportAttackSimulationTrainingUserCoverage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportattacksimulationtrainingusercoverage Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportAttackSimulationTrainingUserCoverage --- @@ -24,7 +24,7 @@ This function supports @odata.nextLink for pagination. Get-MgBetaReportAttackSimulationTrainingUserCoverage [-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.Reports/Get-MgBetaReportAttackSimulationUserCoverage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportAttackSimulationUserCoverage.md index 2a3592fe8c0f4..e97ef91620f31 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportAttackSimulationUserCoverage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportAttackSimulationUserCoverage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportattacksimulationusercoverage Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportAttackSimulationUserCoverage --- @@ -24,7 +24,7 @@ This function supports @odata.nextLink for pagination. Get-MgBetaReportAttackSimulationUserCoverage [-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.Reports/Get-MgBetaReportAuthenticationMethod.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportAuthenticationMethod.md index 3ec40e3ab581b..d7b560313f51a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportAuthenticationMethod.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportAuthenticationMethod.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportauthenticationmethod Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportAuthenticationMethod --- @@ -26,7 +26,7 @@ Container for navigation properties for Microsoft Entra authentication methods r Get-MgBetaReportAuthenticationMethod [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportAuthenticationMethodUserEventSummary.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportAuthenticationMethodUserEventSummary.md index 2f3ddd72a2402..e4ca2d95759d0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportAuthenticationMethodUserEventSummary.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportAuthenticationMethodUserEventSummary.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportauthenticationmethodusereventsummary Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportAuthenticationMethodUserEventSummary --- @@ -25,7 +25,7 @@ Get-MgBetaReportAuthenticationMethodUserEventSummary [-ExpandProperty [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaReportAuthenticationMethodUserEventSummary -UserEventsSummaryId ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -45,7 +45,7 @@ Get-MgBetaReportAuthenticationMethodUserEventSummary -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportAuthenticationMethodUserEventSummaryCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportAuthenticationMethodUserEventSummaryCount.md index 8c52797bfa3e8..0db0d122316c0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportAuthenticationMethodUserEventSummaryCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportAuthenticationMethodUserEventSummaryCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportauthenticationmethodusereventsummarycount Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportAuthenticationMethodUserEventSummaryCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaReportAuthenticationMethodUserEventSummaryCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportAuthenticationMethodUserMfaSignInSummary.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportAuthenticationMethodUserMfaSignInSummary.md index ce8a8c0d4871d..f5de2393b37e6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportAuthenticationMethodUserMfaSignInSummary.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportAuthenticationMethodUserMfaSignInSummary.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportauthenticationmethodusermfasigninsummary Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportAuthenticationMethodUserMfaSignInSummary --- @@ -25,7 +25,7 @@ Get-MgBetaReportAuthenticationMethodUserMfaSignInSummary [-ExpandProperty ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaReportAuthenticationMethodUserMfaSignInSummary -UserMfaSignInSummaryId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -45,7 +45,7 @@ Get-MgBetaReportAuthenticationMethodUserMfaSignInSummary -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportAuthenticationMethodUserMfaSignInSummaryCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportAuthenticationMethodUserMfaSignInSummaryCount.md index d6543906376fb..98c4547fa4c1a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportAuthenticationMethodUserMfaSignInSummaryCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportAuthenticationMethodUserMfaSignInSummaryCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportauthenticationmethodusermfasigninsummarycount Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportAuthenticationMethodUserMfaSignInSummaryCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaReportAuthenticationMethodUserMfaSignInSummaryCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportAuthenticationMethodUserPasswordResetAndChangeSummary.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportAuthenticationMethodUserPasswordResetAndChangeSummary.md index ad6b14472c745..f777abc20cde5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportAuthenticationMethodUserPasswordResetAndChangeSummary.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportAuthenticationMethodUserPasswordResetAndChangeSummary.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportauthenticationmethoduserpasswordresetandchangesummary Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportAuthenticationMethodUserPasswordResetAndChangeSummary --- @@ -26,7 +26,7 @@ Get-MgBetaReportAuthenticationMethodUserPasswordResetAndChangeSummary [-ExpandPr [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -36,7 +36,7 @@ Get-MgBetaReportAuthenticationMethodUserPasswordResetAndChangeSummary -UserPasswordResetsAndChangesSummaryId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +46,7 @@ Get-MgBetaReportAuthenticationMethodUserPasswordResetAndChangeSummary -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportAuthenticationMethodUserPasswordResetAndChangeSummaryCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportAuthenticationMethodUserPasswordResetAndChangeSummaryCount.md index a9e358f643858..d551c99208aed 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportAuthenticationMethodUserPasswordResetAndChangeSummaryCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportAuthenticationMethodUserPasswordResetAndChangeSummaryCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportauthenticationmethoduserpasswordresetandchangesummarycount Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportAuthenticationMethodUserPasswordResetAndChangeSummaryCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaReportAuthenticationMethodUserPasswordResetAndChangeSummaryCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportAuthenticationMethodUserRegistrationDetail.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportAuthenticationMethodUserRegistrationDetail.md index 14c9a10b26ddd..e96a385df1d7d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportAuthenticationMethodUserRegistrationDetail.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportAuthenticationMethodUserRegistrationDetail.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportauthenticationmethoduserregistrationdetail Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportAuthenticationMethodUserRegistrationDetail --- @@ -28,7 +28,7 @@ Get-MgBetaReportAuthenticationMethodUserRegistrationDetail [-ExpandProperty ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaReportAuthenticationMethodUserRegistrationDetail -UserRegistrationDeta [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +48,7 @@ Get-MgBetaReportAuthenticationMethodUserRegistrationDetail -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportAuthenticationMethodUserRegistrationDetailCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportAuthenticationMethodUserRegistrationDetailCount.md index 94f3bdb78afef..fca9cdbbab073 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportAuthenticationMethodUserRegistrationDetailCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportAuthenticationMethodUserRegistrationDetailCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportauthenticationmethoduserregistrationdetailcount Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportAuthenticationMethodUserRegistrationDetailCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaReportAuthenticationMethodUserRegistrationDetailCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportAzureAdApplicationSignInSummary.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportAzureAdApplicationSignInSummary.md index 5f3e2e18821eb..1018a38b8ef62 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportAzureAdApplicationSignInSummary.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportAzureAdApplicationSignInSummary.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportazureadapplicationsigninsummary Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportAzureAdApplicationSignInSummary --- @@ -25,7 +25,7 @@ Get-MgBetaReportAzureAdApplicationSignInSummary -Period [-Count] [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaReportAzureAdApplicationSignInSummary -InputObject [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportBrowserDistributionUserCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportBrowserDistributionUserCount.md index 4244293787f8d..d444ce66195ba 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportBrowserDistributionUserCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportBrowserDistributionUserCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportbrowserdistributionusercount Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportBrowserDistributionUserCount --- @@ -23,7 +23,7 @@ Invoke function getBrowserDistributionUserCounts Get-MgBetaReportBrowserDistributionUserCount -Period -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -32,7 +32,7 @@ Get-MgBetaReportBrowserDistributionUserCount -Period -OutFile Get-MgBetaReportBrowserDistributionUserCount -InputObject -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportBrowserUserCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportBrowserUserCount.md index c2425c80e30a4..74a44ab136ad1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportBrowserUserCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportBrowserUserCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportbrowserusercount Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportBrowserUserCount --- @@ -23,7 +23,7 @@ Invoke function getBrowserUserCounts Get-MgBetaReportBrowserUserCount -Period -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -32,7 +32,7 @@ Get-MgBetaReportBrowserUserCount -Period -OutFile Get-MgBetaReportBrowserUserCount -InputObject -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportBrowserUserDetail.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportBrowserUserDetail.md index 034fc7c1b61d9..0b269c56fbd3f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportBrowserUserDetail.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportBrowserUserDetail.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportbrowseruserdetail Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportBrowserUserDetail --- @@ -23,7 +23,7 @@ Invoke function getBrowserUserDetail Get-MgBetaReportBrowserUserDetail -Period -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -32,7 +32,7 @@ Get-MgBetaReportBrowserUserDetail -Period -OutFile Get-MgBetaReportBrowserUserDetail -InputObject -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportCredentialUsageSummary.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportCredentialUsageSummary.md index 54eef65ecda5e..4c3ceb7aa93ee 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportCredentialUsageSummary.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportCredentialUsageSummary.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportcredentialusagesummary Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportCredentialUsageSummary --- @@ -24,7 +24,7 @@ Get-MgBetaReportCredentialUsageSummary -Period [-Count] [-ExpandPropert [-Filter ] [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaReportCredentialUsageSummary -InputObject [-Count] [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportCredentialUserRegistrationCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportCredentialUserRegistrationCount.md index 580cc7fd8dbcc..6f5b8d5520fe4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportCredentialUserRegistrationCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportCredentialUserRegistrationCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportcredentialuserregistrationcount Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportCredentialUserRegistrationCount --- @@ -24,7 +24,7 @@ Get-MgBetaReportCredentialUserRegistrationCount [-Count] [-ExpandProperty ] [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportCredentialUserRegistrationDetail.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportCredentialUserRegistrationDetail.md index 60a13e265c257..3a6b64f2e6f6c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportCredentialUserRegistrationDetail.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportCredentialUserRegistrationDetail.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportcredentialuserregistrationdetail Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportCredentialUserRegistrationDetail --- @@ -25,7 +25,7 @@ Get-MgBetaReportCredentialUserRegistrationDetail [-ExpandProperty ] [- [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaReportCredentialUserRegistrationDetail -CredentialUserRegistrationDeta [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -45,7 +45,7 @@ Get-MgBetaReportCredentialUserRegistrationDetail -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportCredentialUserRegistrationDetailCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportCredentialUserRegistrationDetailCount.md index c7ff0b4857259..7ac5b33c8e06f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportCredentialUserRegistrationDetailCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportCredentialUserRegistrationDetailCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportcredentialuserregistrationdetailcount Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportCredentialUserRegistrationDetailCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaReportCredentialUserRegistrationDetailCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportDailyPrintUsage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportDailyPrintUsage.md index b0fa1bf8fce8b..77164090c7b38 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportDailyPrintUsage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportDailyPrintUsage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportdailyprintusage Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportDailyPrintUsage --- @@ -25,7 +25,7 @@ Get-MgBetaReportDailyPrintUsage [-ExpandProperty ] [-Property ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -34,7 +34,7 @@ Get-MgBetaReportDailyPrintUsage [-ExpandProperty ] [-Property [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -43,7 +43,7 @@ Get-MgBetaReportDailyPrintUsage -PrintUsageId [-ExpandProperty [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportDailyPrintUsageByPrinter.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportDailyPrintUsageByPrinter.md index 7221b8e37ff26..1f72996372bc9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportDailyPrintUsageByPrinter.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportDailyPrintUsageByPrinter.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportdailyprintusagebyprinter Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportDailyPrintUsageByPrinter --- @@ -29,7 +29,7 @@ Get-MgBetaReportDailyPrintUsageByPrinter [-ExpandProperty ] [-Property [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -39,7 +39,7 @@ Get-MgBetaReportDailyPrintUsageByPrinter -PrintUsageByPrinterId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -49,7 +49,7 @@ Get-MgBetaReportDailyPrintUsageByPrinter -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportDailyPrintUsageByPrinterCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportDailyPrintUsageByPrinterCount.md index 38cf6d8915189..e2fe00893b9d3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportDailyPrintUsageByPrinterCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportDailyPrintUsageByPrinterCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportdailyprintusagebyprintercount Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportDailyPrintUsageByPrinterCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaReportDailyPrintUsageByPrinterCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportDailyPrintUsageByUser.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportDailyPrintUsageByUser.md index fa5683aa0f974..444538601a677 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportDailyPrintUsageByUser.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportDailyPrintUsageByUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportdailyprintusagebyuser Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportDailyPrintUsageByUser --- @@ -29,7 +29,7 @@ Get-MgBetaReportDailyPrintUsageByUser [-ExpandProperty ] [-Property ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaReportDailyPrintUsageByUser [-ExpandProperty ] [-Property [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -47,7 +47,7 @@ Get-MgBetaReportDailyPrintUsageByUser -PrintUsageByUserId [-ExpandPrope Get-MgBetaReportDailyPrintUsageByUser -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportDailyPrintUsageByUserCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportDailyPrintUsageByUserCount.md index 3b4d812c86eed..3af9b599df272 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportDailyPrintUsageByUserCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportDailyPrintUsageByUserCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportdailyprintusagebyusercount Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportDailyPrintUsageByUserCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaReportDailyPrintUsageByUserCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportDailyPrintUsageCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportDailyPrintUsageCount.md index 8724e674d6fb0..23c2aaf7372c8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportDailyPrintUsageCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportDailyPrintUsageCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportdailyprintusagecount Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportDailyPrintUsageCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaReportDailyPrintUsageCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportDailyPrintUsageSummaryByPrinter.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportDailyPrintUsageSummaryByPrinter.md index bc4a1aef21a83..7b7611d10e192 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportDailyPrintUsageSummaryByPrinter.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportDailyPrintUsageSummaryByPrinter.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportdailyprintusagesummarybyprinter Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportDailyPrintUsageSummaryByPrinter --- @@ -25,7 +25,7 @@ Get-MgBetaReportDailyPrintUsageSummaryByPrinter [-ExpandProperty ] [-P [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaReportDailyPrintUsageSummaryByPrinter -PrintUsageByPrinterId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -45,7 +45,7 @@ Get-MgBetaReportDailyPrintUsageSummaryByPrinter -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportDailyPrintUsageSummaryByPrinterCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportDailyPrintUsageSummaryByPrinterCount.md index c435c45f67ad9..41824f0292e1f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportDailyPrintUsageSummaryByPrinterCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportDailyPrintUsageSummaryByPrinterCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportdailyprintusagesummarybyprintercount Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportDailyPrintUsageSummaryByPrinterCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaReportDailyPrintUsageSummaryByPrinterCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportDailyPrintUsageSummaryByUser.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportDailyPrintUsageSummaryByUser.md index bb570431bbf78..9787b95803319 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportDailyPrintUsageSummaryByUser.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportDailyPrintUsageSummaryByUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportdailyprintusagesummarybyuser Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportDailyPrintUsageSummaryByUser --- @@ -25,7 +25,7 @@ Get-MgBetaReportDailyPrintUsageSummaryByUser [-ExpandProperty ] [-Prop [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaReportDailyPrintUsageSummaryByUser -PrintUsageByUserId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -45,7 +45,7 @@ Get-MgBetaReportDailyPrintUsageSummaryByUser -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportDailyPrintUsageSummaryByUserCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportDailyPrintUsageSummaryByUserCount.md index 4589e76806c87..2ab1cc9bbbc08 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportDailyPrintUsageSummaryByUserCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportDailyPrintUsageSummaryByUserCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportdailyprintusagesummarybyusercount Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportDailyPrintUsageSummaryByUserCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaReportDailyPrintUsageSummaryByUserCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportDeviceConfigurationDeviceActivity.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportDeviceConfigurationDeviceActivity.md index 4a2c952fc6e84..8f14cec79b671 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportDeviceConfigurationDeviceActivity.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportDeviceConfigurationDeviceActivity.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportdeviceconfigurationdeviceactivity Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportDeviceConfigurationDeviceActivity --- @@ -26,7 +26,7 @@ Metadata for the device configuration device activity report Get-MgBetaReportDeviceConfigurationDeviceActivity -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportDeviceConfigurationUserActivity.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportDeviceConfigurationUserActivity.md index 75149721c201c..b239ea2074f63 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportDeviceConfigurationUserActivity.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportDeviceConfigurationUserActivity.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportdeviceconfigurationuseractivity Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportDeviceConfigurationUserActivity --- @@ -26,7 +26,7 @@ Metadata for the device configuration user activity report Get-MgBetaReportDeviceConfigurationUserActivity -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportEmailActivityCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportEmailActivityCount.md index 285b2d631c61d..80f3a15dfddf6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportEmailActivityCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportEmailActivityCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportemailactivitycount Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportEmailActivityCount --- @@ -26,7 +26,7 @@ Invoke function getEmailActivityCounts Get-MgBetaReportEmailActivityCount -Period -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaReportEmailActivityCount -Period -OutFile Get-MgBetaReportEmailActivityCount -InputObject -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportEmailActivityUserCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportEmailActivityUserCount.md index c0616449251d5..fd63caed6be37 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportEmailActivityUserCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportEmailActivityUserCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportemailactivityusercount Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportEmailActivityUserCount --- @@ -26,7 +26,7 @@ Invoke function getEmailActivityUserCounts Get-MgBetaReportEmailActivityUserCount -Period -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaReportEmailActivityUserCount -Period -OutFile Get-MgBetaReportEmailActivityUserCount -InputObject -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportEmailActivityUserDetail.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportEmailActivityUserDetail.md index de36aa2ff0139..93a7d62f125a8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportEmailActivityUserDetail.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportEmailActivityUserDetail.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportemailactivityuserdetail Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportEmailActivityUserDetail --- @@ -26,7 +26,7 @@ Invoke function getEmailActivityUserDetail Get-MgBetaReportEmailActivityUserDetail -Date -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### Get1 @@ -35,7 +35,7 @@ Get-MgBetaReportEmailActivityUserDetail -Date -OutFile Get-MgBetaReportEmailActivityUserDetail -Period -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity1 @@ -44,7 +44,7 @@ Get-MgBetaReportEmailActivityUserDetail -Period -OutFile Get-MgBetaReportEmailActivityUserDetail -InputObject -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -53,7 +53,7 @@ Get-MgBetaReportEmailActivityUserDetail -InputObject -OutFile Get-MgBetaReportEmailActivityUserDetail -InputObject -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportEmailAppUsageAppUserCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportEmailAppUsageAppUserCount.md index 222f0c2262873..3609592dae5bb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportEmailAppUsageAppUserCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportEmailAppUsageAppUserCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportemailappusageappusercount Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportEmailAppUsageAppUserCount --- @@ -26,7 +26,7 @@ Invoke function getEmailAppUsageAppsUserCounts Get-MgBetaReportEmailAppUsageAppUserCount -Period -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaReportEmailAppUsageAppUserCount -Period -OutFile Get-MgBetaReportEmailAppUsageAppUserCount -InputObject -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportEmailAppUsageUserCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportEmailAppUsageUserCount.md index 9e2b67d4d3c15..abd771696e492 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportEmailAppUsageUserCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportEmailAppUsageUserCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportemailappusageusercount Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportEmailAppUsageUserCount --- @@ -26,7 +26,7 @@ Invoke function getEmailAppUsageUserCounts Get-MgBetaReportEmailAppUsageUserCount -Period -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaReportEmailAppUsageUserCount -Period -OutFile Get-MgBetaReportEmailAppUsageUserCount -InputObject -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportEmailAppUsageUserDetail.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportEmailAppUsageUserDetail.md index 967b4cdee68e9..d0c111378fa1b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportEmailAppUsageUserDetail.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportEmailAppUsageUserDetail.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportemailappusageuserdetail Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportEmailAppUsageUserDetail --- @@ -26,7 +26,7 @@ Invoke function getEmailAppUsageUserDetail Get-MgBetaReportEmailAppUsageUserDetail -Date -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### Get1 @@ -35,7 +35,7 @@ Get-MgBetaReportEmailAppUsageUserDetail -Date -OutFile Get-MgBetaReportEmailAppUsageUserDetail -Period -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity1 @@ -44,7 +44,7 @@ Get-MgBetaReportEmailAppUsageUserDetail -Period -OutFile Get-MgBetaReportEmailAppUsageUserDetail -InputObject -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -53,7 +53,7 @@ Get-MgBetaReportEmailAppUsageUserDetail -InputObject -OutFile Get-MgBetaReportEmailAppUsageUserDetail -InputObject -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportEmailAppUsageVersionUserCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportEmailAppUsageVersionUserCount.md index 18777fdff57b4..f48b94ec3bb37 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportEmailAppUsageVersionUserCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportEmailAppUsageVersionUserCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportemailappusageversionusercount Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportEmailAppUsageVersionUserCount --- @@ -26,7 +26,7 @@ Invoke function getEmailAppUsageVersionsUserCounts Get-MgBetaReportEmailAppUsageVersionUserCount -Period -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaReportEmailAppUsageVersionUserCount -Period -OutFile Get-MgBetaReportEmailAppUsageVersionUserCount -InputObject -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportFormUserActivityCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportFormUserActivityCount.md index 21fa725304988..511d9ed2f6c3e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportFormUserActivityCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportFormUserActivityCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportformuseractivitycount Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportFormUserActivityCount --- @@ -23,7 +23,7 @@ Invoke function getFormsUserActivityCounts Get-MgBetaReportFormUserActivityCount -Period -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -32,7 +32,7 @@ Get-MgBetaReportFormUserActivityCount -Period -OutFile Get-MgBetaReportFormUserActivityCount -InputObject -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportFormUserActivityUserCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportFormUserActivityUserCount.md index f9370671d5183..68cc22c56a10a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportFormUserActivityUserCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportFormUserActivityUserCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportformuseractivityusercount Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportFormUserActivityUserCount --- @@ -23,7 +23,7 @@ Invoke function getFormsUserActivityUserCounts Get-MgBetaReportFormUserActivityUserCount -Period -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -32,7 +32,7 @@ Get-MgBetaReportFormUserActivityUserCount -Period -OutFile Get-MgBetaReportFormUserActivityUserCount -InputObject -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportFormUserActivityUserDetail.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportFormUserActivityUserDetail.md index b96963cb60fa2..369f5b9bc679d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportFormUserActivityUserDetail.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportFormUserActivityUserDetail.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportformuseractivityuserdetail Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportFormUserActivityUserDetail --- @@ -23,7 +23,7 @@ Invoke function getFormsUserActivityUserDetail Get-MgBetaReportFormUserActivityUserDetail -Date -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### Get1 @@ -32,7 +32,7 @@ Get-MgBetaReportFormUserActivityUserDetail -Date -OutFile Get-MgBetaReportFormUserActivityUserDetail -Period -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity1 @@ -41,7 +41,7 @@ Get-MgBetaReportFormUserActivityUserDetail -Period -OutFile Get-MgBetaReportFormUserActivityUserDetail -InputObject -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -50,7 +50,7 @@ Get-MgBetaReportFormUserActivityUserDetail -InputObject -OutF Get-MgBetaReportFormUserActivityUserDetail -InputObject -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportGroupArchivedPrintJob.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportGroupArchivedPrintJob.md index f86038d653400..dd276752886d3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportGroupArchivedPrintJob.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportGroupArchivedPrintJob.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportgrouparchivedprintjob Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportGroupArchivedPrintJob --- @@ -27,7 +27,7 @@ Get-MgBetaReportGroupArchivedPrintJob -EndDateTime -GroupId -StartDateTime [-Count] [-Filter ] [-Search ] [-Skip ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaReportGroupArchivedPrintJob -InputObject [-Count] [ [-Search ] [-Skip ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportHealthMonitoring.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportHealthMonitoring.md index d01d6ab470a7d..6b8e3faf6bc1d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportHealthMonitoring.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportHealthMonitoring.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareporthealthmonitoring Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportHealthMonitoring --- @@ -23,7 +23,7 @@ Reports for Microsoft Entra Health Monitoring. Get-MgBetaReportHealthMonitoring [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportHealthMonitoringAlert.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportHealthMonitoringAlert.md index f6d602095261c..ee23ce5cfe5d5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportHealthMonitoringAlert.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportHealthMonitoringAlert.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareporthealthmonitoringalert Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportHealthMonitoringAlert --- @@ -26,7 +26,7 @@ Get-MgBetaReportHealthMonitoringAlert [-ExpandProperty ] [-Property ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaReportHealthMonitoringAlert [-ExpandProperty ] [-Property [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -44,7 +44,7 @@ Get-MgBetaReportHealthMonitoringAlert -AlertId [-ExpandProperty [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportHealthMonitoringAlertConfiguration.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportHealthMonitoringAlertConfiguration.md index d469111271734..8f835a2b78e9c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportHealthMonitoringAlertConfiguration.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportHealthMonitoringAlertConfiguration.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareporthealthmonitoringalertconfiguration Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportHealthMonitoringAlertConfiguration --- @@ -26,7 +26,7 @@ Get-MgBetaReportHealthMonitoringAlertConfiguration [-ExpandProperty ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -36,7 +36,7 @@ Get-MgBetaReportHealthMonitoringAlertConfiguration -AlertConfigurationId ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +46,7 @@ Get-MgBetaReportHealthMonitoringAlertConfiguration -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportHealthMonitoringAlertConfigurationCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportHealthMonitoringAlertConfigurationCount.md index 3c7861641ed3a..196b08acb0fb8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportHealthMonitoringAlertConfigurationCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportHealthMonitoringAlertConfigurationCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareporthealthmonitoringalertconfigurationcount Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportHealthMonitoringAlertConfigurationCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaReportHealthMonitoringAlertConfigurationCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportHealthMonitoringAlertCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportHealthMonitoringAlertCount.md index be85c79bfbf25..d581a2ae657d4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportHealthMonitoringAlertCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportHealthMonitoringAlertCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareporthealthmonitoringalertcount Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportHealthMonitoringAlertCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaReportHealthMonitoringAlertCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportM365AppPlatformUserCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportM365AppPlatformUserCount.md index ed83a4240ca0d..04f96aa39ba1d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportM365AppPlatformUserCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportM365AppPlatformUserCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportm365appplatformusercount Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportM365AppPlatformUserCount --- @@ -26,7 +26,7 @@ Get a report that provides the trend of active users across all apps for each pl Get-MgBetaReportM365AppPlatformUserCount -Period -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaReportM365AppPlatformUserCount -Period -OutFile Get-MgBetaReportM365AppPlatformUserCount -InputObject -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportM365AppUserCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportM365AppUserCount.md index b44ba0ea6ef0e..ae9257e93f90e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportM365AppUserCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportM365AppUserCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportm365appusercount Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportM365AppUserCount --- @@ -26,7 +26,7 @@ Get a report that provides the trend in the number of active users for each app Get-MgBetaReportM365AppUserCount -Period -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaReportM365AppUserCount -Period -OutFile Get-MgBetaReportM365AppUserCount -InputObject -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportM365AppUserDetail.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportM365AppUserDetail.md index faca2b8b2a227..273e9f08b7dff 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportM365AppUserDetail.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportM365AppUserDetail.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportm365appuserdetail Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportM365AppUserDetail --- @@ -26,7 +26,7 @@ Get a report that provides the details about which apps and platforms users have Get-MgBetaReportM365AppUserDetail -Date -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### Get1 @@ -35,7 +35,7 @@ Get-MgBetaReportM365AppUserDetail -Date -OutFile Get-MgBetaReportM365AppUserDetail -Period -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity1 @@ -44,7 +44,7 @@ Get-MgBetaReportM365AppUserDetail -Period -OutFile Get-MgBetaReportM365AppUserDetail -InputObject -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -53,7 +53,7 @@ Get-MgBetaReportM365AppUserDetail -InputObject -OutFile -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportMailboxUsageDetail.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportMailboxUsageDetail.md index 7d0f03cb60e47..a81bdf037f503 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportMailboxUsageDetail.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportMailboxUsageDetail.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportmailboxusagedetail Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportMailboxUsageDetail --- @@ -26,7 +26,7 @@ Invoke function getMailboxUsageDetail Get-MgBetaReportMailboxUsageDetail -Period -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaReportMailboxUsageDetail -Period -OutFile Get-MgBetaReportMailboxUsageDetail -InputObject -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportMailboxUsageMailboxCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportMailboxUsageMailboxCount.md index b925748844fea..77e9e5602f7dc 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportMailboxUsageMailboxCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportMailboxUsageMailboxCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportmailboxusagemailboxcount Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportMailboxUsageMailboxCount --- @@ -26,7 +26,7 @@ Invoke function getMailboxUsageMailboxCounts Get-MgBetaReportMailboxUsageMailboxCount -Period -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaReportMailboxUsageMailboxCount -Period -OutFile Get-MgBetaReportMailboxUsageMailboxCount -InputObject -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportMailboxUsageQuotaStatusMailboxCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportMailboxUsageQuotaStatusMailboxCount.md index e2f6cede306a0..23f2e99bb217c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportMailboxUsageQuotaStatusMailboxCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportMailboxUsageQuotaStatusMailboxCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportmailboxusagequotastatusmailboxcount Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportMailboxUsageQuotaStatusMailboxCount --- @@ -26,7 +26,7 @@ Invoke function getMailboxUsageQuotaStatusMailboxCounts Get-MgBetaReportMailboxUsageQuotaStatusMailboxCount -Period -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaReportMailboxUsageQuotaStatusMailboxCount -Period -OutFile -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportMailboxUsageStorage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportMailboxUsageStorage.md index f97a9cbfba8a5..601bcb7e17f22 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportMailboxUsageStorage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportMailboxUsageStorage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportmailboxusagestorage Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportMailboxUsageStorage --- @@ -26,7 +26,7 @@ Invoke function getMailboxUsageStorage Get-MgBetaReportMailboxUsageStorage -Period -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaReportMailboxUsageStorage -Period -OutFile Get-MgBetaReportMailboxUsageStorage -InputObject -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportManagedDeviceEnrollmentAbandonmentDetail.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportManagedDeviceEnrollmentAbandonmentDetail.md index 7e178620916db..03ebfbdc26a64 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportManagedDeviceEnrollmentAbandonmentDetail.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportManagedDeviceEnrollmentAbandonmentDetail.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportmanageddeviceenrollmentabandonmentdetail Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportManagedDeviceEnrollmentAbandonmentDetail --- @@ -24,7 +24,7 @@ Get-MgBetaReportManagedDeviceEnrollmentAbandonmentDetail -Filter -Skip -SkipToken -Top -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### DetailViaIdentity @@ -33,7 +33,7 @@ Get-MgBetaReportManagedDeviceEnrollmentAbandonmentDetail -Filter -Skip Get-MgBetaReportManagedDeviceEnrollmentAbandonmentDetail -InputObject -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportManagedDeviceEnrollmentAbandonmentSummary.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportManagedDeviceEnrollmentAbandonmentSummary.md index b750141691274..4c80cb3433d3e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportManagedDeviceEnrollmentAbandonmentSummary.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportManagedDeviceEnrollmentAbandonmentSummary.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportmanageddeviceenrollmentabandonmentsummary Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportManagedDeviceEnrollmentAbandonmentSummary --- @@ -24,7 +24,7 @@ Get-MgBetaReportManagedDeviceEnrollmentAbandonmentSummary -Filter -Skip -SkipToken -Top -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### ManagedViaIdentity @@ -33,7 +33,7 @@ Get-MgBetaReportManagedDeviceEnrollmentAbandonmentSummary -Filter -Skip Get-MgBetaReportManagedDeviceEnrollmentAbandonmentSummary -InputObject -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportManagedDeviceEnrollmentFailureDetail.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportManagedDeviceEnrollmentFailureDetail.md index 1415eaabd323e..5436705f1c852 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportManagedDeviceEnrollmentFailureDetail.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportManagedDeviceEnrollmentFailureDetail.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportmanageddeviceenrollmentfailuredetail Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportManagedDeviceEnrollmentFailureDetail --- @@ -26,7 +26,7 @@ Invoke function managedDeviceEnrollmentFailureDetails Get-MgBetaReportManagedDeviceEnrollmentFailureDetail -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### Detail1 @@ -36,7 +36,7 @@ Get-MgBetaReportManagedDeviceEnrollmentFailureDetail -Filter -Skip -Top -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### DetailViaIdentity @@ -45,7 +45,7 @@ Get-MgBetaReportManagedDeviceEnrollmentFailureDetail -Filter -Skip -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportManagedDeviceEnrollmentFailureTrend.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportManagedDeviceEnrollmentFailureTrend.md index 4b6a9529a8997..da8fcef899081 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportManagedDeviceEnrollmentFailureTrend.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportManagedDeviceEnrollmentFailureTrend.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportmanageddeviceenrollmentfailuretrend Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportManagedDeviceEnrollmentFailureTrend --- @@ -23,7 +23,7 @@ Metadata for the enrollment failure trends report Get-MgBetaReportManagedDeviceEnrollmentFailureTrend -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportManagedDeviceEnrollmentTopFailure.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportManagedDeviceEnrollmentTopFailure.md index 00e644da2d53b..5704072f9f2b1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportManagedDeviceEnrollmentTopFailure.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportManagedDeviceEnrollmentTopFailure.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportmanageddeviceenrollmenttopfailure Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportManagedDeviceEnrollmentTopFailure --- @@ -26,7 +26,7 @@ Invoke function managedDeviceEnrollmentTopFailures Get-MgBetaReportManagedDeviceEnrollmentTopFailure -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### Top1 @@ -35,7 +35,7 @@ Get-MgBetaReportManagedDeviceEnrollmentTopFailure -OutFile Get-MgBetaReportManagedDeviceEnrollmentTopFailure -Period -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### TopViaIdentity @@ -44,7 +44,7 @@ Get-MgBetaReportManagedDeviceEnrollmentTopFailure -Period -OutFile -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportMicrosoft365CopilotUsageUserDetail.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportMicrosoft365CopilotUsageUserDetail.md index c87ca967d0241..01f204fec2476 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportMicrosoft365CopilotUsageUserDetail.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportMicrosoft365CopilotUsageUserDetail.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportmicrosoft365copilotusageuserdetail Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportMicrosoft365CopilotUsageUserDetail --- @@ -23,7 +23,7 @@ Get the most recent activity data for enabled users of Microsoft 365 Copilot app Get-MgBetaReportMicrosoft365CopilotUsageUserDetail -Period -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -32,7 +32,7 @@ Get-MgBetaReportMicrosoft365CopilotUsageUserDetail -Period -OutFile -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportMicrosoft365CopilotUserCountSummary.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportMicrosoft365CopilotUserCountSummary.md index 04548316c29c3..a5182cd2a9417 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportMicrosoft365CopilotUserCountSummary.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportMicrosoft365CopilotUserCountSummary.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportmicrosoft365copilotusercountsummary Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportMicrosoft365CopilotUserCountSummary --- @@ -23,7 +23,7 @@ Get the aggregated number of active and enabled users of Microsoft 365 Copilot f Get-MgBetaReportMicrosoft365CopilotUserCountSummary -Period -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -32,7 +32,7 @@ Get-MgBetaReportMicrosoft365CopilotUserCountSummary -Period -OutFile -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportMicrosoft365CopilotUserCountTrend.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportMicrosoft365CopilotUserCountTrend.md index 9a514eed2d238..0a59109dffa46 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportMicrosoft365CopilotUserCountTrend.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportMicrosoft365CopilotUserCountTrend.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportmicrosoft365copilotusercounttrend Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportMicrosoft365CopilotUserCountTrend --- @@ -23,7 +23,7 @@ Get the trend in the daily number of active and enabled users of Microsoft 365 C Get-MgBetaReportMicrosoft365CopilotUserCountTrend -Period -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -32,7 +32,7 @@ Get-MgBetaReportMicrosoft365CopilotUserCountTrend -Period -OutFile -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportMonthlyPrintUsageByPrinter.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportMonthlyPrintUsageByPrinter.md index ab46cbb5cc610..66de6d49f825b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportMonthlyPrintUsageByPrinter.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportMonthlyPrintUsageByPrinter.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportmonthlyprintusagebyprinter Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportMonthlyPrintUsageByPrinter --- @@ -28,7 +28,7 @@ Get-MgBetaReportMonthlyPrintUsageByPrinter [-ExpandProperty ] [-Proper [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaReportMonthlyPrintUsageByPrinter -PrintUsageByPrinterId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +48,7 @@ Get-MgBetaReportMonthlyPrintUsageByPrinter -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportMonthlyPrintUsageByPrinterCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportMonthlyPrintUsageByPrinterCount.md index 806d658e11fcb..37d97a4a4b4de 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportMonthlyPrintUsageByPrinterCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportMonthlyPrintUsageByPrinterCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportmonthlyprintusagebyprintercount Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportMonthlyPrintUsageByPrinterCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaReportMonthlyPrintUsageByPrinterCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportMonthlyPrintUsageByUser.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportMonthlyPrintUsageByUser.md index 250c9f6dd0732..dc94071479b88 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportMonthlyPrintUsageByUser.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportMonthlyPrintUsageByUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportmonthlyprintusagebyuser Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportMonthlyPrintUsageByUser --- @@ -28,7 +28,7 @@ Get-MgBetaReportMonthlyPrintUsageByUser [-ExpandProperty ] [-Property [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -37,7 +37,7 @@ Get-MgBetaReportMonthlyPrintUsageByUser [-ExpandProperty ] [-Property Get-MgBetaReportMonthlyPrintUsageByUser -PrintUsageByUserId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +46,7 @@ Get-MgBetaReportMonthlyPrintUsageByUser -PrintUsageByUserId [-ExpandPro Get-MgBetaReportMonthlyPrintUsageByUser -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportMonthlyPrintUsageByUserCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportMonthlyPrintUsageByUserCount.md index fbd21d669ef69..eaa55bb330d3e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportMonthlyPrintUsageByUserCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportMonthlyPrintUsageByUserCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportmonthlyprintusagebyusercount Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportMonthlyPrintUsageByUserCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaReportMonthlyPrintUsageByUserCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportMonthlyPrintUsageSummaryByPrinter.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportMonthlyPrintUsageSummaryByPrinter.md index d2137a5a590df..603afe90afc21 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportMonthlyPrintUsageSummaryByPrinter.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportMonthlyPrintUsageSummaryByPrinter.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportmonthlyprintusagesummarybyprinter Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportMonthlyPrintUsageSummaryByPrinter --- @@ -25,7 +25,7 @@ Get-MgBetaReportMonthlyPrintUsageSummaryByPrinter [-ExpandProperty ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaReportMonthlyPrintUsageSummaryByPrinter -PrintUsageByPrinterId ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -45,7 +45,7 @@ Get-MgBetaReportMonthlyPrintUsageSummaryByPrinter -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportMonthlyPrintUsageSummaryByPrinterCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportMonthlyPrintUsageSummaryByPrinterCount.md index 088a7d77b5a12..a2f41a414c9a8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportMonthlyPrintUsageSummaryByPrinterCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportMonthlyPrintUsageSummaryByPrinterCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportmonthlyprintusagesummarybyprintercount Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportMonthlyPrintUsageSummaryByPrinterCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaReportMonthlyPrintUsageSummaryByPrinterCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportMonthlyPrintUsageSummaryByUser.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportMonthlyPrintUsageSummaryByUser.md index 6bcdfaba0a8d6..23e105d44d9bc 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportMonthlyPrintUsageSummaryByUser.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportMonthlyPrintUsageSummaryByUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportmonthlyprintusagesummarybyuser Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportMonthlyPrintUsageSummaryByUser --- @@ -25,7 +25,7 @@ Get-MgBetaReportMonthlyPrintUsageSummaryByUser [-ExpandProperty ] [-Pr [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaReportMonthlyPrintUsageSummaryByUser -PrintUsageByUserId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -45,7 +45,7 @@ Get-MgBetaReportMonthlyPrintUsageSummaryByUser -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportMonthlyPrintUsageSummaryByUserCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportMonthlyPrintUsageSummaryByUserCount.md index 425b27878868d..1f4c05c84592e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportMonthlyPrintUsageSummaryByUserCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportMonthlyPrintUsageSummaryByUserCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportmonthlyprintusagesummarybyusercount Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportMonthlyPrintUsageSummaryByUserCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaReportMonthlyPrintUsageSummaryByUserCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportOffice365ActivationCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportOffice365ActivationCount.md index 7fdd07a5d1041..4d6f0cdfaf713 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportOffice365ActivationCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportOffice365ActivationCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportoffice365activationcount Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportOffice365ActivationCount --- @@ -26,7 +26,7 @@ Invoke function getOffice365ActivationCounts Get-MgBetaReportOffice365ActivationCount -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportOffice365ActivationUserCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportOffice365ActivationUserCount.md index d6f05c25b1b23..36708965f6e0d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportOffice365ActivationUserCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportOffice365ActivationUserCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportoffice365activationusercount Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportOffice365ActivationUserCount --- @@ -26,7 +26,7 @@ Invoke function getOffice365ActivationsUserCounts Get-MgBetaReportOffice365ActivationUserCount -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportOffice365ActivationUserDetail.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportOffice365ActivationUserDetail.md index 672706f44f33a..04730f15b8c18 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportOffice365ActivationUserDetail.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportOffice365ActivationUserDetail.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportoffice365activationuserdetail Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportOffice365ActivationUserDetail --- @@ -26,7 +26,7 @@ Invoke function getOffice365ActivationsUserDetail Get-MgBetaReportOffice365ActivationUserDetail -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportOffice365ActiveUserCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportOffice365ActiveUserCount.md index 0dfea575ae458..107eb8d0cd0c3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportOffice365ActiveUserCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportOffice365ActiveUserCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportoffice365activeusercount Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportOffice365ActiveUserCount --- @@ -27,7 +27,7 @@ Get-MgBetaReportOffice365ActiveUserCount -Period [-Count] [-ExpandPrope [-Filter ] [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -38,7 +38,7 @@ Get-MgBetaReportOffice365ActiveUserCount -InputObject [-Count [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportOffice365ActiveUserDetail.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportOffice365ActiveUserDetail.md index f7cf56dcc980b..3ff9aa1a18a3c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportOffice365ActiveUserDetail.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportOffice365ActiveUserDetail.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportoffice365activeuserdetail Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportOffice365ActiveUserDetail --- @@ -27,7 +27,7 @@ Get-MgBetaReportOffice365ActiveUserDetail -Date [-Count] [-ExpandProp [-Filter ] [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### Get1 @@ -37,7 +37,7 @@ Get-MgBetaReportOffice365ActiveUserDetail -Period [-Count] [-ExpandProp [-Filter ] [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity1 @@ -48,7 +48,7 @@ Get-MgBetaReportOffice365ActiveUserDetail -InputObject [-Coun [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -59,7 +59,7 @@ Get-MgBetaReportOffice365ActiveUserDetail -InputObject [-Coun [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportOffice365GroupActivityCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportOffice365GroupActivityCount.md index f93745998417a..d468ea737d0c1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportOffice365GroupActivityCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportOffice365GroupActivityCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportoffice365groupactivitycount Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportOffice365GroupActivityCount --- @@ -27,7 +27,7 @@ Get-MgBetaReportOffice365GroupActivityCount -Period [-Count] [-ExpandPr [-Filter ] [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -38,7 +38,7 @@ Get-MgBetaReportOffice365GroupActivityCount -InputObject [-Co [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportOffice365GroupActivityDetail.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportOffice365GroupActivityDetail.md index ca501254a7305..941c20d61c6fc 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportOffice365GroupActivityDetail.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportOffice365GroupActivityDetail.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportoffice365groupactivitydetail Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportOffice365GroupActivityDetail --- @@ -27,7 +27,7 @@ Get-MgBetaReportOffice365GroupActivityDetail -Date [-Count] [-ExpandP [-Filter ] [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### Get1 @@ -37,7 +37,7 @@ Get-MgBetaReportOffice365GroupActivityDetail -Period [-Count] [-ExpandP [-Filter ] [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity1 @@ -48,7 +48,7 @@ Get-MgBetaReportOffice365GroupActivityDetail -InputObject [-C [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -59,7 +59,7 @@ Get-MgBetaReportOffice365GroupActivityDetail -InputObject [-C [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportOffice365GroupActivityFileCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportOffice365GroupActivityFileCount.md index d5cf43b018ff3..acadccbf9912b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportOffice365GroupActivityFileCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportOffice365GroupActivityFileCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportoffice365groupactivityfilecount Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportOffice365GroupActivityFileCount --- @@ -28,7 +28,7 @@ Get-MgBetaReportOffice365GroupActivityFileCount -Period [-Count] [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -39,7 +39,7 @@ Get-MgBetaReportOffice365GroupActivityFileCount -InputObject [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportOffice365GroupActivityGroupCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportOffice365GroupActivityGroupCount.md index 7a27fbeaf1854..38a6b36bc322c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportOffice365GroupActivityGroupCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportOffice365GroupActivityGroupCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportoffice365groupactivitygroupcount Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportOffice365GroupActivityGroupCount --- @@ -28,7 +28,7 @@ Get-MgBetaReportOffice365GroupActivityGroupCount -Period [-Count] [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -39,7 +39,7 @@ Get-MgBetaReportOffice365GroupActivityGroupCount -InputObject [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportOffice365GroupActivityStorage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportOffice365GroupActivityStorage.md index d315923a6c511..50316bd450566 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportOffice365GroupActivityStorage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportOffice365GroupActivityStorage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportoffice365groupactivitystorage Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportOffice365GroupActivityStorage --- @@ -27,7 +27,7 @@ Get-MgBetaReportOffice365GroupActivityStorage -Period [-Count] [-Expand [-Filter ] [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -38,7 +38,7 @@ Get-MgBetaReportOffice365GroupActivityStorage -InputObject [- [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportOffice365ServiceUserCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportOffice365ServiceUserCount.md index 2d4199231eef9..7df346572854a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportOffice365ServiceUserCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportOffice365ServiceUserCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportoffice365serviceusercount Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportOffice365ServiceUserCount --- @@ -27,7 +27,7 @@ Get-MgBetaReportOffice365ServiceUserCount -Period [-Count] [-ExpandProp [-Filter ] [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -38,7 +38,7 @@ Get-MgBetaReportOffice365ServiceUserCount -InputObject [-Coun [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportOneDriveActivityFileCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportOneDriveActivityFileCount.md index 4eb839c7be44c..394141519ef17 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportOneDriveActivityFileCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportOneDriveActivityFileCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportonedriveactivityfilecount Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportOneDriveActivityFileCount --- @@ -26,7 +26,7 @@ Invoke function getOneDriveActivityFileCounts Get-MgBetaReportOneDriveActivityFileCount -Period -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaReportOneDriveActivityFileCount -Period -OutFile Get-MgBetaReportOneDriveActivityFileCount -InputObject -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportOneDriveActivityUserCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportOneDriveActivityUserCount.md index 4fd8198d2f913..995f8a6d3208b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportOneDriveActivityUserCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportOneDriveActivityUserCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportonedriveactivityusercount Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportOneDriveActivityUserCount --- @@ -26,7 +26,7 @@ Invoke function getOneDriveActivityUserCounts Get-MgBetaReportOneDriveActivityUserCount -Period -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaReportOneDriveActivityUserCount -Period -OutFile Get-MgBetaReportOneDriveActivityUserCount -InputObject -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportOneDriveActivityUserDetail.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportOneDriveActivityUserDetail.md index aacfab028fd22..b8ac0caf10676 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportOneDriveActivityUserDetail.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportOneDriveActivityUserDetail.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportonedriveactivityuserdetail Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportOneDriveActivityUserDetail --- @@ -26,7 +26,7 @@ Invoke function getOneDriveActivityUserDetail Get-MgBetaReportOneDriveActivityUserDetail -Date -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### Get1 @@ -35,7 +35,7 @@ Get-MgBetaReportOneDriveActivityUserDetail -Date -OutFile Get-MgBetaReportOneDriveActivityUserDetail -Period -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity1 @@ -44,7 +44,7 @@ Get-MgBetaReportOneDriveActivityUserDetail -Period -OutFile Get-MgBetaReportOneDriveActivityUserDetail -InputObject -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -53,7 +53,7 @@ Get-MgBetaReportOneDriveActivityUserDetail -InputObject -OutF Get-MgBetaReportOneDriveActivityUserDetail -InputObject -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportOneDriveUsageAccountCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportOneDriveUsageAccountCount.md index d2982a88ddfde..3b36e4ba7b1ed 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportOneDriveUsageAccountCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportOneDriveUsageAccountCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportonedriveusageaccountcount Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportOneDriveUsageAccountCount --- @@ -26,7 +26,7 @@ Invoke function getOneDriveUsageAccountCounts Get-MgBetaReportOneDriveUsageAccountCount -Period -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaReportOneDriveUsageAccountCount -Period -OutFile Get-MgBetaReportOneDriveUsageAccountCount -InputObject -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportOneDriveUsageAccountDetail.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportOneDriveUsageAccountDetail.md index 883bdf7baf5a2..e87307c3e3a20 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportOneDriveUsageAccountDetail.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportOneDriveUsageAccountDetail.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportonedriveusageaccountdetail Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportOneDriveUsageAccountDetail --- @@ -26,7 +26,7 @@ Invoke function getOneDriveUsageAccountDetail Get-MgBetaReportOneDriveUsageAccountDetail -Date -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### Get1 @@ -35,7 +35,7 @@ Get-MgBetaReportOneDriveUsageAccountDetail -Date -OutFile Get-MgBetaReportOneDriveUsageAccountDetail -Period -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity1 @@ -44,7 +44,7 @@ Get-MgBetaReportOneDriveUsageAccountDetail -Period -OutFile Get-MgBetaReportOneDriveUsageAccountDetail -InputObject -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -53,7 +53,7 @@ Get-MgBetaReportOneDriveUsageAccountDetail -InputObject -OutF Get-MgBetaReportOneDriveUsageAccountDetail -InputObject -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportOneDriveUsageFileCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportOneDriveUsageFileCount.md index aa9c026b5c1ce..bfcc62cf18fb5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportOneDriveUsageFileCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportOneDriveUsageFileCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportonedriveusagefilecount Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportOneDriveUsageFileCount --- @@ -26,7 +26,7 @@ Invoke function getOneDriveUsageFileCounts Get-MgBetaReportOneDriveUsageFileCount -Period -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaReportOneDriveUsageFileCount -Period -OutFile Get-MgBetaReportOneDriveUsageFileCount -InputObject -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportOneDriveUsageStorage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportOneDriveUsageStorage.md index 7d431b4decba3..c4db69fc49c07 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportOneDriveUsageStorage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportOneDriveUsageStorage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportonedriveusagestorage Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportOneDriveUsageStorage --- @@ -26,7 +26,7 @@ Invoke function getOneDriveUsageStorage Get-MgBetaReportOneDriveUsageStorage -Period -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaReportOneDriveUsageStorage -Period -OutFile Get-MgBetaReportOneDriveUsageStorage -InputObject -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportPartner.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportPartner.md index 88d4b794a1db8..66c78b0a5f784 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportPartner.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportPartner.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportpartner Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportPartner --- @@ -26,7 +26,7 @@ Represents billing details for a Microsoft direct partner. Get-MgBetaReportPartner [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportPartnerBilling.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportPartnerBilling.md index fe6293a1ee8cf..62809a5be953b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportPartnerBilling.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportPartnerBilling.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportpartnerbilling Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportPartnerBilling --- @@ -26,7 +26,7 @@ Represents billing details for billed and unbilled data. Get-MgBetaReportPartnerBilling [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportPartnerBillingManifest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportPartnerBillingManifest.md index 2eae3655efb11..de95a1f1c7874 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportPartnerBillingManifest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportPartnerBillingManifest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportpartnerbillingmanifest Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportPartnerBillingManifest --- @@ -28,7 +28,7 @@ Get-MgBetaReportPartnerBillingManifest [-ExpandProperty ] [-Property < [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -37,7 +37,7 @@ Get-MgBetaReportPartnerBillingManifest [-ExpandProperty ] [-Property < Get-MgBetaReportPartnerBillingManifest -ManifestId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +46,7 @@ Get-MgBetaReportPartnerBillingManifest -ManifestId [-ExpandProperty [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportPartnerBillingManifestCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportPartnerBillingManifestCount.md index 23d0acd838d89..628e7262641ed 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportPartnerBillingManifestCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportPartnerBillingManifestCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportpartnerbillingmanifestcount Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportPartnerBillingManifestCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaReportPartnerBillingManifestCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportPartnerBillingOperation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportPartnerBillingOperation.md index 25df4ff1d5cb4..7f01de0f46037 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportPartnerBillingOperation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportPartnerBillingOperation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportpartnerbillingoperation Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportPartnerBillingOperation --- @@ -28,7 +28,7 @@ Get-MgBetaReportPartnerBillingOperation [-ExpandProperty ] [-Property [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -37,7 +37,7 @@ Get-MgBetaReportPartnerBillingOperation [-ExpandProperty ] [-Property Get-MgBetaReportPartnerBillingOperation -OperationId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +46,7 @@ Get-MgBetaReportPartnerBillingOperation -OperationId [-ExpandProperty < Get-MgBetaReportPartnerBillingOperation -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportPartnerBillingOperationCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportPartnerBillingOperationCount.md index 4554cbe675a5e..c0cf19551ca46 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportPartnerBillingOperationCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportPartnerBillingOperationCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportpartnerbillingoperationcount Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportPartnerBillingOperationCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaReportPartnerBillingOperationCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportPartnerBillingReconciliation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportPartnerBillingReconciliation.md index cb644a7a9f6ca..5570e696cb9e1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportPartnerBillingReconciliation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportPartnerBillingReconciliation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportpartnerbillingreconciliation Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportPartnerBillingReconciliation --- @@ -26,7 +26,7 @@ Represents details for billed and unbilled invoice reconciliation data. Get-MgBetaReportPartnerBillingReconciliation [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportPartnerBillingReconciliationBilled.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportPartnerBillingReconciliationBilled.md index 5aed3f000b816..4a7478b1b6e4e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportPartnerBillingReconciliationBilled.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportPartnerBillingReconciliationBilled.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportpartnerbillingreconciliationbilled Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportPartnerBillingReconciliationBilled --- @@ -26,7 +26,7 @@ Represents details for billed invoice reconciliation data. Get-MgBetaReportPartnerBillingReconciliationBilled [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportPartnerBillingReconciliationUnbilled.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportPartnerBillingReconciliationUnbilled.md index 3c906f09016cb..f6b360f4932e8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportPartnerBillingReconciliationUnbilled.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportPartnerBillingReconciliationUnbilled.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportpartnerbillingreconciliationunbilled Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportPartnerBillingReconciliationUnbilled --- @@ -26,7 +26,7 @@ Represents details for unbilled invoice reconciliation data. Get-MgBetaReportPartnerBillingReconciliationUnbilled [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportPartnerBillingUsage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportPartnerBillingUsage.md index 0dec849ddc2f7..6d058c78d9cd2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportPartnerBillingUsage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportPartnerBillingUsage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportpartnerbillingusage Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportPartnerBillingUsage --- @@ -26,7 +26,7 @@ Represents details for billed and unbilled Azure usage data. Get-MgBetaReportPartnerBillingUsage [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportPartnerBillingUsageBilled.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportPartnerBillingUsageBilled.md index 7886fd8900029..0f70f511c9ade 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportPartnerBillingUsageBilled.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportPartnerBillingUsageBilled.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportpartnerbillingusagebilled Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportPartnerBillingUsageBilled --- @@ -26,7 +26,7 @@ Represents details for billed Azure usage data. Get-MgBetaReportPartnerBillingUsageBilled [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportPartnerBillingUsageUnbilled.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportPartnerBillingUsageUnbilled.md index 4e038e05a6e7e..8aaee3a6da223 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportPartnerBillingUsageUnbilled.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportPartnerBillingUsageUnbilled.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportpartnerbillingusageunbilled Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportPartnerBillingUsageUnbilled --- @@ -26,7 +26,7 @@ Represents details for unbilled Azure usage data. Get-MgBetaReportPartnerBillingUsageUnbilled [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportPrinterArchivedPrintJob.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportPrinterArchivedPrintJob.md index 3a9401671a276..25511b8c017f8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportPrinterArchivedPrintJob.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportPrinterArchivedPrintJob.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportprinterarchivedprintjob Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportPrinterArchivedPrintJob --- @@ -27,7 +27,7 @@ Get-MgBetaReportPrinterArchivedPrintJob -EndDateTime -PrinterId [-Count] [-Filter ] [-Search ] [-Skip ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaReportPrinterArchivedPrintJob -InputObject [-Count] [-Search ] [-Skip ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportRelyingPartyDetailedSummary.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportRelyingPartyDetailedSummary.md index d57419dc3aaab..3ca3b3ffcbab2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportRelyingPartyDetailedSummary.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportRelyingPartyDetailedSummary.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportrelyingpartydetailedsummary Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportRelyingPartyDetailedSummary --- @@ -27,7 +27,7 @@ Get-MgBetaReportRelyingPartyDetailedSummary -Period [-Count] [-ExpandPr [-Filter ] [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -38,7 +38,7 @@ Get-MgBetaReportRelyingPartyDetailedSummary -InputObject [-Co [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportSecurity.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportSecurity.md index 0b9be8280a81a..b2356eec9189f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportSecurity.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportSecurity.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportsecurity Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportSecurity --- @@ -26,7 +26,7 @@ Provides the ability to launch a simulated phishing attack that organizations ca Get-MgBetaReportSecurity [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportSecurityAttackSimulationRepeatOffender.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportSecurityAttackSimulationRepeatOffender.md index 8c5083e2329e0..ec80e7b91cef0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportSecurityAttackSimulationRepeatOffender.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportSecurityAttackSimulationRepeatOffender.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportsecurityattacksimulationrepeatoffender Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportSecurityAttackSimulationRepeatOffender --- @@ -28,7 +28,7 @@ Get-MgBetaReportSecurityAttackSimulationRepeatOffender [-Count] [-Filter ] [-Skip ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportSecurityAttackSimulationTrainingUserCoverage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportSecurityAttackSimulationTrainingUserCoverage.md index ffb69f84ca8ee..d9bb691f624b9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportSecurityAttackSimulationTrainingUserCoverage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportSecurityAttackSimulationTrainingUserCoverage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportsecurityattacksimulationtrainingusercoverage Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportSecurityAttackSimulationTrainingUserCoverage --- @@ -28,7 +28,7 @@ Get-MgBetaReportSecurityAttackSimulationTrainingUserCoverage [-Count] [-Filter < [-Search ] [-Skip ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportSecurityAttackSimulationUserCoverage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportSecurityAttackSimulationUserCoverage.md index a01bb1e040a63..8d36ff73029a4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportSecurityAttackSimulationUserCoverage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportSecurityAttackSimulationUserCoverage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportsecurityattacksimulationusercoverage Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportSecurityAttackSimulationUserCoverage --- @@ -27,7 +27,7 @@ This function supports @odata.nextLink for pagination. Get-MgBetaReportSecurityAttackSimulationUserCoverage [-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.Reports/Get-MgBetaReportServiceActivity.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportServiceActivity.md index 41c6560c134d4..d9c9e6507e9ea 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportServiceActivity.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportServiceActivity.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportserviceactivity Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportServiceActivity --- @@ -23,7 +23,7 @@ Reports that relate to tenant-level authentication activities in Microsoft Entra Get-MgBetaReportServiceActivity [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportServiceActivityActiveUserMetricForDesktopMailByReadEmail.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportServiceActivityActiveUserMetricForDesktopMailByReadEmail.md index 2e0106baebb9e..6dea0ee22f886 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportServiceActivityActiveUserMetricForDesktopMailByReadEmail.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportServiceActivityActiveUserMetricForDesktopMailByReadEmail.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportserviceactivityactiveusermetricfordesktopmailbyreademail Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportServiceActivityActiveUserMetricForDesktopMailByReadEmail --- @@ -25,7 +25,7 @@ Get-MgBetaReportServiceActivityActiveUserMetricForDesktopMailByReadEmail [-AggregationIntervalInMinutes ] [-Count] [-Filter ] [-Search ] [-Skip ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaReportServiceActivityActiveUserMetricForDesktopMailByReadEmail [-Search ] [-Skip ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportServiceActivityActiveUserMetricForEmailByModernAuthentication.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportServiceActivityActiveUserMetricForEmailByModernAuthentication.md index f0bca199f1e7f..a1dd40918a87e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportServiceActivityActiveUserMetricForEmailByModernAuthentication.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportServiceActivityActiveUserMetricForEmailByModernAuthentication.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportserviceactivityactiveusermetricforemailbymodernauthentication Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportServiceActivityActiveUserMetricForEmailByModernAuthentication --- @@ -25,7 +25,7 @@ Get-MgBetaReportServiceActivityActiveUserMetricForEmailByModernAuthentication [-AggregationIntervalInMinutes ] [-Count] [-Filter ] [-Search ] [-Skip ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaReportServiceActivityActiveUserMetricForEmailByModernAuthentication [-Search ] [-Skip ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportServiceActivityActiveUserMetricForExcelWeb.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportServiceActivityActiveUserMetricForExcelWeb.md index c593dc393b152..1bca776de0e26 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportServiceActivityActiveUserMetricForExcelWeb.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportServiceActivityActiveUserMetricForExcelWeb.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportserviceactivityactiveusermetricforexcelweb Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportServiceActivityActiveUserMetricForExcelWeb --- @@ -25,7 +25,7 @@ Get-MgBetaReportServiceActivityActiveUserMetricForExcelWeb -ExclusiveIntervalEnd [-Filter ] [-Search ] [-Skip ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaReportServiceActivityActiveUserMetricForExcelWeb -InputObject ] [-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.Reports/Get-MgBetaReportServiceActivityActiveUserMetricForOneNoteWeb.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportServiceActivityActiveUserMetricForOneNoteWeb.md index 397892675acb0..eaa31959d4e64 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportServiceActivityActiveUserMetricForOneNoteWeb.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportServiceActivityActiveUserMetricForOneNoteWeb.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportserviceactivityactiveusermetricforonenoteweb Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportServiceActivityActiveUserMetricForOneNoteWeb --- @@ -25,7 +25,7 @@ Get-MgBetaReportServiceActivityActiveUserMetricForOneNoteWeb [-AggregationIntervalInMinutes ] [-Count] [-Filter ] [-Search ] [-Skip ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaReportServiceActivityActiveUserMetricForOneNoteWeb -InputObject ] [-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.Reports/Get-MgBetaReportServiceActivityActiveUserMetricForOutlookMacByReadEmail.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportServiceActivityActiveUserMetricForOutlookMacByReadEmail.md index a817ca803cdf8..8caeb4457e073 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportServiceActivityActiveUserMetricForOutlookMacByReadEmail.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportServiceActivityActiveUserMetricForOutlookMacByReadEmail.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportserviceactivityactiveusermetricforoutlookmacbyreademail Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportServiceActivityActiveUserMetricForOutlookMacByReadEmail --- @@ -25,7 +25,7 @@ Get-MgBetaReportServiceActivityActiveUserMetricForOutlookMacByReadEmail [-AggregationIntervalInMinutes ] [-Count] [-Filter ] [-Search ] [-Skip ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaReportServiceActivityActiveUserMetricForOutlookMacByReadEmail [-Search ] [-Skip ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportServiceActivityActiveUserMetricForOutlookMobileByReadEmail.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportServiceActivityActiveUserMetricForOutlookMobileByReadEmail.md index 32bf0e4956614..6934de71a3631 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportServiceActivityActiveUserMetricForOutlookMobileByReadEmail.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportServiceActivityActiveUserMetricForOutlookMobileByReadEmail.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportserviceactivityactiveusermetricforoutlookmobilebyreademail Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportServiceActivityActiveUserMetricForOutlookMobileByReadEmail --- @@ -25,7 +25,7 @@ Get-MgBetaReportServiceActivityActiveUserMetricForOutlookMobileByReadEmail [-AggregationIntervalInMinutes ] [-Count] [-Filter ] [-Search ] [-Skip ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaReportServiceActivityActiveUserMetricForOutlookMobileByReadEmail [-Search ] [-Skip ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportServiceActivityActiveUserMetricForOutlookWebByAppOpening.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportServiceActivityActiveUserMetricForOutlookWebByAppOpening.md index db7ed374e8ddc..97766067701b8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportServiceActivityActiveUserMetricForOutlookWebByAppOpening.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportServiceActivityActiveUserMetricForOutlookWebByAppOpening.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportserviceactivityactiveusermetricforoutlookwebbyappopening Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportServiceActivityActiveUserMetricForOutlookWebByAppOpening --- @@ -25,7 +25,7 @@ Get-MgBetaReportServiceActivityActiveUserMetricForOutlookWebByAppOpening [-AggregationIntervalInMinutes ] [-Count] [-Filter ] [-Search ] [-Skip ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaReportServiceActivityActiveUserMetricForOutlookWebByAppOpening [-Search ] [-Skip ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportServiceActivityActiveUserMetricForOutlookWebByReadEmail.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportServiceActivityActiveUserMetricForOutlookWebByReadEmail.md index ec0873d334dd8..70b7c1a4281a3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportServiceActivityActiveUserMetricForOutlookWebByReadEmail.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportServiceActivityActiveUserMetricForOutlookWebByReadEmail.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportserviceactivityactiveusermetricforoutlookwebbyreademail Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportServiceActivityActiveUserMetricForOutlookWebByReadEmail --- @@ -25,7 +25,7 @@ Get-MgBetaReportServiceActivityActiveUserMetricForOutlookWebByReadEmail [-AggregationIntervalInMinutes ] [-Count] [-Filter ] [-Search ] [-Skip ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaReportServiceActivityActiveUserMetricForOutlookWebByReadEmail [-Search ] [-Skip ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportServiceActivityActiveUserMetricForPowerPointWeb.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportServiceActivityActiveUserMetricForPowerPointWeb.md index 7fca74ebc4095..47bf3ff860ad1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportServiceActivityActiveUserMetricForPowerPointWeb.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportServiceActivityActiveUserMetricForPowerPointWeb.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportserviceactivityactiveusermetricforpowerpointweb Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportServiceActivityActiveUserMetricForPowerPointWeb --- @@ -25,7 +25,7 @@ Get-MgBetaReportServiceActivityActiveUserMetricForPowerPointWeb [-AggregationIntervalInMinutes ] [-Count] [-Filter ] [-Search ] [-Skip ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaReportServiceActivityActiveUserMetricForPowerPointWeb -InputObject ] [-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.Reports/Get-MgBetaReportServiceActivityActiveUserMetricForVisioWeb.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportServiceActivityActiveUserMetricForVisioWeb.md index 73d6027cb1d61..d5417302ffd79 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportServiceActivityActiveUserMetricForVisioWeb.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportServiceActivityActiveUserMetricForVisioWeb.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportserviceactivityactiveusermetricforvisioweb Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportServiceActivityActiveUserMetricForVisioWeb --- @@ -25,7 +25,7 @@ Get-MgBetaReportServiceActivityActiveUserMetricForVisioWeb -ExclusiveIntervalEnd [-Filter ] [-Search ] [-Skip ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaReportServiceActivityActiveUserMetricForVisioWeb -InputObject ] [-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.Reports/Get-MgBetaReportServiceActivityActiveUserMetricForWordWeb.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportServiceActivityActiveUserMetricForWordWeb.md index 5be37c5592f17..f84fd74a63e94 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportServiceActivityActiveUserMetricForWordWeb.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportServiceActivityActiveUserMetricForWordWeb.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportserviceactivityactiveusermetricforwordweb Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportServiceActivityActiveUserMetricForWordWeb --- @@ -25,7 +25,7 @@ Get-MgBetaReportServiceActivityActiveUserMetricForWordWeb -ExclusiveIntervalEndD [-Filter ] [-Search ] [-Skip ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaReportServiceActivityActiveUserMetricForWordWeb -InputObject ] [-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.Reports/Get-MgBetaReportServiceActivityActiveUserMetricForiOsorAndroidMailByReadEmail.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportServiceActivityActiveUserMetricForiOsorAndroidMailByReadEmail.md index a50068eace27c..9602e80a7558e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportServiceActivityActiveUserMetricForiOsorAndroidMailByReadEmail.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportServiceActivityActiveUserMetricForiOsorAndroidMailByReadEmail.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportserviceactivityactiveusermetricforiosorandroidmailbyreademail Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportServiceActivityActiveUserMetricForiOsorAndroidMailByReadEmail --- @@ -25,7 +25,7 @@ Get-MgBetaReportServiceActivityActiveUserMetricForiOsorAndroidMailByReadEmail [-AggregationIntervalInMinutes ] [-Count] [-Filter ] [-Search ] [-Skip ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaReportServiceActivityActiveUserMetricForiOsorAndroidMailByReadEmail [-Search ] [-Skip ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportServiceActivityAudioStreamOverUdpMetricForTeam.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportServiceActivityAudioStreamOverUdpMetricForTeam.md index 44273feb97078..75a3699a408b9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportServiceActivityAudioStreamOverUdpMetricForTeam.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportServiceActivityAudioStreamOverUdpMetricForTeam.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportserviceactivityaudiostreamoverudpmetricforteam Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportServiceActivityAudioStreamOverUdpMetricForTeam --- @@ -25,7 +25,7 @@ Get-MgBetaReportServiceActivityAudioStreamOverUdpMetricForTeam [-AggregationIntervalInMinutes ] [-Count] [-Filter ] [-Search ] [-Skip ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaReportServiceActivityAudioStreamOverUdpMetricForTeam -InputObject ] [-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.Reports/Get-MgBetaReportServiceActivityAudioStreamQoEMetricForTeam.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportServiceActivityAudioStreamQoEMetricForTeam.md index 9c4454a068791..7d4fec2caa084 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportServiceActivityAudioStreamQoEMetricForTeam.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportServiceActivityAudioStreamQoEMetricForTeam.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportserviceactivityaudiostreamqoemetricforteam Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportServiceActivityAudioStreamQoEMetricForTeam --- @@ -25,7 +25,7 @@ Get-MgBetaReportServiceActivityAudioStreamQoEMetricForTeam -ExclusiveIntervalEnd [-Filter ] [-Search ] [-Skip ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaReportServiceActivityAudioStreamQoEMetricForTeam -InputObject ] [-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.Reports/Get-MgBetaReportServiceActivityConnectivityMetricForExchange.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportServiceActivityConnectivityMetricForExchange.md index c719b48745ca0..06cad9029282e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportServiceActivityConnectivityMetricForExchange.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportServiceActivityConnectivityMetricForExchange.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportserviceactivityconnectivitymetricforexchange Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportServiceActivityConnectivityMetricForExchange --- @@ -25,7 +25,7 @@ Get-MgBetaReportServiceActivityConnectivityMetricForExchange [-AggregationIntervalInMinutes ] [-Count] [-Filter ] [-Search ] [-Skip ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaReportServiceActivityConnectivityMetricForExchange -InputObject ] [-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.Reports/Get-MgBetaReportServiceActivityMessageVolumeMetricForEmailDelivery.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportServiceActivityMessageVolumeMetricForEmailDelivery.md index ac91602272b8f..330c0e5210c49 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportServiceActivityMessageVolumeMetricForEmailDelivery.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportServiceActivityMessageVolumeMetricForEmailDelivery.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportserviceactivitymessagevolumemetricforemaildelivery Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportServiceActivityMessageVolumeMetricForEmailDelivery --- @@ -26,7 +26,7 @@ Get-MgBetaReportServiceActivityMessageVolumeMetricForEmailDelivery [-AggregationIntervalInMinutes ] [-Count] [-Filter ] [-Search ] [-Skip ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaReportServiceActivityMessageVolumeMetricForEmailDelivery -InputObject [-AggregationIntervalInMinutes ] [-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.Reports/Get-MgBetaReportServiceActivityMessageVolumeMetricForTeamChat.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportServiceActivityMessageVolumeMetricForTeamChat.md index df018d08ac097..b23b57946867d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportServiceActivityMessageVolumeMetricForTeamChat.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportServiceActivityMessageVolumeMetricForTeamChat.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportserviceactivitymessagevolumemetricforteamchat Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportServiceActivityMessageVolumeMetricForTeamChat --- @@ -25,7 +25,7 @@ Get-MgBetaReportServiceActivityMessageVolumeMetricForTeamChat [-AggregationIntervalInMinutes ] [-Count] [-Filter ] [-Search ] [-Skip ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaReportServiceActivityMessageVolumeMetricForTeamChat -InputObject ] [-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.Reports/Get-MgBetaReportServiceActivityMetricForConditionalAccessBlockedSignIn.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportServiceActivityMetricForConditionalAccessBlockedSignIn.md index e5671880b17d2..5d2ba2a93a4ec 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportServiceActivityMetricForConditionalAccessBlockedSignIn.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportServiceActivityMetricForConditionalAccessBlockedSignIn.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportserviceactivitymetricforconditionalaccessblockedsignin Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportServiceActivityMetricForConditionalAccessBlockedSignIn --- @@ -25,7 +25,7 @@ Get-MgBetaReportServiceActivityMetricForConditionalAccessBlockedSignIn [-AggregationIntervalInMinutes ] [-Count] [-Filter ] [-Search ] [-Skip ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaReportServiceActivityMetricForConditionalAccessBlockedSignIn [-Search ] [-Skip ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportServiceActivityMetricForConditionalAccessCompliantDeviceSignInSuccess.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportServiceActivityMetricForConditionalAccessCompliantDeviceSignInSuccess.md index c157f9a147c0e..43ff98c6ce2bd 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportServiceActivityMetricForConditionalAccessCompliantDeviceSignInSuccess.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportServiceActivityMetricForConditionalAccessCompliantDeviceSignInSuccess.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportserviceactivitymetricforconditionalaccesscompliantdevicesigninsuccess Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportServiceActivityMetricForConditionalAccessCompliantDeviceSignInSuccess --- @@ -26,7 +26,7 @@ Get-MgBetaReportServiceActivityMetricForConditionalAccessCompliantDeviceSignInSu [-AggregationIntervalInMinutes ] [-Count] [-Filter ] [-Search ] [-Skip ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaReportServiceActivityMetricForConditionalAccessCompliantDeviceSignInSu [-Search ] [-Skip ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportServiceActivityMetricForConditionalAccessManagedDeviceSignInSuccess.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportServiceActivityMetricForConditionalAccessManagedDeviceSignInSuccess.md index 58218ee16edff..109dbbb7c5842 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportServiceActivityMetricForConditionalAccessManagedDeviceSignInSuccess.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportServiceActivityMetricForConditionalAccessManagedDeviceSignInSuccess.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportserviceactivitymetricforconditionalaccessmanageddevicesigninsuccess Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportServiceActivityMetricForConditionalAccessManagedDeviceSignInSuccess --- @@ -26,7 +26,7 @@ Get-MgBetaReportServiceActivityMetricForConditionalAccessManagedDeviceSignInSucc [-AggregationIntervalInMinutes ] [-Count] [-Filter ] [-Search ] [-Skip ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaReportServiceActivityMetricForConditionalAccessManagedDeviceSignInSucc [-Search ] [-Skip ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportServiceActivityMetricForMfaSignInFailure.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportServiceActivityMetricForMfaSignInFailure.md index aa9ddfef98937..2e8b1a564b9b4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportServiceActivityMetricForMfaSignInFailure.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportServiceActivityMetricForMfaSignInFailure.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportserviceactivitymetricformfasigninfailure Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportServiceActivityMetricForMfaSignInFailure --- @@ -26,7 +26,7 @@ Get-MgBetaReportServiceActivityMetricForMfaSignInFailure -ExclusiveIntervalEndDa [-Filter ] [-Search ] [-Skip ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaReportServiceActivityMetricForMfaSignInFailure -InputObject ] [-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.Reports/Get-MgBetaReportServiceActivityMetricForMfaSignInSuccess.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportServiceActivityMetricForMfaSignInSuccess.md index 3c1526f25da9b..4b5109246939c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportServiceActivityMetricForMfaSignInSuccess.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportServiceActivityMetricForMfaSignInSuccess.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportserviceactivitymetricformfasigninsuccess Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportServiceActivityMetricForMfaSignInSuccess --- @@ -25,7 +25,7 @@ Get-MgBetaReportServiceActivityMetricForMfaSignInSuccess -ExclusiveIntervalEndDa [-Filter ] [-Search ] [-Skip ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaReportServiceActivityMetricForMfaSignInSuccess -InputObject ] [-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.Reports/Get-MgBetaReportServiceActivityMetricForSamlSignInSuccess.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportServiceActivityMetricForSamlSignInSuccess.md index 793347b8324e0..48ac7557e72c6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportServiceActivityMetricForSamlSignInSuccess.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportServiceActivityMetricForSamlSignInSuccess.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportserviceactivitymetricforsamlsigninsuccess Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportServiceActivityMetricForSamlSignInSuccess --- @@ -26,7 +26,7 @@ Get-MgBetaReportServiceActivityMetricForSamlSignInSuccess -ExclusiveIntervalEndD [-Filter ] [-Search ] [-Skip ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaReportServiceActivityMetricForSamlSignInSuccess -InputObject ] [-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.Reports/Get-MgBetaReportServiceActivityUsageMetricForTeamByLaunch.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportServiceActivityUsageMetricForTeamByLaunch.md index 9926ed9e338b2..dc51b25f4eac0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportServiceActivityUsageMetricForTeamByLaunch.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportServiceActivityUsageMetricForTeamByLaunch.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportserviceactivityusagemetricforteambylaunch Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportServiceActivityUsageMetricForTeamByLaunch --- @@ -25,7 +25,7 @@ Get-MgBetaReportServiceActivityUsageMetricForTeamByLaunch -ExclusiveIntervalEndD [-Filter ] [-Search ] [-Skip ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaReportServiceActivityUsageMetricForTeamByLaunch -InputObject ] [-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.Reports/Get-MgBetaReportServiceActivityUsageMetricForTeamByMeetingJoined.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportServiceActivityUsageMetricForTeamByMeetingJoined.md index 9c03f527d7be2..44591c2150420 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportServiceActivityUsageMetricForTeamByMeetingJoined.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportServiceActivityUsageMetricForTeamByMeetingJoined.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportserviceactivityusagemetricforteambymeetingjoined Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportServiceActivityUsageMetricForTeamByMeetingJoined --- @@ -25,7 +25,7 @@ Get-MgBetaReportServiceActivityUsageMetricForTeamByMeetingJoined [-AggregationIntervalInMinutes ] [-Count] [-Filter ] [-Search ] [-Skip ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaReportServiceActivityUsageMetricForTeamByMeetingJoined -InputObject ] [-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.Reports/Get-MgBetaReportServicePrincipalSignInActivity.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportServicePrincipalSignInActivity.md index d5fe2dd7dc65e..e2b31d94087e4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportServicePrincipalSignInActivity.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportServicePrincipalSignInActivity.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportserviceprincipalsigninactivity Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportServicePrincipalSignInActivity --- @@ -27,7 +27,7 @@ Get-MgBetaReportServicePrincipalSignInActivity [-ExpandProperty ] [-Pr [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -37,7 +37,7 @@ Get-MgBetaReportServicePrincipalSignInActivity -ServicePrincipalSignInActivityId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -47,7 +47,7 @@ Get-MgBetaReportServicePrincipalSignInActivity -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportServicePrincipalSignInActivityCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportServicePrincipalSignInActivityCount.md index 0578b488a0d3a..0ea5fd33bffcc 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportServicePrincipalSignInActivityCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportServicePrincipalSignInActivityCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportserviceprincipalsigninactivitycount Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportServicePrincipalSignInActivityCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaReportServicePrincipalSignInActivityCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportSharePointActivityFileCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportSharePointActivityFileCount.md index 1844d569a16be..7afecfa43e78e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportSharePointActivityFileCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportSharePointActivityFileCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportsharepointactivityfilecount Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportSharePointActivityFileCount --- @@ -26,7 +26,7 @@ Invoke function getSharePointActivityFileCounts Get-MgBetaReportSharePointActivityFileCount -Period -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaReportSharePointActivityFileCount -Period -OutFile Get-MgBetaReportSharePointActivityFileCount -InputObject -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportSharePointActivityPage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportSharePointActivityPage.md index 6e6cc72c729e3..502b81816776d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportSharePointActivityPage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportSharePointActivityPage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportsharepointactivitypage Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportSharePointActivityPage --- @@ -26,7 +26,7 @@ Invoke function getSharePointActivityPages Get-MgBetaReportSharePointActivityPage -Period -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaReportSharePointActivityPage -Period -OutFile Get-MgBetaReportSharePointActivityPage -InputObject -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportSharePointActivityUserCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportSharePointActivityUserCount.md index 05db901af3331..92c8d510ff000 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportSharePointActivityUserCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportSharePointActivityUserCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportsharepointactivityusercount Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportSharePointActivityUserCount --- @@ -26,7 +26,7 @@ Invoke function getSharePointActivityUserCounts Get-MgBetaReportSharePointActivityUserCount -Period -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaReportSharePointActivityUserCount -Period -OutFile Get-MgBetaReportSharePointActivityUserCount -InputObject -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportSharePointActivityUserDetail.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportSharePointActivityUserDetail.md index 66cc48070fc64..b04e2bfdd90b3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportSharePointActivityUserDetail.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportSharePointActivityUserDetail.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportsharepointactivityuserdetail Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportSharePointActivityUserDetail --- @@ -26,7 +26,7 @@ Invoke function getSharePointActivityUserDetail Get-MgBetaReportSharePointActivityUserDetail -Date -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### Get1 @@ -35,7 +35,7 @@ Get-MgBetaReportSharePointActivityUserDetail -Date -OutFile Get-MgBetaReportSharePointActivityUserDetail -Period -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity1 @@ -44,7 +44,7 @@ Get-MgBetaReportSharePointActivityUserDetail -Period -OutFile Get-MgBetaReportSharePointActivityUserDetail -InputObject -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -53,7 +53,7 @@ Get-MgBetaReportSharePointActivityUserDetail -InputObject -Ou Get-MgBetaReportSharePointActivityUserDetail -InputObject -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportSharePointSiteUsageDetail.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportSharePointSiteUsageDetail.md index 1ed2a3c523a97..0a5c4fb8c1b7f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportSharePointSiteUsageDetail.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportSharePointSiteUsageDetail.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportsharepointsiteusagedetail Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportSharePointSiteUsageDetail --- @@ -26,7 +26,7 @@ Invoke function getSharePointSiteUsageDetail Get-MgBetaReportSharePointSiteUsageDetail -Date -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### Get1 @@ -35,7 +35,7 @@ Get-MgBetaReportSharePointSiteUsageDetail -Date -OutFile Get-MgBetaReportSharePointSiteUsageDetail -Period -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity1 @@ -44,7 +44,7 @@ Get-MgBetaReportSharePointSiteUsageDetail -Period -OutFile Get-MgBetaReportSharePointSiteUsageDetail -InputObject -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -53,7 +53,7 @@ Get-MgBetaReportSharePointSiteUsageDetail -InputObject -OutFi Get-MgBetaReportSharePointSiteUsageDetail -InputObject -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportSharePointSiteUsageFileCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportSharePointSiteUsageFileCount.md index 543ef01cdf4fb..79ef7129c4dc7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportSharePointSiteUsageFileCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportSharePointSiteUsageFileCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportsharepointsiteusagefilecount Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportSharePointSiteUsageFileCount --- @@ -26,7 +26,7 @@ Invoke function getSharePointSiteUsageFileCounts Get-MgBetaReportSharePointSiteUsageFileCount -Period -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaReportSharePointSiteUsageFileCount -Period -OutFile Get-MgBetaReportSharePointSiteUsageFileCount -InputObject -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportSharePointSiteUsagePage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportSharePointSiteUsagePage.md index 5407518a677ab..ac6282af8064a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportSharePointSiteUsagePage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportSharePointSiteUsagePage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportsharepointsiteusagepage Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportSharePointSiteUsagePage --- @@ -26,7 +26,7 @@ Invoke function getSharePointSiteUsagePages Get-MgBetaReportSharePointSiteUsagePage -Period -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaReportSharePointSiteUsagePage -Period -OutFile Get-MgBetaReportSharePointSiteUsagePage -InputObject -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportSharePointSiteUsageSiteCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportSharePointSiteUsageSiteCount.md index 23c705610b473..33ad9a99646f8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportSharePointSiteUsageSiteCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportSharePointSiteUsageSiteCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportsharepointsiteusagesitecount Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportSharePointSiteUsageSiteCount --- @@ -26,7 +26,7 @@ Invoke function getSharePointSiteUsageSiteCounts Get-MgBetaReportSharePointSiteUsageSiteCount -Period -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaReportSharePointSiteUsageSiteCount -Period -OutFile Get-MgBetaReportSharePointSiteUsageSiteCount -InputObject -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportSharePointSiteUsageStorage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportSharePointSiteUsageStorage.md index 14a5a7f2016b7..2e1c47acd8680 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportSharePointSiteUsageStorage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportSharePointSiteUsageStorage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportsharepointsiteusagestorage Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportSharePointSiteUsageStorage --- @@ -26,7 +26,7 @@ Invoke function getSharePointSiteUsageStorage Get-MgBetaReportSharePointSiteUsageStorage -Period -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaReportSharePointSiteUsageStorage -Period -OutFile Get-MgBetaReportSharePointSiteUsageStorage -InputObject -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportSkypeForBusinessActivityCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportSkypeForBusinessActivityCount.md index bde549f08bc40..747c198d7d1f2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportSkypeForBusinessActivityCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportSkypeForBusinessActivityCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportskypeforbusinessactivitycount Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportSkypeForBusinessActivityCount --- @@ -26,7 +26,7 @@ Invoke function getSkypeForBusinessActivityCounts Get-MgBetaReportSkypeForBusinessActivityCount -Period -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaReportSkypeForBusinessActivityCount -Period -OutFile Get-MgBetaReportSkypeForBusinessActivityCount -InputObject -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportSkypeForBusinessActivityUserCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportSkypeForBusinessActivityUserCount.md index b9f81d4dd8854..37aed52984cb5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportSkypeForBusinessActivityUserCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportSkypeForBusinessActivityUserCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportskypeforbusinessactivityusercount Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportSkypeForBusinessActivityUserCount --- @@ -26,7 +26,7 @@ Invoke function getSkypeForBusinessActivityUserCounts Get-MgBetaReportSkypeForBusinessActivityUserCount -Period -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaReportSkypeForBusinessActivityUserCount -Period -OutFile -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportSkypeForBusinessActivityUserDetail.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportSkypeForBusinessActivityUserDetail.md index 1804300766df8..7df27775372b9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportSkypeForBusinessActivityUserDetail.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportSkypeForBusinessActivityUserDetail.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportskypeforbusinessactivityuserdetail Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportSkypeForBusinessActivityUserDetail --- @@ -26,7 +26,7 @@ Invoke function getSkypeForBusinessActivityUserDetail Get-MgBetaReportSkypeForBusinessActivityUserDetail -Date -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### Get1 @@ -35,7 +35,7 @@ Get-MgBetaReportSkypeForBusinessActivityUserDetail -Date -OutFile -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity1 @@ -44,7 +44,7 @@ Get-MgBetaReportSkypeForBusinessActivityUserDetail -Period -OutFile -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -53,7 +53,7 @@ Get-MgBetaReportSkypeForBusinessActivityUserDetail -InputObject -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportSkypeForBusinessDeviceUsageDistributionUserCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportSkypeForBusinessDeviceUsageDistributionUserCount.md index e415b466d040f..5311e32464641 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportSkypeForBusinessDeviceUsageDistributionUserCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportSkypeForBusinessDeviceUsageDistributionUserCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportskypeforbusinessdeviceusagedistributionusercount Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportSkypeForBusinessDeviceUsageDistributionUserCount --- @@ -26,7 +26,7 @@ Invoke function getSkypeForBusinessDeviceUsageDistributionUserCounts Get-MgBetaReportSkypeForBusinessDeviceUsageDistributionUserCount -Period -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaReportSkypeForBusinessDeviceUsageDistributionUserCount -Period -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportSkypeForBusinessDeviceUsageUserCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportSkypeForBusinessDeviceUsageUserCount.md index 1842d47e4a80f..9a10b50437b1f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportSkypeForBusinessDeviceUsageUserCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportSkypeForBusinessDeviceUsageUserCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportskypeforbusinessdeviceusageusercount Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportSkypeForBusinessDeviceUsageUserCount --- @@ -26,7 +26,7 @@ Invoke function getSkypeForBusinessDeviceUsageUserCounts Get-MgBetaReportSkypeForBusinessDeviceUsageUserCount -Period -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaReportSkypeForBusinessDeviceUsageUserCount -Period -OutFile < Get-MgBetaReportSkypeForBusinessDeviceUsageUserCount -InputObject -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportSkypeForBusinessDeviceUsageUserDetail.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportSkypeForBusinessDeviceUsageUserDetail.md index 0b5ac596db27e..fd6401e0f13bc 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportSkypeForBusinessDeviceUsageUserDetail.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportSkypeForBusinessDeviceUsageUserDetail.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportskypeforbusinessdeviceusageuserdetail Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportSkypeForBusinessDeviceUsageUserDetail --- @@ -26,7 +26,7 @@ Invoke function getSkypeForBusinessDeviceUsageUserDetail Get-MgBetaReportSkypeForBusinessDeviceUsageUserDetail -Date -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### Get1 @@ -35,7 +35,7 @@ Get-MgBetaReportSkypeForBusinessDeviceUsageUserDetail -Date -OutFile Get-MgBetaReportSkypeForBusinessDeviceUsageUserDetail -Period -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity1 @@ -44,7 +44,7 @@ Get-MgBetaReportSkypeForBusinessDeviceUsageUserDetail -Period -OutFile Get-MgBetaReportSkypeForBusinessDeviceUsageUserDetail -InputObject -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -53,7 +53,7 @@ Get-MgBetaReportSkypeForBusinessDeviceUsageUserDetail -InputObject -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportSkypeForBusinessOrganizerActivityCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportSkypeForBusinessOrganizerActivityCount.md index c50e23177457f..3944fcaddd895 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportSkypeForBusinessOrganizerActivityCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportSkypeForBusinessOrganizerActivityCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportskypeforbusinessorganizeractivitycount Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportSkypeForBusinessOrganizerActivityCount --- @@ -26,7 +26,7 @@ Invoke function getSkypeForBusinessOrganizerActivityCounts Get-MgBetaReportSkypeForBusinessOrganizerActivityCount -Period -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaReportSkypeForBusinessOrganizerActivityCount -Period -OutFile Get-MgBetaReportSkypeForBusinessOrganizerActivityCount -InputObject -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportSkypeForBusinessOrganizerActivityMinuteCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportSkypeForBusinessOrganizerActivityMinuteCount.md index 7bfa664e69e94..dd77b92387944 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportSkypeForBusinessOrganizerActivityMinuteCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportSkypeForBusinessOrganizerActivityMinuteCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportskypeforbusinessorganizeractivityminutecount Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportSkypeForBusinessOrganizerActivityMinuteCount --- @@ -26,7 +26,7 @@ Invoke function getSkypeForBusinessOrganizerActivityMinuteCounts Get-MgBetaReportSkypeForBusinessOrganizerActivityMinuteCount -Period -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaReportSkypeForBusinessOrganizerActivityMinuteCount -Period -O Get-MgBetaReportSkypeForBusinessOrganizerActivityMinuteCount -InputObject -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportSkypeForBusinessOrganizerActivityUserCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportSkypeForBusinessOrganizerActivityUserCount.md index aca66dc981cae..179b7ba8c542b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportSkypeForBusinessOrganizerActivityUserCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportSkypeForBusinessOrganizerActivityUserCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportskypeforbusinessorganizeractivityusercount Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportSkypeForBusinessOrganizerActivityUserCount --- @@ -26,7 +26,7 @@ Invoke function getSkypeForBusinessOrganizerActivityUserCounts Get-MgBetaReportSkypeForBusinessOrganizerActivityUserCount -Period -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaReportSkypeForBusinessOrganizerActivityUserCount -Period -Out Get-MgBetaReportSkypeForBusinessOrganizerActivityUserCount -InputObject -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportSkypeForBusinessParticipantActivityCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportSkypeForBusinessParticipantActivityCount.md index 5c053538b825d..636fcb2adc42d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportSkypeForBusinessParticipantActivityCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportSkypeForBusinessParticipantActivityCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportskypeforbusinessparticipantactivitycount Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportSkypeForBusinessParticipantActivityCount --- @@ -26,7 +26,7 @@ Invoke function getSkypeForBusinessParticipantActivityCounts Get-MgBetaReportSkypeForBusinessParticipantActivityCount -Period -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaReportSkypeForBusinessParticipantActivityCount -Period -OutFi Get-MgBetaReportSkypeForBusinessParticipantActivityCount -InputObject -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportSkypeForBusinessParticipantActivityMinuteCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportSkypeForBusinessParticipantActivityMinuteCount.md index 60e25c6fba967..9cbd891315494 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportSkypeForBusinessParticipantActivityMinuteCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportSkypeForBusinessParticipantActivityMinuteCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportskypeforbusinessparticipantactivityminutecount Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportSkypeForBusinessParticipantActivityMinuteCount --- @@ -26,7 +26,7 @@ Invoke function getSkypeForBusinessParticipantActivityMinuteCounts Get-MgBetaReportSkypeForBusinessParticipantActivityMinuteCount -Period -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaReportSkypeForBusinessParticipantActivityMinuteCount -Period Get-MgBetaReportSkypeForBusinessParticipantActivityMinuteCount -InputObject -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportSkypeForBusinessParticipantActivityUserCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportSkypeForBusinessParticipantActivityUserCount.md index a50d152e6420b..de2bfc286b9df 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportSkypeForBusinessParticipantActivityUserCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportSkypeForBusinessParticipantActivityUserCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportskypeforbusinessparticipantactivityusercount Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportSkypeForBusinessParticipantActivityUserCount --- @@ -26,7 +26,7 @@ Invoke function getSkypeForBusinessParticipantActivityUserCounts Get-MgBetaReportSkypeForBusinessParticipantActivityUserCount -Period -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaReportSkypeForBusinessParticipantActivityUserCount -Period -O Get-MgBetaReportSkypeForBusinessParticipantActivityUserCount -InputObject -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportSkypeForBusinessPeerToPeerActivityCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportSkypeForBusinessPeerToPeerActivityCount.md index ede3ac9fac59f..a0f807d402d8d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportSkypeForBusinessPeerToPeerActivityCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportSkypeForBusinessPeerToPeerActivityCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportskypeforbusinesspeertopeeractivitycount Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportSkypeForBusinessPeerToPeerActivityCount --- @@ -26,7 +26,7 @@ Invoke function getSkypeForBusinessPeerToPeerActivityCounts Get-MgBetaReportSkypeForBusinessPeerToPeerActivityCount -Period -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaReportSkypeForBusinessPeerToPeerActivityCount -Period -OutFil Get-MgBetaReportSkypeForBusinessPeerToPeerActivityCount -InputObject -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportSkypeForBusinessPeerToPeerActivityMinuteCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportSkypeForBusinessPeerToPeerActivityMinuteCount.md index e5fd51300cdae..777063d9b000a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportSkypeForBusinessPeerToPeerActivityMinuteCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportSkypeForBusinessPeerToPeerActivityMinuteCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportskypeforbusinesspeertopeeractivityminutecount Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportSkypeForBusinessPeerToPeerActivityMinuteCount --- @@ -26,7 +26,7 @@ Invoke function getSkypeForBusinessPeerToPeerActivityMinuteCounts Get-MgBetaReportSkypeForBusinessPeerToPeerActivityMinuteCount -Period -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaReportSkypeForBusinessPeerToPeerActivityMinuteCount -Period - Get-MgBetaReportSkypeForBusinessPeerToPeerActivityMinuteCount -InputObject -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportSkypeForBusinessPeerToPeerActivityUserCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportSkypeForBusinessPeerToPeerActivityUserCount.md index c021147b73df5..fd0b8c4cd1e7a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportSkypeForBusinessPeerToPeerActivityUserCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportSkypeForBusinessPeerToPeerActivityUserCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportskypeforbusinesspeertopeeractivityusercount Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportSkypeForBusinessPeerToPeerActivityUserCount --- @@ -26,7 +26,7 @@ Invoke function getSkypeForBusinessPeerToPeerActivityUserCounts Get-MgBetaReportSkypeForBusinessPeerToPeerActivityUserCount -Period -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaReportSkypeForBusinessPeerToPeerActivityUserCount -Period -Ou Get-MgBetaReportSkypeForBusinessPeerToPeerActivityUserCount -InputObject -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportSla.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportSla.md index 246d2cef77e21..3ad2b323594d7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportSla.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportSla.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportsla Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportSla --- @@ -23,7 +23,7 @@ Reports that relate to tenant-level Microsoft Entra Health SLA attainment. Get-MgBetaReportSla [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportSlaAzureAdAuthentication.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportSlaAzureAdAuthentication.md index b4f0053a7fadb..7ff757c9955ca 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportSlaAzureAdAuthentication.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportSlaAzureAdAuthentication.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportslaazureadauthentication Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportSlaAzureAdAuthentication --- @@ -25,7 +25,7 @@ This object provides you with your tenant's actual performance against this comm Get-MgBetaReportSlaAzureAdAuthentication [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportTeamActivityCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportTeamActivityCount.md index d14b828277154..ee4f4df31cecb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportTeamActivityCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportTeamActivityCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportteamactivitycount Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportTeamActivityCount --- @@ -26,7 +26,7 @@ Invoke function getTeamsTeamActivityCounts Get-MgBetaReportTeamActivityCount -Period -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaReportTeamActivityCount -Period -OutFile Get-MgBetaReportTeamActivityCount -InputObject -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportTeamActivityDetail.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportTeamActivityDetail.md index dc0d92246267a..31e0187cb0cf9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportTeamActivityDetail.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportTeamActivityDetail.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportteamactivitydetail Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportTeamActivityDetail --- @@ -26,7 +26,7 @@ Invoke function getTeamsTeamActivityDetail Get-MgBetaReportTeamActivityDetail -Date -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### Get1 @@ -35,7 +35,7 @@ Get-MgBetaReportTeamActivityDetail -Date -OutFile Get-MgBetaReportTeamActivityDetail -Period -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity1 @@ -44,7 +44,7 @@ Get-MgBetaReportTeamActivityDetail -Period -OutFile Get-MgBetaReportTeamActivityDetail -InputObject -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -53,7 +53,7 @@ Get-MgBetaReportTeamActivityDetail -InputObject -OutFile -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportTeamActivityDistributionCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportTeamActivityDistributionCount.md index 0af933690fd1c..3d0a65d1c0f4b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportTeamActivityDistributionCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportTeamActivityDistributionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportteamactivitydistributioncount Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportTeamActivityDistributionCount --- @@ -26,7 +26,7 @@ Invoke function getTeamsTeamActivityDistributionCounts Get-MgBetaReportTeamActivityDistributionCount -Period -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaReportTeamActivityDistributionCount -Period -OutFile Get-MgBetaReportTeamActivityDistributionCount -InputObject -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportTeamCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportTeamCount.md index 081f4e3515c72..1c4248d3c43ec 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportTeamCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportTeamCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportteamcount Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportTeamCount --- @@ -26,7 +26,7 @@ Invoke function getTeamsTeamCounts Get-MgBetaReportTeamCount -Period -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaReportTeamCount -Period -OutFile [-ResponseHeadersVa Get-MgBetaReportTeamCount -InputObject -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportTeamDeviceUsageDistributionTotalUserCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportTeamDeviceUsageDistributionTotalUserCount.md index 0d0d0956d3d6c..d690773adbf52 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportTeamDeviceUsageDistributionTotalUserCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportTeamDeviceUsageDistributionTotalUserCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportteamdeviceusagedistributiontotalusercount Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportTeamDeviceUsageDistributionTotalUserCount --- @@ -23,7 +23,7 @@ Invoke function getTeamsDeviceUsageDistributionTotalUserCounts Get-MgBetaReportTeamDeviceUsageDistributionTotalUserCount -Period -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -32,7 +32,7 @@ Get-MgBetaReportTeamDeviceUsageDistributionTotalUserCount -Period -OutF Get-MgBetaReportTeamDeviceUsageDistributionTotalUserCount -InputObject -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportTeamDeviceUsageDistributionUserCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportTeamDeviceUsageDistributionUserCount.md index 150c233728385..dc9947688f413 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportTeamDeviceUsageDistributionUserCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportTeamDeviceUsageDistributionUserCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportteamdeviceusagedistributionusercount Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportTeamDeviceUsageDistributionUserCount --- @@ -26,7 +26,7 @@ Invoke function getTeamsDeviceUsageDistributionUserCounts Get-MgBetaReportTeamDeviceUsageDistributionUserCount -Period -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaReportTeamDeviceUsageDistributionUserCount -Period -OutFile < Get-MgBetaReportTeamDeviceUsageDistributionUserCount -InputObject -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportTeamDeviceUsageTotalUserCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportTeamDeviceUsageTotalUserCount.md index 309e1d70183dd..69360e31ede4e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportTeamDeviceUsageTotalUserCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportTeamDeviceUsageTotalUserCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportteamdeviceusagetotalusercount Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportTeamDeviceUsageTotalUserCount --- @@ -23,7 +23,7 @@ Invoke function getTeamsDeviceUsageTotalUserCounts Get-MgBetaReportTeamDeviceUsageTotalUserCount -Period -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -32,7 +32,7 @@ Get-MgBetaReportTeamDeviceUsageTotalUserCount -Period -OutFile Get-MgBetaReportTeamDeviceUsageTotalUserCount -InputObject -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportTeamDeviceUsageUserCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportTeamDeviceUsageUserCount.md index a2bf5abae8ec4..173c5bd123448 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportTeamDeviceUsageUserCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportTeamDeviceUsageUserCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportteamdeviceusageusercount Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportTeamDeviceUsageUserCount --- @@ -26,7 +26,7 @@ Invoke function getTeamsDeviceUsageUserCounts Get-MgBetaReportTeamDeviceUsageUserCount -Period -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaReportTeamDeviceUsageUserCount -Period -OutFile Get-MgBetaReportTeamDeviceUsageUserCount -InputObject -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportTeamDeviceUsageUserDetail.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportTeamDeviceUsageUserDetail.md index 9fa25c28f87fe..ad9bf1162fcb4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportTeamDeviceUsageUserDetail.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportTeamDeviceUsageUserDetail.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportteamdeviceusageuserdetail Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportTeamDeviceUsageUserDetail --- @@ -26,7 +26,7 @@ Invoke function getTeamsDeviceUsageUserDetail Get-MgBetaReportTeamDeviceUsageUserDetail -Date -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### Get1 @@ -35,7 +35,7 @@ Get-MgBetaReportTeamDeviceUsageUserDetail -Date -OutFile Get-MgBetaReportTeamDeviceUsageUserDetail -Period -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity1 @@ -44,7 +44,7 @@ Get-MgBetaReportTeamDeviceUsageUserDetail -Period -OutFile Get-MgBetaReportTeamDeviceUsageUserDetail -InputObject -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -53,7 +53,7 @@ Get-MgBetaReportTeamDeviceUsageUserDetail -InputObject -OutFi Get-MgBetaReportTeamDeviceUsageUserDetail -InputObject -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportTeamUserActivityCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportTeamUserActivityCount.md index c156c7e4ad602..6490d6695819f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportTeamUserActivityCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportTeamUserActivityCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportteamuseractivitycount Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportTeamUserActivityCount --- @@ -26,7 +26,7 @@ Invoke function getTeamsUserActivityCounts Get-MgBetaReportTeamUserActivityCount -Period -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaReportTeamUserActivityCount -Period -OutFile Get-MgBetaReportTeamUserActivityCount -InputObject -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportTeamUserActivityDistributionTotalUserCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportTeamUserActivityDistributionTotalUserCount.md index a36b117508bd2..0e464774c9682 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportTeamUserActivityDistributionTotalUserCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportTeamUserActivityDistributionTotalUserCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportteamuseractivitydistributiontotalusercount Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportTeamUserActivityDistributionTotalUserCount --- @@ -23,7 +23,7 @@ Invoke function getTeamsUserActivityDistributionTotalUserCounts Get-MgBetaReportTeamUserActivityDistributionTotalUserCount -Period -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -32,7 +32,7 @@ Get-MgBetaReportTeamUserActivityDistributionTotalUserCount -Period -Out Get-MgBetaReportTeamUserActivityDistributionTotalUserCount -InputObject -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportTeamUserActivityDistributionUserCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportTeamUserActivityDistributionUserCount.md index a9b369184b1f0..ea17aea1e7d19 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportTeamUserActivityDistributionUserCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportTeamUserActivityDistributionUserCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportteamuseractivitydistributionusercount Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportTeamUserActivityDistributionUserCount --- @@ -23,7 +23,7 @@ Invoke function getTeamsUserActivityDistributionUserCounts Get-MgBetaReportTeamUserActivityDistributionUserCount -Period -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -32,7 +32,7 @@ Get-MgBetaReportTeamUserActivityDistributionUserCount -Period -OutFile Get-MgBetaReportTeamUserActivityDistributionUserCount -InputObject -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportTeamUserActivityTotalCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportTeamUserActivityTotalCount.md index 19dd7e8be65b7..8575e9a226140 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportTeamUserActivityTotalCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportTeamUserActivityTotalCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportteamuseractivitytotalcount Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportTeamUserActivityTotalCount --- @@ -23,7 +23,7 @@ Invoke function getTeamsUserActivityTotalCounts Get-MgBetaReportTeamUserActivityTotalCount -Period -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -32,7 +32,7 @@ Get-MgBetaReportTeamUserActivityTotalCount -Period -OutFile Get-MgBetaReportTeamUserActivityTotalCount -InputObject -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportTeamUserActivityTotalDistributionCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportTeamUserActivityTotalDistributionCount.md index 8f5b4e19d2a96..632b5b28d9d20 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportTeamUserActivityTotalDistributionCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportTeamUserActivityTotalDistributionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportteamuseractivitytotaldistributioncount Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportTeamUserActivityTotalDistributionCount --- @@ -23,7 +23,7 @@ Invoke function getTeamsUserActivityTotalDistributionCounts Get-MgBetaReportTeamUserActivityTotalDistributionCount -Period -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -32,7 +32,7 @@ Get-MgBetaReportTeamUserActivityTotalDistributionCount -Period -OutFile Get-MgBetaReportTeamUserActivityTotalDistributionCount -InputObject -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportTeamUserActivityTotalUserCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportTeamUserActivityTotalUserCount.md index c5d2d0313a42c..e69dbd59ea455 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportTeamUserActivityTotalUserCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportTeamUserActivityTotalUserCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportteamuseractivitytotalusercount Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportTeamUserActivityTotalUserCount --- @@ -23,7 +23,7 @@ Invoke function getTeamsUserActivityTotalUserCounts Get-MgBetaReportTeamUserActivityTotalUserCount -Period -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -32,7 +32,7 @@ Get-MgBetaReportTeamUserActivityTotalUserCount -Period -OutFile -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportTeamUserActivityUserCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportTeamUserActivityUserCount.md index 9cad2f1a0eea8..f23137beb96ab 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportTeamUserActivityUserCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportTeamUserActivityUserCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportteamuseractivityusercount Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportTeamUserActivityUserCount --- @@ -26,7 +26,7 @@ Invoke function getTeamsUserActivityUserCounts Get-MgBetaReportTeamUserActivityUserCount -Period -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaReportTeamUserActivityUserCount -Period -OutFile Get-MgBetaReportTeamUserActivityUserCount -InputObject -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportTeamUserActivityUserDetail.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportTeamUserActivityUserDetail.md index e44f4cba1760b..c064735636a6f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportTeamUserActivityUserDetail.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportTeamUserActivityUserDetail.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportteamuseractivityuserdetail Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportTeamUserActivityUserDetail --- @@ -26,7 +26,7 @@ Invoke function getTeamsUserActivityUserDetail Get-MgBetaReportTeamUserActivityUserDetail -Date -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### Get1 @@ -35,7 +35,7 @@ Get-MgBetaReportTeamUserActivityUserDetail -Date -OutFile Get-MgBetaReportTeamUserActivityUserDetail -Period -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity1 @@ -44,7 +44,7 @@ Get-MgBetaReportTeamUserActivityUserDetail -Period -OutFile Get-MgBetaReportTeamUserActivityUserDetail -InputObject -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -53,7 +53,7 @@ Get-MgBetaReportTeamUserActivityUserDetail -InputObject -OutF Get-MgBetaReportTeamUserActivityUserDetail -InputObject -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportUserArchivedPrintJob.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportUserArchivedPrintJob.md index 8a6d5fca79898..3f063cc7385be 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportUserArchivedPrintJob.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportUserArchivedPrintJob.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportuserarchivedprintjob Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportUserArchivedPrintJob --- @@ -27,7 +27,7 @@ Get-MgBetaReportUserArchivedPrintJob -EndDateTime -StartDateTime [-Count] [-Filter ] [-Search ] [-Skip ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaReportUserArchivedPrintJob -InputObject [-Count] [- [-Search ] [-Skip ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportUserCredentialUsageDetail.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportUserCredentialUsageDetail.md index 5efa50210914e..4500c6b4a0b75 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportUserCredentialUsageDetail.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportUserCredentialUsageDetail.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportusercredentialusagedetail Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportUserCredentialUsageDetail --- @@ -25,7 +25,7 @@ Get-MgBetaReportUserCredentialUsageDetail [-ExpandProperty ] [-Propert [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaReportUserCredentialUsageDetail -UserCredentialUsageDetailsId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -45,7 +45,7 @@ Get-MgBetaReportUserCredentialUsageDetail -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportUserCredentialUsageDetailCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportUserCredentialUsageDetailCount.md index c2d22238d26d8..e9ab43ed28859 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportUserCredentialUsageDetailCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportUserCredentialUsageDetailCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportusercredentialusagedetailcount Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportUserCredentialUsageDetailCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaReportUserCredentialUsageDetailCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportUserInsight.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportUserInsight.md index f2c4814005b59..6efe915b4b627 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportUserInsight.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportUserInsight.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportuserinsight Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportUserInsight --- @@ -23,7 +23,7 @@ Represents a collection of user activities on applications in a tenant that is c Get-MgBetaReportUserInsight [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportUserInsightDaily.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportUserInsightDaily.md index 051ee569e48f9..7c6e5cca0367a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportUserInsightDaily.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportUserInsightDaily.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportuserinsightdaily Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportUserInsightDaily --- @@ -23,7 +23,7 @@ Summaries of daily user activities on apps registered in your tenant that is con Get-MgBetaReportUserInsightDaily [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportUserInsightDailyActiveUser.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportUserInsightDailyActiveUser.md index a86264ae5a0c9..be354d3ec1f1d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportUserInsightDailyActiveUser.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportUserInsightDailyActiveUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportuserinsightdailyactiveuser Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportUserInsightDailyActiveUser --- @@ -25,7 +25,7 @@ Get-MgBetaReportUserInsightDailyActiveUser [-ExpandProperty ] [-Proper [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaReportUserInsightDailyActiveUser -ActiveUsersMetricId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -45,7 +45,7 @@ Get-MgBetaReportUserInsightDailyActiveUser -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportUserInsightDailyActiveUserCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportUserInsightDailyActiveUserCount.md index db15ce29c0d3d..8220438259dc4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportUserInsightDailyActiveUserCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportUserInsightDailyActiveUserCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportuserinsightdailyactiveusercount Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportUserInsightDailyActiveUserCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaReportUserInsightDailyActiveUserCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportUserInsightDailyAuthentication.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportUserInsightDailyAuthentication.md index da94478bd5f3d..783a717a68f35 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportUserInsightDailyAuthentication.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportUserInsightDailyAuthentication.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportuserinsightdailyauthentication Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportUserInsightDailyAuthentication --- @@ -25,7 +25,7 @@ Get-MgBetaReportUserInsightDailyAuthentication [-ExpandProperty ] [-Pr [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaReportUserInsightDailyAuthentication -AuthenticationsMetricId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -45,7 +45,7 @@ Get-MgBetaReportUserInsightDailyAuthentication -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportUserInsightDailyAuthenticationCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportUserInsightDailyAuthenticationCount.md index e3f7eaca3bec6..a712e5c6ca850 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportUserInsightDailyAuthenticationCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportUserInsightDailyAuthenticationCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportuserinsightdailyauthenticationcount Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportUserInsightDailyAuthenticationCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaReportUserInsightDailyAuthenticationCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportUserInsightDailyInactiveUser.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportUserInsightDailyInactiveUser.md index 7c7463553703e..fca0c563a7a4a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportUserInsightDailyInactiveUser.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportUserInsightDailyInactiveUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportuserinsightdailyinactiveuser Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportUserInsightDailyInactiveUser --- @@ -25,7 +25,7 @@ Get-MgBetaReportUserInsightDailyInactiveUser [-ExpandProperty ] [-Prop [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaReportUserInsightDailyInactiveUser -DailyInactiveUsersMetricId ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -45,7 +45,7 @@ Get-MgBetaReportUserInsightDailyInactiveUser -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportUserInsightDailyInactiveUserByApplication.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportUserInsightDailyInactiveUserByApplication.md index 07b96757a609a..e0bde95423729 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportUserInsightDailyInactiveUserByApplication.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportUserInsightDailyInactiveUserByApplication.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportuserinsightdailyinactiveuserbyapplication Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportUserInsightDailyInactiveUserByApplication --- @@ -25,7 +25,7 @@ Get-MgBetaReportUserInsightDailyInactiveUserByApplication [-ExpandProperty ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaReportUserInsightDailyInactiveUserByApplication -DailyInactiveUsersByApplicationMetricId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -45,7 +45,7 @@ Get-MgBetaReportUserInsightDailyInactiveUserByApplication -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportUserInsightDailyInactiveUserByApplicationCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportUserInsightDailyInactiveUserByApplicationCount.md index 7fd04492383a5..df08614f95d21 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportUserInsightDailyInactiveUserByApplicationCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportUserInsightDailyInactiveUserByApplicationCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportuserinsightdailyinactiveuserbyapplicationcount Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportUserInsightDailyInactiveUserByApplicationCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaReportUserInsightDailyInactiveUserByApplicationCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportUserInsightDailyInactiveUserCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportUserInsightDailyInactiveUserCount.md index 30002fa31adc2..597eb8fba2bee 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportUserInsightDailyInactiveUserCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportUserInsightDailyInactiveUserCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportuserinsightdailyinactiveusercount Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportUserInsightDailyInactiveUserCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaReportUserInsightDailyInactiveUserCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportUserInsightDailyMfaCompletion.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportUserInsightDailyMfaCompletion.md index cb551f4ba6e55..ca239eab65a35 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportUserInsightDailyMfaCompletion.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportUserInsightDailyMfaCompletion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportuserinsightdailymfacompletion Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportUserInsightDailyMfaCompletion --- @@ -25,7 +25,7 @@ Get-MgBetaReportUserInsightDailyMfaCompletion [-ExpandProperty ] [-Pro [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaReportUserInsightDailyMfaCompletion -MfaCompletionMetricId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -45,7 +45,7 @@ Get-MgBetaReportUserInsightDailyMfaCompletion -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportUserInsightDailyMfaCompletionCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportUserInsightDailyMfaCompletionCount.md index 5fffec4250d2e..c01f3b182b2f1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportUserInsightDailyMfaCompletionCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportUserInsightDailyMfaCompletionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportuserinsightdailymfacompletioncount Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportUserInsightDailyMfaCompletionCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaReportUserInsightDailyMfaCompletionCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportUserInsightDailyMfaTelecomFraud.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportUserInsightDailyMfaTelecomFraud.md index 05fee6e40be17..d76bd2adf939f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportUserInsightDailyMfaTelecomFraud.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportUserInsightDailyMfaTelecomFraud.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportuserinsightdailymfatelecomfraud Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportUserInsightDailyMfaTelecomFraud --- @@ -25,7 +25,7 @@ Get-MgBetaReportUserInsightDailyMfaTelecomFraud [-ExpandProperty ] [-P [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaReportUserInsightDailyMfaTelecomFraud -MfaTelecomFraudMetricId ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -45,7 +45,7 @@ Get-MgBetaReportUserInsightDailyMfaTelecomFraud -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportUserInsightDailyMfaTelecomFraudCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportUserInsightDailyMfaTelecomFraudCount.md index ce18bfbbe118b..fb34d2150cc07 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportUserInsightDailyMfaTelecomFraudCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportUserInsightDailyMfaTelecomFraudCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportuserinsightdailymfatelecomfraudcount Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportUserInsightDailyMfaTelecomFraudCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaReportUserInsightDailyMfaTelecomFraudCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportUserInsightDailySignUp.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportUserInsightDailySignUp.md index 68c1b6b023fb7..7ceb6c5413e47 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportUserInsightDailySignUp.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportUserInsightDailySignUp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportuserinsightdailysignup Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportUserInsightDailySignUp --- @@ -25,7 +25,7 @@ Get-MgBetaReportUserInsightDailySignUp [-ExpandProperty ] [-Property < [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -34,7 +34,7 @@ Get-MgBetaReportUserInsightDailySignUp [-ExpandProperty ] [-Property < Get-MgBetaReportUserInsightDailySignUp -UserSignUpMetricId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -43,7 +43,7 @@ Get-MgBetaReportUserInsightDailySignUp -UserSignUpMetricId [-ExpandProp Get-MgBetaReportUserInsightDailySignUp -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportUserInsightDailySignUpCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportUserInsightDailySignUpCount.md index 2e65999e775c8..c4d5aadeeb781 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportUserInsightDailySignUpCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportUserInsightDailySignUpCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportuserinsightdailysignupcount Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportUserInsightDailySignUpCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaReportUserInsightDailySignUpCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportUserInsightDailySummary.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportUserInsightDailySummary.md index d3a5acb9f304c..0fc7ca724e338 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportUserInsightDailySummary.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportUserInsightDailySummary.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportuserinsightdailysummary Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportUserInsightDailySummary --- @@ -25,7 +25,7 @@ Get-MgBetaReportUserInsightDailySummary [-ExpandProperty ] [-Property [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -34,7 +34,7 @@ Get-MgBetaReportUserInsightDailySummary [-ExpandProperty ] [-Property Get-MgBetaReportUserInsightDailySummary -InsightSummaryId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -43,7 +43,7 @@ Get-MgBetaReportUserInsightDailySummary -InsightSummaryId [-ExpandPrope Get-MgBetaReportUserInsightDailySummary -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportUserInsightDailySummaryCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportUserInsightDailySummaryCount.md index 4e1ee6320d3df..be2bbb0abdaa4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportUserInsightDailySummaryCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportUserInsightDailySummaryCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportuserinsightdailysummarycount Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportUserInsightDailySummaryCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaReportUserInsightDailySummaryCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportUserInsightDailyUserCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportUserInsightDailyUserCount.md index 097acf49b66ce..057ea1a6d4efc 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportUserInsightDailyUserCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportUserInsightDailyUserCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportuserinsightdailyusercount Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportUserInsightDailyUserCount --- @@ -23,7 +23,7 @@ Insights for total users on apps registered in the tenant for a specified period Get-MgBetaReportUserInsightDailyUserCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### Get @@ -32,7 +32,7 @@ Get-MgBetaReportUserInsightDailyUserCount [-Filter ] [-Search ] Get-MgBetaReportUserInsightDailyUserCount -UserCountMetricId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -42,7 +42,7 @@ Get-MgBetaReportUserInsightDailyUserCount -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### List @@ -53,7 +53,7 @@ Get-MgBetaReportUserInsightDailyUserCount [-ExpandProperty ] [-Propert [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportUserInsightMonthly.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportUserInsightMonthly.md index 4fd39a79f3c86..ffb63d7327449 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportUserInsightMonthly.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportUserInsightMonthly.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportuserinsightmonthly Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportUserInsightMonthly --- @@ -23,7 +23,7 @@ Summaries of monthly user activities on apps registered in your tenant that is c Get-MgBetaReportUserInsightMonthly [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportUserInsightMonthlyActiveUser.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportUserInsightMonthlyActiveUser.md index b217815030558..f631190433d42 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportUserInsightMonthlyActiveUser.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportUserInsightMonthlyActiveUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportuserinsightmonthlyactiveuser Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportUserInsightMonthlyActiveUser --- @@ -25,7 +25,7 @@ Get-MgBetaReportUserInsightMonthlyActiveUser [-ExpandProperty ] [-Prop [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaReportUserInsightMonthlyActiveUser -ActiveUsersMetricId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -45,7 +45,7 @@ Get-MgBetaReportUserInsightMonthlyActiveUser -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportUserInsightMonthlyActiveUserCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportUserInsightMonthlyActiveUserCount.md index e49caaccd4820..d6ad0357393ec 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportUserInsightMonthlyActiveUserCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportUserInsightMonthlyActiveUserCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportuserinsightmonthlyactiveusercount Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportUserInsightMonthlyActiveUserCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaReportUserInsightMonthlyActiveUserCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportUserInsightMonthlyAuthentication.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportUserInsightMonthlyAuthentication.md index 5fd0514b06c37..6ff14001de650 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportUserInsightMonthlyAuthentication.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportUserInsightMonthlyAuthentication.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportuserinsightmonthlyauthentication Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportUserInsightMonthlyAuthentication --- @@ -25,7 +25,7 @@ Get-MgBetaReportUserInsightMonthlyAuthentication [-ExpandProperty ] [- [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaReportUserInsightMonthlyAuthentication -AuthenticationsMetricId ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -45,7 +45,7 @@ Get-MgBetaReportUserInsightMonthlyAuthentication -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportUserInsightMonthlyAuthenticationCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportUserInsightMonthlyAuthenticationCount.md index a1ed123ee2268..c05502df73f96 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportUserInsightMonthlyAuthenticationCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportUserInsightMonthlyAuthenticationCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportuserinsightmonthlyauthenticationcount Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportUserInsightMonthlyAuthenticationCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaReportUserInsightMonthlyAuthenticationCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportUserInsightMonthlyInactiveUser.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportUserInsightMonthlyInactiveUser.md index 7336e8aac4126..ff17580965bbb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportUserInsightMonthlyInactiveUser.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportUserInsightMonthlyInactiveUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportuserinsightmonthlyinactiveuser Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportUserInsightMonthlyInactiveUser --- @@ -25,7 +25,7 @@ Get-MgBetaReportUserInsightMonthlyInactiveUser [-ExpandProperty ] [-Pr [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaReportUserInsightMonthlyInactiveUser -MonthlyInactiveUsersMetricId ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -45,7 +45,7 @@ Get-MgBetaReportUserInsightMonthlyInactiveUser -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportUserInsightMonthlyInactiveUserByApplication.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportUserInsightMonthlyInactiveUserByApplication.md index 5b3638fb84971..149334d51d240 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportUserInsightMonthlyInactiveUserByApplication.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportUserInsightMonthlyInactiveUserByApplication.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportuserinsightmonthlyinactiveuserbyapplication Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportUserInsightMonthlyInactiveUserByApplication --- @@ -25,7 +25,7 @@ Get-MgBetaReportUserInsightMonthlyInactiveUserByApplication [-ExpandProperty ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaReportUserInsightMonthlyInactiveUserByApplication -MonthlyInactiveUsersByApplicationMetricId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -45,7 +45,7 @@ Get-MgBetaReportUserInsightMonthlyInactiveUserByApplication -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportUserInsightMonthlyInactiveUserByApplicationCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportUserInsightMonthlyInactiveUserByApplicationCount.md index 88066bc126dc0..cf52f6c020061 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportUserInsightMonthlyInactiveUserByApplicationCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportUserInsightMonthlyInactiveUserByApplicationCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportuserinsightmonthlyinactiveuserbyapplicationcount Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportUserInsightMonthlyInactiveUserByApplicationCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaReportUserInsightMonthlyInactiveUserByApplicationCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportUserInsightMonthlyInactiveUserCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportUserInsightMonthlyInactiveUserCount.md index 1180a7921cd0d..e77964d3413ce 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportUserInsightMonthlyInactiveUserCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportUserInsightMonthlyInactiveUserCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportuserinsightmonthlyinactiveusercount Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportUserInsightMonthlyInactiveUserCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaReportUserInsightMonthlyInactiveUserCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportUserInsightMonthlyMfaCompletion.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportUserInsightMonthlyMfaCompletion.md index 2cf84505af86a..1404cf9607a59 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportUserInsightMonthlyMfaCompletion.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportUserInsightMonthlyMfaCompletion.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportuserinsightmonthlymfacompletion Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportUserInsightMonthlyMfaCompletion --- @@ -25,7 +25,7 @@ Get-MgBetaReportUserInsightMonthlyMfaCompletion [-ExpandProperty ] [-P [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaReportUserInsightMonthlyMfaCompletion -MfaCompletionMetricId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -45,7 +45,7 @@ Get-MgBetaReportUserInsightMonthlyMfaCompletion -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportUserInsightMonthlyMfaCompletionCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportUserInsightMonthlyMfaCompletionCount.md index 1fc1e1b1410e6..3cca46375fe1c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportUserInsightMonthlyMfaCompletionCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportUserInsightMonthlyMfaCompletionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportuserinsightmonthlymfacompletioncount Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportUserInsightMonthlyMfaCompletionCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaReportUserInsightMonthlyMfaCompletionCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportUserInsightMonthlyMfaRegisteredUser.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportUserInsightMonthlyMfaRegisteredUser.md index 908a8db37fe0d..f841644f6e461 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportUserInsightMonthlyMfaRegisteredUser.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportUserInsightMonthlyMfaRegisteredUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportuserinsightmonthlymfaregistereduser Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportUserInsightMonthlyMfaRegisteredUser --- @@ -25,7 +25,7 @@ Get-MgBetaReportUserInsightMonthlyMfaRegisteredUser [-ExpandProperty ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaReportUserInsightMonthlyMfaRegisteredUser -MfaUserCountMetricId ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -45,7 +45,7 @@ Get-MgBetaReportUserInsightMonthlyMfaRegisteredUser -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportUserInsightMonthlyMfaRegisteredUserCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportUserInsightMonthlyMfaRegisteredUserCount.md index 490296faa513e..c4225ca03b144 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportUserInsightMonthlyMfaRegisteredUserCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportUserInsightMonthlyMfaRegisteredUserCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportuserinsightmonthlymfaregisteredusercount Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportUserInsightMonthlyMfaRegisteredUserCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaReportUserInsightMonthlyMfaRegisteredUserCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportUserInsightMonthlyRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportUserInsightMonthlyRequest.md index e373e11e7c302..c3c73feacd6a3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportUserInsightMonthlyRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportUserInsightMonthlyRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportuserinsightmonthlyrequest Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportUserInsightMonthlyRequest --- @@ -25,7 +25,7 @@ Get-MgBetaReportUserInsightMonthlyRequest [-ExpandProperty ] [-Propert [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaReportUserInsightMonthlyRequest -UserRequestsMetricId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -45,7 +45,7 @@ Get-MgBetaReportUserInsightMonthlyRequest -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportUserInsightMonthlyRequestCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportUserInsightMonthlyRequestCount.md index 21accca10581c..1e24f92474dca 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportUserInsightMonthlyRequestCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportUserInsightMonthlyRequestCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportuserinsightmonthlyrequestcount Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportUserInsightMonthlyRequestCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaReportUserInsightMonthlyRequestCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportUserInsightMonthlySignUp.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportUserInsightMonthlySignUp.md index d4e465ab927b5..a9abf9aa47515 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportUserInsightMonthlySignUp.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportUserInsightMonthlySignUp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportuserinsightmonthlysignup Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportUserInsightMonthlySignUp --- @@ -25,7 +25,7 @@ Get-MgBetaReportUserInsightMonthlySignUp [-ExpandProperty ] [-Property [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -34,7 +34,7 @@ Get-MgBetaReportUserInsightMonthlySignUp [-ExpandProperty ] [-Property Get-MgBetaReportUserInsightMonthlySignUp -UserSignUpMetricId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -44,7 +44,7 @@ Get-MgBetaReportUserInsightMonthlySignUp -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportUserInsightMonthlySignUpCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportUserInsightMonthlySignUpCount.md index 94e5b7f14a559..c6558b77d42bc 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportUserInsightMonthlySignUpCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportUserInsightMonthlySignUpCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportuserinsightmonthlysignupcount Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportUserInsightMonthlySignUpCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaReportUserInsightMonthlySignUpCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportUserInsightMonthlySummary.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportUserInsightMonthlySummary.md index ff985a5c931b3..80b982fe7972d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportUserInsightMonthlySummary.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportUserInsightMonthlySummary.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportuserinsightmonthlysummary Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportUserInsightMonthlySummary --- @@ -25,7 +25,7 @@ Get-MgBetaReportUserInsightMonthlySummary [-ExpandProperty ] [-Propert [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -34,7 +34,7 @@ Get-MgBetaReportUserInsightMonthlySummary [-ExpandProperty ] [-Propert Get-MgBetaReportUserInsightMonthlySummary -InsightSummaryId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -44,7 +44,7 @@ Get-MgBetaReportUserInsightMonthlySummary -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportUserInsightMonthlySummaryCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportUserInsightMonthlySummaryCount.md index 225c5e17b26e2..bced9eec7659f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportUserInsightMonthlySummaryCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportUserInsightMonthlySummaryCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportuserinsightmonthlysummarycount Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportUserInsightMonthlySummaryCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaReportUserInsightMonthlySummaryCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportYammerActivityCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportYammerActivityCount.md index 6d5ade820c399..28d171484531b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportYammerActivityCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportYammerActivityCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportyammeractivitycount Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportYammerActivityCount --- @@ -26,7 +26,7 @@ Invoke function getYammerActivityCounts Get-MgBetaReportYammerActivityCount -Period -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaReportYammerActivityCount -Period -OutFile Get-MgBetaReportYammerActivityCount -InputObject -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportYammerActivityUserCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportYammerActivityUserCount.md index 22b5d61fc4514..9d787ec05bb30 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportYammerActivityUserCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportYammerActivityUserCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportyammeractivityusercount Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportYammerActivityUserCount --- @@ -26,7 +26,7 @@ Invoke function getYammerActivityUserCounts Get-MgBetaReportYammerActivityUserCount -Period -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaReportYammerActivityUserCount -Period -OutFile Get-MgBetaReportYammerActivityUserCount -InputObject -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportYammerActivityUserDetail.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportYammerActivityUserDetail.md index 4ffe5e06e3659..6152d3e434847 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportYammerActivityUserDetail.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportYammerActivityUserDetail.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportyammeractivityuserdetail Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportYammerActivityUserDetail --- @@ -26,7 +26,7 @@ Invoke function getYammerActivityUserDetail Get-MgBetaReportYammerActivityUserDetail -Date -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### Get1 @@ -35,7 +35,7 @@ Get-MgBetaReportYammerActivityUserDetail -Date -OutFile Get-MgBetaReportYammerActivityUserDetail -Period -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity1 @@ -44,7 +44,7 @@ Get-MgBetaReportYammerActivityUserDetail -Period -OutFile Get-MgBetaReportYammerActivityUserDetail -InputObject -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -53,7 +53,7 @@ Get-MgBetaReportYammerActivityUserDetail -InputObject -OutFil Get-MgBetaReportYammerActivityUserDetail -InputObject -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportYammerDeviceUsageDistributionUserCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportYammerDeviceUsageDistributionUserCount.md index 0cc9c71595c2c..b4c6f96557569 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportYammerDeviceUsageDistributionUserCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportYammerDeviceUsageDistributionUserCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportyammerdeviceusagedistributionusercount Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportYammerDeviceUsageDistributionUserCount --- @@ -26,7 +26,7 @@ Invoke function getYammerDeviceUsageDistributionUserCounts Get-MgBetaReportYammerDeviceUsageDistributionUserCount -Period -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaReportYammerDeviceUsageDistributionUserCount -Period -OutFile Get-MgBetaReportYammerDeviceUsageDistributionUserCount -InputObject -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportYammerDeviceUsageUserCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportYammerDeviceUsageUserCount.md index 4f71e5c629323..07417de7bef3e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportYammerDeviceUsageUserCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportYammerDeviceUsageUserCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportyammerdeviceusageusercount Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportYammerDeviceUsageUserCount --- @@ -26,7 +26,7 @@ Invoke function getYammerDeviceUsageUserCounts Get-MgBetaReportYammerDeviceUsageUserCount -Period -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaReportYammerDeviceUsageUserCount -Period -OutFile Get-MgBetaReportYammerDeviceUsageUserCount -InputObject -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportYammerDeviceUsageUserDetail.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportYammerDeviceUsageUserDetail.md index e2514a7274e6f..a562961943635 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportYammerDeviceUsageUserDetail.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportYammerDeviceUsageUserDetail.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportyammerdeviceusageuserdetail Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportYammerDeviceUsageUserDetail --- @@ -26,7 +26,7 @@ Invoke function getYammerDeviceUsageUserDetail Get-MgBetaReportYammerDeviceUsageUserDetail -Date -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### Get1 @@ -35,7 +35,7 @@ Get-MgBetaReportYammerDeviceUsageUserDetail -Date -OutFile Get-MgBetaReportYammerDeviceUsageUserDetail -Period -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity1 @@ -44,7 +44,7 @@ Get-MgBetaReportYammerDeviceUsageUserDetail -Period -OutFile Get-MgBetaReportYammerDeviceUsageUserDetail -InputObject -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -53,7 +53,7 @@ Get-MgBetaReportYammerDeviceUsageUserDetail -InputObject -Out Get-MgBetaReportYammerDeviceUsageUserDetail -InputObject -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportYammerGroupActivityCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportYammerGroupActivityCount.md index e6846f6611f85..91a3b8eb85ffa 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportYammerGroupActivityCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportYammerGroupActivityCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportyammergroupactivitycount Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportYammerGroupActivityCount --- @@ -26,7 +26,7 @@ Invoke function getYammerGroupsActivityCounts Get-MgBetaReportYammerGroupActivityCount -Period -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaReportYammerGroupActivityCount -Period -OutFile Get-MgBetaReportYammerGroupActivityCount -InputObject -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportYammerGroupActivityDetail.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportYammerGroupActivityDetail.md index d110d5f4f5f3d..a5e3d39a78830 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportYammerGroupActivityDetail.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportYammerGroupActivityDetail.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportyammergroupactivitydetail Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportYammerGroupActivityDetail --- @@ -26,7 +26,7 @@ Invoke function getYammerGroupsActivityDetail Get-MgBetaReportYammerGroupActivityDetail -Date -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### Get1 @@ -35,7 +35,7 @@ Get-MgBetaReportYammerGroupActivityDetail -Date -OutFile Get-MgBetaReportYammerGroupActivityDetail -Period -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity1 @@ -44,7 +44,7 @@ Get-MgBetaReportYammerGroupActivityDetail -Period -OutFile Get-MgBetaReportYammerGroupActivityDetail -InputObject -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -53,7 +53,7 @@ Get-MgBetaReportYammerGroupActivityDetail -InputObject -OutFi Get-MgBetaReportYammerGroupActivityDetail -InputObject -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportYammerGroupActivityGroupCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportYammerGroupActivityGroupCount.md index f25818e51bd0a..a33e0281766c9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportYammerGroupActivityGroupCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Get-MgBetaReportYammerGroupActivityGroupCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/get-mgbetareportyammergroupactivitygroupcount Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaReportYammerGroupActivityGroupCount --- @@ -26,7 +26,7 @@ Invoke function getYammerGroupsActivityGroupCounts Get-MgBetaReportYammerGroupActivityGroupCount -Period -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaReportYammerGroupActivityGroupCount -Period -OutFile Get-MgBetaReportYammerGroupActivityGroupCount -InputObject -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Invoke-MgBetaDismissAuditLogSignIn.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Invoke-MgBetaDismissAuditLogSignIn.md index b4e4753960773..c67361e23eeb8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Invoke-MgBetaDismissAuditLogSignIn.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Invoke-MgBetaDismissAuditLogSignIn.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/invoke-mgbetadismissauditlogsignin Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaDismissAuditLogSignIn --- @@ -28,7 +28,6 @@ Invoke-MgBetaDismissAuditLogSignIn [-ResponseHeadersVariable ] [-AdditionalProperties ] [-RequestIds ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Dismiss @@ -39,7 +38,6 @@ Invoke-MgBetaDismissAuditLogSignIn [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Invoke-MgBetaGraphReportAuthenticationMethod.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Invoke-MgBetaGraphReportAuthenticationMethod.md index f22a36086aa70..a6b268abee0af 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Invoke-MgBetaGraphReportAuthenticationMethod.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Invoke-MgBetaGraphReportAuthenticationMethod.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/invoke-mgbetagraphreportauthenticationmethod Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaGraphReportAuthenticationMethod --- @@ -26,7 +26,7 @@ Get the number of users capable of multi-factor authentication, self-service pas Invoke-MgBetaGraphReportAuthenticationMethod [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### Graph3 @@ -35,7 +35,7 @@ Invoke-MgBetaGraphReportAuthenticationMethod [-ResponseHeadersVariable ] Invoke-MgBetaGraphReportAuthenticationMethod -IncludedUserRoles -IncludedUserTypes [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### Graph1 @@ -44,7 +44,7 @@ Invoke-MgBetaGraphReportAuthenticationMethod -IncludedUserRoles -Includ Invoke-MgBetaGraphReportAuthenticationMethod -IncludedUserRoles -IncludedUserTypes [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GraphViaIdentity1 @@ -53,7 +53,7 @@ Invoke-MgBetaGraphReportAuthenticationMethod -IncludedUserRoles -Includ Invoke-MgBetaGraphReportAuthenticationMethod -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GraphViaIdentity @@ -62,7 +62,7 @@ Invoke-MgBetaGraphReportAuthenticationMethod -InputObject Invoke-MgBetaGraphReportAuthenticationMethod -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Invoke-MgBetaSignReportAuthenticationMethod.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Invoke-MgBetaSignReportAuthenticationMethod.md index a9041e65a4219..a120894ce6a7d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Invoke-MgBetaSignReportAuthenticationMethod.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Invoke-MgBetaSignReportAuthenticationMethod.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/invoke-mgbetasignreportauthenticationmethod Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaSignReportAuthenticationMethod --- @@ -24,7 +24,7 @@ Invoke-MgBetaSignReportAuthenticationMethod -Period [-Count] [-ExpandPr [-Filter ] [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### SignViaIdentity @@ -35,7 +35,7 @@ Invoke-MgBetaSignReportAuthenticationMethod -InputObject [-Co [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -48,12 +48,17 @@ This cmdlet has the following aliases, Gets a list of the number of successful sign ins for each authentication method that is available. ## EXAMPLES +### Example 1: Code snippet -### EXAMPLE 1 +```powershell Import-Module Microsoft.Graph.Beta.Reports -Invoke-MgBetaSignReportAuthenticationMethod -Period $periodId +Invoke-MgBetaSignReportAuthenticationMethod -Period $periodId + +``` +This example shows how to use the Invoke-MgBetaSignReportAuthenticationMethod Cmdlet. + ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Invoke-MgBetaUserReportAuthenticationMethodRegistrationActivity.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Invoke-MgBetaUserReportAuthenticationMethodRegistrationActivity.md index f5c583617144b..23e3206f179e2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Invoke-MgBetaUserReportAuthenticationMethodRegistrationActivity.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Invoke-MgBetaUserReportAuthenticationMethodRegistrationActivity.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/invoke-mgbetauserreportauthenticationmethodregistrationactivity Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaUserReportAuthenticationMethodRegistrationActivity --- @@ -25,7 +25,7 @@ Invoke-MgBetaUserReportAuthenticationMethodRegistrationActivity -Period [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### UserViaIdentity @@ -36,7 +36,7 @@ Invoke-MgBetaUserReportAuthenticationMethodRegistrationActivity -InputObject ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -49,12 +49,17 @@ This cmdlet has the following aliases, Get a list of the authentication methods and their corresponding number of successful and unsuccessful registration and reset activities as defined in the userRegistrationActivity object. ## EXAMPLES +### Example 1: Code snippet -### EXAMPLE 1 +```powershell Import-Module Microsoft.Graph.Beta.Reports -Invoke-MgBetaUserReportAuthenticationMethodRegistrationActivity -Period $periodId +Invoke-MgBetaUserReportAuthenticationMethodRegistrationActivity -Period $periodId + +``` +This example shows how to use the Invoke-MgBetaUserReportAuthenticationMethodRegistrationActivity Cmdlet. + ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Microsoft.Graph.Beta.Reports.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Microsoft.Graph.Beta.Reports.md index 840bb16b642a3..9014aa17fd8ef 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Microsoft.Graph.Beta.Reports.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Microsoft.Graph.Beta.Reports.md @@ -1,6 +1,6 @@ --- Module Name: Microsoft.Graph.Beta.Reports -Module Guid: 84811b23-b5b9-49ef-9ecf-1745a1509434 +Module Guid: 17423b1c-76e2-c023-c31a-2e7fe49eee96 Download Help Link: https://learn.microsoft.com/en-us/powershell/module/microsoft.graph.beta.reports/?view=graph-powershell-beta Help Version: 1.0.0.0 Locale: en-US diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/New-MgBetaReportAuthenticationMethodUserEventSummary.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/New-MgBetaReportAuthenticationMethodUserEventSummary.md index 63a55c5d6dbed..87c4abf416cdb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/New-MgBetaReportAuthenticationMethodUserEventSummary.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/New-MgBetaReportAuthenticationMethodUserEventSummary.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/new-mgbetareportauthenticationmethodusereventsummary Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaReportAuthenticationMethodUserEventSummary --- @@ -26,7 +26,6 @@ New-MgBetaReportAuthenticationMethodUserEventSummary [-ResponseHeadersVariable < [-UserDisplayName ] [-UserPrincipalName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -36,7 +35,7 @@ New-MgBetaReportAuthenticationMethodUserEventSummary -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.Reports/New-MgBetaReportAuthenticationMethodUserMfaSignInSummary.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/New-MgBetaReportAuthenticationMethodUserMfaSignInSummary.md index 5ac6dc691d976..3a96119dd0a86 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/New-MgBetaReportAuthenticationMethodUserMfaSignInSummary.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/New-MgBetaReportAuthenticationMethodUserMfaSignInSummary.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/new-mgbetareportauthenticationmethodusermfasigninsummary Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaReportAuthenticationMethodUserMfaSignInSummary --- @@ -25,7 +25,7 @@ New-MgBetaReportAuthenticationMethodUserMfaSignInSummary [-ResponseHeadersVariab [-MultiFactorSignIns ] [-SingleFactorSignIns ] [-TotalSignIns ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -35,7 +35,7 @@ New-MgBetaReportAuthenticationMethodUserMfaSignInSummary -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.Reports/New-MgBetaReportAuthenticationMethodUserPasswordResetAndChangeSummary.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/New-MgBetaReportAuthenticationMethodUserPasswordResetAndChangeSummary.md index 2f5999349436b..354c95547323b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/New-MgBetaReportAuthenticationMethodUserPasswordResetAndChangeSummary.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/New-MgBetaReportAuthenticationMethodUserPasswordResetAndChangeSummary.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/new-mgbetareportauthenticationmethoduserpasswordresetandchangesummary Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaReportAuthenticationMethodUserPasswordResetAndChangeSummary --- @@ -26,7 +26,7 @@ New-MgBetaReportAuthenticationMethodUserPasswordResetAndChangeSummary [-PasswordResetsByAdminCount ] [-PasswordResetsSelfServiceCount ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -37,7 +37,6 @@ New-MgBetaReportAuthenticationMethodUserPasswordResetAndChangeSummary [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/New-MgBetaReportAuthenticationMethodUserRegistrationDetail.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/New-MgBetaReportAuthenticationMethodUserRegistrationDetail.md index 23e82e7728949..36400338047e7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/New-MgBetaReportAuthenticationMethodUserRegistrationDetail.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/New-MgBetaReportAuthenticationMethodUserRegistrationDetail.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/new-mgbetareportauthenticationmethoduserregistrationdetail Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaReportAuthenticationMethodUserRegistrationDetail --- @@ -32,7 +32,7 @@ New-MgBetaReportAuthenticationMethodUserRegistrationDetail [-ResponseHeadersVari [-UserPreferredMethodForSecondaryAuthentication ] [-UserPrincipalName ] [-UserType ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -42,7 +42,7 @@ New-MgBetaReportAuthenticationMethodUserRegistrationDetail -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.Reports/New-MgBetaReportHealthMonitoringAlert.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/New-MgBetaReportHealthMonitoringAlert.md index 1d37385d9a326..ffd71bfa9fcd1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/New-MgBetaReportHealthMonitoringAlert.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/New-MgBetaReportHealthMonitoringAlert.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/new-mgbetareporthealthmonitoringalert Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaReportHealthMonitoringAlert --- @@ -27,7 +27,6 @@ New-MgBetaReportHealthMonitoringAlert [-ResponseHeadersVariable ] [-Signals ] [-State ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -37,7 +36,6 @@ New-MgBetaReportHealthMonitoringAlert -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/New-MgBetaReportHealthMonitoringAlertConfiguration.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/New-MgBetaReportHealthMonitoringAlertConfiguration.md index 1aaa7180da31b..510a56a01d3f9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/New-MgBetaReportHealthMonitoringAlertConfiguration.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/New-MgBetaReportHealthMonitoringAlertConfiguration.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/new-mgbetareporthealthmonitoringalertconfiguration Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaReportHealthMonitoringAlertConfiguration --- @@ -25,7 +25,7 @@ New-MgBetaReportHealthMonitoringAlertConfiguration [-ResponseHeadersVariable ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -36,7 +36,6 @@ New-MgBetaReportHealthMonitoringAlertConfiguration [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/New-MgBetaReportPartnerBillingManifest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/New-MgBetaReportPartnerBillingManifest.md index 66fcc0a918f19..8c2eddb5a966a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/New-MgBetaReportPartnerBillingManifest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/New-MgBetaReportPartnerBillingManifest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/new-mgbetareportpartnerbillingmanifest Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaReportPartnerBillingManifest --- @@ -30,7 +30,7 @@ New-MgBetaReportPartnerBillingManifest [-ResponseHeadersVariable ] [-PartnerTenantId ] [-RootDirectory ] [-SasToken ] [-SchemaVersion ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -40,7 +40,6 @@ New-MgBetaReportPartnerBillingManifest -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/New-MgBetaReportPartnerBillingOperation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/New-MgBetaReportPartnerBillingOperation.md index d7bd2202ffd7b..0dacfc4f209e3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/New-MgBetaReportPartnerBillingOperation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/New-MgBetaReportPartnerBillingOperation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/new-mgbetareportpartnerbillingoperation Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaReportPartnerBillingOperation --- @@ -28,7 +28,6 @@ New-MgBetaReportPartnerBillingOperation [-ResponseHeadersVariable ] [-LastActionDateTime ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -38,7 +37,6 @@ New-MgBetaReportPartnerBillingOperation -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/New-MgBetaReportUserInsightDailyMfaTelecomFraud.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/New-MgBetaReportUserInsightDailyMfaTelecomFraud.md index 21237d6c8fba4..5da1caf7e458a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/New-MgBetaReportUserInsightDailyMfaTelecomFraud.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/New-MgBetaReportUserInsightDailyMfaTelecomFraud.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/new-mgbetareportuserinsightdailymfatelecomfraud Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaReportUserInsightDailyMfaTelecomFraud --- @@ -27,7 +27,6 @@ New-MgBetaReportUserInsightDailyMfaTelecomFraud [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -37,7 +36,7 @@ New-MgBetaReportUserInsightDailyMfaTelecomFraud -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.Reports/New-MgBetaReportUserInsightMonthlyMfaRegisteredUser.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/New-MgBetaReportUserInsightMonthlyMfaRegisteredUser.md index 8103a4280cf45..285091eb2befd 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/New-MgBetaReportUserInsightMonthlyMfaRegisteredUser.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/New-MgBetaReportUserInsightMonthlyMfaRegisteredUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/new-mgbetareportuserinsightmonthlymfaregistereduser Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaReportUserInsightMonthlyMfaRegisteredUser --- @@ -24,7 +24,7 @@ New-MgBetaReportUserInsightMonthlyMfaRegisteredUser [-ResponseHeadersVariable ] [-Count ] [-FactDate ] [-Id ] [-MfaType ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -34,7 +34,7 @@ New-MgBetaReportUserInsightMonthlyMfaRegisteredUser -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.Reports/Remove-MgBetaAdminReportSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Remove-MgBetaAdminReportSetting.md index cce5c9526397b..7b3d0432e48d3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Remove-MgBetaAdminReportSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Remove-MgBetaAdminReportSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/remove-mgbetaadminreportsetting Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaAdminReportSetting --- @@ -27,7 +27,6 @@ Remove-MgBetaAdminReportSetting [-IfMatch ] [-ResponseHeadersVariable ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Remove-MgBetaDeviceManagementReport.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Remove-MgBetaDeviceManagementReport.md index 9fe30508dd418..002d5531e2aac 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Remove-MgBetaDeviceManagementReport.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Remove-MgBetaDeviceManagementReport.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/remove-mgbetadevicemanagementreport Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaDeviceManagementReport --- @@ -27,7 +27,6 @@ Remove-MgBetaDeviceManagementReport [-IfMatch ] [-ResponseHeadersVariabl [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Remove-MgBetaReportAuthenticationMethodUserEventSummary.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Remove-MgBetaReportAuthenticationMethodUserEventSummary.md index c2da4a3b0102f..a4bdce2a5dd4d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Remove-MgBetaReportAuthenticationMethodUserEventSummary.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Remove-MgBetaReportAuthenticationMethodUserEventSummary.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/remove-mgbetareportauthenticationmethodusereventsummary Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaReportAuthenticationMethodUserEventSummary --- @@ -24,7 +24,6 @@ Remove-MgBetaReportAuthenticationMethodUserEventSummary -UserEventsSummaryId ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaReportAuthenticationMethodUserEventSummary -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Remove-MgBetaReportAuthenticationMethodUserMfaSignInSummary.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Remove-MgBetaReportAuthenticationMethodUserMfaSignInSummary.md index c833be5556a2c..62c0748ba7c9a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Remove-MgBetaReportAuthenticationMethodUserMfaSignInSummary.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Remove-MgBetaReportAuthenticationMethodUserMfaSignInSummary.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/remove-mgbetareportauthenticationmethodusermfasigninsummary Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaReportAuthenticationMethodUserMfaSignInSummary --- @@ -24,7 +24,6 @@ Remove-MgBetaReportAuthenticationMethodUserMfaSignInSummary -UserMfaSignInSummar [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaReportAuthenticationMethodUserMfaSignInSummary -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Remove-MgBetaReportAuthenticationMethodUserPasswordResetAndChangeSummary.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Remove-MgBetaReportAuthenticationMethodUserPasswordResetAndChangeSummary.md index 349aadeae264a..fe3612a071668 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Remove-MgBetaReportAuthenticationMethodUserPasswordResetAndChangeSummary.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Remove-MgBetaReportAuthenticationMethodUserPasswordResetAndChangeSummary.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/remove-mgbetareportauthenticationmethoduserpasswordresetandchangesummary Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaReportAuthenticationMethodUserPasswordResetAndChangeSummary --- @@ -25,7 +25,6 @@ Remove-MgBetaReportAuthenticationMethodUserPasswordResetAndChangeSummary [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaReportAuthenticationMethodUserPasswordResetAndChangeSummary [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Remove-MgBetaReportAuthenticationMethodUserRegistrationDetail.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Remove-MgBetaReportAuthenticationMethodUserRegistrationDetail.md index 4201b66c950b7..5e54568187a22 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Remove-MgBetaReportAuthenticationMethodUserRegistrationDetail.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Remove-MgBetaReportAuthenticationMethodUserRegistrationDetail.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/remove-mgbetareportauthenticationmethoduserregistrationdetail Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaReportAuthenticationMethodUserRegistrationDetail --- @@ -27,7 +27,6 @@ Remove-MgBetaReportAuthenticationMethodUserRegistrationDetail -UserRegistrationD [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaReportAuthenticationMethodUserRegistrationDetail -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Remove-MgBetaReportHealthMonitoringAlert.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Remove-MgBetaReportHealthMonitoringAlert.md index 4f537e0521cef..70eacde358b85 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Remove-MgBetaReportHealthMonitoringAlert.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Remove-MgBetaReportHealthMonitoringAlert.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/remove-mgbetareporthealthmonitoringalert Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaReportHealthMonitoringAlert --- @@ -24,7 +24,6 @@ Remove-MgBetaReportHealthMonitoringAlert -AlertId [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaReportHealthMonitoringAlert -InputObject [-IfMat [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Remove-MgBetaReportHealthMonitoringAlertConfiguration.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Remove-MgBetaReportHealthMonitoringAlertConfiguration.md index 8ea387382c2b7..f9d3e933f995f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Remove-MgBetaReportHealthMonitoringAlertConfiguration.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Remove-MgBetaReportHealthMonitoringAlertConfiguration.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/remove-mgbetareporthealthmonitoringalertconfiguration Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaReportHealthMonitoringAlertConfiguration --- @@ -24,7 +24,6 @@ Remove-MgBetaReportHealthMonitoringAlertConfiguration -AlertConfigurationId ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaReportHealthMonitoringAlertConfiguration -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Remove-MgBetaReportPartnerBilling.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Remove-MgBetaReportPartnerBilling.md index 775f87172b289..b8e74371afdf4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Remove-MgBetaReportPartnerBilling.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Remove-MgBetaReportPartnerBilling.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/remove-mgbetareportpartnerbilling Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaReportPartnerBilling --- @@ -27,7 +27,6 @@ Remove-MgBetaReportPartnerBilling [-IfMatch ] [-ResponseHeadersVariable [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Remove-MgBetaReportPartnerBillingManifest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Remove-MgBetaReportPartnerBillingManifest.md index 95511be1f2153..f8f2ccb82e03c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Remove-MgBetaReportPartnerBillingManifest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Remove-MgBetaReportPartnerBillingManifest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/remove-mgbetareportpartnerbillingmanifest Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaReportPartnerBillingManifest --- @@ -27,7 +27,6 @@ Remove-MgBetaReportPartnerBillingManifest -ManifestId [-IfMatch ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaReportPartnerBillingManifest -InputObject [-IfMa [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Remove-MgBetaReportPartnerBillingOperation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Remove-MgBetaReportPartnerBillingOperation.md index 9f0585356e76e..1c915f9d618ea 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Remove-MgBetaReportPartnerBillingOperation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Remove-MgBetaReportPartnerBillingOperation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/remove-mgbetareportpartnerbillingoperation Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaReportPartnerBillingOperation --- @@ -27,7 +27,6 @@ Remove-MgBetaReportPartnerBillingOperation -OperationId [-IfMatch ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaReportPartnerBillingOperation -InputObject [-IfM [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Remove-MgBetaReportPartnerBillingReconciliation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Remove-MgBetaReportPartnerBillingReconciliation.md index 2cb1de32abdb8..2f70a847f412d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Remove-MgBetaReportPartnerBillingReconciliation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Remove-MgBetaReportPartnerBillingReconciliation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/remove-mgbetareportpartnerbillingreconciliation Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaReportPartnerBillingReconciliation --- @@ -27,7 +27,6 @@ Remove-MgBetaReportPartnerBillingReconciliation [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Remove-MgBetaReportPartnerBillingReconciliationBilled.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Remove-MgBetaReportPartnerBillingReconciliationBilled.md index 466e7cf5a1067..7743961d1e2b5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Remove-MgBetaReportPartnerBillingReconciliationBilled.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Remove-MgBetaReportPartnerBillingReconciliationBilled.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/remove-mgbetareportpartnerbillingreconciliationbilled Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaReportPartnerBillingReconciliationBilled --- @@ -27,7 +27,6 @@ Remove-MgBetaReportPartnerBillingReconciliationBilled [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Remove-MgBetaReportPartnerBillingReconciliationUnbilled.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Remove-MgBetaReportPartnerBillingReconciliationUnbilled.md index 738a9cf24d693..a785bd3d48998 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Remove-MgBetaReportPartnerBillingReconciliationUnbilled.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Remove-MgBetaReportPartnerBillingReconciliationUnbilled.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/remove-mgbetareportpartnerbillingreconciliationunbilled Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaReportPartnerBillingReconciliationUnbilled --- @@ -27,7 +27,6 @@ Remove-MgBetaReportPartnerBillingReconciliationUnbilled [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Remove-MgBetaReportPartnerBillingUsage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Remove-MgBetaReportPartnerBillingUsage.md index 563aa34bcf61b..9bac809f23903 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Remove-MgBetaReportPartnerBillingUsage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Remove-MgBetaReportPartnerBillingUsage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/remove-mgbetareportpartnerbillingusage Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaReportPartnerBillingUsage --- @@ -27,7 +27,6 @@ Remove-MgBetaReportPartnerBillingUsage [-IfMatch ] [-ResponseHeadersVari [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Remove-MgBetaReportPartnerBillingUsageBilled.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Remove-MgBetaReportPartnerBillingUsageBilled.md index 8099c2f69ef91..b9c451b22b5c8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Remove-MgBetaReportPartnerBillingUsageBilled.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Remove-MgBetaReportPartnerBillingUsageBilled.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/remove-mgbetareportpartnerbillingusagebilled Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaReportPartnerBillingUsageBilled --- @@ -27,7 +27,6 @@ Remove-MgBetaReportPartnerBillingUsageBilled [-IfMatch ] [-ResponseHeade [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Remove-MgBetaReportPartnerBillingUsageUnbilled.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Remove-MgBetaReportPartnerBillingUsageUnbilled.md index 07a405317c9e1..124f019568443 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Remove-MgBetaReportPartnerBillingUsageUnbilled.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Remove-MgBetaReportPartnerBillingUsageUnbilled.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/remove-mgbetareportpartnerbillingusageunbilled Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaReportPartnerBillingUsageUnbilled --- @@ -27,7 +27,6 @@ Remove-MgBetaReportPartnerBillingUsageUnbilled [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Remove-MgBetaReportSlaAzureAdAuthentication.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Remove-MgBetaReportSlaAzureAdAuthentication.md index df8653137e220..bc9fbe2174c94 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Remove-MgBetaReportSlaAzureAdAuthentication.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Remove-MgBetaReportSlaAzureAdAuthentication.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/remove-mgbetareportslaazureadauthentication Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaReportSlaAzureAdAuthentication --- @@ -24,7 +24,6 @@ Remove-MgBetaReportSlaAzureAdAuthentication [-IfMatch ] [-ResponseHeader [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Remove-MgBetaReportUserInsightDaily.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Remove-MgBetaReportUserInsightDaily.md index cafd92a153436..4f896eb8515f7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Remove-MgBetaReportUserInsightDaily.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Remove-MgBetaReportUserInsightDaily.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/remove-mgbetareportuserinsightdaily Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaReportUserInsightDaily --- @@ -24,7 +24,6 @@ Remove-MgBetaReportUserInsightDaily [-IfMatch ] [-ResponseHeadersVariabl [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Remove-MgBetaReportUserInsightDailyMfaTelecomFraud.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Remove-MgBetaReportUserInsightDailyMfaTelecomFraud.md index 3ec384032ac00..ff85250f61dea 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Remove-MgBetaReportUserInsightDailyMfaTelecomFraud.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Remove-MgBetaReportUserInsightDailyMfaTelecomFraud.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/remove-mgbetareportuserinsightdailymfatelecomfraud Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaReportUserInsightDailyMfaTelecomFraud --- @@ -24,7 +24,6 @@ Remove-MgBetaReportUserInsightDailyMfaTelecomFraud -MfaTelecomFraudMetricId ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaReportUserInsightDailyMfaTelecomFraud -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Remove-MgBetaReportUserInsightMonthly.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Remove-MgBetaReportUserInsightMonthly.md index 22dff33b5ae94..f323235bf5088 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Remove-MgBetaReportUserInsightMonthly.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Remove-MgBetaReportUserInsightMonthly.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/remove-mgbetareportuserinsightmonthly Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaReportUserInsightMonthly --- @@ -24,7 +24,6 @@ Remove-MgBetaReportUserInsightMonthly [-IfMatch ] [-ResponseHeadersVaria [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Remove-MgBetaReportUserInsightMonthlyMfaRegisteredUser.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Remove-MgBetaReportUserInsightMonthlyMfaRegisteredUser.md index 294cece36ee49..7b55466be1859 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Remove-MgBetaReportUserInsightMonthlyMfaRegisteredUser.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Remove-MgBetaReportUserInsightMonthlyMfaRegisteredUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/remove-mgbetareportuserinsightmonthlymfaregistereduser Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaReportUserInsightMonthlyMfaRegisteredUser --- @@ -24,7 +24,6 @@ Remove-MgBetaReportUserInsightMonthlyMfaRegisteredUser -MfaUserCountMetricId ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaReportUserInsightMonthlyMfaRegisteredUser -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Update-MgBetaAdminReportSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Update-MgBetaAdminReportSetting.md index 0e61dc4737b0a..67479c25febb1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Update-MgBetaAdminReportSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Update-MgBetaAdminReportSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/update-mgbetaadminreportsetting Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaAdminReportSetting --- @@ -27,7 +27,7 @@ Update-MgBetaAdminReportSetting [-ResponseHeadersVariable ] [-AdditionalProperties ] [-DisplayConcealedNames] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -37,7 +37,6 @@ Update-MgBetaAdminReportSetting -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Update-MgBetaDeviceManagementReport.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Update-MgBetaDeviceManagementReport.md index 67f1b453f6383..2443fd62d04ba 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Update-MgBetaDeviceManagementReport.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Update-MgBetaDeviceManagementReport.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/update-mgbetadevicemanagementreport Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaDeviceManagementReport --- @@ -29,7 +29,7 @@ Update-MgBetaDeviceManagementReport [-ResponseHeadersVariable ] [-ExportJobs ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -39,7 +39,6 @@ Update-MgBetaDeviceManagementReport -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -55,9 +54,9 @@ Update the navigation property reports in deviceManagement | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | DeviceManagementConfiguration.ReadWrite.All, DeviceManagementServiceConfig.ReadWrite.All, DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementApps.ReadWrite.All, | +| Delegated (work or school account) | DeviceManagementConfiguration.ReadWrite.All, DeviceManagementApps.ReadWrite.All, DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementServiceConfig.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | DeviceManagementConfiguration.ReadWrite.All, DeviceManagementServiceConfig.ReadWrite.All, DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementApps.ReadWrite.All, | +| Application | DeviceManagementConfiguration.ReadWrite.All, DeviceManagementApps.ReadWrite.All, DeviceManagementManagedDevices.ReadWrite.All, DeviceManagementServiceConfig.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Update-MgBetaReportAuthenticationMethodUserEventSummary.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Update-MgBetaReportAuthenticationMethodUserEventSummary.md index dac22d800c0f1..fe27ac7abea83 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Update-MgBetaReportAuthenticationMethodUserEventSummary.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Update-MgBetaReportAuthenticationMethodUserEventSummary.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/update-mgbetareportauthenticationmethodusereventsummary Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaReportAuthenticationMethodUserEventSummary --- @@ -26,7 +26,7 @@ Update-MgBetaReportAuthenticationMethodUserEventSummary -UserEventsSummaryId ] [-UserPrincipalName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -36,7 +36,7 @@ Update-MgBetaReportAuthenticationMethodUserEventSummary -UserEventsSummaryId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -48,7 +48,7 @@ Update-MgBetaReportAuthenticationMethodUserEventSummary -InputObject ] [-UserPrincipalName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -58,7 +58,7 @@ Update-MgBetaReportAuthenticationMethodUserEventSummary -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Update-MgBetaReportAuthenticationMethodUserMfaSignInSummary.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Update-MgBetaReportAuthenticationMethodUserMfaSignInSummary.md index f40acb0e35569..e03d29d3383d3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Update-MgBetaReportAuthenticationMethodUserMfaSignInSummary.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Update-MgBetaReportAuthenticationMethodUserMfaSignInSummary.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/update-mgbetareportauthenticationmethodusermfasigninsummary Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaReportAuthenticationMethodUserMfaSignInSummary --- @@ -26,7 +26,6 @@ Update-MgBetaReportAuthenticationMethodUserMfaSignInSummary -UserMfaSignInSummar [-SingleFactorSignIns ] [-TotalSignIns ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -36,7 +35,7 @@ Update-MgBetaReportAuthenticationMethodUserMfaSignInSummary -UserMfaSignInSummar -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -48,7 +47,6 @@ Update-MgBetaReportAuthenticationMethodUserMfaSignInSummary -InputObject ] [-TotalSignIns ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -58,7 +56,7 @@ Update-MgBetaReportAuthenticationMethodUserMfaSignInSummary -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Update-MgBetaReportAuthenticationMethodUserPasswordResetAndChangeSummary.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Update-MgBetaReportAuthenticationMethodUserPasswordResetAndChangeSummary.md index 82a9b36b3d851..9f73662c87f0c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Update-MgBetaReportAuthenticationMethodUserPasswordResetAndChangeSummary.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Update-MgBetaReportAuthenticationMethodUserPasswordResetAndChangeSummary.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/update-mgbetareportauthenticationmethoduserpasswordresetandchangesummary Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaReportAuthenticationMethodUserPasswordResetAndChangeSummary --- @@ -27,7 +27,6 @@ Update-MgBetaReportAuthenticationMethodUserPasswordResetAndChangeSummary [-PasswordResetsSelfServiceCount ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -39,7 +38,6 @@ Update-MgBetaReportAuthenticationMethodUserPasswordResetAndChangeSummary [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -52,7 +50,6 @@ Update-MgBetaReportAuthenticationMethodUserPasswordResetAndChangeSummary [-PasswordResetsSelfServiceCount ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -63,7 +60,6 @@ Update-MgBetaReportAuthenticationMethodUserPasswordResetAndChangeSummary [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Update-MgBetaReportAuthenticationMethodUserRegistrationDetail.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Update-MgBetaReportAuthenticationMethodUserRegistrationDetail.md index 630949af4aed4..aec4fe8b0b555 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Update-MgBetaReportAuthenticationMethodUserRegistrationDetail.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Update-MgBetaReportAuthenticationMethodUserRegistrationDetail.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/update-mgbetareportauthenticationmethoduserregistrationdetail Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaReportAuthenticationMethodUserRegistrationDetail --- @@ -33,7 +33,6 @@ Update-MgBetaReportAuthenticationMethodUserRegistrationDetail -UserRegistrationD [-UserPrincipalName ] [-UserType ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -43,7 +42,7 @@ Update-MgBetaReportAuthenticationMethodUserRegistrationDetail -UserRegistrationD -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -59,7 +58,6 @@ Update-MgBetaReportAuthenticationMethodUserRegistrationDetail -InputObject ] [-UserType ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -69,7 +67,7 @@ Update-MgBetaReportAuthenticationMethodUserRegistrationDetail -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Update-MgBetaReportHealthMonitoringAlert.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Update-MgBetaReportHealthMonitoringAlert.md index 9a7878faab007..d0b4ae88b04d4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Update-MgBetaReportHealthMonitoringAlert.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Update-MgBetaReportHealthMonitoringAlert.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/update-mgbetareporthealthmonitoringalert Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaReportHealthMonitoringAlert --- @@ -28,7 +28,6 @@ Update-MgBetaReportHealthMonitoringAlert -AlertId [-ResponseHeadersVari [-Signals ] [-State ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -38,7 +37,7 @@ Update-MgBetaReportHealthMonitoringAlert -AlertId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -51,7 +50,6 @@ Update-MgBetaReportHealthMonitoringAlert -InputObject [-Signals ] [-State ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -61,7 +59,7 @@ Update-MgBetaReportHealthMonitoringAlert -InputObject -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.Reports/Update-MgBetaReportHealthMonitoringAlertConfiguration.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Update-MgBetaReportHealthMonitoringAlertConfiguration.md index 0197c116eca55..d081aeeaad173 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Update-MgBetaReportHealthMonitoringAlertConfiguration.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Update-MgBetaReportHealthMonitoringAlertConfiguration.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/update-mgbetareporthealthmonitoringalertconfiguration Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaReportHealthMonitoringAlertConfiguration --- @@ -27,7 +27,7 @@ Update-MgBetaReportHealthMonitoringAlertConfiguration -AlertConfigurationId ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -38,7 +38,6 @@ Update-MgBetaReportHealthMonitoringAlertConfiguration -AlertConfigurationId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -49,7 +48,7 @@ Update-MgBetaReportHealthMonitoringAlertConfiguration -InputObject ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -60,7 +59,6 @@ Update-MgBetaReportHealthMonitoringAlertConfiguration -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Update-MgBetaReportPartnerBilling.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Update-MgBetaReportPartnerBilling.md index 0eb547d87585c..a2cfa33970f74 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Update-MgBetaReportPartnerBilling.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Update-MgBetaReportPartnerBilling.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/update-mgbetareportpartnerbilling Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaReportPartnerBilling --- @@ -31,7 +31,6 @@ Update-MgBetaReportPartnerBilling [-ResponseHeadersVariable ] [-Usage ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -41,7 +40,6 @@ Update-MgBetaReportPartnerBilling -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Update-MgBetaReportPartnerBillingManifest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Update-MgBetaReportPartnerBillingManifest.md index 3864af68d5e16..81fa4cfad9ddc 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Update-MgBetaReportPartnerBillingManifest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Update-MgBetaReportPartnerBillingManifest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/update-mgbetareportpartnerbillingmanifest Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaReportPartnerBillingManifest --- @@ -30,7 +30,7 @@ Update-MgBetaReportPartnerBillingManifest -ManifestId [-ResponseHeaders [-PartnerTenantId ] [-RootDirectory ] [-SasToken ] [-SchemaVersion ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -40,7 +40,7 @@ Update-MgBetaReportPartnerBillingManifest -ManifestId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -53,7 +53,7 @@ Update-MgBetaReportPartnerBillingManifest -InputObject [-PartnerTenantId ] [-RootDirectory ] [-SasToken ] [-SchemaVersion ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -63,7 +63,7 @@ Update-MgBetaReportPartnerBillingManifest -InputObject -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.Reports/Update-MgBetaReportPartnerBillingOperation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Update-MgBetaReportPartnerBillingOperation.md index b3cf3bafe9b74..b21845eb762b6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Update-MgBetaReportPartnerBillingOperation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Update-MgBetaReportPartnerBillingOperation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/update-mgbetareportpartnerbillingoperation Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaReportPartnerBillingOperation --- @@ -28,7 +28,6 @@ Update-MgBetaReportPartnerBillingOperation -OperationId [-ResponseHeade [-LastActionDateTime ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -38,7 +37,7 @@ Update-MgBetaReportPartnerBillingOperation -OperationId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -49,7 +48,7 @@ Update-MgBetaReportPartnerBillingOperation -InputObject [-CreatedDateTime ] [-Id ] [-LastActionDateTime ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -59,7 +58,7 @@ Update-MgBetaReportPartnerBillingOperation -InputObject -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.Reports/Update-MgBetaReportPartnerBillingReconciliation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Update-MgBetaReportPartnerBillingReconciliation.md index ff3a4b81df8be..beee05409a3be 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Update-MgBetaReportPartnerBillingReconciliation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Update-MgBetaReportPartnerBillingReconciliation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/update-mgbetareportpartnerbillingreconciliation Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaReportPartnerBillingReconciliation --- @@ -27,7 +27,7 @@ Update-MgBetaReportPartnerBillingReconciliation [-ResponseHeadersVariable ] [-Billed ] [-Id ] [-Unbilled ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -37,7 +37,7 @@ Update-MgBetaReportPartnerBillingReconciliation -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.Reports/Update-MgBetaReportPartnerBillingReconciliationBilled.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Update-MgBetaReportPartnerBillingReconciliationBilled.md index d49444a366a94..596ddb7b502a0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Update-MgBetaReportPartnerBillingReconciliationBilled.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Update-MgBetaReportPartnerBillingReconciliationBilled.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/update-mgbetareportpartnerbillingreconciliationbilled Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaReportPartnerBillingReconciliationBilled --- @@ -27,7 +27,6 @@ Update-MgBetaReportPartnerBillingReconciliationBilled [-ResponseHeadersVariable [-AdditionalProperties ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -37,7 +36,6 @@ Update-MgBetaReportPartnerBillingReconciliationBilled -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Update-MgBetaReportPartnerBillingReconciliationUnbilled.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Update-MgBetaReportPartnerBillingReconciliationUnbilled.md index 2d361e00f39ff..76b6b24fc8fca 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Update-MgBetaReportPartnerBillingReconciliationUnbilled.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Update-MgBetaReportPartnerBillingReconciliationUnbilled.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/update-mgbetareportpartnerbillingreconciliationunbilled Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaReportPartnerBillingReconciliationUnbilled --- @@ -27,7 +27,6 @@ Update-MgBetaReportPartnerBillingReconciliationUnbilled [-ResponseHeadersVariabl [-AdditionalProperties ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -37,7 +36,6 @@ Update-MgBetaReportPartnerBillingReconciliationUnbilled -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Update-MgBetaReportPartnerBillingUsage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Update-MgBetaReportPartnerBillingUsage.md index af0f7bb8bd91b..a812d40053fb4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Update-MgBetaReportPartnerBillingUsage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Update-MgBetaReportPartnerBillingUsage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/update-mgbetareportpartnerbillingusage Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaReportPartnerBillingUsage --- @@ -27,7 +27,7 @@ Update-MgBetaReportPartnerBillingUsage [-ResponseHeadersVariable ] [-AdditionalProperties ] [-Billed ] [-Id ] [-Unbilled ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -37,7 +37,6 @@ Update-MgBetaReportPartnerBillingUsage -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Update-MgBetaReportPartnerBillingUsageBilled.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Update-MgBetaReportPartnerBillingUsageBilled.md index e8d32b6a4acbc..265484c6be193 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Update-MgBetaReportPartnerBillingUsageBilled.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Update-MgBetaReportPartnerBillingUsageBilled.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/update-mgbetareportpartnerbillingusagebilled Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaReportPartnerBillingUsageBilled --- @@ -27,7 +27,6 @@ Update-MgBetaReportPartnerBillingUsageBilled [-ResponseHeadersVariable ] [-AdditionalProperties ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -37,7 +36,6 @@ Update-MgBetaReportPartnerBillingUsageBilled -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Update-MgBetaReportPartnerBillingUsageUnbilled.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Update-MgBetaReportPartnerBillingUsageUnbilled.md index 360a9b730bb32..9ecce65b0dc51 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Update-MgBetaReportPartnerBillingUsageUnbilled.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Update-MgBetaReportPartnerBillingUsageUnbilled.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/update-mgbetareportpartnerbillingusageunbilled Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaReportPartnerBillingUsageUnbilled --- @@ -27,7 +27,6 @@ Update-MgBetaReportPartnerBillingUsageUnbilled [-ResponseHeadersVariable ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -37,7 +36,6 @@ Update-MgBetaReportPartnerBillingUsageUnbilled -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Update-MgBetaReportSlaAzureAdAuthentication.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Update-MgBetaReportSlaAzureAdAuthentication.md index 022346df5c1c9..8f36906138d7d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Update-MgBetaReportSlaAzureAdAuthentication.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Update-MgBetaReportSlaAzureAdAuthentication.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/update-mgbetareportslaazureadauthentication Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaReportSlaAzureAdAuthentication --- @@ -25,7 +25,7 @@ Update-MgBetaReportSlaAzureAdAuthentication [-ResponseHeadersVariable ] [-Attainments ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -35,7 +35,6 @@ Update-MgBetaReportSlaAzureAdAuthentication -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Update-MgBetaReportUserInsightDaily.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Update-MgBetaReportUserInsightDaily.md index 1f05c67f78dd0..7fb827ee0a0a3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Update-MgBetaReportUserInsightDaily.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Update-MgBetaReportUserInsightDaily.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/update-mgbetareportuserinsightdaily Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaReportUserInsightDaily --- @@ -31,7 +31,6 @@ Update-MgBetaReportUserInsightDaily [-ResponseHeadersVariable ] [-UserCount ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -41,7 +40,6 @@ Update-MgBetaReportUserInsightDaily -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Update-MgBetaReportUserInsightDailyMfaTelecomFraud.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Update-MgBetaReportUserInsightDailyMfaTelecomFraud.md index d106ec1c2c10f..2474082e7ca5a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Update-MgBetaReportUserInsightDailyMfaTelecomFraud.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Update-MgBetaReportUserInsightDailyMfaTelecomFraud.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/update-mgbetareportuserinsightdailymfatelecomfraud Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaReportUserInsightDailyMfaTelecomFraud --- @@ -27,7 +27,6 @@ Update-MgBetaReportUserInsightDailyMfaTelecomFraud -MfaTelecomFraudMetricId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -37,7 +36,7 @@ Update-MgBetaReportUserInsightDailyMfaTelecomFraud -MfaTelecomFraudMetricId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -50,7 +49,6 @@ Update-MgBetaReportUserInsightDailyMfaTelecomFraud -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -60,7 +58,7 @@ Update-MgBetaReportUserInsightDailyMfaTelecomFraud -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Update-MgBetaReportUserInsightMonthly.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Update-MgBetaReportUserInsightMonthly.md index faa5ba85a4af5..61b0c2b1120ec 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Update-MgBetaReportUserInsightMonthly.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Update-MgBetaReportUserInsightMonthly.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/update-mgbetareportuserinsightmonthly Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaReportUserInsightMonthly --- @@ -31,7 +31,6 @@ Update-MgBetaReportUserInsightMonthly [-ResponseHeadersVariable ] [-Summary ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -41,7 +40,6 @@ Update-MgBetaReportUserInsightMonthly -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Update-MgBetaReportUserInsightMonthlyMfaRegisteredUser.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Update-MgBetaReportUserInsightMonthlyMfaRegisteredUser.md index 846f857590b93..b7139cc9767f0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Update-MgBetaReportUserInsightMonthlyMfaRegisteredUser.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Reports/Update-MgBetaReportUserInsightMonthlyMfaRegisteredUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Reports-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.reports/update-mgbetareportuserinsightmonthlymfaregistereduser Locale: en-US Module Name: Microsoft.Graph.Beta.Reports -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaReportUserInsightMonthlyMfaRegisteredUser --- @@ -25,7 +25,6 @@ Update-MgBetaReportUserInsightMonthlyMfaRegisteredUser -MfaUserCountMetricId ] [-Id ] [-MfaType ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -35,7 +34,7 @@ Update-MgBetaReportUserInsightMonthlyMfaRegisteredUser -MfaUserCountMetricId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -46,7 +45,6 @@ Update-MgBetaReportUserInsightMonthlyMfaRegisteredUser -InputObject ] [-Id ] [-MfaType ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -56,7 +54,7 @@ Update-MgBetaReportUserInsightMonthlyMfaRegisteredUser -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Add-MgBetaExternalConnectionItemActivity.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Add-MgBetaExternalConnectionItemActivity.md index 3fe6e01c07a4b..b0885e69fe304 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Add-MgBetaExternalConnectionItemActivity.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Add-MgBetaExternalConnectionItemActivity.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Search-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.search/add-mgbetaexternalconnectionitemactivity Locale: en-US Module Name: Microsoft.Graph.Beta.Search -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Add-MgBetaExternalConnectionItemActivity --- @@ -29,7 +29,6 @@ Add-MgBetaExternalConnectionItemActivity -ExternalConnectionId -Externa [-AdditionalProperties ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Add @@ -40,7 +39,6 @@ Add-MgBetaExternalConnectionItemActivity -ExternalConnectionId -Externa [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### AddViaIdentityExpanded @@ -52,7 +50,6 @@ Add-MgBetaExternalConnectionItemActivity -InputObject [-AdditionalProperties ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### AddViaIdentity @@ -63,7 +60,6 @@ Add-MgBetaExternalConnectionItemActivity -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternal.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternal.md index 58fdb858143b7..38a41638634c5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternal.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternal.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Search-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.search/get-mgbetaexternal Locale: en-US Module Name: Microsoft.Graph.Beta.Search -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaExternal --- @@ -26,7 +26,7 @@ Get external Get-MgBetaExternal [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalAuthorizationSystem.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalAuthorizationSystem.md index 52e318acfac7f..0bdc9ece34643 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalAuthorizationSystem.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalAuthorizationSystem.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Search-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.search/get-mgbetaexternalauthorizationsystem Locale: en-US Module Name: Microsoft.Graph.Beta.Search -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaExternalAuthorizationSystem --- @@ -25,7 +25,7 @@ Get-MgBetaExternalAuthorizationSystem [-ExpandProperty ] [-Property ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -34,7 +34,7 @@ Get-MgBetaExternalAuthorizationSystem [-ExpandProperty ] [-Property [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -43,7 +43,7 @@ Get-MgBetaExternalAuthorizationSystem -AuthorizationSystemId [-ExpandPr Get-MgBetaExternalAuthorizationSystem -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalAuthorizationSystemCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalAuthorizationSystemCount.md index 7ce7aa2e2ad4e..ef33a03252d94 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalAuthorizationSystemCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalAuthorizationSystemCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Search-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.search/get-mgbetaexternalauthorizationsystemcount Locale: en-US Module Name: Microsoft.Graph.Beta.Search -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaExternalAuthorizationSystemCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaExternalAuthorizationSystemCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalAuthorizationSystemDataCollectionInfo.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalAuthorizationSystemDataCollectionInfo.md index 7b8eb28285287..c100480942c0c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalAuthorizationSystemDataCollectionInfo.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalAuthorizationSystemDataCollectionInfo.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Search-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.search/get-mgbetaexternalauthorizationsystemdatacollectioninfo Locale: en-US Module Name: Microsoft.Graph.Beta.Search -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaExternalAuthorizationSystemDataCollectionInfo --- @@ -25,7 +25,7 @@ Get-MgBetaExternalAuthorizationSystemDataCollectionInfo -AuthorizationSystemId < [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaExternalAuthorizationSystemDataCollectionInfo -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalConnection.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalConnection.md index 742217eab7b06..d09dd96ba57b6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalConnection.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalConnection.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Search-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.search/get-mgbetaexternalconnection Locale: en-US Module Name: Microsoft.Graph.Beta.Search -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaExternalConnection --- @@ -28,7 +28,7 @@ Get-MgBetaExternalConnection [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -37,7 +37,7 @@ Get-MgBetaExternalConnection [-ExpandProperty ] [-Property ] Get-MgBetaExternalConnection -ExternalConnectionId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +46,7 @@ Get-MgBetaExternalConnection -ExternalConnectionId [-ExpandProperty [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -62,9 +62,9 @@ Retrieve the properties and relationships of an externalConnection. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | ExternalConnection.ReadWrite.OwnedBy, ExternalConnection.ReadWrite.All, ExternalConnection.Read.All, | +| Delegated (work or school account) | ExternalConnection.ReadWrite.OwnedBy, ExternalConnection.Read.All, ExternalConnection.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | ExternalConnection.ReadWrite.OwnedBy, ExternalConnection.ReadWrite.All, ExternalConnection.Read.All, | +| Application | ExternalConnection.ReadWrite.OwnedBy, ExternalConnection.Read.All, ExternalConnection.ReadWrite.All, | ## EXAMPLES ### Example 1: Code snippet diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalConnectionCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalConnectionCount.md index 9e3dd46aeb0ac..396febe3db915 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalConnectionCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalConnectionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Search-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.search/get-mgbetaexternalconnectioncount Locale: en-US Module Name: Microsoft.Graph.Beta.Search -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaExternalConnectionCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaExternalConnectionCount [-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) | ExternalConnection.ReadWrite.OwnedBy, ExternalConnection.ReadWrite.All, ExternalConnection.Read.All, | +| Delegated (work or school account) | ExternalConnection.ReadWrite.OwnedBy, ExternalConnection.Read.All, ExternalConnection.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | ExternalConnection.ReadWrite.OwnedBy, ExternalConnection.ReadWrite.All, ExternalConnection.Read.All, | +| Application | ExternalConnection.ReadWrite.OwnedBy, ExternalConnection.Read.All, ExternalConnection.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalConnectionGroup.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalConnectionGroup.md index d10d0bfc5ee49..cc523faba5272 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalConnectionGroup.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalConnectionGroup.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Search-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.search/get-mgbetaexternalconnectiongroup Locale: en-US Module Name: Microsoft.Graph.Beta.Search -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaExternalConnectionGroup --- @@ -28,7 +28,7 @@ Get-MgBetaExternalConnectionGroup -ExternalConnectionId [-ExpandPropert [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaExternalConnectionGroup -ExternalConnectionId -ExternalGroupI [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -47,7 +47,7 @@ Get-MgBetaExternalConnectionGroup -ExternalConnectionId -ExternalGroupI Get-MgBetaExternalConnectionGroup -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -63,9 +63,9 @@ Get groups from external | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | ExternalItem.Read.All, ExternalItem.ReadWrite.OwnedBy, ExternalItem.ReadWrite.All, | +| Delegated (work or school account) | ExternalItem.Read.All, ExternalItem.ReadWrite.All, ExternalItem.ReadWrite.OwnedBy, | | Delegated (personal Microsoft account) | Not supported | -| Application | ExternalItem.Read.All, ExternalItem.ReadWrite.OwnedBy, ExternalItem.ReadWrite.All, | +| Application | ExternalItem.Read.All, ExternalItem.ReadWrite.All, ExternalItem.ReadWrite.OwnedBy, | ## EXAMPLES ### Example 1: Code snippet diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalConnectionGroupCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalConnectionGroupCount.md index e4189ef276851..836ded6876259 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalConnectionGroupCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalConnectionGroupCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Search-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.search/get-mgbetaexternalconnectiongroupcount Locale: en-US Module Name: Microsoft.Graph.Beta.Search -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaExternalConnectionGroupCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaExternalConnectionGroupCount -ExternalConnectionId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaExternalConnectionGroupCount -ExternalConnectionId [-Filter < Get-MgBetaExternalConnectionGroupCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalConnectionGroupMember.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalConnectionGroupMember.md index 61c865c3be0c6..d5190e7202048 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalConnectionGroupMember.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalConnectionGroupMember.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Search-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.search/get-mgbetaexternalconnectiongroupmember Locale: en-US Module Name: Microsoft.Graph.Beta.Search -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaExternalConnectionGroupMember --- @@ -30,7 +30,6 @@ Get-MgBetaExternalConnectionGroupMember -ExternalConnectionId -External [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -40,7 +39,7 @@ Get-MgBetaExternalConnectionGroupMember -ExternalConnectionId -External -IdentityId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -49,7 +48,7 @@ Get-MgBetaExternalConnectionGroupMember -ExternalConnectionId -External Get-MgBetaExternalConnectionGroupMember -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalConnectionGroupMemberCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalConnectionGroupMemberCount.md index df44eeeb3d3bc..e577b0430b665 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalConnectionGroupMemberCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalConnectionGroupMemberCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Search-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.search/get-mgbetaexternalconnectiongroupmembercount Locale: en-US Module Name: Microsoft.Graph.Beta.Search -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaExternalConnectionGroupMemberCount --- @@ -27,7 +27,7 @@ Get-MgBetaExternalConnectionGroupMemberCount -ExternalConnectionId -ExternalGroupId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaExternalConnectionGroupMemberCount -ExternalConnectionId Get-MgBetaExternalConnectionGroupMemberCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalConnectionItem.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalConnectionItem.md index c24fc0a4681b9..ed648c769e8b4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalConnectionItem.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalConnectionItem.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Search-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.search/get-mgbetaexternalconnectionitem Locale: en-US Module Name: Microsoft.Graph.Beta.Search -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaExternalConnectionItem --- @@ -31,7 +31,7 @@ Get-MgBetaExternalConnectionItem -ExternalConnectionId [-ExpandProperty [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -41,7 +41,7 @@ Get-MgBetaExternalConnectionItem -ExternalConnectionId -ExternalItemId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -50,7 +50,7 @@ Get-MgBetaExternalConnectionItem -ExternalConnectionId -ExternalItemId Get-MgBetaExternalConnectionItem -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -69,9 +69,9 @@ Repeated requests to this API might result in 429 HTTP errors. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | ExternalItem.ReadWrite.OwnedBy, ExternalItem.ReadWrite.All, ExternalItem.Read.All, | +| Delegated (work or school account) | ExternalItem.ReadWrite.OwnedBy, ExternalItem.Read.All, ExternalItem.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | ExternalItem.ReadWrite.OwnedBy, ExternalItem.ReadWrite.All, ExternalItem.Read.All, | +| Application | ExternalItem.ReadWrite.OwnedBy, ExternalItem.Read.All, ExternalItem.ReadWrite.All, | ## EXAMPLES ### Example 1: Code snippet diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalConnectionItemActivity.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalConnectionItemActivity.md index 563333921d132..5fad065badcf2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalConnectionItemActivity.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalConnectionItemActivity.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Search-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.search/get-mgbetaexternalconnectionitemactivity Locale: en-US Module Name: Microsoft.Graph.Beta.Search -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaExternalConnectionItemActivity --- @@ -30,7 +30,6 @@ Get-MgBetaExternalConnectionItemActivity -ExternalConnectionId -Externa [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -40,7 +39,7 @@ Get-MgBetaExternalConnectionItemActivity -ExternalActivityId -ExternalC -ExternalItemId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -49,7 +48,7 @@ Get-MgBetaExternalConnectionItemActivity -ExternalActivityId -ExternalC Get-MgBetaExternalConnectionItemActivity -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalConnectionItemActivityCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalConnectionItemActivityCount.md index dfe7d97766a91..f0495a9f55091 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalConnectionItemActivityCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalConnectionItemActivityCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Search-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.search/get-mgbetaexternalconnectionitemactivitycount Locale: en-US Module Name: Microsoft.Graph.Beta.Search -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaExternalConnectionItemActivityCount --- @@ -27,7 +27,7 @@ Get-MgBetaExternalConnectionItemActivityCount -ExternalConnectionId -ExternalItemId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaExternalConnectionItemActivityCount -ExternalConnectionId Get-MgBetaExternalConnectionItemActivityCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalConnectionItemActivityPerformedBy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalConnectionItemActivityPerformedBy.md index 16c2f226380dd..760257a100a24 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalConnectionItemActivityPerformedBy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalConnectionItemActivityPerformedBy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Search-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.search/get-mgbetaexternalconnectionitemactivityperformedby Locale: en-US Module Name: Microsoft.Graph.Beta.Search -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaExternalConnectionItemActivityPerformedBy --- @@ -27,7 +27,7 @@ Get-MgBetaExternalConnectionItemActivityPerformedBy -ExternalActivityId -ExternalConnectionId -ExternalItemId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaExternalConnectionItemActivityPerformedBy -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalConnectionItemCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalConnectionItemCount.md index a0f4c61de388a..4229ab3732bc3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalConnectionItemCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalConnectionItemCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Search-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.search/get-mgbetaexternalconnectionitemcount Locale: en-US Module Name: Microsoft.Graph.Beta.Search -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaExternalConnectionItemCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaExternalConnectionItemCount -ExternalConnectionId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaExternalConnectionItemCount -ExternalConnectionId [-Filter [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalConnectionOperation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalConnectionOperation.md index 4332bc5d52633..dc04366fb8449 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalConnectionOperation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalConnectionOperation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Search-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.search/get-mgbetaexternalconnectionoperation Locale: en-US Module Name: Microsoft.Graph.Beta.Search -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaExternalConnectionOperation --- @@ -28,7 +28,7 @@ Get-MgBetaExternalConnectionOperation -ExternalConnectionId [-ExpandPro [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaExternalConnectionOperation -ConnectionOperationId -ExternalC [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -47,7 +47,7 @@ Get-MgBetaExternalConnectionOperation -ConnectionOperationId -ExternalC Get-MgBetaExternalConnectionOperation -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -63,9 +63,9 @@ Get operations from external | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | ExternalConnection.ReadWrite.OwnedBy, ExternalConnection.ReadWrite.All, ExternalConnection.Read.All, | +| Delegated (work or school account) | ExternalConnection.ReadWrite.OwnedBy, ExternalConnection.Read.All, ExternalConnection.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | ExternalConnection.ReadWrite.OwnedBy, ExternalConnection.ReadWrite.All, ExternalConnection.Read.All, | +| Application | ExternalConnection.ReadWrite.OwnedBy, ExternalConnection.Read.All, ExternalConnection.ReadWrite.All, | ## EXAMPLES ### Example 1: Code snippet diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalConnectionOperationCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalConnectionOperationCount.md index c9913a0ca6ac7..0c61a423ef81c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalConnectionOperationCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalConnectionOperationCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Search-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.search/get-mgbetaexternalconnectionoperationcount Locale: en-US Module Name: Microsoft.Graph.Beta.Search -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaExternalConnectionOperationCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaExternalConnectionOperationCount -ExternalConnectionId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaExternalConnectionOperationCount -ExternalConnectionId [-Filt Get-MgBetaExternalConnectionOperationCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalConnectionQuota.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalConnectionQuota.md index 02b7f4bea81cf..155f0355db605 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalConnectionQuota.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalConnectionQuota.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Search-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.search/get-mgbetaexternalconnectionquota Locale: en-US Module Name: Microsoft.Graph.Beta.Search -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaExternalConnectionQuota --- @@ -23,7 +23,7 @@ Retrieve the properties and relationships of a connectionQuota object. Get-MgBetaExternalConnectionQuota -ExternalConnectionId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -32,7 +32,7 @@ Get-MgBetaExternalConnectionQuota -ExternalConnectionId [-ExpandPropert Get-MgBetaExternalConnectionQuota -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalConnectionSchema.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalConnectionSchema.md index ee0dbbe069f75..3ac6af22a10dd 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalConnectionSchema.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalConnectionSchema.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Search-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.search/get-mgbetaexternalconnectionschema Locale: en-US Module Name: Microsoft.Graph.Beta.Search -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaExternalConnectionSchema --- @@ -26,7 +26,7 @@ Retrieve the properties of a schema for an externalConnection. Get-MgBetaExternalConnectionSchema -ExternalConnectionId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaExternalConnectionSchema -ExternalConnectionId [-ExpandProper Get-MgBetaExternalConnectionSchema -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -51,9 +51,9 @@ Retrieve the properties of a schema for an externalConnection. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | ExternalConnection.ReadWrite.OwnedBy, ExternalConnection.ReadWrite.All, ExternalConnection.Read.All, | +| Delegated (work or school account) | ExternalConnection.ReadWrite.OwnedBy, ExternalConnection.Read.All, ExternalConnection.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | ExternalConnection.ReadWrite.OwnedBy, ExternalConnection.ReadWrite.All, ExternalConnection.Read.All, | +| Application | ExternalConnection.ReadWrite.OwnedBy, ExternalConnection.Read.All, ExternalConnection.ReadWrite.All, | ## EXAMPLES ### Example 1: Code snippet diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalIndustryData.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalIndustryData.md index 2d7f31a62efa6..fa5a09abcab4f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalIndustryData.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalIndustryData.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Search-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.search/get-mgbetaexternalindustrydata Locale: en-US Module Name: Microsoft.Graph.Beta.Search -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaExternalIndustryData --- @@ -23,7 +23,7 @@ Get industryData from external Get-MgBetaExternalIndustryData [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalIndustryDataConnector.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalIndustryDataConnector.md index c79acc56a7cff..5e9d941e8486f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalIndustryDataConnector.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalIndustryDataConnector.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Search-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.search/get-mgbetaexternalindustrydataconnector Locale: en-US Module Name: Microsoft.Graph.Beta.Search -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaExternalIndustryDataConnector --- @@ -25,7 +25,7 @@ Get-MgBetaExternalIndustryDataConnector [-ExpandProperty ] [-Property [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaExternalIndustryDataConnector -IndustryDataConnectorId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -44,7 +44,7 @@ Get-MgBetaExternalIndustryDataConnector -IndustryDataConnectorId Get-MgBetaExternalIndustryDataConnector -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalIndustryDataConnectorCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalIndustryDataConnectorCount.md index a1b89d287befd..69b8ac8a38baa 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalIndustryDataConnectorCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalIndustryDataConnectorCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Search-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.search/get-mgbetaexternalindustrydataconnectorcount Locale: en-US Module Name: Microsoft.Graph.Beta.Search -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaExternalIndustryDataConnectorCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaExternalIndustryDataConnectorCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalIndustryDataConnectorSourceSystem.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalIndustryDataConnectorSourceSystem.md index 8fed1b48a0860..9808d29b629f7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalIndustryDataConnectorSourceSystem.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalIndustryDataConnectorSourceSystem.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Search-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.search/get-mgbetaexternalindustrydataconnectorsourcesystem Locale: en-US Module Name: Microsoft.Graph.Beta.Search -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaExternalIndustryDataConnectorSourceSystem --- @@ -24,7 +24,7 @@ Get-MgBetaExternalIndustryDataConnectorSourceSystem -IndustryDataConnectorId ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaExternalIndustryDataConnectorSourceSystem -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalIndustryDataInboundFlow.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalIndustryDataInboundFlow.md index 5143aa8872481..31d3beefab19e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalIndustryDataInboundFlow.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalIndustryDataInboundFlow.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Search-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.search/get-mgbetaexternalindustrydatainboundflow Locale: en-US Module Name: Microsoft.Graph.Beta.Search -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaExternalIndustryDataInboundFlow --- @@ -25,7 +25,7 @@ Get-MgBetaExternalIndustryDataInboundFlow [-ExpandProperty ] [-Propert [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -34,7 +34,7 @@ Get-MgBetaExternalIndustryDataInboundFlow [-ExpandProperty ] [-Propert Get-MgBetaExternalIndustryDataInboundFlow -InboundFlowId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -44,7 +44,7 @@ Get-MgBetaExternalIndustryDataInboundFlow -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalIndustryDataInboundFlowCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalIndustryDataInboundFlowCount.md index 944d7796d8c72..3eacfe0b4101f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalIndustryDataInboundFlowCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalIndustryDataInboundFlowCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Search-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.search/get-mgbetaexternalindustrydatainboundflowcount Locale: en-US Module Name: Microsoft.Graph.Beta.Search -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaExternalIndustryDataInboundFlowCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaExternalIndustryDataInboundFlowCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalIndustryDataInboundFlowDataConnector.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalIndustryDataInboundFlowDataConnector.md index a146b6063f456..5a4e8f5de4537 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalIndustryDataInboundFlowDataConnector.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalIndustryDataInboundFlowDataConnector.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Search-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.search/get-mgbetaexternalindustrydatainboundflowdataconnector Locale: en-US Module Name: Microsoft.Graph.Beta.Search -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaExternalIndustryDataInboundFlowDataConnector --- @@ -24,7 +24,7 @@ Get-MgBetaExternalIndustryDataInboundFlowDataConnector -InboundFlowId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaExternalIndustryDataInboundFlowDataConnector -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalIndustryDataInboundFlowYear.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalIndustryDataInboundFlowYear.md index b887f8b3e50fb..5485abb6f95a0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalIndustryDataInboundFlowYear.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalIndustryDataInboundFlowYear.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Search-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.search/get-mgbetaexternalindustrydatainboundflowyear Locale: en-US Module Name: Microsoft.Graph.Beta.Search -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaExternalIndustryDataInboundFlowYear --- @@ -23,7 +23,7 @@ The year associated to the data that this flow brings in. Get-MgBetaExternalIndustryDataInboundFlowYear -InboundFlowId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -33,7 +33,7 @@ Get-MgBetaExternalIndustryDataInboundFlowYear -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalIndustryDataOperation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalIndustryDataOperation.md index 7b388400fb228..cc14f8eb13f50 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalIndustryDataOperation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalIndustryDataOperation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Search-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.search/get-mgbetaexternalindustrydataoperation Locale: en-US Module Name: Microsoft.Graph.Beta.Search -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaExternalIndustryDataOperation --- @@ -25,7 +25,7 @@ Get-MgBetaExternalIndustryDataOperation [-ExpandProperty ] [-Property [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaExternalIndustryDataOperation -LongRunningOperationId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -44,7 +44,7 @@ Get-MgBetaExternalIndustryDataOperation -LongRunningOperationId Get-MgBetaExternalIndustryDataOperation -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalIndustryDataOperationCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalIndustryDataOperationCount.md index 18ca5a629a7c6..e18c8ec33cf24 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalIndustryDataOperationCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalIndustryDataOperationCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Search-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.search/get-mgbetaexternalindustrydataoperationcount Locale: en-US Module Name: Microsoft.Graph.Beta.Search -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaExternalIndustryDataOperationCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaExternalIndustryDataOperationCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalIndustryDataOutboundProvisioningFlowSet.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalIndustryDataOutboundProvisioningFlowSet.md index 4779ac53c7317..8dfc2af890c4a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalIndustryDataOutboundProvisioningFlowSet.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalIndustryDataOutboundProvisioningFlowSet.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Search-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.search/get-mgbetaexternalindustrydataoutboundprovisioningflowset Locale: en-US Module Name: Microsoft.Graph.Beta.Search -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaExternalIndustryDataOutboundProvisioningFlowSet --- @@ -25,7 +25,7 @@ Get-MgBetaExternalIndustryDataOutboundProvisioningFlowSet [-ExpandProperty ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaExternalIndustryDataOutboundProvisioningFlowSet -OutboundProvisioningF [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -45,7 +45,7 @@ Get-MgBetaExternalIndustryDataOutboundProvisioningFlowSet -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalIndustryDataOutboundProvisioningFlowSetCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalIndustryDataOutboundProvisioningFlowSetCount.md index 5d45a9cb786eb..1661b68abc4d2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalIndustryDataOutboundProvisioningFlowSetCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalIndustryDataOutboundProvisioningFlowSetCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Search-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.search/get-mgbetaexternalindustrydataoutboundprovisioningflowsetcount Locale: en-US Module Name: Microsoft.Graph.Beta.Search -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaExternalIndustryDataOutboundProvisioningFlowSetCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaExternalIndustryDataOutboundProvisioningFlowSetCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalIndustryDataOutboundProvisioningFlowSetProvisioningFlow.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalIndustryDataOutboundProvisioningFlowSetProvisioningFlow.md index 9c1f96da57597..1cb7dcd4540f7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalIndustryDataOutboundProvisioningFlowSetProvisioningFlow.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalIndustryDataOutboundProvisioningFlowSetProvisioningFlow.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Search-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.search/get-mgbetaexternalindustrydataoutboundprovisioningflowsetprovisioningflow Locale: en-US Module Name: Microsoft.Graph.Beta.Search -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaExternalIndustryDataOutboundProvisioningFlowSetProvisioningFlow --- @@ -26,7 +26,7 @@ Get-MgBetaExternalIndustryDataOutboundProvisioningFlowSetProvisioningFlow [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -36,7 +36,7 @@ Get-MgBetaExternalIndustryDataOutboundProvisioningFlowSetProvisioningFlow -OutboundProvisioningFlowSetId -ProvisioningFlowId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +46,7 @@ Get-MgBetaExternalIndustryDataOutboundProvisioningFlowSetProvisioningFlow -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalIndustryDataOutboundProvisioningFlowSetProvisioningFlowCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalIndustryDataOutboundProvisioningFlowSetProvisioningFlowCount.md index 210e07dd9d9bf..71bcc77d4d0e5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalIndustryDataOutboundProvisioningFlowSetProvisioningFlowCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalIndustryDataOutboundProvisioningFlowSetProvisioningFlowCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Search-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.search/get-mgbetaexternalindustrydataoutboundprovisioningflowsetprovisioningflowcount Locale: en-US Module Name: Microsoft.Graph.Beta.Search -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaExternalIndustryDataOutboundProvisioningFlowSetProvisioningFlowCount --- @@ -24,7 +24,7 @@ Get-MgBetaExternalIndustryDataOutboundProvisioningFlowSetProvisioningFlowCount -OutboundProvisioningFlowSetId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaExternalIndustryDataOutboundProvisioningFlowSetProvisioningFlowCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalIndustryDataReferenceDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalIndustryDataReferenceDefinition.md index 8ba5fd6126567..66c1693d98b4a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalIndustryDataReferenceDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalIndustryDataReferenceDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Search-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.search/get-mgbetaexternalindustrydatareferencedefinition Locale: en-US Module Name: Microsoft.Graph.Beta.Search -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaExternalIndustryDataReferenceDefinition --- @@ -25,7 +25,7 @@ Get-MgBetaExternalIndustryDataReferenceDefinition [-ExpandProperty ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaExternalIndustryDataReferenceDefinition -ReferenceDefinitionId ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -45,7 +45,7 @@ Get-MgBetaExternalIndustryDataReferenceDefinition -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalIndustryDataReferenceDefinitionCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalIndustryDataReferenceDefinitionCount.md index 754a9ae3155a1..7d031035b197a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalIndustryDataReferenceDefinitionCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalIndustryDataReferenceDefinitionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Search-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.search/get-mgbetaexternalindustrydatareferencedefinitioncount Locale: en-US Module Name: Microsoft.Graph.Beta.Search -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaExternalIndustryDataReferenceDefinitionCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaExternalIndustryDataReferenceDefinitionCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalIndustryDataRoleGroup.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalIndustryDataRoleGroup.md index 3b98e08e74549..134ff8e4c3553 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalIndustryDataRoleGroup.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalIndustryDataRoleGroup.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Search-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.search/get-mgbetaexternalindustrydatarolegroup Locale: en-US Module Name: Microsoft.Graph.Beta.Search -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaExternalIndustryDataRoleGroup --- @@ -25,7 +25,7 @@ Get-MgBetaExternalIndustryDataRoleGroup [-ExpandProperty ] [-Property [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -34,7 +34,7 @@ Get-MgBetaExternalIndustryDataRoleGroup [-ExpandProperty ] [-Property Get-MgBetaExternalIndustryDataRoleGroup -RoleGroupId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -43,7 +43,7 @@ Get-MgBetaExternalIndustryDataRoleGroup -RoleGroupId [-ExpandProperty < Get-MgBetaExternalIndustryDataRoleGroup -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalIndustryDataRoleGroupCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalIndustryDataRoleGroupCount.md index 4398442e6b1ac..f81225f54c983 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalIndustryDataRoleGroupCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalIndustryDataRoleGroupCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Search-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.search/get-mgbetaexternalindustrydatarolegroupcount Locale: en-US Module Name: Microsoft.Graph.Beta.Search -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaExternalIndustryDataRoleGroupCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaExternalIndustryDataRoleGroupCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalIndustryDataRun.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalIndustryDataRun.md index 31fc3e51617e1..bdc7e0d5cffbc 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalIndustryDataRun.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalIndustryDataRun.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Search-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.search/get-mgbetaexternalindustrydatarun Locale: en-US Module Name: Microsoft.Graph.Beta.Search -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaExternalIndustryDataRun --- @@ -25,7 +25,7 @@ Get-MgBetaExternalIndustryDataRun [-ExpandProperty ] [-Property ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -34,7 +34,7 @@ Get-MgBetaExternalIndustryDataRun [-ExpandProperty ] [-Property [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -43,7 +43,7 @@ Get-MgBetaExternalIndustryDataRun -IndustryDataRunId [-ExpandProperty < Get-MgBetaExternalIndustryDataRun -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalIndustryDataRunActivity.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalIndustryDataRunActivity.md index 723b34a389912..2014b47a203d8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalIndustryDataRunActivity.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalIndustryDataRunActivity.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Search-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.search/get-mgbetaexternalindustrydatarunactivity Locale: en-US Module Name: Microsoft.Graph.Beta.Search -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaExternalIndustryDataRunActivity --- @@ -25,7 +25,7 @@ Get-MgBetaExternalIndustryDataRunActivity -IndustryDataRunId [-ExpandPr [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get1 @@ -35,7 +35,7 @@ Get-MgBetaExternalIndustryDataRunActivity -IndustryDataRunActivityId -IndustryDataRunId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### Get @@ -45,7 +45,7 @@ Get-MgBetaExternalIndustryDataRunActivity -IndustryDataRunActivityId -IndustryDataRunId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity1 @@ -55,7 +55,7 @@ Get-MgBetaExternalIndustryDataRunActivity -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -65,7 +65,7 @@ Get-MgBetaExternalIndustryDataRunActivity -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalIndustryDataRunActivityCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalIndustryDataRunActivityCount.md index 7c6820de69fd8..29422847220c9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalIndustryDataRunActivityCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalIndustryDataRunActivityCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Search-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.search/get-mgbetaexternalindustrydatarunactivitycount Locale: en-US Module Name: Microsoft.Graph.Beta.Search -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaExternalIndustryDataRunActivityCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaExternalIndustryDataRunActivityCount -IndustryDataRunId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -32,7 +32,7 @@ Get-MgBetaExternalIndustryDataRunActivityCount -IndustryDataRunId [-Fil Get-MgBetaExternalIndustryDataRunActivityCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalIndustryDataRunCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalIndustryDataRunCount.md index 8a3a5472be235..32d421ec61d2f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalIndustryDataRunCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalIndustryDataRunCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Search-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.search/get-mgbetaexternalindustrydataruncount Locale: en-US Module Name: Microsoft.Graph.Beta.Search -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaExternalIndustryDataRunCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaExternalIndustryDataRunCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalIndustryDataRunStatistics.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalIndustryDataRunStatistics.md index a8d2025d8aa3c..e0cc90129edca 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalIndustryDataRunStatistics.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalIndustryDataRunStatistics.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Search-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.search/get-mgbetaexternalindustrydatarunstatistics Locale: en-US Module Name: Microsoft.Graph.Beta.Search -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaExternalIndustryDataRunStatistics --- @@ -23,7 +23,7 @@ Get statistics for an industryDataRun. Get-MgBetaExternalIndustryDataRunStatistics [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### Get @@ -32,7 +32,7 @@ Get-MgBetaExternalIndustryDataRunStatistics [-ResponseHeadersVariable ] Get-MgBetaExternalIndustryDataRunStatistics -IndustryDataRunId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -41,7 +41,7 @@ Get-MgBetaExternalIndustryDataRunStatistics -IndustryDataRunId Get-MgBetaExternalIndustryDataRunStatistics -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalIndustryDataSourceSystem.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalIndustryDataSourceSystem.md index 16e4b4e299fd1..9875e29f606e3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalIndustryDataSourceSystem.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalIndustryDataSourceSystem.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Search-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.search/get-mgbetaexternalindustrydatasourcesystem Locale: en-US Module Name: Microsoft.Graph.Beta.Search -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaExternalIndustryDataSourceSystem --- @@ -25,7 +25,7 @@ Get-MgBetaExternalIndustryDataSourceSystem [-ExpandProperty ] [-Proper [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaExternalIndustryDataSourceSystem -SourceSystemDefinitionId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -45,7 +45,7 @@ Get-MgBetaExternalIndustryDataSourceSystem -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalIndustryDataSourceSystemCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalIndustryDataSourceSystemCount.md index 478f07e450b54..1cfdca22ca236 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalIndustryDataSourceSystemCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalIndustryDataSourceSystemCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Search-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.search/get-mgbetaexternalindustrydatasourcesystemcount Locale: en-US Module Name: Microsoft.Graph.Beta.Search -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaExternalIndustryDataSourceSystemCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaExternalIndustryDataSourceSystemCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalIndustryDataYear.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalIndustryDataYear.md index 0c2e0f52556ac..8108ede29a1bb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalIndustryDataYear.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalIndustryDataYear.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Search-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.search/get-mgbetaexternalindustrydatayear Locale: en-US Module Name: Microsoft.Graph.Beta.Search -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaExternalIndustryDataYear --- @@ -25,7 +25,7 @@ Get-MgBetaExternalIndustryDataYear [-ExpandProperty ] [-Property ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -34,7 +34,7 @@ Get-MgBetaExternalIndustryDataYear [-ExpandProperty ] [-Property [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -43,7 +43,7 @@ Get-MgBetaExternalIndustryDataYear -YearTimePeriodDefinitionId [-Expand Get-MgBetaExternalIndustryDataYear -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalIndustryDataYearCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalIndustryDataYearCount.md index 3f84cd49a8c9f..d7487adbe1640 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalIndustryDataYearCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaExternalIndustryDataYearCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Search-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.search/get-mgbetaexternalindustrydatayearcount Locale: en-US Module Name: Microsoft.Graph.Beta.Search -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaExternalIndustryDataYearCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaExternalIndustryDataYearCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaSearchAcronym.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaSearchAcronym.md index 9693c95ddcff8..8d4baa4611659 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaSearchAcronym.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaSearchAcronym.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Search-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.search/get-mgbetasearchacronym Locale: en-US Module Name: Microsoft.Graph.Beta.Search -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSearchAcronym --- @@ -28,7 +28,7 @@ Get-MgBetaSearchAcronym [-ExpandProperty ] [-Property ] [-Fi [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -37,7 +37,7 @@ Get-MgBetaSearchAcronym [-ExpandProperty ] [-Property ] [-Fi Get-MgBetaSearchAcronym -AcronymId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +46,7 @@ Get-MgBetaSearchAcronym -AcronymId [-ExpandProperty ] [-Prope Get-MgBetaSearchAcronym -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaSearchAcronymCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaSearchAcronymCount.md index 8f0c34313f8e3..a170cbc2481f7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaSearchAcronymCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaSearchAcronymCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Search-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.search/get-mgbetasearchacronymcount Locale: en-US Module Name: Microsoft.Graph.Beta.Search -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSearchAcronymCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaSearchAcronymCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaSearchBookmark.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaSearchBookmark.md index 8ba739708a181..513e2ef5ed778 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaSearchBookmark.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaSearchBookmark.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Search-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.search/get-mgbetasearchbookmark Locale: en-US Module Name: Microsoft.Graph.Beta.Search -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSearchBookmark --- @@ -28,7 +28,7 @@ Get-MgBetaSearchBookmark [-ExpandProperty ] [-Property ] [-F [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -37,7 +37,7 @@ Get-MgBetaSearchBookmark [-ExpandProperty ] [-Property ] [-F Get-MgBetaSearchBookmark -BookmarkId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +46,7 @@ Get-MgBetaSearchBookmark -BookmarkId [-ExpandProperty ] [-Pro Get-MgBetaSearchBookmark -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaSearchBookmarkCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaSearchBookmarkCount.md index 787d1a8e7ddb3..7f7613f9d4474 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaSearchBookmarkCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaSearchBookmarkCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Search-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.search/get-mgbetasearchbookmarkcount Locale: en-US Module Name: Microsoft.Graph.Beta.Search -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSearchBookmarkCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaSearchBookmarkCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaSearchEntity.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaSearchEntity.md index 33dc17d2bd083..6aba9ca0d3c72 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaSearchEntity.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaSearchEntity.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Search-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.search/get-mgbetasearchentity Locale: en-US Module Name: Microsoft.Graph.Beta.Search -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSearchEntity --- @@ -26,7 +26,7 @@ Get search Get-MgBetaSearchEntity [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaSearchQna.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaSearchQna.md index 5ff9008c193df..8912069c1bd75 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaSearchQna.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaSearchQna.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Search-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.search/get-mgbetasearchqna Locale: en-US Module Name: Microsoft.Graph.Beta.Search -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSearchQna --- @@ -28,7 +28,7 @@ Get-MgBetaSearchQna [-ExpandProperty ] [-Property ] [-Filter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -37,7 +37,7 @@ Get-MgBetaSearchQna [-ExpandProperty ] [-Property ] [-Filter Get-MgBetaSearchQna -QnaId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +46,7 @@ Get-MgBetaSearchQna -QnaId [-ExpandProperty ] [-Property [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaSearchQnaCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaSearchQnaCount.md index 4a39a8f38c71d..d6ecf7643f301 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaSearchQnaCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Get-MgBetaSearchQnaCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Search-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.search/get-mgbetasearchqnacount Locale: en-US Module Name: Microsoft.Graph.Beta.Search -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSearchQnaCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaSearchQnaCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Invoke-MgBetaQuerySearch.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Invoke-MgBetaQuerySearch.md index 7721e7e751388..41186f26e3904 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Invoke-MgBetaQuerySearch.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Invoke-MgBetaQuerySearch.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Search-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.search/invoke-mgbetaquerysearch Locale: en-US Module Name: Microsoft.Graph.Beta.Search -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaQuerySearch --- @@ -28,7 +28,6 @@ Invoke-MgBetaQuerySearch [-ResponseHeadersVariable ] [-AdditionalPropert [-Requests ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Query @@ -39,7 +38,6 @@ Invoke-MgBetaQuerySearch [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -56,7 +54,7 @@ Search results are provided in the response. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Mail.Read, Sites.Read.All, QnA.Read.All, Files.Read.All, ExternalItem.Read.All, Chat.Read, Calendars.Read, Bookmark.Read.All, Acronym.Read.All, | +| Delegated (work or school account) | Mail.Read, Acronym.Read.All, Bookmark.Read.All, Calendars.Read, Chat.Read, ExternalItem.Read.All, Files.Read.All, QnA.Read.All, Sites.Read.All, | | Delegated (personal Microsoft account) | Not supported | | Application | Files.Read.All, Sites.Read.All, | diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Microsoft.Graph.Beta.Search.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Microsoft.Graph.Beta.Search.md index c36dc97f5bfe7..37a341800cf1c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Microsoft.Graph.Beta.Search.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Microsoft.Graph.Beta.Search.md @@ -1,6 +1,6 @@ --- Module Name: Microsoft.Graph.Beta.Search -Module Guid: 48cc5e13-be6d-4469-ac0a-15915dd2d04b +Module Guid: d469aa12-bb0b-45b0-6f40-c4abb154958e Download Help Link: https://learn.microsoft.com/en-us/powershell/module/microsoft.graph.beta.search/?view=graph-powershell-beta Help Version: 1.0.0.0 Locale: en-US diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/New-MgBetaExternalAuthorizationSystem.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/New-MgBetaExternalAuthorizationSystem.md index 78ea221bbc17c..c16197daa170b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/New-MgBetaExternalAuthorizationSystem.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/New-MgBetaExternalAuthorizationSystem.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Search-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.search/new-mgbetaexternalauthorizationsystem Locale: en-US Module Name: Microsoft.Graph.Beta.Search -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaExternalAuthorizationSystem --- @@ -26,7 +26,7 @@ New-MgBetaExternalAuthorizationSystem [-ResponseHeadersVariable ] [-DataCollectionInfo ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -36,7 +36,6 @@ New-MgBetaExternalAuthorizationSystem -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/New-MgBetaExternalConnection.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/New-MgBetaExternalConnection.md index 7044d4dec9e0a..a307dbd07d2a2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/New-MgBetaExternalConnection.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/New-MgBetaExternalConnection.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Search-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.search/new-mgbetaexternalconnection Locale: en-US Module Name: Microsoft.Graph.Beta.Search -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaExternalConnection --- @@ -37,7 +37,7 @@ New-MgBetaExternalConnection [-ResponseHeadersVariable ] [-SearchSettings ] [-State ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -47,7 +47,6 @@ New-MgBetaExternalConnection -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -896,8 +895,9 @@ Optional. [Labels ]: Specifies one or more well-known tags added against a property. Labels help Microsoft Search understand the semantics of the data in the connection. Adding appropriate labels would result in an enhanced search experience (for example, better relevance). -Optional.The possible values are: title, url, createdBy, lastModifiedBy, authors, createdDateTime, lastModifiedDateTime, fileName, fileExtension, unknownFutureValue, containerName, containerUrl, iconUrl. -Use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: containerName, containerUrl, iconUrl, personEmails, personAddresses, personAnniversaries, personName, personNote, personPhones, personCurrentPosition, personWebAccounts, personWebSite, personSkills, personProjects, personAccount, personAwards, personCertifications, personAssistants, personColleagues, personManager, personAlternateContacts, personEmergencyContacts. +Optional.. +The possible values are: title, url, createdBy, lastModifiedBy, authors, createdDateTime, lastModifiedDateTime, fileName, fileExtension, unknownFutureValue, containerName, containerUrl, iconUrl, assignedTo, dueDate, closedDate, closedBy, reportedBy, sprintName, severity, state, priority, secondaryId, itemParentId, parentUrl, tags, itemType, itemPath, numReactions. +Use the Prefer: include-unknown-enum-members request header to retrieve additional values defined in this evolvable enum.For people connectors you can include : personEmails, personAddresses, personAnniversaries, personName, personNote, personPhones, personCurrentPosition, personWebAccounts, personWebSite, personSkills, personProjects, personAccount, personAwards, personCertifications, personAssistants, personColleagues, personManager, personAlternateContacts, personEmergencyContacts. [Name ]: The name of the property. Maximum 32 characters. Only alphanumeric characters allowed. @@ -1047,8 +1047,9 @@ Optional. [Labels ]: Specifies one or more well-known tags added against a property. Labels help Microsoft Search understand the semantics of the data in the connection. Adding appropriate labels would result in an enhanced search experience (for example, better relevance). -Optional.The possible values are: title, url, createdBy, lastModifiedBy, authors, createdDateTime, lastModifiedDateTime, fileName, fileExtension, unknownFutureValue, containerName, containerUrl, iconUrl. -Use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: containerName, containerUrl, iconUrl, personEmails, personAddresses, personAnniversaries, personName, personNote, personPhones, personCurrentPosition, personWebAccounts, personWebSite, personSkills, personProjects, personAccount, personAwards, personCertifications, personAssistants, personColleagues, personManager, personAlternateContacts, personEmergencyContacts. +Optional.. +The possible values are: title, url, createdBy, lastModifiedBy, authors, createdDateTime, lastModifiedDateTime, fileName, fileExtension, unknownFutureValue, containerName, containerUrl, iconUrl, assignedTo, dueDate, closedDate, closedBy, reportedBy, sprintName, severity, state, priority, secondaryId, itemParentId, parentUrl, tags, itemType, itemPath, numReactions. +Use the Prefer: include-unknown-enum-members request header to retrieve additional values defined in this evolvable enum.For people connectors you can include : personEmails, personAddresses, personAnniversaries, personName, personNote, personPhones, personCurrentPosition, personWebAccounts, personWebSite, personSkills, personProjects, personAccount, personAwards, personCertifications, personAssistants, personColleagues, personManager, personAlternateContacts, personEmergencyContacts. [Name ]: The name of the property. Maximum 32 characters. Only alphanumeric characters allowed. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/New-MgBetaExternalConnectionGroup.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/New-MgBetaExternalConnectionGroup.md index 48bca22cf3f70..40ab851f388c7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/New-MgBetaExternalConnectionGroup.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/New-MgBetaExternalConnectionGroup.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Search-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.search/new-mgbetaexternalconnectiongroup Locale: en-US Module Name: Microsoft.Graph.Beta.Search -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaExternalConnectionGroup --- @@ -28,7 +28,6 @@ New-MgBetaExternalConnectionGroup -ExternalConnectionId [-ResponseHeade [-Members ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -38,7 +37,7 @@ New-MgBetaExternalConnectionGroup -ExternalConnectionId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -49,7 +48,6 @@ New-MgBetaExternalConnectionGroup -InputObject [-ResponseHeade [-Members ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -59,7 +57,7 @@ New-MgBetaExternalConnectionGroup -InputObject -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.Search/New-MgBetaExternalConnectionGroupMember.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/New-MgBetaExternalConnectionGroupMember.md index e1b0c89f91db6..02ecf4a9c378c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/New-MgBetaExternalConnectionGroupMember.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/New-MgBetaExternalConnectionGroupMember.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Search-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.search/new-mgbetaexternalconnectiongroupmember Locale: en-US Module Name: Microsoft.Graph.Beta.Search -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaExternalConnectionGroupMember --- @@ -27,7 +27,7 @@ New-MgBetaExternalConnectionGroupMember -ExternalConnectionId -External [-ResponseHeadersVariable ] [-AdditionalProperties ] [-Id ] [-Type ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -37,7 +37,7 @@ New-MgBetaExternalConnectionGroupMember -ExternalConnectionId -External -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -47,7 +47,7 @@ New-MgBetaExternalConnectionGroupMember -InputObject [-ResponseHeadersVariable ] [-AdditionalProperties ] [-Id ] [-Type ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -57,7 +57,7 @@ New-MgBetaExternalConnectionGroupMember -InputObject -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.Search/New-MgBetaExternalConnectionItem.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/New-MgBetaExternalConnectionItem.md index 15b48da113a6f..0225148d3870d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/New-MgBetaExternalConnectionItem.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/New-MgBetaExternalConnectionItem.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Search-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.search/new-mgbetaexternalconnectionitem Locale: en-US Module Name: Microsoft.Graph.Beta.Search -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaExternalConnectionItem --- @@ -30,7 +30,7 @@ New-MgBetaExternalConnectionItem -ExternalConnectionId [-ResponseHeader [-Content ] [-Id ] [-Properties ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -40,7 +40,7 @@ New-MgBetaExternalConnectionItem -ExternalConnectionId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -53,7 +53,7 @@ New-MgBetaExternalConnectionItem -InputObject [-ResponseHeader [-Content ] [-Id ] [-Properties ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -63,7 +63,7 @@ New-MgBetaExternalConnectionItem -InputObject -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.Search/New-MgBetaExternalConnectionItemActivity.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/New-MgBetaExternalConnectionItemActivity.md index f8d42e0538d37..1b59614549f44 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/New-MgBetaExternalConnectionItemActivity.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/New-MgBetaExternalConnectionItemActivity.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Search-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.search/new-mgbetaexternalconnectionitemactivity Locale: en-US Module Name: Microsoft.Graph.Beta.Search -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaExternalConnectionItemActivity --- @@ -28,7 +28,7 @@ New-MgBetaExternalConnectionItemActivity -ExternalConnectionId -Externa [-PerformedBy ] [-StartDateTime ] [-Type ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -39,7 +39,6 @@ New-MgBetaExternalConnectionItemActivity -ExternalConnectionId -Externa [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -50,7 +49,7 @@ New-MgBetaExternalConnectionItemActivity -InputObject [-PerformedBy ] [-StartDateTime ] [-Type ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -61,7 +60,6 @@ New-MgBetaExternalConnectionItemActivity -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/New-MgBetaExternalConnectionOperation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/New-MgBetaExternalConnectionOperation.md index 5e6989b7325c9..bbac816694e27 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/New-MgBetaExternalConnectionOperation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/New-MgBetaExternalConnectionOperation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Search-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.search/new-mgbetaexternalconnectionoperation Locale: en-US Module Name: Microsoft.Graph.Beta.Search -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaExternalConnectionOperation --- @@ -28,7 +28,7 @@ New-MgBetaExternalConnectionOperation -ExternalConnectionId [-Error ] [-Id ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -39,7 +39,6 @@ New-MgBetaExternalConnectionOperation -ExternalConnectionId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -50,7 +49,7 @@ New-MgBetaExternalConnectionOperation -InputObject [-Error ] [-Id ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -61,7 +60,6 @@ New-MgBetaExternalConnectionOperation -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/New-MgBetaExternalIndustryDataConnector.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/New-MgBetaExternalIndustryDataConnector.md index ae87c5ee1eae5..cb20390d02b15 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/New-MgBetaExternalIndustryDataConnector.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/New-MgBetaExternalIndustryDataConnector.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Search-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.search/new-mgbetaexternalindustrydataconnector Locale: en-US Module Name: Microsoft.Graph.Beta.Search -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaExternalIndustryDataConnector --- @@ -25,7 +25,7 @@ New-MgBetaExternalIndustryDataConnector [-ResponseHeadersVariable ] [-SourceSystem ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -35,7 +35,6 @@ New-MgBetaExternalIndustryDataConnector -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -63,23 +62,13 @@ Create a new azureDataLakeConnector object. Import-Module Microsoft.Graph.Beta.Search $params = @{ - "@odata.type" = "#microsoft.graph.industryData.oneRosterApiDataConnector" - displayName = "Generic OAuth2 Connector" - "sourceSystem@odata.bind" = "https://graph.microsoft.com/beta/external/industryData/sourceSystems('c93a6e02-aeb7-437f-cc52-08dc3fc158af')" - apiFormat = "oneRoster" - baseUrl = "https://fakeProvider.net/ims/oneroster/v1p1" - apiVersion = "1.1" - credential = @{ - "@odata.type" = "#microsoft.graph.industryData.oAuth2ClientCredential" - displayName = "One Roster API Credentials" - clientId = "530be723-6af3-4952-8658-668fb2598ad7" - clientSecret = "thisIsASecret" - tokenUrl = "https://login.microsoftonline.com/c27f982b-f7ee-4b8b-bb0e-3c55bd1dc02c/oauth2/token" - scope = $null + "@odata.type" = "#microsoft.graph.industryData.azureDataLakeConnector" + displayName = "CSV connector" + "sourceSystem@odata.bind" = "https://graph.microsoft.com/beta/external/industryData/sourceSystems('aa050107-5784-4a8e-1876-08daddab21bc')" + fileFormat = @{ + "@odata.type" = "microsoft.graph.industryData.fileFormatReferenceValue" + code = "schoolDataSyncV1" } - isDemographicsEnabled = $false - isFlagsEnabled = $false - isContactsEnabled = $false } New-MgBetaExternalIndustryDataConnector -BodyParameter $params diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/New-MgBetaExternalIndustryDataInboundFlow.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/New-MgBetaExternalIndustryDataInboundFlow.md index 225260821e747..7f5b17960ba68 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/New-MgBetaExternalIndustryDataInboundFlow.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/New-MgBetaExternalIndustryDataInboundFlow.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Search-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.search/new-mgbetaexternalindustrydatainboundflow Locale: en-US Module Name: Microsoft.Graph.Beta.Search -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaExternalIndustryDataInboundFlow --- @@ -27,7 +27,6 @@ New-MgBetaExternalIndustryDataInboundFlow [-ResponseHeadersVariable ] [-Year ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -37,7 +36,6 @@ New-MgBetaExternalIndustryDataInboundFlow -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/New-MgBetaExternalIndustryDataOperation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/New-MgBetaExternalIndustryDataOperation.md index 2a099a2cf0cef..a50301bdda48c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/New-MgBetaExternalIndustryDataOperation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/New-MgBetaExternalIndustryDataOperation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Search-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.search/new-mgbetaexternalindustrydataoperation Locale: en-US Module Name: Microsoft.Graph.Beta.Search -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaExternalIndustryDataOperation --- @@ -25,7 +25,7 @@ New-MgBetaExternalIndustryDataOperation [-ResponseHeadersVariable ] [-LastActionDateTime ] [-ResourceLocation ] [-Status ] [-StatusDetail ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -35,7 +35,6 @@ New-MgBetaExternalIndustryDataOperation -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/New-MgBetaExternalIndustryDataOutboundProvisioningFlowSet.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/New-MgBetaExternalIndustryDataOutboundProvisioningFlowSet.md index 20ea0df32a059..b48a3e17345a8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/New-MgBetaExternalIndustryDataOutboundProvisioningFlowSet.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/New-MgBetaExternalIndustryDataOutboundProvisioningFlowSet.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Search-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.search/new-mgbetaexternalindustrydataoutboundprovisioningflowset Locale: en-US Module Name: Microsoft.Graph.Beta.Search -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaExternalIndustryDataOutboundProvisioningFlowSet --- @@ -25,7 +25,7 @@ New-MgBetaExternalIndustryDataOutboundProvisioningFlowSet [-ResponseHeadersVaria [-ProvisioningFlows ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -36,7 +36,6 @@ New-MgBetaExternalIndustryDataOutboundProvisioningFlowSet [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/New-MgBetaExternalIndustryDataOutboundProvisioningFlowSetProvisioningFlow.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/New-MgBetaExternalIndustryDataOutboundProvisioningFlowSetProvisioningFlow.md index c86e8ce22ce0d..106d086cf5873 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/New-MgBetaExternalIndustryDataOutboundProvisioningFlowSetProvisioningFlow.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/New-MgBetaExternalIndustryDataOutboundProvisioningFlowSetProvisioningFlow.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Search-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.search/new-mgbetaexternalindustrydataoutboundprovisioningflowsetprovisioningflow Locale: en-US Module Name: Microsoft.Graph.Beta.Search -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaExternalIndustryDataOutboundProvisioningFlowSetProvisioningFlow --- @@ -25,7 +25,7 @@ New-MgBetaExternalIndustryDataOutboundProvisioningFlowSetProvisioningFlow [-AdditionalProperties ] [-Id ] [-ReadinessStatus ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -36,7 +36,7 @@ New-MgBetaExternalIndustryDataOutboundProvisioningFlowSetProvisioningFlow -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -47,7 +47,7 @@ New-MgBetaExternalIndustryDataOutboundProvisioningFlowSetProvisioningFlow [-AdditionalProperties ] [-Id ] [-ReadinessStatus ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -58,7 +58,6 @@ New-MgBetaExternalIndustryDataOutboundProvisioningFlowSetProvisioningFlow [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/New-MgBetaExternalIndustryDataReferenceDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/New-MgBetaExternalIndustryDataReferenceDefinition.md index e7da197faa929..e08c5f535d46b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/New-MgBetaExternalIndustryDataReferenceDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/New-MgBetaExternalIndustryDataReferenceDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Search-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.search/new-mgbetaexternalindustrydatareferencedefinition Locale: en-US Module Name: Microsoft.Graph.Beta.Search -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaExternalIndustryDataReferenceDefinition --- @@ -27,7 +27,6 @@ New-MgBetaExternalIndustryDataReferenceDefinition [-ResponseHeadersVariable ] [-SortIndex ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -37,7 +36,7 @@ New-MgBetaExternalIndustryDataReferenceDefinition -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.Search/New-MgBetaExternalIndustryDataRoleGroup.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/New-MgBetaExternalIndustryDataRoleGroup.md index 551ec32a1c9ce..54bb19f06f28b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/New-MgBetaExternalIndustryDataRoleGroup.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/New-MgBetaExternalIndustryDataRoleGroup.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Search-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.search/new-mgbetaexternalindustrydatarolegroup Locale: en-US Module Name: Microsoft.Graph.Beta.Search -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaExternalIndustryDataRoleGroup --- @@ -25,7 +25,6 @@ New-MgBetaExternalIndustryDataRoleGroup [-ResponseHeadersVariable ] [-Roles ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -35,7 +34,6 @@ New-MgBetaExternalIndustryDataRoleGroup -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/New-MgBetaExternalIndustryDataSourceSystem.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/New-MgBetaExternalIndustryDataSourceSystem.md index c6b7fb6ba0415..7d2493ce692cb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/New-MgBetaExternalIndustryDataSourceSystem.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/New-MgBetaExternalIndustryDataSourceSystem.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Search-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.search/new-mgbetaexternalindustrydatasourcesystem Locale: en-US Module Name: Microsoft.Graph.Beta.Search -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaExternalIndustryDataSourceSystem --- @@ -25,7 +25,7 @@ New-MgBetaExternalIndustryDataSourceSystem [-ResponseHeadersVariable ] [-UserMatchingSettings ] [-Vendor ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -36,7 +36,6 @@ New-MgBetaExternalIndustryDataSourceSystem [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/New-MgBetaExternalIndustryDataYear.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/New-MgBetaExternalIndustryDataYear.md index f93a3c540da43..e800c06da9091 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/New-MgBetaExternalIndustryDataYear.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/New-MgBetaExternalIndustryDataYear.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Search-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.search/new-mgbetaexternalindustrydatayear Locale: en-US Module Name: Microsoft.Graph.Beta.Search -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaExternalIndustryDataYear --- @@ -25,7 +25,6 @@ New-MgBetaExternalIndustryDataYear [-ResponseHeadersVariable ] [-StartDate ] [-Year ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -36,7 +35,6 @@ New-MgBetaExternalIndustryDataYear [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/New-MgBetaSearchAcronym.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/New-MgBetaSearchAcronym.md index 59cf93df53c01..09c129edfb32e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/New-MgBetaSearchAcronym.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/New-MgBetaSearchAcronym.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Search-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.search/new-mgbetasearchacronym Locale: en-US Module Name: Microsoft.Graph.Beta.Search -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaSearchAcronym --- @@ -29,7 +29,6 @@ New-MgBetaSearchAcronym [-ResponseHeadersVariable ] [-AdditionalProperti [-StandsFor ] [-State ] [-WebUrl ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -39,7 +38,6 @@ New-MgBetaSearchAcronym -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/New-MgBetaSearchBookmark.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/New-MgBetaSearchBookmark.md index a608f4bef6da0..2b9ddd3a75a3f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/New-MgBetaSearchBookmark.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/New-MgBetaSearchBookmark.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Search-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.search/new-mgbetasearchbookmark Locale: en-US Module Name: Microsoft.Graph.Beta.Search -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaSearchBookmark --- @@ -32,7 +32,7 @@ New-MgBetaSearchBookmark [-ResponseHeadersVariable ] [-AdditionalPropert [-State ] [-TargetedVariations ] [-WebUrl ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -42,7 +42,6 @@ New-MgBetaSearchBookmark -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/New-MgBetaSearchQna.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/New-MgBetaSearchQna.md index c85eeee0228a9..6ae9db13f8c88 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/New-MgBetaSearchQna.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/New-MgBetaSearchQna.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Search-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.search/new-mgbetasearchqna Locale: en-US Module Name: Microsoft.Graph.Beta.Search -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaSearchQna --- @@ -32,7 +32,7 @@ New-MgBetaSearchQna [-ResponseHeadersVariable ] [-AdditionalProperties < [-TargetedVariations ] [-WebUrl ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -41,7 +41,7 @@ New-MgBetaSearchQna [-ResponseHeadersVariable ] [-AdditionalProperties < New-MgBetaSearchQna -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.Search/Remove-MgBetaExternalAuthorizationSystem.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Remove-MgBetaExternalAuthorizationSystem.md index 234b62463518e..3a9f599c76be5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Remove-MgBetaExternalAuthorizationSystem.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Remove-MgBetaExternalAuthorizationSystem.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Search-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.search/remove-mgbetaexternalauthorizationsystem Locale: en-US Module Name: Microsoft.Graph.Beta.Search -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaExternalAuthorizationSystem --- @@ -24,7 +24,6 @@ Remove-MgBetaExternalAuthorizationSystem -AuthorizationSystemId [-IfMat [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaExternalAuthorizationSystem -InputObject [-IfMatc [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Remove-MgBetaExternalAuthorizationSystemDataCollectionInfo.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Remove-MgBetaExternalAuthorizationSystemDataCollectionInfo.md index 67de063edd5cb..110fcece24ba9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Remove-MgBetaExternalAuthorizationSystemDataCollectionInfo.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Remove-MgBetaExternalAuthorizationSystemDataCollectionInfo.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Search-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.search/remove-mgbetaexternalauthorizationsystemdatacollectioninfo Locale: en-US Module Name: Microsoft.Graph.Beta.Search -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaExternalAuthorizationSystemDataCollectionInfo --- @@ -24,7 +24,6 @@ Remove-MgBetaExternalAuthorizationSystemDataCollectionInfo -AuthorizationSystemI [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaExternalAuthorizationSystemDataCollectionInfo -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Remove-MgBetaExternalConnection.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Remove-MgBetaExternalConnection.md index 0bb2308408d62..95f7f9b922f08 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Remove-MgBetaExternalConnection.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Remove-MgBetaExternalConnection.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Search-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.search/remove-mgbetaexternalconnection Locale: en-US Module Name: Microsoft.Graph.Beta.Search -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaExternalConnection --- @@ -27,7 +27,6 @@ Remove-MgBetaExternalConnection -ExternalConnectionId [-IfMatch ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaExternalConnection -InputObject [-IfMatch ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Remove-MgBetaExternalConnectionGroup.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Remove-MgBetaExternalConnectionGroup.md index 91554eec8d2dd..8ca3ee13b2b04 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Remove-MgBetaExternalConnectionGroup.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Remove-MgBetaExternalConnectionGroup.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Search-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.search/remove-mgbetaexternalconnectiongroup Locale: en-US Module Name: Microsoft.Graph.Beta.Search -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaExternalConnectionGroup --- @@ -27,7 +27,6 @@ Remove-MgBetaExternalConnectionGroup -ExternalConnectionId -ExternalGro [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaExternalConnectionGroup -InputObject [-IfMatch ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Remove-MgBetaExternalConnectionGroupMember.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Remove-MgBetaExternalConnectionGroupMember.md index 3adb742239073..23db5cd3d79e5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Remove-MgBetaExternalConnectionGroupMember.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Remove-MgBetaExternalConnectionGroupMember.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Search-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.search/remove-mgbetaexternalconnectiongroupmember Locale: en-US Module Name: Microsoft.Graph.Beta.Search -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaExternalConnectionGroupMember --- @@ -28,7 +28,6 @@ Remove-MgBetaExternalConnectionGroupMember -ExternalConnectionId -Exter [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -38,7 +37,6 @@ Remove-MgBetaExternalConnectionGroupMember -InputObject [-IfMa [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Remove-MgBetaExternalConnectionItem.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Remove-MgBetaExternalConnectionItem.md index d08be0345dc1c..a6ed72af80569 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Remove-MgBetaExternalConnectionItem.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Remove-MgBetaExternalConnectionItem.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Search-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.search/remove-mgbetaexternalconnectionitem Locale: en-US Module Name: Microsoft.Graph.Beta.Search -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaExternalConnectionItem --- @@ -27,7 +27,6 @@ Remove-MgBetaExternalConnectionItem -ExternalConnectionId -ExternalItem [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaExternalConnectionItem -InputObject [-IfMatch ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Remove-MgBetaExternalConnectionItemActivity.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Remove-MgBetaExternalConnectionItemActivity.md index b25d17ce2d91d..9735987d18ae9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Remove-MgBetaExternalConnectionItemActivity.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Remove-MgBetaExternalConnectionItemActivity.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Search-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.search/remove-mgbetaexternalconnectionitemactivity Locale: en-US Module Name: Microsoft.Graph.Beta.Search -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaExternalConnectionItemActivity --- @@ -28,7 +28,6 @@ Remove-MgBetaExternalConnectionItemActivity -ExternalActivityId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -38,7 +37,6 @@ Remove-MgBetaExternalConnectionItemActivity -InputObject [-IfM [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Remove-MgBetaExternalConnectionOperation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Remove-MgBetaExternalConnectionOperation.md index 667d36f8f648a..acfe9a9d26ef9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Remove-MgBetaExternalConnectionOperation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Remove-MgBetaExternalConnectionOperation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Search-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.search/remove-mgbetaexternalconnectionoperation Locale: en-US Module Name: Microsoft.Graph.Beta.Search -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaExternalConnectionOperation --- @@ -28,7 +28,6 @@ Remove-MgBetaExternalConnectionOperation -ConnectionOperationId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -38,7 +37,6 @@ Remove-MgBetaExternalConnectionOperation -InputObject [-IfMatc [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Remove-MgBetaExternalConnectionQuota.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Remove-MgBetaExternalConnectionQuota.md index 17d89c543897f..e28de2762aa1d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Remove-MgBetaExternalConnectionQuota.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Remove-MgBetaExternalConnectionQuota.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Search-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.search/remove-mgbetaexternalconnectionquota Locale: en-US Module Name: Microsoft.Graph.Beta.Search -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaExternalConnectionQuota --- @@ -24,7 +24,6 @@ Remove-MgBetaExternalConnectionQuota -ExternalConnectionId [-IfMatch ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaExternalConnectionQuota -InputObject [-IfMatch ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Remove-MgBetaExternalIndustryDataConnector.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Remove-MgBetaExternalIndustryDataConnector.md index 0546617516db9..45ba72e45eaf9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Remove-MgBetaExternalIndustryDataConnector.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Remove-MgBetaExternalIndustryDataConnector.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Search-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.search/remove-mgbetaexternalindustrydataconnector Locale: en-US Module Name: Microsoft.Graph.Beta.Search -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaExternalIndustryDataConnector --- @@ -24,7 +24,6 @@ Remove-MgBetaExternalIndustryDataConnector -IndustryDataConnectorId [-I [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaExternalIndustryDataConnector -InputObject [-IfMa [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Remove-MgBetaExternalIndustryDataInboundFlow.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Remove-MgBetaExternalIndustryDataInboundFlow.md index 65f0db7c3647f..7906f0a66f42b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Remove-MgBetaExternalIndustryDataInboundFlow.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Remove-MgBetaExternalIndustryDataInboundFlow.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Search-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.search/remove-mgbetaexternalindustrydatainboundflow Locale: en-US Module Name: Microsoft.Graph.Beta.Search -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaExternalIndustryDataInboundFlow --- @@ -24,7 +24,6 @@ Remove-MgBetaExternalIndustryDataInboundFlow -InboundFlowId [-IfMatch < [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaExternalIndustryDataInboundFlow -InputObject [-If [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Remove-MgBetaExternalIndustryDataOperation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Remove-MgBetaExternalIndustryDataOperation.md index 4cfcd7bb4a2e5..a03d2208c58b2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Remove-MgBetaExternalIndustryDataOperation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Remove-MgBetaExternalIndustryDataOperation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Search-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.search/remove-mgbetaexternalindustrydataoperation Locale: en-US Module Name: Microsoft.Graph.Beta.Search -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaExternalIndustryDataOperation --- @@ -24,7 +24,6 @@ Remove-MgBetaExternalIndustryDataOperation -LongRunningOperationId [-If [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaExternalIndustryDataOperation -InputObject [-IfMa [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Remove-MgBetaExternalIndustryDataOutboundProvisioningFlowSet.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Remove-MgBetaExternalIndustryDataOutboundProvisioningFlowSet.md index 16900861e7eae..236eb50531880 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Remove-MgBetaExternalIndustryDataOutboundProvisioningFlowSet.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Remove-MgBetaExternalIndustryDataOutboundProvisioningFlowSet.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Search-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.search/remove-mgbetaexternalindustrydataoutboundprovisioningflowset Locale: en-US Module Name: Microsoft.Graph.Beta.Search -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaExternalIndustryDataOutboundProvisioningFlowSet --- @@ -24,7 +24,6 @@ Remove-MgBetaExternalIndustryDataOutboundProvisioningFlowSet -OutboundProvisioni [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaExternalIndustryDataOutboundProvisioningFlowSet -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Remove-MgBetaExternalIndustryDataOutboundProvisioningFlowSetProvisioningFlow.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Remove-MgBetaExternalIndustryDataOutboundProvisioningFlowSetProvisioningFlow.md index af40e46149c68..c49632f31d13e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Remove-MgBetaExternalIndustryDataOutboundProvisioningFlowSetProvisioningFlow.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Remove-MgBetaExternalIndustryDataOutboundProvisioningFlowSetProvisioningFlow.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Search-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.search/remove-mgbetaexternalindustrydataoutboundprovisioningflowsetprovisioningflow Locale: en-US Module Name: Microsoft.Graph.Beta.Search -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaExternalIndustryDataOutboundProvisioningFlowSetProvisioningFlow --- @@ -25,7 +25,6 @@ Remove-MgBetaExternalIndustryDataOutboundProvisioningFlowSetProvisioningFlow [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaExternalIndustryDataOutboundProvisioningFlowSetProvisioningFlow [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Remove-MgBetaExternalIndustryDataReferenceDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Remove-MgBetaExternalIndustryDataReferenceDefinition.md index 832b10a2d74da..2eeac384e2029 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Remove-MgBetaExternalIndustryDataReferenceDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Remove-MgBetaExternalIndustryDataReferenceDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Search-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.search/remove-mgbetaexternalindustrydatareferencedefinition Locale: en-US Module Name: Microsoft.Graph.Beta.Search -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaExternalIndustryDataReferenceDefinition --- @@ -24,7 +24,6 @@ Remove-MgBetaExternalIndustryDataReferenceDefinition -ReferenceDefinitionId ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaExternalIndustryDataReferenceDefinition -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Remove-MgBetaExternalIndustryDataRoleGroup.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Remove-MgBetaExternalIndustryDataRoleGroup.md index c9a71bfbe1b37..93e3d18c39019 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Remove-MgBetaExternalIndustryDataRoleGroup.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Remove-MgBetaExternalIndustryDataRoleGroup.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Search-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.search/remove-mgbetaexternalindustrydatarolegroup Locale: en-US Module Name: Microsoft.Graph.Beta.Search -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaExternalIndustryDataRoleGroup --- @@ -24,7 +24,6 @@ Remove-MgBetaExternalIndustryDataRoleGroup -RoleGroupId [-IfMatch ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaExternalIndustryDataRoleGroup -InputObject [-IfMa [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Remove-MgBetaExternalIndustryDataSourceSystem.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Remove-MgBetaExternalIndustryDataSourceSystem.md index 078d359f25781..c810caadaabb4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Remove-MgBetaExternalIndustryDataSourceSystem.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Remove-MgBetaExternalIndustryDataSourceSystem.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Search-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.search/remove-mgbetaexternalindustrydatasourcesystem Locale: en-US Module Name: Microsoft.Graph.Beta.Search -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaExternalIndustryDataSourceSystem --- @@ -24,7 +24,6 @@ Remove-MgBetaExternalIndustryDataSourceSystem -SourceSystemDefinitionId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaExternalIndustryDataSourceSystem -InputObject [-I [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Remove-MgBetaExternalIndustryDataYear.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Remove-MgBetaExternalIndustryDataYear.md index af9af9811ce9e..2d1a656956de7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Remove-MgBetaExternalIndustryDataYear.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Remove-MgBetaExternalIndustryDataYear.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Search-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.search/remove-mgbetaexternalindustrydatayear Locale: en-US Module Name: Microsoft.Graph.Beta.Search -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaExternalIndustryDataYear --- @@ -24,7 +24,6 @@ Remove-MgBetaExternalIndustryDataYear -YearTimePeriodDefinitionId [-IfM [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaExternalIndustryDataYear -InputObject [-IfMatch < [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Remove-MgBetaSearchAcronym.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Remove-MgBetaSearchAcronym.md index eb58a9c5c154a..5c02119734c7e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Remove-MgBetaSearchAcronym.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Remove-MgBetaSearchAcronym.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Search-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.search/remove-mgbetasearchacronym Locale: en-US Module Name: Microsoft.Graph.Beta.Search -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaSearchAcronym --- @@ -27,7 +27,6 @@ Remove-MgBetaSearchAcronym -AcronymId [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaSearchAcronym -InputObject [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Remove-MgBetaSearchBookmark.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Remove-MgBetaSearchBookmark.md index 2872e9af06667..ea6f16c26cc70 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Remove-MgBetaSearchBookmark.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Remove-MgBetaSearchBookmark.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Search-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.search/remove-mgbetasearchbookmark Locale: en-US Module Name: Microsoft.Graph.Beta.Search -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaSearchBookmark --- @@ -27,7 +27,6 @@ Remove-MgBetaSearchBookmark -BookmarkId [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaSearchBookmark -InputObject [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Remove-MgBetaSearchQna.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Remove-MgBetaSearchQna.md index 60879778356b7..c677157e4213b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Remove-MgBetaSearchQna.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Remove-MgBetaSearchQna.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Search-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.search/remove-mgbetasearchqna Locale: en-US Module Name: Microsoft.Graph.Beta.Search -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaSearchQna --- @@ -27,7 +27,6 @@ Remove-MgBetaSearchQna -QnaId [-IfMatch ] [-ResponseHeadersVari [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaSearchQna -InputObject [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Reset-MgBetaExternalIndustryDataOutboundProvisioningFlowSetProvisioningFlow.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Reset-MgBetaExternalIndustryDataOutboundProvisioningFlowSetProvisioningFlow.md index 9b82b22591168..fa9cc67b6e720 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Reset-MgBetaExternalIndustryDataOutboundProvisioningFlowSetProvisioningFlow.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Reset-MgBetaExternalIndustryDataOutboundProvisioningFlowSetProvisioningFlow.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Search-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.search/reset-mgbetaexternalindustrydataoutboundprovisioningflowsetprovisioningflow Locale: en-US Module Name: Microsoft.Graph.Beta.Search -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Reset-MgBetaExternalIndustryDataOutboundProvisioningFlowSetProvisioningFlow --- @@ -26,7 +26,6 @@ Reset-MgBetaExternalIndustryDataOutboundProvisioningFlowSetProvisioningFlow [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ResetViaIdentity @@ -37,7 +36,6 @@ Reset-MgBetaExternalIndustryDataOutboundProvisioningFlowSetProvisioningFlow [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Set-MgBetaExternalConnectionItem.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Set-MgBetaExternalConnectionItem.md index 1c45d9ea84160..f084d273a81e5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Set-MgBetaExternalConnectionItem.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Set-MgBetaExternalConnectionItem.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Search-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.search/set-mgbetaexternalconnectionitem Locale: en-US Module Name: Microsoft.Graph.Beta.Search -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Set-MgBetaExternalConnectionItem --- @@ -32,7 +32,7 @@ Set-MgBetaExternalConnectionItem -ExternalConnectionId -ExternalItemId [-Content ] [-Id ] [-Properties ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Set @@ -42,7 +42,7 @@ Set-MgBetaExternalConnectionItem -ExternalConnectionId -ExternalItemId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### SetViaIdentityExpanded @@ -55,7 +55,7 @@ Set-MgBetaExternalConnectionItem -InputObject [-ResponseHeader [-Content ] [-Id ] [-Properties ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### SetViaIdentity @@ -65,7 +65,7 @@ Set-MgBetaExternalConnectionItem -InputObject -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.Search/Start-MgBetaExternalIndustryDataRun.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Start-MgBetaExternalIndustryDataRun.md index 0042ba23a6df8..37fa061018521 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Start-MgBetaExternalIndustryDataRun.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Start-MgBetaExternalIndustryDataRun.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Search-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.search/start-mgbetaexternalindustrydatarun Locale: en-US Module Name: Microsoft.Graph.Beta.Search -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Start-MgBetaExternalIndustryDataRun --- @@ -27,7 +27,6 @@ Start-MgBetaExternalIndustryDataRun [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Test-MgBetaExternalIndustryDataConnector.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Test-MgBetaExternalIndustryDataConnector.md index e7ceb0e938585..86b0b6d8e6cb2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Test-MgBetaExternalIndustryDataConnector.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Test-MgBetaExternalIndustryDataConnector.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Search-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.search/test-mgbetaexternalindustrydataconnector Locale: en-US Module Name: Microsoft.Graph.Beta.Search -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Test-MgBetaExternalIndustryDataConnector --- @@ -24,7 +24,6 @@ Test-MgBetaExternalIndustryDataConnector -IndustryDataConnectorId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ValidateViaIdentity @@ -34,7 +33,6 @@ Test-MgBetaExternalIndustryDataConnector -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Update-MgBetaExternal.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Update-MgBetaExternal.md index 45e4cb0c25e3a..b1e34505b788a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Update-MgBetaExternal.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Update-MgBetaExternal.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Search-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.search/update-mgbetaexternal Locale: en-US Module Name: Microsoft.Graph.Beta.Search -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaExternal --- @@ -29,7 +29,6 @@ Update-MgBetaExternal [-ResponseHeadersVariable ] [-AdditionalProperties [-IndustryData ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -39,7 +38,6 @@ Update-MgBetaExternal -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -583,8 +581,9 @@ Optional. [Labels ]: Specifies one or more well-known tags added against a property. Labels help Microsoft Search understand the semantics of the data in the connection. Adding appropriate labels would result in an enhanced search experience (for example, better relevance). -Optional.The possible values are: title, url, createdBy, lastModifiedBy, authors, createdDateTime, lastModifiedDateTime, fileName, fileExtension, unknownFutureValue, containerName, containerUrl, iconUrl. -Use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: containerName, containerUrl, iconUrl, personEmails, personAddresses, personAnniversaries, personName, personNote, personPhones, personCurrentPosition, personWebAccounts, personWebSite, personSkills, personProjects, personAccount, personAwards, personCertifications, personAssistants, personColleagues, personManager, personAlternateContacts, personEmergencyContacts. +Optional.. +The possible values are: title, url, createdBy, lastModifiedBy, authors, createdDateTime, lastModifiedDateTime, fileName, fileExtension, unknownFutureValue, containerName, containerUrl, iconUrl, assignedTo, dueDate, closedDate, closedBy, reportedBy, sprintName, severity, state, priority, secondaryId, itemParentId, parentUrl, tags, itemType, itemPath, numReactions. +Use the Prefer: include-unknown-enum-members request header to retrieve additional values defined in this evolvable enum.For people connectors you can include : personEmails, personAddresses, personAnniversaries, personName, personNote, personPhones, personCurrentPosition, personWebAccounts, personWebSite, personSkills, personProjects, personAccount, personAwards, personCertifications, personAssistants, personColleagues, personManager, personAlternateContacts, personEmergencyContacts. [Name ]: The name of the property. Maximum 32 characters. Only alphanumeric characters allowed. @@ -858,8 +857,9 @@ Optional. [Labels ]: Specifies one or more well-known tags added against a property. Labels help Microsoft Search understand the semantics of the data in the connection. Adding appropriate labels would result in an enhanced search experience (for example, better relevance). -Optional.The possible values are: title, url, createdBy, lastModifiedBy, authors, createdDateTime, lastModifiedDateTime, fileName, fileExtension, unknownFutureValue, containerName, containerUrl, iconUrl. -Use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: containerName, containerUrl, iconUrl, personEmails, personAddresses, personAnniversaries, personName, personNote, personPhones, personCurrentPosition, personWebAccounts, personWebSite, personSkills, personProjects, personAccount, personAwards, personCertifications, personAssistants, personColleagues, personManager, personAlternateContacts, personEmergencyContacts. +Optional.. +The possible values are: title, url, createdBy, lastModifiedBy, authors, createdDateTime, lastModifiedDateTime, fileName, fileExtension, unknownFutureValue, containerName, containerUrl, iconUrl, assignedTo, dueDate, closedDate, closedBy, reportedBy, sprintName, severity, state, priority, secondaryId, itemParentId, parentUrl, tags, itemType, itemPath, numReactions. +Use the Prefer: include-unknown-enum-members request header to retrieve additional values defined in this evolvable enum.For people connectors you can include : personEmails, personAddresses, personAnniversaries, personName, personNote, personPhones, personCurrentPosition, personWebAccounts, personWebSite, personSkills, personProjects, personAccount, personAwards, personCertifications, personAssistants, personColleagues, personManager, personAlternateContacts, personEmergencyContacts. [Name ]: The name of the property. Maximum 32 characters. Only alphanumeric characters allowed. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Update-MgBetaExternalAuthorizationSystem.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Update-MgBetaExternalAuthorizationSystem.md index d53d660b9ffa6..07affc836a277 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Update-MgBetaExternalAuthorizationSystem.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Update-MgBetaExternalAuthorizationSystem.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Search-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.search/update-mgbetaexternalauthorizationsystem Locale: en-US Module Name: Microsoft.Graph.Beta.Search -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaExternalAuthorizationSystem --- @@ -26,7 +26,7 @@ Update-MgBetaExternalAuthorizationSystem -AuthorizationSystemId [-AuthorizationSystemType ] [-DataCollectionInfo ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -38,7 +38,7 @@ Update-MgBetaExternalAuthorizationSystem -InputObject [-AuthorizationSystemType ] [-DataCollectionInfo ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -48,7 +48,7 @@ Update-MgBetaExternalAuthorizationSystem -AuthorizationSystemId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -58,7 +58,7 @@ Update-MgBetaExternalAuthorizationSystem -InputObject -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.Search/Update-MgBetaExternalAuthorizationSystemDataCollectionInfo.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Update-MgBetaExternalAuthorizationSystemDataCollectionInfo.md index 1ee315cfc8b13..97519984e3224 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Update-MgBetaExternalAuthorizationSystemDataCollectionInfo.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Update-MgBetaExternalAuthorizationSystemDataCollectionInfo.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Search-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.search/update-mgbetaexternalauthorizationsystemdatacollectioninfo Locale: en-US Module Name: Microsoft.Graph.Beta.Search -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaExternalAuthorizationSystemDataCollectionInfo --- @@ -24,7 +24,7 @@ Update-MgBetaExternalAuthorizationSystemDataCollectionInfo -AuthorizationSystemI [-ResponseHeadersVariable ] [-AdditionalProperties ] [-Entitlements ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -34,7 +34,7 @@ Update-MgBetaExternalAuthorizationSystemDataCollectionInfo -AuthorizationSystemI -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -44,7 +44,7 @@ Update-MgBetaExternalAuthorizationSystemDataCollectionInfo -InputObject ] [-AdditionalProperties ] [-Entitlements ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -54,7 +54,7 @@ Update-MgBetaExternalAuthorizationSystemDataCollectionInfo -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Update-MgBetaExternalConnection.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Update-MgBetaExternalConnection.md index 7b9a76b8102cb..ff089cb766f9f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Update-MgBetaExternalConnection.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Update-MgBetaExternalConnection.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Search-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.search/update-mgbetaexternalconnection Locale: en-US Module Name: Microsoft.Graph.Beta.Search -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaExternalConnection --- @@ -37,7 +37,7 @@ Update-MgBetaExternalConnection -ExternalConnectionId [-ResponseHeaders [-SearchSettings ] [-State ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -48,7 +48,6 @@ Update-MgBetaExternalConnection -ExternalConnectionId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -68,7 +67,7 @@ Update-MgBetaExternalConnection -InputObject [-ResponseHeaders [-SearchSettings ] [-State ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -79,7 +78,6 @@ Update-MgBetaExternalConnection -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -1100,8 +1098,9 @@ Optional. [Labels ]: Specifies one or more well-known tags added against a property. Labels help Microsoft Search understand the semantics of the data in the connection. Adding appropriate labels would result in an enhanced search experience (for example, better relevance). -Optional.The possible values are: title, url, createdBy, lastModifiedBy, authors, createdDateTime, lastModifiedDateTime, fileName, fileExtension, unknownFutureValue, containerName, containerUrl, iconUrl. -Use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: containerName, containerUrl, iconUrl, personEmails, personAddresses, personAnniversaries, personName, personNote, personPhones, personCurrentPosition, personWebAccounts, personWebSite, personSkills, personProjects, personAccount, personAwards, personCertifications, personAssistants, personColleagues, personManager, personAlternateContacts, personEmergencyContacts. +Optional.. +The possible values are: title, url, createdBy, lastModifiedBy, authors, createdDateTime, lastModifiedDateTime, fileName, fileExtension, unknownFutureValue, containerName, containerUrl, iconUrl, assignedTo, dueDate, closedDate, closedBy, reportedBy, sprintName, severity, state, priority, secondaryId, itemParentId, parentUrl, tags, itemType, itemPath, numReactions. +Use the Prefer: include-unknown-enum-members request header to retrieve additional values defined in this evolvable enum.For people connectors you can include : personEmails, personAddresses, personAnniversaries, personName, personNote, personPhones, personCurrentPosition, personWebAccounts, personWebSite, personSkills, personProjects, personAccount, personAwards, personCertifications, personAssistants, personColleagues, personManager, personAlternateContacts, personEmergencyContacts. [Name ]: The name of the property. Maximum 32 characters. Only alphanumeric characters allowed. @@ -1274,8 +1273,9 @@ Optional. [Labels ]: Specifies one or more well-known tags added against a property. Labels help Microsoft Search understand the semantics of the data in the connection. Adding appropriate labels would result in an enhanced search experience (for example, better relevance). -Optional.The possible values are: title, url, createdBy, lastModifiedBy, authors, createdDateTime, lastModifiedDateTime, fileName, fileExtension, unknownFutureValue, containerName, containerUrl, iconUrl. -Use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: containerName, containerUrl, iconUrl, personEmails, personAddresses, personAnniversaries, personName, personNote, personPhones, personCurrentPosition, personWebAccounts, personWebSite, personSkills, personProjects, personAccount, personAwards, personCertifications, personAssistants, personColleagues, personManager, personAlternateContacts, personEmergencyContacts. +Optional.. +The possible values are: title, url, createdBy, lastModifiedBy, authors, createdDateTime, lastModifiedDateTime, fileName, fileExtension, unknownFutureValue, containerName, containerUrl, iconUrl, assignedTo, dueDate, closedDate, closedBy, reportedBy, sprintName, severity, state, priority, secondaryId, itemParentId, parentUrl, tags, itemType, itemPath, numReactions. +Use the Prefer: include-unknown-enum-members request header to retrieve additional values defined in this evolvable enum.For people connectors you can include : personEmails, personAddresses, personAnniversaries, personName, personNote, personPhones, personCurrentPosition, personWebAccounts, personWebSite, personSkills, personProjects, personAccount, personAwards, personCertifications, personAssistants, personColleagues, personManager, personAlternateContacts, personEmergencyContacts. [Name ]: The name of the property. Maximum 32 characters. Only alphanumeric characters allowed. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Update-MgBetaExternalConnectionGroup.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Update-MgBetaExternalConnectionGroup.md index eed3aed879b81..787dc217b2333 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Update-MgBetaExternalConnectionGroup.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Update-MgBetaExternalConnectionGroup.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Search-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.search/update-mgbetaexternalconnectiongroup Locale: en-US Module Name: Microsoft.Graph.Beta.Search -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaExternalConnectionGroup --- @@ -28,7 +28,7 @@ Update-MgBetaExternalConnectionGroup -ExternalConnectionId -ExternalGro [-DisplayName ] [-Id ] [-Members ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -38,7 +38,7 @@ Update-MgBetaExternalConnectionGroup -ExternalConnectionId -ExternalGro -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -49,7 +49,7 @@ Update-MgBetaExternalConnectionGroup -InputObject [-DisplayName ] [-Id ] [-Members ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -59,7 +59,7 @@ Update-MgBetaExternalConnectionGroup -InputObject -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.Search/Update-MgBetaExternalConnectionGroupMember.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Update-MgBetaExternalConnectionGroupMember.md index 11dd68e8cc1da..0b9be02676e8a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Update-MgBetaExternalConnectionGroupMember.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Update-MgBetaExternalConnectionGroupMember.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Search-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.search/update-mgbetaexternalconnectiongroupmember Locale: en-US Module Name: Microsoft.Graph.Beta.Search -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaExternalConnectionGroupMember --- @@ -28,7 +28,6 @@ Update-MgBetaExternalConnectionGroupMember -ExternalConnectionId -Exter [-Id ] [-Type ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -39,7 +38,6 @@ Update-MgBetaExternalConnectionGroupMember -ExternalConnectionId -Exter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -49,7 +47,7 @@ Update-MgBetaExternalConnectionGroupMember -InputObject [-ResponseHeadersVariable ] [-AdditionalProperties ] [-Id ] [-Type ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -59,7 +57,7 @@ Update-MgBetaExternalConnectionGroupMember -InputObject -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.Search/Update-MgBetaExternalConnectionItemActivity.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Update-MgBetaExternalConnectionItemActivity.md index 570dd457f363a..4668bab6d8290 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Update-MgBetaExternalConnectionItemActivity.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Update-MgBetaExternalConnectionItemActivity.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Search-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.search/update-mgbetaexternalconnectionitemactivity Locale: en-US Module Name: Microsoft.Graph.Beta.Search -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaExternalConnectionItemActivity --- @@ -29,7 +29,7 @@ Update-MgBetaExternalConnectionItemActivity -ExternalActivityId [-PerformedBy ] [-StartDateTime ] [-Type ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -41,7 +41,6 @@ Update-MgBetaExternalConnectionItemActivity -ExternalActivityId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -52,7 +51,7 @@ Update-MgBetaExternalConnectionItemActivity -InputObject [-PerformedBy ] [-StartDateTime ] [-Type ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -63,7 +62,6 @@ Update-MgBetaExternalConnectionItemActivity -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Update-MgBetaExternalConnectionOperation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Update-MgBetaExternalConnectionOperation.md index cbb8cf7e1da11..a77c37f47cd1a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Update-MgBetaExternalConnectionOperation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Update-MgBetaExternalConnectionOperation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Search-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.search/update-mgbetaexternalconnectionoperation Locale: en-US Module Name: Microsoft.Graph.Beta.Search -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaExternalConnectionOperation --- @@ -28,7 +28,7 @@ Update-MgBetaExternalConnectionOperation -ConnectionOperationId [-AdditionalProperties ] [-Error ] [-Id ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -40,7 +40,6 @@ Update-MgBetaExternalConnectionOperation -ConnectionOperationId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -51,7 +50,7 @@ Update-MgBetaExternalConnectionOperation -InputObject [-Error ] [-Id ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -62,7 +61,6 @@ Update-MgBetaExternalConnectionOperation -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Update-MgBetaExternalConnectionQuota.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Update-MgBetaExternalConnectionQuota.md index c4d58c686fea8..bfaa9fe3c5351 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Update-MgBetaExternalConnectionQuota.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Update-MgBetaExternalConnectionQuota.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Search-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.search/update-mgbetaexternalconnectionquota Locale: en-US Module Name: Microsoft.Graph.Beta.Search -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaExternalConnectionQuota --- @@ -24,7 +24,7 @@ Update-MgBetaExternalConnectionQuota -ExternalConnectionId [-ResponseHeadersVariable ] [-AdditionalProperties ] [-Id ] [-ItemsRemaining ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -35,7 +35,6 @@ Update-MgBetaExternalConnectionQuota -ExternalConnectionId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -45,7 +44,7 @@ Update-MgBetaExternalConnectionQuota -InputObject [-ResponseHeadersVariable ] [-AdditionalProperties ] [-Id ] [-ItemsRemaining ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -56,7 +55,6 @@ Update-MgBetaExternalConnectionQuota -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Update-MgBetaExternalConnectionSchema.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Update-MgBetaExternalConnectionSchema.md index fdea85fe881ec..5e55640228d2e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Update-MgBetaExternalConnectionSchema.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Update-MgBetaExternalConnectionSchema.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Search-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.search/update-mgbetaexternalconnectionschema Locale: en-US Module Name: Microsoft.Graph.Beta.Search -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaExternalConnectionSchema --- @@ -28,7 +28,7 @@ Update-MgBetaExternalConnectionSchema -ExternalConnectionId [-Id ] [-Properties ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -38,7 +38,7 @@ Update-MgBetaExternalConnectionSchema -ExternalConnectionId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -49,7 +49,7 @@ Update-MgBetaExternalConnectionSchema -InputObject [-Id ] [-Properties ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -59,7 +59,7 @@ Update-MgBetaExternalConnectionSchema -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -597,8 +597,9 @@ Optional. [Labels ]: Specifies one or more well-known tags added against a property. Labels help Microsoft Search understand the semantics of the data in the connection. Adding appropriate labels would result in an enhanced search experience (for example, better relevance). -Optional.The possible values are: title, url, createdBy, lastModifiedBy, authors, createdDateTime, lastModifiedDateTime, fileName, fileExtension, unknownFutureValue, containerName, containerUrl, iconUrl. -Use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: containerName, containerUrl, iconUrl, personEmails, personAddresses, personAnniversaries, personName, personNote, personPhones, personCurrentPosition, personWebAccounts, personWebSite, personSkills, personProjects, personAccount, personAwards, personCertifications, personAssistants, personColleagues, personManager, personAlternateContacts, personEmergencyContacts. +Optional.. +The possible values are: title, url, createdBy, lastModifiedBy, authors, createdDateTime, lastModifiedDateTime, fileName, fileExtension, unknownFutureValue, containerName, containerUrl, iconUrl, assignedTo, dueDate, closedDate, closedBy, reportedBy, sprintName, severity, state, priority, secondaryId, itemParentId, parentUrl, tags, itemType, itemPath, numReactions. +Use the Prefer: include-unknown-enum-members request header to retrieve additional values defined in this evolvable enum.For people connectors you can include : personEmails, personAddresses, personAnniversaries, personName, personNote, personPhones, personCurrentPosition, personWebAccounts, personWebSite, personSkills, personProjects, personAccount, personAwards, personCertifications, personAssistants, personColleagues, personManager, personAlternateContacts, personEmergencyContacts. [Name ]: The name of the property. Maximum 32 characters. Only alphanumeric characters allowed. @@ -660,8 +661,9 @@ Optional. [Labels ]: Specifies one or more well-known tags added against a property. Labels help Microsoft Search understand the semantics of the data in the connection. Adding appropriate labels would result in an enhanced search experience (for example, better relevance). -Optional.The possible values are: title, url, createdBy, lastModifiedBy, authors, createdDateTime, lastModifiedDateTime, fileName, fileExtension, unknownFutureValue, containerName, containerUrl, iconUrl. -Use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: containerName, containerUrl, iconUrl, personEmails, personAddresses, personAnniversaries, personName, personNote, personPhones, personCurrentPosition, personWebAccounts, personWebSite, personSkills, personProjects, personAccount, personAwards, personCertifications, personAssistants, personColleagues, personManager, personAlternateContacts, personEmergencyContacts. +Optional.. +The possible values are: title, url, createdBy, lastModifiedBy, authors, createdDateTime, lastModifiedDateTime, fileName, fileExtension, unknownFutureValue, containerName, containerUrl, iconUrl, assignedTo, dueDate, closedDate, closedBy, reportedBy, sprintName, severity, state, priority, secondaryId, itemParentId, parentUrl, tags, itemType, itemPath, numReactions. +Use the Prefer: include-unknown-enum-members request header to retrieve additional values defined in this evolvable enum.For people connectors you can include : personEmails, personAddresses, personAnniversaries, personName, personNote, personPhones, personCurrentPosition, personWebAccounts, personWebSite, personSkills, personProjects, personAccount, personAwards, personCertifications, personAssistants, personColleagues, personManager, personAlternateContacts, personEmergencyContacts. [Name ]: The name of the property. Maximum 32 characters. Only alphanumeric characters allowed. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Update-MgBetaExternalIndustryDataConnector.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Update-MgBetaExternalIndustryDataConnector.md index c4138ef4f2fbb..aafd5a5a381d2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Update-MgBetaExternalIndustryDataConnector.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Update-MgBetaExternalIndustryDataConnector.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Search-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.search/update-mgbetaexternalindustrydataconnector Locale: en-US Module Name: Microsoft.Graph.Beta.Search -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaExternalIndustryDataConnector --- @@ -25,7 +25,7 @@ Update-MgBetaExternalIndustryDataConnector -IndustryDataConnectorId [-Id ] [-SourceSystem ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -35,7 +35,7 @@ Update-MgBetaExternalIndustryDataConnector -IndustryDataConnectorId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -46,7 +46,7 @@ Update-MgBetaExternalIndustryDataConnector -InputObject [-Id ] [-SourceSystem ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -56,7 +56,7 @@ Update-MgBetaExternalIndustryDataConnector -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -84,8 +84,8 @@ Update the properties of an azureDataLakeConnector object. Import-Module Microsoft.Graph.Beta.Search $params = @{ - "@odata.type" = "microsoft.graph.industryData.oneRosterApiDataConnector" - displayName = "One Roster Connector" + "@odata.type" = "microsoft.graph.industryData.azureDataLakeConnector" + displayName = "CSV files from SIS" } Update-MgBetaExternalIndustryDataConnector -IndustryDataConnectorId $industryDataConnectorId -BodyParameter $params diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Update-MgBetaExternalIndustryDataInboundFlow.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Update-MgBetaExternalIndustryDataInboundFlow.md index dd5a0f6e21d50..d5d38c74d64ff 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Update-MgBetaExternalIndustryDataInboundFlow.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Update-MgBetaExternalIndustryDataInboundFlow.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Search-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.search/update-mgbetaexternalindustrydatainboundflow Locale: en-US Module Name: Microsoft.Graph.Beta.Search -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaExternalIndustryDataInboundFlow --- @@ -28,7 +28,6 @@ Update-MgBetaExternalIndustryDataInboundFlow -InboundFlowId [-Year ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -38,7 +37,7 @@ Update-MgBetaExternalIndustryDataInboundFlow -InboundFlowId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -52,7 +51,6 @@ Update-MgBetaExternalIndustryDataInboundFlow -InputObject [-Year ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -62,7 +60,7 @@ Update-MgBetaExternalIndustryDataInboundFlow -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -90,7 +88,7 @@ Update the properties of an inboundApiFlow object. Import-Module Microsoft.Graph.Beta.Search $params = @{ - "@odata.type" = "#microsoft.graph.industryData.inboundFileFlow" + "@odata.type" = "#microsoft.graph.industryData.inboundApiFlow" displayName = "Updated flow name" } diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Update-MgBetaExternalIndustryDataOperation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Update-MgBetaExternalIndustryDataOperation.md index e643db6359597..eab9f65cf3dda 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Update-MgBetaExternalIndustryDataOperation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Update-MgBetaExternalIndustryDataOperation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Search-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.search/update-mgbetaexternalindustrydataoperation Locale: en-US Module Name: Microsoft.Graph.Beta.Search -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaExternalIndustryDataOperation --- @@ -26,7 +26,7 @@ Update-MgBetaExternalIndustryDataOperation -LongRunningOperationId [-ResourceLocation ] [-Status ] [-StatusDetail ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -36,7 +36,7 @@ Update-MgBetaExternalIndustryDataOperation -LongRunningOperationId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -48,7 +48,7 @@ Update-MgBetaExternalIndustryDataOperation -InputObject [-ResourceLocation ] [-Status ] [-StatusDetail ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -58,7 +58,7 @@ Update-MgBetaExternalIndustryDataOperation -InputObject -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.Search/Update-MgBetaExternalIndustryDataOutboundProvisioningFlowSet.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Update-MgBetaExternalIndustryDataOutboundProvisioningFlowSet.md index e5aff81296de4..1a80d6cdfdda8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Update-MgBetaExternalIndustryDataOutboundProvisioningFlowSet.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Update-MgBetaExternalIndustryDataOutboundProvisioningFlowSet.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Search-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.search/update-mgbetaexternalindustrydataoutboundprovisioningflowset Locale: en-US Module Name: Microsoft.Graph.Beta.Search -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaExternalIndustryDataOutboundProvisioningFlowSet --- @@ -26,7 +26,7 @@ Update-MgBetaExternalIndustryDataOutboundProvisioningFlowSet -OutboundProvisioni [-ProvisioningFlows ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -37,7 +37,6 @@ Update-MgBetaExternalIndustryDataOutboundProvisioningFlowSet -OutboundProvisioni [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -49,7 +48,7 @@ Update-MgBetaExternalIndustryDataOutboundProvisioningFlowSet -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -60,7 +59,6 @@ Update-MgBetaExternalIndustryDataOutboundProvisioningFlowSet -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Update-MgBetaExternalIndustryDataOutboundProvisioningFlowSetProvisioningFlow.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Update-MgBetaExternalIndustryDataOutboundProvisioningFlowSetProvisioningFlow.md index d70fa82445ddd..80e3a59530b2e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Update-MgBetaExternalIndustryDataOutboundProvisioningFlowSetProvisioningFlow.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Update-MgBetaExternalIndustryDataOutboundProvisioningFlowSetProvisioningFlow.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Search-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.search/update-mgbetaexternalindustrydataoutboundprovisioningflowsetprovisioningflow Locale: en-US Module Name: Microsoft.Graph.Beta.Search -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaExternalIndustryDataOutboundProvisioningFlowSetProvisioningFlow --- @@ -26,7 +26,6 @@ Update-MgBetaExternalIndustryDataOutboundProvisioningFlowSetProvisioningFlow [-ReadinessStatus ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -37,7 +36,7 @@ Update-MgBetaExternalIndustryDataOutboundProvisioningFlowSetProvisioningFlow -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -48,7 +47,7 @@ Update-MgBetaExternalIndustryDataOutboundProvisioningFlowSetProvisioningFlow [-AdditionalProperties ] [-Id ] [-ReadinessStatus ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -59,7 +58,6 @@ Update-MgBetaExternalIndustryDataOutboundProvisioningFlowSetProvisioningFlow [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Update-MgBetaExternalIndustryDataReferenceDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Update-MgBetaExternalIndustryDataReferenceDefinition.md index 679cb40e96b3f..c02ba3eec6efd 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Update-MgBetaExternalIndustryDataReferenceDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Update-MgBetaExternalIndustryDataReferenceDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Search-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.search/update-mgbetaexternalindustrydatareferencedefinition Locale: en-US Module Name: Microsoft.Graph.Beta.Search -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaExternalIndustryDataReferenceDefinition --- @@ -25,7 +25,7 @@ Update-MgBetaExternalIndustryDataReferenceDefinition -ReferenceDefinitionId ] [-Id ] [-IsDisabled] [-ReferenceType ] [-SortIndex ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -35,7 +35,7 @@ Update-MgBetaExternalIndustryDataReferenceDefinition -ReferenceDefinitionId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -46,7 +46,7 @@ Update-MgBetaExternalIndustryDataReferenceDefinition -InputObject ] [-Id ] [-IsDisabled] [-ReferenceType ] [-SortIndex ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -56,7 +56,7 @@ Update-MgBetaExternalIndustryDataReferenceDefinition -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Update-MgBetaExternalIndustryDataRoleGroup.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Update-MgBetaExternalIndustryDataRoleGroup.md index 83b5b2a4541f9..e1f154dc7113a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Update-MgBetaExternalIndustryDataRoleGroup.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Update-MgBetaExternalIndustryDataRoleGroup.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Search-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.search/update-mgbetaexternalindustrydatarolegroup Locale: en-US Module Name: Microsoft.Graph.Beta.Search -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaExternalIndustryDataRoleGroup --- @@ -25,7 +25,6 @@ Update-MgBetaExternalIndustryDataRoleGroup -RoleGroupId [-ResponseHeade [-Roles ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -35,7 +34,7 @@ Update-MgBetaExternalIndustryDataRoleGroup -RoleGroupId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -46,7 +45,7 @@ Update-MgBetaExternalIndustryDataRoleGroup -InputObject [-Id ] [-Roles ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -56,7 +55,7 @@ Update-MgBetaExternalIndustryDataRoleGroup -InputObject -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.Search/Update-MgBetaExternalIndustryDataSourceSystem.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Update-MgBetaExternalIndustryDataSourceSystem.md index 424e514e602e1..39c2027782a3b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Update-MgBetaExternalIndustryDataSourceSystem.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Update-MgBetaExternalIndustryDataSourceSystem.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Search-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.search/update-mgbetaexternalindustrydatasourcesystem Locale: en-US Module Name: Microsoft.Graph.Beta.Search -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaExternalIndustryDataSourceSystem --- @@ -25,7 +25,7 @@ Update-MgBetaExternalIndustryDataSourceSystem -SourceSystemDefinitionId [-Id ] [-UserMatchingSettings ] [-Vendor ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -36,7 +36,6 @@ Update-MgBetaExternalIndustryDataSourceSystem -SourceSystemDefinitionId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -47,7 +46,7 @@ Update-MgBetaExternalIndustryDataSourceSystem -InputObject [-Id ] [-UserMatchingSettings ] [-Vendor ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -58,7 +57,6 @@ Update-MgBetaExternalIndustryDataSourceSystem -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Update-MgBetaExternalIndustryDataYear.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Update-MgBetaExternalIndustryDataYear.md index 2976b5475db6f..a8c85bbc3dc09 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Update-MgBetaExternalIndustryDataYear.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Update-MgBetaExternalIndustryDataYear.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Search-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.search/update-mgbetaexternalindustrydatayear Locale: en-US Module Name: Microsoft.Graph.Beta.Search -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaExternalIndustryDataYear --- @@ -25,7 +25,7 @@ Update-MgBetaExternalIndustryDataYear -YearTimePeriodDefinitionId [-EndDate ] [-Id ] [-StartDate ] [-Year ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -36,7 +36,6 @@ Update-MgBetaExternalIndustryDataYear -YearTimePeriodDefinitionId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -47,7 +46,7 @@ Update-MgBetaExternalIndustryDataYear -InputObject [-EndDate ] [-Id ] [-StartDate ] [-Year ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -58,7 +57,6 @@ Update-MgBetaExternalIndustryDataYear -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Update-MgBetaSearchAcronym.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Update-MgBetaSearchAcronym.md index 9017ca5e136c5..681895646df5f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Update-MgBetaSearchAcronym.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Update-MgBetaSearchAcronym.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Search-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.search/update-mgbetasearchacronym Locale: en-US Module Name: Microsoft.Graph.Beta.Search -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaSearchAcronym --- @@ -29,7 +29,6 @@ Update-MgBetaSearchAcronym -AcronymId [-ResponseHeadersVariable ] [-State ] [-WebUrl ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -39,7 +38,6 @@ Update-MgBetaSearchAcronym -AcronymId -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -51,7 +49,6 @@ Update-MgBetaSearchAcronym -InputObject [-ResponseHeadersVaria [-StandsFor ] [-State ] [-WebUrl ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -61,7 +58,7 @@ Update-MgBetaSearchAcronym -InputObject -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.Search/Update-MgBetaSearchBookmark.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Update-MgBetaSearchBookmark.md index d4b294d459981..3d5d4e7da4351 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Update-MgBetaSearchBookmark.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Update-MgBetaSearchBookmark.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Search-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.search/update-mgbetasearchbookmark Locale: en-US Module Name: Microsoft.Graph.Beta.Search -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaSearchBookmark --- @@ -33,7 +33,7 @@ Update-MgBetaSearchBookmark -BookmarkId [-ResponseHeadersVariable ] [-WebUrl ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -43,7 +43,6 @@ Update-MgBetaSearchBookmark -BookmarkId -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -59,7 +58,7 @@ Update-MgBetaSearchBookmark -InputObject [-ResponseHeadersVari [-TargetedVariations ] [-WebUrl ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -69,7 +68,7 @@ Update-MgBetaSearchBookmark -InputObject -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.Search/Update-MgBetaSearchEntity.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Update-MgBetaSearchEntity.md index 0073361198f51..720842dbf796b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Update-MgBetaSearchEntity.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Update-MgBetaSearchEntity.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Search-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.search/update-mgbetasearchentity Locale: en-US Module Name: Microsoft.Graph.Beta.Search -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaSearchEntity --- @@ -28,7 +28,7 @@ Update-MgBetaSearchEntity [-ResponseHeadersVariable ] [-Bookmarks ] [-Id ] [-Qnas ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -38,7 +38,6 @@ Update-MgBetaSearchEntity -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Update-MgBetaSearchQna.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Update-MgBetaSearchQna.md index 4e4dabcba3a22..fb4a84b5e3306 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Update-MgBetaSearchQna.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Search/Update-MgBetaSearchQna.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Search-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.search/update-mgbetasearchqna Locale: en-US Module Name: Microsoft.Graph.Beta.Search -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaSearchQna --- @@ -33,7 +33,7 @@ Update-MgBetaSearchQna -QnaId [-ResponseHeadersVariable ] [-TargetedVariations ] [-WebUrl ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -43,7 +43,6 @@ Update-MgBetaSearchQna -QnaId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -59,7 +58,7 @@ Update-MgBetaSearchQna -InputObject [-ResponseHeadersVariable [-TargetedVariations ] [-WebUrl ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -69,7 +68,6 @@ Update-MgBetaSearchQna -InputObject -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Add-MgBetaChatMember.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Add-MgBetaChatMember.md index bf88972511c09..a313fb850ce75 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Add-MgBetaChatMember.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Add-MgBetaChatMember.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/add-mgbetachatmember Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Add-MgBetaChatMember --- @@ -28,7 +28,7 @@ Add-MgBetaChatMember -ChatId [-ResponseHeadersVariable ] [-AdditionalProperties ] [-Values ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Add @@ -39,7 +39,6 @@ Add-MgBetaChatMember -ChatId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### AddViaIdentityExpanded @@ -49,7 +48,7 @@ Add-MgBetaChatMember -InputObject [-ResponseHeadersVariable ] [-Values ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### AddViaIdentity @@ -60,7 +59,6 @@ Add-MgBetaChatMember -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Add-MgBetaGroupTeamChannelAllMember.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Add-MgBetaGroupTeamChannelAllMember.md index 746216c50c90e..09cd032039bc4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Add-MgBetaGroupTeamChannelAllMember.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Add-MgBetaGroupTeamChannelAllMember.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/add-mgbetagroupteamchannelallmember Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Add-MgBetaGroupTeamChannelAllMember --- @@ -29,7 +29,6 @@ Add-MgBetaGroupTeamChannelAllMember -ChannelId -GroupId [-Values ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Add @@ -40,7 +39,6 @@ Add-MgBetaGroupTeamChannelAllMember -ChannelId -GroupId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### AddViaIdentityExpanded @@ -51,7 +49,6 @@ Add-MgBetaGroupTeamChannelAllMember -InputObject [-Values ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### AddViaIdentity @@ -62,7 +59,6 @@ Add-MgBetaGroupTeamChannelAllMember -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Add-MgBetaGroupTeamChannelMember.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Add-MgBetaGroupTeamChannelMember.md index 5c9cf13b5af9e..1d7ccb876e9db 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Add-MgBetaGroupTeamChannelMember.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Add-MgBetaGroupTeamChannelMember.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/add-mgbetagroupteamchannelmember Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Add-MgBetaGroupTeamChannelMember --- @@ -29,7 +29,6 @@ Add-MgBetaGroupTeamChannelMember -ChannelId -GroupId [-Values ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Add @@ -40,7 +39,6 @@ Add-MgBetaGroupTeamChannelMember -ChannelId -GroupId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### AddViaIdentityExpanded @@ -50,7 +48,7 @@ Add-MgBetaGroupTeamChannelMember -InputObject [-ResponseHeaders [-AdditionalProperties ] [-Values ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### AddViaIdentity @@ -61,7 +59,6 @@ Add-MgBetaGroupTeamChannelMember -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Add-MgBetaGroupTeamMember.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Add-MgBetaGroupTeamMember.md index c3de926208fca..de287bf3e492e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Add-MgBetaGroupTeamMember.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Add-MgBetaGroupTeamMember.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/add-mgbetagroupteammember Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Add-MgBetaGroupTeamMember --- @@ -28,7 +28,7 @@ Add-MgBetaGroupTeamMember -GroupId [-ResponseHeadersVariable ] [-AdditionalProperties ] [-Values ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Add @@ -39,7 +39,6 @@ Add-MgBetaGroupTeamMember -GroupId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### AddViaIdentityExpanded @@ -49,7 +48,7 @@ Add-MgBetaGroupTeamMember -InputObject [-ResponseHeadersVariabl [-AdditionalProperties ] [-Values ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### AddViaIdentity @@ -60,7 +59,6 @@ Add-MgBetaGroupTeamMember -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Add-MgBetaGroupTeamPrimaryChannelAllMember.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Add-MgBetaGroupTeamPrimaryChannelAllMember.md index 4d875f80f005d..7c9210d13bda0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Add-MgBetaGroupTeamPrimaryChannelAllMember.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Add-MgBetaGroupTeamPrimaryChannelAllMember.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/add-mgbetagroupteamprimarychannelallmember Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Add-MgBetaGroupTeamPrimaryChannelAllMember --- @@ -28,7 +28,7 @@ Add-MgBetaGroupTeamPrimaryChannelAllMember -GroupId [-ResponseHeadersVa [-AdditionalProperties ] [-Values ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Add @@ -39,7 +39,6 @@ Add-MgBetaGroupTeamPrimaryChannelAllMember -GroupId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### AddViaIdentityExpanded @@ -50,7 +49,6 @@ Add-MgBetaGroupTeamPrimaryChannelAllMember -InputObject [-Values ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### AddViaIdentity @@ -61,7 +59,6 @@ Add-MgBetaGroupTeamPrimaryChannelAllMember -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Add-MgBetaGroupTeamPrimaryChannelMember.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Add-MgBetaGroupTeamPrimaryChannelMember.md index 42ac2e0126361..29fbf6bff202d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Add-MgBetaGroupTeamPrimaryChannelMember.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Add-MgBetaGroupTeamPrimaryChannelMember.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/add-mgbetagroupteamprimarychannelmember Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Add-MgBetaGroupTeamPrimaryChannelMember --- @@ -28,7 +28,7 @@ Add-MgBetaGroupTeamPrimaryChannelMember -GroupId [-ResponseHeadersVaria [-AdditionalProperties ] [-Values ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Add @@ -39,7 +39,6 @@ Add-MgBetaGroupTeamPrimaryChannelMember -GroupId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### AddViaIdentityExpanded @@ -50,7 +49,6 @@ Add-MgBetaGroupTeamPrimaryChannelMember -InputObject [-Values ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### AddViaIdentity @@ -61,7 +59,6 @@ Add-MgBetaGroupTeamPrimaryChannelMember -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Add-MgBetaTeamChannelAllMember.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Add-MgBetaTeamChannelAllMember.md index 75d6c0b4439b0..ff69f8dd1d20f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Add-MgBetaTeamChannelAllMember.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Add-MgBetaTeamChannelAllMember.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/add-mgbetateamchannelallmember Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Add-MgBetaTeamChannelAllMember --- @@ -29,7 +29,6 @@ Add-MgBetaTeamChannelAllMember -ChannelId -TeamId [-Values ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Add @@ -40,7 +39,6 @@ Add-MgBetaTeamChannelAllMember -ChannelId -TeamId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### AddViaIdentityExpanded @@ -50,7 +48,7 @@ Add-MgBetaTeamChannelAllMember -InputObject [-ResponseHeadersVa [-AdditionalProperties ] [-Values ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### AddViaIdentity @@ -61,7 +59,6 @@ Add-MgBetaTeamChannelAllMember -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Add-MgBetaTeamChannelMember.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Add-MgBetaTeamChannelMember.md index 6760bcdd2016f..2101b7a593865 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Add-MgBetaTeamChannelMember.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Add-MgBetaTeamChannelMember.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/add-mgbetateamchannelmember Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Add-MgBetaTeamChannelMember --- @@ -28,7 +28,7 @@ Add-MgBetaTeamChannelMember -ChannelId -TeamId [-ResponseHeade [-AdditionalProperties ] [-Values ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Add @@ -39,7 +39,6 @@ Add-MgBetaTeamChannelMember -ChannelId -TeamId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### AddViaIdentityExpanded @@ -49,7 +48,7 @@ Add-MgBetaTeamChannelMember -InputObject [-ResponseHeadersVaria [-AdditionalProperties ] [-Values ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### AddViaIdentity @@ -60,7 +59,6 @@ Add-MgBetaTeamChannelMember -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Add-MgBetaTeamMember.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Add-MgBetaTeamMember.md index 536317ed162c5..dee3e6b730f5f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Add-MgBetaTeamMember.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Add-MgBetaTeamMember.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/add-mgbetateammember Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Add-MgBetaTeamMember --- @@ -28,7 +28,7 @@ Add-MgBetaTeamMember -TeamId [-ResponseHeadersVariable ] [-AdditionalProperties ] [-Values ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Add @@ -39,7 +39,6 @@ Add-MgBetaTeamMember -TeamId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### AddViaIdentityExpanded @@ -49,7 +48,7 @@ Add-MgBetaTeamMember -InputObject [-ResponseHeadersVariable ] [-Values ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### AddViaIdentity @@ -60,7 +59,6 @@ Add-MgBetaTeamMember -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Add-MgBetaTeamPrimaryChannelAllMember.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Add-MgBetaTeamPrimaryChannelAllMember.md index b017560cea15c..d040f6fefc0d6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Add-MgBetaTeamPrimaryChannelAllMember.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Add-MgBetaTeamPrimaryChannelAllMember.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/add-mgbetateamprimarychannelallmember Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Add-MgBetaTeamPrimaryChannelAllMember --- @@ -28,7 +28,7 @@ Add-MgBetaTeamPrimaryChannelAllMember -TeamId [-ResponseHeadersVariable [-AdditionalProperties ] [-Values ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Add @@ -39,7 +39,6 @@ Add-MgBetaTeamPrimaryChannelAllMember -TeamId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### AddViaIdentityExpanded @@ -50,7 +49,6 @@ Add-MgBetaTeamPrimaryChannelAllMember -InputObject [-Values ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### AddViaIdentity @@ -61,7 +59,6 @@ Add-MgBetaTeamPrimaryChannelAllMember -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Add-MgBetaTeamPrimaryChannelMember.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Add-MgBetaTeamPrimaryChannelMember.md index 38891fcaef7ed..c7de36f467967 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Add-MgBetaTeamPrimaryChannelMember.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Add-MgBetaTeamPrimaryChannelMember.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/add-mgbetateamprimarychannelmember Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Add-MgBetaTeamPrimaryChannelMember --- @@ -28,7 +28,7 @@ Add-MgBetaTeamPrimaryChannelMember -TeamId [-ResponseHeadersVariable ] [-Values ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Add @@ -39,7 +39,6 @@ Add-MgBetaTeamPrimaryChannelMember -TeamId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### AddViaIdentityExpanded @@ -49,7 +48,7 @@ Add-MgBetaTeamPrimaryChannelMember -InputObject [-ResponseHeade [-AdditionalProperties ] [-Values ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### AddViaIdentity @@ -60,7 +59,6 @@ Add-MgBetaTeamPrimaryChannelMember -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Add-MgBetaTeamworkDeletedTeamChannelAllMember.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Add-MgBetaTeamworkDeletedTeamChannelAllMember.md index e05034ad73fec..f1b3045f7c94c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Add-MgBetaTeamworkDeletedTeamChannelAllMember.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Add-MgBetaTeamworkDeletedTeamChannelAllMember.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/add-mgbetateamworkdeletedteamchannelallmember Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Add-MgBetaTeamworkDeletedTeamChannelAllMember --- @@ -29,7 +29,6 @@ Add-MgBetaTeamworkDeletedTeamChannelAllMember -ChannelId -DeletedTeamId [-Values ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Add @@ -40,7 +39,6 @@ Add-MgBetaTeamworkDeletedTeamChannelAllMember -ChannelId -DeletedTeamId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### AddViaIdentityExpanded @@ -51,7 +49,6 @@ Add-MgBetaTeamworkDeletedTeamChannelAllMember -InputObject [-Values ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### AddViaIdentity @@ -62,7 +59,6 @@ Add-MgBetaTeamworkDeletedTeamChannelAllMember -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Add-MgBetaTeamworkDeletedTeamChannelMember.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Add-MgBetaTeamworkDeletedTeamChannelMember.md index f251b67ee1b64..4816ae994979e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Add-MgBetaTeamworkDeletedTeamChannelMember.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Add-MgBetaTeamworkDeletedTeamChannelMember.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/add-mgbetateamworkdeletedteamchannelmember Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Add-MgBetaTeamworkDeletedTeamChannelMember --- @@ -29,7 +29,6 @@ Add-MgBetaTeamworkDeletedTeamChannelMember -ChannelId -DeletedTeamId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Add @@ -40,7 +39,6 @@ Add-MgBetaTeamworkDeletedTeamChannelMember -ChannelId -DeletedTeamId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### AddViaIdentityExpanded @@ -51,7 +49,6 @@ Add-MgBetaTeamworkDeletedTeamChannelMember -InputObject [-Values ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### AddViaIdentity @@ -62,7 +59,6 @@ Add-MgBetaTeamworkDeletedTeamChannelMember -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Add-MgBetaUserChatMember.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Add-MgBetaUserChatMember.md index aefef706e1769..98fcbad910747 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Add-MgBetaUserChatMember.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Add-MgBetaUserChatMember.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/add-mgbetauserchatmember Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Add-MgBetaUserChatMember --- @@ -28,7 +28,7 @@ Add-MgBetaUserChatMember -ChatId -UserId [-ResponseHeadersVari [-AdditionalProperties ] [-Values ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Add @@ -39,7 +39,6 @@ Add-MgBetaUserChatMember -ChatId -UserId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### AddViaIdentityExpanded @@ -49,7 +48,7 @@ Add-MgBetaUserChatMember -InputObject [-ResponseHeadersVariable [-AdditionalProperties ] [-Values ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### AddViaIdentity @@ -60,7 +59,6 @@ Add-MgBetaUserChatMember -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Clear-MgBetaChatMessageReaction.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Clear-MgBetaChatMessageReaction.md index ed6e407218af3..79bcbafcced18 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Clear-MgBetaChatMessageReaction.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Clear-MgBetaChatMessageReaction.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/clear-mgbetachatmessagereaction Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Clear-MgBetaChatMessageReaction --- @@ -28,7 +28,6 @@ Clear-MgBetaChatMessageReaction -ChatId -ChatMessageId [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Unset @@ -39,7 +38,6 @@ Clear-MgBetaChatMessageReaction -ChatId -ChatMessageId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UnsetViaIdentityExpanded @@ -49,7 +47,6 @@ Clear-MgBetaChatMessageReaction -InputObject [-ResponseHeadersV [-AdditionalProperties ] [-ReactionType ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UnsetViaIdentity @@ -60,7 +57,6 @@ Clear-MgBetaChatMessageReaction -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Clear-MgBetaChatMessageReplyReaction.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Clear-MgBetaChatMessageReplyReaction.md index f0ddfb19d1072..b1f4d03adc41b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Clear-MgBetaChatMessageReplyReaction.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Clear-MgBetaChatMessageReplyReaction.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/clear-mgbetachatmessagereplyreaction Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Clear-MgBetaChatMessageReplyReaction --- @@ -28,7 +28,6 @@ Clear-MgBetaChatMessageReplyReaction -ChatId -ChatMessageId [-ReactionType ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Unset @@ -40,7 +39,6 @@ Clear-MgBetaChatMessageReplyReaction -ChatId -ChatMessageId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UnsetViaIdentityExpanded @@ -51,7 +49,6 @@ Clear-MgBetaChatMessageReplyReaction -InputObject [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UnsetViaIdentity @@ -62,7 +59,6 @@ Clear-MgBetaChatMessageReplyReaction -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Clear-MgBetaGroupTeamChannelMessageReaction.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Clear-MgBetaGroupTeamChannelMessageReaction.md index 8a13e35c6a36a..7c6714766c2c6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Clear-MgBetaGroupTeamChannelMessageReaction.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Clear-MgBetaGroupTeamChannelMessageReaction.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/clear-mgbetagroupteamchannelmessagereaction Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Clear-MgBetaGroupTeamChannelMessageReaction --- @@ -28,7 +28,6 @@ Clear-MgBetaGroupTeamChannelMessageReaction -ChannelId -ChatMessageId < [-ReactionType ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Unset @@ -40,7 +39,6 @@ Clear-MgBetaGroupTeamChannelMessageReaction -ChannelId -ChatMessageId < [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UnsetViaIdentityExpanded @@ -51,7 +49,6 @@ Clear-MgBetaGroupTeamChannelMessageReaction -InputObject [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UnsetViaIdentity @@ -62,7 +59,6 @@ Clear-MgBetaGroupTeamChannelMessageReaction -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Clear-MgBetaGroupTeamChannelMessageReplyReaction.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Clear-MgBetaGroupTeamChannelMessageReplyReaction.md index 013819c6df337..87c2812a99b93 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Clear-MgBetaGroupTeamChannelMessageReplyReaction.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Clear-MgBetaGroupTeamChannelMessageReplyReaction.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/clear-mgbetagroupteamchannelmessagereplyreaction Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Clear-MgBetaGroupTeamChannelMessageReplyReaction --- @@ -28,7 +28,6 @@ Clear-MgBetaGroupTeamChannelMessageReplyReaction -ChannelId -ChatMessag [-AdditionalProperties ] [-ReactionType ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Unset @@ -40,7 +39,6 @@ Clear-MgBetaGroupTeamChannelMessageReplyReaction -ChannelId -ChatMessag [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UnsetViaIdentityExpanded @@ -51,7 +49,6 @@ Clear-MgBetaGroupTeamChannelMessageReplyReaction -InputObject [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UnsetViaIdentity @@ -62,7 +59,6 @@ Clear-MgBetaGroupTeamChannelMessageReplyReaction -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Clear-MgBetaGroupTeamPrimaryChannelMessageReaction.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Clear-MgBetaGroupTeamPrimaryChannelMessageReaction.md index 136aed50af022..22a234ff1c512 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Clear-MgBetaGroupTeamPrimaryChannelMessageReaction.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Clear-MgBetaGroupTeamPrimaryChannelMessageReaction.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/clear-mgbetagroupteamprimarychannelmessagereaction Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Clear-MgBetaGroupTeamPrimaryChannelMessageReaction --- @@ -28,7 +28,6 @@ Clear-MgBetaGroupTeamPrimaryChannelMessageReaction -ChatMessageId -Grou [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Unset @@ -39,7 +38,6 @@ Clear-MgBetaGroupTeamPrimaryChannelMessageReaction -ChatMessageId -Grou [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UnsetViaIdentityExpanded @@ -50,7 +48,6 @@ Clear-MgBetaGroupTeamPrimaryChannelMessageReaction -InputObject [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UnsetViaIdentity @@ -61,7 +58,6 @@ Clear-MgBetaGroupTeamPrimaryChannelMessageReaction -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Clear-MgBetaGroupTeamPrimaryChannelMessageReplyReaction.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Clear-MgBetaGroupTeamPrimaryChannelMessageReplyReaction.md index 2364dd27b634d..560c16d2c5591 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Clear-MgBetaGroupTeamPrimaryChannelMessageReplyReaction.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Clear-MgBetaGroupTeamPrimaryChannelMessageReplyReaction.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/clear-mgbetagroupteamprimarychannelmessagereplyreaction Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Clear-MgBetaGroupTeamPrimaryChannelMessageReplyReaction --- @@ -28,7 +28,6 @@ Clear-MgBetaGroupTeamPrimaryChannelMessageReplyReaction -ChatMessageId [-AdditionalProperties ] [-ReactionType ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Unset @@ -40,7 +39,6 @@ Clear-MgBetaGroupTeamPrimaryChannelMessageReplyReaction -ChatMessageId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UnsetViaIdentityExpanded @@ -51,7 +49,6 @@ Clear-MgBetaGroupTeamPrimaryChannelMessageReplyReaction -InputObject ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UnsetViaIdentity @@ -62,7 +59,6 @@ Clear-MgBetaGroupTeamPrimaryChannelMessageReplyReaction -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Clear-MgBetaTeamChannelMessageReaction.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Clear-MgBetaTeamChannelMessageReaction.md index 2f4e353764283..4bcf2254eee62 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Clear-MgBetaTeamChannelMessageReaction.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Clear-MgBetaTeamChannelMessageReaction.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/clear-mgbetateamchannelmessagereaction Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Clear-MgBetaTeamChannelMessageReaction --- @@ -28,7 +28,6 @@ Clear-MgBetaTeamChannelMessageReaction -ChannelId -ChatMessageId ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Unset @@ -39,7 +38,6 @@ Clear-MgBetaTeamChannelMessageReaction -ChannelId -ChatMessageId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UnsetViaIdentityExpanded @@ -50,7 +48,6 @@ Clear-MgBetaTeamChannelMessageReaction -InputObject [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UnsetViaIdentity @@ -61,7 +58,6 @@ Clear-MgBetaTeamChannelMessageReaction -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Clear-MgBetaTeamChannelMessageReplyReaction.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Clear-MgBetaTeamChannelMessageReplyReaction.md index f1b99059d958f..1b8932492aa1f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Clear-MgBetaTeamChannelMessageReplyReaction.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Clear-MgBetaTeamChannelMessageReplyReaction.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/clear-mgbetateamchannelmessagereplyreaction Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Clear-MgBetaTeamChannelMessageReplyReaction --- @@ -28,7 +28,6 @@ Clear-MgBetaTeamChannelMessageReplyReaction -ChannelId -ChatMessageId < [-AdditionalProperties ] [-ReactionType ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Unset @@ -40,7 +39,6 @@ Clear-MgBetaTeamChannelMessageReplyReaction -ChannelId -ChatMessageId < [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UnsetViaIdentityExpanded @@ -51,7 +49,6 @@ Clear-MgBetaTeamChannelMessageReplyReaction -InputObject [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UnsetViaIdentity @@ -62,7 +59,6 @@ Clear-MgBetaTeamChannelMessageReplyReaction -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Clear-MgBetaTeamPrimaryChannelMessageReaction.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Clear-MgBetaTeamPrimaryChannelMessageReaction.md index 9d6f774637c8c..05b70b4431da1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Clear-MgBetaTeamPrimaryChannelMessageReaction.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Clear-MgBetaTeamPrimaryChannelMessageReaction.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/clear-mgbetateamprimarychannelmessagereaction Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Clear-MgBetaTeamPrimaryChannelMessageReaction --- @@ -28,7 +28,6 @@ Clear-MgBetaTeamPrimaryChannelMessageReaction -ChatMessageId -TeamId ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Unset @@ -39,7 +38,6 @@ Clear-MgBetaTeamPrimaryChannelMessageReaction -ChatMessageId -TeamId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UnsetViaIdentityExpanded @@ -50,7 +48,6 @@ Clear-MgBetaTeamPrimaryChannelMessageReaction -InputObject [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UnsetViaIdentity @@ -61,7 +58,6 @@ Clear-MgBetaTeamPrimaryChannelMessageReaction -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Clear-MgBetaTeamPrimaryChannelMessageReplyReaction.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Clear-MgBetaTeamPrimaryChannelMessageReplyReaction.md index 6010f42cdff36..dbf4d5165b56e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Clear-MgBetaTeamPrimaryChannelMessageReplyReaction.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Clear-MgBetaTeamPrimaryChannelMessageReplyReaction.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/clear-mgbetateamprimarychannelmessagereplyreaction Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Clear-MgBetaTeamPrimaryChannelMessageReplyReaction --- @@ -28,7 +28,6 @@ Clear-MgBetaTeamPrimaryChannelMessageReplyReaction -ChatMessageId -Chat [-ReactionType ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Unset @@ -40,7 +39,6 @@ Clear-MgBetaTeamPrimaryChannelMessageReplyReaction -ChatMessageId -Chat [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UnsetViaIdentityExpanded @@ -51,7 +49,6 @@ Clear-MgBetaTeamPrimaryChannelMessageReplyReaction -InputObject [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UnsetViaIdentity @@ -62,7 +59,6 @@ Clear-MgBetaTeamPrimaryChannelMessageReplyReaction -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Clear-MgBetaTeamworkDeletedTeamChannelMessageReaction.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Clear-MgBetaTeamworkDeletedTeamChannelMessageReaction.md index 35f2bbf7b0236..b5c65ad3b366f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Clear-MgBetaTeamworkDeletedTeamChannelMessageReaction.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Clear-MgBetaTeamworkDeletedTeamChannelMessageReaction.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/clear-mgbetateamworkdeletedteamchannelmessagereaction Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Clear-MgBetaTeamworkDeletedTeamChannelMessageReaction --- @@ -28,7 +28,6 @@ Clear-MgBetaTeamworkDeletedTeamChannelMessageReaction -ChannelId -ChatM [-ReactionType ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Unset @@ -40,7 +39,6 @@ Clear-MgBetaTeamworkDeletedTeamChannelMessageReaction -ChannelId -ChatM [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UnsetViaIdentityExpanded @@ -51,7 +49,6 @@ Clear-MgBetaTeamworkDeletedTeamChannelMessageReaction -InputObject ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UnsetViaIdentity @@ -62,7 +59,6 @@ Clear-MgBetaTeamworkDeletedTeamChannelMessageReaction -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Clear-MgBetaTeamworkDeletedTeamChannelMessageReplyReaction.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Clear-MgBetaTeamworkDeletedTeamChannelMessageReplyReaction.md index 836a66f537aed..dc479cff3578a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Clear-MgBetaTeamworkDeletedTeamChannelMessageReplyReaction.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Clear-MgBetaTeamworkDeletedTeamChannelMessageReplyReaction.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/clear-mgbetateamworkdeletedteamchannelmessagereplyreaction Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Clear-MgBetaTeamworkDeletedTeamChannelMessageReplyReaction --- @@ -29,7 +29,6 @@ Clear-MgBetaTeamworkDeletedTeamChannelMessageReplyReaction -ChannelId [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Unset @@ -41,7 +40,6 @@ Clear-MgBetaTeamworkDeletedTeamChannelMessageReplyReaction -ChannelId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UnsetViaIdentityExpanded @@ -52,7 +50,6 @@ Clear-MgBetaTeamworkDeletedTeamChannelMessageReplyReaction -InputObject ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UnsetViaIdentity @@ -63,7 +60,6 @@ Clear-MgBetaTeamworkDeletedTeamChannelMessageReplyReaction -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Clear-MgBetaUserChatMessageReaction.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Clear-MgBetaUserChatMessageReaction.md index a0879bc17692d..86a3e21533b0f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Clear-MgBetaUserChatMessageReaction.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Clear-MgBetaUserChatMessageReaction.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/clear-mgbetauserchatmessagereaction Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Clear-MgBetaUserChatMessageReaction --- @@ -28,7 +28,6 @@ Clear-MgBetaUserChatMessageReaction -ChatId -ChatMessageId -Us [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Unset @@ -39,7 +38,6 @@ Clear-MgBetaUserChatMessageReaction -ChatId -ChatMessageId -Us [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UnsetViaIdentityExpanded @@ -50,7 +48,6 @@ Clear-MgBetaUserChatMessageReaction -InputObject [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UnsetViaIdentity @@ -61,7 +58,6 @@ Clear-MgBetaUserChatMessageReaction -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Clear-MgBetaUserChatMessageReplyReaction.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Clear-MgBetaUserChatMessageReplyReaction.md index 5c0dac2e3728f..5d805f52588a5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Clear-MgBetaUserChatMessageReplyReaction.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Clear-MgBetaUserChatMessageReplyReaction.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/clear-mgbetauserchatmessagereplyreaction Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Clear-MgBetaUserChatMessageReplyReaction --- @@ -28,7 +28,6 @@ Clear-MgBetaUserChatMessageReplyReaction -ChatId -ChatMessageId ] [-ReactionType ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Unset @@ -40,7 +39,6 @@ Clear-MgBetaUserChatMessageReplyReaction -ChatId -ChatMessageId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UnsetViaIdentityExpanded @@ -51,7 +49,6 @@ Clear-MgBetaUserChatMessageReplyReaction -InputObject [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UnsetViaIdentity @@ -62,7 +59,6 @@ Clear-MgBetaUserChatMessageReplyReaction -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Complete-MgBetaChatMigration.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Complete-MgBetaChatMigration.md index 4a016dbd96143..a3d31ef608fa9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Complete-MgBetaChatMigration.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Complete-MgBetaChatMigration.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/complete-mgbetachatmigration Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Complete-MgBetaChatMigration --- @@ -19,6 +19,9 @@ For more information, see Import third-party platform messages to Teams using Mi After a completeMigration request is made for an existing or new chat, you can start a migration session by calling chat: startMigration. This API supportes the following channel types. +> [!NOTE] +> To view the v1.0 release of this cmdlet, view [Complete-MgChatMigration](/powershell/module/Microsoft.Graph.Teams/Complete-MgChatMigration?view=graph-powershell-1.0) + ## SYNTAX ### Complete (Default) @@ -28,7 +31,6 @@ Complete-MgBetaChatMigration -ChatId [-ResponseHeadersVariable [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CompleteViaIdentity @@ -38,7 +40,6 @@ Complete-MgBetaChatMigration -InputObject [-ResponseHeadersVari [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -54,6 +55,30 @@ For more information, see Import third-party platform messages to Teams using Mi After a completeMigration request is made for an existing or new chat, you can start a migration session by calling chat: startMigration. This API supportes the following channel types. +## EXAMPLES +### Example 1: Complete the migration of external messages in a chat + +```powershell + +Import-Module Microsoft.Graph.Beta.Teams + +Complete-MgBetaChatMigration -ChatId $chatId + +``` +This example will complete the migration of external messages in a chat + +### Example 2: Complete the migration when a chat is already in migration mode + +```powershell + +Import-Module Microsoft.Graph.Beta.Teams + +Complete-MgBetaChatMigration -ChatId $chatId + +``` +This example will complete the migration when a chat is already in migration mode + + ## PARAMETERS ### -Break @@ -435,6 +460,5 @@ INPUTOBJECT ``: Identity Parameter - diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Complete-MgBetaGroupTeamChannelMigration.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Complete-MgBetaGroupTeamChannelMigration.md index 5d3b6c3b2420e..f155e8653acef 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Complete-MgBetaGroupTeamChannelMigration.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Complete-MgBetaGroupTeamChannelMigration.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/complete-mgbetagroupteamchannelmigration Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Complete-MgBetaGroupTeamChannelMigration --- @@ -31,7 +31,6 @@ Complete-MgBetaGroupTeamChannelMigration -ChannelId -GroupId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CompleteViaIdentity @@ -41,7 +40,6 @@ Complete-MgBetaGroupTeamChannelMigration -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Complete-MgBetaGroupTeamMigration.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Complete-MgBetaGroupTeamMigration.md index 9548c36623b5f..12a6cc915291c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Complete-MgBetaGroupTeamMigration.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Complete-MgBetaGroupTeamMigration.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/complete-mgbetagroupteammigration Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Complete-MgBetaGroupTeamMigration --- @@ -30,7 +30,6 @@ Complete-MgBetaGroupTeamMigration -GroupId [-ResponseHeadersVariable ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CompleteViaIdentity @@ -40,7 +39,6 @@ Complete-MgBetaGroupTeamMigration -InputObject [-ResponseHeader [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Complete-MgBetaGroupTeamPrimaryChannelMigration.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Complete-MgBetaGroupTeamPrimaryChannelMigration.md index a8cbd7ea68bf9..f93d9d28a5251 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Complete-MgBetaGroupTeamPrimaryChannelMigration.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Complete-MgBetaGroupTeamPrimaryChannelMigration.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/complete-mgbetagroupteamprimarychannelmigration Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Complete-MgBetaGroupTeamPrimaryChannelMigration --- @@ -31,7 +31,6 @@ Complete-MgBetaGroupTeamPrimaryChannelMigration -GroupId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CompleteViaIdentity @@ -41,7 +40,6 @@ Complete-MgBetaGroupTeamPrimaryChannelMigration -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Complete-MgBetaTeamChannelMigration.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Complete-MgBetaTeamChannelMigration.md index 370270ef77941..33885cf0a71e6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Complete-MgBetaTeamChannelMigration.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Complete-MgBetaTeamChannelMigration.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/complete-mgbetateamchannelmigration Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Complete-MgBetaTeamChannelMigration --- @@ -31,7 +31,6 @@ Complete-MgBetaTeamChannelMigration -ChannelId -TeamId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CompleteViaIdentity @@ -41,7 +40,6 @@ Complete-MgBetaTeamChannelMigration -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -58,7 +56,7 @@ Consider the following points when completing migration for new and existing cha This API supportes the following channel types. ## EXAMPLES -### Example 1: Code snippet +### Example 1: Complete the migration when a channel is in migration mode ```powershell @@ -67,7 +65,18 @@ Import-Module Microsoft.Graph.Beta.Teams Complete-MgBetaTeamChannelMigration -TeamId $teamId -ChannelId $channelId ``` -This example shows how to use the Complete-MgBetaTeamChannelMigration Cmdlet. +This example will complete the migration when a channel is in migration mode + +### Example 2: Complete the migration when a channel isn't in migration mode + +```powershell + +Import-Module Microsoft.Graph.Beta.Teams + +Complete-MgBetaTeamChannelMigration -TeamId $teamId -ChannelId $channelId + +``` +This example will complete the migration when a channel isn't in migration mode ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Complete-MgBetaTeamMigration.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Complete-MgBetaTeamMigration.md index a9ebfd935157d..c02e0a4d1fec8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Complete-MgBetaTeamMigration.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Complete-MgBetaTeamMigration.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/complete-mgbetateammigration Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Complete-MgBetaTeamMigration --- @@ -30,7 +30,6 @@ Complete-MgBetaTeamMigration -TeamId [-ResponseHeadersVariable [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CompleteViaIdentity @@ -40,7 +39,6 @@ Complete-MgBetaTeamMigration -InputObject [-ResponseHeadersVari [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Complete-MgBetaTeamPrimaryChannelMigration.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Complete-MgBetaTeamPrimaryChannelMigration.md index 2e09f96a88166..75ac152a3ead5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Complete-MgBetaTeamPrimaryChannelMigration.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Complete-MgBetaTeamPrimaryChannelMigration.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/complete-mgbetateamprimarychannelmigration Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Complete-MgBetaTeamPrimaryChannelMigration --- @@ -31,7 +31,6 @@ Complete-MgBetaTeamPrimaryChannelMigration -TeamId [-ResponseHeadersVar [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CompleteViaIdentity @@ -41,7 +40,6 @@ Complete-MgBetaTeamPrimaryChannelMigration -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Complete-MgBetaTeamworkDeletedTeamChannelMigration.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Complete-MgBetaTeamworkDeletedTeamChannelMigration.md index eec6ae9f8d849..032b148d8425b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Complete-MgBetaTeamworkDeletedTeamChannelMigration.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Complete-MgBetaTeamworkDeletedTeamChannelMigration.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/complete-mgbetateamworkdeletedteamchannelmigration Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Complete-MgBetaTeamworkDeletedTeamChannelMigration --- @@ -31,7 +31,6 @@ Complete-MgBetaTeamworkDeletedTeamChannelMigration -ChannelId -DeletedT [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CompleteViaIdentity @@ -41,7 +40,6 @@ Complete-MgBetaTeamworkDeletedTeamChannelMigration -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Complete-MgBetaUserChatMigration.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Complete-MgBetaUserChatMigration.md index 61b5266e50a80..0ce9e4ef08a77 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Complete-MgBetaUserChatMigration.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Complete-MgBetaUserChatMigration.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/complete-mgbetauserchatmigration Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Complete-MgBetaUserChatMigration --- @@ -19,6 +19,9 @@ For more information, see Import third-party platform messages to Teams using Mi After a completeMigration request is made for an existing or new chat, you can start a migration session by calling chat: startMigration. This API supportes the following channel types. +> [!NOTE] +> To view the v1.0 release of this cmdlet, view [Complete-MgUserChatMigration](/powershell/module/Microsoft.Graph.Teams/Complete-MgUserChatMigration?view=graph-powershell-1.0) + ## SYNTAX ### Complete (Default) @@ -28,7 +31,6 @@ Complete-MgBetaUserChatMigration -ChatId -UserId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CompleteViaIdentity @@ -38,7 +40,6 @@ Complete-MgBetaUserChatMigration -InputObject [-ResponseHeaders [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Confirm-MgBetaGroupTeamScheduleTimeCard.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Confirm-MgBetaGroupTeamScheduleTimeCard.md index ca7f19e75150a..1c676e7da1118 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Confirm-MgBetaGroupTeamScheduleTimeCard.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Confirm-MgBetaGroupTeamScheduleTimeCard.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/confirm-mgbetagroupteamscheduletimecard Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Confirm-MgBetaGroupTeamScheduleTimeCard --- @@ -27,7 +27,6 @@ Confirm-MgBetaGroupTeamScheduleTimeCard -GroupId -TimeCardId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ConfirmViaIdentity @@ -37,7 +36,6 @@ Confirm-MgBetaGroupTeamScheduleTimeCard -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Confirm-MgBetaGroupTeamScheduleTimeCardForUser.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Confirm-MgBetaGroupTeamScheduleTimeCardForUser.md index b96de5ea03726..17a609ec3bca1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Confirm-MgBetaGroupTeamScheduleTimeCardForUser.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Confirm-MgBetaGroupTeamScheduleTimeCardForUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/confirm-mgbetagroupteamscheduletimecardforuser Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Confirm-MgBetaGroupTeamScheduleTimeCardForUser --- @@ -24,7 +24,7 @@ Confirm-MgBetaGroupTeamScheduleTimeCardForUser -GroupId -TimeCardId ] [-AdditionalProperties ] [-UserId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Confirm @@ -35,7 +35,6 @@ Confirm-MgBetaGroupTeamScheduleTimeCardForUser -GroupId -TimeCardId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ConfirmViaIdentityExpanded @@ -45,7 +44,7 @@ Confirm-MgBetaGroupTeamScheduleTimeCardForUser -InputObject [-ResponseHeadersVariable ] [-AdditionalProperties ] [-UserId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### ConfirmViaIdentity @@ -56,7 +55,6 @@ Confirm-MgBetaGroupTeamScheduleTimeCardForUser -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Confirm-MgBetaTeamScheduleTimeCard.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Confirm-MgBetaTeamScheduleTimeCard.md index ada69daa5e446..dc774ca0e5fc3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Confirm-MgBetaTeamScheduleTimeCard.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Confirm-MgBetaTeamScheduleTimeCard.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/confirm-mgbetateamscheduletimecard Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Confirm-MgBetaTeamScheduleTimeCard --- @@ -27,7 +27,6 @@ Confirm-MgBetaTeamScheduleTimeCard -TeamId -TimeCardId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ConfirmViaIdentity @@ -36,7 +35,7 @@ Confirm-MgBetaTeamScheduleTimeCard -TeamId -TimeCardId Confirm-MgBetaTeamScheduleTimeCard -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Confirm-MgBetaTeamScheduleTimeCardForUser.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Confirm-MgBetaTeamScheduleTimeCardForUser.md index 9d80ee42c87a7..3e4590e8a6902 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Confirm-MgBetaTeamScheduleTimeCardForUser.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Confirm-MgBetaTeamScheduleTimeCardForUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/confirm-mgbetateamscheduletimecardforuser Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Confirm-MgBetaTeamScheduleTimeCardForUser --- @@ -24,7 +24,7 @@ Confirm-MgBetaTeamScheduleTimeCardForUser -TeamId -TimeCardId [-ResponseHeadersVariable ] [-AdditionalProperties ] [-UserId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Confirm @@ -35,7 +35,6 @@ Confirm-MgBetaTeamScheduleTimeCardForUser -TeamId -TimeCardId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ConfirmViaIdentityExpanded @@ -45,7 +44,7 @@ Confirm-MgBetaTeamScheduleTimeCardForUser -InputObject [-ResponseHeadersVariable ] [-AdditionalProperties ] [-UserId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### ConfirmViaIdentity @@ -56,7 +55,6 @@ Confirm-MgBetaTeamScheduleTimeCardForUser -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Copy-MgBetaGroupTeam.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Copy-MgBetaGroupTeam.md index b5afed64dafd9..426b99d8748a8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Copy-MgBetaGroupTeam.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Copy-MgBetaGroupTeam.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/copy-mgbetagroupteam Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Copy-MgBetaGroupTeam --- @@ -36,7 +36,6 @@ Copy-MgBetaGroupTeam -GroupId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Clone @@ -47,7 +46,6 @@ Copy-MgBetaGroupTeam -GroupId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CloneViaIdentityExpanded @@ -59,7 +57,6 @@ Copy-MgBetaGroupTeam -InputObject [-ResponseHeadersVariable ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CloneViaIdentity @@ -70,7 +67,6 @@ Copy-MgBetaGroupTeam -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Copy-MgBetaTeam.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Copy-MgBetaTeam.md index 65c74a7a76df1..2553cbf31c549 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Copy-MgBetaTeam.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Copy-MgBetaTeam.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/copy-mgbetateam Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Copy-MgBetaTeam --- @@ -36,7 +36,6 @@ Copy-MgBetaTeam -TeamId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Clone @@ -47,7 +46,6 @@ Copy-MgBetaTeam -TeamId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CloneViaIdentityExpanded @@ -59,7 +57,6 @@ Copy-MgBetaTeam -InputObject [-ResponseHeadersVariable [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CloneViaIdentity @@ -70,7 +67,6 @@ Copy-MgBetaTeam -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -93,9 +89,9 @@ The recommended delay between GETs is 5 seconds. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Team.Create, Group.ReadWrite.All, Directory.ReadWrite.All, | +| Delegated (work or school account) | Team.Create, Directory.ReadWrite.All, Group.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | Team.Create, Group.ReadWrite.All, Directory.ReadWrite.All, | +| Application | Team.Create, Directory.ReadWrite.All, Group.ReadWrite.All, | ## EXAMPLES ### Example 1: Code snippet diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaAllGroupTeamChannel.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaAllGroupTeamChannel.md index 57da4fd163aec..1cae2ac7350c7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaAllGroupTeamChannel.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaAllGroupTeamChannel.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetaallgroupteamchannel Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaAllGroupTeamChannel --- @@ -28,7 +28,7 @@ Get-MgBetaAllGroupTeamChannel -GroupId [-ExpandProperty ] [-P [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -37,7 +37,7 @@ Get-MgBetaAllGroupTeamChannel -GroupId [-ExpandProperty ] [-P Get-MgBetaAllGroupTeamChannel -ChannelId -GroupId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +46,7 @@ Get-MgBetaAllGroupTeamChannel -ChannelId -GroupId [-ExpandProp Get-MgBetaAllGroupTeamChannel -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaAllGroupTeamChannelCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaAllGroupTeamChannelCount.md index 59239636526aa..5d17bb0f39eb1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaAllGroupTeamChannelCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaAllGroupTeamChannelCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetaallgroupteamchannelcount Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaAllGroupTeamChannelCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaAllGroupTeamChannelCount -GroupId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaAllGroupTeamChannelCount -GroupId [-Filter ] [-Search Get-MgBetaAllGroupTeamChannelCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaAllTeamChannel.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaAllTeamChannel.md index 235df5c02beb5..5b01a94ec64ed 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaAllTeamChannel.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaAllTeamChannel.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetaallteamchannel Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaAllTeamChannel --- @@ -28,7 +28,7 @@ Get-MgBetaAllTeamChannel -TeamId [-ExpandProperty ] [-Propert [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -37,7 +37,7 @@ Get-MgBetaAllTeamChannel -TeamId [-ExpandProperty ] [-Propert Get-MgBetaAllTeamChannel -ChannelId -TeamId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +46,7 @@ Get-MgBetaAllTeamChannel -ChannelId -TeamId [-ExpandProperty < Get-MgBetaAllTeamChannel -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaAllTeamChannelCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaAllTeamChannelCount.md index 219f940c16840..4cd11fe8f2177 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaAllTeamChannelCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaAllTeamChannelCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetaallteamchannelcount Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaAllTeamChannelCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaAllTeamChannelCount -TeamId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaAllTeamChannelCount -TeamId [-Filter ] [-Search [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -51,9 +51,9 @@ Get the number of the resource | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Channel.ReadBasic.All, ChannelSettings.ReadWrite.All, ChannelSettings.Read.All, | +| Delegated (work or school account) | Channel.ReadBasic.All, ChannelSettings.Read.All, ChannelSettings.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | Channel.ReadBasic.All, ChannelSettings.ReadWrite.All, ChannelSettings.Read.All, | +| Application | Channel.ReadBasic.All, ChannelSettings.Read.All, ChannelSettings.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaAllTeamMessage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaAllTeamMessage.md index 27646f4c3d95e..ea5ea65c03b2e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaAllTeamMessage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaAllTeamMessage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetaallteammessage Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaAllTeamMessage --- @@ -27,7 +27,7 @@ Get-MgBetaAllTeamMessage [-Count] [-ExpandProperty ] [-Filter [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -43,9 +43,9 @@ Invoke function getAllMessages | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Team.ReadBasic.All, TeamSettings.ReadWrite.All, TeamSettings.Read.All, Group.ReadWrite.All, Group.Read.All, Directory.ReadWrite.All, Directory.Read.All, | +| Delegated (work or school account) | Team.ReadBasic.All, Directory.Read.All, Directory.ReadWrite.All, Group.Read.All, Group.ReadWrite.All, TeamSettings.Read.All, TeamSettings.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | TeamSettings.Read.Group, TeamSettings.ReadWrite.Group, TeamSettings.ReadWrite.All, TeamSettings.Read.All, Team.ReadBasic.All, Group.ReadWrite.All, Group.Read.All, Directory.ReadWrite.All, Directory.Read.All, | +| Application | TeamSettings.Read.Group, Directory.Read.All, Directory.ReadWrite.All, Group.Read.All, Group.ReadWrite.All, Team.ReadBasic.All, TeamSettings.Read.All, TeamSettings.ReadWrite.All, TeamSettings.ReadWrite.Group, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaAllTeamworkDeletedTeamMessage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaAllTeamworkDeletedTeamMessage.md index bf727c59b3f8d..a8397ff8af393 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaAllTeamworkDeletedTeamMessage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaAllTeamworkDeletedTeamMessage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetaallteamworkdeletedteammessage Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaAllTeamworkDeletedTeamMessage --- @@ -27,7 +27,7 @@ Get-MgBetaAllTeamworkDeletedTeamMessage [-Count] [-ExpandProperty ] [- [-Model ] [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaAllUserChatMessage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaAllUserChatMessage.md index 2e7cb0e17d52d..c0b8c4f0f960f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaAllUserChatMessage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaAllUserChatMessage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetaalluserchatmessage Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaAllUserChatMessage --- @@ -28,7 +28,7 @@ Get-MgBetaAllUserChatMessage -UserId [-ExpandProperty ] [-Pro [-Count] [-Filter ] [-Model ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### List @@ -39,7 +39,7 @@ Get-MgBetaAllUserChatMessage -ChatId -UserId [-ExpandProperty [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -49,7 +49,7 @@ Get-MgBetaAllUserChatMessage -ChatId -ChatMessageId -UserId ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity1 @@ -60,7 +60,7 @@ Get-MgBetaAllUserChatMessage -InputObject [-ExpandProperty ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -69,7 +69,7 @@ Get-MgBetaAllUserChatMessage -InputObject [-ExpandProperty [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -86,9 +86,9 @@ Nullable. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Chat.Read, Group.ReadWrite.All, Group.Read.All, Chat.ReadWrite, | +| Delegated (work or school account) | Chat.Read, Chat.ReadWrite, Group.Read.All, Group.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | ChatMessage.Read.Chat, Group.ReadWrite.All, Group.Read.All, Chat.ReadWrite.All, Chat.Read.All, | +| Application | ChatMessage.Read.Chat, Chat.Read.All, Chat.ReadWrite.All, Group.Read.All, Group.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaAppCatalogTeamApp.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaAppCatalogTeamApp.md index b94729fc3dd5f..0da6f2719a993 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaAppCatalogTeamApp.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaAppCatalogTeamApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetaappcatalogteamapp Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaAppCatalogTeamApp --- @@ -28,7 +28,7 @@ Get-MgBetaAppCatalogTeamApp [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -37,7 +37,7 @@ Get-MgBetaAppCatalogTeamApp [-ExpandProperty ] [-Property ] Get-MgBetaAppCatalogTeamApp -TeamsAppId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +46,7 @@ Get-MgBetaAppCatalogTeamApp -TeamsAppId [-ExpandProperty ] [- Get-MgBetaAppCatalogTeamApp -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaAppCatalogTeamAppCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaAppCatalogTeamAppCount.md index a483845ba8d2c..59291eb40a0ee 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaAppCatalogTeamAppCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaAppCatalogTeamAppCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetaappcatalogteamappcount Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaAppCatalogTeamAppCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaAppCatalogTeamAppCount [-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) | AppCatalog.Submit, Directory.ReadWrite.All, Directory.Read.All, AppCatalog.ReadWrite.All, AppCatalog.Read.All, | +| Delegated (work or school account) | AppCatalog.Submit, AppCatalog.Read.All, AppCatalog.ReadWrite.All, Directory.Read.All, Directory.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | | Application | AppCatalog.Read.All, AppCatalog.ReadWrite.All, | diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaAppCatalogTeamAppDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaAppCatalogTeamAppDefinition.md index 71af75d58a2f6..4fa51a74a5e52 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaAppCatalogTeamAppDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaAppCatalogTeamAppDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetaappcatalogteamappdefinition Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaAppCatalogTeamAppDefinition --- @@ -28,7 +28,7 @@ Get-MgBetaAppCatalogTeamAppDefinition -TeamsAppId [-ExpandProperty ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaAppCatalogTeamAppDefinition -TeamsAppDefinitionId -TeamsAppId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -47,7 +47,7 @@ Get-MgBetaAppCatalogTeamAppDefinition -TeamsAppDefinitionId -TeamsAppId Get-MgBetaAppCatalogTeamAppDefinition -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaAppCatalogTeamAppDefinitionBot.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaAppCatalogTeamAppDefinitionBot.md index 092e948a9c062..2dbfc3a3aa728 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaAppCatalogTeamAppDefinitionBot.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaAppCatalogTeamAppDefinitionBot.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetaappcatalogteamappdefinitionbot Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaAppCatalogTeamAppDefinitionBot --- @@ -27,7 +27,7 @@ Get-MgBetaAppCatalogTeamAppDefinitionBot -TeamsAppDefinitionId -TeamsAp [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaAppCatalogTeamAppDefinitionBot -TeamsAppDefinitionId -TeamsAp Get-MgBetaAppCatalogTeamAppDefinitionBot -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -52,7 +52,7 @@ Get the bot associated with a specific definition of the TeamsApp. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | AppCatalog.Read.All, AppCatalog.Submit, AppCatalog.ReadWrite.All, | +| Delegated (work or school account) | AppCatalog.Read.All, AppCatalog.ReadWrite.All, AppCatalog.Submit, | | Delegated (personal Microsoft account) | Not supported | | Application | AppCatalog.Read.All, AppCatalog.ReadWrite.All, | diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaAppCatalogTeamAppDefinitionColorIcon.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaAppCatalogTeamAppDefinitionColorIcon.md index e945afc3451b7..0d273888c1174 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaAppCatalogTeamAppDefinitionColorIcon.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaAppCatalogTeamAppDefinitionColorIcon.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetaappcatalogteamappdefinitioncoloricon Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaAppCatalogTeamAppDefinitionColorIcon --- @@ -24,7 +24,7 @@ Get-MgBetaAppCatalogTeamAppDefinitionColorIcon -TeamsAppDefinitionId -T [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaAppCatalogTeamAppDefinitionColorIcon -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -50,7 +50,7 @@ Retrieve a Teams app icon associated with a specific definition of an app. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | AppCatalog.Read.All, AppCatalog.Submit, AppCatalog.ReadWrite.All, | +| Delegated (work or school account) | AppCatalog.Read.All, AppCatalog.ReadWrite.All, AppCatalog.Submit, | | Delegated (personal Microsoft account) | Not supported | | Application | AppCatalog.Read.All, AppCatalog.ReadWrite.All, | diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaAppCatalogTeamAppDefinitionColorIconHostedContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaAppCatalogTeamAppDefinitionColorIconHostedContent.md index 7e51176c67ae6..2324ea9bf9b79 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaAppCatalogTeamAppDefinitionColorIconHostedContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaAppCatalogTeamAppDefinitionColorIconHostedContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetaappcatalogteamappdefinitioncoloriconhostedcontent Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaAppCatalogTeamAppDefinitionColorIconHostedContent --- @@ -24,7 +24,7 @@ Get-MgBetaAppCatalogTeamAppDefinitionColorIconHostedContent -TeamsAppDefinitionI -TeamsAppId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### Get1 @@ -34,7 +34,7 @@ Get-MgBetaAppCatalogTeamAppDefinitionColorIconHostedContent -TeamsAppDefinitionI -TeamsAppId -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-PassThru] [] + [-ProxyUseDefaultCredentials] [-PassThru] ``` ### GetViaIdentity1 @@ -43,7 +43,7 @@ Get-MgBetaAppCatalogTeamAppDefinitionColorIconHostedContent -TeamsAppDefinitionI Get-MgBetaAppCatalogTeamAppDefinitionColorIconHostedContent -InputObject -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PassThru] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PassThru] ``` ### GetViaIdentity @@ -53,7 +53,7 @@ Get-MgBetaAppCatalogTeamAppDefinitionColorIconHostedContent -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -69,7 +69,7 @@ Retrieve the hosted content in an app's icon. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | AppCatalog.Read.All, AppCatalog.Submit, AppCatalog.ReadWrite.All, | +| Delegated (work or school account) | AppCatalog.Read.All, AppCatalog.ReadWrite.All, AppCatalog.Submit, | | Delegated (personal Microsoft account) | Not supported | | Application | AppCatalog.Read.All, AppCatalog.ReadWrite.All, | diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaAppCatalogTeamAppDefinitionCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaAppCatalogTeamAppDefinitionCount.md index 72114f704ff5b..464535eaaae3b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaAppCatalogTeamAppDefinitionCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaAppCatalogTeamAppDefinitionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetaappcatalogteamappdefinitioncount Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaAppCatalogTeamAppDefinitionCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaAppCatalogTeamAppDefinitionCount -TeamsAppId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaAppCatalogTeamAppDefinitionCount -TeamsAppId [-Filter [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaAppCatalogTeamAppDefinitionDashboardCard.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaAppCatalogTeamAppDefinitionDashboardCard.md index 87a015bd35ba4..d2167e580f192 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaAppCatalogTeamAppDefinitionDashboardCard.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaAppCatalogTeamAppDefinitionDashboardCard.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetaappcatalogteamappdefinitiondashboardcard Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaAppCatalogTeamAppDefinitionDashboardCard --- @@ -26,7 +26,7 @@ Get-MgBetaAppCatalogTeamAppDefinitionDashboardCard -TeamsAppDefinitionId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -36,7 +36,7 @@ Get-MgBetaAppCatalogTeamAppDefinitionDashboardCard -TeamsAppDashboardCardDefinit -TeamsAppDefinitionId -TeamsAppId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +46,7 @@ Get-MgBetaAppCatalogTeamAppDefinitionDashboardCard -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaAppCatalogTeamAppDefinitionDashboardCardCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaAppCatalogTeamAppDefinitionDashboardCardCount.md index 213bdfe89ed7e..9313faee4555f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaAppCatalogTeamAppDefinitionDashboardCardCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaAppCatalogTeamAppDefinitionDashboardCardCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetaappcatalogteamappdefinitiondashboardcardcount Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaAppCatalogTeamAppDefinitionDashboardCardCount --- @@ -24,7 +24,7 @@ Get-MgBetaAppCatalogTeamAppDefinitionDashboardCardCount -TeamsAppDefinitionId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaAppCatalogTeamAppDefinitionDashboardCardCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaAppCatalogTeamAppDefinitionOutlineIcon.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaAppCatalogTeamAppDefinitionOutlineIcon.md index c0d9f01692e3e..48fc6a00281fe 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaAppCatalogTeamAppDefinitionOutlineIcon.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaAppCatalogTeamAppDefinitionOutlineIcon.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetaappcatalogteamappdefinitionoutlineicon Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaAppCatalogTeamAppDefinitionOutlineIcon --- @@ -24,7 +24,7 @@ Get-MgBetaAppCatalogTeamAppDefinitionOutlineIcon -TeamsAppDefinitionId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaAppCatalogTeamAppDefinitionOutlineIcon -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -50,7 +50,7 @@ Retrieve a Teams app icon associated with a specific definition of an app. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | AppCatalog.Read.All, AppCatalog.Submit, AppCatalog.ReadWrite.All, | +| Delegated (work or school account) | AppCatalog.Read.All, AppCatalog.ReadWrite.All, AppCatalog.Submit, | | Delegated (personal Microsoft account) | Not supported | | Application | AppCatalog.Read.All, AppCatalog.ReadWrite.All, | diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaAppCatalogTeamAppDefinitionOutlineIconHostedContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaAppCatalogTeamAppDefinitionOutlineIconHostedContent.md index cc6db16a3db58..295f42cbf3638 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaAppCatalogTeamAppDefinitionOutlineIconHostedContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaAppCatalogTeamAppDefinitionOutlineIconHostedContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetaappcatalogteamappdefinitionoutlineiconhostedcontent Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaAppCatalogTeamAppDefinitionOutlineIconHostedContent --- @@ -24,7 +24,7 @@ Get-MgBetaAppCatalogTeamAppDefinitionOutlineIconHostedContent -TeamsAppDefinitio -TeamsAppId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### Get1 @@ -34,7 +34,7 @@ Get-MgBetaAppCatalogTeamAppDefinitionOutlineIconHostedContent -TeamsAppDefinitio -TeamsAppId -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-PassThru] [] + [-ProxyUseDefaultCredentials] [-PassThru] ``` ### GetViaIdentity1 @@ -43,7 +43,7 @@ Get-MgBetaAppCatalogTeamAppDefinitionOutlineIconHostedContent -TeamsAppDefinitio Get-MgBetaAppCatalogTeamAppDefinitionOutlineIconHostedContent -InputObject -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PassThru] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PassThru] ``` ### GetViaIdentity @@ -53,7 +53,7 @@ Get-MgBetaAppCatalogTeamAppDefinitionOutlineIconHostedContent -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -69,7 +69,7 @@ Retrieve the hosted content in an app's icon. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | AppCatalog.Read.All, AppCatalog.Submit, AppCatalog.ReadWrite.All, | +| Delegated (work or school account) | AppCatalog.Read.All, AppCatalog.ReadWrite.All, AppCatalog.Submit, | | Delegated (personal Microsoft account) | Not supported | | Application | AppCatalog.Read.All, AppCatalog.ReadWrite.All, | diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaChat.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaChat.md index f80f5a02e6aa3..c676def28ffd4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaChat.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaChat.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetachat Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaChat --- @@ -30,7 +30,7 @@ Get-MgBetaChat [-ExpandProperty ] [-Property ] [-Filter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -39,7 +39,7 @@ Get-MgBetaChat [-ExpandProperty ] [-Property ] [-Filter [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +48,7 @@ Get-MgBetaChat -ChatId [-ExpandProperty ] [-Property [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -66,9 +66,9 @@ To access a chat, at least one chat member must belong to the tenant the request | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Chat.ReadBasic, Chat.ReadWrite, Chat.Read, | +| Delegated (work or school account) | Chat.ReadBasic, Chat.Read, Chat.ReadWrite, | | Delegated (personal Microsoft account) | Not supported | -| Application | Chat.ReadBasic.All, ChatSettings.ReadWrite.Chat, ChatSettings.Read.Chat, Chat.Read.All, Chat.Manage.Chat, | +| Application | Chat.ReadBasic.All, Chat.Manage.Chat, Chat.Read.All, ChatSettings.Read.Chat, ChatSettings.ReadWrite.Chat, | ## EXAMPLES ### Example 1: Get a group chat diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaChatCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaChatCount.md index c112672d2a9bc..4dfc43f7f6543 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaChatCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaChatCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetachatcount Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaChatCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaChatCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-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) | Chat.ReadBasic, Chat.ReadWrite, Chat.Read, | +| Delegated (work or school account) | Chat.ReadBasic, Chat.Read, Chat.ReadWrite, | | Delegated (personal Microsoft account) | Not supported | -| Application | Chat.ReadBasic.All, Chat.ReadWrite.All, Chat.Read.All, | +| Application | Chat.ReadBasic.All, Chat.Read.All, Chat.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaChatInstalledApp.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaChatInstalledApp.md index efd8aa83df56d..93f49e2763783 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaChatInstalledApp.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaChatInstalledApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetachatinstalledapp Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaChatInstalledApp --- @@ -28,7 +28,7 @@ Get-MgBetaChatInstalledApp -ChatId [-ExpandProperty ] [-Prope [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaChatInstalledApp -ChatId -TeamsAppInstallationId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -47,7 +47,7 @@ Get-MgBetaChatInstalledApp -ChatId -TeamsAppInstallationId Get-MgBetaChatInstalledApp -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -63,9 +63,9 @@ Get an app installed in a chat. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | TeamsAppInstallation.ReadForChat, TeamsAppInstallation.ReadWriteSelfForChat, TeamsAppInstallation.ReadWriteForChat, TeamsAppInstallation.ManageSelectedForChat, | +| Delegated (work or school account) | TeamsAppInstallation.ReadForChat, TeamsAppInstallation.ManageSelectedForChat, TeamsAppInstallation.ReadWriteForChat, TeamsAppInstallation.ReadWriteSelfForChat, | | Delegated (personal Microsoft account) | Not supported | -| Application | TeamsAppInstallation.ReadForChat.All, TeamsAppInstallation.ReadWriteSelfForChat.All, TeamsAppInstallation.ReadWriteForChat.All, TeamsAppInstallation.Read.Chat, TeamsAppInstallation.Read.All, TeamsAppInstallation.ManageSelectedForChat.All, Chat.Manage.Chat, | +| Application | TeamsAppInstallation.ReadForChat.All, Chat.Manage.Chat, TeamsAppInstallation.ManageSelectedForChat.All, TeamsAppInstallation.Read.All, TeamsAppInstallation.Read.Chat, TeamsAppInstallation.ReadWriteForChat.All, TeamsAppInstallation.ReadWriteSelfForChat.All, | ## EXAMPLES ### Example 1: Get all the apps installed in the specified chat diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaChatInstalledAppCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaChatInstalledAppCount.md index 0bd28584bf3f3..35d5664ac0e5b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaChatInstalledAppCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaChatInstalledAppCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetachatinstalledappcount Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaChatInstalledAppCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaChatInstalledAppCount -ChatId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaChatInstalledAppCount -ChatId [-Filter ] [-Search [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -51,9 +51,9 @@ Get the number of the resource | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | TeamsAppInstallation.ReadForChat, TeamsAppInstallation.ReadWriteSelfForChat, TeamsAppInstallation.ReadWriteForChat, TeamsAppInstallation.ReadWriteAndConsentSelfForChat, TeamsAppInstallation.ReadWriteAndConsentForChat, TeamsAppInstallation.ManageSelectedForChat, | +| Delegated (work or school account) | TeamsAppInstallation.ReadForChat, TeamsAppInstallation.ManageSelectedForChat, TeamsAppInstallation.ReadWriteAndConsentForChat, TeamsAppInstallation.ReadWriteAndConsentSelfForChat, TeamsAppInstallation.ReadWriteForChat, TeamsAppInstallation.ReadWriteSelfForChat, | | Delegated (personal Microsoft account) | Not supported | -| Application | TeamsAppInstallation.ReadForChat.All, TeamsAppInstallation.ReadWriteSelfForChat.All, TeamsAppInstallation.ReadWriteForChat.All, TeamsAppInstallation.ReadWriteAndConsentSelfForChat.All, TeamsAppInstallation.ReadWriteAndConsentForChat.All, TeamsAppInstallation.Read.Chat, TeamsAppInstallation.Read.All, TeamsAppInstallation.ManageSelectedForChat.All, Chat.Manage.Chat, | +| Application | TeamsAppInstallation.ReadForChat.All, Chat.Manage.Chat, TeamsAppInstallation.ManageSelectedForChat.All, TeamsAppInstallation.Read.All, TeamsAppInstallation.Read.Chat, TeamsAppInstallation.ReadWriteAndConsentForChat.All, TeamsAppInstallation.ReadWriteAndConsentSelfForChat.All, TeamsAppInstallation.ReadWriteForChat.All, TeamsAppInstallation.ReadWriteSelfForChat.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaChatInstalledAppTeamApp.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaChatInstalledAppTeamApp.md index 0cae656b89d04..1fb8e9a76babf 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaChatInstalledAppTeamApp.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaChatInstalledAppTeamApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetachatinstalledappteamapp Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaChatInstalledAppTeamApp --- @@ -27,7 +27,7 @@ Get-MgBetaChatInstalledAppTeamApp -ChatId -TeamsAppInstallationId ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaChatInstalledAppTeamApp -ChatId -TeamsAppInstallationId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaChatInstalledAppTeamAppDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaChatInstalledAppTeamAppDefinition.md index 13c5ea903975f..54e6f4db7658d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaChatInstalledAppTeamAppDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaChatInstalledAppTeamAppDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetachatinstalledappteamappdefinition Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaChatInstalledAppTeamAppDefinition --- @@ -27,7 +27,7 @@ Get-MgBetaChatInstalledAppTeamAppDefinition -ChatId -TeamsAppInstallati [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaChatInstalledAppTeamAppDefinition -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaChatLastMessagePreview.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaChatLastMessagePreview.md index 3ea0f82f7c7db..55890baee79f0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaChatLastMessagePreview.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaChatLastMessagePreview.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetachatlastmessagepreview Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaChatLastMessagePreview --- @@ -28,7 +28,7 @@ Currently, only the list chats operation supports this property. Get-MgBetaChatLastMessagePreview -ChatId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaChatLastMessagePreview -ChatId [-ExpandProperty ] Get-MgBetaChatLastMessagePreview -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaChatMember.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaChatMember.md index 460fa908644ec..7167dae595abf 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaChatMember.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaChatMember.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetachatmember Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaChatMember --- @@ -28,7 +28,7 @@ Get-MgBetaChatMember -ChatId [-ExpandProperty ] [-Property ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -37,7 +37,7 @@ Get-MgBetaChatMember -ChatId [-ExpandProperty ] [-Property -ConversationMemberId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +46,7 @@ Get-MgBetaChatMember -ChatId -ConversationMemberId [-ExpandPro Get-MgBetaChatMember -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -62,9 +62,9 @@ Retrieve a conversationMember from a chat. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Chat.ReadBasic, ChatMember.ReadWrite, ChatMember.Read, Chat.ReadWrite, Chat.Read, | +| Delegated (work or school account) | Chat.ReadBasic, Chat.Read, Chat.ReadWrite, ChatMember.Read, ChatMember.ReadWrite, | | Delegated (personal Microsoft account) | Not supported | -| Application | ChatMember.Read.All, TeamMember.Read.Group, ChatMember.ReadWrite.All, ChatMember.Read.Chat, Chat.ReadWrite.All, Chat.ReadBasic.All, Chat.Read.All, Chat.Manage.Chat, | +| Application | ChatMember.Read.All, Chat.Manage.Chat, Chat.Read.All, Chat.ReadBasic.All, Chat.ReadWrite.All, ChatMember.Read.Chat, ChatMember.ReadWrite.All, TeamMember.Read.Group, | ## EXAMPLES ### Example 1: Code snippet diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaChatMemberCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaChatMemberCount.md index d29484f8e8d05..4a20874237859 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaChatMemberCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaChatMemberCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetachatmembercount Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaChatMemberCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaChatMemberCount -ChatId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaChatMemberCount -ChatId [-Filter ] [-Search ] Get-MgBetaChatMemberCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -51,9 +51,9 @@ Get the number of the resource | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Chat.ReadBasic, ChatMember.ReadWrite, ChatMember.Read, Chat.ReadWrite, Chat.Read, | +| Delegated (work or school account) | Chat.ReadBasic, Chat.Read, Chat.ReadWrite, ChatMember.Read, ChatMember.ReadWrite, | | Delegated (personal Microsoft account) | Not supported | -| Application | ChatMember.Read.All, ChatMember.ReadWrite.All, ChatMember.Read.Chat, Chat.ReadWrite.All, Chat.ReadBasic.All, Chat.Read.All, Chat.Manage.Chat, | +| Application | ChatMember.Read.All, Chat.Manage.Chat, Chat.Read.All, Chat.ReadBasic.All, Chat.ReadWrite.All, ChatMember.Read.Chat, ChatMember.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaChatMessage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaChatMessage.md index e807b29fa3063..d879b65561e4c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaChatMessage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaChatMessage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetachatmessage Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaChatMessage --- @@ -27,7 +27,7 @@ Get-MgBetaChatMessage [-ExpandProperty ] [-Property ] [-Coun [-Filter ] [-Model ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### List @@ -38,7 +38,7 @@ Get-MgBetaChatMessage -ChatId [-ExpandProperty ] [-Property < [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -47,7 +47,7 @@ Get-MgBetaChatMessage -ChatId [-ExpandProperty ] [-Property < Get-MgBetaChatMessage -ChatId -ChatMessageId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -56,7 +56,7 @@ Get-MgBetaChatMessage -ChatId -ChatMessageId [-ExpandProperty Get-MgBetaChatMessage -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -72,9 +72,9 @@ Retrieve a single message or a message reply in a channel or a chat. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Chat.Read, Group.ReadWrite.All, Group.Read.All, Chat.ReadWrite, | +| Delegated (work or school account) | Chat.Read, Chat.ReadWrite, Group.Read.All, Group.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | ChatMessage.Read.Chat, Group.ReadWrite.All, Group.Read.All, Chat.Read.All, | +| Application | ChatMessage.Read.Chat, Chat.Read.All, Group.Read.All, Group.ReadWrite.All, | ## EXAMPLES ### Example 1: Get a message in a chat diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaChatMessageCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaChatMessageCount.md index ba12c1d228ac1..9d410eff0f0ec 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaChatMessageCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaChatMessageCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetachatmessagecount Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaChatMessageCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaChatMessageCount -ChatId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaChatMessageCount -ChatId [-Filter ] [-Search Get-MgBetaChatMessageCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -53,7 +53,7 @@ Get the number of the resource | --------------- | ------------------------------------------ | | Delegated (work or school account) | Chat.Read, Chat.ReadWrite, | | Delegated (personal Microsoft account) | Not supported | -| Application | ChatMessage.Read.Chat, Chat.ReadWrite.All, Chat.Read.All, | +| Application | ChatMessage.Read.Chat, Chat.Read.All, Chat.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaChatMessageDelta.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaChatMessageDelta.md index f2473be4c6579..1589c9778c99f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaChatMessageDelta.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaChatMessageDelta.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetachatmessagedelta Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaChatMessageDelta --- @@ -35,7 +35,7 @@ Get-MgBetaChatMessageDelta -ChatId [-ExpandProperty ] [-Filte [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### DeltaViaIdentity @@ -45,7 +45,7 @@ Get-MgBetaChatMessageDelta -InputObject [-ExpandProperty ] [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-Count] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -68,9 +68,9 @@ For more information, see the delta query documentation. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Chat.Read, Group.ReadWrite.All, Group.Read.All, Chat.ReadWrite, | +| Delegated (work or school account) | Chat.Read, Chat.ReadWrite, Group.Read.All, Group.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | ChatMessage.Read.Chat, Group.ReadWrite.All, Group.Read.All, Chat.Read.All, | +| Application | ChatMessage.Read.Chat, Chat.Read.All, Group.Read.All, Group.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaChatMessageHostedContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaChatMessageHostedContent.md index 28d5ad2e6db43..bcb3151d892c5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaChatMessageHostedContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaChatMessageHostedContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetachatmessagehostedcontent Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaChatMessageHostedContent --- @@ -29,7 +29,6 @@ Get-MgBetaChatMessageHostedContent -ChatId -ChatMessageId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get1 @@ -39,7 +38,7 @@ Get-MgBetaChatMessageHostedContent -ChatId -ChatMessageHostedContentId -ChatMessageId -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-PassThru] [] + [-ProxyUseDefaultCredentials] [-PassThru] ``` ### Get @@ -49,7 +48,7 @@ Get-MgBetaChatMessageHostedContent -ChatId -ChatMessageHostedContentId -ChatMessageId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity1 @@ -58,7 +57,7 @@ Get-MgBetaChatMessageHostedContent -ChatId -ChatMessageHostedContentId Get-MgBetaChatMessageHostedContent -InputObject -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PassThru] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PassThru] ``` ### GetViaIdentity @@ -67,7 +66,7 @@ Get-MgBetaChatMessageHostedContent -InputObject -OutFile [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -83,9 +82,9 @@ Retrieve the properties and relationships of chatMessageHostedContent object. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Chat.Read, Group.ReadWrite.All, Group.Read.All, Chat.ReadWrite, | +| Delegated (work or school account) | Chat.Read, Chat.ReadWrite, Group.Read.All, Group.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | ChatMessage.Read.Chat, Group.ReadWrite.All, Group.Read.All, Chat.ReadWrite.All, Chat.Read.All, | +| Application | ChatMessage.Read.Chat, Chat.Read.All, Chat.ReadWrite.All, Group.Read.All, Group.ReadWrite.All, | ## EXAMPLES ### Example 1: List hosted content for message in a chat diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaChatMessageHostedContentCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaChatMessageHostedContentCount.md index ca2b9f83a06cb..f9561d7cbb493 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaChatMessageHostedContentCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaChatMessageHostedContentCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetachatmessagehostedcontentcount Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaChatMessageHostedContentCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaChatMessageHostedContentCount -ChatId -ChatMessageId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaChatMessageHostedContentCount -ChatId -ChatMessageId Get-MgBetaChatMessageHostedContentCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -51,9 +51,9 @@ Get the number of the resource | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Chat.Read, Group.ReadWrite.All, Group.Read.All, Chat.ReadWrite, | +| Delegated (work or school account) | Chat.Read, Chat.ReadWrite, Group.Read.All, Group.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | ChatMessage.Read.Chat, Group.ReadWrite.All, Group.Read.All, Chat.ReadWrite.All, Chat.Read.All, | +| Application | ChatMessage.Read.Chat, Chat.Read.All, Chat.ReadWrite.All, Group.Read.All, Group.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaChatMessageReply.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaChatMessageReply.md index 4d927233d4de7..656d792789135 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaChatMessageReply.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaChatMessageReply.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetachatmessagereply Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaChatMessageReply --- @@ -29,7 +29,7 @@ Get-MgBetaChatMessageReply -ChatId -ChatMessageId [-ExpandProp [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -39,7 +39,7 @@ Get-MgBetaChatMessageReply -ChatId -ChatMessageId -ChatMessage [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +48,7 @@ Get-MgBetaChatMessageReply -ChatId -ChatMessageId -ChatMessage Get-MgBetaChatMessageReply -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaChatMessageReplyCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaChatMessageReplyCount.md index 23caad13d9cbd..a514bfe9a6f92 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaChatMessageReplyCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaChatMessageReplyCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetachatmessagereplycount Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaChatMessageReplyCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaChatMessageReplyCount -ChatId -ChatMessageId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaChatMessageReplyCount -ChatId -ChatMessageId [-Filte Get-MgBetaChatMessageReplyCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaChatMessageReplyDelta.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaChatMessageReplyDelta.md index 8d44be6fdf4bd..1b5cc676eb399 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaChatMessageReplyDelta.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaChatMessageReplyDelta.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetachatmessagereplydelta Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaChatMessageReplyDelta --- @@ -36,7 +36,6 @@ Get-MgBetaChatMessageReplyDelta -ChatId -ChatMessageId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### DeltaViaIdentity @@ -46,7 +45,7 @@ Get-MgBetaChatMessageReplyDelta -InputObject [-ExpandProperty < [-Filter ] [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-Count] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaChatMessageReplyHostedContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaChatMessageReplyHostedContent.md index 1c6b9b7ef600b..b4010401c595a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaChatMessageReplyHostedContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaChatMessageReplyHostedContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetachatmessagereplyhostedcontent Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaChatMessageReplyHostedContent --- @@ -29,7 +29,7 @@ Get-MgBetaChatMessageReplyHostedContent -ChatId -ChatMessageId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get1 @@ -39,7 +39,7 @@ Get-MgBetaChatMessageReplyHostedContent -ChatId -ChatMessageHostedConte -ChatMessageId -ChatMessageId1 -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PassThru] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PassThru] ``` ### Get @@ -49,7 +49,7 @@ Get-MgBetaChatMessageReplyHostedContent -ChatId -ChatMessageHostedConte -ChatMessageId -ChatMessageId1 [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity1 @@ -58,7 +58,7 @@ Get-MgBetaChatMessageReplyHostedContent -ChatId -ChatMessageHostedConte Get-MgBetaChatMessageReplyHostedContent -InputObject -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PassThru] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PassThru] ``` ### GetViaIdentity @@ -67,7 +67,7 @@ Get-MgBetaChatMessageReplyHostedContent -InputObject -OutFile < Get-MgBetaChatMessageReplyHostedContent -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaChatMessageReplyHostedContentCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaChatMessageReplyHostedContentCount.md index c7d6de3de56dc..ae27d596f9dc6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaChatMessageReplyHostedContentCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaChatMessageReplyHostedContentCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetachatmessagereplyhostedcontentcount Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaChatMessageReplyHostedContentCount --- @@ -27,7 +27,7 @@ Get-MgBetaChatMessageReplyHostedContentCount -ChatId -ChatMessageId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaChatMessageReplyHostedContentCount -ChatId -ChatMessageId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaChatOperation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaChatOperation.md index 0f7c4d7a5c341..7044bb605fc98 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaChatOperation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaChatOperation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetachatoperation Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaChatOperation --- @@ -25,7 +25,7 @@ Get-MgBetaChatOperation -ChatId [-ExpandProperty ] [-Property [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaChatOperation -ChatId -TeamsAsyncOperationId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -44,7 +44,7 @@ Get-MgBetaChatOperation -ChatId -TeamsAsyncOperationId Get-MgBetaChatOperation -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -60,9 +60,9 @@ Get the specified Teams async operation that ran or is running on a specific res | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Chat.ReadBasic, Chat.ReadWrite, Chat.Read, | +| Delegated (work or school account) | Chat.ReadBasic, Chat.Read, Chat.ReadWrite, | | Delegated (personal Microsoft account) | Not supported | -| Application | ChatSettings.Read.Chat, ChatSettings.ReadWrite.Chat, Chat.ReadWrite.All, Chat.ReadBasic.All, Chat.Read.All, Chat.Manage.Chat, | +| Application | ChatSettings.Read.Chat, Chat.Manage.Chat, Chat.Read.All, Chat.ReadBasic.All, Chat.ReadWrite.All, ChatSettings.ReadWrite.Chat, | ## EXAMPLES ### Example 1: Code snippet diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaChatOperationCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaChatOperationCount.md index 13e023ad5829e..d535edc5db6a7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaChatOperationCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaChatOperationCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetachatoperationcount Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaChatOperationCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaChatOperationCount -ChatId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -32,7 +32,7 @@ Get-MgBetaChatOperationCount -ChatId [-Filter ] [-Search [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -48,9 +48,9 @@ Get the number of the resource | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Chat.ReadBasic, Chat.ReadWrite, Chat.Read, | +| Delegated (work or school account) | Chat.ReadBasic, Chat.Read, Chat.ReadWrite, | | Delegated (personal Microsoft account) | Not supported | -| Application | ChatSettings.Read.Chat, ChatSettings.ReadWrite.Chat, Chat.ReadWrite.All, Chat.ReadBasic.All, Chat.Read.All, Chat.Manage.Chat, | +| Application | ChatSettings.Read.Chat, Chat.Manage.Chat, Chat.Read.All, Chat.ReadBasic.All, Chat.ReadWrite.All, ChatSettings.ReadWrite.Chat, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaChatPermissionGrant.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaChatPermissionGrant.md index 7bdd3be810326..a80c93d78086e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaChatPermissionGrant.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaChatPermissionGrant.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetachatpermissiongrant Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaChatPermissionGrant --- @@ -28,7 +28,7 @@ Get-MgBetaChatPermissionGrant -ChatId [-ExpandProperty ] [-Pr [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaChatPermissionGrant -ChatId -ResourceSpecificPermissionGrantI [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -47,7 +47,7 @@ Get-MgBetaChatPermissionGrant -ChatId -ResourceSpecificPermissionGrantI Get-MgBetaChatPermissionGrant -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaChatPermissionGrantCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaChatPermissionGrantCount.md index 202dec44ed577..c8376ee71fd96 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaChatPermissionGrantCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaChatPermissionGrantCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetachatpermissiongrantcount Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaChatPermissionGrantCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaChatPermissionGrantCount -ChatId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaChatPermissionGrantCount -ChatId [-Filter ] [-Search Get-MgBetaChatPermissionGrantCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -51,9 +51,9 @@ Get the number of the resource | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | ResourceSpecificPermissionGrant.ReadForChat, TeamsAppInstallation.ReadWriteSelfForChat, TeamsAppInstallation.ReadWriteForChat, TeamsAppInstallation.ReadForChat, TeamsAppInstallation.ManageSelectedForChat, | +| Delegated (work or school account) | ResourceSpecificPermissionGrant.ReadForChat, TeamsAppInstallation.ManageSelectedForChat, TeamsAppInstallation.ReadForChat, TeamsAppInstallation.ReadWriteForChat, TeamsAppInstallation.ReadWriteSelfForChat, | | Delegated (personal Microsoft account) | Not supported | -| Application | TeamsAppInstallation.Read.Chat, TeamsAppInstallation.ReadWriteSelfForChat.All, TeamsAppInstallation.ReadWriteForChat.All, TeamsAppInstallation.ReadForChat.All, TeamsAppInstallation.Read.All, TeamsAppInstallation.ManageSelectedForChat.All, ResourceSpecificPermissionGrant.ReadForChat.All, Chat.Manage.Chat, | +| Application | TeamsAppInstallation.Read.Chat, Chat.Manage.Chat, ResourceSpecificPermissionGrant.ReadForChat.All, TeamsAppInstallation.ManageSelectedForChat.All, TeamsAppInstallation.Read.All, TeamsAppInstallation.ReadForChat.All, TeamsAppInstallation.ReadWriteForChat.All, TeamsAppInstallation.ReadWriteSelfForChat.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaChatPinnedMessage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaChatPinnedMessage.md index 983ebfe53f375..20c75559e2950 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaChatPinnedMessage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaChatPinnedMessage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetachatpinnedmessage Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaChatPinnedMessage --- @@ -29,7 +29,7 @@ Get-MgBetaChatPinnedMessage -ChatId [-ExpandProperty ] [-Prop [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get1 @@ -39,7 +39,7 @@ Get-MgBetaChatPinnedMessage -ChatId -PinnedChatMessageInfoId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### Get @@ -49,7 +49,7 @@ Get-MgBetaChatPinnedMessage -ChatId -PinnedChatMessageInfoId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity1 @@ -58,7 +58,7 @@ Get-MgBetaChatPinnedMessage -ChatId -PinnedChatMessageInfoId Get-MgBetaChatPinnedMessage -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -67,7 +67,7 @@ Get-MgBetaChatPinnedMessage -InputObject [-ExpandProperty [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaChatPinnedMessageCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaChatPinnedMessageCount.md index ba1933848e144..4e3791e90ad1f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaChatPinnedMessageCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaChatPinnedMessageCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetachatpinnedmessagecount Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaChatPinnedMessageCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaChatPinnedMessageCount -ChatId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaChatPinnedMessageCount -ChatId [-Filter ] [-Search [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -53,7 +53,7 @@ Get the number of the resource | --------------- | ------------------------------------------ | | Delegated (work or school account) | Chat.Read, Chat.ReadWrite, | | Delegated (personal Microsoft account) | Not supported | -| Application | ChatMessage.Read.All, Chat.ReadWrite.All, Chat.Read.All, | +| Application | ChatMessage.Read.All, Chat.Read.All, Chat.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaChatRetainedMessage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaChatRetainedMessage.md index 61991ccadc292..ea82e2884dac8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaChatRetainedMessage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaChatRetainedMessage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetachatretainedmessage Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaChatRetainedMessage --- @@ -28,7 +28,7 @@ Get-MgBetaChatRetainedMessage [-Count] [-ExpandProperty ] [-Filter ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -45,9 +45,9 @@ To learn more about how to use the Microsoft Teams export APIs to export content | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Chat.ReadBasic, Chat.ReadWrite, Chat.Read, | +| Delegated (work or school account) | Chat.ReadBasic, Chat.Read, Chat.ReadWrite, | | Delegated (personal Microsoft account) | Not supported | -| Application | Chat.ReadBasic.All, ChatSettings.ReadWrite.Chat, ChatSettings.Read.Chat, Chat.Read.All, Chat.Manage.Chat, | +| Application | Chat.ReadBasic.All, Chat.Manage.Chat, Chat.Read.All, ChatSettings.Read.Chat, ChatSettings.ReadWrite.Chat, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaChatTab.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaChatTab.md index b9697813a478d..8b4ca6fb56811 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaChatTab.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaChatTab.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetachattab Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaChatTab --- @@ -28,7 +28,7 @@ Get-MgBetaChatTab -ChatId [-ExpandProperty ] [-Property ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -37,7 +37,7 @@ Get-MgBetaChatTab -ChatId [-ExpandProperty ] [-Property -TeamsTabId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +46,7 @@ Get-MgBetaChatTab -ChatId -TeamsTabId [-ExpandProperty [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -62,9 +62,9 @@ Retrieve the properties and relationships of the specified tab in a chat. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | TeamsTab.Read.All, TeamsTab.ReadWriteSelfForChat, TeamsTab.ReadWriteForChat, TeamsTab.ReadWrite.All, | +| Delegated (work or school account) | TeamsTab.Read.All, TeamsTab.ReadWrite.All, TeamsTab.ReadWriteForChat, TeamsTab.ReadWriteSelfForChat, | | Delegated (personal Microsoft account) | Not supported | -| Application | TeamsTab.Read.All, TeamsTab.ReadWriteSelfForChat.All, TeamsTab.ReadWriteForChat.All, TeamsTab.ReadWrite.Chat, TeamsTab.ReadWrite.All, TeamsTab.Read.Chat, | +| Application | TeamsTab.Read.All, TeamsTab.Read.Chat, TeamsTab.ReadWrite.All, TeamsTab.ReadWrite.Chat, TeamsTab.ReadWriteForChat.All, TeamsTab.ReadWriteSelfForChat.All, | ## EXAMPLES ### Example 1: List all the tabs in the chat along with associated Teams app diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaChatTabCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaChatTabCount.md index 5716d91c9839d..334f53cb63db9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaChatTabCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaChatTabCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetachattabcount Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaChatTabCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaChatTabCount -ChatId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaChatTabCount -ChatId [-Filter ] [-Search ] Get-MgBetaChatTabCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -51,9 +51,9 @@ Get the number of the resource | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | TeamsTab.Read.All, TeamsTab.ReadWriteSelfForChat, TeamsTab.ReadWriteForChat, TeamsTab.ReadWrite.All, | +| Delegated (work or school account) | TeamsTab.Read.All, TeamsTab.ReadWrite.All, TeamsTab.ReadWriteForChat, TeamsTab.ReadWriteSelfForChat, | | Delegated (personal Microsoft account) | Not supported | -| Application | TeamsTab.Read.All, TeamsTab.ReadWriteSelfForChat.All, TeamsTab.ReadWriteForChat.All, TeamsTab.ReadWrite.All, | +| Application | TeamsTab.Read.All, TeamsTab.ReadWrite.All, TeamsTab.ReadWriteForChat.All, TeamsTab.ReadWriteSelfForChat.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaChatTabTeamApp.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaChatTabTeamApp.md index 9704e477b1d07..3630a8f2f9a1e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaChatTabTeamApp.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaChatTabTeamApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetachattabteamapp Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaChatTabTeamApp --- @@ -26,7 +26,7 @@ The application that is linked to the tab. Get-MgBetaChatTabTeamApp -ChatId -TeamsTabId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaChatTabTeamApp -ChatId -TeamsTabId [-ExpandProperty Get-MgBetaChatTabTeamApp -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeam.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeam.md index a725b927b48b2..60229330a2a4b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeam.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeam.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetagroupteam Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupTeam --- @@ -26,7 +26,7 @@ The team associated with this group. Get-MgBetaGroupTeam -GroupId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaGroupTeam -GroupId [-ExpandProperty ] [-Property [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannel.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannel.md index c890f5e36ce4d..245a89a409137 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannel.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannel.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetagroupteamchannel Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupTeamChannel --- @@ -28,7 +28,7 @@ Get-MgBetaGroupTeamChannel -GroupId [-ExpandProperty ] [-Prop [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get1 @@ -37,7 +37,7 @@ Get-MgBetaGroupTeamChannel -GroupId [-ExpandProperty ] [-Prop Get-MgBetaGroupTeamChannel -ChannelId -GroupId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity1 @@ -46,7 +46,7 @@ Get-MgBetaGroupTeamChannel -ChannelId -GroupId [-ExpandPropert Get-MgBetaGroupTeamChannel -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelAllMemberCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelAllMemberCount.md index d0440f57d130b..ded30619197d7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelAllMemberCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelAllMemberCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetagroupteamchannelallmembercount Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupTeamChannelAllMemberCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaGroupTeamChannelAllMemberCount -ChannelId -GroupId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaGroupTeamChannelAllMemberCount -ChannelId -GroupId [ Get-MgBetaGroupTeamChannelAllMemberCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelCount.md index 3c9913618e7e6..4879e804c8a4d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetagroupteamchannelcount Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupTeamChannelCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaGroupTeamChannelCount -GroupId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaGroupTeamChannelCount -GroupId [-Filter ] [-Search [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelEnabledApp.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelEnabledApp.md index 564a11ff49d21..2475d966409fe 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelEnabledApp.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelEnabledApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetagroupteamchannelenabledapp Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupTeamChannelEnabledApp --- @@ -15,6 +15,9 @@ title: Get-MgBetaGroupTeamChannelEnabledApp A collection of enabled apps in the channel. +> [!NOTE] +> To view the v1.0 release of this cmdlet, view [Get-MgGroupTeamChannelEnabledApp](/powershell/module/Microsoft.Graph.Teams/Get-MgGroupTeamChannelEnabledApp?view=graph-powershell-1.0) + ## SYNTAX ### List (Default) @@ -26,7 +29,6 @@ Get-MgBetaGroupTeamChannelEnabledApp -ChannelId -GroupId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -36,7 +38,7 @@ Get-MgBetaGroupTeamChannelEnabledApp -ChannelId -GroupId -Team [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -45,7 +47,7 @@ Get-MgBetaGroupTeamChannelEnabledApp -ChannelId -GroupId -Team Get-MgBetaGroupTeamChannelEnabledApp -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelEnabledAppCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelEnabledAppCount.md index ef679ac58103d..600f7b0ed4210 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelEnabledAppCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelEnabledAppCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetagroupteamchannelenabledappcount Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupTeamChannelEnabledAppCount --- @@ -15,6 +15,9 @@ title: Get-MgBetaGroupTeamChannelEnabledAppCount Get the number of the resource +> [!NOTE] +> To view the v1.0 release of this cmdlet, view [Get-MgGroupTeamChannelEnabledAppCount](/powershell/module/Microsoft.Graph.Teams/Get-MgGroupTeamChannelEnabledAppCount?view=graph-powershell-1.0) + ## SYNTAX ### Get (Default) @@ -23,7 +26,7 @@ Get the number of the resource Get-MgBetaGroupTeamChannelEnabledAppCount -ChannelId -GroupId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -32,7 +35,7 @@ Get-MgBetaGroupTeamChannelEnabledAppCount -ChannelId -GroupId Get-MgBetaGroupTeamChannelEnabledAppCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelFileFolder.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelFileFolder.md index 29df0b5a22bf1..28c767fb7e462 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelFileFolder.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelFileFolder.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetagroupteamchannelfilefolder Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupTeamChannelFileFolder --- @@ -27,7 +27,7 @@ Get-MgBetaGroupTeamChannelFileFolder -ChannelId -GroupId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaGroupTeamChannelFileFolder -ChannelId -GroupId Get-MgBetaGroupTeamChannelFileFolder -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelFileFolderContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelFileFolderContent.md index 1d3d8f97f3e6f..e47c255868cf3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelFileFolderContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelFileFolderContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetagroupteamchannelfilefoldercontent Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupTeamChannelFileFolderContent --- @@ -29,7 +29,7 @@ To proactively opt in to the new behavior ahead of time, use the contentStream p Get-MgBetaGroupTeamChannelFileFolderContent -ChannelId -GroupId -OutFile [-Format ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -38,7 +38,7 @@ Get-MgBetaGroupTeamChannelFileFolderContent -ChannelId -GroupId -OutFile [-Format ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelFileFolderContentStream.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelFileFolderContentStream.md index 55b17ee03b71d..dc1c3a2efe8f1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelFileFolderContentStream.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelFileFolderContentStream.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetagroupteamchannelfilefoldercontentstream Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupTeamChannelFileFolderContentStream --- @@ -23,7 +23,7 @@ The content stream, if the item represents a file. Get-MgBetaGroupTeamChannelFileFolderContentStream -ChannelId -GroupId -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -32,7 +32,7 @@ Get-MgBetaGroupTeamChannelFileFolderContentStream -ChannelId -GroupId < Get-MgBetaGroupTeamChannelFileFolderContentStream -InputObject -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelMember.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelMember.md index f3193add61450..c189d07fce268 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelMember.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelMember.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetagroupteamchannelmember Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupTeamChannelMember --- @@ -29,7 +29,7 @@ Get-MgBetaGroupTeamChannelMember -ChannelId -GroupId [-ExpandP [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### List1 @@ -40,7 +40,7 @@ Get-MgBetaGroupTeamChannelMember -ChannelId -GroupId [-ExpandP [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get1 @@ -50,7 +50,7 @@ Get-MgBetaGroupTeamChannelMember -ChannelId -ConversationMemberId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### Get @@ -60,7 +60,7 @@ Get-MgBetaGroupTeamChannelMember -ChannelId -ConversationMemberId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity1 @@ -69,7 +69,7 @@ Get-MgBetaGroupTeamChannelMember -ChannelId -ConversationMemberId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -78,7 +78,7 @@ Get-MgBetaGroupTeamChannelMember -InputObject [-ExpandProperty Get-MgBetaGroupTeamChannelMember -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelMemberCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelMemberCount.md index 1c5fa97b3373a..4da3ee73f068b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelMemberCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelMemberCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetagroupteamchannelmembercount Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupTeamChannelMemberCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaGroupTeamChannelMemberCount -ChannelId -GroupId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaGroupTeamChannelMemberCount -ChannelId -GroupId [-Fi Get-MgBetaGroupTeamChannelMemberCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelMessage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelMessage.md index 69d42510b67e6..0a93f8deddcf3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelMessage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelMessage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetagroupteamchannelmessage Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupTeamChannelMessage --- @@ -29,7 +29,7 @@ Get-MgBetaGroupTeamChannelMessage -GroupId [-ExpandProperty ] [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### List @@ -40,7 +40,7 @@ Get-MgBetaGroupTeamChannelMessage -ChannelId -GroupId [-Expand [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -50,7 +50,7 @@ Get-MgBetaGroupTeamChannelMessage -ChannelId -ChatMessageId -G [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity1 @@ -61,7 +61,7 @@ Get-MgBetaGroupTeamChannelMessage -InputObject [-ExpandProperty [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -70,7 +70,7 @@ Get-MgBetaGroupTeamChannelMessage -InputObject [-ExpandProperty Get-MgBetaGroupTeamChannelMessage -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelMessageCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelMessageCount.md index 4b9f59aeee1af..12b66489f9283 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelMessageCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelMessageCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetagroupteamchannelmessagecount Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupTeamChannelMessageCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaGroupTeamChannelMessageCount -ChannelId -GroupId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaGroupTeamChannelMessageCount -ChannelId -GroupId [-F Get-MgBetaGroupTeamChannelMessageCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelMessageDelta.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelMessageDelta.md index 5d7e385ac295f..861d72fe6aa42 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelMessageDelta.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelMessageDelta.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetagroupteamchannelmessagedelta Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupTeamChannelMessageDelta --- @@ -36,7 +36,6 @@ Get-MgBetaGroupTeamChannelMessageDelta -ChannelId -GroupId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### DeltaViaIdentity @@ -46,7 +45,7 @@ Get-MgBetaGroupTeamChannelMessageDelta -InputObject [-ExpandPro [-Filter ] [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-Count] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelMessageHostedContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelMessageHostedContent.md index 5bd49b1077c20..cebe7ef04b00c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelMessageHostedContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelMessageHostedContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetagroupteamchannelmessagehostedcontent Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupTeamChannelMessageHostedContent --- @@ -29,7 +29,7 @@ Get-MgBetaGroupTeamChannelMessageHostedContent -ChannelId -ChatMessageI [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get1 @@ -39,7 +39,7 @@ Get-MgBetaGroupTeamChannelMessageHostedContent -ChannelId -ChatMessageHostedContentId -ChatMessageId -GroupId -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PassThru] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PassThru] ``` ### Get @@ -50,7 +50,7 @@ Get-MgBetaGroupTeamChannelMessageHostedContent -ChannelId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity1 @@ -59,7 +59,7 @@ Get-MgBetaGroupTeamChannelMessageHostedContent -ChannelId Get-MgBetaGroupTeamChannelMessageHostedContent -InputObject -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PassThru] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PassThru] ``` ### GetViaIdentity @@ -69,7 +69,7 @@ Get-MgBetaGroupTeamChannelMessageHostedContent -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelMessageHostedContentCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelMessageHostedContentCount.md index a8bf1cf95a8d0..b28d31c5fb25b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelMessageHostedContentCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelMessageHostedContentCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetagroupteamchannelmessagehostedcontentcount Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupTeamChannelMessageHostedContentCount --- @@ -27,7 +27,7 @@ Get-MgBetaGroupTeamChannelMessageHostedContentCount -ChannelId -ChatMes -GroupId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaGroupTeamChannelMessageHostedContentCount -ChannelId -ChatMes Get-MgBetaGroupTeamChannelMessageHostedContentCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelMessageReply.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelMessageReply.md index d51e6e1c587a0..1eaf95d0abb06 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelMessageReply.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelMessageReply.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetagroupteamchannelmessagereply Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupTeamChannelMessageReply --- @@ -30,7 +30,6 @@ Get-MgBetaGroupTeamChannelMessageReply -ChannelId -ChatMessageId ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -40,7 +39,7 @@ Get-MgBetaGroupTeamChannelMessageReply -ChannelId -ChatMessageId -GroupId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -49,7 +48,7 @@ Get-MgBetaGroupTeamChannelMessageReply -ChannelId -ChatMessageId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelMessageReplyCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelMessageReplyCount.md index d4e71d09c3709..c9c7b380813d6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelMessageReplyCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelMessageReplyCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetagroupteamchannelmessagereplycount Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupTeamChannelMessageReplyCount --- @@ -27,7 +27,7 @@ Get-MgBetaGroupTeamChannelMessageReplyCount -ChannelId -ChatMessageId < -GroupId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaGroupTeamChannelMessageReplyCount -ChannelId -ChatMessageId < Get-MgBetaGroupTeamChannelMessageReplyCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelMessageReplyDelta.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelMessageReplyDelta.md index 176a0ab225c81..20292c084f7c0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelMessageReplyDelta.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelMessageReplyDelta.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetagroupteamchannelmessagereplydelta Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupTeamChannelMessageReplyDelta --- @@ -36,7 +36,7 @@ Get-MgBetaGroupTeamChannelMessageReplyDelta -ChannelId -ChatMessageId < [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### DeltaViaIdentity @@ -47,7 +47,7 @@ Get-MgBetaGroupTeamChannelMessageReplyDelta -InputObject [-Skip ] [-Sort ] [-Top ] [-Count] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelMessageReplyHostedContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelMessageReplyHostedContent.md index b01c1ebaa8fa9..e490f3bd83cfa 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelMessageReplyHostedContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelMessageReplyHostedContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetagroupteamchannelmessagereplyhostedcontent Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupTeamChannelMessageReplyHostedContent --- @@ -29,7 +29,7 @@ Get-MgBetaGroupTeamChannelMessageReplyHostedContent -ChannelId -ChatMes [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get1 @@ -40,7 +40,7 @@ Get-MgBetaGroupTeamChannelMessageReplyHostedContent -ChannelId -GroupId -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-PassThru] [] + [-ProxyUseDefaultCredentials] [-PassThru] ``` ### Get @@ -51,7 +51,7 @@ Get-MgBetaGroupTeamChannelMessageReplyHostedContent -ChannelId -GroupId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity1 @@ -60,7 +60,7 @@ Get-MgBetaGroupTeamChannelMessageReplyHostedContent -ChannelId Get-MgBetaGroupTeamChannelMessageReplyHostedContent -InputObject -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PassThru] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PassThru] ``` ### GetViaIdentity @@ -70,7 +70,7 @@ Get-MgBetaGroupTeamChannelMessageReplyHostedContent -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelMessageReplyHostedContentCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelMessageReplyHostedContentCount.md index bd54dff47bc8f..2c2bb01a48356 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelMessageReplyHostedContentCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelMessageReplyHostedContentCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetagroupteamchannelmessagereplyhostedcontentcount Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupTeamChannelMessageReplyHostedContentCount --- @@ -27,7 +27,7 @@ Get-MgBetaGroupTeamChannelMessageReplyHostedContentCount -ChannelId -Ch -ChatMessageId1 -GroupId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaGroupTeamChannelMessageReplyHostedContentCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelPlanner.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelPlanner.md index 294b7db10d939..5d1a5b104ed6d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelPlanner.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelPlanner.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetagroupteamchannelplanner Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupTeamChannelPlanner --- @@ -26,7 +26,7 @@ Nullable. Get-MgBetaGroupTeamChannelPlanner -ChannelId -GroupId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaGroupTeamChannelPlanner -ChannelId -GroupId [-Expand Get-MgBetaGroupTeamChannelPlanner -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelPlannerPlan.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelPlannerPlan.md index 809e456719277..c222e7cf115b7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelPlannerPlan.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelPlannerPlan.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetagroupteamchannelplannerplan Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupTeamChannelPlannerPlan --- @@ -29,7 +29,6 @@ Get-MgBetaGroupTeamChannelPlannerPlan -ChannelId -GroupId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -39,7 +38,7 @@ Get-MgBetaGroupTeamChannelPlannerPlan -ChannelId -GroupId -Pla [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +47,7 @@ Get-MgBetaGroupTeamChannelPlannerPlan -ChannelId -GroupId -Pla Get-MgBetaGroupTeamChannelPlannerPlan -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelPlannerPlanBucket.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelPlannerPlanBucket.md index 90469547f2fb9..69d1cfae540f7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelPlannerPlanBucket.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelPlannerPlanBucket.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetagroupteamchannelplannerplanbucket Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupTeamChannelPlannerPlanBucket --- @@ -28,7 +28,7 @@ Get-MgBetaGroupTeamChannelPlannerPlanBucket -ChannelId -GroupId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaGroupTeamChannelPlannerPlanBucket -ChannelId -GroupId -PlannerPlanId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +48,7 @@ Get-MgBetaGroupTeamChannelPlannerPlanBucket -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelPlannerPlanBucketCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelPlannerPlanBucketCount.md index f8ee1d2591b03..7d99f4606b9e0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelPlannerPlanBucketCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelPlannerPlanBucketCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetagroupteamchannelplannerplanbucketcount Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupTeamChannelPlannerPlanBucketCount --- @@ -24,7 +24,7 @@ Get-MgBetaGroupTeamChannelPlannerPlanBucketCount -ChannelId -GroupId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -33,7 +33,7 @@ Get-MgBetaGroupTeamChannelPlannerPlanBucketCount -ChannelId -GroupId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelPlannerPlanBucketDelta.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelPlannerPlanBucketDelta.md index 46f2c527ae81e..b1508a8cfc276 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelPlannerPlanBucketDelta.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelPlannerPlanBucketDelta.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetagroupteamchannelplannerplanbucketdelta Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupTeamChannelPlannerPlanBucketDelta --- @@ -27,7 +27,7 @@ Get-MgBetaGroupTeamChannelPlannerPlanBucketDelta -ChannelId -GroupId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### DeltaViaIdentity @@ -38,7 +38,7 @@ Get-MgBetaGroupTeamChannelPlannerPlanBucketDelta -InputObject [-Skip ] [-Sort ] [-Top ] [-Count] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelPlannerPlanBucketTask.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelPlannerPlanBucketTask.md index 8e837cd3b1684..cd95145b22065 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelPlannerPlanBucketTask.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelPlannerPlanBucketTask.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetagroupteamchannelplannerplanbuckettask Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupTeamChannelPlannerPlanBucketTask --- @@ -28,7 +28,7 @@ Get-MgBetaGroupTeamChannelPlannerPlanBucketTask -ChannelId -GroupId ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -39,7 +39,7 @@ Get-MgBetaGroupTeamChannelPlannerPlanBucketTask -ChannelId -GroupId ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -49,7 +49,7 @@ Get-MgBetaGroupTeamChannelPlannerPlanBucketTask -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelPlannerPlanBucketTaskAssignedToTaskBoardFormat.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelPlannerPlanBucketTaskAssignedToTaskBoardFormat.md index 255a0eb81b2b8..de76a58f2aa00 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelPlannerPlanBucketTaskAssignedToTaskBoardFormat.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelPlannerPlanBucketTaskAssignedToTaskBoardFormat.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetagroupteamchannelplannerplanbuckettaskassignedtotaskboardformat Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupTeamChannelPlannerPlanBucketTaskAssignedToTaskBoardFormat --- @@ -27,7 +27,7 @@ Get-MgBetaGroupTeamChannelPlannerPlanBucketTaskAssignedToTaskBoardFormat -Channe [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaGroupTeamChannelPlannerPlanBucketTaskAssignedToTaskBoardFormat -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelPlannerPlanBucketTaskBoardFormat.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelPlannerPlanBucketTaskBoardFormat.md index 7195ccfa3b090..521b507d72231 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelPlannerPlanBucketTaskBoardFormat.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelPlannerPlanBucketTaskBoardFormat.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetagroupteamchannelplannerplanbuckettaskboardformat Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupTeamChannelPlannerPlanBucketTaskBoardFormat --- @@ -27,7 +27,7 @@ Get-MgBetaGroupTeamChannelPlannerPlanBucketTaskBoardFormat -ChannelId - [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaGroupTeamChannelPlannerPlanBucketTaskBoardFormat -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelPlannerPlanBucketTaskCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelPlannerPlanBucketTaskCount.md index 3ddc3786ca6c6..33c8e8a1232b5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelPlannerPlanBucketTaskCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelPlannerPlanBucketTaskCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetagroupteamchannelplannerplanbuckettaskcount Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupTeamChannelPlannerPlanBucketTaskCount --- @@ -24,7 +24,7 @@ Get-MgBetaGroupTeamChannelPlannerPlanBucketTaskCount -ChannelId -GroupI -PlannerBucketId -PlannerPlanId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaGroupTeamChannelPlannerPlanBucketTaskCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelPlannerPlanBucketTaskDelta.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelPlannerPlanBucketTaskDelta.md index 80957d012efb2..578462607a684 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelPlannerPlanBucketTaskDelta.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelPlannerPlanBucketTaskDelta.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetagroupteamchannelplannerplanbuckettaskdelta Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupTeamChannelPlannerPlanBucketTaskDelta --- @@ -27,7 +27,7 @@ Get-MgBetaGroupTeamChannelPlannerPlanBucketTaskDelta -ChannelId -GroupI [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### DeltaViaIdentity @@ -38,7 +38,7 @@ Get-MgBetaGroupTeamChannelPlannerPlanBucketTaskDelta -InputObject ] [-Sort ] [-Top ] [-Count] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelPlannerPlanBucketTaskDetail.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelPlannerPlanBucketTaskDetail.md index 4a7c2614f2a86..3cfaee5fb337b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelPlannerPlanBucketTaskDetail.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelPlannerPlanBucketTaskDetail.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetagroupteamchannelplannerplanbuckettaskdetail Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupTeamChannelPlannerPlanBucketTaskDetail --- @@ -27,7 +27,7 @@ Get-MgBetaGroupTeamChannelPlannerPlanBucketTaskDetail -ChannelId -Group [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaGroupTeamChannelPlannerPlanBucketTaskDetail -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelPlannerPlanBucketTaskProgressTaskBoardFormat.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelPlannerPlanBucketTaskProgressTaskBoardFormat.md index 23cadf10d8e96..059e176a9ef94 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelPlannerPlanBucketTaskProgressTaskBoardFormat.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelPlannerPlanBucketTaskProgressTaskBoardFormat.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetagroupteamchannelplannerplanbuckettaskprogresstaskboardformat Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupTeamChannelPlannerPlanBucketTaskProgressTaskBoardFormat --- @@ -27,7 +27,7 @@ Get-MgBetaGroupTeamChannelPlannerPlanBucketTaskProgressTaskBoardFormat -ChannelI [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaGroupTeamChannelPlannerPlanBucketTaskProgressTaskBoardFormat -InputObj [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelPlannerPlanCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelPlannerPlanCount.md index 5eb4fee40c9dc..8fd913c06e16a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelPlannerPlanCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelPlannerPlanCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetagroupteamchannelplannerplancount Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupTeamChannelPlannerPlanCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaGroupTeamChannelPlannerPlanCount -ChannelId -GroupId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -32,7 +32,7 @@ Get-MgBetaGroupTeamChannelPlannerPlanCount -ChannelId -GroupId Get-MgBetaGroupTeamChannelPlannerPlanCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelPlannerPlanDelta.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelPlannerPlanDelta.md index acec6eb5d7754..a39f24470bd36 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelPlannerPlanDelta.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelPlannerPlanDelta.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetagroupteamchannelplannerplandelta Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupTeamChannelPlannerPlanDelta --- @@ -27,7 +27,6 @@ Get-MgBetaGroupTeamChannelPlannerPlanDelta -ChannelId -GroupId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### DeltaViaIdentity @@ -38,7 +37,7 @@ Get-MgBetaGroupTeamChannelPlannerPlanDelta -InputObject [-Skip ] [-Sort ] [-Top ] [-Count] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelPlannerPlanDetail.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelPlannerPlanDetail.md index c1015f6e2931f..824f6997b7930 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelPlannerPlanDetail.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelPlannerPlanDetail.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetagroupteamchannelplannerplandetail Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupTeamChannelPlannerPlanDetail --- @@ -26,7 +26,7 @@ Get-MgBetaGroupTeamChannelPlannerPlanDetail -ChannelId -GroupId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaGroupTeamChannelPlannerPlanDetail -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelPlannerPlanTask.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelPlannerPlanTask.md index 62a5f20205bba..dfb15d762a75f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelPlannerPlanTask.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelPlannerPlanTask.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetagroupteamchannelplannerplantask Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupTeamChannelPlannerPlanTask --- @@ -28,7 +28,7 @@ Get-MgBetaGroupTeamChannelPlannerPlanTask -ChannelId -GroupId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaGroupTeamChannelPlannerPlanTask -ChannelId -GroupId -PlannerPlanId -PlannerTaskId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -47,7 +47,7 @@ Get-MgBetaGroupTeamChannelPlannerPlanTask -ChannelId -GroupId Get-MgBetaGroupTeamChannelPlannerPlanTask -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelPlannerPlanTaskAssignedToTaskBoardFormat.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelPlannerPlanTaskAssignedToTaskBoardFormat.md index 56c456a3e9cdd..2dd4abfe999c7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelPlannerPlanTaskAssignedToTaskBoardFormat.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelPlannerPlanTaskAssignedToTaskBoardFormat.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetagroupteamchannelplannerplantaskassignedtotaskboardformat Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupTeamChannelPlannerPlanTaskAssignedToTaskBoardFormat --- @@ -26,7 +26,7 @@ Get-MgBetaGroupTeamChannelPlannerPlanTaskAssignedToTaskBoardFormat -ChannelId -PlannerPlanId -PlannerTaskId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaGroupTeamChannelPlannerPlanTaskAssignedToTaskBoardFormat -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelPlannerPlanTaskBucketTaskBoardFormat.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelPlannerPlanTaskBucketTaskBoardFormat.md index 4d30d2ce1d0a0..17037b7dae5ae 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelPlannerPlanTaskBucketTaskBoardFormat.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelPlannerPlanTaskBucketTaskBoardFormat.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetagroupteamchannelplannerplantaskbuckettaskboardformat Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupTeamChannelPlannerPlanTaskBucketTaskBoardFormat --- @@ -26,7 +26,7 @@ Get-MgBetaGroupTeamChannelPlannerPlanTaskBucketTaskBoardFormat -ChannelId -PlannerTaskId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaGroupTeamChannelPlannerPlanTaskBucketTaskBoardFormat -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelPlannerPlanTaskCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelPlannerPlanTaskCount.md index fdea3b43f1e65..c23539e8b0e10 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelPlannerPlanTaskCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelPlannerPlanTaskCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetagroupteamchannelplannerplantaskcount Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupTeamChannelPlannerPlanTaskCount --- @@ -24,7 +24,7 @@ Get-MgBetaGroupTeamChannelPlannerPlanTaskCount -ChannelId -GroupId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -33,7 +33,7 @@ Get-MgBetaGroupTeamChannelPlannerPlanTaskCount -ChannelId -GroupId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelPlannerPlanTaskDelta.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelPlannerPlanTaskDelta.md index 13243579642cc..679dd131f2004 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelPlannerPlanTaskDelta.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelPlannerPlanTaskDelta.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetagroupteamchannelplannerplantaskdelta Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupTeamChannelPlannerPlanTaskDelta --- @@ -27,7 +27,7 @@ Get-MgBetaGroupTeamChannelPlannerPlanTaskDelta -ChannelId -GroupId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### DeltaViaIdentity @@ -38,7 +38,7 @@ Get-MgBetaGroupTeamChannelPlannerPlanTaskDelta -InputObject [-Skip ] [-Sort ] [-Top ] [-Count] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelPlannerPlanTaskDetail.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelPlannerPlanTaskDetail.md index 61ff4a098a7ca..0740ac7a5d802 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelPlannerPlanTaskDetail.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelPlannerPlanTaskDetail.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetagroupteamchannelplannerplantaskdetail Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupTeamChannelPlannerPlanTaskDetail --- @@ -26,7 +26,7 @@ Get-MgBetaGroupTeamChannelPlannerPlanTaskDetail -ChannelId -GroupId -PlannerTaskId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaGroupTeamChannelPlannerPlanTaskDetail -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelPlannerPlanTaskProgressTaskBoardFormat.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelPlannerPlanTaskProgressTaskBoardFormat.md index 5d45821746146..aba5a7c6ed470 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelPlannerPlanTaskProgressTaskBoardFormat.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelPlannerPlanTaskProgressTaskBoardFormat.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetagroupteamchannelplannerplantaskprogresstaskboardformat Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupTeamChannelPlannerPlanTaskProgressTaskBoardFormat --- @@ -26,7 +26,7 @@ Get-MgBetaGroupTeamChannelPlannerPlanTaskProgressTaskBoardFormat -ChannelId -PlannerPlanId -PlannerTaskId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaGroupTeamChannelPlannerPlanTaskProgressTaskBoardFormat -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelPlannerPlanUsageRights.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelPlannerPlanUsageRights.md index c5bff91deb656..b8055af5a8fcc 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelPlannerPlanUsageRights.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelPlannerPlanUsageRights.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetagroupteamchannelplannerplanusagerights Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupTeamChannelPlannerPlanUsageRights --- @@ -23,7 +23,7 @@ Invoke function getUsageRights Get-MgBetaGroupTeamChannelPlannerPlanUsageRights -ChannelId -GroupId -PlannerPlanId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -32,7 +32,7 @@ Get-MgBetaGroupTeamChannelPlannerPlanUsageRights -ChannelId -GroupId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelRetainedMessage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelRetainedMessage.md index c8e55d55e9950..d7df6d09adfd7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelRetainedMessage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelRetainedMessage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetagroupteamchannelretainedmessage Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupTeamChannelRetainedMessage --- @@ -28,7 +28,7 @@ Get-MgBetaGroupTeamChannelRetainedMessage -GroupId [-Count] [-ExpandPro [-Filter ] [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -39,7 +39,7 @@ Get-MgBetaGroupTeamChannelRetainedMessage -InputObject [-Count] [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelSharedWithTeam.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelSharedWithTeam.md index 7248b5f070b4c..0e8f5eec5e610 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelSharedWithTeam.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelSharedWithTeam.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetagroupteamchannelsharedwithteam Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupTeamChannelSharedWithTeam --- @@ -29,7 +29,6 @@ Get-MgBetaGroupTeamChannelSharedWithTeam -ChannelId -GroupId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get1 @@ -39,7 +38,7 @@ Get-MgBetaGroupTeamChannelSharedWithTeam -ChannelId -GroupId -SharedWithChannelTeamInfoId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### Get @@ -49,7 +48,7 @@ Get-MgBetaGroupTeamChannelSharedWithTeam -ChannelId -GroupId -SharedWithChannelTeamInfoId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity1 @@ -58,7 +57,7 @@ Get-MgBetaGroupTeamChannelSharedWithTeam -ChannelId -GroupId Get-MgBetaGroupTeamChannelSharedWithTeam -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -67,7 +66,7 @@ Get-MgBetaGroupTeamChannelSharedWithTeam -InputObject [-ExpandP Get-MgBetaGroupTeamChannelSharedWithTeam -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelSharedWithTeamAllowedMember.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelSharedWithTeamAllowedMember.md index 724b0fae507ad..44f38f121142b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelSharedWithTeamAllowedMember.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelSharedWithTeamAllowedMember.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetagroupteamchannelsharedwithteamallowedmember Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupTeamChannelSharedWithTeamAllowedMember --- @@ -29,7 +29,7 @@ Get-MgBetaGroupTeamChannelSharedWithTeamAllowedMember -ChannelId -Group [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -40,7 +40,7 @@ Get-MgBetaGroupTeamChannelSharedWithTeamAllowedMember -ChannelId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -50,7 +50,7 @@ Get-MgBetaGroupTeamChannelSharedWithTeamAllowedMember -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelSharedWithTeamAllowedMemberCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelSharedWithTeamAllowedMemberCount.md index b4617880e3d39..638be0ddc32a0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelSharedWithTeamAllowedMemberCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelSharedWithTeamAllowedMemberCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetagroupteamchannelsharedwithteamallowedmembercount Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupTeamChannelSharedWithTeamAllowedMemberCount --- @@ -27,7 +27,7 @@ Get-MgBetaGroupTeamChannelSharedWithTeamAllowedMemberCount -ChannelId - -SharedWithChannelTeamInfoId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaGroupTeamChannelSharedWithTeamAllowedMemberCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelSharedWithTeamCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelSharedWithTeamCount.md index 722c27d6a440c..bc56bd1472c11 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelSharedWithTeamCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelSharedWithTeamCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetagroupteamchannelsharedwithteamcount Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupTeamChannelSharedWithTeamCount --- @@ -27,7 +27,7 @@ Get-MgBetaGroupTeamChannelSharedWithTeamCount -ChannelId -GroupId ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaGroupTeamChannelSharedWithTeamCount -ChannelId -GroupId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelTab.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelTab.md index d102c00abb289..0f808b209b435 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelTab.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelTab.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetagroupteamchanneltab Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupTeamChannelTab --- @@ -28,7 +28,7 @@ Get-MgBetaGroupTeamChannelTab -ChannelId -GroupId [-ExpandProp [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaGroupTeamChannelTab -ChannelId -GroupId -TeamsTabId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -47,7 +47,7 @@ Get-MgBetaGroupTeamChannelTab -ChannelId -GroupId -TeamsTabId Get-MgBetaGroupTeamChannelTab -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelTabCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelTabCount.md index 88fad7dcaf913..0a86c9b30deee 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelTabCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelTabCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetagroupteamchanneltabcount Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupTeamChannelTabCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaGroupTeamChannelTabCount -ChannelId -GroupId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaGroupTeamChannelTabCount -ChannelId -GroupId [-Filte Get-MgBetaGroupTeamChannelTabCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelTabTeamApp.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelTabTeamApp.md index b75a01e5cd1d8..57579514b863b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelTabTeamApp.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamChannelTabTeamApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetagroupteamchanneltabteamapp Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupTeamChannelTabTeamApp --- @@ -27,7 +27,7 @@ Get-MgBetaGroupTeamChannelTabTeamApp -ChannelId -GroupId -Team [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaGroupTeamChannelTabTeamApp -ChannelId -GroupId -Team Get-MgBetaGroupTeamChannelTabTeamApp -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamGroup.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamGroup.md index 67acbb80093fc..273db5e9d8bb1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamGroup.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamGroup.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetagroupteamgroup Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupTeamGroup --- @@ -26,7 +26,7 @@ Get group from groups Get-MgBetaGroupTeamGroup -GroupId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaGroupTeamGroup -GroupId [-ExpandProperty ] [-Proper Get-MgBetaGroupTeamGroup -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamGroupServiceProvisioningError.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamGroupServiceProvisioningError.md index b6df41618ed39..7b845bfdf0c69 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamGroupServiceProvisioningError.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamGroupServiceProvisioningError.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetagroupteamgroupserviceprovisioningerror Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupTeamGroupServiceProvisioningError --- @@ -28,7 +28,7 @@ Get-MgBetaGroupTeamGroupServiceProvisioningError -GroupId [-ExpandPrope [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamGroupServiceProvisioningErrorCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamGroupServiceProvisioningErrorCount.md index 17f7770e89943..7e115f17b366b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamGroupServiceProvisioningErrorCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamGroupServiceProvisioningErrorCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetagroupteamgroupserviceprovisioningerrorcount Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupTeamGroupServiceProvisioningErrorCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaGroupTeamGroupServiceProvisioningErrorCount -GroupId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaGroupTeamGroupServiceProvisioningErrorCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamIncomingChannel.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamIncomingChannel.md index a9ad8af2a696d..e2774694af36d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamIncomingChannel.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamIncomingChannel.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetagroupteamincomingchannel Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupTeamIncomingChannel --- @@ -28,7 +28,7 @@ Get-MgBetaGroupTeamIncomingChannel -GroupId [-ExpandProperty [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaGroupTeamIncomingChannel -ChannelId -GroupId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -47,7 +47,7 @@ Get-MgBetaGroupTeamIncomingChannel -ChannelId -GroupId Get-MgBetaGroupTeamIncomingChannel -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamIncomingChannelCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamIncomingChannelCount.md index d695477230353..c04774d5d196c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamIncomingChannelCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamIncomingChannelCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetagroupteamincomingchannelcount Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupTeamIncomingChannelCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaGroupTeamIncomingChannelCount -GroupId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaGroupTeamIncomingChannelCount -GroupId [-Filter ] [-S Get-MgBetaGroupTeamIncomingChannelCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamInstalledApp.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamInstalledApp.md index 539ed142fe605..0844befeee998 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamInstalledApp.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamInstalledApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetagroupteaminstalledapp Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupTeamInstalledApp --- @@ -28,7 +28,7 @@ Get-MgBetaGroupTeamInstalledApp -GroupId [-ExpandProperty ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaGroupTeamInstalledApp -GroupId -TeamsAppInstallationId ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -47,7 +47,7 @@ Get-MgBetaGroupTeamInstalledApp -GroupId -TeamsAppInstallationId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamInstalledAppCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamInstalledAppCount.md index 4454b11d4beef..3fef72f8738c7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamInstalledAppCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamInstalledAppCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetagroupteaminstalledappcount Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupTeamInstalledAppCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaGroupTeamInstalledAppCount -GroupId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaGroupTeamInstalledAppCount -GroupId [-Filter ] [-Sear Get-MgBetaGroupTeamInstalledAppCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamInstalledAppTeamApp.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamInstalledAppTeamApp.md index 498a50e353cf8..7e55b03dc200f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamInstalledAppTeamApp.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamInstalledAppTeamApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetagroupteaminstalledappteamapp Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupTeamInstalledAppTeamApp --- @@ -27,7 +27,7 @@ Get-MgBetaGroupTeamInstalledAppTeamApp -GroupId -TeamsAppInstallationId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaGroupTeamInstalledAppTeamApp -GroupId -TeamsAppInstallationId Get-MgBetaGroupTeamInstalledAppTeamApp -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamInstalledAppTeamAppDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamInstalledAppTeamAppDefinition.md index 67bff71f2d556..26ca42ad5a8cb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamInstalledAppTeamAppDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamInstalledAppTeamAppDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetagroupteaminstalledappteamappdefinition Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupTeamInstalledAppTeamAppDefinition --- @@ -27,7 +27,7 @@ Get-MgBetaGroupTeamInstalledAppTeamAppDefinition -GroupId -TeamsAppInst [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaGroupTeamInstalledAppTeamAppDefinition -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamMember.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamMember.md index 01665c83e2487..0e1d161478d2c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamMember.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamMember.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetagroupteammember Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupTeamMember --- @@ -28,7 +28,7 @@ Get-MgBetaGroupTeamMember -GroupId [-ExpandProperty ] [-Prope [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaGroupTeamMember -ConversationMemberId -GroupId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -47,7 +47,7 @@ Get-MgBetaGroupTeamMember -ConversationMemberId -GroupId Get-MgBetaGroupTeamMember -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamMemberCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamMemberCount.md index 1c4a22ccb594a..66d847c5cffb0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamMemberCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamMemberCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetagroupteammembercount Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupTeamMemberCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaGroupTeamMemberCount -GroupId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaGroupTeamMemberCount -GroupId [-Filter ] [-Search [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamOperation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamOperation.md index c894a8a477642..807a0dfb2cd03 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamOperation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamOperation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetagroupteamoperation Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupTeamOperation --- @@ -28,7 +28,7 @@ Get-MgBetaGroupTeamOperation -GroupId [-ExpandProperty ] [-Pr [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaGroupTeamOperation -GroupId -TeamsAsyncOperationId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -47,7 +47,7 @@ Get-MgBetaGroupTeamOperation -GroupId -TeamsAsyncOperationId Get-MgBetaGroupTeamOperation -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamOperationCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamOperationCount.md index 344927f34cddf..f1c6bc6cbdc8c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamOperationCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamOperationCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetagroupteamoperationcount Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupTeamOperationCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaGroupTeamOperationCount -GroupId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaGroupTeamOperationCount -GroupId [-Filter ] [-Search Get-MgBetaGroupTeamOperationCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamOwner.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamOwner.md index 7eb7530155484..c6a5e087f9bd7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamOwner.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamOwner.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetagroupteamowner Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupTeamOwner --- @@ -28,7 +28,7 @@ Get-MgBetaGroupTeamOwner -GroupId [-ExpandProperty ] [-Proper [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -37,7 +37,7 @@ Get-MgBetaGroupTeamOwner -GroupId [-ExpandProperty ] [-Proper Get-MgBetaGroupTeamOwner -GroupId -UserId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +46,7 @@ Get-MgBetaGroupTeamOwner -GroupId -UserId [-ExpandProperty [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamOwnerByUserPrincipalName.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamOwnerByUserPrincipalName.md index 669305db30927..bd1f2a0347948 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamOwnerByUserPrincipalName.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamOwnerByUserPrincipalName.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetagroupteamownerbyuserprincipalname Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupTeamOwnerByUserPrincipalName --- @@ -27,7 +27,7 @@ Get-MgBetaGroupTeamOwnerByUserPrincipalName -GroupId -UserPrincipalName [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaGroupTeamOwnerByUserPrincipalName -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamOwnerCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamOwnerCount.md index 4520c7b9ded3b..00a89426b700e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamOwnerCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamOwnerCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetagroupteamownercount Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupTeamOwnerCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaGroupTeamOwnerCount -GroupId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -32,7 +32,7 @@ Get-MgBetaGroupTeamOwnerCount -GroupId [-Filter ] [-Search [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamOwnerMailboxSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamOwnerMailboxSetting.md index 1f29026786e5d..d8bbecaa283e1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamOwnerMailboxSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamOwnerMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetagroupteamownermailboxsetting Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupTeamOwnerMailboxSetting --- @@ -27,7 +27,7 @@ Get-MgBetaGroupTeamOwnerMailboxSetting -GroupId -UserId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaGroupTeamOwnerMailboxSetting -GroupId -UserId Get-MgBetaGroupTeamOwnerMailboxSetting -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamOwnerServiceProvisioningError.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamOwnerServiceProvisioningError.md index 7d289e59a490b..de93c9c53da61 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamOwnerServiceProvisioningError.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamOwnerServiceProvisioningError.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetagroupteamownerserviceprovisioningerror Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupTeamOwnerServiceProvisioningError --- @@ -26,7 +26,6 @@ Get-MgBetaGroupTeamOwnerServiceProvisioningError -GroupId -UserId ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamOwnerServiceProvisioningErrorCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamOwnerServiceProvisioningErrorCount.md index 012ce20095dcc..a7bc2cd4ad7de 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamOwnerServiceProvisioningErrorCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamOwnerServiceProvisioningErrorCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetagroupteamownerserviceprovisioningerrorcount Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupTeamOwnerServiceProvisioningErrorCount --- @@ -24,7 +24,7 @@ Get-MgBetaGroupTeamOwnerServiceProvisioningErrorCount -GroupId -UserId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaGroupTeamOwnerServiceProvisioningErrorCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPermissionGrant.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPermissionGrant.md index f4fa11499c91a..dfebe7011a942 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPermissionGrant.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPermissionGrant.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetagroupteampermissiongrant Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupTeamPermissionGrant --- @@ -28,7 +28,7 @@ Get-MgBetaGroupTeamPermissionGrant -GroupId [-ExpandProperty [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaGroupTeamPermissionGrant -GroupId -ResourceSpecificPermission [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -47,7 +47,7 @@ Get-MgBetaGroupTeamPermissionGrant -GroupId -ResourceSpecificPermission Get-MgBetaGroupTeamPermissionGrant -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPermissionGrantCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPermissionGrantCount.md index b7290e1f04c0f..c0ab8ff583918 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPermissionGrantCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPermissionGrantCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetagroupteampermissiongrantcount Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupTeamPermissionGrantCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaGroupTeamPermissionGrantCount -GroupId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaGroupTeamPermissionGrantCount -GroupId [-Filter ] [-S Get-MgBetaGroupTeamPermissionGrantCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPhoto.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPhoto.md index 88da4fdd7472b..993b8ad2a47e1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPhoto.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPhoto.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetagroupteamphoto Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupTeamPhoto --- @@ -26,7 +26,7 @@ The team photo. Get-MgBetaGroupTeamPhoto -GroupId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaGroupTeamPhoto -GroupId [-ExpandProperty ] [-Proper Get-MgBetaGroupTeamPhoto -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPhotoContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPhotoContent.md index 5506721425fd4..19378cb45ebf9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPhotoContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPhotoContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetagroupteamphotocontent Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupTeamPhotoContent --- @@ -26,7 +26,7 @@ The team photo. Get-MgBetaGroupTeamPhotoContent -GroupId -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaGroupTeamPhotoContent -GroupId -OutFile Get-MgBetaGroupTeamPhotoContent -InputObject -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannel.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannel.md index 19c144b76b00a..5660bf607d1b9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannel.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannel.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetagroupteamprimarychannel Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupTeamPrimaryChannel --- @@ -26,7 +26,7 @@ The general channel for the team. Get-MgBetaGroupTeamPrimaryChannel -GroupId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaGroupTeamPrimaryChannel -GroupId [-ExpandProperty ] Get-MgBetaGroupTeamPrimaryChannel -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelAllMemberCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelAllMemberCount.md index 02b929c390427..1f68e94e1c957 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelAllMemberCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelAllMemberCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetagroupteamprimarychannelallmembercount Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupTeamPrimaryChannelAllMemberCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaGroupTeamPrimaryChannelAllMemberCount -GroupId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaGroupTeamPrimaryChannelAllMemberCount -GroupId [-Filter [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelEnabledApp.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelEnabledApp.md index 36c17d6e60098..d62ba7c1ca4ec 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelEnabledApp.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelEnabledApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetagroupteamprimarychannelenabledapp Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupTeamPrimaryChannelEnabledApp --- @@ -15,6 +15,9 @@ title: Get-MgBetaGroupTeamPrimaryChannelEnabledApp A collection of enabled apps in the channel. +> [!NOTE] +> To view the v1.0 release of this cmdlet, view [Get-MgGroupTeamPrimaryChannelEnabledApp](/powershell/module/Microsoft.Graph.Teams/Get-MgGroupTeamPrimaryChannelEnabledApp?view=graph-powershell-1.0) + ## SYNTAX ### List (Default) @@ -25,7 +28,7 @@ Get-MgBetaGroupTeamPrimaryChannelEnabledApp -GroupId [-ExpandProperty < [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +38,7 @@ Get-MgBetaGroupTeamPrimaryChannelEnabledApp -GroupId -TeamsAppId ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -45,7 +48,7 @@ Get-MgBetaGroupTeamPrimaryChannelEnabledApp -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelEnabledAppCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelEnabledAppCount.md index a4b1edf75a304..3206f7a42d8e7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelEnabledAppCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelEnabledAppCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetagroupteamprimarychannelenabledappcount Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupTeamPrimaryChannelEnabledAppCount --- @@ -15,6 +15,9 @@ title: Get-MgBetaGroupTeamPrimaryChannelEnabledAppCount Get the number of the resource +> [!NOTE] +> To view the v1.0 release of this cmdlet, view [Get-MgGroupTeamPrimaryChannelEnabledAppCount](/powershell/module/Microsoft.Graph.Teams/Get-MgGroupTeamPrimaryChannelEnabledAppCount?view=graph-powershell-1.0) + ## SYNTAX ### Get (Default) @@ -23,7 +26,7 @@ Get the number of the resource Get-MgBetaGroupTeamPrimaryChannelEnabledAppCount -GroupId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -32,7 +35,7 @@ Get-MgBetaGroupTeamPrimaryChannelEnabledAppCount -GroupId [-Filter [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelFileFolder.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelFileFolder.md index 6d245663c6c48..9ca72bb4a9284 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelFileFolder.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelFileFolder.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetagroupteamprimarychannelfilefolder Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupTeamPrimaryChannelFileFolder --- @@ -26,7 +26,7 @@ Metadata for the location where the channel's files are stored. Get-MgBetaGroupTeamPrimaryChannelFileFolder -GroupId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaGroupTeamPrimaryChannelFileFolder -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelFileFolderContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelFileFolderContent.md index 2c5e994a2fa7d..fe4c2c8c31d54 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelFileFolderContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelFileFolderContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetagroupteamprimarychannelfilefoldercontent Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupTeamPrimaryChannelFileFolderContent --- @@ -29,7 +29,7 @@ To proactively opt in to the new behavior ahead of time, use the contentStream p Get-MgBetaGroupTeamPrimaryChannelFileFolderContent -GroupId -OutFile [-Format ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -38,7 +38,7 @@ Get-MgBetaGroupTeamPrimaryChannelFileFolderContent -GroupId -OutFile -OutFile [-Format ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelFileFolderContentStream.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelFileFolderContentStream.md index ed2b0271b9566..9a8a1f976bacb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelFileFolderContentStream.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelFileFolderContentStream.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetagroupteamprimarychannelfilefoldercontentstream Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupTeamPrimaryChannelFileFolderContentStream --- @@ -23,7 +23,7 @@ The content stream, if the item represents a file. Get-MgBetaGroupTeamPrimaryChannelFileFolderContentStream -GroupId -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -32,7 +32,7 @@ Get-MgBetaGroupTeamPrimaryChannelFileFolderContentStream -GroupId -OutF Get-MgBetaGroupTeamPrimaryChannelFileFolderContentStream -InputObject -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelMember.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelMember.md index 874315b5bcf34..6bc5bd9ec4bad 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelMember.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelMember.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetagroupteamprimarychannelmember Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupTeamPrimaryChannelMember --- @@ -29,7 +29,7 @@ Get-MgBetaGroupTeamPrimaryChannelMember -GroupId [-ExpandProperty ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get1 @@ -39,7 +39,7 @@ Get-MgBetaGroupTeamPrimaryChannelMember -ConversationMemberId -GroupId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### Get @@ -49,7 +49,7 @@ Get-MgBetaGroupTeamPrimaryChannelMember -ConversationMemberId -GroupId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### List1 @@ -60,7 +60,7 @@ Get-MgBetaGroupTeamPrimaryChannelMember -GroupId [-ExpandProperty ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### GetViaIdentity1 @@ -69,7 +69,7 @@ Get-MgBetaGroupTeamPrimaryChannelMember -GroupId [-ExpandProperty [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -78,7 +78,7 @@ Get-MgBetaGroupTeamPrimaryChannelMember -InputObject [-ExpandPr Get-MgBetaGroupTeamPrimaryChannelMember -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelMemberCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelMemberCount.md index f9c0eec3a24da..05dd1b9836392 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelMemberCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelMemberCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetagroupteamprimarychannelmembercount Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupTeamPrimaryChannelMemberCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaGroupTeamPrimaryChannelMemberCount -GroupId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaGroupTeamPrimaryChannelMemberCount -GroupId [-Filter Get-MgBetaGroupTeamPrimaryChannelMemberCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelMessage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelMessage.md index e74ea56be3b03..753da34aa179b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelMessage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelMessage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetagroupteamprimarychannelmessage Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupTeamPrimaryChannelMessage --- @@ -29,7 +29,7 @@ Get-MgBetaGroupTeamPrimaryChannelMessage -GroupId [-ExpandProperty ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -39,7 +39,7 @@ Get-MgBetaGroupTeamPrimaryChannelMessage -ChatMessageId -GroupId ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +48,7 @@ Get-MgBetaGroupTeamPrimaryChannelMessage -ChatMessageId -GroupId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelMessageCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelMessageCount.md index 46c7bd817ed20..f88add2aaa8fb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelMessageCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelMessageCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetagroupteamprimarychannelmessagecount Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupTeamPrimaryChannelMessageCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaGroupTeamPrimaryChannelMessageCount -GroupId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaGroupTeamPrimaryChannelMessageCount -GroupId [-Filter [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelMessageDelta.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelMessageDelta.md index 751e87ed1209a..72a7b84ceee79 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelMessageDelta.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelMessageDelta.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetagroupteamprimarychannelmessagedelta Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupTeamPrimaryChannelMessageDelta --- @@ -35,7 +35,7 @@ Get-MgBetaGroupTeamPrimaryChannelMessageDelta -GroupId [-ExpandProperty [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### DeltaViaIdentity @@ -46,7 +46,7 @@ Get-MgBetaGroupTeamPrimaryChannelMessageDelta -InputObject [-Skip ] [-Sort ] [-Top ] [-Count] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelMessageHostedContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelMessageHostedContent.md index 708347d726f86..d93ceaa08641b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelMessageHostedContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelMessageHostedContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetagroupteamprimarychannelmessagehostedcontent Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupTeamPrimaryChannelMessageHostedContent --- @@ -29,7 +29,6 @@ Get-MgBetaGroupTeamPrimaryChannelMessageHostedContent -ChatMessageId -G [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get1 @@ -39,7 +38,7 @@ Get-MgBetaGroupTeamPrimaryChannelMessageHostedContent -ChatMessageHostedContentI -ChatMessageId -GroupId -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-PassThru] [] + [-ProxyUseDefaultCredentials] [-PassThru] ``` ### Get @@ -49,7 +48,7 @@ Get-MgBetaGroupTeamPrimaryChannelMessageHostedContent -ChatMessageHostedContentI -ChatMessageId -GroupId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity1 @@ -58,7 +57,7 @@ Get-MgBetaGroupTeamPrimaryChannelMessageHostedContent -ChatMessageHostedContentI Get-MgBetaGroupTeamPrimaryChannelMessageHostedContent -InputObject -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PassThru] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PassThru] ``` ### GetViaIdentity @@ -68,7 +67,7 @@ Get-MgBetaGroupTeamPrimaryChannelMessageHostedContent -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelMessageHostedContentCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelMessageHostedContentCount.md index f18b4d5ee53a8..262d3e878679a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelMessageHostedContentCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelMessageHostedContentCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetagroupteamprimarychannelmessagehostedcontentcount Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupTeamPrimaryChannelMessageHostedContentCount --- @@ -27,7 +27,7 @@ Get-MgBetaGroupTeamPrimaryChannelMessageHostedContentCount -ChatMessageId ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaGroupTeamPrimaryChannelMessageHostedContentCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelMessageReply.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelMessageReply.md index 4363abb74bd43..865166d20ea27 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelMessageReply.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelMessageReply.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetagroupteamprimarychannelmessagereply Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupTeamPrimaryChannelMessageReply --- @@ -30,7 +30,6 @@ Get-MgBetaGroupTeamPrimaryChannelMessageReply -ChatMessageId -GroupId < [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -40,7 +39,7 @@ Get-MgBetaGroupTeamPrimaryChannelMessageReply -ChatMessageId -ChatMessa -GroupId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -50,7 +49,7 @@ Get-MgBetaGroupTeamPrimaryChannelMessageReply -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelMessageReplyCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelMessageReplyCount.md index a7aad2f8ab788..dc8a7be7aa632 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelMessageReplyCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelMessageReplyCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetagroupteamprimarychannelmessagereplycount Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupTeamPrimaryChannelMessageReplyCount --- @@ -27,7 +27,7 @@ Get-MgBetaGroupTeamPrimaryChannelMessageReplyCount -ChatMessageId -Grou [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaGroupTeamPrimaryChannelMessageReplyCount -ChatMessageId -Grou Get-MgBetaGroupTeamPrimaryChannelMessageReplyCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelMessageReplyDelta.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelMessageReplyDelta.md index b18a9e55607ad..b47cf069c5572 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelMessageReplyDelta.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelMessageReplyDelta.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetagroupteamprimarychannelmessagereplydelta Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupTeamPrimaryChannelMessageReplyDelta --- @@ -36,7 +36,6 @@ Get-MgBetaGroupTeamPrimaryChannelMessageReplyDelta -ChatMessageId -Grou [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### DeltaViaIdentity @@ -47,7 +46,7 @@ Get-MgBetaGroupTeamPrimaryChannelMessageReplyDelta -InputObject [-Skip ] [-Sort ] [-Top ] [-Count] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelMessageReplyHostedContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelMessageReplyHostedContent.md index 83386201e4b4d..96c1260cb31bb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelMessageReplyHostedContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelMessageReplyHostedContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetagroupteamprimarychannelmessagereplyhostedcontent Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupTeamPrimaryChannelMessageReplyHostedContent --- @@ -29,7 +29,7 @@ Get-MgBetaGroupTeamPrimaryChannelMessageReplyHostedContent -ChatMessageId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get1 @@ -39,7 +39,7 @@ Get-MgBetaGroupTeamPrimaryChannelMessageReplyHostedContent -ChatMessageHostedCon -ChatMessageId -ChatMessageId1 -GroupId -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PassThru] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PassThru] ``` ### Get @@ -49,7 +49,7 @@ Get-MgBetaGroupTeamPrimaryChannelMessageReplyHostedContent -ChatMessageHostedCon -ChatMessageId -ChatMessageId1 -GroupId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity1 @@ -58,7 +58,7 @@ Get-MgBetaGroupTeamPrimaryChannelMessageReplyHostedContent -ChatMessageHostedCon Get-MgBetaGroupTeamPrimaryChannelMessageReplyHostedContent -InputObject -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PassThru] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PassThru] ``` ### GetViaIdentity @@ -68,7 +68,7 @@ Get-MgBetaGroupTeamPrimaryChannelMessageReplyHostedContent -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelMessageReplyHostedContentCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelMessageReplyHostedContentCount.md index f5360038b3c38..1e45fbb021a8a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelMessageReplyHostedContentCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelMessageReplyHostedContentCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetagroupteamprimarychannelmessagereplyhostedcontentcount Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupTeamPrimaryChannelMessageReplyHostedContentCount --- @@ -27,7 +27,7 @@ Get-MgBetaGroupTeamPrimaryChannelMessageReplyHostedContentCount -ChatMessageId < -ChatMessageId1 -GroupId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaGroupTeamPrimaryChannelMessageReplyHostedContentCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelPlanner.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelPlanner.md index 8d2f77cdc5c24..7f38ee927e263 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelPlanner.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelPlanner.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetagroupteamprimarychannelplanner Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupTeamPrimaryChannelPlanner --- @@ -26,7 +26,7 @@ Nullable. Get-MgBetaGroupTeamPrimaryChannelPlanner -GroupId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaGroupTeamPrimaryChannelPlanner -GroupId [-ExpandProperty [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelPlannerPlan.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelPlannerPlan.md index 6fb9f4659a8b9..a723c7f30c8bc 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelPlannerPlan.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelPlannerPlan.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetagroupteamprimarychannelplannerplan Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupTeamPrimaryChannelPlannerPlan --- @@ -28,7 +28,7 @@ Get-MgBetaGroupTeamPrimaryChannelPlannerPlan -GroupId [-ExpandProperty [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaGroupTeamPrimaryChannelPlannerPlan -GroupId -PlannerPlanId ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +48,7 @@ Get-MgBetaGroupTeamPrimaryChannelPlannerPlan -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelPlannerPlanBucket.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelPlannerPlanBucket.md index 87be65dc57f82..924a3239cae14 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelPlannerPlanBucket.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelPlannerPlanBucket.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetagroupteamprimarychannelplannerplanbucket Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupTeamPrimaryChannelPlannerPlanBucket --- @@ -28,7 +28,6 @@ Get-MgBetaGroupTeamPrimaryChannelPlannerPlanBucket -GroupId -PlannerPla [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -38,7 +37,7 @@ Get-MgBetaGroupTeamPrimaryChannelPlannerPlanBucket -GroupId -PlannerBuc -PlannerPlanId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +47,7 @@ Get-MgBetaGroupTeamPrimaryChannelPlannerPlanBucket -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketCount.md index d60d4046cd905..f24b4425df878 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetagroupteamprimarychannelplannerplanbucketcount Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketCount --- @@ -24,7 +24,7 @@ Get-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketCount -GroupId -Plann [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketDelta.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketDelta.md index 7c3aed48108e4..9727145f82bab 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketDelta.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketDelta.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetagroupteamprimarychannelplannerplanbucketdelta Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketDelta --- @@ -27,7 +27,6 @@ Get-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketDelta -GroupId -Plann [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### DeltaViaIdentity @@ -38,7 +37,7 @@ Get-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketDelta -InputObject ] [-Sort ] [-Top ] [-Count] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTask.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTask.md index ad67b80a53d8b..821baea8178e3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTask.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTask.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetagroupteamprimarychannelplannerplanbuckettask Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTask --- @@ -28,7 +28,7 @@ Get-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTask -GroupId -Planne [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTask -GroupId -Planne -PlannerPlanId -PlannerTaskId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +48,7 @@ Get-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTask -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTaskAssignedToTaskBoardFormat.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTaskAssignedToTaskBoardFormat.md index bc36a536ac119..e68fc22017683 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTaskAssignedToTaskBoardFormat.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTaskAssignedToTaskBoardFormat.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetagroupteamprimarychannelplannerplanbuckettaskassignedtotaskboardformat Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTaskAssignedToTaskBoardFormat --- @@ -27,7 +27,7 @@ Get-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTaskAssignedToTaskBoardFormat [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTaskAssignedToTaskBoardFormat -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTaskBoardFormat.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTaskBoardFormat.md index 1efdc33563a4a..ed096d684558d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTaskBoardFormat.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTaskBoardFormat.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetagroupteamprimarychannelplannerplanbuckettaskboardformat Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTaskBoardFormat --- @@ -27,7 +27,7 @@ Get-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTaskBoardFormat -GroupId ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTaskBoardFormat -InputObject < [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTaskCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTaskCount.md index bb9862aa64d7a..5c769ad69e51d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTaskCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTaskCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetagroupteamprimarychannelplannerplanbuckettaskcount Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTaskCount --- @@ -24,7 +24,7 @@ Get-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTaskCount -GroupId -PlannerBucketId -PlannerPlanId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTaskCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTaskDelta.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTaskDelta.md index 2371389dcfd42..44424f3098075 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTaskDelta.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTaskDelta.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetagroupteamprimarychannelplannerplanbuckettaskdelta Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTaskDelta --- @@ -27,7 +27,7 @@ Get-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTaskDelta -GroupId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### DeltaViaIdentity @@ -38,7 +38,7 @@ Get-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTaskDelta -InputObject ] [-Sort ] [-Top ] [-Count] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTaskDetail.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTaskDetail.md index f33668288140a..71a0d5e11a979 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTaskDetail.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTaskDetail.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetagroupteamprimarychannelplannerplanbuckettaskdetail Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTaskDetail --- @@ -27,7 +27,7 @@ Get-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTaskDetail -GroupId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTaskDetail -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTaskProgressTaskBoardFormat.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTaskProgressTaskBoardFormat.md index 4cc81c2abc01a..8ccd65b990515 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTaskProgressTaskBoardFormat.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTaskProgressTaskBoardFormat.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetagroupteamprimarychannelplannerplanbuckettaskprogresstaskboardformat Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTaskProgressTaskBoardFormat --- @@ -27,7 +27,7 @@ Get-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTaskProgressTaskBoardFormat -G [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTaskProgressTaskBoardFormat -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelPlannerPlanCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelPlannerPlanCount.md index 91beafd0c6982..ca64dffcc26f8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelPlannerPlanCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelPlannerPlanCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetagroupteamprimarychannelplannerplancount Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupTeamPrimaryChannelPlannerPlanCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaGroupTeamPrimaryChannelPlannerPlanCount -GroupId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -32,7 +32,7 @@ Get-MgBetaGroupTeamPrimaryChannelPlannerPlanCount -GroupId [-Filter [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelPlannerPlanDelta.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelPlannerPlanDelta.md index 20e757c54b54a..402ad9f695894 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelPlannerPlanDelta.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelPlannerPlanDelta.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetagroupteamprimarychannelplannerplandelta Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupTeamPrimaryChannelPlannerPlanDelta --- @@ -26,7 +26,7 @@ Get-MgBetaGroupTeamPrimaryChannelPlannerPlanDelta -GroupId [-ExpandProp [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### DeltaViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaGroupTeamPrimaryChannelPlannerPlanDelta -InputObject [-Skip ] [-Sort ] [-Top ] [-Count] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelPlannerPlanDetail.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelPlannerPlanDetail.md index 347aa4cc7df16..a6c8a8986bac1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelPlannerPlanDetail.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelPlannerPlanDetail.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetagroupteamprimarychannelplannerplandetail Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupTeamPrimaryChannelPlannerPlanDetail --- @@ -26,7 +26,7 @@ Get-MgBetaGroupTeamPrimaryChannelPlannerPlanDetail -GroupId -PlannerPla [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaGroupTeamPrimaryChannelPlannerPlanDetail -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelPlannerPlanTask.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelPlannerPlanTask.md index dc1d0f2a4a9f6..3dfac8e62f2f9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelPlannerPlanTask.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelPlannerPlanTask.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetagroupteamprimarychannelplannerplantask Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupTeamPrimaryChannelPlannerPlanTask --- @@ -28,7 +28,6 @@ Get-MgBetaGroupTeamPrimaryChannelPlannerPlanTask -GroupId -PlannerPlanI [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -38,7 +37,7 @@ Get-MgBetaGroupTeamPrimaryChannelPlannerPlanTask -GroupId -PlannerPlanI -PlannerTaskId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +47,7 @@ Get-MgBetaGroupTeamPrimaryChannelPlannerPlanTask -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelPlannerPlanTaskAssignedToTaskBoardFormat.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelPlannerPlanTaskAssignedToTaskBoardFormat.md index 21a17aafc3697..80d0ee0034566 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelPlannerPlanTaskAssignedToTaskBoardFormat.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelPlannerPlanTaskAssignedToTaskBoardFormat.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetagroupteamprimarychannelplannerplantaskassignedtotaskboardformat Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupTeamPrimaryChannelPlannerPlanTaskAssignedToTaskBoardFormat --- @@ -26,7 +26,7 @@ Get-MgBetaGroupTeamPrimaryChannelPlannerPlanTaskAssignedToTaskBoardFormat -Group -PlannerPlanId -PlannerTaskId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaGroupTeamPrimaryChannelPlannerPlanTaskAssignedToTaskBoardFormat -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelPlannerPlanTaskBucketTaskBoardFormat.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelPlannerPlanTaskBucketTaskBoardFormat.md index 6ba5d96d154eb..b3bc04a1e9573 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelPlannerPlanTaskBucketTaskBoardFormat.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelPlannerPlanTaskBucketTaskBoardFormat.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetagroupteamprimarychannelplannerplantaskbuckettaskboardformat Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupTeamPrimaryChannelPlannerPlanTaskBucketTaskBoardFormat --- @@ -26,7 +26,7 @@ Get-MgBetaGroupTeamPrimaryChannelPlannerPlanTaskBucketTaskBoardFormat -GroupId < -PlannerPlanId -PlannerTaskId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaGroupTeamPrimaryChannelPlannerPlanTaskBucketTaskBoardFormat -InputObje [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelPlannerPlanTaskCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelPlannerPlanTaskCount.md index 36fc47526285a..9b7c435fa59d7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelPlannerPlanTaskCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelPlannerPlanTaskCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetagroupteamprimarychannelplannerplantaskcount Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupTeamPrimaryChannelPlannerPlanTaskCount --- @@ -24,7 +24,7 @@ Get-MgBetaGroupTeamPrimaryChannelPlannerPlanTaskCount -GroupId -Planner [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaGroupTeamPrimaryChannelPlannerPlanTaskCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelPlannerPlanTaskDelta.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelPlannerPlanTaskDelta.md index 8a039d582f8db..c42d119de3e58 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelPlannerPlanTaskDelta.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelPlannerPlanTaskDelta.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetagroupteamprimarychannelplannerplantaskdelta Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupTeamPrimaryChannelPlannerPlanTaskDelta --- @@ -27,7 +27,6 @@ Get-MgBetaGroupTeamPrimaryChannelPlannerPlanTaskDelta -GroupId -Planner [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### DeltaViaIdentity @@ -38,7 +37,7 @@ Get-MgBetaGroupTeamPrimaryChannelPlannerPlanTaskDelta -InputObject ] [-Sort ] [-Top ] [-Count] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelPlannerPlanTaskDetail.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelPlannerPlanTaskDetail.md index 5011534527358..b0cebdcf8eeab 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelPlannerPlanTaskDetail.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelPlannerPlanTaskDetail.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetagroupteamprimarychannelplannerplantaskdetail Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupTeamPrimaryChannelPlannerPlanTaskDetail --- @@ -26,7 +26,7 @@ Get-MgBetaGroupTeamPrimaryChannelPlannerPlanTaskDetail -GroupId -Planne -PlannerTaskId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaGroupTeamPrimaryChannelPlannerPlanTaskDetail -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelPlannerPlanTaskProgressTaskBoardFormat.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelPlannerPlanTaskProgressTaskBoardFormat.md index 5c5954619dcd3..47c8440953077 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelPlannerPlanTaskProgressTaskBoardFormat.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelPlannerPlanTaskProgressTaskBoardFormat.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetagroupteamprimarychannelplannerplantaskprogresstaskboardformat Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupTeamPrimaryChannelPlannerPlanTaskProgressTaskBoardFormat --- @@ -26,7 +26,7 @@ Get-MgBetaGroupTeamPrimaryChannelPlannerPlanTaskProgressTaskBoardFormat -GroupId -PlannerPlanId -PlannerTaskId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaGroupTeamPrimaryChannelPlannerPlanTaskProgressTaskBoardFormat -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelPlannerPlanUsageRights.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelPlannerPlanUsageRights.md index 7b16575d58f51..8ca6e675a1d98 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelPlannerPlanUsageRights.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelPlannerPlanUsageRights.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetagroupteamprimarychannelplannerplanusagerights Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupTeamPrimaryChannelPlannerPlanUsageRights --- @@ -23,7 +23,7 @@ Invoke function getUsageRights Get-MgBetaGroupTeamPrimaryChannelPlannerPlanUsageRights -GroupId -PlannerPlanId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -32,7 +32,7 @@ Get-MgBetaGroupTeamPrimaryChannelPlannerPlanUsageRights -GroupId -Plann Get-MgBetaGroupTeamPrimaryChannelPlannerPlanUsageRights -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelSharedWithTeam.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelSharedWithTeam.md index 71582c2e56684..784631571cb9b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelSharedWithTeam.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelSharedWithTeam.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetagroupteamprimarychannelsharedwithteam Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupTeamPrimaryChannelSharedWithTeam --- @@ -28,7 +28,7 @@ Get-MgBetaGroupTeamPrimaryChannelSharedWithTeam -GroupId [-ExpandProper [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get1 @@ -38,7 +38,7 @@ Get-MgBetaGroupTeamPrimaryChannelSharedWithTeam -GroupId -SharedWithChannelTeamInfoId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### Get @@ -48,7 +48,7 @@ Get-MgBetaGroupTeamPrimaryChannelSharedWithTeam -GroupId -SharedWithChannelTeamInfoId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity1 @@ -58,7 +58,7 @@ Get-MgBetaGroupTeamPrimaryChannelSharedWithTeam -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -68,7 +68,7 @@ Get-MgBetaGroupTeamPrimaryChannelSharedWithTeam -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelSharedWithTeamAllowedMember.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelSharedWithTeamAllowedMember.md index d05423200d9ec..f3fc17dba273c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelSharedWithTeamAllowedMember.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelSharedWithTeamAllowedMember.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetagroupteamprimarychannelsharedwithteamallowedmember Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupTeamPrimaryChannelSharedWithTeamAllowedMember --- @@ -29,7 +29,7 @@ Get-MgBetaGroupTeamPrimaryChannelSharedWithTeamAllowedMember -GroupId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -39,7 +39,7 @@ Get-MgBetaGroupTeamPrimaryChannelSharedWithTeamAllowedMember -ConversationMember -GroupId -SharedWithChannelTeamInfoId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -49,7 +49,7 @@ Get-MgBetaGroupTeamPrimaryChannelSharedWithTeamAllowedMember -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelSharedWithTeamAllowedMemberCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelSharedWithTeamAllowedMemberCount.md index 8799c85ddb3b6..5b291151b65a8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelSharedWithTeamAllowedMemberCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelSharedWithTeamAllowedMemberCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetagroupteamprimarychannelsharedwithteamallowedmembercount Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupTeamPrimaryChannelSharedWithTeamAllowedMemberCount --- @@ -27,7 +27,7 @@ Get-MgBetaGroupTeamPrimaryChannelSharedWithTeamAllowedMemberCount -GroupId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaGroupTeamPrimaryChannelSharedWithTeamAllowedMemberCount -InputObject < [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelSharedWithTeamCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelSharedWithTeamCount.md index d6ea4012a3242..58b399953a46d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelSharedWithTeamCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelSharedWithTeamCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetagroupteamprimarychannelsharedwithteamcount Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupTeamPrimaryChannelSharedWithTeamCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaGroupTeamPrimaryChannelSharedWithTeamCount -GroupId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaGroupTeamPrimaryChannelSharedWithTeamCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelTab.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelTab.md index d95aa122c3056..9679f76e84949 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelTab.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelTab.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetagroupteamprimarychanneltab Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupTeamPrimaryChannelTab --- @@ -28,7 +28,7 @@ Get-MgBetaGroupTeamPrimaryChannelTab -GroupId [-ExpandProperty ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaGroupTeamPrimaryChannelTab -GroupId -TeamsTabId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -47,7 +47,7 @@ Get-MgBetaGroupTeamPrimaryChannelTab -GroupId -TeamsTabId Get-MgBetaGroupTeamPrimaryChannelTab -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelTabCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelTabCount.md index 5d8c589ba1584..7b8f649e32de1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelTabCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelTabCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetagroupteamprimarychanneltabcount Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupTeamPrimaryChannelTabCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaGroupTeamPrimaryChannelTabCount -GroupId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaGroupTeamPrimaryChannelTabCount -GroupId [-Filter ] [ Get-MgBetaGroupTeamPrimaryChannelTabCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelTabTeamApp.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelTabTeamApp.md index 84d1810d283d3..ef59aedf4c730 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelTabTeamApp.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamPrimaryChannelTabTeamApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetagroupteamprimarychanneltabteamapp Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupTeamPrimaryChannelTabTeamApp --- @@ -27,7 +27,7 @@ Get-MgBetaGroupTeamPrimaryChannelTabTeamApp -GroupId -TeamsTabId ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaGroupTeamPrimaryChannelTabTeamApp -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamSchedule.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamSchedule.md index 5b2e67820f081..4e4dbfa661dcf 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamSchedule.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamSchedule.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetagroupteamschedule Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupTeamSchedule --- @@ -26,7 +26,7 @@ The schedule of shifts for this team. Get-MgBetaGroupTeamSchedule -GroupId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaGroupTeamSchedule -GroupId [-ExpandProperty ] [-Pro Get-MgBetaGroupTeamSchedule -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamScheduleDayNote.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamScheduleDayNote.md index 12997854390f8..0ca8c98022465 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamScheduleDayNote.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamScheduleDayNote.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetagroupteamscheduledaynote Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupTeamScheduleDayNote --- @@ -28,7 +28,7 @@ Get-MgBetaGroupTeamScheduleDayNote -GroupId [-ExpandProperty [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaGroupTeamScheduleDayNote -DayNoteId -GroupId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -47,7 +47,7 @@ Get-MgBetaGroupTeamScheduleDayNote -DayNoteId -GroupId Get-MgBetaGroupTeamScheduleDayNote -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamScheduleDayNoteCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamScheduleDayNoteCount.md index e5d777284dab9..2ab66b90ad1ba 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamScheduleDayNoteCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamScheduleDayNoteCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetagroupteamscheduledaynotecount Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupTeamScheduleDayNoteCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaGroupTeamScheduleDayNoteCount -GroupId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaGroupTeamScheduleDayNoteCount -GroupId [-Filter ] [-S Get-MgBetaGroupTeamScheduleDayNoteCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamScheduleOfferShiftRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamScheduleOfferShiftRequest.md index 608c2cb6f71ed..9638ca5a08be9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamScheduleOfferShiftRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamScheduleOfferShiftRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetagroupteamscheduleoffershiftrequest Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupTeamScheduleOfferShiftRequest --- @@ -28,7 +28,7 @@ Get-MgBetaGroupTeamScheduleOfferShiftRequest -GroupId [-ExpandProperty [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaGroupTeamScheduleOfferShiftRequest -GroupId -OfferShiftReques [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +48,7 @@ Get-MgBetaGroupTeamScheduleOfferShiftRequest -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamScheduleOfferShiftRequestCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamScheduleOfferShiftRequestCount.md index 82873b3460235..c7ad1fdbf5c81 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamScheduleOfferShiftRequestCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamScheduleOfferShiftRequestCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetagroupteamscheduleoffershiftrequestcount Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupTeamScheduleOfferShiftRequestCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaGroupTeamScheduleOfferShiftRequestCount -GroupId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaGroupTeamScheduleOfferShiftRequestCount -GroupId [-Filter [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamScheduleOpenShift.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamScheduleOpenShift.md index b9c98e907b2ac..b86d0fd2b7b0e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamScheduleOpenShift.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamScheduleOpenShift.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetagroupteamscheduleopenshift Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupTeamScheduleOpenShift --- @@ -28,7 +28,7 @@ Get-MgBetaGroupTeamScheduleOpenShift -GroupId [-ExpandProperty ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaGroupTeamScheduleOpenShift -GroupId -OpenShiftId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -47,7 +47,7 @@ Get-MgBetaGroupTeamScheduleOpenShift -GroupId -OpenShiftId Get-MgBetaGroupTeamScheduleOpenShift -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamScheduleOpenShiftChangeRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamScheduleOpenShiftChangeRequest.md index 2f89ebc554572..40af554c9b826 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamScheduleOpenShiftChangeRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamScheduleOpenShiftChangeRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetagroupteamscheduleopenshiftchangerequest Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupTeamScheduleOpenShiftChangeRequest --- @@ -28,7 +28,7 @@ Get-MgBetaGroupTeamScheduleOpenShiftChangeRequest -GroupId [-ExpandProp [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaGroupTeamScheduleOpenShiftChangeRequest -GroupId -OpenShiftChangeRequestId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +48,7 @@ Get-MgBetaGroupTeamScheduleOpenShiftChangeRequest -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamScheduleOpenShiftChangeRequestCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamScheduleOpenShiftChangeRequestCount.md index e0890f61da1bd..0ac726a11ab0c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamScheduleOpenShiftChangeRequestCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamScheduleOpenShiftChangeRequestCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetagroupteamscheduleopenshiftchangerequestcount Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupTeamScheduleOpenShiftChangeRequestCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaGroupTeamScheduleOpenShiftChangeRequestCount -GroupId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaGroupTeamScheduleOpenShiftChangeRequestCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamScheduleOpenShiftCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamScheduleOpenShiftCount.md index 59f3210efacfe..93d45061e82ac 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamScheduleOpenShiftCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamScheduleOpenShiftCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetagroupteamscheduleopenshiftcount Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupTeamScheduleOpenShiftCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaGroupTeamScheduleOpenShiftCount -GroupId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaGroupTeamScheduleOpenShiftCount -GroupId [-Filter ] [ Get-MgBetaGroupTeamScheduleOpenShiftCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamScheduleSchedulingGroup.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamScheduleSchedulingGroup.md index 9bf30e2e81c12..6e771ca86ab6c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamScheduleSchedulingGroup.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamScheduleSchedulingGroup.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetagroupteamscheduleschedulinggroup Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupTeamScheduleSchedulingGroup --- @@ -28,7 +28,7 @@ Get-MgBetaGroupTeamScheduleSchedulingGroup -GroupId [-ExpandProperty ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaGroupTeamScheduleSchedulingGroup -GroupId -SchedulingGroupId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +48,7 @@ Get-MgBetaGroupTeamScheduleSchedulingGroup -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamScheduleSchedulingGroupCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamScheduleSchedulingGroupCount.md index e2b3bfbbb6ba4..8bf65b9c95b4d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamScheduleSchedulingGroupCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamScheduleSchedulingGroupCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetagroupteamscheduleschedulinggroupcount Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupTeamScheduleSchedulingGroupCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaGroupTeamScheduleSchedulingGroupCount -GroupId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaGroupTeamScheduleSchedulingGroupCount -GroupId [-Filter [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamScheduleShift.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamScheduleShift.md index cf05bc3982128..9d49f291c5f04 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamScheduleShift.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamScheduleShift.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetagroupteamscheduleshift Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupTeamScheduleShift --- @@ -28,7 +28,7 @@ Get-MgBetaGroupTeamScheduleShift -GroupId [-ExpandProperty ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -37,7 +37,7 @@ Get-MgBetaGroupTeamScheduleShift -GroupId [-ExpandProperty ] Get-MgBetaGroupTeamScheduleShift -GroupId -ShiftId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +46,7 @@ Get-MgBetaGroupTeamScheduleShift -GroupId -ShiftId [-ExpandPro Get-MgBetaGroupTeamScheduleShift -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamScheduleShiftCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamScheduleShiftCount.md index 3fc2700007d37..18f6c00b5f606 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamScheduleShiftCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamScheduleShiftCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetagroupteamscheduleshiftcount Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupTeamScheduleShiftCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaGroupTeamScheduleShiftCount -GroupId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaGroupTeamScheduleShiftCount -GroupId [-Filter ] [-Sea Get-MgBetaGroupTeamScheduleShiftCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamScheduleShiftRoleDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamScheduleShiftRoleDefinition.md index 724c297e75476..b6edaf52dec69 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamScheduleShiftRoleDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamScheduleShiftRoleDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetagroupteamscheduleshiftroledefinition Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupTeamScheduleShiftRoleDefinition --- @@ -25,7 +25,7 @@ Get-MgBetaGroupTeamScheduleShiftRoleDefinition -GroupId [-ExpandPropert [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaGroupTeamScheduleShiftRoleDefinition -GroupId -ShiftsRoleDefi [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -45,7 +45,7 @@ Get-MgBetaGroupTeamScheduleShiftRoleDefinition -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamScheduleShiftRoleDefinitionCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamScheduleShiftRoleDefinitionCount.md index b93db1ee21789..33a27d1dc0794 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamScheduleShiftRoleDefinitionCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamScheduleShiftRoleDefinitionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetagroupteamscheduleshiftroledefinitioncount Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupTeamScheduleShiftRoleDefinitionCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaGroupTeamScheduleShiftRoleDefinitionCount -GroupId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -32,7 +32,7 @@ Get-MgBetaGroupTeamScheduleShiftRoleDefinitionCount -GroupId [-Filter < Get-MgBetaGroupTeamScheduleShiftRoleDefinitionCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamScheduleSwapShiftChangeRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamScheduleSwapShiftChangeRequest.md index 16c062a8c629c..1663c1b8e7ff6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamScheduleSwapShiftChangeRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamScheduleSwapShiftChangeRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetagroupteamscheduleswapshiftchangerequest Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupTeamScheduleSwapShiftChangeRequest --- @@ -28,7 +28,7 @@ Get-MgBetaGroupTeamScheduleSwapShiftChangeRequest -GroupId [-ExpandProp [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaGroupTeamScheduleSwapShiftChangeRequest -GroupId -SwapShiftsChangeRequestId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +48,7 @@ Get-MgBetaGroupTeamScheduleSwapShiftChangeRequest -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamScheduleSwapShiftChangeRequestCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamScheduleSwapShiftChangeRequestCount.md index 6188caba153a7..65f6bf78c097e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamScheduleSwapShiftChangeRequestCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamScheduleSwapShiftChangeRequestCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetagroupteamscheduleswapshiftchangerequestcount Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupTeamScheduleSwapShiftChangeRequestCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaGroupTeamScheduleSwapShiftChangeRequestCount -GroupId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaGroupTeamScheduleSwapShiftChangeRequestCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamScheduleTimeCard.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamScheduleTimeCard.md index 00ee2b3c603f4..eac2e4d6e4974 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamScheduleTimeCard.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamScheduleTimeCard.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetagroupteamscheduletimecard Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupTeamScheduleTimeCard --- @@ -28,7 +28,7 @@ Get-MgBetaGroupTeamScheduleTimeCard -GroupId [-ExpandProperty ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaGroupTeamScheduleTimeCard -GroupId -TimeCardId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -47,7 +47,7 @@ Get-MgBetaGroupTeamScheduleTimeCard -GroupId -TimeCardId Get-MgBetaGroupTeamScheduleTimeCard -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamScheduleTimeCardCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamScheduleTimeCardCount.md index e4e566e505c3c..da3aded356e4b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamScheduleTimeCardCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamScheduleTimeCardCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetagroupteamscheduletimecardcount Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupTeamScheduleTimeCardCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaGroupTeamScheduleTimeCardCount -GroupId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaGroupTeamScheduleTimeCardCount -GroupId [-Filter ] [- Get-MgBetaGroupTeamScheduleTimeCardCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamScheduleTimeOff.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamScheduleTimeOff.md index b8123d8c42ae2..7bc3617c87252 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamScheduleTimeOff.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamScheduleTimeOff.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetagroupteamscheduletimeoff Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupTeamScheduleTimeOff --- @@ -28,7 +28,7 @@ Get-MgBetaGroupTeamScheduleTimeOff -GroupId [-ExpandProperty [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaGroupTeamScheduleTimeOff -GroupId -TimeOffId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -47,7 +47,7 @@ Get-MgBetaGroupTeamScheduleTimeOff -GroupId -TimeOffId Get-MgBetaGroupTeamScheduleTimeOff -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamScheduleTimeOffCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamScheduleTimeOffCount.md index 350b096b333a3..120df2781ff33 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamScheduleTimeOffCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamScheduleTimeOffCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetagroupteamscheduletimeoffcount Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupTeamScheduleTimeOffCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaGroupTeamScheduleTimeOffCount -GroupId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaGroupTeamScheduleTimeOffCount -GroupId [-Filter ] [-S Get-MgBetaGroupTeamScheduleTimeOffCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamScheduleTimeOffReason.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamScheduleTimeOffReason.md index 5b2ded75cd405..eff0355fb30ae 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamScheduleTimeOffReason.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamScheduleTimeOffReason.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetagroupteamscheduletimeoffreason Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupTeamScheduleTimeOffReason --- @@ -28,7 +28,7 @@ Get-MgBetaGroupTeamScheduleTimeOffReason -GroupId [-ExpandProperty ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaGroupTeamScheduleTimeOffReason -GroupId -TimeOffReasonId ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -47,7 +47,7 @@ Get-MgBetaGroupTeamScheduleTimeOffReason -GroupId -TimeOffReasonId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamScheduleTimeOffReasonCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamScheduleTimeOffReasonCount.md index cc6cb9e806b2b..e36acb874b488 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamScheduleTimeOffReasonCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamScheduleTimeOffReasonCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetagroupteamscheduletimeoffreasoncount Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupTeamScheduleTimeOffReasonCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaGroupTeamScheduleTimeOffReasonCount -GroupId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaGroupTeamScheduleTimeOffReasonCount -GroupId [-Filter [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamScheduleTimeOffRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamScheduleTimeOffRequest.md index 8af1ffde55090..0097b90d4f6d0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamScheduleTimeOffRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamScheduleTimeOffRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetagroupteamscheduletimeoffrequest Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupTeamScheduleTimeOffRequest --- @@ -28,7 +28,7 @@ Get-MgBetaGroupTeamScheduleTimeOffRequest -GroupId [-ExpandProperty ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaGroupTeamScheduleTimeOffRequest -GroupId -TimeOffRequestId ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -47,7 +47,7 @@ Get-MgBetaGroupTeamScheduleTimeOffRequest -GroupId -TimeOffRequestId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamScheduleTimeOffRequestCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamScheduleTimeOffRequestCount.md index 766bf79fa067c..7cd9456451311 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamScheduleTimeOffRequestCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamScheduleTimeOffRequestCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetagroupteamscheduletimeoffrequestcount Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupTeamScheduleTimeOffRequestCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaGroupTeamScheduleTimeOffRequestCount -GroupId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaGroupTeamScheduleTimeOffRequestCount -GroupId [-Filter [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamTag.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamTag.md index c4edcfda5f4e8..41615eb765e3d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamTag.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamTag.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetagroupteamtag Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupTeamTag --- @@ -28,7 +28,7 @@ Get-MgBetaGroupTeamTag -GroupId [-ExpandProperty ] [-Property [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -37,7 +37,7 @@ Get-MgBetaGroupTeamTag -GroupId [-ExpandProperty ] [-Property Get-MgBetaGroupTeamTag -GroupId -TeamworkTagId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +46,7 @@ Get-MgBetaGroupTeamTag -GroupId -TeamworkTagId [-ExpandPropert Get-MgBetaGroupTeamTag -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamTagCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamTagCount.md index f8b993347bffa..96e27ba29117b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamTagCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamTagCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetagroupteamtagcount Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupTeamTagCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaGroupTeamTagCount -GroupId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaGroupTeamTagCount -GroupId [-Filter ] [-Search [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamTagMember.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamTagMember.md index 0bed8f8e46f9f..f9a93d9850396 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamTagMember.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamTagMember.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetagroupteamtagmember Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupTeamTagMember --- @@ -28,7 +28,7 @@ Get-MgBetaGroupTeamTagMember -GroupId -TeamworkTagId [-ExpandP [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaGroupTeamTagMember -GroupId -TeamworkTagId -Teamwork [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -47,7 +47,7 @@ Get-MgBetaGroupTeamTagMember -GroupId -TeamworkTagId -Teamwork Get-MgBetaGroupTeamTagMember -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamTagMemberCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamTagMemberCount.md index 63bde19d3de82..c8583ee09e48d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamTagMemberCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamTagMemberCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetagroupteamtagmembercount Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupTeamTagMemberCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaGroupTeamTagMemberCount -GroupId -TeamworkTagId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaGroupTeamTagMemberCount -GroupId -TeamworkTagId [-Fi Get-MgBetaGroupTeamTagMemberCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamTemplate.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamTemplate.md index 2ca5e186bbe23..eff64c5c522da 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamTemplate.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamTemplate.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetagroupteamtemplate Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupTeamTemplate --- @@ -27,7 +27,7 @@ See available templates. Get-MgBetaGroupTeamTemplate -GroupId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaGroupTeamTemplate -GroupId [-ExpandProperty ] [-Pro Get-MgBetaGroupTeamTemplate -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamTemplateDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamTemplateDefinition.md index 46ea97d7dc41a..05c0ad1b5ce6a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamTemplateDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaGroupTeamTemplateDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetagroupteamtemplatedefinition Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaGroupTeamTemplateDefinition --- @@ -23,7 +23,7 @@ Generic representation of a team template definition for a team with a specific Get-MgBetaGroupTeamTemplateDefinition -GroupId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -32,7 +32,7 @@ Get-MgBetaGroupTeamTemplateDefinition -GroupId [-ExpandProperty [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeam.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeam.md index beef17246662b..8d066375a524a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeam.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeam.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateam Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeam --- @@ -28,7 +28,7 @@ Get-MgBetaTeam [-ExpandProperty ] [-Property ] [-Filter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -37,7 +37,7 @@ Get-MgBetaTeam [-ExpandProperty ] [-Property ] [-Filter [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +46,7 @@ Get-MgBetaTeam -TeamId [-ExpandProperty ] [-Property [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -62,9 +62,9 @@ Retrieve the properties and relationships of the specified team. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Team.ReadBasic.All, TeamSettings.ReadWrite.All, TeamSettings.Read.All, Group.ReadWrite.All, Group.Read.All, Directory.ReadWrite.All, Directory.Read.All, | +| Delegated (work or school account) | Team.ReadBasic.All, Directory.Read.All, Directory.ReadWrite.All, Group.Read.All, Group.ReadWrite.All, TeamSettings.Read.All, TeamSettings.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | TeamSettings.Read.Group, TeamSettings.ReadWrite.Group, TeamSettings.ReadWrite.All, TeamSettings.Read.All, Team.ReadBasic.All, Group.ReadWrite.All, Group.Read.All, Directory.ReadWrite.All, Directory.Read.All, | +| Application | TeamSettings.Read.Group, Directory.Read.All, Directory.ReadWrite.All, Group.Read.All, Group.ReadWrite.All, Team.ReadBasic.All, TeamSettings.Read.All, TeamSettings.ReadWrite.All, TeamSettings.ReadWrite.Group, | ## EXAMPLES ### Example 1: Get a list of teams diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannel.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannel.md index 7dda8c5ab711c..cef2ba5a8e388 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannel.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannel.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamchannel Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamChannel --- @@ -30,7 +30,7 @@ Get-MgBetaTeamChannel -TeamId [-ExpandProperty ] [-Property < [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get1 @@ -39,7 +39,7 @@ Get-MgBetaTeamChannel -TeamId [-ExpandProperty ] [-Property < Get-MgBetaTeamChannel -ChannelId -TeamId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity1 @@ -48,7 +48,7 @@ Get-MgBetaTeamChannel -ChannelId -TeamId [-ExpandProperty [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -66,9 +66,9 @@ Only a user who is a member of the shared channel can retrieve channel informati | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Channel.ReadBasic.All, Group.ReadWrite.All, Group.Read.All, Directory.ReadWrite.All, Directory.Read.All, ChannelSettings.ReadWrite.All, ChannelSettings.Read.All, | +| Delegated (work or school account) | Channel.ReadBasic.All, ChannelSettings.Read.All, ChannelSettings.ReadWrite.All, Directory.Read.All, Directory.ReadWrite.All, Group.Read.All, Group.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | ChannelSettings.Read.Group, Group.ReadWrite.All, Group.Read.All, Directory.ReadWrite.All, Directory.Read.All, ChannelSettings.ReadWrite.Group, ChannelSettings.ReadWrite.All, ChannelSettings.Read.All, Channel.ReadBasic.All, | +| Application | ChannelSettings.Read.Group, Channel.ReadBasic.All, ChannelSettings.Read.All, ChannelSettings.ReadWrite.All, ChannelSettings.ReadWrite.Group, Directory.Read.All, Directory.ReadWrite.All, Group.Read.All, Group.ReadWrite.All, | ## EXAMPLES ### Example 1: List all channels diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelAllMemberCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelAllMemberCount.md index 6f7aeeb25e0ab..7a37c44ac4b64 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelAllMemberCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelAllMemberCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamchannelallmembercount Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamChannelAllMemberCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaTeamChannelAllMemberCount -ChannelId -TeamId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaTeamChannelAllMemberCount -ChannelId -TeamId [-Filte Get-MgBetaTeamChannelAllMemberCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -53,7 +53,7 @@ Get the number of the resource | --------------- | ------------------------------------------ | | Delegated (work or school account) | ChannelMember.Read.All, ChannelMember.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | ChannelMember.Read.Group, ChannelMember.ReadWrite.Group, ChannelMember.ReadWrite.All, ChannelMember.Read.All, | +| Application | ChannelMember.Read.Group, ChannelMember.Read.All, ChannelMember.ReadWrite.All, ChannelMember.ReadWrite.Group, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelCount.md index c372ef2557824..c25ea0699f9bf 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamchannelcount Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamChannelCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaTeamChannelCount -TeamId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaTeamChannelCount -TeamId [-Filter ] [-Search Get-MgBetaTeamChannelCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -51,9 +51,9 @@ Get the number of the resource | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Channel.ReadBasic.All, Group.ReadWrite.All, Group.Read.All, Directory.ReadWrite.All, Directory.Read.All, ChannelSettings.ReadWrite.All, ChannelSettings.Read.All, | +| Delegated (work or school account) | Channel.ReadBasic.All, ChannelSettings.Read.All, ChannelSettings.ReadWrite.All, Directory.Read.All, Directory.ReadWrite.All, Group.Read.All, Group.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | ChannelSettings.Read.Group, Group.ReadWrite.All, Group.Read.All, Directory.ReadWrite.All, Directory.Read.All, ChannelSettings.ReadWrite.Group, ChannelSettings.ReadWrite.All, ChannelSettings.Read.All, Channel.ReadBasic.All, | +| Application | ChannelSettings.Read.Group, Channel.ReadBasic.All, ChannelSettings.Read.All, ChannelSettings.ReadWrite.All, ChannelSettings.ReadWrite.Group, Directory.Read.All, Directory.ReadWrite.All, Group.Read.All, Group.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelEnabledApp.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelEnabledApp.md index 163a12fa7ba1a..64dab53325d84 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelEnabledApp.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelEnabledApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamchannelenabledapp Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamChannelEnabledApp --- @@ -15,6 +15,9 @@ title: Get-MgBetaTeamChannelEnabledApp A collection of enabled apps in the channel. +> [!NOTE] +> To view the v1.0 release of this cmdlet, view [Get-MgTeamChannelEnabledApp](/powershell/module/Microsoft.Graph.Teams/Get-MgTeamChannelEnabledApp?view=graph-powershell-1.0) + ## SYNTAX ### List (Default) @@ -25,7 +28,7 @@ Get-MgBetaTeamChannelEnabledApp -ChannelId -TeamId [-ExpandPro [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +38,7 @@ Get-MgBetaTeamChannelEnabledApp -ChannelId -TeamId -TeamsAppId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -44,7 +47,7 @@ Get-MgBetaTeamChannelEnabledApp -ChannelId -TeamId -TeamsAppId Get-MgBetaTeamChannelEnabledApp -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -60,9 +63,9 @@ A collection of enabled apps in the channel. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | TeamsAppInstallation.ReadForTeam, TeamsAppInstallation.ReadWriteForTeam, TeamsAppInstallation.ReadForUser, TeamsAppInstallation.ManageSelectedForTeam, | +| Delegated (work or school account) | TeamsAppInstallation.ReadForTeam, TeamsAppInstallation.ManageSelectedForTeam, TeamsAppInstallation.ReadForUser, TeamsAppInstallation.ReadWriteForTeam, | | Delegated (personal Microsoft account) | Not supported | -| Application | TeamsAppInstallation.Read.Group, TeamsAppInstallation.ReadWriteForTeam.All, TeamsAppInstallation.ReadForTeam.All, TeamsAppInstallation.Read.All, TeamsAppInstallation.ManageSelectedForTeam.All, | +| Application | TeamsAppInstallation.Read.Group, TeamsAppInstallation.ManageSelectedForTeam.All, TeamsAppInstallation.Read.All, TeamsAppInstallation.ReadForTeam.All, TeamsAppInstallation.ReadWriteForTeam.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelEnabledAppCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelEnabledAppCount.md index 830f9101e1312..892363d6a96a6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelEnabledAppCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelEnabledAppCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamchannelenabledappcount Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamChannelEnabledAppCount --- @@ -15,6 +15,9 @@ title: Get-MgBetaTeamChannelEnabledAppCount Get the number of the resource +> [!NOTE] +> To view the v1.0 release of this cmdlet, view [Get-MgTeamChannelEnabledAppCount](/powershell/module/Microsoft.Graph.Teams/Get-MgTeamChannelEnabledAppCount?view=graph-powershell-1.0) + ## SYNTAX ### Get (Default) @@ -23,7 +26,7 @@ Get the number of the resource Get-MgBetaTeamChannelEnabledAppCount -ChannelId -TeamId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -32,7 +35,7 @@ Get-MgBetaTeamChannelEnabledAppCount -ChannelId -TeamId [-Filt Get-MgBetaTeamChannelEnabledAppCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -48,9 +51,9 @@ Get the number of the resource | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | TeamsAppInstallation.ReadForTeam, TeamsAppInstallation.ReadWriteForTeam, TeamsAppInstallation.ManageSelectedForTeam, | +| Delegated (work or school account) | TeamsAppInstallation.ReadForTeam, TeamsAppInstallation.ManageSelectedForTeam, TeamsAppInstallation.ReadWriteForTeam, | | Delegated (personal Microsoft account) | Not supported | -| Application | TeamsAppInstallation.Read.Group, TeamsAppInstallation.ReadWriteForTeam.All, TeamsAppInstallation.ReadForTeam.All, TeamsAppInstallation.Read.All, TeamsAppInstallation.ManageSelectedForTeam.All, | +| Application | TeamsAppInstallation.Read.Group, TeamsAppInstallation.ManageSelectedForTeam.All, TeamsAppInstallation.Read.All, TeamsAppInstallation.ReadForTeam.All, TeamsAppInstallation.ReadWriteForTeam.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelFileFolder.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelFileFolder.md index bfb9f8f227537..bf6045ab1f646 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelFileFolder.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelFileFolder.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamchannelfilefolder Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamChannelFileFolder --- @@ -26,7 +26,7 @@ Get the metadata for the location where the files of a channel are stored. Get-MgBetaTeamChannelFileFolder -ChannelId -TeamId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaTeamChannelFileFolder -ChannelId -TeamId [-ExpandPro Get-MgBetaTeamChannelFileFolder -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -51,9 +51,9 @@ Get the metadata for the location where the files of a channel are stored. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Files.Read.All, Sites.ReadWrite.All, Group.ReadWrite.All, Sites.Read.All, Files.Read, Files.ReadWrite, Files.ReadWrite.All, Group.Read.All, | -| Delegated (personal Microsoft account) | Files.Read, Files.ReadWrite, Files.ReadWrite.All, Files.Read.All, | -| Application | Files.Read.All, Files.ReadWrite.All, Group.Read.All, Group.ReadWrite.All, Sites.Read.All, Sites.ReadWrite.All, File.Read.Group, | +| Delegated (work or school account) | Files.Read.All, Files.Read, Files.ReadWrite, Files.ReadWrite.All, Group.Read.All, Group.ReadWrite.All, Sites.Read.All, Sites.ReadWrite.All, | +| Delegated (personal Microsoft account) | Files.Read, Files.Read.All, Files.ReadWrite, Files.ReadWrite.All, | +| Application | Files.Read.All, File.Read.Group, Files.ReadWrite.All, Group.Read.All, Group.ReadWrite.All, Sites.Read.All, Sites.ReadWrite.All, | ## EXAMPLES ### Example 1: Code snippet diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelFileFolderContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelFileFolderContent.md index 79aa3740aa9df..c4a53e70fbaa7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelFileFolderContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelFileFolderContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamchannelfilefoldercontent Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamChannelFileFolderContent --- @@ -29,7 +29,7 @@ To proactively opt in to the new behavior ahead of time, use the contentStream p Get-MgBetaTeamChannelFileFolderContent -ChannelId -TeamId -OutFile [-Format ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -38,7 +38,7 @@ Get-MgBetaTeamChannelFileFolderContent -ChannelId -TeamId -Out Get-MgBetaTeamChannelFileFolderContent -InputObject -OutFile [-Format ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelFileFolderContentStream.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelFileFolderContentStream.md index 549f487c244ef..78c65310bbfa0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelFileFolderContentStream.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelFileFolderContentStream.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamchannelfilefoldercontentstream Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamChannelFileFolderContentStream --- @@ -23,7 +23,7 @@ The content stream, if the item represents a file. Get-MgBetaTeamChannelFileFolderContentStream -ChannelId -TeamId -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -32,7 +32,7 @@ Get-MgBetaTeamChannelFileFolderContentStream -ChannelId -TeamId -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelMember.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelMember.md index ec3837826fdd4..0e6cc6e09e8e2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelMember.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelMember.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamchannelmember Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamChannelMember --- @@ -30,7 +30,7 @@ Get-MgBetaTeamChannelMember -ChannelId -TeamId [-ExpandPropert [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### List1 @@ -41,7 +41,7 @@ Get-MgBetaTeamChannelMember -ChannelId -TeamId [-ExpandPropert [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get1 @@ -51,7 +51,7 @@ Get-MgBetaTeamChannelMember -ChannelId -ConversationMemberId - [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### Get @@ -61,7 +61,7 @@ Get-MgBetaTeamChannelMember -ChannelId -ConversationMemberId - [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity1 @@ -70,7 +70,7 @@ Get-MgBetaTeamChannelMember -ChannelId -ConversationMemberId - Get-MgBetaTeamChannelMember -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -79,7 +79,7 @@ Get-MgBetaTeamChannelMember -InputObject [-ExpandProperty [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -99,7 +99,7 @@ When you retrieve an indirect member, the @microsoft.graph.originalSourceMembers | --------------- | ------------------------------------------ | | Delegated (work or school account) | ChannelMember.Read.All, ChannelMember.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | ChannelMember.Read.Group, ChannelMember.ReadWrite.Group, ChannelMember.ReadWrite.All, ChannelMember.Read.All, | +| Application | ChannelMember.Read.Group, ChannelMember.Read.All, ChannelMember.ReadWrite.All, ChannelMember.ReadWrite.Group, | ## EXAMPLES ### Example 1: List all members of a channel diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelMemberCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelMemberCount.md index fd74fb28fc35b..dc22e2abc5005 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelMemberCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelMemberCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamchannelmembercount Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamChannelMemberCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaTeamChannelMemberCount -ChannelId -TeamId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaTeamChannelMemberCount -ChannelId -TeamId [-Filter < Get-MgBetaTeamChannelMemberCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -51,9 +51,9 @@ Get the number of the resource | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | ChannelMember.Read.All, Group.Read.All, ChannelMember.ReadWrite.All, | +| Delegated (work or school account) | ChannelMember.Read.All, ChannelMember.ReadWrite.All, Group.Read.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | ChannelMember.Read.Group, ChannelMember.ReadWrite.Group, ChannelMember.ReadWrite.All, ChannelMember.Read.All, | +| Application | ChannelMember.Read.Group, ChannelMember.Read.All, ChannelMember.ReadWrite.All, ChannelMember.ReadWrite.Group, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelMessage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelMessage.md index dee9b003678a1..1d504b8dd78c6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelMessage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelMessage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamchannelmessage Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamChannelMessage --- @@ -27,7 +27,7 @@ Get-MgBetaTeamChannelMessage -TeamId [-ExpandProperty ] [-Pro [-Count] [-Filter ] [-Model ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### List @@ -38,7 +38,7 @@ Get-MgBetaTeamChannelMessage -ChannelId -TeamId [-ExpandProper [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -48,7 +48,7 @@ Get-MgBetaTeamChannelMessage -ChannelId -ChatMessageId -TeamId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity1 @@ -59,7 +59,7 @@ Get-MgBetaTeamChannelMessage -InputObject [-ExpandProperty ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -68,7 +68,7 @@ Get-MgBetaTeamChannelMessage -InputObject [-ExpandProperty [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -84,9 +84,9 @@ Retrieve a single message or a message reply in a channel or a chat. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | ChannelMessage.Read.All, Group.ReadWrite.All, Group.Read.All, | +| Delegated (work or school account) | ChannelMessage.Read.All, Group.Read.All, Group.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | ChannelMessage.Read.Group, Group.ReadWrite.All, Group.Read.All, ChannelMessage.Read.All, | +| Application | ChannelMessage.Read.Group, ChannelMessage.Read.All, Group.Read.All, Group.ReadWrite.All, | ## EXAMPLES ### Example 1: Get a message in a channel diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelMessageCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelMessageCount.md index 477e3367007a4..835572d4dc9e9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelMessageCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelMessageCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamchannelmessagecount Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamChannelMessageCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaTeamChannelMessageCount -ChannelId -TeamId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaTeamChannelMessageCount -ChannelId -TeamId [-Filter Get-MgBetaTeamChannelMessageCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -51,9 +51,9 @@ Get the number of the resource | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | ChannelMessage.Read.All, Group.ReadWrite.All, Group.Read.All, | +| Delegated (work or school account) | ChannelMessage.Read.All, Group.Read.All, Group.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | ChannelMessage.Read.Group, Group.ReadWrite.All, Group.Read.All, ChannelMessage.Read.All, | +| Application | ChannelMessage.Read.Group, ChannelMessage.Read.All, Group.Read.All, Group.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelMessageDelta.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelMessageDelta.md index 2849c51e99b3f..457c1ee269305 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelMessageDelta.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelMessageDelta.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamchannelmessagedelta Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamChannelMessageDelta --- @@ -35,7 +35,7 @@ Get-MgBetaTeamChannelMessageDelta -ChannelId -TeamId [-ExpandP [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### DeltaViaIdentity @@ -45,7 +45,7 @@ Get-MgBetaTeamChannelMessageDelta -InputObject [-ExpandProperty [-Filter ] [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-Count] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -68,9 +68,9 @@ For more information, see the delta query documentation. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | ChannelMessage.Read.All, Group.ReadWrite.All, Group.Read.All, | +| Delegated (work or school account) | ChannelMessage.Read.All, Group.Read.All, Group.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | ChannelMessage.Read.Group, Group.ReadWrite.All, Group.Read.All, ChannelMessage.Read.All, | +| Application | ChannelMessage.Read.Group, ChannelMessage.Read.All, Group.Read.All, Group.ReadWrite.All, | ## EXAMPLES ### Example 1: Code snippet diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelMessageHostedContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelMessageHostedContent.md index b9acaeab47105..be0492a1da634 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelMessageHostedContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelMessageHostedContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamchannelmessagehostedcontent Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamChannelMessageHostedContent --- @@ -29,7 +29,7 @@ Get-MgBetaTeamChannelMessageHostedContent -ChannelId -ChatMessageId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get1 @@ -39,7 +39,7 @@ Get-MgBetaTeamChannelMessageHostedContent -ChannelId -ChatMessageHosted -ChatMessageId -TeamId -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-PassThru] [] + [-ProxyUseDefaultCredentials] [-PassThru] ``` ### Get @@ -49,7 +49,7 @@ Get-MgBetaTeamChannelMessageHostedContent -ChannelId -ChatMessageHosted -ChatMessageId -TeamId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity1 @@ -58,7 +58,7 @@ Get-MgBetaTeamChannelMessageHostedContent -ChannelId -ChatMessageHosted Get-MgBetaTeamChannelMessageHostedContent -InputObject -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PassThru] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PassThru] ``` ### GetViaIdentity @@ -67,7 +67,7 @@ Get-MgBetaTeamChannelMessageHostedContent -InputObject -OutFile Get-MgBetaTeamChannelMessageHostedContent -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -83,9 +83,9 @@ Content in a message hosted by Microsoft Teams - for example, images or code sni | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | ChannelMessage.Read.All, Group.ReadWrite.All, Group.Read.All, | +| Delegated (work or school account) | ChannelMessage.Read.All, Group.Read.All, Group.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | ChannelMessage.Read.Group, Group.ReadWrite.All, Group.Read.All, ChannelMessage.Read.All, | +| Application | ChannelMessage.Read.Group, ChannelMessage.Read.All, Group.Read.All, Group.ReadWrite.All, | ## EXAMPLES ### Example 1: List hosted content for a channel message diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelMessageHostedContentCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelMessageHostedContentCount.md index 781999fcdb76d..244ec9f7d9a46 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelMessageHostedContentCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelMessageHostedContentCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamchannelmessagehostedcontentcount Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamChannelMessageHostedContentCount --- @@ -27,7 +27,7 @@ Get-MgBetaTeamChannelMessageHostedContentCount -ChannelId -ChatMessageI -TeamId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaTeamChannelMessageHostedContentCount -ChannelId -ChatMessageI Get-MgBetaTeamChannelMessageHostedContentCount -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) | ChannelMessage.Read.All, Group.ReadWrite.All, Group.Read.All, | +| Delegated (work or school account) | ChannelMessage.Read.All, Group.Read.All, Group.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | ChannelMessage.Read.Group, Group.ReadWrite.All, Group.Read.All, ChannelMessage.Read.All, | +| Application | ChannelMessage.Read.Group, ChannelMessage.Read.All, Group.Read.All, Group.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelMessageReply.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelMessageReply.md index 081194893627d..2abcdfe573c71 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelMessageReply.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelMessageReply.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamchannelmessagereply Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamChannelMessageReply --- @@ -29,7 +29,6 @@ Get-MgBetaTeamChannelMessageReply -ChannelId -ChatMessageId -T [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -39,7 +38,7 @@ Get-MgBetaTeamChannelMessageReply -ChannelId -ChatMessageId -ChatMessageId1 -TeamId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +47,7 @@ Get-MgBetaTeamChannelMessageReply -ChannelId -ChatMessageId Get-MgBetaTeamChannelMessageReply -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -64,9 +63,9 @@ Retrieve a single message or a message reply in a channel or a chat. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | ChannelMessage.Read.All, Group.ReadWrite.All, Group.Read.All, | +| Delegated (work or school account) | ChannelMessage.Read.All, Group.Read.All, Group.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | ChannelMessage.Read.Group, Group.ReadWrite.All, Group.Read.All, ChannelMessage.Read.All, | +| Application | ChannelMessage.Read.Group, ChannelMessage.Read.All, Group.Read.All, Group.ReadWrite.All, | ## EXAMPLES ### Example 1: Get reply to a message in a channel diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelMessageReplyCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelMessageReplyCount.md index 60923c31cb4a7..353b44979a082 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelMessageReplyCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelMessageReplyCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamchannelmessagereplycount Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamChannelMessageReplyCount --- @@ -27,7 +27,7 @@ Get-MgBetaTeamChannelMessageReplyCount -ChannelId -ChatMessageId ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaTeamChannelMessageReplyCount -ChannelId -ChatMessageId [-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) | ChannelMessage.Read.All, Group.ReadWrite.All, Group.Read.All, | +| Delegated (work or school account) | ChannelMessage.Read.All, Group.Read.All, Group.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | ChannelMessage.Read.Group, Group.ReadWrite.All, Group.Read.All, ChannelMessage.Read.All, | +| Application | ChannelMessage.Read.Group, ChannelMessage.Read.All, Group.Read.All, Group.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelMessageReplyDelta.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelMessageReplyDelta.md index a064e944c9bb9..7c5ac4853c138 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelMessageReplyDelta.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelMessageReplyDelta.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamchannelmessagereplydelta Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamChannelMessageReplyDelta --- @@ -36,7 +36,6 @@ Get-MgBetaTeamChannelMessageReplyDelta -ChannelId -ChatMessageId ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### DeltaViaIdentity @@ -46,7 +45,7 @@ Get-MgBetaTeamChannelMessageReplyDelta -InputObject [-ExpandPro [-Filter ] [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-Count] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -69,9 +68,9 @@ For more information, see the delta query documentation. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | ChannelMessage.Read.All, Group.ReadWrite.All, Group.Read.All, | +| Delegated (work or school account) | ChannelMessage.Read.All, Group.Read.All, Group.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | ChannelMessage.Read.Group, Group.ReadWrite.All, Group.Read.All, ChannelMessage.Read.All, | +| Application | ChannelMessage.Read.Group, ChannelMessage.Read.All, Group.Read.All, Group.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelMessageReplyHostedContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelMessageReplyHostedContent.md index f841f912593e1..5cec9cc153d2e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelMessageReplyHostedContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelMessageReplyHostedContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamchannelmessagereplyhostedcontent Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamChannelMessageReplyHostedContent --- @@ -29,7 +29,7 @@ Get-MgBetaTeamChannelMessageReplyHostedContent -ChannelId -ChatMessageI [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get1 @@ -40,7 +40,7 @@ Get-MgBetaTeamChannelMessageReplyHostedContent -ChannelId -TeamId -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-PassThru] [] + [-ProxyUseDefaultCredentials] [-PassThru] ``` ### Get @@ -51,7 +51,7 @@ Get-MgBetaTeamChannelMessageReplyHostedContent -ChannelId -TeamId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity1 @@ -60,7 +60,7 @@ Get-MgBetaTeamChannelMessageReplyHostedContent -ChannelId Get-MgBetaTeamChannelMessageReplyHostedContent -InputObject -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PassThru] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PassThru] ``` ### GetViaIdentity @@ -70,7 +70,7 @@ Get-MgBetaTeamChannelMessageReplyHostedContent -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -86,9 +86,9 @@ Content in a message hosted by Microsoft Teams - for example, images or code sni | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | ChannelMessage.Read.All, Group.ReadWrite.All, Group.Read.All, | +| Delegated (work or school account) | ChannelMessage.Read.All, Group.Read.All, Group.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | ChannelMessage.Read.Group, Group.ReadWrite.All, Group.Read.All, ChannelMessage.Read.All, | +| Application | ChannelMessage.Read.Group, ChannelMessage.Read.All, Group.Read.All, Group.ReadWrite.All, | ## EXAMPLES ### Example 1: List hosted content for reply to a channel message diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelMessageReplyHostedContentCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelMessageReplyHostedContentCount.md index 0ee2b48d9daca..b138fd8d483a8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelMessageReplyHostedContentCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelMessageReplyHostedContentCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamchannelmessagereplyhostedcontentcount Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamChannelMessageReplyHostedContentCount --- @@ -27,7 +27,7 @@ Get-MgBetaTeamChannelMessageReplyHostedContentCount -ChannelId -ChatMes -ChatMessageId1 -TeamId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaTeamChannelMessageReplyHostedContentCount -ChannelId -ChatMes Get-MgBetaTeamChannelMessageReplyHostedContentCount -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) | ChannelMessage.Read.All, Group.ReadWrite.All, Group.Read.All, | +| Delegated (work or school account) | ChannelMessage.Read.All, Group.Read.All, Group.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | ChannelMessage.Read.Group, Group.ReadWrite.All, Group.Read.All, ChannelMessage.Read.All, | +| Application | ChannelMessage.Read.Group, ChannelMessage.Read.All, Group.Read.All, Group.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelPlanner.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelPlanner.md index 2f010774dbfa4..ebba18d011f94 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelPlanner.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelPlanner.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamchannelplanner Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamChannelPlanner --- @@ -26,7 +26,7 @@ Nullable. Get-MgBetaTeamChannelPlanner -ChannelId -TeamId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaTeamChannelPlanner -ChannelId -TeamId [-ExpandProper Get-MgBetaTeamChannelPlanner -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelPlannerPlan.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelPlannerPlan.md index 2529df4925371..4a5282075970b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelPlannerPlan.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelPlannerPlan.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamchannelplannerplan Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamChannelPlannerPlan --- @@ -28,7 +28,7 @@ Get-MgBetaTeamChannelPlannerPlan -ChannelId -TeamId [-ExpandPr [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaTeamChannelPlannerPlan -ChannelId -PlannerPlanId -Te [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -47,7 +47,7 @@ Get-MgBetaTeamChannelPlannerPlan -ChannelId -PlannerPlanId -Te Get-MgBetaTeamChannelPlannerPlan -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelPlannerPlanBucket.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelPlannerPlanBucket.md index e04edf5e02dac..6a4e6fa07cc90 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelPlannerPlanBucket.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelPlannerPlanBucket.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamchannelplannerplanbucket Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamChannelPlannerPlanBucket --- @@ -28,7 +28,6 @@ Get-MgBetaTeamChannelPlannerPlanBucket -ChannelId -PlannerPlanId ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -38,7 +37,7 @@ Get-MgBetaTeamChannelPlannerPlanBucket -ChannelId -PlannerBucketId -TeamId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -47,7 +46,7 @@ Get-MgBetaTeamChannelPlannerPlanBucket -ChannelId -PlannerBucketId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelPlannerPlanBucketCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelPlannerPlanBucketCount.md index 5629502949748..7d2ec11da11cd 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelPlannerPlanBucketCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelPlannerPlanBucketCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamchannelplannerplanbucketcount Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamChannelPlannerPlanBucketCount --- @@ -24,7 +24,7 @@ Get-MgBetaTeamChannelPlannerPlanBucketCount -ChannelId -PlannerPlanId < -TeamId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -33,7 +33,7 @@ Get-MgBetaTeamChannelPlannerPlanBucketCount -ChannelId -PlannerPlanId < Get-MgBetaTeamChannelPlannerPlanBucketCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelPlannerPlanBucketDelta.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelPlannerPlanBucketDelta.md index 664d84d2e41fb..9f6c22278163a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelPlannerPlanBucketDelta.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelPlannerPlanBucketDelta.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamchannelplannerplanbucketdelta Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamChannelPlannerPlanBucketDelta --- @@ -27,7 +27,7 @@ Get-MgBetaTeamChannelPlannerPlanBucketDelta -ChannelId -PlannerPlanId < [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### DeltaViaIdentity @@ -38,7 +38,7 @@ Get-MgBetaTeamChannelPlannerPlanBucketDelta -InputObject [-Skip ] [-Sort ] [-Top ] [-Count] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelPlannerPlanBucketTask.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelPlannerPlanBucketTask.md index ed77ee5104944..11d942599ba4c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelPlannerPlanBucketTask.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelPlannerPlanBucketTask.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamchannelplannerplanbuckettask Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamChannelPlannerPlanBucketTask --- @@ -28,7 +28,7 @@ Get-MgBetaTeamChannelPlannerPlanBucketTask -ChannelId -PlannerBucketId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaTeamChannelPlannerPlanBucketTask -ChannelId -PlannerBucketId -PlannerPlanId -PlannerTaskId -TeamId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +48,7 @@ Get-MgBetaTeamChannelPlannerPlanBucketTask -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelPlannerPlanBucketTaskAssignedToTaskBoardFormat.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelPlannerPlanBucketTaskAssignedToTaskBoardFormat.md index 8a1662e49c729..ac5408019db75 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelPlannerPlanBucketTaskAssignedToTaskBoardFormat.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelPlannerPlanBucketTaskAssignedToTaskBoardFormat.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamchannelplannerplanbuckettaskassignedtotaskboardformat Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamChannelPlannerPlanBucketTaskAssignedToTaskBoardFormat --- @@ -27,7 +27,7 @@ Get-MgBetaTeamChannelPlannerPlanBucketTaskAssignedToTaskBoardFormat -ChannelId < [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaTeamChannelPlannerPlanBucketTaskAssignedToTaskBoardFormat -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelPlannerPlanBucketTaskBoardFormat.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelPlannerPlanBucketTaskBoardFormat.md index 06a0179b6e424..414a49ad69de3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelPlannerPlanBucketTaskBoardFormat.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelPlannerPlanBucketTaskBoardFormat.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamchannelplannerplanbuckettaskboardformat Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamChannelPlannerPlanBucketTaskBoardFormat --- @@ -26,7 +26,7 @@ Get-MgBetaTeamChannelPlannerPlanBucketTaskBoardFormat -ChannelId -Plann -PlannerPlanId -PlannerTaskId -TeamId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaTeamChannelPlannerPlanBucketTaskBoardFormat -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelPlannerPlanBucketTaskCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelPlannerPlanBucketTaskCount.md index f76ad605c6843..013f4a1c90519 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelPlannerPlanBucketTaskCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelPlannerPlanBucketTaskCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamchannelplannerplanbuckettaskcount Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamChannelPlannerPlanBucketTaskCount --- @@ -24,7 +24,7 @@ Get-MgBetaTeamChannelPlannerPlanBucketTaskCount -ChannelId -PlannerBuck -PlannerPlanId -TeamId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -33,7 +33,7 @@ Get-MgBetaTeamChannelPlannerPlanBucketTaskCount -ChannelId -PlannerBuck Get-MgBetaTeamChannelPlannerPlanBucketTaskCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelPlannerPlanBucketTaskDelta.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelPlannerPlanBucketTaskDelta.md index 8e2af7ee5bfa8..da363613d6fbb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelPlannerPlanBucketTaskDelta.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelPlannerPlanBucketTaskDelta.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamchannelplannerplanbuckettaskdelta Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamChannelPlannerPlanBucketTaskDelta --- @@ -27,7 +27,7 @@ Get-MgBetaTeamChannelPlannerPlanBucketTaskDelta -ChannelId -PlannerBuck [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### DeltaViaIdentity @@ -38,7 +38,7 @@ Get-MgBetaTeamChannelPlannerPlanBucketTaskDelta -InputObject [-Skip ] [-Sort ] [-Top ] [-Count] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelPlannerPlanBucketTaskDetail.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelPlannerPlanBucketTaskDetail.md index b4c582b1dbda3..c991cf4604e57 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelPlannerPlanBucketTaskDetail.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelPlannerPlanBucketTaskDetail.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamchannelplannerplanbuckettaskdetail Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamChannelPlannerPlanBucketTaskDetail --- @@ -26,7 +26,7 @@ Get-MgBetaTeamChannelPlannerPlanBucketTaskDetail -ChannelId -PlannerBuc -PlannerPlanId -PlannerTaskId -TeamId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaTeamChannelPlannerPlanBucketTaskDetail -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelPlannerPlanBucketTaskProgressTaskBoardFormat.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelPlannerPlanBucketTaskProgressTaskBoardFormat.md index cbdcf0e0d972a..8f32f33ecd030 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelPlannerPlanBucketTaskProgressTaskBoardFormat.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelPlannerPlanBucketTaskProgressTaskBoardFormat.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamchannelplannerplanbuckettaskprogresstaskboardformat Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamChannelPlannerPlanBucketTaskProgressTaskBoardFormat --- @@ -27,7 +27,7 @@ Get-MgBetaTeamChannelPlannerPlanBucketTaskProgressTaskBoardFormat -ChannelId ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaTeamChannelPlannerPlanBucketTaskProgressTaskBoardFormat -InputObject < [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelPlannerPlanCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelPlannerPlanCount.md index 45abc105328f6..af22b1267d5c6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelPlannerPlanCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelPlannerPlanCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamchannelplannerplancount Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamChannelPlannerPlanCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaTeamChannelPlannerPlanCount -ChannelId -TeamId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -32,7 +32,7 @@ Get-MgBetaTeamChannelPlannerPlanCount -ChannelId -TeamId [-Fil Get-MgBetaTeamChannelPlannerPlanCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelPlannerPlanDelta.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelPlannerPlanDelta.md index 69afbf874b927..ee675b866e4e8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelPlannerPlanDelta.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelPlannerPlanDelta.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamchannelplannerplandelta Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamChannelPlannerPlanDelta --- @@ -27,7 +27,6 @@ Get-MgBetaTeamChannelPlannerPlanDelta -ChannelId -TeamId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### DeltaViaIdentity @@ -37,7 +36,7 @@ Get-MgBetaTeamChannelPlannerPlanDelta -InputObject [-ExpandProp [-Filter ] [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-Count] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelPlannerPlanDetail.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelPlannerPlanDetail.md index 38d6c09765703..c747fd3cb5780 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelPlannerPlanDetail.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelPlannerPlanDetail.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamchannelplannerplandetail Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamChannelPlannerPlanDetail --- @@ -26,7 +26,7 @@ Get-MgBetaTeamChannelPlannerPlanDetail -ChannelId -PlannerPlanId ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaTeamChannelPlannerPlanDetail -ChannelId -PlannerPlanId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelPlannerPlanTask.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelPlannerPlanTask.md index 906d22a683a3c..be14dc17bdb59 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelPlannerPlanTask.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelPlannerPlanTask.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamchannelplannerplantask Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamChannelPlannerPlanTask --- @@ -28,7 +28,6 @@ Get-MgBetaTeamChannelPlannerPlanTask -ChannelId -PlannerPlanId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -38,7 +37,7 @@ Get-MgBetaTeamChannelPlannerPlanTask -ChannelId -PlannerPlanId -PlannerTaskId -TeamId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -47,7 +46,7 @@ Get-MgBetaTeamChannelPlannerPlanTask -ChannelId -PlannerPlanId Get-MgBetaTeamChannelPlannerPlanTask -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelPlannerPlanTaskAssignedToTaskBoardFormat.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelPlannerPlanTaskAssignedToTaskBoardFormat.md index 1c3a20638adf9..89fe0be3dc1b8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelPlannerPlanTaskAssignedToTaskBoardFormat.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelPlannerPlanTaskAssignedToTaskBoardFormat.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamchannelplannerplantaskassignedtotaskboardformat Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamChannelPlannerPlanTaskAssignedToTaskBoardFormat --- @@ -26,7 +26,7 @@ Get-MgBetaTeamChannelPlannerPlanTaskAssignedToTaskBoardFormat -ChannelId -PlannerTaskId -TeamId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaTeamChannelPlannerPlanTaskAssignedToTaskBoardFormat -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelPlannerPlanTaskBucketTaskBoardFormat.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelPlannerPlanTaskBucketTaskBoardFormat.md index 2ab4dbeec53eb..5578c49b4e401 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelPlannerPlanTaskBucketTaskBoardFormat.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelPlannerPlanTaskBucketTaskBoardFormat.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamchannelplannerplantaskbuckettaskboardformat Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamChannelPlannerPlanTaskBucketTaskBoardFormat --- @@ -26,7 +26,7 @@ Get-MgBetaTeamChannelPlannerPlanTaskBucketTaskBoardFormat -ChannelId -PlannerPlanId -PlannerTaskId -TeamId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaTeamChannelPlannerPlanTaskBucketTaskBoardFormat -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelPlannerPlanTaskCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelPlannerPlanTaskCount.md index d995958053e3e..7effe996ffca9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelPlannerPlanTaskCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelPlannerPlanTaskCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamchannelplannerplantaskcount Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamChannelPlannerPlanTaskCount --- @@ -24,7 +24,7 @@ Get-MgBetaTeamChannelPlannerPlanTaskCount -ChannelId -PlannerPlanId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -33,7 +33,7 @@ Get-MgBetaTeamChannelPlannerPlanTaskCount -ChannelId -PlannerPlanId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelPlannerPlanTaskDelta.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelPlannerPlanTaskDelta.md index f8d2c1116e1cd..7a0e383ab5bf2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelPlannerPlanTaskDelta.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelPlannerPlanTaskDelta.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamchannelplannerplantaskdelta Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamChannelPlannerPlanTaskDelta --- @@ -27,7 +27,7 @@ Get-MgBetaTeamChannelPlannerPlanTaskDelta -ChannelId -PlannerPlanId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### DeltaViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaTeamChannelPlannerPlanTaskDelta -InputObject [-Expand [-Filter ] [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-Count] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelPlannerPlanTaskDetail.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelPlannerPlanTaskDetail.md index b6684c8ef2185..474db09318b08 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelPlannerPlanTaskDetail.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelPlannerPlanTaskDetail.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamchannelplannerplantaskdetail Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamChannelPlannerPlanTaskDetail --- @@ -26,7 +26,7 @@ Get-MgBetaTeamChannelPlannerPlanTaskDetail -ChannelId -PlannerPlanId -TeamId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaTeamChannelPlannerPlanTaskDetail -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelPlannerPlanTaskProgressTaskBoardFormat.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelPlannerPlanTaskProgressTaskBoardFormat.md index 21095c2660855..e20c0ae09384d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelPlannerPlanTaskProgressTaskBoardFormat.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelPlannerPlanTaskProgressTaskBoardFormat.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamchannelplannerplantaskprogresstaskboardformat Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamChannelPlannerPlanTaskProgressTaskBoardFormat --- @@ -26,7 +26,7 @@ Get-MgBetaTeamChannelPlannerPlanTaskProgressTaskBoardFormat -ChannelId -PlannerPlanId -PlannerTaskId -TeamId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaTeamChannelPlannerPlanTaskProgressTaskBoardFormat -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelPlannerPlanUsageRights.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelPlannerPlanUsageRights.md index a0d088afe3ce9..04b87ee207504 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelPlannerPlanUsageRights.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelPlannerPlanUsageRights.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamchannelplannerplanusagerights Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamChannelPlannerPlanUsageRights --- @@ -23,7 +23,7 @@ Invoke function getUsageRights Get-MgBetaTeamChannelPlannerPlanUsageRights -ChannelId -PlannerPlanId -TeamId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -32,7 +32,7 @@ Get-MgBetaTeamChannelPlannerPlanUsageRights -ChannelId -PlannerPlanId < Get-MgBetaTeamChannelPlannerPlanUsageRights -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelRetainedMessage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelRetainedMessage.md index e578857e7a6ec..c8de0b760c9be 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelRetainedMessage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelRetainedMessage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamchannelretainedmessage Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamChannelRetainedMessage --- @@ -28,7 +28,7 @@ Get-MgBetaTeamChannelRetainedMessage -TeamId [-Count] [-ExpandProperty [-Filter ] [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -39,7 +39,7 @@ Get-MgBetaTeamChannelRetainedMessage -InputObject [-Count] [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelSharedWithTeam.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelSharedWithTeam.md index f74b0c4610233..18179aa091fd6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelSharedWithTeam.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelSharedWithTeam.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamchannelsharedwithteam Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamChannelSharedWithTeam --- @@ -30,7 +30,6 @@ Get-MgBetaTeamChannelSharedWithTeam -ChannelId -TeamId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get1 @@ -40,7 +39,7 @@ Get-MgBetaTeamChannelSharedWithTeam -ChannelId -SharedWithChannelTeamIn -TeamId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### Get @@ -50,7 +49,7 @@ Get-MgBetaTeamChannelSharedWithTeam -ChannelId -SharedWithChannelTeamIn -TeamId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity1 @@ -59,7 +58,7 @@ Get-MgBetaTeamChannelSharedWithTeam -ChannelId -SharedWithChannelTeamIn Get-MgBetaTeamChannelSharedWithTeam -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -68,7 +67,7 @@ Get-MgBetaTeamChannelSharedWithTeam -InputObject [-ExpandProper Get-MgBetaTeamChannelSharedWithTeam -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -87,7 +86,7 @@ This operation is allowed only for channels with a membershipType value of share | --------------- | ------------------------------------------ | | Delegated (work or school account) | ChannelMember.Read.All, ChannelMember.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | ChannelMember.Read.Group, ChannelMember.ReadWrite.Group, ChannelMember.ReadWrite.All, ChannelMember.Read.All, | +| Application | ChannelMember.Read.Group, ChannelMember.Read.All, ChannelMember.ReadWrite.All, ChannelMember.ReadWrite.Group, | ## EXAMPLES ### Example 1: Code snippet diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelSharedWithTeamAllowedMember.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelSharedWithTeamAllowedMember.md index 26370fc5f2888..2e05d1a68930c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelSharedWithTeamAllowedMember.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelSharedWithTeamAllowedMember.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamchannelsharedwithteamallowedmember Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamChannelSharedWithTeamAllowedMember --- @@ -29,7 +29,7 @@ Get-MgBetaTeamChannelSharedWithTeamAllowedMember -ChannelId [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -39,7 +39,7 @@ Get-MgBetaTeamChannelSharedWithTeamAllowedMember -ChannelId -Conversati -SharedWithChannelTeamInfoId -TeamId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -49,7 +49,7 @@ Get-MgBetaTeamChannelSharedWithTeamAllowedMember -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelSharedWithTeamAllowedMemberCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelSharedWithTeamAllowedMemberCount.md index 6d0297a5f3bf0..01d8555dfea60 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelSharedWithTeamAllowedMemberCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelSharedWithTeamAllowedMemberCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamchannelsharedwithteamallowedmembercount Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamChannelSharedWithTeamAllowedMemberCount --- @@ -27,7 +27,7 @@ Get-MgBetaTeamChannelSharedWithTeamAllowedMemberCount -ChannelId -SharedWithChannelTeamInfoId -TeamId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaTeamChannelSharedWithTeamAllowedMemberCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -55,7 +55,7 @@ Get the number of the resource | --------------- | ------------------------------------------ | | Delegated (work or school account) | ChannelMember.Read.All, ChannelMember.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | ChannelMember.Read.Group, ChannelMember.ReadWrite.Group, ChannelMember.ReadWrite.All, ChannelMember.Read.All, | +| Application | ChannelMember.Read.Group, ChannelMember.Read.All, ChannelMember.ReadWrite.All, ChannelMember.ReadWrite.Group, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelSharedWithTeamCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelSharedWithTeamCount.md index 6559d65690c16..0985e1193954c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelSharedWithTeamCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelSharedWithTeamCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamchannelsharedwithteamcount Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamChannelSharedWithTeamCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaTeamChannelSharedWithTeamCount -ChannelId -TeamId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaTeamChannelSharedWithTeamCount -ChannelId -TeamId [- Get-MgBetaTeamChannelSharedWithTeamCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -53,7 +53,7 @@ Get the number of the resource | --------------- | ------------------------------------------ | | Delegated (work or school account) | ChannelMember.Read.All, ChannelMember.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | ChannelMember.Read.Group, ChannelMember.ReadWrite.Group, ChannelMember.ReadWrite.All, ChannelMember.Read.All, | +| Application | ChannelMember.Read.Group, ChannelMember.Read.All, ChannelMember.ReadWrite.All, ChannelMember.ReadWrite.Group, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelTab.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelTab.md index e8a6aa44c6b9d..48a060fe1dbef 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelTab.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelTab.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamchanneltab Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamChannelTab --- @@ -28,7 +28,7 @@ Get-MgBetaTeamChannelTab -ChannelId -TeamId [-ExpandProperty < [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaTeamChannelTab -ChannelId -TeamId -TeamsTabId ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -47,7 +47,7 @@ Get-MgBetaTeamChannelTab -ChannelId -TeamId -TeamsTabId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -63,9 +63,9 @@ A collection of all the tabs in the channel. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | TeamsTab.Read.All, TeamsTab.ReadWriteSelfForTeam, TeamsTab.ReadWrite.All, TeamsTab.ReadWriteForTeam, Directory.Read.All, Directory.ReadWrite.All, Group.Read.All, Group.ReadWrite.All, | +| Delegated (work or school account) | TeamsTab.Read.All, Directory.Read.All, Directory.ReadWrite.All, Group.Read.All, Group.ReadWrite.All, TeamsTab.ReadWrite.All, TeamsTab.ReadWriteForTeam, TeamsTab.ReadWriteSelfForTeam, | | Delegated (personal Microsoft account) | Not supported | -| Application | TeamsTab.Read.Group, Group.Read.All, TeamsTab.ReadWriteSelfForTeam.All, TeamsTab.ReadWrite.Group, TeamsTab.ReadWrite.All, TeamsTab.ReadWriteForTeam.All, Group.ReadWrite.All, Directory.ReadWrite.All, TeamsTab.Read.All, Directory.Read.All, | +| Application | TeamsTab.Read.Group, Directory.Read.All, Directory.ReadWrite.All, Group.Read.All, Group.ReadWrite.All, TeamsTab.Read.All, TeamsTab.ReadWrite.All, TeamsTab.ReadWrite.Group, TeamsTab.ReadWriteForTeam.All, TeamsTab.ReadWriteSelfForTeam.All, | ## EXAMPLES ### Example 1: List all the tabs in the channel along with associated Teams app diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelTabCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelTabCount.md index 93a17b944f295..6606dcba2db7e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelTabCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelTabCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamchanneltabcount Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamChannelTabCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaTeamChannelTabCount -ChannelId -TeamId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaTeamChannelTabCount -ChannelId -TeamId [-Filter [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -51,9 +51,9 @@ Get the number of the resource | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | TeamsTab.Read.All, TeamsTab.ReadWriteSelfForTeam, TeamsTab.ReadWrite.All, TeamsTab.ReadWriteForTeam, Directory.Read.All, Directory.ReadWrite.All, Group.Read.All, Group.ReadWrite.All, | +| Delegated (work or school account) | TeamsTab.Read.All, Directory.Read.All, Directory.ReadWrite.All, Group.Read.All, Group.ReadWrite.All, TeamsTab.ReadWrite.All, TeamsTab.ReadWriteForTeam, TeamsTab.ReadWriteSelfForTeam, | | Delegated (personal Microsoft account) | Not supported | -| Application | TeamsTab.Read.Group, Group.Read.All, TeamsTab.ReadWriteSelfForTeam.All, TeamsTab.ReadWrite.Group, TeamsTab.ReadWrite.All, TeamsTab.ReadWriteForTeam.All, Group.ReadWrite.All, Directory.ReadWrite.All, TeamsTab.Read.All, Directory.Read.All, | +| Application | TeamsTab.Read.Group, Directory.Read.All, Directory.ReadWrite.All, Group.Read.All, Group.ReadWrite.All, TeamsTab.Read.All, TeamsTab.ReadWrite.All, TeamsTab.ReadWrite.Group, TeamsTab.ReadWriteForTeam.All, TeamsTab.ReadWriteSelfForTeam.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelTabTeamApp.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelTabTeamApp.md index dcb7c731b356b..55c3119884602 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelTabTeamApp.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamChannelTabTeamApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamchanneltabteamapp Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamChannelTabTeamApp --- @@ -27,7 +27,7 @@ Get-MgBetaTeamChannelTabTeamApp -ChannelId -TeamId -TeamsTabId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaTeamChannelTabTeamApp -ChannelId -TeamId -TeamsTabId Get-MgBetaTeamChannelTabTeamApp -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamCount.md index 667fb52feb80f..5ef60e1d20504 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamcount Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaTeamCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-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) | Team.ReadBasic.All, TeamSettings.ReadWrite.All, TeamSettings.Read.All, | +| Delegated (work or school account) | Team.ReadBasic.All, TeamSettings.Read.All, TeamSettings.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | Team.ReadBasic.All, TeamSettings.ReadWrite.All, TeamSettings.Read.All, | +| Application | Team.ReadBasic.All, TeamSettings.Read.All, TeamSettings.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamGroupServiceProvisioningError.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamGroupServiceProvisioningError.md index 623e0d753ff67..94dd9f9fe8558 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamGroupServiceProvisioningError.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamGroupServiceProvisioningError.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamgroupserviceprovisioningerror Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamGroupServiceProvisioningError --- @@ -28,7 +28,7 @@ Get-MgBetaTeamGroupServiceProvisioningError -TeamId [-ExpandProperty ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamGroupServiceProvisioningErrorCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamGroupServiceProvisioningErrorCount.md index 01061e04fe3cd..6ed660940c6db 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamGroupServiceProvisioningErrorCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamGroupServiceProvisioningErrorCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamgroupserviceprovisioningerrorcount Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamGroupServiceProvisioningErrorCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaTeamGroupServiceProvisioningErrorCount -TeamId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaTeamGroupServiceProvisioningErrorCount -TeamId [-Filter [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamIncomingChannel.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamIncomingChannel.md index 1e1be5f89f187..ef5a65b68e929 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamIncomingChannel.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamIncomingChannel.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamincomingchannel Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamIncomingChannel --- @@ -28,7 +28,7 @@ Get-MgBetaTeamIncomingChannel -TeamId [-ExpandProperty ] [-Pr [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -37,7 +37,7 @@ Get-MgBetaTeamIncomingChannel -TeamId [-ExpandProperty ] [-Pr Get-MgBetaTeamIncomingChannel -ChannelId -TeamId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +46,7 @@ Get-MgBetaTeamIncomingChannel -ChannelId -TeamId [-ExpandPrope Get-MgBetaTeamIncomingChannel -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamIncomingChannelCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamIncomingChannelCount.md index c9ede0d039886..3ac388a8b983e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamIncomingChannelCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamIncomingChannelCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamincomingchannelcount Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamIncomingChannelCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaTeamIncomingChannelCount -TeamId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaTeamIncomingChannelCount -TeamId [-Filter ] [-Search Get-MgBetaTeamIncomingChannelCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -51,9 +51,9 @@ Get the number of the resource | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Channel.ReadBasic.All, ChannelSettings.ReadWrite.All, ChannelSettings.Read.All, | +| Delegated (work or school account) | Channel.ReadBasic.All, ChannelSettings.Read.All, ChannelSettings.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | Channel.ReadBasic.All, ChannelSettings.ReadWrite.All, ChannelSettings.Read.All, | +| Application | Channel.ReadBasic.All, ChannelSettings.Read.All, ChannelSettings.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamInstalledApp.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamInstalledApp.md index 1b5d130ab93c1..d7b7f1005e9ea 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamInstalledApp.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamInstalledApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateaminstalledapp Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamInstalledApp --- @@ -28,7 +28,7 @@ Get-MgBetaTeamInstalledApp -TeamId [-ExpandProperty ] [-Prope [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaTeamInstalledApp -TeamId -TeamsAppInstallationId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -47,7 +47,7 @@ Get-MgBetaTeamInstalledApp -TeamId -TeamsAppInstallationId Get-MgBetaTeamInstalledApp -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -63,9 +63,9 @@ Retrieve the app installed in the specified team. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | TeamsAppInstallation.ReadWriteSelfForTeam, TeamsAppInstallation.ManageSelectedForTeam, TeamsAppInstallation.ReadWriteAndConsentSelfForTeam, TeamsAppInstallation.ReadWriteAndConsentForTeam, TeamsAppInstallation.ReadForUser, TeamsAppInstallation.ReadForTeam, Group.Read.All, Group.ReadWrite.All, Directory.ReadWrite.All, Directory.Read.All, TeamsAppInstallation.ReadWriteForTeam, | +| Delegated (work or school account) | TeamsAppInstallation.ReadWriteSelfForTeam, Directory.Read.All, Directory.ReadWrite.All, Group.Read.All, Group.ReadWrite.All, TeamsAppInstallation.ManageSelectedForTeam, TeamsAppInstallation.ReadForTeam, TeamsAppInstallation.ReadForUser, TeamsAppInstallation.ReadWriteAndConsentForTeam, TeamsAppInstallation.ReadWriteAndConsentSelfForTeam, TeamsAppInstallation.ReadWriteForTeam, | | Delegated (personal Microsoft account) | Not supported | -| Application | TeamsAppInstallation.Read.Group, Group.Read.All, TeamsAppInstallation.ReadWriteSelfForTeam.All, TeamsAppInstallation.ReadWriteForTeam.All, TeamsAppInstallation.ReadWriteAndConsentSelfForTeam.All, TeamsAppInstallation.ReadWriteAndConsentForTeam.All, TeamsAppInstallation.ReadForTeam.All, TeamsAppInstallation.ReadWriteSelfForTeam, TeamsAppInstallation.Read.All, TeamsAppInstallation.ManageSelectedForTeam.All, Group.ReadWrite.All, Directory.ReadWrite.All, Directory.Read.All, | +| Application | TeamsAppInstallation.Read.Group, Directory.Read.All, Directory.ReadWrite.All, Group.Read.All, Group.ReadWrite.All, TeamsAppInstallation.ManageSelectedForTeam.All, TeamsAppInstallation.Read.All, TeamsAppInstallation.ReadForTeam.All, TeamsAppInstallation.ReadWriteAndConsentForTeam.All, TeamsAppInstallation.ReadWriteAndConsentSelfForTeam.All, TeamsAppInstallation.ReadWriteForTeam.All, TeamsAppInstallation.ReadWriteSelfForTeam, TeamsAppInstallation.ReadWriteSelfForTeam.All, | ## EXAMPLES ### Example 1: List installed apps diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamInstalledAppCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamInstalledAppCount.md index 8fb12632b583f..950565ee419a4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamInstalledAppCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamInstalledAppCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateaminstalledappcount Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamInstalledAppCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaTeamInstalledAppCount -TeamId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaTeamInstalledAppCount -TeamId [-Filter ] [-Search [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -51,9 +51,9 @@ Get the number of the resource | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | TeamsAppInstallation.ReadForTeam, TeamsAppInstallation.ReadWriteSelfForTeam, TeamsAppInstallation.ReadWriteAndConsentSelfForTeam, TeamsAppInstallation.ReadWriteForTeam, Directory.Read.All, Directory.ReadWrite.All, Group.Read.All, Group.ReadWrite.All, TeamsAppInstallation.ManageSelectedForTeam, TeamsAppInstallation.ReadWriteAndConsentForTeam, | +| Delegated (work or school account) | TeamsAppInstallation.ReadForTeam, Directory.Read.All, Directory.ReadWrite.All, Group.Read.All, Group.ReadWrite.All, TeamsAppInstallation.ManageSelectedForTeam, TeamsAppInstallation.ReadWriteAndConsentForTeam, TeamsAppInstallation.ReadWriteAndConsentSelfForTeam, TeamsAppInstallation.ReadWriteForTeam, TeamsAppInstallation.ReadWriteSelfForTeam, | | Delegated (personal Microsoft account) | Not supported | -| Application | TeamsAppInstallation.Read.Group, Group.Read.All, TeamsAppInstallation.ReadWriteSelfForTeam.All, TeamsAppInstallation.ReadWriteAndConsentSelfForTeam.All, TeamsAppInstallation.ReadWriteAndConsentForTeam.All, TeamsAppInstallation.ReadForTeam.All, TeamsAppInstallation.ReadWriteForTeam.All, TeamsAppInstallation.ManageSelectedForTeam.All, Group.ReadWrite.All, Directory.ReadWrite.All, TeamsAppInstallation.Read.All, Directory.Read.All, | +| Application | TeamsAppInstallation.Read.Group, Directory.Read.All, Directory.ReadWrite.All, Group.Read.All, Group.ReadWrite.All, TeamsAppInstallation.ManageSelectedForTeam.All, TeamsAppInstallation.Read.All, TeamsAppInstallation.ReadForTeam.All, TeamsAppInstallation.ReadWriteAndConsentForTeam.All, TeamsAppInstallation.ReadWriteAndConsentSelfForTeam.All, TeamsAppInstallation.ReadWriteForTeam.All, TeamsAppInstallation.ReadWriteSelfForTeam.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamInstalledAppTeamApp.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamInstalledAppTeamApp.md index 33af02374897b..1cf46bab95364 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamInstalledAppTeamApp.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamInstalledAppTeamApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateaminstalledappteamapp Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamInstalledAppTeamApp --- @@ -27,7 +27,7 @@ Get-MgBetaTeamInstalledAppTeamApp -TeamId -TeamsAppInstallationId ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaTeamInstalledAppTeamApp -TeamId -TeamsAppInstallationId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamInstalledAppTeamAppDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamInstalledAppTeamAppDefinition.md index 75c2d38968bae..0c203a77fc829 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamInstalledAppTeamAppDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamInstalledAppTeamAppDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateaminstalledappteamappdefinition Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamInstalledAppTeamAppDefinition --- @@ -27,7 +27,7 @@ Get-MgBetaTeamInstalledAppTeamAppDefinition -TeamId -TeamsAppInstallati [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaTeamInstalledAppTeamAppDefinition -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamMember.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamMember.md index 854c140b15e84..788f7e3d05585 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamMember.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamMember.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateammember Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamMember --- @@ -28,7 +28,7 @@ Get-MgBetaTeamMember -TeamId [-ExpandProperty ] [-Property ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -37,7 +37,7 @@ Get-MgBetaTeamMember -TeamId [-ExpandProperty ] [-Property -TeamId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +46,7 @@ Get-MgBetaTeamMember -ConversationMemberId -TeamId [-ExpandPro Get-MgBetaTeamMember -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -64,7 +64,7 @@ Get a conversationMember from a team. | --------------- | ------------------------------------------ | | Delegated (work or school account) | TeamMember.Read.All, TeamMember.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | TeamMember.Read.Group, TeamMember.ReadWrite.All, TeamMember.Read.All, | +| Application | TeamMember.Read.Group, TeamMember.Read.All, TeamMember.ReadWrite.All, | ## EXAMPLES ### Example 1: Get list of members in team diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamMemberCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamMemberCount.md index 05cf79f5617d6..33859758291ca 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamMemberCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamMemberCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateammembercount Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamMemberCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaTeamMemberCount -TeamId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaTeamMemberCount -TeamId [-Filter ] [-Search ] Get-MgBetaTeamMemberCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -53,7 +53,7 @@ Get the number of the resource | --------------- | ------------------------------------------ | | Delegated (work or school account) | TeamMember.Read.All, TeamMember.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | TeamMember.Read.Group, TeamMember.ReadWrite.All, TeamMember.Read.All, | +| Application | TeamMember.Read.Group, TeamMember.Read.All, TeamMember.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamOpenShift.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamOpenShift.md index 2e59f649e403a..de8cc39cc497d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamOpenShift.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamOpenShift.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamopenshift Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamOpenShift --- @@ -24,7 +24,7 @@ Get-MgBetaTeamOpenShift [-Count] [-ExpandProperty ] [-Filter ] [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -40,9 +40,9 @@ Get all openShift objects across all teams a user is a direct member of. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Team.ReadBasic.All, TeamSettings.ReadWrite.All, TeamSettings.Read.All, Group.ReadWrite.All, Group.Read.All, Directory.ReadWrite.All, Directory.Read.All, | +| Delegated (work or school account) | Team.ReadBasic.All, Directory.Read.All, Directory.ReadWrite.All, Group.Read.All, Group.ReadWrite.All, TeamSettings.Read.All, TeamSettings.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | TeamSettings.Read.Group, TeamSettings.ReadWrite.Group, TeamSettings.ReadWrite.All, TeamSettings.Read.All, Team.ReadBasic.All, Group.ReadWrite.All, Group.Read.All, Directory.ReadWrite.All, Directory.Read.All, | +| Application | TeamSettings.Read.Group, Directory.Read.All, Directory.ReadWrite.All, Group.Read.All, Group.ReadWrite.All, Team.ReadBasic.All, TeamSettings.Read.All, TeamSettings.ReadWrite.All, TeamSettings.ReadWrite.Group, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamOperation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamOperation.md index d5d4afcf4a509..8edfda31baee4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamOperation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamOperation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamoperation Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamOperation --- @@ -28,7 +28,7 @@ Get-MgBetaTeamOperation -TeamId [-ExpandProperty ] [-Property [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaTeamOperation -TeamId -TeamsAsyncOperationId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -47,7 +47,7 @@ Get-MgBetaTeamOperation -TeamId -TeamsAsyncOperationId Get-MgBetaTeamOperation -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamOperationCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamOperationCount.md index 112a0ca534682..1841e1ddd0d2b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamOperationCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamOperationCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamoperationcount Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamOperationCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaTeamOperationCount -TeamId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaTeamOperationCount -TeamId [-Filter ] [-Search [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamOwner.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamOwner.md index 187d25e46de44..2fc569930fe52 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamOwner.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamOwner.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamowner Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamOwner --- @@ -28,7 +28,7 @@ Get-MgBetaTeamOwner -TeamId [-ExpandProperty ] [-Property ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -37,7 +37,7 @@ Get-MgBetaTeamOwner -TeamId [-ExpandProperty ] [-Property -UserId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +46,7 @@ Get-MgBetaTeamOwner -TeamId -UserId [-ExpandProperty [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamOwnerByUserPrincipalName.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamOwnerByUserPrincipalName.md index daee129110714..17dd77d844b79 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamOwnerByUserPrincipalName.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamOwnerByUserPrincipalName.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamownerbyuserprincipalname Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamOwnerByUserPrincipalName --- @@ -27,7 +27,7 @@ Get-MgBetaTeamOwnerByUserPrincipalName -TeamId -UserPrincipalName ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaTeamOwnerByUserPrincipalName -TeamId -UserPrincipalName [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamOwnerCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamOwnerCount.md index b72e6f83f0ff8..96f2f6e6fb28b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamOwnerCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamOwnerCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamownercount Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamOwnerCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaTeamOwnerCount -TeamId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -32,7 +32,7 @@ Get-MgBetaTeamOwnerCount -TeamId [-Filter ] [-Search ] Get-MgBetaTeamOwnerCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamOwnerMailboxSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamOwnerMailboxSetting.md index b7f525b68e83d..14b45f7a9d2ec 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamOwnerMailboxSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamOwnerMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamownermailboxsetting Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamOwnerMailboxSetting --- @@ -26,7 +26,7 @@ Returned only on $select. Get-MgBetaTeamOwnerMailboxSetting -TeamId -UserId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaTeamOwnerMailboxSetting -TeamId -UserId [-ExpandProp Get-MgBetaTeamOwnerMailboxSetting -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamOwnerServiceProvisioningError.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamOwnerServiceProvisioningError.md index 2ea1759ba4128..1c6d4f239c25a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamOwnerServiceProvisioningError.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamOwnerServiceProvisioningError.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamownerserviceprovisioningerror Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamOwnerServiceProvisioningError --- @@ -26,7 +26,6 @@ Get-MgBetaTeamOwnerServiceProvisioningError -TeamId -UserId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamOwnerServiceProvisioningErrorCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamOwnerServiceProvisioningErrorCount.md index f754af7549e6f..175cc588a9594 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamOwnerServiceProvisioningErrorCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamOwnerServiceProvisioningErrorCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamownerserviceprovisioningerrorcount Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamOwnerServiceProvisioningErrorCount --- @@ -24,7 +24,7 @@ Get-MgBetaTeamOwnerServiceProvisioningErrorCount -TeamId -UserId ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -33,7 +33,7 @@ Get-MgBetaTeamOwnerServiceProvisioningErrorCount -TeamId -UserId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPermissionGrant.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPermissionGrant.md index 116ac4fdff0fb..b4aa4fc4f48e2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPermissionGrant.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPermissionGrant.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateampermissiongrant Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamPermissionGrant --- @@ -28,7 +28,7 @@ Get-MgBetaTeamPermissionGrant -TeamId [-ExpandProperty ] [-Pr [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaTeamPermissionGrant -ResourceSpecificPermissionGrantId -TeamI [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -47,7 +47,7 @@ Get-MgBetaTeamPermissionGrant -ResourceSpecificPermissionGrantId -TeamI Get-MgBetaTeamPermissionGrant -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPermissionGrantCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPermissionGrantCount.md index 5f5e06b3fd530..becf792496b64 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPermissionGrantCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPermissionGrantCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateampermissiongrantcount Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamPermissionGrantCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaTeamPermissionGrantCount -TeamId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaTeamPermissionGrantCount -TeamId [-Filter ] [-Search Get-MgBetaTeamPermissionGrantCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -51,9 +51,9 @@ Get the number of the resource | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | ResourceSpecificPermissionGrant.ReadForTeam, TeamsAppInstallation.ReadWriteSelfForTeam, TeamsAppInstallation.ReadWriteForTeam, TeamsAppInstallation.ReadForTeam, TeamsAppInstallation.ManageSelectedForTeam, | +| Delegated (work or school account) | ResourceSpecificPermissionGrant.ReadForTeam, TeamsAppInstallation.ManageSelectedForTeam, TeamsAppInstallation.ReadForTeam, TeamsAppInstallation.ReadWriteForTeam, TeamsAppInstallation.ReadWriteSelfForTeam, | | Delegated (personal Microsoft account) | Not supported | -| Application | TeamsAppInstallation.Read.Group, TeamsAppInstallation.ReadWriteSelfForTeam.All, TeamsAppInstallation.ReadWriteForTeam.All, TeamsAppInstallation.ReadForTeam.All, TeamsAppInstallation.Read.All, TeamsAppInstallation.ManageSelectedForTeam.All, TeamsApp.Read.Group, ResourceSpecificPermissionGrant.ReadForTeam.All, | +| Application | TeamsAppInstallation.Read.Group, ResourceSpecificPermissionGrant.ReadForTeam.All, TeamsApp.Read.Group, TeamsAppInstallation.ManageSelectedForTeam.All, TeamsAppInstallation.Read.All, TeamsAppInstallation.ReadForTeam.All, TeamsAppInstallation.ReadWriteForTeam.All, TeamsAppInstallation.ReadWriteSelfForTeam.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPhoto.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPhoto.md index 318dda9af05f3..08f44e4d49254 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPhoto.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPhoto.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamphoto Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamPhoto --- @@ -26,7 +26,7 @@ The team photo. Get-MgBetaTeamPhoto -TeamId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaTeamPhoto -TeamId [-ExpandProperty ] [-Property [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPhotoContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPhotoContent.md index 64f0e6dfed450..3981745630b31 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPhotoContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPhotoContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamphotocontent Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamPhotoContent --- @@ -26,7 +26,7 @@ The team photo. Get-MgBetaTeamPhotoContent -TeamId -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaTeamPhotoContent -TeamId -OutFile [-ResponseHeadersV Get-MgBetaTeamPhotoContent -InputObject -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannel.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannel.md index 7a04bc9c971d7..67f2f82fbae3e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannel.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannel.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamprimarychannel Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamPrimaryChannel --- @@ -26,7 +26,7 @@ Get the default channel, General, of a team. Get-MgBetaTeamPrimaryChannel -TeamId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaTeamPrimaryChannel -TeamId [-ExpandProperty ] [-Pro Get-MgBetaTeamPrimaryChannel -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -51,9 +51,9 @@ Get the default channel, General, of a team. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Channel.ReadBasic.All, ChannelSettings.ReadWrite.All, ChannelSettings.Read.All, | +| Delegated (work or school account) | Channel.ReadBasic.All, ChannelSettings.Read.All, ChannelSettings.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | ChannelSettings.Read.Group, ChannelSettings.ReadWrite.Group, ChannelSettings.ReadWrite.All, ChannelSettings.Read.All, Channel.ReadBasic.All, | +| Application | ChannelSettings.Read.Group, Channel.ReadBasic.All, ChannelSettings.Read.All, ChannelSettings.ReadWrite.All, ChannelSettings.ReadWrite.Group, | ## EXAMPLES ### Example 1: Code snippet diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelAllMemberCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelAllMemberCount.md index e031bc463e659..3ba50946c587c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelAllMemberCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelAllMemberCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamprimarychannelallmembercount Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamPrimaryChannelAllMemberCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaTeamPrimaryChannelAllMemberCount -TeamId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaTeamPrimaryChannelAllMemberCount -TeamId [-Filter ] [ Get-MgBetaTeamPrimaryChannelAllMemberCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelEnabledApp.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelEnabledApp.md index e6f48ff657fc3..4f4833a5312ae 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelEnabledApp.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelEnabledApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamprimarychannelenabledapp Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamPrimaryChannelEnabledApp --- @@ -15,6 +15,9 @@ title: Get-MgBetaTeamPrimaryChannelEnabledApp A collection of enabled apps in the channel. +> [!NOTE] +> To view the v1.0 release of this cmdlet, view [Get-MgTeamPrimaryChannelEnabledApp](/powershell/module/Microsoft.Graph.Teams/Get-MgTeamPrimaryChannelEnabledApp?view=graph-powershell-1.0) + ## SYNTAX ### List (Default) @@ -25,7 +28,7 @@ Get-MgBetaTeamPrimaryChannelEnabledApp -TeamId [-ExpandProperty ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +38,7 @@ Get-MgBetaTeamPrimaryChannelEnabledApp -TeamId -TeamsAppId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -44,7 +47,7 @@ Get-MgBetaTeamPrimaryChannelEnabledApp -TeamId -TeamsAppId Get-MgBetaTeamPrimaryChannelEnabledApp -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelEnabledAppCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelEnabledAppCount.md index 21476ac761cc2..7dbbf97386754 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelEnabledAppCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelEnabledAppCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamprimarychannelenabledappcount Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamPrimaryChannelEnabledAppCount --- @@ -15,6 +15,9 @@ title: Get-MgBetaTeamPrimaryChannelEnabledAppCount Get the number of the resource +> [!NOTE] +> To view the v1.0 release of this cmdlet, view [Get-MgTeamPrimaryChannelEnabledAppCount](/powershell/module/Microsoft.Graph.Teams/Get-MgTeamPrimaryChannelEnabledAppCount?view=graph-powershell-1.0) + ## SYNTAX ### Get (Default) @@ -23,7 +26,7 @@ Get the number of the resource Get-MgBetaTeamPrimaryChannelEnabledAppCount -TeamId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -32,7 +35,7 @@ Get-MgBetaTeamPrimaryChannelEnabledAppCount -TeamId [-Filter ] Get-MgBetaTeamPrimaryChannelEnabledAppCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelFileFolder.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelFileFolder.md index 4d67c5ec369ef..e9623490090e2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelFileFolder.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelFileFolder.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamprimarychannelfilefolder Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamPrimaryChannelFileFolder --- @@ -26,7 +26,7 @@ Metadata for the location where the channel's files are stored. Get-MgBetaTeamPrimaryChannelFileFolder -TeamId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaTeamPrimaryChannelFileFolder -TeamId [-ExpandProperty [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelFileFolderContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelFileFolderContent.md index 7d36cafa727c7..5afcdc994924b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelFileFolderContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelFileFolderContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamprimarychannelfilefoldercontent Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamPrimaryChannelFileFolderContent --- @@ -29,7 +29,7 @@ To proactively opt in to the new behavior ahead of time, use the contentStream p Get-MgBetaTeamPrimaryChannelFileFolderContent -TeamId -OutFile [-Format ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -38,7 +38,7 @@ Get-MgBetaTeamPrimaryChannelFileFolderContent -TeamId -OutFile Get-MgBetaTeamPrimaryChannelFileFolderContent -InputObject -OutFile [-Format ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelFileFolderContentStream.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelFileFolderContentStream.md index 5bd724cac6dfa..51d7732fa1433 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelFileFolderContentStream.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelFileFolderContentStream.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamprimarychannelfilefoldercontentstream Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamPrimaryChannelFileFolderContentStream --- @@ -23,7 +23,7 @@ The content stream, if the item represents a file. Get-MgBetaTeamPrimaryChannelFileFolderContentStream -TeamId -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -32,7 +32,7 @@ Get-MgBetaTeamPrimaryChannelFileFolderContentStream -TeamId -OutFile -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelMember.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelMember.md index bd5445247585d..db9afcee3bc23 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelMember.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelMember.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamprimarychannelmember Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamPrimaryChannelMember --- @@ -29,7 +29,7 @@ Get-MgBetaTeamPrimaryChannelMember -TeamId [-ExpandProperty ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get1 @@ -39,7 +39,7 @@ Get-MgBetaTeamPrimaryChannelMember -ConversationMemberId -TeamId ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### Get @@ -49,7 +49,7 @@ Get-MgBetaTeamPrimaryChannelMember -ConversationMemberId -TeamId ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### List1 @@ -60,7 +60,7 @@ Get-MgBetaTeamPrimaryChannelMember -TeamId [-ExpandProperty ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### GetViaIdentity1 @@ -69,7 +69,7 @@ Get-MgBetaTeamPrimaryChannelMember -TeamId [-ExpandProperty ] Get-MgBetaTeamPrimaryChannelMember -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -78,7 +78,7 @@ Get-MgBetaTeamPrimaryChannelMember -InputObject [-ExpandPropert Get-MgBetaTeamPrimaryChannelMember -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelMemberCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelMemberCount.md index e44c132477669..43876bffab1e8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelMemberCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelMemberCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamprimarychannelmembercount Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamPrimaryChannelMemberCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaTeamPrimaryChannelMemberCount -TeamId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaTeamPrimaryChannelMemberCount -TeamId [-Filter ] [-Se Get-MgBetaTeamPrimaryChannelMemberCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelMessage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelMessage.md index 29e9f8463279e..3e027f4ba4af3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelMessage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelMessage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamprimarychannelmessage Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamPrimaryChannelMessage --- @@ -29,7 +29,7 @@ Get-MgBetaTeamPrimaryChannelMessage -TeamId [-ExpandProperty [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -39,7 +39,7 @@ Get-MgBetaTeamPrimaryChannelMessage -ChatMessageId -TeamId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +48,7 @@ Get-MgBetaTeamPrimaryChannelMessage -ChatMessageId -TeamId Get-MgBetaTeamPrimaryChannelMessage -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelMessageCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelMessageCount.md index 3cf2149ae501b..d6a15935abdf7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelMessageCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelMessageCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamprimarychannelmessagecount Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamPrimaryChannelMessageCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaTeamPrimaryChannelMessageCount -TeamId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaTeamPrimaryChannelMessageCount -TeamId [-Filter ] [-S Get-MgBetaTeamPrimaryChannelMessageCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelMessageDelta.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelMessageDelta.md index fd5e35ebd5fc8..45a3387590932 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelMessageDelta.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelMessageDelta.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamprimarychannelmessagedelta Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamPrimaryChannelMessageDelta --- @@ -35,7 +35,7 @@ Get-MgBetaTeamPrimaryChannelMessageDelta -TeamId [-ExpandProperty ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### DeltaViaIdentity @@ -45,7 +45,7 @@ Get-MgBetaTeamPrimaryChannelMessageDelta -InputObject [-ExpandP [-Filter ] [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-Count] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelMessageHostedContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelMessageHostedContent.md index 98c696b0b0619..d481b61595b83 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelMessageHostedContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelMessageHostedContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamprimarychannelmessagehostedcontent Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamPrimaryChannelMessageHostedContent --- @@ -29,7 +29,6 @@ Get-MgBetaTeamPrimaryChannelMessageHostedContent -ChatMessageId -TeamId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get1 @@ -39,7 +38,7 @@ Get-MgBetaTeamPrimaryChannelMessageHostedContent -ChatMessageHostedContentId -TeamId -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-PassThru] [] + [-ProxyUseDefaultCredentials] [-PassThru] ``` ### Get @@ -49,7 +48,7 @@ Get-MgBetaTeamPrimaryChannelMessageHostedContent -ChatMessageHostedContentId -TeamId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity1 @@ -58,7 +57,7 @@ Get-MgBetaTeamPrimaryChannelMessageHostedContent -ChatMessageHostedContentId -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PassThru] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PassThru] ``` ### GetViaIdentity @@ -68,7 +67,7 @@ Get-MgBetaTeamPrimaryChannelMessageHostedContent -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelMessageHostedContentCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelMessageHostedContentCount.md index 3e40e4b146dc0..c52646c66e1e8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelMessageHostedContentCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelMessageHostedContentCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamprimarychannelmessagehostedcontentcount Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamPrimaryChannelMessageHostedContentCount --- @@ -27,7 +27,7 @@ Get-MgBetaTeamPrimaryChannelMessageHostedContentCount -ChatMessageId -T [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaTeamPrimaryChannelMessageHostedContentCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelMessageReply.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelMessageReply.md index 6d6d2e1c76f43..a69e7fa8108e6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelMessageReply.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelMessageReply.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamprimarychannelmessagereply Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamPrimaryChannelMessageReply --- @@ -30,7 +30,6 @@ Get-MgBetaTeamPrimaryChannelMessageReply -ChatMessageId -TeamId ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -40,7 +39,7 @@ Get-MgBetaTeamPrimaryChannelMessageReply -ChatMessageId -ChatMessageId1 -TeamId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -49,7 +48,7 @@ Get-MgBetaTeamPrimaryChannelMessageReply -ChatMessageId -ChatMessageId1 Get-MgBetaTeamPrimaryChannelMessageReply -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelMessageReplyCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelMessageReplyCount.md index 6b6ed24913e96..72ae6e352fb25 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelMessageReplyCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelMessageReplyCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamprimarychannelmessagereplycount Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamPrimaryChannelMessageReplyCount --- @@ -27,7 +27,7 @@ Get-MgBetaTeamPrimaryChannelMessageReplyCount -ChatMessageId -TeamId ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaTeamPrimaryChannelMessageReplyCount -ChatMessageId -TeamId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelMessageReplyDelta.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelMessageReplyDelta.md index 2e02bda37f74a..e8f78585c8bd8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelMessageReplyDelta.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelMessageReplyDelta.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamprimarychannelmessagereplydelta Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamPrimaryChannelMessageReplyDelta --- @@ -36,7 +36,6 @@ Get-MgBetaTeamPrimaryChannelMessageReplyDelta -ChatMessageId -TeamId ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### DeltaViaIdentity @@ -47,7 +46,7 @@ Get-MgBetaTeamPrimaryChannelMessageReplyDelta -InputObject [-Skip ] [-Sort ] [-Top ] [-Count] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelMessageReplyHostedContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelMessageReplyHostedContent.md index 12fda39130709..ddc27c6ba7b72 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelMessageReplyHostedContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelMessageReplyHostedContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamprimarychannelmessagereplyhostedcontent Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamPrimaryChannelMessageReplyHostedContent --- @@ -29,7 +29,7 @@ Get-MgBetaTeamPrimaryChannelMessageReplyHostedContent -ChatMessageId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get1 @@ -39,7 +39,7 @@ Get-MgBetaTeamPrimaryChannelMessageReplyHostedContent -ChatMessageHostedContentI -ChatMessageId -ChatMessageId1 -TeamId -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PassThru] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PassThru] ``` ### Get @@ -49,7 +49,7 @@ Get-MgBetaTeamPrimaryChannelMessageReplyHostedContent -ChatMessageHostedContentI -ChatMessageId -ChatMessageId1 -TeamId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity1 @@ -58,7 +58,7 @@ Get-MgBetaTeamPrimaryChannelMessageReplyHostedContent -ChatMessageHostedContentI Get-MgBetaTeamPrimaryChannelMessageReplyHostedContent -InputObject -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PassThru] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PassThru] ``` ### GetViaIdentity @@ -68,7 +68,7 @@ Get-MgBetaTeamPrimaryChannelMessageReplyHostedContent -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelMessageReplyHostedContentCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelMessageReplyHostedContentCount.md index 557a0d412550a..61242bddc281d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelMessageReplyHostedContentCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelMessageReplyHostedContentCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamprimarychannelmessagereplyhostedcontentcount Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamPrimaryChannelMessageReplyHostedContentCount --- @@ -27,7 +27,7 @@ Get-MgBetaTeamPrimaryChannelMessageReplyHostedContentCount -ChatMessageId -TeamId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaTeamPrimaryChannelMessageReplyHostedContentCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelPlanner.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelPlanner.md index 0e13fa5f54e96..a3b18c0892486 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelPlanner.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelPlanner.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamprimarychannelplanner Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamPrimaryChannelPlanner --- @@ -26,7 +26,7 @@ Nullable. Get-MgBetaTeamPrimaryChannelPlanner -TeamId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaTeamPrimaryChannelPlanner -TeamId [-ExpandProperty Get-MgBetaTeamPrimaryChannelPlanner -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelPlannerPlan.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelPlannerPlan.md index 7cf68b73c2b3d..567bb0a71bdf1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelPlannerPlan.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelPlannerPlan.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamprimarychannelplannerplan Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamPrimaryChannelPlannerPlan --- @@ -28,7 +28,7 @@ Get-MgBetaTeamPrimaryChannelPlannerPlan -TeamId [-ExpandProperty ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaTeamPrimaryChannelPlannerPlan -PlannerPlanId -TeamId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -47,7 +47,7 @@ Get-MgBetaTeamPrimaryChannelPlannerPlan -PlannerPlanId -TeamId Get-MgBetaTeamPrimaryChannelPlannerPlan -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelPlannerPlanBucket.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelPlannerPlanBucket.md index 17bbe8d988588..5eefdb5054539 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelPlannerPlanBucket.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelPlannerPlanBucket.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamprimarychannelplannerplanbucket Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamPrimaryChannelPlannerPlanBucket --- @@ -28,7 +28,6 @@ Get-MgBetaTeamPrimaryChannelPlannerPlanBucket -PlannerPlanId -TeamId ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -38,7 +37,7 @@ Get-MgBetaTeamPrimaryChannelPlannerPlanBucket -PlannerBucketId -Planner -TeamId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +47,7 @@ Get-MgBetaTeamPrimaryChannelPlannerPlanBucket -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelPlannerPlanBucketCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelPlannerPlanBucketCount.md index 78f30345e0a24..53b55c28080fa 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelPlannerPlanBucketCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelPlannerPlanBucketCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamprimarychannelplannerplanbucketcount Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamPrimaryChannelPlannerPlanBucketCount --- @@ -24,7 +24,7 @@ Get-MgBetaTeamPrimaryChannelPlannerPlanBucketCount -PlannerPlanId -Team [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -33,7 +33,7 @@ Get-MgBetaTeamPrimaryChannelPlannerPlanBucketCount -PlannerPlanId -Team Get-MgBetaTeamPrimaryChannelPlannerPlanBucketCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelPlannerPlanBucketDelta.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelPlannerPlanBucketDelta.md index e163a26a2970a..4d584482353d7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelPlannerPlanBucketDelta.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelPlannerPlanBucketDelta.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamprimarychannelplannerplanbucketdelta Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamPrimaryChannelPlannerPlanBucketDelta --- @@ -27,7 +27,6 @@ Get-MgBetaTeamPrimaryChannelPlannerPlanBucketDelta -PlannerPlanId -Team [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### DeltaViaIdentity @@ -38,7 +37,7 @@ Get-MgBetaTeamPrimaryChannelPlannerPlanBucketDelta -InputObject [-Skip ] [-Sort ] [-Top ] [-Count] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelPlannerPlanBucketTask.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelPlannerPlanBucketTask.md index 05131008efc8b..87e2b3b686808 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelPlannerPlanBucketTask.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelPlannerPlanBucketTask.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamprimarychannelplannerplanbuckettask Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamPrimaryChannelPlannerPlanBucketTask --- @@ -28,7 +28,7 @@ Get-MgBetaTeamPrimaryChannelPlannerPlanBucketTask -PlannerBucketId -Pla [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaTeamPrimaryChannelPlannerPlanBucketTask -PlannerBucketId -Pla -PlannerTaskId -TeamId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +48,7 @@ Get-MgBetaTeamPrimaryChannelPlannerPlanBucketTask -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelPlannerPlanBucketTaskAssignedToTaskBoardFormat.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelPlannerPlanBucketTaskAssignedToTaskBoardFormat.md index 41182c2f7aea3..8d357d8d2cb90 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelPlannerPlanBucketTaskAssignedToTaskBoardFormat.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelPlannerPlanBucketTaskAssignedToTaskBoardFormat.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamprimarychannelplannerplanbuckettaskassignedtotaskboardformat Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamPrimaryChannelPlannerPlanBucketTaskAssignedToTaskBoardFormat --- @@ -26,7 +26,7 @@ Get-MgBetaTeamPrimaryChannelPlannerPlanBucketTaskAssignedToTaskBoardFormat -Plan -PlannerPlanId -PlannerTaskId -TeamId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaTeamPrimaryChannelPlannerPlanBucketTaskAssignedToTaskBoardFormat -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelPlannerPlanBucketTaskBoardFormat.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelPlannerPlanBucketTaskBoardFormat.md index 571a76d5cb5ac..2cf30fe5006c7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelPlannerPlanBucketTaskBoardFormat.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelPlannerPlanBucketTaskBoardFormat.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamprimarychannelplannerplanbuckettaskboardformat Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamPrimaryChannelPlannerPlanBucketTaskBoardFormat --- @@ -26,7 +26,7 @@ Get-MgBetaTeamPrimaryChannelPlannerPlanBucketTaskBoardFormat -PlannerBucketId -PlannerTaskId -TeamId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaTeamPrimaryChannelPlannerPlanBucketTaskBoardFormat -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelPlannerPlanBucketTaskCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelPlannerPlanBucketTaskCount.md index e5d45c7c10797..a29de43ea5e7c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelPlannerPlanBucketTaskCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelPlannerPlanBucketTaskCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamprimarychannelplannerplanbuckettaskcount Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamPrimaryChannelPlannerPlanBucketTaskCount --- @@ -24,7 +24,7 @@ Get-MgBetaTeamPrimaryChannelPlannerPlanBucketTaskCount -PlannerBucketId -PlannerPlanId -TeamId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaTeamPrimaryChannelPlannerPlanBucketTaskCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelPlannerPlanBucketTaskDelta.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelPlannerPlanBucketTaskDelta.md index 705074f357b33..b6a1a29c45897 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelPlannerPlanBucketTaskDelta.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelPlannerPlanBucketTaskDelta.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamprimarychannelplannerplanbuckettaskdelta Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamPrimaryChannelPlannerPlanBucketTaskDelta --- @@ -27,7 +27,7 @@ Get-MgBetaTeamPrimaryChannelPlannerPlanBucketTaskDelta -PlannerBucketId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### DeltaViaIdentity @@ -38,7 +38,7 @@ Get-MgBetaTeamPrimaryChannelPlannerPlanBucketTaskDelta -InputObject ] [-Sort ] [-Top ] [-Count] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelPlannerPlanBucketTaskDetail.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelPlannerPlanBucketTaskDetail.md index 07ba7ee0af59c..bb7034d98a630 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelPlannerPlanBucketTaskDetail.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelPlannerPlanBucketTaskDetail.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamprimarychannelplannerplanbuckettaskdetail Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamPrimaryChannelPlannerPlanBucketTaskDetail --- @@ -26,7 +26,7 @@ Get-MgBetaTeamPrimaryChannelPlannerPlanBucketTaskDetail -PlannerBucketId -PlannerTaskId -TeamId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaTeamPrimaryChannelPlannerPlanBucketTaskDetail -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelPlannerPlanBucketTaskProgressTaskBoardFormat.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelPlannerPlanBucketTaskProgressTaskBoardFormat.md index 8f0f89dcb31a5..12f53264b7e27 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelPlannerPlanBucketTaskProgressTaskBoardFormat.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelPlannerPlanBucketTaskProgressTaskBoardFormat.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamprimarychannelplannerplanbuckettaskprogresstaskboardformat Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamPrimaryChannelPlannerPlanBucketTaskProgressTaskBoardFormat --- @@ -26,7 +26,7 @@ Get-MgBetaTeamPrimaryChannelPlannerPlanBucketTaskProgressTaskBoardFormat -Planne -PlannerPlanId -PlannerTaskId -TeamId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaTeamPrimaryChannelPlannerPlanBucketTaskProgressTaskBoardFormat -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelPlannerPlanCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelPlannerPlanCount.md index d8f378895b4c1..1d692b40400cd 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelPlannerPlanCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelPlannerPlanCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamprimarychannelplannerplancount Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamPrimaryChannelPlannerPlanCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaTeamPrimaryChannelPlannerPlanCount -TeamId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -32,7 +32,7 @@ Get-MgBetaTeamPrimaryChannelPlannerPlanCount -TeamId [-Filter ] Get-MgBetaTeamPrimaryChannelPlannerPlanCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelPlannerPlanDelta.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelPlannerPlanDelta.md index fa34781e8262c..989f5b229e14e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelPlannerPlanDelta.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelPlannerPlanDelta.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamprimarychannelplannerplandelta Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamPrimaryChannelPlannerPlanDelta --- @@ -26,7 +26,7 @@ Get-MgBetaTeamPrimaryChannelPlannerPlanDelta -TeamId [-ExpandProperty < [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### DeltaViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaTeamPrimaryChannelPlannerPlanDelta -InputObject [-Skip ] [-Sort ] [-Top ] [-Count] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelPlannerPlanDetail.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelPlannerPlanDetail.md index 2e6329b14c79a..d072797133b26 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelPlannerPlanDetail.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelPlannerPlanDetail.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamprimarychannelplannerplandetail Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamPrimaryChannelPlannerPlanDetail --- @@ -26,7 +26,7 @@ Get-MgBetaTeamPrimaryChannelPlannerPlanDetail -PlannerPlanId -TeamId ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaTeamPrimaryChannelPlannerPlanDetail -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelPlannerPlanTask.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelPlannerPlanTask.md index ed08311b76142..8a22395e0e453 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelPlannerPlanTask.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelPlannerPlanTask.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamprimarychannelplannerplantask Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamPrimaryChannelPlannerPlanTask --- @@ -28,7 +28,6 @@ Get-MgBetaTeamPrimaryChannelPlannerPlanTask -PlannerPlanId -TeamId ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -38,7 +37,7 @@ Get-MgBetaTeamPrimaryChannelPlannerPlanTask -PlannerPlanId -PlannerTask -TeamId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +47,7 @@ Get-MgBetaTeamPrimaryChannelPlannerPlanTask -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelPlannerPlanTaskAssignedToTaskBoardFormat.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelPlannerPlanTaskAssignedToTaskBoardFormat.md index 45d249e0adcfd..60427ea7bb984 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelPlannerPlanTaskAssignedToTaskBoardFormat.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelPlannerPlanTaskAssignedToTaskBoardFormat.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamprimarychannelplannerplantaskassignedtotaskboardformat Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamPrimaryChannelPlannerPlanTaskAssignedToTaskBoardFormat --- @@ -26,7 +26,7 @@ Get-MgBetaTeamPrimaryChannelPlannerPlanTaskAssignedToTaskBoardFormat -PlannerPla -PlannerTaskId -TeamId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaTeamPrimaryChannelPlannerPlanTaskAssignedToTaskBoardFormat -InputObjec [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelPlannerPlanTaskBucketTaskBoardFormat.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelPlannerPlanTaskBucketTaskBoardFormat.md index bcb97808bf458..c8f672285f663 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelPlannerPlanTaskBucketTaskBoardFormat.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelPlannerPlanTaskBucketTaskBoardFormat.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamprimarychannelplannerplantaskbuckettaskboardformat Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamPrimaryChannelPlannerPlanTaskBucketTaskBoardFormat --- @@ -26,7 +26,7 @@ Get-MgBetaTeamPrimaryChannelPlannerPlanTaskBucketTaskBoardFormat -PlannerPlanId -PlannerTaskId -TeamId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaTeamPrimaryChannelPlannerPlanTaskBucketTaskBoardFormat -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelPlannerPlanTaskCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelPlannerPlanTaskCount.md index a85483b09dad7..a3ad2d8c065c2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelPlannerPlanTaskCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelPlannerPlanTaskCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamprimarychannelplannerplantaskcount Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamPrimaryChannelPlannerPlanTaskCount --- @@ -24,7 +24,7 @@ Get-MgBetaTeamPrimaryChannelPlannerPlanTaskCount -PlannerPlanId -TeamId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -33,7 +33,7 @@ Get-MgBetaTeamPrimaryChannelPlannerPlanTaskCount -PlannerPlanId -TeamId Get-MgBetaTeamPrimaryChannelPlannerPlanTaskCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelPlannerPlanTaskDelta.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelPlannerPlanTaskDelta.md index a5f8e89ca60d2..2adde9ad51103 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelPlannerPlanTaskDelta.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelPlannerPlanTaskDelta.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamprimarychannelplannerplantaskdelta Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamPrimaryChannelPlannerPlanTaskDelta --- @@ -27,7 +27,6 @@ Get-MgBetaTeamPrimaryChannelPlannerPlanTaskDelta -PlannerPlanId -TeamId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### DeltaViaIdentity @@ -38,7 +37,7 @@ Get-MgBetaTeamPrimaryChannelPlannerPlanTaskDelta -InputObject [-Skip ] [-Sort ] [-Top ] [-Count] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelPlannerPlanTaskDetail.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelPlannerPlanTaskDetail.md index 73570012613c1..2dfc715127a3c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelPlannerPlanTaskDetail.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelPlannerPlanTaskDetail.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamprimarychannelplannerplantaskdetail Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamPrimaryChannelPlannerPlanTaskDetail --- @@ -26,7 +26,7 @@ Get-MgBetaTeamPrimaryChannelPlannerPlanTaskDetail -PlannerPlanId -Plann -TeamId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaTeamPrimaryChannelPlannerPlanTaskDetail -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelPlannerPlanTaskProgressTaskBoardFormat.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelPlannerPlanTaskProgressTaskBoardFormat.md index 7253d601a8a3e..c0118b5b70592 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelPlannerPlanTaskProgressTaskBoardFormat.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelPlannerPlanTaskProgressTaskBoardFormat.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamprimarychannelplannerplantaskprogresstaskboardformat Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamPrimaryChannelPlannerPlanTaskProgressTaskBoardFormat --- @@ -26,7 +26,7 @@ Get-MgBetaTeamPrimaryChannelPlannerPlanTaskProgressTaskBoardFormat -PlannerPlanI -PlannerTaskId -TeamId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaTeamPrimaryChannelPlannerPlanTaskProgressTaskBoardFormat -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelPlannerPlanUsageRights.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelPlannerPlanUsageRights.md index c496a25bcfc99..334c8b1651c0e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelPlannerPlanUsageRights.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelPlannerPlanUsageRights.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamprimarychannelplannerplanusagerights Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamPrimaryChannelPlannerPlanUsageRights --- @@ -23,7 +23,7 @@ Invoke function getUsageRights Get-MgBetaTeamPrimaryChannelPlannerPlanUsageRights -PlannerPlanId -TeamId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -32,7 +32,7 @@ Get-MgBetaTeamPrimaryChannelPlannerPlanUsageRights -PlannerPlanId -Team Get-MgBetaTeamPrimaryChannelPlannerPlanUsageRights -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelSharedWithTeam.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelSharedWithTeam.md index b95a210a6116c..450066cee9459 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelSharedWithTeam.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelSharedWithTeam.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamprimarychannelsharedwithteam Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamPrimaryChannelSharedWithTeam --- @@ -28,7 +28,7 @@ Get-MgBetaTeamPrimaryChannelSharedWithTeam -TeamId [-ExpandProperty ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get1 @@ -38,7 +38,7 @@ Get-MgBetaTeamPrimaryChannelSharedWithTeam -SharedWithChannelTeamInfoId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### Get @@ -48,7 +48,7 @@ Get-MgBetaTeamPrimaryChannelSharedWithTeam -SharedWithChannelTeamInfoId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity1 @@ -58,7 +58,7 @@ Get-MgBetaTeamPrimaryChannelSharedWithTeam -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -68,7 +68,7 @@ Get-MgBetaTeamPrimaryChannelSharedWithTeam -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelSharedWithTeamAllowedMember.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelSharedWithTeamAllowedMember.md index 167fbc30dc3eb..3d3f362a72328 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelSharedWithTeamAllowedMember.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelSharedWithTeamAllowedMember.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamprimarychannelsharedwithteamallowedmember Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamPrimaryChannelSharedWithTeamAllowedMember --- @@ -29,7 +29,7 @@ Get-MgBetaTeamPrimaryChannelSharedWithTeamAllowedMember -SharedWithChannelTeamIn [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -39,7 +39,7 @@ Get-MgBetaTeamPrimaryChannelSharedWithTeamAllowedMember -ConversationMemberId -TeamId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -49,7 +49,7 @@ Get-MgBetaTeamPrimaryChannelSharedWithTeamAllowedMember -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelSharedWithTeamAllowedMemberCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelSharedWithTeamAllowedMemberCount.md index 15ecdb4908a22..a62fd7beff8a6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelSharedWithTeamAllowedMemberCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelSharedWithTeamAllowedMemberCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamprimarychannelsharedwithteamallowedmembercount Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamPrimaryChannelSharedWithTeamAllowedMemberCount --- @@ -27,7 +27,7 @@ Get-MgBetaTeamPrimaryChannelSharedWithTeamAllowedMemberCount -SharedWithChannelT -TeamId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaTeamPrimaryChannelSharedWithTeamAllowedMemberCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelSharedWithTeamCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelSharedWithTeamCount.md index 3a90122836a87..c5fa9fe718a09 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelSharedWithTeamCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelSharedWithTeamCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamprimarychannelsharedwithteamcount Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamPrimaryChannelSharedWithTeamCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaTeamPrimaryChannelSharedWithTeamCount -TeamId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaTeamPrimaryChannelSharedWithTeamCount -TeamId [-Filter [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelTab.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelTab.md index fbf03f57f4799..15df732d8d346 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelTab.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelTab.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamprimarychanneltab Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamPrimaryChannelTab --- @@ -28,7 +28,7 @@ Get-MgBetaTeamPrimaryChannelTab -TeamId [-ExpandProperty ] [- [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -37,7 +37,7 @@ Get-MgBetaTeamPrimaryChannelTab -TeamId [-ExpandProperty ] [- Get-MgBetaTeamPrimaryChannelTab -TeamId -TeamsTabId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +46,7 @@ Get-MgBetaTeamPrimaryChannelTab -TeamId -TeamsTabId [-ExpandPr Get-MgBetaTeamPrimaryChannelTab -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelTabCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelTabCount.md index 68d8d2a642f87..585df6127ae20 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelTabCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelTabCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamprimarychanneltabcount Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamPrimaryChannelTabCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaTeamPrimaryChannelTabCount -TeamId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaTeamPrimaryChannelTabCount -TeamId [-Filter ] [-Searc Get-MgBetaTeamPrimaryChannelTabCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelTabTeamApp.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelTabTeamApp.md index 10f1999354614..7fbe85fe56967 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelTabTeamApp.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamPrimaryChannelTabTeamApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamprimarychanneltabteamapp Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamPrimaryChannelTabTeamApp --- @@ -27,7 +27,7 @@ Get-MgBetaTeamPrimaryChannelTabTeamApp -TeamId -TeamsTabId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaTeamPrimaryChannelTabTeamApp -TeamId -TeamsTabId Get-MgBetaTeamPrimaryChannelTabTeamApp -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamSchedule.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamSchedule.md index 6531fedab16b3..b247ccf26da47 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamSchedule.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamSchedule.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamschedule Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamSchedule --- @@ -30,7 +30,7 @@ Clients can also inspect the configuration of the schedule. Get-MgBetaTeamSchedule -TeamId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -39,7 +39,7 @@ Get-MgBetaTeamSchedule -TeamId [-ExpandProperty ] [-Property Get-MgBetaTeamSchedule -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -59,7 +59,7 @@ Clients can also inspect the configuration of the schedule. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Schedule.Read.All, Schedule.ReadWrite.All, Group.ReadWrite.All, Group.Read.All, | +| Delegated (work or school account) | Schedule.Read.All, Group.Read.All, Group.ReadWrite.All, Schedule.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | | Application | Schedule.Read.All, Schedule.ReadWrite.All, | diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamScheduleDayNote.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamScheduleDayNote.md index 22facf8c69496..36de7704203e9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamScheduleDayNote.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamScheduleDayNote.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamscheduledaynote Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamScheduleDayNote --- @@ -28,7 +28,7 @@ Get-MgBetaTeamScheduleDayNote -TeamId [-ExpandProperty ] [-Pr [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -37,7 +37,7 @@ Get-MgBetaTeamScheduleDayNote -TeamId [-ExpandProperty ] [-Pr Get-MgBetaTeamScheduleDayNote -DayNoteId -TeamId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +46,7 @@ Get-MgBetaTeamScheduleDayNote -DayNoteId -TeamId [-ExpandPrope Get-MgBetaTeamScheduleDayNote -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamScheduleDayNoteCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamScheduleDayNoteCount.md index b73376a6e3631..c4642d68288a4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamScheduleDayNoteCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamScheduleDayNoteCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamscheduledaynotecount Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamScheduleDayNoteCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaTeamScheduleDayNoteCount -TeamId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaTeamScheduleDayNoteCount -TeamId [-Filter ] [-Search Get-MgBetaTeamScheduleDayNoteCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamScheduleOfferShiftRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamScheduleOfferShiftRequest.md index 1544a443581da..6b2c977bbbb9d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamScheduleOfferShiftRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamScheduleOfferShiftRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamscheduleoffershiftrequest Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamScheduleOfferShiftRequest --- @@ -28,7 +28,7 @@ Get-MgBetaTeamScheduleOfferShiftRequest -TeamId [-ExpandProperty ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaTeamScheduleOfferShiftRequest -OfferShiftRequestId -TeamId ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -47,7 +47,7 @@ Get-MgBetaTeamScheduleOfferShiftRequest -OfferShiftRequestId -TeamId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -63,7 +63,7 @@ Retrieve the properties and relationships of an offerShiftRequest object. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Schedule.Read.All, Schedule.ReadWrite.All, Group.ReadWrite.All, Group.Read.All, | +| Delegated (work or school account) | Schedule.Read.All, Group.Read.All, Group.ReadWrite.All, Schedule.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | | Application | Schedule.Read.All, Schedule.ReadWrite.All, | diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamScheduleOfferShiftRequestCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamScheduleOfferShiftRequestCount.md index f55c8148fc14b..dfcbd34c8f11a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamScheduleOfferShiftRequestCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamScheduleOfferShiftRequestCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamscheduleoffershiftrequestcount Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamScheduleOfferShiftRequestCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaTeamScheduleOfferShiftRequestCount -TeamId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaTeamScheduleOfferShiftRequestCount -TeamId [-Filter ] Get-MgBetaTeamScheduleOfferShiftRequestCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamScheduleOpenShift.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamScheduleOpenShift.md index 35df0374b4c67..cc5b80cb4e03b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamScheduleOpenShift.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamScheduleOpenShift.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamscheduleopenshift Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamScheduleOpenShift --- @@ -28,7 +28,7 @@ Get-MgBetaTeamScheduleOpenShift -TeamId [-ExpandProperty ] [- [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -37,7 +37,7 @@ Get-MgBetaTeamScheduleOpenShift -TeamId [-ExpandProperty ] [- Get-MgBetaTeamScheduleOpenShift -OpenShiftId -TeamId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +46,7 @@ Get-MgBetaTeamScheduleOpenShift -OpenShiftId -TeamId [-ExpandP Get-MgBetaTeamScheduleOpenShift -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -62,7 +62,7 @@ Retrieve the properties and relationships of an openshift object. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Schedule.Read.All, Schedule.ReadWrite.All, Group.ReadWrite.All, Group.Read.All, | +| Delegated (work or school account) | Schedule.Read.All, Group.Read.All, Group.ReadWrite.All, Schedule.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | | Application | Schedule.Read.All, Schedule.ReadWrite.All, | diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamScheduleOpenShiftChangeRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamScheduleOpenShiftChangeRequest.md index bcbcbb2624782..58858263ecab1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamScheduleOpenShiftChangeRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamScheduleOpenShiftChangeRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamscheduleopenshiftchangerequest Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamScheduleOpenShiftChangeRequest --- @@ -28,7 +28,7 @@ Get-MgBetaTeamScheduleOpenShiftChangeRequest -TeamId [-ExpandProperty < [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaTeamScheduleOpenShiftChangeRequest -OpenShiftChangeRequestId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +48,7 @@ Get-MgBetaTeamScheduleOpenShiftChangeRequest -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -64,7 +64,7 @@ Retrieve the properties and relationships of an openShiftChangeRequest object. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Schedule.Read.All, Schedule.ReadWrite.All, Group.ReadWrite.All, Group.Read.All, | +| Delegated (work or school account) | Schedule.Read.All, Group.Read.All, Group.ReadWrite.All, Schedule.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | | Application | Schedule.Read.All, Schedule.ReadWrite.All, | diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamScheduleOpenShiftChangeRequestCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamScheduleOpenShiftChangeRequestCount.md index d9e725f6df5f9..05f5009bd7f1f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamScheduleOpenShiftChangeRequestCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamScheduleOpenShiftChangeRequestCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamscheduleopenshiftchangerequestcount Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamScheduleOpenShiftChangeRequestCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaTeamScheduleOpenShiftChangeRequestCount -TeamId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaTeamScheduleOpenShiftChangeRequestCount -TeamId [-Filter [-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) | Schedule.Read.All, Schedule.ReadWrite.All, Group.ReadWrite.All, Group.Read.All, | +| Delegated (work or school account) | Schedule.Read.All, Group.Read.All, Group.ReadWrite.All, Schedule.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | | Application | Schedule.Read.All, Schedule.ReadWrite.All, | diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamScheduleOpenShiftCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamScheduleOpenShiftCount.md index 2dc296d1ef22b..7a79fa9237448 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamScheduleOpenShiftCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamScheduleOpenShiftCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamscheduleopenshiftcount Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamScheduleOpenShiftCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaTeamScheduleOpenShiftCount -TeamId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaTeamScheduleOpenShiftCount -TeamId [-Filter ] [-Searc Get-MgBetaTeamScheduleOpenShiftCount -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) | Schedule.Read.All, Schedule.ReadWrite.All, Group.ReadWrite.All, Group.Read.All, | +| Delegated (work or school account) | Schedule.Read.All, Group.Read.All, Group.ReadWrite.All, Schedule.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | | Application | Schedule.Read.All, Schedule.ReadWrite.All, | diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamScheduleSchedulingGroup.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamScheduleSchedulingGroup.md index 54c733e03f47f..caf3f6f075266 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamScheduleSchedulingGroup.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamScheduleSchedulingGroup.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamscheduleschedulinggroup Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamScheduleSchedulingGroup --- @@ -28,7 +28,7 @@ Get-MgBetaTeamScheduleSchedulingGroup -TeamId [-ExpandProperty ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaTeamScheduleSchedulingGroup -SchedulingGroupId -TeamId ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -47,7 +47,7 @@ Get-MgBetaTeamScheduleSchedulingGroup -SchedulingGroupId -TeamId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -63,7 +63,7 @@ Retrieve the properties and relationships of a schedulingGroup by ID. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Schedule.Read.All, Schedule.ReadWrite.All, Group.ReadWrite.All, Group.Read.All, | +| Delegated (work or school account) | Schedule.Read.All, Group.Read.All, Group.ReadWrite.All, Schedule.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | | Application | Schedule.Read.All, Schedule.ReadWrite.All, | diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamScheduleSchedulingGroupCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamScheduleSchedulingGroupCount.md index b5689672988e8..039aa91db1e67 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamScheduleSchedulingGroupCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamScheduleSchedulingGroupCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamscheduleschedulinggroupcount Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamScheduleSchedulingGroupCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaTeamScheduleSchedulingGroupCount -TeamId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaTeamScheduleSchedulingGroupCount -TeamId [-Filter ] [ Get-MgBetaTeamScheduleSchedulingGroupCount -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) | Schedule.Read.All, Schedule.ReadWrite.All, Group.ReadWrite.All, Group.Read.All, | +| Delegated (work or school account) | Schedule.Read.All, Group.Read.All, Group.ReadWrite.All, Schedule.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | | Application | Schedule.Read.All, Schedule.ReadWrite.All, | diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamScheduleShift.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamScheduleShift.md index 34d9c7b5b0a23..bb8e7df186807 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamScheduleShift.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamScheduleShift.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamscheduleshift Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamScheduleShift --- @@ -28,7 +28,7 @@ Get-MgBetaTeamScheduleShift -TeamId [-ExpandProperty ] [-Prop [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -37,7 +37,7 @@ Get-MgBetaTeamScheduleShift -TeamId [-ExpandProperty ] [-Prop Get-MgBetaTeamScheduleShift -ShiftId -TeamId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +46,7 @@ Get-MgBetaTeamScheduleShift -ShiftId -TeamId [-ExpandProperty Get-MgBetaTeamScheduleShift -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -62,7 +62,7 @@ Retrieve the properties and relationships of a shift object by ID. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Group.Read.All, Schedule.ReadWrite.All, Schedule.Read.All, Group.ReadWrite.All, | +| Delegated (work or school account) | Group.Read.All, Group.ReadWrite.All, Schedule.Read.All, Schedule.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | | Application | Schedule.Read.All, Schedule.ReadWrite.All, | diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamScheduleShiftCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamScheduleShiftCount.md index 55c42ae1e9322..faac4989bc87c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamScheduleShiftCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamScheduleShiftCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamscheduleshiftcount Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamScheduleShiftCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaTeamScheduleShiftCount -TeamId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaTeamScheduleShiftCount -TeamId [-Filter ] [-Search [-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) | Schedule.Read.All, Schedule.ReadWrite.All, Group.ReadWrite.All, Group.Read.All, | +| Delegated (work or school account) | Schedule.Read.All, Group.Read.All, Group.ReadWrite.All, Schedule.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | | Application | Schedule.Read.All, Schedule.ReadWrite.All, | diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamScheduleShiftRoleDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamScheduleShiftRoleDefinition.md index 95d384622e004..8e65eeadb5810 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamScheduleShiftRoleDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamScheduleShiftRoleDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamscheduleshiftroledefinition Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamScheduleShiftRoleDefinition --- @@ -25,7 +25,7 @@ Get-MgBetaTeamScheduleShiftRoleDefinition -TeamId [-ExpandProperty ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaTeamScheduleShiftRoleDefinition -ShiftsRoleDefinitionId -Team [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -44,7 +44,7 @@ Get-MgBetaTeamScheduleShiftRoleDefinition -ShiftsRoleDefinitionId -Team Get-MgBetaTeamScheduleShiftRoleDefinition -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -60,9 +60,9 @@ The definitions of the roles in the schedule. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Schedule.Read.All, SchedulePermissions.ReadWrite.All, Schedule.ReadWrite.All, | +| Delegated (work or school account) | Schedule.Read.All, Schedule.ReadWrite.All, SchedulePermissions.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | Schedule.Read.All, SchedulePermissions.ReadWrite.All, Schedule.ReadWrite.All, | +| Application | Schedule.Read.All, Schedule.ReadWrite.All, SchedulePermissions.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamScheduleShiftRoleDefinitionCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamScheduleShiftRoleDefinitionCount.md index d35456b866ae1..d50afa8759c0b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamScheduleShiftRoleDefinitionCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamScheduleShiftRoleDefinitionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamscheduleshiftroledefinitioncount Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamScheduleShiftRoleDefinitionCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaTeamScheduleShiftRoleDefinitionCount -TeamId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -32,7 +32,7 @@ Get-MgBetaTeamScheduleShiftRoleDefinitionCount -TeamId [-Filter [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -48,9 +48,9 @@ Get the number of the resource | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Schedule.Read.All, SchedulePermissions.ReadWrite.All, Schedule.ReadWrite.All, | +| Delegated (work or school account) | Schedule.Read.All, Schedule.ReadWrite.All, SchedulePermissions.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | Schedule.Read.All, SchedulePermissions.ReadWrite.All, Schedule.ReadWrite.All, | +| Application | Schedule.Read.All, Schedule.ReadWrite.All, SchedulePermissions.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamScheduleSwapShiftChangeRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamScheduleSwapShiftChangeRequest.md index dfc87437ffb68..3eb13eba135f7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamScheduleSwapShiftChangeRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamScheduleSwapShiftChangeRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamscheduleswapshiftchangerequest Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamScheduleSwapShiftChangeRequest --- @@ -28,7 +28,7 @@ Get-MgBetaTeamScheduleSwapShiftChangeRequest -TeamId [-ExpandProperty < [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaTeamScheduleSwapShiftChangeRequest -SwapShiftsChangeRequestId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +48,7 @@ Get-MgBetaTeamScheduleSwapShiftChangeRequest -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamScheduleSwapShiftChangeRequestCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamScheduleSwapShiftChangeRequestCount.md index cd3f9b49e3f5f..ff5182a8da1e8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamScheduleSwapShiftChangeRequestCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamScheduleSwapShiftChangeRequestCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamscheduleswapshiftchangerequestcount Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamScheduleSwapShiftChangeRequestCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaTeamScheduleSwapShiftChangeRequestCount -TeamId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaTeamScheduleSwapShiftChangeRequestCount -TeamId [-Filter [-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) | Schedule.Read.All, Schedule.ReadWrite.All, Group.ReadWrite.All, Group.Read.All, | +| Delegated (work or school account) | Schedule.Read.All, Group.Read.All, Group.ReadWrite.All, Schedule.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | | Application | Schedule.Read.All, Schedule.ReadWrite.All, | diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamScheduleTimeCard.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamScheduleTimeCard.md index db17b15a1d757..9bd1730f257f7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamScheduleTimeCard.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamScheduleTimeCard.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamscheduletimecard Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamScheduleTimeCard --- @@ -28,7 +28,7 @@ Get-MgBetaTeamScheduleTimeCard -TeamId [-ExpandProperty ] [-P [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -37,7 +37,7 @@ Get-MgBetaTeamScheduleTimeCard -TeamId [-ExpandProperty ] [-P Get-MgBetaTeamScheduleTimeCard -TeamId -TimeCardId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +46,7 @@ Get-MgBetaTeamScheduleTimeCard -TeamId -TimeCardId [-ExpandPro Get-MgBetaTeamScheduleTimeCard -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamScheduleTimeCardCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamScheduleTimeCardCount.md index 5dc80a9095a2c..025f86677b414 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamScheduleTimeCardCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamScheduleTimeCardCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamscheduletimecardcount Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamScheduleTimeCardCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaTeamScheduleTimeCardCount -TeamId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaTeamScheduleTimeCardCount -TeamId [-Filter ] [-Search Get-MgBetaTeamScheduleTimeCardCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamScheduleTimeOff.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamScheduleTimeOff.md index f5b376707abfb..0f7fc3058542a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamScheduleTimeOff.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamScheduleTimeOff.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamscheduletimeoff Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamScheduleTimeOff --- @@ -28,7 +28,7 @@ Get-MgBetaTeamScheduleTimeOff -TeamId [-ExpandProperty ] [-Pr [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -37,7 +37,7 @@ Get-MgBetaTeamScheduleTimeOff -TeamId [-ExpandProperty ] [-Pr Get-MgBetaTeamScheduleTimeOff -TeamId -TimeOffId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +46,7 @@ Get-MgBetaTeamScheduleTimeOff -TeamId -TimeOffId [-ExpandPrope Get-MgBetaTeamScheduleTimeOff -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -62,7 +62,7 @@ Retrieve the properties and relationships of a timeOff object by ID. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Schedule.Read.All, Schedule.ReadWrite.All, Group.ReadWrite.All, Group.Read.All, | +| Delegated (work or school account) | Schedule.Read.All, Group.Read.All, Group.ReadWrite.All, Schedule.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | | Application | Schedule.Read.All, Schedule.ReadWrite.All, | diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamScheduleTimeOffCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamScheduleTimeOffCount.md index dd5d78ff62511..0766e213b0845 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamScheduleTimeOffCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamScheduleTimeOffCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamscheduletimeoffcount Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamScheduleTimeOffCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaTeamScheduleTimeOffCount -TeamId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaTeamScheduleTimeOffCount -TeamId [-Filter ] [-Search Get-MgBetaTeamScheduleTimeOffCount -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) | Schedule.Read.All, Schedule.ReadWrite.All, Group.ReadWrite.All, Group.Read.All, | +| Delegated (work or school account) | Schedule.Read.All, Group.Read.All, Group.ReadWrite.All, Schedule.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | | Application | Schedule.Read.All, Schedule.ReadWrite.All, | diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamScheduleTimeOffReason.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamScheduleTimeOffReason.md index cd9b4deb6815a..647ec1feb144c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamScheduleTimeOffReason.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamScheduleTimeOffReason.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamscheduletimeoffreason Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamScheduleTimeOffReason --- @@ -28,7 +28,7 @@ Get-MgBetaTeamScheduleTimeOffReason -TeamId [-ExpandProperty [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaTeamScheduleTimeOffReason -TeamId -TimeOffReasonId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -47,7 +47,7 @@ Get-MgBetaTeamScheduleTimeOffReason -TeamId -TimeOffReasonId Get-MgBetaTeamScheduleTimeOffReason -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -63,7 +63,7 @@ Retrieve the properties and relationships of a timeOffReason object by ID. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Schedule.Read.All, Schedule.ReadWrite.All, Group.ReadWrite.All, Group.Read.All, | +| Delegated (work or school account) | Schedule.Read.All, Group.Read.All, Group.ReadWrite.All, Schedule.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | | Application | Schedule.Read.All, Schedule.ReadWrite.All, | diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamScheduleTimeOffReasonCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamScheduleTimeOffReasonCount.md index 008e379f6b15f..38e1eaf4e2bec 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamScheduleTimeOffReasonCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamScheduleTimeOffReasonCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamscheduletimeoffreasoncount Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamScheduleTimeOffReasonCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaTeamScheduleTimeOffReasonCount -TeamId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaTeamScheduleTimeOffReasonCount -TeamId [-Filter ] [-S Get-MgBetaTeamScheduleTimeOffReasonCount -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) | Schedule.Read.All, Schedule.ReadWrite.All, Group.ReadWrite.All, Group.Read.All, | +| Delegated (work or school account) | Schedule.Read.All, Group.Read.All, Group.ReadWrite.All, Schedule.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | | Application | Schedule.Read.All, Schedule.ReadWrite.All, | diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamScheduleTimeOffRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamScheduleTimeOffRequest.md index ef8fa8aeb5667..9f09d57a69e94 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamScheduleTimeOffRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamScheduleTimeOffRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamscheduletimeoffrequest Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamScheduleTimeOffRequest --- @@ -28,7 +28,7 @@ Get-MgBetaTeamScheduleTimeOffRequest -TeamId [-ExpandProperty ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaTeamScheduleTimeOffRequest -TeamId -TimeOffRequestId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -47,7 +47,7 @@ Get-MgBetaTeamScheduleTimeOffRequest -TeamId -TimeOffRequestId Get-MgBetaTeamScheduleTimeOffRequest -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -63,7 +63,7 @@ Retrieve the properties and relationships of a timeoffrequest object. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Schedule.Read.All, Schedule.ReadWrite.All, Group.ReadWrite.All, Group.Read.All, | +| Delegated (work or school account) | Schedule.Read.All, Group.Read.All, Group.ReadWrite.All, Schedule.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | | Application | Schedule.Read.All, Schedule.ReadWrite.All, | diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamScheduleTimeOffRequestCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamScheduleTimeOffRequestCount.md index 59f51c1adcaea..efe9364379976 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamScheduleTimeOffRequestCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamScheduleTimeOffRequestCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamscheduletimeoffrequestcount Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamScheduleTimeOffRequestCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaTeamScheduleTimeOffRequestCount -TeamId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaTeamScheduleTimeOffRequestCount -TeamId [-Filter ] [- Get-MgBetaTeamScheduleTimeOffRequestCount -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) | Schedule.Read.All, Schedule.ReadWrite.All, Group.ReadWrite.All, Group.Read.All, | +| Delegated (work or school account) | Schedule.Read.All, Group.Read.All, Group.ReadWrite.All, Schedule.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | | Application | Schedule.Read.All, Schedule.ReadWrite.All, | diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamShift.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamShift.md index 756f7d138682e..4de428bda392e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamShift.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamShift.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamshift Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamShift --- @@ -24,7 +24,7 @@ Get-MgBetaTeamShift [-Count] [-ExpandProperty ] [-Filter ] [-P [-Search ] [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -40,9 +40,9 @@ Get all shift objects across all teams to which a user is a direct member. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Team.ReadBasic.All, TeamSettings.ReadWrite.All, TeamSettings.Read.All, Group.ReadWrite.All, Group.Read.All, Directory.ReadWrite.All, Directory.Read.All, | +| Delegated (work or school account) | Team.ReadBasic.All, Directory.Read.All, Directory.ReadWrite.All, Group.Read.All, Group.ReadWrite.All, TeamSettings.Read.All, TeamSettings.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | TeamSettings.Read.Group, TeamSettings.ReadWrite.Group, TeamSettings.ReadWrite.All, TeamSettings.Read.All, Team.ReadBasic.All, Group.ReadWrite.All, Group.Read.All, Directory.ReadWrite.All, Directory.Read.All, | +| Application | TeamSettings.Read.Group, Directory.Read.All, Directory.ReadWrite.All, Group.Read.All, Group.ReadWrite.All, Team.ReadBasic.All, TeamSettings.Read.All, TeamSettings.ReadWrite.All, TeamSettings.ReadWrite.Group, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamTag.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamTag.md index d21afd0d0f79a..25fa7c10fee15 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamTag.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamTag.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamtag Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamTag --- @@ -28,7 +28,7 @@ Get-MgBetaTeamTag -TeamId [-ExpandProperty ] [-Property ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -37,7 +37,7 @@ Get-MgBetaTeamTag -TeamId [-ExpandProperty ] [-Property -TeamworkTagId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +46,7 @@ Get-MgBetaTeamTag -TeamId -TeamworkTagId [-ExpandProperty [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamTagCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamTagCount.md index dfa0e4f60d643..68c0008d09a9c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamTagCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamTagCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamtagcount Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamTagCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaTeamTagCount -TeamId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaTeamTagCount -TeamId [-Filter ] [-Search ] Get-MgBetaTeamTagCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamTagMember.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamTagMember.md index 8b65adeb9e953..87bb4dde93872 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamTagMember.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamTagMember.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamtagmember Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamTagMember --- @@ -28,7 +28,7 @@ Get-MgBetaTeamTagMember -TeamId -TeamworkTagId [-ExpandPropert [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaTeamTagMember -TeamId -TeamworkTagId -TeamworkTagMem [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -47,7 +47,7 @@ Get-MgBetaTeamTagMember -TeamId -TeamworkTagId -TeamworkTagMem Get-MgBetaTeamTagMember -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamTagMemberCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamTagMemberCount.md index d1200a0a94d3b..ee39846ddf126 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamTagMemberCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamTagMemberCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamtagmembercount Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamTagMemberCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaTeamTagMemberCount -TeamId -TeamworkTagId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaTeamTagMemberCount -TeamId -TeamworkTagId [-Filter < Get-MgBetaTeamTagMemberCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamTemplate.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamTemplate.md index 5b19a589459e9..31fdfcafaa94c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamTemplate.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamTemplate.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamtemplate Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamTemplate --- @@ -27,7 +27,7 @@ See available templates. Get-MgBetaTeamTemplate -TeamId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaTeamTemplate -TeamId [-ExpandProperty ] [-Property Get-MgBetaTeamTemplate -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamTemplateDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamTemplateDefinition.md index 3d0391e8844a0..91be6c2477ff9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamTemplateDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamTemplateDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamtemplatedefinition Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamTemplateDefinition --- @@ -23,7 +23,7 @@ Generic representation of a team template definition for a team with a specific Get-MgBetaTeamTemplateDefinition -TeamId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -32,7 +32,7 @@ Get-MgBetaTeamTemplateDefinition -TeamId [-ExpandProperty ] Get-MgBetaTeamTemplateDefinition -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamTimeOff.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamTimeOff.md index 749c987146a10..54f68d5ae3fcb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamTimeOff.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamTimeOff.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamtimeoff Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamTimeOff --- @@ -24,7 +24,7 @@ Get-MgBetaTeamTimeOff [-Count] [-ExpandProperty ] [-Filter ] [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -40,9 +40,9 @@ Get all time off objects across all teams to which a user is a direct member. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Team.ReadBasic.All, TeamSettings.ReadWrite.All, TeamSettings.Read.All, Group.ReadWrite.All, Group.Read.All, Directory.ReadWrite.All, Directory.Read.All, | +| Delegated (work or school account) | Team.ReadBasic.All, Directory.Read.All, Directory.ReadWrite.All, Group.Read.All, Group.ReadWrite.All, TeamSettings.Read.All, TeamSettings.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | TeamSettings.Read.Group, TeamSettings.ReadWrite.Group, TeamSettings.ReadWrite.All, TeamSettings.Read.All, Team.ReadBasic.All, Group.ReadWrite.All, Group.Read.All, Directory.ReadWrite.All, Directory.Read.All, | +| Application | TeamSettings.Read.Group, Directory.Read.All, Directory.ReadWrite.All, Group.Read.All, Group.ReadWrite.All, Team.ReadBasic.All, TeamSettings.Read.All, TeamSettings.ReadWrite.All, TeamSettings.ReadWrite.Group, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamwork.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamwork.md index d3f74dde93bc4..bdcdb5e097fbf 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamwork.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamwork.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamwork Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamwork --- @@ -26,7 +26,7 @@ Get the properties and relationships of a teamwork object, such as the region of Get-MgBetaTeamwork [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedChat.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedChat.md index d33b1d2d173cb..f507b8916d3b7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedChat.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedChat.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamworkdeletedchat Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamworkDeletedChat --- @@ -28,7 +28,7 @@ Get-MgBetaTeamworkDeletedChat [-ExpandProperty ] [-Property [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -37,7 +37,7 @@ Get-MgBetaTeamworkDeletedChat [-ExpandProperty ] [-Property Get-MgBetaTeamworkDeletedChat -DeletedChatId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +46,7 @@ Get-MgBetaTeamworkDeletedChat -DeletedChatId [-ExpandProperty [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedChatCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedChatCount.md index 9373929c638fa..f5db9204ee205 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedChatCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedChatCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamworkdeletedchatcount Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamworkDeletedChatCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaTeamworkDeletedChatCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeam.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeam.md index ad0e52eb1ee98..5a95863477189 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeam.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeam.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamworkdeletedteam Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamworkDeletedTeam --- @@ -28,7 +28,7 @@ Get-MgBetaTeamworkDeletedTeam [-ExpandProperty ] [-Property [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -37,7 +37,7 @@ Get-MgBetaTeamworkDeletedTeam [-ExpandProperty ] [-Property Get-MgBetaTeamworkDeletedTeam -DeletedTeamId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +46,7 @@ Get-MgBetaTeamworkDeletedTeam -DeletedTeamId [-ExpandProperty [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannel.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannel.md index 6b8b2bbe17558..b4ef9582b66b6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannel.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannel.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamworkdeletedteamchannel Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamworkDeletedTeamChannel --- @@ -28,7 +28,7 @@ Get-MgBetaTeamworkDeletedTeamChannel -DeletedTeamId [-ExpandProperty ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaTeamworkDeletedTeamChannel -ChannelId -DeletedTeamId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -47,7 +47,7 @@ Get-MgBetaTeamworkDeletedTeamChannel -ChannelId -DeletedTeamId Get-MgBetaTeamworkDeletedTeamChannel -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelAllMemberCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelAllMemberCount.md index f3381d09975a5..f36413926dc3d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelAllMemberCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelAllMemberCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamworkdeletedteamchannelallmembercount Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamworkDeletedTeamChannelAllMemberCount --- @@ -27,7 +27,7 @@ Get-MgBetaTeamworkDeletedTeamChannelAllMemberCount -ChannelId -DeletedT [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaTeamworkDeletedTeamChannelAllMemberCount -ChannelId -DeletedT Get-MgBetaTeamworkDeletedTeamChannelAllMemberCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelCount.md index 90f604c6eb233..aeabb6453766d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamworkdeletedteamchannelcount Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamworkDeletedTeamChannelCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaTeamworkDeletedTeamChannelCount -DeletedTeamId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaTeamworkDeletedTeamChannelCount -DeletedTeamId [-Filter [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelEnabledApp.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelEnabledApp.md index 6bf284952177d..26479835aeff3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelEnabledApp.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelEnabledApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamworkdeletedteamchannelenabledapp Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamworkDeletedTeamChannelEnabledApp --- @@ -15,6 +15,9 @@ title: Get-MgBetaTeamworkDeletedTeamChannelEnabledApp A collection of enabled apps in the channel. +> [!NOTE] +> To view the v1.0 release of this cmdlet, view [Get-MgTeamworkDeletedTeamChannelEnabledApp](/powershell/module/Microsoft.Graph.Teams/Get-MgTeamworkDeletedTeamChannelEnabledApp?view=graph-powershell-1.0) + ## SYNTAX ### List (Default) @@ -26,7 +29,6 @@ Get-MgBetaTeamworkDeletedTeamChannelEnabledApp -ChannelId -DeletedTeamI [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -36,7 +38,7 @@ Get-MgBetaTeamworkDeletedTeamChannelEnabledApp -ChannelId -DeletedTeamI -TeamsAppId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +48,7 @@ Get-MgBetaTeamworkDeletedTeamChannelEnabledApp -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelEnabledAppCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelEnabledAppCount.md index 74a2b3fca409c..96271069c63ca 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelEnabledAppCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelEnabledAppCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamworkdeletedteamchannelenabledappcount Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamworkDeletedTeamChannelEnabledAppCount --- @@ -15,6 +15,9 @@ title: Get-MgBetaTeamworkDeletedTeamChannelEnabledAppCount Get the number of the resource +> [!NOTE] +> To view the v1.0 release of this cmdlet, view [Get-MgTeamworkDeletedTeamChannelEnabledAppCount](/powershell/module/Microsoft.Graph.Teams/Get-MgTeamworkDeletedTeamChannelEnabledAppCount?view=graph-powershell-1.0) + ## SYNTAX ### Get (Default) @@ -24,7 +27,7 @@ Get-MgBetaTeamworkDeletedTeamChannelEnabledAppCount -ChannelId -Deleted [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -33,7 +36,7 @@ Get-MgBetaTeamworkDeletedTeamChannelEnabledAppCount -ChannelId -Deleted Get-MgBetaTeamworkDeletedTeamChannelEnabledAppCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelFileFolder.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelFileFolder.md index 65199819e0d8a..848123c58a502 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelFileFolder.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelFileFolder.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamworkdeletedteamchannelfilefolder Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamworkDeletedTeamChannelFileFolder --- @@ -27,7 +27,7 @@ Get-MgBetaTeamworkDeletedTeamChannelFileFolder -ChannelId -DeletedTeamI [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaTeamworkDeletedTeamChannelFileFolder -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelFileFolderContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelFileFolderContent.md index f84694f7bc439..f5d8c9e282cd7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelFileFolderContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelFileFolderContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamworkdeletedteamchannelfilefoldercontent Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamworkDeletedTeamChannelFileFolderContent --- @@ -30,7 +30,7 @@ Get-MgBetaTeamworkDeletedTeamChannelFileFolderContent -ChannelId -Delet -OutFile [-Format ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -40,7 +40,7 @@ Get-MgBetaTeamworkDeletedTeamChannelFileFolderContent -InputObject [-Format ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelFileFolderContentStream.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelFileFolderContentStream.md index 5b03c5e66ce4a..ab251ae0ba9b7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelFileFolderContentStream.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelFileFolderContentStream.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamworkdeletedteamchannelfilefoldercontentstream Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamworkDeletedTeamChannelFileFolderContentStream --- @@ -24,7 +24,7 @@ Get-MgBetaTeamworkDeletedTeamChannelFileFolderContentStream -ChannelId -DeletedTeamId -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -33,7 +33,7 @@ Get-MgBetaTeamworkDeletedTeamChannelFileFolderContentStream -ChannelId Get-MgBetaTeamworkDeletedTeamChannelFileFolderContentStream -InputObject -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelMember.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelMember.md index 9f78112e50202..81b539073a90b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelMember.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelMember.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamworkdeletedteamchannelmember Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamworkDeletedTeamChannelMember --- @@ -30,7 +30,6 @@ Get-MgBetaTeamworkDeletedTeamChannelMember -ChannelId -DeletedTeamId ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### List1 @@ -42,7 +41,6 @@ Get-MgBetaTeamworkDeletedTeamChannelMember -ChannelId -DeletedTeamId ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get1 @@ -52,7 +50,7 @@ Get-MgBetaTeamworkDeletedTeamChannelMember -ChannelId -ConversationMemb -DeletedTeamId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### Get @@ -62,7 +60,7 @@ Get-MgBetaTeamworkDeletedTeamChannelMember -ChannelId -ConversationMemb -DeletedTeamId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity1 @@ -72,7 +70,7 @@ Get-MgBetaTeamworkDeletedTeamChannelMember -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -82,7 +80,7 @@ Get-MgBetaTeamworkDeletedTeamChannelMember -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelMemberCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelMemberCount.md index 7dc7dcb7687a0..5274961e221f9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelMemberCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelMemberCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamworkdeletedteamchannelmembercount Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamworkDeletedTeamChannelMemberCount --- @@ -27,7 +27,7 @@ Get-MgBetaTeamworkDeletedTeamChannelMemberCount -ChannelId -DeletedTeam [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaTeamworkDeletedTeamChannelMemberCount -ChannelId -DeletedTeam Get-MgBetaTeamworkDeletedTeamChannelMemberCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelMessage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelMessage.md index 747f8e610b281..8a35130c5682f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelMessage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelMessage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamworkdeletedteamchannelmessage Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamworkDeletedTeamChannelMessage --- @@ -29,7 +29,7 @@ Get-MgBetaTeamworkDeletedTeamChannelMessage -DeletedTeamId [-ExpandProp [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### List @@ -41,7 +41,6 @@ Get-MgBetaTeamworkDeletedTeamChannelMessage -ChannelId -DeletedTeamId < [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -51,7 +50,7 @@ Get-MgBetaTeamworkDeletedTeamChannelMessage -ChannelId -ChatMessageId < -DeletedTeamId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity1 @@ -62,7 +61,7 @@ Get-MgBetaTeamworkDeletedTeamChannelMessage -InputObject [-Search ] [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -72,7 +71,7 @@ Get-MgBetaTeamworkDeletedTeamChannelMessage -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelMessageCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelMessageCount.md index 206dd260675b9..a05f0957aa83b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelMessageCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelMessageCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamworkdeletedteamchannelmessagecount Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamworkDeletedTeamChannelMessageCount --- @@ -27,7 +27,7 @@ Get-MgBetaTeamworkDeletedTeamChannelMessageCount -ChannelId -DeletedTea [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaTeamworkDeletedTeamChannelMessageCount -ChannelId -DeletedTea Get-MgBetaTeamworkDeletedTeamChannelMessageCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelMessageDelta.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelMessageDelta.md index 954c4d1cb7263..2ede99c1bee25 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelMessageDelta.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelMessageDelta.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamworkdeletedteamchannelmessagedelta Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamworkDeletedTeamChannelMessageDelta --- @@ -36,7 +36,6 @@ Get-MgBetaTeamworkDeletedTeamChannelMessageDelta -ChannelId -DeletedTea [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### DeltaViaIdentity @@ -47,7 +46,7 @@ Get-MgBetaTeamworkDeletedTeamChannelMessageDelta -InputObject [-Skip ] [-Sort ] [-Top ] [-Count] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelMessageHostedContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelMessageHostedContent.md index c56d959a3b635..79ad6c8d8a2e3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelMessageHostedContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelMessageHostedContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamworkdeletedteamchannelmessagehostedcontent Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamworkDeletedTeamChannelMessageHostedContent --- @@ -29,7 +29,7 @@ Get-MgBetaTeamworkDeletedTeamChannelMessageHostedContent -ChannelId -Ch [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get1 @@ -39,7 +39,7 @@ Get-MgBetaTeamworkDeletedTeamChannelMessageHostedContent -ChannelId -ChatMessageHostedContentId -ChatMessageId -DeletedTeamId -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PassThru] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PassThru] ``` ### Get @@ -50,7 +50,7 @@ Get-MgBetaTeamworkDeletedTeamChannelMessageHostedContent -ChannelId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity1 @@ -59,7 +59,7 @@ Get-MgBetaTeamworkDeletedTeamChannelMessageHostedContent -ChannelId Get-MgBetaTeamworkDeletedTeamChannelMessageHostedContent -InputObject -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PassThru] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PassThru] ``` ### GetViaIdentity @@ -69,7 +69,7 @@ Get-MgBetaTeamworkDeletedTeamChannelMessageHostedContent -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelMessageHostedContentCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelMessageHostedContentCount.md index 6843731788fed..cebd3a8feaf81 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelMessageHostedContentCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelMessageHostedContentCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamworkdeletedteamchannelmessagehostedcontentcount Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamworkDeletedTeamChannelMessageHostedContentCount --- @@ -27,7 +27,7 @@ Get-MgBetaTeamworkDeletedTeamChannelMessageHostedContentCount -ChannelId -DeletedTeamId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaTeamworkDeletedTeamChannelMessageHostedContentCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelMessageReply.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelMessageReply.md index 5c65435653fbf..f7ec5955d7831 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelMessageReply.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelMessageReply.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamworkdeletedteamchannelmessagereply Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamworkDeletedTeamChannelMessageReply --- @@ -30,7 +30,7 @@ Get-MgBetaTeamworkDeletedTeamChannelMessageReply -ChannelId -ChatMessag [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -40,7 +40,7 @@ Get-MgBetaTeamworkDeletedTeamChannelMessageReply -ChannelId -ChatMessag -ChatMessageId1 -DeletedTeamId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -50,7 +50,7 @@ Get-MgBetaTeamworkDeletedTeamChannelMessageReply -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelMessageReplyCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelMessageReplyCount.md index 70c32678f842b..f0d3b2fdfee3f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelMessageReplyCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelMessageReplyCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamworkdeletedteamchannelmessagereplycount Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamworkDeletedTeamChannelMessageReplyCount --- @@ -27,7 +27,7 @@ Get-MgBetaTeamworkDeletedTeamChannelMessageReplyCount -ChannelId -ChatM -DeletedTeamId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaTeamworkDeletedTeamChannelMessageReplyCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelMessageReplyDelta.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelMessageReplyDelta.md index 3c243e29a75be..771277dfd65be 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelMessageReplyDelta.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelMessageReplyDelta.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamworkdeletedteamchannelmessagereplydelta Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamworkDeletedTeamChannelMessageReplyDelta --- @@ -36,7 +36,7 @@ Get-MgBetaTeamworkDeletedTeamChannelMessageReplyDelta -ChannelId -ChatM [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### DeltaViaIdentity @@ -47,7 +47,7 @@ Get-MgBetaTeamworkDeletedTeamChannelMessageReplyDelta -InputObject ] [-Sort ] [-Top ] [-Count] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelMessageReplyHostedContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelMessageReplyHostedContent.md index 6762384f992e8..1d032e0867593 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelMessageReplyHostedContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelMessageReplyHostedContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamworkdeletedteamchannelmessagereplyhostedcontent Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamworkDeletedTeamChannelMessageReplyHostedContent --- @@ -30,7 +30,6 @@ Get-MgBetaTeamworkDeletedTeamChannelMessageReplyHostedContent -ChannelId ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get1 @@ -41,7 +40,7 @@ Get-MgBetaTeamworkDeletedTeamChannelMessageReplyHostedContent -ChannelId -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-PassThru] [] + [-ProxyUseDefaultCredentials] [-PassThru] ``` ### Get @@ -52,7 +51,7 @@ Get-MgBetaTeamworkDeletedTeamChannelMessageReplyHostedContent -ChannelId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity1 @@ -61,7 +60,7 @@ Get-MgBetaTeamworkDeletedTeamChannelMessageReplyHostedContent -ChannelId -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PassThru] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PassThru] ``` ### GetViaIdentity @@ -71,7 +70,7 @@ Get-MgBetaTeamworkDeletedTeamChannelMessageReplyHostedContent -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelMessageReplyHostedContentCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelMessageReplyHostedContentCount.md index 025ab2e732038..4ff412d2e99b6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelMessageReplyHostedContentCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelMessageReplyHostedContentCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamworkdeletedteamchannelmessagereplyhostedcontentcount Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamworkDeletedTeamChannelMessageReplyHostedContentCount --- @@ -27,7 +27,7 @@ Get-MgBetaTeamworkDeletedTeamChannelMessageReplyHostedContentCount -ChannelId -ChatMessageId1 -DeletedTeamId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaTeamworkDeletedTeamChannelMessageReplyHostedContentCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelPlanner.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelPlanner.md index 1c717800b54c1..f7e16eec4abe0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelPlanner.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelPlanner.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamworkdeletedteamchannelplanner Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamworkDeletedTeamChannelPlanner --- @@ -27,7 +27,7 @@ Get-MgBetaTeamworkDeletedTeamChannelPlanner -ChannelId -DeletedTeamId < [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaTeamworkDeletedTeamChannelPlanner -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelPlannerPlan.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelPlannerPlan.md index 86aae64b7195b..3f3507fec064c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelPlannerPlan.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelPlannerPlan.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamworkdeletedteamchannelplannerplan Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamworkDeletedTeamChannelPlannerPlan --- @@ -29,7 +29,6 @@ Get-MgBetaTeamworkDeletedTeamChannelPlannerPlan -ChannelId -DeletedTeam [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -39,7 +38,7 @@ Get-MgBetaTeamworkDeletedTeamChannelPlannerPlan -ChannelId -DeletedTeam -PlannerPlanId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -49,7 +48,7 @@ Get-MgBetaTeamworkDeletedTeamChannelPlannerPlan -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucket.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucket.md index d76a45a207468..e4bb7c9dcd03d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucket.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucket.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamworkdeletedteamchannelplannerplanbucket Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucket --- @@ -28,7 +28,7 @@ Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucket -ChannelId -Delet [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucket -ChannelId -Delet -PlannerBucketId -PlannerPlanId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +48,7 @@ Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucket -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketCount.md index b9c59ea4aafcb..1977119c11972 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamworkdeletedteamchannelplannerplanbucketcount Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketCount --- @@ -24,7 +24,7 @@ Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketCount -ChannelId -DeletedTeamId -PlannerPlanId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketDelta.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketDelta.md index a3c601cf5921e..e61d7d7cd363f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketDelta.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketDelta.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamworkdeletedteamchannelplannerplanbucketdelta Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketDelta --- @@ -27,7 +27,7 @@ Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketDelta -ChannelId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### DeltaViaIdentity @@ -38,7 +38,7 @@ Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketDelta -InputObject ] [-Sort ] [-Top ] [-Count] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTask.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTask.md index c571a2da01f5b..ee669e0eb9519 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTask.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTask.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamworkdeletedteamchannelplannerplanbuckettask Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTask --- @@ -29,7 +29,6 @@ Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTask -ChannelId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -40,7 +39,7 @@ Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTask -ChannelId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -50,7 +49,7 @@ Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTask -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTaskAssignedToTaskBoardFormat.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTaskAssignedToTaskBoardFormat.md index 2ab0473faaff6..7c24fbd966e77 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTaskAssignedToTaskBoardFormat.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTaskAssignedToTaskBoardFormat.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamworkdeletedteamchannelplannerplanbuckettaskassignedtotaskboardformat Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTaskAssignedToTaskBoardFormat --- @@ -27,7 +27,7 @@ Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTaskAssignedToTaskBoardForm -PlannerTaskId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTaskAssignedToTaskBoardForm -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTaskBoardFormat.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTaskBoardFormat.md index d1d64f2158f3a..108402657332b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTaskBoardFormat.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTaskBoardFormat.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamworkdeletedteamchannelplannerplanbuckettaskboardformat Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTaskBoardFormat --- @@ -27,7 +27,7 @@ Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTaskBoardFormat -ChannelId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTaskBoardFormat -InputObjec [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTaskCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTaskCount.md index 26c5283a14ec3..04ab40a86544e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTaskCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTaskCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamworkdeletedteamchannelplannerplanbuckettaskcount Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTaskCount --- @@ -24,7 +24,7 @@ Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTaskCount -ChannelId -PlannerBucketId -PlannerPlanId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTaskCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTaskDelta.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTaskDelta.md index 892ea6445421a..ca0112e14f634 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTaskDelta.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTaskDelta.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamworkdeletedteamchannelplannerplanbuckettaskdelta Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTaskDelta --- @@ -28,7 +28,6 @@ Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTaskDelta -ChannelId ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### DeltaViaIdentity @@ -39,7 +38,7 @@ Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTaskDelta -InputObject ] [-Sort ] [-Top ] [-Count] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTaskDetail.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTaskDetail.md index f95be9821f235..2b4dc275ef9fe 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTaskDetail.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTaskDetail.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamworkdeletedteamchannelplannerplanbuckettaskdetail Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTaskDetail --- @@ -27,7 +27,7 @@ Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTaskDetail -ChannelId ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTaskDetail -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTaskProgressTaskBoardFormat.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTaskProgressTaskBoardFormat.md index 36c7ef287277b..a2bfc9559b439 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTaskProgressTaskBoardFormat.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTaskProgressTaskBoardFormat.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamworkdeletedteamchannelplannerplanbuckettaskprogresstaskboardformat Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTaskProgressTaskBoardFormat --- @@ -27,7 +27,7 @@ Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTaskProgressTaskBoardFormat [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTaskProgressTaskBoardFormat -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanCount.md index 126d9b4c60e14..aa830d2b08f80 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamworkdeletedteamchannelplannerplancount Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanCount --- @@ -24,7 +24,7 @@ Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanCount -ChannelId -Delete [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanDelta.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanDelta.md index 980e0c58a03f6..4207b6018961e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanDelta.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanDelta.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamworkdeletedteamchannelplannerplandelta Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanDelta --- @@ -27,7 +27,6 @@ Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanDelta -ChannelId -Delete [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### DeltaViaIdentity @@ -38,7 +37,7 @@ Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanDelta -InputObject ] [-Sort ] [-Top ] [-Count] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanDetail.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanDetail.md index e0099ebb45ba1..e949287d7528b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanDetail.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanDetail.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamworkdeletedteamchannelplannerplandetail Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanDetail --- @@ -26,7 +26,7 @@ Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanDetail -ChannelId -Delet -PlannerPlanId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanDetail -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanTask.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanTask.md index 00f7a1b5ee2b7..7826a642a3189 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanTask.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanTask.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamworkdeletedteamchannelplannerplantask Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanTask --- @@ -28,7 +28,7 @@ Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanTask -ChannelId -Deleted [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanTask -ChannelId -Deleted -PlannerPlanId -PlannerTaskId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +48,7 @@ Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanTask -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanTaskAssignedToTaskBoardFormat.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanTaskAssignedToTaskBoardFormat.md index 4453183dab288..4e71fcc37fd44 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanTaskAssignedToTaskBoardFormat.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanTaskAssignedToTaskBoardFormat.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamworkdeletedteamchannelplannerplantaskassignedtotaskboardformat Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanTaskAssignedToTaskBoardFormat --- @@ -27,7 +27,7 @@ Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanTaskAssignedToTaskBoardFormat -Ch [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanTaskAssignedToTaskBoardFormat -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanTaskBucketTaskBoardFormat.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanTaskBucketTaskBoardFormat.md index a881a6866be4d..c5b3b0e4b9704 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanTaskBucketTaskBoardFormat.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanTaskBucketTaskBoardFormat.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamworkdeletedteamchannelplannerplantaskbuckettaskboardformat Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanTaskBucketTaskBoardFormat --- @@ -27,7 +27,7 @@ Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanTaskBucketTaskBoardFormat -Channe [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanTaskBucketTaskBoardFormat -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanTaskCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanTaskCount.md index cee7cdf4ff751..c81b8734d50d8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanTaskCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanTaskCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamworkdeletedteamchannelplannerplantaskcount Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanTaskCount --- @@ -24,7 +24,7 @@ Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanTaskCount -ChannelId -De -PlannerPlanId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanTaskCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanTaskDelta.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanTaskDelta.md index f53ef0dac4bb0..073696354abdb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanTaskDelta.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanTaskDelta.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamworkdeletedteamchannelplannerplantaskdelta Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanTaskDelta --- @@ -27,7 +27,7 @@ Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanTaskDelta -ChannelId -De [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### DeltaViaIdentity @@ -38,7 +38,7 @@ Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanTaskDelta -InputObject ] [-Sort ] [-Top ] [-Count] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanTaskDetail.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanTaskDetail.md index 487f6c216bbb2..2808e266814fb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanTaskDetail.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanTaskDetail.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamworkdeletedteamchannelplannerplantaskdetail Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanTaskDetail --- @@ -27,7 +27,7 @@ Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanTaskDetail -ChannelId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanTaskDetail -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanTaskProgressTaskBoardFormat.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanTaskProgressTaskBoardFormat.md index 40d4995f66152..6d4efef200b6b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanTaskProgressTaskBoardFormat.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanTaskProgressTaskBoardFormat.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamworkdeletedteamchannelplannerplantaskprogresstaskboardformat Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanTaskProgressTaskBoardFormat --- @@ -27,7 +27,7 @@ Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanTaskProgressTaskBoardFormat -Chan [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanTaskProgressTaskBoardFormat -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanUsageRights.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanUsageRights.md index 08ab15215c073..250ee088778c3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanUsageRights.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanUsageRights.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamworkdeletedteamchannelplannerplanusagerights Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanUsageRights --- @@ -24,7 +24,7 @@ Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanUsageRights -ChannelId -DeletedTeamId -PlannerPlanId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -33,7 +33,7 @@ Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanUsageRights -ChannelId Get-MgBetaTeamworkDeletedTeamChannelPlannerPlanUsageRights -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelRetainedMessage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelRetainedMessage.md index 699b56f3d8880..d15dedbe356e1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelRetainedMessage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelRetainedMessage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamworkdeletedteamchannelretainedmessage Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamworkDeletedTeamChannelRetainedMessage --- @@ -29,7 +29,7 @@ Get-MgBetaTeamworkDeletedTeamChannelRetainedMessage -DeletedTeamId [-Co [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -40,7 +40,7 @@ Get-MgBetaTeamworkDeletedTeamChannelRetainedMessage -InputObject ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelSharedWithTeam.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelSharedWithTeam.md index 8fc4d3e60a46d..70b8fccd2b20d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelSharedWithTeam.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelSharedWithTeam.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamworkdeletedteamchannelsharedwithteam Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamworkDeletedTeamChannelSharedWithTeam --- @@ -29,7 +29,6 @@ Get-MgBetaTeamworkDeletedTeamChannelSharedWithTeam -ChannelId -DeletedT [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get1 @@ -39,7 +38,7 @@ Get-MgBetaTeamworkDeletedTeamChannelSharedWithTeam -ChannelId -DeletedT -SharedWithChannelTeamInfoId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### Get @@ -49,7 +48,7 @@ Get-MgBetaTeamworkDeletedTeamChannelSharedWithTeam -ChannelId -DeletedT -SharedWithChannelTeamInfoId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity1 @@ -59,7 +58,7 @@ Get-MgBetaTeamworkDeletedTeamChannelSharedWithTeam -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -69,7 +68,7 @@ Get-MgBetaTeamworkDeletedTeamChannelSharedWithTeam -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelSharedWithTeamAllowedMember.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelSharedWithTeamAllowedMember.md index 5d4c3009dcc27..a743e10a6e706 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelSharedWithTeamAllowedMember.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelSharedWithTeamAllowedMember.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamworkdeletedteamchannelsharedwithteamallowedmember Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamworkDeletedTeamChannelSharedWithTeamAllowedMember --- @@ -29,7 +29,7 @@ Get-MgBetaTeamworkDeletedTeamChannelSharedWithTeamAllowedMember -ChannelId ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -40,7 +40,7 @@ Get-MgBetaTeamworkDeletedTeamChannelSharedWithTeamAllowedMember -ChannelId ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -50,7 +50,7 @@ Get-MgBetaTeamworkDeletedTeamChannelSharedWithTeamAllowedMember -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelSharedWithTeamAllowedMemberCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelSharedWithTeamAllowedMemberCount.md index 585105f69559b..5ed09e36985fb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelSharedWithTeamAllowedMemberCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelSharedWithTeamAllowedMemberCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamworkdeletedteamchannelsharedwithteamallowedmembercount Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamworkDeletedTeamChannelSharedWithTeamAllowedMemberCount --- @@ -27,7 +27,7 @@ Get-MgBetaTeamworkDeletedTeamChannelSharedWithTeamAllowedMemberCount -ChannelId -DeletedTeamId -SharedWithChannelTeamInfoId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaTeamworkDeletedTeamChannelSharedWithTeamAllowedMemberCount -InputObjec [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelSharedWithTeamCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelSharedWithTeamCount.md index 95257048b3095..6721ddd1f5980 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelSharedWithTeamCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelSharedWithTeamCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamworkdeletedteamchannelsharedwithteamcount Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamworkDeletedTeamChannelSharedWithTeamCount --- @@ -27,7 +27,7 @@ Get-MgBetaTeamworkDeletedTeamChannelSharedWithTeamCount -ChannelId -Del [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaTeamworkDeletedTeamChannelSharedWithTeamCount -InputObject ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelTab.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelTab.md index ae2c5a9c81cc1..2cd6da85e7ee3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelTab.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelTab.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamworkdeletedteamchanneltab Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamworkDeletedTeamChannelTab --- @@ -29,7 +29,6 @@ Get-MgBetaTeamworkDeletedTeamChannelTab -ChannelId -DeletedTeamId ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -39,7 +38,7 @@ Get-MgBetaTeamworkDeletedTeamChannelTab -ChannelId -DeletedTeamId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +47,7 @@ Get-MgBetaTeamworkDeletedTeamChannelTab -ChannelId -DeletedTeamId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelTabCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelTabCount.md index c7b5d2dfeb1dd..277136f1e3d5e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelTabCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelTabCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamworkdeletedteamchanneltabcount Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamworkDeletedTeamChannelTabCount --- @@ -27,7 +27,7 @@ Get-MgBetaTeamworkDeletedTeamChannelTabCount -ChannelId -DeletedTeamId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaTeamworkDeletedTeamChannelTabCount -ChannelId -DeletedTeamId Get-MgBetaTeamworkDeletedTeamChannelTabCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelTabTeamApp.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelTabTeamApp.md index 1799e4096d41c..fa170a8268743 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelTabTeamApp.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamChannelTabTeamApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamworkdeletedteamchanneltabteamapp Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamworkDeletedTeamChannelTabTeamApp --- @@ -27,7 +27,7 @@ Get-MgBetaTeamworkDeletedTeamChannelTabTeamApp -ChannelId -DeletedTeamI -TeamsTabId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaTeamworkDeletedTeamChannelTabTeamApp -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamCount.md index 711cc3e5bf705..bf21db6b444b1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeletedTeamCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamworkdeletedteamcount Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamworkDeletedTeamCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaTeamworkDeletedTeamCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDevice.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDevice.md index a8528c57eb553..ab2c4ffce762c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDevice.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDevice.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamworkdevice Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamworkDevice --- @@ -26,7 +26,7 @@ Get-MgBetaTeamworkDevice [-ExpandProperty ] [-Property ] [-F [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaTeamworkDevice [-ExpandProperty ] [-Property ] [-F Get-MgBetaTeamworkDevice -TeamworkDeviceId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -44,7 +44,7 @@ Get-MgBetaTeamworkDevice -TeamworkDeviceId [-ExpandProperty ] Get-MgBetaTeamworkDevice -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeviceActivity.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeviceActivity.md index c891a7c1528ad..bf1893c027ff1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeviceActivity.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeviceActivity.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamworkdeviceactivity Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamworkDeviceActivity --- @@ -23,7 +23,7 @@ Get the activity status of a Microsoft Teams-enabled device. Get-MgBetaTeamworkDeviceActivity -TeamworkDeviceId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -32,7 +32,7 @@ Get-MgBetaTeamworkDeviceActivity -TeamworkDeviceId [-ExpandProperty [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeviceConfiguration.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeviceConfiguration.md index 8c9c832d04f79..22875a6c0cbd8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeviceConfiguration.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeviceConfiguration.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamworkdeviceconfiguration Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamworkDeviceConfiguration --- @@ -23,7 +23,7 @@ Get the configuration details of a Microsoft Teams-enabled device, including sof Get-MgBetaTeamworkDeviceConfiguration -TeamworkDeviceId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -32,7 +32,7 @@ Get-MgBetaTeamworkDeviceConfiguration -TeamworkDeviceId [-ExpandPropert Get-MgBetaTeamworkDeviceConfiguration -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeviceCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeviceCount.md index 6276926e1958c..c737de0722887 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeviceCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeviceCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamworkdevicecount Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamworkDeviceCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaTeamworkDeviceCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeviceHealth.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeviceHealth.md index 306e0a0d169d9..4ca18bcbeeb4c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeviceHealth.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeviceHealth.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamworkdevicehealth Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamworkDeviceHealth --- @@ -24,7 +24,7 @@ Device health is calculated based on the device configuration and other device p Get-MgBetaTeamworkDeviceHealth -TeamworkDeviceId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -33,7 +33,7 @@ Get-MgBetaTeamworkDeviceHealth -TeamworkDeviceId [-ExpandProperty [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeviceOperation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeviceOperation.md index 75a8b9043dd8e..ea79610d04ad5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeviceOperation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeviceOperation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamworkdeviceoperation Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamworkDeviceOperation --- @@ -25,7 +25,7 @@ Get-MgBetaTeamworkDeviceOperation -TeamworkDeviceId [-ExpandProperty ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaTeamworkDeviceOperation -TeamworkDeviceId -TeamworkDeviceOper [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -44,7 +44,7 @@ Get-MgBetaTeamworkDeviceOperation -TeamworkDeviceId -TeamworkDeviceOper Get-MgBetaTeamworkDeviceOperation -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeviceOperationCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeviceOperationCount.md index 82e5c10470ab7..67a798d9feac3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeviceOperationCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkDeviceOperationCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamworkdeviceoperationcount Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamworkDeviceOperationCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaTeamworkDeviceOperationCount -TeamworkDeviceId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -32,7 +32,7 @@ Get-MgBetaTeamworkDeviceOperationCount -TeamworkDeviceId [-Filter [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkTeamAppSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkTeamAppSetting.md index 91fa337a56756..0ebf1b1e10187 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkTeamAppSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkTeamAppSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamworkteamappsetting Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamworkTeamAppSetting --- @@ -26,7 +26,7 @@ Read the properties and relationships of a teamsAppSettings object. Get-MgBetaTeamworkTeamAppSetting [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkTeamTemplate.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkTeamTemplate.md index 1c24f56255f71..0e50d7b01a605 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkTeamTemplate.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkTeamTemplate.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamworkteamtemplate Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamworkTeamTemplate --- @@ -25,7 +25,7 @@ Get-MgBetaTeamworkTeamTemplate [-ExpandProperty ] [-Property ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -34,7 +34,7 @@ Get-MgBetaTeamworkTeamTemplate [-ExpandProperty ] [-Property [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -43,7 +43,7 @@ Get-MgBetaTeamworkTeamTemplate -TeamTemplateId [-ExpandProperty [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkTeamTemplateCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkTeamTemplateCount.md index 4357cb6ee1db8..aa77e57fb8f20 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkTeamTemplateCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkTeamTemplateCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamworkteamtemplatecount Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamworkTeamTemplateCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaTeamworkTeamTemplateCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkTeamTemplateDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkTeamTemplateDefinition.md index 9aa93abb14b26..0c4c337c2cb1a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkTeamTemplateDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkTeamTemplateDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamworkteamtemplatedefinition Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamworkTeamTemplateDefinition --- @@ -25,7 +25,7 @@ Get-MgBetaTeamworkTeamTemplateDefinition -TeamTemplateId [-ExpandProper [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -35,7 +35,7 @@ Get-MgBetaTeamworkTeamTemplateDefinition -TeamTemplateDefinitionId -Tea [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -44,7 +44,7 @@ Get-MgBetaTeamworkTeamTemplateDefinition -TeamTemplateDefinitionId -Tea Get-MgBetaTeamworkTeamTemplateDefinition -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkTeamTemplateDefinitionCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkTeamTemplateDefinitionCount.md index 75bbb8e63d5f6..01e94f55d98dc 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkTeamTemplateDefinitionCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkTeamTemplateDefinitionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamworkteamtemplatedefinitioncount Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamworkTeamTemplateDefinitionCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaTeamworkTeamTemplateDefinitionCount -TeamTemplateId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -32,7 +32,7 @@ Get-MgBetaTeamworkTeamTemplateDefinitionCount -TeamTemplateId [-Filter Get-MgBetaTeamworkTeamTemplateDefinitionCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkWorkforceIntegration.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkWorkforceIntegration.md index e50f13dce5e07..8ad4af0f8d243 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkWorkforceIntegration.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkWorkforceIntegration.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamworkworkforceintegration Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamworkWorkforceIntegration --- @@ -28,7 +28,7 @@ Get-MgBetaTeamworkWorkforceIntegration [-ExpandProperty ] [-Property < [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -37,7 +37,7 @@ Get-MgBetaTeamworkWorkforceIntegration [-ExpandProperty ] [-Property < Get-MgBetaTeamworkWorkforceIntegration -WorkforceIntegrationId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -46,7 +46,7 @@ Get-MgBetaTeamworkWorkforceIntegration -WorkforceIntegrationId [-Expand Get-MgBetaTeamworkWorkforceIntegration -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkWorkforceIntegrationCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkWorkforceIntegrationCount.md index 4fff0ad84378c..54d670d45783f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkWorkforceIntegrationCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaTeamworkWorkforceIntegrationCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetateamworkworkforceintegrationcount Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaTeamworkWorkforceIntegrationCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaTeamworkWorkforceIntegrationCount [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaUserChat.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaUserChat.md index 350f20b7cc35c..a1545bf343068 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaUserChat.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaUserChat.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetauserchat Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserChat --- @@ -30,7 +30,7 @@ Get-MgBetaUserChat -UserId [-ExpandProperty ] [-Property ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -39,7 +39,7 @@ Get-MgBetaUserChat -UserId [-ExpandProperty ] [-Property -UserId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +48,7 @@ Get-MgBetaUserChat -ChatId -UserId [-ExpandProperty Get-MgBetaUserChat -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -66,9 +66,9 @@ To access a chat, at least one chat member must belong to the tenant the request | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Chat.ReadBasic, Chat.ReadWrite, Chat.Read, | +| Delegated (work or school account) | Chat.ReadBasic, Chat.Read, Chat.ReadWrite, | | Delegated (personal Microsoft account) | Not supported | -| Application | Chat.ReadBasic.WhereInstalled, ChatSettings.ReadWrite.Chat, ChatSettings.Read.Chat, Chat.ReadWrite.All, Chat.ReadBasic.All, Chat.Read.All, Chat.Manage.Chat, | +| Application | Chat.ReadBasic.WhereInstalled, Chat.Manage.Chat, Chat.Read.All, Chat.ReadBasic.All, Chat.ReadWrite.All, ChatSettings.Read.Chat, ChatSettings.ReadWrite.Chat, | ## EXAMPLES ### Example 1: Get a user's one on one chat diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaUserChatCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaUserChatCount.md index 97bc737dc615f..73839074e13a9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaUserChatCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaUserChatCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetauserchatcount Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserChatCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaUserChatCount -UserId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaUserChatCount -UserId [-Filter ] [-Search ] Get-MgBetaUserChatCount -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) | Chat.ReadBasic, Chat.ReadWrite, Chat.Read, | +| Delegated (work or school account) | Chat.ReadBasic, Chat.Read, Chat.ReadWrite, | | Delegated (personal Microsoft account) | Not supported | | Application | Chat.ReadBasic.All, Chat.ReadWrite.All, | diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaUserChatInstalledApp.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaUserChatInstalledApp.md index a3272421c4a06..dc045a5113cdc 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaUserChatInstalledApp.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaUserChatInstalledApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetauserchatinstalledapp Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserChatInstalledApp --- @@ -29,7 +29,7 @@ Get-MgBetaUserChatInstalledApp -ChatId -UserId [-ExpandPropert [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -39,7 +39,7 @@ Get-MgBetaUserChatInstalledApp -ChatId -TeamsAppInstallationId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +48,7 @@ Get-MgBetaUserChatInstalledApp -ChatId -TeamsAppInstallationId Get-MgBetaUserChatInstalledApp -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaUserChatInstalledAppCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaUserChatInstalledAppCount.md index 6d91efc31ae77..41885a3304c83 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaUserChatInstalledAppCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaUserChatInstalledAppCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetauserchatinstalledappcount Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserChatInstalledAppCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaUserChatInstalledAppCount -ChatId -UserId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaUserChatInstalledAppCount -ChatId -UserId [-Filter < Get-MgBetaUserChatInstalledAppCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaUserChatInstalledAppTeamApp.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaUserChatInstalledAppTeamApp.md index bfb57152be457..a1fad2804b2de 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaUserChatInstalledAppTeamApp.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaUserChatInstalledAppTeamApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetauserchatinstalledappteamapp Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserChatInstalledAppTeamApp --- @@ -27,7 +27,7 @@ Get-MgBetaUserChatInstalledAppTeamApp -ChatId -TeamsAppInstallationId < -UserId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaUserChatInstalledAppTeamApp -ChatId -TeamsAppInstallationId < Get-MgBetaUserChatInstalledAppTeamApp -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaUserChatInstalledAppTeamAppDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaUserChatInstalledAppTeamAppDefinition.md index e41bf527f7f2c..adf4398cab7f1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaUserChatInstalledAppTeamAppDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaUserChatInstalledAppTeamAppDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetauserchatinstalledappteamappdefinition Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserChatInstalledAppTeamAppDefinition --- @@ -27,7 +27,7 @@ Get-MgBetaUserChatInstalledAppTeamAppDefinition -ChatId -TeamsAppInstal -UserId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaUserChatInstalledAppTeamAppDefinition -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaUserChatLastMessagePreview.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaUserChatLastMessagePreview.md index 51f17315a5a86..82b510470c8d0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaUserChatLastMessagePreview.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaUserChatLastMessagePreview.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetauserchatlastmessagepreview Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserChatLastMessagePreview --- @@ -28,7 +28,7 @@ Currently, only the list chats operation supports this property. Get-MgBetaUserChatLastMessagePreview -ChatId -UserId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaUserChatLastMessagePreview -ChatId -UserId [-ExpandP Get-MgBetaUserChatLastMessagePreview -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaUserChatMember.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaUserChatMember.md index e94df481ef2f6..a74327077713c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaUserChatMember.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaUserChatMember.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetauserchatmember Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserChatMember --- @@ -29,7 +29,7 @@ Get-MgBetaUserChatMember -ChatId -UserId [-ExpandProperty ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -39,7 +39,7 @@ Get-MgBetaUserChatMember -ChatId -ConversationMemberId -UserId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +48,7 @@ Get-MgBetaUserChatMember -ChatId -ConversationMemberId -UserId Get-MgBetaUserChatMember -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -65,9 +65,9 @@ Nullable. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | ChatMember.Read, ChatMember.ReadWrite, Chat.ReadWrite, Chat.ReadBasic, Chat.Read, | +| Delegated (work or school account) | ChatMember.Read, Chat.Read, Chat.ReadBasic, Chat.ReadWrite, ChatMember.ReadWrite, | | Delegated (personal Microsoft account) | Not supported | -| Application | ChatMember.Read.Chat, ChatMember.ReadWrite.All, ChatMember.Read.All, Chat.ReadWrite.All, Chat.ReadBasic.All, Chat.Read.All, Chat.Manage.Chat, | +| Application | ChatMember.Read.Chat, Chat.Manage.Chat, Chat.Read.All, Chat.ReadBasic.All, Chat.ReadWrite.All, ChatMember.Read.All, ChatMember.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaUserChatMemberCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaUserChatMemberCount.md index 9ca06b329c2b1..9441eea689668 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaUserChatMemberCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaUserChatMemberCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetauserchatmembercount Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserChatMemberCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaUserChatMemberCount -ChatId -UserId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaUserChatMemberCount -ChatId -UserId [-Filter [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -51,9 +51,9 @@ Get the number of the resource | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | ChatMember.Read, ChatMember.ReadWrite, Chat.ReadWrite, Chat.ReadBasic, Chat.Read, | +| Delegated (work or school account) | ChatMember.Read, Chat.Read, Chat.ReadBasic, Chat.ReadWrite, ChatMember.ReadWrite, | | Delegated (personal Microsoft account) | Not supported | -| Application | ChatMember.Read.All, ChatMember.ReadWrite.All, ChatMember.Read.Chat, Chat.ReadWrite.All, Chat.ReadBasic.All, Chat.Read.All, Chat.Manage.Chat, | +| Application | ChatMember.Read.All, Chat.Manage.Chat, Chat.Read.All, Chat.ReadBasic.All, Chat.ReadWrite.All, ChatMember.Read.Chat, ChatMember.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaUserChatMessageCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaUserChatMessageCount.md index ea861569e0685..d65a271002ca6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaUserChatMessageCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaUserChatMessageCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetauserchatmessagecount Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserChatMessageCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaUserChatMessageCount -ChatId -UserId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaUserChatMessageCount -ChatId -UserId [-Filter [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -53,7 +53,7 @@ Get the number of the resource | --------------- | ------------------------------------------ | | Delegated (work or school account) | Chat.Read, Chat.ReadWrite, | | Delegated (personal Microsoft account) | Not supported | -| Application | ChatMessage.Read.Chat, Chat.ReadWrite.All, Chat.Read.All, | +| Application | ChatMessage.Read.Chat, Chat.Read.All, Chat.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaUserChatMessageDelta.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaUserChatMessageDelta.md index ef4918fd2249e..0df31f290c7a3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaUserChatMessageDelta.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaUserChatMessageDelta.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetauserchatmessagedelta Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserChatMessageDelta --- @@ -35,7 +35,7 @@ Get-MgBetaUserChatMessageDelta -ChatId -UserId [-ExpandPropert [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### DeltaViaIdentity @@ -45,7 +45,7 @@ Get-MgBetaUserChatMessageDelta -InputObject [-ExpandProperty ] [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-Count] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -68,9 +68,9 @@ For more information, see the delta query documentation. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Chat.Read, Group.ReadWrite.All, Group.Read.All, Chat.ReadWrite, | +| Delegated (work or school account) | Chat.Read, Chat.ReadWrite, Group.Read.All, Group.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | ChatMessage.Read.Chat, Group.ReadWrite.All, Group.Read.All, Chat.ReadWrite.All, Chat.Read.All, | +| Application | ChatMessage.Read.Chat, Chat.Read.All, Chat.ReadWrite.All, Group.Read.All, Group.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaUserChatMessageHostedContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaUserChatMessageHostedContent.md index 789d2d8a3635d..ef547d922c503 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaUserChatMessageHostedContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaUserChatMessageHostedContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetauserchatmessagehostedcontent Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserChatMessageHostedContent --- @@ -29,7 +29,6 @@ Get-MgBetaUserChatMessageHostedContent -ChatId -ChatMessageId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get1 @@ -39,7 +38,7 @@ Get-MgBetaUserChatMessageHostedContent -ChatId -ChatMessageHostedConten -ChatMessageId -UserId -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-PassThru] [] + [-ProxyUseDefaultCredentials] [-PassThru] ``` ### Get @@ -49,7 +48,7 @@ Get-MgBetaUserChatMessageHostedContent -ChatId -ChatMessageHostedConten -ChatMessageId -UserId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity1 @@ -58,7 +57,7 @@ Get-MgBetaUserChatMessageHostedContent -ChatId -ChatMessageHostedConten Get-MgBetaUserChatMessageHostedContent -InputObject -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PassThru] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PassThru] ``` ### GetViaIdentity @@ -67,7 +66,7 @@ Get-MgBetaUserChatMessageHostedContent -InputObject -OutFile [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -83,9 +82,9 @@ Content in a message hosted by Microsoft Teams - for example, images or code sni | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Chat.Read, Group.ReadWrite.All, Group.Read.All, Chat.ReadWrite, | +| Delegated (work or school account) | Chat.Read, Chat.ReadWrite, Group.Read.All, Group.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | ChatMessage.Read.Chat, Group.ReadWrite.All, Group.Read.All, Chat.ReadWrite.All, Chat.Read.All, | +| Application | ChatMessage.Read.Chat, Chat.Read.All, Chat.ReadWrite.All, Group.Read.All, Group.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaUserChatMessageHostedContentCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaUserChatMessageHostedContentCount.md index 3d7cad411b80a..197020c444979 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaUserChatMessageHostedContentCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaUserChatMessageHostedContentCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetauserchatmessagehostedcontentcount Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserChatMessageHostedContentCount --- @@ -27,7 +27,7 @@ Get-MgBetaUserChatMessageHostedContentCount -ChatId -ChatMessageId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaUserChatMessageHostedContentCount -ChatId -ChatMessageId [-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) | Chat.Read, Group.ReadWrite.All, Group.Read.All, Chat.ReadWrite, | +| Delegated (work or school account) | Chat.Read, Chat.ReadWrite, Group.Read.All, Group.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | ChatMessage.Read.Chat, Group.ReadWrite.All, Group.Read.All, Chat.ReadWrite.All, Chat.Read.All, | +| Application | ChatMessage.Read.Chat, Chat.Read.All, Chat.ReadWrite.All, Group.Read.All, Group.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaUserChatMessageReply.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaUserChatMessageReply.md index 52ff3c2ec0e26..3a22fb3097073 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaUserChatMessageReply.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaUserChatMessageReply.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetauserchatmessagereply Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserChatMessageReply --- @@ -30,7 +30,6 @@ Get-MgBetaUserChatMessageReply -ChatId -ChatMessageId -UserId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### Get @@ -40,7 +39,7 @@ Get-MgBetaUserChatMessageReply -ChatId -ChatMessageId -ChatMes -UserId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -49,7 +48,7 @@ Get-MgBetaUserChatMessageReply -ChatId -ChatMessageId -ChatMes Get-MgBetaUserChatMessageReply -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaUserChatMessageReplyCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaUserChatMessageReplyCount.md index 3cd5311c09ba0..ba3b9edbe64a8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaUserChatMessageReplyCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaUserChatMessageReplyCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetauserchatmessagereplycount Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserChatMessageReplyCount --- @@ -27,7 +27,7 @@ Get-MgBetaUserChatMessageReplyCount -ChatId -ChatMessageId -Us [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaUserChatMessageReplyCount -ChatId -ChatMessageId -Us Get-MgBetaUserChatMessageReplyCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaUserChatMessageReplyDelta.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaUserChatMessageReplyDelta.md index af77877272033..908101c2df0d3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaUserChatMessageReplyDelta.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaUserChatMessageReplyDelta.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetauserchatmessagereplydelta Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserChatMessageReplyDelta --- @@ -36,7 +36,6 @@ Get-MgBetaUserChatMessageReplyDelta -ChatId -ChatMessageId -Us [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] [-CountVariable ] - [] ``` ### DeltaViaIdentity @@ -46,7 +45,7 @@ Get-MgBetaUserChatMessageReplyDelta -InputObject [-ExpandProper [-Filter ] [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-Count] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaUserChatMessageReplyHostedContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaUserChatMessageReplyHostedContent.md index 7e7d207b35524..74e665371dfd2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaUserChatMessageReplyHostedContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaUserChatMessageReplyHostedContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetauserchatmessagereplyhostedcontent Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserChatMessageReplyHostedContent --- @@ -29,7 +29,7 @@ Get-MgBetaUserChatMessageReplyHostedContent -ChatId -ChatMessageId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get1 @@ -39,7 +39,7 @@ Get-MgBetaUserChatMessageReplyHostedContent -ChatId -ChatMessageHostedC -ChatMessageId -ChatMessageId1 -UserId -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PassThru] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PassThru] ``` ### Get @@ -49,7 +49,7 @@ Get-MgBetaUserChatMessageReplyHostedContent -ChatId -ChatMessageHostedC -ChatMessageId -ChatMessageId1 -UserId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity1 @@ -58,7 +58,7 @@ Get-MgBetaUserChatMessageReplyHostedContent -ChatId -ChatMessageHostedC Get-MgBetaUserChatMessageReplyHostedContent -InputObject -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PassThru] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PassThru] ``` ### GetViaIdentity @@ -68,7 +68,7 @@ Get-MgBetaUserChatMessageReplyHostedContent -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaUserChatMessageReplyHostedContentCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaUserChatMessageReplyHostedContentCount.md index d451c8f4cb702..7dca98b1a71a7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaUserChatMessageReplyHostedContentCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaUserChatMessageReplyHostedContentCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetauserchatmessagereplyhostedcontentcount Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserChatMessageReplyHostedContentCount --- @@ -27,7 +27,7 @@ Get-MgBetaUserChatMessageReplyHostedContentCount -ChatId -ChatMessageId -ChatMessageId1 -UserId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaUserChatMessageReplyHostedContentCount -ChatId -ChatMessageId Get-MgBetaUserChatMessageReplyHostedContentCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaUserChatOperation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaUserChatOperation.md index 821e9bb09b1dd..107aeb0769071 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaUserChatOperation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaUserChatOperation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetauserchatoperation Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserChatOperation --- @@ -26,7 +26,7 @@ Get-MgBetaUserChatOperation -ChatId -UserId [-ExpandProperty < [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -36,7 +36,7 @@ Get-MgBetaUserChatOperation -ChatId -TeamsAsyncOperationId -Us [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -45,7 +45,7 @@ Get-MgBetaUserChatOperation -ChatId -TeamsAsyncOperationId -Us Get-MgBetaUserChatOperation -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaUserChatOperationCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaUserChatOperationCount.md index 495d20d8632c0..faf772406b126 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaUserChatOperationCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaUserChatOperationCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetauserchatoperationcount Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserChatOperationCount --- @@ -23,7 +23,7 @@ Get the number of the resource Get-MgBetaUserChatOperationCount -ChatId -UserId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -32,7 +32,7 @@ Get-MgBetaUserChatOperationCount -ChatId -UserId [-Filter [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaUserChatPermissionGrant.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaUserChatPermissionGrant.md index afbd6ae972c51..77ad6b0ff3d47 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaUserChatPermissionGrant.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaUserChatPermissionGrant.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetauserchatpermissiongrant Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserChatPermissionGrant --- @@ -28,7 +28,7 @@ Get-MgBetaUserChatPermissionGrant -ChatId -UserId [-ExpandProp [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaUserChatPermissionGrant -ChatId -ResourceSpecificPermissionGr -UserId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -47,7 +47,7 @@ Get-MgBetaUserChatPermissionGrant -ChatId -ResourceSpecificPermissionGr Get-MgBetaUserChatPermissionGrant -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaUserChatPermissionGrantCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaUserChatPermissionGrantCount.md index ef32f84d00978..f1cdcd4d2548c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaUserChatPermissionGrantCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaUserChatPermissionGrantCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetauserchatpermissiongrantcount Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserChatPermissionGrantCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaUserChatPermissionGrantCount -ChatId -UserId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaUserChatPermissionGrantCount -ChatId -UserId [-Filte Get-MgBetaUserChatPermissionGrantCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaUserChatPinnedMessage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaUserChatPinnedMessage.md index e3df46cea67c5..8c42fca268c84 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaUserChatPinnedMessage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaUserChatPinnedMessage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetauserchatpinnedmessage Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserChatPinnedMessage --- @@ -29,7 +29,7 @@ Get-MgBetaUserChatPinnedMessage -ChatId -UserId [-ExpandProper [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get1 @@ -39,7 +39,7 @@ Get-MgBetaUserChatPinnedMessage -ChatId -PinnedChatMessageInfoId ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### Get @@ -49,7 +49,7 @@ Get-MgBetaUserChatPinnedMessage -ChatId -PinnedChatMessageInfoId ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity1 @@ -58,7 +58,7 @@ Get-MgBetaUserChatPinnedMessage -ChatId -PinnedChatMessageInfoId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -67,7 +67,7 @@ Get-MgBetaUserChatPinnedMessage -InputObject [-ExpandProperty < Get-MgBetaUserChatPinnedMessage -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaUserChatPinnedMessageCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaUserChatPinnedMessageCount.md index 5c556cc98d8f8..074fafdd054eb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaUserChatPinnedMessageCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaUserChatPinnedMessageCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetauserchatpinnedmessagecount Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserChatPinnedMessageCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaUserChatPinnedMessageCount -ChatId -UserId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaUserChatPinnedMessageCount -ChatId -UserId [-Filter Get-MgBetaUserChatPinnedMessageCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaUserChatRetainedMessage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaUserChatRetainedMessage.md index c105c3d36467e..ecc7fa1a70d22 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaUserChatRetainedMessage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaUserChatRetainedMessage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetauserchatretainedmessage Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserChatRetainedMessage --- @@ -28,7 +28,7 @@ Get-MgBetaUserChatRetainedMessage -UserId [-Count] [-ExpandProperty ] [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -39,7 +39,7 @@ Get-MgBetaUserChatRetainedMessage -InputObject [-Count] [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaUserChatTab.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaUserChatTab.md index 2227cd16487b2..00727ae1b93db 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaUserChatTab.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaUserChatTab.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetauserchattab Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserChatTab --- @@ -29,7 +29,7 @@ Get-MgBetaUserChatTab -ChatId -UserId [-ExpandProperty ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -39,7 +39,7 @@ Get-MgBetaUserChatTab -ChatId -TeamsTabId -UserId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -48,7 +48,7 @@ Get-MgBetaUserChatTab -ChatId -TeamsTabId -UserId Get-MgBetaUserChatTab -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaUserChatTabCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaUserChatTabCount.md index 743e71923c56a..21cea423452b1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaUserChatTabCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaUserChatTabCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetauserchattabcount Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserChatTabCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaUserChatTabCount -ChatId -UserId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaUserChatTabCount -ChatId -UserId [-Filter ] Get-MgBetaUserChatTabCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaUserChatTabTeamApp.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaUserChatTabTeamApp.md index 53213b75311f5..3d2bbb713efa5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaUserChatTabTeamApp.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaUserChatTabTeamApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetauserchattabteamapp Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserChatTabTeamApp --- @@ -27,7 +27,7 @@ Get-MgBetaUserChatTabTeamApp -ChatId -TeamsTabId -UserId ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaUserChatTabTeamApp -ChatId -TeamsTabId -UserId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaUserJoinedTeam.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaUserJoinedTeam.md index 89bf7a7d3f00a..d00f6b5625bbe 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaUserJoinedTeam.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaUserJoinedTeam.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetauserjoinedteam Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserJoinedTeam --- @@ -30,7 +30,7 @@ Get-MgBetaUserJoinedTeam -UserId [-ExpandProperty ] [-Filter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ## ALIASES @@ -48,9 +48,9 @@ Nullable. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Team.ReadBasic.All, User.ReadWrite.All, User.Read.All, TeamSettings.ReadWrite.All, TeamSettings.Read.All, Directory.ReadWrite.All, Directory.Read.All, | +| Delegated (work or school account) | Team.ReadBasic.All, AgentIdUser.ReadWrite.All, AgentIdUser.ReadWrite.IdentityParentedBy, Directory.Read.All, Directory.ReadWrite.All, TeamSettings.Read.All, TeamSettings.ReadWrite.All, User.Read.All, User.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | Team.ReadBasic.All, User.ReadWrite.All, User.Read.All, TeamSettings.ReadWrite.All, TeamSettings.Read.All, Directory.ReadWrite.All, Directory.Read.All, | +| Application | Team.ReadBasic.All, AgentIdUser.ReadWrite.All, AgentIdUser.ReadWrite.IdentityParentedBy, Directory.Read.All, Directory.ReadWrite.All, TeamSettings.Read.All, TeamSettings.ReadWrite.All, User.Read.All, User.ReadWrite.All, | ## EXAMPLES ### Example 1: Code snippet diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaUserTeamwork.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaUserTeamwork.md index 9456dd627ed24..f768f562a4112 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaUserTeamwork.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaUserTeamwork.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetauserteamwork Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserTeamwork --- @@ -26,7 +26,7 @@ Get the userTeamwork settings for a specified user, which includes the Microsoft Get-MgBetaUserTeamwork -UserId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaUserTeamwork -UserId [-ExpandProperty ] [-Property Get-MgBetaUserTeamwork -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaUserTeamworkAssociatedTeam.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaUserTeamworkAssociatedTeam.md index f5fda1508370d..9ef0f2aaf7ef6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaUserTeamworkAssociatedTeam.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaUserTeamworkAssociatedTeam.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetauserteamworkassociatedteam Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserTeamworkAssociatedTeam --- @@ -28,7 +28,7 @@ Get-MgBetaUserTeamworkAssociatedTeam -UserId [-ExpandProperty ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get1 @@ -38,7 +38,7 @@ Get-MgBetaUserTeamworkAssociatedTeam -AssociatedTeamInfoId -UserId ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### Get @@ -48,7 +48,7 @@ Get-MgBetaUserTeamworkAssociatedTeam -AssociatedTeamInfoId -UserId ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity1 @@ -57,7 +57,7 @@ Get-MgBetaUserTeamworkAssociatedTeam -AssociatedTeamInfoId -UserId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -66,7 +66,7 @@ Get-MgBetaUserTeamworkAssociatedTeam -InputObject [-ExpandPrope Get-MgBetaUserTeamworkAssociatedTeam -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaUserTeamworkAssociatedTeamCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaUserTeamworkAssociatedTeamCount.md index 387e68e03a6d1..ec2e2e2b2e934 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaUserTeamworkAssociatedTeamCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaUserTeamworkAssociatedTeamCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetauserteamworkassociatedteamcount Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserTeamworkAssociatedTeamCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaUserTeamworkAssociatedTeamCount -UserId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaUserTeamworkAssociatedTeamCount -UserId [-Filter ] [- Get-MgBetaUserTeamworkAssociatedTeamCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -51,9 +51,9 @@ Get the number of the resource | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Team.ReadBasic.All, TeamSettings.ReadWrite.All, TeamSettings.Read.All, | +| Delegated (work or school account) | Team.ReadBasic.All, TeamSettings.Read.All, TeamSettings.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | Team.ReadBasic.All, TeamSettings.ReadWrite.All, TeamSettings.Read.All, | +| Application | Team.ReadBasic.All, TeamSettings.Read.All, TeamSettings.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaUserTeamworkInstalledApp.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaUserTeamworkInstalledApp.md index 63c3ff49e1e01..d14f1b35b515a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaUserTeamworkInstalledApp.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaUserTeamworkInstalledApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetauserteamworkinstalledapp Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserTeamworkInstalledApp --- @@ -28,7 +28,7 @@ Get-MgBetaUserTeamworkInstalledApp -UserId [-ExpandProperty ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ### Get @@ -38,7 +38,7 @@ Get-MgBetaUserTeamworkInstalledApp -UserId -UserScopeTeamsAppInstallati [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -47,7 +47,7 @@ Get-MgBetaUserTeamworkInstalledApp -UserId -UserScopeTeamsAppInstallati Get-MgBetaUserTeamworkInstalledApp -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -63,9 +63,9 @@ Retrieve the app installed in the personal scope of the specified user. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | TeamsAppInstallation.ReadForUser, TeamsAppInstallation.ReadWriteSelfForUser, TeamsAppInstallation.ReadWriteSelectedForUser, TeamsAppInstallation.ReadWriteForUser, TeamsAppInstallation.ReadWriteAndConsentSelfForUser, TeamsAppInstallation.ReadWriteAndConsentForUser, TeamsAppInstallation.ManageSelectedForUser, | +| Delegated (work or school account) | TeamsAppInstallation.ReadForUser, TeamsAppInstallation.ManageSelectedForUser, TeamsAppInstallation.ReadWriteAndConsentForUser, TeamsAppInstallation.ReadWriteAndConsentSelfForUser, TeamsAppInstallation.ReadWriteForUser, TeamsAppInstallation.ReadWriteSelectedForUser, TeamsAppInstallation.ReadWriteSelfForUser, | | Delegated (personal Microsoft account) | Not supported | -| Application | TeamsAppInstallation.ReadForUser.All, TeamsAppInstallation.ReadWriteSelfForUser.All, TeamsAppInstallation.ReadWriteSelectedForUser.All, TeamsAppInstallation.ReadWriteForUser.All, TeamsAppInstallation.ReadWriteAndConsentSelfForUser.All, TeamsAppInstallation.ReadWriteAndConsentForUser.All, TeamsAppInstallation.Read.User, TeamsAppInstallation.Read.All, TeamsAppInstallation.ManageSelectedForUser.All, | +| Application | TeamsAppInstallation.ReadForUser.All, TeamsAppInstallation.ManageSelectedForUser.All, TeamsAppInstallation.Read.All, TeamsAppInstallation.Read.User, TeamsAppInstallation.ReadWriteAndConsentForUser.All, TeamsAppInstallation.ReadWriteAndConsentSelfForUser.All, TeamsAppInstallation.ReadWriteForUser.All, TeamsAppInstallation.ReadWriteSelectedForUser.All, TeamsAppInstallation.ReadWriteSelfForUser.All, | ## EXAMPLES ### Example 1: List apps installed for the specified user diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaUserTeamworkInstalledAppChat.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaUserTeamworkInstalledAppChat.md index 11afba1766746..297cacf70b1f3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaUserTeamworkInstalledAppChat.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaUserTeamworkInstalledAppChat.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetauserteamworkinstalledappchat Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserTeamworkInstalledAppChat --- @@ -27,7 +27,7 @@ Get-MgBetaUserTeamworkInstalledAppChat -UserId -UserScopeTeamsAppInstal [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaUserTeamworkInstalledAppChat -UserId -UserScopeTeamsAppInstal Get-MgBetaUserTeamworkInstalledAppChat -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -52,9 +52,9 @@ Retrieve the chat of the specified user and Teams app. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | TeamsAppInstallation.ReadForUser, TeamsAppInstallation.ReadWriteSelfForUser, TeamsAppInstallation.ReadWriteSelectedForUser, TeamsAppInstallation.ReadWriteForUser, | +| Delegated (work or school account) | TeamsAppInstallation.ReadForUser, TeamsAppInstallation.ReadWriteForUser, TeamsAppInstallation.ReadWriteSelectedForUser, TeamsAppInstallation.ReadWriteSelfForUser, | | Delegated (personal Microsoft account) | Not supported | -| Application | TeamsAppInstallation.ReadForUser.All, TeamsAppInstallation.ReadWriteSelfForUser.All, TeamsAppInstallation.ReadWriteSelectedForUser.All, TeamsAppInstallation.ReadWriteForUser.All, TeamsAppInstallation.Read.User, TeamsAppInstallation.Read.All, | +| Application | TeamsAppInstallation.ReadForUser.All, TeamsAppInstallation.Read.All, TeamsAppInstallation.Read.User, TeamsAppInstallation.ReadWriteForUser.All, TeamsAppInstallation.ReadWriteSelectedForUser.All, TeamsAppInstallation.ReadWriteSelfForUser.All, | ## EXAMPLES ### Example 1: Code snippet diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaUserTeamworkInstalledAppCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaUserTeamworkInstalledAppCount.md index ef999d43d16dc..7561143f5f9bc 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaUserTeamworkInstalledAppCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaUserTeamworkInstalledAppCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetauserteamworkinstalledappcount Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserTeamworkInstalledAppCount --- @@ -26,7 +26,7 @@ Get the number of the resource Get-MgBetaUserTeamworkInstalledAppCount -UserId [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaUserTeamworkInstalledAppCount -UserId [-Filter ] [-Se Get-MgBetaUserTeamworkInstalledAppCount -InputObject [-Filter ] [-Search ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -51,9 +51,9 @@ Get the number of the resource | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | TeamsAppInstallation.ReadForUser, TeamsAppInstallation.ReadWriteSelfForUser, TeamsAppInstallation.ReadWriteSelectedForUser, TeamsAppInstallation.ReadWriteForUser, TeamsAppInstallation.ReadWriteAndConsentSelfForUser, TeamsAppInstallation.ReadWriteAndConsentForUser, TeamsAppInstallation.ManageSelectedForUser, | +| Delegated (work or school account) | TeamsAppInstallation.ReadForUser, TeamsAppInstallation.ManageSelectedForUser, TeamsAppInstallation.ReadWriteAndConsentForUser, TeamsAppInstallation.ReadWriteAndConsentSelfForUser, TeamsAppInstallation.ReadWriteForUser, TeamsAppInstallation.ReadWriteSelectedForUser, TeamsAppInstallation.ReadWriteSelfForUser, | | Delegated (personal Microsoft account) | Not supported | -| Application | TeamsAppInstallation.ReadForUser.All, TeamsAppInstallation.ReadWriteSelfForUser.All, TeamsAppInstallation.ReadWriteSelectedForUser.All, TeamsAppInstallation.ReadWriteForUser.All, TeamsAppInstallation.ReadWriteAndConsentSelfForUser.All, TeamsAppInstallation.ReadWriteAndConsentForUser.All, TeamsAppInstallation.Read.User, TeamsAppInstallation.Read.All, TeamsAppInstallation.ManageSelectedForUser.All, | +| Application | TeamsAppInstallation.ReadForUser.All, TeamsAppInstallation.ManageSelectedForUser.All, TeamsAppInstallation.Read.All, TeamsAppInstallation.Read.User, TeamsAppInstallation.ReadWriteAndConsentForUser.All, TeamsAppInstallation.ReadWriteAndConsentSelfForUser.All, TeamsAppInstallation.ReadWriteForUser.All, TeamsAppInstallation.ReadWriteSelectedForUser.All, TeamsAppInstallation.ReadWriteSelfForUser.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaUserTeamworkInstalledAppTeamApp.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaUserTeamworkInstalledAppTeamApp.md index bf228cc901352..3043d9473215c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaUserTeamworkInstalledAppTeamApp.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaUserTeamworkInstalledAppTeamApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetauserteamworkinstalledappteamapp Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserTeamworkInstalledAppTeamApp --- @@ -27,7 +27,7 @@ Get-MgBetaUserTeamworkInstalledAppTeamApp -UserId -UserScopeTeamsAppIns [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaUserTeamworkInstalledAppTeamApp -UserId -UserScopeTeamsAppIns Get-MgBetaUserTeamworkInstalledAppTeamApp -InputObject [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaUserTeamworkInstalledAppTeamAppDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaUserTeamworkInstalledAppTeamAppDefinition.md index a3da6326e0723..93d53151fef0c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaUserTeamworkInstalledAppTeamAppDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Get-MgBetaUserTeamworkInstalledAppTeamAppDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/get-mgbetauserteamworkinstalledappteamappdefinition Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserTeamworkInstalledAppTeamAppDefinition --- @@ -27,7 +27,7 @@ Get-MgBetaUserTeamworkInstalledAppTeamAppDefinition -UserId -UserScopeTeamsAppInstallationId [-ExpandProperty ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaUserTeamworkInstalledAppTeamAppDefinition -InputObject ] [-Property ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Hide-MgBetaChatForUser.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Hide-MgBetaChatForUser.md index 142495c9299c6..983955e975350 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Hide-MgBetaChatForUser.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Hide-MgBetaChatForUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/hide-mgbetachatforuser Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Hide-MgBetaChatForUser --- @@ -28,7 +28,6 @@ Hide-MgBetaChatForUser -ChatId [-ResponseHeadersVariable ] [-User ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Hide @@ -39,7 +38,6 @@ Hide-MgBetaChatForUser -ChatId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### HideViaIdentityExpanded @@ -50,7 +48,6 @@ Hide-MgBetaChatForUser -InputObject [-ResponseHeadersVariable < [-User ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### HideViaIdentity @@ -61,7 +58,6 @@ Hide-MgBetaChatForUser -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Hide-MgBetaUserChatForUser.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Hide-MgBetaUserChatForUser.md index 1321134cb0d84..d0592293ec2ab 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Hide-MgBetaUserChatForUser.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Hide-MgBetaUserChatForUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/hide-mgbetauserchatforuser Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Hide-MgBetaUserChatForUser --- @@ -28,7 +28,6 @@ Hide-MgBetaUserChatForUser -ChatId -UserId [-ResponseHeadersVa [-User ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Hide @@ -39,7 +38,6 @@ Hide-MgBetaUserChatForUser -ChatId -UserId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### HideViaIdentityExpanded @@ -50,7 +48,6 @@ Hide-MgBetaUserChatForUser -InputObject [-ResponseHeadersVariab [-User ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### HideViaIdentity @@ -61,7 +58,6 @@ Hide-MgBetaUserChatForUser -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaArchiveGroupTeam.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaArchiveGroupTeam.md index fe059dbaff0de..1bb4e2c396cf6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaArchiveGroupTeam.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaArchiveGroupTeam.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/invoke-mgbetaarchivegroupteam Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaArchiveGroupTeam --- @@ -35,7 +35,6 @@ Invoke-MgBetaArchiveGroupTeam -GroupId [-ResponseHeadersVariable ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Archive @@ -46,7 +45,6 @@ Invoke-MgBetaArchiveGroupTeam -GroupId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ArchiveViaIdentityExpanded @@ -57,7 +55,6 @@ Invoke-MgBetaArchiveGroupTeam -InputObject [-ResponseHeadersVar [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ArchiveViaIdentity @@ -68,7 +65,6 @@ Invoke-MgBetaArchiveGroupTeam -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaArchiveGroupTeamChannel.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaArchiveGroupTeamChannel.md index 20008df346ee5..c73cccb413e1c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaArchiveGroupTeamChannel.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaArchiveGroupTeamChannel.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/invoke-mgbetaarchivegroupteamchannel Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaArchiveGroupTeamChannel --- @@ -35,7 +35,6 @@ Invoke-MgBetaArchiveGroupTeamChannel -ChannelId -GroupId [-ShouldSetSpoSiteReadOnlyForMembers] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Archive @@ -46,7 +45,6 @@ Invoke-MgBetaArchiveGroupTeamChannel -ChannelId -GroupId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ArchiveViaIdentityExpanded @@ -57,7 +55,6 @@ Invoke-MgBetaArchiveGroupTeamChannel -InputObject [-ShouldSetSpoSiteReadOnlyForMembers] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ArchiveViaIdentity @@ -68,7 +65,6 @@ Invoke-MgBetaArchiveGroupTeamChannel -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaArchiveGroupTeamChannelPlannerPlan.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaArchiveGroupTeamChannelPlannerPlan.md index 84f82b1b61c94..6a8219f053939 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaArchiveGroupTeamChannelPlannerPlan.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaArchiveGroupTeamChannelPlannerPlan.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/invoke-mgbetaarchivegroupteamchannelplannerplan Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaArchiveGroupTeamChannelPlannerPlan --- @@ -31,7 +31,6 @@ Invoke-MgBetaArchiveGroupTeamChannelPlannerPlan -ChannelId -GroupId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Archive @@ -43,7 +42,6 @@ Invoke-MgBetaArchiveGroupTeamChannelPlannerPlan -ChannelId -GroupId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ArchiveViaIdentityExpanded @@ -54,7 +52,6 @@ Invoke-MgBetaArchiveGroupTeamChannelPlannerPlan -InputObject [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ArchiveViaIdentity @@ -65,7 +62,6 @@ Invoke-MgBetaArchiveGroupTeamChannelPlannerPlan -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaArchiveGroupTeamPrimaryChannel.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaArchiveGroupTeamPrimaryChannel.md index f0388274c0a58..fe19f29bab9d6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaArchiveGroupTeamPrimaryChannel.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaArchiveGroupTeamPrimaryChannel.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/invoke-mgbetaarchivegroupteamprimarychannel Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaArchiveGroupTeamPrimaryChannel --- @@ -35,7 +35,6 @@ Invoke-MgBetaArchiveGroupTeamPrimaryChannel -GroupId [-ResponseHeadersV [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Archive @@ -46,7 +45,6 @@ Invoke-MgBetaArchiveGroupTeamPrimaryChannel -GroupId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ArchiveViaIdentityExpanded @@ -57,7 +55,6 @@ Invoke-MgBetaArchiveGroupTeamPrimaryChannel -InputObject [-ShouldSetSpoSiteReadOnlyForMembers] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ArchiveViaIdentity @@ -68,7 +65,6 @@ Invoke-MgBetaArchiveGroupTeamPrimaryChannel -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaArchiveGroupTeamPrimaryChannelPlannerPlan.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaArchiveGroupTeamPrimaryChannelPlannerPlan.md index 76d60fc208f4e..f29dee4a1fe23 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaArchiveGroupTeamPrimaryChannelPlannerPlan.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaArchiveGroupTeamPrimaryChannelPlannerPlan.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/invoke-mgbetaarchivegroupteamprimarychannelplannerplan Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaArchiveGroupTeamPrimaryChannelPlannerPlan --- @@ -31,7 +31,6 @@ Invoke-MgBetaArchiveGroupTeamPrimaryChannelPlannerPlan -GroupId -Planne [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Archive @@ -42,7 +41,6 @@ Invoke-MgBetaArchiveGroupTeamPrimaryChannelPlannerPlan -GroupId -Planne [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ArchiveViaIdentityExpanded @@ -53,7 +51,6 @@ Invoke-MgBetaArchiveGroupTeamPrimaryChannelPlannerPlan -InputObject ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ArchiveViaIdentity @@ -64,7 +61,6 @@ Invoke-MgBetaArchiveGroupTeamPrimaryChannelPlannerPlan -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaArchiveTeam.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaArchiveTeam.md index 0e54de3120bd1..c7467d49e19c2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaArchiveTeam.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaArchiveTeam.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/invoke-mgbetaarchiveteam Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaArchiveTeam --- @@ -35,7 +35,6 @@ Invoke-MgBetaArchiveTeam -TeamId [-ResponseHeadersVariable ] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Archive @@ -46,7 +45,6 @@ Invoke-MgBetaArchiveTeam -TeamId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ArchiveViaIdentityExpanded @@ -57,7 +55,6 @@ Invoke-MgBetaArchiveTeam -InputObject [-ResponseHeadersVariable [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ArchiveViaIdentity @@ -68,7 +65,6 @@ Invoke-MgBetaArchiveTeam -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -91,9 +87,9 @@ To restore a team from its archived state, use the API to unarchive. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | TeamSettings.ReadWrite.All, Group.ReadWrite.All, Directory.ReadWrite.All, | +| Delegated (work or school account) | TeamSettings.ReadWrite.All, Directory.ReadWrite.All, Group.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | TeamSettings.ReadWrite.Group, TeamSettings.ReadWrite.All, Group.ReadWrite.All, Directory.ReadWrite.All, | +| Application | TeamSettings.ReadWrite.Group, Directory.ReadWrite.All, Group.ReadWrite.All, TeamSettings.ReadWrite.All, | ## EXAMPLES ### Example 1: Code snippet diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaArchiveTeamChannel.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaArchiveTeamChannel.md index 411ac977e0706..176684868fd85 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaArchiveTeamChannel.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaArchiveTeamChannel.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/invoke-mgbetaarchiveteamchannel Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaArchiveTeamChannel --- @@ -35,7 +35,6 @@ Invoke-MgBetaArchiveTeamChannel -ChannelId -TeamId [-ShouldSetSpoSiteReadOnlyForMembers] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Archive @@ -46,7 +45,6 @@ Invoke-MgBetaArchiveTeamChannel -ChannelId -TeamId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ArchiveViaIdentityExpanded @@ -57,7 +55,6 @@ Invoke-MgBetaArchiveTeamChannel -InputObject [-ResponseHeadersV [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ArchiveViaIdentity @@ -68,7 +65,6 @@ Invoke-MgBetaArchiveTeamChannel -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaArchiveTeamChannelPlannerPlan.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaArchiveTeamChannelPlannerPlan.md index 56fc5adcef0b9..565b5d9d59452 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaArchiveTeamChannelPlannerPlan.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaArchiveTeamChannelPlannerPlan.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/invoke-mgbetaarchiveteamchannelplannerplan Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaArchiveTeamChannelPlannerPlan --- @@ -31,7 +31,6 @@ Invoke-MgBetaArchiveTeamChannelPlannerPlan -ChannelId -PlannerPlanId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Archive @@ -43,7 +42,6 @@ Invoke-MgBetaArchiveTeamChannelPlannerPlan -ChannelId -PlannerPlanId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ArchiveViaIdentityExpanded @@ -54,7 +52,6 @@ Invoke-MgBetaArchiveTeamChannelPlannerPlan -InputObject [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ArchiveViaIdentity @@ -65,7 +62,6 @@ Invoke-MgBetaArchiveTeamChannelPlannerPlan -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaArchiveTeamPrimaryChannel.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaArchiveTeamPrimaryChannel.md index c9f7c58cd849e..04417a477358b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaArchiveTeamPrimaryChannel.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaArchiveTeamPrimaryChannel.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/invoke-mgbetaarchiveteamprimarychannel Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaArchiveTeamPrimaryChannel --- @@ -35,7 +35,6 @@ Invoke-MgBetaArchiveTeamPrimaryChannel -TeamId [-ResponseHeadersVariabl [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Archive @@ -46,7 +45,6 @@ Invoke-MgBetaArchiveTeamPrimaryChannel -TeamId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ArchiveViaIdentityExpanded @@ -57,7 +55,6 @@ Invoke-MgBetaArchiveTeamPrimaryChannel -InputObject [-ShouldSetSpoSiteReadOnlyForMembers] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ArchiveViaIdentity @@ -68,7 +65,6 @@ Invoke-MgBetaArchiveTeamPrimaryChannel -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaArchiveTeamPrimaryChannelPlannerPlan.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaArchiveTeamPrimaryChannelPlannerPlan.md index b0fa5e13e056f..44fae5ce4b5b5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaArchiveTeamPrimaryChannelPlannerPlan.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaArchiveTeamPrimaryChannelPlannerPlan.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/invoke-mgbetaarchiveteamprimarychannelplannerplan Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaArchiveTeamPrimaryChannelPlannerPlan --- @@ -31,7 +31,6 @@ Invoke-MgBetaArchiveTeamPrimaryChannelPlannerPlan -PlannerPlanId -TeamI [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Archive @@ -42,7 +41,6 @@ Invoke-MgBetaArchiveTeamPrimaryChannelPlannerPlan -PlannerPlanId -TeamI [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ArchiveViaIdentityExpanded @@ -53,7 +51,6 @@ Invoke-MgBetaArchiveTeamPrimaryChannelPlannerPlan -InputObject [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ArchiveViaIdentity @@ -64,7 +61,6 @@ Invoke-MgBetaArchiveTeamPrimaryChannelPlannerPlan -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaArchiveTeamworkDeletedTeamChannel.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaArchiveTeamworkDeletedTeamChannel.md index 64cf5516ef7f5..70e2ce6389cbe 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaArchiveTeamworkDeletedTeamChannel.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaArchiveTeamworkDeletedTeamChannel.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/invoke-mgbetaarchiveteamworkdeletedteamchannel Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaArchiveTeamworkDeletedTeamChannel --- @@ -35,7 +35,6 @@ Invoke-MgBetaArchiveTeamworkDeletedTeamChannel -ChannelId -DeletedTeamI [-ShouldSetSpoSiteReadOnlyForMembers] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Archive @@ -46,7 +45,6 @@ Invoke-MgBetaArchiveTeamworkDeletedTeamChannel -ChannelId -DeletedTeamI [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ArchiveViaIdentityExpanded @@ -57,7 +55,6 @@ Invoke-MgBetaArchiveTeamworkDeletedTeamChannel -InputObject [-ShouldSetSpoSiteReadOnlyForMembers] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ArchiveViaIdentity @@ -68,7 +65,6 @@ Invoke-MgBetaArchiveTeamworkDeletedTeamChannel -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaArchiveTeamworkDeletedTeamChannelPlannerPlan.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaArchiveTeamworkDeletedTeamChannelPlannerPlan.md index 9f2b5511b41cf..3b351c4cc07d7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaArchiveTeamworkDeletedTeamChannelPlannerPlan.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaArchiveTeamworkDeletedTeamChannelPlannerPlan.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/invoke-mgbetaarchiveteamworkdeletedteamchannelplannerplan Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaArchiveTeamworkDeletedTeamChannelPlannerPlan --- @@ -31,7 +31,6 @@ Invoke-MgBetaArchiveTeamworkDeletedTeamChannelPlannerPlan -ChannelId [-AdditionalProperties ] [-Justification ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Archive @@ -43,7 +42,6 @@ Invoke-MgBetaArchiveTeamworkDeletedTeamChannelPlannerPlan -ChannelId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ArchiveViaIdentityExpanded @@ -54,7 +52,6 @@ Invoke-MgBetaArchiveTeamworkDeletedTeamChannelPlannerPlan -InputObject ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ArchiveViaIdentity @@ -65,7 +62,6 @@ Invoke-MgBetaArchiveTeamworkDeletedTeamChannelPlannerPlan -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaClockGroupTeamScheduleTimeCardIn.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaClockGroupTeamScheduleTimeCardIn.md index 921654e1de277..61f991e1905b2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaClockGroupTeamScheduleTimeCardIn.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaClockGroupTeamScheduleTimeCardIn.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/invoke-mgbetaclockgroupteamscheduletimecardin Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaClockGroupTeamScheduleTimeCardIn --- @@ -28,7 +28,6 @@ Invoke-MgBetaClockGroupTeamScheduleTimeCardIn -GroupId [-ResponseHeader [-Notes ] [-OnBehalfOfUserId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Clock @@ -39,7 +38,6 @@ Invoke-MgBetaClockGroupTeamScheduleTimeCardIn -GroupId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ClockViaIdentityExpanded @@ -50,7 +48,7 @@ Invoke-MgBetaClockGroupTeamScheduleTimeCardIn -InputObject [-IsAtApprovedLocation] [-Notes ] [-OnBehalfOfUserId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### ClockViaIdentity @@ -61,7 +59,6 @@ Invoke-MgBetaClockGroupTeamScheduleTimeCardIn -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaClockGroupTeamScheduleTimeCardOut.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaClockGroupTeamScheduleTimeCardOut.md index 6eca645bb7fe8..5825a2c106811 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaClockGroupTeamScheduleTimeCardOut.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaClockGroupTeamScheduleTimeCardOut.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/invoke-mgbetaclockgroupteamscheduletimecardout Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaClockGroupTeamScheduleTimeCardOut --- @@ -28,7 +28,6 @@ Invoke-MgBetaClockGroupTeamScheduleTimeCardOut -GroupId -TimeCardId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Clock @@ -39,7 +38,6 @@ Invoke-MgBetaClockGroupTeamScheduleTimeCardOut -GroupId -TimeCardId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ClockViaIdentityExpanded @@ -50,7 +48,6 @@ Invoke-MgBetaClockGroupTeamScheduleTimeCardOut -InputObject [-IsAtApprovedLocation] [-Notes ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ClockViaIdentity @@ -61,7 +58,6 @@ Invoke-MgBetaClockGroupTeamScheduleTimeCardOut -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaClockTeamScheduleTimeCardIn.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaClockTeamScheduleTimeCardIn.md index cbf9c3816da36..7251589cdabda 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaClockTeamScheduleTimeCardIn.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaClockTeamScheduleTimeCardIn.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/invoke-mgbetaclockteamscheduletimecardin Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaClockTeamScheduleTimeCardIn --- @@ -28,7 +28,6 @@ Invoke-MgBetaClockTeamScheduleTimeCardIn -TeamId [-ResponseHeadersVaria [-Notes ] [-OnBehalfOfUserId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Clock @@ -39,7 +38,6 @@ Invoke-MgBetaClockTeamScheduleTimeCardIn -TeamId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ClockViaIdentityExpanded @@ -50,7 +48,7 @@ Invoke-MgBetaClockTeamScheduleTimeCardIn -InputObject [-IsAtApprovedLocation] [-Notes ] [-OnBehalfOfUserId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### ClockViaIdentity @@ -61,7 +59,6 @@ Invoke-MgBetaClockTeamScheduleTimeCardIn -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaClockTeamScheduleTimeCardOut.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaClockTeamScheduleTimeCardOut.md index 6ec90fc13999d..a634999a5b5fc 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaClockTeamScheduleTimeCardOut.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaClockTeamScheduleTimeCardOut.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/invoke-mgbetaclockteamscheduletimecardout Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaClockTeamScheduleTimeCardOut --- @@ -28,7 +28,6 @@ Invoke-MgBetaClockTeamScheduleTimeCardOut -TeamId -TimeCardId [-IsAtApprovedLocation] [-Notes ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Clock @@ -39,7 +38,6 @@ Invoke-MgBetaClockTeamScheduleTimeCardOut -TeamId -TimeCardId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ClockViaIdentityExpanded @@ -50,7 +48,6 @@ Invoke-MgBetaClockTeamScheduleTimeCardOut -InputObject [-IsAtApprovedLocation] [-Notes ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ClockViaIdentity @@ -61,7 +58,6 @@ Invoke-MgBetaClockTeamScheduleTimeCardOut -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaDetermineTeamworkIfInteractionIsAllowed.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaDetermineTeamworkIfInteractionIsAllowed.md index 53911aea95e5c..53548974dde00 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaDetermineTeamworkIfInteractionIsAllowed.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaDetermineTeamworkIfInteractionIsAllowed.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/invoke-mgbetadetermineteamworkifinteractionisallowed Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaDetermineTeamworkIfInteractionIsAllowed --- @@ -25,7 +25,6 @@ Invoke-MgBetaDetermineTeamworkIfInteractionIsAllowed [-ResponseHeadersVariable < [-Users ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Determine @@ -36,7 +35,6 @@ Invoke-MgBetaDetermineTeamworkIfInteractionIsAllowed [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaForwardChatMessageReplyToChat.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaForwardChatMessageReplyToChat.md index 3b338c8b300f2..2a18eea637017 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaForwardChatMessageReplyToChat.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaForwardChatMessageReplyToChat.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/invoke-mgbetaforwardchatmessagereplytochat Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaForwardChatMessageReplyToChat --- @@ -25,7 +25,7 @@ Invoke-MgBetaForwardChatMessageReplyToChat -ChatId -ChatMessageId ] [-MessageIds ] [-TargetChatIds ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Forward @@ -36,7 +36,6 @@ Invoke-MgBetaForwardChatMessageReplyToChat -ChatId -ChatMessageId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ForwardViaIdentityExpanded @@ -47,7 +46,7 @@ Invoke-MgBetaForwardChatMessageReplyToChat -InputObject [-AdditionalProperties ] [-MessageIds ] [-TargetChatIds ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### ForwardViaIdentity @@ -58,7 +57,6 @@ Invoke-MgBetaForwardChatMessageReplyToChat -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaForwardChatMessageToChat.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaForwardChatMessageToChat.md index 9b47624520475..604ab27218acc 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaForwardChatMessageToChat.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaForwardChatMessageToChat.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/invoke-mgbetaforwardchatmessagetochat Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaForwardChatMessageToChat --- @@ -25,7 +25,6 @@ Invoke-MgBetaForwardChatMessageToChat -ChatId [-ResponseHeadersVariable [-MessageIds ] [-TargetChatIds ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Forward @@ -36,7 +35,6 @@ Invoke-MgBetaForwardChatMessageToChat -ChatId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ForwardViaIdentityExpanded @@ -47,7 +45,7 @@ Invoke-MgBetaForwardChatMessageToChat -InputObject [-AdditionalProperties ] [-MessageIds ] [-TargetChatIds ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### ForwardViaIdentity @@ -58,7 +56,6 @@ Invoke-MgBetaForwardChatMessageToChat -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaForwardGroupTeamChannelMessageReplyToChat.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaForwardGroupTeamChannelMessageReplyToChat.md index ffedfc7594911..42b734c035f33 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaForwardGroupTeamChannelMessageReplyToChat.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaForwardGroupTeamChannelMessageReplyToChat.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/invoke-mgbetaforwardgroupteamchannelmessagereplytochat Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaForwardGroupTeamChannelMessageReplyToChat --- @@ -26,7 +26,6 @@ Invoke-MgBetaForwardGroupTeamChannelMessageReplyToChat -ChannelId -Chat [-MessageIds ] [-TargetChatIds ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Forward @@ -38,7 +37,6 @@ Invoke-MgBetaForwardGroupTeamChannelMessageReplyToChat -ChannelId -Chat [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ForwardViaIdentityExpanded @@ -49,7 +47,7 @@ Invoke-MgBetaForwardGroupTeamChannelMessageReplyToChat -InputObject ] [-MessageIds ] [-TargetChatIds ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### ForwardViaIdentity @@ -60,7 +58,6 @@ Invoke-MgBetaForwardGroupTeamChannelMessageReplyToChat -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaForwardGroupTeamChannelMessageToChat.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaForwardGroupTeamChannelMessageToChat.md index 92957b1b815fd..50ce6bf191e85 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaForwardGroupTeamChannelMessageToChat.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaForwardGroupTeamChannelMessageToChat.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/invoke-mgbetaforwardgroupteamchannelmessagetochat Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaForwardGroupTeamChannelMessageToChat --- @@ -25,7 +25,7 @@ Invoke-MgBetaForwardGroupTeamChannelMessageToChat -ChannelId -GroupId < [-AdditionalProperties ] [-MessageIds ] [-TargetChatIds ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Forward @@ -36,7 +36,6 @@ Invoke-MgBetaForwardGroupTeamChannelMessageToChat -ChannelId -GroupId < [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ForwardViaIdentityExpanded @@ -47,7 +46,7 @@ Invoke-MgBetaForwardGroupTeamChannelMessageToChat -InputObject [-AdditionalProperties ] [-MessageIds ] [-TargetChatIds ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### ForwardViaIdentity @@ -58,7 +57,6 @@ Invoke-MgBetaForwardGroupTeamChannelMessageToChat -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaForwardGroupTeamPrimaryChannelMessageReplyToChat.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaForwardGroupTeamPrimaryChannelMessageReplyToChat.md index a6dfc38443451..a38a11afa85f5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaForwardGroupTeamPrimaryChannelMessageReplyToChat.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaForwardGroupTeamPrimaryChannelMessageReplyToChat.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/invoke-mgbetaforwardgroupteamprimarychannelmessagereplytochat Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaForwardGroupTeamPrimaryChannelMessageReplyToChat --- @@ -26,7 +26,6 @@ Invoke-MgBetaForwardGroupTeamPrimaryChannelMessageReplyToChat -ChatMessageId ] [-TargetChatIds ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Forward @@ -38,7 +37,6 @@ Invoke-MgBetaForwardGroupTeamPrimaryChannelMessageReplyToChat -ChatMessageId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ForwardViaIdentityExpanded @@ -49,7 +47,7 @@ Invoke-MgBetaForwardGroupTeamPrimaryChannelMessageReplyToChat -InputObject ] [-MessageIds ] [-TargetChatIds ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### ForwardViaIdentity @@ -60,7 +58,6 @@ Invoke-MgBetaForwardGroupTeamPrimaryChannelMessageReplyToChat -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaForwardGroupTeamPrimaryChannelMessageToChat.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaForwardGroupTeamPrimaryChannelMessageToChat.md index 2439d128e3f4b..0103574ab1446 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaForwardGroupTeamPrimaryChannelMessageToChat.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaForwardGroupTeamPrimaryChannelMessageToChat.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/invoke-mgbetaforwardgroupteamprimarychannelmessagetochat Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaForwardGroupTeamPrimaryChannelMessageToChat --- @@ -25,7 +25,7 @@ Invoke-MgBetaForwardGroupTeamPrimaryChannelMessageToChat -GroupId [-AdditionalProperties ] [-MessageIds ] [-TargetChatIds ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Forward @@ -36,7 +36,6 @@ Invoke-MgBetaForwardGroupTeamPrimaryChannelMessageToChat -GroupId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ForwardViaIdentityExpanded @@ -47,7 +46,7 @@ Invoke-MgBetaForwardGroupTeamPrimaryChannelMessageToChat -InputObject ] [-MessageIds ] [-TargetChatIds ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### ForwardViaIdentity @@ -58,7 +57,6 @@ Invoke-MgBetaForwardGroupTeamPrimaryChannelMessageToChat -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaForwardTeamChannelMessageReplyToChat.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaForwardTeamChannelMessageReplyToChat.md index d5f67da192ad8..a5ff87b68ced2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaForwardTeamChannelMessageReplyToChat.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaForwardTeamChannelMessageReplyToChat.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/invoke-mgbetaforwardteamchannelmessagereplytochat Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaForwardTeamChannelMessageReplyToChat --- @@ -26,7 +26,6 @@ Invoke-MgBetaForwardTeamChannelMessageReplyToChat -ChannelId -ChatMessa [-MessageIds ] [-TargetChatIds ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Forward @@ -38,7 +37,6 @@ Invoke-MgBetaForwardTeamChannelMessageReplyToChat -ChannelId -ChatMessa [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ForwardViaIdentityExpanded @@ -49,7 +47,7 @@ Invoke-MgBetaForwardTeamChannelMessageReplyToChat -InputObject [-AdditionalProperties ] [-MessageIds ] [-TargetChatIds ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### ForwardViaIdentity @@ -60,7 +58,6 @@ Invoke-MgBetaForwardTeamChannelMessageReplyToChat -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaForwardTeamChannelMessageToChat.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaForwardTeamChannelMessageToChat.md index c814f2e170b41..a31b6a7ba5f7b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaForwardTeamChannelMessageToChat.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaForwardTeamChannelMessageToChat.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/invoke-mgbetaforwardteamchannelmessagetochat Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaForwardTeamChannelMessageToChat --- @@ -25,7 +25,7 @@ Invoke-MgBetaForwardTeamChannelMessageToChat -ChannelId -TeamId ] [-MessageIds ] [-TargetChatIds ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Forward @@ -36,7 +36,6 @@ Invoke-MgBetaForwardTeamChannelMessageToChat -ChannelId -TeamId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ForwardViaIdentityExpanded @@ -47,7 +46,7 @@ Invoke-MgBetaForwardTeamChannelMessageToChat -InputObject [-AdditionalProperties ] [-MessageIds ] [-TargetChatIds ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### ForwardViaIdentity @@ -58,7 +57,6 @@ Invoke-MgBetaForwardTeamChannelMessageToChat -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaForwardTeamPrimaryChannelMessageReplyToChat.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaForwardTeamPrimaryChannelMessageReplyToChat.md index e90f50114060b..23b2a905eb4ef 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaForwardTeamPrimaryChannelMessageReplyToChat.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaForwardTeamPrimaryChannelMessageReplyToChat.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/invoke-mgbetaforwardteamprimarychannelmessagereplytochat Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaForwardTeamPrimaryChannelMessageReplyToChat --- @@ -25,7 +25,7 @@ Invoke-MgBetaForwardTeamPrimaryChannelMessageReplyToChat -ChatMessageId [-AdditionalProperties ] [-MessageIds ] [-TargetChatIds ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Forward @@ -36,7 +36,6 @@ Invoke-MgBetaForwardTeamPrimaryChannelMessageReplyToChat -ChatMessageId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ForwardViaIdentityExpanded @@ -47,7 +46,7 @@ Invoke-MgBetaForwardTeamPrimaryChannelMessageReplyToChat -InputObject ] [-MessageIds ] [-TargetChatIds ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### ForwardViaIdentity @@ -58,7 +57,6 @@ Invoke-MgBetaForwardTeamPrimaryChannelMessageReplyToChat -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaForwardTeamPrimaryChannelMessageToChat.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaForwardTeamPrimaryChannelMessageToChat.md index 78e273a873dae..85441c1d1a05b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaForwardTeamPrimaryChannelMessageToChat.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaForwardTeamPrimaryChannelMessageToChat.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/invoke-mgbetaforwardteamprimarychannelmessagetochat Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaForwardTeamPrimaryChannelMessageToChat --- @@ -25,7 +25,7 @@ Invoke-MgBetaForwardTeamPrimaryChannelMessageToChat -TeamId [-AdditionalProperties ] [-MessageIds ] [-TargetChatIds ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Forward @@ -36,7 +36,6 @@ Invoke-MgBetaForwardTeamPrimaryChannelMessageToChat -TeamId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ForwardViaIdentityExpanded @@ -47,7 +46,7 @@ Invoke-MgBetaForwardTeamPrimaryChannelMessageToChat -InputObject ] [-MessageIds ] [-TargetChatIds ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### ForwardViaIdentity @@ -58,7 +57,6 @@ Invoke-MgBetaForwardTeamPrimaryChannelMessageToChat -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaForwardTeamworkDeletedTeamChannelMessageReplyToChat.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaForwardTeamworkDeletedTeamChannelMessageReplyToChat.md index 22cdac12999c4..7dd3d5b0e2a5d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaForwardTeamworkDeletedTeamChannelMessageReplyToChat.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaForwardTeamworkDeletedTeamChannelMessageReplyToChat.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/invoke-mgbetaforwardteamworkdeletedteamchannelmessagereplytochat Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaForwardTeamworkDeletedTeamChannelMessageReplyToChat --- @@ -26,7 +26,6 @@ Invoke-MgBetaForwardTeamworkDeletedTeamChannelMessageReplyToChat -ChannelId ] [-TargetChatIds ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Forward @@ -38,7 +37,6 @@ Invoke-MgBetaForwardTeamworkDeletedTeamChannelMessageReplyToChat -ChannelId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ForwardViaIdentityExpanded @@ -49,7 +47,7 @@ Invoke-MgBetaForwardTeamworkDeletedTeamChannelMessageReplyToChat -InputObject ] [-MessageIds ] [-TargetChatIds ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### ForwardViaIdentity @@ -60,7 +58,6 @@ Invoke-MgBetaForwardTeamworkDeletedTeamChannelMessageReplyToChat -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaForwardTeamworkDeletedTeamChannelMessageToChat.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaForwardTeamworkDeletedTeamChannelMessageToChat.md index ba43ec53db1fc..9e565143f47c7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaForwardTeamworkDeletedTeamChannelMessageToChat.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaForwardTeamworkDeletedTeamChannelMessageToChat.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/invoke-mgbetaforwardteamworkdeletedteamchannelmessagetochat Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaForwardTeamworkDeletedTeamChannelMessageToChat --- @@ -26,7 +26,6 @@ Invoke-MgBetaForwardTeamworkDeletedTeamChannelMessageToChat -ChannelId [-MessageIds ] [-TargetChatIds ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Forward @@ -38,7 +37,6 @@ Invoke-MgBetaForwardTeamworkDeletedTeamChannelMessageToChat -ChannelId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ForwardViaIdentityExpanded @@ -49,7 +47,7 @@ Invoke-MgBetaForwardTeamworkDeletedTeamChannelMessageToChat -InputObject ] [-MessageIds ] [-TargetChatIds ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### ForwardViaIdentity @@ -60,7 +58,6 @@ Invoke-MgBetaForwardTeamworkDeletedTeamChannelMessageToChat -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaForwardUserChatMessageReplyToChat.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaForwardUserChatMessageReplyToChat.md index 9ad0964b045ea..a9e07f84069c4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaForwardUserChatMessageReplyToChat.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaForwardUserChatMessageReplyToChat.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/invoke-mgbetaforwarduserchatmessagereplytochat Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaForwardUserChatMessageReplyToChat --- @@ -26,7 +26,6 @@ Invoke-MgBetaForwardUserChatMessageReplyToChat -ChatId -ChatMessageId < [-MessageIds ] [-TargetChatIds ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Forward @@ -38,7 +37,6 @@ Invoke-MgBetaForwardUserChatMessageReplyToChat -ChatId -ChatMessageId < [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ForwardViaIdentityExpanded @@ -49,7 +47,7 @@ Invoke-MgBetaForwardUserChatMessageReplyToChat -InputObject [-AdditionalProperties ] [-MessageIds ] [-TargetChatIds ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### ForwardViaIdentity @@ -60,7 +58,6 @@ Invoke-MgBetaForwardUserChatMessageReplyToChat -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaForwardUserChatMessageToChat.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaForwardUserChatMessageToChat.md index bd47154089490..c1a5115fd74f6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaForwardUserChatMessageToChat.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaForwardUserChatMessageToChat.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/invoke-mgbetaforwarduserchatmessagetochat Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaForwardUserChatMessageToChat --- @@ -25,7 +25,7 @@ Invoke-MgBetaForwardUserChatMessageToChat -ChatId -UserId [-AdditionalProperties ] [-MessageIds ] [-TargetChatIds ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Forward @@ -36,7 +36,6 @@ Invoke-MgBetaForwardUserChatMessageToChat -ChatId -UserId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ForwardViaIdentityExpanded @@ -47,7 +46,7 @@ Invoke-MgBetaForwardUserChatMessageToChat -InputObject [-AdditionalProperties ] [-MessageIds ] [-TargetChatIds ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### ForwardViaIdentity @@ -58,7 +57,6 @@ Invoke-MgBetaForwardUserChatMessageToChat -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaGraphChat.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaGraphChat.md index 4cb4f45bf79d9..5ea15650b3437 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaGraphChat.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaGraphChat.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/invoke-mgbetagraphchat Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaGraphChat --- @@ -28,7 +28,6 @@ Invoke-MgBetaGraphChat -ChatId [-ResponseHeadersVariable ] [-User ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Graph @@ -39,7 +38,6 @@ Invoke-MgBetaGraphChat -ChatId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### GraphViaIdentityExpanded @@ -50,7 +48,6 @@ Invoke-MgBetaGraphChat -InputObject [-ResponseHeadersVariable < [-User ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### GraphViaIdentity @@ -61,7 +58,6 @@ Invoke-MgBetaGraphChat -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaGraphChatMessage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaGraphChatMessage.md index 0215c825a5b6c..3f2a599c59485 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaGraphChatMessage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaGraphChatMessage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/invoke-mgbetagraphchatmessage Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaGraphChatMessage --- @@ -15,6 +15,9 @@ title: Invoke-MgBetaGraphChatMessage Reply with quote to a single chat message or multiple chat messages in a chat. +> [!NOTE] +> To view the v1.0 release of this cmdlet, view [Invoke-MgGraphChatMessage](/powershell/module/Microsoft.Graph.Teams/Invoke-MgGraphChatMessage?view=graph-powershell-1.0) + ## SYNTAX ### GraphExpanded (Default) @@ -25,7 +28,6 @@ Invoke-MgBetaGraphChatMessage -ChatId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Graph @@ -36,7 +38,6 @@ Invoke-MgBetaGraphChatMessage -ChatId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### GraphViaIdentityExpanded @@ -47,7 +48,6 @@ Invoke-MgBetaGraphChatMessage -InputObject [-ResponseHeadersVar [-ReplyMessage ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### GraphViaIdentity @@ -58,7 +58,6 @@ Invoke-MgBetaGraphChatMessage -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaGraphChatMessageReply.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaGraphChatMessageReply.md index 39b9ebfd27d3b..afa6d39b38e9f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaGraphChatMessageReply.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaGraphChatMessageReply.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/invoke-mgbetagraphchatmessagereply Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaGraphChatMessageReply --- @@ -15,6 +15,9 @@ title: Invoke-MgBetaGraphChatMessageReply Reply with quote to a single chat message or multiple chat messages in a chat. +> [!NOTE] +> To view the v1.0 release of this cmdlet, view [Invoke-MgGraphChatMessageReply](/powershell/module/Microsoft.Graph.Teams/Invoke-MgGraphChatMessageReply?view=graph-powershell-1.0) + ## SYNTAX ### GraphExpanded (Default) @@ -25,7 +28,6 @@ Invoke-MgBetaGraphChatMessageReply -ChatId -ChatMessageId [-ReplyMessage ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Graph @@ -36,7 +38,6 @@ Invoke-MgBetaGraphChatMessageReply -ChatId -ChatMessageId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### GraphViaIdentityExpanded @@ -47,7 +48,6 @@ Invoke-MgBetaGraphChatMessageReply -InputObject [-ResponseHeade [-ReplyMessage ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### GraphViaIdentity @@ -58,7 +58,6 @@ Invoke-MgBetaGraphChatMessageReply -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaGraphGroupTeamChannelMessage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaGraphGroupTeamChannelMessage.md index 6f8b34b001e1a..c6dfbb8e8885f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaGraphGroupTeamChannelMessage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaGraphGroupTeamChannelMessage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/invoke-mgbetagraphgroupteamchannelmessage Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaGraphGroupTeamChannelMessage --- @@ -15,6 +15,9 @@ title: Invoke-MgBetaGraphGroupTeamChannelMessage Reply with quote to a single chat message or multiple chat messages in a chat. +> [!NOTE] +> To view the v1.0 release of this cmdlet, view [Invoke-MgGraphGroupTeamChannelMessage](/powershell/module/Microsoft.Graph.Teams/Invoke-MgGraphGroupTeamChannelMessage?view=graph-powershell-1.0) + ## SYNTAX ### GraphExpanded (Default) @@ -25,7 +28,6 @@ Invoke-MgBetaGraphGroupTeamChannelMessage -ChannelId -GroupId [-ReplyMessage ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Graph @@ -36,7 +38,6 @@ Invoke-MgBetaGraphGroupTeamChannelMessage -ChannelId -GroupId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### GraphViaIdentityExpanded @@ -47,7 +48,6 @@ Invoke-MgBetaGraphGroupTeamChannelMessage -InputObject [-ReplyMessage ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### GraphViaIdentity @@ -58,7 +58,6 @@ Invoke-MgBetaGraphGroupTeamChannelMessage -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaGraphGroupTeamChannelMessageReply.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaGraphGroupTeamChannelMessageReply.md index 1148cfcb17feb..3832dd86ea15d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaGraphGroupTeamChannelMessageReply.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaGraphGroupTeamChannelMessageReply.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/invoke-mgbetagraphgroupteamchannelmessagereply Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaGraphGroupTeamChannelMessageReply --- @@ -15,6 +15,9 @@ title: Invoke-MgBetaGraphGroupTeamChannelMessageReply Reply with quote to a single chat message or multiple chat messages in a chat. +> [!NOTE] +> To view the v1.0 release of this cmdlet, view [Invoke-MgGraphGroupTeamChannelMessageReply](/powershell/module/Microsoft.Graph.Teams/Invoke-MgGraphGroupTeamChannelMessageReply?view=graph-powershell-1.0) + ## SYNTAX ### GraphExpanded (Default) @@ -25,7 +28,7 @@ Invoke-MgBetaGraphGroupTeamChannelMessageReply -ChannelId -ChatMessageI [-MessageIds ] [-ReplyMessage ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Graph @@ -37,7 +40,6 @@ Invoke-MgBetaGraphGroupTeamChannelMessageReply -ChannelId -ChatMessageI [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### GraphViaIdentityExpanded @@ -48,7 +50,6 @@ Invoke-MgBetaGraphGroupTeamChannelMessageReply -InputObject [-ReplyMessage ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### GraphViaIdentity @@ -59,7 +60,6 @@ Invoke-MgBetaGraphGroupTeamChannelMessageReply -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaGraphGroupTeamPrimaryChannelMessage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaGraphGroupTeamPrimaryChannelMessage.md index d4e9a4b33100a..65eb6afeec9f4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaGraphGroupTeamPrimaryChannelMessage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaGraphGroupTeamPrimaryChannelMessage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/invoke-mgbetagraphgroupteamprimarychannelmessage Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaGraphGroupTeamPrimaryChannelMessage --- @@ -15,6 +15,9 @@ title: Invoke-MgBetaGraphGroupTeamPrimaryChannelMessage Reply with quote to a single chat message or multiple chat messages in a chat. +> [!NOTE] +> To view the v1.0 release of this cmdlet, view [Invoke-MgGraphGroupTeamPrimaryChannelMessage](/powershell/module/Microsoft.Graph.Teams/Invoke-MgGraphGroupTeamPrimaryChannelMessage?view=graph-powershell-1.0) + ## SYNTAX ### GraphExpanded (Default) @@ -25,7 +28,6 @@ Invoke-MgBetaGraphGroupTeamPrimaryChannelMessage -GroupId [-ReplyMessage ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Graph @@ -36,7 +38,6 @@ Invoke-MgBetaGraphGroupTeamPrimaryChannelMessage -GroupId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### GraphViaIdentityExpanded @@ -47,7 +48,6 @@ Invoke-MgBetaGraphGroupTeamPrimaryChannelMessage -InputObject [-ReplyMessage ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### GraphViaIdentity @@ -58,7 +58,6 @@ Invoke-MgBetaGraphGroupTeamPrimaryChannelMessage -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaGraphGroupTeamPrimaryChannelMessageReply.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaGraphGroupTeamPrimaryChannelMessageReply.md index f0e58c2130d29..4d9c6f4730f85 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaGraphGroupTeamPrimaryChannelMessageReply.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaGraphGroupTeamPrimaryChannelMessageReply.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/invoke-mgbetagraphgroupteamprimarychannelmessagereply Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaGraphGroupTeamPrimaryChannelMessageReply --- @@ -15,6 +15,9 @@ title: Invoke-MgBetaGraphGroupTeamPrimaryChannelMessageReply Reply with quote to a single chat message or multiple chat messages in a chat. +> [!NOTE] +> To view the v1.0 release of this cmdlet, view [Invoke-MgGraphGroupTeamPrimaryChannelMessageReply](/powershell/module/Microsoft.Graph.Teams/Invoke-MgGraphGroupTeamPrimaryChannelMessageReply?view=graph-powershell-1.0) + ## SYNTAX ### GraphExpanded (Default) @@ -25,7 +28,6 @@ Invoke-MgBetaGraphGroupTeamPrimaryChannelMessageReply -ChatMessageId -G [-ReplyMessage ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Graph @@ -36,7 +38,6 @@ Invoke-MgBetaGraphGroupTeamPrimaryChannelMessageReply -ChatMessageId -G [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### GraphViaIdentityExpanded @@ -47,7 +48,6 @@ Invoke-MgBetaGraphGroupTeamPrimaryChannelMessageReply -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### GraphViaIdentity @@ -58,7 +58,6 @@ Invoke-MgBetaGraphGroupTeamPrimaryChannelMessageReply -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaGraphTeamChannelMessage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaGraphTeamChannelMessage.md index e9edd23daaccf..062e1bbab3852 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaGraphTeamChannelMessage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaGraphTeamChannelMessage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/invoke-mgbetagraphteamchannelmessage Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaGraphTeamChannelMessage --- @@ -15,6 +15,9 @@ title: Invoke-MgBetaGraphTeamChannelMessage Reply with quote to a single chat message or multiple chat messages in a chat. +> [!NOTE] +> To view the v1.0 release of this cmdlet, view [Invoke-MgGraphTeamChannelMessage](/powershell/module/Microsoft.Graph.Teams/Invoke-MgGraphTeamChannelMessage?view=graph-powershell-1.0) + ## SYNTAX ### GraphExpanded (Default) @@ -25,7 +28,6 @@ Invoke-MgBetaGraphTeamChannelMessage -ChannelId -TeamId [-ReplyMessage ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Graph @@ -36,7 +38,6 @@ Invoke-MgBetaGraphTeamChannelMessage -ChannelId -TeamId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### GraphViaIdentityExpanded @@ -47,7 +48,6 @@ Invoke-MgBetaGraphTeamChannelMessage -InputObject [-ReplyMessage ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### GraphViaIdentity @@ -58,7 +58,6 @@ Invoke-MgBetaGraphTeamChannelMessage -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaGraphTeamChannelMessageReply.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaGraphTeamChannelMessageReply.md index 438dd2133c2f7..45bb76dd14777 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaGraphTeamChannelMessageReply.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaGraphTeamChannelMessageReply.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/invoke-mgbetagraphteamchannelmessagereply Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaGraphTeamChannelMessageReply --- @@ -15,6 +15,9 @@ title: Invoke-MgBetaGraphTeamChannelMessageReply Reply with quote to a single chat message or multiple chat messages in a chat. +> [!NOTE] +> To view the v1.0 release of this cmdlet, view [Invoke-MgGraphTeamChannelMessageReply](/powershell/module/Microsoft.Graph.Teams/Invoke-MgGraphTeamChannelMessageReply?view=graph-powershell-1.0) + ## SYNTAX ### GraphExpanded (Default) @@ -25,7 +28,7 @@ Invoke-MgBetaGraphTeamChannelMessageReply -ChannelId -ChatMessageId ] [-ReplyMessage ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Graph @@ -37,7 +40,6 @@ Invoke-MgBetaGraphTeamChannelMessageReply -ChannelId -ChatMessageId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### GraphViaIdentityExpanded @@ -48,7 +50,6 @@ Invoke-MgBetaGraphTeamChannelMessageReply -InputObject [-ReplyMessage ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### GraphViaIdentity @@ -59,7 +60,6 @@ Invoke-MgBetaGraphTeamChannelMessageReply -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaGraphTeamPrimaryChannelMessage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaGraphTeamPrimaryChannelMessage.md index 45755e0f4c541..aa41c58de2672 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaGraphTeamPrimaryChannelMessage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaGraphTeamPrimaryChannelMessage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/invoke-mgbetagraphteamprimarychannelmessage Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaGraphTeamPrimaryChannelMessage --- @@ -15,6 +15,9 @@ title: Invoke-MgBetaGraphTeamPrimaryChannelMessage Reply with quote to a single chat message or multiple chat messages in a chat. +> [!NOTE] +> To view the v1.0 release of this cmdlet, view [Invoke-MgGraphTeamPrimaryChannelMessage](/powershell/module/Microsoft.Graph.Teams/Invoke-MgGraphTeamPrimaryChannelMessage?view=graph-powershell-1.0) + ## SYNTAX ### GraphExpanded (Default) @@ -25,7 +28,6 @@ Invoke-MgBetaGraphTeamPrimaryChannelMessage -TeamId [-ResponseHeadersVa [-ReplyMessage ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Graph @@ -36,7 +38,6 @@ Invoke-MgBetaGraphTeamPrimaryChannelMessage -TeamId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### GraphViaIdentityExpanded @@ -47,7 +48,6 @@ Invoke-MgBetaGraphTeamPrimaryChannelMessage -InputObject [-ReplyMessage ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### GraphViaIdentity @@ -58,7 +58,6 @@ Invoke-MgBetaGraphTeamPrimaryChannelMessage -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaGraphTeamPrimaryChannelMessageReply.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaGraphTeamPrimaryChannelMessageReply.md index 232c5b674b8a4..ed57e2e98f61a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaGraphTeamPrimaryChannelMessageReply.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaGraphTeamPrimaryChannelMessageReply.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/invoke-mgbetagraphteamprimarychannelmessagereply Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaGraphTeamPrimaryChannelMessageReply --- @@ -15,6 +15,9 @@ title: Invoke-MgBetaGraphTeamPrimaryChannelMessageReply Reply with quote to a single chat message or multiple chat messages in a chat. +> [!NOTE] +> To view the v1.0 release of this cmdlet, view [Invoke-MgGraphTeamPrimaryChannelMessageReply](/powershell/module/Microsoft.Graph.Teams/Invoke-MgGraphTeamPrimaryChannelMessageReply?view=graph-powershell-1.0) + ## SYNTAX ### GraphExpanded (Default) @@ -25,7 +28,6 @@ Invoke-MgBetaGraphTeamPrimaryChannelMessageReply -ChatMessageId -TeamId [-ReplyMessage ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Graph @@ -36,7 +38,6 @@ Invoke-MgBetaGraphTeamPrimaryChannelMessageReply -ChatMessageId -TeamId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### GraphViaIdentityExpanded @@ -47,7 +48,6 @@ Invoke-MgBetaGraphTeamPrimaryChannelMessageReply -InputObject [-ReplyMessage ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### GraphViaIdentity @@ -58,7 +58,6 @@ Invoke-MgBetaGraphTeamPrimaryChannelMessageReply -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaGraphTeamworkDeletedTeamChannelMessage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaGraphTeamworkDeletedTeamChannelMessage.md index 5c03600abb08a..b9a0d08c9f753 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaGraphTeamworkDeletedTeamChannelMessage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaGraphTeamworkDeletedTeamChannelMessage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/invoke-mgbetagraphteamworkdeletedteamchannelmessage Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaGraphTeamworkDeletedTeamChannelMessage --- @@ -15,6 +15,9 @@ title: Invoke-MgBetaGraphTeamworkDeletedTeamChannelMessage Reply with quote to a single chat message or multiple chat messages in a chat. +> [!NOTE] +> To view the v1.0 release of this cmdlet, view [Invoke-MgGraphTeamworkDeletedTeamChannelMessage](/powershell/module/Microsoft.Graph.Teams/Invoke-MgGraphTeamworkDeletedTeamChannelMessage?view=graph-powershell-1.0) + ## SYNTAX ### GraphExpanded (Default) @@ -25,7 +28,6 @@ Invoke-MgBetaGraphTeamworkDeletedTeamChannelMessage -ChannelId -Deleted [-ReplyMessage ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Graph @@ -36,7 +38,6 @@ Invoke-MgBetaGraphTeamworkDeletedTeamChannelMessage -ChannelId -Deleted [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### GraphViaIdentityExpanded @@ -47,7 +48,6 @@ Invoke-MgBetaGraphTeamworkDeletedTeamChannelMessage -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### GraphViaIdentity @@ -58,7 +58,6 @@ Invoke-MgBetaGraphTeamworkDeletedTeamChannelMessage -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaGraphTeamworkDeletedTeamChannelMessageReply.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaGraphTeamworkDeletedTeamChannelMessageReply.md index 80fbf627a1ccd..6b8a361fb2355 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaGraphTeamworkDeletedTeamChannelMessageReply.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaGraphTeamworkDeletedTeamChannelMessageReply.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/invoke-mgbetagraphteamworkdeletedteamchannelmessagereply Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaGraphTeamworkDeletedTeamChannelMessageReply --- @@ -15,6 +15,9 @@ title: Invoke-MgBetaGraphTeamworkDeletedTeamChannelMessageReply Reply with quote to a single chat message or multiple chat messages in a chat. +> [!NOTE] +> To view the v1.0 release of this cmdlet, view [Invoke-MgGraphTeamworkDeletedTeamChannelMessageReply](/powershell/module/Microsoft.Graph.Teams/Invoke-MgGraphTeamworkDeletedTeamChannelMessageReply?view=graph-powershell-1.0) + ## SYNTAX ### GraphExpanded (Default) @@ -25,7 +28,7 @@ Invoke-MgBetaGraphTeamworkDeletedTeamChannelMessageReply -ChannelId -Ch [-MessageIds ] [-ReplyMessage ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Graph @@ -37,7 +40,6 @@ Invoke-MgBetaGraphTeamworkDeletedTeamChannelMessageReply -ChannelId -Ch [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### GraphViaIdentityExpanded @@ -48,7 +50,6 @@ Invoke-MgBetaGraphTeamworkDeletedTeamChannelMessageReply -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### GraphViaIdentity @@ -59,7 +60,6 @@ Invoke-MgBetaGraphTeamworkDeletedTeamChannelMessageReply -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaGraphUserChat.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaGraphUserChat.md index 3c66462ca59ed..08c9d44c0abaa 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaGraphUserChat.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaGraphUserChat.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/invoke-mgbetagraphuserchat Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaGraphUserChat --- @@ -28,7 +28,6 @@ Invoke-MgBetaGraphUserChat -ChatId -UserId [-ResponseHeadersVa [-User ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Graph @@ -39,7 +38,6 @@ Invoke-MgBetaGraphUserChat -ChatId -UserId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### GraphViaIdentityExpanded @@ -50,7 +48,6 @@ Invoke-MgBetaGraphUserChat -InputObject [-ResponseHeadersVariab [-User ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### GraphViaIdentity @@ -61,7 +58,6 @@ Invoke-MgBetaGraphUserChat -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaGraphUserChatMessage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaGraphUserChatMessage.md index e387ac47f5cb0..c4efbc2bfa082 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaGraphUserChatMessage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaGraphUserChatMessage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/invoke-mgbetagraphuserchatmessage Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaGraphUserChatMessage --- @@ -15,6 +15,9 @@ title: Invoke-MgBetaGraphUserChatMessage Reply with quote to a single chat message or multiple chat messages in a chat. +> [!NOTE] +> To view the v1.0 release of this cmdlet, view [Invoke-MgGraphUserChatMessage](/powershell/module/Microsoft.Graph.Teams/Invoke-MgGraphUserChatMessage?view=graph-powershell-1.0) + ## SYNTAX ### GraphExpanded (Default) @@ -25,7 +28,6 @@ Invoke-MgBetaGraphUserChatMessage -ChatId -UserId [-ReplyMessage ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Graph @@ -36,7 +38,6 @@ Invoke-MgBetaGraphUserChatMessage -ChatId -UserId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### GraphViaIdentityExpanded @@ -47,7 +48,6 @@ Invoke-MgBetaGraphUserChatMessage -InputObject [-ResponseHeader [-ReplyMessage ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### GraphViaIdentity @@ -58,7 +58,6 @@ Invoke-MgBetaGraphUserChatMessage -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaGraphUserChatMessageReply.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaGraphUserChatMessageReply.md index ab42cc27dd3a6..61e620bb9c0be 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaGraphUserChatMessageReply.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaGraphUserChatMessageReply.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/invoke-mgbetagraphuserchatmessagereply Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaGraphUserChatMessageReply --- @@ -15,6 +15,9 @@ title: Invoke-MgBetaGraphUserChatMessageReply Reply with quote to a single chat message or multiple chat messages in a chat. +> [!NOTE] +> To view the v1.0 release of this cmdlet, view [Invoke-MgGraphUserChatMessageReply](/powershell/module/Microsoft.Graph.Teams/Invoke-MgGraphUserChatMessageReply?view=graph-powershell-1.0) + ## SYNTAX ### GraphExpanded (Default) @@ -25,7 +28,6 @@ Invoke-MgBetaGraphUserChatMessageReply -ChatId -ChatMessageId [-ReplyMessage ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Graph @@ -36,7 +38,6 @@ Invoke-MgBetaGraphUserChatMessageReply -ChatId -ChatMessageId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### GraphViaIdentityExpanded @@ -47,7 +48,6 @@ Invoke-MgBetaGraphUserChatMessageReply -InputObject [-ReplyMessage ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### GraphViaIdentity @@ -58,7 +58,6 @@ Invoke-MgBetaGraphUserChatMessageReply -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaHaveGroupTeamChannel.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaHaveGroupTeamChannel.md index f3ea86cbf9bb8..f656a32d6c9e1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaHaveGroupTeamChannel.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaHaveGroupTeamChannel.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/invoke-mgbetahavegroupteamchannel Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaHaveGroupTeamChannel --- @@ -27,7 +27,7 @@ Invoke-MgBetaHaveGroupTeamChannel -ChannelId -GroupId [-Tenant [-UserId ] [-UserPrincipalName ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### HaveViaIdentity @@ -37,7 +37,7 @@ Invoke-MgBetaHaveGroupTeamChannel -InputObject [-TenantId ] [-UserPrincipalName ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaHaveGroupTeamPrimaryChannel.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaHaveGroupTeamPrimaryChannel.md index 932e9b384392e..ad317527e0c97 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaHaveGroupTeamPrimaryChannel.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaHaveGroupTeamPrimaryChannel.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/invoke-mgbetahavegroupteamprimarychannel Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaHaveGroupTeamPrimaryChannel --- @@ -26,7 +26,7 @@ Determine whether a user has access to a channel. Invoke-MgBetaHaveGroupTeamPrimaryChannel -GroupId [-TenantId ] [-UserId ] [-UserPrincipalName ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### HaveViaIdentity @@ -36,7 +36,7 @@ Invoke-MgBetaHaveGroupTeamPrimaryChannel -InputObject [-TenantI [-UserId ] [-UserPrincipalName ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaHaveTeamChannel.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaHaveTeamChannel.md index 259e024d30b06..be8e5c6a99854 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaHaveTeamChannel.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaHaveTeamChannel.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/invoke-mgbetahaveteamchannel Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaHaveTeamChannel --- @@ -27,7 +27,7 @@ Invoke-MgBetaHaveTeamChannel -ChannelId -TeamId [-TenantId ] [-UserPrincipalName ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### HaveViaIdentity @@ -36,7 +36,7 @@ Invoke-MgBetaHaveTeamChannel -ChannelId -TeamId [-TenantId [-TenantId ] [-UserId ] [-UserPrincipalName ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -54,7 +54,7 @@ Determine whether a user has access to a channel. | --------------- | ------------------------------------------ | | Delegated (work or school account) | ChannelMember.Read.All, ChannelMember.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | ChannelMember.Read.Group, ChannelMember.ReadWrite.Group, ChannelMember.ReadWrite.All, ChannelMember.Read.All, | +| Application | ChannelMember.Read.Group, ChannelMember.Read.All, ChannelMember.ReadWrite.All, ChannelMember.ReadWrite.Group, | ## EXAMPLES ### Example 1: Code snippet diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaHaveTeamPrimaryChannel.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaHaveTeamPrimaryChannel.md index e51df84774642..e96bc82fad39a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaHaveTeamPrimaryChannel.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaHaveTeamPrimaryChannel.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/invoke-mgbetahaveteamprimarychannel Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaHaveTeamPrimaryChannel --- @@ -26,7 +26,7 @@ Determine whether a user has access to a channel. Invoke-MgBetaHaveTeamPrimaryChannel -TeamId [-TenantId ] [-UserId ] [-UserPrincipalName ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### HaveViaIdentity @@ -36,7 +36,7 @@ Invoke-MgBetaHaveTeamPrimaryChannel -InputObject [-TenantId ] [-UserPrincipalName ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaHaveTeamworkDeletedTeamChannel.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaHaveTeamworkDeletedTeamChannel.md index fced35685bd98..8afd9ab30c119 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaHaveTeamworkDeletedTeamChannel.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaHaveTeamworkDeletedTeamChannel.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/invoke-mgbetahaveteamworkdeletedteamchannel Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaHaveTeamworkDeletedTeamChannel --- @@ -27,7 +27,7 @@ Invoke-MgBetaHaveTeamworkDeletedTeamChannel -ChannelId -DeletedTeamId < [-TenantId ] [-UserId ] [-UserPrincipalName ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### HaveViaIdentity @@ -37,7 +37,7 @@ Invoke-MgBetaHaveTeamworkDeletedTeamChannel -InputObject [-Tena [-UserId ] [-UserPrincipalName ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaMarkChatReadForUser.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaMarkChatReadForUser.md index 4f5f75f4c7230..324ba2301b6e1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaMarkChatReadForUser.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaMarkChatReadForUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/invoke-mgbetamarkchatreadforuser Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaMarkChatReadForUser --- @@ -28,7 +28,6 @@ Invoke-MgBetaMarkChatReadForUser -ChatId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Mark @@ -39,7 +38,6 @@ Invoke-MgBetaMarkChatReadForUser -ChatId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### MarkViaIdentityExpanded @@ -50,7 +48,6 @@ Invoke-MgBetaMarkChatReadForUser -InputObject [-ResponseHeaders [-User ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### MarkViaIdentity @@ -61,7 +58,6 @@ Invoke-MgBetaMarkChatReadForUser -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaMarkChatUnreadForUser.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaMarkChatUnreadForUser.md index ac278cbbfc4d2..1e2ce5fe6adc0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaMarkChatUnreadForUser.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaMarkChatUnreadForUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/invoke-mgbetamarkchatunreadforuser Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaMarkChatUnreadForUser --- @@ -28,7 +28,6 @@ Invoke-MgBetaMarkChatUnreadForUser -ChatId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Mark @@ -39,7 +38,6 @@ Invoke-MgBetaMarkChatUnreadForUser -ChatId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### MarkViaIdentityExpanded @@ -50,7 +48,6 @@ Invoke-MgBetaMarkChatUnreadForUser -InputObject [-ResponseHeade [-User ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### MarkViaIdentity @@ -61,7 +58,6 @@ Invoke-MgBetaMarkChatUnreadForUser -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaMarkUserChatReadForUser.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaMarkUserChatReadForUser.md index 8af23a6f4c7b5..90cffc3f6746a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaMarkUserChatReadForUser.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaMarkUserChatReadForUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/invoke-mgbetamarkuserchatreadforuser Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaMarkUserChatReadForUser --- @@ -28,7 +28,6 @@ Invoke-MgBetaMarkUserChatReadForUser -ChatId -UserId [-User ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Mark @@ -39,7 +38,6 @@ Invoke-MgBetaMarkUserChatReadForUser -ChatId -UserId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### MarkViaIdentityExpanded @@ -50,7 +48,6 @@ Invoke-MgBetaMarkUserChatReadForUser -InputObject [-User ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### MarkViaIdentity @@ -61,7 +58,6 @@ Invoke-MgBetaMarkUserChatReadForUser -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaMarkUserChatUnreadForUser.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaMarkUserChatUnreadForUser.md index 8412673aadbd6..228c75a2399fc 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaMarkUserChatUnreadForUser.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaMarkUserChatUnreadForUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/invoke-mgbetamarkuserchatunreadforuser Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaMarkUserChatUnreadForUser --- @@ -29,7 +29,6 @@ Invoke-MgBetaMarkUserChatUnreadForUser -ChatId -UserId [-User ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Mark @@ -40,7 +39,6 @@ Invoke-MgBetaMarkUserChatUnreadForUser -ChatId -UserId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### MarkViaIdentityExpanded @@ -52,7 +50,6 @@ Invoke-MgBetaMarkUserChatUnreadForUser -InputObject [-User ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### MarkViaIdentity @@ -63,7 +60,6 @@ Invoke-MgBetaMarkUserChatUnreadForUser -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaMessageChat.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaMessageChat.md index 48101641961e4..828894b08ae0d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaMessageChat.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaMessageChat.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/invoke-mgbetamessagechat Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaMessageChat --- @@ -24,7 +24,7 @@ Invoke-MgBetaMessageChat [-Count] [-ExpandProperty ] [-Filter [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -40,9 +40,9 @@ Invoke function allMessages | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Chat.ReadBasic, Chat.ReadWrite, Chat.Read, | +| Delegated (work or school account) | Chat.ReadBasic, Chat.Read, Chat.ReadWrite, | | Delegated (personal Microsoft account) | Not supported | -| Application | Chat.ReadBasic.All, ChatSettings.ReadWrite.Chat, ChatSettings.Read.Chat, Chat.Read.All, Chat.Manage.Chat, | +| Application | Chat.ReadBasic.All, Chat.Manage.Chat, Chat.Read.All, ChatSettings.Read.Chat, ChatSettings.ReadWrite.Chat, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaMessageGroupTeamChannel.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaMessageGroupTeamChannel.md index 4e6486dd3fe8a..a57dc8b91317a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaMessageGroupTeamChannel.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaMessageGroupTeamChannel.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/invoke-mgbetamessagegroupteamchannel Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaMessageGroupTeamChannel --- @@ -24,7 +24,7 @@ Invoke-MgBetaMessageGroupTeamChannel -GroupId [-Count] [-ExpandProperty [-Filter ] [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### MessageViaIdentity @@ -35,7 +35,7 @@ Invoke-MgBetaMessageGroupTeamChannel -InputObject [-Count] [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaMessageTeam.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaMessageTeam.md index 745d41cf159fe..7a03b3630ee12 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaMessageTeam.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaMessageTeam.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/invoke-mgbetamessageteam Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaMessageTeam --- @@ -24,7 +24,7 @@ Invoke-MgBetaMessageTeam [-Count] [-ExpandProperty ] [-Filter [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -40,9 +40,9 @@ Invoke function allMessages | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Team.ReadBasic.All, TeamSettings.ReadWrite.All, TeamSettings.Read.All, Group.ReadWrite.All, Group.Read.All, Directory.ReadWrite.All, Directory.Read.All, | +| Delegated (work or school account) | Team.ReadBasic.All, Directory.Read.All, Directory.ReadWrite.All, Group.Read.All, Group.ReadWrite.All, TeamSettings.Read.All, TeamSettings.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | TeamSettings.Read.Group, TeamSettings.ReadWrite.Group, TeamSettings.ReadWrite.All, TeamSettings.Read.All, Team.ReadBasic.All, Group.ReadWrite.All, Group.Read.All, Directory.ReadWrite.All, Directory.Read.All, | +| Application | TeamSettings.Read.Group, Directory.Read.All, Directory.ReadWrite.All, Group.Read.All, Group.ReadWrite.All, Team.ReadBasic.All, TeamSettings.Read.All, TeamSettings.ReadWrite.All, TeamSettings.ReadWrite.Group, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaMessageTeamChannel.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaMessageTeamChannel.md index e0360d23b8a33..249c5ceec8987 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaMessageTeamChannel.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaMessageTeamChannel.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/invoke-mgbetamessageteamchannel Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaMessageTeamChannel --- @@ -24,7 +24,7 @@ Invoke-MgBetaMessageTeamChannel -TeamId [-Count] [-ExpandProperty ] [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### MessageViaIdentity @@ -34,7 +34,7 @@ Invoke-MgBetaMessageTeamChannel -InputObject [-Count] [-ExpandP [-Filter ] [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -50,9 +50,9 @@ Invoke function allMessages | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Channel.ReadBasic.All, Group.ReadWrite.All, Group.Read.All, Directory.ReadWrite.All, Directory.Read.All, ChannelSettings.ReadWrite.All, ChannelSettings.Read.All, | +| Delegated (work or school account) | Channel.ReadBasic.All, ChannelSettings.Read.All, ChannelSettings.ReadWrite.All, Directory.Read.All, Directory.ReadWrite.All, Group.Read.All, Group.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | ChannelSettings.Read.Group, Group.ReadWrite.All, Group.Read.All, Directory.ReadWrite.All, Directory.Read.All, ChannelSettings.ReadWrite.Group, ChannelSettings.ReadWrite.All, ChannelSettings.Read.All, Channel.ReadBasic.All, | +| Application | ChannelSettings.Read.Group, Channel.ReadBasic.All, ChannelSettings.Read.All, ChannelSettings.ReadWrite.All, ChannelSettings.ReadWrite.Group, Directory.Read.All, Directory.ReadWrite.All, Group.Read.All, Group.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaMessageTeamworkDeletedTeamChannel.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaMessageTeamworkDeletedTeamChannel.md index 83f55f9aa0d68..8104048f2f4f7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaMessageTeamworkDeletedTeamChannel.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaMessageTeamworkDeletedTeamChannel.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/invoke-mgbetamessageteamworkdeletedteamchannel Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaMessageTeamworkDeletedTeamChannel --- @@ -25,7 +25,7 @@ Invoke-MgBetaMessageTeamworkDeletedTeamChannel -DeletedTeamId [-Count] [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### MessageViaIdentity @@ -36,7 +36,7 @@ Invoke-MgBetaMessageTeamworkDeletedTeamChannel -InputObject [-C [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaMessageUserChat.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaMessageUserChat.md index 9a90eda44edf4..6912776a81a01 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaMessageUserChat.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaMessageUserChat.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/invoke-mgbetamessageuserchat Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaMessageUserChat --- @@ -24,7 +24,7 @@ Invoke-MgBetaMessageUserChat -UserId [-Count] [-ExpandProperty ] [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### MessageViaIdentity @@ -34,7 +34,7 @@ Invoke-MgBetaMessageUserChat -InputObject [-Count] [-ExpandProp [-Filter ] [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -50,9 +50,9 @@ Invoke function allMessages | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Chat.ReadBasic, Chat.ReadWrite, Chat.Read, | +| Delegated (work or school account) | Chat.ReadBasic, Chat.Read, Chat.ReadWrite, | | Delegated (personal Microsoft account) | Not supported | -| Application | Chat.ReadBasic.WhereInstalled, ChatSettings.ReadWrite.Chat, ChatSettings.Read.Chat, Chat.ReadWrite.All, Chat.ReadBasic.All, Chat.Read.All, Chat.Manage.Chat, | +| Application | Chat.ReadBasic.WhereInstalled, Chat.Manage.Chat, Chat.Read.All, Chat.ReadBasic.All, Chat.ReadWrite.All, ChatSettings.Read.Chat, ChatSettings.ReadWrite.Chat, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaShareGroupTeamSchedule.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaShareGroupTeamSchedule.md index 6965da7fda16f..126e371fbe211 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaShareGroupTeamSchedule.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaShareGroupTeamSchedule.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/invoke-mgbetasharegroupteamschedule Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaShareGroupTeamSchedule --- @@ -33,7 +33,6 @@ Invoke-MgBetaShareGroupTeamSchedule -GroupId [-ResponseHeadersVariable [-StartDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Share @@ -44,7 +43,6 @@ Invoke-MgBetaShareGroupTeamSchedule -GroupId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ShareViaIdentityExpanded @@ -55,7 +53,6 @@ Invoke-MgBetaShareGroupTeamSchedule -InputObject [-NotifyTeam] [-StartDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ShareViaIdentity @@ -66,7 +63,6 @@ Invoke-MgBetaShareGroupTeamSchedule -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaShareTeamSchedule.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaShareTeamSchedule.md index e2da73295a531..0e7861067703d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaShareTeamSchedule.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaShareTeamSchedule.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/invoke-mgbetashareteamschedule Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaShareTeamSchedule --- @@ -33,7 +33,6 @@ Invoke-MgBetaShareTeamSchedule -TeamId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Share @@ -44,7 +43,6 @@ Invoke-MgBetaShareTeamSchedule -TeamId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ShareViaIdentityExpanded @@ -55,7 +53,6 @@ Invoke-MgBetaShareTeamSchedule -InputObject [-ResponseHeadersVa [-StartDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ShareViaIdentity @@ -66,7 +63,6 @@ Invoke-MgBetaShareTeamSchedule -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaSoftChatMessageDelete.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaSoftChatMessageDelete.md index a73b39816a103..585bd57b81c6a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaSoftChatMessageDelete.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaSoftChatMessageDelete.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/invoke-mgbetasoftchatmessagedelete Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaSoftChatMessageDelete --- @@ -27,7 +27,6 @@ Invoke-MgBetaSoftChatMessageDelete -ChatId -ChatMessageId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SoftViaIdentity @@ -37,7 +36,6 @@ Invoke-MgBetaSoftChatMessageDelete -InputObject [-ResponseHeade [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaSoftChatMessageReplyDelete.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaSoftChatMessageReplyDelete.md index 5a89bf9d29c81..658b62c029287 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaSoftChatMessageReplyDelete.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaSoftChatMessageReplyDelete.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/invoke-mgbetasoftchatmessagereplydelete Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaSoftChatMessageReplyDelete --- @@ -27,7 +27,6 @@ Invoke-MgBetaSoftChatMessageReplyDelete -ChatId -ChatMessageId -ChatMessageId1 [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SoftViaIdentity @@ -37,7 +36,6 @@ Invoke-MgBetaSoftChatMessageReplyDelete -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaSoftGroupTeamChannelMessageDelete.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaSoftGroupTeamChannelMessageDelete.md index 613f41c8851e7..9370b79bf4b39 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaSoftGroupTeamChannelMessageDelete.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaSoftGroupTeamChannelMessageDelete.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/invoke-mgbetasoftgroupteamchannelmessagedelete Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaSoftGroupTeamChannelMessageDelete --- @@ -27,7 +27,6 @@ Invoke-MgBetaSoftGroupTeamChannelMessageDelete -ChannelId -ChatMessageI -GroupId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SoftViaIdentity @@ -37,7 +36,6 @@ Invoke-MgBetaSoftGroupTeamChannelMessageDelete -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaSoftGroupTeamChannelMessageReplyDelete.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaSoftGroupTeamChannelMessageReplyDelete.md index 38a6a1bbde9ee..9b929e329b3a6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaSoftGroupTeamChannelMessageReplyDelete.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaSoftGroupTeamChannelMessageReplyDelete.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/invoke-mgbetasoftgroupteamchannelmessagereplydelete Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaSoftGroupTeamChannelMessageReplyDelete --- @@ -28,7 +28,6 @@ Invoke-MgBetaSoftGroupTeamChannelMessageReplyDelete -ChannelId -ChatMes [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SoftViaIdentity @@ -38,7 +37,6 @@ Invoke-MgBetaSoftGroupTeamChannelMessageReplyDelete -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaSoftGroupTeamPrimaryChannelMessageDelete.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaSoftGroupTeamPrimaryChannelMessageDelete.md index c5d78246a04ee..041845bbfcd12 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaSoftGroupTeamPrimaryChannelMessageDelete.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaSoftGroupTeamPrimaryChannelMessageDelete.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/invoke-mgbetasoftgroupteamprimarychannelmessagedelete Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaSoftGroupTeamPrimaryChannelMessageDelete --- @@ -27,7 +27,6 @@ Invoke-MgBetaSoftGroupTeamPrimaryChannelMessageDelete -ChatMessageId -G [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SoftViaIdentity @@ -37,7 +36,6 @@ Invoke-MgBetaSoftGroupTeamPrimaryChannelMessageDelete -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaSoftGroupTeamPrimaryChannelMessageReplyDelete.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaSoftGroupTeamPrimaryChannelMessageReplyDelete.md index f48f346d257da..798e56b955c44 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaSoftGroupTeamPrimaryChannelMessageReplyDelete.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaSoftGroupTeamPrimaryChannelMessageReplyDelete.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/invoke-mgbetasoftgroupteamprimarychannelmessagereplydelete Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaSoftGroupTeamPrimaryChannelMessageReplyDelete --- @@ -28,7 +28,6 @@ Invoke-MgBetaSoftGroupTeamPrimaryChannelMessageReplyDelete -ChatMessageId ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SoftViaIdentity @@ -38,7 +37,6 @@ Invoke-MgBetaSoftGroupTeamPrimaryChannelMessageReplyDelete -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaSoftTeamChannelMessageDelete.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaSoftTeamChannelMessageDelete.md index 111cf7979591d..81fdd9ed0c1c5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaSoftTeamChannelMessageDelete.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaSoftTeamChannelMessageDelete.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/invoke-mgbetasoftteamchannelmessagedelete Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaSoftTeamChannelMessageDelete --- @@ -27,7 +27,6 @@ Invoke-MgBetaSoftTeamChannelMessageDelete -ChannelId -ChatMessageId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SoftViaIdentity @@ -37,7 +36,6 @@ Invoke-MgBetaSoftTeamChannelMessageDelete -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaSoftTeamChannelMessageReplyDelete.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaSoftTeamChannelMessageReplyDelete.md index bdb62b817afda..0e1f3be3721a8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaSoftTeamChannelMessageReplyDelete.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaSoftTeamChannelMessageReplyDelete.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/invoke-mgbetasoftteamchannelmessagereplydelete Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaSoftTeamChannelMessageReplyDelete --- @@ -28,7 +28,6 @@ Invoke-MgBetaSoftTeamChannelMessageReplyDelete -ChannelId -ChatMessageI [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SoftViaIdentity @@ -38,7 +37,6 @@ Invoke-MgBetaSoftTeamChannelMessageReplyDelete -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaSoftTeamPrimaryChannelMessageDelete.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaSoftTeamPrimaryChannelMessageDelete.md index 81ac2927b1965..fc33308192284 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaSoftTeamPrimaryChannelMessageDelete.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaSoftTeamPrimaryChannelMessageDelete.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/invoke-mgbetasoftteamprimarychannelmessagedelete Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaSoftTeamPrimaryChannelMessageDelete --- @@ -27,7 +27,6 @@ Invoke-MgBetaSoftTeamPrimaryChannelMessageDelete -ChatMessageId -TeamId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SoftViaIdentity @@ -37,7 +36,6 @@ Invoke-MgBetaSoftTeamPrimaryChannelMessageDelete -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaSoftTeamPrimaryChannelMessageReplyDelete.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaSoftTeamPrimaryChannelMessageReplyDelete.md index b40ab0f6baebb..1fb3e822a0523 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaSoftTeamPrimaryChannelMessageReplyDelete.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaSoftTeamPrimaryChannelMessageReplyDelete.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/invoke-mgbetasoftteamprimarychannelmessagereplydelete Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaSoftTeamPrimaryChannelMessageReplyDelete --- @@ -28,7 +28,6 @@ Invoke-MgBetaSoftTeamPrimaryChannelMessageReplyDelete -ChatMessageId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SoftViaIdentity @@ -38,7 +37,6 @@ Invoke-MgBetaSoftTeamPrimaryChannelMessageReplyDelete -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaSoftTeamworkDeletedTeamChannelMessageDelete.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaSoftTeamworkDeletedTeamChannelMessageDelete.md index e85a216c712b7..34305022548fe 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaSoftTeamworkDeletedTeamChannelMessageDelete.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaSoftTeamworkDeletedTeamChannelMessageDelete.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/invoke-mgbetasoftteamworkdeletedteamchannelmessagedelete Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaSoftTeamworkDeletedTeamChannelMessageDelete --- @@ -27,7 +27,6 @@ Invoke-MgBetaSoftTeamworkDeletedTeamChannelMessageDelete -ChannelId -Ch -DeletedTeamId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SoftViaIdentity @@ -37,7 +36,6 @@ Invoke-MgBetaSoftTeamworkDeletedTeamChannelMessageDelete -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaSoftTeamworkDeletedTeamChannelMessageReplyDelete.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaSoftTeamworkDeletedTeamChannelMessageReplyDelete.md index 792ec89ba7f14..7c67a9d9f07f0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaSoftTeamworkDeletedTeamChannelMessageReplyDelete.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaSoftTeamworkDeletedTeamChannelMessageReplyDelete.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/invoke-mgbetasoftteamworkdeletedteamchannelmessagereplydelete Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaSoftTeamworkDeletedTeamChannelMessageReplyDelete --- @@ -28,7 +28,6 @@ Invoke-MgBetaSoftTeamworkDeletedTeamChannelMessageReplyDelete -ChannelId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SoftViaIdentity @@ -38,7 +37,6 @@ Invoke-MgBetaSoftTeamworkDeletedTeamChannelMessageReplyDelete -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaSoftUserChatMessageDelete.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaSoftUserChatMessageDelete.md index 10af77caff132..b3b7b33b41a02 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaSoftUserChatMessageDelete.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaSoftUserChatMessageDelete.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/invoke-mgbetasoftuserchatmessagedelete Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaSoftUserChatMessageDelete --- @@ -27,7 +27,6 @@ Invoke-MgBetaSoftUserChatMessageDelete -ChatId -ChatMessageId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SoftViaIdentity @@ -37,7 +36,6 @@ Invoke-MgBetaSoftUserChatMessageDelete -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaSoftUserChatMessageReplyDelete.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaSoftUserChatMessageReplyDelete.md index 960fdf4de5d48..b20f567509fc2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaSoftUserChatMessageReplyDelete.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaSoftUserChatMessageReplyDelete.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/invoke-mgbetasoftuserchatmessagereplydelete Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaSoftUserChatMessageReplyDelete --- @@ -28,7 +28,6 @@ Invoke-MgBetaSoftUserChatMessageReplyDelete -ChatId -ChatMessageId ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SoftViaIdentity @@ -38,7 +37,6 @@ Invoke-MgBetaSoftUserChatMessageReplyDelete -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaUnarchiveGroupTeam.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaUnarchiveGroupTeam.md index d213cbe7be1e7..8f5610f6ae143 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaUnarchiveGroupTeam.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaUnarchiveGroupTeam.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/invoke-mgbetaunarchivegroupteam Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaUnarchiveGroupTeam --- @@ -30,7 +30,6 @@ Invoke-MgBetaUnarchiveGroupTeam -GroupId [-ResponseHeadersVariable ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UnarchiveViaIdentity @@ -40,7 +39,6 @@ Invoke-MgBetaUnarchiveGroupTeam -InputObject [-ResponseHeadersV [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaUnarchiveGroupTeamChannel.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaUnarchiveGroupTeamChannel.md index 528a7cbc05bf4..131382e162c3f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaUnarchiveGroupTeamChannel.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaUnarchiveGroupTeamChannel.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/invoke-mgbetaunarchivegroupteamchannel Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaUnarchiveGroupTeamChannel --- @@ -30,7 +30,6 @@ Invoke-MgBetaUnarchiveGroupTeamChannel -ChannelId -GroupId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UnarchiveViaIdentity @@ -40,7 +39,6 @@ Invoke-MgBetaUnarchiveGroupTeamChannel -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaUnarchiveGroupTeamChannelPlannerPlan.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaUnarchiveGroupTeamChannelPlannerPlan.md index f099c8d52a3f7..9eaf1cd5cce6e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaUnarchiveGroupTeamChannelPlannerPlan.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaUnarchiveGroupTeamChannelPlannerPlan.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/invoke-mgbetaunarchivegroupteamchannelplannerplan Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaUnarchiveGroupTeamChannelPlannerPlan --- @@ -27,7 +27,6 @@ Invoke-MgBetaUnarchiveGroupTeamChannelPlannerPlan -ChannelId -GroupId < [-Justification ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Unarchive @@ -39,7 +38,6 @@ Invoke-MgBetaUnarchiveGroupTeamChannelPlannerPlan -ChannelId -GroupId < [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UnarchiveViaIdentityExpanded @@ -50,7 +48,6 @@ Invoke-MgBetaUnarchiveGroupTeamChannelPlannerPlan -InputObject [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UnarchiveViaIdentity @@ -61,7 +58,6 @@ Invoke-MgBetaUnarchiveGroupTeamChannelPlannerPlan -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaUnarchiveGroupTeamPrimaryChannel.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaUnarchiveGroupTeamPrimaryChannel.md index 70af8ab8b3e53..49a3a9d7bb0da 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaUnarchiveGroupTeamPrimaryChannel.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaUnarchiveGroupTeamPrimaryChannel.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/invoke-mgbetaunarchivegroupteamprimarychannel Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaUnarchiveGroupTeamPrimaryChannel --- @@ -30,7 +30,6 @@ Invoke-MgBetaUnarchiveGroupTeamPrimaryChannel -GroupId [-ResponseHeader [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UnarchiveViaIdentity @@ -40,7 +39,6 @@ Invoke-MgBetaUnarchiveGroupTeamPrimaryChannel -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaUnarchiveGroupTeamPrimaryChannelPlannerPlan.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaUnarchiveGroupTeamPrimaryChannelPlannerPlan.md index f8cbcee922d6c..03e555c34b020 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaUnarchiveGroupTeamPrimaryChannelPlannerPlan.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaUnarchiveGroupTeamPrimaryChannelPlannerPlan.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/invoke-mgbetaunarchivegroupteamprimarychannelplannerplan Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaUnarchiveGroupTeamPrimaryChannelPlannerPlan --- @@ -27,7 +27,6 @@ Invoke-MgBetaUnarchiveGroupTeamPrimaryChannelPlannerPlan -GroupId -Plan [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Unarchive @@ -38,7 +37,6 @@ Invoke-MgBetaUnarchiveGroupTeamPrimaryChannelPlannerPlan -GroupId -Plan [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UnarchiveViaIdentityExpanded @@ -49,7 +47,6 @@ Invoke-MgBetaUnarchiveGroupTeamPrimaryChannelPlannerPlan -InputObject ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UnarchiveViaIdentity @@ -60,7 +57,6 @@ Invoke-MgBetaUnarchiveGroupTeamPrimaryChannelPlannerPlan -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaUnarchiveTeam.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaUnarchiveTeam.md index 2d57e6a598e31..5ae9d8c358df1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaUnarchiveTeam.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaUnarchiveTeam.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/invoke-mgbetaunarchiveteam Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaUnarchiveTeam --- @@ -30,7 +30,6 @@ Invoke-MgBetaUnarchiveTeam -TeamId [-ResponseHeadersVariable ] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UnarchiveViaIdentity @@ -40,7 +39,6 @@ Invoke-MgBetaUnarchiveTeam -InputObject [-ResponseHeadersVariab [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -59,9 +57,9 @@ A team is unarchived once the async operation completes successfully, which migh | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | TeamSettings.ReadWrite.All, Group.ReadWrite.All, Directory.ReadWrite.All, | +| Delegated (work or school account) | TeamSettings.ReadWrite.All, Directory.ReadWrite.All, Group.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | TeamSettings.ReadWrite.Group, TeamSettings.ReadWrite.All, Group.ReadWrite.All, Directory.ReadWrite.All, | +| Application | TeamSettings.ReadWrite.Group, Directory.ReadWrite.All, Group.ReadWrite.All, TeamSettings.ReadWrite.All, | ## EXAMPLES ### Example 1: Code snippet diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaUnarchiveTeamChannel.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaUnarchiveTeamChannel.md index 2f3928fc7ced0..517401de14f59 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaUnarchiveTeamChannel.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaUnarchiveTeamChannel.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/invoke-mgbetaunarchiveteamchannel Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaUnarchiveTeamChannel --- @@ -30,7 +30,6 @@ Invoke-MgBetaUnarchiveTeamChannel -ChannelId -TeamId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UnarchiveViaIdentity @@ -40,7 +39,6 @@ Invoke-MgBetaUnarchiveTeamChannel -InputObject [-ResponseHeader [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaUnarchiveTeamChannelPlannerPlan.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaUnarchiveTeamChannelPlannerPlan.md index 14d23ea6ceb32..3b1fcdb04a6be 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaUnarchiveTeamChannelPlannerPlan.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaUnarchiveTeamChannelPlannerPlan.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/invoke-mgbetaunarchiveteamchannelplannerplan Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaUnarchiveTeamChannelPlannerPlan --- @@ -27,7 +27,6 @@ Invoke-MgBetaUnarchiveTeamChannelPlannerPlan -ChannelId -PlannerPlanId [-Justification ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Unarchive @@ -39,7 +38,6 @@ Invoke-MgBetaUnarchiveTeamChannelPlannerPlan -ChannelId -PlannerPlanId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UnarchiveViaIdentityExpanded @@ -50,7 +48,6 @@ Invoke-MgBetaUnarchiveTeamChannelPlannerPlan -InputObject [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UnarchiveViaIdentity @@ -61,7 +58,6 @@ Invoke-MgBetaUnarchiveTeamChannelPlannerPlan -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaUnarchiveTeamPrimaryChannel.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaUnarchiveTeamPrimaryChannel.md index b793afc164d97..7dc579e4120e8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaUnarchiveTeamPrimaryChannel.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaUnarchiveTeamPrimaryChannel.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/invoke-mgbetaunarchiveteamprimarychannel Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaUnarchiveTeamPrimaryChannel --- @@ -30,7 +30,6 @@ Invoke-MgBetaUnarchiveTeamPrimaryChannel -TeamId [-ResponseHeadersVaria [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UnarchiveViaIdentity @@ -40,7 +39,6 @@ Invoke-MgBetaUnarchiveTeamPrimaryChannel -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaUnarchiveTeamPrimaryChannelPlannerPlan.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaUnarchiveTeamPrimaryChannelPlannerPlan.md index 06de546c665ac..382e9162b442c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaUnarchiveTeamPrimaryChannelPlannerPlan.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaUnarchiveTeamPrimaryChannelPlannerPlan.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/invoke-mgbetaunarchiveteamprimarychannelplannerplan Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaUnarchiveTeamPrimaryChannelPlannerPlan --- @@ -27,7 +27,6 @@ Invoke-MgBetaUnarchiveTeamPrimaryChannelPlannerPlan -PlannerPlanId -Tea [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Unarchive @@ -38,7 +37,6 @@ Invoke-MgBetaUnarchiveTeamPrimaryChannelPlannerPlan -PlannerPlanId -Tea [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UnarchiveViaIdentityExpanded @@ -49,7 +47,6 @@ Invoke-MgBetaUnarchiveTeamPrimaryChannelPlannerPlan -InputObject ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UnarchiveViaIdentity @@ -60,7 +57,6 @@ Invoke-MgBetaUnarchiveTeamPrimaryChannelPlannerPlan -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaUnarchiveTeamworkDeletedTeamChannel.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaUnarchiveTeamworkDeletedTeamChannel.md index 286f0a29fa2dc..749612f185a69 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaUnarchiveTeamworkDeletedTeamChannel.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaUnarchiveTeamworkDeletedTeamChannel.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/invoke-mgbetaunarchiveteamworkdeletedteamchannel Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaUnarchiveTeamworkDeletedTeamChannel --- @@ -30,7 +30,6 @@ Invoke-MgBetaUnarchiveTeamworkDeletedTeamChannel -ChannelId -DeletedTea [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UnarchiveViaIdentity @@ -40,7 +39,6 @@ Invoke-MgBetaUnarchiveTeamworkDeletedTeamChannel -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaUnarchiveTeamworkDeletedTeamChannelPlannerPlan.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaUnarchiveTeamworkDeletedTeamChannelPlannerPlan.md index 9812a33db5fb7..1ff6d644c3400 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaUnarchiveTeamworkDeletedTeamChannelPlannerPlan.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Invoke-MgBetaUnarchiveTeamworkDeletedTeamChannelPlannerPlan.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/invoke-mgbetaunarchiveteamworkdeletedteamchannelplannerplan Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaUnarchiveTeamworkDeletedTeamChannelPlannerPlan --- @@ -27,7 +27,6 @@ Invoke-MgBetaUnarchiveTeamworkDeletedTeamChannelPlannerPlan -ChannelId [-AdditionalProperties ] [-Justification ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Unarchive @@ -39,7 +38,6 @@ Invoke-MgBetaUnarchiveTeamworkDeletedTeamChannelPlannerPlan -ChannelId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UnarchiveViaIdentityExpanded @@ -50,7 +48,6 @@ Invoke-MgBetaUnarchiveTeamworkDeletedTeamChannelPlannerPlan -InputObject ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UnarchiveViaIdentity @@ -61,7 +58,6 @@ Invoke-MgBetaUnarchiveTeamworkDeletedTeamChannelPlannerPlan -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Microsoft.Graph.Beta.Teams.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Microsoft.Graph.Beta.Teams.md index 218803dc2f3cb..e25ee81cff96d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Microsoft.Graph.Beta.Teams.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Microsoft.Graph.Beta.Teams.md @@ -1,6 +1,6 @@ --- Module Name: Microsoft.Graph.Beta.Teams -Module Guid: d27e97a9-d91e-4659-9618-7642e1e98a92 +Module Guid: 14234cdf-9e5f-dfdc-a02b-283718066553 Download Help Link: https://learn.microsoft.com/en-us/powershell/module/microsoft.graph.beta.teams/?view=graph-powershell-beta Help Version: 1.0.0.0 Locale: en-US @@ -2309,12 +2309,26 @@ Microsoft Graph PowerShell Cmdlets ### [Set-MgBetaUserChatMessageReplyReaction](Set-MgBetaUserChatMessageReplyReaction.md) +### [Start-MgBetaChatMigration](Start-MgBetaChatMigration.md) + +### [Start-MgBetaGroupTeamChannelMigration](Start-MgBetaGroupTeamChannelMigration.md) + +### [Start-MgBetaGroupTeamPrimaryChannelMigration](Start-MgBetaGroupTeamPrimaryChannelMigration.md) + ### [Start-MgBetaGroupTeamScheduleTimeCardBreak](Start-MgBetaGroupTeamScheduleTimeCardBreak.md) +### [Start-MgBetaTeamChannelMigration](Start-MgBetaTeamChannelMigration.md) + +### [Start-MgBetaTeamPrimaryChannelMigration](Start-MgBetaTeamPrimaryChannelMigration.md) + ### [Start-MgBetaTeamScheduleTimeCardBreak](Start-MgBetaTeamScheduleTimeCardBreak.md) +### [Start-MgBetaTeamworkDeletedTeamChannelMigration](Start-MgBetaTeamworkDeletedTeamChannelMigration.md) + ### [Start-MgBetaTeamworkDeviceDiagnostic](Start-MgBetaTeamworkDeviceDiagnostic.md) +### [Start-MgBetaUserChatMigration](Start-MgBetaUserChatMigration.md) + ### [Stop-MgBetaGroupTeamScheduleTimeCardBreak](Stop-MgBetaGroupTeamScheduleTimeCardBreak.md) ### [Stop-MgBetaTeamScheduleTimeCardBreak](Stop-MgBetaTeamScheduleTimeCardBreak.md) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Move-MgBetaGroupTeamChannelPlannerPlanToContainer.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Move-MgBetaGroupTeamChannelPlannerPlanToContainer.md index 7c40cf03e9406..ecbe0175e53b0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Move-MgBetaGroupTeamChannelPlannerPlanToContainer.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Move-MgBetaGroupTeamChannelPlannerPlanToContainer.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/move-mgbetagroupteamchannelplannerplantocontainer Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Move-MgBetaGroupTeamChannelPlannerPlanToContainer --- @@ -26,7 +26,6 @@ Move-MgBetaGroupTeamChannelPlannerPlanToContainer -ChannelId -GroupId < [-Container ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Move @@ -38,7 +37,6 @@ Move-MgBetaGroupTeamChannelPlannerPlanToContainer -ChannelId -GroupId < [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### MoveViaIdentityExpanded @@ -49,7 +47,6 @@ Move-MgBetaGroupTeamChannelPlannerPlanToContainer -InputObject [-Container ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### MoveViaIdentity @@ -60,7 +57,6 @@ Move-MgBetaGroupTeamChannelPlannerPlanToContainer -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Move-MgBetaGroupTeamPrimaryChannelPlannerPlanToContainer.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Move-MgBetaGroupTeamPrimaryChannelPlannerPlanToContainer.md index 2754dc0e2a75c..6b0718b756f80 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Move-MgBetaGroupTeamPrimaryChannelPlannerPlanToContainer.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Move-MgBetaGroupTeamPrimaryChannelPlannerPlanToContainer.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/move-mgbetagroupteamprimarychannelplannerplantocontainer Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Move-MgBetaGroupTeamPrimaryChannelPlannerPlanToContainer --- @@ -26,7 +26,6 @@ Move-MgBetaGroupTeamPrimaryChannelPlannerPlanToContainer -GroupId -Plan [-Container ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Move @@ -37,7 +36,6 @@ Move-MgBetaGroupTeamPrimaryChannelPlannerPlanToContainer -GroupId -Plan [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### MoveViaIdentityExpanded @@ -48,7 +46,6 @@ Move-MgBetaGroupTeamPrimaryChannelPlannerPlanToContainer -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### MoveViaIdentity @@ -59,7 +56,6 @@ Move-MgBetaGroupTeamPrimaryChannelPlannerPlanToContainer -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Move-MgBetaTeamChannelPlannerPlanToContainer.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Move-MgBetaTeamChannelPlannerPlanToContainer.md index e9948f02e1c31..1bb4ac7501d55 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Move-MgBetaTeamChannelPlannerPlanToContainer.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Move-MgBetaTeamChannelPlannerPlanToContainer.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/move-mgbetateamchannelplannerplantocontainer Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Move-MgBetaTeamChannelPlannerPlanToContainer --- @@ -26,7 +26,6 @@ Move-MgBetaTeamChannelPlannerPlanToContainer -ChannelId -PlannerPlanId [-Container ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Move @@ -38,7 +37,6 @@ Move-MgBetaTeamChannelPlannerPlanToContainer -ChannelId -PlannerPlanId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### MoveViaIdentityExpanded @@ -49,7 +47,6 @@ Move-MgBetaTeamChannelPlannerPlanToContainer -InputObject [-Container ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### MoveViaIdentity @@ -60,7 +57,6 @@ Move-MgBetaTeamChannelPlannerPlanToContainer -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Move-MgBetaTeamPrimaryChannelPlannerPlanToContainer.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Move-MgBetaTeamPrimaryChannelPlannerPlanToContainer.md index 1549edafbdd2d..d8981ab29ba6f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Move-MgBetaTeamPrimaryChannelPlannerPlanToContainer.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Move-MgBetaTeamPrimaryChannelPlannerPlanToContainer.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/move-mgbetateamprimarychannelplannerplantocontainer Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Move-MgBetaTeamPrimaryChannelPlannerPlanToContainer --- @@ -26,7 +26,6 @@ Move-MgBetaTeamPrimaryChannelPlannerPlanToContainer -PlannerPlanId -Tea [-Container ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Move @@ -37,7 +36,6 @@ Move-MgBetaTeamPrimaryChannelPlannerPlanToContainer -PlannerPlanId -Tea [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### MoveViaIdentityExpanded @@ -48,7 +46,6 @@ Move-MgBetaTeamPrimaryChannelPlannerPlanToContainer -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### MoveViaIdentity @@ -59,7 +56,6 @@ Move-MgBetaTeamPrimaryChannelPlannerPlanToContainer -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Move-MgBetaTeamworkDeletedTeamChannelPlannerPlanToContainer.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Move-MgBetaTeamworkDeletedTeamChannelPlannerPlanToContainer.md index 18a7f5598966c..bfaa4a21b29ce 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Move-MgBetaTeamworkDeletedTeamChannelPlannerPlanToContainer.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Move-MgBetaTeamworkDeletedTeamChannelPlannerPlanToContainer.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/move-mgbetateamworkdeletedteamchannelplannerplantocontainer Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Move-MgBetaTeamworkDeletedTeamChannelPlannerPlanToContainer --- @@ -26,7 +26,7 @@ Move-MgBetaTeamworkDeletedTeamChannelPlannerPlanToContainer -ChannelId [-AdditionalProperties ] [-Container ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Move @@ -38,7 +38,6 @@ Move-MgBetaTeamworkDeletedTeamChannelPlannerPlanToContainer -ChannelId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### MoveViaIdentityExpanded @@ -49,7 +48,6 @@ Move-MgBetaTeamworkDeletedTeamChannelPlannerPlanToContainer -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### MoveViaIdentity @@ -60,7 +58,6 @@ Move-MgBetaTeamworkDeletedTeamChannelPlannerPlanToContainer -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaAppCatalogTeamApp.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaAppCatalogTeamApp.md index 20d418e0d6005..60817d6eaea15 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaAppCatalogTeamApp.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaAppCatalogTeamApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/new-mgbetaappcatalogteamapp Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaAppCatalogTeamApp --- @@ -30,7 +30,7 @@ New-MgBetaAppCatalogTeamApp [-ResponseHeadersVariable ] [-AdditionalProp [-DistributionMethod ] [-ExternalId ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -40,7 +40,6 @@ New-MgBetaAppCatalogTeamApp -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -58,7 +57,7 @@ Admins can approve or reject these apps via this API or the Microsoft Teams admi | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | AppCatalog.Submit, Directory.ReadWrite.All, AppCatalog.ReadWrite.All, | +| Delegated (work or school account) | AppCatalog.Submit, AppCatalog.ReadWrite.All, Directory.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | | Application | Not supported | diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaAppCatalogTeamAppDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaAppCatalogTeamAppDefinition.md index 37f7107ff1ebe..4cf3e79ca6fbc 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaAppCatalogTeamAppDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaAppCatalogTeamAppDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/new-mgbetaappcatalogteamappdefinition Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaAppCatalogTeamAppDefinition --- @@ -35,7 +35,7 @@ New-MgBetaAppCatalogTeamAppDefinition -TeamsAppId [-ResponseHeadersVari [-Shortdescription ] [-TeamsAppId1 ] [-Version ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -52,7 +52,6 @@ New-MgBetaAppCatalogTeamAppDefinition -InputObject [-TeamsAppId [-Shortdescription ] [-Version ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -62,7 +61,7 @@ New-MgBetaAppCatalogTeamAppDefinition -TeamsAppId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -72,7 +71,7 @@ New-MgBetaAppCatalogTeamAppDefinition -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -90,7 +89,7 @@ This API specifically updates an app published to your organization's app catalo | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | AppCatalog.Submit, Directory.ReadWrite.All, AppCatalog.ReadWrite.All, | +| Delegated (work or school account) | AppCatalog.Submit, AppCatalog.ReadWrite.All, Directory.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | | Application | Not supported | diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaAppCatalogTeamAppDefinitionDashboardCard.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaAppCatalogTeamAppDefinitionDashboardCard.md index 1d167b300ca0f..22c811ca4312e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaAppCatalogTeamAppDefinitionDashboardCard.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaAppCatalogTeamAppDefinitionDashboardCard.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/new-mgbetaappcatalogteamappdefinitiondashboardcard Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaAppCatalogTeamAppDefinitionDashboardCard --- @@ -27,7 +27,6 @@ New-MgBetaAppCatalogTeamAppDefinitionDashboardCard -TeamsAppDefinitionId ] [-PickerGroupId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -38,7 +37,6 @@ New-MgBetaAppCatalogTeamAppDefinitionDashboardCard -TeamsAppDefinitionId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -51,7 +49,6 @@ New-MgBetaAppCatalogTeamAppDefinitionDashboardCard -InputObject [-Id ] [-PickerGroupId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -61,7 +58,7 @@ New-MgBetaAppCatalogTeamAppDefinitionDashboardCard -InputObject -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.Teams/New-MgBetaChat.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaChat.md index 4d783bcb96dab..345c7dd0eae85 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaChat.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaChat.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/new-mgbetachat Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaChat --- @@ -35,7 +35,7 @@ New-MgBetaChat [-ResponseHeadersVariable ] [-AdditionalProperties ] [-Topic ] [-Viewpoint ] [-WebUrl ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -44,7 +44,7 @@ New-MgBetaChat [-ResponseHeadersVariable ] [-AdditionalProperties [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaChatInstalledApp.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaChatInstalledApp.md index 6472d153ea09e..54524c8a05c32 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaChatInstalledApp.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaChatInstalledApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/new-mgbetachatinstalledapp Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaChatInstalledApp --- @@ -30,7 +30,6 @@ New-MgBetaChatInstalledApp -ChatId [-ResponseHeadersVariable ] [-TeamsAppDefinition ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -40,7 +39,6 @@ New-MgBetaChatInstalledApp -ChatId -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -53,7 +51,6 @@ New-MgBetaChatInstalledApp -InputObject [-ResponseHeadersVariab [-TeamsAppDefinition ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -63,7 +60,7 @@ New-MgBetaChatInstalledApp -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -79,9 +76,9 @@ Install a teamsApp to the specified chat. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | TeamsAppInstallation.ReadWriteSelfForChat, TeamsAppInstallation.ReadWriteForChat, TeamsAppInstallation.ReadWriteAndConsentSelfForChat, TeamsAppInstallation.ReadWriteAndConsentForChat, TeamsAppInstallation.ManageSelectedForChat, | +| Delegated (work or school account) | TeamsAppInstallation.ReadWriteSelfForChat, TeamsAppInstallation.ManageSelectedForChat, TeamsAppInstallation.ReadWriteAndConsentForChat, TeamsAppInstallation.ReadWriteAndConsentSelfForChat, TeamsAppInstallation.ReadWriteForChat, | | Delegated (personal Microsoft account) | Not supported | -| Application | TeamsAppInstallation.ReadWriteSelfForChat.All, TeamsAppInstallation.ReadWriteForChat.All, TeamsAppInstallation.ReadWriteAndConsentSelfForChat.All, TeamsAppInstallation.ReadWriteAndConsentForChat.All, TeamsAppInstallation.ManageSelectedForChat.All, Chat.Manage.Chat, | +| Application | TeamsAppInstallation.ReadWriteSelfForChat.All, Chat.Manage.Chat, TeamsAppInstallation.ManageSelectedForChat.All, TeamsAppInstallation.ReadWriteAndConsentForChat.All, TeamsAppInstallation.ReadWriteAndConsentSelfForChat.All, TeamsAppInstallation.ReadWriteForChat.All, | ## EXAMPLES ### Example 1: Install app in a chat diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaChatMember.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaChatMember.md index b5897ca313d03..99e376e002540 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaChatMember.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaChatMember.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/new-mgbetachatmember Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaChatMember --- @@ -28,7 +28,6 @@ New-MgBetaChatMember -ChatId [-ResponseHeadersVariable ] [-VisibleHistoryStartDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -38,7 +37,6 @@ New-MgBetaChatMember -ChatId -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -49,7 +47,6 @@ New-MgBetaChatMember -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -59,7 +56,7 @@ New-MgBetaChatMember -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -77,7 +74,7 @@ Add a conversationMember to a chat. | --------------- | ------------------------------------------ | | Delegated (work or school account) | ChatMember.ReadWrite, Chat.ReadWrite, | | Delegated (personal Microsoft account) | Not supported | -| Application | Chat.Manage.Chat, ChatMember.ReadWrite.All, Chat.ReadWrite.All, | +| Application | Chat.Manage.Chat, Chat.ReadWrite.All, ChatMember.ReadWrite.All, | ## EXAMPLES ### Example 1: Add a single member to a chat and specify the timespan for the conversation history diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaChatMessage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaChatMessage.md index d080c5d457856..5d92b6ec9b948 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaChatMessage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaChatMessage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/new-mgbetachatmessage Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaChatMessage --- @@ -38,7 +38,7 @@ New-MgBetaChatMessage -ChatId [-ResponseHeadersVariable ] [-ReplyToId ] [-Subject ] [-Summary ] [-WebUrl ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -58,7 +58,7 @@ New-MgBetaChatMessage -InputObject [-ChatId ] [-ReplyToId ] [-Subject ] [-Summary ] [-WebUrl ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -68,7 +68,6 @@ New-MgBetaChatMessage -ChatId -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -78,7 +77,6 @@ New-MgBetaChatMessage -InputObject -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -95,7 +93,7 @@ This API cannot create a new chat; you must use the list chats method to retriev | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | ChatMessage.Send, Group.ReadWrite.All, Chat.ReadWrite, | +| Delegated (work or school account) | ChatMessage.Send, Chat.ReadWrite, Group.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | | Application | Teamwork.Migrate.All, | diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaChatMessageHostedContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaChatMessageHostedContent.md index c6a5dab96c47b..bd4fddc4d436c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaChatMessageHostedContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaChatMessageHostedContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/new-mgbetachatmessagehostedcontent Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaChatMessageHostedContent --- @@ -28,7 +28,7 @@ New-MgBetaChatMessageHostedContent -ChatId -ChatMessageId [-ContentBytesInputFile ] [-ContentType ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -38,7 +38,6 @@ New-MgBetaChatMessageHostedContent -ChatId -ChatMessageId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -48,7 +47,7 @@ New-MgBetaChatMessageHostedContent -InputObject [-ResponseHeade [-AdditionalProperties ] [-ContentBytesInputFile ] [-ContentType ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -58,7 +57,6 @@ New-MgBetaChatMessageHostedContent -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaChatMessageReply.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaChatMessageReply.md index 1ac47be2b28ed..061280007c063 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaChatMessageReply.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaChatMessageReply.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/new-mgbetachatmessagereply Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaChatMessageReply --- @@ -38,7 +38,7 @@ New-MgBetaChatMessageReply -ChatId -ChatMessageId [-ReplyToId ] [-Subject ] [-Summary ] [-WebUrl ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -58,7 +58,7 @@ New-MgBetaChatMessageReply -InputObject [-ChatId ] [-ReplyToId ] [-Subject ] [-Summary ] [-WebUrl ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -68,7 +68,7 @@ New-MgBetaChatMessageReply -ChatId -ChatMessageId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -78,7 +78,6 @@ New-MgBetaChatMessageReply -InputObject -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaChatMessageReplyHostedContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaChatMessageReplyHostedContent.md index 1a4a735c46972..478826a9862d7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaChatMessageReplyHostedContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaChatMessageReplyHostedContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/new-mgbetachatmessagereplyhostedcontent Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaChatMessageReplyHostedContent --- @@ -28,7 +28,7 @@ New-MgBetaChatMessageReplyHostedContent -ChatId -ChatMessageId [-ContentBytesInputFile ] [-ContentType ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -38,7 +38,7 @@ New-MgBetaChatMessageReplyHostedContent -ChatId -ChatMessageId -ChatMessageId1 -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -49,7 +49,7 @@ New-MgBetaChatMessageReplyHostedContent -InputObject [-ContentBytesInputFile ] [-ContentType ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -59,7 +59,6 @@ New-MgBetaChatMessageReplyHostedContent -InputObject -BodyParam [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaChatOperation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaChatOperation.md index 96f70c1cfb4c5..58729287e5f61 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaChatOperation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaChatOperation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/new-mgbetachatoperation Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaChatOperation --- @@ -27,7 +27,6 @@ New-MgBetaChatOperation -ChatId [-ResponseHeadersVariable ] [-TargetResourceLocation ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -37,7 +36,6 @@ New-MgBetaChatOperation -ChatId -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -50,7 +48,6 @@ New-MgBetaChatOperation -InputObject [-ResponseHeadersVariable [-TargetResourceLocation ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -60,7 +57,7 @@ New-MgBetaChatOperation -InputObject -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.Teams/New-MgBetaChatPermissionGrant.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaChatPermissionGrant.md index 3d902573e6103..4806b44591333 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaChatPermissionGrant.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaChatPermissionGrant.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/new-mgbetachatpermissiongrant Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaChatPermissionGrant --- @@ -28,7 +28,7 @@ New-MgBetaChatPermissionGrant -ChatId [-ResponseHeadersVariable ] [-Id ] [-Permission ] [-PermissionType ] [-ResourceAppId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -38,7 +38,7 @@ New-MgBetaChatPermissionGrant -ChatId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -49,7 +49,7 @@ New-MgBetaChatPermissionGrant -InputObject [-ResponseHeadersVar [-DeletedDateTime ] [-Id ] [-Permission ] [-PermissionType ] [-ResourceAppId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -59,7 +59,7 @@ New-MgBetaChatPermissionGrant -InputObject -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.Teams/New-MgBetaChatPinnedMessage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaChatPinnedMessage.md index 4acea4883766a..8660991235fa9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaChatPinnedMessage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaChatPinnedMessage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/new-mgbetachatpinnedmessage Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaChatPinnedMessage --- @@ -28,7 +28,7 @@ New-MgBetaChatPinnedMessage -ChatId [-ResponseHeadersVariable ] [-AdditionalProperties ] [-Id ] [-Message ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -38,7 +38,6 @@ New-MgBetaChatPinnedMessage -ChatId -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -48,7 +47,7 @@ New-MgBetaChatPinnedMessage -InputObject [-ResponseHeadersVaria [-AdditionalProperties ] [-Id ] [-Message ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -58,7 +57,7 @@ New-MgBetaChatPinnedMessage -InputObject -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.Teams/New-MgBetaChatTab.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaChatTab.md index 848b35fc6ac64..d1af0b40697d4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaChatTab.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaChatTab.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/new-mgbetachattab Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaChatTab --- @@ -30,7 +30,7 @@ New-MgBetaChatTab -ChatId [-ResponseHeadersVariable ] [-TeamsApp ] [-TeamsAppId ] [-WebUrl ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -40,7 +40,6 @@ New-MgBetaChatTab -ChatId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -52,7 +51,7 @@ New-MgBetaChatTab -InputObject [-ResponseHeadersVariable ] [-TeamsAppId ] [-WebUrl ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -62,7 +61,6 @@ New-MgBetaChatTab -InputObject -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -79,9 +77,9 @@ Add (pin) a tab to the specified chat. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | TeamsTab.Create, TeamsTab.ReadWriteSelfForChat, TeamsTab.ReadWriteForChat, TeamsTab.ReadWrite.All, | +| Delegated (work or school account) | TeamsTab.Create, TeamsTab.ReadWrite.All, TeamsTab.ReadWriteForChat, TeamsTab.ReadWriteSelfForChat, | | Delegated (personal Microsoft account) | Not supported | -| Application | TeamsTab.Create, TeamsTab.ReadWriteSelfForChat.All, TeamsTab.ReadWriteForChat.All, TeamsTab.ReadWrite.Chat, TeamsTab.ReadWrite.All, TeamsTab.Create.Chat, | +| Application | TeamsTab.Create, TeamsTab.Create.Chat, TeamsTab.ReadWrite.All, TeamsTab.ReadWrite.Chat, TeamsTab.ReadWriteForChat.All, TeamsTab.ReadWriteSelfForChat.All, | ## EXAMPLES ### Example 1: Code snippet diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaGroupTeamChannel.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaGroupTeamChannel.md index 0298ee9d9507e..3d7514c7df7d7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaGroupTeamChannel.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaGroupTeamChannel.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/new-mgbetagroupteamchannel Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaGroupTeamChannel --- @@ -36,7 +36,7 @@ New-MgBetaGroupTeamChannel -GroupId [-ResponseHeadersVariable ] [-Summary ] [-Tabs ] [-TenantId ] [-WebUrl ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -46,7 +46,6 @@ New-MgBetaGroupTeamChannel -GroupId -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -65,7 +64,7 @@ New-MgBetaGroupTeamChannel -InputObject [-ResponseHeadersVariab [-Summary ] [-Tabs ] [-TenantId ] [-WebUrl ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -75,7 +74,6 @@ New-MgBetaGroupTeamChannel -InputObject -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -1551,6 +1549,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -3408,21 +3463,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -5205,6 +5317,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -6212,7 +6325,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -10279,6 +10395,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -12215,21 +12388,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -14012,6 +14242,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -15080,7 +15311,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -19621,6 +19855,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -21478,21 +21769,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -23275,6 +23623,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -23927,7 +24276,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaGroupTeamChannelEmail.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaGroupTeamChannelEmail.md index 34ba291c4b926..d47b303fff925 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaGroupTeamChannelEmail.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaGroupTeamChannelEmail.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/new-mgbetagroupteamchannelemail Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaGroupTeamChannelEmail --- @@ -30,7 +30,6 @@ New-MgBetaGroupTeamChannelEmail -ChannelId -GroupId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ProvisionViaIdentity @@ -39,7 +38,7 @@ New-MgBetaGroupTeamChannelEmail -ChannelId -GroupId New-MgBetaGroupTeamChannelEmail -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaGroupTeamChannelMember.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaGroupTeamChannelMember.md index 9f9844731c7c7..078c26cad2fd6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaGroupTeamChannelMember.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaGroupTeamChannelMember.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/new-mgbetagroupteamchannelmember Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaGroupTeamChannelMember --- @@ -28,7 +28,7 @@ New-MgBetaGroupTeamChannelMember -ChannelId -GroupId [-Id ] [-Roles ] [-VisibleHistoryStartDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateExpanded1 @@ -39,7 +39,7 @@ New-MgBetaGroupTeamChannelMember -ChannelId -GroupId [-Id ] [-Roles ] [-VisibleHistoryStartDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create1 @@ -49,7 +49,7 @@ New-MgBetaGroupTeamChannelMember -ChannelId -GroupId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -59,7 +59,7 @@ New-MgBetaGroupTeamChannelMember -ChannelId -GroupId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded1 @@ -70,7 +70,6 @@ New-MgBetaGroupTeamChannelMember -InputObject [-ResponseHeaders [-VisibleHistoryStartDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -81,7 +80,6 @@ New-MgBetaGroupTeamChannelMember -InputObject [-ResponseHeaders [-VisibleHistoryStartDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity1 @@ -91,7 +89,7 @@ New-MgBetaGroupTeamChannelMember -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -101,7 +99,7 @@ New-MgBetaGroupTeamChannelMember -InputObject -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.Teams/New-MgBetaGroupTeamChannelMessage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaGroupTeamChannelMessage.md index 2b4428f3a9675..fce4309b3a2d4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaGroupTeamChannelMessage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaGroupTeamChannelMessage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/new-mgbetagroupteamchannelmessage Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaGroupTeamChannelMessage --- @@ -38,7 +38,7 @@ New-MgBetaGroupTeamChannelMessage -ChannelId -GroupId [-ReplyToId ] [-Subject ] [-Summary ] [-WebUrl ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -48,7 +48,7 @@ New-MgBetaGroupTeamChannelMessage -ChannelId -GroupId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -68,7 +68,7 @@ New-MgBetaGroupTeamChannelMessage -InputObject [-ResponseHeader [-ReplyToId ] [-Subject ] [-Summary ] [-WebUrl ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -78,7 +78,7 @@ New-MgBetaGroupTeamChannelMessage -InputObject -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.Teams/New-MgBetaGroupTeamChannelMessageHostedContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaGroupTeamChannelMessageHostedContent.md index 3e522b06b69d5..e4f53ab2c16ed 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaGroupTeamChannelMessageHostedContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaGroupTeamChannelMessageHostedContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/new-mgbetagroupteamchannelmessagehostedcontent Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaGroupTeamChannelMessageHostedContent --- @@ -28,7 +28,7 @@ New-MgBetaGroupTeamChannelMessageHostedContent -ChannelId -ChatMessageI [-ContentBytesInputFile ] [-ContentType ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -38,7 +38,7 @@ New-MgBetaGroupTeamChannelMessageHostedContent -ChannelId -ChatMessageI -GroupId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -49,7 +49,7 @@ New-MgBetaGroupTeamChannelMessageHostedContent -InputObject [-ContentBytesInputFile ] [-ContentType ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -59,7 +59,6 @@ New-MgBetaGroupTeamChannelMessageHostedContent -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaGroupTeamChannelMessageReply.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaGroupTeamChannelMessageReply.md index 8fd71d9aa7d71..703ddec9eb703 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaGroupTeamChannelMessageReply.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaGroupTeamChannelMessageReply.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/new-mgbetagroupteamchannelmessagereply Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaGroupTeamChannelMessageReply --- @@ -38,7 +38,7 @@ New-MgBetaGroupTeamChannelMessageReply -ChannelId -ChatMessageId ] [-Subject ] [-Summary ] [-WebUrl ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -48,7 +48,7 @@ New-MgBetaGroupTeamChannelMessageReply -ChannelId -ChatMessageId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -69,7 +69,7 @@ New-MgBetaGroupTeamChannelMessageReply -InputObject [-ReplyToId ] [-Subject ] [-Summary ] [-WebUrl ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -79,7 +79,7 @@ New-MgBetaGroupTeamChannelMessageReply -InputObject -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.Teams/New-MgBetaGroupTeamChannelMessageReplyHostedContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaGroupTeamChannelMessageReplyHostedContent.md index 3cfea3ba9a6f2..dfbe305e7c8a5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaGroupTeamChannelMessageReplyHostedContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaGroupTeamChannelMessageReplyHostedContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/new-mgbetagroupteamchannelmessagereplyhostedcontent Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaGroupTeamChannelMessageReplyHostedContent --- @@ -28,7 +28,7 @@ New-MgBetaGroupTeamChannelMessageReplyHostedContent -ChannelId -ChatMes [-AdditionalProperties ] [-ContentBytesInputFile ] [-ContentType ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -39,7 +39,6 @@ New-MgBetaGroupTeamChannelMessageReplyHostedContent -ChannelId -ChatMes [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -50,7 +49,7 @@ New-MgBetaGroupTeamChannelMessageReplyHostedContent -InputObject ] [-ContentType ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -60,7 +59,6 @@ New-MgBetaGroupTeamChannelMessageReplyHostedContent -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaGroupTeamChannelPlannerPlan.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaGroupTeamChannelPlannerPlan.md index b383f6dc84f48..7d5feca83bf07 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaGroupTeamChannelPlannerPlan.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaGroupTeamChannelPlannerPlan.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/new-mgbetagroupteamchannelplannerplan Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaGroupTeamChannelPlannerPlan --- @@ -32,7 +32,6 @@ New-MgBetaGroupTeamChannelPlannerPlan -ChannelId -GroupId [-Tasks ] [-Title ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -42,7 +41,7 @@ New-MgBetaGroupTeamChannelPlannerPlan -ChannelId -GroupId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -60,7 +59,6 @@ New-MgBetaGroupTeamChannelPlannerPlan -InputObject [-Tasks ] [-Title ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -70,7 +68,7 @@ New-MgBetaGroupTeamChannelPlannerPlan -InputObject -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.Teams/New-MgBetaGroupTeamChannelPlannerPlanBucket.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaGroupTeamChannelPlannerPlanBucket.md index 33e27fc216aa4..d33409319c5a1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaGroupTeamChannelPlannerPlanBucket.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaGroupTeamChannelPlannerPlanBucket.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/new-mgbetagroupteamchannelplannerplanbucket Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaGroupTeamChannelPlannerPlanBucket --- @@ -27,7 +27,7 @@ New-MgBetaGroupTeamChannelPlannerPlanBucket -ChannelId -GroupId ] [-OrderHint ] [-PlanId ] [-Tasks ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -38,7 +38,6 @@ New-MgBetaGroupTeamChannelPlannerPlanBucket -ChannelId -GroupId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -51,7 +50,7 @@ New-MgBetaGroupTeamChannelPlannerPlanBucket -InputObject [-Name ] [-OrderHint ] [-PlanId ] [-Tasks ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -61,7 +60,7 @@ New-MgBetaGroupTeamChannelPlannerPlanBucket -InputObject -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.Teams/New-MgBetaGroupTeamChannelPlannerPlanBucketTask.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaGroupTeamChannelPlannerPlanBucketTask.md index a254b194fcb5e..733e6874c5209 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaGroupTeamChannelPlannerPlanBucketTask.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaGroupTeamChannelPlannerPlanBucketTask.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/new-mgbetagroupteamchannelplannerplanbuckettask Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaGroupTeamChannelPlannerPlanBucketTask --- @@ -40,7 +40,7 @@ New-MgBetaGroupTeamChannelPlannerPlanBucketTask -ChannelId -GroupId ] [-StartDateTime ] [-Title ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -51,7 +51,6 @@ New-MgBetaGroupTeamChannelPlannerPlanBucketTask -ChannelId -GroupId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -77,7 +76,7 @@ New-MgBetaGroupTeamChannelPlannerPlanBucketTask -InputObject [-SpecifiedCompletionRequirements ] [-StartDateTime ] [-Title ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -87,7 +86,7 @@ New-MgBetaGroupTeamChannelPlannerPlanBucketTask -InputObject -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.Teams/New-MgBetaGroupTeamChannelPlannerPlanTask.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaGroupTeamChannelPlannerPlanTask.md index 120367fb06510..e023a43ff0d04 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaGroupTeamChannelPlannerPlanTask.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaGroupTeamChannelPlannerPlanTask.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/new-mgbetagroupteamchannelplannerplantask Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaGroupTeamChannelPlannerPlanTask --- @@ -40,7 +40,7 @@ New-MgBetaGroupTeamChannelPlannerPlanTask -ChannelId -GroupId [-SpecifiedCompletionRequirements ] [-StartDateTime ] [-Title ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -51,7 +51,6 @@ New-MgBetaGroupTeamChannelPlannerPlanTask -ChannelId -GroupId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -77,7 +76,7 @@ New-MgBetaGroupTeamChannelPlannerPlanTask -InputObject [-SpecifiedCompletionRequirements ] [-StartDateTime ] [-Title ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -87,7 +86,7 @@ New-MgBetaGroupTeamChannelPlannerPlanTask -InputObject -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.Teams/New-MgBetaGroupTeamChannelSharedWithTeam.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaGroupTeamChannelSharedWithTeam.md index b43b34e35ac5e..ad3166a51975b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaGroupTeamChannelSharedWithTeam.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaGroupTeamChannelSharedWithTeam.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/new-mgbetagroupteamchannelsharedwithteam Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaGroupTeamChannelSharedWithTeam --- @@ -29,7 +29,6 @@ New-MgBetaGroupTeamChannelSharedWithTeam -ChannelId -GroupId [-IsHostTeam] [-Team ] [-TenantId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -39,7 +38,7 @@ New-MgBetaGroupTeamChannelSharedWithTeam -ChannelId -GroupId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -51,7 +50,6 @@ New-MgBetaGroupTeamChannelSharedWithTeam -InputObject [-IsHostTeam] [-Team ] [-TenantId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -61,7 +59,7 @@ New-MgBetaGroupTeamChannelSharedWithTeam -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -1089,6 +1087,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -2946,21 +3001,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -4743,6 +4855,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -5395,7 +5508,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -9873,6 +9989,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -11730,21 +11903,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -13527,6 +13757,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -14179,7 +14410,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaGroupTeamChannelTab.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaGroupTeamChannelTab.md index 29f988061181e..01922f8574e11 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaGroupTeamChannelTab.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaGroupTeamChannelTab.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/new-mgbetagroupteamchanneltab Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaGroupTeamChannelTab --- @@ -30,7 +30,6 @@ New-MgBetaGroupTeamChannelTab -ChannelId -GroupId [-TeamsAppId ] [-WebUrl ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -40,7 +39,7 @@ New-MgBetaGroupTeamChannelTab -ChannelId -GroupId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -52,7 +51,7 @@ New-MgBetaGroupTeamChannelTab -InputObject [-ResponseHeadersVar [-TeamsApp ] [-TeamsAppId ] [-WebUrl ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -62,7 +61,6 @@ New-MgBetaGroupTeamChannelTab -InputObject -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaGroupTeamInstalledApp.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaGroupTeamInstalledApp.md index 718511c21247d..eb7c29d77f9ad 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaGroupTeamInstalledApp.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaGroupTeamInstalledApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/new-mgbetagroupteaminstalledapp Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaGroupTeamInstalledApp --- @@ -30,7 +30,6 @@ New-MgBetaGroupTeamInstalledApp -GroupId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -40,7 +39,7 @@ New-MgBetaGroupTeamInstalledApp -GroupId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -53,7 +52,6 @@ New-MgBetaGroupTeamInstalledApp -InputObject [-ResponseHeadersV [-TeamsAppDefinition ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -63,7 +61,7 @@ New-MgBetaGroupTeamInstalledApp -InputObject -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.Teams/New-MgBetaGroupTeamMember.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaGroupTeamMember.md index 1a23126a2979c..3b34a143e27eb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaGroupTeamMember.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaGroupTeamMember.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/new-mgbetagroupteammember Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaGroupTeamMember --- @@ -28,7 +28,6 @@ New-MgBetaGroupTeamMember -GroupId [-ResponseHeadersVariable ] [-VisibleHistoryStartDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -38,7 +37,6 @@ New-MgBetaGroupTeamMember -GroupId -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -49,7 +47,6 @@ New-MgBetaGroupTeamMember -InputObject [-ResponseHeadersVariabl [-VisibleHistoryStartDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -59,7 +56,7 @@ New-MgBetaGroupTeamMember -InputObject -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.Teams/New-MgBetaGroupTeamOperation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaGroupTeamOperation.md index 1571d8f5818d0..548a14e23d057 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaGroupTeamOperation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaGroupTeamOperation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/new-mgbetagroupteamoperation Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaGroupTeamOperation --- @@ -30,7 +30,6 @@ New-MgBetaGroupTeamOperation -GroupId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -40,7 +39,6 @@ New-MgBetaGroupTeamOperation -GroupId -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -53,7 +51,6 @@ New-MgBetaGroupTeamOperation -InputObject [-ResponseHeadersVari [-TargetResourceLocation ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -63,7 +60,7 @@ New-MgBetaGroupTeamOperation -InputObject -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.Teams/New-MgBetaGroupTeamPermissionGrant.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaGroupTeamPermissionGrant.md index 6d32f748add33..37c7e99e21b76 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaGroupTeamPermissionGrant.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaGroupTeamPermissionGrant.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/new-mgbetagroupteampermissiongrant Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaGroupTeamPermissionGrant --- @@ -28,7 +28,7 @@ New-MgBetaGroupTeamPermissionGrant -GroupId [-ResponseHeadersVariable < [-DeletedDateTime ] [-Id ] [-Permission ] [-PermissionType ] [-ResourceAppId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -38,7 +38,7 @@ New-MgBetaGroupTeamPermissionGrant -GroupId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -49,7 +49,7 @@ New-MgBetaGroupTeamPermissionGrant -InputObject [-ResponseHeade [-DeletedDateTime ] [-Id ] [-Permission ] [-PermissionType ] [-ResourceAppId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -59,7 +59,7 @@ New-MgBetaGroupTeamPermissionGrant -InputObject -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.Teams/New-MgBetaGroupTeamPrimaryChannelEmail.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaGroupTeamPrimaryChannelEmail.md index dd6c3f496e3af..54178023dfd4d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaGroupTeamPrimaryChannelEmail.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaGroupTeamPrimaryChannelEmail.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/new-mgbetagroupteamprimarychannelemail Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaGroupTeamPrimaryChannelEmail --- @@ -29,7 +29,7 @@ To remove the email address of a channel, use the removeEmail method. New-MgBetaGroupTeamPrimaryChannelEmail -GroupId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### ProvisionViaIdentity @@ -39,7 +39,6 @@ New-MgBetaGroupTeamPrimaryChannelEmail -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaGroupTeamPrimaryChannelMember.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaGroupTeamPrimaryChannelMember.md index a6b714f62c60c..2db273518b33f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaGroupTeamPrimaryChannelMember.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaGroupTeamPrimaryChannelMember.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/new-mgbetagroupteamprimarychannelmember Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaGroupTeamPrimaryChannelMember --- @@ -28,7 +28,6 @@ New-MgBetaGroupTeamPrimaryChannelMember -GroupId [-ResponseHeadersVaria [-VisibleHistoryStartDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateExpanded1 @@ -39,7 +38,6 @@ New-MgBetaGroupTeamPrimaryChannelMember -GroupId [-ResponseHeadersVaria [-VisibleHistoryStartDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create1 @@ -49,7 +47,7 @@ New-MgBetaGroupTeamPrimaryChannelMember -GroupId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -59,7 +57,7 @@ New-MgBetaGroupTeamPrimaryChannelMember -GroupId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded1 @@ -70,7 +68,7 @@ New-MgBetaGroupTeamPrimaryChannelMember -InputObject [-Id ] [-Roles ] [-VisibleHistoryStartDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -81,7 +79,7 @@ New-MgBetaGroupTeamPrimaryChannelMember -InputObject [-Id ] [-Roles ] [-VisibleHistoryStartDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity1 @@ -91,7 +89,7 @@ New-MgBetaGroupTeamPrimaryChannelMember -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -101,7 +99,7 @@ New-MgBetaGroupTeamPrimaryChannelMember -InputObject -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.Teams/New-MgBetaGroupTeamPrimaryChannelMessage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaGroupTeamPrimaryChannelMessage.md index 6e94e85e93463..9a8ae7ee2e487 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaGroupTeamPrimaryChannelMessage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaGroupTeamPrimaryChannelMessage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/new-mgbetagroupteamprimarychannelmessage Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaGroupTeamPrimaryChannelMessage --- @@ -37,7 +37,7 @@ New-MgBetaGroupTeamPrimaryChannelMessage -GroupId [-ResponseHeadersVari [-ReplyToId ] [-Subject ] [-Summary ] [-WebUrl ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -47,7 +47,7 @@ New-MgBetaGroupTeamPrimaryChannelMessage -GroupId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -68,7 +68,7 @@ New-MgBetaGroupTeamPrimaryChannelMessage -InputObject [-ReplyToId ] [-Subject ] [-Summary ] [-WebUrl ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -78,7 +78,7 @@ New-MgBetaGroupTeamPrimaryChannelMessage -InputObject -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.Teams/New-MgBetaGroupTeamPrimaryChannelMessageHostedContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaGroupTeamPrimaryChannelMessageHostedContent.md index a2f3f88359491..b415878110ada 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaGroupTeamPrimaryChannelMessageHostedContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaGroupTeamPrimaryChannelMessageHostedContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/new-mgbetagroupteamprimarychannelmessagehostedcontent Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaGroupTeamPrimaryChannelMessageHostedContent --- @@ -28,7 +28,7 @@ New-MgBetaGroupTeamPrimaryChannelMessageHostedContent -ChatMessageId -G [-ContentBytesInputFile ] [-ContentType ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -38,7 +38,6 @@ New-MgBetaGroupTeamPrimaryChannelMessageHostedContent -ChatMessageId -G -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -49,7 +48,7 @@ New-MgBetaGroupTeamPrimaryChannelMessageHostedContent -InputObject ] [-ContentType ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -59,7 +58,6 @@ New-MgBetaGroupTeamPrimaryChannelMessageHostedContent -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaGroupTeamPrimaryChannelMessageReply.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaGroupTeamPrimaryChannelMessageReply.md index 0929a4f40195e..e8ebef64b7e11 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaGroupTeamPrimaryChannelMessageReply.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaGroupTeamPrimaryChannelMessageReply.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/new-mgbetagroupteamprimarychannelmessagereply Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaGroupTeamPrimaryChannelMessageReply --- @@ -38,7 +38,7 @@ New-MgBetaGroupTeamPrimaryChannelMessageReply -ChatMessageId -GroupId < [-ReplyToId ] [-Subject ] [-Summary ] [-WebUrl ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -48,7 +48,7 @@ New-MgBetaGroupTeamPrimaryChannelMessageReply -ChatMessageId -GroupId < -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -69,7 +69,7 @@ New-MgBetaGroupTeamPrimaryChannelMessageReply -InputObject [-ReplyToId ] [-Subject ] [-Summary ] [-WebUrl ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -79,7 +79,7 @@ New-MgBetaGroupTeamPrimaryChannelMessageReply -InputObject -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.Teams/New-MgBetaGroupTeamPrimaryChannelMessageReplyHostedContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaGroupTeamPrimaryChannelMessageReplyHostedContent.md index 86bdb7f3d2ed0..122d83d314a08 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaGroupTeamPrimaryChannelMessageReplyHostedContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaGroupTeamPrimaryChannelMessageReplyHostedContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/new-mgbetagroupteamprimarychannelmessagereplyhostedcontent Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaGroupTeamPrimaryChannelMessageReplyHostedContent --- @@ -28,7 +28,7 @@ New-MgBetaGroupTeamPrimaryChannelMessageReplyHostedContent -ChatMessageId ] [-ContentBytesInputFile ] [-ContentType ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -39,7 +39,6 @@ New-MgBetaGroupTeamPrimaryChannelMessageReplyHostedContent -ChatMessageId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -50,7 +49,7 @@ New-MgBetaGroupTeamPrimaryChannelMessageReplyHostedContent -InputObject ] [-ContentType ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -60,7 +59,6 @@ New-MgBetaGroupTeamPrimaryChannelMessageReplyHostedContent -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaGroupTeamPrimaryChannelPlannerPlan.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaGroupTeamPrimaryChannelPlannerPlan.md index 03eefd2c2e194..adaf57605bd5c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaGroupTeamPrimaryChannelPlannerPlan.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaGroupTeamPrimaryChannelPlannerPlan.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/new-mgbetagroupteamprimarychannelplannerplan Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaGroupTeamPrimaryChannelPlannerPlan --- @@ -31,7 +31,6 @@ New-MgBetaGroupTeamPrimaryChannelPlannerPlan -GroupId [-ResponseHeaders [-Tasks ] [-Title ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -41,7 +40,7 @@ New-MgBetaGroupTeamPrimaryChannelPlannerPlan -GroupId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -59,7 +58,6 @@ New-MgBetaGroupTeamPrimaryChannelPlannerPlan -InputObject [-Tasks ] [-Title ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -69,7 +67,7 @@ New-MgBetaGroupTeamPrimaryChannelPlannerPlan -InputObject -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.Teams/New-MgBetaGroupTeamPrimaryChannelPlannerPlanBucket.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaGroupTeamPrimaryChannelPlannerPlanBucket.md index 28bcb72d480ec..1d69d5656de57 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaGroupTeamPrimaryChannelPlannerPlanBucket.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaGroupTeamPrimaryChannelPlannerPlanBucket.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/new-mgbetagroupteamprimarychannelplannerplanbucket Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaGroupTeamPrimaryChannelPlannerPlanBucket --- @@ -27,7 +27,7 @@ New-MgBetaGroupTeamPrimaryChannelPlannerPlanBucket -GroupId -PlannerPla [-Name ] [-OrderHint ] [-PlanId ] [-Tasks ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -37,7 +37,7 @@ New-MgBetaGroupTeamPrimaryChannelPlannerPlanBucket -GroupId -PlannerPla -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -50,7 +50,7 @@ New-MgBetaGroupTeamPrimaryChannelPlannerPlanBucket -InputObject [-Name ] [-OrderHint ] [-PlanId ] [-Tasks ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -60,7 +60,7 @@ New-MgBetaGroupTeamPrimaryChannelPlannerPlanBucket -InputObject -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.Teams/New-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTask.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTask.md index 36e65b4848358..5c5b0021fb948 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTask.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTask.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/new-mgbetagroupteamprimarychannelplannerplanbuckettask Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTask --- @@ -40,7 +40,7 @@ New-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTask -GroupId -Planne [-SpecifiedCompletionRequirements ] [-StartDateTime ] [-Title ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -51,7 +51,6 @@ New-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTask -GroupId -Planne [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -77,7 +76,7 @@ New-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTask -InputObject ] [-StartDateTime ] [-Title ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -87,7 +86,7 @@ New-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTask -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaGroupTeamPrimaryChannelPlannerPlanTask.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaGroupTeamPrimaryChannelPlannerPlanTask.md index a757e77c6e577..be3688b85d6a5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaGroupTeamPrimaryChannelPlannerPlanTask.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaGroupTeamPrimaryChannelPlannerPlanTask.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/new-mgbetagroupteamprimarychannelplannerplantask Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaGroupTeamPrimaryChannelPlannerPlanTask --- @@ -40,7 +40,7 @@ New-MgBetaGroupTeamPrimaryChannelPlannerPlanTask -GroupId -PlannerPlanI [-SpecifiedCompletionRequirements ] [-StartDateTime ] [-Title ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -50,7 +50,7 @@ New-MgBetaGroupTeamPrimaryChannelPlannerPlanTask -GroupId -PlannerPlanI -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -76,7 +76,7 @@ New-MgBetaGroupTeamPrimaryChannelPlannerPlanTask -InputObject [-SpecifiedCompletionRequirements ] [-StartDateTime ] [-Title ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -86,7 +86,7 @@ New-MgBetaGroupTeamPrimaryChannelPlannerPlanTask -InputObject -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.Teams/New-MgBetaGroupTeamPrimaryChannelSharedWithTeam.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaGroupTeamPrimaryChannelSharedWithTeam.md index 3e34173efae8f..db744be8c16f9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaGroupTeamPrimaryChannelSharedWithTeam.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaGroupTeamPrimaryChannelSharedWithTeam.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/new-mgbetagroupteamprimarychannelsharedwithteam Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaGroupTeamPrimaryChannelSharedWithTeam --- @@ -29,7 +29,6 @@ New-MgBetaGroupTeamPrimaryChannelSharedWithTeam -GroupId [-IsHostTeam] [-Team ] [-TenantId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -39,7 +38,7 @@ New-MgBetaGroupTeamPrimaryChannelSharedWithTeam -GroupId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -51,7 +50,6 @@ New-MgBetaGroupTeamPrimaryChannelSharedWithTeam -InputObject [-IsHostTeam] [-Team ] [-TenantId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -61,7 +59,7 @@ New-MgBetaGroupTeamPrimaryChannelSharedWithTeam -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -1062,6 +1060,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -2919,21 +2974,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -4716,6 +4828,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -5368,7 +5481,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -9846,6 +9962,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -11703,21 +11876,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -13500,6 +13730,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -14152,7 +14383,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaGroupTeamPrimaryChannelTab.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaGroupTeamPrimaryChannelTab.md index 9b8760f9ca5b1..d492d1db05706 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaGroupTeamPrimaryChannelTab.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaGroupTeamPrimaryChannelTab.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/new-mgbetagroupteamprimarychanneltab Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaGroupTeamPrimaryChannelTab --- @@ -29,7 +29,7 @@ New-MgBetaGroupTeamPrimaryChannelTab -GroupId [-ResponseHeadersVariable [-TeamsApp ] [-TeamsAppId ] [-WebUrl ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -39,7 +39,6 @@ New-MgBetaGroupTeamPrimaryChannelTab -GroupId -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -52,7 +51,6 @@ New-MgBetaGroupTeamPrimaryChannelTab -InputObject [-TeamsAppId ] [-WebUrl ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -62,7 +60,7 @@ New-MgBetaGroupTeamPrimaryChannelTab -InputObject -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.Teams/New-MgBetaGroupTeamScheduleDayNote.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaGroupTeamScheduleDayNote.md index b2382072582ce..ad14629f52e9e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaGroupTeamScheduleDayNote.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaGroupTeamScheduleDayNote.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/new-mgbetagroupteamscheduledaynote Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaGroupTeamScheduleDayNote --- @@ -29,7 +29,7 @@ New-MgBetaGroupTeamScheduleDayNote -GroupId [-ResponseHeadersVariable < [-LastModifiedBy ] [-SharedDayNote ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -39,7 +39,6 @@ New-MgBetaGroupTeamScheduleDayNote -GroupId -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -51,7 +50,7 @@ New-MgBetaGroupTeamScheduleDayNote -InputObject [-ResponseHeade [-LastModifiedBy ] [-SharedDayNote ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -61,7 +60,7 @@ New-MgBetaGroupTeamScheduleDayNote -InputObject -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.Teams/New-MgBetaGroupTeamScheduleOfferShiftRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaGroupTeamScheduleOfferShiftRequest.md index 2c888259793ad..0b57721292e9c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaGroupTeamScheduleOfferShiftRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaGroupTeamScheduleOfferShiftRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/new-mgbetagroupteamscheduleoffershiftrequest Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaGroupTeamScheduleOfferShiftRequest --- @@ -31,7 +31,6 @@ New-MgBetaGroupTeamScheduleOfferShiftRequest -GroupId [-ResponseHeaders [-SenderShiftId ] [-State ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -41,7 +40,7 @@ New-MgBetaGroupTeamScheduleOfferShiftRequest -GroupId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -55,7 +54,6 @@ New-MgBetaGroupTeamScheduleOfferShiftRequest -InputObject [-SenderShiftId ] [-State ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -65,7 +63,7 @@ New-MgBetaGroupTeamScheduleOfferShiftRequest -InputObject -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.Teams/New-MgBetaGroupTeamScheduleOpenShift.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaGroupTeamScheduleOpenShift.md index 8e10fc27d6554..17d3b633eb480 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaGroupTeamScheduleOpenShift.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaGroupTeamScheduleOpenShift.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/new-mgbetagroupteamscheduleopenshift Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaGroupTeamScheduleOpenShift --- @@ -31,7 +31,7 @@ New-MgBetaGroupTeamScheduleOpenShift -GroupId [-ResponseHeadersVariable [-SharedOpenShift ] [-TeamInfo ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -41,7 +41,6 @@ New-MgBetaGroupTeamScheduleOpenShift -GroupId -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -55,7 +54,7 @@ New-MgBetaGroupTeamScheduleOpenShift -InputObject [-SharedOpenShift ] [-TeamInfo ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -65,7 +64,7 @@ New-MgBetaGroupTeamScheduleOpenShift -InputObject -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.Teams/New-MgBetaGroupTeamScheduleOpenShiftChangeRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaGroupTeamScheduleOpenShiftChangeRequest.md index e98a0800c72d4..ba00c56e11567 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaGroupTeamScheduleOpenShiftChangeRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaGroupTeamScheduleOpenShiftChangeRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/new-mgbetagroupteamscheduleopenshiftchangerequest Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaGroupTeamScheduleOpenShiftChangeRequest --- @@ -30,7 +30,7 @@ New-MgBetaGroupTeamScheduleOpenShiftChangeRequest -GroupId [-OpenShiftId ] [-SenderMessage ] [-State ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -40,7 +40,7 @@ New-MgBetaGroupTeamScheduleOpenShiftChangeRequest -GroupId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -53,7 +53,7 @@ New-MgBetaGroupTeamScheduleOpenShiftChangeRequest -InputObject [-OpenShiftId ] [-SenderMessage ] [-State ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -63,7 +63,7 @@ New-MgBetaGroupTeamScheduleOpenShiftChangeRequest -InputObject -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.Teams/New-MgBetaGroupTeamScheduleSchedulingGroup.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaGroupTeamScheduleSchedulingGroup.md index 101ae39521f64..7b4eb7e29328f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaGroupTeamScheduleSchedulingGroup.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaGroupTeamScheduleSchedulingGroup.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/new-mgbetagroupteamscheduleschedulinggroup Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaGroupTeamScheduleSchedulingGroup --- @@ -28,7 +28,7 @@ New-MgBetaGroupTeamScheduleSchedulingGroup -GroupId [-ResponseHeadersVa [-DisplayName ] [-Id ] [-LastModifiedBy ] [-UserIds ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -38,7 +38,7 @@ New-MgBetaGroupTeamScheduleSchedulingGroup -GroupId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -50,7 +50,7 @@ New-MgBetaGroupTeamScheduleSchedulingGroup -InputObject [-LastModifiedBy ] [-UserIds ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -60,7 +60,7 @@ New-MgBetaGroupTeamScheduleSchedulingGroup -InputObject -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.Teams/New-MgBetaGroupTeamScheduleShift.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaGroupTeamScheduleShift.md index 91fc25b1ada01..35db4356034e8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaGroupTeamScheduleShift.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaGroupTeamScheduleShift.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/new-mgbetagroupteamscheduleshift Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaGroupTeamScheduleShift --- @@ -32,7 +32,6 @@ New-MgBetaGroupTeamScheduleShift -GroupId [-ResponseHeadersVariable ] [-UserInfo ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -42,7 +41,6 @@ New-MgBetaGroupTeamScheduleShift -GroupId -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -57,7 +55,6 @@ New-MgBetaGroupTeamScheduleShift -InputObject [-ResponseHeaders [-UserId ] [-UserInfo ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -67,7 +64,6 @@ New-MgBetaGroupTeamScheduleShift -InputObject -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaGroupTeamScheduleShiftRoleDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaGroupTeamScheduleShiftRoleDefinition.md index 0fafd67c06f56..a461b192408c8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaGroupTeamScheduleShiftRoleDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaGroupTeamScheduleShiftRoleDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/new-mgbetagroupteamscheduleshiftroledefinition Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaGroupTeamScheduleShiftRoleDefinition --- @@ -25,7 +25,6 @@ New-MgBetaGroupTeamScheduleShiftRoleDefinition -GroupId [-ResponseHeade [-ShiftsRolePermissions ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -35,7 +34,7 @@ New-MgBetaGroupTeamScheduleShiftRoleDefinition -GroupId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -47,7 +46,6 @@ New-MgBetaGroupTeamScheduleShiftRoleDefinition -InputObject [-ShiftsRolePermissions ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -57,7 +55,7 @@ New-MgBetaGroupTeamScheduleShiftRoleDefinition -InputObject -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.Teams/New-MgBetaGroupTeamScheduleSwapShiftChangeRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaGroupTeamScheduleSwapShiftChangeRequest.md index f8f4de2c209ee..5832e02e17291 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaGroupTeamScheduleSwapShiftChangeRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaGroupTeamScheduleSwapShiftChangeRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/new-mgbetagroupteamscheduleswapshiftchangerequest Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaGroupTeamScheduleSwapShiftChangeRequest --- @@ -31,7 +31,7 @@ New-MgBetaGroupTeamScheduleSwapShiftChangeRequest -GroupId [-SenderMessage ] [-SenderShiftId ] [-State ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -41,7 +41,7 @@ New-MgBetaGroupTeamScheduleSwapShiftChangeRequest -GroupId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -55,7 +55,7 @@ New-MgBetaGroupTeamScheduleSwapShiftChangeRequest -InputObject [-SenderMessage ] [-SenderShiftId ] [-State ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -65,7 +65,7 @@ New-MgBetaGroupTeamScheduleSwapShiftChangeRequest -InputObject -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.Teams/New-MgBetaGroupTeamScheduleTimeCard.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaGroupTeamScheduleTimeCard.md index b7043bf293f86..2b20f65b9913c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaGroupTeamScheduleTimeCard.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaGroupTeamScheduleTimeCard.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/new-mgbetagroupteamscheduletimecard Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaGroupTeamScheduleTimeCard --- @@ -31,7 +31,7 @@ New-MgBetaGroupTeamScheduleTimeCard -GroupId [-ResponseHeadersVariable [-OriginalEntry ] [-State ] [-UserId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -41,7 +41,6 @@ New-MgBetaGroupTeamScheduleTimeCard -GroupId -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -56,7 +55,7 @@ New-MgBetaGroupTeamScheduleTimeCard -InputObject [-OriginalEntry ] [-State ] [-UserId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -66,7 +65,7 @@ New-MgBetaGroupTeamScheduleTimeCard -InputObject -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.Teams/New-MgBetaGroupTeamScheduleTimeOff.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaGroupTeamScheduleTimeOff.md index ba5fc54be40ca..8a3233ede6d90 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaGroupTeamScheduleTimeOff.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaGroupTeamScheduleTimeOff.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/new-mgbetagroupteamscheduletimeoff Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaGroupTeamScheduleTimeOff --- @@ -31,7 +31,6 @@ New-MgBetaGroupTeamScheduleTimeOff -GroupId [-ResponseHeadersVariable < [-UserInfo ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -41,7 +40,6 @@ New-MgBetaGroupTeamScheduleTimeOff -GroupId -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -55,7 +53,6 @@ New-MgBetaGroupTeamScheduleTimeOff -InputObject [-ResponseHeade [-UserInfo ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -65,7 +62,7 @@ New-MgBetaGroupTeamScheduleTimeOff -InputObject -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.Teams/New-MgBetaGroupTeamScheduleTimeOffReason.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaGroupTeamScheduleTimeOffReason.md index 2e8461f69b2b4..a845c88635cad 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaGroupTeamScheduleTimeOffReason.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaGroupTeamScheduleTimeOffReason.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/new-mgbetagroupteamscheduletimeoffreason Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaGroupTeamScheduleTimeOffReason --- @@ -29,7 +29,6 @@ New-MgBetaGroupTeamScheduleTimeOffReason -GroupId [-ResponseHeadersVari [-LastModifiedBy ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -39,7 +38,7 @@ New-MgBetaGroupTeamScheduleTimeOffReason -GroupId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -51,7 +50,7 @@ New-MgBetaGroupTeamScheduleTimeOffReason -InputObject [-Id ] [-IsActive] [-LastModifiedBy ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -61,7 +60,7 @@ New-MgBetaGroupTeamScheduleTimeOffReason -InputObject -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.Teams/New-MgBetaGroupTeamScheduleTimeOffRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaGroupTeamScheduleTimeOffRequest.md index 290259e12cc5c..d4fd7f81292a4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaGroupTeamScheduleTimeOffRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaGroupTeamScheduleTimeOffRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/new-mgbetagroupteamscheduletimeoffrequest Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaGroupTeamScheduleTimeOffRequest --- @@ -30,7 +30,7 @@ New-MgBetaGroupTeamScheduleTimeOffRequest -GroupId [-ResponseHeadersVar [-SenderMessage ] [-StartDateTime ] [-State ] [-TimeOffReasonId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -40,7 +40,7 @@ New-MgBetaGroupTeamScheduleTimeOffRequest -GroupId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -53,7 +53,7 @@ New-MgBetaGroupTeamScheduleTimeOffRequest -InputObject [-SenderMessage ] [-StartDateTime ] [-State ] [-TimeOffReasonId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -63,7 +63,7 @@ New-MgBetaGroupTeamScheduleTimeOffRequest -InputObject -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.Teams/New-MgBetaGroupTeamTag.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaGroupTeamTag.md index da4acbd91b67a..0f3532d19376d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaGroupTeamTag.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaGroupTeamTag.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/new-mgbetagroupteamtag Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaGroupTeamTag --- @@ -28,7 +28,7 @@ New-MgBetaGroupTeamTag -GroupId [-ResponseHeadersVariable ] [-MemberCount ] [-Members ] [-TagType ] [-TeamId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -38,7 +38,6 @@ New-MgBetaGroupTeamTag -GroupId -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -49,7 +48,7 @@ New-MgBetaGroupTeamTag -InputObject [-ResponseHeadersVariable < [-MemberCount ] [-Members ] [-TagType ] [-TeamId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -59,7 +58,6 @@ New-MgBetaGroupTeamTag -InputObject -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaGroupTeamTagMember.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaGroupTeamTagMember.md index 2737b6ea56ce6..afefae0531c82 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaGroupTeamTagMember.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaGroupTeamTagMember.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/new-mgbetagroupteamtagmember Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaGroupTeamTagMember --- @@ -28,7 +28,6 @@ New-MgBetaGroupTeamTagMember -GroupId -TeamworkTagId [-Id ] [-TenantId ] [-UserId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -38,7 +37,7 @@ New-MgBetaGroupTeamTagMember -GroupId -TeamworkTagId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -48,7 +47,7 @@ New-MgBetaGroupTeamTagMember -InputObject [-ResponseHeadersVari [-AdditionalProperties ] [-DisplayName ] [-Id ] [-TenantId ] [-UserId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -58,7 +57,7 @@ New-MgBetaGroupTeamTagMember -InputObject -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.Teams/New-MgBetaTeam.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeam.md index 0d9758d57caae..9f0b7aa6409e5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeam.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeam.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/new-mgbetateam Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaTeam --- @@ -43,7 +43,6 @@ New-MgBetaTeam [-ResponseHeadersVariable ] [-AdditionalProperties ] [-Visibility ] [-WebUrl ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -52,7 +51,7 @@ New-MgBetaTeam [-ResponseHeadersVariable ] [-AdditionalProperties [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -68,9 +67,9 @@ Create a new team. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Team.Create, Group.ReadWrite.All, Directory.ReadWrite.All, | +| Delegated (work or school account) | Team.Create, Directory.ReadWrite.All, Group.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | Team.Create, Teamwork.Migrate.All, Group.ReadWrite.All, Directory.ReadWrite.All, | +| Application | Team.Create, Directory.ReadWrite.All, Group.ReadWrite.All, Teamwork.Migrate.All, | ## EXAMPLES ### Example 1: Code snippet @@ -1850,6 +1849,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -3707,21 +3763,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -5504,6 +5617,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -6511,7 +6625,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -10593,6 +10710,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -12450,21 +12624,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -14247,6 +14478,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -14899,7 +15131,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -19328,6 +19563,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -21185,21 +21477,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -22982,6 +23331,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -23989,7 +24339,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -27978,16 +28331,59 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. [UsageRights ]: [Id ]: The unique identifier for an entity. Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. @@ -28462,6 +28858,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -30094,7 +30547,22 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [AssignmentErrors ]: + [Id ]: The unique identifier for an entity. +Read-only. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [Assignments ]: [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -36360,7 +36828,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -36822,6 +37293,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -38679,21 +39207,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -40476,6 +41061,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -41483,7 +42069,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -45603,6 +46192,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -47539,21 +48185,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -50089,6 +50792,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -51147,7 +51851,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -54464,6 +55171,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -56321,21 +57085,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -58118,6 +58939,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -59125,7 +59947,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -63510,6 +64335,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -65367,21 +66249,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -67164,6 +68103,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -67816,7 +68756,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamChannel.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamChannel.md index 997b33c47e295..8c6d4117478bc 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamChannel.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamChannel.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/new-mgbetateamchannel Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaTeamChannel --- @@ -39,7 +39,7 @@ New-MgBetaTeamChannel -TeamId [-ResponseHeadersVariable ] [-Summary ] [-Tabs ] [-TenantId ] [-WebUrl ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -49,7 +49,6 @@ New-MgBetaTeamChannel -TeamId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -68,7 +67,7 @@ New-MgBetaTeamChannel -InputObject [-ResponseHeadersVariable ] [-Tabs ] [-TenantId ] [-WebUrl ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -78,7 +77,6 @@ New-MgBetaTeamChannel -InputObject -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -97,9 +95,9 @@ You can add a maximum of 200 members when you create a private channel. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Channel.Create, Group.ReadWrite.All, Directory.ReadWrite.All, | +| Delegated (work or school account) | Channel.Create, Directory.ReadWrite.All, Group.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | Channel.Create.Group, Teamwork.Migrate.All, Group.ReadWrite.All, Directory.ReadWrite.All, Channel.Create, | +| Application | Channel.Create.Group, Channel.Create, Directory.ReadWrite.All, Group.ReadWrite.All, Teamwork.Migrate.All, | ## EXAMPLES ### Example 1: Create a standard channel @@ -1705,6 +1703,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -3562,21 +3617,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -5359,6 +5471,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -6366,7 +6479,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -10433,6 +10549,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -12369,21 +12542,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -14166,6 +14396,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -15234,7 +15465,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -19775,6 +20009,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -21632,21 +21923,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -23429,6 +23777,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -24081,7 +24430,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamChannelEmail.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamChannelEmail.md index f10eb249f4642..ca0cdb3965e0e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamChannelEmail.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamChannelEmail.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/new-mgbetateamchannelemail Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaTeamChannelEmail --- @@ -29,7 +29,7 @@ To remove the email address of a channel, use the removeEmail method. New-MgBetaTeamChannelEmail -ChannelId -TeamId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### ProvisionViaIdentity @@ -38,7 +38,7 @@ New-MgBetaTeamChannelEmail -ChannelId -TeamId [-ResponseHeader New-MgBetaTeamChannelEmail -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamChannelMember.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamChannelMember.md index 3d2b00c4669eb..1a03b434a1991 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamChannelMember.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamChannelMember.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/new-mgbetateamchannelmember Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaTeamChannelMember --- @@ -28,7 +28,6 @@ New-MgBetaTeamChannelMember -ChannelId -TeamId [-ResponseHeade [-VisibleHistoryStartDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateExpanded1 @@ -39,7 +38,6 @@ New-MgBetaTeamChannelMember -ChannelId -TeamId [-ResponseHeade [-VisibleHistoryStartDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create1 @@ -49,7 +47,7 @@ New-MgBetaTeamChannelMember -ChannelId -TeamId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -59,7 +57,7 @@ New-MgBetaTeamChannelMember -ChannelId -TeamId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded1 @@ -70,7 +68,6 @@ New-MgBetaTeamChannelMember -InputObject [-ResponseHeadersVaria [-VisibleHistoryStartDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -81,7 +78,6 @@ New-MgBetaTeamChannelMember -InputObject [-ResponseHeadersVaria [-VisibleHistoryStartDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity1 @@ -91,7 +87,7 @@ New-MgBetaTeamChannelMember -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -101,7 +97,7 @@ New-MgBetaTeamChannelMember -InputObject -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.Teams/New-MgBetaTeamChannelMessage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamChannelMessage.md index 249d090b00eb9..c000da615e9e6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamChannelMessage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamChannelMessage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/new-mgbetateamchannelmessage Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaTeamChannelMessage --- @@ -38,7 +38,7 @@ New-MgBetaTeamChannelMessage -ChannelId -TeamId [-ReplyToId ] [-Subject ] [-Summary ] [-WebUrl ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -48,7 +48,7 @@ New-MgBetaTeamChannelMessage -ChannelId -TeamId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -68,7 +68,7 @@ New-MgBetaTeamChannelMessage -InputObject [-ResponseHeadersVari [-ReplyToId ] [-Subject ] [-Summary ] [-WebUrl ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -78,7 +78,7 @@ New-MgBetaTeamChannelMessage -InputObject -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.Teams/New-MgBetaTeamChannelMessageHostedContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamChannelMessageHostedContent.md index 5bb7cb8802a86..1b831c7b56a8a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamChannelMessageHostedContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamChannelMessageHostedContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/new-mgbetateamchannelmessagehostedcontent Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaTeamChannelMessageHostedContent --- @@ -28,7 +28,7 @@ New-MgBetaTeamChannelMessageHostedContent -ChannelId -ChatMessageId ] [-ContentType ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -38,7 +38,7 @@ New-MgBetaTeamChannelMessageHostedContent -ChannelId -ChatMessageId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -49,7 +49,7 @@ New-MgBetaTeamChannelMessageHostedContent -InputObject [-ContentBytesInputFile ] [-ContentType ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -59,7 +59,6 @@ New-MgBetaTeamChannelMessageHostedContent -InputObject -BodyPar [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamChannelMessageReply.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamChannelMessageReply.md index 3f276d8bd2715..8fc86552ecc60 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamChannelMessageReply.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamChannelMessageReply.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/new-mgbetateamchannelmessagereply Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaTeamChannelMessageReply --- @@ -38,7 +38,7 @@ New-MgBetaTeamChannelMessageReply -ChannelId -ChatMessageId -T [-ReplyToId ] [-Subject ] [-Summary ] [-WebUrl ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -48,7 +48,7 @@ New-MgBetaTeamChannelMessageReply -ChannelId -ChatMessageId -T -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -68,7 +68,7 @@ New-MgBetaTeamChannelMessageReply -InputObject [-ResponseHeader [-ReplyToId ] [-Subject ] [-Summary ] [-WebUrl ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -78,7 +78,7 @@ New-MgBetaTeamChannelMessageReply -InputObject -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.Teams/New-MgBetaTeamChannelMessageReplyHostedContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamChannelMessageReplyHostedContent.md index bfdbc46dbb53c..a2bf40d6afd8a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamChannelMessageReplyHostedContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamChannelMessageReplyHostedContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/new-mgbetateamchannelmessagereplyhostedcontent Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaTeamChannelMessageReplyHostedContent --- @@ -28,7 +28,7 @@ New-MgBetaTeamChannelMessageReplyHostedContent -ChannelId -ChatMessageI [-AdditionalProperties ] [-ContentBytesInputFile ] [-ContentType ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -39,7 +39,6 @@ New-MgBetaTeamChannelMessageReplyHostedContent -ChannelId -ChatMessageI [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -50,7 +49,7 @@ New-MgBetaTeamChannelMessageReplyHostedContent -InputObject [-ContentBytesInputFile ] [-ContentType ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -60,7 +59,6 @@ New-MgBetaTeamChannelMessageReplyHostedContent -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamChannelPlannerPlan.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamChannelPlannerPlan.md index 380bf36ac2973..6e69f112d8474 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamChannelPlannerPlan.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamChannelPlannerPlan.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/new-mgbetateamchannelplannerplan Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaTeamChannelPlannerPlan --- @@ -32,7 +32,6 @@ New-MgBetaTeamChannelPlannerPlan -ChannelId -TeamId [-Tasks ] [-Title ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -42,7 +41,7 @@ New-MgBetaTeamChannelPlannerPlan -ChannelId -TeamId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -59,7 +58,6 @@ New-MgBetaTeamChannelPlannerPlan -InputObject [-ResponseHeaders [-Tasks ] [-Title ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -69,7 +67,7 @@ New-MgBetaTeamChannelPlannerPlan -InputObject -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.Teams/New-MgBetaTeamChannelPlannerPlanBucket.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamChannelPlannerPlanBucket.md index 0f437bb44113c..e6efc0d0e248f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamChannelPlannerPlanBucket.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamChannelPlannerPlanBucket.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/new-mgbetateamchannelplannerplanbucket Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaTeamChannelPlannerPlanBucket --- @@ -27,7 +27,7 @@ New-MgBetaTeamChannelPlannerPlanBucket -ChannelId -PlannerPlanId ] [-OrderHint ] [-PlanId ] [-Tasks ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -37,7 +37,7 @@ New-MgBetaTeamChannelPlannerPlanBucket -ChannelId -PlannerPlanId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -50,7 +50,7 @@ New-MgBetaTeamChannelPlannerPlanBucket -InputObject [-Name ] [-OrderHint ] [-PlanId ] [-Tasks ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -60,7 +60,7 @@ New-MgBetaTeamChannelPlannerPlanBucket -InputObject -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.Teams/New-MgBetaTeamChannelPlannerPlanBucketTask.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamChannelPlannerPlanBucketTask.md index 9b5377a437878..2f8a50fa80525 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamChannelPlannerPlanBucketTask.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamChannelPlannerPlanBucketTask.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/new-mgbetateamchannelplannerplanbuckettask Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaTeamChannelPlannerPlanBucketTask --- @@ -40,7 +40,7 @@ New-MgBetaTeamChannelPlannerPlanBucketTask -ChannelId -PlannerBucketId [-SpecifiedCompletionRequirements ] [-StartDateTime ] [-Title ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -51,7 +51,6 @@ New-MgBetaTeamChannelPlannerPlanBucketTask -ChannelId -PlannerBucketId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -77,7 +76,7 @@ New-MgBetaTeamChannelPlannerPlanBucketTask -InputObject [-SpecifiedCompletionRequirements ] [-StartDateTime ] [-Title ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -87,7 +86,7 @@ New-MgBetaTeamChannelPlannerPlanBucketTask -InputObject -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.Teams/New-MgBetaTeamChannelPlannerPlanTask.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamChannelPlannerPlanTask.md index e9b5e9df13e00..d0fe398b0f5d9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamChannelPlannerPlanTask.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamChannelPlannerPlanTask.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/new-mgbetateamchannelplannerplantask Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaTeamChannelPlannerPlanTask --- @@ -40,7 +40,7 @@ New-MgBetaTeamChannelPlannerPlanTask -ChannelId -PlannerPlanId [-SpecifiedCompletionRequirements ] [-StartDateTime ] [-Title ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -50,7 +50,7 @@ New-MgBetaTeamChannelPlannerPlanTask -ChannelId -PlannerPlanId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -76,7 +76,7 @@ New-MgBetaTeamChannelPlannerPlanTask -InputObject [-SpecifiedCompletionRequirements ] [-StartDateTime ] [-Title ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -86,7 +86,7 @@ New-MgBetaTeamChannelPlannerPlanTask -InputObject -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.Teams/New-MgBetaTeamChannelSharedWithTeam.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamChannelSharedWithTeam.md index c3e8c0213aea5..9f350c45d8af1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamChannelSharedWithTeam.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamChannelSharedWithTeam.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/new-mgbetateamchannelsharedwithteam Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaTeamChannelSharedWithTeam --- @@ -29,7 +29,6 @@ New-MgBetaTeamChannelSharedWithTeam -ChannelId -TeamId [-IsHostTeam] [-Team ] [-TenantId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -39,7 +38,7 @@ New-MgBetaTeamChannelSharedWithTeam -ChannelId -TeamId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -51,7 +50,6 @@ New-MgBetaTeamChannelSharedWithTeam -InputObject [-IsHostTeam] [-Team ] [-TenantId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -61,7 +59,7 @@ New-MgBetaTeamChannelSharedWithTeam -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -1089,6 +1087,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -2946,21 +3001,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -4743,6 +4855,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -5395,7 +5508,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -9873,6 +9989,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -11730,21 +11903,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -13527,6 +13757,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -14179,7 +14410,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamChannelTab.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamChannelTab.md index 99e6300570b6c..670e5f7fda102 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamChannelTab.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamChannelTab.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/new-mgbetateamchanneltab Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaTeamChannelTab --- @@ -29,7 +29,7 @@ New-MgBetaTeamChannelTab -ChannelId -TeamId [-ResponseHeadersV [-TeamsApp ] [-TeamsAppId ] [-WebUrl ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -39,7 +39,7 @@ New-MgBetaTeamChannelTab -ChannelId -TeamId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -51,7 +51,7 @@ New-MgBetaTeamChannelTab -InputObject [-ResponseHeadersVariable [-TeamsApp ] [-TeamsAppId ] [-WebUrl ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -61,7 +61,6 @@ New-MgBetaTeamChannelTab -InputObject -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -77,9 +76,9 @@ Create new navigation property to tabs for teams | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | TeamsTab.Create, TeamsTab.ReadWriteSelfForTeam, TeamsTab.ReadWriteForTeam, TeamsTab.ReadWrite.All, Group.ReadWrite.All, Directory.ReadWrite.All, | +| Delegated (work or school account) | TeamsTab.Create, Directory.ReadWrite.All, Group.ReadWrite.All, TeamsTab.ReadWrite.All, TeamsTab.ReadWriteForTeam, TeamsTab.ReadWriteSelfForTeam, | | Delegated (personal Microsoft account) | Not supported | -| Application | TeamsTab.Create.Group, TeamsTab.ReadWriteSelfForTeam.All, TeamsTab.ReadWriteForTeam.All, TeamsTab.ReadWrite.All, TeamsTab.Create, Group.ReadWrite.All, Directory.ReadWrite.All, | +| Application | TeamsTab.Create.Group, Directory.ReadWrite.All, Group.ReadWrite.All, TeamsTab.Create, TeamsTab.ReadWrite.All, TeamsTab.ReadWriteForTeam.All, TeamsTab.ReadWriteSelfForTeam.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamInstalledApp.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamInstalledApp.md index 7bbb3b97b0ca8..34a75fefe0e9d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamInstalledApp.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamInstalledApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/new-mgbetateaminstalledapp Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaTeamInstalledApp --- @@ -30,7 +30,6 @@ New-MgBetaTeamInstalledApp -TeamId [-ResponseHeadersVariable ] [-TeamsAppDefinition ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -40,7 +39,6 @@ New-MgBetaTeamInstalledApp -TeamId -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -53,7 +51,6 @@ New-MgBetaTeamInstalledApp -InputObject [-ResponseHeadersVariab [-TeamsAppDefinition ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -63,7 +60,7 @@ New-MgBetaTeamInstalledApp -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -79,9 +76,9 @@ Install an app to the specified team. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | TeamsAppInstallation.ReadWriteSelfForTeam, TeamsAppInstallation.ReadWriteForTeam, TeamsAppInstallation.ReadWriteAndConsentSelfForTeam, TeamsAppInstallation.ManageSelectedForTeam, Group.ReadWrite.All, Directory.ReadWrite.All, | +| Delegated (work or school account) | TeamsAppInstallation.ReadWriteSelfForTeam, Directory.ReadWrite.All, Group.ReadWrite.All, TeamsAppInstallation.ManageSelectedForTeam, TeamsAppInstallation.ReadWriteAndConsentSelfForTeam, TeamsAppInstallation.ReadWriteForTeam, | | Delegated (personal Microsoft account) | Not supported | -| Application | TeamsAppInstallation.ReadWriteSelfForTeam.All, TeamsAppInstallation.ReadWriteForTeam.All, TeamsAppInstallation.ReadWriteAndConsentSelfForTeam.All, TeamsAppInstallation.ReadWriteAndConsentForTeam.All, TeamsAppInstallation.ManageSelectedForTeam.All, Group.ReadWrite.All, Directory.ReadWrite.All, | +| Application | TeamsAppInstallation.ReadWriteSelfForTeam.All, Directory.ReadWrite.All, Group.ReadWrite.All, TeamsAppInstallation.ManageSelectedForTeam.All, TeamsAppInstallation.ReadWriteAndConsentForTeam.All, TeamsAppInstallation.ReadWriteAndConsentSelfForTeam.All, TeamsAppInstallation.ReadWriteForTeam.All, | ## EXAMPLES ### Example 1: Install app in a chat diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamMember.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamMember.md index 883f917cbaa91..00529ed024b79 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamMember.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamMember.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/new-mgbetateammember Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaTeamMember --- @@ -28,7 +28,6 @@ New-MgBetaTeamMember -TeamId [-ResponseHeadersVariable ] [-VisibleHistoryStartDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -38,7 +37,6 @@ New-MgBetaTeamMember -TeamId -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -49,7 +47,6 @@ New-MgBetaTeamMember -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -59,7 +56,7 @@ New-MgBetaTeamMember -InputObject -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.Teams/New-MgBetaTeamOperation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamOperation.md index 49b995d8e72d5..c1bea5922f4cd 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamOperation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamOperation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/new-mgbetateamoperation Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaTeamOperation --- @@ -30,7 +30,6 @@ New-MgBetaTeamOperation -TeamId [-ResponseHeadersVariable ] [-TargetResourceLocation ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -40,7 +39,6 @@ New-MgBetaTeamOperation -TeamId -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -53,7 +51,6 @@ New-MgBetaTeamOperation -InputObject [-ResponseHeadersVariable [-TargetResourceLocation ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -63,7 +60,7 @@ New-MgBetaTeamOperation -InputObject -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.Teams/New-MgBetaTeamPermissionGrant.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamPermissionGrant.md index af6f20f2922e1..0f6742456ee82 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamPermissionGrant.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamPermissionGrant.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/new-mgbetateampermissiongrant Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaTeamPermissionGrant --- @@ -28,7 +28,7 @@ New-MgBetaTeamPermissionGrant -TeamId [-ResponseHeadersVariable ] [-Id ] [-Permission ] [-PermissionType ] [-ResourceAppId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -38,7 +38,7 @@ New-MgBetaTeamPermissionGrant -TeamId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -49,7 +49,7 @@ New-MgBetaTeamPermissionGrant -InputObject [-ResponseHeadersVar [-DeletedDateTime ] [-Id ] [-Permission ] [-PermissionType ] [-ResourceAppId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -59,7 +59,7 @@ New-MgBetaTeamPermissionGrant -InputObject -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.Teams/New-MgBetaTeamPrimaryChannelEmail.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamPrimaryChannelEmail.md index ba779351fe8c5..e3ee61e014e23 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamPrimaryChannelEmail.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamPrimaryChannelEmail.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/new-mgbetateamprimarychannelemail Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaTeamPrimaryChannelEmail --- @@ -29,7 +29,7 @@ To remove the email address of a channel, use the removeEmail method. New-MgBetaTeamPrimaryChannelEmail -TeamId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### ProvisionViaIdentity @@ -38,7 +38,7 @@ New-MgBetaTeamPrimaryChannelEmail -TeamId [-ResponseHeadersVariable [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamPrimaryChannelMember.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamPrimaryChannelMember.md index 5d0751b951ac9..8e3fb81c506ce 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamPrimaryChannelMember.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamPrimaryChannelMember.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/new-mgbetateamprimarychannelmember Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaTeamPrimaryChannelMember --- @@ -28,7 +28,6 @@ New-MgBetaTeamPrimaryChannelMember -TeamId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateExpanded1 @@ -39,7 +38,6 @@ New-MgBetaTeamPrimaryChannelMember -TeamId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create1 @@ -49,7 +47,7 @@ New-MgBetaTeamPrimaryChannelMember -TeamId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -59,7 +57,7 @@ New-MgBetaTeamPrimaryChannelMember -TeamId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded1 @@ -70,7 +68,6 @@ New-MgBetaTeamPrimaryChannelMember -InputObject [-ResponseHeade [-VisibleHistoryStartDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -81,7 +78,6 @@ New-MgBetaTeamPrimaryChannelMember -InputObject [-ResponseHeade [-VisibleHistoryStartDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity1 @@ -91,7 +87,7 @@ New-MgBetaTeamPrimaryChannelMember -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -101,7 +97,7 @@ New-MgBetaTeamPrimaryChannelMember -InputObject -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.Teams/New-MgBetaTeamPrimaryChannelMessage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamPrimaryChannelMessage.md index 51d2e70fdc512..883192934a44c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamPrimaryChannelMessage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamPrimaryChannelMessage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/new-mgbetateamprimarychannelmessage Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaTeamPrimaryChannelMessage --- @@ -37,7 +37,7 @@ New-MgBetaTeamPrimaryChannelMessage -TeamId [-ResponseHeadersVariable < [-ReplyToId ] [-Subject ] [-Summary ] [-WebUrl ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -47,7 +47,6 @@ New-MgBetaTeamPrimaryChannelMessage -TeamId -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -68,7 +67,7 @@ New-MgBetaTeamPrimaryChannelMessage -InputObject [-ReplyToId ] [-Subject ] [-Summary ] [-WebUrl ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -78,7 +77,7 @@ New-MgBetaTeamPrimaryChannelMessage -InputObject -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.Teams/New-MgBetaTeamPrimaryChannelMessageHostedContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamPrimaryChannelMessageHostedContent.md index 9e0556de85109..32f00b7ab0815 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamPrimaryChannelMessageHostedContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamPrimaryChannelMessageHostedContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/new-mgbetateamprimarychannelmessagehostedcontent Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaTeamPrimaryChannelMessageHostedContent --- @@ -28,7 +28,7 @@ New-MgBetaTeamPrimaryChannelMessageHostedContent -ChatMessageId -TeamId [-ContentBytesInputFile ] [-ContentType ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -38,7 +38,6 @@ New-MgBetaTeamPrimaryChannelMessageHostedContent -ChatMessageId -TeamId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -49,7 +48,7 @@ New-MgBetaTeamPrimaryChannelMessageHostedContent -InputObject [-ContentBytesInputFile ] [-ContentType ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -59,7 +58,6 @@ New-MgBetaTeamPrimaryChannelMessageHostedContent -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamPrimaryChannelMessageReply.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamPrimaryChannelMessageReply.md index 9000f15e2429c..e4c34935ea419 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamPrimaryChannelMessageReply.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamPrimaryChannelMessageReply.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/new-mgbetateamprimarychannelmessagereply Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaTeamPrimaryChannelMessageReply --- @@ -38,7 +38,7 @@ New-MgBetaTeamPrimaryChannelMessageReply -ChatMessageId -TeamId ] [-Subject ] [-Summary ] [-WebUrl ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -48,7 +48,7 @@ New-MgBetaTeamPrimaryChannelMessageReply -ChatMessageId -TeamId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -69,7 +69,7 @@ New-MgBetaTeamPrimaryChannelMessageReply -InputObject [-ReplyToId ] [-Subject ] [-Summary ] [-WebUrl ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -79,7 +79,7 @@ New-MgBetaTeamPrimaryChannelMessageReply -InputObject -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.Teams/New-MgBetaTeamPrimaryChannelMessageReplyHostedContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamPrimaryChannelMessageReplyHostedContent.md index 137e60a90bff8..861735195430e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamPrimaryChannelMessageReplyHostedContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamPrimaryChannelMessageReplyHostedContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/new-mgbetateamprimarychannelmessagereplyhostedcontent Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaTeamPrimaryChannelMessageReplyHostedContent --- @@ -28,7 +28,7 @@ New-MgBetaTeamPrimaryChannelMessageReplyHostedContent -ChatMessageId [-AdditionalProperties ] [-ContentBytesInputFile ] [-ContentType ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -39,7 +39,6 @@ New-MgBetaTeamPrimaryChannelMessageReplyHostedContent -ChatMessageId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -50,7 +49,7 @@ New-MgBetaTeamPrimaryChannelMessageReplyHostedContent -InputObject ] [-ContentType ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -60,7 +59,6 @@ New-MgBetaTeamPrimaryChannelMessageReplyHostedContent -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamPrimaryChannelPlannerPlan.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamPrimaryChannelPlannerPlan.md index dede6e9ae09c7..518e274d92e27 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamPrimaryChannelPlannerPlan.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamPrimaryChannelPlannerPlan.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/new-mgbetateamprimarychannelplannerplan Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaTeamPrimaryChannelPlannerPlan --- @@ -31,7 +31,6 @@ New-MgBetaTeamPrimaryChannelPlannerPlan -TeamId [-ResponseHeadersVariab [-Tasks ] [-Title ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -41,7 +40,6 @@ New-MgBetaTeamPrimaryChannelPlannerPlan -TeamId -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -59,7 +57,6 @@ New-MgBetaTeamPrimaryChannelPlannerPlan -InputObject [-Tasks ] [-Title ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -69,7 +66,7 @@ New-MgBetaTeamPrimaryChannelPlannerPlan -InputObject -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.Teams/New-MgBetaTeamPrimaryChannelPlannerPlanBucket.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamPrimaryChannelPlannerPlanBucket.md index 46578b7e40026..4ddd2cb4e2d3b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamPrimaryChannelPlannerPlanBucket.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamPrimaryChannelPlannerPlanBucket.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/new-mgbetateamprimarychannelplannerplanbucket Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaTeamPrimaryChannelPlannerPlanBucket --- @@ -27,7 +27,7 @@ New-MgBetaTeamPrimaryChannelPlannerPlanBucket -PlannerPlanId -TeamId ] [-OrderHint ] [-PlanId ] [-Tasks ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -37,7 +37,7 @@ New-MgBetaTeamPrimaryChannelPlannerPlanBucket -PlannerPlanId -TeamId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -50,7 +50,7 @@ New-MgBetaTeamPrimaryChannelPlannerPlanBucket -InputObject [-Name ] [-OrderHint ] [-PlanId ] [-Tasks ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -60,7 +60,7 @@ New-MgBetaTeamPrimaryChannelPlannerPlanBucket -InputObject -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.Teams/New-MgBetaTeamPrimaryChannelPlannerPlanBucketTask.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamPrimaryChannelPlannerPlanBucketTask.md index ddcf569665453..97493f967d729 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamPrimaryChannelPlannerPlanBucketTask.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamPrimaryChannelPlannerPlanBucketTask.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/new-mgbetateamprimarychannelplannerplanbuckettask Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaTeamPrimaryChannelPlannerPlanBucketTask --- @@ -40,7 +40,7 @@ New-MgBetaTeamPrimaryChannelPlannerPlanBucketTask -PlannerBucketId -Pla [-SpecifiedCompletionRequirements ] [-StartDateTime ] [-Title ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -50,7 +50,7 @@ New-MgBetaTeamPrimaryChannelPlannerPlanBucketTask -PlannerBucketId -Pla -TeamId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -76,7 +76,7 @@ New-MgBetaTeamPrimaryChannelPlannerPlanBucketTask -InputObject [-SpecifiedCompletionRequirements ] [-StartDateTime ] [-Title ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -86,7 +86,7 @@ New-MgBetaTeamPrimaryChannelPlannerPlanBucketTask -InputObject -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.Teams/New-MgBetaTeamPrimaryChannelPlannerPlanTask.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamPrimaryChannelPlannerPlanTask.md index ff0c8219db85e..205867bdf778f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamPrimaryChannelPlannerPlanTask.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamPrimaryChannelPlannerPlanTask.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/new-mgbetateamprimarychannelplannerplantask Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaTeamPrimaryChannelPlannerPlanTask --- @@ -40,7 +40,7 @@ New-MgBetaTeamPrimaryChannelPlannerPlanTask -PlannerPlanId -TeamId ] [-StartDateTime ] [-Title ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -50,7 +50,7 @@ New-MgBetaTeamPrimaryChannelPlannerPlanTask -PlannerPlanId -TeamId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -76,7 +76,7 @@ New-MgBetaTeamPrimaryChannelPlannerPlanTask -InputObject [-SpecifiedCompletionRequirements ] [-StartDateTime ] [-Title ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -86,7 +86,7 @@ New-MgBetaTeamPrimaryChannelPlannerPlanTask -InputObject -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.Teams/New-MgBetaTeamPrimaryChannelSharedWithTeam.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamPrimaryChannelSharedWithTeam.md index fcab70e5a5430..6c63a83240da5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamPrimaryChannelSharedWithTeam.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamPrimaryChannelSharedWithTeam.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/new-mgbetateamprimarychannelsharedwithteam Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaTeamPrimaryChannelSharedWithTeam --- @@ -28,7 +28,7 @@ New-MgBetaTeamPrimaryChannelSharedWithTeam -TeamId [-ResponseHeadersVar [-DisplayName ] [-Id ] [-IsHostTeam] [-Team ] [-TenantId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -38,7 +38,7 @@ New-MgBetaTeamPrimaryChannelSharedWithTeam -TeamId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -50,7 +50,6 @@ New-MgBetaTeamPrimaryChannelSharedWithTeam -InputObject [-IsHostTeam] [-Team ] [-TenantId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -60,7 +59,7 @@ New-MgBetaTeamPrimaryChannelSharedWithTeam -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -1061,6 +1060,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -2918,21 +2974,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -4715,6 +4828,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -5367,7 +5481,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -9845,6 +9962,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -11702,21 +11876,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -13499,6 +13730,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -14151,7 +14383,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamPrimaryChannelTab.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamPrimaryChannelTab.md index ac0aac58ad103..45005c7cff29d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamPrimaryChannelTab.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamPrimaryChannelTab.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/new-mgbetateamprimarychanneltab Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaTeamPrimaryChannelTab --- @@ -29,7 +29,7 @@ New-MgBetaTeamPrimaryChannelTab -TeamId [-ResponseHeadersVariable ] [-TeamsAppId ] [-WebUrl ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -39,7 +39,6 @@ New-MgBetaTeamPrimaryChannelTab -TeamId -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -51,7 +50,7 @@ New-MgBetaTeamPrimaryChannelTab -InputObject [-ResponseHeadersV [-TeamsApp ] [-TeamsAppId ] [-WebUrl ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -61,7 +60,7 @@ New-MgBetaTeamPrimaryChannelTab -InputObject -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.Teams/New-MgBetaTeamScheduleDayNote.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamScheduleDayNote.md index b99ef09f19201..fb11382224e35 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamScheduleDayNote.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamScheduleDayNote.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/new-mgbetateamscheduledaynote Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaTeamScheduleDayNote --- @@ -29,7 +29,7 @@ New-MgBetaTeamScheduleDayNote -TeamId [-ResponseHeadersVariable ] [-SharedDayNote ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -39,7 +39,6 @@ New-MgBetaTeamScheduleDayNote -TeamId -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -51,7 +50,7 @@ New-MgBetaTeamScheduleDayNote -InputObject [-ResponseHeadersVar [-LastModifiedBy ] [-SharedDayNote ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -61,7 +60,6 @@ New-MgBetaTeamScheduleDayNote -InputObject -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamScheduleOfferShiftRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamScheduleOfferShiftRequest.md index c3133c37d7418..2eda37f4e27c8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamScheduleOfferShiftRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamScheduleOfferShiftRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/new-mgbetateamscheduleoffershiftrequest Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaTeamScheduleOfferShiftRequest --- @@ -31,7 +31,6 @@ New-MgBetaTeamScheduleOfferShiftRequest -TeamId [-ResponseHeadersVariab [-SenderShiftId ] [-State ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -41,7 +40,7 @@ New-MgBetaTeamScheduleOfferShiftRequest -TeamId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -55,7 +54,6 @@ New-MgBetaTeamScheduleOfferShiftRequest -InputObject [-SenderShiftId ] [-State ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -65,7 +63,7 @@ New-MgBetaTeamScheduleOfferShiftRequest -InputObject -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.Teams/New-MgBetaTeamScheduleOpenShift.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamScheduleOpenShift.md index 7303ca1f21a71..e2080cc654c43 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamScheduleOpenShift.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamScheduleOpenShift.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/new-mgbetateamscheduleopenshift Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaTeamScheduleOpenShift --- @@ -31,7 +31,7 @@ New-MgBetaTeamScheduleOpenShift -TeamId [-ResponseHeadersVariable ] [-TeamInfo ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -41,7 +41,6 @@ New-MgBetaTeamScheduleOpenShift -TeamId -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -55,7 +54,7 @@ New-MgBetaTeamScheduleOpenShift -InputObject [-ResponseHeadersV [-SharedOpenShift ] [-TeamInfo ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -65,7 +64,7 @@ New-MgBetaTeamScheduleOpenShift -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -81,7 +80,7 @@ Create an instance of an openShift object. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Schedule.ReadWrite.All, Group.ReadWrite.All, Group.Read.All, | +| Delegated (work or school account) | Schedule.ReadWrite.All, Group.Read.All, Group.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | | Application | Schedule.ReadWrite.All, | diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamScheduleOpenShiftChangeRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamScheduleOpenShiftChangeRequest.md index 1e014c8376b72..08b0863f9dcbe 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamScheduleOpenShiftChangeRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamScheduleOpenShiftChangeRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/new-mgbetateamscheduleopenshiftchangerequest Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaTeamScheduleOpenShiftChangeRequest --- @@ -30,7 +30,7 @@ New-MgBetaTeamScheduleOpenShiftChangeRequest -TeamId [-ResponseHeadersV [-OpenShiftId ] [-SenderMessage ] [-State ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -40,7 +40,7 @@ New-MgBetaTeamScheduleOpenShiftChangeRequest -TeamId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -53,7 +53,7 @@ New-MgBetaTeamScheduleOpenShiftChangeRequest -InputObject [-OpenShiftId ] [-SenderMessage ] [-State ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -63,7 +63,7 @@ New-MgBetaTeamScheduleOpenShiftChangeRequest -InputObject -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.Teams/New-MgBetaTeamScheduleSchedulingGroup.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamScheduleSchedulingGroup.md index 4e3c7579ccfdb..4885a564f0e33 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamScheduleSchedulingGroup.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamScheduleSchedulingGroup.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/new-mgbetateamscheduleschedulinggroup Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaTeamScheduleSchedulingGroup --- @@ -28,7 +28,7 @@ New-MgBetaTeamScheduleSchedulingGroup -TeamId [-ResponseHeadersVariable [-DisplayName ] [-Id ] [-LastModifiedBy ] [-UserIds ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -38,7 +38,7 @@ New-MgBetaTeamScheduleSchedulingGroup -TeamId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -50,7 +50,7 @@ New-MgBetaTeamScheduleSchedulingGroup -InputObject [-LastModifiedBy ] [-UserIds ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -60,7 +60,7 @@ New-MgBetaTeamScheduleSchedulingGroup -InputObject -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.Teams/New-MgBetaTeamScheduleShift.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamScheduleShift.md index 372d9a221230a..c27d61d957030 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamScheduleShift.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamScheduleShift.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/new-mgbetateamscheduleshift Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaTeamScheduleShift --- @@ -33,7 +33,6 @@ New-MgBetaTeamScheduleShift -TeamId [-ResponseHeadersVariable ] [-UserId ] [-UserInfo ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -43,7 +42,6 @@ New-MgBetaTeamScheduleShift -TeamId -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -58,7 +56,6 @@ New-MgBetaTeamScheduleShift -InputObject [-ResponseHeadersVaria [-UserId ] [-UserInfo ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -68,7 +65,6 @@ New-MgBetaTeamScheduleShift -InputObject -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamScheduleShiftRoleDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamScheduleShiftRoleDefinition.md index 83988ce731ea5..6d6cac3040bca 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamScheduleShiftRoleDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamScheduleShiftRoleDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/new-mgbetateamscheduleshiftroledefinition Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaTeamScheduleShiftRoleDefinition --- @@ -25,7 +25,6 @@ New-MgBetaTeamScheduleShiftRoleDefinition -TeamId [-ResponseHeadersVari [-ShiftsRolePermissions ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -35,7 +34,7 @@ New-MgBetaTeamScheduleShiftRoleDefinition -TeamId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -47,7 +46,6 @@ New-MgBetaTeamScheduleShiftRoleDefinition -InputObject [-ShiftsRolePermissions ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -57,7 +55,7 @@ New-MgBetaTeamScheduleShiftRoleDefinition -InputObject -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.Teams/New-MgBetaTeamScheduleSwapShiftChangeRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamScheduleSwapShiftChangeRequest.md index c4d4cd7009cc6..ef50411538cc4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamScheduleSwapShiftChangeRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamScheduleSwapShiftChangeRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/new-mgbetateamscheduleswapshiftchangerequest Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaTeamScheduleSwapShiftChangeRequest --- @@ -31,7 +31,7 @@ New-MgBetaTeamScheduleSwapShiftChangeRequest -TeamId [-ResponseHeadersV [-SenderMessage ] [-SenderShiftId ] [-State ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -41,7 +41,7 @@ New-MgBetaTeamScheduleSwapShiftChangeRequest -TeamId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -55,7 +55,7 @@ New-MgBetaTeamScheduleSwapShiftChangeRequest -InputObject [-SenderMessage ] [-SenderShiftId ] [-State ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -65,7 +65,7 @@ New-MgBetaTeamScheduleSwapShiftChangeRequest -InputObject -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.Teams/New-MgBetaTeamScheduleTimeCard.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamScheduleTimeCard.md index 3459d220cd30a..528fb3089effe 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamScheduleTimeCard.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamScheduleTimeCard.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/new-mgbetateamscheduletimecard Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaTeamScheduleTimeCard --- @@ -31,7 +31,7 @@ New-MgBetaTeamScheduleTimeCard -TeamId [-ResponseHeadersVariable ] [-State ] [-UserId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -41,7 +41,6 @@ New-MgBetaTeamScheduleTimeCard -TeamId -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -55,7 +54,7 @@ New-MgBetaTeamScheduleTimeCard -InputObject [-ResponseHeadersVa [-OriginalEntry ] [-State ] [-UserId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -65,7 +64,7 @@ New-MgBetaTeamScheduleTimeCard -InputObject -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.Teams/New-MgBetaTeamScheduleTimeOff.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamScheduleTimeOff.md index c969c77e4d913..595d060a4b618 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamScheduleTimeOff.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamScheduleTimeOff.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/new-mgbetateamscheduletimeoff Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaTeamScheduleTimeOff --- @@ -31,7 +31,6 @@ New-MgBetaTeamScheduleTimeOff -TeamId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -41,7 +40,6 @@ New-MgBetaTeamScheduleTimeOff -TeamId -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -55,7 +53,6 @@ New-MgBetaTeamScheduleTimeOff -InputObject [-ResponseHeadersVar [-UserInfo ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -65,7 +62,6 @@ New-MgBetaTeamScheduleTimeOff -InputObject -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamScheduleTimeOffReason.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamScheduleTimeOffReason.md index 7045c16b6d521..3b1caaf632e83 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamScheduleTimeOffReason.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamScheduleTimeOffReason.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/new-mgbetateamscheduletimeoffreason Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaTeamScheduleTimeOffReason --- @@ -29,7 +29,6 @@ New-MgBetaTeamScheduleTimeOffReason -TeamId [-ResponseHeadersVariable < [-LastModifiedBy ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -39,7 +38,6 @@ New-MgBetaTeamScheduleTimeOffReason -TeamId -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -51,7 +49,7 @@ New-MgBetaTeamScheduleTimeOffReason -InputObject [-Id ] [-IsActive] [-LastModifiedBy ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -61,7 +59,7 @@ New-MgBetaTeamScheduleTimeOffReason -InputObject -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.Teams/New-MgBetaTeamScheduleTimeOffRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamScheduleTimeOffRequest.md index 69568d26eed46..f1310c0490e9e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamScheduleTimeOffRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamScheduleTimeOffRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/new-mgbetateamscheduletimeoffrequest Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaTeamScheduleTimeOffRequest --- @@ -30,7 +30,7 @@ New-MgBetaTeamScheduleTimeOffRequest -TeamId [-ResponseHeadersVariable [-SenderMessage ] [-StartDateTime ] [-State ] [-TimeOffReasonId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -40,7 +40,6 @@ New-MgBetaTeamScheduleTimeOffRequest -TeamId -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -53,7 +52,7 @@ New-MgBetaTeamScheduleTimeOffRequest -InputObject [-SenderMessage ] [-StartDateTime ] [-State ] [-TimeOffReasonId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -63,7 +62,7 @@ New-MgBetaTeamScheduleTimeOffRequest -InputObject -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.Teams/New-MgBetaTeamTag.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamTag.md index d9de6248de10b..f879b3f01dda0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamTag.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamTag.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/new-mgbetateamtag Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaTeamTag --- @@ -28,7 +28,7 @@ New-MgBetaTeamTag -TeamId [-ResponseHeadersVariable ] [-MemberCount ] [-Members ] [-TagType ] [-TeamId1 ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -40,7 +40,7 @@ New-MgBetaTeamTag -InputObject [-TeamId ] [-Members ] [-TagType ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -50,7 +50,6 @@ New-MgBetaTeamTag -TeamId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -60,7 +59,6 @@ New-MgBetaTeamTag -InputObject -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamTagMember.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamTagMember.md index 140b4d642384b..38143f09c3103 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamTagMember.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamTagMember.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/new-mgbetateamtagmember Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaTeamTagMember --- @@ -27,7 +27,7 @@ New-MgBetaTeamTagMember -TeamId -TeamworkTagId [-ResponseHeade [-AdditionalProperties ] [-DisplayName ] [-Id ] [-TenantId ] [-UserId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -37,7 +37,7 @@ New-MgBetaTeamTagMember -TeamId -TeamworkTagId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -47,7 +47,7 @@ New-MgBetaTeamTagMember -InputObject [-ResponseHeadersVariable [-AdditionalProperties ] [-DisplayName ] [-Id ] [-TenantId ] [-UserId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -57,7 +57,7 @@ New-MgBetaTeamTagMember -InputObject -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.Teams/New-MgBetaTeamworkDeletedChat.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamworkDeletedChat.md index 1ba7155d54dc5..ce4c7e3bbfa66 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamworkDeletedChat.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamworkDeletedChat.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/new-mgbetateamworkdeletedchat Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaTeamworkDeletedChat --- @@ -27,7 +27,6 @@ New-MgBetaTeamworkDeletedChat [-ResponseHeadersVariable ] [-AdditionalProperties ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -36,7 +35,7 @@ New-MgBetaTeamworkDeletedChat [-ResponseHeadersVariable ] New-MgBetaTeamworkDeletedChat -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.Teams/New-MgBetaTeamworkDeletedTeam.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamworkDeletedTeam.md index efdaa59b5f206..1d16e200637ab 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamworkDeletedTeam.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamworkDeletedTeam.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/new-mgbetateamworkdeletedteam Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaTeamworkDeletedTeam --- @@ -27,7 +27,7 @@ New-MgBetaTeamworkDeletedTeam [-ResponseHeadersVariable ] [-AdditionalProperties ] [-Channels ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -37,7 +37,6 @@ New-MgBetaTeamworkDeletedTeam -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -831,6 +830,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -2688,21 +2744,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -4485,6 +4598,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -5492,7 +5606,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -9570,6 +9687,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -11427,21 +11601,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -13224,6 +13455,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -14231,7 +14463,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamworkDeletedTeamChannel.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamworkDeletedTeamChannel.md index 7151bc2089308..a019b4705c326 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamworkDeletedTeamChannel.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamworkDeletedTeamChannel.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/new-mgbetateamworkdeletedteamchannel Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaTeamworkDeletedTeamChannel --- @@ -36,7 +36,7 @@ New-MgBetaTeamworkDeletedTeamChannel -DeletedTeamId [-ResponseHeadersVa [-Summary ] [-Tabs ] [-TenantId ] [-WebUrl ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -46,7 +46,6 @@ New-MgBetaTeamworkDeletedTeamChannel -DeletedTeamId -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -66,7 +65,7 @@ New-MgBetaTeamworkDeletedTeamChannel -InputObject [-Summary ] [-Tabs ] [-TenantId ] [-WebUrl ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -76,7 +75,7 @@ New-MgBetaTeamworkDeletedTeamChannel -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -1552,6 +1551,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -3409,21 +3465,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -5206,6 +5319,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -6213,7 +6327,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -10280,6 +10397,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -12216,21 +12390,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -14013,6 +14244,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -15081,7 +15313,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -19622,6 +19857,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -21479,21 +21771,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -23276,6 +23625,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -23928,7 +24278,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamworkDeletedTeamChannelEmail.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamworkDeletedTeamChannelEmail.md index e8bd70ca61d81..cdab195a66ef6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamworkDeletedTeamChannelEmail.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamworkDeletedTeamChannelEmail.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/new-mgbetateamworkdeletedteamchannelemail Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaTeamworkDeletedTeamChannelEmail --- @@ -30,7 +30,6 @@ New-MgBetaTeamworkDeletedTeamChannelEmail -ChannelId -DeletedTeamId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ProvisionViaIdentity @@ -40,7 +39,6 @@ New-MgBetaTeamworkDeletedTeamChannelEmail -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamworkDeletedTeamChannelMember.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamworkDeletedTeamChannelMember.md index 79b97d5086bbe..0c42feb20088a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamworkDeletedTeamChannelMember.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamworkDeletedTeamChannelMember.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/new-mgbetateamworkdeletedteamchannelmember Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaTeamworkDeletedTeamChannelMember --- @@ -28,7 +28,7 @@ New-MgBetaTeamworkDeletedTeamChannelMember -ChannelId -DeletedTeamId ] [-Roles ] [-VisibleHistoryStartDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateExpanded1 @@ -39,7 +39,7 @@ New-MgBetaTeamworkDeletedTeamChannelMember -ChannelId -DeletedTeamId ] [-Roles ] [-VisibleHistoryStartDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create1 @@ -49,7 +49,7 @@ New-MgBetaTeamworkDeletedTeamChannelMember -ChannelId -DeletedTeamId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -59,7 +59,7 @@ New-MgBetaTeamworkDeletedTeamChannelMember -ChannelId -DeletedTeamId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded1 @@ -70,7 +70,7 @@ New-MgBetaTeamworkDeletedTeamChannelMember -InputObject [-Id ] [-Roles ] [-VisibleHistoryStartDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -81,7 +81,7 @@ New-MgBetaTeamworkDeletedTeamChannelMember -InputObject [-Id ] [-Roles ] [-VisibleHistoryStartDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity1 @@ -91,7 +91,7 @@ New-MgBetaTeamworkDeletedTeamChannelMember -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -101,7 +101,7 @@ New-MgBetaTeamworkDeletedTeamChannelMember -InputObject -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.Teams/New-MgBetaTeamworkDeletedTeamChannelMessage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamworkDeletedTeamChannelMessage.md index 744eb9a8ab16e..30c297252e6e5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamworkDeletedTeamChannelMessage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamworkDeletedTeamChannelMessage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/new-mgbetateamworkdeletedteamchannelmessage Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaTeamworkDeletedTeamChannelMessage --- @@ -38,7 +38,7 @@ New-MgBetaTeamworkDeletedTeamChannelMessage -ChannelId -DeletedTeamId < [-ReplyToId ] [-Subject ] [-Summary ] [-WebUrl ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -48,7 +48,7 @@ New-MgBetaTeamworkDeletedTeamChannelMessage -ChannelId -DeletedTeamId < -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -69,7 +69,7 @@ New-MgBetaTeamworkDeletedTeamChannelMessage -InputObject [-ReplyToId ] [-Subject ] [-Summary ] [-WebUrl ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -79,7 +79,7 @@ New-MgBetaTeamworkDeletedTeamChannelMessage -InputObject -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.Teams/New-MgBetaTeamworkDeletedTeamChannelMessageHostedContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamworkDeletedTeamChannelMessageHostedContent.md index 07e3612cd6e31..d17beda0c73a0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamworkDeletedTeamChannelMessageHostedContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamworkDeletedTeamChannelMessageHostedContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/new-mgbetateamworkdeletedteamchannelmessagehostedcontent Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaTeamworkDeletedTeamChannelMessageHostedContent --- @@ -28,7 +28,7 @@ New-MgBetaTeamworkDeletedTeamChannelMessageHostedContent -ChannelId -Ch [-ContentBytesInputFile ] [-ContentType ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -38,7 +38,7 @@ New-MgBetaTeamworkDeletedTeamChannelMessageHostedContent -ChannelId -Ch -DeletedTeamId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -49,7 +49,7 @@ New-MgBetaTeamworkDeletedTeamChannelMessageHostedContent -InputObject ] [-ContentType ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -59,7 +59,6 @@ New-MgBetaTeamworkDeletedTeamChannelMessageHostedContent -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamworkDeletedTeamChannelMessageReply.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamworkDeletedTeamChannelMessageReply.md index fcbd00852315b..d436320990566 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamworkDeletedTeamChannelMessageReply.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamworkDeletedTeamChannelMessageReply.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/new-mgbetateamworkdeletedteamchannelmessagereply Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaTeamworkDeletedTeamChannelMessageReply --- @@ -38,7 +38,7 @@ New-MgBetaTeamworkDeletedTeamChannelMessageReply -ChannelId -ChatMessag [-ReplyToId ] [-Subject ] [-Summary ] [-WebUrl ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -49,7 +49,6 @@ New-MgBetaTeamworkDeletedTeamChannelMessageReply -ChannelId -ChatMessag [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -70,7 +69,7 @@ New-MgBetaTeamworkDeletedTeamChannelMessageReply -InputObject [-ReplyToId ] [-Subject ] [-Summary ] [-WebUrl ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -80,7 +79,7 @@ New-MgBetaTeamworkDeletedTeamChannelMessageReply -InputObject -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.Teams/New-MgBetaTeamworkDeletedTeamChannelMessageReplyHostedContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamworkDeletedTeamChannelMessageReplyHostedContent.md index 3d977c5ebb400..1411d2b0f83ac 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamworkDeletedTeamChannelMessageReplyHostedContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamworkDeletedTeamChannelMessageReplyHostedContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/new-mgbetateamworkdeletedteamchannelmessagereplyhostedcontent Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaTeamworkDeletedTeamChannelMessageReplyHostedContent --- @@ -29,7 +29,7 @@ New-MgBetaTeamworkDeletedTeamChannelMessageReplyHostedContent -ChannelId ] [-ContentType ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -40,7 +40,6 @@ New-MgBetaTeamworkDeletedTeamChannelMessageReplyHostedContent -ChannelId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -51,7 +50,7 @@ New-MgBetaTeamworkDeletedTeamChannelMessageReplyHostedContent -InputObject ] [-ContentType ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -61,7 +60,6 @@ New-MgBetaTeamworkDeletedTeamChannelMessageReplyHostedContent -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamworkDeletedTeamChannelPlannerPlan.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamworkDeletedTeamChannelPlannerPlan.md index 5615ba294499f..f2287766844b5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamworkDeletedTeamChannelPlannerPlan.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamworkDeletedTeamChannelPlannerPlan.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/new-mgbetateamworkdeletedteamchannelplannerplan Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaTeamworkDeletedTeamChannelPlannerPlan --- @@ -32,7 +32,6 @@ New-MgBetaTeamworkDeletedTeamChannelPlannerPlan -ChannelId -DeletedTeam [-Tasks ] [-Title ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -42,7 +41,7 @@ New-MgBetaTeamworkDeletedTeamChannelPlannerPlan -ChannelId -DeletedTeam -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -60,7 +59,6 @@ New-MgBetaTeamworkDeletedTeamChannelPlannerPlan -InputObject [-Tasks ] [-Title ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -70,7 +68,7 @@ New-MgBetaTeamworkDeletedTeamChannelPlannerPlan -InputObject -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.Teams/New-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucket.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucket.md index 538962064afba..928fb7669213b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucket.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucket.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/new-mgbetateamworkdeletedteamchannelplannerplanbucket Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucket --- @@ -27,7 +27,7 @@ New-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucket -ChannelId -Delet [-Name ] [-OrderHint ] [-PlanId ] [-Tasks ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -38,7 +38,6 @@ New-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucket -ChannelId -Delet [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -51,7 +50,7 @@ New-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucket -InputObject ] [-OrderHint ] [-PlanId ] [-Tasks ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -61,7 +60,7 @@ New-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucket -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTask.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTask.md index 8e7827862b948..3955ec3a4f6c2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTask.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTask.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/new-mgbetateamworkdeletedteamchannelplannerplanbuckettask Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTask --- @@ -41,7 +41,7 @@ New-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTask -ChannelId [-SpecifiedCompletionRequirements ] [-StartDateTime ] [-Title ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -52,7 +52,7 @@ New-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTask -ChannelId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -78,7 +78,7 @@ New-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTask -InputObject ] [-StartDateTime ] [-Title ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -88,7 +88,7 @@ New-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTask -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamworkDeletedTeamChannelPlannerPlanTask.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamworkDeletedTeamChannelPlannerPlanTask.md index 222ad55dfd6b9..310a1ca77b53e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamworkDeletedTeamChannelPlannerPlanTask.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamworkDeletedTeamChannelPlannerPlanTask.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/new-mgbetateamworkdeletedteamchannelplannerplantask Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaTeamworkDeletedTeamChannelPlannerPlanTask --- @@ -40,7 +40,7 @@ New-MgBetaTeamworkDeletedTeamChannelPlannerPlanTask -ChannelId -Deleted [-SpecifiedCompletionRequirements ] [-StartDateTime ] [-Title ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -51,7 +51,6 @@ New-MgBetaTeamworkDeletedTeamChannelPlannerPlanTask -ChannelId -Deleted [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -77,7 +76,7 @@ New-MgBetaTeamworkDeletedTeamChannelPlannerPlanTask -InputObject ] [-StartDateTime ] [-Title ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -87,7 +86,7 @@ New-MgBetaTeamworkDeletedTeamChannelPlannerPlanTask -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamworkDeletedTeamChannelSharedWithTeam.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamworkDeletedTeamChannelSharedWithTeam.md index 74c40613fe409..0845623d68a59 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamworkDeletedTeamChannelSharedWithTeam.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamworkDeletedTeamChannelSharedWithTeam.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/new-mgbetateamworkdeletedteamchannelsharedwithteam Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaTeamworkDeletedTeamChannelSharedWithTeam --- @@ -29,7 +29,6 @@ New-MgBetaTeamworkDeletedTeamChannelSharedWithTeam -ChannelId -DeletedT [-IsHostTeam] [-Team ] [-TenantId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -39,7 +38,7 @@ New-MgBetaTeamworkDeletedTeamChannelSharedWithTeam -ChannelId -DeletedT -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -51,7 +50,6 @@ New-MgBetaTeamworkDeletedTeamChannelSharedWithTeam -InputObject [-IsHostTeam] [-Team ] [-TenantId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -61,7 +59,7 @@ New-MgBetaTeamworkDeletedTeamChannelSharedWithTeam -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -1089,6 +1087,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -2946,21 +3001,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -4743,6 +4855,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -5395,7 +5508,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -9873,6 +9989,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -11730,21 +11903,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -13527,6 +13757,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -14179,7 +14410,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamworkDeletedTeamChannelTab.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamworkDeletedTeamChannelTab.md index 660410ff6c820..a261fff660aac 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamworkDeletedTeamChannelTab.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamworkDeletedTeamChannelTab.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/new-mgbetateamworkdeletedteamchanneltab Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaTeamworkDeletedTeamChannelTab --- @@ -30,7 +30,6 @@ New-MgBetaTeamworkDeletedTeamChannelTab -ChannelId -DeletedTeamId ] [-WebUrl ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -40,7 +39,7 @@ New-MgBetaTeamworkDeletedTeamChannelTab -ChannelId -DeletedTeamId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -53,7 +52,6 @@ New-MgBetaTeamworkDeletedTeamChannelTab -InputObject [-TeamsAppId ] [-WebUrl ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -63,7 +61,7 @@ New-MgBetaTeamworkDeletedTeamChannelTab -InputObject -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.Teams/New-MgBetaTeamworkDevice.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamworkDevice.md index cb0ee7620f261..f5d361c1d5d3f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamworkDevice.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamworkDevice.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/new-mgbetateamworkdevice Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaTeamworkDevice --- @@ -32,7 +32,6 @@ New-MgBetaTeamworkDevice [-ResponseHeadersVariable ] [-Operations ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -42,7 +41,6 @@ New-MgBetaTeamworkDevice -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamworkDeviceOperation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamworkDeviceOperation.md index 633575c06ec1c..29dd3af81f67c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamworkDeviceOperation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamworkDeviceOperation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/new-mgbetateamworkdeviceoperation Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaTeamworkDeviceOperation --- @@ -28,7 +28,7 @@ New-MgBetaTeamworkDeviceOperation -TeamworkDeviceId [-ResponseHeadersVa [-OperationType ] [-StartedDateTime ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -38,7 +38,7 @@ New-MgBetaTeamworkDeviceOperation -TeamworkDeviceId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -52,7 +52,7 @@ New-MgBetaTeamworkDeviceOperation -InputObject [-ResponseHeader [-OperationType ] [-StartedDateTime ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -62,7 +62,7 @@ New-MgBetaTeamworkDeviceOperation -InputObject -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.Teams/New-MgBetaTeamworkTeamTemplate.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamworkTeamTemplate.md index 3c3ace080db28..e38e2ad496e32 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamworkTeamTemplate.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamworkTeamTemplate.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/new-mgbetateamworkteamtemplate Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaTeamworkTeamTemplate --- @@ -24,7 +24,7 @@ New-MgBetaTeamworkTeamTemplate [-ResponseHeadersVariable ] [-AdditionalProperties ] [-Definitions ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -34,7 +34,6 @@ New-MgBetaTeamworkTeamTemplate -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -846,6 +845,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -2703,21 +2759,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -4500,6 +4613,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -5152,7 +5266,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -9584,6 +9701,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -11441,21 +11615,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -13238,6 +13469,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -13890,7 +14122,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamworkTeamTemplateDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamworkTeamTemplateDefinition.md index 82cf35f63b944..0b24a21923c4e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamworkTeamTemplateDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamworkTeamTemplateDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/new-mgbetateamworkteamtemplatedefinition Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaTeamworkTeamTemplateDefinition --- @@ -28,7 +28,7 @@ New-MgBetaTeamworkTeamTemplateDefinition -TeamTemplateId [-ShortDescription ] [-TeamDefinition ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -38,7 +38,7 @@ New-MgBetaTeamworkTeamTemplateDefinition -TeamTemplateId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -52,7 +52,7 @@ New-MgBetaTeamworkTeamTemplateDefinition -InputObject [-ShortDescription ] [-TeamDefinition ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -62,7 +62,7 @@ New-MgBetaTeamworkTeamTemplateDefinition -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -1252,6 +1252,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -3109,21 +3166,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -4906,6 +5020,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -5558,7 +5673,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -10035,6 +10153,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -11892,21 +12067,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -13689,6 +13921,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -14341,7 +14574,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamworkWorkforceIntegration.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamworkWorkforceIntegration.md index 890953df357b0..5c823e6258e0b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamworkWorkforceIntegration.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaTeamworkWorkforceIntegration.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/new-mgbetateamworkworkforceintegration Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaTeamworkWorkforceIntegration --- @@ -30,7 +30,7 @@ New-MgBetaTeamworkWorkforceIntegration [-ResponseHeadersVariable ] [-LastModifiedBy ] [-SupportedEntities ] [-Supports ] [-Url ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -40,7 +40,6 @@ New-MgBetaTeamworkWorkforceIntegration -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaUserChat.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaUserChat.md index 847b48030426f..691673ab760b6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaUserChat.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaUserChat.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/new-mgbetauserchat Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaUserChat --- @@ -36,7 +36,7 @@ New-MgBetaUserChat -UserId [-ResponseHeadersVariable ] [-TenantId ] [-Topic ] [-Viewpoint ] [-WebUrl ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -46,7 +46,6 @@ New-MgBetaUserChat -UserId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -65,7 +64,7 @@ New-MgBetaUserChat -InputObject [-ResponseHeadersVariable ] [-Topic ] [-Viewpoint ] [-WebUrl ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -75,7 +74,6 @@ New-MgBetaUserChat -InputObject -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaUserChatInstalledApp.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaUserChatInstalledApp.md index 6bd6b5b867963..f46f1b4390c23 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaUserChatInstalledApp.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaUserChatInstalledApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/new-mgbetauserchatinstalledapp Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaUserChatInstalledApp --- @@ -30,7 +30,6 @@ New-MgBetaUserChatInstalledApp -ChatId -UserId [-ResponseHeade [-TeamsAppDefinition ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -40,7 +39,7 @@ New-MgBetaUserChatInstalledApp -ChatId -UserId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -53,7 +52,6 @@ New-MgBetaUserChatInstalledApp -InputObject [-ResponseHeadersVa [-TeamsAppDefinition ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -63,7 +61,7 @@ New-MgBetaUserChatInstalledApp -InputObject -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.Teams/New-MgBetaUserChatMember.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaUserChatMember.md index 231d233c55d43..dd67611b31a16 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaUserChatMember.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaUserChatMember.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/new-mgbetauserchatmember Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaUserChatMember --- @@ -28,7 +28,6 @@ New-MgBetaUserChatMember -ChatId -UserId [-ResponseHeadersVari [-VisibleHistoryStartDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -38,7 +37,7 @@ New-MgBetaUserChatMember -ChatId -UserId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -49,7 +48,6 @@ New-MgBetaUserChatMember -InputObject [-ResponseHeadersVariable [-VisibleHistoryStartDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -59,7 +57,7 @@ New-MgBetaUserChatMember -InputObject -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.Teams/New-MgBetaUserChatMessage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaUserChatMessage.md index c181466db76f2..bee516d1fba24 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaUserChatMessage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaUserChatMessage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/new-mgbetauserchatmessage Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaUserChatMessage --- @@ -37,7 +37,7 @@ New-MgBetaUserChatMessage -ChatId -UserId [-ResponseHeadersVar [-ReplyToId ] [-Subject ] [-Summary ] [-WebUrl ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -57,7 +57,7 @@ New-MgBetaUserChatMessage -InputObject [-ChatId ] [-ReplyToId ] [-Subject ] [-Summary ] [-WebUrl ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -67,7 +67,7 @@ New-MgBetaUserChatMessage -ChatId -UserId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -77,7 +77,6 @@ New-MgBetaUserChatMessage -InputObject -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaUserChatMessageHostedContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaUserChatMessageHostedContent.md index 43c9dc047ac26..abb6b99fa7901 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaUserChatMessageHostedContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaUserChatMessageHostedContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/new-mgbetauserchatmessagehostedcontent Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaUserChatMessageHostedContent --- @@ -28,7 +28,7 @@ New-MgBetaUserChatMessageHostedContent -ChatId -ChatMessageId [-ContentBytesInputFile ] [-ContentType ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -38,7 +38,6 @@ New-MgBetaUserChatMessageHostedContent -ChatId -ChatMessageId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -49,7 +48,7 @@ New-MgBetaUserChatMessageHostedContent -InputObject [-ContentBytesInputFile ] [-ContentType ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -59,7 +58,6 @@ New-MgBetaUserChatMessageHostedContent -InputObject -BodyParame [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaUserChatMessageReply.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaUserChatMessageReply.md index b23b64834bb8c..b377f2240de2d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaUserChatMessageReply.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaUserChatMessageReply.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/new-mgbetauserchatmessagereply Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaUserChatMessageReply --- @@ -38,7 +38,7 @@ New-MgBetaUserChatMessageReply -ChatId -ChatMessageId -UserId [-ReplyToId ] [-Subject ] [-Summary ] [-WebUrl ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -58,7 +58,7 @@ New-MgBetaUserChatMessageReply -InputObject [-ChatId ] [-ReplyToId ] [-Subject ] [-Summary ] [-WebUrl ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -68,7 +68,7 @@ New-MgBetaUserChatMessageReply -ChatId -ChatMessageId -UserId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -78,7 +78,7 @@ New-MgBetaUserChatMessageReply -InputObject -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.Teams/New-MgBetaUserChatMessageReplyHostedContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaUserChatMessageReplyHostedContent.md index e35bc5869769b..6a06be2b32fbd 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaUserChatMessageReplyHostedContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaUserChatMessageReplyHostedContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/new-mgbetauserchatmessagereplyhostedcontent Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaUserChatMessageReplyHostedContent --- @@ -28,7 +28,7 @@ New-MgBetaUserChatMessageReplyHostedContent -ChatId -ChatMessageId ] [-ContentBytesInputFile ] [-ContentType ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -39,7 +39,6 @@ New-MgBetaUserChatMessageReplyHostedContent -ChatId -ChatMessageId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -50,7 +49,7 @@ New-MgBetaUserChatMessageReplyHostedContent -InputObject [-ContentBytesInputFile ] [-ContentType ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -60,7 +59,6 @@ New-MgBetaUserChatMessageReplyHostedContent -InputObject -BodyP [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaUserChatOperation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaUserChatOperation.md index ed5902eab09ff..42e7e393c7e3a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaUserChatOperation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaUserChatOperation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/new-mgbetauserchatoperation Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaUserChatOperation --- @@ -27,7 +27,6 @@ New-MgBetaUserChatOperation -ChatId -UserId [-ResponseHeadersV [-TargetResourceLocation ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -37,7 +36,7 @@ New-MgBetaUserChatOperation -ChatId -UserId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -50,7 +49,6 @@ New-MgBetaUserChatOperation -InputObject [-ResponseHeadersVaria [-TargetResourceLocation ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -60,7 +58,7 @@ New-MgBetaUserChatOperation -InputObject -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.Teams/New-MgBetaUserChatPermissionGrant.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaUserChatPermissionGrant.md index 7e08f0e49a925..51385a30f1921 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaUserChatPermissionGrant.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaUserChatPermissionGrant.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/new-mgbetauserchatpermissiongrant Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaUserChatPermissionGrant --- @@ -29,7 +29,6 @@ New-MgBetaUserChatPermissionGrant -ChatId -UserId [-PermissionType ] [-ResourceAppId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -39,7 +38,7 @@ New-MgBetaUserChatPermissionGrant -ChatId -UserId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -50,7 +49,7 @@ New-MgBetaUserChatPermissionGrant -InputObject [-ResponseHeader [-DeletedDateTime ] [-Id ] [-Permission ] [-PermissionType ] [-ResourceAppId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -60,7 +59,7 @@ New-MgBetaUserChatPermissionGrant -InputObject -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.Teams/New-MgBetaUserChatPinnedMessage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaUserChatPinnedMessage.md index 39ed925bb4154..7a7c901abe271 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaUserChatPinnedMessage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaUserChatPinnedMessage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/new-mgbetauserchatpinnedmessage Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaUserChatPinnedMessage --- @@ -28,7 +28,6 @@ New-MgBetaUserChatPinnedMessage -ChatId -UserId [-Message ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -38,7 +37,7 @@ New-MgBetaUserChatPinnedMessage -ChatId -UserId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -48,7 +47,7 @@ New-MgBetaUserChatPinnedMessage -InputObject [-ResponseHeadersV [-AdditionalProperties ] [-Id ] [-Message ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -58,7 +57,7 @@ New-MgBetaUserChatPinnedMessage -InputObject -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.Teams/New-MgBetaUserChatTab.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaUserChatTab.md index b103741ae4c77..c03562073372a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaUserChatTab.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaUserChatTab.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/new-mgbetauserchattab Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaUserChatTab --- @@ -29,7 +29,7 @@ New-MgBetaUserChatTab -ChatId -UserId [-ResponseHeadersVariabl [-TeamsApp ] [-TeamsAppId ] [-WebUrl ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Create @@ -39,7 +39,6 @@ New-MgBetaUserChatTab -ChatId -UserId -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -51,7 +50,7 @@ New-MgBetaUserChatTab -InputObject [-ResponseHeadersVariable ] [-TeamsAppId ] [-WebUrl ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentity @@ -61,7 +60,6 @@ New-MgBetaUserChatTab -InputObject -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaUserTeamworkAssociatedTeam.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaUserTeamworkAssociatedTeam.md index b12d3d843e004..c287f70f5fea5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaUserTeamworkAssociatedTeam.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaUserTeamworkAssociatedTeam.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/new-mgbetauserteamworkassociatedteam Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaUserTeamworkAssociatedTeam --- @@ -28,7 +28,6 @@ New-MgBetaUserTeamworkAssociatedTeam -UserId [-ResponseHeadersVariable [-Team ] [-TenantId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -38,7 +37,6 @@ New-MgBetaUserTeamworkAssociatedTeam -UserId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentityExpanded @@ -49,7 +47,6 @@ New-MgBetaUserTeamworkAssociatedTeam -InputObject [-Id ] [-Team ] [-TenantId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -59,7 +56,6 @@ New-MgBetaUserTeamworkAssociatedTeam -InputObject -BodyParamete [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -1036,6 +1032,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -2893,21 +2946,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -4690,6 +4800,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -5342,7 +5453,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaUserTeamworkInstalledApp.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaUserTeamworkInstalledApp.md index 7a10095d821f1..4ddc617511fa0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaUserTeamworkInstalledApp.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/New-MgBetaUserTeamworkInstalledApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/new-mgbetauserteamworkinstalledapp Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaUserTeamworkInstalledApp --- @@ -30,7 +30,6 @@ New-MgBetaUserTeamworkInstalledApp -UserId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Create @@ -40,7 +39,7 @@ New-MgBetaUserTeamworkInstalledApp -UserId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CreateViaIdentityExpanded @@ -53,7 +52,6 @@ New-MgBetaUserTeamworkInstalledApp -InputObject [-ResponseHeade [-TeamsAppDefinition ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CreateViaIdentity @@ -63,7 +61,7 @@ New-MgBetaUserTeamworkInstalledApp -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -79,9 +77,9 @@ Install an app in the personal scope of the specified user. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | TeamsAppInstallation.ReadWriteSelfForUser, TeamsAppInstallation.ReadWriteSelectedForUser, TeamsAppInstallation.ReadWriteForUser, TeamsAppInstallation.ReadWriteAndConsentSelfForUser, TeamsAppInstallation.ReadWriteAndConsentForUser, TeamsAppInstallation.ManageSelectedForUser, | +| Delegated (work or school account) | TeamsAppInstallation.ReadWriteSelfForUser, TeamsAppInstallation.ManageSelectedForUser, TeamsAppInstallation.ReadWriteAndConsentForUser, TeamsAppInstallation.ReadWriteAndConsentSelfForUser, TeamsAppInstallation.ReadWriteForUser, TeamsAppInstallation.ReadWriteSelectedForUser, | | Delegated (personal Microsoft account) | Not supported | -| Application | TeamsAppInstallation.ReadWriteSelfForUser.All, TeamsAppInstallation.ReadWriteSelectedForUser.All, TeamsAppInstallation.ReadWriteForUser.All, TeamsAppInstallation.ReadWriteAndConsentSelfForUser.All, TeamsAppInstallation.ReadWriteAndConsentForUser.All, TeamsAppInstallation.ManageSelectedForUser.All, | +| Application | TeamsAppInstallation.ReadWriteSelfForUser.All, TeamsAppInstallation.ManageSelectedForUser.All, TeamsAppInstallation.ReadWriteAndConsentForUser.All, TeamsAppInstallation.ReadWriteAndConsentSelfForUser.All, TeamsAppInstallation.ReadWriteForUser.All, TeamsAppInstallation.ReadWriteSelectedForUser.All, | ## EXAMPLES ### Example 1: Install an app for a user diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaAppCatalogTeamApp.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaAppCatalogTeamApp.md index 1762472f01d7b..c234ecc97a572 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaAppCatalogTeamApp.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaAppCatalogTeamApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetaappcatalogteamapp Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaAppCatalogTeamApp --- @@ -29,7 +29,6 @@ Remove-MgBetaAppCatalogTeamApp -TeamsAppId [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -39,7 +38,6 @@ Remove-MgBetaAppCatalogTeamApp -InputObject [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -57,7 +55,7 @@ You can also use this API to remove a submitted app from the review process. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | AppCatalog.Submit, Directory.ReadWrite.All, AppCatalog.ReadWrite.All, | +| Delegated (work or school account) | AppCatalog.Submit, AppCatalog.ReadWrite.All, Directory.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | | Application | Not supported | diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaAppCatalogTeamAppDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaAppCatalogTeamAppDefinition.md index 18ea7f33d6c14..1fe5ad5b65d6c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaAppCatalogTeamAppDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaAppCatalogTeamAppDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetaappcatalogteamappdefinition Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaAppCatalogTeamAppDefinition --- @@ -27,7 +27,6 @@ Remove-MgBetaAppCatalogTeamAppDefinition -TeamsAppDefinitionId -TeamsAp [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaAppCatalogTeamAppDefinition -InputObject [-IfMatch [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -53,7 +51,7 @@ Delete navigation property appDefinitions for appCatalogs | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | AppCatalog.Submit, Directory.ReadWrite.All, AppCatalog.ReadWrite.All, | +| Delegated (work or school account) | AppCatalog.Submit, AppCatalog.ReadWrite.All, Directory.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | | Application | Not supported | diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaAppCatalogTeamAppDefinitionBot.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaAppCatalogTeamAppDefinitionBot.md index 58b618006e187..a8196bfc225a4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaAppCatalogTeamAppDefinitionBot.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaAppCatalogTeamAppDefinitionBot.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetaappcatalogteamappdefinitionbot Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaAppCatalogTeamAppDefinitionBot --- @@ -27,7 +27,6 @@ Remove-MgBetaAppCatalogTeamAppDefinitionBot -TeamsAppDefinitionId -Team [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaAppCatalogTeamAppDefinitionBot -InputObject [-IfMa [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaAppCatalogTeamAppDefinitionColorIcon.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaAppCatalogTeamAppDefinitionColorIcon.md index 0a3192a9100eb..00300052de4b6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaAppCatalogTeamAppDefinitionColorIcon.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaAppCatalogTeamAppDefinitionColorIcon.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetaappcatalogteamappdefinitioncoloricon Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaAppCatalogTeamAppDefinitionColorIcon --- @@ -25,7 +25,6 @@ Remove-MgBetaAppCatalogTeamAppDefinitionColorIcon -TeamsAppDefinitionId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaAppCatalogTeamAppDefinitionColorIcon -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaAppCatalogTeamAppDefinitionColorIconHostedContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaAppCatalogTeamAppDefinitionColorIconHostedContent.md index cfb9959b3edaf..1380726ba9893 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaAppCatalogTeamAppDefinitionColorIconHostedContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaAppCatalogTeamAppDefinitionColorIconHostedContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetaappcatalogteamappdefinitioncoloriconhostedcontent Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaAppCatalogTeamAppDefinitionColorIconHostedContent --- @@ -25,7 +25,6 @@ Remove-MgBetaAppCatalogTeamAppDefinitionColorIconHostedContent -TeamsAppDefiniti [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Delete1 @@ -36,7 +35,6 @@ Remove-MgBetaAppCatalogTeamAppDefinitionColorIconHostedContent -TeamsAppDefiniti [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity1 @@ -46,7 +44,6 @@ Remove-MgBetaAppCatalogTeamAppDefinitionColorIconHostedContent -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -56,7 +53,6 @@ Remove-MgBetaAppCatalogTeamAppDefinitionColorIconHostedContent -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaAppCatalogTeamAppDefinitionDashboardCard.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaAppCatalogTeamAppDefinitionDashboardCard.md index 077b94709d78d..f2ce2d5b5354c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaAppCatalogTeamAppDefinitionDashboardCard.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaAppCatalogTeamAppDefinitionDashboardCard.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetaappcatalogteamappdefinitiondashboardcard Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaAppCatalogTeamAppDefinitionDashboardCard --- @@ -25,7 +25,6 @@ Remove-MgBetaAppCatalogTeamAppDefinitionDashboardCard -TeamsAppDashboardCardDefi [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaAppCatalogTeamAppDefinitionDashboardCard -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaAppCatalogTeamAppDefinitionOutlineIcon.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaAppCatalogTeamAppDefinitionOutlineIcon.md index c4592bacc0d02..8f7cc046cedd0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaAppCatalogTeamAppDefinitionOutlineIcon.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaAppCatalogTeamAppDefinitionOutlineIcon.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetaappcatalogteamappdefinitionoutlineicon Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaAppCatalogTeamAppDefinitionOutlineIcon --- @@ -25,7 +25,6 @@ Remove-MgBetaAppCatalogTeamAppDefinitionOutlineIcon -TeamsAppDefinitionId ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaAppCatalogTeamAppDefinitionOutlineIcon -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaAppCatalogTeamAppDefinitionOutlineIconHostedContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaAppCatalogTeamAppDefinitionOutlineIconHostedContent.md index 40a3735522b3a..4a17ec62d630d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaAppCatalogTeamAppDefinitionOutlineIconHostedContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaAppCatalogTeamAppDefinitionOutlineIconHostedContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetaappcatalogteamappdefinitionoutlineiconhostedcontent Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaAppCatalogTeamAppDefinitionOutlineIconHostedContent --- @@ -25,7 +25,6 @@ Remove-MgBetaAppCatalogTeamAppDefinitionOutlineIconHostedContent -TeamsAppDefini [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Delete1 @@ -36,7 +35,6 @@ Remove-MgBetaAppCatalogTeamAppDefinitionOutlineIconHostedContent -TeamsAppDefini [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity1 @@ -46,7 +44,6 @@ Remove-MgBetaAppCatalogTeamAppDefinitionOutlineIconHostedContent -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -56,7 +53,6 @@ Remove-MgBetaAppCatalogTeamAppDefinitionOutlineIconHostedContent -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaChat.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaChat.md index 07752cc69e31a..2b6edda03a499 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaChat.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaChat.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetachat Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaChat --- @@ -28,7 +28,6 @@ Remove-MgBetaChat -ChatId [-IfMatch ] [-ResponseHeadersVariable [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -38,7 +37,6 @@ Remove-MgBetaChat -InputObject [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaChatAccessForUser.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaChatAccessForUser.md index 823f76977034f..27c9c9eda3d9d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaChatAccessForUser.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaChatAccessForUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetachataccessforuser Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaChatAccessForUser --- @@ -28,7 +28,6 @@ Remove-MgBetaChatAccessForUser -ChatId [-ResponseHeadersVariable ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Remove @@ -39,7 +38,6 @@ Remove-MgBetaChatAccessForUser -ChatId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### RemoveViaIdentityExpanded @@ -50,7 +48,6 @@ Remove-MgBetaChatAccessForUser -InputObject [-ResponseHeadersVa [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### RemoveViaIdentity @@ -61,7 +58,6 @@ Remove-MgBetaChatAccessForUser -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -83,6 +79,8 @@ Import-Module Microsoft.Graph.Beta.Teams $params = @{ user = @{ "@odata.type" = "microsoft.graph.teamworkUserIdentity" + id = "f47ac10b-58cc-4372-a567-0e02b2c3d479" + tenantId = "a1b2c3d4-e5f6-7890-1234-567890abcdef" } } diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaChatInstalledApp.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaChatInstalledApp.md index f4479de947398..1a1098fb487cb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaChatInstalledApp.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaChatInstalledApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetachatinstalledapp Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaChatInstalledApp --- @@ -27,7 +27,6 @@ Remove-MgBetaChatInstalledApp -ChatId -TeamsAppInstallationId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaChatInstalledApp -InputObject [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -53,9 +51,9 @@ Uninstall an app installed within a chat. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | TeamsAppInstallation.ReadWriteSelfForChat, TeamsAppInstallation.ReadWriteForChat, TeamsAppInstallation.ManageSelectedForChat, | +| Delegated (work or school account) | TeamsAppInstallation.ReadWriteSelfForChat, TeamsAppInstallation.ManageSelectedForChat, TeamsAppInstallation.ReadWriteForChat, | | Delegated (personal Microsoft account) | Not supported | -| Application | TeamsAppInstallation.ReadWriteSelfForChat.All, TeamsAppInstallation.ReadWriteForChat.All, TeamsAppInstallation.ManageSelectedForChat.All, Chat.Manage.Chat, | +| Application | TeamsAppInstallation.ReadWriteSelfForChat.All, Chat.Manage.Chat, TeamsAppInstallation.ManageSelectedForChat.All, TeamsAppInstallation.ReadWriteForChat.All, | ## EXAMPLES ### Example 1: Code snippet diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaChatLastMessagePreview.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaChatLastMessagePreview.md index 1d139e57dd141..479b8896f7fba 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaChatLastMessagePreview.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaChatLastMessagePreview.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetachatlastmessagepreview Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaChatLastMessagePreview --- @@ -27,7 +27,6 @@ Remove-MgBetaChatLastMessagePreview -ChatId [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaChatLastMessagePreview -InputObject [-IfMatch ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaChatMember.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaChatMember.md index 5cd3a46d51ac6..dfcf7a0e6a781 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaChatMember.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaChatMember.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetachatmember Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaChatMember --- @@ -27,7 +27,7 @@ Remove-MgBetaChatMember -ChatId [-ResponseHeadersVariable ] [-AdditionalProperties ] [-Values ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Remove @@ -38,7 +38,6 @@ Remove-MgBetaChatMember -ChatId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Delete @@ -48,7 +47,6 @@ Remove-MgBetaChatMember -ChatId -ConversationMemberId [-IfMatc [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### RemoveViaIdentityExpanded @@ -58,7 +56,7 @@ Remove-MgBetaChatMember -InputObject [-ResponseHeadersVariable [-AdditionalProperties ] [-Values ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### RemoveViaIdentity @@ -69,7 +67,6 @@ Remove-MgBetaChatMember -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -79,7 +76,6 @@ Remove-MgBetaChatMember -InputObject [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaChatMessageReplyHostedContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaChatMessageReplyHostedContent.md index c1d33a9cab7a3..3a1a8789fc4f3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaChatMessageReplyHostedContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaChatMessageReplyHostedContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetachatmessagereplyhostedcontent Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaChatMessageReplyHostedContent --- @@ -28,7 +28,6 @@ Remove-MgBetaChatMessageReplyHostedContent -ChatId -ChatMessageHostedCo [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Delete1 @@ -39,7 +38,6 @@ Remove-MgBetaChatMessageReplyHostedContent -ChatId -ChatMessageHostedCo [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity1 @@ -49,7 +47,6 @@ Remove-MgBetaChatMessageReplyHostedContent -InputObject [-IfMat [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -59,7 +56,6 @@ Remove-MgBetaChatMessageReplyHostedContent -InputObject [-IfMat [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaChatOperation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaChatOperation.md index 36cd53367e045..37651fef879bf 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaChatOperation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaChatOperation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetachatoperation Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaChatOperation --- @@ -24,7 +24,6 @@ Remove-MgBetaChatOperation -ChatId -TeamsAsyncOperationId [-If [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaChatOperation -InputObject [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaChatPermissionGrant.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaChatPermissionGrant.md index bf7f8f1a3653b..9c9e3112cfdbc 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaChatPermissionGrant.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaChatPermissionGrant.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetachatpermissiongrant Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaChatPermissionGrant --- @@ -27,7 +27,6 @@ Remove-MgBetaChatPermissionGrant -ChatId -ResourceSpecificPermissionGra [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaChatPermissionGrant -InputObject [-IfMatch ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaChatPinnedMessage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaChatPinnedMessage.md index 93403073e9c11..a5d77e855fa35 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaChatPinnedMessage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaChatPinnedMessage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetachatpinnedmessage Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaChatPinnedMessage --- @@ -27,7 +27,6 @@ Remove-MgBetaChatPinnedMessage -ChatId -PinnedChatMessageInfoId ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaChatPinnedMessage -InputObject [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaChatTab.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaChatTab.md index bea78e3465f1a..2274750b8098b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaChatTab.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaChatTab.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetachattab Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaChatTab --- @@ -27,7 +27,6 @@ Remove-MgBetaChatTab -ChatId -TeamsTabId [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaChatTab -InputObject [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -53,9 +51,9 @@ Remove (unpin) a tab from the specified chat. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | TeamsTab.ReadWriteSelfForChat, TeamsTab.ReadWriteForChat, TeamsTab.ReadWrite.All, | +| Delegated (work or school account) | TeamsTab.ReadWriteSelfForChat, TeamsTab.ReadWrite.All, TeamsTab.ReadWriteForChat, | | Delegated (personal Microsoft account) | Not supported | -| Application | TeamsTab.ReadWriteSelfForChat.All, TeamsTab.ReadWriteForChat, TeamsTab.ReadWrite.Chat, TeamsTab.ReadWrite.All, TeamsTab.Delete.Chat, | +| Application | TeamsTab.ReadWriteSelfForChat.All, TeamsTab.Delete.Chat, TeamsTab.ReadWrite.All, TeamsTab.ReadWrite.Chat, TeamsTab.ReadWriteForChat, | ## EXAMPLES ### Example 1: Code snippet diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeam.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeam.md index 14d7cc00d008a..b3f5cb2d5057a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeam.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeam.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetagroupteam Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupTeam --- @@ -27,7 +27,6 @@ Remove-MgBetaGroupTeam -GroupId [-IfMatch ] [-ResponseHeadersVa [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaGroupTeam -InputObject [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamChannel.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamChannel.md index 4b78ec8a0f012..fa630469f6b23 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamChannel.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamChannel.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetagroupteamchannel Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupTeamChannel --- @@ -27,7 +27,6 @@ Remove-MgBetaGroupTeamChannel -ChannelId -GroupId [-IfMatch ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaGroupTeamChannel -InputObject [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamChannelAllMember.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamChannelAllMember.md index 8543449d9cc30..5ffcc4e768ae2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamChannelAllMember.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamChannelAllMember.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetagroupteamchannelallmember Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupTeamChannelAllMember --- @@ -29,7 +29,6 @@ Remove-MgBetaGroupTeamChannelAllMember -ChannelId -GroupId [-Values ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Remove @@ -40,7 +39,6 @@ Remove-MgBetaGroupTeamChannelAllMember -ChannelId -GroupId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### RemoveViaIdentityExpanded @@ -51,7 +49,6 @@ Remove-MgBetaGroupTeamChannelAllMember -InputObject [-Values ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### RemoveViaIdentity @@ -62,7 +59,6 @@ Remove-MgBetaGroupTeamChannelAllMember -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamChannelEmail.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamChannelEmail.md index 7794eb85c6112..247002d47bbb5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamChannelEmail.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamChannelEmail.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetagroupteamchannelemail Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupTeamChannelEmail --- @@ -28,7 +28,6 @@ Remove-MgBetaGroupTeamChannelEmail -ChannelId -GroupId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### RemoveViaIdentity @@ -38,7 +37,6 @@ Remove-MgBetaGroupTeamChannelEmail -InputObject [-ResponseHeade [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamChannelFileFolderContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamChannelFileFolderContent.md index 29c48c45a75ac..da889efc5ec5a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamChannelFileFolderContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamChannelFileFolderContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetagroupteamchannelfilefoldercontent Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupTeamChannelFileFolderContent --- @@ -30,7 +30,6 @@ Remove-MgBetaGroupTeamChannelFileFolderContent -ChannelId -GroupId ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -40,7 +39,6 @@ Remove-MgBetaGroupTeamChannelFileFolderContent -InputObject [-I [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamChannelFileFolderContentStream.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamChannelFileFolderContentStream.md index 49a3e1eb2b119..8f6f58d4d602d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamChannelFileFolderContentStream.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamChannelFileFolderContentStream.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetagroupteamchannelfilefoldercontentstream Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupTeamChannelFileFolderContentStream --- @@ -24,7 +24,6 @@ Remove-MgBetaGroupTeamChannelFileFolderContentStream -ChannelId -GroupI [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaGroupTeamChannelFileFolderContentStream -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamChannelMember.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamChannelMember.md index 015a11e8b763e..25afd41237c34 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamChannelMember.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamChannelMember.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetagroupteamchannelmember Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupTeamChannelMember --- @@ -28,7 +28,6 @@ Remove-MgBetaGroupTeamChannelMember -ChannelId -GroupId [-Values ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Remove @@ -39,7 +38,6 @@ Remove-MgBetaGroupTeamChannelMember -ChannelId -GroupId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Delete1 @@ -50,7 +48,6 @@ Remove-MgBetaGroupTeamChannelMember -ChannelId -ConversationMemberId ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Delete @@ -61,7 +58,6 @@ Remove-MgBetaGroupTeamChannelMember -ChannelId -ConversationMemberId ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### RemoveViaIdentityExpanded @@ -72,7 +68,6 @@ Remove-MgBetaGroupTeamChannelMember -InputObject [-Values ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### RemoveViaIdentity @@ -83,7 +78,6 @@ Remove-MgBetaGroupTeamChannelMember -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity1 @@ -93,7 +87,6 @@ Remove-MgBetaGroupTeamChannelMember -InputObject [-IfMatch ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -103,7 +96,6 @@ Remove-MgBetaGroupTeamChannelMember -InputObject [-IfMatch ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamChannelMessage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamChannelMessage.md index 69f28b01c0826..a11e785a8e3e6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamChannelMessage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamChannelMessage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetagroupteamchannelmessage Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupTeamChannelMessage --- @@ -27,7 +27,6 @@ Remove-MgBetaGroupTeamChannelMessage -ChannelId -ChatMessageId [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaGroupTeamChannelMessage -InputObject [-IfMatch ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamChannelMessageHostedContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamChannelMessageHostedContent.md index 97231ac41cff5..4bcac565791db 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamChannelMessageHostedContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamChannelMessageHostedContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetagroupteamchannelmessagehostedcontent Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupTeamChannelMessageHostedContent --- @@ -28,7 +28,6 @@ Remove-MgBetaGroupTeamChannelMessageHostedContent -ChannelId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Delete1 @@ -39,7 +38,6 @@ Remove-MgBetaGroupTeamChannelMessageHostedContent -ChannelId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity1 @@ -49,7 +47,6 @@ Remove-MgBetaGroupTeamChannelMessageHostedContent -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -59,7 +56,6 @@ Remove-MgBetaGroupTeamChannelMessageHostedContent -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamChannelMessageReply.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamChannelMessageReply.md index 7e0bbf06a2e35..7d8a2cfd5a2ce 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamChannelMessageReply.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamChannelMessageReply.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetagroupteamchannelmessagereply Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupTeamChannelMessageReply --- @@ -28,7 +28,6 @@ Remove-MgBetaGroupTeamChannelMessageReply -ChannelId -ChatMessageId ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -38,7 +37,6 @@ Remove-MgBetaGroupTeamChannelMessageReply -InputObject [-IfMatc [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamChannelMessageReplyHostedContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamChannelMessageReplyHostedContent.md index 11253b8efe99e..eed8894861fb0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamChannelMessageReplyHostedContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamChannelMessageReplyHostedContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetagroupteamchannelmessagereplyhostedcontent Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupTeamChannelMessageReplyHostedContent --- @@ -29,7 +29,6 @@ Remove-MgBetaGroupTeamChannelMessageReplyHostedContent -ChannelId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Delete1 @@ -41,7 +40,6 @@ Remove-MgBetaGroupTeamChannelMessageReplyHostedContent -ChannelId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity1 @@ -51,7 +49,6 @@ Remove-MgBetaGroupTeamChannelMessageReplyHostedContent -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -61,7 +58,6 @@ Remove-MgBetaGroupTeamChannelMessageReplyHostedContent -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamChannelPlanner.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamChannelPlanner.md index 57713808eb84b..33bc3971c958a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamChannelPlanner.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamChannelPlanner.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetagroupteamchannelplanner Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupTeamChannelPlanner --- @@ -24,7 +24,6 @@ Remove-MgBetaGroupTeamChannelPlanner -ChannelId -GroupId [-IfM [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaGroupTeamChannelPlanner -InputObject [-IfMatch ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamChannelPlannerPlan.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamChannelPlannerPlan.md index 00725a4de42c2..444621c2b2e77 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamChannelPlannerPlan.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamChannelPlannerPlan.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetagroupteamchannelplannerplan Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupTeamChannelPlannerPlan --- @@ -25,7 +25,6 @@ Remove-MgBetaGroupTeamChannelPlannerPlan -ChannelId -GroupId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaGroupTeamChannelPlannerPlan -InputObject [-IfMatch [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamChannelPlannerPlanBucket.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamChannelPlannerPlanBucket.md index 85af9057fc8f4..a5cb0b38406a3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamChannelPlannerPlanBucket.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamChannelPlannerPlanBucket.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetagroupteamchannelplannerplanbucket Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupTeamChannelPlannerPlanBucket --- @@ -25,7 +25,6 @@ Remove-MgBetaGroupTeamChannelPlannerPlanBucket -ChannelId -GroupId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaGroupTeamChannelPlannerPlanBucket -InputObject [-I [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamChannelPlannerPlanBucketTask.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamChannelPlannerPlanBucketTask.md index ee7bf85bac5c4..d13b7ad9d6940 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamChannelPlannerPlanBucketTask.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamChannelPlannerPlanBucketTask.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetagroupteamchannelplannerplanbuckettask Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupTeamChannelPlannerPlanBucketTask --- @@ -25,7 +25,6 @@ Remove-MgBetaGroupTeamChannelPlannerPlanBucketTask -ChannelId -GroupId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaGroupTeamChannelPlannerPlanBucketTask -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamChannelPlannerPlanBucketTaskAssignedToTaskBoardFormat.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamChannelPlannerPlanBucketTaskAssignedToTaskBoardFormat.md index aea7c772c43aa..320493b7b5296 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamChannelPlannerPlanBucketTaskAssignedToTaskBoardFormat.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamChannelPlannerPlanBucketTaskAssignedToTaskBoardFormat.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetagroupteamchannelplannerplanbuckettaskassignedtotaskboardformat Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupTeamChannelPlannerPlanBucketTaskAssignedToTaskBoardFormat --- @@ -25,7 +25,6 @@ Remove-MgBetaGroupTeamChannelPlannerPlanBucketTaskAssignedToTaskBoardFormat -Cha [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaGroupTeamChannelPlannerPlanBucketTaskAssignedToTaskBoardFormat [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamChannelPlannerPlanBucketTaskBoardFormat.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamChannelPlannerPlanBucketTaskBoardFormat.md index c4f044f99d383..eb6fb55b93da4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamChannelPlannerPlanBucketTaskBoardFormat.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamChannelPlannerPlanBucketTaskBoardFormat.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetagroupteamchannelplannerplanbuckettaskboardformat Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupTeamChannelPlannerPlanBucketTaskBoardFormat --- @@ -25,7 +25,6 @@ Remove-MgBetaGroupTeamChannelPlannerPlanBucketTaskBoardFormat -ChannelId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaGroupTeamChannelPlannerPlanBucketTaskBoardFormat -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamChannelPlannerPlanBucketTaskDetail.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamChannelPlannerPlanBucketTaskDetail.md index 4cfc29ec7d35a..f21f325caceb2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamChannelPlannerPlanBucketTaskDetail.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamChannelPlannerPlanBucketTaskDetail.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetagroupteamchannelplannerplanbuckettaskdetail Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupTeamChannelPlannerPlanBucketTaskDetail --- @@ -25,7 +25,6 @@ Remove-MgBetaGroupTeamChannelPlannerPlanBucketTaskDetail -ChannelId -Gr [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaGroupTeamChannelPlannerPlanBucketTaskDetail -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamChannelPlannerPlanBucketTaskProgressTaskBoardFormat.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamChannelPlannerPlanBucketTaskProgressTaskBoardFormat.md index 5a4c566f313ac..68901446f4b26 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamChannelPlannerPlanBucketTaskProgressTaskBoardFormat.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamChannelPlannerPlanBucketTaskProgressTaskBoardFormat.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetagroupteamchannelplannerplanbuckettaskprogresstaskboardformat Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupTeamChannelPlannerPlanBucketTaskProgressTaskBoardFormat --- @@ -25,7 +25,6 @@ Remove-MgBetaGroupTeamChannelPlannerPlanBucketTaskProgressTaskBoardFormat -Chann [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaGroupTeamChannelPlannerPlanBucketTaskProgressTaskBoardFormat [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamChannelPlannerPlanDetail.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamChannelPlannerPlanDetail.md index 312e897171f35..1faf5bb7224d6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamChannelPlannerPlanDetail.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamChannelPlannerPlanDetail.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetagroupteamchannelplannerplandetail Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupTeamChannelPlannerPlanDetail --- @@ -25,7 +25,6 @@ Remove-MgBetaGroupTeamChannelPlannerPlanDetail -ChannelId -GroupId ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaGroupTeamChannelPlannerPlanDetail -InputObject [-I [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamChannelPlannerPlanTask.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamChannelPlannerPlanTask.md index a8aa074e5def2..c17b67f752a1c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamChannelPlannerPlanTask.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamChannelPlannerPlanTask.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetagroupteamchannelplannerplantask Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupTeamChannelPlannerPlanTask --- @@ -25,7 +25,6 @@ Remove-MgBetaGroupTeamChannelPlannerPlanTask -ChannelId -GroupId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaGroupTeamChannelPlannerPlanTask -InputObject [-IfM [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamChannelPlannerPlanTaskAssignedToTaskBoardFormat.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamChannelPlannerPlanTaskAssignedToTaskBoardFormat.md index 38cdc9ef43ecc..8ec7bcde328dc 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamChannelPlannerPlanTaskAssignedToTaskBoardFormat.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamChannelPlannerPlanTaskAssignedToTaskBoardFormat.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetagroupteamchannelplannerplantaskassignedtotaskboardformat Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupTeamChannelPlannerPlanTaskAssignedToTaskBoardFormat --- @@ -25,7 +25,6 @@ Remove-MgBetaGroupTeamChannelPlannerPlanTaskAssignedToTaskBoardFormat -ChannelId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaGroupTeamChannelPlannerPlanTaskAssignedToTaskBoardFormat -InputObje [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamChannelPlannerPlanTaskBucketTaskBoardFormat.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamChannelPlannerPlanTaskBucketTaskBoardFormat.md index 1b6e27cb1ec1b..3c11674508f3c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamChannelPlannerPlanTaskBucketTaskBoardFormat.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamChannelPlannerPlanTaskBucketTaskBoardFormat.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetagroupteamchannelplannerplantaskbuckettaskboardformat Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupTeamChannelPlannerPlanTaskBucketTaskBoardFormat --- @@ -25,7 +25,6 @@ Remove-MgBetaGroupTeamChannelPlannerPlanTaskBucketTaskBoardFormat -ChannelId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaGroupTeamChannelPlannerPlanTaskBucketTaskBoardFormat -InputObject < [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamChannelPlannerPlanTaskDetail.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamChannelPlannerPlanTaskDetail.md index ed739815e7f50..d4fabc557e1a5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamChannelPlannerPlanTaskDetail.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamChannelPlannerPlanTaskDetail.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetagroupteamchannelplannerplantaskdetail Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupTeamChannelPlannerPlanTaskDetail --- @@ -25,7 +25,6 @@ Remove-MgBetaGroupTeamChannelPlannerPlanTaskDetail -ChannelId -GroupId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaGroupTeamChannelPlannerPlanTaskDetail -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamChannelPlannerPlanTaskProgressTaskBoardFormat.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamChannelPlannerPlanTaskProgressTaskBoardFormat.md index c3305de63b1f9..85dacb25e95ad 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamChannelPlannerPlanTaskProgressTaskBoardFormat.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamChannelPlannerPlanTaskProgressTaskBoardFormat.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetagroupteamchannelplannerplantaskprogresstaskboardformat Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupTeamChannelPlannerPlanTaskProgressTaskBoardFormat --- @@ -25,7 +25,6 @@ Remove-MgBetaGroupTeamChannelPlannerPlanTaskProgressTaskBoardFormat -ChannelId < [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaGroupTeamChannelPlannerPlanTaskProgressTaskBoardFormat -InputObject [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamChannelSharedWithTeam.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamChannelSharedWithTeam.md index 17451f3caa5b6..98425c82acd5c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamChannelSharedWithTeam.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamChannelSharedWithTeam.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetagroupteamchannelsharedwithteam Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupTeamChannelSharedWithTeam --- @@ -28,7 +28,6 @@ Remove-MgBetaGroupTeamChannelSharedWithTeam -ChannelId -GroupId ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -38,7 +37,6 @@ Remove-MgBetaGroupTeamChannelSharedWithTeam -InputObject [-IfMa [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamChannelTab.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamChannelTab.md index 9855f62b14184..716ef2cf3a60d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamChannelTab.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamChannelTab.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetagroupteamchanneltab Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupTeamChannelTab --- @@ -27,7 +27,6 @@ Remove-MgBetaGroupTeamChannelTab -ChannelId -GroupId -TeamsTab [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaGroupTeamChannelTab -InputObject [-IfMatch ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamInstalledApp.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamInstalledApp.md index 2d74a68f5f9ba..245bec5671994 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamInstalledApp.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamInstalledApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetagroupteaminstalledapp Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupTeamInstalledApp --- @@ -27,7 +27,6 @@ Remove-MgBetaGroupTeamInstalledApp -GroupId -TeamsAppInstallationId ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaGroupTeamInstalledApp -InputObject [-IfMatch ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamMember.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamMember.md index d0e305c10173b..68b8c6b412efc 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamMember.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamMember.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetagroupteammember Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupTeamMember --- @@ -27,7 +27,7 @@ Remove-MgBetaGroupTeamMember -GroupId [-ResponseHeadersVariable ] [-Values ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Delete @@ -37,7 +37,6 @@ Remove-MgBetaGroupTeamMember -ConversationMemberId -GroupId [- [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Remove @@ -48,7 +47,6 @@ Remove-MgBetaGroupTeamMember -GroupId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### RemoveViaIdentityExpanded @@ -58,7 +56,7 @@ Remove-MgBetaGroupTeamMember -InputObject [-ResponseHeadersVari [-AdditionalProperties ] [-Values ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### RemoveViaIdentity @@ -69,7 +67,6 @@ Remove-MgBetaGroupTeamMember -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -79,7 +76,6 @@ Remove-MgBetaGroupTeamMember -InputObject [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamOperation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamOperation.md index caf390a0919c6..42288469a47ac 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamOperation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamOperation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetagroupteamoperation Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupTeamOperation --- @@ -27,7 +27,6 @@ Remove-MgBetaGroupTeamOperation -GroupId -TeamsAsyncOperationId ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaGroupTeamOperation -InputObject [-IfMatch [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamPermissionGrant.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamPermissionGrant.md index d924549c255a3..3f0984104c0d3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamPermissionGrant.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamPermissionGrant.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetagroupteampermissiongrant Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupTeamPermissionGrant --- @@ -27,7 +27,6 @@ Remove-MgBetaGroupTeamPermissionGrant -GroupId -ResourceSpecificPermiss [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaGroupTeamPermissionGrant -InputObject [-IfMatch ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamPhotoContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamPhotoContent.md index c62609f029bdd..85140321269aa 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamPhotoContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamPhotoContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetagroupteamphotocontent Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupTeamPhotoContent --- @@ -27,7 +27,6 @@ Remove-MgBetaGroupTeamPhotoContent -GroupId [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaGroupTeamPhotoContent -InputObject [-IfMatch ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamPrimaryChannel.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamPrimaryChannel.md index e14f6d6f17017..b08c3d0832bce 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamPrimaryChannel.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamPrimaryChannel.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetagroupteamprimarychannel Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupTeamPrimaryChannel --- @@ -27,7 +27,6 @@ Remove-MgBetaGroupTeamPrimaryChannel -GroupId [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaGroupTeamPrimaryChannel -InputObject [-IfMatch ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamPrimaryChannelAllMember.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamPrimaryChannelAllMember.md index 11c48d4e11f10..5b3c463967f6e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamPrimaryChannelAllMember.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamPrimaryChannelAllMember.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetagroupteamprimarychannelallmember Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupTeamPrimaryChannelAllMember --- @@ -28,7 +28,7 @@ Remove-MgBetaGroupTeamPrimaryChannelAllMember -GroupId [-ResponseHeader [-AdditionalProperties ] [-Values ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Remove @@ -39,7 +39,6 @@ Remove-MgBetaGroupTeamPrimaryChannelAllMember -GroupId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### RemoveViaIdentityExpanded @@ -50,7 +49,6 @@ Remove-MgBetaGroupTeamPrimaryChannelAllMember -InputObject [-Values ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### RemoveViaIdentity @@ -61,7 +59,6 @@ Remove-MgBetaGroupTeamPrimaryChannelAllMember -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamPrimaryChannelEmail.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamPrimaryChannelEmail.md index 5a7a00a4ea486..f0fbb96506c9a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamPrimaryChannelEmail.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamPrimaryChannelEmail.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetagroupteamprimarychannelemail Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupTeamPrimaryChannelEmail --- @@ -28,7 +28,6 @@ Remove-MgBetaGroupTeamPrimaryChannelEmail -GroupId [-ResponseHeadersVar [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### RemoveViaIdentity @@ -38,7 +37,6 @@ Remove-MgBetaGroupTeamPrimaryChannelEmail -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamPrimaryChannelFileFolderContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamPrimaryChannelFileFolderContent.md index 6d1c891ff07b3..0415155668e04 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamPrimaryChannelFileFolderContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamPrimaryChannelFileFolderContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetagroupteamprimarychannelfilefoldercontent Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupTeamPrimaryChannelFileFolderContent --- @@ -30,7 +30,6 @@ Remove-MgBetaGroupTeamPrimaryChannelFileFolderContent -GroupId [-IfMatc [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -40,7 +39,6 @@ Remove-MgBetaGroupTeamPrimaryChannelFileFolderContent -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamPrimaryChannelFileFolderContentStream.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamPrimaryChannelFileFolderContentStream.md index a0ddf9c257be6..72365d62e0368 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamPrimaryChannelFileFolderContentStream.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamPrimaryChannelFileFolderContentStream.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetagroupteamprimarychannelfilefoldercontentstream Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupTeamPrimaryChannelFileFolderContentStream --- @@ -24,7 +24,6 @@ Remove-MgBetaGroupTeamPrimaryChannelFileFolderContentStream -GroupId [- [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaGroupTeamPrimaryChannelFileFolderContentStream -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamPrimaryChannelMember.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamPrimaryChannelMember.md index 1e8824f6f99aa..b21212df938f6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamPrimaryChannelMember.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamPrimaryChannelMember.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetagroupteamprimarychannelmember Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupTeamPrimaryChannelMember --- @@ -27,7 +27,7 @@ Remove-MgBetaGroupTeamPrimaryChannelMember -GroupId [-ResponseHeadersVa [-AdditionalProperties ] [-Values ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Delete1 @@ -37,7 +37,6 @@ Remove-MgBetaGroupTeamPrimaryChannelMember -ConversationMemberId -Group [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Delete @@ -47,7 +46,6 @@ Remove-MgBetaGroupTeamPrimaryChannelMember -ConversationMemberId -Group [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Remove @@ -58,7 +56,6 @@ Remove-MgBetaGroupTeamPrimaryChannelMember -GroupId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### RemoveViaIdentityExpanded @@ -69,7 +66,6 @@ Remove-MgBetaGroupTeamPrimaryChannelMember -InputObject [-Values ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### RemoveViaIdentity @@ -80,7 +76,6 @@ Remove-MgBetaGroupTeamPrimaryChannelMember -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity1 @@ -90,7 +85,6 @@ Remove-MgBetaGroupTeamPrimaryChannelMember -InputObject [-IfMat [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -100,7 +94,6 @@ Remove-MgBetaGroupTeamPrimaryChannelMember -InputObject [-IfMat [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamPrimaryChannelMessage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamPrimaryChannelMessage.md index ff12a256cc23a..8588781e7458a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamPrimaryChannelMessage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamPrimaryChannelMessage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetagroupteamprimarychannelmessage Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupTeamPrimaryChannelMessage --- @@ -27,7 +27,6 @@ Remove-MgBetaGroupTeamPrimaryChannelMessage -ChatMessageId -GroupId ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaGroupTeamPrimaryChannelMessage -InputObject [-IfMa [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamPrimaryChannelMessageHostedContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamPrimaryChannelMessageHostedContent.md index 37fed6bb47755..b758e56377ccb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamPrimaryChannelMessageHostedContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamPrimaryChannelMessageHostedContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetagroupteamprimarychannelmessagehostedcontent Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupTeamPrimaryChannelMessageHostedContent --- @@ -28,7 +28,6 @@ Remove-MgBetaGroupTeamPrimaryChannelMessageHostedContent -ChatMessageHostedConte [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Delete1 @@ -39,7 +38,6 @@ Remove-MgBetaGroupTeamPrimaryChannelMessageHostedContent -ChatMessageHostedConte [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity1 @@ -49,7 +47,6 @@ Remove-MgBetaGroupTeamPrimaryChannelMessageHostedContent -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -59,7 +56,6 @@ Remove-MgBetaGroupTeamPrimaryChannelMessageHostedContent -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamPrimaryChannelMessageReply.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamPrimaryChannelMessageReply.md index 3ff346d86c09b..a49ca19e96db0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamPrimaryChannelMessageReply.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamPrimaryChannelMessageReply.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetagroupteamprimarychannelmessagereply Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupTeamPrimaryChannelMessageReply --- @@ -28,7 +28,6 @@ Remove-MgBetaGroupTeamPrimaryChannelMessageReply -ChatMessageId -ChatMe [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -38,7 +37,6 @@ Remove-MgBetaGroupTeamPrimaryChannelMessageReply -InputObject [ [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamPrimaryChannelMessageReplyHostedContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamPrimaryChannelMessageReplyHostedContent.md index a1b94863e12f4..f1f7a2e512ac9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamPrimaryChannelMessageReplyHostedContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamPrimaryChannelMessageReplyHostedContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetagroupteamprimarychannelmessagereplyhostedcontent Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupTeamPrimaryChannelMessageReplyHostedContent --- @@ -28,7 +28,6 @@ Remove-MgBetaGroupTeamPrimaryChannelMessageReplyHostedContent -ChatMessageHosted [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Delete1 @@ -39,7 +38,6 @@ Remove-MgBetaGroupTeamPrimaryChannelMessageReplyHostedContent -ChatMessageHosted [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity1 @@ -49,7 +47,6 @@ Remove-MgBetaGroupTeamPrimaryChannelMessageReplyHostedContent -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -59,7 +56,6 @@ Remove-MgBetaGroupTeamPrimaryChannelMessageReplyHostedContent -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamPrimaryChannelPlanner.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamPrimaryChannelPlanner.md index 4242b38be5440..5ae00f1fd0c02 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamPrimaryChannelPlanner.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamPrimaryChannelPlanner.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetagroupteamprimarychannelplanner Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupTeamPrimaryChannelPlanner --- @@ -24,7 +24,6 @@ Remove-MgBetaGroupTeamPrimaryChannelPlanner -GroupId [-IfMatch [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaGroupTeamPrimaryChannelPlanner -InputObject [-IfMa [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamPrimaryChannelPlannerPlan.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamPrimaryChannelPlannerPlan.md index 060e54cb83380..f90fb0b0041ea 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamPrimaryChannelPlannerPlan.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamPrimaryChannelPlannerPlan.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetagroupteamprimarychannelplannerplan Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupTeamPrimaryChannelPlannerPlan --- @@ -24,7 +24,6 @@ Remove-MgBetaGroupTeamPrimaryChannelPlannerPlan -GroupId -PlannerPlanId [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaGroupTeamPrimaryChannelPlannerPlan -InputObject [- [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamPrimaryChannelPlannerPlanBucket.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamPrimaryChannelPlannerPlanBucket.md index 2a403cca16457..70ebf870fc21a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamPrimaryChannelPlannerPlanBucket.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamPrimaryChannelPlannerPlanBucket.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetagroupteamprimarychannelplannerplanbucket Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupTeamPrimaryChannelPlannerPlanBucket --- @@ -25,7 +25,6 @@ Remove-MgBetaGroupTeamPrimaryChannelPlannerPlanBucket -GroupId -Planner [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaGroupTeamPrimaryChannelPlannerPlanBucket -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTask.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTask.md index 82729dbefa1a7..eea79161e6c05 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTask.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTask.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetagroupteamprimarychannelplannerplanbuckettask Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTask --- @@ -25,7 +25,6 @@ Remove-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTask -GroupId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTask -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTaskAssignedToTaskBoardFormat.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTaskAssignedToTaskBoardFormat.md index a40369a3c4755..75f1b70d2fd95 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTaskAssignedToTaskBoardFormat.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTaskAssignedToTaskBoardFormat.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetagroupteamprimarychannelplannerplanbuckettaskassignedtotaskboardformat Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTaskAssignedToTaskBoardFormat --- @@ -25,7 +25,6 @@ Remove-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTaskAssignedToTaskBoardForm [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTaskAssignedToTaskBoardForm [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTaskBoardFormat.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTaskBoardFormat.md index 7d539346b3ae3..6e0ef05e01ead 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTaskBoardFormat.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTaskBoardFormat.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetagroupteamprimarychannelplannerplanbuckettaskboardformat Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTaskBoardFormat --- @@ -25,7 +25,6 @@ Remove-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTaskBoardFormat -GroupId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTaskBoardFormat -InputObjec [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTaskDetail.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTaskDetail.md index 6ad2bc7f6354a..775223d1a8e4c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTaskDetail.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTaskDetail.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetagroupteamprimarychannelplannerplanbuckettaskdetail Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTaskDetail --- @@ -25,7 +25,6 @@ Remove-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTaskDetail -GroupId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTaskDetail -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTaskProgressTaskBoardFormat.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTaskProgressTaskBoardFormat.md index ba0a617b700dd..1e9563b912bbd 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTaskProgressTaskBoardFormat.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTaskProgressTaskBoardFormat.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetagroupteamprimarychannelplannerplanbuckettaskprogresstaskboardformat Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTaskProgressTaskBoardFormat --- @@ -25,7 +25,6 @@ Remove-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTaskProgressTaskBoardFormat [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTaskProgressTaskBoardFormat [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamPrimaryChannelPlannerPlanDetail.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamPrimaryChannelPlannerPlanDetail.md index 5b147ad21af0b..b5b3bb0d90300 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamPrimaryChannelPlannerPlanDetail.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamPrimaryChannelPlannerPlanDetail.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetagroupteamprimarychannelplannerplandetail Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupTeamPrimaryChannelPlannerPlanDetail --- @@ -24,7 +24,6 @@ Remove-MgBetaGroupTeamPrimaryChannelPlannerPlanDetail -GroupId -Planner [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaGroupTeamPrimaryChannelPlannerPlanDetail -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamPrimaryChannelPlannerPlanTask.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamPrimaryChannelPlannerPlanTask.md index b7a3fe28e7c15..69290e3789a5a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamPrimaryChannelPlannerPlanTask.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamPrimaryChannelPlannerPlanTask.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetagroupteamprimarychannelplannerplantask Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupTeamPrimaryChannelPlannerPlanTask --- @@ -25,7 +25,6 @@ Remove-MgBetaGroupTeamPrimaryChannelPlannerPlanTask -GroupId -PlannerPl [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaGroupTeamPrimaryChannelPlannerPlanTask -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamPrimaryChannelPlannerPlanTaskAssignedToTaskBoardFormat.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamPrimaryChannelPlannerPlanTaskAssignedToTaskBoardFormat.md index 72eec0b016413..0c1a5a2d3ef07 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamPrimaryChannelPlannerPlanTaskAssignedToTaskBoardFormat.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamPrimaryChannelPlannerPlanTaskAssignedToTaskBoardFormat.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetagroupteamprimarychannelplannerplantaskassignedtotaskboardformat Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupTeamPrimaryChannelPlannerPlanTaskAssignedToTaskBoardFormat --- @@ -25,7 +25,6 @@ Remove-MgBetaGroupTeamPrimaryChannelPlannerPlanTaskAssignedToTaskBoardFormat -Gr [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaGroupTeamPrimaryChannelPlannerPlanTaskAssignedToTaskBoardFormat [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamPrimaryChannelPlannerPlanTaskBucketTaskBoardFormat.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamPrimaryChannelPlannerPlanTaskBucketTaskBoardFormat.md index 902b6541e282a..31f3870c48c9d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamPrimaryChannelPlannerPlanTaskBucketTaskBoardFormat.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamPrimaryChannelPlannerPlanTaskBucketTaskBoardFormat.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetagroupteamprimarychannelplannerplantaskbuckettaskboardformat Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupTeamPrimaryChannelPlannerPlanTaskBucketTaskBoardFormat --- @@ -25,7 +25,6 @@ Remove-MgBetaGroupTeamPrimaryChannelPlannerPlanTaskBucketTaskBoardFormat -GroupI [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaGroupTeamPrimaryChannelPlannerPlanTaskBucketTaskBoardFormat [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamPrimaryChannelPlannerPlanTaskDetail.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamPrimaryChannelPlannerPlanTaskDetail.md index fa1c0b1038d56..3c26fd12ba785 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamPrimaryChannelPlannerPlanTaskDetail.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamPrimaryChannelPlannerPlanTaskDetail.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetagroupteamprimarychannelplannerplantaskdetail Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupTeamPrimaryChannelPlannerPlanTaskDetail --- @@ -25,7 +25,6 @@ Remove-MgBetaGroupTeamPrimaryChannelPlannerPlanTaskDetail -GroupId -Pla [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaGroupTeamPrimaryChannelPlannerPlanTaskDetail -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamPrimaryChannelPlannerPlanTaskProgressTaskBoardFormat.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamPrimaryChannelPlannerPlanTaskProgressTaskBoardFormat.md index fe9d4c821377c..bf0bf302061d4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamPrimaryChannelPlannerPlanTaskProgressTaskBoardFormat.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamPrimaryChannelPlannerPlanTaskProgressTaskBoardFormat.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetagroupteamprimarychannelplannerplantaskprogresstaskboardformat Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupTeamPrimaryChannelPlannerPlanTaskProgressTaskBoardFormat --- @@ -25,7 +25,6 @@ Remove-MgBetaGroupTeamPrimaryChannelPlannerPlanTaskProgressTaskBoardFormat -Grou [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaGroupTeamPrimaryChannelPlannerPlanTaskProgressTaskBoardFormat [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamPrimaryChannelSharedWithTeam.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamPrimaryChannelSharedWithTeam.md index 1f47c569dd056..267b35ff39ce1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamPrimaryChannelSharedWithTeam.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamPrimaryChannelSharedWithTeam.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetagroupteamprimarychannelsharedwithteam Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupTeamPrimaryChannelSharedWithTeam --- @@ -28,7 +28,6 @@ Remove-MgBetaGroupTeamPrimaryChannelSharedWithTeam -GroupId [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -38,7 +37,6 @@ Remove-MgBetaGroupTeamPrimaryChannelSharedWithTeam -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamPrimaryChannelTab.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamPrimaryChannelTab.md index 37817306e58bb..e8c67089d57ae 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamPrimaryChannelTab.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamPrimaryChannelTab.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetagroupteamprimarychanneltab Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupTeamPrimaryChannelTab --- @@ -27,7 +27,6 @@ Remove-MgBetaGroupTeamPrimaryChannelTab -GroupId -TeamsTabId [ [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaGroupTeamPrimaryChannelTab -InputObject [-IfMatch [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamSchedule.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamSchedule.md index e2ea772bd995a..ddd6629775776 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamSchedule.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamSchedule.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetagroupteamschedule Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupTeamSchedule --- @@ -27,7 +27,6 @@ Remove-MgBetaGroupTeamSchedule -GroupId [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaGroupTeamSchedule -InputObject [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamScheduleDayNote.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamScheduleDayNote.md index 15cfd8a5b7e9d..fa0f14dfe11a6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamScheduleDayNote.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamScheduleDayNote.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetagroupteamscheduledaynote Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupTeamScheduleDayNote --- @@ -27,7 +27,6 @@ Remove-MgBetaGroupTeamScheduleDayNote -DayNoteId -GroupId [-If [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaGroupTeamScheduleDayNote -InputObject [-IfMatch ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamScheduleOfferShiftRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamScheduleOfferShiftRequest.md index c77e92357a80b..20416519bedd0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamScheduleOfferShiftRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamScheduleOfferShiftRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetagroupteamscheduleoffershiftrequest Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupTeamScheduleOfferShiftRequest --- @@ -27,7 +27,6 @@ Remove-MgBetaGroupTeamScheduleOfferShiftRequest -GroupId -OfferShiftReq [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaGroupTeamScheduleOfferShiftRequest -InputObject [- [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamScheduleOpenShift.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamScheduleOpenShift.md index f06d6ea93cc48..cbb918d3dd915 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamScheduleOpenShift.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamScheduleOpenShift.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetagroupteamscheduleopenshift Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupTeamScheduleOpenShift --- @@ -27,7 +27,6 @@ Remove-MgBetaGroupTeamScheduleOpenShift -GroupId -OpenShiftId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaGroupTeamScheduleOpenShift -InputObject [-IfMatch [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamScheduleOpenShiftChangeRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamScheduleOpenShiftChangeRequest.md index 4b6ebe814c762..685f5c354605b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamScheduleOpenShiftChangeRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamScheduleOpenShiftChangeRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetagroupteamscheduleopenshiftchangerequest Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupTeamScheduleOpenShiftChangeRequest --- @@ -28,7 +28,6 @@ Remove-MgBetaGroupTeamScheduleOpenShiftChangeRequest -GroupId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -38,7 +37,6 @@ Remove-MgBetaGroupTeamScheduleOpenShiftChangeRequest -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamScheduleSchedulingGroup.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamScheduleSchedulingGroup.md index c19a69ac8a0d9..29bea57afe8b9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamScheduleSchedulingGroup.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamScheduleSchedulingGroup.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetagroupteamscheduleschedulinggroup Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupTeamScheduleSchedulingGroup --- @@ -27,7 +27,6 @@ Remove-MgBetaGroupTeamScheduleSchedulingGroup -GroupId -SchedulingGroup [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaGroupTeamScheduleSchedulingGroup -InputObject [-If [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamScheduleShift.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamScheduleShift.md index a92c5f08aea23..c5cd6b87a47a5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamScheduleShift.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamScheduleShift.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetagroupteamscheduleshift Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupTeamScheduleShift --- @@ -27,7 +27,6 @@ Remove-MgBetaGroupTeamScheduleShift -GroupId -ShiftId [-IfMatc [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaGroupTeamScheduleShift -InputObject [-IfMatch ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamScheduleShiftRoleDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamScheduleShiftRoleDefinition.md index 32ce50b11f14e..72477e4fa03f5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamScheduleShiftRoleDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamScheduleShiftRoleDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetagroupteamscheduleshiftroledefinition Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupTeamScheduleShiftRoleDefinition --- @@ -24,7 +24,6 @@ Remove-MgBetaGroupTeamScheduleShiftRoleDefinition -GroupId -ShiftsRoleD [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaGroupTeamScheduleShiftRoleDefinition -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamScheduleSwapShiftChangeRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamScheduleSwapShiftChangeRequest.md index 4bf1e7edb2ea5..3ab456f81dd99 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamScheduleSwapShiftChangeRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamScheduleSwapShiftChangeRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetagroupteamscheduleswapshiftchangerequest Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupTeamScheduleSwapShiftChangeRequest --- @@ -28,7 +28,6 @@ Remove-MgBetaGroupTeamScheduleSwapShiftChangeRequest -GroupId [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -38,7 +37,6 @@ Remove-MgBetaGroupTeamScheduleSwapShiftChangeRequest -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamScheduleTimeCard.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamScheduleTimeCard.md index 99f1657c08f34..b29b1152ed2cc 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamScheduleTimeCard.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamScheduleTimeCard.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetagroupteamscheduletimecard Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupTeamScheduleTimeCard --- @@ -27,7 +27,6 @@ Remove-MgBetaGroupTeamScheduleTimeCard -GroupId -TimeCardId [- [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaGroupTeamScheduleTimeCard -InputObject [-IfMatch < [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamScheduleTimeOff.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamScheduleTimeOff.md index a6e02ab8ab7a4..c048cbb75e197 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamScheduleTimeOff.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamScheduleTimeOff.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetagroupteamscheduletimeoff Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupTeamScheduleTimeOff --- @@ -27,7 +27,6 @@ Remove-MgBetaGroupTeamScheduleTimeOff -GroupId -TimeOffId [-If [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaGroupTeamScheduleTimeOff -InputObject [-IfMatch ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamScheduleTimeOffReason.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamScheduleTimeOffReason.md index 2496ff6a4e7b8..8b8eb53bab56c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamScheduleTimeOffReason.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamScheduleTimeOffReason.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetagroupteamscheduletimeoffreason Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupTeamScheduleTimeOffReason --- @@ -27,7 +27,6 @@ Remove-MgBetaGroupTeamScheduleTimeOffReason -GroupId -TimeOffReasonId < [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaGroupTeamScheduleTimeOffReason -InputObject [-IfMa [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamScheduleTimeOffRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamScheduleTimeOffRequest.md index 83dedcad9f0f1..4a25bdae5192e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamScheduleTimeOffRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamScheduleTimeOffRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetagroupteamscheduletimeoffrequest Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupTeamScheduleTimeOffRequest --- @@ -27,7 +27,6 @@ Remove-MgBetaGroupTeamScheduleTimeOffRequest -GroupId -TimeOffRequestId [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaGroupTeamScheduleTimeOffRequest -InputObject [-IfM [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamTag.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamTag.md index ab49e996c3bd8..27bca9ce60b2d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamTag.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamTag.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetagroupteamtag Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupTeamTag --- @@ -27,7 +27,6 @@ Remove-MgBetaGroupTeamTag -GroupId -TeamworkTagId [-IfMatch ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaGroupTeamTag -InputObject [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamTagMember.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamTagMember.md index 22dc90e394253..6a991869338c5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamTagMember.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaGroupTeamTagMember.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetagroupteamtagmember Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaGroupTeamTagMember --- @@ -28,7 +28,6 @@ Remove-MgBetaGroupTeamTagMember -GroupId -TeamworkTagId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -38,7 +37,6 @@ Remove-MgBetaGroupTeamTagMember -InputObject [-IfMatch [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeam.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeam.md index 768fc10bb1817..21b8feb9313af 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeam.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeam.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetateam Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaTeam --- @@ -27,7 +27,6 @@ Remove-MgBetaTeam -TeamId [-IfMatch ] [-ResponseHeadersVariable [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaTeam -InputObject [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamChannel.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamChannel.md index 7030f42f0288f..0de3146ecea45 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamChannel.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamChannel.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetateamchannel Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaTeamChannel --- @@ -27,7 +27,6 @@ Remove-MgBetaTeamChannel -ChannelId -TeamId [-IfMatch [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaTeamChannel -InputObject [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -53,9 +51,9 @@ Delete the channel. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Channel.Delete.All, Group.ReadWrite.All, Directory.ReadWrite.All, | +| Delegated (work or school account) | Channel.Delete.All, Directory.ReadWrite.All, Group.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | Channel.Delete.Group, Group.ReadWrite.All, Directory.ReadWrite.All, Channel.Delete.All, | +| Application | Channel.Delete.Group, Channel.Delete.All, Directory.ReadWrite.All, Group.ReadWrite.All, | ## EXAMPLES ### Example 1: Code snippet diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamChannelAllMember.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamChannelAllMember.md index 3ad065c917533..3ecb36d18a381 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamChannelAllMember.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamChannelAllMember.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetateamchannelallmember Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaTeamChannelAllMember --- @@ -29,7 +29,6 @@ Remove-MgBetaTeamChannelAllMember -ChannelId -TeamId [-Values ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Remove @@ -40,7 +39,6 @@ Remove-MgBetaTeamChannelAllMember -ChannelId -TeamId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### RemoveViaIdentityExpanded @@ -50,7 +48,7 @@ Remove-MgBetaTeamChannelAllMember -InputObject [-ResponseHeader [-AdditionalProperties ] [-Values ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### RemoveViaIdentity @@ -61,7 +59,6 @@ Remove-MgBetaTeamChannelAllMember -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamChannelEmail.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamChannelEmail.md index 08991e8a7fec9..ab79f83f88aaa 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamChannelEmail.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamChannelEmail.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetateamchannelemail Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaTeamChannelEmail --- @@ -28,7 +28,6 @@ Remove-MgBetaTeamChannelEmail -ChannelId -TeamId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### RemoveViaIdentity @@ -38,7 +37,6 @@ Remove-MgBetaTeamChannelEmail -InputObject [-ResponseHeadersVar [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamChannelFileFolderContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamChannelFileFolderContent.md index 07c4a539471be..9a65f7995b348 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamChannelFileFolderContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamChannelFileFolderContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetateamchannelfilefoldercontent Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaTeamChannelFileFolderContent --- @@ -30,7 +30,6 @@ Remove-MgBetaTeamChannelFileFolderContent -ChannelId -TeamId [ [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -40,7 +39,6 @@ Remove-MgBetaTeamChannelFileFolderContent -InputObject [-IfMatc [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamChannelFileFolderContentStream.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamChannelFileFolderContentStream.md index 8bbbac73ae89f..8eb8c23c86f48 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamChannelFileFolderContentStream.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamChannelFileFolderContentStream.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetateamchannelfilefoldercontentstream Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaTeamChannelFileFolderContentStream --- @@ -24,7 +24,6 @@ Remove-MgBetaTeamChannelFileFolderContentStream -ChannelId -TeamId ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaTeamChannelFileFolderContentStream -InputObject [- [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamChannelMember.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamChannelMember.md index 170caab863668..bd8b33cf9d4c4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamChannelMember.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamChannelMember.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetateamchannelmember Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaTeamChannelMember --- @@ -28,7 +28,6 @@ Remove-MgBetaTeamChannelMember -ChannelId -TeamId [-Values ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Remove @@ -39,7 +38,6 @@ Remove-MgBetaTeamChannelMember -ChannelId -TeamId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Delete1 @@ -49,7 +47,6 @@ Remove-MgBetaTeamChannelMember -ChannelId -ConversationMemberId ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Delete @@ -59,7 +56,6 @@ Remove-MgBetaTeamChannelMember -ChannelId -ConversationMemberId ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### RemoveViaIdentityExpanded @@ -69,7 +65,7 @@ Remove-MgBetaTeamChannelMember -InputObject [-ResponseHeadersVa [-AdditionalProperties ] [-Values ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### RemoveViaIdentity @@ -80,7 +76,6 @@ Remove-MgBetaTeamChannelMember -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity1 @@ -90,7 +85,6 @@ Remove-MgBetaTeamChannelMember -InputObject [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -100,7 +94,6 @@ Remove-MgBetaTeamChannelMember -InputObject [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamChannelMessageReplyHostedContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamChannelMessageReplyHostedContent.md index 3cb6ce7379a1d..5a9d029b791ac 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamChannelMessageReplyHostedContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamChannelMessageReplyHostedContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetateamchannelmessagereplyhostedcontent Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaTeamChannelMessageReplyHostedContent --- @@ -29,7 +29,6 @@ Remove-MgBetaTeamChannelMessageReplyHostedContent -ChannelId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Delete1 @@ -41,7 +40,6 @@ Remove-MgBetaTeamChannelMessageReplyHostedContent -ChannelId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity1 @@ -51,7 +49,6 @@ Remove-MgBetaTeamChannelMessageReplyHostedContent -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -61,7 +58,6 @@ Remove-MgBetaTeamChannelMessageReplyHostedContent -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamChannelPlanner.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamChannelPlanner.md index 4bfb27b4f9978..e511f3ca1eddc 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamChannelPlanner.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamChannelPlanner.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetateamchannelplanner Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaTeamChannelPlanner --- @@ -24,7 +24,6 @@ Remove-MgBetaTeamChannelPlanner -ChannelId -TeamId [-IfMatch < [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaTeamChannelPlanner -InputObject [-IfMatch [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamChannelPlannerPlan.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamChannelPlannerPlan.md index 56245badf3a01..ee70ea350a4f3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamChannelPlannerPlan.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamChannelPlannerPlan.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetateamchannelplannerplan Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaTeamChannelPlannerPlan --- @@ -24,7 +24,6 @@ Remove-MgBetaTeamChannelPlannerPlan -ChannelId -PlannerPlanId [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaTeamChannelPlannerPlan -InputObject [-IfMatch ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamChannelPlannerPlanBucket.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamChannelPlannerPlanBucket.md index f7da9bf26764f..fff201ffa09f0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamChannelPlannerPlanBucket.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamChannelPlannerPlanBucket.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetateamchannelplannerplanbucket Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaTeamChannelPlannerPlanBucket --- @@ -25,7 +25,6 @@ Remove-MgBetaTeamChannelPlannerPlanBucket -ChannelId -PlannerBucketId < [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaTeamChannelPlannerPlanBucket -InputObject [-IfMatc [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamChannelPlannerPlanBucketTask.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamChannelPlannerPlanBucketTask.md index 106ed19cb3d1c..cefe4e127c65d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamChannelPlannerPlanBucketTask.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamChannelPlannerPlanBucketTask.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetateamchannelplannerplanbuckettask Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaTeamChannelPlannerPlanBucketTask --- @@ -25,7 +25,6 @@ Remove-MgBetaTeamChannelPlannerPlanBucketTask -ChannelId -PlannerBucket [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaTeamChannelPlannerPlanBucketTask -InputObject [-If [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamChannelPlannerPlanBucketTaskAssignedToTaskBoardFormat.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamChannelPlannerPlanBucketTaskAssignedToTaskBoardFormat.md index c1d61ec1267e2..2ad345ed2dbdd 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamChannelPlannerPlanBucketTaskAssignedToTaskBoardFormat.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamChannelPlannerPlanBucketTaskAssignedToTaskBoardFormat.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetateamchannelplannerplanbuckettaskassignedtotaskboardformat Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaTeamChannelPlannerPlanBucketTaskAssignedToTaskBoardFormat --- @@ -25,7 +25,6 @@ Remove-MgBetaTeamChannelPlannerPlanBucketTaskAssignedToTaskBoardFormat -ChannelI [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaTeamChannelPlannerPlanBucketTaskAssignedToTaskBoardFormat -InputObj [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamChannelPlannerPlanBucketTaskBoardFormat.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamChannelPlannerPlanBucketTaskBoardFormat.md index df84e9a17f53c..6fb943baa6426 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamChannelPlannerPlanBucketTaskBoardFormat.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamChannelPlannerPlanBucketTaskBoardFormat.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetateamchannelplannerplanbuckettaskboardformat Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaTeamChannelPlannerPlanBucketTaskBoardFormat --- @@ -25,7 +25,6 @@ Remove-MgBetaTeamChannelPlannerPlanBucketTaskBoardFormat -ChannelId [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaTeamChannelPlannerPlanBucketTaskBoardFormat -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamChannelPlannerPlanBucketTaskDetail.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamChannelPlannerPlanBucketTaskDetail.md index edaffea194c42..cf69582c8e0a8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamChannelPlannerPlanBucketTaskDetail.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamChannelPlannerPlanBucketTaskDetail.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetateamchannelplannerplanbuckettaskdetail Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaTeamChannelPlannerPlanBucketTaskDetail --- @@ -25,7 +25,6 @@ Remove-MgBetaTeamChannelPlannerPlanBucketTaskDetail -ChannelId -Planner [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaTeamChannelPlannerPlanBucketTaskDetail -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamChannelPlannerPlanBucketTaskProgressTaskBoardFormat.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamChannelPlannerPlanBucketTaskProgressTaskBoardFormat.md index 30b1bd10b02db..79a95ad50ff31 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamChannelPlannerPlanBucketTaskProgressTaskBoardFormat.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamChannelPlannerPlanBucketTaskProgressTaskBoardFormat.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetateamchannelplannerplanbuckettaskprogresstaskboardformat Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaTeamChannelPlannerPlanBucketTaskProgressTaskBoardFormat --- @@ -25,7 +25,6 @@ Remove-MgBetaTeamChannelPlannerPlanBucketTaskProgressTaskBoardFormat -ChannelId [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaTeamChannelPlannerPlanBucketTaskProgressTaskBoardFormat -InputObjec [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamChannelPlannerPlanDetail.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamChannelPlannerPlanDetail.md index bb2e17b43f426..bc83c8c75c0b1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamChannelPlannerPlanDetail.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamChannelPlannerPlanDetail.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetateamchannelplannerplandetail Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaTeamChannelPlannerPlanDetail --- @@ -25,7 +25,6 @@ Remove-MgBetaTeamChannelPlannerPlanDetail -ChannelId -PlannerPlanId ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaTeamChannelPlannerPlanDetail -InputObject [-IfMatc [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamChannelPlannerPlanTask.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamChannelPlannerPlanTask.md index c64384df5633b..ed88253084025 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamChannelPlannerPlanTask.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamChannelPlannerPlanTask.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetateamchannelplannerplantask Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaTeamChannelPlannerPlanTask --- @@ -25,7 +25,6 @@ Remove-MgBetaTeamChannelPlannerPlanTask -ChannelId -PlannerPlanId ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaTeamChannelPlannerPlanTask -InputObject [-IfMatch [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamChannelPlannerPlanTaskAssignedToTaskBoardFormat.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamChannelPlannerPlanTaskAssignedToTaskBoardFormat.md index a6dcea084d479..78a1da48552f6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamChannelPlannerPlanTaskAssignedToTaskBoardFormat.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamChannelPlannerPlanTaskAssignedToTaskBoardFormat.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetateamchannelplannerplantaskassignedtotaskboardformat Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaTeamChannelPlannerPlanTaskAssignedToTaskBoardFormat --- @@ -25,7 +25,6 @@ Remove-MgBetaTeamChannelPlannerPlanTaskAssignedToTaskBoardFormat -ChannelId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaTeamChannelPlannerPlanTaskAssignedToTaskBoardFormat -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamChannelPlannerPlanTaskBucketTaskBoardFormat.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamChannelPlannerPlanTaskBucketTaskBoardFormat.md index c8e478a7ed3de..a0ad620a73e79 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamChannelPlannerPlanTaskBucketTaskBoardFormat.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamChannelPlannerPlanTaskBucketTaskBoardFormat.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetateamchannelplannerplantaskbuckettaskboardformat Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaTeamChannelPlannerPlanTaskBucketTaskBoardFormat --- @@ -25,7 +25,6 @@ Remove-MgBetaTeamChannelPlannerPlanTaskBucketTaskBoardFormat -ChannelId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaTeamChannelPlannerPlanTaskBucketTaskBoardFormat -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamChannelPlannerPlanTaskDetail.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamChannelPlannerPlanTaskDetail.md index 5019346519b21..d213eaa2ae519 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamChannelPlannerPlanTaskDetail.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamChannelPlannerPlanTaskDetail.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetateamchannelplannerplantaskdetail Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaTeamChannelPlannerPlanTaskDetail --- @@ -25,7 +25,6 @@ Remove-MgBetaTeamChannelPlannerPlanTaskDetail -ChannelId -PlannerPlanId [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaTeamChannelPlannerPlanTaskDetail -InputObject [-If [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamChannelPlannerPlanTaskProgressTaskBoardFormat.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamChannelPlannerPlanTaskProgressTaskBoardFormat.md index 50c495b695375..3119affe46fab 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamChannelPlannerPlanTaskProgressTaskBoardFormat.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamChannelPlannerPlanTaskProgressTaskBoardFormat.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetateamchannelplannerplantaskprogresstaskboardformat Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaTeamChannelPlannerPlanTaskProgressTaskBoardFormat --- @@ -25,7 +25,6 @@ Remove-MgBetaTeamChannelPlannerPlanTaskProgressTaskBoardFormat -ChannelId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaTeamChannelPlannerPlanTaskProgressTaskBoardFormat -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamChannelSharedWithTeam.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamChannelSharedWithTeam.md index e89ff7ad56070..59889442254c5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamChannelSharedWithTeam.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamChannelSharedWithTeam.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetateamchannelsharedwithteam Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaTeamChannelSharedWithTeam --- @@ -29,7 +29,6 @@ Remove-MgBetaTeamChannelSharedWithTeam -ChannelId -SharedWithChannelTea [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -39,7 +38,6 @@ Remove-MgBetaTeamChannelSharedWithTeam -InputObject [-IfMatch < [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamChannelTab.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamChannelTab.md index b833313794745..7d21600442d11 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamChannelTab.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamChannelTab.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetateamchanneltab Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaTeamChannelTab --- @@ -27,7 +27,6 @@ Remove-MgBetaTeamChannelTab -ChannelId -TeamId -TeamsTabId ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaTeamChannelTab -InputObject [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -53,9 +51,9 @@ Delete navigation property tabs for teams | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | TeamsTab.ReadWriteSelfForTeam, TeamsTab.ReadWriteForTeam, TeamsTab.ReadWrite.All, Group.ReadWrite.All, Directory.ReadWrite.All, | +| Delegated (work or school account) | TeamsTab.ReadWriteSelfForTeam, Directory.ReadWrite.All, Group.ReadWrite.All, TeamsTab.ReadWrite.All, TeamsTab.ReadWriteForTeam, | | Delegated (personal Microsoft account) | Not supported | -| Application | TeamsTab.Delete.Group, TeamsTab.ReadWriteSelfForTeam.All, TeamsTab.ReadWriteForTeam.All, TeamsTab.ReadWrite.Group, TeamsTab.ReadWrite.All, Group.ReadWrite.All, Directory.ReadWrite.All, | +| Application | TeamsTab.Delete.Group, Directory.ReadWrite.All, Group.ReadWrite.All, TeamsTab.ReadWrite.All, TeamsTab.ReadWrite.Group, TeamsTab.ReadWriteForTeam.All, TeamsTab.ReadWriteSelfForTeam.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamInstalledApp.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamInstalledApp.md index 755b0154a1aad..49ab6309db74e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamInstalledApp.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamInstalledApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetateaminstalledapp Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaTeamInstalledApp --- @@ -27,7 +27,6 @@ Remove-MgBetaTeamInstalledApp -TeamId -TeamsAppInstallationId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaTeamInstalledApp -InputObject [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -53,9 +51,9 @@ Uninstalls an app from the specified team. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | TeamsAppInstallation.ReadWriteSelfForTeam, TeamsAppInstallation.ReadWriteForTeam, TeamsAppInstallation.ManageSelectedForTeam, Group.ReadWrite.All, Directory.ReadWrite.All, | +| Delegated (work or school account) | TeamsAppInstallation.ReadWriteSelfForTeam, Directory.ReadWrite.All, Group.ReadWrite.All, TeamsAppInstallation.ManageSelectedForTeam, TeamsAppInstallation.ReadWriteForTeam, | | Delegated (personal Microsoft account) | Not supported | -| Application | TeamsAppInstallation.ReadWriteSelfForTeam.All, TeamsAppInstallation.ReadWriteForTeam.All, TeamsAppInstallation.ManageSelectedForTeam.All, Group.ReadWrite.All, Directory.ReadWrite.All, | +| Application | TeamsAppInstallation.ReadWriteSelfForTeam.All, Directory.ReadWrite.All, Group.ReadWrite.All, TeamsAppInstallation.ManageSelectedForTeam.All, TeamsAppInstallation.ReadWriteForTeam.All, | ## EXAMPLES ### Example 1: Code snippet diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamMember.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamMember.md index d27cb05e0bc0c..f387e4fc5864a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamMember.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamMember.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetateammember Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaTeamMember --- @@ -27,7 +27,7 @@ Remove-MgBetaTeamMember -TeamId [-ResponseHeadersVariable ] [-AdditionalProperties ] [-Values ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Delete @@ -37,7 +37,6 @@ Remove-MgBetaTeamMember -ConversationMemberId -TeamId [-IfMatc [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Remove @@ -48,7 +47,6 @@ Remove-MgBetaTeamMember -TeamId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### RemoveViaIdentityExpanded @@ -58,7 +56,7 @@ Remove-MgBetaTeamMember -InputObject [-ResponseHeadersVariable [-AdditionalProperties ] [-Values ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### RemoveViaIdentity @@ -69,7 +67,6 @@ Remove-MgBetaTeamMember -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -79,7 +76,6 @@ Remove-MgBetaTeamMember -InputObject [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamOperation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamOperation.md index d0fd5e439ae9e..e3e85f41991a8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamOperation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamOperation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetateamoperation Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaTeamOperation --- @@ -27,7 +27,6 @@ Remove-MgBetaTeamOperation -TeamId -TeamsAsyncOperationId [-If [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaTeamOperation -InputObject [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamPermissionGrant.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamPermissionGrant.md index e583f613fbe8e..628ed313c8465 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamPermissionGrant.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamPermissionGrant.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetateampermissiongrant Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaTeamPermissionGrant --- @@ -27,7 +27,6 @@ Remove-MgBetaTeamPermissionGrant -ResourceSpecificPermissionGrantId -Te [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaTeamPermissionGrant -InputObject [-IfMatch ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamPhotoContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamPhotoContent.md index d215fc1048467..f9a2da0c17765 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamPhotoContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamPhotoContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetateamphotocontent Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaTeamPhotoContent --- @@ -27,7 +27,6 @@ Remove-MgBetaTeamPhotoContent -TeamId [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaTeamPhotoContent -InputObject [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamPrimaryChannel.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamPrimaryChannel.md index 1ae23b759274d..ea273f2e42bc2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamPrimaryChannel.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamPrimaryChannel.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetateamprimarychannel Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaTeamPrimaryChannel --- @@ -27,7 +27,6 @@ Remove-MgBetaTeamPrimaryChannel -TeamId [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaTeamPrimaryChannel -InputObject [-IfMatch [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamPrimaryChannelAllMember.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamPrimaryChannelAllMember.md index cc0e7476303f5..e856cd0c252d3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamPrimaryChannelAllMember.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamPrimaryChannelAllMember.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetateamprimarychannelallmember Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaTeamPrimaryChannelAllMember --- @@ -28,7 +28,7 @@ Remove-MgBetaTeamPrimaryChannelAllMember -TeamId [-ResponseHeadersVaria [-AdditionalProperties ] [-Values ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Remove @@ -39,7 +39,6 @@ Remove-MgBetaTeamPrimaryChannelAllMember -TeamId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### RemoveViaIdentityExpanded @@ -50,7 +49,6 @@ Remove-MgBetaTeamPrimaryChannelAllMember -InputObject [-Values ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### RemoveViaIdentity @@ -61,7 +59,6 @@ Remove-MgBetaTeamPrimaryChannelAllMember -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamPrimaryChannelEmail.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamPrimaryChannelEmail.md index d7cbb1598707a..005b5e274862f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamPrimaryChannelEmail.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamPrimaryChannelEmail.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetateamprimarychannelemail Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaTeamPrimaryChannelEmail --- @@ -28,7 +28,6 @@ Remove-MgBetaTeamPrimaryChannelEmail -TeamId [-ResponseHeadersVariable [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### RemoveViaIdentity @@ -38,7 +37,6 @@ Remove-MgBetaTeamPrimaryChannelEmail -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamPrimaryChannelFileFolderContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamPrimaryChannelFileFolderContent.md index 48268ac86ebab..07a6ef4b7c587 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamPrimaryChannelFileFolderContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamPrimaryChannelFileFolderContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetateamprimarychannelfilefoldercontent Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaTeamPrimaryChannelFileFolderContent --- @@ -30,7 +30,6 @@ Remove-MgBetaTeamPrimaryChannelFileFolderContent -TeamId [-IfMatch ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -40,7 +39,6 @@ Remove-MgBetaTeamPrimaryChannelFileFolderContent -InputObject [ [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamPrimaryChannelFileFolderContentStream.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamPrimaryChannelFileFolderContentStream.md index 8a64916d71cc2..84cac3aed9e02 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamPrimaryChannelFileFolderContentStream.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamPrimaryChannelFileFolderContentStream.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetateamprimarychannelfilefoldercontentstream Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaTeamPrimaryChannelFileFolderContentStream --- @@ -24,7 +24,6 @@ Remove-MgBetaTeamPrimaryChannelFileFolderContentStream -TeamId [-IfMatc [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaTeamPrimaryChannelFileFolderContentStream -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamPrimaryChannelMember.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamPrimaryChannelMember.md index 87186e1195939..54414601ba34a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamPrimaryChannelMember.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamPrimaryChannelMember.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetateamprimarychannelmember Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaTeamPrimaryChannelMember --- @@ -27,7 +27,7 @@ Remove-MgBetaTeamPrimaryChannelMember -TeamId [-ResponseHeadersVariable [-AdditionalProperties ] [-Values ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Delete1 @@ -37,7 +37,6 @@ Remove-MgBetaTeamPrimaryChannelMember -ConversationMemberId -TeamId ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Delete @@ -47,7 +46,6 @@ Remove-MgBetaTeamPrimaryChannelMember -ConversationMemberId -TeamId ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Remove @@ -58,7 +56,6 @@ Remove-MgBetaTeamPrimaryChannelMember -TeamId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### RemoveViaIdentityExpanded @@ -69,7 +66,6 @@ Remove-MgBetaTeamPrimaryChannelMember -InputObject [-Values ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### RemoveViaIdentity @@ -80,7 +76,6 @@ Remove-MgBetaTeamPrimaryChannelMember -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity1 @@ -90,7 +85,6 @@ Remove-MgBetaTeamPrimaryChannelMember -InputObject [-IfMatch ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -100,7 +94,6 @@ Remove-MgBetaTeamPrimaryChannelMember -InputObject [-IfMatch ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamPrimaryChannelMessageReplyHostedContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamPrimaryChannelMessageReplyHostedContent.md index a0af98eab601f..be0cf0f46e98a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamPrimaryChannelMessageReplyHostedContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamPrimaryChannelMessageReplyHostedContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetateamprimarychannelmessagereplyhostedcontent Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaTeamPrimaryChannelMessageReplyHostedContent --- @@ -28,7 +28,6 @@ Remove-MgBetaTeamPrimaryChannelMessageReplyHostedContent -ChatMessageHostedConte [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Delete1 @@ -39,7 +38,6 @@ Remove-MgBetaTeamPrimaryChannelMessageReplyHostedContent -ChatMessageHostedConte [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity1 @@ -49,7 +47,6 @@ Remove-MgBetaTeamPrimaryChannelMessageReplyHostedContent -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -59,7 +56,6 @@ Remove-MgBetaTeamPrimaryChannelMessageReplyHostedContent -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamPrimaryChannelPlanner.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamPrimaryChannelPlanner.md index cddfdecbba325..24bc492877a5b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamPrimaryChannelPlanner.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamPrimaryChannelPlanner.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetateamprimarychannelplanner Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaTeamPrimaryChannelPlanner --- @@ -24,7 +24,6 @@ Remove-MgBetaTeamPrimaryChannelPlanner -TeamId [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaTeamPrimaryChannelPlanner -InputObject [-IfMatch < [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamPrimaryChannelPlannerPlan.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamPrimaryChannelPlannerPlan.md index 3439a929a8632..2b9f5456564ad 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamPrimaryChannelPlannerPlan.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamPrimaryChannelPlannerPlan.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetateamprimarychannelplannerplan Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaTeamPrimaryChannelPlannerPlan --- @@ -24,7 +24,6 @@ Remove-MgBetaTeamPrimaryChannelPlannerPlan -PlannerPlanId -TeamId ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaTeamPrimaryChannelPlannerPlan -InputObject [-IfMat [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamPrimaryChannelPlannerPlanBucket.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamPrimaryChannelPlannerPlanBucket.md index 584622942a1fc..0600d355eb86e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamPrimaryChannelPlannerPlanBucket.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamPrimaryChannelPlannerPlanBucket.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetateamprimarychannelplannerplanbucket Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaTeamPrimaryChannelPlannerPlanBucket --- @@ -25,7 +25,6 @@ Remove-MgBetaTeamPrimaryChannelPlannerPlanBucket -PlannerBucketId -Plan [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaTeamPrimaryChannelPlannerPlanBucket -InputObject [ [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamPrimaryChannelPlannerPlanBucketTask.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamPrimaryChannelPlannerPlanBucketTask.md index 94fb3e7b31677..3edbf9976edb8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamPrimaryChannelPlannerPlanBucketTask.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamPrimaryChannelPlannerPlanBucketTask.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetateamprimarychannelplannerplanbuckettask Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaTeamPrimaryChannelPlannerPlanBucketTask --- @@ -25,7 +25,6 @@ Remove-MgBetaTeamPrimaryChannelPlannerPlanBucketTask -PlannerBucketId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaTeamPrimaryChannelPlannerPlanBucketTask -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamPrimaryChannelPlannerPlanBucketTaskAssignedToTaskBoardFormat.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamPrimaryChannelPlannerPlanBucketTaskAssignedToTaskBoardFormat.md index d008012d02db3..8bc9c39c4c81c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamPrimaryChannelPlannerPlanBucketTaskAssignedToTaskBoardFormat.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamPrimaryChannelPlannerPlanBucketTaskAssignedToTaskBoardFormat.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetateamprimarychannelplannerplanbuckettaskassignedtotaskboardformat Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaTeamPrimaryChannelPlannerPlanBucketTaskAssignedToTaskBoardFormat --- @@ -25,7 +25,6 @@ Remove-MgBetaTeamPrimaryChannelPlannerPlanBucketTaskAssignedToTaskBoardFormat [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaTeamPrimaryChannelPlannerPlanBucketTaskAssignedToTaskBoardFormat [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamPrimaryChannelPlannerPlanBucketTaskBoardFormat.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamPrimaryChannelPlannerPlanBucketTaskBoardFormat.md index ba0b13630f33a..ab779d522944e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamPrimaryChannelPlannerPlanBucketTaskBoardFormat.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamPrimaryChannelPlannerPlanBucketTaskBoardFormat.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetateamprimarychannelplannerplanbuckettaskboardformat Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaTeamPrimaryChannelPlannerPlanBucketTaskBoardFormat --- @@ -25,7 +25,6 @@ Remove-MgBetaTeamPrimaryChannelPlannerPlanBucketTaskBoardFormat -PlannerBucketId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaTeamPrimaryChannelPlannerPlanBucketTaskBoardFormat -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamPrimaryChannelPlannerPlanBucketTaskDetail.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamPrimaryChannelPlannerPlanBucketTaskDetail.md index 340befb07248c..b2d24a9ac7cc0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamPrimaryChannelPlannerPlanBucketTaskDetail.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamPrimaryChannelPlannerPlanBucketTaskDetail.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetateamprimarychannelplannerplanbuckettaskdetail Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaTeamPrimaryChannelPlannerPlanBucketTaskDetail --- @@ -25,7 +25,6 @@ Remove-MgBetaTeamPrimaryChannelPlannerPlanBucketTaskDetail -PlannerBucketId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaTeamPrimaryChannelPlannerPlanBucketTaskDetail -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamPrimaryChannelPlannerPlanBucketTaskProgressTaskBoardFormat.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamPrimaryChannelPlannerPlanBucketTaskProgressTaskBoardFormat.md index b98ca5a2afc5a..924b4c8112ea1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamPrimaryChannelPlannerPlanBucketTaskProgressTaskBoardFormat.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamPrimaryChannelPlannerPlanBucketTaskProgressTaskBoardFormat.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetateamprimarychannelplannerplanbuckettaskprogresstaskboardformat Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaTeamPrimaryChannelPlannerPlanBucketTaskProgressTaskBoardFormat --- @@ -25,7 +25,6 @@ Remove-MgBetaTeamPrimaryChannelPlannerPlanBucketTaskProgressTaskBoardFormat [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaTeamPrimaryChannelPlannerPlanBucketTaskProgressTaskBoardFormat [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamPrimaryChannelPlannerPlanDetail.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamPrimaryChannelPlannerPlanDetail.md index baad443cdf61c..94a4406dfc8c8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamPrimaryChannelPlannerPlanDetail.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamPrimaryChannelPlannerPlanDetail.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetateamprimarychannelplannerplandetail Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaTeamPrimaryChannelPlannerPlanDetail --- @@ -24,7 +24,6 @@ Remove-MgBetaTeamPrimaryChannelPlannerPlanDetail -PlannerPlanId -TeamId [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaTeamPrimaryChannelPlannerPlanDetail -InputObject [ [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamPrimaryChannelPlannerPlanTask.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamPrimaryChannelPlannerPlanTask.md index 91763c538ed18..7d4a4cf1915dc 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamPrimaryChannelPlannerPlanTask.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamPrimaryChannelPlannerPlanTask.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetateamprimarychannelplannerplantask Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaTeamPrimaryChannelPlannerPlanTask --- @@ -25,7 +25,6 @@ Remove-MgBetaTeamPrimaryChannelPlannerPlanTask -PlannerPlanId -PlannerT [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaTeamPrimaryChannelPlannerPlanTask -InputObject [-I [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamPrimaryChannelPlannerPlanTaskAssignedToTaskBoardFormat.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamPrimaryChannelPlannerPlanTaskAssignedToTaskBoardFormat.md index 7d054c1d05bfc..c739fd75db03a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamPrimaryChannelPlannerPlanTaskAssignedToTaskBoardFormat.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamPrimaryChannelPlannerPlanTaskAssignedToTaskBoardFormat.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetateamprimarychannelplannerplantaskassignedtotaskboardformat Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaTeamPrimaryChannelPlannerPlanTaskAssignedToTaskBoardFormat --- @@ -25,7 +25,6 @@ Remove-MgBetaTeamPrimaryChannelPlannerPlanTaskAssignedToTaskBoardFormat -Planner [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaTeamPrimaryChannelPlannerPlanTaskAssignedToTaskBoardFormat [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamPrimaryChannelPlannerPlanTaskBucketTaskBoardFormat.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamPrimaryChannelPlannerPlanTaskBucketTaskBoardFormat.md index 9ea83149f3d38..0446bf6b6d375 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamPrimaryChannelPlannerPlanTaskBucketTaskBoardFormat.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamPrimaryChannelPlannerPlanTaskBucketTaskBoardFormat.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetateamprimarychannelplannerplantaskbuckettaskboardformat Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaTeamPrimaryChannelPlannerPlanTaskBucketTaskBoardFormat --- @@ -25,7 +25,6 @@ Remove-MgBetaTeamPrimaryChannelPlannerPlanTaskBucketTaskBoardFormat -PlannerPlan [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaTeamPrimaryChannelPlannerPlanTaskBucketTaskBoardFormat -InputObject [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamPrimaryChannelPlannerPlanTaskDetail.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamPrimaryChannelPlannerPlanTaskDetail.md index fffc1e61556db..a76b7a7741303 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamPrimaryChannelPlannerPlanTaskDetail.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamPrimaryChannelPlannerPlanTaskDetail.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetateamprimarychannelplannerplantaskdetail Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaTeamPrimaryChannelPlannerPlanTaskDetail --- @@ -25,7 +25,6 @@ Remove-MgBetaTeamPrimaryChannelPlannerPlanTaskDetail -PlannerPlanId -Pl [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaTeamPrimaryChannelPlannerPlanTaskDetail -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamPrimaryChannelPlannerPlanTaskProgressTaskBoardFormat.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamPrimaryChannelPlannerPlanTaskProgressTaskBoardFormat.md index 27cdfd7bda12d..af9c51f6747cb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamPrimaryChannelPlannerPlanTaskProgressTaskBoardFormat.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamPrimaryChannelPlannerPlanTaskProgressTaskBoardFormat.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetateamprimarychannelplannerplantaskprogresstaskboardformat Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaTeamPrimaryChannelPlannerPlanTaskProgressTaskBoardFormat --- @@ -25,7 +25,6 @@ Remove-MgBetaTeamPrimaryChannelPlannerPlanTaskProgressTaskBoardFormat -PlannerPl [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaTeamPrimaryChannelPlannerPlanTaskProgressTaskBoardFormat -InputObje [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamPrimaryChannelSharedWithTeam.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamPrimaryChannelSharedWithTeam.md index f618f2e9233c1..1e1920567bb08 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamPrimaryChannelSharedWithTeam.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamPrimaryChannelSharedWithTeam.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetateamprimarychannelsharedwithteam Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaTeamPrimaryChannelSharedWithTeam --- @@ -27,7 +27,6 @@ Remove-MgBetaTeamPrimaryChannelSharedWithTeam -SharedWithChannelTeamInfoId ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaTeamPrimaryChannelSharedWithTeam -InputObject [-If [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamPrimaryChannelTab.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamPrimaryChannelTab.md index 339d0b0f0a45a..8677a36ce0ed8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamPrimaryChannelTab.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamPrimaryChannelTab.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetateamprimarychanneltab Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaTeamPrimaryChannelTab --- @@ -27,7 +27,6 @@ Remove-MgBetaTeamPrimaryChannelTab -TeamId -TeamsTabId [-IfMat [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaTeamPrimaryChannelTab -InputObject [-IfMatch ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamSchedule.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamSchedule.md index 4b1889bb56f89..070804612dd8d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamSchedule.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamSchedule.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetateamschedule Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaTeamSchedule --- @@ -27,7 +27,6 @@ Remove-MgBetaTeamSchedule -TeamId [-IfMatch ] [-ResponseHeaders [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaTeamSchedule -InputObject [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamScheduleDayNote.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamScheduleDayNote.md index f7734dbaf15bb..e849f204cfc87 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamScheduleDayNote.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamScheduleDayNote.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetateamscheduledaynote Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaTeamScheduleDayNote --- @@ -27,7 +27,6 @@ Remove-MgBetaTeamScheduleDayNote -DayNoteId -TeamId [-IfMatch [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaTeamScheduleDayNote -InputObject [-IfMatch ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamScheduleOfferShiftRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamScheduleOfferShiftRequest.md index 4fdb609cdc653..828b1d3ff6b28 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamScheduleOfferShiftRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamScheduleOfferShiftRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetateamscheduleoffershiftrequest Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaTeamScheduleOfferShiftRequest --- @@ -27,7 +27,6 @@ Remove-MgBetaTeamScheduleOfferShiftRequest -OfferShiftRequestId -TeamId [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaTeamScheduleOfferShiftRequest -InputObject [-IfMat [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamScheduleOpenShift.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamScheduleOpenShift.md index eb2231748c37f..d520a9d3382f0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamScheduleOpenShift.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamScheduleOpenShift.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetateamscheduleopenshift Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaTeamScheduleOpenShift --- @@ -27,7 +27,6 @@ Remove-MgBetaTeamScheduleOpenShift -OpenShiftId -TeamId [-IfMa [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaTeamScheduleOpenShift -InputObject [-IfMatch ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamScheduleOpenShiftChangeRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamScheduleOpenShiftChangeRequest.md index 71ee627032fcf..1157a58ce3001 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamScheduleOpenShiftChangeRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamScheduleOpenShiftChangeRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetateamscheduleopenshiftchangerequest Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaTeamScheduleOpenShiftChangeRequest --- @@ -27,7 +27,6 @@ Remove-MgBetaTeamScheduleOpenShiftChangeRequest -OpenShiftChangeRequestId ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaTeamScheduleOpenShiftChangeRequest -InputObject [- [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamScheduleSchedulingGroup.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamScheduleSchedulingGroup.md index 24438044c36db..c50c43b342476 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamScheduleSchedulingGroup.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamScheduleSchedulingGroup.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetateamscheduleschedulinggroup Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaTeamScheduleSchedulingGroup --- @@ -28,7 +28,6 @@ Remove-MgBetaTeamScheduleSchedulingGroup -SchedulingGroupId -TeamId ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -38,7 +37,6 @@ Remove-MgBetaTeamScheduleSchedulingGroup -InputObject [-IfMatch [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamScheduleShift.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamScheduleShift.md index 9686861762c72..77d9ac34cbcef 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamScheduleShift.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamScheduleShift.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetateamscheduleshift Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaTeamScheduleShift --- @@ -27,7 +27,6 @@ Remove-MgBetaTeamScheduleShift -ShiftId -TeamId [-IfMatch ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaTeamScheduleShift -InputObject [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamScheduleShiftRoleDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamScheduleShiftRoleDefinition.md index 6987cb496dedb..377f760db2165 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamScheduleShiftRoleDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamScheduleShiftRoleDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetateamscheduleshiftroledefinition Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaTeamScheduleShiftRoleDefinition --- @@ -24,7 +24,6 @@ Remove-MgBetaTeamScheduleShiftRoleDefinition -ShiftsRoleDefinitionId -T [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaTeamScheduleShiftRoleDefinition -InputObject [-IfM [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamScheduleSwapShiftChangeRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamScheduleSwapShiftChangeRequest.md index e85a79798a273..d35f47b2ec6ee 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamScheduleSwapShiftChangeRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamScheduleSwapShiftChangeRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetateamscheduleswapshiftchangerequest Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaTeamScheduleSwapShiftChangeRequest --- @@ -27,7 +27,6 @@ Remove-MgBetaTeamScheduleSwapShiftChangeRequest -SwapShiftsChangeRequestId ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaTeamScheduleSwapShiftChangeRequest -InputObject [- [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamScheduleTimeCard.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamScheduleTimeCard.md index 0da1b8e99f1fd..5ee31067b1b5c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamScheduleTimeCard.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamScheduleTimeCard.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetateamscheduletimecard Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaTeamScheduleTimeCard --- @@ -27,7 +27,6 @@ Remove-MgBetaTeamScheduleTimeCard -TeamId -TimeCardId [-IfMatc [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaTeamScheduleTimeCard -InputObject [-IfMatch ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamScheduleTimeOff.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamScheduleTimeOff.md index 43b903c196c35..2861595ca864d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamScheduleTimeOff.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamScheduleTimeOff.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetateamscheduletimeoff Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaTeamScheduleTimeOff --- @@ -27,7 +27,6 @@ Remove-MgBetaTeamScheduleTimeOff -TeamId -TimeOffId [-IfMatch [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaTeamScheduleTimeOff -InputObject [-IfMatch ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamScheduleTimeOffReason.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamScheduleTimeOffReason.md index 883b5b7a72069..b2783d1ec369b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamScheduleTimeOffReason.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamScheduleTimeOffReason.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetateamscheduletimeoffreason Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaTeamScheduleTimeOffReason --- @@ -30,7 +30,6 @@ Remove-MgBetaTeamScheduleTimeOffReason -TeamId -TimeOffReasonId ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -40,7 +39,6 @@ Remove-MgBetaTeamScheduleTimeOffReason -InputObject [-IfMatch < [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamScheduleTimeOffRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamScheduleTimeOffRequest.md index 1188b48fba9a2..166025aa2bdb5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamScheduleTimeOffRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamScheduleTimeOffRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetateamscheduletimeoffrequest Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaTeamScheduleTimeOffRequest --- @@ -27,7 +27,6 @@ Remove-MgBetaTeamScheduleTimeOffRequest -TeamId -TimeOffRequestId ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaTeamScheduleTimeOffRequest -InputObject [-IfMatch [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamTag.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamTag.md index 26bb1965921c0..69952cffb90ac 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamTag.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamTag.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetateamtag Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaTeamTag --- @@ -27,7 +27,6 @@ Remove-MgBetaTeamTag -TeamId -TeamworkTagId [-IfMatch [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaTeamTag -InputObject [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamTagMember.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamTagMember.md index 5d33b1dae9778..033e026c5037f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamTagMember.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamTagMember.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetateamtagmember Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaTeamTagMember --- @@ -27,7 +27,6 @@ Remove-MgBetaTeamTagMember -TeamId -TeamworkTagId -TeamworkTag [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaTeamTagMember -InputObject [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamworkDeletedChat.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamworkDeletedChat.md index fad28df905d2a..74c21a202d49a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamworkDeletedChat.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamworkDeletedChat.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetateamworkdeletedchat Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaTeamworkDeletedChat --- @@ -27,7 +27,6 @@ Remove-MgBetaTeamworkDeletedChat -DeletedChatId [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaTeamworkDeletedChat -InputObject [-IfMatch ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamworkDeletedTeam.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamworkDeletedTeam.md index f1dbce2d4b17d..e646717db50e1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamworkDeletedTeam.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamworkDeletedTeam.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetateamworkdeletedteam Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaTeamworkDeletedTeam --- @@ -27,7 +27,6 @@ Remove-MgBetaTeamworkDeletedTeam -DeletedTeamId [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaTeamworkDeletedTeam -InputObject [-IfMatch ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamworkDeletedTeamChannel.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamworkDeletedTeamChannel.md index b6c27ac5e2b04..24d5cb123cd09 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamworkDeletedTeamChannel.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamworkDeletedTeamChannel.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetateamworkdeletedteamchannel Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaTeamworkDeletedTeamChannel --- @@ -27,7 +27,6 @@ Remove-MgBetaTeamworkDeletedTeamChannel -ChannelId -DeletedTeamId ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaTeamworkDeletedTeamChannel -InputObject [-IfMatch [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamworkDeletedTeamChannelAllMember.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamworkDeletedTeamChannelAllMember.md index 788d40c778713..5f722ece24d38 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamworkDeletedTeamChannelAllMember.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamworkDeletedTeamChannelAllMember.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetateamworkdeletedteamchannelallmember Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaTeamworkDeletedTeamChannelAllMember --- @@ -29,7 +29,6 @@ Remove-MgBetaTeamworkDeletedTeamChannelAllMember -ChannelId -DeletedTea [-Values ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Remove @@ -40,7 +39,6 @@ Remove-MgBetaTeamworkDeletedTeamChannelAllMember -ChannelId -DeletedTea [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### RemoveViaIdentityExpanded @@ -51,7 +49,6 @@ Remove-MgBetaTeamworkDeletedTeamChannelAllMember -InputObject [-Values ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### RemoveViaIdentity @@ -62,7 +59,6 @@ Remove-MgBetaTeamworkDeletedTeamChannelAllMember -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamworkDeletedTeamChannelEmail.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamworkDeletedTeamChannelEmail.md index 971722ab00911..83686ad0c86a1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamworkDeletedTeamChannelEmail.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamworkDeletedTeamChannelEmail.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetateamworkdeletedteamchannelemail Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaTeamworkDeletedTeamChannelEmail --- @@ -28,7 +28,6 @@ Remove-MgBetaTeamworkDeletedTeamChannelEmail -ChannelId -DeletedTeamId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### RemoveViaIdentity @@ -38,7 +37,6 @@ Remove-MgBetaTeamworkDeletedTeamChannelEmail -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamworkDeletedTeamChannelFileFolderContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamworkDeletedTeamChannelFileFolderContent.md index ce9c874e3bddc..8093402a67c50 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamworkDeletedTeamChannelFileFolderContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamworkDeletedTeamChannelFileFolderContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetateamworkdeletedteamchannelfilefoldercontent Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaTeamworkDeletedTeamChannelFileFolderContent --- @@ -30,7 +30,6 @@ Remove-MgBetaTeamworkDeletedTeamChannelFileFolderContent -ChannelId -De [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -40,7 +39,6 @@ Remove-MgBetaTeamworkDeletedTeamChannelFileFolderContent -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamworkDeletedTeamChannelFileFolderContentStream.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamworkDeletedTeamChannelFileFolderContentStream.md index edcfdd32a51f8..94facd10652b7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamworkDeletedTeamChannelFileFolderContentStream.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamworkDeletedTeamChannelFileFolderContentStream.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetateamworkdeletedteamchannelfilefoldercontentstream Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaTeamworkDeletedTeamChannelFileFolderContentStream --- @@ -25,7 +25,6 @@ Remove-MgBetaTeamworkDeletedTeamChannelFileFolderContentStream -ChannelId ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaTeamworkDeletedTeamChannelFileFolderContentStream -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamworkDeletedTeamChannelMember.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamworkDeletedTeamChannelMember.md index 5651b26db0cdd..300be41c1af23 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamworkDeletedTeamChannelMember.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamworkDeletedTeamChannelMember.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetateamworkdeletedteamchannelmember Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaTeamworkDeletedTeamChannelMember --- @@ -28,7 +28,6 @@ Remove-MgBetaTeamworkDeletedTeamChannelMember -ChannelId -DeletedTeamId [-Values ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Remove @@ -39,7 +38,6 @@ Remove-MgBetaTeamworkDeletedTeamChannelMember -ChannelId -DeletedTeamId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Delete1 @@ -50,7 +48,6 @@ Remove-MgBetaTeamworkDeletedTeamChannelMember -ChannelId -ConversationM [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Delete @@ -61,7 +58,6 @@ Remove-MgBetaTeamworkDeletedTeamChannelMember -ChannelId -ConversationM [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### RemoveViaIdentityExpanded @@ -72,7 +68,6 @@ Remove-MgBetaTeamworkDeletedTeamChannelMember -InputObject [-Values ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### RemoveViaIdentity @@ -83,7 +78,6 @@ Remove-MgBetaTeamworkDeletedTeamChannelMember -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity1 @@ -93,7 +87,6 @@ Remove-MgBetaTeamworkDeletedTeamChannelMember -InputObject [-If [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -103,7 +96,6 @@ Remove-MgBetaTeamworkDeletedTeamChannelMember -InputObject [-If [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamworkDeletedTeamChannelMessage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamworkDeletedTeamChannelMessage.md index a1ed394d9f251..63e6b03c1b502 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamworkDeletedTeamChannelMessage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamworkDeletedTeamChannelMessage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetateamworkdeletedteamchannelmessage Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaTeamworkDeletedTeamChannelMessage --- @@ -28,7 +28,6 @@ Remove-MgBetaTeamworkDeletedTeamChannelMessage -ChannelId -ChatMessageI [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -38,7 +37,6 @@ Remove-MgBetaTeamworkDeletedTeamChannelMessage -InputObject [-I [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamworkDeletedTeamChannelMessageHostedContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamworkDeletedTeamChannelMessageHostedContent.md index f4c9f2db0362f..672d37deaf878 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamworkDeletedTeamChannelMessageHostedContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamworkDeletedTeamChannelMessageHostedContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetateamworkdeletedteamchannelmessagehostedcontent Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaTeamworkDeletedTeamChannelMessageHostedContent --- @@ -28,7 +28,6 @@ Remove-MgBetaTeamworkDeletedTeamChannelMessageHostedContent -ChannelId [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Delete1 @@ -39,7 +38,6 @@ Remove-MgBetaTeamworkDeletedTeamChannelMessageHostedContent -ChannelId [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity1 @@ -49,7 +47,6 @@ Remove-MgBetaTeamworkDeletedTeamChannelMessageHostedContent -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -59,7 +56,6 @@ Remove-MgBetaTeamworkDeletedTeamChannelMessageHostedContent -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamworkDeletedTeamChannelMessageReply.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamworkDeletedTeamChannelMessageReply.md index 0200a48067c93..43db04b0db7ee 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamworkDeletedTeamChannelMessageReply.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamworkDeletedTeamChannelMessageReply.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetateamworkdeletedteamchannelmessagereply Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaTeamworkDeletedTeamChannelMessageReply --- @@ -28,7 +28,6 @@ Remove-MgBetaTeamworkDeletedTeamChannelMessageReply -ChannelId -ChatMes [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -38,7 +37,6 @@ Remove-MgBetaTeamworkDeletedTeamChannelMessageReply -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamworkDeletedTeamChannelMessageReplyHostedContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamworkDeletedTeamChannelMessageReplyHostedContent.md index fc7513c99c05a..40de639b09134 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamworkDeletedTeamChannelMessageReplyHostedContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamworkDeletedTeamChannelMessageReplyHostedContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetateamworkdeletedteamchannelmessagereplyhostedcontent Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaTeamworkDeletedTeamChannelMessageReplyHostedContent --- @@ -29,7 +29,6 @@ Remove-MgBetaTeamworkDeletedTeamChannelMessageReplyHostedContent -ChannelId ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Delete1 @@ -41,7 +40,6 @@ Remove-MgBetaTeamworkDeletedTeamChannelMessageReplyHostedContent -ChannelId ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity1 @@ -51,7 +49,6 @@ Remove-MgBetaTeamworkDeletedTeamChannelMessageReplyHostedContent -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -61,7 +58,6 @@ Remove-MgBetaTeamworkDeletedTeamChannelMessageReplyHostedContent -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamworkDeletedTeamChannelPlanner.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamworkDeletedTeamChannelPlanner.md index cc0395e857a58..9bddb1949b5f0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamworkDeletedTeamChannelPlanner.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamworkDeletedTeamChannelPlanner.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetateamworkdeletedteamchannelplanner Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaTeamworkDeletedTeamChannelPlanner --- @@ -24,7 +24,6 @@ Remove-MgBetaTeamworkDeletedTeamChannelPlanner -ChannelId -DeletedTeamI [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaTeamworkDeletedTeamChannelPlanner -InputObject [-I [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamworkDeletedTeamChannelPlannerPlan.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamworkDeletedTeamChannelPlannerPlan.md index d24dc75015306..c7600199b05b9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamworkDeletedTeamChannelPlannerPlan.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamworkDeletedTeamChannelPlannerPlan.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetateamworkdeletedteamchannelplannerplan Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaTeamworkDeletedTeamChannelPlannerPlan --- @@ -25,7 +25,6 @@ Remove-MgBetaTeamworkDeletedTeamChannelPlannerPlan -ChannelId -DeletedT [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaTeamworkDeletedTeamChannelPlannerPlan -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucket.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucket.md index d3b30c32e7f1c..ff243c1d9d928 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucket.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucket.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetateamworkdeletedteamchannelplannerplanbucket Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucket --- @@ -25,7 +25,6 @@ Remove-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucket -ChannelId -De [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucket -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTask.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTask.md index 5008acf087ad3..4dc315671a803 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTask.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTask.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetateamworkdeletedteamchannelplannerplanbuckettask Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTask --- @@ -25,7 +25,6 @@ Remove-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTask -ChannelId [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTask -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTaskAssignedToTaskBoardFormat.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTaskAssignedToTaskBoardFormat.md index 6ab61882bbf68..7b997721fc98f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTaskAssignedToTaskBoardFormat.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTaskAssignedToTaskBoardFormat.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetateamworkdeletedteamchannelplannerplanbuckettaskassignedtotaskboardformat Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTaskAssignedToTaskBoardFormat --- @@ -26,7 +26,6 @@ Remove-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTaskAssignedToTaskBoardF [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTaskAssignedToTaskBoardF [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTaskBoardFormat.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTaskBoardFormat.md index fa9dcd67e5a05..37fdc3cdda6d0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTaskBoardFormat.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTaskBoardFormat.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetateamworkdeletedteamchannelplannerplanbuckettaskboardformat Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTaskBoardFormat --- @@ -25,7 +25,6 @@ Remove-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTaskBoardFormat -Channel [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTaskBoardFormat [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTaskDetail.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTaskDetail.md index 7621ce079b7a2..13657e3abf4cb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTaskDetail.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTaskDetail.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetateamworkdeletedteamchannelplannerplanbuckettaskdetail Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTaskDetail --- @@ -25,7 +25,6 @@ Remove-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTaskDetail -ChannelId ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTaskDetail -InputObject [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTaskProgressTaskBoardFormat.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTaskProgressTaskBoardFormat.md index d523bb06f12a9..43eef3ac752bf 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTaskProgressTaskBoardFormat.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTaskProgressTaskBoardFormat.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetateamworkdeletedteamchannelplannerplanbuckettaskprogresstaskboardformat Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTaskProgressTaskBoardFormat --- @@ -26,7 +26,6 @@ Remove-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTaskProgressTaskBoardFor [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTaskProgressTaskBoardFor [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamworkDeletedTeamChannelPlannerPlanDetail.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamworkDeletedTeamChannelPlannerPlanDetail.md index c194a683dac4c..a8c384324ad7a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamworkDeletedTeamChannelPlannerPlanDetail.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamworkDeletedTeamChannelPlannerPlanDetail.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetateamworkdeletedteamchannelplannerplandetail Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaTeamworkDeletedTeamChannelPlannerPlanDetail --- @@ -25,7 +25,6 @@ Remove-MgBetaTeamworkDeletedTeamChannelPlannerPlanDetail -ChannelId -De [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaTeamworkDeletedTeamChannelPlannerPlanDetail -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamworkDeletedTeamChannelPlannerPlanTask.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamworkDeletedTeamChannelPlannerPlanTask.md index bb3098cff0f8c..c59f3e729118f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamworkDeletedTeamChannelPlannerPlanTask.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamworkDeletedTeamChannelPlannerPlanTask.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetateamworkdeletedteamchannelplannerplantask Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaTeamworkDeletedTeamChannelPlannerPlanTask --- @@ -25,7 +25,6 @@ Remove-MgBetaTeamworkDeletedTeamChannelPlannerPlanTask -ChannelId -Dele [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaTeamworkDeletedTeamChannelPlannerPlanTask -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamworkDeletedTeamChannelPlannerPlanTaskAssignedToTaskBoardFormat.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamworkDeletedTeamChannelPlannerPlanTaskAssignedToTaskBoardFormat.md index 4160ac70b7ecd..ced4b73d29863 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamworkDeletedTeamChannelPlannerPlanTaskAssignedToTaskBoardFormat.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamworkDeletedTeamChannelPlannerPlanTaskAssignedToTaskBoardFormat.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetateamworkdeletedteamchannelplannerplantaskassignedtotaskboardformat Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaTeamworkDeletedTeamChannelPlannerPlanTaskAssignedToTaskBoardFormat --- @@ -25,7 +25,6 @@ Remove-MgBetaTeamworkDeletedTeamChannelPlannerPlanTaskAssignedToTaskBoardFormat [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaTeamworkDeletedTeamChannelPlannerPlanTaskAssignedToTaskBoardFormat [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamworkDeletedTeamChannelPlannerPlanTaskBucketTaskBoardFormat.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamworkDeletedTeamChannelPlannerPlanTaskBucketTaskBoardFormat.md index 18c6ad0d5c2f0..3d9cc82c2ae09 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamworkDeletedTeamChannelPlannerPlanTaskBucketTaskBoardFormat.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamworkDeletedTeamChannelPlannerPlanTaskBucketTaskBoardFormat.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetateamworkdeletedteamchannelplannerplantaskbuckettaskboardformat Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaTeamworkDeletedTeamChannelPlannerPlanTaskBucketTaskBoardFormat --- @@ -25,7 +25,6 @@ Remove-MgBetaTeamworkDeletedTeamChannelPlannerPlanTaskBucketTaskBoardFormat -Cha [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaTeamworkDeletedTeamChannelPlannerPlanTaskBucketTaskBoardFormat [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamworkDeletedTeamChannelPlannerPlanTaskDetail.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamworkDeletedTeamChannelPlannerPlanTaskDetail.md index 7dc0afb469ae1..ff5a3b9eec01a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamworkDeletedTeamChannelPlannerPlanTaskDetail.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamworkDeletedTeamChannelPlannerPlanTaskDetail.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetateamworkdeletedteamchannelplannerplantaskdetail Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaTeamworkDeletedTeamChannelPlannerPlanTaskDetail --- @@ -25,7 +25,6 @@ Remove-MgBetaTeamworkDeletedTeamChannelPlannerPlanTaskDetail -ChannelId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaTeamworkDeletedTeamChannelPlannerPlanTaskDetail -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamworkDeletedTeamChannelPlannerPlanTaskProgressTaskBoardFormat.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamworkDeletedTeamChannelPlannerPlanTaskProgressTaskBoardFormat.md index 36999f4e0c80d..abc9d0b76afd1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamworkDeletedTeamChannelPlannerPlanTaskProgressTaskBoardFormat.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamworkDeletedTeamChannelPlannerPlanTaskProgressTaskBoardFormat.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetateamworkdeletedteamchannelplannerplantaskprogresstaskboardformat Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaTeamworkDeletedTeamChannelPlannerPlanTaskProgressTaskBoardFormat --- @@ -25,7 +25,6 @@ Remove-MgBetaTeamworkDeletedTeamChannelPlannerPlanTaskProgressTaskBoardFormat -C [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -36,7 +35,6 @@ Remove-MgBetaTeamworkDeletedTeamChannelPlannerPlanTaskProgressTaskBoardFormat [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamworkDeletedTeamChannelSharedWithTeam.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamworkDeletedTeamChannelSharedWithTeam.md index fed8315be6af8..af8341e1584ca 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamworkDeletedTeamChannelSharedWithTeam.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamworkDeletedTeamChannelSharedWithTeam.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetateamworkdeletedteamchannelsharedwithteam Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaTeamworkDeletedTeamChannelSharedWithTeam --- @@ -28,7 +28,6 @@ Remove-MgBetaTeamworkDeletedTeamChannelSharedWithTeam -ChannelId -Delet [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -38,7 +37,6 @@ Remove-MgBetaTeamworkDeletedTeamChannelSharedWithTeam -InputObject ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamworkDeletedTeamChannelTab.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamworkDeletedTeamChannelTab.md index f627a6c686ed7..65b6e361538e3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamworkDeletedTeamChannelTab.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamworkDeletedTeamChannelTab.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetateamworkdeletedteamchanneltab Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaTeamworkDeletedTeamChannelTab --- @@ -28,7 +28,6 @@ Remove-MgBetaTeamworkDeletedTeamChannelTab -ChannelId -DeletedTeamId ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -38,7 +37,6 @@ Remove-MgBetaTeamworkDeletedTeamChannelTab -InputObject [-IfMat [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamworkDevice.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamworkDevice.md index 12b05b67f0568..36a4b2eef6ef2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamworkDevice.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamworkDevice.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetateamworkdevice Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaTeamworkDevice --- @@ -24,7 +24,6 @@ Remove-MgBetaTeamworkDevice -TeamworkDeviceId [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaTeamworkDevice -InputObject [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamworkDeviceActivity.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamworkDeviceActivity.md index 7efee3a28e104..fc480a34536a5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamworkDeviceActivity.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamworkDeviceActivity.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetateamworkdeviceactivity Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaTeamworkDeviceActivity --- @@ -24,7 +24,6 @@ Remove-MgBetaTeamworkDeviceActivity -TeamworkDeviceId [-IfMatch ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaTeamworkDeviceActivity -InputObject [-IfMatch ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamworkDeviceConfiguration.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamworkDeviceConfiguration.md index b6a98dcad3b6c..5e45ce324f71e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamworkDeviceConfiguration.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamworkDeviceConfiguration.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetateamworkdeviceconfiguration Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaTeamworkDeviceConfiguration --- @@ -24,7 +24,6 @@ Remove-MgBetaTeamworkDeviceConfiguration -TeamworkDeviceId [-IfMatch ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaTeamworkDeviceConfiguration -InputObject [-IfMatch [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamworkDeviceHealth.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamworkDeviceHealth.md index 6f576f4568edb..f7d03246644f0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamworkDeviceHealth.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamworkDeviceHealth.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetateamworkdevicehealth Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaTeamworkDeviceHealth --- @@ -24,7 +24,6 @@ Remove-MgBetaTeamworkDeviceHealth -TeamworkDeviceId [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaTeamworkDeviceHealth -InputObject [-IfMatch ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamworkDeviceOperation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamworkDeviceOperation.md index 1bab7a383f147..290edcb549381 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamworkDeviceOperation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamworkDeviceOperation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetateamworkdeviceoperation Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaTeamworkDeviceOperation --- @@ -24,7 +24,6 @@ Remove-MgBetaTeamworkDeviceOperation -TeamworkDeviceId -TeamworkDeviceO [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaTeamworkDeviceOperation -InputObject [-IfMatch ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamworkTeamAppSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamworkTeamAppSetting.md index 115dd3ecb3428..5741e182f7af7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamworkTeamAppSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamworkTeamAppSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetateamworkteamappsetting Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaTeamworkTeamAppSetting --- @@ -27,7 +27,6 @@ Remove-MgBetaTeamworkTeamAppSetting [-IfMatch ] [-ResponseHeadersVariabl [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamworkTeamTemplate.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamworkTeamTemplate.md index 0917567b5bc3a..28c64fb555d5e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamworkTeamTemplate.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamworkTeamTemplate.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetateamworkteamtemplate Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaTeamworkTeamTemplate --- @@ -24,7 +24,6 @@ Remove-MgBetaTeamworkTeamTemplate -TeamTemplateId [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaTeamworkTeamTemplate -InputObject [-IfMatch ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamworkTeamTemplateDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamworkTeamTemplateDefinition.md index a236a5f857849..8c45a6e600296 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamworkTeamTemplateDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamworkTeamTemplateDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetateamworkteamtemplatedefinition Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaTeamworkTeamTemplateDefinition --- @@ -25,7 +25,6 @@ Remove-MgBetaTeamworkTeamTemplateDefinition -TeamTemplateDefinitionId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -35,7 +34,6 @@ Remove-MgBetaTeamworkTeamTemplateDefinition -InputObject [-IfMa [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamworkWorkforceIntegration.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamworkWorkforceIntegration.md index 7877a727ee7ad..4d99b7aac02c7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamworkWorkforceIntegration.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaTeamworkWorkforceIntegration.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetateamworkworkforceintegration Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaTeamworkWorkforceIntegration --- @@ -27,7 +27,6 @@ Remove-MgBetaTeamworkWorkforceIntegration -WorkforceIntegrationId [-IfM [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaTeamworkWorkforceIntegration -InputObject [-IfMatc [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaUserChat.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaUserChat.md index 681c2b1f05dfb..1c8134032af3a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaUserChat.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaUserChat.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetauserchat Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaUserChat --- @@ -27,7 +27,6 @@ Remove-MgBetaUserChat -ChatId -UserId [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaUserChat -InputObject [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaUserChatAccessForUser.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaUserChatAccessForUser.md index c755fb6867038..17fa23fd127bb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaUserChatAccessForUser.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaUserChatAccessForUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetauserchataccessforuser Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaUserChatAccessForUser --- @@ -28,7 +28,6 @@ Remove-MgBetaUserChatAccessForUser -ChatId -UserId [-User ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Remove @@ -39,7 +38,6 @@ Remove-MgBetaUserChatAccessForUser -ChatId -UserId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### RemoveViaIdentityExpanded @@ -50,7 +48,6 @@ Remove-MgBetaUserChatAccessForUser -InputObject [-ResponseHeade [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### RemoveViaIdentity @@ -61,7 +58,6 @@ Remove-MgBetaUserChatAccessForUser -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaUserChatInstalledApp.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaUserChatInstalledApp.md index d0d2f3fb733ba..87ce5f2a9db1d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaUserChatInstalledApp.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaUserChatInstalledApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetauserchatinstalledapp Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaUserChatInstalledApp --- @@ -27,7 +27,6 @@ Remove-MgBetaUserChatInstalledApp -ChatId -TeamsAppInstallationId ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaUserChatInstalledApp -InputObject [-IfMatch ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaUserChatLastMessagePreview.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaUserChatLastMessagePreview.md index ad9894319c68b..6f30c9e7c39e0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaUserChatLastMessagePreview.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaUserChatLastMessagePreview.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetauserchatlastmessagepreview Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaUserChatLastMessagePreview --- @@ -27,7 +27,6 @@ Remove-MgBetaUserChatLastMessagePreview -ChatId -UserId [-IfMa [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaUserChatLastMessagePreview -InputObject [-IfMatch [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaUserChatMember.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaUserChatMember.md index af984443efb45..9f35b41bdaa6e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaUserChatMember.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaUserChatMember.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetauserchatmember Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaUserChatMember --- @@ -27,7 +27,7 @@ Remove-MgBetaUserChatMember -ChatId -UserId [-ResponseHeadersV [-AdditionalProperties ] [-Values ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Remove @@ -38,7 +38,6 @@ Remove-MgBetaUserChatMember -ChatId -UserId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Delete @@ -48,7 +47,6 @@ Remove-MgBetaUserChatMember -ChatId -ConversationMemberId -Use [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### RemoveViaIdentityExpanded @@ -58,7 +56,7 @@ Remove-MgBetaUserChatMember -InputObject [-ResponseHeadersVaria [-AdditionalProperties ] [-Values ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### RemoveViaIdentity @@ -69,7 +67,6 @@ Remove-MgBetaUserChatMember -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -79,7 +76,6 @@ Remove-MgBetaUserChatMember -InputObject [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaUserChatMessage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaUserChatMessage.md index 2fba6d8e5975b..01dc4afb8116c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaUserChatMessage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaUserChatMessage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetauserchatmessage Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaUserChatMessage --- @@ -27,7 +27,6 @@ Remove-MgBetaUserChatMessage -ChatId -ChatMessageId -UserId ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaUserChatMessage -InputObject [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaUserChatMessageHostedContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaUserChatMessageHostedContent.md index 0ccca1c38ca54..db83017e3d9fc 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaUserChatMessageHostedContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaUserChatMessageHostedContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetauserchatmessagehostedcontent Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaUserChatMessageHostedContent --- @@ -28,7 +28,6 @@ Remove-MgBetaUserChatMessageHostedContent -ChatId -ChatMessageHostedCon [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Delete1 @@ -39,7 +38,6 @@ Remove-MgBetaUserChatMessageHostedContent -ChatId -ChatMessageHostedCon [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity1 @@ -49,7 +47,6 @@ Remove-MgBetaUserChatMessageHostedContent -InputObject [-IfMatc [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -59,7 +56,6 @@ Remove-MgBetaUserChatMessageHostedContent -InputObject [-IfMatc [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaUserChatMessageReply.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaUserChatMessageReply.md index 2d5318a090f9f..59668208c043c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaUserChatMessageReply.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaUserChatMessageReply.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetauserchatmessagereply Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaUserChatMessageReply --- @@ -28,7 +28,6 @@ Remove-MgBetaUserChatMessageReply -ChatId -ChatMessageId -Chat [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -38,7 +37,6 @@ Remove-MgBetaUserChatMessageReply -InputObject [-IfMatch ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaUserChatMessageReplyHostedContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaUserChatMessageReplyHostedContent.md index ae7f0e2cd6ca3..a3170cd67985e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaUserChatMessageReplyHostedContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaUserChatMessageReplyHostedContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetauserchatmessagereplyhostedcontent Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaUserChatMessageReplyHostedContent --- @@ -28,7 +28,6 @@ Remove-MgBetaUserChatMessageReplyHostedContent -ChatId -ChatMessageHost [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Delete1 @@ -39,7 +38,6 @@ Remove-MgBetaUserChatMessageReplyHostedContent -ChatId -ChatMessageHost [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity1 @@ -49,7 +47,6 @@ Remove-MgBetaUserChatMessageReplyHostedContent -InputObject [-I [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -59,7 +56,6 @@ Remove-MgBetaUserChatMessageReplyHostedContent -InputObject [-I [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaUserChatOperation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaUserChatOperation.md index ee0ab95de52b9..b9903f19fe902 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaUserChatOperation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaUserChatOperation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetauserchatoperation Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaUserChatOperation --- @@ -24,7 +24,6 @@ Remove-MgBetaUserChatOperation -ChatId -TeamsAsyncOperationId [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -34,7 +33,6 @@ Remove-MgBetaUserChatOperation -InputObject [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaUserChatPermissionGrant.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaUserChatPermissionGrant.md index c3e723d815494..5bc9574a6355d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaUserChatPermissionGrant.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaUserChatPermissionGrant.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetauserchatpermissiongrant Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaUserChatPermissionGrant --- @@ -28,7 +28,6 @@ Remove-MgBetaUserChatPermissionGrant -ChatId -ResourceSpecificPermissio [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -38,7 +37,6 @@ Remove-MgBetaUserChatPermissionGrant -InputObject [-IfMatch ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaUserChatPinnedMessage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaUserChatPinnedMessage.md index 5f112a879942e..ce252edfcb240 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaUserChatPinnedMessage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaUserChatPinnedMessage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetauserchatpinnedmessage Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaUserChatPinnedMessage --- @@ -28,7 +28,6 @@ Remove-MgBetaUserChatPinnedMessage -ChatId -PinnedChatMessageInfoId ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -38,7 +37,6 @@ Remove-MgBetaUserChatPinnedMessage -InputObject [-IfMatch ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaUserChatTab.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaUserChatTab.md index fff186e814eb9..0aaa6ebfbed94 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaUserChatTab.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaUserChatTab.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetauserchattab Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaUserChatTab --- @@ -27,7 +27,6 @@ Remove-MgBetaUserChatTab -ChatId -TeamsTabId -UserId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaUserChatTab -InputObject [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaUserTeamwork.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaUserTeamwork.md index 698262d0a08e0..45cac09c03a3c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaUserTeamwork.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaUserTeamwork.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetauserteamwork Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaUserTeamwork --- @@ -27,7 +27,6 @@ Remove-MgBetaUserTeamwork -UserId [-IfMatch ] [-ResponseHeaders [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaUserTeamwork -InputObject [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaUserTeamworkAssociatedTeam.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaUserTeamworkAssociatedTeam.md index b11821b8ebe7c..9e6d1fa307cc3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaUserTeamworkAssociatedTeam.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaUserTeamworkAssociatedTeam.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetauserteamworkassociatedteam Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaUserTeamworkAssociatedTeam --- @@ -27,7 +27,6 @@ Remove-MgBetaUserTeamworkAssociatedTeam -AssociatedTeamInfoId -UserId < [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaUserTeamworkAssociatedTeam -InputObject [-IfMatch [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaUserTeamworkInstalledApp.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaUserTeamworkInstalledApp.md index c2839cd3e2838..e30341ab43e77 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaUserTeamworkInstalledApp.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Remove-MgBetaUserTeamworkInstalledApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/remove-mgbetauserteamworkinstalledapp Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaUserTeamworkInstalledApp --- @@ -27,7 +27,6 @@ Remove-MgBetaUserTeamworkInstalledApp -UserId -UserScopeTeamsAppInstall [-IfMatch ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaUserTeamworkInstalledApp -InputObject [-IfMatch ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -53,9 +51,9 @@ Uninstall an app from the personal scope of the specified user. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | TeamsAppInstallation.ReadWriteSelfForUser, TeamsAppInstallation.ReadWriteSelectedForUser, TeamsAppInstallation.ReadWriteForUser, TeamsAppInstallation.ReadWriteAndConsentSelfForUser, TeamsAppInstallation.ReadWriteAndConsentForUser, TeamsAppInstallation.ManageSelectedForUser, | +| Delegated (work or school account) | TeamsAppInstallation.ReadWriteSelfForUser, TeamsAppInstallation.ManageSelectedForUser, TeamsAppInstallation.ReadWriteAndConsentForUser, TeamsAppInstallation.ReadWriteAndConsentSelfForUser, TeamsAppInstallation.ReadWriteForUser, TeamsAppInstallation.ReadWriteSelectedForUser, | | Delegated (personal Microsoft account) | Not supported | -| Application | TeamsAppInstallation.ReadWriteSelfForUser.All, TeamsAppInstallation.ReadWriteSelectedForUser.All, TeamsAppInstallation.ReadWriteForUser.All, TeamsAppInstallation.ReadWriteAndConsentSelfForUser.All, TeamsAppInstallation.ReadWriteAndConsentForUser.All, TeamsAppInstallation.ManageSelectedForUser.All, | +| Application | TeamsAppInstallation.ReadWriteSelfForUser.All, TeamsAppInstallation.ManageSelectedForUser.All, TeamsAppInstallation.ReadWriteAndConsentForUser.All, TeamsAppInstallation.ReadWriteAndConsentSelfForUser.All, TeamsAppInstallation.ReadWriteForUser.All, TeamsAppInstallation.ReadWriteSelectedForUser.All, | ## EXAMPLES ### Example 1: Code snippet diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Restart-MgBetaTeamworkDevice.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Restart-MgBetaTeamworkDevice.md index 66aec9bc61dcc..1c5bd2b643fda 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Restart-MgBetaTeamworkDevice.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Restart-MgBetaTeamworkDevice.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/restart-mgbetateamworkdevice Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Restart-MgBetaTeamworkDevice --- @@ -25,7 +25,6 @@ Restart-MgBetaTeamworkDevice -TeamworkDeviceId [-ResponseHeadersVariabl [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### RestartViaIdentity @@ -35,7 +34,6 @@ Restart-MgBetaTeamworkDevice -InputObject [-ResponseHeadersVari [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Send-MgBetaChatActivityNotification.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Send-MgBetaChatActivityNotification.md index 4aeb30492d612..6153aa4828cf4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Send-MgBetaChatActivityNotification.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Send-MgBetaChatActivityNotification.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/send-mgbetachatactivitynotification Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Send-MgBetaChatActivityNotification --- @@ -31,7 +31,6 @@ Send-MgBetaChatActivityNotification -ChatId [-ResponseHeadersVariable < [-Topic ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Send @@ -42,7 +41,6 @@ Send-MgBetaChatActivityNotification -ChatId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SendViaIdentityExpanded @@ -56,7 +54,6 @@ Send-MgBetaChatActivityNotification -InputObject [-Topic ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SendViaIdentity @@ -67,7 +64,6 @@ Send-MgBetaChatActivityNotification -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Send-MgBetaGroupTeamActivityNotification.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Send-MgBetaGroupTeamActivityNotification.md index 8022a3157462b..7cc561b7bc359 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Send-MgBetaGroupTeamActivityNotification.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Send-MgBetaGroupTeamActivityNotification.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/send-mgbetagroupteamactivitynotification Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Send-MgBetaGroupTeamActivityNotification --- @@ -31,7 +31,6 @@ Send-MgBetaGroupTeamActivityNotification -GroupId [-ResponseHeadersVari [-Topic ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Send @@ -42,7 +41,6 @@ Send-MgBetaGroupTeamActivityNotification -GroupId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SendViaIdentityExpanded @@ -56,7 +54,6 @@ Send-MgBetaGroupTeamActivityNotification -InputObject [-Topic ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SendViaIdentity @@ -67,7 +64,6 @@ Send-MgBetaGroupTeamActivityNotification -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Send-MgBetaTeamActivityNotification.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Send-MgBetaTeamActivityNotification.md index 4f3145de51ff2..85bb9e20dd785 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Send-MgBetaTeamActivityNotification.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Send-MgBetaTeamActivityNotification.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/send-mgbetateamactivitynotification Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Send-MgBetaTeamActivityNotification --- @@ -31,7 +31,6 @@ Send-MgBetaTeamActivityNotification -TeamId [-ResponseHeadersVariable < [-Topic ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Send @@ -42,7 +41,6 @@ Send-MgBetaTeamActivityNotification -TeamId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SendViaIdentityExpanded @@ -56,7 +54,6 @@ Send-MgBetaTeamActivityNotification -InputObject [-Topic ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SendViaIdentity @@ -67,7 +64,6 @@ Send-MgBetaTeamActivityNotification -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Send-MgBetaTeamworkActivityNotificationToRecipient.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Send-MgBetaTeamworkActivityNotificationToRecipient.md index 21d6959d06546..09f315ebb7205 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Send-MgBetaTeamworkActivityNotificationToRecipient.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Send-MgBetaTeamworkActivityNotificationToRecipient.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/send-mgbetateamworkactivitynotificationtorecipient Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Send-MgBetaTeamworkActivityNotificationToRecipient --- @@ -32,7 +32,6 @@ Send-MgBetaTeamworkActivityNotificationToRecipient [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Send @@ -43,7 +42,6 @@ Send-MgBetaTeamworkActivityNotificationToRecipient [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Send-MgBetaUserChatActivityNotification.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Send-MgBetaUserChatActivityNotification.md index b8216ecc9f1f3..2c1d53fa984e9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Send-MgBetaUserChatActivityNotification.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Send-MgBetaUserChatActivityNotification.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/send-mgbetauserchatactivitynotification Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Send-MgBetaUserChatActivityNotification --- @@ -32,7 +32,6 @@ Send-MgBetaUserChatActivityNotification -ChatId -UserId [-Topic ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Send @@ -43,7 +42,6 @@ Send-MgBetaUserChatActivityNotification -ChatId -UserId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SendViaIdentityExpanded @@ -57,7 +55,6 @@ Send-MgBetaUserChatActivityNotification -InputObject [-Topic ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SendViaIdentity @@ -68,7 +65,6 @@ Send-MgBetaUserChatActivityNotification -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Send-MgBetaUserTeamworkActivityNotification.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Send-MgBetaUserTeamworkActivityNotification.md index 1d4d1b5a50c54..048024ace1be9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Send-MgBetaUserTeamworkActivityNotification.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Send-MgBetaUserTeamworkActivityNotification.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/send-mgbetauserteamworkactivitynotification Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Send-MgBetaUserTeamworkActivityNotification --- @@ -31,7 +31,6 @@ Send-MgBetaUserTeamworkActivityNotification -UserId [-ResponseHeadersVa [-Topic ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Send @@ -42,7 +41,6 @@ Send-MgBetaUserTeamworkActivityNotification -UserId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SendViaIdentityExpanded @@ -55,7 +53,6 @@ Send-MgBetaUserTeamworkActivityNotification -InputObject [-Topic ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SendViaIdentity @@ -66,7 +63,6 @@ Send-MgBetaUserTeamworkActivityNotification -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaAppCatalogTeamAppDefinitionColorIconHostedContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaAppCatalogTeamAppDefinitionColorIconHostedContent.md index 46e99c83a4a53..2252f712b39ec 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaAppCatalogTeamAppDefinitionColorIconHostedContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaAppCatalogTeamAppDefinitionColorIconHostedContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/set-mgbetaappcatalogteamappdefinitioncoloriconhostedcontent Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Set-MgBetaAppCatalogTeamAppDefinitionColorIconHostedContent --- @@ -25,7 +25,6 @@ Set-MgBetaAppCatalogTeamAppDefinitionColorIconHostedContent -TeamsAppDefinitionI [-ContentType ] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SetViaIdentity @@ -36,7 +35,6 @@ Set-MgBetaAppCatalogTeamAppDefinitionColorIconHostedContent -InputObject ] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaAppCatalogTeamAppDefinitionOutlineIconHostedContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaAppCatalogTeamAppDefinitionOutlineIconHostedContent.md index 85644286b0356..77e1cbabf9aa6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaAppCatalogTeamAppDefinitionOutlineIconHostedContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaAppCatalogTeamAppDefinitionOutlineIconHostedContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/set-mgbetaappcatalogteamappdefinitionoutlineiconhostedcontent Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Set-MgBetaAppCatalogTeamAppDefinitionOutlineIconHostedContent --- @@ -25,7 +25,6 @@ Set-MgBetaAppCatalogTeamAppDefinitionOutlineIconHostedContent -TeamsAppDefinitio [-ContentType ] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SetViaIdentity @@ -36,7 +35,6 @@ Set-MgBetaAppCatalogTeamAppDefinitionOutlineIconHostedContent -InputObject ] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaChatMessageHostedContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaChatMessageHostedContent.md index 891bed76a8217..6b91f688e94a1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaChatMessageHostedContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaChatMessageHostedContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/set-mgbetachatmessagehostedcontent Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Set-MgBetaChatMessageHostedContent --- @@ -29,7 +29,6 @@ Set-MgBetaChatMessageHostedContent -ChatId -ChatMessageHostedContentId [-Break] [-ContentType ] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SetViaIdentity @@ -39,7 +38,6 @@ Set-MgBetaChatMessageHostedContent -InputObject -InFile ] [-Break] [-ContentType ] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaChatMessageReaction.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaChatMessageReaction.md index 14ed59313a0ee..e0f1999c988ae 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaChatMessageReaction.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaChatMessageReaction.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/set-mgbetachatmessagereaction Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Set-MgBetaChatMessageReaction --- @@ -28,7 +28,6 @@ Set-MgBetaChatMessageReaction -ChatId -ChatMessageId [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Set @@ -39,7 +38,6 @@ Set-MgBetaChatMessageReaction -ChatId -ChatMessageId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SetViaIdentityExpanded @@ -49,7 +47,6 @@ Set-MgBetaChatMessageReaction -InputObject [-ResponseHeadersVar [-AdditionalProperties ] [-ReactionType ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SetViaIdentity @@ -60,7 +57,6 @@ Set-MgBetaChatMessageReaction -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaChatMessageReplyHostedContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaChatMessageReplyHostedContent.md index 8fd3b097c524c..8d1414f22b9c1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaChatMessageReplyHostedContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaChatMessageReplyHostedContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/set-mgbetachatmessagereplyhostedcontent Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Set-MgBetaChatMessageReplyHostedContent --- @@ -29,7 +29,6 @@ Set-MgBetaChatMessageReplyHostedContent -ChatId -ChatMessageHostedConte [-ResponseHeadersVariable ] [-Break] [-ContentType ] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SetViaIdentity @@ -40,7 +39,6 @@ Set-MgBetaChatMessageReplyHostedContent -InputObject -InFile ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaChatMessageReplyReaction.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaChatMessageReplyReaction.md index f505fdc450c0a..e309104a5fab9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaChatMessageReplyReaction.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaChatMessageReplyReaction.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/set-mgbetachatmessagereplyreaction Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Set-MgBetaChatMessageReplyReaction --- @@ -28,7 +28,6 @@ Set-MgBetaChatMessageReplyReaction -ChatId -ChatMessageId -Cha [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Set @@ -39,7 +38,6 @@ Set-MgBetaChatMessageReplyReaction -ChatId -ChatMessageId -Cha [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SetViaIdentityExpanded @@ -49,7 +47,6 @@ Set-MgBetaChatMessageReplyReaction -InputObject [-ResponseHeade [-AdditionalProperties ] [-ReactionType ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SetViaIdentity @@ -60,7 +57,6 @@ Set-MgBetaChatMessageReplyReaction -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaGroupTeam.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaGroupTeam.md index 46328b282288f..b0a311d822022 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaGroupTeam.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaGroupTeam.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/set-mgbetagroupteam Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Set-MgBetaGroupTeam --- @@ -46,7 +46,6 @@ Set-MgBetaGroupTeam -GroupId [-ResponseHeadersVariable ] [-TenantId ] [-Visibility ] [-WebUrl ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Set @@ -56,7 +55,6 @@ Set-MgBetaGroupTeam -GroupId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SetViaIdentityExpanded @@ -83,7 +81,6 @@ Set-MgBetaGroupTeam -InputObject [-ResponseHeadersVariable ] [-Visibility ] [-WebUrl ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SetViaIdentity @@ -93,7 +90,6 @@ Set-MgBetaGroupTeam -InputObject -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -1898,6 +1894,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -3755,21 +3808,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -5552,6 +5662,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -6559,7 +6670,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -10641,6 +10755,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -12498,21 +12669,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -14295,6 +14523,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -14947,7 +15176,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -19376,6 +19608,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -21233,21 +21522,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -23030,6 +23376,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -24037,7 +24384,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -28026,16 +28376,59 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. [UsageRights ]: [Id ]: The unique identifier for an entity. Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. @@ -28510,6 +28903,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -30142,7 +30592,22 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [AssignmentErrors ]: + [Id ]: The unique identifier for an entity. +Read-only. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [Assignments ]: [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -36408,7 +36873,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -36870,6 +37338,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -38727,21 +39252,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -40524,6 +41106,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -41531,7 +42114,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -45698,6 +46284,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -47634,21 +48277,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -50184,6 +50884,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -51242,7 +51943,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -54559,6 +55263,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -56416,21 +57177,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -58213,6 +59031,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -59220,7 +60039,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -63605,6 +64427,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -65462,21 +66341,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -67259,6 +68195,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -67911,7 +68848,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaGroupTeamChannelFileFolderContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaGroupTeamChannelFileFolderContent.md index 68d4ebf838c7d..d1a838ca039f0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaGroupTeamChannelFileFolderContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaGroupTeamChannelFileFolderContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/set-mgbetagroupteamchannelfilefoldercontent Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Set-MgBetaGroupTeamChannelFileFolderContent --- @@ -30,7 +30,7 @@ Set-MgBetaGroupTeamChannelFileFolderContent -ChannelId -GroupId ] [-ResponseHeadersVariable ] [-Break] [-ContentType ] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### SetViaIdentity @@ -40,7 +40,7 @@ Set-MgBetaGroupTeamChannelFileFolderContent -InputObject -InFil [-Data ] [-ResponseHeadersVariable ] [-Break] [-ContentType ] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaGroupTeamChannelFileFolderContentStream.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaGroupTeamChannelFileFolderContentStream.md index 5c4eb2a2752e8..7086bd7e13524 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaGroupTeamChannelFileFolderContentStream.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaGroupTeamChannelFileFolderContentStream.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/set-mgbetagroupteamchannelfilefoldercontentstream Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Set-MgBetaGroupTeamChannelFileFolderContentStream --- @@ -25,7 +25,6 @@ Set-MgBetaGroupTeamChannelFileFolderContentStream -ChannelId -GroupId < [-ContentType ] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SetViaIdentity @@ -36,7 +35,6 @@ Set-MgBetaGroupTeamChannelFileFolderContentStream -InputObject [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaGroupTeamChannelMessageHostedContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaGroupTeamChannelMessageHostedContent.md index 56916eeb77a0e..fd448ab8274b6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaGroupTeamChannelMessageHostedContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaGroupTeamChannelMessageHostedContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/set-mgbetagroupteamchannelmessagehostedcontent Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Set-MgBetaGroupTeamChannelMessageHostedContent --- @@ -30,7 +30,6 @@ Set-MgBetaGroupTeamChannelMessageHostedContent -ChannelId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SetViaIdentity @@ -41,7 +40,6 @@ Set-MgBetaGroupTeamChannelMessageHostedContent -InputObject -In [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaGroupTeamChannelMessageReaction.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaGroupTeamChannelMessageReaction.md index fd17d6a72d8a8..a989b464099ee 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaGroupTeamChannelMessageReaction.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaGroupTeamChannelMessageReaction.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/set-mgbetagroupteamchannelmessagereaction Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Set-MgBetaGroupTeamChannelMessageReaction --- @@ -28,7 +28,6 @@ Set-MgBetaGroupTeamChannelMessageReaction -ChannelId -ChatMessageId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Set @@ -40,7 +39,6 @@ Set-MgBetaGroupTeamChannelMessageReaction -ChannelId -ChatMessageId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SetViaIdentityExpanded @@ -51,7 +49,6 @@ Set-MgBetaGroupTeamChannelMessageReaction -InputObject [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SetViaIdentity @@ -62,7 +59,6 @@ Set-MgBetaGroupTeamChannelMessageReaction -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaGroupTeamChannelMessageReplyHostedContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaGroupTeamChannelMessageReplyHostedContent.md index 1eb78d955c969..055166db1ee5d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaGroupTeamChannelMessageReplyHostedContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaGroupTeamChannelMessageReplyHostedContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/set-mgbetagroupteamchannelmessagereplyhostedcontent Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Set-MgBetaGroupTeamChannelMessageReplyHostedContent --- @@ -30,7 +30,6 @@ Set-MgBetaGroupTeamChannelMessageReplyHostedContent -ChannelId [-ContentType ] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SetViaIdentity @@ -41,7 +40,6 @@ Set-MgBetaGroupTeamChannelMessageReplyHostedContent -InputObject ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaGroupTeamChannelMessageReplyReaction.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaGroupTeamChannelMessageReplyReaction.md index e2114b8ef514c..9bd34e09efa68 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaGroupTeamChannelMessageReplyReaction.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaGroupTeamChannelMessageReplyReaction.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/set-mgbetagroupteamchannelmessagereplyreaction Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Set-MgBetaGroupTeamChannelMessageReplyReaction --- @@ -28,7 +28,6 @@ Set-MgBetaGroupTeamChannelMessageReplyReaction -ChannelId -ChatMessageI [-AdditionalProperties ] [-ReactionType ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Set @@ -40,7 +39,6 @@ Set-MgBetaGroupTeamChannelMessageReplyReaction -ChannelId -ChatMessageI [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SetViaIdentityExpanded @@ -51,7 +49,6 @@ Set-MgBetaGroupTeamChannelMessageReplyReaction -InputObject [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SetViaIdentity @@ -62,7 +59,6 @@ Set-MgBetaGroupTeamChannelMessageReplyReaction -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaGroupTeamPhotoContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaGroupTeamPhotoContent.md index 7cc2a2cdf9621..11594cd530428 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaGroupTeamPhotoContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaGroupTeamPhotoContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/set-mgbetagroupteamphotocontent Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Set-MgBetaGroupTeamPhotoContent --- @@ -27,7 +27,6 @@ Set-MgBetaGroupTeamPhotoContent -GroupId -InFile [-Data ] [-Break] [-ContentType ] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SetViaIdentity @@ -37,7 +36,6 @@ Set-MgBetaGroupTeamPhotoContent -InputObject -InFile [ [-ResponseHeadersVariable ] [-Break] [-ContentType ] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaGroupTeamPrimaryChannelFileFolderContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaGroupTeamPrimaryChannelFileFolderContent.md index 06f311cc648de..d4765e5017c31 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaGroupTeamPrimaryChannelFileFolderContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaGroupTeamPrimaryChannelFileFolderContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/set-mgbetagroupteamprimarychannelfilefoldercontent Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Set-MgBetaGroupTeamPrimaryChannelFileFolderContent --- @@ -30,7 +30,7 @@ Set-MgBetaGroupTeamPrimaryChannelFileFolderContent -GroupId -InFile ] [-ResponseHeadersVariable ] [-Break] [-ContentType ] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### SetViaIdentity @@ -40,7 +40,7 @@ Set-MgBetaGroupTeamPrimaryChannelFileFolderContent -InputObject [-Data ] [-ResponseHeadersVariable ] [-Break] [-ContentType ] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaGroupTeamPrimaryChannelFileFolderContentStream.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaGroupTeamPrimaryChannelFileFolderContentStream.md index 966e89a1b0715..ab2f89215312c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaGroupTeamPrimaryChannelFileFolderContentStream.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaGroupTeamPrimaryChannelFileFolderContentStream.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/set-mgbetagroupteamprimarychannelfilefoldercontentstream Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Set-MgBetaGroupTeamPrimaryChannelFileFolderContentStream --- @@ -25,7 +25,6 @@ Set-MgBetaGroupTeamPrimaryChannelFileFolderContentStream -GroupId -InFi [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SetViaIdentity @@ -36,7 +35,6 @@ Set-MgBetaGroupTeamPrimaryChannelFileFolderContentStream -InputObject ] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaGroupTeamPrimaryChannelMessageHostedContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaGroupTeamPrimaryChannelMessageHostedContent.md index f9ee0623f2af0..7ce9ee2e65499 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaGroupTeamPrimaryChannelMessageHostedContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaGroupTeamPrimaryChannelMessageHostedContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/set-mgbetagroupteamprimarychannelmessagehostedcontent Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Set-MgBetaGroupTeamPrimaryChannelMessageHostedContent --- @@ -29,7 +29,6 @@ Set-MgBetaGroupTeamPrimaryChannelMessageHostedContent -ChatMessageHostedContentI [-ResponseHeadersVariable ] [-Break] [-ContentType ] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SetViaIdentity @@ -40,7 +39,6 @@ Set-MgBetaGroupTeamPrimaryChannelMessageHostedContent -InputObject ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaGroupTeamPrimaryChannelMessageReaction.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaGroupTeamPrimaryChannelMessageReaction.md index 7e2ddbb41317a..5870404d4fa99 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaGroupTeamPrimaryChannelMessageReaction.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaGroupTeamPrimaryChannelMessageReaction.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/set-mgbetagroupteamprimarychannelmessagereaction Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Set-MgBetaGroupTeamPrimaryChannelMessageReaction --- @@ -28,7 +28,6 @@ Set-MgBetaGroupTeamPrimaryChannelMessageReaction -ChatMessageId -GroupI [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Set @@ -39,7 +38,6 @@ Set-MgBetaGroupTeamPrimaryChannelMessageReaction -ChatMessageId -GroupI [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SetViaIdentityExpanded @@ -50,7 +48,6 @@ Set-MgBetaGroupTeamPrimaryChannelMessageReaction -InputObject [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SetViaIdentity @@ -61,7 +58,6 @@ Set-MgBetaGroupTeamPrimaryChannelMessageReaction -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaGroupTeamPrimaryChannelMessageReplyHostedContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaGroupTeamPrimaryChannelMessageReplyHostedContent.md index 22a76c7401ed4..aa8d76c6c2b34 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaGroupTeamPrimaryChannelMessageReplyHostedContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaGroupTeamPrimaryChannelMessageReplyHostedContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/set-mgbetagroupteamprimarychannelmessagereplyhostedcontent Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Set-MgBetaGroupTeamPrimaryChannelMessageReplyHostedContent --- @@ -30,7 +30,6 @@ Set-MgBetaGroupTeamPrimaryChannelMessageReplyHostedContent -ChatMessageHostedCon [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SetViaIdentity @@ -41,7 +40,6 @@ Set-MgBetaGroupTeamPrimaryChannelMessageReplyHostedContent -InputObject ] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaGroupTeamPrimaryChannelMessageReplyReaction.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaGroupTeamPrimaryChannelMessageReplyReaction.md index a3b2f98b5a77c..7c1ff0475095d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaGroupTeamPrimaryChannelMessageReplyReaction.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaGroupTeamPrimaryChannelMessageReplyReaction.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/set-mgbetagroupteamprimarychannelmessagereplyreaction Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Set-MgBetaGroupTeamPrimaryChannelMessageReplyReaction --- @@ -28,7 +28,6 @@ Set-MgBetaGroupTeamPrimaryChannelMessageReplyReaction -ChatMessageId [-AdditionalProperties ] [-ReactionType ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Set @@ -40,7 +39,6 @@ Set-MgBetaGroupTeamPrimaryChannelMessageReplyReaction -ChatMessageId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SetViaIdentityExpanded @@ -51,7 +49,6 @@ Set-MgBetaGroupTeamPrimaryChannelMessageReplyReaction -InputObject ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SetViaIdentity @@ -62,7 +59,6 @@ Set-MgBetaGroupTeamPrimaryChannelMessageReplyReaction -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaGroupTeamSchedule.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaGroupTeamSchedule.md index aab42d36a1c79..1cfb1a2353cf5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaGroupTeamSchedule.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaGroupTeamSchedule.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/set-mgbetagroupteamschedule Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Set-MgBetaGroupTeamSchedule --- @@ -40,7 +40,7 @@ Set-MgBetaGroupTeamSchedule -GroupId [-ResponseHeadersVariable [-TimesOff ] [-WorkforceIntegrationIds ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Set @@ -50,7 +50,6 @@ Set-MgBetaGroupTeamSchedule -GroupId -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SetViaIdentityExpanded @@ -73,7 +72,7 @@ Set-MgBetaGroupTeamSchedule -InputObject [-ResponseHeadersVaria [-TimesOff ] [-WorkforceIntegrationIds ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### SetViaIdentity @@ -83,7 +82,6 @@ Set-MgBetaGroupTeamSchedule -InputObject -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaTeamChannelFileFolderContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaTeamChannelFileFolderContent.md index ccc878680f1af..55bb418910db8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaTeamChannelFileFolderContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaTeamChannelFileFolderContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/set-mgbetateamchannelfilefoldercontent Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Set-MgBetaTeamChannelFileFolderContent --- @@ -30,7 +30,7 @@ Set-MgBetaTeamChannelFileFolderContent -ChannelId -TeamId -InF [-Data ] [-ResponseHeadersVariable ] [-Break] [-ContentType ] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### SetViaIdentity @@ -40,7 +40,7 @@ Set-MgBetaTeamChannelFileFolderContent -InputObject -InFile ] [-ResponseHeadersVariable ] [-Break] [-ContentType ] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaTeamChannelFileFolderContentStream.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaTeamChannelFileFolderContentStream.md index 67e4bbdd088dc..8491ce90ec599 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaTeamChannelFileFolderContentStream.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaTeamChannelFileFolderContentStream.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/set-mgbetateamchannelfilefoldercontentstream Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Set-MgBetaTeamChannelFileFolderContentStream --- @@ -25,7 +25,6 @@ Set-MgBetaTeamChannelFileFolderContentStream -ChannelId -TeamId ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SetViaIdentity @@ -36,7 +35,6 @@ Set-MgBetaTeamChannelFileFolderContentStream -InputObject -InFi [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaTeamChannelMessageHostedContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaTeamChannelMessageHostedContent.md index e35acc930f21a..a6628eacb8527 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaTeamChannelMessageHostedContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaTeamChannelMessageHostedContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/set-mgbetateamchannelmessagehostedcontent Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Set-MgBetaTeamChannelMessageHostedContent --- @@ -29,7 +29,6 @@ Set-MgBetaTeamChannelMessageHostedContent -ChannelId -ChatMessageHosted [-ResponseHeadersVariable ] [-Break] [-ContentType ] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SetViaIdentity @@ -40,7 +39,6 @@ Set-MgBetaTeamChannelMessageHostedContent -InputObject -InFile [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaTeamChannelMessageReaction.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaTeamChannelMessageReaction.md index cc76ea9aeefc3..3edfce649d4b4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaTeamChannelMessageReaction.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaTeamChannelMessageReaction.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/set-mgbetateamchannelmessagereaction Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Set-MgBetaTeamChannelMessageReaction --- @@ -28,7 +28,6 @@ Set-MgBetaTeamChannelMessageReaction -ChannelId -ChatMessageId [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Set @@ -39,7 +38,6 @@ Set-MgBetaTeamChannelMessageReaction -ChannelId -ChatMessageId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SetViaIdentityExpanded @@ -50,7 +48,6 @@ Set-MgBetaTeamChannelMessageReaction -InputObject [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SetViaIdentity @@ -61,7 +58,6 @@ Set-MgBetaTeamChannelMessageReaction -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaTeamChannelMessageReplyHostedContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaTeamChannelMessageReplyHostedContent.md index 8cfdf103f2173..9e0e372a9311b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaTeamChannelMessageReplyHostedContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaTeamChannelMessageReplyHostedContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/set-mgbetateamchannelmessagereplyhostedcontent Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Set-MgBetaTeamChannelMessageReplyHostedContent --- @@ -30,7 +30,6 @@ Set-MgBetaTeamChannelMessageReplyHostedContent -ChannelId [-ContentType ] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SetViaIdentity @@ -41,7 +40,6 @@ Set-MgBetaTeamChannelMessageReplyHostedContent -InputObject -In [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaTeamChannelMessageReplyReaction.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaTeamChannelMessageReplyReaction.md index 758dc9a7b9430..4634916f23c9c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaTeamChannelMessageReplyReaction.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaTeamChannelMessageReplyReaction.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/set-mgbetateamchannelmessagereplyreaction Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Set-MgBetaTeamChannelMessageReplyReaction --- @@ -28,7 +28,6 @@ Set-MgBetaTeamChannelMessageReplyReaction -ChannelId -ChatMessageId ] [-ReactionType ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Set @@ -40,7 +39,6 @@ Set-MgBetaTeamChannelMessageReplyReaction -ChannelId -ChatMessageId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SetViaIdentityExpanded @@ -51,7 +49,6 @@ Set-MgBetaTeamChannelMessageReplyReaction -InputObject [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SetViaIdentity @@ -62,7 +59,6 @@ Set-MgBetaTeamChannelMessageReplyReaction -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaTeamPhotoContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaTeamPhotoContent.md index f09171697f019..71c430a63cf3f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaTeamPhotoContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaTeamPhotoContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/set-mgbetateamphotocontent Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Set-MgBetaTeamPhotoContent --- @@ -29,7 +29,6 @@ Set-MgBetaTeamPhotoContent -TeamId -InFile [-Data ] [-ResponseHeadersVariable ] [-Break] [-ContentType ] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SetViaIdentity @@ -39,7 +38,6 @@ Set-MgBetaTeamPhotoContent -InputObject -InFile [-Data [-ResponseHeadersVariable ] [-Break] [-ContentType ] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaTeamPrimaryChannelFileFolderContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaTeamPrimaryChannelFileFolderContent.md index b0895b6daa35b..b346f690ff301 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaTeamPrimaryChannelFileFolderContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaTeamPrimaryChannelFileFolderContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/set-mgbetateamprimarychannelfilefoldercontent Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Set-MgBetaTeamPrimaryChannelFileFolderContent --- @@ -30,7 +30,6 @@ Set-MgBetaTeamPrimaryChannelFileFolderContent -TeamId -InFile [-ResponseHeadersVariable ] [-Break] [-ContentType ] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SetViaIdentity @@ -40,7 +39,7 @@ Set-MgBetaTeamPrimaryChannelFileFolderContent -InputObject -InF [-Data ] [-ResponseHeadersVariable ] [-Break] [-ContentType ] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaTeamPrimaryChannelFileFolderContentStream.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaTeamPrimaryChannelFileFolderContentStream.md index 9581a7d1764a1..480139fe4f584 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaTeamPrimaryChannelFileFolderContentStream.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaTeamPrimaryChannelFileFolderContentStream.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/set-mgbetateamprimarychannelfilefoldercontentstream Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Set-MgBetaTeamPrimaryChannelFileFolderContentStream --- @@ -25,7 +25,6 @@ Set-MgBetaTeamPrimaryChannelFileFolderContentStream -TeamId -InFile ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SetViaIdentity @@ -36,7 +35,6 @@ Set-MgBetaTeamPrimaryChannelFileFolderContentStream -InputObject ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaTeamPrimaryChannelMessageHostedContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaTeamPrimaryChannelMessageHostedContent.md index 6ce759743da50..3b96e52fcca61 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaTeamPrimaryChannelMessageHostedContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaTeamPrimaryChannelMessageHostedContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/set-mgbetateamprimarychannelmessagehostedcontent Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Set-MgBetaTeamPrimaryChannelMessageHostedContent --- @@ -29,7 +29,6 @@ Set-MgBetaTeamPrimaryChannelMessageHostedContent -ChatMessageHostedContentId ] [-Break] [-ContentType ] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SetViaIdentity @@ -40,7 +39,6 @@ Set-MgBetaTeamPrimaryChannelMessageHostedContent -InputObject - [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaTeamPrimaryChannelMessageReaction.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaTeamPrimaryChannelMessageReaction.md index e6bf9a17d57f2..f9f783c5082cb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaTeamPrimaryChannelMessageReaction.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaTeamPrimaryChannelMessageReaction.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/set-mgbetateamprimarychannelmessagereaction Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Set-MgBetaTeamPrimaryChannelMessageReaction --- @@ -28,7 +28,6 @@ Set-MgBetaTeamPrimaryChannelMessageReaction -ChatMessageId -TeamId ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Set @@ -39,7 +38,6 @@ Set-MgBetaTeamPrimaryChannelMessageReaction -ChatMessageId -TeamId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SetViaIdentityExpanded @@ -50,7 +48,6 @@ Set-MgBetaTeamPrimaryChannelMessageReaction -InputObject [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SetViaIdentity @@ -61,7 +58,6 @@ Set-MgBetaTeamPrimaryChannelMessageReaction -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaTeamPrimaryChannelMessageReplyHostedContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaTeamPrimaryChannelMessageReplyHostedContent.md index 4688237cdceee..fe8e7d2ddbda3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaTeamPrimaryChannelMessageReplyHostedContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaTeamPrimaryChannelMessageReplyHostedContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/set-mgbetateamprimarychannelmessagereplyhostedcontent Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Set-MgBetaTeamPrimaryChannelMessageReplyHostedContent --- @@ -29,7 +29,6 @@ Set-MgBetaTeamPrimaryChannelMessageReplyHostedContent -ChatMessageHostedContentI [-ResponseHeadersVariable ] [-Break] [-ContentType ] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SetViaIdentity @@ -40,7 +39,6 @@ Set-MgBetaTeamPrimaryChannelMessageReplyHostedContent -InputObject ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaTeamPrimaryChannelMessageReplyReaction.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaTeamPrimaryChannelMessageReplyReaction.md index 8ea604de0e552..8c6e4f25dcb04 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaTeamPrimaryChannelMessageReplyReaction.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaTeamPrimaryChannelMessageReplyReaction.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/set-mgbetateamprimarychannelmessagereplyreaction Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Set-MgBetaTeamPrimaryChannelMessageReplyReaction --- @@ -28,7 +28,6 @@ Set-MgBetaTeamPrimaryChannelMessageReplyReaction -ChatMessageId -ChatMe [-ReactionType ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Set @@ -40,7 +39,6 @@ Set-MgBetaTeamPrimaryChannelMessageReplyReaction -ChatMessageId -ChatMe [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SetViaIdentityExpanded @@ -51,7 +49,6 @@ Set-MgBetaTeamPrimaryChannelMessageReplyReaction -InputObject [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SetViaIdentity @@ -62,7 +59,6 @@ Set-MgBetaTeamPrimaryChannelMessageReplyReaction -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaTeamSchedule.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaTeamSchedule.md index 5f39513b75d42..557da04cbcc4c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaTeamSchedule.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaTeamSchedule.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/set-mgbetateamschedule Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Set-MgBetaTeamSchedule --- @@ -44,7 +44,7 @@ Set-MgBetaTeamSchedule -TeamId [-ResponseHeadersVariable ] [-TimesOff ] [-WorkforceIntegrationIds ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Set @@ -54,7 +54,6 @@ Set-MgBetaTeamSchedule -TeamId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SetViaIdentityExpanded @@ -77,7 +76,7 @@ Set-MgBetaTeamSchedule -InputObject [-ResponseHeadersVariable < [-TimesOff ] [-WorkforceIntegrationIds ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### SetViaIdentity @@ -87,7 +86,6 @@ Set-MgBetaTeamSchedule -InputObject -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaTeamworkDeletedTeamChannelFileFolderContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaTeamworkDeletedTeamChannelFileFolderContent.md index 7bdf8e14d78d0..aa4f5730de672 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaTeamworkDeletedTeamChannelFileFolderContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaTeamworkDeletedTeamChannelFileFolderContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/set-mgbetateamworkdeletedteamchannelfilefoldercontent Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Set-MgBetaTeamworkDeletedTeamChannelFileFolderContent --- @@ -30,7 +30,7 @@ Set-MgBetaTeamworkDeletedTeamChannelFileFolderContent -ChannelId -Delet -InFile [-Data ] [-ResponseHeadersVariable ] [-Break] [-ContentType ] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### SetViaIdentity @@ -40,7 +40,7 @@ Set-MgBetaTeamworkDeletedTeamChannelFileFolderContent -InputObject ] [-ResponseHeadersVariable ] [-Break] [-ContentType ] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaTeamworkDeletedTeamChannelFileFolderContentStream.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaTeamworkDeletedTeamChannelFileFolderContentStream.md index 596373a8c512e..f4bd36bec1838 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaTeamworkDeletedTeamChannelFileFolderContentStream.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaTeamworkDeletedTeamChannelFileFolderContentStream.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/set-mgbetateamworkdeletedteamchannelfilefoldercontentstream Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Set-MgBetaTeamworkDeletedTeamChannelFileFolderContentStream --- @@ -25,7 +25,6 @@ Set-MgBetaTeamworkDeletedTeamChannelFileFolderContentStream -ChannelId [-Break] [-ContentType ] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SetViaIdentity @@ -36,7 +35,6 @@ Set-MgBetaTeamworkDeletedTeamChannelFileFolderContentStream -InputObject ] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaTeamworkDeletedTeamChannelMessageHostedContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaTeamworkDeletedTeamChannelMessageHostedContent.md index 52efe995a403b..88e63cb36bde5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaTeamworkDeletedTeamChannelMessageHostedContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaTeamworkDeletedTeamChannelMessageHostedContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/set-mgbetateamworkdeletedteamchannelmessagehostedcontent Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Set-MgBetaTeamworkDeletedTeamChannelMessageHostedContent --- @@ -30,7 +30,6 @@ Set-MgBetaTeamworkDeletedTeamChannelMessageHostedContent -ChannelId [-ContentType ] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SetViaIdentity @@ -41,7 +40,6 @@ Set-MgBetaTeamworkDeletedTeamChannelMessageHostedContent -InputObject ] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaTeamworkDeletedTeamChannelMessageReaction.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaTeamworkDeletedTeamChannelMessageReaction.md index f3c655e9b3be7..89362de827d02 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaTeamworkDeletedTeamChannelMessageReaction.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaTeamworkDeletedTeamChannelMessageReaction.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/set-mgbetateamworkdeletedteamchannelmessagereaction Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Set-MgBetaTeamworkDeletedTeamChannelMessageReaction --- @@ -28,7 +28,6 @@ Set-MgBetaTeamworkDeletedTeamChannelMessageReaction -ChannelId -ChatMes [-ReactionType ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Set @@ -40,7 +39,6 @@ Set-MgBetaTeamworkDeletedTeamChannelMessageReaction -ChannelId -ChatMes [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SetViaIdentityExpanded @@ -51,7 +49,6 @@ Set-MgBetaTeamworkDeletedTeamChannelMessageReaction -InputObject ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SetViaIdentity @@ -62,7 +59,6 @@ Set-MgBetaTeamworkDeletedTeamChannelMessageReaction -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaTeamworkDeletedTeamChannelMessageReplyHostedContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaTeamworkDeletedTeamChannelMessageReplyHostedContent.md index 711df1a597e7c..e68adf5b00016 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaTeamworkDeletedTeamChannelMessageReplyHostedContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaTeamworkDeletedTeamChannelMessageReplyHostedContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/set-mgbetateamworkdeletedteamchannelmessagereplyhostedcontent Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Set-MgBetaTeamworkDeletedTeamChannelMessageReplyHostedContent --- @@ -30,7 +30,6 @@ Set-MgBetaTeamworkDeletedTeamChannelMessageReplyHostedContent -ChannelId ] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SetViaIdentity @@ -41,7 +40,6 @@ Set-MgBetaTeamworkDeletedTeamChannelMessageReplyHostedContent -InputObject ] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaTeamworkDeletedTeamChannelMessageReplyReaction.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaTeamworkDeletedTeamChannelMessageReplyReaction.md index 5fa3405ee31b0..d7e1680f60674 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaTeamworkDeletedTeamChannelMessageReplyReaction.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaTeamworkDeletedTeamChannelMessageReplyReaction.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/set-mgbetateamworkdeletedteamchannelmessagereplyreaction Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Set-MgBetaTeamworkDeletedTeamChannelMessageReplyReaction --- @@ -28,7 +28,6 @@ Set-MgBetaTeamworkDeletedTeamChannelMessageReplyReaction -ChannelId -Ch [-AdditionalProperties ] [-ReactionType ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Set @@ -40,7 +39,6 @@ Set-MgBetaTeamworkDeletedTeamChannelMessageReplyReaction -ChannelId -Ch [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SetViaIdentityExpanded @@ -51,7 +49,6 @@ Set-MgBetaTeamworkDeletedTeamChannelMessageReplyReaction -InputObject ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SetViaIdentity @@ -62,7 +59,6 @@ Set-MgBetaTeamworkDeletedTeamChannelMessageReplyReaction -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaUserChatMessageHostedContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaUserChatMessageHostedContent.md index 3d091b8833579..c3705a2d7f7b8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaUserChatMessageHostedContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaUserChatMessageHostedContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/set-mgbetauserchatmessagehostedcontent Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Set-MgBetaUserChatMessageHostedContent --- @@ -29,7 +29,6 @@ Set-MgBetaUserChatMessageHostedContent -ChatId -ChatMessageHostedConten [-ResponseHeadersVariable ] [-Break] [-ContentType ] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SetViaIdentity @@ -40,7 +39,6 @@ Set-MgBetaUserChatMessageHostedContent -InputObject -InFile ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaUserChatMessageReaction.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaUserChatMessageReaction.md index 9e64907756bc4..a0cf68290af2d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaUserChatMessageReaction.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaUserChatMessageReaction.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/set-mgbetauserchatmessagereaction Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Set-MgBetaUserChatMessageReaction --- @@ -28,7 +28,6 @@ Set-MgBetaUserChatMessageReaction -ChatId -ChatMessageId -User [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Set @@ -39,7 +38,6 @@ Set-MgBetaUserChatMessageReaction -ChatId -ChatMessageId -User [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SetViaIdentityExpanded @@ -49,7 +47,6 @@ Set-MgBetaUserChatMessageReaction -InputObject [-ResponseHeader [-AdditionalProperties ] [-ReactionType ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SetViaIdentity @@ -60,7 +57,6 @@ Set-MgBetaUserChatMessageReaction -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaUserChatMessageReplyHostedContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaUserChatMessageReplyHostedContent.md index 5a21f87d40e4d..beee85d64f9ca 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaUserChatMessageReplyHostedContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaUserChatMessageReplyHostedContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/set-mgbetauserchatmessagereplyhostedcontent Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Set-MgBetaUserChatMessageReplyHostedContent --- @@ -29,7 +29,6 @@ Set-MgBetaUserChatMessageReplyHostedContent -ChatId -ChatMessageHostedC [-ResponseHeadersVariable ] [-Break] [-ContentType ] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SetViaIdentity @@ -40,7 +39,6 @@ Set-MgBetaUserChatMessageReplyHostedContent -InputObject -InFil [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaUserChatMessageReplyReaction.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaUserChatMessageReplyReaction.md index 571cfc070e086..0f972e17c2624 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaUserChatMessageReplyReaction.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Set-MgBetaUserChatMessageReplyReaction.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/set-mgbetauserchatmessagereplyreaction Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Set-MgBetaUserChatMessageReplyReaction --- @@ -28,7 +28,6 @@ Set-MgBetaUserChatMessageReplyReaction -ChatId -ChatMessageId [-AdditionalProperties ] [-ReactionType ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Set @@ -40,7 +39,6 @@ Set-MgBetaUserChatMessageReplyReaction -ChatId -ChatMessageId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SetViaIdentityExpanded @@ -51,7 +49,6 @@ Set-MgBetaUserChatMessageReplyReaction -InputObject [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SetViaIdentity @@ -62,7 +59,6 @@ Set-MgBetaUserChatMessageReplyReaction -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Start-MgBetaChatMigration.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Start-MgBetaChatMigration.md new file mode 100644 index 0000000000000..a669bb75b9b50 --- /dev/null +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Start-MgBetaChatMigration.md @@ -0,0 +1,592 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.Beta.Teams-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/start-mgbetachatmigration +Locale: en-US +Module Name: Microsoft.Graph.Beta.Teams +ms.date: 07/10/2026 +PlatyPS schema version: 2024-05-01 +title: Start-MgBetaChatMigration +--- + +# Start-MgBetaChatMigration + +## SYNOPSIS + +Start the migration of external messages by enabling migration mode in an existing chat. +Import operations were limited to newly created standard channels that were in an empty state. +For more information, see Import third-party platform messages to Teams using Microsoft Graph. +You can define a minimum timestamp for content migration that enables the import of messages from the past. +The specified timestamp must be earlier than the current createdDateTime of the chat. +Imported content is always limited by the createdDateTime of the target thread. +An optional createdDateTime property in the payload allows you to update this value, but with strict rules: This API supportes the following channel types. + +> [!NOTE] +> To view the v1.0 release of this cmdlet, view [Start-MgChatMigration](/powershell/module/Microsoft.Graph.Teams/Start-MgChatMigration?view=graph-powershell-1.0) + +## SYNTAX + +### StartExpanded (Default) + +``` +Start-MgBetaChatMigration -ChatId [-ResponseHeadersVariable ] + [-AdditionalProperties ] [-ConversationCreationDateTime ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +### Start + +``` +Start-MgBetaChatMigration -ChatId + -BodyParameter + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +### StartViaIdentityExpanded + +``` +Start-MgBetaChatMigration -InputObject [-ResponseHeadersVariable ] + [-AdditionalProperties ] [-ConversationCreationDateTime ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +### StartViaIdentity + +``` +Start-MgBetaChatMigration -InputObject + -BodyParameter + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Start the migration of external messages by enabling migration mode in an existing chat. +Import operations were limited to newly created standard channels that were in an empty state. +For more information, see Import third-party platform messages to Teams using Microsoft Graph. +You can define a minimum timestamp for content migration that enables the import of messages from the past. +The specified timestamp must be earlier than the current createdDateTime of the chat. +Imported content is always limited by the createdDateTime of the target thread. +An optional createdDateTime property in the payload allows you to update this value, but with strict rules: This API supportes the following channel types. + +## EXAMPLES +### Example 1: Start the migration in a chat + +```powershell + +Import-Module Microsoft.Graph.Beta.Teams + +Start-MgBetaChatMigration -ChatId $chatId + +``` +This example will start the migration in a chat + +### Example 2: Start the migration when a chat is already in migration mode + +```powershell + +Import-Module Microsoft.Graph.Beta.Teams + +Start-MgBetaChatMigration -ChatId $chatId + +``` +This example will start the migration when a chat is already in migration mode + + +## PARAMETERS + +### -AdditionalProperties + +Additional Parameters + +```yaml +Type: System.Collections.Hashtable +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: StartViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: StartExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -BodyParameter + + +To construct, see NOTES section for BODYPARAMETER properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IPathsKxnvx4ChatsChatIdMicrosoftGraphStartmigrationPostRequestbodyContentApplicationJsonSchema +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: StartViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Start + 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: '' +``` + +### -ChatId + +The unique identifier of chat + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: StartExpanded + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Start + Position: Named + IsRequired: true + 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: '' +``` + +### -ConversationCreationDateTime + + + +```yaml +Type: System.DateTime +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: StartViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: StartExpanded + 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.ITeamsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: StartViaIdentityExpanded + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: StartViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + 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.IPathsKxnvx4ChatsChatIdMicrosoftGraphStartmigrationPostRequestbodyContentApplicationJsonSchema + +{{ Fill in the Description }} + +### Microsoft.Graph.Beta.PowerShell.Models.ITeamsIdentity + +{{ 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. + +BODYPARAMETER ``: . + [(Any) ]: This indicates any property can be added to this object. + [ConversationCreationDateTime ]: + +INPUTOBJECT ``: Identity Parameter + [AssociatedTeamInfoId ]: The unique identifier of associatedTeamInfo + [ChannelId ]: The unique identifier of channel + [ChatId ]: The unique identifier of chat + [ChatMessageHostedContentId ]: The unique identifier of chatMessageHostedContent + [ChatMessageId ]: The unique identifier of chatMessage + [ChatMessageId1 ]: The unique identifier of chatMessage + [ConversationMemberId ]: The unique identifier of conversationMember + [DayNoteId ]: The unique identifier of dayNote + [DeletedChatId ]: The unique identifier of deletedChat + [DeletedTeamId ]: The unique identifier of deletedTeam + [GroupId ]: The unique identifier of group + [OfferShiftRequestId ]: The unique identifier of offerShiftRequest + [OpenShiftChangeRequestId ]: The unique identifier of openShiftChangeRequest + [OpenShiftId ]: The unique identifier of openShift + [PinnedChatMessageInfoId ]: The unique identifier of pinnedChatMessageInfo + [PlannerBucketId ]: The unique identifier of plannerBucket + [PlannerPlanId ]: The unique identifier of plannerPlan + [PlannerTaskId ]: The unique identifier of plannerTask + [ResourceSpecificPermissionGrantId ]: The unique identifier of resourceSpecificPermissionGrant + [SchedulingGroupId ]: The unique identifier of schedulingGroup + [SharedWithChannelTeamInfoId ]: The unique identifier of sharedWithChannelTeamInfo + [ShiftId ]: The unique identifier of shift + [ShiftsRoleDefinitionId ]: The unique identifier of shiftsRoleDefinition + [SwapShiftsChangeRequestId ]: The unique identifier of swapShiftsChangeRequest + [TeamId ]: The unique identifier of team + [TeamTemplateDefinitionId ]: The unique identifier of teamTemplateDefinition + [TeamTemplateId ]: The unique identifier of teamTemplate + [TeamsAppDashboardCardDefinitionId ]: The unique identifier of teamsAppDashboardCardDefinition + [TeamsAppDefinitionId ]: The unique identifier of teamsAppDefinition + [TeamsAppId ]: The unique identifier of teamsApp + [TeamsAppInstallationId ]: The unique identifier of teamsAppInstallation + [TeamsAsyncOperationId ]: The unique identifier of teamsAsyncOperation + [TeamsTabId ]: The unique identifier of teamsTab + [TeamworkDeviceId ]: The unique identifier of teamworkDevice + [TeamworkDeviceOperationId ]: The unique identifier of teamworkDeviceOperation + [TeamworkTagId ]: The unique identifier of teamworkTag + [TeamworkTagMemberId ]: The unique identifier of teamworkTagMember + [TimeCardId ]: The unique identifier of timeCard + [TimeOffId ]: The unique identifier of timeOff + [TimeOffReasonId ]: The unique identifier of timeOffReason + [TimeOffRequestId ]: The unique identifier of timeOffRequest + [UserId ]: The unique identifier of user + [UserPrincipalName ]: Alternate key of user + [UserScopeTeamsAppInstallationId ]: The unique identifier of userScopeTeamsAppInstallation + [WorkforceIntegrationId ]: The unique identifier of workforceIntegration + + +## RELATED LINKS + +- [Start-MgBetaChatMigration](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/start-mgbetachatmigration) +- [Graph API Reference](https://learn.microsoft.com/graph/api/chat-startmigration?view=graph-rest-beta) + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Start-MgBetaGroupTeamChannelMigration.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Start-MgBetaGroupTeamChannelMigration.md new file mode 100644 index 0000000000000..afcd6f63682ec --- /dev/null +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Start-MgBetaGroupTeamChannelMigration.md @@ -0,0 +1,596 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.Beta.Teams-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/start-mgbetagroupteamchannelmigration +Locale: en-US +Module Name: Microsoft.Graph.Beta.Teams +ms.date: 07/10/2026 +PlatyPS schema version: 2024-05-01 +title: Start-MgBetaGroupTeamChannelMigration +--- + +# Start-MgBetaGroupTeamChannelMigration + +## SYNOPSIS + +Start the migration of external messages by enabling migration mode in an existing channel. +Import operations were limited to newly created standard channels that were in an empty state. +For more information, see Import third-party platform messages to Teams using Microsoft Graph. +Users are also allowed to define a minimum timestamp for content to be migrated, allowing them to import messages from the past. +The provided timestamp must be older than the current createdDateTime for a channel. +The provided timestamp is used to replace the existing createdDateTime of the channel. +This API supportes the following channel types. + +> [!NOTE] +> To view the v1.0 release of this cmdlet, view [Start-MgGroupTeamChannelMigration](/powershell/module/Microsoft.Graph.Teams/Start-MgGroupTeamChannelMigration?view=graph-powershell-1.0) + +## SYNTAX + +### StartExpanded (Default) + +``` +Start-MgBetaGroupTeamChannelMigration -ChannelId -GroupId + [-ResponseHeadersVariable ] [-AdditionalProperties ] + [-ConversationCreationDateTime ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +### Start + +``` +Start-MgBetaGroupTeamChannelMigration -ChannelId -GroupId + -BodyParameter + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +### StartViaIdentityExpanded + +``` +Start-MgBetaGroupTeamChannelMigration -InputObject + [-ResponseHeadersVariable ] [-AdditionalProperties ] + [-ConversationCreationDateTime ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +### StartViaIdentity + +``` +Start-MgBetaGroupTeamChannelMigration -InputObject + -BodyParameter + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Start the migration of external messages by enabling migration mode in an existing channel. +Import operations were limited to newly created standard channels that were in an empty state. +For more information, see Import third-party platform messages to Teams using Microsoft Graph. +Users are also allowed to define a minimum timestamp for content to be migrated, allowing them to import messages from the past. +The provided timestamp must be older than the current createdDateTime for a channel. +The provided timestamp is used to replace the existing createdDateTime of the channel. +This API supportes the following channel types. + +## PARAMETERS + +### -AdditionalProperties + +Additional Parameters + +```yaml +Type: System.Collections.Hashtable +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: StartViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: StartExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -BodyParameter + + +To construct, see NOTES section for BODYPARAMETER properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IPaths1CkpmuyGroupsGroupIdTeamChannelsChannelIdMicrosoftGraphStartmigrationPostRequestbodyContentApplicationJsonSchema +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: StartViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Start + 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: '' +``` + +### -ChannelId + +The unique identifier of channel + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: StartExpanded + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Start + Position: Named + IsRequired: true + 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: '' +``` + +### -ConversationCreationDateTime + + + +```yaml +Type: System.DateTime +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: StartViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: StartExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -GroupId + +The unique identifier of group + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: StartExpanded + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Start + 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: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.ITeamsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: StartViaIdentityExpanded + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: StartViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + 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.IPaths1CkpmuyGroupsGroupIdTeamChannelsChannelIdMicrosoftGraphStartmigrationPostRequestbodyContentApplicationJsonSchema + +{{ Fill in the Description }} + +### Microsoft.Graph.Beta.PowerShell.Models.ITeamsIdentity + +{{ 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. + +BODYPARAMETER ``: . + [(Any) ]: This indicates any property can be added to this object. + [ConversationCreationDateTime ]: + +INPUTOBJECT ``: Identity Parameter + [AssociatedTeamInfoId ]: The unique identifier of associatedTeamInfo + [ChannelId ]: The unique identifier of channel + [ChatId ]: The unique identifier of chat + [ChatMessageHostedContentId ]: The unique identifier of chatMessageHostedContent + [ChatMessageId ]: The unique identifier of chatMessage + [ChatMessageId1 ]: The unique identifier of chatMessage + [ConversationMemberId ]: The unique identifier of conversationMember + [DayNoteId ]: The unique identifier of dayNote + [DeletedChatId ]: The unique identifier of deletedChat + [DeletedTeamId ]: The unique identifier of deletedTeam + [GroupId ]: The unique identifier of group + [OfferShiftRequestId ]: The unique identifier of offerShiftRequest + [OpenShiftChangeRequestId ]: The unique identifier of openShiftChangeRequest + [OpenShiftId ]: The unique identifier of openShift + [PinnedChatMessageInfoId ]: The unique identifier of pinnedChatMessageInfo + [PlannerBucketId ]: The unique identifier of plannerBucket + [PlannerPlanId ]: The unique identifier of plannerPlan + [PlannerTaskId ]: The unique identifier of plannerTask + [ResourceSpecificPermissionGrantId ]: The unique identifier of resourceSpecificPermissionGrant + [SchedulingGroupId ]: The unique identifier of schedulingGroup + [SharedWithChannelTeamInfoId ]: The unique identifier of sharedWithChannelTeamInfo + [ShiftId ]: The unique identifier of shift + [ShiftsRoleDefinitionId ]: The unique identifier of shiftsRoleDefinition + [SwapShiftsChangeRequestId ]: The unique identifier of swapShiftsChangeRequest + [TeamId ]: The unique identifier of team + [TeamTemplateDefinitionId ]: The unique identifier of teamTemplateDefinition + [TeamTemplateId ]: The unique identifier of teamTemplate + [TeamsAppDashboardCardDefinitionId ]: The unique identifier of teamsAppDashboardCardDefinition + [TeamsAppDefinitionId ]: The unique identifier of teamsAppDefinition + [TeamsAppId ]: The unique identifier of teamsApp + [TeamsAppInstallationId ]: The unique identifier of teamsAppInstallation + [TeamsAsyncOperationId ]: The unique identifier of teamsAsyncOperation + [TeamsTabId ]: The unique identifier of teamsTab + [TeamworkDeviceId ]: The unique identifier of teamworkDevice + [TeamworkDeviceOperationId ]: The unique identifier of teamworkDeviceOperation + [TeamworkTagId ]: The unique identifier of teamworkTag + [TeamworkTagMemberId ]: The unique identifier of teamworkTagMember + [TimeCardId ]: The unique identifier of timeCard + [TimeOffId ]: The unique identifier of timeOff + [TimeOffReasonId ]: The unique identifier of timeOffReason + [TimeOffRequestId ]: The unique identifier of timeOffRequest + [UserId ]: The unique identifier of user + [UserPrincipalName ]: Alternate key of user + [UserScopeTeamsAppInstallationId ]: The unique identifier of userScopeTeamsAppInstallation + [WorkforceIntegrationId ]: The unique identifier of workforceIntegration + + +## RELATED LINKS + +- [Start-MgBetaGroupTeamChannelMigration](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/start-mgbetagroupteamchannelmigration) +- [Graph API Reference](https://learn.microsoft.com/graph/api/channel-startmigration?view=graph-rest-beta) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Start-MgBetaGroupTeamPrimaryChannelMigration.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Start-MgBetaGroupTeamPrimaryChannelMigration.md new file mode 100644 index 0000000000000..073077545d441 --- /dev/null +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Start-MgBetaGroupTeamPrimaryChannelMigration.md @@ -0,0 +1,569 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.Beta.Teams-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/start-mgbetagroupteamprimarychannelmigration +Locale: en-US +Module Name: Microsoft.Graph.Beta.Teams +ms.date: 07/10/2026 +PlatyPS schema version: 2024-05-01 +title: Start-MgBetaGroupTeamPrimaryChannelMigration +--- + +# Start-MgBetaGroupTeamPrimaryChannelMigration + +## SYNOPSIS + +Start the migration of external messages by enabling migration mode in an existing channel. +Import operations were limited to newly created standard channels that were in an empty state. +For more information, see Import third-party platform messages to Teams using Microsoft Graph. +Users are also allowed to define a minimum timestamp for content to be migrated, allowing them to import messages from the past. +The provided timestamp must be older than the current createdDateTime for a channel. +The provided timestamp is used to replace the existing createdDateTime of the channel. +This API supportes the following channel types. + +> [!NOTE] +> To view the v1.0 release of this cmdlet, view [Start-MgGroupTeamPrimaryChannelMigration](/powershell/module/Microsoft.Graph.Teams/Start-MgGroupTeamPrimaryChannelMigration?view=graph-powershell-1.0) + +## SYNTAX + +### StartExpanded (Default) + +``` +Start-MgBetaGroupTeamPrimaryChannelMigration -GroupId [-ResponseHeadersVariable ] + [-AdditionalProperties ] [-ConversationCreationDateTime ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +### Start + +``` +Start-MgBetaGroupTeamPrimaryChannelMigration -GroupId + -BodyParameter + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +### StartViaIdentityExpanded + +``` +Start-MgBetaGroupTeamPrimaryChannelMigration -InputObject + [-ResponseHeadersVariable ] [-AdditionalProperties ] + [-ConversationCreationDateTime ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +### StartViaIdentity + +``` +Start-MgBetaGroupTeamPrimaryChannelMigration -InputObject + -BodyParameter + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Start the migration of external messages by enabling migration mode in an existing channel. +Import operations were limited to newly created standard channels that were in an empty state. +For more information, see Import third-party platform messages to Teams using Microsoft Graph. +Users are also allowed to define a minimum timestamp for content to be migrated, allowing them to import messages from the past. +The provided timestamp must be older than the current createdDateTime for a channel. +The provided timestamp is used to replace the existing createdDateTime of the channel. +This API supportes the following channel types. + +## PARAMETERS + +### -AdditionalProperties + +Additional Parameters + +```yaml +Type: System.Collections.Hashtable +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: StartViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: StartExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -BodyParameter + + +To construct, see NOTES section for BODYPARAMETER properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IPaths10301BtGroupsGroupIdTeamPrimarychannelMicrosoftGraphStartmigrationPostRequestbodyContentApplicationJsonSchema +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: StartViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Start + 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: '' +``` + +### -ConversationCreationDateTime + + + +```yaml +Type: System.DateTime +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: StartViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: StartExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -GroupId + +The unique identifier of group + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: StartExpanded + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Start + 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: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.ITeamsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: StartViaIdentityExpanded + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: StartViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + 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.IPaths10301BtGroupsGroupIdTeamPrimarychannelMicrosoftGraphStartmigrationPostRequestbodyContentApplicationJsonSchema + +{{ Fill in the Description }} + +### Microsoft.Graph.Beta.PowerShell.Models.ITeamsIdentity + +{{ 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. + +BODYPARAMETER ``: . + [(Any) ]: This indicates any property can be added to this object. + [ConversationCreationDateTime ]: + +INPUTOBJECT ``: Identity Parameter + [AssociatedTeamInfoId ]: The unique identifier of associatedTeamInfo + [ChannelId ]: The unique identifier of channel + [ChatId ]: The unique identifier of chat + [ChatMessageHostedContentId ]: The unique identifier of chatMessageHostedContent + [ChatMessageId ]: The unique identifier of chatMessage + [ChatMessageId1 ]: The unique identifier of chatMessage + [ConversationMemberId ]: The unique identifier of conversationMember + [DayNoteId ]: The unique identifier of dayNote + [DeletedChatId ]: The unique identifier of deletedChat + [DeletedTeamId ]: The unique identifier of deletedTeam + [GroupId ]: The unique identifier of group + [OfferShiftRequestId ]: The unique identifier of offerShiftRequest + [OpenShiftChangeRequestId ]: The unique identifier of openShiftChangeRequest + [OpenShiftId ]: The unique identifier of openShift + [PinnedChatMessageInfoId ]: The unique identifier of pinnedChatMessageInfo + [PlannerBucketId ]: The unique identifier of plannerBucket + [PlannerPlanId ]: The unique identifier of plannerPlan + [PlannerTaskId ]: The unique identifier of plannerTask + [ResourceSpecificPermissionGrantId ]: The unique identifier of resourceSpecificPermissionGrant + [SchedulingGroupId ]: The unique identifier of schedulingGroup + [SharedWithChannelTeamInfoId ]: The unique identifier of sharedWithChannelTeamInfo + [ShiftId ]: The unique identifier of shift + [ShiftsRoleDefinitionId ]: The unique identifier of shiftsRoleDefinition + [SwapShiftsChangeRequestId ]: The unique identifier of swapShiftsChangeRequest + [TeamId ]: The unique identifier of team + [TeamTemplateDefinitionId ]: The unique identifier of teamTemplateDefinition + [TeamTemplateId ]: The unique identifier of teamTemplate + [TeamsAppDashboardCardDefinitionId ]: The unique identifier of teamsAppDashboardCardDefinition + [TeamsAppDefinitionId ]: The unique identifier of teamsAppDefinition + [TeamsAppId ]: The unique identifier of teamsApp + [TeamsAppInstallationId ]: The unique identifier of teamsAppInstallation + [TeamsAsyncOperationId ]: The unique identifier of teamsAsyncOperation + [TeamsTabId ]: The unique identifier of teamsTab + [TeamworkDeviceId ]: The unique identifier of teamworkDevice + [TeamworkDeviceOperationId ]: The unique identifier of teamworkDeviceOperation + [TeamworkTagId ]: The unique identifier of teamworkTag + [TeamworkTagMemberId ]: The unique identifier of teamworkTagMember + [TimeCardId ]: The unique identifier of timeCard + [TimeOffId ]: The unique identifier of timeOff + [TimeOffReasonId ]: The unique identifier of timeOffReason + [TimeOffRequestId ]: The unique identifier of timeOffRequest + [UserId ]: The unique identifier of user + [UserPrincipalName ]: Alternate key of user + [UserScopeTeamsAppInstallationId ]: The unique identifier of userScopeTeamsAppInstallation + [WorkforceIntegrationId ]: The unique identifier of workforceIntegration + + +## RELATED LINKS + +- [Start-MgBetaGroupTeamPrimaryChannelMigration](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/start-mgbetagroupteamprimarychannelmigration) +- [Graph API Reference](https://learn.microsoft.com/graph/api/channel-startmigration?view=graph-rest-beta) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Start-MgBetaGroupTeamScheduleTimeCardBreak.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Start-MgBetaGroupTeamScheduleTimeCardBreak.md index 1fdbb97be33fd..21e16e3653974 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Start-MgBetaGroupTeamScheduleTimeCardBreak.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Start-MgBetaGroupTeamScheduleTimeCardBreak.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/start-mgbetagroupteamscheduletimecardbreak Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Start-MgBetaGroupTeamScheduleTimeCardBreak --- @@ -28,7 +28,6 @@ Start-MgBetaGroupTeamScheduleTimeCardBreak -GroupId -TimeCardId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Start @@ -39,7 +38,6 @@ Start-MgBetaGroupTeamScheduleTimeCardBreak -GroupId -TimeCardId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### StartViaIdentityExpanded @@ -50,7 +48,6 @@ Start-MgBetaGroupTeamScheduleTimeCardBreak -InputObject [-IsAtApprovedLocation] [-Notes ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### StartViaIdentity @@ -61,7 +58,6 @@ Start-MgBetaGroupTeamScheduleTimeCardBreak -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Start-MgBetaTeamChannelMigration.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Start-MgBetaTeamChannelMigration.md new file mode 100644 index 0000000000000..53a2bea5b820e --- /dev/null +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Start-MgBetaTeamChannelMigration.md @@ -0,0 +1,619 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.Beta.Teams-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/start-mgbetateamchannelmigration +Locale: en-US +Module Name: Microsoft.Graph.Beta.Teams +ms.date: 07/10/2026 +PlatyPS schema version: 2024-05-01 +title: Start-MgBetaTeamChannelMigration +--- + +# Start-MgBetaTeamChannelMigration + +## SYNOPSIS + +Start the migration of external messages by enabling migration mode in an existing channel. +Import operations were limited to newly created standard channels that were in an empty state. +For more information, see Import third-party platform messages to Teams using Microsoft Graph. +Users are also allowed to define a minimum timestamp for content to be migrated, allowing them to import messages from the past. +The provided timestamp must be older than the current createdDateTime for a channel. +The provided timestamp is used to replace the existing createdDateTime of the channel. +This API supportes the following channel types. + +> [!NOTE] +> To view the v1.0 release of this cmdlet, view [Start-MgTeamChannelMigration](/powershell/module/Microsoft.Graph.Teams/Start-MgTeamChannelMigration?view=graph-powershell-1.0) + +## SYNTAX + +### StartExpanded (Default) + +``` +Start-MgBetaTeamChannelMigration -ChannelId -TeamId + [-ResponseHeadersVariable ] [-AdditionalProperties ] + [-ConversationCreationDateTime ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +### Start + +``` +Start-MgBetaTeamChannelMigration -ChannelId -TeamId + -BodyParameter + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +### StartViaIdentityExpanded + +``` +Start-MgBetaTeamChannelMigration -InputObject [-ResponseHeadersVariable ] + [-AdditionalProperties ] [-ConversationCreationDateTime ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +### StartViaIdentity + +``` +Start-MgBetaTeamChannelMigration -InputObject + -BodyParameter + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Start the migration of external messages by enabling migration mode in an existing channel. +Import operations were limited to newly created standard channels that were in an empty state. +For more information, see Import third-party platform messages to Teams using Microsoft Graph. +Users are also allowed to define a minimum timestamp for content to be migrated, allowing them to import messages from the past. +The provided timestamp must be older than the current createdDateTime for a channel. +The provided timestamp is used to replace the existing createdDateTime of the channel. +This API supportes the following channel types. + +## EXAMPLES +### Example 1: Start the migration on an existing channel with a specific timestamp + +```powershell + +Import-Module Microsoft.Graph.Beta.Teams + +Start-MgBetaTeamChannelMigration -TeamId $teamId -ChannelId $channelId + +``` +This example will start the migration on an existing channel with a specific timestamp + +### Example 2: Start the migration when a channel is already in migration mode + +```powershell + +Import-Module Microsoft.Graph.Beta.Teams + +Start-MgBetaTeamChannelMigration -TeamId $teamId -ChannelId $channelId + +``` +This example will start the migration when a channel is already in migration mode + + +## PARAMETERS + +### -AdditionalProperties + +Additional Parameters + +```yaml +Type: System.Collections.Hashtable +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: StartViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: StartExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -BodyParameter + + +To construct, see NOTES section for BODYPARAMETER properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IPaths1WttybcTeamsTeamIdChannelsChannelIdMicrosoftGraphStartmigrationPostRequestbodyContentApplicationJsonSchema +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: StartViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Start + 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: '' +``` + +### -ChannelId + +The unique identifier of channel + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: StartExpanded + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Start + Position: Named + IsRequired: true + 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: '' +``` + +### -ConversationCreationDateTime + + + +```yaml +Type: System.DateTime +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: StartViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: StartExpanded + 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.ITeamsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: StartViaIdentityExpanded + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: StartViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + 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: '' +``` + +### -TeamId + +The unique identifier of team + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: StartExpanded + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Start + Position: Named + IsRequired: true + 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.IPaths1WttybcTeamsTeamIdChannelsChannelIdMicrosoftGraphStartmigrationPostRequestbodyContentApplicationJsonSchema + +{{ Fill in the Description }} + +### Microsoft.Graph.Beta.PowerShell.Models.ITeamsIdentity + +{{ 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. + +BODYPARAMETER ``: . + [(Any) ]: This indicates any property can be added to this object. + [ConversationCreationDateTime ]: + +INPUTOBJECT ``: Identity Parameter + [AssociatedTeamInfoId ]: The unique identifier of associatedTeamInfo + [ChannelId ]: The unique identifier of channel + [ChatId ]: The unique identifier of chat + [ChatMessageHostedContentId ]: The unique identifier of chatMessageHostedContent + [ChatMessageId ]: The unique identifier of chatMessage + [ChatMessageId1 ]: The unique identifier of chatMessage + [ConversationMemberId ]: The unique identifier of conversationMember + [DayNoteId ]: The unique identifier of dayNote + [DeletedChatId ]: The unique identifier of deletedChat + [DeletedTeamId ]: The unique identifier of deletedTeam + [GroupId ]: The unique identifier of group + [OfferShiftRequestId ]: The unique identifier of offerShiftRequest + [OpenShiftChangeRequestId ]: The unique identifier of openShiftChangeRequest + [OpenShiftId ]: The unique identifier of openShift + [PinnedChatMessageInfoId ]: The unique identifier of pinnedChatMessageInfo + [PlannerBucketId ]: The unique identifier of plannerBucket + [PlannerPlanId ]: The unique identifier of plannerPlan + [PlannerTaskId ]: The unique identifier of plannerTask + [ResourceSpecificPermissionGrantId ]: The unique identifier of resourceSpecificPermissionGrant + [SchedulingGroupId ]: The unique identifier of schedulingGroup + [SharedWithChannelTeamInfoId ]: The unique identifier of sharedWithChannelTeamInfo + [ShiftId ]: The unique identifier of shift + [ShiftsRoleDefinitionId ]: The unique identifier of shiftsRoleDefinition + [SwapShiftsChangeRequestId ]: The unique identifier of swapShiftsChangeRequest + [TeamId ]: The unique identifier of team + [TeamTemplateDefinitionId ]: The unique identifier of teamTemplateDefinition + [TeamTemplateId ]: The unique identifier of teamTemplate + [TeamsAppDashboardCardDefinitionId ]: The unique identifier of teamsAppDashboardCardDefinition + [TeamsAppDefinitionId ]: The unique identifier of teamsAppDefinition + [TeamsAppId ]: The unique identifier of teamsApp + [TeamsAppInstallationId ]: The unique identifier of teamsAppInstallation + [TeamsAsyncOperationId ]: The unique identifier of teamsAsyncOperation + [TeamsTabId ]: The unique identifier of teamsTab + [TeamworkDeviceId ]: The unique identifier of teamworkDevice + [TeamworkDeviceOperationId ]: The unique identifier of teamworkDeviceOperation + [TeamworkTagId ]: The unique identifier of teamworkTag + [TeamworkTagMemberId ]: The unique identifier of teamworkTagMember + [TimeCardId ]: The unique identifier of timeCard + [TimeOffId ]: The unique identifier of timeOff + [TimeOffReasonId ]: The unique identifier of timeOffReason + [TimeOffRequestId ]: The unique identifier of timeOffRequest + [UserId ]: The unique identifier of user + [UserPrincipalName ]: Alternate key of user + [UserScopeTeamsAppInstallationId ]: The unique identifier of userScopeTeamsAppInstallation + [WorkforceIntegrationId ]: The unique identifier of workforceIntegration + + +## RELATED LINKS + +- [Start-MgBetaTeamChannelMigration](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/start-mgbetateamchannelmigration) +- [Graph API Reference](https://learn.microsoft.com/graph/api/channel-startmigration?view=graph-rest-beta) + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Start-MgBetaTeamPrimaryChannelMigration.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Start-MgBetaTeamPrimaryChannelMigration.md new file mode 100644 index 0000000000000..f85e7066c293a --- /dev/null +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Start-MgBetaTeamPrimaryChannelMigration.md @@ -0,0 +1,569 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.Beta.Teams-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/start-mgbetateamprimarychannelmigration +Locale: en-US +Module Name: Microsoft.Graph.Beta.Teams +ms.date: 07/10/2026 +PlatyPS schema version: 2024-05-01 +title: Start-MgBetaTeamPrimaryChannelMigration +--- + +# Start-MgBetaTeamPrimaryChannelMigration + +## SYNOPSIS + +Start the migration of external messages by enabling migration mode in an existing channel. +Import operations were limited to newly created standard channels that were in an empty state. +For more information, see Import third-party platform messages to Teams using Microsoft Graph. +Users are also allowed to define a minimum timestamp for content to be migrated, allowing them to import messages from the past. +The provided timestamp must be older than the current createdDateTime for a channel. +The provided timestamp is used to replace the existing createdDateTime of the channel. +This API supportes the following channel types. + +> [!NOTE] +> To view the v1.0 release of this cmdlet, view [Start-MgTeamPrimaryChannelMigration](/powershell/module/Microsoft.Graph.Teams/Start-MgTeamPrimaryChannelMigration?view=graph-powershell-1.0) + +## SYNTAX + +### StartExpanded (Default) + +``` +Start-MgBetaTeamPrimaryChannelMigration -TeamId [-ResponseHeadersVariable ] + [-AdditionalProperties ] [-ConversationCreationDateTime ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +### Start + +``` +Start-MgBetaTeamPrimaryChannelMigration -TeamId + -BodyParameter + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +### StartViaIdentityExpanded + +``` +Start-MgBetaTeamPrimaryChannelMigration -InputObject + [-ResponseHeadersVariable ] [-AdditionalProperties ] + [-ConversationCreationDateTime ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +### StartViaIdentity + +``` +Start-MgBetaTeamPrimaryChannelMigration -InputObject + -BodyParameter + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Start the migration of external messages by enabling migration mode in an existing channel. +Import operations were limited to newly created standard channels that were in an empty state. +For more information, see Import third-party platform messages to Teams using Microsoft Graph. +Users are also allowed to define a minimum timestamp for content to be migrated, allowing them to import messages from the past. +The provided timestamp must be older than the current createdDateTime for a channel. +The provided timestamp is used to replace the existing createdDateTime of the channel. +This API supportes the following channel types. + +## PARAMETERS + +### -AdditionalProperties + +Additional Parameters + +```yaml +Type: System.Collections.Hashtable +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: StartViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: StartExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -BodyParameter + + +To construct, see NOTES section for BODYPARAMETER properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IPaths31U9TxTeamsTeamIdPrimarychannelMicrosoftGraphStartmigrationPostRequestbodyContentApplicationJsonSchema +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: StartViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Start + 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: '' +``` + +### -ConversationCreationDateTime + + + +```yaml +Type: System.DateTime +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: StartViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: StartExpanded + 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.ITeamsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: StartViaIdentityExpanded + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: StartViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + 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: '' +``` + +### -TeamId + +The unique identifier of team + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: StartExpanded + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Start + Position: Named + IsRequired: true + 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.IPaths31U9TxTeamsTeamIdPrimarychannelMicrosoftGraphStartmigrationPostRequestbodyContentApplicationJsonSchema + +{{ Fill in the Description }} + +### Microsoft.Graph.Beta.PowerShell.Models.ITeamsIdentity + +{{ 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. + +BODYPARAMETER ``: . + [(Any) ]: This indicates any property can be added to this object. + [ConversationCreationDateTime ]: + +INPUTOBJECT ``: Identity Parameter + [AssociatedTeamInfoId ]: The unique identifier of associatedTeamInfo + [ChannelId ]: The unique identifier of channel + [ChatId ]: The unique identifier of chat + [ChatMessageHostedContentId ]: The unique identifier of chatMessageHostedContent + [ChatMessageId ]: The unique identifier of chatMessage + [ChatMessageId1 ]: The unique identifier of chatMessage + [ConversationMemberId ]: The unique identifier of conversationMember + [DayNoteId ]: The unique identifier of dayNote + [DeletedChatId ]: The unique identifier of deletedChat + [DeletedTeamId ]: The unique identifier of deletedTeam + [GroupId ]: The unique identifier of group + [OfferShiftRequestId ]: The unique identifier of offerShiftRequest + [OpenShiftChangeRequestId ]: The unique identifier of openShiftChangeRequest + [OpenShiftId ]: The unique identifier of openShift + [PinnedChatMessageInfoId ]: The unique identifier of pinnedChatMessageInfo + [PlannerBucketId ]: The unique identifier of plannerBucket + [PlannerPlanId ]: The unique identifier of plannerPlan + [PlannerTaskId ]: The unique identifier of plannerTask + [ResourceSpecificPermissionGrantId ]: The unique identifier of resourceSpecificPermissionGrant + [SchedulingGroupId ]: The unique identifier of schedulingGroup + [SharedWithChannelTeamInfoId ]: The unique identifier of sharedWithChannelTeamInfo + [ShiftId ]: The unique identifier of shift + [ShiftsRoleDefinitionId ]: The unique identifier of shiftsRoleDefinition + [SwapShiftsChangeRequestId ]: The unique identifier of swapShiftsChangeRequest + [TeamId ]: The unique identifier of team + [TeamTemplateDefinitionId ]: The unique identifier of teamTemplateDefinition + [TeamTemplateId ]: The unique identifier of teamTemplate + [TeamsAppDashboardCardDefinitionId ]: The unique identifier of teamsAppDashboardCardDefinition + [TeamsAppDefinitionId ]: The unique identifier of teamsAppDefinition + [TeamsAppId ]: The unique identifier of teamsApp + [TeamsAppInstallationId ]: The unique identifier of teamsAppInstallation + [TeamsAsyncOperationId ]: The unique identifier of teamsAsyncOperation + [TeamsTabId ]: The unique identifier of teamsTab + [TeamworkDeviceId ]: The unique identifier of teamworkDevice + [TeamworkDeviceOperationId ]: The unique identifier of teamworkDeviceOperation + [TeamworkTagId ]: The unique identifier of teamworkTag + [TeamworkTagMemberId ]: The unique identifier of teamworkTagMember + [TimeCardId ]: The unique identifier of timeCard + [TimeOffId ]: The unique identifier of timeOff + [TimeOffReasonId ]: The unique identifier of timeOffReason + [TimeOffRequestId ]: The unique identifier of timeOffRequest + [UserId ]: The unique identifier of user + [UserPrincipalName ]: Alternate key of user + [UserScopeTeamsAppInstallationId ]: The unique identifier of userScopeTeamsAppInstallation + [WorkforceIntegrationId ]: The unique identifier of workforceIntegration + + +## RELATED LINKS + +- [Start-MgBetaTeamPrimaryChannelMigration](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/start-mgbetateamprimarychannelmigration) +- [Graph API Reference](https://learn.microsoft.com/graph/api/channel-startmigration?view=graph-rest-beta) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Start-MgBetaTeamScheduleTimeCardBreak.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Start-MgBetaTeamScheduleTimeCardBreak.md index 83f421f7ff841..efaccc4136218 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Start-MgBetaTeamScheduleTimeCardBreak.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Start-MgBetaTeamScheduleTimeCardBreak.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/start-mgbetateamscheduletimecardbreak Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Start-MgBetaTeamScheduleTimeCardBreak --- @@ -28,7 +28,6 @@ Start-MgBetaTeamScheduleTimeCardBreak -TeamId -TimeCardId [-IsAtApprovedLocation] [-Notes ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Start @@ -39,7 +38,6 @@ Start-MgBetaTeamScheduleTimeCardBreak -TeamId -TimeCardId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### StartViaIdentityExpanded @@ -50,7 +48,6 @@ Start-MgBetaTeamScheduleTimeCardBreak -InputObject [-IsAtApprovedLocation] [-Notes ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### StartViaIdentity @@ -61,7 +58,6 @@ Start-MgBetaTeamScheduleTimeCardBreak -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Start-MgBetaTeamworkDeletedTeamChannelMigration.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Start-MgBetaTeamworkDeletedTeamChannelMigration.md new file mode 100644 index 0000000000000..6b180d751278e --- /dev/null +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Start-MgBetaTeamworkDeletedTeamChannelMigration.md @@ -0,0 +1,596 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.Beta.Teams-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/start-mgbetateamworkdeletedteamchannelmigration +Locale: en-US +Module Name: Microsoft.Graph.Beta.Teams +ms.date: 07/10/2026 +PlatyPS schema version: 2024-05-01 +title: Start-MgBetaTeamworkDeletedTeamChannelMigration +--- + +# Start-MgBetaTeamworkDeletedTeamChannelMigration + +## SYNOPSIS + +Start the migration of external messages by enabling migration mode in an existing channel. +Import operations were limited to newly created standard channels that were in an empty state. +For more information, see Import third-party platform messages to Teams using Microsoft Graph. +Users are also allowed to define a minimum timestamp for content to be migrated, allowing them to import messages from the past. +The provided timestamp must be older than the current createdDateTime for a channel. +The provided timestamp is used to replace the existing createdDateTime of the channel. +This API supportes the following channel types. + +> [!NOTE] +> To view the v1.0 release of this cmdlet, view [Start-MgTeamworkDeletedTeamChannelMigration](/powershell/module/Microsoft.Graph.Teams/Start-MgTeamworkDeletedTeamChannelMigration?view=graph-powershell-1.0) + +## SYNTAX + +### StartExpanded (Default) + +``` +Start-MgBetaTeamworkDeletedTeamChannelMigration -ChannelId -DeletedTeamId + [-ResponseHeadersVariable ] [-AdditionalProperties ] + [-ConversationCreationDateTime ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +### Start + +``` +Start-MgBetaTeamworkDeletedTeamChannelMigration -ChannelId -DeletedTeamId + -BodyParameter + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +### StartViaIdentityExpanded + +``` +Start-MgBetaTeamworkDeletedTeamChannelMigration -InputObject + [-ResponseHeadersVariable ] [-AdditionalProperties ] + [-ConversationCreationDateTime ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +### StartViaIdentity + +``` +Start-MgBetaTeamworkDeletedTeamChannelMigration -InputObject + -BodyParameter + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Start the migration of external messages by enabling migration mode in an existing channel. +Import operations were limited to newly created standard channels that were in an empty state. +For more information, see Import third-party platform messages to Teams using Microsoft Graph. +Users are also allowed to define a minimum timestamp for content to be migrated, allowing them to import messages from the past. +The provided timestamp must be older than the current createdDateTime for a channel. +The provided timestamp is used to replace the existing createdDateTime of the channel. +This API supportes the following channel types. + +## PARAMETERS + +### -AdditionalProperties + +Additional Parameters + +```yaml +Type: System.Collections.Hashtable +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: StartViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: StartExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -BodyParameter + + +To construct, see NOTES section for BODYPARAMETER properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IPaths1Jk5B0XTeamworkDeletedteamsDeletedteamIdChannelsChannelIdMicrosoftGraphStartmigrationPostRequestbodyContentApplicationJsonSchema +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: StartViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Start + 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: '' +``` + +### -ChannelId + +The unique identifier of channel + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: StartExpanded + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Start + Position: Named + IsRequired: true + 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: '' +``` + +### -ConversationCreationDateTime + + + +```yaml +Type: System.DateTime +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: StartViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: StartExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -DeletedTeamId + +The unique identifier of deletedTeam + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: StartExpanded + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Start + 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: '' +``` + +### -InputObject + +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.ITeamsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: StartViaIdentityExpanded + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: StartViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + 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.IPaths1Jk5B0XTeamworkDeletedteamsDeletedteamIdChannelsChannelIdMicrosoftGraphStartmigrationPostRequestbodyContentApplicationJsonSchema + +{{ Fill in the Description }} + +### Microsoft.Graph.Beta.PowerShell.Models.ITeamsIdentity + +{{ 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. + +BODYPARAMETER ``: . + [(Any) ]: This indicates any property can be added to this object. + [ConversationCreationDateTime ]: + +INPUTOBJECT ``: Identity Parameter + [AssociatedTeamInfoId ]: The unique identifier of associatedTeamInfo + [ChannelId ]: The unique identifier of channel + [ChatId ]: The unique identifier of chat + [ChatMessageHostedContentId ]: The unique identifier of chatMessageHostedContent + [ChatMessageId ]: The unique identifier of chatMessage + [ChatMessageId1 ]: The unique identifier of chatMessage + [ConversationMemberId ]: The unique identifier of conversationMember + [DayNoteId ]: The unique identifier of dayNote + [DeletedChatId ]: The unique identifier of deletedChat + [DeletedTeamId ]: The unique identifier of deletedTeam + [GroupId ]: The unique identifier of group + [OfferShiftRequestId ]: The unique identifier of offerShiftRequest + [OpenShiftChangeRequestId ]: The unique identifier of openShiftChangeRequest + [OpenShiftId ]: The unique identifier of openShift + [PinnedChatMessageInfoId ]: The unique identifier of pinnedChatMessageInfo + [PlannerBucketId ]: The unique identifier of plannerBucket + [PlannerPlanId ]: The unique identifier of plannerPlan + [PlannerTaskId ]: The unique identifier of plannerTask + [ResourceSpecificPermissionGrantId ]: The unique identifier of resourceSpecificPermissionGrant + [SchedulingGroupId ]: The unique identifier of schedulingGroup + [SharedWithChannelTeamInfoId ]: The unique identifier of sharedWithChannelTeamInfo + [ShiftId ]: The unique identifier of shift + [ShiftsRoleDefinitionId ]: The unique identifier of shiftsRoleDefinition + [SwapShiftsChangeRequestId ]: The unique identifier of swapShiftsChangeRequest + [TeamId ]: The unique identifier of team + [TeamTemplateDefinitionId ]: The unique identifier of teamTemplateDefinition + [TeamTemplateId ]: The unique identifier of teamTemplate + [TeamsAppDashboardCardDefinitionId ]: The unique identifier of teamsAppDashboardCardDefinition + [TeamsAppDefinitionId ]: The unique identifier of teamsAppDefinition + [TeamsAppId ]: The unique identifier of teamsApp + [TeamsAppInstallationId ]: The unique identifier of teamsAppInstallation + [TeamsAsyncOperationId ]: The unique identifier of teamsAsyncOperation + [TeamsTabId ]: The unique identifier of teamsTab + [TeamworkDeviceId ]: The unique identifier of teamworkDevice + [TeamworkDeviceOperationId ]: The unique identifier of teamworkDeviceOperation + [TeamworkTagId ]: The unique identifier of teamworkTag + [TeamworkTagMemberId ]: The unique identifier of teamworkTagMember + [TimeCardId ]: The unique identifier of timeCard + [TimeOffId ]: The unique identifier of timeOff + [TimeOffReasonId ]: The unique identifier of timeOffReason + [TimeOffRequestId ]: The unique identifier of timeOffRequest + [UserId ]: The unique identifier of user + [UserPrincipalName ]: Alternate key of user + [UserScopeTeamsAppInstallationId ]: The unique identifier of userScopeTeamsAppInstallation + [WorkforceIntegrationId ]: The unique identifier of workforceIntegration + + +## RELATED LINKS + +- [Start-MgBetaTeamworkDeletedTeamChannelMigration](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/start-mgbetateamworkdeletedteamchannelmigration) +- [Graph API Reference](https://learn.microsoft.com/graph/api/channel-startmigration?view=graph-rest-beta) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Start-MgBetaTeamworkDeviceDiagnostic.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Start-MgBetaTeamworkDeviceDiagnostic.md index 8e06aa0829c3b..07c2be6714796 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Start-MgBetaTeamworkDeviceDiagnostic.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Start-MgBetaTeamworkDeviceDiagnostic.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/start-mgbetateamworkdevicediagnostic Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Start-MgBetaTeamworkDeviceDiagnostic --- @@ -25,7 +25,6 @@ Start-MgBetaTeamworkDeviceDiagnostic -TeamworkDeviceId [-ResponseHeader [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### RunViaIdentity @@ -35,7 +34,6 @@ Start-MgBetaTeamworkDeviceDiagnostic -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Start-MgBetaUserChatMigration.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Start-MgBetaUserChatMigration.md new file mode 100644 index 0000000000000..ef67cc7312146 --- /dev/null +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Start-MgBetaUserChatMigration.md @@ -0,0 +1,596 @@ +--- +document type: cmdlet +external help file: Microsoft.Graph.Beta.Teams-Help.xml +HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/start-mgbetauserchatmigration +Locale: en-US +Module Name: Microsoft.Graph.Beta.Teams +ms.date: 07/10/2026 +PlatyPS schema version: 2024-05-01 +title: Start-MgBetaUserChatMigration +--- + +# Start-MgBetaUserChatMigration + +## SYNOPSIS + +Start the migration of external messages by enabling migration mode in an existing chat. +Import operations were limited to newly created standard channels that were in an empty state. +For more information, see Import third-party platform messages to Teams using Microsoft Graph. +You can define a minimum timestamp for content migration that enables the import of messages from the past. +The specified timestamp must be earlier than the current createdDateTime of the chat. +Imported content is always limited by the createdDateTime of the target thread. +An optional createdDateTime property in the payload allows you to update this value, but with strict rules: This API supportes the following channel types. + +> [!NOTE] +> To view the v1.0 release of this cmdlet, view [Start-MgUserChatMigration](/powershell/module/Microsoft.Graph.Teams/Start-MgUserChatMigration?view=graph-powershell-1.0) + +## SYNTAX + +### StartExpanded (Default) + +``` +Start-MgBetaUserChatMigration -ChatId -UserId [-ResponseHeadersVariable ] + [-AdditionalProperties ] [-ConversationCreationDateTime ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +### Start + +``` +Start-MgBetaUserChatMigration -ChatId -UserId + -BodyParameter + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +### StartViaIdentityExpanded + +``` +Start-MgBetaUserChatMigration -InputObject [-ResponseHeadersVariable ] + [-AdditionalProperties ] [-ConversationCreationDateTime ] [-Break] + [-Headers ] [-HttpPipelineAppend ] + [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +### StartViaIdentity + +``` +Start-MgBetaUserChatMigration -InputObject + -BodyParameter + [-ResponseHeadersVariable ] [-Break] [-Headers ] + [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] +``` + +## ALIASES + +This cmdlet has the following aliases, + {{Insert list of aliases}} + +## DESCRIPTION + +Start the migration of external messages by enabling migration mode in an existing chat. +Import operations were limited to newly created standard channels that were in an empty state. +For more information, see Import third-party platform messages to Teams using Microsoft Graph. +You can define a minimum timestamp for content migration that enables the import of messages from the past. +The specified timestamp must be earlier than the current createdDateTime of the chat. +Imported content is always limited by the createdDateTime of the target thread. +An optional createdDateTime property in the payload allows you to update this value, but with strict rules: This API supportes the following channel types. + +## PARAMETERS + +### -AdditionalProperties + +Additional Parameters + +```yaml +Type: System.Collections.Hashtable +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: StartViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: StartExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +DontShow: false +AcceptedValues: [] +HelpMessage: '' +``` + +### -BodyParameter + + +To construct, see NOTES section for BODYPARAMETER properties and create a hash table. + +```yaml +Type: Microsoft.Graph.Beta.PowerShell.Models.IPathsY7IyskUsersUserIdChatsChatIdMicrosoftGraphStartmigrationPostRequestbodyContentApplicationJsonSchema +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: StartViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Start + 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: '' +``` + +### -ChatId + +The unique identifier of chat + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: StartExpanded + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Start + Position: Named + IsRequired: true + 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: '' +``` + +### -ConversationCreationDateTime + + + +```yaml +Type: System.DateTime +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: StartViaIdentityExpanded + Position: Named + IsRequired: false + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: StartExpanded + 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.ITeamsIdentity +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: StartViaIdentityExpanded + Position: Named + IsRequired: true + ValueFromPipeline: true + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: StartViaIdentity + Position: Named + IsRequired: true + ValueFromPipeline: true + 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: '' +``` + +### -UserId + +The unique identifier of user + +```yaml +Type: System.String +DefaultValue: '' +SupportsWildcards: false +Aliases: [] +ParameterSets: +- Name: StartExpanded + Position: Named + IsRequired: true + ValueFromPipeline: false + ValueFromPipelineByPropertyName: false + ValueFromRemainingArguments: false +- Name: Start + Position: Named + IsRequired: true + 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.IPathsY7IyskUsersUserIdChatsChatIdMicrosoftGraphStartmigrationPostRequestbodyContentApplicationJsonSchema + +{{ Fill in the Description }} + +### Microsoft.Graph.Beta.PowerShell.Models.ITeamsIdentity + +{{ 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. + +BODYPARAMETER ``: . + [(Any) ]: This indicates any property can be added to this object. + [ConversationCreationDateTime ]: + +INPUTOBJECT ``: Identity Parameter + [AssociatedTeamInfoId ]: The unique identifier of associatedTeamInfo + [ChannelId ]: The unique identifier of channel + [ChatId ]: The unique identifier of chat + [ChatMessageHostedContentId ]: The unique identifier of chatMessageHostedContent + [ChatMessageId ]: The unique identifier of chatMessage + [ChatMessageId1 ]: The unique identifier of chatMessage + [ConversationMemberId ]: The unique identifier of conversationMember + [DayNoteId ]: The unique identifier of dayNote + [DeletedChatId ]: The unique identifier of deletedChat + [DeletedTeamId ]: The unique identifier of deletedTeam + [GroupId ]: The unique identifier of group + [OfferShiftRequestId ]: The unique identifier of offerShiftRequest + [OpenShiftChangeRequestId ]: The unique identifier of openShiftChangeRequest + [OpenShiftId ]: The unique identifier of openShift + [PinnedChatMessageInfoId ]: The unique identifier of pinnedChatMessageInfo + [PlannerBucketId ]: The unique identifier of plannerBucket + [PlannerPlanId ]: The unique identifier of plannerPlan + [PlannerTaskId ]: The unique identifier of plannerTask + [ResourceSpecificPermissionGrantId ]: The unique identifier of resourceSpecificPermissionGrant + [SchedulingGroupId ]: The unique identifier of schedulingGroup + [SharedWithChannelTeamInfoId ]: The unique identifier of sharedWithChannelTeamInfo + [ShiftId ]: The unique identifier of shift + [ShiftsRoleDefinitionId ]: The unique identifier of shiftsRoleDefinition + [SwapShiftsChangeRequestId ]: The unique identifier of swapShiftsChangeRequest + [TeamId ]: The unique identifier of team + [TeamTemplateDefinitionId ]: The unique identifier of teamTemplateDefinition + [TeamTemplateId ]: The unique identifier of teamTemplate + [TeamsAppDashboardCardDefinitionId ]: The unique identifier of teamsAppDashboardCardDefinition + [TeamsAppDefinitionId ]: The unique identifier of teamsAppDefinition + [TeamsAppId ]: The unique identifier of teamsApp + [TeamsAppInstallationId ]: The unique identifier of teamsAppInstallation + [TeamsAsyncOperationId ]: The unique identifier of teamsAsyncOperation + [TeamsTabId ]: The unique identifier of teamsTab + [TeamworkDeviceId ]: The unique identifier of teamworkDevice + [TeamworkDeviceOperationId ]: The unique identifier of teamworkDeviceOperation + [TeamworkTagId ]: The unique identifier of teamworkTag + [TeamworkTagMemberId ]: The unique identifier of teamworkTagMember + [TimeCardId ]: The unique identifier of timeCard + [TimeOffId ]: The unique identifier of timeOff + [TimeOffReasonId ]: The unique identifier of timeOffReason + [TimeOffRequestId ]: The unique identifier of timeOffRequest + [UserId ]: The unique identifier of user + [UserPrincipalName ]: Alternate key of user + [UserScopeTeamsAppInstallationId ]: The unique identifier of userScopeTeamsAppInstallation + [WorkforceIntegrationId ]: The unique identifier of workforceIntegration + + +## RELATED LINKS + +- [Start-MgBetaUserChatMigration](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/start-mgbetauserchatmigration) +- [Graph API Reference](https://learn.microsoft.com/graph/api/chat-startmigration?view=graph-rest-beta) + + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Stop-MgBetaGroupTeamScheduleTimeCardBreak.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Stop-MgBetaGroupTeamScheduleTimeCardBreak.md index c27615199ec4b..90ff9bd4267c7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Stop-MgBetaGroupTeamScheduleTimeCardBreak.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Stop-MgBetaGroupTeamScheduleTimeCardBreak.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/stop-mgbetagroupteamscheduletimecardbreak Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Stop-MgBetaGroupTeamScheduleTimeCardBreak --- @@ -28,7 +28,6 @@ Stop-MgBetaGroupTeamScheduleTimeCardBreak -GroupId -TimeCardId [-IsAtApprovedLocation] [-Notes ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### End @@ -39,7 +38,6 @@ Stop-MgBetaGroupTeamScheduleTimeCardBreak -GroupId -TimeCardId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### EndViaIdentityExpanded @@ -50,7 +48,6 @@ Stop-MgBetaGroupTeamScheduleTimeCardBreak -InputObject [-IsAtApprovedLocation] [-Notes ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### EndViaIdentity @@ -61,7 +58,6 @@ Stop-MgBetaGroupTeamScheduleTimeCardBreak -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Stop-MgBetaTeamScheduleTimeCardBreak.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Stop-MgBetaTeamScheduleTimeCardBreak.md index 67722ca6ad78a..38f122db6e8d7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Stop-MgBetaTeamScheduleTimeCardBreak.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Stop-MgBetaTeamScheduleTimeCardBreak.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/stop-mgbetateamscheduletimecardbreak Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Stop-MgBetaTeamScheduleTimeCardBreak --- @@ -28,7 +28,6 @@ Stop-MgBetaTeamScheduleTimeCardBreak -TeamId -TimeCardId [-IsAtApprovedLocation] [-Notes ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### End @@ -39,7 +38,6 @@ Stop-MgBetaTeamScheduleTimeCardBreak -TeamId -TimeCardId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### EndViaIdentityExpanded @@ -50,7 +48,6 @@ Stop-MgBetaTeamScheduleTimeCardBreak -InputObject [-IsAtApprovedLocation] [-Notes ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### EndViaIdentity @@ -61,7 +58,6 @@ Stop-MgBetaTeamScheduleTimeCardBreak -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Undo-MgBetaChatMessageReplySoftDelete.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Undo-MgBetaChatMessageReplySoftDelete.md index 25ac2ffe71529..c689c7f3bcb37 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Undo-MgBetaChatMessageReplySoftDelete.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Undo-MgBetaChatMessageReplySoftDelete.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/undo-mgbetachatmessagereplysoftdelete Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Undo-MgBetaChatMessageReplySoftDelete --- @@ -27,7 +27,6 @@ Undo-MgBetaChatMessageReplySoftDelete -ChatId -ChatMessageId -ChatMessageId1 [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UndoViaIdentity @@ -37,7 +36,6 @@ Undo-MgBetaChatMessageReplySoftDelete -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Undo-MgBetaChatMessageSoftDelete.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Undo-MgBetaChatMessageSoftDelete.md index 35e258509ddfd..3d1e34c335716 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Undo-MgBetaChatMessageSoftDelete.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Undo-MgBetaChatMessageSoftDelete.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/undo-mgbetachatmessagesoftdelete Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Undo-MgBetaChatMessageSoftDelete --- @@ -27,7 +27,6 @@ Undo-MgBetaChatMessageSoftDelete -ChatId -ChatMessageId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UndoViaIdentity @@ -37,7 +36,6 @@ Undo-MgBetaChatMessageSoftDelete -InputObject [-ResponseHeaders [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Undo-MgBetaGroupTeamChannelMessageReplySoftDelete.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Undo-MgBetaGroupTeamChannelMessageReplySoftDelete.md index 38a7666c5de3e..eb5b2827d106f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Undo-MgBetaGroupTeamChannelMessageReplySoftDelete.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Undo-MgBetaGroupTeamChannelMessageReplySoftDelete.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/undo-mgbetagroupteamchannelmessagereplysoftdelete Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Undo-MgBetaGroupTeamChannelMessageReplySoftDelete --- @@ -28,7 +28,6 @@ Undo-MgBetaGroupTeamChannelMessageReplySoftDelete -ChannelId -ChatMessa [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UndoViaIdentity @@ -38,7 +37,6 @@ Undo-MgBetaGroupTeamChannelMessageReplySoftDelete -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Undo-MgBetaGroupTeamChannelMessageSoftDelete.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Undo-MgBetaGroupTeamChannelMessageSoftDelete.md index 8e99500f49dcc..e7990f5349806 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Undo-MgBetaGroupTeamChannelMessageSoftDelete.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Undo-MgBetaGroupTeamChannelMessageSoftDelete.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/undo-mgbetagroupteamchannelmessagesoftdelete Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Undo-MgBetaGroupTeamChannelMessageSoftDelete --- @@ -27,7 +27,6 @@ Undo-MgBetaGroupTeamChannelMessageSoftDelete -ChannelId -ChatMessageId -GroupId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UndoViaIdentity @@ -37,7 +36,6 @@ Undo-MgBetaGroupTeamChannelMessageSoftDelete -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Undo-MgBetaGroupTeamPrimaryChannelMessageReplySoftDelete.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Undo-MgBetaGroupTeamPrimaryChannelMessageReplySoftDelete.md index fdddfbf7f27d3..8014de816840f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Undo-MgBetaGroupTeamPrimaryChannelMessageReplySoftDelete.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Undo-MgBetaGroupTeamPrimaryChannelMessageReplySoftDelete.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/undo-mgbetagroupteamprimarychannelmessagereplysoftdelete Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Undo-MgBetaGroupTeamPrimaryChannelMessageReplySoftDelete --- @@ -28,7 +28,6 @@ Undo-MgBetaGroupTeamPrimaryChannelMessageReplySoftDelete -ChatMessageId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UndoViaIdentity @@ -38,7 +37,6 @@ Undo-MgBetaGroupTeamPrimaryChannelMessageReplySoftDelete -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Undo-MgBetaGroupTeamPrimaryChannelMessageSoftDelete.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Undo-MgBetaGroupTeamPrimaryChannelMessageSoftDelete.md index 97288bd9f186d..1b157a6f4661f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Undo-MgBetaGroupTeamPrimaryChannelMessageSoftDelete.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Undo-MgBetaGroupTeamPrimaryChannelMessageSoftDelete.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/undo-mgbetagroupteamprimarychannelmessagesoftdelete Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Undo-MgBetaGroupTeamPrimaryChannelMessageSoftDelete --- @@ -27,7 +27,6 @@ Undo-MgBetaGroupTeamPrimaryChannelMessageSoftDelete -ChatMessageId -Gro [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UndoViaIdentity @@ -37,7 +36,6 @@ Undo-MgBetaGroupTeamPrimaryChannelMessageSoftDelete -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Undo-MgBetaTeamChannelMessageReplySoftDelete.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Undo-MgBetaTeamChannelMessageReplySoftDelete.md index a0d486d9d2460..e9f7b865cd1e2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Undo-MgBetaTeamChannelMessageReplySoftDelete.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Undo-MgBetaTeamChannelMessageReplySoftDelete.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/undo-mgbetateamchannelmessagereplysoftdelete Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Undo-MgBetaTeamChannelMessageReplySoftDelete --- @@ -28,7 +28,6 @@ Undo-MgBetaTeamChannelMessageReplySoftDelete -ChannelId -ChatMessageId [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UndoViaIdentity @@ -38,7 +37,6 @@ Undo-MgBetaTeamChannelMessageReplySoftDelete -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Undo-MgBetaTeamChannelMessageSoftDelete.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Undo-MgBetaTeamChannelMessageSoftDelete.md index c5f0290efc14c..deedc7ef5c1b9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Undo-MgBetaTeamChannelMessageSoftDelete.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Undo-MgBetaTeamChannelMessageSoftDelete.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/undo-mgbetateamchannelmessagesoftdelete Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Undo-MgBetaTeamChannelMessageSoftDelete --- @@ -27,7 +27,6 @@ Undo-MgBetaTeamChannelMessageSoftDelete -ChannelId -ChatMessageId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UndoViaIdentity @@ -37,7 +36,6 @@ Undo-MgBetaTeamChannelMessageSoftDelete -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Undo-MgBetaTeamPrimaryChannelMessageReplySoftDelete.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Undo-MgBetaTeamPrimaryChannelMessageReplySoftDelete.md index 03c0a1878249c..cb75ddea6efb2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Undo-MgBetaTeamPrimaryChannelMessageReplySoftDelete.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Undo-MgBetaTeamPrimaryChannelMessageReplySoftDelete.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/undo-mgbetateamprimarychannelmessagereplysoftdelete Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Undo-MgBetaTeamPrimaryChannelMessageReplySoftDelete --- @@ -27,7 +27,6 @@ Undo-MgBetaTeamPrimaryChannelMessageReplySoftDelete -ChatMessageId -Cha -TeamId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UndoViaIdentity @@ -37,7 +36,6 @@ Undo-MgBetaTeamPrimaryChannelMessageReplySoftDelete -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Undo-MgBetaTeamPrimaryChannelMessageSoftDelete.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Undo-MgBetaTeamPrimaryChannelMessageSoftDelete.md index a7e76855d88c3..80c375d760340 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Undo-MgBetaTeamPrimaryChannelMessageSoftDelete.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Undo-MgBetaTeamPrimaryChannelMessageSoftDelete.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/undo-mgbetateamprimarychannelmessagesoftdelete Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Undo-MgBetaTeamPrimaryChannelMessageSoftDelete --- @@ -27,7 +27,6 @@ Undo-MgBetaTeamPrimaryChannelMessageSoftDelete -ChatMessageId -TeamId < [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UndoViaIdentity @@ -37,7 +36,6 @@ Undo-MgBetaTeamPrimaryChannelMessageSoftDelete -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Undo-MgBetaTeamworkDeletedChatDelete.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Undo-MgBetaTeamworkDeletedChatDelete.md index e84993dcccf91..1a8599891b880 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Undo-MgBetaTeamworkDeletedChatDelete.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Undo-MgBetaTeamworkDeletedChatDelete.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/undo-mgbetateamworkdeletedchatdelete Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Undo-MgBetaTeamworkDeletedChatDelete --- @@ -27,7 +27,6 @@ Undo-MgBetaTeamworkDeletedChatDelete -DeletedChatId [-ResponseHeadersVa [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UndoViaIdentity @@ -37,7 +36,6 @@ Undo-MgBetaTeamworkDeletedChatDelete -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Undo-MgBetaTeamworkDeletedTeamChannelMessageReplySoftDelete.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Undo-MgBetaTeamworkDeletedTeamChannelMessageReplySoftDelete.md index 569df155fb29a..b957091ca3510 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Undo-MgBetaTeamworkDeletedTeamChannelMessageReplySoftDelete.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Undo-MgBetaTeamworkDeletedTeamChannelMessageReplySoftDelete.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/undo-mgbetateamworkdeletedteamchannelmessagereplysoftdelete Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Undo-MgBetaTeamworkDeletedTeamChannelMessageReplySoftDelete --- @@ -28,7 +28,6 @@ Undo-MgBetaTeamworkDeletedTeamChannelMessageReplySoftDelete -ChannelId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UndoViaIdentity @@ -38,7 +37,6 @@ Undo-MgBetaTeamworkDeletedTeamChannelMessageReplySoftDelete -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Undo-MgBetaTeamworkDeletedTeamChannelMessageSoftDelete.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Undo-MgBetaTeamworkDeletedTeamChannelMessageSoftDelete.md index 96e82ebf1f93d..6677b30021ebb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Undo-MgBetaTeamworkDeletedTeamChannelMessageSoftDelete.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Undo-MgBetaTeamworkDeletedTeamChannelMessageSoftDelete.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/undo-mgbetateamworkdeletedteamchannelmessagesoftdelete Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Undo-MgBetaTeamworkDeletedTeamChannelMessageSoftDelete --- @@ -27,7 +27,6 @@ Undo-MgBetaTeamworkDeletedTeamChannelMessageSoftDelete -ChannelId -Chat -DeletedTeamId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UndoViaIdentity @@ -37,7 +36,6 @@ Undo-MgBetaTeamworkDeletedTeamChannelMessageSoftDelete -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Undo-MgBetaUserChatMessageReplySoftDelete.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Undo-MgBetaUserChatMessageReplySoftDelete.md index ad9ec0e841972..48e120d5051d7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Undo-MgBetaUserChatMessageReplySoftDelete.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Undo-MgBetaUserChatMessageReplySoftDelete.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/undo-mgbetauserchatmessagereplysoftdelete Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Undo-MgBetaUserChatMessageReplySoftDelete --- @@ -28,7 +28,6 @@ Undo-MgBetaUserChatMessageReplySoftDelete -ChatId -ChatMessageId ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UndoViaIdentity @@ -38,7 +37,6 @@ Undo-MgBetaUserChatMessageReplySoftDelete -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Undo-MgBetaUserChatMessageSoftDelete.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Undo-MgBetaUserChatMessageSoftDelete.md index ba95ff1f35893..18d52d4310949 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Undo-MgBetaUserChatMessageSoftDelete.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Undo-MgBetaUserChatMessageSoftDelete.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/undo-mgbetauserchatmessagesoftdelete Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Undo-MgBetaUserChatMessageSoftDelete --- @@ -27,7 +27,6 @@ Undo-MgBetaUserChatMessageSoftDelete -ChatId -ChatMessageId -U [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UndoViaIdentity @@ -37,7 +36,6 @@ Undo-MgBetaUserChatMessageSoftDelete -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaAppCatalogTeamApp.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaAppCatalogTeamApp.md index 04e25d28dbe0c..f1adc6c7420c7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaAppCatalogTeamApp.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaAppCatalogTeamApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetaappcatalogteamapp Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaAppCatalogTeamApp --- @@ -28,7 +28,7 @@ Update-MgBetaAppCatalogTeamApp -TeamsAppId [-ResponseHeadersVariable ] [-DistributionMethod ] [-ExternalId ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -38,7 +38,6 @@ Update-MgBetaAppCatalogTeamApp -TeamsAppId -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -49,7 +48,7 @@ Update-MgBetaAppCatalogTeamApp -InputObject [-ResponseHeadersVa [-DisplayName ] [-DistributionMethod ] [-ExternalId ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -59,7 +58,7 @@ Update-MgBetaAppCatalogTeamApp -InputObject -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.Teams/Update-MgBetaAppCatalogTeamAppDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaAppCatalogTeamAppDefinition.md index 5fdfb2c217eb2..510127136427e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaAppCatalogTeamAppDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaAppCatalogTeamAppDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetaappcatalogteamappdefinition Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaAppCatalogTeamAppDefinition --- @@ -36,7 +36,7 @@ Update-MgBetaAppCatalogTeamAppDefinition -TeamsAppDefinitionId -TeamsAp [-Shortdescription ] [-TeamsAppId1 ] [-Version ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -46,7 +46,7 @@ Update-MgBetaAppCatalogTeamAppDefinition -TeamsAppDefinitionId -TeamsAp -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -63,7 +63,6 @@ Update-MgBetaAppCatalogTeamAppDefinition -InputObject [-TeamsAp [-Shortdescription ] [-Version ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -73,7 +72,7 @@ Update-MgBetaAppCatalogTeamAppDefinition -InputObject -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.Teams/Update-MgBetaAppCatalogTeamAppDefinitionBot.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaAppCatalogTeamAppDefinitionBot.md index ca8364305d367..3ccbd327f33b3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaAppCatalogTeamAppDefinitionBot.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaAppCatalogTeamAppDefinitionBot.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetaappcatalogteamappdefinitionbot Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaAppCatalogTeamAppDefinitionBot --- @@ -27,7 +27,7 @@ Update-MgBetaAppCatalogTeamAppDefinitionBot -TeamsAppDefinitionId -Team [-ResponseHeadersVariable ] [-AdditionalProperties ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -37,7 +37,6 @@ Update-MgBetaAppCatalogTeamAppDefinitionBot -TeamsAppDefinitionId -Team -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -47,7 +46,7 @@ Update-MgBetaAppCatalogTeamAppDefinitionBot -InputObject [-ResponseHeadersVariable ] [-AdditionalProperties ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -57,7 +56,6 @@ Update-MgBetaAppCatalogTeamAppDefinitionBot -InputObject -BodyP [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaAppCatalogTeamAppDefinitionColorIcon.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaAppCatalogTeamAppDefinitionColorIcon.md index abf955a65d63c..a91b0eabf0102 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaAppCatalogTeamAppDefinitionColorIcon.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaAppCatalogTeamAppDefinitionColorIcon.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetaappcatalogteamappdefinitioncoloricon Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaAppCatalogTeamAppDefinitionColorIcon --- @@ -25,7 +25,7 @@ Update-MgBetaAppCatalogTeamAppDefinitionColorIcon -TeamsAppDefinitionId [-HostedContent ] [-Id ] [-WebUrl ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -36,7 +36,6 @@ Update-MgBetaAppCatalogTeamAppDefinitionColorIcon -TeamsAppDefinitionId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -47,7 +46,7 @@ Update-MgBetaAppCatalogTeamAppDefinitionColorIcon -InputObject [-HostedContent ] [-Id ] [-WebUrl ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -57,7 +56,7 @@ Update-MgBetaAppCatalogTeamAppDefinitionColorIcon -InputObject -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.Teams/Update-MgBetaAppCatalogTeamAppDefinitionColorIconHostedContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaAppCatalogTeamAppDefinitionColorIconHostedContent.md index 000a3172a6ec2..f11e2ca2c350f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaAppCatalogTeamAppDefinitionColorIconHostedContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaAppCatalogTeamAppDefinitionColorIconHostedContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetaappcatalogteamappdefinitioncoloriconhostedcontent Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaAppCatalogTeamAppDefinitionColorIconHostedContent --- @@ -25,7 +25,7 @@ Update-MgBetaAppCatalogTeamAppDefinitionColorIconHostedContent -TeamsAppDefiniti [-ContentBytesInputFile ] [-ContentType ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -36,7 +36,6 @@ Update-MgBetaAppCatalogTeamAppDefinitionColorIconHostedContent -TeamsAppDefiniti [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -47,7 +46,7 @@ Update-MgBetaAppCatalogTeamAppDefinitionColorIconHostedContent -InputObject ] [-ContentType ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -57,7 +56,7 @@ Update-MgBetaAppCatalogTeamAppDefinitionColorIconHostedContent -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaAppCatalogTeamAppDefinitionDashboardCard.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaAppCatalogTeamAppDefinitionDashboardCard.md index cd529e9057698..afdae0491a41a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaAppCatalogTeamAppDefinitionDashboardCard.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaAppCatalogTeamAppDefinitionDashboardCard.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetaappcatalogteamappdefinitiondashboardcard Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaAppCatalogTeamAppDefinitionDashboardCard --- @@ -28,7 +28,6 @@ Update-MgBetaAppCatalogTeamAppDefinitionDashboardCard -TeamsAppDashboardCardDefi [-Id ] [-PickerGroupId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -39,7 +38,7 @@ Update-MgBetaAppCatalogTeamAppDefinitionDashboardCard -TeamsAppDashboardCardDefi -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -52,7 +51,6 @@ Update-MgBetaAppCatalogTeamAppDefinitionDashboardCard -InputObject ] [-PickerGroupId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -62,7 +60,7 @@ Update-MgBetaAppCatalogTeamAppDefinitionDashboardCard -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaAppCatalogTeamAppDefinitionOutlineIcon.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaAppCatalogTeamAppDefinitionOutlineIcon.md index 4ef230b9ca684..974ac2f6343c9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaAppCatalogTeamAppDefinitionOutlineIcon.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaAppCatalogTeamAppDefinitionOutlineIcon.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetaappcatalogteamappdefinitionoutlineicon Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaAppCatalogTeamAppDefinitionOutlineIcon --- @@ -25,7 +25,7 @@ Update-MgBetaAppCatalogTeamAppDefinitionOutlineIcon -TeamsAppDefinitionId ] [-Id ] [-WebUrl ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -36,7 +36,6 @@ Update-MgBetaAppCatalogTeamAppDefinitionOutlineIcon -TeamsAppDefinitionId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -47,7 +46,7 @@ Update-MgBetaAppCatalogTeamAppDefinitionOutlineIcon -InputObject ] [-Id ] [-WebUrl ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -57,7 +56,7 @@ Update-MgBetaAppCatalogTeamAppDefinitionOutlineIcon -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaAppCatalogTeamAppDefinitionOutlineIconHostedContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaAppCatalogTeamAppDefinitionOutlineIconHostedContent.md index fd356857854e7..eed63cd1a9be0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaAppCatalogTeamAppDefinitionOutlineIconHostedContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaAppCatalogTeamAppDefinitionOutlineIconHostedContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetaappcatalogteamappdefinitionoutlineiconhostedcontent Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaAppCatalogTeamAppDefinitionOutlineIconHostedContent --- @@ -25,7 +25,7 @@ Update-MgBetaAppCatalogTeamAppDefinitionOutlineIconHostedContent -TeamsAppDefini [-ContentBytesInputFile ] [-ContentType ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -36,7 +36,6 @@ Update-MgBetaAppCatalogTeamAppDefinitionOutlineIconHostedContent -TeamsAppDefini [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -47,7 +46,7 @@ Update-MgBetaAppCatalogTeamAppDefinitionOutlineIconHostedContent -InputObject ] [-ContentType ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -57,7 +56,7 @@ Update-MgBetaAppCatalogTeamAppDefinitionOutlineIconHostedContent -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaChat.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaChat.md index 696ea1d589a30..bb4b2019dd8c7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaChat.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaChat.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetachat Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaChat --- @@ -36,7 +36,7 @@ Update-MgBetaChat -ChatId [-ResponseHeadersVariable ] [-TenantId ] [-Topic ] [-Viewpoint ] [-WebUrl ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -46,7 +46,6 @@ Update-MgBetaChat -ChatId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -65,7 +64,7 @@ Update-MgBetaChat -InputObject [-ResponseHeadersVariable ] [-Topic ] [-Viewpoint ] [-WebUrl ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -75,7 +74,6 @@ Update-MgBetaChat -InputObject -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaChatInstalledApp.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaChatInstalledApp.md index d64af33e6bf1f..ba80280445d2e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaChatInstalledApp.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaChatInstalledApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetachatinstalledapp Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaChatInstalledApp --- @@ -28,7 +28,6 @@ Update-MgBetaChatInstalledApp -ChatId -TeamsAppInstallationId [-ConsentedPermissionSet ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Upgrade @@ -39,7 +38,6 @@ Update-MgBetaChatInstalledApp -ChatId -TeamsAppInstallationId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpgradeViaIdentityExpanded @@ -50,7 +48,6 @@ Update-MgBetaChatInstalledApp -InputObject [-ResponseHeadersVar [-ConsentedPermissionSet ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpgradeViaIdentity @@ -61,7 +58,6 @@ Update-MgBetaChatInstalledApp -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -77,9 +73,9 @@ Upgrade an app installation within a chat. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | TeamsAppInstallation.ReadWriteSelfForChat, TeamsAppInstallation.ReadWriteForChat, TeamsAppInstallation.ReadWriteAndConsentSelfForChat, TeamsAppInstallation.ReadWriteAndConsentForChat, TeamsAppInstallation.ManageSelectedForChat, | +| Delegated (work or school account) | TeamsAppInstallation.ReadWriteSelfForChat, TeamsAppInstallation.ManageSelectedForChat, TeamsAppInstallation.ReadWriteAndConsentForChat, TeamsAppInstallation.ReadWriteAndConsentSelfForChat, TeamsAppInstallation.ReadWriteForChat, | | Delegated (personal Microsoft account) | Not supported | -| Application | TeamsAppInstallation.ReadWriteSelfForChat.All, TeamsAppInstallation.ReadWriteForChat.All, TeamsAppInstallation.ReadWriteAndConsentSelfForChat.All, TeamsAppInstallation.ReadWriteAndConsentForChat.All, TeamsAppInstallation.ManageSelectedForChat.All, Chat.Manage.Chat, | +| Application | TeamsAppInstallation.ReadWriteSelfForChat.All, Chat.Manage.Chat, TeamsAppInstallation.ManageSelectedForChat.All, TeamsAppInstallation.ReadWriteAndConsentForChat.All, TeamsAppInstallation.ReadWriteAndConsentSelfForChat.All, TeamsAppInstallation.ReadWriteForChat.All, | ## EXAMPLES ### Example 1: Upgrade the teams app installed in chat diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaChatLastMessagePreview.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaChatLastMessagePreview.md index da028aa0e6560..31c396d005cf2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaChatLastMessagePreview.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaChatLastMessagePreview.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetachatlastmessagepreview Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaChatLastMessagePreview --- @@ -28,7 +28,7 @@ Update-MgBetaChatLastMessagePreview -ChatId [-ResponseHeadersVariable < [-EventDetail ] [-From ] [-Id ] [-IsDeleted] [-MessageType ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -38,7 +38,6 @@ Update-MgBetaChatLastMessagePreview -ChatId -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -50,7 +49,7 @@ Update-MgBetaChatLastMessagePreview -InputObject [-From ] [-Id ] [-IsDeleted] [-MessageType ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -60,7 +59,7 @@ Update-MgBetaChatLastMessagePreview -InputObject -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.Teams/Update-MgBetaChatMember.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaChatMember.md index 656fa2f9375a1..49af8ec246d1e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaChatMember.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaChatMember.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetachatmember Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaChatMember --- @@ -28,7 +28,7 @@ Update-MgBetaChatMember -ChatId -ConversationMemberId [-Id ] [-Roles ] [-VisibleHistoryStartDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -38,7 +38,7 @@ Update-MgBetaChatMember -ChatId -ConversationMemberId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -49,7 +49,6 @@ Update-MgBetaChatMember -InputObject [-ResponseHeadersVariable [-VisibleHistoryStartDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -59,7 +58,7 @@ Update-MgBetaChatMember -InputObject -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.Teams/Update-MgBetaChatMessage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaChatMessage.md index 57f08d2bfb99f..2879594d0d0d9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaChatMessage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaChatMessage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetachatmessage Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaChatMessage --- @@ -38,7 +38,7 @@ Update-MgBetaChatMessage -ChatId -ChatMessageId [-ReplyToId ] [-Subject ] [-Summary ] [-WebUrl ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -58,7 +58,7 @@ Update-MgBetaChatMessage -InputObject [-ChatId ] [-ReplyToId ] [-Subject ] [-Summary ] [-WebUrl ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -68,7 +68,7 @@ Update-MgBetaChatMessage -ChatId -ChatMessageId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -78,7 +78,6 @@ Update-MgBetaChatMessage -InputObject -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -96,7 +95,7 @@ Update the navigation property messages in chats | --------------- | ------------------------------------------ | | Delegated (work or school account) | Chat.ReadWrite, Group.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | Chat.UpdatePolicyViolation.All, Group.ReadWrite.All, Chat.ReadWrite.All, | +| Application | Chat.UpdatePolicyViolation.All, Chat.ReadWrite.All, Group.ReadWrite.All, Teamwork.Migrate.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaChatMessageReply.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaChatMessageReply.md index 88120f13c71f3..182e459296bb7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaChatMessageReply.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaChatMessageReply.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetachatmessagereply Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaChatMessageReply --- @@ -38,7 +38,7 @@ Update-MgBetaChatMessageReply -ChatId -ChatMessageId -ChatMess [-ReplyToId ] [-Subject ] [-Summary ] [-WebUrl ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -58,7 +58,7 @@ Update-MgBetaChatMessageReply -InputObject [-ChatId ] [-ReplyToId ] [-Subject ] [-Summary ] [-WebUrl ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -68,7 +68,7 @@ Update-MgBetaChatMessageReply -ChatId -ChatMessageId -ChatMess -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -78,7 +78,7 @@ Update-MgBetaChatMessageReply -InputObject -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.Teams/Update-MgBetaChatMessageReplyHostedContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaChatMessageReplyHostedContent.md index 19a1ba21c0580..14114484ca007 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaChatMessageReplyHostedContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaChatMessageReplyHostedContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetachatmessagereplyhostedcontent Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaChatMessageReplyHostedContent --- @@ -28,7 +28,7 @@ Update-MgBetaChatMessageReplyHostedContent -ChatId -ChatMessageHostedCo [-AdditionalProperties ] [-ContentBytesInputFile ] [-ContentType ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -39,7 +39,6 @@ Update-MgBetaChatMessageReplyHostedContent -ChatId -ChatMessageHostedCo [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -50,7 +49,7 @@ Update-MgBetaChatMessageReplyHostedContent -InputObject [-ContentBytesInputFile ] [-ContentType ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -60,7 +59,6 @@ Update-MgBetaChatMessageReplyHostedContent -InputObject -BodyPa [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaChatOperation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaChatOperation.md index 6af6f3764e667..0860fed11337e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaChatOperation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaChatOperation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetachatoperation Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaChatOperation --- @@ -27,7 +27,6 @@ Update-MgBetaChatOperation -ChatId -TeamsAsyncOperationId [-TargetResourceId ] [-TargetResourceLocation ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -37,7 +36,7 @@ Update-MgBetaChatOperation -ChatId -TeamsAsyncOperationId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -50,7 +49,6 @@ Update-MgBetaChatOperation -InputObject [-ResponseHeadersVariab [-TargetResourceLocation ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -60,7 +58,7 @@ Update-MgBetaChatOperation -InputObject -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.Teams/Update-MgBetaChatPermissionGrant.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaChatPermissionGrant.md index 53973e39fb2cb..7cdf49cfe77b1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaChatPermissionGrant.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaChatPermissionGrant.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetachatpermissiongrant Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaChatPermissionGrant --- @@ -29,7 +29,6 @@ Update-MgBetaChatPermissionGrant -ChatId -ResourceSpecificPermissionGra [-PermissionType ] [-ResourceAppId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -39,7 +38,7 @@ Update-MgBetaChatPermissionGrant -ChatId -ResourceSpecificPermissionGra -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -50,7 +49,7 @@ Update-MgBetaChatPermissionGrant -InputObject [-ResponseHeaders [-DeletedDateTime ] [-Id ] [-Permission ] [-PermissionType ] [-ResourceAppId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -60,7 +59,7 @@ Update-MgBetaChatPermissionGrant -InputObject -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.Teams/Update-MgBetaChatPinnedMessage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaChatPinnedMessage.md index 9f00f303a5ec9..d05eacee4affe 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaChatPinnedMessage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaChatPinnedMessage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetachatpinnedmessage Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaChatPinnedMessage --- @@ -28,7 +28,6 @@ Update-MgBetaChatPinnedMessage -ChatId -PinnedChatMessageInfoId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -38,7 +37,7 @@ Update-MgBetaChatPinnedMessage -ChatId -PinnedChatMessageInfoId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -48,7 +47,7 @@ Update-MgBetaChatPinnedMessage -InputObject [-ResponseHeadersVa [-AdditionalProperties ] [-Id ] [-Message ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -58,7 +57,7 @@ Update-MgBetaChatPinnedMessage -InputObject -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.Teams/Update-MgBetaChatTab.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaChatTab.md index 6dea4dd8619e4..98a739c81e984 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaChatTab.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaChatTab.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetachattab Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaChatTab --- @@ -30,7 +30,7 @@ Update-MgBetaChatTab -ChatId -TeamsTabId [-ResponseHeadersVari [-TeamsApp ] [-TeamsAppId ] [-WebUrl ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -40,7 +40,6 @@ Update-MgBetaChatTab -ChatId -TeamsTabId -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -52,7 +51,7 @@ Update-MgBetaChatTab -InputObject [-ResponseHeadersVariable ] [-TeamsAppId ] [-WebUrl ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -62,7 +61,6 @@ Update-MgBetaChatTab -InputObject -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -79,9 +77,9 @@ Update the properties of the specified tab in a chat. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | TeamsTab.ReadWriteSelfForChat, TeamsTab.ReadWriteForChat, TeamsTab.ReadWrite.All, | +| Delegated (work or school account) | TeamsTab.ReadWriteSelfForChat, TeamsTab.ReadWrite.All, TeamsTab.ReadWriteForChat, | | Delegated (personal Microsoft account) | Not supported | -| Application | TeamsTab.ReadWriteSelfForChat.All, TeamsTab.ReadWriteForChat, TeamsTab.ReadWrite.Chat, TeamsTab.ReadWrite.All, | +| Application | TeamsTab.ReadWriteSelfForChat.All, TeamsTab.ReadWrite.All, TeamsTab.ReadWrite.Chat, TeamsTab.ReadWriteForChat, | ## EXAMPLES ### Example 1: Update the name of a tab in a chat diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamChannel.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamChannel.md index e52518227497d..2b6793b74b1d3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamChannel.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamChannel.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetagroupteamchannel Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupTeamChannel --- @@ -37,7 +37,7 @@ Update-MgBetaGroupTeamChannel -ChannelId -GroupId [-Summary ] [-Tabs ] [-TenantId ] [-WebUrl ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -47,7 +47,7 @@ Update-MgBetaGroupTeamChannel -ChannelId -GroupId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -66,7 +66,7 @@ Update-MgBetaGroupTeamChannel -InputObject [-ResponseHeadersVar [-Summary ] [-Tabs ] [-TenantId ] [-WebUrl ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -76,7 +76,6 @@ Update-MgBetaGroupTeamChannel -InputObject -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -1579,6 +1578,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -3436,21 +3492,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -5233,6 +5346,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -6240,7 +6354,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -10307,6 +10424,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -12243,21 +12417,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -14040,6 +14271,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -15108,7 +15340,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -19649,6 +19884,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -21506,21 +21798,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -23303,6 +23652,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -23955,7 +24305,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamChannelMember.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamChannelMember.md index d41fb8eac1713..9df523cf79662 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamChannelMember.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamChannelMember.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetagroupteamchannelmember Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupTeamChannelMember --- @@ -29,7 +29,6 @@ Update-MgBetaGroupTeamChannelMember -ChannelId -ConversationMemberId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateExpanded1 @@ -41,7 +40,6 @@ Update-MgBetaGroupTeamChannelMember -ChannelId -ConversationMemberId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update1 @@ -52,7 +50,6 @@ Update-MgBetaGroupTeamChannelMember -ChannelId -ConversationMemberId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -63,7 +60,6 @@ Update-MgBetaGroupTeamChannelMember -ChannelId -ConversationMemberId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded1 @@ -74,7 +70,7 @@ Update-MgBetaGroupTeamChannelMember -InputObject [-Id ] [-Roles ] [-VisibleHistoryStartDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -85,7 +81,7 @@ Update-MgBetaGroupTeamChannelMember -InputObject [-Id ] [-Roles ] [-VisibleHistoryStartDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity1 @@ -95,7 +91,7 @@ Update-MgBetaGroupTeamChannelMember -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -105,7 +101,7 @@ Update-MgBetaGroupTeamChannelMember -InputObject -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.Teams/Update-MgBetaGroupTeamChannelMessage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamChannelMessage.md index 248ee1dd5d7b8..a90bc04f1d051 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamChannelMessage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamChannelMessage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetagroupteamchannelmessage Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupTeamChannelMessage --- @@ -38,7 +38,7 @@ Update-MgBetaGroupTeamChannelMessage -ChannelId -ChatMessageId [-ReplyToId ] [-Subject ] [-Summary ] [-WebUrl ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -48,7 +48,7 @@ Update-MgBetaGroupTeamChannelMessage -ChannelId -ChatMessageId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -69,7 +69,7 @@ Update-MgBetaGroupTeamChannelMessage -InputObject [-ReplyToId ] [-Subject ] [-Summary ] [-WebUrl ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -79,7 +79,7 @@ Update-MgBetaGroupTeamChannelMessage -InputObject -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.Teams/Update-MgBetaGroupTeamChannelMessageHostedContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamChannelMessageHostedContent.md index 239392ec15c50..8ca2860694352 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamChannelMessageHostedContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamChannelMessageHostedContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetagroupteamchannelmessagehostedcontent Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupTeamChannelMessageHostedContent --- @@ -29,7 +29,7 @@ Update-MgBetaGroupTeamChannelMessageHostedContent -ChannelId [-ContentBytesInputFile ] [-ContentType ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -40,7 +40,6 @@ Update-MgBetaGroupTeamChannelMessageHostedContent -ChannelId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -51,7 +50,7 @@ Update-MgBetaGroupTeamChannelMessageHostedContent -InputObject [-ContentBytesInputFile ] [-ContentType ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -61,7 +60,6 @@ Update-MgBetaGroupTeamChannelMessageHostedContent -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamChannelMessageReply.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamChannelMessageReply.md index f49c314eb4607..03e43686c0c41 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamChannelMessageReply.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamChannelMessageReply.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetagroupteamchannelmessagereply Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupTeamChannelMessageReply --- @@ -38,7 +38,7 @@ Update-MgBetaGroupTeamChannelMessageReply -ChannelId -ChatMessageId ] [-Subject ] [-Summary ] [-WebUrl ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -49,7 +49,6 @@ Update-MgBetaGroupTeamChannelMessageReply -ChannelId -ChatMessageId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -70,7 +69,7 @@ Update-MgBetaGroupTeamChannelMessageReply -InputObject [-ReplyToId ] [-Subject ] [-Summary ] [-WebUrl ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -80,7 +79,7 @@ Update-MgBetaGroupTeamChannelMessageReply -InputObject -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.Teams/Update-MgBetaGroupTeamChannelMessageReplyHostedContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamChannelMessageReplyHostedContent.md index de522d6218a31..9032660af2003 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamChannelMessageReplyHostedContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamChannelMessageReplyHostedContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetagroupteamchannelmessagereplyhostedcontent Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupTeamChannelMessageReplyHostedContent --- @@ -29,7 +29,7 @@ Update-MgBetaGroupTeamChannelMessageReplyHostedContent -ChannelId [-ContentBytesInputFile ] [-ContentType ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -40,7 +40,7 @@ Update-MgBetaGroupTeamChannelMessageReplyHostedContent -ChannelId -GroupId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -51,7 +51,7 @@ Update-MgBetaGroupTeamChannelMessageReplyHostedContent -InputObject ] [-ContentType ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -61,7 +61,6 @@ Update-MgBetaGroupTeamChannelMessageReplyHostedContent -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamChannelPlanner.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamChannelPlanner.md index 78caffce58bba..9c1cd78d086df 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamChannelPlanner.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamChannelPlanner.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetagroupteamchannelplanner Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupTeamChannelPlanner --- @@ -25,7 +25,6 @@ Update-MgBetaGroupTeamChannelPlanner -ChannelId -GroupId [-Plans ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -35,7 +34,7 @@ Update-MgBetaGroupTeamChannelPlanner -ChannelId -GroupId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -46,7 +45,6 @@ Update-MgBetaGroupTeamChannelPlanner -InputObject [-Plans ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -56,7 +54,7 @@ Update-MgBetaGroupTeamChannelPlanner -InputObject -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.Teams/Update-MgBetaGroupTeamChannelPlannerPlan.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamChannelPlannerPlan.md index 27aa684b3a3ff..147d505862fcc 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamChannelPlannerPlan.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamChannelPlannerPlan.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetagroupteamchannelplannerplan Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupTeamChannelPlannerPlan --- @@ -32,7 +32,6 @@ Update-MgBetaGroupTeamChannelPlannerPlan -ChannelId -GroupId [-Tasks ] [-Title ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -43,7 +42,6 @@ Update-MgBetaGroupTeamChannelPlannerPlan -ChannelId -GroupId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -61,7 +59,6 @@ Update-MgBetaGroupTeamChannelPlannerPlan -InputObject [-Tasks ] [-Title ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -71,7 +68,7 @@ Update-MgBetaGroupTeamChannelPlannerPlan -InputObject -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.Teams/Update-MgBetaGroupTeamChannelPlannerPlanBucket.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamChannelPlannerPlanBucket.md index 027ebc1298276..302d513faa1df 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamChannelPlannerPlanBucket.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamChannelPlannerPlanBucket.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetagroupteamchannelplannerplanbucket Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupTeamChannelPlannerPlanBucket --- @@ -27,7 +27,7 @@ Update-MgBetaGroupTeamChannelPlannerPlanBucket -ChannelId -GroupId ] [-OrderHint ] [-PlanId ] [-Tasks ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -38,7 +38,6 @@ Update-MgBetaGroupTeamChannelPlannerPlanBucket -ChannelId -GroupId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -51,7 +50,7 @@ Update-MgBetaGroupTeamChannelPlannerPlanBucket -InputObject [-Name ] [-OrderHint ] [-PlanId ] [-Tasks ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -61,7 +60,7 @@ Update-MgBetaGroupTeamChannelPlannerPlanBucket -InputObject -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.Teams/Update-MgBetaGroupTeamChannelPlannerPlanBucketTask.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamChannelPlannerPlanBucketTask.md index 2c8bcfc45a6d2..84630ac4f08b9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamChannelPlannerPlanBucketTask.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamChannelPlannerPlanBucketTask.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetagroupteamchannelplannerplanbuckettask Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupTeamChannelPlannerPlanBucketTask --- @@ -41,7 +41,7 @@ Update-MgBetaGroupTeamChannelPlannerPlanBucketTask -ChannelId -GroupId [-SpecifiedCompletionRequirements ] [-StartDateTime ] [-Title ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -52,7 +52,7 @@ Update-MgBetaGroupTeamChannelPlannerPlanBucketTask -ChannelId -GroupId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -78,7 +78,7 @@ Update-MgBetaGroupTeamChannelPlannerPlanBucketTask -InputObject [-SpecifiedCompletionRequirements ] [-StartDateTime ] [-Title ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -88,7 +88,7 @@ Update-MgBetaGroupTeamChannelPlannerPlanBucketTask -InputObject -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.Teams/Update-MgBetaGroupTeamChannelPlannerPlanBucketTaskAssignedToTaskBoardFormat.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamChannelPlannerPlanBucketTaskAssignedToTaskBoardFormat.md index 6ea29601df711..8c9da28a4d90a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamChannelPlannerPlanBucketTaskAssignedToTaskBoardFormat.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamChannelPlannerPlanBucketTaskAssignedToTaskBoardFormat.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetagroupteamchannelplannerplanbuckettaskassignedtotaskboardformat Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupTeamChannelPlannerPlanBucketTaskAssignedToTaskBoardFormat --- @@ -26,7 +26,7 @@ Update-MgBetaGroupTeamChannelPlannerPlanBucketTaskAssignedToTaskBoardFormat -Cha [-Id ] [-OrderHintsByAssignee ] [-UnassignedOrderHint ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -38,7 +38,6 @@ Update-MgBetaGroupTeamChannelPlannerPlanBucketTaskAssignedToTaskBoardFormat -Cha [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -50,7 +49,6 @@ Update-MgBetaGroupTeamChannelPlannerPlanBucketTaskAssignedToTaskBoardFormat [-UnassignedOrderHint ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -62,7 +60,6 @@ Update-MgBetaGroupTeamChannelPlannerPlanBucketTaskAssignedToTaskBoardFormat [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamChannelPlannerPlanBucketTaskBoardFormat.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamChannelPlannerPlanBucketTaskBoardFormat.md index 77ec6775f2d95..522f14e44ff16 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamChannelPlannerPlanBucketTaskBoardFormat.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamChannelPlannerPlanBucketTaskBoardFormat.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetagroupteamchannelplannerplanbuckettaskboardformat Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupTeamChannelPlannerPlanBucketTaskBoardFormat --- @@ -25,7 +25,7 @@ Update-MgBetaGroupTeamChannelPlannerPlanBucketTaskBoardFormat -ChannelId ] [-AdditionalProperties ] [-Id ] [-OrderHint ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -37,7 +37,6 @@ Update-MgBetaGroupTeamChannelPlannerPlanBucketTaskBoardFormat -ChannelId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -48,7 +47,6 @@ Update-MgBetaGroupTeamChannelPlannerPlanBucketTaskBoardFormat -InputObject ] [-OrderHint ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -59,7 +57,6 @@ Update-MgBetaGroupTeamChannelPlannerPlanBucketTaskBoardFormat -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamChannelPlannerPlanBucketTaskDetail.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamChannelPlannerPlanBucketTaskDetail.md index 1bd8a8c19847f..bcaaf951cca40 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamChannelPlannerPlanBucketTaskDetail.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamChannelPlannerPlanBucketTaskDetail.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetagroupteamchannelplannerplanbuckettaskdetail Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupTeamChannelPlannerPlanBucketTaskDetail --- @@ -29,7 +29,6 @@ Update-MgBetaGroupTeamChannelPlannerPlanBucketTaskDetail -ChannelId -Gr [-PreviewType ] [-References ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -40,7 +39,7 @@ Update-MgBetaGroupTeamChannelPlannerPlanBucketTaskDetail -ChannelId -Gr -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -54,7 +53,6 @@ Update-MgBetaGroupTeamChannelPlannerPlanBucketTaskDetail -InputObject ] [-References ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -65,7 +63,6 @@ Update-MgBetaGroupTeamChannelPlannerPlanBucketTaskDetail -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamChannelPlannerPlanBucketTaskProgressTaskBoardFormat.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamChannelPlannerPlanBucketTaskProgressTaskBoardFormat.md index f6144c3811ba9..b0d4b54a9d0b5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamChannelPlannerPlanBucketTaskProgressTaskBoardFormat.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamChannelPlannerPlanBucketTaskProgressTaskBoardFormat.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetagroupteamchannelplannerplanbuckettaskprogresstaskboardformat Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupTeamChannelPlannerPlanBucketTaskProgressTaskBoardFormat --- @@ -26,7 +26,6 @@ Update-MgBetaGroupTeamChannelPlannerPlanBucketTaskProgressTaskBoardFormat -Chann [-Id ] [-OrderHint ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -38,7 +37,6 @@ Update-MgBetaGroupTeamChannelPlannerPlanBucketTaskProgressTaskBoardFormat -Chann [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -49,7 +47,7 @@ Update-MgBetaGroupTeamChannelPlannerPlanBucketTaskProgressTaskBoardFormat [-AdditionalProperties ] [-Id ] [-OrderHint ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -61,7 +59,6 @@ Update-MgBetaGroupTeamChannelPlannerPlanBucketTaskProgressTaskBoardFormat [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamChannelPlannerPlanDetail.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamChannelPlannerPlanDetail.md index aaab03458a980..d263a24a65473 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamChannelPlannerPlanDetail.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamChannelPlannerPlanDetail.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetagroupteamchannelplannerplandetail Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupTeamChannelPlannerPlanDetail --- @@ -27,7 +27,6 @@ Update-MgBetaGroupTeamChannelPlannerPlanDetail -ChannelId -GroupId ] [-SharedWith ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -38,7 +37,6 @@ Update-MgBetaGroupTeamChannelPlannerPlanDetail -ChannelId -GroupId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -50,7 +48,6 @@ Update-MgBetaGroupTeamChannelPlannerPlanDetail -InputObject -If [-Id ] [-SharedWith ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -60,7 +57,7 @@ Update-MgBetaGroupTeamChannelPlannerPlanDetail -InputObject -If -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.Teams/Update-MgBetaGroupTeamChannelPlannerPlanTask.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamChannelPlannerPlanTask.md index 04039eb188bea..b34a252058a45 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamChannelPlannerPlanTask.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamChannelPlannerPlanTask.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetagroupteamchannelplannerplantask Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupTeamChannelPlannerPlanTask --- @@ -40,7 +40,7 @@ Update-MgBetaGroupTeamChannelPlannerPlanTask -ChannelId -GroupId ] [-StartDateTime ] [-Title ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -51,7 +51,6 @@ Update-MgBetaGroupTeamChannelPlannerPlanTask -ChannelId -GroupId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -77,7 +76,7 @@ Update-MgBetaGroupTeamChannelPlannerPlanTask -InputObject [-SpecifiedCompletionRequirements ] [-StartDateTime ] [-Title ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -87,7 +86,7 @@ Update-MgBetaGroupTeamChannelPlannerPlanTask -InputObject -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.Teams/Update-MgBetaGroupTeamChannelPlannerPlanTaskAssignedToTaskBoardFormat.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamChannelPlannerPlanTaskAssignedToTaskBoardFormat.md index 075fc081b5256..997a185c7bf51 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamChannelPlannerPlanTaskAssignedToTaskBoardFormat.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamChannelPlannerPlanTaskAssignedToTaskBoardFormat.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetagroupteamchannelplannerplantaskassignedtotaskboardformat Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupTeamChannelPlannerPlanTaskAssignedToTaskBoardFormat --- @@ -26,7 +26,7 @@ Update-MgBetaGroupTeamChannelPlannerPlanTaskAssignedToTaskBoardFormat -ChannelId [-OrderHintsByAssignee ] [-UnassignedOrderHint ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -38,7 +38,6 @@ Update-MgBetaGroupTeamChannelPlannerPlanTaskAssignedToTaskBoardFormat -ChannelId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -49,7 +48,7 @@ Update-MgBetaGroupTeamChannelPlannerPlanTaskAssignedToTaskBoardFormat -InputObje [-Id ] [-OrderHintsByAssignee ] [-UnassignedOrderHint ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -60,7 +59,6 @@ Update-MgBetaGroupTeamChannelPlannerPlanTaskAssignedToTaskBoardFormat -InputObje [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamChannelPlannerPlanTaskBucketTaskBoardFormat.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamChannelPlannerPlanTaskBucketTaskBoardFormat.md index 1304220ca9f7e..4eec6aa85db9b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamChannelPlannerPlanTaskBucketTaskBoardFormat.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamChannelPlannerPlanTaskBucketTaskBoardFormat.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetagroupteamchannelplannerplantaskbuckettaskboardformat Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupTeamChannelPlannerPlanTaskBucketTaskBoardFormat --- @@ -25,7 +25,7 @@ Update-MgBetaGroupTeamChannelPlannerPlanTaskBucketTaskBoardFormat -ChannelId ] [-AdditionalProperties ] [-Id ] [-OrderHint ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -37,7 +37,6 @@ Update-MgBetaGroupTeamChannelPlannerPlanTaskBucketTaskBoardFormat -ChannelId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -48,7 +47,6 @@ Update-MgBetaGroupTeamChannelPlannerPlanTaskBucketTaskBoardFormat -InputObject < [-Id ] [-OrderHint ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -59,7 +57,6 @@ Update-MgBetaGroupTeamChannelPlannerPlanTaskBucketTaskBoardFormat -InputObject < [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamChannelPlannerPlanTaskDetail.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamChannelPlannerPlanTaskDetail.md index 05702bc3d5c35..997f89c6bc829 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamChannelPlannerPlanTaskDetail.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamChannelPlannerPlanTaskDetail.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetagroupteamchannelplannerplantaskdetail Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupTeamChannelPlannerPlanTaskDetail --- @@ -29,7 +29,6 @@ Update-MgBetaGroupTeamChannelPlannerPlanTaskDetail -ChannelId -GroupId [-PreviewType ] [-References ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -40,7 +39,7 @@ Update-MgBetaGroupTeamChannelPlannerPlanTaskDetail -ChannelId -GroupId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -54,7 +53,6 @@ Update-MgBetaGroupTeamChannelPlannerPlanTaskDetail -InputObject [-PreviewType ] [-References ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -64,7 +62,7 @@ Update-MgBetaGroupTeamChannelPlannerPlanTaskDetail -InputObject -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.Teams/Update-MgBetaGroupTeamChannelPlannerPlanTaskProgressTaskBoardFormat.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamChannelPlannerPlanTaskProgressTaskBoardFormat.md index ce4fedd0c5d27..60ae8cfc03d68 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamChannelPlannerPlanTaskProgressTaskBoardFormat.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamChannelPlannerPlanTaskProgressTaskBoardFormat.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetagroupteamchannelplannerplantaskprogresstaskboardformat Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupTeamChannelPlannerPlanTaskProgressTaskBoardFormat --- @@ -25,7 +25,7 @@ Update-MgBetaGroupTeamChannelPlannerPlanTaskProgressTaskBoardFormat -ChannelId < [-ResponseHeadersVariable ] [-AdditionalProperties ] [-Id ] [-OrderHint ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -37,7 +37,6 @@ Update-MgBetaGroupTeamChannelPlannerPlanTaskProgressTaskBoardFormat -ChannelId < [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -48,7 +47,6 @@ Update-MgBetaGroupTeamChannelPlannerPlanTaskProgressTaskBoardFormat -InputObject [-Id ] [-OrderHint ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -59,7 +57,6 @@ Update-MgBetaGroupTeamChannelPlannerPlanTaskProgressTaskBoardFormat -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamChannelSharedWithTeam.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamChannelSharedWithTeam.md index 14f844fcd9e8f..7afd00d22ef5d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamChannelSharedWithTeam.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamChannelSharedWithTeam.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetagroupteamchannelsharedwithteam Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupTeamChannelSharedWithTeam --- @@ -29,7 +29,7 @@ Update-MgBetaGroupTeamChannelSharedWithTeam -ChannelId -GroupId ] [-Id ] [-IsHostTeam] [-Team ] [-TenantId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -40,7 +40,6 @@ Update-MgBetaGroupTeamChannelSharedWithTeam -ChannelId -GroupId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -52,7 +51,6 @@ Update-MgBetaGroupTeamChannelSharedWithTeam -InputObject [-IsHostTeam] [-Team ] [-TenantId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -62,7 +60,7 @@ Update-MgBetaGroupTeamChannelSharedWithTeam -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -1117,6 +1115,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -2974,21 +3029,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -4771,6 +4883,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -5423,7 +5536,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -9901,6 +10017,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -11758,21 +11931,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -13555,6 +13785,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -14207,7 +14438,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamChannelTab.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamChannelTab.md index dbe3328346471..485dd3eeff2ad 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamChannelTab.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamChannelTab.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetagroupteamchanneltab Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupTeamChannelTab --- @@ -30,7 +30,6 @@ Update-MgBetaGroupTeamChannelTab -ChannelId -GroupId -TeamsTab [-TeamsAppId ] [-WebUrl ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -40,7 +39,7 @@ Update-MgBetaGroupTeamChannelTab -ChannelId -GroupId -TeamsTab -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -52,7 +51,7 @@ Update-MgBetaGroupTeamChannelTab -InputObject [-ResponseHeaders [-TeamsApp ] [-TeamsAppId ] [-WebUrl ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -62,7 +61,7 @@ Update-MgBetaGroupTeamChannelTab -InputObject -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.Teams/Update-MgBetaGroupTeamInstalledApp.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamInstalledApp.md index 89febae6efd79..c11d1928844e4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamInstalledApp.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamInstalledApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetagroupteaminstalledapp Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupTeamInstalledApp --- @@ -28,7 +28,6 @@ Update-MgBetaGroupTeamInstalledApp -GroupId -TeamsAppInstallationId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Upgrade @@ -39,7 +38,6 @@ Update-MgBetaGroupTeamInstalledApp -GroupId -TeamsAppInstallationId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpgradeViaIdentityExpanded @@ -50,7 +48,6 @@ Update-MgBetaGroupTeamInstalledApp -InputObject [-ResponseHeade [-ConsentedPermissionSet ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpgradeViaIdentity @@ -61,7 +58,6 @@ Update-MgBetaGroupTeamInstalledApp -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamMember.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamMember.md index 20dcf8d5c2026..5e246976c4f2f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamMember.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamMember.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetagroupteammember Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupTeamMember --- @@ -28,7 +28,7 @@ Update-MgBetaGroupTeamMember -ConversationMemberId -GroupId [-Id ] [-Roles ] [-VisibleHistoryStartDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -38,7 +38,7 @@ Update-MgBetaGroupTeamMember -ConversationMemberId -GroupId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -49,7 +49,6 @@ Update-MgBetaGroupTeamMember -InputObject [-ResponseHeadersVari [-VisibleHistoryStartDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -59,7 +58,7 @@ Update-MgBetaGroupTeamMember -InputObject -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.Teams/Update-MgBetaGroupTeamOperation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamOperation.md index 92dadc9384707..57ff4fe2022bf 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamOperation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamOperation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetagroupteamoperation Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupTeamOperation --- @@ -30,7 +30,6 @@ Update-MgBetaGroupTeamOperation -GroupId -TeamsAsyncOperationId ] [-TargetResourceLocation ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -40,7 +39,7 @@ Update-MgBetaGroupTeamOperation -GroupId -TeamsAsyncOperationId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -53,7 +52,6 @@ Update-MgBetaGroupTeamOperation -InputObject [-ResponseHeadersV [-TargetResourceLocation ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -63,7 +61,7 @@ Update-MgBetaGroupTeamOperation -InputObject -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.Teams/Update-MgBetaGroupTeamOwnerMailboxSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamOwnerMailboxSetting.md index e4db0380844c7..6a22f8d30f594 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamOwnerMailboxSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamOwnerMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetagroupteamownermailboxsetting Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupTeamOwnerMailboxSetting --- @@ -28,7 +28,6 @@ Update-MgBetaGroupTeamOwnerMailboxSetting -GroupId -UserId [-WorkingHours ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -38,7 +37,7 @@ Update-MgBetaGroupTeamOwnerMailboxSetting -GroupId -UserId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -52,7 +51,6 @@ Update-MgBetaGroupTeamOwnerMailboxSetting -InputObject [-WorkingHours ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -62,7 +60,7 @@ Update-MgBetaGroupTeamOwnerMailboxSetting -InputObject -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.Teams/Update-MgBetaGroupTeamPermissionGrant.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamPermissionGrant.md index 9a1cb63f56298..190bf64d4ab7f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamPermissionGrant.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamPermissionGrant.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetagroupteampermissiongrant Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupTeamPermissionGrant --- @@ -29,7 +29,6 @@ Update-MgBetaGroupTeamPermissionGrant -GroupId -ResourceSpecificPermiss [-PermissionType ] [-ResourceAppId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -39,7 +38,7 @@ Update-MgBetaGroupTeamPermissionGrant -GroupId -ResourceSpecificPermiss -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -51,7 +50,6 @@ Update-MgBetaGroupTeamPermissionGrant -InputObject [-PermissionType ] [-ResourceAppId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -61,7 +59,7 @@ Update-MgBetaGroupTeamPermissionGrant -InputObject -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.Teams/Update-MgBetaGroupTeamPhoto.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamPhoto.md index 7e7d5e692c108..a92fe225e7cd9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamPhoto.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamPhoto.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetagroupteamphoto Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupTeamPhoto --- @@ -27,7 +27,7 @@ Update-MgBetaGroupTeamPhoto -GroupId [-ResponseHeadersVariable [-AdditionalProperties ] [-Height ] [-Id ] [-Width ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -37,7 +37,6 @@ Update-MgBetaGroupTeamPhoto -GroupId -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -47,7 +46,7 @@ Update-MgBetaGroupTeamPhoto -InputObject [-ResponseHeadersVaria [-AdditionalProperties ] [-Height ] [-Id ] [-Width ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -57,7 +56,7 @@ Update-MgBetaGroupTeamPhoto -InputObject -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.Teams/Update-MgBetaGroupTeamPrimaryChannel.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamPrimaryChannel.md index 24cb4505aa07a..4af20cf68696b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamPrimaryChannel.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamPrimaryChannel.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetagroupteamprimarychannel Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupTeamPrimaryChannel --- @@ -36,7 +36,7 @@ Update-MgBetaGroupTeamPrimaryChannel -GroupId [-ResponseHeadersVariable [-Summary ] [-Tabs ] [-TenantId ] [-WebUrl ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -46,7 +46,6 @@ Update-MgBetaGroupTeamPrimaryChannel -GroupId -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -66,7 +65,7 @@ Update-MgBetaGroupTeamPrimaryChannel -InputObject [-Summary ] [-Tabs ] [-TenantId ] [-WebUrl ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -76,7 +75,7 @@ Update-MgBetaGroupTeamPrimaryChannel -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -1552,6 +1551,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -3409,21 +3465,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -5206,6 +5319,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -6213,7 +6327,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -10280,6 +10397,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -12216,21 +12390,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -14013,6 +14244,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -15081,7 +15313,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -19622,6 +19857,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -21479,21 +21771,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -23276,6 +23625,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -23928,7 +24278,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamPrimaryChannelMember.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamPrimaryChannelMember.md index 51113440896ca..5e0905d0e4da7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamPrimaryChannelMember.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamPrimaryChannelMember.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetagroupteamprimarychannelmember Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupTeamPrimaryChannelMember --- @@ -28,7 +28,7 @@ Update-MgBetaGroupTeamPrimaryChannelMember -ConversationMemberId -Group [-Id ] [-Roles ] [-VisibleHistoryStartDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateExpanded1 @@ -39,7 +39,7 @@ Update-MgBetaGroupTeamPrimaryChannelMember -ConversationMemberId -Group [-Id ] [-Roles ] [-VisibleHistoryStartDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update1 @@ -49,7 +49,7 @@ Update-MgBetaGroupTeamPrimaryChannelMember -ConversationMemberId -Group -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -59,7 +59,7 @@ Update-MgBetaGroupTeamPrimaryChannelMember -ConversationMemberId -Group -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded1 @@ -70,7 +70,7 @@ Update-MgBetaGroupTeamPrimaryChannelMember -InputObject [-Id ] [-Roles ] [-VisibleHistoryStartDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -81,7 +81,7 @@ Update-MgBetaGroupTeamPrimaryChannelMember -InputObject [-Id ] [-Roles ] [-VisibleHistoryStartDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity1 @@ -91,7 +91,7 @@ Update-MgBetaGroupTeamPrimaryChannelMember -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -101,7 +101,7 @@ Update-MgBetaGroupTeamPrimaryChannelMember -InputObject -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.Teams/Update-MgBetaGroupTeamPrimaryChannelMessage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamPrimaryChannelMessage.md index 4d6cb4cc56b6d..3b44d1b25e71d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamPrimaryChannelMessage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamPrimaryChannelMessage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetagroupteamprimarychannelmessage Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupTeamPrimaryChannelMessage --- @@ -38,7 +38,7 @@ Update-MgBetaGroupTeamPrimaryChannelMessage -ChatMessageId -GroupId ] [-Subject ] [-Summary ] [-WebUrl ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -48,7 +48,7 @@ Update-MgBetaGroupTeamPrimaryChannelMessage -ChatMessageId -GroupId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -69,7 +69,7 @@ Update-MgBetaGroupTeamPrimaryChannelMessage -InputObject [-ReplyToId ] [-Subject ] [-Summary ] [-WebUrl ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -79,7 +79,7 @@ Update-MgBetaGroupTeamPrimaryChannelMessage -InputObject -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.Teams/Update-MgBetaGroupTeamPrimaryChannelMessageHostedContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamPrimaryChannelMessageHostedContent.md index f6abcf58a56aa..815429b723726 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamPrimaryChannelMessageHostedContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamPrimaryChannelMessageHostedContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetagroupteamprimarychannelmessagehostedcontent Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupTeamPrimaryChannelMessageHostedContent --- @@ -28,7 +28,7 @@ Update-MgBetaGroupTeamPrimaryChannelMessageHostedContent -ChatMessageHostedConte [-AdditionalProperties ] [-ContentBytesInputFile ] [-ContentType ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -39,7 +39,6 @@ Update-MgBetaGroupTeamPrimaryChannelMessageHostedContent -ChatMessageHostedConte [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -50,7 +49,7 @@ Update-MgBetaGroupTeamPrimaryChannelMessageHostedContent -InputObject ] [-ContentType ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -60,7 +59,6 @@ Update-MgBetaGroupTeamPrimaryChannelMessageHostedContent -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamPrimaryChannelMessageReply.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamPrimaryChannelMessageReply.md index d1503b1ce64d4..09203d6292a19 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamPrimaryChannelMessageReply.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamPrimaryChannelMessageReply.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetagroupteamprimarychannelmessagereply Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupTeamPrimaryChannelMessageReply --- @@ -38,7 +38,7 @@ Update-MgBetaGroupTeamPrimaryChannelMessageReply -ChatMessageId -ChatMe [-ReplyToId ] [-Subject ] [-Summary ] [-WebUrl ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -48,7 +48,7 @@ Update-MgBetaGroupTeamPrimaryChannelMessageReply -ChatMessageId -ChatMe -GroupId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -69,7 +69,7 @@ Update-MgBetaGroupTeamPrimaryChannelMessageReply -InputObject [-ReplyToId ] [-Subject ] [-Summary ] [-WebUrl ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -79,7 +79,7 @@ Update-MgBetaGroupTeamPrimaryChannelMessageReply -InputObject -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.Teams/Update-MgBetaGroupTeamPrimaryChannelMessageReplyHostedContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamPrimaryChannelMessageReplyHostedContent.md index 200b06669666b..3f543b71e2116 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamPrimaryChannelMessageReplyHostedContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamPrimaryChannelMessageReplyHostedContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetagroupteamprimarychannelmessagereplyhostedcontent Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupTeamPrimaryChannelMessageReplyHostedContent --- @@ -29,7 +29,7 @@ Update-MgBetaGroupTeamPrimaryChannelMessageReplyHostedContent -ChatMessageHosted [-ContentBytesInputFile ] [-ContentType ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -40,7 +40,6 @@ Update-MgBetaGroupTeamPrimaryChannelMessageReplyHostedContent -ChatMessageHosted [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -51,7 +50,7 @@ Update-MgBetaGroupTeamPrimaryChannelMessageReplyHostedContent -InputObject ] [-ContentType ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -61,7 +60,6 @@ Update-MgBetaGroupTeamPrimaryChannelMessageReplyHostedContent -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamPrimaryChannelPlanner.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamPrimaryChannelPlanner.md index aa94b3a512874..e0c6ae2424d9d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamPrimaryChannelPlanner.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamPrimaryChannelPlanner.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetagroupteamprimarychannelplanner Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupTeamPrimaryChannelPlanner --- @@ -24,7 +24,7 @@ Update-MgBetaGroupTeamPrimaryChannelPlanner -GroupId [-ResponseHeadersV [-AdditionalProperties ] [-Id ] [-Plans ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -34,7 +34,7 @@ Update-MgBetaGroupTeamPrimaryChannelPlanner -GroupId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -45,7 +45,6 @@ Update-MgBetaGroupTeamPrimaryChannelPlanner -InputObject [-Plans ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -55,7 +54,7 @@ Update-MgBetaGroupTeamPrimaryChannelPlanner -InputObject -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.Teams/Update-MgBetaGroupTeamPrimaryChannelPlannerPlan.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamPrimaryChannelPlannerPlan.md index 2dab07e9122fa..87fac01175fe7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamPrimaryChannelPlannerPlan.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamPrimaryChannelPlannerPlan.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetagroupteamprimarychannelplannerplan Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupTeamPrimaryChannelPlannerPlan --- @@ -32,7 +32,6 @@ Update-MgBetaGroupTeamPrimaryChannelPlannerPlan -GroupId -PlannerPlanId [-Tasks ] [-Title ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -42,7 +41,7 @@ Update-MgBetaGroupTeamPrimaryChannelPlannerPlan -GroupId -PlannerPlanId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -60,7 +59,6 @@ Update-MgBetaGroupTeamPrimaryChannelPlannerPlan -InputObject [-Tasks ] [-Title ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -70,7 +68,7 @@ Update-MgBetaGroupTeamPrimaryChannelPlannerPlan -InputObject -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.Teams/Update-MgBetaGroupTeamPrimaryChannelPlannerPlanBucket.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamPrimaryChannelPlannerPlanBucket.md index 7b6c99dbd4c51..097fb7557f251 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamPrimaryChannelPlannerPlanBucket.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamPrimaryChannelPlannerPlanBucket.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetagroupteamprimarychannelplannerplanbucket Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupTeamPrimaryChannelPlannerPlanBucket --- @@ -27,7 +27,7 @@ Update-MgBetaGroupTeamPrimaryChannelPlannerPlanBucket -GroupId -Planner [-Name ] [-OrderHint ] [-PlanId ] [-Tasks ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -38,7 +38,6 @@ Update-MgBetaGroupTeamPrimaryChannelPlannerPlanBucket -GroupId -Planner [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -51,7 +50,7 @@ Update-MgBetaGroupTeamPrimaryChannelPlannerPlanBucket -InputObject ] [-OrderHint ] [-PlanId ] [-Tasks ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -61,7 +60,7 @@ Update-MgBetaGroupTeamPrimaryChannelPlannerPlanBucket -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTask.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTask.md index fad83b1cc50fa..63edf6c7fe4ec 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTask.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTask.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetagroupteamprimarychannelplannerplanbuckettask Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTask --- @@ -41,7 +41,7 @@ Update-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTask -GroupId [-SpecifiedCompletionRequirements ] [-StartDateTime ] [-Title ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -52,7 +52,7 @@ Update-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTask -GroupId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -78,7 +78,7 @@ Update-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTask -InputObject ] [-StartDateTime ] [-Title ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -88,7 +88,7 @@ Update-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTask -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTaskAssignedToTaskBoardFormat.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTaskAssignedToTaskBoardFormat.md index eff4f92b62ec8..dca149151c372 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTaskAssignedToTaskBoardFormat.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTaskAssignedToTaskBoardFormat.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetagroupteamprimarychannelplannerplanbuckettaskassignedtotaskboardformat Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTaskAssignedToTaskBoardFormat --- @@ -26,7 +26,7 @@ Update-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTaskAssignedToTaskBoardForm [-OrderHintsByAssignee ] [-UnassignedOrderHint ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -38,7 +38,6 @@ Update-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTaskAssignedToTaskBoardForm [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -50,7 +49,6 @@ Update-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTaskAssignedToTaskBoardForm [-UnassignedOrderHint ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -62,7 +60,6 @@ Update-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTaskAssignedToTaskBoardForm [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTaskBoardFormat.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTaskBoardFormat.md index c0c3f20cba25a..9709171959019 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTaskBoardFormat.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTaskBoardFormat.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetagroupteamprimarychannelplannerplanbuckettaskboardformat Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTaskBoardFormat --- @@ -25,7 +25,7 @@ Update-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTaskBoardFormat -GroupId ] [-AdditionalProperties ] [-Id ] [-OrderHint ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -37,7 +37,6 @@ Update-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTaskBoardFormat -GroupId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -48,7 +47,6 @@ Update-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTaskBoardFormat -InputObjec [-Id ] [-OrderHint ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -59,7 +57,6 @@ Update-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTaskBoardFormat -InputObjec [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTaskDetail.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTaskDetail.md index 2dea05bf7222f..c28b5abe47994 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTaskDetail.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTaskDetail.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetagroupteamprimarychannelplannerplanbuckettaskdetail Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTaskDetail --- @@ -29,7 +29,6 @@ Update-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTaskDetail -GroupId ] [-References ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -40,7 +39,7 @@ Update-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTaskDetail -GroupId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -54,7 +53,6 @@ Update-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTaskDetail -InputObject ] [-References ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -65,7 +63,6 @@ Update-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTaskDetail -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTaskProgressTaskBoardFormat.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTaskProgressTaskBoardFormat.md index 2736f2e86ca9e..ea337e2e520d4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTaskProgressTaskBoardFormat.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTaskProgressTaskBoardFormat.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetagroupteamprimarychannelplannerplanbuckettaskprogresstaskboardformat Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTaskProgressTaskBoardFormat --- @@ -25,7 +25,7 @@ Update-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTaskProgressTaskBoardFormat [-ResponseHeadersVariable ] [-AdditionalProperties ] [-Id ] [-OrderHint ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -37,7 +37,6 @@ Update-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTaskProgressTaskBoardFormat [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -48,7 +47,7 @@ Update-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTaskProgressTaskBoardFormat [-AdditionalProperties ] [-Id ] [-OrderHint ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -60,7 +59,6 @@ Update-MgBetaGroupTeamPrimaryChannelPlannerPlanBucketTaskProgressTaskBoardFormat [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamPrimaryChannelPlannerPlanDetail.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamPrimaryChannelPlannerPlanDetail.md index 0a3a75190964c..32f9e2683f731 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamPrimaryChannelPlannerPlanDetail.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamPrimaryChannelPlannerPlanDetail.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetagroupteamprimarychannelplannerplandetail Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupTeamPrimaryChannelPlannerPlanDetail --- @@ -26,7 +26,6 @@ Update-MgBetaGroupTeamPrimaryChannelPlannerPlanDetail -GroupId -Planner [-Id ] [-SharedWith ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -37,7 +36,6 @@ Update-MgBetaGroupTeamPrimaryChannelPlannerPlanDetail -GroupId -Planner [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -49,7 +47,6 @@ Update-MgBetaGroupTeamPrimaryChannelPlannerPlanDetail -InputObject ] [-SharedWith ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -60,7 +57,6 @@ Update-MgBetaGroupTeamPrimaryChannelPlannerPlanDetail -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamPrimaryChannelPlannerPlanTask.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamPrimaryChannelPlannerPlanTask.md index 8c4cf60f94842..e592b83677a2e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamPrimaryChannelPlannerPlanTask.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamPrimaryChannelPlannerPlanTask.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetagroupteamprimarychannelplannerplantask Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupTeamPrimaryChannelPlannerPlanTask --- @@ -40,7 +40,7 @@ Update-MgBetaGroupTeamPrimaryChannelPlannerPlanTask -GroupId -PlannerPl [-SpecifiedCompletionRequirements ] [-StartDateTime ] [-Title ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -51,7 +51,6 @@ Update-MgBetaGroupTeamPrimaryChannelPlannerPlanTask -GroupId -PlannerPl [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -77,7 +76,7 @@ Update-MgBetaGroupTeamPrimaryChannelPlannerPlanTask -InputObject ] [-StartDateTime ] [-Title ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -87,7 +86,7 @@ Update-MgBetaGroupTeamPrimaryChannelPlannerPlanTask -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamPrimaryChannelPlannerPlanTaskAssignedToTaskBoardFormat.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamPrimaryChannelPlannerPlanTaskAssignedToTaskBoardFormat.md index 87f370aa12a86..26d97b2d0033a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamPrimaryChannelPlannerPlanTaskAssignedToTaskBoardFormat.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamPrimaryChannelPlannerPlanTaskAssignedToTaskBoardFormat.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetagroupteamprimarychannelplannerplantaskassignedtotaskboardformat Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupTeamPrimaryChannelPlannerPlanTaskAssignedToTaskBoardFormat --- @@ -26,7 +26,7 @@ Update-MgBetaGroupTeamPrimaryChannelPlannerPlanTaskAssignedToTaskBoardFormat -Gr [-OrderHintsByAssignee ] [-UnassignedOrderHint ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -38,7 +38,6 @@ Update-MgBetaGroupTeamPrimaryChannelPlannerPlanTaskAssignedToTaskBoardFormat -Gr [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -50,7 +49,6 @@ Update-MgBetaGroupTeamPrimaryChannelPlannerPlanTaskAssignedToTaskBoardFormat [-UnassignedOrderHint ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -62,7 +60,6 @@ Update-MgBetaGroupTeamPrimaryChannelPlannerPlanTaskAssignedToTaskBoardFormat [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamPrimaryChannelPlannerPlanTaskBucketTaskBoardFormat.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamPrimaryChannelPlannerPlanTaskBucketTaskBoardFormat.md index 2171da9d1f2ad..b1df897ea1fb0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamPrimaryChannelPlannerPlanTaskBucketTaskBoardFormat.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamPrimaryChannelPlannerPlanTaskBucketTaskBoardFormat.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetagroupteamprimarychannelplannerplantaskbuckettaskboardformat Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupTeamPrimaryChannelPlannerPlanTaskBucketTaskBoardFormat --- @@ -25,7 +25,7 @@ Update-MgBetaGroupTeamPrimaryChannelPlannerPlanTaskBucketTaskBoardFormat -GroupI [-ResponseHeadersVariable ] [-AdditionalProperties ] [-Id ] [-OrderHint ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -37,7 +37,6 @@ Update-MgBetaGroupTeamPrimaryChannelPlannerPlanTaskBucketTaskBoardFormat -GroupI [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -48,7 +47,7 @@ Update-MgBetaGroupTeamPrimaryChannelPlannerPlanTaskBucketTaskBoardFormat [-AdditionalProperties ] [-Id ] [-OrderHint ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -60,7 +59,6 @@ Update-MgBetaGroupTeamPrimaryChannelPlannerPlanTaskBucketTaskBoardFormat [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamPrimaryChannelPlannerPlanTaskDetail.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamPrimaryChannelPlannerPlanTaskDetail.md index 75f14a2a66069..0352897b923a7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamPrimaryChannelPlannerPlanTaskDetail.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamPrimaryChannelPlannerPlanTaskDetail.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetagroupteamprimarychannelplannerplantaskdetail Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupTeamPrimaryChannelPlannerPlanTaskDetail --- @@ -29,7 +29,6 @@ Update-MgBetaGroupTeamPrimaryChannelPlannerPlanTaskDetail -GroupId -Pla [-PreviewType ] [-References ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -40,7 +39,6 @@ Update-MgBetaGroupTeamPrimaryChannelPlannerPlanTaskDetail -GroupId -Pla [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -54,7 +52,6 @@ Update-MgBetaGroupTeamPrimaryChannelPlannerPlanTaskDetail -InputObject ] [-References ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -65,7 +62,6 @@ Update-MgBetaGroupTeamPrimaryChannelPlannerPlanTaskDetail -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamPrimaryChannelPlannerPlanTaskProgressTaskBoardFormat.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamPrimaryChannelPlannerPlanTaskProgressTaskBoardFormat.md index d2d53d98d3657..2913319c77f6a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamPrimaryChannelPlannerPlanTaskProgressTaskBoardFormat.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamPrimaryChannelPlannerPlanTaskProgressTaskBoardFormat.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetagroupteamprimarychannelplannerplantaskprogresstaskboardformat Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupTeamPrimaryChannelPlannerPlanTaskProgressTaskBoardFormat --- @@ -25,7 +25,7 @@ Update-MgBetaGroupTeamPrimaryChannelPlannerPlanTaskProgressTaskBoardFormat -Grou [-ResponseHeadersVariable ] [-AdditionalProperties ] [-Id ] [-OrderHint ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -37,7 +37,6 @@ Update-MgBetaGroupTeamPrimaryChannelPlannerPlanTaskProgressTaskBoardFormat -Grou [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -48,7 +47,7 @@ Update-MgBetaGroupTeamPrimaryChannelPlannerPlanTaskProgressTaskBoardFormat [-AdditionalProperties ] [-Id ] [-OrderHint ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -60,7 +59,6 @@ Update-MgBetaGroupTeamPrimaryChannelPlannerPlanTaskProgressTaskBoardFormat [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamPrimaryChannelSharedWithTeam.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamPrimaryChannelSharedWithTeam.md index f53961214a407..a83e0e3c35252 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamPrimaryChannelSharedWithTeam.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamPrimaryChannelSharedWithTeam.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetagroupteamprimarychannelsharedwithteam Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupTeamPrimaryChannelSharedWithTeam --- @@ -29,7 +29,7 @@ Update-MgBetaGroupTeamPrimaryChannelSharedWithTeam -GroupId [-DisplayName ] [-Id ] [-IsHostTeam] [-Team ] [-TenantId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -40,7 +40,6 @@ Update-MgBetaGroupTeamPrimaryChannelSharedWithTeam -GroupId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -52,7 +51,6 @@ Update-MgBetaGroupTeamPrimaryChannelSharedWithTeam -InputObject [-IsHostTeam] [-Team ] [-TenantId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -62,7 +60,7 @@ Update-MgBetaGroupTeamPrimaryChannelSharedWithTeam -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -1090,6 +1088,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -2947,21 +3002,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -4744,6 +4856,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -5396,7 +5509,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -9874,6 +9990,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -11731,21 +11904,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -13528,6 +13758,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -14180,7 +14411,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamPrimaryChannelTab.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamPrimaryChannelTab.md index 49d09b1664d47..546f803902312 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamPrimaryChannelTab.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamPrimaryChannelTab.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetagroupteamprimarychanneltab Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupTeamPrimaryChannelTab --- @@ -30,7 +30,6 @@ Update-MgBetaGroupTeamPrimaryChannelTab -GroupId -TeamsTabId [-TeamsAppId ] [-WebUrl ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -40,7 +39,7 @@ Update-MgBetaGroupTeamPrimaryChannelTab -GroupId -TeamsTabId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -53,7 +52,6 @@ Update-MgBetaGroupTeamPrimaryChannelTab -InputObject [-TeamsAppId ] [-WebUrl ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -63,7 +61,7 @@ Update-MgBetaGroupTeamPrimaryChannelTab -InputObject -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.Teams/Update-MgBetaGroupTeamScheduleDayNote.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamScheduleDayNote.md index ae61e48786676..6dfa8b9428c18 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamScheduleDayNote.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamScheduleDayNote.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetagroupteamscheduledaynote Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupTeamScheduleDayNote --- @@ -30,7 +30,7 @@ Update-MgBetaGroupTeamScheduleDayNote -DayNoteId -GroupId [-LastModifiedBy ] [-SharedDayNote ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -40,7 +40,7 @@ Update-MgBetaGroupTeamScheduleDayNote -DayNoteId -GroupId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -53,7 +53,7 @@ Update-MgBetaGroupTeamScheduleDayNote -InputObject [-LastModifiedBy ] [-SharedDayNote ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -63,7 +63,7 @@ Update-MgBetaGroupTeamScheduleDayNote -InputObject -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.Teams/Update-MgBetaGroupTeamScheduleOfferShiftRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamScheduleOfferShiftRequest.md index 58fe488a1c604..ae045bebcd035 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamScheduleOfferShiftRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamScheduleOfferShiftRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetagroupteamscheduleoffershiftrequest Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupTeamScheduleOfferShiftRequest --- @@ -31,7 +31,6 @@ Update-MgBetaGroupTeamScheduleOfferShiftRequest -GroupId -OfferShiftReq [-SenderShiftId ] [-State ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -41,7 +40,7 @@ Update-MgBetaGroupTeamScheduleOfferShiftRequest -GroupId -OfferShiftReq -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -55,7 +54,6 @@ Update-MgBetaGroupTeamScheduleOfferShiftRequest -InputObject [-SenderShiftId ] [-State ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -65,7 +63,7 @@ Update-MgBetaGroupTeamScheduleOfferShiftRequest -InputObject -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.Teams/Update-MgBetaGroupTeamScheduleOpenShift.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamScheduleOpenShift.md index 1d06affc30096..35c13cfe6fef1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamScheduleOpenShift.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamScheduleOpenShift.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetagroupteamscheduleopenshift Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupTeamScheduleOpenShift --- @@ -31,7 +31,7 @@ Update-MgBetaGroupTeamScheduleOpenShift -GroupId -OpenShiftId [-SharedOpenShift ] [-TeamInfo ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -41,7 +41,7 @@ Update-MgBetaGroupTeamScheduleOpenShift -GroupId -OpenShiftId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -55,7 +55,7 @@ Update-MgBetaGroupTeamScheduleOpenShift -InputObject [-SharedOpenShift ] [-TeamInfo ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -65,7 +65,7 @@ Update-MgBetaGroupTeamScheduleOpenShift -InputObject -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.Teams/Update-MgBetaGroupTeamScheduleOpenShiftChangeRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamScheduleOpenShiftChangeRequest.md index 695fdb5dc9568..100add70ad167 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamScheduleOpenShiftChangeRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamScheduleOpenShiftChangeRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetagroupteamscheduleopenshiftchangerequest Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupTeamScheduleOpenShiftChangeRequest --- @@ -31,7 +31,7 @@ Update-MgBetaGroupTeamScheduleOpenShiftChangeRequest -GroupId [-OpenShiftId ] [-SenderMessage ] [-State ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -42,7 +42,6 @@ Update-MgBetaGroupTeamScheduleOpenShiftChangeRequest -GroupId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -55,7 +54,7 @@ Update-MgBetaGroupTeamScheduleOpenShiftChangeRequest -InputObject ] [-SenderMessage ] [-State ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -65,7 +64,7 @@ Update-MgBetaGroupTeamScheduleOpenShiftChangeRequest -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamScheduleSchedulingGroup.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamScheduleSchedulingGroup.md index 4bb9634dd6f80..dacba90fb0153 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamScheduleSchedulingGroup.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamScheduleSchedulingGroup.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetagroupteamscheduleschedulinggroup Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupTeamScheduleSchedulingGroup --- @@ -29,7 +29,7 @@ Update-MgBetaGroupTeamScheduleSchedulingGroup -GroupId -SchedulingGroup [-LastModifiedBy ] [-UserIds ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -39,7 +39,7 @@ Update-MgBetaGroupTeamScheduleSchedulingGroup -GroupId -SchedulingGroup -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -51,7 +51,7 @@ Update-MgBetaGroupTeamScheduleSchedulingGroup -InputObject [-LastModifiedBy ] [-UserIds ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -61,7 +61,7 @@ Update-MgBetaGroupTeamScheduleSchedulingGroup -InputObject -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.Teams/Update-MgBetaGroupTeamScheduleShift.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamScheduleShift.md index b340fe4c6c9bb..28bdae9d6c2ba 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamScheduleShift.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamScheduleShift.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetagroupteamscheduleshift Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupTeamScheduleShift --- @@ -32,7 +32,6 @@ Update-MgBetaGroupTeamScheduleShift -GroupId -ShiftId [-UserId ] [-UserInfo ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -42,7 +41,7 @@ Update-MgBetaGroupTeamScheduleShift -GroupId -ShiftId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -57,7 +56,6 @@ Update-MgBetaGroupTeamScheduleShift -InputObject [-UserId ] [-UserInfo ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -67,7 +65,7 @@ Update-MgBetaGroupTeamScheduleShift -InputObject -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.Teams/Update-MgBetaGroupTeamScheduleShiftRoleDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamScheduleShiftRoleDefinition.md index b47f3733f1d14..4d549f3bc1fce 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamScheduleShiftRoleDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamScheduleShiftRoleDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetagroupteamscheduleshiftroledefinition Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupTeamScheduleShiftRoleDefinition --- @@ -26,7 +26,6 @@ Update-MgBetaGroupTeamScheduleShiftRoleDefinition -GroupId -ShiftsRoleD [-ShiftsRolePermissions ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -36,7 +35,7 @@ Update-MgBetaGroupTeamScheduleShiftRoleDefinition -GroupId -ShiftsRoleD -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -48,7 +47,6 @@ Update-MgBetaGroupTeamScheduleShiftRoleDefinition -InputObject [-ShiftsRolePermissions ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -58,7 +56,7 @@ Update-MgBetaGroupTeamScheduleShiftRoleDefinition -InputObject -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.Teams/Update-MgBetaGroupTeamScheduleSwapShiftChangeRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamScheduleSwapShiftChangeRequest.md index af907322a11e9..4a29885038fba 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamScheduleSwapShiftChangeRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamScheduleSwapShiftChangeRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetagroupteamscheduleswapshiftchangerequest Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupTeamScheduleSwapShiftChangeRequest --- @@ -32,7 +32,7 @@ Update-MgBetaGroupTeamScheduleSwapShiftChangeRequest -GroupId [-SenderMessage ] [-SenderShiftId ] [-State ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -43,7 +43,6 @@ Update-MgBetaGroupTeamScheduleSwapShiftChangeRequest -GroupId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -57,7 +56,7 @@ Update-MgBetaGroupTeamScheduleSwapShiftChangeRequest -InputObject ] [-SenderShiftId ] [-State ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -67,7 +66,7 @@ Update-MgBetaGroupTeamScheduleSwapShiftChangeRequest -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamScheduleTimeCard.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamScheduleTimeCard.md index 144f10fb35f5d..24a992db5f492 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamScheduleTimeCard.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamScheduleTimeCard.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetagroupteamscheduletimecard Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupTeamScheduleTimeCard --- @@ -32,7 +32,7 @@ Update-MgBetaGroupTeamScheduleTimeCard -GroupId -TimeCardId [-OriginalEntry ] [-State ] [-UserId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -42,7 +42,7 @@ Update-MgBetaGroupTeamScheduleTimeCard -GroupId -TimeCardId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -57,7 +57,7 @@ Update-MgBetaGroupTeamScheduleTimeCard -InputObject [-OriginalEntry ] [-State ] [-UserId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -67,7 +67,7 @@ Update-MgBetaGroupTeamScheduleTimeCard -InputObject -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.Teams/Update-MgBetaGroupTeamScheduleTimeOff.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamScheduleTimeOff.md index 684b66b423d8a..48c8361394363 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamScheduleTimeOff.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamScheduleTimeOff.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetagroupteamscheduletimeoff Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupTeamScheduleTimeOff --- @@ -31,7 +31,6 @@ Update-MgBetaGroupTeamScheduleTimeOff -GroupId -TimeOffId [-UserId ] [-UserInfo ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -41,7 +40,7 @@ Update-MgBetaGroupTeamScheduleTimeOff -GroupId -TimeOffId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -55,7 +54,6 @@ Update-MgBetaGroupTeamScheduleTimeOff -InputObject [-UserId ] [-UserInfo ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -65,7 +63,7 @@ Update-MgBetaGroupTeamScheduleTimeOff -InputObject -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.Teams/Update-MgBetaGroupTeamScheduleTimeOffReason.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamScheduleTimeOffReason.md index 52b0594e937cd..42f0b457f8f44 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamScheduleTimeOffReason.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamScheduleTimeOffReason.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetagroupteamscheduletimeoffreason Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupTeamScheduleTimeOffReason --- @@ -29,7 +29,7 @@ Update-MgBetaGroupTeamScheduleTimeOffReason -GroupId -TimeOffReasonId < [-Id ] [-IsActive] [-LastModifiedBy ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -39,7 +39,7 @@ Update-MgBetaGroupTeamScheduleTimeOffReason -GroupId -TimeOffReasonId < -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -51,7 +51,7 @@ Update-MgBetaGroupTeamScheduleTimeOffReason -InputObject [-Id ] [-IsActive] [-LastModifiedBy ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -61,7 +61,7 @@ Update-MgBetaGroupTeamScheduleTimeOffReason -InputObject -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.Teams/Update-MgBetaGroupTeamScheduleTimeOffRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamScheduleTimeOffRequest.md index 560e434f96d25..dab06cfde9a58 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamScheduleTimeOffRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamScheduleTimeOffRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetagroupteamscheduletimeoffrequest Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupTeamScheduleTimeOffRequest --- @@ -30,7 +30,7 @@ Update-MgBetaGroupTeamScheduleTimeOffRequest -GroupId -TimeOffRequestId [-SenderMessage ] [-StartDateTime ] [-State ] [-TimeOffReasonId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -40,7 +40,7 @@ Update-MgBetaGroupTeamScheduleTimeOffRequest -GroupId -TimeOffRequestId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -53,7 +53,7 @@ Update-MgBetaGroupTeamScheduleTimeOffRequest -InputObject [-SenderMessage ] [-StartDateTime ] [-State ] [-TimeOffReasonId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -63,7 +63,7 @@ Update-MgBetaGroupTeamScheduleTimeOffRequest -InputObject -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.Teams/Update-MgBetaGroupTeamTag.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamTag.md index e6612d8d41874..01a31e6449cc1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamTag.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamTag.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetagroupteamtag Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupTeamTag --- @@ -29,7 +29,7 @@ Update-MgBetaGroupTeamTag -GroupId -TeamworkTagId [-Members ] [-TagType ] [-TeamId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -39,7 +39,7 @@ Update-MgBetaGroupTeamTag -GroupId -TeamworkTagId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -50,7 +50,7 @@ Update-MgBetaGroupTeamTag -InputObject [-ResponseHeadersVariabl [-MemberCount ] [-Members ] [-TagType ] [-TeamId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -60,7 +60,6 @@ Update-MgBetaGroupTeamTag -InputObject -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamTagMember.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamTagMember.md index 3597d28175596..7c6e500f141ba 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamTagMember.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaGroupTeamTagMember.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetagroupteamtagmember Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaGroupTeamTagMember --- @@ -28,7 +28,7 @@ Update-MgBetaGroupTeamTagMember -GroupId -TeamworkTagId [-AdditionalProperties ] [-DisplayName ] [-Id ] [-TenantId ] [-UserId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -39,7 +39,6 @@ Update-MgBetaGroupTeamTagMember -GroupId -TeamworkTagId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -49,7 +48,7 @@ Update-MgBetaGroupTeamTagMember -InputObject [-ResponseHeadersV [-AdditionalProperties ] [-DisplayName ] [-Id ] [-TenantId ] [-UserId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -59,7 +58,7 @@ Update-MgBetaGroupTeamTagMember -InputObject -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.Teams/Update-MgBetaTeam.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeam.md index 6d8bdf9463cc3..eaa1fc49b7dbc 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeam.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeam.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetateam Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaTeam --- @@ -44,7 +44,6 @@ Update-MgBetaTeam -TeamId [-ResponseHeadersVariable ] [-TenantId ] [-Visibility ] [-WebUrl ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -54,7 +53,6 @@ Update-MgBetaTeam -TeamId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -81,7 +79,6 @@ Update-MgBetaTeam -InputObject [-ResponseHeadersVariable ] [-Visibility ] [-WebUrl ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -91,7 +88,6 @@ Update-MgBetaTeam -InputObject -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -107,9 +103,9 @@ Update the properties of the specified team. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | TeamSettings.ReadWrite.All, Group.ReadWrite.All, Directory.ReadWrite.All, | +| Delegated (work or school account) | TeamSettings.ReadWrite.All, Directory.ReadWrite.All, Group.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | TeamSettings.ReadWrite.Group, TeamSettings.ReadWrite.All, Group.ReadWrite.All, Directory.ReadWrite.All, | +| Application | TeamSettings.ReadWrite.Group, Directory.ReadWrite.All, Group.ReadWrite.All, TeamSettings.ReadWrite.All, | ## EXAMPLES ### Example 1: Code snippet @@ -1895,6 +1891,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -3752,21 +3805,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -5549,6 +5659,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -6556,7 +6667,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -10638,6 +10752,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -12495,21 +12666,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -14292,6 +14520,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -14944,7 +15173,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -19373,6 +19605,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -21230,21 +21519,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -23027,6 +23373,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -24034,7 +24381,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -28023,16 +28373,59 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. [UsageRights ]: [Id ]: The unique identifier for an entity. Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. @@ -28507,6 +28900,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -30139,7 +30589,22 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [AssignmentErrors ]: + [Id ]: The unique identifier for an entity. +Read-only. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [Assignments ]: [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -36405,7 +36870,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -36867,6 +37335,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -38724,21 +39249,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -40521,6 +41103,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -41528,7 +42111,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -45695,6 +46281,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -47631,21 +48274,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -50181,6 +50881,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -51239,7 +51940,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -54556,6 +55260,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -56413,21 +57174,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -58210,6 +59028,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -59217,7 +60036,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -63602,6 +64424,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -65459,21 +66338,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -67256,6 +68192,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -67908,7 +68845,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamChannel.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamChannel.md index 4172c5e71be73..ee94d7c32d00b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamChannel.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamChannel.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetateamchannel Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaTeamChannel --- @@ -36,7 +36,7 @@ Update-MgBetaTeamChannel -ChannelId -TeamId [-ResponseHeadersV [-Summary ] [-Tabs ] [-TenantId ] [-WebUrl ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -46,7 +46,7 @@ Update-MgBetaTeamChannel -ChannelId -TeamId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -65,7 +65,7 @@ Update-MgBetaTeamChannel -InputObject [-ResponseHeadersVariable [-Summary ] [-Tabs ] [-TenantId ] [-WebUrl ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -75,7 +75,6 @@ Update-MgBetaTeamChannel -InputObject -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -91,9 +90,9 @@ Update the properties of the specified channel. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | ChannelSettings.ReadWrite.All, Group.ReadWrite.All, Directory.ReadWrite.All, | +| Delegated (work or school account) | ChannelSettings.ReadWrite.All, Directory.ReadWrite.All, Group.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | ChannelSettings.ReadWrite.Group, Group.ReadWrite.All, Directory.ReadWrite.All, ChannelSettings.ReadWrite.All, | +| Application | ChannelSettings.ReadWrite.Group, ChannelSettings.ReadWrite.All, Directory.ReadWrite.All, Group.ReadWrite.All, | ## EXAMPLES ### Example 1: Code snippet @@ -118,6 +117,36 @@ Update-MgBetaTeamChannel -TeamId $teamId -ChannelId $channelId -BodyParameter $p ``` This example shows how to use the Update-MgBetaTeamChannel Cmdlet. +### Example 2: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Beta.Teams + +$params = @{ + layoutType = "chat" +} + +Update-MgBetaTeamChannel -TeamId $teamId -ChannelId $channelId -BodyParameter $params + +``` +This example shows how to use the Update-MgBetaTeamChannel Cmdlet. + +### Example 3: Code snippet + +```powershell + +Import-Module Microsoft.Graph.Beta.Teams + +$params = @{ + layoutType = "post" +} + +Update-MgBetaTeamChannel -TeamId $teamId -ChannelId $channelId -BodyParameter $params + +``` +This example shows how to use the Update-MgBetaTeamChannel Cmdlet. + ## PARAMETERS @@ -1610,6 +1639,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -3467,21 +3553,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -5264,6 +5407,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -6271,7 +6415,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -10338,6 +10485,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -12274,21 +12478,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -14071,6 +14332,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -15139,7 +15401,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -19680,6 +19945,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -21537,21 +21859,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -23334,6 +23713,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -23986,7 +24366,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamChannelMember.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamChannelMember.md index 25e985ac567b9..f7135e580d499 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamChannelMember.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamChannelMember.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetateamchannelmember Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaTeamChannelMember --- @@ -28,7 +28,7 @@ Update-MgBetaTeamChannelMember -ChannelId -ConversationMemberId ] [-Roles ] [-VisibleHistoryStartDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateExpanded1 @@ -39,7 +39,7 @@ Update-MgBetaTeamChannelMember -ChannelId -ConversationMemberId ] [-Roles ] [-VisibleHistoryStartDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update1 @@ -49,7 +49,7 @@ Update-MgBetaTeamChannelMember -ChannelId -ConversationMemberId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -59,7 +59,7 @@ Update-MgBetaTeamChannelMember -ChannelId -ConversationMemberId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded1 @@ -70,7 +70,6 @@ Update-MgBetaTeamChannelMember -InputObject [-ResponseHeadersVa [-VisibleHistoryStartDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -81,7 +80,6 @@ Update-MgBetaTeamChannelMember -InputObject [-ResponseHeadersVa [-VisibleHistoryStartDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity1 @@ -91,7 +89,7 @@ Update-MgBetaTeamChannelMember -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -101,7 +99,7 @@ Update-MgBetaTeamChannelMember -InputObject -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.Teams/Update-MgBetaTeamChannelMessage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamChannelMessage.md index 212a562acb2ad..a9c433a5f0aed 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamChannelMessage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamChannelMessage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetateamchannelmessage Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaTeamChannelMessage --- @@ -44,7 +44,7 @@ Update-MgBetaTeamChannelMessage -ChannelId -ChatMessageId -Tea [-ReplyToId ] [-Subject ] [-Summary ] [-WebUrl ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -54,7 +54,7 @@ Update-MgBetaTeamChannelMessage -ChannelId -ChatMessageId -Tea -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -74,7 +74,7 @@ Update-MgBetaTeamChannelMessage -InputObject [-ResponseHeadersV [-ReplyToId ] [-Subject ] [-Summary ] [-WebUrl ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -84,7 +84,7 @@ Update-MgBetaTeamChannelMessage -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -102,6 +102,14 @@ If one of the members is using Skype, the operation fails. This method doesn't support federation. Only the user in the tenant who sent the message can perform data loss prevention (DLP) updates on the specified chat message. +**Permissions** + +| Permission type | Permissions (from least to most privileged) | +| --------------- | ------------------------------------------ | +| Delegated (work or school account) | Not supported | +| Delegated (personal Microsoft account) | Not supported | +| Application | ChannelMessage.UpdatePolicyViolation.All, Teamwork.Migrate.All, | + ## EXAMPLES ### Example 1: Update policyViolation using application permissions diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamChannelMessageReply.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamChannelMessageReply.md index d2aea11ed1853..cdf5b767db3f3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamChannelMessageReply.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamChannelMessageReply.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetateamchannelmessagereply Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaTeamChannelMessageReply --- @@ -38,7 +38,7 @@ Update-MgBetaTeamChannelMessageReply -ChannelId -ChatMessageId [-ReplyToId ] [-Subject ] [-Summary ] [-WebUrl ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -49,7 +49,6 @@ Update-MgBetaTeamChannelMessageReply -ChannelId -ChatMessageId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -70,7 +69,7 @@ Update-MgBetaTeamChannelMessageReply -InputObject [-ReplyToId ] [-Subject ] [-Summary ] [-WebUrl ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -80,7 +79,7 @@ Update-MgBetaTeamChannelMessageReply -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -92,6 +91,14 @@ This cmdlet has the following aliases, Update the navigation property replies in teams +**Permissions** + +| Permission type | Permissions (from least to most privileged) | +| --------------- | ------------------------------------------ | +| Delegated (work or school account) | Not supported | +| Delegated (personal Microsoft account) | Not supported | +| Application | ChannelMessage.UpdatePolicyViolation.All, Teamwork.Migrate.All, | + ## PARAMETERS ### -AdditionalProperties diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamChannelMessageReplyHostedContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamChannelMessageReplyHostedContent.md index e8dc053acdb1f..fbfb5672406d8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamChannelMessageReplyHostedContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamChannelMessageReplyHostedContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetateamchannelmessagereplyhostedcontent Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaTeamChannelMessageReplyHostedContent --- @@ -29,7 +29,7 @@ Update-MgBetaTeamChannelMessageReplyHostedContent -ChannelId [-ContentBytesInputFile ] [-ContentType ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -40,7 +40,7 @@ Update-MgBetaTeamChannelMessageReplyHostedContent -ChannelId -TeamId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -51,7 +51,7 @@ Update-MgBetaTeamChannelMessageReplyHostedContent -InputObject [-ContentBytesInputFile ] [-ContentType ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -61,7 +61,6 @@ Update-MgBetaTeamChannelMessageReplyHostedContent -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamChannelPlanner.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamChannelPlanner.md index d75e799733d57..9673fbdf5b497 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamChannelPlanner.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamChannelPlanner.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetateamchannelplanner Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaTeamChannelPlanner --- @@ -25,7 +25,6 @@ Update-MgBetaTeamChannelPlanner -ChannelId -TeamId [-Plans ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -35,7 +34,7 @@ Update-MgBetaTeamChannelPlanner -ChannelId -TeamId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -45,7 +44,7 @@ Update-MgBetaTeamChannelPlanner -InputObject [-ResponseHeadersV [-AdditionalProperties ] [-Id ] [-Plans ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -55,7 +54,7 @@ Update-MgBetaTeamChannelPlanner -InputObject -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.Teams/Update-MgBetaTeamChannelPlannerPlan.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamChannelPlannerPlan.md index badd33483ebdf..3a1a0b05fbc51 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamChannelPlannerPlan.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamChannelPlannerPlan.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetateamchannelplannerplan Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaTeamChannelPlannerPlan --- @@ -32,7 +32,6 @@ Update-MgBetaTeamChannelPlannerPlan -ChannelId -PlannerPlanId [-Tasks ] [-Title ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -42,7 +41,7 @@ Update-MgBetaTeamChannelPlannerPlan -ChannelId -PlannerPlanId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -60,7 +59,6 @@ Update-MgBetaTeamChannelPlannerPlan -InputObject [-Tasks ] [-Title ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -70,7 +68,7 @@ Update-MgBetaTeamChannelPlannerPlan -InputObject -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.Teams/Update-MgBetaTeamChannelPlannerPlanBucket.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamChannelPlannerPlanBucket.md index ad33531f0e93a..77cf8cad89629 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamChannelPlannerPlanBucket.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamChannelPlannerPlanBucket.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetateamchannelplannerplanbucket Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaTeamChannelPlannerPlanBucket --- @@ -27,7 +27,7 @@ Update-MgBetaTeamChannelPlannerPlanBucket -ChannelId -PlannerBucketId < [-Name ] [-OrderHint ] [-PlanId ] [-Tasks ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -38,7 +38,6 @@ Update-MgBetaTeamChannelPlannerPlanBucket -ChannelId -PlannerBucketId < [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -51,7 +50,7 @@ Update-MgBetaTeamChannelPlannerPlanBucket -InputObject [-Name ] [-OrderHint ] [-PlanId ] [-Tasks ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -61,7 +60,7 @@ Update-MgBetaTeamChannelPlannerPlanBucket -InputObject -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.Teams/Update-MgBetaTeamChannelPlannerPlanBucketTask.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamChannelPlannerPlanBucketTask.md index bbd3078c8ed78..db271632043fb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamChannelPlannerPlanBucketTask.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamChannelPlannerPlanBucketTask.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetateamchannelplannerplanbuckettask Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaTeamChannelPlannerPlanBucketTask --- @@ -41,7 +41,7 @@ Update-MgBetaTeamChannelPlannerPlanBucketTask -ChannelId -PlannerBucket [-SpecifiedCompletionRequirements ] [-StartDateTime ] [-Title ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -52,7 +52,7 @@ Update-MgBetaTeamChannelPlannerPlanBucketTask -ChannelId -PlannerBucket -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -78,7 +78,7 @@ Update-MgBetaTeamChannelPlannerPlanBucketTask -InputObject [-SpecifiedCompletionRequirements ] [-StartDateTime ] [-Title ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -88,7 +88,7 @@ Update-MgBetaTeamChannelPlannerPlanBucketTask -InputObject -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.Teams/Update-MgBetaTeamChannelPlannerPlanBucketTaskAssignedToTaskBoardFormat.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamChannelPlannerPlanBucketTaskAssignedToTaskBoardFormat.md index da17432ddecc4..7e1ae3957b9a5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamChannelPlannerPlanBucketTaskAssignedToTaskBoardFormat.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamChannelPlannerPlanBucketTaskAssignedToTaskBoardFormat.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetateamchannelplannerplanbuckettaskassignedtotaskboardformat Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaTeamChannelPlannerPlanBucketTaskAssignedToTaskBoardFormat --- @@ -26,7 +26,7 @@ Update-MgBetaTeamChannelPlannerPlanBucketTaskAssignedToTaskBoardFormat -ChannelI [-Id ] [-OrderHintsByAssignee ] [-UnassignedOrderHint ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -38,7 +38,6 @@ Update-MgBetaTeamChannelPlannerPlanBucketTaskAssignedToTaskBoardFormat -ChannelI [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -49,7 +48,7 @@ Update-MgBetaTeamChannelPlannerPlanBucketTaskAssignedToTaskBoardFormat -InputObj [-Id ] [-OrderHintsByAssignee ] [-UnassignedOrderHint ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -60,7 +59,6 @@ Update-MgBetaTeamChannelPlannerPlanBucketTaskAssignedToTaskBoardFormat -InputObj [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamChannelPlannerPlanBucketTaskBoardFormat.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamChannelPlannerPlanBucketTaskBoardFormat.md index 45289e9b059af..a028a5506c79a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamChannelPlannerPlanBucketTaskBoardFormat.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamChannelPlannerPlanBucketTaskBoardFormat.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetateamchannelplannerplanbuckettaskboardformat Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaTeamChannelPlannerPlanBucketTaskBoardFormat --- @@ -26,7 +26,6 @@ Update-MgBetaTeamChannelPlannerPlanBucketTaskBoardFormat -ChannelId [-Id ] [-OrderHint ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -38,7 +37,6 @@ Update-MgBetaTeamChannelPlannerPlanBucketTaskBoardFormat -ChannelId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -49,7 +47,6 @@ Update-MgBetaTeamChannelPlannerPlanBucketTaskBoardFormat -InputObject ] [-OrderHint ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -60,7 +57,6 @@ Update-MgBetaTeamChannelPlannerPlanBucketTaskBoardFormat -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamChannelPlannerPlanBucketTaskDetail.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamChannelPlannerPlanBucketTaskDetail.md index 1e7c4c3618490..27b3eaf386831 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamChannelPlannerPlanBucketTaskDetail.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamChannelPlannerPlanBucketTaskDetail.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetateamchannelplannerplanbuckettaskdetail Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaTeamChannelPlannerPlanBucketTaskDetail --- @@ -29,7 +29,6 @@ Update-MgBetaTeamChannelPlannerPlanBucketTaskDetail -ChannelId -Planner [-PreviewType ] [-References ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -40,7 +39,7 @@ Update-MgBetaTeamChannelPlannerPlanBucketTaskDetail -ChannelId -Planner -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -54,7 +53,6 @@ Update-MgBetaTeamChannelPlannerPlanBucketTaskDetail -InputObject ] [-References ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -64,7 +62,7 @@ Update-MgBetaTeamChannelPlannerPlanBucketTaskDetail -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamChannelPlannerPlanBucketTaskProgressTaskBoardFormat.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamChannelPlannerPlanBucketTaskProgressTaskBoardFormat.md index d9ada121bbf05..ae7b9b89c6c10 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamChannelPlannerPlanBucketTaskProgressTaskBoardFormat.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamChannelPlannerPlanBucketTaskProgressTaskBoardFormat.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetateamchannelplannerplanbuckettaskprogresstaskboardformat Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaTeamChannelPlannerPlanBucketTaskProgressTaskBoardFormat --- @@ -26,7 +26,6 @@ Update-MgBetaTeamChannelPlannerPlanBucketTaskProgressTaskBoardFormat -ChannelId [-Id ] [-OrderHint ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -38,7 +37,6 @@ Update-MgBetaTeamChannelPlannerPlanBucketTaskProgressTaskBoardFormat -ChannelId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -49,7 +47,6 @@ Update-MgBetaTeamChannelPlannerPlanBucketTaskProgressTaskBoardFormat -InputObjec [-Id ] [-OrderHint ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -60,7 +57,6 @@ Update-MgBetaTeamChannelPlannerPlanBucketTaskProgressTaskBoardFormat -InputObjec [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamChannelPlannerPlanDetail.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamChannelPlannerPlanDetail.md index 3a45909ce990e..530b98feb340a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamChannelPlannerPlanDetail.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamChannelPlannerPlanDetail.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetateamchannelplannerplandetail Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaTeamChannelPlannerPlanDetail --- @@ -27,7 +27,6 @@ Update-MgBetaTeamChannelPlannerPlanDetail -ChannelId -PlannerPlanId ] [-SharedWith ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -38,7 +37,6 @@ Update-MgBetaTeamChannelPlannerPlanDetail -ChannelId -PlannerPlanId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -50,7 +48,6 @@ Update-MgBetaTeamChannelPlannerPlanDetail -InputObject -IfMatch [-Id ] [-SharedWith ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -60,7 +57,7 @@ Update-MgBetaTeamChannelPlannerPlanDetail -InputObject -IfMatch -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.Teams/Update-MgBetaTeamChannelPlannerPlanTask.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamChannelPlannerPlanTask.md index 22a9120134be7..9e9eb1181395c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamChannelPlannerPlanTask.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamChannelPlannerPlanTask.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetateamchannelplannerplantask Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaTeamChannelPlannerPlanTask --- @@ -40,7 +40,7 @@ Update-MgBetaTeamChannelPlannerPlanTask -ChannelId -PlannerPlanId ] [-StartDateTime ] [-Title ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -51,7 +51,6 @@ Update-MgBetaTeamChannelPlannerPlanTask -ChannelId -PlannerPlanId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -77,7 +76,7 @@ Update-MgBetaTeamChannelPlannerPlanTask -InputObject [-SpecifiedCompletionRequirements ] [-StartDateTime ] [-Title ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -87,7 +86,7 @@ Update-MgBetaTeamChannelPlannerPlanTask -InputObject -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.Teams/Update-MgBetaTeamChannelPlannerPlanTaskAssignedToTaskBoardFormat.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamChannelPlannerPlanTaskAssignedToTaskBoardFormat.md index 748687b99364b..f105c944f5d06 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamChannelPlannerPlanTaskAssignedToTaskBoardFormat.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamChannelPlannerPlanTaskAssignedToTaskBoardFormat.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetateamchannelplannerplantaskassignedtotaskboardformat Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaTeamChannelPlannerPlanTaskAssignedToTaskBoardFormat --- @@ -26,7 +26,7 @@ Update-MgBetaTeamChannelPlannerPlanTaskAssignedToTaskBoardFormat -ChannelId ] [-UnassignedOrderHint ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -38,7 +38,6 @@ Update-MgBetaTeamChannelPlannerPlanTaskAssignedToTaskBoardFormat -ChannelId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -49,7 +48,7 @@ Update-MgBetaTeamChannelPlannerPlanTaskAssignedToTaskBoardFormat -InputObject ] [-OrderHintsByAssignee ] [-UnassignedOrderHint ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -60,7 +59,6 @@ Update-MgBetaTeamChannelPlannerPlanTaskAssignedToTaskBoardFormat -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamChannelPlannerPlanTaskBucketTaskBoardFormat.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamChannelPlannerPlanTaskBucketTaskBoardFormat.md index 1236b14cfbd15..f0434896504a1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamChannelPlannerPlanTaskBucketTaskBoardFormat.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamChannelPlannerPlanTaskBucketTaskBoardFormat.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetateamchannelplannerplantaskbuckettaskboardformat Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaTeamChannelPlannerPlanTaskBucketTaskBoardFormat --- @@ -25,7 +25,7 @@ Update-MgBetaTeamChannelPlannerPlanTaskBucketTaskBoardFormat -ChannelId [-ResponseHeadersVariable ] [-AdditionalProperties ] [-Id ] [-OrderHint ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -37,7 +37,6 @@ Update-MgBetaTeamChannelPlannerPlanTaskBucketTaskBoardFormat -ChannelId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -48,7 +47,6 @@ Update-MgBetaTeamChannelPlannerPlanTaskBucketTaskBoardFormat -InputObject ] [-OrderHint ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -59,7 +57,6 @@ Update-MgBetaTeamChannelPlannerPlanTaskBucketTaskBoardFormat -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamChannelPlannerPlanTaskDetail.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamChannelPlannerPlanTaskDetail.md index e1f9770283330..28518eb2adcc6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamChannelPlannerPlanTaskDetail.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamChannelPlannerPlanTaskDetail.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetateamchannelplannerplantaskdetail Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaTeamChannelPlannerPlanTaskDetail --- @@ -29,7 +29,6 @@ Update-MgBetaTeamChannelPlannerPlanTaskDetail -ChannelId -PlannerPlanId [-PreviewType ] [-References ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -40,7 +39,7 @@ Update-MgBetaTeamChannelPlannerPlanTaskDetail -ChannelId -PlannerPlanId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -54,7 +53,6 @@ Update-MgBetaTeamChannelPlannerPlanTaskDetail -InputObject -IfM [-PreviewType ] [-References ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -64,7 +62,7 @@ Update-MgBetaTeamChannelPlannerPlanTaskDetail -InputObject -IfM -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.Teams/Update-MgBetaTeamChannelPlannerPlanTaskProgressTaskBoardFormat.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamChannelPlannerPlanTaskProgressTaskBoardFormat.md index 265578cafac28..e8af7dba92387 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamChannelPlannerPlanTaskProgressTaskBoardFormat.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamChannelPlannerPlanTaskProgressTaskBoardFormat.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetateamchannelplannerplantaskprogresstaskboardformat Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaTeamChannelPlannerPlanTaskProgressTaskBoardFormat --- @@ -25,7 +25,7 @@ Update-MgBetaTeamChannelPlannerPlanTaskProgressTaskBoardFormat -ChannelId ] [-AdditionalProperties ] [-Id ] [-OrderHint ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -37,7 +37,6 @@ Update-MgBetaTeamChannelPlannerPlanTaskProgressTaskBoardFormat -ChannelId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -48,7 +47,6 @@ Update-MgBetaTeamChannelPlannerPlanTaskProgressTaskBoardFormat -InputObject ] [-OrderHint ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -59,7 +57,6 @@ Update-MgBetaTeamChannelPlannerPlanTaskProgressTaskBoardFormat -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamChannelSharedWithTeam.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamChannelSharedWithTeam.md index 3449251ea5a2c..6b19429e1f6c4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamChannelSharedWithTeam.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamChannelSharedWithTeam.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetateamchannelsharedwithteam Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaTeamChannelSharedWithTeam --- @@ -29,7 +29,6 @@ Update-MgBetaTeamChannelSharedWithTeam -ChannelId -SharedWithChannelTea [-IsHostTeam] [-Team ] [-TenantId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -40,7 +39,6 @@ Update-MgBetaTeamChannelSharedWithTeam -ChannelId -SharedWithChannelTea [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -52,7 +50,6 @@ Update-MgBetaTeamChannelSharedWithTeam -InputObject [-IsHostTeam] [-Team ] [-TenantId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -62,7 +59,7 @@ Update-MgBetaTeamChannelSharedWithTeam -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -1117,6 +1114,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -2974,21 +3028,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -4771,6 +4882,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -5423,7 +5535,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -9901,6 +10016,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -11758,21 +11930,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -13555,6 +13784,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -14207,7 +14437,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamChannelTab.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamChannelTab.md index bbe8585b56959..2e0e1779850af 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamChannelTab.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamChannelTab.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetateamchanneltab Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaTeamChannelTab --- @@ -30,7 +30,6 @@ Update-MgBetaTeamChannelTab -ChannelId -TeamId -TeamsTabId ] [-WebUrl ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -40,7 +39,7 @@ Update-MgBetaTeamChannelTab -ChannelId -TeamId -TeamsTabId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -52,7 +51,7 @@ Update-MgBetaTeamChannelTab -InputObject [-ResponseHeadersVaria [-TeamsApp ] [-TeamsAppId ] [-WebUrl ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -62,7 +61,6 @@ Update-MgBetaTeamChannelTab -InputObject -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -78,9 +76,9 @@ Update the navigation property tabs in teams | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | TeamsTab.ReadWriteSelfForTeam, TeamsTab.ReadWriteForTeam, TeamsTab.ReadWrite.All, Group.ReadWrite.All, Directory.ReadWrite.All, | +| Delegated (work or school account) | TeamsTab.ReadWriteSelfForTeam, Directory.ReadWrite.All, Group.ReadWrite.All, TeamsTab.ReadWrite.All, TeamsTab.ReadWriteForTeam, | | Delegated (personal Microsoft account) | Not supported | -| Application | TeamsTab.ReadWrite.Group, TeamsTab.ReadWriteSelfForTeam.All, TeamsTab.ReadWriteForTeam.All, TeamsTab.ReadWrite.All, Group.ReadWrite.All, Directory.ReadWrite.All, | +| Application | TeamsTab.ReadWrite.Group, Directory.ReadWrite.All, Group.ReadWrite.All, TeamsTab.ReadWrite.All, TeamsTab.ReadWriteForTeam.All, TeamsTab.ReadWriteSelfForTeam.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamInstalledApp.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamInstalledApp.md index a031317292c01..cda950dcced12 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamInstalledApp.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamInstalledApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetateaminstalledapp Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaTeamInstalledApp --- @@ -28,7 +28,6 @@ Update-MgBetaTeamInstalledApp -TeamId -TeamsAppInstallationId [-ConsentedPermissionSet ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Upgrade @@ -39,7 +38,6 @@ Update-MgBetaTeamInstalledApp -TeamId -TeamsAppInstallationId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpgradeViaIdentityExpanded @@ -50,7 +48,6 @@ Update-MgBetaTeamInstalledApp -InputObject [-ResponseHeadersVar [-ConsentedPermissionSet ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpgradeViaIdentity @@ -61,7 +58,6 @@ Update-MgBetaTeamInstalledApp -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -77,9 +73,9 @@ Upgrade an app installation within a chat. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | TeamsAppInstallation.ReadWriteSelfForTeam, TeamsAppInstallation.ReadWriteForTeam, TeamsAppInstallation.ReadWriteAndConsentSelfForTeam, TeamsAppInstallation.ReadWriteAndConsentForTeam, TeamsAppInstallation.ManageSelectedForTeam, Group.ReadWrite.All, Directory.ReadWrite.All, | +| Delegated (work or school account) | TeamsAppInstallation.ReadWriteSelfForTeam, Directory.ReadWrite.All, Group.ReadWrite.All, TeamsAppInstallation.ManageSelectedForTeam, TeamsAppInstallation.ReadWriteAndConsentForTeam, TeamsAppInstallation.ReadWriteAndConsentSelfForTeam, TeamsAppInstallation.ReadWriteForTeam, | | Delegated (personal Microsoft account) | Not supported | -| Application | TeamsAppInstallation.ReadWriteSelfForTeam.All, TeamsAppInstallation.ReadWriteForTeam.All, TeamsAppInstallation.ReadWriteAndConsentSelfForTeam.All, TeamsAppInstallation.ReadWriteAndConsentForTeam.All, TeamsAppInstallation.ManageSelectedForTeam.All, Group.ReadWrite.All, Directory.ReadWrite.All, | +| Application | TeamsAppInstallation.ReadWriteSelfForTeam.All, Directory.ReadWrite.All, Group.ReadWrite.All, TeamsAppInstallation.ManageSelectedForTeam.All, TeamsAppInstallation.ReadWriteAndConsentForTeam.All, TeamsAppInstallation.ReadWriteAndConsentSelfForTeam.All, TeamsAppInstallation.ReadWriteForTeam.All, | ## EXAMPLES ### Example 1: Using the Update-MgBetaTeamInstalledApp Cmdlet diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamMember.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamMember.md index d2eef2af00c47..48dfd5c7080a7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamMember.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamMember.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetateammember Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaTeamMember --- @@ -28,7 +28,7 @@ Update-MgBetaTeamMember -ConversationMemberId -TeamId [-Id ] [-Roles ] [-VisibleHistoryStartDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -38,7 +38,7 @@ Update-MgBetaTeamMember -ConversationMemberId -TeamId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -49,7 +49,6 @@ Update-MgBetaTeamMember -InputObject [-ResponseHeadersVariable [-VisibleHistoryStartDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -59,7 +58,7 @@ Update-MgBetaTeamMember -InputObject -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.Teams/Update-MgBetaTeamOperation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamOperation.md index 96d77fe7c9e70..e946d2c83b7f8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamOperation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamOperation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetateamoperation Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaTeamOperation --- @@ -30,7 +30,6 @@ Update-MgBetaTeamOperation -TeamId -TeamsAsyncOperationId [-TargetResourceId ] [-TargetResourceLocation ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -40,7 +39,7 @@ Update-MgBetaTeamOperation -TeamId -TeamsAsyncOperationId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -53,7 +52,6 @@ Update-MgBetaTeamOperation -InputObject [-ResponseHeadersVariab [-TargetResourceLocation ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -63,7 +61,7 @@ Update-MgBetaTeamOperation -InputObject -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.Teams/Update-MgBetaTeamOwnerMailboxSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamOwnerMailboxSetting.md index 2454c162f7cb8..ddb3be3415aa2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamOwnerMailboxSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamOwnerMailboxSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetateamownermailboxsetting Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaTeamOwnerMailboxSetting --- @@ -28,7 +28,6 @@ Update-MgBetaTeamOwnerMailboxSetting -TeamId -UserId [-WorkingHours ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -38,7 +37,7 @@ Update-MgBetaTeamOwnerMailboxSetting -TeamId -UserId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -52,7 +51,6 @@ Update-MgBetaTeamOwnerMailboxSetting -InputObject [-WorkingHours ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -62,7 +60,7 @@ Update-MgBetaTeamOwnerMailboxSetting -InputObject -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.Teams/Update-MgBetaTeamPermissionGrant.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamPermissionGrant.md index 848d11700c3a7..6d86d8c08dd43 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamPermissionGrant.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamPermissionGrant.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetateampermissiongrant Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaTeamPermissionGrant --- @@ -29,7 +29,6 @@ Update-MgBetaTeamPermissionGrant -ResourceSpecificPermissionGrantId -Te [-PermissionType ] [-ResourceAppId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -39,7 +38,7 @@ Update-MgBetaTeamPermissionGrant -ResourceSpecificPermissionGrantId -Te -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -50,7 +49,7 @@ Update-MgBetaTeamPermissionGrant -InputObject [-ResponseHeaders [-DeletedDateTime ] [-Id ] [-Permission ] [-PermissionType ] [-ResourceAppId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -60,7 +59,7 @@ Update-MgBetaTeamPermissionGrant -InputObject -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.Teams/Update-MgBetaTeamPhoto.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamPhoto.md index a9487c66fc3b6..65537a3217ade 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamPhoto.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamPhoto.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetateamphoto Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaTeamPhoto --- @@ -29,7 +29,7 @@ Update-MgBetaTeamPhoto -TeamId [-ResponseHeadersVariable ] [-AdditionalProperties ] [-Height ] [-Id ] [-Width ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -39,7 +39,6 @@ Update-MgBetaTeamPhoto -TeamId -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -49,7 +48,7 @@ Update-MgBetaTeamPhoto -InputObject [-ResponseHeadersVariable < [-AdditionalProperties ] [-Height ] [-Id ] [-Width ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -59,7 +58,6 @@ Update-MgBetaTeamPhoto -InputObject -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamPrimaryChannel.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamPrimaryChannel.md index 8dce728c72ec7..e309786e1577c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamPrimaryChannel.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamPrimaryChannel.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetateamprimarychannel Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaTeamPrimaryChannel --- @@ -36,7 +36,7 @@ Update-MgBetaTeamPrimaryChannel -TeamId [-ResponseHeadersVariable ] [-Tabs ] [-TenantId ] [-WebUrl ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -46,7 +46,6 @@ Update-MgBetaTeamPrimaryChannel -TeamId -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -65,7 +64,7 @@ Update-MgBetaTeamPrimaryChannel -InputObject [-ResponseHeadersV [-Summary ] [-Tabs ] [-TenantId ] [-WebUrl ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -75,7 +74,7 @@ Update-MgBetaTeamPrimaryChannel -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -1551,6 +1550,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -3408,21 +3464,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -5205,6 +5318,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -6212,7 +6326,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -10279,6 +10396,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -12215,21 +12389,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -14012,6 +14243,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -15080,7 +15312,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -19621,6 +19856,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -21478,21 +21770,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -23275,6 +23624,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -23927,7 +24277,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamPrimaryChannelMember.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamPrimaryChannelMember.md index 8a4d5b989c1a0..24f640f8547e9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamPrimaryChannelMember.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamPrimaryChannelMember.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetateamprimarychannelmember Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaTeamPrimaryChannelMember --- @@ -28,7 +28,7 @@ Update-MgBetaTeamPrimaryChannelMember -ConversationMemberId -TeamId ] [-Roles ] [-VisibleHistoryStartDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateExpanded1 @@ -39,7 +39,7 @@ Update-MgBetaTeamPrimaryChannelMember -ConversationMemberId -TeamId ] [-Roles ] [-VisibleHistoryStartDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update1 @@ -49,7 +49,7 @@ Update-MgBetaTeamPrimaryChannelMember -ConversationMemberId -TeamId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -59,7 +59,7 @@ Update-MgBetaTeamPrimaryChannelMember -ConversationMemberId -TeamId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded1 @@ -70,7 +70,7 @@ Update-MgBetaTeamPrimaryChannelMember -InputObject [-Id ] [-Roles ] [-VisibleHistoryStartDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -81,7 +81,7 @@ Update-MgBetaTeamPrimaryChannelMember -InputObject [-Id ] [-Roles ] [-VisibleHistoryStartDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity1 @@ -91,7 +91,7 @@ Update-MgBetaTeamPrimaryChannelMember -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -101,7 +101,7 @@ Update-MgBetaTeamPrimaryChannelMember -InputObject -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.Teams/Update-MgBetaTeamPrimaryChannelMessage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamPrimaryChannelMessage.md index d59624143b111..4ee00a0375dfa 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamPrimaryChannelMessage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamPrimaryChannelMessage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetateamprimarychannelmessage Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaTeamPrimaryChannelMessage --- @@ -38,7 +38,7 @@ Update-MgBetaTeamPrimaryChannelMessage -ChatMessageId -TeamId [-ReplyToId ] [-Subject ] [-Summary ] [-WebUrl ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -48,7 +48,7 @@ Update-MgBetaTeamPrimaryChannelMessage -ChatMessageId -TeamId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -69,7 +69,7 @@ Update-MgBetaTeamPrimaryChannelMessage -InputObject [-ReplyToId ] [-Subject ] [-Summary ] [-WebUrl ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -79,7 +79,7 @@ Update-MgBetaTeamPrimaryChannelMessage -InputObject -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.Teams/Update-MgBetaTeamPrimaryChannelMessageReply.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamPrimaryChannelMessageReply.md index 7fd9e0a16d60a..1044fe601699b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamPrimaryChannelMessageReply.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamPrimaryChannelMessageReply.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetateamprimarychannelmessagereply Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaTeamPrimaryChannelMessageReply --- @@ -38,7 +38,7 @@ Update-MgBetaTeamPrimaryChannelMessageReply -ChatMessageId -ChatMessage [-ReplyToId ] [-Subject ] [-Summary ] [-WebUrl ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -48,7 +48,7 @@ Update-MgBetaTeamPrimaryChannelMessageReply -ChatMessageId -ChatMessage -TeamId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -69,7 +69,7 @@ Update-MgBetaTeamPrimaryChannelMessageReply -InputObject [-ReplyToId ] [-Subject ] [-Summary ] [-WebUrl ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -79,7 +79,7 @@ Update-MgBetaTeamPrimaryChannelMessageReply -InputObject -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.Teams/Update-MgBetaTeamPrimaryChannelMessageReplyHostedContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamPrimaryChannelMessageReplyHostedContent.md index 647a9508ac29d..a6995df949d72 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamPrimaryChannelMessageReplyHostedContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamPrimaryChannelMessageReplyHostedContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetateamprimarychannelmessagereplyhostedcontent Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaTeamPrimaryChannelMessageReplyHostedContent --- @@ -29,7 +29,7 @@ Update-MgBetaTeamPrimaryChannelMessageReplyHostedContent -ChatMessageHostedConte [-ContentBytesInputFile ] [-ContentType ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -40,7 +40,6 @@ Update-MgBetaTeamPrimaryChannelMessageReplyHostedContent -ChatMessageHostedConte [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -51,7 +50,7 @@ Update-MgBetaTeamPrimaryChannelMessageReplyHostedContent -InputObject ] [-ContentType ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -61,7 +60,6 @@ Update-MgBetaTeamPrimaryChannelMessageReplyHostedContent -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamPrimaryChannelPlanner.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamPrimaryChannelPlanner.md index 8ef64c7ae0d46..3aa89ce69b9e1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamPrimaryChannelPlanner.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamPrimaryChannelPlanner.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetateamprimarychannelplanner Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaTeamPrimaryChannelPlanner --- @@ -24,7 +24,7 @@ Update-MgBetaTeamPrimaryChannelPlanner -TeamId [-ResponseHeadersVariabl [-AdditionalProperties ] [-Id ] [-Plans ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -34,7 +34,7 @@ Update-MgBetaTeamPrimaryChannelPlanner -TeamId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -45,7 +45,6 @@ Update-MgBetaTeamPrimaryChannelPlanner -InputObject [-Plans ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -55,7 +54,7 @@ Update-MgBetaTeamPrimaryChannelPlanner -InputObject -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.Teams/Update-MgBetaTeamPrimaryChannelPlannerPlan.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamPrimaryChannelPlannerPlan.md index cafa397e97e5b..1d2d7c771b5a7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamPrimaryChannelPlannerPlan.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamPrimaryChannelPlannerPlan.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetateamprimarychannelplannerplan Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaTeamPrimaryChannelPlannerPlan --- @@ -32,7 +32,6 @@ Update-MgBetaTeamPrimaryChannelPlannerPlan -PlannerPlanId -TeamId ] [-Title ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -42,7 +41,7 @@ Update-MgBetaTeamPrimaryChannelPlannerPlan -PlannerPlanId -TeamId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -60,7 +59,6 @@ Update-MgBetaTeamPrimaryChannelPlannerPlan -InputObject [-Tasks ] [-Title ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -70,7 +68,7 @@ Update-MgBetaTeamPrimaryChannelPlannerPlan -InputObject -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.Teams/Update-MgBetaTeamPrimaryChannelPlannerPlanBucket.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamPrimaryChannelPlannerPlanBucket.md index 720c15ac2d922..a3d5d58c5fdad 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamPrimaryChannelPlannerPlanBucket.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamPrimaryChannelPlannerPlanBucket.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetateamprimarychannelplannerplanbucket Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaTeamPrimaryChannelPlannerPlanBucket --- @@ -27,7 +27,7 @@ Update-MgBetaTeamPrimaryChannelPlannerPlanBucket -PlannerBucketId -Plan [-Name ] [-OrderHint ] [-PlanId ] [-Tasks ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -37,7 +37,7 @@ Update-MgBetaTeamPrimaryChannelPlannerPlanBucket -PlannerBucketId -Plan -TeamId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -50,7 +50,7 @@ Update-MgBetaTeamPrimaryChannelPlannerPlanBucket -InputObject [-Name ] [-OrderHint ] [-PlanId ] [-Tasks ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -60,7 +60,7 @@ Update-MgBetaTeamPrimaryChannelPlannerPlanBucket -InputObject -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.Teams/Update-MgBetaTeamPrimaryChannelPlannerPlanBucketTask.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamPrimaryChannelPlannerPlanBucketTask.md index 592e52c6cc2b2..7f71350b290db 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamPrimaryChannelPlannerPlanBucketTask.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamPrimaryChannelPlannerPlanBucketTask.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetateamprimarychannelplannerplanbuckettask Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaTeamPrimaryChannelPlannerPlanBucketTask --- @@ -41,7 +41,7 @@ Update-MgBetaTeamPrimaryChannelPlannerPlanBucketTask -PlannerBucketId [-SpecifiedCompletionRequirements ] [-StartDateTime ] [-Title ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -52,7 +52,7 @@ Update-MgBetaTeamPrimaryChannelPlannerPlanBucketTask -PlannerBucketId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -78,7 +78,7 @@ Update-MgBetaTeamPrimaryChannelPlannerPlanBucketTask -InputObject ] [-StartDateTime ] [-Title ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -88,7 +88,7 @@ Update-MgBetaTeamPrimaryChannelPlannerPlanBucketTask -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamPrimaryChannelPlannerPlanBucketTaskAssignedToTaskBoardFormat.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamPrimaryChannelPlannerPlanBucketTaskAssignedToTaskBoardFormat.md index 8f3eb8bccf9bd..959610cc38858 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamPrimaryChannelPlannerPlanBucketTaskAssignedToTaskBoardFormat.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamPrimaryChannelPlannerPlanBucketTaskAssignedToTaskBoardFormat.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetateamprimarychannelplannerplanbuckettaskassignedtotaskboardformat Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaTeamPrimaryChannelPlannerPlanBucketTaskAssignedToTaskBoardFormat --- @@ -26,7 +26,7 @@ Update-MgBetaTeamPrimaryChannelPlannerPlanBucketTaskAssignedToTaskBoardFormat [-Id ] [-OrderHintsByAssignee ] [-UnassignedOrderHint ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -38,7 +38,6 @@ Update-MgBetaTeamPrimaryChannelPlannerPlanBucketTaskAssignedToTaskBoardFormat [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -50,7 +49,6 @@ Update-MgBetaTeamPrimaryChannelPlannerPlanBucketTaskAssignedToTaskBoardFormat [-UnassignedOrderHint ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -62,7 +60,6 @@ Update-MgBetaTeamPrimaryChannelPlannerPlanBucketTaskAssignedToTaskBoardFormat [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamPrimaryChannelPlannerPlanBucketTaskBoardFormat.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamPrimaryChannelPlannerPlanBucketTaskBoardFormat.md index 22aa4c628e51e..93c46a532e55a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamPrimaryChannelPlannerPlanBucketTaskBoardFormat.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamPrimaryChannelPlannerPlanBucketTaskBoardFormat.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetateamprimarychannelplannerplanbuckettaskboardformat Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaTeamPrimaryChannelPlannerPlanBucketTaskBoardFormat --- @@ -25,7 +25,7 @@ Update-MgBetaTeamPrimaryChannelPlannerPlanBucketTaskBoardFormat -PlannerBucketId [-ResponseHeadersVariable ] [-AdditionalProperties ] [-Id ] [-OrderHint ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -37,7 +37,6 @@ Update-MgBetaTeamPrimaryChannelPlannerPlanBucketTaskBoardFormat -PlannerBucketId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -48,7 +47,6 @@ Update-MgBetaTeamPrimaryChannelPlannerPlanBucketTaskBoardFormat -InputObject ] [-OrderHint ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -59,7 +57,6 @@ Update-MgBetaTeamPrimaryChannelPlannerPlanBucketTaskBoardFormat -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamPrimaryChannelPlannerPlanBucketTaskDetail.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamPrimaryChannelPlannerPlanBucketTaskDetail.md index 24a3d9f28c324..cd1a5e0c4934c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamPrimaryChannelPlannerPlanBucketTaskDetail.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamPrimaryChannelPlannerPlanBucketTaskDetail.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetateamprimarychannelplannerplanbuckettaskdetail Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaTeamPrimaryChannelPlannerPlanBucketTaskDetail --- @@ -29,7 +29,6 @@ Update-MgBetaTeamPrimaryChannelPlannerPlanBucketTaskDetail -PlannerBucketId ] [-References ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -40,7 +39,7 @@ Update-MgBetaTeamPrimaryChannelPlannerPlanBucketTaskDetail -PlannerBucketId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -54,7 +53,6 @@ Update-MgBetaTeamPrimaryChannelPlannerPlanBucketTaskDetail -InputObject ] [-References ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -65,7 +63,6 @@ Update-MgBetaTeamPrimaryChannelPlannerPlanBucketTaskDetail -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamPrimaryChannelPlannerPlanBucketTaskProgressTaskBoardFormat.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamPrimaryChannelPlannerPlanBucketTaskProgressTaskBoardFormat.md index b641204686003..407d555226def 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamPrimaryChannelPlannerPlanBucketTaskProgressTaskBoardFormat.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamPrimaryChannelPlannerPlanBucketTaskProgressTaskBoardFormat.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetateamprimarychannelplannerplanbuckettaskprogresstaskboardformat Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaTeamPrimaryChannelPlannerPlanBucketTaskProgressTaskBoardFormat --- @@ -26,7 +26,6 @@ Update-MgBetaTeamPrimaryChannelPlannerPlanBucketTaskProgressTaskBoardFormat [-Id ] [-OrderHint ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -38,7 +37,6 @@ Update-MgBetaTeamPrimaryChannelPlannerPlanBucketTaskProgressTaskBoardFormat [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -49,7 +47,7 @@ Update-MgBetaTeamPrimaryChannelPlannerPlanBucketTaskProgressTaskBoardFormat [-AdditionalProperties ] [-Id ] [-OrderHint ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -61,7 +59,6 @@ Update-MgBetaTeamPrimaryChannelPlannerPlanBucketTaskProgressTaskBoardFormat [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamPrimaryChannelPlannerPlanDetail.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamPrimaryChannelPlannerPlanDetail.md index e15eaf6351694..cb6d9c7eba4b5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamPrimaryChannelPlannerPlanDetail.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamPrimaryChannelPlannerPlanDetail.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetateamprimarychannelplannerplandetail Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaTeamPrimaryChannelPlannerPlanDetail --- @@ -26,7 +26,6 @@ Update-MgBetaTeamPrimaryChannelPlannerPlanDetail -PlannerPlanId -TeamId [-Id ] [-SharedWith ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -37,7 +36,6 @@ Update-MgBetaTeamPrimaryChannelPlannerPlanDetail -PlannerPlanId -TeamId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -49,7 +47,6 @@ Update-MgBetaTeamPrimaryChannelPlannerPlanDetail -InputObject - [-Id ] [-SharedWith ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -59,7 +56,7 @@ Update-MgBetaTeamPrimaryChannelPlannerPlanDetail -InputObject - -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.Teams/Update-MgBetaTeamPrimaryChannelPlannerPlanTask.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamPrimaryChannelPlannerPlanTask.md index 68e6d302b1efb..750238b25bf75 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamPrimaryChannelPlannerPlanTask.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamPrimaryChannelPlannerPlanTask.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetateamprimarychannelplannerplantask Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaTeamPrimaryChannelPlannerPlanTask --- @@ -40,7 +40,7 @@ Update-MgBetaTeamPrimaryChannelPlannerPlanTask -PlannerPlanId -PlannerT [-SpecifiedCompletionRequirements ] [-StartDateTime ] [-Title ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -50,7 +50,7 @@ Update-MgBetaTeamPrimaryChannelPlannerPlanTask -PlannerPlanId -PlannerT -TeamId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -76,7 +76,7 @@ Update-MgBetaTeamPrimaryChannelPlannerPlanTask -InputObject [-SpecifiedCompletionRequirements ] [-StartDateTime ] [-Title ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -86,7 +86,7 @@ Update-MgBetaTeamPrimaryChannelPlannerPlanTask -InputObject -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.Teams/Update-MgBetaTeamPrimaryChannelPlannerPlanTaskAssignedToTaskBoardFormat.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamPrimaryChannelPlannerPlanTaskAssignedToTaskBoardFormat.md index 7fae4380f4955..f1915e0dd2afb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamPrimaryChannelPlannerPlanTaskAssignedToTaskBoardFormat.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamPrimaryChannelPlannerPlanTaskAssignedToTaskBoardFormat.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetateamprimarychannelplannerplantaskassignedtotaskboardformat Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaTeamPrimaryChannelPlannerPlanTaskAssignedToTaskBoardFormat --- @@ -26,7 +26,6 @@ Update-MgBetaTeamPrimaryChannelPlannerPlanTaskAssignedToTaskBoardFormat -Planner [-UnassignedOrderHint ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -38,7 +37,6 @@ Update-MgBetaTeamPrimaryChannelPlannerPlanTaskAssignedToTaskBoardFormat -Planner [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -50,7 +48,6 @@ Update-MgBetaTeamPrimaryChannelPlannerPlanTaskAssignedToTaskBoardFormat [-UnassignedOrderHint ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -62,7 +59,6 @@ Update-MgBetaTeamPrimaryChannelPlannerPlanTaskAssignedToTaskBoardFormat [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamPrimaryChannelPlannerPlanTaskBucketTaskBoardFormat.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamPrimaryChannelPlannerPlanTaskBucketTaskBoardFormat.md index de09ab6d9746d..0fe0c265086f8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamPrimaryChannelPlannerPlanTaskBucketTaskBoardFormat.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamPrimaryChannelPlannerPlanTaskBucketTaskBoardFormat.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetateamprimarychannelplannerplantaskbuckettaskboardformat Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaTeamPrimaryChannelPlannerPlanTaskBucketTaskBoardFormat --- @@ -25,7 +25,7 @@ Update-MgBetaTeamPrimaryChannelPlannerPlanTaskBucketTaskBoardFormat -PlannerPlan [-AdditionalProperties ] [-Id ] [-OrderHint ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -37,7 +37,6 @@ Update-MgBetaTeamPrimaryChannelPlannerPlanTaskBucketTaskBoardFormat -PlannerPlan [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -48,7 +47,6 @@ Update-MgBetaTeamPrimaryChannelPlannerPlanTaskBucketTaskBoardFormat -InputObject [-Id ] [-OrderHint ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -59,7 +57,6 @@ Update-MgBetaTeamPrimaryChannelPlannerPlanTaskBucketTaskBoardFormat -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamPrimaryChannelPlannerPlanTaskDetail.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamPrimaryChannelPlannerPlanTaskDetail.md index 40913e9c8dc8a..6fa9ea1f29cef 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamPrimaryChannelPlannerPlanTaskDetail.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamPrimaryChannelPlannerPlanTaskDetail.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetateamprimarychannelplannerplantaskdetail Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaTeamPrimaryChannelPlannerPlanTaskDetail --- @@ -29,7 +29,6 @@ Update-MgBetaTeamPrimaryChannelPlannerPlanTaskDetail -PlannerPlanId -Pl [-PreviewType ] [-References ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -40,7 +39,6 @@ Update-MgBetaTeamPrimaryChannelPlannerPlanTaskDetail -PlannerPlanId -Pl [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -54,7 +52,6 @@ Update-MgBetaTeamPrimaryChannelPlannerPlanTaskDetail -InputObject ] [-References ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -64,7 +61,7 @@ Update-MgBetaTeamPrimaryChannelPlannerPlanTaskDetail -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamPrimaryChannelPlannerPlanTaskProgressTaskBoardFormat.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamPrimaryChannelPlannerPlanTaskProgressTaskBoardFormat.md index 0bfa5da0b35b0..7c7aa24674701 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamPrimaryChannelPlannerPlanTaskProgressTaskBoardFormat.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamPrimaryChannelPlannerPlanTaskProgressTaskBoardFormat.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetateamprimarychannelplannerplantaskprogresstaskboardformat Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaTeamPrimaryChannelPlannerPlanTaskProgressTaskBoardFormat --- @@ -25,7 +25,7 @@ Update-MgBetaTeamPrimaryChannelPlannerPlanTaskProgressTaskBoardFormat -PlannerPl [-AdditionalProperties ] [-Id ] [-OrderHint ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -37,7 +37,6 @@ Update-MgBetaTeamPrimaryChannelPlannerPlanTaskProgressTaskBoardFormat -PlannerPl [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -48,7 +47,6 @@ Update-MgBetaTeamPrimaryChannelPlannerPlanTaskProgressTaskBoardFormat -InputObje [-Id ] [-OrderHint ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -59,7 +57,6 @@ Update-MgBetaTeamPrimaryChannelPlannerPlanTaskProgressTaskBoardFormat -InputObje [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamPrimaryChannelSharedWithTeam.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamPrimaryChannelSharedWithTeam.md index 44f6a90c5bd0e..9749856731cf1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamPrimaryChannelSharedWithTeam.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamPrimaryChannelSharedWithTeam.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetateamprimarychannelsharedwithteam Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaTeamPrimaryChannelSharedWithTeam --- @@ -29,7 +29,6 @@ Update-MgBetaTeamPrimaryChannelSharedWithTeam -SharedWithChannelTeamInfoId ] [-TenantId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -39,7 +38,7 @@ Update-MgBetaTeamPrimaryChannelSharedWithTeam -SharedWithChannelTeamInfoId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -51,7 +50,6 @@ Update-MgBetaTeamPrimaryChannelSharedWithTeam -InputObject [-IsHostTeam] [-Team ] [-TenantId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -61,7 +59,7 @@ Update-MgBetaTeamPrimaryChannelSharedWithTeam -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -1089,6 +1087,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -2946,21 +3001,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -4743,6 +4855,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -5395,7 +5508,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -9873,6 +9989,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -11730,21 +11903,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -13527,6 +13757,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -14179,7 +14410,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamPrimaryChannelTab.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamPrimaryChannelTab.md index d08f239652c5d..71c31e19d284d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamPrimaryChannelTab.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamPrimaryChannelTab.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetateamprimarychanneltab Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaTeamPrimaryChannelTab --- @@ -30,7 +30,6 @@ Update-MgBetaTeamPrimaryChannelTab -TeamId -TeamsTabId [-TeamsAppId ] [-WebUrl ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -40,7 +39,7 @@ Update-MgBetaTeamPrimaryChannelTab -TeamId -TeamsTabId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -52,7 +51,7 @@ Update-MgBetaTeamPrimaryChannelTab -InputObject [-ResponseHeade [-TeamsApp ] [-TeamsAppId ] [-WebUrl ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -62,7 +61,7 @@ Update-MgBetaTeamPrimaryChannelTab -InputObject -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.Teams/Update-MgBetaTeamScheduleDayNote.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamScheduleDayNote.md index 8e720bbbd5036..4bad31fc2db46 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamScheduleDayNote.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamScheduleDayNote.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetateamscheduledaynote Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaTeamScheduleDayNote --- @@ -30,7 +30,7 @@ Update-MgBetaTeamScheduleDayNote -DayNoteId -TeamId [-LastModifiedBy ] [-SharedDayNote ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -40,7 +40,7 @@ Update-MgBetaTeamScheduleDayNote -DayNoteId -TeamId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -52,7 +52,7 @@ Update-MgBetaTeamScheduleDayNote -InputObject [-ResponseHeaders [-LastModifiedBy ] [-SharedDayNote ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -62,7 +62,7 @@ Update-MgBetaTeamScheduleDayNote -InputObject -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.Teams/Update-MgBetaTeamScheduleOfferShiftRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamScheduleOfferShiftRequest.md index 878d58f4bf7f9..eaf0c42b65e09 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamScheduleOfferShiftRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamScheduleOfferShiftRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetateamscheduleoffershiftrequest Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaTeamScheduleOfferShiftRequest --- @@ -31,7 +31,6 @@ Update-MgBetaTeamScheduleOfferShiftRequest -OfferShiftRequestId -TeamId [-SenderShiftId ] [-State ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -41,7 +40,7 @@ Update-MgBetaTeamScheduleOfferShiftRequest -OfferShiftRequestId -TeamId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -55,7 +54,6 @@ Update-MgBetaTeamScheduleOfferShiftRequest -InputObject [-SenderShiftId ] [-State ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -65,7 +63,7 @@ Update-MgBetaTeamScheduleOfferShiftRequest -InputObject -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.Teams/Update-MgBetaTeamScheduleOpenShift.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamScheduleOpenShift.md index 349fed3124aca..1f5bf81d45718 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamScheduleOpenShift.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamScheduleOpenShift.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetateamscheduleopenshift Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaTeamScheduleOpenShift --- @@ -31,7 +31,7 @@ Update-MgBetaTeamScheduleOpenShift -OpenShiftId -TeamId [-SharedOpenShift ] [-TeamInfo ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -41,7 +41,7 @@ Update-MgBetaTeamScheduleOpenShift -OpenShiftId -TeamId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -55,7 +55,7 @@ Update-MgBetaTeamScheduleOpenShift -InputObject [-ResponseHeade [-SharedOpenShift ] [-TeamInfo ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -65,7 +65,7 @@ Update-MgBetaTeamScheduleOpenShift -InputObject -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.Teams/Update-MgBetaTeamScheduleOpenShiftChangeRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamScheduleOpenShiftChangeRequest.md index e73b1540119df..cc6128b20bcc6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamScheduleOpenShiftChangeRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamScheduleOpenShiftChangeRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetateamscheduleopenshiftchangerequest Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaTeamScheduleOpenShiftChangeRequest --- @@ -30,7 +30,7 @@ Update-MgBetaTeamScheduleOpenShiftChangeRequest -OpenShiftChangeRequestId ] [-SenderMessage ] [-State ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -40,7 +40,7 @@ Update-MgBetaTeamScheduleOpenShiftChangeRequest -OpenShiftChangeRequestId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -53,7 +53,7 @@ Update-MgBetaTeamScheduleOpenShiftChangeRequest -InputObject [-OpenShiftId ] [-SenderMessage ] [-State ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -63,7 +63,7 @@ Update-MgBetaTeamScheduleOpenShiftChangeRequest -InputObject -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.Teams/Update-MgBetaTeamScheduleSchedulingGroup.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamScheduleSchedulingGroup.md index 97ad45a4649db..94cb1af4bba90 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamScheduleSchedulingGroup.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamScheduleSchedulingGroup.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetateamscheduleschedulinggroup Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaTeamScheduleSchedulingGroup --- @@ -30,7 +30,7 @@ Update-MgBetaTeamScheduleSchedulingGroup -SchedulingGroupId -TeamId ] [-UserIds ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -40,7 +40,7 @@ Update-MgBetaTeamScheduleSchedulingGroup -SchedulingGroupId -TeamId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -52,7 +52,7 @@ Update-MgBetaTeamScheduleSchedulingGroup -InputObject [-LastModifiedBy ] [-UserIds ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -62,7 +62,7 @@ Update-MgBetaTeamScheduleSchedulingGroup -InputObject -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.Teams/Update-MgBetaTeamScheduleShift.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamScheduleShift.md index 15375b3a6dace..5928f647d73af 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamScheduleShift.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamScheduleShift.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetateamscheduleshift Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaTeamScheduleShift --- @@ -34,7 +34,6 @@ Update-MgBetaTeamScheduleShift -ShiftId -TeamId [-UserId ] [-UserInfo ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -44,7 +43,7 @@ Update-MgBetaTeamScheduleShift -ShiftId -TeamId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -59,7 +58,6 @@ Update-MgBetaTeamScheduleShift -InputObject [-ResponseHeadersVa [-UserId ] [-UserInfo ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -69,7 +67,6 @@ Update-MgBetaTeamScheduleShift -InputObject -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamScheduleShiftRoleDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamScheduleShiftRoleDefinition.md index 6fe0e64f264f9..99a1c335b9d1a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamScheduleShiftRoleDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamScheduleShiftRoleDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetateamscheduleshiftroledefinition Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaTeamScheduleShiftRoleDefinition --- @@ -26,7 +26,6 @@ Update-MgBetaTeamScheduleShiftRoleDefinition -ShiftsRoleDefinitionId -T [-ShiftsRolePermissions ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -36,7 +35,7 @@ Update-MgBetaTeamScheduleShiftRoleDefinition -ShiftsRoleDefinitionId -T -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -48,7 +47,6 @@ Update-MgBetaTeamScheduleShiftRoleDefinition -InputObject [-ShiftsRolePermissions ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -58,7 +56,7 @@ Update-MgBetaTeamScheduleShiftRoleDefinition -InputObject -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.Teams/Update-MgBetaTeamScheduleSwapShiftChangeRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamScheduleSwapShiftChangeRequest.md index 3e6b231f5755a..c7aee93998190 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamScheduleSwapShiftChangeRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamScheduleSwapShiftChangeRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetateamscheduleswapshiftchangerequest Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaTeamScheduleSwapShiftChangeRequest --- @@ -31,7 +31,7 @@ Update-MgBetaTeamScheduleSwapShiftChangeRequest -SwapShiftsChangeRequestId ] [-SenderShiftId ] [-State ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -41,7 +41,7 @@ Update-MgBetaTeamScheduleSwapShiftChangeRequest -SwapShiftsChangeRequestId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -55,7 +55,7 @@ Update-MgBetaTeamScheduleSwapShiftChangeRequest -InputObject [-SenderMessage ] [-SenderShiftId ] [-State ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -65,7 +65,7 @@ Update-MgBetaTeamScheduleSwapShiftChangeRequest -InputObject -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.Teams/Update-MgBetaTeamScheduleTimeCard.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamScheduleTimeCard.md index 303c10916e4b0..6a84177e68719 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamScheduleTimeCard.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamScheduleTimeCard.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetateamscheduletimecard Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaTeamScheduleTimeCard --- @@ -32,7 +32,7 @@ Update-MgBetaTeamScheduleTimeCard -TeamId -TimeCardId [-OriginalEntry ] [-State ] [-UserId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -42,7 +42,7 @@ Update-MgBetaTeamScheduleTimeCard -TeamId -TimeCardId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -56,7 +56,7 @@ Update-MgBetaTeamScheduleTimeCard -InputObject [-ResponseHeader [-OriginalEntry ] [-State ] [-UserId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -66,7 +66,7 @@ Update-MgBetaTeamScheduleTimeCard -InputObject -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.Teams/Update-MgBetaTeamScheduleTimeOff.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamScheduleTimeOff.md index 08b2cd0a1dfb0..a0958bc3489ff 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamScheduleTimeOff.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamScheduleTimeOff.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetateamscheduletimeoff Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaTeamScheduleTimeOff --- @@ -32,7 +32,6 @@ Update-MgBetaTeamScheduleTimeOff -TeamId -TimeOffId [-UserId ] [-UserInfo ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -42,7 +41,7 @@ Update-MgBetaTeamScheduleTimeOff -TeamId -TimeOffId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -56,7 +55,6 @@ Update-MgBetaTeamScheduleTimeOff -InputObject [-ResponseHeaders [-UserInfo ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -66,7 +64,7 @@ Update-MgBetaTeamScheduleTimeOff -InputObject -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.Teams/Update-MgBetaTeamScheduleTimeOffReason.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamScheduleTimeOffReason.md index e578286631f3b..a59962118ad34 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamScheduleTimeOffReason.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamScheduleTimeOffReason.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetateamscheduletimeoffreason Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaTeamScheduleTimeOffReason --- @@ -30,7 +30,7 @@ Update-MgBetaTeamScheduleTimeOffReason -TeamId -TimeOffReasonId ] [-IsActive] [-LastModifiedBy ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -40,7 +40,7 @@ Update-MgBetaTeamScheduleTimeOffReason -TeamId -TimeOffReasonId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -52,7 +52,7 @@ Update-MgBetaTeamScheduleTimeOffReason -InputObject [-Id ] [-IsActive] [-LastModifiedBy ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -62,7 +62,7 @@ Update-MgBetaTeamScheduleTimeOffReason -InputObject -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.Teams/Update-MgBetaTeamScheduleTimeOffRequest.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamScheduleTimeOffRequest.md index 063c2ca539342..6d20c78d8197c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamScheduleTimeOffRequest.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamScheduleTimeOffRequest.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetateamscheduletimeoffrequest Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaTeamScheduleTimeOffRequest --- @@ -30,7 +30,7 @@ Update-MgBetaTeamScheduleTimeOffRequest -TeamId -TimeOffRequestId ] [-StartDateTime ] [-State ] [-TimeOffReasonId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -40,7 +40,7 @@ Update-MgBetaTeamScheduleTimeOffRequest -TeamId -TimeOffRequestId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -53,7 +53,7 @@ Update-MgBetaTeamScheduleTimeOffRequest -InputObject [-SenderMessage ] [-StartDateTime ] [-State ] [-TimeOffReasonId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -63,7 +63,7 @@ Update-MgBetaTeamScheduleTimeOffRequest -InputObject -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.Teams/Update-MgBetaTeamTag.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamTag.md index 61b72b84689ad..8e6bcf15e9212 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamTag.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamTag.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetateamtag Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaTeamTag --- @@ -28,7 +28,7 @@ Update-MgBetaTeamTag -TeamId -TeamworkTagId [-ResponseHeadersV [-MemberCount ] [-Members ] [-TagType ] [-TeamId1 ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -40,7 +40,7 @@ Update-MgBetaTeamTag -InputObject [-TeamId ] [-Members ] [-TagType ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -50,7 +50,7 @@ Update-MgBetaTeamTag -TeamId -TeamworkTagId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -60,7 +60,6 @@ Update-MgBetaTeamTag -InputObject -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamTagMember.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamTagMember.md index a1377c734a74b..b240ba6417d64 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamTagMember.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamTagMember.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetateamtagmember Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaTeamTagMember --- @@ -28,7 +28,6 @@ Update-MgBetaTeamTagMember -TeamId -TeamworkTagId -TeamworkTag [-Id ] [-TenantId ] [-UserId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -38,7 +37,7 @@ Update-MgBetaTeamTagMember -TeamId -TeamworkTagId -TeamworkTag -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -48,7 +47,7 @@ Update-MgBetaTeamTagMember -InputObject [-ResponseHeadersVariab [-AdditionalProperties ] [-DisplayName ] [-Id ] [-TenantId ] [-UserId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -58,7 +57,7 @@ Update-MgBetaTeamTagMember -InputObject -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.Teams/Update-MgBetaTeamwork.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamwork.md index ee51791728c0c..faf9fa263c494 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamwork.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamwork.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetateamwork Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaTeamwork --- @@ -31,7 +31,6 @@ Update-MgBetaTeamwork [-ResponseHeadersVariable ] [-AdditionalProperties [-WorkforceIntegrations ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -40,7 +39,7 @@ Update-MgBetaTeamwork [-ResponseHeadersVariable ] [-AdditionalProperties Update-MgBetaTeamwork -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -994,6 +993,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -2851,21 +2907,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -4648,6 +4761,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -5655,7 +5769,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -10003,6 +10120,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -11860,21 +12034,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -13657,6 +13888,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -14664,7 +14896,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -19024,6 +19259,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -20881,21 +21173,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -22678,6 +23027,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -23330,7 +23680,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamworkDeletedChat.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamworkDeletedChat.md index 5f98d1c0f7702..8cefcf4a25387 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamworkDeletedChat.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamworkDeletedChat.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetateamworkdeletedchat Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaTeamworkDeletedChat --- @@ -27,7 +27,6 @@ Update-MgBetaTeamworkDeletedChat -DeletedChatId [-ResponseHeadersVariab [-AdditionalProperties ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -37,7 +36,6 @@ Update-MgBetaTeamworkDeletedChat -DeletedChatId -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -47,7 +45,6 @@ Update-MgBetaTeamworkDeletedChat -InputObject [-ResponseHeaders [-AdditionalProperties ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -57,7 +54,6 @@ Update-MgBetaTeamworkDeletedChat -InputObject -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamworkDeletedTeam.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamworkDeletedTeam.md index 709769fcbb590..f0e5906fa297d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamworkDeletedTeam.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamworkDeletedTeam.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetateamworkdeletedteam Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaTeamworkDeletedTeam --- @@ -27,7 +27,7 @@ Update-MgBetaTeamworkDeletedTeam -DeletedTeamId [-ResponseHeadersVariab [-AdditionalProperties ] [-Channels ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -37,7 +37,6 @@ Update-MgBetaTeamworkDeletedTeam -DeletedTeamId -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -47,7 +46,7 @@ Update-MgBetaTeamworkDeletedTeam -InputObject [-ResponseHeaders [-AdditionalProperties ] [-Channels ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -57,7 +56,7 @@ Update-MgBetaTeamworkDeletedTeam -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -934,6 +933,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -2791,21 +2847,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -4588,6 +4701,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -5595,7 +5709,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -9673,6 +9790,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -11530,21 +11704,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -13327,6 +13558,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -14334,7 +14566,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamworkDeletedTeamChannel.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamworkDeletedTeamChannel.md index 623675adcabb2..ce42e0495bde6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamworkDeletedTeamChannel.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamworkDeletedTeamChannel.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetateamworkdeletedteamchannel Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaTeamworkDeletedTeamChannel --- @@ -37,7 +37,7 @@ Update-MgBetaTeamworkDeletedTeamChannel -ChannelId -DeletedTeamId ] [-Tabs ] [-TenantId ] [-WebUrl ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -47,7 +47,7 @@ Update-MgBetaTeamworkDeletedTeamChannel -ChannelId -DeletedTeamId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -67,7 +67,7 @@ Update-MgBetaTeamworkDeletedTeamChannel -InputObject [-Summary ] [-Tabs ] [-TenantId ] [-WebUrl ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -77,7 +77,7 @@ Update-MgBetaTeamworkDeletedTeamChannel -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -1580,6 +1580,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -3437,21 +3494,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -5234,6 +5348,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -6241,7 +6356,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -10308,6 +10426,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -12244,21 +12419,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -14041,6 +14273,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -15109,7 +15342,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -19650,6 +19886,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -21507,21 +21800,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -23304,6 +23654,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -23956,7 +24307,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamworkDeletedTeamChannelMember.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamworkDeletedTeamChannelMember.md index 28f6d9fea1710..66430be4c7fbb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamworkDeletedTeamChannelMember.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamworkDeletedTeamChannelMember.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetateamworkdeletedteamchannelmember Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaTeamworkDeletedTeamChannelMember --- @@ -29,7 +29,6 @@ Update-MgBetaTeamworkDeletedTeamChannelMember -ChannelId -ConversationM [-VisibleHistoryStartDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateExpanded1 @@ -41,7 +40,6 @@ Update-MgBetaTeamworkDeletedTeamChannelMember -ChannelId -ConversationM [-VisibleHistoryStartDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update1 @@ -52,7 +50,6 @@ Update-MgBetaTeamworkDeletedTeamChannelMember -ChannelId -ConversationM [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -63,7 +60,6 @@ Update-MgBetaTeamworkDeletedTeamChannelMember -ChannelId -ConversationM [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded1 @@ -74,7 +70,7 @@ Update-MgBetaTeamworkDeletedTeamChannelMember -InputObject [-Id ] [-Roles ] [-VisibleHistoryStartDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -85,7 +81,7 @@ Update-MgBetaTeamworkDeletedTeamChannelMember -InputObject [-Id ] [-Roles ] [-VisibleHistoryStartDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity1 @@ -95,7 +91,7 @@ Update-MgBetaTeamworkDeletedTeamChannelMember -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -105,7 +101,7 @@ Update-MgBetaTeamworkDeletedTeamChannelMember -InputObject -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.Teams/Update-MgBetaTeamworkDeletedTeamChannelMessage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamworkDeletedTeamChannelMessage.md index d98edb3416a86..65de20901177e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamworkDeletedTeamChannelMessage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamworkDeletedTeamChannelMessage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetateamworkdeletedteamchannelmessage Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaTeamworkDeletedTeamChannelMessage --- @@ -38,7 +38,7 @@ Update-MgBetaTeamworkDeletedTeamChannelMessage -ChannelId -ChatMessageI [-ReplyToId ] [-Subject ] [-Summary ] [-WebUrl ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -49,7 +49,6 @@ Update-MgBetaTeamworkDeletedTeamChannelMessage -ChannelId -ChatMessageI [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -70,7 +69,7 @@ Update-MgBetaTeamworkDeletedTeamChannelMessage -InputObject [-ReplyToId ] [-Subject ] [-Summary ] [-WebUrl ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -80,7 +79,7 @@ Update-MgBetaTeamworkDeletedTeamChannelMessage -InputObject -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.Teams/Update-MgBetaTeamworkDeletedTeamChannelMessageHostedContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamworkDeletedTeamChannelMessageHostedContent.md index 5643bae46d6f6..ce7095c4ce15e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamworkDeletedTeamChannelMessageHostedContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamworkDeletedTeamChannelMessageHostedContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetateamworkdeletedteamchannelmessagehostedcontent Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaTeamworkDeletedTeamChannelMessageHostedContent --- @@ -29,7 +29,7 @@ Update-MgBetaTeamworkDeletedTeamChannelMessageHostedContent -ChannelId [-ContentBytesInputFile ] [-ContentType ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -40,7 +40,6 @@ Update-MgBetaTeamworkDeletedTeamChannelMessageHostedContent -ChannelId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -51,7 +50,7 @@ Update-MgBetaTeamworkDeletedTeamChannelMessageHostedContent -InputObject ] [-ContentType ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -61,7 +60,6 @@ Update-MgBetaTeamworkDeletedTeamChannelMessageHostedContent -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamworkDeletedTeamChannelMessageReply.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamworkDeletedTeamChannelMessageReply.md index d68a5cde16ae5..b470c69ef73f2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamworkDeletedTeamChannelMessageReply.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamworkDeletedTeamChannelMessageReply.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetateamworkdeletedteamchannelmessagereply Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaTeamworkDeletedTeamChannelMessageReply --- @@ -38,7 +38,7 @@ Update-MgBetaTeamworkDeletedTeamChannelMessageReply -ChannelId -ChatMes [-ReplyToId ] [-Subject ] [-Summary ] [-WebUrl ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -49,7 +49,6 @@ Update-MgBetaTeamworkDeletedTeamChannelMessageReply -ChannelId -ChatMes [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -70,7 +69,7 @@ Update-MgBetaTeamworkDeletedTeamChannelMessageReply -InputObject ] [-Subject ] [-Summary ] [-WebUrl ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -80,7 +79,7 @@ Update-MgBetaTeamworkDeletedTeamChannelMessageReply -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamworkDeletedTeamChannelMessageReplyHostedContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamworkDeletedTeamChannelMessageReplyHostedContent.md index 62d5c14643796..034f8cdf93e07 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamworkDeletedTeamChannelMessageReplyHostedContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamworkDeletedTeamChannelMessageReplyHostedContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetateamworkdeletedteamchannelmessagereplyhostedcontent Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaTeamworkDeletedTeamChannelMessageReplyHostedContent --- @@ -29,7 +29,7 @@ Update-MgBetaTeamworkDeletedTeamChannelMessageReplyHostedContent -ChannelId ] [-ContentType ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -40,7 +40,7 @@ Update-MgBetaTeamworkDeletedTeamChannelMessageReplyHostedContent -ChannelId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -51,7 +51,7 @@ Update-MgBetaTeamworkDeletedTeamChannelMessageReplyHostedContent -InputObject ] [-ContentType ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -61,7 +61,6 @@ Update-MgBetaTeamworkDeletedTeamChannelMessageReplyHostedContent -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamworkDeletedTeamChannelPlanner.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamworkDeletedTeamChannelPlanner.md index 646b55bf13260..888ed08eddc0b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamworkDeletedTeamChannelPlanner.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamworkDeletedTeamChannelPlanner.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetateamworkdeletedteamchannelplanner Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaTeamworkDeletedTeamChannelPlanner --- @@ -25,7 +25,6 @@ Update-MgBetaTeamworkDeletedTeamChannelPlanner -ChannelId -DeletedTeamI [-Plans ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -35,7 +34,7 @@ Update-MgBetaTeamworkDeletedTeamChannelPlanner -ChannelId -DeletedTeamI -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -46,7 +45,6 @@ Update-MgBetaTeamworkDeletedTeamChannelPlanner -InputObject [-Plans ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -56,7 +54,7 @@ Update-MgBetaTeamworkDeletedTeamChannelPlanner -InputObject -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.Teams/Update-MgBetaTeamworkDeletedTeamChannelPlannerPlan.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamworkDeletedTeamChannelPlannerPlan.md index f6b064e5b8308..6accf043a6ad6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamworkDeletedTeamChannelPlannerPlan.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamworkDeletedTeamChannelPlannerPlan.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetateamworkdeletedteamchannelplannerplan Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaTeamworkDeletedTeamChannelPlannerPlan --- @@ -32,7 +32,6 @@ Update-MgBetaTeamworkDeletedTeamChannelPlannerPlan -ChannelId -DeletedT [-Tasks ] [-Title ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -43,7 +42,6 @@ Update-MgBetaTeamworkDeletedTeamChannelPlannerPlan -ChannelId -DeletedT [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -61,7 +59,6 @@ Update-MgBetaTeamworkDeletedTeamChannelPlannerPlan -InputObject [-Tasks ] [-Title ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -71,7 +68,7 @@ Update-MgBetaTeamworkDeletedTeamChannelPlannerPlan -InputObject -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.Teams/Update-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucket.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucket.md index 8787f73179ddf..1eaf57291a364 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucket.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucket.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetateamworkdeletedteamchannelplannerplanbucket Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucket --- @@ -27,7 +27,7 @@ Update-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucket -ChannelId -De [-Name ] [-OrderHint ] [-PlanId ] [-Tasks ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -38,7 +38,6 @@ Update-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucket -ChannelId -De [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -51,7 +50,7 @@ Update-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucket -InputObject ] [-OrderHint ] [-PlanId ] [-Tasks ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -61,7 +60,7 @@ Update-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucket -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTask.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTask.md index e5aecc25a5bb5..df0918a791fc2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTask.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTask.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetateamworkdeletedteamchannelplannerplanbuckettask Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTask --- @@ -41,7 +41,7 @@ Update-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTask -ChannelId [-SpecifiedCompletionRequirements ] [-StartDateTime ] [-Title ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -52,7 +52,7 @@ Update-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTask -ChannelId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -78,7 +78,7 @@ Update-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTask -InputObject ] [-StartDateTime ] [-Title ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -88,7 +88,7 @@ Update-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTask -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTaskAssignedToTaskBoardFormat.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTaskAssignedToTaskBoardFormat.md index 0936a960d6924..8fc25c3e7e913 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTaskAssignedToTaskBoardFormat.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTaskAssignedToTaskBoardFormat.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetateamworkdeletedteamchannelplannerplanbuckettaskassignedtotaskboardformat Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTaskAssignedToTaskBoardFormat --- @@ -27,7 +27,6 @@ Update-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTaskAssignedToTaskBoardF [-UnassignedOrderHint ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -40,7 +39,6 @@ Update-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTaskAssignedToTaskBoardF [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -52,7 +50,6 @@ Update-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTaskAssignedToTaskBoardF [-UnassignedOrderHint ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -64,7 +61,6 @@ Update-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTaskAssignedToTaskBoardF [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTaskBoardFormat.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTaskBoardFormat.md index 7f2e2cc094e28..340ea58ad4791 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTaskBoardFormat.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTaskBoardFormat.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetateamworkdeletedteamchannelplannerplanbuckettaskboardformat Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTaskBoardFormat --- @@ -26,7 +26,6 @@ Update-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTaskBoardFormat -Channel [-Id ] [-OrderHint ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -38,7 +37,6 @@ Update-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTaskBoardFormat -Channel [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -49,7 +47,7 @@ Update-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTaskBoardFormat [-AdditionalProperties ] [-Id ] [-OrderHint ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -61,7 +59,6 @@ Update-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTaskBoardFormat [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTaskDetail.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTaskDetail.md index 0c40b64d032f3..9a20eb0aaf6e5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTaskDetail.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTaskDetail.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetateamworkdeletedteamchannelplannerplanbuckettaskdetail Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTaskDetail --- @@ -29,7 +29,6 @@ Update-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTaskDetail -ChannelId ] [-References ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -41,7 +40,6 @@ Update-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTaskDetail -ChannelId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -55,7 +53,6 @@ Update-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTaskDetail -InputObject [-PreviewType ] [-References ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -66,7 +63,6 @@ Update-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTaskDetail -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTaskProgressTaskBoardFormat.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTaskProgressTaskBoardFormat.md index fc9ddf276ad66..ed1d62385dce1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTaskProgressTaskBoardFormat.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTaskProgressTaskBoardFormat.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetateamworkdeletedteamchannelplannerplanbuckettaskprogresstaskboardformat Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTaskProgressTaskBoardFormat --- @@ -26,7 +26,7 @@ Update-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTaskProgressTaskBoardFor [-AdditionalProperties ] [-Id ] [-OrderHint ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -39,7 +39,6 @@ Update-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTaskProgressTaskBoardFor [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -50,7 +49,7 @@ Update-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTaskProgressTaskBoardFor [-AdditionalProperties ] [-Id ] [-OrderHint ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -62,7 +61,6 @@ Update-MgBetaTeamworkDeletedTeamChannelPlannerPlanBucketTaskProgressTaskBoardFor [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamworkDeletedTeamChannelPlannerPlanDetail.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamworkDeletedTeamChannelPlannerPlanDetail.md index d2027d954aa62..2d5e415f2191a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamworkDeletedTeamChannelPlannerPlanDetail.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamworkDeletedTeamChannelPlannerPlanDetail.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetateamworkdeletedteamchannelplannerplandetail Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaTeamworkDeletedTeamChannelPlannerPlanDetail --- @@ -27,7 +27,6 @@ Update-MgBetaTeamworkDeletedTeamChannelPlannerPlanDetail -ChannelId -De [-Id ] [-SharedWith ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -38,7 +37,6 @@ Update-MgBetaTeamworkDeletedTeamChannelPlannerPlanDetail -ChannelId -De [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -50,7 +48,6 @@ Update-MgBetaTeamworkDeletedTeamChannelPlannerPlanDetail -InputObject ] [-SharedWith ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -61,7 +58,6 @@ Update-MgBetaTeamworkDeletedTeamChannelPlannerPlanDetail -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamworkDeletedTeamChannelPlannerPlanTask.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamworkDeletedTeamChannelPlannerPlanTask.md index 1512f45530869..80bca56b81790 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamworkDeletedTeamChannelPlannerPlanTask.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamworkDeletedTeamChannelPlannerPlanTask.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetateamworkdeletedteamchannelplannerplantask Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaTeamworkDeletedTeamChannelPlannerPlanTask --- @@ -40,7 +40,7 @@ Update-MgBetaTeamworkDeletedTeamChannelPlannerPlanTask -ChannelId -Dele [-SpecifiedCompletionRequirements ] [-StartDateTime ] [-Title ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -51,7 +51,6 @@ Update-MgBetaTeamworkDeletedTeamChannelPlannerPlanTask -ChannelId -Dele [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -77,7 +76,7 @@ Update-MgBetaTeamworkDeletedTeamChannelPlannerPlanTask -InputObject ] [-StartDateTime ] [-Title ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -87,7 +86,7 @@ Update-MgBetaTeamworkDeletedTeamChannelPlannerPlanTask -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamworkDeletedTeamChannelPlannerPlanTaskAssignedToTaskBoardFormat.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamworkDeletedTeamChannelPlannerPlanTaskAssignedToTaskBoardFormat.md index 4b2ea7bd56ba3..741ee5d5bfde8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamworkDeletedTeamChannelPlannerPlanTaskAssignedToTaskBoardFormat.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamworkDeletedTeamChannelPlannerPlanTaskAssignedToTaskBoardFormat.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetateamworkdeletedteamchannelplannerplantaskassignedtotaskboardformat Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaTeamworkDeletedTeamChannelPlannerPlanTaskAssignedToTaskBoardFormat --- @@ -26,7 +26,7 @@ Update-MgBetaTeamworkDeletedTeamChannelPlannerPlanTaskAssignedToTaskBoardFormat [-OrderHintsByAssignee ] [-UnassignedOrderHint ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -38,7 +38,6 @@ Update-MgBetaTeamworkDeletedTeamChannelPlannerPlanTaskAssignedToTaskBoardFormat [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -50,7 +49,6 @@ Update-MgBetaTeamworkDeletedTeamChannelPlannerPlanTaskAssignedToTaskBoardFormat [-UnassignedOrderHint ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -62,7 +60,6 @@ Update-MgBetaTeamworkDeletedTeamChannelPlannerPlanTaskAssignedToTaskBoardFormat [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamworkDeletedTeamChannelPlannerPlanTaskBucketTaskBoardFormat.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamworkDeletedTeamChannelPlannerPlanTaskBucketTaskBoardFormat.md index 07aa47e4911cf..e89529db7f49a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamworkDeletedTeamChannelPlannerPlanTaskBucketTaskBoardFormat.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamworkDeletedTeamChannelPlannerPlanTaskBucketTaskBoardFormat.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetateamworkdeletedteamchannelplannerplantaskbuckettaskboardformat Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaTeamworkDeletedTeamChannelPlannerPlanTaskBucketTaskBoardFormat --- @@ -25,7 +25,7 @@ Update-MgBetaTeamworkDeletedTeamChannelPlannerPlanTaskBucketTaskBoardFormat -Cha [-ResponseHeadersVariable ] [-AdditionalProperties ] [-Id ] [-OrderHint ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -37,7 +37,6 @@ Update-MgBetaTeamworkDeletedTeamChannelPlannerPlanTaskBucketTaskBoardFormat -Cha [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -48,7 +47,7 @@ Update-MgBetaTeamworkDeletedTeamChannelPlannerPlanTaskBucketTaskBoardFormat [-AdditionalProperties ] [-Id ] [-OrderHint ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -60,7 +59,6 @@ Update-MgBetaTeamworkDeletedTeamChannelPlannerPlanTaskBucketTaskBoardFormat [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamworkDeletedTeamChannelPlannerPlanTaskDetail.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamworkDeletedTeamChannelPlannerPlanTaskDetail.md index 9043882081198..96c8fec020ba8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamworkDeletedTeamChannelPlannerPlanTaskDetail.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamworkDeletedTeamChannelPlannerPlanTaskDetail.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetateamworkdeletedteamchannelplannerplantaskdetail Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaTeamworkDeletedTeamChannelPlannerPlanTaskDetail --- @@ -29,7 +29,6 @@ Update-MgBetaTeamworkDeletedTeamChannelPlannerPlanTaskDetail -ChannelId [-PreviewType ] [-References ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -40,7 +39,7 @@ Update-MgBetaTeamworkDeletedTeamChannelPlannerPlanTaskDetail -ChannelId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -54,7 +53,6 @@ Update-MgBetaTeamworkDeletedTeamChannelPlannerPlanTaskDetail -InputObject ] [-References ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -65,7 +63,6 @@ Update-MgBetaTeamworkDeletedTeamChannelPlannerPlanTaskDetail -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamworkDeletedTeamChannelPlannerPlanTaskProgressTaskBoardFormat.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamworkDeletedTeamChannelPlannerPlanTaskProgressTaskBoardFormat.md index 5ee0ecf93f164..524aae46fcee3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamworkDeletedTeamChannelPlannerPlanTaskProgressTaskBoardFormat.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamworkDeletedTeamChannelPlannerPlanTaskProgressTaskBoardFormat.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetateamworkdeletedteamchannelplannerplantaskprogresstaskboardformat Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaTeamworkDeletedTeamChannelPlannerPlanTaskProgressTaskBoardFormat --- @@ -25,7 +25,7 @@ Update-MgBetaTeamworkDeletedTeamChannelPlannerPlanTaskProgressTaskBoardFormat -C [-ResponseHeadersVariable ] [-AdditionalProperties ] [-Id ] [-OrderHint ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -37,7 +37,6 @@ Update-MgBetaTeamworkDeletedTeamChannelPlannerPlanTaskProgressTaskBoardFormat -C [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -48,7 +47,7 @@ Update-MgBetaTeamworkDeletedTeamChannelPlannerPlanTaskProgressTaskBoardFormat [-AdditionalProperties ] [-Id ] [-OrderHint ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -60,7 +59,6 @@ Update-MgBetaTeamworkDeletedTeamChannelPlannerPlanTaskProgressTaskBoardFormat [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamworkDeletedTeamChannelSharedWithTeam.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamworkDeletedTeamChannelSharedWithTeam.md index 7270c98cedb29..682264539d81b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamworkDeletedTeamChannelSharedWithTeam.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamworkDeletedTeamChannelSharedWithTeam.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetateamworkdeletedteamchannelsharedwithteam Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaTeamworkDeletedTeamChannelSharedWithTeam --- @@ -29,7 +29,7 @@ Update-MgBetaTeamworkDeletedTeamChannelSharedWithTeam -ChannelId -Delet [-DisplayName ] [-Id ] [-IsHostTeam] [-Team ] [-TenantId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -40,7 +40,6 @@ Update-MgBetaTeamworkDeletedTeamChannelSharedWithTeam -ChannelId -Delet [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -52,7 +51,6 @@ Update-MgBetaTeamworkDeletedTeamChannelSharedWithTeam -InputObject ] [-TenantId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -62,7 +60,7 @@ Update-MgBetaTeamworkDeletedTeamChannelSharedWithTeam -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -1117,6 +1115,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -2974,21 +3029,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -4771,6 +4883,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -5423,7 +5536,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -9901,6 +10017,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -11758,21 +11931,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -13555,6 +13785,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -14207,7 +14438,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamworkDeletedTeamChannelTab.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamworkDeletedTeamChannelTab.md index 52e21317339cc..f7cbc3fb179fa 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamworkDeletedTeamChannelTab.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamworkDeletedTeamChannelTab.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetateamworkdeletedteamchanneltab Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaTeamworkDeletedTeamChannelTab --- @@ -30,7 +30,6 @@ Update-MgBetaTeamworkDeletedTeamChannelTab -ChannelId -DeletedTeamId ] [-WebUrl ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -40,7 +39,7 @@ Update-MgBetaTeamworkDeletedTeamChannelTab -ChannelId -DeletedTeamId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -53,7 +52,6 @@ Update-MgBetaTeamworkDeletedTeamChannelTab -InputObject [-TeamsAppId ] [-WebUrl ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -63,7 +61,7 @@ Update-MgBetaTeamworkDeletedTeamChannelTab -InputObject -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.Teams/Update-MgBetaTeamworkDevice.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamworkDevice.md index 549d74cd21c2e..f3d406227a6f3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamworkDevice.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamworkDevice.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetateamworkdevice Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaTeamworkDevice --- @@ -32,7 +32,6 @@ Update-MgBetaTeamworkDevice -TeamworkDeviceId [-ResponseHeadersVariable [-Operations ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -42,7 +41,7 @@ Update-MgBetaTeamworkDevice -TeamworkDeviceId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -60,7 +59,6 @@ Update-MgBetaTeamworkDevice -InputObject [-ResponseHeadersVaria [-Operations ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -70,7 +68,7 @@ Update-MgBetaTeamworkDevice -InputObject -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.Teams/Update-MgBetaTeamworkDeviceActivity.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamworkDeviceActivity.md index 9ef386e17e86f..d7380c62f6cf9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamworkDeviceActivity.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamworkDeviceActivity.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetateamworkdeviceactivity Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaTeamworkDeviceActivity --- @@ -26,7 +26,7 @@ Update-MgBetaTeamworkDeviceActivity -TeamworkDeviceId [-ResponseHeaders [-LastModifiedBy ] [-LastModifiedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -36,7 +36,7 @@ Update-MgBetaTeamworkDeviceActivity -TeamworkDeviceId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -49,7 +49,6 @@ Update-MgBetaTeamworkDeviceActivity -InputObject [-LastModifiedDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -59,7 +58,7 @@ Update-MgBetaTeamworkDeviceActivity -InputObject -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.Teams/Update-MgBetaTeamworkDeviceConfiguration.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamworkDeviceConfiguration.md index ed07850a01425..e600a2587edb3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamworkDeviceConfiguration.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamworkDeviceConfiguration.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetateamworkdeviceconfiguration Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaTeamworkDeviceConfiguration --- @@ -34,7 +34,7 @@ Update-MgBetaTeamworkDeviceConfiguration -TeamworkDeviceId [-TeamsClientConfiguration ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -44,7 +44,7 @@ Update-MgBetaTeamworkDeviceConfiguration -TeamworkDeviceId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -64,7 +64,7 @@ Update-MgBetaTeamworkDeviceConfiguration -InputObject [-TeamsClientConfiguration ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -74,7 +74,7 @@ Update-MgBetaTeamworkDeviceConfiguration -InputObject -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.Teams/Update-MgBetaTeamworkDeviceHealth.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamworkDeviceHealth.md index eae8c057ac06a..4ac75200a6806 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamworkDeviceHealth.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamworkDeviceHealth.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetateamworkdevicehealth Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaTeamworkDeviceHealth --- @@ -30,7 +30,7 @@ Update-MgBetaTeamworkDeviceHealth -TeamworkDeviceId [-ResponseHeadersVa [-SoftwareUpdateHealth ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -40,7 +40,7 @@ Update-MgBetaTeamworkDeviceHealth -TeamworkDeviceId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -56,7 +56,7 @@ Update-MgBetaTeamworkDeviceHealth -InputObject [-ResponseHeader [-SoftwareUpdateHealth ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -66,7 +66,7 @@ Update-MgBetaTeamworkDeviceHealth -InputObject -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.Teams/Update-MgBetaTeamworkDeviceOperation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamworkDeviceOperation.md index d672d3a80b8aa..1971d096e2f0a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamworkDeviceOperation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamworkDeviceOperation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetateamworkdeviceoperation Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaTeamworkDeviceOperation --- @@ -28,7 +28,7 @@ Update-MgBetaTeamworkDeviceOperation -TeamworkDeviceId -TeamworkDeviceO [-OperationType ] [-StartedDateTime ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -38,7 +38,7 @@ Update-MgBetaTeamworkDeviceOperation -TeamworkDeviceId -TeamworkDeviceO -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -52,7 +52,7 @@ Update-MgBetaTeamworkDeviceOperation -InputObject [-OperationType ] [-StartedDateTime ] [-Status ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -62,7 +62,7 @@ Update-MgBetaTeamworkDeviceOperation -InputObject -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.Teams/Update-MgBetaTeamworkDeviceSoftware.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamworkDeviceSoftware.md index b63167adf11a2..077069203af08 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamworkDeviceSoftware.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamworkDeviceSoftware.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetateamworkdevicesoftware Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaTeamworkDeviceSoftware --- @@ -26,7 +26,6 @@ Update-MgBetaTeamworkDeviceSoftware -TeamworkDeviceId [-ResponseHeaders [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -37,7 +36,6 @@ Update-MgBetaTeamworkDeviceSoftware -TeamworkDeviceId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -48,7 +46,6 @@ Update-MgBetaTeamworkDeviceSoftware -InputObject [-SoftwareVersion ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -59,7 +56,6 @@ Update-MgBetaTeamworkDeviceSoftware -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamworkTeamAppSetting.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamworkTeamAppSetting.md index 3f63b40fc0c78..c7c28ab20b908 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamworkTeamAppSetting.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamworkTeamAppSetting.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetateamworkteamappsetting Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaTeamworkTeamAppSetting --- @@ -29,7 +29,7 @@ Update-MgBetaTeamworkTeamAppSetting [-ResponseHeadersVariable ] [-IsChatResourceSpecificConsentEnabled] [-IsUserPersonalScopeResourceSpecificConsentEnabled] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -39,7 +39,6 @@ Update-MgBetaTeamworkTeamAppSetting -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamworkTeamTemplate.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamworkTeamTemplate.md index fcbe42e569347..ec4edf96b0786 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamworkTeamTemplate.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamworkTeamTemplate.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetateamworkteamtemplate Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaTeamworkTeamTemplate --- @@ -24,7 +24,7 @@ Update-MgBetaTeamworkTeamTemplate -TeamTemplateId [-ResponseHeadersVari [-AdditionalProperties ] [-Definitions ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -34,7 +34,7 @@ Update-MgBetaTeamworkTeamTemplate -TeamTemplateId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -44,7 +44,7 @@ Update-MgBetaTeamworkTeamTemplate -InputObject [-ResponseHeader [-AdditionalProperties ] [-Definitions ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -54,7 +54,7 @@ Update-MgBetaTeamworkTeamTemplate -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -949,6 +949,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -2806,21 +2863,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -4603,6 +4717,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -5255,7 +5370,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -9687,6 +9805,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -11544,21 +11719,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -13341,6 +13573,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -13993,7 +14226,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamworkTeamTemplateDefinition.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamworkTeamTemplateDefinition.md index e2b60fccbd974..4accc08d929ed 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamworkTeamTemplateDefinition.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamworkTeamTemplateDefinition.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetateamworkteamtemplatedefinition Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaTeamworkTeamTemplateDefinition --- @@ -29,7 +29,6 @@ Update-MgBetaTeamworkTeamTemplateDefinition -TeamTemplateDefinitionId [-TeamDefinition ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -40,7 +39,6 @@ Update-MgBetaTeamworkTeamTemplateDefinition -TeamTemplateDefinitionId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -54,7 +52,7 @@ Update-MgBetaTeamworkTeamTemplateDefinition -InputObject [-ShortDescription ] [-TeamDefinition ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -64,7 +62,7 @@ Update-MgBetaTeamworkTeamTemplateDefinition -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -1281,6 +1279,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -3138,21 +3193,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -4935,6 +5047,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -5587,7 +5700,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -10064,6 +10180,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -11921,21 +12094,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -13718,6 +13948,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -14370,7 +14601,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamworkWorkforceIntegration.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamworkWorkforceIntegration.md index 516d1bb74b358..c4e87a76d56d8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamworkWorkforceIntegration.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaTeamworkWorkforceIntegration.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetateamworkworkforceintegration Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaTeamworkWorkforceIntegration --- @@ -31,7 +31,7 @@ Update-MgBetaTeamworkWorkforceIntegration -WorkforceIntegrationId [-LastModifiedBy ] [-SupportedEntities ] [-Supports ] [-Url ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -41,7 +41,7 @@ Update-MgBetaTeamworkWorkforceIntegration -WorkforceIntegrationId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -55,7 +55,7 @@ Update-MgBetaTeamworkWorkforceIntegration -InputObject [-LastModifiedBy ] [-SupportedEntities ] [-Supports ] [-Url ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -65,7 +65,7 @@ Update-MgBetaTeamworkWorkforceIntegration -InputObject -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.Teams/Update-MgBetaUserChat.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaUserChat.md index 9dca20e4c9689..b2d24d9d90990 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaUserChat.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaUserChat.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetauserchat Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaUserChat --- @@ -36,7 +36,7 @@ Update-MgBetaUserChat -ChatId -UserId [-ResponseHeadersVariabl [-TenantId ] [-Topic ] [-Viewpoint ] [-WebUrl ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -46,7 +46,6 @@ Update-MgBetaUserChat -ChatId -UserId -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -65,7 +64,7 @@ Update-MgBetaUserChat -InputObject [-ResponseHeadersVariable ] [-Topic ] [-Viewpoint ] [-WebUrl ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -75,7 +74,6 @@ Update-MgBetaUserChat -InputObject -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaUserChatInstalledApp.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaUserChatInstalledApp.md index 06678d3cf74c6..0aef423b10811 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaUserChatInstalledApp.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaUserChatInstalledApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetauserchatinstalledapp Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaUserChatInstalledApp --- @@ -28,7 +28,6 @@ Update-MgBetaUserChatInstalledApp -ChatId -TeamsAppInstallationId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Upgrade @@ -39,7 +38,6 @@ Update-MgBetaUserChatInstalledApp -ChatId -TeamsAppInstallationId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpgradeViaIdentityExpanded @@ -50,7 +48,6 @@ Update-MgBetaUserChatInstalledApp -InputObject [-ResponseHeader [-ConsentedPermissionSet ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpgradeViaIdentity @@ -61,7 +58,6 @@ Update-MgBetaUserChatInstalledApp -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaUserChatLastMessagePreview.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaUserChatLastMessagePreview.md index 7612050aafc85..f7cf06e14bea2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaUserChatLastMessagePreview.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaUserChatLastMessagePreview.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetauserchatlastmessagepreview Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaUserChatLastMessagePreview --- @@ -29,7 +29,7 @@ Update-MgBetaUserChatLastMessagePreview -ChatId -UserId [-From ] [-Id ] [-IsDeleted] [-MessageType ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -39,7 +39,7 @@ Update-MgBetaUserChatLastMessagePreview -ChatId -UserId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -51,7 +51,7 @@ Update-MgBetaUserChatLastMessagePreview -InputObject [-From ] [-Id ] [-IsDeleted] [-MessageType ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -61,7 +61,7 @@ Update-MgBetaUserChatLastMessagePreview -InputObject -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.Teams/Update-MgBetaUserChatMember.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaUserChatMember.md index cebb95b3ee934..938725684e369 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaUserChatMember.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaUserChatMember.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetauserchatmember Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaUserChatMember --- @@ -28,7 +28,7 @@ Update-MgBetaUserChatMember -ChatId -ConversationMemberId -Use [-Id ] [-Roles ] [-VisibleHistoryStartDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -38,7 +38,7 @@ Update-MgBetaUserChatMember -ChatId -ConversationMemberId -Use -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -49,7 +49,6 @@ Update-MgBetaUserChatMember -InputObject [-ResponseHeadersVaria [-VisibleHistoryStartDateTime ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -59,7 +58,7 @@ Update-MgBetaUserChatMember -InputObject -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.Teams/Update-MgBetaUserChatMessage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaUserChatMessage.md index 963f2006ac41b..fad89134b8cb2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaUserChatMessage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaUserChatMessage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetauserchatmessage Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaUserChatMessage --- @@ -38,7 +38,7 @@ Update-MgBetaUserChatMessage -ChatId -ChatMessageId -UserId ] [-Subject ] [-Summary ] [-WebUrl ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -58,7 +58,7 @@ Update-MgBetaUserChatMessage -InputObject [-ChatId ] [-ReplyToId ] [-Subject ] [-Summary ] [-WebUrl ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -68,7 +68,7 @@ Update-MgBetaUserChatMessage -ChatId -ChatMessageId -UserId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -78,7 +78,7 @@ Update-MgBetaUserChatMessage -InputObject -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.Teams/Update-MgBetaUserChatMessageHostedContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaUserChatMessageHostedContent.md index e2ba64f8fe496..3661ef7b95357 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaUserChatMessageHostedContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaUserChatMessageHostedContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetauserchatmessagehostedcontent Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaUserChatMessageHostedContent --- @@ -28,7 +28,7 @@ Update-MgBetaUserChatMessageHostedContent -ChatId -ChatMessageHostedCon [-AdditionalProperties ] [-ContentBytesInputFile ] [-ContentType ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -39,7 +39,6 @@ Update-MgBetaUserChatMessageHostedContent -ChatId -ChatMessageHostedCon [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -50,7 +49,7 @@ Update-MgBetaUserChatMessageHostedContent -InputObject [-ContentBytesInputFile ] [-ContentType ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -60,7 +59,6 @@ Update-MgBetaUserChatMessageHostedContent -InputObject -BodyPar [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaUserChatMessageReply.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaUserChatMessageReply.md index 50bc55555a05e..541ba4ea0e0ee 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaUserChatMessageReply.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaUserChatMessageReply.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetauserchatmessagereply Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaUserChatMessageReply --- @@ -38,7 +38,7 @@ Update-MgBetaUserChatMessageReply -ChatId -ChatMessageId -Chat [-ReplyToId ] [-Subject ] [-Summary ] [-WebUrl ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -58,7 +58,7 @@ Update-MgBetaUserChatMessageReply -InputObject [-ChatId ] [-Subject ] [-Summary ] [-WebUrl ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -68,7 +68,7 @@ Update-MgBetaUserChatMessageReply -ChatId -ChatMessageId -Chat -UserId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -78,7 +78,7 @@ Update-MgBetaUserChatMessageReply -InputObject -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.Teams/Update-MgBetaUserChatMessageReplyHostedContent.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaUserChatMessageReplyHostedContent.md index 4874dfcdef0b5..e7194a3c731d0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaUserChatMessageReplyHostedContent.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaUserChatMessageReplyHostedContent.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetauserchatmessagereplyhostedcontent Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaUserChatMessageReplyHostedContent --- @@ -29,7 +29,7 @@ Update-MgBetaUserChatMessageReplyHostedContent -ChatId -ChatMessageHost [-ContentBytesInputFile ] [-ContentType ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -40,7 +40,6 @@ Update-MgBetaUserChatMessageReplyHostedContent -ChatId -ChatMessageHost [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -51,7 +50,7 @@ Update-MgBetaUserChatMessageReplyHostedContent -InputObject [-ContentBytesInputFile ] [-ContentType ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -61,7 +60,6 @@ Update-MgBetaUserChatMessageReplyHostedContent -InputObject -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaUserChatOperation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaUserChatOperation.md index 6ff7be9aa1ad8..8c2c12f3557ba 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaUserChatOperation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaUserChatOperation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetauserchatoperation Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaUserChatOperation --- @@ -27,7 +27,6 @@ Update-MgBetaUserChatOperation -ChatId -TeamsAsyncOperationId [-TargetResourceId ] [-TargetResourceLocation ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -37,7 +36,7 @@ Update-MgBetaUserChatOperation -ChatId -TeamsAsyncOperationId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -50,7 +49,6 @@ Update-MgBetaUserChatOperation -InputObject [-ResponseHeadersVa [-TargetResourceLocation ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -60,7 +58,7 @@ Update-MgBetaUserChatOperation -InputObject -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.Teams/Update-MgBetaUserChatPermissionGrant.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaUserChatPermissionGrant.md index 13bf6d9bf5e8c..881fb417ad61c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaUserChatPermissionGrant.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaUserChatPermissionGrant.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetauserchatpermissiongrant Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaUserChatPermissionGrant --- @@ -29,7 +29,7 @@ Update-MgBetaUserChatPermissionGrant -ChatId -ResourceSpecificPermissio [-Permission ] [-PermissionType ] [-ResourceAppId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -40,7 +40,6 @@ Update-MgBetaUserChatPermissionGrant -ChatId -ResourceSpecificPermissio [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -52,7 +51,6 @@ Update-MgBetaUserChatPermissionGrant -InputObject [-PermissionType ] [-ResourceAppId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -62,7 +60,7 @@ Update-MgBetaUserChatPermissionGrant -InputObject -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.Teams/Update-MgBetaUserChatPinnedMessage.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaUserChatPinnedMessage.md index 29e30f8af8fa8..c15421cc2a0f0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaUserChatPinnedMessage.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaUserChatPinnedMessage.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetauserchatpinnedmessage Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaUserChatPinnedMessage --- @@ -28,7 +28,6 @@ Update-MgBetaUserChatPinnedMessage -ChatId -PinnedChatMessageInfoId ] [-Message ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -39,7 +38,6 @@ Update-MgBetaUserChatPinnedMessage -ChatId -PinnedChatMessageInfoId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -49,7 +47,7 @@ Update-MgBetaUserChatPinnedMessage -InputObject [-ResponseHeade [-AdditionalProperties ] [-Id ] [-Message ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -59,7 +57,7 @@ Update-MgBetaUserChatPinnedMessage -InputObject -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.Teams/Update-MgBetaUserChatTab.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaUserChatTab.md index 5e20a09975467..7b284b9118a16 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaUserChatTab.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaUserChatTab.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetauserchattab Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaUserChatTab --- @@ -30,7 +30,6 @@ Update-MgBetaUserChatTab -ChatId -TeamsTabId -UserId [-TeamsAppId ] [-WebUrl ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -40,7 +39,7 @@ Update-MgBetaUserChatTab -ChatId -TeamsTabId -UserId -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentityExpanded @@ -52,7 +51,7 @@ Update-MgBetaUserChatTab -InputObject [-ResponseHeadersVariable [-TeamsApp ] [-TeamsAppId ] [-WebUrl ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -62,7 +61,6 @@ Update-MgBetaUserChatTab -InputObject -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaUserTeamwork.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaUserTeamwork.md index 15de7d370506b..4b705b0f834da 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaUserTeamwork.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaUserTeamwork.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetauserteamwork Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaUserTeamwork --- @@ -28,7 +28,7 @@ Update-MgBetaUserTeamwork -UserId [-ResponseHeadersVariable ] [-Id ] [-InstalledApps ] [-Locale ] [-Region ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Update @@ -38,7 +38,6 @@ Update-MgBetaUserTeamwork -UserId -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -49,7 +48,7 @@ Update-MgBetaUserTeamwork -InputObject [-ResponseHeadersVariabl [-Id ] [-InstalledApps ] [-Locale ] [-Region ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### UpdateViaIdentity @@ -59,7 +58,6 @@ Update-MgBetaUserTeamwork -InputObject -BodyParameter ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -1026,6 +1024,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -2883,21 +2938,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -4680,6 +4792,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -5332,7 +5445,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. @@ -9769,6 +9885,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -11626,21 +11799,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -13423,6 +13653,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -14075,7 +14306,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaUserTeamworkAssociatedTeam.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaUserTeamworkAssociatedTeam.md index 38b14257570f3..353050fbbd23e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaUserTeamworkAssociatedTeam.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Teams/Update-MgBetaUserTeamworkAssociatedTeam.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Teams-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.teams/update-mgbetauserteamworkassociatedteam Locale: en-US Module Name: Microsoft.Graph.Beta.Teams -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaUserTeamworkAssociatedTeam --- @@ -28,7 +28,6 @@ Update-MgBetaUserTeamworkAssociatedTeam -AssociatedTeamInfoId -UserId < [-Id ] [-Team ] [-TenantId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Update @@ -38,7 +37,6 @@ Update-MgBetaUserTeamworkAssociatedTeam -AssociatedTeamInfoId -UserId < -BodyParameter [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentityExpanded @@ -49,7 +47,6 @@ Update-MgBetaUserTeamworkAssociatedTeam -InputObject [-Id ] [-Team ] [-TenantId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UpdateViaIdentity @@ -59,7 +56,6 @@ Update-MgBetaUserTeamworkAssociatedTeam -InputObject -BodyParam [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -1063,6 +1059,63 @@ For existing applications, the enforcement date can be retroactively applied. For existing applications, the enforcement date can be retroactively applied. [State ]: appManagementRestrictionState [UriAdditionWithoutUniqueTenantIdentifier ]: identifierUriRestriction + [RedirectUris ]: redirectUriConfiguration + [(Any) ]: This indicates any property can be added to this object. + [UriWithBlockedDomain ]: redirectUriBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformBlockedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedDomainConfiguration + [UriWithBlockedScheme ]: redirectUriBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExemptFormats ]: + [PublicClient ]: redirectUriPlatformBlockedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [BlockedSchemes ]: + [ExemptFormats ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformBlockedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformBlockedSchemeConfiguration + [UriWithWildcard ]: redirectUriWildcardConfiguration + [(Any) ]: This indicates any property can be added to this object. + [ExcludeActors ]: appManagementPolicyActorExemptions + [ExcludeFormats ]: redirectUriWildcardExcludeFormats + [(Any) ]: This indicates any property can be added to this object. + [ExcludeWildcardsInPath ]: + [ExcludeWildcardsInPathWithDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [State ]: appManagementRestrictionState + [UriWithoutAllowedDomain ]: redirectUriAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedDomainConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedDomains ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedDomainConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedDomainConfiguration + [UriWithoutAllowedScheme ]: redirectUriAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [ExcludeActors ]: appManagementPolicyActorExemptions + [PublicClient ]: redirectUriPlatformAllowedSchemeConfiguration + [(Any) ]: This indicates any property can be added to this object. + [AllowedSchemes ]: + [RestrictForAppsCreatedAfterDateTime ]: + [Spa ]: redirectUriPlatformAllowedSchemeConfiguration + [State ]: appManagementRestrictionState + [Web ]: redirectUriPlatformAllowedSchemeConfiguration [AppOwnerOrganizationId ]: Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le). @@ -2920,21 +2973,78 @@ Each one represents the same information in a different clipboard format. [FormatName ]: For a list of possible values see formatName values. [CloudLicensing ]: userCloudLicensing [(Any) ]: This indicates any property can be added to this object. - [UsageRights ]: + [AssignmentErrors ]: [Id ]: The unique identifier for an entity. Read-only. - [Services ]: Information about the services associated with the usageRight. + [AssignedTo ]: directoryObject + [Code ]: The error code associated with the assignment synchronization failure. + [Message ]: The error message associated with the assignment synchronization failure. + [OccurrenceDateTime ]: The date and time at which the error most recently occurred. +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. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [UsageRight ]: usageRight + [(Any) ]: This indicates any property can be added to this object. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotments ]: The set of allotments associated with the assignments that combine to form this usageRight. + [Id ]: The unique identifier for an entity. +Read-only. + [AllottedUnits ]: The number of licenses contained within the allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [Assignments ]: The list of license assignments that consume licenses from this allotment. +Not nullable. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [DisabledServicePlanIds ]: The list of disabled service plans for this assignment. +Not nullable. + [ConsumedUnits ]: The number of licenses that are currently consumed by assignments from this allotment. +Not nullable. +Read-only. + [Services ]: The list of services that might be enabled or disabled for assignments from this allotment. +Not nullable. +Read-only. + [AssignableTo ]: assigneeTypes + [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. + [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. +Read-only. +Supports $filter. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. +Read-only. + [Subscriptions ]: Basic information about the subscriptions that supports this allotment. + [NextLifecycleDate ]: The date on which the current state transitions to the next state. + [StartDate ]: The date when the subscription started. + [State ]: subscriptionState + [SubscriptionId ]: Identifier for the subscription object. + [Tags ]: subscriptionTags + [WaitingMembers ]: List of over-assigned users who are in the waiting room for an allotment due to license capacity limits. + [Id ]: The unique identifier for an entity. +Read-only. + [Allotment ]: allotment + [AssignedTo ]: directoryObject + [WaitingSinceDateTime ]: Indicates the moment when the user or device first waited for this license. +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. + [Assignments ]: The set of assignments that combine to form this usageRight, including both direct assignments and assignments inherited through group membership. + [Services ]: Information about the services associated with the usageRight. Not nullable. Read-only. Supports $filter on the planId property. - [AssignableTo ]: assigneeTypes - [PlanId ]: The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. - [PlanName ]: The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. - [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. + [SkuId ]: Unique identifier (GUID) for the service SKU that is equal to the skuId property on the related subscribedSku object. Read-only. Supports $filter. - [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. + [SkuPartNumber ]: Unique SKU display name that is equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only. + [Assignments ]: + [UsageRights ]: + [WaitingMembers ]: [CloudPCs ]: The user's Cloud PCs. Read-only. Nullable. @@ -4717,6 +4827,7 @@ Valid values for this property are defined by creating a ClassificationList sett Supports $filter (eq, ne, not, ge, le, startsWith). [CloudLicensing ]: groupCloudLicensing [(Any) ]: This indicates any property can be added to this object. + [Assignments ]: [UsageRights ]: [Conversations ]: The group's conversations. [Id ]: The unique identifier for an entity. @@ -5369,7 +5480,10 @@ Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. - [WelcomeMessageEnabled ]: + [WelcomeMessageEnabled ]: Indicates whether a welcome message is sent to new members when they are added to the group. +The default value is true. +Returned only on $select. +Supported only on the Get group API (GET /groups/{ID}). [WritebackConfiguration ]: groupWritebackConfiguration [(Any) ]: This indicates any property can be added to this object. [IsEnabled ]: Indicates whether writeback of cloud groups to on-premise Active Directory is enabled. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Actions/Clear-MgBetaUserAndBlockManagedApp.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Actions/Clear-MgBetaUserAndBlockManagedApp.md index 80427065e2163..3011a830fb623 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Actions/Clear-MgBetaUserAndBlockManagedApp.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Actions/Clear-MgBetaUserAndBlockManagedApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Users.Actions-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.users.actions/clear-mgbetauserandblockmanagedapp Locale: en-US Module Name: Microsoft.Graph.Beta.Users.Actions -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Clear-MgBetaUserAndBlockManagedApp --- @@ -24,7 +24,6 @@ Clear-MgBetaUserAndBlockManagedApp -UserId [-ResponseHeadersVariable ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### WipeViaIdentity @@ -34,7 +33,6 @@ Clear-MgBetaUserAndBlockManagedApp -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Actions/Clear-MgBetaUserManagedAppRegistrationByAzureAdDeviceId.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Actions/Clear-MgBetaUserManagedAppRegistrationByAzureAdDeviceId.md index 23eedf6f083fa..1af493161defc 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Actions/Clear-MgBetaUserManagedAppRegistrationByAzureAdDeviceId.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Actions/Clear-MgBetaUserManagedAppRegistrationByAzureAdDeviceId.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Users.Actions-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.users.actions/clear-mgbetausermanagedappregistrationbyazureaddeviceid Locale: en-US Module Name: Microsoft.Graph.Beta.Users.Actions -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Clear-MgBetaUserManagedAppRegistrationByAzureAdDeviceId --- @@ -25,7 +25,6 @@ Clear-MgBetaUserManagedAppRegistrationByAzureAdDeviceId -UserId [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Wipe @@ -36,7 +35,6 @@ Clear-MgBetaUserManagedAppRegistrationByAzureAdDeviceId -UserId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### WipeViaIdentityExpanded @@ -47,7 +45,6 @@ Clear-MgBetaUserManagedAppRegistrationByAzureAdDeviceId -InputObject ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### WipeViaIdentity @@ -58,7 +55,6 @@ Clear-MgBetaUserManagedAppRegistrationByAzureAdDeviceId -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Actions/Clear-MgBetaUserManagedAppRegistrationByDeviceTag.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Actions/Clear-MgBetaUserManagedAppRegistrationByDeviceTag.md index c154c9e9f85b7..84633737a172c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Actions/Clear-MgBetaUserManagedAppRegistrationByDeviceTag.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Actions/Clear-MgBetaUserManagedAppRegistrationByDeviceTag.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Users.Actions-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.users.actions/clear-mgbetausermanagedappregistrationbydevicetag Locale: en-US Module Name: Microsoft.Graph.Beta.Users.Actions -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Clear-MgBetaUserManagedAppRegistrationByDeviceTag --- @@ -25,7 +25,6 @@ Clear-MgBetaUserManagedAppRegistrationByDeviceTag -UserId [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Wipe1 @@ -36,7 +35,6 @@ Clear-MgBetaUserManagedAppRegistrationByDeviceTag -UserId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### WipeViaIdentityExpanded1 @@ -47,7 +45,6 @@ Clear-MgBetaUserManagedAppRegistrationByDeviceTag -InputObject ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### WipeViaIdentity1 @@ -58,7 +55,6 @@ Clear-MgBetaUserManagedAppRegistrationByDeviceTag -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Actions/Confirm-MgBetaUserMemberGroup.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Actions/Confirm-MgBetaUserMemberGroup.md index 3201ab63e8c76..fdc3b88a87125 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Actions/Confirm-MgBetaUserMemberGroup.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Actions/Confirm-MgBetaUserMemberGroup.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Users.Actions-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.users.actions/confirm-mgbetausermembergroup Locale: en-US Module Name: Microsoft.Graph.Beta.Users.Actions -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Confirm-MgBetaUserMemberGroup --- @@ -31,7 +31,6 @@ Confirm-MgBetaUserMemberGroup -UserId [-ResponseHeadersVariable ] [-GroupIds ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Check @@ -42,7 +41,6 @@ Confirm-MgBetaUserMemberGroup -UserId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CheckViaIdentityExpanded @@ -52,7 +50,7 @@ Confirm-MgBetaUserMemberGroup -InputObject [-ResponseHeadersVariable ] [-AdditionalProperties ] [-GroupIds ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CheckViaIdentity @@ -63,7 +61,6 @@ Confirm-MgBetaUserMemberGroup -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -83,9 +80,9 @@ Because Microsoft 365 groups cannot contain other groups, membership in a Micros | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Application.Read.All, User.ReadWrite.All, GroupMember.Read.All, User.Read.All, Application.ReadWrite.All, Device.Read.All, Directory.Read.All, Directory.ReadWrite.All, Group.Read.All, Group.ReadWrite.All, | +| Delegated (work or school account) | Application.Read.All, AgentIdUser.ReadWrite.All, AgentIdUser.ReadWrite.IdentityParentedBy, Application.ReadWrite.All, Device.Read.All, Directory.Read.All, Directory.ReadWrite.All, Group.Read.All, Group.ReadWrite.All, GroupMember.Read.All, User.Read.All, User.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | Application.Read.All, Application.ReadWrite.All, User.Read.All, GroupMember.Read.All, Group.ReadWrite.All, Group.Read.All, User.ReadWrite.All, Directory.Read.All, Device.ReadWrite.All, Device.Read.All, Directory.ReadWrite.All, | +| Application | Application.Read.All, AgentIdUser.ReadWrite.All, AgentIdUser.ReadWrite.IdentityParentedBy, Application.ReadWrite.All, Device.Read.All, Device.ReadWrite.All, Directory.Read.All, Directory.ReadWrite.All, Group.Read.All, Group.ReadWrite.All, GroupMember.Read.All, User.Read.All, User.ReadWrite.All, | ## EXAMPLES ### Example 1: Check group memberships for the signed-in user diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Actions/Confirm-MgBetaUserMemberObject.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Actions/Confirm-MgBetaUserMemberObject.md index 3cb25ff028d01..c57365b6f3c52 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Actions/Confirm-MgBetaUserMemberObject.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Actions/Confirm-MgBetaUserMemberObject.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Users.Actions-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.users.actions/confirm-mgbetausermemberobject Locale: en-US Module Name: Microsoft.Graph.Beta.Users.Actions -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Confirm-MgBetaUserMemberObject --- @@ -27,7 +27,6 @@ Confirm-MgBetaUserMemberObject -UserId [-ResponseHeadersVariable ] [-Ids ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Check @@ -38,7 +37,6 @@ Confirm-MgBetaUserMemberObject -UserId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### CheckViaIdentityExpanded @@ -48,7 +46,7 @@ Confirm-MgBetaUserMemberObject -InputObject [-ResponseHeadersVariable ] [-AdditionalProperties ] [-Ids ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### CheckViaIdentity @@ -59,7 +57,6 @@ Confirm-MgBetaUserMemberObject -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -75,9 +72,9 @@ Invoke action checkMemberObjects | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Application.Read.All, User.ReadWrite.All, User.Read, User.Read.All, Application.ReadWrite.All, Device.Read.All, Directory.Read.All, Directory.ReadWrite.All, Group.Read.All, Group.ReadWrite.All, GroupMember.Read.All, | +| Delegated (work or school account) | Application.Read.All, AgentIdUser.ReadWrite.All, AgentIdUser.ReadWrite.IdentityParentedBy, Application.ReadWrite.All, Device.Read.All, Directory.Read.All, Directory.ReadWrite.All, Group.Read.All, Group.ReadWrite.All, GroupMember.Read.All, User.Read, User.Read.All, User.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | Application.Read.All, Application.ReadWrite.All, User.Read.All, GroupMember.Read.All, Group.ReadWrite.All, Group.Read.All, User.ReadWrite.All, Directory.Read.All, Device.ReadWrite.All, Device.Read.All, Directory.ReadWrite.All, | +| Application | Application.Read.All, AgentIdUser.ReadWrite.All, AgentIdUser.ReadWrite.IdentityParentedBy, Application.ReadWrite.All, Device.Read.All, Device.ReadWrite.All, Directory.Read.All, Directory.ReadWrite.All, Group.Read.All, Group.ReadWrite.All, GroupMember.Read.All, User.Read.All, User.ReadWrite.All, | ## EXAMPLES ### Example 1: Using the Confirm-MgBetaUserMemberObject Cmdlet diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Actions/Convert-MgBetaUserExternalToInternalMemberUser.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Actions/Convert-MgBetaUserExternalToInternalMemberUser.md index 42c621d07c902..121ed07e82e45 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Actions/Convert-MgBetaUserExternalToInternalMemberUser.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Actions/Convert-MgBetaUserExternalToInternalMemberUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Users.Actions-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.users.actions/convert-mgbetauserexternaltointernalmemberuser Locale: en-US Module Name: Microsoft.Graph.Beta.Users.Actions -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Convert-MgBetaUserExternalToInternalMemberUser --- @@ -27,7 +27,7 @@ Convert-MgBetaUserExternalToInternalMemberUser -UserId [-ResponseHeader [-PasswordProfile ] [-UserPrincipalName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Convert @@ -38,7 +38,6 @@ Convert-MgBetaUserExternalToInternalMemberUser -UserId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ConvertViaIdentityExpanded @@ -49,7 +48,7 @@ Convert-MgBetaUserExternalToInternalMemberUser -InputObject ] [-UserPrincipalName ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### ConvertViaIdentity @@ -60,7 +59,6 @@ Convert-MgBetaUserExternalToInternalMemberUser -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Actions/Export-MgBetaUserPersonalData.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Actions/Export-MgBetaUserPersonalData.md index c651dbc3834f4..c80a3509c0b53 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Actions/Export-MgBetaUserPersonalData.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Actions/Export-MgBetaUserPersonalData.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Users.Actions-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.users.actions/export-mgbetauserpersonaldata Locale: en-US Module Name: Microsoft.Graph.Beta.Users.Actions -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Export-MgBetaUserPersonalData --- @@ -29,7 +29,6 @@ Export-MgBetaUserPersonalData -UserId [-ResponseHeadersVariable ] [-StorageLocation ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Export @@ -40,7 +39,6 @@ Export-MgBetaUserPersonalData -UserId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ExportViaIdentityExpanded @@ -51,7 +49,6 @@ Export-MgBetaUserPersonalData -InputObject [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ExportViaIdentity @@ -62,7 +59,6 @@ Export-MgBetaUserPersonalData -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Actions/Find-MgBetaUserMeetingLocation.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Actions/Find-MgBetaUserMeetingLocation.md index 9cd3fe6369b7c..6fdce78c1a57b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Actions/Find-MgBetaUserMeetingLocation.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Actions/Find-MgBetaUserMeetingLocation.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Users.Actions-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.users.actions/find-mgbetausermeetinglocation Locale: en-US Module Name: Microsoft.Graph.Beta.Users.Actions -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Find-MgBetaUserMeetingLocation --- @@ -26,7 +26,6 @@ Find-MgBetaUserMeetingLocation -UserId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Find @@ -37,7 +36,6 @@ Find-MgBetaUserMeetingLocation -UserId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### FindViaIdentityExpanded @@ -49,7 +47,7 @@ Find-MgBetaUserMeetingLocation -InputObject [-Query ] [-TimeConstraint ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### FindViaIdentity @@ -60,7 +58,6 @@ Find-MgBetaUserMeetingLocation -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Actions/Find-MgBetaUserMeetingTime.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Actions/Find-MgBetaUserMeetingTime.md index e5ffaa40605a4..92273f3837144 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Actions/Find-MgBetaUserMeetingTime.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Actions/Find-MgBetaUserMeetingTime.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Users.Actions-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.users.actions/find-mgbetausermeetingtime Locale: en-US Module Name: Microsoft.Graph.Beta.Users.Actions -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Find-MgBetaUserMeetingTime --- @@ -33,7 +33,7 @@ Find-MgBetaUserMeetingTime -UserId [-ResponseHeadersVariable ] [-ReturnSuggestionReasons] [-TimeConstraint ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Find @@ -44,7 +44,6 @@ Find-MgBetaUserMeetingTime -UserId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### FindViaIdentityExpanded @@ -57,7 +56,7 @@ Find-MgBetaUserMeetingTime -InputObject [-ResponseHeader [-ReturnSuggestionReasons] [-TimeConstraint ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### FindViaIdentity @@ -68,7 +67,6 @@ Find-MgBetaUserMeetingTime -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -92,54 +90,59 @@ In scenarios like test environments where the input parameters and calendar data | Application | Not supported | ## EXAMPLES -### Example 1: Using the Find-MgBetaUserMeetingTime Cmdlet +### Example 1: Code snippet + ```powershell + Import-Module Microsoft.Graph.Beta.Users.Actions + $params = @{ - Attendees = @( + attendees = @( @{ - Type = "required" - EmailAddress = @{ - Name = "Alex Wilbur" - Address = "alexw@contoso.onmicrosoft.com" + type = "required" + emailAddress = @{ + name = "Alex Wilbur" + address = "alexw@contoso.com" } } ) - LocationConstraint = @{ - IsRequired = "false" - SuggestLocation = "false" - Locations = @( + locationConstraint = @{ + isRequired = "false" + suggestLocation = "false" + locations = @( @{ - ResolveAvailability = "false" - DisplayName = "Conf room Hood" + resolveAvailability = "false" + displayName = "Conf room Hood" } ) } - TimeConstraint = @{ - ActivityDomain = "work" - TimeSlots = @( + timeConstraint = @{ + activityDomain = "work" + timeSlots = @( @{ - Start = @{ - DateTime = "2019-04-16T09:00:00" - TimeZone = "Pacific Standard Time" + start = @{ + dateTime = "2019-04-16T09:00:00" + timeZone = "Pacific Standard Time" } - End = @{ - DateTime = "2019-04-18T17:00:00" - TimeZone = "Pacific Standard Time" + end = @{ + dateTime = "2019-04-18T17:00:00" + timeZone = "Pacific Standard Time" } } ) } - IsOrganizerOptional = "false" - MeetingDuration = "PT1H" - ReturnSuggestionReasons = "true" - MinimumAttendeePercentage = "100" + isOrganizerOptional = "false" + meetingDuration = "PT1H" + returnSuggestionReasons = "true" + minimumAttendeePercentage = 100 } + # A UPN can also be used as -UserId. Find-MgBetaUserMeetingTime -UserId $userId -BodyParameter $params + ``` This example shows how to use the Find-MgBetaUserMeetingTime 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.Users.Actions/Get-MgBetaUserById.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Actions/Get-MgBetaUserById.md index 1c04216a611c9..4e8d4b018bd88 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Actions/Get-MgBetaUserById.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Actions/Get-MgBetaUserById.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Users.Actions-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.users.actions/get-mgbetauserbyid Locale: en-US Module Name: Microsoft.Graph.Beta.Users.Actions -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserById --- @@ -28,7 +28,6 @@ Get-MgBetaUserById [-ResponseHeadersVariable ] [-AdditionalProperties ] [-Types ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Get @@ -39,7 +38,6 @@ Get-MgBetaUserById [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Actions/Get-MgBetaUserMailTip.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Actions/Get-MgBetaUserMailTip.md index f0fe7ddf10e1a..b5b871cbf6cbb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Actions/Get-MgBetaUserMailTip.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Actions/Get-MgBetaUserMailTip.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Users.Actions-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.users.actions/get-mgbetausermailtip Locale: en-US Module Name: Microsoft.Graph.Beta.Users.Actions -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserMailTip --- @@ -29,7 +29,7 @@ Get-MgBetaUserMailTip -UserId [-ResponseHeadersVariable ] [-AdditionalProperties ] [-EmailAddresses ] [-MailTipsOptions ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Get @@ -40,7 +40,6 @@ Get-MgBetaUserMailTip -UserId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### GetViaIdentityExpanded @@ -50,7 +49,7 @@ Get-MgBetaUserMailTip -InputObject [-ResponseHeadersVari [-AdditionalProperties ] [-EmailAddresses ] [-MailTipsOptions ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### GetViaIdentity @@ -61,7 +60,6 @@ Get-MgBetaUserMailTip -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Actions/Get-MgBetaUserMemberGroup.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Actions/Get-MgBetaUserMemberGroup.md index 8b4048a8c7ef9..5ea579e81bdb5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Actions/Get-MgBetaUserMemberGroup.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Actions/Get-MgBetaUserMemberGroup.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Users.Actions-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.users.actions/get-mgbetausermembergroup Locale: en-US Module Name: Microsoft.Graph.Beta.Users.Actions -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserMemberGroup --- @@ -31,7 +31,6 @@ Get-MgBetaUserMemberGroup -UserId [-ResponseHeadersVariable ] [-AdditionalProperties ] [-SecurityEnabledOnly] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Get @@ -42,7 +41,6 @@ Get-MgBetaUserMemberGroup -UserId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### GetViaIdentityExpanded @@ -52,7 +50,6 @@ Get-MgBetaUserMemberGroup -InputObject [-ResponseHeaders [-AdditionalProperties ] [-SecurityEnabledOnly] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### GetViaIdentity @@ -63,7 +60,6 @@ Get-MgBetaUserMemberGroup -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -83,9 +79,9 @@ If you get the DirectoryResultSizeLimitExceeded error code, use the List group t | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Application.Read.All, User.Read.All, Group.ReadWrite.All, GroupMember.Read.All, Application.ReadWrite.All, Device.Read.All, Directory.Read.All, Directory.ReadWrite.All, Group.Read.All, | +| Delegated (work or school account) | Application.Read.All, Application.ReadWrite.All, Device.Read.All, Directory.Read.All, Directory.ReadWrite.All, Group.Read.All, Group.ReadWrite.All, GroupMember.Read.All, User.Read.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | Application.Read.All, Application.ReadWrite.All, GroupMember.Read.All, Group.ReadWrite.All, Group.Read.All, Directory.ReadWrite.All, User.Read.All, Device.ReadWrite.All, Device.Read.All, Directory.Read.All, | +| Application | Application.Read.All, Application.ReadWrite.All, Device.Read.All, Device.ReadWrite.All, Directory.Read.All, Directory.ReadWrite.All, Group.Read.All, Group.ReadWrite.All, GroupMember.Read.All, User.Read.All, | ## EXAMPLES ### Example 1: Check group memberships for the signed-in user diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Actions/Get-MgBetaUserMemberObject.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Actions/Get-MgBetaUserMemberObject.md index e9676021ace1f..fccc4ac970335 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Actions/Get-MgBetaUserMemberObject.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Actions/Get-MgBetaUserMemberObject.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Users.Actions-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.users.actions/get-mgbetausermemberobject Locale: en-US Module Name: Microsoft.Graph.Beta.Users.Actions -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserMemberObject --- @@ -27,7 +27,6 @@ Get-MgBetaUserMemberObject -UserId [-ResponseHeadersVariable ] [-AdditionalProperties ] [-SecurityEnabledOnly] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Get @@ -38,7 +37,6 @@ Get-MgBetaUserMemberObject -UserId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### GetViaIdentityExpanded @@ -48,7 +46,6 @@ Get-MgBetaUserMemberObject -InputObject [-ResponseHeader [-AdditionalProperties ] [-SecurityEnabledOnly] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### GetViaIdentity @@ -59,7 +56,6 @@ Get-MgBetaUserMemberObject -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -75,9 +71,9 @@ Invoke action getMemberObjects | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Application.Read.All, User.ReadWrite.All, User.Read, User.Read.All, Application.ReadWrite.All, Device.Read.All, Directory.Read.All, Directory.ReadWrite.All, Group.Read.All, Group.ReadWrite.All, GroupMember.Read.All, | +| Delegated (work or school account) | Application.Read.All, AgentIdUser.ReadWrite.All, AgentIdUser.ReadWrite.IdentityParentedBy, Application.ReadWrite.All, Device.Read.All, Directory.Read.All, Directory.ReadWrite.All, Group.Read.All, Group.ReadWrite.All, GroupMember.Read.All, User.Read, User.Read.All, User.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | Application.Read.All, Application.ReadWrite.All, User.Read.All, GroupMember.Read.All, Group.ReadWrite.All, Group.Read.All, User.ReadWrite.All, Directory.Read.All, Device.ReadWrite.All, Device.Read.All, Directory.ReadWrite.All, | +| Application | Application.Read.All, AgentIdUser.ReadWrite.All, AgentIdUser.ReadWrite.IdentityParentedBy, Application.ReadWrite.All, Device.Read.All, Device.ReadWrite.All, Directory.Read.All, Directory.ReadWrite.All, Group.Read.All, Group.ReadWrite.All, GroupMember.Read.All, User.Read.All, User.ReadWrite.All, | ## EXAMPLES ### Example 1: Using the Get-MgBetaUserMemberObject Cmdlet diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Actions/Get-MgBetaUserOwnedObjectByType.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Actions/Get-MgBetaUserOwnedObjectByType.md index 8945e6311aaa0..565cc97d06bde 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Actions/Get-MgBetaUserOwnedObjectByType.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Actions/Get-MgBetaUserOwnedObjectByType.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Users.Actions-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.users.actions/get-mgbetauserownedobjectbytype Locale: en-US Module Name: Microsoft.Graph.Beta.Users.Actions -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserOwnedObjectByType --- @@ -25,7 +25,7 @@ Get-MgBetaUserOwnedObjectByType [-ResponseHeadersVariable ] [-AdditionalProperties ] [-Type ] [-UserId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Get @@ -36,7 +36,6 @@ Get-MgBetaUserOwnedObjectByType [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Actions/Get-MgBetaUserPasswordSingleSignOnCredential.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Actions/Get-MgBetaUserPasswordSingleSignOnCredential.md index 93cd07343267b..e74a1ea51f86c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Actions/Get-MgBetaUserPasswordSingleSignOnCredential.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Actions/Get-MgBetaUserPasswordSingleSignOnCredential.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Users.Actions-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.users.actions/get-mgbetauserpasswordsinglesignoncredential Locale: en-US Module Name: Microsoft.Graph.Beta.Users.Actions -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserPasswordSingleSignOnCredential --- @@ -24,7 +24,7 @@ This API returns the encrypted passwords as null or empty strings. Get-MgBetaUserPasswordSingleSignOnCredential -UserId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### GetViaIdentity @@ -34,7 +34,6 @@ Get-MgBetaUserPasswordSingleSignOnCredential -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -51,7 +50,7 @@ This API returns the encrypted passwords as null or empty strings. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Directory.AccessAsUser.All, Directory.ReadWrite.All, Application.ReadWrite.All, | +| Delegated (work or school account) | Directory.AccessAsUser.All, Application.ReadWrite.All, Directory.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | | Application | Not supported | diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Actions/Invoke-MgBetaInvalidateAllUserRefreshToken.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Actions/Invoke-MgBetaInvalidateAllUserRefreshToken.md index 1878c8d3ce16b..8aa0d25bcdcb4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Actions/Invoke-MgBetaInvalidateAllUserRefreshToken.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Actions/Invoke-MgBetaInvalidateAllUserRefreshToken.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Users.Actions-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.users.actions/invoke-mgbetainvalidatealluserrefreshtoken Locale: en-US Module Name: Microsoft.Graph.Beta.Users.Actions -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaInvalidateAllUserRefreshToken --- @@ -28,7 +28,7 @@ If this happens, the application needs to acquire a new refresh token by making Invoke-MgBetaInvalidateAllUserRefreshToken -UserId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### InvalidateViaIdentity @@ -38,7 +38,6 @@ Invoke-MgBetaInvalidateAllUserRefreshToken -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -59,7 +58,7 @@ If this happens, the application needs to acquire a new refresh token by making | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | User.RevokeSessions.All, User.ReadWrite, Directory.ReadWrite.All, | +| Delegated (work or school account) | User.RevokeSessions.All, Directory.ReadWrite.All, User.ReadWrite, | | Delegated (personal Microsoft account) | User.ReadWrite, | | Application | User.RevokeSessions.All, | diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Actions/Invoke-MgBetaLicenseUser.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Actions/Invoke-MgBetaLicenseUser.md index dee85a564581f..b02ff51bf958f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Actions/Invoke-MgBetaLicenseUser.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Actions/Invoke-MgBetaLicenseUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Users.Actions-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.users.actions/invoke-mgbetalicenseuser Locale: en-US Module Name: Microsoft.Graph.Beta.Users.Actions -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaLicenseUser --- @@ -28,7 +28,7 @@ Also see Identify and resolve license assignment problems for a group in Microso Invoke-MgBetaLicenseUser -UserId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### LicenseViaIdentity @@ -37,7 +37,7 @@ Invoke-MgBetaLicenseUser -UserId [-ResponseHeadersVariable ] [- Invoke-MgBetaLicenseUser -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ## ALIASES @@ -55,9 +55,9 @@ Also see Identify and resolve license assignment problems for a group in Microso | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | User.ReadWrite.All, Directory.ReadWrite.All, | +| Delegated (work or school account) | User.ReadWrite.All, AgentIdUser.ReadWrite.All, AgentIdUser.ReadWrite.IdentityParentedBy, Directory.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | User.ReadWrite.All, Directory.ReadWrite.All, | +| Application | User.ReadWrite.All, AgentIdUser.ReadWrite.All, AgentIdUser.ReadWrite.IdentityParentedBy, Directory.ReadWrite.All, | ## EXAMPLES ### Example 1: Code snippet diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Actions/Invoke-MgBetaRetryUserServiceProvisioning.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Actions/Invoke-MgBetaRetryUserServiceProvisioning.md index ce6b21b178257..e0987ee96d510 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Actions/Invoke-MgBetaRetryUserServiceProvisioning.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Actions/Invoke-MgBetaRetryUserServiceProvisioning.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Users.Actions-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.users.actions/invoke-mgbetaretryuserserviceprovisioning Locale: en-US Module Name: Microsoft.Graph.Beta.Users.Actions -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaRetryUserServiceProvisioning --- @@ -27,7 +27,6 @@ Invoke-MgBetaRetryUserServiceProvisioning -UserId [-ResponseHeadersVari [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### RetryViaIdentity @@ -37,7 +36,6 @@ Invoke-MgBetaRetryUserServiceProvisioning -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Actions/Invoke-MgBetaTranslateUserExchangeId.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Actions/Invoke-MgBetaTranslateUserExchangeId.md index 2e3a69f6777cc..439dc3330180e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Actions/Invoke-MgBetaTranslateUserExchangeId.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Actions/Invoke-MgBetaTranslateUserExchangeId.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Users.Actions-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.users.actions/invoke-mgbetatranslateuserexchangeid Locale: en-US Module Name: Microsoft.Graph.Beta.Users.Actions -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaTranslateUserExchangeId --- @@ -27,7 +27,7 @@ Invoke-MgBetaTranslateUserExchangeId -UserId [-ResponseHeadersVariable [-AdditionalProperties ] [-InputIds ] [-SourceIdType ] [-TargetIdType ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Translate @@ -38,7 +38,6 @@ Invoke-MgBetaTranslateUserExchangeId -UserId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### TranslateViaIdentityExpanded @@ -49,7 +48,6 @@ Invoke-MgBetaTranslateUserExchangeId -InputObject [-SourceIdType ] [-TargetIdType ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### TranslateViaIdentity @@ -60,7 +58,6 @@ Invoke-MgBetaTranslateUserExchangeId -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -76,9 +73,9 @@ Translate identifiers of Outlook-related resources between formats. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | User.ReadBasic.All, User.ReadWrite.All, User.ReadWrite, User.Read.All, User.Read, | +| Delegated (work or school account) | User.ReadBasic.All, AgentIdUser.ReadWrite.All, AgentIdUser.ReadWrite.IdentityParentedBy, User.Read, User.Read.All, User.ReadWrite, User.ReadWrite.All, | | Delegated (personal Microsoft account) | User.Read, User.ReadWrite, | -| Application | User.Read.All, User.ReadWrite.All, | +| Application | User.Read.All, AgentIdUser.ReadWrite.All, AgentIdUser.ReadWrite.IdentityParentedBy, User.ReadWrite.All, | ## EXAMPLES ### Example 1: Code snippet diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Actions/Microsoft.Graph.Beta.Users.Actions.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Actions/Microsoft.Graph.Beta.Users.Actions.md index 3137b3e07c842..d06a49fa24259 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Actions/Microsoft.Graph.Beta.Users.Actions.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Actions/Microsoft.Graph.Beta.Users.Actions.md @@ -1,6 +1,6 @@ --- Module Name: Microsoft.Graph.Beta.Users.Actions -Module Guid: 8fcf9457-5279-4852-969a-9b6309cb810e +Module Guid: 6920ed96-ca9a-cade-efdc-69aab78045ad Download Help Link: https://learn.microsoft.com/en-us/powershell/module/microsoft.graph.beta.users.actions/?view=graph-powershell-beta Help Version: 1.0.0.0 Locale: en-US diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Actions/Remove-MgBetaAllUserDeviceFromManagement.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Actions/Remove-MgBetaAllUserDeviceFromManagement.md index cfc1236ebf9c7..ee2c8f0bc743a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Actions/Remove-MgBetaAllUserDeviceFromManagement.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Actions/Remove-MgBetaAllUserDeviceFromManagement.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Users.Actions-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.users.actions/remove-mgbetaalluserdevicefrommanagement Locale: en-US Module Name: Microsoft.Graph.Beta.Users.Actions -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaAllUserDeviceFromManagement --- @@ -27,7 +27,6 @@ Remove-MgBetaAllUserDeviceFromManagement -UserId [-ResponseHeadersVaria [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### RemoveViaIdentity @@ -37,7 +36,6 @@ Remove-MgBetaAllUserDeviceFromManagement -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Actions/Remove-MgBetaUserPasswordSingleSignOnCredential.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Actions/Remove-MgBetaUserPasswordSingleSignOnCredential.md index c74ed41a8b46d..4591424d338bd 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Actions/Remove-MgBetaUserPasswordSingleSignOnCredential.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Actions/Remove-MgBetaUserPasswordSingleSignOnCredential.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Users.Actions-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.users.actions/remove-mgbetauserpasswordsinglesignoncredential Locale: en-US Module Name: Microsoft.Graph.Beta.Users.Actions -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaUserPasswordSingleSignOnCredential --- @@ -24,7 +24,6 @@ Remove-MgBetaUserPasswordSingleSignOnCredential -UserId [-ResponseHeade [-AdditionalProperties ] [-Id ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Delete @@ -35,7 +34,6 @@ Remove-MgBetaUserPasswordSingleSignOnCredential -UserId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentityExpanded @@ -46,7 +44,6 @@ Remove-MgBetaUserPasswordSingleSignOnCredential -InputObject ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### DeleteViaIdentity @@ -57,7 +54,6 @@ Remove-MgBetaUserPasswordSingleSignOnCredential -InputObject ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -73,7 +69,7 @@ Delete the password-based single sign-on credentials for a given user to a given | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | Directory.AccessAsUser.All, Directory.ReadWrite.All, Application.ReadWrite.All, | +| Delegated (work or school account) | Directory.AccessAsUser.All, Application.ReadWrite.All, Directory.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | | Application | Not supported | diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Actions/Revoke-MgBetaUserSignInSession.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Actions/Revoke-MgBetaUserSignInSession.md index bbc2cb45ac503..88028f7a7dc3b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Actions/Revoke-MgBetaUserSignInSession.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Actions/Revoke-MgBetaUserSignInSession.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Users.Actions-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.users.actions/revoke-mgbetausersigninsession Locale: en-US Module Name: Microsoft.Graph.Beta.Users.Actions -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Revoke-MgBetaUserSignInSession --- @@ -30,7 +30,7 @@ If this happens, the application will need to acquire a new refresh token by mak Revoke-MgBetaUserSignInSession -UserId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### RevokeViaIdentity @@ -40,7 +40,6 @@ Revoke-MgBetaUserSignInSession -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -60,9 +59,9 @@ If this happens, the application will need to acquire a new refresh token by mak | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | User.RevokeSessions.All, User.ReadWrite.All, Directory.ReadWrite.All, | +| Delegated (work or school account) | User.RevokeSessions.All, AgentIdUser.ReadWrite.All, AgentIdUser.ReadWrite.IdentityParentedBy, Directory.ReadWrite.All, User.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | User.RevokeSessions.All, User.ReadWrite.All, Directory.ReadWrite.All, | +| Application | User.RevokeSessions.All, AgentIdUser.ReadWrite.All, AgentIdUser.ReadWrite.IdentityParentedBy, Directory.ReadWrite.All, User.ReadWrite.All, | ## EXAMPLES ### Example 1: Code snippet diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Actions/Send-MgBetaUserMail.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Actions/Send-MgBetaUserMail.md index 00d2047d6db1d..d195274a072a7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Actions/Send-MgBetaUserMail.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Actions/Send-MgBetaUserMail.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Users.Actions-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.users.actions/send-mgbetausermail Locale: en-US Module Name: Microsoft.Graph.Beta.Users.Actions -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Send-MgBetaUserMail --- @@ -32,7 +32,6 @@ Send-MgBetaUserMail -UserId [-ResponseHeadersVariable ] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Send @@ -43,7 +42,6 @@ Send-MgBetaUserMail -UserId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SendViaIdentityExpanded @@ -54,7 +52,6 @@ Send-MgBetaUserMail -InputObject [-ResponseHeadersVariab [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### SendViaIdentity @@ -65,7 +62,6 @@ Send-MgBetaUserMail -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -737,7 +733,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. @@ -872,7 +868,7 @@ To verify the existence of inline attachments, parse the body property to look f [InternetMessageHeaders ]: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. - Returned only on applying a $select query option. + Requires $select to retrieve. Read-only. [Name ]: Represents the key in a key-value pair. [Value ]: The value in a key-value pair. diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Actions/Set-MgBetaUserLicense.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Actions/Set-MgBetaUserLicense.md index 33cb0a870c8e5..05b3b8fbf52bb 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Actions/Set-MgBetaUserLicense.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Actions/Set-MgBetaUserLicense.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Users.Actions-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.users.actions/set-mgbetauserlicense Locale: en-US Module Name: Microsoft.Graph.Beta.Users.Actions -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Set-MgBetaUserLicense --- @@ -32,7 +32,6 @@ Set-MgBetaUserLicense -UserId [-ResponseHeadersVariable ] [-RemoveLicenses ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Assign @@ -43,7 +42,6 @@ Set-MgBetaUserLicense -UserId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### AssignViaIdentityExpanded @@ -54,7 +52,6 @@ Set-MgBetaUserLicense -InputObject [-ResponseHeadersVari [-RemoveLicenses ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### AssignViaIdentity @@ -65,7 +62,6 @@ Set-MgBetaUserLicense -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES @@ -85,9 +81,9 @@ To get the subscriptions available in the directory, perform a GET subscribedSku | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | LicenseAssignment.ReadWrite.All, User.ReadWrite.All, Directory.ReadWrite.All, | +| Delegated (work or school account) | LicenseAssignment.ReadWrite.All, AgentIdUser.ReadWrite.All, AgentIdUser.ReadWrite.IdentityParentedBy, Directory.ReadWrite.All, User.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | LicenseAssignment.ReadWrite.All, User.ReadWrite.All, Directory.ReadWrite.All, | +| Application | LicenseAssignment.ReadWrite.All, AgentIdUser.ReadWrite.All, AgentIdUser.ReadWrite.IdentityParentedBy, Directory.ReadWrite.All, User.ReadWrite.All, | ## EXAMPLES ### Example 1: Assign a license to a user diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Actions/Test-MgBetaUserPassword.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Actions/Test-MgBetaUserPassword.md index eb2c98102b41c..a47bd2bee0eaf 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Actions/Test-MgBetaUserPassword.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Actions/Test-MgBetaUserPassword.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Users.Actions-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.users.actions/test-mgbetauserpassword Locale: en-US Module Name: Microsoft.Graph.Beta.Users.Actions -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Test-MgBetaUserPassword --- @@ -24,7 +24,7 @@ Use this action to provide real-time feedback on password strength while the use Test-MgBetaUserPassword [-ResponseHeadersVariable ] [-AdditionalProperties ] [-Password ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] [] + [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] ``` ### Validate @@ -35,7 +35,6 @@ Test-MgBetaUserPassword [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Actions/Test-MgBetaUserProperty.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Actions/Test-MgBetaUserProperty.md index 94343048fcdaa..deeb4d822b7d6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Actions/Test-MgBetaUserProperty.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Actions/Test-MgBetaUserProperty.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Users.Actions-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.users.actions/test-mgbetauserproperty Locale: en-US Module Name: Microsoft.Graph.Beta.Users.Actions -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Test-MgBetaUserProperty --- @@ -36,7 +36,6 @@ Test-MgBetaUserProperty [-ResponseHeadersVariable ] [-AdditionalProperti [-OnBehalfOfUserId ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Validate @@ -47,7 +46,6 @@ Test-MgBetaUserProperty [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Actions/Unblock-MgBetaUserManagedApp.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Actions/Unblock-MgBetaUserManagedApp.md index 6d05090899505..e525cdf78eb7f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Actions/Unblock-MgBetaUserManagedApp.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Actions/Unblock-MgBetaUserManagedApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Users.Actions-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.users.actions/unblock-mgbetausermanagedapp Locale: en-US Module Name: Microsoft.Graph.Beta.Users.Actions -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Unblock-MgBetaUserManagedApp --- @@ -24,7 +24,6 @@ Unblock-MgBetaUserManagedApp -UserId [-ResponseHeadersVariable [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### UnblockViaIdentity @@ -34,7 +33,6 @@ Unblock-MgBetaUserManagedApp -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Actions/Update-MgBetaUserPassword.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Actions/Update-MgBetaUserPassword.md index 0b271dd77869e..9ccae6235916c 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Actions/Update-MgBetaUserPassword.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Actions/Update-MgBetaUserPassword.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Users.Actions-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.users.actions/update-mgbetauserpassword Locale: en-US Module Name: Microsoft.Graph.Beta.Users.Actions -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaUserPassword --- @@ -30,7 +30,6 @@ Update-MgBetaUserPassword -UserId [-ResponseHeadersVariable ] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### Change @@ -41,7 +40,6 @@ Update-MgBetaUserPassword -UserId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ChangeViaIdentityExpanded @@ -52,7 +50,6 @@ Update-MgBetaUserPassword -InputObject [-ResponseHeaders [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ### ChangeViaIdentity @@ -63,7 +60,6 @@ Update-MgBetaUserPassword -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-WhatIf] [-Confirm] - [] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Export-MgBetaUserDeviceAndAppManagementData.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Export-MgBetaUserDeviceAndAppManagementData.md index 189d75bbe472f..3153191b4c9d9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Export-MgBetaUserDeviceAndAppManagementData.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Export-MgBetaUserDeviceAndAppManagementData.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Users.Functions-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.users.functions/export-mgbetauserdeviceandappmanagementdata Locale: en-US Module Name: Microsoft.Graph.Beta.Users.Functions -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Export-MgBetaUserDeviceAndAppManagementData --- @@ -26,7 +26,7 @@ Invoke function exportDeviceAndAppManagementData Export-MgBetaUserDeviceAndAppManagementData -UserId -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### Export1 @@ -35,7 +35,7 @@ Export-MgBetaUserDeviceAndAppManagementData -UserId -OutFile Export-MgBetaUserDeviceAndAppManagementData -UserId -Skip -Top -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### ExportViaIdentity1 @@ -44,7 +44,7 @@ Export-MgBetaUserDeviceAndAppManagementData -UserId -Skip -Top -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### ExportViaIdentity @@ -53,7 +53,7 @@ Export-MgBetaUserDeviceAndAppManagementData -InputObject -OutFile [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-PassThru] - [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -69,9 +69,9 @@ Invoke function exportDeviceAndAppManagementData | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | DeviceManagementServiceConfig.Read.All, DeviceManagementServiceConfig.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementConfiguration.Read.All, | +| Delegated (work or school account) | DeviceManagementServiceConfig.Read.All, DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementServiceConfig.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | DeviceManagementServiceConfig.Read.All, DeviceManagementServiceConfig.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementConfiguration.Read.All, | +| Application | DeviceManagementServiceConfig.Read.All, DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementServiceConfig.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Find-MgBetaUserRoom.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Find-MgBetaUserRoom.md index 6f8ff0d4fb8ea..d617376e957b0 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Find-MgBetaUserRoom.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Find-MgBetaUserRoom.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Users.Functions-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.users.functions/find-mgbetauserroom Locale: en-US Module Name: Microsoft.Graph.Beta.Users.Functions -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Find-MgBetaUserRoom --- @@ -23,7 +23,7 @@ Invoke function findRooms Find-MgBetaUserRoom -UserId [-Count] [-Filter ] [-Search ] [-Skip ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### Find1 @@ -33,7 +33,7 @@ Find-MgBetaUserRoom -UserId -RoomList [-Count] [-Filter ] [-Skip ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### FindViaIdentity1 @@ -43,7 +43,7 @@ Find-MgBetaUserRoom -InputObject [-Count] [-Filter ] [-Skip ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### FindViaIdentity @@ -53,7 +53,7 @@ Find-MgBetaUserRoom -InputObject [-Count] [-Filter ] [-Skip ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Find-MgBetaUserRoomList.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Find-MgBetaUserRoomList.md index 6a4effd740e03..6d9a33e39d089 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Find-MgBetaUserRoomList.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Find-MgBetaUserRoomList.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Users.Functions-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.users.functions/find-mgbetauserroomlist Locale: en-US Module Name: Microsoft.Graph.Beta.Users.Functions -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Find-MgBetaUserRoomList --- @@ -25,7 +25,7 @@ In this API, each meeting room and room list is represented by an emailAddress i Find-MgBetaUserRoomList -UserId [-Count] [-Filter ] [-Search ] [-Skip ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### FindViaIdentity @@ -35,7 +35,7 @@ Find-MgBetaUserRoomList -InputObject [-Count] [-Filter [-Search ] [-Skip ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserDelta.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserDelta.md index 71cd73813650e..336476d6fdc5d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserDelta.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserDelta.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Users.Functions-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.users.functions/get-mgbetauserdelta Locale: en-US Module Name: Microsoft.Graph.Beta.Users.Functions -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserDelta --- @@ -29,7 +29,7 @@ Get-MgBetaUserDelta [-ExpandProperty ] [-Filter ] [-Property < [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] [-ProxyUseDefaultCredentials] [-PageSize ] [-All] - [-CountVariable ] [] + [-CountVariable ] ``` ## ALIASES @@ -46,9 +46,9 @@ For more information, see Use delta query to track changes in Microsoft Graph da | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | User.Read.All, User.ReadWrite.All, Directory.ReadWrite.All, Directory.Read.All, | +| Delegated (work or school account) | User.Read.All, AgentIdUser.ReadWrite.All, AgentIdUser.ReadWrite.IdentityParentedBy, Directory.Read.All, Directory.ReadWrite.All, User.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | User.Read.All, User.ReadWrite.All, Directory.ReadWrite.All, Directory.Read.All, | +| Application | User.Read.All, AgentIdUser.ReadWrite.All, AgentIdUser.ReadWrite.IdentityParentedBy, Directory.Read.All, Directory.ReadWrite.All, User.ReadWrite.All, | ## EXAMPLES ### Example 1: Default properties diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserEffectiveDeviceEnrollmentConfiguration.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserEffectiveDeviceEnrollmentConfiguration.md index 0cf00c36253ac..52f6f715ca840 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserEffectiveDeviceEnrollmentConfiguration.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserEffectiveDeviceEnrollmentConfiguration.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Users.Functions-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.users.functions/get-mgbetausereffectivedeviceenrollmentconfiguration Locale: en-US Module Name: Microsoft.Graph.Beta.Users.Functions -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserEffectiveDeviceEnrollmentConfiguration --- @@ -25,7 +25,7 @@ Get-MgBetaUserEffectiveDeviceEnrollmentConfiguration -UserId [-Count] [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -36,7 +36,7 @@ Get-MgBetaUserEffectiveDeviceEnrollmentConfiguration -InputObject ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserLoggedOnManagedDevice.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserLoggedOnManagedDevice.md index 85de165ef9add..667c0def4e287 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserLoggedOnManagedDevice.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserLoggedOnManagedDevice.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Users.Functions-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.users.functions/get-mgbetauserloggedonmanageddevice Locale: en-US Module Name: Microsoft.Graph.Beta.Users.Functions -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserLoggedOnManagedDevice --- @@ -24,7 +24,7 @@ Get-MgBetaUserLoggedOnManagedDevice -UserId [-Count] [-ExpandProperty < [-Filter ] [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -35,7 +35,7 @@ Get-MgBetaUserLoggedOnManagedDevice -InputObject [-Cou [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserManagedAppBlockedUser.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserManagedAppBlockedUser.md index bb8ba9ccdd881..65930d20a4b78 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserManagedAppBlockedUser.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserManagedAppBlockedUser.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Users.Functions-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.users.functions/get-mgbetausermanagedappblockeduser Locale: en-US Module Name: Microsoft.Graph.Beta.Users.Functions -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserManagedAppBlockedUser --- @@ -23,7 +23,7 @@ Invoke function getManagedAppBlockedUsers Get-MgBetaUserManagedAppBlockedUser [-Count] [-Filter ] [-Search ] [-Skip ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -39,9 +39,9 @@ Invoke function getManagedAppBlockedUsers | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementApps.ReadWrite.All, DeviceManagementApps.Read.All, | +| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementApps.Read.All, DeviceManagementApps.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementApps.ReadWrite.All, DeviceManagementApps.Read.All, | +| Application | DeviceManagementConfiguration.Read.All, DeviceManagementApps.Read.All, DeviceManagementApps.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, | ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserManagedAppDiagnosticStatus.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserManagedAppDiagnosticStatus.md index 69c610d12c6ff..865b848aff686 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserManagedAppDiagnosticStatus.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserManagedAppDiagnosticStatus.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Users.Functions-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.users.functions/get-mgbetausermanagedappdiagnosticstatus Locale: en-US Module Name: Microsoft.Graph.Beta.Users.Functions -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserManagedAppDiagnosticStatus --- @@ -27,7 +27,7 @@ Get-MgBetaUserManagedAppDiagnosticStatus -UserId [-Count] [-Filter ] [-Skip ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaUserManagedAppDiagnosticStatus -InputObject [-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.Users.Functions/Get-MgBetaUserManagedAppPolicy.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserManagedAppPolicy.md index b3c8621a9f181..52502917a5549 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserManagedAppPolicy.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserManagedAppPolicy.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Users.Functions-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.users.functions/get-mgbetausermanagedapppolicy Locale: en-US Module Name: Microsoft.Graph.Beta.Users.Functions -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserManagedAppPolicy --- @@ -27,7 +27,7 @@ Get-MgBetaUserManagedAppPolicy -UserId [-Count] [-ExpandProperty ] [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -38,7 +38,7 @@ Get-MgBetaUserManagedAppPolicy -InputObject [-Count] [-Skip ] [-Sort ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserManagedDeviceWithAppFailure.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserManagedDeviceWithAppFailure.md index 15c1a2aad353f..e3bb34257fee3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserManagedDeviceWithAppFailure.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserManagedDeviceWithAppFailure.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Users.Functions-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.users.functions/get-mgbetausermanageddevicewithappfailure Locale: en-US Module Name: Microsoft.Graph.Beta.Users.Functions -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserManagedDeviceWithAppFailure --- @@ -27,7 +27,7 @@ Get-MgBetaUserManagedDeviceWithAppFailure -UserId [-Count] [-Filter ] [-Skip ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgBetaUserManagedDeviceWithAppFailure -InputObject [-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.Users.Functions/Get-MgBetaUserManagedDeviceWithAppInstallationIssue.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserManagedDeviceWithAppInstallationIssue.md index d6c9de44de660..c01bcdd460883 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserManagedDeviceWithAppInstallationIssue.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserManagedDeviceWithAppInstallationIssue.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Users.Functions-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.users.functions/get-mgbetausermanageddevicewithappinstallationissue Locale: en-US Module Name: Microsoft.Graph.Beta.Users.Functions -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserManagedDeviceWithAppInstallationIssue --- @@ -24,7 +24,7 @@ Get-MgBetaUserManagedDeviceWithAppInstallationIssue -UserId [-Count] [- [-Search ] [-Skip ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### RetrieveViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaUserManagedDeviceWithAppInstallationIssue -InputObject ] [-Search ] [-Skip ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserManagedDeviceWithFailedApp.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserManagedDeviceWithFailedApp.md index f67b816c7fb8e..584e49df3c92f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserManagedDeviceWithFailedApp.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Get-MgBetaUserManagedDeviceWithFailedApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Users.Functions-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.users.functions/get-mgbetausermanageddevicewithfailedapp Locale: en-US Module Name: Microsoft.Graph.Beta.Users.Functions -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaUserManagedDeviceWithFailedApp --- @@ -24,7 +24,7 @@ Get-MgBetaUserManagedDeviceWithFailedApp -UserId [-Count] [-Filter ] [-Skip ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### GetViaIdentity @@ -34,7 +34,7 @@ Get-MgBetaUserManagedDeviceWithFailedApp -InputObject [-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.Users.Functions/Invoke-MgBetaPendingUserApp.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Invoke-MgBetaPendingUserApp.md index 6b75155ec26cc..3ebc56c5e70be 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Invoke-MgBetaPendingUserApp.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Invoke-MgBetaPendingUserApp.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Users.Functions-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.users.functions/invoke-mgbetapendinguserapp Locale: en-US Module Name: Microsoft.Graph.Beta.Users.Functions -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaPendingUserApp --- @@ -23,7 +23,7 @@ Retrieves the list of devices with failed or pending apps Invoke-MgBetaPendingUserApp -UserId [-Count] [-Filter ] [-Search ] [-Skip ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### PendingViaIdentity @@ -33,7 +33,7 @@ Invoke-MgBetaPendingUserApp -InputObject [-Count] [-Fi [-Search ] [-Skip ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Invoke-MgBetaViewUserReminder.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Invoke-MgBetaViewUserReminder.md index d152632a33471..f4c78652f6208 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Invoke-MgBetaViewUserReminder.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Invoke-MgBetaViewUserReminder.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Users.Functions-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.users.functions/invoke-mgbetaviewuserreminder Locale: en-US Module Name: Microsoft.Graph.Beta.Users.Functions -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Invoke-MgBetaViewUserReminder --- @@ -27,7 +27,7 @@ Invoke-MgBetaViewUserReminder -EndDateTime -StartDateTime -Use [-Count] [-Filter ] [-Search ] [-Skip ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ### ViewViaIdentity @@ -37,7 +37,7 @@ Invoke-MgBetaViewUserReminder -InputObject [-Count] [- [-Search ] [-Skip ] [-Top ] [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ## ALIASES diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Microsoft.Graph.Beta.Users.Functions.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Microsoft.Graph.Beta.Users.Functions.md index 6395a277e3a59..cf6d290b97dec 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Microsoft.Graph.Beta.Users.Functions.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Microsoft.Graph.Beta.Users.Functions.md @@ -1,6 +1,6 @@ --- Module Name: Microsoft.Graph.Beta.Users.Functions -Module Guid: c24fbc72-8cc3-4295-8593-99a54fdf1f6e +Module Guid: bee21e2b-ed39-b6bf-9b3e-e3c0f92a1b79 Download Help Link: https://learn.microsoft.com/en-us/powershell/module/microsoft.graph.beta.users.functions/?view=graph-powershell-beta Help Version: 1.0.0.0 Locale: en-US diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Test-MgBetaUserManagedAppUserBlocked.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Test-MgBetaUserManagedAppUserBlocked.md index c30d5db3c164b..0e85913d5dde1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Test-MgBetaUserManagedAppUserBlocked.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.Users.Functions/Test-MgBetaUserManagedAppUserBlocked.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.Users.Functions-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.users.functions/test-mgbetausermanagedappuserblocked Locale: en-US Module Name: Microsoft.Graph.Beta.Users.Functions -ms.date: 02/20/2026 +ms.date: 07/10/2026 PlatyPS schema version: 2024-05-01 title: Test-MgBetaUserManagedAppUserBlocked --- @@ -23,7 +23,7 @@ Gets the blocked state of a managed app user. Test-MgBetaUserManagedAppUserBlocked -UserId [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] [-ProxyCredential ] - [-ProxyUseDefaultCredentials] [] + [-ProxyUseDefaultCredentials] ``` ### IsViaIdentity @@ -32,7 +32,7 @@ Test-MgBetaUserManagedAppUserBlocked -UserId [-ResponseHeadersVariable Test-MgBetaUserManagedAppUserBlocked -InputObject [-ResponseHeadersVariable ] [-Break] [-Headers ] [-HttpPipelineAppend ] [-HttpPipelinePrepend ] [-Proxy ] - [-ProxyCredential ] [-ProxyUseDefaultCredentials] [] + [-ProxyCredential ] [-ProxyUseDefaultCredentials] ``` ## ALIASES @@ -48,9 +48,9 @@ Gets the blocked state of a managed app user. | Permission type | Permissions (from least to most privileged) | | --------------- | ------------------------------------------ | -| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementApps.ReadWrite.All, DeviceManagementApps.Read.All, | +| Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementApps.Read.All, DeviceManagementApps.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, | | Delegated (personal Microsoft account) | Not supported | -| Application | DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All, DeviceManagementApps.ReadWrite.All, DeviceManagementApps.Read.All, | +| Application | DeviceManagementConfiguration.Read.All, DeviceManagementApps.Read.All, DeviceManagementApps.ReadWrite.All, DeviceManagementConfiguration.ReadWrite.All, | ## PARAMETERS